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:01] *** Quits: drzacek (~drzacek@replaced-ip##) (Quit: ZNC 1.7.2+deb3 - ##replaced-url
1 [00:00:27] <JustTheDoctor> ok, ps -aux | grep "pandacoin" gives me a reply root 1643 25.2 67.3 5026868 2701280 ? SLsl 20:41 19:57 /usr/local/bin pandacoind --daemon <-- so the script in essense would do nothing,
2 [00:00:49] *** Joins: BrianG61UK_ (~BrianG61U@replaced-ip )
3 [00:00:50] *** Joins: drzacek (~drzacek@replaced-ip )
4 [00:00:53] *** Joins: IsThatAPlanet (~dawgy@replaced-ip )
5 [00:01:10] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
6 [00:01:15] *** Quits: icecream (~icecream@replaced-ip ) (Remote host closed the connection)
7 [00:01:29] *** Joins: icecream (~icecream@replaced-ip )
8 [00:01:58] <ratrace> pgrep "pandacoind" && echo "it's aliiiiveee!"
9 [00:02:02] <JustTheDoctor> im new to sh and this is something i need fast so, how would i make a sh script that when ran would check if the process is running if it is ignore it and if not execute it? (its going to be placed in a cron job so the path to the executeable would be /usr/local/bin/pandacoind and i needs --daemon after it
10 [00:02:07] <JustTheDoctor> ok
11 [00:02:21] <ratrace> pgrep "pandacoind" || echo "it doesn't exist, do something now!"
12 [00:02:32] <trek00> OS-73114: it depends by your desktop environment, but you can probably add something to your autostart directory ~/.config/autostart
13 [00:02:46] <JustTheDoctor> trek00 this is a vps in shell only.
14 [00:03:02] <JustTheDoctor> I've having a issue where pandacoind runs as a daemon but alot of the time randomly stops
15 [00:03:09] *** Quits: BrianG61UK (~BrianG61U@replaced-ip ) (Ping timeout: 272 seconds)
16 [00:03:22] <JustTheDoctor> so i want ot make a .sh that i can cron to every 2 hrs, to check is it running? if not run it
17 [00:03:41] <ratrace> JustTheDoctor: why not.... write a proper systemd unit that will (re)start it when it fails....
18 [00:03:58] <JustTheDoctor> because i know even less about that
19 [00:04:51] *** Quits: Night-Shade (~TimF@replaced-ip ) (Read error: Connection reset by peer)
20 [00:04:58] <ratrace> JustTheDoctor: well.. since you installed it from source or unpacked a tarball from its upstream, check if it already comes witha systemd unit applicable
21 [00:05:18] <JustTheDoctor> no, pandacoind is something i compiled manually
22 [00:05:31] <ratrace> you wrote it, or there's an upstream?
23 [00:06:06] <trek00> JustTheDoctor: if you use systemd, it should restart it automatically?
24 [00:06:14] *** Quits: HarmtH (~harmth@replaced-ip ) (Ping timeout: 240 seconds)
25 [00:06:18] *** Quits: mzajc (~marko@replaced-ip ) (Ping timeout: 260 seconds)
26 [00:06:30] *** Joins: LameName123 (~LameName1@replaced-ip )
27 [00:06:53] *** Joins: saptech (~saptech@replaced-ip )
28 [00:07:07] *** Joins: acidvegas (~acidvegas@replaced-ip )
29 [00:07:09] <trek00> SPF: check your logs: tail -f /var/log/syslog
30 [00:07:16] <ratrace> JustTheDoctor: so anyway, if you wrote that, or the upstream doesn't have a ready service unit you might use, perhaps this might help, write your own service unit: replaced-url
31 [00:07:27] <kouett> petn-randall: still there ? made some progress, successfully loaded target_core_mod on a test rpi2 running Debian
32 [00:07:28] <acidvegas> max-m-: are you maxp?
33 [00:07:40] *** Quits: Miles8of9 (~miles@replaced-ip ) (Remote host closed the connection)
34 [00:07:48] <acidvegas> valdyn: are you around?
35 [00:08:04] *** Quits: dionysus69 (~Thunderbi@replaced-ip ) (Ping timeout: 244 seconds)
36 [00:08:55] <kouett> petn-randall: if I can confirm this rpi2 can act as an iscsi target, I'll switch from Raspbian to Debian ;)
37 [00:10:13] *** Quits: tgunr (~davec@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
38 [00:11:30] *** BrianG61UK_ is now known as BrianG61UK
39 [00:12:31] <LameName123> Hello everybody! Does anybody of you know how to make apt ask you which dependency you want to pick when there are any "or-dependencies"? Like when a package needs an email client, that it doesn't just pick one at random but asks me which one I want to install instead?
40 [00:13:16] <LameName123> Would be great if somebody of you could help me out with that. Manually checking for those dependencies would be pretty annoying..
41 [00:14:32] *** Quits: APLU (~mulx@replaced-ip ) (Quit: !suicide)
42 [00:15:10] <JustTheDoctor> if i type pgrep and a process name that isnt running does sh consider it a null reply?
43 [00:16:07] <dvs> LameName123, I'd imagine that if you specify the package name when you do an apt install would do the right thing.
44 [00:16:07] <trek00> LameName123: aptitute can help a bit, but it's not what you asked
45 [00:16:57] <ratrace> JustTheDoctor: dunno what "null reply" is, but pgreg will return "false"-like value that you can use with || to execute something in such context
46 [00:17:04] <ratrace> pgrep even
47 [00:17:55] <JustTheDoctor> for example i type pgrep thisapp and thisapp isnt running so i got
48 [00:18:06] <JustTheDoctor> root@localhost:~# pgrep thisapp
49 [00:18:06] <JustTheDoctor> root@localhost:~#
50 [00:18:25] <ratrace> JustTheDoctor: I think you need a lesson in shell basics and this ain't the place for that
51 [00:18:28] <trek00> JustTheDoctor: try pgrep thisapp; echo $?
52 [00:18:40] *** Joins: scoopgracie (~scoopgrac@replaced-ip )
53 [00:18:54] <ratrace> JustTheDoctor: meanwhile you can use, like I told you, the || operator to execute something if pgrep fails to find what you were looking for
54 [00:19:09] <JustTheDoctor> ok thank you trek00
55 [00:19:20] <scoopgracie> would it be safe to uninstall apt to reinstall from a downloaded deb?
56 [00:19:35] <JustTheDoctor> ratrace so if i do pgrep pandacoind || pandacoind --daemon if it doesnt find pandacoind it will run pandacoind --daemon ?
57 [00:19:47] <ratrace> JustTheDoctor: yes
58 [00:19:49] <dvs> scoopgracie, just upgrade
59 [00:19:51] <JustTheDoctor> hmm
60 [00:20:01] <ratrace> but REALLY... learn how to and write a systemd service unit to run your daemon
61 [00:20:22] <ratrace> becaues this is a stupid hack and you're just making yourself a disservice and setting yourself up for more grief
62 [00:20:41] *** Joins: Ticho (~Ticho@replaced-ip )
63 [00:20:57] <JustTheDoctor> and with a sh and cron id have to do pgrep pandacoind || /usr/local/bin/pandacoind --daemon ?
64 [00:21:18] *** Joins: tgunr (~davec@replaced-ip )
65 [00:21:32] <ratrace> JustTheDoctor: I suppose so, but running services like that from the cron context is a bad idea
66 [00:21:55] *** Quits: OS-73114 (~OS-73114@replaced-ip ) (Remote host closed the connection)
67 [00:22:42] *** Quits: Ticho_ (~Ticho@replaced-ip ) (Ping timeout: 260 seconds)
68 [00:25:17] <LameName123> dvs, Well, yeah. That would work but I'd much prefer if apt would ask me which package I want to install, if I can choose between multiple packages instead of just picking one without even asking me.
69 [00:25:23] *** Joins: Ticho_ (~Ticho@replaced-ip )
70 [00:26:45] <LameName123> trek00, well, if apt can't do that on its own and aptitude can, I would be willing to use aptitude instead. I just don't know how I'd do that. I couldn't really find something helpful in the man page..
71 [00:27:18] *** Quits: Ticho (~Ticho@replaced-ip ) (Ping timeout: 260 seconds)
72 [00:28:02] *** Quits: mihi (~mihi@replaced-ip ) (Quit: Leaving)
73 [00:28:03] *** Quits: Space_Man (~Space_Man@replaced-ip ) (Read error: Connection reset by peer)
74 [00:28:45] <trek00> LameName123: with aptitude, you select a package to install, then press 'g' key and it will shows the list of packges that will be installed automatically to met dependencies, then you can inspect each of those packages to find those with alternatives
75 [00:28:46] *** Quits: m0u_ (~m0u@replaced-ip ) (Ping timeout: 260 seconds)
76 [00:29:01] *** debhelper sets mode: +l 1342
77 [00:29:16] <trek00> LameName123: it's not fast as having apt to ask you about, but it's better than nothing
78 [00:33:17] <scoopgracie> E: Failed to fetch replaced-url
79 [00:33:25] <scoopgracie> what does that mean?
80 [00:33:53] <trek00> scoopgracie: may be a temporary error? try again in some minutes
81 [00:33:56] <scoopgracie> i'm using crostini aka linux (beta) on a chromebook, i accidentally interrupted an upgrade of linux, and now i get this
82 [00:34:10] <scoopgracie> started a few days ago and hasn't worked since
83 [00:34:43] *** Joins: swickrotation (~swickrota@replaced-ip )
84 [00:35:36] *** Joins: Grldfrdom (uid391113@replaced-ip )
85 [00:36:09] *** Quits: _0bitcount (~Big_Byte@replaced-ip ) (Quit: Leaving)
86 [00:36:09] *** Quits: silverwhitefish (~hidden@replaced-ip ) (Quit: One for all, all for One (2 Corinthians 5))
87 [00:36:30] *** Joins: silverwhitefish (~hidden@replaced-ip )
88 [00:37:25] <somiaj> scoopgracie: this is #debian, we only support debian, not things based or debian or other linux, maybe try ##linux
89 [00:37:41] <scoopgracie> this is debian
90 [00:37:49] <scoopgracie> just happens to be on a chromebook
91 [00:37:59] <trek00> which version of debina?
92 [00:38:11] <scoopgracie> stretch
93 [00:38:26] <scoopgracie> with a partial update to buster
94 [00:38:36] *** Quits: dastier (~dastier@replaced-ip ) (Quit: Leaving)
95 [00:38:46] <scoopgracie> which i have manually rolled back everywhere i can find refs to buster
96 [00:38:47] <somiaj> scoopgracie: based off stretch is not stretch
97 [00:38:51] <somiaj> !crostini
98 [00:38:55] <somiaj> !based on debian
99 [00:38:56] <dpkg> Your distribution may be based on and have software in common with Debian, but it is not Debian. We don't and cannot know what changes were made by your distribution (compare replaced-url
100 [00:38:56] <sney> !frankendebian
101 [00:39:46] <scoopgracie> what is a blend?
102 [00:39:59] <somiaj> !pureblend
103 [00:40:18] <sney> it's debian with a specific set of packages, not a derivative
104 [00:40:26] <somiaj> replaced-url
105 [00:40:36] *** Joins: distopista (~distopist@replaced-ip )
106 [00:40:51] <scoopgracie> this is debian with a few packages added by google
107 [00:40:54] *** Quits: cyveris (~cyveris@replaced-ip ) (Quit: WeeChat 2.8)
108 [00:40:55] <sney> I *think* debian runs natively on some chromebooks. I've been thinking about getting one to figure out if that's true
109 [00:41:03] *** Quits: frgo (~frgo@replaced-ip ) (Remote host closed the connection)
110 [00:41:35] *** Joins: frgo (~frgo@replaced-ip )
111 [00:41:38] <sney> anyway, broadly, if you started upgrading to buster then it's too late and your only way forward is to finish that process
112 [00:41:41] *** Quits: fission6 (~textual@replaced-ip ) (Quit: fission6)
113 [00:41:51] <sney> trying to downgrade or mix releases will only break things more
114 [00:42:18] *** Quits: ice99 (~ice9@replaced-ip ) (Ping timeout: 260 seconds)
115 [00:42:47] <scoopgracie> but why is a partial upgrade making apt think the http responses are bad?
116 [00:42:56] <scoopgracie> seems like a weird thing for it to break
117 [00:43:16] <trek00> scoopgracie: may be some (ssl) libraries are not upgraded right?
118 [00:43:21] <scoopgracie> oh
119 [00:43:50] <SPF> trek00: I already checked /var/log/syslog, it contains a time gap when the problem happened, without any information
120 [00:44:04] *** Joins: magic_ninja (~sparkie1@replaced-ip )
121 [00:44:14] <scoopgracie> in that case, finishing the upgrade would give the same errors
122 [00:44:34] *** Joins: geonaumov (~quassel@replaced-ip )
123 [00:44:40] <trek00> SPF: if the load was low and there was no I/O, then it could be an hardware issue
124 [00:44:44] <scoopgracie> curl and wget work
125 [00:45:03] <sney> back up /home and reinstall is my advice
126 [00:45:06] <somiaj> scoopgracie: few packages is vague, often they modify core stuff, and it is no longer debian.
127 [00:45:10] *** Joins: UrielCorinthian (~UrielCori@replaced-ip )
128 [00:45:21] <SPF> trek00: could be, how can I figure it out what piece of hardware is faulty?
129 [00:45:42] <LameName123> trek00, Well, that's better but still not exactly what I was looking for.. It would be nice if there was some way that the package manager told me about the alternatives that I can choose from. If possible recursively as well.. Checking out every dependency is a pain.
130 [00:45:42] <scoopgracie> sney: that's part of my problem, reinstalling is impossible
131 [00:46:00] <sney> that seems unlikely
132 [00:46:30] <ratrace> SPF: use ssh from another machine and observe dmesg -w in real time
133 [00:46:33] <sney> but I guess I don't know the full scope of what it takes to run something other than chromeos on your specific chromebook. there are probably other channels that do
134 [00:47:20] <trek00> LameName123: yeah i would like it too
135 [00:47:34] <trek00> SPF: usually thanks to the logs
136 [00:48:41] <trek00> scoopgracie: you could manually download apt and its dependencies and install those packages with dpkg, then try again to upgrade, but it's a long process
137 [00:49:59] <LameName123> trek00, is there an official name for these "or-dependencies" that I coud use to get more meaningful search results?
138 [00:50:57] <trek00> LameName123: i don't know, probably alternative dependencies but it is confusing as there is also the update-alternatives mechanism
139 [00:51:11] *** Joins: ExoUNX (~ExoUNX@replaced-ip )
140 [00:52:16] *** Joins: Night-Shade (~TimF@replaced-ip )
141 [00:53:03] <LameName123> trek00, thank you for your help. I hope I can find something that way. :)
142 [00:53:30] <trek00> LameName123: if you find it, please to tell me! :)
143 [00:54:22] <LameName123> trek00, sure!
144 [00:56:53] *** Joins: grobi (~rtng@replaced-ip )
145 [00:59:02] *** Quits: awal1 (~awal1@replaced-ip ) (Quit: Leaving)
146 [00:59:23] *** Quits: tgunr (~davec@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
147 [01:01:01] *** Quits: synbiose (~synbiose@replaced-ip ) (Quit: synbiose)
148 [01:04:03] *** Quits: enoch85 (~enoch85@replaced-ip##) (Quit: Tech And Me - ZNC server 1.6.3 - ##replaced-url
149 [01:04:41] <karlpinc> scoopgracie: Did you follow the instructions in the release notes when upgrading? If not, you might want to take a look at the instructions. There's a separate section on what to do if things go wrong as well.
150 [01:04:46] *** Joins: enoch85 (~enoch85@replaced-ip )
151 [01:06:26] *** Quits: acidvegas (~acidvegas@replaced-ip ) (Quit: WeeChat 2.7.1)
152 [01:06:26] *** Quits: k4nz (~Thunderbi@replaced-ip ) (Read error: Connection reset by peer)
153 [01:06:37] *** Quits: gelignite (~gelignite@replaced-ip ) (Quit: Stay safe! Stay at home! Stop the chain reaction!)
154 [01:06:59] *** Joins: k4nz (~Thunderbi@replaced-ip )
155 [01:07:02] *** Quits: distopista (~distopist@replaced-ip ) (Ping timeout: 260 seconds)
156 [01:07:27] *** Joins: shibboleth (~shibbolet@replaced-ip )
157 [01:08:26] <somiaj> karlpinc: considering they are running a derivative, there could be other issues behind the sceens as well.
158 [01:09:54] *** Quits: solarnetone (~scott@replaced-ip ) (Ping timeout: 240 seconds)
159 [01:13:14] *** Joins: Wils1n (~Wilson@replaced-ip )
160 [01:13:18] *** Quits: Wils1n (~Wilson@replaced-ip ) (Remote host closed the connection)
161 [01:13:34] *** Joins: brokencycle (~brokencyc@replaced-ip )
162 [01:13:56] *** Quits: n0a110w (~n0a110w@replaced-ip##) (Quit: ZNC - ##replaced-url
163 [01:16:34] *** Quits: mdh (~alarm@replaced-ip ) (Remote host closed the connection)
164 [01:17:07] *** Joins: Wils1n (~Wilson@replaced-ip )
165 [01:18:07] *** Quits: xcm (~xcm@replaced-ip ) (Killed (orwell.freenode.net (Nickname regained by services)))
166 [01:18:47] *** Joins: xcm (~xcm@replaced-ip )
167 [01:19:54] *** Quits: ragouel (~crow11@replaced-ip ) (Ping timeout: 250 seconds)
168 [01:20:43] *** Joins: ragouel (~crow11@replaced-ip )
169 [01:21:25] *** Joins: promethi1 (~promethia@replaced-ip )
170 [01:21:49] *** Joins: Lord_of_Life_ (~Lord@replaced-ip )
171 [01:22:27] *** Quits: d3sync (~d3sync@replaced-ip##) (Quit: KVIrc 5.0.0 Aria ##replaced-url
172 [01:24:15] *** Quits: Lord_of_Life (~Lord@replaced-ip ) (Ping timeout: 240 seconds)
173 [01:24:15] *** Quits: promethial (~promethia@replaced-ip ) (Ping timeout: 240 seconds)
174 [01:24:38] *** Lord_of_Life_ is now known as Lord_of_Life
175 [01:27:35] *** Quits: Wils1n (~Wilson@replaced-ip ) (Remote host closed the connection)
176 [01:32:54] *** Quits: nksegos (~Thunderbi@replaced-ip ) (Quit: nksegos)
177 [01:33:10] *** Joins: nksegos (~Thunderbi@replaced-ip )
178 [01:35:43] *** Quits: ceska (~Cieska@replaced-ip ) (Ping timeout: 256 seconds)
179 [01:36:53] *** Quits: juanrubio_ (~joni@replaced-ip ) (Ping timeout: 272 seconds)
180 [01:37:18] *** Joins: tgunr (~davec@replaced-ip )
181 [01:40:10] *** Quits: tyzef (~tyzef@replaced-ip ) (Remote host closed the connection)
182 [01:40:53] *** Joins: d3sync (~d3sync@replaced-ip )
183 [01:41:12] <scoopgracie> i just though, i could powerwash my chromebook
184 [01:41:23] <scoopgracie> but i don't want to lose my other data
185 [01:42:36] *** Quits: fflori (~fflori@replaced-ip ) (Remote host closed the connection)
186 [01:45:42] *** Quits: Whyvn (~user@replaced-ip ) (Ping timeout: 260 seconds)
187 [01:49:01] *** debhelper sets mode: +l 1335
188 [01:50:29] *** Quits: flayer (~flayer@replaced-ip ) (Quit: Leaving)
189 [01:50:50] *** Parts: FUtz (~FUtz@replaced-ip ) ()
190 [01:50:50] *** Quits: troulouliou_div2 (~troulouli@replaced-ip ) (Ping timeout: 260 seconds)
191 [01:51:00] <karlpinc> somiaj: When I installed debian on my chromebook, via the "chromebook way", it installed stock debian stretch. And I since upgraded to buster, IIRC.
192 [01:51:19] *** Joins: FUtz (~FUtz@replaced-ip )
193 [01:53:53] *** Quits: scoopgracie (~scoopgrac@replaced-ip ) (Remote host closed the connection)
194 [01:54:48] <lwp> maybe some flavor of debian live could boot on that chromebook, for the purpose of copying out whatever valuable data
195 [01:58:22] *** Joins: Whyvn (~user@replaced-ip )
196 [01:58:22] *** Quits: k4nz (~Thunderbi@replaced-ip ) (Ping timeout: 260 seconds)
197 [02:00:00] *** Joins: led_belly (~led_belly@replaced-ip )
198 [02:00:02] *** Quits: waxfire (~waxfire@replaced-ip##) (Quit: The Lounge - ##replaced-url
199 [02:00:03] *** Quits: tgunr (~davec@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
200 [02:00:27] *** Joins: waxfire (~waxfire@replaced-ip )
201 [02:01:09] *** Quits: de-facto (~de-facto@replaced-ip ) (Quit: See you around.)
202 [02:01:24] *** Joins: de-facto (~de-facto@replaced-ip )
203 [02:02:46] *** Quits: Whyvn (~user@replaced-ip ) (Ping timeout: 244 seconds)
204 [02:04:15] *** Quits: jrgill (~jrgill@replaced-ip ) (Ping timeout: 240 seconds)
205 [02:05:15] *** Joins: troulouliou_div2 (~troulouli@replaced-ip )
206 [02:09:30] *** Quits: maestronolte (~maestrono@replaced-ip ) (Quit: WeeChat 2.3)
207 [02:10:53] *** Quits: LameName123 (~LameName1@replaced-ip ) (Quit: Leaving)
208 [02:12:45] *** Quits: pingfloyd (~pingfloyd@replaced-ip ) (Quit: WeeChat 2.3)
209 [02:13:39] *** Joins: hyskaru (~hyskaru@replaced-ip )
210 [02:14:29] *** Joins: cfoch (uid153227@replaced-ip )
211 [02:16:31] *** Quits: GrimKriegor (~grimkrieg@replaced-ip ) (Remote host closed the connection)
212 [02:17:30] *** Joins: GrimKriegor (~grimkrieg@replaced-ip )
213 [02:18:01] *** Joins: Whyvn (~user@replaced-ip )
214 [02:20:18] *** Quits: Jerrynicki (~niklas@replaced-ip ) (Ping timeout: 260 seconds)
215 [02:20:22] *** Quits: grobi (~rtng@replaced-ip ) (Read error: Connection reset by peer)
216 [02:22:23] *** Quits: flokuehn (~flokuehn@replaced-ip ) (Ping timeout: 250 seconds)
217 [02:23:47] *** Quits: hyskaru (~hyskaru@replaced-ip ) (Quit: hyskaru)
218 [02:24:08] *** Joins: zazagx (~BlackPink@replaced-ip )
219 [02:24:18] *** Joins: flokuehn (~flokuehn@replaced-ip )
220 [02:24:24] *** Quits: silverwhitefish (~hidden@replaced-ip ) (Quit: One for all, all for One (2 Corinthians 5))
221 [02:24:55] <zazagx> does anyone know how to install the displaylink driver on debian 10? i can't install it properly
222 [02:25:03] *** Joins: k4nz (~Thunderbi@replaced-ip )
223 [02:29:02] *** debhelper sets mode: +l 1329
224 [02:30:54] *** Joins: silverwhitefish (~hidden@replaced-ip )
225 [02:32:50] *** Quits: zazagx (~BlackPink@replaced-ip ) (Quit: leaving)
226 [02:34:45] *** Quits: silverwhitefish (~hidden@replaced-ip ) (Client Quit)
227 [02:38:08] *** Quits: medard (~medard@replaced-ip ) (Quit: Leaving)
228 [02:38:56] *** Joins: Xeyame (~Xeyame@replaced-ip )
229 [02:43:30] *** Quits: dethos (~dethos@replaced-ip ) (Ping timeout: 256 seconds)
230 [02:44:01] *** Quits: diniwed (~gavron@replaced-ip ) (Ping timeout: 264 seconds)
231 [02:44:46] *** Joins: diniwed (~gavron@replaced-ip )
232 [02:45:51] *** Joins: zazagx (~BlackPink@replaced-ip )
233 [02:49:25] <zazagx> geez i am stuck
234 [02:49:41] *** Quits: kilobyte_ch (~kbch@replaced-ip ) (Ping timeout: 265 seconds)
235 [02:49:43] *** Quits: renzhi (~renzhi@replaced-ip ) (Ping timeout: 246 seconds)
236 [02:49:57] *** Quits: preyalone (uid21561@replaced-ip ) (Quit: Connection closed for inactivity)
237 [02:50:06] <trek00> zazagx: it prints some error messages?
238 [02:50:44] <zazagx> Verifying archive integrity... 100% All good.
239 [02:50:44] <zazagx> Uncompressing DisplayLink Linux Driver 5.2.14 100%
240 [02:50:44] <zazagx> DisplayLink Linux Software 5.2.14 install script called: install
241 [02:50:44] <zazagx> Distribution discovered: Debian GNU/Linux 10 (buster)
242 [02:50:44] <zazagx> Unsatisfied dependencies. Missing component: Linux headers for running kernel, 4.19.0-8-amd64.
243 [02:50:44] *** zazagx was kicked by debhelper (flood)
244 [02:50:50] *** Joins: zazagx (~BlackPink@replaced-ip )
245 [02:50:53] <zazagx> sorry
246 [02:51:31] <trek00> zazagx: i guess you already installer linux kernel headers package?
247 [02:51:59] *** Quits: nksegos (~Thunderbi@replaced-ip ) (Quit: nksegos)
248 [02:52:04] *** Joins: nsegkos (~Thunderbi@replaced-ip )
249 [02:52:14] *** Joins: cyveris (cyveris@replaced-ip )
250 [02:52:14] *** Joins: gZen0n (~user@replaced-ip )
251 [02:52:47] <zazagx> yes
252 [02:53:15] *** Quits: rotaticus (~rotaticus@replaced-ip ) (Ping timeout: 240 seconds)
253 [02:54:03] <gZen0n> Hi, I'm looking for installing a Nextcloud server in a LXC container on buster, and I would like to install ffmpeg in order to enable sound file previews. Is there a way to do it while avoiding to install x11 ?
254 [02:54:13] <trek00> zazagx: may be this help? replaced-url
255 [02:54:25] *** nsegkos is now known as nksegos
256 [02:54:58] *** Joins: giantmidget (~GiantMidg@replaced-ip )
257 [02:55:03] <zazagx> yeah i was already there
258 [02:55:08] <trek00> :-/
259 [02:55:57] <sponix> gZen0n: not sure about LXC, but odds are there are pre-made Docker containers to do what you are looking for
260 [02:56:42] <zazagx> when i git clone the file
261 [02:56:48] <zazagx> cd displaylink-debian/ && sudo ./displaylink-debian.sh
262 [02:57:11] <zazagx> it says 'Can't open display'
263 [02:57:13] <gZen0n> I know, but I'm exploring LXC, and this is what I want to use. Fact is that there is no real differences between a normal system or LXC, for this issue especially
264 [02:58:16] <gZen0n> well, if it requires x11-common, that means entire x11 will be installed or not ?
265 [02:59:09] <gZen0n> I don't remember how to call the bot to have the dependance list
266 [02:59:27] <karlpinc> gZen0n: I don't see x11-common in ffmpeg requirements.
267 [02:59:35] *** Parts: MrElmo (~Elmo@replaced-ip ) ("ByrdIRC")
268 [02:59:44] <trek00> gZen0n: it will install x11 librearies, but not the full xorg server
269 [02:59:51] <trek00> karlpinc: it's on libavdevice
270 [02:59:52] <karlpinc> gZen0n: x11-common is not all of x11.
271 [02:59:52] <gZen0n> ok nice
272 [03:00:03] <gZen0n> ThanKS
273 [03:00:57] *** Joins: kilobyte_ch (~kbch@replaced-ip )
274 [03:01:44] <gZen0n> And do you know if there is a libreoffice version without x too ?
275 [03:01:45] *** Quits: Hunterkll (~hunterkll@replaced-ip ) (Ping timeout: 240 seconds)
276 [03:01:47] <trek00> zazagx: try setting DISPLAY
277 [03:02:06] <trek00> zazagx: it runs xrandr that needs to connect to an Xserver
278 [03:02:15] *** Joins: silverwhitefish (~hidden@replaced-ip )
279 [03:02:17] *** Joins: awal1 (~awal1@replaced-ip )
280 [03:02:29] <trek00> gZen0n: i don't think but may be you can use uno for those tasks
281 [03:03:08] <gZen0n> Nextcloud documentation says it needs libreoffice or openoffice only... (ofc it's optionnal)
282 [03:04:00] <trek00> gZen0n: well you can try to apt-get -s libreoffice to see how much space it will take
283 [03:04:10] <trek00> apt-get install -s libreoffice
284 [03:04:16] <trek00> (simulate an install)
285 [03:04:17] <zazagx> you mean the DISPLAY application preinstalled in Debian?
286 [03:04:40] <trek00> zazagx: no, the DISPLAY environment variable
287 [03:04:55] <trek00> zazagx: type as user: echo $DISPLAY
288 [03:06:03] <zazagx> :0
289 [03:06:11] <zazagx> thats what i got
290 [03:06:13] <trek00> zazagx: or better, sudo sh -c "DISPLAY=$DISPLAY ./displaylink-debian.sh"
291 [03:06:47] <gZen0n> well, it adds x11-utils, but no desktop environment apparently
292 [03:07:11] <gZen0n> I didn't expect this
293 [03:07:26] <trek00> gZen0n: it's good, right?
294 [03:08:14] <gZen0n> Think so, there are many useless dependancies, but it seems reasonably fit...
295 [03:09:06] <gZen0n> (btw, I'm discovering LXC, and it's really great to test things like it without completely pollute a server !)
296 [03:09:11] *** Joins: sidmo_ (~ident@replaced-ip )
297 [03:09:12] <trek00> gZen0n: libreoffice is big anyway
298 [03:09:15] *** Quits: SoulsForBelial (~SoulsForB@replaced-ip ) (Ping timeout: 240 seconds)
299 [03:09:33] *** Joins: Ticho (~Ticho@replaced-ip )
300 [03:09:41] <zazagx> i got the same error "Can't open display"
301 [03:09:59] <gZen0n> yes 1GB
302 [03:10:57] <gZen0n> java is the biggest part I think, and it's not needed there but aw
303 [03:10:58] *** Quits: Ticho_ (~Ticho@replaced-ip ) (Ping timeout: 244 seconds)
304 [03:11:07] <trek00> zazagx: well may be you need also to set XAUTORITY
305 [03:12:09] <trek00> zazagx: sh -c "DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY ./displaylink-debian.sh"
306 [03:12:30] <trek00> zazagx: are you running from X?
307 [03:12:39] *** Quits: sidmo (~ident@replaced-ip ) (Ping timeout: 250 seconds)
308 [03:12:47] <zazagx> KDE Wayland
309 [03:13:19] <zazagx> oh maybe thats why
310 [03:13:25] <trek00> zazagx: well, may be you need to open the X-to-wayland thing
311 [03:13:33] <trek00> zazagx: i don't know wayland
312 [03:13:48] *** Quits: Brainium (~brainium@replaced-ip ) (Quit: Konversation terminated!)
313 [03:14:07] <trek00> Xwayland
314 [03:14:30] <zazagx> isn't the default install if debian 10 the wayland instead of X11?
315 [03:14:40] <trek00> then run a terminal inside Xwayland and try from it
316 [03:14:53] <trek00> zazagx: yeah but i really don't know it, i don't use it
317 [03:15:08] <trek00> i'm trying to gues
318 [03:15:10] <zazagx> ah, i am not sure how to do that
319 [03:15:36] *** Joins: SoulsForBelial (~SoulsForB@replaced-ip )
320 [03:15:50] <trek00> zazagx: it seems this displaylink driver works with Xorg
321 [03:15:52] *** Joins: torbo (~user@replaced-ip )
322 [03:16:40] <zazagx> ohh
323 [03:17:09] <zazagx> it says i already have xorg already installed in my software center
324 [03:18:14] *** Quits: shibboleth (~shibbolet@replaced-ip ) (Quit: shibboleth)
325 [03:18:28] <trek00> zazagx: it seems it will work with the next release of gnome, i don't know about kde replaced-url
326 [03:19:14] *** Joins: lunaa (Lunateris@replaced-ip )
327 [03:20:03] <trek00> gZen0n: well you can not install java, try with apt-get install --no-install-recommends -s libreoffice
328 [03:20:18] <zazagx> ah crap
329 [03:20:24] <lunaa> Hello debian folk. I'm running into a weird error I don't understand how to resolve... "Couldn't clean the currently selected dpkg states"
330 [03:20:26] *** Joins: r4u1 (~raf@replaced-ip )
331 [03:21:45] <gZen0n> meh, i didn't see the little line about recommended in the middle of the full list
332 [03:21:49] <gZen0n> thank you
333 [03:21:53] <sney> lunaa: what's the context? can you pastebin apt/dpkg's full output?
334 [03:21:57] <trek00> lunaa: try sudo dpkg --configure -a
335 [03:22:32] *** Joins: m0rd3cai (~m0rd3cai@replaced-ip )
336 [03:22:38] *** Quits: Vizva (~Vizva@replaced-ip ) (Remote host closed the connection)
337 [03:22:40] <trek00> zazagx: may be you need to run Xorg instead of Wayland
338 [03:23:08] <trek00> gZen0n: :)
339 [03:23:20] <zazagx> yeah i am trying to figure it out
340 [03:24:04] <gZen0n> it's just 500MB now, my df -h thanks you
341 [03:24:06] <zazagx> crap looks like i need to use gnome
342 [03:24:21] <zazagx> lame
343 [03:24:42] <trek00> zazagx: that version of gnome is not yet available on debian stable
344 [03:24:50] <zazagx> oh
345 [03:24:59] *** drzacek is now known as Guest45264
346 [03:24:59] *** Quits: Guest45264 (~drzacek@replaced-ip ) (Killed (egan.freenode.net (Nickname regained by services)))
347 [03:25:01] *** Joins: drzacek (~drzacek@replaced-ip )
348 [03:25:05] <trek00> zazagx: may be on the login screen you get this config option? replaced-url
349 [03:25:26] *** Quits: nksegos (~Thunderbi@replaced-ip ) (Ping timeout: 244 seconds)
350 [03:25:36] <zazagx> hmmm
351 [03:25:40] <zazagx> let me try
352 [03:25:45] *** Quits: zazagx (~BlackPink@replaced-ip ) (Quit: leaving)
353 [03:26:53] *** Quits: HelloShitty (~narayan@replaced-ip ) (Quit: leaving)
354 [03:29:13] <trek00> gZen0n: i always disable recommends, but be aware that something could not run properly
355 [03:29:33] *** Quits: nifker (~Thunderbi@replaced-ip ) (Quit: nifker)
356 [03:29:44] <sney> !why recommends
357 [03:29:44] <dpkg> From Debian 5.0 "Lenny" onwards, apt-get and aptitude both install "Recommended" packages by default. From <policy> section 7.2, Recommends, "declares a strong, but not absolute, dependency. The Recommends field should list packages that would be found together with this one in all but unusual installations." You're not that unusual, trust us. By not installing "recommended" packages you will be missing functionality.
358 [03:30:06] <sney> ^ this is the official word on that, ofc if you're experienced you can do whatever
359 [03:30:12] *** Quits: Sicnus (uid319956@replaced-ip ) (Quit: Connection closed for inactivity)
360 [03:30:32] *** Quits: Tom01 (~tom@replaced-ip ) (Ping timeout: 256 seconds)
361 [03:31:08] <trek00> yeah, sometimes it's harder to debug and to find which package you need to install if disable recommends
362 [03:31:22] <gZen0n> I will see, if I experienced issues while previewing files, I'll know where it comes from
363 [03:31:30] <trek00> right
364 [03:31:52] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Max SendQ exceeded)
365 [03:31:59] <lunaa> trek00: Thank you that worked, it appears. What does command do?
366 [03:32:12] <lunaa> Wait, I could read the man page...
367 [03:32:39] <trek00> lunaa: probably some packages was not configured properly (a break during install?)
368 [03:32:39] *** Quits: n_1-c_k (~n_1-c_k@replaced-ip ) (Read error: Connection reset by peer)
369 [03:32:40] *** Joins: Tom01 (~tom@replaced-ip )
370 [03:33:27] *** Joins: n_1-c_k (~n_1-c_k@replaced-ip )
371 [03:33:30] <lunaa> Yeah, I'd bet that happened at some point, that I didn't remember.
372 [03:35:10] *** Quits: mibo (~mibo@replaced-ip ) (Remote host closed the connection)
373 [03:37:05] *** Joins: fmaurer_ (~quassel@replaced-ip )
374 [03:37:48] *** Quits: kryten (krytarik@replaced-ip ) (Excess Flood)
375 [03:38:05] *** Joins: krytarik (krytarik@replaced-ip )
376 [03:39:01] *** debhelper sets mode: +l 1323
377 [03:40:20] *** Quits: r4u1 (~raf@replaced-ip ) (Quit: leaving)
378 [03:40:45] *** Quits: fmaurer (~quassel@replaced-ip ) (Ping timeout: 240 seconds)
379 [03:41:23] *** Joins: HelloShitty (~narayan@replaced-ip )
380 [03:45:43] *** Joins: eliotome3000 (~eliotime@replaced-ip )
381 [03:46:13] *** Joins: Hunterkll (~hunterkll@replaced-ip )
382 [03:46:46] *** Quits: led_belly (~led_belly@replaced-ip ) (Ping timeout: 246 seconds)
383 [03:47:34] *** Joins: daschr (~daschr@replaced-ip )
384 [03:48:15] *** Quits: davschr (~daschr@replaced-ip ) (Ping timeout: 240 seconds)
385 [03:49:30] *** Joins: borsin (~borsin@replaced-ip )
386 [03:50:39] *** Joins: woenx (~quassel@replaced-ip )
387 [03:51:55] *** Quits: zyley (~zyley@replaced-ip ) (Quit: Leaving)
388 [03:55:55] *** Joins: pandakekok9 (~pandakeko@replaced-ip )
389 [03:58:17] *** Quits: cyveris (cyveris@replaced-ip ) (Quit: WeeChat 2.8)
390 [03:58:49] *** Joins: cyveris (~cyveris@replaced-ip )
391 [04:00:02] *** Joins: cryptic (~cryptic@replaced-ip )
392 [04:02:40] *** Quits: cryptic (~cryptic@replaced-ip ) (Remote host closed the connection)
393 [04:04:32] *** Quits: troulouliou_div2 (~troulouli@replaced-ip ) (Quit: Leaving)
394 [04:04:47] *** Quits: Grldfrdom (uid391113@replaced-ip ) (Quit: Connection closed for inactivity)
395 [04:06:17] *** Quits: Buliarous (~gypsydang@replaced-ip ) (Remote host closed the connection)
396 [04:06:30] *** Joins: Buliarous (~gypsydang@replaced-ip )
397 [04:06:52] *** Quits: Buliarous (~gypsydang@replaced-ip ) (Client Quit)
398 [04:07:13] *** Joins: Buliarous (~gypsydang@replaced-ip )
399 [04:07:57] *** Joins: cryptic (~cryptic@replaced-ip )
400 [04:08:28] *** Joins: jinmiaoluo (~jinmiaolu@replaced-ip )
401 [04:09:49] *** Joins: Grldfrdom (uid391113@replaced-ip )
402 [04:09:53] *** Joins: n0a110w (~n0a110w@replaced-ip )
403 [04:10:53] *** Joins: citypw (~citypw@replaced-ip )
404 [04:11:16] *** Quits: pandakekok9 (~pandakeko@replaced-ip ) (Ping timeout: 246 seconds)
405 [04:12:59] *** Quits: brokencycle (~brokencyc@replaced-ip ) (Ping timeout: 265 seconds)
406 [04:15:44] *** Joins: k4nz1 (~Thunderbi@replaced-ip )
407 [04:17:15] *** Quits: Prints (~333@replaced-ip ) (Ping timeout: 240 seconds)
408 [04:17:26] *** Quits: k4nz (~Thunderbi@replaced-ip ) (Ping timeout: 260 seconds)
409 [04:17:27] *** k4nz1 is now known as k4nz
410 [04:22:30] *** Joins: Prints (~333@replaced-ip )
411 [04:25:42] *** Joins: edwardly (~edwardly@replaced-ip )
412 [04:31:16] *** Quits: k4nz (~Thunderbi@replaced-ip ) (Remote host closed the connection)
413 [04:31:43] *** Joins: k4nz (~Thunderbi@replaced-ip )
414 [04:33:49] *** Quits: n0a110w (~n0a110w@replaced-ip##) (Quit: ZNC - ##replaced-url
415 [04:34:09] *** Joins: pingfloyd (~pingfloyd@replaced-ip )
416 [04:35:34] *** Quits: MikZyth (~MikZyth@replaced-ip ) (Ping timeout: 260 seconds)
417 [04:35:37] *** Quits: longears (longears@replaced-ip ) (Ping timeout: 264 seconds)
418 [04:37:01] *** Quits: Acheron (~Acheron@replaced-ip ) (Quit: Good Bye and Good Luck)
419 [04:37:12] *** Joins: n0a110w (~n0a110w@replaced-ip )
420 [04:37:29] *** Joins: longears (longears@replaced-ip )
421 [04:37:47] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 240 seconds)
422 [04:45:57] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
423 [04:47:30] *** Quits: Tom01 (~tom@replaced-ip ) (Remote host closed the connection)
424 [04:55:14] *** Quits: m0rd3cai (~m0rd3cai@replaced-ip ) (Ping timeout: 260 seconds)
425 [04:55:52] *** Joins: m0rd3cai (~m0rd3cai@replaced-ip )
426 [04:56:23] *** Quits: turona (~quassel@replaced-ip ) (Ping timeout: 272 seconds)
427 [04:57:31] *** Quits: Psil0Cybin (Psil0Cybin@replaced-ip ) (Ping timeout: 250 seconds)
428 [05:00:02] *** Quits: c10l (~c10l@replaced-ip##) (Quit: ZNC 1.7.4+deb7 - ##replaced-url
429 [05:02:19] *** Joins: c10l (~c10l@replaced-ip )
430 [05:04:20] *** Quits: Lupricon (~Lupricon@replaced-ip ) (Ping timeout: 258 seconds)
431 [05:04:34] *** Joins: Lupricon (~Lupricon@replaced-ip )
432 [05:11:12] *** Joins: Psil0Cybin (Psil0Cybin@replaced-ip )
433 [05:13:54] *** Quits: k4nz (~Thunderbi@replaced-ip ) (Ping timeout: 260 seconds)
434 [05:14:08] *** Joins: k4nz (~Thunderbi@replaced-ip )
435 [05:16:04] *** Joins: banisterfiend (~textual@replaced-ip )
436 [05:18:00] *** Joins: turona (~quassel@replaced-ip )
437 [05:18:13] *** Joins: prov (~prov@replaced-ip )
438 [05:20:50] *** Quits: miklcct (quasselcor@replaced-ip##) (Quit: ##replaced-url
439 [05:24:10] *** Quits: diniwed (~gavron@replaced-ip ) (Ping timeout: 260 seconds)
440 [05:24:34] *** Quits: thiras (~thiras@replaced-ip ) (Ping timeout: 260 seconds)
441 [05:24:35] *** Joins: miklcct (quasselcor@replaced-ip )
442 [05:26:04] *** Quits: miklcct (quasselcor@replaced-ip ) (Client Quit)
443 [05:27:09] *** Joins: gnufr33dom (~gnufr33do@replaced-ip )
444 [05:27:13] *** Joins: usally (~berly222@replaced-ip )
445 [05:29:11] *** Joins: rozenglass (~rozenglas@replaced-ip )
446 [05:29:23] *** Quits: gnufr33dom (~gnufr33do@replaced-ip ) (Excess Flood)
447 [05:29:45] *** Joins: gnufr33dom (~gnufr33do@replaced-ip )
448 [05:29:58] *** Joins: led_belly (~led_belly@replaced-ip )
449 [05:30:14] *** Quits: k4nz (~Thunderbi@replaced-ip ) (Ping timeout: 260 seconds)
450 [05:30:48] *** Joins: k4nz (~Thunderbi@replaced-ip )
451 [05:31:54] *** Quits: gnufr33dom (~gnufr33do@replaced-ip ) (Excess Flood)
452 [05:35:32] *** Quits: r3 (~r3@replaced-ip ) ()
453 [05:36:13] *** Quits: woenx (~quassel@replaced-ip##) (Quit: ##replaced-url
454 [05:36:18] *** Quits: shirak_ (~shirak@replaced-ip ) (Ping timeout: 260 seconds)
455 [05:36:59] *** Joins: miklcct (quasselcor@replaced-ip )
456 [05:37:14] *** Quits: prov (~prov@replaced-ip ) (Ping timeout: 260 seconds)
457 [05:39:14] *** Joins: r3 (~r3@replaced-ip )
458 [05:40:28] *** Joins: Seto_Kaiba (~hunterkll@replaced-ip )
459 [05:41:50] *** Quits: Hunterkll (~hunterkll@replaced-ip ) (Ping timeout: 244 seconds)
460 [05:46:41] *** Quits: nyov (~nyov@replaced-ip ) (Killed (orwell.freenode.net (Nickname regained by services)))
461 [05:46:49] *** Joins: nyov (~nyov@replaced-ip )
462 [05:47:03] *** Quits: miklcct (quasselcor@replaced-ip##) (Quit: ##replaced-url
463 [05:47:26] *** Joins: miklcct (quasselcor@replaced-ip )
464 [05:47:45] *** Quits: Seto_Kaiba (~hunterkll@replaced-ip ) (Ping timeout: 240 seconds)
465 [05:49:00] *** Quits: mvaenskae (~mvaenskae@replaced-ip ) (Ping timeout: 265 seconds)
466 [05:49:28] *** Joins: nickodd (~nickodd@replaced-ip )
467 [05:51:42] *** Quits: k4nz (~Thunderbi@replaced-ip ) (Ping timeout: 260 seconds)
468 [05:52:03] *** Joins: k4nz (~Thunderbi@replaced-ip )
469 [05:53:27] *** Quits: gZen0n (~user@replaced-ip ) (Quit: Leaving)
470 [05:54:07] *** Quits: rozenglass (~rozenglas@replaced-ip ) (Remote host closed the connection)
471 [05:58:25] *** Quits: beencubed (~beencubed@replaced-ip ) (Ping timeout: 264 seconds)
472 [06:05:45] *** Joins: wr (~wr@replaced-ip )
473 [06:09:15] *** Quits: n0a110w (~n0a110w@replaced-ip ) (Ping timeout: 240 seconds)
474 [06:10:03] *** Quits: wr (~wr@replaced-ip ) (Ping timeout: 240 seconds)
475 [06:10:48] *** Joins: careta (~careta@replaced-ip )
476 [06:11:04] *** Joins: Jade_NL (~JadeNL@replaced-ip )
477 [06:11:13] *** Joins: LionOpeter (~liron@replaced-ip )
478 [06:14:07] *** Quits: klokken (~klokken@replaced-ip ) (Ping timeout: 240 seconds)
479 [06:15:19] *** Joins: Hunterkll (~hunterkll@replaced-ip )
480 [06:17:54] *** Joins: Garb0_ (~Garb0@replaced-ip )
481 [06:18:19] *** Joins: n0a110w (~n0a110w@replaced-ip )
482 [06:20:46] *** Quits: duso (~duso@replaced-ip ) (Ping timeout: 246 seconds)
483 [06:21:15] *** Quits: Garb0 (~Garb0@replaced-ip ) (Ping timeout: 240 seconds)
484 [06:21:37] *** Joins: diogenes_ (~diogenes_@replaced-ip )
485 [06:22:48] *** Joins: duso (~duso@replaced-ip )
486 [06:23:25] *** Quits: Hunterkll (~hunterkll@replaced-ip ) (Ping timeout: 240 seconds)
487 [06:23:26] *** Quits: Emmanuel_Chanel (~Emmanuel_@replaced-ip ) (Ping timeout: 260 seconds)
488 [06:27:39] *** Joins: gnufr33dom (~gnufr33do@replaced-ip )
489 [06:27:58] *** Joins: Hunterkll (~hunterkll@replaced-ip )
490 [06:28:20] *** Quits: duso (~duso@replaced-ip ) (Ping timeout: 244 seconds)
491 [06:28:29] *** Joins: sixtysix_ (~sixtysix@replaced-ip )
492 [06:29:16] *** Quits: swickrotation (~swickrota@replaced-ip ) (Quit: Lost terminal)
493 [06:29:35] *** Joins: apt (ibot@replaced-ip )
494 [06:29:47] *** Joins: duso (~duso@replaced-ip )
495 [06:30:41] *** Quits: HarveyPwca (~HarveyPwc@replaced-ip ) (Quit: Leaving)
496 [06:30:54] *** Joins: k4nz1 (~Thunderbi@replaced-ip )
497 [06:31:46] *** Quits: sixtysix (~sixtysix@replaced-ip ) (Ping timeout: 260 seconds)
498 [06:32:18] *** Quits: k4nz (~Thunderbi@replaced-ip ) (Ping timeout: 260 seconds)
499 [06:32:18] *** k4nz1 is now known as k4nz
500 [06:33:45] *** Quits: lunaa (Lunateris@replaced-ip ) (Ping timeout: 240 seconds)
501 [06:34:00] *** Joins: Emmanuel_Chanel (~Emmanuel_@replaced-ip )
502 [06:34:27] *** Quits: ChmEarl (~chmearl@replaced-ip ) (Quit: Leaving)
503 [06:35:17] *** Quits: gnufr33dom (~gnufr33do@replaced-ip ) (Quit: gnufr33dom)
504 [06:36:33] *** Joins: gnufr33dom (~gnufr33do@replaced-ip )
505 [06:36:58] *** Quits: k4nz (~Thunderbi@replaced-ip ) (Ping timeout: 260 seconds)
506 [06:37:28] *** Joins: k4nz (~Thunderbi@replaced-ip )
507 [06:41:49] *** Joins: k4nz1 (~Thunderbi@replaced-ip )
508 [06:42:06] *** Quits: k4nz (~Thunderbi@replaced-ip ) (Ping timeout: 260 seconds)
509 [06:42:06] *** k4nz1 is now known as k4nz
510 [06:43:28] *** Joins: klokken (~klokken@replaced-ip )
511 [06:48:27] *** Quits: dirkSt (~DirkS@replaced-ip ) (Ping timeout: 265 seconds)
512 [06:48:38] *** Joins: dirkSt (~DirkS@replaced-ip )
513 [06:54:19] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 252 seconds)
514 [06:56:10] *** Quits: ragouel (~crow11@replaced-ip##) (Quit: KVIrc 5.0.0 Aria ##replaced-url
515 [06:56:34] *** Quits: k4nz (~Thunderbi@replaced-ip ) (Ping timeout: 260 seconds)
516 [06:56:48] *** Joins: k4nz (~Thunderbi@replaced-ip )
517 [06:57:06] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
518 [06:59:11] *** Joins: ragouel (~crow11@replaced-ip )
519 [07:00:17] *** Quits: darunesh (~darunesh@replaced-ip ) (Remote host closed the connection)
520 [07:01:05] *** Joins: Wulf (~Wulf@replaced-ip )
521 [07:01:38] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
522 [07:01:59] *** Joins: darunesh|out (~darunesh@replaced-ip )
523 [07:02:28] *** Quits: Tweska (~tweska@replaced-ip ) (Ping timeout: 265 seconds)
524 [07:02:58] *** Joins: Tweska (~tweska@replaced-ip )
525 [07:04:47] *** Quits: Grldfrdom (uid391113@replaced-ip ) (Quit: Connection closed for inactivity)
526 [07:09:28] *** Joins: Ericounet (~Eric@replaced-ip )
527 [07:09:38] *** Quits: bliv (~bliv@replaced-ip ) (Ping timeout: 260 seconds)
528 [07:11:48] *** Joins: fnaticrisk1 (~fnaticris@replaced-ip )
529 [07:11:57] *** Quits: fnaticrisk1 (~fnaticris@replaced-ip ) (Remote host closed the connection)
530 [07:12:27] *** Joins: fnaticrisk (~fnaticris@replaced-ip )
531 [07:13:03] *** Quits: usally (~berly222@replaced-ip ) (Quit: WeeChat 2.8)
532 [07:13:27] *** Joins: dabaobei (~berly222@replaced-ip )
533 [07:14:25] *** Quits: k4nz (~Thunderbi@replaced-ip ) (Remote host closed the connection)
534 [07:14:48] *** Joins: k4nz (~Thunderbi@replaced-ip )
535 [07:16:58] *** Quits: eliotome3000 (~eliotime@replaced-ip ) (Remote host closed the connection)
536 [07:17:07] *** Quits: anoncon (~Falsememo@replaced-ip ) (Ping timeout: 246 seconds)
537 [07:17:48] *** Joins: mibo (~mibo@replaced-ip )
538 [07:18:02] *** Quits: Whyvn (~user@replaced-ip ) (Ping timeout: 260 seconds)
539 [07:19:44] *** Quits: phunyguy (~blaahchm@replaced-ip ) (Read error: Connection reset by peer)
540 [07:20:27] *** Quits: fnaticrisk (~fnaticris@replaced-ip ) (Remote host closed the connection)
541 [07:21:24] *** Joins: phunyguy (~blaahchm@replaced-ip )
542 [07:24:12] *** Joins: ansimita (~ansimita@replaced-ip )
543 [07:28:06] *** Quits: Decobus (~quassel@replaced-ip ) (Read error: Connection reset by peer)
544 [07:28:35] *** Joins: han-solo (~han-solo@replaced-ip )
545 [07:36:22] *** Joins: gravelch (~gravelch@replaced-ip )
546 [07:42:10] *** darunesh|out is now known as darunesh
547 [07:42:10] *** Quits: n_1-c_k (~n_1-c_k@replaced-ip ) (Read error: Connection reset by peer)
548 [07:42:43] *** Joins: n_1-c_k (~n_1-c_k@replaced-ip )
549 [07:42:56] *** Parts: caterfxo (~caterfxo@replaced-ip ) ()
550 [07:45:36] *** Joins: b1ack0p (~M@replaced-ip )
551 [07:45:39] *** Quits: debsan (~debsan@replaced-ip ) (Ping timeout: 265 seconds)
552 [07:52:45] *** Quits: gravelch (~gravelch@replaced-ip ) (Quit: Lost terminal)
553 [07:52:45] *** Quits: ctrlbreak (~ctrlbreak@replaced-ip ) (Read error: Connection reset by peer)
554 [07:52:47] *** Joins: evilbug (~evilbug@replaced-ip )
555 [07:52:59] *** Quits: r3 (~r3@replaced-ip ) ()
556 [07:53:03] *** Joins: ctrlbreak (~ctrlbreak@replaced-ip )
557 [07:53:32] *** Joins: dreamon (~dreamon@replaced-ip )
558 [07:54:37] *** Quits: SoulsForBelial (~SoulsForB@replaced-ip ) (Ping timeout: 244 seconds)
559 [07:55:15] *** Joins: pkx (~pkx@replaced-ip )
560 [07:57:25] *** Joins: SoulsForBelial (~SoulsForB@replaced-ip )
561 [07:57:31] *** Quits: Rubin (rubin@replaced-ip ) (Ping timeout: 272 seconds)
562 [07:58:27] *** Joins: miskatonic (~miskatoni@replaced-ip )
563 [07:58:42] *** Joins: fnaticrisk (~fnaticris@replaced-ip )
564 [07:59:03] *** Joins: fnaticrisk_ (~fnaticris@replaced-ip )
565 [07:59:50] *** Quits: fnaticrisk_ (~fnaticris@replaced-ip ) (Client Quit)
566 [07:59:50] *** Quits: fnaticrisk (~fnaticris@replaced-ip ) (Client Quit)
567 [08:00:08] *** Quits: empty_string (emptystrin@replaced-ip ) (Quit: Disconnecting from server)
568 [08:00:14] *** Joins: fnaticrisk (~fnaticris@replaced-ip )
569 [08:01:08] *** Joins: empty_string (emptystrin@replaced-ip )
570 [08:01:22] *** Quits: empty_string (emptystrin@replaced-ip ) (Remote host closed the connection)
571 [08:01:50] *** Quits: duso (~duso@replaced-ip ) (Ping timeout: 260 seconds)
572 [08:02:13] *** Joins: Rubin (~rubin@replaced-ip )
573 [08:02:25] *** Joins: empty_string (emptystrin@replaced-ip )
574 [08:02:47] *** Quits: pkx (~pkx@replaced-ip ) (Remote host closed the connection)
575 [08:03:17] *** Joins: duso (~duso@replaced-ip )
576 [08:04:12] *** Quits: Garb0_ (~Garb0@replaced-ip ) (Quit: Leaving)
577 [08:04:19] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
578 [08:05:22] *** Joins: xcm (~xcm@replaced-ip )
579 [08:08:51] *** Quits: Ericounet (~Eric@replaced-ip ) (Ping timeout: 265 seconds)
580 [08:09:14] *** Joins: r3 (~r3@replaced-ip )
581 [08:10:18] *** Quits: tsal (~tsal@replaced-ip ) (Ping timeout: 260 seconds)
582 [08:11:36] *** Quits: nothing101 (~empiresta@replaced-ip ) (Quit: Leaving)
583 [08:13:09] *** Joins: tsal (~tsal@replaced-ip )
584 [08:18:42] *** Joins: tuxmania (~tuxmania@replaced-ip )
585 [08:23:25] *** Quits: promethi1 (~promethia@replaced-ip ) (Quit: WeeChat 2.3)
586 [08:24:30] *** Joins: tyzef (~tyzef@replaced-ip )
587 [08:26:58] *** Quits: timur_davletshin (~timur_dav@replaced-ip ) (Read error: Connection reset by peer)
588 [08:27:46] *** Quits: jinmiaoluo (~jinmiaolu@replaced-ip ) (Remote host closed the connection)
589 [08:27:47] *** Quits: giantmidget (~GiantMidg@replaced-ip ) (Read error: Connection reset by peer)
590 [08:28:22] *** Joins: giantmidget (~GiantMidg@replaced-ip )
591 [08:28:33] *** Joins: jinmiaoluo (~jinmiaolu@replaced-ip )
592 [08:28:47] *** Joins: timur_davletshin (~timur_dav@replaced-ip )
593 [08:29:12] *** Quits: tyzef (~tyzef@replaced-ip ) (Client Quit)
594 [08:29:23] *** Joins: tyzef (~tyzef@replaced-ip )
595 [08:34:15] *** Quits: Ark74 (~Ark74@replaced-ip ) (Ping timeout: 240 seconds)
596 [08:36:02] *** Joins: Ark74 (~Ark74@replaced-ip )
597 [08:38:21] <oxek> When I install a new package that contains a systemd service, the service immedially starts up after installation. How do I prevent this behavior?
598 [08:38:33] <oxek> I'd like to be able to configure the service before it starts up for the first time.
599 [08:39:11] <somiaj> There isn't an easy way, why can't you just stop it after the install, configure, then bring it back up
600 [08:39:43] <oxek> somiaj: because the service starts making network connections that do not adhere to company policy :(
601 [08:39:45] <somiaj> You could pre-mask the package, I think if you create a link in /etc/systemd/system/unitname.service -> /dev/null it will keep it from comming up
602 [08:40:10] *** Joins: fnaticrisk_ (~fnaticris@replaced-ip )
603 [08:40:12] <somiaj> oxek: a firewall could stop that, but I don't know of any policy.
604 [08:40:39] <somiaj> Another option, manually download the .deb, unpack the .deb, go edit the install script in /var/lib/dpkg/info and comment out the line that starts the service, then configure the package.
605 [08:40:48] <somiaj> (apt can --download-only the .deb for you)
606 [08:41:17] <oxek> somiaj: I think any firewall on linux that is able to stop outgoing connections. The idea with masking the service sounds interesting, I'll check it out, but it seems to require knowing the service name beforehand.
607 [08:41:51] *** Quits: tuxmania (~tuxmania@replaced-ip ) (Ping timeout: 272 seconds)
608 [08:41:55] <somiaj> I've seen this question a few times, and outside of editing the package before install, I don't think debian has any nice way to achive this. Debian basically assumes if you install a service you want to run it.
609 [08:42:17] <oxek> yes, I want to run the service, after configuring it not before :)
610 [08:42:31] *** Quits: Night-Shade (~TimF@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
611 [08:42:31] *** Quits: fnaticrisk (~fnaticris@replaced-ip ) (Ping timeout: 246 seconds)
612 [08:42:45] <somiaj> There useto be a policy-rc.d, but I don't think this has been adapted for use with systemd (or if it has, I am not aware of it)
613 [08:42:52] *** Quits: torbo (~user@replaced-ip ) (Remote host closed the connection)
614 [08:43:31] <oxek> I'll go check the pre-masking, sounds like something that could be automated
615 [08:43:35] <oxek> thanks!
616 [08:44:35] <miskatonic> a very stupid assumption is that you want to run it at boot time
617 [08:44:43] <somiaj> replaced-url
618 [08:45:20] <oxek> somiaj: I found this replaced-url
619 [08:45:47] <somiaj> miskatonic: It totally depends on the use case, and I think debian would have to deal with more issues if they didn't start/enable services at install, than let the admins have a way to override. policy-rc.d use to do this, but haven't found any decent way with systemd.
620 [08:45:50] <oxek> would `echo "disable *" > /etc/systemd/system-preset/00-default.preset` do what I want?
621 [08:46:17] <oxek> I can't see if it applies to all services, or only newly installed services
622 [08:46:20] <somiaj> oxek: I personally haven't tried any of these, maybe use some test case with a service you know won't connect to the inetnert when you load it, such as ngnix or sshd.
623 [08:46:53] <somiaj> oxek: but enabling/disabling won't affect running at install, this is something else
624 [08:47:02] <somiaj> oxek: that will affect miskatonic point of running at boot
625 [08:48:12] <somiaj> This question comes up time to time, and I have never seen a decent answer in my mind for all services, but premasking should work for specific services.
626 [08:48:54] *** Joins: DEB-alain (~DEB-alain@replaced-ip )
627 [08:50:13] <oxek> from the link you posted, it says "The deb-systemd-invoke script does check to see if the unit is disabled before taking action on it"
628 [08:50:26] <oxek> doesn't that mean that if I have `echo "disable *" > /etc/systemd/system-preset/00-default.preset` then it would not start it?
629 [08:50:50] <oxek> I am new and I am trying to learn, so please bear with me if I say something stupid
630 [08:51:24] <somiaj> oxek: hmm, then maybe, do note that is ubuntu (which is probably similar), as I said I don't know forsure, but if the that works, I think that is the best solution I've seen so far.
631 [08:51:26] *** Quits: ragouel (~crow11@replaced-ip ) (Ping timeout: 250 seconds)
632 [08:51:49] <oxek> I'll test it out in a vm
633 [08:52:02] *** Joins: ragouel (~crow11@replaced-ip )
634 [08:53:57] <somiaj> and if that does work, I wonder if this is documented somewhere.
635 [08:54:06] *** Quits: forgotmynick (uid24625@replaced-ip ) (Quit: Connection closed for inactivity)
636 [08:54:33] <oxek> well it kind of is documented at the page I linked though it is not very clear replaced-url
637 [08:55:47] *** Joins: KDr23 (~KDr2@replaced-ip )
638 [08:56:05] <somiaj> well I mean in debian and how debian install scripts start/stop (so including the statement that debin install scripts should not start services if the default is disabled)
639 [08:57:43] *** Joins: Grldfrdom (uid391113@replaced-ip )
640 [08:57:59] *** Quits: KDr22 (~KDr2@replaced-ip ) (Ping timeout: 265 seconds)
641 [09:03:03] *** Joins: vutral (uid364305@replaced-ip )
642 [09:03:42] *** Joins: tuxmania (~tuxmania@replaced-ip )
643 [09:03:51] *** Quits: CrystalMath (~coderain@replaced-ip##) (Quit: Support Richard Stallman and other victims of cancel culture! | ##replaced-url
644 [09:04:44] *** Quits: LifeFrame (~LifeFrame@replaced-ip ) (Quit: -a- IRC for Android 2.1.55)
645 [09:05:39] *** Quits: Betal (~Betal@replaced-ip ) (Quit: WeeChat 2.8)
646 [09:05:42] *** Quits: awal1 (~awal1@replaced-ip ) (Quit: Leaving)
647 [09:08:09] *** Quits: sidmo_ (~ident@replaced-ip ) (Quit: Konversation terminated!)
648 [09:08:31] *** Joins: sidmo (~ident@replaced-ip )
649 [09:09:34] *** Joins: fflori (~fflori@replaced-ip )
650 [09:10:21] *** Quits: tuxmania (~tuxmania@replaced-ip ) (Ping timeout: 272 seconds)
651 [09:13:19] *** Quits: jinmiaoluo (~jinmiaolu@replaced-ip ) (Ping timeout: 246 seconds)
652 [09:14:02] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
653 [09:15:57] *** Joins: jinmiaoluo (~jinmiaolu@replaced-ip )
654 [09:16:38] *** Joins: rsx (~rsx@replaced-ip )
655 [09:16:48] *** Joins: APLU (~mulx@replaced-ip )
656 [09:24:22] *** Joins: finalbeta (~finalbeta@replaced-ip )
657 [09:27:14] *** Quits: jinmiaoluo (~jinmiaolu@replaced-ip ) (Ping timeout: 260 seconds)
658 [09:30:14] *** Joins: jinmiaol2 (~jinmiaolu@replaced-ip )
659 [09:31:24] *** Joins: k4nz1 (~Thunderbi@replaced-ip )
660 [09:31:44] *** Joins: m0u_ (~m0u@replaced-ip )
661 [09:31:58] *** Quits: k4nz (~Thunderbi@replaced-ip ) (Ping timeout: 260 seconds)
662 [09:31:58] *** k4nz1 is now known as k4nz
663 [09:34:46] *** Quits: Ark74 (~Ark74@replaced-ip ) (Ping timeout: 260 seconds)
664 [09:36:40] *** Joins: flayer (~flayer@replaced-ip )
665 [09:37:32] *** Joins: abdulocracy6 (~abdulocra@replaced-ip )
666 [09:37:37] *** Joins: semeion (~semeion@replaced-ip )
667 [09:39:11] *** Quits: abdulocracy (~abdulocra@replaced-ip ) (Ping timeout: 258 seconds)
668 [09:39:11] *** abdulocracy6 is now known as abdulocracy
669 [09:39:15] *** Quits: luuuciano_ (~luuuciano@replaced-ip ) (Ping timeout: 240 seconds)
670 [09:39:29] *** Joins: luuuciano_ (~luuuciano@replaced-ip )
671 [09:40:07] *** Joins: Ark74 (~Ark74@replaced-ip )
672 [09:44:24] *** Joins: k4nz1 (~Thunderbi@replaced-ip )
673 [09:44:52] *** Joins: medard (~medard@replaced-ip )
674 [09:45:41] *** Quits: timur_davletshin (~timur_dav@replaced-ip ) (Remote host closed the connection)
675 [09:45:55] *** Joins: timur_davletshin (~timur_dav@replaced-ip )
676 [09:45:58] *** Quits: k4nz (~Thunderbi@replaced-ip ) (Ping timeout: 260 seconds)
677 [09:45:58] *** k4nz1 is now known as k4nz
678 [09:46:22] *** Quits: timur_davletshin (~timur_dav@replaced-ip ) (Client Quit)
679 [09:46:38] *** Joins: owkss (~owkss@replaced-ip )
680 [09:47:03] *** Parts: owkss (~owkss@replaced-ip ) ()
681 [09:48:43] *** Joins: vprdaemon (~vprdaemon@replaced-ip )
682 [09:49:15] *** Quits: Ark74 (~Ark74@replaced-ip ) (Ping timeout: 240 seconds)
683 [09:49:19] *** Quits: benlue (~benlue@replaced-ip ) (Quit: Lost terminal)
684 [09:52:17] *** Quits: fnaticrisk_ (~fnaticris@replaced-ip ) (Remote host closed the connection)
685 [09:52:37] *** Quits: anonymip (~anonymip@replaced-ip ) (Ping timeout: 250 seconds)
686 [09:53:54] *** Quits: jinmiaol2 (~jinmiaolu@replaced-ip ) (Ping timeout: 260 seconds)
687 [09:54:55] *** Joins: rocketmagnet (~noname@replaced-ip )
688 [09:54:59] <rocketmagnet> hi everyone
689 [09:55:06] <rocketmagnet> i've a problem with blender 2.8
690 [09:55:24] *** Joins: fnaticrisk (~fnaticris@replaced-ip )
691 [09:55:50] <rocketmagnet> there is a short cut that have me press alt+leftmouse but it's not working, when i set the shortcut to another key it's working
692 [09:56:01] *** Joins: jinmiaol2 (~jinmiaolu@replaced-ip )
693 [09:56:04] <rocketmagnet> i tried to disable most of the short cuts but it still doesn't work
694 [09:56:09] *** Joins: anonymip (~anonymip@replaced-ip )
695 [09:57:30] *** Joins: daniel-s (~daniel-s@replaced-ip )
696 [09:57:51] <daniel-s> Is there something like Synaptic, but based on ncurses that can be used from the shell?
697 [09:58:09] <jmcnaught> aptitude
698 [09:58:24] *** Quits: fnaticrisk (~fnaticris@replaced-ip ) (Remote host closed the connection)
699 [09:58:48] *** Joins: fnaticrisk (~fnaticris@replaced-ip )
700 [09:59:28] *** Joins: benlue (~benlue@replaced-ip )
701 [09:59:32] *** Joins: Ticho_ (~Ticho@replaced-ip )
702 [10:00:55] *** Quits: Ticho (~Ticho@replaced-ip ) (Ping timeout: 246 seconds)
703 [10:01:30] *** Joins: KMPLSV (~KMPLSV@replaced-ip )
704 [10:01:47] *** Joins: Ericounet (~Eric@replaced-ip )
705 [10:03:15] *** Joins: tgunr (~davec@replaced-ip )
706 [10:06:27] *** Joins: Ycarus (~Ycarus@replaced-ip )
707 [10:07:14] *** Joins: Ark74 (~Ark74@replaced-ip )
708 [10:08:16] <miskatonic> aptitude is cool. it does not require policykit, unlice synaptic
709 [10:09:02] *** debhelper sets mode: +l 1331
710 [10:09:16] <jmcnaught> aptitude search is great
711 [10:10:29] *** Quits: secntech (~secntech@replaced-ip ) (Quit: Leaving)
712 [10:11:37] *** Joins: aZz7eCh (~aZz7eCh@replaced-ip )
713 [10:13:33] *** Quits: finalbeta (~finalbeta@replaced-ip ) (Ping timeout: 265 seconds)
714 [10:18:04] *** Quits: tgunr (~davec@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
715 [10:18:06] *** Joins: Darcidride (~Darcidrid@replaced-ip )
716 [10:19:29] *** Quits: benlue (~benlue@replaced-ip ) (Quit: Lost terminal)
717 [10:19:53] *** Joins: diogenes_ (~diogenes_@replaced-ip )
718 [10:19:59] *** Quits: rocketmagnet (~noname@replaced-ip ) (Quit: Have to leave, see you soon, best regards and thanks for the help)
719 [10:20:53] *** Joins: timur_davletshin (~timur_dav@replaced-ip )
720 [10:21:04] *** Joins: PaulGit (~PaulGit@replaced-ip )
721 [10:23:50] *** Quits: beaver (~none@replaced-ip ) (Quit: baby loose control ?!)
722 [10:25:09] *** Joins: rocketmagnet (~noname@replaced-ip )
723 [10:25:13] <rocketmagnet> hi everyone
724 [10:25:30] <rocketmagnet> i've troubles with blender 2.8 and loop select
725 [10:25:51] <rocketmagnet> the alt key seems to be used by something else
726 [10:26:03] <rocketmagnet> i'm using debian 10 with lightdm
727 [10:28:46] *** Joins: finalbeta (~finalbeta@replaced-ip )
728 [10:29:19] *** Joins: k4nz1 (~Thunderbi@replaced-ip )
729 [10:29:22] *** Quits: k4nz (~Thunderbi@replaced-ip ) (Ping timeout: 260 seconds)
730 [10:29:22] *** k4nz1 is now known as k4nz
731 [10:29:39] *** Joins: emilsp (~emilsp@replaced-ip )
732 [10:30:18] *** Quits: dreamon (~dreamon@replaced-ip ) (Ping timeout: 260 seconds)
733 [10:30:37] <miskatonic> which window manager does rockmagnet use?
734 [10:33:45] *** Joins: beaver (~none@replaced-ip )
735 [10:35:09] *** Quits: k4nz (~Thunderbi@replaced-ip ) (Quit: k4nz)
736 [10:38:11] *** Joins: rephlexie (~rephlexie@replaced-ip )
737 [10:38:50] *** Joins: ninjak (~ninjak@replaced-ip )
738 [10:38:59] *** Joins: synbiose (~synbiose@replaced-ip )
739 [10:40:51] *** Joins: benlue (~benlue@replaced-ip )
740 [10:41:03] *** Joins: Space_Man (~Space_Man@replaced-ip )
741 [10:41:25] *** Quits: konrados (~konrados@replaced-ip ) (Remote host closed the connection)
742 [10:41:52] *** Joins: konrados (~konrados@replaced-ip )
743 [10:43:07] *** Joins: ice9 (~ice9@replaced-ip )
744 [10:43:21] *** Quits: dez (uid92154@replaced-ip ) (Quit: Connection closed for inactivity)
745 [10:44:17] <rocketmagnet> lightdm
746 [10:44:30] <rocketmagnet> miskatonic: ^
747 [10:44:40] <rocketmagnet> i think i'm using mate
748 [10:45:42] <miskatonic> i don;'t know how to change the defauilrt hotkeys of mate. Many other wms allow to use the windows key instead of alt
749 [10:45:51] *** Quits: eki (~eki@replaced-ip ) (Quit: leaving)
750 [10:46:07] *** Quits: plasmik (~gentlelis@replaced-ip ) (Quit: bye!)
751 [10:46:14] <UrielCorinthian> rocketmagnet: lightdm is a display manager though, not a window manager. I think what miskatonic might be getting at, is that in quite a few window managers, alt is generally the global hotkey for holding while clicking anywhere on a window to move it
752 [10:46:27] *** Joins: huwjr (~huwjr@replaced-ip )
753 [10:46:48] <rocketmagnet> i tried to change all windows shortcuts but the problem still remains
754 [10:46:49] *** Quits: vprdaemon (~vprdaemon@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
755 [10:47:33] *** Joins: plasmik (~gentlelis@replaced-ip )
756 [10:48:33] *** Joins: rwcom (~rwcom@replaced-ip )
757 [10:48:40] *** Joins: brutser (574149f0@replaced-ip )
758 [10:48:59] <UrielCorinthian> rocketmagnet: Silly question (I haven't used Blender in quite a while: to loop-select, do you hold alt and then right-click on an edge?
759 [10:49:01] *** debhelper sets mode: +l 1338
760 [10:49:13] <rocketmagnet> UrielCorinthian: yes
761 [10:49:40] <rocketmagnet> the blender 2.8 version is awesome
762 [10:50:03] <rocketmagnet> but i've this stupid problem
763 [10:50:20] <UrielCorinthian> And does it simply not work, or does something else happen when you try to do that?
764 [10:50:22] <brutser> i got a problem with acpi on an old laptop, first of all i had this problem as described here: replaced-url
765 [10:50:40] <rocketmagnet> UrielCorinthian: it just don't work
766 [10:50:42] *** Joins: eki (~eki@replaced-ip )
767 [10:51:00] *** Joins: nifker (~Thunderbi@replaced-ip )
768 [10:51:04] <rocketmagnet> when i change the short cut to shift it's working but that's messing up other shortcuts
769 [10:51:21] <miskatonic> alt-tab for switching windows focus is another common operation in many window managers
770 [10:51:38] <UrielCorinthian> rocketmagnet: If you hold down alt, right click and move the mouse in another window (not Blender) - does it resize your window?
771 [10:52:04] <brutser> in general acpi is giving issues as I am running conky and it's not showing accurate results for different acpi readings
772 [10:52:18] <brutser> anyone can help me?
773 [10:52:41] <rocketmagnet> as soon as i move the mouse with alt clicked the blender window gets resized
774 [10:52:52] <rocketmagnet> and i can move it
775 [10:53:10] <rocketmagnet> can you help me with this issue ?
776 [10:54:24] <UrielCorinthian> rocketmagnet: Ah, yeah so that's the standard behaviour of alt in a lot of window managers. I'm not familiar enough with Mate to know where to disable that though... Give me a minute
777 [10:54:42] <rocketmagnet> thank you alot
778 [10:54:49] *** Quits: flokuehn (~flokuehn@replaced-ip ) (Ping timeout: 246 seconds)
779 [10:55:52] <rocketmagnet> you can also de-activate that shortcut altogether, i don't need that shortcut
780 [10:56:39] <miskatonic> as mate is a derivative of old incarnations of gnome, i suppose that something like a control centre.
781 [10:57:37] <UrielCorinthian> rocketmagnet: There seems to be a very simple roundabout: you haven't set the Super/Windows key to be a shortcut for anything, have you?
782 [10:57:41] <rocketmagnet> i just found under settings a setting to set the keyboard shortcuts, but i deactivated them all and it's still working
783 [10:57:57] <rocketmagnet> no
784 [10:58:37] <UrielCorinthian> rocketmagnet: Just try this: leave all shortcut keys at default, then, when you need to alt-click/alt-right-click, just ALSO hold the Windows key/Super key in addition to alt-clicking and see if that works
785 [10:59:49] <rocketmagnet> yes, but it also works without pressing the windows key
786 [11:00:20] <UrielCorinthian> rocketmagnet: How now? What works without pressing the windows key?
787 [11:00:41] <rocketmagnet> pressing alt and clicking the window and moving the mouse
788 [11:01:07] <UrielCorinthian> rocketmagnet: Loop-select works now after you've deactivated keyboard shortcuts?
789 [11:01:28] <rocketmagnet> no
790 [11:01:43] *** Quits: _nick_ (~bestwin@replaced-ip ) (Read error: Connection reset by peer)
791 [11:01:48] <miskatonic> uriel just wanted you to test whether the windows key is already bound to some action. This seems not to be the case.
792 [11:02:02] *** Quits: AimHere (~David@replaced-ip ) (Ping timeout: 260 seconds)
793 [11:02:06] <UrielCorinthian> So using Windows+alt+right-click does not work, rocketmagnet?
794 [11:02:21] *** Quits: stree (~stree@replaced-ip ) (Read error: Connection reset by peer)
795 [11:02:39] <rocketmagnet> yes it does
796 [11:02:48] *** Joins: flokuehn (~flokuehn@replaced-ip )
797 [11:02:55] *** Joins: stree (~stree@replaced-ip )
798 [11:02:56] <rocketmagnet> it dones't matter if i hit the windows key or not
799 [11:03:23] <rocketmagnet> and in no one of the shortcuts i see a shortcut that involves the mouse
800 [11:03:36] *** Joins: AimHere (~David@replaced-ip )
801 [11:03:45] <UrielCorinthian> rocketmagnet: When you say, "It works," I'm confused by what you mean. What works? Because you say you still can't loop-select...
802 [11:04:14] <rocketmagnet> it works i mean the window movement works but the loop select doesn't
803 [11:04:42] <rocketmagnet> and none of the shortcuts show me a shortcut that involves the mouse
804 [11:05:01] *** Quits: Gazooo (~Gazooo@replaced-ip##) (Quit: The Lounge - ##replaced-url
805 [11:05:47] <UrielCorinthian> rocketmagnet: Okay, that's confusing :) The window movement is your problem, so don't say "It works" :)
806 [11:06:02] <rocketmagnet> k
807 [11:06:25] <rocketmagnet> sorry for that
808 [11:06:30] <UrielCorinthian> So in summary - holding down Windows key, then pressing alt and clicking actually doesn't change anything to the behaviour? It does the same as before?
809 [11:06:46] <UrielCorinthian> rocketmagnet: No worries. I was just getting very confused :)
810 [11:06:49] *** Joins: Gazooo (~Gazooo@replaced-ip )
811 [11:06:55] *** Joins: Jerrynicki (~niklas@replaced-ip )
812 [11:06:56] <rocketmagnet> UrielCorinthian: yes
813 [11:07:36] <rocketmagnet> there must be another tool to setup the shortcuts than the default one that is installed with mate
814 [11:08:41] <miskatonic> i've read about something called dconf editor change defaukts on marco
815 [11:09:12] <UrielCorinthian> miskatonic: Yeah, was just about to ask rocketmagnet to check if that's available on Mate :)
816 [11:09:13] *** Quits: AquaL1te (~AquaL1te@replaced-ip ) (Quit: leaving)
817 [11:09:44] <UrielCorinthian> rocketmagnet: If you type dconf-editor in a terminal, does it run?
818 [11:10:13] *** Quits: flokuehn (~flokuehn@replaced-ip ) (Ping timeout: 246 seconds)
819 [11:11:32] <miskatonic> according to aptitue, it is a receommended extra to mate-deskto-environnment
820 [11:12:02] <miskatonic> err mate-desktop-environment
821 [11:12:08] *** Joins: flokuehn (~flokuehn@replaced-ip )
822 [11:12:30] *** Quits: kreyren (~kreyren@replaced-ip ) (Remote host closed the connection)
823 [11:12:44] *** Joins: kreyren (~kreyren@replaced-ip )
824 [11:12:48] *** Quits: tyzef (~tyzef@replaced-ip ) (Remote host closed the connection)
825 [11:13:06] * UrielCorinthian has to run some errands for now
826 [11:13:14] <UrielCorinthian> I'll be back in a bit :)
827 [11:15:31] *** Joins: Miles (~miles@replaced-ip )
828 [11:16:07] *** Quits: war9407 (war@replaced-ip ) (Remote host closed the connection)
829 [11:16:30] *** Quits: dabaobei (~berly222@replaced-ip ) (Ping timeout: 260 seconds)
830 [11:16:30] *** Joins: Tom01 (~tom@replaced-ip )
831 [11:17:34] *** Quits: flokuehn (~flokuehn@replaced-ip ) (Ping timeout: 246 seconds)
832 [11:19:14] *** Joins: war9407 (war@replaced-ip )
833 [11:19:26] *** Joins: flokuehn (~flokuehn@replaced-ip )
834 [11:19:37] *** Joins: Adzik (~Username@replaced-ip )
835 [11:20:09] <miskatonic> err mate-desktop-environment-extras . these exreas are not even suggested by mate-desktop-environment, for whatever reason, means they are not included in the standard install of mate desktop
836 [11:21:24] *** Quits: vutral (uid364305@replaced-ip ) (Quit: Connection closed for inactivity)
837 [11:21:39] <rocketmagnet> i found mate-keyboard-properties and there is a setting where i can switch the windows and the alt key but it doesn't work
838 [11:21:47] <rocketmagnet> UrielCorinthian: miskatonic ^
839 [11:23:09] *** Joins: supercoven (~Supercove@replaced-ip )
840 [11:24:12] *** Joins: wytchmaster (~wytchmast@replaced-ip )
841 [11:24:32] *** Joins: NetTerminalGene (~NetTermin@replaced-ip )
842 [11:25:49] *** Joins: tiggster79 (~tiggster7@replaced-ip )
843 [11:26:35] *** Joins: towo` (~towo@replaced-ip )
844 [11:27:01] <rocketmagnet> but alt-tab isn't working anymore
845 [11:27:12] *** Joins: Haudegen (~quassel@replaced-ip )
846 [11:27:17] <rocketmagnet> there must be a specific setting to turn this off
847 [11:28:52] *** Joins: dreamon (~dreamon@replaced-ip )
848 [11:29:02] *** debhelper sets mode: +l 1346
849 [11:32:37] <rocketmagnet> i try a reboot and brb
850 [11:32:43] *** Quits: rocketmagnet (~noname@replaced-ip ) (Quit: Have to leave, see you soon, best regards and thanks for the help)
851 [11:34:00] *** Joins: rocketmagnet (~noname@replaced-ip )
852 [11:34:04] <rocketmagnet> back
853 [11:34:39] <miskatonic> ok, can you cyclew windows with the windows key + tab instead of alt + tab?
854 [11:35:02] <rocketmagnet> but still not working, i can now use the windows key to move the window also with leftclick but i still can use alt+leftmouse to move a window *ARGH*
855 [11:35:43] <miskatonic> seems you need to change the hotkeys one by one
856 [11:38:07] <rocketmagnet> there is no hotkey setting for this
857 [11:38:32] <rocketmagnet> there are settings like "Behaviour of the alt/windows key"
858 [11:39:47] *** Joins: luxeve (~luxeve@replaced-ip )
859 [11:40:13] <rocketmagnet> replaced-url
860 [11:40:44] *** Quits: timur_davletshin (~timur_dav@replaced-ip ) (Quit: Leaving)
861 [11:45:04] *** Quits: xet7 (~xet7@replaced-ip ) (Quit: Leaving)
862 [11:47:05] *** Joins: timur_davletshin (~timur_dav@replaced-ip )
863 [11:47:48] *** Joins: xet7 (~xet7@replaced-ip )
864 [11:47:57] *** SWAT_ is now known as SWAT
865 [11:48:33] *** Quits: azizLIGHT (~azizLIGHT@replaced-ip ) (Quit: WeeChat 2.8-dev)
866 [11:49:04] *** Quits: Ericounet (~Eric@replaced-ip ) (Quit: Je m'en vais ...)
867 [11:49:06] *** Quits: duso (~duso@replaced-ip ) (Ping timeout: 260 seconds)
868 [11:50:31] *** Quits: Jade_NL (~JadeNL@replaced-ip ) (Quit: leaving)
869 [11:50:34] *** Joins: format_c (~format_c@replaced-ip )
870 [11:51:02] *** Joins: duso (~duso@replaced-ip )
871 [11:51:03] *** Quits: n_1-c_k (~n_1-c_k@replaced-ip ) (Read error: Connection reset by peer)
872 [11:51:52] *** Joins: Jade_NL (~JadeNL@replaced-ip )
873 [11:51:56] *** Joins: n_1-c_k (~n_1-c_k@replaced-ip )
874 [11:54:21] *** Joins: cecchini (~cecchini@replaced-ip )
875 [11:57:05] *** Joins: ceska (~Cieska@replaced-ip )
876 [11:57:59] *** Joins: dastier (~dastier@replaced-ip )
877 [11:59:41] *** Quits: rocketmagnet (~noname@replaced-ip ) (Quit: Have to leave, see you soon, best regards and thanks for the help)
878 [12:00:45] *** Quits: Space_Man (~Space_Man@replaced-ip ) (Remote host closed the connection)
879 [12:06:33] *** Joins: rocketmagnet (~noname@replaced-ip )
880 [12:07:05] *** Quits: coruja (~coruja@replaced-ip ) (Read error: Connection reset by peer)
881 [12:07:22] *** Joins: coruja (~coruja@replaced-ip )
882 [12:08:13] *** Joins: martinus__ (~martin@replaced-ip )
883 [12:10:40] *** Quits: dselect (~dselect@replaced-ip ) (Quit: ouch... that hurt)
884 [12:11:47] *** Joins: dselect (~dselect@replaced-ip )
885 [12:12:56] *** Quits: mirage335 (~mirage335@replaced-ip ) (Ping timeout: 265 seconds)
886 [12:18:15] *** Joins: coruja_ (~coruja@replaced-ip )
887 [12:18:38] *** Quits: miskatonic (~miskatoni@replaced-ip ) (Quit: miskatonic)
888 [12:18:56] *** Quits: coruja (~coruja@replaced-ip ) (Read error: Connection reset by peer)
889 [12:20:07] <rocketmagnet> Manouchehri: do you found anything ?
890 [12:23:29] *** Joins: _abc_ (~usre@replaced-ip )
891 [12:23:44] <_abc_> How does one upgrade libreoffice using aptitude in stretch?
892 [12:24:04] *** Quits: Emmanuel_Chanel (~Emmanuel_@replaced-ip ) (Ping timeout: 246 seconds)
893 [12:24:17] <_abc_> I see dozens of packages installed related to libreoffice, when I try to upgrade one of them manually, I get a lot of broken deps, and no solution seems to cover all of the needed upgrades.
894 [12:24:30] <_abc_> What is the "head" or virtual top package called for libreoffice?
895 [12:25:02] *** Joins: Emmanuel_Chanel (~Emmanuel_@replaced-ip )
896 [12:25:36] <ratrace> !xy
897 [12:25:36] <dpkg> Slow down for a bit! Are you sure that you need to jump through that particular hoop to achieve your goal? We suspect you don't, so why don't you back up a bit and tell us about the overall objective... We know that people often falsely diagnose problems because they are too close to them -- it's easy to miss that there is a better way to proceed. See replaced-url
898 [12:25:52] <_abc_> what?!
899 [12:25:54] *** Quits: stree (~stree@replaced-ip ) (Read error: Connection reset by peer)
900 [12:25:57] <_abc_> I want to upgrade libreoffice.
901 [12:26:11] <_abc_> Upgrades are available and shown in each package's deails.
902 [12:26:13] <_abc_> +t
903 [12:26:32] *** Joins: stree (~stree@replaced-ip )
904 [12:26:42] <ratrace> and running just `apt upgrade` is wrong because?
905 [12:27:38] <ratrace> keep in mind that debian is not really designed for cherry picking upgrades. it's a whole, integrated experience, with upgrades to one package mindful of upgrades to dependencies and reverse dependencies
906 [12:28:02] <_abc_> I have no intention to upgrade everything. I have the intention to upgrade exactly libreoffice.
907 [12:28:17] *** Joins: marduk (~marduk@replaced-ip )
908 [12:28:21] <_abc_> And I am using aptitude for this.
909 [12:28:47] *** Joins: crockedgrind59 (~crockedgr@replaced-ip )
910 [12:29:36] *** semeion is now known as mnemonic
911 [12:30:42] *** Joins: gintonyc (~gintonyc@replaced-ip )
912 [12:31:04] *** Parts: rephlexie (~rephlexie@replaced-ip ) ("Leaving")
913 [12:32:43] *** Joins: endstille (~endstille@replaced-ip )
914 [12:33:16] *** Joins: tgunr (~davec@replaced-ip )
915 [12:33:36] *** Quits: cfoch (uid153227@replaced-ip ) (Quit: Connection closed for inactivity)
916 [12:34:19] <_abc_> I do not see libreoffice-style-galaxy 1.6.1.5-3 in the repo, this breaks upgrading libreoffice-common to 1.6.1.5-3
917 [12:34:36] <_abc_> The latter is in the repo. Please can someone look if it is in the repo somewhere?
918 [12:34:44] <rocketmagnet> hi everyone
919 [12:34:50] *** Joins: laibach (~laibach@replaced-ip )
920 [12:34:58] <ratrace> _abc_: there's a "trick" with apt(-get): replaced-url
921 [12:35:04] <rocketmagnet> i'm using debian 10 and blender 2.8 and i'm not able to loop-select
922 [12:35:17] <ratrace> _abc_: and the virt package you were asking about is, I think, "libreoffice"
923 [12:35:19] *** Joins: PoaB (~Thunderbi@replaced-ip )
924 [12:35:19] <rocketmagnet> i'm using mate
925 [12:35:41] <rocketmagnet> was anybody able to clear this issue ??
926 [12:37:09] *** Joins: rephlexie (~rephlexie@replaced-ip )
927 [12:37:35] *** Joins: zazagx (~BlackPink@replaced-ip )
928 [12:38:12] *** Joins: fstd_ (~fstd@replaced-ip )
929 [12:39:02] *** debhelper sets mode: +l 1356
930 [12:39:22] *** Joins: mirage335 (~mirage335@replaced-ip )
931 [12:39:42] <trek00> rocketmagnet: i think you could ask on some blender channel, if it don't print any error
932 [12:41:17] *** Quits: KMPLSV (~KMPLSV@replaced-ip ) (Quit: WeeChat 2.8)
933 [12:41:38] *** Joins: beencubed (~beencubed@replaced-ip )
934 [12:42:02] *** Quits: dreamon (~dreamon@replaced-ip ) (Remote host closed the connection)
935 [12:42:14] *** Quits: fstd (~fstd@replaced-ip ) (Ping timeout: 240 seconds)
936 [12:42:14] *** fstd_ is now known as fstd
937 [12:42:42] <_abc_> ratrace: "libreoffice" was the correct answer. Thanks.
938 [12:42:58] <_abc_> Also why don't they tell you aptitude search window does some regexps?
939 [12:43:48] *** Joins: czesmir (~stefan@replaced-ip )
940 [12:46:45] *** Quits: rwcom (~rwcom@replaced-ip ) (Quit: Ping timeout (120 seconds))
941 [12:47:07] *** Quits: toli (~toli@replaced-ip ) (Ping timeout: 260 seconds)
942 [12:47:26] *** Quits: duso (~duso@replaced-ip ) (Ping timeout: 260 seconds)
943 [12:47:38] *** Joins: rwcom (~rwcom@replaced-ip )
944 [12:47:49] *** Joins: XsPiDeR (~xspider@replaced-ip )
945 [12:48:17] *** Joins: dreamon (~dreamon@replaced-ip )
946 [12:48:19] *** Joins: toli (~toli@replaced-ip )
947 [12:48:57] *** Joins: duso (~duso@replaced-ip )
948 [12:48:59] *** Joins: halvors (~Thunderbi@replaced-ip )
949 [12:51:21] *** mnemonic is now known as Guest8733
950 [12:51:23] *** Quits: Darcidride (~Darcidrid@replaced-ip ) (Ping timeout: 272 seconds)
951 [12:51:29] *** Joins: semeion (~semeion@replaced-ip )
952 [12:51:36] *** Quits: halvors (~Thunderbi@replaced-ip ) (Remote host closed the connection)
953 [12:51:53] *** Joins: halvors (~Thunderbi@replaced-ip )
954 [12:52:33] *** Joins: gnumdk (~gnumdk@replaced-ip )
955 [12:53:45] *** Quits: Guest8733 (~semeion@replaced-ip ) (Ping timeout: 240 seconds)
956 [12:55:03] *** Joins: hjubal (~hjubal@replaced-ip )
957 [12:59:34] *** Quits: duso (~duso@replaced-ip ) (Ping timeout: 260 seconds)
958 [13:00:41] *** Joins: eblip (~eblip@replaced-ip )
959 [13:00:42] *** Joins: eb0t_ (~eblip@replaced-ip )
960 [13:00:49] *** Joins: jrgill (~jrgill@replaced-ip )
961 [13:01:07] *** Joins: duso (~duso@replaced-ip )
962 [13:01:14] *** Joins: mzajc (~marko@replaced-ip )
963 [13:01:35] *** Quits: marduk (~marduk@replaced-ip ) (Quit: WeeChat 2.3)
964 [13:02:34] *** Quits: def_jam (~eblip@replaced-ip ) (Ping timeout: 240 seconds)
965 [13:03:02] *** Quits: eb0t (~eblip@replaced-ip ) (Ping timeout: 265 seconds)
966 [13:03:06] *** eb0t_ is now known as eb0t
967 [13:03:15] *** Quits: rephlexie (~rephlexie@replaced-ip ) (Quit: Leaving)
968 [13:04:05] *** Quits: tgunr (~davec@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
969 [13:04:10] *** Quits: gintonyc (~gintonyc@replaced-ip ) (Ping timeout: 265 seconds)
970 [13:05:01] *** Quits: dpkg (~dpkg@replaced-ip ) (Quit: buh bye!)
971 [13:05:07] *** Joins: gintonyc (~gintonyc@replaced-ip )
972 [13:05:17] *** Joins: dpkg (~dpkg@replaced-ip )
973 [13:07:35] *** Joins: wonderer (~quakeroat@replaced-ip )
974 [13:07:46] <_abc_> in the search window: word$ finds word with line ending at $
975 [13:07:55] *** Joins: Brainium (~brainium@replaced-ip )
976 [13:08:54] *** Joins: halvors1 (~Thunderbi@replaced-ip )
977 [13:09:01] *** debhelper sets mode: +l 1362
978 [13:09:09] *** Quits: semeion (~semeion@replaced-ip ) (Quit: WeeChat 2.8)
979 [13:09:23] <_abc_> right so libreoffice "gui" search has regexps, ^ $ .* etc work as expected, ARE constructs like {3,} do not work right
980 [13:10:01] <_abc_> The words regular expression do not appear in man aptitude. Fail.
981 [13:10:07] <_abc_> Thanks for the attention, moving on.
982 [13:10:09] *** Parts: _abc_ (~usre@replaced-ip ) ()
983 [13:10:18] *** Quits: halvors (~Thunderbi@replaced-ip ) (Ping timeout: 260 seconds)
984 [13:10:18] *** halvors1 is now known as halvors
985 [13:11:35] *** Joins: itamarst (uid165457@replaced-ip )
986 [13:13:15] *** Joins: _nick_ (~bestwin@replaced-ip )
987 [13:13:23] *** Joins: bliv (~bliv@replaced-ip )
988 [13:15:45] *** Joins: grenbriar (~grenbriar@replaced-ip )
989 [13:16:44] *** Joins: juanrubio_ (~joni@replaced-ip )
990 [13:17:04] *** Quits: grenbriar (~grenbriar@replaced-ip ) (Client Quit)
991 [13:17:35] *** Quits: asymptotically (~asymptoti@replaced-ip ) (Quit: Executed for war crimes)
992 [13:19:53] *** Joins: mrfree (~mrfree@replaced-ip )
993 [13:21:54] *** Joins: Lord_of_Life_ (~Lord@replaced-ip )
994 [13:22:17] *** Quits: greatgatsby (~greatgats@replaced-ip ) (Ping timeout: 258 seconds)
995 [13:24:45] *** Quits: Lord_of_Life (~Lord@replaced-ip ) (Ping timeout: 240 seconds)
996 [13:24:51] *** Lord_of_Life_ is now known as Lord_of_Life
997 [13:25:22] *** Joins: dethos (~dethos@replaced-ip )
998 [13:26:01] *** Quits: zazagx (~BlackPink@replaced-ip ) (Quit: leaving)
999 [13:27:22] *** Quits: halvors (~Thunderbi@replaced-ip ) (Remote host closed the connection)
1000 [13:27:44] *** Joins: halvors (~Thunderbi@replaced-ip )
1001 [13:30:00] *** Joins: gelignite (~gelignite@replaced-ip )
1002 [13:30:18] *** Quits: halvors (~Thunderbi@replaced-ip ) (Remote host closed the connection)
1003 [13:30:39] *** Joins: halvors (~Thunderbi@replaced-ip )
1004 [13:30:42] *** Quits: DEB-alain (~DEB-alain@replaced-ip ) (Remote host closed the connection)
1005 [13:34:49] *** Joins: Darcidride (~Darcidrid@replaced-ip )
1006 [13:36:16] *** Joins: marcov500 (027e055a@replaced-ip )
1007 [13:36:22] *** Joins: pandakekok9 (~pandakeko@replaced-ip )
1008 [13:37:36] *** Quits: halvors (~Thunderbi@replaced-ip ) (Remote host closed the connection)
1009 [13:37:53] *** Quits: eblip (~eblip@replaced-ip ) (Read error: Connection reset by peer)
1010 [13:37:56] *** Joins: juanrgar (~juanrgar@replaced-ip )
1011 [13:38:04] *** Joins: halvors (~Thunderbi@replaced-ip )
1012 [13:38:50] <marcov500> i have a i945 chipset, i am wondering if the following installed packages are relevant to me (stable) - 'i965-va-driver' and 'intel-media-va-driver'
1013 [13:38:58] *** Quits: Tobbi (~Tobbi@replaced-ip ) (Ping timeout: 265 seconds)
1014 [13:39:03] *** Joins: eblip (~eblip@replaced-ip )
1015 [13:39:21] *** Joins: AquaL1te (~AquaL1te@replaced-ip )
1016 [13:39:27] *** Quits: Darcidride (~Darcidrid@replaced-ip ) (Ping timeout: 265 seconds)
1017 [13:40:23] <oxek> somiaj: unfortunately, the article I linked does not do what I want it to do. Premasking is the only way then.
1018 [13:40:26] *** Quits: dreamon (~dreamon@replaced-ip ) (Read error: Connection reset by peer)
1019 [13:40:38] <oxek> Surprising that debian starts services immedialy after installation by default anyway
1020 [13:40:47] <oxek> doesn't feel right
1021 [13:42:20] *** Quits: halvors (~Thunderbi@replaced-ip ) (Ping timeout: 244 seconds)
1022 [13:42:23] <UrielCorinthian> Hey rocketmagnet - I see you still haven't figured it out... Perhaps a dedicated Mate channel would be more capable of assisting? I definitely don't know enough about it
1023 [13:44:33] *** Joins: halvors (~Thunderbi@replaced-ip )
1024 [13:45:18] *** Joins: mvaenskae (~mvaenskae@replaced-ip )
1025 [13:46:14] *** Quits: evilbug (~evilbug@replaced-ip ) (Ping timeout: 260 seconds)
1026 [13:48:45] *** Quits: Ark74 (~Ark74@replaced-ip ) (Ping timeout: 240 seconds)
1027 [13:49:21] *** Quits: daniel-s (~daniel-s@replaced-ip ) (Remote host closed the connection)
1028 [13:50:00] <marcov500> it looks like i dont need either package i mentioned, never mind then...one other thing, during install i noticed 'possible missing firmware' messages related to 'i915', i dont know if i 'need' to install non-free firmware
1029 [13:50:13] *** Joins: anoncon (~Falsememo@replaced-ip )
1030 [13:50:32] <marcov500> only firmware isee in the non-free package is for my network driver but it is working fine currently
1031 [13:51:09] *** Quits: juanrgar (~juanrgar@replaced-ip ) (Quit: juanrgar)
1032 [13:53:31] *** Joins: conta (~Thunderbi@replaced-ip )
1033 [13:55:35] *** Joins: indibart (~indibart@replaced-ip )
1034 [13:55:43] *** Quits: kupi (uid212005@replaced-ip ) (Quit: Connection closed for inactivity)
1035 [13:56:04] *** Quits: wytchmaster (~wytchmast@replaced-ip##) (Quit: ##replaced-url
1036 [13:57:34] *** Joins: Darcidride (~Darcidrid@replaced-ip )
1037 [13:58:01] *** Joins: halvors1 (~Thunderbi@replaced-ip )
1038 [13:58:18] *** Joins: abdulocracy2 (~abdulocra@replaced-ip )
1039 [13:59:45] *** Quits: halvors (~Thunderbi@replaced-ip ) (Ping timeout: 240 seconds)
1040 [13:59:45] *** halvors1 is now known as halvors
1041 [13:59:50] *** Quits: format_c (~format_c@replaced-ip ) (Quit: format_c)
1042 [14:00:15] *** Quits: abdulocracy (~abdulocra@replaced-ip ) (Ping timeout: 240 seconds)
1043 [14:00:15] *** abdulocracy2 is now known as abdulocracy
1044 [14:00:37] *** Quits: marcov500 (027e055a@replaced-ip ) (Remote host closed the connection)
1045 [14:03:30] *** Quits: flokuehn (~flokuehn@replaced-ip ) (Ping timeout: 260 seconds)
1046 [14:04:15] *** Quits: halvors (~Thunderbi@replaced-ip ) (Ping timeout: 240 seconds)
1047 [14:05:16] *** Joins: flokuehn (~flokuehn@replaced-ip )
1048 [14:05:16] *** Quits: johnjay (~pi@replaced-ip ) (Ping timeout: 256 seconds)
1049 [14:05:23] *** Joins: greatgatsby (~greatgats@replaced-ip )
1050 [14:05:34] *** Joins: eliotome3000 (~eliotime@replaced-ip )
1051 [14:06:21] *** Joins: Tobbi (~Tobbi@replaced-ip )
1052 [14:06:22] *** Joins: DEB-alain (~DEB-alain@replaced-ip )
1053 [14:06:47] *** Joins: gintonyc_ (~gintonyc@replaced-ip )
1054 [14:07:23] *** Quits: gintonyc (~gintonyc@replaced-ip ) (Ping timeout: 272 seconds)
1055 [14:09:52] *** Joins: grobi (~rtng@replaced-ip )
1056 [14:10:41] *** Joins: fission6 (~textual@replaced-ip )
1057 [14:12:26] *** Joins: halvors (~Thunderbi@replaced-ip )
1058 [14:13:12] *** Joins: Night-Shade (~TimF@replaced-ip )
1059 [14:13:34] *** Joins: Ray-bear (~Thunderbi@replaced-ip )
1060 [14:14:30] *** Quits: Ray-bear (~Thunderbi@replaced-ip ) (Client Quit)
1061 [14:17:06] *** Quits: laibach (~laibach@replaced-ip ) (Quit: WeeChat 2.8)
1062 [14:23:10] *** Joins: k4nz (~Thunderbi@replaced-ip )
1063 [14:26:15] *** Quits: banisterfiend (~textual@replaced-ip ) (Ping timeout: 244 seconds)
1064 [14:27:21] *** Joins: johnjay (~pi@replaced-ip )
1065 [14:28:06] *** Quits: fission6 (~textual@replaced-ip ) (Quit: fission6)
1066 [14:29:38] *** Joins: dionysus69 (~Thunderbi@replaced-ip )
1067 [14:33:20] *** Quits: ragouel (~crow11@replaced-ip ) (Ping timeout: 250 seconds)
1068 [14:33:25] *** Joins: ice99 (~ice9@replaced-ip )
1069 [14:34:33] *** Joins: Achylles (~Achylles@replaced-ip )
1070 [14:34:37] *** Joins: fission6 (~textual@replaced-ip )
1071 [14:35:42] *** Quits: ice9 (~ice9@replaced-ip ) (Ping timeout: 260 seconds)
1072 [14:37:33] *** Quits: grobi (~rtng@replaced-ip ) (Read error: Connection reset by peer)
1073 [14:37:49] *** Joins: Ark74 (~Ark74@replaced-ip )
1074 [14:38:30] *** Quits: hjubal (~hjubal@replaced-ip ) (Ping timeout: 260 seconds)
1075 [14:39:25] *** Joins: juanrgar (~juanrgar@replaced-ip )
1076 [14:41:15] *** Joins: Space_Man (~Space_Man@replaced-ip )
1077 [14:41:23] *** Joins: tgunr (~davec@replaced-ip )
1078 [14:41:43] *** Joins: dvs (~hibbard@replaced-ip )
1079 [14:45:45] *** Quits: tgunr (~davec@replaced-ip ) (Ping timeout: 240 seconds)
1080 [14:46:34] *** Quits: cyveris (~cyveris@replaced-ip ) (Quit: WeeChat 2.8)
1081 [14:46:54] *** Joins: cyveris (~cyveris@replaced-ip )
1082 [14:47:57] *** Joins: laibach (~laibach@replaced-ip )
1083 [14:49:01] *** debhelper sets mode: +l 1371
1084 [14:49:04] *** Quits: laibach (~laibach@replaced-ip ) (Quit: WeeChat 2.5)
1085 [14:49:19] *** Quits: tiggster79 (~tiggster7@replaced-ip ) (Ping timeout: 246 seconds)
1086 [14:49:26] *** Joins: nksegos (~Thunderbi@replaced-ip )
1087 [14:50:14] *** Quits: conta (~Thunderbi@replaced-ip ) (Quit: conta)
1088 [14:53:27] *** Quits: ninjak (~ninjak@replaced-ip ) (Quit: Leaving)
1089 [14:53:33] *** Quits: Night-Shade (~TimF@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
1090 [14:56:45] *** Quits: XsPiDeR (~xspider@replaced-ip ) (Ping timeout: 240 seconds)
1091 [14:57:17] *** Quits: rawr (~grumble@replaced-ip ) (Quit: They're putting dbus in the kernel. For fairness, I want a Java RMI registry in the linux kernel too. dont @ me)
1092 [14:58:07] *** Joins: Night-Shade (~TimF@replaced-ip )
1093 [14:58:08] *** Quits: Night-Shade (~TimF@replaced-ip ) (Client Quit)
1094 [14:59:01] *** debhelper sets mode: +l 1365
1095 [15:00:10] *** Joins: asymptotically (~asymptoti@replaced-ip )
1096 [15:00:54] *** Joins: rawr (~grumble@replaced-ip )
1097 [15:02:23] *** Quits: fission6 (~textual@replaced-ip ) (Quit: fission6)
1098 [15:03:13] *** Joins: hjubal (~hjubal@replaced-ip )
1099 [15:04:01] *** planetmaker is now known as pm
1100 [15:04:30] *** Joins: Ericounet (~Eric@replaced-ip )
1101 [15:04:31] *** pm is now known as Guest46055
1102 [15:04:32] *** Guest46055 is now known as planetmaker
1103 [15:05:04] *** Quits: cecchini (~cecchini@replaced-ip ) (Ping timeout: 246 seconds)
1104 [15:06:06] *** Quits: hjubal (~hjubal@replaced-ip ) (Read error: Connection reset by peer)
1105 [15:06:06] *** Joins: nt80_ (~nt80@replaced-ip )
1106 [15:06:18] *** Joins: hjubal (~hjubal@replaced-ip )
1107 [15:07:35] *** Quits: Trieste (~T@replaced-ip ) (Ping timeout: 260 seconds)
1108 [15:08:33] *** Joins: hjubal_ (~hjubal@replaced-ip )
1109 [15:09:10] *** Quits: Space_Man (~Space_Man@replaced-ip ) (Remote host closed the connection)
1110 [15:09:30] *** Joins: Trieste (~T@replaced-ip )
1111 [15:09:39] *** Joins: halvors1 (~Thunderbi@replaced-ip )
1112 [15:10:45] *** Quits: halvors (~Thunderbi@replaced-ip ) (Ping timeout: 240 seconds)
1113 [15:10:45] *** halvors1 is now known as halvors
1114 [15:11:10] *** Quits: hjubal (~hjubal@replaced-ip ) (Ping timeout: 260 seconds)
1115 [15:18:16] *** Quits: endstille (~endstille@replaced-ip ) (Quit: I'll be back.)
1116 [15:18:42] *** Joins: dreamon (~dreamon@replaced-ip )
1117 [15:20:27] *** Quits: timur_davletshin (~timur_dav@replaced-ip ) (Remote host closed the connection)
1118 [15:21:58] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 260 seconds)
1119 [15:23:56] *** Joins: timur_davletshin (~timur_dav@replaced-ip )
1120 [15:27:11] *** Quits: Ignacy (~Ignacy@replaced-ip ) (Ping timeout: 260 seconds)
1121 [15:27:42] *** Quits: mrfree (~mrfree@replaced-ip ) (Quit: Leaving)
1122 [15:27:50] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
1123 [15:28:02] *** Joins: krabador (~krabador@replaced-ip )
1124 [15:30:11] *** Joins: Highlander (~alain@replaced-ip )
1125 [15:30:30] *** Joins: tgunr (~davec@replaced-ip )
1126 [15:31:43] *** Quits: gintonyc_ (~gintonyc@replaced-ip ) (Quit: Leaving)
1127 [15:32:05] *** Joins: gintonyc (~gintonyc@replaced-ip )
1128 [15:32:15] *** Quits: dreamon (~dreamon@replaced-ip ) (Ping timeout: 240 seconds)
1129 [15:33:56] *** Joins: Night-Shade (~TimF@replaced-ip )
1130 [15:35:05] *** Quits: k4nz (~Thunderbi@replaced-ip ) (Read error: Connection reset by peer)
1131 [15:35:21] *** Joins: raver (f98f5ce56e@replaced-ip )
1132 [15:35:58] *** Joins: _0bitcount (~Big_Byte@replaced-ip )
1133 [15:36:11] *** Joins: k4nz (~Thunderbi@replaced-ip )
1134 [15:37:31] *** Quits: LionOpeter (~liron@replaced-ip ) (Remote host closed the connection)
1135 [15:37:31] *** Quits: SM0TVI (~sm0tvi@replaced-ip ) (Read error: Connection reset by peer)
1136 [15:37:52] *** Quits: rwcom (~rwcom@replaced-ip ) (Quit: Ping timeout (120 seconds))
1137 [15:38:05] *** Joins: SM0TVI (~sm0tvi@replaced-ip )
1138 [15:39:27] *** Joins: rwcom (~rwcom@replaced-ip )
1139 [15:40:28] *** Joins: Ignacy (Ignacy@replaced-ip )
1140 [15:41:13] *** Joins: ZRocket (~ZRocket@replaced-ip )
1141 [15:41:54] *** Joins: jinmiaoluo (~jinmiaolu@replaced-ip )
1142 [15:42:04] *** Quits: Night-Shade (~TimF@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
1143 [15:43:13] *** Joins: rotaticus (~rotaticus@replaced-ip )
1144 [15:44:47] *** Quits: jinmiaol2 (~jinmiaolu@replaced-ip ) (Ping timeout: 244 seconds)
1145 [15:46:13] *** Joins: dreamon (~dreamon@replaced-ip )
1146 [15:47:38] *** Quits: jinmiaoluo (~jinmiaolu@replaced-ip ) (Ping timeout: 260 seconds)
1147 [15:49:19] *** Joins: jinmiaoluo (~jinmiaolu@replaced-ip )
1148 [15:49:52] *** Joins: thiras (~thiras@replaced-ip )
1149 [15:51:56] *** Quits: krabador (~krabador@replaced-ip ) (Remote host closed the connection)
1150 [15:55:06] *** Quits: ZRocket (~ZRocket@replaced-ip ) (Read error: Connection reset by peer)
1151 [15:55:23] *** Joins: ZRocket (~ZRocket@replaced-ip )
1152 [15:56:20] *** Quits: Grldfrdom (uid391113@replaced-ip ) (Quit: Connection closed for inactivity)
1153 [15:57:26] *** Quits: han-solo (~han-solo@replaced-ip ) (Ping timeout: 260 seconds)
1154 [15:57:42] *** Quits: jinmiaoluo (~jinmiaolu@replaced-ip ) (Ping timeout: 244 seconds)
1155 [16:00:04] *** Joins: jinmiaoluo (~jinmiaolu@replaced-ip )
1156 [16:02:12] *** Joins: grobi (~rtng@replaced-ip )
1157 [16:06:20] *** Joins: saptech_ (~saptech@replaced-ip )
1158 [16:06:39] *** Joins: CrystalMath (~coderain@replaced-ip )
1159 [16:07:37] *** Joins: diogenes_ (~diogenes_@replaced-ip )
1160 [16:08:33] *** Quits: saptech (~saptech@replaced-ip ) (Ping timeout: 244 seconds)
1161 [16:08:51] *** Joins: bars0 (~Name@replaced-ip )
1162 [16:09:01] *** Quits: saptech_ (~saptech@replaced-ip ) (Client Quit)
1163 [16:09:01] *** debhelper sets mode: +l 1372
1164 [16:09:19] *** Joins: saptech_ (~saptech@replaced-ip )
1165 [16:09:28] *** saptech_ is now known as saptech
1166 [16:10:18] *** Quits: huwjr (~huwjr@replaced-ip ) (Quit: huwjr)
1167 [16:11:58] *** Joins: krabador (~krabador@replaced-ip )
1168 [16:13:03] *** Joins: Grldfrdom (uid391113@replaced-ip )
1169 [16:15:39] *** Joins: cyveris_ (cyveris@replaced-ip )
1170 [16:15:54] *** cyveris is now known as Guest53554
1171 [16:15:55] *** cyveris_ is now known as cyveris
1172 [16:16:36] *** Joins: Night-Shade (~TimF@replaced-ip )
1173 [16:18:22] *** Quits: Guest53554 (~cyveris@replaced-ip ) (Ping timeout: 244 seconds)
1174 [16:21:16] *** beaver is now known as Guest432454
1175 [16:25:39] *** Quits: sc_ (~sc@replaced-ip ) (Quit: brb)
1176 [16:25:58] *** Joins: sc_ (~sc@replaced-ip )
1177 [16:26:46] *** Quits: saptech (~saptech@replaced-ip ) (Quit: Leaving)
1178 [16:27:04] *** Joins: shibboleth (~shibbolet@replaced-ip )
1179 [16:27:07] *** Joins: wsky (~beavis@replaced-ip )
1180 [16:27:17] <wsky> hi, anyone experienced with using dislocker?
1181 [16:28:24] *** Quits: sixtysix_ (~sixtysix@replaced-ip ) (Quit: Leaving)
1182 [16:30:19] *** Quits: JohnML (~john1@replaced-ip ) (Remote host closed the connection)
1183 [16:31:13] *** Quits: ephemer0l_ (~ephemer0l@replaced-ip##) (Quit: ##replaced-url
1184 [16:31:18] *** Quits: nickodd (~nickodd@replaced-ip ) (Remote host closed the connection)
1185 [16:31:34] *** Joins: JohnML (~john1@replaced-ip )
1186 [16:31:47] *** Quits: juanrgar (~juanrgar@replaced-ip ) (Quit: juanrgar)
1187 [16:31:53] *** Joins: Wils1n (~Wilson@replaced-ip )
1188 [16:31:55] *** Quits: war9407 (war@replaced-ip ) (Quit: brb)
1189 [16:32:02] *** Joins: nickodd (~nickodd@replaced-ip )
1190 [16:33:03] *** Joins: ephemer0l (~ephemer0l@replaced-ip )
1191 [16:33:04] *** Joins: laibach (~laibach@replaced-ip )
1192 [16:33:32] *** Quits: grobi (~rtng@replaced-ip ) (Remote host closed the connection)
1193 [16:34:01] *** Quits: JohnML (~john1@replaced-ip ) (Remote host closed the connection)
1194 [16:36:11] *** Quits: nksegos (~Thunderbi@replaced-ip ) (Quit: nksegos)
1195 [16:36:16] *** Joins: nsegkos (~Thunderbi@replaced-ip )
1196 [16:36:38] *** Joins: saptech (~saptech@replaced-ip )
1197 [16:38:06] *** Quits: laibach (~laibach@replaced-ip ) (Quit: WeeChat 2.5)
1198 [16:38:37] *** nsegkos is now known as nksegos
1199 [16:39:39] *** Quits: Darcidride (~Darcidrid@replaced-ip ) (Remote host closed the connection)
1200 [16:39:45] *** Quits: kriger (~norge@replaced-ip ) (Ping timeout: 240 seconds)
1201 [16:42:59] *** Quits: benlue (~benlue@replaced-ip ) (Quit: Lost terminal)
1202 [16:43:37] *** Quits: icecream (~icecream@replaced-ip##) (Quit: ##replaced-url
1203 [16:43:59] *** Joins: icecream (~icecream@replaced-ip )
1204 [16:44:02] *** Quits: jinmiaoluo (~jinmiaolu@replaced-ip ) (Ping timeout: 260 seconds)
1205 [16:44:33] *** Joins: grobi (~rtng@replaced-ip )
1206 [16:45:59] *** Joins: jinmiaoluo (~jinmiaolu@replaced-ip )
1207 [16:46:54] *** Quits: hjubal_ (~hjubal@replaced-ip ) (Ping timeout: 260 seconds)
1208 [16:47:38] *** Quits: pandakekok9 (~pandakeko@replaced-ip ) (Quit: Lost terminal)
1209 [16:47:47] *** Joins: DelPhyinf (~DelPhyinf@replaced-ip )
1210 [16:49:37] *** Joins: rnix (~rnix@replaced-ip )
1211 [16:55:50] *** Quits: oxek (qjvl@replaced-ip ) (Ping timeout: 256 seconds)
1212 [16:58:43] *** Quits: grobi (~rtng@replaced-ip ) (Read error: Connection reset by peer)
1213 [16:59:02] *** Joins: Betal (~Betal@replaced-ip )
1214 [16:59:10] *** Joins: format_c (~format_c@replaced-ip )
1215 [16:59:18] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
1216 [17:01:44] *** Quits: Guest432454 (~none@replaced-ip ) (Quit: baby loose control ?!)
1217 [17:02:56] *** Quits: tgunr (~davec@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
1218 [17:05:35] *** Joins: pringau (~pringau@replaced-ip )
1219 [17:07:08] *** Joins: beaver (~none@replaced-ip )
1220 [17:07:23] *** Quits: xet7 (~xet7@replaced-ip ) (Quit: Leaving)
1221 [17:08:06] *** Quits: fearnothing (~nothing@replaced-ip ) (Remote host closed the connection)
1222 [17:09:30] *** Quits: Obi-Wan (~obi-wan@replaced-ip##) (Quit: ZNC by prozac - ##replaced-url
1223 [17:10:29] *** Joins: Obi-Wan (~obi-wan@replaced-ip )
1224 [17:11:37] *** Joins: JohnML (~john1@replaced-ip )
1225 [17:14:23] *** Quits: Night-Shade (~TimF@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
1226 [17:16:31] *** Joins: Space_Man (~Space_Man@replaced-ip )
1227 [17:16:40] *** Quits: krabador (~krabador@replaced-ip ) (Remote host closed the connection)
1228 [17:20:12] *** Joins: debsan (~debsan@replaced-ip )
1229 [17:21:21] *** Joins: Whyvn (~user@replaced-ip )
1230 [17:24:17] *** Joins: krabador (~krabador@replaced-ip )
1231 [17:26:37] *** Joins: Night-Shade (~TimF@replaced-ip )
1232 [17:27:11] *** Quits: beaver (~none@replaced-ip ) (Remote host closed the connection)
1233 [17:27:28] *** Joins: beaver (~none@replaced-ip )
1234 [17:29:51] *** Joins: electro33 (uid613@replaced-ip )
1235 [17:30:16] *** Joins: ragouel (~crow11@replaced-ip )
1236 [17:30:58] *** Quits: saptech (~saptech@replaced-ip ) (Quit: Leaving)
1237 [17:31:43] *** Quits: martinus__ (~martin@replaced-ip ) (Ping timeout: 246 seconds)
1238 [17:31:57] *** Quits: gnumdk (~gnumdk@replaced-ip ) (Quit: gnumdk)
1239 [17:32:03] *** Joins: badsektor (~badsektor@replaced-ip )
1240 [17:32:56] *** Joins: gnumdk (~gnumdk@replaced-ip )
1241 [17:34:45] *** Quits: k4nz (~Thunderbi@replaced-ip ) (Read error: Connection reset by peer)
1242 [17:35:33] <brutser> how do i correctly install a .deb file?
1243 [17:35:42] <brutser> for example the one from veracrypt
1244 [17:35:47] *** Joins: k4nz (~Thunderbi@replaced-ip )
1245 [17:35:50] <brutser> they have a .deb file for deb 10
1246 [17:36:05] <badsektor> brutser, i think it is dpkg -i file.deb
1247 [17:36:17] <wwilliam> How do i install tor in debian10
1248 [17:36:19] <wwilliam> !tor
1249 [17:36:19] <dpkg> The Onion Router (Tor) is a low-latency anonymous communication system. Packaged for Debian, only enables the onion proxy by default. For use on OFTC, ask me about <oftc tor>. Tor is not allowed on freenode's #debian (replaced-url
1250 [17:36:31] <brutser> dpkg -i file.deb does not really work, it is missing dependencies
1251 [17:36:31] * dpkg installs file.deb does not really work, it is missing dependencies into brutser's head with a bone saw and a few screws
1252 [17:36:49] <brutser> ouch
1253 [17:36:56] <wwilliam> apt-get install -f
1254 [17:36:59] <badsektor> brutser, try this: sudp apt --fix-broken install
1255 [17:37:13] <badsektor> oh ya, his is better
1256 [17:37:37] *** Joins: saptech (~saptech@replaced-ip )
1257 [17:37:39] *** Joins: WoC (~woc@replaced-ip )
1258 [17:37:45] <brutser> wwilliam: says: couldn't find package by glob 'veracrypt...
1259 [17:38:04] <brutser> ok
1260 [17:38:08] <brutser> need full path
1261 [17:38:55] *** Quits: rocketmagnet (~noname@replaced-ip ) (Quit: Have to leave, see you soon, best regards and thanks for the help)
1262 [17:45:09] *** Quits: ceska (~Cieska@replaced-ip ) (Quit: Konversation terminated!)
1263 [17:45:19] *** Quits: Achylles (~Achylles@replaced-ip ) (Quit: Leaving)
1264 [17:45:20] <wsky> have anyone got a clue why dislocker segfaults while trying to open a bitlocker device?
1265 [17:46:33] *** Joins: ceska (~Cieska@replaced-ip )
1266 [17:47:33] *** Quits: deicide- (~deicide-@replaced-ip ) (Quit: Leaving)
1267 [17:47:37] <WoC> anyone have a working example using qemubuilder ?
1268 [17:48:28] *** Joins: Garb0 (~Garb0@replaced-ip )
1269 [17:48:32] <jrtc27> are you sure you want qemubuilder?
1270 [17:48:42] *** Quits: bars0 (~Name@replaced-ip ) (Quit: leaving)
1271 [17:48:53] <jrtc27> and not a normal chroot with qemu-user
1272 [17:48:58] *** Quits: Ceber (~cerberus@replaced-ip ) (Ping timeout: 260 seconds)
1273 [17:52:40] *** Quits: Tobbi (~Tobbi@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
1274 [17:53:31] *** Joins: ChmEarl (~chmearl@replaced-ip )
1275 [17:53:56] *** Joins: TheFuzzball (~TheFuzzba@replaced-ip )
1276 [17:54:16] *** Joins: dez (uid92154@replaced-ip )
1277 [17:54:28] *** Quits: darunesh (~darunesh@replaced-ip ) (Ping timeout: 246 seconds)
1278 [17:55:02] *** Joins: dvs (~Herbert@replaced-ip )
1279 [17:56:19] <LtL> brutser: apt install ./debfile will should dependencies , needs internet access however.
1280 [17:57:11] *** Joins: nickgaw (~nick@replaced-ip )
1281 [17:58:07] <LtL> s/should/solve
1282 [17:58:12] *** Joins: darunesh|out (~darunesh@replaced-ip )
1283 [17:58:36] <nickgaw> Hi, Does anyone here know how to use simple-cdd or another tool to make a custom debian installation disc with the accessibility settings on the mate desktop as well as build-essential and debian development packages on the disc?
1284 [18:01:58] *** Quits: anoncon (~Falsememo@replaced-ip ) (Quit: Leaving)
1285 [18:02:19] *** Quits: czesmir (~stefan@replaced-ip ) (Quit: Lost terminal)
1286 [18:02:20] *** Quits: indibart (~indibart@replaced-ip ) (Quit: indibart)
1287 [18:02:26] <diogenes_> nickgaw, i used to create custom Debian live ISOs by editing the existent ones with all the needed packages pre-installed if that's wvat you need?
1288 [18:02:50] *** Joins: indibart (~indibart@replaced-ip )
1289 [18:03:03] <nickgaw> Could that live disc later be installed as a full system?
1290 [18:03:19] <diogenes_> of course.
1291 [18:03:57] *** Quits: ZRocket (~ZRocket@replaced-ip ) (Quit: Leaving)
1292 [18:04:16] <nickgaw> Did you mainly mess with the live disc or just the install only one as I would think the live one would be more work?
1293 [18:04:42] *** Joins: Ceber (~cerberus@replaced-ip )
1294 [18:05:04] *** Joins: tgunr (~davec@replaced-ip )
1295 [18:06:27] <diogenes_> nickgaw, i like the live ones because you can boot directly into the live session with all the settings and applications already pre-installed and do all the things you need without installing the system but with the option to install too.
1296 [18:06:36] *** Quits: adikt (~adiktz@replaced-ip ) (Remote host closed the connection)
1297 [18:07:23] <nickgaw> Yes but customizing a live image is that more work then just an installation image?
1298 [18:07:38] *** Quits: indibart (~indibart@replaced-ip ) (Ping timeout: 260 seconds)
1299 [18:08:06] *** Quits: Lupricon (~Lupricon@replaced-ip ) (Read error: Connection reset by peer)
1300 [18:08:06] *** Quits: toli (~toli@replaced-ip ) (Ping timeout: 260 seconds)
1301 [18:08:22] <diogenes_> it's the same process with minor differences.
1302 [18:09:09] <nickgaw> In order to install this live system do you have to reboot into the installer or can you install right from the live system?
1303 [18:10:02] <diogenes_> there is the installer shortcut on the desktop.
1304 [18:10:06] *** Joins: toli (~toli@replaced-ip )
1305 [18:10:17] <diogenes_> no need to reboot.
1306 [18:10:29] *** Quits: WoC (~woc@replaced-ip ) (Quit: Leaving)
1307 [18:10:38] *** Joins: WoC (~woc@replaced-ip )
1308 [18:11:42] <nickgaw> I will have to take a look at it do you happen to know if the live discs have any screen readers in them as I am totally blind and also my network devices require firmware so do they make live discs with that included?
1309 [18:13:04] *** Joins: Lupricon (~Lupricon@replaced-ip )
1310 [18:13:38] *** Quits: shibboleth (~shibbolet@replaced-ip ) (Quit: shibboleth)
1311 [18:13:45] <diogenes_> not sure, mayne the gnome one has orca screen reader.
1312 [18:14:20] *** Quits: nksegos (~Thunderbi@replaced-ip ) (Read error: Connection reset by peer)
1313 [18:14:30] *** Joins: nksegos (~Thunderbi@replaced-ip )
1314 [18:14:54] <nickgaw> ok that is good to know can you do things like go to a console and install software into the ram disc and does the disc need to be in the drive all of the time to use the live disc or once it is booted can it be removed?
1315 [18:15:03] *** Quits: Lupricon (~Lupricon@replaced-ip ) (Read error: Connection reset by peer)
1316 [18:16:05] *** beaver is now known as Guest543543
1317 [18:16:34] *** Joins: Lupricon (~Lupricon@replaced-ip )
1318 [18:16:46] <diogenes_> not sure about that one.
1319 [18:17:29] <nickgaw> Do they make a live CD or just DVD?
1320 [18:18:04] *** Quits: Lupricon (~Lupricon@replaced-ip ) (Read error: Connection reset by peer)
1321 [18:18:04] *** Quits: gintonyc (~gintonyc@replaced-ip ) (Quit: Leaving)
1322 [18:18:51] *** Joins: Lupricon (~Lupricon@replaced-ip )
1323 [18:19:11] *** Quits: Lupricon (~Lupricon@replaced-ip ) (Max SendQ exceeded)
1324 [18:20:09] <diogenes_> there are CDs too but i see only the xfce one.
1325 [18:20:51] <nickgaw> What about bluerays any live ones?
1326 [18:21:12] *** Joins: sixtysix (~sixtysix@replaced-ip )
1327 [18:22:39] *** Joins: Lupricon (~Lupricon@replaced-ip )
1328 [18:22:50] <diogenes_> you can check all the available options here: replaced-url
1329 [18:23:50] *** Joins: Alessandro-B (~androirc@replaced-ip )
1330 [18:24:26] *** Quits: Night-Shade (~TimF@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
1331 [18:25:46] *** Quits: nksegos (~Thunderbi@replaced-ip ) (Read error: Connection reset by peer)
1332 [18:25:52] *** Joins: nsegkos (~Thunderbi@replaced-ip )
1333 [18:27:51] *** Quits: dvs (~Herbert@replaced-ip ) (Quit: Leaving)
1334 [18:28:13] *** nsegkos is now known as nksegos
1335 [18:28:15] *** Quits: luxeve (~luxeve@replaced-ip ) (Ping timeout: 240 seconds)
1336 [18:29:15] *** Quits: tgunr (~davec@replaced-ip ) (Ping timeout: 240 seconds)
1337 [18:30:36] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
1338 [18:31:41] <karlpinc> nickgaw: The thing about the live cds is that the work like regular debian installations -- you can install additional software. Whether it stays installed after reboot depends on how you set things up.
1339 [18:32:38] <karlpinc> nickgaw: Unless you're offline there's usually no need to have large amounts of software on dvd and such. You download only what you need from the net.
1340 [18:34:15] *** Quits: TheFuzzball (~TheFuzzba@replaced-ip ) (Ping timeout: 244 seconds)
1341 [18:35:22] <nickgaw> Is blueray the largest types of discs like how much they can hold?
1342 [18:36:23] *** Quits: Highlander (~alain@replaced-ip ) (Quit: Highlander)
1343 [18:36:58] <joepublic> The way I think about it is that they hold not as much as many usb sticks
1344 [18:37:04] *** Joins: secntech (~secntech@replaced-ip )
1345 [18:37:12] <joepublic> I am thinking burnable blu rays are 25gb
1346 [18:37:22] <nickgaw> yes they are
1347 [18:38:09] *** Quits: Jerrynicki (~niklas@replaced-ip ) (Remote host closed the connection)
1348 [18:38:12] <joepublic> they also come in dual layer 50gb version
1349 [18:38:21] <nickgaw> the DL hold 50 and the XL hold 120 GB but I can not find them why is this?
1350 [18:38:36] *** Joins: Jerrynicki (~niklas@replaced-ip )
1351 [18:38:50] <joepublic> amazon.com has them.
1352 [18:39:01] *** debhelper sets mode: +l 1365
1353 [18:39:07] <joepublic> you probably can't find them locally because no one uses them, refer to usb stick explanation above
1354 [18:40:12] <nickgaw> That is what I meant locally so you are saying check Amazon for them I like media as I can hear what it is doing where as an USB drive you hear nothing.
1355 [18:40:39] *** Quits: Lupricon (~Lupricon@replaced-ip ) (Read error: Connection reset by peer)
1356 [18:40:46] <badsektor> debian 10 doesn't seem to have pinta, the simple paint program. so what is an alternative?
1357 [18:40:48] *** Joins: Lupricon (~Lupricon@replaced-ip )
1358 [18:40:59] *** Quits: rustbuckett (~downtime@replaced-ip ) (Ping timeout: 272 seconds)
1359 [18:41:07] *** Quits: Lupricon (~Lupricon@replaced-ip ) (Max SendQ exceeded)
1360 [18:41:12] *** Joins: endstille (~endstille@replaced-ip )
1361 [18:41:13] <badsektor> wha is wrong with pinta, why is it no more on debian?
1362 [18:41:15] <ratrace> badsektor: gimp?
1363 [18:41:24] <ratrace> Krita is available also, via snaps
1364 [18:41:42] *** Quits: endstille (~endstille@replaced-ip ) (Client Quit)
1365 [18:41:55] <badsektor> let me try gimp, it is scary complicated though, i need something simple
1366 [18:42:21] <ratrace> bug #877106
1367 [18:42:22] <judd> Bug replaced-url
1368 [18:42:31] <ratrace> that's why it was dropped
1369 [18:42:43] <badsektor> oh i see, so its developers not fixing it
1370 [18:42:44] *** Joins: Tobbi (~Tobbi@replaced-ip )
1371 [18:43:00] <badsektor> thanks ratrace
1372 [18:43:38] <ratrace> gimp is not more complicated for the same function set you wanted from pinta. there's a toolbar on the lft and that's about it. no need to delve into complex filtres if you don't want them
1373 [18:43:51] *** Quits: nickgaw (~nick@replaced-ip ) (Quit: ircII EPIC5-2.0.1 -- Are we there yet?)
1374 [18:44:30] *** Joins: shibboleth (~shibbolet@replaced-ip )
1375 [18:46:36] *** Joins: Lupricon (~Lupricon@replaced-ip )
1376 [18:47:14] <badsektor> ratrace, yeah it looks like i can use this, thanks a lot
1377 [18:47:20] *** Quits: Lupricon (~Lupricon@replaced-ip ) (Read error: Connection reset by peer)
1378 [18:50:08] *** Joins: FreEm1nD (~freemindm@replaced-ip )
1379 [18:50:14] <ratrace> nae bother
1380 [18:50:29] *** Joins: Lupricon (~Lupricon@replaced-ip )
1381 [18:51:14] *** Quits: Lupricon (~Lupricon@replaced-ip ) (Max SendQ exceeded)
1382 [18:51:39] *** Joins: Lupricon (~Lupricon@replaced-ip )
1383 [18:52:21] *** Quits: Tobbi (~Tobbi@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
1384 [18:53:53] *** Joins: vertigo_38 (~vertigo_3@replaced-ip )
1385 [18:54:21] *** Quits: FreEm1nD (~freemindm@replaced-ip ) (Read error: Connection reset by peer)
1386 [18:54:49] *** Quits: WoC (~woc@replaced-ip ) (Quit: Leaving)
1387 [18:54:55] *** Quits: Jerrynicki (~niklas@replaced-ip ) (Ping timeout: 244 seconds)
1388 [18:54:58] *** Joins: WoC (woc@replaced-ip )
1389 [18:56:55] *** Quits: Ericounet (~Eric@replaced-ip ) (Remote host closed the connection)
1390 [18:58:06] *** Quits: dirkSt (~DirkS@replaced-ip ) (Quit: WeeChat 2.7.1)
1391 [18:58:15] *** Joins: DirkS (~DirkS@replaced-ip )
1392 [19:02:15] *** Quits: Alessandro-B (~androirc@replaced-ip ) (Remote host closed the connection)
1393 [19:03:10] *** Joins: Baliano (~androirc@replaced-ip )
1394 [19:03:44] *** Quits: Baliano (~androirc@replaced-ip ) (Remote host closed the connection)
1395 [19:03:45] *** Quits: plitter (~plitter@replaced-ip ) (Ping timeout: 240 seconds)
1396 [19:04:47] *** Quits: gnumdk (~gnumdk@replaced-ip ) (Quit: gnumdk)
1397 [19:05:28] *** Joins: Alessandro-B (~androirc@replaced-ip )
1398 [19:05:32] *** Quits: brutser (574149f0@replaced-ip ) (Remote host closed the connection)
1399 [19:07:12] *** Joins: swickrotation (~swickrota@replaced-ip )
1400 [19:07:15] *** Quits: jinmiaoluo (~jinmiaolu@replaced-ip ) (Ping timeout: 240 seconds)
1401 [19:08:18] *** Quits: krabador (~krabador@replaced-ip ) (Ping timeout: 260 seconds)
1402 [19:08:26] *** Joins: Sayona (~Sayona@replaced-ip )
1403 [19:09:49] *** Joins: jinmiaoluo (~jinmiaolu@replaced-ip )
1404 [19:10:00] *** Joins: diogenes_ (~diogenes_@replaced-ip )
1405 [19:10:27] *** Joins: Boohbah (~Boohbah@replaced-ip )
1406 [19:11:50] *** Quits: timur_davletshin (~timur_dav@replaced-ip ) (Read error: Connection reset by peer)
1407 [19:13:28] *** Quits: BotaniCar (botanicar@replaced-ip ) (Ping timeout: 256 seconds)
1408 [19:13:34] *** Joins: timur_davletshin (~timur_dav@replaced-ip )
1409 [19:14:15] *** Quits: jelly (jelly@replaced-ip ) (Ping timeout: 256 seconds)
1410 [19:15:42] *** Quits: pringau (~pringau@replaced-ip ) (Remote host closed the connection)
1411 [19:16:28] *** Joins: rustbuckett (~downtime@replaced-ip )
1412 [19:18:22] *** Joins: xet7 (~xet7@replaced-ip )
1413 [19:19:23] *** Joins: Jerrynicki (~niklas@replaced-ip )
1414 [19:21:30] *** Quits: badsektor (~badsektor@replaced-ip ) (Quit: Leaving)
1415 [19:22:17] *** Joins: ckur13 (~ckur13@replaced-ip )
1416 [19:24:14] *** Quits: Garb0 (~Garb0@replaced-ip ) (Read error: Connection reset by peer)
1417 [19:24:52] *** Joins: martinus__ (~martin@replaced-ip )
1418 [19:25:07] *** Joins: Garb0 (~Garb0@replaced-ip )
1419 [19:27:40] *** Joins: CyberHacker (~CyberHack@replaced-ip )
1420 [19:27:53] *** Joins: karstensrage (~karstensr@replaced-ip )
1421 [19:29:42] *** Quits: Whyvn (~user@replaced-ip ) (Remote host closed the connection)
1422 [19:30:15] *** Quits: ceska (~Cieska@replaced-ip ) (Ping timeout: 240 seconds)
1423 [19:30:43] *** Quits: citypw (~citypw@replaced-ip ) (Ping timeout: 240 seconds)
1424 [19:33:31] *** Quits: lyubov (~lyubov@replaced-ip ) (Ping timeout: 256 seconds)
1425 [19:35:36] *** Joins: plitter (~plitter@replaced-ip )
1426 [19:36:09] *** Quits: saptech (~saptech@replaced-ip ) (Quit: Leaving)
1427 [19:36:31] *** Joins: lyubov (~lyubov@replaced-ip )
1428 [19:38:18] *** Joins: jaami (~jaami@replaced-ip )
1429 [19:38:22] *** Joins: Night-Shade (~TimF@replaced-ip )
1430 [19:39:07] <jaami> where do i go to look for help about "One more step" authentication required. ?
1431 [19:39:21] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
1432 [19:39:36] *** Joins: Tobbi (~Tobbi@replaced-ip )
1433 [19:42:02] <WoC> jaami, for nickserv ?
1434 [19:42:12] *** Joins: platvoeten (~platvoete@replaced-ip )
1435 [19:42:54] <jaami> WoC, how nickserv can help?
1436 [19:43:11] <jaami> what do you mean
1437 [19:43:25] <WoC> <jaami> where do i go to look for help about "One more step" authentication required. ?
1438 [19:43:34] <annadane> jaami, be more detailed in your question
1439 [19:43:37] <annadane> authentication for what?
1440 [19:43:37] <WoC> Was trying to decode your question
1441 [19:44:19] *** Quits: coruja_ (~coruja@replaced-ip ) (Remote host closed the connection)
1442 [19:44:23] <jaami> oh, ok. actually, i dont know where is the problem. OS, Browser or what?
1443 [19:44:38] <annadane> what is your goal?
1444 [19:45:00] <annadane> we're just not certain what you're asking about
1445 [19:45:22] <jaami> any browser i use and visit any site i get the "One more step" page that ask me to complete google captcha
1446 [19:45:38] <diogenes_> jaami, screenshot.
1447 [19:45:40] <annadane> are you on tor?
1448 [19:45:46] *** Joins: kriger (~norge@replaced-ip )
1449 [19:45:48] <jaami> no i am not on tor
1450 [19:45:58] <EdePopede> dialup or new ip?
1451 [19:45:58] <annadane> listen to diogenes_
1452 [19:46:03] <WoC> jaami, you may want to contact your isp
1453 [19:46:04] *** Joins: gintonyc (gintonyc@replaced-ip )
1454 [19:46:05] <jaami> i thought tor was the issue but i am using direct connection
1455 [19:46:19] <jaami> oh, is that ISP the issue
1456 [19:46:35] <jaami> please tell me what to ask him about?
1457 [19:46:37] *** Joins: coruja (~coruja@replaced-ip )
1458 [19:46:40] <WoC> probably, or proxy if you have a proxy service
1459 [19:46:53] <jaami> i use no proxy server.
1460 [19:46:54] *** Joins: null1337 (~WhoAmI@replaced-ip )
1461 [19:47:10] *** Quits: platvoeten (~platvoete@replaced-ip ) (Remote host closed the connection)
1462 [19:47:25] <jaami> techinically what is the name of this problem?
1463 [19:48:10] <WoC> Good question, call them, +92 321 2436141
1464 [19:48:11] *** Joins: platvoeten (~platvoete@replaced-ip )
1465 [19:50:39] *** Parts: nickodd (~nickodd@replaced-ip ) ()
1466 [19:50:52] <jaami> WoC, i saved the number. really, i think those guys are totally nuts. they took almost a week just to detect defective wire. and they are very much non technical ppl
1467 [19:51:38] *** Quits: ckur13 (~ckur13@replaced-ip ) (Ping timeout: 260 seconds)
1468 [19:51:49] <jaami> but i will call them in the morning
1469 [19:52:45] <jaami> i use cable net.
1470 [19:53:30] *** Joins: afuentes (~kusanagi@replaced-ip )
1471 [19:54:21] *** Joins: PoaB1 (~Thunderbi@replaced-ip )
1472 [19:54:51] *** Quits: PoaB (~Thunderbi@replaced-ip ) (Ping timeout: 244 seconds)
1473 [19:54:51] *** PoaB1 is now known as PoaB
1474 [19:56:00] *** Joins: war9407 (war@replaced-ip )
1475 [19:56:18] *** Joins: cdown (~cdown@replaced-ip )
1476 [19:57:09] *** Joins: a0z (~a0z@replaced-ip )
1477 [19:57:56] *** Joins: distopista (~distopist@replaced-ip )
1478 [19:58:13] *** Joins: rockcavera (~rc@replaced-ip )
1479 [19:58:52] *** Quits: Night-Shade (~TimF@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
1480 [19:59:01] *** debhelper sets mode: +l 1372
1481 [19:59:31] *** Joins: mindpixel (~tpl2@replaced-ip )
1482 [20:00:16] <jaami> i tried 3 different imagebin sites and all of them asked me same "One more step"
1483 [20:00:32] *** Quits: careta (~careta@replaced-ip ) (Ping timeout: 244 seconds)
1484 [20:00:42] <jaami> i am sorry i cannot upload screenshot
1485 [20:01:25] *** Joins: tyzef_ (~tyzef@replaced-ip )
1486 [20:01:27] *** Joins: CaCO3 (~CaCO3@replaced-ip )
1487 [20:01:44] *** Quits: tyzef_ (~tyzef@replaced-ip ) (Client Quit)
1488 [20:01:47] <rockcavera> I am trying to permanently change the mtu of my connection, but I am not succeeding. This command changes, but after it shuts down or restarts the computer it returns to normal: ip link set dev wlp3s0 mtu 1492
1489 [20:02:11] *** Quits: valdyn (~valdyn@replaced-ip ) (Quit: leaving)
1490 [20:02:12] *** Joins: tyzef (~tyzef@replaced-ip )
1491 [20:02:21] *** Quits: jaami (~jaami@replaced-ip ) (Quit: Leaving)
1492 [20:02:23] <rockcavera> i need the mtu in 1492 to work properly my ipv6
1493 [20:02:33] <petn-randall> rockcavera: Set it in your network-manager.
1494 [20:02:37] *** Quits: format_c (~format_c@replaced-ip ) (Quit: format_c)
1495 [20:02:44] *** Parts: jedelava (~jedelava@replaced-ip ) ()
1496 [20:03:05] <rockcavera> petn-randall i am using debian 10, gnome
1497 [20:03:42] *** Quits: finalbeta (~finalbeta@replaced-ip ) (Ping timeout: 265 seconds)
1498 [20:04:15] <petn-randall> rockcavera: You can set the MTU in the network configuration.
1499 [20:04:28] *** Joins: user-X50 (~user-X50@replaced-ip )
1500 [20:04:30] *** Quits: DEB-alain (~DEB-alain@replaced-ip ) (Remote host closed the connection)
1501 [20:04:52] <petn-randall> rockcavera: It's under "Identity" in the network settings.
1502 [20:05:04] *** Joins: DEB-alain (~DEB-alain@replaced-ip )
1503 [20:06:20] <rockcavera> petn-randall this option is only available for wired network here. No wi-fi
1504 [20:06:40] *** Quits: DEB-alain (~DEB-alain@replaced-ip ) (Remote host closed the connection)
1505 [20:08:05] *** Joins: ckur13 (~ckur13@replaced-ip )
1506 [20:08:46] <rockcavera> replaced-url
1507 [20:09:29] *** Joins: DEB-alain (~DEB-alain@replaced-ip )
1508 [20:09:36] <petn-randall> rockcavera: It seems like this is a known bug. See replaced-url
1509 [20:09:43] <petn-randall> There's also the solution for it.
1510 [20:09:57] *** Joins: bouba (~bouba@replaced-ip )
1511 [20:10:06] *** Quits: itamarst (uid165457@replaced-ip ) (Quit: Connection closed for inactivity)
1512 [20:12:20] *** Joins: ckur613 (~ckur13@replaced-ip )
1513 [20:13:05] *** Quits: user-X50 (~user-X50@replaced-ip ) (Quit: user-X50)
1514 [20:13:31] *** Joins: tgunr (~davec@replaced-ip )
1515 [20:15:06] *** Quits: DEB-alain (~DEB-alain@replaced-ip ) (Remote host closed the connection)
1516 [20:15:18] *** Joins: Highlander (~alain@replaced-ip )
1517 [20:15:37] *** Quits: ckur13 (~ckur13@replaced-ip ) (Ping timeout: 265 seconds)
1518 [20:15:39] *** Joins: DEB-alain (~DEB-alain@replaced-ip )
1519 [20:17:26] *** Joins: finalbeta (~finalbeta@replaced-ip )
1520 [20:21:45] *** Quits: xet7 (~xet7@replaced-ip ) (Ping timeout: 240 seconds)
1521 [20:22:13] *** Joins: format_c (~format_c@replaced-ip )
1522 [20:23:31] *** Joins: ckur13 (~ckur13@replaced-ip )
1523 [20:25:01] *** Joins: xet7 (~xet7@replaced-ip )
1524 [20:25:18] *** Quits: Alessandro-B (~androirc@replaced-ip##) (Quit: AndroIRC - Android IRC Client ( ##replaced-url
1525 [20:25:25] *** Joins: halvors1 (~Thunderbi@replaced-ip )
1526 [20:25:51] *** Quits: ckur613 (~ckur13@replaced-ip ) (Ping timeout: 244 seconds)
1527 [20:26:12] *** Joins: ckur613 (~ckur13@replaced-ip )
1528 [20:26:15] *** Quits: halvors (~Thunderbi@replaced-ip ) (Ping timeout: 240 seconds)
1529 [20:26:15] *** halvors1 is now known as halvors
1530 [20:26:17] *** Joins: sillyslux_ (~sillyslux@replaced-ip )
1531 [20:26:40] <sillyslux_> i was suggested not to download stuff and unpack in /usr/local
1532 [20:26:46] <sillyslux_> node.js in this case
1533 [20:26:56] <sillyslux_> what were the reasons for not doing this?
1534 [20:27:30] *** Quits: CaCO3 (~CaCO3@replaced-ip ) (Quit: Leaving)
1535 [20:28:15] *** Quits: ckur13 (~ckur13@replaced-ip ) (Ping timeout: 240 seconds)
1536 [20:28:48] *** Quits: rockcavera (~rc@replaced-ip ) (Quit: Leaving)
1537 [20:29:12] *** Quits: tgunr (~davec@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
1538 [20:29:25] *** Quits: tyzef (~tyzef@replaced-ip ) (Quit: Leaving)
1539 [20:29:34] *** Joins: tyzef (~tyzef@replaced-ip )
1540 [20:29:42] *** Joins: gelignite_ (~gelignite@replaced-ip )
1541 [20:29:46] *** Joins: edman007 (~edman007@replaced-ip )
1542 [20:30:53] <somiaj> sillyslux_: putting third party stuff in /usr/local is just fine, and node.js is one of the things that is often better to get from upstream due to its rappid development.
1543 [20:31:27] <edman007> Hey, so I'm trying to get hardware ffmpeg decoding working on my new build, I'm running buster, and have an Athlon 3000G CPU which has the VEGA3 GPU? Anyways, when I boot I don't have KMS, I can't get X working, and /dev/dri does not exist
1544 [20:31:28] <somiaj> sillyslux_: though depending on how node.js is setup (I don't use it so unsure), sometimes people like /opt for stuff that is self contained and doens't split up in the standard FHS
1545 [20:31:41] <sillyslux_> that's what i though, but then somebody said i shouldn't be doing this :/
1546 [20:31:54] <edman007> is my hardware too new or do I have to do something? the wiki says it just works in buster...which it doesn't
1547 [20:32:02] *** Joins: ckur13 (~ckur13@replaced-ip )
1548 [20:32:03] <somiaj> sillyslux_: unsure why, now if you also install node.js from debian, you will conflict.
1549 [20:32:14] *** Quits: gelignite (~gelignite@replaced-ip ) (Ping timeout: 260 seconds)
1550 [20:32:25] <somiaj> edman007: dmesg | grep -i firmware, some amd gpu's take firmware to load. If it is too new you can try the firmware and kernel from backports
1551 [20:32:26] <sillyslux_> yes
1552 [20:32:40] *** Joins: openface (~openface@replaced-ip )
1553 [20:33:06] <sillyslux_> /opt and then link the binaries to /usr/local/bin?
1554 [20:33:16] *** Joins: gintonyc_ (~gintonyc@replaced-ip )
1555 [20:33:29] <sillyslux_> ah well, unpack in /usr/local just works and i'm fine with that, ty
1556 [20:33:33] <edman007> somiaj, nothing in there at all about my GPU, no errors, no success
1557 [20:33:34] <somiaj> sillyslux_: at some level this is an admin decision.
1558 [20:33:51] <sillyslux_> ok
1559 [20:34:15] *** Quits: ckur613 (~ckur13@replaced-ip ) (Ping timeout: 240 seconds)
1560 [20:34:17] <somiaj> edman007: I don't know the card you are using, but if you search google does it say what kernel support for that gpu is added?
1561 [20:35:28] *** Quits: gintonyc (gintonyc@replaced-ip ) (Ping timeout: 246 seconds)
1562 [20:36:20] *** Quits: Grldfrdom (uid391113@replaced-ip ) (Quit: Connection closed for inactivity)
1563 [20:36:21] <somiaj> edman007: not finding any exact version numbers, but see people having success with newer ubuntu, you might want to try to get the kernel and the firwamre-amd-graphics from buster-backports and see if that improves things
1564 [20:36:25] *** Joins: itamarst (uid165457@replaced-ip )
1565 [20:36:38] <edman007> alright, I'll try that
1566 [20:37:46] *** Joins: halvors1 (~Thunderbi@replaced-ip )
1567 [20:38:33] *** Quits: Wils1n (~Wilson@replaced-ip ) (Remote host closed the connection)
1568 [20:38:50] <Kobaz> soooooo i had really long delays getting 'su' to actuall start a shell, and really long delays when trying to ssh to this machine... i "fixed" it by removing 'systemd' from /etc/nssswitch... what could be the culprit here?
1569 [20:39:52] *** Joins: generic (252e7308@replaced-ip )
1570 [20:40:10] *** Quits: halvors (~Thunderbi@replaced-ip ) (Ping timeout: 260 seconds)
1571 [20:40:10] *** halvors1 is now known as halvors
1572 [20:40:16] *** Quits: holgersson (~quassel@replaced-ip ) (Quit: “Format C:........[Done]“)
1573 [20:41:59] *** Quits: flokuehn (~flokuehn@replaced-ip ) (Quit: leaving)
1574 [20:42:39] <generic> I'm having problems with the wifi-drivers for intel i'm running sid on a notebook that serves as a wifi ap. However i got some messages in the kernel log after some hours
1575 [20:42:54] <generic> So I thought maybe a hardware issue
1576 [20:43:07] <generic> & tried another notebook
1577 [20:43:22] <somiaj> wifi often requires non-free firwamre, so for intel wifi, firmware-iwlwifi is the package name in non-free
1578 [20:43:28] *** Quits: bouba (~bouba@replaced-ip ) (Quit: Leaving)
1579 [20:43:31] <somiaj> also sid questions should be asked on #debian-next on irc.oftc.net
1580 [20:43:33] <generic> i have the firmware
1581 [20:43:51] <generic> problem is that sometimes the whole kernel module crashes
1582 [20:44:02] <generic> and the interface disappears completely
1583 [20:44:21] *** Joins: Acheron (~Acheron@replaced-ip )
1584 [20:45:21] *** Joins: flokuehn (~flokuehn@replaced-ip )
1585 [20:45:38] *** Joins: halvors1 (~Thunderbi@replaced-ip )
1586 [20:46:36] <generic> and the hardware isn't the issue because a second notebook did the same
1587 [20:46:40] *** Quits: halvors (~Thunderbi@replaced-ip ) (Ping timeout: 246 seconds)
1588 [20:46:40] *** halvors1 is now known as halvors
1589 [20:47:45] *** Quits: distopista (~distopist@replaced-ip ) (Ping timeout: 240 seconds)
1590 [20:48:25] *** Quits: rnix (~rnix@replaced-ip ) (Ping timeout: 246 seconds)
1591 [20:49:29] <annadane> anyone know off hand what the mouse themes are from kde, the package name?
1592 [20:50:03] <generic> somiaj: says microcode sw error detected
1593 [20:51:53] <annadane> never mind, think i found it, it's oxygen-cursors
1594 [20:52:07] *** Quits: crockedgrind59 (~crockedgr@replaced-ip ) (Remote host closed the connection)
1595 [20:52:08] <annadane> oxygencursors*
1596 [20:52:19] <abrotman> doxygencursors?
1597 [20:52:26] *** Joins: halvors1 (~Thunderbi@replaced-ip )
1598 [20:52:52] *** Quits: generic (252e7308@replaced-ip ) (Remote host closed the connection)
1599 [20:52:58] *** Quits: halvors (~Thunderbi@replaced-ip ) (Ping timeout: 246 seconds)
1600 [20:52:58] *** halvors1 is now known as halvors
1601 [20:54:02] *** Joins: deicide- (~deicide-@replaced-ip )
1602 [20:54:09] <annadane> though it says "originally created for kde 4"
1603 [20:54:13] *** Joins: valdyn (~valdyn@replaced-ip )
1604 [20:54:16] <annadane> i wonder if there's a separate thing for kde 5
1605 [20:55:40] <Kobaz> any takers on my weird systemd issue?
1606 [20:56:01] *** Joins: anoncon (~Falsememo@replaced-ip )
1607 [21:02:01] *** Quits: k4nz (~Thunderbi@replaced-ip ) (Read error: Connection reset by peer)
1608 [21:02:42] *** Joins: k4nz (~Thunderbi@replaced-ip )
1609 [21:03:40] *** Parts: Acheron (~Acheron@replaced-ip ) ("Good Bye and Good Luck")
1610 [21:05:16] *** Joins: holgersson (~quassel@replaced-ip )
1611 [21:05:31] *** Joins: halvors1 (~Thunderbi@replaced-ip )
1612 [21:05:34] *** Quits: halvors (~Thunderbi@replaced-ip ) (Ping timeout: 246 seconds)
1613 [21:05:34] *** halvors1 is now known as halvors
1614 [21:07:54] *** Quits: learnin (~learnin@replaced-ip ) (Quit: WeeChat 2.8)
1615 [21:09:26] <jmcnaught> Kobaz: was there anything in the system journal when those delays happened?
1616 [21:09:29] *** Quits: WoC (woc@replaced-ip ) (Remote host closed the connection)
1617 [21:09:51] *** Quits: rsx (~rsx@replaced-ip ) (Quit: rsx)
1618 [21:12:43] *** Quits: tyzef (~tyzef@replaced-ip ) (Remote host closed the connection)
1619 [21:13:07] *** Joins: tyzef (~tyzef@replaced-ip )
1620 [21:16:29] *** Quits: dreamon (~dreamon@replaced-ip ) (Ping timeout: 244 seconds)
1621 [21:16:51] *** Joins: A2666 (~A2666@replaced-ip )
1622 [21:17:16] *** Joins: user217_ (~user217_@replaced-ip )
1623 [21:18:04] *** Quits: ExoUNX (~ExoUNX@replaced-ip ) (Quit: I'm leaving these neckbeards)
1624 [21:19:23] *** Quits: A2666 (~A2666@replaced-ip ) (Client Quit)
1625 [21:20:30] *** Joins: jelly-home (jelly@replaced-ip )
1626 [21:20:58] *** Joins: srgg (~srgg@replaced-ip )
1627 [21:22:47] *** Quits: NetTerminalGene (~NetTermin@replaced-ip ) (Quit: Leaving)
1628 [21:24:18] *** Joins: ExoUNX (~ExoUNX@replaced-ip )
1629 [21:27:55] *** Joins: bars0 (~Name@replaced-ip )
1630 [21:32:26] *** Quits: darunesh|out (~darunesh@replaced-ip ) (Quit: #init 0)
1631 [21:33:27] *** Joins: dreamon (~dreamon@replaced-ip )
1632 [21:34:42] *** Joins: alpernebbi (~quassel@replaced-ip )
1633 [21:36:13] *** Joins: Ticho (~Ticho@replaced-ip )
1634 [21:38:06] *** Quits: Ticho_ (~Ticho@replaced-ip ) (Ping timeout: 260 seconds)
1635 [21:39:30] *** Joins: shoobie (~shoobie@replaced-ip )
1636 [21:39:30] *** Joins: dowwie (~dowwie@replaced-ip )
1637 [21:40:18] *** Quits: shoobie (~shoobie@replaced-ip ) (Remote host closed the connection)
1638 [21:40:18] *** Quits: dowwie (~dowwie@replaced-ip ) (Remote host closed the connection)
1639 [21:40:54] *** Quits: mzajc (~marko@replaced-ip ) (Ping timeout: 260 seconds)
1640 [21:41:17] *** Quits: Jade_NL (~JadeNL@replaced-ip ) (Read error: Connection reset by peer)
1641 [21:41:46] *** Joins: Jade_NL (~JadeNL@replaced-ip )
1642 [21:42:39] *** Quits: Jade_NL (~JadeNL@replaced-ip ) (Read error: Connection reset by peer)
1643 [21:42:40] *** Quits: nksegos (~Thunderbi@replaced-ip ) (Quit: nksegos)
1644 [21:42:40] *** Quits: sixtysix (~sixtysix@replaced-ip ) (Remote host closed the connection)
1645 [21:42:55] *** Joins: nksegos (~Thunderbi@replaced-ip )
1646 [21:43:20] *** Quits: swickrotation (~swickrota@replaced-ip ) (Quit: Lost terminal)
1647 [21:43:44] *** Joins: Jade_NL (~JadeNL@replaced-ip )
1648 [21:46:01] *** Quits: konrados (~konrados@replaced-ip ) (Remote host closed the connection)
1649 [21:51:04] *** Quits: m0u_ (~m0u@replaced-ip ) (Ping timeout: 246 seconds)
1650 [21:51:16] *** Joins: torbo (~user@replaced-ip )
1651 [21:51:29] *** Quits: knob (~diskLess2@replaced-ip ) (Quit: Leaving)
1652 [21:51:46] *** Quits: nksegos (~Thunderbi@replaced-ip ) (Quit: nksegos)
1653 [21:51:49] *** Joins: nsegkos (~Thunderbi@replaced-ip )
1654 [21:52:43] *** Quits: finalbeta (~finalbeta@replaced-ip ) (Read error: Connection reset by peer)
1655 [21:53:27] *** Joins: DJDan (~DJDan@replaced-ip )
1656 [21:53:52] *** Quits: rotaticus (~rotaticus@replaced-ip ) (Ping timeout: 246 seconds)
1657 [21:54:11] *** nsegkos is now known as nksegos
1658 [21:55:22] *** Quits: Wulf (~Wulf@replaced-ip ) (Ping timeout: 260 seconds)
1659 [21:56:13] *** Quits: tyzef (~tyzef@replaced-ip ) (Remote host closed the connection)
1660 [21:56:23] *** Quits: u0m3 (~u0m3@replaced-ip ) (Ping timeout: 240 seconds)
1661 [21:57:37] *** Joins: darunesh|out (~darunesh@replaced-ip )
1662 [21:57:59] *** Quits: darunesh|out (~darunesh@replaced-ip ) (Client Quit)
1663 [21:58:28] *** Joins: darunesh|out (~darunesh@replaced-ip )
1664 [21:58:31] *** darunesh|out is now known as darunesh
1665 [21:59:01] *** debhelper sets mode: +l 1363
1666 [22:00:46] *** Quits: alpernebbi (~quassel@replaced-ip ) (Quit: alpernebbi)
1667 [22:00:49] *** Joins: konrados (~konrados@replaced-ip )
1668 [22:02:00] *** Quits: format_c (~format_c@replaced-ip ) (Quit: format_c)
1669 [22:02:06] *** Joins: tuxmania (~tuxmania@replaced-ip )
1670 [22:02:53] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
1671 [22:03:42] *** Quits: Garb0 (~Garb0@replaced-ip ) (Ping timeout: 260 seconds)
1672 [22:04:31] *** Joins: xcm (~xcm@replaced-ip )
1673 [22:05:25] *** Quits: Jerrynicki (~niklas@replaced-ip ) (Remote host closed the connection)
1674 [22:05:30] *** Quits: kreyren (~kreyren@replaced-ip ) (Remote host closed the connection)
1675 [22:05:54] *** Joins: kreyren (~kreyren@replaced-ip )
1676 [22:07:57] *** Joins: Garb0 (~Garb0@replaced-ip )
1677 [22:08:31] *** Joins: u0m3 (~u0m3@replaced-ip )
1678 [22:09:14] *** Joins: ceska (~Cieska@replaced-ip )
1679 [22:10:17] <karlpinc> Kobaz: What is a "really long delay"? 3 hours? 3 months?
1680 [22:10:18] *** Joins: Streusel (~Anonymous@replaced-ip )
1681 [22:12:06] *** Joins: mzajc (~marko@replaced-ip )
1682 [22:12:45] *** Joins: Salatwurzel (~user@replaced-ip )
1683 [22:12:58] *** Quits: xet7 (~xet7@replaced-ip ) (Quit: Leaving)
1684 [22:13:02] <m0rd3cai> Hopefully someone can shed some light for me. Im trying to block a domain using iptables but it seems to not work. I may have the command wrong.
1685 [22:13:23] *** Quits: n_1-c_k (~n_1-c_k@replaced-ip ) (Read error: Connection reset by peer)
1686 [22:13:24] <m0rd3cai> iptables -A OUTPUT -s domain.com -j logdrop
1687 [22:13:59] <LtL> m0rd3cai: you need an IP
1688 [22:14:02] <m0rd3cai> Which from my understanding should block outbound requests for domain.com but each time im still able to access and ping the domain
1689 [22:14:09] *** Joins: n_1-c_k (~n_1-c_k@replaced-ip )
1690 [22:14:11] <m0rd3cai> Ltl so it doesnt like domain names?
1691 [22:15:01] <LtL> m0rd3cai: no, try 'host domain.com' use that IP
1692 [22:15:40] *** Joins: grobi (~rtng@replaced-ip )
1693 [22:16:01] *** Joins: Acheron (~Acheron@replaced-ip )
1694 [22:16:13] <LtL> m0rd3cai: I'm not aware of logdrop, -j DROP will work
1695 [22:16:14] *** Quits: gintonyc_ (~gintonyc@replaced-ip ) (Quit: Leaving)
1696 [22:16:27] <m0rd3cai> oh ok that makes alot of sense. essentially this would be useless for say facebook.com which has god knows how many public ip's.
1697 [22:16:29] *** Joins: rotaticus (~rotaticus@replaced-ip )
1698 [22:16:40] <LtL> m0rd3cai: indeed
1699 [22:17:02] <karlpinc> m0rd3cai: As long as your fussing, might want to use nftables instead of iptables.
1700 [22:17:13] <m0rd3cai> LtL: yea i tried both out of desperation. cool well that does make alot more sense now.
1701 [22:17:16] *** Quits: srgg (~srgg@replaced-ip ) (Quit: srgg)
1702 [22:17:27] <m0rd3cai> Never heard of nftables. ill have to look into that, thanks
1703 [22:17:40] <karlpinc> m0rd3cai: nftables is the replacement for iptables.
1704 [22:18:19] *** Joins: distopista (~distopist@replaced-ip )
1705 [22:18:20] *** Parts: diogenes_ (~diogenes_@replaced-ip ) ("vergissmeinnicht")
1706 [22:18:32] <karlpinc> m0rd3cai: (nftables is _way_ easier to read/write than iptables, IMO.)
1707 [22:18:38] <m0rd3cai> sounds like nftables can handle domain naes?
1708 [22:19:01] *** Joins: brokencycle (~brokencyc@replaced-ip )
1709 [22:19:27] <karlpinc> m0rd3cai: I don't know. Using names instead of ip numbers is really only good if the names are names you control. Otherwise the number can change out from under the name at any time.
1710 [22:19:57] <karlpinc> m0rd3cai: Any any packet filter is only going to look the names up once, at startup.
1711 [22:20:59] <karlpinc> m0rd3cai: Using names can be very handy, but extreme care is required.
1712 [22:21:33] <m0rd3cai> ok.. I see where your going with that. yea your definitely right about that karlpinc
1713 [22:22:13] <karlpinc> m0rd3cai: Care is required for other reasons, like dns may not be available when the packet filter comes up.
1714 [22:24:39] *** Quits: Hunterkll (~hunterkll@replaced-ip ) (Read error: Connection reset by peer)
1715 [22:24:52] <trek00> m0rd3cai: if you want to block http access based on domain names, you should setup a proxy (with filtering)
1716 [22:25:19] *** Quits: b1ack0p (~M@replaced-ip ) (Quit: sleeping..)
1717 [22:25:48] <trek00> m0rd3cai: do you want to block just for convenience or you need this block can't be circumvented?
1718 [22:26:45] *** Quits: distopista (~distopist@replaced-ip ) (Ping timeout: 240 seconds)
1719 [22:26:56] *** Quits: ajeremias (~ajeremias@replaced-ip ) (Ping timeout: 256 seconds)
1720 [22:28:08] *** Joins: ajeremias (~ajeremias@replaced-ip )
1721 [22:28:16] *** Joins: kupi (uid212005@replaced-ip )
1722 [22:28:54] *** Joins: lpancescu (~laur@replaced-ip )
1723 [22:29:29] <m0rd3cai> trek00: my kids and their friends are coming over and using tik tok, they created a fake 18+ youtube account to watch what they want so Im trying to block some of these apps these little shits keep bringing over here. Ill blacklist their MAC if this keeps being a problem
1724 [22:30:09] <m0rd3cai> hoping there was an easier/cheaper way to block than an expensive firewall
1725 [22:30:59] <trek00> m0rd3cai: ok well, blocking youtube based on ip addresses is not simple
1726 [22:31:26] <trek00> and if you block those addresses, there is the chance you block also replaced-url
1727 [22:31:31] *** Parts: budlight (~richard@replaced-ip ) ("Leaving")
1728 [22:31:47] *** Quits: bars0 (~Name@replaced-ip ) (Quit: leaving)
1729 [22:32:31] <trek00> then you could install a proxy or a dns caching
1730 [22:32:42] <trek00> and block here that domain
1731 [22:32:49] <trek00> the simpler should be install dnsmasq
1732 [22:33:10] <trek00> and block any connection to port 53 to outside (apart from dnsmasq itself)
1733 [22:33:16] <trek00> see replaced-url
1734 [22:33:23] *** Quits: tryte (~tryte@replaced-ip ) (Ping timeout: 240 seconds)
1735 [22:33:38] *** Joins: tryte (~tryte@replaced-ip )
1736 [22:34:09] <trek00> but if they are smart enough they can still access to youtube (if they set the youtube address on their hosts file)
1737 [22:34:59] *** Joins: m0u_ (~m0u@replaced-ip )
1738 [22:36:43] <trek00> the other way is to install an http proxy (squid) and block any access to port 80 and 443 to outside (apart from squid itself)
1739 [22:37:38] <trek00> but it is more complicated because you need to "intercept" https calls
1740 [22:38:16] <trek00> m0rd3cai: if they are using android probably the dnsmasq method will work fine
1741 [22:39:14] *** Quits: lpancescu (~laur@replaced-ip ) (Quit: WeeChat 2.8)
1742 [22:40:16] *** Joins: tgunr (~davec@replaced-ip )
1743 [22:42:11] *** Quits: Ycarus (~Ycarus@replaced-ip ) (Quit: Ycarus)
1744 [22:47:43] *** Quits: ekleog (~ii@replaced-ip ) (Quit: WeeChat 2.7.1)
1745 [22:48:07] *** Joins: ekleog (~ii@replaced-ip )
1746 [22:48:38] *** Quits: r3 (~r3@replaced-ip ) ()
1747 [22:50:55] *** Quits: fflori (~fflori@replaced-ip ) (Ping timeout: 246 seconds)
1748 [22:51:47] *** Quits: _0bitcount (~Big_Byte@replaced-ip ) (Remote host closed the connection)
1749 [22:52:05] *** Joins: _0bitcount (~Big_Byte@replaced-ip )
1750 [22:52:29] *** Quits: wonderer (~quakeroat@replaced-ip ) (Quit: Famous quotes #121: "Too many of us look upon Americans as dollar chasers. This is a cruel libel, even if it is reiterated thoughtlessly by the Americans themselves.")
1751 [22:52:52] *** Joins: r3 (~r3@replaced-ip )
1752 [22:57:14] *** Quits: platvoeten (~platvoete@replaced-ip ) (Remote host closed the connection)
1753 [23:03:45] *** Quits: tds (~tds@replaced-ip ) (Ping timeout: 240 seconds)
1754 [23:04:07] *** Joins: tds (~tds@replaced-ip )
1755 [23:04:22] *** Joins: A2666 (~A2666@replaced-ip )
1756 [23:04:59] *** Joins: Night-Shade (~TimF@replaced-ip )
1757 [23:05:54] *** Quits: Night-Shade (~TimF@replaced-ip ) (Client Quit)
1758 [23:06:14] *** Quits: Acheron (~Acheron@replaced-ip ) (Ping timeout: 265 seconds)
1759 [23:07:46] *** Quits: A2666 (~A2666@replaced-ip ) (Client Quit)
1760 [23:08:04] *** Joins: Twemlow (~Twemlow@replaced-ip )
1761 [23:08:11] *** Joins: Night-Shade (~TimF@replaced-ip )
1762 [23:08:20] <Twemlow> s
1763 [23:08:40] *** Joins: MarioMey (~mario@replaced-ip )
1764 [23:09:36] <MarioMey> Hello, there. I need to do something with Pulseaudio, but that channel is not active. Somewhere here that knows about Pulseaudio, loading modules/sinks/sources and connect them each other?
1765 [23:09:47] *** Quits: baloona (~baloona@replaced-ip ) (Ping timeout: 265 seconds)
1766 [23:10:04] <MarioMey> *Anyone
1767 [23:10:43] *** Quits: shibboleth (~shibbolet@replaced-ip ) (Quit: shibboleth)
1768 [23:11:22] *** Quits: m0u_ (~m0u@replaced-ip ) (Ping timeout: 260 seconds)
1769 [23:11:52] <joepublic> the pulseaudio channel is low traffic, but they give great help
1770 [23:12:04] <joepublic> be encouraged
1771 [23:14:57] <SPF> ratrace: dmesg -w didn't show anything in realtime nor after the event
1772 [23:17:57] <trek00> SPF: to be sure it's not a configuration issue, you could try with a debian live image
1773 [23:17:59] <ratrace> SPF: then you have some serious hardware issue that the kernel can't even complain about
1774 [23:18:27] <ratrace> SPF: I'd say it's likely a bad memory chip. you can try installing memtest and give it a run overnight
1775 [23:21:00] *** Quits: m0rd3cai (~m0rd3cai@replaced-ip ) (Ping timeout: 244 seconds)
1776 [23:21:14] *** Quits: runlevel7 (~runlevel7@replaced-ip ) (Ping timeout: 260 seconds)
1777 [23:21:42] *** Joins: abdulocracy1 (~abdulocra@replaced-ip )
1778 [23:21:46] *** Joins: nlpqda (~kwz@replaced-ip )
1779 [23:22:23] <nlpqda> something happened so that my debian box no longer plays any audio! alsmixer F6 I can't find any playback devices
1780 [23:22:24] *** Quits: b30wulf (uid175355@replaced-ip ) (Quit: Connection closed for inactivity)
1781 [23:22:33] *** Quits: martinus__ (~martin@replaced-ip ) (Ping timeout: 244 seconds)
1782 [23:22:34] *** Quits: abdulocracy (~abdulocra@replaced-ip ) (Ping timeout: 260 seconds)
1783 [23:22:34] *** abdulocracy1 is now known as abdulocracy
1784 [23:22:41] *** Joins: cosimone (~cosimone@replaced-ip )
1785 [23:22:43] <nlpqda> how to check the driver with lsmod? what is the name of it?
1786 [23:22:45] *** Parts: cosimone (~cosimone@replaced-ip ) ("Part.")
1787 [23:23:00] <trek00> nlpqda: check with lspci -k
1788 [23:23:13] <petn-randall> nlpqda: It strongly depends on your audio device.
1789 [23:24:07] *** Quits: openface (~openface@replaced-ip ) (Quit: leaving)
1790 [23:24:39] <nlpqda> trek00: I can not find anything related to sound using lspci -k
1791 [23:25:18] <trek00> nlpqda: check also: lspci | grep -i audio
1792 [23:25:23] *** Joins: shabius_ (~shabius@replaced-ip )
1793 [23:25:43] <nlpqda> debian gui shows "dummy output" when I increase the sound up
1794 [23:26:05] <trek00> nlpqda: if it shows nothing, may be you should search in your logs
1795 [23:26:16] <nlpqda> 00:1b.0 Audio device: Intel Corporation 7 Series/C216 Chipset Family High Definition Audio Controller (rev 04)
1796 [23:27:10] <trek00> nlpqda: well try again with: lspci -k -s 00:1b.0
1797 [23:27:14] <LtL> !timidity pulseaudio
1798 [23:27:14] <dpkg> Some users have had <timidity> blocking access to their sound card, resulting in <pulseaudio> only seeing a dummy output. Check if timidity is running with 'systemctl status timidity' and stop/disable with 'systemctl stop timidity ; systemctl disable timidity' and/or remove the timidity-daemon package.
1799 [23:27:39] *** Quits: abdulocracy (~abdulocra@replaced-ip##) (Quit: The Lounge - ##replaced-url
1800 [23:28:09] *** Quits: shabius (~shabius@replaced-ip ) (Ping timeout: 265 seconds)
1801 [23:28:30] *** Joins: abdulocracy (~abdulocra@replaced-ip )
1802 [23:28:59] <nlpqda> trek00: notebaUnit timidity.service could not be found.
1803 [23:29:01] *** debhelper sets mode: +l 1357
1804 [23:29:51] <nlpqda> Unit timidity.service could not be found.
1805 [23:30:42] <trek00> nlpqda: check if a driver is loaded: lspci -k -s 00:1b.0
1806 [23:33:07] *** Quits: grobi (~rtng@replaced-ip ) (Read error: Connection reset by peer)
1807 [23:33:17] *** Quits: DelPhyinf (~DelPhyinf@replaced-ip ) (Remote host closed the connection)
1808 [23:33:22] <nlpqda> trek00: perfect job ... the driver is snd_hda_intel
1809 [23:33:40] <nlpqda> the sound came back as soon as I sudo modprobe snd_hda_intel
1810 [23:33:51] *** Quits: DJDan (~DJDan@replaced-ip ) (Quit: Leaving...)
1811 [23:33:53] <nlpqda> thank you
1812 [23:34:07] <trek00> good! :)
1813 [23:34:49] *** Quits: Sayona (~Sayona@replaced-ip ) (Read error: Connection reset by peer)
1814 [23:34:50] <nlpqda> now alsamixer F6 shows 0 HDA Intel PCH
1815 [23:36:08] *** Joins: valoga (~valoga@replaced-ip )
1816 [23:36:23] <valoga> does checkinstall reasonably work well for deb packages?
1817 [23:39:26] *** Quits: oiaohm (~oiaohm@replaced-ip ) (Remote host closed the connection)
1818 [23:39:46] *** Joins: m0u_ (~m0u@replaced-ip )
1819 [23:39:49] *** Joins: oiaohm (~oiaohm@replaced-ip )
1820 [23:41:46] *** Quits: Highlander (~alain@replaced-ip ) (Quit: Highlander)
1821 [23:43:22] <trek00> valoga: what do you mean?
1822 [23:44:01] <valoga> trek00: I have a fairly straight forward app to package and was considering checkinstall
1823 [23:44:19] <valoga> however reading some more about it, it seems it may not have all the facilities dh-make has
1824 [23:44:37] *** Quits: StathisA (~StathisA@replaced-ip ) (Ping timeout: 250 seconds)
1825 [23:45:02] *** Quits: duso (~duso@replaced-ip ) (Ping timeout: 260 seconds)
1826 [23:45:15] <trek00> valoga: well debhelper has much more flexibility than an automatic packager like checkinstall
1827 [23:46:06] *** Quits: medard (~medard@replaced-ip ) (Quit: Leaving)
1828 [23:46:51] <trek00> valoga: sorry i meant dh-make
1829 [23:47:15] *** Joins: StathisA (~StathisA@replaced-ip )
1830 [23:47:22] <trek00> valoga: but you should really try both and see the result if it fits your needs
1831 [23:50:19] <valoga> trek00: I think I will, thank you
1832 [23:50:20] *** Joins: mtn (~mtn@replaced-ip )
1833 [23:50:46] *** Joins: duso (~duso@replaced-ip )
1834 [23:51:58] *** Quits: dreamon (~dreamon@replaced-ip ) (Ping timeout: 260 seconds)
1835 [23:52:09] <trek00> :)
1836 [23:53:53] *** Joins: xet7 (~xet7@replaced-ip )
1837 [23:57:28] *** Joins: azizLIGHT (~azizLIGHT@replaced-ip )
1838 [23:57:53] *** Quits: Space_Man (~Space_Man@replaced-ip ) (Remote host closed the connection)
↑ top
context: nick names on moving displays as market values
#debian Freenode IRC channel closed on 2021-06-01
contact: a @ her0. be