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:12] *** Quits: v01t (~v01t@replaced-ip ) (Remote host closed the connection)
1 [00:00:22] *** Joins: v01t (~v01t@replaced-ip )
2 [00:00:31] <ctcx> Ssh-ing one same server with more than one user at the same time, can this be ever risky?
3 [00:00:46] *** Quits: tmroland (~tmroland@replaced-ip ) (Quit: tmroland)
4 [00:01:34] *** Quits: lumberjack_tempe (~cengelbre@replaced-ip ) (Quit: Leaving)
5 [00:02:29] *** Joins: Mr_Keyser_Soze (~Mr_Keyser@replaced-ip )
6 [00:02:34] <somiaj> shellhost: it depends what pci device is having trouble. If it is a device you aren't using, maybe just disable it in the firmware.
7 [00:02:49] <Thedarkb-M90> ctcx, I can't really see how it could be.
8 [00:02:57] <Thedarkb-M90> I do it all the time without issue.
9 [00:03:03] <somiaj> ctcx: what do you mean by that? you mean having multiple connections between one computer and another with multiple users?
10 [00:03:32] *** Joins: juko (~juko@replaced-ip )
11 [00:04:47] <Thedarkb-M90> I run some game server s and at one point myself and one of my moderators were connected to the same tmux at the same time.
12 [00:04:53] <Thedarkb-M90> That was a bit interesting to say the least.
13 [00:05:13] *** Joins: roylaprattep (~roylaprat@replaced-ip )
14 [00:05:13] *** Quits: roylaprattep (~roylaprat@replaced-ip ) (Changing host)
15 [00:05:13] *** Joins: roylaprattep (~roylaprat@replaced-ip )
16 [00:05:34] <ctcx> .....
17 [00:05:42] <ctcx> oh, f**k with me...
18 [00:05:49] <ctcx> I meant,
19 [00:05:55] *** Quits: colinjmatt (~colinjmat@replaced-ip ) (Ping timeout: 246 seconds)
20 [00:06:17] <ctcx> Ssh-ing one same server with very same user *multiple* times at the same time, can this be ever risky?
21 [00:06:40] <ctcx> I.e., ssh to a server with "myUser", but from more than one client at same time
22 [00:06:53] *** Quits: Spr1ng (~Spr1ng@replaced-ip ) (Quit: WeeChat 2.2)
23 [00:07:22] <somiaj> in general no, but you could have problems where one session opens a file and starts to edit it, another session opens the file and edits it, then quits, then the first session saves its edits, thus erasing all the eddits from the other session.
24 [00:07:41] <Thedarkb-M90> Most editors will warn you of this though.
25 [00:07:55] *** Quits: p3rror (~p3rror@replaced-ip ) (Read error: Connection reset by peer)
26 [00:07:55] *** Joins: colinjmatt (~colinjmat@replaced-ip )
27 [00:08:19] <somiaj> yea, just giving an example of something that could go wrong, if trying to edit the same file from multiple locations at once (or within a small time frame)
28 [00:08:40] *** Quits: mindstorm (~mindstorm@replaced-ip ) (Remote host closed the connection)
29 [00:08:57] <somiaj> but this is no different than having multiple xterms opened on your linux desktop all of the same user.
30 [00:09:30] <somiaj> so it isn't the multiple ssh sessions that are the issue.
31 [00:10:03] *** Quits: lord_rob (~robert@replaced-ip ) (Quit: Konversation terminated!)
32 [00:11:02] <Thedarkb-M90> Hmm, I used to use Konversation before they went 64 bit only as far as official builds were concerned.
33 [00:11:04] *** Joins: l1nuxg33k (uid322116@replaced-ip )
34 [00:11:23] *** Quits: taylorbyte (~taylorbyt@replaced-ip ) (Ping timeout: 244 seconds)
35 [00:11:28] *** Quits: shellhost (~shellhost@replaced-ip ) (Quit: Leaving)
36 [00:12:34] <ctcx> So, if only using scp within this situation, really not much big risks except for overwriting one same file because of equal filename?
37 [00:12:47] *** Quits: Zongva (~ole@replaced-ip ) (Ping timeout: 240 seconds)
38 [00:13:03] <Thedarkb-M90> Quit worrying, it's all okay.
39 [00:13:33] <somiaj> ctcx: there isn't any additional risk than is already there of being able to have multiple logins at the same time.
40 [00:13:53] <somiaj> though as Thedarkb-M90 pointed out, if you have multiple people using the same user, it could get intersting trying ot use the same tmux session.
41 [00:14:01] *** debhelper sets mode: +l 1359
42 [00:14:06] *** Joins: shellhost (~shellhost@replaced-ip )
43 [00:14:18] *** Joins: Zongva (~ole@replaced-ip )
44 [00:14:21] <Thedarkb-M90> It didn't end badly or anything.
45 [00:14:30] <Thedarkb-M90> We just ended up trying to type in a server console at the same time.
46 [00:15:07] *** Joins: CaptainN (zelda@replaced-ip )
47 [00:15:07] *** Quits: CaptainN (zelda@replaced-ip ) (Changing host)
48 [00:15:07] *** Joins: CaptainN (zelda@replaced-ip )
49 [00:15:37] <ctcx> "Server console"?
50 [00:15:58] *** Joins: Nefertari (~Nefertiti@replaced-ip )
51 [00:16:00] <ctcx> ... in this hypothetical scenario the server would be command line only...
52 [00:16:28] <somiaj> ctcx: in this case they were using tmux (which can have multiple clintes attach to at the same time) both trying to type into the same server console for the game they were running.
53 [00:16:44] <somiaj> which may come as a surprise until you realize what is going on
54 [00:17:12] <shellhost> somiaj: this is interesting, I dug deeper into forums and on arch forums and someone was advised to enable the pcie_aspm=off flag on boot. It fixed my issue
55 [00:17:13] *** Joins: wonderworld (~ww@replaced-ip )
56 [00:17:15] <somiaj> but this is rare, in your case, there I would say there is little risk, or at least no additional risk than already exists in a multiuser/login enviorment.
57 [00:17:42] <ctcx> Oh
58 [00:18:13] <somiaj> shellhost: Nice. I wasn't sure what exactly was failing, but it doesn't surprise me that there are issues with acpi or the old aspm features. These don't seem to be correctly implemented in a standard method on many systems.
59 [00:18:25] *** Joins: paulgrmn_ (~paulgrmn@replaced-ip )
60 [00:18:28] *** Quits: Mr_Keyser_Soze (~Mr_Keyser@replaced-ip ) (Remote host closed the connection)
61 [00:18:37] *** Quits: Nefertiti (~Nefertiti@replaced-ip ) (Ping timeout: 244 seconds)
62 [00:18:47] *** Quits: Zongva (~ole@replaced-ip ) (Ping timeout: 240 seconds)
63 [00:19:16] *** Joins: Nefertiti (~Nefertiti@replaced-ip )
64 [00:19:43] *** Quits: LaScoumoune (~LaScoumou@replaced-ip ) (Quit: LaScoumoune)
65 [00:19:57] <ctcx> somiaj: the thing is, I'd like to setup a "file server" on Linux for use for Windows clients. Just *no* Samba, because I need server to be accessible from outside LAN.
66 [00:20:02] *** Quits: c0ncealed4 (c0ncealed@replaced-ip ) (Remote host closed the connection)
67 [00:20:10] <ctcx> Best option I thought in was scp.
68 [00:20:24] <ctcx> Just changing sshd port and blocking root access.
69 [00:20:36] *** Joins: c0ncealed4 (c0ncealed@replaced-ip )
70 [00:20:51] <somiaj> ctcx: what clients are you needing to get the files? And will it just be you? A set of known users? Or do you need some sort of guest access?
71 [00:20:53] *** Quits: Nefertari (~Nefertiti@replaced-ip ) (Ping timeout: 245 seconds)
72 [00:21:01] <somiaj> if all you need to do is share (not upload) http is a nice way to do that.
73 [00:21:20] <somiaj> sftp (via scp, rsync, or winscp on windows) is a nice way to share files over the ssh server, and cna work just fine.
74 [00:21:30] <somiaj> there is also sshfs (a way to mount remote file system over ssh) on linux.
75 [00:21:43] *** Quits: f10_ (~flo@replaced-ip ) (Ping timeout: 244 seconds)
76 [00:21:49] *** Quits: teclo- (42@replaced-ip ) (Quit: Lost terminal)
77 [00:21:57] *** Joins: masber (~masber@replaced-ip )
78 [00:22:02] <shellhost> somiaj: interesting, will keep this flag on forever now. Really want to thank you for the help, this was bugging me for quite some time.
79 [00:22:30] *** Joins: Vanilla1c3 (~Vanilla1c@replaced-ip )
80 [00:22:37] *** Parts: Vanilla1c3 (~Vanilla1c@replaced-ip ) ()
81 [00:23:29] *** Joins: AngelKde (~AngelKde@replaced-ip )
82 [00:24:40] *** Joins: MaryCzary (~OS-42154@replaced-ip )
83 [00:25:08] <ctcx> somiaj: the -Windows- clients need to upload files to the server, just that. My initial "multiple same user" doubt was because, clients are spread over several different offices, each office with more than one client obviously.
84 [00:25:10] <ctcx> And I thought it'd be a real pain in the ass to add *all* freaking individual users to the file server; instead thinking about assigning only one user per "office", where all members of one office would use the same user.
85 [00:26:15] <somiaj> I would set up each person as an indviduial user so you can track access. But yea, having 'trusted' users with ssh permisions to use sftp to be able to store/access files is a way that could work and is quite secure.
86 [00:26:40] <somiaj> I think there is also a way to make ssh only allow certain users sftp access only (no actual shell access) which gives a little more security.
87 [00:28:02] *** Quits: Obi-Wan (~obi-wan@replaced-ip ) (Disconnected by services)
88 [00:28:07] <squarecircle> Ohai, where should I try debugging, when the framebuffers are actually there and the max_resolution also is correct, but xrandr does not show me providers and gnome does not show additional screens?
89 [00:32:33] *** Quits: MaryCzary (~OS-42154@replaced-ip ) (Ping timeout: 245 seconds)
90 [00:32:44] <wonderworld> ctcx: why not nextcloud?
91 [00:32:49] <wonderworld> or samba and vpn
92 [00:32:56] *** Quits: shellhost (~shellhost@replaced-ip ) (Quit: Leaving)
93 [00:33:41] <wonderworld> i guess nextcloud would be the most simple thing to setup. clients just need a browser
94 [00:33:57] *** Joins: treehug88 (~textual@replaced-ip )
95 [00:34:21] *** Quits: Kevlar_Noir (~manjaro-u@replaced-ip ) (Quit: Konversation terminated!)
96 [00:34:38] <wonderworld> they wouldn't even need any kind of account. you can set up a public folder where everyone can upload stuff to. contents of the folder can be invisible for users.
97 [00:35:14] *** Quits: rpifan (~rpifan@replaced-ip ) (Ping timeout: 272 seconds)
98 [00:35:21] *** Quits: mandeep (~mandeep@replaced-ip ) (Quit: Leaving)
99 [00:35:26] *** Joins: awal1 (~awal1@replaced-ip )
100 [00:35:34] *** Joins: turfrex (~py@replaced-ip )
101 [00:35:40] *** Quits: neibo (~bingen@replaced-ip ) (Ping timeout: 246 seconds)
102 [00:35:49] *** Joins: ^Obi-Wan^ (~obi-wan@replaced-ip )
103 [00:35:51] *** Joins: teclo- (42@replaced-ip )
104 [00:36:07] *** Quits: randuser99 (~randuser9@replaced-ip ) (Ping timeout: 252 seconds)
105 [00:36:47] *** Joins: neibo (~bingen@replaced-ip )
106 [00:36:50] <wonderworld> plus it's very simple to deploy. if you have experience with it, it's done in 10 minutes, otherwise 2 hours.
107 [00:37:44] *** Joins: randuser99 (~randuser9@replaced-ip )
108 [00:38:35] <ctcx> somiaj: would you think nextcloud would make my initial idea look like a retarded and invalid solution? Hope not..... Nextcloud sounds good indeed, though a bit more elaborated...
109 [00:39:48] *** Quits: AngelKde (~AngelKde@replaced-ip ) (Quit: Leaving)
110 [00:40:04] *** Quits: uppik (~uppik@replaced-ip ) (Quit: QRT)
111 [00:40:27] *** Joins: sanches (~sanches@replaced-ip )
112 [00:42:12] *** Joins: rand657 (~loqui@replaced-ip )
113 [00:42:18] *** Quits: rand657 (~loqui@replaced-ip ) (Remote host closed the connection)
114 [00:42:46] *** Quits: tradar (~tradar@replaced-ip ) (Quit: tradar)
115 [00:43:58] *** Quits: Haudegen (~quassel@replaced-ip ) (Remote host closed the connection)
116 [00:43:58] *** Quits: n_1-c_k (~nick@replaced-ip ) (Read error: Connection reset by peer)
117 [00:44:27] *** Joins: n_1-c_k (~nick@replaced-ip )
118 [00:45:13] <wonderworld> is scp built into windows explorer?
119 [00:45:15] *** Quits: haylon (~quassel@replaced-ip ) (Ping timeout: 252 seconds)
120 [00:46:13] <wonderworld> if not you would have to install and maintain additional software on all workstations, teach users how to use it, update it, etc. headache in my oppinion
121 [00:46:36] *** Joins: diniwed (~gavron@replaced-ip )
122 [00:48:10] *** Joins: Soul_Eater (~marcelo@replaced-ip )
123 [00:48:16] *** Quits: wnklmnn (~wnklmnn@replaced-ip ) (Remote host closed the connection)
124 [00:48:20] *** Joins: Kevlar_Noir (~manjaro-u@replaced-ip )
125 [00:48:43] <ctcx> wonderworld: that's what all of them do anyways, so the headache wouldn't be too much different
126 [00:48:57] <wonderworld> hehe ok :)
127 [00:49:20] <ctcx> (And I have generally preferred the portable version of winscp)
128 [00:49:59] <ctcx> somiaj: so using a same user to connect a server "multiple" times at same time is not that invalid in the end?
129 [00:50:02] <ctcx> ??
130 [00:50:04] <wonderworld> i couldn't live without sshfs
131 [00:51:11] *** Joins: patterson_ (patterson@replaced-ip )
132 [00:51:12] *** Quits: Brigo (~Brigo@replaced-ip ) (Remote host closed the connection)
133 [00:52:15] *** Joins: Mr_Keyser_Soze (~Mr_Keyser@replaced-ip )
134 [00:52:54] *** Joins: rand657 (~loqui@replaced-ip )
135 [00:54:16] *** Quits: Nekojimi (~jimj316@replaced-ip ) (Remote host closed the connection)
136 [00:55:28] <squarecircle> Ohai, where should I try debugging, when the framebuffers are actually there and the max_resolution also is correct, but xrandr does not show me providers and gnome does not show additional screens?
137 [00:59:04] *** Quits: patterson_ (patterson@replaced-ip ) ()
138 [01:00:07] *** Quits: OS-41965 (~OS-41965@replaced-ip ) (Read error: Connection reset by peer)
139 [01:00:10] *** Joins: decipher (~OS-41965@replaced-ip )
140 [01:00:34] *** Quits: decipher (~OS-41965@replaced-ip ) (Remote host closed the connection)
141 [01:00:58] *** Joins: decipher (~OS-41965@replaced-ip )
142 [01:01:42] *** Parts: ctcx (~user@replaced-ip ) ("Leaving")
143 [01:03:51] *** Quits: finalbeta (~finalbeta@replaced-ip ) (Ping timeout: 252 seconds)
144 [01:03:54] *** Joins: CodeBlue1776 (~CodeBlue1@replaced-ip )
145 [01:05:15] *** Quits: faw (~faw@replaced-ip ) (Ping timeout: 252 seconds)
146 [01:05:51] *** Joins: dez (uid92154@replaced-ip )
147 [01:08:45] *** Joins: a0z (~a0z@replaced-ip )
148 [01:08:47] *** Quits: colinjmatt (~colinjmat@replaced-ip ) (Ping timeout: 240 seconds)
149 [01:09:27] *** Quits: paulgrmn_ (~paulgrmn@replaced-ip ) (Ping timeout: 240 seconds)
150 [01:11:14] *** Quits: michaelni (~michael@replaced-ip ) (Ping timeout: 246 seconds)
151 [01:11:47] *** Quits: CodeBlue1776 (~CodeBlue1@replaced-ip ) (Quit: leaving)
152 [01:14:07] *** Joins: dvs (~hibbard@replaced-ip )
153 [01:14:14] *** Joins: CodeBlue1776 (~CodeBlue1@replaced-ip )
154 [01:14:38] *** Quits: Nokaji (~Nokaji@replaced-ip ) (Quit: Leaving)
155 [01:15:04] *** Quits: combro2k (~combro2k@replaced-ip ) (Remote host closed the connection)
156 [01:15:24] *** Quits: Ricardo__ (~rick@replaced-ip ) (Ping timeout: 252 seconds)
157 [01:15:38] *** Joins: combro2k (~combro2k@replaced-ip )
158 [01:16:21] *** Joins: pity_ (~pity@replaced-ip )
159 [01:16:29] *** Quits: decipher (~OS-41965@replaced-ip ) (Ping timeout: 244 seconds)
160 [01:16:41] *** Quits: CodeBlue1776 (~CodeBlue1@replaced-ip ) (Client Quit)
161 [01:16:51] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 264 seconds)
162 [01:17:01] *** Quits: iflema (~ian@replaced-ip ) (Quit: iflema)
163 [01:17:22] *** Joins: CodeBlue1776 (~CodeBlue1@replaced-ip )
164 [01:18:05] *** Quits: mauz555_ (~mauz555@replaced-ip ) (Remote host closed the connection)
165 [01:18:14] *** Quits: pity (~pity@replaced-ip ) (Ping timeout: 246 seconds)
166 [01:18:48] *** Joins: devbaka (~devbaka@replaced-ip )
167 [01:19:47] *** Quits: apt (ibot@replaced-ip ) (Ping timeout: 240 seconds)
168 [01:21:07] *** Quits: josefig (~josefig@replaced-ip ) (Ping timeout: 240 seconds)
169 [01:21:14] *** Quits: magic_cookie (~magic_coo@replaced-ip ) (Quit: Leaving)
170 [01:21:28] *** Quits: mosh\ (~mosh@replaced-ip ) (Ping timeout: 250 seconds)
171 [01:21:42] *** Quits: jubo2 (~juboxi@replaced-ip ) (Quit: Konversation terminated!)
172 [01:22:57] *** Joins: tihjihyj (~zak@replaced-ip )
173 [01:23:41] *** Joins: michaelni (~michael@replaced-ip )
174 [01:24:01] *** debhelper sets mode: +l 1349
175 [01:25:34] *** Quits: combro2k (~combro2k@replaced-ip ) (Remote host closed the connection)
176 [01:26:26] *** Joins: OS-41965 (~OS-41965@replaced-ip )
177 [01:27:11] *** Quits: OS-41965 (~OS-41965@replaced-ip ) (Remote host closed the connection)
178 [01:27:23] *** Joins: combro2k (~combro2k@replaced-ip )
179 [01:27:37] *** Joins: OS-41965 (~OS-41965@replaced-ip )
180 [01:27:53] *** Joins: krytarik (~krytarik@replaced-ip )
181 [01:29:45] *** Quits: Snowdrift (~Snowdrift@replaced-ip ) (Read error: Connection reset by peer)
182 [01:30:08] *** Joins: colinjmatt (~colinjmat@replaced-ip )
183 [01:30:26] *** Quits: Mr_Keyser_Soze (~Mr_Keyser@replaced-ip ) (Ping timeout: 244 seconds)
184 [01:30:54] *** Quits: roylaprattep (~roylaprat@replaced-ip ) (Ping timeout: 252 seconds)
185 [01:31:03] *** Parts: Kobazz (~kobaz@replaced-ip ) ()
186 [01:33:44] *** Joins: blackpit (~panos@replaced-ip )
187 [01:34:51] *** Quits: met (~met@replaced-ip ) (Ping timeout: 264 seconds)
188 [01:37:40] *** Quits: Essadon (~Essadon@replaced-ip ) (Quit: Qutting)
189 [01:38:04] *** Joins: zak (~zak@replaced-ip )
190 [01:38:21] *** zak is now known as Guest29832
191 [01:42:15] *** Joins: aloo_shu (~atomic@replaced-ip )
192 [01:42:51] *** Joins: Grizzly (Elite20262@replaced-ip )
193 [01:43:06] *** Parts: Grizzly (Elite20262@replaced-ip ) ()
194 [01:43:21] *** Joins: Gr1zzly (Elite20262@replaced-ip )
195 [01:44:16] *** Quits: _anb (~anb@replaced-ip ) (Read error: Connection reset by peer)
196 [01:44:35] <Gr1zzly> Hello, do anyone knows how to recover a broken install when recovery mode fails?
197 [01:44:46] *** Joins: haylon (~quassel@replaced-ip )
198 [01:45:32] <Gr1zzly> Like, how could I repair packages from a live usb?
199 [01:45:42] *** Joins: _anb (~anb@replaced-ip )
200 [01:45:53] *** Quits: bolovanos (~bolovanos@replaced-ip ) (Ping timeout: 245 seconds)
201 [01:46:47] <themill> what needs repairing?
202 [01:46:47] *** Joins: josefig (~josefig@replaced-ip )
203 [01:47:16] <Gr1zzly> The packages I guess
204 [01:47:17] *** Quits: feneco (uid135851@replaced-ip ) ()
205 [01:47:51] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 252 seconds)
206 [01:47:57] <themill> we're not going to get anywhere without some sort of information
207 [01:48:17] *** Joins: roylaprattep (~roylaprat@replaced-ip )
208 [01:48:17] *** Quits: roylaprattep (~roylaprat@replaced-ip ) (Changing host)
209 [01:48:17] *** Joins: roylaprattep (~roylaprat@replaced-ip )
210 [01:48:51] *** Joins: devbaka (~devbaka@replaced-ip )
211 [01:49:58] *** Quits: haylon (~quassel@replaced-ip ) (Ping timeout: 272 seconds)
212 [01:51:32] <Gr1zzly> themill, well I was installing nvidia drivers with aptitude and when I reboot my install was totaled
213 [01:51:46] <Gr1zzly> it was on a clean install
214 [01:51:54] <Gr1zzly> gonna check the logs
215 [01:52:27] *** Quits: aloo_shu (~atomic@replaced-ip ) (Ping timeout: 240 seconds)
216 [01:52:53] *** Parts: a0z (~a0z@replaced-ip ) ()
217 [01:53:43] *** Quits: alexertech (~alex@replaced-ip ) (Remote host closed the connection)
218 [01:56:38] *** Joins: mindstorm (~mindstorm@replaced-ip )
219 [01:59:07] *** Joins: kexec (55d89122@replaced-ip )
220 [01:59:29] <kexec> hello, please how to force debian installer to NOT install any bootloader?
221 [02:00:09] *** Joins: daniel-s_ (~daniel-s@replaced-ip )
222 [02:01:06] *** Quits: de-facto (~de-facto@replaced-ip ) (Quit: See you around.)
223 [02:01:57] *** Quits: deadz0 (~deadz0@replaced-ip ) (Remote host closed the connection)
224 [02:02:27] *** Quits: daniel-s (~daniel-s@replaced-ip ) (Ping timeout: 240 seconds)
225 [02:03:09] *** Joins: met (~met@replaced-ip )
226 [02:03:47] *** Joins: alexertech (~alex@replaced-ip )
227 [02:03:47] *** Quits: alexertech (~alex@replaced-ip ) (Changing host)
228 [02:03:47] *** Joins: alexertech (~alex@replaced-ip )
229 [02:05:18] *** Quits: _ADN_ (~username@replaced-ip ) (Ping timeout: 264 seconds)
230 [02:05:19] *** Joins: de-facto (~de-facto@replaced-ip )
231 [02:06:11] <Gr1zzly> Anyway themill, do you have an idea how I could purge a package from a live usb?
232 [02:06:39] *** Joins: Mr_Keyser_Soze (~Mr_Keyser@replaced-ip )
233 [02:08:42] *** Quits: fassl (~fassl@replaced-ip ) (Quit: Leaving)
234 [02:08:58] *** Quits: thelastjedi (~quassel@replaced-ip ) (Ping timeout: 272 seconds)
235 [02:09:03] *** Joins: thelastjedi_ (~quassel@replaced-ip )
236 [02:09:19] *** Joins: neo4 (~Thunderbi@replaced-ip )
237 [02:10:28] *** Quits: colinjmatt (~colinjmat@replaced-ip ) (Ping timeout: 245 seconds)
238 [02:10:33] *** Joins: iflema (~ian@replaced-ip )
239 [02:10:49] <karlpinc> kexec: Go into expert mode when installing and don't install a bootloader.
240 [02:11:30] *** Quits: Penguin_ (~xwQ5kwYl6@replaced-ip ) (Ping timeout: 252 seconds)
241 [02:11:47] *** Joins: colinjmatt (~colinjmat@replaced-ip )
242 [02:11:49] *** Quits: kexec (55d89122@replaced-ip ) (Ping timeout: 256 seconds)
243 [02:12:08] *** Quits: vizius00 (~vizius00@replaced-ip ) (Ping timeout: 245 seconds)
244 [02:12:09] *** Quits: Colti (Miramar-FL@replaced-ip ) (Ping timeout: 246 seconds)
245 [02:12:38] *** Joins: nuuuciano (~luuuciano@replaced-ip )
246 [02:12:56] *** Joins: Penguin_ (~xwQ5kwYl6@replaced-ip )
247 [02:13:00] *** Joins: smacnay (~textual@replaced-ip )
248 [02:13:37] *** Joins: vizius00 (~vizius00@replaced-ip )
249 [02:13:39] *** Joins: dArK_IcE (~lawl@replaced-ip )
250 [02:13:51] *** Joins: handsome_feng (~handsome_@replaced-ip )
251 [02:16:36] *** Joins: aloo_shu (~atomic@replaced-ip )
252 [02:16:43] *** Quits: afuentes (~kusanagi@replaced-ip ) (Ping timeout: 245 seconds)
253 [02:17:04] *** Quits: martian67 (~martian67@replaced-ip ) (Remote host closed the connection)
254 [02:17:23] *** Joins: Colti (Miramar-FL@replaced-ip )
255 [02:17:51] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 252 seconds)
256 [02:18:03] *** Joins: martian67 (~martian67@replaced-ip )
257 [02:18:37] *** Quits: smacnay (~textual@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
258 [02:18:39] *** Joins: GaneshR (~ganeshraj@replaced-ip )
259 [02:18:49] *** Quits: Mr_Keyser_Soze (~Mr_Keyser@replaced-ip ) (Remote host closed the connection)
260 [02:18:54] *** Joins: devbaka (~devbaka@replaced-ip )
261 [02:18:57] *** Joins: f10_ (~flo@replaced-ip )
262 [02:20:51] *** Quits: l1nuxg33k (uid322116@replaced-ip ) (Quit: Connection closed for inactivity)
263 [02:21:04] *** Quits: aloo_shu (~atomic@replaced-ip ) (Ping timeout: 244 seconds)
264 [02:22:50] *** Quits: Kevlar_Noir (~manjaro-u@replaced-ip ) (Quit: Konversation terminated!)
265 [02:22:55] *** Quits: Guest29832 (~zak@replaced-ip ) (Quit: Guest29832)
266 [02:22:57] *** Joins: Ricardo__ (~rick@replaced-ip )
267 [02:22:57] *** Quits: Ricardo__ (~rick@replaced-ip ) (Changing host)
268 [02:22:57] *** Joins: Ricardo__ (~rick@replaced-ip )
269 [02:22:59] *** Joins: Codyer (~user@replaced-ip )
270 [02:24:24] *** Joins: robs_ (~robs@replaced-ip )
271 [02:25:26] *** Quits: f10_ (~flo@replaced-ip ) (Ping timeout: 246 seconds)
272 [02:26:09] *** Joins: [b0b] (~bob@replaced-ip )
273 [02:26:16] *** Quits: Codier (~user@replaced-ip ) (Ping timeout: 246 seconds)
274 [02:26:22] *** Quits: fax (~fax@replaced-ip ) (Quit: Konversation terminated!)
275 [02:26:54] *** Joins: paulgrmn_ (~paulgrmn@replaced-ip )
276 [02:27:15] *** Joins: zhangj (~zhangj@replaced-ip )
277 [02:28:56] *** Quits: b0b (~bob@replaced-ip ) (Ping timeout: 246 seconds)
278 [02:28:58] *** [b0b] is now known as b0b
279 [02:31:08] *** Quits: robs_ (~robs@replaced-ip ) (Ping timeout: 272 seconds)
280 [02:36:58] *** Joins: denis_ (~drashta@replaced-ip )
281 [02:37:21] *** Quits: Drashta (~drashta@replaced-ip ) (Ping timeout: 252 seconds)
282 [02:38:40] *** Quits: balance (~balance@replaced-ip ) (Remote host closed the connection)
283 [02:40:15] *** Quits: millerja (~miller@replaced-ip ) (Quit: Leaving)
284 [02:40:17] *** Joins: X-Kent (~x-kent@replaced-ip )
285 [02:40:22] <X-Kent> I am a bit confused with package naming, I need "libgcc++:i386", on one VPS it's available (linode.com) on another, it says cannot find any package by this regex (scaleway). Both are bionic(18.04). What name should I use ?
286 [02:40:50] *** Quits: tymczenko (~tymczenko@replaced-ip ) (Remote host closed the connection)
287 [02:41:12] *** Quits: Ricardo__ (~rick@replaced-ip ) (Ping timeout: 252 seconds)
288 [02:42:00] *** Joins: cryptodan (~cryptodan@replaced-ip )
289 [02:45:51] *** Joins: OS-42241 (~OS-42241@replaced-ip )
290 [02:47:22] <themill> X-Kent: sounds like you need to ask #ubuntu about your real problem
291 [02:47:33] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 252 seconds)
292 [02:47:41] *** Quits: rand657 (~loqui@replaced-ip ) (Quit: Loqui)
293 [02:47:58] *** Quits: colinjmatt (~colinjmat@replaced-ip ) (Ping timeout: 246 seconds)
294 [02:48:05] <X-Kent> thought maybe someone here will be familiar with these naming conventions
295 [02:48:23] <themill> the naming convention is not the issue
296 [02:48:57] *** Joins: devbaka (~devbaka@replaced-ip )
297 [02:49:40] *** Quits: Telvana (~digits@replaced-ip ) (Read error: Connection reset by peer)
298 [02:50:02] *** Joins: apt (ibot@replaced-ip )
299 [02:50:25] *** Joins: colinjmatt (~colinjmat@replaced-ip )
300 [02:50:26] *** Joins: Telvana (~digits@replaced-ip )
301 [02:51:24] *** Quits: denis_ (~drashta@replaced-ip ) (Ping timeout: 252 seconds)
302 [02:52:08] *** Quits: plauqum (~frogbert@replaced-ip ) (Quit: leaving)
303 [02:52:38] *** Quits: jhutchins_wk (~jonathan@replaced-ip ) (Read error: Connection reset by peer)
304 [02:53:02] *** Joins: jhutchins_wk (~jonathan@replaced-ip )
305 [02:53:18] *** Joins: armando (~armando@replaced-ip )
306 [02:53:39] *** Quits: zhangj (~zhangj@replaced-ip ) (Remote host closed the connection)
307 [02:54:39] *** Quits: woshty (~woshty@replaced-ip ) (Ping timeout: 244 seconds)
308 [02:55:43] *** Quits: booyah (~bb@replaced-ip ) (Remote host closed the connection)
309 [02:56:43] *** Quits: alexandros_c (~alexandro@replaced-ip ) (Ping timeout: 244 seconds)
310 [02:58:07] *** Quits: josefig (~josefig@replaced-ip ) (Ping timeout: 240 seconds)
311 [02:58:39] *** Quits: armando (~armando@replaced-ip##) (Quit: The Lounge - ##replaced-url
312 [02:59:49] *** Quits: alexertech (~alex@replaced-ip ) (Quit: Leaving)
313 [03:00:13] *** Quits: juko (~juko@replaced-ip ) (Quit: leaving)
314 [03:01:18] *** Quits: stochastix (~quassel@replaced-ip##) (Quit: ##replaced-url
315 [03:01:39] *** Quits: paulgrmn_ (~paulgrmn@replaced-ip ) (Ping timeout: 252 seconds)
316 [03:02:37] *** Quits: BCMM (~BCMM@replaced-ip ) (Quit: Konversation terminated!)
317 [03:02:56] *** Joins: krukudilo (~krukudilo@replaced-ip )
318 [03:02:57] *** Joins: stochastix (~quassel@replaced-ip )
319 [03:03:15] *** Quits: tihjihyj (~zak@replaced-ip ) (Quit: tihjihyj)
320 [03:04:01] *** debhelper sets mode: +l 1339
321 [03:05:52] *** Joins: asterismo_l (~asterismo@replaced-ip )
322 [03:06:10] *** amos1 is now known as amosbird
323 [03:06:28] *** Joins: guest29348769876 (~rsx@replaced-ip )
324 [03:07:06] *** Parts: amosbird (~amosbird@replaced-ip ) ("WeeChat 2.2")
325 [03:07:21] *** Joins: Primer (~daniel@replaced-ip )
326 [03:08:08] *** Parts: Primer (~daniel@replaced-ip ) ("Leaving")
327 [03:08:26] *** Quits: Tom01 (~tom@replaced-ip ) (Remote host closed the connection)
328 [03:09:21] *** Quits: tarsius_tarsier (~mario@replaced-ip ) (Ping timeout: 252 seconds)
329 [03:09:54] *** Quits: OS-41965 (~OS-41965@replaced-ip ) (Ping timeout: 252 seconds)
330 [03:10:09] *** Quits: rsx (~rsx@replaced-ip ) (Ping timeout: 244 seconds)
331 [03:10:32] *** Quits: semeion (~semeion@replaced-ip ) (Quit: WeeChat 2.3)
332 [03:13:16] *** Quits: Guest27445 (~zak@replaced-ip ) (Quit: Leaving)
333 [03:13:39] *** Joins: booyah (~bb@replaced-ip )
334 [03:14:18] *** Joins: finalbeta (~finalbeta@replaced-ip )
335 [03:15:53] *** Joins: neirac (~cneira@replaced-ip )
336 [03:18:17] *** Quits: Codyer (~user@replaced-ip ) (Ping timeout: 246 seconds)
337 [03:19:48] *** Quits: neibo (~bingen@replaced-ip ) (Ping timeout: 252 seconds)
338 [03:19:51] *** Joins: imsboss27 (~kvirc@replaced-ip )
339 [03:20:00] *** Quits: imsboss27 (~kvirc@replaced-ip ) (Max SendQ exceeded)
340 [03:20:24] *** Joins: imsboss27 (~kvirc@replaced-ip )
341 [03:20:51] *** Joins: neibo (~bingen@replaced-ip )
342 [03:21:07] *** Joins: alexertech (~alex@replaced-ip )
343 [03:21:07] *** Quits: alexertech (~alex@replaced-ip ) (Changing host)
344 [03:21:07] *** Joins: alexertech (~alex@replaced-ip )
345 [03:21:24] *** Joins: well_laid_lawn (~Jean-luc@replaced-ip )
346 [03:21:27] *** Quits: v01t (~v01t@replaced-ip ) (Ping timeout: 252 seconds)
347 [03:23:35] *** Quits: cryptodan (~cryptodan@replaced-ip ) (Remote host closed the connection)
348 [03:23:35] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
349 [03:23:40] *** Quits: krukudilo (~krukudilo@replaced-ip ) (Quit: Leaving)
350 [03:24:06] *** Quits: GDiaX (~gdiax@replaced-ip ) (Ping timeout: 244 seconds)
351 [03:24:34] *** Joins: GDiaX (~gdiax@replaced-ip )
352 [03:24:42] *** Joins: xcm (~xcm@replaced-ip )
353 [03:24:57] *** Joins: bnw (~bnw@replaced-ip )
354 [03:28:32] *** Quits: dArK_IcE (~lawl@replaced-ip ) ()
355 [03:30:25] *** Quits: a_l_b (~a_l_b@replaced-ip ) (Read error: Connection reset by peer)
356 [03:30:35] *** Joins: a_l_b (~a_l_b@replaced-ip )
357 [03:30:48] *** Quits: imsboss27 (~kvirc@replaced-ip##) (Quit: KVIrc 4.2.0 Equilibrium ##replaced-url
358 [03:32:23] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 250 seconds)
359 [03:33:31] *** Joins: devbaka (~devbaka@replaced-ip )
360 [03:34:25] *** Joins: krukudilo (~krukudilo@replaced-ip )
361 [03:36:00] *** Joins: slv (~slv@replaced-ip )
362 [03:36:25] *** Joins: sidmo_ (~ident@replaced-ip )
363 [03:37:07] *** Quits: krukudilo (~krukudilo@replaced-ip ) (Client Quit)
364 [03:40:07] *** Quits: sidmo (~ident@replaced-ip ) (Ping timeout: 240 seconds)
365 [03:41:38] *** Joins: OS-41965 (~OS-41965@replaced-ip )
366 [03:42:05] *** Quits: GDiaX (~gdiax@replaced-ip ) (Ping timeout: 246 seconds)
367 [03:42:42] *** Joins: abf_ (~abf@replaced-ip )
368 [03:43:19] *** Joins: GDiaX (~gdiax@replaced-ip )
369 [03:48:42] *** Joins: krukudilo (~krukudilo@replaced-ip )
370 [03:50:06] *** Quits: alexertech (~alex@replaced-ip ) (Remote host closed the connection)
371 [03:51:09] *** Joins: decipher (~OS-41965@replaced-ip )
372 [03:52:08] *** Quits: dionysus69 (~dionysus6@replaced-ip ) (Ping timeout: 245 seconds)
373 [03:53:03] *** Quits: oo_miguel (~miguel@replaced-ip ) (Quit: WeeChat 1.6)
374 [03:53:33] *** Quits: OS-41965 (~OS-41965@replaced-ip ) (Ping timeout: 244 seconds)
375 [03:56:17] *** Joins: alexertech (~alex@replaced-ip )
376 [03:56:25] *** Joins: karakedi (~eAC53C340@replaced-ip )
377 [03:56:25] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Changing host)
378 [03:56:25] *** Joins: karakedi (~eAC53C340@replaced-ip )
379 [03:56:28] *** Joins: uNmowed (~Kaede@replaced-ip )
380 [03:56:39] *** Joins: kryptopraxis__ (~kryptopra@replaced-ip )
381 [03:57:00] *** Quits: unmy (~unmy@replaced-ip ) (Quit: unmy)
382 [03:57:31] *** Joins: l1nuxg33k (uid322116@replaced-ip )
383 [03:59:03] *** Quits: kryptopraxis_ (~kryptopra@replaced-ip ) (Ping timeout: 252 seconds)
384 [03:59:32] *** Quits: amcorreia (~amcorreia@replaced-ip ) (Quit: WeeChat 1.9.1)
385 [04:00:08] *** Joins: citypw (~citypw@replaced-ip )
386 [04:00:21] *** Quits: wonderworld (~ww@replaced-ip ) (Remote host closed the connection)
387 [04:00:30] *** Quits: transience_ (~transienc@replaced-ip ) (Ping timeout: 252 seconds)
388 [04:00:35] *** Joins: noobineer (~noobineer@replaced-ip )
389 [04:01:21] *** Quits: alexertech (~alex@replaced-ip ) (Remote host closed the connection)
390 [04:01:41] *** Joins: transience (~transienc@replaced-ip )
391 [04:04:26] *** Joins: shellhost (~shellhost@replaced-ip )
392 [04:04:49] *** Quits: krukudilo (~krukudilo@replaced-ip ) (Quit: Leaving)
393 [04:04:52] *** Joins: alexertech (~alex@replaced-ip )
394 [04:05:10] *** Quits: banc (~master@replaced-ip##) (Quit: ZNC - ##replaced-url
395 [04:05:34] *** Joins: krukudilo (~krukudilo@replaced-ip )
396 [04:06:32] *** Joins: Uberius (~Uberius@replaced-ip )
397 [04:10:42] *** Joins: buddhirt (~buddhirt@replaced-ip )
398 [04:12:30] *** Quits: krukudilo (~krukudilo@replaced-ip ) (Quit: Leaving)
399 [04:13:06] *** Joins: Toadisattva (~Toadisatt@replaced-ip )
400 [04:15:07] *** Quits: decipher (~OS-41965@replaced-ip ) (Ping timeout: 246 seconds)
401 [04:15:51] *** Quits: sanches (~sanches@replaced-ip ) (Remote host closed the connection)
402 [04:16:51] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 264 seconds)
403 [04:17:56] *** Joins: decipher (~OS-41965@replaced-ip )
404 [04:18:09] *** Joins: BenNZ (~Ben__@replaced-ip )
405 [04:18:34] *** Joins: devbaka (~devbaka@replaced-ip )
406 [04:20:37] *** Joins: banc (~master@replaced-ip )
407 [04:22:08] *** Quits: decipher (~OS-41965@replaced-ip ) (Ping timeout: 245 seconds)
408 [04:25:30] *** Quits: shellhost (~shellhost@replaced-ip ) (Quit: Leaving)
409 [04:26:10] *** Quits: slv (~slv@replaced-ip ) (Quit: Leaving)
410 [04:26:15] *** Joins: sanches (~sanches@replaced-ip )
411 [04:31:05] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 246 seconds)
412 [04:32:51] *** Quits: Penguin_ (~xwQ5kwYl6@replaced-ip ) (Ping timeout: 252 seconds)
413 [04:33:53] *** Quits: ChmEarl (~chmearl@replaced-ip ) (Quit: Leaving)
414 [04:34:00] *** Quits: GaneshR (~ganeshraj@replaced-ip ) (Ping timeout: 272 seconds)
415 [04:37:39] *** Joins: fstd_ (~fstd@replaced-ip )
416 [04:39:01] *** Quits: traveltissues (~traveltis@replaced-ip ) (Ping timeout: 244 seconds)
417 [04:39:10] *** Quits: fstd_ (~fstd@replaced-ip ) (Remote host closed the connection)
418 [04:39:16] *** Joins: fstd_ (~fstd@replaced-ip )
419 [04:40:32] *** Quits: fstd (~fstd@replaced-ip ) (Ping timeout: 246 seconds)
420 [04:40:34] *** fstd_ is now known as fstd
421 [04:40:44] *** Joins: AndyChow888 (~AndyChow8@replaced-ip )
422 [04:43:46] *** Joins: Penguin_ (~xwQ5kwYl6@replaced-ip )
423 [04:45:36] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
424 [04:47:27] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 264 seconds)
425 [04:48:37] *** Joins: devbaka (~devbaka@replaced-ip )
426 [04:49:42] *** Joins: Ekchuan (~RandyMars@replaced-ip )
427 [04:52:47] *** Quits: n_1-c_k (~nick@replaced-ip ) (Read error: Connection reset by peer)
428 [04:53:11] *** Joins: n_1-c_k (~nick@replaced-ip )
429 [04:54:09] *** Quits: Toadisattva (~Toadisatt@replaced-ip ) (Quit: Leaving)
430 [04:55:17] *** Quits: jhutchins_wk (~jonathan@replaced-ip ) (Read error: Connection reset by peer)
431 [04:55:40] <TyrfingMjolnir> Which package to install to have dig?
432 [05:00:23] <TyrfingMjolnir> dnsutils? Or is that old?
433 [05:03:29] *** Quits: abf_ (~abf@replaced-ip ) (Quit: Leaving)
434 [05:03:36] *** Quits: diniwed (~gavron@replaced-ip ) (Quit: WeeChat 1.6)
435 [05:04:01] *** debhelper sets mode: +l 1333
436 [05:05:16] *** Joins: OS-41965 (~OS-41965@replaced-ip )
437 [05:05:39] <debsan> TyrfingMjolnir, yes dnsutils
438 [05:06:57] *** Joins: dustin_1 (~folorn@replaced-ip )
439 [05:07:16] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Ping timeout: 246 seconds)
440 [05:07:19] *** Quits: BenNZ (~Ben__@replaced-ip ) (Quit: Everytime I think IQ's must have dropped recently, I remember that this is the internet)
441 [05:08:44] *** Joins: PaddyF (~paddyf@replaced-ip )
442 [05:09:13] *** Quits: folorn (~folorn@replaced-ip ) (Ping timeout: 245 seconds)
443 [05:15:24] <TyrfingMjolnir> man ss not found?
444 [05:15:41] *** Quits: AndyChow888 (~AndyChow8@replaced-ip ) (Remote host closed the connection)
445 [05:16:29] <TyrfingMjolnir> I did install bind9
446 [05:16:54] <TyrfingMjolnir> and added an entry in /etc/bind/db.local
447 [05:17:05] <TyrfingMjolnir> I'm not able to dig @127.0.0.1 replaced-url
448 [05:17:28] <TyrfingMjolnir> How do track down this issue?
449 [05:18:55] <themill> (ss is in iproute2)
450 [05:20:19] *** Quits: donofrio (~donofrio@replaced-ip ) (Remote host closed the connection)
451 [05:22:16] *** Quits: guest29348769876 (~rsx@replaced-ip ) (Quit: guest29348769876)
452 [05:22:38] *** Joins: rsx (~rsx@replaced-ip )
453 [05:23:13] *** Quits: rsx (~rsx@replaced-ip ) (Remote host closed the connection)
454 [05:27:08] *** Joins: tagomago (~tagomago@replaced-ip )
455 [05:31:07] *** Quits: awal1 (~awal1@replaced-ip ) (Quit: Leaving)
456 [05:34:08] <TyrfingMjolnir> What to make of this? bind9 tail -f /var/log/syslog: replaced-url
457 [05:37:15] <PaddyF> TyrfingMjolnir: do you follow a guide or what do you attempt to do?
458 [05:37:47] *** Quits: alexertech (~alex@replaced-ip ) (Remote host closed the connection)
459 [05:38:00] *** Joins: sanches (~sanches@replaced-ip )
460 [05:38:36] *** Quits: noobineer (~noobineer@replaced-ip ) (Ping timeout: 252 seconds)
461 [05:38:55] *** Joins: aatwood (~quassel@replaced-ip )
462 [05:39:53] *** Joins: grobi (~rtng@replaced-ip )
463 [05:41:07] *** Joins: hexer22 (~hexer22@replaced-ip )
464 [05:41:13] *** Joins: acidtripper (~acidtripp@replaced-ip )
465 [05:42:50] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 246 seconds)
466 [05:43:02] *** Quits: jon_x11111119 (~jon_x@replaced-ip ) (Ping timeout: 272 seconds)
467 [05:47:40] *** Quits: OS-41965 (~OS-41965@replaced-ip ) (Remote host closed the connection)
468 [05:48:09] *** Quits: p0lyph3m (~p0lyph3m@replaced-ip ) (Ping timeout: 252 seconds)
469 [05:48:12] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 252 seconds)
470 [05:48:43] *** Joins: devbaka (~devbaka@replaced-ip )
471 [05:50:46] *** Joins: BlAd373 (~BlAd373@replaced-ip )
472 [05:50:57] *** Joins: jon_x11111119 (~jon_x@replaced-ip )
473 [05:52:01] *** Quits: BlAd373 (~BlAd373@replaced-ip ) (Client Quit)
474 [05:54:22] *** Quits: emrullah (~emrullah@replaced-ip ) (Quit: emrullah)
475 [05:55:29] *** Joins: annadane (~annadane@replaced-ip )
476 [05:58:20] *** Joins: sanches (~sanches@replaced-ip )
477 [05:59:01] *** Quits: Ekchuan (~RandyMars@replaced-ip ) (Read error: Connection reset by peer)
478 [05:59:59] *** Quits: him-cesjf (~cesjf@replaced-ip ) (Excess Flood)
479 [06:00:23] *** Joins: v01t (~v01t@replaced-ip )
480 [06:00:30] *** Joins: him-cesjf (~cesjf@replaced-ip )
481 [06:00:45] *** Joins: Ekchuan (~RandyMars@replaced-ip )
482 [06:00:47] <TyrfingMjolnir> PaddyF: I did apt-get install bind9, increased the serial of /etc/bind/db.local and added replaced-url
483 [06:02:08] *** Quits: dustin_1 (~folorn@replaced-ip ) (Quit: Leaving)
484 [06:02:13] *** Joins: pvdp (~pvdp@replaced-ip )
485 [06:03:07] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 240 seconds)
486 [06:03:15] *** Joins: Mazhive_one (~Mazhive@replaced-ip )
487 [06:04:16] <TyrfingMjolnir> PaddyF: I did apt-get install bind9, increased the serial of /etc/bind/db.local and added replaced-url
488 [06:04:24] <TyrfingMjolnir> I also added the -4 option
489 [06:04:36] <annadane> if i edit /etc/pulse/daemon.conf (and set flat volumes to 'no'), what do i need to do to have it take effect immediately?
490 [06:04:51] *** Quits: Mazhive (~Mazhive@replaced-ip ) (Ping timeout: 264 seconds)
491 [06:04:54] <annadane> like for instance .bash_aliases, you first need to "source .bash_aliases"
492 [06:05:20] <TyrfingMjolnir> to /etc/default/bind9; this now reads OPTIONS="-u bind -4"
493 [06:05:21] *** Quits: Surgo__ (~Surgo@replaced-ip ) (Ping timeout: 252 seconds)
494 [06:09:06] *** Joins: sanches (~sanches@replaced-ip )
495 [06:10:13] *** Joins: uep (~uep@replaced-ip )
496 [06:10:29] *** Quits: ericrajuin (~user@replaced-ip ) (Ping timeout: 246 seconds)
497 [06:11:22] *** Joins: kirk781 (~kirk781@replaced-ip )
498 [06:12:00] <TyrfingMjolnir> annadane: Don't you have to do something like /etc/init.d/pulseaudiodaemon restart ?
499 [06:12:11] <TyrfingMjolnir> I'm not sure the name of the demon though...
500 [06:12:18] <annadane> i can try it
501 [06:12:55] <TyrfingMjolnir> ls -1 /etc/init.d
502 [06:13:23] <annadane> no pulse anything, just alsa-utils
503 [06:13:34] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 244 seconds)
504 [06:13:47] <annadane> whereis pulseaudio: pulseaudio: /usr/bin/pulseaudio /usr/share/pulseaudio /usr/share/man/man1/pulseaudio.1.gz
505 [06:14:18] <TyrfingMjolnir> I have no idea about multi media stuff, I use vim/tmux/nodejs/apache/nginx
506 [06:14:22] *** Joins: llucenic (~Thunderbi@replaced-ip )
507 [06:15:20] <themill> annadane: is pulseaudio actually running as root or as your user (the latter is normal)
508 [06:15:23] <annadane> oh. okay. arch wiki saves the day again
509 [06:15:35] <annadane> themill, i don't know. just the default
510 [06:15:47] <themill> well that's something you can check yourself!
511 [06:16:42] *** Quits: kallesbar (~kallesbar@replaced-ip ) (Quit: Konversation terminated!)
512 [06:16:56] <annadane> according to ps aux, my user
513 [06:19:06] *** Joins: sanches (~sanches@replaced-ip )
514 [06:19:35] *** Quits: sanches (~sanches@replaced-ip ) (Read error: Connection reset by peer)
515 [06:20:32] *** Quits: pvdp (~pvdp@replaced-ip ) (Remote host closed the connection)
516 [06:20:41] *** Joins: muxed (42578613@replaced-ip )
517 [06:22:32] *** Joins: COOurb (~COOurb@replaced-ip )
518 [06:25:13] *** Joins: pvdp (~pvdp@replaced-ip )
519 [06:25:16] <annadane> i gotta go to bed, i'm completely exhausted, ping me with further info and i'll read it tmrw
520 [06:26:29] *** Quits: DarioA (~root@replaced-ip ) (Ping timeout: 244 seconds)
521 [06:27:26] <themill> annadane: 'pulseaudio -k' should be enough
522 [06:29:04] *** Quits: meti (~meti@replaced-ip ) (Ping timeout: 244 seconds)
523 [06:29:31] *** Joins: sanches (~sanches@replaced-ip )
524 [06:29:32] *** Quits: buddhirt (~buddhirt@replaced-ip ) (Remote host closed the connection)
525 [06:29:54] *** Quits: COOurb (~COOurb@replaced-ip##) (Quit: KVIrc 4.2.0 Equilibrium ##replaced-url
526 [06:29:56] *** Joins: meti (~meti@replaced-ip )
527 [06:31:18] *** Quits: uep (~uep@replaced-ip ) (Remote host closed the connection)
528 [06:34:12] *** Joins: phd (~vjetar@replaced-ip )
529 [06:34:14] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 244 seconds)
530 [06:35:46] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Remote host closed the connection)
531 [06:36:17] *** Unit193 is now known as HeadlessHorseman
532 [06:36:52] *** Quits: Sabotender (~Sabotende@replaced-ip ) (Ping timeout: 272 seconds)
533 [06:37:16] *** Quits: l1nuxg33k (uid322116@replaced-ip ) (Quit: Connection closed for inactivity)
534 [06:37:18] *** Joins: brelod (~brelod@replaced-ip )
535 [06:40:05] *** Joins: sanches (~sanches@replaced-ip )
536 [06:41:56] *** Joins: buddhirt (~buddhirt@replaced-ip )
537 [06:42:37] *** Joins: DarioA (~root@replaced-ip )
538 [06:42:41] *** Quits: CrystalMath (~coderain@replaced-ip##) (Quit: Support Free Software - ##replaced-url
539 [06:42:49] *** Quits: uNmowed (~Kaede@replaced-ip ) (Ping timeout: 246 seconds)
540 [06:44:07] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 240 seconds)
541 [06:46:32] *** Joins: emrullah (~emrullah@replaced-ip )
542 [06:47:35] *** Joins: Lion-Heart-Z (~Lion-Hear@replaced-ip )
543 [06:47:39] *** Joins: preview (~quassel@replaced-ip )
544 [06:50:03] *** Quits: Lion-Heart-Z (~Lion-Hear@replaced-ip ) (Client Quit)
545 [06:50:27] *** Quits: hexer22 (~hexer22@replaced-ip ) (Ping timeout: 264 seconds)
546 [06:50:38] *** Joins: LionHeart-Z (~Lion-Hear@replaced-ip )
547 [06:53:21] *** Quits: Ekchuan (~RandyMars@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
548 [06:55:36] *** Joins: greylinensuit (~greylinen@replaced-ip )
549 [06:57:13] *** Quits: greylinensuit (~greylinen@replaced-ip ) (Read error: Connection reset by peer)
550 [06:57:24] *** Joins: greylinensuit_ (~greylinen@replaced-ip )
551 [06:58:34] <greylinensuit_> apt-secure giving anyone else errors this week?
552 [06:59:40] <greylinensuit_> getting errors on official repos for stretch testing
553 [06:59:55] *** Joins: neo5 (~Thunderbi@replaced-ip )
554 [07:00:15] <greylinensuit_> thx
555 [07:02:00] *** Quits: neo4 (~Thunderbi@replaced-ip ) (Ping timeout: 252 seconds)
556 [07:02:00] *** neo5 is now known as neo4
557 [07:04:01] <greylinensuit_> also 2) steps to diagnose DNS resolve errors? not using dnsmasq or resolvconf pkg, but resolv.conf is read in /etc
558 [07:06:45] <greylinensuit_> ifconfig pulls up local routing info which looks good, as do settings in network-manager (i.e. some values entered manually but defaulting to auto)
559 [07:06:55] <muxed> frequent or randomly?
560 [07:07:12] <greylinensuit_> thx. sorry, on mobile app irc
561 [07:08:00] <greylinensuit_> DNS resolve issue is frequent and (seemingly) random
562 [07:08:47] <greylinensuit_> happened on other debian-based distros too
563 [07:08:53] <muxed> what have you tried?
564 [07:11:31] <greylinensuit_> plugging in values manually via GUi, entering basic values defaulting or falling back to auto in /etc/network/interfaces, double-checking pkgs installed, purging proxy pkgs, reverting MAC from random to preserve, reboot, etc.
565 [07:12:28] <muxed> changed dns? ping/traceroute to your dns consistent?
566 [07:12:35] <greylinensuit_> ran wireshark in a VM but pretty n00 to manual linux networking
567 [07:13:14] <themill> greylinensuit_: stretch is not testing; that might be part of your problem
568 [07:13:34] <greylinensuit_> yes, have manual servers entered but set on auto and falling back to router and localhost private IP
569 [07:13:49] *** Joins: ShellMAN (~ShellMAN@replaced-ip )
570 [07:14:45] <muxed> if you try a few different servers run by different providers, its your isp filtering or your config somewhere
571 [07:14:59] *** Joins: cml1 (~cml@replaced-ip )
572 [07:15:20] *** Quits: JimmySteve (~JimmyStev@replaced-ip ) (Remote host closed the connection)
573 [07:15:37] <muxed> for a fun time run dnsmasq and point it to desired external dns, turn on logging, and use the dnsmasq for your dns. it'll show lots of info.
574 [07:15:48] *** Joins: uNmowed (~Kaede@replaced-ip )
575 [07:15:51] *** Joins: JimmySteve (~JimmyStev@replaced-ip )
576 [07:15:58] *** Joins: terr__ (~terr@replaced-ip )
577 [07:16:01] <greylinensuit_> ISP (Comcast) was suspected, not router admin but ISP modem and roommate’s router
578 [07:16:15] *** Quits: dmaza (sid298049@replaced-ip ) (Ping timeout: 264 seconds)
579 [07:16:16] *** Quits: basicmiracle (uid213868@replaced-ip ) (Ping timeout: 264 seconds)
580 [07:16:16] *** Quits: Sicnus (uid319956@replaced-ip ) (Ping timeout: 264 seconds)
581 [07:16:18] *** Quits: strungout (spider@replaced-ip ) (Ping timeout: 252 seconds)
582 [07:16:31] <greylinensuit_> hm thx
583 [07:16:41] *** Joins: AquaL1te (~AquaL1te@replaced-ip )
584 [07:16:45] *** Quits: bmlzootown (~bmlzootow@replaced-ip ) (Ping timeout: 252 seconds)
585 [07:17:02] *** Joins: Sicnus (uid319956@replaced-ip )
586 [07:17:02] *** Joins: dmaza (sid298049@replaced-ip )
587 [07:17:04] *** Joins: ShaRose_ (ShaRose@replaced-ip )
588 [07:17:05] *** Quits: AquaL1te (~AquaL1te@replaced-ip ) (Client Quit)
589 [07:17:07] *** Quits: Libraria- (~Librarian@replaced-ip ) (Ping timeout: 244 seconds)
590 [07:17:18] *** Quits: mumixam (~m@replaced-ip ) (Ping timeout: 252 seconds)
591 [07:17:20] *** Quits: stochastix (~quassel@replaced-ip ) (Remote host closed the connection)
592 [07:17:38] *** Quits: vvor (~vvor@replaced-ip ) (Ping timeout: 244 seconds)
593 [07:17:41] *** Joins: basicmiracle (uid213868@replaced-ip )
594 [07:17:46] <greylinensuit_> themill mentioned stretch is not testing. will try setting to buster/testing for apt-secure issue
595 [07:17:50] *** Joins: krukudilo (~krukudilo@replaced-ip )
596 [07:17:51] <greylinensuit_> thx all
597 [07:17:51] *** Quits: television (~alex@replaced-ip ) (Ping timeout: 252 seconds)
598 [07:17:53] *** Joins: qman (~quassel@replaced-ip )
599 [07:17:58] *** Quits: cml (~cml@replaced-ip ) (Ping timeout: 245 seconds)
600 [07:18:00] *** Quits: ShaRose (ShaRose@replaced-ip ) (Ping timeout: 252 seconds)
601 [07:18:03] *** Quits: plains (~plains@replaced-ip ) (Ping timeout: 264 seconds)
602 [07:18:03] *** Quits: Messenger_bird (~banana@replaced-ip ) (Ping timeout: 264 seconds)
603 [07:18:04] *** Quits: qman__ (quassel@replaced-ip ) (Ping timeout: 264 seconds)
604 [07:18:04] *** Quits: r00t (~r00t@replaced-ip ) (Ping timeout: 264 seconds)
605 [07:18:13] *** Joins: plains_ (~plains@replaced-ip )
606 [07:18:17] *** Joins: strungout (spider@replaced-ip )
607 [07:18:33] *** Joins: vvor (~vvor@replaced-ip )
608 [07:18:41] *** Joins: stochastix (~quassel@replaced-ip )
609 [07:18:41] *** Joins: jmarsac (~jmarsac@replaced-ip )
610 [07:18:52] *** Quits: terr_ (~terr@replaced-ip ) (Ping timeout: 246 seconds)
611 [07:18:56] *** Quits: grobi (~rtng@replaced-ip ) (Quit: WeeChat 2.2)
612 [07:18:57] *** Quits: mirage33- (~mirage335@replaced-ip ) (Ping timeout: 252 seconds)
613 [07:19:25] *** Joins: Messenger_bird (~banana@replaced-ip )
614 [07:19:30] *** Quits: kirk781 (~kirk781@replaced-ip ) (Remote host closed the connection)
615 [07:19:38] <themill> greylinensuit_: you might want to decide whether you want to run stretch or buster as a first step.
616 [07:19:40] *** Joins: mumixam (~m@replaced-ip )
617 [07:20:22] <themill> greylinensuit_: which do you think you're running?
618 [07:20:34] *** Joins: bmlzootown (~bmlzootow@replaced-ip )
619 [07:21:05] *** Joins: ArexR (~alex@replaced-ip )
620 [07:21:11] *** Quits: Penguin (~xwQ5kwYl6@replaced-ip ) (Ping timeout: 276 seconds)
621 [07:21:27] *** Joins: Penguin (~xwQ5kwYl6@replaced-ip )
622 [07:22:13] *** Quits: krukudilo (~krukudilo@replaced-ip ) (Quit: Leaving)
623 [07:22:35] *** Parts: ArexR (~alex@replaced-ip ) ()
624 [07:22:58] *** Joins: AquaL1te (~AquaL1te@replaced-ip )
625 [07:23:03] <themill> greylinensuit_: please keep the discussion in the channel, that way when I wander off, others can help.
626 [07:23:35] <greylinensuit_> k thx, irc phone app is subpar
627 [07:24:06] <TyrfingMjolnir> Anyone feel like helping me setting up bind9?
628 [07:24:31] <TyrfingMjolnir> It's installed, root servers run
629 [07:24:32] *** Joins: theraspberry (~rasp@replaced-ip )
630 [07:24:32] <greylinensuit_> think i’m running stretch with some testing pkg upgrades, will try setting testing/buster once dns resolves
631 [07:24:39] <TyrfingMjolnir> I need to add my local entries
632 [07:24:41] *** Joins: r00t (~r00t@replaced-ip )
633 [07:24:41] *** Quits: r00t (~r00t@replaced-ip ) (Changing host)
634 [07:24:41] *** Joins: r00t (~r00t@replaced-ip )
635 [07:24:50] *** Joins: television (~alex@replaced-ip )
636 [07:25:20] *** Joins: xormor (~xormor@replaced-ip )
637 [07:26:05] <themill> greylinensuit_: there's not really such a thing as stretch with some testing packages... that's called an unsupportable mess.
638 [07:26:12] *** Joins: plains (~plains@replaced-ip )
639 [07:26:27] *** Quits: basicmiracle (uid213868@replaced-ip ) (Ping timeout: 264 seconds)
640 [07:26:39] *** Quits: mumixam (~m@replaced-ip ) (Ping timeout: 252 seconds)
641 [07:26:47] *** Quits: keur (~keur@replaced-ip ) (Ping timeout: 252 seconds)
642 [07:27:03] *** Quits: Messenger_bird (~banana@replaced-ip ) (Ping timeout: 264 seconds)
643 [07:27:24] *** Joins: LibrarianMage (~Librarian@replaced-ip )
644 [07:27:40] *** Quits: plains_ (~plains@replaced-ip ) (Ping timeout: 264 seconds)
645 [07:27:42] <greylinensuit_> hence the ellipses... good call
646 [07:27:55] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
647 [07:28:41] *** Quits: AquaL1te (~AquaL1te@replaced-ip ) (Quit: leaving)
648 [07:28:55] <TyrfingMjolnir> I have added zone "domain.tld" in named.conf and added replaced-url
649 [07:29:06] *** Quits: Gaaab (~Gaaab@replaced-ip ) (Quit: Leaving)
650 [07:29:15] *** Joins: basicmiracle (uid213868@replaced-ip )
651 [07:29:34] *** Joins: Gaaab (~Gaaab@replaced-ip )
652 [07:29:39] <TyrfingMjolnir> Restarted the service, done dig @127.0.0.1 replaced-url
653 [07:30:44] *** Joins: Ericounet (~Eric@replaced-ip )
654 [07:32:53] *** Quits: SleePy (SleePy@replaced-ip ) (Ping timeout: 250 seconds)
655 [07:33:04] *** Joins: AquaL1te (~AquaL1te@replaced-ip )
656 [07:33:07] *** Joins: mirage335 (~mirage335@replaced-ip )
657 [07:33:12] <themill> TyrfingMjolnir: I predict that the seeing the actual config is required. (#bind also exists btw)
658 [07:33:38] *** Quits: SolarAquarion (SolarAquar@replaced-ip##) (Quit: PanicBNC - ##replaced-url
659 [07:33:48] *** Quits: jr_net (irc@replaced-ip ) (Remote host closed the connection)
660 [07:34:12] *** Joins: Messenger_bird (~banana@replaced-ip )
661 [07:34:49] *** Quits: troys (~troys@replaced-ip ) (Quit: Bye)
662 [07:35:48] *** Joins: SleePy (~SleePy@replaced-ip )
663 [07:36:02] *** Joins: jr_net (irc@replaced-ip )
664 [07:36:26] <TyrfingMjolnir> I just got it running
665 [07:37:07] <TyrfingMjolnir> Changed the TTL
666 [07:37:09] *** Joins: SolarAquarion (SolarAquar@replaced-ip )
667 [07:38:50] *** Joins: pragomer (~pragomer@replaced-ip )
668 [07:40:33] *** Joins: conta (~Thunderbi@replaced-ip )
669 [07:41:01] *** Joins: noln (~noln@replaced-ip )
670 [07:41:09] *** Joins: sanches (~sanches@replaced-ip )
671 [07:41:11] *** Joins: keur (~keur@replaced-ip )
672 [07:41:11] *** Joins: mumixam (~m@replaced-ip )
673 [07:41:29] *** Quits: OS-42241 (~OS-42241@replaced-ip ) (Read error: Connection reset by peer)
674 [07:41:56] *** Joins: OS-42241 (~OS-42241@replaced-ip )
675 [07:44:32] *** Quits: theraspberry (~rasp@replaced-ip ) (Ping timeout: 250 seconds)
676 [07:45:39] *** Joins: pmcnabb (~pmcnabb@replaced-ip )
677 [07:45:40] *** Quits: pmcnabb (~pmcnabb@replaced-ip ) (Killed (Sigyn (Spam is off topic on freenode.)))
678 [07:46:00] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 252 seconds)
679 [07:48:59] *** Joins: Nefertari (~Nefertiti@replaced-ip )
680 [07:49:40] *** Quits: astra`` (~astra@replaced-ip ) (Ping timeout: 244 seconds)
681 [07:50:03] *** Quits: clackety (~clackety@replaced-ip ) (Ping timeout: 256 seconds)
682 [07:50:12] *** Quits: martian67 (~martian67@replaced-ip ) (Remote host closed the connection)
683 [07:50:13] *** Quits: Nefertari (~Nefertiti@replaced-ip ) (Max SendQ exceeded)
684 [07:50:32] *** Joins: martian67 (~martian67@replaced-ip )
685 [07:50:35] *** Joins: slv (~slv@replaced-ip )
686 [07:50:43] *** Joins: Nefertari (~Nefertiti@replaced-ip )
687 [07:51:13] *** Quits: k-man (~jason@replaced-ip ) (Ping timeout: 244 seconds)
688 [07:51:30] *** Quits: Nefertiti (~Nefertiti@replaced-ip ) (Ping timeout: 252 seconds)
689 [07:51:45] *** Quits: sm0x (~sm0x@replaced-ip ) (Ping timeout: 256 seconds)
690 [07:52:16] *** Quits: AquaL1te (~AquaL1te@replaced-ip ) (Quit: leaving)
691 [07:52:48] *** Joins: clackety (~clackety@replaced-ip )
692 [07:53:00] *** Joins: astra`` (~astra@replaced-ip )
693 [07:53:11] *** Joins: k-man (~jason@replaced-ip )
694 [07:53:56] *** Joins: sm0x (~sm0x@replaced-ip )
695 [07:53:58] *** Joins: dionysus69 (~dionysus6@replaced-ip )
696 [07:55:21] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 252 seconds)
697 [07:55:28] *** Joins: BlueByte (~walther@replaced-ip )
698 [07:55:30] *** Quits: dez (uid92154@replaced-ip ) (Quit: Connection closed for inactivity)
699 [07:56:50] *** Joins: aloo_shu (~atomic@replaced-ip )
700 [07:57:06] *** Joins: super_gollum (~ich@replaced-ip )
701 [07:57:54] *** Joins: n4dir (~n4dir@replaced-ip )
702 [07:59:34] *** Joins: mavhc (~mavhc@replaced-ip )
703 [08:00:26] *** Joins: dimir (~dimir@replaced-ip )
704 [08:00:39] *** Quits: acidtripper (~acidtripp@replaced-ip ) (Remote host closed the connection)
705 [08:00:53] *** Joins: acidtripper (~acidtripp@replaced-ip )
706 [08:01:36] *** Joins: sanches (~sanches@replaced-ip )
707 [08:01:52] *** Quits: aloo_shu (~atomic@replaced-ip ) (Ping timeout: 250 seconds)
708 [08:03:47] *** Quits: neibo (~bingen@replaced-ip ) (Ping timeout: 240 seconds)
709 [08:03:48] *** Joins: Ruebezahl (~Alf@replaced-ip )
710 [08:04:01] *** debhelper sets mode: +l 1340
711 [08:04:49] *** Joins: neibo (~bingen@replaced-ip )
712 [08:05:23] *** Joins: Avanthas (~avanthas@replaced-ip )
713 [08:06:12] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 244 seconds)
714 [08:06:28] *** Quits: xormor (~xormor@replaced-ip ) (Remote host closed the connection)
715 [08:07:06] *** Quits: plasticle (~plasticle@replaced-ip ) (Ping timeout: 252 seconds)
716 [08:07:45] *** Joins: theraspberry (~rasp@replaced-ip )
717 [08:09:19] *** Quits: ghost43 (~daer@replaced-ip ) (Ping timeout: 256 seconds)
718 [08:09:25] *** Quits: pragomer (~pragomer@replaced-ip ) (Quit: Leaving)
719 [08:10:04] *** Joins: D0c70rWh0 (~D0c70rWh0@replaced-ip )
720 [08:10:06] *** Quits: Nefertari (~Nefertiti@replaced-ip ) (Ping timeout: 250 seconds)
721 [08:10:18] *** Joins: morphis (~morphis@replaced-ip )
722 [08:11:07] *** Joins: Haohmaru (~Haohmaru@replaced-ip )
723 [08:11:31] *** Quits: tw (~tw@replaced-ip ) (Ping timeout: 252 seconds)
724 [08:12:14] *** Parts: wingman2 (~wingman2@replaced-ip ) ()
725 [08:12:14] *** Joins: sanches (~sanches@replaced-ip )
726 [08:12:39] *** Joins: ghost43 (~daer@replaced-ip )
727 [08:14:38] *** Quits: daniel-s_ (~daniel-s@replaced-ip ) (Remote host closed the connection)
728 [08:16:36] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 250 seconds)
729 [08:17:00] *** Quits: Avanthas (~avanthas@replaced-ip ) (Quit: Leaving)
730 [08:18:17] *** Joins: nibble_zero (~nibble_ze@replaced-ip )
731 [08:19:03] *** Quits: nibble_zero (~nibble_ze@replaced-ip ) (Max SendQ exceeded)
732 [08:19:07] *** Joins: Codyer (~user@replaced-ip )
733 [08:19:35] *** Joins: nibble_zero (~nibble_ze@replaced-ip )
734 [08:19:40] *** Quits: buddhirt (~buddhirt@replaced-ip ) (Remote host closed the connection)
735 [08:20:07] *** Joins: buddhirt (~buddhirt@replaced-ip )
736 [08:22:13] *** Quits: hakash (~hakash@replaced-ip ) (Ping timeout: 244 seconds)
737 [08:22:41] *** Quits: nix64bit (~Thunderbi@replaced-ip ) (Quit: nix64bit)
738 [08:24:41] *** Quits: mwgg (~mwgg@replaced-ip ) (Read error: Connection reset by peer)
739 [08:25:27] *** Quits: d1b (~db@replaced-ip ) (Ping timeout: 240 seconds)
740 [08:25:35] *** Joins: mwgg (~mwgg@replaced-ip )
741 [08:26:12] *** Quits: a_l_b (~a_l_b@replaced-ip ) (Quit: a_l_b)
742 [08:26:18] *** Quits: rdz (~rdz@replaced-ip ) (Ping timeout: 264 seconds)
743 [08:26:32] *** Joins: d1b (~db@replaced-ip )
744 [08:26:35] *** Joins: rdz (~rdz@replaced-ip )
745 [08:27:17] <TyrfingMjolnir> Whar is this error: Oct 30 07:26:38 localhost named[85060]: ../../../../lib/isc/unix/socket.c:2881: unexpected error:
746 [08:27:22] <TyrfingMjolnir> Oct 30 07:26:38 localhost named[85060]: setsockopt(26, IP_RECVTOS) failed: Protocol not available
747 [08:28:38] *** Joins: pingfloyd (~pingfloyd@replaced-ip )
748 [08:30:03] <themill> TyrfingMjolnir: which release of Debian is this?
749 [08:30:15] *** Joins: HerbY_NL2 (~HerbY_NL2@replaced-ip )
750 [08:32:00] *** Joins: mrig (~mrig@replaced-ip )
751 [08:32:29] *** Joins: sanches (~sanches@replaced-ip )
752 [08:32:38] *** Quits: noln (~noln@replaced-ip ) (Ping timeout: 250 seconds)
753 [08:34:14] *** Joins: leorat (~rat@replaced-ip )
754 [08:34:21] *** Joins: plasticle (~plasticle@replaced-ip )
755 [08:35:42] *** Joins: noln (~noln@replaced-ip )
756 [08:36:39] *** Quits: LionHeart-Z (~Lion-Hear@replaced-ip ) (Ping timeout: 264 seconds)
757 [08:37:07] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 240 seconds)
758 [08:37:37] *** Joins: buen_chico (~califito@replaced-ip )
759 [08:38:20] *** Joins: tw (~tw@replaced-ip )
760 [08:38:40] *** Quits: buddhirt (~buddhirt@replaced-ip ) (Read error: Connection reset by peer)
761 [08:38:54] *** Quits: zz_phar6oor (~phar6oor@replaced-ip ) (Ping timeout: 264 seconds)
762 [08:38:58] *** Joins: buddhirt (~buddhirt@replaced-ip )
763 [08:39:10] *** Quits: buddhirt (~buddhirt@replaced-ip ) (Remote host closed the connection)
764 [08:40:00] *** Joins: DrWatson (~DrWatson_@replaced-ip )
765 [08:40:21] *** Joins: zz_phar6oor (~phar6oor@replaced-ip )
766 [08:43:13] *** Joins: sanches (~sanches@replaced-ip )
767 [08:44:27] *** Joins: veridiam (~veridiam@replaced-ip )
768 [08:44:29] *** Quits: veridiam (~veridiam@replaced-ip ) (Max SendQ exceeded)
769 [08:45:57] *** Quits: ShellMAN (~ShellMAN@replaced-ip ) (Ping timeout: 252 seconds)
770 [08:46:24] <mrig> Hi, can anyone help me out with cscope on my debian system? Mine seems to have stopped making valid .out files
771 [08:47:36] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 252 seconds)
772 [08:47:40] <mrig> I have no idea why. I just reinstalled and remade my home file; Which I thought would remove any dubious setting, to no avail ...
773 [08:48:13] *** Joins: Half-Word (~halfword@replaced-ip )
774 [08:49:31] *** Quits: phd (~vjetar@replaced-ip ) (Quit: Leaving)
775 [08:49:45] <rant> your question lacks any coherence you need to tell us exactly what you're doing, what you expect to happen, what actually happened.
776 [08:49:59] *** Quits: kryptopraxis__ (~kryptopra@replaced-ip ) (Remote host closed the connection)
777 [08:50:18] <rant> !ask
778 [08:50:19] <dpkg> If you have a question, just ask! For example: "I have a problem with ___; I'm running Debian version ___. When I try to do ___ I get the following output ___. I expected it to do ___." Don't ask if you can ask, if anyone uses it, or pick one person to ask. We're all volunteers; make it easy for us to help you. If you don't get an answer try a few hours later or on debian-user@lists.debian.org. See <smart questions><errors>.
779 [08:50:40] *** Joins: dustin (~dustin@replaced-ip )
780 [08:50:54] *** Joins: sandman13 (~sandman13@replaced-ip )
781 [08:51:18] *** Quits: dustin (~dustin@replaced-ip ) (Client Quit)
782 [08:52:06] *** Joins: Haudegen (~quassel@replaced-ip )
783 [08:52:08] *** Joins: nliadm8 (~nliadm@replaced-ip )
784 [08:52:24] *** Quits: nliadm8 (~nliadm@replaced-ip ) (Read error: Connection reset by peer)
785 [08:55:01] <mrig> Thank you. I am using vim with cscope currently learning to code in C. I have recently found that the `cscope -b cscope.files` command no longer makes valid databases. I have no idea why this is now happening. On older projects with older cscope.out files, cscope still works fine.
786 [08:55:32] <mrig> I am running debian 9.4
787 [08:55:36] *** Quits: plasticle (~plasticle@replaced-ip ) (Ping timeout: 250 seconds)
788 [08:55:45] *** Quits: keur (~keur@replaced-ip ) (Ping timeout: 252 seconds)
789 [08:55:59] *** Quits: morphis (~morphis@replaced-ip ) (Remote host closed the connection)
790 [08:56:02] <rant> are you running the command from the shell? is it producing any output at all that you can see?
791 [08:56:04] *** Joins: keur (~keur@replaced-ip )
792 [08:56:18] *** Quits: mirage335 (~mirage335@replaced-ip ) (Ping timeout: 252 seconds)
793 [08:56:26] *** Joins: encod3 (~encod3@replaced-ip )
794 [08:56:38] <mrig> I am running the command from vim. This is an example of the error that it now produces. E259: no matches found for cscope query c Camera_FFC_animate of Camera_FFC_animate
795 [08:57:24] <mrig> it will run in the shell. but has produced some curios output such as not displaying the text in its results.
796 [08:58:17] *** Joins: veridiam (~veridiam@replaced-ip )
797 [08:58:49] *** Quits: DrWatson (~DrWatson_@replaced-ip ) (Quit: DrWatson)
798 [08:58:55] *** Joins: plasticle (~plasticle@replaced-ip )
799 [08:59:42] <rant> ok well since nobody else is chiming in I'm gonna continue to help with this but I never heard of cscope before now and I dont use or even like vim.. but this is a really old editor and utility that is well documented so..
800 [08:59:57] <mrig> I have just tried in the shell, and it has given a list of function calls
801 [09:00:12] <rant> mrig: have you tried using the cscope -R to see if you can do this manually from the interactive curses GUI?
802 [09:00:22] *** Quits: magnulu (~magnulu@replaced-ip ) (Ping timeout: 246 seconds)
803 [09:00:29] <n4dir> mrig: it may sound unfriendly, but i don't mean it like that. You might want to ask in #vim
804 [09:00:33] <rant> (at this point we're just trying to narrow down where the problem lies exactly)
805 [09:00:44] <mrig> Looking to find where to ash
806 [09:00:47] <mrig> ask
807 [09:01:37] <n4dir> i mean: you meet the vim wizards pretty much everywhere, but you sure will meet them in #vim (that is: i am not saying here is kinda the wrong place)
808 [09:01:37] *** Quits: n_1-c_k (~nick@replaced-ip ) (Read error: Connection reset by peer)
809 [09:01:38] <mrig> Have just run in the shell and it has worked; But it has displayed curious behaviour also.
810 [09:01:57] *** Joins: n_1-c_k (~nick@replaced-ip )
811 [09:02:13] <mrig> I think that it is cscope that is making different files though
812 [09:02:31] <mrig> though that it as perhaps due to the c build chain
813 [09:02:49] <mrig> what ever it uses to follow the graph of the program
814 [09:02:56] <mrig> the code rather
815 [09:03:00] *** Joins: Pjusur (~Pjusur@replaced-ip )
816 [09:03:11] *** Joins: sanches (~sanches@replaced-ip )
817 [09:03:32] <mrig> But not sure, that is why I thought that I should ask in debian, perhaps others have had the same issue?
818 [09:03:47] *** Joins: a_l_b (~a_l_b@replaced-ip )
819 [09:04:33] <mrig> I will ask in vim :)
820 [09:05:27] *** Quits: keur (~keur@replaced-ip ) (Ping timeout: 264 seconds)
821 [09:05:59] <n4dir> i also tend to first ask in the channel of the distro. seems to make sense to me.
822 [09:06:18] *** Joins: magnulu (~magnulu@replaced-ip )
823 [09:06:35] *** Quits: mibo (~mibo@replaced-ip ) (Remote host closed the connection)
824 [09:06:44] <rant> I'd also test it out with some real simple code
825 [09:07:01] <rant> cause given the nature of this thing, it could be choaking on something unconventional in the codebase
826 [09:07:07] <mrig> Yes I like to try to keep my distro to strictly free stable packages, to keep the variables to a minimum for things like this
827 [09:07:15] *** Quits: Ruebezahl (~Alf@replaced-ip ) (Ping timeout: 264 seconds)
828 [09:07:22] *** Joins: P1ersson (~P1ersson@replaced-ip )
829 [09:07:38] <mrig> I am learning make too. so I have quite a lot to ponder on this.
830 [09:08:12] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 244 seconds)
831 [09:08:30] <mrig> It has just started working again ...
832 [09:09:14] * rant goes back to coding python :P
833 [09:09:30] *** Joins: keur (~keur@replaced-ip )
834 [09:09:40] <mrig> I dont trust my computer which effective destroys the soul whilst doing this sort of thing. One of those intels with a massive backdoor :(
835 [09:09:41] *** Quits: CodeBlue1776 (~CodeBlue1@replaced-ip ) (Read error: Connection reset by peer)
836 [09:10:27] <mrig> n4dir: Do you code C at all?
837 [09:10:38] <mrig> such a beautiful language.
838 [09:10:47] *** Joins: CodeBlue1776 (~CodeBlue1@replaced-ip )
839 [09:10:57] <mrig> Seems to be being spoiled right now though.
840 [09:11:00] <rant> beauty is in the eye of the beer holder I heard..
841 [09:12:03] *** Joins: chele (~chele@replaced-ip )
842 [09:12:30] *** Quits: perun_ (~perun@replaced-ip ) (Quit: WeeChat 2.2)
843 [09:13:09] <rant> certainly explains ballmer peak
844 [09:13:33] <n4dir> mrig: no. I really tried, but i ain't got the hang for programming (pretty much always printf "hello world\n" in loops ... :-)
845 [09:14:42] <mrig> It is not for every one that is for sure, appeals to my logical thinking, learning openGL at the moment which is fantastic!
846 [09:14:48] *** Quits: ^Obi-Wan^ (~obi-wan@replaced-ip##) (Quit: ZNC by prozac - ##replaced-url
847 [09:15:06] *** Joins: Obi-Wan (~obi-wan@replaced-ip )
848 [09:15:10] <veridiam> C really is beautiful
849 [09:15:22] <n4dir> of the ones i tried i liked C the most though. To me it seemed to kinda make sense. And then came pointers to pointers, and i gave up :-)
850 [09:16:12] *** Quits: sasukeskapa (~sasukeska@replaced-ip ) (Ping timeout: 252 seconds)
851 [09:16:12] *** Joins: clemens3 (~clemens@replaced-ip )
852 [09:16:32] <veridiam> did you start with OO languages? pointers seem to be a barrier if you started in OO
853 [09:16:40] <mrig> oh the pointers are the part that I like, I love the notion that I am actually selecting areas of physical memory.
854 [09:17:19] *** Quits: Myk267 (~myk267@replaced-ip ) (Ping timeout: 250 seconds)
855 [09:17:52] <mrig> n4dir: sheer bloody mindedness is helping me to get through that stage too :)
856 [09:18:00] *** Quits: crayon (~crayon@replaced-ip ) (Quit: Quit)
857 [09:18:05] *** Quits: jiji606 (~p1ngu1n0f@replaced-ip ) (Ping timeout: 246 seconds)
858 [09:18:39] *** Quits: cml1 (~cml@replaced-ip ) (Read error: Connection reset by peer)
859 [09:18:50] *** Joins: hakash (~hakash@replaced-ip )
860 [09:18:51] *** Quits: Gasoline (~Nope@replaced-ip ) (Remote host closed the connection)
861 [09:18:52] *** Quits: buen_chico (~califito@replaced-ip ) (Quit: Leaving)
862 [09:18:58] *** Joins: cml1 (~cml@replaced-ip )
863 [09:19:08] *** Joins: Gasoline (~Nope@replaced-ip )
864 [09:19:25] <TyrfingMjolnir> themill: 9.x latest
865 [09:19:59] <TyrfingMjolnir> cat /etc/issue Debian GNU/Linux 9 \n \l
866 [09:20:16] *** Joins: crayon (~crayon@replaced-ip )
867 [09:20:25] *** Quits: r00t (~r00t@replaced-ip ) (Remote host closed the connection)
868 [09:20:43] *** Quits: N3X15 (~nexis@replaced-ip ) (Remote host closed the connection)
869 [09:20:54] *** Joins: N3X15 (~nexis@replaced-ip )
870 [09:21:23] <rant> TyrfingMjolnir: umm.. try cat /etc/debian_version its mor precise :P
871 [09:21:41] <rant> and really apt policy tells a lot too
872 [09:21:48] <themill> TyrfingMjolnir: is this a real machine or some sort of container?
873 [09:22:40] *** Quits: cranq (~crank@replaced-ip ) (Ping timeout: 244 seconds)
874 [09:22:48] *** Quits: tw (~tw@replaced-ip ) (Ping timeout: 252 seconds)
875 [09:23:30] *** Joins: sanches (~sanches@replaced-ip )
876 [09:23:42] *** Joins: cranq (~crank@replaced-ip )
877 [09:24:10] *** Joins: tw (~tw@replaced-ip )
878 [09:24:30] *** Joins: Sabotender (~Sabotende@replaced-ip )
879 [09:24:47] *** Joins: buddhirt (~buddhirt@replaced-ip )
880 [09:25:17] *** Joins: zabow (~zabow@replaced-ip )
881 [09:25:22] *** Joins: zabow_ (~zabow@replaced-ip )
882 [09:27:33] *** Parts: Gasoline (~Nope@replaced-ip ) ()
883 [09:28:15] *** Joins: Gasoline (~Nope@replaced-ip )
884 [09:28:22] *** Joins: sasukeskapa (~sasukeska@replaced-ip )
885 [09:28:43] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 246 seconds)
886 [09:28:53] *** Quits: CaptainN (zelda@replaced-ip ) (Read error: Connection reset by peer)
887 [09:29:07] <TyrfingMjolnir> rant: 9.5
888 [09:29:15] *** Joins: CaptainN (zelda@replaced-ip )
889 [09:29:33] *** Joins: Myk267 (~myk267@replaced-ip )
890 [09:29:59] <TyrfingMjolnir> themill: themill Joyent SmartOS LX zone: Linux fdb68967-7f79-c45d-e12b-873238fbaf7f 4.10 BrandZ virtual linux x86_64 GNU/Linux
891 [09:31:31] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 246 seconds)
892 [09:31:44] <themill> TyrfingMjolnir: that environment doesn't support that socket option iirc
893 [09:31:57] *** Joins: f10_ (~flo@replaced-ip )
894 [09:33:30] *** Joins: devbaka (~devbaka@replaced-ip )
895 [09:33:41] <mrig> So why did this just start working again?
896 [09:34:01] *** debhelper sets mode: +l 1346
897 [09:34:14] <mrig> Is this perhaps a security issue on my system; How would I know if it was?
898 [09:34:24] *** Joins: sanches (~sanches@replaced-ip )
899 [09:34:51] *** Joins: mirage335 (~mirage335@replaced-ip )
900 [09:35:22] *** Quits: BlueByte (~walther@replaced-ip ) (Quit: This computer has gone to sleep)
901 [09:35:23] *** Quits: bzed_ (~bzed@replaced-ip ) (Quit: Reconnecting)
902 [09:35:39] *** Joins: bzed (~bzed@replaced-ip )
903 [09:35:43] *** Quits: k-man (~jason@replaced-ip ) (Ping timeout: 246 seconds)
904 [09:36:04] *** Quits: astra`` (~astra@replaced-ip ) (Ping timeout: 246 seconds)
905 [09:36:54] *** Joins: r00t (~r00t@replaced-ip )
906 [09:36:54] *** Quits: r00t (~r00t@replaced-ip ) (Changing host)
907 [09:36:54] *** Joins: r00t (~r00t@replaced-ip )
908 [09:37:02] <mrig> I wonder if I would perhaps be better off with a fully free computer.
909 [09:37:40] <mrig> I was disappointed when I learned that they exist, at about the same time that I discovered that mine is broken.
910 [09:38:56] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 250 seconds)
911 [09:39:07] *** Quits: mwgg (~mwgg@replaced-ip ) (Read error: Connection reset by peer)
912 [09:39:29] *** Joins: mwgg (~mwgg@replaced-ip )
913 [09:39:32] *** Joins: tmroland (~tmroland@replaced-ip )
914 [09:39:50] *** Joins: k-man (~jason@replaced-ip )
915 [09:39:55] *** Joins: afuentes (~kusanagi@replaced-ip )
916 [09:40:36] *** Joins: mibo (~mibo@replaced-ip )
917 [09:42:20] *** Joins: astra`` (~astra@replaced-ip )
918 [09:42:34] *** Joins: robs_ (~robs@replaced-ip )
919 [09:44:15] <tmroland> help
920 [09:44:24] <tmroland> trying to update fresh install of stable with nvidia driver to sid and i get
921 [09:44:26] <tmroland> The following packages have unmet dependencies:
922 [09:44:28] <tmroland> libglvnd0-nvidia : Conflicts: libglvnd0 but 1.1.0-1 is to be installed
923 [09:44:30] <tmroland> E: Broken packages
924 [09:44:37] *** Quits: greylinensuit_ (~greylinen@replaced-ip ) (Remote host closed the connection)
925 [09:44:37] <tmroland> or must i do it to testing first
926 [09:46:38] *** Quits: krytarik (~krytarik@replaced-ip ) (Quit: Выходжу)
927 [09:47:23] *** Joins: BlueByte (~walther@replaced-ip )
928 [09:48:08] *** Joins: starch (~user@replaced-ip )
929 [09:49:03] *** Quits: iflema (~ian@replaced-ip ) (Quit: iflema)
930 [09:52:04] *** Quits: Soul_Eater (~marcelo@replaced-ip ) (Quit: Leaving)
931 [09:52:30] *** Quits: starch (~user@replaced-ip ) (Ping timeout: 252 seconds)
932 [09:53:15] *** Joins: The_Loko (~The_Loko@replaced-ip )
933 [09:53:36] <jelly> tmroland: two things
934 [09:53:39] <jelly> !debian-nexy
935 [09:53:46] <jelly> !debian-next
936 [09:53:46] <dpkg> #debian-next is the channel for testing/unstable support on the OFTC network (irc.oftc.net), *not* on freenode. If you get "Cannot join #debian-next (Channel is invite only)." it means you did not read it's on irc.oftc.net.
937 [09:53:57] <jelly> !basic apt troubleshooting
938 [09:53:57] <dpkg> In order to troubleshoot your problem with apt-get, apt or aptitude we need ALL OF THE FOLLOWING information: 1. complete output of your apt-get/apt/aptitude run (including the command used) 2. output from "apt-cache policy pkg1 pkg2..." for ALL packages mentioned ANYWHERE in the problem, and 3. "apt-cache policy". Use replaced-url
939 [09:53:58] <n4dir> that should have been debian-sexy , little typo.
940 [09:55:08] *** Joins: morphis (~morphis@replaced-ip )
941 [09:55:19] *** Joins: ShellMAN (~ShellMAN@replaced-ip )
942 [09:58:20] *** Quits: citypw (~citypw@replaced-ip ) (Ping timeout: 246 seconds)
943 [09:58:31] *** Quits: muxed (42578613@replaced-ip ) (Quit: last)
944 [10:00:52] *** Quits: tmroland (~tmroland@replaced-ip ) (Remote host closed the connection)
945 [10:03:42] *** Quits: celyr (~celyr@replaced-ip ) (Ping timeout: 252 seconds)
946 [10:03:55] <dionysus69> how to source /etc/environment systemwide without reboot
947 [10:04:01] *** Joins: celyr (~celyr@replaced-ip )
948 [10:04:30] <dionysus69> I have sourced it from zsh and then launched app but it doesnt detect the env var
949 [10:04:42] <dionysus69> but I am sure app will work if I reboot
950 [10:05:29] *** Joins: MaryCzary (~OS-42154@replaced-ip )
951 [10:05:31] *** Joins: tmroland (~tmroland@replaced-ip )
952 [10:05:37] *** Joins: msimpson (~msimpson@replaced-ip )
953 [10:06:15] *** Quits: AimHere (~David@replaced-ip ) (Ping timeout: 252 seconds)
954 [10:06:34] *** Quits: b0b (~bob@replaced-ip ) (Quit: o/)
955 [10:07:08] *** Joins: AimHere (~David@replaced-ip )
956 [10:07:49] <agio> dionysus69: did you export the vars?
957 [10:09:05] <dionysus69> yes I did inside /etc/environment
958 [10:09:07] <dionysus69> and then sourced
959 [10:09:46] <dionysus69> I figure it doesnt need reboot but just logout/login, would like to avoid that too :s
960 [10:10:47] *** Quits: The_Loko (~The_Loko@replaced-ip ) (Ping timeout: 240 seconds)
961 [10:11:43] *** Joins: The_Loko (~The_Loko@replaced-ip )
962 [10:11:45] *** Quits: Ayo (~quassel@replaced-ip ) (Ping timeout: 244 seconds)
963 [10:11:52] *** Quits: sputnik (kli0rf@replaced-ip ) (Remote host closed the connection)
964 [10:13:15] *** Quits: CaptainN (zelda@replaced-ip ) (Quit: I have to pee!)
965 [10:16:04] <jelly> dionysus69: log off, log back on
966 [10:16:12] <jelly> ah, you figured that out
967 [10:16:12] *** Joins: b0b (~bob@replaced-ip )
968 [10:16:58] *** Quits: catsup (d@replaced-ip ) (Remote host closed the connection)
969 [10:17:07] *** Joins: catsup (~d@replaced-ip )
970 [10:17:30] *** Quits: catsup (~d@replaced-ip ) (Remote host closed the connection)
971 [10:17:57] *** Quits: bfit (~bfit@replaced-ip ) (Remote host closed the connection)
972 [10:17:58] *** Joins: catsup (d@replaced-ip )
973 [10:17:59] *** Joins: diogenes_ (~diogenes_@replaced-ip )
974 [10:18:03] *** Joins: karakedi (~eAC53C340@replaced-ip )
975 [10:18:03] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Changing host)
976 [10:18:03] *** Joins: karakedi (~eAC53C340@replaced-ip )
977 [10:18:23] *** Joins: sputnik (~kli0rf@replaced-ip )
978 [10:18:30] *** Quits: tmroland (~tmroland@replaced-ip ) (Quit: tmroland)
979 [10:18:51] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 250 seconds)
980 [10:19:14] *** Joins: Nefertiti (~Nefertiti@replaced-ip )
981 [10:19:40] *** Quits: msimpson (~msimpson@replaced-ip ) (Quit: Leaving)
982 [10:21:10] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
983 [10:22:18] *** Joins: xcm (~xcm@replaced-ip )
984 [10:22:36] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Ping timeout: 244 seconds)
985 [10:23:21] *** Joins: woshty (~woshty@replaced-ip )
986 [10:26:55] *** Joins: nix64bit (~Thunderbi@replaced-ip )
987 [10:28:35] *** Joins: Deknos (~wat@replaced-ip )
988 [10:29:04] *** Joins: bapophis (~belethapo@replaced-ip )
989 [10:31:05] *** Joins: tymczenko (~tymczenko@replaced-ip )
990 [10:31:36] *** Quits: BlueByte (~walther@replaced-ip ) (Quit: This computer has gone to sleep)
991 [10:32:12] *** Joins: karakedi (~eAC53C340@replaced-ip )
992 [10:32:12] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Changing host)
993 [10:32:12] *** Joins: karakedi (~eAC53C340@replaced-ip )
994 [10:32:13] *** Joins: jon_x111111110 (~jon_x@replaced-ip )
995 [10:32:14] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 250 seconds)
996 [10:32:37] *** Quits: handsome_feng (~handsome_@replaced-ip ) (Quit: Leaving)
997 [10:33:10] *** Joins: NetTerminalGene (~NetTermin@replaced-ip )
998 [10:33:35] *** Joins: devbaka (~devbaka@replaced-ip )
999 [10:33:42] *** Joins: wingman2 (~wingman2@replaced-ip )
1000 [10:34:01] *** debhelper sets mode: +l 1354
1001 [10:34:44] *** Quits: jon_x11111119 (~jon_x@replaced-ip ) (Ping timeout: 246 seconds)
1002 [10:35:34] *** Joins: sanches (~sanches@replaced-ip )
1003 [10:36:03] *** Quits: mad_moses (~ps@replaced-ip ) (Ping timeout: 264 seconds)
1004 [10:36:54] *** Quits: bapophis (~belethapo@replaced-ip ) (Ping timeout: 272 seconds)
1005 [10:40:03] *** Quits: MaryCzary (~OS-42154@replaced-ip ) (Ping timeout: 245 seconds)
1006 [10:40:28] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 250 seconds)
1007 [10:45:35] *** Joins: tomeu (tomeu@replaced-ip )
1008 [10:45:41] *** Joins: hexer22 (~hexer22@replaced-ip )
1009 [10:45:49] *** Parts: tomeu (tomeu@replaced-ip ) ("Good Bye")
1010 [10:45:59] *** Joins: Brigo (~Brigo@replaced-ip )
1011 [10:45:59] *** Quits: mz` (~emerick@replaced-ip ) (Changing host)
1012 [10:45:59] *** Joins: mz` (~emerick@replaced-ip )
1013 [10:46:20] *** Joins: sanches (~sanches@replaced-ip )
1014 [10:47:16] *** Quits: sputnik (~kli0rf@replaced-ip ) (Remote host closed the connection)
1015 [10:47:33] *** Joins: mad_moses (~ps@replaced-ip )
1016 [10:48:52] *** Quits: neibo (~bingen@replaced-ip ) (Ping timeout: 246 seconds)
1017 [10:48:57] *** Joins: mauz555 (~mauz555@replaced-ip )
1018 [10:49:28] *** Quits: ShellMAN (~ShellMAN@replaced-ip ) (Ping timeout: 244 seconds)
1019 [10:49:52] *** Joins: neibo (~bingen@replaced-ip )
1020 [10:50:30] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 244 seconds)
1021 [10:54:35] *** Joins: sputnik (~kli0rf@replaced-ip )
1022 [10:54:36] *** Quits: sputnik (~kli0rf@replaced-ip ) (Client Quit)
1023 [10:55:02] *** Joins: Guest3184 (~kli0rf@replaced-ip )
1024 [10:55:03] *** Quits: Guest3184 (~kli0rf@replaced-ip ) (Client Quit)
1025 [10:56:38] *** Joins: AciD- (~fu@replaced-ip )
1026 [10:57:01] *** Joins: papemco (~papemco@replaced-ip )
1027 [10:57:16] *** Quits: AciD` (~fu@replaced-ip ) (Ping timeout: 246 seconds)
1028 [10:57:28] *** Quits: bnw (~bnw@replaced-ip ) (Quit: Leaving)
1029 [10:59:24] *** Joins: cdown (~cdown@replaced-ip )
1030 [11:00:27] *** Quits: lankanmon (~LKNnet@replaced-ip ) (Quit: Left...)
1031 [11:00:39] *** Quits: __marco (~mg3@replaced-ip ) (Ping timeout: 264 seconds)
1032 [11:00:40] *** Joins: eduardas_m (~eduardas@replaced-ip )
1033 [11:00:50] *** Joins: ongolaBoy (~ongolaBoy@replaced-ip )
1034 [11:01:11] *** Parts: AciD- (~fu@replaced-ip ) ()
1035 [11:02:17] *** Joins: AciD` (~fu@replaced-ip )
1036 [11:02:36] *** Joins: _ADN_ (~username@replaced-ip )
1037 [11:02:52] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 272 seconds)
1038 [11:02:54] *** Quits: roshanavand (~roshanava@replaced-ip ) (Ping timeout: 244 seconds)
1039 [11:03:00] *** Joins: oish (~charlie@replaced-ip )
1040 [11:03:22] *** Quits: papemco (~papemco@replaced-ip ) (Remote host closed the connection)
1041 [11:03:43] *** Joins: papemco (~papemco@replaced-ip )
1042 [11:03:49] *** Joins: roshanavand (~roshanava@replaced-ip )
1043 [11:04:07] *** Joins: xsisec (~xsisec@replaced-ip )
1044 [11:04:08] *** Quits: iViLe (~bob@replaced-ip ) (Ping timeout: 272 seconds)
1045 [11:06:34] *** Joins: iViLe (~bob@replaced-ip )
1046 [11:08:47] *** Quits: bachler (~bachler@replaced-ip ) (Remote host closed the connection)
1047 [11:09:56] *** Joins: bachler (~bachler@replaced-ip )
1048 [11:10:05] *** Quits: joze (~joze@replaced-ip ) (Quit: WeeChat 1.6)
1049 [11:10:07] *** Joins: jasperarcola (~JasperArc@replaced-ip )
1050 [11:11:37] *** Joins: kallenp (~kallenp@replaced-ip )
1051 [11:12:12] <kallenp> Hello. Please, how can I import compressed database backup in sql.gz over ssh ? Is it possible ?
1052 [11:12:12] *** Quits: roshanavand (~roshanava@replaced-ip ) (Ping timeout: 244 seconds)
1053 [11:12:33] <rk4> it is possible.
1054 [11:12:49] *** Joins: aton` (~aton@replaced-ip )
1055 [11:12:57] <petn-randall> kallenp: We will allow it.
1056 [11:13:03] *** Joins: roshanavand (~roshanava@replaced-ip )
1057 [11:13:07] <petn-randall> ;)
1058 [11:14:12] <rk4> replaced-url
1059 [11:14:32] *** Quits: emrullah (~emrullah@replaced-ip ) (Remote host closed the connection)
1060 [11:14:56] *** Joins: joze (~joze@replaced-ip )
1061 [11:15:02] *** Joins: stefanc_diff (~stefanc_d@replaced-ip )
1062 [11:16:51] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 244 seconds)
1063 [11:16:51] *** Quits: PaddyF (~paddyf@replaced-ip ) (Ping timeout: 252 seconds)
1064 [11:16:58] *** Joins: HalfWord (~halfword@replaced-ip )
1065 [11:17:13] *** Quits: zabow_ (~zabow@replaced-ip ) (Quit: Leaving)
1066 [11:17:59] *** Joins: bnw (~bnw@replaced-ip )
1067 [11:18:10] *** Quits: Half-Word (~halfword@replaced-ip ) (Disconnected by services)
1068 [11:18:17] *** Joins: jon_x111111111 (~jon_x@replaced-ip )
1069 [11:19:53] *** Joins: MrCoffee (coffee@replaced-ip )
1070 [11:19:58] *** Quits: ghost43 (~daer@replaced-ip ) (Remote host closed the connection)
1071 [11:20:54] *** Joins: BCMM (~BCMM@replaced-ip )
1072 [11:21:07] *** Quits: jon_x111111110 (~jon_x@replaced-ip ) (Ping timeout: 240 seconds)
1073 [11:21:31] *** Joins: krabador (~krabador@replaced-ip )
1074 [11:23:33] *** Joins: Gnhugo (~yaaic@replaced-ip )
1075 [11:23:57] *** Joins: Tech_8 (Tech_8@replaced-ip )
1076 [11:23:59] <Tech_8> hi
1077 [11:24:01] *** debhelper sets mode: +l 1360
1078 [11:25:23] *** Joins: gryffus (~gryffus@replaced-ip )
1079 [11:25:50] *** Quits: stefanc_diff (~stefanc_d@replaced-ip ) (Quit: Leaving)
1080 [11:26:03] *** Joins: stefanc_diff (~stefanc_d@replaced-ip )
1081 [11:26:15] *** Joins: sputnik (~kli0rf@replaced-ip )
1082 [11:27:39] *** Quits: pingfloyd (~pingfloyd@replaced-ip ) (Quit: ☮ out)
1083 [11:27:43] *** Joins: jasperarcola (~JasperArc@replaced-ip )
1084 [11:28:01] *** Joins: crimastergogo (~crimaster@replaced-ip )
1085 [11:28:38] *** Quits: crimastergogo (~crimaster@replaced-ip ) (Remote host closed the connection)
1086 [11:28:49] <at0m> dpkg: tell Tech_8 about ask
1087 [11:29:00] *** Joins: crimastergogo (~crimaster@replaced-ip )
1088 [11:29:01] *** Parts: kallenp (~kallenp@replaced-ip ) ()
1089 [11:29:16] *** Joins: lightblue (~lightblue@replaced-ip )
1090 [11:29:30] *** Quits: crimastergogo (~crimaster@replaced-ip ) (Remote host closed the connection)
1091 [11:29:51] *** Joins: crimastergogo (~crimaster@replaced-ip )
1092 [11:30:56] *** Joins: PaddyF (~paddyf@replaced-ip )
1093 [11:31:48] *** Joins: Baudelaire (~Baudelair@replaced-ip )
1094 [11:31:52] *** Quits: papemco (~papemco@replaced-ip ) (Remote host closed the connection)
1095 [11:32:01] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
1096 [11:32:19] *** Joins: papemco (~papemco@replaced-ip )
1097 [11:32:54] *** Quits: roshanavand (~roshanava@replaced-ip ) (Ping timeout: 250 seconds)
1098 [11:33:40] *** Joins: roshanavand (~roshanava@replaced-ip )
1099 [11:33:44] *** Parts: Tech_8 (Tech_8@replaced-ip ) ()
1100 [11:33:47] *** Quits: tymczenko (~tymczenko@replaced-ip ) (Ping timeout: 240 seconds)
1101 [11:34:51] *** Quits: hexer22 (~hexer22@replaced-ip ) (Ping timeout: 264 seconds)
1102 [11:36:21] *** Joins: ghost43 (~daer@replaced-ip )
1103 [11:36:49] *** Quits: papemco (~papemco@replaced-ip ) (Ping timeout: 246 seconds)
1104 [11:37:04] *** Joins: Neo_Chen (~Neo_Chen@replaced-ip )
1105 [11:39:24] *** Quits: nix64bit (~Thunderbi@replaced-ip ) (Quit: nix64bit)
1106 [11:39:58] *** Joins: juko (~juko@replaced-ip )
1107 [11:41:15] *** Quits: Swant (swant@replaced-ip ) (Ping timeout: 608 seconds)
1108 [11:41:22] *** Quits: roshanavand (~roshanava@replaced-ip ) (Ping timeout: 246 seconds)
1109 [11:41:43] *** Joins: traveltissues (~traveltis@replaced-ip )
1110 [11:42:42] *** Joins: olegfusion (~olegfusio@replaced-ip )
1111 [11:43:09] *** Joins: roshanavand (~roshanava@replaced-ip )
1112 [11:43:43] *** Joins: MaryCzary (~OS-42154@replaced-ip )
1113 [11:45:57] *** Quits: The_Photographer (8e53c712@replaced-ip ) (*.net *.split)
1114 [11:45:57] *** Quits: Sigyn (sigyn@replaced-ip ) (*.net *.split)
1115 [11:45:57] *** Quits: eir (eir@replaced-ip ) (*.net *.split)
1116 [11:47:24] *** Joins: sanches (~sanches@replaced-ip )
1117 [11:47:41] <rant> I'm not even sure what terms to use to search for what I want right now.. but I know how to do this manually, but I am looking for something that'd automatically create catconcation of any given number of images intelligently figuring out the number of rows/cols.. it can be assumed for my use that all the images will be the same dimensions.. guess it would be like those things you use to make a preview for
1118 [11:47:47] <rant> video files that shows several frames throughout the video in one image
1119 [11:48:12] <rant> something I can just throw 3, 6, 12 or however many images at and it'll make em all into one
1120 [11:48:15] *** Joins: Crysfall (~crysfall@replaced-ip )
1121 [11:48:19] *** xcm is now known as Guest45189
1122 [11:48:25] <rant> without further options explaining how to tile them
1123 [11:48:59] *** Joins: xcm (~xcm@replaced-ip )
1124 [11:49:06] *** Quits: Guest45189 (~xcm@replaced-ip ) (Ping timeout: 252 seconds)
1125 [11:49:24] *** Joins: nuuuciano (~luuuciano@replaced-ip )
1126 [11:49:30] *** Quits: krabador (~krabador@replaced-ip ) (Remote host closed the connection)
1127 [11:50:08] *** Joins: iderik (~weechat@replaced-ip )
1128 [11:50:45] <rant> heck, I'll just do without it in this case.. I really dont feel like coding anything with PIL or Imagemagick :P
1129 [11:51:05] <themill> montage
1130 [11:51:26] <rant> yes, isnt montage part of imagemagic and requires you telling it how many rows/cols?
1131 [11:51:28] *** Quits: conta (~Thunderbi@replaced-ip ) (Ping timeout: 244 seconds)
1132 [11:52:02] <themill> well, montage is the generic term; also an imagemagick tool for making them
1133 [11:52:23] <rant> yes well that helps cause I was saying mosaic or tiles when searching and was getting the wrong stuff :P
1134 [11:52:24] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 252 seconds)
1135 [11:52:46] *** Quits: olegfusion (~olegfusio@replaced-ip ) (Read error: Connection reset by peer)
1136 [11:53:04] *** Joins: oo_miguel (~miguel@replaced-ip )
1137 [11:53:08] *** Joins: tarsius_tarsier (~mario@replaced-ip )
1138 [11:53:13] *** Joins: olegfusion (~olegfusio@replaced-ip )
1139 [11:53:16] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 246 seconds)
1140 [11:54:01] *** debhelper sets mode: +l 1366
1141 [11:54:09] <rant> I'll glance at the imagemagic montage manpage I suppose.. but I'm pretty sure it cant work properly without telling it something and I really dont wanna code anything more on this part of this than a list of images.. I'd just as soon pick only one image or use em all individually
1142 [11:54:46] <rant> I only asked to begin with cause I was gettin hungry/tired or else I'd have just coded what I wanted to begin with :P
1143 [11:54:51] *** Joins: bfit (~bfit@replaced-ip )
1144 [11:55:53] *** Joins: enoq (~enoq@replaced-ip )
1145 [11:57:03] *** Quits: veridiam (~veridiam@replaced-ip ) (Quit: Konversation terminated!)
1146 [11:58:53] *** Quits: Crysfall (~crysfall@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
1147 [11:59:13] *** Quits: crimastergogo (~crimaster@replaced-ip ) (Ping timeout: 244 seconds)
1148 [12:00:12] *** Quits: v01t (~v01t@replaced-ip ) (Remote host closed the connection)
1149 [12:00:22] *** Joins: v01t (~v01t@replaced-ip )
1150 [12:00:22] *** Joins: MichaelOF (~michael@replaced-ip )
1151 [12:00:28] *** Joins: himcesjf_ (~cesjf@replaced-ip )
1152 [12:00:29] *** Quits: himcesjf_ (~cesjf@replaced-ip ) (Changing host)
1153 [12:00:29] *** Joins: himcesjf_ (~cesjf@replaced-ip )
1154 [12:00:48] *** Joins: lankanmon (~LKNnet@replaced-ip )
1155 [12:00:56] *** Quits: sputnik (~kli0rf@replaced-ip ) (Quit: Reconnecting)
1156 [12:01:07] *** Parts: cml1 (~cml@replaced-ip ) ("Leaving")
1157 [12:01:10] *** Joins: sputnik (~kli0rf@replaced-ip )
1158 [12:01:11] *** Quits: warai_otoko (~warai_oto@replaced-ip ) (Ping timeout: 246 seconds)
1159 [12:01:28] *** Joins: jasperarcola (~JasperArc@replaced-ip )
1160 [12:01:46] *** Quits: him-cesjf (~cesjf@replaced-ip ) (Ping timeout: 272 seconds)
1161 [12:03:14] *** Quits: MaryCzary (~OS-42154@replaced-ip ) (Ping timeout: 250 seconds)
1162 [12:03:21] *** Joins: cml (~cml@replaced-ip )
1163 [12:03:46] *** Quits: stefanc_diff (~stefanc_d@replaced-ip ) (Ping timeout: 246 seconds)
1164 [12:04:24] *** Quits: irongeeks (~irongeeks@replaced-ip ) (Quit: Leaving)
1165 [12:05:01] *** Quits: dpkg (~dpkg@replaced-ip ) (Quit: buh bye!)
1166 [12:05:25] *** Quits: leorat (~rat@replaced-ip ) (Quit: leorat)
1167 [12:05:44] *** Joins: MaryCzary (~OS-42154@replaced-ip )
1168 [12:05:49] *** Joins: kamiccolo (~zilvinas@replaced-ip )
1169 [12:06:07] *** Joins: dpkg (~dpkg@replaced-ip )
1170 [12:06:12] *** Joins: crimastergogo (~crimaster@replaced-ip )
1171 [12:07:37] *** Parts: Gasoline (~Nope@replaced-ip ) ("Leaving")
1172 [12:08:21] *** Quits: n4dir (~n4dir@replaced-ip ) (Quit: relax harder)
1173 [12:09:56] *** Joins: papemco (~papemco@replaced-ip )
1174 [12:10:01] *** Quits: dselect (~dselect@replaced-ip ) (Quit: ouch... that hurt)
1175 [12:10:19] *** Parts: spacedust (~info@replaced-ip ) ()
1176 [12:10:56] *** Joins: dselect (~dselect@replaced-ip )
1177 [12:12:18] *** Joins: amcorreia (~amcorreia@replaced-ip )
1178 [12:12:52] *** Quits: D0c70rWh0 (~D0c70rWh0@replaced-ip ) (Quit: Konversation terminated!)
1179 [12:14:11] *** Joins: ShellMAN (~ShellMAN@replaced-ip )
1180 [12:15:08] *** Joins: selroc (~selroc@replaced-ip )
1181 [12:15:31] *** Quits: selroc (~selroc@replaced-ip ) (Client Quit)
1182 [12:16:14] *** Joins: brokencycle (~brokencyc@replaced-ip )
1183 [12:17:58] *** Joins: donofrio (~donofrio@replaced-ip )
1184 [12:18:10] *** Quits: LorD_n1c0w (~igora@replaced-ip ) (Quit: Leaving.)
1185 [12:18:23] *** Quits: OS-42241 (~OS-42241@replaced-ip ) (Ping timeout: 245 seconds)
1186 [12:18:27] *** Joins: LorD_n1c0w (~igora@replaced-ip )
1187 [12:18:58] *** Joins: stefanc_diff (~stefanc_d@replaced-ip )
1188 [12:19:04] *** Quits: MaryCzary (~OS-42154@replaced-ip ) (Ping timeout: 250 seconds)
1189 [12:19:13] *** Joins: Kevlar_Noir (~manjaro-u@replaced-ip )
1190 [12:20:06] *** Quits: Shabbysheik (~quassel@replaced-ip ) (Remote host closed the connection)
1191 [12:20:34] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 246 seconds)
1192 [12:21:37] *** Quits: crimastergogo (~crimaster@replaced-ip ) (Ping timeout: 246 seconds)
1193 [12:22:28] *** Quits: ShellMAN (~ShellMAN@replaced-ip ) (Ping timeout: 244 seconds)
1194 [12:24:01] *** debhelper sets mode: +l 1360
1195 [12:25:04] *** Quits: buddhirt (~buddhirt@replaced-ip ) (Remote host closed the connection)
1196 [12:26:46] *** himcesjf_ is now known as him-cesjf
1197 [12:26:56] *** Joins: ShellMAN (~ShellMAN@replaced-ip )
1198 [12:28:27] *** Joins: jasperarcola (~JasperArc@replaced-ip )
1199 [12:29:28] *** Quits: Kevlar_Noir (~manjaro-u@replaced-ip ) (Quit: Konversation terminated!)
1200 [12:29:32] *** Joins: Darcidride (~Darcidrid@replaced-ip )
1201 [12:30:13] *** Joins: AquaL1te (~AquaL1te@replaced-ip )
1202 [12:32:28] *** Joins: Kevlar_Noir (~manjaro-u@replaced-ip )
1203 [12:32:52] *** Joins: unmy (~unmy@replaced-ip )
1204 [12:33:08] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 250 seconds)
1205 [12:35:12] *** Joins: irongeeks (~irongeeks@replaced-ip )
1206 [12:35:20] *** Quits: brokencycle (~brokencyc@replaced-ip ) (Quit: WeeChat 1.6)
1207 [12:39:47] *** Joins: jasperarcola (~JasperArc@replaced-ip )
1208 [12:40:28] *** Quits: roylaprattep (~roylaprat@replaced-ip ) (Ping timeout: 245 seconds)
1209 [12:41:26] *** Quits: bollo (~bollo@replaced-ip ) (Ping timeout: 246 seconds)
1210 [12:41:51] *** Joins: bollo (~bollo@replaced-ip )
1211 [12:44:07] *** Joins: downer06 (~quassel@replaced-ip )
1212 [12:44:10] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 244 seconds)
1213 [12:45:46] *** Quits: jmarsac (~jmarsac@replaced-ip##) (Quit: Nettalk6 - ##replaced-url
1214 [12:46:08] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 250 seconds)
1215 [12:46:14] *** Quits: Kevlar_Noir (~manjaro-u@replaced-ip ) (Quit: Konversation terminated!)
1216 [12:46:51] *** Joins: Kevlar_Noir (~manjaro-u@replaced-ip )
1217 [12:47:08] *** Joins: Kruppt (~Kruppt@replaced-ip )
1218 [12:47:40] *** Joins: nehemiah (~nehemiah@replaced-ip )
1219 [12:48:05] *** Joins: crimastergogo (~crimaster@replaced-ip )
1220 [12:48:16] *** Joins: Crysfall (~crysfall@replaced-ip )
1221 [12:48:18] *** Quits: juko (~juko@replaced-ip ) (Ping timeout: 244 seconds)
1222 [12:48:30] *** Quits: cml (~cml@replaced-ip ) (Ping timeout: 252 seconds)
1223 [12:48:38] *** Joins: cml1 (~cml@replaced-ip )
1224 [12:48:42] <nehemiah> I wonder if it's possible to convert a Ubuntu machine to Debian without having access to it. I' guess it is but wonder if anybody has an idea on how to do it?
1225 [12:48:45] *** Joins: devbaka (~devbaka@replaced-ip )
1226 [12:48:56] *** Joins: sanches (~sanches@replaced-ip )
1227 [12:48:58] <abrotman> physical access you mean?
1228 [12:49:00] *** Joins: jasperarcola (~JasperArc@replaced-ip )
1229 [12:49:16] *** Joins: encod3_ (~encod3@replaced-ip )
1230 [12:49:21] <nehemiah> abrotman: Correct, that's what I mean.
1231 [12:49:33] <abrotman> dpkg: tell nehemiah about debootstrap
1232 [12:50:01] *** Joins: juko (~juko@replaced-ip )
1233 [12:51:32] *** Joins: HarveyPwca (~HarveyPwc@replaced-ip )
1234 [12:51:34] *** Joins: kaliko_ (~kaliko@replaced-ip )
1235 [12:51:48] *** Quits: encod3 (~encod3@replaced-ip ) (Ping timeout: 252 seconds)
1236 [12:52:05] *** Quits: MrCoffee (coffee@replaced-ip ) (Quit: Lost terminal)
1237 [12:52:13] *** Joins: conta (~Thunderbi@replaced-ip )
1238 [12:53:18] *** Quits: Kevlar_Noir (~manjaro-u@replaced-ip ) (Quit: Konversation terminated!)
1239 [12:53:49] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 246 seconds)
1240 [12:54:01] *** debhelper sets mode: +l 1368
1241 [12:54:36] *** cml1 is now known as cml
1242 [12:54:47] *** Quits: sputnik (~kli0rf@replaced-ip ) (Read error: Connection reset by peer)
1243 [12:56:02] *** Joins: warai_otoko (~warai_oto@replaced-ip )
1244 [12:57:21] *** Joins: sputnik (~kli0rf@replaced-ip )
1245 [12:58:47] *** Joins: BlueByte (~walther@replaced-ip )
1246 [12:58:52] *** Joins: __marco (~mg3@replaced-ip )
1247 [12:59:33] *** Joins: laptop2 (~my123@replaced-ip )
1248 [12:59:50] *** Joins: armando (~armando@replaced-ip )
1249 [13:00:36] *** Quits: roshanavand (~roshanava@replaced-ip ) (Ping timeout: 252 seconds)
1250 [13:01:42] *** Quits: lightblue (~lightblue@replaced-ip ) (Ping timeout: 252 seconds)
1251 [13:01:42] *** Quits: sputnik (~kli0rf@replaced-ip ) (Read error: Connection reset by peer)
1252 [13:03:42] *** Joins: kryptopraxis (~kryptopra@replaced-ip )
1253 [13:03:48] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 245 seconds)
1254 [13:03:57] *** Quits: slv (~slv@replaced-ip ) (Quit: Leaving)
1255 [13:04:05] *** kryptopraxis is now known as Guest62164
1256 [13:04:25] *** Quits: Haudegen (~quassel@replaced-ip ) (Remote host closed the connection)
1257 [13:05:03] *** Quits: uNmowed (~Kaede@replaced-ip ) (Ping timeout: 245 seconds)
1258 [13:05:21] *** Quits: robs_ (~robs@replaced-ip ) (Ping timeout: 244 seconds)
1259 [13:06:39] *** Quits: BlueByte (~walther@replaced-ip ) (Quit: Ahoi)
1260 [13:08:05] *** Joins: Kevlar_Noir (~manjaro-u@replaced-ip )
1261 [13:08:21] *** Joins: cryptodan (~cryptodan@replaced-ip )
1262 [13:08:28] *** Quits: cryptodan (~cryptodan@replaced-ip ) (Max SendQ exceeded)
1263 [13:08:59] *** Joins: lightblue (~lightblue@replaced-ip )
1264 [13:09:06] *** Joins: iflema (~ian@replaced-ip )
1265 [13:09:28] *** Joins: sanches (~sanches@replaced-ip )
1266 [13:11:04] *** Quits: Kevlar_Noir (~manjaro-u@replaced-ip ) (Client Quit)
1267 [13:11:27] *** Joins: jasperarcola (~JasperArc@replaced-ip )
1268 [13:11:44] *** Quits: armando (~armando@replaced-ip##) (Quit: The Lounge - ##replaced-url
1269 [13:12:25] *** Joins: Kevlar_Noir (~manjaro-u@replaced-ip )
1270 [13:12:42] *** Quits: juko (~juko@replaced-ip ) (Ping timeout: 252 seconds)
1271 [13:13:26] *** Quits: hammer065 (~hammer065@replaced-ip ) (Quit: Restart the game...)
1272 [13:13:40] *** Joins: hammer065 (~hammer065@replaced-ip )
1273 [13:14:13] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 245 seconds)
1274 [13:14:14] *** Joins: morphis_ (~morphis@replaced-ip )
1275 [13:14:20] *** Quits: Kevlar_Noir (~manjaro-u@replaced-ip ) (Client Quit)
1276 [13:14:27] *** Joins: juko (~juko@replaced-ip )
1277 [13:16:39] *** Joins: Kevlar_Noir (~manjaro-u@replaced-ip )
1278 [13:16:40] *** Quits: airwind (~belovent@replaced-ip ) (Quit: airwind)
1279 [13:16:47] *** Quits: morphis (~morphis@replaced-ip ) (Ping timeout: 240 seconds)
1280 [13:17:27] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 264 seconds)
1281 [13:18:48] *** Joins: devbaka (~devbaka@replaced-ip )
1282 [13:21:07] *** Parts: snover (~snover@replaced-ip ) ()
1283 [13:21:43] *** Joins: dethos (~dethos@replaced-ip )
1284 [13:22:08] *** Quits: nehemiah (~nehemiah@replaced-ip ) (Ping timeout: 245 seconds)
1285 [13:23:13] *** Joins: sputnik (kli0rf@replaced-ip )
1286 [13:23:49] *** Quits: Gaaab (~Gaaab@replaced-ip ) (Remote host closed the connection)
1287 [13:24:30] *** Quits: Randy (~randy@replaced-ip ) (Ping timeout: 264 seconds)
1288 [13:25:11] *** Quits: thelastjedi_ (~quassel@replaced-ip ) (Ping timeout: 246 seconds)
1289 [13:25:28] *** Quits: papemco (~papemco@replaced-ip ) (Ping timeout: 245 seconds)
1290 [13:25:33] *** Joins: cryptodan (~cryptodan@replaced-ip )
1291 [13:28:23] *** Quits: kamiccolo (~zilvinas@replaced-ip ) (Ping timeout: 245 seconds)
1292 [13:28:30] *** Joins: rtp2342 (~rtp2342@replaced-ip )
1293 [13:28:36] *** Quits: Myk267 (~myk267@replaced-ip ) (Ping timeout: 250 seconds)
1294 [13:28:47] *** Quits: BCMM (~BCMM@replaced-ip ) (Ping timeout: 240 seconds)
1295 [13:29:06] *** Joins: MaryCzary (~OS-42154@replaced-ip )
1296 [13:29:13] *** Quits: rtp2342 (~rtp2342@replaced-ip ) (Client Quit)
1297 [13:30:12] *** Joins: kamiccolo (~zilvinas@replaced-ip )
1298 [13:30:12] *** Joins: jmarsac (~jmarsac@replaced-ip )
1299 [13:31:27] *** Quits: Kevlar_Noir (~manjaro-u@replaced-ip ) (Quit: Konversation terminated!)
1300 [13:34:17] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 244 seconds)
1301 [13:34:40] *** Joins: pingfloyd (~pingfloyd@replaced-ip )
1302 [13:37:14] *** Quits: Deknos (~wat@replaced-ip ) (Remote host closed the connection)
1303 [13:37:36] *** Joins: diogenes_ (~diogenes_@replaced-ip )
1304 [13:40:22] *** Joins: bolovanos (~bolovanos@replaced-ip )
1305 [13:40:22] *** Joins: jubo2 (~juboxi@replaced-ip )
1306 [13:40:40] *** Joins: jasperarcola (~JasperArc@replaced-ip )
1307 [13:41:23] *** Joins: Myk267 (~myk267@replaced-ip )
1308 [13:41:54] *** Joins: realinari (~inari@replaced-ip )
1309 [13:44:14] *** Joins: semeion (~semeion@replaced-ip )
1310 [13:44:20] *** Joins: Kevlar_Noir (~manjaro-u@replaced-ip )
1311 [13:44:27] *** Quits: pvdp (~pvdp@replaced-ip ) (Remote host closed the connection)
1312 [13:44:51] *** emerson is now known as GDPR
1313 [13:47:08] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 245 seconds)
1314 [13:47:52] *** Joins: ae-35 (~ae-35@replaced-ip )
1315 [13:48:06] *** Joins: pauling_linus (~Thunderbi@replaced-ip )
1316 [13:48:23] *** Quits: plasticle (~plasticle@replaced-ip ) (Quit: WeeChat 2.2)
1317 [13:49:12] *** Quits: pauling_linus (~Thunderbi@replaced-ip ) (Client Quit)
1318 [13:50:00] *** Joins: pauling_linus (~Thunderbi@replaced-ip )
1319 [13:50:28] *** Quits: Andrew_0010bit (~Andrew_00@replaced-ip ) (Remote host closed the connection)
1320 [13:50:50] *** Joins: Andrew_0010bit (~Andrew_00@replaced-ip )
1321 [13:51:39] *** Joins: muxt (~bot@replaced-ip )
1322 [13:52:08] *** Joins: Essadon (~Essadon@replaced-ip )
1323 [13:52:19] *** Joins: noodlepie (~Phillip@replaced-ip )
1324 [13:52:24] *** Joins: nmino__ (~JimmyStev@replaced-ip )
1325 [13:52:25] *** Quits: Essadon (~Essadon@replaced-ip ) (Max SendQ exceeded)
1326 [13:52:45] *** Quits: pauling_linus (~Thunderbi@replaced-ip ) (Client Quit)
1327 [13:52:54] *** Joins: Essadon (~Essadon@replaced-ip )
1328 [13:52:57] *** Joins: pauling_linus (~Thunderbi@replaced-ip )
1329 [13:53:08] *** Joins: Swant (swant@replaced-ip )
1330 [13:53:13] *** Quits: pauling_linus (~Thunderbi@replaced-ip ) (Client Quit)
1331 [13:53:25] *** Joins: pauling_linus (~Thunderbi@replaced-ip )
1332 [13:53:27] *** Joins: jasperarcola (~JasperArc@replaced-ip )
1333 [13:54:02] *** Joins: Sigyn (sigyn@replaced-ip )
1334 [13:54:02] *** Joins: eir (eir@replaced-ip )
1335 [13:54:02] *** debhelper sets mode: +l 1375
1336 [13:54:07] *** Quits: Essadon (~Essadon@replaced-ip ) (Client Quit)
1337 [13:54:25] *** Joins: Essadon (~Essadon@replaced-ip )
1338 [13:54:30] *** Joins: walnut_burl (~oak@replaced-ip )
1339 [13:54:51] *** Quits: CodeBlue1776 (~CodeBlue1@replaced-ip ) (Read error: Connection reset by peer)
1340 [13:55:09] *** Quits: nmino__ (~JimmyStev@replaced-ip ) (Client Quit)
1341 [13:55:27] *** Quits: NetTerminalGene (~NetTermin@replaced-ip ) (Ping timeout: 240 seconds)
1342 [13:56:08] *** Joins: CodeBlue1776 (~CodeBlue1@replaced-ip )
1343 [13:56:31] *** Joins: t3h1nf3ct3d0n3 (~1nf3ct3d@replaced-ip )
1344 [13:58:04] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 250 seconds)
1345 [13:59:11] *** Quits: t3h1nf3ct3d0n3 (~1nf3ct3d@replaced-ip ) (Client Quit)
1346 [13:59:46] *** Joins: thiras (~thiras@replaced-ip )
1347 [14:00:18] *** Joins: knidos (~knidos@replaced-ip )
1348 [14:01:14] *** Joins: tmann (~tmann@replaced-ip )
1349 [14:01:49] *** Joins: atwaty (~away@replaced-ip )
1350 [14:02:04] *** Joins: t3h1nf3ct3d1 (~1nf3ct3d@replaced-ip )
1351 [14:02:34] *** Joins: ableto (~cryptum@replaced-ip )
1352 [14:02:42] *** Quits: lightblue (~lightblue@replaced-ip ) (Ping timeout: 244 seconds)
1353 [14:02:47] *** Joins: grobi (~rtng@replaced-ip )
1354 [14:03:11] *** Quits: c0ncealed4 (c0ncealed@replaced-ip ) (Read error: Connection reset by peer)
1355 [14:04:10] *** Joins: c0ncealed4 (c0ncealed@replaced-ip )
1356 [14:04:19] *** Quits: knidos (~knidos@replaced-ip ) (Client Quit)
1357 [14:04:22] *** Quits: pauling_linus (~Thunderbi@replaced-ip ) (Quit: pauling_linus)
1358 [14:04:24] *** Joins: jasperarcola (~JasperArc@replaced-ip )
1359 [14:04:37] *** Joins: greycat (~wooledg@replaced-ip )
1360 [14:05:26] *** Joins: exembe (priv@replaced-ip )
1361 [14:05:35] *** Quits: t3h1nf3ct3d1 (~1nf3ct3d@replaced-ip ) (Client Quit)
1362 [14:05:43] *** Quits: HarveyPwca (~HarveyPwc@replaced-ip ) (Quit: Leaving)
1363 [14:06:05] *** Quits: tdn (~tdn@replaced-ip ) (Quit: leaving)
1364 [14:06:35] <exembe> new debian libc6-dev doesnt have bits/byteswap-16.h for only /usr/include/byteswap.h , but kernel make-kpkg says its required, 4.19er kernel, maybe i can make clean and it works
1365 [14:06:53] <greycat> sounds like a post-stable question
1366 [14:07:32] <jelly> exembe: check bts for existing issues and file a bug report.
1367 [14:07:41] <greycat> !debian-next
1368 [14:07:41] <dpkg> #debian-next is the channel for testing/unstable support on the OFTC network (irc.oftc.net), *not* on freenode. If you get "Cannot join #debian-next (Channel is invite only)." it means you did not read it's on irc.oftc.net.
1369 [14:07:55] *** Joins: t3h1nf3ct3d1 (~t3h1nf3ct@replaced-ip )
1370 [14:08:09] <jelly> judd: file bits/byteswap-16.h
1371 [14:08:14] <judd> Search for bits/byteswap-16.h in stretch/amd64: libc6-dev-ppc64-cross: usr/powerpc64-linux-gnu/include/bits/byteswap-16.h; libc6-dev: usr/include/x86_64-linux-gnu/bits/byteswap-16.h; libc6-dev-s390x-cross: usr/s390x-linux-gnu/include/bits/byteswap-16.h; libc6-dev-ppc64el-cross: usr/powerpc64le-linux-gnu/include/bits/byteswap-16.h; libc6-dev-mips64el-cross: usr/mips64el-linux-
1372 [14:08:15] <judd> gnuabi64/include/bits/byteswap-16.h; libc6-dev-sparc64-cross: usr/sparc64-linux-gnu/include/bits/byteswap-16.h; libc6-dev-hppa-cross: usr/hppa-linux-gnu/include/bits/byteswap-16.h; libc6-dev-m68k-cross: usr/m68k-linux-gnu/include/bits/byteswap-16.h; libc6-dev-arm64-cross: usr/aarch64-linux-gnu/include/bits/byteswap-16.h; libc6-dev-sh4-cross: usr/sh4-linux-gnu/include/bits/byteswap-16.h; (2 more messages)
1373 [14:08:27] <greycat> damn, judd...
1374 [14:08:28] <exembe> judd: file /usr/include/byteswap.h
1375 [14:08:31] <jelly> $#@%^T crosscompiling chains
1376 [14:08:33] <judd> Search for /usr/include/byteswap.h in stretch/amd64: libc6-dev: usr/include/byteswap.h
1377 [14:08:55] <exembe> i did make clean and now kernel copilation seems to run on fine
1378 [14:09:03] <jelly> exembe: it's there on amd64 in stretch, which libc6-dev version do you have installed?
1379 [14:09:19] <exembe> 2.28experimental0
1380 [14:09:24] <jelly> why
1381 [14:09:32] <exembe> i guess some sys changes messed it up but after make clean it works
1382 [14:09:38] <exembe> i have to have newest software
1383 [14:09:45] *** Quits: noodlepie (~Phillip@replaced-ip ) (Read error: Connection reset by peer)
1384 [14:09:55] <jelly> !experimental
1385 [14:09:56] <dpkg> experimental is the bleeding edge of Debian Development. Packages here have been deemed unfit/DANGEROUS/untrustworthy/etc for release by the maintainer responsible for them. DO NOT INSTALL PACKAGES FROM EXPERIMENTAL WITHOUT KNOWING EXACTLY WHY AND WHAT YOU ARE DOING. #debian does _not_ support experimental. For an actual description, see section 4.6.4.3 of the Developer's Reference. replaced-url
1386 [14:09:58] <exembe> i have to code toppest ware and have to have newest software
1387 [14:09:58] *** Quits: iflema (~ian@replaced-ip ) (Quit: iflema)
1388 [14:10:04] *** Joins: BlueByte (~walther@replaced-ip )
1389 [14:10:10] <greycat> experimental means that when it explodes into a thousand pieces and each piece mutates into a tentacle monster and strangles you, you get to clean up the mess
1390 [14:10:15] <exembe> ok ill see the oftc one
1391 [14:10:18] <jelly> exembe: and when it breaks you get to keep all the bits.
1392 [14:10:27] <exembe> i run it since 2002
1393 [14:10:27] <jelly> !debian-next
1394 [14:10:28] <dpkg> #debian-next is the channel for testing/unstable support on the OFTC network (irc.oftc.net), *not* on freenode. If you get "Cannot join #debian-next (Channel is invite only)." it means you did not read it's on irc.oftc.net.
1395 [14:10:30] *** Joins: tdn (~tdn@replaced-ip )
1396 [14:10:54] *** Joins: Randy (~randy@replaced-ip )
1397 [14:10:54] *** Joins: sanches (~sanches@replaced-ip )
1398 [14:11:22] <greycat> One does not "run" experimental. One carefully introduces a tiny piece of it in a controlled setting, with a big red panic button wired to nuke it if it starts to gain sentience.
1399 [14:11:23] *** Quits: vizius00 (~vizius00@replaced-ip ) (Ping timeout: 246 seconds)
1400 [14:11:52] <exembe> dude its all the same
1401 [14:12:11] <exembe> packages are configured all the same way, just newer versions
1402 [14:12:23] *** Joins: vizius00 (~vizius00@replaced-ip )
1403 [14:12:32] <exembe> i mean, on my todo list a distro with only -dev compiling packages
1404 [14:12:41] <jelly> exembe: sometimes newer versions have bugs that older versions do not
1405 [14:12:55] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
1406 [14:13:01] <exembe> i cant live without newest stuff
1407 [14:13:18] *** Quits: brelod (~brelod@replaced-ip ) (Quit: leaving)
1408 [14:13:37] <jelly> that's totally fine! However, you don't get to ask questions about installations with mixed in experimental in #debian
1409 [14:14:02] *** Joins: jiji606 (~p1ngu1n0f@replaced-ip )
1410 [14:14:07] <exembe> ah well um it was a small question about missing transition from old to new file header but ok buh
1411 [14:14:10] *** Parts: exembe (priv@replaced-ip ) ()
1412 [14:14:13] *** Joins: plasticle (~plasticle@replaced-ip )
1413 [14:15:50] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 250 seconds)
1414 [14:16:30] *** Quits: xcm (~xcm@replaced-ip ) (Ping timeout: 252 seconds)
1415 [14:16:43] *** Quits: crimastergogo (~crimaster@replaced-ip ) (Ping timeout: 245 seconds)
1416 [14:17:03] *** Joins: noodlepie (~Phillip@replaced-ip )
1417 [14:17:44] *** Quits: tagomago (~tagomago@replaced-ip ) (Quit: Konversation terminated!)
1418 [14:18:29] *** Joins: krukudilo (~krukudilo@replaced-ip )
1419 [14:19:33] *** Joins: Drashta (~drashta@replaced-ip )
1420 [14:20:13] *** Joins: naxuroqa (~naxuroqa@replaced-ip )
1421 [14:20:20] *** Joins: xcm (~xcm@replaced-ip )
1422 [14:20:54] *** Joins: GaneshR (~ganeshraj@replaced-ip )
1423 [14:21:02] *** Quits: MaryCzary (~OS-42154@replaced-ip ) (Ping timeout: 250 seconds)
1424 [14:21:13] *** Joins: CrystalMath (~coderain@replaced-ip )
1425 [14:21:33] *** Joins: sanches (~sanches@replaced-ip )
1426 [14:21:52] *** Joins: papemco (~papemco@replaced-ip )
1427 [14:23:12] *** Joins: plouescat (~jt@replaced-ip )
1428 [14:24:02] *** debhelper sets mode: +l 1386
1429 [14:25:00] *** Quits: f10_ (~flo@replaced-ip ) (Remote host closed the connection)
1430 [14:25:06] *** Joins: NetTerminalGene (~NetTermin@replaced-ip )
1431 [14:25:22] *** Joins: f10_ (~flo@replaced-ip )
1432 [14:25:42] *** Joins: anao (~thomas@replaced-ip )
1433 [14:26:10] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 272 seconds)
1434 [14:27:04] *** Joins: bites (~bites@replaced-ip )
1435 [14:28:27] *** Joins: yogurt2ungue (~yogur2@replaced-ip )
1436 [14:28:42] *** Joins: electro33 (uid613@replaced-ip )
1437 [14:29:49] *** Quits: mwgg (~mwgg@replaced-ip ) (Read error: Connection reset by peer)
1438 [14:30:15] *** Quits: juko (~juko@replaced-ip ) (Ping timeout: 252 seconds)
1439 [14:30:53] *** Joins: mwgg (~mwgg@replaced-ip )
1440 [14:30:58] *** Joins: lightblue (~lightblue@replaced-ip )
1441 [14:31:08] *** Joins: Guest3875 (~quassel@replaced-ip )
1442 [14:31:26] *** Quits: ShellMAN (~ShellMAN@replaced-ip ) (Ping timeout: 250 seconds)
1443 [14:32:07] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 240 seconds)
1444 [14:32:08] *** Quits: HeadlessHorseman (ukikie@replaced-ip ) (Read error: Connection reset by peer)
1445 [14:32:36] *** Quits: noodlepie (~Phillip@replaced-ip ) (Read error: Connection reset by peer)
1446 [14:32:40] *** Joins: HeadlessHorseman (ukikie@replaced-ip )
1447 [14:32:42] *** Joins: c0sm0s (~drone@replaced-ip )
1448 [14:33:22] *** Quits: Guest3875 (~quassel@replaced-ip ) (Remote host closed the connection)
1449 [14:34:22] *** Quits: Baudelaire (~Baudelair@replaced-ip ) (Remote host closed the connection)
1450 [14:34:34] *** Quits: mwgg (~mwgg@replaced-ip ) (Read error: Connection reset by peer)
1451 [14:34:57] *** Joins: noodlepie (~Phillip@replaced-ip )
1452 [14:35:03] *** Joins: mwgg (~mwgg@replaced-ip )
1453 [14:35:35] *** Quits: anao (~thomas@replaced-ip ) (Quit: leaving)
1454 [14:36:19] *** Joins: robs_ (~robs@replaced-ip )
1455 [14:37:20] *** Quits: atwaty (~away@replaced-ip ) (Quit: h1 @11!)
1456 [14:37:56] *** Quits: unmy (~unmy@replaced-ip ) (Quit: unmy)
1457 [14:38:33] *** Joins: jasperarcola (~JasperArc@replaced-ip )
1458 [14:39:36] *** Joins: NerdTheThird (~NerdTheTh@replaced-ip )
1459 [14:40:51] *** Quits: krukudilo (~krukudilo@replaced-ip ) (Changing host)
1460 [14:40:51] *** Joins: krukudilo (~krukudilo@replaced-ip )
1461 [14:40:53] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
1462 [14:41:04] *** Parts: c0sm0s (~drone@replaced-ip ) ()
1463 [14:41:22] *** Quits: grobi (~rtng@replaced-ip ) (Quit: WeeChat 2.2)
1464 [14:42:12] *** Joins: sanches (~sanches@replaced-ip )
1465 [14:42:28] *** Joins: xcm (~xcm@replaced-ip )
1466 [14:42:53] *** Quits: colinjmatt (~colinjmat@replaced-ip ) (Ping timeout: 246 seconds)
1467 [14:43:29] *** Joins: c0sm0s888 (~drone@replaced-ip )
1468 [14:44:55] *** Quits: kamiccolo (~zilvinas@replaced-ip ) (Quit: Lost terminal)
1469 [14:45:04] *** Quits: Sauvin (sauvin@replaced-ip ) (Ping timeout: 264 seconds)
1470 [14:45:07] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 240 seconds)
1471 [14:45:23] *** Joins: kxze (~kxze@replaced-ip )
1472 [14:45:55] *** Joins: idcpl (~idcpl@replaced-ip )
1473 [14:46:12] *** Quits: lazouz (~lazouz@replaced-ip ) (Ping timeout: 252 seconds)
1474 [14:46:45] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 252 seconds)
1475 [14:47:41] *** Joins: armando (~armando@replaced-ip )
1476 [14:48:07] *** Quits: Guest62164 (~kryptopra@replaced-ip ) (Remote host closed the connection)
1477 [14:48:23] *** Joins: Guest62164 (~kryptopra@replaced-ip )
1478 [14:49:34] *** Joins: phizzy_ (~Phillip@replaced-ip )
1479 [14:49:54] *** Joins: colinjmatt (~colinjmat@replaced-ip )
1480 [14:50:19] *** Joins: jasperarcola (~JasperArc@replaced-ip )
1481 [14:51:00] *** Parts: phizzy_ (~Phillip@replaced-ip ) ()
1482 [14:51:01] *** Quits: nibble_zero (~nibble_ze@replaced-ip ) (Quit: nibble_zero)
1483 [14:51:20] *** Joins: haylon (~quassel@replaced-ip )
1484 [14:52:22] *** Joins: unmy (~unmy@replaced-ip )
1485 [14:52:27] *** Joins: phizzy_ (~Phillip@replaced-ip )
1486 [14:52:52] *** Joins: lazouz (~lazouz@replaced-ip )
1487 [14:53:01] *** Joins: papemco_ (~papemco@replaced-ip )
1488 [14:53:06] *** Quits: noodlepie (~Phillip@replaced-ip ) (Ping timeout: 250 seconds)
1489 [14:53:07] *** Joins: shellhost (~shellhost@replaced-ip )
1490 [14:53:42] *** Quits: Guest62164 (~kryptopra@replaced-ip ) (Quit: Leaving)
1491 [14:53:45] *** Quits: phizzy_ (~Phillip@replaced-ip ) (Remote host closed the connection)
1492 [14:53:52] *** Joins: Surgo__ (~Surgo@replaced-ip )
1493 [14:55:07] *** Joins: noodlepie (~Phillip@replaced-ip )
1494 [14:55:28] *** Joins: Haudegen (~quassel@replaced-ip )
1495 [14:55:56] *** Quits: papemco (~papemco@replaced-ip ) (Ping timeout: 272 seconds)
1496 [14:59:17] *** Joins: crimastergogo (~crimaster@replaced-ip )
1497 [14:59:24] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 252 seconds)
1498 [15:00:29] *** Quits: krukudilo (~krukudilo@replaced-ip ) (Quit: Leaving)
1499 [15:00:56] *** Joins: krukudilo (~krukudilo@replaced-ip )
1500 [15:01:03] *** Joins: Raed|Laptop (~Raed@replaced-ip )
1501 [15:01:11] *** Joins: hipp (~hipp@replaced-ip )
1502 [15:01:27] *** Quits: mwgg (~mwgg@replaced-ip ) (Ping timeout: 240 seconds)
1503 [15:01:30] *** Joins: elkalamar (~elkalamar@replaced-ip )
1504 [15:01:58] *** Joins: sylspace (~sylvain@replaced-ip )
1505 [15:02:27] *** Quits: preview (~quassel@replaced-ip ) (Ping timeout: 264 seconds)
1506 [15:03:04] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 250 seconds)
1507 [15:03:40] *** Quits: Andrew_0010bit (~Andrew_00@replaced-ip ) (Ping timeout: 246 seconds)
1508 [15:03:56] *** Joins: devbaka (~devbaka@replaced-ip )
1509 [15:04:02] *** debhelper sets mode: +l 1392
1510 [15:05:42] *** Joins: jasperarcola (~JasperArc@replaced-ip )
1511 [15:05:51] *** Joins: mwgg (~mwgg@replaced-ip )
1512 [15:05:55] *** Joins: krabador (~krabador@replaced-ip )
1513 [15:07:03] *** Joins: Andrew_0010bit (~Andrew_00@replaced-ip )
1514 [15:08:42] *** Quits: lazouz (~lazouz@replaced-ip ) (Ping timeout: 250 seconds)
1515 [15:08:57] *** Joins: OS-42241 (~OS-42241@replaced-ip )
1516 [15:09:07] *** Quits: ghost43 (~daer@replaced-ip ) (Quit: Leaving)
1517 [15:09:20] *** Joins: ghost43 (~daer@replaced-ip )
1518 [15:09:22] *** Joins: josefig (~josefig@replaced-ip )
1519 [15:09:31] *** Quits: HalfWord (~halfword@replaced-ip ) (Remote host closed the connection)
1520 [15:09:32] *** Quits: NerdTheThird (~NerdTheTh@replaced-ip ) (Quit: NerdTheThird)
1521 [15:10:16] *** Quits: papemco_ (~papemco@replaced-ip ) (Quit: Leaving)
1522 [15:10:25] *** Joins: HalfWord (~halfword@replaced-ip )
1523 [15:11:00] *** Quits: noodlepie (~Phillip@replaced-ip ) (Read error: Connection reset by peer)
1524 [15:12:36] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 250 seconds)
1525 [15:15:38] *** Joins: papemco (~papemco@replaced-ip )
1526 [15:16:06] *** Joins: HarveyPwca (~HarveyPwc@replaced-ip )
1527 [15:17:04] *** Joins: bindi (~bindi@replaced-ip )
1528 [15:18:14] *** Joins: lazouz (~lazouz@replaced-ip )
1529 [15:19:22] *** Joins: jasperarcola (~JasperArc@replaced-ip )
1530 [15:21:23] *** Joins: noodlepie (~Phillip@replaced-ip )
1531 [15:21:37] <squarecircle> I'd like to use some 3 AMD FirePro V7900 to setup a screen wall
1532 [15:22:03] <squarecircle> do you think, it would work with Debian 9 and the free AMD drivers?
1533 [15:22:22] <cryptodan> might with amdgpu-pros
1534 [15:22:41] <squarecircle> they are actually listed as legacy on the AMD site
1535 [15:23:03] *** Quits: neo4 (~Thunderbi@replaced-ip ) (Ping timeout: 252 seconds)
1536 [15:23:51] <cryptodan> then you might not have any luck
1537 [15:23:52] *** Joins: Tenkawa (~Tenkawa@replaced-ip )
1538 [15:23:59] <squarecircle> meh
1539 [15:24:01] *** debhelper sets mode: +l 1399
1540 [15:24:08] <Tenkawa> greetings all
1541 [15:24:42] *** Quits: lazouz (~lazouz@replaced-ip ) (Ping timeout: 252 seconds)
1542 [15:24:42] *** Quits: crimastergogo (~crimaster@replaced-ip ) (Ping timeout: 252 seconds)
1543 [15:24:44] <squarecircle> what multihead gpus are out there, that I can use with debian?
1544 [15:25:43] <fireba11> squarecircle: what you mean with multihead cpu?
1545 [15:26:06] *** Joins: mtn (~mtn@replaced-ip )
1546 [15:26:56] <squarecircle> gpus, that support >3 independent screens
1547 [15:27:24] <fireba11> squarecircle: any current. there are plenty of AMD models with up to 6x DP :-D
1548 [15:27:41] <squarecircle> fireba11: ones that are affordable
1549 [15:28:08] <squarecircle> fireba11: If I need to pay >$20k, then I just fix xdmx
1550 [15:28:12] *** Quits: OS-42241 (~OS-42241@replaced-ip ) (Ping timeout: 250 seconds)
1551 [15:30:14] <fireba11> squarecircle: cheapes with 6x mini-DP (not enough room to fit 6x regular DP in one slot) on newegg is $233
1552 [15:30:15] <squarecircle> fireba11: ones like the Radeon Pro WX9100 I knew already, but they cost like $5000
1553 [15:30:28] <fireba11> squarecircle: replaced-url
1554 [15:30:33] <squarecircle> fireba11: do you have a link for me?
1555 [15:30:37] <fireba11> if you don't have any speed requirements :-D
1556 [15:31:02] <squarecircle> n0pe, only stats and graphs
1557 [15:31:07] *** Quits: xsisec (~xsisec@replaced-ip ) (Remote host closed the connection)
1558 [15:32:29] <fireba11> amd started to support up to 6 displays years ago, normal cards support 3 but there have been versions that support the full 6 displays, which made screen-walls dirt cheap compared to like 10 years ago
1559 [15:32:32] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 250 seconds)
1560 [15:32:35] *** Quits: krukudilo (~krukudilo@replaced-ip ) (Quit: Leaving)
1561 [15:32:35] *** Quits: warai_otoko (~warai_oto@replaced-ip ) (Ping timeout: 246 seconds)
1562 [15:32:57] *** Joins: mcastillo (~mcastillo@replaced-ip )
1563 [15:33:00] *** Joins: krukudilo (~krukudilo@replaced-ip )
1564 [15:33:12] <squarecircle> fireba11: I have some ancient Barco and MAtrox Quad Head Cards, but they arent supported anymore
1565 [15:33:20] <squarecircle> fireba11: which is very, very sad
1566 [15:33:30] *** Parts: mcastillo (~mcastillo@replaced-ip ) ()
1567 [15:34:08] *** Joins: lazouz (~lazouz@replaced-ip )
1568 [15:34:13] *** Joins: devbaka (~devbaka@replaced-ip )
1569 [15:34:14] <fireba11> squarecircle: use the power search to find cards that fir your requirements ... never comnfirmed the driver support for linux for those but there should be options that work with all displays. also with pci-e you can easily put more than one card in your PC :-D
1570 [15:34:16] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Ping timeout: 250 seconds)
1571 [15:34:52] *** Quits: CurryWurst (~CurryWurs@replaced-ip ) (Ping timeout: 264 seconds)
1572 [15:35:00] *** Joins: warai_otoko (~warai_oto@replaced-ip )
1573 [15:35:05] <fireba11> i'm from germany so i never order from newegg but the power search is really nice to find hardware if you got rather specific requirements ;-)
1574 [15:35:54] *** Quits: encod3_ (~encod3@replaced-ip ) (Remote host closed the connection)
1575 [15:35:56] <Tenkawa> i am some days happy i dont have to worry about this side of hardware
1576 [15:36:06] *** Joins: CurryWurst (~CurryWurs@replaced-ip )
1577 [15:36:07] <colo-work> fireba11, you know geizhals.de exists for that/a similar purpose?
1578 [15:36:09] <Tenkawa> the hardware I do work on is hard enough
1579 [15:36:20] *** Joins: lucad111 (~lucad111@replaced-ip )
1580 [15:36:47] <Tenkawa> but since I'm colorblind and cant see 3d gpu's and graphics dont do much for me
1581 [15:38:04] <squarecircle> AMD FirePro W600 gebraucht 169€ oder Preisvorschlag
1582 [15:38:16] <squarecircle> sounds reasonably cheap
1583 [15:38:25] *** Joins: encod3 (~encod3@replaced-ip )
1584 [15:38:32] <Tenkawa> I just picked up a arm box with a hex core and this thing is nice
1585 [15:38:35] *** Quits: tmann (~tmann@replaced-ip ) (Quit: WeeChat 2.2)
1586 [15:39:11] *** Joins: ooly (~oor@replaced-ip )
1587 [15:39:47] <squarecircle> Matrox C900, 9x miniHDMI, 1k5€
1588 [15:39:51] <squarecircle> hm
1589 [15:40:11] <noodlepie> Hiya, how do I embed a command in fish --> like "cat `ls`" in bash
1590 [15:40:31] <squarecircle> does Matrox is currently supported by Debian?
1591 [15:40:34] <greycat> The phrase you're looking for is "command substitution" but I know zero about fish so I can't answer that part.
1592 [15:40:38] <noodlepie> I wanna do "diff `ls -l /` `ls -l /mnt/target`"
1593 [15:40:52] *** Quits: neirac (~cneira@replaced-ip ) (Remote host closed the connection)
1594 [15:41:03] <colo-work> diff <(ls -l /) <(ls -l /mnt/target)
1595 [15:41:04] <greycat> That wouldn't work.
1596 [15:41:06] <colo-work> (bash only)
1597 [15:41:34] <greycat> Right, colo-work's answer is how you'd do it in bash. noodlepie's answer won't work in ANY shell because diff does not take multi-line strings as arguments. It takes filenames.
1598 [15:41:36] <Tenkawa> there should be a way to use rsync in report mode
1599 [15:41:44] *** Joins: n4dir (~n4dir@replaced-ip )
1600 [15:41:55] <colo-work> Tenkawa, "--dry-run"?
1601 [15:42:10] <colo-work> combines with "--stats", "--progress" ...
1602 [15:42:20] <colo-work> `rsync` has a _lot_ of options
1603 [15:42:31] <colo-work> I'd wager that your needs can be taken care of
1604 [15:42:35] <noodlepie> The linux-image-rt-amd64 package won't install; something about 4·18.0-2 not being in stalled? I thought the linux-image-rt-amd64 would depend on the latest kernel anyway?
1605 [15:42:40] <Tenkawa> yeah you'll need to look into the options
1606 [15:42:40] *** Joins: MaryCzary (~OS-42154@replaced-ip )
1607 [15:42:43] *** Joins: zwarag (~zwarag@replaced-ip )
1608 [15:42:55] <greycat> !debian-next
1609 [15:42:55] <fireba11> colo-work: yes, but for the last few % of technical details newegg is better :-D
1610 [15:42:56] <dpkg> #debian-next is the channel for testing/unstable support on the OFTC network (irc.oftc.net), *not* on freenode. If you get "Cannot join #debian-next (Channel is invite only)." it means you did not read it's on irc.oftc.net.
1611 [15:43:09] <colo-work> fireba11, like which ones?
1612 [15:43:28] *** Joins: sanches (~sanches@replaced-ip )
1613 [15:43:32] <Tenkawa> oh noodlepie : rsync was directed to you
1614 [15:43:34] <noodlepie> thank guys! You are all stars!
1615 [15:43:46] <Tenkawa> colo-work: that was directed to noodlepie
1616 [15:43:52] <Tenkawa> I saw the wrong nick
1617 [15:43:56] <colo-work> Tenkawa, ah %)
1618 [15:43:57] *** Parts: zwarag (~zwarag@replaced-ip ) ()
1619 [15:44:01] <fireba11> Tenkawa: hm? i don't see 3d either but i still need a reasonable GPU. just that VR would be useless :-D
1620 [15:44:19] *** Joins: sorko999 (~sorko999@replaced-ip )
1621 [15:44:27] *** Joins: kamiccolo (~zilvinas@replaced-ip )
1622 [15:44:34] <Tenkawa> fireba11: my eyesight is all messed up in general
1623 [15:44:55] <Tenkawa> so investing in major gpu resources doesnt do me much
1624 [15:45:23] <Tenkawa> unless they can be rerouted to co-process
1625 [15:45:32] *** Quits: sylspace (~sylvain@replaced-ip ) (Ping timeout: 250 seconds)
1626 [15:46:02] <fireba11> colo-work: haven't had that issue in a while ... seems they got about everything now. it's still easier to give out links to english speaking ... oh never mind, the eu-button switches to english :-P
1627 [15:46:34] <colo-work> fireba11, yeah, but only for English "Accept-Language" request headers sent by your browser
1628 [15:46:43] <colo-work> the "always English" site is skinflint.co.uk
1629 [15:46:44] *** Joins: baptist (~baptist@replaced-ip )
1630 [15:46:44] *** Quits: baptist (~baptist@replaced-ip ) (Client Quit)
1631 [15:47:06] <fireba11> hehe. english is the preferred browser language for me so .. ;-)
1632 [15:47:15] <colo-work> same here :)
1633 [15:47:39] <colo-work> but others might get the content in German if you lead them there
1634 [15:47:42] <colo-work> that's what I meant to say
1635 [15:47:44] *** Joins: sylspace (~sylvain@replaced-ip )
1636 [15:47:54] <Tenkawa> not anymore but for 18 years I was in an area where I needed resources to be tri-lingual
1637 [15:47:59] *** Quits: sylspace (~sylvain@replaced-ip ) (Max SendQ exceeded)
1638 [15:48:12] <Tenkawa> granted the internet was not a thing yet
1639 [15:48:21] * Tenkawa is a bit old
1640 [15:48:23] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 245 seconds)
1641 [15:48:42] *** Joins: sylspace (~sylvain@replaced-ip )
1642 [15:48:58] *** Quits: sylspace (~sylvain@replaced-ip ) (Max SendQ exceeded)
1643 [15:49:00] <SpeedyG> 'a bit'? ;-)
1644 [15:49:20] <fireba11> colo-work: one in a while a program gets confused with my settings ... got a mix of english and german settings ... os-language is english, keyboard layout is german, unit settings are metric, time is 24h date is YYYY-MM-DD etc. :-D
1645 [15:49:27] *** Quits: SleePy (~SleePy@replaced-ip ) (Ping timeout: 240 seconds)
1646 [15:49:41] <colo-work> fireba11, our perferred setups are very much alike ;)
1647 [15:49:51] *** Quits: krukudilo (~krukudilo@replaced-ip ) (Quit: Leaving)
1648 [15:50:00] *** Joins: sylspace (~sylvain@replaced-ip )
1649 [15:50:15] <Tenkawa> SpeedyG: haahaa yep
1650 [15:50:16] *** Quits: sylspace (~sylvain@replaced-ip ) (Max SendQ exceeded)
1651 [15:50:33] <SpeedyG> fireba11: best fun is when using microsoft excel... with US-english interface, but localized formula stuff.... having to use the dutch equivalent of 'sum' (som) or 'if' (als) is a huge pain ;)
1652 [15:50:46] *** Joins: SleePy (SleePy@replaced-ip )
1653 [15:50:49] <SpeedyG> sorry Tenkawa, that one was just easy ;)
1654 [15:51:00] <fireba11> SpeedyG: rofl
1655 [15:51:00] <Tenkawa> SpeedyG: lets just say I was using computers in the 70's
1656 [15:51:13] *** Joins: tomman (~tomman@replaced-ip )
1657 [15:51:21] *** Quits: elkalamar (~elkalamar@replaced-ip ) (Remote host closed the connection)
1658 [15:51:22] *** Joins: sylspace (~sylvain@replaced-ip )
1659 [15:51:25] *** Joins: neys (~Thunderbi@replaced-ip )
1660 [15:51:30] <tomman> hi there
1661 [15:51:31] <SpeedyG> Tenkawa: unfortunately I wasnt even born then.. :(
1662 [15:51:36] <Tenkawa> haaahaa
1663 [15:51:37] *** Quits: sylspace (~sylvain@replaced-ip ) (Max SendQ exceeded)
1664 [15:51:38] <tomman> I'm trying to build a kernel the Debian Way
1665 [15:51:41] <Tenkawa> see I told you
1666 [15:51:45] <tomman> but I need a bit of advice as I'm going to crosscompile
1667 [15:51:52] <tomman> (host is amd64, target is 686-pae)
1668 [15:51:54] <greycat> !kernel handbook
1669 [15:51:55] <dpkg> The Debian Linux Kernel Handbook replaced-url
1670 [15:52:02] <Tenkawa> hey greycat
1671 [15:52:12] *** Quits: MaryCzary (~OS-42154@replaced-ip ) (Ping timeout: 252 seconds)
1672 [15:52:19] *** Joins: ChmEarl (~chmearl@replaced-ip )
1673 [15:52:28] <Tenkawa> greycat: you been keeping up on any of these new arm64 boxes?
1674 [15:52:29] <tomman> I'm trying to do using debian/bin/test-patches -j2 -f 686-pae ../route-to-the-patch-I-want-to-try.patch
1675 [15:52:31] <tomman> but I get an error
1676 [15:52:33] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Ping timeout: 245 seconds)
1677 [15:52:37] <tomman> make: *** No rule to make target 'binary-arch_amd64_none_686-pae'
1678 [15:52:42] *** Joins: sylspace (~sylvain@replaced-ip )
1679 [15:52:42] *** Joins: czart (~czart@replaced-ip )
1680 [15:52:45] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 244 seconds)
1681 [15:52:50] *** Quits: sylspace (~sylvain@replaced-ip ) (Max SendQ exceeded)
1682 [15:53:00] <tomman> (it works on the target 686-pae box, but it takes like 8 hours to build a kernel!)
1683 [15:53:51] *** Quits: HarveyPwca (~HarveyPwc@replaced-ip ) (Ping timeout: 252 seconds)
1684 [15:53:51] *** Quits: jiji606 (~p1ngu1n0f@replaced-ip ) (Quit: WeeChat 1.9.1)
1685 [15:54:16] *** Quits: t3h1nf3ct3d1 (~t3h1nf3ct@replaced-ip ) (Quit: Leaving to go do some linux)
1686 [15:54:38] *** Quits: gryffus (~gryffus@replaced-ip ) (Ping timeout: 245 seconds)
1687 [15:54:58] <Tenkawa> ooh almost lunchtime
1688 [15:55:00] *** Joins: tymczenko (~tymczenko@replaced-ip )
1689 [15:55:00] *** Joins: gryffus (~gryffus@replaced-ip )
1690 [15:55:05] *** Quits: armando (~armando@replaced-ip##) (Quit: The Lounge - ##replaced-url
1691 [15:57:04] <Tenkawa> cheers alll.. probably be back later this evening..
1692 [15:57:08] *** Quits: Tenkawa (~Tenkawa@replaced-ip ) (Quit: leaving)
1693 [15:57:41] *** Joins: HarveyPwca (~HarveyPwc@replaced-ip )
1694 [15:58:06] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 264 seconds)
1695 [15:58:17] *** Quits: ooly (~oor@replaced-ip ) (Quit: ..)
1696 [15:58:29] *** Quits: warai_otoko (~warai_oto@replaced-ip ) (Ping timeout: 246 seconds)
1697 [15:58:59] *** Joins: jasperarcola (~JasperArc@replaced-ip )
1698 [15:59:45] *** Joins: p0lyph3m (~p0lyph3m@replaced-ip )
1699 [15:59:48] *** Quits: towo^work (~towo@replaced-ip ) (Remote host closed the connection)
1700 [15:59:49] *** Joins: \\Mr_C\\ (mrc@replaced-ip )
1701 [16:01:00] *** Joins: devbaka (~devbaka@replaced-ip )
1702 [16:01:05] *** Joins: dez (uid92154@replaced-ip )
1703 [16:01:17] <noodlepie> diff <(ls) <(cat /etc/motd)
1704 [16:01:17] <noodlepie> fish: Invalid redirection target: (ls)
1705 [16:01:18] <noodlepie> diff <(ls) <(cat /etc/motd)
1706 [16:01:18] <noodlepie> -- what gives?
1707 [16:01:30] <greycat> Ask a fish channel.
1708 [16:01:42] <greycat> those process substitutions are a bash feature
1709 [16:01:59] <noodlepie> ok
1710 [16:02:14] <colo-work> bash -c 'diff <(ls) <(cat /etc/motd)'
1711 [16:02:18] <colo-work> thank me later
1712 [16:02:36] *** Quits: conta (~Thunderbi@replaced-ip ) (Remote host closed the connection)
1713 [16:02:45] *** Quits: disposable2 (~Thunderbi@replaced-ip ) (Quit: disposable2)
1714 [16:02:52] *** Joins: conta (~Thunderbi@replaced-ip )
1715 [16:03:17] *** Joins: papemco_ (~papemco@replaced-ip )
1716 [16:04:01] <annadane> instructions unclear, house burned down
1717 [16:04:41] *** Quits: _anb (~anb@replaced-ip ) (Read error: Connection reset by peer)
1718 [16:04:44] *** Quits: irongeeks (~irongeeks@replaced-ip ) (Quit: Leaving)
1719 [16:04:46] <greycat> See, I don't even know whether single quotes work in fish they way they do in regular shells. I really know *nothing* about fish.
1720 [16:05:01] <annadane> says the cat
1721 [16:05:02] *** Quits: papemco (~papemco@replaced-ip ) (Ping timeout: 250 seconds)
1722 [16:05:22] * greycat googles "fish process substitution" to see what it says
1723 [16:05:48] *** Joins: _anb (~anb@replaced-ip )
1724 [16:06:18] *** Joins: papemco__ (~papemco@replaced-ip )
1725 [16:06:42] *** Joins: funct1onal (~root@replaced-ip )
1726 [16:07:00] *** Joins: milkt (~debian@replaced-ip )
1727 [16:08:56] *** Quits: papemco_ (~papemco@replaced-ip ) (Ping timeout: 250 seconds)
1728 [16:09:18] *** Joins: papemco_ (~papemco@replaced-ip )
1729 [16:09:30] <greycat> Well, my initial results show that fish seems to support process substitutions in one direction but not in the other direction. Fortunately the <() direction is the one that seems to be supported.
1730 [16:10:22] <noodlepie> I'm trying to do "diff (ls -lo /) (ls -l /mnt/target)"
1731 [16:10:57] <greycat> That's a COMMAND substitution in fish. You need a PROCESS substitution. It's a different thing.
1732 [16:11:32] *** Quits: papemco__ (~papemco@replaced-ip ) (Ping timeout: 250 seconds)
1733 [16:11:55] <greycat> A command substitution takes the output and shoves it directly into the argument that diff sees. A process substitution creates a virtual file (or a real file, or whatever) whose NAME is given as an argument to diff.
1734 [16:12:06] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
1735 [16:12:58] *** Quits: neys (~Thunderbi@replaced-ip ) (Quit: neys)
1736 [16:13:00] *** Joins: diogenes_ (~diogenes_@replaced-ip )
1737 [16:13:00] <greycat> bash$ echo $(echo I am a command substitution)
1738 [16:13:00] <greycat> I am a command substitution
1739 [16:13:02] <tomman> Sadly it seems the kernel handbook doesn't cover cross-compiling cases
1740 [16:13:03] *** Quits: idcpl (~idcpl@replaced-ip ) (Quit: Leaving)
1741 [16:13:11] <tomman> I'm on AMD64, I want to build a 686-pae image
1742 [16:13:13] *** Joins: xcm (~xcm@replaced-ip )
1743 [16:13:13] <greycat> bash$ echo <(echo I am a process substitution)
1744 [16:13:13] <greycat> /dev/fd/63
1745 [16:13:15] <tomman> the book says nothing about that
1746 [16:13:33] <n4dir> noodlepie: i would assumd diff / /mnt/target. pretty sure though that ls is always a bad idea.
1747 [16:13:42] <tomman> all I get is a error about about a nonexisting binary-arch_amd64_none_686-pae target
1748 [16:14:08] <greycat> It's probably an X-Y problem anyway. The hints to use rsync --dry-run -v are probably on point.
1749 [16:14:23] *** Quits: Fusl (~fusl@replaced-ip ) (Ping timeout: 256 seconds)
1750 [16:14:51] *** Quits: funct1onal (~root@replaced-ip ) (Quit: Leaving)
1751 [16:14:53] <greycat> But if we can do some education about process vs. command substitutions in the meantime, that may be helpful in the long run.
1752 [16:15:51] *** Quits: ae-35 (~ae-35@replaced-ip ) (Ping timeout: 252 seconds)
1753 [16:16:09] *** Quits: shahri (~shahri@replaced-ip##) (Quit: ZNC - ##replaced-url
1754 [16:16:34] *** Joins: troys (~troys@replaced-ip )
1755 [16:16:47] *** Joins: autofsckk (~autofsckk@replaced-ip )
1756 [16:16:53] *** Parts: autofsckk (~autofsckk@replaced-ip ) ()
1757 [16:16:59] *** Quits: Kevlar_Noir (~manjaro-u@replaced-ip ) (Quit: Konversation terminated!)
1758 [16:18:52] *** Joins: Fusl (~fusl@replaced-ip )
1759 [16:19:09] *** Quits: tymczenko (~tymczenko@replaced-ip ) (Ping timeout: 252 seconds)
1760 [16:19:12] *** Joins: ae-35 (~ae-35@replaced-ip )
1761 [16:20:04] *** Joins: irongeeks (~irongeeks@replaced-ip )
1762 [16:20:22] <noodlepie> What if I want to do cat $(ls -l /)
1763 [16:20:34] *** Quits: djakov (~djakov@replaced-ip ) (Quit: .)
1764 [16:20:42] <noodlepie> Its ok, I got it
1765 [16:21:02] *** Quits: irongeeks (~irongeeks@replaced-ip ) (Changing host)
1766 [16:21:02] *** Joins: irongeeks (~irongeeks@replaced-ip )
1767 [16:21:16] *** Joins: kiasan (~kia@replaced-ip )
1768 [16:21:17] *** Quits: lightblue (~lightblue@replaced-ip ) (Quit: Leaving)
1769 [16:21:26] <greycat> What do you expect this command to do -- show you the directory listing, or show you the content of every file in / (of which there are probably none)?
1770 [16:21:41] *** Quits: AquaL1te (~AquaL1te@replaced-ip ) (Ping timeout: 244 seconds)
1771 [16:21:49] <greycat> And are you asking for fish or bash?
1772 [16:22:07] *** Quits: noodlepie (~Phillip@replaced-ip ) (Quit: Rebooting new kernel with new partition rules)
1773 [16:22:43] *** Joins: shahri (~shahri@replaced-ip )
1774 [16:23:34] *** Joins: noahmg123 (uid89117@replaced-ip )
1775 [16:23:38] *** Joins: AquaL1te (~AquaL1te@replaced-ip )
1776 [16:23:40] <squarecircle> fireba11: thx
1777 [16:23:49] *** Joins: papemco__ (~papemco@replaced-ip )
1778 [16:24:01] <squarecircle> fireba11: I think I'll try the Sapphire GPRO 6200
1779 [16:24:25] *** Joins: Gasoline (~Nope@replaced-ip )
1780 [16:24:27] *** Joins: preview (~quassel@replaced-ip )
1781 [16:25:34] *** Joins: crimastergogo (~crimaster@replaced-ip )
1782 [16:26:20] *** Quits: papemco_ (~papemco@replaced-ip ) (Ping timeout: 244 seconds)
1783 [16:28:08] *** Joins: Scrutinizer (~Scrutiniz@replaced-ip )
1784 [16:28:55] *** Quits: papemco__ (~papemco@replaced-ip ) (Ping timeout: 244 seconds)
1785 [16:30:09] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 252 seconds)
1786 [16:30:32] *** Quits: dirtyroshi (~dirtyrosh@replaced-ip ) (Quit: Leaving)
1787 [16:31:23] *** Joins: baptist (~baptist@replaced-ip )
1788 [16:31:29] *** Quits: baptist (~baptist@replaced-ip ) (Client Quit)
1789 [16:32:13] *** Quits: HalfWord (~halfword@replaced-ip ) (Remote host closed the connection)
1790 [16:32:32] *** Joins: Upgrade (5d543b57@replaced-ip )
1791 [16:32:48] *** Quits: BlueByte (~walther@replaced-ip ) (Quit: This computer has gone to sleep)
1792 [16:33:11] *** Quits: milkt (~debian@replaced-ip ) (Quit: leaving)
1793 [16:33:54] *** Quits: Penguin_ (~xwQ5kwYl6@replaced-ip ) (Ping timeout: 252 seconds)
1794 [16:34:02] *** debhelper sets mode: +l 1391
1795 [16:34:12] *** Joins: djakov (~djakov@replaced-ip )
1796 [16:34:47] *** Quits: somepoortech (~somepoort@replaced-ip ) (Ping timeout: 240 seconds)
1797 [16:35:53] *** Quits: clemens3 (~clemens@replaced-ip ) (Ping timeout: 245 seconds)
1798 [16:35:53] *** Quits: _anb (~anb@replaced-ip ) (Read error: Connection reset by peer)
1799 [16:36:04] *** Joins: jasperarcola (~JasperArc@replaced-ip )
1800 [16:36:33] *** Quits: xcm (~xcm@replaced-ip ) (Killed (hitchcock.freenode.net (Nickname regained by services)))
1801 [16:37:13] *** Joins: xcm (~xcm@replaced-ip )
1802 [16:37:20] *** Joins: _anb (~anb@replaced-ip )
1803 [16:37:47] *** Quits: AquaL1te (~AquaL1te@replaced-ip ) (Quit: leaving)
1804 [16:38:26] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
1805 [16:39:44] *** Joins: Penguin_ (~xwQ5kwYl6@replaced-ip )
1806 [16:41:30] *** Joins: tymczenko (~tymczenko@replaced-ip )
1807 [16:41:47] *** MrNewbie72 is now known as mrnewbie72
1808 [16:42:08] *** Joins: tradar (~tradar@replaced-ip )
1809 [16:42:09] *** Quits: Drashta (~drashta@replaced-ip ) (Ping timeout: 252 seconds)
1810 [16:42:11] *** Joins: pax (~Thunderbi@replaced-ip )
1811 [16:42:33] *** Quits: pax (~Thunderbi@replaced-ip ) (Client Quit)
1812 [16:43:23] *** Quits: jpe (~jp@replaced-ip ) (Ping timeout: 244 seconds)
1813 [16:44:39] *** Quits: kaliko_ (~kaliko@replaced-ip ) (Quit: kaliko_)
1814 [16:44:43] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
1815 [16:45:00] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 252 seconds)
1816 [16:45:03] *** Quits: mns (~mns@replaced-ip ) (Ping timeout: 264 seconds)
1817 [16:45:30] *** Quits: conta (~Thunderbi@replaced-ip ) (Ping timeout: 272 seconds)
1818 [16:45:47] *** Quits: gryffus (~gryffus@replaced-ip ) (Remote host closed the connection)
1819 [16:46:22] *** Joins: gryffus (~gryffus@replaced-ip )
1820 [16:46:30] *** Joins: k3rn3lpan1c (~k3rn3lpan@replaced-ip )
1821 [16:46:33] *** Quits: Pjusur (~Pjusur@replaced-ip ) (Quit: Leaving)
1822 [16:46:50] *** Joins: mns (~mns@replaced-ip )
1823 [16:47:11] *** Quits: Aaron (~dark@replaced-ip ) (Remote host closed the connection)
1824 [16:47:12] *** Joins: somepoortech (~somepoort@replaced-ip )
1825 [16:47:33] *** Quits: mauz555 (~mauz555@replaced-ip ) (Remote host closed the connection)
1826 [16:48:14] *** Joins: mauz555 (~mauz555@replaced-ip )
1827 [16:50:46] *** Quits: Gnhugo (~yaaic@replaced-ip ) (Ping timeout: 246 seconds)
1828 [16:51:26] *** Quits: HerbY_NL2 (~HerbY_NL2@replaced-ip ) (Quit: Leaving)
1829 [16:53:10] *** Joins: jasperarcola (~JasperArc@replaced-ip )
1830 [16:53:13] *** Parts: Upgrade (5d543b57@replaced-ip ) ()
1831 [16:53:48] *** Quits: josefig (~josefig@replaced-ip ) (Ping timeout: 252 seconds)
1832 [16:54:01] *** debhelper sets mode: +l 1383
1833 [16:55:08] *** Joins: warai_otoko (~warai_oto@replaced-ip )
1834 [16:55:11] *** Quits: combro2k (~combro2k@replaced-ip ) (Ping timeout: 256 seconds)
1835 [16:55:54] *** Quits: naxuroqa (~naxuroqa@replaced-ip ) (Remote host closed the connection)
1836 [16:56:49] *** Joins: diogenes_ (~diogenes_@replaced-ip )
1837 [16:57:23] *** Joins: josefig (~josefig@replaced-ip )
1838 [16:57:32] *** Quits: crimastergogo (~crimaster@replaced-ip ) (Ping timeout: 272 seconds)
1839 [16:58:49] <Penguin> So how do I get the widevine plugin for chromium since the chromium-widevine package is busted?
1840 [16:59:42] *** Joins: mauz555_ (~mauz555@replaced-ip )
1841 [17:00:42] *** Quits: muxt (~bot@replaced-ip ) (Ping timeout: 272 seconds)
1842 [17:01:16] *** mrnewbie72 is now known as MrNewbie72
1843 [17:01:19] <Penguin> The actual contents of the actual package do not match the filelist from the packages website and the package does not actual include the plugin file.
1844 [17:01:44] *** Joins: Azlux (~Azlux@replaced-ip )
1845 [17:01:59] *** Joins: milkt (~debian@replaced-ip )
1846 [17:02:17] <greycat> You said all this yesterday. What new information do you have? Is there an open bug? What
1847 [17:02:28] <greycat> You said all this yesterday. What new information do you have? Is there an open bug? What's the bug number? What release of Debian is this? What version of the package?
1848 [17:02:30] *** Quits: mauz555 (~mauz555@replaced-ip ) (Ping timeout: 252 seconds)
1849 [17:02:47] <Penguin> Nothing new to my knowledge. No one ever responded to me, so I've now asked again.
1850 [17:02:58] *** Joins: nix64bit (~Thunderbi@replaced-ip )
1851 [17:03:12] <greycat> replaced-url
1852 [17:03:15] <Penguin> I don't have answers to your questions right now, but I will get all of them.
1853 [17:03:50] *** Quits: mibo (~mibo@replaced-ip ) (Remote host closed the connection)
1854 [17:04:40] *** Joins: tagomago (~tagomago@replaced-ip )
1855 [17:05:14] *** Joins: knidos (~knidos@replaced-ip )
1856 [17:05:20] *** Quits: ongolaBoy (~ongolaBoy@replaced-ip ) (Quit: leaving)
1857 [17:05:51] *** Joins: sanches (~sanches@replaced-ip )
1858 [17:07:47] *** Joins: faw (~faw@replaced-ip )
1859 [17:07:48] *** Quits: nix64bit (~Thunderbi@replaced-ip ) (Client Quit)
1860 [17:07:50] *** Joins: Tralfaz (~none@replaced-ip )
1861 [17:09:30] *** Quits: shellhost (~shellhost@replaced-ip ) (Quit: Leaving)
1862 [17:10:07] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 240 seconds)
1863 [17:10:09] *** Quits: zabow (~zabow@replaced-ip ) (Quit: Leaving)
1864 [17:10:25] *** Joins: lingkhang (~lingkhang@replaced-ip )
1865 [17:10:47] *** Quits: gryffus (~gryffus@replaced-ip ) (Ping timeout: 240 seconds)
1866 [17:11:26] *** Quits: HarveyPwca (~HarveyPwc@replaced-ip ) (Quit: Leaving)
1867 [17:11:41] *** Joins: Toadisattva (~Toadisatt@replaced-ip )
1868 [17:12:15] *** Joins: gryffus (~gryffus@replaced-ip )
1869 [17:16:07] *** Joins: sanches (~sanches@replaced-ip )
1870 [17:16:45] *** Joins: Zvmdyv (~Zvmdyv@replaced-ip )
1871 [17:18:26] *** Quits: _anb (~anb@replaced-ip ) (Read error: Connection reset by peer)
1872 [17:18:57] *** Quits: n_1-c_k (~nick@replaced-ip ) (Read error: Connection reset by peer)
1873 [17:19:09] *** Quits: PaddyF (~paddyf@replaced-ip ) (Quit: bbl)
1874 [17:19:22] *** Joins: _anb (~anb@replaced-ip )
1875 [17:19:23] *** Joins: Tom01 (~tom@replaced-ip )
1876 [17:19:39] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 252 seconds)
1877 [17:19:47] *** Joins: n_1-c_k (~nick@replaced-ip )
1878 [17:19:54] *** Quits: super_gollum (~ich@replaced-ip ) (Quit: Ex-Chat)
1879 [17:20:20] *** Quits: k3rn3lpan1c (~k3rn3lpan@replaced-ip ) (Ping timeout: 272 seconds)
1880 [17:20:41] *** Quits: milkt (~debian@replaced-ip ) (Ping timeout: 256 seconds)
1881 [17:20:45] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 252 seconds)
1882 [17:20:59] *** Quits: _anb (~anb@replaced-ip ) (Read error: Connection reset by peer)
1883 [17:22:21] *** Joins: _anb (~anb@replaced-ip )
1884 [17:23:04] <Penguin> The bug tracker is checking report logs for a much older version of the package. I'm using Stretch, and the version I downloaded/installed is chromium-widevine_69.0.3497.92-1~deb9u1_amd64. The packages site reflects this version number. The bug tracker shows that it is checking for 63.0.3239.84-1~deb9u1 when I search "in package" chromium-widevine and choose stable.
1885 [17:23:23] *** Joins: nuuuciano (~luuuciano@replaced-ip )
1886 [17:23:52] *** Quits: Zvmdyv (~Zvmdyv@replaced-ip ) (Remote host closed the connection)
1887 [17:23:57] <Penguin> But it shows no reports found.
1888 [17:24:12] *** Joins: Envil (~envil@replaced-ip )
1889 [17:25:15] *** Quits: kamiccolo (~zilvinas@replaced-ip ) (Quit: Lost terminal)
1890 [17:25:57] *** Joins: jasperarcola (~JasperArc@replaced-ip )
1891 [17:26:12] <n4dir> you will want to send a bug-report then.
1892 [17:26:47] *** Quits: f10_ (~flo@replaced-ip ) (Ping timeout: 240 seconds)
1893 [17:27:40] *** Joins: Zvmdyv (~Zvmdyv@replaced-ip )
1894 [17:28:14] *** Quits: P1ersson (~P1ersson@replaced-ip ) (Ping timeout: 250 seconds)
1895 [17:31:31] *** Quits: Haohmaru (~Haohmaru@replaced-ip ) ()
1896 [17:32:22] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 272 seconds)
1897 [17:33:01] <queip> guys, when will enigmail + thunderbird again be installable on Debian? >:(
1898 [17:33:14] <queip> since some time, you can't install them both, they conflict
1899 [17:33:39] *** Joins: devbaka (~devbaka@replaced-ip )
1900 [17:34:12] *** Quits: encod3 (~encod3@replaced-ip ) (Remote host closed the connection)
1901 [17:35:03] *** Quits: eduardas_m (~eduardas@replaced-ip ) (Quit: Konversation terminated!)
1902 [17:35:24] *** Joins: towo` (~towo@replaced-ip )
1903 [17:36:12] *** Quits: laptop2 (~my123@replaced-ip ) (Remote host closed the connection)
1904 [17:36:29] <greycat> Penguin: stretch has chromium-widevine 63.x but security.debian.org has chromium-widevine 69.0.3497.92-1~deb9u1 for stretch, so you *should* be getting the 69.x version if you have security.debian.org enabled
1905 [17:37:15] *** Quits: GaneshR (~ganeshraj@replaced-ip ) (Ping timeout: 252 seconds)
1906 [17:37:17] <Penguin> greycat: I am pulling in 69.0.3497.92-1~deb9u1. I was just saying that searching the bug tracker was returning an older version.
1907 [17:37:31] *** Joins: HugsWontletgo (~HugsWontl@replaced-ip )
1908 [17:37:53] *** Joins: jiji606 (~p1ngu1n0f@replaced-ip )
1909 [17:38:38] *** Quits: Darcidride (~Darcidrid@replaced-ip ) (Ping timeout: 250 seconds)
1910 [17:38:59] <greycat> Next ... apt-get --print-uris install gives me replaced-url
1911 [17:39:30] *** Quits: yogurt2ungue (~yogur2@replaced-ip ) (Ping timeout: 250 seconds)
1912 [17:39:33] *** Joins: baptist (~baptist@replaced-ip )
1913 [17:39:55] *** Quits: mad_moses (~ps@replaced-ip ) (Quit: Leaving)
1914 [17:39:55] <n4dir> besides /usr/doc it looks pretty empty to me.
1915 [17:40:08] <greycat> Penguin: Yup, extracting it with dpkg -x shows that it is definitely missing that lib*.so file. Bug report time. Seems like a very straightforward bug to file.
1916 [17:40:22] <Penguin> I'm in reportbug right now. Thank you.
1917 [17:41:18] *** Quits: Haudegen (~quassel@replaced-ip ) (Remote host closed the connection)
1918 [17:41:19] *** Quits: Zvmdyv (~Zvmdyv@replaced-ip ) (Remote host closed the connection)
1919 [17:42:41] *** Joins: HugsWont1etgo (~HugsWontl@replaced-ip )
1920 [17:43:17] *** Joins: krukudilo (~krukudilo@replaced-ip )
1921 [17:43:37] *** Joins: Krakakanok (~Krakakano@replaced-ip )
1922 [17:43:53] *** Quits: butteredpopcorn (~butteredp@replaced-ip ) (Ping timeout: 276 seconds)
1923 [17:44:10] *** Joins: Ricardo__ (~rick@replaced-ip )
1924 [17:44:57] *** Quits: HugsWontletgo (~HugsWontl@replaced-ip ) (Ping timeout: 252 seconds)
1925 [17:45:41] *** Joins: ScottE (~ScottE@replaced-ip )
1926 [17:45:43] *** Quits: pingfloyd (~pingfloyd@replaced-ip ) (Ping timeout: 246 seconds)
1927 [17:46:34] *** Joins: sanches (~sanches@replaced-ip )
1928 [17:47:16] *** Quits: ScottE (~ScottE@replaced-ip ) (Client Quit)
1929 [17:47:44] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 250 seconds)
1930 [17:48:07] <Penguin> This problem makes the package completely useless, so it would seem to me that it is a serious problem. The issue I'm having is that reportbug requires me to enter a Debian policy manual which is being violated, and I can't figure out that information from looking at the manual.
1931 [17:48:33] <Penguin> policy manual section which is being violated
1932 [17:48:45] *** Joins: ScottE (~ScottE@replaced-ip )
1933 [17:48:46] <greycat> Just make it a normal bug report, describe what's wrong, and let the maintainers worry about the priority/severity.
1934 [17:48:48] *** Quits: Wioxjk (~Free@replaced-ip ) (Ping timeout: 252 seconds)
1935 [17:49:19] <greycat> Getting the bug into the system so that people know a problem *exists* is the important part.
1936 [17:49:32] <Penguin> OK. I saw that if I can't provide that, it would be downgraded to normal, but normal's definition didn't fit. That was why I was doing what I was doing.
1937 [17:49:53] *** Joins: GaneshR (~ganeshraj@replaced-ip )
1938 [17:49:55] *** Quits: jordanm (~jordanm@replaced-ip ) (Ping timeout: 246 seconds)
1939 [17:50:07] *** Quits: HugsWont1etgo (~HugsWontl@replaced-ip ) (Quit: Lost terminal)
1940 [17:50:28] *** Quits: Krakakanok (~Krakakano@replaced-ip ) (Quit: Krakakanok)
1941 [17:50:52] *** Joins: Krakakanok (~Krakakano@replaced-ip )
1942 [17:51:38] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 250 seconds)
1943 [17:52:20] *** Joins: HugsWontletgo (~HugsWontl@replaced-ip )
1944 [17:53:16] <Penguin> I did my best at submitting the report. It's my first time, so I hope I didn't mess it up too badly.
1945 [17:53:46] <greycat> It takes a while to process, so be patient.
1946 [17:54:01] *** debhelper sets mode: +l 1376
1947 [17:54:08] *** Joins: jordanm (~jordanm@replaced-ip )
1948 [17:54:35] <annadane> my experience with reportbug is if it's wrong it'll be redirected or otherwise filled out by the reportbug people anyway
1949 [17:54:38] *** Quits: olivetree_ (~oliveira@replaced-ip ) (Ping timeout: 245 seconds)
1950 [17:54:45] *** Joins: matrim (~mats_@replaced-ip )
1951 [17:54:48] *** Joins: yogurt2ungue (~yogur2@replaced-ip )
1952 [17:54:55] *** Joins: juko (~juko@replaced-ip )
1953 [17:55:12] *** Joins: jasperarcola (~JasperArc@replaced-ip )
1954 [17:55:14] *** Quits: chele (~chele@replaced-ip ) (Quit: Leaving)
1955 [17:55:47] *** Joins: eyalroz (~quassel@replaced-ip )
1956 [17:55:56] *** Joins: wnklmnn (~wnklmnn@replaced-ip )
1957 [17:56:37] <Penguin> Bug #912355
1958 [17:56:49] <greycat> Oh, that was way faster than I've seen in the past.
1959 [17:57:18] *** Quits: krukudilo (~krukudilo@replaced-ip ) (Quit: Leaving)
1960 [17:57:19] *** Joins: OtakuSen1ai (~OtakuSenp@replaced-ip )
1961 [17:57:46] <Penguin> Must be a slow day in the bug intake dept.
1962 [17:59:08] *** ChanServ sets mode: +o greycat
1963 [17:59:16] *** greycat sets mode: -b *!*@unaffiliated/unborn
1964 [17:59:17] *** Joins: sanches (~sanches@replaced-ip )
1965 [17:59:17] *** Quits: OtakuSen1ai (~OtakuSenp@replaced-ip ) (Client Quit)
1966 [17:59:20] *** greycat sets mode: -o greycat
1967 [18:00:12] *** Quits: v01t (~v01t@replaced-ip ) (Remote host closed the connection)
1968 [18:00:22] *** Joins: v01t (~v01t@replaced-ip )
1969 [18:00:58] *** Joins: Wioxjk (~Free@replaced-ip )
1970 [18:02:02] *** Joins: wildlander (~wildlande@replaced-ip )
1971 [18:02:08] *** Quits: BeamWatcher (~gashead76@replaced-ip ) (Ping timeout: 245 seconds)
1972 [18:02:27] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 264 seconds)
1973 [18:03:16] *** Joins: krukudilo (~krukudilo@replaced-ip )
1974 [18:03:24] *** Quits: Toadisattva (~Toadisatt@replaced-ip ) (Remote host closed the connection)
1975 [18:03:41] *** Joins: devbaka (~devbaka@replaced-ip )
1976 [18:04:01] *** debhelper sets mode: +l 1382
1977 [18:04:09] *** Joins: BeamWatcher (~gashead76@replaced-ip )
1978 [18:04:18] *** Quits: krukudilo (~krukudilo@replaced-ip ) (Client Quit)
1979 [18:04:49] *** Joins: unborn (~ugly@replaced-ip )
1980 [18:05:19] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 246 seconds)
1981 [18:05:59] *** Joins: mibo (~mibo@replaced-ip )
1982 [18:06:29] *** Quits: walnut_burl (~oak@replaced-ip ) (Quit: leaving)
1983 [18:07:38] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
1984 [18:08:24] *** Joins: daniel112 (~daniel@replaced-ip )
1985 [18:08:34] *** Joins: mavhc (~mavhc@replaced-ip )
1986 [18:09:41] *** Joins: fr0tzed (~fr0tzed@replaced-ip )
1987 [18:09:50] *** Quits: ae-35 (~ae-35@replaced-ip ) (Ping timeout: 250 seconds)
1988 [18:12:19] *** Quits: stefanc_diff (~stefanc_d@replaced-ip ) (Ping timeout: 246 seconds)
1989 [18:12:26] *** Quits: a_l_b (~a_l_b@replaced-ip ) (Ping timeout: 250 seconds)
1990 [18:13:10] *** Quits: oish (~charlie@replaced-ip ) (Remote host closed the connection)
1991 [18:13:12] *** Joins: blitzed (~blitzed@replaced-ip )
1992 [18:14:05] *** Joins: Kevlar_Noir (~manjaro-u@replaced-ip )
1993 [18:16:42] *** Quits: fr0tzed (~fr0tzed@replaced-ip ) (Ping timeout: 264 seconds)
1994 [18:16:57] *** Joins: j3kyl_ (~user@replaced-ip )
1995 [18:17:26] *** Quits: haylon (~quassel@replaced-ip ) (Remote host closed the connection)
1996 [18:18:24] <j3kyl_> hey, is it really ok having testing and stable repo in a SID distro? I mean, that priority wont shit the system?
1997 [18:18:26] *** Joins: fr0tzed (~fr0tzed@replaced-ip )
1998 [18:18:27] *** Quits: mrig (~mrig@replaced-ip ) (Ping timeout: 244 seconds)
1999 [18:18:53] <greycat> If you are running sid, adding older releases like stretch as sources probably won't hurt.
2000 [18:19:01] <greycat> Adding testing would seem pointless though.
2001 [18:19:53] *** Quits: anavel (~shandy@replaced-ip ) (Ping timeout: 246 seconds)
2002 [18:20:15] <j3kyl_> eg: seems that imagemagick are not available ...so I can push it from stable with no issue eh?
2003 [18:20:18] *** Joins: mrig (~mrig@replaced-ip )
2004 [18:20:38] <greycat> ,v imagemagick
2005 [18:20:39] <judd> Package: imagemagick on amd64 -- wheezy: 8:6.7.7.10-5+deb7u4; wheezy-security: 8:6.7.7.10-5+deb7u22; jessie: 8:6.8.9.9-5+deb8u12; jessie-security: 8:6.8.9.9-5+deb8u12; stretch: 8:6.9.7.4+dfsg-11+deb9u3; stretch-proposed-updates: 8:6.9.7.4+dfsg-11+deb9u6; stretch-security: 8:6.9.7.4+dfsg-11+deb9u6; buster: 8:6.9.10.8+dfsg-1; sid: 8:6.9.10.14+dfsg-1
2006 [18:20:46] <greycat> judd thinks sid has it
2007 [18:21:03] *** Joins: terr_ (~terr@replaced-ip )
2008 [18:21:48] *** Joins: kryptopraxis_ (~kryptopra@replaced-ip )
2009 [18:21:51] <j3kyl_> imagemagick : Depends: imagemagick-6.q16 (>= 8:6.9.2.10+dfsg-2~)
2010 [18:21:52] <j3kyl_> E: Unable to correct problems, you have held broken packages.
2011 [18:22:04] <annadane> that doesn't mean it's "not available"
2012 [18:22:04] *** Quits: asterismo_l (~asterismo@replaced-ip ) (Ping timeout: 244 seconds)
2013 [18:22:16] <j3kyl_> so how one fix that?
2014 [18:22:33] *** Parts: kryptopraxis_ (~kryptopra@replaced-ip ) ()
2015 [18:22:34] <annadane> well, you follow the !bat factoid, or investigate with aptitude, or check the tracker/bts, as you're expected to with sid
2016 [18:22:56] <annadane> if you want something that consistently works use stable
2017 [18:23:16] <greycat> Sounds like a sid issue to me. Ask the sid support channel.
2018 [18:23:20] <annadane> !debian-next
2019 [18:23:21] <dpkg> #debian-next is the channel for testing/unstable support on the OFTC network (irc.oftc.net), *not* on freenode. If you get "Cannot join #debian-next (Channel is invite only)." it means you did not read it's on irc.oftc.net.
2020 [18:23:43] <annadane> "not available" would be "doesn't exist in the sid repo", which is incredibly rare. testing, by contrast, *does* often get packages removed
2021 [18:24:13] *** Quits: terr__ (~terr@replaced-ip ) (Ping timeout: 245 seconds)
2022 [18:24:41] *** Quits: dez (uid92154@replaced-ip ) (Quit: Connection closed for inactivity)
2023 [18:24:58] *** Joins: ae-35 (~ae-35@replaced-ip )
2024 [18:25:28] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Quit: Leaving)
2025 [18:26:44] <annadane> if you don't even understand the concept of held broken packages/transitions/whatever, you're going to run into headaches with sid
2026 [18:26:45] *** Joins: Drashta (~drashta@replaced-ip )
2027 [18:27:07] *** Joins: allan_wind (~allan@replaced-ip )
2028 [18:27:11] <j3kyl_> annadane: so I will take my time learning it...
2029 [18:27:28] <annadane> fair enough, just don't be surprised when things break and if you need your system for work it's less than ideal
2030 [18:27:30] <allan_wind> Hi, who can I tell about a display issue with bugs.debian.org?
2031 [18:28:24] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 252 seconds)
2032 [18:28:33] <annadane> try #debian-replaced-url
2033 [18:29:29] *** Quits: morphis_ (~morphis@replaced-ip ) (Quit: Ex-Chat)
2034 [18:29:35] <iwkse> Hi, PHP on debian stable is 7.0 but according to replaced-url
2035 [18:29:48] <annadane> debian will provide it
2036 [18:30:19] <iwkse> annadane: nice
2037 [18:31:04] *** Joins: _0bitcount (~Big_Byte@replaced-ip )
2038 [18:31:26] *** Quits: warai_otoko (~warai_oto@replaced-ip ) (Ping timeout: 246 seconds)
2039 [18:31:32] *** Joins: Ayo (~quassel@replaced-ip )
2040 [18:31:34] *** Joins: conta (~Thunderbi@replaced-ip )
2041 [18:31:38] *** Joins: PaddyF (~paddyf@replaced-ip )
2042 [18:32:25] *** Quits: Merixer (~Merixer@replaced-ip ) (Ping timeout: 250 seconds)
2043 [18:32:56] *** Quits: tradar (~tradar@replaced-ip ) (Quit: tradar)
2044 [18:39:57] *** Quits: neibo (~bingen@replaced-ip ) (Ping timeout: 252 seconds)
2045 [18:40:10] *** Quits: conta (~Thunderbi@replaced-ip ) (Ping timeout: 250 seconds)
2046 [18:40:47] *** Joins: Surgo_ (~Surgo@replaced-ip )
2047 [18:40:53] *** Joins: neibo (~bingen@replaced-ip )
2048 [18:41:09] *** Joins: f10_ (~flo@replaced-ip )
2049 [18:41:22] *** Joins: LaScoumoune (~LaScoumou@replaced-ip )
2050 [18:42:03] *** Joins: roshanavand (~Thunderbi@replaced-ip )
2051 [18:42:33] *** Joins: Nekojimi (~jimj316@replaced-ip )
2052 [18:42:57] *** Joins: conta (~Thunderbi@replaced-ip )
2053 [18:43:15] *** Quits: Surgo__ (~Surgo@replaced-ip ) (Ping timeout: 244 seconds)
2054 [18:43:29] *** Joins: lucad111_ (~lucad111@replaced-ip )
2055 [18:43:39] *** Quits: lucad111 (~lucad111@replaced-ip ) (Quit: Leaving)
2056 [18:44:05] *** Quits: lucad111_ (~lucad111@replaced-ip ) (Remote host closed the connection)
2057 [18:44:21] *** Joins: neo4 (~Thunderbi@replaced-ip )
2058 [18:44:21] *** Joins: lucad111 (~lucad111@replaced-ip )
2059 [18:45:54] *** Quits: Penguin_ (~xwQ5kwYl6@replaced-ip ) (Ping timeout: 252 seconds)
2060 [18:47:04] *** Joins: Penguin_ (~xwQ5kwYl6@replaced-ip )
2061 [18:47:11] *** Quits: GrimKriegor (~GrimKrieg@replaced-ip ) (Read error: Connection reset by peer)
2062 [18:47:19] *** Quits: conta (~Thunderbi@replaced-ip ) (Ping timeout: 246 seconds)
2063 [18:47:33] *** Quits: mawk (sabu@replaced-ip ) (Ping timeout: 252 seconds)
2064 [18:48:06] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 252 seconds)
2065 [18:48:45] *** Joins: devbaka (~devbaka@replaced-ip )
2066 [18:48:51] *** Parts: fr0tzed (~fr0tzed@replaced-ip ) ()
2067 [18:50:23] *** Joins: faction (~faction@replaced-ip )
2068 [18:51:07] *** Quits: bites (~bites@replaced-ip ) (Ping timeout: 240 seconds)
2069 [18:51:29] *** Quits: n4dir (~n4dir@replaced-ip ) (Quit: relax harder)
2070 [18:51:29] *** Joins: deadz0 (~deadz0@replaced-ip )
2071 [18:51:46] <jhutchins> iwkse: RedHat's still supporting/patching 5.4
2072 [18:53:26] *** Joins: krukudilo (~krukudilo@replaced-ip )
2073 [18:53:54] <faction> Can libgcrypt be used as an alternative to libcrypt?
2074 [18:54:14] <RoyK> jhutchins: IIRC you need extended lifetime support for that to happen
2075 [18:54:39] *** Joins: crimastergogo (~crimaster@replaced-ip )
2076 [18:54:51] <RoyK> jhutchins: replaced-url
2077 [18:55:01] *** Quits: Krakakanok (~Krakakano@replaced-ip ) (Ping timeout: 252 seconds)
2078 [18:55:33] *** Joins: Haudegen (~quassel@replaced-ip )
2079 [18:55:36] <allan_wind> faction: it looks like it, but might depend on your use case
2080 [18:56:18] <faction> I want to have the functionality of crypt function of libcrypt
2081 [18:56:21] *** Joins: GrimKriegor (~GrimKrieg@replaced-ip )
2082 [18:57:33] *** Quits: _ADN_ (~username@replaced-ip ) (Ping timeout: 245 seconds)
2083 [18:57:58] *** Joins: orbiter (~orbiter@replaced-ip )
2084 [18:58:06] *** Joins: jnavila (~jnavila@replaced-ip )
2085 [18:58:35] *** Joins: Merixer (~Merixer@replaced-ip )
2086 [18:58:39] *** Quits: krukudilo (~krukudilo@replaced-ip ) (Quit: Leaving)
2087 [18:59:58] *** Quits: annadane (~annadane@replaced-ip ) (Quit: Leaving)
2088 [19:01:15] *** Joins: Error451 (~R@replaced-ip )
2089 [19:01:29] *** Joins: l1nuxg33k (uid322116@replaced-ip )
2090 [19:01:37] *** Quits: mauz555_ (~mauz555@replaced-ip ) (Remote host closed the connection)
2091 [19:01:59] *** Joins: pringau (~pringau@replaced-ip )
2092 [19:02:12] *** Joins: mauz555 (~mauz555@replaced-ip )
2093 [19:02:50] *** Quits: iderik (~weechat@replaced-ip ) (Quit: iderik)
2094 [19:03:48] *** Quits: gryffus (~gryffus@replaced-ip ) (Quit: Konversation terminated!)
2095 [19:03:53] *** Joins: grobi (~rtng@replaced-ip )
2096 [19:04:04] *** Joins: towo_nb (~towo@replaced-ip )
2097 [19:06:58] *** Joins: cdown (~cdown@replaced-ip )
2098 [19:06:59] *** Joins: phd (~vjetar@replaced-ip )
2099 [19:07:03] *** Quits: crimastergogo (~crimaster@replaced-ip ) (Remote host closed the connection)
2100 [19:08:29] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
2101 [19:08:34] *** Quits: ae-35 (~ae-35@replaced-ip ) (Ping timeout: 244 seconds)
2102 [19:09:23] <allan_wind> faction: well, crypt() is not a single but more of a container afaik, gcrypt doesn't have a crypt() call, they are name spaced. gcrypt does support some of the hashes that is used by crypt (des, md5, sha-256, sha-512, SHA-1) but looks like some are missing like BSDi, and bcrypt. replaced-url
2103 [19:09:35] <allan_wind> faction: not sure if this helps you one way or another
2104 [19:10:11] *** Quits: towo_nb (~towo@replaced-ip ) (Remote host closed the connection)
2105 [19:11:18] *** Quits: Namarrgon (~glei@replaced-ip ) (Quit: WeeChat 2.3)
2106 [19:12:13] *** Joins: Namarrgon (~glei@replaced-ip )
2107 [19:12:14] *** Quits: mauz555 (~mauz555@replaced-ip ) (Read error: Connection reset by peer)
2108 [19:14:20] *** Quits: yogurt2ungue (~yogur2@replaced-ip ) (Ping timeout: 272 seconds)
2109 [19:16:06] *** Quits: gerry666 (gerry666@replaced-ip ) (Ping timeout: 264 seconds)
2110 [19:16:34] *** Quits: jnavila (~jnavila@replaced-ip ) (Ping timeout: 250 seconds)
2111 [19:16:45] *** Joins: maxvaillancourt1 (~mv@replaced-ip )
2112 [19:16:47] *** Joins: gerry666 (gerry666@replaced-ip )
2113 [19:17:33] *** Joins: jnavila (~jnavila@replaced-ip )
2114 [19:17:39] *** Joins: scream (~scream@replaced-ip )
2115 [19:17:42] *** Quits: baptist (~baptist@replaced-ip ) (Remote host closed the connection)
2116 [19:17:56] <faction> allan_wind: Thank You
2117 [19:18:16] *** Joins: olivetree_ (~oliveira@replaced-ip )
2118 [19:18:18] *** Quits: Nekojimi (~jimj316@replaced-ip ) (Ping timeout: 250 seconds)
2119 [19:20:11] *** Joins: Aaron_ (uid297794@replaced-ip )
2120 [19:20:28] *** Joins: mauz555 (~mauz555@replaced-ip )
2121 [19:21:09] *** Joins: Nekojimi (~jimj316@replaced-ip )
2122 [19:23:37] *** Joins: AquaL1te (~AquaL1te@replaced-ip )
2123 [19:24:01] *** debhelper sets mode: +l 1388
2124 [19:25:16] *** Joins: aias (~aias___@replaced-ip )
2125 [19:25:49] *** Quits: jnavila (~jnavila@replaced-ip ) (Ping timeout: 246 seconds)
2126 [19:25:56] *** Parts: allan_wind (~allan@replaced-ip ) ()
2127 [19:27:24] *** Joins: kchz (~dschulz@replaced-ip )
2128 [19:27:24] *** Parts: PaddyF (~paddyf@replaced-ip ) ("bbl")
2129 [19:27:41] *** Quits: argusbr (~donw@replaced-ip ) (Ping timeout: 244 seconds)
2130 [19:28:19] *** Joins: argusbr (~donw@replaced-ip )
2131 [19:28:19] *** Quits: argusbr (~donw@replaced-ip ) (Changing host)
2132 [19:28:19] *** Joins: argusbr (~donw@replaced-ip )
2133 [19:28:48] *** Joins: darsie (~kvirc@replaced-ip )
2134 [19:29:16] <darsie> Is it easy to install the testing flightgear packages on stable?
2135 [19:29:38] <greycat> ,v flightgear
2136 [19:29:39] <judd> Package: flightgear on amd64 -- jessie-security: 3.0.0-5+deb8u1; jessie: 3.0.0-5+deb8u3; stretch: 1:2016.4.4+dfsg-3+deb9u1; buster: 1:2018.2.2+dfsg-1; sid: 1:2018.2.2+dfsg-1
2137 [19:29:50] <greycat> ,checkbackport flightgear
2138 [19:29:58] <judd> Backporting package flightgear in sid→stretch/amd64: unsatisfiable build dependencies: Build-Depends: flightgear-data-ai (>= 1:2018.2.2~), flightgear-data-base (>= 1:2018.2.2~), libsimgear-dev (>> 1:2018.2.2~).
2139 [19:30:04] <greycat> I'm gonna guess "no".
2140 [19:30:08] <darsie> thx
2141 [19:30:53] *** Joins: yogurt2ungue (~yogur2@replaced-ip )
2142 [19:31:02] *** Quits: c0sm0s888 (~drone@replaced-ip ) (Quit: Leaving)
2143 [19:31:18] *** Quits: Wioxjk (~Free@replaced-ip ) (Ping timeout: 244 seconds)
2144 [19:31:51] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 264 seconds)
2145 [19:32:02] *** Quits: The_Loko (~The_Loko@replaced-ip ) (Remote host closed the connection)
2146 [19:32:42] *** Quits: ScottE (~ScottE@replaced-ip ) (Ping timeout: 272 seconds)
2147 [19:32:54] *** Joins: noodlepie (~Phillip@replaced-ip )
2148 [19:33:21] *** Joins: c0sm0s888 (~c0sm0s555@replaced-ip )
2149 [19:33:50] *** Joins: devbaka (~devbaka@replaced-ip )
2150 [19:34:52] *** Joins: ScottE (~ScottE@replaced-ip )
2151 [19:35:30] *** Joins: Epic_Null (~Epic_Null@replaced-ip )
2152 [19:35:42] <noodlepie> Hiya guys! I'm just updating our communal Debian PC
2153 [19:36:04] <darsie> yay
2154 [19:38:43] *** Joins: gadsater (~gadsater@replaced-ip )
2155 [19:39:05] *** Joins: warai_otoko (~warai_oto@replaced-ip )
2156 [19:39:08] *** Quits: warai_otoko (~warai_oto@replaced-ip ) (Read error: Connection reset by peer)
2157 [19:39:16] *** Joins: warai_otoko (~warai_oto@replaced-ip )
2158 [19:40:35] <tomman> well, looks like I've figured out how to crosscompile kernels the Debian way...
2159 [19:40:36] *** Joins: mouthbreather (~orbiter@replaced-ip )
2160 [19:40:38] <tomman> ...hopefully
2161 [19:40:39] *** Joins: Wioxjk (~Free@replaced-ip )
2162 [19:40:46] *** Quits: mouthbreather (~orbiter@replaced-ip ) (Client Quit)
2163 [19:40:57] <tomman> replaced-url
2164 [19:41:03] <tomman> had to do something like that
2165 [19:41:26] <rlange> Are there any public mirrors of snapshots.debian.org? It's been having trouble all day.
2166 [19:41:30] <tomman> except for the "make i386_defconfig"; I copied the config from the stock kernels at jessie-backports (as i'm building 4.9 for Jessie)
2167 [19:41:38] *** Quits: Nekojimi (~jimj316@replaced-ip ) (Ping timeout: 244 seconds)
2168 [19:42:16] *** Joins: sigi_ (~chatzilla@replaced-ip )
2169 [19:42:17] <tomman> need to disable building the debug symbols for the next time, as that part takes forever and a half
2170 [19:43:32] *** Quits: warai_otoko (~warai_oto@replaced-ip ) (Ping timeout: 246 seconds)
2171 [19:44:10] *** Joins: zerotech (~zerotech@replaced-ip )
2172 [19:44:47] *** Quits: c0sm0s888 (~c0sm0s555@replaced-ip ) (Quit: Leaving)
2173 [19:45:10] *** Quits: jmarsac (~jmarsac@replaced-ip ) (Ping timeout: 250 seconds)
2174 [19:45:22] *** Joins: towo_nb (~towo@replaced-ip )
2175 [19:45:55] *** Quits: towo_nb (~towo@replaced-ip ) (Remote host closed the connection)
2176 [19:46:14] *** Joins: mawk (sabu@replaced-ip )
2177 [19:48:07] <NetTerminalGene> IBM bought debian
2178 [19:48:11] *** Quits: sanches (~sanches@replaced-ip ) (Remote host closed the connection)
2179 [19:49:11] *** Joins: kxze_ (~kxze@replaced-ip )
2180 [19:49:13] *** Quits: kxze (~kxze@replaced-ip ) (Read error: Connection reset by peer)
2181 [19:49:28] *** Quits: kchz (~dschulz@replaced-ip ) (Quit: ZZzzz…)
2182 [19:50:03] *** Joins: Krakakanok (~Krakakano@replaced-ip )
2183 [19:50:18] *** Joins: towo_nb (~towo@replaced-ip )
2184 [19:50:56] <RoyK> NetTerminalGene: you mean IBM bought redhat?
2185 [19:52:00] *** Quits: Epic_Null (~Epic_Null@replaced-ip ) (Ping timeout: 252 seconds)
2186 [19:52:20] <grobi> guess everybody knows this swiss-german coop.. replaced-url
2187 [19:52:23] *** Joins: kchz (~dschulz@replaced-ip )
2188 [19:52:36] <grobi> sorry wrong channel
2189 [19:53:25] *** Joins: rsx (~rsx@replaced-ip )
2190 [19:54:04] *** Quits: realinari (~inari@replaced-ip ) (Quit: realinari)
2191 [19:54:54] *** Joins: Nekojimi (~jimj316@replaced-ip )
2192 [19:54:59] *** Joins: realinari (~inari@replaced-ip )
2193 [19:56:06] *** Quits: GaneshR (~ganeshraj@replaced-ip ) (Ping timeout: 244 seconds)
2194 [19:56:47] *** Joins: _ADN_ (~username@replaced-ip )
2195 [19:58:10] *** Joins: sanches (~sanches@replaced-ip )
2196 [19:58:21] *** Joins: kryptopraxis_ (~kryptopra@replaced-ip )
2197 [19:58:32] *** Joins: ae-35 (~ae-35@replaced-ip )
2198 [19:58:35] *** Quits: kryptopraxis_ (~kryptopra@replaced-ip ) (Remote host closed the connection)
2199 [19:58:41] *** Quits: AimHere (~David@replaced-ip ) (Ping timeout: 244 seconds)
2200 [19:59:14] *** Joins: leorat (~rat@replaced-ip )
2201 [19:59:29] *** Joins: LionHeart-Z (~Lion-Hear@replaced-ip )
2202 [19:59:49] *** Joins: conta (~Thunderbi@replaced-ip )
2203 [20:00:38] *** Joins: AimHere (~David@replaced-ip )
2204 [20:00:39] *** Joins: padarc (~user@replaced-ip )
2205 [20:01:42] *** Joins: shellhost (~shellhost@replaced-ip )
2206 [20:02:47] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 240 seconds)
2207 [20:03:13] *** Joins: annadane (~annadane@replaced-ip )
2208 [20:03:33] *** Joins: bites (~bites@replaced-ip )
2209 [20:04:01] *** debhelper sets mode: +l 1401
2210 [20:04:21] *** Quits: lucad111 (~lucad111@replaced-ip ) (Quit: Leaving)
2211 [20:05:04] <EdePopede> this time i had to kill pulseaudio to be able to unmount a partition. is there a way to restart without reboot?
2212 [20:05:27] *** Quits: josefig (~josefig@replaced-ip ) (Ping timeout: 240 seconds)
2213 [20:05:41] *** Joins: Guest5984 (~ard1t@replaced-ip )
2214 [20:05:44] *** Quits: annadane (~annadane@replaced-ip ) (Client Quit)
2215 [20:05:49] <bolovanos> hithere
2216 [20:05:54] *** Joins: josefig (~josefig@replaced-ip )
2217 [20:06:02] *** Joins: annadane (~annadane@replaced-ip )
2218 [20:06:14] *** Quits: Kevlar_Noir (~manjaro-u@replaced-ip ) (Quit: Konversation terminated!)
2219 [20:06:38] *** Joins: phizzy_ (~Phillip@replaced-ip )
2220 [20:06:57] <iwkse> jhutchins: cool
2221 [20:07:05] <EdePopede> ok, no idea what happened, seems to be back
2222 [20:07:32] *** Quits: thiras (~thiras@replaced-ip ) (Excess Flood)
2223 [20:07:32] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 272 seconds)
2224 [20:08:34] <bolovanos> because of long lasting problems with exim4 (does not send emails to outside addresses) I have decided to "apt-get remove -- purge exim4" and to remove /etc/exim4, but reinstallation "apt-get install exim4" and doing "dpkg-reconfigure exim4-config" does not recreate /etc/exim4.
2225 [20:08:40] <bolovanos> what em I doing wrong?
2226 [20:09:01] *** Parts: darsie (~kvirc@replaced-ip ) ("bye")
2227 [20:09:55] *** Quits: noodlepie (~Phillip@replaced-ip ) (Ping timeout: 246 seconds)
2228 [20:11:20] *** Quits: thecoffemaker (~thecoffem@replaced-ip ) (Ping timeout: 272 seconds)
2229 [20:12:46] *** Quits: conta (~Thunderbi@replaced-ip ) (Quit: conta)
2230 [20:13:03] *** Joins: conta (~Thunderbi@replaced-ip )
2231 [20:13:05] *** Joins: thecoffemaker (~thecoffem@replaced-ip )
2232 [20:13:07] *** Joins: jnavila (~jnavila@replaced-ip )
2233 [20:13:47] *** Joins: MaryCzary (~OS-42154@replaced-ip )
2234 [20:14:04] *** Quits: conta (~Thunderbi@replaced-ip ) (Client Quit)
2235 [20:14:20] *** Joins: conta (~Thunderbi@replaced-ip )
2236 [20:14:21] *** Joins: xsisec (~xsisec@replaced-ip )
2237 [20:16:02] *** Quits: daniel112 (~daniel@replaced-ip ) (Remote host closed the connection)
2238 [20:16:15] *** Quits: josefig (~josefig@replaced-ip ) (Ping timeout: 244 seconds)
2239 [20:16:22] *** Joins: daniel112 (~daniel@replaced-ip )
2240 [20:16:45] *** Quits: bertbob (~bertbob@replaced-ip ) (Ping timeout: 252 seconds)
2241 [20:17:43] *** Quits: MaryCzary (~OS-42154@replaced-ip ) (Remote host closed the connection)
2242 [20:17:44] *** Joins: Pgas (~pegas@replaced-ip )
2243 [20:17:47] *** Joins: Pgas_ (~pegas@replaced-ip )
2244 [20:18:53] *** Quits: olegfusion (~olegfusio@replaced-ip ) (Read error: Connection reset by peer)
2245 [20:19:12] *** Joins: troulouliou_div2 (~troulouli@replaced-ip )
2246 [20:19:25] *** Quits: czart (~czart@replaced-ip ) (Read error: Connection reset by peer)
2247 [20:19:32] *** Joins: thomassgn (~thomassgn@replaced-ip )
2248 [20:19:48] *** Joins: czart (~czart@replaced-ip )
2249 [20:19:55] <xsisec> hi people I am using 'Linux d0m 4.18.0-2-amd64 #1 SMP Debian 4.18.10-2 (2018-10-07) x86_64 GNU/Linux' also I am using openbox , anyway.. I have installed playonlinux 4.12 though I can't see the window for the installer see picture replaced-url
2250 [20:20:03] *** Joins: evenom (~evenom@replaced-ip )
2251 [20:20:21] *** Joins: noahmg123_ (472cd446@replaced-ip )
2252 [20:20:24] <bolovanos> ok installing exim4-confing did the thing
2253 [20:21:47] *** Quits: aias (~aias___@replaced-ip ) (Ping timeout: 240 seconds)
2254 [20:22:14] <jelly> xsisec: which debian release did you install?
2255 [20:22:40] *** Parts: thomassgn (~thomassgn@replaced-ip ) ("WeeChat 1.7.1")
2256 [20:22:45] <xsisec> jelly, debian 9 stretch with 'Linux d0m 4.18.0-2-amd64 #1 SMP Debian 4.18.10-2 (2018-10-07) x86_64 GNU/Linux'
2257 [20:22:54] <jelly> because that looks like a kernel from the (unreleased) testing or (development) unstable branch
2258 [20:23:16] <jelly> xsisec: pastebin the output of "apt-cache policy" please
2259 [20:23:24] <jelly> !paste
2260 [20:23:24] <dpkg> Do not paste more than 2 lines to this channel. Instead, use for text: replaced-url
2261 [20:23:36] <jelly> you're probably not on stretch any more
2262 [20:24:01] <xsisec> jelly, --> replaced-url
2263 [20:24:11] *** Joins: RedAcor (~RedAcor@replaced-ip )
2264 [20:24:24] <annadane> oh good god
2265 [20:24:30] * annadane runs away screaming
2266 [20:24:35] *** Joins: thiras (~thiras@replaced-ip )
2267 [20:25:00] <jelly> xsisec: you have sid (unstable) repos enabled, and at least some packages from sid installed. That's not Debian 9 any more.
2268 [20:25:07] <jelly> !debian-next
2269 [20:25:07] <dpkg> #debian-next is the channel for testing/unstable support on the OFTC network (irc.oftc.net), *not* on freenode. If you get "Cannot join #debian-next (Channel is invite only)." it means you did not read it's on irc.oftc.net.
2270 [20:25:12] <jelly> !sid faq
2271 [20:25:12] <dpkg> replaced-url
2272 [20:25:20] *** Joins: forslund (~ake@replaced-ip )
2273 [20:25:20] <xsisec> jelly, how do I get invited?
2274 [20:25:33] <jelly> read that line again please
2275 [20:25:37] <xsisec> jelly, I googled some I got it I need to contribute but still little bit unclear
2276 [20:25:43] <xsisec> ok
2277 [20:25:54] *** Quits: colinjmatt (~colinjmat@replaced-ip ) (Ping timeout: 250 seconds)
2278 [20:26:07] <annadane> debian multimedia = bad, mixing stable and unstable and = bad
2279 [20:26:07] *** Quits: pringau (~pringau@replaced-ip ) (Remote host closed the connection)
2280 [20:26:16] *** Quits: Uberius (~Uberius@replaced-ip ) (Remote host closed the connection)
2281 [20:26:17] *** Quits: RedAcor (~RedAcor@replaced-ip ) (Remote host closed the connection)
2282 [20:26:20] *** Quits: LionHeart-Z (~Lion-Hear@replaced-ip ) (Ping timeout: 250 seconds)
2283 [20:26:23] <jelly> absolutes = bad
2284 [20:26:27] <annadane> also true
2285 [20:26:33] *** Joins: HarveyPwca (~HarveyPwc@replaced-ip )
2286 [20:26:45] <jelly> but you're mostly right ;-)
2287 [20:27:01] *** Joins: pringau (~pringau@replaced-ip )
2288 [20:27:04] <xsisec> annadane,if I want to start over do I need to install debian 9 first and then sid updates for sid repos, I really need those for certain programs
2289 [20:27:09] *** Joins: colinjmatt (~colinjmat@replaced-ip )
2290 [20:27:19] <xsisec> also the multimedia piece as well
2291 [20:27:29] <annadane> depends on the program, you can get most newer programs in Stable depending on what you need
2292 [20:27:41] *** Joins: Uberius (~Uberius@replaced-ip )
2293 [20:28:03] *** Joins: daniel_gc (~daniel_gc@replaced-ip )
2294 [20:28:22] <xsisec> I never got for instance, obs-studio work even if I compile on my own also some other small programs
2295 [20:28:26] <annadane> the problem with adding sid to stable - unless you really know what you're doing - is you're not just installing individual programs from sid but dragging in all kinds of dependencies leaving you with what we colloquially call a FrankenDebian
2296 [20:28:30] <jelly> xsisec: you can't use sid just for certain programs. You can switch over to sid and then that's what you have and at that point it's probably safer to full-upgrade everything to sid
2297 [20:28:35] *** Quits: ScottE (~ScottE@replaced-ip##) (Quit: ZNC - ##replaced-url
2298 [20:28:51] *** Quits: thecoffemaker (~thecoffem@replaced-ip ) (Ping timeout: 252 seconds)
2299 [20:29:20] <rlange> Also, to clarify what annadane said earlier, the concept is multimedia on Debian is not bad, but the deb-multimedia repo is not affiliated with Debian and should be avoided at all cost.
2300 [20:29:27] *** Quits: noahmg123_ (472cd446@replaced-ip ) (Ping timeout: 256 seconds)
2301 [20:29:43] <xsisec> jelly, I think I did a full-dist upgrade to sid though I guess packages remains
2302 [20:29:46] <xsisec> from stretch
2303 [20:30:01] <jelly> if you want to keep debian 9 as a platform, do not configure or enable any debian branch newer than that. Some packages have newer versions built as
2304 [20:30:03] <jelly> !backports
2305 [20:30:04] <dpkg> A backport is a package from a newer Debian branch, compiled from source for an older branch to avoid dependency and <ABI> complications. replaced-url
2306 [20:30:23] *** Joins: josefig (~josefig@replaced-ip )
2307 [20:30:28] *** Quits: josefig (~josefig@replaced-ip ) (Changing host)
2308 [20:30:28] *** Joins: josefig (~josefig@replaced-ip )
2309 [20:30:38] *** Joins: thecoffemaker (~thecoffem@replaced-ip )
2310 [20:31:13] *** Quits: f10_ (~flo@replaced-ip ) (Remote host closed the connection)
2311 [20:31:35] *** Joins: czesmir (~stefan@replaced-ip )
2312 [20:31:35] *** Joins: f10_ (~flo@replaced-ip )
2313 [20:31:50] *** Joins: bertbob (~bertbob@replaced-ip )
2314 [20:33:03] *** Quits: Uberius (~Uberius@replaced-ip ) (Quit: Quit)
2315 [20:33:11] *** Quits: Crysfall (~crysfall@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
2316 [20:33:16] *** Quits: colinjmatt (~colinjmat@replaced-ip ) (Ping timeout: 250 seconds)
2317 [20:34:21] *** Quits: evenom (~evenom@replaced-ip ) (Quit: Leaving)
2318 [20:36:00] *** Quits: llucenic (~Thunderbi@replaced-ip ) (Ping timeout: 252 seconds)
2319 [20:36:12] *** Joins: stefanc_diff (~stefanc_d@replaced-ip )
2320 [20:36:14] <xsisec> jelly, ok but If I reinstall I could add from beginning backports as repos and then full dist-upgrade?
2321 [20:36:19] *** Joins: tijeretas__ (~tijeretas@replaced-ip )
2322 [20:36:54] *** Quits: mrig (~mrig@replaced-ip ) (Quit: WeeChat 2.1)
2323 [20:37:03] *** Joins: nix64bit (~Thunderbi@replaced-ip )
2324 [20:37:47] *** Quits: phizzy_ (~Phillip@replaced-ip ) (Quit: Leaving)
2325 [20:38:37] *** Joins: dgeary2 (~dgeary2@replaced-ip )
2326 [20:39:50] *** Joins: Sebdg (6d8c96dd@replaced-ip )
2327 [20:41:09] *** Quits: cryptodan (~cryptodan@replaced-ip ) (Remote host closed the connection)
2328 [20:41:11] <jelly> xsisec: you only install specific things you need from backports, if there are any. backports are not a complete branch.
2329 [20:41:53] *** Quits: nix64bit (~Thunderbi@replaced-ip ) (Client Quit)
2330 [20:42:03] *** Quits: OS-40893 (~OS-40893@replaced-ip ) (Ping timeout: 264 seconds)
2331 [20:43:02] *** Quits: daniel112 (~daniel@replaced-ip ) (Remote host closed the connection)
2332 [20:43:17] <xsisec> jelly, ok I got it
2333 [20:43:22] *** Joins: daniel112 (~daniel@replaced-ip )
2334 [20:43:34] *** Quits: phd (~vjetar@replaced-ip ) (Quit: Leaving)
2335 [20:44:08] *** Joins: rpifan (~rpifan@replaced-ip )
2336 [20:44:24] *** Joins: warai_otoko (~warai_oto@replaced-ip )
2337 [20:45:10] *** Quits: rpifan (~rpifan@replaced-ip ) (Remote host closed the connection)
2338 [20:45:23] *** Joins: rpifan (~rpifan@replaced-ip )
2339 [20:45:54] *** Quits: tymczenko (~tymczenko@replaced-ip ) (Ping timeout: 252 seconds)
2340 [20:45:54] *** Quits: lingkhang (~lingkhang@replaced-ip ) (Quit: WeeChat 1.9.1)
2341 [20:46:07] *** Joins: Spr1ng (~Spr1ng@replaced-ip )
2342 [20:46:42] *** Quits: dgeary2 (~dgeary2@replaced-ip ) (Ping timeout: 250 seconds)
2343 [20:46:50] *** Quits: roshanavand (~Thunderbi@replaced-ip ) (Quit: Gone planting!)
2344 [20:47:34] *** Quits: devbaka (~devbaka@replaced-ip ) (Ping timeout: 250 seconds)
2345 [20:47:59] *** Quits: xsisec (~xsisec@replaced-ip ) (Remote host closed the connection)
2346 [20:48:27] *** Joins: devbaka (~devbaka@replaced-ip )
2347 [20:48:38] *** Quits: warai_otoko (~warai_oto@replaced-ip ) (Ping timeout: 246 seconds)
2348 [20:48:45] *** Joins: jmarsac (~jmarsac@replaced-ip )
2349 [20:50:55] *** Quits: hbautista (~hbautista@replaced-ip ) (Remote host closed the connection)
2350 [20:50:59] *** Quits: Sebdg (6d8c96dd@replaced-ip ) (Ping timeout: 256 seconds)
2351 [20:51:05] *** Joins: Epic_Null (~Epic_Null@replaced-ip )
2352 [20:51:32] *** Quits: Epic_Null (~Epic_Null@replaced-ip ) (Client Quit)
2353 [20:51:45] *** Joins: hbautista (~hbautista@replaced-ip )
2354 [20:51:48] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
2355 [20:51:52] *** Joins: colinjmatt (~colinjmat@replaced-ip )
2356 [20:52:47] *** Quits: scream (~scream@replaced-ip ) (Remote host closed the connection)
2357 [20:52:56] *** Joins: xcm (~xcm@replaced-ip )
2358 [20:54:02] *** debhelper sets mode: +l 1395
2359 [20:55:35] *** Joins: n4dir (~n4dir@replaced-ip )
2360 [20:55:48] *** Quits: Wioxjk (~Free@replaced-ip ) (Ping timeout: 252 seconds)
2361 [20:55:49] *** Quits: ableto (~cryptum@replaced-ip ) (Remote host closed the connection)
2362 [20:56:43] *** Quits: conyers (~conyers@replaced-ip ) (Quit: conyers)
2363 [20:57:07] *** Quits: daniel_gc (~daniel_gc@replaced-ip ) (Ping timeout: 240 seconds)
2364 [20:57:13] *** Joins: iiaann (~iiaann@replaced-ip )
2365 [20:58:46] *** Quits: kchz (~dschulz@replaced-ip ) (Quit: ZZzzz…)
2366 [21:03:22] *** Quits: unmy (~unmy@replaced-ip ) (Quit: unmy)
2367 [21:03:54] *** Quits: iiaann (~iiaann@replaced-ip ) (Quit: Leaving)
2368 [21:03:56] *** Joins: platvoeten (~platvoete@replaced-ip )
2369 [21:04:32] *** Joins: UR4N1UM (~uranium@replaced-ip )
2370 [21:06:34] *** Joins: aloo_shu (~atomic@replaced-ip )
2371 [21:07:15] *** Quits: towo_nb (~towo@replaced-ip ) (Remote host closed the connection)
2372 [21:08:08] *** Quits: matrim (~mats_@replaced-ip ) (Remote host closed the connection)
2373 [21:08:32] *** Joins: Wioxjk (~Free@replaced-ip )
2374 [21:10:41] *** Quits: puxavida (~comptekki@replaced-ip ) (Remote host closed the connection)
2375 [21:10:58] *** Quits: preview (~quassel@replaced-ip ) (Ping timeout: 250 seconds)
2376 [21:11:05] *** Quits: realinari (~inari@replaced-ip ) (Remote host closed the connection)
2377 [21:11:15] *** Quits: l1nuxg33k (uid322116@replaced-ip ) (Quit: Connection closed for inactivity)
2378 [21:12:24] *** Quits: Scrutinizer (~Scrutiniz@replaced-ip ) (Quit: Leaving)
2379 [21:12:49] *** Joins: baptist (~baptist@replaced-ip )
2380 [21:13:16] *** Quits: sigi_ (~chatzilla@replaced-ip ) (Ping timeout: 246 seconds)
2381 [21:13:23] *** Joins: puxavida (~comptekki@replaced-ip )
2382 [21:13:34] *** Joins: patterson (patterson@replaced-ip )
2383 [21:13:42] *** Quits: kiasan (~kia@replaced-ip ) (Quit: WeeChat 1.9.1)
2384 [21:14:01] *** debhelper sets mode: +l 1388
2385 [21:14:47] *** Quits: j3kyl_ (~user@replaced-ip ) (Quit: ERC (IRC client for Emacs 26.1))
2386 [21:14:58] *** Quits: _anb (~anb@replaced-ip ) (Read error: Connection reset by peer)
2387 [21:14:58] *** Quits: Wioxjk (~Free@replaced-ip ) (Quit: Leaving)
2388 [21:16:16] *** Joins: atwaty (~away@replaced-ip )
2389 [21:16:36] *** Joins: _anb (~anb@replaced-ip )
2390 [21:17:51] *** Joins: m09 (~m09@replaced-ip )
2391 [21:18:09] *** Quits: m09 (~m09@replaced-ip ) (Quit: WeeChat 1.6)
2392 [21:19:31] *** Joins: MegaRock001 (~Cris101@replaced-ip )
2393 [21:19:42] *** Joins: aias (~aias___@replaced-ip )
2394 [21:20:05] *** aias is now known as Guest8882
2395 [21:20:17] *** Quits: CodeBlue1776 (~CodeBlue1@replaced-ip ) (Read error: Connection reset by peer)
2396 [21:20:19] *** Joins: asterismo_l (~asterismo@replaced-ip )
2397 [21:21:04] *** Joins: CodeBlue1776 (~CodeBlue1@replaced-ip )
2398 [21:21:29] *** Quits: patterson (patterson@replaced-ip ) ()
2399 [21:22:29] *** Quits: conta (~Thunderbi@replaced-ip ) (Quit: conta)
2400 [21:22:44] *** Joins: alexertech (~alex@replaced-ip )
2401 [21:22:44] *** Quits: alexertech (~alex@replaced-ip ) (Changing host)
2402 [21:22:44] *** Joins: alexertech (~alex@replaced-ip )
2403 [21:23:00] *** Joins: Calledine (~Chargen@replaced-ip )
2404 [21:24:51] *** Joins: veronica38 (~veronica3@replaced-ip )
2405 [21:25:55] *** Joins: dreamon (~dreamon@replaced-ip )
2406 [21:26:54] *** Joins: patterson (patterson@replaced-ip )
2407 [21:27:01] *** Quits: aloo_shu (~atomic@replaced-ip ) (Remote host closed the connection)
2408 [21:27:58] *** Quits: HarveyPwca (~HarveyPwc@replaced-ip ) (Ping timeout: 272 seconds)
2409 [21:27:58] *** Quits: n_1-c_k (~nick@replaced-ip ) (Read error: Connection reset by peer)
2410 [21:27:59] *** Joins: sanches (~sanches@replaced-ip )
2411 [21:28:18] *** Quits: mawk (sabu@replaced-ip ) (Ping timeout: 250 seconds)
2412 [21:28:31] *** Joins: n_1-c_k (~nick@replaced-ip )
2413 [21:28:59] *** Quits: zerotech (~zerotech@replaced-ip ) (Quit: zerotech)
2414 [21:30:17] *** Quits: inaki (~inaki@replaced-ip ) (Ping timeout: 246 seconds)
2415 [21:32:04] *** Joins: CaptainN (zelda@replaced-ip )
2416 [21:32:04] *** Quits: CaptainN (zelda@replaced-ip ) (Changing host)
2417 [21:32:04] *** Joins: CaptainN (zelda@replaced-ip )
2418 [21:32:04] *** Joins: papemco (~papemco@replaced-ip )
2419 [21:32:12] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 250 seconds)
2420 [21:34:06] *** Joins: inaki (~inaki@replaced-ip )
2421 [21:34:16] *** Quits: Drashta (~drashta@replaced-ip ) (Ping timeout: 264 seconds)
2422 [21:34:55] *** Joins: sigi_ (~chatzilla@replaced-ip )
2423 [21:35:18] *** Quits: Envil (~envil@replaced-ip ) (Remote host closed the connection)
2424 [21:37:29] *** Joins: viniciusb (~viniciusb@replaced-ip )
2425 [21:37:30] *** Quits: tijeretas__ (~tijeretas@replaced-ip ) (Quit: leaving)
2426 [21:38:16] *** Joins: vidarr (~vidr@replaced-ip )
2427 [21:38:55] *** Quits: yogurt2ungue (~yogur2@replaced-ip ) (Ping timeout: 244 seconds)
2428 [21:38:57] *** Joins: unmy (~unmy@replaced-ip )
2429 [21:40:16] *** Joins: RebelCoder (~RebelCode@replaced-ip )
2430 [21:40:30] *** Quits: _anb (~anb@replaced-ip ) (Read error: Connection reset by peer)
2431 [21:41:38] *** Joins: _anb (~anb@replaced-ip )
2432 [21:41:58] <tomman> well, so I've figured out
2433 [21:42:02] <tomman> make ARCH=i386 -j2 deb-pkg
2434 [21:42:06] <tomman> that's all
2435 [21:42:19] <tomman> (ah, and copy the proper .config file from the stock kernel)
2436 [21:42:37] <somiaj> trying to build a 32bit kernel on a 64bit machine?
2437 [21:42:41] <tomman> yup
2438 [21:42:54] <tomman> now I need to figure out how to disable building the debug symbols
2439 [21:43:14] <tomman> took like 4 hours on this old Core 2 Duo to build a kernel for a much older Northwood P4
2440 [21:43:21] <tomman> (the Northwood would take nearly 10 hours!)
2441 [21:43:22] <somiaj> that works (mostly because the depends for the kernel are failry small), but in general it is nicer to use a 32bit chroot, than to build in your 64bit enviroment.
2442 [21:43:41] *** Joins: Kevlar_Noir (~manjaro-u@replaced-ip )
2443 [21:43:45] <somiaj> I think you need to send debhelper some info, unsure if you can do it with an enviorment variable or you need to modify files in debian/
2444 [21:43:48] *** Quits: stefanc_diff (~stefanc_d@replaced-ip ) (Remote host closed the connection)
2445 [21:43:58] <tomman> The documentation is quite confusing, to say the least
2446 [21:44:10] <somiaj> also lots of outdated info.
2447 [21:44:11] <tomman> and this coming from someone that used to build his own kernels from scratch in the past
2448 [21:44:34] <tomman> the kernel handbook says NOTHING about crossbuilding
2449 [21:44:35] <somiaj> the biggest problem I see is most stuff still talks about make-kpkg, and not the new deb-pkg in the source
2450 [21:44:42] <tomman> replaced-url
2451 [21:45:08] <somiaj> well in this case, I would just use a chroot, and not cross build (that is how must debian things are done, there are eving tools like pbuilder and sbuild to automate this)
2452 [21:45:09] <tomman> although I'm under Jessie, not Stretch, so I didn't exactly went that way
2453 [21:45:42] <tomman> replaced-url
2454 [21:45:44] *** Joins: choice (~choice@replaced-ip )
2455 [21:45:48] <tomman> will try that for disabing debug info
2456 [21:45:52] <somiaj> replaced-url
2457 [21:46:02] <choice> When I want to try some software and be sure to totally get rid of it afterwards, is it a good idea to install it in a docker container?
2458 [21:46:23] *** Quits: X-Kent (~x-kent@replaced-ip ) (Quit: Ex-Chat)
2459 [21:46:34] <somiaj> also there is another make target deb-bin-pkg or something like that, that can speed up slow systems a bit, because it won't make the source packag (which actually manually packs the git archive into a .tar.gz which can take some time since the source is big)
2460 [21:46:57] *** Quits: jmarsac (~jmarsac@replaced-ip##) (Quit: Nettalk6 - ##replaced-url
2461 [21:47:07] <somiaj> choice: debian has a system of automatic and manual installs. So 'apt install foo; apt remove foo; apt autoremove' should remove all packages that were installed with foo.
2462 [21:47:11] *** Joins: Aaron (~dark@replaced-ip )
2463 [21:47:13] *** Joins: krytarik (~krytarik@replaced-ip )
2464 [21:47:24] *** Quits: Calledine (~Chargen@replaced-ip ) (Quit: Leaving)
2465 [21:47:27] <tomman> All of this just for testing a patch that may (or may not) work for dealing with a issue with my ATi GPU
2466 [21:47:31] <somiaj> note if packages that you pulled in are recommended or suggested by something else already on your system, they may not get removed. But that works failry well.
2467 [21:47:40] <tomman> (yeah, ATi driver hell, still a pain even in 2018)
2468 [21:48:00] <choice> somiaj: What if the software is faulty and does not totally remove everything it created somewhere on the filesystem?
2469 [21:48:05] <tomman> replaced-url
2470 [21:48:06] *** Joins: jmarsac (~jmarsac@replaced-ip )
2471 [21:48:25] <tomman> this was patched five years ago, but they missed older GPUs (namely: anything prior to R700)
2472 [21:48:51] <tomman> so hardware decoding is broken (and can hang your GPU) if you enable powersaving (DPM)
2473 [21:49:26] *** Quits: Haudegen (~quassel@replaced-ip ) (Read error: Connection reset by peer)
2474 [21:49:37] <tomman> Sure, I could buy a new GPU, but this is an AGP setup, and options there are... veeeery limited, to say the least.
2475 [21:50:11] <tomman> At least I learned something new today.
2476 [21:50:12] <somiaj> choice: that will keep your system clean. You can purge instead of remove, and that will take out config files with it. Any data files that get created by that software will not get removed, but these are stored in either $HOME or maybe /var. You can delete those files afterwards, but in general for testing out things from debian, what I said will keep your system clean.
2477 [21:50:15] *** Joins: stefanc_diff (~stefanc_d@replaced-ip )
2478 [21:50:47] *** Quits: papemco (~papemco@replaced-ip ) (Ping timeout: 240 seconds)
2479 [21:50:54] *** Joins: LtL (~ltl@replaced-ip )
2480 [21:50:56] <somiaj> I wouldn't worry about additional config files for unused software in $HOME. I ocasionally clean up my $HOME, but I've been using the same $HOME for close to 20 years, and it has some very old config files of software I don't use and I don't care.
2481 [21:51:12] <somiaj> using virtualization/containers could avoid this, but the gain maybe very little.
2482 [21:51:23] <choice> somiaj: What is the software is faulte and not only writes to /var/ and ~/ but also to /etc/? I don't want to trust the software.
2483 [21:51:41] <greycat> So what if it does? You have a file in /etc that nothing reads. No big deal.
2484 [21:51:50] *** Quits: LaScoumoune (~LaScoumou@replaced-ip ) (Quit: LaScoumoune)
2485 [21:52:28] <choice> greycat: I want to try software without it leaving anything on my filesystem.
2486 [21:52:34] <greycat> Why?
2487 [21:52:38] <choice> Without having to trust the software.
2488 [21:52:48] <greycat> Is it illegal? Are you going to be jailed if the police seize your machine and see a file?
2489 [21:52:57] <somiaj> If there is a bug in the debian software touching files it shouldn't be, report a bug. But files in /etc should all be conf files and removable by a purge.
2490 [21:53:12] *** Quits: rsx (~rsx@replaced-ip ) (Remote host closed the connection)
2491 [21:53:48] <somiaj> yes, if installing random software from random places, you need to express your own judgement. But for testing out software in the debian repo, just install/remove it is sufficent and not needing the extra overhead of containering everything you do (though there are those who do that because they want to)
2492 [21:54:05] *** Quits: gadsater (~gadsater@replaced-ip ) (Quit: gadsater)
2493 [21:54:18] <choice> I want to.
2494 [21:54:35] <somiaj> then do so, but your question asked if it was necessary, and for software from debian repos, I say no.
2495 [21:54:43] *** Joins: Urchin (~urchin@replaced-ip )
2496 [21:54:53] *** Quits: knidos (~knidos@replaced-ip ) (Quit: WeeChat 1.9.1)
2497 [21:55:02] <choice> somiaj: Well, let's say it is software not from the debian repos.
2498 [21:55:04] *** Quits: sander85 (~sander@replaced-ip ) (Quit: nägesh..)
2499 [21:55:08] *** Quits: Krakakanok (~Krakakano@replaced-ip ) (Quit: Krakakanok)
2500 [21:55:29] <somiaj> there are a whole lot of considerations you need to make when installing software not from debian, first is, is the software compadabile with/designed to work withthe version of debian you are running.
2501 [21:55:33] <somiaj> !don't break debian
2502 [21:55:33] <dpkg> dont break debian is probably replaced-url
2503 [21:55:49] <somiaj> that wiki article has some nice suggestions for dealing with software that is not in debian.
2504 [21:56:28] <somiaj> and note .deb packages from testing are most likely not compadable with stable, or .deb packages from other distros (like ubuntu) are most likely not compadable either.
2505 [21:56:37] *** Joins: m09 (~m09@replaced-ip )
2506 [21:56:37] <greycat> (compatible)
2507 [21:56:43] *** Joins: Krakakanok (~Krakakano@replaced-ip )
2508 [21:56:45] *** Quits: Ericounet (~Eric@replaced-ip ) (Remote host closed the connection)
2509 [21:56:51] *** Joins: kryptopraxis_ (~kryptopra@replaced-ip )
2510 [21:57:02] <choice> somiaj: Well, in my case the software *is* from the Debian repos. But obviously I don't trust those as much as you do.
2511 [21:57:10] <greycat> *plonk*
2512 [21:57:21] *** Quits: veronica38 (~veronica3@replaced-ip ) (Remote host closed the connection)
2513 [21:57:34] <choice> So I said "let's say it is software not from the Debian repos". But led us down another rabbit hole \o/
2514 [21:57:39] *** Joins: sander85 (~sander@replaced-ip )
2515 [21:57:40] <somiaj> I trust that there are lots of debian users who report bugs when software is faulty and they do get fixed (espically if the break debian policy)
2516 [21:57:48] *** Joins: sanches (~sanches@replaced-ip )
2517 [21:57:59] <n4dir> the time would be better spend in building your very own diy tinfoilhat.
2518 [21:58:01] <somiaj> sure, there will be bugs, but over all it works.
2519 [21:58:02] *** Joins: csehl (~ph@replaced-ip )
2520 [21:59:19] <agio> hi, does anyone know if debian has any docs/info/wiki on auto-mounting a LUKS/dm-crypt container on boot?
2521 [21:59:22] *** Parts: csehl (~ph@replaced-ip ) ()
2522 [21:59:23] *** Quits: kryptopraxis_ (~kryptopra@replaced-ip ) (Client Quit)
2523 [21:59:36] *** Joins: csehl (~ph@replaced-ip )
2524 [21:59:38] *** Quits: zyley (~zyley@replaced-ip ) (Quit: Leaving)
2525 [21:59:53] <csehl> i'm trying to change my desktop backgound in the terminal, but my /root/.xsession doesn't seem to be executed (containing xsetroot -solid "#000000"). how would i do that?
2526 [22:00:14] <greycat> do not start X as root
2527 [22:00:27] <csehl> greycat: it came out of the box like this
2528 [22:00:51] <csehl> greycat: htop shows that xorg is beeing run by root. fresh debian install
2529 [22:00:51] <greycat> Create a user account for yourself, if you didn't install Debian the normal way.
2530 [22:01:10] *** Joins: Sori_silur (~Sori_silu@replaced-ip )
2531 [22:01:15] <tomman> Question about kernel building
2532 [22:01:19] <csehl> greycat: i have... i followed the default installation procedure
2533 [22:01:30] <tomman> using a config from a 686-pae build does indeed build a PAE-enabled kernel, right?
2534 [22:01:37] <tomman> just want to be secure
2535 [22:01:37] *** Quits: troulouliou_div2 (~troulouli@replaced-ip ) (Read error: Connection reset by peer)
2536 [22:01:37] <greycat> So log in as your NON-root account, and then start X.
2537 [22:01:37] *** Joins: HPep_ (~HPep@replaced-ip )
2538 [22:01:41] <tomman> --want to be sure
2539 [22:01:43] <rk4> agio: man crypttab is a start
2540 [22:01:47] <choice> csehl: What does 'ls /home' show?
2541 [22:02:07] *** Joins: a_l_b (~a_l_b@replaced-ip )
2542 [22:02:21] <csehl> greycat: i am logged in as non-root. the process /usr/lib/xorg/Xorg is ran by root
2543 [22:02:40] <greycat> Then why are you trying to use /root/.xsession?
2544 [22:02:52] *** Quits: UR4N1UM (~uranium@replaced-ip ) (Read error: Connection reset by peer)
2545 [22:03:02] <csehl> choice: i am inside of my non-root home directory, terminals are not automatically rooted
2546 [22:03:07] <greycat> If you log in as fred and use startx, then the file you want to edit (on Debian) is ~fred/.xsession
2547 [22:03:08] *** Quits: neo4 (~Thunderbi@replaced-ip ) (Remote host closed the connection)
2548 [22:03:12] <somiaj> If using a display manager, isn't the xorg for the display manager run as root, but once you login as your user, a new xorg process/session is spawend for that user?
2549 [22:03:13] <choice> csehl: That does not answer my question.
2550 [22:03:24] <choice> csehl: When you execute 'ls /home' - what is the output?
2551 [22:03:24] <csehl> choice: lost+found ph
2552 [22:03:25] *** Joins: neo4 (~Thunderbi@replaced-ip )
2553 [22:03:40] <agio> csehl: you should be able to create a user account with `adduser' then run `startx' to start X server under that user account
2554 [22:03:41] <greycat> Regardless of whether the Xorg process runs as root or fred, fred is still the one logging in and using startx, so it's ~fred/.xsession that gets read.
2555 [22:03:43] <choice> chiluk: 'ph' is a user?
2556 [22:04:16] <csehl> greycat: alright, but the login manager has the same desktop background, right? the user isn't logged in while this is showing
2557 [22:04:25] *** Quits: HPep_ (~HPep@replaced-ip ) (Client Quit)
2558 [22:04:25] <csehl> greycat: so that's a different setting altogether?
2559 [22:04:43] <greycat> There's a login manager? So you're not using startx?
2560 [22:04:45] <csehl> choice: yes, ph is my non-root user
2561 [22:04:58] *** Quits: mauz555 (~mauz555@replaced-ip ) (Remote host closed the connection)
2562 [22:05:06] <choice> csehl: Is there a file /home/ph/.xsession ?
2563 [22:05:14] <csehl> greycat: there is a login screen where i can enter a username and password. it came like this after default installation
2564 [22:05:25] <greycat> OK, first step is to figure out which display manager this is.
2565 [22:05:27] *** Joins: mauz555 (~mauz555@replaced-ip )
2566 [22:05:39] *** Quits: colinjmatt (~colinjmat@replaced-ip ) (Ping timeout: 252 seconds)
2567 [22:06:03] <greycat> Easiest way might be to use Ctrl-Alt-F2 to get to a text console, log in there, and run something like ps -ef | grep dm
2568 [22:06:04] <csehl> greycat: i can pick whichever from the login screen, the desktop background stays the same
2569 [22:06:26] *** Quits: NetTerminalGene (~NetTermin@replaced-ip ) (Ping timeout: 250 seconds)
2570 [22:06:27] <greycat> Once you've figured out which program it is, then you can google how to configure it.
2571 [22:06:39] <csehl> greycat: /usr/sbin/lightdm
2572 [22:06:59] <greycat> OK, you can google "configuring lightdm" or whatever.
2573 [22:07:17] <csehl> greycat: so these really are two separate configurations, one coming from X, the other from lightdm. debian just matches them up, so i don't notice
2574 [22:07:22] <greycat> It also has a man page, but I don't know how complete its man page is.
2575 [22:07:27] <csehl> greycat: thanks
2576 [22:07:49] <greycat> The configuration for ph's X session and the configuration for lightdm are completely separate.
2577 [22:08:46] *** Joins: krukudilo (~krukudilo@replaced-ip )
2578 [22:08:51] <agio> rk4: nice, thanks
2579 [22:09:08] *** Quits: csehl (~ph@replaced-ip ) (Quit: Lost terminal)
2580 [22:09:40] <choice> csehl: Is there a file /home/ph/.xsession ?
2581 [22:09:59] *** Joins: laptop2 (~my123@replaced-ip )
2582 [22:10:21] *** Quits: relaxed (~relaxed@replaced-ip ) (Quit: â â µ)
2583 [22:10:31] <storrgie> coming from arch to debian and I'm trying to get settled in... I'm wonderign a couple things, the first is: is aptitude still a maintaned project separate from apt-get?
2584 [22:10:35] *** Joins: aloo_shu (~atomic@replaced-ip )
2585 [22:10:36] <storrgie> (and is one preferred)?
2586 [22:10:46] *** Quits: jiji606 (~p1ngu1n0f@replaced-ip ) (Ping timeout: 250 seconds)
2587 [22:10:46] *** Joins: mauz555_ (~mauz555@replaced-ip )
2588 [22:10:59] *** Quits: laptop2 (~my123@replaced-ip ) (Client Quit)
2589 [22:11:04] *** Quits: mauz555_ (~mauz555@replaced-ip ) (Read error: Connection reset by peer)
2590 [22:11:11] *** Quits: Krakakanok (~Krakakano@replaced-ip ) (Ping timeout: 252 seconds)
2591 [22:11:25] *** Joins: colinjmatt (~colinjmat@replaced-ip )
2592 [22:11:28] *** Joins: mauz555_ (~mauz555@replaced-ip )
2593 [22:11:29] *** Quits: mauz555_ (~mauz555@replaced-ip ) (Client Quit)
2594 [22:11:48] *** Joins: mauz555_ (~mauz555@replaced-ip )
2595 [22:11:48] *** Quits: platvoeten (~platvoete@replaced-ip ) (Remote host closed the connection)
2596 [22:12:04] *** Joins: laptop2 (~my123@replaced-ip )
2597 [22:12:04] *** Quits: laptop2 (~my123@replaced-ip ) (Changing host)
2598 [22:12:04] *** Joins: laptop2 (~my123@replaced-ip )
2599 [22:12:07] *** Quits: ae-35 (~ae-35@replaced-ip ) (Ping timeout: 240 seconds)
2600 [22:13:04] *** Joins: ae-35 (~ae-35@replaced-ip )
2601 [22:13:48] *** Quits: mauz555 (~mauz555@replaced-ip ) (Ping timeout: 250 seconds)
2602 [22:13:59] *** Quits: krukudilo (~krukudilo@replaced-ip ) (Quit: Leaving)
2603 [22:14:09] *** Joins: magic_cookie (~magic_coo@replaced-ip )
2604 [22:14:16] *** Quits: stefanc_diff (~stefanc_d@replaced-ip ) (Ping timeout: 268 seconds)
2605 [22:14:28] *** Quits: atwaty (~away@replaced-ip ) (Quit: h1 @11!)
2606 [22:14:34] *** Quits: enoch85 (~enoch85@replaced-ip ) (Ping timeout: 244 seconds)
2607 [22:14:59] *** Quits: sorko999 (~sorko999@replaced-ip ) (Quit: Leaving.)
2608 [22:15:59] <storrgie> also is there a way to install gnome but not get _all of the games and other things_?
2609 [22:16:06] <greycat> !install gnome
2610 [22:16:06] <dpkg> To install GNOME: «apt-get install …» 1. 'task-gnome-desktop' (Debian installer default) 2. 'gnome' (recommended) 3. 'gnome-desktop-environment' (upstream GNOME) 4. 'gnome-core' (like 3, minus end-user applications) 5. 'gnome-session gdm3 network-manager-gnome' (minimalist, not recommended). You will need Xorg installed as well, ask me about <install x>. replaced-url
2611 [22:16:47] *** Joins: enoch85 (~enoch85@replaced-ip )
2612 [22:17:04] <storrgie> thank you greycat
2613 [22:17:21] *** Quits: colinjmatt (~colinjmat@replaced-ip ) (Ping timeout: 268 seconds)
2614 [22:17:39] <storrgie> greycat, it seems like I'm not in a great state after selecting to _not_ install the "standard system utilities"
2615 [22:18:06] <greycat> you can install them as needed
2616 [22:18:33] *** Quits: magic_cookie (~magic_coo@replaced-ip ) (Read error: Connection reset by peer)
2617 [22:19:27] <n4dir> you could also use tasksel again to install all of them now. i think.
2618 [22:19:39] *** Quits: czesmir (~stefan@replaced-ip ) (Quit: Lost terminal)
2619 [22:19:52] *** Quits: laptop2 (~my123@replaced-ip ) (Ping timeout: 250 seconds)
2620 [22:20:54] *** Quits: choice (~choice@replaced-ip ) (Quit: leaving)
2621 [22:21:01] *** Quits: mauz555_ (~mauz555@replaced-ip ) ()
2622 [22:21:09] *** Joins: kchz (~dschulz@replaced-ip )
2623 [22:21:14] *** Quits: kchz (~dschulz@replaced-ip ) (Client Quit)
2624 [22:21:50] <annadane> hmm. replaced-url
2625 [22:22:02] <annadane> "Start the installation in expert mode. After selecting a mirror you will be asked which distribution to install: stable, testing or unstable. We recommend using a daily build of the installer to install testing or unstable."
2626 [22:22:42] <annadane> it's !testing installer
2627 [22:22:46] *** Quits: sanches (~sanches@replaced-ip ) (Remote host closed the connection)
2628 [22:23:05] *** Joins: mauz555 (~mauz555@replaced-ip )
2629 [22:23:13] *** Joins: n8nes (~strn@replaced-ip )
2630 [22:23:27] <agio> n4dir: ok, Ive read `man crypttab'. I'm now interested to know how setup an automount arrangement for a LUKS partition.
2631 [22:23:43] *** Quits: greycat (~wooledg@replaced-ip ) (Quit: They see me clawin' the love seat / They won't do nothin' 'cause I'm cute and furry)
2632 [22:23:53] *** Joins: veridiam (~veridiam@replaced-ip )
2633 [22:23:54] <n4dir> agio: wasn't me who pointed you to the manpage. I don't do such.
2634 [22:24:02] *** debhelper sets mode: +l 1379
2635 [22:24:03] *** Joins: Wioxjk (~Free@replaced-ip )
2636 [22:24:47] *** Quits: ae-35 (~ae-35@replaced-ip ) (Ping timeout: 240 seconds)
2637 [22:24:54] *** Quits: RebelCoder (~RebelCode@replaced-ip ) (Ping timeout: 252 seconds)
2638 [22:25:07] <agio> n4dir: you're right, sorry
2639 [22:26:18] *** Quits: n9nes (~strn@replaced-ip ) (Ping timeout: 245 seconds)
2640 [22:26:26] <n4dir> agio: look if that helps: replaced-url
2641 [22:26:44] <agio> I assume if I put an entry for my encrypted partition in /etc/crypttab - the kernel will automatically insert a mapped device into /dev/mapper/<name>
2642 [22:26:52] *** Quits: hbx (~hbx@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
2643 [22:27:04] <agio> which maps back to the encrypted partition
2644 [22:28:35] <n4dir> and then you mount it like usual via /etc/fstab. To me it looks like that. been a while i did it.
2645 [22:28:57] <agio> n4dir: thanks, yes, thats how it looks to me too :)
2646 [22:29:06] <n4dir> good luck then :-)
2647 [22:29:54] <agio> thanks
2648 [22:30:04] *** Joins: TvL2386 (~tom@replaced-ip )
2649 [22:30:11] *** Joins: djdduty (~djdduty@replaced-ip )
2650 [22:30:35] *** Quits: tagomago (~tagomago@replaced-ip ) (Quit: Konversation terminated!)
2651 [22:32:34] *** Quits: AquaL1te (~AquaL1te@replaced-ip ) (Quit: leaving)
2652 [22:32:34] *** Quits: Neo_Chen (~Neo_Chen@replaced-ip ) (Quit: 神奇,永無æ¢å¢ƒçš„神奇)
2653 [22:32:47] *** Joins: sanches (~sanches@replaced-ip )
2654 [22:33:47] *** Joins: Haudegen (~quassel@replaced-ip )
2655 [22:34:32] *** Joins: fassl (~fassl@replaced-ip )
2656 [22:34:49] *** Quits: unmy (~unmy@replaced-ip ) (Quit: unmy)
2657 [22:35:07] *** Joins: laptop2 (~my123@replaced-ip )
2658 [22:35:46] *** Quits: n4dir (~n4dir@replaced-ip ) (Quit: relax harder)
2659 [22:35:58] *** Joins: scream (~scream@replaced-ip )
2660 [22:37:33] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 252 seconds)
2661 [22:38:21] <storrgie> annadane, I'm actually getting into that now. I didn't see an option for selecting/entering unstable... I just assumed I had to do that post-install
2662 [22:41:59] *** Joins: buddy1101 (~buddy@replaced-ip )
2663 [22:42:02] *** Joins: GaneshR (~ganeshraj@replaced-ip )
2664 [22:42:09] *** Quits: rlange (~rlange@replaced-ip ) (Ping timeout: 252 seconds)
2665 [22:42:39] *** Quits: thecoffemaker (~thecoffem@replaced-ip ) (Quit: So long and thanks for all the fish!)
2666 [22:42:52] *** Joins: LionHeart-Z (~Lion-Hear@replaced-ip )
2667 [22:43:06] *** Quits: r3 (~arethree@replaced-ip ) (Disconnected by services)
2668 [22:43:07] *** Joins: AreThree (~arethree@replaced-ip )
2669 [22:43:08] *** Quits: AreThree (~arethree@replaced-ip ) (Excess Flood)
2670 [22:43:29] *** Joins: r3 (~arethree@replaced-ip )
2671 [22:43:30] *** Quits: r3 (~arethree@replaced-ip ) (Excess Flood)
2672 [22:43:33] *** Quits: kxze_ (~kxze@replaced-ip ) (Read error: Connection reset by peer)
2673 [22:43:37] *** Joins: rlange (~rlange@replaced-ip )
2674 [22:43:49] *** Joins: r3 (~arethree@replaced-ip )
2675 [22:43:50] *** Quits: r3 (~arethree@replaced-ip ) (Excess Flood)
2676 [22:44:11] *** Joins: r3 (~arethree@replaced-ip )
2677 [22:44:28] *** Joins: thecoffemaker (~thecoffem@replaced-ip )
2678 [22:44:54] *** Quits: LionHeart-Z (~Lion-Hear@replaced-ip ) (Remote host closed the connection)
2679 [22:45:17] *** Joins: LionHeart-Z (~Lion-Hear@replaced-ip )
2680 [22:45:24] *** Joins: rsx (~rsx@replaced-ip )
2681 [22:47:27] *** Quits: Raed|Laptop (~Raed@replaced-ip ) (Ping timeout: 264 seconds)
2682 [22:47:41] *** Quits: traveltissues (~traveltis@replaced-ip ) (Remote host closed the connection)
2683 [22:47:58] *** Joins: traveltissues (~traveltis@replaced-ip )
2684 [22:48:18] *** Quits: shellhost (~shellhost@replaced-ip ) (Quit: Leaving)
2685 [22:49:58] *** Joins: Brigo (~Brigo@replaced-ip )
2686 [22:50:13] <storrgie> I'm curious, I just did two installs... on one I get a grub window that has debian graphics, on the other its just blue on black... is there a package to make grub have debian graphics?
2687 [22:50:18] *** Quits: dreamon (~dreamon@replaced-ip ) (Remote host closed the connection)
2688 [22:50:38] *** Joins: Drashta (~drashta@replaced-ip )
2689 [22:52:24] *** Quits: traveltissues (~traveltis@replaced-ip ) (Ping timeout: 252 seconds)
2690 [22:54:12] *** Joins: traveltissues (~traveltis@replaced-ip )
2691 [22:54:30] <SerajewelKS> same version of debian?
2692 [22:54:37] <storrgie> same install media
2693 [22:54:44] <storrgie> i guess on the other one I didn't select gnome
2694 [22:54:52] *** Quits: enoch85 (~enoch85@replaced-ip ) (Ping timeout: 244 seconds)
2695 [22:54:55] <storrgie> maybe thats the difference, gnome installs something that styles grub?
2696 [22:55:04] *** Quits: sigi_ (~chatzilla@replaced-ip ) (Remote host closed the connection)
2697 [22:55:50] *** Quits: rlange (~rlange@replaced-ip ) (Ping timeout: 250 seconds)
2698 [22:56:06] <SerajewelKS> does one have grub2-splashimages but not the other?
2699 [22:56:06] *** Joins: tymczenko (~tymczenko@replaced-ip )
2700 [22:56:21] *** Joins: Uberius (~Uberius@replaced-ip )
2701 [22:56:26] <storrgie> I'd bet that's the case (just found grub2-splashimages)
2702 [22:56:59] *** Joins: roylaprattep (~roylaprat@replaced-ip )
2703 [22:57:17] <SerajewelKS> i don't see any rdepends on it
2704 [22:57:26] <SerajewelKS> so nothing should install it automatically except maybe the installer
2705 [22:57:47] <storrgie> !install sid
2706 [22:57:47] <dpkg> If you have to ask, you shouldn't. No, really. #debian does not normally support sid because if you are using sid, then you should be able to support yourself. Often, sid is not installable as it is frequently broken. You must first install "testing" and then "upgrade" to sid. If you don't know how to do this, then you shouldn't be using sid anyway. Ask me about <sid> <sid faq> <why not unstable>.
2707 [22:58:02] *** Joins: alexandros_c (~alexandro@replaced-ip )
2708 [22:58:09] *** Quits: rsx (~rsx@replaced-ip ) (Remote host closed the connection)
2709 [22:58:30] *** Quits: him-cesjf (~cesjf@replaced-ip ) (Remote host closed the connection)
2710 [22:58:58] *** Joins: him-cesjf (~cesjf@replaced-ip )
2711 [22:59:19] *** Quits: sasukeskapa (~sasukeska@replaced-ip ) (Ping timeout: 246 seconds)
2712 [23:00:31] *** Quits: traveltissues (~traveltis@replaced-ip ) (Ping timeout: 268 seconds)
2713 [23:00:31] *** Quits: Kruppt (~Kruppt@replaced-ip ) (Quit: Leaving)
2714 [23:01:34] *** Joins: rlange (~rlange@replaced-ip )
2715 [23:02:41] *** Joins: czart_ (~czart@replaced-ip )
2716 [23:02:42] *** Joins: sanches (~sanches@replaced-ip )
2717 [23:03:40] *** Joins: butteredpopcorn (~butteredp@replaced-ip )
2718 [23:03:54] *** Quits: hipp (~hipp@replaced-ip ) (Quit: Leaving)
2719 [23:04:35] *** Quits: allorder (~allorder@replaced-ip ) (Quit: allorder)
2720 [23:04:42] *** Quits: chalcedny (~llhull@replaced-ip ) (Ping timeout: 264 seconds)
2721 [23:05:26] *** Joins: enoch85 (~enoch85@replaced-ip )
2722 [23:05:27] *** Quits: jnavila (~jnavila@replaced-ip ) (Remote host closed the connection)
2723 [23:05:45] *** Joins: chalcedny (~llhull@replaced-ip )
2724 [23:05:48] *** Joins: BlueByte (~walther@replaced-ip )
2725 [23:06:09] *** Quits: czart (~czart@replaced-ip ) (Ping timeout: 252 seconds)
2726 [23:06:15] *** Quits: enoch85 (~enoch85@replaced-ip ) (Excess Flood)
2727 [23:06:20] *** Quits: r3 (~arethree@replaced-ip ) (Disconnected by services)
2728 [23:06:21] *** Joins: AreThree (~arethree@replaced-ip )
2729 [23:06:31] *** Joins: enoch85 (~enoch85@replaced-ip )
2730 [23:07:15] *** Quits: sanches (~sanches@replaced-ip ) (Ping timeout: 252 seconds)
2731 [23:07:48] *** Quits: rlange (~rlange@replaced-ip ) (Ping timeout: 252 seconds)
2732 [23:09:03] *** Quits: vidarr (~vidr@replaced-ip ) (Quit: leaving)
2733 [23:09:46] *** Quits: Aaron_ (uid297794@replaced-ip ) (Quit: Connection closed for inactivity)
2734 [23:12:07] *** Joins: sasukeskapa (~sasukeska@replaced-ip )
2735 [23:12:12] *** Joins: JohnML (~john1@replaced-ip )
2736 [23:12:48] *** Quits: wildlander (~wildlande@replaced-ip ) (Quit: Konversation terminated!)
2737 [23:13:06] *** Joins: dreamon (~dreamon@replaced-ip )
2738 [23:13:37] *** Quits: frikinz (~me@replaced-ip ) (Remote host closed the connection)
2739 [23:14:30] *** Quits: phynite (~phynite@replaced-ip ) (Remote host closed the connection)
2740 [23:15:05] *** Quits: scream (~scream@replaced-ip ) (Remote host closed the connection)
2741 [23:16:30] *** Quits: plouescat (~jt@replaced-ip ) (Ping timeout: 252 seconds)
2742 [23:18:44] *** Quits: Tier__ (~dastier@replaced-ip ) (Read error: Connection reset by peer)
2743 [23:19:10] *** Joins: Tier__ (~dastier@replaced-ip )
2744 [23:19:33] *** Joins: galaxie (~galaxie@replaced-ip )
2745 [23:21:27] *** Quits: semeion (~semeion@replaced-ip ) (Quit: WeeChat 2.3)
2746 [23:21:34] <galaxie> If the version of Java installed for Stretch is 1.8.0_181 but I need Java 1.8.0_40+, what's the best way to go about upgrading? I see there's some sort of PPA available, and that it just downloads an installer, but what should I do?
2747 [23:21:46] *** Joins: Krakakanok (~Krakakano@replaced-ip )
2748 [23:22:33] *** Quits: wnklmnn (~wnklmnn@replaced-ip ) (Remote host closed the connection)
2749 [23:22:52] *** Joins: tymczenko_ (~tymczenko@replaced-ip )
2750 [23:22:56] *** Quits: tymczenko (~tymczenko@replaced-ip ) (Read error: Connection reset by peer)
2751 [23:23:14] *** Joins: mawk` (sabu@replaced-ip )
2752 [23:24:01] *** debhelper sets mode: +l 1373
2753 [23:25:12] *** Quits: mawk` (sabu@replaced-ip ) (Client Quit)
2754 [23:25:33] *** Joins: mawk` (sabu@replaced-ip )
2755 [23:25:51] *** Quits: Neobenedict (~Guest@replaced-ip ) (Ping timeout: 264 seconds)
2756 [23:25:57] *** Joins: l1nuxg33k (uid322116@replaced-ip )
2757 [23:26:09] *** Joins: Neobenedict (~Guest@replaced-ip )
2758 [23:26:09] *** Quits: Neobenedict (~Guest@replaced-ip ) (Changing host)
2759 [23:26:09] *** Joins: Neobenedict (~Guest@replaced-ip )
2760 [23:26:16] *** Quits: enoq (~enoq@replaced-ip ) (Remote host closed the connection)
2761 [23:27:09] *** mawk` is now known as mawk
2762 [23:28:00] *** Quits: annadane (~annadane@replaced-ip ) (Quit: Leaving)
2763 [23:28:07] *** Joins: colinjmatt (~colinjmat@replaced-ip )
2764 [23:31:16] *** Joins: sanches (~sanches@replaced-ip )
2765 [23:31:27] *** Quits: LionHeart-Z (~Lion-Hear@replaced-ip ) (Quit: Leaving)
2766 [23:31:42] *** Joins: LionHeart-Z (~Lion-Hear@replaced-ip )
2767 [23:31:48] *** Quits: Spr1ng (~Spr1ng@replaced-ip ) (Quit: WeeChat 2.2)
2768 [23:32:49] <RoyK> galaxie: isn't 181 > 40?
2769 [23:33:13] *** Joins: dez (uid92154@replaced-ip )
2770 [23:33:33] <RoyK> !ppa
2771 [23:33:34] <dpkg> [ppa] Personal Package Archive (see replaced-url
2772 [23:35:31] *** Joins: pax (~Thunderbi@replaced-ip )
2773 [23:35:40] *** Quits: _0bitcount (~Big_Byte@replaced-ip ) (Quit: Leaving)
2774 [23:36:09] *** Joins: tmann (~tmann@replaced-ip )
2775 [23:36:27] *** Quits: pax (~Thunderbi@replaced-ip ) (Remote host closed the connection)
2776 [23:37:32] *** Quits: buddy1101 (~buddy@replaced-ip ) (Remote host closed the connection)
2777 [23:38:09] *** Quits: tmann (~tmann@replaced-ip ) (Client Quit)
2778 [23:40:30] *** Quits: BlueByte (~walther@replaced-ip ) (Quit: This computer has gone to sleep)
2779 [23:42:44] *** Quits: colinjmatt (~colinjmat@replaced-ip ) (Quit: Bye for now.)
2780 [23:43:56] *** Quits: Guest8882 (~aias___@replaced-ip ) (Remote host closed the connection)
2781 [23:44:28] *** Quits: neo4 (~Thunderbi@replaced-ip ) (Ping timeout: 244 seconds)
2782 [23:47:24] *** Quits: Codyer (~user@replaced-ip ) (Ping timeout: 250 seconds)
2783 [23:47:34] *** Quits: MichaelOF (~michael@replaced-ip ) (Quit: Konversation terminated!)
2784 [23:48:32] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
2785 [23:49:07] *** Joins: colinjmatt (~colinjmat@replaced-ip )
2786 [23:49:37] *** Joins: xcm (~xcm@replaced-ip )
2787 [23:49:46] *** Quits: Tarrasquero (~Tarrasque@replaced-ip ) (Read error: Connection reset by peer)
2788 [23:49:49] *** Joins: stefanc_diff (~stefanc_d@replaced-ip )
2789 [23:49:51] *** Quits: colinjmatt (~colinjmat@replaced-ip ) (Client Quit)
2790 [23:50:30] *** ShaRose_ is now known as ShaRose
2791 [23:52:27] *** Quits: LionHeart-Z (~Lion-Hear@replaced-ip ) (Quit: Leaving)
2792 [23:54:01] *** debhelper sets mode: +l 1365
2793 [23:54:16] *** Quits: babilen (~babilen@replaced-ip ) (Ping timeout: 272 seconds)
2794 [23:55:55] *** Quits: mrslaughter1775 (~mrslaught@replaced-ip ) (Read error: Connection reset by peer)
2795 [23:56:16] *** Joins: allorder (~allorder@replaced-ip )
2796 [23:58:26] *** Joins: LaScoumoune (~LaScoumou@replaced-ip )
2797 [23:59:21] *** Parts: MegaRock001 (~Cris101@replaced-ip ) ("Leaving")
2798 [23:59:27] *** Quits: stefanc_diff (~stefanc_d@replaced-ip ) (Ping timeout: 244 seconds)
2799 [23:59:43] *** Quits: rpifan (~rpifan@replaced-ip ) (Ping timeout: 268 seconds)
↑ top
context: nick names on moving displays as market values
#debian Freenode IRC channel closed on 2021-06-01
contact: a @ her0. be