People who Joins , Parts or Quits a chatroom
this is #debian an IRC -Channel at freenode (freenode IRC service closed 2021-06-01)
0 [00:00:07] *** Quits: frgo (~frgo@replaced-ip ) (Remote host closed the connection)
1 [00:00:18] *** Joins: DaNeenjah (~DaNeenjah@replaced-ip )
2 [00:00:35] *** Joins: frgo (~frgo@replaced-ip )
3 [00:01:09] *** Quits: citral23 (~citral@replaced-ip ) (Ping timeout: 264 seconds)
4 [00:01:21] <sney> if it's a vm, bounce it from the hypervisor. if it's not, get someone to go flip a switch
5 [00:01:39] <Jasperw> yeah I think i'm going to have to do remote hands
6 [00:02:22] <Jasperw> was wondering if there was either a) a staticly linked su or sudo somewhere, or b) a way for adm to do e.g. echo 1 > /sys/something/something/reboot or somesuch
7 [00:02:50] *** Joins: citral23 (~citral@replaced-ip )
8 [00:03:03] <sney> if there is, they'd both be something you would have to set up in advance
9 [00:04:46] *** Joins: kupi (uid212005@replaced-ip )
10 [00:05:22] <aaro> what about 'systemctl reboot'
11 [00:05:26] <derpadmin> Jasperw, wow, your system is crapped man
12 [00:05:28] *** Joins: dvs (~hibbard@replaced-ip )
13 [00:05:41] <derpadmin> what "file /usr/bin/mount"
14 [00:06:25] *** Quits: bolovanos (~bolovanos@replaced-ip ) (Ping timeout: 240 seconds)
15 [00:06:35] *** Joins: BenNZ (~Ben__@replaced-ip )
16 [00:06:39] <Jasperw> zsh: Input/output error: file
17 [00:07:44] <Jasperw> systemctl reboot gives vairous lines about "Connection timed out" when talking to things
18 [00:08:36] <derpadmin> Input/Output error are usually a faulty device
19 [00:08:42] <derpadmin> more than a filesystem thing
20 [00:09:00] <derpadmin> the disk is sata?
21 [00:09:34] <Jasperw> it's an mdraid of sata disks with lvm on top
22 [00:09:39] <derpadmin> "dmesg" givevs what
23 [00:09:47] <Jasperw> and another pair in a zfs mirror
24 [00:09:57] <Jasperw> zsh: Input/output error: dmesg
25 [00:10:09] <Jasperw> (but I won't be able to run it anyway cos of not being root)
26 [00:10:24] <derpadmin> dmesg does not require root
27 [00:10:30] <Jasperw> The machine is a Xen host as well
28 [00:10:34] <derpadmin> oh, it does
29 [00:13:15] <jhutchins> Jasperw: How about halt or reboot?
30 [00:13:50] <jhutchins> Jasperw: Why don't you have root?
31 [00:14:03] *** Quits: Gramcor (~Gramcor@replaced-ip ) (Quit: Leaving)
32 [00:14:25] *** Quits: rootkea (~rootkea@replaced-ip ) (Ping timeout: 240 seconds)
33 [00:17:05] <Jasperw> since sudo and su don't work
34 [00:17:21] <Jasperw> they both segfault
35 [00:18:31] *** Joins: ax56234 (~NickServ@replaced-ip )
36 [00:19:05] *** Joins: fb_ (~freebench@replaced-ip )
37 [00:19:12] <derpadmin> I'm not sure how to get out of this one Jasperw
38 [00:20:16] *** Joins: Numero-6 (~Numero-6@replaced-ip )
39 [00:20:18] *** Quits: DaNeenjah (~DaNeenjah@replaced-ip ) (Quit: WeeChat 3.0)
40 [00:21:25] *** Quits: freebench (~freebench@replaced-ip ) (Ping timeout: 240 seconds)
41 [00:21:35] <petn-randall> Jasperw: Why do you want to reboot it? I'm 100% sure if it's broken like that that it won't come up again.
42 [00:22:01] <petn-randall> Jasperw: What steps did you take that lead up to the situation that the machine segfaults on every command?
43 [00:22:14] <Jasperw> nothing it just did it
44 [00:22:32] <Jasperw> I guess a disk or a connection to a disk has gone odd
45 [00:22:46] <petn-randall> Jasperw: Did you check the logs?
46 [00:23:06] <petn-randall> Jasperw: You might be able to run "dmesg" to get any kernel output.
47 [00:23:16] <Jasperw> cat: daemon.log: Input/output error
48 [00:23:22] <Jasperw> can't run dmesg as non-root user
49 [00:23:33] <sney> journalctl -k, then
50 [00:23:36] <petn-randall> Oh right, that sucks.
51 [00:23:59] <sney> rebooting will tell you for sure if this system is persistently broken, or if something leaked and filled all of your ram
52 [00:25:26] *** Joins: JohnML (~john1@replaced-ip )
53 [00:25:52] <Jasperw> zsh: Input/output error: journalctl
54 [00:26:06] <petn-randall> sney: If a process has memory leaks the OOM would just kill it. You wouldn't get segfaults like that. It's either the root disk is gone or the RAM has bitflips.
55 [00:26:15] <petn-randall> At least those are my current guesses.
56 [00:26:40] <Jasperw> my guess is root has mostly gone, and something importand isn't in the fs cache that stops some things running
57 [00:26:45] *** Quits: dasher00 (~dasher00@replaced-ip ) (Ping timeout: 240 seconds)
58 [00:26:53] <sney> it's been a long time since I've seen it irl, but I'm *pretty sure* that I've had a system catastrophically run out out of memory and behave like this at least once
59 [00:26:53] <Jasperw> things that are in cache work, but it can't hit the disk for new stuff
60 [00:27:22] <Jasperw> IF it was some kernel data structure then aiui the oom killer wouldn't hit it
61 [00:27:31] <sney> anyway: it's pretty useless as is, and "will this boot?" is an important troubleshooting step
62 [00:27:35] <petn-randall> Jasperw: You could run `echo b > /procy/sysrqtrigger`, but - surprise! - you need root for that. So I'd trigger a hard reset remotely via your provider.
63 [00:28:33] <petn-randall> `echo b > /proc/sysrq-trigger` ... so many typos. :S
64 [00:29:39] *** Quits: riff-IRC (~riff2@replaced-ip ) (Ping timeout: 246 seconds)
65 [00:31:54] *** Joins: riff-IRC (~riff2@replaced-ip )
66 [00:32:00] *** Quits: dashs (~dave@replaced-ip ) (Quit: Leaving)
67 [00:32:45] *** Joins: Marbug (~Marbug@replaced-ip )
68 [00:33:23] *** Quits: SoulsForBelial (~SoulsForB@replaced-ip ) (Ping timeout: 260 seconds)
69 [00:34:48] *** Joins: SoulsForBelial (~SoulsForB@replaced-ip )
70 [00:34:58] *** Quits: ArsenArsen (~Arsen@replaced-ip ) (Quit: bye)
71 [00:35:27] *** Quits: Numero-6 (~Numero-6@replaced-ip ) (Quit: << - Qui etes vous ? - Je suis le nouveau numero 2 - Qui est le numero 1 ? - Vous etes le numero 6 - Je ne suis pas un numero ! Je suis un homme libre!! >>)
72 [00:38:55] *** Quits: Marbug (~Marbug@replaced-ip ) (Quit: Ping timeout (120 seconds))
73 [00:39:19] *** Joins: Marbug (~Marbug@replaced-ip )
74 [00:40:51] *** Joins: dasher00 (dasher00@replaced-ip )
75 [00:40:55] *** Quits: Tempesta (Tempesta@replaced-ip ) (Read error: Connection reset by peer)
76 [00:41:11] <jelly> Jasperw, see if you can see how the disk fell off the bus in dmesg
77 [00:41:51] <jelly> <Jasperw> can't run dmesg as non-root user # ahahaha, "security" feature
78 [00:43:36] <Jasperw> The box has freaked out before I really need to replace it
79 [00:43:45] *** Quits: Marbug (~Marbug@replaced-ip ) (Ping timeout: 240 seconds)
80 [00:44:13] <jelly> if it boots next time, keep a root shell inside screen or tmux
81 [00:44:33] <Jasperw> zsh: Input/output error: tmux
82 [00:44:34] <Jasperw> :/
83 [00:44:47] <Jasperw> I think I need busybox-static on it
84 [00:45:01] <jelly> next time.
85 [00:45:08] <Jasperw> iirc some distro's have a staticly linked /rescue or something
86 [00:45:45] <sney> some kind of OOB/LOM board might be a good idea in the future too
87 [00:45:46] <jelly> you said you can't sudo or su, so unless you got a handy local root exploit that works without a disk
88 [00:45:53] <Jasperw> The kernel is 4.9.0-14-amd64 #1 SMP Debian 4.9.246-2 (2020-12-17) x86_64 GNU/Linux
89 [00:45:59] <Jasperw> Dunno if there is a vuln for that
90 [00:46:08] <Jasperw> I may be able to ssh things to it
91 [00:46:16] <Jasperw> and /run etc should still be writable
92 [00:46:43] <Jasperw> wierd, /tmp is read-only
93 [00:47:25] <jelly> /tmp is not tmpfs by default on debian
94 [00:51:45] *** Joins: Tempesta (Tempesta@replaced-ip )
95 [00:52:50] <jhutchins> Does your provider have a backup plan?
96 [00:52:57] *** wyatt8750 is now known as wyatt8740
97 [00:53:56] *** Joins: Slumlord (~Slumlord@replaced-ip )
98 [00:54:15] *** Quits: konrados (~konrados@replaced-ip ) (Read error: Connection reset by peer)
99 [00:54:56] *** Quits: fupsi42 (~fupsi42@replaced-ip ) (Quit: Leaving)
100 [00:55:48] *** Joins: konrados (~konrados@replaced-ip )
101 [00:57:24] *** Joins: paulgrmn (~paulgrmn@replaced-ip )
102 [00:57:53] *** Quits: short-bike (~short-bik@replaced-ip ) (Quit: I'll see myself out...)
103 [00:58:43] <Jasperw> I've got remote hands to reboot it
104 [00:59:04] *** Quits: frgo (~frgo@replaced-ip ) (Remote host closed the connection)
105 [00:59:08] <Jasperw> and it's back
106 [00:59:11] <Jasperw> and I can sudo
107 [00:59:31] *** Joins: frgo (~frgo@replaced-ip )
108 [01:00:02] *** Quits: waxfire (~waxfire@replaced-ip##) (Quit: The Lounge - ##replaced-url
109 [01:00:31] *** Joins: waxfire (~waxfire@replaced-ip )
110 [01:03:36] *** Quits: euandreh (~euandreh@replaced-ip ) (Ping timeout: 246 seconds)
111 [01:04:14] *** Quits: Jerrynicki (~niklas@replaced-ip ) (Remote host closed the connection)
112 [01:04:14] *** Quits: mihi (~mihi@replaced-ip ) (Quit: Leaving)
113 [01:05:52] *** Joins: euandreh (~euandreh@replaced-ip )
114 [01:06:45] *** Quits: diniwed (~gavron@replaced-ip ) (Ping timeout: 240 seconds)
115 [01:07:30] *** Joins: diniwed (~gavron@replaced-ip )
116 [01:08:05] *** Quits: _0bitcount (~Big_Byte@replaced-ip ) (Quit: Leaving)
117 [01:09:55] *** Joins: Caplain (~shayne@replaced-ip )
118 [01:10:32] *** Quits: lokus (~snacks@replaced-ip ) (Read error: Connection reset by peer)
119 [01:10:35] *** Quits: hwm4rgs (~hwm4rgs@replaced-ip ) (Quit: Ping timeout (120 seconds))
120 [01:10:49] *** Joins: hwm4rgs (~hwm4rgs@replaced-ip )
121 [01:11:19] *** Quits: fax (~quassel@replaced-ip ) (Read error: Connection reset by peer)
122 [01:13:18] *** Quits: BenNZ (~Ben__@replaced-ip ) (Quit: Everytime I think IQ's must have dropped recently, I remember that this is the internet)
123 [01:13:44] *** Quits: riff-IRC (~riff2@replaced-ip ) (Ping timeout: 256 seconds)
124 [01:15:52] *** Joins: rewrited (~rewrited@replaced-ip )
125 [01:16:29] *** Quits: Tobbi (~Tobbi@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
126 [01:17:24] *** Quits: jimmiehansson (~jimmie@replaced-ip ) (Remote host closed the connection)
127 [01:17:29] *** Quits: _aeris_ (~aeris@replaced-ip ) (Remote host closed the connection)
128 [01:17:43] *** Joins: _aeris_ (~aeris@replaced-ip )
129 [01:18:01] *** debhelper sets mode: +l 1172
130 [01:18:19] *** Joins: raver (f98f5ce56e@replaced-ip )
131 [01:18:44] *** Quits: SoulsForBelial (~SoulsForB@replaced-ip ) (Ping timeout: 258 seconds)
132 [01:19:52] *** Joins: SoulsForBelial (~SoulsForB@replaced-ip )
133 [01:22:42] *** Quits: tijara (~tijara@replaced-ip ) (Disconnected by services)
134 [01:22:58] *** Joins: tijara_ (~tijara@replaced-ip )
135 [01:24:36] *** tijara_ is now known as tijara
136 [01:27:30] *** Joins: dashs (~dave@replaced-ip )
137 [01:27:44] <jhutchins> Jasperw: As long as it works. Probably do an fsck, and see about that baclup plan.
138 [01:28:35] *** Quits: serard (~serard@replaced-ip ) (Ping timeout: 272 seconds)
139 [01:28:39] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
140 [01:32:26] *** Joins: Dj_Dexter (~Dark_X@replaced-ip )
141 [01:34:07] *** Quits: hendursa1 (~weechat@replaced-ip ) (Remote host closed the connection)
142 [01:34:50] *** Quits: dreamon (~dreamon@replaced-ip ) (Ping timeout: 258 seconds)
143 [01:35:44] *** Joins: hendursa1 (~weechat@replaced-ip )
144 [01:36:37] *** Quits: coxipi (~eric@replaced-ip ) (Remote host closed the connection)
145 [01:37:04] *** Joins: coxipi (~eric@replaced-ip )
146 [01:37:47] <Jasperw> it all seems to be fine, nothing in smartlogs, nothing in /var/log, it stoped around 19:41
147 [01:43:09] *** Quits: mirrorbird (~psutcliff@replaced-ip ) (Ping timeout: 272 seconds)
148 [01:44:38] *** Quits: Mister00X (~quassel@replaced-ip ) (Quit: "I'll be back" — Arnold Schwarzenegger)
149 [01:45:48] *** Joins: geowiesnot (~user@replaced-ip )
150 [01:47:11] *** Joins: Hydroxide (~jimmy@replaced-ip )
151 [01:50:47] *** Quits: LucaTM (~LucaTM@replaced-ip ) (Quit: To infinity and beyond...)
152 [01:50:56] *** Quits: geowiesnot (~user@replaced-ip ) (Ping timeout: 240 seconds)
153 [01:55:50] *** Joins: Riviera (Riviera@replaced-ip )
154 [01:57:43] *** Joins: Shuswap (~Shuswap@replaced-ip )
155 [01:57:44] *** Quits: uvolmer (~uvolmer@replaced-ip ) (Ping timeout: 240 seconds)
156 [02:00:02] *** Quits: gnufr33dom (~gnufr33do@replaced-ip ) (Ping timeout: 264 seconds)
157 [02:00:42] *** Quits: Zareem (~Zareem@replaced-ip##) (Quit: The Lounge - ##replaced-url
158 [02:01:18] *** Joins: Zareem (~Zareem@replaced-ip )
159 [02:01:38] *** Quits: NeoCron (~neocron_@replaced-ip ) (Remote host closed the connection)
160 [02:02:37] *** Joins: DarkTrick (~DarkTrick@replaced-ip )
161 [02:03:06] <DarkTrick> Hello, where do I find the source repo for this package?
162 [02:03:07] <DarkTrick> replaced-url
163 [02:05:14] <sney> you can browse the source package at sources.debian.org but it doesn't look like that package has a vcs, at least they haven't listed it. you could email the maintainer and ask.
164 [02:06:26] *** Quits: pokota (pokota@replaced-ip ) ()
165 [02:06:46] *** Joins: genr8_ (~genr8_@replaced-ip )
166 [02:08:56] *** Joins: eliotome3000 (~eliotime@replaced-ip )
167 [02:09:32] *** Quits: ayekat (~ayekat@replaced-ip ) (Quit: watching this channel in stealth mode now)
168 [02:09:48] *** Joins: ayekat (~ayekat@replaced-ip )
169 [02:11:48] *** Joins: filohuhum (~filohuhum@replaced-ip )
170 [02:13:19] *** Quits: hendursa1 (~weechat@replaced-ip ) (Quit: hendursa1)
171 [02:13:33] *** Joins: hendursaga (~weechat@replaced-ip )
172 [02:15:27] *** Quits: Zareem (~Zareem@replaced-ip##) (Quit: The Lounge - ##replaced-url
173 [02:18:00] *** Quits: filohuhum (~filohuhum@replaced-ip ) (Ping timeout: 268 seconds)
174 [02:18:22] *** Quits: SoulsForBelial (~SoulsForB@replaced-ip ) (Ping timeout: 260 seconds)
175 [02:18:45] *** Quits: Scotty_Trees (~Scotty_Tr@replaced-ip ) (Quit: Leaving)
176 [02:19:01] *** Joins: pokota (~pokota@replaced-ip )
177 [02:19:01] *** Joins: Scotty_Trees (~Scotty_Tr@replaced-ip )
178 [02:19:56] *** Joins: SoulsForBelial (~SoulsForB@replaced-ip )
179 [02:20:06] *** Joins: nyov (~nyov@replaced-ip )
180 [02:20:38] *** Quits: Shuswap (~Shuswap@replaced-ip ) (Quit: Leaving)
181 [02:21:21] *** Joins: gimmel (~gavin@replaced-ip )
182 [02:22:08] *** Joins: Zareem (~Zareem@replaced-ip )
183 [02:22:23] *** Quits: Zareem (~Zareem@replaced-ip ) (Client Quit)
184 [02:23:28] *** Joins: Zareem (~Zareem@replaced-ip )
185 [02:24:15] *** Joins: dtman34 (~dtman34@replaced-ip )
186 [02:25:01] *** Quits: D4rk4ngel2020 (~darkangel@replaced-ip ) (Remote host closed the connection)
187 [02:25:32] *** Joins: captainfixerpc14 (~captain@replaced-ip )
188 [02:27:44] *** Quits: dtman34 (~dtman34@replaced-ip##) (Quit: ZNC 1.7.2+deb3 - ##replaced-url
189 [02:27:59] *** Joins: Souler (~souler@replaced-ip )
190 [02:28:26] *** Joins: dtman34 (~dtman34@replaced-ip )
191 [02:28:54] <Souler> Hello. Somebody is here? I need help with audio interface under thunderbolt/firewire. Please help!!!
192 [02:31:03] *** Quits: dtman34 (~dtman34@replaced-ip ) (Client Quit)
193 [02:31:55] *** Joins: dtman34 (~dtman34@replaced-ip )
194 [02:32:41] *** Quits: dez (uid92154@replaced-ip ) (Quit: Connection closed for inactivity)
195 [02:33:35] *** Quits: darunesh (~darunesh@replaced-ip ) (Remote host closed the connection)
196 [02:33:35] <sney> !ask
197 [02:33:36] <dpkg> If you have a question, just ask! For example: "I have a problem with ___; I'm running Debian version ___. When I try to do ___ I get the following output ___. I expected it to do ___." Don't ask if you can ask, if anyone uses it, or pick one person to ask. We're all volunteers; make it easy for us to help you. If you don't get an answer try a few hours later or on replaced-url
198 [02:33:58] *** Joins: darunesh (~darunesh@replaced-ip )
199 [02:36:45] *** Quits: Jasperw (~jasperw@replaced-ip ) (Quit: Leaving.)
200 [02:37:25] *** Joins: miscellaneousbus (~miscbus@replaced-ip )
201 [02:38:35] *** Quits: dtman34 (~dtman34@replaced-ip##) (Quit: ZNC 1.7.2+deb3 - ##replaced-url
202 [02:39:34] *** Joins: dtman34 (~dtman34@replaced-ip )
203 [02:40:00] *** ChanServ sets mode: +o themill
204 [02:40:12] *** Quits: Deyaa (uid190709@replaced-ip ) (Quit: Connection closed for inactivity)
205 [02:40:14] *** themill changes topic to 'Current Debian release is buster, 10.8 point release /msg dpkg 10.8; /msg dpkg buster; /msg dpkg stretch->buster; /msg dpkg apt suite changed | Stretch has limited LTS support: /msg dpkg stretch-lts ; /msg dpkg 9.13 | NO FLOOD: /msg dpkg paste | offtopic: #debian-offtopic | testing/unstable: #debian-next @ irc.oftc.net | chanlogs: /msg dpkg irclog'
206 [02:40:17] *** themill sets mode: -o themill
207 [02:44:17] *** Joins: rootkea (~rootkea@replaced-ip )
208 [02:44:50] *** Joins: Guest42138 (~chris@replaced-ip )
209 [02:45:08] *** Joins: filohuhum (~filohuhum@replaced-ip )
210 [02:46:03] *** Quits: filohuhum (~filohuhum@replaced-ip ) (Remote host closed the connection)
211 [02:46:59] *** Quits: madage (~madage@replaced-ip ) (Ping timeout: 268 seconds)
212 [02:48:50] *** Quits: coxipi (~eric@replaced-ip ) (Quit: Konversation terminated!)
213 [02:50:40] *** Joins: gateway2000 (~gateway20@replaced-ip )
214 [02:56:41] *** Joins: locrian9_ (~mike@replaced-ip )
215 [02:57:15] *** Joins: ikus060 (~ikus060@replaced-ip )
216 [02:57:42] *** Quits: locrian9_ (~mike@replaced-ip ) (Client Quit)
217 [02:57:49] *** Quits: _stPauli_ (~StPauli@replaced-ip ) (Quit: leaving)
218 [02:59:42] *** Quits: locrian9 (~mike@replaced-ip ) (Ping timeout: 256 seconds)
219 [03:01:04] *** Quits: bamdad (~bamdad@replaced-ip ) (Remote host closed the connection)
220 [03:03:45] *** Quits: oxek (~oxek@replaced-ip ) (Ping timeout: 240 seconds)
221 [03:06:53] *** Joins: oxek (oxek@replaced-ip )
222 [03:07:09] *** Quits: Haudegen (~quassel@replaced-ip ) (Ping timeout: 246 seconds)
223 [03:07:44] *** Quits: akp55 (~akp55@replaced-ip ) (Remote host closed the connection)
224 [03:08:45] *** Joins: akp55 (~akp55@replaced-ip )
225 [03:10:52] *** Quits: Souler (~souler@replaced-ip ) (Quit: Leaving)
226 [03:11:12] *** Joins: ericworks (~ericworks@replaced-ip )
227 [03:13:02] *** Quits: dtman34 (~dtman34@replaced-ip##) (Quit: ZNC 1.7.2+deb3 - ##replaced-url
228 [03:13:27] *** Joins: dtman34 (~dtman34@replaced-ip )
229 [03:14:09] *** Quits: gimmel (~gavin@replaced-ip ) (Ping timeout: 246 seconds)
230 [03:14:27] *** Quits: Guest42138 (~chris@replaced-ip ) (Quit: Guest42138)
231 [03:14:35] *** Joins: Noah0504 (~noahduffy@replaced-ip )
232 [03:15:04] *** Joins: ax5623 (~NickServ@replaced-ip )
233 [03:15:11] *** Joins: awal1 (~awal1@replaced-ip )
234 [03:15:54] *** Joins: madage (~madage@replaced-ip )
235 [03:16:18] *** Joins: coxipi (~coxipi@replaced-ip )
236 [03:16:40] *** Joins: daesu (~daesu@replaced-ip )
237 [03:17:57] *** Quits: ss2 (~user@replaced-ip ) (Ping timeout: 258 seconds)
238 [03:18:33] *** Quits: ax562 (~ax562@replaced-ip ) (Ping timeout: 264 seconds)
239 [03:18:45] *** Quits: dtman34 (~dtman34@replaced-ip##) (Quit: ZNC 1.7.2+deb3 - ##replaced-url
240 [03:18:58] *** Quits: ax56234 (~NickServ@replaced-ip ) (Ping timeout: 256 seconds)
241 [03:20:06] *** Joins: dtman34 (~dtman34@replaced-ip )
242 [03:20:34] *** Quits: nifker (~Thunderbi@replaced-ip ) (Quit: nifker)
243 [03:22:44] *** Quits: ddsys (~ddsys@replaced-ip ) (Quit: Leaving)
244 [03:22:57] *** Quits: derpadmin (~derpadmin@replaced-ip ) (Remote host closed the connection)
245 [03:23:50] *** Quits: hanasaki (~hanasaki@replaced-ip ) (Remote host closed the connection)
246 [03:25:12] *** Quits: sevu (~sevu@replaced-ip ) (Ping timeout: 256 seconds)
247 [03:29:27] *** Quits: coxipi (~coxipi@replaced-ip ) (Ping timeout: 258 seconds)
248 [03:31:40] *** Quits: daesu (~daesu@replaced-ip ) (Quit: Leaving)
249 [03:32:12] *** Quits: koniu (~koniu@replaced-ip ) (Remote host closed the connection)
250 [03:32:33] *** Joins: koniu (~koniu@replaced-ip )
251 [03:33:23] *** Joins: sevu (~sevu@replaced-ip )
252 [03:33:34] *** Quits: HarveyPwca (~HarveyPwc@replaced-ip ) (Quit: Leaving)
253 [03:36:27] *** Joins: Main_ (~secntech@replaced-ip )
254 [03:37:35] *** Joins: gimmel (~gavin@replaced-ip )
255 [03:37:48] *** Joins: fmaurer_ (~quassel@replaced-ip )
256 [03:37:48] *** Joins: stevecam (~Stephen@replaced-ip )
257 [03:38:23] *** Joins: hanasaki (~hanasaki@replaced-ip )
258 [03:38:55] *** Quits: brachamh (~bracham@replaced-ip ) (Remote host closed the connection)
259 [03:39:02] *** Joins: coxipi (~coxipi@replaced-ip )
260 [03:39:13] *** Joins: dvs (~hibbard@replaced-ip )
261 [03:39:21] *** Joins: brachamh (~bracham@replaced-ip )
262 [03:39:25] *** Quits: secntech (~secntech@replaced-ip ) (Ping timeout: 240 seconds)
263 [03:41:47] *** Quits: fmaurer (~quassel@replaced-ip ) (Ping timeout: 265 seconds)
264 [03:43:09] *** Quits: Brigo_ (~Brigo@replaced-ip ) (Ping timeout: 264 seconds)
265 [03:44:12] *** Quits: ax5623 (~NickServ@replaced-ip ) (Ping timeout: 265 seconds)
266 [03:47:50] *** Quits: de-facto (~de-facto@replaced-ip ) (Disconnected by services)
267 [03:47:51] *** Joins: de-facto_ (~de-facto@replaced-ip )
268 [03:49:51] *** de-facto_ is now known as de-facto
269 [03:49:51] *** Quits: cfoch (uid153227@replaced-ip ) (Quit: Connection closed for inactivity)
270 [03:50:53] *** Joins: gnufr33dom (~gnufr33do@replaced-ip )
271 [03:53:56] *** Quits: tsal_ (~tsal@replaced-ip ) (Ping timeout: 240 seconds)
272 [03:54:57] *** Joins: GJdan (~quassel@replaced-ip )
273 [03:58:47] *** Quits: MrFixIt (~Sam@replaced-ip ) (Remote host closed the connection)
274 [04:03:01] *** Joins: citypw (~citypw@replaced-ip )
275 [04:05:31] *** Joins: tsal (~tsal@replaced-ip )
276 [04:06:47] *** Joins: riff-IRC (~riff2@replaced-ip )
277 [04:10:34] *** Joins: MrFixIt (~Sam@replaced-ip )
278 [04:13:00] *** Quits: madage (~madage@replaced-ip ) (Remote host closed the connection)
279 [04:13:56] *** Quits: lordyod (~lordyod@replaced-ip ) (Ping timeout: 256 seconds)
280 [04:14:23] *** Quits: hanasaki (~hanasaki@replaced-ip ) (Read error: Connection reset by peer)
281 [04:15:23] *** Joins: catt (~r@replaced-ip )
282 [04:15:28] *** Joins: lordyod (~lordyod@replaced-ip )
283 [04:15:38] *** Joins: ax5623 (~NickServ@replaced-ip )
284 [04:21:05] *** Quits: riff-IRC (~riff2@replaced-ip ) (Ping timeout: 240 seconds)
285 [04:21:21] *** Joins: madage (~madage@replaced-ip )
286 [04:23:21] *** Quits: ikus060 (~ikus060@replaced-ip ) (Ping timeout: 264 seconds)
287 [04:23:46] *** Joins: mohabaks_ (~mohabaks@replaced-ip )
288 [04:26:08] *** Quits: jmarsden (~jmarsden@replaced-ip ) (Remote host closed the connection)
289 [04:26:42] *** Joins: jmarsden (~jmarsden@replaced-ip )
290 [04:27:38] *** Quits: ax5623 (~NickServ@replaced-ip ) (Ping timeout: 264 seconds)
291 [04:28:05] *** Quits: rootkea (~rootkea@replaced-ip ) (Ping timeout: 240 seconds)
292 [04:30:00] *** Quits: miscellaneousbus (~miscbus@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
293 [04:31:00] *** Joins: ax5623 (~NickServ@replaced-ip )
294 [04:31:00] *** Quits: ax5623 (~NickServ@replaced-ip ) (Client Quit)
295 [04:31:06] *** Quits: thiras_ (~thiras@replaced-ip ) (Ping timeout: 272 seconds)
296 [04:33:28] *** Quits: SoulsForBelial (~SoulsForB@replaced-ip ) (Ping timeout: 258 seconds)
297 [04:33:58] *** Joins: hanasaki (~hanasaki@replaced-ip )
298 [04:34:52] *** Quits: \\Mr_C\\ (~mrc@replaced-ip ) (Quit: (Read error: Connection reset by beer))
299 [04:35:06] *** Joins: SoulsForBelial (~SoulsForB@replaced-ip )
300 [04:35:55] *** Quits: puke (~vroom@replaced-ip ) (Quit: puke)
301 [04:36:59] *** Quits: jmarsden (~jmarsden@replaced-ip ) (Remote host closed the connection)
302 [04:37:23] *** Joins: jmarsden (~jmarsden@replaced-ip )
303 [04:38:02] *** debhelper sets mode: +l 1166
304 [04:40:00] *** Joins: ax5623 (~NickServ@replaced-ip )
305 [04:41:45] *** Quits: bolt (~r00t@replaced-ip ) (Ping timeout: 240 seconds)
306 [04:46:33] *** Joins: hyundai (~hyundai@replaced-ip )
307 [04:47:24] *** Quits: YWH_1 (~YWH@replaced-ip ) (Quit: Leaving)
308 [04:48:52] *** Joins: fstd_ (~fstd@replaced-ip )
309 [04:49:14] *** Quits: dashs (~dave@replaced-ip ) (Quit: Leaving)
310 [04:51:21] *** Joins: skapata (~Skapata@replaced-ip )
311 [04:51:38] *** Quits: ax5623 (~NickServ@replaced-ip ) (Read error: Connection reset by peer)
312 [04:51:59] *** Quits: catman370 (~catman@replaced-ip ) (Quit: See you later..)
313 [04:52:13] *** Quits: Abrax (~Abrax@replaced-ip ) (Read error: Connection reset by peer)
314 [04:52:59] *** Quits: fstd (~fstd@replaced-ip ) (Ping timeout: 260 seconds)
315 [04:52:59] *** fstd_ is now known as fstd
316 [04:54:17] *** Parts: coxipi (~coxipi@replaced-ip ) ("Leaving")
317 [04:54:38] *** Joins: coxipi (~coxipi@replaced-ip )
318 [04:55:36] *** Joins: rootkea (~rootkea@replaced-ip )
319 [04:56:24] *** Quits: genr8_ (~genr8_@replaced-ip ) (Quit: Leaving)
320 [04:56:54] *** Joins: Abrax (~Abrax@replaced-ip )
321 [05:00:42] *** Quits: jmarsden (~jmarsden@replaced-ip ) (Remote host closed the connection)
322 [05:03:28] *** Quits: SoulsForBelial (~SoulsForB@replaced-ip ) (Ping timeout: 260 seconds)
323 [05:03:38] *** Joins: Aavar (~aavar@replaced-ip )
324 [05:04:05] *** Quits: Aavar_ (~aavar@replaced-ip ) (Ping timeout: 240 seconds)
325 [05:04:39] *** Joins: SoulsForBelial (~SoulsForB@replaced-ip )
326 [05:07:14] *** Joins: riff-IRC (~riff2@replaced-ip )
327 [05:08:47] *** Quits: mortderire (~mortderir@replaced-ip ) (Remote host closed the connection)
328 [05:08:57] *** Quits: fb_ (~freebench@replaced-ip ) (Ping timeout: 246 seconds)
329 [05:09:11] *** Joins: runlevel7_ (~runlevel7@replaced-ip )
330 [05:09:36] *** Quits: gimmel (~gavin@replaced-ip ) (Ping timeout: 240 seconds)
331 [05:09:52] <hanasaki> which xorg server package is needed to run a ryzen 3700u ?
332 [05:12:27] *** Quits: runlevel7__ (runlevel7@replaced-ip ) (Ping timeout: 246 seconds)
333 [05:21:22] *** Quits: riff-IRC (~riff2@replaced-ip ) (Ping timeout: 256 seconds)
334 [05:22:56] *** Joins: riff-IRC (~riff2@replaced-ip )
335 [05:23:01] *** Quits: Tom01 (~tom@replaced-ip ) (Remote host closed the connection)
336 [05:24:46] *** nyov is now known as Guest80938
337 [05:24:53] *** Joins: nyov (~nyov@replaced-ip )
338 [05:28:09] *** Quits: Guest80938 (~nyov@replaced-ip ) (Ping timeout: 264 seconds)
339 [05:29:01] *** Joins: jerry (~jerry@replaced-ip )
340 [05:42:13] *** Quits: Ekis (~Ekis@replaced-ip ) (Quit: leaving)
341 [05:43:40] *** Joins: cstls (~user@replaced-ip )
342 [05:43:45] *** Quits: paulgrmn (~paulgrmn@replaced-ip ) (Ping timeout: 264 seconds)
343 [05:43:49] *** Quits: Slumlord (~Slumlord@replaced-ip ) (Quit: Leaving)
344 [05:48:02] *** debhelper sets mode: +l 1159
345 [05:51:01] *** Joins: elkalamar__ (elkalamar@replaced-ip )
346 [05:54:02] *** Joins: Antioch04 (~Antioch@replaced-ip )
347 [05:54:42] *** Quits: elkalamar_ (elkalamar@replaced-ip ) (Ping timeout: 272 seconds)
348 [05:55:41] *** Quits: stevecam (~Stephen@replaced-ip ) (Quit: Leaving)
349 [05:58:44] *** Joins: qin (~qin@replaced-ip )
350 [05:59:48] *** Joins: m1rr0r5h4d35 (~m1rr0r5h4@replaced-ip )
351 [06:00:32] *** Quits: koniu (~koniu@replaced-ip ) (Remote host closed the connection)
352 [06:00:57] *** Quits: luna_is_here (~quassel@replaced-ip ) (Ping timeout: 246 seconds)
353 [06:01:15] *** Joins: luna_is_here (~quassel@replaced-ip )
354 [06:07:56] *** Joins: JmaJeremy (~JmaJeremy@replaced-ip )
355 [06:10:03] *** Quits: diniwed (~gavron@replaced-ip ) (Ping timeout: 256 seconds)
356 [06:11:12] *** Joins: Ericounet (~Eric@replaced-ip )
357 [06:14:12] *** Quits: citypw (~citypw@replaced-ip ) (Ping timeout: 268 seconds)
358 [06:14:13] *** Quits: kupi (uid212005@replaced-ip ) (Quit: Connection closed for inactivity)
359 [06:17:17] *** Joins: koniu (~koniu@replaced-ip )
360 [06:20:33] *** Quits: pokota (~pokota@replaced-ip ) (Remote host closed the connection)
361 [06:21:23] *** Joins: raekuul (~pokota@replaced-ip )
362 [06:21:33] *** Joins: lastrodamo (~lastrodam@replaced-ip )
363 [06:22:16] *** Quits: rewrited (~rewrited@replaced-ip ) (Remote host closed the connection)
364 [06:24:54] *** Joins: ueax (~ueax@replaced-ip )
365 [06:26:00] *** Joins: ax562 (~ax562@replaced-ip )
366 [06:29:40] *** Joins: ax5623 (~ax562@replaced-ip )
367 [06:30:08] *** Quits: ax5623 (~ax562@replaced-ip ) (Client Quit)
368 [06:30:11] *** Joins: diogenes_ (~diogenes_@replaced-ip )
369 [06:31:09] *** Quits: ax562 (~ax562@replaced-ip ) (Ping timeout: 264 seconds)
370 [06:33:44] *** Quits: Lord_of_Life (~Lord@replaced-ip ) (Read error: Connection reset by peer)
371 [06:34:42] *** Quits: cstls (~user@replaced-ip ) (Ping timeout: 246 seconds)
372 [06:35:56] *** Joins: Lord_of_Life (~Lord@replaced-ip )
373 [06:40:11] *** Quits: luna_is_here (~quassel@replaced-ip ) (Ping timeout: 272 seconds)
374 [06:40:29] *** Joins: luna_is_here (~quassel@replaced-ip )
375 [06:46:06] *** Quits: saptech (~saptech@replaced-ip ) (Ping timeout: 258 seconds)
376 [06:47:29] *** Joins: saptech (~saptech@replaced-ip )
377 [06:52:57] *** Quits: madage (~madage@replaced-ip ) (Remote host closed the connection)
378 [06:53:09] *** Joins: madage (~madage@replaced-ip )
379 [06:57:21] *** Quits: konrados (~konrados@replaced-ip ) (Read error: Connection reset by peer)
380 [06:58:47] *** Quits: cybiko123 (~cybiko123@replaced-ip ) (Ping timeout: 256 seconds)
381 [06:58:47] *** Joins: konrados (~konrados@replaced-ip )
382 [06:59:11] *** Joins: fredl (~fredl@replaced-ip )
383 [06:59:45] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
384 [07:04:37] *** Joins: cdown_ (~cdown@replaced-ip )
385 [07:07:12] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 265 seconds)
386 [07:07:18] *** cdown_ is now known as cdown
387 [07:13:54] *** Quits: moldorcoder7 (~moldorcod@replaced-ip ) (Ping timeout: 246 seconds)
388 [07:15:21] *** Joins: Kevlar_Noir (~manjaro-u@replaced-ip )
389 [07:16:58] *** Quits: ChmEarl (~chmearl@replaced-ip ) (Quit: Leaving)
390 [07:18:12] *** Quits: waxfire (~waxfire@replaced-ip ) (Read error: Connection reset by peer)
391 [07:18:29] *** Joins: waxfire (~waxfire@replaced-ip )
392 [07:18:37] *** Joins: tzf (~tyzef@replaced-ip )
393 [07:19:49] *** Joins: moldorcoder7 (~moldorcod@replaced-ip )
394 [07:23:04] *** Quits: MrHatter123 (~Mr.Hatter@203.217.21.161) (Quit: Leaving)
395 [07:23:25] *** Joins: darutoko (~darutoko@replaced-ip )
396 [07:29:06] *** Quits: coot (~coot@replaced-ip ) (Quit: coot)
397 [07:34:55] *** Joins: bertbob (~bertbob@replaced-ip )
398 [07:36:14] *** Quits: rople (~rople@replaced-ip ) (Quit: rople)
399 [07:37:06] *** Quits: tagomago (~tagomago@replaced-ip ) (Quit: Konversation terminated!)
400 [07:38:13] *** Quits: gateway2000 (~gateway20@replaced-ip ) (Read error: Connection reset by peer)
401 [07:39:51] *** Joins: BenNZ (~Ben__@replaced-ip )
402 [07:39:58] *** Joins: wsky (uid453465@replaced-ip )
403 [07:42:17] *** Quits: tzf (~tyzef@replaced-ip ) (Remote host closed the connection)
404 [07:43:57] *** Joins: dreamon (~dreamon@replaced-ip )
405 [07:47:32] *** Joins: tzf (~tyzef@replaced-ip )
406 [07:49:08] *** Quits: Ericounet (~Eric@replaced-ip ) (Remote host closed the connection)
407 [07:52:30] *** Quits: kj14 (~kj14@replaced-ip ) (Ping timeout: 272 seconds)
408 [07:52:41] *** Joins: szorfein (~daggoth@replaced-ip )
409 [07:52:46] *** Quits: gnufr33dom (~gnufr33do@replaced-ip ) (Quit: gnufr33dom)
410 [07:52:59] *** Joins: kj14 (~kj14@replaced-ip )
411 [07:53:09] *** Joins: gnufr33dom (~gnufr33do@replaced-ip )
412 [07:55:31] *** Joins: bolt (~r00t@replaced-ip )
413 [07:56:06] *** Quits: oxek (oxek@replaced-ip ) (Quit: oxek)
414 [07:57:10] *** Quits: uxfi (~uxfi@replaced-ip ) (Remote host closed the connection)
415 [07:57:27] *** Quits: luna_is_here (~quassel@replaced-ip ) (Ping timeout: 272 seconds)
416 [07:57:48] *** Joins: luna_is_here (~quassel@replaced-ip )
417 [07:59:11] *** Joins: darunesh_ (~darunesh@replaced-ip )
418 [08:00:31] *** Joins: uxfi (~uxfi@replaced-ip )
419 [08:01:25] *** Quits: yans (~yans@replaced-ip ) (Ping timeout: 240 seconds)
420 [08:01:27] *** Quits: ChiLLabiS (~ChiLLabiS@replaced-ip ) (Quit: Leaving)
421 [08:02:00] *** Quits: SoulsForBelial (~SoulsForB@replaced-ip ) (Ping timeout: 258 seconds)
422 [08:02:21] *** Quits: darunesh (~darunesh@replaced-ip ) (Ping timeout: 264 seconds)
423 [08:03:53] *** Quits: CrystalMath (~coderain@replaced-ip##) (Quit: Support Richard Stallman! | ##replaced-url
424 [08:03:55] *** Joins: Deyaa (uid190709@replaced-ip )
425 [08:05:11] *** Quits: ueax (~ueax@replaced-ip ) (Ping timeout: 268 seconds)
426 [08:07:53] *** Joins: SoulsForBelial (~SoulsForB@replaced-ip )
427 [08:09:55] *** Quits: tzf (~tyzef@replaced-ip ) (Quit: tzf)
428 [08:12:30] *** Quits: a_west (~a_west@replaced-ip ) (Read error: Connection reset by peer)
429 [08:13:53] *** Quits: mripx (~RipNix@replaced-ip ) (Ping timeout: 258 seconds)
430 [08:17:57] *** Joins: tzf (~tyzef@replaced-ip )
431 [08:19:33] <tzf> i got my vbox issue fixed by this : replaced-url
432 [08:20:15] *** Joins: ChiLLabiS (~ChiLLabiS@replaced-ip )
433 [08:21:09] *** Joins: Ericounet (~Eric@replaced-ip )
434 [08:21:38] *** Quits: tzf (~tyzef@replaced-ip ) (Client Quit)
435 [08:29:14] *** Quits: szorfein (~daggoth@replaced-ip ) (Remote host closed the connection)
436 [08:29:15] *** Joins: ax56234 (~NickServ@replaced-ip )
437 [08:29:34] *** Joins: szorfein (~daggoth@replaced-ip )
438 [08:30:32] *** Quits: ChiLLabiS (~ChiLLabiS@replaced-ip ) (Quit: Leaving)
439 [08:32:56] *** Joins: ChiLLabiS (~ChiLLabiS@replaced-ip )
440 [08:32:58] *** Quits: luuuciano_ (~luuuciano@replaced-ip ) (Ping timeout: 276 seconds)
441 [08:33:31] *** Joins: luuuciano_ (~luuuciano@replaced-ip )
442 [08:36:08] *** Quits: m1rr0r5h4d35 (~m1rr0r5h4@replaced-ip ) (Quit: Leaving)
443 [08:39:30] *** Joins: falsememory (~falsememo@replaced-ip )
444 [08:39:48] *** Joins: endstille (~endstille@replaced-ip )
445 [08:41:12] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
446 [08:43:44] *** Quits: falsememory (~falsememo@replaced-ip ) (Quit: Leaving)
447 [08:44:56] *** Quits: dreamon (~dreamon@replaced-ip ) (Ping timeout: 258 seconds)
448 [08:45:05] *** Quits: catt (~r@replaced-ip ) (Ping timeout: 240 seconds)
449 [08:47:03] *** Joins: falsememory (~falsememo@replaced-ip )
450 [08:48:10] *** Quits: falsememory (~falsememo@replaced-ip ) (Client Quit)
451 [08:48:19] *** Joins: mripx (~RipNix@replaced-ip )
452 [08:56:06] *** Joins: falsememory (~falsememo@replaced-ip )
453 [08:58:22] *** Joins: dreamon (~dreamon@replaced-ip )
454 [09:02:25] *** Quits: unluckyshrubber- (~unluckysh@replaced-ip##) (Quit: ZNC 1.8.2 - ##replaced-url
455 [09:03:08] *** Quits: AquaL1te (~AquaL1te@replaced-ip ) (Quit: leaving)
456 [09:03:45] *** Joins: coot (~coot@replaced-ip )
457 [09:05:46] *** Quits: coot (~coot@replaced-ip ) (Client Quit)
458 [09:06:07] *** Joins: coot (~coot@replaced-ip )
459 [09:06:19] *** Joins: ax562 (~ax562@replaced-ip )
460 [09:09:29] *** Quits: awal1 (~awal1@replaced-ip ) (Ping timeout: 265 seconds)
461 [09:11:00] *** Quits: Flukp (Flukp@replaced-ip ) (Quit: Leaving)
462 [09:11:44] *** Joins: Flukp (Flukp@replaced-ip )
463 [09:12:42] *** Joins: fjavier (~fjavier@replaced-ip )
464 [09:13:14] *** Joins: n4dir (~n4dir@replaced-ip )
465 [09:17:48] *** Quits: gnufr33dom (~gnufr33do@replaced-ip ) (Ping timeout: 260 seconds)
466 [09:19:52] *** Joins: otisolsen70_ (~otisolsen@replaced-ip )
467 [09:20:11] *** Joins: citypw (~citypw@replaced-ip )
468 [09:20:14] *** Quits: endstille (~endstille@replaced-ip ) (Quit: I'll be back.)
469 [09:20:29] *** Quits: otisolsen70_ (~otisolsen@replaced-ip ) (Client Quit)
470 [09:22:42] *** Joins: awal1 (~awal1@replaced-ip )
471 [09:23:05] *** Quits: otisolsen70 (~otisolsen@replaced-ip ) (Ping timeout: 240 seconds)
472 [09:28:40] *** Quits: Main_ (~secntech@replaced-ip ) (Quit: Leaving)
473 [09:30:12] *** Joins: tzf (~tyzef@replaced-ip )
474 [09:34:03] *** Quits: lumpi (~quassel@replaced-ip ) (Ping timeout: 256 seconds)
475 [09:34:23] *** Joins: lumpi (~quassel@replaced-ip )
476 [09:38:07] *** Joins: __marco (~marco@replaced-ip )
477 [09:39:11] <ChiLLabiS> Dee-bian or Debb Ian(names). How do you say it in english?
478 [09:39:40] *** Quits: Flukp (Flukp@replaced-ip ) (Quit: Leaving)
479 [09:40:10] <BillyZane> i say it the latter
480 [09:41:16] <ChiLLabiS> Okay
481 [09:44:19] *** Joins: Tobbi (~Tobbi@replaced-ip )
482 [09:45:45] *** Joins: puke (~puke@replaced-ip )
483 [09:55:20] *** Joins: psiance8 (~psiance@replaced-ip )
484 [09:58:29] *** Quits: Freneticks (~Frenetick@replaced-ip ) (Remote host closed the connection)
485 [09:59:10] *** Quits: psiance (~psiance@replaced-ip ) (Ping timeout: 272 seconds)
486 [09:59:10] *** psiance8 is now known as psiance
487 [09:59:17] *** Joins: Freneticks (~Frenetick@replaced-ip )
488 [10:00:45] *** Joins: rendar (~rendar@replaced-ip )
489 [10:01:16] <rendar> why apt-get is so stupid that if do `apt-get purge cups` and `apt-get autoremove` and `clean`, at the next update+upgrade it will reinstall cups and its dependencies?!
490 [10:02:20] *** Joins: waxfire8 (~waxfire@replaced-ip )
491 [10:02:23] *** Quits: waxfire (~waxfire@replaced-ip ) (Read error: Connection reset by peer)
492 [10:02:24] *** waxfire8 is now known as waxfire
493 [10:04:45] *** Quits: konrados (~konrados@replaced-ip ) (Read error: Connection reset by peer)
494 [10:06:17] *** Joins: konrados (~konrados@replaced-ip )
495 [10:07:51] *** Quits: bertbob (~bertbob@replaced-ip ) (Ping timeout: 246 seconds)
496 [10:09:06] *** Joins: hendursa1 (~weechat@replaced-ip )
497 [10:09:17] <EdePopede> rendar: just an idea, do you use recommendations/suggestions?
498 [10:09:35] <rendar> i don't think so, how can i check that?
499 [10:10:12] *** Quits: monkwitdafunk (uid238811@replaced-ip ) (Quit: Connection closed for inactivity)
500 [10:10:29] <rendar> replaced-url
501 [10:10:38] <rendar> i also get this with `dpkg --set-selections <<< 'cups hold'`
502 [10:10:39] *** Quits: fredl (~fredl@replaced-ip ) (Read error: Connection reset by peer)
503 [10:10:41] <rendar> unbelievable!
504 [10:10:46] <rendar> wtf is this?!
505 [10:10:56] *** Joins: fredl (~fredl@replaced-ip )
506 [10:10:59] *** Quits: hendursaga (~weechat@replaced-ip ) (Ping timeout: 268 seconds)
507 [10:11:12] *** Joins: \\Mr_C\\ (~mrc@replaced-ip )
508 [10:11:33] <jolt> rendar: did you do "apt update" first?
509 [10:11:38] <rendar> yes!
510 [10:11:44] *** Joins: e-baley (~e-baley@replaced-ip )
511 [10:12:30] <rendar> jolt: replaced-url
512 [10:12:51] <rendar> the "1 package can be upgraded. Run 'apt list --upgradable' to see it.
513 [10:12:57] <rendar> refers to cups, that i have just uninstalled
514 [10:13:00] <rendar> wtf is going on?!
515 [10:13:19] *** Quits: Deyaa (uid190709@replaced-ip ) (Quit: Connection closed for inactivity)
516 [10:13:59] *** Joins: mirrorbird (~psutcliff@replaced-ip )
517 [10:14:01] *** Joins: Flukp (~Flukp@replaced-ip )
518 [10:14:22] <jolt> rendar: Has to be something with rasbian, it works on my intel system, but not on my rpi
519 [10:15:33] <rendar> how come? shoulnd't apt-get system be the same?
520 [10:15:48] *** Joins: tagomago (~tagomago@replaced-ip )
521 [10:15:57] <EdePopede> distros may do whatever they want
522 [10:16:27] <jolt> I don't know the answer, but maybe there is something different on the architecture and how the packages are done for that.
523 [10:16:31] <EdePopede> i can't even parse this one > dpkg: warning: package not in status nor available database at line 1: cups
524 [10:16:48] <jolt> Rasbian is a fork of Debian, not debian itself
525 [10:17:03] <n4dir> aptitude why cups
526 [10:17:22] <jolt> rendar: so it's not like it is debian proper. And We cannot know what the rasbian team are thinking
527 [10:18:36] <rendar> EdePopede: how can i check the suggestions you were talking about?
528 [10:19:18] <EdePopede> rendar: either you have a setting in some config file or you're using a cli option (which i don't think too many do regularly)
529 [10:19:40] <EdePopede> rendar: usually i just simulate an install and check for recommendations in the list of packages to get installed
530 [10:19:51] <rendar> how can i simulate that?
531 [10:19:57] <EdePopede> man apt-get is pretty... meh
532 [10:20:01] <EdePopede> add -s
533 [10:20:24] <n4dir> some config file being either /etc/apt/apt.conf or /etc/apt/apt.preferences or the according directories: apt.conf.d preferences.d
534 [10:20:32] *** Joins: eb0t (~eblip@replaced-ip )
535 [10:20:37] <EdePopede> --no-install-recommends --- Do not consider recommended packages as a dependency for installing. Configuration Item: APT::Install-Recommends.
536 [10:20:42] <n4dir> if i recall correct debian does install recommends, but not suggests
537 [10:20:45] *** Joins: eb0t_ (~eblip@replaced-ip )
538 [10:20:48] <EdePopede> but where? there are a couple of config files listed at the end
539 [10:21:07] <EdePopede> /etc/apt/apt.conf --- APT configuration file. Configuration Item: Dir::Etc::Main.
540 [10:21:26] <EdePopede> so if this is MAIN, where does apt read this setting?
541 [10:21:33] *** Quits: coot (~coot@replaced-ip ) (Remote host closed the connection)
542 [10:21:56] *** Quits: eblip (~eblip@replaced-ip ) (Ping timeout: 240 seconds)
543 [10:22:45] *** Quits: def_jam (~eblip@replaced-ip ) (Ping timeout: 264 seconds)
544 [10:22:55] <EdePopede> and then there's also apt/preferences. well.
545 [10:23:40] <EdePopede> $ apt-config dump
546 [10:24:29] <EdePopede> APT::Install-Recommends "1";
547 [10:24:29] <EdePopede> APT::Install-Suggests "0";
548 [10:24:30] *** Joins: black_ant (~antilope@replaced-ip )
549 [10:24:43] <EdePopede> *should* be the default, can't remember having changed it
550 [10:24:47] *** Joins: LucaTM (~LucaTM@replaced-ip )
551 [10:25:25] <n4dir> yup, same here
552 [10:25:53] <n4dir> many based-on debian distros i ran in change that though
553 [10:26:09] *** Quits: kini (~kini@replaced-ip ) (Remote host closed the connection)
554 [10:26:19] <n4dir> well "many". that is a bit of a stretch. I ran in it
555 [10:26:52] <n4dir> anyway, if i understood right he uses raspian. I just checked and sure got no cups installed on mine
556 [10:27:14] <EdePopede> is cups still the thing?
557 [10:27:27] *** Joins: kini (~kini@replaced-ip )
558 [10:27:29] *** Quits: nt1036 (~nt1036@replaced-ip ) (Remote host closed the connection)
559 [10:28:27] <n4dir> no clue, but all kind of *cups* stuff is a dependency of all kind of software.
560 [10:29:12] <n4dir> not sure if it is worth the trouble.
561 [10:29:35] *** Joins: martinus__ (~martin@replaced-ip )
562 [10:29:52] <EdePopede> had to fiddle around with a HP DJ 500c long ago. 3 or so different drivers, each of them has its shortcommings :|
563 [10:30:35] <n4dir> i decided very very long time ago that for the 4 times i gotta print something i might also go to the local library. :-)
564 [10:30:48] <n4dir> 4 times per year, duh
565 [10:30:56] *** Joins: D4rk4ngel2020 (~darkangel@replaced-ip )
566 [10:31:15] <rendar> so i can just have to run `apt-get --no-install-recommends update` ?
567 [10:31:32] <n4dir> rendar: nah, you do that when you install a package. Usually.
568 [10:31:58] <rendar> n4dir: but i'm not installing ANY package! i have done apt-get purge cups + autoremove
569 [10:32:01] <n4dir> the problem not getting rid of a given package often is related to "metapackages" or it being installed as a recomendd of another
570 [10:32:07] <rendar> then when i do apt-get update+upgrade it installs again cups
571 [10:32:13] <rendar> i'm not installing anything here
572 [10:32:15] <n4dir> Yeah, i understood that, and i for one don't think recommends is the problem here
573 [10:32:31] *** Joins: uvolmer (~uvolmer@replaced-ip )
574 [10:32:33] <rendar> and what is the problem in your opinion?
575 [10:32:54] <n4dir> aptitude is probably not installed, but "aptitude why <packagename>" can help in such situations (and often does not)
576 [10:33:30] <n4dir> i guess it is a dependency of something. Or a recommends, but you first need to figure out why it is installed
577 [10:33:59] <n4dir> did you run "apt-get autoremove -s " to check if removing cups first will get rid of other packages?
578 [10:34:14] <EdePopede> it should yell at uninstall if it's dependency, i'd place my bet on rec
579 [10:34:29] <n4dir> all i say is: poke around a bit. Yes, this can be annoying. Hence i said: not sure if worth the trouble
580 [10:34:59] <n4dir> cause in 3 weeks you install something different, and it might try to get in again.
581 [10:35:11] *** Quits: BenNZ (~Ben__@replaced-ip ) (Quit: Everytime I think IQ's must have dropped recently, I remember that this is the internet)
582 [10:35:20] <EdePopede> or debtree, 1 level deep, for each package installed. automatized. then check for cups in the files.
583 [10:35:27] <n4dir> i for one usually consider such to be worse the trouble, but that is me
584 [10:35:37] <rendar> but why i can't put cups to "hold" ?
585 [10:35:48] <rendar> if that would work, problem is solved
586 [10:36:00] <n4dir> hold means: doesn't get upgraded. doesn't get installed is pinning
587 [10:36:02] <n4dir> i think
588 [10:36:09] <n4dir> All this is voodoo to someone like me
589 [10:37:31] *** Joins: bolovanos (~bolovanos@replaced-ip )
590 [10:37:47] <rendar> voodoo? but those are very simple and common operations!
591 [10:38:01] <n4dir> then why you have to ask?
592 [10:38:02] *** debhelper sets mode: +l 1166
593 [10:38:54] <rendar> because i don't know those commands, but people here are supposed to know!
594 [10:39:02] *** Joins: unluckyshrubbery (~unluckysh@replaced-ip )
595 [10:39:24] <n4dir> and did you run the commands given yet? And what did they give?
596 [10:39:56] <rendar> i have been given a flag: --no-install-recommends
597 [10:40:14] <rendar> but i can't try this, since it works with *installing* packages, as you said
598 [10:40:20] <rendar> but i'm upgrading here
599 [10:40:27] *** Joins: bertbob (~bertbob@replaced-ip )
600 [10:40:34] <n4dir> aptitude why cups
601 [10:40:57] <n4dir> !bat
602 [10:40:57] <dpkg> [Basic Apt* Troubleshooting]. To diagnose your problem, we need ALL OF THE FOLLOWING information: 1. complete output of your apt-get/apt/aptitude run (including the command used) 2. output from "apt-cache policy pkg1 pkg2..." for ALL packages mentioned ANYWHERE in the problem, and 3. "apt-cache policy". Use replaced-url
603 [10:41:31] <rendar> -bash: aptitude: command not found
604 [10:42:07] <n4dir> i already explained that you might have to install aptitude first
605 [10:42:14] *** Quits: sweatsuit (~sweatsuit@replaced-ip ) (Ping timeout: 258 seconds)
606 [10:43:02] *** Quits: awal1 (~awal1@replaced-ip ) (Quit: Leaving)
607 [10:44:04] <rendar> # aptitude why cups
608 [10:44:04] <rendar> i realvnc-vnc-server Recommends cups
609 [10:44:16] <rendar> unbelievable!
610 [10:44:20] *** Joins: NetTerminalGene (~Thunderbi@replaced-ip )
611 [10:44:44] <rendar> can i upgrade the system without these recommends by other packages?
612 [10:45:44] <ratrace> you can try putting APT::Install-Recommends "0"; into a file under /etc/apt/apt.conf.d/
613 [10:46:01] *** Joins: hufdufhv (~Thunderbi@replaced-ip )
614 [10:46:50] *** Quits: hufdufhv (~Thunderbi@replaced-ip ) (Client Quit)
615 [10:47:20] <f8e4> hi, i need scan program that usally is default, but i cannot find, please name two you use so i test?
616 [10:47:20] <EdePopede> <rendar> because i don't know those commands, but people here are supposed to know! <-- WE ALL ARE PEOPLE!
617 [10:47:43] *** Quits: martinus__ (~martin@replaced-ip ) (Ping timeout: 256 seconds)
618 [10:47:57] <ratrace> f8e4: a what? scan like document scanning? to use a scanner? like xsane?
619 [10:48:13] *** Joins: netcrash (~charmande@replaced-ip )
620 [10:48:18] <f8e4> xsane i have, but there was very simple gui thing that was default installed, but how i miss it
621 [10:48:24] <f8e4> names i need dunno
622 [10:48:30] <ratrace> f8e4: default? under gnome?
623 [10:48:48] <ratrace> ,i simple-scan
624 [10:48:51] <judd> Package simple-scan (gnome, optional) in buster/amd64: Simple Scanning Utility. Version: 3.30.1.1-1+b1; Size: 519.9k; Installed: 3513k; Homepage: replaced-url
625 [10:48:55] <rendar> ratrace: do i have to reboot?
626 [10:49:03] <EdePopede> nope
627 [10:49:03] <ratrace> rendar: no
628 [10:49:12] <EdePopede> the only thing i ever reboot for are kernel upgrades
629 [10:49:43] <ratrace> I also reboot for glibc updates
630 [10:50:23] <n4dir> might or might not contain the solution for Recommends already installed, but calls it "the nuclear option": replaced-url
631 [10:50:55] <EdePopede> hm. logout everywhere, just keeping agetty alive?
632 [10:51:07] *** Joins: conta (Thunderbir@replaced-ip )
633 [10:51:16] <n4dir> i reboot when i go to sleep. ha ha
634 [10:53:51] <n4dir> i try to translate a html site (docs) from english to german. Is there a better solution than vim or screen split and english on the one site and german/translation on the other?
635 [10:54:09] <EdePopede> i wish i could put only one half of my brain to sleep, birds are so enviable.
636 [10:54:31] <ratrace> n4dir: copypasta into translate.google.com. fix imperfections in vim :))
637 [10:54:48] <n4dir> lol. probably.
638 [10:55:09] <n4dir> i think what is killing me most is the html-syntax. Probably no way around that.
639 [10:55:12] <EdePopede> or deepl.com
640 [10:55:33] <EdePopede> google isn't as bad as it used to be years ago. was surprised.
641 [10:55:43] <ratrace> n4dir: then vim split screen is good idea.
642 [10:56:03] <n4dir> the translation itself isn't the real problem, it is ok. More the "logistical" part
643 [10:56:06] <f8e4> ratrace: perfect wow not default installed
644 [10:56:15] <ratrace> EdePopede: Yeah there was a period, a moment in time, when it suddenly stopped being terrible. some AI upgrade something somethign
645 [10:56:19] <n4dir> ratrace: ah, ok, thanks. I hardly do such, and thought maybe there are solutions
646 [10:56:27] *** Joins: galex-713 (~quassel@replaced-ip )
647 [10:57:01] <ratrace> n4dir: vim is _always_ a solution for anything text. if you have your fingers programmed for vim commands, thatis.
648 [10:57:13] <EdePopede> n4dir, you use the html sources during translation?
649 [10:57:24] <n4dir> yeah, i am ok with vim. Not good, but still the fast for me
650 [10:57:31] <n4dir> EdePopede: that is the problem
651 [10:57:34] * EdePopede can't even get into cursor movement really :|
652 [10:57:53] <EdePopede> n4dir: graying out tags may remove irritations a bit
653 [10:58:04] <n4dir> EdePopede: you know how i could do that?
654 [10:58:11] <n4dir> that would indeed help a hell lot
655 [10:58:12] <EdePopede> or folding them away if there's an addon for it
656 [10:58:26] *** Quits: frgo (~frgo@replaced-ip ) ()
657 [10:59:00] <EdePopede> something replace <[^>]+> with something including color codes
658 [10:59:44] <n4dir> i will search for something like that later. Probably there is. I didn't think of it, good idea
659 [11:00:15] *** Quits: zamnedix (~zamnedix@replaced-ip##) (Quit: ZNC 1.7.5+deb4 - ##replaced-url
660 [11:00:25] *** Quits: puke (~puke@replaced-ip ) (Read error: Connection reset by peer)
661 [11:01:34] *** Joins: zamnedix (~zamnedix@replaced-ip )
662 [11:03:42] * wyatt8740 is better with emacs c-x-3 and c-x-2
663 [11:04:24] <wyatt8740> cua-mode if you don't like other emacs bindings
664 [11:04:31] *** Joins: mortderire (~mortderir@replaced-ip )
665 [11:04:45] *** Quits: netcrash (~charmande@replaced-ip ) (Ping timeout: 264 seconds)
666 [11:06:06] *** Joins: puke (~puke@replaced-ip )
667 [11:08:09] <EdePopede> is emacs vs xemacs still a thing?
668 [11:09:11] *** Joins: sweatsuit (~sweatsuit@replaced-ip )
669 [11:11:51] *** Joins: rgr (~rgr@replaced-ip )
670 [11:16:55] *** Quits: mirrorbird (~psutcliff@replaced-ip ) (Quit: Leaving)
671 [11:17:47] <n4dir> famous last words ....
672 [11:18:53] *** Quits: kini (~kini@replaced-ip ) (Remote host closed the connection)
673 [11:20:28] *** Joins: wisbit (~reddit@replaced-ip )
674 [11:22:51] *** Joins: kini (~kini@replaced-ip )
675 [11:25:56] *** Quits: falsememory (~falsememo@replaced-ip ) (Ping timeout: 272 seconds)
676 [11:29:02] *** Joins: DaNeenjah (~DaNeenjah@replaced-ip )
677 [11:29:58] *** Joins: Lord_of_Life_ (~Lord@replaced-ip )
678 [11:30:41] *** Quits: mortderire (~mortderir@replaced-ip ) (Quit: WeeChat 2.8)
679 [11:30:58] *** Joins: mortderire (~mortderir@replaced-ip )
680 [11:31:04] *** Joins: godane (~godane4@replaced-ip )
681 [11:31:16] <EdePopede> Pure virtual packages: 646 <-- wasn't there some command "provides"?
682 [11:32:57] *** Quits: Lord_of_Life (~Lord@replaced-ip ) (Ping timeout: 264 seconds)
683 [11:33:01] *** Lord_of_Life_ is now known as Lord_of_Life
684 [11:33:21] *** Quits: rendar (~rendar@replaced-ip ) ()
685 [11:36:30] *** Joins: Hokedli (~laslie@replaced-ip )
686 [11:38:06] *** Joins: Vizva (~Vizva@replaced-ip )
687 [11:39:13] *** Joins: slabber (~slabber@replaced-ip )
688 [11:39:32] *** Joins: diogenes_ (~diogenes_@replaced-ip )
689 [11:41:19] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Quit: WeeChat 3.0)
690 [11:42:26] *** Quits: tzf (~tyzef@replaced-ip ) (Quit: cause of must go)
691 [11:43:09] *** Joins: nifker (~Thunderbi@replaced-ip )
692 [11:44:03] *** Quits: skapata (~Skapata@replaced-ip ) (Quit: Leaving)
693 [11:45:30] *** Quits: Zareem (~Zareem@replaced-ip ) (Quit: Ping timeout (120 seconds))
694 [11:45:42] *** Joins: fjavier_ (~fjavier@replaced-ip )
695 [11:46:01] *** Joins: Zareem (~Zareem@replaced-ip )
696 [11:46:27] *** Quits: galex-713 (~quassel@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
697 [11:47:42] *** Joins: galex-713 (~quassel@replaced-ip )
698 [11:47:56] *** Joins: Mister00X (~quassel@replaced-ip )
699 [11:48:01] *** debhelper sets mode: +l 1174
700 [11:48:33] *** Quits: fjavier (~fjavier@replaced-ip ) (Ping timeout: 264 seconds)
701 [11:51:15] *** Joins: Thete (~thete@replaced-ip )
702 [11:52:16] *** Joins: Major_Biscuit (~Major_Bis@replaced-ip )
703 [11:52:48] *** Joins: TReK- (~UnfaQ@replaced-ip )
704 [11:53:22] *** tadeus_brick is now known as TadeusTaD
705 [11:54:14] *** Quits: TReK (~UnFaQ@replaced-ip ) (Quit: ZNC.)
706 [11:54:37] *** TReK- is now known as TReK
707 [11:55:42] *** Joins: darunesh (~darunesh@replaced-ip )
708 [11:58:02] *** Quits: darunesh_ (~darunesh@replaced-ip ) (Ping timeout: 256 seconds)
709 [11:58:23] *** Joins: kn0rki (~Kn0rki@replaced-ip )
710 [11:58:45] *** Quits: Major_Biscuit (~Major_Bis@replaced-ip ) (Ping timeout: 240 seconds)
711 [11:59:16] *** Quits: wsky (uid453465@replaced-ip ) (Quit: Connection closed for inactivity)
712 [12:00:59] *** Joins: Lope (~lope@replaced-ip )
713 [12:01:27] <Lope> does /etc/default/grub only understand double quotes like "foo" or can it understand single quotes like 'foo' also?
714 [12:02:14] *** Joins: gelignite (~gelignite@replaced-ip )
715 [12:02:27] *** Joins: xet7 (~xet7@replaced-ip )
716 [12:03:27] *** Joins: towo` (~towo@replaced-ip )
717 [12:06:19] <Lope> Oh cool, it's bash. I put a bash command in there and it executed!
718 [12:06:40] <Lope> linux is legendary.
719 [12:06:51] *** Quits: lead_pipe23 (~Lead@replaced-ip ) (Ping timeout: 246 seconds)
720 [12:07:49] <n4dir> it stands on the shoulders of giants, that's why.
721 [12:08:22] <Lope> yep
722 [12:08:25] <Lope> giants upon giants
723 [12:10:01] *** Quits: dselect (~dselect@replaced-ip ) (Quit: ouch... that hurt)
724 [12:10:08] <n4dir> i mainly thought of those two hillbillies though: replaced-url
725 [12:10:38] *** Quits: Vizva (~Vizva@replaced-ip ) (Ping timeout: 268 seconds)
726 [12:11:13] *** Joins: dselect (~dselect@replaced-ip )
727 [12:12:40] <ratrace> it actually stands on a few Unix Haters Handbooks stacked atop of one another, hence the apparent height of it.
728 [12:13:35] <n4dir> bash haters is funny.
729 [12:17:27] *** Quits: SoulsForBelial (~SoulsForB@replaced-ip ) (Ping timeout: 260 seconds)
730 [12:17:38] *** Quits: conta (Thunderbir@replaced-ip ) (Quit: conta)
731 [12:18:21] *** Joins: Major_Biscuit (~Major_Bis@replaced-ip )
732 [12:18:31] <Lope> Any chance of LibreWolf getting into Debian? :) replaced-url
733 [12:18:43] *** Joins: SoulsForBelial (~SoulsForB@replaced-ip )
734 [12:21:54] *** Joins: Vizva (~Vizva@replaced-ip )
735 [12:27:29] <jelly> Lope, packaging web browsers is a nontrivial amount of work. Someone has to do that work for each release, and Debian can barely keep up with Firefox ESR.
736 [12:28:33] *** Quits: __marco (~marco@replaced-ip ) (Ping timeout: 246 seconds)
737 [12:29:10] <EdePopede> wow, another fork. "LibreWolf is based on Librefox, whose development seems to have halted abruptly."
738 [12:29:18] <n4dir> and most of such browsers come and go
739 [12:29:28] <asymptotically> and then LibreWolf will stop abruptly when they realise how complicated maintaining a browser is :)
740 [12:30:04] <Lope> hehehe
741 [12:30:16] <Lope> alrighty, it just seemed very debian friendlt
742 [12:30:58] <EdePopede> firefox is the babylon 5 amongst web browsers
743 [12:31:15] <EdePopede> > We came to this place because Babylon 5 was our last, best hope for peace. By the end of 2259, we knew that it had failed.
744 [12:31:43] <EdePopede> > But in the year of the Shadow War, it became something greater: our last, best hope – for victory.
745 [12:31:46] <Lope> haha, pretty much the last holdout
746 [12:32:09] <Lope> if firefox goes it'll be anal probes for everyone.
747 [12:32:09] *** Quits: Vizva (~Vizva@replaced-ip ) (Remote host closed the connection)
748 [12:32:11] <EdePopede> now the main reason is "don't let the dark forces take over the web"
749 [12:32:38] *** Quits: Hooloovo0 (Hooloovoo@replaced-ip ) (Ping timeout: 260 seconds)
750 [12:32:46] <Lope> for the greater good of course.
751 [12:32:59] <Lope> be a slave for the greater good
752 [12:33:10] *** Quits: qin (~qin@replaced-ip ) (Ping timeout: 256 seconds)
753 [12:33:22] *** Quits: Kevlar_Noir (~manjaro-u@replaced-ip ) (Quit: Konversation terminated!)
754 [12:33:33] *** Quits: no112_0 (~no112@replaced-ip ) (Ping timeout: 264 seconds)
755 [12:33:41] <Lope> and just die, cos you're not green, your existence is bad for the environment.
756 [12:33:42] <EdePopede> even now google can do whatever they want. webdevs don't want to invest too much so they'll just follow the biggest pile of shit.
757 [12:33:54] <EdePopede> chrome has something new? support it!
758 [12:34:08] <EdePopede> chrome stops support for something? drop it!
759 [12:34:09] <Lope> and don't speak. you might insight violence. just click like.
760 [12:34:21] <Lope> Later we'll tell you which things you're allowed to click the like button on.
761 [12:34:43] <n4dir> Eben Moglen has at least some entertaining speeches on yt. And as far it is me also informative
762 [12:34:44] <EdePopede> browsers are even more extreme in that regard than office packages have been in the past.
763 [12:34:46] *** Joins: Kevlar_Noir (~manjaro-u@replaced-ip )
764 [12:35:02] <n4dir> funny you never hear of the freedombox nowhere, though being a debian project (kinda)
765 [12:35:05] *** Joins: qin (~qin@replaced-ip )
766 [12:35:28] <EdePopede> isn't ubuntu the distro for $everyone?
767 [12:35:30] <n4dir> darknets too, and all that voodoo
768 [12:36:02] <phogg> EdePopede: You're behind times, Ubuntu is primarily a subsystem for Windows.
769 [12:36:07] <EdePopede> heh
770 [12:36:13] <Thete> lol
771 [12:36:18] *** Quits: tijara (~tijara@replaced-ip ) (Disconnected by services)
772 [12:36:29] <EdePopede> so users don't even have to drop redmondOS anymore? eh, may be the reason for WSL
773 [12:36:34] *** Joins: tijara_ (~tijara@replaced-ip )
774 [12:36:56] <EdePopede> plans behind plans behind plans
775 [12:38:12] *** tijara_ is now known as tijara
776 [12:39:16] *** Quits: n4dir (~n4dir@replaced-ip ) (Remote host closed the connection)
777 [12:39:21] *** Joins: ss2 (~user@replaced-ip )
778 [12:42:53] <ratrace> We have just folded space from Ix. Many machines on Ix. New machines. Better than those on Richesse..... you are transparent. We see plans, within plans. We see two great houses... feuding. We see..... you..... behind it."
779 [12:44:46] *** Quits: ryzokuken (~ryzokuken@replaced-ip ) (Remote host closed the connection)
780 [12:45:47] *** Joins: ryzokuken (~ryzokuken@replaced-ip )
781 [12:46:26] *** Quits: SoulsForBelial (~SoulsForB@replaced-ip ) (Ping timeout: 258 seconds)
782 [12:48:45] *** Joins: SoulsForBelial (~SoulsForB@replaced-ip )
783 [12:48:48] *** Joins: serard (~serard@replaced-ip )
784 [12:49:13] <wyatt8740> I kind of hate firefox nowadays just because I can't get it to build for PPC32 anymore
785 [12:49:14] *** Joins: steph_ (~serard@replaced-ip )
786 [12:49:45] <wyatt8740> (mostly because they use node.js/V8 for the _build system_ that builds spidermonkey/mozjs
787 [12:49:53] <wyatt8740> )
788 [12:50:04] <nkuttler> why don't you hate yourself for not maintaining a build system?
789 [12:50:09] *** Quits: shibboleth (~shibbolet@replaced-ip ) (Quit: shibboleth)
790 [12:50:44] <wyatt8740> undoing those negations, that'd be "why do you hate yourself for maintaining a build system?"
791 [12:50:56] <EdePopede> i've read Rust doesn't do parallel builds?
792 [12:51:05] <wyatt8740> so I have to ask you, what do you mean
793 [12:51:27] <wyatt8740> also ff for powerpc (port) is stuck on an old version as well because of this
794 [12:51:50] <EdePopede> wasn't there something win64 years ago?
795 [12:51:56] *** Joins: bifunc2 (bifunc2@replaced-ip )
796 [12:52:21] <wyatt8740> win64 what exactly?you mean like a firefox fork for it? yeah
797 [12:52:39] <wyatt8740> but idk what that has to do with powerpc firefox
798 [12:53:08] <EdePopede> iirc mozilla itself had problems building it for 64bit on windows
799 [12:53:18] <wyatt8740> ah, could be.
800 [12:53:24] <EdePopede> because something max 3GB RAM usable or something
801 [12:53:26] <wyatt8740> I don't pay attention to that OS at all anymore
802 [12:53:33] <ratrace> what is PPC32 and do I have to go to local museum for a history lesson to find out what it is? :))
803 [12:53:36] *** Joins: luckyxxl (~luckyxxl@replaced-ip )
804 [12:53:38] *** Quits: serard (~serard@replaced-ip ) (Ping timeout: 260 seconds)
805 [12:53:43] <wyatt8740> ppc32 is powerPC 32-bit
806 [12:53:43] <bifunc2> Immediately after installing and launching Debian 10 official for the first time, is it possible to configure AppArmor such that *every new program* (whether a binary downloaded from the internet or compiled by myself) gets by default *no access to anything whatsoever*?
807 [12:53:46] <wyatt8740> think Powerbook G4
808 [12:54:52] <EdePopede> 2001-2006, even my old working horse is from 2007 (bios date) :o
809 [12:55:05] * wyatt8740 has an amiga 500 and a VIC-20
810 [12:55:21] <EdePopede> though apple has a different timespan afaik
811 [12:55:24] *** Joins: no112_0 (~no112@replaced-ip )
812 [12:55:31] *** Joins: cosimone (~cosimone@replaced-ip )
813 [12:55:40] <wyatt8740> i must say my 2004 pentium M dell laptop is a lot more useable than my powerbook
814 [12:55:43] <wyatt8740> beefier, too
815 [12:55:57] *** Joins: juniardivictor (~m01@replaced-ip )
816 [12:56:09] <wyatt8740> apple had totally abandoned the ppc macs by 2009
817 [12:56:18] <EdePopede> my XP machine is dead, something with the board. the SE machine should still run. also the 486 i hope :)
818 [12:56:35] <EdePopede> also a big hope, time to install debian on them. just because.
819 [12:56:39] <wyatt8740> I'd like a '486
820 [12:56:45] <wyatt8740> just never see them around
821 [12:57:19] <wyatt8740> but honestly I'm happy with fiddling with my amiga and my newer PC compatibles can do most of what a 486 would besides ISA cards
822 [12:57:24] <EdePopede> must have been the one where i started using linux.
823 [12:57:55] *** Joins: Vizva (~Vizva@replaced-ip )
824 [12:57:56] <wyatt8740> last i knew linux kernel had dropped the '386 but not the 486 yet
825 [12:58:18] <EdePopede> isn't it a pity. but that's how universe works.
826 [12:58:32] <wyatt8740> I'm not lamenting that
827 [12:58:39] <wyatt8740> just saying yours likely still can run a newish kernel
828 [12:58:51] <EdePopede> progress means you have to leave things behind sometimes. not that i'd like it.
829 [12:59:06] <EdePopede> only not sure about RAM heh
830 [12:59:09] * wyatt8740 drives a volvo from 1993
831 [12:59:27] <wyatt8740> not looking forward to saying goodbye
832 [12:59:59] *** Joins: sfvm (~sfvm@replaced-ip )
833 [13:00:50] *** Quits: sfvm (~sfvm@replaced-ip ) (Remote host closed the connection)
834 [13:01:25] *** Joins: rsx (~rsx@replaced-ip )
835 [13:01:30] <wyatt8740> still thanks to not using windows it means I can squeeze a lot more work out of older machines
836 [13:01:56] <wyatt8740> not being beholden to hw manufacturers for driver updates
837 [13:02:06] <EdePopede> definitely. i don't even care much about desktop anymore, browsers are the hog on linux
838 [13:02:27] <wyatt8740> firefox is the best remaining option I think, for most tasks
839 [13:02:31] <wyatt8740> as much as i like netsurf
840 [13:02:36] <EdePopede> so before asking yourself if your hardware still can run KDE, do you plan to use a modern webbrowser? ;)
841 [13:02:48] <wyatt8740> I use fvwm :|
842 [13:02:49] <EdePopede> our last hope
843 [13:03:09] <EdePopede> used it around 20 years ago before i switched to KDE. 2 i guess.
844 [13:03:23] <EdePopede> after trying out maybe a dozen other WMs
845 [13:03:26] <wyatt8740> fvwm has gotten some work done since covid hit
846 [13:03:39] <wyatt8740> fvwm3 is out now (not in debian repos yet though)
847 [13:03:43] <EdePopede> oh
848 [13:04:01] <EdePopede> now with even more possible actions per window decoration element?
849 [13:04:07] <wyatt8740> has RandR at last
850 [13:04:19] <wyatt8740> heh actually its largely compatible with 2.6 config files
851 [13:04:38] <wyatt8740> not sure on all the new features though
852 [13:04:40] <wyatt8740> lemme check
853 [13:05:02] *** Quits: dpkg (~dpkg@replaced-ip ) (Quit: buh bye!)
854 [13:05:03] <wyatt8740> here I mostly use it so I can rotate my tablet/laptop hybrid's screen more painlessly
855 [13:05:12] <EdePopede> C-S-RMB on right border → upload screenshot to imgur
856 [13:05:45] *** Joins: dpkg (~dpkg@replaced-ip )
857 [13:06:33] *** Quits: Major_Biscuit (~Major_Bis@replaced-ip ) (Ping timeout: 264 seconds)
858 [13:07:15] <wyatt8740> ah, an emacs user i see
859 [13:07:18] <wyatt8740> good taste
860 [13:07:30] <wyatt8740> replaced-url
861 [13:07:36] <wyatt8740> replaced-url
862 [13:08:43] <EdePopede> i'm on the hp, looks good. maybe i'll drop xfce in favour of a wm (which probably would be fvwm)
863 [13:09:00] <EdePopede> and 2*5 buttons should be enough even for me
864 [13:10:07] *** Joins: wsky (uid453465@replaced-ip )
865 [13:10:49] *** Quits: konrados (~konrados@replaced-ip ) (Read error: Connection reset by peer)
866 [13:10:56] <wyatt8740> I like MATE a lot still (soft spot)
867 [13:11:09] <wyatt8740> but i've been using fvwm at least two or three years now
868 [13:11:14] <EdePopede> how is it on buster?
869 [13:11:21] <wyatt8740> MATE?
870 [13:11:28] <wyatt8740> Probably fine; I am on sid though
871 [13:11:49] <wyatt8740> my only "stable" install is still on jessie
872 [13:11:50] <EdePopede> i have an installation on another machine with just everythign offered during install and so far it's not running nicely :(
873 [13:11:54] <EdePopede> ah
874 [13:11:54] *** Joins: rolo_ (~error@replaced-ip )
875 [13:12:03] <EdePopede> but didn't look into mate yet
876 [13:12:14] <wyatt8740> if you ever used GNOME 2, it's basically that
877 [13:12:17] *** Joins: konrados (~konrados@replaced-ip )
878 [13:12:38] <EdePopede> nah, i even always preferred Qt over Gtk.
879 [13:12:49] <wyatt8740> that's fine; these days I like gtk less and less
880 [13:12:58] <EdePopede> then after years of KDE (2+3) i switched to xfce on squeeze or what it was
881 [13:13:06] <wyatt8740> I still like how I don't have to write C++ to use gtk but that's the only benefit
882 [13:13:31] <EdePopede> there's a small config dialog in cinnamon for something panel related. small in the sense that it's just a few switches
883 [13:13:42] <EdePopede> still a huge monster covering half of the screen
884 [13:13:43] <wyatt8740> Cinnamon is similar to MATE in a lot of ways
885 [13:14:04] <wyatt8740> one of the big reasons I dropped MATE for FVWM was the extra screen real estate
886 [13:14:13] <wyatt8740> wish I had a 1:1 monitor but no money
887 [13:14:22] <EdePopede> i don't even like websites being mobile first^Wonly, now this idiocy already conquers the desktops
888 [13:15:03] *** Quits: rmacd (~rmacd@replaced-ip ) (Ping timeout: 256 seconds)
889 [13:15:12] *** Joins: Hooloovo0 (Hooloovoo@replaced-ip )
890 [13:15:30] *** Quits: TulaZula (TulaZula@replaced-ip ) (Quit: Leaving)
891 [13:15:43] <wyatt8740> honestly, though I never intend to switch to it, i appreciate the OpenBSD guys' perspective more and more over time
892 [13:16:24] *** Quits: SoulsForBelial (~SoulsForB@replaced-ip ) (Ping timeout: 240 seconds)
893 [13:16:25] <EdePopede> being inclusive?
894 [13:16:32] <wyatt8740> nah not talking about that
895 [13:16:37] <wyatt8740> just the software choices
896 [13:16:43] <wyatt8740> Openbsd comes with fvwm for instance
897 [13:16:49] <wyatt8740> Socially, they're a mess
898 [13:17:19] <ratrace> bifunc2: nope
899 [13:17:32] <ratrace> bifunc2: it's not like selinux strict mode that disables unconfined_t
900 [13:18:00] <bifunc2> ratrace so by default new programs can do what they like? that's weird..
901 [13:18:11] <bifunc2> so the burden is on me to always remember to first create a profile?
902 [13:18:30] <ratrace> if a program has no apparmor profile, it's not confined. however, you _could_ simulate selinux strict by giving your DM or main shell a profile with transitions that denies everything that has no transition but that's.... a bit verbose to write out
903 [13:18:45] <ratrace> bifunc2: that's how apparmor works. it's a paradigm different from selinux's
904 [13:18:46] *** Joins: SoulsForBelial (~SoulsForB@replaced-ip )
905 [13:19:05] <EdePopede> unfortunately. i just rebooted this machine, apache was fired up by systemd. which also happened right after installation. no apparmor, no default firewall, but apache on *:80.
906 [13:20:01] <wyatt8740> wait, a fresh install of 10 has an apache httpd?
907 [13:20:05] <ratrace> apache is not installed by default tho. it is assumed the operator knows what they're doing and they would preset packet filtering if they intend to install sensitive software
908 [13:20:13] <EdePopede> no, after installing apache
909 [13:20:47] <EdePopede> but i would expect it (and everything else) to NOT listen to the worled per default on a potentially unprotected machine.
910 [13:20:59] <wyatt8740> ah.
911 [13:21:11] <bifunc2> ratrace ok i wasn't aware of that, thanks
912 [13:21:29] *** Quits: kini (~kini@replaced-ip ) (Remote host closed the connection)
913 [13:21:41] <EdePopede> ratrace: sure, but i can't change the config before installation. ofc i need it only locally, not worldwide ;)
914 [13:21:55] <ratrace> EdePopede: but you just installed apache. it is assumed you do want a httpd to listen on port 80
915 [13:22:11] <wyatt8740> Hm, i don't feel strongly either way on this one
916 [13:22:15] <wyatt8740> i can understand both arguments
917 [13:22:17] <bifunc2> ratrace so isn't it just a matter of setting it up? replaced-url
918 [13:22:20] *** Quits: CycoCid (Kulrak@replaced-ip ) (*.net *.split)
919 [13:22:20] *** Quits: Louis (~Louis@replaced-ip ) (*.net *.split)
920 [13:22:24] <EdePopede> but on some local IP(s), actually i don't even have a LAN, so localhost would just be enough
921 [13:22:25] <ratrace> however, I _do_ dislike the auto(re)start behaviour of debian packages. it's moronic for many other reasons
922 [13:22:36] <wyatt8740> i was annoyed when a samba install decided it should run at boot, for instance, since I only was using it for a QEMU VM
923 [13:22:38] <EdePopede> everything, or at least most of auto
924 [13:22:39] *** Joins: Louis (~Louis@replaced-ip )
925 [13:22:46] *** Joins: kini (~kini@replaced-ip )
926 [13:22:48] <EdePopede> autostart, autoexec, autorun, autoinstall
927 [13:22:56] <EdePopede> former windows user here :P
928 [13:23:05] <ratrace> bifunc2: the policies are .... well, lets say debian is NOT tested to JustWorks(tm) levels, like fedora and RHEL clones, with SELinux enabled. might get some work to do it.
929 [13:23:21] <bifunc2> hmm ok
930 [13:23:39] *** Joins: Major_Biscuit (~Major_Bis@replaced-ip )
931 [13:23:50] <bifunc2> this is kinda sad, because debian is the only distro i know that has solid ReproducibleBuilds (99% at least) with a 100% goal
932 [13:24:00] <bifunc2> (i.e., more confidence binaries are solid)
933 [13:24:12] <bifunc2> any other distro like that but has selinux?
934 [13:24:15] <ratrace> EdePopede: then again, knowing what debian does, it's easy to set up packet filtering and punch port holes after everything that's supposed to listen, is set up
935 [13:24:21] <EdePopede> i remember an article in an IT magazine years ago on a new release on some distro. the thing i still remember was "we don't have any firewall because we just don't design services to listen to the world."
936 [13:24:44] *** Quits: czesmir (~stefan@replaced-ip ) (Ping timeout: 256 seconds)
937 [13:24:47] *** Joins: Kulrak (Kulrak@replaced-ip )
938 [13:24:55] <ratrace> bifunc2: out of the box? afaik only Fedora/RHEL clones come with selinux enabled. gentoo has awesome support for it but that's not reproducible builds.
939 [13:25:07] <ratrace> *and clones
940 [13:25:07] *** Joins: semeion (~semeion@replaced-ip )
941 [13:25:12] <wyatt8740> Wasn't there a windows XP vuln that didn't require it to be listening on a port to work?
942 [13:25:16] <EdePopede> ratrace: all i did was to get some firewall settings from an introductary article, find out how it works and adapt it in a few steps. and now i'll have to care for a new system.
943 [13:25:17] *** semeion is now known as mnemonic
944 [13:25:59] <f8e4> folks i download pdf, i need gurantee not malware embedded, pdf very prone; now i look: replaced-url
945 [13:26:01] <ratrace> EdePopede: question is only WHERE you place your trust. do you really trust NONE of the packages will EVER, not even by mistake, listen on a public IP by default?
946 [13:26:16] <EdePopede> i'm still running that old adapted script. close everything, just keep something open for DCC (just for the case) and don't drop replies.
947 [13:26:17] <ratrace> EdePopede: if you don't trust that, and you shouldn't, always set up packet filtering regardless of packaging promises.
948 [13:26:27] <ratrace> f8e4: no such tool
949 [13:26:52] <wyatt8740> especially for whenever systemd decides to ship some new feature (more a problem for me on Sid than for the stable users though)
950 [13:27:06] <ratrace> "guarantee not malware embedded" .. such tool does not exist, anywhere.
951 [13:27:21] <EdePopede> ratrace: i would be able to check if the binary does something to open some port, no?
952 [13:27:48] <ratrace> EdePopede: and my point is, why waste time checking if the binary does something. just set up packet filtering and punch holes where you do know will be needed.
953 [13:28:01] *** debhelper sets mode: +l 1182
954 [13:28:07] <ratrace> then you don't rely on anything making any (broken) promises.
955 [13:28:10] <EdePopede> ideally both of it should be true
956 [13:28:20] <wyatt8740> ^if your answer is "inconvenient" then that's just the tradeoff
957 [13:28:36] <ratrace> yes. but proper security resides on assumption you do not trust anything, so you build up layers for various use cases and attack angles.
958 [13:28:37] *** Joins: czesmir (~stefan@replaced-ip )
959 [13:28:55] *** Joins: Jerrynicki (~niklas@replaced-ip )
960 [13:28:59] *** Joins: kriger (~norge@replaced-ip )
961 [13:29:09] *** Joins: Iamahuman (~noname@replaced-ip )
962 [13:29:17] <ratrace> this, for example, is being repeatedly demonstrated by OpenBSD. theiry security paradigm is "correct code". so they invented pledge, but have NO confinement mechanisms. they trust the code.
963 [13:29:19] <EdePopede> systemd seems to behave here (stretch) more or less. i hope what i see in buster isn't a clear tendency.
964 [13:29:29] <ratrace> and yet ...... each of the tools they themselves develop, has had (and will have) CVEs...
965 [13:29:55] <ratrace> so, there is no such thing as "correct code". there's only somewhat more or less correct. so you build up defenses for the less correct cases.
966 [13:29:59] <wyatt8740> edepopede: i'm talking about things like defaulting to google's DNS rather than failing when it thinks DNS is misconfigured
967 [13:30:12] <wyatt8740> ratrace: "Reflections on Trusting Trust" is a good read though, even if your code is good
968 [13:30:17] <EdePopede> apparmor, selinux, pfw...whatever weird name the new firewall has. any more systems to look for?
969 [13:30:30] <wyatt8740> replaced-url
970 [13:30:53] <EdePopede> wyatt8740: yep, i really don't like the idea. same for DoH for the same reason
971 [13:31:05] <ratrace> wyatt8740: ah, nice.
972 [13:31:18] <f8e4> how to detect mailcoius pdf when downloaded please
973 [13:31:43] <ratrace> f8e4: upload to virustotal.com
974 [13:31:45] *** Quits: alex11 (~alex11@replaced-ip ) (Ping timeout: 240 seconds)
975 [13:31:53] <wyatt8740> Ken Thompson paper btw
976 [13:31:56] <ratrace> or run any of the commerical antiviruses. clamav is crap
977 [13:31:57] <f8e4> you think reilable i think its fake there
978 [13:32:04] <EdePopede> and live with fact that you'll never get 100%
979 [13:32:10] *** Joins: alex11 (~alex11@replaced-ip )
980 [13:32:35] <ratrace> f8e4: however many of the malware vectors are not detectable by antivirus software, especially for linux vectors
981 [13:32:36] <wyatt8740> f8e4: any better? replaced-url
982 [13:32:48] <bifunc2> ratrace what a sad state of affairs lol, but then, i still think debian is the way to go because of reproduciblebuilds. then as long as you stick to only official binaries or common, reputable open-source software compiled by yourself, i suppose AppArmor is fine
983 [13:32:59] <ratrace> f8e4: in other words, instead of trusting an antivirus, build defenses aroudn your pdf viewer so any malware that does happen, is limited in what it can do
984 [13:33:22] <f8e4> mmh replaced-url
985 [13:33:25] <ratrace> for example, I have an apparmor profile on zathura, the thing I use for PDF, and firefox which can also do PDF but its vectory are mostly elsewhere.
986 [13:34:02] <ratrace> bifunc2: but isn't fedora/RHEL land in the reproducible builds zone now?
987 [13:34:09] <EdePopede> or run a live system on a dedicated machine and convert pdf to text or image
988 [13:34:11] <wyatt8740> f8e4: if you download that you have to trust every python package that it depends on
989 [13:34:15] <f8e4> if chromium to open pdf, i hope for devs to have it closed all loopholes
990 [13:34:29] <ratrace> f8e4: don't hope. build defenses around it.
991 [13:35:07] <wyatt8740> and just assume that nothing is sacred
992 [13:35:09] <f8e4> i cant apparmor: chormium needs 2x profiles then
993 [13:35:09] <ratrace> containers, firejail is the simplest defense. mandatory access control like apparmor or selinux is better, AND it can be made to confine the container for multiple layers
994 [13:35:19] <EdePopede> f8e4, "all"? would mean no more patches needed in the future.
995 [13:35:29] <ratrace> f8e4: why 2?
996 [13:35:39] <f8e4> one normal use; other pdf use
997 [13:35:43] <ratrace> no, why?
998 [13:35:56] <wyatt8740> I'd just set up a profile for xpdf or something…
999 [13:36:05] <ratrace> I use firefox, not chromium. I have single apparmor profile on it. I am confidend with the profile I wrote, to open any website or PDFs online.
1000 [13:36:21] <bifunc2> ratrace, googling reveals no such thing for Fedora
1001 [13:36:51] <ratrace> of course, that only confines the FF process from accessing the rest of the system. it does not prevent random site or malicious PDF, with embedded cryptominer to exploit my energy resources for someones financial benefit
1002 [13:36:58] <ratrace> bifunc2: replaced-url
1003 [13:37:18] <ratrace> or was that just a "here's an idea" stage?
1004 [13:37:24] <ratrace> *at
1005 [13:37:25] *** Quits: xet7 (~xet7@replaced-ip ) (Remote host closed the connection)
1006 [13:37:27] <bifunc2> yeah looks like just an idea
1007 [13:37:36] *** Quits: XORed (~xored@replaced-ip ) (Ping timeout: 240 seconds)
1008 [13:38:06] <ratrace> personally I wouldn't place too much trust into reproducible builds. primarily because there's no single framework to actually take advantage of it
1009 [13:38:10] <wyatt8740> oh hey, debian wiki links to "trusting trust"
1010 [13:38:38] <ratrace> when apt (and friends) grows the ability to verify the builds against some decentralized, but trustworthy database ... then it'd be something
1011 [13:38:41] *** Joins: XORed (~xored@replaced-ip )
1012 [13:39:16] * f8e4 ok
1013 [13:39:32] <ratrace> case in point: let's say snaps have reproducible builds. snapcraft would, happily, reproducibly build, that same snap that contained the cryptominer malware.
1014 [13:39:46] <wyatt8740> in all honesty when I'm building my own packages I just use -uc -us -b
1015 [13:39:59] <wyatt8740> Never used snaps/flatpaks/docker containers though
1016 [13:40:03] *** Quits: mohabaks_ (~mohabaks@replaced-ip ) (Remote host closed the connection)
1017 [13:40:09] *** Joins: cdown_ (~cdown@replaced-ip )
1018 [13:40:11] <f8e4> there is tool to embedd hash of file into the file, wow
1019 [13:40:16] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 240 seconds)
1020 [13:40:20] *** cdown_ is now known as cdown
1021 [13:40:26] *** Joins: ecsim (~echisim@replaced-ip )
1022 [13:40:28] *** Joins: mohabaks_ (~mohabaks@replaced-ip )
1023 [13:41:07] *** Joins: alpernebbi (~quassel@replaced-ip )
1024 [13:41:58] * ratrace steps out for lunch
1025 [13:42:16] *** Quits: Major_Biscuit (~Major_Bis@replaced-ip ) (Ping timeout: 240 seconds)
1026 [13:43:00] *** Joins: Haudegen (~quassel@replaced-ip )
1027 [13:43:00] *** Joins: mirrorbird (~psutcliff@replaced-ip )
1028 [13:43:06] <EdePopede> l(a)unchtime ;)
1029 [13:43:16] <f8e4> rocketman up
1030 [13:43:26] <wyatt8740> crud, it's 1 AM. Time to sleep
1031 [13:45:56] *** Quits: SoulsForBelial (~SoulsForB@replaced-ip ) (Ping timeout: 240 seconds)
1032 [13:46:08] *** Joins: Grldfrdom (uid391113@replaced-ip )
1033 [13:48:01] *** Quits: tolecnal (tolecnal@replaced-ip ) (Quit: server maintenance)
1034 [13:48:50] *** Joins: SoulsForBelial (~SoulsForB@replaced-ip )
1035 [13:51:00] *** Joins: tolecnal (tolecnal@replaced-ip )
1036 [13:51:46] *** Joins: thiras_ (~thiras@replaced-ip )
1037 [13:51:53] *** Quits: thiras_ (~thiras@replaced-ip ) (Remote host closed the connection)
1038 [13:52:12] *** Joins: thiras (~thiras@replaced-ip )
1039 [13:53:04] *** Quits: steph_ (~serard@replaced-ip ) (Ping timeout: 240 seconds)
1040 [13:54:18] <bifunc2> ratrace thanks for the insights today!
1041 [13:55:01] *** Quits: bifunc2 (bifunc2@replaced-ip ) (Quit: -)
1042 [13:55:38] *** Quits: Hokedli (~laslie@replaced-ip ) (Quit: Konversation terminated!)
1043 [13:57:24] *** Quits: mortderire (~mortderir@replaced-ip ) (Quit: WeeChat 2.8)
1044 [13:59:19] *** Joins: hexorg (~Thunderbi@replaced-ip )
1045 [14:02:52] *** Quits: juniardivictor (~m01@replaced-ip ) (Ping timeout: 265 seconds)
1046 [14:04:19] *** Joins: short-bike (~short-bik@replaced-ip )
1047 [14:06:02] *** Quits: thiras (~thiras@replaced-ip ) (Read error: Connection reset by peer)
1048 [14:06:50] <relipse> How do I get email for my domain name?
1049 [14:07:26] *** Quits: sweatsuit (~sweatsuit@replaced-ip ) (Ping timeout: 240 seconds)
1050 [14:07:46] *** Joins: thiras (~thiras@replaced-ip )
1051 [14:11:11] *** Joins: sweatsuit (~sweatsuit@replaced-ip )
1052 [14:11:55] <abrotman> relipse: you would create an MX record pointing at your A/AAAA record, then configure your MTA to accept mail for this domain
1053 [14:12:03] <abrotman> and that's the very simplified version ..
1054 [14:12:21] *** Quits: Iamahuman (~noname@replaced-ip ) (Quit: Konversation terminated!)
1055 [14:13:28] *** Joins: Iamahuman (~noname@replaced-ip )
1056 [14:14:25] *** Joins: n4dir (~n4dir@replaced-ip )
1057 [14:17:12] *** Joins: __marco (~marco@replaced-ip )
1058 [14:17:26] *** Quits: lumpi (~quassel@replaced-ip ) (Ping timeout: 256 seconds)
1059 [14:18:21] *** Joins: coot (~coot@replaced-ip )
1060 [14:20:05] *** Joins: odnes (~odnes@replaced-ip )
1061 [14:22:05] *** Quits: Mister00X (~quassel@replaced-ip ) (Ping timeout: 240 seconds)
1062 [14:23:01] *** Joins: lumpi (~quassel@replaced-ip )
1063 [14:24:32] *** Quits: odnes (~odnes@replaced-ip ) (Client Quit)
1064 [14:28:02] *** debhelper sets mode: +l 1188
1065 [14:29:34] *** Quits: kj14 (~kj14@replaced-ip ) (Quit: Leaving)
1066 [14:29:46] *** Joins: ikus060 (~ikus060@replaced-ip )
1067 [14:33:38] *** Quits: ryzokuken (~ryzokuken@replaced-ip##) (Quit: ZNC 1.8.1 - ##replaced-url
1068 [14:34:16] *** Joins: ryzokuken (~ryzokuken@replaced-ip )
1069 [14:34:26] *** Joins: gonzo (~gonzo@replaced-ip )
1070 [14:35:04] *** Quits: kopper (~mrbabar@replaced-ip ) (Quit: leaving)
1071 [14:35:59] <ratrace> that said, MX is not needed at all
1072 [14:36:05] <ratrace> (but it's better to have it, yes)
1073 [14:36:47] *** Joins: kopper (~mrbabar@replaced-ip )
1074 [14:37:14] *** Joins: Marbug (~Marbug@replaced-ip )
1075 [14:37:20] *** Joins: Bushdog (~Goondog@replaced-ip )
1076 [14:37:47] <Bushdog> hello, I am having some issues, when I type a2enmod proxy it says command not found in my Debian 10
1077 [14:38:06] <Bushdog> but it works fine in my debian 9 other installed in other machine
1078 [14:38:15] <Bushdog> can anyone shed some light
1079 [14:38:43] *** Joins: mexen_android (~mexen_and@replaced-ip )
1080 [14:38:47] *** Quits: mexen_android (~mexen_and@replaced-ip ) (Client Quit)
1081 [14:38:48] *** Quits: gonzo (~gonzo@replaced-ip ) (Remote host closed the connection)
1082 [14:40:02] <ratrace> Bushdog: how are you running it? with sudo or did you first su (and forgot to -l)?
1083 [14:40:09] <ratrace> !buster su
1084 [14:40:10] <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...). See replaced-url
1085 [14:40:44] *** Joins: yans (~yans@replaced-ip )
1086 [14:40:55] *** Quits: ryzokuken (~ryzokuken@replaced-ip ) (Read error: Connection reset by peer)
1087 [14:41:56] <Bushdog> ratrace, excellent, its working now, thanks a lot
1088 [14:42:07] *** Joins: ryzokuken (~ryzokuken@replaced-ip )
1089 [14:42:17] <Bushdog> i did not do su -l before ratrace
1090 [14:43:36] *** Quits: __marco (~marco@replaced-ip ) (Ping timeout: 240 seconds)
1091 [14:44:43] *** Quits: ryzokuken (~ryzokuken@replaced-ip ) (Remote host closed the connection)
1092 [14:45:58] *** Joins: Mister00X (~quassel@replaced-ip )
1093 [14:46:02] *** Joins: a_west (~a_west@replaced-ip )
1094 [14:46:27] *** Joins: ryzokuken (~ryzokuken@replaced-ip )
1095 [14:47:22] *** Quits: ericworks (~ericworks@replaced-ip ) (Quit: Konversation terminated!)
1096 [14:49:20] *** Joins: dvs (~hibbard@replaced-ip )
1097 [14:50:08] *** Joins: filohuhum (~filohuhum@replaced-ip )
1098 [14:51:17] *** Quits: ryzokuken (~ryzokuken@replaced-ip ) (Read error: Connection reset by peer)
1099 [14:52:58] *** Quits: Mister00X (~quassel@replaced-ip ) (Quit: "I'll be back" — Arnold Schwarzenegger)
1100 [14:54:31] *** Joins: Mazhive (~Mazhive@replaced-ip )
1101 [14:55:12] *** Quits: n4dir (~n4dir@replaced-ip ) (Quit: leaving)
1102 [14:55:19] *** Joins: Brigo_ (~Brigo@replaced-ip )
1103 [14:55:45] *** Quits: luckyxxl (~luckyxxl@replaced-ip ) (Ping timeout: 240 seconds)
1104 [14:56:04] <Mazhive> guys is it possible to copy all data from a lvm from a specific pv to another to in the end remove the pv
1105 [14:57:43] *** Quits: ax56234 (~NickServ@replaced-ip ) (Read error: No route to host)
1106 [14:58:04] *** Joins: luckyxxl (~luckyxxl@replaced-ip )
1107 [14:58:05] *** Joins: mortderire (~mortderir@replaced-ip )
1108 [14:58:22] *** Joins: ax56234 (~NickServ@replaced-ip )
1109 [14:59:00] *** Joins: n4dir (~n4dir@replaced-ip )
1110 [14:59:00] *** Quits: n4dir (~n4dir@replaced-ip ) (Client Quit)
1111 [14:59:28] <ratrace> Mazhive: sure, in a nutshell, you add another pv with vgextend, and then you pvremove the pv you want.... removed.
1112 [14:59:44] <ratrace> pvmove + pvremove, I mean
1113 [14:59:55] *** Joins: Mister00X (~quassel@replaced-ip )
1114 [15:00:36] *** Quits: Raito_Bezarius (~Raito@replaced-ip ) (Ping timeout: 260 seconds)
1115 [15:01:18] *** Joins: jotaxpe (jotaxpe@replaced-ip )
1116 [15:02:08] *** Quits: steven_saus (~steven_sa@replaced-ip ) (Quit: WeeChat 3.0)
1117 [15:02:27] *** Joins: aplainzetakind (~johndoe@replaced-ip )
1118 [15:02:31] <Mazhive> oke and how would i know the specific pv is empty
1119 [15:02:56] *** Joins: steven_saus (~steven_sa@replaced-ip )
1120 [15:03:05] *** Joins: n4dir (~n4dir@replaced-ip )
1121 [15:03:10] <wsky> open it?
1122 [15:03:37] *** Joins: tzf (~tyzef@replaced-ip )
1123 [15:03:49] <ratrace> Mazhive: with `pvs`
1124 [15:04:24] *** Joins: oxek (oxek@replaced-ip )
1125 [15:04:35] *** Quits: tzf (~tyzef@replaced-ip ) (Client Quit)
1126 [15:04:41] <Bushdog> hi, ratrace I have added couple of my external hard drives into my apache server by utiizing syml link command, but apache cant find it when I do localhost, i did chmod and still wont show
1127 [15:04:53] <Bushdog> any clue why its not showing up
1128 [15:04:58] *** Joins: tzf (~tyzef@replaced-ip )
1129 [15:04:59] <aplainzetakind> Is python-is-python3 not available on buster? And if not, is it safe to manually alter the python symlink?
1130 [15:05:11] <ratrace> Bushdog: you'll have to be more specific because what you wrote, literally, makes zero sense :)
1131 [15:05:26] *** Quits: JohnML (~john1@replaced-ip ) (Remote host closed the connection)
1132 [15:05:38] *** Quits: tzf (~tyzef@replaced-ip ) (Client Quit)
1133 [15:05:58] *** Joins: tzf (~tyzef@replaced-ip )
1134 [15:06:17] *** Joins: ryzokuken (~ryzokuken@replaced-ip )
1135 [15:06:17] <Mazhive> @ratrace hmm ofcourse oke thanx
1136 [15:06:47] <Bushdog> ratrace, i have created a directory and then wen to 000-default conf file in apache and showed the directory path in document root , so it is showing up the directory which is inside my hard drive, but the symlinks for external hard drives wont show up in local host
1137 [15:07:15] *** Joins: nickodd (~nickodd@replaced-ip )
1138 [15:07:45] <ratrace> Bushdog: what are symlinks to external drives? the drives would have to be mounted somewhere, so are you talking about symlinking the mountpoints into some vhost directory path?
1139 [15:07:45] *** Quits: damex (quassel@replaced-ip ) (Ping timeout: 264 seconds)
1140 [15:08:01] *** debhelper sets mode: +l 1198
1141 [15:08:20] <Bushdog> yes ratrace replaced-url
1142 [15:08:30] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
1143 [15:08:37] *** Quits: ikus060 (~ikus060@replaced-ip ) (Quit: Leaving)
1144 [15:08:51] *** Quits: DaNeenjah (~DaNeenjah@replaced-ip ) (Quit: WeeChat 3.0)
1145 [15:08:53] <ratrace> Bushdog: and you have Options FollowSymlinks for the Directory ?
1146 [15:09:02] <ratrace> (in vhost config)
1147 [15:09:23] <Bushdog> let me paste you what i have done in 000-default.conf
1148 [15:11:10] *** Joins: MrBuck (~Mrbuck@replaced-ip )
1149 [15:11:21] <Bushdog> ratrace, replaced-url
1150 [15:13:04] <ratrace> Bushdog: I recommend you ask in #httpd, I'm not apache expert, I use nginx.
1151 [15:13:21] <Bushdog> so ratrace top part for external IP and bottom part for localhost, do you want me to copy paste all these in local host Lan Options Indexes FollowSymLinks
1152 [15:13:21] <Bushdog> AllowOverride None
1153 [15:13:21] <Bushdog> Require all granted
1154 [15:13:23] *** Joins: xet7 (~xet7@replaced-ip )
1155 [15:13:37] *** Quits: slabber (~slabber@replaced-ip ) (Remote host closed the connection)
1156 [15:13:45] <Bushdog> OKAY ratrace THANks
1157 [15:14:41] *** Quits: xet7 (~xet7@replaced-ip ) (Remote host closed the connection)
1158 [15:15:34] <dvs> Are the Debian ISO sites down? I'm getting a 403 error.
1159 [15:17:42] *** Quits: Mister00X (~quassel@replaced-ip ) (Quit: "I'll be back" — Arnold Schwarzenegger)
1160 [15:18:44] *** Quits: rootkea (~rootkea@replaced-ip ) (Remote host closed the connection)
1161 [15:18:54] *** Joins: drdee (~drdee@replaced-ip )
1162 [15:20:03] *** Quits: luckyxxl (~luckyxxl@replaced-ip ) (Quit: bye)
1163 [15:20:24] <ratrace> dvs: they're not "down", but yes, the links are throwing 403
1164 [15:20:38] * dvs stomps up and down!
1165 [15:21:00] <ratrace> and it's leaking into mirrors.... a happy little chmod accident I'd presume.
1166 [15:21:00] *** Quits: mortderire (~mortderir@replaced-ip ) (Quit: WeeChat 2.8)
1167 [15:21:34] *** Joins: mortderire (~mortderir@replaced-ip )
1168 [15:21:37] *** Joins: uvolmer2 (~uvolmer@replaced-ip )
1169 [15:22:49] *** Quits: uvolmer2 (~uvolmer@replaced-ip ) (Client Quit)
1170 [15:22:54] *** Joins: JohnML (~john1@replaced-ip )
1171 [15:23:18] <EdePopede> someone should beat the devil out of it
1172 [15:23:24] <ratrace> dvs: try some other iso mirrors: replaced-url
1173 [15:23:48] <ratrace> make sure you verify csums from another mirror
1174 [15:24:07] <wsky> i think EdePopede has really short memory
1175 [15:24:31] <wsky> sometimes i want to help him with that
1176 [15:24:35] <dvs> Is there a nonfree ISO list?
1177 [15:24:44] <ratrace> you mean firmware ISOs?
1178 [15:24:54] <dvs> yes
1179 [15:24:59] <wsky> he forgot how polish sabre tastes like
1180 [15:25:08] <oxek> what's the usual address to download debian .iso files when cdimage.debian.org gives me 403?
1181 [15:25:10] <ratrace> !firmware iso
1182 [15:25:10] <dpkg> There are <live> system and <netinst> and DVD images containing non-free Debian <firmware> packages available from replaced-url
1183 [15:25:38] <ratrace> oxek: I just posted the ISO mirrors list above
1184 [15:26:01] <dvs> The firmware is forbidden too!
1185 [15:26:19] <oxek> oh I see, it's not just me having issues
1186 [15:26:22] <ratrace> sneak attack by RMS followers!
1187 [15:26:36] <oxek> the .torrent file should have been made available somewhere else
1188 [15:26:43] <oxek> even a .magnet link would work
1189 [15:27:09] <wsky> we got our eyes on you, EdePopede
1190 [15:28:37] *** Quits: Bushdog (~Goondog@replaced-ip ) (Quit: Leaving)
1191 [15:28:59] *** Quits: psiance (~psiance@replaced-ip##) (Quit: The Lounge - ##replaced-url
1192 [15:29:43] *** Joins: Gm4n (~Gm4n@replaced-ip )
1193 [15:29:55] *** Quits: koniu (~koniu@replaced-ip ) (Remote host closed the connection)
1194 [15:30:18] *** Joins: koniu (~koniu@replaced-ip )
1195 [15:30:42] *** Quits: ov3rmind0-7 (~over0-07@replaced-ip ) (Read error: Connection reset by peer)
1196 [15:31:17] *** Joins: ov3rmind0-7 (~over0-07@replaced-ip )
1197 [15:32:18] *** Quits: qin (~qin@replaced-ip ) (Ping timeout: 246 seconds)
1198 [15:32:52] <wsky> replaced-url
1199 [15:33:07] <ratrace> wsky: you're in the wrong channel for that.
1200 [15:33:25] <wsky> so stop that nazi from threatening me
1201 [15:33:41] <ratrace> if anoyne is threatening you, report to the ops. please stop the noise in this channel.
1202 [15:34:14] <wsky> ok, i can remind him polish steel intead
1203 [15:34:24] *** Joins: qin (~qin@replaced-ip )
1204 [15:37:43] *** Joins: Mister00X (~quassel@replaced-ip )
1205 [15:41:26] <Brigo_> ,v firmware-misc-nonfree
1206 [15:41:27] <judd> Package: firmware-misc-nonfree on amd64 -- jessie-security/non-free: 20161130-5~deb8u1; stretch/non-free: 20161130-5; stretch-backports/non-free: 20190114-2~bpo9+1; buster/non-free: 20190114-2; buster-backports/non-free: 20200918-1~bpo10+1; bullseye/non-free: 20201218-3; sid/non-free: 20201218-3
1207 [15:43:35] *** Joins: fb_ (~freebench@replaced-ip )
1208 [15:44:26] *** Quits: fb_ (~freebench@replaced-ip ) (Remote host closed the connection)
1209 [15:44:37] *** Quits: Colti (Miramar-FL@replaced-ip ) (Excess Flood)
1210 [15:44:59] *** Quits: drdee (~drdee@replaced-ip ) (Quit: Leaving)
1211 [15:45:20] *** Quits: JohnML (~john1@replaced-ip ) (Remote host closed the connection)
1212 [15:45:20] *** Joins: fax (~quassel@replaced-ip )
1213 [15:46:09] *** Quits: kini (~kini@replaced-ip ) (Remote host closed the connection)
1214 [15:46:26] *** Joins: Colti (Miramar-FL@replaced-ip )
1215 [15:46:52] *** Joins: freebench (~freebench@replaced-ip )
1216 [15:47:24] *** Joins: kini (~kini@replaced-ip )
1217 [15:47:36] *** Joins: JohnML (~john1@replaced-ip )
1218 [15:48:03] *** Quits: JohnML (~john1@replaced-ip ) (Remote host closed the connection)
1219 [15:48:26] *** Quits: freebench (~freebench@replaced-ip ) (Client Quit)
1220 [15:48:27] *** Joins: ddsys (~ddsys@replaced-ip )
1221 [15:48:42] *** Joins: JohnML (~john1@replaced-ip )
1222 [15:48:55] *** Quits: Quick_Wango (~quickwang@replaced-ip##) (Quit: Bye! - ##replaced-url
1223 [15:50:05] *** Joins: Quick_Wango (~quickwang@replaced-ip )
1224 [15:53:38] *** Joins: _0bitcount (~Big_Byte@replaced-ip )
1225 [15:54:34] *** Joins: plains (~plains@replaced-ip )
1226 [15:55:34] *** Joins: lead_pipe23 (~Lead@replaced-ip )
1227 [15:55:37] *** Quits: lead_pipe23 (~Lead@replaced-ip ) (Remote host closed the connection)
1228 [15:59:15] *** Quits: Jerrynicki (~niklas@replaced-ip ) (Ping timeout: 258 seconds)
1229 [16:00:32] *** Joins: lead_pipe23 (~Lead@replaced-ip )
1230 [16:00:55] *** Joins: gateway2000 (~gateway20@replaced-ip )
1231 [16:01:58] <wsky> that german nazi wont end up good
1232 [16:02:09] *** Quits: blurkis (~blurkis@replaced-ip ) (Quit: WeeChat 3.0)
1233 [16:02:26] *** Joins: blurkis (~blurkis@replaced-ip )
1234 [16:03:52] *** Quits: Stryker (~Stryker@replaced-ip ) (Quit: Bye)
1235 [16:05:41] *** Quits: blurkis (~blurkis@replaced-ip ) (Client Quit)
1236 [16:05:59] *** Joins: blurkis (~blurkis@replaced-ip )
1237 [16:06:01] *** Joins: Stryker (~Stryker@replaced-ip )
1238 [16:06:34] *** Quits: blurkis (~blurkis@replaced-ip ) (Client Quit)
1239 [16:06:39] *** Quits: plains (~plains@replaced-ip##) (Quit: ZNC 1.8.2+deb1+focal2 - ##replaced-url
1240 [16:06:53] *** Quits: gateway2000 (~gateway20@replaced-ip ) (Read error: Connection reset by peer)
1241 [16:06:54] *** Joins: blurkis (~blurkis@replaced-ip )
1242 [16:07:06] *** Joins: w-oertl (~wolfgang@replaced-ip )
1243 [16:07:07] *** Quits: filohuhum (~filohuhum@replaced-ip ) (Remote host closed the connection)
1244 [16:07:13] *** Quits: blurkis (~blurkis@replaced-ip ) (Client Quit)
1245 [16:07:32] *** Joins: filohuhum (~filohuhum@replaced-ip )
1246 [16:09:06] *** Joins: blurkis (~blurkis@replaced-ip )
1247 [16:09:21] *** Joins: kanzure (~kanzure@replaced-ip )
1248 [16:10:14] *** Joins: diogenes_ (~diogenes_@replaced-ip )
1249 [16:10:41] *** Joins: Jerrynicki (~niklas@replaced-ip )
1250 [16:10:46] *** Joins: Shuswap (~Shuswap@replaced-ip )
1251 [16:11:27] *** Quits: notuser (~user@replaced-ip ) (Remote host closed the connection)
1252 [16:12:44] *** Joins: paulgrmn (~paulgrmn@replaced-ip )
1253 [16:14:53] *** Quits: coot (~coot@replaced-ip ) (Quit: coot)
1254 [16:17:45] *** Joins: plains (~plains@replaced-ip )
1255 [16:18:18] *** Joins: gnufr33dom (~gnufr33do@replaced-ip )
1256 [16:20:04] *** Joins: fjavier (~fjavier@replaced-ip )
1257 [16:20:43] *** Joins: DaNeenjah (~DaNeenjah@replaced-ip )
1258 [16:21:05] *** Quits: fjavier_ (~fjavier@replaced-ip ) (Ping timeout: 240 seconds)
1259 [16:22:20] *** Quits: |3ean (~root@replaced-ip ) (Ping timeout: 272 seconds)
1260 [16:22:25] *** Joins: rango (~rango@replaced-ip )
1261 [16:23:05] <rango> Anyone else receiving this error when trying to access non free images? replaced-url
1262 [16:23:22] <dvs> yup
1263 [16:24:12] *** Quits: coxipi (~coxipi@replaced-ip ) (Ping timeout: 260 seconds)
1264 [16:25:20] <rango> dvs, thanks
1265 [16:25:36] *** Joins: Nevoyu (~joshua@replaced-ip )
1266 [16:28:21] *** Quits: fjavier (~fjavier@replaced-ip ) (Ping timeout: 265 seconds)
1267 [16:28:56] *** Joins: damex (~quassel@replaced-ip )
1268 [16:29:17] *** Quits: is0ke3 (~is0ke3@replaced-ip ) (Quit: Zzzzzz.....)
1269 [16:30:03] *** Quits: Antioch04 (~Antioch@replaced-ip##) (Quit: The Lounge - ##replaced-url
1270 [16:30:04] *** Joins: SmearedBeard (~SmearedBe@replaced-ip )
1271 [16:30:21] *** Joins: ChmEarl (~chmearl@replaced-ip )
1272 [16:31:24] *** Joins: Rosco2 (~RossGammo@replaced-ip )
1273 [16:31:27] *** Quits: rolo_ (~error@replaced-ip ) (Ping timeout: 265 seconds)
1274 [16:32:31] *** Joins: |3ean (~root@replaced-ip )
1275 [16:32:39] *** Quits: Nevoyu (~joshua@replaced-ip ) (Remote host closed the connection)
1276 [16:37:09] *** Quits: damex (~quassel@replaced-ip ) (Ping timeout: 264 seconds)
1277 [16:42:23] *** Joins: rolo_ (~error@replaced-ip )
1278 [16:42:28] *** Quits: Dj_Dexter (~Dark_X@replaced-ip ) (Remote host closed the connection)
1279 [16:43:04] *** Quits: alex11 (~alex11@replaced-ip ) (Remote host closed the connection)
1280 [16:43:07] *** Joins: wytchmaster (~wytchmast@replaced-ip )
1281 [16:43:20] *** Joins: CrystalMath (~coderain@replaced-ip )
1282 [16:45:18] *** Quits: riff-IRC (~riff2@replaced-ip ) (Quit: PROTO-IRC v0.73a (C) 1988 NetSoft - Built on 11-13-1988 on AT&T System V)
1283 [16:45:53] *** Joins: riff-IRC (~riff2@replaced-ip )
1284 [16:45:57] *** Quits: BerntH (~BerntH@replaced-ip ) (Remote host closed the connection)
1285 [16:47:16] *** Quits: riff-IRC (~riff2@replaced-ip ) (Read error: Connection reset by peer)
1286 [16:47:23] *** Quits: GenTooMan (~cyberman@replaced-ip ) (Read error: No route to host)
1287 [16:47:51] *** Joins: riff-IRC (~riff2@replaced-ip )
1288 [16:47:56] *** Quits: rolo_ (~error@replaced-ip ) (Ping timeout: 258 seconds)
1289 [16:47:57] *** Joins: BerntH (~BerntH@replaced-ip )
1290 [16:48:05] *** Quits: graytron (~tero@replaced-ip ) (Quit: brb)
1291 [16:49:25] *** Quits: paulgrmn (~paulgrmn@replaced-ip ) (Ping timeout: 240 seconds)
1292 [16:50:58] *** Joins: graytron (~tero@replaced-ip )
1293 [16:51:18] *** Joins: Nevoyu (~Nevoyu@replaced-ip )
1294 [16:52:05] *** Quits: cosimone (~cosimone@replaced-ip ) (Quit: cosimone)
1295 [16:52:39] *** Joins: psiance8 (~psiance@replaced-ip )
1296 [16:52:40] *** Quits: koniu (~koniu@replaced-ip ) (Remote host closed the connection)
1297 [16:53:00] *** Joins: koniu (~koniu@replaced-ip )
1298 [16:53:13] *** Joins: GenTooMan (~cyberman@replaced-ip )
1299 [16:53:26] *** Joins: alex11 (~alex11@replaced-ip )
1300 [16:53:43] *** Parts: rango (~rango@replaced-ip ) ("Konversation terminated!")
1301 [16:53:53] *** Quits: mirrorbird (~psutcliff@replaced-ip ) (Remote host closed the connection)
1302 [16:53:53] <alex11> how can i forcibly kill 'zombie' processes that won't go away with a simple kill <pid>?
1303 [16:54:09] <n4dir> kill -9 ?
1304 [16:54:13] <foxide> Can't kill zombies.
1305 [16:54:27] <foxide> Kill their parent, sit and wait, ignore them, or reboot.
1306 [16:54:39] *** Joins: Z4CHe (~zachary@replaced-ip )
1307 [16:54:47] <ratrace> what foxide said
1308 [16:55:11] <alex11> is there a way to see what the parent is?
1309 [16:56:19] *** Quits: Iamahuman (~noname@replaced-ip ) (Quit: Konversation terminated!)
1310 [16:56:52] *** Quits: madage (~madage@replaced-ip ) (Remote host closed the connection)
1311 [16:57:00] *** Joins: Iamahuman (~noname@replaced-ip )
1312 [16:57:09] *** Joins: madage (~madage@replaced-ip )
1313 [16:57:35] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
1314 [16:57:40] <foxide> alex11: ps -e, PPID column.
1315 [16:58:25] *** Quits: Abrax (~Abrax@replaced-ip ) (Ping timeout: 240 seconds)
1316 [17:00:10] *** Quits: Iamahuman (~noname@replaced-ip ) (Excess Flood)
1317 [17:00:13] *** Quits: alex11 (~alex11@replaced-ip ) (Remote host closed the connection)
1318 [17:04:16] *** Quits: CrystalMath (~coderain@replaced-ip##) (Quit: Support Richard Stallman! | ##replaced-url
1319 [17:04:39] *** Joins: CrystalMath (~coderain@replaced-ip )
1320 [17:06:00] *** Quits: filohuhum (~filohuhum@replaced-ip ) (Ping timeout: 268 seconds)
1321 [17:06:32] *** Quits: wwilliam (~afernande@replaced-ip ) (Ping timeout: 265 seconds)
1322 [17:06:36] *** Joins: alex11 (~alex11@replaced-ip )
1323 [17:06:43] *** Joins: bru (~bru@replaced-ip )
1324 [17:06:48] *** Quits: werneta (~werneta@replaced-ip ) (Ping timeout: 246 seconds)
1325 [17:07:51] *** Quits: e-baley (~e-baley@replaced-ip ) (Ping timeout: 246 seconds)
1326 [17:09:24] *** Quits: psiance8 (~psiance@replaced-ip ) (Read error: Connection reset by peer)
1327 [17:09:38] *** Joins: Abrax (~Abrax@replaced-ip )
1328 [17:10:00] *** Joins: psiance8 (~psiance@replaced-ip )
1329 [17:10:25] *** Joins: e-baley (~e-baley@replaced-ip )
1330 [17:10:59] *** Joins: catman370 (~catman@replaced-ip )
1331 [17:11:06] *** Joins: rootkea (~rootkea@replaced-ip )
1332 [17:12:38] *** Quits: Flukp (~Flukp@replaced-ip ) (Quit: Leaving)
1333 [17:14:13] *** Joins: rolo_ (~error@replaced-ip )
1334 [17:14:30] *** Joins: mtn (~mtn@replaced-ip )
1335 [17:15:05] *** Quits: eb0t_ (~eblip@replaced-ip ) (Ping timeout: 240 seconds)
1336 [17:15:45] *** Quits: dasher00 (dasher00@replaced-ip ) (Ping timeout: 240 seconds)
1337 [17:15:56] *** Quits: eb0t (~eblip@replaced-ip ) (Ping timeout: 256 seconds)
1338 [17:16:43] *** Quits: SoulsForBelial (~SoulsForB@replaced-ip ) (Ping timeout: 260 seconds)
1339 [17:17:34] *** Joins: th0r (~th0r@replaced-ip )
1340 [17:18:34] *** Joins: SoulsForBelial (~SoulsForB@replaced-ip )
1341 [17:21:24] *** Quits: Shuswap (~Shuswap@replaced-ip ) (Quit: Leaving)
1342 [17:22:48] *** Quits: th0r (~th0r@replaced-ip ) (Quit: Leaving)
1343 [17:23:48] *** Joins: well_laid_lawn (~Jean-luc@replaced-ip )
1344 [17:24:26] *** Quits: alpernebbi (~quassel@replaced-ip ) (Quit: alpernebbi)
1345 [17:27:50] *** Quits: Z4CHe (~zachary@replaced-ip ) (Quit: Leaving)
1346 [17:29:30] *** Joins: eb0t_ (~eblip@replaced-ip )
1347 [17:30:51] *** Joins: eb0t (~eblip@replaced-ip )
1348 [17:31:36] *** Joins: Gracana (~alex@replaced-ip )
1349 [17:31:43] *** Quits: verm1n (~verm1n@replaced-ip ) (Quit: Nya poka)
1350 [17:33:37] <Gracana> I just installed Debian 10 and I'm reading the manual on network configuration; it describes "modern network configuration without GUI" using systemd, which I'm not famliliar with. The /etc/network/interfaces stuff I'm used to is decribed as "legacy", but it seems like that's the system being used in my fresh install. Should I migrate somehow? Is the legacy way the correct method for stable?
1351 [17:36:25] <ratrace> Gracana: which manual is that? interfaces(5) is very much still the default network configuration framework
1352 [17:36:37] <Gracana> replaced-url
1353 [17:37:54] *** Joins: Flukp (Flukp@replaced-ip )
1354 [17:37:55] <ratrace> I see. You don't have to migrate. if you like interfaces(5) (the "legacy" method), you can use that just fine
1355 [17:38:31] <Gracana> Great. Thanks for the advice. I was just worried that "legacy" was hinting at "soon to be deprecated".
1356 [17:39:06] <ratrace> I'm not aware of any discussion to deprecate it. it's very much present in debian next, Bullseye.
1357 [17:39:18] *** Quits: citypw (~citypw@replaced-ip ) (Ping timeout: 268 seconds)
1358 [17:39:42] *** Quits: rsx (~rsx@replaced-ip ) (Quit: rsx)
1359 [17:39:51] <Gracana> Good!
1360 [17:40:11] *** Quits: hanasaki (~hanasaki@replaced-ip ) (Quit: Leaving.)
1361 [17:40:48] *** Joins: hanasaki (~hanasaki@replaced-ip )
1362 [17:40:48] *** Quits: puke (~puke@replaced-ip ) ()
1363 [17:41:34] *** Joins: verm1n (~verm1n@replaced-ip )
1364 [17:44:32] *** Quits: BrianG61UK (~BrianG61U@replaced-ip ) (Read error: Connection reset by peer)
1365 [17:45:28] *** Quits: bitblit (~bitblit@replaced-ip ) (Ping timeout: 268 seconds)
1366 [17:45:31] *** Joins: EmanueleC (~emanu@replaced-ip )
1367 [17:46:16] *** Joins: bitblit (~bitblit@replaced-ip )
1368 [17:46:52] *** Quits: Aristide (~quassel@replaced-ip##) (Quit: ##replaced-url
1369 [17:47:01] *** Quits: jotaxpe (jotaxpe@replaced-ip ) (Remote host closed the connection)
1370 [17:50:48] *** Quits: rolo_ (~error@replaced-ip ) (Ping timeout: 258 seconds)
1371 [17:53:32] *** Quits: SmearedBeard (~SmearedBe@replaced-ip ) (Ping timeout: 272 seconds)
1372 [17:53:43] *** Joins: short-bike_ (~short-bik@replaced-ip )
1373 [17:55:02] *** Quits: short-bike (~short-bik@replaced-ip ) (Ping timeout: 256 seconds)
1374 [17:55:35] *** short-bike_ is now known as short-bike
1375 [17:56:21] <GNU\colossus> well, ifupdown has a number of shortcomings, and various replacement attempts have been cooking for years. i'm looking forward to when that beast can finally die.
1376 [17:56:50] *** Joins: cybiko123 (~cybiko123@replaced-ip )
1377 [17:56:54] *** Joins: ikus060 (~ikus060@replaced-ip )
1378 [17:57:46] *** Joins: mohabaks (~mohabaks@replaced-ip )
1379 [17:59:02] *** Quits: mohabaks_ (~mohabaks@replaced-ip ) (Ping timeout: 268 seconds)
1380 [18:00:51] *** Joins: psiance86 (~psiance@replaced-ip )
1381 [18:01:24] *** Quits: SpikeHeron (~DutchIngr@replaced-ip ) (Quit: WeeChat 3.0)
1382 [18:02:44] *** Quits: SoulsForBelial (~SoulsForB@replaced-ip ) (Ping timeout: 240 seconds)
1383 [18:03:02] *** Joins: SpikeHeron (~DutchIngr@replaced-ip )
1384 [18:03:38] *** Joins: SoulsForBelial (~SoulsForB@replaced-ip )
1385 [18:04:45] *** Quits: psiance8 (~psiance@replaced-ip ) (Ping timeout: 264 seconds)
1386 [18:04:45] *** psiance86 is now known as psiance8
1387 [18:07:25] *** Joins: dahlya (~dahlya@replaced-ip )
1388 [18:08:09] *** Joins: coot (~coot@replaced-ip )
1389 [18:08:11] *** Quits: coot (~coot@replaced-ip ) (Remote host closed the connection)
1390 [18:10:36] *** Quits: nulleip (~luiz@replaced-ip ) (Ping timeout: 240 seconds)
1391 [18:11:37] *** Joins: Ekis (~Ekis@replaced-ip )
1392 [18:14:33] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
1393 [18:16:48] *** Joins: Python1320 (Python1320@replaced-ip )
1394 [18:16:56] *** Quits: Dagger (~dagger@replaced-ip ) (Excess Flood)
1395 [18:17:09] *** Quits: godane (~godane4@replaced-ip ) (Ping timeout: 246 seconds)
1396 [18:17:11] *** Quits: akp55 (~akp55@replaced-ip ) (Disconnected by services)
1397 [18:17:23] *** Joins: akp55_ (~akp55@replaced-ip )
1398 [18:17:52] *** Joins: Dagger2 (~dagger@replaced-ip )
1399 [18:18:23] *** Joins: lukaso666 (~lukaso666@replaced-ip )
1400 [18:20:05] *** Quits: Lope (~lope@replaced-ip ) (Ping timeout: 240 seconds)
1401 [18:21:33] *** Quits: mortderire (~mortderir@replaced-ip ) (Ping timeout: 264 seconds)
1402 [18:21:55] *** Quits: akp55_ (~akp55@replaced-ip ) (Remote host closed the connection)
1403 [18:22:05] *** Quits: thiras (~thiras@replaced-ip ) (Ping timeout: 240 seconds)
1404 [18:23:18] *** Quits: Ericounet (~Eric@replaced-ip ) (Quit: Je m'en vais ...)
1405 [18:27:18] *** Quits: Jerrynicki (~niklas@replaced-ip ) (Ping timeout: 260 seconds)
1406 [18:28:01] *** debhelper sets mode: +l 1190
1407 [18:28:15] *** Joins: freebench (~freebench@replaced-ip )
1408 [18:28:21] *** Joins: steph_ (~serard@replaced-ip )
1409 [18:28:24] *** Joins: hitest (~hitest@replaced-ip )
1410 [18:31:18] *** Joins: mohabaks_ (~mohabaks@replaced-ip )
1411 [18:32:25] *** Quits: qin (~qin@replaced-ip ) (Ping timeout: 240 seconds)
1412 [18:33:23] *** Joins: Tom01 (~tom@replaced-ip )
1413 [18:34:11] *** Quits: mohabaks (~mohabaks@replaced-ip ) (Ping timeout: 268 seconds)
1414 [18:34:43] *** Joins: qin (~qin@replaced-ip )
1415 [18:35:02] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
1416 [18:36:09] *** Quits: tzf (~tyzef@replaced-ip ) (Quit: bonne nuit a tout le monde libre !)
1417 [18:36:16] *** Joins: AmigaGod (~quassel@replaced-ip )
1418 [18:37:13] *** Quits: steph_ (~serard@replaced-ip ) (Ping timeout: 260 seconds)
1419 [18:38:49] *** Joins: Deknos (~deknos@replaced-ip )
1420 [18:40:15] *** Joins: cjoke_ (~cjoke@replaced-ip )
1421 [18:41:58] *** Joins: Jerrynicki (~niklas@replaced-ip )
1422 [18:42:23] *** Joins: monaco (~nit@replaced-ip )
1423 [18:42:35] *** Quits: ikus060 (~ikus060@replaced-ip ) (Read error: Connection reset by peer)
1424 [18:42:43] *** Joins: Iamahuman (~noname@replaced-ip )
1425 [18:44:29] *** Joins: erin1983684 (~Eryn_1983@replaced-ip )
1426 [18:45:24] *** Quits: ledixus (~ledixus@replaced-ip ) (Quit: Tschö mit Ö)
1427 [18:46:10] *** Joins: Slumlord (~Slumlord@replaced-ip )
1428 [18:46:11] *** Quits: DaNeenjah (~DaNeenjah@replaced-ip ) (Quit: WeeChat 3.0)
1429 [18:46:33] *** Joins: igrtrrt (~igrtrrt@replaced-ip )
1430 [18:46:41] *** Joins: ledixus (~ledixus@replaced-ip )
1431 [18:47:32] *** Quits: SoulsForBelial (~SoulsForB@replaced-ip ) (Ping timeout: 258 seconds)
1432 [18:48:01] *** debhelper sets mode: +l 1197
1433 [18:48:41] *** Joins: SoulsForBelial (~SoulsForB@replaced-ip )
1434 [18:49:57] *** Quits: erin1983684 (~Eryn_1983@replaced-ip ) (Ping timeout: 256 seconds)
1435 [18:50:31] *** Joins: igrtrrt_ (~igrtrrt@replaced-ip )
1436 [18:50:50] *** Joins: Lope (~lope@replaced-ip )
1437 [18:51:41] *** Quits: konrados (~konrados@replaced-ip ) (Read error: Connection reset by peer)
1438 [18:51:45] *** Quits: igrtrrt (~igrtrrt@replaced-ip ) (Ping timeout: 240 seconds)
1439 [18:51:45] *** igrtrrt_ is now known as igrtrrt
1440 [18:51:52] *** Quits: lukaso666 (~lukaso666@replaced-ip ) (Quit: Leaving)
1441 [18:52:33] *** Joins: Eryn_1983_FL (~Eryn_1983@replaced-ip )
1442 [18:53:17] *** Joins: konrados (~konrados@replaced-ip )
1443 [18:54:30] *** Joins: thiras (~thiras@replaced-ip )
1444 [18:54:31] *** Joins: lukaso666 (~lukaso666@replaced-ip )
1445 [18:57:03] *** Joins: martinus__ (~martin@replaced-ip )
1446 [18:59:06] *** Joins: alexandros_tab_ (~quassel@replaced-ip )
1447 [18:59:07] *** Joins: alexandros_c_ (~quassel@replaced-ip )
1448 [18:59:21] *** Quits: ecsim (~echisim@replaced-ip ) (Remote host closed the connection)
1449 [18:59:43] *** Quits: s8548a_ (~s8548a@replaced-ip ) (Quit: Leaving)
1450 [19:01:35] *** Parts: Gracana (~alex@replaced-ip ) ()
1451 [19:02:25] *** Quits: alexandros_c (~quassel@replaced-ip ) (Ping timeout: 240 seconds)
1452 [19:03:33] *** Quits: alexandros_tab (~quassel@replaced-ip ) (Ping timeout: 264 seconds)
1453 [19:04:27] *** Quits: darutoko (~darutoko@replaced-ip ) (Quit: Leaving)
1454 [19:07:42] *** Quits: short-bike (~short-bik@replaced-ip ) (Quit: I'll see myself out...)
1455 [19:09:09] *** Quits: MrBuck (~Mrbuck@replaced-ip ) (Quit: WeeChat 3.0)
1456 [19:10:41] *** Quits: e-baley (~e-baley@replaced-ip ) (Quit: e-baley)
1457 [19:12:06] *** Joins: SoundShaman (~SoundSham@replaced-ip )
1458 [19:13:52] <Iamahuman> I'm a newb to distro's beta versions. If I install a beta of Debian11, how complicated would it be to upgrade to the final release version and are there any pitfalls or risks in installing beta and then upgrading?
1459 [19:14:25] *** Joins: diogenes_ (~diogenes_@replaced-ip )
1460 [19:14:30] *** Joins: coxipi (~coxipi@replaced-ip )
1461 [19:14:38] *** Joins: jaami (~jaami@replaced-ip )
1462 [19:14:39] <sney> if you install bullseye now, and do normal upgrades periodically, it will become debian 11 automatically upon release
1463 [19:14:44] <SoundShaman> beta is for testing usually
1464 [19:14:45] *** Joins: onejukeboksi (~noname@replaced-ip )
1465 [19:15:09] <SoundShaman> what sney said too
1466 [19:15:25] <sney> "beta" only applies to the installer version. IME the beta 3 installer works fine for installing bullseye. sometimes the testing installer is broken but this one does not appear to be.
1467 [19:15:34] <SoundShaman> oh ok
1468 [19:15:52] <jaami> hi, my sound settings do not show me the output device i am connected to via bluetooth
1469 [19:16:01] *** Quits: Iamahuman (~noname@replaced-ip ) (Remote host closed the connection)
1470 [19:16:17] *** Quits: SoulsForBelial (~SoulsForB@replaced-ip ) (Ping timeout: 258 seconds)
1471 [19:17:13] <jaami> how do i tell debian that sound output sould be redirected to bluetooth handfree?\
1472 [19:17:22] *** Quits: hitest (~hitest@replaced-ip ) (Quit: Leaving)
1473 [19:17:41] *** Joins: akp55 (~akp55@replaced-ip )
1474 [19:17:41] <sponix> sney: is there a place I can read the reason for the Apache2 Buster backport? I am running well on the regular stable one, but if the backport is needed for like security -- then I want to go ahead and do that
1475 [19:18:02] *** Joins: short-bike (~short-bik@replaced-ip )
1476 [19:18:02] <sney> jaami: there are some troubleshooting tips here, see if any of them apply replaced-url
1477 [19:18:16] <jaami> ty
1478 [19:18:43] *** Joins: SoulsForBelial (~SoulsForB@replaced-ip )
1479 [19:18:59] <sney> sponix: backports are not usually done for security reasons. check the changelog at tracker.debian.org to find out the differences between apache versions, but as a non apache user if I had to guess I'd say it was done to make newer features available.
1480 [19:21:25] *** Quits: Eryn_1983_FL (~Eryn_1983@replaced-ip ) (Ping timeout: 240 seconds)
1481 [19:21:31] *** Quits: rgr (~rgr@replaced-ip ) (Read error: Connection reset by peer)
1482 [19:21:53] *** Joins: rgr (~rgr@replaced-ip )
1483 [19:22:42] *** Joins: rolo_ (~error@replaced-ip )
1484 [19:23:01] *** Quits: lead_pipe23 (~Lead@replaced-ip ) (Quit: Bye)
1485 [19:23:40] <sponix> sney: I got to -> replaced-url
1486 [19:24:17] *** Quits: hanasaki (~hanasaki@replaced-ip ) (Quit: Leaving.)
1487 [19:24:33] <sponix> sney: I feel you are likely right though. It is backported for features, because if it was a security thing they would just release a regular security update to the stable one now that I think about it
1488 [19:24:33] *** Joins: lead_pipe23 (~Lead@replaced-ip )
1489 [19:24:47] *** Joins: Nemin (5403c54d@replaced-ip )
1490 [19:25:31] <sney> sponix: middle of the left side, the "versioned links" panel, the icon that looks like 3 lines with a checkmark is for the changelog. you can see the list of versions per branch in the panel above that (e.g. the one that ends with ~bpo10+1 is your backport)
1491 [19:26:25] *** Quits: AmigaGod (~quassel@replaced-ip##) (Quit: ##replaced-url
1492 [19:27:23] *** Quits: rolo_ (~error@replaced-ip ) (Ping timeout: 265 seconds)
1493 [19:28:14] <sponix> sney: thanks
1494 [19:33:51] *** Joins: steph_ (~serard@replaced-ip )
1495 [19:34:19] *** Quits: Lope (~lope@replaced-ip ) (Remote host closed the connection)
1496 [19:35:10] *** Quits: psiance8 (~psiance@replaced-ip##) (Quit: The Lounge - ##replaced-url
1497 [19:35:32] *** Joins: m1rr0r5h4d35 (~m1rr0r5h4@replaced-ip )
1498 [19:36:47] *** Quits: ayekat (~ayekat@replaced-ip ) (Quit: watching this channel in stealth mode now)
1499 [19:37:14] <Nemin> Hi, I'm in a bit of a predicament and I figured perhaps I might get some pointers here. I'm helping out in a project that tries to create a new, FOSS engine for a retro game and I'm trying to make it available on multiple distros. The problem is that while the team has agreed that they software will be FOSS, there is currently no consensus whether
1500 [19:37:14] <Nemin> the license will be MIT or GPL, so the project is technically unlicensed. Is there any way for it to end up in the Debian repos with this issue? Even if only in non-free for the time being?
1501 [19:37:30] *** Joins: ayekat (~ayekat@replaced-ip )
1502 [19:38:38] <sney> Nemin: a project with no license would be very unlikely to be approved, particularly something like a game where there is not an explicit need for it in a production environment or so
1503 [19:39:07] <Nemin> Ah I was afraid that might be the case. Thanks for the answer
1504 [19:39:31] <sney> np. if you can't decide between MIT/GPL then maybe one of these others will suit your fancy replaced-url
1505 [19:40:15] *** Joins: mitrokov (~mitrokov@replaced-ip )
1506 [19:41:42] <Nemin> To be frank, the problem is less about which license we want and more about *when* we can start licensing it... However, going into details would probably be off-topic. Nonetheless, I'll check that link out, it's always good to have options.
1507 [19:41:57] <sney> right on, good luck
1508 [19:42:42] *** Quits: XORed (~xored@replaced-ip ) (Ping timeout: 256 seconds)
1509 [19:42:49] *** Quits: nsrafkTL (~inkognito@replaced-ip ) (Quit: keep calm - mkdir not war)
1510 [19:42:49] *** Quits: nsrafk (~inkognito@replaced-ip ) (Quit: keep calm - mkdir not war)
1511 [19:43:14] *** Quits: cjoke_ (~cjoke@replaced-ip ) (Quit: leaving)
1512 [19:43:30] *** Joins: coot (~coot@replaced-ip )
1513 [19:43:52] *** Quits: alex11 (~alex11@replaced-ip ) (Remote host closed the connection)
1514 [19:43:57] *** Joins: XORed (~xored@replaced-ip )
1515 [19:46:10] *** Joins: cjoke (~cjoke@replaced-ip )
1516 [19:47:01] *** Joins: hanasaki (~hanasaki@replaced-ip )
1517 [19:47:16] *** Quits: riff-IRC (~riff2@replaced-ip ) (Ping timeout: 240 seconds)
1518 [19:47:44] *** Quits: jaami (~jaami@replaced-ip ) (Remote host closed the connection)
1519 [19:47:49] <Nemin> I do have one more question, I've used to be an Arch user for a long time and I've found it's package manager to bring up really good and relevant results. Now I'm struggling a bit with Apt. --names-only helps sometimes, but I still feel like too many irrelevant entries come up. Is there some hidden trick that flew over my head or some recommended
1520 [19:47:49] <Nemin> good practice to hone in better on what one really wants to install?
1521 [19:48:38] *** onejukeboksi is now known as Iamahuman
1522 [19:48:58] <sponix> Nemin: try: apt show zfs-dkms
1523 [19:49:45] <sney> Nemin: I find 'apt list' with well-placed globs is what I use the most these days.
1524 [19:50:20] *** Quits: hanasaki (~hanasaki@replaced-ip ) (Remote host closed the connection)
1525 [19:50:51] <sney> there's also apt-file, and aptitude has a lot of handy options as well.
1526 [19:50:55] <sney> !refcard
1527 [19:50:55] <dpkg> A short reference of Debian commands - quite useful for someone new to Debian - can be found at replaced-url
1528 [19:51:00] <Nemin> sney: That looks a bit closer to what I'm looking for. It's a shame it doesn't display descriptions, but I suppose I could use what sponix wrote above
1529 [19:51:20] *** Joins: YWH_1 (~YWH@replaced-ip )
1530 [19:51:48] <sney> ofc going from one package manager to another, you will have to get used to different conventions, different strengths/weaknesses, etc
1531 [19:51:57] *** Quits: tijara (~tijara@replaced-ip ) (Disconnected by services)
1532 [19:52:13] *** Joins: tijara_ (~tijara@replaced-ip )
1533 [19:52:21] <Nemin> Sure, that's a given. I was just wondering if I'm doing something wrong, because that's not exactly an implausible situation :)
1534 [19:53:09] *** Joins: werneta (~werneta@replaced-ip )
1535 [19:53:32] *** Quits: QcR208821 (~QcR@replaced-ip ) (Quit: Ping timeout (120 seconds))
1536 [19:53:52] *** tijara_ is now known as tijara
1537 [19:53:57] *** Joins: QcR208821 (~QcR@replaced-ip )
1538 [19:55:10] *** Joins: ikus060 (~ikus060@replaced-ip )
1539 [19:55:22] *** Quits: powerhouse_ (~powerhous@replaced-ip ) (Quit: Leaving)
1540 [19:55:52] *** Joins: hanasaki (~hanasaki@replaced-ip )
1541 [19:57:54] *** Quits: rgr (~rgr@replaced-ip ) (Quit: Leaving)
1542 [19:58:24] *** Joins: riff-IRC (~riff2@replaced-ip )
1543 [19:59:58] *** Joins: josspyker (~quassel@replaced-ip )
1544 [20:00:16] *** Quits: Mister00X (~quassel@replaced-ip ) (Ping timeout: 256 seconds)
1545 [20:00:41] *** Quits: shabius (~shabius@replaced-ip ) (Quit: Leaving)
1546 [20:00:56] *** Joins: Gracana (~alex@replaced-ip )
1547 [20:01:12] *** Quits: JohnML (~john1@replaced-ip ) (Read error: Connection reset by peer)
1548 [20:05:05] *** Joins: paulgrmn (~paulgrmn@replaced-ip )
1549 [20:05:30] *** Joins: Mister00X (~quassel@replaced-ip )
1550 [20:06:09] *** Joins: Gaming4JC (~Gaming4JC@replaced-ip )
1551 [20:06:53] *** Quits: Mister00X (~quassel@replaced-ip ) (Client Quit)
1552 [20:07:15] <Gaming4JC> I installed python2-minimal on bullseye but 'import json' fails with no such module. Anyone know of a way to get this module back short of compiling python2 manually?
1553 [20:09:27] <azeem> maybe it's in python2 not python2-minimal?
1554 [20:10:37] <Gaming4JC> ah, yep that's probably it. I had thought python2 was removed, looks like I just had to fix my apt mirror
1555 [20:11:58] <Gaming4JC> Worked. Thanks. :)
1556 [20:13:35] <azeem> if python2 was removed, python2-minimal would've be gone along with it
1557 [20:14:09] <Nemin> I wonder, will python2 support eventually be dropped in one or two releases? Or what's the policy in this case?
1558 [20:14:25] *** Quits: Lord_of_Life (~Lord@replaced-ip ) (Ping timeout: 240 seconds)
1559 [20:14:28] <azeem> I think they tried to drop it for bullseye, I'm not sure that is still on the table
1560 [20:14:53] <Gaming4JC> Unfortunately there's still quite a few legacy projects stuck on python2
1561 [20:14:56] *** Joins: jotaxpe (jotaxpe@replaced-ip )
1562 [20:15:08] *** Quits: Hallcyon (~Hallcyon@replaced-ip ) (Quit: Halcyon flies away.)
1563 [20:15:13] <Nemin> azeem: Doesn't seem to be the case, apt list brings it up
1564 [20:15:23] <azeem> bullseye isn't released yet
1565 [20:15:28] <Nemin> Fair enough
1566 [20:16:28] *** Quits: SoulsForBelial (~SoulsForB@replaced-ip ) (Ping timeout: 258 seconds)
1567 [20:17:01] *** Quits: n4dir (~n4dir@replaced-ip ) (Remote host closed the connection)
1568 [20:17:37] *** Quits: Gaming4JC (~Gaming4JC@replaced-ip ) (Remote host closed the connection)
1569 [20:17:59] *** Joins: Gaming4JC (~Gaming4JC@replaced-ip )
1570 [20:18:16] *** Joins: Hallcyon (~Hallcyon@replaced-ip )
1571 [20:18:48] *** Joins: SoulsForBelial (~SoulsForB@replaced-ip )
1572 [20:18:52] *** Quits: dthpulse (~quassel@replaced-ip##) (Quit: ##replaced-url
1573 [20:18:55] *** Joins: psiance8 (~psiance@replaced-ip )
1574 [20:19:37] *** Quits: Nevoyu (~Nevoyu@replaced-ip ) (Remote host closed the connection)
1575 [20:20:36] *** Joins: nt1036 (~nt1036@replaced-ip )
1576 [20:20:44] *** Joins: dthpulse (~quassel@replaced-ip )
1577 [20:20:52] *** Quits: Gaming4JC (~Gaming4JC@replaced-ip ) (Remote host closed the connection)
1578 [20:21:22] *** Joins: Gaming4JC (~Gaming4JC@replaced-ip )
1579 [20:21:54] *** Joins: AmigaGod (~quassel@replaced-ip )
1580 [20:22:57] *** Joins: Lord_of_Life (~Lord@replaced-ip )
1581 [20:24:00] *** Quits: werneta (~werneta@replaced-ip ) (Remote host closed the connection)
1582 [20:27:17] *** Joins: werneta (~werneta@replaced-ip )
1583 [20:31:28] *** Quits: coot (~coot@replaced-ip ) (Ping timeout: 265 seconds)
1584 [20:31:54] *** Quits: qin (~qin@replaced-ip ) (Ping timeout: 246 seconds)
1585 [20:33:25] *** Quits: paulgrmn (~paulgrmn@replaced-ip ) (Ping timeout: 240 seconds)
1586 [20:33:43] *** Quits: mitrokov (~mitrokov@replaced-ip ) (Read error: Connection reset by peer)
1587 [20:34:02] *** Joins: qin (~qin@replaced-ip )
1588 [20:36:12] *** Dagger2 is now known as Dagger
1589 [20:36:24] *** Joins: shabius (~shabius@replaced-ip )
1590 [20:37:27] *** Joins: alex11 (~alex11@replaced-ip )
1591 [20:38:29] *** Joins: debsan (~debsan@replaced-ip )
1592 [20:38:50] *** Joins: fjavier (~fjavier@replaced-ip )
1593 [20:42:17] *** Quits: bitblit (~bitblit@replaced-ip ) (Remote host closed the connection)
1594 [20:42:57] *** Joins: bitblit (~bitblit@replaced-ip )
1595 [20:44:30] *** Joins: kj14 (kj14@replaced-ip )
1596 [20:45:28] *** Joins: InZaneGamer84 (aec10fb2@replaced-ip )
1597 [20:45:33] *** Quits: Gracana (~alex@replaced-ip ) (Quit: leaving)
1598 [20:46:07] *** Quits: darunesh (~darunesh@replaced-ip ) (Ping timeout: 256 seconds)
1599 [20:46:31] *** Joins: hitest (~hitest@replaced-ip )
1600 [20:46:38] *** Joins: dasher00 (~dasher00@replaced-ip )
1601 [20:48:01] *** debhelper sets mode: +l 1203
1602 [20:48:12] *** Joins: SmearedBeard (~SmearedBe@replaced-ip )
1603 [20:50:08] *** Quits: akp55 (~akp55@replaced-ip ) (Ping timeout: 256 seconds)
1604 [20:51:10] *** Joins: zutat (02f4076a@replaced-ip )
1605 [20:54:00] <Gaming4JC> Is there a way to disable libtnotify4? Outside of removing it which auto-removes a bunch of other packages.
1606 [20:55:48] *** Quits: longshot (~nobody@replaced-ip ) (Read error: Connection reset by peer)
1607 [20:56:12] *** Quits: SoundShaman (~SoundSham@replaced-ip ) (Quit: Leaving)
1608 [20:56:34] *** Joins: longshot (~nobody@replaced-ip )
1609 [20:57:37] <ratrace> that smells like !xy
1610 [20:57:56] *** Quits: igrtrrt (~igrtrrt@replaced-ip ) (Remote host closed the connection)
1611 [20:58:30] *** Quits: SmearedBeard (~SmearedBe@replaced-ip ) (Ping timeout: 246 seconds)
1612 [21:00:03] <Gaming4JC> looks like XFCE allows blocking invidivual apps on it's notification manager, not sure about other desktops
1613 [21:00:05] <Gaming4JC> better than nothing
1614 [21:00:18] *** Joins: earthundead (~earthunde@replaced-ip )
1615 [21:00:31] *** Quits: wytchmaster (~wytchmast@replaced-ip##) (Quit: ##replaced-url
1616 [21:00:40] *** Quits: Typhon (~Typhon@replaced-ip ) (Ping timeout: 265 seconds)
1617 [21:02:44] *** Quits: SoulsForBelial (~SoulsForB@replaced-ip ) (Ping timeout: 240 seconds)
1618 [21:03:52] *** Joins: SoulsForBelial (~SoulsForB@replaced-ip )
1619 [21:04:28] <wyatt8740> Is there somewhere I can find source code for old packages that have been removed from modern debian? Like, sources for a package removed from sid/testing?
1620 [21:04:44] <wyatt8740> (e.g., not a "release" that would have an apt archive)
1621 [21:04:47] *** Joins: akp55 (~akp55@replaced-ip )
1622 [21:05:09] *** Quits: jotaxpe (jotaxpe@replaced-ip ) (Remote host closed the connection)
1623 [21:05:32] <azeem> wyatt8740: e.g. snapshot.debian.org
1624 [21:06:02] <wyatt8740> ahhh yes! I'd seen this page but totally forgotten about it. Let me try that
1625 [21:06:21] *** Joins: L1Cafe (~L1Cafe@replaced-ip )
1626 [21:06:22] <sponix> replaced-url
1627 [21:06:29] <wyatt8740> replaced-url
1628 [21:06:34] <wyatt8740> sponix: I'm looking for sid
1629 [21:06:45] *** Joins: rolo_ (~error@replaced-ip )
1630 [21:06:51] <wyatt8740> sources for old packages that used to be in sid
1631 [21:06:52] <sponix> I just saw "OLD Packages" ;)
1632 [21:06:58] <sponix> sorry
1633 [21:07:16] <wyatt8740> ah i guess its in source package libpng
1634 [21:07:33] *** Joins: Typhon (~Typhon@replaced-ip )
1635 [21:07:50] *** Joins: mirrorbird (~psutcliff@replaced-ip )
1636 [21:07:55] *** Joins: cnsvc (~cnsvc@replaced-ip )
1637 [21:08:00] <wyatt8740> (trying to run a valve game without steam… gonna use LD_LIBRARY_PATH and build custom debian packages from sources)
1638 [21:08:13] <wyatt8740> thanks azeem I think this is exactly what I was looking for
1639 [21:08:38] <wyatt8740> for some things I can use tracker.debian.org and find a git repo but this is actually what I wanted
1640 [21:09:08] *** Quits: dtman34 (~dtman34@replaced-ip##) (Quit: ZNC 1.7.2+deb3 - ##replaced-url
1641 [21:10:30] *** Quits: martinus__ (~martin@replaced-ip ) (Ping timeout: 272 seconds)
1642 [21:10:53] <wyatt8740> and it has the stuff for the weirder architectures too, awesome
1643 [21:11:06] <wyatt8740> i'd been doing dpkg-buildpackage on a powerbook g4 occasionally, kinda painful
1644 [21:12:21] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Quit: WeeChat 3.0)
1645 [21:12:38] *** Quits: rolo_ (~error@replaced-ip ) (Ping timeout: 264 seconds)
1646 [21:12:51] *** Quits: moldorcoder7 (~moldorcod@replaced-ip ) (Ping timeout: 246 seconds)
1647 [21:13:16] *** Quits: Grldfrdom (uid391113@replaced-ip ) (Quit: Connection closed for inactivity)
1648 [21:13:54] *** Joins: joeb3_ (~jbeasley@replaced-ip )
1649 [21:14:09] <Thete> is ppc packages still maintained for that?
1650 [21:14:21] *** Joins: mychris (~user@replaced-ip )
1651 [21:15:33] <wyatt8740> ports.debian.org
1652 [21:15:39] <wyatt8740> so kinda :)
1653 [21:15:47] <wyatt8740> It's basically running sid
1654 [21:16:20] <wyatt8740> Gimp 2.10 isn't packaged due to a GEGL build problem (basically meson times out before some tests would complete) so I had to build some stuff for that myself
1655 [21:16:37] <wyatt8740> but apart from that pretty much everything works
1656 [21:17:41] <wyatt8740> Oh yeah and there's an ATI driver bug that means i have to set agpmode=-1 at boot or it locks up in X
1657 [21:17:48] <wyatt8740> that's KMS related
1658 [21:18:34] *** Quits: Iamahuman (~noname@replaced-ip ) (Ping timeout: 258 seconds)
1659 [21:20:19] *** Quits: szorfein (~daggoth@replaced-ip ) (Remote host closed the connection)
1660 [21:20:24] <wyatt8740> replaced-url
1661 [21:20:41] <wyatt8740> it's not considered a "release architecture" but it's still quite useable overall
1662 [21:20:42] *** Joins: szorfein (~daggoth@replaced-ip )
1663 [21:20:56] *** Joins: Mister00X (~quassel@replaced-ip )
1664 [21:20:57] <wyatt8740> It has a nice big screen and a good aspect ratio so I use it for drawing with krita sometimes
1665 [21:21:13] <Thete> that's cool
1666 [21:21:35] <wyatt8740> also to watch MASH on an S-Video screen
1667 [21:21:58] *** Joins: moldorcoder7 (~moldorcod@replaced-ip )
1668 [21:22:20] <wyatt8740> and there are one or two emulators that run nicely on it as well (Genesis Plus GX, which was optimized for Wii PPC at one point, as well as old snes9x releases and a couple game boy emulators)
1669 [21:22:25] *** Joins: BrianG61UK (~BrianG61U@replaced-ip )
1670 [21:22:42] <wyatt8740> also here and there i find a few endian bugs in software that I get to report
1671 [21:23:40] <wyatt8740> I am running an old version fo seamonkey based on firefox 52 or so that I compiled myself, since modern firefox/seamonkey have some build-system dependencies like node.js and the V8 JS engine doesn't have a translator for 32-bit powerpc
1672 [21:24:08] <InZaneGamer84> wyatt8740 you're on PPC arch?
1673 [21:24:28] *** Joins: nsrafk (~inkognito@replaced-ip )
1674 [21:24:30] <wyatt8740> One of my machines is; i'm typing this on an old thinkpad but I have a powerbook G4 running debian sid next to me yeah
1675 [21:24:30] *** Joins: nsrafkTL (~inkognito@replaced-ip )
1676 [21:25:24] <InZaneGamer84> cool
1677 [21:25:27] <wyatt8740> my holy grail would be to get some cheap hardware for m68k some day (my amiga 500 won't work because no MMU)
1678 [21:25:50] *** Quits: coxipi (~coxipi@replaced-ip ) (Ping timeout: 264 seconds)
1679 [21:25:57] <InZaneGamer84> wyatt8740 um wow. why would you wanna run linux on m68k?
1680 [21:26:04] <wyatt8740> Mainly to say I can
1681 [21:26:13] <wyatt8740> and to give the debian m68k port some love
1682 [21:26:24] <InZaneGamer84> i can understand that sentiment. i didn't know there was a m68k port
1683 [21:26:32] <InZaneGamer84> it's coded in asm?
1684 [21:26:35] <wyatt8740> nope
1685 [21:26:41] <wyatt8740> C
1686 [21:26:48] <wyatt8740> replaced-url
1687 [21:26:51] *** Quits: riff-IRC (~riff2@replaced-ip ) (Ping timeout: 246 seconds)
1688 [21:26:53] <InZaneGamer84> thank god for that atleast
1689 [21:27:10] <wyatt8740> If it were something like a 6502 that'd be hilarious though
1690 [21:27:22] <wyatt8740> but the m68k is significantly better than that, especially from 68020 onward
1691 [21:27:40] <InZaneGamer84> yeah
1692 [21:27:43] *** Quits: Nemin (5403c54d@replaced-ip ) (Quit: Connection closed)
1693 [21:27:48] *** Parts: nickodd (~nickodd@replaced-ip ) ()
1694 [21:28:10] <wyatt8740> I'd also like alpha machines or sparcstations or sgi mips boxen, but those aren't cheap and i'm a college student
1695 [21:28:13] <wyatt8740> in america
1696 [21:29:34] <wyatt8740> when i installed debian powerpc it was still an official "release" architecture (2017 or 2018), but it since got moved to the -ports project which suffers from a critical shortage of awareness
1697 [21:29:40] *** Joins: runlevel7__ (runlevel7@replaced-ip )
1698 [21:30:22] <wyatt8740> that said i'm certain m68k debian is more bug-ridden than powerpc 32
1699 [21:30:26] <wyatt8740> just based on age and rot
1700 [21:30:56] *** Quits: L1Cafe (~L1Cafe@replaced-ip ) (Remote host closed the connection)
1701 [21:31:12] *** Joins: Iamahuman (~noname@replaced-ip )
1702 [21:32:01] *** Quits: koniu (~koniu@replaced-ip ) (Remote host closed the connection)
1703 [21:32:21] *** Quits: qin (~qin@replaced-ip ) (Ping timeout: 264 seconds)
1704 [21:32:21] *** Joins: koniu (~koniu@replaced-ip )
1705 [21:33:09] *** Quits: runlevel7_ (~runlevel7@replaced-ip ) (Ping timeout: 246 seconds)
1706 [21:34:22] *** Joins: qin (~qin@replaced-ip )
1707 [21:35:26] *** Quits: runlevel7__ (runlevel7@replaced-ip ) (Quit: Leaving)
1708 [21:35:53] *** Joins: runlevel7 (runlevel7@replaced-ip )
1709 [21:36:51] *** Joins: dtman34 (~dtman34@replaced-ip )
1710 [21:39:19] *** Quits: dtman34 (~dtman34@replaced-ip##) (Quit: ZNC 1.7.2+deb3 - ##replaced-url
1711 [21:40:09] <dondelelcaro> ah; yeah, that probably needs to be recompiled against libpng16
1712 [21:40:34] *** Joins: dtman34 (~dtman34@replaced-ip )
1713 [21:42:35] *** Joins: n4dir (~n4dir@replaced-ip )
1714 [21:42:46] *** Quits: dtman34 (~dtman34@replaced-ip ) (Client Quit)
1715 [21:42:53] *** Joins: L1Cafe (~L1Cafe@replaced-ip )
1716 [21:44:07] *** Joins: riff-IRC (~riff2@replaced-ip )
1717 [21:44:55] *** Quits: L1Cafe (~L1Cafe@replaced-ip ) (Excess Flood)
1718 [21:45:05] *** Joins: Eryn_1983_FL (Eryn_1983_@replaced-ip )
1719 [21:45:43] *** Joins: L1Cafe (~L1Cafe@replaced-ip )
1720 [21:45:43] *** Quits: L1Cafe (~L1Cafe@replaced-ip ) (Excess Flood)
1721 [21:46:12] *** Quits: SoulsForBelial (~SoulsForB@replaced-ip ) (Ping timeout: 260 seconds)
1722 [21:46:13] *** Joins: rolo_ (~error@replaced-ip )
1723 [21:47:34] *** Quits: runlevel7 (runlevel7@replaced-ip ) (Quit: Leaving)
1724 [21:47:43] *** Joins: L1Cafe (~L1Cafe@replaced-ip )
1725 [21:47:43] *** Quits: L1Cafe (~L1Cafe@replaced-ip ) (Excess Flood)
1726 [21:48:01] *** Joins: runlevel7 (runlevel7@replaced-ip )
1727 [21:48:38] *** Quits: Bjornn (~Bjornn@replaced-ip ) (Ping timeout: 264 seconds)
1728 [21:48:42] *** Quits: joeb3_ (~jbeasley@replaced-ip ) (Quit: Ex-Chat)
1729 [21:48:56] *** Joins: SoulsForBelial (~SoulsForB@replaced-ip )
1730 [21:50:10] *** Joins: sveva65 (~sverre@replaced-ip )
1731 [21:50:39] *** Quits: runlevel7 (runlevel7@replaced-ip ) (Client Quit)
1732 [21:51:06] *** Joins: runlevel7 (runlevel7@replaced-ip )
1733 [21:51:25] *** Quits: Tobbi (~Tobbi@replaced-ip ) (Ping timeout: 265 seconds)
1734 [21:52:24] *** Joins: diniwed (~gavron@replaced-ip )
1735 [21:53:59] *** Joins: L1Cafe (~L1Cafe@replaced-ip )
1736 [21:53:59] *** Quits: L1Cafe (~L1Cafe@replaced-ip ) (Excess Flood)
1737 [21:54:57] *** Quits: Gaming4JC (~Gaming4JC@replaced-ip ) (Quit: Zzz)
1738 [21:55:19] *** Joins: TazDev (~TazDev@replaced-ip )
1739 [21:56:24] *** Quits: mychris (~user@replaced-ip ) (Quit: ERC (IRC client for Emacs 28.0.50))
1740 [21:57:00] *** Joins: Tobbi (~Tobbi@replaced-ip )
1741 [21:57:01] *** Quits: runlevel7 (runlevel7@replaced-ip ) (Quit: Leaving)
1742 [21:57:22] *** Quits: Mister00X (~quassel@replaced-ip ) (Ping timeout: 272 seconds)
1743 [21:58:18] *** Quits: mohabaks_ (~mohabaks@replaced-ip ) (Ping timeout: 268 seconds)
1744 [21:58:56] *** Quits: zutat (02f4076a@replaced-ip ) (Quit: q)
1745 [21:59:27] *** Joins: Bjornn (~Bjornn@replaced-ip )
1746 [21:59:28] *** Joins: L1Cafe (~L1Cafe@replaced-ip )
1747 [21:59:32] *** Quits: hendursa1 (~weechat@replaced-ip ) (Ping timeout: 268 seconds)
1748 [21:59:40] *** Joins: onejukeboksi (~noname@replaced-ip )
1749 [22:00:52] *** Joins: dtman34 (~dtman34@replaced-ip )
1750 [22:02:12] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
1751 [22:02:15] *** Joins: hendursa1 (~weechat@replaced-ip )
1752 [22:02:29] *** Quits: ov3rmind0-7 (~over0-07@replaced-ip ) (Read error: Connection reset by peer)
1753 [22:02:55] *** Joins: ov3rmind0-7 (~over0-07@replaced-ip )
1754 [22:03:48] *** Quits: Iamahuman (~noname@replaced-ip ) (Ping timeout: 256 seconds)
1755 [22:03:54] *** Joins: runlevel7 (runlevel7@replaced-ip )
1756 [22:04:55] *** Quits: ax562 (~ax562@replaced-ip ) (Quit: Leaving)
1757 [22:05:10] *** Quits: L1Cafe (~L1Cafe@replaced-ip ) (Excess Flood)
1758 [22:05:12] *** Joins: Mister00X (quassel@replaced-ip )
1759 [22:05:19] *** Joins: dvs (~hibbard@replaced-ip )
1760 [22:05:54] *** Quits: kj14 (kj14@replaced-ip ) (Quit: Leaving)
1761 [22:08:43] *** Joins: L1Cafe (~L1Cafe@replaced-ip )
1762 [22:08:54] *** Quits: wyatt8740 (~wyatt8740@replaced-ip ) (Ping timeout: 256 seconds)
1763 [22:10:10] *** eb0t_ is now known as eblip
1764 [22:11:30] *** Quits: Eryn_1983_FL (Eryn_1983_@replaced-ip ) (Quit: WeeChat 2.3)
1765 [22:13:05] *** Parts: dtman34 (~dtman34@replaced-ip ) ()
1766 [22:13:52] *** Joins: blb4393 (~chatzilla@replaced-ip )
1767 [22:14:48] *** Quits: rolo_ (~error@replaced-ip ) (Ping timeout: 260 seconds)
1768 [22:14:57] *** Quits: Vizva (~Vizva@replaced-ip ) (Ping timeout: 268 seconds)
1769 [22:15:01] *** Parts: L1Cafe (~L1Cafe@replaced-ip##) ("##replaced-url
1770 [22:15:48] *** Joins: coot (~coot@replaced-ip )
1771 [22:16:25] *** Quits: ax56234 (~NickServ@replaced-ip ) (Read error: Connection reset by peer)
1772 [22:17:37] *** Joins: L1Cafe (~L1Cafe@replaced-ip )
1773 [22:19:12] *** Joins: gateway2000 (~gateway20@replaced-ip )
1774 [22:20:56] *** Quits: emilsp (~emilsp@replaced-ip ) (Ping timeout: 600 seconds)
1775 [22:22:00] *** Joins: kj14 (kj14@replaced-ip )
1776 [22:22:31] *** Parts: L1Cafe (~L1Cafe@replaced-ip##) ("##replaced-url
1777 [22:25:28] *** Joins: L1Cafe (~L1Cafe@replaced-ip )
1778 [22:26:36] *** Quits: Jerrynicki (~niklas@replaced-ip ) (Remote host closed the connection)
1779 [22:28:21] *** Quits: luuuciano_ (~luuuciano@replaced-ip ) (Read error: Connection reset by peer)
1780 [22:28:43] *** Quits: onejukeboksi (~noname@replaced-ip ) (Ping timeout: 258 seconds)
1781 [22:30:30] *** Quits: kn0rki (~Kn0rki@replaced-ip ) (Quit: Leaving)
1782 [22:30:30] *** Quits: _0bitcount (~Big_Byte@replaced-ip ) (Remote host closed the connection)
1783 [22:30:59] *** Joins: _0bitcount (~Big_Byte@replaced-ip )
1784 [22:31:09] *** Joins: onejukeboksi (~noname@replaced-ip )
1785 [22:32:19] *** Joins: dtman34 (~dtman34@replaced-ip )
1786 [22:33:55] *** Joins: paulgrmn (~paulgrmn@replaced-ip )
1787 [22:34:22] *** Joins: luuuciano (~luuuciano@replaced-ip )
1788 [22:35:00] *** Quits: towo` (~towo@replaced-ip ) (Quit: Leaving)
1789 [22:39:36] *** Parts: L1Cafe (~L1Cafe@replaced-ip##) ("##replaced-url
1790 [22:40:14] *** Joins: lemsip (~emilsp@replaced-ip )
1791 [22:40:18] *** Quits: Christian75 (~Christian@replaced-ip ) (Remote host closed the connection)
1792 [22:40:42] *** Quits: kcz (~quassel@replaced-ip ) (Quit: kcz)
1793 [22:40:45] *** Quits: paulgrmn (~paulgrmn@replaced-ip ) (Ping timeout: 240 seconds)
1794 [22:41:00] *** Quits: blb4393 (~chatzilla@replaced-ip ) (Ping timeout: 265 seconds)
1795 [22:43:39] *** Joins: Christian75 (~Christian@replaced-ip )
1796 [22:43:48] *** Joins: format_c (~format_c@replaced-ip )
1797 [22:44:04] *** Quits: m1rr0r5h4d35 (~m1rr0r5h4@replaced-ip ) (Quit: Leaving)
1798 [22:44:47] *** Joins: kcz (~quassel@replaced-ip )
1799 [22:44:57] *** Quits: tijara (~tijara@replaced-ip ) (Quit: tijara)
1800 [22:45:50] *** Quits: astra`` (~astra@replaced-ip ) (Ping timeout: 265 seconds)
1801 [22:46:46] *** Joins: L1Cafe (~L1Cafe@replaced-ip )
1802 [22:48:02] *** debhelper sets mode: +l 1196
1803 [22:48:21] *** Joins: m1rr0r5h4d35 (~m1rr0r5h4@replaced-ip )
1804 [22:49:10] *** Quits: L1Cafe (~L1Cafe@replaced-ip ) (Remote host closed the connection)
1805 [22:49:39] *** Joins: Faked20 (~joao@replaced-ip )
1806 [22:50:24] *** Joins: Guest42138 (~chris@replaced-ip )
1807 [22:50:47] *** Quits: black_ant (~antilope@replaced-ip ) (Ping timeout: 256 seconds)
1808 [22:51:05] *** Quits: steph_ (~serard@replaced-ip ) (Ping timeout: 272 seconds)
1809 [22:51:15] *** Quits: coot (~coot@replaced-ip ) (Quit: coot)
1810 [22:51:28] *** Joins: L1Cafe (~L1Cafe@replaced-ip )
1811 [22:51:39] *** Parts: L1Cafe (~L1Cafe@replaced-ip ) ()
1812 [22:51:59] *** Quits: Rosco2 (~RossGammo@replaced-ip ) (Quit: Leaving)
1813 [22:52:17] *** Quits: makani (makani@replaced-ip ) (Quit: Ping timeout (120 seconds))
1814 [22:52:45] *** Joins: makani (makani@replaced-ip )
1815 [22:54:10] *** Joins: slowly_stuck (~slowly_st@replaced-ip )
1816 [22:54:15] *** Joins: DodgeThis (~DodgeThis@replaced-ip )
1817 [22:55:34] *** Joins: L1Cafe (~L1Cafe@replaced-ip )
1818 [22:55:39] *** Quits: milkt (~debian@replaced-ip ) (Ping timeout: 268 seconds)
1819 [22:57:19] *** Parts: L1Cafe (~L1Cafe@replaced-ip ) ()
1820 [22:57:36] *** Joins: milkt (~debian@replaced-ip )
1821 [22:58:05] *** Quits: Faked20 (~joao@replaced-ip ) (Ping timeout: 240 seconds)
1822 [22:58:26] *** Quits: earthundead (~earthunde@replaced-ip ) (Remote host closed the connection)
1823 [22:58:30] *** Joins: wyatt8740 (~wyatt8740@replaced-ip )
1824 [22:58:31] *** Joins: L1Cafe (~L1Cafe@replaced-ip )
1825 [22:58:42] *** Quits: slowly_stuck (~slowly_st@replaced-ip ) (Quit: slowly_stuck)
1826 [22:59:12] *** Joins: steph_ (~serard@replaced-ip )
1827 [22:59:19] *** Quits: monaco (~nit@replaced-ip ) (Quit: WeeChat 3.0.1)
1828 [22:59:38] *** Quits: L1Cafe (~L1Cafe@replaced-ip ) (Remote host closed the connection)
1829 [23:00:40] *** Joins: Iamahuman (~noname@replaced-ip )
1830 [23:00:41] *** Joins: slowly_stuck (~slowly_st@replaced-ip )
1831 [23:00:47] *** Joins: monaco (~ubuntu@replaced-ip )
1832 [23:01:25] *** Joins: L1Cafe (~L1Cafe@replaced-ip )
1833 [23:02:03] *** Quits: szorfein (~daggoth@replaced-ip ) (Remote host closed the connection)
1834 [23:02:15] *** Joins: tijara (~tijara@replaced-ip )
1835 [23:03:19] *** Parts: L1Cafe (~L1Cafe@replaced-ip ) ()
1836 [23:03:32] *** Joins: L1Cafe (~L1Cafe@replaced-ip )
1837 [23:04:09] *** Quits: w-oertl (~wolfgang@replaced-ip ) (Ping timeout: 246 seconds)
1838 [23:04:30] *** Quits: onejukeboksi (~noname@replaced-ip ) (Ping timeout: 246 seconds)
1839 [23:05:05] *** Joins: Dj_Dexter (~Dark_X@replaced-ip )
1840 [23:05:41] <slowly_stuck> My ssh client is sending LANG="en_US.UTF-8" to debian server (checked with ssh -v), but server is setting LANG=C. /etc/ssh/sshd_config has (the default) "AcceptEnv LANG LC_*". How can I debug this further?
1841 [23:07:54] *** Joins: dannylee (~dannylee@replaced-ip )
1842 [23:08:02] *** Quits: mnemonic (~semeion@replaced-ip ) (Read error: Connection reset by peer)
1843 [23:08:30] *** Joins: mnemonic (~semeion@replaced-ip )
1844 [23:11:50] *** Joins: jotaxpe (jotaxpe@replaced-ip )
1845 [23:11:56] *** Quits: gateway2000 (~gateway20@replaced-ip ) (Ping timeout: 265 seconds)
1846 [23:12:16] *** Quits: Deknos (~deknos@replaced-ip ) (Quit: Deknos)
1847 [23:12:49] *** Quits: sponix (~sponix@replaced-ip ) (Quit: Leaving)
1848 [23:13:00] *** Quits: L1Cafe (~L1Cafe@replaced-ip##) (Quit: ZNC 1.8.2 - ##replaced-url
1849 [23:13:56] *** Quits: fjavier (~fjavier@replaced-ip ) (Ping timeout: 240 seconds)
1850 [23:14:18] *** Quits: Guest42138 (~chris@replaced-ip ) (Quit: Guest42138)
1851 [23:15:55] *** Joins: Vhost (~fromhell@replaced-ip )
1852 [23:16:06] <Vhost> hallo
1853 [23:16:15] *** Quits: SoulsForBelial (~SoulsForB@replaced-ip ) (Ping timeout: 258 seconds)
1854 [23:17:23] <InZaneGamer84> Vhost hiya
1855 [23:17:37] <Vhost> InZaneGamer84 can help,
1856 [23:17:38] <Vhost> replaced-url
1857 [23:18:10] *** Quits: Iamahuman (~noname@replaced-ip ) (Ping timeout: 258 seconds)
1858 [23:18:19] <InZaneGamer84> vhost google setting PKG_CONFIG_PATH
1859 [23:18:46] *** Quits: AmigaGod (~quassel@replaced-ip##) (Quit: ##replaced-url
1860 [23:19:02] *** Joins: SoulsForBelial (~SoulsForB@replaced-ip )
1861 [23:19:15] *** Joins: SponiX (~sponix@replaced-ip )
1862 [23:19:40] <Vhost> InZaneGamer84 you meen export PKG_CONFIG_PATH=/usr/lib/pkgconfig
1863 [23:19:47] <Vhost> same problem
1864 [23:19:57] *** Joins: Iamahuman (~noname@replaced-ip )
1865 [23:20:13] <sney> ,file libtls.pc
1866 [23:20:17] <judd> No packages in buster/amd64 were found with that file.
1867 [23:20:22] <sney> Vhost: what are you trying to do?
1868 [23:20:55] <Vhost> ./configure
1869 [23:21:09] <sney> !your screen
1870 [23:21:10] <dpkg> Your screen is in front of your face. #debian cannot see it. Please give as many details as you can about the problem. It wastes our time and yours when we have to guess what is on your screen. See <context>, <what>
1871 [23:21:56] <InZaneGamer84> sney hahahahahhahaha
1872 [23:22:07] *** Quits: mirrorbird (~psutcliff@replaced-ip ) (Ping timeout: 272 seconds)
1873 [23:22:24] *** Joins: Na_Klar (~naklar@replaced-ip )
1874 [23:22:26] <sney> ;)
1875 [23:23:28] <Vhost> sney
1876 [23:23:35] <Vhost> can you help ?
1877 [23:24:49] *** Quits: tagomago (~tagomago@replaced-ip ) (Quit: Konversation terminated!)
1878 [23:25:06] <sney> Vhost: that depends on whether you can describe the problem. As the bot just said, we can't see your screen. What are you trying to build? where did it come from? what other output is there? etc
1879 [23:25:40] <InZaneGamer84> snes in his defense he did post terminal output of the error
1880 [23:25:44] <InZaneGamer84> *sney ^
1881 [23:25:57] <Vhost> sney: replaced-url
1882 [23:26:14] <InZaneGamer84> sney replaced-url
1883 [23:26:45] <sney> InZaneGamer84: if you can interpret full context from that, I want your telepathy secrets
1884 [23:27:08] <Na_Klar> I have a program which runs in a terminal. This program listens to stdin and whenever it gets a line (ending with \n I assume) it converts the line to sound-signals. Ok. Now I have a second terminal from which I try to send a line to the first terminal. I do #printf "A\n" > /dev/pts/1# The first terminal does receive the A+return, as I can see it appearing in the terminal window. But the program does not execute the line. I still have to pres
1885 [23:27:28] <InZaneGamer84> sney lol touche'
1886 [23:28:35] <sney> Vhost: in the Installing section it says it requires libretls or libressl, neither of which is in debian.
1887 [23:29:03] <Vhost> libretls or libressl i need apt install this packages
1888 [23:29:07] <Vhost> ?
1889 [23:29:08] <sney> so you will need to build/install libretls from this same site before building catgirl.
1890 [23:31:03] *** Quits: lastrodamo (~lastrodam@replaced-ip ) (Quit: Leaving)
1891 [23:31:26] *** Joins: rolo_ (~error@replaced-ip )
1892 [23:31:39] *** Parts: m1rr0r5h4d35 (~m1rr0r5h4@replaced-ip ) ("Leaving")
1893 [23:31:54] *** Parts: Vhost (~fromhell@replaced-ip ) ("Closing Window")
1894 [23:32:36] *** Quits: Christian75 (~Christian@replaced-ip ) (Remote host closed the connection)
1895 [23:32:46] *** Joins: Jerrynicki (~niklas@replaced-ip )
1896 [23:33:04] *** Joins: Christian75 (~Christian@replaced-ip )
1897 [23:33:46] <jmcnaught> Na_Klar: your question was cut off at "I still have to pres…". Have you tried using a named pipe created with mkfifo instead?
1898 [23:34:16] <Na_Klar> ...s enter with the frist terminal in focus. Why does the program not "understand" the \n for a execute command?
1899 [23:35:37] *** Quits: _0bitcount (~Big_Byte@replaced-ip ) (Quit: Leaving)
1900 [23:35:49] *** Joins: igrtrrt (~igrtrrt@replaced-ip )
1901 [23:36:02] *** Quits: rolo_ (~error@replaced-ip ) (Ping timeout: 264 seconds)
1902 [23:36:22] *** Quits: jotaxpe (jotaxpe@replaced-ip ) (Quit: Leaving)
1903 [23:38:02] *** debhelper sets mode: +l 1190
1904 [23:46:06] *** Quits: Christian75 (~Christian@replaced-ip ) (Remote host closed the connection)
1905 [23:46:37] *** Joins: Kilgarah_Hunith (~LoseThos@replaced-ip )
1906 [23:46:38] *** Joins: Christian75 (~Christian@replaced-ip )
1907 [23:46:50] <Na_Klar> jmcnaught: If I see that correctly, the program in the first terminal would have to read from that named pipe. since I did not write that program I cannot make it read from a named pipe instead of from stdin.
1908 [23:49:16] <jmcnaught> Na_Klar: redirecting stdin with '<' does not work with this program?
1909 [23:49:18] *** Joins: rgr (~rgr@replaced-ip )
1910 [23:49:21] *** Quits: steph_ (~serard@replaced-ip ) (Ping timeout: 272 seconds)
1911 [23:49:49] *** Quits: Enissay (~Enissay@replaced-ip ) (Quit: WeeChat 2.8)
1912 [23:49:52] *** Quits: ddsys (~ddsys@replaced-ip ) (Quit: Leaving)
1913 [23:50:19] *** Quits: galex-713 (~quassel@replaced-ip ) (Ping timeout: 265 seconds)
1914 [23:50:50] *** Joins: ArsenArsen (~Arsen@replaced-ip )
1915 [23:50:59] *** Joins: Enissay (~Enissay@replaced-ip )
1916 [23:51:32] *** Joins: RedSoxFan07 (~Thunderbi@replaced-ip )
1917 [23:51:39] *** Quits: dannylee (~dannylee@replaced-ip ) (Quit: Leaving)
1918 [23:52:16] *** Quits: ArsenArsen (~Arsen@replaced-ip ) (Remote host closed the connection)
1919 [23:52:21] *** Quits: n4dir (~n4dir@replaced-ip ) (Remote host closed the connection)
1920 [23:52:29] *** Joins: galex-713 (~quassel@replaced-ip )
1921 [23:52:44] *** Joins: ArsenArsen (~Arsen@replaced-ip )
1922 [23:52:46] *** Quits: ArsenArsen (~Arsen@replaced-ip ) (Remote host closed the connection)
1923 [23:54:41] *** Joins: semeion (~semeion@replaced-ip )
1924 [23:54:41] *** mnemonic is now known as Guest27872
1925 [23:55:24] *** Joins: ArsenArsen (~Arsen@replaced-ip )
1926 [23:55:46] *** Quits: ArsenArsen (~Arsen@replaced-ip ) (Remote host closed the connection)
1927 [23:56:16] *** Joins: ArsenArsen (~Arsen@replaced-ip )
1928 [23:57:25] *** Quits: Guest27872 (~semeion@replaced-ip ) (Ping timeout: 240 seconds)
1929 [23:59:06] *** Joins: wwilliam (~afernande@replaced-ip )
↑ top
context: nick names on moving displays as market values
#debian Freenode IRC channel closed on 2021-06-01
contact: a @ her0. be