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:11] <HelloShitty> hum, ok
1 [00:00:13] <SerajewelKS> port forwarding is telling a NAT router to redirect new inbound traffic on specific ports to devices behind the router
2 [00:00:13] *** Quits: v01t (~v01t@replaced-ip ) (Remote host closed the connection)
3 [00:00:17] <HelloShitty> let me check about ufw
4 [00:00:18] <bites> i already explained that.
5 [00:00:20] *** Joins: darkghost (~darkghost@replaced-ip )
6 [00:00:22] *** Joins: v01t (~v01t@replaced-ip )
7 [00:00:40] <HelloShitty> if I issue sudo ufw verbose
8 [00:00:52] <HelloShitty> I can see a list of ports and actions on each port
9 [00:00:55] *** Quits: Penguin_ (~xwQ5kwYl6@replaced-ip ) (Ping timeout: 252 seconds)
10 [00:01:10] *** Quits: darkghost (~darkghost@replaced-ip ) (Client Quit)
11 [00:01:17] <HelloShitty> The thing is that I want my VPS to respond to ident requests from IRC networks
12 [00:01:24] <HelloShitty> and I'm using oidentd
13 [00:01:50] <HelloShitty> but I can't yet get the ident responses to reply to IRC network requests
14 [00:01:52] <SerajewelKS> mada: for those situations i usually unplug the storage i don't want to wipe to prevent it from happening accidentally ;)
15 [00:02:17] <joepublic> SerajewelKS, that is a *great* idea by the way.
16 [00:02:21] *** Joins: Penguin_ (~xwQ5kwYl6@replaced-ip )
17 [00:02:40] <SerajewelKS> HelloShitty: tcpdump will tell you if the packets are even reaching your server. tcpdump sniffs packets before netfilter (the kernel firewall) filters them.
18 [00:02:57] <SerajewelKS> many providers block the ident port
19 [00:03:18] <HelloShitty> on that verbose from ufw
20 [00:03:25] <HelloShitty> I can't see the default ident port there
21 [00:03:32] <joepublic> basically any use case that has "because I want to use IRC servers in some slightly unorthodox way" is frowned upon by many.
22 [00:03:33] <HelloShitty> so, probably that is the problem
23 [00:04:03] <HelloShitty> I need to allow that port to listen to connections from the 'outterspace'
24 [00:04:03] *** Joins: darkghost (~darkghost@replaced-ip )
25 [00:04:13] *** Quits: DammitJim (~DammitJim@replaced-ip ) (Quit: Leaving)
26 [00:04:23] *** Joins: Haudegen (~quassel@replaced-ip )
27 [00:04:25] <joepublic> I am not questioning you nor your motives; just telling you a piece of information that may be helpful to you.
28 [00:04:51] <SerajewelKS> HelloShitty: then three things have to happen: (1) your provider has to not block that port, (2) netfilter (managed by ufw) must permit new packets on that port, and (3) the listening server must bind to the wildcard address, or the external address
29 [00:04:51] *** Joins: Nekojimi (~jimj316@replaced-ip )
30 [00:04:59] *** Quits: hipp (~hipp@replaced-ip ) (Quit: Leaving)
31 [00:05:10] *** Joins: canduster (~canduster@replaced-ip )
32 [00:05:13] *** kallesbar_ is now known as kallesbar
33 [00:05:33] <HelloShitty> joepublic: I think this is a common behaviour on IRC networks
34 [00:05:41] <HelloShitty> to ask for the ident, and wait for a reply
35 [00:05:42] *** Quits: m3ddle (~m3ddle@replaced-ip ) (Quit: m3ddle)
36 [00:05:49] <SerajewelKS> it's also possible that the IRC server you're connecting to doesn't actually have ident enabled
37 [00:06:03] <HelloShitty> I think it is not unorthodox
38 [00:06:34] <HelloShitty> yes, that might be also a point to check
39 [00:06:59] *** Quits: darkghost (~darkghost@replaced-ip ) (Client Quit)
40 [00:07:06] <SerajewelKS> ident really has little value. and in fact can be considered a bad idea.
41 [00:07:07] <HelloShitty> and SerajewelKS
42 [00:07:18] *** Joins: darkghost (~darkghost@replaced-ip )
43 [00:07:28] <SerajewelKS> (1) the remote system can lie about the user name. (2) if the remote system does not lie, it's exposing information about what users exist on the system.
44 [00:07:28] <HelloShitty> all those setps you stated might be too much for me to handle alone
45 [00:08:26] <SerajewelKS> and (3) it was primarily used for, IIRC, dealing with abusive users on shared systems. the system administrator would set up ident so that IRC server owners could ban individual users from their shared system.
46 [00:08:38] *** Joins: saturos (~saturos@replaced-ip )
47 [00:08:42] *** Joins: Krennic (~Krennic@replaced-ip )
48 [00:08:44] <SerajewelKS> shared systems are very uncommon these days
49 [00:08:52] <joepublic> the fact-resistant are resistant to facts. all you can do is put it out there; it will help or not.
50 [00:09:32] <SerajewelKS> so, to be honest, i wouldn't even worry about ident unless it's required for some reason. there's no benefit to you and there's no benefit to the IRC server operator. unless you just want the learning experience, which is also fine.
51 [00:09:53] <HelloShitty> yeah
52 [00:10:04] <HelloShitty> probably it's more about the learning thing
53 [00:10:17] <HelloShitty> I don't needed it explicitely ofr anything specific
54 [00:10:34] *** Joins: naxuroqa_ (~naxuroqa@replaced-ip )
55 [00:10:37] <SerajewelKS> okay. first thing i would do is confirm that the server even supports ident.
56 [00:10:44] <HelloShitty> I just stumble on something while I was trying to configure a channel in some network
57 [00:11:05] <HelloShitty> while I was setting up an eggdrop
58 [00:11:17] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
59 [00:11:24] <HelloShitty> in an irc network
60 [00:11:26] <HelloShitty> using a znc
61 [00:11:29] *** Quits: totonika (~toto@replaced-ip ) (Ping timeout: 250 seconds)
62 [00:11:33] *** Quits: DrWatson (~DrWatson_@replaced-ip ) (Quit: DrWatson)
63 [00:11:53] <HelloShitty> and talking to somebody about znc configurations
64 [00:12:21] <HelloShitty> they were explaining me about the irc structure of someones ID, so to speak
65 [00:12:30] <HelloShitty> the *!*@some.host
66 [00:12:31] *** Joins: zyl (~zyley@replaced-ip )
67 [00:12:43] *** Joins: totonika (~toto@replaced-ip )
68 [00:12:48] <HelloShitty> I was asking about the meaning of that *, the ! and the next *
69 [00:13:01] <HelloShitty> and they were explaining me about that structure
70 [00:13:06] *** Quits: darkghost (~darkghost@replaced-ip ) (Quit: Leaving)
71 [00:13:10] <HelloShitty> nick ! ident @ host
72 [00:13:24] <HelloShitty> I didn't know that the ! was to separate the nick from the ident
73 [00:13:26] *** Joins: darkghost (~darkghost@replaced-ip )
74 [00:13:29] *** Quits: naxuroqa_ (~naxuroqa@replaced-ip ) (Remote host closed the connection)
75 [00:13:30] <HelloShitty> and then I went to check my own nick
76 [00:13:31] *** Joins: darkghost_ (~darkghost@replaced-ip )
77 [00:13:36] <HelloShitty> and I realized I had no ident
78 [00:13:44] <HelloShitty> so, from there I tried to make it work
79 [00:13:45] *** Joins: naxuroqa_ (~naxuroqa@replaced-ip )
80 [00:13:58] *** Joins: sanches (~sanches@replaced-ip )
81 [00:14:12] *** Quits: WARBIRD199 (~WARBIRD19@replaced-ip ) (Read error: Connection reset by peer)
82 [00:15:06] *** Joins: integratorz (~OS-23222@replaced-ip )
83 [00:15:10] *** Quits: zyley (~zyley@replaced-ip ) (Ping timeout: 268 seconds)
84 [00:15:33] *** Quits: integratorz (~OS-23222@replaced-ip ) (Remote host closed the connection)
85 [00:16:20] *** Quits: Brigo (~Brigo@replaced-ip ) (Remote host closed the connection)
86 [00:16:39] *** Quits: zyl (~zyley@replaced-ip ) (Read error: Connection reset by peer)
87 [00:16:43] *** Joins: Brigo (~Brigo@replaced-ip )
88 [00:18:05] *** Joins: integratorz (~OS-23222@replaced-ip )
89 [00:18:45] *** Quits: naxuroqa_ (~naxuroqa@replaced-ip ) (Ping timeout: 256 seconds)
90 [00:20:32] *** Joins: jfoy (~jfoy@replaced-ip )
91 [00:20:36] *** Joins: banisterfiend (~textual@replaced-ip )
92 [00:21:16] *** Quits: Ricardo__ (~rick@replaced-ip ) (Ping timeout: 252 seconds)
93 [00:21:39] *** Quits: integratorz (~OS-23222@replaced-ip ) (Remote host closed the connection)
94 [00:21:39] *** Quits: saturos (~saturos@replaced-ip ) (Remote host closed the connection)
95 [00:22:22] *** Joins: rabbitear_sdf (kreator@replaced-ip )
96 [00:22:33] *** Quits: blingrang (~blingrang@replaced-ip ) (Ping timeout: 245 seconds)
97 [00:22:37] *** Joins: integratorz (~OS-23222@replaced-ip )
98 [00:23:00] *** Quits: hakash (~hakash@replaced-ip ) (Ping timeout: 252 seconds)
99 [00:24:06] *** Joins: ryouma (~user@replaced-ip )
100 [00:24:16] *** Joins: diniwed (~gavron@replaced-ip )
101 [00:24:25] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Ping timeout: 268 seconds)
102 [00:24:31] *** Quits: Essadon (~Essadon@replaced-ip ) (Quit: Qutting)
103 [00:24:57] *** Quits: ekix (~eki@replaced-ip ) (Ping timeout: 246 seconds)
104 [00:28:06] *** Joins: naxuroqa_ (~naxuroqa@replaced-ip )
105 [00:28:23] *** Quits: darkghost_ (~darkghost@replaced-ip ) (Quit: Leaving)
106 [00:28:23] *** Quits: darkghost (~darkghost@replaced-ip ) (Quit: Leaving)
107 [00:29:16] *** Quits: argusbr (~donw@replaced-ip ) (Ping timeout: 246 seconds)
108 [00:29:52] *** Quits: comatekeke2 (~comatekek@replaced-ip ) (Remote host closed the connection)
109 [00:30:03] *** Joins: argusbr (~donw@replaced-ip )
110 [00:30:04] *** Quits: argusbr (~donw@replaced-ip ) (Changing host)
111 [00:30:05] *** Joins: argusbr (~donw@replaced-ip )
112 [00:30:15] *** Joins: darkghost (~darkghost@replaced-ip )
113 [00:30:44] *** Joins: comatekeke (~comatekek@replaced-ip )
114 [00:30:47] *** Quits: integratorz (~OS-23222@replaced-ip ) (Quit: Leaving)
115 [00:30:48] *** Joins: foobiebletch (~matthew@replaced-ip )
116 [00:31:24] *** Quits: oo_miguel (~miguel@replaced-ip ) (Quit: WeeChat 1.6)
117 [00:32:08] *** Quits: comar (~comar@replaced-ip ) (Remote host closed the connection)
118 [00:32:22] *** Quits: comatekeke (~comatekek@replaced-ip ) (Read error: Connection reset by peer)
119 [00:32:43] *** Quits: hypn0 (~h@replaced-ip ) (Quit: Leaving.)
120 [00:33:22] *** Quits: Penguin_ (~xwQ5kwYl6@replaced-ip ) (Ping timeout: 252 seconds)
121 [00:34:01] *** debhelper sets mode: +l 1377
122 [00:35:15] *** Joins: comatekeke (~comatekek@replaced-ip )
123 [00:35:23] *** Joins: cCkw (~ejakuk@replaced-ip )
124 [00:35:45] *** Joins: Penguin_ (~xwQ5kwYl6@replaced-ip )
125 [00:36:28] *** Quits: himcesjf_ (~cesjf@replaced-ip ) (Read error: Connection reset by peer)
126 [00:36:52] *** Joins: himcesjf_ (~cesjf@replaced-ip )
127 [00:40:05] *** Quits: nighty- (~nighty@replaced-ip ) (Quit: Disappears in a puff of smoke)
128 [00:41:02] *** Joins: shadow98 (uid236862@replaced-ip )
129 [00:41:31] *** I_VOTED is now known as Slumlord_
130 [00:43:54] *** Quits: ch0wn_ (~tmp@replaced-ip ) (Ping timeout: 252 seconds)
131 [00:44:01] *** Quits: ikus060 (~ikus060@replaced-ip ) (Quit: Leaving)
132 [00:46:03] *** Quits: plouescat (~jt@replaced-ip ) (Remote host closed the connection)
133 [00:47:18] *** Quits: enoch85 (~enoch85@replaced-ip##) (Quit: Tech And Me - ZNC server 1.6.3 - ##replaced-url
134 [00:47:33] *** Joins: ekix (~eki@replaced-ip )
135 [00:48:26] *** Quits: Haudegen (~quassel@replaced-ip ) (Remote host closed the connection)
136 [00:49:05] *** Joins: enoch85 (~enoch85@replaced-ip )
137 [00:49:20] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
138 [00:49:34] *** Joins: Tarrasquero (~Tarrasque@replaced-ip )
139 [00:50:46] *** Quits: SuperDome (~Spacebase@replaced-ip ) (Read error: Connection reset by peer)
140 [00:51:51] *** Quits: rabbitear_sdf (kreator@replaced-ip ) (Quit: Lost terminal)
141 [00:51:53] *** Joins: sasukeskapa_ (~sasukeska@replaced-ip )
142 [00:52:11] *** Joins: pringau (~pringau@replaced-ip )
143 [00:52:57] *** Joins: baconicsynergy (~baconicsy@replaced-ip )
144 [00:55:32] *** Quits: Bambi (~Bambi@replaced-ip ) (Quit: Leaving)
145 [00:55:52] *** Joins: cfoch (uid153227@replaced-ip )
146 [00:56:13] *** Quits: baconicsynergy (~baconicsy@replaced-ip ) (Remote host closed the connection)
147 [00:56:16] *** Quits: pringau (~pringau@replaced-ip ) (Remote host closed the connection)
148 [00:56:20] *** Joins: WARBIRD199 (~WARBIRD19@replaced-ip )
149 [01:00:35] *** Quits: himcesjf_ (~cesjf@replaced-ip ) (Remote host closed the connection)
150 [01:01:04] *** Joins: himcesjf_ (~cesjf@replaced-ip )
151 [01:02:06] *** Joins: paulgrmn (~paulgrmn@replaced-ip )
152 [01:02:10] *** Quits: pity (~pity@replaced-ip ) (Ping timeout: 246 seconds)
153 [01:02:22] *** Quits: canduster (~canduster@replaced-ip ) (Remote host closed the connection)
154 [01:02:48] *** Joins: canduster (~canduster@replaced-ip )
155 [01:03:42] *** Quits: Codyer (~user@replaced-ip ) (Ping timeout: 252 seconds)
156 [01:04:10] *** Quits: finalbeta1 (~finalbeta@replaced-ip ) (Ping timeout: 252 seconds)
157 [01:04:12] *** Quits: WARBIRD199 (~WARBIRD19@replaced-ip##) (Quit: ZNC 1.6.5 - ##replaced-url
158 [01:04:21] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 260 seconds)
159 [01:04:21] *** Quits: naxuroqa_ (~naxuroqa@replaced-ip ) (Remote host closed the connection)
160 [01:04:38] *** Quits: altin (~altin@replaced-ip ) (Ping timeout: 245 seconds)
161 [01:04:44] *** Joins: devbaka (~devbaka@replaced-ip )
162 [01:04:50] *** Joins: digitalnomad91 (~digitalno@replaced-ip )
163 [01:05:09] *** Joins: WARBIRD199 (~WARBIRD19@replaced-ip )
164 [01:05:33] *** Quits: digitalnomad91 (~digitalno@replaced-ip ) (Remote host closed the connection)
165 [01:05:37] *** Joins: pity (~pity@replaced-ip )
166 [01:05:56] *** Joins: digitalnomad91 (~digitalno@replaced-ip )
167 [01:05:59] *** Quits: digitalnomad91 (~digitalno@replaced-ip ) (Remote host closed the connection)
168 [01:06:21] *** Joins: digitalnomad91 (~digitalno@replaced-ip )
169 [01:06:31] *** Quits: Surgo_ (~Surgo@replaced-ip ) (Remote host closed the connection)
170 [01:10:24] *** Quits: a_l_b (~a_l_b@replaced-ip ) (Ping timeout: 244 seconds)
171 [01:10:49] *** Quits: n4dir (~n4dir@replaced-ip ) (Quit: relax harder)
172 [01:11:56] *** Quits: michaelni (~michael@replaced-ip ) (Ping timeout: 260 seconds)
173 [01:14:01] *** debhelper sets mode: +l 1371
174 [01:15:13] *** Joins: googkhan (~googkhan@replaced-ip )
175 [01:16:03] *** Joins: HoSy (~HS_@replaced-ip )
176 [01:19:06] *** Joins: hakash (~hakash@replaced-ip )
177 [01:19:30] *** Quits: xet7 (~xet7@replaced-ip ) (Read error: Connection reset by peer)
178 [01:20:32] *** Quits: canduster (~canduster@replaced-ip ) (Ping timeout: 268 seconds)
179 [01:21:51] *** Quits: jfoy (~jfoy@replaced-ip ) (Remote host closed the connection)
180 [01:22:02] *** Joins: buen_chico (~califito@replaced-ip )
181 [01:23:04] *** Joins: jfoy (~jfoy@replaced-ip )
182 [01:24:22] *** Joins: thunderrd (~thunderrd@replaced-ip )
183 [01:24:36] *** Joins: michaelni (~michael@replaced-ip )
184 [01:26:14] *** Quits: comatekeke (~comatekek@replaced-ip ) (Ping timeout: 272 seconds)
185 [01:26:27] *** Quits: preview (~quassel@replaced-ip ) (Ping timeout: 252 seconds)
186 [01:26:33] *** Quits: googkhan (~googkhan@replaced-ip ) (Quit: Leaving)
187 [01:26:34] *** Joins: comatekeke (~comatekek@replaced-ip )
188 [01:26:57] *** Joins: googkhan (~googkhan@replaced-ip )
189 [01:29:33] *** Quits: enoch85 (~enoch85@replaced-ip ) (Ping timeout: 252 seconds)
190 [01:30:03] *** Quits: ghost00 (d9402bcc@replaced-ip ) (Ping timeout: 245 seconds)
191 [01:30:35] *** Quits: himcesjf_ (~cesjf@replaced-ip ) (Excess Flood)
192 [01:31:02] *** Joins: himcesjf_ (~cesjf@replaced-ip )
193 [01:31:14] *** Joins: ntd (~ntd@replaced-ip )
194 [01:33:13] *** Joins: altin (~altin@replaced-ip )
195 [01:33:17] *** Quits: Adbray (~Adbray@replaced-ip ) (Remote host closed the connection)
196 [01:33:42] *** Joins: enoch85 (~enoch85@replaced-ip )
197 [01:34:08] *** Quits: sasukeskapa_ (~sasukeska@replaced-ip ) (Quit: Leaving)
198 [01:34:08] *** Quits: n_1-c_k (~nick@replaced-ip ) (Read error: Connection reset by peer)
199 [01:34:22] *** Quits: mspe (~mspe@replaced-ip ) (Quit: Leaving)
200 [01:34:42] *** Joins: n_1-c_k (~nick@replaced-ip )
201 [01:36:21] *** Quits: comatekeke (~comatekek@replaced-ip ) (Remote host closed the connection)
202 [01:36:43] *** Quits: googkhan (~googkhan@replaced-ip ) (Quit: Leaving)
203 [01:37:32] *** Joins: comatekeke (~comatekek@replaced-ip )
204 [01:37:33] *** Quits: darkghost (~darkghost@replaced-ip ) (Ping timeout: 245 seconds)
205 [01:38:25] *** Quits: tyranny12 (~blarg@replaced-ip ) (Ping timeout: 268 seconds)
206 [01:38:27] *** Joins: _tyranny12 (~blarg@replaced-ip )
207 [01:42:27] *** Quits: woshty (~woshty@replaced-ip ) (Ping timeout: 240 seconds)
208 [01:42:41] *** Quits: Nekojimi (~jimj316@replaced-ip ) (Remote host closed the connection)
209 [01:42:50] *** Joins: m3ddle (~m3ddle@replaced-ip )
210 [01:44:10] *** Joins: CodingRacoon (~Mutter@replaced-ip )
211 [01:44:35] *** Joins: Guest83 (be1e2998@replaced-ip )
212 [01:44:43] *** Quits: fassl (~fassl@replaced-ip ) (Quit: Leaving)
213 [01:45:12] *** Quits: kein31 (~root@replaced-ip ) (Ping timeout: 268 seconds)
214 [01:45:13] *** Quits: buen_chico (~califito@replaced-ip ) (Quit: Leaving)
215 [01:45:42] *** Joins: kein31 (~root@replaced-ip )
216 [01:47:08] *** Joins: wireshark (~none@replaced-ip )
217 [01:48:03] *** Quits: CodingRacoon (~Mutter@replaced-ip ) (Client Quit)
218 [01:48:48] *** Quits: buspirate (~none@replaced-ip ) (Ping timeout: 252 seconds)
219 [01:49:16] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 252 seconds)
220 [01:49:47] *** Joins: devbaka (~devbaka@replaced-ip )
221 [01:49:53] *** Joins: Silent_hunter (~GJT@replaced-ip )
222 [01:50:46] *** Joins: kothog (~kothog@replaced-ip )
223 [01:50:54] *** Quits: altin (~altin@replaced-ip ) (Remote host closed the connection)
224 [01:51:13] *** Quits: Ilyas (uid43013@replaced-ip ) (Quit: Connection closed for inactivity)
225 [01:51:24] *** Joins: annadane (~annadane@replaced-ip )
226 [01:51:29] *** Parts: Silent_hunter (~GJT@replaced-ip ) ()
227 [01:51:40] *** Parts: kothog (~kothog@replaced-ip ) ()
228 [01:52:03] *** Quits: himcesjf_ (~cesjf@replaced-ip ) (Excess Flood)
229 [01:52:52] *** Parts: Guest83 (be1e2998@replaced-ip ) ()
230 [01:52:57] *** Quits: sine0 (~sine0@replaced-ip ) (Remote host closed the connection)
231 [01:53:33] *** Joins: himcesjf_ (~cesjf@replaced-ip )
232 [01:54:01] *** debhelper sets mode: +l 1365
233 [01:54:50] *** Joins: folorn (~folorn@replaced-ip )
234 [01:56:04] *** Joins: uNmowed5 (~Kaede@replaced-ip )
235 [01:57:27] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 240 seconds)
236 [01:57:27] *** Quits: comatekeke (~comatekek@replaced-ip ) (Read error: Connection reset by peer)
237 [01:57:51] *** Joins: chalcedny (~llhull@replaced-ip )
238 [01:58:21] *** Quits: uNmowed (~Kaede@replaced-ip ) (Ping timeout: 252 seconds)
239 [01:59:05] *** Joins: comatekeke (~comatekek@replaced-ip )
240 [01:59:07] *** Joins: dvs (~hibbard@replaced-ip )
241 [02:00:26] *** Joins: stnly4 (~stnly@replaced-ip )
242 [02:00:47] *** Quits: ledeni (~ledeni@replaced-ip ) (Quit: ledeni)
243 [02:01:06] *** Quits: de-facto (~de-facto@replaced-ip ) (Quit: See you around.)
244 [02:01:21] *** Joins: de-facto (~de-facto@replaced-ip )
245 [02:01:34] *** Joins: Kevlar_Noir (~manjaro-u@replaced-ip )
246 [02:01:39] *** Joins: comatekeke2 (~comatekek@replaced-ip )
247 [02:04:07] *** Joins: comatekeke_ (~comatekek@replaced-ip )
248 [02:04:19] *** Quits: comatekeke (~comatekek@replaced-ip ) (Ping timeout: 268 seconds)
249 [02:05:18] *** Quits: hakash (~hakash@replaced-ip ) (Ping timeout: 252 seconds)
250 [02:05:25] *** Joins: krytarik (~krytarik@replaced-ip )
251 [02:06:12] *** Quits: comatekeke2 (~comatekek@replaced-ip ) (Ping timeout: 244 seconds)
252 [02:06:29] *** Quits: relaxed (~relaxed@replaced-ip ) (Quit: ⠠⠵)
253 [02:07:27] *** Quits: jfoy (~jfoy@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
254 [02:08:45] *** Quits: Strife89 (~quassel@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
255 [02:08:58] *** Quits: Krennic (~Krennic@replaced-ip ) (Remote host closed the connection)
256 [02:09:24] *** Quits: tagomago (~tagomago@replaced-ip ) (Quit: Konversation terminated!)
257 [02:10:08] *** Joins: [b0b] (~bob@replaced-ip )
258 [02:10:10] *** Joins: comatekeke2 (~comatekek@replaced-ip )
259 [02:11:16] *** Joins: Strife89 (~quassel@replaced-ip )
260 [02:11:47] *** Quits: himcesjf_ (~cesjf@replaced-ip ) (Excess Flood)
261 [02:11:54] *** Quits: vizius00 (~vizius00@replaced-ip ) (Ping timeout: 250 seconds)
262 [02:12:25] *** Joins: himcesjf_ (~cesjf@replaced-ip )
263 [02:12:27] *** Quits: comatekeke_ (~comatekek@replaced-ip ) (Ping timeout: 252 seconds)
264 [02:13:00] *** Quits: eddof13 (~eddof13@replaced-ip ) (Quit: eddof13)
265 [02:13:18] *** Joins: vizius00 (~vizius00@replaced-ip )
266 [02:13:34] *** Quits: b0b (~bob@replaced-ip ) (Ping timeout: 268 seconds)
267 [02:13:36] *** [b0b] is now known as b0b
268 [02:15:37] *** Joins: comatekeke (~comatekek@replaced-ip )
269 [02:16:30] *** Joins: relaxed (~relaxed@replaced-ip )
270 [02:16:51] *** Quits: GaneshR (~ganeshraj@replaced-ip ) (Ping timeout: 252 seconds)
271 [02:17:24] *** Quits: comatekeke2 (~comatekek@replaced-ip ) (Ping timeout: 252 seconds)
272 [02:18:06] *** Joins: ledeni (~ledeni@replaced-ip )
273 [02:18:08] *** Quits: apt (ibot@replaced-ip ) (Read error: Connection reset by peer)
274 [02:18:53] *** Quits: ledeni (~ledeni@replaced-ip ) (Client Quit)
275 [02:19:00] *** Joins: apt (ibot@replaced-ip )
276 [02:19:33] *** Joins: ledeni (~ledeni@replaced-ip )
277 [02:19:38] *** Quits: _tyranny12 (~blarg@replaced-ip ) (Ping timeout: 244 seconds)
278 [02:20:26] *** Joins: tyranny12 (~blarg@replaced-ip )
279 [02:20:26] *** Quits: tyranny12 (~blarg@replaced-ip ) (Changing host)
280 [02:20:26] *** Joins: tyranny12 (~blarg@replaced-ip )
281 [02:23:27] *** Quits: Itaipu (~itaipu@replaced-ip ) (Remote host closed the connection)
282 [02:24:31] *** Quits: shalok (~shalok@replaced-ip ) (Ping timeout: 250 seconds)
283 [02:24:36] *** Quits: wintrmute (~wintrmute@replaced-ip ) (Ping timeout: 252 seconds)
284 [02:24:41] *** Quits: Sleaker (~quassel@replaced-ip ) (Remote host closed the connection)
285 [02:24:50] *** Joins: shalok (~shalok@replaced-ip )
286 [02:24:52] *** Joins: wintrmute (~wintrmute@replaced-ip )
287 [02:24:55] *** Quits: peterandre (peterandre@replaced-ip ) (Ping timeout: 250 seconds)
288 [02:25:05] *** Joins: Itaipu (~itaipu@replaced-ip )
289 [02:25:06] *** Quits: oberstein (~ober@replaced-ip ) (Ping timeout: 264 seconds)
290 [02:25:13] *** Joins: fstd_ (~fstd@replaced-ip )
291 [02:25:20] *** Quits: vaidy (vaidy@replaced-ip ) (Ping timeout: 250 seconds)
292 [02:25:21] *** Quits: raSter^ (raster@replaced-ip ) (Ping timeout: 250 seconds)
293 [02:25:21] *** Quits: zz_phar6oor (~phar6oor@replaced-ip ) (Ping timeout: 250 seconds)
294 [02:25:42] *** Joins: zz_phar6oor (~phar6oor@replaced-ip )
295 [02:26:02] *** Joins: Ricardo__ (~rick@replaced-ip )
296 [02:26:57] *** Joins: Sleaker (~quassel@replaced-ip )
297 [02:26:59] *** Quits: Xyle (~quassel@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
298 [02:27:18] *** Quits: jetchisel (~jetchisel@replaced-ip ) (Ping timeout: 252 seconds)
299 [02:28:22] *** Quits: tw (~tw@replaced-ip ) (Ping timeout: 268 seconds)
300 [02:28:53] *** Joins: peterandre (peterandre@replaced-ip )
301 [02:28:59] *** Quits: fstd (~fstd@replaced-ip ) (Ping timeout: 268 seconds)
302 [02:29:00] *** fstd_ is now known as fstd
303 [02:29:54] *** Joins: jetchisel (~jetchisel@replaced-ip )
304 [02:30:00] *** Joins: vaidy (vaidy@replaced-ip )
305 [02:30:28] *** Joins: raSter^ (raster@replaced-ip )
306 [02:32:04] *** Quits: monstar (~mitya@replaced-ip ) (Ping timeout: 268 seconds)
307 [02:32:52] *** Joins: oberstein (~ober@replaced-ip )
308 [02:33:05] *** Joins: Xyle (~quassel@replaced-ip )
309 [02:33:18] *** Quits: foobiebletch (~matthew@replaced-ip ) (Ping timeout: 268 seconds)
310 [02:34:54] *** Joins: foobiebletch (~matthew@replaced-ip )
311 [02:37:01] *** Joins: ephoth (~darkpadde@replaced-ip )
312 [02:37:21] *** Joins: Guest36374 (~hehehe@replaced-ip )
313 [02:38:15] *** Quits: faw (~faw@replaced-ip ) (Ping timeout: 268 seconds)
314 [02:38:16] *** Quits: holmgren (~magnus@replaced-ip ) (Ping timeout: 260 seconds)
315 [02:39:35] *** Quits: Guest36374 (~hehehe@replaced-ip ) (Remote host closed the connection)
316 [02:40:24] *** Joins: nuuuciano (~luuuciano@replaced-ip )
317 [02:41:49] *** Joins: AfroThundr|main (~AfroThund@replaced-ip )
318 [02:48:11] *** Quits: lxsameer (~lxsameer@replaced-ip ) (Ping timeout: 260 seconds)
319 [02:50:38] *** Quits: relaxed (~relaxed@replaced-ip ) (Ping timeout: 244 seconds)
320 [02:50:50] *** Joins: Krennic (~Krennic@replaced-ip )
321 [02:51:47] *** Joins: holmgren (~magnus@replaced-ip )
322 [02:53:02] *** Quits: f10_ (~flo@replaced-ip ) (Ping timeout: 268 seconds)
323 [02:54:13] *** Joins: citypw (~citypw@replaced-ip )
324 [02:54:30] *** Quits: ntd (~ntd@replaced-ip ) (Quit: ntd)
325 [02:55:06] *** Joins: tw (~tw@replaced-ip )
326 [02:55:08] *** Quits: tyranny12 (~blarg@replaced-ip ) (Read error: Connection reset by peer)
327 [02:55:31] *** Quits: datasmurf (~datasmurf@replaced-ip ) (Ping timeout: 268 seconds)
328 [02:55:51] *** Joins: tyranny12 (~blarg@replaced-ip )
329 [02:55:51] *** Quits: tyranny12 (~blarg@replaced-ip ) (Changing host)
330 [02:55:51] *** Joins: tyranny12 (~blarg@replaced-ip )
331 [02:55:59] *** Quits: ghost43 (~daer@replaced-ip ) (Remote host closed the connection)
332 [02:56:11] *** Joins: ghost43 (~daer@replaced-ip )
333 [02:56:23] *** Quits: shadow98 (uid236862@replaced-ip ) (Quit: Connection closed for inactivity)
334 [02:57:32] *** Joins: relaxed (~relaxed@replaced-ip )
335 [03:01:28] *** Quits: deadz0 (~deadz0@replaced-ip ) (Remote host closed the connection)
336 [03:01:33] *** Joins: hakash (~hakash@replaced-ip )
337 [03:01:37] *** Joins: pwater (~piercedwa@replaced-ip )
338 [03:01:52] *** Joins: Night-Shade (~TimF@replaced-ip )
339 [03:02:53] *** Quits: piercedwater (~piercedwa@replaced-ip ) (Disconnected by services)
340 [03:02:59] *** Quits: leorat (~rat@replaced-ip ) (Quit: leorat)
341 [03:03:12] *** Joins: piercedwater (~piercedwa@replaced-ip )
342 [03:03:55] *** Quits: piercedwater (~piercedwa@replaced-ip ) (Client Quit)
343 [03:04:06] *** pwater is now known as piercedwater
344 [03:04:45] *** Quits: dArK_IcE (~lawl@replaced-ip ) ()
345 [03:05:15] *** Joins: azamet (ca09294e@replaced-ip )
346 [03:05:16] <azamet> im using latest version of kali but because of grub installation not working im trying to install grub from live usb this is the fdisk-l output: replaced-url
347 [03:06:15] <joepublic> Fortunately, pastebin has already taken down your paste. Begone.
348 [03:06:46] <azamet> check the same link again
349 [03:06:51] <azamet> it is now uploaded sorry for that
350 [03:07:49] <themill> azamet: support for kali is in #kali-linux, so please keep it there, thanks.
351 [03:07:57] <azamet> i dont know what the hell is wrong with this chat i write again
352 [03:08:11] *** Quits: fax (~fax@replaced-ip ) (Quit: Konversation terminated!)
353 [03:08:16] <joepublic> My approach to this operation is not to use kali but rather the grub rescue disk, boot, then sudo update-grub.
354 [03:08:30] <azamet> im using latest version of kali but because of grub installation not working im trying to install grub from live usb this is the fdisk-l output: replaced-url
355 [03:09:14] *** Quits: LtL (~ltl@replaced-ip ) (Quit: LtL)
356 [03:09:18] <joepublic> The advice I have given you is good advice.
357 [03:10:11] *** Joins: cdown (~cdown@replaced-ip )
358 [03:10:53] *** Quits: piercedwater (~piercedwa@replaced-ip ) (Quit: bbl)
359 [03:11:32] <joepublic> I rendered this very system unbootable installing an HDD and a SSD here a couple weeks ago, and super grub came to the rescue.
360 [03:12:45] *** Joins: piercedwater (~piercedwa@replaced-ip )
361 [03:12:52] *** Quits: comatekeke (~comatekek@replaced-ip ) (Remote host closed the connection)
362 [03:12:55] *** Joins: finalbeta (~finalbeta@replaced-ip )
363 [03:14:30] *** Quits: Ricardo__ (~rick@replaced-ip ) (Ping timeout: 252 seconds)
364 [03:15:13] *** Joins: cdown_ (~cdown@replaced-ip )
365 [03:15:17] *** Joins: aloo_shu (~atomic@replaced-ip )
366 [03:15:35] *** Joins: comatekeke (~comatekek@replaced-ip )
367 [03:16:07] *** Quits: Uberius (~Uberius@replaced-ip ) (Remote host closed the connection)
368 [03:16:12] *** Joins: Crypto (~Uberius@replaced-ip )
369 [03:17:12] *** Quits: xcm (~xcm@replaced-ip ) (Read error: Connection reset by peer)
370 [03:17:54] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 252 seconds)
371 [03:18:17] *** Joins: xcm (~xcm@replaced-ip )
372 [03:18:19] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 268 seconds)
373 [03:18:20] *** cdown_ is now known as cdown
374 [03:19:53] *** Joins: devbaka (~devbaka@replaced-ip )
375 [03:22:13] *** Quits: Penguin_ (~xwQ5kwYl6@replaced-ip ) (Ping timeout: 252 seconds)
376 [03:22:26] *** Quits: hufdufhv (~Thunderbi@replaced-ip ) (Remote host closed the connection)
377 [03:22:50] *** Joins: hufdufhv (~Thunderbi@replaced-ip )
378 [03:23:44] *** Joins: Penguin_ (~xwQ5kwYl6@replaced-ip )
379 [03:25:56] *** Quits: m3ddle (~m3ddle@replaced-ip ) (Ping timeout: 272 seconds)
380 [03:27:34] *** Joins: m3ddle (~m3ddle@replaced-ip )
381 [03:28:18] *** Joins: sidmo_ (~ident@replaced-ip )
382 [03:30:02] *** Joins: shadow98 (uid236862@replaced-ip )
383 [03:30:07] *** Joins: Mekhanik (~Mekhanik@replaced-ip )
384 [03:30:11] *** Quits: comatekeke (~comatekek@replaced-ip ) (Read error: Connection reset by peer)
385 [03:30:17] *** Joins: comatekeke2 (~comatekek@replaced-ip )
386 [03:30:30] *** Joins: darkghost (~darkghost@replaced-ip )
387 [03:31:09] *** Quits: Mekhanik (~Mekhanik@replaced-ip ) (Remote host closed the connection)
388 [03:31:27] *** Quits: sidmo (~ident@replaced-ip ) (Ping timeout: 244 seconds)
389 [03:33:18] *** Quits: v01t (~v01t@replaced-ip ) (Ping timeout: 252 seconds)
390 [03:33:31] *** Quits: relaxed (~relaxed@replaced-ip ) (Ping timeout: 244 seconds)
391 [03:34:14] *** Quits: semeion (~semeion@replaced-ip ) (Quit: WeeChat 2.3)
392 [03:34:57] *** Quits: dvs (~hibbard@replaced-ip ) (Ping timeout: 252 seconds)
393 [03:36:00] *** Quits: stnly4 (~stnly@replaced-ip##) (Quit: The Lounge - ##replaced-url
394 [03:36:22] *** Joins: relaxed (~relaxed@replaced-ip )
395 [03:36:37] *** Quits: neo4 (~Thunderbi@replaced-ip ) (Ping timeout: 244 seconds)
396 [03:41:46] *** Joins: ahriman (~ahriman@replaced-ip )
397 [03:41:47] *** Joins: comatekeke (~comatekek@replaced-ip )
398 [03:41:59] <ahriman> hey everyone, what is the cron implementation in debian base?
399 [03:42:45] <imMute> ahriman: appears to be ISC.
400 [03:42:51] *** Quits: Krennic (~Krennic@replaced-ip ) (Quit: Lost terminal)
401 [03:42:57] <ahriman> thanks imMute
402 [03:43:07] *** Quits: comatekeke2 (~comatekek@replaced-ip ) (Ping timeout: 240 seconds)
403 [03:43:20] *** Quits: Tom01 (~tom@replaced-ip ) (Remote host closed the connection)
404 [03:44:01] *** debhelper sets mode: +l 1359
405 [03:44:52] *** Quits: zeden (~user@replaced-ip ) (Quit: WeeChat 2.2)
406 [03:46:45] *** Quits: ChmEarl (~chmearl@replaced-ip ) (Quit: Leaving)
407 [03:47:55] *** Quits: Resilience (~a@replaced-ip ) (Remote host closed the connection)
408 [03:48:11] *** Joins: Resilience (~a@replaced-ip )
409 [03:48:54] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 252 seconds)
410 [03:49:09] *** Quits: hakash (~hakash@replaced-ip ) (Ping timeout: 268 seconds)
411 [03:49:35] *** Joins: MenschZwoNull_ (~MenschZwo@replaced-ip )
412 [03:49:55] *** Joins: devbaka (~devbaka@replaced-ip )
413 [03:50:11] *** Quits: azamet (ca09294e@replaced-ip ) (Ping timeout: 256 seconds)
414 [03:52:16] *** Quits: MenschZwoNull (~MenschZwo@replaced-ip ) (Ping timeout: 264 seconds)
415 [03:52:52] *** Quits: comatekeke (~comatekek@replaced-ip ) (Read error: Connection reset by peer)
416 [03:53:04] *** Joins: comatekeke (~comatekek@replaced-ip )
417 [03:53:18] *** Parts: ahriman (~ahriman@replaced-ip ) ()
418 [03:55:55] *** Quits: Kevlar_Noir (~manjaro-u@replaced-ip ) (Quit: Konversation terminated!)
419 [03:56:00] *** Quits: comatekeke (~comatekek@replaced-ip ) (Read error: Connection reset by peer)
420 [03:56:01] *** Joins: zRecursive (~czsq888@replaced-ip )
421 [03:56:08] *** Parts: zRecursive (~czsq888@replaced-ip ) ()
422 [03:56:55] *** Joins: dvs (~hibbard@replaced-ip )
423 [03:56:55] *** Joins: comatekeke (~comatekek@replaced-ip )
424 [03:57:54] *** Joins: datasmurf (~datasmurf@replaced-ip )
425 [03:58:24] *** Quits: foobiebletch (~matthew@replaced-ip ) (Ping timeout: 268 seconds)
426 [03:58:37] *** Quits: kingofmemes (~kingofmem@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
427 [03:58:45] *** Joins: electro33 (uid613@replaced-ip )
428 [04:00:44] *** Parts: ryouma (~user@replaced-ip ) ("Killed buffer")
429 [04:01:39] *** Joins: Bambi (~Bambi@replaced-ip )
430 [04:03:25] *** Joins: mgwi__ (~x13333@replaced-ip )
431 [04:04:22] *** Quits: x13333 (~x13333@replaced-ip ) (Remote host closed the connection)
432 [04:05:21] *** Quits: banc (~master@replaced-ip##) (Quit: ZNC - ##replaced-url
433 [04:08:21] *** Quits: comatekeke (~comatekek@replaced-ip ) (Read error: Connection reset by peer)
434 [04:08:45] *** Joins: Kevlar_Noir (~manjaro-u@replaced-ip )
435 [04:09:56] *** Joins: semeion (~semeion@replaced-ip )
436 [04:10:34] *** Joins: comatekeke (~comatekek@replaced-ip )
437 [04:13:19] *** Quits: Noskcaj (~Noskcaj@replaced-ip ) (Quit: Real life is angry at me)
438 [04:14:24] *** Quits: c0ncealed4 (c0ncealed@replaced-ip ) (Remote host closed the connection)
439 [04:14:56] *** Joins: c0ncealed4 (c0ncealed@replaced-ip )
440 [04:15:37] *** Joins: Noskcaj (~Noskcaj@replaced-ip )
441 [04:16:12] *** Quits: paraxial (~paraxial@replaced-ip ) (Ping timeout: 252 seconds)
442 [04:19:43] *** Joins: iflema (~ian@replaced-ip )
443 [04:19:46] *** Quits: comatekeke (~comatekek@replaced-ip ) (Read error: Connection reset by peer)
444 [04:19:50] *** Quits: iflema (~ian@replaced-ip ) (Client Quit)
445 [04:20:48] *** Joins: banc (~master@replaced-ip )
446 [04:20:56] *** Joins: comatekeke (~comatekek@replaced-ip )
447 [04:21:13] *** Joins: paraxial (~paraxial@replaced-ip )
448 [04:22:15] *** Quits: tyranny12 (~blarg@replaced-ip ) (Ping timeout: 252 seconds)
449 [04:22:31] *** Quits: comatekeke (~comatekek@replaced-ip ) (Remote host closed the connection)
450 [04:23:28] *** Joins: tyranny12 (~blarg@replaced-ip )
451 [04:23:44] *** Quits: Noskcaj (~Noskcaj@replaced-ip ) (Quit: Real life is angry at me)
452 [04:23:55] *** Joins: acidtripper (~acidtripp@replaced-ip )
453 [04:26:06] *** Quits: paraxial (~paraxial@replaced-ip ) (Ping timeout: 252 seconds)
454 [04:26:13] *** Joins: llucenic (~Thunderbi@replaced-ip )
455 [04:26:42] *** Joins: kingofmemes (~kingofmem@replaced-ip )
456 [04:27:08] *** Joins: paraxial (~paraxial@replaced-ip )
457 [04:27:33] *** Joins: Noskcaj (~Noskcaj@replaced-ip )
458 [04:28:45] *** Quits: kingofmemes (~kingofmem@replaced-ip ) (Client Quit)
459 [04:29:42] *** Joins: FreeitConsultant (~freeitcon@replaced-ip )
460 [04:29:44] *** Joins: fkboy9000 (~fkboy9000@replaced-ip )
461 [04:31:38] *** Joins: kingofmemes (~kingofmem@replaced-ip )
462 [04:34:21] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 252 seconds)
463 [04:34:58] *** Joins: devbaka (~devbaka@replaced-ip )
464 [04:35:12] *** Quits: cCkw (~ejakuk@replaced-ip ) (Quit: Leaving)
465 [04:35:57] *** Quits: kingofmemes (~kingofmem@replaced-ip ) (Client Quit)
466 [04:38:18] *** Joins: aaii (~aaii@replaced-ip )
467 [04:41:31] *** Joins: awal1 (~awal1@replaced-ip )
468 [04:41:56] *** Quits: neibo (~bingen@replaced-ip ) (Ping timeout: 272 seconds)
469 [04:42:25] *** Joins: neibo (~bingen@replaced-ip )
470 [04:44:55] *** Joins: hakash (~hakash@replaced-ip )
471 [04:45:53] *** Quits: paulgrmn (~paulgrmn@replaced-ip ) (Ping timeout: 245 seconds)
472 [04:48:49] *** Quits: Resilience (~a@replaced-ip ) (Quit: Leaving)
473 [04:49:34] *** Quits: semeion (~semeion@replaced-ip ) (Quit: WeeChat 2.3)
474 [04:50:14] *** Joins: Emmanuel_Chanel (~Emmanuel_@replaced-ip )
475 [04:51:17] *** Quits: hufdufhv (~Thunderbi@replaced-ip ) (Remote host closed the connection)
476 [04:51:34] *** Joins: hufdufhv (~Thunderbi@replaced-ip )
477 [04:53:27] *** Quits: asterismo_l (~asterismo@replaced-ip ) (Read error: Connection reset by peer)
478 [04:54:03] *** Joins: asterismo_l (~asterismo@replaced-ip )
479 [04:54:28] *** Quits: darkghost (~darkghost@replaced-ip ) (Quit: leaving)
480 [04:55:12] <awal1> ,v chromium-sandbox
481 [04:55:13] <judd> Package: chromium-sandbox on amd64 -- sid: 70.0.3538.67-3
482 [04:55:58] *** Quits: joepublic (~joe@replaced-ip ) (Remote host closed the connection)
483 [04:59:50] *** Joins: rabbitear_sdf (kreator@replaced-ip )
484 [05:00:01] *** Joins: Raed|Laptop (~Raed@replaced-ip )
485 [05:00:27] *** Quits: fooctrl (~havoc@replaced-ip ) (Ping timeout: 240 seconds)
486 [05:01:31] *** Joins: fooctrl (~havoc@replaced-ip )
487 [05:07:58] *** Quits: fooctrl (~havoc@replaced-ip ) (Ping timeout: 245 seconds)
488 [05:09:01] *** Joins: fooctrl (~havoc@replaced-ip )
489 [05:09:56] *** Quits: hele (~hele@replaced-ip ) (Ping timeout: 260 seconds)
490 [05:12:21] *** Quits: Sabotender (~Sabotende@replaced-ip ) (Quit: 1000 Needles!)
491 [05:13:14] *** Quits: aloo_shu (~atomic@replaced-ip ) (Ping timeout: 244 seconds)
492 [05:13:26] *** Joins: dreamon (~dreamon@replaced-ip )
493 [05:13:47] *** Quits: sanches (~sanches@replaced-ip ) (Remote host closed the connection)
494 [05:14:00] *** Joins: Sabotender (~Sabotende@replaced-ip )
495 [05:16:19] *** Joins: CyberManifest (~CyberMani@replaced-ip )
496 [05:16:29] *** Joins: krukudilo (~krukudilo@replaced-ip )
497 [05:16:34] *** Joins: pingfloyd (~pingfloyd@replaced-ip )
498 [05:18:31] *** Quits: clackety (~clackety@replaced-ip ) (Ping timeout: 256 seconds)
499 [05:18:40] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Read error: Connection reset by peer)
500 [05:18:49] *** Quits: Snowdrift (~Snowdrift@replaced-ip ) (Read error: Connection reset by peer)
501 [05:19:00] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
502 [05:19:11] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 268 seconds)
503 [05:19:27] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Ping timeout: 252 seconds)
504 [05:19:31] *** Joins: devbaka (~devbaka@replaced-ip )
505 [05:19:54] *** Joins: geri (d17ac466@replaced-ip )
506 [05:20:03] <geri> hi, i get the message: Warning: 'apt-key update' is deprecated and should not be used anymore! what is it replace with??
507 [05:21:45] *** Joins: hamersaw (~hamersaw@replaced-ip )
508 [05:23:09] *** Joins: unashamed (~unashamed@replaced-ip )
509 [05:23:51] *** Quits: nidr0x (~nidr0x@replaced-ip ) (Ping timeout: 252 seconds)
510 [05:23:58] *** Joins: s8548a (~s8548a@replaced-ip )
511 [05:24:36] *** Joins: clackety (~clackety@replaced-ip )
512 [05:24:54] *** Quits: himcesjf_ (~cesjf@replaced-ip ) (Excess Flood)
513 [05:25:32] *** Joins: himcesjf_ (~cesjf@replaced-ip )
514 [05:26:12] *** Quits: krukudilo (~krukudilo@replaced-ip ) (Quit: Leaving)
515 [05:27:27] *** Joins: nidr0x (~nidr0x@replaced-ip )
516 [05:27:31] *** Quits: HoSy (~HS_@replaced-ip ) (Quit: Leaving)
517 [05:29:29] *** Joins: krukudilo (~krukudilo@replaced-ip )
518 [05:29:30] *** Joins: daniel-s (~daniel-s@replaced-ip )
519 [05:30:42] *** Quits: kallesbar (~kallesbar@replaced-ip ) (Quit: Konversation terminated!)
520 [05:31:24] *** Quits: hamersaw (~hamersaw@replaced-ip ) (Quit: WeeChat 1.6)
521 [05:32:06] *** Quits: thecoffemaker (~thecoffem@replaced-ip ) (Ping timeout: 252 seconds)
522 [05:32:39] *** Quits: asterismo_l (~asterismo@replaced-ip ) (Ping timeout: 252 seconds)
523 [05:33:07] *** Quits: hakash (~hakash@replaced-ip ) (Ping timeout: 252 seconds)
524 [05:33:57] *** Joins: thecoffemaker (~thecoffem@replaced-ip )
525 [05:38:23] *** Quits: dreamon (~dreamon@replaced-ip ) (Ping timeout: 245 seconds)
526 [05:39:22] *** Joins: Ericounet (~Eric@replaced-ip )
527 [05:40:37] *** Joins: conta (~Thunderbi@replaced-ip )
528 [05:44:56] *** Joins: aaf5 (~michael@replaced-ip )
529 [05:44:58] *** Joins: BenNZ (~Ben__@replaced-ip )
530 [05:45:18] *** Quits: p0lyph3m (~p0lyph3m@replaced-ip ) (Ping timeout: 252 seconds)
531 [05:47:07] *** Quits: himcesjf_ (~cesjf@replaced-ip ) (Excess Flood)
532 [05:48:25] *** Joins: himcesjf_ (~cesjf@replaced-ip )
533 [05:49:30] *** Joins: sauvin (sauvin@replaced-ip )
534 [05:50:58] *** Quits: Fusl (~fusl@replaced-ip ) (Excess Flood)
535 [05:51:31] *** Joins: transience (~transienc@replaced-ip )
536 [05:51:58] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
537 [05:51:59] *** Quits: transience_ (~transienc@replaced-ip ) (Ping timeout: 244 seconds)
538 [05:52:03] *** Joins: Fusl (~fusl@replaced-ip )
539 [05:53:06] *** Quits: llucenic (~Thunderbi@replaced-ip ) (Ping timeout: 268 seconds)
540 [05:54:05] *** Quits: himcesjf_ (~cesjf@replaced-ip ) (Excess Flood)
541 [05:54:15] *** Joins: sanches (~sanches@replaced-ip )
542 [05:54:38] *** Joins: himcesjf_ (~cesjf@replaced-ip )
543 [05:57:11] *** Quits: Bambi (~Bambi@replaced-ip ) (Quit: Leaving)
544 [05:57:42] *** Joins: hamms (hamms@replaced-ip )
545 [05:58:35] *** Quits: himcesjf_ (~cesjf@replaced-ip ) (Read error: Connection reset by peer)
546 [05:58:38] *** Joins: foobiebletch (~matthew@replaced-ip )
547 [05:59:22] *** Joins: himcesjf_ (~cesjf@replaced-ip )
548 [05:59:50] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 272 seconds)
549 [06:00:22] *** Joins: v01t (~v01t@replaced-ip )
550 [06:02:54] *** Joins: hele (~hele@replaced-ip )
551 [06:03:41] *** Quits: krukudilo (~krukudilo@replaced-ip ) (Quit: Leaving)
552 [06:04:01] *** Quits: unashamed (~unashamed@replaced-ip ) (Quit: Leaving)
553 [06:05:19] *** Joins: krukudilo (~krukudilo@replaced-ip )
554 [06:05:36] *** hamms is now known as windkloppel
555 [06:05:43] *** windkloppel is now known as hamms
556 [06:10:20] *** Quits: BenNZ (~Ben__@replaced-ip ) (Quit: Everytime I think IQ's must have dropped recently, I remember that this is the internet)
557 [06:11:21] *** Quits: irongeeks (~irongeeks@replaced-ip ) (Ping timeout: 252 seconds)
558 [06:14:19] *** Joins: BeerHall (~Thunderbi@replaced-ip )
559 [06:15:54] *** Joins: Sinewpy (~end@replaced-ip )
560 [06:17:14] *** Joins: blingrang (~blingrang@replaced-ip )
561 [06:18:02] *** Quits: krukudilo (~krukudilo@replaced-ip ) (Quit: Leaving)
562 [06:18:54] *** Joins: neur0sage (~mitch@replaced-ip )
563 [06:20:47] *** Joins: krukudilo (~krukudilo@replaced-ip )
564 [06:21:04] *** Quits: annadane (~annadane@replaced-ip ) (Remote host closed the connection)
565 [06:21:17] *** Quits: krukudilo (~krukudilo@replaced-ip ) (Remote host closed the connection)
566 [06:21:18] *** Quits: neibo (~bingen@replaced-ip ) (Ping timeout: 245 seconds)
567 [06:22:07] *** Joins: krukudilo (~krukudilo@replaced-ip )
568 [06:22:20] *** Joins: neibo (~bingen@replaced-ip )
569 [06:23:21] *** Quits: krukudilo (~krukudilo@replaced-ip ) (Client Quit)
570 [06:23:58] *** Joins: krukudilo (~krukudilo@replaced-ip )
571 [06:24:31] *** Joins: hakash (~hakash@replaced-ip )
572 [06:27:31] *** Joins: madrik (~user@replaced-ip )
573 [06:28:58] <en1gma> i just got debian live mate i386 installed to my usb. i freshly booted and got network up and did apt update and apt upgrade
574 [06:29:25] <en1gma> what is the easiest way to install openssh-server so i dont have problems with pam
575 [06:30:06] *** Joins: GaneshR (~ganeshraj@replaced-ip )
576 [06:30:56] *** Quits: krukudilo (~krukudilo@replaced-ip ) (Quit: Leaving)
577 [06:31:36] *** Quits: hele (~hele@replaced-ip ) (Ping timeout: 260 seconds)
578 [06:32:29] *** Quits: z8z (~x@replaced-ip ) (Quit: Quitting)
579 [06:33:00] *** Joins: Adbray (~Adbray@replaced-ip )
580 [06:35:26] *** Quits: bmlzootown (~bmlzootow@replaced-ip ) (Remote host closed the connection)
581 [06:35:45] *** Joins: bmlzootown (~bmlzootow@replaced-ip )
582 [06:36:02] *** Quits: Pjusur (~Pjusur@replaced-ip ) (Quit: Leaving)
583 [06:37:12] *** Quits: GaneshR (~ganeshraj@replaced-ip ) (Ping timeout: 272 seconds)
584 [06:38:15] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
585 [06:38:49] *** Joins: tvm (~tvm@replaced-ip )
586 [06:41:05] *** Joins: trytus (c12ebbfc@replaced-ip )
587 [06:41:27] *** Quits: diniwed (~gavron@replaced-ip ) (Quit: WeeChat 1.6)
588 [06:42:30] <mada> proprietary nvidia drivers not working, after rebooting i get a screen saying oops something went wrong. If I run nvidia-xconfig X can't even find the screen and thus doesn't start.
589 [06:42:42] *** Quits: ephoth (~darkpadde@replaced-ip ) (Read error: Connection reset by peer)
590 [06:42:50] <mada> this is on a geforce 1080
591 [06:43:46] *** Joins: kingofmemes (~kingofmem@replaced-ip )
592 [06:47:58] *** Quits: foobiebletch (~matthew@replaced-ip ) (Ping timeout: 272 seconds)
593 [06:48:54] *** Quits: Ericounet (~Eric@replaced-ip ) (Remote host closed the connection)
594 [06:50:04] *** Joins: BeerHall1 (~Thunderbi@replaced-ip )
595 [06:52:57] *** Quits: BeerHall (~Thunderbi@replaced-ip ) (Ping timeout: 244 seconds)
596 [06:53:51] *** Joins: well_laid_lawn (~Jean-luc@replaced-ip )
597 [06:54:25] <mada> hm seems following the instructions on the wiki verbatim caused a wrong version of the headers to be installed.
598 [06:54:26] *** Quits: dunkHel (~dunkHel@replaced-ip ) (Ping timeout: 250 seconds)
599 [06:55:10] *** Joins: irongeeks (~irongeeks@replaced-ip )
600 [06:56:38] <vlt> en1gma: `apt install ssh`
601 [06:58:11] *** Quits: himcesjf_ (~cesjf@replaced-ip ) (Excess Flood)
602 [06:58:38] *** Joins: sanches (~sanches@replaced-ip )
603 [06:59:26] *** Joins: himcesjf_ (~cesjf@replaced-ip )
604 [07:01:11] *** Quits: GDiaX (~gdiax@replaced-ip ) (Remote host closed the connection)
605 [07:01:17] *** Quits: awal1 (~awal1@replaced-ip ) (Quit: Leaving)
606 [07:01:40] *** Joins: GDiaX (~gdiax@replaced-ip )
607 [07:01:50] *** Quits: GDiaX (~gdiax@replaced-ip ) (Max SendQ exceeded)
608 [07:02:39] *** Joins: krukudilo (~krukudilo@replaced-ip )
609 [07:02:47] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 240 seconds)
610 [07:03:45] *** Joins: cornholio (~cornholio@replaced-ip )
611 [07:04:33] *** Quits: geri (d17ac466@replaced-ip ) (Ping timeout: 256 seconds)
612 [07:05:03] *** Quits: cfoch (uid153227@replaced-ip ) (Quit: Connection closed for inactivity)
613 [07:05:37] *** Quits: Cypher100 (~cypher@replaced-ip##) (Quit: ZNC 1.7.1 - ##replaced-url
614 [07:05:47] *** Quits: CrystalMath (~coderain@replaced-ip##) (Quit: Support Free Software - ##replaced-url
615 [07:07:09] *** Quits: aaf5 (~michael@replaced-ip ) (Ping timeout: 252 seconds)
616 [07:07:54] *** Quits: faction (~faction@replaced-ip ) (Read error: Connection reset by peer)
617 [07:08:27] *** Quits: himcesjf_ (~cesjf@replaced-ip ) (Read error: Connection reset by peer)
618 [07:09:06] *** Joins: himcesjf_ (~cesjf@replaced-ip )
619 [07:09:17] *** Joins: faction (~faction@replaced-ip )
620 [07:09:27] *** Joins: clemens3 (~clemens@replaced-ip )
621 [07:10:31] *** Joins: Cypher100 (~cypher@replaced-ip )
622 [07:13:22] *** Quits: kingofmemes (~kingofmem@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
623 [07:14:14] *** Quits: conta (~Thunderbi@replaced-ip ) (Quit: conta)
624 [07:14:55] *** Joins: conta (~Thunderbi@replaced-ip )
625 [07:16:12] *** Joins: Pjusur (~Pjusur@replaced-ip )
626 [07:18:48] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 252 seconds)
627 [07:19:03] *** Quits: krukudilo (~krukudilo@replaced-ip ) (Quit: Leaving)
628 [07:19:42] *** Joins: devbaka (~devbaka@replaced-ip )
629 [07:22:36] *** Quits: P1ersson (~P1ersson@replaced-ip ) (Ping timeout: 250 seconds)
630 [07:23:00] *** Joins: adamantium (~user@replaced-ip )
631 [07:23:54] <adamantium> Hi, I read in a guide for using backports, that I should also run apt install -t stretch-backports upgrade , (in addition to for individual packages), but to me doesn't this seem like bad advice? I'm currently only cherry picking a few packages.
632 [07:25:26] *** Joins: slv (~slv@replaced-ip )
633 [07:26:58] *** Joins: kingofmemes (~kingofmem@replaced-ip )
634 [07:27:00] *** Joins: super_gollum (~ich@replaced-ip )
635 [07:27:36] *** Joins: electro33 (uid613@replaced-ip )
636 [07:28:59] *** Joins: jiji606 (~p1ngu1n0f@replaced-ip )
637 [07:29:38] *** Quits: himcesjf_ (~cesjf@replaced-ip ) (Ping timeout: 244 seconds)
638 [07:30:08] *** Joins: llucenic (~Thunderbi@replaced-ip )
639 [07:32:47] *** Joins: D0c70rWh0 (~D0c70rWh0@replaced-ip )
640 [07:33:03] *** Quits: dez (uid92154@replaced-ip ) (Quit: Connection closed for inactivity)
641 [07:34:41] *** Quits: adamantium (~user@replaced-ip ) (Remote host closed the connection)
642 [07:35:49] *** Joins: mrig (~mrig@replaced-ip )
643 [07:36:43] *** Joins: olegfusion (~olegfusio@replaced-ip )
644 [07:38:19] *** Joins: GDiaX (~gdiax@replaced-ip )
645 [07:38:25] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 244 seconds)
646 [07:38:57] *** Joins: msb (~msb@replaced-ip )
647 [07:40:13] *** Joins: devbaka (~devbaka@replaced-ip )
648 [07:40:34] *** Quits: krytarik (~krytarik@replaced-ip ) (Quit: Wychodzi)
649 [07:42:18] *** Joins: Haohmaru (~Haohmaru@replaced-ip )
650 [07:43:12] *** Quits: Fusl (~fusl@replaced-ip ) (Remote host closed the connection)
651 [07:43:33] *** Quits: Eryn_1983_FL (~Eryn_1983@replaced-ip ) (Ping timeout: 252 seconds)
652 [07:43:39] *** Joins: RebelCoder (~RebelCode@replaced-ip )
653 [07:44:16] *** Joins: Fusl (~fusl@replaced-ip )
654 [07:45:39] *** Joins: himcesjf_ (~cesjf@replaced-ip )
655 [07:46:02] *** Joins: foobiebletch (~matthew@replaced-ip )
656 [07:47:33] *** Quits: debsan (~debsan@replaced-ip ) (Ping timeout: 245 seconds)
657 [07:49:11] *** Quits: neur0sage (~mitch@replaced-ip ) (Quit: Konversation terminated!)
658 [07:50:03] *** Joins: debsan (~debsan@replaced-ip )
659 [07:50:04] *** Quits: debsan (~debsan@replaced-ip ) (Changing host)
660 [07:50:04] *** Joins: debsan (~debsan@replaced-ip )
661 [07:51:43] *** Quits: Megaf (~Megaf@replaced-ip ) (Quit: No Ping reply in 60 seconds.)
662 [07:52:22] *** Quits: milobit (~milobit@replaced-ip ) (Ping timeout: 246 seconds)
663 [07:52:33] *** Quits: Exagone313 (exa@replaced-ip ) (Ping timeout: 245 seconds)
664 [07:52:34] *** Quits: albttx (~albttx@replaced-ip ) (Quit: Ping timeout (120 seconds))
665 [07:52:51] *** Joins: albttx (~albttx@replaced-ip )
666 [07:53:01] *** Joins: Megaf (~Megaf@replaced-ip )
667 [07:53:04] *** Quits: Pichet_ (~Pichet_@replaced-ip ) (Quit: KThxBye)
668 [07:54:36] *** Joins: milobit (~milobit@replaced-ip )
669 [07:55:01] *** Joins: damiano_ (~quassel@replaced-ip )
670 [07:55:10] *** Quits: GDiaX (~gdiax@replaced-ip ) (Read error: Connection reset by peer)
671 [07:56:08] *** Quits: macrobat (~beep@replaced-ip ) (Quit: quit quat quot)
672 [07:56:12] *** Joins: ursu_ (~ursu@replaced-ip )
673 [07:56:15] *** Joins: Pichet_ (~Pichet_@replaced-ip )
674 [07:56:49] *** Joins: Exagone313 (exa@replaced-ip )
675 [07:57:08] *** Joins: pvdp (~pvdp@replaced-ip )
676 [07:58:40] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 246 seconds)
677 [08:04:01] *** debhelper sets mode: +l 1365
678 [08:04:02] *** Quits: charliebrownau (~charliebr@replaced-ip ) (Quit: Leaving)
679 [08:04:04] *** Joins: a_l_b (~a_l_b@replaced-ip )
680 [08:04:35] *** Joins: Eryn_1983_FL (~Eryn_1983@replaced-ip )
681 [08:06:22] *** Quits: foobiebletch (~matthew@replaced-ip ) (Ping timeout: 250 seconds)
682 [08:07:27] *** Quits: neibo (~bingen@replaced-ip ) (Ping timeout: 240 seconds)
683 [08:07:52] *** Joins: roshanavand (~Thunderbi@replaced-ip )
684 [08:08:25] *** Joins: neibo (~bingen@replaced-ip )
685 [08:10:53] *** Joins: mavhc (~mavhc@replaced-ip )
686 [08:11:07] *** Quits: fstd (~fstd@replaced-ip ) (Ping timeout: 240 seconds)
687 [08:11:42] *** Joins: grobi (~rtng@replaced-ip )
688 [08:12:13] *** Joins: fstd (~fstd@replaced-ip )
689 [08:12:18] *** Quits: grobi (~rtng@replaced-ip ) (Client Quit)
690 [08:12:42] *** Joins: grobi (~rtng@replaced-ip )
691 [08:12:49] *** Joins: ritho (~i02sopop@replaced-ip )
692 [08:14:44] *** Quits: troys (~troys@replaced-ip ) (Quit: Bye)
693 [08:16:07] *** Quits: hanasaki (~hanasaki@replaced-ip ) (Ping timeout: 240 seconds)
694 [08:17:01] *** Quits: grobi (~rtng@replaced-ip ) (Client Quit)
695 [08:17:22] *** Joins: grobi (~rtng@replaced-ip )
696 [08:17:48] *** Quits: ritho (~i02sopop@replaced-ip ) (Quit: ircII EPIC5-2.0.1 -- Are we there yet?)
697 [08:18:09] *** Quits: m3ddle (~m3ddle@replaced-ip ) (Quit: m3ddle)
698 [08:18:32] *** Quits: jiji606 (~p1ngu1n0f@replaced-ip ) (Ping timeout: 272 seconds)
699 [08:18:32] *** Quits: a_l_b (~a_l_b@replaced-ip ) (Quit: a_l_b)
700 [08:18:56] *** Joins: roshanavand1 (~Thunderbi@replaced-ip )
701 [08:19:18] *** Quits: kein31 (~root@replaced-ip ) (Ping timeout: 252 seconds)
702 [08:19:19] *** Quits: roshanavand (~Thunderbi@replaced-ip ) (Ping timeout: 246 seconds)
703 [08:19:19] *** roshanavand1 is now known as roshanavand
704 [08:20:04] *** Joins: kein31 (~root@replaced-ip )
705 [08:20:16] *** Quits: streamline (~streamlin@replaced-ip ) (Ping timeout: 244 seconds)
706 [08:21:36] *** Quits: wireshark (~none@replaced-ip ) (Quit: Leaving)
707 [08:22:06] *** Joins: buspirate (~none@replaced-ip )
708 [08:23:41] *** Joins: pax (~Thunderbi@replaced-ip )
709 [08:23:48] *** Quits: Itaipu (~itaipu@replaced-ip ) (Remote host closed the connection)
710 [08:25:06] *** Quits: pax (~Thunderbi@replaced-ip ) (Client Quit)
711 [08:25:30] *** Joins: Hunterkll_ (~Hunterkll@replaced-ip )
712 [08:25:32] *** Joins: Itaipu (~itaipu@replaced-ip )
713 [08:25:33] *** Joins: pax (~Thunderbi@replaced-ip )
714 [08:26:27] *** Joins: streamline (~streamlin@replaced-ip )
715 [08:27:55] *** Joins: SilverSifter (~SilverSif@replaced-ip )
716 [08:27:59] *** Joins: HerbY_NL2 (~HerbY_NL2@replaced-ip )
717 [08:28:13] *** Joins: jmarsac (~jmarsac@replaced-ip )
718 [08:28:17] *** Quits: grobi (~rtng@replaced-ip ) (Quit: WeeChat 2.2)
719 [08:28:44] *** Quits: Hunterkll (~Hunterkll@replaced-ip ) (Ping timeout: 276 seconds)
720 [08:28:50] *** Quits: mibo (~mibo@replaced-ip ) (Remote host closed the connection)
721 [08:29:32] *** Joins: grobi (~rtng@replaced-ip )
722 [08:31:43] *** Joins: ritho (~kvirc@replaced-ip )
723 [08:32:36] *** Joins: fstd_ (~fstd@replaced-ip )
724 [08:33:06] *** Quits: fstd (~fstd@replaced-ip ) (Ping timeout: 272 seconds)
725 [08:33:08] *** fstd_ is now known as fstd
726 [08:34:15] *** Joins: sanches (~sanches@replaced-ip )
727 [08:37:26] *** Quits: pax (~Thunderbi@replaced-ip ) (Quit: pax)
728 [08:38:31] *** Quits: fatalerrors (~fatalerro@replaced-ip ) (Quit: Sic luceat lux)
729 [08:38:52] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 244 seconds)
730 [08:39:06] *** Quits: Itaipu (~itaipu@replaced-ip ) (Ping timeout: 252 seconds)
731 [08:40:49] *** Quits: FreeitConsultant (~freeitcon@replaced-ip ) (Quit: Leaving)
732 [08:41:13] *** Joins: a_l_b (~a_l_b@replaced-ip )
733 [08:41:18] *** Joins: Moose_ (~digitalno@replaced-ip )
734 [08:42:27] *** Quits: sauvin (sauvin@replaced-ip ) (Ping timeout: 240 seconds)
735 [08:44:06] *** Joins: ongolaBoy (~ongolaBoy@replaced-ip )
736 [08:44:13] *** Quits: digitalnomad91 (~digitalno@replaced-ip ) (Ping timeout: 245 seconds)
737 [08:44:23] *** Joins: blackmajic_ (~black@replaced-ip )
738 [08:44:30] *** Quits: blackmajic (~black@replaced-ip ) (Ping timeout: 272 seconds)
739 [08:44:54] *** Joins: __marco (~mg3@replaced-ip )
740 [08:46:19] *** Joins: nehemiah (~nehemiah@replaced-ip )
741 [08:47:24] *** Quits: a_l_b (~a_l_b@replaced-ip ) (Quit: a_l_b)
742 [08:48:15] *** Quits: ritho (~kvirc@replaced-ip##) (Quit: KVIrc 4.9.3 Aria ##replaced-url
743 [08:48:22] *** Quits: fstd (~fstd@replaced-ip ) (Ping timeout: 252 seconds)
744 [08:49:28] *** Quits: aaii (~aaii@replaced-ip ) (Remote host closed the connection)
745 [08:50:04] *** Joins: aaii (~aaii@replaced-ip )
746 [08:50:15] *** Quits: clemens3 (~clemens@replaced-ip ) (Remote host closed the connection)
747 [08:50:59] *** Joins: ritho (~kvirc@replaced-ip )
748 [08:51:18] *** Joins: encod3 (~encod3@replaced-ip )
749 [08:52:50] *** Joins: neo4 (~Thunderbi@replaced-ip )
750 [08:53:23] *** Joins: tagomago (~tagomago@replaced-ip )
751 [08:53:34] *** Joins: dreamon (~dreamon@replaced-ip )
752 [08:54:56] *** Joins: P1ersson (~P1ersson@replaced-ip )
753 [08:56:20] *** Joins: aardwark1 (~lxuser@replaced-ip )
754 [08:56:38] *** Parts: aardwark1 (~lxuser@replaced-ip ) ()
755 [08:57:02] *** Quits: joze (~joze@replaced-ip ) (Quit: WeeChat 1.6)
756 [09:00:03] *** Quits: ursu_ (~ursu@replaced-ip ) (Ping timeout: 244 seconds)
757 [09:00:57] *** Quits: G3ph4z_ (~G3ph4z@replaced-ip ) (Quit: Leaving...)
758 [09:01:38] *** Joins: joze (~joze@replaced-ip )
759 [09:01:42] *** Joins: crimastergogo (~crimaster@replaced-ip )
760 [09:02:43] *** Joins: Codyer (~user@replaced-ip )
761 [09:04:20] *** Quits: finalbeta (~finalbeta@replaced-ip ) (Read error: Connection reset by peer)
762 [09:04:32] *** Joins: platvoeten (~platvoete@replaced-ip )
763 [09:04:41] *** Joins: chele (~chele@replaced-ip )
764 [09:04:46] *** Joins: finalbeta (~finalbeta@replaced-ip )
765 [09:08:30] *** Joins: drzacek (~drzacek@replaced-ip )
766 [09:09:13] *** Quits: nidr0x (~nidr0x@replaced-ip ) (Ping timeout: 268 seconds)
767 [09:11:40] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 268 seconds)
768 [09:12:20] *** Joins: devbaka (~devbaka@replaced-ip )
769 [09:13:03] *** Quits: SilverSifter (~SilverSif@replaced-ip ) (Quit: Leaving)
770 [09:13:11] *** Quits: phate408 (~Phate@replaced-ip ) (Ping timeout: 260 seconds)
771 [09:13:51] *** Quits: SchneeSchwarz (~schnee@replaced-ip ) (Quit: WeeChat 2.3)
772 [09:14:17] *** Joins: phate408 (~Phate@replaced-ip )
773 [09:15:14] *** Joins: Ruebezahl (~Alf@replaced-ip )
774 [09:15:19] *** Quits: likcoras (~likcoras@replaced-ip ) (Ping timeout: 252 seconds)
775 [09:15:54] *** Joins: AquaL1te (~AquaL1te@replaced-ip )
776 [09:16:13] *** Joins: rephlexie (~rephlexie@replaced-ip )
777 [09:16:15] *** Joins: sauvin (~sauvin@replaced-ip )
778 [09:17:28] *** Quits: jolt (jolt@replaced-ip ) (Ping timeout: 264 seconds)
779 [09:18:12] <darxmurf> morning
780 [09:18:32] *** Joins: xet7 (~xet7@replaced-ip )
781 [09:18:55] *** Joins: sauvin_ (sauvin@replaced-ip )
782 [09:18:59] <darxmurf> which permissions/acl should I set on my shared directory to allow windows users to change permissions on the main samba share ?
783 [09:19:06] *** Quits: phate408 (~Phate@replaced-ip ) (Ping timeout: 264 seconds)
784 [09:20:00] <darxmurf> I can create and change permissions on subfolders but I can't change the rights on the main share.
785 [09:20:23] *** Joins: kallesbar (~kallesbar@replaced-ip )
786 [09:20:27] *** Quits: sauvin (~sauvin@replaced-ip ) (Ping timeout: 240 seconds)
787 [09:20:30] <darxmurf> I did chmod 777 those folders and added my admin group on them using setfacl
788 [09:20:36] *** Joins: likcoras (~likcoras@replaced-ip )
789 [09:21:01] *** Quits: xet7 (~xet7@replaced-ip ) (Client Quit)
790 [09:21:20] *** Joins: phate408 (~Phate@replaced-ip )
791 [09:21:24] *** Joins: xet7 (~xet7@replaced-ip )
792 [09:21:39] *** Joins: clemens3 (~clemens@replaced-ip )
793 [09:22:11] *** Joins: bvdk (~bvdkfreen@replaced-ip )
794 [09:23:20] *** sauvin_ is now known as Sauvin
795 [09:24:01] *** debhelper sets mode: +l 1375
796 [09:24:22] *** Joins: jolt (jolt@replaced-ip )
797 [09:24:23] *** Joins: Guest74876 (~quassel@replaced-ip )
798 [09:25:19] *** Joins: ursu_ (~ursu@replaced-ip )
799 [09:28:48] *** Joins: dastier (~dastier@replaced-ip )
800 [09:29:33] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 268 seconds)
801 [09:29:34] *** Quits: pingfloyd (~pingfloyd@replaced-ip ) (Ping timeout: 268 seconds)
802 [09:35:53] *** Joins: preview (~quassel@replaced-ip )
803 [09:36:15] *** Quits: HicksD (~q@replaced-ip ) (Quit: HicksD)
804 [09:36:35] *** Joins: mavhc (~mavhc@replaced-ip )
805 [09:36:37] *** Joins: HicksD (~q@replaced-ip )
806 [09:36:43] *** Joins: TomyWork (~tomy@replaced-ip )
807 [09:36:51] *** Quits: HicksD (~q@replaced-ip ) (Client Quit)
808 [09:37:20] *** Quits: nix64bit (~Thunderbi@replaced-ip ) (Quit: nix64bit)
809 [09:37:21] *** Joins: HicksD (~q@replaced-ip )
810 [09:37:30] *** Quits: HerbY_NL2 (~HerbY_NL2@replaced-ip ) (Quit: Leaving)
811 [09:37:31] *** Joins: amospalla (~amospalla@replaced-ip )
812 [09:38:16] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
813 [09:38:44] *** Joins: mibo (~mibo@replaced-ip )
814 [09:38:48] *** Quits: crimastergogo (~crimaster@replaced-ip ) (Ping timeout: 244 seconds)
815 [09:38:57] *** Quits: Kevlar_Noir (~manjaro-u@replaced-ip ) (Quit: Konversation terminated!)
816 [09:39:00] *** Joins: HerbY_NL2 (~HerbY_NL2@replaced-ip )
817 [09:39:49] *** Quits: HerbY_NL2 (~HerbY_NL2@replaced-ip ) (Remote host closed the connection)
818 [09:40:24] *** Joins: HerbY_NL2 (~HerbY_NL2@replaced-ip )
819 [09:40:42] *** Quits: MuffinMedic (Evan@replaced-ip ) (Ping timeout: 252 seconds)
820 [09:40:56] *** Joins: oish (~charlie@replaced-ip )
821 [09:41:47] *** Joins: brondif (~brondif@replaced-ip )
822 [09:42:54] *** Quits: bvdk (~bvdkfreen@replaced-ip ) (Ping timeout: 252 seconds)
823 [09:42:58] *** Joins: hanasaki (~hanasaki@replaced-ip )
824 [09:43:18] *** Joins: MuffinMedic (Evan@replaced-ip )
825 [09:43:22] *** Quits: streamline (~streamlin@replaced-ip ) (Ping timeout: 252 seconds)
826 [09:46:45] *** Quits: kein31 (~root@replaced-ip ) (Ping timeout: 252 seconds)
827 [09:47:14] *** Joins: pringau (~pringau@replaced-ip )
828 [09:47:24] *** Joins: kein31 (~root@replaced-ip )
829 [09:47:33] *** Joins: stefanc_diff (~stefanc_d@replaced-ip )
830 [09:49:27] *** Quits: neibo (~bingen@replaced-ip ) (Ping timeout: 240 seconds)
831 [09:49:34] *** Joins: pingfloyd (~pingfloyd@replaced-ip )
832 [09:50:06] *** Joins: pax (~Thunderbi@replaced-ip )
833 [09:50:18] *** Joins: thelucky1ike (~theluckym@replaced-ip )
834 [09:50:23] *** Joins: neibo (~bingen@replaced-ip )
835 [09:50:28] *** Quits: thelucky1ike (~theluckym@replaced-ip ) (Client Quit)
836 [09:50:29] *** Joins: msimpson (~msimpson@replaced-ip )
837 [09:50:47] *** Joins: nix64bit (~Thunderbi@replaced-ip )
838 [09:50:55] *** Quits: nix64bit (~Thunderbi@replaced-ip ) (Client Quit)
839 [09:51:07] *** Quits: RebelCoder (~RebelCode@replaced-ip ) (Remote host closed the connection)
840 [09:51:12] *** Quits: clemens3 (~clemens@replaced-ip ) (Ping timeout: 244 seconds)
841 [09:51:45] *** Joins: clemens3_ (~clemens@replaced-ip )
842 [09:51:45] *** Quits: n_1-c_k (~nick@replaced-ip ) (Read error: Connection reset by peer)
843 [09:52:02] *** Quits: grobi (~rtng@replaced-ip ) (Quit: WeeChat 2.2)
844 [09:52:31] *** Quits: aaii (~aaii@replaced-ip ) (Remote host closed the connection)
845 [09:52:31] *** Joins: n_1-c_k (~nick@replaced-ip )
846 [09:53:05] *** Joins: grobi (~rtng@replaced-ip )
847 [09:53:23] *** Joins: h0 (~h0@replaced-ip )
848 [09:53:27] *** Quits: PinkBellyNagger (~PinkBelly@replaced-ip ) (Ping timeout: 240 seconds)
849 [09:53:33] *** Joins: blackes__ (~blackest_@replaced-ip )
850 [09:54:01] *** debhelper sets mode: +l 1383
851 [09:54:10] *** Quits: hakash (~hakash@replaced-ip ) (Ping timeout: 272 seconds)
852 [09:54:16] *** Quits: grobi (~rtng@replaced-ip ) (Client Quit)
853 [09:56:01] *** Quits: blackest_mamba (~blackest_@replaced-ip ) (Ping timeout: 250 seconds)
854 [09:57:01] *** Joins: streamline (~streamlin@replaced-ip )
855 [09:57:08] *** Joins: bvdk (~bvdkfreen@replaced-ip )
856 [09:58:58] *** Quits: dastier (~dastier@replaced-ip ) (Quit: Leaving)
857 [09:59:50] *** Joins: TsuDragon (~quassel@replaced-ip )
858 [09:59:57] *** Quits: TsuDragon (~quassel@replaced-ip ) (Client Quit)
859 [10:04:07] *** Joins: Zvmdyv (~Zvmdyv@replaced-ip )
860 [10:04:39] *** Quits: pax (~Thunderbi@replaced-ip ) (Quit: pax)
861 [10:05:19] *** Quits: dreamon (~dreamon@replaced-ip ) (Ping timeout: 268 seconds)
862 [10:06:12] *** Quits: theluckymike (~theluckym@replaced-ip ) (Quit: leaving)
863 [10:06:28] *** Joins: theluckymike (~theluckym@replaced-ip )
864 [10:07:03] *** Joins: f4cl3y (~f4cl3y@replaced-ip )
865 [10:07:45] *** Joins: iderik (~weechat@replaced-ip )
866 [10:10:06] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 264 seconds)
867 [10:11:04] *** Joins: monstar (~mitya@replaced-ip )
868 [10:12:07] *** Quits: CyberManifest (~CyberMani@replaced-ip ) (Ping timeout: 268 seconds)
869 [10:12:27] *** Joins: devbaka (~devbaka@replaced-ip )
870 [10:14:49] *** Joins: CyberManifest (~CyberMani@replaced-ip )
871 [10:15:08] *** Quits: drzacek (~drzacek@replaced-ip ) (Quit: Leaving)
872 [10:16:25] *** Quits: pvdp (~pvdp@replaced-ip ) (Remote host closed the connection)
873 [10:18:53] *** Quits: neirac (~cneira@replaced-ip ) (Ping timeout: 268 seconds)
874 [10:18:54] *** Joins: slack_ (~slack@replaced-ip )
875 [10:19:28] *** Joins: emrullah (~emrullah@replaced-ip )
876 [10:20:03] *** Joins: Ilyas (uid43013@replaced-ip )
877 [10:20:07] *** Quits: pringau (~pringau@replaced-ip ) (Remote host closed the connection)
878 [10:20:44] *** Joins: electro33 (uid613@replaced-ip )
879 [10:21:25] *** Joins: neirac (~cneira@replaced-ip )
880 [10:22:47] *** Joins: fstd (~fstd@replaced-ip )
881 [10:23:23] *** Quits: Guest74876 (~quassel@replaced-ip ) (Remote host closed the connection)
882 [10:24:04] *** Joins: Haudegen (~quassel@replaced-ip )
883 [10:26:20] *** Joins: oo_miguel (~miguel@replaced-ip )
884 [10:26:21] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 252 seconds)
885 [10:27:31] *** Quits: ilmostro (~ilmostro@replaced-ip ) (Ping timeout: 268 seconds)
886 [10:28:49] *** Parts: madrik (~user@replaced-ip ) ("Holiday")
887 [10:29:14] *** Joins: h1ck5 (~h1ck5@replaced-ip )
888 [10:29:45] *** Quits: piercedwater (~piercedwa@replaced-ip ) (Read error: Connection reset by peer)
889 [10:30:06] *** Joins: ilmostro (~ilmostro@replaced-ip )
890 [10:30:35] *** Joins: piercedwater (~piercedwa@replaced-ip )
891 [10:31:56] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 260 seconds)
892 [10:32:24] *** Quits: monstar (~mitya@replaced-ip ) (Ping timeout: 252 seconds)
893 [10:32:42] *** Quits: stefanc_diff (~stefanc_d@replaced-ip ) (Quit: Leaving)
894 [10:32:58] *** Joins: stefanc_diff (~stefanc_d@replaced-ip )
895 [10:35:53] *** Joins: ims (~ims@replaced-ip )
896 [10:36:40] *** Quits: likcoras (~likcoras@replaced-ip ) (Ping timeout: 244 seconds)
897 [10:37:30] *** Quits: piercedwater (~piercedwa@replaced-ip ) (Read error: Connection reset by peer)
898 [10:38:24] *** Joins: tiny (~ivob@replaced-ip )
899 [10:39:06] *** Joins: jasperarcola (~JasperArc@replaced-ip )
900 [10:40:06] *** Quits: immae (~immae@replaced-ip ) (Ping timeout: 252 seconds)
901 [10:40:33] <tiny> Hello! I'd like to "debianize" our software packages. If possible I'd like to have source and binary packages. We have various C/C++/Python/... projects and I'd like debian duo package (src/bin) for all. Is there a nice tutor that I can follow to do this? Most of the projects have Makefiles for building bins already.
902 [10:40:41] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 276 seconds)
903 [10:40:55] *** Joins: piercedwater (~piercedwa@replaced-ip )
904 [10:41:10] <themill> !packaging tutorial
905 [10:41:10] <dpkg> The packaging tutorial (replaced-url
906 [10:41:40] <theluckymike> .list land aerial
907 [10:42:18] *** Quits: citypw (~citypw@replaced-ip ) (Ping timeout: 252 seconds)
908 [10:42:29] *** Joins: devbaka (~devbaka@replaced-ip )
909 [10:42:53] *** Quits: vjacob_ (~vjacob@replaced-ip ) (Remote host closed the connection)
910 [10:44:02] *** Joins: vjacob_ (~vjacob@replaced-ip )
911 [10:44:11] *** Joins: likcoras (~likcoras@replaced-ip )
912 [10:44:18] *** Joins: dilema (~dilema@replaced-ip )
913 [10:44:23] *** Joins: SchneeSchwarz (~schnee@replaced-ip )
914 [10:44:49] *** Quits: SchneeSchwarz (~schnee@replaced-ip ) (Client Quit)
915 [10:44:56] *** Quits: cybercrypto (~morpheus@replaced-ip ) (Remote host closed the connection)
916 [10:44:59] *** Joins: Kevlar_Noir (~manjaro-u@replaced-ip )
917 [10:45:24] *** Joins: cybercrypto (~morpheus@replaced-ip )
918 [10:45:41] *** Joins: grobi (~rtng@replaced-ip )
919 [10:45:58] *** Joins: arsr (~arsr___@replaced-ip )
920 [10:46:34] *** Joins: nighty- (~nighty@replaced-ip )
921 [10:48:20] *** Joins: bapophis (~belethapo@replaced-ip )
922 [10:49:02] *** Quits: towo^work (~towo@replaced-ip ) (Quit: Leaving)
923 [10:49:46] *** Joins: hakash (~hakash@replaced-ip )
924 [10:50:50] *** Joins: towo^work (~towo@replaced-ip )
925 [10:51:07] *** Parts: brondif (~brondif@replaced-ip ) ("WeeChat 2.2")
926 [10:53:00] *** Joins: iflema (~ian@replaced-ip )
927 [10:53:10] *** iflema is now known as EEE
928 [10:53:40] *** Joins: dga (~dga@replaced-ip )
929 [10:53:47] *** Quits: trytus (c12ebbfc@replaced-ip ) (Quit: Page closed)
930 [10:54:01] *** debhelper sets mode: +l 1391
931 [10:55:05] *** Quits: dga (~dga@replaced-ip ) (Client Quit)
932 [10:55:14] *** Quits: b0b (~bob@replaced-ip ) (Quit: o/)
933 [10:55:16] *** Joins: conta1 (~Thunderbi@replaced-ip )
934 [10:55:55] *** Joins: immae (~immae@replaced-ip )
935 [10:56:13] *** Quits: stefanc_diff (~stefanc_d@replaced-ip ) (Quit: Leaving)
936 [10:56:21] *** Quits: tsarompy (~john@replaced-ip ) (Quit: Konversation terminated!)
937 [10:56:26] *** Joins: stefanc_diff (~stefanc_d@replaced-ip )
938 [10:56:26] *** Joins: SchneeSchwarz (~schnee@replaced-ip )
939 [10:57:06] *** Joins: nix64bit (~Thunderbi@replaced-ip )
940 [10:57:22] *** Joins: thunderrd_ (~thunderrd@replaced-ip )
941 [10:58:06] *** Joins: n4dir (~n4dir@replaced-ip )
942 [10:58:59] *** Joins: nuuuciano (~luuuciano@replaced-ip )
943 [11:00:38] *** Quits: thunderrd (~thunderrd@replaced-ip ) (Ping timeout: 252 seconds)
944 [11:04:43] *** Joins: moussa (~moussa@replaced-ip )
945 [11:05:48] *** Joins: Slashman (~Slash@replaced-ip )
946 [11:06:58] *** Quits: akaWolf (~akaWolf@replaced-ip ) (Ping timeout: 252 seconds)
947 [11:08:44] *** Joins: quasimoto (quasimoto@replaced-ip )
948 [11:09:27] *** Quits: encod3 (~encod3@replaced-ip ) (Ping timeout: 240 seconds)
949 [11:10:03] *** Quits: conta1 (~Thunderbi@replaced-ip ) (Quit: conta1)
950 [11:10:41] *** Quits: l0rd_Qu4s (quasimoto@replaced-ip ) (Ping timeout: 268 seconds)
951 [11:10:48] *** Quits: Tarrasquero (~Tarrasque@replaced-ip ) (Ping timeout: 272 seconds)
952 [11:11:15] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 276 seconds)
953 [11:11:46] *** Joins: conta1 (~Thunderbi@replaced-ip )
954 [11:11:55] <ov3rmind> hello great guys here is a good time to say good morning
955 [11:12:27] *** Joins: dez (uid92154@replaced-ip )
956 [11:12:34] *** Quits: CaptainN (zelda@replaced-ip ) (Quit: I have to pee!)
957 [11:12:35] *** Joins: devbaka (~devbaka@replaced-ip )
958 [11:12:39] *** Joins: emrullah_ (~emrullah@replaced-ip )
959 [11:14:26] *** Joins: metnel (~metnel@replaced-ip )
960 [11:16:47] <AquaL1te> hi, i was wondering. how do you (people in general) grade the out-of-the-box experience of the debian desktop? so that means when you install task-gnome-desktop. is your impression positive or do you think that it's kinda a mess? :) also, when you reply, i'm interested in what other distro's you use. because i come from fedora (still using it), but am really interested in the decisions that are made to
961 [11:16:51] *** Quits: emrullah (~emrullah@replaced-ip ) (Ping timeout: 268 seconds)
962 [11:16:53] <AquaL1te> setup the gnome desktop like this on debian (duplicate programs, games that most people are not interested). i just find it odd that it's designed like this and would like to know if other people would like to see changes.
963 [11:17:31] *** Quits: catsup (d@replaced-ip ) (Remote host closed the connection)
964 [11:17:41] *** Joins: catsup (~d@replaced-ip )
965 [11:18:31] *** Quits: catsup (~d@replaced-ip ) (Remote host closed the connection)
966 [11:18:55] *** Joins: catsup (d@replaced-ip )
967 [11:18:58] *** Joins: Tarrasquero (~Tarrasque@replaced-ip )
968 [11:19:55] *** Joins: m0u (~m0u@replaced-ip )
969 [11:20:49] *** Joins: noodlepie (~Phillip@replaced-ip )
970 [11:21:29] *** Quits: noodlepie (~Phillip@replaced-ip ) (Max SendQ exceeded)
971 [11:21:47] <jelly> AquaL1te: let's just say, as a long-time Debian user, I do not use Gnome at all
972 [11:21:56] *** Joins: noodlepie (~Phillip@replaced-ip )
973 [11:22:39] *** Quits: noodlepie (~Phillip@replaced-ip ) (Max SendQ exceeded)
974 [11:23:14] <AquaL1te> jelly: which desktop environment do you use?
975 [11:23:29] *** EEE is now known as iflema
976 [11:23:33] *** Joins: noodlepie (~Phillip@replaced-ip )
977 [11:23:39] *** Joins: kaira (~kaira@replaced-ip )
978 [11:23:46] <petn-randall> AquaL1te: Do you see duplicated programs on stable? Are they double in the same category, or just listed again in a different one?
979 [11:23:48] *** Quits: noodlepie (~Phillip@replaced-ip ) (Max SendQ exceeded)
980 [11:24:01] *** debhelper sets mode: +l 1397
981 [11:24:35] <n4dir> AquaL1te: i would say there are 3 approaches: a) install a DE during installation via it's task, and you will have everything you will never need in your life or b) install the metapackage[s] of a given DE, say xfce4 (no idea if such still exists for gnome) or c) install the most minimal version of a DE (which usually are a few packages, not one).
982 [11:24:36] *** Joins: noodlepie (~Phillip@replaced-ip )
983 [11:24:39] *** Quits: kaira (~kaira@replaced-ip ) (Client Quit)
984 [11:24:42] *** Joins: afuentes (~kusanagi@replaced-ip )
985 [11:24:46] *** Quits: noodlepie (~Phillip@replaced-ip ) (Max SendQ exceeded)
986 [11:24:52] *** Quits: cornholio (~cornholio@replaced-ip ) (Ping timeout: 268 seconds)
987 [11:25:31] *** Joins: unmy (~unmy@replaced-ip )
988 [11:26:18] <AquaL1te> petn-randall: i don't have my VM anymore, but when i tested it i saw duplicate applications for the same task e.g. 2 browsers, 2 video players, 2 music players, a bit along those lines. plus some stuff regular users have no use for. but can't go into much detail now. i was just interested if more people have this impression when they see their desktop for the first time after installation
989 [11:26:52] <AquaL1te> n4dir: did that too :) installed the netinstall without anything selected in tasksel. then did `apt install gnome-core`, didn't work :(
990 [11:27:23] <n4dir> AquaL1te: for gnome you need 2 or 3 more packages. The bot dpkg has a factoid about it, but i forgot the name of the factoid.
991 [11:27:52] <petn-randall> !doesnt work
992 [11:27:52] <dpkg> "Doesn't work" is a vague statement. Does it sit on the couch all day long? Does it procrastinate doing the dishes? Does it beg on the street for change? Please be specific! Define 'it' and what it isn't doing. Give us more details so we can help you without needing to ask basic questions like "what's the error message?". Ask me about <smart questions>, <sicco> and <errors>.
993 [11:27:59] *** Joins: protectionfault (~one@replaced-ip )
994 [11:28:38] *** Joins: arsr_ (~arsr___@replaced-ip )
995 [11:28:58] *** Quits: Python1320 (Python1320@replaced-ip ) (Ping timeout: 252 seconds)
996 [11:29:30] <protectionfault> Hi. When I try to change my keyboard layout in gnome settings, under "Region & Language", the dialog closes abruptly when I click the + to add a keyboard layout.
997 [11:29:39] <protectionfault> Any suggestions on what to do next?
998 [11:29:43] <AquaL1te> petn-randall: relax, i'm not trying to solve that problem. that's why i don't write all the specifics here, i just mention it. but if you're interested in what didn't work? there were missing files, systemd units couldn't start, installation was full of errors. i didn't investigate, because i wasn't looking for a new hobby. i just wanted to see if i could easily make debian like fedora
999 [11:30:38] *** Joins: elevated (~elevated@replaced-ip )
1000 [11:30:47] *** Quits: arsr (~arsr___@replaced-ip ) (Ping timeout: 240 seconds)
1001 [11:31:39] <AquaL1te> i'm just interested if this impression, that i got after install, is just my own or shared in this community. that's all :)
1002 [11:32:03] *** Quits: elevated (~elevated@replaced-ip ) (Remote host closed the connection)
1003 [11:32:11] <AquaL1te> if it's shared, then maybe task-gnome-desktop-minimal would be a nice quick fix perhaps?
1004 [11:32:21] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 252 seconds)
1005 [11:32:25] <protectionfault> When I check dmesg, it turns out that gnome-control-c is giving a segfault when I try to.
1006 [11:32:54] *** Quits: Codyer (~user@replaced-ip ) (Ping timeout: 268 seconds)
1007 [11:33:44] *** Joins: fatalerrors (~fatalerro@replaced-ip )
1008 [11:34:45] *** Quits: bertbob (~bertbob@replaced-ip ) (Ping timeout: 268 seconds)
1009 [11:36:02] *** Joins: f10_ (~flo@replaced-ip )
1010 [11:36:33] *** Quits: sonic_dee (~linushec@replaced-ip ) (Quit: byby)
1011 [11:36:57] *** Joins: sonicdee (~linushec@replaced-ip )
1012 [11:37:33] *** Joins: bertbob (~bertbob@replaced-ip )
1013 [11:37:38] *** Joins: jasperarcola (~JasperArc@replaced-ip )
1014 [11:38:25] *** Joins: sanches (~sanches@replaced-ip )
1015 [11:39:41] <petn-randall> AquaL1te: I can't reproduce your issue, but then again I don't know how you install it. If you want to help, it would be great if you could bring up specific issues. Without a way to reproduce it our options to improve it are quite limited.
1016 [11:40:46] *** Quits: protectionfault (~one@replaced-ip ) (Quit: Lost terminal)
1017 [11:41:47] *** Quits: ongolaBoy (~ongolaBoy@replaced-ip ) (Ping timeout: 276 seconds)
1018 [11:42:05] *** Quits: Haudegen (~quassel@replaced-ip ) (Remote host closed the connection)
1019 [11:42:55] *** Joins: dreamon (~dreamon@replaced-ip )
1020 [11:43:15] *** Joins: ongolaBoy (~ongolaBoy@replaced-ip )
1021 [11:44:02] <AquaL1te> petn-randall: i didn't do anything fancy, but the point that i brought this up is not to find a solution by manually collect meta-packages and then get a workable desktop environment. the reason i bring this up is that after you install debian with task-gnome-desktop you have to cherry pick stuff to remove again in order to get a workable desktop. why not just install the bare essentials from gnome and
1022 [11:44:09] <AquaL1te> leave the additions to the user? if task-gnome-desktop can't be changed due to 'reasons', then maybe add a task called task-gnome-desktop-minimal which just brings you a gnome desktop, withouth any cruft. but i get the impression that this isn't seen as something that could use improvements
1023 [11:44:09] <Slashman> hello, I want to disable the IPv6 autoconf on debian stretch, I have tried "net.ipv6.conf.all.accept_ra=0" but it doesn't change anything, I'm still seeing route like "default via fe80:: ...", I don't need this, I know the correct route in this case
1024 [11:44:27] *** Quits: conta1 (~Thunderbi@replaced-ip ) (Quit: conta1)
1025 [11:44:37] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 268 seconds)
1026 [11:47:06] <petn-randall> !gnome-install
1027 [11:47:06] <dpkg> To install GNOME: «apt-get install …» 1. 'task-gnome-desktop' (Debian installer default) 2. 'gnome' (recommended) 3. 'gnome-desktop-environment' (upstream GNOME) 4. 'gnome-core' (like 3, minus end-user applications) 5. 'gnome-session gdm3 network-manager-gnome' (minimalist, not recommended). You will need Xorg installed as well, ask me about <install x>. replaced-url
1028 [11:47:12] <petn-randall> AquaL1te: Do you mean like this? ^^^
1029 [11:47:14] *** Joins: lucad111 (~lucad111@replaced-ip )
1030 [11:47:17] *** Joins: conta1 (~Thunderbi@replaced-ip )
1031 [11:47:39] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 276 seconds)
1032 [11:48:00] <AquaL1te> petn-randall: i think we're in a recursive loop :)
1033 [11:48:21] *** Quits: Telcoguy (~quassel@replaced-ip ) (Ping timeout: 260 seconds)
1034 [11:49:19] <petn-randall> AquaL1te: I don't know where you see a recursive loop. If you want to have a minimal gnome, there's a metapackage for it.
1035 [11:49:40] *** Joins: switch_ (Elite21619@replaced-ip )
1036 [11:49:45] *** Quits: Nefertiti (~Nefertiti@replaced-ip ) (Remote host closed the connection)
1037 [11:50:00] *** Joins: kts (~kts@replaced-ip )
1038 [11:52:38] *** Joins: jasperarcola (~JasperArc@replaced-ip )
1039 [11:53:34] *** Joins: woshty (~woshty@replaced-ip )
1040 [11:55:01] *** Quits: iderik (~weechat@replaced-ip ) (Quit: iderik)
1041 [11:55:22] *** Joins: iderik (~weechat@replaced-ip )
1042 [11:55:35] <AquaL1te> petn-randall: i'll try one more time :) why isn't gnome-core + some basic tools the task-gnome-desktop? why is there a task-gnome-desktop now that gives you a desktop where most people (novice and expert) are probably not happy about?
1043 [11:56:14] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 244 seconds)
1044 [11:56:50] *** Joins: akaWolf (~akaWolf@replaced-ip )
1045 [11:57:09] <petn-randall> AquaL1te: That's an unproven assumption of yours. Most people expect all gnome (gnome core + all the tools the source package ships) installed when they pick it.
1046 [11:57:16] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 244 seconds)
1047 [11:57:36] *** Joins: devbaka (~devbaka@replaced-ip )
1048 [11:58:02] *** Quits: dionysus69 (~dionysus6@replaced-ip##) (Quit: ZNC 1.7.1+deb2 - ##replaced-url
1049 [11:58:04] <petn-randall> AquaL1te: It's a bit of endless debate discussing defaults. If you want to change them, you better bring up strong arguments why they should be changed. And Debian provides convenience tools (like metapackages) to ensure that you can customize your system as much as you want.
1050 [11:58:46] *** Joins: jpe_ (~jp@replaced-ip )
1051 [11:59:06] *** Quits: jpe_ (~jp@replaced-ip ) (Client Quit)
1052 [11:59:20] *** Quits: platvoeten (~platvoete@replaced-ip ) (Ping timeout: 244 seconds)
1053 [11:59:35] <n4dir> a) i didn't hear often that users complain about the task gnome to be broken in a way you described. and b) debian is not exactly known for giving the look-and-feel of DE's a lot of love. Hence the many distributions based on debian (which seem to care for such). c) assuming there is something broken, a bug report would be the way to go. d) If you don't like it the way it is: similar to c): the users here
1054 [11:59:35] *** Quits: conta1 (~Thunderbi@replaced-ip ) (Quit: conta1)
1055 [11:59:41] <n4dir> can't change it.
1056 [12:00:13] *** Quits: v01t (~v01t@replaced-ip ) (Remote host closed the connection)
1057 [12:00:24] *** Joins: v01t (~v01t@replaced-ip )
1058 [12:00:26] <n4dir> might well be the DE's in debian have enhanced quite a bit. It's been a while i used one.
1059 [12:00:36] *** Quits: lankanmon (~LKNnet@replaced-ip ) (Quit: Left...)
1060 [12:00:57] *** Joins: dionysus69 (~dionysus6@replaced-ip )
1061 [12:01:44] *** Joins: volter (~volter@replaced-ip )
1062 [12:01:49] <volter> Hello!
1063 [12:02:06] *** Quits: Ard1t (~ard1t@replaced-ip ) (Ping timeout: 272 seconds)
1064 [12:02:35] <AquaL1te> petn-randall: i'm not saying it's proven (i never claim that it's true), i'm clearly asking here a few times what people think, all i get in response is "install the meta-package", while i'm asking about expectations ;) the default gnome install of debian is really not how a complete gnome desktop looks like. it's a true mess, fedora installs all gnome stuff as well and it's clean and usable, they don't
1065 [12:02:41] <AquaL1te> apply extra distro specific 'magic'. that's why i'm surprised and wanted to hear what the community thinks. but seems like it's as is and intended to be like this and likely won't change. that's all i wanted to know.
1066 [12:02:49] <volter> I'm struggling to figure out the easiest and most elegant way to treat a configuration file in packaging in order to get a .dpkg-new file on an upgrade.
1067 [12:03:17] <volter> (Where configuration has changed from the original configuration in the previous version, of course.)
1068 [12:03:39] <petn-randall> AquaL1te: I admire your motivation to improve things with Debian, but at least once a week someone pops by in this channel and says that X should be Y by default because it fits into their workflow. Debian *does* need a lot of improvement, especially on the desktop. But someone has to do the work, convince the maintainers, and provide patches. Until now nobody has stepped up to do it.
1069 [12:04:18] *** Joins: jasperarcola (~JasperArc@replaced-ip )
1070 [12:06:17] *** Joins: conta1 (~Thunderbi@replaced-ip )
1071 [12:07:10] *** Quits: krabador (~krabador@replaced-ip ) (Remote host closed the connection)
1072 [12:08:36] *** Joins: crimastergogo (~crimaster@replaced-ip )
1073 [12:08:49] *** Joins: broesel (~broesel@replaced-ip )
1074 [12:09:13] *** Quits: Kevlar_Noir (~manjaro-u@replaced-ip ) (Quit: Konversation terminated!)
1075 [12:09:17] *** Joins: b0b (~bob@replaced-ip )
1076 [12:09:53] *** Quits: hufdufhv (~Thunderbi@replaced-ip ) (Remote host closed the connection)
1077 [12:10:02] *** Quits: dselect (~dselect@replaced-ip ) (Quit: ouch... that hurt)
1078 [12:10:07] *** Quits: m0u (~m0u@replaced-ip ) (Ping timeout: 240 seconds)
1079 [12:10:10] *** Joins: hufdufhv (~Thunderbi@replaced-ip )
1080 [12:11:10] *** Joins: dselect (~dselect@replaced-ip )
1081 [12:12:09] <petn-randall> volter: Are you packaging software, or are you asking how to treat it best on an installed system?
1082 [12:12:34] *** Quits: kts (~kts@replaced-ip ) (Quit: Konversation terminated!)
1083 [12:12:41] <AquaL1te> petn-randall: on a side note, in a new VM the gnome-core install doesn't fail. that indeed looks much better, still not where i was aiming for, but at least i keep installing things rather removing stuff (after installing, which is kinda unproductive). anyway, thank you all for your time. personally, i don't see why it needs convincing to clean-up the task-gnome-desktop. but it's not my daily distro
1084 [12:12:47] <AquaL1te> anyway, so for now i'll just let it be. i was already happy that i could at least remove gnome-games after task-gnome-desktop, in the previous debian stable that resulted in remove gdm as well :)
1085 [12:12:57] *** Joins: kts (~kts@replaced-ip )
1086 [12:12:57] *** Joins: m0u (~m0u@replaced-ip )
1087 [12:13:10] *** Joins: NeoX (~NeoX@replaced-ip )
1088 [12:15:03] *** Quits: conta (~Thunderbi@replaced-ip ) (Ping timeout: 245 seconds)
1089 [12:15:03] *** conta1 is now known as conta
1090 [12:16:14] *** Quits: preview (~quassel@replaced-ip ) (Ping timeout: 276 seconds)
1091 [12:16:24] *** Parts: NeoX (~NeoX@replaced-ip ) ("orivoir")
1092 [12:17:49] *** Joins: airwind (~belovent@replaced-ip )
1093 [12:18:58] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 244 seconds)
1094 [12:19:06] *** Quits: lel (l@replaced-ip ) (Ping timeout: 252 seconds)
1095 [12:21:12] <petn-randall> AquaL1te: That happens if you have autoremove enabled, and don't have the other packages marked as manually installed. It's not specific to the gnome packages.
1096 [12:21:51] *** Quits: bapophis (~belethapo@replaced-ip ) (Ping timeout: 252 seconds)
1097 [12:21:57] *** Quits: SpeedyG (~SpeedyG@replaced-ip ) (Quit: leaving)
1098 [12:22:18] *** Joins: SpeedyG (~SpeedyG@replaced-ip )
1099 [12:22:19] *** Quits: SpeedyG (~SpeedyG@replaced-ip ) (Changing host)
1100 [12:22:19] *** Joins: SpeedyG (~SpeedyG@replaced-ip )
1101 [12:22:49] *** Quits: SpeedyG (~SpeedyG@replaced-ip ) (Client Quit)
1102 [12:23:13] *** Joins: SpeedyG (~SpeedyG@replaced-ip )
1103 [12:23:25] *** Quits: mz` (~emerick@replaced-ip ) (Ping timeout: 252 seconds)
1104 [12:24:08] *** Quits: Merixer (~Merixer@replaced-ip ) (Ping timeout: 244 seconds)
1105 [12:25:09] *** Joins: Python1320 (Python1320@replaced-ip )
1106 [12:25:09] *** Quits: Python1320 (Python1320@replaced-ip ) (Changing host)
1107 [12:25:09] *** Joins: Python1320 (Python1320@replaced-ip )
1108 [12:26:38] *** Joins: cneira_ (~cneira@replaced-ip )
1109 [12:27:27] *** Quits: neirac (~cneira@replaced-ip ) (Read error: Connection reset by peer)
1110 [12:27:46] *** Quits: P1ersson (~P1ersson@replaced-ip ) (Ping timeout: 268 seconds)
1111 [12:28:15] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
1112 [12:28:18] *** Quits: h1ck5 (~h1ck5@replaced-ip ) (Quit: leaving)
1113 [12:28:38] *** Joins: jasperarcola (~JasperArc@replaced-ip )
1114 [12:28:58] *** Joins: mz` (~emerick@replaced-ip )
1115 [12:28:58] *** Joins: h1ck5 (~h1ck5@replaced-ip )
1116 [12:29:41] *** Quits: h1ck5 (~h1ck5@replaced-ip ) (Client Quit)
1117 [12:29:47] *** Joins: monstar (~mitya@replaced-ip )
1118 [12:30:07] *** Joins: h1ck5 (~h1ck5@replaced-ip )
1119 [12:30:25] *** Joins: Merixer (~Merixer@replaced-ip )
1120 [12:31:25] *** Joins: DrWatson (~DrWatson_@replaced-ip )
1121 [12:31:43] <AquaL1te> good to know!
1122 [12:33:03] *** Quits: cneira_ (~cneira@replaced-ip ) (Remote host closed the connection)
1123 [12:33:03] *** Joins: sahar69 (~sahar69@replaced-ip )
1124 [12:33:09] *** Quits: DrWatson (~DrWatson_@replaced-ip ) (Client Quit)
1125 [12:33:12] <petn-randall> AquaL1te: If you have gdm3 installed, and run 'apt install gdm3', it will simply mark it as manually installed, and then won't remove it in the future if any dependendant packages get removed.
1126 [12:33:23] *** Joins: DrWatson (~DrWatson_@replaced-ip )
1127 [12:36:12] <n4dir> petn-randall: with apt you don't need to --reinstall ?
1128 [12:36:12] *** Quits: pdobrogost (uid195495@replaced-ip ) (Quit: Connection closed for inactivity)
1129 [12:37:07] <petn-randall> n4dir: Only if you want to reinstall.
1130 [12:37:14] *** Joins: conta1 (~Thunderbi@replaced-ip )
1131 [12:38:24] <n4dir> perhaps i recall wrong, but i think if you have a package installed and will apt-get install it, you will be told it already is installed. But you said: it will set it to manually installed anyway?
1132 [12:39:50] <petn-randall> n4dir: yes
1133 [12:40:07] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 240 seconds)
1134 [12:40:08] <n4dir> oh, that is good. thanks for the explanation.
1135 [12:40:32] <pagios> hi all, i have a debian 6 system and would like to upgrade to latest debaian 9, is it possible to upgrade from 6 to 9 in 1 shot or should i go 6,7,8,-> 9
1136 [12:40:41] *** Joins: sanches (~sanches@replaced-ip )
1137 [12:40:58] <n4dir> 6,7,8,9.
1138 [12:41:14] *** Quits: rephlexie (~rephlexie@replaced-ip ) (Quit: Leaving)
1139 [12:41:14] *** Quits: sanches (~sanches@replaced-ip ) (Read error: Connection reset by peer)
1140 [12:41:17] <pagios> so apt-get upgrade, upgrade , dist-ugrade - reboot 4x
1141 [12:41:23] *** Joins: selroc (~selroc@replaced-ip )
1142 [12:41:27] <pagios> update*
1143 [12:41:33] <pagios> right?
1144 [12:41:45] <n4dir> yup.
1145 [12:41:53] <pagios> i hope all goes as planned :)
1146 [12:41:56] <pagios> no missing steps?
1147 [12:41:59] <petn-randall> pagios: Yes, skipping releases is not supported. So you have to go 6 -> 7 -> 8 -> 9.
1148 [12:42:05] <pagios> ok
1149 [12:42:12] <pagios> same goes for ubuntu i guess
1150 [12:42:25] <n4dir> goog luck. I just upgraded old-old-stable to old-stable to stable, but it was cli only, so not as time consuming as it sounds
1151 [12:42:25] <petn-randall> pagios: Although at this point I'd consider reinstalling 9 cleanly, and just migrating the data.
1152 [12:42:45] *** Quits: dreamon (~dreamon@replaced-ip ) (Ping timeout: 252 seconds)
1153 [12:45:03] *** Joins: lel (l@replaced-ip )
1154 [12:45:31] <pagios> why?
1155 [12:45:35] <pagios> isnt it the same
1156 [12:45:36] *** Quits: tiny (~ivob@replaced-ip ) (Quit: Leaving)
1157 [12:45:39] <pagios> i mean as an end result
1158 [12:45:46] *** Joins: jasperarcola (~JasperArc@replaced-ip )
1159 [12:45:49] <n4dir> sure is much quicker.
1160 [12:46:11] <n4dir> even if everything goes well. But if you have to troubleshoot here and there ...
1161 [12:47:01] <pagios> got it
1162 [12:47:06] <pagios> thanks community
1163 [12:48:45] <petn-randall> pagios: In the grand scheme it'll be the same. However, for every upgrade you'll have to go through the release notes, and change things before and after upgrade. So a clean install it probably faster, and cleaner.
1164 [12:49:29] <volter> petn-randall: I'm about packaging.
1165 [12:49:50] <volter> petn-randall: It's actually about somebody else's package that I want to propose an improvement for.
1166 [12:50:17] <volter> (And that is not part of Debian)
1167 [12:50:55] *** Quits: bites (~bites@replaced-ip ) (Ping timeout: 252 seconds)
1168 [12:51:10] *** Joins: sanches (~sanches@replaced-ip )
1169 [12:51:26] <petn-randall> volter: If a file is marked as "conffile", it won't be overwritten by an upgrade, and you will get the new config file as foo.dpkg-new.
1170 [12:51:38] *** Joins: NetTerminalGene (~NetTermin@replaced-ip )
1171 [12:51:44] *** Quits: selroc (~selroc@replaced-ip ) (Quit: Leaving)
1172 [12:52:23] <volter> petn-randall: That is putting its path in debian/conffiles?
1173 [12:52:39] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 252 seconds)
1174 [12:53:43] <petn-randall> volter: yes, replaced-url
1175 [12:54:23] *** Quits: diox (~u@replaced-ip ) (Remote host closed the connection)
1176 [12:54:31] <petn-randall> volter: There /are/ ways to make a conffile upgrade more fancy, where it'll prompt you diff chunks to merge and such, but I haven't used those features before.
1177 [12:54:37] *** Quits: crimastergogo (~crimaster@replaced-ip ) (Ping timeout: 244 seconds)
1178 [12:55:18] *** Joins: BCMM (~BCMM@replaced-ip )
1179 [12:56:09] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 268 seconds)
1180 [12:57:08] *** Joins: Ericounet (~Eric@replaced-ip )
1181 [12:57:14] *** Joins: HarveyPwca (~HarveyPwc@replaced-ip )
1182 [12:57:51] *** Joins: Codyer (~user@replaced-ip )
1183 [12:58:12] <volter> petn-randall: Hm, it says that automatically happens for files in /etc (I assume that includes sub-directories).
1184 [12:58:19] *** Joins: shtrb (~shtrb@replaced-ip )
1185 [12:58:59] <volter> Either they are not using dh_installdeb or something else is wrong.
1186 [12:59:05] *** Joins: Neo_Chen (~Neo_Chen@replaced-ip )
1187 [12:59:36] *** Joins: jasperarcola (~JasperArc@replaced-ip )
1188 [12:59:44] *** Joins: SH-Dream (54491175@replaced-ip )
1189 [13:00:20] *** Quits: SH-Dream (54491175@replaced-ip ) (Client Quit)
1190 [13:00:52] *** Joins: SH-Dream (54491175@replaced-ip )
1191 [13:01:45] *** Joins: sanches (~sanches@replaced-ip )
1192 [13:02:45] *** Quits: kts (~kts@replaced-ip ) (Quit: Konversation terminated!)
1193 [13:02:54] *** Joins: scatterbrainz (~scatterbr@replaced-ip )
1194 [13:03:18] <scatterbrainz> morning
1195 [13:04:32] *** Quits: disposable2 (~Thunderbi@replaced-ip ) (Quit: disposable2)
1196 [13:05:01] *** Quits: dpkg (~dpkg@replaced-ip ) (Quit: buh bye!)
1197 [13:05:19] *** Joins: dethos_ (~dethos@replaced-ip )
1198 [13:05:29] <rant> petn-randall: reeeeeally? Debconf does this?
1199 [13:05:45] *** Joins: dpkg (~dpkg@replaced-ip )
1200 [13:06:24] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 252 seconds)
1201 [13:06:34] <rant> I would find that interesting cause I never heard of this feature and last I checked debconf was unmaintained and considered complete
1202 [13:06:57] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 276 seconds)
1203 [13:07:58] *** Quits: acidtripper (~acidtripp@replaced-ip ) (Ping timeout: 272 seconds)
1204 [13:08:04] *** Quits: darxmurf (~darxmurf@replaced-ip ) (Ping timeout: 246 seconds)
1205 [13:08:09] *** Joins: Sveta_ (~sveta@replaced-ip )
1206 [13:08:20] <rant> hmm.. seems debconf has been under development again.. news to me..
1207 [13:08:21] *** Joins: darxmurf (~darxmurf@replaced-ip )
1208 [13:08:31] *** Quits: iflema (~ian@replaced-ip ) (Quit: iflema)
1209 [13:08:34] *** Quits: bvdk (~bvdkfreen@replaced-ip ) (Ping timeout: 244 seconds)
1210 [13:08:39] *** Quits: Gnhugo (~yaaic@replaced-ip ) (Remote host closed the connection)
1211 [13:08:40] *** Joins: pdobrogost (uid195495@replaced-ip )
1212 [13:08:41] *** Quits: oo_miguel (~miguel@replaced-ip ) (Quit: WeeChat 1.6)
1213 [13:09:11] <tharkun> Good $DAY How do I make offlineimap work with let's encrypt certificates. It complains about it.
1214 [13:09:36] *** Joins: dreamon (~dreamon@replaced-ip )
1215 [13:09:47] *** Quits: xingu (~xingu@replaced-ip ) (Ping timeout: 240 seconds)
1216 [13:10:35] *** Joins: Ricardo__ (~rick@replaced-ip )
1217 [13:10:35] *** Quits: Ricardo__ (~rick@replaced-ip ) (Changing host)
1218 [13:10:35] *** Joins: Ricardo__ (~rick@replaced-ip )
1219 [13:10:53] *** Quits: Sveta (~sveta@replaced-ip ) (Ping timeout: 245 seconds)
1220 [13:10:58] *** Sveta_ is now known as Sveta
1221 [13:11:02] *** Joins: lankanmon (~LKNnet@replaced-ip )
1222 [13:13:00] *** Quits: darxmurf (~darxmurf@replaced-ip ) (Ping timeout: 252 seconds)
1223 [13:13:10] *** Joins: matrim (~mats_@replaced-ip )
1224 [13:14:15] *** Quits: sonicdee (~linushec@replaced-ip ) (Quit: byby)
1225 [13:14:17] *** Joins: paulgrmn (~paulgrmn@replaced-ip )
1226 [13:14:44] *** Joins: sonicdee (~linushec@replaced-ip )
1227 [13:14:57] *** Quits: smolboye (~smolboye@replaced-ip ) (Read error: Connection reset by peer)
1228 [13:14:58] *** Joins: darxmurf (~darxmurf@replaced-ip )
1229 [13:15:09] <Fox> tharkun: do you have any error log to show us ?
1230 [13:15:15] *** Joins: smolboye (~smolboye@replaced-ip )
1231 [13:15:17] *** Joins: morphis__ (~morphis@replaced-ip )
1232 [13:15:25] *** Quits: Sinewpy (~end@replaced-ip ) (Ping timeout: 246 seconds)
1233 [13:15:28] *** Joins: jasperarcola (~JasperArc@replaced-ip )
1234 [13:16:18] *** Quits: s8548a (~s8548a@replaced-ip ) (Ping timeout: 252 seconds)
1235 [13:16:28] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 246 seconds)
1236 [13:17:29] *** Joins: Optimus_Prime (~wolfie@replaced-ip )
1237 [13:17:31] *** Joins: iflema (~ian@replaced-ip )
1238 [13:17:40] *** Joins: Sinewpy (~end@replaced-ip )
1239 [13:17:47] *** Quits: m0u (~m0u@replaced-ip ) (Quit: WeeChat 2.2)
1240 [13:18:14] *** Joins: P1ersson (~P1ersson@replaced-ip )
1241 [13:18:30] *** Quits: morphis_ (~morphis@replaced-ip ) (Ping timeout: 252 seconds)
1242 [13:19:20] <tharkun> Fox: replaced-url
1243 [13:19:21] *** Quits: bmlzootown (~bmlzootow@replaced-ip ) (Ping timeout: 260 seconds)
1244 [13:19:37] *** Quits: afuentes (~kusanagi@replaced-ip ) (Quit: Leaving)
1245 [13:20:20] *** Joins: Epakai (~epakai@replaced-ip )
1246 [13:20:37] <tharkun> it complains about not setting sslcacertfile = /etc/ssl/certs/ca-certificates.crt which is indeed present and that holds all the CA roots that I know Debian ships with.
1247 [13:21:05] *** Joins: s8548a (~s8548a@replaced-ip )
1248 [13:21:24] *** Joins: bvdk (~bvdkfreen@replaced-ip )
1249 [13:21:38] *** Joins: bmlzootown (~bmlzootow@replaced-ip )
1250 [13:21:45] <tharkun> Which I believe are all the ones given by ca-certificates packages. The courious thing is that Thunderbird has no isue reading and sending those.
1251 [13:21:46] *** Joins: sanches (~sanches@replaced-ip )
1252 [13:21:53] *** Joins: platvoeten (~platvoete@replaced-ip )
1253 [13:23:08] *** Joins: eto (~eto@replaced-ip )
1254 [13:23:12] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 276 seconds)
1255 [13:23:14] *** Joins: oo_miguel (~miguel@replaced-ip )
1256 [13:23:30] <eto> hello i need help with rather peculiar issue on debian systems
1257 [13:23:39] <tharkun> !ask
1258 [13:23:39] <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>.
1259 [13:24:01] *** debhelper sets mode: +l 1405
1260 [13:24:32] *** Quits: treehug88 (~textual@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
1261 [13:24:39] *** Quits: vdehors (~vdehors@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
1262 [13:25:24] <eto> we are using xslt transformations to process xml files - on no other but debian systems we are getting identical ids from time to time (xslt function geenrate-id())
1263 [13:25:53] *** Joins: vdehors (~vdehors@replaced-ip )
1264 [13:26:23] *** Joins: mauz555 (~mauz555@replaced-ip )
1265 [13:26:25] <eto> xml spec state that these ids should be unique, but somehow on debian i am getting duplicates from time to time - who should i talk to?
1266 [13:26:45] *** Quits: oo_miguel (~miguel@replaced-ip ) (Client Quit)
1267 [13:27:06] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 276 seconds)
1268 [13:27:18] <eto> should i try to identify package maintainer on my debian version and try to talk to them?
1269 [13:28:42] <shtrb> eto check with testing , because your issue may had been solved
1270 [13:28:48] *** Quits: dreamon (~dreamon@replaced-ip ) (Read error: Connection reset by peer)
1271 [13:29:58] *** Quits: mauz555 (~mauz555@replaced-ip ) (Remote host closed the connection)
1272 [13:30:18] <eto> shtrb: i had a hunch there are multiple timelines with debian - so i have to somehow switch to another one
1273 [13:30:40] *** Optimus_Prime is now known as selsper
1274 [13:30:50] <eto> something like that>
1275 [13:30:52] <eto> ?
1276 [13:30:58] <themill> eto: can you pastebin a simple reproduce case?
1277 [13:31:15] <shtrb> make sure that you also are running for different nodes (because running for the same node should get the same id each time
1278 [13:31:39] *** Quits: dez (uid92154@replaced-ip ) (Quit: Connection closed for inactivity)
1279 [13:31:42] <Fox> tharkun: can you start offlineimap like that "offlineimap -u ttyui -1" and paste the output ?
1280 [13:31:44] *** Joins: jasperarcola (~JasperArc@replaced-ip )
1281 [13:31:51] *** Joins: _MrGr33n_ (~None@replaced-ip )
1282 [13:31:57] <eto> themill: probably not possible - too many layers (php<->php-xslt<->libxslt) and seems to depend on unpredictable factors
1283 [13:32:00] *** Quits: daniel-s (~daniel-s@replaced-ip ) (Remote host closed the connection)
1284 [13:32:05] <eto> themill: but happens quite often
1285 [13:32:05] *** Joins: sanches (~sanches@replaced-ip )
1286 [13:32:15] *** Quits: Codyer (~user@replaced-ip ) (Ping timeout: 252 seconds)
1287 [13:32:26] <shtrb> eto can you reproduce it ?
1288 [13:32:32] *** Joins: dauden (~dauden@replaced-ip )
1289 [13:32:35] <eto> shtrb: yes that behaviour is preserved we are pretty sure the nodes are different
1290 [13:32:37] <themill> eto: hard to investigate without something
1291 [13:32:49] <shtrb> e.g. have a docker image that reproduce it and push it somewhere
1292 [13:33:03] <shtrb> the most minimal example
1293 [13:33:04] *** Joins: kirk781 (~kirk781@replaced-ip )
1294 [13:33:19] <eto> themill, shtrb: i know it really vague i have no idea how would i even tackle that
1295 [13:34:27] <shtrb> eto, one thing to do is to have a preroducibale env. (docker/vbox or some other poison )
1296 [13:34:29] *** Joins: zeden (~user@replaced-ip )
1297 [13:34:46] *** Quits: conyers (~conyers@replaced-ip ) (Quit: conyers)
1298 [13:35:00] *** Quits: Mr_Gr33n (~None@replaced-ip ) (Ping timeout: 252 seconds)
1299 [13:36:19] *** Quits: emrullah_ (~emrullah@replaced-ip ) (Quit: emrullah_)
1300 [13:36:36] *** Joins: emrullah (~emrullah@replaced-ip )
1301 [13:36:38] *** Joins: b (coffee@replaced-ip )
1302 [13:36:50] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 268 seconds)
1303 [13:36:50] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 268 seconds)
1304 [13:36:51] <tharkun> Fox: replaced-url
1305 [13:36:54] *** Joins: csehl (~csehl@replaced-ip )
1306 [13:36:59] <themill> eto: ids are only unique within a document
1307 [13:37:26] *** Quits: P1ersson (~P1ersson@replaced-ip ) (Ping timeout: 250 seconds)
1308 [13:37:55] <csehl> trying to install teamviewer, dpkg -i tv.deb tells me i'm missing a bunch of qt5 packages, for example libqt5qml5. i tried apt-file search libqt5qml5 without much luck after all
1309 [13:37:55] <Fox> tharkun: and did you try setting sslcacertfile = /etc/ssl/certs/ca-certificates.crt in your offlineimaprc ?
1310 [13:38:15] *** Quits: conta (~Thunderbi@replaced-ip ) (Remote host closed the connection)
1311 [13:38:15] *** conta1 is now known as conta
1312 [13:39:03] <tharkun> Fox: Yes, initial line I posted
1313 [13:39:08] <Fox> oh, sorry
1314 [13:39:09] <themill> csehl: dpkg talks in terms of packages not files; you might try "apt install ./foo.deb"
1315 [13:39:24] *** Joins: conta1 (~Thunderbi@replaced-ip )
1316 [13:39:58] <tharkun> Fox: no worries. It happens
1317 [13:40:07] <Fox> tharkun: you'll surely have more info with debug: offlineimap -dALL
1318 [13:40:16] *** Joins: darxmurf_ (~darxmurf@replaced-ip )
1319 [13:40:21] <n4dir> might be i did it wrong, but the few times i got missing deps for dpkg -i *deb, the following command "apt-get install -f" installed them.
1320 [13:40:27] <eto> themill: are you sure? where are you picking that from please?
1321 [13:41:06] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 252 seconds)
1322 [13:41:48] <csehl> themill: themill replaced-url
1323 [13:42:14] *** Joins: devbaka (~devbaka@replaced-ip )
1324 [13:42:31] *** Joins: sanches (~sanches@replaced-ip )
1325 [13:42:36] <csehl> themill: i found instructions how to solve the problem by adding architecture i386 entirely. i don't want that though, since i expect many unwanted packages to be pulled in from then on
1326 [13:42:47] <tharkun> Fox: diff output to the previous one is nothing. Sami information.
1327 [13:42:56] *** Quits: sanches (~sanches@replaced-ip ) (Read error: Connection reset by peer)
1328 [13:43:31] *** Joins: ddtsatan (~sean@replaced-ip )
1329 [13:43:47] <themill> eto: replaced-url
1330 [13:43:51] *** Joins: jasperarcola (~JasperArc@replaced-ip )
1331 [13:44:28] *** Quits: HarveyPwca (~HarveyPwc@replaced-ip ) (Quit: Leaving)
1332 [13:44:38] *** Quits: darxmurf (~darxmurf@replaced-ip ) (Ping timeout: 276 seconds)
1333 [13:44:53] *** Joins: bolovanos (~bolovanos@replaced-ip )
1334 [13:44:56] <themill> csehl: what architecture is this package?
1335 [13:44:58] *** Quits: n4dir (~n4dir@replaced-ip ) (Quit: Lost terminal)
1336 [13:45:39] *** Joins: troulouliou_div2 (~troulouli@replaced-ip )
1337 [13:46:03] *** Joins: oish (~charlie@replaced-ip )
1338 [13:47:13] <csehl> themill: teamviewer.com said x86_64bit
1339 [13:47:30] <themill> what release of debian is this?
1340 [13:48:02] <csehl> themill: debian 9.5: Linux ph-g 4.9.0-8-amd64 #1 SMP Debian 4.9.110-3+deb9u6 (2018-10-08) x86_64 GNU/Linux
1341 [13:48:12] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 252 seconds)
1342 [13:48:21] *** Joins: mauz555 (~mauz555@replaced-ip )
1343 [13:48:28] *** Quits: Ericounet (~Eric@replaced-ip ) (Remote host closed the connection)
1344 [13:48:48] *** Joins: treehug88 (~textual@replaced-ip )
1345 [13:49:04] *** Joins: HarveyPwca (~HarveyPwc@replaced-ip )
1346 [13:49:16] <csehl> even though all "missing packages" regard qt5, i do have qt5core installed
1347 [13:49:42] *** Quits: treehug88 (~textual@replaced-ip ) (Client Quit)
1348 [13:49:54] <themill> precisely which package do you have?
1349 [13:50:17] <shtrb> Anyone with access to Quadro P2000 can say what's it's lspci output ?
1350 [13:51:18] *** Joins: HoSy (~HS_@replaced-ip )
1351 [13:52:15] *** Joins: wilkc_ (~wilkc@replaced-ip )
1352 [13:52:24] <csehl> themill: replaced-url
1353 [13:52:53] *** Joins: sanches (~sanches@replaced-ip )
1354 [13:53:03] *** Quits: VectorX (~VectorX@replaced-ip ) (Excess Flood)
1355 [13:53:36] *** Joins: jasperarcola (~JasperArc@replaced-ip )
1356 [13:53:51] <themill> I'd love to see the command and the whole output
1357 [13:54:21] <themill> csehl: can you also pastebin all of "apt-cache policy"?
1358 [13:54:53] <csehl> themill: replaced-url
1359 [13:55:29] *** Joins: kts (~kts@replaced-ip )
1360 [13:55:54] *** Quits: kts (~kts@replaced-ip ) (Client Quit)
1361 [13:56:29] <themill> csehl: what does "apt --fix-broken install" do, that might just be a left over from your previous attempt, actually
1362 [13:56:54] *** Joins: diogenes_ (~diogenes_@replaced-ip )
1363 [13:56:59] <csehl> themill: this is the first time i've been trying to install teamviewer on this brand new debian installation; trying it though
1364 [13:57:06] *** Quits: de-facto (~de-facto@replaced-ip ) (Remote host closed the connection)
1365 [13:57:33] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 252 seconds)
1366 [13:57:35] *** Joins: cdown (~cdown@replaced-ip )
1367 [13:58:05] *** Quits: HerbY_NL2 (~HerbY_NL2@replaced-ip ) (Quit: Leaving)
1368 [13:58:18] *** Joins: rafalcpp (~racalcppp@replaced-ip )
1369 [13:58:27] *** Quits: woshty (~woshty@replaced-ip ) (Ping timeout: 240 seconds)
1370 [13:58:50] *** Quits: buspirate (~none@replaced-ip ) (Remote host closed the connection)
1371 [13:59:16] *** Joins: pricing_ (uid324397@replaced-ip )
1372 [13:59:25] *** Joins: buspirate (~none@replaced-ip )
1373 [14:00:00] *** Joins: glaucom (bd142ce2@replaced-ip )
1374 [14:00:03] <csehl> actually --fix-broken is installing those qt5 packages, now telling me teamviewer is installed. starting teamviewer starts the teamviewerd, says it's starting the gui in console, does not show any GUI at all though
1375 [14:00:07] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 240 seconds)
1376 [14:00:07] <glaucom> hi all good morning...
1377 [14:00:13] *** Quits: thiras (~thiras@replaced-ip ) (Ping timeout: 252 seconds)
1378 [14:00:34] <glaucom> i need help to install my nvidia 3.702835] nouveau 0000:01:00.0: bus: MMIO write of 0000551f FAULT at 6013d4 [ IBUS ]
1379 [14:00:38] <csehl> themill: ps aux | grep teamv = root 7085 0.0 0.0 1389060 10296 ? Sl 13:57 0:00 /opt/teamviewer/tv_bin/teamviewerd -d
1380 [14:00:39] *** Joins: de-facto (~de-facto@replaced-ip )
1381 [14:01:17] *** Joins: VectorX (~VectorX@replaced-ip )
1382 [14:01:23] <themill> csehl: I saw it came with config to start some sort of listener. Can't say I know anything about it beyond that though.
1383 [14:01:56] <petn-randall> glaucom: Don't ask to ask, just ask :)
1384 [14:01:58] <csehl> says Launching TeamViewer GUI ... on console though; i'll read up about it
1385 [14:02:29] *** Quits: jarlaxl (~blt@replaced-ip ) (Remote host closed the connection)
1386 [14:02:54] *** Joins: thiras (~thiras@replaced-ip )
1387 [14:02:59] <glaucom> ?
1388 [14:03:21] *** Joins: sanches (~sanches@replaced-ip )
1389 [14:03:53] <petn-randall> glaucom: What do you need help with? Is it working fine?
1390 [14:04:29] <glaucom> very slow gnome...
1391 [14:04:52] <glaucom> i have nvidia 740m notebook, i need install correct driver :(
1392 [14:05:02] <petn-randall> glaucom: What OS release are you running?
1393 [14:05:17] <glaucom> Uploaded file: replaced-url
1394 [14:05:41] <petn-randall> glaucom: That didn't answer my question, though.
1395 [14:05:53] <csehl> themill: finding many people with the same problem. what a mess
1396 [14:06:18] <petn-randall> glaucom: When you install this system, what OS did you install on it?
1397 [14:06:23] <petn-randall> *installed
1398 [14:06:40] *** Quits: MrAlexandr0 (~MrAlexand@replaced-ip ) (Ping timeout: 264 seconds)
1399 [14:07:00] <themill> csehl: don't you just run 'teamviewer'?
1400 [14:07:13] *** Joins: jasperarcola (~JasperArc@replaced-ip )
1401 [14:07:27] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 240 seconds)
1402 [14:07:37] <glaucom> hostnamectl > replaced-url
1403 [14:07:43] <csehl> themill: i do, and this is expected to launch a GUI and the daemon. results in only the daemon
1404 [14:08:00] <themill> csehl: what user are you running it as?
1405 [14:08:01] *** Quits: emrullah (~emrullah@replaced-ip ) (Remote host closed the connection)
1406 [14:08:15] <csehl> themill: here they apparently found out, that you absolutely need a DM to launch it replaced-url
1407 [14:08:17] *** Quits: troulouliou_div2 (~troulouli@replaced-ip ) (Ping timeout: 268 seconds)
1408 [14:08:19] <petn-randall> glaucom: Can you run 'apt-cache policy' on a terminal and send us the output?
1409 [14:08:23] <csehl> themill: doesn't make a difference, root or non-root
1410 [14:08:35] <themill> csehl: well it has to be run as the logged in user. Works fine here
1411 [14:09:07] <glaucom> replaced-url
1412 [14:09:08] *** Joins: MrAlexandr0 (~MrAlexand@replaced-ip )
1413 [14:09:09] <csehl> themill: i'm using tty login, no dm
1414 [14:09:32] <themill> tty login meaning what?
1415 [14:09:42] <petn-randall> glaucom: Is there a reason why you're running buster/testing?
1416 [14:10:02] <csehl> a terminal login prompt, if tty=tty1 and user=mynonroot, then startx (bashrc)
1417 [14:10:08] *** Quits: hays (~quassel@replaced-ip ) (Read error: Connection reset by peer)
1418 [14:10:37] *** Quits: vizius00 (~vizius00@replaced-ip ) (Read error: Connection reset by peer)
1419 [14:10:39] *** Quits: arsr_ (~arsr___@replaced-ip ) (Ping timeout: 276 seconds)
1420 [14:10:54] <glaucom> I installed version 9.5 yesterday and thought that testing would be better. and then I have this problem. :(
1421 [14:11:12] <themill> csehl: there is much setting up of an X session that you need to do these days. Either do all the bits yourself or use a DM to do it for you.
1422 [14:11:36] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 244 seconds)
1423 [14:11:44] <csehl> themill: which really shouldn't make a difference, since i'm still running a normal window-manager and all other software runs just fine. it just seems the teamviewer coders are 'special'
1424 [14:12:02] *** Joins: vizius00 (~vizius00@replaced-ip )
1425 [14:12:05] *** Joins: krabador (~krabador@replaced-ip )
1426 [14:12:07] *** Joins: hays (~quassel@replaced-ip )
1427 [14:12:26] *** Joins: dastier (~dastier@replaced-ip )
1428 [14:12:27] <petn-randall> glaucom: testing is not released yet, and many things are currently broken there. Especially non-free drivers won't work for extended periods of time, because they usually are produced for specific kernel versions in mind. I recommend reinstalling stable.
1429 [14:12:33] <themill> csehl: no, it just means that the other things you are running aren't using various libraries
1430 [14:12:37] *** Joins: cryptodan (~cryptodan@replaced-ip )
1431 [14:13:03] *** Parts: cmm11 (~cmm11@replaced-ip ) ("WeeChat 2.3")
1432 [14:13:03] <csehl> themill: where can i get an overview of all the bits needed?
1433 [14:13:07] *** Quits: moussa (~moussa@replaced-ip ) (Quit: Leaving)
1434 [14:13:49] <themill> csehl: it's probably dbus and possibly also pulse
1435 [14:14:02] <glaucom> lol
1436 [14:14:22] <glaucom> living and learning...
1437 [14:14:34] <petn-randall> that would be "lal" :P
1438 [14:15:14] <glaucom> this for sample ? replaced-url
1439 [14:17:29] *** Joins: jasperarcola (~JasperArc@replaced-ip )
1440 [14:17:44] *** Joins: m0u (~m0u@replaced-ip )
1441 [14:18:47] *** Quits: Tarrasquero (~Tarrasque@replaced-ip ) (Ping timeout: 268 seconds)
1442 [14:18:52] <csehl> themill: is there a text-only dm available? this is all nonsense - i'm running much more complicated software that uses qt5. this really shouldn't be a concern of the userland software itself
1443 [14:19:25] *** Quits: ims (~ims@replaced-ip ) (Quit: Leaving)
1444 [14:20:01] <themill> text only dm?
1445 [14:20:04] *** Quits: kirk781 (~kirk781@replaced-ip ) (Remote host closed the connection)
1446 [14:20:16] <csehl> i'm trying to avoid a GUI login prompt
1447 [14:20:54] <themill> nodm works fine
1448 [14:21:31] <tharkun> Fox: Any aditional ideas?
1449 [14:22:20] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 276 seconds)
1450 [14:23:24] *** Quits: paulgrmn (~paulgrmn@replaced-ip ) (Ping timeout: 252 seconds)
1451 [14:25:10] *** beaver is now known as f00b4r
1452 [14:26:04] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 244 seconds)
1453 [14:26:30] <Fox> tharkun: not yet sorry, I'm at work and don't get much time today
1454 [14:26:43] <csehl> themill: thanks for your help, retrying with nodm
1455 [14:26:47] *** Quits: thiras (~thiras@replaced-ip ) (Ping timeout: 268 seconds)
1456 [14:26:49] *** Quits: csehl (~csehl@replaced-ip ) (Quit: Lost terminal)
1457 [14:26:56] *** Quits: shtrb (~shtrb@replaced-ip ) (Remote host closed the connection)
1458 [14:26:59] <tharkun> Fox: No worries. I will get the ssl fingerprint for the time beeing just to get things running
1459 [14:27:07] <tharkun> Thanks a lot for your time
1460 [14:27:28] *** Joins: jasperarcola (~JasperArc@replaced-ip )
1461 [14:28:13] *** Joins: Doc_juin (~Luc@replaced-ip )
1462 [14:28:27] <Fox> yaw
1463 [14:28:55] *** Joins: bites (~bites@replaced-ip )
1464 [14:29:47] *** Joins: thiras (~thiras@replaced-ip )
1465 [14:29:49] *** Joins: woshty (~woshty@replaced-ip )
1466 [14:30:02] *** Joins: dunkHel (~dunkHel@replaced-ip )
1467 [14:31:25] *** Quits: scatterbrainz (~scatterbr@replaced-ip ) (Remote host closed the connection)
1468 [14:32:08] *** Joins: ae-35 (~ae-35@replaced-ip )
1469 [14:32:30] *** Joins: m0j0dj0dj0 (~punk3r@replaced-ip )
1470 [14:32:50] *** Quits: jetchisel (~jetchisel@replaced-ip ) (Ping timeout: 272 seconds)
1471 [14:33:15] *** Joins: CrystalMath (~coderain@replaced-ip )
1472 [14:33:49] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 244 seconds)
1473 [14:33:52] *** Joins: encod3_ (~encod3@replaced-ip )
1474 [14:34:30] *** Joins: cornholio (~cornholio@replaced-ip )
1475 [14:35:11] *** Quits: encod3_ (~encod3@replaced-ip ) (Read error: Connection reset by peer)
1476 [14:35:32] *** Joins: encod3_ (~encod3@replaced-ip )
1477 [14:36:38] *** Joins: mklaang1 (~mklaang@replaced-ip )
1478 [14:36:49] *** Quits: grobi (~rtng@replaced-ip ) (Quit: WeeChat 2.2)
1479 [14:37:10] *** Joins: grobi (~rtng@replaced-ip )
1480 [14:37:42] *** Joins: arfnir (~arfnir@replaced-ip )
1481 [14:37:44] *** Quits: mklaang1 (~mklaang@replaced-ip ) (Client Quit)
1482 [14:38:00] *** Joins: mklaang1 (~mklaang@replaced-ip )
1483 [14:38:48] *** Quits: mklaang1 (~mklaang@replaced-ip ) (Client Quit)
1484 [14:39:18] *** Joins: mklaang1 (~mklaang@replaced-ip )
1485 [14:40:24] *** Joins: Tarrasquero (~Tarrasque@replaced-ip )
1486 [14:41:41] *** Quits: dunkHel (~dunkHel@replaced-ip ) (Quit: Leaving)
1487 [14:41:47] *** Quits: spackle259 (~spackle25@replaced-ip ) (Ping timeout: 240 seconds)
1488 [14:42:07] *** Quits: glaucom (bd142ce2@replaced-ip ) (Remote host closed the connection)
1489 [14:42:13] *** Joins: asterismo_l (~asterismo@replaced-ip )
1490 [14:42:48] *** Parts: arfnir (~arfnir@replaced-ip ) ()
1491 [14:42:50] *** Joins: amcorreia (~amcorreia@replaced-ip )
1492 [14:43:05] *** Joins: arfnir (~arfnir@replaced-ip )
1493 [14:43:08] *** Joins: kishmesh (~weechat@replaced-ip )
1494 [14:43:33] <kishmesh> hi. is it possible to fsck.f2fs with debian "live"?
1495 [14:43:50] *** Joins: Nefertiti (~Nefertiti@replaced-ip )
1496 [14:43:56] *** Quits: Raed|Laptop (~Raed@replaced-ip ) (Ping timeout: 260 seconds)
1497 [14:44:03] *** Quits: unmy (~unmy@replaced-ip ) (Remote host closed the connection)
1498 [14:45:39] *** Joins: spackle259 (~spackle25@replaced-ip )
1499 [14:45:45] *** Quits: matrim (~mats_@replaced-ip ) (Ping timeout: 276 seconds)
1500 [14:46:38] *** Joins: jasperarcola (~JasperArc@replaced-ip )
1501 [14:47:27] *** Joins: wall4ss (~smuxi@replaced-ip )
1502 [14:47:43] *** Quits: D0c70rWh0 (~D0c70rWh0@replaced-ip ) (Quit: Konversation terminated!)
1503 [14:49:00] *** Quits: ilmostro (~ilmostro@replaced-ip ) (Ping timeout: 276 seconds)
1504 [14:49:42] *** Joins: P1ersson (~P1ersson@replaced-ip )
1505 [14:50:08] *** Quits: mklaang1 (~mklaang@replaced-ip ) (Quit: Leaving.)
1506 [14:50:31] *** Joins: quadbootman (~lifesux@replaced-ip )
1507 [14:50:33] *** Quits: kishmesh (~weechat@replaced-ip ) (Quit: WeeChat 2.2)
1508 [14:50:52] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 244 seconds)
1509 [14:51:03] *** Joins: ableto (~cryptum@replaced-ip )
1510 [14:51:22] *** Joins: ilmostro (~ilmostro@replaced-ip )
1511 [14:51:28] *** Quits: mauz555 (~mauz555@replaced-ip ) (Remote host closed the connection)
1512 [14:51:52] <quadbootman> hi i made a mistake in my fstab and i think it is the reason for being unable to boot up: the boot stops and says emergency mode
1513 [14:52:14] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
1514 [14:52:16] <quadbootman> i tried to boot using rescue mode with the USB but i cant seem to mount my device to edit the fstab.. any hints?
1515 [14:52:21] *** Quits: Doc_juin (~Luc@replaced-ip ) (Quit: Leaving)
1516 [14:53:09] *** Joins: frostschutz (~frostschu@replaced-ip )
1517 [14:54:13] *** Joins: mklaang1 (~mklaang@replaced-ip )
1518 [14:55:29] *** Quits: sahar69 (~sahar69@replaced-ip ) (Ping timeout: 276 seconds)
1519 [14:56:27] *** Quits: conta1 (~Thunderbi@replaced-ip ) (Quit: conta1)
1520 [14:57:06] *** Parts: arfnir (~arfnir@replaced-ip ) ()
1521 [14:57:17] *** Joins: arfnir (~arfnir@replaced-ip )
1522 [14:57:38] *** Joins: jasperarcola (~JasperArc@replaced-ip )
1523 [14:57:48] *** Quits: encod3_ (~encod3@replaced-ip ) ()
1524 [14:58:36] *** Quits: roshanavand (~Thunderbi@replaced-ip ) (Ping timeout: 252 seconds)
1525 [14:58:41] *** Parts: arfnir (~arfnir@replaced-ip ) ()
1526 [14:59:17] *** Joins: kiilo (~Thunderbi@replaced-ip )
1527 [14:59:24] *** Joins: arfnir (~arfnir@replaced-ip )
1528 [14:59:29] *** Parts: mklaang1 (~mklaang@replaced-ip ) ()
1529 [14:59:38] *** Joins: ch0wn_ (~tmp@replaced-ip )
1530 [15:00:15] *** Quits: conta (~Thunderbi@replaced-ip ) (Ping timeout: 252 seconds)
1531 [15:00:33] *** Joins: encod3 (~encod3@replaced-ip )
1532 [15:00:42] *** Quits: airwind (~belovent@replaced-ip ) (Quit: airwind)
1533 [15:01:05] *** Quits: Sinewpy (~end@replaced-ip ) (Quit: leaving)
1534 [15:01:37] *** Parts: arfnir (~arfnir@replaced-ip ) ()
1535 [15:01:39] *** Joins: mauz555 (~mauz555@replaced-ip )
1536 [15:01:40] *** Joins: hipp (~hipp@replaced-ip )
1537 [15:02:38] *** Joins: CodingRacoon (~Mutter@replaced-ip )
1538 [15:02:39] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 276 seconds)
1539 [15:03:08] *** Joins: conta (~Thunderbi@replaced-ip )
1540 [15:04:01] *** Quits: HarveyPwca (~HarveyPwc@replaced-ip ) (Quit: Leaving)
1541 [15:04:14] *** Joins: Tralfaz (~none@replaced-ip )
1542 [15:04:23] *** Joins: sanches (~sanches@replaced-ip )
1543 [15:04:23] *** Joins: preview (~quassel@replaced-ip )
1544 [15:04:49] *** Quits: tvm (~tvm@replaced-ip ) (Read error: Connection reset by peer)
1545 [15:05:29] *** Joins: OS-23254 (~OS-23254@replaced-ip )
1546 [15:05:31] *** Joins: arfnir (~arfnir@replaced-ip )
1547 [15:05:33] *** Quits: OS-23254 (~OS-23254@replaced-ip ) (Client Quit)
1548 [15:05:43] <petn-randall> quadbootman: How is mounting your root filesystem failing?
1549 [15:05:51] *** Quits: grobi (~rtng@replaced-ip ) (Quit: WeeChat 2.2)
1550 [15:06:22] *** Quits: neo4 (~Thunderbi@replaced-ip ) (Ping timeout: 244 seconds)
1551 [15:06:46] *** Quits: CodingRacoon (~Mutter@replaced-ip ) (Client Quit)
1552 [15:07:19] *** Joins: grobi (~rtng@replaced-ip )
1553 [15:07:43] *** Quits: LorD_n1c0w (~igora@replaced-ip ) (Quit: Leaving.)
1554 [15:08:06] <quadbootman> just got it to work, nevermind
1555 [15:08:15] <quadbootman> i had to give it -t ext4
1556 [15:08:40] *** Joins: sahar69 (~sahar69@replaced-ip )
1557 [15:08:44] <quadbootman> and i dont know if the slash at the end makes a difference in: /mnt/debian(/)
1558 [15:09:15] *** Quits: arfnir (~arfnir@replaced-ip ) (Quit: leaving)
1559 [15:09:36] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 252 seconds)
1560 [15:09:36] *** Quits: conta (~Thunderbi@replaced-ip ) (Ping timeout: 252 seconds)
1561 [15:09:43] *** Quits: pingfloyd (~pingfloyd@replaced-ip ) (Quit: ☮ out)
1562 [15:11:13] *** Joins: greycat (~wooledg@replaced-ip )
1563 [15:11:32] *** Quits: kiilo (~Thunderbi@replaced-ip ) (Ping timeout: 244 seconds)
1564 [15:11:50] <rafalcpp> how to allow TRACE in iptables? iptables -t raw -A INPUT -j TRACE -> iptables: No chain/target/match by that name.
1565 [15:12:30] *** Joins: rasb_ (~rasb@replaced-ip )
1566 [15:12:35] *** Joins: walnut_burl (~oak@replaced-ip )
1567 [15:12:38] *** Quits: m0u (~m0u@replaced-ip ) (Quit: WeeChat 2.2)
1568 [15:12:51] *** Joins: jasperarcola (~JasperArc@replaced-ip )
1569 [15:12:53] *** Quits: rasb_ (~rasb@replaced-ip ) (Remote host closed the connection)
1570 [15:12:55] <petn-randall> rafalcpp: Do you have a target called "TRACE"? Because otherwise the command doesn't make sense.
1571 [15:13:42] *** Quits: darxmurf_ (~darxmurf@replaced-ip ) (Quit: leaving)
1572 [15:13:42] *** Quits: irongeeks (~irongeeks@replaced-ip ) (Quit: Leaving)
1573 [15:14:02] *** Joins: neuntausendlux (~sailfish@replaced-ip )
1574 [15:14:03] *** Joins: darxmurf (~darxmurf@replaced-ip )
1575 [15:14:29] *** Quits: smidlers (~smyers@replaced-ip ) (Read error: Connection reset by peer)
1576 [15:14:55] *** Joins: matrim (~mats_@replaced-ip )
1577 [15:15:32] <rafalcpp> nevermind, it's PREROUTING or OUTPUT, not INPUT there. petn-randall TRACE is built-in target for debugging iptables that Im trying to learn on debian
1578 [15:16:03] *** Joins: smidlers (~smyers@replaced-ip )
1579 [15:16:10] *** Joins: unmy (~unmy@replaced-ip )
1580 [15:16:33] *** Quits: neuntausendlux (~sailfish@replaced-ip ) (Client Quit)
1581 [15:16:34] *** Quits: quadbootman (~lifesux@replaced-ip ) (Quit: Leaving)
1582 [15:16:45] <petn-randall> rafalcpp: Yep. You also need the right kernel modules, but it seems you have them.
1583 [15:18:15] *** Quits: SH-Dream (54491175@replaced-ip ) (Quit: Page closed)
1584 [15:19:10] *** Joins: m0u (~m0u@replaced-ip )
1585 [15:20:02] *** Joins: neuntausendlux (~sailfish@replaced-ip )
1586 [15:21:12] *** ChanServ sets mode: +o eir
1587 [15:21:13] *** eir sets mode: -bo *!2e189a4b@gateway/* eir
1588 [15:21:29] *** Quits: neuntausendlux (~sailfish@replaced-ip ) (Client Quit)
1589 [15:21:42] *** Quits: wall4ss (~smuxi@replaced-ip ) (Ping timeout: 252 seconds)
1590 [15:22:21] *** Quits: sahar69 (~sahar69@replaced-ip ) (Quit: Leaving)
1591 [15:22:58] *** Joins: GaneshR (~ganeshraj@replaced-ip )
1592 [15:23:14] *** Joins: annadane (~annadane@replaced-ip )
1593 [15:23:28] *** Joins: arsr_ (~arsr___@replaced-ip )
1594 [15:23:53] *** Quits: arsr_ (~arsr___@replaced-ip ) (Client Quit)
1595 [15:24:06] *** Quits: dauden (~dauden@replaced-ip ) (Ping timeout: 276 seconds)
1596 [15:24:46] *** Joins: sanches (~sanches@replaced-ip )
1597 [15:25:28] *** Quits: towo^work (~towo@replaced-ip ) (Quit: Leaving)
1598 [15:25:53] *** Quits: phaseNi (~phaset@replaced-ip ) (Ping timeout: 245 seconds)
1599 [15:27:50] *** Quits: cdown (~cdown@replaced-ip ) (Remote host closed the connection)
1600 [15:28:18] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 252 seconds)
1601 [15:28:19] *** Joins: phaseNi (~phaset@replaced-ip )
1602 [15:29:27] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 240 seconds)
1603 [15:29:55] *** Joins: cdown (~cdown@replaced-ip )
1604 [15:29:58] *** Quits: Pjusur (~Pjusur@replaced-ip ) (Quit: Leaving)
1605 [15:33:21] *** Joins: jasperarcola (~JasperArc@replaced-ip )
1606 [15:34:24] *** Joins: Tom01 (~tom@replaced-ip )
1607 [15:34:34] *** Quits: ralpheeee (~ralpheeee@replaced-ip ) (Quit: WeeChat 2.3)
1608 [15:35:25] *** Joins: sanches (~sanches@replaced-ip )
1609 [15:36:08] *** Joins: MichaelOF (~michael@replaced-ip )
1610 [15:36:11] <darxmurf> damn, I have to say, CentOS is 1000x more convenient to configure samba, krb, sssd, ad
1611 [15:36:14] <darxmurf> damn
1612 [15:37:32] *** Joins: TiTanT (8b020483@replaced-ip )
1613 [15:37:35] <TiTanT> Hi, I want to make a backup of some files and folders, but I don't want to backup the "data" folder, which is very big. I think about use "tar cfvz backup.tar.gz *" but that would include the data folder which is a subfolder of the current directory. How can I do it?
1614 [15:37:45] *** Joins: kiilo (~Thunderbi@replaced-ip )
1615 [15:38:43] <petn-randall> TiTanT: You could list all files instead of *. But I recommend using a proper backup tool, as you'll stumble over tons of small problems doing this all by hand, which backup tools conveniently solve.
1616 [15:38:47] *** Joins: krukudilo (~krukudilo@replaced-ip )
1617 [15:39:12] <TiTanT> @petn-randall do you have a example for such a tool?
1618 [15:39:16] <greycat> If you turn on bash's extglob, you could use !(data) to enumerate all of the files other than "data", assuming they will fit on a single command line.
1619 [15:39:19] <TiTanT> I would do it by hand via bash-script
1620 [15:39:53] <greycat> You could also use find's -prune and feed the list of input files on stdin instead of letting tar recurse. Or you could attempt to use tar's --exclude feature.
1621 [15:39:59] <TiTanT> @greycat how would that look like? : "tar cfvz backup.tar.gz !(data) "?
1622 [15:40:10] <greycat> TiTanT: you have to turn on "shopt -s extglob" first.
1623 [15:40:10] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 268 seconds)
1624 [15:40:23] <jelly> darxmurf: realmd exists in debian 8 and 9 if you just need AD users and groups and even krb/SSO. No idea about the samba stuff.
1625 [15:40:24] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 252 seconds)
1626 [15:40:28] <TiTanT> @greycat but then it works?
1627 [15:40:35] *** Joins: chocolate (bd5eaa37@replaced-ip )
1628 [15:40:47] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 268 seconds)
1629 [15:40:48] <greycat> Stick an "echo" in front of it to see how it expands.
1630 [15:40:55] *** Joins: czart (~czart@replaced-ip )
1631 [15:41:22] <darxmurf> jelly: it's a mess in debian in fact for sssd config files and all
1632 [15:41:25] <jelly> darxmurf: and since sssd is basically a RH product it's no surprise RHEL fork like CentOS would work better with that stuff
1633 [15:41:32] <darxmurf> voilà :-/
1634 [15:41:32] <chocolate> what's the best way to stream a playlist.m3u on debian textmode?
1635 [15:41:33] <petn-randall> TiTanT: If you like working with the CLI, I wholeheartedly recommend borgbackup.
1636 [15:41:38] <n_1-c_k> TiTanT: tar has an '--exclude' flag for this case.
1637 [15:42:04] <darxmurf> jelly: I will probably move this server under CentOS to avoid messy configs :-/
1638 [15:42:11] <jelly> darxmurf: realmd prepared most of that stuff for our use case. Then we ditched AD backend for direct LDAP
1639 [15:42:26] *** Joins: devbaka (~devbaka@replaced-ip )
1640 [15:42:41] *** Joins: endstille (~endstille@replaced-ip )
1641 [15:43:00] <darxmurf> I could configure that in 5 min under CentOS, then I tried again under Debian using more-less the same things and it's way more complicated
1642 [15:43:06] <jelly> honestly the version of sssd stuff in Debian seemed a bit unstable with AD backend
1643 [15:43:14] <darxmurf> sad :-/
1644 [15:43:19] *** Quits: karlpinc (~user@replaced-ip ) (Remote host closed the connection)
1645 [15:43:30] <jelly> files bugs, fix things -- they won't fix themselves on their own
1646 [15:44:09] <darxmurf> that's why I will keep CentOS on this baby. And by the way, the default kernel allows me to see my RAID card
1647 [15:44:19] <darxmurf> under debian I have to install the one from the backports
1648 [15:44:42] <petn-randall> darxmurf: The CentOS release has a newer kernel.
1649 [15:44:54] <darxmurf> yep
1650 [15:45:13] <TiTanT> okay thank you all. I think if I have time, I'll use borgbackup. But I think the --exclude flag should do his job ^^
1651 [15:46:15] *** Quits: unmy (~unmy@replaced-ip ) (Quit: unmy)
1652 [15:46:38] *** Joins: jasperarcola (~JasperArc@replaced-ip )
1653 [15:46:38] <greycat> People really like --exclude because they don't have to think about the big picture.
1654 [15:47:11] *** Quits: CodeBlue1776 (~CodeBlue1@replaced-ip ) (Ping timeout: 244 seconds)
1655 [15:47:15] *** Joins: oo_miguel (~miguel@replaced-ip )
1656 [15:47:46] *** Joins: david1985 (~kvirc@replaced-ip )
1657 [15:49:09] *** Joins: CodeBlue1776 (~CodeBlue1@replaced-ip )
1658 [15:49:44] <petn-randall> TiTanT: I used rdiff-backup for the longest time, a full system backup was around 6 hours, from SSD to a 3TB rotating disk. With borg the first backup was about 60 minutes, and every subsequent one is about 5-6 minutes.
1659 [15:50:04] *** Joins: towo^work (~towo@replaced-ip )
1660 [15:50:17] *** Quits: Ticho (~Ticho@replaced-ip ) (Ping timeout: 244 seconds)
1661 [15:50:44] *** Quits: argusbr (~donw@replaced-ip ) (Ping timeout: 272 seconds)
1662 [15:51:03] *** Joins: argusbr (~donw@replaced-ip )
1663 [15:51:04] *** Quits: argusbr (~donw@replaced-ip ) (Changing host)
1664 [15:51:04] *** Joins: argusbr (~donw@replaced-ip )
1665 [15:51:10] *** Joins: xsisec (~xsisec@replaced-ip )
1666 [15:51:34] *** Quits: krukudilo (~krukudilo@replaced-ip ) (Quit: Leaving)
1667 [15:54:09] *** Quits: platvoeten (~platvoete@replaced-ip ) (Ping timeout: 252 seconds)
1668 [15:56:03] *** Joins: sanches (~sanches@replaced-ip )
1669 [15:57:07] *** Quits: bites (~bites@replaced-ip ) (Ping timeout: 240 seconds)
1670 [15:57:13] *** Quits: matrim (~mats_@replaced-ip ) (Remote host closed the connection)
1671 [15:58:20] *** Joins: arfnir (~arfnir@replaced-ip )
1672 [15:58:25] <arfnir> hi. test
1673 [15:58:52] *** Joins: NerdTheThird (~NerdTheTh@replaced-ip )
1674 [15:59:04] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 244 seconds)
1675 [16:00:13] *** Joins: bluenemo (~bluenemo@replaced-ip )
1676 [16:00:45] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 252 seconds)
1677 [16:00:51] *** Parts: david1985 (~kvirc@replaced-ip ) ()
1678 [16:00:58] *** Joins: conta (~Thunderbi@replaced-ip )
1679 [16:01:48] *** Parts: arfnir (~arfnir@replaced-ip ) ()
1680 [16:02:19] *** Parts: bleb (~cm@replaced-ip ) ()
1681 [16:02:33] *** Joins: david1985 (~kvirc@replaced-ip )
1682 [16:03:19] <dcpc007> hi, on "shared" server user account, i use command_prompt=history -a to have history writtent in live. but on the other terms i have not the updates available until i relog ... is there a method .
1683 [16:03:30] *** Quits: BeerHall1 (~Thunderbi@replaced-ip ) (Ping timeout: 252 seconds)
1684 [16:03:44] <dcpc007> history seems to read only its cache and not reread .bash_history (that is really well updated)
1685 [16:04:41] <greycat> That is not the correct syntax for setting a command in a bash variable, and that is not the correct variable name.
1686 [16:04:53] <greycat> Care to guess again?
1687 [16:04:54] <jelly> dcpc007: using /bin/bash as login shell?
1688 [16:05:00] <dcpc007> yep
1689 [16:05:10] *** Joins: bites (~bites@replaced-ip )
1690 [16:05:13] *** ChanServ sets mode: +o eir
1691 [16:05:14] *** eir sets mode: -bo *!050edb2d@gateway/*$##not-a-honeypot eir
1692 [16:05:15] <dcpc007> maybe i need another command to reread the file
1693 [16:05:20] *** Quits: super_gollum (~ich@replaced-ip ) (Quit: Ex-Chat)
1694 [16:05:32] <greycat> Apart from that, OF COURSE your other terminals do not magically inherit the history from the afflicted shell.
1695 [16:05:46] *** Joins: Kevlar_Noir (~manjaro-u@replaced-ip )
1696 [16:05:51] <greycat> If you want that. which I think is idiotic and stupid and horribly dangerous, you want ksh.
1697 [16:05:52] <jelly> can bash not do that or what?
1698 [16:05:59] <dcpc007> basic yes, but with the config i mention, .bash_history is written in live
1699 [16:06:03] *** Joins: n4dir (~n4dir@replaced-ip )
1700 [16:06:09] <dcpc007> (with 1 command delta)
1701 [16:06:17] <greycat> When I switched from ksh to bash, the lack of dangerous "surprise history" from other people was one of the BEST improvements.
1702 [16:06:33] <greycat> I cannot FATHOM why anyone would want surprise history.
1703 [16:06:48] *** Joins: jasperarcola (~JasperArc@replaced-ip )
1704 [16:06:58] <dcpc007> yes but here we need to have shared history, as we work on a project with an applicative ccount and need to get what other typed before
1705 [16:07:02] <jelly> zsh can save history from all shells by "setopt APPEND_HISTORY"
1706 [16:07:22] <jelly> I don't know if there's a way to immediately read it all the time
1707 [16:07:59] <greycat> So you're working along and you run "make", and then you change something in another window, and then you want to run make again, so in this window, you hit ESC k (or up-arrow or Ctrl-P or whatever) and Enter. Because you expect that to run "make" again. BUT SURPRISE!!!!
1708 [16:08:21] <greycat> It runs rm -rf * instead, because someone else typed that in between your two commands.
1709 [16:08:35] <greycat> And people WANT THIS?!?!?
1710 [16:08:51] <jelly> apparently some people do, so maybe less RANTS more help?
1711 [16:08:52] * petn-randall gives greycat a warm glass of milk.
1712 [16:09:06] <dcpc007> that(s what does history -a i think ?
1713 [16:09:13] *** Joins: Raed|Laptop (~Raed@replaced-ip )
1714 [16:09:15] *** Joins: learnerwind (~androirc@replaced-ip )
1715 [16:09:18] <greycat> My attempt to help is in pointing out how incredibly stupid and dangerous this is, ESPECIALLY since he already said this is a "shared project".
1716 [16:09:40] <greycat> Oops, he said "shared history". Same thing, I believe.
1717 [16:09:49] <petn-randall> greycat: Well, you may educate people, and those people can decide for themselves.
1718 [16:10:00] <dcpc007> it can be as stupid than autorised copy§/paste with shortcut or mouse then
1719 [16:10:19] <dcpc007> simply never hit enter without looking your screen ... on important servers
1720 [16:10:51] <n4dir> not sure if that will work in real life all the time.
1721 [16:11:10] <n4dir> muscle memory and such. i often hit enter without wanting it.
1722 [16:11:21] <dcpc007> but here, if i don't have this (for the current process), i have to ask other admin to copy/paste its try of command each 2 lines
1723 [16:11:24] <greycat> Then you had better never ever ever ever use csh-style history expansion either. !! and so on don't even give you a chance to review before executing the other command.
1724 [16:11:47] *** Quits: m0u (~m0u@replaced-ip ) (Ping timeout: 240 seconds)
1725 [16:11:54] <learnerwind> (learnerwind) I am trying to run a program only in console. But when i close the lid it stops . How cold i prevent it?
1726 [16:12:12] *** Quits: czart (~czart@replaced-ip ) (Ping timeout: 276 seconds)
1727 [16:12:20] <at0m> learnerwind: run it as "command &"
1728 [16:12:21] *** Quits: krabador (~krabador@replaced-ip ) (Remote host closed the connection)
1729 [16:13:08] *** Joins: krabador (~krabador@replaced-ip )
1730 [16:13:09] <tharkun> dcpc007: I think you are trying to solve and administrative isue with a technical solution. Get your admin/manager or whatever to do things correctly. If you need some access to certain executable you might as well draw it up and find a sane and safe way to do so.
1731 [16:13:18] <petn-randall> learnerwind: I'm assuming it's because your laptop is suspending or hibernating.
1732 [16:13:18] <annadane> so what i'm getting from this is avoid ksh and csh... i'm still experimenting with shells and installed zsh and fish
1733 [16:13:26] *** Quits: TiTanT (8b020483@replaced-ip ) (Quit: Page closed)
1734 [16:13:33] <annadane> those are pretty mainstream, though
1735 [16:13:37] *** Joins: __m4ch1n3__ (~m4ch1n3@replaced-ip )
1736 [16:13:44] *** Joins: Ericounet (~Eric@replaced-ip )
1737 [16:13:46] <learnerwind> At0m: Can i send a sign and them use bg?
1738 [16:13:50] *** Joins: krukudilo (~krukudilo@replaced-ip )
1739 [16:14:00] *** Quits: krabador (~krabador@replaced-ip ) (Read error: Connection reset by peer)
1740 [16:14:04] <dcpc007> ha in the man i found another option..n -n or -c does some reread
1741 [16:14:05] <at0m> petn-randall, learnerwind oh "close the lid" i misread that for "close it (the console)"
1742 [16:14:13] *** Quits: c0ncealed4 (c0ncealed@replaced-ip ) (Remote host closed the connection)
1743 [16:14:14] <greycat> csh should be avoided, yes. But I was talking about the csh-style history expansion that bash uses. Which was kind of a tangent, because it assumed that he would somehow magically teach bash to do ksh-style surprise history first, and then layer bash's csh-style history expansion on top of that.
1744 [16:14:16] <learnerwind> How cuold i get the progress and output?
1745 [16:14:44] <learnerwind> At0m: :)
1746 [16:14:44] *** Joins: c0ncealed4 (c0ncealed@replaced-ip )
1747 [16:14:48] <tharkun> annadane: Shells are like shirts you use them until you find a pretier one and then you either ditch your previous shell or you eventually come back to it. YMMV
1748 [16:14:53] *** Quits: krukudilo (~krukudilo@replaced-ip ) (Remote host closed the connection)
1749 [16:14:59] <dcpc007> it's not executable, we are working at 2 on the same subject on the same serveur. (i was trying to use shared tmux too :) )
1750 [16:15:02] <n4dir> learnerwind: not sure if it works, as i don't close the lid, but consider screen or tmux ?
1751 [16:15:09] <petn-randall> learnerwind: Configure your machine to not hibernate or suspend on lid close. Usually your DE has options for that.
1752 [16:15:09] <greycat> But as tharkun said, he really seems just to want to be able to review a real-time log of what other people have done. And his existing solution (that he bungled when he tried to describe it) that writes history to .bash_history in "real time", should suffice.
1753 [16:15:24] <__m4ch1n3__> should i first do "apt-get upgrade" before i do "apt-get dist-upgrade"?
1754 [16:15:26] *** Quits: oo_miguel (~miguel@replaced-ip ) (Quit: WeeChat 1.6)
1755 [16:15:37] *** Joins: krukudilo (~krukudilo@replaced-ip )
1756 [16:15:48] <annadane> __m4ch1n3__, for what? depends on the upgrades you have
1757 [16:15:55] <learnerwind> petn-randall: Yeah. How do i prevent it?
1758 [16:16:08] *** Joins: sanches (~sanches@replaced-ip )
1759 [16:16:10] <dcpc007> greycat, yes :) similar, or at least, when i must take another call, be able to retake the hand on the config
1760 [16:16:12] <tharkun> dcpc007: Still the separation of responsabilities on your organization is screwed. There are lots of questions that come to my mind as to the why your are doing it. Then beyond the scope of this channel.
1761 [16:16:22] *** Quits: woshty (~woshty@replaced-ip ) (Read error: Connection reset by peer)
1762 [16:16:27] *** Joins: m0u (~m0u@replaced-ip )
1763 [16:16:52] <dcpc007> here it's a new admin, that don't know as well, i try to let him work the most, but need often to help/correct the precedent try he had done
1764 [16:17:08] *** Parts: broesel (~broesel@replaced-ip ) ()
1765 [16:17:09] *** Quits: GaneshR (~ganeshraj@replaced-ip ) (Ping timeout: 244 seconds)
1766 [16:17:10] <petn-randall> learnerwind: As I said, configure it in your Desktop environment.
1767 [16:17:12] <learnerwind> petn-randall: I am shooted of the de to improve speed
1768 [16:17:23] <dcpc007> but i think i've found what i need with history -n or -c (need to test the difference)
1769 [16:17:41] <dcpc007> currently i have to logout/login each time he need
1770 [16:17:59] *** Joins: p0lyph3m (~p0lyph3m@replaced-ip )
1771 [16:18:19] *** Joins: woshty (~woshty@replaced-ip )
1772 [16:18:34] *** Quits: krukudilo (~krukudilo@replaced-ip ) (Client Quit)
1773 [16:18:58] <__m4ch1n3__> annadane, apt-get upgrade says that packages are hold back, just want have pkgs uptodate (buster to buster ubgrade)
1774 [16:18:59] <tharkun> dcpc007: An hour long meeting with the proper current requirements and a good attitude gets that fixed. But if you want to shoot your team's foot, I will not stop you. tmux, screen, wemux (I think that is the name) all have the functionality I understand you are looking for. Micromanagement is not a good option.
1775 [16:19:02] *** Quits: david1985 (~kvirc@replaced-ip ) (Ping timeout: 268 seconds)
1776 [16:19:04] *** Joins: krukudilo (~krukudilo@replaced-ip )
1777 [16:19:27] <annadane> __m4ch1n3__, it very much depends. but for buster, the right channel is #debian-next on irc.oftc.net
1778 [16:19:34] <annadane> !tell __m4ch1n3__ about bat
1779 [16:19:41] *** Joins: nemo (nemo@replaced-ip )
1780 [16:19:51] <annadane> start by asking there
1781 [16:20:13] *** Quits: krukudilo (~krukudilo@replaced-ip ) (Remote host closed the connection)
1782 [16:20:44] *** Joins: krukudilo (~krukudilo@replaced-ip )
1783 [16:20:46] <nemo> So... I was considering changing the core Hedgewars game font after a brief discussion with debian package maintainer - who currently replaces it with a debian packaged font since it is at present DejaVu Sans. Reason being, looks like DejaVu Sans hasn't released since 2016 and, well, folks using games like typing in emojis and such
1784 [16:21:06] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 252 seconds)
1785 [16:21:07] <annadane> even for Stable, the answer is "it depends", you should intelligently solve conflicts and not just force it through without understanding what's going on
1786 [16:21:22] <nemo> His only request was that I use one that debian has. But he had no suggestions as to what that might be
1787 [16:21:43] *** Quits: NerdTheThird (~NerdTheTh@replaced-ip ) (Quit: NerdTheThird)
1788 [16:21:55] <nemo> I was wondering if anyone had a recommendation for sans-serif debian font with decent emoji support
1789 [16:22:08] *** Quits: streamline (~streamlin@replaced-ip ) (Quit: Connection error?!)
1790 [16:22:24] *** Quits: krukudilo (~krukudilo@replaced-ip ) (Client Quit)
1791 [16:22:36] *** Quits: Hunterkll_ (~Hunterkll@replaced-ip ) (Ping timeout: 276 seconds)
1792 [16:22:47] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 240 seconds)
1793 [16:23:57] *** Quits: mauz555 (~mauz555@replaced-ip ) (Remote host closed the connection)
1794 [16:24:23] *** Joins: GaneshR (~ganeshraj@replaced-ip )
1795 [16:24:33] *** Joins: mauz555 (~mauz555@replaced-ip )
1796 [16:25:03] *** Joins: Codyer (~user@replaced-ip )
1797 [16:25:10] <n4dir> annadane: depending on how much shells you want to experiment with: mksh seems to have little hype too. I for one sure can't tell you about advantages or dangers though.
1798 [16:25:40] * n4dir will start with different shells once he understood bash. That is: never.
1799 [16:26:13] *** Joins: Drashta (~Drashta@replaced-ip )
1800 [16:26:15] *** Joins: HarveyPwca (~HarveyPwc@replaced-ip )
1801 [16:26:56] *** Joins: platvoeten (~platvoete@replaced-ip )
1802 [16:27:08] <dcpc007> tharkun, i regularly use history on "applictive" account, and since 6 years at least, i don't remember do a mistake by taken a wrong command line i don't see
1803 [16:27:54] <dcpc007> i should be fool... but generally, i read the line i take before hit enter ...
1804 [16:28:03] *** Joins: utlemming (~utlemming@replaced-ip )
1805 [16:28:21] *** Joins: streamline (~streamlin@replaced-ip )
1806 [16:28:35] *** Joins: Pef^ (~peter@replaced-ip )
1807 [16:28:46] *** Joins: jasperarcola (~JasperArc@replaced-ip )
1808 [16:28:47] <dcpc007> but thx anyway, sure that not all people works with the sames methods or habits
1809 [16:29:00] *** Joins: Pjusur (~Pjusur@replaced-ip )
1810 [16:30:07] *** Quits: mauz555 (~mauz555@replaced-ip ) (Ping timeout: 240 seconds)
1811 [16:30:51] <dcpc007> (and sorry, not sure what i say is always ok, not english :) )
1812 [16:31:29] <annadane> people who apologize for their english usually speak fine english
1813 [16:31:39] <annadane> what you say is understandable
1814 [16:31:46] <tharkun> dcpc007: mistakes are called that way for a reason. When you drive your car it is not you the reason you are wearing a seatbelt. There are also other people around with different priorities and different habits. As for your English it is good enough for me, I am not a native speakier either.
1815 [16:31:53] <en1gma> just installed debian-live-gnome i386 to a celeron 2.53ghz single core with 256MB ram. i want to boot into console. whats best way to do this?
1816 [16:32:05] <annadane> i *am* a native speaker and most of the non natives speak it better than i do
1817 [16:32:07] <en1gma> the usb install is a usb-hdd install basically
1818 [16:32:14] *** Joins: david1985 (~kvirc@replaced-ip )
1819 [16:32:24] <en1gma> i want to go headless
1820 [16:32:37] <en1gma> ssh over wifi
1821 [16:32:45] <en1gma> on local lan
1822 [16:33:03] <tharkun> en1gma: Just kill the DM and you are done.
1823 [16:33:12] *** Quits: learnerwind (~androirc@replaced-ip##) (Quit: AndroIRC - Android IRC Client ( ##replaced-url
1824 [16:34:01] *** debhelper sets mode: +l 1412
1825 [16:34:03] <jasperarcola> en1gma: something like: systemctl disable lightdm; systemctl mask lightdm
1826 [16:34:21] *** Quits: thunderrd_ (~thunderrd@replaced-ip ) (Remote host closed the connection)
1827 [16:34:23] *** Joins: blitzed (~blitzed@replaced-ip )
1828 [16:34:24] <jasperarcola> That assumes that it's using lightdm. It might be GDM? not sure these days
1829 [16:34:33] *** Joins: OS-41864 (~OS-41864@replaced-ip )
1830 [16:35:00] <greycat> The most common ones I've seen recently are lightdm, gdm3 and sddm.
1831 [16:35:15] <greycat> Mostly it depends on which (if any) desktop env is chosen during install.
1832 [16:35:22] <jelly> !nodm
1833 [16:35:22] <dpkg> In systemd, "systemctl set-default multi-user.target", or remove the DM package(s) with "aptitude remove gdm3 kdm lightdm lxdm nodm sddm slim wdm xdm". "echo false >/etc/X11/default-display-manager" will also disable the DM, or just hit ctrl-alt-fN to get to a console. nodm is the name of a minimal/automatic display manager (replaced-url
1834 [16:35:35] *** Quits: P1ersson (~P1ersson@replaced-ip ) (Ping timeout: 276 seconds)
1835 [16:35:42] *** Joins: thunderrd (~thunderrd@replaced-ip )
1836 [16:36:31] *** Joins: sanches (~sanches@replaced-ip )
1837 [16:36:54] *** Quits: ml| (~ml|@replaced-ip ) (Ping timeout: 268 seconds)
1838 [16:39:26] *** Joins: broesel (~broesel@replaced-ip )
1839 [16:40:07] *** Joins: AndreasLutro (andreas@replaced-ip )
1840 [16:40:13] <dcpc007> tharkun, yes, i read about other problems with this technic, like the !54 that could change if you don't check just before exec it
1841 [16:40:27] *** Quits: doubletwist (~doubletwi@replaced-ip ) (Ping timeout: 240 seconds)
1842 [16:40:31] <dcpc007> rarely a perfect fail-proof solution
1843 [16:40:31] <en1gma> im not sure if im in gfm or lightdm
1844 [16:40:44] <en1gma> i usually use ubuntu but ubuntu is picky on these older machines
1845 [16:40:49] <dcpc007> maybe i'll keep history -a only on auto
1846 [16:41:07] <en1gma> debian live gnome is working barely :) need to be in cosole only. need memory :)
1847 [16:41:07] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 240 seconds)
1848 [16:41:20] <en1gma> 256MB is killing me
1849 [16:41:30] <dcpc007> but add a custom alias command to reload the common history (or manually do history -n, it works)
1850 [16:42:06] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 276 seconds)
1851 [16:42:13] <dcpc007> currently i have multiple tmux with 6 // panels to configure/check new environnment, i don't want to close/reopen all too frequently :)
1852 [16:42:29] *** Joins: devbaka (~devbaka@replaced-ip )
1853 [16:42:31] <AndreasLutro> using debian stable, I find that my rxvt-unicode-256color is sluggish UNLESS I run compton. however, when I run compton, there are weird screen tearing issues in chrome. both with stable 4.9 kernel and 4.18 from backports. it was fine before I reinstalled debian from scratch 2 days ago, though chrome may have been updated since then, but is there anything else I should try to upgrade from backports?
1854 [16:42:34] <en1gma> im at the login screen and my best bet now is to open a tty and i can work from in there. even have some memory free but i think if i could boot straight to console i would save the most memory. just need openssh working and wifi auto connecting
1855 [16:42:42] *** Joins: Delta706 (~xxx@replaced-ip )
1856 [16:42:56] <dcpc007> and i don't know enough of tmux to create automated opening of a 6-pack login
1857 [16:43:06] <n4dir> en1gma: why did you use the live to CD to install then? dpkg -l | grep -i 'gdm\|lightdm' should tell you wich of both is installed. there are probably smarter ways, but that's where i would start.
1858 [16:43:13] *** Quits: ilmostro (~ilmostro@replaced-ip ) (Quit: WeeChat 2.3)
1859 [16:43:35] *** Quits: AquaL1te (~AquaL1te@replaced-ip ) (Quit: leaving)
1860 [16:43:59] <dcpc007> nd maybe my bad, i often open multiple terminal myself, and dont remember where i write my last 8 piped command to extarct a result from a log/config
1861 [16:44:14] *** Joins: semeion (~semeion@replaced-ip )
1862 [16:44:16] <dcpc007> then with my config, i have on all my terms easely
1863 [16:44:43] *** Quits: OS-41864 (~OS-41864@replaced-ip ) (Remote host closed the connection)
1864 [16:44:45] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 252 seconds)
1865 [16:46:12] <en1gma> n4dir at the boot menu i can press "e" on keyboard and add "single" to the boot line?
1866 [16:46:31] <n4dir> jelly already gave you all the info you need.
1867 [16:46:43] *** Joins: crimastergogo (~crimaster@replaced-ip )
1868 [16:47:06] <en1gma> i first need to get wifi to auto-connect. checked every debian live i386 distro. xfce, mante and now gnome. didnt check cinnamon
1869 [16:47:11] *** Joins: sanches (~sanches@replaced-ip )
1870 [16:48:44] <en1gma> i dont want to use lan cord. i would prefer to use my usb wifi adapter (linksys n600v2 i believe). right now im corded and have not added my adapter to computer.
1871 [16:49:13] <en1gma> do i need to get wifi auto connect working first before i go straight to console or do i do it from gui
1872 [16:49:18] *** Joins: jasperarcola (~JasperArc@replaced-ip )
1873 [16:49:43] *** Joins: ml| (~ml|@replaced-ip )
1874 [16:51:27] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 240 seconds)
1875 [16:51:47] *** Joins: hele (~hele@replaced-ip )
1876 [16:52:35] *** Joins: jhutchins_wk (~jonathan@replaced-ip )
1877 [16:52:46] *** Joins: Guest43893 (~elkalamar@replaced-ip )
1878 [16:53:01] *** Joins: boson (~boson@replaced-ip )
1879 [16:53:38] *** Quits: mibo (~mibo@replaced-ip ) (Quit: Leaving.)
1880 [16:54:23] *** Joins: LtL (~ltl@replaced-ip )
1881 [16:54:35] <en1gma> i been having huge problem getting the wifi adapter to "STICK" during reboots. meaning it will not auto connect to my wifi router
1882 [16:55:01] *** Quits: chocolate (bd5eaa37@replaced-ip ) (Ping timeout: 256 seconds)
1883 [16:55:16] <en1gma> i have to kill the wpa_supplicant and kill dhcp then give wpa command and dhclient command then it connects to wifi
1884 [16:55:31] *** Quits: Crypto (~Uberius@replaced-ip ) (Ping timeout: 256 seconds)
1885 [16:55:33] *** Joins: soee (~soee@replaced-ip )
1886 [16:55:33] <en1gma> this was with debian live i386 xfce and mate
1887 [16:55:34] *** Quits: ddtsatan (~sean@replaced-ip ) (Quit: Konversation terminated!)
1888 [16:55:36] *** Joins: ChmEarl (~chmearl@replaced-ip )
1889 [16:56:17] *** Joins: Envil (~envil@replaced-ip )
1890 [16:56:18] <en1gma> should i be able to add my usb wifi adapter and then (through the gui) be able to pick a wifi i can see and then connect and then enter my wpa2 password
1891 [16:56:25] *** Quits: Delta706 (~xxx@replaced-ip ) (Quit: leaving)
1892 [16:56:35] <en1gma> and it be saved and "AUTO Started and Connect"
1893 [16:56:49] *** Joins: glaucom (bd142ce2@replaced-ip )
1894 [16:56:57] <en1gma> im on a clean system install and updated. dont want to mess this up
1895 [16:57:24] <glaucom> hii all, i have debian 9.5 i need switch noveal intel , to nvidia 740m
1896 [16:57:31] <glaucom> any help
1897 [16:57:41] <en1gma> wifi has been a lil biatch with debian-live-i386 xfce and mate. can someone help on this
1898 [16:57:57] *** Quits: crimastergogo (~crimaster@replaced-ip ) (Quit: crimastergogo)
1899 [16:58:11] *** Joins: pingfloyd (~pingfloyd@replaced-ip )
1900 [16:58:11] <glaucom> Intel® Ivybridge Mobile
1901 [16:58:14] <en1gma> im using debian-live-i386 installed to usb-flash and all is going well. fully updated and stands reboot
1902 [16:58:20] *** Joins: doubletwist (~doubletwi@replaced-ip )
1903 [16:58:25] *** Quits: h0 (~h0@replaced-ip ) (Quit: leaving)
1904 [16:58:32] *** Joins: crimastergogo (~crimaster@replaced-ip )
1905 [16:58:34] <annadane> what are the standard groups to add your user to when installing virt-manager, just kvm and libvirt?
1906 [16:58:37] <n4dir> en1gma: that is how wicd worked for me. These days network-manager is the recommended one, but i assume it does that too. Short version: yes, that should work.
1907 [16:59:48] *** Quits: soee (~soee@replaced-ip ) (Ping timeout: 250 seconds)
1908 [16:59:56] *** Joins: soee_ (~soee@replaced-ip )
1909 [17:02:25] *** Quits: mgwi__ (~x13333@replaced-ip ) (Remote host closed the connection)
1910 [17:02:47] *** Joins: mtn (~mtn@replaced-ip )
1911 [17:02:54] *** Quits: bites (~bites@replaced-ip ) (Ping timeout: 276 seconds)
1912 [17:04:01] *** debhelper sets mode: +l 1418
1913 [17:04:02] *** Quits: kein31 (~root@replaced-ip ) (Ping timeout: 268 seconds)
1914 [17:04:30] *** Joins: kein31 (~root@replaced-ip )
1915 [17:04:39] *** Quits: monstar (~mitya@replaced-ip ) (Ping timeout: 268 seconds)
1916 [17:04:45] *** Joins: linux_noob (~hurrdurr@replaced-ip )
1917 [17:04:49] *** Joins: polo51 (~qw948hmw9@replaced-ip )
1918 [17:05:23] *** Joins: towo` (~towo@replaced-ip )
1919 [17:05:27] *** Quits: bvdk (~bvdkfreen@replaced-ip ) (Ping timeout: 240 seconds)
1920 [17:05:28] *** Joins: foobiebletch (~matthew@replaced-ip )
1921 [17:06:06] <petn-randall> glaucom: I'd start by installing a kernel from backports.
1922 [17:06:22] *** Joins: eddof13 (~eddof13@replaced-ip )
1923 [17:06:48] *** Quits: eddof13 (~eddof13@replaced-ip ) (Client Quit)
1924 [17:07:15] <petn-randall> Oh wait, ivybridge is quite old.
1925 [17:07:22] *** Joins: jubo2 (~juboxi@replaced-ip )
1926 [17:07:25] *** Quits: glaucom (bd142ce2@replaced-ip ) (Remote host closed the connection)
1927 [17:07:37] <petn-randall> Or quitting, I guess :/
1928 [17:07:51] <linux_noob> i get the following error message when trying to boot. replaced-url
1929 [17:08:04] *** Quits: Haohmaru (~Haohmaru@replaced-ip ) ()
1930 [17:08:18] *** Quits: woshty (~woshty@replaced-ip ) (Ping timeout: 244 seconds)
1931 [17:08:22] *** ChanServ sets mode: +o petn-randall
1932 [17:08:22] *** petn-randall sets mode: +b *!*@45.58.48.77
1933 [17:08:23] *** linux_noob was kicked by petn-randall (you should know better)
1934 [17:08:23] *** petn-randall sets mode: -o petn-randall
1935 [17:08:31] <en1gma> n4dir it did (not) work with debian-live-xfce and debian-live mate
1936 [17:08:31] *** Joins: jetchisel (~jetchisel@replaced-ip )
1937 [17:08:39] <en1gma> through the gui
1938 [17:08:53] <en1gma> i had to do it in console with wpa and dhclient commands
1939 [17:09:00] <en1gma> and it would not save in between boots
1940 [17:09:07] *** Quits: robs_ (~robs@replaced-ip ) (Ping timeout: 240 seconds)
1941 [17:09:35] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 268 seconds)
1942 [17:09:40] <en1gma> well it might have saved but it wouldnt auto connect the wifi when lan cord was unplugged and it would not chose wifi if lan cord was plugged in
1943 [17:11:39] <en1gma> this is thE debian channel right? why is the wifi not being able to be auto connected on boot?
1944 [17:11:45] *** Joins: robs_ (~robs@replaced-ip )
1945 [17:12:15] *** Joins: l0rd_Qu4s (~quasimoto@replaced-ip )
1946 [17:12:22] <en1gma> i can test right now with my usb wifi adapter but i dont want to mess any settings up with system by connecting it if there is a "TRICKY" way to do this
1947 [17:13:09] <en1gma> i should just be able to plug my wifi adapter in. looks for networks from the little system tray icon uptop right. select the wifi router i want to connect to then enter my wpa2 password
1948 [17:13:26] <en1gma> i then should be able to select use this wifi connection by default
1949 [17:13:41] <en1gma> (which all those settings) are there but guess what
1950 [17:13:44] <en1gma> they dont work
1951 [17:13:46] <en1gma> lol
1952 [17:13:59] *** Quits: quasimoto (quasimoto@replaced-ip ) (Ping timeout: 244 seconds)
1953 [17:14:02] *** Joins: jasperarcola (~JasperArc@replaced-ip )
1954 [17:14:30] *** Quits: zeden (~user@replaced-ip ) (Ping timeout: 244 seconds)
1955 [17:14:32] *** Quits: crimastergogo (~crimaster@replaced-ip ) (Ping timeout: 250 seconds)
1956 [17:14:33] <en1gma> im gonna try my usb wifi adapter with this debian-gnome install. 1 sec
1957 [17:15:08] *** Quits: ae-35 (~ae-35@replaced-ip ) (Ping timeout: 268 seconds)
1958 [17:16:02] *** Quits: _anb (~anb@replaced-ip ) (Read error: Connection reset by peer)
1959 [17:16:06] *** Quits: ectospasm (~ectospasm@replaced-ip ) (Ping timeout: 252 seconds)
1960 [17:16:31] *** Joins: eddof13 (~eddof13@replaced-ip )
1961 [17:16:59] *** Joins: zerotech (~zerotech@replaced-ip )
1962 [17:17:10] *** Joins: rsx (~rsx@replaced-ip )
1963 [17:17:15] *** Joins: _anb (~anb@replaced-ip )
1964 [17:17:50] *** Quits: metnel (~metnel@replaced-ip ) (Ping timeout: 276 seconds)
1965 [17:17:51] <pagios> hi all, i am having a weird problem i rebooted my debian machine, and it stops booting i just get grub and then a blinking cursor, any idea how to recover please? I tried to boot in recovery mdoe from grub same freezing blinking cursor
1966 [17:18:02] <jhutchins_wk> en1gma: You would not expect changes made when running a live image to persist through a reboot. If there's some reason the live image doesn't set your wifi up correctly, you're going to have to deal with that at every boot.
1967 [17:18:47] <SerajewelKS> pagios: boot the installer in recovery mode and walk through until you can "execute a shell within the target environment"
1968 [17:18:48] <jhutchins_wk> en1gma: wifi has a lot of locked-down proprietary implementations that aren't easy to automatically deal with in open source software.
1969 [17:18:58] <en1gma> its not a live image as i only used the live usb stick to "Install" to usb-flash
1970 [17:19:04] <en1gma> so its a real install
1971 [17:19:06] <jhutchins_wk> en1gma: You also didn't say WHICH live image you used.
1972 [17:19:47] <pagios> SerajewelKS, boot from cd
1973 [17:19:49] <pagios> ?
1974 [17:19:51] <en1gma> i have used 3 debian live images so far. started with debian-live-current-i386-xfce then upgraded to mate and now upgraded to gnome
1975 [17:19:54] *** Joins: crimastergogo (~crimaster@replaced-ip )
1976 [17:20:11] <SerajewelKS> pagios: generally, anything you can boot to and chroot to your install should be fine
1977 [17:20:15] *** Joins: esro (~esro@replaced-ip )
1978 [17:20:21] <SerajewelKS> though booting from USB is not really something i've done a lot so i may not be that much help
1979 [17:20:30] *** Joins: qu4s (quasimoto@replaced-ip )
1980 [17:20:42] <SerajewelKS> i've just had many systems where grub spontaneously stops booting correctly, so i've repaired a lot of such cases
1981 [17:20:43] <en1gma> i plugged in my usb adabpeter and the blue light did not come on like usual. the wireless applet does open a wireless settings in there but while searching its not working
1982 [17:20:55] <pagios> SerajewelKS, alright and then ?
1983 [17:21:00] <en1gma> maybe i should reboot with usb adapter plugged in?
1984 [17:21:04] *** Quits: conta (~Thunderbi@replaced-ip ) (Quit: conta)
1985 [17:21:06] <SerajewelKS> pagios: rebuild the grub config and reinstall grub
1986 [17:21:17] <SerajewelKS> update-grub && grub-install /dev/whatever
1987 [17:21:41] *** Joins: krukudilo (~krukudilo@replaced-ip )
1988 [17:21:43] <pagios> so most probably its a grub problem/
1989 [17:21:52] *** Joins: atralheaven (~atralheav@replaced-ip )
1990 [17:22:28] <en1gma> just powered down. starting up with linksys usb adapter plugged in this time
1991 [17:22:44] *** Joins: towo_nb (~towo@replaced-ip )
1992 [17:22:44] *** Joins: unmy (~NONE@replaced-ip )
1993 [17:22:54] *** Quits: l0rd_Qu4s (~quasimoto@replaced-ip ) (Ping timeout: 252 seconds)
1994 [17:22:56] *** Quits: thunderrd (~thunderrd@replaced-ip ) (Remote host closed the connection)
1995 [17:23:52] <en1gma> jhutchins_wk did you see my messages?
1996 [17:24:01] <pagios> i will try to build from the d its debian 6
1997 [17:24:10] *** Joins: thunderrd (~thunderrd@replaced-ip )
1998 [17:24:33] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 252 seconds)
1999 [17:25:11] *** Quits: krukudilo (~krukudilo@replaced-ip ) (Client Quit)
2000 [17:25:27] *** Quits: streamline (~streamlin@replaced-ip ) (Ping timeout: 252 seconds)
2001 [17:25:29] *** Quits: Drashta (~Drashta@replaced-ip ) (Quit: Konversation terminated!)
2002 [17:25:31] <jelly> en1gma: you'll have to use the images with non-free firmware for most wifi cards/sticks
2003 [17:25:35] <jelly> !firmware live
2004 [17:25:35] <dpkg> Unofficial <live> images - containing non-free Debian <firmware> packages - for Debian 9 "Stretch" as a live OS are available at replaced-url
2005 [17:26:07] <en1gma> jelly i have those too
2006 [17:26:10] <jelly> or live + persistency and add firmware separately
2007 [17:26:23] *** Quits: shadow98 (uid236862@replaced-ip ) (Quit: Connection closed for inactivity)
2008 [17:26:41] <en1gma> i have used those images when installing and they find my wifi adapter and i can select my wifi adapter but guess what it dont save my wifi connection at 1st boot after install
2009 [17:26:42] <jelly> you mentioned you got persistence working a while back, or was it someone else
2010 [17:27:06] *** Joins: zeden (~user@replaced-ip )
2011 [17:27:14] <en1gma> it was me but i needed a real install. just didnt think i could do one becuase of min system specs
2012 [17:27:27] <en1gma> i got around that with debian-live installs (non gui)
2013 [17:27:30] <jhutchins_wk> en1gma: There's no need to reinstall Debian in order to switch desktops, just install the new one you want on top of the old. The base/core software is all the same, and you can run all of the different desktops from the same install.
2014 [17:27:41] <jelly> yeah, real install is probably a better idea
2015 [17:27:47] *** Quits: esro (~esro@replaced-ip ) (Quit: Leaving)
2016 [17:28:21] <jhutchins_wk> en1gma: Installing from the live images is something that is expected to not always work.
2017 [17:28:24] <en1gma> jhutchins_wk the help i need is with the wifi connection manager. i either need to get rid of it or whatever. ideally i need a steady wifi connection that is auto-connected to wifi (prefer to set manual ip)
2018 [17:28:58] <en1gma> cant i just disable all networking and use /etc/network/interfaces and /etc/wpa_supplicant/wpa_supplicant.conf
2019 [17:29:32] <en1gma> i need to have wifi working and at a bootup console. dont really care about desktops at all unless its needed to setup an automatic wifi connection
2020 [17:29:56] *** Quits: GaneshR (~ganeshraj@replaced-ip ) (Ping timeout: 268 seconds)
2021 [17:29:57] <en1gma> if the automatic wifi connection can be done in console (which i prefer) it would be great so no gui at all
2022 [17:29:59] *** Joins: jasperarcola (~JasperArc@replaced-ip )
2023 [17:30:13] *** Quits: Kevlar_Noir (~manjaro-u@replaced-ip ) (Quit: Konversation terminated!)
2024 [17:30:26] <en1gma> only reason im in a gui with 256mb ram (its really slow believe me) is to setup the wifi connection basically
2025 [17:30:40] *** Parts: autofsckk (~autofsckk@replaced-ip ) ()
2026 [17:30:43] *** Quits: encod3 (~encod3@replaced-ip ) (Remote host closed the connection)
2027 [17:30:47] <en1gma> you would think if the wifi connection is set up right in the gui that it would be fine when i boot to console
2028 [17:30:50] <jhutchins_wk> en1gma: You should be able to do that, and if an interface is configured through the interfaces files things like Network Manager should avoid messing with it.
2029 [17:30:51] *** Quits: Raed|Laptop (~Raed@replaced-ip ) (Ping timeout: 276 seconds)
2030 [17:30:52] <greycat> replaced-url
2031 [17:31:00] <greycat> that may have some suggestions for console-based tools
2032 [17:31:24] *** Joins: troys (~troys@replaced-ip )
2033 [17:31:27] *** Quits: david1985 (~kvirc@replaced-ip ) (Ping timeout: 240 seconds)
2034 [17:31:28] *** Joins: l0rd_Qu4s (quasimoto@replaced-ip )
2035 [17:31:45] <en1gma> jhutchins_wk i disable the network.service and something was still taking control of /etc/wpa_wupplicant/_wpa_supplicant.conf
2036 [17:31:54] <en1gma> i could see with ps aux | grep wpa
2037 [17:32:03] <jhutchins_wk> en1gma: That's not a good assumption. GUI settings require that the GUI session be active for them to take effect. The Network Manger GUIs do not write permanent configurations to the static files, they are intended to manage dynamic connections.
2038 [17:32:17] *** Joins: Gazooo (~Gazooo@replaced-ip )
2039 [17:32:29] <jelly> en1gma: Network-Manager is weird and probably only sets things up that way if you login with a GUI again. Perhaps you can use nmcli to ask it to enable that config all the time.
2040 [17:32:36] <jelly> ("for all the users"?)
2041 [17:32:45] *** Joins: lord_rob (~robert@replaced-ip )
2042 [17:32:48] <en1gma> so even when i setup the network from within the gui it dont stay perm in between boots to gui?
2043 [17:32:58] <jelly> it ought to do that
2044 [17:33:02] <en1gma> it dont
2045 [17:33:03] *** Quits: polo51 (~qw948hmw9@replaced-ip ) (Remote host closed the connection)
2046 [17:33:17] <jhutchins_wk> NM has had the concept of system-level connections that aren't user dependent, but I'm not sure where that went in development.
2047 [17:33:17] <en1gma> :) believe me. i know. been working on this crap for solid 24hrs
2048 [17:33:23] *** Quits: zeden (~user@replaced-ip ) (Ping timeout: 245 seconds)
2049 [17:33:24] *** Joins: polo51 (~qw948hmw9@replaced-ip )
2050 [17:33:39] *** Joins: encod3_ (~encod3@replaced-ip )
2051 [17:33:40] <module000> en1gma: you can check it, `nmcli con show` to see your connections
2052 [17:33:42] <en1gma> ok so is there a guide that i can follow that will get me working with wifi
2053 [17:33:43] <jelly> second boot and login to gui with the same user ought to give you back the wifi config you did the first time in gui
2054 [17:33:53] <en1gma> i used wpa_cli last night
2055 [17:33:56] <module000> en1gma: then `nmcli con show <con_name> | grep connection.autoconnect`
2056 [17:33:58] *** Quits: qu4s (quasimoto@replaced-ip ) (Ping timeout: 272 seconds)
2057 [17:34:27] *** Joins: matrim (~mats_@replaced-ip )
2058 [17:34:29] <en1gma> ok will do that command but first i think it wants drivers for my usb adapter. i think i got to get the rt28xx or something
2059 [17:34:33] <en1gma> brb
2060 [17:34:40] *** Joins: krabador (~krabador@replaced-ip )
2061 [17:34:55] *** Joins: SomebodySocks (~felix@replaced-ip )
2062 [17:36:27] *** Quits: m0j0dj0dj0 (~punk3r@replaced-ip ) (Quit: go drink with my bitches!)
2063 [17:36:30] *** Joins: qu4s (quasimoto@replaced-ip )
2064 [17:36:36] *** Quits: msimpson (~msimpson@replaced-ip ) (Read error: Connection reset by peer)
2065 [17:37:37] *** Quits: chele (~chele@replaced-ip ) (Quit: Leaving)
2066 [17:37:42] *** Joins: neuntausendlux (~sailfish@replaced-ip )
2067 [17:37:55] *** Quits: encod3_ (~encod3@replaced-ip ) (Ping timeout: 246 seconds)
2068 [17:38:07] *** Quits: pricing_ (uid324397@replaced-ip ) (Quit: Connection closed for inactivity)
2069 [17:38:58] *** Quits: l0rd_Qu4s (quasimoto@replaced-ip ) (Ping timeout: 246 seconds)
2070 [17:39:03] *** Joins: sine0 (~sine0@replaced-ip )
2071 [17:40:14] <pagios> i am in the # shell prompt using the cd
2072 [17:40:18] <pagios> what should i do?
2073 [17:40:40] *** Quits: Zvmdyv (~Zvmdyv@replaced-ip ) (Remote host closed the connection)
2074 [17:40:45] *** Joins: GaneshR (~ganeshraj@replaced-ip )
2075 [17:41:04] <pagios> update-grub && grub-install /dev/sda1 ?
2076 [17:41:38] <pagios> i dont have a command update-grub
2077 [17:41:45] <pagios> i see /dev/sda1 2 3 in fdisk -l
2078 [17:41:51] *** Joins: ikus060 (~ikus060@replaced-ip )
2079 [17:41:53] *** Quits: kiilo (~Thunderbi@replaced-ip ) (Ping timeout: 244 seconds)
2080 [17:42:07] *** Quits: Moose_ (~digitalno@replaced-ip ) (Ping timeout: 240 seconds)
2081 [17:42:42] *** Quits: jetchisel (~jetchisel@replaced-ip ) (Ping timeout: 252 seconds)
2082 [17:42:48] *** Quits: unmy (~NONE@replaced-ip ) (Quit: Quit)
2083 [17:43:00] <pagios> SerajewelKS, any idea?
2084 [17:43:17] <pagios> it seems i booted into //dev/sda1
2085 [17:43:30] *** Joins: sharms (~sharms@replaced-ip )
2086 [17:43:30] *** Quits: platvoeten (~platvoete@replaced-ip ) (Ping timeout: 268 seconds)
2087 [17:43:33] <ikus060> Hello, I'm working on a software and I'm wondering whatt is the best place to put the users logs. I'm aware of /var/log/, but usually the users doesn'T have permissions to write into this directory. So I guess their might be a location under user home. Maybe under /home/user/.local ??
2088 [17:44:01] *** debhelper sets mode: +l 1411
2089 [17:44:15] *** Joins: jfoy (~jfoy@replaced-ip )
2090 [17:44:32] <greycat> well, ~/.local/share/xorg/ is where X writes its logs
2091 [17:44:33] <nix64bit> hello
2092 [17:44:36] *** Joins: lingkhang (~lingkhang@replaced-ip )
2093 [17:44:37] <nix64bit> You cannot send messages to #debian-next.
2094 [17:44:40] <nix64bit> wtf
2095 [17:44:46] <greycat> !debian-next
2096 [17:44:46] <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.
2097 [17:45:08] *** Joins: unmy (~NONE@replaced-ip )
2098 [17:45:16] <nix64bit> I was joined but now not
2099 [17:45:39] *** Joins: encod3 (~encod3@replaced-ip )
2100 [17:45:40] *** Joins: david1985 (~kvirc@replaced-ip )
2101 [17:45:46] *** Quits: encod3 (~encod3@replaced-ip ) (Remote host closed the connection)
2102 [17:45:58] *** Quits: TomyWork (~tomy@replaced-ip ) (Ping timeout: 246 seconds)
2103 [17:46:14] *** Joins: macrobat (~beep@replaced-ip )
2104 [17:46:22] <mtn> pagios: to fix debian grub issues, I always use a debian installer go to rescue mode.
2105 [17:46:22] <annadane> on OFTC? strange
2106 [17:46:25] *** Quits: neuntausendlux (~sailfish@replaced-ip ) (Quit: IRC for Sailfish 0.9)
2107 [17:46:39] <mtn> pagios: grub is installed to the drive, not a partition, so: /dev/sda
2108 [17:46:39] <nix64bit> This system does not support OpenGL
2109 [17:47:01] <petn-randall> nix64bit: #debian-next is not on this IRC network.
2110 [17:47:11] <pagios> mtn, i have logged in into a shell environemnt using the cd
2111 [17:47:38] <nix64bit> petn-randall: let me check what happened
2112 [17:47:43] <nix64bit> thanks
2113 [17:47:43] <pagios> i dont have a grub install command
2114 [17:47:58] <pagios> update-grub command not found
2115 [17:48:05] <mtn> pagios: do you have a debian install disk?
2116 [17:48:05] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 244 seconds)
2117 [17:48:15] *** Joins: Toadisattva (~Toadisatt@replaced-ip )
2118 [17:48:17] *** Joins: Ticho (~Ticho@replaced-ip )
2119 [17:48:24] <pagios> mtn, i booted from a net install iso cd
2120 [17:48:25] <pagios> its a vm
2121 [17:48:27] <greycat> !chroot
2122 [17:48:28] <dpkg> To chroot into your Debian system boot to your Debian install disk/live CD, switch to the other console (Alt-F2). Mount your root filesystem with "mount -t ext2 /dev/whatever /target" and make /dev, /proc and /sys usable with "mount --rbind --make-rslave /dev /target/dev ; mount -t proc none /target/proc ; mount -t sysfs none /target/sys". You can then chroot into the system with "chroot /target".
2123 [17:48:44] <mtn> pagios: use the rescure mode, as I suggeted
2124 [17:48:46] *** Quits: qu4s (quasimoto@replaced-ip ) (Ping timeout: 246 seconds)
2125 [17:48:51] <pagios> mtn, i did
2126 [17:48:56] <greycat> If you're attempting to run update-grub, you probably want to do so after chrooting into your Debian system.
2127 [17:48:59] <pagios> and i executed a shell from the resuce mode
2128 [17:49:28] *** Joins: streamline (~streamlin@replaced-ip )
2129 [17:49:29] <mtn> pagios: did you choose the correct partition to use?
2130 [17:49:30] *** Parts: broesel (~broesel@replaced-ip ) ()
2131 [17:50:25] <pagios> greycat, mount -t ext2 /dev/sda1 i get resource busy
2132 [17:50:40] *** Quits: krabador (~krabador@replaced-ip ) (Remote host closed the connection)
2133 [17:50:47] <greycat> perhaps it's already mounted?
2134 [17:50:52] <greycat> perhaps it's the wrong partition?
2135 [17:50:52] <pagios> i am in a shell , executed from target environment
2136 [17:50:54] <jhutchins_wk> !fixgrub
2137 [17:50:54] <dpkg> To reinstall <GRUB> boot to your Debian install disk/live CD, switch to the other console (Alt-F2), mount your root filesystem (mount -t ext4 /dev/whatever /target ; mount --bind /dev /target/dev ; mount -t proc none /target/proc ; mount -t sysfs none /target/sys), chroot into it (chroot /target), run "mount /boot/efi" on EFI and "update-grub && grub-install /dev/whatever". See also <rescue mode>, <dual boot guide>, <supergrub>.
2138 [17:51:18] *** Quits: banisterfiend (~textual@replaced-ip ) (Ping timeout: 252 seconds)
2139 [17:51:24] <pagios> i only have sda1 sda2 sda5 in fdisk
2140 [17:51:30] <pagios> and boot is from /dev/sda1 *
2141 [17:51:46] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 260 seconds)
2142 [17:52:08] *** Joins: m3ddle (~m3ddle@replaced-ip )
2143 [17:52:14] *** Joins: jetchisel (~jetchisel@replaced-ip )
2144 [17:52:24] <RoyK> pagios: please note that grub then goes to sda, not any of the partitions
2145 [17:52:38] *** Quits: walnut_burl (~oak@replaced-ip ) (Remote host closed the connection)
2146 [17:52:40] *** Quits: b (coffee@replaced-ip ) (Quit: leaving)
2147 [17:52:51] <pagios> yea
2148 [17:53:22] *** Joins: P1ersson (~P1ersson@replaced-ip )
2149 [17:53:24] *** Quits: lord_rob (~robert@replaced-ip ) (Ping timeout: 252 seconds)
2150 [17:53:29] *** Joins: neuntausendlux (~sailfish@replaced-ip )
2151 [17:53:39] *** Joins: shtrb (~shtrb@replaced-ip )
2152 [17:53:58] <pagios> alright now it works , the mount /dev/sda1
2153 [17:54:12] *** Joins: lord_rob (~robert@replaced-ip )
2154 [17:54:12] *** Quits: lord_rob (~robert@replaced-ip ) (Changing host)
2155 [17:54:12] *** Joins: lord_rob (~robert@replaced-ip )
2156 [17:54:24] *** Quits: foobiebletch (~matthew@replaced-ip ) (Ping timeout: 250 seconds)
2157 [17:54:37] <mtn> pagios: using rescue mode, there is no need to mount anything
2158 [17:56:49] *** Joins: bites (~bites@replaced-ip )
2159 [17:56:55] *** Joins: jasperarcola (~JasperArc@replaced-ip )
2160 [17:57:10] <shtrb> Announcing WLinux's availability, Microsoft program manager Tara Raj, called out the wlinux-setup tool, "which allows users to easily set up common developer toolchains, and removes unsupported features like systemd." lol
2161 [17:57:20] <shtrb> wrong channel sorry
2162 [17:57:43] *** Quits: s8548a (~s8548a@replaced-ip ) (Read error: Connection reset by peer)
2163 [17:58:01] <pagios> cant execu chroot /bin/sh exect format error
2164 [17:58:27] *** Quits: cornholio (~cornholio@replaced-ip ) (Ping timeout: 240 seconds)
2165 [17:58:27] <mtn> pagios: using rescue mode, there is no need to use chroot ;)
2166 [17:58:29] *** Quits: lord_rob (~robert@replaced-ip ) (Client Quit)
2167 [17:58:52] *** Joins: sanches (~sanches@replaced-ip )
2168 [17:58:55] <greycat> what, does rescue mode do that all for you?
2169 [17:58:59] <pagios> mtn, i went into rescue mode, and it asks me to load a shell
2170 [17:59:07] <mtn> pagios: did you choose the correct partition to use?
2171 [17:59:14] <pagios> yes /dev/sda1
2172 [17:59:23] <pagios> adn i said install grub and it gave an error
2173 [17:59:29] <mtn> greycat: yes, it is the easiest way to fix these things, if you have a install disk
2174 [17:59:30] *** Quits: neuntausendlux (~sailfish@replaced-ip ) (Quit: IRC for Sailfish 0.9)
2175 [17:59:32] <pagios> should the cd be the same version of debian?
2176 [17:59:40] <pagios> the cd is 9 and the debian os is 6
2177 [17:59:45] <greycat> what
2178 [17:59:46] <apollo13> 6? :D
2179 [17:59:54] <pagios> my cd is debian 9 , my os is debian 6
2180 [17:59:58] *** Quits: david1985 (~kvirc@replaced-ip ) (Ping timeout: 246 seconds)
2181 [17:59:59] <pagios> yea :(
2182 [18:00:02] <apollo13> also 32 bit os?
2183 [18:00:07] <pagios> yes
2184 [18:00:08] <pagios> vm
2185 [18:00:11] <apollo13> that might or might not explain the exec format error
2186 [18:00:11] *** Joins: BlueByte (~walther@replaced-ip )
2187 [18:00:13] *** Quits: v01t (~v01t@replaced-ip ) (Remote host closed the connection)
2188 [18:00:16] *** Joins: ae-35 (~ae-35@replaced-ip )
2189 [18:00:16] <greycat> 32 vs 64 bit would absolutely explain the "exec format error" thing
2190 [18:00:21] *** Joins: v01t (~v01t@replaced-ip )
2191 [18:00:23] <pagios> alright
2192 [18:00:30] <pagios> but the iso is a netinstall debain 9 32bit
2193 [18:00:40] <pagios> should i use a debian 6 iso ?
2194 [18:01:22] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 246 seconds)
2195 [18:01:47] <pagios> or will a debian 9 32bit iso cd work for resucing a debian 6 os 32 bit ?
2196 [18:02:09] *** Quits: unmy (~NONE@replaced-ip ) (Quit: Quit)
2197 [18:02:31] <greycat> I can't imagine too many people have ever tried such a thing.
2198 [18:02:39] <greycat> Don't be surprised if nobody knows.
2199 [18:02:43] <pagios> hehe
2200 [18:02:48] <pagios> i will use a cd of debian 6
2201 [18:02:48] <apollo13> I'd try a debian 6
2202 [18:02:49] <mtn> pagios: should work fine, it just ses up the chroot for you
2203 [18:03:00] <apollo13> wouldn't chroot have problems with non-matching glibc etc?
2204 [18:03:01] <pagios> i get that format error
2205 [18:03:15] *** Quits: clemens3_ (~clemens@replaced-ip ) (Ping timeout: 268 seconds)
2206 [18:03:15] <pagios> when i do chroot /mnt as a last step
2207 [18:03:16] <shtrb> anyone around with a Quadro P2000 card can post the lspci for it ? (and if had been able to use hybrid mode)
2208 [18:03:40] *** Quits: nix64bit (~Thunderbi@replaced-ip ) (Quit: nix64bit)
2209 [18:03:48] <mtn> pagios: heh. no need to use chroot if using rescue mode. as I said before
2210 [18:03:49] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 246 seconds)
2211 [18:04:54] <mtn> pagios: replaced-url
2212 [18:05:15] *** Joins: electro33 (uid613@replaced-ip )
2213 [18:05:17] *** Joins: nix64bit (~Thunderbi@replaced-ip )
2214 [18:06:11] *** Joins: mibo (~mibo@replaced-ip )
2215 [18:06:34] *** Joins: jasperarcola (~JasperArc@replaced-ip )
2216 [18:07:39] *** Joins: fearnothing (~nothing@replaced-ip )
2217 [18:08:43] *** Joins: srged (~srged@replaced-ip )
2218 [18:08:57] <srged> would USB TP-LINK AC450 work on my debian system ?
2219 [18:09:20] *** Quits: n_1-c_k (~nick@replaced-ip ) (Read error: Connection reset by peer)
2220 [18:10:21] *** Joins: n_1-c_k (~nick@replaced-ip )
2221 [18:10:28] *** Joins: GDiaX (~gdiax@replaced-ip )
2222 [18:10:33] <jhutchins_wk> srged: 1) We don't know what that is, 2) we don't know anything about your system except "debian". 3) There are hardware compatibility databases, but they are notoriously incomplete and unreliable.
2223 [18:10:42] <pagios> still Exe format error
2224 [18:10:42] <jhutchins_wk> srged: Best bet is to try it and see.
2225 [18:10:56] <pagios> mtn, it doesnt work
2226 [18:11:02] <pagios> i need to chroot manually and it is not working too
2227 [18:11:06] <mtn> pagios: did you choose the correct partition to use?
2228 [18:11:18] <pagios> mtn, yes
2229 [18:11:24] <pagios> and it gives grub failed to isntall
2230 [18:11:30] <pagios> i can only boot from the cd shell
2231 [18:11:34] <mtn> pagios: you need to go into rescue mode, then choose the debian partition
2232 [18:11:39] <pagios> i did
2233 [18:11:43] <pagios> i tried them all
2234 [18:11:44] *** Quits: ursu_ (~ursu@replaced-ip ) (Remote host closed the connection)
2235 [18:11:46] <pagios> sda1 2 3
2236 [18:12:03] <mtn> pagios: you don't know which partition debian is installed to?
2237 [18:12:09] *** Joins: unmy (~NONE@replaced-ip )
2238 [18:12:15] <pagios> it is on /dev/sda1
2239 [18:12:22] *** Joins: irongeeks (~irongeeks@replaced-ip )
2240 [18:12:49] *** Joins: dreamon (~dreamon@replaced-ip )
2241 [18:13:27] *** Joins: lord_rob (~robert@replaced-ip )
2242 [18:13:28] *** Quits: lord_rob (~robert@replaced-ip ) (Changing host)
2243 [18:13:28] *** Joins: lord_rob (~robert@replaced-ip )
2244 [18:13:53] *** Quits: lingkhang (~lingkhang@replaced-ip ) (Quit: WeeChat 1.9.1)
2245 [18:13:58] *** Quits: ikus060 (~ikus060@replaced-ip ) (Ping timeout: 246 seconds)
2246 [18:14:21] *** Joins: tsarompy (~john@replaced-ip )
2247 [18:14:31] *** Joins: glaucom (bd142ce2@replaced-ip )
2248 [18:14:47] <glaucom> lol, i needed install again debian :(
2249 [18:15:03] *** Joins: Kevlar_Noir (~manjaro-u@replaced-ip )
2250 [18:15:22] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 246 seconds)
2251 [18:15:37] *** Joins: faw (~faw@replaced-ip )
2252 [18:15:46] <glaucom> Uploaded file: replaced-url
2253 [18:16:00] <glaucom> i trying change Intel® Ivybridge Mobile to nvidia 740m
2254 [18:16:29] <jhutchins_wk> glaucom: Do you have a hybrid system with both GPUs?
2255 [18:16:33] *** Joins: quasimoto (~quasimoto@replaced-ip )
2256 [18:17:02] *** Quits: llucenic (~Thunderbi@replaced-ip ) (Ping timeout: 272 seconds)
2257 [18:17:04] <glaucom> yes, notebook
2258 [18:17:09] *** Quits: hakash (~hakash@replaced-ip ) (Ping timeout: 252 seconds)
2259 [18:17:54] *** Quits: lord_rob (~robert@replaced-ip ) (Client Quit)
2260 [18:18:12] <petn-randall> !bumblebee
2261 [18:18:12] <dpkg> The Bumblebee project aims to provide support for the Nvidia Optimus GPU switching technology on Linux systems. GeForce 400M (4xxM) and later mobile GPU series are Optimus-enabled; if «lspci -nn | grep '\''[030[02]\]'» returns two lines, the laptop likely uses Optimus. Packaged for Debian <jessie> and <wheezy-backports>. replaced-url
2262 [18:18:18] *** Joins: funkmeldekopf (~funkmelde@replaced-ip )
2263 [18:18:42] <pagios> greycat, mtn SerajewelKS the idea is i am getting into the grub loader when i boot debian 6, i selet normal or recovery and both show afterwards a blinking underscore
2264 [18:19:00] *** Quits: zerotech (~zerotech@replaced-ip ) (Ping timeout: 252 seconds)
2265 [18:19:17] *** Joins: sanches (~sanches@replaced-ip )
2266 [18:19:27] *** Joins: LaScoumoune (~LaScoumou@replaced-ip )
2267 [18:19:57] *** Joins: oo_miguel (~miguel@replaced-ip )
2268 [18:20:33] *** Quits: xsisec (~xsisec@replaced-ip ) (Remote host closed the connection)
2269 [18:20:33] <oo_miguel> how can I run a nvidia gtx 2080 on debian stable? Will I need to get the drivers by myself or is there an apt package for that?
2270 [18:20:42] <oo_miguel> aah rtx 2080
2271 [18:20:54] <annadane> you can install nvidia-detect to see which one you need
2272 [18:21:08] *** Quits: f4cl3y (~f4cl3y@replaced-ip ) (Ping timeout: 268 seconds)
2273 [18:21:27] *** Quits: ongolaBoy (~ongolaBoy@replaced-ip ) (Quit: leaving)
2274 [18:21:30] <petn-randall> I don't expect it to run at all on stable, except maybe for 2D acceleration, if at all.
2275 [18:21:37] <jhutchins_wk> pagios: That's usually a sign that the bootloader from the MBR can't find the /boot files on the partition it's looking for.
2276 [18:21:38] <petn-randall> I mean, it's less than a month old?
2277 [18:21:52] *** Joins: jasperarcola (~JasperArc@replaced-ip )
2278 [18:22:18] <pagios> jhutchins_wk, how to fix
2279 [18:22:31] <jhutchins_wk> pagios: It's possible to use the grub shell to locate the files and boot to the system, then update grub using UUIDs instead of partition numbers.
2280 [18:22:39] *** Quits: Strife89 (~quassel@replaced-ip ) (Ping timeout: 252 seconds)
2281 [18:22:48] <pagios> wow
2282 [18:22:51] <pagios> how to do that
2283 [18:23:01] <pagios> i can get into a shell using the cd not mounted any partitions
2284 [18:23:03] <jhutchins_wk> pagios: I'm afraid I've only done it once or twise in many years, you could try searching the Debian wiki.
2285 [18:23:07] *** Quits: oo_miguel (~miguel@replaced-ip ) (Client Quit)
2286 [18:23:38] *** Joins: oo_miguel (~miguel@replaced-ip )
2287 [18:24:01] <jhutchins_wk> pagios: This might help: replaced-url
2288 [18:24:02] *** debhelper sets mode: +l 1417
2289 [18:24:05] <oo_miguel> annadane: it says it is not supported by this version
2290 [18:24:38] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 272 seconds)
2291 [18:24:39] <oo_miguel> petn-randall: if using the official nvidia driver from their page it should work however right?
2292 [18:24:40] *** Quits: quasimoto (~quasimoto@replaced-ip ) (Read error: Connection reset by peer)
2293 [18:24:52] <oo_miguel> I do not expect it to work with nouveau yet
2294 [18:24:59] <jhutchins_wk> oo_miguel: The Nvidia pages will say which driver supports what cards.
2295 [18:25:32] *** Quits: doda (~markododa@replaced-ip ) (Quit: Konversation terminated!)
2296 [18:25:55] *** Quits: BlueByte (~walther@replaced-ip ) (Quit: This computer has gone to sleep)
2297 [18:25:59] <oo_miguel> ok I will get the one from their pages
2298 [18:26:01] <oo_miguel> thanks
2299 [18:26:27] <n4dir> pagios: what is on the other partitions?
2300 [18:26:42] <oo_miguel> it seems I have to exit X in order to do that. thanks again
2301 [18:26:42] *** Quits: glaucom (bd142ce2@replaced-ip ) (Remote host closed the connection)
2302 [18:26:42] *** Quits: oo_miguel (~miguel@replaced-ip ) (Client Quit)
2303 [18:26:43] *** Quits: jon_x111111118 (~jon_x@replaced-ip ) (Ping timeout: 245 seconds)
2304 [18:28:01] *** Quits: nix64bit (~Thunderbi@replaced-ip ) (Quit: nix64bit)
2305 [18:28:25] *** Quits: srged (~srged@replaced-ip ) (Quit: Lost terminal)
2306 [18:28:41] *** Joins: Strife89 (~quassel@replaced-ip )
2307 [18:29:36] *** Quits: SomebodySocks (~felix@replaced-ip ) (Quit: Konversation terminated!)
2308 [18:30:00] *** Quits: HarveyPwca (~HarveyPwc@replaced-ip ) (Ping timeout: 276 seconds)
2309 [18:30:14] *** Joins: thatpythonguy (~john@replaced-ip )
2310 [18:30:18] *** Quits: pingfloyd (~pingfloyd@replaced-ip ) (Quit: ☮ out)
2311 [18:30:19] *** Quits: tsarompy (~john@replaced-ip ) (Quit: Konversation terminated!)
2312 [18:31:12] *** Joins: HarveyPwca (~HarveyPwc@replaced-ip )
2313 [18:31:23] *** viv`d is now known as vivid
2314 [18:32:23] *** Joins: mauz555 (~mauz555@replaced-ip )
2315 [18:32:32] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 250 seconds)
2316 [18:33:27] <jhutchins_wk> !nvidia
2317 [18:33:27] <dpkg> Where possible, Nvidia graphic processing units are supported using the open source <nouveau> driver on Debian systems by default. To install the proprietary "nvidia" driver, see replaced-url
2318 [18:33:33] *** Quits: m0u (~m0u@replaced-ip ) (Ping timeout: 244 seconds)
2319 [18:33:53] *** Quits: asterismo_l (~asterismo@replaced-ip ) (Ping timeout: 276 seconds)
2320 [18:33:55] *** Joins: quasimoto (~quasimoto@replaced-ip )
2321 [18:34:01] *** debhelper sets mode: +l 1406
2322 [18:34:16] *** Joins: martin-_-_ (~default@replaced-ip )
2323 [18:34:56] *** Joins: jon_x111111118 (~jon_x@replaced-ip )
2324 [18:36:14] *** Quits: jubo2 (~juboxi@replaced-ip ) (Quit: Konversation terminated!)
2325 [18:37:21] <pagios> n4dir, boot and swap
2326 [18:37:31] *** Joins: _0bitcount (~Big_Byte@replaced-ip )
2327 [18:37:38] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
2328 [18:37:42] <n4dir> and you did mount boot do before the chroot?
2329 [18:37:49] <n4dir> do -> too. sorry
2330 [18:38:37] *** Joins: oo_miguel (~miguel@replaced-ip )
2331 [18:38:46] *** Joins: xcm (~xcm@replaced-ip )
2332 [18:38:51] <pagios> yes
2333 [18:39:31] *** Joins: jasperarcola (~JasperArc@replaced-ip )
2334 [18:40:15] *** Quits: Strife89 (~quassel@replaced-ip ) (Ping timeout: 252 seconds)
2335 [18:40:15] *** Quits: quasimoto (~quasimoto@replaced-ip ) (Read error: Connection reset by peer)
2336 [18:42:47] *** Joins: ikus060 (~ikus060@replaced-ip )
2337 [18:43:00] *** Joins: laptop2 (~my123@replaced-ip )
2338 [18:43:32] *** Joins: nix64bit (~Thunderbi@replaced-ip )
2339 [18:43:36] *** Quits: nix64bit (~Thunderbi@replaced-ip ) (Client Quit)
2340 [18:44:03] <pagios> would fsck help?
2341 [18:44:33] *** Quits: mrig (~mrig@replaced-ip ) (Ping timeout: 268 seconds)
2342 [18:45:28] *** Quits: thatpythonguy (~john@replaced-ip ) (Ping timeout: 246 seconds)
2343 [18:45:34] *** Joins: czart (~czart@replaced-ip )
2344 [18:45:54] <n4dir> i was slightly busy and the only thing i understood is "chroot didn't work", missing mount of boot came to my mind as the first thing.
2345 [18:46:13] *** Joins: mrig (~mrig@replaced-ip )
2346 [18:46:40] *** Joins: asterismo_l (~asterismo@replaced-ip )
2347 [18:47:03] *** Joins: platvoeten (~platvoete@replaced-ip )
2348 [18:48:01] *** Quits: iderik (~weechat@replaced-ip ) (Quit: iderik)
2349 [18:48:30] *** Quits: Gazooo (~Gazooo@replaced-ip ) (Ping timeout: 252 seconds)
2350 [18:49:11] <en1gma> module00 en1gma: then `nmcli con show <con_name> | grep connection.autoconnect`
2351 [18:49:15] *** Joins: Gazooo (~Gazooo@replaced-ip )
2352 [18:49:22] *** Joins: fax (~fax@replaced-ip )
2353 [18:49:32] <en1gma> i finally was able to do that with lan cord plugged in and also usb adapter.
2354 [18:49:41] *** Joins: mspe (~mspe@replaced-ip )
2355 [18:49:44] <en1gma> it shows the lan cord as the active device and its green
2356 [18:50:08] <en1gma> note: i was not able to connect my wifi usb adapter over wifi to my router from the gui applet yet
2357 [18:50:33] <en1gma> right now im just booting up with lan cord connected and usb wifi plugged in. the drivers are working though
2358 [18:51:06] <en1gma> gonna be at login screen. prob gonna boot to a really slow gui to see if i can get some kind of wifi connection there first before going to console
2359 [18:51:27] *** Joins: monstar (~mitya@replaced-ip )
2360 [18:53:36] *** Joins: quasimoto (~quasimoto@replaced-ip )
2361 [18:54:01] *** debhelper sets mode: +l 1415
2362 [18:54:31] *** Quits: dilema (~dilema@replaced-ip ) (Remote host closed the connection)
2363 [18:55:06] *** Joins: wildlander (~wildlande@replaced-ip )
2364 [18:55:39] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 268 seconds)
2365 [18:57:23] *** Quits: Kevlar_Noir (~manjaro-u@replaced-ip ) (Quit: Konversation terminated!)
2366 [18:58:15] *** Quits: oo_miguel (~miguel@replaced-ip ) (Quit: WeeChat 1.6)
2367 [18:58:52] *** Joins: LoudIntrovert (~LoudIntro@replaced-ip )
2368 [18:58:59] *** Quits: slv (~slv@replaced-ip ) (Quit: Leaving)
2369 [18:59:07] *** Joins: oo_miguel (~miguel@replaced-ip )
2370 [18:59:34] *** Joins: jiji606 (~p1ngu1n0f@replaced-ip )
2371 [18:59:43] *** Quits: funkmeldekopf (~funkmelde@replaced-ip ) (Quit: Leaving)
2372 [19:00:30] *** Quits: oo_miguel (~miguel@replaced-ip ) (Client Quit)
2373 [19:00:51] *** Joins: cornholio (~cornholio@replaced-ip )
2374 [19:00:51] *** Joins: jasperarcola (~JasperArc@replaced-ip )
2375 [19:00:52] *** Joins: oo_miguel (~miguel@replaced-ip )
2376 [19:01:30] *** Quits: oo_miguel (~miguel@replaced-ip ) (Client Quit)
2377 [19:02:06] *** Quits: iflema (~ian@replaced-ip ) (Quit: iflema)
2378 [19:02:07] *** Quits: quasimoto (~quasimoto@replaced-ip ) (Read error: Connection reset by peer)
2379 [19:02:41] *** Joins: Barones (~Barones@replaced-ip )
2380 [19:03:37] *** Joins: oo_miguel (~miguel@replaced-ip )
2381 [19:05:38] *** Joins: Kevlar_Noir (~manjaro-u@replaced-ip )
2382 [19:06:14] *** Quits: oo_miguel (~miguel@replaced-ip ) (Client Quit)
2383 [19:06:20] *** Quits: kein31 (~root@replaced-ip ) (Ping timeout: 250 seconds)
2384 [19:06:37] *** Joins: oo_miguel (~miguel@replaced-ip )
2385 [19:06:59] *** Quits: oo_miguel (~miguel@replaced-ip ) (Client Quit)
2386 [19:07:10] *** Quits: mauz555 (~mauz555@replaced-ip ) (Remote host closed the connection)
2387 [19:07:19] *** Quits: en1gma (~en1gma@replaced-ip ) (Remote host closed the connection)
2388 [19:07:24] *** Joins: oo_miguel (~miguel@replaced-ip )
2389 [19:07:28] *** Joins: kein31 (~root@replaced-ip )
2390 [19:07:39] *** Joins: mauz555 (~mauz555@replaced-ip )
2391 [19:07:42] *** Joins: en1gma (~en1gma@replaced-ip )
2392 [19:08:11] *** Quits: oo_miguel (~miguel@replaced-ip ) (Client Quit)
2393 [19:09:24] *** Joins: hadrianweb (~hadrianwe@replaced-ip )
2394 [19:10:16] *** Joins: canduster (~canduster@replaced-ip )
2395 [19:10:20] *** Joins: erdave (~ErDve@replaced-ip )
2396 [19:11:12] *** ChanServ sets mode: +o eir
2397 [19:11:13] *** eir sets mode: -bo *!*@45.58.48.77 eir
2398 [19:11:59] *** Quits: mauz555 (~mauz555@replaced-ip ) (Ping timeout: 250 seconds)
2399 [19:12:38] *** Joins: oish (~charlie@replaced-ip )
2400 [19:13:16] *** Joins: hakash (~hakash@replaced-ip )
2401 [19:13:27] *** Joins: Essadon (~Essadon@replaced-ip )
2402 [19:13:42] *** Joins: lord_rob (~robert@replaced-ip )
2403 [19:13:43] *** Quits: lord_rob (~robert@replaced-ip ) (Changing host)
2404 [19:13:43] *** Joins: lord_rob (~robert@replaced-ip )
2405 [19:15:00] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
2406 [19:15:47] *** Joins: G3ph4z (~G3ph4z@replaced-ip )
2407 [19:16:40] *** Joins: nidr0x (~nidr0x@replaced-ip )
2408 [19:18:02] *** Joins: BlueByte (~walther@replaced-ip )
2409 [19:18:24] *** Quits: Sauvin (sauvin@replaced-ip ) (Remote host closed the connection)
2410 [19:19:32] *** Joins: ersoul (~ErDve@replaced-ip )
2411 [19:19:32] *** Quits: erdave (~ErDve@replaced-ip ) (Read error: Connection reset by peer)
2412 [19:21:25] *** Parts: ersoul (~ErDve@replaced-ip ) ()
2413 [19:21:52] *** Joins: mauz555 (~mauz555@replaced-ip )
2414 [19:22:55] *** Joins: Ignacy (~Ignacy@replaced-ip )
2415 [19:23:14] *** Joins: oish_ (~charlie@replaced-ip )
2416 [19:24:01] *** debhelper sets mode: +l 1423
2417 [19:24:47] *** Joins: Nekojimi (~jimj316@replaced-ip )
2418 [19:25:40] *** Joins: Ayo (~quassel@replaced-ip )
2419 [19:25:58] *** Quits: canduster (~canduster@replaced-ip ) (Quit: Leaving)
2420 [19:26:33] *** Quits: __marco (~mg3@replaced-ip ) (Ping timeout: 276 seconds)
2421 [19:26:34] *** Joins: aliasnumber10 (~anzero@replaced-ip )
2422 [19:26:53] *** Joins: osro (~osro@replaced-ip )
2423 [19:27:06] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 268 seconds)
2424 [19:27:44] *** Joins: tsarompy (~john@replaced-ip )
2425 [19:30:11] *** Joins: cdown (~cdown@replaced-ip )
2426 [19:31:13] *** Quits: Ayo (~quassel@replaced-ip ) (Remote host closed the connection)
2427 [19:32:34] *** Quits: mauz555 (~mauz555@replaced-ip ) (Remote host closed the connection)
2428 [19:32:39] *** Joins: wall4ss (~smuxi@replaced-ip )
2429 [19:32:46] *** Joins: brenlae (~brenlae@replaced-ip )
2430 [19:33:10] <brenlae> just curious, i am now running debian 9.5, i was wondering if debian buster would be advisable or should i wait for it to become stable?
2431 [19:33:27] *** Quits: semeion (~semeion@replaced-ip ) (Ping timeout: 240 seconds)
2432 [19:33:35] <SerajewelKS> !buster
2433 [19:33:35] <dpkg> The release following Debian 9 "Stretch" is codenamed "Buster" (Andy's pet Dachshund in Toy Story) and will be Debian 10. replaced-url
2434 [19:34:01] <SerajewelKS> it depends how critical this system is, and whether you are willing to submit bug reports when things break
2435 [19:34:34] <brenlae> hmm yeah
2436 [19:34:39] <brenlae> i like things that
2437 [19:34:40] <brenlae> just work
2438 [19:34:49] *** Quits: aliasnumber10 (~anzero@replaced-ip ) (Ping timeout: 246 seconds)
2439 [19:34:49] <n4dir> then stable. and for sure.
2440 [19:34:54] <brenlae> thank you :)
2441 [19:34:56] <brenlae> bye now :)
2442 [19:34:58] *** Parts: brenlae (~brenlae@replaced-ip ) ()
2443 [19:35:09] *** Quits: grobi (~rtng@replaced-ip ) (Quit: WeeChat 2.2)
2444 [19:35:30] *** Joins: rpifan (~rpifan@replaced-ip )
2445 [19:35:47] *** Quits: fatalerrors (~fatalerro@replaced-ip ) (Quit: Sic luceat lux)
2446 [19:36:08] *** Joins: neo4 (~Thunderbi@replaced-ip )
2447 [19:36:17] *** Joins: grobi (~rtng@replaced-ip )
2448 [19:36:17] *** Joins: zeden (~user@replaced-ip )
2449 [19:36:31] *** Joins: mauz555 (~mauz555@replaced-ip )
2450 [19:36:46] *** Quits: AimHere (~David@replaced-ip ) (Ping timeout: 260 seconds)
2451 [19:36:56] <en1gma> "replaced-url
2452 [19:36:58] *** Quits: zeden (~user@replaced-ip ) (Client Quit)
2453 [19:37:01] *** Quits: __m4ch1n3__ (~m4ch1n3@replaced-ip ) (Ping timeout: 256 seconds)
2454 [19:37:15] *** Joins: zeden (~user@replaced-ip )
2455 [19:37:33] <en1gma> it is describing my problem im having and the fix except this part. "Write inside /etc/NetworkManager/NetworkManager.conf:"
2456 [19:37:41] <en1gma> i dont see that directory...
2457 [19:37:58] *** Quits: grobi (~rtng@replaced-ip ) (Client Quit)
2458 [19:38:33] *** Joins: AimHere (~David@replaced-ip )
2459 [19:38:40] *** Joins: kunoo (~kunoo@replaced-ip )
2460 [19:38:52] *** Joins: wnklmnn (~wnklmnn@replaced-ip )
2461 [19:39:37] *** Joins: grobi (~rtng@replaced-ip )
2462 [19:40:04] *** Joins: oish (~charlie@replaced-ip )
2463 [19:41:19] <en1gma> does debian gnome i386 use networkmanager?
2464 [19:41:51] *** Quits: wall4ss (~smuxi@replaced-ip ) (Remote host closed the connection)
2465 [19:41:59] <greycat> i386 has nothing to do with that question. Installing GNOME brings in network-manager by default, yes.
2466 [19:42:01] *** Quits: troys (~troys@replaced-ip ) (Quit: Bye)
2467 [19:42:02] *** Joins: wall4ss (~smuxi@replaced-ip )
2468 [19:42:02] <pagios> installed debian 9 from scartch
2469 [19:42:07] <pagios> and forgot about debian 6
2470 [19:43:00] *** Quits: piercedwater (~piercedwa@replaced-ip ) (Read error: Connection reset by peer)
2471 [19:43:02] <en1gma> then why dont i have "/etc/NetworkManager"
2472 [19:43:10] *** Joins: sikun (~David@replaced-ip )
2473 [19:43:31] *** Quits: lucad111 (~lucad111@replaced-ip ) (Quit: Leaving)
2474 [19:43:32] <en1gma> like it says in the debian wifi guide offical
2475 [19:43:48] *** Quits: oish_ (~charlie@replaced-ip ) (Ping timeout: 272 seconds)
2476 [19:43:52] *** Joins: piercedwater (~piercedwa@replaced-ip )
2477 [19:44:44] *** Joins: lxsameer (~lxsameer@replaced-ip )
2478 [19:47:33] *** Joins: oish_ (~charlie@replaced-ip )
2479 [19:47:45] <en1gma> wow. why is this so difficult? think i will start with ssh over lan first.
2480 [19:48:40] *** Joins: aliasnumber10 (~anzero@replaced-ip )
2481 [19:48:41] *** Quits: aliasnumber10 (~anzero@replaced-ip ) (Client Quit)
2482 [19:49:41] *** Joins: karakedi (~eAC53C340@replaced-ip )
2483 [19:49:42] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Changing host)
2484 [19:49:42] *** Joins: karakedi (~eAC53C340@replaced-ip )
2485 [19:49:47] *** Quits: piercedwater (~piercedwa@replaced-ip ) (Read error: Connection reset by peer)
2486 [19:49:53] <n4dir> in those 2 hours or such you could have installed debian from the default installation.iso, install a wm and networkmanager and long be done with the problem.
2487 [19:50:01] *** Joins: nix64bit (~Thunderbi@replaced-ip )
2488 [19:50:07] *** Joins: piercedwater (~piercedwa@replaced-ip )
2489 [19:50:26] <n4dir> iow: not that easy to troublshoot if you used the live isos to install.
2490 [19:50:34] *** Joins: fatalerrors (~fatalerro@replaced-ip )
2491 [19:50:34] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 246 seconds)
2492 [19:50:37] <jhutchins_wk> en1gma: It's possible that file isn't created until you save a configuration. It's possible you're having file permissions issues.
2493 [19:50:43] *** Quits: LaScoumoune (~LaScoumou@replaced-ip ) (Quit: LaScoumoune)
2494 [19:51:04] <greycat> ,file etc/NetworkManager/NetworkManager.conf
2495 [19:51:09] <judd> Search for etc/NetworkManager/NetworkManager.conf in stretch/amd64: network-manager: etc/NetworkManager/NetworkManager.conf
2496 [19:51:15] <greycat> should oughta be there...
2497 [19:51:33] <n4dir> assuming he has networkmanager installed at all ...
2498 [19:51:45] *** Quits: ae-35 (~ae-35@replaced-ip ) (Ping timeout: 252 seconds)
2499 [19:51:45] <greycat> that's certainly something I would check, in his position
2500 [19:53:06] *** Quits: polo51 (~qw948hmw9@replaced-ip ) (Ping timeout: 260 seconds)
2501 [19:53:18] *** Quits: asterismo_l (~asterismo@replaced-ip ) (Ping timeout: 272 seconds)
2502 [19:53:52] *** Joins: wonderer (~quakeroat@replaced-ip )
2503 [19:53:55] <n4dir> he doesn't seem to want to. As soon someone points him to something, he is out for a while, then starts from scratch again.
2504 [19:55:11] *** Joins: oish (~charlie@replaced-ip )
2505 [19:55:13] *** Quits: hipp (~hipp@replaced-ip ) (Quit: Leaving)
2506 [19:56:43] *** Quits: nix64bit (~Thunderbi@replaced-ip ) (Quit: nix64bit)
2507 [19:57:34] *** Quits: zeden (~user@replaced-ip ) (Quit: WeeChat 2.2)
2508 [19:57:59] *** Joins: zeden (~user@replaced-ip )
2509 [19:58:08] *** Quits: LtL (~ltl@replaced-ip ) (Quit: LtL)
2510 [19:58:21] *** Quits: oish_ (~charlie@replaced-ip ) (Ping timeout: 252 seconds)
2511 [19:58:21] *** Quits: crimastergogo (~crimaster@replaced-ip ) (Ping timeout: 252 seconds)
2512 [19:58:33] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Ping timeout: 268 seconds)
2513 [20:00:12] *** Joins: m0u (~m0u@replaced-ip )
2514 [20:01:39] *** Joins: oish_ (~charlie@replaced-ip )
2515 [20:01:57] *** Joins: sanches (~sanches@replaced-ip )
2516 [20:02:02] *** Quits: endstille (~endstille@replaced-ip ) (Quit: I'll be back.)
2517 [20:02:25] *** Quits: dethos_ (~dethos@replaced-ip ) (Ping timeout: 244 seconds)
2518 [20:02:36] *** Quits: Kevlar_Noir (~manjaro-u@replaced-ip ) (Quit: Konversation terminated!)
2519 [20:02:37] *** Joins: polo51 (~qw948hmw9@replaced-ip )
2520 [20:03:30] *** Joins: altin (~altin@replaced-ip )
2521 [20:03:30] *** Quits: altin (~altin@replaced-ip ) (Read error: Connection reset by peer)
2522 [20:05:02] *** Joins: oo_miguel (~miguel@replaced-ip )
2523 [20:05:20] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 272 seconds)
2524 [20:06:43] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 245 seconds)
2525 [20:06:54] *** Quits: tsarompy (~john@replaced-ip ) (Quit: Konversation terminated!)
2526 [20:07:10] *** Joins: oish (~charlie@replaced-ip )
2527 [20:07:11] *** Joins: karakedi (~eAC53C340@replaced-ip )
2528 [20:07:11] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Changing host)
2529 [20:07:11] *** Joins: karakedi (~eAC53C340@replaced-ip )
2530 [20:07:13] *** Joins: chalcedny` (~llhull@replaced-ip )
2531 [20:07:18] *** Joins: eowl (~eowl@replaced-ip )
2532 [20:10:10] *** Quits: oish_ (~charlie@replaced-ip ) (Ping timeout: 246 seconds)
2533 [20:10:12] *** Joins: asterismo_l (~asterismo@replaced-ip )
2534 [20:10:28] *** Quits: selsper (~wolfie@replaced-ip ) (Quit: Now if you will excuse me, I have a giant ball of oil to throw out my window)
2535 [20:10:57] *** Joins: aicra (~aicra@replaced-ip )
2536 [20:11:13] <grobi> i added some minutes before from the link vifon sent and yes i use 1.9.2
2537 [20:11:28] *** Quits: chalcedny (~llhull@replaced-ip ) (Ping timeout: 264 seconds)
2538 [20:11:41] *** Joins: xpsycho_ (~xpsycho@replaced-ip )
2539 [20:12:11] *** Joins: ae-35 (~ae-35@replaced-ip )
2540 [20:12:20] *** Joins: oish_ (~charlie@replaced-ip )
2541 [20:13:45] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 252 seconds)
2542 [20:13:45] *** Quits: lord_rob (~robert@replaced-ip ) (Ping timeout: 252 seconds)
2543 [20:14:12] *** Quits: alxd (~alxd@replaced-ip ) (Excess Flood)
2544 [20:14:19] *** Joins: alxd (~alxd@replaced-ip )
2545 [20:16:57] *** Quits: mauz555 (~mauz555@replaced-ip ) (Remote host closed the connection)
2546 [20:16:58] *** Quits: xpsycho_ (~xpsycho@replaced-ip ) (Quit: Leaving)
2547 [20:17:18] *** Joins: oish (~charlie@replaced-ip )
2548 [20:17:23] *** Joins: tsarompy (~john@replaced-ip )
2549 [20:17:25] *** Joins: mauz555 (~mauz555@replaced-ip )
2550 [20:18:07] *** Quits: Barones (~Barones@replaced-ip ) (Remote host closed the connection)
2551 [20:18:21] *** Joins: Barones (~Barones@replaced-ip )
2552 [20:19:28] *** Quits: mauz555 (~mauz555@replaced-ip ) (Remote host closed the connection)
2553 [20:20:01] *** Joins: mauz555 (~mauz555@replaced-ip )
2554 [20:20:32] *** Quits: oish_ (~charlie@replaced-ip ) (Ping timeout: 272 seconds)
2555 [20:22:18] *** Joins: oish_ (~charlie@replaced-ip )
2556 [20:22:26] *** Quits: rsx (~rsx@replaced-ip ) (Remote host closed the connection)
2557 [20:23:06] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 252 seconds)
2558 [20:24:11] *** Quits: wnklmnn (~wnklmnn@replaced-ip ) (Remote host closed the connection)
2559 [20:24:20] *** Quits: Slashman (~Slash@replaced-ip ) (Quit: Leaving)
2560 [20:24:32] *** Joins: wnklmnn (~wnklmnn@replaced-ip )
2561 [20:25:04] *** Quits: CyberManifest (~CyberMani@replaced-ip ) (Ping timeout: 268 seconds)
2562 [20:27:16] *** Quits: grobi (~rtng@replaced-ip ) (Quit: WeeChat 2.2)
2563 [20:27:30] *** Quits: Barones (~Barones@replaced-ip ) (Ping timeout: 272 seconds)
2564 [20:27:31] *** Quits: Tarrasquero (~Tarrasque@replaced-ip ) (Remote host closed the connection)
2565 [20:27:58] *** Quits: jmarsac (~jmarsac@replaced-ip ) (Ping timeout: 252 seconds)
2566 [20:28:22] *** Joins: grobi (~rtng@replaced-ip )
2567 [20:28:36] *** Joins: yqy (~yqy@replaced-ip )
2568 [20:29:56] *** Joins: oish (~charlie@replaced-ip )
2569 [20:30:05] *** Joins: Telcoguy (~quassel@replaced-ip )
2570 [20:30:08] *** Joins: joseFebrian (~jose@replaced-ip )
2571 [20:30:16] *** Quits: matrim (~mats_@replaced-ip ) (Read error: Connection reset by peer)
2572 [20:30:29] *** Joins: Tahr-user (~puppy@replaced-ip )
2573 [20:32:07] *** Joins: jnavila (~jnavila@replaced-ip )
2574 [20:32:46] *** Joins: sanches (~sanches@replaced-ip )
2575 [20:33:00] *** Quits: oish_ (~charlie@replaced-ip ) (Ping timeout: 252 seconds)
2576 [20:35:12] *** Quits: HarveyPwca (~HarveyPwc@replaced-ip ) (Ping timeout: 252 seconds)
2577 [20:35:22] *** Joins: Barones (~Barones@replaced-ip )
2578 [20:35:37] *** Joins: oish_ (~charlie@replaced-ip )
2579 [20:35:45] *** Joins: HarveyPwca (~HarveyPwc@replaced-ip )
2580 [20:36:24] *** Joins: sanxm (~sanches@replaced-ip )
2581 [20:36:29] *** Quits: ov3rmind (~kvirc@replaced-ip##) (Quit: KVIrc 4.2.0 Equilibrium ##replaced-url
2582 [20:38:16] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 272 seconds)
2583 [20:38:22] *** Joins: RebelCoder (~RebelCode@replaced-ip )
2584 [20:38:22] *** Quits: irongeeks (~irongeeks@replaced-ip ) (Quit: Leaving)
2585 [20:38:48] *** Quits: yqy (~yqy@replaced-ip##) (Quit: Going offline, see ya! (##replaced-url
2586 [20:39:15] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 268 seconds)
2587 [20:40:34] *** Quits: blingrang (~blingrang@replaced-ip ) (Remote host closed the connection)
2588 [20:42:16] *** Joins: oish (~charlie@replaced-ip )
2589 [20:43:35] *** Quits: davidebeatrici (~quassel@replaced-ip ) (Ping timeout: 268 seconds)
2590 [20:44:32] *** Quits: Tahr-user (~puppy@replaced-ip ) (Quit: Leaving)
2591 [20:45:10] *** Quits: oish_ (~charlie@replaced-ip ) (Ping timeout: 246 seconds)
2592 [20:45:56] *** Joins: chalcedny (~llhull@replaced-ip )
2593 [20:46:35] *** Joins: __m4ch1n3__ (~m4ch1n3@replaced-ip )
2594 [20:46:59] *** Joins: davidebeatrici (~quassel@replaced-ip )
2595 [20:47:14] *** Quits: shtrb (~shtrb@replaced-ip ) (Remote host closed the connection)
2596 [20:47:18] *** Joins: oish_ (~charlie@replaced-ip )
2597 [20:47:25] *** Quits: hanasaki (~hanasaki@replaced-ip ) (Remote host closed the connection)
2598 [20:48:30] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 268 seconds)
2599 [20:48:40] *** Quits: chalcedny` (~llhull@replaced-ip ) (Ping timeout: 264 seconds)
2600 [20:48:40] *** Quits: chalcedony (~chalcedon@replaced-ip ) (Ping timeout: 264 seconds)
2601 [20:48:54] *** Quits: sharms (~sharms@replaced-ip ) (Quit: WeeChat 2.3)
2602 [20:49:01] *** Joins: hanasaki (~hanasaki@replaced-ip )
2603 [20:49:01] *** Joins: foobiebl1tch (~matthew@replaced-ip )
2604 [20:49:31] *** Joins: Space_Man (~Space_Man@replaced-ip )
2605 [20:49:37] *** Quits: Space_Man (~Space_Man@replaced-ip ) (Remote host closed the connection)
2606 [20:49:39] *** Joins: jubo2 (~juboxi@replaced-ip )
2607 [20:49:53] *** Quits: RebelCoder (~RebelCode@replaced-ip ) (Remote host closed the connection)
2608 [20:50:10] *** Joins: Seiichiro (~Seiichiro@replaced-ip )
2609 [20:51:44] *** Quits: Seiichiro (~Seiichiro@replaced-ip ) (Max SendQ exceeded)
2610 [20:52:12] *** Quits: oish_ (~charlie@replaced-ip ) (Ping timeout: 268 seconds)
2611 [20:52:21] *** Joins: oish (~charlie@replaced-ip )
2612 [20:52:50] *** Quits: wall4ss (~smuxi@replaced-ip ) (Ping timeout: 272 seconds)
2613 [20:52:50] *** Quits: hakash (~hakash@replaced-ip ) (Ping timeout: 272 seconds)
2614 [20:53:12] *** Quits: G3ph4z (~G3ph4z@replaced-ip ) (Remote host closed the connection)
2615 [20:53:29] *** Quits: Envil (~envil@replaced-ip ) (Remote host closed the connection)
2616 [20:53:49] *** Joins: G3ph4z (~G3ph4z@replaced-ip )
2617 [20:54:01] *** debhelper sets mode: +l 1417
2618 [20:57:13] *** Joins: oish_ (~charlie@replaced-ip )
2619 [20:57:33] *** Quits: Ericounet (~Eric@replaced-ip ) (Remote host closed the connection)
2620 [20:58:32] *** Joins: xingu (~xingu@replaced-ip )
2621 [20:59:19] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 252 seconds)
2622 [21:01:36] *** Joins: shadow98 (uid236862@replaced-ip )
2623 [21:02:23] *** Joins: johnfg_ (johnfg@replaced-ip )
2624 [21:02:55] *** Joins: oish (~charlie@replaced-ip )
2625 [21:03:36] *** Quits: johnfg_ (johnfg@replaced-ip ) (Client Quit)
2626 [21:03:47] *** Joins: johnfg (johnfg@replaced-ip )
2627 [21:03:55] *** Joins: Malekworld (~Malekworl@replaced-ip )
2628 [21:04:00] *** Joins: Malekworld1 (~Malekworl@replaced-ip )
2629 [21:04:03] <johnfg> hi folks
2630 [21:04:26] * annadane wave
2631 [21:04:29] *** Quits: Malekworld (~Malekworl@replaced-ip ) (Remote host closed the connection)
2632 [21:04:30] <johnfg> Running mate, what's the best way to clear out ~/.cache?
2633 [21:05:01] *** Quits: Gazooo (~Gazooo@replaced-ip##) (Quit: The Lounge - ##replaced-url
2634 [21:05:12] <annadane> uh, by removing it i guess
2635 [21:05:18] <annadane> or renaming it if you want to keep the contents
2636 [21:05:33] <greycat> I should imagine that anything that needs it will recreate it on demand.
2637 [21:05:41] <greycat> That's kinda the whole point.
2638 [21:05:43] <annadane> as with most dot files
2639 [21:05:45] *** Joins: ukine- (~ukine@replaced-ip )
2640 [21:05:52] *** Quits: Malekworld1 (~Malekworl@replaced-ip ) (Client Quit)
2641 [21:06:00] *** Quits: oish_ (~charlie@replaced-ip ) (Ping timeout: 252 seconds)
2642 [21:06:04] *** Quits: polo51 (~qw948hmw9@replaced-ip ) (Read error: Connection reset by peer)
2643 [21:06:08] <annadane> i need to clean out my stuff too, i have far too much lying around
2644 [21:06:27] *** Joins: Malekworld (~Malekworl@replaced-ip )
2645 [21:07:03] <johnfg> Ok, doesn't look like anything's very important, and my HOME is running low.
2646 [21:07:24] *** Quits: ukine (~ukine@replaced-ip ) (Ping timeout: 272 seconds)
2647 [21:08:37] <annadane> data hoarding is probably the second most dangerous behind, like, things containing asbestos
2648 [21:08:37] *** Joins: RebelCoder (~RebelCode@replaced-ip )
2649 [21:08:43] <annadane> because you don't remember what's in the data
2650 [21:09:01] <jelly> so then you buy a larger disk.
2651 [21:09:08] <annadane> no. bad jelly
2652 [21:09:16] <jelly> never have to delete anything
2653 [21:09:26] *** Joins: f10 (~flo@replaced-ip )
2654 [21:09:33] *** Joins: krabador (~krabador@replaced-ip )
2655 [21:09:35] *** Quits: f10_ (~flo@replaced-ip ) (Ping timeout: 244 seconds)
2656 [21:10:09] *** Quits: ukine- (~ukine@replaced-ip ) (Client Quit)
2657 [21:10:18] <n4dir> i rm -r .cache quite often.
2658 [21:10:38] *** Joins: naxuroqa (~naxuroqa@replaced-ip )
2659 [21:11:51] *** Joins: jmarsac (~jmarsac@replaced-ip )
2660 [21:14:16] <johnfg> thanks guys!
2661 [21:14:18] <johnfg> ttfn!
2662 [21:14:20] *** Quits: johnfg (johnfg@replaced-ip ) (Quit: leaving)
2663 [21:15:18] <jhutchins_wk> My wife has two computers and three flash drives and network storage and has no idea where the latest copy of the novel she's working on has gone.
2664 [21:15:35] *** Joins: oish_ (~charlie@replaced-ip )
2665 [21:15:47] *** Joins: abff (~abff@replaced-ip )
2666 [21:16:31] <digdilem> That suck. i deleted a folder containing 108 tv programs I'd recorded to watch last week, and it being on samba was gone forever. (Since turned on versioning and created a trashcan)
2667 [21:18:48] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 245 seconds)
2668 [21:20:36] *** Quits: stefanc_diff (~stefanc_d@replaced-ip ) (Remote host closed the connection)
2669 [21:20:40] *** Quits: bluenemo (~bluenemo@replaced-ip ) (Quit: Leaving)
2670 [21:20:44] *** Joins: deadz0 (~deadz0@replaced-ip )
2671 [21:21:20] *** Joins: Gazooo (~Gazooo@replaced-ip )
2672 [21:21:56] *** Quits: en1gma (~en1gma@replaced-ip ) (Quit: Leaving)
2673 [21:21:56] *** Joins: xsisec (~xsisec@replaced-ip )
2674 [21:22:29] *** Joins: CaptainN (zelda@replaced-ip )
2675 [21:22:29] *** Joins: bapophis (~belethapo@replaced-ip )
2676 [21:24:01] *** debhelper sets mode: +l 1423
2677 [21:24:08] *** Quits: BlueByte (~walther@replaced-ip ) (Quit: This computer has gone to sleep)
2678 [21:24:11] *** Quits: RebelCoder (~RebelCode@replaced-ip ) (Remote host closed the connection)
2679 [21:24:23] *** Quits: bapophis (~belethapo@replaced-ip ) (Read error: No route to host)
2680 [21:24:30] <eggbean> join #git
2681 [21:24:36] <eggbean> oops
2682 [21:25:19] *** Quits: Trel (~Trel@replaced-ip ) (Remote host closed the connection)
2683 [21:25:36] *** Joins: Ticho_ (~Ticho@replaced-ip )
2684 [21:25:56] *** Joins: bapophis (~belethapo@replaced-ip )
2685 [21:26:14] *** Joins: stefanc_diff (~stefanc_d@replaced-ip )
2686 [21:27:19] *** Joins: xdruppi (beaf489a@replaced-ip )
2687 [21:28:35] *** Quits: Ticho (~Ticho@replaced-ip ) (Ping timeout: 268 seconds)
2688 [21:28:46] *** Joins: _736c6f (~foo@replaced-ip )
2689 [21:29:02] *** Joins: OS-40748 (~OS-40748@replaced-ip )
2690 [21:29:11] *** Quits: OS-40748 (~OS-40748@replaced-ip ) (Client Quit)
2691 [21:29:43] *** Quits: xdruppi (beaf489a@replaced-ip ) (Client Quit)
2692 [21:30:42] *** Joins: irongeeks (~irongeeks@replaced-ip )
2693 [21:32:17] *** Quits: bapophis (~belethapo@replaced-ip ) (Ping timeout: 268 seconds)
2694 [21:32:18] *** Quits: Nekojimi (~jimj316@replaced-ip ) (Ping timeout: 268 seconds)
2695 [21:34:08] *** Quits: foobiebl1tch (~matthew@replaced-ip ) (Ping timeout: 268 seconds)
2696 [21:34:10] *** Quits: m0u (~m0u@replaced-ip ) (Ping timeout: 246 seconds)
2697 [21:34:34] *** Quits: adi (~adi@replaced-ip ) (Quit: und weg.)
2698 [21:34:43] *** Joins: adi (~adi@replaced-ip )
2699 [21:34:57] *** Joins: divrppav (~outis@replaced-ip )
2700 [21:35:04] *** Quits: adi (~adi@replaced-ip ) (Client Quit)
2701 [21:35:28] *** Joins: adi (~adi@replaced-ip )
2702 [21:35:41] *** Joins: foobiebletch (~matthew@replaced-ip )
2703 [21:37:24] *** Joins: oish (~charlie@replaced-ip )
2704 [21:37:27] *** Quits: ableto (~cryptum@replaced-ip ) (Remote host closed the connection)
2705 [21:38:59] *** Quits: MichaelOF (~michael@replaced-ip ) (Quit: Konversation terminated!)
2706 [21:40:28] *** Quits: oish_ (~charlie@replaced-ip ) (Ping timeout: 245 seconds)
2707 [21:40:34] *** Quits: NetTerminalGene (~NetTermin@replaced-ip ) (Quit: Leaving)
2708 [21:42:05] *** Joins: gijoe3k (~gijoe@replaced-ip )
2709 [21:42:26] *** Quits: laptop2 (~my123@replaced-ip ) (Quit: Leaving)
2710 [21:42:36] *** Joins: AquaL1te (~AquaL1te@replaced-ip )
2711 [21:42:53] *** Joins: gtbzdell (~greg@replaced-ip )
2712 [21:43:24] *** Quits: gtbzdell (~greg@replaced-ip ) (Client Quit)
2713 [21:43:54] *** Joins: mihi (~mihi@replaced-ip )
2714 [21:44:01] *** Quits: annadane (~annadane@replaced-ip ) (Quit: Leaving)
2715 [21:44:49] *** Joins: lukaso666 (~lukaso666@replaced-ip )
2716 [21:46:06] *** Quits: kunoo (~kunoo@replaced-ip ) (Remote host closed the connection)
2717 [21:46:52] *** Joins: n0000b_ (~m4ch1n3@replaced-ip )
2718 [21:47:03] *** Quits: martin-_-_ (~default@replaced-ip ) (Read error: Connection reset by peer)
2719 [21:47:21] *** n0000b_ is now known as __m4ch1ne_
2720 [21:47:39] *** Quits: cryptodan (~cryptodan@replaced-ip ) (Remote host closed the connection)
2721 [21:47:42] *** Quits: yonder (~yonder@replaced-ip ) (Ping timeout: 246 seconds)
2722 [21:47:43] *** Quits: hsiktas (sid224847@replaced-ip ) (Ping timeout: 252 seconds)
2723 [21:47:43] *** Quits: Tony-St4rk (sid74233@replaced-ip ) (Ping timeout: 252 seconds)
2724 [21:47:43] *** Quits: craysiii_ (sid205503@replaced-ip ) (Ping timeout: 252 seconds)
2725 [21:47:48] *** Quits: f10 (~flo@replaced-ip ) (Read error: Connection reset by peer)
2726 [21:47:57] *** Quits: platvoeten (~platvoete@replaced-ip ) (Remote host closed the connection)
2727 [21:47:58] *** Quits: dmaza (sid298049@replaced-ip ) (Read error: Connection reset by peer)
2728 [21:47:58] *** Quits: Sicnus (uid319956@replaced-ip ) (Read error: Connection reset by peer)
2729 [21:48:03] *** Quits: runde (sid228344@replaced-ip ) (Read error: Connection reset by peer)
2730 [21:48:04] *** Quits: noahmg123 (uid89117@replaced-ip ) (Ping timeout: 264 seconds)
2731 [21:48:13] *** Joins: craysiii_ (sid205503@replaced-ip )
2732 [21:48:16] *** Quits: sz0 (uid110435@replaced-ip ) (Ping timeout: 252 seconds)
2733 [21:48:16] *** Quits: jhill (sid1055@replaced-ip ) (Ping timeout: 252 seconds)
2734 [21:48:17] *** Joins: dmaza (sid298049@replaced-ip )
2735 [21:48:24] *** Joins: Sicnus (uid319956@replaced-ip )
2736 [21:48:25] *** Quits: lukaso666 (~lukaso666@replaced-ip ) (Client Quit)
2737 [21:48:26] *** Joins: runde (sid228344@replaced-ip )
2738 [21:48:27] *** Quits: goberle (~goberle@replaced-ip ) (Remote host closed the connection)
2739 [21:48:48] *** Joins: cryptic (~cryptic@replaced-ip )
2740 [21:48:49] *** Quits: diamondman (sid306859@replaced-ip ) (Ping timeout: 252 seconds)
2741 [21:49:09] *** Joins: noahmg123 (uid89117@replaced-ip )
2742 [21:49:16] *** Quits: enki (~enki@replaced-ip ) (Ping timeout: 264 seconds)
2743 [21:49:17] *** Joins: Tony-St4rk (sid74233@replaced-ip )
2744 [21:49:21] *** Joins: mf|cloud (sid230682@replaced-ip )
2745 [21:49:22] *** Joins: hsiktas (sid224847@replaced-ip )
2746 [21:49:23] *** Joins: hakash (~hakash@replaced-ip )
2747 [21:49:24] *** Quits: __m4ch1n3__ (~m4ch1n3@replaced-ip ) (Remote host closed the connection)
2748 [21:49:28] *** Quits: olegfusion (~olegfusio@replaced-ip ) (Read error: Connection reset by peer)
2749 [21:49:31] *** Joins: jhill (sid1055@replaced-ip )
2750 [21:49:33] *** Joins: goberle (~goberle@replaced-ip )
2751 [21:49:35] *** Joins: sz0 (uid110435@replaced-ip )
2752 [21:50:00] *** Quits: spal (~spal@replaced-ip ) (Ping timeout: 252 seconds)
2753 [21:50:03] *** Joins: diamondman (sid306859@replaced-ip )
2754 [21:50:04] *** Joins: enki (~enki@replaced-ip )
2755 [21:50:07] *** Quits: tsarompy (~john@replaced-ip ) (Quit: Konversation terminated!)
2756 [21:50:24] *** Joins: ursu_ (~ursu@replaced-ip )
2757 [21:50:24] *** Joins: wall4ss (~smuxi@replaced-ip )
2758 [21:50:26] *** Joins: styles (~styles@replaced-ip )
2759 [21:50:33] *** Quits: Trieste (~T@replaced-ip ) (Ping timeout: 252 seconds)
2760 [21:50:33] *** Joins: tuv (~quassel@replaced-ip )
2761 [21:50:34] *** Quits: tuv (~quassel@replaced-ip ) (Changing host)
2762 [21:50:34] *** Joins: tuv (~quassel@replaced-ip )
2763 [21:51:02] *** Quits: irongeeks (~irongeeks@replaced-ip ) (Quit: Leaving)
2764 [21:51:06] *** Quits: Brian- (~brian@replaced-ip ) (Ping timeout: 252 seconds)
2765 [21:51:49] *** Joins: Brigo (~Brigo@replaced-ip )
2766 [21:52:51] *** Joins: Trieste (~T@replaced-ip )
2767 [21:53:01] *** Joins: oish_ (~charlie@replaced-ip )
2768 [21:53:09] *** Quits: adi (~adi@replaced-ip ) (Quit: und weg.)
2769 [21:53:23] *** Joins: spal (~spal@replaced-ip )
2770 [21:53:36] *** Joins: Brian- (~brian@replaced-ip )
2771 [21:53:37] *** Quits: Brian- (~brian@replaced-ip ) (Changing host)
2772 [21:53:37] *** Joins: Brian- (~brian@replaced-ip )
2773 [21:53:48] *** Joins: adi (~adi@replaced-ip )
2774 [21:53:54] *** Joins: tsarompy (~john@replaced-ip )
2775 [21:54:08] *** Joins: f10 (~flo@replaced-ip )
2776 [21:54:24] *** Quits: thiras (~thiras@replaced-ip ) (Ping timeout: 252 seconds)
2777 [21:55:02] *** Quits: Ignacy (~Ignacy@replaced-ip ) (Remote host closed the connection)
2778 [21:55:30] *** Quits: towo_nb (~towo@replaced-ip ) (Quit: Leaving)
2779 [21:56:01] *** Joins: patterson_ (patterson@replaced-ip )
2780 [21:56:07] *** Joins: Nekojimi (~jimj316@replaced-ip )
2781 [21:56:27] *** Quits: wilkc_ (~wilkc@replaced-ip ) (Ping timeout: 240 seconds)
2782 [21:56:29] * jhutchins_wk loans eggbean a /
2783 [21:56:36] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 252 seconds)
2784 [21:57:13] *** Quits: kallesbar (~kallesbar@replaced-ip ) (Quit: Konversation terminated!)
2785 [21:57:19] <gijoe3k> Hey folks, im having a bit of trouble with sharing my desktop of debian 9.
2786 [21:57:22] <gijoe3k> I have enabled screen sharing under the "sharing" options under gnome
2787 [21:57:40] <gijoe3k> but when I attempt to connect using any vnc client under my Windows 7 box i get:
2788 [21:57:57] <gijoe3k> "no security type suitable for rfb 3.3 supported"
2789 [21:58:36] *** Quits: Guest43893 (~elkalamar@replaced-ip ) (Remote host closed the connection)
2790 [21:58:40] <gijoe3k> I have tried all the vnc clients that I can find for windows but to no avail :(
2791 [21:58:43] *** Joins: peppet2 (~peppet@replaced-ip )
2792 [21:58:47] *** Quits: ikus060 (~ikus060@replaced-ip ) (Quit: Leaving)
2793 [21:59:16] *** Quits: kein31 (~root@replaced-ip ) (Ping timeout: 252 seconds)
2794 [22:01:04] <jhutchins_wk> gijoe3k: Youor clients are not compatible with gnome's desktop sharing.
2795 [22:01:11] *** Joins: kein31 (~root@replaced-ip )
2796 [22:01:22] *** Quits: Gazooo (~Gazooo@replaced-ip##) (Quit: The Lounge - ##replaced-url
2797 [22:01:50] *** Joins: Gazooo (~Gazooo@replaced-ip )
2798 [22:01:51] <gijoe3k> Do you know of a windows vnc client that is compatible?
2799 [22:02:08] <jhutchins_wk> gijoe3k: Which is the same answer I gave you an hour ago on oftc, along with links for alternative VNC solutions.
2800 [22:03:19] <gijoe3k> I realize that but ive been told that VNC is the way to go and performs better the rdp
2801 [22:03:20] *** Joins: en1gma (~en1gma@replaced-ip )
2802 [22:04:01] *** debhelper sets mode: +l 1417
2803 [22:04:20] <en1gma> ok i pretty much have debian running like i like. im on a very limited system 256MB and just need to boot to console directly instead of booting to the gui login screen
2804 [22:04:34] *** Quits: peppet2 (~peppet@replaced-ip##) (Quit: Yaaic - Yet another Android IRC client - ##replaced-url
2805 [22:04:57] <en1gma> all the stuff that i need running is avail in a tty when i am at the gui screen already. just need same run level that im at when im at the gui login but i need to be in console
2806 [22:05:13] *** Quits: nehemiah (~nehemiah@replaced-ip ) (Quit: Leaving)
2807 [22:05:14] <Mathisen> why did you install gui at all ?
2808 [22:05:19] <n4dir> do as jelly told you 3 hours ago.
2809 [22:05:24] *** Joins: chalcedony (~chalcedon@replaced-ip )
2810 [22:05:25] <en1gma> what was it
2811 [22:05:25] *** Joins: peppet (~peppet@replaced-ip )
2812 [22:05:25] *** Joins: ukine (~ukine@replaced-ip )
2813 [22:05:32] *** Joins: voidSurfr (~voidSurfr@replaced-ip )
2814 [22:05:41] <n4dir> type /msg dpkg nodm ; in your irc client. iirc
2815 [22:05:49] <en1gma> 3hrs ago i thought i needed wifi
2816 [22:05:57] *** Joins: earthundead (~earthunde@replaced-ip )
2817 [22:05:58] *** Quits: Gazooo (~Gazooo@replaced-ip ) (Client Quit)
2818 [22:06:04] *** Joins: karlpinc (~user@replaced-ip )
2819 [22:06:20] <n4dir> bad news: irc clients can have logs.
2820 [22:06:26] *** Quits: shabius (~shabius@replaced-ip ) (Read error: Connection reset by peer)
2821 [22:06:27] <en1gma> i have since learned that when the box lan is hooked to my pc lan it destroys the 5ghz through the router
2822 [22:06:27] *** Joins: Gazooo (~Gazooo@replaced-ip )
2823 [22:06:47] <en1gma> i think he said just kill the desktop manager
2824 [22:06:52] *** Joins: shabius (~shabius@replaced-ip )
2825 [22:06:52] *** Quits: Gazooo (~Gazooo@replaced-ip ) (Client Quit)
2826 [22:07:02] *** Joins: thiras (~thiras@replaced-ip )
2827 [22:07:14] *** Joins: m0u (~m0u@replaced-ip )
2828 [22:07:14] <en1gma> i dont want to have to kill it. i want it to boot up to console with no attempt at the gui at all to save as much ram as i can
2829 [22:07:25] <Mathisen> en1gma, yeah disable it so it dont start @ boot example "systemctl stop gdm" IF you are using gdm
2830 [22:07:41] <Mathisen> correction disable not stop
2831 [22:07:45] *** Quits: m3ddle (~m3ddle@replaced-ip ) (Remote host closed the connection)
2832 [22:07:55] <en1gma> im using gdm
2833 [22:07:59] <Mathisen> then type that
2834 [22:08:06] *** Joins: RA3OR (~demon@replaced-ip )
2835 [22:08:06] *** Quits: RA3OR (~demon@replaced-ip ) (Changing host)
2836 [22:08:06] *** Joins: RA3OR (~demon@replaced-ip )
2837 [22:08:07] *** Quits: ch0wn_ (~tmp@replaced-ip ) (Ping timeout: 240 seconds)
2838 [22:08:12] <Mathisen> sudo systemctl disable gdm
2839 [22:08:16] <Mathisen> then reboot
2840 [22:08:16] <en1gma> so do i do that from a console/tty while the gui login screen is up?
2841 [22:08:17] *** Joins: semeion (~semeion@replaced-ip )
2842 [22:08:50] *** Quits: sanxm (~sanches@replaced-ip ) (Remote host closed the connection)
2843 [22:09:03] <en1gma> ok did the command
2844 [22:09:03] <Mathisen> does not mather
2845 [22:09:24] <en1gma> wont know if it works as im using ssh over lan to headless box
2846 [22:09:33] <Mathisen> it works
2847 [22:09:35] *** Joins: aaf5 (~michael@replaced-ip )
2848 [22:09:36] <en1gma> maybe i can tell by looking at mem 'memory'
2849 [22:09:38] *** Quits: allorder (~allorder@replaced-ip ) (Ping timeout: 245 seconds)
2850 [22:09:41] *** Joins: Der (~Der@replaced-ip )
2851 [22:09:45] *** Joins: Gazooo (~Gazooo@replaced-ip )
2852 [22:09:58] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
2853 [22:10:15] *** Quits: Gazooo (~Gazooo@replaced-ip ) (Client Quit)
2854 [22:10:37] *** Quits: dastier (~dastier@replaced-ip ) (Remote host closed the connection)
2855 [22:10:46] *** Quits: gijoe3k (~gijoe@replaced-ip ) (Quit: Leaving)
2856 [22:11:37] *** Joins: orbiter (~orbiter@replaced-ip )
2857 [22:11:41] <jhutchins_wk> gijoe3k: You will find factoids and links to several VNC packages in the messages from dpkg. If you've closed that window, just /msg dpkg vnc
2858 [22:12:20] *** Joins: Drashta (~Drashta@replaced-ip )
2859 [22:12:35] <en1gma> "Mem: 241352 70504 6308 4436 164540 157820"
2860 [22:12:54] <en1gma> 6MB avail?
2861 [22:13:10] *** Quits: Malekworld (~Malekworl@replaced-ip ) (Quit: Leaving)
2862 [22:13:14] *** Quits: earthundead (~earthunde@replaced-ip ) (Read error: Connection reset by peer)
2863 [22:13:25] <jhutchins_wk> en1gma: WHat you need to do is change the default systemd target to "multi-user".
2864 [22:13:35] <SerajewelKS> en1gma: free != available
2865 [22:13:45] <jhutchins_wk> en1gma: Runlevels have never really been a thing in Debian, and systemd obsoletes them anyway.
2866 [22:13:52] *** Joins: ebl (~ebl@replaced-ip )
2867 [22:13:53] <SerajewelKS> en1gma: 6MB is not in use by the system at all
2868 [22:14:03] *** Parts: ebl (~ebl@replaced-ip ) ()
2869 [22:14:37] *** Quits: Barones (~Barones@replaced-ip ) (Remote host closed the connection)
2870 [22:14:38] <jhutchins_wk> en1gma: You can use ps ax to look at what's running.
2871 [22:14:41] <SerajewelKS> en1gma: 157MB is used by the kernel for things like the I/O cache, which will automatically be shrunk if processes request more memory. ideally you want the "free" number to be close to zero as that indicates the kernel is using the memory for caching.
2872 [22:15:09] <nemo> jhutchins_wk: ps auwxf ! show allll the things ☺
2873 [22:15:22] <nemo> (everyone has their fav ps)
2874 [22:15:55] <SerajewelKS> memory not in use by the system is wasted memory
2875 [22:15:57] *** Joins: neirac (~cneira@replaced-ip )
2876 [22:15:59] <jhutchins_wk> en1gma: systemctl set-default multi-user.target
2877 [22:16:08] *** Quits: adi (~adi@replaced-ip ) (Quit: und weg.)
2878 [22:16:19] <jhutchins_wk> en1gma: As root or with sudo of course.
2879 [22:16:22] *** Joins: lukaso666 (~lukaso666@replaced-ip )
2880 [22:16:34] <en1gma> thats some great info
2881 [22:16:41] <en1gma> ok will try that now 1 sec
2882 [22:17:00] *** Joins: woshty (~woshty@replaced-ip )
2883 [22:17:03] *** Quits: grobi (~rtng@replaced-ip ) (Quit: WeeChat 2.2)
2884 [22:18:11] <en1gma> ok shutting system down now. so would have it made a diff to disable gdm since we switching to multi-user
2885 [22:18:12] <SerajewelKS> (interestingly, a too-small I/O cache can cause just as much trouble as swap thrashing. i had a situation where a wordpress server wasn't out of memory but had no swap and the amount of memory demanded by all processes was just under the amount of available memory.)
2886 [22:18:39] <SerajewelKS> (but this meant that the system didn't have any memory for I/O caching and so every page hit took seconds to answer as the kernel had to re-read stuff from the disk)
2887 [22:18:48] *** Joins: sanches (~sanches@replaced-ip )
2888 [22:19:04] *** Quits: jiji606 (~p1ngu1n0f@replaced-ip ) (Ping timeout: 252 seconds)
2889 [22:19:21] <SerajewelKS> adding swap actually fixed the issue as the system could push unused memory to swap, freeing up some memory for a bigger I/O cache
2890 [22:19:21] *** Joins: f4cl3y (~f4cl3y@replaced-ip )
2891 [22:20:00] *** Quits: lukaso666 (~lukaso666@replaced-ip ) (Client Quit)
2892 [22:20:10] <en1gma> "Mem: 241352 28620 129852 1784 82880 202360"
2893 [22:20:18] <jelly> SerajewelKS, but adding RAM would have fixed the issue as well
2894 [22:20:18] <en1gma> quite a bit different numbers now
2895 [22:20:36] *** Joins: lukaso666 (~lukaso666@replaced-ip )
2896 [22:20:36] <en1gma> thanks. gonna save that info
2897 [22:20:43] *** Quits: m0u (~m0u@replaced-ip ) (Ping timeout: 252 seconds)
2898 [22:20:57] *** Joins: OS-27734 (~OS-27734@replaced-ip )
2899 [22:21:10] <SerajewelKS> jelly: of course. but that requires a trip to the data center -- which was eventually done. but adding swap was a nice band-aid until that could be completed.
2900 [22:21:38] <SerajewelKS> en1gma: you would see much different numbers from a system that was just rebooted. that clears the I/O cache of course.
2901 [22:21:47] *** Joins: Gazooo (~Gazooo@replaced-ip )
2902 [22:21:54] *** Quits: Gazooo (~Gazooo@replaced-ip ) (Client Quit)
2903 [22:21:58] <SerajewelKS> the I/O cache is 82MB now instead of 164MB in your last figures
2904 [22:22:07] <en1gma> yea but i did that same 'free' right after a reboot too
2905 [22:22:18] <SerajewelKS> the cache will grow and use up that 129MB of free memory as you read things from the disk
2906 [22:22:28] <en1gma> ahh
2907 [22:22:33] *** Joins: juko (~juko@replaced-ip )
2908 [22:23:28] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 252 seconds)
2909 [22:23:29] <en1gma> should have i did a debian net install?
2910 [22:23:44] <en1gma> if i knew what i was doing better i probably would have
2911 [22:24:01] <SerajewelKS> there is some amount of anticipatory caching (you read the first block of this file, i should pre-read a few blocks ahead and cache those) but most caching is done in reaction to activity (part of this file was read, i will stick it in the cache)
2912 [22:24:42] *** Quits: f4cl3y (~f4cl3y@replaced-ip ) (Ping timeout: 268 seconds)
2913 [22:24:43] <SerajewelKS> so no activity -> nothing being added to cache
2914 [22:25:18] *** Joins: NerdTheThird (~NerdTheTh@replaced-ip )
2915 [22:25:43] *** Joins: l1nuxg33k (uid322116@replaced-ip )
2916 [22:25:48] *** Joins: Gazooo (~Gazooo@replaced-ip )
2917 [22:25:58] *** Quits: lukaso666 (~lukaso666@replaced-ip##) (Quit: ##replaced-url
2918 [22:26:18] *** Joins: lukaso666 (~lukaso666@replaced-ip )
2919 [22:26:41] *** Quits: peppet (~peppet@replaced-ip ) (Remote host closed the connection)
2920 [22:26:52] *** Quits: Neo_Chen (~Neo_Chen@replaced-ip ) (Quit: 神奇,永無止境的神奇)
2921 [22:26:54] *** Quits: HarveyPwca (~HarveyPwc@replaced-ip ) (Quit: Leaving)
2922 [22:29:47] *** Joins: elkalamar (~elkalamar@replaced-ip )
2923 [22:31:57] *** Joins: hypn0 (~h@replaced-ip )
2924 [22:32:12] *** Quits: AquaL1te (~AquaL1te@replaced-ip ) (Quit: leaving)
2925 [22:33:31] *** Quits: hele (~hele@replaced-ip ) (Ping timeout: 260 seconds)
2926 [22:34:17] *** Quits: mihi (~mihi@replaced-ip ) (Quit: Leaving)
2927 [22:35:13] *** Joins: Haudegen (~quassel@replaced-ip )
2928 [22:35:49] *** Joins: srgg_ (~srgg@replaced-ip )
2929 [22:36:49] *** Quits: DzAirmaX (~DzAirmaX@replaced-ip ) (Quit: We here br0.... xD)
2930 [22:38:00] *** Joins: roshanavand (~Thunderbi@replaced-ip )
2931 [22:39:03] *** Quits: toozej38 (~toozej@replaced-ip##) (Quit: The Lounge - ##replaced-url
2932 [22:39:25] *** Joins: oish (~charlie@replaced-ip )
2933 [22:39:43] *** Joins: toozej38 (~toozej@replaced-ip )
2934 [22:39:48] *** Quits: bablux (~bablux@replaced-ip##) (Quit: ZNC - ##replaced-url
2935 [22:40:49] <jhutchins_wk> en1gma: Net installs are good if you have a decent connection. You only download what you actually install. Installed is installed though, you hardly ever need to re-install Linux. Well, unless you mix packages from outside the distro/release.
2936 [22:41:38] *** Parts: luxpir (~luxpir@replaced-ip ) ()
2937 [22:42:31] *** Quits: toozej38 (~toozej@replaced-ip ) (Client Quit)
2938 [22:42:35] *** Quits: oish_ (~charlie@replaced-ip ) (Ping timeout: 268 seconds)
2939 [22:42:37] *** Joins: bablux (~bablux@replaced-ip )
2940 [22:44:20] *** Joins: yonder (~yonder@replaced-ip )
2941 [22:45:14] *** Joins: DzAirmaX (~DzAirmaX@replaced-ip )
2942 [22:45:25] *** Joins: BlueByte (~walther@replaced-ip )
2943 [22:45:27] *** Joins: diniwed (~gavron@replaced-ip )
2944 [22:45:29] *** Joins: toozej (~toozej@replaced-ip )
2945 [22:45:35] *** Joins: zaner (~teeple@replaced-ip )
2946 [22:46:43] *** Quits: soee_ (~soee@replaced-ip ) (Ping timeout: 245 seconds)
2947 [22:47:08] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 245 seconds)
2948 [22:47:56] *** Quits: srgg_ (~srgg@replaced-ip ) (Quit: srgg_)
2949 [22:48:20] *** Joins: srgg_ (~srgg@replaced-ip )
2950 [22:48:39] *** Joins: acidtripper (~acidtripp@replaced-ip )
2951 [22:48:58] *** Joins: sanches (~sanches@replaced-ip )
2952 [22:49:57] *** Quits: oo_miguel (~miguel@replaced-ip ) (Quit: WeeChat 1.6)
2953 [22:52:07] *** Quits: diniwed (~gavron@replaced-ip ) (Ping timeout: 240 seconds)
2954 [22:52:15] *** Quits: n4dir (~n4dir@replaced-ip ) (Quit: relax harder)
2955 [22:52:24] *** Quits: zaner (~teeple@replaced-ip ) (Remote host closed the connection)
2956 [22:52:30] *** Quits: AimHere (~David@replaced-ip ) (Quit: Leaving)
2957 [22:52:42] *** Quits: foobiebletch (~matthew@replaced-ip ) (Ping timeout: 252 seconds)
2958 [22:53:41] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 268 seconds)
2959 [22:54:04] *** Joins: AimHere (~David@replaced-ip )
2960 [22:54:19] *** Quits: Drashta (~Drashta@replaced-ip ) (Quit: Konversation terminated!)
2961 [22:54:24] *** Quits: jnavila (~jnavila@replaced-ip ) (Remote host closed the connection)
2962 [22:54:46] *** Quits: Ricardo__ (~rick@replaced-ip ) (Ping timeout: 252 seconds)
2963 [22:55:09] *** Joins: MichaelOF (~michael@replaced-ip )
2964 [22:55:24] <OS-27734> Well yeah the machine changed :P
2965 [22:55:38] <OS-27734> so need to do it again it was a fun machine
2966 [22:55:45] <OS-27734> so no problem :P
2967 [22:56:41] *** Quits: heroxbd (~heroxbd@replaced-ip ) (Quit: See you around.)
2968 [22:56:43] *** Joins: f4cl3y (~f4cl3y@replaced-ip )
2969 [22:56:44] *** Joins: spooky (spooky@replaced-ip )
2970 [22:57:30] *** Quits: wonderer (~quakeroat@replaced-ip ) (Quit: Famous quotes #10: "C makes it easy to shoot yourself in the foot; C++ makes it harder, but when you do, it blows away your whole leg." - Bjarne Stroustrup)
2971 [23:00:19] *** Quits: aaf5 (~michael@replaced-ip ) (Ping timeout: 252 seconds)
2972 [23:01:19] *** Quits: f4cl3y (~f4cl3y@replaced-ip ) (Ping timeout: 246 seconds)
2973 [23:01:56] *** Joins: bapophis (~belethapo@replaced-ip )
2974 [23:02:03] *** Joins: foobiebl2tch (~matthew@replaced-ip )
2975 [23:02:48] <en1gma> jhutchins_wk if i want to go back to where i had the gnome gui login screen i need to enable both those things i disabled?
2976 [23:03:17] *** Quits: joseFebrian (~jose@replaced-ip ) (Quit: Leaving)
2977 [23:03:21] <en1gma> "systemctl set-default multi-user.target" what would this need to be changed back too
2978 [23:03:24] *** Quits: ursu_ (~ursu@replaced-ip ) (Quit: Leaving)
2979 [23:03:28] <greycat> graphical.target
2980 [23:03:33] <en1gma> ok thanks
2981 [23:04:08] <en1gma> "systemctl set-default graphical.target" ? right
2982 [23:04:20] <greycat> yes
2983 [23:04:21] *** Quits: towo` (~towo@replaced-ip ) (Quit: Leaving)
2984 [23:04:40] *** Joins: Ricardo__ (~rick@replaced-ip )
2985 [23:04:40] *** Quits: Ricardo__ (~rick@replaced-ip ) (Changing host)
2986 [23:04:40] *** Joins: Ricardo__ (~rick@replaced-ip )
2987 [23:04:55] <en1gma> k thanks
2988 [23:06:05] *** Joins: bapophis_ (~belethapo@replaced-ip )
2989 [23:06:21] *** Quits: hakash (~hakash@replaced-ip ) (Ping timeout: 244 seconds)
2990 [23:07:58] *** Quits: asterismo_l (~asterismo@replaced-ip ) (Ping timeout: 246 seconds)
2991 [23:08:32] *** Joins: sanches (~sanches@replaced-ip )
2992 [23:08:34] *** Quits: bapophis (~belethapo@replaced-ip ) (Ping timeout: 252 seconds)
2993 [23:09:22] *** Quits: NerdTheThird (~NerdTheTh@replaced-ip ) (Quit: NerdTheThird)
2994 [23:10:58] *** Quits: bapophis_ (~belethapo@replaced-ip ) (Ping timeout: 268 seconds)
2995 [23:12:02] *** Joins: ryuketsuningyo (~metal0rd@replaced-ip )
2996 [23:12:10] *** Quits: jhutchins_wk (~jonathan@replaced-ip ) (Ping timeout: 272 seconds)
2997 [23:12:58] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 245 seconds)
2998 [23:13:23] *** Quits: ryuketsuningyo (~metal0rd@replaced-ip ) (Client Quit)
2999 [23:14:02] *** debhelper sets mode: +l 1409
3000 [23:14:52] *** Joins: thatpythonguy (~john@replaced-ip )
3001 [23:15:49] *** Joins: david1985 (~kvirc@replaced-ip )
3002 [23:16:29] *** Quits: MichaelOF (~michael@replaced-ip ) (Quit: Konversation terminated!)
3003 [23:18:31] *** Quits: _anb (~anb@replaced-ip ) (Read error: Connection reset by peer)
3004 [23:18:50] *** Parts: Strogg (~strogg@replaced-ip ) ("WeeChat 1.6")
3005 [23:19:30] *** Joins: diniwed (~gavron@replaced-ip )
3006 [23:20:03] *** Quits: stefanc_diff (~stefanc_d@replaced-ip ) (Ping timeout: 245 seconds)
3007 [23:20:08] *** Joins: _anb (~anb@replaced-ip )
3008 [23:20:49] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Ping timeout: 268 seconds)
3009 [23:21:02] *** Joins: aaf5 (~michael@replaced-ip )
3010 [23:21:02] *** Quits: mspe (~mspe@replaced-ip ) (Quit: Leaving)
3011 [23:23:01] *** Quits: st-gourichon-fid (~Stephane@replaced-ip ) (Ping timeout: 246 seconds)
3012 [23:25:03] *** Joins: sanches (~sanches@replaced-ip )
3013 [23:25:36] *** Joins: electro33 (uid613@replaced-ip )
3014 [23:26:30] *** Quits: _0bitcount (~Big_Byte@replaced-ip ) (Quit: Leaving)
3015 [23:27:14] *** Quits: hadrianweb (~hadrianwe@replaced-ip ) (Remote host closed the connection)
3016 [23:28:53] *** Quits: rpifan (~rpifan@replaced-ip ) (Quit: Leaving)
3017 [23:31:04] *** Quits: xsisec (~xsisec@replaced-ip ) (Ping timeout: 252 seconds)
3018 [23:31:08] *** Quits: greycat (~wooledg@replaced-ip ) (Quit: They see me clawin' the love seat / They won't do nothin' 'cause I'm cute and furry)
3019 [23:31:40] *** Quits: aaf5 (~michael@replaced-ip ) (Ping timeout: 252 seconds)
3020 [23:32:22] *** Joins: Hunterkll (~Hunterkll@replaced-ip )
3021 [23:32:26] *** Quits: foobiebl2tch (~matthew@replaced-ip ) (Ping timeout: 272 seconds)
3022 [23:33:05] *** Joins: heroxbd (~heroxbd@replaced-ip )
3023 [23:33:10] *** Quits: thatpythonguy (~john@replaced-ip ) (Ping timeout: 246 seconds)
3024 [23:33:40] *** Quits: xcm (~xcm@replaced-ip ) (Read error: Connection reset by peer)
3025 [23:34:01] *** debhelper sets mode: +l 1402
3026 [23:34:48] *** Joins: xcm (~xcm@replaced-ip )
3027 [23:35:36] *** Quits: cybrNaut (cybrNaut@replaced-ip ) (Ping timeout: 252 seconds)
3028 [23:36:44] *** Quits: naxuroqa (~naxuroqa@replaced-ip ) (Remote host closed the connection)
3029 [23:38:15] *** Joins: cybrNaut (cybrNaut@replaced-ip )
3030 [23:38:20] *** Quits: argusbr (~donw@replaced-ip ) (Remote host closed the connection)
3031 [23:38:21] *** Quits: Nekojimi (~jimj316@replaced-ip ) (Ping timeout: 252 seconds)
3032 [23:40:00] *** Quits: kein31 (~root@replaced-ip ) (Ping timeout: 252 seconds)
3033 [23:40:10] *** Joins: heroxbd_ (~heroxbd@replaced-ip )
3034 [23:40:11] *** Quits: heroxbd (~heroxbd@replaced-ip ) (Read error: No route to host)
3035 [23:40:41] *** Joins: kein31 (~root@replaced-ip )
3036 [23:41:48] *** Quits: xcm (~xcm@replaced-ip ) (Ping timeout: 268 seconds)
3037 [23:42:12] *** Joins: Elleander (~Elleander@replaced-ip )
3038 [23:42:30] *** Joins: CyberManifest (~CyberMani@replaced-ip )
3039 [23:45:25] *** Quits: hearwa (~hearwa@replaced-ip ) (Quit: WeeChat 1.6)
3040 [23:47:20] *** Quits: neo4 (~Thunderbi@replaced-ip ) (Ping timeout: 268 seconds)
3041 [23:47:53] *** Quits: hypn0 (~h@replaced-ip ) (Quit: Leaving.)
3042 [23:48:17] *** Joins: jhutchins_wk (~jonathan@replaced-ip )
3043 [23:48:27] *** Joins: grobi (~rtng@replaced-ip )
3044 [23:49:18] *** Quits: grobi (~rtng@replaced-ip ) (Client Quit)
3045 [23:49:49] *** Joins: SuperDome (~Spacebase@replaced-ip )
3046 [23:50:19] *** Quits: sanches (~sanches@replaced-ip ) (Remote host closed the connection)
3047 [23:50:47] *** Joins: wireshark (~none@replaced-ip )
3048 [23:51:27] *** Joins: grobi (~rtng@replaced-ip )
3049 [23:51:28] *** Joins: xcm (~xcm@replaced-ip )
3050 [23:51:51] *** Quits: BlueByte (~walther@replaced-ip ) (Quit: This computer has gone to sleep)
3051 [23:52:16] *** Quits: Namarrgon (~Namarrgon@replaced-ip ) (Quit: reboot)
3052 [23:52:32] *** Quits: grobi (~rtng@replaced-ip ) (Client Quit)
3053 [23:52:53] *** Quits: ae-35 (~ae-35@replaced-ip ) (Ping timeout: 268 seconds)
3054 [23:52:53] *** Quits: buspirate (~none@replaced-ip ) (Ping timeout: 268 seconds)
3055 [23:53:14] *** Joins: Namarrgon (~Namarrgon@replaced-ip )
3056 [23:53:47] *** Joins: Nekojimi (~jimj316@replaced-ip )
3057 [23:54:42] *** Joins: dethos_ (~dethos@replaced-ip )
3058 [23:55:24] *** Joins: chalcedny` (~llhull@replaced-ip )
3059 [23:57:57] *** Joins: grobi (~rtng@replaced-ip )
3060 [23:58:16] *** Quits: chalcedony (~chalcedon@replaced-ip ) (Ping timeout: 264 seconds)
3061 [23:58:16] *** Quits: chalcedny (~llhull@replaced-ip ) (Ping timeout: 264 seconds)
3062 [23:59:16] *** Joins: chalcedony (~chalcedon@replaced-ip )
3063 [23:59:32] *** Joins: Akuw (~Akuw@replaced-ip )
3064 [23:59:51] <Akuw> hi, what tool is there to create a boot pendrive?
↑ top
context: nick names on moving displays as market values
#debian Freenode IRC channel closed on 2021-06-01
contact: a @ her0. be