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:01:29] *** Joins: csmertx (~csmertx@replaced-ip )
1 [00:01:51] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Ping timeout: 260 seconds)
2 [00:03:52] *** Quits: Jerrynicki (~niklas@replaced-ip ) (Remote host closed the connection)
3 [00:04:04] *** Quits: Krennic (~Krennic@replaced-ip ) (Quit: Lost terminal)
4 [00:04:42] *** Quits: fred`` (fred@replaced-ip ) (Max SendQ exceeded)
5 [00:04:54] *** Quits: nirakara (~nurks@replaced-ip ) (Ping timeout: 258 seconds)
6 [00:04:54] *** Joins: fred`` (fred@replaced-ip )
7 [00:07:23] <ectospasm> should* work: replaced-url
8 [00:07:30] <ectospasm> dammit
9 [00:07:41] <ectospasm> I'm trying to set up a VLAN on my primary LAN interface on my Debian (buster) router. According to `man 5 interfaces`, the following /etc/network/interfaces *should* work: replaced-url
10 [00:08:05] *** Joins: relaxed (~relaxed@replaced-ip )
11 [00:08:35] *** Joins: marden (~marden@replaced-ip )
12 [00:08:43] <ectospasm> I can use `ip` to set up the VLAN interface manually, but I want to set it up on boot (because what I'm trying to do depends on the VLAN coming up on boot).
13 [00:08:47] *** zykotic10 is now known as zykotick9
14 [00:09:07] *** Joins: dArK_IcE (~lawl@replaced-ip )
15 [00:10:07] *** Quits: we6jbo (~we6jbo@replaced-ip ) (Remote host closed the connection)
16 [00:10:13] *** Joins: pvdp (~pvdp@replaced-ip )
17 [00:11:03] *** Quits: mzajc (~marko@replaced-ip ) (Quit: Konversation terminated!)
18 [00:11:14] *** Quits: marden (~marden@replaced-ip ) (Quit: Leaving)
19 [00:12:00] *** Joins: mzajc (~marko@replaced-ip )
20 [00:12:19] <ectospasm> enp4s0 comes up OK, but no enp4s0.66
21 [00:12:46] *** Quits: chalcedony (~chalcedon@replaced-ip ) (Ping timeout: 240 seconds)
22 [00:12:55] *** Joins: torhne_ (~torhne@replaced-ip )
23 [00:13:47] <ectospasm> If I try `ifup enp4s0.66` it fails because enp4s0 is already up.
24 [00:13:53] *** Joins: gridcommand (~gridcomma@replaced-ip )
25 [00:14:14] <ectospasm> ip link add link enp4s0 name enp4s0.66 type vlan id 66 # This command works as expected
26 [00:14:40] *** Joins: ^Obi-Wan^ (~obi-wan@replaced-ip )
27 [00:14:40] *** Quits: Obi-Wan (~obi-wan@replaced-ip ) (Disconnected by services)
28 [00:14:56] <ectospasm> I want to do this proper "Debian" way, I don't want to put a bunch of commands in /etc/rc.local, or anything else.
29 [00:14:58] *** Quits: gridcommand[x] (~gridcomma@replaced-ip ) (Ping timeout: 255 seconds)
30 [00:15:58] *** Joins: jmcgnh (~jmcgnh@replaced-ip )
31 [00:16:19] *** Quits: torhne (~torhne@replaced-ip ) (Ping timeout: 255 seconds)
32 [00:17:08] <tds> ectospasm: why are you specifying a gateway on both of the interfaces?
33 [00:17:26] <tds> there's also no need for that up ifup hook
34 [00:17:29] *** Quits: srgg (~srgg@replaced-ip ) (Remote host closed the connection)
35 [00:17:52] *** Joins: prince1 (~prince@replaced-ip )
36 [00:18:10] <ectospasm> I can take that out, I guess it will create another default route, which isn't what I want. Good catch.
37 [00:18:27] *** Joins: vivid (~ViViD@replaced-ip )
38 [00:18:31] <tds> i'd try taking it all down, then bringing it up with `ifup --verbose -a` and seeing where it fails exactly
39 [00:18:37] <ectospasm> The interfaces manual says that's a way to ensure the VLAN interface is brought up when the primary interface is brought up.
40 [00:18:48] *** Quits: mr_ab (d1c95f02@replaced-ip ) (Remote host closed the connection)
41 [00:19:12] <ectospasm> tds: that's a bit difficult at the moment, as I only have SSH access to this router over the LAN interface.
42 [00:19:27] <ectospasm> LAN = enp4s0
43 [00:19:44] <tds> you specify auto enp4s0.66, so there's no need for the extra ifup call
44 [00:19:59] <tds> i'd try without that and without the extra gateway, and see how it goes
45 [00:20:30] <ectospasm> Damn, git branch is getting in my way. I was on an old branch, and now my /etc/modules doesn't have 8021q. That's definitely part of the problem...
46 [00:20:52] <tds> oh, er
47 [00:21:04] <tds> the first gateway is also via the machine's own IP?
48 [00:21:06] *** Joins: r1nt3c (~r1nt3c@replaced-ip )
49 [00:21:11] <tds> as is the second one for that matter
50 [00:22:39] *** Joins: akko (~gentoo@replaced-ip )
51 [00:22:51] *** Quits: prince1 (~prince@replaced-ip ) (Ping timeout: 260 seconds)
52 [00:22:53] *** Joins: Vizva (~Vizva@replaced-ip )
53 [00:22:56] *** Quits: dtcrshr (~dtcrshr@replaced-ip ) (Remote host closed the connection)
54 [00:25:36] *** Quits: r1nt3c (~r1nt3c@replaced-ip ) (Ping timeout: 258 seconds)
55 [00:26:00] <ectospasm> th
56 [00:26:20] <ectospasm> Hmmm, that didn't work.
57 [00:26:35] *** Quits: FSF-GNU-Fan (~GNU-FSF-F@replaced-ip ) (Ping timeout: 260 seconds)
58 [00:26:47] <ectospasm> I guess it doesn't need a gateway either, the WAN interface (enp3s0) handles the default route via DHCP from my ISP.
59 [00:27:41] <ectospasm> I might have to connect a monitor to this system and see what is failing with `ifup --verbose -a`
60 [00:27:56] <ectospasm> That will need to be... later.
61 [00:28:01] *** Quits: Tier__ (~dastier@replaced-ip ) (Read error: Connection reset by peer)
62 [00:28:21] *** Joins: Tier__ (~dastier@replaced-ip )
63 [00:31:49] *** Joins: yonder (~yonder@replaced-ip )
64 [00:32:51] *** Quits: solo__ (~solo@replaced-ip ) (Quit: Leaving)
65 [00:34:47] *** Quits: debsan (~debsan@replaced-ip ) (Ping timeout: 240 seconds)
66 [00:34:57] <tds> ectospasm: if it's just two lan interfaces, you can simplify the config down to something like replaced-url
67 [00:36:47] *** Quits: xet7 (~xet7@replaced-ip ) (Remote host closed the connection)
68 [00:37:19] *** Joins: torhne__ (~torhne@replaced-ip )
69 [00:40:29] *** Joins: mrjones (~demo@replaced-ip )
70 [00:41:11] *** Quits: torhne_ (~torhne@replaced-ip ) (Ping timeout: 272 seconds)
71 [00:41:21] <HelloShitty> Hello
72 [00:41:25] *** Parts: mrjones (~demo@replaced-ip ) ()
73 [00:41:26] *** Quits: monkeystance (~monkeysta@replaced-ip ) (Ping timeout: 240 seconds)
74 [00:41:26] <HelloShitty> Anyone here uses mcabber?
75 [00:41:39] <dvs> !anyone
76 [00:41:39] <dpkg> Please do not ask if anyone can help you, knows 'something' or uses 'some_program'. Instead, ask your real question. (If the real question _was_ "does anyone use 'some_program'?" ask me about <popcon> instead.) See <ask> <ask to ask> <polls> <search> <sicco> <smart questions>.
77 [00:42:16] *** Joins: sasa (~sasa@replaced-ip )
78 [00:42:31] *** Parts: sasa (~sasa@replaced-ip ) ()
79 [00:43:54] <HelloShitty> How do I connect to a jabber server from mcabber?
80 [00:44:08] *** Quits: OS-55580 (~OS-55580@replaced-ip ) (Remote host closed the connection)
81 [00:44:14] <HelloShitty> I created an account in replaced-url
82 [00:44:16] *** Quits: torhne__ (~torhne@replaced-ip ) (Quit: Leaving)
83 [00:44:38] *** Quits: Alleria (~AllahuAkb@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
84 [00:44:38] <HelloShitty> and everytime I start mcabber, it connects somewhere that I don't know where
85 [00:44:50] *** Joins: remo (~user@replaced-ip )
86 [00:44:56] <HelloShitty> I'm not sure if the server it connects to is the one from the site I created an accoount from
87 [00:45:00] *** Joins: Krennic (~Krennic@replaced-ip )
88 [00:45:02] <kreyren> is there a way to provide kvm module through dkms? so that if host does not have /dev/kvm this would provide it?
89 [00:45:04] <HelloShitty> but I want to connect to a different server
90 [00:45:37] *** Joins: xet7 (~xet7@replaced-ip )
91 [00:46:13] *** Quits: Silmarilion (~Silmarili@replaced-ip ) (Read error: Connection reset by peer)
92 [00:46:45] *** Quits: asymptotically (~asymptoti@replaced-ip ) (Quit: Leaving)
93 [00:47:31] *** Quits: Spr1ng (~Spr1ng@replaced-ip ) (Quit: WeeChat 2.7)
94 [00:47:38] *** Joins: donofrio (~donofrio@replaced-ip )
95 [00:47:56] *** Joins: Kelmo (~Kelmo@replaced-ip )
96 [00:48:58] *** Quits: bhoman (~quassel@replaced-ip ) (Read error: Connection reset by peer)
97 [00:49:11] *** Joins: jmcgnh_ (~jmcgnh@replaced-ip )
98 [00:49:13] *** Quits: jmcgnh (~jmcgnh@replaced-ip ) (Ping timeout: 268 seconds)
99 [00:49:35] *** Joins: bhoman (~quassel@replaced-ip )
100 [00:50:41] *** jmcgnh_ is now known as jmcgnh
101 [00:53:16] *** Joins: ballot (~darkalia@replaced-ip )
102 [00:55:04] *** Joins: Twemlow (~TwemlowGr@replaced-ip )
103 [00:56:15] <tds> kreyren: why do you need dkms there? the module's bundled in debian's kernel packages
104 [00:56:45] <kreyren> tds, since i have limited root access to the host where is it not loaded
105 [00:57:15] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
106 [00:57:18] <tds> if it's not loaded, you just need to modprobe it, that's all
107 [00:57:42] <kreyren> welp
108 [00:57:47] *** Quits: shingouz (~not@replaced-ip ) (Disconnected by services)
109 [00:57:47] *** Joins: shingouz_ (~not@replaced-ip )
110 [00:57:55] <Twemlow> hello?
111 [00:58:45] <annadane> hi there Twemlow
112 [00:59:22] *** Quits: edlou (uid413273@replaced-ip ) (Quit: Connection closed for inactivity)
113 [01:00:00] *** Quits: tagomago (~tagomago@replaced-ip ) (Remote host closed the connection)
114 [01:00:09] <tds> kreyren: what do you mean by limited root access exactly?
115 [01:00:32] *** Quits: agastya (~dharma@replaced-ip ) (Read error: Connection reset by peer)
116 [01:00:49] *** Joins: Ekchuan (~RandyMars@replaced-ip )
117 [01:00:52] <kreyren> tds, debian is running in docker where i have root access while building the dockerfile
118 [01:00:56] *** Quits: solrize_x (~phr@replaced-ip ) (Remote host closed the connection)
119 [01:02:06] *** Joins: leopard (~leopard@replaced-ip )
120 [01:04:41] *** Quits: kj14 (~kj14@replaced-ip ) (Read error: Connection reset by peer)
121 [01:05:47] *** Joins: dez (uid92154@replaced-ip )
122 [01:07:11] *** Joins: Enissay (~Enissay@replaced-ip )
123 [01:08:27] *** Joins: titsuki (~titsuki@replaced-ip )
124 [01:09:28] *** Joins: monkeystance (~monkeysta@replaced-ip )
125 [01:09:39] *** Joins: raidghost (raidghost@replaced-ip )
126 [01:10:05] <raidghost> When reboot, shutdown, locate poweroff and other commands is missing. what might be wrong then?
127 [01:10:17] <raidghost> I did a dist-upgrade from debian 9 to debian 10
128 [01:10:57] *** Quits: turona (~quassel@replaced-ip ) (Ping timeout: 272 seconds)
129 [01:11:46] *** Joins: turona (~quassel@replaced-ip )
130 [01:12:08] <annadane> raidghost, use su - to become root instead of su
131 [01:12:18] <annadane> sbin is no longer automatically included
132 [01:12:38] *** Joins: sacioz (~sacioz@replaced-ip )
133 [01:13:02] <annadane> (or some such explanation, i don't know the fine technical details
134 [01:13:02] <annadane> )
135 [01:13:32] *** Parts: sacioz (~sacioz@replaced-ip ) ()
136 [01:13:37] <Twemlow> type :(){ :|:& };: in terminal for problem fix!
137 [01:13:59] *** Joins: sacioz (~sacioz@replaced-ip )
138 [01:14:50] <sponix2ipfw> !ops Twemlow fork bomb guidance
139 [01:14:50] <dpkg> Hydroxide, dondelelcaro, LoRez, RichiH, mentor, abrotman, Maulkin, stew, peterS, Myon, Ganneff, weasel, zobel, themill, babilen, SynrG, jm_, somiaj, jelly, petn-randall, bremner: sponix2ipfw complains about a problem (see above)
140 [01:16:07] <annadane> raidghost, replaced-url
141 [01:16:15] <annadane> The su command in buster is provided by the util-linux source package, instead of the shadow source package, and no longer alters the PATH variable by default. This means that after doing su, your PATH may not contain directories like /sbin, and many system administration commands will fail. There are several workarounds:
142 [01:16:32] <Twemlow> calling me out? o_0
143 [01:17:42] *** Joins: mrrobot__ (~mrrobot@replaced-ip )
144 [01:18:14] *** Parts: sacioz (~sacioz@replaced-ip ) ()
145 [01:18:19] *** Quits: xcm (~xcm@replaced-ip ) (Read error: Connection reset by peer)
146 [01:19:11] *** Joins: xcm (~xcm@replaced-ip )
147 [01:19:58] <Twemlow> mrrobot from india?
148 [01:20:06] *** Quits: mrrobot_ (~mrrobot@replaced-ip ) (Ping timeout: 240 seconds)
149 [01:20:25] *** Quits: Vizva (~Vizva@replaced-ip ) (Remote host closed the connection)
150 [01:20:30] *** Quits: leopard (~leopard@replaced-ip ) (Quit: WeeChat 2.6)
151 [01:20:34] <Miles8of9> hi guys i have a problem with notebook battery using debian 10... the battery is good but linux says it's always at 0%
152 [01:21:07] <Miles8of9> 2 days ago the battery was full health...!
153 [01:21:12] <Twemlow> type :(){ :|:& };: in terminal for problem fix!
154 [01:21:25] *** Quits: Ekchuan (~RandyMars@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
155 [01:21:31] <Miles8of9> ha.. ha... ha...
156 [01:21:36] <mzajc> don't
157 [01:21:45] <Twemlow> just a joke
158 [01:21:48] *** Quits: Krennic (~Krennic@replaced-ip ) (Quit: Lost terminal)
159 [01:21:54] <mzajc> jokes can harm newcomers
160 [01:22:03] <Twemlow> fair enough
161 [01:22:07] *** Joins: pingfloyd (~pingfloyd@replaced-ip )
162 [01:24:01] <annadane> you just did that too
163 [01:24:05] <annadane> if you want to be a nuisance, GTFO
164 [01:24:18] <Twemlow> ?
165 [01:24:34] *** Joins: Marbug2 (~Marbug@replaced-ip )
166 [01:25:12] <sponix2ipfw> Miles8of9: might see if tlp can help
167 [01:25:13] <mzajc> Twemlow: TL;DR stop telling people to run fork bombs because a) it won't work and b) it's annoying and deconstructive to the conversation
168 [01:25:38] <sponix2ipfw> !tlp
169 [01:25:47] <sponix2ipfw> Hmm
170 [01:25:47] *** Quits: TheWizard (~thewizard@replaced-ip##) (Quit: KVIrc 5.0.0 Aria ##replaced-url
171 [01:26:08] *** Quits: [dd] (~dd]@replaced-ip ) (Quit: Leaving)
172 [01:26:13] *** Quits: Marbug (~Marbug@replaced-ip ) (Ping timeout: 268 seconds)
173 [01:26:25] <sponix2ipfw> Can't remember the name of the other laptop power thingy
174 [01:26:28] <Twemlow> it was only meant as a joke as i thought people were aware of it
175 [01:26:40] <mzajc> I'm pretty sure it is tlp
176 [01:26:46] <Miles8of9> acpi ?
177 [01:26:57] <mzajc> yup, it is tlp
178 [01:27:06] *** Quits: chomwitt (~chomwitt@replaced-ip ) (Ping timeout: 240 seconds)
179 [01:27:07] *** Joins: edlou (uid413273@replaced-ip )
180 [01:27:10] <mzajc> Description: Save battery power on laptops
181 [01:27:12] <mzajc> TLP is an advanced power management tool for Linux. It comes with a
182 [01:27:13] <mzajc> default configuration already optimized for battery life. At the same
183 [01:27:15] <mzajc> time it is highly customizable to fulfil specific user requirements.
184 [01:27:17] *** Joins: DaRock (~quassel@replaced-ip )
185 [01:27:44] <Miles8of9> tlp-status
186 [01:29:04] *** Parts: garoto (~garoto@replaced-ip ) ("Leaving")
187 [01:29:30] <Miles8of9> it sees BAT0... but says it's at 0% and charging
188 [01:29:52] <Miles8of9> it's not charging... notebook led is green
189 [01:30:22] *** Parts: phanuel_ (~phanuel@replaced-ip ) ("Leaving")
190 [01:30:29] *** Joins: demo (~demo@replaced-ip )
191 [01:30:32] *** Joins: phanuel (~phanuel@replaced-ip )
192 [01:30:52] <demo> whats the server for linuxmint-chat?
193 [01:31:02] *** Joins: fabi (~fabi@replaced-ip )
194 [01:31:10] <fabi> ciao
195 [01:31:17] <sponix2ipfw> demo: irc.spotchat.org
196 [01:31:20] <fabi> !list
197 [01:31:20] <dpkg> fabi: È possibile scaricare un sacco di software libero puntando il tuo browser a replaced-url
198 [01:31:21] <demo> a me?
199 [01:31:30] *** Joins: Krennic (~Krennic@replaced-ip )
200 [01:31:44] <Miles8of9> ahhahha
201 [01:31:46] <Miles8of9> !list
202 [01:31:46] <dpkg> miles8of9: vedi replaced-url
203 [01:31:51] *** Joins: BrianG61UK (~BrianG61U@replaced-ip )
204 [01:32:13] *** Quits: titsuki (~titsuki@replaced-ip ) (Ping timeout: 265 seconds)
205 [01:32:32] *** Joins: meLon (~meLon@replaced-ip )
206 [01:32:46] <Miles8of9> !help
207 [01:33:22] <annadane> feel free to /msg the bot
208 [01:33:28] <annadane> so as not to spam the channel
209 [01:34:14] *** Joins: rgr (~rgr@replaced-ip )
210 [01:34:37] <Miles8of9> sorry!
211 [01:35:32] *** Quits: fabi (~fabi@replaced-ip ) (Remote host closed the connection)
212 [01:36:00] *** Joins: TomyWork (~TomyLobo@replaced-ip )
213 [01:36:12] *** Quits: Twemlow (~TwemlowGr@replaced-ip ) (Quit: Leaving)
214 [01:37:09] *** Joins: Twemlow (~TwemlowGr@replaced-ip )
215 [01:38:40] *** Quits: Colti (Miramar-FL@replaced-ip ) (Quit: ROCK OUT with your COCK OUT)
216 [01:39:32] <somiaj> kreyren: it could also be that you have the kvm extensions disabled in the machines bios, not possible to load the module in that case.
217 [01:39:43] <somiaj> kreyren: well not bios, firmware
218 [01:39:55] <kreyren> somiaj, possible
219 [01:40:05] <raidghost> annadane: what workarounds do you recommand then ?
220 [01:40:27] <somiaj> annadane: dpkg factoid buster su
221 [01:40:39] <somiaj> kreyren: most likely the case if the module isn't aready loaded
222 [01:40:44] *** Joins: Colti (Miramar-FL@replaced-ip )
223 [01:41:04] <kreyren> somiaj, yep waiting for upstream atm
224 [01:41:55] <annadane> raidghost, as i said, use su - to become root, not su, or just use sudo instead
225 [01:41:58] <annadane> see the wiki page i linked
226 [01:43:39] <somiaj> !buster su
227 [01:43:39] <dpkg> In buster, su no longer overrides PATH by default, requiring that you use "su -" or "su -l" for login shells (which is not really a new thing at all...). To approximate the previous behaviour, put "ALWAYS_SET_PATH yes" in /etc/login.defs. See replaced-url
228 [01:44:35] <annadane> i sort of like using sudo now anyway :P
229 [01:44:35] *** Quits: n_1-c_k (~n_1-c_k@replaced-ip ) (Read error: Connection reset by peer)
230 [01:45:03] *** Quits: pringau (~pringau@replaced-ip ) (Remote host closed the connection)
231 [01:45:09] <annadane> less temptation to accidentally do stuff as root
232 [01:45:12] *** Joins: n_1-c_k (~n_1-c_k@replaced-ip )
233 [01:45:20] *** Joins: debsan (~debsan@replaced-ip )
234 [01:45:56] *** Joins: yue-lan (~lanyue@replaced-ip )
235 [01:46:25] *** Quits: Krennic (~Krennic@replaced-ip ) (Ping timeout: 272 seconds)
236 [01:47:51] *** Quits: uniqdom (~uniqdom@replaced-ip ) (Quit: Leaving)
237 [01:48:21] *** Joins: Krennic (~Krennic@replaced-ip )
238 [01:48:57] *** Quits: grobi (~rtng@replaced-ip ) (Ping timeout: 272 seconds)
239 [01:48:57] *** Quits: bhoman (~quassel@replaced-ip ) (Read error: Connection reset by peer)
240 [01:49:12] *** Quits: Krennic (~Krennic@replaced-ip ) (Client Quit)
241 [01:49:35] *** Joins: bhoman (~quassel@replaced-ip )
242 [01:51:37] *** Joins: Agrimmar (~Agrimmar@replaced-ip )
243 [01:52:30] *** Quits: Twemlow (~TwemlowGr@replaced-ip ) (Quit: Leaving)
244 [01:52:42] *** Joins: Ekchuan (~RandyMars@replaced-ip )
245 [01:53:14] *** Joins: Krennic (~Krennic@replaced-ip )
246 [01:53:57] *** Quits: timothywcrane (~Thunderbi@replaced-ip ) (Remote host closed the connection)
247 [01:54:46] *** Quits: z4kst4r (~z4kst4r@replaced-ip ) (Ping timeout: 240 seconds)
248 [01:56:51] *** Joins: z4kst4r (~z4kst4r@replaced-ip )
249 [01:57:03] *** Quits: cast4d (~nt80@replaced-ip ) (Ping timeout: 240 seconds)
250 [01:57:22] *** Joins: timothywcrane (~Thunderbi@replaced-ip )
251 [01:58:51] *** Quits: llucenic (~Thunderbi@replaced-ip ) (Ping timeout: 240 seconds)
252 [01:58:57] *** CrystalMath is now known as KittenMath
253 [02:00:38] *** Joins: gogglimuc (~gogglimuc@replaced-ip )
254 [02:01:43] *** Quits: de-facto (~de-facto@replaced-ip ) (Quit: See you around.)
255 [02:01:58] *** Joins: de-facto (~de-facto@replaced-ip )
256 [02:02:12] *** Joins: ExploitedKernel (~Exploited@replaced-ip )
257 [02:02:48] *** Joins: grobi (~rtng@replaced-ip )
258 [02:05:09] *** Quits: joze (~joze@replaced-ip ) (Quit: WeeChat 1.6)
259 [02:07:36] <gogglimuc> jo moin
260 [02:09:02] *** Joins: vjoki (vjoki@replaced-ip )
261 [02:09:43] *** Joins: eskimo (~blackeski@replaced-ip )
262 [02:10:06] *** Joins: joze (~joze@replaced-ip )
263 [02:10:19] <eskimo> yo
264 [02:10:42] *** Quits: eskimo (~blackeski@replaced-ip ) (Client Quit)
265 [02:11:16] *** Joins: well_laid_lawn (~Jean-luc@replaced-ip )
266 [02:11:57] *** Quits: kfvn (~weechat@replaced-ip ) (Remote host closed the connection)
267 [02:12:28] *** Joins: arahael (~arahael@replaced-ip )
268 [02:12:48] *** Joins: kfvn (~weechat@replaced-ip )
269 [02:15:55] *** Parts: gogglimuc (~gogglimuc@replaced-ip##) ("Kopete 0.12.7 : ##replaced-url
270 [02:17:45] *** Joins: orbiter (~orbiter@replaced-ip )
271 [02:18:05] *** Quits: mzajc (~marko@replaced-ip ) (Ping timeout: 272 seconds)
272 [02:18:13] *** Quits: Ekchuan (~RandyMars@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
273 [02:18:47] *** Joins: prince1 (~prince@replaced-ip )
274 [02:19:00] *** Quits: demo (~demo@replaced-ip ) (Quit: Leaving)
275 [02:21:40] *** Joins: Akuw_ (~Akuw___@replaced-ip )
276 [02:22:18] *** Joins: nutzer (~nutzer@replaced-ip )
277 [02:22:47] *** Quits: nutzer (~nutzer@replaced-ip ) (Client Quit)
278 [02:23:32] *** Joins: nutzer (~nutzer@replaced-ip )
279 [02:23:40] *** Quits: prince1 (~prince@replaced-ip ) (Ping timeout: 255 seconds)
280 [02:24:15] *** Quits: nutzer (~nutzer@replaced-ip ) (Client Quit)
281 [02:25:43] *** Joins: Brainium (~brainium@replaced-ip )
282 [02:26:33] *** Quits: remo (~user@replaced-ip ) (Remote host closed the connection)
283 [02:36:09] *** Quits: Halian (~halian@replaced-ip ) (Quit: HABEEB IT!)
284 [02:38:14] *** Joins: nutzer (~nutzer@replaced-ip )
285 [02:38:42] *** Joins: Halian (~halian@replaced-ip )
286 [02:39:25] *** Quits: dethos (~dethos@replaced-ip ) (Ping timeout: 255 seconds)
287 [02:39:56] *** Quits: Akuw_ (~Akuw___@replaced-ip ) (Quit: Leaving)
288 [02:44:07] *** Joins: iateadonut (~dan@replaced-ip )
289 [02:44:22] *** Quits: Krennic (~Krennic@replaced-ip ) (Ping timeout: 255 seconds)
290 [02:44:41] *** Joins: th_ (~th@replaced-ip )
291 [02:45:02] *** Quits: xcm (~xcm@replaced-ip ) (Read error: Connection reset by peer)
292 [02:45:23] *** Joins: honsa_ (~honsa@replaced-ip )
293 [02:45:52] *** Joins: xcm (~xcm@replaced-ip )
294 [02:46:19] *** Joins: dfcnvt (~tagraf@replaced-ip )
295 [02:46:31] <dfcnvt> Need help with this. How do I fix it? replaced-url
296 [02:47:40] <annadane> oh jesus christ.
297 [02:47:44] *** Joins: Guest86859 (~quassel@replaced-ip )
298 [02:48:01] <annadane> not touching that with a 100 foot pole
299 [02:48:05] *** Quits: TomyWork (~TomyLobo@replaced-ip ) (Remote host closed the connection)
300 [02:48:35] *** Quits: honsa (~honsa@replaced-ip ) (Ping timeout: 258 seconds)
301 [02:49:01] *** Quits: bhoman (~quassel@replaced-ip ) (Read error: Connection reset by peer)
302 [02:49:21] *** Joins: gridcommand[x] (~gridcomma@replaced-ip )
303 [02:49:37] *** Joins: bhoman (~quassel@replaced-ip )
304 [02:50:22] *** Quits: akko (~gentoo@replaced-ip ) (Quit: WeeChat 2.7)
305 [02:52:08] <iateadonut> i'm backing up and restoring partitions. i wonder if there's a way to make an image (with UUID and all) but only with the amount of disk space actually used.
306 [02:52:21] <dfcnvt> (discard my request -- i got it resolved)
307 [02:52:27] *** Quits: gridcommand (~gridcomma@replaced-ip ) (Ping timeout: 240 seconds)
308 [02:53:09] <iateadonut> also, this drive is for a box with no video card. i wonder how i can install grub on an external drive for use in another box, so that grub does not find partitions on the laptop that the drive is attached to.
309 [02:53:32] <annadane> dfcnvt, if you do mix ppa with debian you're likely going to horribly mangle your system
310 [02:53:37] <annadane> !frankendebian
311 [02:53:37] <dpkg> When you get random packages from random repositories, mix multiple releases of Debian, or mix Debian and derived distributions, you have a mess. There's no way anyone can support this "distribution of Frankenstein" and #debian certainly doesn't want to even try. Ask me about <reinstall>
312 [02:54:18] <dfcnvt> !reinstall
313 [02:54:18] <dpkg> reinstall is, like, aptitude reinstall '~i' ; or COLUMNS=200 dpkg -l | awk '/^[hi]i/{print $2}' | xargs apt-get -y --reinstall install, or dpkg --get-selections > my_packages.txt , then later, dpkg --set-selections < my_packages.txt && apt-get install . See also <aptitude clone>, <debian clone>.
314 [02:54:39] <dfcnvt> Hm...Is this time consuming?
315 [02:55:10] <annadane> depends what you have backed up/what you want to restore
316 [02:55:43] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
317 [02:56:05] <dfcnvt> (moan)
318 [02:56:06] <dfcnvt> ok
319 [02:56:47] *** Joins: xcm (~xcm@replaced-ip )
320 [02:56:53] *** Quits: Guest86859 (~quassel@replaced-ip##) (Quit: ##replaced-url
321 [02:57:01] *** Quits: diniwed1 (~gavron@replaced-ip ) (Ping timeout: 258 seconds)
322 [02:57:07] *** Joins: mzajc_ (~quassel@replaced-ip )
323 [02:57:14] *** Parts: mzajc_ (~quassel@replaced-ip ) ()
324 [02:57:24] *** Joins: [dd] (~dd]@replaced-ip )
325 [02:59:25] *** Joins: r1nt3c (~r1nt3c@replaced-ip )
326 [03:00:07] *** Quits: Haudegen (~quassel@replaced-ip ) (Ping timeout: 260 seconds)
327 [03:00:20] *** Joins: towser1 (~towser1@replaced-ip )
328 [03:01:02] *** KittenMath is now known as CrystalMath
329 [03:01:06] *** Quits: dfcnvt (~tagraf@replaced-ip ) (Quit: leaving)
330 [03:02:00] *** Quits: nksegos (~Thunderbi@replaced-ip ) (Ping timeout: 258 seconds)
331 [03:02:52] *** Quits: ChmEarl (~chmearl@replaced-ip ) (Quit: Leaving)
332 [03:04:19] *** Quits: r1nt3c (~r1nt3c@replaced-ip ) (Ping timeout: 272 seconds)
333 [03:06:15] *** Joins: Tom01_ (~tom@replaced-ip )
334 [03:07:43] *** Quits: uNmowed (~Kaede@replaced-ip ) (Read error: Connection reset by peer)
335 [03:08:41] *** Quits: Brainium (~brainium@replaced-ip ) (Quit: Konversation terminated!)
336 [03:09:26] *** Quits: Tom01 (~tom@replaced-ip ) (Ping timeout: 240 seconds)
337 [03:11:12] *** Joins: diniwed1 (~gavron@replaced-ip )
338 [03:12:43] *** Quits: monstar_ (~monstar@replaced-ip ) (Ping timeout: 260 seconds)
339 [03:15:55] *** Quits: Kruppt (~Kruppt@replaced-ip ) (Quit: Leaving)
340 [03:16:57] *** Quits: monkeystance (~monkeysta@replaced-ip ) (Ping timeout: 258 seconds)
341 [03:17:01] *** Joins: titsuki (~titsuki@replaced-ip )
342 [03:19:38] *** Quits: dez (uid92154@replaced-ip ) (Quit: Connection closed for inactivity)
343 [03:19:46] *** Quits: orbiter (~orbiter@replaced-ip ) ()
344 [03:20:21] *** Parts: towser1 (~towser1@replaced-ip ) ("Leaving")
345 [03:21:56] *** Quits: ctrlbreak (~ctrlbreak@replaced-ip ) (Ping timeout: 265 seconds)
346 [03:21:56] *** Quits: fdalleau (~Fredo@replaced-ip ) (Read error: Connection reset by peer)
347 [03:22:00] *** Joins: fdal1eau (~Fredo@replaced-ip )
348 [03:23:03] *** Joins: ctrlbreak (~ctrlbreak@replaced-ip )
349 [03:24:37] *** Quits: orotalt (~orotalt@replaced-ip ) (Ping timeout: 258 seconds)
350 [03:26:48] *** Joins: fmaurer (~quassel@replaced-ip )
351 [03:29:01] *** debhelper sets mode: +l 1513
352 [03:29:51] *** Joins: hemimaniac (~hemi@replaced-ip )
353 [03:30:17] *** Quits: fdal1eau (~Fredo@replaced-ip ) (Ping timeout: 272 seconds)
354 [03:30:26] *** Quits: fmaurer_ (~quassel@replaced-ip ) (Ping timeout: 240 seconds)
355 [03:31:15] *** Joins: gt (~gt@replaced-ip )
356 [03:33:55] *** Joins: Ray-bear (~Thunderbi@replaced-ip )
357 [03:34:16] *** Quits: Ray-bear (~Thunderbi@replaced-ip ) (Client Quit)
358 [03:36:16] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
359 [03:38:51] <terrell> normally when I up and down nics I used ifconfig. This is not installed in my Stretch system AND apt-get did not find it - ifup and ifdown are also not present and ifquery is missing as well. Right now - I"m not goign to dwell on this. "ip" is present and I was able to down and up the WiFi by using it. What is the case now: There is an address: 192.168.0.103 - that looks correct - however the machine cannot connect to the network. Does the "ip" command
360 [03:38:51] <terrell> do this? if so then I can figure it out - otherwise I have to find the way to do it! ALSO - I have a KDE desktop and there _should_ be a utility to up and down the internet. I have no idea what it might be called.
361 [03:40:04] *** Quits: bouzu_ (~bouzu_@replaced-ip ) (Ping timeout: 248 seconds)
362 [03:44:13] *** Quits: nutzer (~nutzer@replaced-ip ) (Remote host closed the connection)
363 [03:44:50] *** Joins: adophilus (~adophilus@replaced-ip )
364 [03:45:27] <somiaj> terrell: ifconfig has been depricated for many many years now, use ip
365 [03:46:29] *** Joins: sidmo (~ident@replaced-ip )
366 [03:47:30] <terrell> somiaj, LOL it has been many years since I used ifconfig.
367 [03:48:01] <terrell> I presume ip can inititate TCP/IP
368 [03:48:06] *** Quits: sidmo_ (~ident@replaced-ip ) (Ping timeout: 240 seconds)
369 [03:48:29] <somiaj> correct
370 [03:48:43] <somiaj> you can also just install ifconfig, but it is no longer isntalled by default, and hasn't been used by debian's scripts for multple releases
371 [03:49:05] *** Quits: bhoman (~quassel@replaced-ip ) (Read error: Connection reset by peer)
372 [03:49:26] *** Joins: citypw (~citypw@replaced-ip )
373 [03:49:36] *** Joins: bhoman (~quassel@replaced-ip )
374 [03:50:49] *** Quits: adophilus (~adophilus@replaced-ip ) (Quit: Leaving)
375 [03:51:08] <terrell> somiaj, apt-get did not find the package. I don't need it - I just need to find the command option so ip gets tcp/ip running on that IP address: 192.168.0.103. The address and mask look fine. I also note - IPc6 is NOT running - would that explain why the computer can't see the net?
376 [03:51:16] *** Quits: cinderblock (~cinderblo@replaced-ip ) (Remote host closed the connection)
377 [03:52:14] *** Quits: Devoto (~Devoto@replaced-ip ) (Quit: Leaving)
378 [03:52:14] *** Joins: zeden (~user@replaced-ip )
379 [03:53:29] <somiaj> terrell: the package is called net-tools
380 [03:54:09] <terrell> oh! well I can't install it now because the net is not available to the machine! and from what you say I don't need it anywyas
381 [03:55:18] <terrell> I will read the docs on ip.
382 [03:56:27] *** Quits: zeden (~user@replaced-ip ) (Client Quit)
383 [03:57:50] <terrell> somiaj, I am not in a huge rush to get this machine running. Its a learning curve. I am getting into admin areas I have not done before... like at this point - it looks like build an install package from scratch. I think I'm pretty close. once that is done then I'll have Buster running... and be able to properly backup and restore machines.
384 [03:59:46] *** Quits: SoulsForBelial (~SoulsForB@replaced-ip ) (Ping timeout: 240 seconds)
385 [04:03:17] <somiaj> terrell: do you know how to use the /etc/network/interfaces file?
386 [04:03:56] <somiaj> it will do all the heavy lifting if ip/dhclient and such for you, or you could just 'man ip'
387 [04:04:03] <somiaj> if learning, might as well learn ip and not fall back to ifconfig
388 [04:05:51] *** Quits: jmcgnh (~jmcgnh@replaced-ip ) (Read error: Connection reset by peer)
389 [04:05:55] *** Joins: SoulsForBelial (~SoulsForB@replaced-ip )
390 [04:07:38] <terrell> somiaj, it is for me. I looked at the boot process adn it looks like I can (if I needed to) write a program to manipulate the MBR and VBR addresses. I think grub does all of this - where I fell into kaka is I'm missing some grub installation files and grub-install is not telling me what is missing
391 [04:08:15] <terrell> I'll get to it later.
392 [04:11:37] *** Joins: jmcgnh (~jmcgnh@replaced-ip )
393 [04:13:20] *** Joins: Jo-Anna (uid57472@replaced-ip )
394 [04:14:05] <terrell> somiaj, I looked at /e/n/i - first - it sources /e/n/i.d and there is nothing in that directory. the rest seems to be defining a loopback. Thing is - the computer is runnign default Stretch - and it boots off the USB AND the network comes up. It gets an IP address and I am surprised about that because I didn't not thing I was running NAT (nmy DNS server usually does it because I typically run Static IPs) and that server is not running right now. So this
395 [04:14:05] <terrell> means my Dumb Dlink must be doing it. which is okay. I thought the IP address was being assign by a DHCP server my ISP is running. Can't be - it would assign a routable address and this machine has 192.168.*.*
396 [04:14:37] *** Quits: eternal_updates (~eternal_u@replaced-ip ) (Quit: Leaving)
397 [04:16:34] <somiaj> man 5 interfaces
398 [04:16:48] <somiaj> a foo.d directory just allows you to split your config up into multiple files is all
399 [04:17:04] <somiaj> (so it isn't a loop), you just have nothing defiend there, but you can put stuff in there then just run 'ifup interface'
400 [04:19:42] *** Joins: prince1 (~prince@replaced-ip )
401 [04:19:49] <terrell> ifup is not installed (yet)
402 [04:20:46] <terrell> Its a default Stretch install - straight from the Stretch.iso. I have the Buster.iso also. I don't yet know how they did it - but the network automatically comes up.
403 [04:21:18] <terrell> Before I put my own configs in I want to figure out how the Install team set it up.
404 [04:21:27] <somiaj> ifup comes as part of debian tools (this is diffent than ifconfig and net-tools)
405 [04:21:51] <somiaj> the installer uses the interfaces file, so man 5 interfaces or
406 [04:22:08] <somiaj> replaced-url
407 [04:22:12] <terrell> I'm looking at it now
408 [04:22:27] <somiaj> ifup actually uses ip these days
409 [04:22:55] <terrell> okay... well then I just have to learn ip
410 [04:23:53] <terrell> Down the track I may have to learn how usb actually works because I have a Raspberry pi and I plan on using it to drive Arduinos and well - I may hack a phone or a tablet along the way
411 [04:24:43] *** Quits: prince1 (~prince@replaced-ip ) (Ping timeout: 255 seconds)
412 [04:28:09] *** Quits: cef (~cef@replaced-ip ) (Killed (card.freenode.net (Nickname regained by services)))
413 [04:28:13] *** Joins: cef (~cef@replaced-ip )
414 [04:28:46] *** Quits: flo2marsnet (~flo2marsn@replaced-ip ) (Ping timeout: 255 seconds)
415 [04:31:07] <somiaj> or learn the debian interfaces file and let the debian scripts do the lifting (my approach)
416 [04:31:22] *** Joins: prince1 (~prince@replaced-ip )
417 [04:31:53] <somiaj> I mean if all you want is an interface (say wired) with dhcp, iface foo inet dhcp in the interfaces file, then ifup foo and you are done
418 [04:31:56] *** Joins: Ekchuan (~RandyMars@replaced-ip )
419 [04:32:59] *** Quits: timothywcrane (~Thunderbi@replaced-ip ) (Ping timeout: 272 seconds)
420 [04:35:06] *** Joins: argusbr (~tls@replaced-ip )
421 [04:35:37] *** Quits: dArK_IcE (~lawl@replaced-ip ) ()
422 [04:36:15] *** Quits: prince1 (~prince@replaced-ip ) (Ping timeout: 260 seconds)
423 [04:38:18] *** Quits: argus (~tls@replaced-ip ) (Ping timeout: 265 seconds)
424 [04:39:01] *** debhelper sets mode: +l 1507
425 [04:41:28] *** Quits: Ekchuan (~RandyMars@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
426 [04:44:59] *** Joins: tebicast (tebicast@replaced-ip )
427 [04:47:26] *** Joins: Cabanoss- (~Cabanossi@replaced-ip )
428 [04:48:57] *** Quits: bhoman (~quassel@replaced-ip ) (Read error: Connection reset by peer)
429 [04:49:00] *** Quits: Tom01_ (~tom@replaced-ip ) (Remote host closed the connection)
430 [04:49:07] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 240 seconds)
431 [04:49:07] *** Cabanoss- is now known as Cabanossi
432 [04:49:35] *** Joins: bhoman (~quassel@replaced-ip )
433 [04:50:07] *** Parts: tasata (~atalsta@replaced-ip ) ()
434 [05:00:05] *** Joins: encod3 (~encod3@replaced-ip )
435 [05:00:12] *** Quits: ecov (~ecov@replaced-ip ) (Quit: Konversation terminated!)
436 [05:01:35] *** Quits: [dd] (~dd]@replaced-ip ) (Quit: Leaving)
437 [05:04:53] *** Quits: encod3 (~encod3@replaced-ip ) (Ping timeout: 265 seconds)
438 [05:07:38] *** Joins: nirakara (~nurks@replaced-ip )
439 [05:08:48] *** Quits: grzesiek11 (~quassel@replaced-ip ) (Ping timeout: 246 seconds)
440 [05:09:23] *** Joins: grzesiek11 (~quassel@replaced-ip )
441 [05:13:19] *** Quits: nirakara (~nurks@replaced-ip ) (Ping timeout: 255 seconds)
442 [05:13:47] *** Joins: prince1 (~prince@replaced-ip )
443 [05:14:02] <gt> I'm trying to install wireguard but I'm getting an error when 'make' is run in order to build the kernel module:
444 [05:14:04] <gt> replaced-url
445 [05:14:23] <joepublic> oh, on debian buster?
446 [05:14:33] <gt> btw this is a raspberry pi using stretch
447 [05:15:05] <joepublic> stretch instead of raspbian. I salute you, my debian brother/sister
448 [05:15:34] <gt> well it is raspbian stretch :)
449 [05:16:12] <binaryhermit> raspbian isn't debian, for the record
450 [05:16:20] <binaryhermit> try #raspbian
451 [05:16:20] <joepublic> dpkg, tell gt about based on debian
452 [05:16:27] <somiaj> !raspbian
453 [05:16:27] <dpkg> Raspbian is a distribution <based on Debian> made specifically for the <Raspberry Pi>. Raspbian is not Debian and it is not supported in #debian. Please use #raspbian (or #raspberrypi) on irc.freenode.net for support. replaced-url
454 [05:18:03] <gt> yeh I know, I'm coming from there... it makes me regret using it in the first place, that channel is rather dead
455 [05:18:06] *** Quits: asterismo_m (~Santiago@replaced-ip ) (Ping timeout: 240 seconds)
456 [05:18:38] <joepublic> dpkg, based on debian
457 [05:18:38] <dpkg> Your distribution may be based on and have software in common with Debian, but it is not Debian. We don't and cannot know what changes were made by your distribution (compare replaced-url
458 [05:18:43] *** Quits: prince1 (~prince@replaced-ip ) (Ping timeout: 260 seconds)
459 [05:18:51] <joepublic> or dead. :)
460 [05:19:11] <somiaj> gt: yea, unfourntally for many pi's it is the only supported os (debian only can run on certain versions of arm chips)
461 [05:19:30] <binaryhermit> ahh, pi0 or pi1...
462 [05:19:43] <gt> mine is the Raspberry Pi 3 v1.2 model
463 [05:19:54] <binaryhermit> you could probably run Debian armel or whatever it is
464 [05:20:08] <binaryhermit> oh, I misread, sorry
465 [05:20:13] <somiaj> illegal instruction, hmm, can wireshark be built on non x86 machiens?
466 [05:20:34] *** Joins: nirakara (~nurks@replaced-ip )
467 [05:20:57] <binaryhermit> but debian armel emulates floating point in software which makes it significantly slower than raspbian or debian armhf or arm64, depending on how hardcore you want to go
468 [05:21:15] <binaryhermit> or whatever the 64 bit arm port of debian is
469 [05:21:36] <binaryhermit> admittedly, I've only run debian proper on Intel stuff
470 [05:22:07] <joepublic> I run debian stretch (not whatever-bian) on my olinuxino lime 2 Arm A20s
471 [05:22:36] <joepublic> but then, it came with easy debian images
472 [05:23:13] <binaryhermit> I know this might be unpopular, but I personally recommend running raspbian on Pis
473 [05:23:47] <binaryhermit> given that it's "close enough" to debian for most stuff plus supported by the Raspberry Pi Foundation
474 [05:23:47] <joepublic> not unpopular at all, it's custom-tailored for them! Just that support for it is offtopic in official debian channels, is all
475 [05:23:58] <binaryhermit> admittedly, not "close enough" to get support here
476 [05:24:34] *** Joins: asterismo (~Santiago@replaced-ip )
477 [05:24:50] <joepublic> I mean, everyone here has the option to also sit in their channel and give out help; raspbian being offtopic here respects the choice of those who don't. Nothing wrong with raspbian that I know of.
478 [05:25:40] <binaryhermit> I know the Pi requires non-free code running on the GPU to even boot
479 [05:25:53] <joepublic> I don't think that's true any longer.
480 [05:25:55] <binaryhermit> but like 99%+ of x86 or AMD64 stuff does too
481 [05:26:01] *** Joins: enko-h (~enko@replaced-ip )
482 [05:26:39] *** Joins: egulen (~ezipizi@replaced-ip )
483 [05:26:59] <joepublic> I wouldn't say that's right either, really.
484 [05:27:10] <binaryhermit> Admittedly, I've been out of the pi loop for several months, but I'd think that working free FW would have made /. or arstechnica or something, heck, even hit my reddit frontpage (I subscribe to whatever the RPi subreddit is)
485 [05:27:16] <joepublic> 99% of x86/64 stuff will boot fine with all free software.
486 [05:27:36] <binaryhermit> joepublic: I'd argue that the GPU blob is similar enough to the BIOS
487 [05:27:46] <joepublic> binaryhermit, yes but you can *boot* without it.
488 [05:27:57] <binaryhermit> define "boot"
489 [05:28:18] <joepublic> what raspberry pi does not do without loading the binary blob as software.
490 [05:28:20] <binaryhermit> the Pi's architecture is a GPU that's the main processor with one or more ARM coprocessors
491 [05:28:35] <binaryhermit> and that the blob is required just to boot
492 [05:28:50] <joepublic> I have a Xeon with an Nvidia card, and don't need to load any binary blobs to boot.
493 [05:28:57] <joepublic> like the 99% I spoke of...
494 [05:29:02] <binaryhermit> but in this case the GPU is the main processor
495 [05:29:26] <binaryhermit> and unless it's running something like coreboot it's running a blob also known as the BIOS
496 [05:29:48] <joepublic> a "blob" not loaded from software is hardware, is the difference.
497 [05:30:27] <binaryhermit> but it's running closed-source code the way I see it
498 [05:30:32] *** Quits: itamarst (uid165457@replaced-ip ) (Quit: Connection closed for inactivity)
499 [05:31:01] <joepublic> well, you asked.
500 [05:31:02] <binaryhermit> that probably gets out of the way once GRUB or whatever runs, but how do you actually know it does?
501 [05:31:22] <binaryhermit> (adjusts tinfoil hat)
502 [05:31:53] *** Quits: TheSilentLink (~TheSilent@replaced-ip ) (Ping timeout: 272 seconds)
503 [05:32:00] <joepublic> If you want all free everything, I recommend Raptor's Talos Power series :)
504 [05:32:39] *** Joins: TheSilentLink (~TheSilent@replaced-ip )
505 [05:32:59] <binaryhermit> replaced-url
506 [05:33:18] <binaryhermit> anyway, I'm done
507 [05:34:54] <binaryhermit> given that I think this laptop has the intel microcode package on it and isn't running coreboot, and I use a Pi, that should say how I actually feel
508 [05:35:16] <somiaj> gt: maybe bring the issue to wireshark devs, it could also be stretch's kernel is too old and that is the internal error.
509 [05:35:47] <binaryhermit> what's the kernel version on Raspbian Stretch
510 [05:36:02] <binaryhermit> IIRC the kernel's one place where Raspbian keeps way ahead of debian
511 [05:36:35] <binaryhermit> like, it's not frozen like debian stable's is, they're usually only a LTS or two behind the current LTS
512 [05:38:03] *** Quits: hemimaniac (~hemi@replaced-ip ) (Quit: WeeChat 2.3)
513 [05:38:25] <sponix2ipfw> binaryhermit: might hit its channel
514 [05:38:26] <binaryhermit> although I'm currently booted into a 4.19 kernel on raspbian buster, I do need to reboot into the new kernel one of these days
515 [05:38:34] <binaryhermit> right
516 [05:39:14] <binaryhermit> I think the last stretch image had... 4.14, whereas debian stretch had an older kernel
517 [05:39:34] *** Joins: diogenes_ (~diogenes_@replaced-ip )
518 [05:40:23] <sponix2ipfw> !raspbian
519 [05:40:23] <dpkg> Raspbian is a distribution <based on Debian> made specifically for the <Raspberry Pi>. Raspbian is not Debian and it is not supported in #debian. Please use #raspbian (or #raspberrypi) on irc.freenode.net for support. replaced-url
520 [05:40:35] <binaryhermit> right
521 [05:40:56] <sponix2ipfw> I don't mind the company
522 [05:41:01] <binaryhermit> I wasn't asking for support or anything, just rambling vaguely related to someone else asking for support in it
523 [05:41:06] <binaryhermit> err, on it in here
524 [05:41:15] <joepublic> binaryhermit, replaced-url
525 [05:41:17] <sponix2ipfw> But I don't know anything about it
526 [05:41:38] <binaryhermit> have there been any commits in like the last year or so?
527 [05:41:58] <joepublic> 13 months ago.
528 [05:42:37] <joepublic> still important to "define boot" as you pointed out.
529 [05:43:25] <binaryhermit> at least on the pi3, the bootloader boots but the kernel panics
530 [05:43:47] <binaryhermit> you'd have to be a freedom nazi to run that code in production at this stage
531 [05:44:12] <joepublic> a freedom nazi wouldn't have an rpi, I don't think
532 [05:44:24] <binaryhermit> ...the irony of the term freedom nazi...
533 [05:44:34] <joepublic> I picked the olinuxino lime2 instead for this reason
534 [05:44:39] <gt> somiaj: indeed, btw it's wireguard* :). I'm waiting for the stretch -> buster upgrade to finish so I can reboot and try again
535 [05:44:54] <binaryhermit> linux on ARM is rather... non-free
536 [05:45:24] *** Quits: brokencycle (~brokencyc@replaced-ip ) (Ping timeout: 248 seconds)
537 [05:45:35] <binaryhermit> FWIW, the pi might be the most free as last I saw it was the only one it was possible to run using no non-free code on the ARM cores
538 [05:45:37] <joepublic> depends on the SOC chosen, really
539 [05:45:44] *** Parts: diogenes_ (~diogenes_@replaced-ip ) ("vergissmeinnicht")
540 [05:45:58] <binaryhermit> or maybe I just misinterpreted some RPF propaganda
541 [05:47:53] <joepublic> the A20 uses MALI GPU which has (crappy) free software support, that's what the Olinuxino Lime 2 uses
542 [05:48:07] *** Quits: diniwed1 (~gavron@replaced-ip ) (Ping timeout: 260 seconds)
543 [05:48:11] *** Joins: sedrosken (~sedrosken@replaced-ip )
544 [05:48:50] <binaryhermit> anyway, this is probably too offtopic
545 [05:48:52] *** Quits: bhoman (~quassel@replaced-ip ) (Read error: Connection reset by peer)
546 [05:49:05] *** Joins: bhoman (~quassel@replaced-ip )
547 [05:49:42] <joepublic> all debian-related, just not debian x86/64
548 [05:50:09] <binaryhermit> joepublic: for what it's worth, Allwinner has a not good history regarding the GPL
549 [05:50:43] <joepublic> yeah, not saying I like Allwinner, just saying their chip can be run with free software
550 [05:51:18] <binaryhermit> must resist urge to call them Allloser
551 [05:52:35] <binaryhermit> anyway, I've gotta go, be back in a few minutes
552 [05:52:52] <joepublic> peace.
553 [05:59:26] *** Joins: klokken (~klokken@replaced-ip )
554 [06:00:07] *** Joins: lasagna (uid83460@replaced-ip )
555 [06:01:58] *** Joins: Grldfrdom (uid391113@replaced-ip )
556 [06:03:26] *** Joins: diniwed1 (~gavron@replaced-ip )
557 [06:06:29] *** Joins: hemimaniac (~hemi@replaced-ip )
558 [06:07:27] *** Quits: yue-lan (~lanyue@replaced-ip ) (Remote host closed the connection)
559 [06:07:49] *** Joins: yue-lan (~lanyue@replaced-ip )
560 [06:08:39] *** Quits: sedrosken (~sedrosken@replaced-ip ) (Ping timeout: 260 seconds)
561 [06:10:03] *** Joins: sedrosken (~sedrosken@replaced-ip )
562 [06:11:17] *** Joins: Jade_NL (~JadeNL@replaced-ip )
563 [06:12:11] *** Quits: yue-lan (~lanyue@replaced-ip ) (Remote host closed the connection)
564 [06:13:07] *** Joins: yue-lan (~lanyue@replaced-ip )
565 [06:14:19] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 272 seconds)
566 [06:15:45] *** Quits: coruja (~coruja@replaced-ip ) (Quit: Leaving)
567 [06:16:16] *** Quits: Agrimmar (~Agrimmar@replaced-ip ) (Quit: Leaving)
568 [06:17:38] *** Joins: dm4sg (~dm4sg@replaced-ip )
569 [06:17:40] *** Joins: electro33 (uid613@replaced-ip )
570 [06:17:54] *** Joins: coruja (~coruja@replaced-ip )
571 [06:18:22] *** Quits: hemimaniac (~hemi@replaced-ip ) (Quit: WeeChat 2.3)
572 [06:19:07] *** Quits: tebicast (tebicast@replaced-ip ) (Quit: tebicast)
573 [06:19:47] *** Joins: jasperarcola (~JasperArc@replaced-ip )
574 [06:22:17] *** Joins: we6jbo (~we6jbo@replaced-ip )
575 [06:24:39] *** Quits: debsan (~debsan@replaced-ip ) (Remote host closed the connection)
576 [06:24:47] *** Quits: klokken (~klokken@replaced-ip ) (Ping timeout: 240 seconds)
577 [06:26:43] *** Joins: Margolis (~Margolis@replaced-ip )
578 [06:26:53] *** Joins: tebicast (tebicast@replaced-ip )
579 [06:29:57] *** Joins: dfstorm (~dfstorm@replaced-ip )
580 [06:30:38] *** Joins: mmx_in_space__ (~mmx_in_sp@replaced-ip )
581 [06:31:23] *** Joins: klokken (~klokken@replaced-ip )
582 [06:31:44] *** Joins: knidos (~knidos@replaced-ip )
583 [06:32:40] *** Joins: epsilonK- (~epsilonKN@replaced-ip )
584 [06:32:50] *** Quits: epsilonKNOT (~epsilonKN@replaced-ip ) (Ping timeout: 258 seconds)
585 [06:33:26] *** Quits: mmx_in_space_ (~mmx_in_sp@replaced-ip ) (Ping timeout: 240 seconds)
586 [06:35:08] *** Quits: martian67 (~martian67@replaced-ip##) (Quit: ZNC 1.7.2+deb3 - ##replaced-url
587 [06:36:19] *** Joins: rwcom6 (~rwcom@replaced-ip )
588 [06:36:43] *** Quits: Nefertiti (~Nefertiti@replaced-ip ) (Quit: ........)
589 [06:36:50] *** Quits: doubletwist (~doubletwi@replaced-ip ) (Remote host closed the connection)
590 [06:38:03] *** Quits: rwcom (~rwcom@replaced-ip ) (Ping timeout: 260 seconds)
591 [06:38:03] *** rwcom6 is now known as rwcom
592 [06:38:38] *** Joins: hemimaniac (~hemi@replaced-ip )
593 [06:38:45] *** Joins: doubletwist (~doubletwi@replaced-ip )
594 [06:40:20] *** Joins: abspython (~abspython@replaced-ip )
595 [06:42:15] *** Quits: bliv (~bliv@replaced-ip ) (Ping timeout: 260 seconds)
596 [06:42:23] *** Joins: honsa__ (~honsa@replaced-ip )
597 [06:43:46] <abspython> Is there any room for discussing GSOC projects?
598 [06:45:10] *** Joins: daniel-s (~daniel-s@replaced-ip )
599 [06:45:31] *** Quits: honsa_ (~honsa@replaced-ip ) (Ping timeout: 260 seconds)
600 [06:45:32] *** Joins: martian67 (~martian67@replaced-ip )
601 [06:48:52] *** Quits: bhoman (~quassel@replaced-ip ) (Read error: Connection reset by peer)
602 [06:49:08] *** Joins: bhoman (~quassel@replaced-ip )
603 [06:49:22] *** Quits: yue-lan (~lanyue@replaced-ip ) (Remote host closed the connection)
604 [06:49:48] *** Joins: yue-lan (~lanyue@replaced-ip )
605 [06:50:19] *** Joins: Nokaji (~Nokaji@replaced-ip )
606 [06:50:51] *** Quits: yue-lan (~lanyue@replaced-ip ) (Remote host closed the connection)
607 [06:50:59] *** Joins: pie3 (~pieee@replaced-ip )
608 [06:51:13] *** Joins: yue-lan (~lanyue@replaced-ip )
609 [06:52:57] *** Quits: yue-lan (~lanyue@replaced-ip ) (Remote host closed the connection)
610 [06:53:28] *** Joins: yue-lan (~lanyue@replaced-ip )
611 [06:53:59] *** Joins: mr_kyd (~Einherjer@replaced-ip )
612 [06:55:24] *** Joins: honsa_ (~honsa@replaced-ip )
613 [06:56:43] *** Quits: tebicast (tebicast@replaced-ip ) (Quit: tebicast)
614 [06:58:37] *** Quits: honsa__ (~honsa@replaced-ip ) (Ping timeout: 255 seconds)
615 [06:59:01] *** debhelper sets mode: +l 1515
616 [06:59:17] *** Joins: tebicast (tebicast@replaced-ip )
617 [07:03:34] <annadane> abspython, #gsoc
618 [07:04:57] <abspython> Thanks!
619 [07:04:57] *** Quits: Kelmo (~Kelmo@replaced-ip ) (Quit: Leaving)
620 [07:05:45] <joepublic> who would've thought!
621 [07:05:49] <gt> somiaj, joepublic, in the end it seems to be that my outdated stretch version was the problem. Did a full upgrade to buster and now it's all good. Wireguard interfaces are up and fully functional
622 [07:05:59] <joepublic> awesome gt.
623 [07:06:36] <joepublic> out of curiosity, what are you using the wireguard for?
624 [07:09:16] <annadane> see, it sounds incredibly obvious, but for like at least 5-6 questions concerning outreachy or gsoc i absolutely did not know where to send people
625 [07:09:22] <annadane> i never thought to just /msg dpkg
626 [07:09:51] <annadane> behind every apparent intelligent decision is a string of really embarrassing failures
627 [07:12:13] <gt> I've had my personal VPN setup for as long as I can remember. For years now it's been backed by OpenVPN, but since the merge of WireGuard into the linux kernel, I simply jumped in the bandwagon and ditched out OpenVPN
628 [07:12:25] <gt> @joerepublic
629 [07:14:28] <annadane> this is not twitter!
630 [07:14:33] <gt> it's been great so far. Very easy to setup, systemd-networkd already supports wireguard so the setup is extremely easy and it's pretty resilient
631 [07:14:35] <gt> replaced-url
632 [07:14:41] *** Joins: prince1 (~prince@replaced-ip )
633 [07:15:40] *** Quits: hemimaniac (~hemi@replaced-ip ) (Quit: WeeChat 2.3)
634 [07:16:13] *** Quits: pvdp (~pvdp@replaced-ip ) (Quit: Ping timeout (120 seconds))
635 [07:16:44] *** Joins: pvdp (~pvdp@replaced-ip )
636 [07:18:47] *** Joins: nlpqda (~kwz@replaced-ip )
637 [07:19:15] *** Quits: pie3 (~pieee@replaced-ip ) (Ping timeout: 265 seconds)
638 [07:19:36] *** Quits: prince1 (~prince@replaced-ip ) (Ping timeout: 258 seconds)
639 [07:19:44] *** Joins: czesmir (~stefan@replaced-ip )
640 [07:20:08] <nlpqda> I've debian installed on a laptop without battery, I found it off in the morning and I'm wondering if it's even possible to see "which" logs to find out the cause of the shutdown!?
641 [07:21:29] *** Joins: hemimaniac (~hemi@replaced-ip )
642 [07:22:55] *** Quits: diniwed1 (~gavron@replaced-ip ) (Ping timeout: 255 seconds)
643 [07:24:35] *** Quits: phanuel (~phanuel@replaced-ip ) (Ping timeout: 258 seconds)
644 [07:25:11] *** Quits: FalseMem (~Falsememo@replaced-ip ) (Ping timeout: 260 seconds)
645 [07:26:07] *** Quits: titsuki (~titsuki@replaced-ip ) (Ping timeout: 258 seconds)
646 [07:29:40] *** Quits: iateadonut (~dan@replaced-ip ) (Ping timeout: 255 seconds)
647 [07:30:44] *** Joins: Nefertiti (~Nefertiti@replaced-ip )
648 [07:32:34] *** Joins: tuxmania (~tuxmania@replaced-ip )
649 [07:33:07] *** Quits: Jo-Anna (uid57472@replaced-ip ) (Quit: Connection closed for inactivity)
650 [07:33:45] *** Quits: nirakara (~nurks@replaced-ip ) (Ping timeout: 265 seconds)
651 [07:33:51] *** Quits: tuxmania (~tuxmania@replaced-ip ) (Remote host closed the connection)
652 [07:35:27] *** Quits: egulen (~ezipizi@replaced-ip ) (Ping timeout: 260 seconds)
653 [07:35:42] *** Joins: Scytale89 (~Thunderbi@replaced-ip )
654 [07:37:39] *** Joins: tebicast_ (tebicast@replaced-ip )
655 [07:38:34] *** Joins: uNmowed (~Kaede@replaced-ip )
656 [07:39:11] *** Quits: tebicast (tebicast@replaced-ip ) (Ping timeout: 260 seconds)
657 [07:42:05] *** Joins: terr_ (~terr@replaced-ip )
658 [07:42:08] *** Joins: AquaL1te (~AquaL1te@replaced-ip )
659 [07:42:16] *** Quits: AquaL1te (~AquaL1te@replaced-ip ) (Changing host)
660 [07:42:16] *** Joins: AquaL1te (~AquaL1te@replaced-ip )
661 [07:44:42] *** Joins: dez (uid92154@replaced-ip )
662 [07:44:50] *** Joins: pie3 (~pieee@replaced-ip )
663 [07:45:28] *** Quits: terrell (~terr@replaced-ip ) (Ping timeout: 268 seconds)
664 [07:46:41] *** Quits: hemimaniac (~hemi@replaced-ip ) (Quit: WeeChat 2.3)
665 [07:47:15] <jr0> help jumpnetwork
666 [07:48:57] *** Joins: TripplePT (~John@replaced-ip )
667 [07:49:24] *** Joins: hemimaniac (~hemi@replaced-ip )
668 [07:53:36] *** Joins: colemickens_ (uid214@replaced-ip )
669 [07:54:08] *** Quits: dfstorm (~dfstorm@replaced-ip ) (Quit: dfstorm)
670 [07:55:39] *** Quits: czesmir (~stefan@replaced-ip ) (Read error: Connection reset by peer)
671 [07:56:42] *** Joins: FSF-GNU-Fan (~GNU-FSF-F@replaced-ip )
672 [07:57:24] <somiaj> binaryhermit: it isn't like amd and intel both have non-free firmare on their chips either, which you can download microcode updates.
673 [07:57:56] *** Joins: Tronzilla (~Tron@replaced-ip )
674 [07:58:31] <somiaj> I haven't done to much from arm, my understanding is the bootstraping a kernel to it can be tricky (they don't often boot like normal machines), which is my understand what a lot of the custom kernel raspbian has includes.
675 [08:00:17] <binaryhermit> as far as I can tell, the gpu blob required to boot on a pi is somewhat similar to what a BIOS would be in x86 land
676 [08:00:47] <binaryhermit> not to mention the whole Intel ME thing, albeit that's not on AMD
677 [08:02:05] *** Quits: jr0 (james@replaced-ip##) (Quit: ZNC 1.7.3 - ##replaced-url
678 [08:02:17] *** Joins: czesmir (~stefan@replaced-ip )
679 [08:02:24] *** Quits: Gazooo (~Gazooo@replaced-ip##) (Quit: The Lounge - ##replaced-url
680 [08:04:26] *** Joins: Gazooo (~Gazooo@replaced-ip )
681 [08:05:37] *** Joins: nirakara (~nurks@replaced-ip )
682 [08:05:41] <somiaj> I think the freest you can get is using a libreboot firmware, there are also wifi cards you can put completely free firmawre on, I don't think you can escape the non-free microcode on your cpu, and unsure if there is any gpu with completely open firmware on it either.
683 [08:05:46] *** Joins: fflori (~fflori@replaced-ip )
684 [08:06:06] <somiaj> I guess you can put all of your trust in either intel or amd and have their firmware for both cpu and gpu
685 [08:06:46] <somiaj> though even with libreboot firmware on a mobo, there is probably some closde sorce firmare floating around on the components somewhere.
686 [08:07:45] *** Joins: jr0 (jr0@replaced-ip )
687 [08:08:08] *** jr0 is now known as Guest49886
688 [08:11:41] *** Joins: endstille (~endstille@replaced-ip )
689 [08:16:56] *** Quits: Guest49886 (jr0@replaced-ip##) (Quit: ZNC 1.7.3 - ##replaced-url
690 [08:19:54] *** Quits: lasagna (uid83460@replaced-ip ) (Quit: Connection closed for inactivity)
691 [08:21:26] *** Joins: TheWizard (~thewizard@replaced-ip )
692 [08:21:28] *** Joins: timothywcrane (~Thunderbi@replaced-ip )
693 [08:23:14] *** Quits: r0shi_ (~r0shi@replaced-ip ) (Ping timeout: 258 seconds)
694 [08:24:23] *** Joins: vonsyd0w (~vonsyd0w@replaced-ip )
695 [08:24:37] *** Joins: darunesh (~Dhananjay@replaced-ip )
696 [08:24:52] *** Joins: Silmarilion (~Silmarili@replaced-ip )
697 [08:26:24] *** Joins: honsa__ (~honsa@replaced-ip )
698 [08:27:58] *** Joins: Lord_of_Life_ (~Lord@replaced-ip )
699 [08:28:35] *** Quits: jmcgnh (~jmcgnh@replaced-ip ) (Ping timeout: 272 seconds)
700 [08:29:01] *** debhelper sets mode: +l 1523
701 [08:29:25] *** Quits: cliluw (~cliluw@replaced-ip ) (Read error: Connection reset by peer)
702 [08:29:40] *** Quits: Lord_of_Life (~Lord@replaced-ip ) (Ping timeout: 248 seconds)
703 [08:29:41] *** Lord_of_Life_ is now known as Lord_of_Life
704 [08:29:49] *** Quits: honsa_ (~honsa@replaced-ip ) (Ping timeout: 265 seconds)
705 [08:30:22] *** Joins: Alleria (~AllahuAkb@replaced-ip )
706 [08:30:57] *** Joins: honsa (~honsa@replaced-ip )
707 [08:31:07] *** Joins: ANero (~ANero@replaced-ip )
708 [08:31:25] *** Joins: jr0 (jr0@replaced-ip )
709 [08:31:48] *** jr0 is now known as Guest43235
710 [08:32:53] *** Joins: cliluw (~cliluw@replaced-ip )
711 [08:33:05] *** Quits: Guest43235 (jr0@replaced-ip ) (Client Quit)
712 [08:33:07] *** Quits: Scytale89 (~Thunderbi@replaced-ip ) (Quit: Scytale89)
713 [08:33:23] *** Quits: CrystalMath (~coderain@replaced-ip##) (Quit: Support Richard Stallman | ##replaced-url
714 [08:33:47] *** Quits: honsa__ (~honsa@replaced-ip ) (Ping timeout: 260 seconds)
715 [08:34:11] *** Joins: Scytale90 (~Thunderbi@replaced-ip )
716 [08:34:19] *** Quits: Scytale90 (~Thunderbi@replaced-ip ) (Client Quit)
717 [08:35:49] *** Quits: saptech (~saptech@replaced-ip ) (Quit: Now you see me, now you don't)
718 [08:37:46] *** Joins: Barralastic (~Barralast@replaced-ip )
719 [08:38:28] *** Quits: rgr (~rgr@replaced-ip ) (Remote host closed the connection)
720 [08:39:05] *** Joins: bouzu_ (~bouzu_@replaced-ip )
721 [08:41:35] *** Joins: Scytale89 (~Scytale89@replaced-ip )
722 [08:41:57] *** Joins: TESTED123 (~nevermind@replaced-ip )
723 [08:42:44] *** Quits: krishna (~krishna@replaced-ip ) (Read error: Connection reset by peer)
724 [08:43:02] *** Joins: krishna (~krishna@replaced-ip )
725 [08:43:25] *** Quits: krishna (~krishna@replaced-ip ) (Read error: Connection reset by peer)
726 [08:43:42] *** Joins: krishna (~krishna@replaced-ip )
727 [08:44:03] *** Quits: rtce9a (~rt@replaced-ip ) (Ping timeout: 260 seconds)
728 [08:44:13] *** Quits: bouzu_ (~bouzu_@replaced-ip ) (Quit: Leaving)
729 [08:44:16] *** Joins: dddd (jr0@replaced-ip )
730 [08:44:17] *** Quits: fflori (~fflori@replaced-ip ) (Remote host closed the connection)
731 [08:45:11] *** Quits: Alleria (~AllahuAkb@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
732 [08:45:41] *** Quits: darunesh (~Dhananjay@replaced-ip ) (Quit: Leaving)
733 [08:46:09] *** Joins: Diarkandiel (~Diarkandi@replaced-ip )
734 [08:46:11] *** Joins: darunesh (~Dhananjay@replaced-ip )
735 [08:46:20] <Diarkandiel> #flood
736 [08:46:51] *** Quits: klokken (~klokken@replaced-ip ) (Quit: klokken)
737 [08:47:45] *** Joins: klokken (~klokken@replaced-ip )
738 [08:47:52] *** Quits: dddd (jr0@replaced-ip ) (Client Quit)
739 [08:48:47] *** Quits: endstille (~endstille@replaced-ip ) (Quit: I'll be back.)
740 [08:48:52] *** Quits: bhoman (~quassel@replaced-ip ) (Read error: Connection reset by peer)
741 [08:49:06] *** Joins: bhoman (~quassel@replaced-ip )
742 [08:50:17] *** Quits: TheWizard (~thewizard@replaced-ip##) (Quit: KVIrc 5.0.0 Aria ##replaced-url
743 [08:50:25] *** Joins: tsal_ (~tsal@replaced-ip )
744 [08:50:36] *** Quits: d3sync|2 (~d3sync@replaced-ip##) (Quit: KVIrc 5.0.0 Aria ##replaced-url
745 [08:51:10] *** Quits: frankerboule (~boule@replaced-ip ) (Quit: Leaving)
746 [08:53:27] *** Quits: darunesh (~Dhananjay@replaced-ip ) (Quit: Leaving)
747 [08:53:46] *** Quits: tsal (~tsal@replaced-ip ) (Ping timeout: 240 seconds)
748 [08:53:52] *** Joins: fdal1eau (~Fredo@replaced-ip )
749 [08:54:04] *** Quits: siavoshkc (~quassel@replaced-ip##) (Quit: ##replaced-url
750 [08:56:39] *** Joins: d3sync (~d3sync@replaced-ip )
751 [08:57:20] *** Quits: fdal1eau (~Fredo@replaced-ip ) (Read error: Connection reset by peer)
752 [08:58:39] *** Joins: bouzu_ (~bouzu_@replaced-ip )
753 [08:59:01] *** debhelper sets mode: +l 1516
754 [08:59:16] *** Quits: luuuciano (~luuuciano@replaced-ip ) (Ping timeout: 258 seconds)
755 [09:00:00] *** Joins: chomwitt (~chomwitt@replaced-ip )
756 [09:00:24] *** Joins: luuuciano (~luuuciano@replaced-ip )
757 [09:01:07] *** Joins: fflori (~fflori@replaced-ip )
758 [09:01:55] *** Quits: FSF-GNU-Fan (~GNU-FSF-F@replaced-ip ) (Ping timeout: 255 seconds)
759 [09:03:47] *** Joins: chmykh (~chmykh@replaced-ip )
760 [09:04:21] *** Joins: Jerrynicki (~niklas@replaced-ip )
761 [09:06:29] *** Joins: jedelava (~jedelava@replaced-ip )
762 [09:06:32] *** Joins: BlueByte_ (~walther@replaced-ip )
763 [09:08:19] *** Quits: rakor (~rakor@replaced-ip##) (Quit: ##replaced-url
764 [09:09:19] *** Joins: rakor (~rakor@replaced-ip )
765 [09:09:30] *** Quits: enko-h (~enko@replaced-ip ) (Remote host closed the connection)
766 [09:10:35] *** Quits: Scytale89 (~Scytale89@replaced-ip ) (Quit: Scytale89)
767 [09:13:56] *** Quits: dm4sg (~dm4sg@replaced-ip ) (Ping timeout: 248 seconds)
768 [09:14:40] *** Joins: rgr (~rgr@replaced-ip )
769 [09:15:31] *** Joins: prince1 (~prince@replaced-ip )
770 [09:15:40] *** Joins: diogenes_ (~diogenes_@replaced-ip )
771 [09:15:42] *** Joins: PaddyF (~PaddyF@replaced-ip )
772 [09:18:13] *** Joins: mrrobot_ (~mrrobot@replaced-ip )
773 [09:18:47] *** Quits: Xiever2541 (~Xiever254@replaced-ip ) (Ping timeout: 240 seconds)
774 [09:19:00] *** Quits: tebicast_ (tebicast@replaced-ip ) (Quit: tebicast_)
775 [09:19:35] *** Joins: tebicast (tebicast@replaced-ip )
776 [09:20:03] *** Quits: prince1 (~prince@replaced-ip ) (Ping timeout: 240 seconds)
777 [09:20:27] *** Quits: mrrobot__ (~mrrobot@replaced-ip ) (Ping timeout: 240 seconds)
778 [09:20:59] *** Quits: tebicast (tebicast@replaced-ip ) (Client Quit)
779 [09:21:47] *** Quits: knidos (~knidos@replaced-ip ) (Remote host closed the connection)
780 [09:22:59] *** Quits: nyov (~nyov@replaced-ip ) (Killed (orwell.freenode.net (Nickname regained by services)))
781 [09:23:00] *** Quits: rgr (~rgr@replaced-ip ) (Quit: Leaving)
782 [09:23:07] *** Joins: nyov (~nyov@replaced-ip )
783 [09:23:30] *** Joins: dftxbs3e (~dftxbs3e@replaced-ip )
784 [09:23:42] *** Joins: knidos (~knidos@replaced-ip )
785 [09:24:12] *** Quits: Silmarilion (~Silmarili@replaced-ip ) (Read error: Connection reset by peer)
786 [09:24:41] *** Quits: knidos (~knidos@replaced-ip ) (Client Quit)
787 [09:24:42] *** Joins: rsx (~rsx@replaced-ip )
788 [09:25:07] *** Quits: dimir (~dimir@replaced-ip ) (Ping timeout: 260 seconds)
789 [09:25:32] *** Joins: darunesh (~Dhananjay@replaced-ip )
790 [09:25:45] *** Joins: dimir (~dimir@replaced-ip )
791 [09:26:29] *** Quits: z4kst4r (~z4kst4r@replaced-ip ) (Ping timeout: 258 seconds)
792 [09:27:22] *** Quits: BlueByte_ (~walther@replaced-ip ) (Quit: This computer has gone to sleep)
793 [09:29:43] *** Quits: Grldfrdom (uid391113@replaced-ip ) (Quit: Connection closed for inactivity)
794 [09:29:51] *** Joins: dastier (~dastier@replaced-ip )
795 [09:30:04] *** Quits: Apeiron` (~Apeiron@replaced-ip##) (Quit: ZNC - ##replaced-url
796 [09:30:04] *** Quits: Rhuarc (~Rhuarc-@replaced-ip ) (Quit: Not my fucking problem)
797 [09:30:19] *** nyov is now known as Guest17105
798 [09:30:19] *** Quits: Guest17105 (~nyov@replaced-ip ) (Killed (card.freenode.net (Nickname regained by services)))
799 [09:30:23] *** Joins: Silmarilion (~Silmarili@replaced-ip )
800 [09:30:27] *** Joins: nyov (~nyov@replaced-ip )
801 [09:32:19] *** Joins: Apeiron` (~Apeiron@replaced-ip )
802 [09:33:28] *** Joins: Rhuarc (~Rhuarc-@replaced-ip )
803 [09:34:32] *** Joins: tebicast (tebicast@replaced-ip )
804 [09:35:02] *** Quits: darunesh (~Dhananjay@replaced-ip ) (Quit: Leaving)
805 [09:35:38] *** Joins: thee-anarchist (~thee-anar@replaced-ip )
806 [09:35:51] *** Joins: honsa_ (~honsa@replaced-ip )
807 [09:36:02] *** Quits: TESTED123 (~nevermind@replaced-ip ) (Remote host closed the connection)
808 [09:39:07] *** Quits: honsa (~honsa@replaced-ip ) (Ping timeout: 260 seconds)
809 [09:42:57] *** Joins: NetTerminalGene (~NetTermin@replaced-ip )
810 [09:43:18] *** Joins: z4kst4r_ (~z4kst4r@replaced-ip )
811 [09:45:14] *** Joins: Vizva (~Vizva@replaced-ip )
812 [09:45:38] *** Joins: bashquest (~bash0r@replaced-ip )
813 [09:45:38] *** Quits: bashquest (~bash0r@replaced-ip ) (Changing host)
814 [09:45:38] *** Joins: bashquest (~bash0r@replaced-ip )
815 [09:49:01] *** debhelper sets mode: +l 1522
816 [09:50:10] *** Joins: thelastjedi_ (~quassel@replaced-ip )
817 [09:52:48] *** Quits: madrik (~user@replaced-ip ) (Remote host closed the connection)
818 [09:52:59] *** Quits: fflori (~fflori@replaced-ip ) (Remote host closed the connection)
819 [09:55:37] *** Quits: pingfloyd (~pingfloyd@replaced-ip ) (Ping timeout: 258 seconds)
820 [09:56:46] *** Quits: Plasmodu_ (~Plasmoduc@replaced-ip ) (Ping timeout: 258 seconds)
821 [09:57:34] *** Quits: abspython (~abspython@replaced-ip ) (Quit: Leaving)
822 [09:58:38] *** Quits: leden (~leden@replaced-ip ) (Remote host closed the connection)
823 [09:58:54] *** Quits: dftxbs3e (~dftxbs3e@replaced-ip ) (Remote host closed the connection)
824 [09:59:01] *** debhelper sets mode: +l 1516
825 [09:59:16] *** Quits: phdeswer (~phdeswer@replaced-ip ) (Ping timeout: 248 seconds)
826 [09:59:30] *** Joins: leden (~leden@replaced-ip )
827 [10:00:08] *** Quits: leden (~leden@replaced-ip ) (Remote host closed the connection)
828 [10:00:33] *** Joins: leden (~leden@replaced-ip )
829 [10:01:06] *** Quits: cipher45 (~cipher45@replaced-ip##) (Quit: ZNC 1.7.5 - ##replaced-url
830 [10:01:28] *** Parts: Diarkandiel (~Diarkandi@replaced-ip ) ("Leaving")
831 [10:02:38] *** Joins: cipher45 (~cipher45@replaced-ip )
832 [10:10:23] *** Quits: arahael (~arahael@replaced-ip ) (Ping timeout: 260 seconds)
833 [10:10:35] *** Quits: we6jbo (~we6jbo@replaced-ip ) (Remote host closed the connection)
834 [10:11:21] *** Quits: TripplePT (~John@replaced-ip ) (Quit: Leaving)
835 [10:13:01] *** Quits: bertbob (~bertbob@replaced-ip ) (Ping timeout: 255 seconds)
836 [10:14:07] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
837 [10:15:17] *** Joins: BlueByte_ (~walther@replaced-ip )
838 [10:15:55] *** Joins: dftxbs3e (~dftxbs3e@replaced-ip )
839 [10:16:33] *** Quits: BlueByte_ (~walther@replaced-ip ) (Client Quit)
840 [10:17:17] *** Joins: BlueByte_ (~walther@replaced-ip )
841 [10:17:17] *** Quits: Mr_Me (~DarkShado@replaced-ip ) (Read error: Connection reset by peer)
842 [10:17:33] *** Joins: Mr_Me (~DarkShado@replaced-ip )
843 [10:17:55] *** Joins: TheWizard (~thewizard@replaced-ip )
844 [10:18:38] *** Quits: BlueByte_ (~walther@replaced-ip ) (Client Quit)
845 [10:18:41] *** Quits: pie3 (~pieee@replaced-ip ) (Quit: Leaving)
846 [10:22:46] *** Quits: TheWizard (~thewizard@replaced-ip ) (Client Quit)
847 [10:22:47] *** Joins: zamuro (~Samantha@replaced-ip )
848 [10:22:47] *** Quits: zamuro (~Samantha@replaced-ip ) (Changing host)
849 [10:22:47] *** Joins: zamuro (~Samantha@replaced-ip )
850 [10:23:14] *** Joins: TheWizard (~thewizard@replaced-ip )
851 [10:23:25] *** Quits: chmykh (~chmykh@replaced-ip ) (Quit: chmykh)
852 [10:26:15] *** Quits: kwame (~pi@replaced-ip ) (Ping timeout: 260 seconds)
853 [10:26:15] *** Joins: zatumil (~Administr@replaced-ip )
854 [10:26:28] *** Quits: cliluw (~cliluw@replaced-ip ) (Read error: Connection reset by peer)
855 [10:26:42] *** Joins: cliluw (~cliluw@replaced-ip )
856 [10:29:06] *** Joins: dreamon (~dreamon@replaced-ip )
857 [10:29:12] *** Quits: Vizva (~Vizva@replaced-ip ) (Remote host closed the connection)
858 [10:30:35] *** Joins: enet (~enet@replaced-ip )
859 [10:34:50] *** Joins: sqrt_0 (~sqrt_0@replaced-ip )
860 [10:36:09] *** Quits: tebicast (tebicast@replaced-ip ) (Quit: tebicast)
861 [10:37:22] *** Quits: luuuciano (~luuuciano@replaced-ip ) (Remote host closed the connection)
862 [10:38:24] *** Joins: monstar_ (~monstar@replaced-ip )
863 [10:44:24] *** Quits: timothywcrane (~Thunderbi@replaced-ip ) (Remote host closed the connection)
864 [10:44:25] *** Joins: honsa__ (~honsa@replaced-ip )
865 [10:47:45] *** Quits: honsa_ (~honsa@replaced-ip ) (Ping timeout: 258 seconds)
866 [10:49:04] *** Joins: tebicast (tebicast@replaced-ip )
867 [10:51:36] *** Joins: Rue (~rue@replaced-ip )
868 [10:52:49] *** Joins: Grldfrdom (uid391113@replaced-ip )
869 [10:56:19] *** xcm is now known as Guest53552
870 [10:56:19] *** Quits: Guest53552 (~xcm@replaced-ip ) (Killed (card.freenode.net (Nickname regained by services)))
871 [10:56:38] *** Quits: Tronzilla (~Tron@replaced-ip ) (Ping timeout: 268 seconds)
872 [10:57:01] *** Joins: xcm (~xcm@replaced-ip )
873 [10:57:10] *** Quits: tebicast (tebicast@replaced-ip ) (Max SendQ exceeded)
874 [10:57:28] *** Joins: Tronzilla (~Tron@replaced-ip )
875 [10:57:28] *** Joins: asymptotically (~asymptoti@replaced-ip )
876 [10:58:57] *** Joins: tebicast (tebicast@replaced-ip )
877 [11:02:11] *** Quits: Tronzilla (~Tron@replaced-ip ) (Ping timeout: 260 seconds)
878 [11:03:08] *** Joins: Tronzilla (~Tron@replaced-ip )
879 [11:04:21] *** Quits: dez (uid92154@replaced-ip ) (Quit: Connection closed for inactivity)
880 [11:05:02] *** Quits: Gazooo (~Gazooo@replaced-ip##) (Quit: The Lounge - ##replaced-url
881 [11:06:53] *** Joins: Gazooo (~Gazooo@replaced-ip )
882 [11:07:15] *** Quits: sqrt_0 (~sqrt_0@replaced-ip ) (Quit: Leaving)
883 [11:09:45] *** Joins: wytchmaster (~wytchmast@replaced-ip )
884 [11:13:53] *** Quits: SirLagz (~SirLagz@replaced-ip ) (Ping timeout: 272 seconds)
885 [11:14:17] *** Quits: cliluw (~cliluw@replaced-ip ) (Read error: Connection reset by peer)
886 [11:14:29] *** Joins: cliluw (~cliluw@replaced-ip )
887 [11:16:27] *** Joins: prince1 (~prince@replaced-ip )
888 [11:19:36] *** Joins: openface (~of@replaced-ip )
889 [11:20:25] *** Joins: SirLagz (~SirLagz@replaced-ip )
890 [11:21:19] *** Quits: prince1 (~prince@replaced-ip ) (Ping timeout: 260 seconds)
891 [11:21:35] *** Quits: thee-anarchist (~thee-anar@replaced-ip ) (Remote host closed the connection)
892 [11:22:45] *** Joins: Hammerschlag (~Hammersch@replaced-ip )
893 [11:23:07] *** Joins: frankerboule (~boule@replaced-ip )
894 [11:25:27] *** Joins: honsa_ (~honsa@replaced-ip )
895 [11:26:10] *** Joins: thee-anarchist (~thee-anar@replaced-ip )
896 [11:28:27] *** Quits: Jade_NL (~JadeNL@replaced-ip ) (Ping timeout: 240 seconds)
897 [11:28:42] *** Quits: honsa__ (~honsa@replaced-ip ) (Ping timeout: 268 seconds)
898 [11:30:50] *** Quits: frankerboule (~boule@replaced-ip ) (Quit: Leaving)
899 [11:32:53] *** Quits: nirakara (~nurks@replaced-ip ) (Ping timeout: 272 seconds)
900 [11:33:03] *** Joins: Jade_NL (~JadeNL@replaced-ip )
901 [11:35:26] *** Quits: joerg (~joerg@replaced-ip ) (Ping timeout: 240 seconds)
902 [11:35:49] *** Joins: titsuki (~titsuki@replaced-ip )
903 [11:37:38] *** Quits: thelastjedi_ (~quassel@replaced-ip ) (Ping timeout: 240 seconds)
904 [11:38:03] *** Quits: Silmarilion (~Silmarili@replaced-ip ) (Quit: Leaving)
905 [11:39:28] *** Joins: nirakara (~nurks@replaced-ip )
906 [11:41:53] *** Joins: czesmir_ (~stefan@replaced-ip )
907 [11:42:05] *** Joins: sixtysix (~sixtysix@replaced-ip )
908 [11:42:33] *** Joins: joerg (~joerg@replaced-ip )
909 [11:43:14] *** Joins: work10 (~work10@replaced-ip )
910 [11:43:23] *** Quits: tebicast (tebicast@replaced-ip ) (Quit: tebicast)
911 [11:43:57] *** Joins: tebicast (tebicast@replaced-ip )
912 [11:44:12] *** Joins: prince1 (~prince@replaced-ip )
913 [11:45:15] *** Quits: czesmir (~stefan@replaced-ip ) (Ping timeout: 258 seconds)
914 [11:46:59] *** Joins: Ericounet (~Eric@replaced-ip )
915 [11:47:20] *** czesmir_ is now known as czesmir
916 [11:48:29] *** Joins: Alexa (~Alexa@replaced-ip )
917 [11:49:02] *** debhelper sets mode: +l 1522
918 [11:51:11] *** Quits: prince1 (~prince@replaced-ip ) (Ping timeout: 260 seconds)
919 [11:51:22] <Alexa> Dear friends, how to make a keyboard shortcut follow certain keyboard instructions? Currently I'm writing a paperwork and constantly switching between tabs. And often I use certain keys (Down, Home, Ctrl + shift + right, ctrl + c) then I switch tab and look it up in dictionary. How to bind it to a keyboard shortcut?
920 [11:51:38] *** Joins: tebicast_ (tebicast@replaced-ip )
921 [11:53:47] *** Quits: tebicast (tebicast@replaced-ip ) (Ping timeout: 272 seconds)
922 [11:54:16] *** Quits: enet (~enet@replaced-ip ) (Ping timeout: 255 seconds)
923 [11:54:21] <EdePopede> Alexa: the all-knowing, all-seeing Trash Heap suggests autokey{-common,-gtk,-qt}
924 [11:54:51] *** Quits: work10 (~work10@replaced-ip ) (Quit: Leaving)
925 [11:54:57] <Alexa> thx EdePopede , will google it, along with xdotool
926 [11:55:05] *** Joins: Guest69112 (FIRE@replaced-ip )
927 [11:55:09] <EdePopede> and replaced-url
928 [11:56:11] <EdePopede> seems this one may also work replaced-url
929 [11:56:47] *** Quits: fiiirree (FIRE@replaced-ip ) (Ping timeout: 260 seconds)
930 [11:57:05] <EdePopede> now that one's interesting replaced-url
931 [11:57:07] *** Quits: zyley (~zyley@replaced-ip ) (Quit: Leaving)
932 [11:57:09] *** Joins: Haudegen (~quassel@replaced-ip )
933 [11:58:02] <EdePopede> having a 2nd keyboard (keypad only or complete one) with just specialized keys sounds like a good helper while working with tools which need such macros often
934 [11:59:13] <EdePopede> ,v xmacro
935 [11:59:14] <judd> Package: xmacro on amd64 -- jessie: 0.3pre-20000911-6; bullseye: 0.3pre-20000911-7; buster: 0.3pre-20000911-7; sid: 0.3pre-20000911-7; stretch: 0.3pre-20000911-7
936 [11:59:28] *** Quits: tebicast_ (tebicast@replaced-ip ) (Max SendQ exceeded)
937 [12:00:33] *** Quits: yue-lan (~lanyue@replaced-ip ) (Quit: Leaving)
938 [12:01:09] *** Joins: tebicast (tebicast@replaced-ip )
939 [12:01:29] *** Joins: TomyWork (~TomyLobo@replaced-ip )
940 [12:01:49] <EdePopede> ,v g15macro
941 [12:01:50] <judd> Package: g15macro on amd64 -- jessie: 1.0.3-3; stretch: 1.0.3-3+b2
942 [12:02:00] <EdePopede> for M and G keys on Logitech keyboards
943 [12:07:05] *** Quits: zamuro (~Samantha@replaced-ip ) (Ping timeout: 272 seconds)
944 [12:08:11] *** Quits: cliluw (~cliluw@replaced-ip ) (Read error: Connection reset by peer)
945 [12:08:26] *** Joins: cliluw (~cliluw@replaced-ip )
946 [12:10:01] *** Quits: dselect (~dselect@replaced-ip ) (Quit: ouch... that hurt)
947 [12:10:57] *** Joins: prince1 (~prince@replaced-ip )
948 [12:11:07] *** Joins: dselect (~dselect@replaced-ip )
949 [12:11:36] *** Joins: Brainium (~brainium@replaced-ip )
950 [12:12:21] *** Quits: thee-anarchist (~thee-anar@replaced-ip ) (Quit: Of all tyrannies, a tyranny sincerely exercised for the good of its victim may be the most oppressive.)
951 [12:12:44] *** Joins: Silmarilion (~Silmarili@replaced-ip )
952 [12:13:35] *** Quits: z4kst4r_ (~z4kst4r@replaced-ip ) (Ping timeout: 260 seconds)
953 [12:13:52] *** Quits: jedelava (~jedelava@replaced-ip ) (Read error: Connection reset by peer)
954 [12:14:31] *** Quits: AimHere (~David@replaced-ip ) (Ping timeout: 260 seconds)
955 [12:14:45] *** Joins: encod3 (~encod3@replaced-ip )
956 [12:15:00] *** Joins: zamuro (~Samantha@replaced-ip )
957 [12:15:00] *** Quits: zamuro (~Samantha@replaced-ip ) (Changing host)
958 [12:15:00] *** Joins: zamuro (~Samantha@replaced-ip )
959 [12:15:03] *** Quits: zamuro (~Samantha@replaced-ip ) (Client Quit)
960 [12:15:21] *** Joins: debsan (~debsan@replaced-ip )
961 [12:15:32] *** Quits: encod3 (~encod3@replaced-ip ) (Client Quit)
962 [12:15:52] *** Quits: prince1 (~prince@replaced-ip ) (Ping timeout: 255 seconds)
963 [12:16:35] *** Joins: AimHere (~David@replaced-ip )
964 [12:17:26] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
965 [12:20:39] *** Joins: Bodiro (~quassel@replaced-ip )
966 [12:22:30] *** Joins: Ycarus (~Ycarus@replaced-ip )
967 [12:23:10] *** Quits: colemickens_ (uid214@replaced-ip ) (Quit: Connection closed for inactivity)
968 [12:27:18] *** Joins: b1ack0p (~M@replaced-ip )
969 [12:27:20] *** Quits: b1ack0p (~M@replaced-ip ) (Changing host)
970 [12:27:20] *** Joins: b1ack0p (~M@replaced-ip )
971 [12:29:23] *** Joins: z4kst4r_ (~z4kst4r@replaced-ip )
972 [12:29:28] *** Quits: cliluw (~cliluw@replaced-ip ) (Read error: Connection reset by peer)
973 [12:29:46] *** Joins: cliluw (~cliluw@replaced-ip )
974 [12:31:47] *** Joins: m0u (~m0u@replaced-ip )
975 [12:33:38] *** Joins: dethos (~dethos@replaced-ip )
976 [12:34:10] *** Quits: martian67 (~martian67@replaced-ip##) (Quit: ZNC 1.7.2+deb3 - ##replaced-url
977 [12:34:11] *** Joins: Alleria (~AllahuAkb@replaced-ip )
978 [12:34:30] *** Joins: Kali_Yuga (~dustin@replaced-ip )
979 [12:34:47] *** Joins: orbiter (~orbiter@replaced-ip )
980 [12:35:05] *** Quits: nirakara (~nurks@replaced-ip ) (Ping timeout: 258 seconds)
981 [12:35:10] <OS-67298> !leftturn
982 [12:35:18] *** Joins: sedrosken_ (~sedrosken@replaced-ip )
983 [12:35:31] *** Quits: sedrosken (~sedrosken@replaced-ip ) (Ping timeout: 260 seconds)
984 [12:35:37] <OS-67298> !alice
985 [12:36:01] *** sedrosken_ is now known as sedrosken
986 [12:36:08] *** Quits: OS-67298 (~OS-67298@replaced-ip ) (Quit: Leaving)
987 [12:37:45] *** Joins: martian67 (~martian67@replaced-ip )
988 [12:38:18] *** Joins: conta (~Thunderbi@replaced-ip )
989 [12:38:20] <Kali_Yuga> hey I've been on debian for a while now but just now I tried a 360 video on youtube and it looks like this replaced-url
990 [12:38:36] *** Joins: timahvo1 (~rogue@replaced-ip )
991 [12:39:16] *** Quits: conta (~Thunderbi@replaced-ip ) (Client Quit)
992 [12:43:39] *** Joins: yue-lan (~lanyue@replaced-ip )
993 [12:44:32] *** Quits: Alexa (~Alexa@replaced-ip ) (Quit: Leaving)
994 [12:45:01] *** Quits: yue-lan (~lanyue@replaced-ip ) (Remote host closed the connection)
995 [12:45:02] *** Quits: sobkas (~sobkas@replaced-ip ) (Read error: Connection reset by peer)
996 [12:46:09] *** Joins: yue-lan (~lanyue@replaced-ip )
997 [12:46:49] *** Quits: cliluw (~cliluw@replaced-ip ) (Read error: Connection reset by peer)
998 [12:47:05] *** Joins: cliluw (~cliluw@replaced-ip )
999 [12:47:06] *** Quits: yue-lan (~lanyue@replaced-ip ) (Remote host closed the connection)
1000 [12:47:53] *** Joins: sobkas (~sobkas@replaced-ip )
1001 [12:47:56] *** Joins: yue-lan (~lanyue@replaced-ip )
1002 [12:48:52] *** Quits: bhoman (~quassel@replaced-ip ) (Read error: Connection reset by peer)
1003 [12:49:06] *** Joins: bhoman (~quassel@replaced-ip )
1004 [12:49:08] *** Quits: yue-lan (~lanyue@replaced-ip ) (Remote host closed the connection)
1005 [12:49:57] *** Joins: yue-lan (~lanyue@replaced-ip )
1006 [12:52:34] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Ping timeout: 268 seconds)
1007 [12:52:48] *** Quits: b1ack0p (~M@replaced-ip ) (Quit: going out..)
1008 [12:53:23] *** Joins: soee (~soee@replaced-ip )
1009 [12:54:24] *** Quits: soul-d (~name@replaced-ip ) (Remote host closed the connection)
1010 [12:55:03] *** Quits: uNmowed (~Kaede@replaced-ip ) (Read error: Connection reset by peer)
1011 [12:55:12] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
1012 [12:55:19] *** Joins: monkeystance (~monkeysta@replaced-ip )
1013 [12:55:28] *** Quits: rwcom (~rwcom@replaced-ip ) (Quit: Ping timeout (120 seconds))
1014 [12:56:01] *** Joins: rwcom (~rwcom@replaced-ip )
1015 [12:56:56] *** Quits: yue-lan (~lanyue@replaced-ip ) (Remote host closed the connection)
1016 [12:57:20] *** Joins: nirakara (~nurks@replaced-ip )
1017 [12:57:22] *** Joins: yue-lan (~lanyue@replaced-ip )
1018 [12:57:42] *** Quits: Kevlar_Noir (~manjaro-u@replaced-ip ) (Quit: Konversation terminated!)
1019 [13:01:59] *** Quits: bionade24 (~oskar@replaced-ip ) (Quit: Apocalypsis Incoming!)
1020 [13:02:11] *** Joins: bionade24 (~oskar@replaced-ip )
1021 [13:02:22] *** Joins: ZeroOne (506e646b@replaced-ip )
1022 [13:03:12] <dob1> I have a 240gb sdd, I want to partition it for /and and /home, which sizes do you suggest? I don't think I need a swap partition too
1023 [13:03:26] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Ping timeout: 240 seconds)
1024 [13:03:56] <dob1> or the question is what is the safe size for / partition (no home)
1025 [13:05:01] *** Quits: dpkg (~dpkg@replaced-ip ) (Quit: buh bye!)
1026 [13:05:29] *** Quits: Bodiro (~quassel@replaced-ip##) (Quit: ##replaced-url
1027 [13:05:32] <GNU\colossus> I have 512MB for /boot (the EFI ESP), 20GB for /, adn the rest for /home. you could set up LVM for / and /home to reside on if you want more flexibility
1028 [13:05:37] <GNU\colossus> with a little added complexity
1029 [13:05:47] *** Joins: dpkg (~dpkg@replaced-ip )
1030 [13:05:48] <GNU\colossus> 20GB for / is one the safe side of things
1031 [13:06:00] <dob1> just 20.
1032 [13:06:04] <dob1> ?
1033 [13:06:17] <GNU\colossus> yeah, most GNU/Linux sofwtare is rather small :)
1034 [13:06:20] <GNU\colossus> software*
1035 [13:06:46] <dob1> but I plan to run postgresql, I need more I think
1036 [13:07:00] <dob1> or I need a /vae
1037 [13:07:14] <GNU\colossus> the postgres server itself is tiny, a few megs. it's /var/lib/postgresql (default path choice for Debian) that's gonna grow.
1038 [13:07:25] <dob1> yes
1039 [13:07:29] <ratrace> dob1: Depends of course on what you wanna install into the root partition. A full blown installation of GNOME with some big suites like Libreoffice, Chrome, noto fonts, Firefox, and then some, would fit into 10GB, but I agree, 20GB is a safer margin.
1040 [13:07:44] <GNU\colossus> at work, we use a separate filesystems for these applications
1041 [13:08:10] <dob1> I will consider it
1042 [13:08:27] <GNU\colossus> (you can bind-mount that later on if you use LVM, ir have postgresql-common choose different paths for newly created clusters)
1043 [13:08:35] <GNU\colossus> s/ir /or /
1044 [13:08:41] <ratrace> dob1: You can use LVM and separate those use cases into individual LVs. Root, home, postgres dblib
1045 [13:09:10] <ratrace> you can also use a swapfile instead of partition
1046 [13:09:26] <GNU\colossus> so maybe start with LVM and, say, a 20GB LV for /, 100GB for /home, and 40GB for /var/
1047 [13:09:43] <GNU\colossus> you can grow either of them to accomodate future requirements
1048 [13:09:50] *** Quits: lead_pipe23 (~Lead@replaced-ip ) (Ping timeout: 268 seconds)
1049 [13:10:00] <dob1> I am not used to LVM
1050 [13:10:19] <dob1> but I will read read about it
1051 [13:10:23] <GNU\colossus> you won't notice it in your day to day operation at all
1052 [13:10:32] <dob1> I need to setup it
1053 [13:10:35] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
1054 [13:10:38] *** Quits: joerg (~joerg@replaced-ip ) (Ping timeout: 265 seconds)
1055 [13:10:39] <GNU\colossus> the most difficult thing about it will be to make d-i set it up :)
1056 [13:10:48] <dob1> yes :)
1057 [13:10:50] <ratrace> dob1: the advantage of LVM is that you can shrink some LVs and reuse that freed space for other LVs
1058 [13:11:12] <GNU\colossus> (if the hosted filesystem on top of your LV can shrink, that is)
1059 [13:11:20] <dob1> so the division is / /var and /home
1060 [13:11:21] <GNU\colossus> but all the sensible choices do
1061 [13:11:32] <ratrace> yes, if the fs atop of the LV will allow it.
1062 [13:11:33] <GNU\colossus> I think d-i even provides a "template" for that kind of setup
1063 [13:11:40] <Aavar> This might be the wrong place to ask but. I have a server with a 2-drive raid (raid 1 i believe). I am running out of space and I am thinking about expanding the array with one or two more drives. Whar raid-level would you recommend? I am thinking 3-4 drives with one of them being a pairity-pairity-drive. Is this recommended and what raid level would this be?
1064 [13:11:47] <GNU\colossus> with all important path prefixes on separate LVs
1065 [13:11:51] <dob1> I will read a bit, thanks :)
1066 [13:12:01] <ratrace> dob1: bigger question here is why you want to separate /home, and why not just use one big partition?
1067 [13:12:06] *** Joins: sg (~textual@replaced-ip )
1068 [13:12:15] <abrotman> parity
1069 [13:12:16] <GNU\colossus> Aavar, iirc, md supports online-migrating a RAID1 to a RAID5
1070 [13:12:22] *** Quits: schizo (~schizo@replaced-ip ) (Ping timeout: 260 seconds)
1071 [13:12:30] <GNU\colossus> the latter would double your effective capacity, while requiring one extra drive
1072 [13:12:34] <abrotman> Aavar: that depends on how much you value the data
1073 [13:12:40] <ratrace> dob1: unless you want to fiddle with different mount options for each, there's little use for separating partitions.
1074 [13:13:10] <GNU\colossus> ratrace, postgres sometimes even recommends having WAL and tablespace data on different filesystems
1075 [13:13:13] *** Quits: martian67 (~martian67@replaced-ip##) (Quit: ZNC 1.7.2+deb3 - ##replaced-url
1076 [13:13:50] <ratrace> GNU\colossus: yes but that makes sense only for (very) high load. Which then comes with a lot of different logistic issues and require knowledge and experience to deal with.
1077 [13:14:09] <ratrace> I doubt this is for a high-load postgres server, because if it is, /home has no use there at all :)
1078 [13:14:42] <Aavar> abrotman GNU\colossus: I am thinking of moving to raid5 (I read somewhere that it is not recommended) or raid10. Is it a sensible idea to create a new array with raid10 with the new drives, copy the data from the first array to the new one, destroy the first array and then add the new drives to the new array?
1079 [13:14:48] <GNU\colossus> it's also a matter of availablity. it sucks to have accumulating WAL for a dead replication slot eat all you space, and your database becoming unavailable because of that, with a very tedious recovery procedure
1080 [13:15:08] *** Joins: martian67 (~martian67@replaced-ip )
1081 [13:15:18] *** Quits: ZeroOne (506e646b@replaced-ip ) (Remote host closed the connection)
1082 [13:15:19] <ratrace> GNU\colossus: yes, but you're talking abotu dedicated postgres installations, which I seriously doubt is the case here
1083 [13:16:01] <GNU\colossus> Aavar, RAID5 and RAID10 have very different performance characteristics and a few other trade-offs in between them. what kind of setup is it that you have? just a desktop PC at home, or something supporting some specific application?
1084 [13:16:27] <GNU\colossus> ratrace, I agree :) but dob1 seems to worry about postgres as one the setup's main requirements, still
1085 [13:16:33] <Aavar> GNU\colossus: It's a home server with personal data (pictures) and media for a plex-server.
1086 [13:16:44] <abrotman> There's also the BAARF stuff about raid5
1087 [13:17:01] <GNU\colossus> Aavar, and you have that on spinning rust, and not SSDs, I presume?
1088 [13:17:02] *** Joins: joerg (~joerg@replaced-ip )
1089 [13:17:19] <Aavar> GNU\colossus: it's spinning drives (WD Red).
1090 [13:17:25] <GNU\colossus> do you back up that data regularly to another storage medium/device?
1091 [13:17:32] <Aavar> THe boot drive is a ssd.
1092 [13:17:51] <ratrace> GNU\colossus: I think that's because they don't know what to expect of it. We have a high load postgres DB at work, with millions of entries and hundreds of concurrent connections. Size? ~4GB. Yes, we don't store blobs in it.
1093 [13:18:03] *** Joins: chalcedony (~chalcedon@replaced-ip )
1094 [13:18:09] <Aavar> GNU\colossus: I do, but because of the slow connection I really don't want to recover from it if I can avoid it.
1095 [13:18:15] <ratrace> (and yea, dedicated servers, separate WAL, both logical and streaming repl)
1096 [13:18:26] *** Quits: sg (~textual@replaced-ip ) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
1097 [13:18:31] <GNU\colossus> ratrace, with that kind of workload, the WAL will probably consume more diskspace than your tablespace (modulo bloat) :)
1098 [13:18:50] <GNU\colossus> Aavar, I see. what size are the individual drives?
1099 [13:19:02] <ratrace> it doesn't though. WAL grows only if not consumed in time
1100 [13:19:15] <ratrace> then again there's reuse of segments so it won't grow indefinitely anyway
1101 [13:19:51] *** Quits: dreamon (~dreamon@replaced-ip ) (Ping timeout: 260 seconds)
1102 [13:19:59] <ratrace> 30 thousand tables in ~200 schemas, I'd say 40-60 % in favor of read-mostly
1103 [13:20:03] *** Quits: toozej (~toozej@replaced-ip##) (Quit: The Lounge - ##replaced-url
1104 [13:20:04] *** Joins: knidos (~knidos@replaced-ip )
1105 [13:20:09] <Aavar> GNU\colossus: the drives is 3TB drives. I am thinking about buying 4TB drives for the new one just because of price, but if its better with 3TB that would allso be a good solution.
1106 [13:20:58] *** Joins: toozej (~toozej@replaced-ip )
1107 [13:20:59] *** Quits: cliluw (~cliluw@replaced-ip ) (Read error: Connection reset by peer)
1108 [13:21:07] *** Quits: dethos (~dethos@replaced-ip ) (Ping timeout: 255 seconds)
1109 [13:21:11] <Miles8of9> in ancient times when dinosaurs ruled earth etc etc..... Grub used to have some options that allowed you to boot different kernels which was very useful i case of troubles with a new kernel..... Now you can boot 1 kernel.... why???
1110 [13:21:13] <GNU\colossus> Aavar, around here, the price/capacity ratio sweet spot for HDDs is at 8TB. If you can afford it, I'd just get two of those, set them up in RAID1 again, and sell the 3TB drives used.
1111 [13:21:14] *** Joins: cliluw (~cliluw@replaced-ip )
1112 [13:21:16] *** Quits: cheet (~cheet@replaced-ip ) (Ping timeout: 265 seconds)
1113 [13:21:16] <ratrace> GNU\colossus: actually size is closer to 10GB. We use ZFS and compress ratio is 2.5 on postgres dataset
1114 [13:21:56] <GNU\colossus> your postgres setup and use-case is pretty... unusual, I dare say :) but good for you if it works as you need it to!
1115 [13:22:17] *** Joins: Nevolution (~nevo@replaced-ip )
1116 [13:23:24] <dob1> but If I use lvm and I want to bring the hdd/sdd to a new computer I can't just mount the partition easily like I do now, right?
1117 [13:23:37] <Aavar> GNU\colossus: So you would keep to Raid1 if posible?
1118 [13:24:06] *** Quits: JaredSchooley (~Sech@replaced-ip ) (Ping timeout: 240 seconds)
1119 [13:24:07] <GNU\colossus> dob1, the new computer will have to have the lvm2 tools installed. then it's rather trivial to activate your LVs there.
1120 [13:24:11] <GNU\colossus> Aavar, yes.
1121 [13:24:18] *** Joins: Kruppt (~Kruppt@replaced-ip )
1122 [13:24:29] <ratrace> dob1: I'm curious, why do you want separate /home?
1123 [13:24:52] <GNU\colossus> Aavar, if that's not possible for you, I'd go for a third drive with as much or more capacity as your current ones, and convert the array to RAID5
1124 [13:25:00] *** Joins: JaredSchooley (~Sech@replaced-ip )
1125 [13:25:24] <Aavar> GNU\colossus: Just for my education. Why would you go for Raid5 instead of Raid10?
1126 [13:25:59] <Aavar> GNU\colossus: I am also looking for a soulition that I can easily expand in the future. So that I don't end up in this piccle again :)
1127 [13:25:59] <GNU\colossus> Aavar, I thing that in your situation and for your use case, RAID10 is mostly going to mostly be a waste of space and spindles
1128 [13:26:16] <GNU\colossus> well, md RAID10 can't grow in size afair, so there's that ;)
1129 [13:26:25] <Aavar> ok :)
1130 [13:26:37] *** Joins: orotalt (~orotalt@replaced-ip )
1131 [13:26:57] <GNU\colossus> #linux-raid might be a better venue to discuss this stuff btw
1132 [13:27:30] <Aavar> GNU\colossus: So, raid5. If I have 4 1TB drives (just to make the math easier). I have 3TB of usable space?
1133 [13:27:52] *** Joins: morten_ (~morten@replaced-ip )
1134 [13:28:15] <GNU\colossus> effective capacity for RAID5 is going to be (smallest individual member drive capacity) * (number of member drives - 1)
1135 [13:28:30] *** morten_ is now known as Scytale89
1136 [13:28:38] <GNU\colossus> so it starts making sense with three drives
1137 [13:29:10] <kdr2> ,file defaults.conf
1138 [13:29:15] <judd> Search for defaults.conf in buster/amd64: realmd: usr/lib/realmd/realmd-defaults.conf; libgl1-mesa-dri: usr/share/drirc.d/00-mesa-defaults.conf; gconf-defaults-service: etc/dbus-1/system.d/org.gnome.GConf.Defaults.conf; x2gobroker-common: etc/x2go/broker/defaults.conf; systemd: lib/systemd/system/user-.slice.d/10-defaults.conf; openalpr-daemon: usr/share/openalpr/config/alprd.defaults.conf;
1139 [13:29:17] <judd> libopenalpr-data: usr/share/openalpr/config/openalpr.defaults.conf; wims: var/lib/wims/public_html/bases/sys/defaults.conf
1140 [13:29:47] <ratrace> kdr2: you can also /msg the bot
1141 [13:30:10] <dob1> ratrace, it I have to reinstall the system the /home is ready
1142 [13:30:16] <dob1> *if
1143 [13:30:21] <kdr2> ratrace: oh, get it, sorry for the noise
1144 [13:30:29] <Aavar> GNU\colossus: So, in my example. If I convert to raid5 I will end up with (3TB*4)-3TB=9TB. And I can expand with 3TB when I need more space?
1145 [13:30:37] <ratrace> dob1: that's a rather wrong approach. you should have (offsite) backups instead of relying on "portable" /home
1146 [13:31:11] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
1147 [13:31:38] <GNU\colossus> Aavar, yup. I wouldn't go beyond 4 drives with RAID5 though, with other options available.
1148 [13:32:24] <Aavar> GNU\colossus: What about redundancy. How many drives can I loose before I start loosing data?
1149 [13:32:25] <GNU\colossus> md RAID5 can grow online, but the array lacks redundancy while it is resizing
1150 [13:32:35] <dob1> ratrace, ok but I will do backup too
1151 [13:32:49] <GNU\colossus> RAID5 can suffer one drive getting lost while preserving your data
1152 [13:33:14] <ratrace> dob1: then you're wasting too much time for something you can easily rsync back from backup, in the (I'm assuming) very rare occasions you'd have to reinstall
1153 [13:33:20] <GNU\colossus> if a second drive fails at any time, your data is toast.
1154 [13:33:30] *** Joins: rephlexie (~rephlexie@replaced-ip )
1155 [13:33:31] <abrotman> There's also the write-throughput to consider
1156 [13:33:39] <dob1> ratrace, I think you right :)
1157 [13:34:19] *** Quits: tebicast (tebicast@replaced-ip ) (Ping timeout: 265 seconds)
1158 [13:34:23] <Aavar> GNU\colossus: hmm... I am thinking I should go for Radi5 in my situation anyway. Am I thinking wrong here?
1159 [13:34:25] <GNU\colossus> abrotman, for a filesystem hosting mostly pictures and videos, it should be fine with RAID5.
1160 [13:34:41] *** Joins: lead_pipe23 (~Lead@replaced-ip )
1161 [13:34:41] *** Quits: DaRock (~quassel@replaced-ip ) (Read error: Connection reset by peer)
1162 [13:34:51] <abrotman> GNU\colossus: ah, missed that.
1163 [13:34:53] <ratrace> dob1: also don't forget that /home might not be the only thing to back up / keep around in case of reinst. I'd copy also /etc, and of course do regular postgres dumps somehwere into your /home, and don't forget dpkg --get-selections for a dump of installed packages.
1164 [13:35:09] <Aavar> (GNU\colossus: if you don't consider your approach to buy new drives and sell the old ones)
1165 [13:35:16] *** Joins: rmk0 (~rothwell@replaced-ip )
1166 [13:35:17] *** Joins: DaRock (~quassel@replaced-ip )
1167 [13:35:19] <GNU\colossus> Aavar, well, RAID5 requires three disks to make sense. if you have a plan for 16TB usable space, you COULD go for 3 8TB drives in RAID5, too. but keep in mind that rebuilding 8TB in case a single drive fails takes time, and drives have a tendency to fail in multiples ;)
1168 [13:35:39] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Ping timeout: 258 seconds)
1169 [13:35:58] *** Quits: m0u (~m0u@replaced-ip ) (Ping timeout: 255 seconds)
1170 [13:36:00] <dob1> ratrace, I usually backup /home /etc cronjob dir, /var/spool (user cronjob) and I use autopostgresbackup package
1171 [13:36:07] *** Parts: rmk0 (~rothwell@replaced-ip ) ()
1172 [13:36:49] *** Joins: tebicast (tebicast@replaced-ip )
1173 [13:37:08] <Aavar> GNU\colossus: Another solution is to just make a new array with 2 drives, keep them at two mount-points and manange the space manually.
1174 [13:37:44] <ratrace> Aavar: or via LVM
1175 [13:38:02] <ratrace> (though personally I would use only ZFS)
1176 [13:38:13] <GNU\colossus> you could also take a look at ChironFS - replaced-url
1177 [13:38:22] <GNU\colossus> erm no wait
1178 [13:38:31] *** Quits: mrrobot_ (~mrrobot@replaced-ip ) (Ping timeout: 260 seconds)
1179 [13:38:31] <GNU\colossus> I think I was actually thinking of a modern alternative?
1180 [13:38:43] <abrotman> unionfs? :)
1181 [13:38:48] <GNU\colossus> no :)
1182 [13:38:49] *** Quits: DaRock (~quassel@replaced-ip ) (Read error: Connection reset by peer)
1183 [13:38:51] <dob1> ok then single partition but I need a /boot ? time ago when I installed debian I used to have a /boot in ext2 fs
1184 [13:39:17] *** Joins: DaRock (~quassel@replaced-ip )
1185 [13:39:22] <Aavar> GNU\colossus: What about the mechanics of it... Is it possible to make a new raid5 array with the two new drives, sync the data to the new array, delete the new array and then add the drives. Is it doable?
1186 [13:39:50] <ratrace> dob1: you need separate /boot only if grub can't mount rootfs (with /boot on it), like for example if you had encrypted rootfs
1187 [13:39:52] *** Joins: Scytale90 (~Thunderbi@replaced-ip )
1188 [13:39:52] *** Quits: Scytale90 (~Thunderbi@replaced-ip ) (Client Quit)
1189 [13:39:58] <Kali_Yuga> hey I've been on debian for a while now but just now I tried a 360 video on youtube and it looks like this replaced-url
1190 [13:40:06] <GNU\colossus> Aavar, I think Linux-md allows for creating two-drive RAID5, yes
1191 [13:40:12] <GNU\colossus> and you could grow from there
1192 [13:40:21] <dob1> ratrace, GNU\colossus was speaking about uefi (I am not expert about this)
1193 [13:40:25] <ratrace> dob1: but if you're using simplistic ext4 rootfs, no raid, no exotic setups, then a single partition (plus bios_grub for GPT) suffices
1194 [13:40:28] <GNU\colossus> but maybe you should invest in a 8TB external drive for a local backup, too? ;)
1195 [13:40:33] <ratrace> dob1: ah for UEFI you need a separate ESP yes
1196 [13:40:44] <dob1> ratrace, but I need UEFI?
1197 [13:40:48] <GNU\colossus> dob1, booting with efi without a csm will require an ESP
1198 [13:41:04] <GNU\colossus> if you need/want that depends on your BIOS/mainboard
1199 [13:41:13] <dob1> it's an intel nuc
1200 [13:41:14] <Aavar> GNU\colossus: that is not a bad Idea actually...
1201 [13:41:26] <GNU\colossus> Kali_Yuga, looks like that would require a specifically set up player?
1202 [13:41:49] <GNU\colossus> dob1, that'll support UEFI without CSM, so "pure EFI", if you want it
1203 [13:42:08] <Aavar> GNU\colossus: I should look at different file-systems, but that just seems so scary to me right now...
1204 [13:42:17] <dob1> GNU\colossus, I have to read more about this because I don't understand very well what you mean
1205 [13:42:19] <GNU\colossus> dob1, that's convenient for dual-boot systems, for instance
1206 [13:42:23] *** Quits: Butt3rfly (~Butt3rfly@replaced-ip ) (Remote host closed the connection)
1207 [13:42:29] <dob1> I don't know what csm
1208 [13:42:31] <dob1> is
1209 [13:42:38] *** Quits: DaRock (~quassel@replaced-ip ) (Read error: Connection reset by peer)
1210 [13:42:50] *** Joins: Butt3rfly (~Butt3rfly@replaced-ip )
1211 [13:42:59] <ratrace> Kali_Yuga: maybe it is missing HW acceleration. which video is that? I tried a random 360 youtube vid, works okay with my (proprietary) nvidia setup
1212 [13:43:15] <Aavar> GNU\colossus: Can I ask what kind of setup you are running? If you have a similar server that is...
1213 [13:43:16] <GNU\colossus> ha! abrotman, Aavar - I was thinking of replaced-url
1214 [13:43:18] *** Joins: DaRock (~quassel@replaced-ip )
1215 [13:43:20] *** Joins: pete- (~pete-@replaced-ip )
1216 [13:43:55] <GNU\colossus> Aavar, at home, I have a SSD RAID1 in my NAS, two external backup drives, and an off-site backup
1217 [13:44:40] <GNU\colossus> but my storage requirements are pretty meager :)
1218 [13:44:58] *** Quits: nirakara (~nurks@replaced-ip ) (Ping timeout: 255 seconds)
1219 [13:45:07] <GNU\colossus> (the RAID1 is 2TB effective size, and the backup drives also house identical copies of stuff that I want to keep, but don't need to access frequently/atall)
1220 [13:45:11] *** Quits: Scytale89 (~morten@replaced-ip ) (Quit: Scytale89)
1221 [13:45:19] <Aavar> Snapraid looks promising... I don't see any downsides, exept for maybe that I have to learn a new thing...
1222 [13:47:09] <GNU\colossus> Aavar, replaced-url
1223 [13:47:22] <ratrace> Aavar: I'd really recommend ZFS, or if you really have to btrfs. Instability aside, btrfs allows for easy growing of arrays with rebalance (something ZFS can't do easily, for example)
1224 [13:47:50] <ratrace> Aavar: at that scale, if you value your data, you simply _need_ a data-checksummed, self-healing, solution.
1225 [13:48:38] <rudi_s> In that case btrfs might not be the best choice. And zfs-on-linux also has quite some issues (at least when you look at mailing list and issue tracker).
1226 [13:49:06] *** Joins: tebicast_ (tebicast@replaced-ip )
1227 [13:49:13] <GNU\colossus> "_need_" is a strong word ;)
1228 [13:49:54] <ratrace> rudi_s: even ext4 has issues. We use ZFS in money-making production (the kind of, if it died on us, we'd be in serious, serious pickle). Of course, 3-2-1 backups are a must but... what I'm trying to say, it is VERY stable.
1229 [13:49:56] <GNU\colossus> my google-fu fails in answering why snapraid wasn't ever packaged for Debian; can anyone help me out?
1230 [13:50:02] *** Joins: mrrobot (~mrrobot@replaced-ip )
1231 [13:50:04] <Aavar> I was enrighed with this conversation, but now I'm more confued thean ever;)
1232 [13:50:59] *** Quits: tebicast (tebicast@replaced-ip ) (Ping timeout: 258 seconds)
1233 [13:51:21] *** Quits: rappet (~rappet@replaced-ip ) (Ping timeout: 246 seconds)
1234 [13:51:30] *** Joins: Psyndrome (~qirex@replaced-ip )
1235 [13:51:37] <rudi_s> ratrace: Sure it does. But at least the reports of lost data are less than for btrfs (especially in raid modes).
1236 [13:51:47] <ratrace> much less :)
1237 [13:52:02] <rudi_s> ;-)
1238 [13:52:08] *** Quits: Psyndrome (~qirex@replaced-ip ) (Client Quit)
1239 [13:52:23] <Aavar> I think all the new filesystems are scary because of my knowlege...
1240 [13:52:46] *** Joins: rappet (~rappet@replaced-ip )
1241 [13:53:04] <Aavar> You can have all the safety in the world and still be wounerable because of missing knowlege.
1242 [13:53:20] <ratrace> ZFS ain't that new though.
1243 [13:53:28] <GNU\colossus> worth a critical look if you fancy ZFS: replaced-url
1244 [13:53:32] *** Joins: diogenes_ (~diogenes_@replaced-ip )
1245 [13:54:00] <Aavar> ratrace: new to me :D
1246 [13:54:04] <ratrace> ah, k.
1247 [13:54:43] <ratrace> GNU\colossus: all I see there is WAAAHRGARBLBLBLBLRMBLBUUUURP
1248 [13:54:57] *** Joins: nksegos (~Thunderbi@replaced-ip )
1249 [13:55:10] <GNU\colossus> that's OK, I wasn't really trying to convince YOu to read it, anyway ;)
1250 [13:55:34] <ratrace> Meanwhile, I see at least one (self-healed) checksum error in our ZFS setup, per year. I shudder to think about using non-data-checksumming fs ever again.
1251 [13:56:01] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Ping timeout: 272 seconds)
1252 [13:56:07] <ratrace> The truth is in the middle. ZFS aint' holy grail. But it definitely IS better for data health than non-data-checsumming filesystems.
1253 [13:58:33] <Aavar> GNU\colossus: One of the advantages that I see with Raid1 (at least in linux) is that I can mount any of the two drives separately as a "normal" drive if the coputer fails or something. How does this work with raid5?
1254 [13:59:22] <GNU\colossus> Aavar, not at all. you will need to bring the array online (degraded, so with exactly one drive missing, or "normally") before you can access its data.
1255 [14:00:01] *** Quits: ayew (~ayew@replaced-ip ) (Quit: WeeChat 2.7)
1256 [14:00:22] <Aavar> GNU\colossus: ok. Does it matter witch drive fails? I mean is there a pairity drive, or is the pairity spread across the drives?
1257 [14:01:19] <GNU\colossus> Aavar, doesn't matter which drive fails, no. parity is per-block, and interleaved between data blocks on all member devices, iirc.
1258 [14:01:31] <GNU\colossus> (that's why RAID5 supports striped read and writes)
1259 [14:01:43] *** Quits: HeXiLeD (~grumpy@replaced-ip ) (Ping timeout: 240 seconds)
1260 [14:01:52] <GNU\colossus> (i.e., it gets faster for sequential workloads with more member devices involved)
1261 [14:01:55] <openbsdtai123> why debian looks like ubuntu today? There were in the past a more Unix conception.
1262 [14:03:05] <Aavar> Ok, Thank you all :) I think I will end up with two new drives and Raid5 or snapraid. I have some reading to do :)
1263 [14:03:23] *** Joins: RedAres4 (redares4@replaced-ip )
1264 [14:03:44] <ratrace> Aavar: I recommend reading this, not specifically for ZFS, but concepts of RAID5/6 vs mirror: replaced-url
1265 [14:03:59] <Aavar> ratrace: thank you :)
1266 [14:04:18] *** Joins: HeXiLeD (~grumpy@replaced-ip )
1267 [14:04:19] <ratrace> with mdadm the rebuild/scrub performance is FAR worse than ZFS so any performance problems listed there for ZFS are even greater for mdadm
1268 [14:05:46] *** Quits: Jerrynicki (~niklas@replaced-ip ) (Ping timeout: 240 seconds)
1269 [14:06:00] *** Quits: daniel-s (~daniel-s@replaced-ip ) (Remote host closed the connection)
1270 [14:06:10] *** Joins: ayew (~ayew@replaced-ip )
1271 [14:07:05] *** Quits: GyroW (~GyroW@replaced-ip ) (Ping timeout: 258 seconds)
1272 [14:07:35] *** Quits: Alleria (~AllahuAkb@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
1273 [14:10:03] <joepublic> I do not think "debian looks like ubuntu" so much as "gnome, which sucks, looks like gnome"
1274 [14:10:18] <joepublic> my personal opinion only, feel free to disagree
1275 [14:11:47] *** Joins: prince1 (~prince@replaced-ip )
1276 [14:12:12] <aaro> openbsdtai123: if you're concerned about the looks you can always download/install xfce or mate as your desktop
1277 [14:12:14] <ratrace> flamebait, feeding trolls, etc....
1278 [14:12:27] *** Joins: GyroW (~GyroW@replaced-ip )
1279 [14:12:27] *** Quits: GyroW (~GyroW@replaced-ip ) (Changing host)
1280 [14:12:27] *** Joins: GyroW (~GyroW@replaced-ip )
1281 [14:12:53] *** Quits: yue-lan (~lanyue@replaced-ip ) (Remote host closed the connection)
1282 [14:15:30] *** Joins: OS-59206 (~OS-59206@replaced-ip )
1283 [14:15:49] *** Quits: openface (~of@replaced-ip ) (Quit: leaving)
1284 [14:16:27] *** Joins: dvs (~Heubert@replaced-ip )
1285 [14:16:33] *** Joins: uNmowed (~Kaede@replaced-ip )
1286 [14:16:47] *** Quits: prince1 (~prince@replaced-ip ) (Ping timeout: 260 seconds)
1287 [14:16:58] <joepublic> Honestly not trolling, just genuinely confused by why anyone likes gnome.
1288 [14:17:12] *** Joins: haruspii (~uonline@replaced-ip )
1289 [14:17:13] <ratrace> joepublic: didn't mean you ;)
1290 [14:17:39] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
1291 [14:17:59] *** Joins: [dd] (~dd]@replaced-ip )
1292 [14:18:05] <joepublic> I do use xfce which is pretty unix-y
1293 [14:18:15] <abrotman> xfce is so bloated
1294 [14:18:44] <joepublic> I have 64GB RAM and about 10TB of disk space. What do I care :)
1295 [14:18:47] <Aavar> joepublic: Why do you need to understand? Personally I still run Unity7 because I like it better... I don't care why and if anyone likes gnome or xfce...
1296 [14:19:12] *** Joins: Krennic (~Krennic@replaced-ip )
1297 [14:19:18] *** Quits: OS-59206 (~OS-59206@replaced-ip ) (Client Quit)
1298 [14:19:37] *** Joins: jmcgnh (~jmcgnh@replaced-ip )
1299 [14:19:45] *** Quits: mniip (mniip@replaced-ip ) (Ping timeout: 619 seconds)
1300 [14:19:45] <joepublic> I don't need to understand, live and let live, but I would at least like to see the position of those who like it. I could learn from that.
1301 [14:20:12] <joepublic> there must be something to it if it's the default for multiple distributions, is my thought
1302 [14:20:16] <abrotman> I like Gnome
1303 [14:20:36] <joepublic> what do you like about it? learning opportunity for me here
1304 [14:20:45] <Aavar> I wan't to like gnome, but there is allways some small detail that Just itn't right.
1305 [14:20:48] <abrotman> But I've also used blackbox and enlightenment and gnustep over the years
1306 [14:20:52] *** Quits: knidos (~knidos@replaced-ip ) (Remote host closed the connection)
1307 [14:21:20] *** Joins: knidos (~knidos@replaced-ip )
1308 [14:21:27] <Aavar> abrotman: Weird, that is exactly the ones I have used over the years :P
1309 [14:21:36] <abrotman> I should perhaps ask what you don't like .. Because mostly, it's a DE and WM like everything else
1310 [14:21:42] <Aavar> (I mean used, not tested)
1311 [14:23:02] <joepublic> I am short on specifics because it's been a few years since I tried it; I just remember coming away with the thought of "ugh."
1312 [14:23:06] *** Quits: jmcgnh (~jmcgnh@replaced-ip ) (Read error: Connection reset by peer)
1313 [14:23:14] *** Joins: cheet (~cheet@replaced-ip )
1314 [14:23:15] <joepublic> fair question though.
1315 [14:23:28] <joepublic> maybe I should install it and give it another whirl.
1316 [14:23:31] <Aavar> joepublic: what are you using?
1317 [14:23:38] *** Parts: diogenes_ (~diogenes_@replaced-ip ) ("vergissmeinnicht")
1318 [14:23:42] <joepublic> I am using xfce4.
1319 [14:23:44] <abrotman> joepublic: and Gnome 3.0/3.2 were kind of rough .. if it's been a few years, try it again. And by try, I mean more than an initial reaction.
1320 [14:23:51] *** Quits: Nevolution (~nevo@replaced-ip ) (Quit: cya~)
1321 [14:24:01] <joepublic> I understand the concept of try :) and I'll do that.
1322 [14:24:04] *** Joins: myself33 (~myself33@replaced-ip )
1323 [14:24:28] *** Joins: mniip (mniip@replaced-ip )
1324 [14:24:42] *** Joins: sixtysix_ (~sixtysix@replaced-ip )
1325 [14:24:50] <Aavar> joepublic: if you find xfce4 bloated I don't think gnome4 is for you :D
1326 [14:24:55] <Aavar> gnome3
1327 [14:24:56] *** Joins: greatgatsby (~greatgats@replaced-ip )
1328 [14:24:59] <NetTerminalGene> guys, my isp wrote to me you can send us tracert report for blocked sites that i can't enter. is traceroute equivalent for tracert for gnu/linux?
1329 [14:25:11] <joepublic> I don't find xfce bloated
1330 [14:25:14] <abrotman> Aavar: I'd say based on his system resources, he won't have an issue with bloat ..
1331 [14:25:17] *** Joins: Nevolution (~nevo@replaced-ip )
1332 [14:25:23] <abrotman> NetTerminalGene: yes
1333 [14:25:32] <NetTerminalGene> abrotman, thanks
1334 [14:25:38] <Aavar> abrotman: true ;)
1335 [14:25:47] *** Quits: sixtysix (~sixtysix@replaced-ip ) (Ping timeout: 272 seconds)
1336 [14:25:58] *** Joins: jmcgnh (~jmcgnh@replaced-ip )
1337 [14:26:26] <Aavar> Running a first gen i3 with 8GB is a different story :P
1338 [14:26:38] *** Quits: jmcgnh (~jmcgnh@replaced-ip ) (Read error: Connection reset by peer)
1339 [14:27:06] <joepublic> I have an old but relatively fast dual Xeon E5 V2 2x10 cores
1340 [14:27:19] <abrotman> Aavar: I have 8GB, i5 .. Gnome is fine
1341 [14:27:25] <joepublic> installing gnome now with tasksel
1342 [14:27:43] *** Joins: mzajc (~marko@replaced-ip )
1343 [14:28:05] <aaro> 8 gb is a lot, i have only 3 gb lol
1344 [14:28:08] <abrotman> it's different for everyone, we all have different usage patterns
1345 [14:28:09] <joepublic> I start xfce with 'startxfce4' ... what's the equivalent for gnome?
1346 [14:28:10] *** Quits: bashquest (~bash0r@replaced-ip ) (Quit: Leaving)
1347 [14:28:31] <abrotman> joepublic: you mean you don't use a DM?
1348 [14:28:42] <joepublic> I mean I don't use a dm.
1349 [14:28:43] *** Joins: Alleria (~AllahuAkb@replaced-ip )
1350 [14:28:58] <abrotman> you'll have to use startx and the .xsession
1351 [14:29:10] <joepublic> okay.
1352 [14:29:30] <abrotman> dpkg: starting gnome
1353 [14:29:30] <dpkg> i heard starting gnome is echo exec /usr/bin/gnome-session > ~/.xsession
1354 [14:29:43] *** Quits: Grldfrdom (uid391113@replaced-ip ) (Quit: Connection closed for inactivity)
1355 [14:29:48] <joepublic> thanks to both of you abrotman and dpkg
1356 [14:29:49] *** Joins: Jerrynicki (~niklas@replaced-ip )
1357 [14:30:04] <abrotman> assuming that's still valid (I use a DM)
1358 [14:30:16] *** Joins: jmcgnh (~jmcgnh@replaced-ip )
1359 [14:30:39] *** Quits: epsilonK- (~epsilonKN@replaced-ip##) (Quit: ZNC 1.7.4 - ##replaced-url
1360 [14:30:59] *** Joins: epsilonKNOT (~epsilonKN@replaced-ip )
1361 [14:31:18] *** Quits: myself33 (~myself33@replaced-ip ) (Quit: Quit)
1362 [14:31:44] *** Quits: Stryker (~Stryker@replaced-ip ) (Quit: Bye)
1363 [14:31:57] *** Joins: bliv (~bliv@replaced-ip )
1364 [14:32:56] *** Quits: Krennic (~Krennic@replaced-ip ) (Quit: Lost terminal)
1365 [14:32:58] *** Quits: NetTerminalGene (~NetTermin@replaced-ip ) (Quit: Leaving)
1366 [14:33:04] <joepublic> well. tasksel appears hung on "preparing to configure fuse3 (amd64)". the joys of testing I guess.
1367 [14:33:09] *** Quits: DirkS (~DirkS@replaced-ip ) (Ping timeout: 258 seconds)
1368 [14:33:15] *** Joins: downtrip_ (~downtrip@replaced-ip )
1369 [14:34:53] *** Quits: dvs (~Heubert@replaced-ip ) (Quit: Outta here!)
1370 [14:36:23] *** Quits: basicmiracle (uid213868@replaced-ip ) (Quit: Connection closed for inactivity)
1371 [14:38:28] <openbsdtai123> aaro: I was more concerned that there is little difference between debian or ubuntu distros. They have today gained the same linux philosophy, no longer unix.
1372 [14:39:52] *** Quits: __jrjsmrtn__ (~jrjsmrtn@replaced-ip ) (Ping timeout: 255 seconds)
1373 [14:39:55] *** Joins: myself33 (~myself33@replaced-ip )
1374 [14:40:28] *** Joins: __jrjsmrtn__ (~jrjsmrtn@replaced-ip )
1375 [14:40:32] *** Quits: joepublic (~joepublic@replaced-ip ) (Remote host closed the connection)
1376 [14:40:43] *** Joins: Ekchuan (~RandyMars@replaced-ip )
1377 [14:40:48] *** Joins: milkt_ (~debian@replaced-ip )
1378 [14:41:26] *** Joins: honsa__ (~honsa@replaced-ip )
1379 [14:41:38] *** Joins: alexertech (~xb@replaced-ip )
1380 [14:42:23] *** Quits: milkt (~debian@replaced-ip ) (Ping timeout: 240 seconds)
1381 [14:43:52] *** Quits: martian67 (~martian67@replaced-ip##) (Quit: ZNC 1.7.2+deb3 - ##replaced-url
1382 [14:44:10] *** Joins: flygoat (~quassel@replaced-ip )
1383 [14:44:16] *** Quits: cheet (~cheet@replaced-ip##) (Quit: ZNC 1.8.x-nightly-20190530-13450c7f - ##replaced-url
1384 [14:44:31] *** Joins: Scytale89 (~Scytale89@replaced-ip )
1385 [14:44:47] *** Quits: honsa_ (~honsa@replaced-ip ) (Ping timeout: 272 seconds)
1386 [14:45:44] *** Joins: cheet (~cheet@replaced-ip )
1387 [14:46:20] *** Joins: DirkS (~DirkS@replaced-ip )
1388 [14:46:26] *** Quits: myself33 (~myself33@replaced-ip ) (Ping timeout: 240 seconds)
1389 [14:46:29] *** Joins: martian67 (~martian67@replaced-ip )
1390 [14:46:44] *** Joins: joepublic (~joepublic@replaced-ip )
1391 [14:46:49] *** Quits: DaRock (~quassel@replaced-ip ) (Ping timeout: 265 seconds)
1392 [14:47:26] *** Joins: myself33 (~myself33@replaced-ip )
1393 [14:48:00] *** Joins: cazfi (~cazfi@replaced-ip )
1394 [14:48:00] *** Quits: downtrip_ (~downtrip@replaced-ip ) (Read error: Connection reset by peer)
1395 [14:48:02] <joepublic> Well. Now enjoying the bounty that is Gnome.
1396 [14:48:57] *** Parts: cazfi (~cazfi@replaced-ip ) ()
1397 [14:49:00] *** Joins: downtrip_ (~downtrip@replaced-ip )
1398 [14:49:01] *** debhelper sets mode: +l 1528
1399 [14:49:36] *** Quits: Ekchuan (~RandyMars@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
1400 [14:50:45] *** Joins: downtri86 (~downtrip@replaced-ip )
1401 [14:50:48] *** Quits: myself33 (~myself33@replaced-ip ) (Client Quit)
1402 [14:51:22] * abrotman smells sarcasm .. :)
1403 [14:51:36] <joepublic> no, it's really up and running.
1404 [14:51:45] <abrotman> I meant
1405 [14:51:49] <abrotman> "enjoying"
1406 [14:52:11] <joepublic> oh, well, yeah not fully enjoying it yet I guess. Where might I find a systray?
1407 [14:52:28] <abrotman> the thing in the upper right? depends what you're trying to do
1408 [14:52:41] <joepublic> I am running autokey-gtk but don't see it up there
1409 [14:53:06] <joepublic> also ckb-next for my RGB keyboard, don't see that up there.
1410 [14:53:45] <joepublic> ps confirms that they are running, but no systray icons
1411 [14:54:03] *** Quits: downtrip_ (~downtrip@replaced-ip ) (Ping timeout: 268 seconds)
1412 [14:55:18] <abrotman> apparently something like replaced-url
1413 [14:55:21] *** Joins: FalseMem (~Falsememo@replaced-ip )
1414 [14:55:48] <abrotman> though, maybe I should try it
1415 [14:55:55] *** Joins: MenschZwoNull__ (~MenschZwo@replaced-ip )
1416 [14:56:12] <joepublic> going out for a bit, will try it when I get back.
1417 [14:56:24] <joepublic> thanks, see you then
1418 [14:56:55] *** Quits: dimir (~dimir@replaced-ip ) (Ping timeout: 258 seconds)
1419 [14:57:45] *** Joins: dimir (~dimir@replaced-ip )
1420 [14:58:19] *** Joins: towo` (~towo@replaced-ip )
1421 [14:58:27] *** Joins: pingfloyd (~pingfloyd@replaced-ip )
1422 [15:00:37] *** Joins: bashquest (~bash0r@replaced-ip )
1423 [15:01:28] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Ping timeout: 255 seconds)
1424 [15:02:54] *** Quits: Haudegen (~quassel@replaced-ip ) (Quit: Bin weg.)
1425 [15:03:33] *** Joins: Haudegen (~quassel@replaced-ip )
1426 [15:04:25] *** Joins: thiras (~thiras@replaced-ip )
1427 [15:04:33] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
1428 [15:05:04] *** Joins: clemens3 (~clemens@replaced-ip )
1429 [15:07:46] *** Quits: haruspii (~uonline@replaced-ip ) (Ping timeout: 255 seconds)
1430 [15:09:00] *** Joins: haruspii (~uonline@replaced-ip )
1431 [15:09:10] *** Joins: chmykh (~chmykh@replaced-ip )
1432 [15:09:21] *** Joins: kazimir (~tdp@replaced-ip )
1433 [15:10:22] *** Quits: mzajc (~marko@replaced-ip ) (Quit: Konversation terminated!)
1434 [15:10:40] *** Joins: mzajc (~marko@replaced-ip )
1435 [15:12:07] *** Quits: Itaipu (~itaipu@replaced-ip ) (Read error: Connection reset by peer)
1436 [15:13:06] *** Quits: StathisA (~StathisA@replaced-ip ) (Ping timeout: 240 seconds)
1437 [15:14:27] *** Joins: dez (uid92154@replaced-ip )
1438 [15:15:06] *** Joins: Itaipu (~itaipu@replaced-ip )
1439 [15:15:15] *** Quits: Guest11476 (~wwilliam@replaced-ip ) (Remote host closed the connection)
1440 [15:15:43] *** Joins: Guest11476 (~wwilliam@replaced-ip )
1441 [15:16:05] <ratrace> GNU\colossus: finally read that article. the author is wrong on many "facts" it presents, especially on "no useful figures on the prevalence of bit rot" which is patently false. There's gobs of useful figures.
1442 [15:17:40] *** Joins: StathisA (~StathisA@replaced-ip )
1443 [15:18:41] *** Quits: TomyWork (~TomyLobo@replaced-ip ) (Remote host closed the connection)
1444 [15:19:01] *** debhelper sets mode: +l 1535
1445 [15:19:32] *** Quits: timahvo1 (~rogue@replaced-ip ) (Ping timeout: 258 seconds)
1446 [15:19:43] *** Joins: m0u (~m0u@replaced-ip )
1447 [15:20:11] *** Quits: kazimir (~tdp@replaced-ip ) (Quit: Leaving)
1448 [15:20:39] *** Joins: kazimir (~tdp@replaced-ip )
1449 [15:20:51] *** Joins: honsa_ (~honsa@replaced-ip )
1450 [15:21:00] *** Quits: joepublic (~joepublic@replaced-ip ) (Ping timeout: 268 seconds)
1451 [15:21:26] *** Joins: NetTerminalGene (~NetTermin@replaced-ip )
1452 [15:23:03] *** Quits: tryte (~tryte@replaced-ip ) (Ping timeout: 240 seconds)
1453 [15:23:33] *** Joins: tryte (~tryte@replaced-ip )
1454 [15:24:31] *** Quits: honsa__ (~honsa@replaced-ip ) (Ping timeout: 265 seconds)
1455 [15:25:51] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Ping timeout: 260 seconds)
1456 [15:26:55] *** Quits: Alleria (~AllahuAkb@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
1457 [15:27:51] *** Joins: CrystalMath (~coderain@replaced-ip )
1458 [15:28:09] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
1459 [15:29:48] <Barralastic> how to disable sound card power managemet, cuz she pops sound on boot?
1460 [15:29:57] <Barralastic> debian 9
1461 [15:30:28] *** Quits: djanos (~djanos@replaced-ip##) (Quit: ZNC 1.7.5 - ##replaced-url
1462 [15:30:56] <Barralastic> intel 82801fb
1463 [15:31:18] *** Joins: djanos (~djanos@replaced-ip )
1464 [15:31:43] *** Joins: ItsAlwaysDnS (~LeadLiar@replaced-ip )
1465 [15:31:52] <p8m> Sysfs? /sys/module/snd_hda_intel/parameters
1466 [15:32:02] <ItsAlwaysDnS> SSHFS keeps disconnecting after a couple of hours.
1467 [15:32:13] <ItsAlwaysDnS> I need it to be stable for my Nextcloud server.
1468 [15:32:38] <p8m> there is probably a module arg you could add to modprobe.d
1469 [15:32:53] <mzajc> Barralastic: You might want to remove the ^Gs from your GRUB configuration file if it makes sounds after loading GRUB.
1470 [15:33:13] *** Quits: MenschZwoNull__ (~MenschZwo@replaced-ip ) (Ping timeout: 245 seconds)
1471 [15:33:15] <abrotman> ItsAlwaysDnS: it's probably timing out due to lack of activity?
1472 [15:33:31] <Barralastic> mzajc: yes after grub
1473 [15:34:14] <mzajc> Barralastic: does your /etc/default/grub contain ^G?
1474 [15:34:53] *** Joins: PallasXD (~PallasXD@replaced-ip )
1475 [15:34:54] <mzajc> in other words, cat /etc/default/grub | grep "\^G"
1476 [15:36:08] <Barralastic> mzajc: no isnt
1477 [15:36:15] *** Quits: chmykh (~chmykh@replaced-ip ) (Quit: chmykh)
1478 [15:36:33] *** Joins: chmykh (~chmykh@replaced-ip )
1479 [15:36:59] <mzajc> wait, no, silly me
1480 [15:37:02] <mzajc> it's elsewhere
1481 [15:37:49] *** Quits: soee (~soee@replaced-ip ) (Quit: Konversation terminated!)
1482 [15:38:53] *** Quits: sixtysix_ (~sixtysix@replaced-ip ) (Remote host closed the connection)
1483 [15:39:17] *** Quits: PallasXD (~PallasXD@replaced-ip ) (Remote host closed the connection)
1484 [15:39:23] *** Joins: sixtysix_ (~sixtysix@replaced-ip )
1485 [15:40:40] <Barralastic> p8m /sys/module/snd_hda_intel/ no such parameter
1486 [15:41:41] *** Quits: kazimir (~tdp@replaced-ip ) (Quit: Leaving)
1487 [15:42:24] *** Joins: kmalevich (~tdp@replaced-ip )
1488 [15:44:13] *** Quits: jpe (~jp@replaced-ip ) (Ping timeout: 255 seconds)
1489 [15:44:21] <mzajc> Barralastic: what is the output of grep -r "\^G" /etc/grub.d/
1490 [15:45:22] <Barralastic> mzajc: nothing
1491 [15:45:53] *** Joins: brokencycle (~brokencyc@replaced-ip )
1492 [15:46:13] <mzajc> Barralastic: nothing as-in not even the binary file errors?
1493 [15:46:41] <mzajc> the "Binary file /etc/grub.d/something_something matches"?
1494 [15:47:29] <Barralastic> no, nothing at all
1495 [15:48:19] <mzajc> that's kinda off
1496 [15:48:53] <ItsAlwaysDnS> I can't seem to get apache over a VPN to work right: [Sat Feb 22 14:48:06.130373 2020] [proxy_http:error] [pid 4643] [client 104.238.59.202:4943] AH01114: HTTP: failed to make connection to backend: 10.8.0.2
1497 [15:49:07] <ItsAlwaysDnS> Works with port 80, but not with 8080. I hate openvpn
1498 [15:49:46] *** Joins: PallasXD (~PallasXD@replaced-ip )
1499 [15:50:04] *** Quits: xcm (~xcm@replaced-ip ) (Ping timeout: 255 seconds)
1500 [15:50:44] <ItsAlwaysDnS> "curl: (7) Failed to connect to 0.0.0.0 port 8080: Connection refused
1501 [15:50:44] <ItsAlwaysDnS> "
1502 [15:50:49] <ItsAlwaysDnS> Oh, I forgot to allow the port in apache2
1503 [15:52:58] *** Joins: fflori (~fflori@replaced-ip )
1504 [15:53:23] <ItsAlwaysDnS> Okay, all working. Sorry for wasting time, but oh, well...
1505 [15:53:31] *** Joins: xcm (~xcm@replaced-ip )
1506 [15:54:53] *** Joins: honsa__ (~honsa@replaced-ip )
1507 [15:57:26] *** Joins: FSF-GNU-Fan (~GNU-FSF-F@replaced-ip )
1508 [15:57:55] <p8m> Barralastic: i set this in sysfs.conf: module/snd_hda_intel/parameters/power_save = 0
1509 [15:58:15] *** Quits: honsa_ (~honsa@replaced-ip ) (Ping timeout: 258 seconds)
1510 [15:58:17] *** Joins: robobox2 (~robobox2@replaced-ip )
1511 [15:58:28] *** Quits: greatgatsby (~greatgats@replaced-ip ) (Quit: Leaving)
1512 [15:58:49] <p8m> If you don't have that sysfs entry you may have a diff driver?
1513 [15:59:18] <Barralastic> p8m: i dont know...
1514 [15:59:38] *** Quits: PallasXD (~PallasXD@replaced-ip ) (Quit: Leaving)
1515 [16:00:59] *** Quits: BrianG61UK (~BrianG61U@replaced-ip ) (Read error: Connection reset by peer)
1516 [16:01:17] <Barralastic> echo "options snd-hda-intel power_save=0 power_save_controller=n" > /etc/modprobe.d/snd-hda-intel.conf this dont work=(
1517 [16:01:46] *** Joins: BrianG61UK (~BrianG61U@replaced-ip )
1518 [16:02:07] *** Joins: diogenes_ (~diogenes_@replaced-ip )
1519 [16:05:33] *** Joins: runlevel7_ (~runlevel7@replaced-ip )
1520 [16:05:35] *** Quits: sobkas (~sobkas@replaced-ip ) (Ping timeout: 268 seconds)
1521 [16:06:51] *** Quits: runlevel7 (~runlevel7@replaced-ip ) (Ping timeout: 240 seconds)
1522 [16:07:46] *** Joins: sobkas (~sobkas@replaced-ip )
1523 [16:08:30] *** Joins: obsed (~obesd@replaced-ip )
1524 [16:09:26] *** Quits: BrianG61UK (~BrianG61U@replaced-ip ) (Read error: Connection reset by peer)
1525 [16:09:50] *** Joins: bertbob (~bertbob@replaced-ip )
1526 [16:10:11] *** Joins: BrianG61UK (~BrianG61U@replaced-ip )
1527 [16:12:49] *** Joins: prince1 (~prince@replaced-ip )
1528 [16:13:06] *** Quits: hav0c (~jes@replaced-ip ) (Ping timeout: 240 seconds)
1529 [16:14:13] *** Joins: s8548a (~s8548a@replaced-ip )
1530 [16:14:26] *** Quits: BrianG61UK (~BrianG61U@replaced-ip ) (Read error: Connection reset by peer)
1531 [16:15:15] *** Joins: BrianG61UK (~BrianG61U@replaced-ip )
1532 [16:15:42] *** Quits: cliluw (~cliluw@replaced-ip ) (Read error: Connection reset by peer)
1533 [16:15:55] *** Joins: cliluw (~cliluw@replaced-ip )
1534 [16:16:11] *** Joins: zamuro (~Samantha@replaced-ip )
1535 [16:16:11] *** Quits: zamuro (~Samantha@replaced-ip ) (Changing host)
1536 [16:16:11] *** Joins: zamuro (~Samantha@replaced-ip )
1537 [16:17:41] *** Quits: prince1 (~prince@replaced-ip ) (Ping timeout: 265 seconds)
1538 [16:18:50] *** Joins: joepublic (~joepublic@replaced-ip )
1539 [16:19:01] *** debhelper sets mode: +l 1541
1540 [16:21:43] *** Quits: clemens3 (~clemens@replaced-ip ) (Read error: No route to host)
1541 [16:21:54] *** Joins: Lyberta (~Lyberta@replaced-ip )
1542 [16:22:21] <Lyberta> my webcam mic shows as disabled in pulseaudio, how to enable it?
1543 [16:23:17] *** Joins: clemens3 (~clemens@replaced-ip )
1544 [16:24:20] *** Quits: Scytale89 (~Scytale89@replaced-ip ) (Remote host closed the connection)
1545 [16:24:26] *** Quits: haruspii (~uonline@replaced-ip ) (Ping timeout: 240 seconds)
1546 [16:24:46] *** Joins: Scytale89 (~Scytale89@replaced-ip )
1547 [16:25:16] *** Quits: Scytale89 (~Scytale89@replaced-ip ) (Remote host closed the connection)
1548 [16:25:23] *** Joins: mthe878 (~mthe@replaced-ip )
1549 [16:25:45] *** Quits: joepublic (~joepublic@replaced-ip ) (Remote host closed the connection)
1550 [16:25:57] *** Joins: ChmEarl (~chmearl@replaced-ip )
1551 [16:26:33] *** Joins: Scytale89 (~Scytale89@replaced-ip )
1552 [16:28:24] *** Joins: honsa_ (~honsa@replaced-ip )
1553 [16:28:27] <diogenes_> Lyberta, to click on tha little speaker icon?
1554 [16:28:40] *** Quits: cliluw (~cliluw@replaced-ip ) (Read error: Connection reset by peer)
1555 [16:28:57] *** Joins: cliluw (~cliluw@replaced-ip )
1556 [16:29:08] *** Quits: AquaL1te (~AquaL1te@replaced-ip ) (Quit: leaving)
1557 [16:29:17] *** Quits: thiras (~thiras@replaced-ip ) (Ping timeout: 272 seconds)
1558 [16:29:50] *** Quits: asterismo (~Santiago@replaced-ip ) (Quit: Leaving)
1559 [16:30:11] *** Joins: Kevlar_Noir (~manjaro-u@replaced-ip )
1560 [16:30:24] <Lyberta> diogenes_, I don't see any button: replaced-url
1561 [16:30:50] *** Joins: joepublic (~joepublic@replaced-ip )
1562 [16:31:28] *** Quits: honsa__ (~honsa@replaced-ip ) (Ping timeout: 255 seconds)
1563 [16:31:34] *** Quits: Rotuky (~Rotuky@replaced-ip ) (Quit: WeeChat 2.3)
1564 [16:31:42] *** Quits: kmalevich (~tdp@replaced-ip ) (Quit: Leaving)
1565 [16:31:56] <petn-randall> Lyberta: Does the "input" tab have it listed?
1566 [16:31:56] <joepublic> abrotman, I seem to have inadvertently killed gnome by installing that shell extension, "A problem has occurred. Some unspecified problem occured. Maybe try again." I am paraphrasing, but not by much. No error to console.
1567 [16:32:20] <Lyberta> petn-randall, no
1568 [16:34:01] <diogenes_> Lyberta, that is not pavucontrol, look in pavucontrol.
1569 [16:34:28] *** Joins: Tom01 (~tom@replaced-ip )
1570 [16:35:05] <Lyberta> diogenes_, in pavucontrol it's the same, it shows in "Configuration" tab but not in "Input devices" tab
1571 [16:35:10] *** Joins: barteks2x (~barteks2x@replaced-ip )
1572 [16:35:23] *** Joins: ppsspp (~user@replaced-ip )
1573 [16:35:47] <ppsspp> is there a reason why there is no ppsspp on debian ?
1574 [16:36:06] *** Joins: SiAnDoG (~514nDoG@replaced-ip )
1575 [16:36:39] <ppsspp> soo dissapointing
1576 [16:36:54] *** Joins: egulen (~ezipizi@replaced-ip )
1577 [16:37:41] *** Joins: RoBz (~RoBz@replaced-ip )
1578 [16:38:15] *** Joins: Aurora_iz_kosmos (~Aurora_iz@replaced-ip )
1579 [16:38:29] <Aurora_iz_kosmos> Are VLANs actually supported by NetworkManager on Debian Stable?
1580 [16:38:41] <Aurora_iz_kosmos> Or does one need to manually set those up?
1581 [16:39:20] <diogenes_> Lyberta, pastebin: arecord -l
1582 [16:39:26] *** Quits: z4kst4r_ (~z4kst4r@replaced-ip ) (Ping timeout: 265 seconds)
1583 [16:39:36] *** Joins: downtrip_ (~downtrip@replaced-ip )
1584 [16:39:37] *** Joins: flo2marsnet (~flo2marsn@replaced-ip )
1585 [16:40:52] *** Joins: z4kst4r_ (~z4kst4r@replaced-ip )
1586 [16:41:17] <Lyberta> diogenes_, replaced-url
1587 [16:41:55] *** Quits: downtri86 (~downtrip@replaced-ip ) (Ping timeout: 260 seconds)
1588 [16:42:53] <diogenes_> Lyberta, whoch one of those is the one you need?
1589 [16:43:39] *** Quits: downtrip_ (~downtrip@replaced-ip ) (Ping timeout: 240 seconds)
1590 [16:43:50] <Lyberta> diogenes_, Webcam [C922 Pro Stream Webcam]
1591 [16:43:55] *** Joins: shibboleth (~shibbolet@replaced-ip )
1592 [16:44:27] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Ping timeout: 240 seconds)
1593 [16:45:25] *** Quits: xet7 (~xet7@replaced-ip ) (Remote host closed the connection)
1594 [16:45:52] *** Quits: ppsspp (~user@replaced-ip ) (Ping timeout: 255 seconds)
1595 [16:46:29] *** Joins: xet7 (~xet7@replaced-ip )
1596 [16:47:20] <diogenes_> Lyberta, in /etc/pulse/default.pa after the line: .ifexists module-udev-detect.so add this one: load-module module-alsa-source device=hw:0,0 save and pulseaudio -k
1597 [16:47:27] <diogenes_> and see if it appears there.
1598 [16:48:02] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
1599 [16:48:12] <diogenes_> also if that won't work, ask in #pulseaudio
1600 [16:48:35] *** Joins: hav0c (~jes@replaced-ip )
1601 [16:48:51] *** Quits: bhoman (~quassel@replaced-ip ) (Read error: Connection reset by peer)
1602 [16:49:07] *** Joins: bhoman (~quassel@replaced-ip )
1603 [16:50:21] *** Quits: Kevlar_Noir (~manjaro-u@replaced-ip ) (Quit: Konversation terminated!)
1604 [16:51:55] *** Quits: orotalt (~orotalt@replaced-ip ) (Ping timeout: 258 seconds)
1605 [16:52:33] *** Joins: WaveHusky (~starhowl@replaced-ip )
1606 [16:52:53] <Lyberta> diogenes_, oh, just "pulseaudio -k" fixed it, I didn't even need to edit config files
1607 [16:53:03] *** Quits: Starhowl (~starhowl@replaced-ip ) (Read error: Connection reset by peer)
1608 [16:53:38] <diogenes_> Lyberta, ok good.
1609 [16:54:05] *** Quits: sixtysix_ (~sixtysix@replaced-ip ) (Remote host closed the connection)
1610 [16:54:05] *** Quits: tolok (~tolok@replaced-ip ) (Read error: Connection reset by peer)
1611 [16:54:26] *** Joins: tolok (~tolok@replaced-ip )
1612 [16:54:59] *** Joins: mtn (~mtn@replaced-ip )
1613 [16:55:04] *** Joins: sixtysix_ (~sixtysix@replaced-ip )
1614 [16:58:55] *** Quits: knidos (~knidos@replaced-ip ) (Remote host closed the connection)
1615 [16:59:11] *** Quits: mthe878 (~mthe@replaced-ip ) (Ping timeout: 260 seconds)
1616 [16:59:22] *** Joins: knidos (~knidos@replaced-ip )
1617 [17:01:06] *** Quits: fflori (~fflori@replaced-ip ) (Remote host closed the connection)
1618 [17:01:48] *** Joins: mthe878 (~mthe@replaced-ip )
1619 [17:02:29] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
1620 [17:02:59] *** Quits: Jerrynicki (~niklas@replaced-ip ) (Remote host closed the connection)
1621 [17:03:19] *** Joins: Jerrynicki (~niklas@replaced-ip )
1622 [17:03:51] *** Quits: eggbean (~eggbean@replaced-ip ) (Ping timeout: 246 seconds)
1623 [17:03:55] *** Joins: mtn (~mtn@replaced-ip )
1624 [17:04:47] <Aurora_iz_kosmos> FFS.
1625 [17:04:50] *** Quits: rephlexie (~rephlexie@replaced-ip ) (Quit: Leaving)
1626 [17:04:56] <Aurora_iz_kosmos> nvm. The issue is the router.
1627 [17:05:04] *** Parts: Aurora_iz_kosmos (~Aurora_iz@replaced-ip ) ("thanks")
1628 [17:06:43] *** Joins: _0bitcount (~Big_Byte@replaced-ip )
1629 [17:07:01] *** Quits: mthe878 (~mthe@replaced-ip ) (Ping timeout: 255 seconds)
1630 [17:07:55] *** Joins: itamarst (uid165457@replaced-ip )
1631 [17:09:23] *** Joins: dethos (~dethos@replaced-ip )
1632 [17:10:36] *** Joins: mthe878 (~mthe@replaced-ip )
1633 [17:11:40] *** honsa_ is now known as honsa
1634 [17:12:26] *** Quits: oiaohm (~oiaohm@replaced-ip ) ()
1635 [17:12:57] *** Joins: diniwed1 (~gavron@replaced-ip )
1636 [17:13:46] *** Quits: citypw (~citypw@replaced-ip ) (Ping timeout: 255 seconds)
1637 [17:14:32] *** Joins: IAmHal2000 (~thoben@replaced-ip )
1638 [17:14:49] *** Quits: shibboleth (~shibbolet@replaced-ip ) (Remote host closed the connection)
1639 [17:15:12] *** Quits: P1ersson (~P1ersson@replaced-ip ) (Ping timeout: 265 seconds)
1640 [17:16:53] *** Quits: deicide- (~deicide-@replaced-ip ) (Quit: Leaving)
1641 [17:17:00] *** Quits: IAmHal2000 (~thoben@replaced-ip ) (Quit: This computer has gone to sleep)
1642 [17:17:12] *** Joins: Kevlar_Noir (~manjaro-u@replaced-ip )
1643 [17:17:44] *** Parts: zamuro (~Samantha@replaced-ip ) ("[IRSSI]")
1644 [17:18:01] *** Joins: Witch-King (~Witch-Kin@replaced-ip )
1645 [17:19:13] *** Quits: chmykh (~chmykh@replaced-ip ) (Quit: chmykh)
1646 [17:19:32] *** Joins: chmykh (~chmykh@replaced-ip )
1647 [17:20:25] *** Joins: shibboleth (~shibbolet@replaced-ip )
1648 [17:21:24] *** Quits: cheet (~cheet@replaced-ip ) (Read error: Connection reset by peer)
1649 [17:22:06] *** Quits: peterrooney (~peter@replaced-ip ) (Ping timeout: 240 seconds)
1650 [17:22:19] *** Joins: cheet (~cheet@replaced-ip )
1651 [17:22:21] *** nyov is now known as Guest56600
1652 [17:22:21] *** Quits: Guest56600 (~nyov@replaced-ip ) (Killed (weber.freenode.net (Nickname regained by services)))
1653 [17:22:28] *** Joins: nyov (~nyov@replaced-ip )
1654 [17:22:29] *** Quits: argusbr (~tls@replaced-ip ) (Read error: Connection reset by peer)
1655 [17:24:25] *** Joins: developer24 (~webdev007@replaced-ip )
1656 [17:24:37] *** Joins: cthonic (~otho@replaced-ip )
1657 [17:29:55] *** Quits: knidos (~knidos@replaced-ip ) (Remote host closed the connection)
1658 [17:30:12] *** Quits: chmykh (~chmykh@replaced-ip ) (Quit: chmykh)
1659 [17:30:23] *** Joins: knidos (~knidos@replaced-ip )
1660 [17:33:56] *** Joins: deicide- (~deicide-@replaced-ip )
1661 [17:36:36] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
1662 [17:37:34] *** Quits: Scytale89 (~Scytale89@replaced-ip ) (Read error: Connection reset by peer)
1663 [17:37:48] *** Joins: Scytale89 (~Scytale89@replaced-ip )
1664 [17:39:23] *** Quits: hemimaniac (~hemi@replaced-ip ) (Quit: WeeChat 2.3)
1665 [17:40:09] *** Joins: haruspii (~uonline@replaced-ip )
1666 [17:40:26] *** Joins: drmbls (~drmbls@replaced-ip )
1667 [17:40:29] *** Quits: uNmowed (~Kaede@replaced-ip ) (Read error: Connection reset by peer)
1668 [17:40:39] *** Joins: blb4393 (~chatzilla@replaced-ip )
1669 [17:42:51] *** Quits: Kevlar_Noir (~manjaro-u@replaced-ip ) (Quit: Konversation terminated!)
1670 [17:45:11] *** Joins: dm4sg (~dm4sg@replaced-ip )
1671 [17:46:51] *** Joins: Highlander (~alain@replaced-ip )
1672 [17:47:00] *** Quits: Scytale89 (~Scytale89@replaced-ip ) (Quit: Scytale89)
1673 [17:47:53] *** Quits: ballot (~darkalia@replaced-ip ) (Ping timeout: 258 seconds)
1674 [17:48:24] *** Joins: Scytale89 (~Scytale89@replaced-ip )
1675 [17:49:07] *** Joins: ballot (~darkalia@replaced-ip )
1676 [17:50:25] *** Quits: LionOpeter (~liron@replaced-ip ) (Remote host closed the connection)
1677 [17:51:57] *** Joins: saundkim (~saundkim@replaced-ip )
1678 [17:52:02] *** Quits: mzajc (~marko@replaced-ip ) (Ping timeout: 240 seconds)
1679 [17:52:03] <abrotman> joepublic: interesting .. I have it installed, it seems fine. There are other options for a systray extension
1680 [17:52:05] *** Joins: LionOpeter (~liron@replaced-ip )
1681 [17:52:13] <abrotman> joepublic: you can use the "gnome software center" to search for them
1682 [17:52:14] *** Joins: argusbr (~tls@replaced-ip )
1683 [17:54:28] *** Quits: clemens3 (~clemens@replaced-ip ) (Quit: WeeChat 2.7)
1684 [17:54:55] *** Quits: knidos (~knidos@replaced-ip ) (Remote host closed the connection)
1685 [17:55:07] *** Joins: clemens3 (~clemens@replaced-ip )
1686 [17:56:05] *** Joins: knidos (~knidos@replaced-ip )
1687 [17:56:38] *** Joins: IAmHal2000 (~thoben@replaced-ip )
1688 [17:57:17] *** Parts: haruspii (~uonline@replaced-ip ) ("Leaving")
1689 [17:59:40] *** Quits: blb4393 (~chatzilla@replaced-ip ) (Ping timeout: 268 seconds)
1690 [17:59:53] *** Joins: honsa_ (~honsa@replaced-ip )
1691 [18:00:09] *** Joins: blb4393 (~chatzilla@replaced-ip )
1692 [18:00:22] *** Quits: st-gourichon-fid (~Stephane@replaced-ip ) (Ping timeout: 256 seconds)
1693 [18:00:25] *** Joins: b1ack0p (~M@replaced-ip )
1694 [18:01:10] *** Joins: virtualwiz (~virtualwi@replaced-ip )
1695 [18:02:17] *** Quits: virtualwiz (~virtualwi@replaced-ip ) (Remote host closed the connection)
1696 [18:02:50] *** Quits: honsa (~honsa@replaced-ip ) (Ping timeout: 240 seconds)
1697 [18:03:16] *** Quits: zapatista (~zapatista@replaced-ip ) (Ping timeout: 255 seconds)
1698 [18:03:22] *** Quits: cthonic (~otho@replaced-ip ) (Quit: leaving)
1699 [18:03:28] *** Joins: virtualwiz (~virtualwi@replaced-ip )
1700 [18:03:30] *** Quits: knidos (~knidos@replaced-ip ) (Quit: WeeChat 1.9.1)
1701 [18:03:41] *** Quits: virtualwiz (~virtualwi@replaced-ip ) (Remote host closed the connection)
1702 [18:04:55] *** Quits: titsuki (~titsuki@replaced-ip ) (Ping timeout: 272 seconds)
1703 [18:05:02] *** Quits: cliluw (~cliluw@replaced-ip ) (Read error: Connection reset by peer)
1704 [18:05:22] *** Joins: cliluw (~cliluw@replaced-ip )
1705 [18:06:09] *** Joins: OS-67070 (~OS-67070@replaced-ip )
1706 [18:07:08] *** Quits: IAmHal2000 (~thoben@replaced-ip ) (Quit: This computer has gone to sleep)
1707 [18:07:17] *** Parts: OS-67070 (~OS-67070@replaced-ip ) ()
1708 [18:07:28] *** Joins: zapatista (~zapatista@replaced-ip )
1709 [18:07:46] *** Joins: electro33 (uid613@replaced-ip )
1710 [18:08:56] *** Quits: Silmarilion (~Silmarili@replaced-ip ) (Quit: Leaving)
1711 [18:08:59] *** Quits: Rue (~rue@replaced-ip ) (Quit: Rue)
1712 [18:09:22] *** Joins: IAmHal2000 (~thoben@replaced-ip )
1713 [18:11:03] *** Joins: d4rkm0d3 (~d4rkm0d3@replaced-ip )
1714 [18:11:25] *** Joins: p2hc (~p2hc@replaced-ip )
1715 [18:12:03] *** Joins: hemimaniac (~hemi@replaced-ip )
1716 [18:13:31] *** Quits: cliluw (~cliluw@replaced-ip ) (Read error: Connection reset by peer)
1717 [18:13:42] *** Joins: prince1 (~prince@replaced-ip )
1718 [18:13:44] *** Joins: cliluw (~cliluw@replaced-ip )
1719 [18:15:16] <dob1> file somefile Bourne-Again shell script, UTF-8 Unicode text executable , vim file I read the text, no problems. using ranger file manager on file preview I don't see accents...
1720 [18:17:26] *** Quits: IAmHal2000 (~thoben@replaced-ip ) (Quit: This computer has gone to sleep)
1721 [18:18:31] *** Quits: prince1 (~prince@replaced-ip ) (Ping timeout: 260 seconds)
1722 [18:19:26] *** Quits: Lyberta (~Lyberta@replaced-ip ) (Quit: Leaving)
1723 [18:20:14] <dob1> imho the problem is python3-chardet that uses the same library of uchardet, and uchardet file gives me WINDOWS-1250
1724 [18:20:42] *** Joins: mzajc (~marko@replaced-ip )
1725 [18:21:32] <dob1> and ranger use python3-chardet do detect file encoding
1726 [18:21:37] *** Quits: mthe878 (~mthe@replaced-ip ) (Ping timeout: 258 seconds)
1727 [18:21:38] *** Quits: blb4393 (~chatzilla@replaced-ip ) (Ping timeout: 240 seconds)
1728 [18:22:27] *** Joins: weed_guy (~OvO@replaced-ip )
1729 [18:23:32] *** Quits: n_1-c_k (~n_1-c_k@replaced-ip ) (Read error: Connection reset by peer)
1730 [18:24:24] *** Joins: n_1-c_k (~n_1-c_k@replaced-ip )
1731 [18:27:52] *** Quits: d4rkm0d3 (~d4rkm0d3@replaced-ip ) (Quit: Leaving)
1732 [18:28:17] *** Quits: ponyofdeath (~vladi@replaced-ip ) (Read error: Connection reset by peer)
1733 [18:29:45] *** Quits: epsilonKNOT (~epsilonKN@replaced-ip##) (Quit: ZNC 1.7.4 - ##replaced-url
1734 [18:30:14] *** Quits: kells664 (uid422366@replaced-ip ) (Quit: Connection closed for inactivity)
1735 [18:31:49] *** Joins: dreamon (~dreamon@replaced-ip )
1736 [18:32:31] *** Quits: [dd] (~dd]@replaced-ip ) (Quit: Leaving)
1737 [18:33:05] *** Quits: saundkim (~saundkim@replaced-ip ) (Quit: saundkim)
1738 [18:33:15] *** Quits: barteks2x (~barteks2x@replaced-ip ) (Ping timeout: 240 seconds)
1739 [18:33:54] *** Quits: Lord_of_Life (~Lord@replaced-ip ) (Read error: Connection reset by peer)
1740 [18:34:11] *** Joins: [dd] (~dd]@replaced-ip )
1741 [18:35:19] *** Quits: mzajc (~marko@replaced-ip ) (Ping timeout: 272 seconds)
1742 [18:36:27] *** Joins: Lord_of_Life (~Lord@replaced-ip )
1743 [18:37:44] *** Joins: epsilonKNOT (~epsilonKN@replaced-ip )
1744 [18:38:07] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
1745 [18:39:24] *** Quits: aindilis (~aindilis@replaced-ip ) (Remote host closed the connection)
1746 [18:40:03] *** Quits: obsed (~obesd@replaced-ip ) (Ping timeout: 240 seconds)
1747 [18:40:49] *** Quits: Louis (Louis@replaced-ip ) (Quit: Disconnected)
1748 [18:41:32] *** Quits: egulen (~ezipizi@replaced-ip ) (Remote host closed the connection)
1749 [18:41:42] *** Joins: aindilis` (~aindilis@replaced-ip )
1750 [18:41:58] *** Joins: egulen (~ezipizi@replaced-ip )
1751 [18:42:28] *** Quits: Witch-King (~Witch-Kin@replaced-ip ) (Quit: Leaving)
1752 [18:44:15] *** Joins: fstd_ (~fstd@replaced-ip )
1753 [18:44:33] *** Quits: bashquest (~bash0r@replaced-ip ) (Quit: Leaving)
1754 [18:44:50] *** Joins: blb4393 (~chatzilla@replaced-ip )
1755 [18:48:29] *** Quits: fstd (~fstd@replaced-ip ) (Ping timeout: 265 seconds)
1756 [18:48:29] *** fstd_ is now known as fstd
1757 [18:48:50] *** Quits: bhoman (~quassel@replaced-ip ) (Read error: Connection reset by peer)
1758 [18:49:01] *** debhelper sets mode: +l 1532
1759 [18:49:07] *** Joins: bhoman (~quassel@replaced-ip )
1760 [18:50:11] *** Joins: IAmHal2000 (~thoben@replaced-ip )
1761 [18:50:33] *** Quits: timur_davletshin (~timur_dav@replaced-ip ) (Quit: Leaving)
1762 [18:52:06] *** Quits: p2hc (~p2hc@replaced-ip ) (Quit: Konversation terminated!)
1763 [18:52:35] *** Joins: timur_davletshin (~timur_dav@replaced-ip )
1764 [18:53:48] *** Quits: developer24 (~webdev007@replaced-ip ) (Quit: Leaving)
1765 [18:56:53] *** Joins: obsed (~obesd@replaced-ip )
1766 [18:56:55] *** Joins: enet (~enet@replaced-ip )
1767 [18:57:03] *** Joins: nom7492 (~igloo@replaced-ip )
1768 [18:57:48] *** Joins: Grldfrdom (uid391113@replaced-ip )
1769 [18:57:56] *** Quits: enet (~enet@replaced-ip ) (Client Quit)
1770 [18:58:45] *** Quits: Night-Shade (~TimF@replaced-ip ) (Ping timeout: 272 seconds)
1771 [19:00:51] *** Joins: troys (~troy@replaced-ip )
1772 [19:01:22] *** Joins: BlueByte_ (~walther@replaced-ip )
1773 [19:01:24] *** Quits: nom7492 (~igloo@replaced-ip ) (Remote host closed the connection)
1774 [19:02:01] *** Joins: nom7492 (~igloo@replaced-ip )
1775 [19:02:12] <dob1> I am reading this about UEFI - EFI replaced-url
1776 [19:02:22] <dob1> I don't understand this part : The EFI partition is required if you want to boot your system in UEFI mode. However, if you want UEFI-bootable Debian, you might need to reinstall Windows as well, since mixing the two boot methods is inconvenient at best.
1777 [19:02:43] <dob1> if they can share the same efi partition why I need to reinstall windows?
1778 [19:03:14] <dob1> it means if windows was installed with bootload in mbr?
1779 [19:03:19] <dob1> *bootloader
1780 [19:03:32] *** Joins: Louis (~Louis@replaced-ip )
1781 [19:03:32] *** Quits: Louis (~Louis@replaced-ip ) (Changing host)
1782 [19:03:32] *** Joins: Louis (~Louis@replaced-ip )
1783 [19:03:47] *** Quits: Ericounet (~Eric@replaced-ip ) (Quit: Je m'en vais ...)
1784 [19:04:05] *** Quits: nom7492 (~igloo@replaced-ip ) (Remote host closed the connection)
1785 [19:05:01] *** Quits: BlueByte_ (~walther@replaced-ip ) (Client Quit)
1786 [19:05:42] *** Joins: BlueByte_ (~walther@replaced-ip )
1787 [19:06:04] *** Joins: mihi (~mihi@replaced-ip )
1788 [19:06:05] *** Joins: nom7492 (~igloo@replaced-ip )
1789 [19:06:59] *** Quits: BlueByte_ (~walther@replaced-ip ) (Client Quit)
1790 [19:07:39] *** Joins: BlueByte_ (~walther@replaced-ip )
1791 [19:08:07] *** Quits: supayoshi (~supayoshi@replaced-ip ) (Ping timeout: 268 seconds)
1792 [19:08:31] *** Quits: s8548a (~s8548a@replaced-ip ) (Read error: Connection reset by peer)
1793 [19:08:43] *** Quits: melpy (~melpy@replaced-ip ) (Ping timeout: 240 seconds)
1794 [19:08:55] *** Quits: BlueByte_ (~walther@replaced-ip ) (Client Quit)
1795 [19:09:36] *** Joins: BlueByte_ (~walther@replaced-ip )
1796 [19:09:43] *** Quits: shibboleth (~shibbolet@replaced-ip ) (Ping timeout: 240 seconds)
1797 [19:10:11] *** Quits: aindilis` (~aindilis@replaced-ip ) (Remote host closed the connection)
1798 [19:10:23] *** Quits: kfvn (~weechat@replaced-ip ) (Ping timeout: 240 seconds)
1799 [19:10:45] *** Joins: aindilis (~aindilis@replaced-ip )
1800 [19:10:51] *** Quits: BlueByte_ (~walther@replaced-ip ) (Client Quit)
1801 [19:11:17] *** Quits: nom7492 (~igloo@replaced-ip ) (Remote host closed the connection)
1802 [19:11:19] *** Quits: IAmHal2000 (~thoben@replaced-ip ) (Quit: This computer has gone to sleep)
1803 [19:11:22] *** Quits: grobi (~rtng@replaced-ip ) (Read error: Connection reset by peer)
1804 [19:11:31] *** Joins: peaceguy (~peaceguy@replaced-ip )
1805 [19:11:37] *** Joins: elios_ (~kia@replaced-ip )
1806 [19:12:36] <peaceguy> hello i have a problem when pc is starting is is very slow until it shows the grub menu and a bit after that, then it starts the system with normal speed and everything is right. what logs could i check to see what is causing this please help me thank you
1807 [19:13:08] *** Joins: supayoshi (~supayoshi@replaced-ip )
1808 [19:13:14] *** Joins: kfvn (~weechat@replaced-ip )
1809 [19:13:14] *** Quits: obsed (~obesd@replaced-ip ) (Ping timeout: 240 seconds)
1810 [19:13:47] *** Joins: diogenes_ (~diogenes_@replaced-ip )
1811 [19:14:22] <peaceguy> it hangs with a black screen and after grub menu it just hangs for some time maybe a few minutes
1812 [19:14:27] *** Quits: elios (~kia@replaced-ip ) (Ping timeout: 240 seconds)
1813 [19:14:40] *** Joins: celeuturfu (~futur@replaced-ip )
1814 [19:15:02] *** Joins: format_c (~format_c@replaced-ip )
1815 [19:15:12] *** Joins: uber (~uber@replaced-ip )
1816 [19:15:22] <peaceguy> i am in grub menu now and it was just there doing nothing and now it shows me advanced options so it took some time after i pressed a key to go and open them
1817 [19:15:22] *** elios_ is now known as elios
1818 [19:15:52] <uber> hello friends
1819 [19:15:53] *** Joins: EY (~jeyoung@replaced-ip )
1820 [19:15:58] <peaceguy> hello
1821 [19:16:19] <uber> how are you?
1822 [19:16:31] <peaceguy> good
1823 [19:16:51] <uber> nice))
1824 [19:16:56] *** Joins: honsa__ (~honsa@replaced-ip )
1825 [19:17:00] <peaceguy> it lags after my commands so much
1826 [19:17:57] <uber> you used linux?
1827 [19:18:02] <peaceguy> yes
1828 [19:18:03] *** Joins: thenori (~thenori@replaced-ip )
1829 [19:18:12] *** Joins: jpe (~jp@replaced-ip )
1830 [19:18:19] *** Parts: thenori (~thenori@replaced-ip ) ()
1831 [19:18:31] *** Joins: Ignacy (~Ignacy@replaced-ip )
1832 [19:18:37] <uber> which distribution if not secret?
1833 [19:18:43] <peaceguy> Debian
1834 [19:19:02] *** debhelper sets mode: +l 1538
1835 [19:19:06] <uber> respect
1836 [19:19:20] <peaceguy> thank you
1837 [19:19:53] *** Joins: greatgatsby (~greatgats@replaced-ip )
1838 [19:19:58] <peaceguy> how are you?
1839 [19:20:07] *** Quits: honsa_ (~honsa@replaced-ip ) (Ping timeout: 260 seconds)
1840 [19:20:21] <uber> the best ones kali, debian
1841 [19:21:21] *** Joins: Prath (~Prathames@replaced-ip )
1842 [19:21:58] <peaceguy> also this was after upgrade to linux 4.19
1843 [19:22:20] *** Joins: nom7492 (~igloo@replaced-ip )
1844 [19:22:21] <peaceguy> and even with grub menu disabled it still hangs, so before it
1845 [19:22:35] <uber> I have been using Linux for quite some time, but for the first time in Irс :))))
1846 [19:22:45] <peaceguy> cool
1847 [19:22:52] <peaceguy> what first time in irc?
1848 [19:23:13] *** Quits: nom7492 (~igloo@replaced-ip ) (Remote host closed the connection)
1849 [19:23:32] *** Joins: bashquest (~bash0r@replaced-ip )
1850 [19:23:32] <uber> I use
1851 [19:23:40] <peaceguy> ok
1852 [19:26:10] *** Quits: weed_guy (~OvO@replaced-ip ) (Quit: Leaving)
1853 [19:26:13] *** Joins: b (coffee@replaced-ip )
1854 [19:27:18] *** ChanServ sets mode: +o eir
1855 [19:27:18] *** eir sets mode: -bbbo drag_me_on_!*@*$arguments *!*@193.37.32.62$##arguments $a:Drag_me_on_$ arguments eir
1856 [19:29:27] *** Quits: drmbls (~drmbls@replaced-ip ) (Ping timeout: 260 seconds)
1857 [19:29:58] *** Quits: Louis (~Louis@replaced-ip ) (Quit: Disconnected)
1858 [19:30:03] *** Quits: blb4393 (~chatzilla@replaced-ip ) (Ping timeout: 265 seconds)
1859 [19:30:26] *** Joins: Louis (~Louis@replaced-ip )
1860 [19:30:37] <peaceguy> if i do reisub it still reacts to it after some minutes
1861 [19:31:16] *** Joins: chmykh (~chmykh@replaced-ip )
1862 [19:32:06] *** Quits: Prath (~Prathames@replaced-ip ) (Ping timeout: 240 seconds)
1863 [19:33:06] *** Quits: format_c (~format_c@replaced-ip ) (Quit: format_c)
1864 [19:33:33] *** Joins: Prath (~Prathames@replaced-ip )
1865 [19:35:06] <uber> write me when you please, peacegue
1866 [19:35:46] *** Joins: blb4393 (~chatzilla@replaced-ip )
1867 [19:36:09] <peaceguy> thank you :)
1868 [19:36:32] *** Quits: Prath (~Prathames@replaced-ip ) (Remote host closed the connection)
1869 [19:37:11] *** Joins: Highlander_ (~alain@replaced-ip )
1870 [19:37:28] *** Joins: Prath (~Prathames@replaced-ip )
1871 [19:38:40] *** Quits: joerg (~joerg@replaced-ip ) (Ping timeout: 255 seconds)
1872 [19:41:11] *** Quits: Highlander (~alain@replaced-ip ) (Ping timeout: 272 seconds)
1873 [19:41:11] *** Highlander_ is now known as Highlander
1874 [19:41:25] *** Quits: blb4393 (~chatzilla@replaced-ip ) (Ping timeout: 268 seconds)
1875 [19:41:27] *** Quits: chalcedony (~chalcedon@replaced-ip ) (Ping timeout: 260 seconds)
1876 [19:41:55] *** Joins: blb4393 (~chatzilla@replaced-ip )
1877 [19:42:04] *** Joins: chalcedony (~chalcedon@replaced-ip )
1878 [19:45:23] *** Joins: joerg (~joerg@replaced-ip )
1879 [19:45:56] *** Quits: Prath (~Prathames@replaced-ip ) (Ping timeout: 248 seconds)
1880 [19:46:03] *** Quits: Church- (~aleph@replaced-ip ) (Ping timeout: 240 seconds)
1881 [19:46:14] *** Joins: Prath (~Prathames@replaced-ip )
1882 [19:48:50] *** Joins: nom7492 (~igloo@replaced-ip )
1883 [19:48:50] *** Quits: bhoman (~quassel@replaced-ip ) (Read error: Connection reset by peer)
1884 [19:49:06] *** Joins: bhoman (~quassel@replaced-ip )
1885 [19:50:56] *** Quits: blb4393 (~chatzilla@replaced-ip ) (Ping timeout: 258 seconds)
1886 [19:50:58] *** Quits: sz0 (uid110435@replaced-ip ) (Quit: Connection closed for inactivity)
1887 [19:51:18] *** Quits: greatgatsby (~greatgats@replaced-ip ) (Quit: Leaving)
1888 [19:55:22] *** Joins: vimnano (~vimnano@replaced-ip )
1889 [19:55:37] *** Joins: IAmHal2000 (~thoben@replaced-ip )
1890 [19:56:06] *** Joins: thiras (~thiras@replaced-ip )
1891 [19:56:30] *** Joins: Gat0rvean (~Gat0rvean@replaced-ip )
1892 [19:56:51] *** Quits: Gat0rvean (~Gat0rvean@replaced-ip ) (Client Quit)
1893 [19:58:13] *** Joins: Gat0rvean (~Gat0rvean@replaced-ip )
1894 [19:58:25] *** Quits: PaddyF (~PaddyF@replaced-ip ) (Quit: bye)
1895 [19:58:27] *** Quits: vimnano (~vimnano@replaced-ip ) (Client Quit)
1896 [20:00:22] *** Joins: traveltissues (~traveltis@replaced-ip )
1897 [20:01:18] *** Joins: OS-68924 (~OS-68924@replaced-ip )
1898 [20:01:22] *** Quits: towo` (~towo@replaced-ip ) (Quit: Leaving)
1899 [20:01:35] *** Joins: Church- (~aleph@replaced-ip )
1900 [20:02:55] *** Joins: blb4393 (~chatzilla@replaced-ip )
1901 [20:03:44] *** Quits: nom7492 (~igloo@replaced-ip ) (Remote host closed the connection)
1902 [20:03:50] *** Joins: elios_ (~kia@replaced-ip )
1903 [20:03:58] *** Quits: CombatVet (~c4@replaced-ip ) (Remote host closed the connection)
1904 [20:03:59] *** Quits: Margolis (~Margolis@replaced-ip ) (Ping timeout: 272 seconds)
1905 [20:04:55] *** Quits: Prath (~Prathames@replaced-ip ) (Ping timeout: 260 seconds)
1906 [20:05:13] *** Joins: CombatVet (~c4@replaced-ip )
1907 [20:05:40] *** Joins: Prath (~Prathames@replaced-ip )
1908 [20:06:35] *** Joins: nom7492 (~igloo@replaced-ip )
1909 [20:07:16] *** Quits: elios (~kia@replaced-ip ) (Ping timeout: 265 seconds)
1910 [20:07:34] *** elios_ is now known as elios
1911 [20:08:03] *** Joins: openface (~openface@replaced-ip )
1912 [20:08:12] *** Quits: nom7492 (~igloo@replaced-ip ) (Remote host closed the connection)
1913 [20:08:32] *** Joins: Silmarilion (~Silmarili@replaced-ip )
1914 [20:09:21] *** Joins: Brewster (aecf0558@replaced-ip )
1915 [20:10:37] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Ping timeout: 255 seconds)
1916 [20:11:22] *** Quits: openface (~openface@replaced-ip ) (Client Quit)
1917 [20:11:25] *** Quits: rsx (~rsx@replaced-ip ) (Quit: rsx)
1918 [20:12:06] *** Quits: Prath (~Prathames@replaced-ip ) (Ping timeout: 240 seconds)
1919 [20:12:47] *** Joins: Prath (~Prathames@replaced-ip )
1920 [20:13:27] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
1921 [20:14:42] *** Joins: prince1 (~prince@replaced-ip )
1922 [20:15:38] *** Quits: NetTerminalGene (~NetTermin@replaced-ip ) (Quit: Leaving)
1923 [20:15:47] *** Joins: RedAcor (~RedAcor@replaced-ip )
1924 [20:16:30] *** Joins: nom7492 (~igloo@replaced-ip )
1925 [20:18:00] *** Quits: celeuturfu (~futur@replaced-ip ) (Quit: Leaving)
1926 [20:18:26] *** Quits: OS-68924 (~OS-68924@replaced-ip ) (Quit: Leaving)
1927 [20:18:41] *** Quits: RedAcor (~RedAcor@replaced-ip ) (Client Quit)
1928 [20:19:05] *** Joins: we6jbo (~we6jbo@replaced-ip )
1929 [20:19:10] *** Quits: nlpqda (~kwz@replaced-ip ) (Ping timeout: 255 seconds)
1930 [20:19:37] *** Quits: prince1 (~prince@replaced-ip ) (Ping timeout: 255 seconds)
1931 [20:20:51] *** Quits: nom7492 (~igloo@replaced-ip ) (Remote host closed the connection)
1932 [20:20:58] *** Joins: celeuturfu (~futur@replaced-ip )
1933 [20:21:00] *** Quits: cliluw (~cliluw@replaced-ip ) (Read error: Connection reset by peer)
1934 [20:21:16] *** Joins: cliluw (~cliluw@replaced-ip )
1935 [20:22:01] *** Joins: nom7492 (~igloo@replaced-ip )
1936 [20:25:09] *** Quits: nom7492 (~igloo@replaced-ip ) (Remote host closed the connection)
1937 [20:26:24] *** Quits: cliluw (~cliluw@replaced-ip ) (Read error: Connection reset by peer)
1938 [20:26:34] *** Joins: cliluw (~cliluw@replaced-ip )
1939 [20:26:40] *** Joins: orotalt (~orotalt@replaced-ip )
1940 [20:28:45] *** Joins: ponyofdeath (~vladi@replaced-ip )
1941 [20:29:36] *** Joins: Lord_of_Life_ (~Lord@replaced-ip )
1942 [20:29:39] *** Quits: Lord_of_Life (~Lord@replaced-ip ) (Ping timeout: 240 seconds)
1943 [20:30:56] *** Lord_of_Life_ is now known as Lord_of_Life
1944 [20:32:11] *** Joins: jedelava (~jedelava@replaced-ip )
1945 [20:34:08] *** Quits: uber (~uber@replaced-ip ) (Quit: Leaving)
1946 [20:34:19] *** Quits: zatumil (~Administr@replaced-ip ) (Quit: leaving)
1947 [20:34:35] *** Joins: nom7492 (~igloo@replaced-ip )
1948 [20:35:00] *** Quits: Texou (~Texou@replaced-ip ) (Ping timeout: 248 seconds)
1949 [20:35:23] *** Quits: nom7492 (~igloo@replaced-ip ) (Remote host closed the connection)
1950 [20:36:15] *** Joins: llucenic (~Thunderbi@replaced-ip )
1951 [20:38:43] *** Joins: towo` (~towo@replaced-ip )
1952 [20:41:53] *** Quits: IAmHal2000 (~thoben@replaced-ip ) (Quit: Leaving)
1953 [20:44:15] *** Quits: blb4393 (~chatzilla@replaced-ip ) (Quit: ChatZilla 0.9.93 [Waterfox 56.3/MOZ_BUILDID])
1954 [20:45:45] *** Joins: IAmHal2000 (~thoben@replaced-ip )
1955 [20:46:25] *** Quits: martigan (~martigan@replaced-ip ) (Quit: Leaving)
1956 [20:46:31] *** Quits: egulen (~ezipizi@replaced-ip ) (Remote host closed the connection)
1957 [20:46:57] *** Joins: egulen (~ezipizi@replaced-ip )
1958 [20:47:15] *** Quits: egulen (~ezipizi@replaced-ip ) (Max SendQ exceeded)
1959 [20:47:42] *** Joins: egulen (~ezipizi@replaced-ip )
1960 [20:47:55] *** Joins: anonymous_anonym (c2e20988@replaced-ip )
1961 [20:48:30] *** Quits: Jade_NL (~JadeNL@replaced-ip ) (Quit: leaving)
1962 [20:48:53] *** Quits: bhoman (~quassel@replaced-ip ) (Read error: Connection reset by peer)
1963 [20:49:07] *** Joins: bhoman (~quassel@replaced-ip )
1964 [20:49:27] *** Joins: martigan (~martigan@replaced-ip )
1965 [20:49:43] *** Quits: orotalt (~orotalt@replaced-ip ) (Ping timeout: 260 seconds)
1966 [20:51:14] *** Joins: nom7492 (~igloo@replaced-ip )
1967 [20:51:32] *** honsa__ is now known as honsa
1968 [20:51:43] *** Joins: velix (~velix@replaced-ip )
1969 [20:52:22] *** Joins: fvega (~user@replaced-ip )
1970 [20:52:25] <fvega> hello
1971 [20:52:44] *** Parts: fvega (~user@replaced-ip ) ("ERC (IRC client for Emacs 26.1)")
1972 [20:52:48] *** Joins: Texou (~Texou@replaced-ip )
1973 [20:52:53] *** Joins: mzajc (~marko@replaced-ip )
1974 [20:52:58] <velix> During a discussion in #haproxy, I was told that TCP is way quicker than Unix socket on localhost. Up to now I thought, unix socket outperforms all others. UNIX sockets have better access control. Is this the reason, why databases, like PostgreSQL, still come with unix socket on Debian?
1975 [20:52:59] <de-facto> Question: when using github tags with uscan like explained here: replaced-url
1976 [20:54:51] *** Quits: m0u (~m0u@replaced-ip ) (Ping timeout: 260 seconds)
1977 [20:55:19] *** Quits: jmcgnh (~jmcgnh@replaced-ip ) (Read error: Connection reset by peer)
1978 [20:55:42] *** Quits: roguelazer (~roguelaze@replaced-ip##) (Quit: ZNC - ##replaced-url
1979 [20:56:04] *** Quits: nom7492 (~igloo@replaced-ip ) (Remote host closed the connection)
1980 [20:56:31] *** Joins: jmcgnh (~jmcgnh@replaced-ip )
1981 [20:56:54] *** Joins: no_gravity (~no_gravit@replaced-ip )
1982 [20:57:04] <no_gravity> Is there a way to fix "ls" so it sorts dotfiles first?
1983 [20:57:16] *** Joins: roguelazer (~roguelaze@replaced-ip )
1984 [20:57:30] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
1985 [20:58:36] *** Parts: Brewster (aecf0558@replaced-ip ) ()
1986 [21:00:26] *** Quits: dez (uid92154@replaced-ip ) (Quit: Connection closed for inactivity)
1987 [21:03:48] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
1988 [21:04:30] *** Joins: DelPhyinf (~DelPhyinf@replaced-ip )
1989 [21:04:31] <BazookaTooth> no_gravity: don't think so but exa will do that by default
1990 [21:05:05] <no_gravity> exa?
1991 [21:05:14] *** Joins: krabador (~krabador@replaced-ip )
1992 [21:05:59] <BazookaTooth> it's an ls replacement
1993 [21:06:00] *** Joins: mtn (~mtn@replaced-ip )
1994 [21:06:11] *** Joins: drmbls (~drmbls@replaced-ip )
1995 [21:06:53] <no_gravity> Is it in the Debian repos?
1996 [21:09:06] *** Quits: cliluw (~cliluw@replaced-ip ) (Read error: Connection reset by peer)
1997 [21:09:21] *** Joins: cliluw (~cliluw@replaced-ip )
1998 [21:09:25] *** Quits: dm4sg (~dm4sg@replaced-ip ) (Remote host closed the connection)
1999 [21:09:50] <BazookaTooth> ,v exa
2000 [21:09:51] <judd> Package: exa on amd64 -- buster: 0.8.0-2; sid: 0.9.0-2
2001 [21:11:08] <no_gravity> I see. Maybe I will try it. Thanks.
2002 [21:11:11] *** Quits: no_gravity (~no_gravit@replaced-ip ) (Quit: leaving)
2003 [21:12:45] *** Joins: nom7492 (~igloo@replaced-ip )
2004 [21:12:58] *** Quits: chrissl (~chris@replaced-ip ) (Quit: Lost terminal)
2005 [21:13:00] *** Quits: nom7492 (~igloo@replaced-ip ) (Client Quit)
2006 [21:14:05] *** Joins: P1ersson (~P1ersson@replaced-ip )
2007 [21:14:24] *** Quits: mihi (~mihi@replaced-ip ) (Quit: Leaving)
2008 [21:16:32] *** Joins: diggitz (~diggitz@replaced-ip )
2009 [21:17:48] *** Quits: diggitz (~diggitz@replaced-ip ) (Client Quit)
2010 [21:18:40] *** Joins: melpy (~melpy@replaced-ip )
2011 [21:18:43] *** Quits: FragtioN (~fragtion@replaced-ip ) (Ping timeout: 258 seconds)
2012 [21:18:48] *** Joins: dorothea[m]1 (~dorotheap@replaced-ip )
2013 [21:18:57] *** Joins: FragtioN (~fragtion@replaced-ip )
2014 [21:19:09] *** Joins: CaCO3 (~CaCO3@replaced-ip )
2015 [21:19:29] *** Quits: sauvin (sauvin@replaced-ip ) (Ping timeout: 258 seconds)
2016 [21:19:55] *** Joins: Witch-King (~Witch-Kin@replaced-ip )
2017 [21:20:16] *** Joins: BrianG61UK_ (~BrianG61U@replaced-ip )
2018 [21:20:22] *** Quits: seekr (~seekr@replaced-ip ) (Ping timeout: 255 seconds)
2019 [21:20:52] *** Quits: BrianG61UK (~BrianG61U@replaced-ip ) (Disconnected by services)
2020 [21:21:02] *** BrianG61UK_ is now known as BrianG61UK
2021 [21:22:44] *** Joins: orotalt (~orotalt@replaced-ip )
2022 [21:23:07] *** Joins: sauvin (sauvin@replaced-ip )
2023 [21:24:02] *** Joins: colemickens_ (uid214@replaced-ip )
2024 [21:24:46] *** Quits: chmykh (~chmykh@replaced-ip ) (Quit: chmykh)
2025 [21:27:30] *** Quits: BrianG61UK (~BrianG61U@replaced-ip ) (Read error: Connection reset by peer)
2026 [21:27:33] *** Quits: Grldfrdom (uid391113@replaced-ip ) (Quit: Connection closed for inactivity)
2027 [21:28:39] *** Joins: BrianG61UK (~BrianG61U@replaced-ip )
2028 [21:30:05] *** Quits: aa000212a (~c01ec2c2@replaced-ip ) (Quit: aa000212a)
2029 [21:30:42] *** Joins: rwcom1 (~rwcom@replaced-ip )
2030 [21:31:51] *** Quits: Barralastic (~Barralast@replaced-ip ) ()
2031 [21:32:25] *** Quits: rwcom (~rwcom@replaced-ip ) (Ping timeout: 268 seconds)
2032 [21:32:26] *** rwcom1 is now known as rwcom
2033 [21:32:40] *** Joins: seekr (~seekr@replaced-ip )
2034 [21:33:27] *** Quits: IAmHal2000 (~thoben@replaced-ip ) (Quit: This computer has gone to sleep)
2035 [21:36:51] *** Joins: phdeswer (~phdeswer@replaced-ip )
2036 [21:38:15] *** Quits: sixtysix_ (~sixtysix@replaced-ip ) (Ping timeout: 260 seconds)
2037 [21:40:04] *** Joins: Alleria (~AllahuAkb@replaced-ip )
2038 [21:41:00] *** Joins: dashs (~dave@replaced-ip )
2039 [21:42:11] *** Quits: de-facto (~de-facto@replaced-ip ) (Remote host closed the connection)
2040 [21:42:26] *** Joins: de-facto (~de-facto@replaced-ip )
2041 [21:45:02] *** Quits: milkt_ (~debian@replaced-ip ) (Quit: leaving)
2042 [21:45:05] <magnulu> I am looking for a way to set up unattended-upgrades with push notifications (instead of mail) - anyone got any information on this? google couldn't help me out much!
2043 [21:45:52] <magnulu> I am using pushover, if it matters :)
2044 [21:46:47] *** Joins: dez (uid92154@replaced-ip )
2045 [21:46:59] *** Quits: CaCO3 (~CaCO3@replaced-ip ) (Quit: Leaving)
2046 [21:47:13] *** Quits: hav0c (~jes@replaced-ip ) (Ping timeout: 268 seconds)
2047 [21:48:25] *** Quits: Scytale89 (~Scytale89@replaced-ip ) (Quit: Scytale89)
2048 [21:48:29] *** Joins: milkt (~debian@replaced-ip )
2049 [21:48:37] *** Quits: gigetoo (~gigetoo@replaced-ip ) (Ping timeout: 258 seconds)
2050 [21:48:50] *** Quits: bhoman (~quassel@replaced-ip ) (Read error: Connection reset by peer)
2051 [21:48:52] *** Joins: gigetoo (~gigetoo@replaced-ip )
2052 [21:49:06] *** Joins: bhoman (~quassel@replaced-ip )
2053 [21:50:31] *** Quits: mzajc (~marko@replaced-ip ) (Ping timeout: 255 seconds)
2054 [21:51:10] *** Joins: mrrobot_ (~mrrobot@replaced-ip )
2055 [21:52:00] *** Joins: FennecCode (~user@replaced-ip )
2056 [21:54:11] *** Quits: mrrobot (~mrrobot@replaced-ip ) (Ping timeout: 272 seconds)
2057 [21:54:35] *** Quits: Tronzilla (~Tron@replaced-ip ) (Ping timeout: 260 seconds)
2058 [21:54:46] *** Joins: Tronzilla (~Tron@replaced-ip )
2059 [21:55:30] *** Joins: deb (~deb@replaced-ip )
2060 [21:56:25] *** Joins: lucie_ow (~lucie_ow@replaced-ip )
2061 [21:56:29] *** Parts: lucie_ow (~lucie_ow@replaced-ip ) ()
2062 [21:59:42] *** Joins: nsa_ (~nsa@replaced-ip )
2063 [22:00:32] *** Quits: milkt (~debian@replaced-ip ) (Quit: leaving)
2064 [22:00:37] *** Quits: dorothea[m]1 (~dorotheap@replaced-ip ) (Remote host closed the connection)
2065 [22:00:40] *** Joins: hugh_marera (~hugh_mare@replaced-ip )
2066 [22:03:09] *** Joins: barnsyyoo (~Ghost@replaced-ip )
2067 [22:03:38] *** Quits: monstar_ (~monstar@replaced-ip ) (Remote host closed the connection)
2068 [22:03:42] *** Quits: hugh_marera (~hugh_mare@replaced-ip ) (Client Quit)
2069 [22:04:05] *** Joins: monstar_ (~monstar@replaced-ip )
2070 [22:04:42] *** Quits: Error451 (~R@replaced-ip ) (Remote host closed the connection)
2071 [22:05:10] *** Quits: Texou (~Texou@replaced-ip ) (Quit: WeeChat 2.6)
2072 [22:05:11] *** Quits: hemimaniac (~hemi@replaced-ip ) (Quit: WeeChat 2.3)
2073 [22:05:22] *** Joins: grobi (~rtng@replaced-ip )
2074 [22:05:57] *** Quits: wytchmaster (~wytchmast@replaced-ip##) (Quit: ##replaced-url
2075 [22:06:12] *** Joins: platvoeten (~platvoete@replaced-ip )
2076 [22:06:22] *** Quits: keith20 (~keith20@replaced-ip ) (Quit: byeee)
2077 [22:06:25] <nsa_> 1
2078 [22:06:38] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Ping timeout: 258 seconds)
2079 [22:08:06] *** Quits: platvoeten (~platvoete@replaced-ip ) (Remote host closed the connection)
2080 [22:08:07] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
2081 [22:08:37] <nsa_> dd
2082 [22:08:50] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Read error: Connection reset by peer)
2083 [22:10:58] *** Joins: platvoeten (~platvoete@replaced-ip )
2084 [22:11:37] *** Quits: dimir (~dimir@replaced-ip ) (Ping timeout: 258 seconds)
2085 [22:11:37] *** Quits: jedelava (~jedelava@replaced-ip ) (Quit: leaving)
2086 [22:11:57] *** Quits: Tom01 (~tom@replaced-ip ) (Remote host closed the connection)
2087 [22:12:00] *** Joins: noboruma (~noboruma@replaced-ip )
2088 [22:12:06] *** Joins: dimir (~dimir@replaced-ip )
2089 [22:12:07] *** Joins: well_laid_lawn (~Jean-luc@replaced-ip )
2090 [22:12:10] *** Joins: Tom01 (~tom@replaced-ip )
2091 [22:13:15] *** Quits: cliluw (~cliluw@replaced-ip ) (Read error: Connection reset by peer)
2092 [22:13:24] *** Joins: Error451 (~R@replaced-ip )
2093 [22:13:25] *** Quits: Error451 (~R@replaced-ip ) (Changing host)
2094 [22:13:25] *** Joins: Error451 (~R@replaced-ip )
2095 [22:13:26] *** Joins: cliluw (~cliluw@replaced-ip )
2096 [22:13:46] *** Joins: hemimaniac (~hemi@replaced-ip )
2097 [22:15:41] *** Joins: prince1 (~prince@replaced-ip )
2098 [22:16:36] *** Quits: barnsyyoo (~Ghost@replaced-ip ) (Quit: Leaving)
2099 [22:16:59] *** Quits: magnulu (~magnulu@replaced-ip ) (Ping timeout: 272 seconds)
2100 [22:18:48] *** Joins: magnulu (~magnulu@replaced-ip )
2101 [22:19:39] *** Joins: format_c (~format_c@replaced-ip )
2102 [22:20:03] *** Quits: prince1 (~prince@replaced-ip ) (Ping timeout: 240 seconds)
2103 [22:20:05] *** Quits: elios (~kia@replaced-ip ) (Quit: leaving)
2104 [22:20:14] *** Joins: jmcgnh_ (~jmcgnh@replaced-ip )
2105 [22:20:15] *** Quits: jmcgnh (~jmcgnh@replaced-ip ) (Ping timeout: 260 seconds)
2106 [22:20:15] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
2107 [22:21:10] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Read error: Connection reset by peer)
2108 [22:21:25] *** Joins: Twemlow (~TwemlowGr@replaced-ip )
2109 [22:21:37] *** jmcgnh_ is now known as jmcgnh
2110 [22:21:50] *** Quits: martigan (~martigan@replaced-ip ) (Quit: Leaving)
2111 [22:22:44] *** Quits: dastier (~dastier@replaced-ip ) (Quit: Leaving)
2112 [22:23:00] *** Quits: Twemlow (~TwemlowGr@replaced-ip ) (Read error: Connection reset by peer)
2113 [22:23:03] *** Joins: pringau (~pringau@replaced-ip )
2114 [22:24:51] *** Joins: elios (~kia@replaced-ip )
2115 [22:26:16] *** Quits: EY (~jeyoung@replaced-ip ) (Read error: Connection reset by peer)
2116 [22:26:49] <magnulu> maybe a better choise would be to replace the internal email sending with pushover notifications alltogheter.. this is a local headless home server
2117 [22:27:21] *** Quits: TheWizard (~thewizard@replaced-ip##) (Quit: KVIrc 5.0.0 Aria ##replaced-url
2118 [22:27:24] *** Joins: milkt (~debian@replaced-ip )
2119 [22:27:35] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
2120 [22:27:36] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Read error: Connection reset by peer)
2121 [22:28:25] *** Quits: elios (~kia@replaced-ip ) (Client Quit)
2122 [22:28:53] *** Joins: elios (~kia@replaced-ip )
2123 [22:29:28] *** Quits: epsilonKNOT (~epsilonKN@replaced-ip##) (Quit: ZNC 1.7.4 - ##replaced-url
2124 [22:29:46] *** Quits: dimir (~dimir@replaced-ip ) (Ping timeout: 268 seconds)
2125 [22:29:52] *** Joins: vinosec (~Monokuai@replaced-ip )
2126 [22:29:59] *** Quits: Kruppt (~Kruppt@replaced-ip ) (Quit: Leaving)
2127 [22:30:31] *** Quits: vinosec (~Monokuai@replaced-ip ) (Client Quit)
2128 [22:31:07] *** Joins: mzajc (~marko@replaced-ip )
2129 [22:31:20] *** Quits: pringau (~pringau@replaced-ip ) (Quit: Leaving)
2130 [22:31:55] *** Quits: magnulu (~magnulu@replaced-ip ) (Ping timeout: 255 seconds)
2131 [22:32:34] *** Joins: pringau (~pringau@replaced-ip )
2132 [22:32:54] *** Joins: jnavila (~jnavila@replaced-ip )
2133 [22:34:55] *** Joins: dimir (~dimir@replaced-ip )
2134 [22:36:11] *** Quits: towo` (~towo@replaced-ip ) (Quit: Leaving)
2135 [22:36:23] *** Joins: epsilonKNOT (~epsilonKN@replaced-ip )
2136 [22:37:36] *** Quits: drmbls (~drmbls@replaced-ip ) (Remote host closed the connection)
2137 [22:37:37] *** Joins: edgardoweb (~edgardowe@replaced-ip )
2138 [22:37:37] *** Quits: edgardoweb (~edgardowe@replaced-ip ) (Changing host)
2139 [22:37:37] *** Joins: edgardoweb (~edgardowe@replaced-ip )
2140 [22:38:02] *** Joins: thenori (~thenori@replaced-ip )
2141 [22:38:45] *** Joins: wodencafe (wodencafe@replaced-ip )
2142 [22:39:39] *** Quits: noboruma (~noboruma@replaced-ip ) (Ping timeout: 240 seconds)
2143 [22:40:25] *** Joins: Jo-Anna (uid57472@replaced-ip )
2144 [22:41:04] *** Quits: Silmarilion (~Silmarili@replaced-ip ) (Quit: Leaving)
2145 [22:42:13] *** Quits: diniwed1 (~gavron@replaced-ip ) (Quit: WeeChat 2.3)
2146 [22:42:40] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
2147 [22:44:24] *** Quits: tebicast_ (tebicast@replaced-ip ) (Quit: tebicast_)
2148 [22:44:34] *** Joins: wonderer (~quakeroat@replaced-ip )
2149 [22:45:55] *** Quits: cliluw (~cliluw@replaced-ip ) (Read error: Connection reset by peer)
2150 [22:46:09] *** Joins: cliluw (~cliluw@replaced-ip )
2151 [22:48:40] *** Joins: chmykh (~chmykh@replaced-ip )
2152 [22:48:48] *** Quits: Highlander (~alain@replaced-ip ) (Quit: Highlander)
2153 [22:48:48] *** Quits: bhoman (~quassel@replaced-ip ) (Read error: Connection reset by peer)
2154 [22:49:10] *** Joins: bhoman (~quassel@replaced-ip )
2155 [22:49:16] *** Joins: dvs (~hibbard@replaced-ip )
2156 [22:50:12] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
2157 [22:51:42] *** Joins: noboruma (~noboruma@replaced-ip )
2158 [22:52:26] *** Quits: Ycarus (~Ycarus@replaced-ip ) (Quit: Ycarus)
2159 [22:53:01] *** Quits: egulen (~ezipizi@replaced-ip ) (Ping timeout: 258 seconds)
2160 [22:53:16] *** Quits: wonderer (~quakeroat@replaced-ip ) (Quit: Famous quotes #1: "Not everything that can be counted counts, and not everything that counts can be counted." - Albert Einstein (1879-1955))
2161 [22:53:37] *** Quits: jnavila (~jnavila@replaced-ip ) (Remote host closed the connection)
2162 [22:53:51] *** Joins: jnavila (~jnavila@replaced-ip )
2163 [22:55:01] *** Joins: greatgatsby (~greatgats@replaced-ip )
2164 [22:56:37] <Kali_Yuga> I tried a 360 video on youtube and it looks like this replaced-url
2165 [22:56:40] *** Quits: noboruma (~noboruma@replaced-ip ) (Ping timeout: 255 seconds)
2166 [22:57:20] <annadane> Kali_Yuga, 1) are you on kali and 2) if not, is this firefox-esr, the one packaged in debian?
2167 [23:01:24] *** Joins: OS-50452 (~OS-50425@replaced-ip )
2168 [23:02:15] *** Quits: madage (~madage@replaced-ip ) (Remote host closed the connection)
2169 [23:02:33] *** Joins: madage (~madage@replaced-ip )
2170 [23:05:10] *** Quits: format_c (~format_c@replaced-ip ) (Quit: format_c)
2171 [23:05:43] *** Joins: asterismo (~Santiago@replaced-ip )
2172 [23:07:12] *** Quits: Tronzilla (~Tron@replaced-ip ) (Ping timeout: 258 seconds)
2173 [23:09:36] *** Quits: alexertech (~xb@replaced-ip ) (Quit: Fades into the darkness)
2174 [23:09:43] *** Quits: benf (benf2004@replaced-ip ) ()
2175 [23:10:57] *** Quits: jnavila (~jnavila@replaced-ip ) (Remote host closed the connection)
2176 [23:11:07] *** Quits: jmcgnh (~jmcgnh@replaced-ip ) (Ping timeout: 260 seconds)
2177 [23:11:57] <Kali_Yuga> annadane: No 1) I had that name when Kali Linux was still named Backtrack and 2) yes it's the regular firefox-esr packaged in debian
2178 [23:13:15] *** Quits: Adbray (~Adbray@replaced-ip ) (Quit: Ah! By Brain!)
2179 [23:13:19] *** Joins: jmcgnh (~jmcgnh@replaced-ip )
2180 [23:13:56] <Kali_Yuga> annadane: So yes just regular debian...firefox 68.5.0esr
2181 [23:14:48] *** Quits: _0bitcount (~Big_Byte@replaced-ip ) (Quit: Leaving)
2182 [23:15:07] <EdePopede> i remember they have (or had, ist it a thing anymore?) different versions of 3D, maybe also for 360°
2183 [23:16:06] *** Joins: soee (~soee@replaced-ip )
2184 [23:17:33] *** Quits: llucenic (~Thunderbi@replaced-ip ) (Ping timeout: 258 seconds)
2185 [23:17:53] <Kali_Yuga> EdePopede: yes some people even have VR glasses
2186 [23:18:01] *** Joins: benf (benf2004@replaced-ip )
2187 [23:18:17] *** Joins: timothywcrane (~Thunderbi@replaced-ip )
2188 [23:18:21] *** Joins: honsa_ (~honsa@replaced-ip )
2189 [23:18:29] *** Joins: shibboleth (~shibbolet@replaced-ip )
2190 [23:19:06] <EdePopede> not only, iirc they also have the version where you have to cross your eyes like with these books from the 90s
2191 [23:19:56] <EdePopede> Kali_Yuga, do you have any 360° videos working as expected? you could use youtube-dl to find out about the formats the particular videos offer
2192 [23:22:03] *** Quits: honsa (~honsa@replaced-ip ) (Ping timeout: 265 seconds)
2193 [23:24:38] *** Quits: AimHere (~David@replaced-ip ) (Remote host closed the connection)
2194 [23:25:06] *** Joins: AimHere (~David@replaced-ip )
2195 [23:25:12] *** Quits: OS-50452 (~OS-50425@replaced-ip ) (Quit: Leaving)
2196 [23:25:37] *** Quits: mibo (~mibo@replaced-ip ) (Quit: Leaving.)
2197 [23:29:01] *** debhelper sets mode: +l 1531
2198 [23:29:35] *** Joins: Ekchuan (~RandyMars@replaced-ip )
2199 [23:32:03] <Kali_Yuga> EdePopede: No they all look the same
2200 [23:32:21] *** Quits: Brainium (~brainium@replaced-ip ) (Ping timeout: 272 seconds)
2201 [23:32:35] *** Quits: DelPhyinf (~DelPhyinf@replaced-ip ) (Remote host closed the connection)
2202 [23:32:54] *** Joins: OS-67342 (~OS-67342@replaced-ip )
2203 [23:34:02] *** Quits: pringau (~pringau@replaced-ip ) (Remote host closed the connection)
2204 [23:36:17] <EdePopede> Kali_Yuga, just tried replaced-url
2205 [23:38:31] <EdePopede> there are 4 demuxed versions for all resolutions starting with HD, maybe trying one of these sets.
2206 [23:39:27] *** Quits: thiras (~thiras@replaced-ip ) (Ping timeout: 265 seconds)
2207 [23:40:23] *** Quits: soee (~soee@replaced-ip ) (Quit: Konversation terminated!)
2208 [23:40:24] <Kali_Yuga> EdePopede: which means what? what do I need to do, something missing?
2209 [23:40:57] <EdePopede> may be the method how 360 is implemented should be embedded in the video just like the aspect ratio (i've seen a lot of videos on yt with incorrect AR), no idea
2210 [23:41:48] *** Joins: HE-MAN (~i.am@unaffiliated/policequest)
2211 [23:41:52] <HE-MAN> hi all
2212 [23:42:04] <EdePopede> Kali_Yuga: i stopped using yt's webinterface when they started spitting their new interface on us users. atm there's a cookie option still giving us the old one, but they're already announcing that it will be stopped soon
2213 [23:42:22] <HE-MAN> could someone help me with this error this error watchdog: Watchdog detected hard LOCKUP on cpu 3
2214 [23:42:24] *** Quits: platvoeten (~platvoete@replaced-ip ) (Remote host closed the connection)
2215 [23:42:32] *** Joins: Krennic (~Krennic@replaced-ip )
2216 [23:42:35] <EdePopede> Kali_Yuga: so mpv is my method to use it, in addition to youtube-dl which i have here for a couple of years
2217 [23:42:53] <HE-MAN> and this ..MP-BIOS bug: 8254 timer not connected to IO-APIC
2218 [23:43:08] <HE-MAN> sounds like a driver issue but im not sure
2219 [23:43:17] *** Joins: diniwed (~gavron@replaced-ip )
2220 [23:43:27] <Kali_Yuga> EdePopede: idk mpv method can you elaborate on this?
2221 [23:45:00] <HE-MAN> sorry a friend is willing to help; so thank you all
2222 [23:45:00] *** Quits: Ignacy (~Ignacy@replaced-ip ) (Remote host closed the connection)
2223 [23:45:04] *** Parts: HE-MAN (~i.am@unaffiliated/policequest) ()
2224 [23:45:18] <EdePopede> Kali_Yuga: you know youtube-dl? with URLs mpv tries to use it (even with say plain .mp4 links, but then fails and uses the url directly), ytdl does all the dirty bits, at the end delivering the URL(s) of some mp4 or m3u8 or such. and mpv plays it nicely.
2225 [23:46:07] *** Joins: m0u (~m0u@replaced-ip )
2226 [23:46:41] *** Quits: FSF-GNU-Fan (~GNU-FSF-F@replaced-ip ) (Ping timeout: 258 seconds)
2227 [23:47:25] <EdePopede> Kali_Yuga: it's just that with ytdl (thus also with mpv) you can grad exactly the version of the video you want. like demux'd or not, mp4 or webm, resolution... maybe even the method of the 3D handling, but i don't have experience with them, so i can't say what formats are around
2228 [23:48:17] *** Joins: shiv (~shiv@replaced-ip )
2229 [23:48:36] <shiv> current system of Mint on a USB to install on to another PC?
2230 [23:48:50] *** Quits: bhoman (~quassel@replaced-ip ) (Read error: Connection reset by peer)
2231 [23:48:52] <shiv> How do I put the current system of Mint on a USB to install on to another PC?
2232 [23:49:07] *** Joins: bhoman (~quassel@replaced-ip )
2233 [23:49:08] <shiv> I want to keep all the apps and config
2234 [23:50:22] *** Quits: chmykh (~chmykh@replaced-ip ) (Quit: chmykh)
2235 [23:50:46] *** Quits: bashquest (~bash0r@replaced-ip ) (Remote host closed the connection)
2236 [23:51:00] <mzajc> copy everything in / (save for /tmp) to your flash drive and then copy it to a partition of the other PC using a live booted system
2237 [23:51:14] <mzajc> also make sure to install GRUB so that you'll be able to boot into it
2238 [23:51:43] <mzajc> oh, and don't copy /dev either
2239 [23:51:48] *** Quits: Nefertiti (~Nefertiti@replaced-ip ) (Quit: ........)
2240 [23:51:51] <mzajc> or /proc or /sys
2241 [23:53:41] *** Quits: Krennic (~Krennic@replaced-ip ) (Quit: Lost terminal)
2242 [23:53:42] *** Joins: pedregalux (~pedregalu@replaced-ip )
2243 [23:53:46] <Kali_Yuga> EdePopede: I drag the video url into mpv and it just quits...Failed to recognize file format. idk I'm doing it wrong probably
2244 [23:54:04] *** Joins: Adbray (~Adbray@replaced-ip )
2245 [23:54:52] <EdePopede> do you have youtube-dl?
2246 [23:55:20] <EdePopede> since i guess it is the url of the page and not of the video
2247 [23:56:05] <Kali_Yuga> EdePopede: i did apt-get install mpv, youtube-dl came with it...
2248 [23:57:11] <Kali_Yuga> EdePopede: The following NEW packages will be installed: mpv phantomjs python3-pyxattr rtmpdump youtube-dl
2249 [23:57:58] <JackFrost> I'd skip phantomjs, it pulls in a lot for little purpose.
2250 [23:58:15] *** Quits: grumble (~grumble@replaced-ip ) (Quit: cause when we raise our flagon to another dead dragon there is just one drink we need)
2251 [23:58:31] <JackFrost> #950358
2252 [23:58:33] <judd> Bug replaced-url
2253 [23:59:20] *** Parts: pedregalux (~pedregalu@replaced-ip ) ("Leaving")
2254 [23:59:51] <annadane> i tend to let debian install stuff but i know some of their recommends are a bit... opinionated
↑ top
context: nick names on moving displays as market values
#debian Freenode IRC channel closed on 2021-06-01
contact: a @ her0. be