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:10] <dutchfish> jordila, then you were that user .... dugh
1 [00:00:13] *** Quits: v01t (~v01t@replaced-ip ) (Remote host closed the connection)
2 [00:00:28] <jordila> no i am not... i entered as admin , and using sudo ...
3 [00:00:29] *** Joins: v01t (~v01t@replaced-ip )
4 [00:00:37] *** Quits: r3m (~r3m@replaced-ip##) (Quit: ZNC - ##replaced-url
5 [00:00:38] *** Quits: leerg319 (~alexey@replaced-ip ) (Quit: Leaving)
6 [00:00:39] *** Quits: scream (~scream@replaced-ip ) (Remote host closed the connection)
7 [00:01:17] <jordila> the thing is that, as said, when 'cat /etc/passwd | grep :0: ' ... i can see two users: 'root' and 'alice'
8 [00:01:35] *** Quits: Darby_Crash (~Darby_Cra@replaced-ip ) (Ping timeout: 240 seconds)
9 [00:01:39] *** Quits: beuker (~tim@replaced-ip ) (Quit: WeeChat 1.8-dev)
10 [00:02:02] <jordila> (being 'alice' ... a non active anymore / 'old user' i want to get rid of ..)
11 [00:02:06] <dutchfish> jordila, you can find out which ID you are with 'id' before and after the sudo.
12 [00:02:08] <jordila> what am i missing ?
13 [00:02:08] *** Quits: glassresistor (~mikela@replaced-ip ) (Ping timeout: 252 seconds)
14 [00:02:14] *** Joins: nomic (~nomic4@replaced-ip )
15 [00:02:57] <dutchfish> jordila, it also returns what groups that uuid is contained within.
16 [00:03:19] <jordila> i'll try to go step, by step...
17 [00:03:25] <dutchfish> ok
18 [00:03:29] <jordila> ssh , re-login
19 [00:04:00] *** Joins: Darby_Crash (~Darby_Cra@replaced-ip )
20 [00:04:01] *** debhelper sets mode: +l 1742
21 [00:04:04] <jordila> okey... i'm in as 'admin' whith sudo priveleges
22 [00:04:43] *** Joins: glassresistor (~mikela@replaced-ip )
23 [00:04:50] <jordila> '$ sudo id' --> uid=0(root) gid=0(root) groups=0(root),33(replaced-url
24 [00:04:51] <dutchfish> jordila, so `id && sudo id` will give you all you need
25 [00:05:05] *** Joins: r3m (~r3m@replaced-ip )
26 [00:05:07] *** Joins: KidBeta (~textual@replaced-ip )
27 [00:05:14] *** Quits: gormenghast (~gormengha@replaced-ip ) (Quit: Quit)
28 [00:05:40] <jordila> i get and additional ...
29 [00:05:41] <jordila> uid=1000(admin) gid=100(users) groups=100(users)
30 [00:05:49] *** Quits: Ruebezahl (~Alf@replaced-ip ) (Remote host closed the connection)
31 [00:05:59] *** Joins: wintrmute (~wintrmute@replaced-ip )
32 [00:06:11] <dutchfish> jordila, now you now, what ńot'to touch in regards to uuid's
33 [00:06:17] <dutchfish> s/now/know
34 [00:06:17] *** Joins: jarfr (~jarfr@replaced-ip )
35 [00:06:32] <jordila> sure dutchfish
36 [00:06:36] *** Quits: jarfr (~jarfr@replaced-ip ) (Client Quit)
37 [00:06:39] <wintrmute> hi guys, whats the plan for addressing spectre/meltdown? anyone know how soon main stable will be patchable?
38 [00:06:59] *** Quits: hipp (~hipp@replaced-ip ) (Quit: Leaving)
39 [00:07:08] <jordila> nowe, when ... ' $ sudo userdel alice ' --> userdel: user alice is currently used by process 1
40 [00:07:17] *** Quits: beaver (~none@replaced-ip ) (Read error: Connection reset by peer)
41 [00:07:45] <dutchfish> jordila, next: `sudo id alice` or whatever name for the obselete user.
42 [00:08:27] <jordila> sure... '$ sudo id alice' --> uid=0(root) gid=0(root) groups=0(root),33(replaced-url
43 [00:09:05] <dutchfish> ouch, so someone made alice root user?
44 [00:09:05] <jordila> that naturally leads to the situation described above : cannot deluser ... even with --force parameter .
45 [00:09:22] *** Quits: holden- (~holden-@replaced-ip ) (Remote host closed the connection)
46 [00:09:25] <dutchfish> ok
47 [00:09:26] *** Joins: zaq7 (~zaq@replaced-ip )
48 [00:09:47] * jordila does not recall making alice root user ...
49 [00:09:56] *** Quits: zaq7 (~zaq@replaced-ip ) (Client Quit)
50 [00:09:57] *** Quits: weinholt (weinholt@replaced-ip ) ()
51 [00:10:04] <dutchfish> ok
52 [00:10:06] *** Parts: frizzle (~frizzle@replaced-ip ) ("Leaving")
53 [00:10:16] *** Joins: comatekeke (~androirc@replaced-ip )
54 [00:10:37] <dutchfish> next find out the PIDS for all the processes for user alice | ps auxww | grep alice
55 [00:11:23] <dutchfish> dont paste that in here
56 [00:11:23] *** Joins: weinholt (~weinholt@replaced-ip )
57 [00:11:57] <dutchfish> next kill those PIDS as usual after veryfying what processes they are and are not essential for your system
58 [00:12:38] <jordila> ps auxreplaced-url
59 [00:13:14] <dutchfish> jordila, then that proces which you talked earlier is not owned by alice
60 [00:13:16] <jordila> just only : "admin 27313 0.0 0.1 12784 948 pts/0 S+ 00:11 0:00 grep alice" itself ?
61 [00:13:32] <dutchfish> jordila, you can ignore that line
62 [00:13:35] <waydot> doesnt matter who's logged in, the id of those users is 0
63 [00:13:45] *** Quits: orkan (~orkan@replaced-ip ) (Quit: Leaving)
64 [00:13:47] *** Joins: claudioz (~claudioz@replaced-ip )
65 [00:14:11] *** Quits: sir_wombat (~andreas@replaced-ip ) (Quit: Leaving.)
66 [00:14:12] *** Quits: ArchDuke (~ArchDuke@replaced-ip ) (Read error: Connection reset by peer)
67 [00:14:13] <waydot> the only thing that actually matters are extra lines which allow logins via usernames different than 'root'
68 [00:14:14] <jordila> ah.. if i try to 'sudo userdel alice'
69 [00:14:35] <waydot> just get rid of those and you're fine
70 [00:14:46] <jordila> how to ... ?
71 [00:14:50] *** Joins: Wharncliffe (coffee@replaced-ip )
72 [00:14:53] <waydot> vi /etc/passwd
73 [00:14:58] <waydot> move to the offending line
74 [00:14:59] <waydot> dd
75 [00:15:02] <waydot> :wq
76 [00:15:10] *** Joins: ArchDuke (~ArchDuke@replaced-ip )
77 [00:15:39] * jordila was saying ... $ sudo userdel alice --> userdel: user alice is currently used by process 1
78 [00:16:05] <waydot> or, as mnuhmnuh said, vipw, which does some extra magic
79 [00:16:10] <jordila> waydot, if i get it.. removing 'alice' from the passwd files would do the job ?
80 [00:16:17] *** Quits: Darby_Crash (~Darby_Cra@replaced-ip ) (Ping timeout: 248 seconds)
81 [00:16:29] <teclo-> just edit with vipw and vigr jordila, we told you three times already
82 [00:16:37] <waydot> i'm guessing: that message is because uid of 'alice' == 0
83 [00:16:45] *** Quits: LioneLL (~Pidgin@replaced-ip ) (Quit: Leaving.)
84 [00:16:47] * jordila is puzzled
85 [00:16:47] <waydot> which of course is the uid of init
86 [00:17:08] <waydot> by what?
87 [00:17:26] <dutchfish> waydot, that still doesnt ensures that no currently running processes started by that user are ended, unless a those are killed. Am i wrong?
88 [00:17:53] *** Joins: TarifaJoe (~Joe@replaced-ip )
89 [00:18:01] <waydot> dutchfish: i think you're right, but those processes are uid 0 anyway, right?
90 [00:18:03] <dutchfish> waydot, hence his problem not able to do a normal userdel
91 [00:18:19] <dutchfish> waydot, yes
92 [00:18:22] <waydot> so how can you distinguish between those and those started by 'root' ?
93 [00:18:35] <waydot> except by process tree
94 [00:18:49] *** Parts: TarifaJoe (~Joe@replaced-ip ) ()
95 [00:18:54] *** Joins: Darby_Crash (~Darby_Cra@replaced-ip )
96 [00:18:57] *** Quits: grumble (~grumble@replaced-ip ) (Quit: We all eat lies when our hearts are hungry)
97 [00:19:07] <waydot> one could look and analyse the environment as well, but to me that may be more work
98 [00:19:17] *** Joins: fialka (~user__@replaced-ip )
99 [00:19:24] <dutchfish> waydot, jordila the simplest way is indeed removing the offending line of the passwd file and reboot the system, if that is possible.
100 [00:19:27] *** Quits: jimbzy (~jim@replaced-ip ) (Ping timeout: 248 seconds)
101 [00:19:28] *** Joins: mister_popo (~damien@replaced-ip )
102 [00:19:45] <jordila> is possible... ok.. let's do it...
103 [00:19:47] <dutchfish> waydot, that way no processes will restart for user alice
104 [00:19:58] <waydot> i might have been simplifying in that i assumed his concern is to remove the users, not their processes (if active)
105 [00:20:11] <dutchfish> but that is not the end of the story
106 [00:20:11] *** Quits: lnxslck (~LnxSlck@replaced-ip ) (Read error: Connection reset by peer)
107 [00:20:17] *** Quits: rudi_s (~simon@replaced-ip ) (Remote host closed the connection)
108 [00:20:22] <waydot> :)
109 [00:20:22] *** Joins: chuckx (~chuckx@replaced-ip )
110 [00:20:35] *** Joins: eternal-pain (~mario@replaced-ip )
111 [00:20:39] <dutchfish> a user with root access can have done starting script as root user
112 [00:20:43] *** Joins: ompaul (~ompaul@replaced-ip )
113 [00:20:59] <dutchfish> so after the reboot you have to track those down carefully
114 [00:21:00] *** Joins: paulgrmn__ (~paulgrmn@replaced-ip )
115 [00:21:15] <waydot> well, if there is a chance the system is compromised, there's only one way anyway ...
116 [00:21:28] <dutchfish> waydot, true
117 [00:21:56] * jordila user deleted, as suggested | rebooting server .. now
118 [00:21:57] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 240 seconds)
119 [00:22:00] <dutchfish> waydot, jordila i assumed in all this, this is done by an admin you know, but now want to remove?
120 [00:22:32] *** Joins: Ruebezahl (~Alf@replaced-ip )
121 [00:23:02] <dutchfish> jordila, if not, reinstall the system or use a backup before all this happened, if possible.
122 [00:23:13] <jordila> yes, this is a (now) useless regular user account (not active anymore, since years ago...) ... i cannot recall making him 'root'
123 [00:23:29] *** Joins: shellclear (~shellclea@replaced-ip )
124 [00:23:52] *** Joins: mtn (~mtn@replaced-ip )
125 [00:24:04] <jordila> dutchfish, indeed... i'm already thinking about moving to a fresh (new) server, as ultimatum
126 [00:24:07] <dutchfish> ok, but spend some time wiht `ps auxww` tracking all pids down, if they are legit
127 [00:24:40] <dutchfish> jordila, the later would be the best. Trust nothing is my motto ;)
128 [00:24:48] *** Quits: BlueByte (~walther@replaced-ip ) (Quit: This computer has gone to sleep)
129 [00:24:50] *** Joins: rudi_s (~simon@replaced-ip )
130 [00:24:54] *** Joins: grumble (~grumble@replaced-ip )
131 [00:25:04] *** Joins: BrainDommage (~BrainDomm@replaced-ip )
132 [00:25:10] <jordila> ok, logged in again... after reboot
133 [00:25:15] <waydot> jordila: if you have an old server, with regular users with id 0, possibly administered by someone else in the past, you're thinking the right way when considering fresh reinstall :)
134 [00:25:23] *** Quits: claudioz (~claudioz@replaced-ip ) (Remote host closed the connection)
135 [00:25:30] *** Joins: paulasdf (~paulasdf@replaced-ip )
136 [00:25:40] * jordila always administered the system himself...
137 [00:26:16] <waydot> well, then how non-root user ended up with uid 0 is a good question ...
138 [00:26:21] <dutchfish> waydot, soe firewalls use this technic, by removing or disabling the standard root user and promoting an admin user .... its quiet common and legit.
139 [00:26:22] <jordila> of course, my debian says now 'userdel: user 'alice' does not exist
140 [00:26:22] <jordila> '
141 [00:26:50] <dutchfish> jordila, then you or done for now, but track all those pids
142 [00:26:58] <waydot> i once tricked an admin of a system into giving a friend user account with uid 0 :) i dont know if anyone ever figured that one out
143 [00:27:01] <jordila> waydot, that's what worries me... on top of some strange changes on sshd_config file
144 [00:27:03] *** Joins: _0xis (~cozmo@replaced-ip )
145 [00:27:11] <waydot> it was an experiment on social engineering :P
146 [00:27:20] <jordila> :-P
147 [00:27:33] <dutchfish> waydot, yeh, happens as well
148 [00:27:34] *** Quits: nikitasius (~nikitasiu@replaced-ip ) (Quit: WeeChat 1.0.1)
149 [00:27:47] *** Quits: silverhom (~silverhom@replaced-ip ) (Quit: Leaving)
150 [00:28:02] <waydot> dutchfish: hm, but you say disabling root - to me that's just renaming root account; otoh having two or more active users with uid 0 is a different story
151 [00:28:12] <waydot> i mean, totally okay, if you know what you're doing
152 [00:28:27] <waydot> i'm actually one of admins on one such box :)
153 [00:28:31] *** Quits: AnD[a]LeS (~andales@replaced-ip ) (Ping timeout: 248 seconds)
154 [00:28:42] *** Quits: Hydrastra (~LUX@replaced-ip ) (Quit: さよなら)
155 [00:28:43] <paulasdf> I've made a liveUSB with dd, but when I go to boot from it it hangs at the ISOLINUX copyright. I've booted from USB on this computer before so I know it's possible.
156 [00:28:49] *** Quits: xoke (uid184609@replaced-ip ) (Quit: Connection closed for inactivity)
157 [00:28:49] * jordila loves Debian GNU Linux
158 [00:28:50] <waydot> dutchfish: there's a weird sshd_config file? ... must've missed that part
159 [00:28:54] <dutchfish> waydot, well, atleast disable root login over ssh. Then create an admin user with an ssh key.
160 [00:28:55] *** Quits: rudi_s (~simon@replaced-ip ) (Read error: Connection reset by peer)
161 [00:29:00] *** Joins: overlord_tm (~andraz@replaced-ip )
162 [00:29:16] <dutchfish> waydot, yes
163 [00:29:16] <jordila> that's the case, dutchfish ...
164 [00:29:29] <dutchfish> ok, good
165 [00:29:33] *** Joins: rudi_s (~simon@replaced-ip )
166 [00:29:42] <dutchfish> jordila, still consider a fresh install
167 [00:30:00] <jordila> the strange changes at sshd_config were precisely that from 'no' ... PermitLogin ... was changing to 'without-password' repeteadly
168 [00:30:48] <dutchfish> jordila, well, if a key is needed and this system has no world wide access ... but still i use keys AND passwords
169 [00:30:49] * jordila could'nt identify any unwanted ssh login traces at auth.log ... though
170 [00:31:30] <dutchfish> jordila, thats no garanty either, if the system has been tampered
171 [00:31:42] *** Joins: beuker (~tim@replaced-ip )
172 [00:31:48] <jordila> sorry , typo error ... i mean...
173 [00:31:49] <scootypuff> I'm on debian stable and "apt-get upgrade" is wanting me to update my kernel. is that the new update for the intel bug?
174 [00:31:51] *** Joins: pbase (~pbase@replaced-ip )
175 [00:31:57] <jordila> he strange changes at sshd_config were precisely that from 'no' ... PermitRootLogin ... was changing to 'without-password' repeteadly
176 [00:32:12] *** Quits: ompaul (~ompaul@replaced-ip ) (Quit: and zebedee said its time for other stuff)
177 [00:32:13] <dutchfish> jordila, its up to you to judge about a former collague/friend/techsupport or whatever use alice was
178 [00:32:25] *** Quits: TigerbotHesh_ (~TigerbotH@replaced-ip ) (Remote host closed the connection)
179 [00:33:01] *** Joins: TigerbotHesh_ (~TigerbotH@replaced-ip )
180 [00:33:05] <jordila> indeed... she played the designer/themer role in a Drupal CMS prooject, not anymore...
181 [00:33:05] <dutchfish> jordila, hint sudoer action are logged delve into all logs
182 [00:33:26] <dutchfish> ok
183 [00:33:46] <jordila> again, what worries me is that i cannot recall giving her 'root' UID 0 ... who did ?
184 [00:33:51] *** Quits: glassresistor (~mikela@replaced-ip ) (Ping timeout: 248 seconds)
185 [00:33:54] <paulasdf> I've made a liveUSB with dd, but when I go to boot from it it hangs at the ISOLINUX copyright. I've installed other distros from USB on this computer before so I know it's possible. Can anyone help me figure out what's going on?
186 [00:34:00] * jordila has been the only sysadmin
187 [00:34:04] *** Quits: SuperTramp83 (~SuperTram@replaced-ip ) (Quit: leaving)
188 [00:34:10] <dutchfish> jordila, well only root can do this, so change your password ;)
189 [00:34:38] <dutchfish> jordila, and make sure it is a safe one
190 [00:34:51] <jordila> i did... indeed, dutchfish ..., change passwd, added fail2ban, changed ssh port to non-standard ...
191 [00:34:59] *** Joins: zabow (~androirc@replaced-ip )
192 [00:35:02] <dutchfish> good
193 [00:35:09] *** Joins: glassresistor (~mikela@replaced-ip )
194 [00:35:13] <jordila> any other hints are more than welcomed...
195 [00:35:15] *** Parts: fialka (~user__@replaced-ip ) ("Leaving")
196 [00:35:29] <dutchfish> jordila, also, thnk about other ways like local console access possibilties ....
197 [00:35:35] <jordila> BTW, i went through useful rkunter
198 [00:35:40] <jordila> rkhunter
199 [00:35:47] <dutchfish> jordila, or even worse remote KVM
200 [00:35:53] <jordila> uops
201 [00:36:17] * jordila in the days of spectrum's and meltdowns... umhh
202 [00:36:37] * mnuhmnuh !@#$ happens. got backups?
203 [00:36:50] <dutchfish> jordila, well, rkhunter is limited altho usefull, but less if it is installed after being compromised
204 [00:37:03] *** Quits: czesmir (~stefan@replaced-ip ) (Quit: Lost terminal)
205 [00:37:05] <jordila> additionally rkhunter said :
206 [00:37:26] <jordila> Possible rootkits: 1
207 [00:37:33] *** Quits: hlmjr (~herbmille@replaced-ip ) (Ping timeout: 264 seconds)
208 [00:37:34] <teclo-> hu hu
209 [00:37:35] <dutchfish> jordila, also replaced-url
210 [00:37:39] <jordila> Rootkit names : RH-Sharpe's Rootkit
211 [00:37:46] *** Joins: townower (~tarnower@replaced-ip )
212 [00:37:54] *** Quits: Divergenz (~Divergenz@replaced-ip ) (Quit: Leaving)
213 [00:37:59] <jordila> any hints are more than welcomed
214 [00:38:08] *** Quits: KidBeta (~textual@replaced-ip ) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
215 [00:38:09] *** Joins: root (~root@replaced-ip )
216 [00:38:15] <dutchfish> jordila, thats not good. hint: reinstall!
217 [00:38:17] *** Quits: Darby_Crash (~Darby_Cra@replaced-ip ) (Ping timeout: 256 seconds)
218 [00:38:25] *** root is now known as Guest16523
219 [00:38:43] <jordila> ... in the end, that's we'll have to do ... indeed .
220 [00:39:21] <dutchfish> jordila, bare in mind that rkhunter sometimes do false positives
221 [00:39:22] <jordila> so, rkhunter is definitively giving the diagnostic ... seems to
222 [00:39:25] <waydot> scootypuff: apparently :)
223 [00:39:27] *** Quits: warai_otoko (~warai_oto@replaced-ip ) (Ping timeout: 240 seconds)
224 [00:39:30] <waydot> replaced-url
225 [00:39:32] *** Joins: Halcy0n (~Halcy0n@replaced-ip )
226 [00:39:36] <waydot> stretch has a fix
227 [00:40:34] *** Quits: wildstar (~wildstar@replaced-ip ) (Remote host closed the connection)
228 [00:40:59] *** Quits: geri (4a798963@replaced-ip ) (Ping timeout: 260 seconds)
229 [00:41:04] <jordila> i see waydot, fixed version '4.9.65-3+deb9u2'
230 [00:41:37] <waydot> good news; everyone, upgrade now :)
231 [00:41:40] <jordila> i'm at '4.9.0-4-amd64' now... may i react / patch ?
232 [00:41:40] <dutchfish> jordila, if it was a system under my responsibility, i would reinstall, handsdown.
233 [00:41:56] <Sveta> That's kind of arbitrary.
234 [00:41:56] *** Quits: asterismo_m (~Santiago@replaced-ip ) (Read error: Connection reset by peer)
235 [00:41:57] <townower> how bad is it to have to reinstall? hasn;t that gone the way of having to reboot ...
236 [00:42:09] * dutchfish mumbles 4.14.11 contains the fix as well (testing/sid soon i hope)
237 [00:42:16] <paulasdf> I've made a liveUSB with dd, but when I go to boot from it it hangs at the ISOLINUX copyright. I've installed other distros from USB on this computer before so I know it's possible. Can anyone help me figure out what's going on?
238 [00:42:24] *** Quits: Gaxpaxxo (~Gazpacho@replaced-ip ) (Quit: Leaving)
239 [00:42:30] *** Joins: asterismo_m (~Santiago@replaced-ip )
240 [00:42:37] *** Joins: Darby_Crash (~Darby_Cra@replaced-ip )
241 [00:42:44] <waydot> townower: his machine might have been compromised :) unrelated to intel security bugs
242 [00:42:44] <jordila> townower .. .umh, sorry, dont' get it ...
243 [00:42:58] * jordila now gets it
244 [00:43:08] *** Joins: fialka (~user__@replaced-ip )
245 [00:43:12] <jordila> that's the case... seems to, waydot
246 [00:43:33] *** Quits: grepper (~grepper@replaced-ip ) (Ping timeout: 264 seconds)
247 [00:43:40] *** Joins: gonegirl (~gonegirl@replaced-ip )
248 [00:43:41] <townower> what is your actual problem :)
249 [00:44:26] <townower> i've never had to reinstall ... except the first day i started
250 [00:44:31] *** Quits: zabow (~androirc@replaced-ip ) (Ping timeout: 248 seconds)
251 [00:44:33] *** Quits: finlstrm (~quassel@replaced-ip ) (Ping timeout: 248 seconds)
252 [00:45:07] <dutchfish> townower, other have messed on that system, what would you do then?
253 [00:45:08] <waydot> townower: you dont *have* to reinstall if you had a security breach; but it's the only way to trust the system again
254 [00:45:35] *** Quits: WinXPforever (rep@replaced-ip ) (Ping timeout: 240 seconds)
255 [00:45:38] <jordila> i think i'll give the lasts actions an opportunity... and i've see a repeated strange move on sshd_config (as said before) , umh, then , Yes, re-install or move to another fresh server
256 [00:46:03] <dutchfish> jordila, good
257 [00:46:06] *** Joins: finlstrm (~quassel@replaced-ip )
258 [00:46:25] * jordila and of course, work in a 'balancing' ... backup scenario, in parallel
259 [00:46:27] <mnuhmnuh> ,tripwire
260 [00:46:36] <mnuhmnuh> .tripwire
261 [00:46:45] <dutchfish> !tripwire
262 [00:46:46] <dpkg> Open Source Tripwire (packaged for Debian as tripwire) is a host-based intrusion detection system. It monitors a designated set of files, notifying the system administrator about corruption or tampering. replaced-url
263 [00:46:46] *** Joins: WinXPforever (rep@replaced-ip )
264 [00:47:01] * jordila although enjoying the conversation... needs some rest
265 [00:47:02] *** Quits: gonegirl (~gonegirl@replaced-ip ) (Client Quit)
266 [00:47:09] *** Quits: glassresistor (~mikela@replaced-ip ) (Ping timeout: 264 seconds)
267 [00:47:17] <dutchfish> jordila, i am out as well, good luck!
268 [00:47:34] *** Quits: mrig (~mrig@replaced-ip ) (Quit: o/)
269 [00:47:35] <jordila> thanks dutchfish , have a good rest
270 [00:47:41] *** Joins: farruinn (~nathan@replaced-ip )
271 [00:47:42] *** Quits: dutchfish (~wil@replaced-ip ) (Quit: Splash, leaving the bowl)
272 [00:47:43] <mnuhmnuh> ty.
273 [00:47:45] *** Quits: f10 (~flo@replaced-ip ) (Ping timeout: 248 seconds)
274 [00:48:02] * jordila nice to know about Tripwire ...
275 [00:48:16] <mnuhmnuh> .beer jordilla
276 [00:48:26] <mnuhmnuh> .beer jordila
277 [00:48:35] *** Joins: f10 (~flo@replaced-ip )
278 [00:48:49] *** Quits: RedSoxFan07 (~Thunderbi@replaced-ip ) (Ping timeout: 248 seconds)
279 [00:49:00] *** Joins: grepper (~grepper@replaced-ip )
280 [00:49:07] *** Parts: jordila (~jordi@replaced-ip ) ()
281 [00:49:45] <waydot> ah, kernel installed; here we go ...
282 [00:49:59] *** Joins: holden- (~holden-@replaced-ip )
283 [00:50:00] *** Quits: somiaj (~jaimos@replaced-ip ) (Remote host closed the connection)
284 [00:50:33] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
285 [00:50:35] *** Joins: RedSoxFan07 (~Thunderbi@replaced-ip )
286 [00:50:51] *** Quits: PhoenixSTF (~rudi@replaced-ip ) (Quit: Leaving.)
287 [00:50:56] <townower> proof that he did indeed have a security breach?
288 [00:51:55] *** Joins: warai_otoko (~warai_oto@replaced-ip )
289 [00:51:57] *** Quits: waydot (~loot@replaced-ip ) (Quit: This reboot brought to you by Intel Corporation)
290 [00:53:52] *** Quits: ghost43 (~daer@replaced-ip ) (Ping timeout: 272 seconds)
291 [00:54:02] *** debhelper sets mode: +l 1732
292 [00:54:09] *** Quits: Darby_Crash (~Darby_Cra@replaced-ip ) (Ping timeout: 256 seconds)
293 [00:54:54] *** Joins: somiaj (~jaimos@replaced-ip )
294 [00:55:00] *** Quits: ragedragon (~ragedrago@replaced-ip ) (Quit: ragedragon)
295 [00:56:29] *** Joins: Darby_Crash (~Darby_Cra@replaced-ip )
296 [00:56:57] *** Joins: waydot (~loot@replaced-ip )
297 [00:57:01] *** Joins: m3lst4d (m3lst4d@replaced-ip )
298 [00:58:11] *** Quits: allizom (~Thunderbi@replaced-ip ) (Quit: allizom)
299 [00:58:53] *** Joins: Gazooo (~Gazooo@replaced-ip )
300 [00:59:28] *** Joins: ghost43 (~daer@replaced-ip )
301 [01:00:27] *** Quits: ch0wn_ (~tmp@replaced-ip ) (Ping timeout: 240 seconds)
302 [01:00:35] *** Quits: mandeep (mandeep@replaced-ip ) (Quit: Leaving)
303 [01:00:39] *** Quits: pbase (~pbase@replaced-ip ) (Quit: Leaving)
304 [01:00:40] *** Quits: sulit (~user@replaced-ip ) (Remote host closed the connection)
305 [01:01:37] *** Quits: Evol (~no@replaced-ip ) (Ping timeout: 248 seconds)
306 [01:02:59] *** Quits: peixoto (~peixoto@replaced-ip ) (Remote host closed the connection)
307 [01:03:02] *** Joins: Delta-One (~zero@replaced-ip )
308 [01:03:34] *** Quits: sparky4 (~sparky4@replaced-ip ) (Ping timeout: 252 seconds)
309 [01:03:45] *** Joins: SchiZoW (~SchiZoW@replaced-ip )
310 [01:03:48] *** Joins: dethos (~dethos@replaced-ip )
311 [01:05:21] *** Quits: fstd (~fstd@replaced-ip ) (Remote host closed the connection)
312 [01:05:40] *** Quits: jayarcss (~jayarcs@replaced-ip ) (Ping timeout: 260 seconds)
313 [01:05:48] *** Quits: walnut_burl (~oak@replaced-ip ) (Ping timeout: 265 seconds)
314 [01:06:16] *** Joins: fstd (~fstd@replaced-ip )
315 [01:06:23] *** Quits: Darby_Crash (~Darby_Cra@replaced-ip ) (Ping timeout: 248 seconds)
316 [01:07:19] *** Joins: Janni (~jan@replaced-ip )
317 [01:07:34] *** Quits: Delta-One (~zero@replaced-ip ) (Remote host closed the connection)
318 [01:07:49] *** Joins: Darby_Crash (~Darby_Cra@replaced-ip )
319 [01:08:05] *** Joins: Delta-One (~zero@replaced-ip )
320 [01:08:09] *** Quits: shellclear (~shellclea@replaced-ip ) (Ping timeout: 264 seconds)
321 [01:08:46] *** Quits: comatekeke (~androirc@replaced-ip ) (Ping timeout: 268 seconds)
322 [01:09:08] *** Joins: ola (~user@replaced-ip )
323 [01:09:59] *** Quits: GenteelBen (~GenteelBe@replaced-ip ) ()
324 [01:10:52] *** Joins: shellclear (~shellclea@replaced-ip )
325 [01:10:59] *** Parts: SchiZoW (~SchiZoW@replaced-ip ) ()
326 [01:12:45] *** Quits: Haudegen (~quassel@replaced-ip ) (Remote host closed the connection)
327 [01:12:47] *** Joins: shinnya (~shinnya@replaced-ip )
328 [01:14:14] *** Joins: BWMerlin (~Thunderbi@replaced-ip )
329 [01:14:23] *** Quits: Darby_Crash (~Darby_Cra@replaced-ip ) (Ping timeout: 248 seconds)
330 [01:14:24] *** Quits: _0bitcount (~Big_Byte@replaced-ip ) (Quit: Leaving)
331 [01:15:01] *** Joins: polardroid (polardroid@replaced-ip )
332 [01:15:04] *** Quits: eternal-pain (~mario@replaced-ip ) (Quit: Konversation terminated!)
333 [01:15:44] *** Joins: Darby_Crash (~Darby_Cra@replaced-ip )
334 [01:16:05] *** Joins: format_c (~koeppea@replaced-ip )
335 [01:17:00] *** Joins: misterme (~misterme@replaced-ip )
336 [01:17:31] <Janni> Hi there. Tell me if I'm too off-topic... I have a question regarding Spectre (not the Bond film). I'd say I have a pretty good (albeit vague) idea of how it works, but one thing is not quite clear to me: why would an attack not result in a segmentation fault? In case someone attacks the browser via JavaScript I understand how you can get to sensitive data from the same virtual address space. But in order to access data from another application you'd
337 [01:18:00] *** Joins: Evol (~no@replaced-ip )
338 [01:18:22] <Janni> And page faults can be caught by a handler, and if not one can always fork before the segmentation fault hits... (as read on Wikipedia).
339 [01:19:05] *** Quits: konimex (~koni@replaced-ip ) (Ping timeout: 240 seconds)
340 [01:19:51] *** Joins: iflema (~ian@replaced-ip )
341 [01:20:24] *** Joins: rob_debian (~r4fkramer@replaced-ip )
342 [01:20:41] <Janni> So as a normal Debian user, what's to do? Install NoScript and that's it?
343 [01:21:03] *** Quits: misty5 (~pokemongi@replaced-ip ) (Remote host closed the connection)
344 [01:21:03] *** Joins: TimJay (~tim@replaced-ip )
345 [01:21:15] *** Quits: kion (~kion@replaced-ip ) (Quit: Leaving)
346 [01:21:28] <Janni> Hmm. It's awfully quiet on this channel, isn't it?
347 [01:22:12] *** Joins: Aussie_matt (~quassel@replaced-ip )
348 [01:22:13] *** Joins: konimex (~koni@replaced-ip )
349 [01:22:44] *** Quits: ledixus (ledixus@replaced-ip ) (Quit: Tschö mit Ö)
350 [01:23:46] *** Joins: saladus (~pi@replaced-ip )
351 [01:23:47] *** Quits: likcoras (likcoras@replaced-ip ) (Quit: Bye~)
352 [01:25:16] *** Joins: soee (~soee@replaced-ip )
353 [01:26:02] *** Quits: Aussie_matt (~quassel@replaced-ip ) (Remote host closed the connection)
354 [01:26:29] *** Joins: jehorn (~jehorn___@replaced-ip )
355 [01:26:39] *** Quits: f10 (~flo@replaced-ip ) (Ping timeout: 248 seconds)
356 [01:26:41] <townower> use dillo or or w3m which have no javascript ;)
357 [01:27:15] *** Joins: pburns (~spburns_@replaced-ip )
358 [01:27:16] *** Quits: pburns (~spburns_@replaced-ip ) (Max SendQ exceeded)
359 [01:27:29] *** Joins: ledixus (ledixus@replaced-ip )
360 [01:27:47] *** Quits: solaris (~solaris@replaced-ip ) (Quit: solaris)
361 [01:28:07] *** Joins: solaris (~solaris@replaced-ip )
362 [01:28:08] *** Joins: likcoras (likcoras@replaced-ip )
363 [01:28:29] *** Joins: pburns (~spburns_@replaced-ip )
364 [01:28:31] *** Quits: pburns (~spburns_@replaced-ip ) (Max SendQ exceeded)
365 [01:28:36] *** Quits: solaris (~solaris@replaced-ip ) (Client Quit)
366 [01:28:46] *** Quits: polaris (~polaris_@replaced-ip ) (Remote host closed the connection)
367 [01:29:00] *** Quits: navlys (~smuxi@replaced-ip ) (Ping timeout: 265 seconds)
368 [01:29:06] *** Joins: pburns (~spburns_@replaced-ip )
369 [01:29:36] <Janni> townower: I'm hoping that this will have a huge impact on website programming. Now all of them will have to work with JavaScript disabled. (I know, I know, I'm waaaayyy too optimistic.)
370 [01:30:03] *** Joins: fstd_ (~fstd@replaced-ip )
371 [01:30:06] *** Joins: wzyy2 (~wzyy2@replaced-ip )
372 [01:30:25] *** Quits: t0aster0ven (~iaeofjgsk@replaced-ip ) (Remote host closed the connection)
373 [01:30:27] *** Joins: Krennic (~Krennic@replaced-ip )
374 [01:30:51] *** Joins: CapsAdmin (~CapsAdmin@replaced-ip )
375 [01:30:54] *** Joins: cr1t1cal (~herald@replaced-ip )
376 [01:31:15] *** Joins: geri (cfed5159@replaced-ip )
377 [01:31:18] *** Joins: t0aster0ven (~iaeofjgsk@replaced-ip )
378 [01:31:22] <geri> sudo subl /etc/hostname sudo: unable to resolve host debian-virtualBox
379 [01:31:26] <geri> why i get that error?
380 [01:31:30] <geri> i wanna change the hostname
381 [01:31:42] <Janni> I'm not sure why, but I'm tremendously fascinated possibly even enthusiastic about these vulnerabilities. I've never been particularly interested in computer security, but these exploits have a certain beauty to them. I can't quite get over it.
382 [01:32:13] *** Joins: solaris (~solaris@replaced-ip )
383 [01:33:15] *** Quits: fstd (~fstd@replaced-ip ) (Ping timeout: 256 seconds)
384 [01:33:16] *** fstd_ is now known as fstd
385 [01:33:39] *** Joins: navlys (~smuxi@replaced-ip )
386 [01:34:01] *** debhelper sets mode: +l 1739
387 [01:34:29] *** Joins: jayarcss (~jayarcs@replaced-ip )
388 [01:34:42] <geri> why i cant change the hostname?
389 [01:34:49] <cr1t1cal> Just installed a fresh debian buster
390 [01:34:55] *** Joins: beaver (~none@replaced-ip )
391 [01:34:57] *** Quits: iflema (~ian@replaced-ip ) (Ping timeout: 240 seconds)
392 [01:35:09] <cr1t1cal> no sound. I ran alsactl and it said it found my soundcard
393 [01:35:11] *** Quits: navlys (~smuxi@replaced-ip ) (Remote host closed the connection)
394 [01:35:38] <cr1t1cal> I tried alsamixer, and I saw a S/PDIF that was muted and had no volume bar on it, meaning i couldn't change the volume
395 [01:35:40] <geri> sudo echo "text-server-1" > /etc/hostname bash: /etc/hostname: Permission denied
396 [01:35:45] <cr1t1cal> so I unmuted that, and still no sound
397 [01:35:55] <cr1t1cal> I don't know what to dnext
398 [01:36:53] <townower> use dillo or curl :) or w3m which have no javascript ;)
399 [01:37:08] *** Quits: stoilkov (~stoilkov@replaced-ip ) (Ping timeout: 268 seconds)
400 [01:37:13] *** Quits: Delta-One (~zero@replaced-ip ) (Ping timeout: 265 seconds)
401 [01:37:29] *** Joins: dvs (~hibbard@replaced-ip )
402 [01:37:35] <buu> geri: you can't use sudo echo > because the '> foo' part runs in your current shell, not the sudo shell
403 [01:38:23] *** Quits: tlaxkit (~hexchat@replaced-ip ) (Ping timeout: 248 seconds)
404 [01:38:38] <mnuhmnuh> lspci | grep -i "audio device" # not sure that quoting works, play ...
405 [01:39:37] <mnuhmnuh> lspci | grep 'Audio device'
406 [01:39:59] *** Quits: woshty (~woshty@replaced-ip ) (Ping timeout: 248 seconds)
407 [01:40:00] <cr1t1cal> AMD trinity HDMI audio controller
408 [01:40:04] <cr1t1cal> and
409 [01:40:10] <cr1t1cal> AMD FCH azalia controller (rev 01)
410 [01:40:10] *** Quits: Janni (~jan@replaced-ip ) (Quit: Leaving)
411 [01:40:16] *** Quits: cdown (~cdown@replaced-ip ) (Remote host closed the connection)
412 [01:40:29] <mnuhmnuh> confusion reigns. :-)
413 [01:40:35] *** Joins: cdown (~cdown@replaced-ip )
414 [01:40:54] <cr1t1cal> I will restart and then come back to this channel in 2 minutes
415 [01:41:10] *** Quits: cr1t1cal (~herald@replaced-ip ) (Quit: WeeChat 1.9.1)
416 [01:41:35] *** Quits: alexgr (~alexgr@replaced-ip ) (Ping timeout: 248 seconds)
417 [01:42:36] *** Quits: jubo2 (~juboxi@replaced-ip ) (Quit: Konversation terminated!)
418 [01:43:08] *** Quits: solaris (~solaris@replaced-ip ) (Quit: solaris)
419 [01:43:31] *** Joins: solaris (~solaris@replaced-ip )
420 [01:43:51] *** Joins: jehorn_ (~jehorn___@replaced-ip )
421 [01:43:54] *** Quits: solaris (~solaris@replaced-ip ) (Client Quit)
422 [01:44:01] *** debhelper sets mode: +l 1732
423 [01:44:09] *** Joins: solaris (~solaris@replaced-ip )
424 [01:44:23] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
425 [01:44:23] *** Quits: jehorn (~jehorn___@replaced-ip ) (Ping timeout: 250 seconds)
426 [01:44:42] *** Quits: solaris (~solaris@replaced-ip ) (Client Quit)
427 [01:44:59] *** Quits: Evol (~no@replaced-ip ) (Ping timeout: 252 seconds)
428 [01:45:07] *** Joins: solaris (~solaris@replaced-ip )
429 [01:45:30] *** Quits: solaris (~solaris@replaced-ip ) (Client Quit)
430 [01:45:34] *** Quits: jsdk (~jsdk@replaced-ip ) (Quit: Leaving.)
431 [01:45:40] *** Quits: ech042 (~ech042@replaced-ip ) (Read error: Connection reset by peer)
432 [01:45:55] *** Quits: jfsCommit (~kdevtmpfs@replaced-ip ) (Ping timeout: 260 seconds)
433 [01:45:56] *** Joins: solaris (~solaris@replaced-ip )
434 [01:45:57] *** Quits: dohfish (~oemillak@replaced-ip ) (Ping timeout: 264 seconds)
435 [01:46:17] *** Quits: solaris (~solaris@replaced-ip ) (Client Quit)
436 [01:46:22] *** Joins: cr1t1cal (~herald@replaced-ip )
437 [01:46:26] *** Joins: jfsCommit (~kdevtmpfs@replaced-ip )
438 [01:46:26] <cr1t1cal> still not working
439 [01:46:27] *** Quits: tccki (~tccki@replaced-ip ) (Quit: tccki)
440 [01:46:33] <cr1t1cal> any suggestions?
441 [01:46:42] *** Joins: solaris (~solaris@replaced-ip )
442 [01:47:05] *** Quits: solaris (~solaris@replaced-ip ) (Client Quit)
443 [01:47:35] *** Joins: Chakka (~smuxi@replaced-ip )
444 [01:47:58] <jim> something about your sound cards?
445 [01:48:18] <cr1t1cal> no they are working fine on my windows ( i dual boot )
446 [01:48:28] <cr1t1cal> something to do with alsa
447 [01:48:35] <cr1t1cal> alsactl init shows hardware found
448 [01:48:39] <jim> but they don['t work under linux?
449 [01:48:55] *** Joins: Noldorin (~noldorin@replaced-ip )
450 [01:48:59] <cr1t1cal> they have on a prior debian installation, but they are not working on this one
451 [01:48:59] *** Joins: tccki (~tccki@replaced-ip )
452 [01:49:08] *** Joins: dvs (~hibbard@replaced-ip )
453 [01:49:09] <rjsalts> are they muted?
454 [01:49:13] <mnuhmnuh> cr1t1cal: pulseaudio doesn't do it for you?
455 [01:49:15] <cr1t1cal> nope
456 [01:49:16] *** Quits: CapsAdmin (~CapsAdmin@replaced-ip ) (Ping timeout: 255 seconds)
457 [01:49:19] <jim> does alsamixer work, and does f6 show the cards?
458 [01:49:20] <cr1t1cal> i dont have pulseaudio installed
459 [01:49:25] <cr1t1cal> jim: yes it does
460 [01:49:33] *** Quits: Obi-Wan (~obi-wan@replaced-ip ) (Ping timeout: 264 seconds)
461 [01:49:54] <jim> so then the driver was found... hmm
462 [01:50:09] <cr1t1cal> jim: for my default sound card, it shows an S/PDIF bar that is unmuted (or OO) without a volume bar
463 [01:50:22] <cr1t1cal> so i switched to my other soundcard as default my editing asound.conf
464 [01:50:34] <cr1t1cal> which does have volume bars (unmuted as well)
465 [01:50:44] *** Quits: styvy (~styvy@replaced-ip ) (Quit: Leaving)
466 [01:50:52] <cr1t1cal> for master, headphone, mic everything. i restarted my computer and still sound is not working
467 [01:50:53] <jim> and when you do that...?
468 [01:50:59] <cr1t1cal> just then
469 [01:51:04] <cr1t1cal> like 5 minutes ago
470 [01:51:07] *** Quits: jehorn_ (~jehorn___@replaced-ip ) (Quit: Leaving)
471 [01:51:09] *** Joins: ^Obi-Wan^ (~obi-wan@replaced-ip )
472 [01:51:17] <cr1t1cal> I'll install pulseaudio and see if anything works
473 [01:51:31] *** Joins: Delta-One (~zero@replaced-ip )
474 [01:52:06] <rjsalts> mozilla firefox at least only supports the pulseaudio apis, can't talk directly to alsa anymore
475 [01:52:13] *** Quits: N3X15 (~nexis@replaced-ip ) (Read error: Connection reset by peer)
476 [01:52:13] *** Joins: N3X15_ (~nexis@replaced-ip )
477 [01:52:15] *** Quits: fearnothing (~nothing@replaced-ip ) (Ping timeout: 248 seconds)
478 [01:52:23] *** Quits: cdown (~cdown@replaced-ip ) (Remote host closed the connection)
479 [01:52:41] *** Joins: cdown (~cdown@replaced-ip )
480 [01:53:13] <cr1t1cal> rjsalts: oo
481 [01:53:16] <cr1t1cal> rjsalts: really?
482 [01:53:16] *** N3X15_ is now known as N3X15
483 [01:53:27] <cr1t1cal> rjsalts: that might be the problem then, all sound tests of mine are from firefox
484 [01:53:47] *** Quits: renzhi (~renzhi@replaced-ip ) (Ping timeout: 252 seconds)
485 [01:53:58] <cr1t1cal> well
486 [01:54:01] *** debhelper sets mode: +l 1726
487 [01:54:01] <cr1t1cal> I just installed pulseaudio
488 [01:54:11] <cr1t1cal> and ran alsactl restore
489 [01:54:15] <cr1t1cal> yet firefox is not working
490 [01:54:19] *** Quits: SpeccyMan (~nick@replaced-ip ) (Quit: 'Goodbye')
491 [01:54:19] <cr1t1cal> again
492 [01:54:40] <cr1t1cal> how do I enable pulseaudio, shouldn't it enable automatically?
493 [01:54:53] <rjsalts> replaced-url
494 [01:55:02] <jim> cr1t1cal, on #alsa, they know of a script that pastebins your sound setup and other details about your system... I think it;s called alsa-info.sh
495 [01:55:24] *** Quits: zerocool (~muhGNUdoh@replaced-ip ) (Ping timeout: 272 seconds)
496 [01:55:29] <cr1t1cal> jim: okay
497 [01:55:38] <cr1t1cal> i just wanted to know how to enable pulse audio
498 [01:55:44] <cr1t1cal> i'll do that though
499 [01:55:47] *** Joins: fearnothing (~nothing@replaced-ip )
500 [01:55:58] <jim> cr1t1cal, which dist are you running?
501 [01:56:06] <jim> oh, debian
502 [01:56:12] <jim> :)
503 [01:56:34] <cr1t1cal> ;D
504 [01:57:14] *** Quits: mollusk (~textual@replaced-ip ) (Quit: My MacBook Air has gone to sleep. ZZZzzz…)
505 [01:57:57] *** Joins: monoxane (~monoxane@replaced-ip )
506 [01:58:14] *** Quits: aielima (~aielima@replaced-ip ) (Remote host closed the connection)
507 [01:58:43] <jim> ok, there are the sources of something called cadence, which makes alsa, pulse and jackd coexist, and there are other benefits, like very flexible routing, and some external packages that give you a logic-like way of plugging things in
508 [01:59:27] <jim> at minimum, you could build the packages without consequence
509 [02:00:04] <cr1t1cal> wait
510 [02:00:09] <cr1t1cal> speaker-test works
511 [02:00:14] <cr1t1cal> the pink noise goes through
512 [02:00:15] *** Quits: Darby_Crash (~Darby_Cra@replaced-ip ) (Ping timeout: 248 seconds)
513 [02:00:17] *** Quits: fearnothing (~nothing@replaced-ip ) (Ping timeout: 248 seconds)
514 [02:00:20] <cr1t1cal> but firefox is still not working?
515 [02:01:06] *** Quits: de-facto (~de-facto@replaced-ip ) (Quit: See you around.)
516 [02:01:13] <jim> speaker-test working points more toward the driver inserted, and alsamixer working
517 [02:01:30] <mnuhmnuh> jim: cool! at one time, you had to recompile the kernel to get jackd on debian.
518 [02:01:34] <cr1t1cal> so what could be wrong?
519 [02:01:38] <jim> cadence helped me get youtube back :)
520 [02:01:51] <jim> nope :)
521 [02:01:52] *** Joins: noobineer (~noobineer@replaced-ip )
522 [02:01:53] *** Quits: noobineer (~noobineer@replaced-ip ) (Max SendQ exceeded)
523 [02:01:56] <cr1t1cal> jim: how can I get it?
524 [02:02:00] *** Joins: de-facto (~de-facto@replaced-ip )
525 [02:02:00] *** Quits: Cosmophile (~matt@replaced-ip ) (Read error: Connection reset by peer)
526 [02:02:15] <jim> let me find it again, take me awhile
527 [02:02:22] *** Joins: noobineer (~noobineer@replaced-ip )
528 [02:02:31] <jim> or, I have the sources somewhere
529 [02:02:33] *** Joins: Darby_Crash (~Darby_Cra@replaced-ip )
530 [02:03:26] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 276 seconds)
531 [02:03:47] <cr1t1cal> wait
532 [02:03:49] <cr1t1cal> I just fixed it
533 [02:03:52] *** Quits: BrainDommage (~BrainDomm@replaced-ip ) (Remote host closed the connection)
534 [02:03:53] <cr1t1cal> I isntalled alsa-oss
535 [02:03:56] <cr1t1cal> and it fixed firefox?
536 [02:03:57] *** Quits: buu (~buu@replaced-ip ) (Read error: Connection reset by peer)
537 [02:04:01] *** debhelper sets mode: +l 1720
538 [02:04:03] <cr1t1cal> ???
539 [02:04:14] *** Joins: buu (~buu@replaced-ip )
540 [02:04:36] *** Quits: fujisan (uid4207@replaced-ip ) (Quit: Connection closed for inactivity)
541 [02:04:47] <mnuhmnuh> .beer critical
542 [02:05:10] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
543 [02:05:11] *** Joins: jsdk (~jsdk@replaced-ip )
544 [02:05:18] <cr1t1cal> so it wasn't working with oss, so alsa support for oss fixed it?
545 [02:05:23] *** Joins: sparky4 (~sparky4@replaced-ip )
546 [02:05:24] <cr1t1cal> i'm not sure what happened there
547 [02:05:49] *** Joins: Evol (~no@replaced-ip )
548 [02:06:33] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
549 [02:06:39] *** Quits: monoxane (~monoxane@replaced-ip ) (Ping timeout: 248 seconds)
550 [02:06:43] *** Quits: mk_modrzew (~panmodrze@replaced-ip ) (Quit: :3)
551 [02:06:45] <jim> found my copy
552 [02:06:46] *** Joins: Seriel (~Seriel@replaced-ip )
553 [02:07:38] <jim> oh, congrats, you did it
554 [02:07:42] *** Quits: Seriel (~Seriel@replaced-ip ) (Read error: Connection reset by peer)
555 [02:07:47] *** Joins: xcm (~xcm@replaced-ip )
556 [02:07:58] <cr1t1cal> yeah I know I still can't figure out what happened
557 [02:08:03] *** Joins: thedogcatcher (~thedogcat@replaced-ip )
558 [02:08:04] <cr1t1cal> jim: installing alsa-oss fixed it
559 [02:08:13] <jim> so I read
560 [02:08:38] <jim> still on my screen :)
561 [02:08:46] *** Quits: Krennic (~Krennic@replaced-ip ) (Quit: WeeChat 2.0.1)
562 [02:08:47] *** Quits: thurin (thurin@replaced-ip ) (Quit: quit)
563 [02:09:32] *** Joins: thurin (thurin@replaced-ip )
564 [02:09:40] <cr1t1cal> jim: do you have any idea why though?
565 [02:10:05] *** Quits: emdee (~noEmail@replaced-ip ) (Ping timeout: 256 seconds)
566 [02:10:39] *** Quits: orbiter (~orbiter@replaced-ip ) ()
567 [02:10:49] <mnuhmnuh> cr1t1cal: these things have hooks and pointers and tunnels to each other these days.
568 [02:11:05] *** Joins: LameRock (~xadmin@replaced-ip )
569 [02:11:11] *** Quits: p8m (~p8m@replaced-ip ) (Remote host closed the connection)
570 [02:11:47] *** Joins: Comstock- (~Comstock@replaced-ip )
571 [02:11:54] <tiwake> how do I check how many times ECC was utilized? how many soft errors were recovered
572 [02:11:55] <mnuhmnuh> dive into each'sconfig nand they'll say how they're getting it, or from where.
573 [02:12:22] *** Quits: shellclear (~shellclea@replaced-ip ) (Quit: shellclear)
574 [02:12:37] <mnuhmnuh> tiwake: journalctl
575 [02:12:37] *** Quits: hexhaxtron (hexhaxtron@replaced-ip ) (Read error: Connection reset by peer)
576 [02:13:02] *** Quits: Korigan (~Korigan@replaced-ip ) (Ping timeout: 252 seconds)
577 [02:13:09] <cr1t1cal> alright thanks guys
578 [02:13:10] *** Quits: cr1t1cal (~herald@replaced-ip ) (Quit: WeeChat 1.9.1)
579 [02:13:17] *** Joins: hexhaxtron (hexhaxtron@replaced-ip )
580 [02:13:18] <tiwake> mnuhmnuh: since the computer was on? or the lifetime of the operating system?
581 [02:13:22] *** Joins: tincoxme (~tincoxme@replaced-ip )
582 [02:14:57] *** Quits: soee (~soee@replaced-ip ) (Ping timeout: 240 seconds)
583 [02:15:08] *** Quits: dethos (~dethos@replaced-ip ) (Quit: Time to Go!)
584 [02:15:24] *** Quits: Comstock (~Comstock@replaced-ip ) (Ping timeout: 265 seconds)
585 [02:15:43] *** Joins: zerocool (~muhGNUdoh@replaced-ip )
586 [02:15:46] <mnuhmnuh> journalctl -b -0 -n 45
587 [02:15:52] <mnuhmnuh> ?
588 [02:15:57] *** Quits: thedogcatcher (~thedogcat@replaced-ip ) (Ping timeout: 264 seconds)
589 [02:16:50] <mnuhmnuh> or just journalctl then "/ECC"?
590 [02:17:49] *** Quits: rob_debian (~r4fkramer@replaced-ip ) (Quit: Leaving)
591 [02:18:27] *** Quits: llucenic (~Thunderbi@replaced-ip ) (Ping timeout: 268 seconds)
592 [02:18:56] *** Joins: glassresistor (~mikela@replaced-ip )
593 [02:19:13] *** Joins: soee (~soee@replaced-ip )
594 [02:19:14] *** Joins: testnick123 (~yourhost@replaced-ip )
595 [02:19:27] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Read error: Connection reset by peer)
596 [02:19:27] *** Quits: holdend (~holden@replaced-ip ) (Ping timeout: 248 seconds)
597 [02:20:43] *** Joins: lucas-arg (~lucasarg@replaced-ip )
598 [02:22:30] <lucas-arg> hey guys is debian already patch for the intel bug thing=
599 [02:22:32] <lucas-arg> ??
600 [02:22:37] *** Quits: testnick123 (~yourhost@replaced-ip ) (Remote host closed the connection)
601 [02:22:38] *** Quits: tharkun (~tharkun@replaced-ip ) (Ping timeout: 272 seconds)
602 [02:23:33] <dvs> Man! Someone should change the topic.
603 [02:23:33] *** Quits: owl_tech (~owl@replaced-ip ) (Quit: Konversation terminated!)
604 [02:23:37] *** Quits: Darby_Crash (~Darby_Cra@replaced-ip ) (Quit: Leaving)
605 [02:23:58] <Sveta> why
606 [02:24:01] *** debhelper sets mode: +l 1712
607 [02:24:43] <townower> lucas-arg: i told you 20 years ago to only use amd chips
608 [02:25:00] <Sveta> but amd is also affected
609 [02:25:17] *** Joins: karakedi (~eAC53C340@replaced-ip )
610 [02:25:17] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Changing host)
611 [02:25:17] *** Joins: karakedi (~eAC53C340@replaced-ip )
612 [02:25:23] <townower> Sveta: does that prove they stole intel code?
613 [02:25:40] <Sveta> perhaps not the code but only the idea
614 [02:25:43] <townower> Sveta: does that prove they stole intel cpu mask designes
615 [02:25:56] <Sveta> maybe, maybe not, we don't know
616 [02:26:26] *** Joins: Darby_Crash (~Darby_Cra@replaced-ip )
617 [02:26:36] <lucas-arg> we are all screwed man
618 [02:26:42] <lucas-arg> they are all affected
619 [02:26:42] <Sveta> replaced-url
620 [02:26:49] <townower> i'm actually reading a great article on it now from reuters just an hour old replaced-url
621 [02:27:21] <Sveta> I believe the one I linked is the primary source, and everyone else is re-reporting it in more user-friendly ways
622 [02:28:27] *** Quits: glassresistor (~mikela@replaced-ip ) (Ping timeout: 240 seconds)
623 [02:28:51] <townower> i get the feeling it has been known about for a long long time and allowed to exist for the benefits of ..
624 [02:29:05] *** Quits: zerocool (~muhGNUdoh@replaced-ip ) (Ping timeout: 260 seconds)
625 [02:29:24] *** Quits: dArK_IcE (~lawl@replaced-ip ) ()
626 [02:31:44] <townower> just like the fact that my parents knew that the lock on my door just needed a light upward yank and the door would open ... for years - i only found out when i locked myself out of my room on my sophmore college summer break and my mom 'let' me back into my room with a very interesting smirk
627 [02:32:50] <lucas-arg> Based on the analysis performed by this tool: This system is vulnerable.
628 [02:33:00] *** Joins: misty5 (~pokemongi@replaced-ip )
629 [02:33:04] *** Joins: monoxane (~monoxane@replaced-ip )
630 [02:33:10] *** Quits: saladus (~pi@replaced-ip ) (Ping timeout: 260 seconds)
631 [02:33:54] *** Joins: kculpis (~kculpic@replaced-ip )
632 [02:34:19] <townower> what tool?
633 [02:34:20] *** Joins: mandeep (mandeep@replaced-ip )
634 [02:34:29] * mnuhmnuh this's beginning to sound like "Morris Worm" days. chicken little. :-)
635 [02:34:56] *** Quits: cCkw (~RW@replaced-ip ) (Quit: Leaving)
636 [02:35:10] *** Joins: kzimmermann (~username@replaced-ip )
637 [02:35:21] <townower> you doubt bind is the most vulnerable piece of oss software ever?
638 [02:35:43] <mandeep> yesterday i mentioned i had video stutter issues with my display and ive narrowed it down to software. any idea on how to diagnose this?
639 [02:35:59] <mandeep> i think it's a kernel issue but not sure
640 [02:36:49] <townower> start with top and ps -efw to see if something is running your don't want rcconf etc
641 [02:36:53] <mnuhmnuh> townower: i'm much more worried about pebkac than i am about soft & hardware.
642 [02:37:03] *** Quits: err404 (~err404@replaced-ip ) (Ping timeout: 248 seconds)
643 [02:38:44] <townower> that is why i always add -i to cp/mv/rm on new installs for people - tired of fighting with them that they deleted stuff and then deny it :)
644 [02:39:12] *** Joins: jarfr (~jarfr@replaced-ip )
645 [02:39:15] *** clickjack is now known as immersive
646 [02:39:17] *** Joins: really34293 (~really342@replaced-ip )
647 [02:39:24] <mandeep> could someone point me to something on how to revert to a prior kernel version with apt?
648 [02:40:11] <Megaf> How do I disable a monitor/GPU in xorg.conf?
649 [02:42:10] <mnuhmnuh> mandeep: check out backports?
650 [02:42:29] *** Joins: metts (~metts@replaced-ip )
651 [02:42:47] *** Quits: jarfr (~jarfr@replaced-ip ) (Client Quit)
652 [02:44:09] *** Quits: really34293 (~really342@replaced-ip ) (Ping timeout: 263 seconds)
653 [02:44:27] <mnuhmnuh> replaced-url
654 [02:44:57] <lucas-arg> i think if we have a firewall on its most improbable to hack at least
655 [02:45:20] <lucas-arg> even though i cant find the model of my laptop or bios verison or whatever
656 [02:45:22] *** Quits: Cy8aer (~Cy8aer@replaced-ip ) (Ping timeout: 265 seconds)
657 [02:45:35] <lucas-arg> there seem to be a list so you can check up if there is any firmware upgrade
658 [02:45:46] <mnuhmnuh> inxi
659 [02:45:51] *** Quits: volodim (~volodim@replaced-ip ) (Ping timeout: 265 seconds)
660 [02:45:53] <mnuhmnuh> lshw
661 [02:46:40] <mnuhmnuh> lspci
662 [02:46:49] *** Quits: shinnya (~shinnya@replaced-ip ) (Ping timeout: 268 seconds)
663 [02:47:00] *** Quits: bolovanos (~bolovanos@replaced-ip ) (Quit: Leaving)
664 [02:47:08] *** Joins: volodim (~volodim@replaced-ip )
665 [02:47:37] *** Joins: fearnothing (~nothing@replaced-ip )
666 [02:47:59] *** Joins: Cy8aer (~Cy8aer@replaced-ip )
667 [02:48:02] *** Quits: c0ncealed (c0ncealed@replaced-ip ) (Remote host closed the connection)
668 [02:48:33] * mnuhmnuh recently amazed at the plethora (sp?) of hware "blehhh ..." tools there are out there these days. never heard of inxi.
669 [02:48:40] *** Joins: zerocool (~muhGNUdoh@replaced-ip )
670 [02:48:57] *** Joins: c0ncealed (c0ncealed@replaced-ip )
671 [02:49:56] *** Joins: err404 (~err404@replaced-ip )
672 [02:50:44] *** Joins: r4fkramer (~r4fkramer@replaced-ip )
673 [02:51:28] *** Quits: mandeep (mandeep@replaced-ip ) (Quit: Leaving)
674 [02:51:35] *** Quits: mo__ (~mo@replaced-ip ) (Ping timeout: 240 seconds)
675 [02:52:01] *** Quits: fearnothing (~nothing@replaced-ip ) (Ping timeout: 256 seconds)
676 [02:53:01] *** Quits: sparky4 (~sparky4@replaced-ip ) (Read error: Connection reset by peer)
677 [02:53:35] *** Quits: randomstrangerb (~randomstr@replaced-ip ) (Ping timeout: 240 seconds)
678 [02:53:35] *** Quits: lucas-arg (~lucasarg@replaced-ip ) (Ping timeout: 260 seconds)
679 [02:53:51] *** Quits: lasdam (~lasdam@replaced-ip ) (Quit: Leaving)
680 [02:53:56] *** Joins: randomstrangerb (~randomstr@replaced-ip )
681 [02:54:10] *** Joins: lucas-arg (~lucasarg@replaced-ip )
682 [02:54:44] <lucas-arg> i hate hotels wifi
683 [02:54:44] *** Joins: ech0_42 (~ech042@replaced-ip )
684 [02:55:23] *** Quits: format_c (~koeppea@replaced-ip ) (Ping timeout: 252 seconds)
685 [02:55:45] *** Joins: foul_owl (~foul_owl@replaced-ip )
686 [02:57:10] *** Joins: GadgetGuru (~Thunderbi@replaced-ip )
687 [02:59:55] *** Quits: overlord_tm (~andraz@replaced-ip ) (Remote host closed the connection)
688 [03:00:24] *** Quits: Evol (~no@replaced-ip ) (Quit: Leaving)
689 [03:01:41] *** Quits: lucas-arg (~lucasarg@replaced-ip ) (Quit: Leaving)
690 [03:02:08] * Tintle too
691 [03:02:14] * DerLGm too
692 [03:02:18] *** Darby_Crash is now known as Darby_Crash_Away
693 [03:02:37] <DerLGm> Everyone does. It's like laying in a bed of crabs and stds
694 [03:02:50] *** Darby_Crash_Away is now known as Darby_Crash
695 [03:03:16] *** Quits: hamersaw (~hamersaw@replaced-ip ) (Quit: WeeChat 1.6)
696 [03:03:30] *** Joins: citypw (~citypw@replaced-ip )
697 [03:03:57] <mnuhmnuh> if you're in a hotel, you're surrounded by coffee shops, librarys, ...
698 [03:04:19] <mnuhmnuh> unis
699 [03:04:20] *** Quits: aindilis (~aindilis@replaced-ip ) (Remote host closed the connection)
700 [03:04:39] <DerLGm> mnuhmnuh: not always
701 [03:04:45] *** Joins: aindilis (~aindilis@replaced-ip )
702 [03:04:57] <mnuhmnuh> course
703 [03:05:07] *** Joins: Dexter_F (~dexter@replaced-ip )
704 [03:05:28] <mnuhmnuh> i was in khartoum. :-)
705 [03:05:34] *** Quits: noobineer (~noobineer@replaced-ip ) (Remote host closed the connection)
706 [03:06:04] <mnuhmnuh> gov't ak's in all doorways. :-|
707 [03:06:58] *** Quits: slack_ (~slack@replaced-ip ) (Read error: Connection reset by peer)
708 [03:07:13] *** Quits: RadioManI (~RocknessA@replaced-ip ) (Quit: Leaving)
709 [03:07:50] <mnuhmnuh> loved it so much i didn't want to come back.
710 [03:08:13] *** Parts: polardroid (polardroid@replaced-ip ) ()
711 [03:08:31] *** Quits: Mahe (~mahe@replaced-ip ) (Ping timeout: 248 seconds)
712 [03:09:01] *** Quits: DexterF (~dexter@replaced-ip ) (Ping timeout: 268 seconds)
713 [03:10:21] *** Joins: Mahe (~mahe@replaced-ip )
714 [03:12:26] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
715 [03:12:46] *** Quits: soee (~soee@replaced-ip ) (Quit: Konversation terminated!)
716 [03:13:06] *** Joins: phinxy (~ted@replaced-ip )
717 [03:13:28] *** Darby_Crash is now known as Darby_Crash_Away
718 [03:13:37] *** Joins: stoilkov (~stoilkov@replaced-ip )
719 [03:13:45] *** Joins: xcm (~xcm@replaced-ip )
720 [03:14:10] *** Joins: Krennic (~Krennic@replaced-ip )
721 [03:14:23] *** Quits: Krennic (~Krennic@replaced-ip ) (Client Quit)
722 [03:15:11] *** Quits: kzimmermann (~username@replaced-ip ) (Ping timeout: 252 seconds)
723 [03:15:31] *** Quits: crn (~crn@replaced-ip ) (Quit: Leaving)
724 [03:15:53] *** Joins: crn (~crn@replaced-ip )
725 [03:15:59] *** Quits: TReK (~UnFaQ@replaced-ip ) (Ping timeout: 248 seconds)
726 [03:16:59] *** Quits: crn (~crn@replaced-ip ) (Client Quit)
727 [03:17:13] *** Joins: crn (~crn@replaced-ip )
728 [03:17:19] *** Joins: Krennic (~Krennic@replaced-ip )
729 [03:17:29] *** Quits: crn (~crn@replaced-ip ) (Client Quit)
730 [03:18:51] *** Joins: testnick123 (~yourhost@replaced-ip )
731 [03:18:55] *** Joins: TReK (~UnFaQ@replaced-ip )
732 [03:19:27] *** Quits: Guest16523 (~root@replaced-ip ) (Remote host closed the connection)
733 [03:19:41] *** Joins: root (~root@replaced-ip )
734 [03:20:05] *** root is now known as Guest85429
735 [03:21:01] *** Joins: xoke (sid184609@replaced-ip )
736 [03:21:11] *** Joins: sidmo (~ilven@replaced-ip )
737 [03:21:18] *** Joins: Zvmdyv (~Zvmdyv@replaced-ip )
738 [03:23:04] *** Quits: enki (~enki@replaced-ip ) (Ping timeout: 265 seconds)
739 [03:23:37] *** Quits: TigerbotHesh_ (~TigerbotH@replaced-ip ) (Remote host closed the connection)
740 [03:23:46] *** Joins: dreamon__ (~dreamon@replaced-ip )
741 [03:24:13] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
742 [03:24:31] *** Quits: sidmo_ (~ilven@replaced-ip ) (Ping timeout: 265 seconds)
743 [03:24:47] *** Joins: TigerbotHesh_ (~TigerbotH@replaced-ip )
744 [03:25:04] *** Quits: testnick123 (~yourhost@replaced-ip ) (Remote host closed the connection)
745 [03:25:06] *** Joins: enki (~enki@replaced-ip )
746 [03:25:21] *** Joins: testnick123 (~yourhost@replaced-ip )
747 [03:25:35] *** Joins: xcm (~xcm@replaced-ip )
748 [03:26:16] *** Joins: mandeep (mandeep@replaced-ip )
749 [03:28:24] *** Quits: prometheus_falli (~sluggo@replaced-ip ) (Ping timeout: 272 seconds)
750 [03:28:52] *** Quits: wilson (~wilson@replaced-ip ) (Ping timeout: 265 seconds)
751 [03:29:54] <mandeep> what's the recommended way to edit the grub menu? i have two kernels and i want to remove the newest one
752 [03:30:40] *** Joins: patterson (~patterson@replaced-ip )
753 [03:32:00] <dvs> delete that kernel package?
754 [03:32:05] *** Quits: aindilis (~aindilis@replaced-ip ) (Read error: Connection reset by peer)
755 [03:32:06] *** Joins: aindilis` (~aindilis@replaced-ip )
756 [03:32:14] <mandeep> dvs no just delete it from grub so it boots to the other kernel
757 [03:32:26] <dvs> mandeep, then use the default optippn
758 [03:32:30] <dvs> option
759 [03:32:39] <mandeep> dvs: the default option is the newest kernel. i want to boot to the prior one
760 [03:32:50] *** Quits: r4fkramer (~r4fkramer@replaced-ip ) (Quit: Leaving)
761 [03:33:04] <mandeep> 4.9.0.4 has issues so i want to use 4.9.0.3
762 [03:33:09] *** Quits: rizonz (~rizonz@replaced-ip ) (Quit: leaving)
763 [03:33:10] <dvs> mandeep, then change the kernel you want by changing the default option
764 [03:33:24] <mandeep> dvs: hmm can that be done from grub? i didnt see it
765 [03:33:59] *** Quits: townower (~tarnower@replaced-ip ) (Quit: leaving)
766 [03:34:04] *** Quits: zer0x (~zer0x@replaced-ip ) (Remote host closed the connection)
767 [03:34:32] *** Quits: kolla (~kolla@replaced-ip ) (Quit: %fog relay%)
768 [03:35:06] <dvs> mandeep, it's called "GRUB_DEFAULT"
769 [03:35:13] <dvs> in /etc/default/grub
770 [03:35:19] *** Joins: comatekeke (~androirc@replaced-ip )
771 [03:35:23] *** Joins: kolla (~kolla@replaced-ip )
772 [03:35:47] <mandeep> dvs: thanks
773 [03:35:50] <dvs> np
774 [03:37:04] *** Quits: Ricardo__ (~rick@replaced-ip ) (Remote host closed the connection)
775 [03:37:07] *** Quits: TigerbotHesh_ (~TigerbotH@replaced-ip ) (Remote host closed the connection)
776 [03:37:17] *** Joins: zer0x (~zer0x@replaced-ip )
777 [03:38:10] *** Joins: TigerbotHesh_ (~TigerbotH@replaced-ip )
778 [03:38:28] *** Joins: cyborg-one (~cyborg-on@replaced-ip )
779 [03:38:40] *** Quits: nic_ (~nic@replaced-ip ) (Quit: bed looks like a bed)
780 [03:39:09] *** Quits: vegenaise (~vegenaise@replaced-ip ) (Read error: Connection reset by peer)
781 [03:40:25] *** Joins: saison (~neil@replaced-ip )
782 [03:41:31] *** Joins: prometheus_falli (~sluggo@replaced-ip )
783 [03:42:00] *** Quits: Krennic (~Krennic@replaced-ip ) (Remote host closed the connection)
784 [03:42:07] *** Quits: RedSoxFan07 (~Thunderbi@replaced-ip ) (Ping timeout: 248 seconds)
785 [03:42:27] *** Quits: patterson (~patterson@replaced-ip ) (Ping timeout: 256 seconds)
786 [03:43:00] *** Joins: RedSoxFan07 (~Thunderbi@replaced-ip )
787 [03:43:11] *** Quits: v01t (~v01t@replaced-ip ) (Ping timeout: 248 seconds)
788 [03:43:32] *** Quits: shu (~haipeng@replaced-ip ) (Ping timeout: 276 seconds)
789 [03:43:46] *** Quits: eTarap (~gg@replaced-ip ) (Remote host closed the connection)
790 [03:44:01] *** debhelper sets mode: +l 1703
791 [03:44:54] *** Joins: shu (~haipeng@replaced-ip )
792 [03:47:35] *** Quits: farruinn (~nathan@replaced-ip ) (Quit: leaving)
793 [03:50:06] *** Quits: fuzzface (~fuzzface@replaced-ip ) (Quit: Leaving)
794 [03:50:14] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
795 [03:51:12] *** Quits: misty5 (~pokemongi@replaced-ip ) (Ping timeout: 272 seconds)
796 [03:53:44] *** Quits: Nekojimi (~jimj316@replaced-ip ) (Quit: Leaving)
797 [03:53:47] *** Quits: toozej (~toozej@replaced-ip##) (Quit: ZNC 1.6.5 - ##replaced-url
798 [03:56:01] *** Quits: auror (~auror@replaced-ip ) (Ping timeout: 248 seconds)
799 [03:56:24] *** Joins: toozej (~toozej@replaced-ip )
800 [03:56:41] *** Quits: ihre (~ihre@replaced-ip ) (Quit: [-j DROP])
801 [03:56:47] *** Joins: Edu4rdSHL (~Edward@replaced-ip )
802 [03:57:13] *** Quits: pburns (~spburns_@replaced-ip ) (Read error: Connection reset by peer)
803 [03:57:17] *** Joins: vegenaise (~vegenaise@replaced-ip )
804 [03:59:15] *** Quits: CodeBlue1776 (~CodeBlue1@replaced-ip ) (Read error: Connection reset by peer)
805 [03:59:21] *** Joins: pburns (~spburns_@replaced-ip )
806 [03:59:38] *** Joins: CodeBlue1776 (~CodeBlue1@replaced-ip )
807 [03:59:54] *** Joins: fearnothing (~nothing@replaced-ip )
808 [04:00:02] *** Quits: fearnothing (~nothing@replaced-ip ) (Changing host)
809 [04:00:03] *** Joins: fearnothing (~nothing@replaced-ip )
810 [04:00:20] *** Quits: pburns (~spburns_@replaced-ip ) (Max SendQ exceeded)
811 [04:00:22] *** Quits: banc (~master@replaced-ip##) (Quit: ZNC - ##replaced-url
812 [04:00:46] *** Joins: pedrodc_777 (~pedrodaco@replaced-ip )
813 [04:01:01] *** Quits: sulvone (~sulvone@replaced-ip ) (Remote host closed the connection)
814 [04:01:01] *** Joins: bunnypuncher (~bunnypunc@replaced-ip )
815 [04:01:17] *** Joins: sadtaco (~z@replaced-ip )
816 [04:01:21] <sadtaco> Is there wide availability of Epyc VMs anywhere? My server is 60-70% slower now, it looks like. :/
817 [04:01:46] *** Quits: PiterDaCosta (~pedrodaco@replaced-ip ) (Read error: Connection reset by peer)
818 [04:01:49] *** Joins: sulvone (~sulvone@replaced-ip )
819 [04:04:24] *** Quits: Dexter_F (~dexter@replaced-ip ) (Quit: Leaving)
820 [04:05:38] *** Joins: patterson (~patterson@replaced-ip )
821 [04:05:42] *** Joins: pburns (~spburns_@replaced-ip )
822 [04:06:14] *** Quits: patterson (~patterson@replaced-ip ) (Client Quit)
823 [04:06:44] *** Quits: PaulePanter (~paul@replaced-ip ) (Remote host closed the connection)
824 [04:08:10] *** Joins: bnw (~bnw@replaced-ip )
825 [04:10:35] *** Quits: holden- (~holden-@replaced-ip ) (Ping timeout: 260 seconds)
826 [04:10:36] *** Quits: Guest85429 (~root@replaced-ip ) (Read error: Connection reset by peer)
827 [04:11:06] *** Quits: jhutchins_wk (~jonathan@replaced-ip ) (Read error: Connection reset by peer)
828 [04:11:21] *** Joins: jhutchins_wk (~jonathan@replaced-ip )
829 [04:12:34] *** Quits: Halcy0n (~Halcy0n@replaced-ip ) (Remote host closed the connection)
830 [04:13:37] *** Quits: dreamon__ (~dreamon@replaced-ip ) (Ping timeout: 256 seconds)
831 [04:14:01] *** debhelper sets mode: +l 1696
832 [04:14:18] *** Joins: chachasmooth_ (~chachasmo@replaced-ip )
833 [04:14:43] *** Joins: skwingar (~skwingar@replaced-ip )
834 [04:15:23] *** Joins: banc (~master@replaced-ip )
835 [04:15:53] *** Joins: mandeep_ (mandeep@replaced-ip )
836 [04:16:02] *** Quits: chachasmooth (~chachasmo@replaced-ip ) (Ping timeout: 276 seconds)
837 [04:16:11] *** Quits: pburns (~spburns_@replaced-ip ) (Read error: Connection reset by peer)
838 [04:16:15] *** Quits: mandeep (mandeep@replaced-ip ) (Ping timeout: 248 seconds)
839 [04:16:40] *** Quits: skwingar (~skwingar@replaced-ip ) (Client Quit)
840 [04:16:57] *** Quits: frostschutz (~frostschu@replaced-ip ) (Ping timeout: 240 seconds)
841 [04:17:47] *** Joins: frostschutz (~frostschu@replaced-ip )
842 [04:17:52] *** Joins: Cosmophile (~matt@replaced-ip )
843 [04:18:03] *** Joins: disruptivefour (~disruptiv@replaced-ip )
844 [04:18:13] *** Joins: skwingar (~skwingar@replaced-ip )
845 [04:19:15] *** Quits: jh001 (~user@replaced-ip ) (Quit: leaving)
846 [04:19:46] *** Joins: nac (~nac@replaced-ip )
847 [04:20:06] *** Quits: RoyK (~roy@replaced-ip ) (Ping timeout: 265 seconds)
848 [04:20:53] *** Joins: RoyK (~roy@replaced-ip )
849 [04:20:53] *** Quits: RoyK (~roy@replaced-ip ) (Changing host)
850 [04:20:53] *** Joins: RoyK (~roy@replaced-ip )
851 [04:21:03] *** Joins: pburns (~spburns_@replaced-ip )
852 [04:21:35] *** Quits: m3lst4d (m3lst4d@replaced-ip ) (Ping timeout: 248 seconds)
853 [04:21:55] *** Quits: disruptivefour (~disruptiv@replaced-ip ) (Remote host closed the connection)
854 [04:22:09] *** Joins: midhun (6f5c0663@replaced-ip )
855 [04:22:18] *** Joins: disruptivefour (~disruptiv@replaced-ip )
856 [04:22:43] <midhun> replaced-url
857 [04:22:50] <midhun> please help me
858 [04:23:22] *** Joins: renzhi (~renzhi@replaced-ip )
859 [04:23:57] *** Parts: tincoxme (~tincoxme@replaced-ip ) ()
860 [04:24:41] *** Quits: lord_helmet (~lordhelme@replaced-ip ) (Remote host closed the connection)
861 [04:24:47] *** Joins: ruschlem (~ruschlem@replaced-ip )
862 [04:26:32] *** Joins: patterson (~patterson@replaced-ip )
863 [04:26:55] *** Quits: disruptivefour (~disruptiv@replaced-ip ) (Ping timeout: 248 seconds)
864 [04:27:21] *** Quits: prometheus_falli (~sluggo@replaced-ip ) (Remote host closed the connection)
865 [04:27:33] *** Quits: Schmetterwurm (~Schmetter@replaced-ip ) (Quit: Leaving)
866 [04:27:34] *** Joins: misty5 (~pokemongi@replaced-ip )
867 [04:27:59] *** Joins: BeamWatcher (~gashead76@replaced-ip )
868 [04:28:20] *** ulio__ is now known as ulio
869 [04:28:36] *** Joins: prometheus_falli (~sluggo@replaced-ip )
870 [04:28:41] *** Joins: atrx (~atrx@replaced-ip )
871 [04:29:12] *** Quits: sh1ro (~sh1ro@replaced-ip ) (Ping timeout: 272 seconds)
872 [04:29:57] *** Joins: canvon_ (~canvon@replaced-ip )
873 [04:30:02] <saison> was the latest kernel update for 9.3 related to the Intel specter/meltdown bug?
874 [04:30:15] *** Quits: canvon (~canvon@replaced-ip ) (Ping timeout: 265 seconds)
875 [04:31:15] *** Quits: atrx (~atrx@replaced-ip ) (Read error: Connection reset by peer)
876 [04:32:31] *** Quits: nac (~nac@replaced-ip ) (Ping timeout: 240 seconds)
877 [04:33:39] <rjsalts> replaced-url
878 [04:34:08] *** Joins: safe (~safe@replaced-ip )
879 [04:34:49] *** Joins: asterismo_l (~asterismo@replaced-ip )
880 [04:34:53] <rjsalts> sorry, that's too old
881 [04:35:01] *** Quits: frostschutz (~frostschu@replaced-ip ) (Quit: Leaving)
882 [04:35:26] <rjsalts> replaced-url
883 [04:36:31] *** Quits: GadgetGuru (~Thunderbi@replaced-ip ) (Quit: GadgetGuru)
884 [04:36:47] <saison> rjsalts: thanks, I tried looking for the 2018 security mailing list but couldn't find it for some reason
885 [04:38:03] *** Joins: iflema (~ian@replaced-ip )
886 [04:40:55] *** Quits: patterson (~patterson@replaced-ip ) (Ping timeout: 260 seconds)
887 [04:42:36] *** Joins: sh1ro (~sh1ro@replaced-ip )
888 [04:44:09] *** Quits: bolt (~r00t@replaced-ip ) (Remote host closed the connection)
889 [04:44:54] *** Joins: r0Oter (~r00ter@replaced-ip )
890 [04:44:57] *** Quits: r00ter (~r00ter@replaced-ip ) (Disconnected by services)
891 [04:45:16] *** Quits: Wharncliffe (coffee@replaced-ip ) (Quit: Lost terminal)
892 [04:46:02] *** Quits: Olipro (~Olipro@replaced-ip ) (Ping timeout: 255 seconds)
893 [04:48:26] *** Quits: SerajewelKS (~me@replaced-ip ) (Quit: meltdown)
894 [04:48:59] *** Quits: pburns (~spburns_@replaced-ip ) (Quit: buh bye)
895 [04:52:07] *** Joins: patterson (~patterson@replaced-ip )
896 [04:52:28] *** Joins: x032cx (~lxuser@replaced-ip )
897 [04:53:53] *** Quits: Zvmdyv (~Zvmdyv@replaced-ip ) (Remote host closed the connection)
898 [04:54:18] *** Joins: SerajewelKS (~me@replaced-ip )
899 [04:54:41] *** Joins: Olipro (~Olipro@replaced-ip )
900 [04:56:19] *** Quits: enki (~enki@replaced-ip ) (Ping timeout: 268 seconds)
901 [04:57:19] *** Joins: enki (~enki@replaced-ip )
902 [04:57:19] *** Quits: skwingar (~skwingar@replaced-ip ) (Quit: WeeChat 2.0.1)
903 [04:58:24] *** Joins: gonegirl (~gonegirl@replaced-ip )
904 [04:58:25] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
905 [04:58:32] *** Quits: gonegirl (~gonegirl@replaced-ip ) (Client Quit)
906 [04:59:48] *** Joins: xcm (~xcm@replaced-ip )
907 [05:00:27] *** Quits: jhutchins_wk (~jonathan@replaced-ip ) (Read error: Connection reset by peer)
908 [05:04:15] *** Joins: Raed|Laptop (~Raed@replaced-ip )
909 [05:05:00] *** Quits: fearnothing (~nothing@replaced-ip ) (Remote host closed the connection)
910 [05:05:02] *** Quits: dpkg (~dpkg@replaced-ip ) (Quit: buh bye!)
911 [05:05:24] *** Joins: hamersaw (~hamersaw@replaced-ip )
912 [05:05:25] *** Joins: dpkg (~dpkg@replaced-ip )
913 [05:05:37] *** Joins: Tigerbot_Hesh (~TigerbotH@replaced-ip )
914 [05:06:14] *** Joins: brian_ (~brian@replaced-ip )
915 [05:06:24] *** Joins: lord_helmet (~lordhelme@replaced-ip )
916 [05:07:27] *** Quits: mel00010 (~mel00010@replaced-ip ) (Ping timeout: 240 seconds)
917 [05:07:43] *** Joins: memes (~matthewem@replaced-ip )
918 [05:07:50] *** Quits: TigerbotHesh_ (~TigerbotH@replaced-ip ) (Ping timeout: 272 seconds)
919 [05:09:57] *** Joins: GeHa (~GeHa@replaced-ip )
920 [05:10:19] *** Joins: GJdan (~dan@replaced-ip )
921 [05:10:55] *** Quits: ruschlem (~ruschlem@replaced-ip ) (Quit: -a- Tschüss)
922 [05:12:15] *** Quits: rizzo (~RizzoTheR@replaced-ip ) (Ping timeout: 248 seconds)
923 [05:12:18] *** Quits: lord_helmet (~lordhelme@replaced-ip ) (Remote host closed the connection)
924 [05:13:17] *** Quits: sh00p (~z@replaced-ip ) (Read error: Connection reset by peer)
925 [05:17:38] *** Joins: atrx (~atrx@replaced-ip )
926 [05:18:25] *** Joins: Darcidride_ (~Darcidrid@replaced-ip )
927 [05:18:47] *** Quits: RoyK (~roy@replaced-ip ) (Quit: leaving)
928 [05:19:05] *** Joins: RoyK (~roy@replaced-ip )
929 [05:19:17] *** Quits: Darcidride__ (~Darcidrid@replaced-ip ) (Remote host closed the connection)
930 [05:19:33] *** Quits: paulgrmn__ (~paulgrmn@replaced-ip ) (Ping timeout: 264 seconds)
931 [05:21:20] *** Quits: pedrodc_777 (~pedrodaco@replaced-ip ) (Remote host closed the connection)
932 [05:22:13] *** Joins: [b0b] (~bob@replaced-ip )
933 [05:22:22] *** Quits: misterme (~misterme@replaced-ip ) (Remote host closed the connection)
934 [05:23:43] <somiaj> saison: only meltdown, the DSA says specter will be in a future update.
935 [05:25:28] *** Joins: auror (~auror@replaced-ip )
936 [05:25:28] *** Quits: auror (~auror@replaced-ip ) (Changing host)
937 [05:25:28] *** Joins: auror (~auror@replaced-ip )
938 [05:25:35] *** Quits: b0b (~bob@replaced-ip ) (Ping timeout: 256 seconds)
939 [05:25:37] *** [b0b] is now known as b0b
940 [05:27:34] *** Joins: Kyoku (~Kyoku@replaced-ip )
941 [05:27:49] *** Joins: lord_helmet (~lordhelme@replaced-ip )
942 [05:27:58] *** Quits: Olipro (~Olipro@replaced-ip ) (Ping timeout: 255 seconds)
943 [05:30:40] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
944 [05:30:41] *** Joins: Rokixz (~rokas@replaced-ip )
945 [05:31:22] *** Quits: fialka (~user__@replaced-ip ) (Quit: Leaving)
946 [05:32:08] *** Joins: GadgetGuru (~Thunderbi@replaced-ip )
947 [05:32:27] *** Quits: memes (~matthewem@replaced-ip ) (Ping timeout: 240 seconds)
948 [05:32:36] *** Quits: GadgetGuru (~Thunderbi@replaced-ip ) (Client Quit)
949 [05:33:52] *** Quits: brian_ (~brian@replaced-ip ) (Quit: Konversation terminated!)
950 [05:34:11] *** Joins: GadgetGuru (~Thunderbi@replaced-ip )
951 [05:34:18] *** Joins: Darcidride (~Darcidrid@replaced-ip )
952 [05:34:30] *** Joins: pedrodc (~pedrodaco@replaced-ip )
953 [05:35:13] *** Quits: Darcidride_ (~Darcidrid@replaced-ip ) (Remote host closed the connection)
954 [05:35:42] *** Quits: metxn (~metax@replaced-ip ) (Ping timeout: 272 seconds)
955 [05:36:35] *** Joins: TheOnlyOne (~OS-31567@replaced-ip )
956 [05:37:32] *** Quits: TheOnlyOne (~OS-31567@replaced-ip ) (Client Quit)
957 [05:38:23] *** Quits: comatekeke (~androirc@replaced-ip ) (Read error: Connection reset by peer)
958 [05:38:40] *** Joins: comatekeke (~androirc@replaced-ip )
959 [05:39:03] *** Quits: ulio (~kalium@replaced-ip ) (Quit: Konversation terminated!)
960 [05:39:21] *** Joins: pillupillu (~felix@replaced-ip )
961 [05:41:08] *** Quits: pedrodc (~pedrodaco@replaced-ip ) (Remote host closed the connection)
962 [05:42:06] *** Joins: atrx_ (~atrx@replaced-ip )
963 [05:45:08] *** Quits: atrx (~atrx@replaced-ip ) (Read error: Connection reset by peer)
964 [05:46:45] *** Joins: Olipro (~Olipro@replaced-ip )
965 [05:47:03] *** Joins: deehuck (~deehuck@replaced-ip )
966 [05:49:13] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 250 seconds)
967 [05:49:53] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
968 [05:52:47] *** Quits: lord_helmet (~lordhelme@replaced-ip ) (Ping timeout: 248 seconds)
969 [05:53:49] *** Joins: emdee (~noEmail@replaced-ip )
970 [05:54:57] *** Quits: pacha (~user@replaced-ip ) (Ping timeout: 264 seconds)
971 [05:55:48] *** Joins: Ericounet (~Ericounet@replaced-ip )
972 [05:56:48] *** Quits: ckuehl (~ckuehl@replaced-ip ) (Read error: Connection reset by peer)
973 [05:56:56] *** Joins: lord_helmet (~lordhelme@replaced-ip )
974 [05:57:07] *** Quits: hamersaw (~hamersaw@replaced-ip ) (Quit: WeeChat 1.6)
975 [05:58:01] *** Quits: wonderworld (~ww@replaced-ip ) (Remote host closed the connection)
976 [05:58:07] *** Quits: pillupillu (~felix@replaced-ip ) (Ping timeout: 255 seconds)
977 [05:58:30] *** Quits: misty5 (~pokemongi@replaced-ip ) (Ping timeout: 272 seconds)
978 [05:58:42] *** Quits: Delta-One (~zero@replaced-ip ) (Ping timeout: 265 seconds)
979 [06:00:21] *** Joins: v01t (~v01t@replaced-ip )
980 [06:00:36] *** Joins: pburns (~pburns@replaced-ip )
981 [06:01:47] *** Quits: LifeFrame (~smica83@replaced-ip ) (Quit: Bye)
982 [06:04:00] *** Quits: pburns (~pburns@replaced-ip ) (Client Quit)
983 [06:06:24] *** Quits: anthony25 (~anthony25@replaced-ip ) (Excess Flood)
984 [06:06:39] *** Joins: anthony25 (~anthony25@replaced-ip )
985 [06:07:05] *** Quits: RedSoxFan07 (~Thunderbi@replaced-ip ) (Ping timeout: 240 seconds)
986 [06:07:08] *** Quits: testnick123 (~yourhost@replaced-ip ) (Remote host closed the connection)
987 [06:07:10] *** Joins: hiexpo (~hiexpo@replaced-ip )
988 [06:08:42] *** Joins: mexicola (~mexicola@replaced-ip )
989 [06:10:32] *** Joins: Aussie_matt (~quassel@replaced-ip )
990 [06:10:35] *** Joins: Hydrastra (~LUX@replaced-ip )
991 [06:10:55] *** Quits: amcorrei1 (~amcorreia@replaced-ip ) (Ping timeout: 256 seconds)
992 [06:11:15] *** Parts: Sveta (~svetlana@replaced-ip ) ("до свидания")
993 [06:12:27] *** Quits: bzk89 (~OS-34800@replaced-ip ) (Ping timeout: 240 seconds)
994 [06:12:33] *** Quits: OS-34800 (~OS-34800@replaced-ip ) (Ping timeout: 248 seconds)
995 [06:14:01] *** debhelper sets mode: +l 1689
996 [06:18:58] *** Joins: mdee (~noEmail@replaced-ip )
997 [06:19:29] *** Quits: emdee (~noEmail@replaced-ip ) (Ping timeout: 248 seconds)
998 [06:19:57] *** Quits: Hydrastra (~LUX@replaced-ip ) (Read error: Connection reset by peer)
999 [06:20:42] *** Joins: Hydrastra (~LUX@replaced-ip )
1000 [06:21:06] *** Joins: lord_helmet_ (~lordhelme@replaced-ip )
1001 [06:21:11] *** Joins: aaap (~aaap@replaced-ip )
1002 [06:21:39] *** Joins: blingrang (~blingrang@replaced-ip )
1003 [06:21:52] *** Joins: DieMoesch (~thomas@replaced-ip )
1004 [06:22:58] *** Joins: awal1 (~awal1@replaced-ip )
1005 [06:23:45] *** Quits: lord_helmet (~lordhelme@replaced-ip ) (Ping timeout: 248 seconds)
1006 [06:25:10] *** Quits: DieMoesch (~thomas@replaced-ip ) (Client Quit)
1007 [06:26:21] *** Joins: craigp (~craigp@replaced-ip )
1008 [06:26:46] *** Parts: mexicola (~mexicola@replaced-ip ) ()
1009 [06:27:01] *** Joins: Spico (~Spico@replaced-ip )
1010 [06:27:49] *** Quits: Raed|Laptop (~Raed@replaced-ip ) (Ping timeout: 255 seconds)
1011 [06:27:51] <Spico> Debian 9 ships with a version of vim that has -clipboard (clipboard disabled).
1012 [06:28:59] <somiaj> I'm not familar with that option, what does it do (vim works just fine with my clipboard here)
1013 [06:29:25] *** Quits: metts (~metts@replaced-ip ) (Ping timeout: 260 seconds)
1014 [06:29:26] <Spico> Let's you copy to system clipboard.
1015 [06:29:39] <Spico> y = yank copies, but only within vim
1016 [06:29:43] <Spico> if you type :version
1017 [06:30:06] <somiaj> I guess I just let my terminal do the copying to clipboard for me, so I didn't notice.
1018 [06:30:07] <Spico> you will see either a "+" or "-" next to "clipboard" in a list of enabled/disabled features.
1019 [06:30:17] <sadtaco> hm well time to re set up servers. Is there some recommend Debian AMI for Amazon AWS use?
1020 [06:30:34] <Spico> If you see "+clipboard" then your version of vim was compiled with the clipboard feature enabled.
1021 [06:30:41] <awal1> any specific tool for check PTS via cli?
1022 [06:30:45] <Spico> Mine has "-clipboard"
1023 [06:31:00] <somiaj> Spico: I have +clipboard here, sure this isn't a user setting?
1024 [06:31:39] <somiaj> Spico: which vim package are you using, there is a vim-tiny that doesn't have to many features.
1025 [06:31:52] *** Quits: thinkpad (~thinkpad@replaced-ip ) (Quit: lawl)
1026 [06:31:59] <Spico> somiaj: If you read the 3rd paragraph of the 1st answer here: replaced-url
1027 [06:32:00] <awal1> I usually check pkgs being removed bcoz of x reason; I wonder if I can avoid web browser
1028 [06:32:23] <Spico> "Be aware that copying/pasting from the system clipboard will not work if :echo has('clipboard') returns 0. In this case, vim is not compiled with the +clipboard feature and you'll have to install a different version or recompile it."
1029 [06:32:48] <somiaj> Spico: which vim package are you using?
1030 [06:33:20] <Spico> somiaj: I would copy and paste it for you, but I can't :p
1031 [06:33:22] <Spico> hold on
1032 [06:33:45] <somiaj> Spico: dpkg -l | grep vim, are you using vim-tiny?
1033 [06:33:57] *** Quits: lord_helmet_ (~lordhelme@replaced-ip ) (Ping timeout: 264 seconds)
1034 [06:34:20] <Spico> VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Apr 23 2017 12:10:29)
1035 [06:34:46] <Spico> Includes patches: 1-197, 322, 377-378, 550
1036 [06:34:48] <somiaj> Spico: I want the package that installed that binary.
1037 [06:34:58] *** Quits: x032cx (~lxuser@replaced-ip ) (Quit: idts)
1038 [06:35:04] *** Quits: krytarik (~krytarik@replaced-ip ) (Quit: Tôi đi)
1039 [06:35:40] <somiaj> Spico: you can also see what vim alternative you are using, 'ls -l /etc/alternatives/vim' -- what is the name of the binary that link points at?
1040 [06:35:53] <Spico> Modified "debian-9.1.0-amd64-netinst.iso"
1041 [06:36:30] <Spico> I'm running Debian 9 from a Window8 laptop on a VMware virtual machine.
1042 [06:37:01] <Spico> oops.. disregard the word "Modified"
1043 [06:37:04] <Spico> that was a typo
1044 [06:37:18] <somiaj> Spico: that still doesnt' tell me what of the multiple vim packages debian provides you are using. what does the command I gave you say the link points at? 'ls -l /etc/alternatives/vim'
1045 [06:38:24] *** Joins: thinkpad (~thinkpad@replaced-ip )
1046 [06:39:33] <Spico> somiaj: when I type that, I get: lrwxrwxrwx 1 root root 18 Oct 1 03:13 /etc/alternatives/vim -> /usr/bin/vim.basic
1047 [06:40:59] *** Quits: JJ9 (~JJ9@replaced-ip ) (K-Lined)
1048 [06:41:04] *** Joins: lord_helmet (~lordhelme@replaced-ip )
1049 [06:41:04] <somiaj> Spico: you are using a very basic version of vim that has many features no compiled into it. If you need more features install a different vim package.
1050 [06:41:26] <somiaj> Spico: I use vim-gtk here.
1051 [06:41:34] *** Joins: NotMe (~NotMe@replaced-ip )
1052 [06:41:36] *** Joins: kajika (~corentin@replaced-ip )
1053 [06:41:55] *** NotMe is now known as Guest87534
1054 [06:41:57] <Spico> somiaj: If I did install a different package, would vi ./some/directory/some/file.c still be how I would open files?
1055 [06:42:52] *** Quits: Guest87534 (~NotMe@replaced-ip ) (K-Lined)
1056 [06:43:38] <somiaj> Spico: I belive so, if not you can use update-alternatives and point the vi link at that version.
1057 [06:44:08] <Spico> ah... ok. I need to google more about "linux update-alternatives"
1058 [06:44:10] <somiaj> Spico: debian just only ships with a very small, minimial configuration by default, but has different vim packages that correspond to different configurations.
1059 [06:44:28] <somiaj> Spico: update-alternatives is a debian command, so 'man update-alternatives'
1060 [06:44:43] <Spico> ahhh
1061 [06:45:00] *** Joins: dayten (~gnoid@replaced-ip )
1062 [06:45:09] *** Joins: lord_helmet_ (~lordhelme@replaced-ip )
1063 [06:45:31] <Spico> thanks
1064 [06:45:33] *** Joins: Matthew_Moore (~Matthew_M@replaced-ip )
1065 [06:46:08] *** Parts: Matthew_Moore (~Matthew_M@replaced-ip ) ()
1066 [06:46:09] *** Quits: lord_helmet (~lordhelme@replaced-ip ) (Ping timeout: 248 seconds)
1067 [06:46:16] *** Joins: jayarcsss (~jayarcs@replaced-ip )
1068 [06:47:03] *** Parts: comatekeke (~androirc@replaced-ip ) ("AndroIRC")
1069 [06:47:07] *** Joins: mdcx|wb (~mdcx|wb@replaced-ip )
1070 [06:47:09] *** Quits: jayarcss (~jayarcs@replaced-ip ) (Ping timeout: 264 seconds)
1071 [06:47:15] *** Quits: ChmEarl (~chmearl@replaced-ip ) (Quit: Leaving)
1072 [06:47:57] *** Quits: mdcx|wb (~mdcx|wb@replaced-ip ) (K-Lined)
1073 [06:48:21] *** Joins: Bento (~Bento@replaced-ip )
1074 [06:48:24] *** Quits: Bento (~Bento@replaced-ip ) (Remote host closed the connection)
1075 [06:49:27] *** Quits: glebihan (~glebihan@replaced-ip ) (Ping timeout: 240 seconds)
1076 [06:50:25] *** Joins: bolt (~r00t@replaced-ip )
1077 [06:51:46] *** Joins: GsFRY (~GsFRY@replaced-ip )
1078 [06:54:07] *** Quits: jayarcsss (~jayarcs@replaced-ip ) (Ping timeout: 248 seconds)
1079 [06:54:18] *** Quits: Ericounet (~Ericounet@replaced-ip ) (Remote host closed the connection)
1080 [06:55:27] *** Quits: GsFRY (~GsFRY@replaced-ip ) (Client Quit)
1081 [06:56:34] <capin> i'd like to install all the `build-essential` packages from a previous version of debian. is there a sane approach to getting this done?
1082 [06:57:12] <somiaj> I doubt a previous version of build-essential will do what you need, as that is just a meta package.
1083 [06:57:38] *** Quits: Tramp (~Tramp@replaced-ip ) (Quit: cu)
1084 [06:57:41] <somiaj> oh all, what version? Woudl creating a chroot to build in be a good alternatve.
1085 [06:58:09] *** Quits: Aussie_matt (~quassel@replaced-ip ) (Remote host closed the connection)
1086 [06:59:47] *** Joins: electro33 (uid613@replaced-ip )
1087 [07:00:31] <somiaj> capin: you could use debootstrap to create a chroot of the previous version of debian, install build-essential inside the chroot, and do all the compling inside the chroot using the previous versions libaries and tools.
1088 [07:00:33] <capin> somiaj: trying not to abstract this to another step. I was able to install gcc-3.4 and g++-3.4 by adding the sources for lenny in `/etc/apt/sources.list`
1089 [07:01:51] <somiaj> build essential also includes libc6-dev and you most likely don't want to change the libc6 version.
1090 [07:02:22] <capin> i was hoping I could just setup an environment variable
1091 [07:02:36] <capin> to point to the proper libc
1092 [07:02:43] <somiaj> I would just create a lenny chroot and build in there, then you have a clean enviroment using the versions you need.
1093 [07:03:00] <capin> 👍
1094 [07:03:05] *** Quits: CompWizrd (compwiz@replaced-ip ) (Ping timeout: 276 seconds)
1095 [07:03:27] <somiaj> but I don't know of any easy way to install all of build-essential from a previous version of debian that would be supported.
1096 [07:04:28] *** Joins: glebihan (~glebihan@replaced-ip )
1097 [07:04:49] *** Quits: geri (cfed5159@replaced-ip ) (Ping timeout: 260 seconds)
1098 [07:05:19] *** Quits: atrx_ (~atrx@replaced-ip ) (Ping timeout: 256 seconds)
1099 [07:05:27] *** Joins: dionysus69 (~Thunderbi@replaced-ip )
1100 [07:05:43] *** Joins: yuitimot1 (~yuitimoth@replaced-ip )
1101 [07:07:07] *** Joins: maxst33l (~v3ng3r@replaced-ip )
1102 [07:07:08] *** Joins: dreamon__ (~dreamon@replaced-ip )
1103 [07:07:29] *** Joins: CompWizrd (compwiz@replaced-ip )
1104 [07:08:07] *** Joins: xormor (~xormor@replaced-ip )
1105 [07:10:34] *** Quits: maxst33l (~v3ng3r@replaced-ip ) (Client Quit)
1106 [07:13:01] *** Quits: Nnnavd (~Nnavd@replaced-ip ) (Read error: Connection reset by peer)
1107 [07:13:19] *** Quits: monstr0 (~monstr0@replaced-ip ) (Ping timeout: 248 seconds)
1108 [07:13:27] *** Quits: yuitimot1 (~yuitimoth@replaced-ip ) (K-Lined)
1109 [07:15:41] *** Quits: Spico (~Spico@replaced-ip ) (Quit: Leaving)
1110 [07:18:11] *** Joins: monstr0 (~monstr0@replaced-ip )
1111 [07:19:27] *** Quits: dionysus69 (~Thunderbi@replaced-ip ) (Ping timeout: 240 seconds)
1112 [07:20:17] *** Joins: nix64bit (~Thunderbi@replaced-ip )
1113 [07:20:23] *** Quits: cyborg-one (~cyborg-on@replaced-ip ) (Ping timeout: 265 seconds)
1114 [07:26:29] *** Joins: atrx_ (~atrx@replaced-ip )
1115 [07:27:18] *** Quits: dtux (~david@replaced-ip ) (Remote host closed the connection)
1116 [07:28:34] *** Quits: hiexpo (~hiexpo@replaced-ip##) (Quit: Communi 3.5.0 - ##replaced-url
1117 [07:29:52] *** Joins: dtux (~david@replaced-ip )
1118 [07:30:05] *** Quits: Nawab (~OtakuSenp@replaced-ip ) (Ping timeout: 240 seconds)
1119 [07:30:29] *** Joins: LocaMocha (bocaneri@replaced-ip )
1120 [07:31:31] *** Joins: setty (~setty@replaced-ip )
1121 [07:32:22] *** Joins: Nawab (~OtakuSenp@replaced-ip )
1122 [07:32:32] *** Joins: mollusk (~tt@replaced-ip )
1123 [07:33:14] *** Joins: n4dir (~user@replaced-ip )
1124 [07:33:51] *** Joins: Zvmdyv (~Zvmdyv@replaced-ip )
1125 [07:34:57] *** Joins: Delta-One (~zero@replaced-ip )
1126 [07:36:26] *** Joins: Trpger (~PalPV4@replaced-ip )
1127 [07:36:34] *** Parts: Trpger (~PalPV4@replaced-ip ) ()
1128 [07:37:19] *** Quits: GhostInTheShell (~melkor@replaced-ip ) (Quit: Programmers don't die. They just GOSUB without RETURN.)
1129 [07:37:44] *** Quits: nix64bit (~Thunderbi@replaced-ip ) (Quit: nix64bit)
1130 [07:39:24] *** Joins: baa44_ (~root@replaced-ip )
1131 [07:39:25] *** Quits: baa44 (~root@replaced-ip ) (Read error: Connection reset by peer)
1132 [07:40:32] *** Quits: Zorroness (~Zorroness@replaced-ip ) (Quit: WeeChat 1.9.1)
1133 [07:40:35] *** Quits: dayten (~gnoid@replaced-ip ) (Ping timeout: 250 seconds)
1134 [07:40:51] *** Quits: deehuck (~deehuck@replaced-ip ) (Remote host closed the connection)
1135 [07:40:55] *** Joins: Zorroness (~Zorroness@replaced-ip )
1136 [07:41:20] *** Joins: metts (~metts@replaced-ip )
1137 [07:42:50] *** Quits: ghost43 (~daer@replaced-ip ) (Remote host closed the connection)
1138 [07:43:00] *** Quits: midhun (6f5c0663@replaced-ip ) (Quit: Page closed)
1139 [07:43:11] *** Quits: masber (~masber@replaced-ip ) (Read error: Connection reset by peer)
1140 [07:44:29] *** Joins: codebam_ (~codebam@replaced-ip )
1141 [07:44:31] *** Joins: ghost43 (~daer@replaced-ip )
1142 [07:44:38] *** Joins: GhostInTheShell (~melkor@replaced-ip )
1143 [07:45:43] *** Joins: Ralin3_ (~Ralin3@replaced-ip )
1144 [07:45:43] *** Quits: Ralin3 (~Ralin3@replaced-ip ) (Read error: Connection reset by peer)
1145 [07:45:55] *** Ralin3_ is now known as Ralin3
1146 [07:46:41] *** Joins: j3rosn (~j3rosn@replaced-ip )
1147 [07:46:54] *** Quits: codebam (~codebam@replaced-ip ) (Ping timeout: 272 seconds)
1148 [07:47:11] *** Joins: dayten (~gnoid@replaced-ip )
1149 [07:48:10] *** Quits: mandeep_ (mandeep@replaced-ip ) (Ping timeout: 260 seconds)
1150 [07:48:20] *** Joins: KidBeta (~textual@replaced-ip )
1151 [07:48:40] *** Joins: pingfloyd (~pingfloyd@replaced-ip )
1152 [07:48:47] *** Quits: KidBeta (~textual@replaced-ip ) (Changing host)
1153 [07:48:47] *** Joins: KidBeta (~textual@replaced-ip )
1154 [07:48:54] *** Quits: Nawab (~OtakuSenp@replaced-ip ) (Ping timeout: 265 seconds)
1155 [07:49:47] *** Quits: j3rosn (~j3rosn@replaced-ip ) (Client Quit)
1156 [07:50:45] *** Joins: Nawab (~OtakuSenp@replaced-ip )
1157 [07:51:02] *** Joins: setty_ (~setty@replaced-ip )
1158 [07:51:33] *** Joins: Nnavd (~Nnavd@replaced-ip )
1159 [07:52:17] *** Joins: deehuck (~deehuck@replaced-ip )
1160 [07:53:44] *** Quits: setty (~setty@replaced-ip ) (Ping timeout: 265 seconds)
1161 [07:55:23] *** chaology_ is now known as chaology
1162 [07:55:46] *** Quits: Tranmi (~Tranmi@replaced-ip ) (Ping timeout: 272 seconds)
1163 [07:55:49] *** Quits: deehuck (~deehuck@replaced-ip ) (Client Quit)
1164 [07:57:29] <foxmask> o/
1165 [07:57:31] *** Joins: ogny (~orkun@replaced-ip )
1166 [07:59:12] *** Joins: firefox (~firefox@replaced-ip )
1167 [07:59:44] *** Joins: jarfr (~jarfr@replaced-ip )
1168 [07:59:45] *** Quits: jfsCommit (~kdevtmpfs@replaced-ip ) (Ping timeout: 248 seconds)
1169 [08:00:17] *** Quits: annadane (~annadane@replaced-ip ) (Ping timeout: 256 seconds)
1170 [08:00:30] *** Joins: scream (~scream@replaced-ip )
1171 [08:00:51] *** Joins: anirban (~anirban@replaced-ip )
1172 [08:01:00] *** Joins: oceandrive (~oceandriv@replaced-ip )
1173 [08:02:12] *** Quits: jarfr (~jarfr@replaced-ip ) (Client Quit)
1174 [08:04:29] *** Quits: asterismo_l (~asterismo@replaced-ip ) (Ping timeout: 252 seconds)
1175 [08:06:15] *** Quits: f4cl3y (~f4cl3y@replaced-ip ) (Ping timeout: 260 seconds)
1176 [08:06:47] *** Joins: Haohmaru (~Haohmaru@replaced-ip )
1177 [08:07:14] *** Joins: dec0n (~dec0n@replaced-ip )
1178 [08:07:33] *** Joins: hammer065 (~hammer065@replaced-ip )
1179 [08:07:35] *** Quits: LameRock (~xadmin@replaced-ip ) (Ping timeout: 240 seconds)
1180 [08:07:53] *** Joins: LameRock (~xadmin@replaced-ip )
1181 [08:08:17] *** LameRock is now known as Guest98459
1182 [08:08:43] *** Quits: Delta-One (~zero@replaced-ip ) (Ping timeout: 265 seconds)
1183 [08:10:00] *** Quits: saison (~neil@replaced-ip ) (Quit: Lost terminal)
1184 [08:15:07] *** Joins: Neomex (~quassel@replaced-ip )
1185 [08:15:11] *** Quits: Guest98459 (~xadmin@replaced-ip ) (Ping timeout: 248 seconds)
1186 [08:15:28] *** Joins: LameRock_ (~xadmin@replaced-ip )
1187 [08:15:46] *** Quits: ra1stlin (~ra1stlin@replaced-ip##) (Quit: The Lounge - ##replaced-url
1188 [08:16:27] *** Quits: diniwed (~gavron@replaced-ip ) (Ping timeout: 240 seconds)
1189 [08:16:29] *** Joins: ra1stlin (~ra1stlin@replaced-ip )
1190 [08:17:09] *** Quits: Zvmdyv (~Zvmdyv@replaced-ip ) (Remote host closed the connection)
1191 [08:19:37] *** Joins: TuxMeister (~TuxMeiste@replaced-ip )
1192 [08:20:48] *** Quits: bunnypuncher (~bunnypunc@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
1193 [08:21:35] *** Quits: rolig (~rolig@replaced-ip ) (Ping timeout: 248 seconds)
1194 [08:23:17] *** Joins: rolig (~rolig@replaced-ip )
1195 [08:23:56] *** Joins: Delta-One (~zero@replaced-ip )
1196 [08:24:29] *** Joins: chele (~chele@replaced-ip )
1197 [08:24:38] *** Quits: mollusk (~tt@replaced-ip ) (Quit: My MacBook Air has gone to sleep. ZZZzzz…)
1198 [08:24:59] *** Joins: conta (~Thunderbi@replaced-ip )
1199 [08:26:56] *** Quits: chaology (~James5979@replaced-ip ) (Quit: WeeChat 1.6)
1200 [08:27:24] *** Joins: chaology (~James5979@replaced-ip )
1201 [08:29:13] *** Joins: OS-33055 (~OS-33055@replaced-ip )
1202 [08:31:11] *** Quits: LameRock_ (~xadmin@replaced-ip ) (Ping timeout: 248 seconds)
1203 [08:31:15] *** Quits: OS-33055 (~OS-33055@replaced-ip ) (Quit: Leaving)
1204 [08:31:45] *** Joins: mollusk (~tt@replaced-ip )
1205 [08:32:08] *** Joins: CapsAdmin (~CapsAdmin@replaced-ip )
1206 [08:33:16] *** Joins: Guest26275 (~metts@replaced-ip )
1207 [08:33:39] *** Joins: zabumbaa (~user@replaced-ip )
1208 [08:34:15] *** Quits: apollo13 (apollo13@replaced-ip##) (Quit: ZNC - ##replaced-url
1209 [08:34:19] *** Joins: gagrio (~gagrio@replaced-ip )
1210 [08:35:02] *** Joins: apollo13 (apollo13@replaced-ip )
1211 [08:35:08] *** Joins: qba73 (~qba73@replaced-ip )
1212 [08:35:59] *** Quits: metts (~metts@replaced-ip ) (Ping timeout: 248 seconds)
1213 [08:36:20] *** Joins: KnoP (~andreas@replaced-ip )
1214 [08:37:31] *** Quits: qba73 (~qba73@replaced-ip ) (Remote host closed the connection)
1215 [08:38:11] *** Joins: qba73 (~qba73@replaced-ip )
1216 [08:38:35] *** Quits: yeticry (~yeticry@replaced-ip ) (Ping timeout: 252 seconds)
1217 [08:39:34] *** Joins: setty__ (~setty@replaced-ip )
1218 [08:40:12] *** Quits: mollusk (~tt@replaced-ip ) (Quit: My MacBook Air has gone to sleep. ZZZzzz…)
1219 [08:40:25] *** Joins: yeticry (~yeticry@replaced-ip )
1220 [08:40:27] *** Joins: OS-31823 (~root@replaced-ip )
1221 [08:40:37] *** Quits: futex (~quassel@replaced-ip ) (Ping timeout: 265 seconds)
1222 [08:41:27] *** Joins: zeitsofa (~zeitsofa@replaced-ip )
1223 [08:42:05] *** Joins: ongolaBoy (~ongolaBoy@replaced-ip )
1224 [08:42:21] *** Quits: dave0x6d (uid190567@replaced-ip ) (Quit: Connection closed for inactivity)
1225 [08:42:33] *** Joins: futex (~quassel@replaced-ip )
1226 [08:42:38] *** Quits: setty_ (~setty@replaced-ip ) (Ping timeout: 268 seconds)
1227 [08:43:56] *** Joins: pyface (~pyface@replaced-ip )
1228 [08:43:57] *** Quits: qba73 (~qba73@replaced-ip ) (Ping timeout: 240 seconds)
1229 [08:44:01] *** debhelper sets mode: +l 1697
1230 [08:44:05] *** Quits: patterson (~patterson@replaced-ip ) (Quit: I quit)
1231 [08:44:10] *** Quits: chaology (~James5979@replaced-ip ) (Quit: WeeChat 1.6)
1232 [08:45:38] *** Joins: mati (~mati@replaced-ip )
1233 [08:46:07] *** Joins: jerdef82 (~jerdef@replaced-ip )
1234 [08:46:31] *** Quits: awal1 (~awal1@replaced-ip ) (Quit: Leaving)
1235 [08:47:03] *** Joins: woshty (~woshty@replaced-ip )
1236 [08:48:16] *** Parts: jerdef82 (~jerdef@replaced-ip ) ()
1237 [08:48:54] *** Quits: KidBeta (~textual@replaced-ip ) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
1238 [08:48:57] *** Quits: dreamon__ (~dreamon@replaced-ip ) (Ping timeout: 264 seconds)
1239 [08:51:12] *** Joins: jerdef82 (~jerdef@replaced-ip )
1240 [08:51:46] *** Joins: in1t3r (~shiva@replaced-ip )
1241 [08:52:30] *** Quits: TimJay (~tim@replaced-ip ) (Quit: Konversation terminated!)
1242 [08:53:49] *** Quits: dayten (~gnoid@replaced-ip ) (Read error: Connection reset by peer)
1243 [08:53:57] *** Quits: kculpis (~kculpic@replaced-ip ) (Ping timeout: 240 seconds)
1244 [08:54:02] *** Quits: High_Priest (~hp@replaced-ip ) (Remote host closed the connection)
1245 [08:54:42] *** Joins: f4cl3y (~f4cl3y@replaced-ip )
1246 [08:55:00] *** Joins: in1t3r_ (~shiva@replaced-ip )
1247 [08:55:49] *** Joins: KidBeta (~textual@replaced-ip )
1248 [08:57:19] *** Quits: OS-31823 (~root@replaced-ip ) (Ping timeout: 248 seconds)
1249 [08:57:39] *** Joins: OS-31823 (~root@replaced-ip )
1250 [08:57:40] *** Quits: in1t3r (~shiva@replaced-ip ) (Ping timeout: 252 seconds)
1251 [08:59:23] *** Joins: mabynogy (~mabynogy@replaced-ip )
1252 [08:59:29] <mabynogy> hello
1253 [08:59:51] *** Joins: chaology (~James5979@replaced-ip )
1254 [09:00:01] *** Quits: zabumbaa (~user@replaced-ip ) (Quit: Leaving)
1255 [09:00:02] *** Quits: firefox (~firefox@replaced-ip ) (Remote host closed the connection)
1256 [09:01:40] *** Quits: enkrypt (~enkrypt@replaced-ip ) (Quit: WeeChat 1.6)
1257 [09:01:52] *** Quits: chaology (~James5979@replaced-ip ) (Client Quit)
1258 [09:02:06] *** Quits: Edu4rdSHL (~Edward@replaced-ip ) (Quit: WeeChat 2.0.1)
1259 [09:03:24] *** Joins: endstille (~endstille@replaced-ip )
1260 [09:03:29] *** Joins: chaology (~James5979@replaced-ip )
1261 [09:03:46] *** Quits: soulz (~soulz@replaced-ip ) (Remote host closed the connection)
1262 [09:03:59] *** Quits: chaology (~James5979@replaced-ip ) (Client Quit)
1263 [09:04:01] *** debhelper sets mode: +l 1691
1264 [09:04:39] *** Joins: flyte (~flyte@replaced-ip )
1265 [09:04:47] *** Joins: la_mettrie (rimrunner@replaced-ip )
1266 [09:04:54] *** Joins: llucenic (~Thunderbi@replaced-ip )
1267 [09:04:59] <la_mettrie> i am disapoinnted that debian.org pages do not say anything about you-know-what-topic
1268 [09:05:25] <la_mettrie> disappointed even
1269 [09:05:28] *** Quits: llucenic (~Thunderbi@replaced-ip ) (Remote host closed the connection)
1270 [09:05:39] *** Joins: chaology (~James5979@replaced-ip )
1271 [09:05:52] *** Joins: qba73 (~qba73@replaced-ip )
1272 [09:05:57] *** Joins: Capprentice (~Capprenti@replaced-ip )
1273 [09:05:57] *** Joins: llucenic (~Thunderbi@replaced-ip )
1274 [09:06:18] *** Joins: NetTerminalGene (~NetTermin@replaced-ip )
1275 [09:06:26] *** Parts: la_mettrie (rimrunner@replaced-ip ) ()
1276 [09:07:23] <NetTerminalGene> do you guys got new kernel update? my debian keeps the package and doesn't update
1277 [09:07:42] *** Quits: chaology (~James5979@replaced-ip ) (Client Quit)
1278 [09:08:32] *** Quits: n4dir (~user@replaced-ip ) (Remote host closed the connection)
1279 [09:08:38] *** Quits: flyte (~flyte@replaced-ip ) (K-Lined)
1280 [09:09:04] *** Quits: endstille (~endstille@replaced-ip ) (Quit: I'll be back.)
1281 [09:09:28] *** Joins: dandon_ (~dandon@replaced-ip )
1282 [09:09:35] *** Joins: chaology (~James5979@replaced-ip )
1283 [09:09:37] <darxmurf> Unpacking linux-image-4.9.0-5-amd64 (4.9.65-3+deb9u2) ...
1284 [09:09:40] <darxmurf> this one ?
1285 [09:09:54] <mabynogy> replaced-url
1286 [09:09:57] *** Quits: chaology (~James5979@replaced-ip ) (Client Quit)
1287 [09:10:05] *** Quits: Kira (~Kira@replaced-ip ) (Quit: Leaving)
1288 [09:10:09] *** Joins: uNmowed (~Mayu@replaced-ip )
1289 [09:10:25] *** Joins: DerLG (~derlg@replaced-ip )
1290 [09:10:47] *** Quits: DerLG (~derlg@replaced-ip ) (Remote host closed the connection)
1291 [09:10:48] <NetTerminalGene> darxmurf, yes
1292 [09:11:04] *** Joins: chaology (~James5979@replaced-ip )
1293 [09:11:21] <NetTerminalGene> it says. it will keep current situation
1294 [09:11:34] *** Joins: bbdgl (~Thunderbi@replaced-ip )
1295 [09:11:39] *** Joins: BlueByte (~walther@replaced-ip )
1296 [09:11:48] *** Joins: soulz (~soulz@replaced-ip )
1297 [09:11:52] <darxmurf> did you upgrade or dist-upgrade ?
1298 [09:13:09] <NetTerminalGene> darxmurf, i so upgrade
1299 [09:13:12] <NetTerminalGene> do*
1300 [09:13:31] <darxmurf> dist-upgrade for the kernel :-)
1301 [09:14:01] *** debhelper sets mode: +l 1698
1302 [09:15:10] <NetTerminalGene> darxmurf, o.0 i use debian about 2,5 years i didn't know that
1303 [09:15:38] <darxmurf> well, I had to run dist-upgrade for the kernel :D
1304 [09:15:42] *** Quits: mabynogy (~mabynogy@replaced-ip##) (Quit: ZNC 1.6.5+deb1 - ##replaced-url
1305 [09:15:44] <darxmurf> not sure if it's the rule
1306 [09:16:48] *** Quits: chaology (~James5979@replaced-ip ) (Quit: WeeChat 1.6)
1307 [09:17:31] *** Joins: chaology (~James5979@replaced-ip )
1308 [09:17:31] *** Joins: enkrypt (~enkrypt@replaced-ip )
1309 [09:17:35] *** Quits: enkrypt (~enkrypt@replaced-ip ) (Client Quit)
1310 [09:17:44] <NetTerminalGene> yeah dist-upgrade upgraded kernel
1311 [09:18:12] *** Joins: JustASlacker (~JustASlac@replaced-ip )
1312 [09:18:40] *** Quits: NetTerminalGene (~NetTermin@replaced-ip ) (Quit: Leaving)
1313 [09:18:43] *** Joins: ang310 (~ang310@replaced-ip )
1314 [09:19:17] *** Parts: ang310 (~ang310@replaced-ip ) ()
1315 [09:19:31] *** Quits: qba73 (~qba73@replaced-ip ) ()
1316 [09:19:41] *** Joins: enkrypt (~enkrypt@replaced-ip )
1317 [09:20:05] *** Quits: teatime (~p@replaced-ip ) (Ping timeout: 240 seconds)
1318 [09:20:28] *** Joins: NetTerminalGene (~NetTermin@replaced-ip )
1319 [09:20:32] *** Quits: chaology (~James5979@replaced-ip ) (Client Quit)
1320 [09:20:54] *** Quits: aaap (~aaap@replaced-ip ) (Quit: leaving)
1321 [09:21:08] *** Joins: TomyWork (~tomy@replaced-ip )
1322 [09:21:56] *** Joins: mrig (~mrig@replaced-ip )
1323 [09:24:28] *** Joins: dionysus69 (~Thunderbi@replaced-ip )
1324 [09:24:39] <NetTerminalGene> spectre vuln. is not addressed! :S
1325 [09:25:01] *** Joins: mabynogy (~mabynogy@replaced-ip )
1326 [09:25:51] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
1327 [09:26:09] <NetTerminalGene> and welcome performance drop
1328 [09:27:07] *** Joins: xcm (~xcm@replaced-ip )
1329 [09:27:14] *** Joins: teatime (~p@replaced-ip )
1330 [09:27:38] *** teatime is now known as Guest53808
1331 [09:27:49] *** Joins: Tranmi (~Tranmi@replaced-ip )
1332 [09:27:57] *** Joins: _0x4B1 (~Thereisno@replaced-ip )
1333 [09:28:04] *** Joins: zaq (~zaq_2@replaced-ip )
1334 [09:28:49] *** Quits: Nnavd (~Nnavd@replaced-ip ) (Ping timeout: 248 seconds)
1335 [09:29:09] *** Quits: Smeared_Beard (~SmearedBe@replaced-ip ) (Ping timeout: 264 seconds)
1336 [09:29:21] *** Quits: setty__ (~setty@replaced-ip ) (Ping timeout: 248 seconds)
1337 [09:30:09] *** Joins: sjoerd (~sjoerd@replaced-ip )
1338 [09:30:43] *** Joins: conta1 (~Thunderbi@replaced-ip )
1339 [09:31:42] *** Joins: Aussie_matt (~quassel@replaced-ip )
1340 [09:33:00] *** Joins: LioneLL (~Pidgin@replaced-ip )
1341 [09:33:23] *** Joins: asdfasdfa (822b5db4@replaced-ip )
1342 [09:33:29] *** Joins: bvdk (~bvdkfreen@replaced-ip )
1343 [09:33:44] <asdfasdfa> Does anyone know if it's normal that driconf fails on a Wayland gnome but works on a Xorg gnome?
1344 [09:34:01] *** debhelper sets mode: +l 1706
1345 [09:35:05] *** Quits: conta1 (~Thunderbi@replaced-ip ) (Ping timeout: 240 seconds)
1346 [09:35:35] *** Joins: Pjusur (~Pjusur@replaced-ip )
1347 [09:36:16] *** Joins: RebelCoder (~RebelCode@replaced-ip )
1348 [09:37:51] *** Quits: GeHa (~GeHa@replaced-ip ) (Ping timeout: 248 seconds)
1349 [09:38:15] *** Quits: volter (~volter@replaced-ip ) (Quit: leaving)
1350 [09:38:31] *** Joins: DerLG (~derlg@replaced-ip )
1351 [09:39:13] *** Quits: asdfasdfa (822b5db4@replaced-ip ) (Quit: Page closed)
1352 [09:39:39] *** Joins: Simeon (~secure@replaced-ip )
1353 [09:39:48] *** Quits: thunderrd (~thunderrd@replaced-ip ) (Remote host closed the connection)
1354 [09:40:12] *** Joins: GeHa (~GeHa@replaced-ip )
1355 [09:40:27] *** Joins: asdfasdfa (~asdfasdfa@replaced-ip )
1356 [09:40:44] *** Joins: Bona (~Bona@replaced-ip )
1357 [09:40:47] *** Quits: craigp (~craigp@replaced-ip ) (Remote host closed the connection)
1358 [09:41:23] *** Joins: craigp (~craigp@replaced-ip )
1359 [09:42:06] *** Joins: JohnA (~john@replaced-ip )
1360 [09:42:21] *** Joins: doxasticfox (~doxasticf@replaced-ip )
1361 [09:42:47] *** Quits: Psy-Q (~psy-q@replaced-ip ) (Read error: Connection reset by peer)
1362 [09:42:52] *** Quits: Capprentice (~Capprenti@replaced-ip##) (Quit: KVIrc 4.9.2 Aria ##replaced-url
1363 [09:43:03] *** Joins: meta-coder (~ident@replaced-ip )
1364 [09:43:34] *** Quits: safe (~safe@replaced-ip ) (Quit: Leaving)
1365 [09:43:39] *** Quits: asdfasdfa (~asdfasdfa@replaced-ip ) (Remote host closed the connection)
1366 [09:44:17] *** Quits: KidBeta (~textual@replaced-ip ) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
1367 [09:44:23] *** Joins: asdfasdfa (~asdfasdfa@replaced-ip )
1368 [09:44:48] *** Joins: gnr (~gnr@replaced-ip )
1369 [09:44:58] *** Quits: Simeon (~secure@replaced-ip ) (Quit: JusT ShakE iT!)
1370 [09:44:59] *** Joins: Psy-Q (~psy-q@replaced-ip )
1371 [09:45:03] *** Darby_Crash_Away is now known as Darby_Crash
1372 [09:45:21] *** Joins: _0x4B1_ (~Thereisno@replaced-ip )
1373 [09:45:24] *** Joins: overlord_tm (~andraz@replaced-ip )
1374 [09:45:43] *** Joins: Simeon (~secure@replaced-ip )
1375 [09:45:49] *** Quits: craigp (~craigp@replaced-ip ) (Ping timeout: 255 seconds)
1376 [09:46:05] *** Quits: lan_stuff (~root@replaced-ip ) (Quit: leaving)
1377 [09:46:57] *** Quits: OS-31823 (~root@replaced-ip ) (Ping timeout: 240 seconds)
1378 [09:47:25] *** Joins: High_Priest (~hp@replaced-ip )
1379 [09:47:31] *** Quits: _0x4B1 (~Thereisno@replaced-ip ) (Ping timeout: 240 seconds)
1380 [09:47:47] *** Quits: Simeon (~secure@replaced-ip ) (Client Quit)
1381 [09:48:31] *** Joins: lmw (~lmw@replaced-ip )
1382 [09:48:57] *** Quits: kopper (~mrbabar@replaced-ip ) (Quit: leaving)
1383 [09:49:14] *** Joins: cerbere (~cerbere@replaced-ip )
1384 [09:49:15] *** Joins: ang310 (~ang310@replaced-ip )
1385 [09:49:16] *** Joins: Fnerd (~chr@replaced-ip )
1386 [09:49:27] <lmw> Hi. I have got linux-image-4.9.0-5-amd64 in Stretch from "main/updates/security", but I'm unable to find it at replaced-url
1387 [09:49:31] <ang310> hi all
1388 [09:50:05] *** Quits: foul_owl (~foul_owl@replaced-ip ) (Ping timeout: 240 seconds)
1389 [09:50:05] <ang310> having some systemd issues with latest unstable update :(
1390 [09:50:33] *** Parts: ang310 (~ang310@replaced-ip ) ()
1391 [09:50:41] *** Joins: lpopov (~lpopov@replaced-ip )
1392 [09:50:41] *** Quits: dandon_ (~dandon@replaced-ip ) (Read error: Connection reset by peer)
1393 [09:50:50] *** Joins: kopper (~mrbabar@replaced-ip )
1394 [09:50:52] *** Quits: PlasmaStar (Plasma@replaced-ip ) (Read error: Connection reset by peer)
1395 [09:51:57] *** Quits: vizzy_zzz (~noname@replaced-ip ) (Ping timeout: 264 seconds)
1396 [09:52:20] <lmw> I have found this: replaced-url
1397 [09:53:13] *** Joins: sokomo_ (~sokomo@replaced-ip )
1398 [09:53:18] *** Joins: PlasmaStar (Plasma@replaced-ip )
1399 [09:53:29] *** Joins: eXcept (~XRule@replaced-ip )
1400 [09:53:30] *** Quits: LioneLL (~Pidgin@replaced-ip ) (Read error: Connection reset by peer)
1401 [09:53:53] *** eXcept is now known as Guest13226
1402 [09:53:55] <mabynogy> I wonder how KVM is impacted by the Meltdown stuff
1403 [09:54:02] *** Quits: Guest10876 (~XRule@replaced-ip ) (Read error: Connection reset by peer)
1404 [09:54:20] <lmw> mabynogy: I have read somewhere that it is possible to break out of the VM.
1405 [09:55:00] <mabynogy> yeah
1406 [09:55:03] *** Darby_Crash is now known as Darby_Crash_Away
1407 [09:55:11] *** Quits: GeHa (~GeHa@replaced-ip ) (Excess Flood)
1408 [09:55:20] *** Quits: Aussie_matt (~quassel@replaced-ip ) (Remote host closed the connection)
1409 [09:55:28] <mabynogy> replaced-url
1410 [09:55:29] *** Joins: trevorj (~trevorj@replaced-ip )
1411 [09:55:36] *** Joins: GeHa (~GeHa@replaced-ip )
1412 [09:55:39] *** Joins: MajorGrub (3e175c9a@replaced-ip )
1413 [09:55:40] *** Joins: KidBeta (~textual@replaced-ip )
1414 [09:55:40] <mabynogy> > > Interestingly, guest kernels running in 64-bit PV mode are not vulnerable to attack using SP3, because 64-bit PV guests already run in a KPTI-like mode.
1415 [09:55:55] <mabynogy> about Xen
1416 [09:55:56] *** Joins: LameRock (~xadmin@replaced-ip )
1417 [09:56:20] *** LameRock is now known as Guest51541
1418 [09:56:43] *** Joins: lan_stuff (~root@replaced-ip )
1419 [09:56:47] *** Quits: cendo (~seeds@replaced-ip##) (Quit: The Lounge - ##replaced-url
1420 [09:56:59] *** Quits: sokomo_ (~sokomo@replaced-ip ) (Remote host closed the connection)
1421 [09:57:01] *** Quits: daedok (~daedok@replaced-ip ) (Ping timeout: 256 seconds)
1422 [09:57:15] <MajorGrub> Hi all I'm on debian 8 and I can't install Maven from apt
1423 [09:57:21] <MajorGrub> Cannot find the package
1424 [09:58:03] <lmw> mabynogy: try "apt-cache search maven" and look if the package you need is there. "maven" itself isn't in the repositry, it's splitted into many.
1425 [09:58:33] *** Quits: DeaDSouL (~DeaDSouL@replaced-ip ) (Ping timeout: 264 seconds)
1426 [09:58:33] <lmw> Oh, no, wait.
1427 [09:58:37] *** Joins: metxn (~metax@replaced-ip )
1428 [09:58:47] <lmw> replaced-url
1429 [09:59:11] *** Joins: cendo (~seeds@replaced-ip )
1430 [09:59:29] <MajorGrub> lmw: when I search for maven I find libs
1431 [09:59:43] <MajorGrub> "Maven metadata for..."
1432 [09:59:43] <lmw> MajorGrub: apt-get install maven should work.
1433 [10:00:07] <mabynogy> why maven lmw ?
1434 [10:00:08] *** Joins: DeaDSouL (~DeaDSouL@replaced-ip )
1435 [10:00:08] *** Quits: JohnA (~john@replaced-ip ) (Quit: Leaving)
1436 [10:00:19] <lmw> 09:57 < MajorGrub> Hi all I'm on debian 8 and I can't install Maven from apt
1437 [10:00:25] <MajorGrub> lmw: cannot find the package
1438 [10:00:52] <towo^work> apt update before
1439 [10:01:03] *** Joins: chaology (~James5979@replaced-ip )
1440 [10:01:38] *** Joins: claraX (~siyuan@replaced-ip )
1441 [10:01:42] *** Parts: claraX (~siyuan@replaced-ip ) ()
1442 [10:01:51] *** Quits: _0x4B1_ (~Thereisno@replaced-ip ) (Ping timeout: 248 seconds)
1443 [10:02:00] *** Quits: chaology (~James5979@replaced-ip ) (Client Quit)
1444 [10:02:08] *** Quits: jerdef82 (~jerdef@replaced-ip ) (Remote host closed the connection)
1445 [10:03:46] *** Joins: jfsCommit (~kdevtmpfs@replaced-ip )
1446 [10:03:58] *** Joins: chaology (~James5979@replaced-ip )
1447 [10:03:58] *** Quits: Attoy (~attoy@replaced-ip ) (Quit: See you soon)
1448 [10:04:07] *** Joins: foul_owl (~foul_owl@replaced-ip )
1449 [10:04:37] *** Joins: k_sze[work] (~Kira@replaced-ip )
1450 [10:04:56] *** Joins: turfal (~Thunderbi@replaced-ip )
1451 [10:05:00] *** Darby_Crash_Away is now known as Darby_Crash
1452 [10:05:29] *** Quits: unicron_ (~unicron@replaced-ip ) (Ping timeout: 252 seconds)
1453 [10:05:30] *** Joins: lucad111 (~lucad111@replaced-ip )
1454 [10:06:18] *** Joins: Attoy (~attoy@replaced-ip )
1455 [10:06:30] *** Joins: unicron_ (~unicron@replaced-ip )
1456 [10:06:31] *** Quits: bvdk (~bvdkfreen@replaced-ip ) (Ping timeout: 240 seconds)
1457 [10:06:32] *** Quits: gnr (~gnr@replaced-ip ) (Read error: Connection reset by peer)
1458 [10:07:13] <MajorGrub> towo^work: Thanks it worked ^^
1459 [10:07:24] *** Joins: slack_ (~slack@replaced-ip )
1460 [10:07:25] *** Joins: ensbro (~ensbro@replaced-ip )
1461 [10:07:26] *** Quits: ensbro (~ensbro@replaced-ip ) (Max SendQ exceeded)
1462 [10:07:42] *** Joins: gpunk (~gpunk@replaced-ip )
1463 [10:07:55] *** Joins: really34293 (~really342@replaced-ip )
1464 [10:09:05] *** Quits: Guest51541 (~xadmin@replaced-ip ) (Quit: Lost terminal)
1465 [10:10:34] *** Quits: t0aster0ven (~iaeofjgsk@replaced-ip ) (Remote host closed the connection)
1466 [10:11:09] *** Joins: jnavila (~jnavila@replaced-ip )
1467 [10:11:29] *** Joins: t0aster0ven (~iaeofjgsk@replaced-ip )
1468 [10:12:07] *** Joins: Trystero_ (~Trystero_@replaced-ip )
1469 [10:12:12] *** Joins: pr3x (~Peter@replaced-ip )
1470 [10:12:20] *** Parts: pr3x (~Peter@replaced-ip ) ()
1471 [10:12:36] *** Joins: ensbro (~ensbro@replaced-ip )
1472 [10:12:37] *** Joins: cyborg-one (~cyborg-on@replaced-ip )
1473 [10:13:44] *** Quits: CapsAdmin (~CapsAdmin@replaced-ip ) (Ping timeout: 252 seconds)
1474 [10:13:52] *** Joins: adds68 (~adds68@replaced-ip )
1475 [10:14:01] *** debhelper sets mode: +l 1718
1476 [10:14:43] *** Joins: kaosu (~kaosu@replaced-ip )
1477 [10:15:21] <Psy-Q> am i reading this right that systems running on 32-bit kernels aren't affected?
1478 [10:15:32] *** Quits: ensbro (~ensbro@replaced-ip ) (Read error: Connection reset by peer)
1479 [10:16:25] *** Joins: annadane (~annadane@replaced-ip )
1480 [10:16:40] *** Darby_Crash is now known as Darby_Crash_Away
1481 [10:19:19] *** Joins: SmearedBeard (~SmearedBe@replaced-ip )
1482 [10:20:06] <trevorj> They are affected by both @Psy-Q
1483 [10:20:15] <trevorj> Everything is fscked
1484 [10:20:27] <trevorj> Oh and Spectre? Haha, not even patched yet bro
1485 [10:20:31] *** Quits: err404 (~err404@replaced-ip ) (Ping timeout: 248 seconds)
1486 [10:20:33] * trevorj dies
1487 [10:21:46] *** Joins: bvdk (~bvdkfreen@replaced-ip )
1488 [10:21:51] *** Joins: aielima (~aielima@replaced-ip )
1489 [10:22:32] *** Joins: l3archos (~Thunderbi@replaced-ip )
1490 [10:22:46] *** Quits: l3archos (~Thunderbi@replaced-ip ) (Client Quit)
1491 [10:23:02] <trevorj> Any CPU that performs speculative execution is vulnerable to Spectre and Meltdown (read: all cpus) @Psy-Q
1492 [10:23:14] *** Nawab is now known as dx_ob
1493 [10:24:13] *** Quits: eplanet (~emeric@replaced-ip ) (Quit: WeeChat 1.6)
1494 [10:25:17] *** Quits: GNU\colossus (colo@replaced-ip ) (Remote host closed the connection)
1495 [10:25:27] *** Quits: JohnDoh (~jeff@replaced-ip ) (Quit: leaving)
1496 [10:27:53] *** Joins: GNU\colossus (colo@replaced-ip )
1497 [10:28:01] *** Joins: volter (~volter@replaced-ip )
1498 [10:29:22] <sh1ro> spectre
1499 [10:29:37] <sh1ro> as best anyone can tell right now meltdown is intel only
1500 [10:30:15] <trevorj> maybe~
1501 [10:30:36] <trevorj> I wouldn't rely on that though myself
1502 [10:30:56] <trevorj> It's been a really fun day.
1503 [10:30:59] *** Darby_Crash_Away is now known as Darby_Crash
1504 [10:31:09] *** Joins: PaulePanter (~paul@replaced-ip )
1505 [10:31:18] <bbdgl> meltdown isn't exactly intel only, some ARM are affected as well: replaced-url
1506 [10:32:06] <trevorj> I'm betting it's only a matter of time for AMD hardware as well from my haphazard paper reading
1507 [10:32:11] *** Quits: jnavila (~jnavila@replaced-ip ) (Ping timeout: 250 seconds)
1508 [10:32:13] *** Joins: saalaa (~benoit@replaced-ip )
1509 [10:32:22] *** Quits: booyah (~bb@replaced-ip ) (Remote host closed the connection)
1510 [10:32:28] *** Joins: err404 (~err404@replaced-ip )
1511 [10:32:32] *** Joins: __marco (~marco@replaced-ip )
1512 [10:32:44] *** Quits: saalaa (~benoit@replaced-ip ) (Client Quit)
1513 [10:33:05] *** Joins: saalaa (~benoit@replaced-ip )
1514 [10:33:09] *** Quits: KidBeta (~textual@replaced-ip ) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
1515 [10:33:11] <trevorj> Let's just hope that nothing worse comes in this interim time
1516 [10:33:30] *** Quits: saalaa (~benoit@replaced-ip ) (Client Quit)
1517 [10:33:31] *** Joins: nac (~nac@replaced-ip )
1518 [10:33:33] <NetTerminalGene> will debian buster come with wayland default?
1519 [10:33:39] *** Joins: becks` (5e4e11e2@replaced-ip )
1520 [10:34:27] *** Quits: dadinn (~DADINN@replaced-ip ) (Ping timeout: 240 seconds)
1521 [10:34:30] *** Joins: stenrose (~stenrose@replaced-ip )
1522 [10:34:32] <becks`> hi, I'm often hitting "-bash: fork: retry: Resource temporarily unavailable" - my ulimit -a shows "max user processes (-u) 256271"... what could be the issue?
1523 [10:34:34] *** Joins: m0j0dj0dj0 (~punk3r@replaced-ip )
1524 [10:35:16] <trevorj> becks`: check your max open fd limit as well
1525 [10:35:29] *** Quits: mdee (~noEmail@replaced-ip ) (Ping timeout: 268 seconds)
1526 [10:36:23] *** Joins: booyah (~bb@replaced-ip )
1527 [10:36:38] <becks`> trevorj: cat /proc/sys/fs/file-max gives me 6545511 :-/
1528 [10:36:45] *** Quits: mrig (~mrig@replaced-ip ) (Quit: o/)
1529 [10:36:48] <trevorj> not kernel level, but ulimit
1530 [10:36:55] *** Joins: ventris (ventris@replaced-ip )
1531 [10:37:43] *** Quits: Bona (~Bona@replaced-ip##) (Quit: Nettalk6 - ##replaced-url
1532 [10:37:56] <trevorj> @becks`: is this happening from cron?
1533 [10:37:59] <becks`> trevorj: this is how it looks like: replaced-url
1534 [10:38:14] <becks`> trevorj: no I'm logged in as root
1535 [10:38:17] *** Joins: super_gollum (~ich@replaced-ip )
1536 [10:38:19] *** Joins: JohnDoh (~jeff@replaced-ip )
1537 [10:38:23] <trevorj> So you're running it by hand in a shell?
1538 [10:38:37] *** Quits: Trystero_ (~Trystero_@replaced-ip ) (Remote host closed the connection)
1539 [10:38:56] <becks`> yep :)
1540 [10:38:57] *** Quits: unicron_ (~unicron@replaced-ip ) (Ping timeout: 256 seconds)
1541 [10:39:18] <trevorj> lemme pull that link up
1542 [10:39:25] *** Joins: Monty845_ (~Monty845@replaced-ip )
1543 [10:39:46] *** Joins: mrig (~mrig@replaced-ip )
1544 [10:40:33] <trevorj> what version of debian is this?
1545 [10:41:44] <becks`> it's 9.3
1546 [10:42:22] <becks`> intresting is that e.g. 'cat /etc/debian_version' always works, but e.g. ps aux doesn't
1547 [10:42:33] *** Joins: KidBeta (~textual@replaced-ip )
1548 [10:42:43] *** Joins: nathamanath (~nathamana@replaced-ip )
1549 [10:43:05] *** Quits: lpopov (~lpopov@replaced-ip ) (Quit: Leaving)
1550 [10:43:32] <k_sze[work]> Is anybody using one of the AWS Marketplace AMI of Debian Jessie or Debian Stretch in the Singapore region?
1551 [10:44:01] *** debhelper sets mode: +l 1725
1552 [10:44:25] <trevorj> I hope that fixes my coloring in weechat, I can barely read your text atm @becks` (no fault of yours, just bad theming on my part)
1553 [10:44:28] *** Quits: booyah (~bb@replaced-ip ) (Read error: Connection reset by peer)
1554 [10:44:36] <k_sze[work]> We're trying to set a brand new one up, but any SSH session crossing the VPC boundary would get stuck when there's a lot of output to the terminal.
1555 [10:44:56] <k_sze[work]> Has anybody else ran into this weird issue?
1556 [10:44:57] <trevorj> becks`: cat is a bash builtin
1557 [10:45:06] <trevorj> becks`: so it isn't actually spawning a process
1558 [10:45:07] *** Quits: metxn (~metax@replaced-ip ) (Remote host closed the connection)
1559 [10:45:24] *** Quits: Monty845_ (~Monty845@replaced-ip ) (Remote host closed the connection)
1560 [10:45:38] <becks`> ah I see :)
1561 [10:46:08] <trevorj> or I could be wrong there
1562 [10:46:28] <becks`> why can't my debian just tell me which limit it is hitting :(
1563 [10:46:30] <trevorj> I know it is for busybox, but `builtin cat` tells me no
1564 [10:46:56] *** Joins: unicron_ (~unicron@replaced-ip )
1565 [10:47:23] *** Quits: Trellmor (~Trellmor@replaced-ip ) (Remote host closed the connection)
1566 [10:47:27] *** Quits: atrx_ (~atrx@replaced-ip ) (Ping timeout: 256 seconds)
1567 [10:47:51] *** Joins: Leoneof (~Leoneof@replaced-ip )
1568 [10:47:53] *** Quits: Leoneof (~Leoneof@replaced-ip ) (Remote host closed the connection)
1569 [10:47:58] <trevorj> becks`: the main knob for this is ulimit as you found, as well as the sysctls then control the absolute limits for the system
1570 [10:48:42] *** r0Oter is now known as r00ter
1571 [10:48:55] <trevorj> there are quite a few ways that you can hit that error you're getting however
1572 [10:48:56] *** Joins: Rhaal (~Rhaal@replaced-ip )
1573 [10:49:34] <trevorj> Many security frameworks (eg apparmor, seccomp, etc) also limit such things
1574 [10:50:15] *** Joins: moozer (~moz@replaced-ip )
1575 [10:50:42] <becks`> trevorj: and I guess there's no way to disable all limits altogether?
1576 [10:50:45] <trevorj> Have you counted how many total processes (+ threads, since threads are lightweight processes in Linux) you have?
1577 [10:50:48] *** Parts: mabynogy (~mabynogy@replaced-ip ) ("Leaving")
1578 [10:50:52] <moozer> any "locale" pros around? I having a hard time setting the locale in my xfce session
1579 [10:51:03] *** Joins: Trellmor (~Trellmor@replaced-ip )
1580 [10:51:30] <moozer> When I SSH to my machin or do ctrl+alt+f1 and log in - locale is as I want it.
1581 [10:51:32] *** Joins: Janni (~jan@replaced-ip )
1582 [10:51:39] <Janni> Hello.
1583 [10:51:46] <moozer> Starting a terminal in XFCE gives me en_US
1584 [10:52:00] *** Parts: buu (~buu@replaced-ip ) ()
1585 [10:52:09] <Janni> I was wondering about how many processes my Firefox 57 uses and how to configure it. First of all, I see (using pstree) that there are currently 38 {Web Content} processes running. However in Firefoxes settings under "Performance" I can set the number of content processes to a number between 1 and 7. So, I'm wondering how the numbers 1..7 relate to 38.
1586 [10:52:29] <trevorj> janni: threads are not processes
1587 [10:52:48] *** Joins: winem_ (~quassel@replaced-ip )
1588 [10:52:58] <trevorj> the number you configure in settings are also just the content procs
1589 [10:53:00] *** Joins: Korigan (~Korigan@replaced-ip )
1590 [10:53:06] <Janni> Ah, curly braces are threads!
1591 [10:53:34] <trevorj> There are more spawned to handle extension for instance, among others
1592 [10:54:03] <trevorj> It's well worth reading about, it's pretty fascinating how they've been going about this:
1593 [10:54:20] <trevorj> @janni replaced-url
1594 [10:54:32] *** Quits: CodeBlue1776 (~CodeBlue1@replaced-ip ) (Read error: Connection reset by peer)
1595 [10:55:04] <Janni> I see. In the light of Spectre I'd like to increase the number of processes to say 100 (if not unlimited). This way an attack via JavaScript cannot access content from other tabs. Does anyone happen to know how to do that?
1596 [10:55:05] *** Joins: CodeBlue1776 (~CodeBlue1@replaced-ip )
1597 [10:55:11] *** Quits: unicron_ (~unicron@replaced-ip ) (Ping timeout: 248 seconds)
1598 [10:55:38] *** Quits: ketralnis (~ketralnis@replaced-ip ) (Read error: Connection reset by peer)
1599 [10:55:45] <trevorj> @janni there's no restriction to it being inter process
1600 [10:55:57] <Janni> Maybe I'm wrong, but I'd guess that this way each tab would get its own process.
1601 [10:56:02] *** Joins: ketralnis (~ketralnis@replaced-ip )
1602 [10:56:08] <Janni> trevorj: "it" = Spectre?
1603 [10:56:09] *** Joins: unicron_ (~unicron@replaced-ip )
1604 [10:56:49] *** Quits: zaq (~zaq_2@replaced-ip ) (Ping timeout: 248 seconds)
1605 [10:56:50] <Janni> trevorj: "being" = accessing memory locations?
1606 [10:57:14] *** Joins: alexgr (~alexgr@replaced-ip )
1607 [10:58:22] *** Joins: arora (~ashok@replaced-ip )
1608 [10:58:23] *** Quits: ^Obi-Wan^ (~obi-wan@replaced-ip ) (Ping timeout: 248 seconds)
1609 [11:02:36] *** Quits: babilen (~babilen@replaced-ip ) (Quit: leaving)
1610 [11:03:06] <Janni> Found the about:config option "dom.ipc.processCount". *testing*
1611 [11:03:10] *** Quits: Night-Shade (~tim@replaced-ip ) (Quit: This computer has gone to sleep)
1612 [11:03:33] *** Joins: babilen (~babilen@replaced-ip )
1613 [11:03:55] *** Joins: qba73 (~qba73@replaced-ip )
1614 [11:04:00] *** Joins: thunderrd (~thunderrd@replaced-ip )
1615 [11:04:29] *** Joins: eel_ (~f1nsterkl@replaced-ip )
1616 [11:04:29] <trevorj> @janni: yes, that is another knob, but it still isn't the only place here
1617 [11:04:31] *** Quits: BlueByte (~walther@replaced-ip ) (Quit: This computer has gone to sleep)
1618 [11:05:02] <trevorj> @janni: some code runs solely in the master process for instance, and let's not forget compositing
1619 [11:05:13] *** Joins: CapsAdmin (~CapsAdmin@replaced-ip )
1620 [11:05:31] <trevorj> @janni: Since there's a ton of shared memory between them all, it's really quite convuluted
1621 [11:05:55] <trevorj> s/vu/vo/
1622 [11:05:59] *** Joins: osro (~osro@replaced-ip )
1623 [11:06:01] *** Quits: KidBeta (~textual@replaced-ip ) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
1624 [11:06:28] <Janni> Alright. I thought so. In any case. "dom.ipc.processCount" seems to do the job. Raised it to 99. Now I have a process for every tab.
1625 [11:07:05] *** Joins: zaq (~zaq_2@replaced-ip )
1626 [11:07:10] <trevorj> Yes, but there are still shared processes.
1627 [11:07:25] *** Joins: KidBeta (~textual@replaced-ip )
1628 [11:07:36] *** Joins: bbdgl1 (~Thunderbi@replaced-ip )
1629 [11:08:05] *** Joins: OMGasm (~OMGasm@replaced-ip )
1630 [11:08:32] <trevorj> You could force your computer to swap out all but about one tab worth of memory
1631 [11:08:45] <trevorj> lol
1632 [11:09:01] <trevorj> I doubt you want that though
1633 [11:09:06] *** Joins: Slashman (~Slash@replaced-ip )
1634 [11:09:23] <lmw> People often forget: There's no 100% security. If you want 100% security: Don't use a computer.
1635 [11:09:35] *** Quits: bbdgl (~Thunderbi@replaced-ip ) (Ping timeout: 248 seconds)
1636 [11:09:36] *** bbdgl1 is now known as bbdgl
1637 [11:09:36] <trevorj> And don't have friends either
1638 [11:09:38] *** Joins: aaap (~aaap@replaced-ip )
1639 [11:10:04] <lmw> And don't have paper and pens either
1640 [11:10:07] <jelly> becks`, are you using the kernel from stretch-backports or the standard 4.9?
1641 [11:10:09] <trevorj> haha
1642 [11:10:21] <trevorj> maybe the best way to attain security is death?
1643 [11:10:29] <lmw> nobody knows
1644 [11:10:34] <trevorj> oh god
1645 [11:10:53] *** Quits: thunderrd (~thunderrd@replaced-ip ) (Remote host closed the connection)
1646 [11:11:05] <lmw> I think the brain is secure, but only until we have found a way to leak it haha
1647 [11:11:16] *** Quits: CapsAdmin (~CapsAdmin@replaced-ip ) (Remote host closed the connection)
1648 [11:11:17] <trevorj> A side channel, perhaps?
1649 [11:11:27] *** Joins: frikinz (~me@replaced-ip )
1650 [11:11:28] <becks`> jelly: no idea, I think it's a standard one: Linux debian 4.9.0-4-amd64 #1 SMP Debian 4.9.65-3+deb9u1 (2017-12-23) x86_64 GNU/Linux
1651 [11:11:29] *** Quits: osro (~osro@replaced-ip ) (Quit: osro)
1652 [11:11:50] <trevorj> We'll be paying to get side channels for our brains soon
1653 [11:11:57] *** Parts: Janni (~jan@replaced-ip ) ()
1654 [11:12:01] <lmw> :(
1655 [11:12:02] <trevorj> Only a matter of time now
1656 [11:12:24] <lmw> everything is a metter of time
1657 [11:12:27] <lmw> *matter
1658 [11:12:32] <trevorj> I'm pretty scared of what happens then tbh
1659 [11:13:06] <jelly> becks`, yeah, that's the default kernel for stretch, no idea then
1660 [11:13:21] <lmw> I'm sure that Skynet isn't only science fiction either :(
1661 [11:13:34] <trevorj> agreed :(
1662 [11:14:38] *** Quits: sobkas (~sobkas@replaced-ip ) (Ping timeout: 272 seconds)
1663 [11:15:14] *** Joins: snubs (~snubs@replaced-ip )
1664 [11:15:57] *** Quits: kajika (~corentin@replaced-ip ) (Quit: Konversation terminated!)
1665 [11:16:46] <trevorj> becks`: can you paste limits.conf too?
1666 [11:16:47] *** Quits: kaosu (~kaosu@replaced-ip ) (Quit: Leaving)
1667 [11:17:16] *** Joins: jrp93 (~jrp93@replaced-ip )
1668 [11:17:16] *** Quits: Darby_Crash (~Darby_Cra@replaced-ip ) (Remote host closed the connection)
1669 [11:17:40] *** Joins: Darby_Crash (~Darby_Cra@replaced-ip )
1670 [11:17:52] <becks`> trevorj: sure: replaced-url
1671 [11:18:06] <trevorj> It would help to have, say `ps -eLf | wc -l`
1672 [11:18:16] *** Joins: maxzor (~maxzor@replaced-ip )
1673 [11:18:29] <becks`> can't execute it as it can't fork :D
1674 [11:19:26] <trevorj> bahaha, are you currently under a forkbomb I wonder?
1675 [11:19:52] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
1676 [11:20:02] *** Joins: format_c (~koeppea@replaced-ip )
1677 [11:20:25] <becks`> if I knew ;D
1678 [11:20:27] *** Quits: Sigyn (sigyn@replaced-ip ) (Quit: Offline some minutes for maintenance)
1679 [11:20:57] <trevorj> becks`: Do you have busybox?
1680 [11:21:05] *** Joins: xcm (~xcm@replaced-ip )
1681 [11:21:18] <trevorj> becks`: You can run a single command by `exec`ing it I'm guessing
1682 [11:21:31] <trevorj> becks`: keep in mind that will replace your current shell
1683 [11:22:08] *** Quits: prometheus_falli (~sluggo@replaced-ip ) (Ping timeout: 272 seconds)
1684 [11:22:27] *** Quits: Se-bash (~seba@replaced-ip ) (Ping timeout: 240 seconds)
1685 [11:24:03] <lmw> Just one off-topic line (sorry, but I find this very interesting): replaced-url
1686 [11:24:21] *** Quits: KidBeta (~textual@replaced-ip ) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
1687 [11:24:24] *** Joins: thunderrd (~thunderrd@replaced-ip )
1688 [11:24:46] *** Joins: paracusia (~ast@replaced-ip )
1689 [11:24:50] <paracusia> hello, trying to build the latest 4.15-rc6 kernel on wheezy: built-in.o: member arch/x86/kernel/head_64.o in archive is not an object ... any idea how to compile it completely?
1690 [11:25:02] *** Joins: dreamon__ (~dreamon@replaced-ip )
1691 [11:25:03] *** Parts: eel_ (~f1nsterkl@replaced-ip ) ("Leaving")
1692 [11:25:12] <becks`> trevorj: thanks! this works, going to reboot and try again as putty auto-closes afterwards =)
1693 [11:25:23] <trevorj> hahaha
1694 [11:25:31] *** Quits: citypw (~citypw@replaced-ip ) (Quit: Leaving)
1695 [11:25:44] <trevorj> becks`: I would set the limits lower
1696 [11:25:52] *** Quits: thunderrd (~thunderrd@replaced-ip ) (Max SendQ exceeded)
1697 [11:26:11] <trevorj> becks`: then set them for your shell only higher, does that make sense?
1698 [11:26:22] *** Joins: thunderrd (~thunderrd@replaced-ip )
1699 [11:26:22] *** Joins: Serpent7776 (~Serpent77@replaced-ip )
1700 [11:26:26] *** Quits: dionysus69 (~Thunderbi@replaced-ip ) (Remote host closed the connection)
1701 [11:26:34] <trevorj> When you login, you are given some grace over that limit to avoid the inability to login iirc
1702 [11:26:48] *** Joins: Zvmdyv (~Zvmdyv@replaced-ip )
1703 [11:26:58] <trevorj> before you reboot, can you do an `exec ps -eLf > ~/ps.out` ?
1704 [11:27:24] <becks`> too late ;D
1705 [11:27:24] <trevorj> Just trying to collect info so you can debug it in case it is a forkbomb that may be gone post-reboot
1706 [11:27:42] <becks`> but thanks, so I know what to do next time :)
1707 [11:27:43] *** Joins: dionysus69 (~Thunderbi@replaced-ip )
1708 [11:27:53] <trevorj> oh well, chances are you have all kinds of logs telling you what was up regardless tbh
1709 [11:28:31] *** Quits: Delta-One (~zero@replaced-ip ) (Ping timeout: 250 seconds)
1710 [11:29:04] <trevorj> The thing is, you should never be hitting these limits like this under normal operation. What does this box run?
1711 [11:29:06] *** Joins: prometheus_falli (~sluggo@replaced-ip )
1712 [11:29:21] <trevorj> (for root especially I mean)
1713 [11:29:34] *** Joins: OS-31823 (~root@replaced-ip )
1714 [11:29:40] *** Joins: s00x (594e067b@replaced-ip )
1715 [11:29:55] *** Quits: OS-31823 (~root@replaced-ip ) (Remote host closed the connection)
1716 [11:29:57] <s00x> hey, which kernel version dixes meltdown and spectre vulns?
1717 [11:30:00] <trevorj> That's the purpose of max procs per user being lower than the total for the system (via sysctl) by default
1718 [11:30:07] <trevorj> s00x: spectre is not fixed
1719 [11:30:24] <s00x> what about meltdown?
1720 [11:30:28] <s00x> heard there's a fix
1721 [11:30:28] <trevorj> s00x: meltdown workaround is 4.14.11 / 4.15rc6
1722 [11:30:38] <trevorj> s00x: what you're looking for are the KPTI patchset
1723 [11:30:38] *** Joins: morphis_ (~morphis@replaced-ip )
1724 [11:30:57] <lmw> iirc 4.14 will be the next LTS
1725 [11:31:02] *** Joins: Capprentice (~Capprenti@replaced-ip )
1726 [11:31:03] <trevorj> s00x: They also backported it to 4.4.x, but I don't know the full release from my head
1727 [11:31:29] <s00x> will i get that version from dist-upgrade? Or I need to recompile that kernel version myself?
1728 [11:31:31] <trevorj> If you use git, it's all in the linux-stable tree branches
1729 [11:31:53] <trevorj> s00x: afaik, no distros have a released kernel with kpti yet
1730 [11:32:07] *** Joins: yareckonirc (~yareckoni@replaced-ip )
1731 [11:32:12] *** Joins: alxy (uid115853@replaced-ip )
1732 [11:32:18] <lmw> trevorj: According to replaced-url
1733 [11:32:23] <trevorj> s00x: there have still been fixes coming in even today for instance
1734 [11:32:27] <trevorj> lmw: damn!
1735 [11:32:37] <s00x> so I should wait, or recmpile it myself? What do you recommend?
1736 [11:33:10] <lmw> And 4.15-rc6 is from 31.12. ... I doubt that this patch is included.
1737 [11:33:10] <trevorj> I know for ubuntu you can install from their mainline repos
1738 [11:33:27] <trevorj> lmw: rc6 has kpti iirc
1739 [11:33:36] <lmw> Hm
1740 [11:33:40] <lmw> Probably
1741 [11:33:47] <trevorj> these patches have been around for quite a while:
1742 [11:33:56] <s00x> my current version is 4.14.0 right now
1743 [11:34:01] *** debhelper sets mode: +l 1734
1744 [11:34:24] *** Quits: dionysus69 (~Thunderbi@replaced-ip ) (Quit: dionysus69)
1745 [11:34:30] *** Quits: morphis (~morphis@replaced-ip ) (Ping timeout: 260 seconds)
1746 [11:34:34] *** Quits: thunderrd (~thunderrd@replaced-ip ) (Read error: Connection reset by peer)
1747 [11:34:38] <lmw> s00x: buster? testing? self-compiled?
1748 [11:34:51] *** Joins: thunderrd (~thunderrd@replaced-ip )
1749 [11:35:03] *** Joins: dionysus69 (~Thunderbi@replaced-ip )
1750 [11:35:05] <trevorj> lmw: replaced-url
1751 [11:35:22] <s00x> testing
1752 [11:35:26] <trevorj> lmw: since the patchset was engineered on tip, that's why rc6 was first released
1753 [11:35:34] <lmw> trevorj: stable. You have 4.14.11 then, not 4.15-rc6.
1754 [11:35:38] <lmw> 4.15 isn't stable (yet).
1755 [11:36:00] <trevorj> lmw: You should look at that repo
1756 [11:36:14] <trevorj> lmw: it has a master branch ;)
1757 [11:36:26] <lmw> hm ok
1758 [11:37:28] *** Joins: Sigyn (sigyn@replaced-ip )
1759 [11:37:29] *** Joins: baptist (~baptsk@replaced-ip )
1760 [11:37:38] <lmw> I only know this: replaced-url
1761 [11:37:38] <lmw> :D
1762 [11:37:42] <trevorj> 4.4 was updated with it btw
1763 [11:37:49] <trevorj> 4.4.109
1764 [11:37:59] <trevorj> 4.9 was too with 4.9.74
1765 [11:38:30] <lmw> Debian Stretch (stable) runs 4.9.65 .. but got a security update yesterday Backported from .74
1766 [11:38:39] <trevorj> nice!
1767 [11:38:48] <s00x> and one more questions, what about browsers. I'm still on firefox ESR, and I guess Quantum is not in stable, right?
1768 [11:39:00] <trevorj> so debian is already patched? Where the hell is ubuntu's kernels?
1769 [11:39:12] <trevorj> s/kernels/patches/
1770 [11:39:22] <trevorj> and yeah, plurality, I give up on english today
1771 [11:39:29] <lmw> trevorj: replaced-url
1772 [11:39:59] <trevorj> Go debian!
1773 [11:40:25] <yareckonirc> trevorj, I still can't find the update in the package tracker yet, and don't get it on apt-get update
1774 [11:40:53] <trevorj> yareckonirc: jessie?
1775 [11:40:54] <jelly> trevorj, ask in #ubuntu about those?
1776 [11:41:03] <yareckonirc> nope, stretch
1777 [11:41:09] *** Quits: jsdk (~jsdk@replaced-ip ) (Quit: Leaving.)
1778 [11:41:23] <trevorj> yareckonirc: it says it's released, likely just awaiting mirroring I bet
1779 [11:41:35] <trevorj> yareckonirc: You can pull it manually if you wish
1780 [11:41:36] <yareckonirc> ive browsed the pool/ folder on deb security and it'S there
1781 [11:41:38] *** Joins: guest404 (6d0fc9e4@replaced-ip )
1782 [11:41:43] <guest404> hey
1783 [11:41:55] <lmw> yareckonirc: apt-get update ?
1784 [11:42:02] <yareckonirc> but yeah, either not mirrored or I have some bizarro state sitting around somewhere
1785 [11:42:23] <guest404> I got a problem that really grinds my gears .. at debian installation, can't detect componant from cd rom, i'm booting from USB
1786 [11:42:28] <trevorj> it's gotta be mirrors, you can keep trying or just pull it down and dpkg -i it
1787 [11:42:42] *** Parts: OMGasm (~OMGasm@replaced-ip ) ("WeeChat 2.0.1")
1788 [11:42:58] <lmw> You could directly download it from packages.debian.org
1789 [11:43:02] <lmw> Just enter the package name
1790 [11:43:04] <trevorj> guest404: how did you create the bootable usb?
1791 [11:43:21] <guest404> UniversaleUSB installer
1792 [11:43:27] *** Joins: metax (~metax@replaced-ip )
1793 [11:43:28] *** Quits: thunderrd (~thunderrd@replaced-ip ) (Remote host closed the connection)
1794 [11:43:42] <guest404> I first tryed with dd, but couldn't boot from USB
1795 [11:43:43] <lmw> guest404: I would try dd'ing the image.
1796 [11:43:45] <trevorj> guest404: there are boot options that are set that tell it what and how to search for the installation contents
1797 [11:44:02] <trevorj> guest404: If you dd, these are handled for you
1798 [11:44:14] <trevorj> guest404: make sure you dd to the device not a partition
1799 [11:44:14] <guest404> i'm gonna re dd it *
1800 [11:44:26] *** Joins: thunderrd (~thunderrd@replaced-ip )
1801 [11:44:37] <guest404> I've not dismount the USB key before dd it
1802 [11:44:47] <guest404> does it comes from there ?
1803 [11:44:56] *** Joins: AsciiWolf (~drusek@replaced-ip )
1804 [11:45:11] *** Quits: AsciiWolf (~drusek@replaced-ip ) (Remote host closed the connection)
1805 [11:45:11] <trevorj> guest404: unmount it fully, then dd to the usb device, eg /dev/disk/by-id/usb-blah
1806 [11:45:31] <lmw> I would lookup the USB with "lsblk"
1807 [11:45:31] *** Joins: AsciiWolf (~drusek@replaced-ip )
1808 [11:45:34] <guest404> finr trevor
1809 [11:45:34] *** Quits: sh1ro (~sh1ro@replaced-ip ) (Ping timeout: 272 seconds)
1810 [11:45:36] <lmw> And use /dev/sdX instead
1811 [11:45:38] <guest404> fine*
1812 [11:45:46] <trevorj> lmw: that scares me
1813 [11:45:52] <lmw> trevorj: lol, why
1814 [11:46:09] <trevorj> lmw: I've overwritten my disk with a typo twice
1815 [11:46:14] <lmw> lol
1816 [11:46:18] <trevorj> lmw: I no longer touch /dev/sdX
1817 [11:46:26] <trevorj> I only use the symlinks now.
1818 [11:46:41] *** Joins: Delta-One (~zero@replaced-ip )
1819 [11:46:47] <lmw> That's why you should ways check the command you've entered twice _before_ you press return!
1820 [11:46:50] <trevorj> Sometimes the order changes as well across reboots
1821 [11:46:50] *** Quits: aielima (~aielima@replaced-ip ) (Ping timeout: 272 seconds)
1822 [11:46:54] <lmw> *always
1823 [11:46:57] <trevorj> So you think it's right
1824 [11:47:00] <guest404> fine, I'll try reformating and repartitionning in only one partition, and then dismount, and dd it properly
1825 [11:47:03] <trevorj> But ha, not anymore
1826 [11:47:09] <guest404> bye, guys, have a nice day
1827 [11:47:23] <trevorj> guest404: no format, no partition
1828 [11:47:29] *** Quits: alexgr (~alexgr@replaced-ip ) (Ping timeout: 248 seconds)
1829 [11:47:31] <trevorj> guest404: using dd actually does that
1830 [11:47:39] <guest404> fine
1831 [11:47:42] <guest404> sorry
1832 [11:47:47] <trevorj> guest404: If you want to be absolutely sure, use gdisk to zap GPT and MBR
1833 [11:47:52] *** Joins: mo_ (~mo@replaced-ip )
1834 [11:47:53] <trevorj> guest404: then dd it
1835 [11:47:58] *** Quits: epsilon (textblase@replaced-ip ) (Changing host)
1836 [11:47:58] *** Joins: epsilon (textblase@replaced-ip )
1837 [11:47:58] <lmw> trevorj: I never had any issues with /dev/sdX :)
1838 [11:48:06] <guest404> :D
1839 [11:48:09] <trevorj> guest404: (gpt has a backup copy towards the end of your device)
1840 [11:48:35] *** Quits: guest404 (6d0fc9e4@replaced-ip ) (Quit: Page closed)
1841 [11:48:53] <trevorj> lmw: I envy you
1842 [11:49:10] *** Joins: Tiffon (~name@replaced-ip )
1843 [11:49:10] <lmw> Heh :D
1844 [11:49:13] *** Quits: metax (~metax@replaced-ip ) (Remote host closed the connection)
1845 [11:49:13] <yareckonirc> lmw, sure, but what is the package name for linux? In the package and build system I am just seeing 4.9.65-3+deb9u1
1846 [11:49:20] <yareckonirc> replaced-url
1847 [11:49:23] *** Quits: Tigerbot_Hesh (~TigerbotH@replaced-ip ) (Remote host closed the connection)
1848 [11:49:31] <trevorj> yareckonirc: `For the stable distribution (stretch), this problem has been fixed in version 4.9.65-3+deb9u2.`
1849 [11:49:42] <lmw> yareckonirc: linux-image-amd64 or linux-image-4.9.0-5-amd64 ... whatever you prefer
1850 [11:49:55] *** Joins: f10 (~flo@replaced-ip )
1851 [11:50:43] <yareckonirc> ah replaced-url
1852 [11:51:00] *** Joins: gpunk_ (~gpunk@replaced-ip )
1853 [11:51:19] <rsFF> I was under the impression that a dist-upgrade was needed
1854 [11:51:21] <rsFF> not sure why
1855 [11:51:27] <rsFF> lmw: ^^
1856 [11:51:30] *** Quits: gpunk (~gpunk@replaced-ip ) (Quit: gpunk)
1857 [11:51:30] *** gpunk_ is now known as gpunk
1858 [11:52:01] *** Joins: dohfish (~oemillak@replaced-ip )
1859 [11:52:40] <yareckonirc> look, there is a 4.9+80+deb9u3 that just cam out minutes ago
1860 [11:52:50] <yareckonirc> maybe thats why I doulnd't get anything
1861 [11:53:34] *** Quits: s00x (594e067b@replaced-ip ) (Ping timeout: 260 seconds)
1862 [11:53:39] <rsFF> yareckonirc: are you doing a dist-upgrade or just installing the kernel package?
1863 [11:54:35] <yareckonirc> I am running apt upgrade or dist-upgrade and not seeing linux in the proposed updates
1864 [11:54:39] *** Joins: RockerBoy (c21cf871@replaced-ip )
1865 [11:54:48] *** Joins: Kajtek (~nope@replaced-ip )
1866 [11:54:52] <rsFF> hummm
1867 [11:54:55] *** Quits: Nefertiti (~Nefertiti@replaced-ip ) (Ping timeout: 265 seconds)
1868 [11:54:59] *** Parts: Kajtek (~nope@replaced-ip ) ("ERC (IRC client for Emacs 25.3.1)")
1869 [11:55:02] <rsFF> so what are you doing then?
1870 [11:55:05] *** Quits: user03 (~user03@replaced-ip ) (Read error: Connection reset by peer)
1871 [11:56:27] *** Joins: Nefertiti (~Nefertiti@replaced-ip )
1872 [11:56:35] *** Quits: f10 (~flo@replaced-ip ) (Ping timeout: 256 seconds)
1873 [11:57:41] *** Quits: Hydrastra (~LUX@replaced-ip ) (Quit: さよなら)
1874 [11:57:42] *** Joins: nic_ (~nic@replaced-ip )
1875 [11:58:00] *** Joins: hexhaxtr1n (hexhaxtron@replaced-ip )
1876 [11:58:54] *** Quits: zaq (~zaq_2@replaced-ip ) (Ping timeout: 246 seconds)
1877 [11:59:08] *** Joins: sh1ro (~sh1ro@replaced-ip )
1878 [11:59:11] *** Quits: qba73 (~qba73@replaced-ip ) (Ping timeout: 248 seconds)
1879 [11:59:16] <jelly> ,kernels
1880 [11:59:17] <judd> Available kernel versions are: experimental: 4.15.0-rc5-686-pae (4.15~rc5-1~exp1); sid: 4.14.0-2-686-pae (4.14.7-1); buster: 4.14.0-2-686-pae (4.14.7-1); stretch-backports: 4.14.0-0.bpo.2-686-pae (4.14.7-1~bpo9+1); stretch: 4.9.0-5-686 (4.9.65-3+deb9u2); jessie-backports: 4.9.0-0.bpo.4-686 (4.9.65-3+deb9u1~bpo8+1); jessie: 3.16.0-4-686-pae (3.16.51-2); wheezy-backports:
1881 [11:59:18] <judd> 3.16.0-0.bpo.4-686-pae (3.16.39-1+deb8u1~bpo70+1); wheezy: 3.2.0-4-686-pae (3.2.96-2)
1882 [11:59:56] *** Joins: f10 (~flo@replaced-ip )
1883 [12:00:06] *** Joins: qba73 (~qba73@replaced-ip )
1884 [12:00:14] *** Quits: v01t (~v01t@replaced-ip ) (Remote host closed the connection)
1885 [12:00:18] *** Quits: lmw (~lmw@replaced-ip ) (Quit: Updating my kernel.)
1886 [12:00:22] *** Quits: lankanmon (~LKNnet@replaced-ip ) (Remote host closed the connection)
1887 [12:00:28] *** Joins: v01t (~v01t@replaced-ip )
1888 [12:00:28] *** Joins: Ricardo__ (~rick@replaced-ip )
1889 [12:00:49] *** Quits: RebelCoder (~RebelCode@replaced-ip ) (Ping timeout: 248 seconds)
1890 [12:01:20] *** Joins: comatekeke2 (~a@replaced-ip )
1891 [12:01:20] *** Quits: hexhaxtron (hexhaxtron@replaced-ip ) (Ping timeout: 260 seconds)
1892 [12:01:57] *** Quits: smrcascao (c2412543@replaced-ip ) (Ping timeout: 240 seconds)
1893 [12:02:12] *** Joins: gh (~simon@replaced-ip )
1894 [12:02:12] *** Joins: RebelCoder (~RebelCode@replaced-ip )
1895 [12:02:31] *** gh is now known as Guest79
1896 [12:03:00] *** Quits: Guest79 (~simon@replaced-ip ) (Client Quit)
1897 [12:03:31] *** Quits: format_c (~koeppea@replaced-ip ) (Ping timeout: 255 seconds)
1898 [12:04:02] *** Quits: Rhaal (~Rhaal@replaced-ip ) (Read error: Connection reset by peer)
1899 [12:05:45] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
1900 [12:06:32] *** Joins: leerg319 (~alexey@replaced-ip )
1901 [12:06:56] *** Quits: mo_ (~mo@replaced-ip ) (Remote host closed the connection)
1902 [12:06:58] *** Joins: xcm (~xcm@replaced-ip )
1903 [12:07:53] *** Quits: niko (~niko@replaced-ip ) (Killed (Sigyn (BANG!)))
1904 [12:07:58] <yareckonirc> can someone link me to a standard sources.list?
1905 [12:08:33] *** Joins: niko (~niko@replaced-ip )
1906 [12:08:40] <yareckonirc> I can only think I've got a hyphen somewhere where I need a slash or viceversa stretch/updates vs stretch-updates vs some silly mirror thing
1907 [12:08:49] *** Quits: wzyy2 (~wzyy2@replaced-ip ) (Ping timeout: 248 seconds)
1908 [12:08:54] <babilen> dpkg: stretch sources.list
1909 [12:08:54] *** Quits: JohnML (~john1@replaced-ip ) (Remote host closed the connection)
1910 [12:08:54] <dpkg> A suitable /etc/apt/sources.list for "Stretch" has three lines: "deb replaced-url
1911 [12:09:27] *** Quits: Tarrasquero (~Tarrasque@replaced-ip ) (Ping timeout: 240 seconds)
1912 [12:09:55] *** Joins: JohnML (~john1@replaced-ip )
1913 [12:10:01] *** Quits: dselect (~dselect@replaced-ip ) (Quit: ouch... that hurt)
1914 [12:10:33] *** Quits: RebelCoder (~RebelCode@replaced-ip ) (Ping timeout: 264 seconds)
1915 [12:11:11] *** Quits: comatekeke2 (~a@replaced-ip ) (Ping timeout: 276 seconds)
1916 [12:11:18] *** Joins: dselect (~dselect@replaced-ip )
1917 [12:11:53] *** Joins: The_Loko (~The_Loko@replaced-ip )
1918 [12:11:54] *** Quits: asterismo_m (~Santiago@replaced-ip ) (Read error: Connection reset by peer)
1919 [12:12:34] *** Quits: Darby_Crash (~Darby_Cra@replaced-ip ) (Remote host closed the connection)
1920 [12:12:47] *** Quits: nathamanath (~nathamana@replaced-ip ) (Read error: Connection reset by peer)
1921 [12:12:52] *** Joins: jerdef82 (~jerdef@replaced-ip )
1922 [12:12:57] *** Joins: Darby_Crash (~Darby_Cra@replaced-ip )
1923 [12:13:11] *** Joins: saturos (~saturos@replaced-ip )
1924 [12:13:31] *** Quits: stenrose (~stenrose@replaced-ip ) (Ping timeout: 240 seconds)
1925 [12:13:53] *** Joins: nathamanath (~nathamana@replaced-ip )
1926 [12:14:01] *** debhelper sets mode: +l 1728
1927 [12:14:11] <yareckonirc> well, added those lines and still nothing
1928 [12:14:15] <yareckonirc> guess I will wait
1929 [12:14:27] *** Quits: e0mi (~e0mi@replaced-ip ) (Ping timeout: 240 seconds)
1930 [12:14:48] <bolt> yareckonirc: what are you waiting for?
1931 [12:15:20] <bolt> oh. scrolled up. nevermind.
1932 [12:15:24] <yareckonirc> I appear to be the only one in the world unable to see the meltdown partial fix
1933 [12:15:31] *** Joins: Tigerbot_Hesh (~TigerbotH@replaced-ip )
1934 [12:15:46] <babilen> Which mirror do you use?
1935 [12:16:00] *** Joins: lmw (~lmw@replaced-ip )
1936 [12:16:04] *** Quits: alexlist (~alexlist@replaced-ip ) (Ping timeout: 272 seconds)
1937 [12:16:08] <babilen> You could switch to a different one for the time being, maybe the upgrade hasn't propagated.
1938 [12:16:14] <yareckonirc> I used the mirrors from germany, until I cleared that out after you gave me the bog standard one
1939 [12:16:20] <celyr> That think is so overrated
1940 [12:16:21] *** Quits: Tigerbot_Hesh (~TigerbotH@replaced-ip ) (Remote host closed the connection)
1941 [12:16:23] <celyr> thing*
1942 [12:16:33] *** Quits: ehlodex (~quassel@replaced-ip ) (Ping timeout: 264 seconds)
1943 [12:16:36] <yareckonirc> there may of course be a redirect happening with the bog standard one
1944 [12:16:37] <babilen> And what's the output of "apt-cache policy linux-image-4.9.0-5-amd64" ?
1945 [12:16:42] <yareckonirc> back to germany :)
1946 [12:16:46] *** Joins: ehlodex (~quassel@replaced-ip )
1947 [12:16:50] *** Quits: uniqdom (~mcastillo@replaced-ip ) (Quit: Leaving)
1948 [12:16:56] *** Quits: bnw (~bnw@replaced-ip ) (Ping timeout: 252 seconds)
1949 [12:16:58] <babilen> (paste to replaced-url
1950 [12:17:23] <yareckonirc> well that's interesting
1951 [12:17:29] *** Joins: bhuvan_ (~bhuvan@replaced-ip )
1952 [12:17:32] <yareckonirc> Installed: 4.9.65-3+deb9u2
1953 [12:17:41] <yareckonirc> so I HAVE IT
1954 [12:17:54] *** Parts: bhuvan_ (~bhuvan@replaced-ip ) ("Leaving")
1955 [12:17:55] <yareckonirc> but uname -a 4.9.0-4-amd64 #1 SMP Debian 4.9.65-3+deb9u1 (2017-12-23) x86_64 GNU/Linux
1956 [12:17:56] <lmw> You have -3- ... not -5-
1957 [12:18:54] *** Quits: Fnerd (~chr@replaced-ip ) (Quit: Leaving)
1958 [12:19:15] *** Joins: Tigerbot_Hesh (~TigerbotH@replaced-ip )
1959 [12:19:33] <yareckonirc> my stupid system just hasn't rebooted
1960 [12:19:45] *** Joins: alexlist (~alexlist@replaced-ip )
1961 [12:19:56] <yareckonirc> I am likely an idiot.. will report back should that be confirmed
1962 [12:20:28] *** Quits: yareckonirc (~yareckoni@replaced-ip ) (Remote host closed the connection)
1963 [12:20:38] *** Joins: e0mi (~e0mi@replaced-ip )
1964 [12:20:46] *** Joins: bbdgl1 (~Thunderbi@replaced-ip )
1965 [12:21:28] *** Quits: nomic (~nomic4@replaced-ip ) (Remote host closed the connection)
1966 [12:21:57] *** Quits: dreamon__ (~dreamon@replaced-ip ) (Ping timeout: 240 seconds)
1967 [12:22:31] *** Quits: P1ersson (~P1ersson@replaced-ip ) (Ping timeout: 240 seconds)
1968 [12:22:47] *** Quits: bbdgl (~Thunderbi@replaced-ip ) (Ping timeout: 268 seconds)
1969 [12:22:47] *** bbdgl1 is now known as bbdgl
1970 [12:23:15] *** Joins: yareckonirc (~yareckoni@replaced-ip )
1971 [12:23:44] *** Joins: Gaaab (~Gaaab@replaced-ip )
1972 [12:24:02] <yareckonirc> ok babilen, lmw, I am an idiot, and this system must have upgraded last night before I knew debian had a fix out
1973 [12:24:26] <yareckonirc> since no reboot, no change in uname, and I spent the last hour searching for a phantom update
1974 [12:24:37] <yareckonirc> sorry everybody
1975 [12:24:59] *** Quits: thunderrd (~thunderrd@replaced-ip ) (Remote host closed the connection)
1976 [12:25:06] *** Joins: stenrose (~stenrose@replaced-ip )
1977 [12:25:12] <yareckonirc> now off to enjoy my new slower cpu!
1978 [12:25:25] <yareckonirc> ^safer
1979 [12:26:01] *** Joins: thunderrd (~thunderrd@replaced-ip )
1980 [12:26:17] <yareckonirc> props to the team that backported the kpti patchset back to 4.9 though, you guys rock
1981 [12:26:42] *** Joins: frostschutz (~frostschu@replaced-ip )
1982 [12:26:49] *** Quits: pyface (~pyface@replaced-ip ) (Ping timeout: 265 seconds)
1983 [12:27:08] *** Joins: sobkas (~sobkas@replaced-ip )
1984 [12:27:43] <celyr> slower for no reason and safer only against yourself
1985 [12:27:51] *** Quits: thunderrd (~thunderrd@replaced-ip ) (Remote host closed the connection)
1986 [12:27:55] *** Joins: shellclear (~shellclea@replaced-ip )
1987 [12:28:24] <yareckonirc> and against friendly javascript
1988 [12:28:55] *** beaver is now known as evilnewbie
1989 [12:29:57] *** Joins: m1911 (~Mutter@replaced-ip )
1990 [12:30:13] <celyr> I still see no reason to update my DBMS machine
1991 [12:30:18] <celyr> or the nameserver
1992 [12:31:41] *** Quits: cerbere (~cerbere@replaced-ip ) (Quit: Leaving)
1993 [12:32:39] *** Quits: t0aster0ven (~iaeofjgsk@replaced-ip ) (Remote host closed the connection)
1994 [12:32:39] *** Quits: zeitsofa (~zeitsofa@replaced-ip ) (Quit: There is no better place to be as 127.0.0.1)
1995 [12:32:58] *** Joins: DrBunsen (~koen@replaced-ip )
1996 [12:33:32] *** Joins: t0aster0ven (~iaeofjgsk@replaced-ip )
1997 [12:33:49] *** Quits: m1911 (~Mutter@replaced-ip ) (Client Quit)
1998 [12:34:40] *** Joins: Tranm1 (~Tranmi@replaced-ip )
1999 [12:35:00] *** Joins: ivar (~ivar@replaced-ip )
2000 [12:35:06] <DrBunsen> Hello, does anyone know where the option n the default archive manager the option to set a password is has to? It used to look something like this replaced-url
2001 [12:35:21] *** Quits: mati (~mati@replaced-ip ) (Quit: mati)
2002 [12:35:53] *** Quits: nac (~nac@replaced-ip ) (Ping timeout: 276 seconds)
2003 [12:35:59] *** Joins: jnavila (~jnavila@replaced-ip )
2004 [12:36:09] *** Joins: marcoslater (~marcoslat@replaced-ip )
2005 [12:37:10] *** hexhaxtr1n is now known as hexhaxtron
2006 [12:37:24] *** Joins: lingkhang (~lingkhang@replaced-ip )
2007 [12:37:37] *** Joins: mati (~mati@replaced-ip )
2008 [12:37:40] *** Quits: Tranmi (~Tranmi@replaced-ip ) (Ping timeout: 252 seconds)
2009 [12:37:52] *** Joins: booyah (~bb@replaced-ip )
2010 [12:38:35] *** Quits: shu (~haipeng@replaced-ip ) (Quit: WeeChat 2.0.1)
2011 [12:39:18] *** Joins: metax (~metax@replaced-ip )
2012 [12:40:07] *** Joins: setty__ (~setty@replaced-ip )
2013 [12:40:21] *** Quits: Delta-One (~zero@replaced-ip ) (Ping timeout: 265 seconds)
2014 [12:40:35] *** Joins: ketut (~ketut@replaced-ip )
2015 [12:40:36] *** Joins: menace (~nobody@replaced-ip )
2016 [12:40:59] *** Quits: Merixer (~Merixer@replaced-ip ) (Ping timeout: 252 seconds)
2017 [12:42:04] *** Quits: morphis_ (~morphis@replaced-ip ) (Remote host closed the connection)
2018 [12:44:02] *** Quits: EljayFlintok (~EljayFlin@replaced-ip ) (Remote host closed the connection)
2019 [12:44:27] *** Quits: qba73 (~qba73@replaced-ip ) (Ping timeout: 240 seconds)
2020 [12:45:06] *** Quits: de-facto (~de-facto@replaced-ip ) (Ping timeout: 272 seconds)
2021 [12:45:09] *** Joins: Merixer (~Merixer@replaced-ip )
2022 [12:45:18] *** Joins: ezdev (~user@replaced-ip )
2023 [12:46:02] *** Quits: ivar (~ivar@replaced-ip##) (Quit: ZNC 1.6.5 - ##replaced-url
2024 [12:46:17] *** Quits: DeaDSouL (~DeaDSouL@replaced-ip ) (Quit: leaving)
2025 [12:46:19] *** Joins: sayantankhan (~sayantank@replaced-ip )
2026 [12:46:28] *** Joins: qba73 (~qba73@replaced-ip )
2027 [12:46:46] *** Joins: Curiontice (~Capprenti@replaced-ip )
2028 [12:47:25] *** Quits: snubs (~snubs@replaced-ip ) (Quit: Leaving)
2029 [12:47:30] *** Joins: ivarmedi (~ivarmedi@replaced-ip )
2030 [12:47:38] *** Joins: de-facto (~de-facto@replaced-ip )
2031 [12:48:19] *** Quits: Curiontice (~Capprenti@replaced-ip ) (Client Quit)
2032 [12:49:51] *** Quits: Capprentice (~Capprenti@replaced-ip ) (Ping timeout: 248 seconds)
2033 [12:51:21] *** Quits: Frikilinux (~Friki@replaced-ip ) (Ping timeout: 264 seconds)
2034 [12:51:29] *** Quits: iflema (~ian@replaced-ip ) (Ping timeout: 248 seconds)
2035 [12:52:44] *** Quits: shahri (~shahri@replaced-ip##) (Quit: ZNC - ##replaced-url
2036 [12:53:34] *** Joins: shahri (~shahri@replaced-ip )
2037 [12:53:44] *** Joins: flux242 (~chatzilla@replaced-ip )
2038 [12:54:18] *** Quits: ivarmedi (~ivarmedi@replaced-ip##) (Quit: ZNC 1.6.5 - ##replaced-url
2039 [12:54:30] *** Quits: The_Loko (~The_Loko@replaced-ip ) (Quit: Leaving)
2040 [12:55:11] *** Joins: ivarmedi (~ivarmedi@replaced-ip )
2041 [12:55:35] *** Quits: ivarmedi (~ivarmedi@replaced-ip ) (Client Quit)
2042 [12:55:41] *** Joins: temy (~cccp@replaced-ip )
2043 [12:55:56] *** Joins: DARK (~shadow@replaced-ip )
2044 [12:56:14] *** Joins: ivarmedi (~ivarmedi@replaced-ip )
2045 [12:56:28] *** Joins: OS-31823 (~root@replaced-ip )
2046 [12:56:34] *** Joins: lankanmon (~LKNnet@replaced-ip )
2047 [12:56:42] *** Quits: OS-31823 (~root@replaced-ip ) (Remote host closed the connection)
2048 [12:57:08] *** Joins: OS-31823 (~root@replaced-ip )
2049 [12:57:09] *** Joins: Aussie_matt (~quassel@replaced-ip )
2050 [12:57:23] *** Quits: ketut (~ketut@replaced-ip ) (Quit: leaving)
2051 [12:57:32] *** Quits: DARK (~shadow@replaced-ip ) (Client Quit)
2052 [12:57:33] *** Joins: czesmir (~stefan@replaced-ip )
2053 [12:57:43] *** Joins: wzyy2 (~wzyy2@replaced-ip )
2054 [12:57:43] *** Quits: ivarmedi (~ivarmedi@replaced-ip ) (Client Quit)
2055 [12:58:02] *** Joins: ivarmedi (~ivarmedi@replaced-ip )
2056 [12:58:24] *** Quits: Aussie_matt (~quassel@replaced-ip ) (Remote host closed the connection)
2057 [12:59:36] *** Quits: magenbrot (~magenbrot@replaced-ip ) (Remote host closed the connection)
2058 [12:59:42] *** Quits: ivarmedi (~ivarmedi@replaced-ip ) (Client Quit)
2059 [13:00:04] *** Quits: Rokixz (~rokas@replaced-ip ) (Remote host closed the connection)
2060 [13:00:09] *** Joins: ivarmedi (~ivarmedi@replaced-ip )
2061 [13:00:55] *** Joins: magenbrot (~magenbrot@replaced-ip )
2062 [13:01:27] *** Quits: dionysus69 (~Thunderbi@replaced-ip ) (Remote host closed the connection)
2063 [13:01:57] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 240 seconds)
2064 [13:02:23] *** Quits: pingfloyd (~pingfloyd@replaced-ip ) (Quit: ☮ out)
2065 [13:02:34] *** Joins: dionysus69 (~Thunderbi@replaced-ip )
2066 [13:02:49] *** Quits: Neomex (~quassel@replaced-ip ) (Remote host closed the connection)
2067 [13:03:34] *** Joins: mcastillo_ (~mcastillo@replaced-ip )
2068 [13:03:36] *** Quits: Rembo (Rembo@replaced-ip ) ()
2069 [13:05:27] *** Quits: magnulu (~magnulu@replaced-ip ) (Remote host closed the connection)
2070 [13:06:03] *** Joins: jayarcsss (~jayarcs@replaced-ip )
2071 [13:06:59] *** Quits: Zvmdyv (~Zvmdyv@replaced-ip ) (Remote host closed the connection)
2072 [13:08:01] *** Quits: pacbard (~pacbard@replaced-ip ) (Ping timeout: 248 seconds)
2073 [13:08:41] *** Joins: dreamon__ (~dreamon@replaced-ip )
2074 [13:09:58] *** Joins: fakefur (~fakefur@replaced-ip )
2075 [13:10:32] *** Joins: Haudegen (~quassel@replaced-ip )
2076 [13:10:33] *** Quits: jayarcsss (~jayarcs@replaced-ip ) (Ping timeout: 264 seconds)
2077 [13:12:07] *** Quits: gpunk (~gpunk@replaced-ip ) (Remote host closed the connection)
2078 [13:12:35] *** Quits: Profound (Profound@replaced-ip ) (Quit: brb)
2079 [13:13:35] *** Quits: moozer (~moz@replaced-ip ) (Ping timeout: 252 seconds)
2080 [13:13:36] *** Joins: Profound (Profound@replaced-ip )
2081 [13:14:23] *** Quits: dionysus69 (~Thunderbi@replaced-ip ) (Quit: dionysus69)
2082 [13:14:27] *** Joins: ralinux (~androirc@replaced-ip )
2083 [13:14:50] *** Quits: OS-31823 (~root@replaced-ip ) (Ping timeout: 260 seconds)
2084 [13:14:56] *** Joins: OS-31823 (~root@replaced-ip )
2085 [13:14:57] *** Joins: gpunk (~gpunk@replaced-ip )
2086 [13:15:04] *** Joins: pacbard (~pacbard@replaced-ip )
2087 [13:15:19] *** Joins: dionysus69 (~Thunderbi@replaced-ip )
2088 [13:15:45] *** Quits: chaology (~James5979@replaced-ip ) (Quit: WeeChat 1.6)
2089 [13:16:05] *** Quits: jnavila (~jnavila@replaced-ip ) (Ping timeout: 240 seconds)
2090 [13:16:18] *** Joins: Brigo (~Brigo@replaced-ip )
2091 [13:19:09] *** Joins: twiggy (~Twig@replaced-ip )
2092 [13:19:35] *** Quits: Profound (Profound@replaced-ip ) (Max SendQ exceeded)
2093 [13:19:41] *** Joins: inspectorcluseau (~Inspector@replaced-ip )
2094 [13:19:43] *** Joins: Profound (Profound@replaced-ip )
2095 [13:19:46] *** Quits: twiggy (~Twig@replaced-ip ) (Client Quit)
2096 [13:20:08] *** Joins: twiggy (~Twig@replaced-ip )
2097 [13:20:27] *** Joins: jnavila (~jnavila@replaced-ip )
2098 [13:21:41] *** Joins: chaology (~James5979@replaced-ip )
2099 [13:22:05] *** Quits: dionysus69 (~Thunderbi@replaced-ip ) (Ping timeout: 240 seconds)
2100 [13:22:48] *** Joins: nix64bit (~Thunderbi@replaced-ip )
2101 [13:24:43] *** Quits: chaology (~James5979@replaced-ip ) (Client Quit)
2102 [13:25:22] *** Joins: chaology (~James5979@replaced-ip )
2103 [13:27:05] <kodapa> $ grep bugs /proc/cpuinfo
2104 [13:27:05] <kodapa> bugs :
2105 [13:27:42] <kodapa> how come cpu_insecure is not listed under bugs? I have installed the patched kernel
2106 [13:27:48] <babilen> kodapa: That flag isn't being set
2107 [13:28:08] <kodapa> babilen: shouldn't it be?
2108 [13:28:08] *** Joins: Night-Shade (~tim@replaced-ip )
2109 [13:28:11] *** Joins: moozer (~moz@replaced-ip )
2110 [13:28:20] <babilen> Please refer to "grep CONFIG_PAGE_TABLE_ISOLATION /boot/config-$(uname -r)"
2111 [13:28:31] <yareckonirc> sudo dmesg -wH | grep 'Kernel/User page tables isolation'
2112 [13:28:34] *** Parts: lmw (~lmw@replaced-ip ) ()
2113 [13:28:39] <yareckonirc> [ +0.000000] Kernel/User page tables isolation: enabled
2114 [13:28:45] <babilen> And taht ^
2115 [13:28:45] <yareckonirc> is the way to see
2116 [13:28:46] *** Joins: RebelCoder (~RebelCode@replaced-ip )
2117 [13:28:47] <kodapa> enabled :)
2118 [13:28:48] <kodapa> thanks!
2119 [13:28:52] <babilen> yw
2120 [13:29:14] *** Joins: rsx (~rsx@replaced-ip )
2121 [13:29:17] *** Joins: Frikilinux (~Friki@replaced-ip )
2122 [13:29:22] *** Joins: noobineer (~noobineer@replaced-ip )
2123 [13:29:23] *** Quits: noobineer (~noobineer@replaced-ip ) (Max SendQ exceeded)
2124 [13:29:34] *** Quits: jnavila (~jnavila@replaced-ip ) (Quit: Konversation terminated!)
2125 [13:29:52] *** Joins: noobineer (~noobineer@replaced-ip )
2126 [13:29:55] *** Quits: Vorsplummi (~mikko@replaced-ip ) (Quit: WeeChat 1.6)
2127 [13:30:00] *** Quits: thiras (~thiras@replaced-ip ) (Ping timeout: 260 seconds)
2128 [13:30:06] *** Joins: jnavila (~jnavila@replaced-ip )
2129 [13:32:51] *** Quits: temy (~cccp@replaced-ip ) (Quit: WeeChat 1.6)
2130 [13:34:11] *** Quits: Night-Shade (~tim@replaced-ip ) (Quit: This computer has gone to sleep)
2131 [13:34:26] *** Joins: thiras (~thiras@replaced-ip )
2132 [13:34:52] *** Quits: towo^work (~towo@replaced-ip ) (Quit: Leaving)
2133 [13:35:57] *** Joins: dethos (~dethos@replaced-ip )
2134 [13:36:10] *** Joins: spithash (~spithash@replaced-ip )
2135 [13:36:15] *** Joins: hexhaxtr1n (hexhaxtron@replaced-ip )
2136 [13:36:35] *** Quits: XPUCTOB (~XPUCTOB@replaced-ip ) (Quit: Leaving)
2137 [13:36:43] *** Joins: Delta-One (~zero@replaced-ip )
2138 [13:36:47] <yareckonirc> thanks all, heading out
2139 [13:36:47] *** Quits: qba73 (~qba73@replaced-ip ) (Ping timeout: 248 seconds)
2140 [13:36:49] *** Quits: yareckonirc (~yareckoni@replaced-ip ) (Quit: yareckonirc)
2141 [13:37:01] *** Joins: sh00p (~z@replaced-ip )
2142 [13:37:17] *** Joins: qba73 (~qba73@replaced-ip )
2143 [13:37:23] *** Parts: spithash (~spithash@replaced-ip ) ("Leaving")
2144 [13:37:52] *** Quits: flux242 (~chatzilla@replaced-ip ) (Quit: ChatZilla 0.9.93 [Firefox 56.0/20171003222101])
2145 [13:38:16] *** Joins: Nekojimi (~jimj316@replaced-ip )
2146 [13:38:42] *** Quits: stoilkov (~stoilkov@replaced-ip ) (Quit: stoilkov)
2147 [13:38:44] *** Joins: jeddi (~jedd@replaced-ip )
2148 [13:39:02] *** Joins: oo_miguel (~miguel@replaced-ip )
2149 [13:39:05] *** Joins: simply-user (~simply-us@replaced-ip )
2150 [13:39:05] *** Parts: oo_miguel (~miguel@replaced-ip ) ()
2151 [13:39:06] *** Joins: oo_miguel (~miguel@replaced-ip )
2152 [13:39:07] <simply-user> hey
2153 [13:39:31] *** Quits: AsciiWolf (~drusek@replaced-ip ) (Remote host closed the connection)
2154 [13:39:57] *** Quits: hexhaxtron (hexhaxtron@replaced-ip ) (Ping timeout: 264 seconds)
2155 [13:40:12] *** Quits: simply-user (~simply-us@replaced-ip ) (Client Quit)
2156 [13:40:51] *** Quits: nagetier (~acl@replaced-ip ) (Ping timeout: 256 seconds)
2157 [13:41:04] *** Quits: de-facto (~de-facto@replaced-ip ) (Remote host closed the connection)
2158 [13:41:35] *** Quits: jnavila (~jnavila@replaced-ip ) (Ping timeout: 240 seconds)
2159 [13:41:51] *** Joins: AsciiWolf (~drusek@replaced-ip )
2160 [13:42:37] *** Joins: ejsf (~ejsf@replaced-ip )
2161 [13:42:53] *** Quits: raynold (uid201163@replaced-ip ) (Quit: Connection closed for inactivity)
2162 [13:42:58] *** Quits: qba73 (~qba73@replaced-ip ) (Ping timeout: 255 seconds)
2163 [13:43:22] <sim590> Does debian have an equivalent page for this: replaced-url
2164 [13:43:25] <sim590> ?
2165 [13:44:03] *** Quits: fakefur (~fakefur@replaced-ip ) (Quit: Leaving)
2166 [13:44:05] *** Quits: Orbitrix (~Huevos@replaced-ip ) (Ping timeout: 240 seconds)
2167 [13:44:24] <sim590> I have come accross this mail thread replaced-url
2168 [13:44:26] *** Joins: Elirips (~Elirips@replaced-ip )
2169 [13:45:15] *** Joins: nagetier (~acl@replaced-ip )
2170 [13:45:57] *** Joins: rizzo (~RizzoTheR@replaced-ip )
2171 [13:47:06] *** Quits: noobineer (~noobineer@replaced-ip ) (Read error: Connection reset by peer)
2172 [13:47:53] <Brigo> sim590, replaced-url
2173 [13:50:07] *** Quits: setty__ (~setty@replaced-ip ) (Ping timeout: 248 seconds)
2174 [13:51:05] *** Joins: orbiter (~orbiter@replaced-ip )
2175 [13:51:21] *** Joins: amcorrei1 (~amcorreia@replaced-ip )
2176 [13:51:27] *** Quits: yemel (~yemel@replaced-ip ) (Quit: leaving)
2177 [13:52:44] *** Quits: prometheus_falli (~sluggo@replaced-ip ) (Remote host closed the connection)
2178 [13:53:13] *** Quits: shellclear (~shellclea@replaced-ip ) (Quit: shellclear)
2179 [13:53:13] *** Joins: prometheus_falli (~sluggo@replaced-ip )
2180 [13:54:40] *** Quits: Guest13226 (~XRule@replaced-ip ) (Ping timeout: 255 seconds)
2181 [13:55:23] *** Quits: sayantankhan (~sayantank@replaced-ip ) (Quit: WeeChat 1.6)
2182 [13:57:00] *** Quits: turfal (~Thunderbi@replaced-ip ) (Quit: turfal)
2183 [13:57:12] *** Quits: Delta-One (~zero@replaced-ip ) (Ping timeout: 246 seconds)
2184 [13:57:18] *** Joins: sayantankhan (~sayantank@replaced-ip )
2185 [13:58:19] *** immersive is now known as retpoline
2186 [13:58:41] *** Quits: booyah (~bb@replaced-ip ) (Read error: Connection reset by peer)
2187 [13:58:54] *** Joins: seb__ (~seb@replaced-ip )
2188 [13:58:59] *** Joins: kus_ (~kus@replaced-ip )
2189 [13:59:00] *** Joins: booyah (~bb@replaced-ip )
2190 [13:59:33] <sim590> Brigo: this doesn't inform on other branches such as buster. :/
2191 [13:59:36] *** Joins: zaq (~zaq_2@replaced-ip )
2192 [13:59:47] *** Quits: unicron_ (~unicron@replaced-ip ) (Ping timeout: 252 seconds)
2193 [14:00:11] *** Joins: de-facto (~de-facto@replaced-ip )
2194 [14:00:17] <DrBunsen> Hello, does anyone know where the option in the default archive manager the option to set a password is has to? It used to look something like this replaced-url
2195 [14:00:33] <Brigo> sim590, it doesn't. Patches in buster are the same that for sid.
2196 [14:00:37] *** Joins: shellclear (~shellclea@replaced-ip )
2197 [14:00:43] *** Joins: frostie_ (~starclear@replaced-ip )
2198 [14:01:05] *** Quits: frostie_ (~starclear@replaced-ip ) (Client Quit)
2199 [14:01:11] <sim590> Brigo: but sid isn't mentionned either. Do you know where to find the information about sid?
2200 [14:01:35] *** Joins: zapperoo (~ZaP@replaced-ip )
2201 [14:01:47] <koollman> sim590: replaced-url
2202 [14:01:53] *** Joins: unicron_ (~unicron@replaced-ip )
2203 [14:02:00] *** Quits: seb__ (~seb@replaced-ip ) (Client Quit)
2204 [14:02:00] *** Joins: jnavila (~jnavila@replaced-ip )
2205 [14:02:02] *** Joins: towo^work (~towo@replaced-ip )
2206 [14:02:19] *** Quits: deicide- (~deicide-@replaced-ip ) (Quit: Leaving)
2207 [14:02:47] *** Quits: bapophis__ (~belethapo@replaced-ip ) (Remote host closed the connection)
2208 [14:03:05] <sim590> koollman, Brigo : thanks
2209 [14:03:24] *** Darby_Crash is now known as Darby_Crash_Away
2210 [14:04:33] *** Joins: Leoneof (~Leoneof@replaced-ip )
2211 [14:04:33] *** Joins: lazouz (~lazouz@replaced-ip )
2212 [14:04:33] *** Quits: Leoneof (~Leoneof@replaced-ip ) (Remote host closed the connection)
2213 [14:04:42] <babilen> sim590: Packages for both jessie and sid are being worked on. They will migrate to testing in due course, but you might want to pull those from unstable beforehand (cf. "/msg dpkg tum")
2214 [14:04:51] *** Joins: bapophis (~belethapo@replaced-ip )
2215 [14:04:54] *** Quits: ralinux (~androirc@replaced-ip##) (Quit: AndroIRC - Android IRC Client ( ##replaced-url
2216 [14:05:25] *** Joins: deicide- (~deicide-@replaced-ip )
2217 [14:05:55] *** Quits: TvL2386_ (~tom@replaced-ip ) (Quit: leaving)
2218 [14:06:10] *** Joins: cdown (~cdown@replaced-ip )
2219 [14:06:23] *** Joins: TvL2386 (~tom@replaced-ip )
2220 [14:08:16] *** Joins: ch0wn_ (~tmp@replaced-ip )
2221 [14:09:04] *** Joins: zabow_ (~zabow@replaced-ip )
2222 [14:09:22] *** Quits: lingkhang (~lingkhang@replaced-ip ) (Quit: WeeChat 1.9.1)
2223 [14:09:27] *** Quits: dos1 (~dos1@replaced-ip ) (Read error: Connection reset by peer)
2224 [14:09:43] *** Joins: dos1 (~dos1@replaced-ip )
2225 [14:09:48] <sim590> babilen: right. Good idea!
2226 [14:10:53] <NetTerminalGene> can firejailed firefox prevent meltdown and spectre?
2227 [14:11:09] *** Joins: setty__ (~setty@replaced-ip )
2228 [14:11:12] <oo_miguel> I am on stretch and see that CVE-2017-5754 was fixed with 4.9.65-3+deb9u2.. What about: CVE-2017-5753 and CVE-2017-5715 ?
2229 [14:11:14] <ezdev> actually noscript will probably do more than firejail
2230 [14:11:44] <ezdev> since at least spectre can be exploited via javascript
2231 [14:12:05] <ezdev> and since the vulnerability is to the sorts of things that firejail uses to protect you
2232 [14:12:35] *** Quits: anirban (~anirban@replaced-ip ) (Ping timeout: 256 seconds)
2233 [14:14:00] <babilen> oo_miguel: See above
2234 [14:14:01] *** debhelper sets mode: +l 1735
2235 [14:14:25] <ezdev> whats the channel limit thing? 1735 what?
2236 [14:14:27] *** Quits: luckman212 (~luckman21@replaced-ip ) (Ping timeout: 240 seconds)
2237 [14:14:58] <babilen> Ah, not discussed here replaced-url
2238 [14:15:13] <babilen> ezdev: Kitten
2239 [14:15:44] *** Joins: Delta-One (~zero@replaced-ip )
2240 [14:16:06] <ezdev> ah, good. more than 1735 kittens would be FAR too many.
2241 [14:16:12] *** Quits: shahri (~shahri@replaced-ip##) (Quit: ZNC - ##replaced-url
2242 [14:16:46] <Iridos> hm, stretch is fiexed already? I don't see the version from the cve… I see 4.9+80+deb9u3 replaced-url
2243 [14:16:50] <Iridos> dpkg, confuse me
2244 [14:16:50] <dpkg> No, where are your snake yesterday, iridos? Breeches of the Democracy of Belarus with extra cream.
2245 [14:17:08] <babilen> ezdev: It's dynamically adjusted to ensure that there is at least one kitten available for every user in the channel
2246 [14:17:37] <ezdev> aww
2247 [14:17:53] <retpoline> you guys seen this Meltdown PoC? replaced-url
2248 [14:18:13] *** Joins: chalcedony (~chalcedon@replaced-ip )
2249 [14:18:14] *** Joins: shtrb (~shtrb@replaced-ip )
2250 [14:18:29] *** Quits: Darby_Crash_Away (~Darby_Cra@replaced-ip ) (Remote host closed the connection)
2251 [14:18:31] <somiaj> Iridos: there was a version bump in the package name, so the package is now linux-image-4.9.0-5-amd64
2252 [14:18:45] *** Joins: shahri (~shahri@replaced-ip )
2253 [14:18:55] *** Joins: Darby_Crash_Away (~Darby_Cra@replaced-ip )
2254 [14:19:41] *** Joins: luneff (~yury@replaced-ip )
2255 [14:19:48] <shtrb> Any xsane users can hint what other than hplip I should install for scanimage -L to be able to identify my scanner (HP 2630 all in one)
2256 [14:19:51] *** Joins: redguy (~matik@replaced-ip )
2257 [14:19:51] *** Quits: redguy (~matik@replaced-ip ) (Changing host)
2258 [14:19:51] *** Joins: redguy (~matik@replaced-ip )
2259 [14:19:57] *** Quits: LocaMocha (bocaneri@replaced-ip ) (Ping timeout: 240 seconds)
2260 [14:19:59] *** Joins: luckman212 (~luckman21@replaced-ip )
2261 [14:22:41] *** Joins: XSoul (~XRule@replaced-ip )
2262 [14:23:12] *** Joins: endstille (~endstille@replaced-ip )
2263 [14:23:44] *** Quits: unicron_ (~unicron@replaced-ip ) (Ping timeout: 248 seconds)
2264 [14:23:49] *** Joins: eternal-pain (~mario@replaced-ip )
2265 [14:24:01] *** debhelper sets mode: +l 1741
2266 [14:24:56] *** Quits: Darby_Crash_Away (~Darby_Cra@replaced-ip ) (Remote host closed the connection)
2267 [14:24:58] * ezdev watches as more kittens are shipped in
2268 [14:25:23] *** Joins: Darby_Crash_Away (~Darby_Cra@replaced-ip )
2269 [14:25:23] *** Joins: Ascavasaion (~username@replaced-ip )
2270 [14:26:11] *** Quits: supersoj1 (~ajones@replaced-ip ) (Ping timeout: 252 seconds)
2271 [14:26:12] *** Quits: kus_ (~kus@replaced-ip ) (Ping timeout: 265 seconds)
2272 [14:26:45] *** Joins: tlaxkit (~hexchat@replaced-ip )
2273 [14:26:46] *** Quits: wzyy2 (~wzyy2@replaced-ip ) (Read error: Connection reset by peer)
2274 [14:26:46] <Ascavasaion> If I want to install Debian for the first time from USB... would I download replaced-url
2275 [14:27:57] *** Quits: shellclear (~shellclea@replaced-ip ) (Quit: shellclear)
2276 [14:28:10] *** Quits: shtrb (~shtrb@replaced-ip ) (Remote host closed the connection)
2277 [14:28:18] *** Joins: kzimmermann (~username@replaced-ip )
2278 [14:28:19] *** Quits: t0aster0ven (~iaeofjgsk@replaced-ip ) (Remote host closed the connection)
2279 [14:28:24] <somiaj> Ascavasaion: the netinstall only contains a minimial system on the install medium, but can install anything else it needs from the internet if you ahve a working networking durnign the install
2280 [14:28:29] <babilen> Ascavasaion: That installer would download everything it needs from online repositories and it would be the appropriate image if you have a working internet connection during the installation
2281 [14:28:42] *** Joins: t0aster0ven (~iaeofjgsk@replaced-ip )
2282 [14:28:43] <somiaj> Ascavasaion: if you use wifi, you will most likely need some non-free firmware to get the network working.
2283 [14:29:19] *** Parts: ivarmedi (~ivarmedi@replaced-ip ) ()
2284 [14:29:23] *** Quits: Darby_Crash_Away (~Darby_Cra@replaced-ip ) (Remote host closed the connection)
2285 [14:29:24] <Ascavasaion> Aaah, thank you all... I thought as much. I have an eth connection on the computer so should be okay.
2286 [14:29:29] *** Joins: ivarmedi (~ivarmedi@replaced-ip )
2287 [14:29:49] *** Joins: Darby_Crash_Away (~Darby_Cra@replaced-ip )
2288 [14:29:52] <Ascavasaion> I am used to Ubuntu but thought I would try Debian as I hear that Ubuntu and Mint are based on it.
2289 [14:29:57] *** Quits: BeamWatcher (~gashead76@replaced-ip ) (Ping timeout: 240 seconds)
2290 [14:30:05] *** Quits: jnavila (~jnavila@replaced-ip ) (Ping timeout: 240 seconds)
2291 [14:30:50] *** Joins: anirban (~anirban@replaced-ip )
2292 [14:30:53] <Iridos> hm, ok… seems I already installed that
2293 [14:31:17] *** Joins: wzyy2 (~wzyy2@replaced-ip )
2294 [14:31:28] *** Parts: DrBunsen (~koen@replaced-ip ) ()
2295 [14:31:28] *** Joins: citypw (~citypw@replaced-ip )
2296 [14:31:30] *** Joins: gnumdk (~gnumdk@replaced-ip )
2297 [14:31:33] *** Joins: shtrb (~shtrb@replaced-ip )
2298 [14:31:50] *** Joins: shellclear (~shellclea@replaced-ip )
2299 [14:32:00] *** Joins: p8m (~p8m@replaced-ip )
2300 [14:32:06] *** Joins: L3gacy (~L3gacy@replaced-ip )
2301 [14:33:29] *** Joins: jiru (~jiru@replaced-ip )
2302 [14:33:30] *** Quits: hexa- (~hexa-@replaced-ip ) (Quit: WeeChat 2.0)
2303 [14:33:30] *** Joins: LocaMocha (bocaneri@replaced-ip )
2304 [14:33:58] <jiru> /msg NickServ IDENTIFY public555
2305 [14:34:06] *** Joins: pasadinhas (~textual@replaced-ip )
2306 [14:34:13] *** Joins: dixie7z_ (~dixie7z@replaced-ip )
2307 [14:34:15] *** Quits: AsciiWolf (~drusek@replaced-ip ) (Remote host closed the connection)
2308 [14:34:16] *** Parts: jiru (~jiru@replaced-ip ) ("Leaving")
2309 [14:34:30] <RoyK> password change? ;)
2310 [14:34:36] *** Joins: AsciiWolf (~drusek@replaced-ip )
2311 [14:34:53] *** Joins: jsdk (~jsdk@replaced-ip )
2312 [14:35:05] *** Quits: pasadinhas (~textual@replaced-ip ) (Max SendQ exceeded)
2313 [14:35:18] <somiaj> Ascavasaion: ubuntu and debian use the same package formatting and share lots of packages. But the core system and policy wise ubuntu and debian have diffrent phiolosphies.
2314 [14:35:23] <hays_> wow. I think deb.debian.org is very slow in amsterdam
2315 [14:35:40] <somiaj> hays_: are you sure it is deb.debian.org and not the mirror it redirects you to?
2316 [14:35:44] <shtrb> That is why we always need to have working SASL or budy pounces (OFTC)
2317 [14:35:58] *** Joins: Se-bash (~seba@replaced-ip )
2318 [14:36:02] <shtrb> hays_, check what you really get sometimes the CDN is crazy
2319 [14:36:11] <hays_> somiaj: dunno. talking about sources.list and the performance of apt
2320 [14:36:21] *** Joins: pasadinhas (~textual@replaced-ip )
2321 [14:36:33] <hays_> shtrb: how can I check? can dig help?
2322 [14:36:39] <somiaj> hays_: deb.debian.org is just a redirector that tries to redirect you to a close by mirror in good health. It works fairly well but won't always pick the best mirror for you.
2323 [14:36:59] <hays_> im getting 35kb/s
2324 [14:37:01] <somiaj> I doubt dig will do much, since deb.debian.org works with redirects not with dns settings.
2325 [14:37:11] *** Quits: kpease_ (~kpease@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
2326 [14:37:20] <somiaj> hays_: you may want to go find an actual mirror and not let the redirector find one for you. It could also just be timing with the mirror it found for you.
2327 [14:37:30] <shtrb> hays_ , when doing apt-get update check which server actually send you the info (or apt-get -d install )
2328 [14:37:50] *** Quits: dixie7z__ (~dixie7z@replaced-ip ) (Ping timeout: 268 seconds)
2329 [14:38:03] <hays_> i don't see anywhere in apt-get update where it tells me that
2330 [14:38:05] <themill> for stretch onwards, deb.d.o is using SRV records at DNS level, not 301 redirects
2331 [14:38:11] <hays_> might be because im on jessie?
2332 [14:38:58] <somiaj> hays_: replaced-url
2333 [14:39:02] *** Joins: dvs (~hibbard@replaced-ip )
2334 [14:39:10] <themill> yeah, on jessie it will be doing http redirects off to a mirror but it should still be fastly or similar
2335 [14:39:25] *** Quits: citypw (~citypw@replaced-ip ) (Ping timeout: 260 seconds)
2336 [14:39:35] *** Joins: supersoj1 (~ajones@replaced-ip )
2337 [14:39:36] <somiaj> hays_: I still doubt deb.debian.org is the cause of a slow download, but more the mirror it is picking for you.
2338 [14:40:02] *** Joins: shinnya (~shinnya@replaced-ip )
2339 [14:40:03] <themill> I'd be surprised if fastly and cloudfront were that slow though
2340 [14:41:41] *** Quits: moozer (~moz@replaced-ip ) (Remote host closed the connection)
2341 [14:42:21] *** Quits: kzimmermann (~username@replaced-ip ) (Ping timeout: 264 seconds)
2342 [14:44:18] *** Joins: simon_q_ (1899470@replaced-ip )
2343 [14:45:31] <shtrb> ,v hplip
2344 [14:45:32] <judd> Package: hplip on amd64 -- wheezy: 3.12.6-3.1+deb7u1; wheezy-security: 3.12.6-3.1+deb7u2; jessie: 3.14.6-1+deb8u1; jessie-backports: 3.16.11+repack0-1~bpo8+1; stretch: 3.16.11+repack0-3; buster: 3.17.10+repack0-2; sid: 3.17.10+repack0-2
2345 [14:46:37] *** Quits: p8m (~p8m@replaced-ip ) (Quit: leaving)
2346 [14:46:45] *** Joins: dec0n_ (~dec0n@replaced-ip )
2347 [14:47:00] *** Joins: knop_ (~andreas@replaced-ip )
2348 [14:47:03] *** Quits: shtrb (~shtrb@replaced-ip ) (Read error: Connection reset by peer)
2349 [14:47:11] *** Quits: wspthr (~wspthr@replaced-ip ) (Ping timeout: 248 seconds)
2350 [14:47:12] *** Quits: simon_q_ (1899470@replaced-ip ) (Client Quit)
2351 [14:47:16] *** Joins: shtrb (~shtrb@replaced-ip )
2352 [14:47:19] *** Joins: doxasticfox_ (~doxasticf@replaced-ip )
2353 [14:47:21] *** Quits: SmearedBeard (~SmearedBe@replaced-ip ) (Read error: Connection reset by peer)
2354 [14:47:42] *** Quits: doxasticfox (~doxasticf@replaced-ip ) (Read error: Connection reset by peer)
2355 [14:47:45] *** Quits: err404 (~err404@replaced-ip ) (Ping timeout: 264 seconds)
2356 [14:47:48] *** Joins: really34_ (~really342@replaced-ip )
2357 [14:47:55] *** Quits: oceandrive (~oceandriv@replaced-ip ) (Remote host closed the connection)
2358 [14:48:00] *** Joins: SmearedBeard (~SmearedBe@replaced-ip )
2359 [14:48:01] *** Quits: mati (~mati@replaced-ip ) (Remote host closed the connection)
2360 [14:48:02] *** Quits: ejsf (~ejsf@replaced-ip ) (Read error: Connection reset by peer)
2361 [14:48:06] *** Quits: nix64bit (~Thunderbi@replaced-ip ) (Remote host closed the connection)
2362 [14:48:07] *** Quits: sh00p (~z@replaced-ip ) (Read error: Connection reset by peer)
2363 [14:48:07] *** Joins: oceandrive (~oceandriv@replaced-ip )
2364 [14:48:15] *** Quits: sobkas (~sobkas@replaced-ip ) (Ping timeout: 248 seconds)
2365 [14:48:15] *** Quits: mniip (mniip@replaced-ip ) (Ping timeout: 248 seconds)
2366 [14:48:16] *** Joins: mati (~mati@replaced-ip )
2367 [14:48:19] *** Joins: nix64bit (~Thunderbi@replaced-ip )
2368 [14:48:19] *** Quits: BWMerlin (~Thunderbi@replaced-ip ) (Read error: Connection reset by peer)
2369 [14:48:24] *** Joins: sh00p (~z@replaced-ip )
2370 [14:48:38] *** Quits: Kilo`byte (~kilobyte@replaced-ip##) (Quit: ZNC - 1.6.0 - ##replaced-url
2371 [14:48:45] *** Quits: rolig (~rolig@replaced-ip ) (Ping timeout: 260 seconds)
2372 [14:48:47] *** Quits: iskatu (~iskatu@replaced-ip ) (Ping timeout: 248 seconds)
2373 [14:48:50] *** Joins: Kilo`byte (~kilobyte@replaced-ip )
2374 [14:49:00] *** Joins: BWMerlin (~Thunderbi@replaced-ip )
2375 [14:49:12] *** Quits: damiano (~quassel@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
2376 [14:49:19] *** Quits: endstille (~endstille@replaced-ip ) (Ping timeout: 248 seconds)
2377 [14:49:19] *** Quits: cyborg-one (~cyborg-on@replaced-ip ) (Ping timeout: 248 seconds)
2378 [14:49:19] *** Quits: KnoP (~andreas@replaced-ip ) (Ping timeout: 248 seconds)
2379 [14:49:38] *** Joins: cyborg-one (~cyborg-on@replaced-ip )
2380 [14:49:51] *** Quits: dec0n (~dec0n@replaced-ip ) (Ping timeout: 248 seconds)
2381 [14:49:51] *** Quits: ikevin (~kevin@replaced-ip ) (Ping timeout: 248 seconds)
2382 [14:49:51] *** Quits: sef (~sef@replaced-ip ) (Ping timeout: 248 seconds)
2383 [14:49:59] *** Quits: civillian (~nick@replaced-ip ) (Ping timeout: 256 seconds)
2384 [14:49:59] *** Quits: k-man (~jason@replaced-ip ) (Ping timeout: 256 seconds)
2385 [14:50:03] *** Quits: jeddi (~jedd@replaced-ip ) (Remote host closed the connection)
2386 [14:50:10] *** Joins: p8m (~p8m@replaced-ip )
2387 [14:50:12] *** Joins: Neomex (~quassel@replaced-ip )
2388 [14:50:33] *** Joins: sef (~sef@replaced-ip )
2389 [14:50:44] *** Joins: wspthr (~wspthr@replaced-ip )
2390 [14:50:46] *** Joins: iskatu (~iskatu@replaced-ip )
2391 [14:50:48] *** Joins: simon_q_ (~simon@replaced-ip )
2392 [14:50:50] *** Joins: mniip (mniip@replaced-ip )
2393 [14:50:51] *** Joins: ikevin (~kevin@replaced-ip )
2394 [14:50:55] *** Quits: Pjusur (~Pjusur@replaced-ip ) (Ping timeout: 248 seconds)
2395 [14:50:55] *** Quits: subpath (~subpath@replaced-ip ) (Ping timeout: 248 seconds)
2396 [14:50:55] *** Quits: sativouf (~sativouf@replaced-ip ) (Ping timeout: 248 seconds)
2397 [14:50:55] *** Quits: bars0 (~Name@replaced-ip ) (Ping timeout: 248 seconds)
2398 [14:51:05] *** Quits: deltam (~deltam@replaced-ip ) (Ping timeout: 260 seconds)
2399 [14:51:23] *** Quits: simon_q_ (~simon@replaced-ip ) (Client Quit)
2400 [14:51:27] *** Quits: CR7AQR (~andre@replaced-ip ) (Remote host closed the connection)
2401 [14:51:27] *** Quits: thiras (~thiras@replaced-ip ) (Ping timeout: 248 seconds)
2402 [14:51:27] *** Quits: really34293 (~really342@replaced-ip ) (Ping timeout: 248 seconds)
2403 [14:51:28] *** Joins: damiano (~quassel@replaced-ip )
2404 [14:51:29] *** Joins: bars0 (~Name@replaced-ip )
2405 [14:51:29] *** Joins: jeddi (~jedd@replaced-ip )
2406 [14:51:33] *** Joins: civillian (~nick@replaced-ip )
2407 [14:51:36] *** Joins: Pjusur (~Pjusur@replaced-ip )
2408 [14:51:50] *** Joins: sobkas (~sobkas@replaced-ip )
2409 [14:51:51] *** Joins: thunderrd (~thunderrd@replaced-ip )
2410 [14:51:59] *** Joins: sativouf (~sativouf@replaced-ip )
2411 [14:52:06] *** Joins: Obi-Wan (~obi-wan@replaced-ip )
2412 [14:52:15] *** Joins: thiras (~thiras@replaced-ip )
2413 [14:52:21] <pagios> hello, i burned my windows iso file to a usb and this is how it looks, for some reason it does not boot from usb is this uefi compatible? replaced-url
2414 [14:52:30] *** Joins: citypw (~citypw@replaced-ip )
2415 [14:52:33] *** Joins: rolig (~rolig@replaced-ip )
2416 [14:52:39] *** Joins: subpath (~subpath@replaced-ip )
2417 [14:52:51] *** Joins: k-man (~jason@replaced-ip )
2418 [14:52:56] *** Joins: deltam (~deltam@replaced-ip )
2419 [14:53:12] <towo^work> pagios, you know, this is #debian?
2420 [14:53:37] *** Quits: menace (~nobody@replaced-ip ) (Quit: menace)
2421 [14:53:41] *** Quits: Darby_Crash_Away (~Darby_Cra@replaced-ip ) (Remote host closed the connection)
2422 [14:53:44] *** hexhaxtr1n is now known as hexhaxtron
2423 [14:53:46] *** multi_io_ is now known as multi_io
2424 [14:53:51] <pagios> towo^work, i am using dd
2425 [14:53:57] <towo^work> and?
2426 [14:54:08] *** Joins: Darby_Crash_Away (~Darby_Cra@replaced-ip )
2427 [14:54:12] <towo^work> who is saying, that you can use dd for windows iso?
2428 [14:54:12] *** Joins: simon_q_ (~simon@replaced-ip )
2429 [14:54:24] <xand> windows ISOs have nothign to do with debian.
2430 [14:54:33] *** Joins: ejsf (~ejsf@replaced-ip )
2431 [14:54:35] *** Quits: simon_q_ (~simon@replaced-ip ) (Client Quit)
2432 [14:54:56] *** Quits: t0aster0ven (~iaeofjgsk@replaced-ip ) (Ping timeout: 272 seconds)
2433 [14:54:57] *** Joins: simon_q_ (~simon@replaced-ip )
2434 [14:55:08] *** Quits: simon_q_ (~simon@replaced-ip ) (Client Quit)
2435 [14:55:59] <pagios> you can
2436 [14:56:05] <pagios> dd if=iso of=/dev/sdc
2437 [14:56:17] *** Joins: qba73 (~qba73@replaced-ip )
2438 [14:56:26] *** Quits: epsilon (textblase@replaced-ip ) (Quit: cya)
2439 [14:56:39] <nix64bit> i think you need to set a boot flag
2440 [14:56:53] <towo^work> pagios, one can do many, but if it is making sense is the question
2441 [14:57:01] <themill> pagios: those images are designed for hard disk booting, are they?
2442 [14:57:17] *** Quits: shtrb (~shtrb@replaced-ip ) (Quit: Leaving)
2443 [14:57:21] <nix64bit> but this is #debian
2444 [14:57:30] *** Quits: qba73 (~qba73@replaced-ip ) (Remote host closed the connection)
2445 [14:58:41] *** Joins: CR7AQR (~andre@replaced-ip )
2446 [14:59:02] *** Joins: qba73 (~qba73@replaced-ip )
2447 [14:59:35] *** Joins: Rhaal (~Rhaal@replaced-ip )
2448 [15:00:06] *** Quits: Texou (~Texou@replaced-ip ) (Ping timeout: 272 seconds)
2449 [15:00:27] *** Joins: epsilon (textblase@replaced-ip )
2450 [15:00:27] *** Quits: webuser5224 (~webuser52@replaced-ip ) (Ping timeout: 240 seconds)
2451 [15:00:43] *** Quits: qba73 (~qba73@replaced-ip ) (Remote host closed the connection)
2452 [15:01:19] *** Joins: qba73 (~qba73@replaced-ip )
2453 [15:01:43] *** Joins: t0aster0ven (~iaeofjgsk@replaced-ip )
2454 [15:02:35] *** Quits: mbourhis (~mbourhis@replaced-ip ) (Ping timeout: 240 seconds)
2455 [15:02:45] *** Quits: lankanmon (~LKNnet@replaced-ip ) (Ping timeout: 260 seconds)
2456 [15:05:35] *** Joins: Ilyas (uid43013@replaced-ip )
2457 [15:06:17] *** Quits: pistache (~pistache@replaced-ip ) (Read error: Connection reset by peer)
2458 [15:06:20] *** Quits: Delta-One (~zero@replaced-ip ) (Ping timeout: 252 seconds)
2459 [15:06:38] *** Joins: pistache (~pistache@replaced-ip )
2460 [15:06:40] *** Quits: NetTerminalGene (~NetTermin@replaced-ip ) (Quit: Leaving)
2461 [15:06:57] *** Quits: GeraldW (~geraldw@replaced-ip ) (Ping timeout: 248 seconds)
2462 [15:07:12] *** Quits: baptist (~baptsk@replaced-ip ) (Read error: Connection reset by peer)
2463 [15:07:14] <ezdev> if an iso isnt hybrid (dd-able to a block device) you can make it into one with isohybrid-- very trivial to use
2464 [15:07:21] *** Joins: simon_q_ (~simon@replaced-ip )
2465 [15:07:24] *** Quits: simon_q_ (~simon@replaced-ip ) (Client Quit)
2466 [15:07:28] <ezdev> however id be surprised if the netinst image was not a hybrid iso
2467 [15:07:37] *** Quits: alxy (uid115853@replaced-ip ) (Quit: Connection closed for inactivity)
2468 [15:07:45] *** Quits: qba73 (~qba73@replaced-ip ) (Remote host closed the connection)
2469 [15:07:55] *** Joins: simon_q_ (~simon@replaced-ip )
2470 [15:08:01] *** Quits: DerLG (~derlg@replaced-ip ) (Ping timeout: 248 seconds)
2471 [15:08:11] *** Joins: qba73 (~qba73@replaced-ip )
2472 [15:08:56] <themill> it is
2473 [15:09:11] *** Joins: baptist (~baptsk@replaced-ip )
2474 [15:09:37] *** Quits: Johnie (5877985d@replaced-ip ) (Quit: Page closed)
2475 [15:09:57] *** Quits: zaq (~zaq_2@replaced-ip ) (Ping timeout: 240 seconds)
2476 [15:10:23] *** Quits: hays_ (~quassel@replaced-ip ) (Ping timeout: 256 seconds)
2477 [15:11:13] *** Joins: lavenders (~lavenders@replaced-ip )
2478 [15:11:15] <lavenders> hey
2479 [15:11:22] <lavenders> spectre and meltdown
2480 [15:11:32] <lavenders> is there a patch out there for latest debian?
2481 [15:11:41] <lavenders> ive read this: replaced-url
2482 [15:11:58] <lavenders> x86/kpti: Kernel Page Table Isolation (was KAISER)
2483 [15:12:02] * ezdev figures ime is worse than s&m
2484 [15:12:18] <ezdev> which is what they should call the gruesome twosome from now on
2485 [15:12:34] *** Quits: Darby_Crash_Away (~Darby_Cra@replaced-ip ) (Remote host closed the connection)
2486 [15:12:35] *** Joins: webuser5224 (~webuser52@replaced-ip )
2487 [15:12:50] *** Quits: PuFFs (~puffs@replaced-ip ) (Read error: Connection reset by peer)
2488 [15:12:59] *** Joins: Darby_Crash_Away (~Darby_Cra@replaced-ip )
2489 [15:13:02] <lavenders> ive no idea what y mean, patch?
2490 [15:13:05] <somiaj> lavenders: the most current DSA has patched wheezy, jessie and stretch with the kpi patch.
2491 [15:13:17] *** Quits: aaap (~aaap@replaced-ip ) (Quit: leaving)
2492 [15:13:18] <somiaj> lavenders: security team says spectre will be addressed in a future patch.
2493 [15:13:35] <ezdev> way to go secteam
2494 [15:13:41] <jelly> when/if they figure out how to mitigate it at all
2495 [15:13:42] <lavenders> apt-get update / upgrade is enough?
2496 [15:13:50] *** Quits: f10 (~flo@replaced-ip ) (Ping timeout: 276 seconds)
2497 [15:13:52] <somiaj> lavenders: if you have security sources, yes
2498 [15:13:55] *** Quits: simon_q_ (~simon@replaced-ip ) (Quit: leaving)
2499 [15:14:06] *** Joins: simon_q_ (~simon@replaced-ip )
2500 [15:14:10] <somiaj> lavenders: actually apt-get upgrade won't work, use dist-upgrade or apt upgrade.
2501 [15:14:13] *** Quits: simon_q_ (~simon@replaced-ip ) (Client Quit)
2502 [15:14:25] *** Joins: simon_q_ (~simon@replaced-ip )
2503 [15:14:30] <somiaj> (since there was an abi bump in the package name, requring you to install a new package)
2504 [15:14:38] <koollman> how is replaced-url
2505 [15:15:04] <ezdev> jelly: spectre can be triggered via javascript, so thats one vector you can mitigate
2506 [15:15:27] <koollman> somiaj: the most current dsa I can see is replaced-url
2507 [15:15:41] <lavenders> somiaj, thx much :), is deb/deb-src replaced-url
2508 [15:15:56] *** Quits: simon_q_ (~simon@replaced-ip ) (Client Quit)
2509 [15:16:15] *** Quits: tobiasBora (~tobiasBor@replaced-ip ) (Quit: WeeChat 1.6)
2510 [15:16:16] *** Joins: MarioBranco (~MarioBran@replaced-ip )
2511 [15:16:17] *** Joins: simon_q_ (~simon@replaced-ip )
2512 [15:16:19] <somiaj> koollman: sorry, you are correct, I saw patches in the work for jessie and wheezy, I just overlooked they wern't pushed out with that DSA
2513 [15:16:29] <somiaj> lavenders: correct.
2514 [15:16:41] <koollman> according to replaced-url
2515 [15:16:59] *** Joins: negev (~mark@replaced-ip )
2516 [15:17:27] <negev> hi, after installing 4.14.11-mainline my lo interface doesn't auto up on boot, is this a known issue?
2517 [15:17:31] *** Quits: thunderrd (~thunderrd@replaced-ip ) (Remote host closed the connection)
2518 [15:17:56] <somiaj> negev: where did you get this 4.14.11-mainline kernel?
2519 [15:18:04] *** Joins: gaiaae (~user@replaced-ip )
2520 [15:18:12] <somiaj> negev: did you compile it yourself?
2521 [15:18:37] *** Joins: thunderrd (~thunderrd@replaced-ip )
2522 [15:18:39] *** Joins: lpopov (~lpopov@replaced-ip )
2523 [15:20:14] *** Joins: walnut_burl (~oak@replaced-ip )
2524 [15:20:19] *** Joins: craigp (~craigp@replaced-ip )
2525 [15:20:38] *** Joins: jimbzy (~jim@replaced-ip )
2526 [15:20:51] *** Joins: bins (~bins@replaced-ip )
2527 [15:21:56] *** Quits: craigp (~craigp@replaced-ip ) (Client Quit)
2528 [15:22:13] <Megaf> Folks, my server rebooted when it was updating the kernel
2529 [15:22:16] *** Quits: gpunk (~gpunk@replaced-ip ) (Ping timeout: 265 seconds)
2530 [15:22:37] <Megaf> # apt update
2531 [15:22:37] <Megaf> E: Syntax error /etc/apt/apt.conf.d/01autoremove-kernels:18: Extra junk at end of file
2532 [15:22:42] <Megaf> Now that happens ^
2533 [15:22:51] <Megaf> I tried apt-get -f install and same thing happens
2534 [15:23:16] <ezdev> oh, debian
2535 [15:23:26] <koollman> open that file, it is most likely filled with some junk characters. fix it if you can, or remove the file. and get a new one :)
2536 [15:23:42] <koollman> also check why your server rebooted that badly
2537 [15:23:44] *** Joins: asterismo_l (~asterismo@replaced-ip )
2538 [15:23:54] *** Joins: morphis (~morphis@replaced-ip )
2539 [15:24:04] <Megaf> koollman: overheated
2540 [15:24:18] <bolt> O.o
2541 [15:24:42] <Megaf> anyway, need to fix that, I believe I can just remove that file
2542 [15:24:51] <ezdev> was it updating the kernel with a normal server load?
2543 [15:25:00] *** Joins: fujisan (uid4207@replaced-ip )
2544 [15:25:16] <bolt> no amount of load should overheat your server. get proper cooling.
2545 [15:25:30] <ezdev> maybe its an hp
2546 [15:25:33] <bolt> hot hardware is unhappy hardware. unhappy hardware doesn't last long.
2547 [15:25:53] <Megaf> bolt: I am experimeting with the cooling right now, its a new installation, no need to worry about backups..
2548 [15:25:58] *** Joins: ssaturos (~saturos@replaced-ip )
2549 [15:26:18] <Megaf> and its 33C at the server room right now
2550 [15:26:27] <asdfasdfa> Very generally speaking, what's best right now for most people, Wayland or Xorg? I used Wayland and it seems extremely lightweight and nice but I notice some lack of features.
2551 [15:26:27] *** Joins: freebsd_Jack (~jackryanw@replaced-ip )
2552 [15:26:38] <Megaf> CPU at 48C
2553 [15:26:42] <jelly> Megaf, which fs type is / fs on that system? What's in that file now?
2554 [15:27:00] *** Joins: gpunk (~gpunk@replaced-ip )
2555 [15:27:01] *** Joins: GeraldW (~geraldw@replaced-ip )
2556 [15:27:02] <jelly> ,file etc/apt/apt.conf.d/01autoremove-kernels
2557 [15:27:04] <Megaf> jelly: I rmed it, it was some keyboard configuration lines in that file....
2558 [15:27:06] <judd> No packages in stretch/amd64 were found with that file.
2559 [15:27:24] <bolt> Megaf: that's the washer room. check which thermostat you're reading...
2560 [15:27:46] <jelly> the washer room IS the server room!
2561 [15:27:56] <Megaf> resuming kernel update with dpkg --configure -a
2562 [15:28:08] *** Joins: hexa- (~hexa-@replaced-ip )
2563 [15:28:17] *** Joins: dpl (~dpl@replaced-ip )
2564 [15:28:19] *** Quits: stenrose (~stenrose@replaced-ip ) (Quit: Leaving)
2565 [15:28:59] *** Quits: baptist (~baptsk@replaced-ip ) (Remote host closed the connection)
2566 [15:29:13] *** Joins: Orbitrix (~Huevos@replaced-ip )
2567 [15:29:23] *** Joins: err404 (~err404@replaced-ip )
2568 [15:29:29] <jelly> I also have that file and I also have no idea where it comes from. :-|
2569 [15:29:35] *** Quits: saturos (~saturos@replaced-ip ) (Ping timeout: 240 seconds)
2570 [15:29:36] *** ssaturos is now known as saturos
2571 [15:29:50] *** Joins: n4dir (~user@replaced-ip )
2572 [15:29:50] <jelly> / DO NOT EDIT! File autogenerated by /etc/kernel/postinst.d/apt-auto-removal
2573 [15:29:54] <themill> head -1 /etc/apt/apt.conf.d/01autoremove-kernels
2574 [15:30:52] *** Quits: llucenic (~Thunderbi@replaced-ip ) (Ping timeout: 268 seconds)
2575 [15:31:21] *** Quits: RockerBoy (c21cf871@replaced-ip##) (Quit: ##replaced-url
2576 [15:31:51] <Megaf> meh
2577 [15:31:53] *** Quits: pasadinhas (~textual@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
2578 [15:32:01] <Megaf> it shutdown when hits 60C
2579 [15:32:01] *** Joins: stoilkov (~stoilkov@replaced-ip )
2580 [15:32:14] *** Joins: jubo2 (~juboxi@replaced-ip )
2581 [15:32:19] <Megaf> I need to figure out whos triggering the shutdown, if the mobo or OS
2582 [15:32:41] *** Joins: matzeG (~matzeG@replaced-ip )
2583 [15:32:52] *** Joins: Aussie_matt (~quassel@replaced-ip )
2584 [15:33:16] *** Joins: NetTerminalGene (~NetTermin@replaced-ip )
2585 [15:33:57] *** Quits: LambdaCalculus37 (~robert@replaced-ip ) (Ping timeout: 264 seconds)
2586 [15:34:01] *** debhelper sets mode: +l 1752
2587 [15:34:04] <Megaf> ok, none, PSU is overheating
2588 [15:34:32] <ezdev> wow
2589 [15:34:41] *** Joins: smrcascao (c2412543@replaced-ip )
2590 [15:34:43] <dvs> ???
2591 [15:35:10] <negev> somiaj: it's a profile on scaleway's cloud platform
2592 [15:35:16] *** Parts: stoilkov (~stoilkov@replaced-ip ) ()
2593 [15:35:19] <negev> it looks like my network/if-pre-up.d scripts were not executed either
2594 [15:35:21] *** Joins: stoilkov (~stoilkov@replaced-ip )
2595 [15:35:24] <Megaf> I have the case open, airflow is not ideal, maybe that's why it's overheating, very probably actually
2596 [15:35:31] *** Quits: nathamanath (~nathamana@replaced-ip ) (Read error: Connection reset by peer)
2597 [15:35:49] <ezdev> yeah open cases on servers are a particularly bad idea cooling-wise
2598 [15:36:02] <somiaj> negev: this doens't sound like a debian kernel, you may want to file a bug with the platform you are using.
2599 [15:36:02] <ezdev> on most things really, but servers can die that way
2600 [15:36:12] *** Joins: stenrose (~stenrose@replaced-ip )
2601 [15:36:18] <negev> somiaj: no its not a debian kernel, it's mainline
2602 [15:37:32] *** Quits: simon_q_ (~simon@replaced-ip ) (Quit: leaving)
2603 [15:37:33] <somiaj> negev: Debian supports its kernels, if the previous mainline version worked and this one didn't, that sounds reason enough to file a bug with the appropriate creater.
2604 [15:37:40] *** Quits: stoilkov (~stoilkov@replaced-ip ) (Quit: stoilkov)
2605 [15:37:45] *** Joins: stoilkov (~stoilkov@replaced-ip )
2606 [15:37:45] *** Joins: simon_q_ (~simon@replaced-ip )
2607 [15:38:01] *** Joins: z225519 (~z225519@replaced-ip )
2608 [15:38:11] *** Joins: matt____ (~matt@replaced-ip )
2609 [15:38:20] <negev> somiaj: who would the appropriate creator be?
2610 [15:38:23] *** Quits: eternal-pain (~mario@replaced-ip ) (Quit: Konversation terminated!)
2611 [15:38:42] <somiaj> negev: whoever created this mainline kernel package you installed, most likely people at the could system you are using.
2612 [15:39:12] *** Quits: z225519 (~z225519@replaced-ip ) (Read error: Connection reset by peer)
2613 [15:39:27] <jelly> "contact your provider"
2614 [15:39:44] <Megaf> I need a new PSU
2615 [15:39:53] *** Joins: kaosu (~kaosu@replaced-ip )
2616 [15:39:54] *** Quits: nix64bit (~Thunderbi@replaced-ip ) (Quit: nix64bit)
2617 [15:39:56] *** Joins: nathamanath (~nathamana@replaced-ip )
2618 [15:40:03] *** Parts: stoilkov (~stoilkov@replaced-ip ) ()
2619 [15:40:07] *** Joins: stoilkov (~stoilkov@replaced-ip )
2620 [15:40:10] <TomyWork> i have a preseed.cfg from somewhere that i want to adjust a little and then use. i know what to do, mostly, but one thing wasnt clear:
2621 [15:40:30] <TomyWork> there's a line "d-i mirror/http/hostname string deb.debian.org". Does that have to be an official mirror or can i put my own apt-cacher here?
2622 [15:41:22] *** Quits: gaiaae (~user@replaced-ip ) (Quit: Leaving)
2623 [15:42:09] *** Joins: ralinux (~androirc@replaced-ip )
2624 [15:42:10] *** Joins: Exagone314 (exa@replaced-ip )
2625 [15:42:11] *** Quits: Exagone313 (exa@replaced-ip ) (Read error: Connection reset by peer)
2626 [15:42:14] <themill> d-i mirror/http/proxy string if you can use it as a proxy; your own mirror is fine too. Anything that can be used in the sources.list
2627 [15:42:16] *** Joins: Ltem (~ltem@replaced-ip )
2628 [15:42:23] <somiaj> negev: you might want to check if you get any errors manaully bring up the interface, 'ifup lo'
2629 [15:42:42] <Megaf> jelly: FS is JFS
2630 [15:42:44] *** Exagone314 is now known as Exagone313
2631 [15:42:48] <TomyWork> i dont think it works as a proxy
2632 [15:42:53] *** Quits: czesmir (~stefan@replaced-ip ) (Quit: Lost terminal)
2633 [15:43:27] <TomyWork> but good to know it doesnt go through a lookup table of some sort :)
2634 [15:44:31] *** Joins: czesmir (~stefan@replaced-ip )
2635 [15:45:21] *** Quits: qba73 (~qba73@replaced-ip ) (Remote host closed the connection)
2636 [15:45:49] *** Joins: qba73 (~qba73@replaced-ip )
2637 [15:46:18] *** Joins: _0bitcount (~Big_Byte@replaced-ip )
2638 [15:46:18] *** Joins: pos (~pos@replaced-ip )
2639 [15:46:31] *** Joins: HoloIRCUser5 (~holoirc@replaced-ip )
2640 [15:46:34] *** Joins: zaq (~zaq_2@replaced-ip )
2641 [15:46:39] <Megaf> new PSU and new UPS...
2642 [15:46:45] *** Quits: HoloIRCUser5 (~holoirc@replaced-ip ) (Client Quit)
2643 [15:46:50] *** Quits: gnumdk (~gnumdk@replaced-ip ) (Remote host closed the connection)
2644 [15:46:52] <negev> somiaj: it appears that ifup and ifdown are missing from my system
2645 [15:47:15] *** Joins: gnumdk (~gnumdk@replaced-ip )
2646 [15:47:52] *** Quits: qba73 (~qba73@replaced-ip ) (Remote host closed the connection)
2647 [15:48:09] *** Joins: qba73 (~qba73@replaced-ip )
2648 [15:48:13] *** Joins: orlandogr (bed01d78@replaced-ip )
2649 [15:49:23] *** Joins: owl_tech (~owl@replaced-ip )
2650 [15:49:29] *** Joins: spithash (~spithash@replaced-ip )
2651 [15:49:37] *** Quits: loddfafnir (~loddfafni@replaced-ip ) (Ping timeout: 252 seconds)
2652 [15:49:44] <TomyWork> Megaf now all you need is a new PUS, SPU, SUP and USP
2653 [15:49:47] *** Quits: Korigan (~Korigan@replaced-ip ) (Ping timeout: 252 seconds)
2654 [15:50:23] <retpoline> i'd like a new PUS, ty
2655 [15:51:16] *** Joins: agatineau (~agatineau@replaced-ip )
2656 [15:51:18] <jelly> Megaf, I'd say "don't use JFS" then :-)
2657 [15:51:28] <TomyWork> negev somiaj i may be wrong, but didnt systemd replace ifup/down?
2658 [15:52:08] <jelly> you're wrong, TomyWork
2659 [15:52:39] *** Quits: negev (~mark@replaced-ip ) (Quit: leaving)
2660 [15:53:05] *** Quits: gnumdk (~gnumdk@replaced-ip ) (Remote host closed the connection)
2661 [15:53:12] <TomyWork> then it's extremely odd that they're absent
2662 [15:53:17] * Megaf turns on air conditioning. Enough of trying extreme scenarios
2663 [15:53:32] <TomyWork> in winter?
2664 [15:53:40] *** Joins: Divergenz (~thisis@replaced-ip )
2665 [15:53:40] *** Quits: Divergenz (~thisis@replaced-ip ) (Changing host)
2666 [15:53:40] *** Joins: Divergenz (~thisis@replaced-ip )
2667 [15:53:50] *** Darby_Crash_Away is now known as Darby_Crash
2668 [15:54:01] *** debhelper sets mode: +l 1759
2669 [15:54:04] <somiaj> TomyWork: considering they are an important package, I would agree.
2670 [15:54:11] *** Quits: simon_q_ (~simon@replaced-ip ) (Quit: leaving)
2671 [15:54:15] *** Quits: cyborg-one (~cyborg-on@replaced-ip ) (Quit: cyborg-one)
2672 [15:54:16] <jelly> TomyWork, what does "dpkg -S /sbin/ifup" say?
2673 [15:54:19] <Megaf> TomyWork: it's 36C here
2674 [15:54:34] *** Joins: simon_q_ (~simon@replaced-ip )
2675 [15:54:38] <TomyWork> jelly you should tell negev
2676 [15:54:47] <jelly> they're gone
2677 [15:54:49] *** Quits: Uberius (~Uberius@replaced-ip ) (Quit: quit)
2678 [15:54:49] *** Quits: thunderrd (~thunderrd@replaced-ip ) (Quit: Leaving)
2679 [15:54:56] <Megaf> the PSU heatsink is pathetic, clearly was not designed to be used in a hot environment
2680 [15:54:57] *** Quits: ikevin (~kevin@replaced-ip ) (Read error: Connection reset by peer)
2681 [15:54:59] <jelly> !next
2682 [15:54:59] <dpkg> Another happy customer leaves the building.
2683 [15:55:02] *** Quits: nathamanath (~nathamana@replaced-ip ) (Remote host closed the connection)
2684 [15:55:02] <TomyWork> ifupdown: /sbin/ifup on ubuntu 14.04
2685 [15:55:26] *** Quits: probono (BDC9q1CeHz@replaced-ip ) (Remote host closed the connection)
2686 [15:55:27] *** Joins: gnumdk (~gnumdk@replaced-ip )
2687 [15:55:35] <TomyWork> (which is pre-systemd... dont have a systemd system here right now)
2688 [15:55:40] *** Joins: thunderrd (~thunderrd@replaced-ip )
2689 [15:55:49] *** Quits: Aussie_matt (~quassel@replaced-ip ) (Remote host closed the connection)
2690 [15:55:54] <Mad_Dud> i just noticed debian's dsa-4078 no cve-2017-5754 replaced-url
2691 [15:55:59] *** Quits: simon_q_ (~simon@replaced-ip ) (Client Quit)
2692 [15:56:01] <Mad_Dud> s/no/on/
2693 [15:56:37] *** Quits: matzeG (~matzeG@replaced-ip ) (Ping timeout: 255 seconds)
2694 [15:56:52] <TomyWork> and?
2695 [15:57:08] *** Quits: thunderrd (~thunderrd@replaced-ip ) (Remote host closed the connection)
2696 [15:57:12] <Mad_Dud> ... progress
2697 [15:57:38] <TomyWork> pti=off... gotta note that down :D
2698 [15:57:57] *** Quits: arora (~ashok@replaced-ip ) (Quit: GoodBye!)
2699 [15:58:01] *** Joins: kus_ (~kus@replaced-ip )
2700 [15:58:05] *** Parts: asdfasdfa (~asdfasdfa@replaced-ip ) ("Leaving")
2701 [15:59:12] *** Quits: gnumdk (~gnumdk@replaced-ip ) (Remote host closed the connection)
2702 [15:59:41] *** Quits: pos (~pos@replaced-ip ) (Remote host closed the connection)
2703 [15:59:45] *** Joins: simon_q_ (~simon@replaced-ip )
2704 [15:59:59] *** Quits: oceandrive (~oceandriv@replaced-ip ) (Quit: oceandrive)
2705 [16:00:15] *** Quits: ogny (~orkun@replaced-ip ) (Ping timeout: 256 seconds)
2706 [16:00:28] *** Joins: asterismo_m (~santiago@replaced-ip )
2707 [16:00:35] *** Quits: Haohmaru (~Haohmaru@replaced-ip ) ()
2708 [16:01:11] *** Joins: gnumdk (~gnumdk@replaced-ip )
2709 [16:01:19] *** Joins: pos (~pos@replaced-ip )
2710 [16:01:37] <Megaf> found a nice way to cool the PSU down
2711 [16:01:54] <Megaf> removed the nvidia VGA that was used for CUDA back in the day.
2712 [16:02:04] <Megaf> now the system has no VGA/GPU at all
2713 [16:02:09] *** Joins: Tom01 (~tom@replaced-ip )
2714 [16:02:15] <Megaf> and there's no need for it
2715 [16:02:15] *** Joins: probono (sdSMFT851w@replaced-ip )
2716 [16:02:27] <TomyWork> is there, these days?
2717 [16:03:02] *** Quits: colttt (~quassel@replaced-ip ) (Remote host closed the connection)
2718 [16:03:04] <TomyWork> it used to be that desktop pcs dont even boot if there's no graphics chip at all
2719 [16:03:19] <TomyWork> or did you discount the on-CPU GPU?
2720 [16:04:01] *** debhelper sets mode: +l 1750
2721 [16:04:07] *** Quits: wzyy2 (~wzyy2@replaced-ip ) (Read error: Connection reset by peer)
2722 [16:04:25] *** Quits: nic_ (~nic@replaced-ip ) (Quit: Lost terminal)
2723 [16:04:27] <Megaf> TomyWork: no GPU at all now, there's no onboard GPU and I removed the VGA from teh system
2724 [16:04:34] *** Joins: ikevin (~kevin@replaced-ip )
2725 [16:04:46] <TomyWork> and your CPU doesn't have an integrated GPU?
2726 [16:04:48] *** Joins: wzyy2 (~wzyy2@replaced-ip )
2727 [16:04:54] <Megaf> again, is not desktop, is server :)
2728 [16:05:01] <Megaf> TomyWork: no GPU at all
2729 [16:05:32] *** Quits: ioudas^working (~ioudasw@replaced-ip ) (Remote host closed the connection)
2730 [16:05:50] <Megaf> This system is from 2002
2731 [16:05:58] <Megaf> still running good today
2732 [16:06:10] <Megaf> it has an AMD Athlon XP 2800+
2733 [16:06:32] <TomyWork> yeah that doesnt come with a GPU ^^
2734 [16:07:52] *** Joins: semeion (~semeion@replaced-ip )
2735 [16:07:55] *** Joins: thunderrd (~thunderrd@replaced-ip )
2736 [16:08:07] *** Quits: ikevin (~kevin@replaced-ip ) (Read error: Connection reset by peer)
2737 [16:08:08] *** semeion is now known as mnemonic
2738 [16:08:28] <Megaf> I will add a 750 Watts real power to this system
2739 [16:08:34] *** Quits: lpopov (~lpopov@replaced-ip ) (Quit: Leaving)
2740 [16:09:33] <Megaf> maybe a Corsair Cp-9020117-la Vs400
2741 [16:09:35] *** Quits: thunderrd (~thunderrd@replaced-ip ) (Client Quit)
2742 [16:09:44] <Megaf> 250 Watts would be plenty already...
2743 [16:09:52] <Megaf> I could just make a PSU myself...
2744 [16:10:11] <TomyWork> yup, fry yourself
2745 [16:10:33] <waydot> TomyWork: vga requirement for boot was quite specific; i had headless 486 booting quite fine
2746 [16:10:33] *** Joins: ikevin (~kevin@replaced-ip )
2747 [16:10:51] *** Quits: fnmueller (evPgo1giNq@replaced-ip ) (Ping timeout: 240 seconds)
2748 [16:11:01] <waydot> in my experience very few systems refused to boot w/o gfx card
2749 [16:11:15] *** Quits: TuxMeister (~TuxMeiste@replaced-ip##) (Quit: The Lounge - ##replaced-url
2750 [16:11:17] <TomyWork> ah
2751 [16:11:24] *** Quits: gnumdk (~gnumdk@replaced-ip ) (Remote host closed the connection)
2752 [16:11:31] <waydot> but it was a common concern :)
2753 [16:11:38] <Megaf> actually it depends
2754 [16:11:48] <Megaf> on my system you can configure in the BIOS
2755 [16:11:52] *** Joins: gnumdk (~gnumdk@replaced-ip )
2756 [16:11:56] <Megaf> if you want the system to halt or not in errors
2757 [16:12:20] <waydot> lack of video card is considered an error in that context?
2758 [16:12:42] *** Quits: n4dir (~user@replaced-ip ) (Quit: Leaving.)
2759 [16:12:46] <waydot> i do rememeber halt on: all errors, all but keyboard, none :)
2760 [16:13:39] *** Joins: tacco (~teco@replaced-ip )
2761 [16:14:00] *** Parts: owl_tech (~owl@replaced-ip ) ("Konversation terminated!")
2762 [16:14:12] *** Joins: Vizva (~Vizva@replaced-ip )
2763 [16:14:14] <TomyWork> themill for "deb replaced-url
2764 [16:14:16] <gpunk> it depends on the bios
2765 [16:14:26] <gpunk> many machines can be headless
2766 [16:14:39] *** Quits: w0bni (madsar@replaced-ip ) (Ping timeout: 268 seconds)
2767 [16:15:09] <tacco> anyone knows why this happend? replaced-url
2768 [16:15:56] <tacco> Using debian stretch
2769 [16:16:31] <deicide-> hello, i have issue with my mouse pointer not disappearing when watching twitch
2770 [16:16:33] *** Quits: zabow_ (~zabow@replaced-ip ) (Ping timeout: 264 seconds)
2771 [16:16:51] *** Quits: lazarus_zed (~lazarus_z@replaced-ip ) (Quit: lazarus_zed)
2772 [16:17:06] *** Quits: gnumdk (~gnumdk@replaced-ip ) (Remote host closed the connection)
2773 [16:17:07] <deicide-> tried restart browser and the whole system and it done nothing
2774 [16:18:09] *** Joins: gnumdk (~gnumdk@replaced-ip )
2775 [16:18:28] *** Quits: kaosu (~kaosu@replaced-ip ) (Quit: Leaving)
2776 [16:18:32] *** Quits: pos (~pos@replaced-ip ) (Remote host closed the connection)
2777 [16:18:52] <TomyWork> deicide- that's a warning :)
2778 [16:19:00] *** Joins: pos (~pos@replaced-ip )
2779 [16:19:57] *** Quits: Trel (~Trel@replaced-ip ) (Ping timeout: 240 seconds)
2780 [16:20:10] <TomyWork> i dont know, maybe t-mobile is too slow to reply?
2781 [16:20:47] *** Quits: JustASlacker (~JustASlac@replaced-ip ) (Ping timeout: 276 seconds)
2782 [16:20:53] *** Joins: Uberius (~Uberius@replaced-ip )
2783 [16:21:25] *** Quits: annadane (~annadane@replaced-ip ) (Remote host closed the connection)
2784 [16:21:27] *** Quits: anirban (~anirban@replaced-ip ) (Ping timeout: 240 seconds)
2785 [16:21:34] <TomyWork> i mean it does look like it establishes the connection a short time later
2786 [16:21:35] *** Joins: ChmEarl (~chmearl@replaced-ip )
2787 [16:21:46] *** Joins: matzeG (~matzeG@replaced-ip )
2788 [16:22:01] <TomyWork> but then again, i dont know pppd's status codes
2789 [16:22:33] *** Quits: BWMerlin (~Thunderbi@replaced-ip ) (Ping timeout: 264 seconds)
2790 [16:22:37] *** Joins: anirban (~anirban@replaced-ip )
2791 [16:22:44] *** Joins: nic_ (~nic@replaced-ip )
2792 [16:22:47] *** Quits: simon_q_ (~simon@replaced-ip ) (Quit: Lost terminal)
2793 [16:23:02] *** Joins: Night-Shade (~tim@replaced-ip )
2794 [16:23:06] *** Joins: RebelCoderRU (~RebelCode@replaced-ip )
2795 [16:23:50] *** Quits: RebelCoder (~RebelCode@replaced-ip ) (Ping timeout: 260 seconds)
2796 [16:23:54] *** Joins: hays (~quassel@replaced-ip )
2797 [16:23:54] *** Quits: hays (~quassel@replaced-ip ) (Changing host)
2798 [16:23:54] *** Joins: hays (~quassel@replaced-ip )
2799 [16:24:01] *** debhelper sets mode: +l 1744
2800 [16:24:14] <tacco> TomyWork: is there any way to change the timeouts for pppd?
2801 [16:25:31] <tacco> if i do a strace on the pppd i can only see something like "read(14, 0x561b30ab0ba2, 1502) = -1 EAGAIN (Resource temporarily unavailable)"
2802 [16:25:37] *** Joins: holden- (~holden-@replaced-ip )
2803 [16:25:48] <TomyWork> what is 14?
2804 [16:26:12] *** Quits: nic_ (~nic@replaced-ip ) (Client Quit)
2805 [16:27:02] *** Quits: enki (~enki@replaced-ip ) (Ping timeout: 265 seconds)
2806 [16:27:06] <TomyWork> try running this while the straced pppd is trying to connect: ls -alh /proc/"$(pgrep pppd)"/fd
2807 [16:28:08] *** Quits: JohnML (~john1@replaced-ip ) (Remote host closed the connection)
2808 [16:28:11] *** Joins: enki (~enki@replaced-ip )
2809 [16:28:12] *** Joins: M3mphiZ (~quassel@replaced-ip )
2810 [16:28:29] *** Quits: Adbray (~Adbray@replaced-ip ) (Ping timeout: 255 seconds)
2811 [16:29:15] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
2812 [16:29:26] *** Joins: unicron_ (~unicron@replaced-ip )
2813 [16:30:34] <tacco> here we go replaced-url
2814 [16:30:41] <tacco> /dev/ppp
2815 [16:31:09] <TomyWork> just to be sure, did strace say the same file number again?
2816 [16:31:16] <tacco> yes
2817 [16:31:18] <TomyWork> k
2818 [16:31:19] <tacco> 14 and 15
2819 [16:31:20] <tacco> crw------- 1 root root 108, 0 Jan 5 15:32 /dev/ppp
2820 [16:31:27] <TomyWork> oh
2821 [16:31:33] <TomyWork> maybe it's talking to itself? :)
2822 [16:31:45] <TomyWork> i have no idea what /dev/ppp is
2823 [16:32:00] *** Quits: poeticrpm (~poeticrpm@replaced-ip ) (Remote host closed the connection)
2824 [16:32:14] <tacco> same here
2825 [16:32:24] <gpunk> maybe a "modem"
2826 [16:32:31] <gpunk> ttyS...
2827 [16:32:43] *** Joins: Adbray (~Adbray@replaced-ip )
2828 [16:32:59] *** Joins: jurisl__ (~RebelCode@replaced-ip )
2829 [16:33:48] <tacco> the modem should be the /dev/ttyACM0
2830 [16:33:49] <gpunk> or ttyAVM...
2831 [16:33:52] *** Joins: wonderworld (~ww@replaced-ip )
2832 [16:33:55] *** Joins: GroovyNoodle (~unknown@replaced-ip )
2833 [16:34:05] *** Joins: Trel (~Trel@replaced-ip )
2834 [16:34:29] *** Quits: Night-Shade (~tim@replaced-ip ) (Quit: This computer has gone to sleep)
2835 [16:34:54] <tacco> crw-rw---- 1 root dialout 166, 0 Jan 5 16:33 /dev/ttyACM0
2836 [16:35:00] *** Quits: M3mphiZ (~quassel@replaced-ip ) (Ping timeout: 272 seconds)
2837 [16:35:21] <r3> ppp? point-to-point protocol? hrm
2838 [16:35:28] <tacco> everything looks good but i have no clue what could be the problem
2839 [16:35:28] <gpunk> yes
2840 [16:35:34] *** Quits: oo_miguel (~miguel@replaced-ip ) (Quit: leaving)
2841 [16:35:36] <TomyWork> i just packaged and booted a new debian basebox. Used space on /: exactly 1000M
2842 [16:35:49] *** Joins: M3mphiZ (~quassel@replaced-ip )
2843 [16:35:57] *** Quits: RebelCoderRU (~RebelCode@replaced-ip ) (Ping timeout: 240 seconds)
2844 [16:36:08] *** Joins: RebelCoder (~RebelCode@replaced-ip )
2845 [16:36:13] <deicide-> how do i make my mouse disappear?
2846 [16:36:35] <gpunk> the video player should do that
2847 [16:36:41] <gpunk> otherwise , you cant
2848 [16:36:51] <gpunk> or just move it out of the way
2849 [16:36:51] *** Quits: err404 (~err404@replaced-ip ) (Ping timeout: 268 seconds)
2850 [16:36:58] <gpunk> bottom right of the screen
2851 [16:37:30] *** Joins: RebelCoderRU (~RebelCode@replaced-ip )
2852 [16:38:39] *** Quits: jurisl__ (~RebelCode@replaced-ip ) (Ping timeout: 248 seconds)
2853 [16:38:56] *** Quits: qba73 (~qba73@replaced-ip ) (Remote host closed the connection)
2854 [16:39:17] *** Joins: qba73 (~qba73@replaced-ip )
2855 [16:39:19] *** Joins: f10 (~flo@replaced-ip )
2856 [16:39:58] *** Joins: mframe (~mframe@replaced-ip )
2857 [16:40:56] *** Quits: RebelCoder (~RebelCode@replaced-ip ) (Ping timeout: 252 seconds)
2858 [16:41:32] *** Quits: gnumdk (~gnumdk@replaced-ip ) (Remote host closed the connection)
2859 [16:41:34] *** Joins: A|an (~Alan@replaced-ip )
2860 [16:41:48] <RebelCoderRU> Guys, is there a repo/a way to install Plasma 5.11 on my Debian 9 Stable ?
2861 [16:41:53] <RebelCoderRU> Out of the box it is in 5.8
2862 [16:42:09] *** Joins: krytarik (~krytarik@replaced-ip )
2863 [16:42:10] *** Joins: misty5 (~pokemongi@replaced-ip )
2864 [16:42:13] *** Joins: semeion (~semeion@replaced-ip )
2865 [16:42:22] *** Joins: d7415 (~Martin@replaced-ip )
2866 [16:42:41] <somiaj> RebelCoderRU: not really, desktops are a very large collection of packages, and would take a lot of work to backport, so I don't think it gets done.
2867 [16:42:57] *** Joins: maxzor_ (~maxzor@replaced-ip )
2868 [16:43:15] <RebelCoderRU> So just have to wait until official repos will update to more recent Plasma ?
2869 [16:43:17] <RebelCoderRU> correct ?
2870 [16:43:41] *** Quits: Trellmor (~Trellmor@replaced-ip ) (Ping timeout: 252 seconds)
2871 [16:43:50] *** Quits: maxzor (~maxzor@replaced-ip ) (Read error: Connection reset by peer)
2872 [16:43:51] *** Joins: navlys (~smuxi@replaced-ip )
2873 [16:43:58] <somiaj> RebelCoderRU: stable is frozen, as such you get a stable experience. One affect this has is the kde version wont' be updated in stretch.
2874 [16:44:31] *** Quits: mnemonic (~semeion@replaced-ip ) (Ping timeout: 248 seconds)
2875 [16:44:40] <RebelCoderRU> Ahhh... got it. So testing would be the one if I want latest Plasma ?
2876 [16:44:50] <somiaj> RebelCoderRU: The next release will have a newer kde version, but that is a year to two away. You could run testing, but this is only suggested if you really know what you are doing.
2877 [16:45:02] *** Joins: mnemonic (~semeion@replaced-ip )
2878 [16:45:03] *** Quits: bvdk (~bvdkfreen@replaced-ip ) (Ping timeout: 248 seconds)
2879 [16:45:12] *** Quits: mnemonic (~semeion@replaced-ip ) (Client Quit)
2880 [16:45:20] <RebelCoderRU> somiaj, Got it! thanks. Love to learn new things.
2881 [16:45:21] <d7415> Hi. When an "Accepted xxxxx into stretch-backports, stretch-backports" message goes through tracker.debian.org, how long is it normally until that version appears in the repos (and the versions section on the tracker.debian.org page)?
2882 [16:45:34] *** Joins: mnemonic (~semeion@replaced-ip )
2883 [16:46:00] *** Quits: Tom01 (~tom@replaced-ip ) (Read error: Connection reset by peer)
2884 [16:46:41] *** Joins: Tom01 (~tom@replaced-ip )
2885 [16:46:57] *** Quits: super_gollum (~ich@replaced-ip ) (Quit: Ex-Chat)
2886 [16:47:19] *** Joins: annadane (~annadane@replaced-ip )
2887 [16:47:51] *** Quits: semeion (~semeion@replaced-ip ) (Ping timeout: 256 seconds)
2888 [16:47:59] <tacco> hm.. seems that pppstats shows only outgoing packages.. this could be for sure a problem
2889 [16:48:35] *** Quits: anirban (~anirban@replaced-ip ) (Ping timeout: 240 seconds)
2890 [16:48:39] *** Joins: Trellmor (~Trellmor@replaced-ip )
2891 [16:48:53] *** Joins: knidos (~knidos@replaced-ip )
2892 [16:49:44] *** Quits: f10 (~flo@replaced-ip ) (Ping timeout: 252 seconds)
2893 [16:50:11] *** Joins: kpease (~kpease@replaced-ip )
2894 [16:50:20] *** Joins: jnavila (~jnavila@replaced-ip )
2895 [16:50:28] *** Joins: RadioManI (~RocknessA@replaced-ip )
2896 [16:50:31] <tacco> looks as ppp sends 15 packages and nothing returned strange
2897 [16:52:37] *** Joins: azur_kind (~azur_kind@replaced-ip )
2898 [16:53:45] *** Joins: gnr (~gnr@replaced-ip )
2899 [16:54:00] *** Joins: towo` (~towo@replaced-ip )
2900 [16:54:02] *** debhelper sets mode: +l 1753
2901 [16:54:11] *** Joins: poeticrpm (~poeticrpm@replaced-ip )
2902 [16:54:18] *** Quits: jubo2 (~juboxi@replaced-ip ) (Quit: Konversation terminated!)
2903 [16:54:56] *** Joins: Delta-One (~zero@replaced-ip )
2904 [16:55:12] *** Quits: qqx (~qqx@replaced-ip ) (Remote host closed the connection)
2905 [16:57:17] *** Quits: matzeG (~matzeG@replaced-ip ) (Quit: Leaving)
2906 [16:57:17] *** Quits: towo` (~towo@replaced-ip ) (Client Quit)
2907 [16:57:23] *** Quits: agatineau (~agatineau@replaced-ip ) (Quit: Leaving)
2908 [16:57:25] *** Quits: dec0n_ (~dec0n@replaced-ip ) (Read error: Connection reset by peer)
2909 [16:57:26] *** Quits: ezdev (~user@replaced-ip ) (Quit: Leaving)
2910 [16:57:28] *** Quits: Bombo (atom@replaced-ip ) (Quit: leaving)
2911 [16:57:32] *** Joins: matzeG (~matzeG@replaced-ip )
2912 [16:57:58] *** Quits: Pjusur (~Pjusur@replaced-ip ) (Quit: Leaving)
2913 [16:57:59] *** Joins: thunderrd (~thunderrd@replaced-ip )
2914 [16:58:08] *** Joins: towo` (~towo@replaced-ip )
2915 [17:00:03] <nkuttler> how well are usb sound cards supported nowadays?
2916 [17:00:20] *** Joins: lasdam (~lasdam@replaced-ip )
2917 [17:00:31] *** Quits: GeHa (~GeHa@replaced-ip ) (Ping timeout: 248 seconds)
2918 [17:00:37] *** Quits: thunderrd (~thunderrd@replaced-ip ) (Client Quit)
2919 [17:00:46] *** Quits: Ze` (~ada@replaced-ip ) (Quit: WeeChat 1.9.1)
2920 [17:01:03] *** Quits: Rhaal (~Rhaal@replaced-ip ) (Ping timeout: 248 seconds)
2921 [17:01:11] <SirLagz> nkuttler: I've got a USB headset and it works
2922 [17:01:11] <somiaj> nkuttler: might depend on the sound card, but the last two usb headsets I have all have just worked.
2923 [17:01:20] *** Joins: multi_io_ (~olaf@replaced-ip )
2924 [17:01:44] *** Joins: hipp (~hipp@replaced-ip )
2925 [17:01:45] <nkuttler> oh.. i totally forgot.. i have used a usb headset myself years ago..
2926 [17:01:45] *** Quits: phogg (~phogg@replaced-ip ) (Ping timeout: 260 seconds)
2927 [17:02:02] *** Quits: zaq (~zaq_2@replaced-ip ) (Remote host closed the connection)
2928 [17:02:08] <nkuttler> have this new laptop, and the sound card just sucks under linux.. dell xps 13
2929 [17:02:20] <nkuttler> like crackling and white noise..
2930 [17:02:23] *** Quits: hark (~hark@replaced-ip ) (Ping timeout: 252 seconds)
2931 [17:02:29] *** Joins: zaq (~zaq_2@replaced-ip )
2932 [17:02:29] <SirLagz> nkuttler: yeah I have the same issue on my desktop
2933 [17:02:49] <SirLagz> I've thought about getting a USB sound card to fix it too
2934 [17:03:03] <SirLagz> I fixed it on Jessie, but the issue can't be fixed with the same fix on Stretch :(
2935 [17:03:44] <nkuttler> i dislike needing another piece of hardware, but not as much as returning the laptop
2936 [17:03:44] *** Joins: GeHa (~GeHa@replaced-ip )
2937 [17:04:01] *** debhelper sets mode: +l 1747
2938 [17:04:06] <nkuttler> actually.. hm.. maybe i should get one for the odroid as well
2939 [17:04:07] *** Joins: f10 (~flo@replaced-ip )
2940 [17:04:16] *** Joins: qqx (qqx@replaced-ip )
2941 [17:04:19] *** Quits: overlord_tm (~andraz@replaced-ip ) (Remote host closed the connection)
2942 [17:04:36] *** Quits: tsurko (~tsurko@replaced-ip ) (Quit: Leaving)
2943 [17:04:37] *** Joins: aikizen (~aikizen@replaced-ip )
2944 [17:04:46] *** Parts: aikizen (~aikizen@replaced-ip ) ()
2945 [17:05:09] *** Quits: multi_io (~olaf@replaced-ip ) (Ping timeout: 264 seconds)
2946 [17:06:23] *** Joins: Korigan (~Korigan@replaced-ip )
2947 [17:06:25] *** Quits: nadley (~quassel@replaced-ip ) (Ping timeout: 260 seconds)
2948 [17:07:06] *** Joins: nadley (~quassel@replaced-ip )
2949 [17:07:26] *** Joins: bin_bash (~bin@replaced-ip )
2950 [17:07:35] <bin_bash> there's no way to use a new kernel/new packages without rebooting, is there?
2951 [17:07:41] <bin_bash> i'd rather not lose my weechat session, if possible
2952 [17:07:49] <SirLagz> bin_bash: there is, but you need to set the box up previously
2953 [17:08:06] <bin_bash> SirLagz: got it. how can i set it up so that i can avoid this in the future?
2954 [17:08:18] <SirLagz> bin_bash: setup kexec
2955 [17:08:23] *** Joins: thunderrd (~thunderrd@replaced-ip )
2956 [17:08:31] *** Quits: qba73 (~qba73@replaced-ip ) (Ping timeout: 248 seconds)
2957 [17:08:32] * bin_bash googles
2958 [17:08:34] <bin_bash> thanks
2959 [17:08:40] <bin_bash> got any recommended reading or resources?
2960 [17:08:41] *** Joins: RedSoxFan07 (~Thunderbi@replaced-ip )
2961 [17:08:42] *** Quits: thunderrd (~thunderrd@replaced-ip ) (Remote host closed the connection)
2962 [17:08:46] <bin_bash> i've heard of kexec, but dont know anything about it
2963 [17:08:57] <SirLagz> bin_bash: actually you *might* be able to do it without setting it up previously? I thought you had to, but after reading the man page, maybe not
2964 [17:09:03] <SirLagz> bin_bash: man page for a start
2965 [17:09:13] <bin_bash> kexec is its own process? or its part of systemd?
2966 [17:09:14] *** Quits: RedSoxFan07 (~Thunderbi@replaced-ip ) (Client Quit)
2967 [17:09:20] <bin_bash> just found this: replaced-url
2968 [17:09:25] <bin_bash> seems a good place to start heh
2969 [17:09:39] <SirLagz> yeah that would be a good place to start lol
2970 [17:09:45] <bin_bash> thanks :D
2971 [17:10:13] <bin_bash> so i guess my question next is: is it safe to configure kexec-tools after doing a system upgrade, but before doing a reboot?
2972 [17:10:29] <SirLagz> bin_bash: I would do a reboot just to be safe
2973 [17:10:32] <bin_bash> ok
2974 [17:10:35] <bin_bash> probably a good call
2975 [17:11:30] *** Joins: mati_ (~mati@replaced-ip )
2976 [17:11:34] *** Quits: qqx (qqx@replaced-ip ) (Remote host closed the connection)
2977 [17:11:40] *** Joins: qqx (~qqx@replaced-ip )
2978 [17:11:41] <bin_bash> stupid question: any reason why apt autoremove doesn't work, but apt-get autoremove does?
2979 [17:11:49] <bin_bash> i was under the impression apt and apt-get were the same?
2980 [17:12:00] *** Quits: mati (~mati@replaced-ip ) (Read error: Connection reset by peer)
2981 [17:13:32] <bezaban> bin_bash: they're not :)=
2982 [17:14:06] <TomyWork> i was under the impression that the "apt" command will take over all the tasks of apt-get apt-cache and such
2983 [17:14:13] *** Quits: gpunk (~gpunk@replaced-ip ) (Quit: gpunk)
2984 [17:14:39] <Megaf> UPS holding two servers + laptop
2985 [17:14:43] <Megaf> not bad
2986 [17:14:43] <SirLagz> I always thought that apt utilises apt-get and apt-cache, etc to actually perform the tasks it needs to
2987 [17:14:51] <SirLagz> Megaf: for how long?
2988 [17:14:54] <TomyWork> Megaf why do you UPS your laptop? :D
2989 [17:15:14] <Megaf> TomyWork: just to give some laod to the UPS
2990 [17:15:24] <Megaf> SirLagz: long enough to gracefuly shutdown the servers
2991 [17:15:28] <SirLagz> Megaf: nice
2992 [17:15:30] <Megaf> maybe 30 min
2993 [17:15:43] *** Joins: dreamon_ (~dreamon@replaced-ip )
2994 [17:16:00] <Megaf> oh oh
2995 [17:16:05] <Megaf> 10 min
2996 [17:16:08] <Megaf> not even 10 min
2997 [17:16:14] <Megaf> UPS beeping like crazy now
2998 [17:16:22] <SirLagz> haha
2999 [17:16:33] <TomyWork> get outta there, it's gonna explode
3000 [17:16:34] <Megaf> like two or 3 beeps per second
3001 [17:16:44] <bin_bash> <TomyWork> i was under the impression that the "apt" command will take over all the tasks of apt-get apt-cache and such
3002 [17:16:46] <bin_bash> ^sane
3003 [17:16:47] <bin_bash> same**
3004 [17:17:05] <TomyWork> been a while since someone called me sane
3005 [17:17:05] <bin_bash> so is there a reason apt autoremove is invalid?
3006 [17:17:08] <bin_bash> hahaha
3007 [17:17:14] <Megaf> shutting down servers
3008 [17:17:16] <bin_bash> well it was a typo ;P
3009 [17:17:18] <Megaf> ok
3010 [17:17:19] *** Quits: dreamon__ (~dreamon@replaced-ip ) (Ping timeout: 256 seconds)
3011 [17:17:33] *** Quits: _0xis (~cozmo@replaced-ip ) (Quit: See ya later..)
3012 [17:17:35] <Megaf> so, after my UPS begins to beep like crazy I have enough time to shut down both servers sequentialy
3013 [17:17:37] <bin_bash> Megaf: nice which UPS? been looking at getting one for my fish and snake
3014 [17:18:06] <Megaf> servers down, UPS stopped beeping. Router and laptop still conencted to UPS
3015 [17:18:09] <Megaf> and have power
3016 [17:18:15] <bin_bash> interesting
3017 [17:18:26] <Megaf> cool, so I keep connectivity for long
3018 [17:18:38] <Megaf> bin_bash: it's a Brazilian UPS brand
3019 [17:18:57] *** Joins: nac (~nac@replaced-ip )
3020 [17:18:58] <Megaf> bin but any on line type UPS will be good
3021 [17:19:14] *** Joins: santa_muerte (~santa_mer@replaced-ip )
3022 [17:19:37] <bin_bash> cool
3023 [17:19:44] <Megaf> the onlines ones are more expensive and complicated, but they are nicier because they will always pwoer you from their inverter, isolating you from the network
3024 [17:19:52] *** Joins: memes (~matthewem@replaced-ip )
3025 [17:20:04] <bin_bash> interesting
3026 [17:20:19] <Megaf> ok, lets bring one server back online, the quad core 3,2 GHz 8GB one
3027 [17:20:19] <bin_bash> i dont really need one for my comptuers, but my snake and fish need some kind of battery backup if the power goes out
3028 [17:20:27] <bin_bash> ive been waffling on buying one
3029 [17:21:05] *** Quits: WinXPforever (rep@replaced-ip ) (Ping timeout: 240 seconds)
3030 [17:22:44] *** Quits: chele (~chele@replaced-ip ) (Quit: Leaving)
3031 [17:23:04] *** Quits: Tintle (genius@replaced-ip##) (Quit: ZNC - ##replaced-url
3032 [17:23:16] *** Joins: f-a (~f-a@replaced-ip )
3033 [17:23:43] *** Joins: nopesone (~santa_mer@replaced-ip )
3034 [17:23:46] *** Quits: __marco (~marco@replaced-ip ) (Quit: Leaving)
3035 [17:24:09] <Megaf> Hah, UPS came down as soon as I tried to bring server up
3036 [17:24:14] *** Joins: err404 (~err404@replaced-ip )
3037 [17:24:14] <Megaf> had to reset the UPS
3038 [17:24:16] *** Joins: flux242 (~chatzilla@replaced-ip )
3039 [17:24:23] <f-a> well, I guess this will be/is a FAQ today: I have a The following packages have a `packages have been kept back: linux-image-686-pae` while updating. Time to invoke the nonaptly names `dist-upgrade`, right?
3040 [17:24:36] <Megaf> bin_bash: for that any UPS will do
3041 [17:24:58] <bin_bash> Megaf: ya thats kinda what ive been figuring
3042 [17:25:08] <Megaf> get the cheapest one with the biggest battery you can find
3043 [17:25:39] *** Joins: jazzy (~jazzy@replaced-ip )
3044 [17:25:42] <Megaf> though the pumps might need an UPS that outputs sine wave
3045 [17:25:54] <Megaf> water pump and filters
3046 [17:26:08] <Megaf> get the cheapest sine wave UPS you can find, and it will be expensive
3047 [17:26:15] *** Quits: santa_muerte (~santa_mer@replaced-ip ) (Ping timeout: 260 seconds)
3048 [17:26:29] *** Joins: mtn (~mtn@replaced-ip )
3049 [17:26:35] *** Quits: unicron_ (~unicron@replaced-ip ) (Ping timeout: 252 seconds)
3050 [17:27:26] *** Joins: diniwed (~gavron@replaced-ip )
3051 [17:27:33] *** Joins: dreamon__ (~dreamon@replaced-ip )
3052 [17:27:42] *** Quits: jazzy (~jazzy@replaced-ip ) (Quit: Leaving)
3053 [17:28:12] *** Joins: arha_ (~temp@replaced-ip )
3054 [17:28:47] *** Joins: gormenghast (~gormengha@replaced-ip )
3055 [17:29:10] *** Quits: dreamon_ (~dreamon@replaced-ip ) (Ping timeout: 260 seconds)
3056 [17:29:13] <Megaf> bin_bash: you need a "pure sine wave" "active PFC"
3057 [17:29:14] *** Joins: unicron_ (~unicron@replaced-ip )
3058 [17:29:21] <Megaf> if you care about your animals
3059 [17:30:16] *** Quits: ech0_42 (~ech042@replaced-ip ) (Remote host closed the connection)
3060 [17:30:27] *** Quits: arha (~temp@replaced-ip ) (Ping timeout: 240 seconds)
3061 [17:30:30] <bin_bash> why whats the different
3062 [17:30:32] <bin_bash> difference
3063 [17:30:54] *** Joins: rr (~rr@replaced-ip )
3064 [17:30:55] *** Quits: citypw (~citypw@replaced-ip ) (Ping timeout: 248 seconds)
3065 [17:31:12] <Megaf> basically cheap UPS send a square wave in the output
3066 [17:31:22] <Megaf> this is fine for computers and most electronics
3067 [17:31:29] <Megaf> but that's not smooth power
3068 [17:31:41] <Megaf> electric motors want smooth power to work nicely
3069 [17:31:55] <Megaf> square wave is like, on off on off on off
3070 [17:31:59] *** Quits: Derptato (~notroot@replaced-ip ) (Ping timeout: 248 seconds)
3071 [17:32:13] <Megaf> a sine wave goes up and down smoothly
3072 [17:32:16] *** Joins: WinXPforever (rep@replaced-ip )
3073 [17:32:42] <Megaf> that's a nice UPS replaced-url
3074 [17:32:50] *** Joins: czesmir_ (~stefan@replaced-ip )
3075 [17:33:03] <Megaf> this one is good enough replaced-url
3076 [17:33:12] <Megaf> (same model, just less power)
3077 [17:34:00] *** Quits: ralinux (~androirc@replaced-ip##) (Quit: AndroIRC - Android IRC Client ( ##replaced-url
3078 [17:34:03] <bin_bash> oh interesting
3079 [17:34:07] <bin_bash> i didnt realize that
3080 [17:34:26] *** Joins: plant-man (~plant-man@replaced-ip )
3081 [17:34:39] *** Quits: unicron_ (~unicron@replaced-ip ) (Ping timeout: 248 seconds)
3082 [17:34:41] <bin_bash> would a sqaure wave cause an incadescent or halogen bulb to burn more quickly?
3083 [17:35:11] *** Quits: kus_ (~kus@replaced-ip ) (Ping timeout: 265 seconds)
3084 [17:35:27] *** evilnewbie is now known as beaver
3085 [17:35:50] *** Joins: overlord_tm (~andraz@replaced-ip )
3086 [17:36:10] *** Quits: czesmir (~stefan@replaced-ip ) (Ping timeout: 260 seconds)
3087 [17:36:16] *** Joins: BCMM (~BCMM@replaced-ip )
3088 [17:36:17] <Megaf> I woundlt be a rpoblem for incadescent
3089 [17:36:21] <Megaf> no idea about other types
3090 [17:36:26] <Megaf> it wouldnt*
3091 [17:36:32] *** Quits: zaq (~zaq_2@replaced-ip ) (Quit: Leaving)
3092 [17:36:49] <Megaf> bin_bash: you can join ##electronics and make questions there
3093 [17:36:49] <Megaf> :)
3094 [17:36:57] *** Quits: setty__ (~setty@replaced-ip ) (Ping timeout: 264 seconds)
3095 [17:36:57] *** Quits: GeHa (~GeHa@replaced-ip ) (Ping timeout: 240 seconds)
3096 [17:37:03] *** Quits: becks` (5e4e11e2@replaced-ip ) (Quit: Page closed)
3097 [17:37:05] <Megaf> just say you have some fishtanks and stuff and thinking about UPS
3098 [17:37:12] *** Quits: Haudegen (~quassel@replaced-ip ) (Read error: Connection reset by peer)
3099 [17:37:18] <bin_bash> ok ill check it later maybe
3100 [17:37:19] <bin_bash> thanks Megaf :D
3101 [17:37:23] <BCMM> i joined halfway through but i'm really curious about this
3102 [17:37:34] *** Quits: conta (~Thunderbi@replaced-ip ) (Quit: conta)
3103 [17:37:37] <jim> Megaf, square wave is ok for nonreactive loads (those with capacatance and inductance)... otherwise you want a sine wave one
3104 [17:37:55] <Megaf> That's the cheapest PFC at newegg replaced-url
3105 [17:38:31] <Megaf> jim: what about fluorecent bulbs ballasts?
3106 [17:38:41] <Megaf> and AC motors
3107 [17:38:45] <Megaf> that's the problem
3108 [17:38:55] <Megaf> I don't think they would like square wave
3109 [17:38:56] <jim> those might be reactive... motors -are- reactive
3110 [17:39:14] *** Quits: f4cl3y (~f4cl3y@replaced-ip ) (Ping timeout: 252 seconds)
3111 [17:39:21] *** Quits: wigums (~wigums@replaced-ip ) (Ping timeout: 264 seconds)
3112 [17:39:59] *** Joins: aielima (~aielima@replaced-ip )
3113 [17:40:01] <Megaf> "When I did a similar test on a smaller 10-gallon tank with a Top Fin 20 filter that hangs on the back of the tank, the filter began to gurgle and sputter when it was supported by battery power from the 5S so it really depends what type of equipment you have."
3114 [17:40:09] <Megaf> hence me recommending sine wave
3115 [17:40:16] *** Joins: GeHa (~GeHa@replaced-ip )
3116 [17:40:53] *** Parts: gnr (~gnr@replaced-ip ) ("Leaving")
3117 [17:40:56] <jim> here's the thing... so, maybe you have 110v ac at 60 hz (in some areas of the world anyway)... a coil (which is an inductor) of the right value can cause the peaks to go to far more than the 110v
3118 [17:41:09] *** Joins: Nnavd (~Nnavd@replaced-ip )
3119 [17:42:09] *** Joins: zabow_ (~zabow@replaced-ip )
3120 [17:42:10] *** Joins: towo_ (~towo@replaced-ip )
3121 [17:42:29] <Megaf> 240V@50Hz in Europe, 220V@60Hz in most of Brazil, 110V@60Hz in USA
3122 [17:42:52] *** Joins: valex (~Thunderbi@replaced-ip )
3123 [17:43:12] *** Joins: zbert (~user@replaced-ip )
3124 [17:43:13] *** Joins: unicron_ (~unicron@replaced-ip )
3125 [17:43:40] *** czesmir_ is now known as czesmir
3126 [17:44:01] <jim> an inductor is kinda like a spring that also has some weight to it... hit it with the positive half of the square wave, you push that spring, and the weight can take it to like 500-700v or more depending
3127 [17:44:25] <babilen> jim, Megaf: Sorry, but how exactly is that related to Debian?
3128 [17:44:27] *** Quits: boturk (boturk@replaced-ip ) (Ping timeout: 240 seconds)
3129 [17:44:32] *** Quits: dpl (~dpl@replaced-ip ) (Remote host closed the connection)
3130 [17:44:37] *** Quits: towo` (~towo@replaced-ip ) (Ping timeout: 255 seconds)
3131 [17:44:37] <Megaf> oops
3132 [17:44:57] <Megaf> bin_bash: if you want to keep talking about it please lets go to #Debian-OffTopic
3133 [17:45:05] *** Quits: OS-31823 (~root@replaced-ip ) (Ping timeout: 240 seconds)
3134 [17:45:07] <babilen> It strikes me as rather offtopic (if interesting) and ^^^^^
3135 [17:45:19] <bin_bash> Megaf: np im dont for now ty
3136 [17:45:20] <babilen> cheers!
3137 [17:45:39] <bin_bash> done**
3138 [17:45:41] <Megaf> babilen: well, I had a couple of Debian servers running from an UPS. That's how it's related to Debian
3139 [17:45:49] <Megaf> :P
3140 [17:45:51] *** Quits: jsdk (~jsdk@replaced-ip ) (Quit: Leaving.)
3141 [17:46:57] <bin_bash> i admittedly took it off-topic
3142 [17:47:15] *** Quits: bbdgl (~Thunderbi@replaced-ip ) (Ping timeout: 260 seconds)
3143 [17:47:37] <jim> well for one thing, such a cicruit could generate that kind of voltage... so any computers on the same circuit could be destroyed... if was running debian, you wouldn't be able to run apt
3144 [17:48:09] *** Joins: JohnML (~john1@replaced-ip )
3145 [17:48:18] *** Joins: artag (~artag@replaced-ip )
3146 [17:48:58] *** Quits: AntiSpamMeta (asm@replaced-ip ) (Excess Flood)
3147 [17:49:03] *** Joins: _0xis (~cozmo@replaced-ip )
3148 [17:49:05] *** Joins: dadinn (~DADINN@replaced-ip )
3149 [17:49:09] <m0j0dj0dj0> Hi, what is the best way to get 2 different colors with grep (like failure=red and success=green) on 2 pattern match (like OK/KO) from the
3150 [17:49:11] <m0j0dj0dj0> same output ?
3151 [17:49:13] *** Joins: RedSoxFan07 (~Thunderbi@replaced-ip )
3152 [17:49:13] *** Quits: mnemonic (~semeion@replaced-ip ) (Read error: Connection reset by peer)
3153 [17:49:19] *** Joins: citypw (~citypw@replaced-ip )
3154 [17:49:25] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
3155 [17:49:29] *** Joins: AntiSpamMeta (asm@replaced-ip )
3156 [17:49:29] *** Parts: _0xis (~cozmo@replaced-ip ) ()
3157 [17:50:01] *** Quits: Noldorin (~noldorin@replaced-ip ) (Ping timeout: 255 seconds)
3158 [17:50:05] *** Joins: mnemonic (~semeion@replaced-ip )
3159 [17:50:11] *** Joins: Zvmdyv (~Zvmdyv@replaced-ip )
3160 [17:50:15] <artag> I'm updating a debian machine from jessie to stretch. I have an nvidia G94 and there is a warning that I should use a legacy driver instead of the mainstream one.
3161 [17:50:15] *** Quits: Gransy (~gransy@replaced-ip##) (Quit: ZNC 1.7.x-nightly-20170820-f885699d - ##replaced-url
3162 [17:50:32] <artag> One reference says 'don't install the new one'.
3163 [17:50:43] *** Joins: xcm (~xcm@replaced-ip )
3164 [17:50:59] <artag> But I can't complete the upgrade unless I permit it to install the new, unusable driver
3165 [17:51:11] *** Joins: wigums (~wigums@replaced-ip )
3166 [17:51:17] <artag> Is this OK ? Can I change it later ?
3167 [17:51:31] *** Quits: JohnML (~john1@replaced-ip ) (Remote host closed the connection)
3168 [17:51:44] <artag> if I refuse the new driver the whole iknstall stops with hundreds of libraries left undone
3169 [17:51:54] *** Quits: mnemonic (~semeion@replaced-ip ) (Read error: Connection reset by peer)
3170 [17:52:16] *** Joins: JohnML (~john1@replaced-ip )
3171 [17:52:32] *** Joins: mnemonic (~semeion@replaced-ip )
3172 [17:53:04] *** Joins: iderik (~idk@replaced-ip )
3173 [17:53:39] *** Joins: thunderrd (~thunderrd@replaced-ip )
3174 [17:53:52] <Megaf> In one system I have a 03:06.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8185 IEEE 802.11a/b/g Wireless LAN Controller (rev 20
3175 [17:53:57] <Megaf> It works great
3176 [17:54:04] *** Quits: BCMM (~BCMM@replaced-ip ) (Remote host closed the connection)
3177 [17:54:09] <Megaf> In another system, I have a 00:0a.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8185 IEEE 802.11a/b/g Wireless LAN Controller (rev 20)
3178 [17:54:13] <Megaf> It's terrible
3179 [17:54:31] <Megaf> both using the same software
3180 [17:54:34] <Megaf> I don't get it
3181 [17:54:46] *** Quits: jesopo (jess@replaced-ip ) (Quit: et nos unum sumus)
3182 [17:54:47] *** Joins: santa_muerta1 (~santa_mer@replaced-ip )
3183 [17:54:59] *** arha_ is now known as arha
3184 [17:55:17] *** Joins: BCMM (~BCMM@replaced-ip )
3185 [17:55:26] *** Joins: Hydrastra (~LUX@replaced-ip )
3186 [17:56:08] *** WinXPforever is now known as Mad7Scientist
3187 [17:56:26] *** Parts: f-a (~f-a@replaced-ip ) ()
3188 [17:56:33] *** Joins: jesopo (jess@replaced-ip )
3189 [17:56:45] *** Quits: unicron_ (~unicron@replaced-ip ) (Ping timeout: 264 seconds)
3190 [17:57:03] *** Parts: wintrmute (~wintrmute@replaced-ip ) ()
3191 [17:57:12] <jer0me> what does "terrible" mean?
3192 [17:57:31] *** Joins: unicron_ (~unicron@replaced-ip )
3193 [17:57:38] <Megaf> connection drops all the time, huge latency
3194 [17:58:02] *** Quits: jesopo (jess@replaced-ip ) (Client Quit)
3195 [17:58:22] *** Quits: plant-man (~plant-man@replaced-ip ) (Quit: Leaving)
3196 [17:58:25] *** Joins: Walakea (~Thunderbi@replaced-ip )
3197 [17:58:33] <jer0me> Megaf: same kernel and firmwares?
3198 [17:58:37] <Megaf> jer0me: this is terrible replaced-url
3199 [17:58:57] <Walakea> is there a way to tell apt to ignore upgrades of specific packages (specifically linux kernel related)?
3200 [17:59:13] *** Quits: stoilkov (~stoilkov@replaced-ip ) (Quit: stoilkov)
3201 [17:59:15] *** Quits: nopesone (~santa_mer@replaced-ip ) (Ping timeout: 256 seconds)
3202 [17:59:16] *** Quits: bin_bash (~bin@replaced-ip ) (Quit: WeeChat 1.8-dev)
3203 [17:59:33] <Megaf> jer0me: both systems are Debian Stable using RT kernel
3204 [17:59:40] *** Joins: jesopo (jess@replaced-ip )
3205 [17:59:45] <Megaf> only difference one is 64 bit and another is 32
3206 [18:00:02] *** Joins: llucenic (~Thunderbi@replaced-ip )
3207 [18:00:03] <Megaf> and the WIFI NICs are slightly different, though they are same brand and chipset
3208 [18:00:12] *** Quits: v01t (~v01t@replaced-ip ) (Remote host closed the connection)
3209 [18:00:20] *** Joins: v01t (~v01t@replaced-ip )
3210 [18:00:23] <artag> can you swap them over ?
3211 [18:01:04] *** arha is now known as arha_
3212 [18:01:09] *** arha_ is now known as arha
3213 [18:01:59] <Megaf> artag: I did that, the terrible NIC is always terrible
3214 [18:02:02] *** Joins: nix64bit (~Thunderbi@replaced-ip )
3215 [18:02:31] *** Quits: shellclear (~shellclea@replaced-ip ) (Quit: shellclear)
3216 [18:02:43] *** Joins: shellclear (~shellclea@replaced-ip )
3217 [18:02:51] *** Quits: shinnya (~shinnya@replaced-ip ) (Ping timeout: 240 seconds)
3218 [18:03:02] *** Quits: shellclear (~shellclea@replaced-ip ) (Remote host closed the connection)
3219 [18:03:17] *** Joins: shellclear (~shellclea@replaced-ip )
3220 [18:03:35] *** Quits: shellclear (~shellclea@replaced-ip ) (Read error: Connection reset by peer)
3221 [18:03:42] *** Quits: duckydan (~duckydan@replaced-ip ) (Ping timeout: 265 seconds)
3222 [18:03:44] <jer0me> Megaf: iwconfig should give you some information about signal/noise/etc.
3223 [18:03:52] *** Joins: shellclear (~shellclea@replaced-ip )
3224 [18:04:17] *** Joins: albertguedes (~albertgue@replaced-ip )
3225 [18:04:26] *** Joins: bin_bash (~bin@replaced-ip )
3226 [18:04:31] *** Quits: bin_bash (~bin@replaced-ip ) (Remote host closed the connection)
3227 [18:04:41] <jer0me> maybe the antenna connectors are damaged, to start with the low hanging fruits
3228 [18:04:41] *** Joins: bin_bash (~bin@replaced-ip )
3229 [18:05:05] *** Quits: overlord_tm (~andraz@replaced-ip ) (Ping timeout: 240 seconds)
3230 [18:05:05] *** Quits: shellclear (~shellclea@replaced-ip ) (Read error: Connection reset by peer)
3231 [18:05:20] *** Quits: Ilyas (uid43013@replaced-ip ) (Quit: Connection closed for inactivity)
3232 [18:05:22] <artag> maybe it's just broken, then ?
3233 [18:05:42] *** Joins: shellclear (~shellclea@replaced-ip )
3234 [18:05:42] *** Quits: shellclear (~shellclea@replaced-ip ) (Remote host closed the connection)
3235 [18:05:57] *** Joins: shellclear (~shellclea@replaced-ip )
3236 [18:05:59] *** Quits: r3m (~r3m@replaced-ip##) (Quit: ZNC - ##replaced-url
3237 [18:06:00] *** Quits: shellclear (~shellclea@replaced-ip ) (Remote host closed the connection)
3238 [18:06:20] <jer0me> I have had this problem on a thinkpad. the antenna cable had some kind of twist and the card pigtail little retention force, so the cable would pop out after a while.
3239 [18:07:03] *** Quits: Tranm1 (~Tranmi@replaced-ip ) (Read error: Connection reset by peer)
3240 [18:07:05] *** Quits: Mad7Scientist (rep@replaced-ip ) (Ping timeout: 240 seconds)
3241 [18:07:11] *** Quits: winem_ (~quassel@replaced-ip ) (Ping timeout: 248 seconds)
3242 [18:07:12] *** Quits: thunderrd (~thunderrd@replaced-ip ) (Quit: Leaving)
3243 [18:07:18] *** Joins: Darcidride_ (~Darcidrid@replaced-ip )
3244 [18:07:24] *** Joins: shellclear (~shellclea@replaced-ip )
3245 [18:08:12] *** Quits: panoramix02 (irc@replaced-ip ) (Ping timeout: 272 seconds)
3246 [18:08:22] *** Joins: Moose_ (~digitalno@replaced-ip )
3247 [18:08:26] <jer0me> artag: I would check the connectors while monitoring the signal strength to verify if it has any effect. Then I would assume the card unusable
3248 [18:08:38] <artag> yes, good idea
3249 [18:08:38] <jer0me> if the problem persists
3250 [18:08:44] *** Joins: bazhang_ (~bazhang@replaced-ip )
3251 [18:08:54] *** Parts: megaTherion (~therion@replaced-ip ) ("Leaving")
3252 [18:08:56] *** Joins: shinnya (~shinnya@replaced-ip )
3253 [18:08:58] *** Quits: zer0x (~zer0x@replaced-ip ) (Remote host closed the connection)
3254 [18:09:13] *** Quits: Zvmdyv (~Zvmdyv@replaced-ip ) (Remote host closed the connection)
3255 [18:09:17] *** Quits: matthelmke (~matthelmk@replaced-ip ) (Remote host closed the connection)
3256 [18:10:09] <mframe> I forgot to upgrade before dist-upgrade when moving from stretch to buster. system boots fine but gdm is presenting a black screen. any ideas?
3257 [18:10:12] *** Joins: plant-man (~plant-man@replaced-ip )
3258 [18:10:29] *** Quits: shellclear (~shellclea@replaced-ip ) (Read error: Connection reset by peer)
3259 [18:10:44] *** Joins: shellclear (~shellclea@replaced-ip )
3260 [18:10:53] *** Joins: panoramix02 (irc@replaced-ip )
3261 [18:11:04] *** Parts: Walakea (~Thunderbi@replaced-ip ) ()
3262 [18:11:05] *** Quits: azur_kind (~azur_kind@replaced-ip ) (Remote host closed the connection)
3263 [18:11:08] <Megaf> apt install firmware-linux with contrib and non-free repos enabled
3264 [18:11:09] *** Parts: albertguedes (~albertgue@replaced-ip ) ()
3265 [18:11:23] *** Joins: Night-Shade (~tim@replaced-ip )
3266 [18:11:27] *** Joins: zer0x (~zer0x@replaced-ip )
3267 [18:11:31] *** Quits: bazhang (~bazhang@replaced-ip ) (Ping timeout: 240 seconds)
3268 [18:11:52] <bin_bash> damnit. i did a system update and now my colors are all fucked up
3269 [18:12:27] <Megaf> jer0me: artag my iwconfig replaced-url
3270 [18:12:39] *** Joins: tiagotrs (~user@replaced-ip )
3271 [18:12:49] <Megaf> the computer is like 30 cm away from teh router...
3272 [18:12:58] <Megaf> let me swap antennas
3273 [18:13:24] <artag> and the iwconfig for the good card ?
3274 [18:13:43] <bin_bash> how tf do i figure out what/why/where my colors got changes?
3275 [18:13:45] *** Joins: jehorn (~jehorn___@replaced-ip )
3276 [18:13:49] <bin_bash> changed*
3277 [18:14:57] <artag> maybe in .baashrc ?
3278 [18:15:00] <artag> .bashrc
3279 [18:15:04] *** Quits: Uberius (~Uberius@replaced-ip ) (Ping timeout: 272 seconds)
3280 [18:15:07] *** Joins: Mad7Scientist (rep@replaced-ip )
3281 [18:15:21] *** Quits: dreamon__ (~dreamon@replaced-ip ) (Ping timeout: 264 seconds)
3282 [18:15:37] <bin_bash> didnt change i dont think let me see
3283 [18:16:15] *** Quits: phinxy (~ted@replaced-ip ) (Quit: leaving)
3284 [18:16:26] <artag> it references other things like .dircolors though
3285 [18:16:34] <Megaf> that's the iwconfig in the good nic replaced-url
3286 [18:16:43] <Megaf> signal is good in both...
3287 [18:16:44] *** Parts: d7415 (~Martin@replaced-ip ) ()
3288 [18:16:55] *** Joins: noobineer (~noobineer@replaced-ip )
3289 [18:16:56] *** Quits: noobineer (~noobineer@replaced-ip ) (Max SendQ exceeded)
3290 [18:16:59] *** Joins: baptist (~baptsk@replaced-ip )
3291 [18:17:09] *** Joins: Haudegen (~quassel@replaced-ip )
3292 [18:17:22] <artag> the bit rate is higher in the bad one
3293 [18:17:44] *** Joins: noobineer (~noobineer@replaced-ip )
3294 [18:17:46] <Megaf> Good one replaced-url
3295 [18:17:51] <artag> oh, the other way round
3296 [18:17:51] *** Quits: shellclear (~shellclea@replaced-ip ) (Ping timeout: 248 seconds)
3297 [18:17:55] <Megaf> bad one replaced-url
3298 [18:18:05] <bin_bash> i wish those files wouldnt update...
3299 [18:18:14] <bin_bash> why cant there be a debnew system like arch has with pacnew files =/
3300 [18:18:27] <artag> i hate coloured bash so I always turn it off
3301 [18:18:28] *** Joins: kus_ (~kus@replaced-ip )
3302 [18:19:01] <bin_bash> i think it's weechat
3303 [18:19:01] *** Joins: r3m (~r3m@replaced-ip )
3304 [18:19:03] <bin_bash> cuz vim looks right
3305 [18:20:13] *** Joins: cnrhkiyf (~cnrhkiyf@replaced-ip )
3306 [18:20:15] *** Joins: Phah11 (~Phah1@replaced-ip )
3307 [18:20:50] *** Quits: Haudegen (~quassel@replaced-ip ) (Read error: Connection reset by peer)
3308 [18:21:34] *** Quits: m0x00 (~m0x00@replaced-ip ) (Quit: Bye all)
3309 [18:21:35] *** Quits: e0mi (~e0mi@replaced-ip ) (Quit: Cya)
3310 [18:23:47] *** Joins: feathered_person (~feathered@replaced-ip )
3311 [18:23:53] *** Quits: spithash (~spithash@replaced-ip ) (Remote host closed the connection)
3312 [18:24:05] *** Quits: feathered_person (~feathered@replaced-ip ) (Changing host)
3313 [18:24:05] *** Joins: feathered_person (~feathered@replaced-ip )
3314 [18:24:58] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 265 seconds)
3315 [18:25:26] *** Joins: Gransy (~gransy@replaced-ip )
3316 [18:25:31] *** Joins: spithash (~spithash@replaced-ip )
3317 [18:25:45] *** Quits: dadinn (~DADINN@replaced-ip ) (Ping timeout: 260 seconds)
3318 [18:26:14] *** Quits: bin_bash (~bin@replaced-ip ) (Quit: WeeChat 2.1-dev)
3319 [18:26:20] *** Quits: RedSoxFan07 (~Thunderbi@replaced-ip ) (Ping timeout: 260 seconds)
3320 [18:26:26] *** Joins: bin_bash (~bin@replaced-ip )
3321 [18:26:29] <mframe> is wayland working w/ nvidia proprietary drivers now ?
3322 [18:26:33] *** Joins: Tranmi (~Tranmi@replaced-ip )
3323 [18:26:52] *** Quits: nix64bit (~Thunderbi@replaced-ip ) (Quit: nix64bit)
3324 [18:27:05] *** Quits: shinnya (~shinnya@replaced-ip ) (Ping timeout: 252 seconds)
3325 [18:27:14] *** Quits: maxzor_ (~maxzor@replaced-ip ) (Remote host closed the connection)
3326 [18:27:53] *** Quits: ledeni (~ledeni@replaced-ip ) (Remote host closed the connection)
3327 [18:28:21] *** Quits: Gransy (~gransy@replaced-ip ) (Client Quit)
3328 [18:28:24] *** Quits: tiagotrs (~user@replaced-ip ) (Remote host closed the connection)
3329 [18:28:41] *** Joins: ledeni (~ledeni@replaced-ip )
3330 [18:29:00] *** Joins: otyugh (~oty___@replaced-ip )
3331 [18:29:00] *** Joins: verblendet (~noname@replaced-ip )
3332 [18:29:28] *** Joins: m0x00 (~m0x00@replaced-ip )
3333 [18:30:25] <otyugh> random question about "apt update" : why does it takes so much time when everything is already up to date ? Something like a shasum of a "repository state at X time" would be like seconds to check, why sync everything everytime when a shasum comparison would be enought ?
3334 [18:31:00] *** Joins: BlueByte (~walther@replaced-ip )
3335 [18:31:02] *** Joins: matthelmke (~matthelmk@replaced-ip )
3336 [18:31:02] *** Joins: bolovanos (~bolovanos@replaced-ip )
3337 [18:31:43] *** Quits: Hydrastra (~LUX@replaced-ip ) (Quit: さよなら)
3338 [18:31:54] *** Quits: Tranmi (~Tranmi@replaced-ip ) (Quit: Leaving)
3339 [18:31:58] *** Joins: LioneLL (~Pidgin@replaced-ip )
3340 [18:32:05] *** Quits: Mad7Scientist (rep@replaced-ip ) (Ping timeout: 240 seconds)
3341 [18:32:05] *** Joins: thunderrd (~thunderrd@replaced-ip )
3342 [18:32:33] *** Joins: dreamon__ (~dreamon@replaced-ip )
3343 [18:33:16] *** Quits: Serpent7776 (~Serpent77@replaced-ip ) (Quit: Leaving)
3344 [18:33:26] *** Parts: mframe (~mframe@replaced-ip ) ("WeeChat 1.9.1")
3345 [18:33:30] *** Joins: yegnaro (~yegnaro@replaced-ip )
3346 [18:33:53] *** Quits: verblendet (~noname@replaced-ip ) (Ping timeout: 248 seconds)
3347 [18:33:56] *** Joins: lingkhang (~lingkhang@replaced-ip )
3348 [18:34:34] *** Quits: Ricardo__ (~rick@replaced-ip ) (Ping timeout: 255 seconds)
3349 [18:34:53] *** Joins: mollusk (~tt@replaced-ip )
3350 [18:34:55] *** Joins: polaris (~polaris_@replaced-ip )
3351 [18:36:17] *** Joins: gonegirl (~gonegirl@replaced-ip )
3352 [18:36:31] *** Joins: eMaks (~eMaks@replaced-ip )
3353 [18:36:41] *** Quits: gonegirl (~gonegirl@replaced-ip ) (Client Quit)
3354 [18:36:55] <bin_bash> i just want my bash colors back... fucking hell i dont even know what they were before
3355 [18:37:19] *** Joins: preview (~quassel@replaced-ip )
3356 [18:37:23] *** Quits: lasdam (~lasdam@replaced-ip ) (Quit: Leaving)
3357 [18:38:32] *** Parts: meta-coder (~ident@replaced-ip ) ()
3358 [18:38:32] *** Quits: omber_ (~lukasz@replaced-ip ) (Remote host closed the connection)
3359 [18:39:00] *** Joins: RedSoxFan07 (~Thunderbi@replaced-ip )
3360 [18:39:05] *** Quits: fcharton (~fca@replaced-ip ) (Ping timeout: 240 seconds)
3361 [18:39:10] *** Quits: pos (~pos@replaced-ip ) (Quit: pos)
3362 [18:39:14] *** Quits: MicroCheapFx (~quassel@replaced-ip ) (Ping timeout: 272 seconds)
3363 [18:39:18] *** Joins: azariel (~tacatabro@replaced-ip )
3364 [18:39:20] *** Quits: kus_ (~kus@replaced-ip ) (Remote host closed the connection)
3365 [18:39:46] *** Joins: kus_ (~kus@replaced-ip )
3366 [18:39:47] *** Joins: fcharton (~fca@replaced-ip )
3367 [18:39:48] *** Joins: polaris_ (~polaris_@replaced-ip )
3368 [18:40:00] *** Joins: maxzor (~maxzor@replaced-ip )
3369 [18:40:08] *** Joins: sudhackar__ (~sudhackar@replaced-ip )
3370 [18:40:54] *** Quits: wonderworld (~ww@replaced-ip ) (Remote host closed the connection)
3371 [18:40:55] *** Quits: GeHa (~GeHa@replaced-ip ) (Ping timeout: 265 seconds)
3372 [18:41:00] *** Joins: polaris__ (~polaris_@replaced-ip )
3373 [18:41:16] *** Quits: LioneLL (~Pidgin@replaced-ip ) (Read error: Connection reset by peer)
3374 [18:41:53] *** Quits: valex (~Thunderbi@replaced-ip ) (Ping timeout: 248 seconds)
3375 [18:42:05] *** Quits: sudhackar_ (~sudhackar@replaced-ip ) (Ping timeout: 260 seconds)
3376 [18:42:17] *** Quits: pfoo (~pfood@replaced-ip ) (Remote host closed the connection)
3377 [18:42:35] *** Quits: dustinm` (~dustinm@replaced-ip ) (Quit: Leaving)
3378 [18:42:43] *** Joins: nopesone (~santa_mer@replaced-ip )
3379 [18:42:55] *** Quits: polaris (~polaris_@replaced-ip ) (Ping timeout: 248 seconds)
3380 [18:42:58] *** Joins: pfoo (~pfood@replaced-ip )
3381 [18:43:40] *** Joins: Gaxpaxxo (~Gazpacho@replaced-ip )
3382 [18:43:52] *** Quits: mcastillo_ (~mcastillo@replaced-ip ) (Quit: Leaving)
3383 [18:43:59] *** Joins: aksn (~Username@replaced-ip )
3384 [18:44:01] *** debhelper sets mode: +l 1741
3385 [18:44:18] *** Quits: polaris_ (~polaris_@replaced-ip ) (Client Quit)
3386 [18:44:21] *** Quits: polaris__ (~polaris_@replaced-ip ) (Client Quit)
3387 [18:44:25] *** Joins: poop (~wigums@replaced-ip )
3388 [18:44:44] *** Joins: Ricardo__ (~rick@replaced-ip )
3389 [18:44:44] *** Quits: Ricardo__ (~rick@replaced-ip ) (Changing host)
3390 [18:44:44] *** Joins: Ricardo__ (~rick@replaced-ip )
3391 [18:45:08] *** nopesone is now known as Santa_Muerte
3392 [18:45:14] *** Quits: Santa_Muerte (~santa_mer@replaced-ip ) (Changing host)
3393 [18:45:14] *** Joins: Santa_Muerte (~santa_mer@replaced-ip )
3394 [18:45:21] *** Quits: santa_muerta1 (~santa_mer@replaced-ip ) (Ping timeout: 264 seconds)
3395 [18:45:29] *** Quits: bin_bash (~bin@replaced-ip ) (Quit: WeeChat 2.1-dev)
3396 [18:45:37] *** Joins: bin_bash (~bin@replaced-ip )
3397 [18:45:43] *** Quits: wigums (~wigums@replaced-ip ) (Ping timeout: 256 seconds)
3398 [18:45:50] *** Joins: pillupillu (~felix@replaced-ip )
3399 [18:45:53] *** poop is now known as wigums
3400 [18:46:14] *** Joins: Zvmdyv (~Zvmdyv@replaced-ip )
3401 [18:46:17] *** Joins: s0n1cB00m (~s0n1cB00m@replaced-ip )
3402 [18:46:35] *** Joins: DerLG (~derlg@replaced-ip )
3403 [18:47:02] *** Joins: Fnerd (~chr@replaced-ip )
3404 [18:47:07] *** Quits: pvoigt (~Linux@replaced-ip ) (Quit: WeeChat 2.0.1)
3405 [18:47:11] *** Joins: dustinm` (~dustinm@replaced-ip )
3406 [18:48:43] *** Quits: Zvmdyv (~Zvmdyv@replaced-ip ) (Remote host closed the connection)
3407 [18:49:24] *** Joins: GeHa (~GeHa@replaced-ip )
3408 [18:49:36] *** Joins: Mad7Scientist (rep@replaced-ip )
3409 [18:49:44] *** Joins: Tarrasquero (~Tarrasque@replaced-ip )
3410 [18:49:48] *** Quits: luneff (~yury@replaced-ip ) (Quit: This computer has gone to sleep)
3411 [18:49:52] *** Quits: sayantankhan (~sayantank@replaced-ip ) (Quit: WeeChat 1.6)
3412 [18:50:01] *** Joins: emdee (~noEmail@replaced-ip )
3413 [18:50:13] *** Quits: really34_ (~really342@replaced-ip ) (Remote host closed the connection)
3414 [18:50:49] *** Joins: really34293 (~really342@replaced-ip )
3415 [18:50:57] *** Quits: warai_otoko (~warai_oto@replaced-ip ) (Ping timeout: 240 seconds)
3416 [18:51:25] *** Quits: feathered_person (~feathered@replaced-ip ) (Ping timeout: 260 seconds)
3417 [18:51:34] *** Joins: mpo (~quassel@replaced-ip )
3418 [18:51:58] *** Joins: pvoigt (~Linux@replaced-ip )
3419 [18:52:16] <mpo> Is there a KDE application that helps managing a pdf collection like there is in Gnome?
3420 [18:53:29] *** Quits: Ricardo__ (~rick@replaced-ip ) (Ping timeout: 252 seconds)
3421 [18:53:39] *** Joins: really34_ (~really342@replaced-ip )
3422 [18:53:53] <mpo> ...besides Callibre
3423 [18:54:15] <Divergenz> hi. i installed s-nail and created a script that send me a mail for each successful ssh login but I'm getting -bash: mailx: command not found.
3424 [18:54:39] *** Joins: mo1991 (~mo1991@replaced-ip )
3425 [18:54:39] <petn-randall> Divergenz: Do you have mailx installed?
3426 [18:54:49] *** Joins: shellclear (~shellclea@replaced-ip )
3427 [18:55:08] *** Quits: really34293 (~really342@replaced-ip ) (Ping timeout: 252 seconds)
3428 [18:56:40] *** Quits: Eduard_Munteanu (~Eduard_Mu@replaced-ip ) (Remote host closed the connection)
3429 [18:56:50] <Divergenz> hm no. should i install mailutils 1:3.1.1-1 or bsd-mailx 8.1.2-0.20160123cvs-4?
3430 [18:57:05] *** Joins: polaris (~polaris_@replaced-ip )
3431 [18:57:19] *** Quits: dreamon__ (~dreamon@replaced-ip ) (Ping timeout: 248 seconds)
3432 [18:57:24] <petn-randall> Divergenz: Both work fine, whatever suits you.
3433 [18:58:07] *** Quits: Tiffon (~name@replaced-ip ) (Quit: exit)
3434 [18:58:25] *** Quits: Neomex (~quassel@replaced-ip ) (Read error: Connection reset by peer)
3435 [18:58:25] *** Quits: really34_ (~really342@replaced-ip ) (Ping timeout: 260 seconds)
3436 [18:58:46] *** Quits: Tudor_ (~XTC@replaced-ip##) (Quit: Going offline, see ya! (##replaced-url
3437 [18:59:05] *** Joins: mandeep (mandeep@replaced-ip )
3438 [18:59:35] *** Joins: Tudor_ (~XTC@replaced-ip )
3439 [18:59:43] *** Joins: DrWatson (~DrWatson_@replaced-ip )
3440 [18:59:44] *** Quits: bin_bash (~bin@replaced-ip ) (Remote host closed the connection)
3441 [18:59:49] *** Joins: comatekeke (~a@replaced-ip )
3442 [18:59:52] *** Joins: bin_bash (~bin@replaced-ip )
3443 [18:59:58] *** Quits: aksn (~Username@replaced-ip ) (Quit: Leaving)
3444 [19:00:58] *** Joins: ralinux (~androirc@replaced-ip )
3445 [19:01:20] *** Joins: semeion (~semeion@replaced-ip )
3446 [19:01:56] *** Quits: Se-bash (~seba@replaced-ip ) (Ping timeout: 255 seconds)
3447 [19:02:03] <Divergenz> ok, i installed bsd-mailx
3448 [19:02:04] *** Quits: Fnerd (~chr@replaced-ip ) (Quit: Leaving)
3449 [19:02:24] *** Joins: glassresistor (~mikela@replaced-ip )
3450 [19:04:25] *** Quits: mnemonic (~semeion@replaced-ip ) (Ping timeout: 256 seconds)
3451 [19:04:26] *** Quits: L3gacy (~L3gacy@replaced-ip ) (Quit: Leaving)
3452 [19:05:43] *** Joins: duckydan (~duckydan@replaced-ip )
3453 [19:06:40] *** Joins: GenteelBen (GenteelBen@replaced-ip )
3454 [19:06:55] *** Quits: shellclear (~shellclea@replaced-ip ) (Ping timeout: 248 seconds)
3455 [19:07:17] *** Quits: Kyoku (~Kyoku@replaced-ip ) (Quit: Leaving)
3456 [19:07:19] <otyugh> bin_bash, there is a little stuff you should add to you bashrc to get colors
3457 [19:07:38] <otyugh> or you are using a terminal emulator not supporting colors
3458 [19:07:39] *** Joins: testnick123 (~yourhost@replaced-ip )
3459 [19:07:41] *** Joins: Ericounet (~Ericounet@replaced-ip )
3460 [19:07:56] <bin_bash> otyugh: colors are there, just wrong
3461 [19:08:02] *** Joins: krav (~kravlin@replaced-ip )
3462 [19:08:07] *** Joins: kapitalist (~kapitalis@replaced-ip )
3463 [19:08:20] *** Quits: paracusia (~ast@replaced-ip ) (Ping timeout: 252 seconds)
3464 [19:08:45] <otyugh> Because you changed PS1 ?
3465 [19:08:50] *** Joins: obso (~llight@replaced-ip )
3466 [19:08:52] *** Joins: dreamon__ (~dreamon@replaced-ip )
3467 [19:09:32] *** Quits: TomyWork (~tomy@replaced-ip ) (Remote host closed the connection)
3468 [19:09:40] *** Quits: lingkhang (~lingkhang@replaced-ip ) (Quit: WeeChat 1.9.1)
3469 [19:09:49] *** Joins: LifeFrame (~smica83@replaced-ip )
3470 [19:09:50] *** Quits: LifeFrame (~smica83@replaced-ip ) (Max SendQ exceeded)
3471 [19:10:09] *** Joins: LifeFrame (~smica83@replaced-ip )
3472 [19:10:10] *** Quits: LifeFrame (~smica83@replaced-ip ) (Max SendQ exceeded)
3473 [19:10:32] *** Joins: dvs (~hibbard@replaced-ip )
3474 [19:10:34] *** Joins: LifeFrame (~smica83@replaced-ip )
3475 [19:10:35] *** Quits: LifeFrame (~smica83@replaced-ip ) (Max SendQ exceeded)
3476 [19:10:52] *** Quits: m0j0dj0dj0 (~punk3r@replaced-ip ) (Quit: go drink with my bitches!)
3477 [19:11:04] *** Joins: LifeFrame (~smica83@replaced-ip )
3478 [19:11:05] *** Quits: LifeFrame (~smica83@replaced-ip ) (Max SendQ exceeded)
3479 [19:11:24] *** Joins: LifeFrame (~smica83@replaced-ip )
3480 [19:11:25] *** Quits: LifeFrame (~smica83@replaced-ip ) (Max SendQ exceeded)
3481 [19:11:43] <bin_bash> nope
3482 [19:11:47] <bin_bash> not sure what happened
3483 [19:11:49] <bin_bash> brb
3484 [19:11:49] *** Joins: nix64bit (~Thunderbi@replaced-ip )
3485 [19:12:20] <obso> Confused about the status of the meltdown patch. Is this avaliable now? I see on replaced-url
3486 [19:12:31] <obso> Just updated one of my systems and rebooted, still seeing 4.9.65-deb9u1
3487 [19:12:42] <SirLagz> obso: make sure you have the security repo enabled
3488 [19:13:30] *** Quits: rsx (~rsx@replaced-ip ) (Remote host closed the connection)
3489 [19:13:43] <SirLagz> obso: just updated my boxes - uname -v shows #1 SMP Debian 4.9.65-3+deb9u2 (2018-01-04)
3490 [19:13:50] *** Joins: backtrack_ (~backtrack@replaced-ip )
3491 [19:13:52] <obso> deb replaced-url
3492 [19:13:52] <backtrack_> hi
3493 [19:13:54] <backtrack_> replaced-url
3494 [19:14:01] *** debhelper sets mode: +l 1747
3495 [19:14:06] <backtrack_> is there any function like this in telnet client?
3496 [19:14:17] <SirLagz> obso: yes
3497 [19:14:35] *** Quits: dreamon__ (~dreamon@replaced-ip ) (Ping timeout: 240 seconds)
3498 [19:14:35] <SirLagz> backtrack_: why are you using telnet?
3499 [19:14:36] *** Joins: Gransy (~gransy@replaced-ip )
3500 [19:14:45] *** Joins: luneff (~yury@replaced-ip )
3501 [19:14:51] <backtrack_> SirLagz, are you everywhere?
3502 [19:14:59] *** Quits: maxzor (~maxzor@replaced-ip ) (Remote host closed the connection)
3503 [19:15:02] <backtrack_> because my router's vendor give access that way
3504 [19:15:12] <SirLagz> backtrack_: does it support SSH?
3505 [19:15:16] <backtrack_> no
3506 [19:15:18] *** Quits: comatekeke (~a@replaced-ip##) (Quit: AndroIRC - Android IRC Client ( ##replaced-url
3507 [19:15:19] <SirLagz> ergh
3508 [19:15:21] *** Joins: Raed|Laptop (~Raed@replaced-ip )
3509 [19:15:25] *** Joins: GeeKoyo (~g1-protot@replaced-ip )
3510 [19:15:34] <backtrack_> is there not any way to send null packet in telnet client?
3511 [19:15:42] *** Joins: isomorph (~isomorph@replaced-ip )
3512 [19:15:47] <SirLagz> backtrack_: which telnet client are you using?
3513 [19:15:48] <obso> SirLagz: im an idiot I didnt do dist-upgrade :\
3514 [19:16:02] <SirLagz> obso: lol
3515 [19:16:02] *** Joins: OS-31823 (~root@replaced-ip )
3516 [19:16:12] *** Quits: luneff (~yury@replaced-ip ) (Client Quit)
3517 [19:16:12] <SirLagz> obso: problem solvered!
3518 [19:16:17] <obso> indeed!
3519 [19:16:27] *** Quits: OS-31823 (~root@replaced-ip ) (Remote host closed the connection)
3520 [19:16:31] *** Quits: mzf (~fakhraee@replaced-ip ) (Remote host closed the connection)
3521 [19:16:41] <backtrack_> SirLagz, debian telnet default client
3522 [19:16:53] *** Joins: OS-31823 (~root@replaced-ip )
3523 [19:17:05] *** Quits: ralinux (~androirc@replaced-ip ) (Ping timeout: 240 seconds)
3524 [19:17:15] *** Joins: mzf (~fakhraee@replaced-ip )
3525 [19:17:29] <SirLagz> backtrack_: I'm going to guess no.
3526 [19:17:43] *** Quits: Gransy (~gransy@replaced-ip ) (Client Quit)
3527 [19:17:50] <SirLagz> backtrack_: quick search of the man page didn't show matches for keyword 'timeout'
3528 [19:17:57] <backtrack_> SirLagz, and about SSH client?
3529 [19:18:03] *** Quits: nix64bit (~Thunderbi@replaced-ip ) (Quit: nix64bit)
3530 [19:18:22] <SirLagz> backtrack_: well if the router doesn't support SSH, you can't use SSH.
3531 [19:18:24] *** Quits: M3mphiZ (~quassel@replaced-ip ) (Ping timeout: 272 seconds)
3532 [19:18:42] <backtrack_> SirLagz, maybe i can add ssh to my router
3533 [19:18:45] *** Joins: LaBliMo (~LaBlimo@replaced-ip )
3534 [19:18:46] <backtrack_> in that case?
3535 [19:19:20] *** Quits: jnavila (~jnavila@replaced-ip ) (Ping timeout: 252 seconds)
3536 [19:20:10] *** Joins: mel00010 (~mel00010@replaced-ip )
3537 [19:20:12] *** Parts: obso (~llight@replaced-ip ) ("WeeChat 1.4")
3538 [19:20:17] *** Joins: nopesone (~santa_mer@replaced-ip )
3539 [19:21:24] *** Quits: bobe (T6lzDrF0Oa@replaced-ip ) (Read error: Connection reset by peer)
3540 [19:21:49] *** Quits: GeeKoyo (~g1-protot@replaced-ip ) (Read error: Connection reset by peer)
3541 [19:22:10] *** Joins: GeeKoyo (~g1-protot@replaced-ip )
3542 [19:22:29] *** Joins: hlmjr (~herbmille@replaced-ip )
3543 [19:22:35] *** GeeKoyo is now known as Guest87637
3544 [19:23:07] *** Quits: Santa_Muerte (~santa_mer@replaced-ip ) (Ping timeout: 256 seconds)
3545 [19:23:07] *** Joins: M3mphiZ (~quassel@replaced-ip )
3546 [19:24:46] <waydot> backtrack_: exec-timeout is a server-side feature
3547 [19:25:02] <backtrack_> i know
3548 [19:25:10] <backtrack_> i want the same feature of putty
3549 [19:25:11] <waydot> backtrack_: but you could send nops, if your session times out for a different reason (as in, crazy firewall)
3550 [19:25:17] <backtrack_> "send null packets"
3551 [19:25:32] <backtrack_> waydot, how?
3552 [19:25:57] *** Quits: unicron_ (~unicron@replaced-ip ) (Ping timeout: 256 seconds)
3553 [19:26:00] <waydot> ah, i didnt read all the way down to second section :P
3554 [19:26:47] *** Quits: jehorn (~jehorn___@replaced-ip ) (Quit: Leaving)
3555 [19:26:52] *** Quits: lucad111 (~lucad111@replaced-ip ) (Quit: Leaving)
3556 [19:27:44] *** Joins: unicron_ (~unicron@replaced-ip )
3557 [19:27:46] *** nopesone is now known as Santa_Muerte
3558 [19:27:57] *** Quits: Santa_Muerte (~santa_mer@replaced-ip ) (Changing host)
3559 [19:27:57] *** Joins: Santa_Muerte (~santa_mer@replaced-ip )
3560 [19:28:11] *** Joins: Labu (~mik@replaced-ip )
3561 [19:28:51] *** Parts: mpo (~quassel@replaced-ip##) ("##replaced-url
3562 [19:28:58] *** Joins: nic_ (~nic@replaced-ip )
3563 [19:29:00] *** Quits: isomorph (~isomorph@replaced-ip ) (Remote host closed the connection)
3564 [19:29:24] <waydot> well, apparently not with a regular telnet client
3565 [19:29:34] *** Joins: isomorph (~isomorph@replaced-ip )
3566 [19:30:03] <backtrack_> and with a ssh client?
3567 [19:31:14] *** Joins: Spr1ng (~Spr1ng@replaced-ip )
3568 [19:31:47] *** Quits: Night-Shade (~tim@replaced-ip ) (Quit: This computer has gone to sleep)
3569 [19:32:36] *** Quits: bolovanos (~bolovanos@replaced-ip ) (Ping timeout: 268 seconds)
3570 [19:33:32] <waydot> man ssh_config and search for "Alive"
3571 [19:33:37] *** Quits: OS-31823 (~root@replaced-ip ) (Ping timeout: 248 seconds)
3572 [19:33:37] <waydot> there are several options of keepalives
3573 [19:34:00] *** Joins: radialneon (~radialneo@replaced-ip )
3574 [19:34:19] *** Joins: OS-31823 (~root@replaced-ip )
3575 [19:34:23] *** Joins: Gransy (~gransy@replaced-ip )
3576 [19:34:40] *** Joins: pav (~pav@replaced-ip )
3577 [19:35:02] <waydot> regarding kernel not updating: one is expected to do dist-upgrade to get the patched kernel?
3578 [19:35:05] *** Quits: Guest87637 (~g1-protot@replaced-ip ) (Quit: Leaving)
3579 [19:35:12] *** Joins: Night-Shade (~tim@replaced-ip )
3580 [19:35:21] <SirLagz> waydot: yep
3581 [19:36:27] *** Quits: hikiko (~hikiko@replaced-ip ) (Ping timeout: 250 seconds)
3582 [19:36:57] *** Quits: Guest26275 (~metts@replaced-ip ) (Ping timeout: 240 seconds)
3583 [19:37:11] <waydot> SirLagz: *shrug* i just did "install" because it was held back; i thought dist-upgrade is for inter-release upgrades ... what does "dist" stand for?
3584 [19:37:35] *** Quits: backtrack_ (~backtrack@replaced-ip ) ()
3585 [19:38:01] <SirLagz> waydot: distribution. as in distribution wide update
3586 [19:38:23] <SirLagz> waydot: man apt-get
3587 [19:38:27] <jhutchins> waydot: Check the manpage for the apt tool you use, it should explain. dist-upgrade is distribution upgrade, yes intended for release upgrades.
3588 [19:39:01] *** Quits: extor (extor@replaced-ip ) (Remote host closed the connection)
3589 [19:39:03] <jhutchins> aptitude has full-upgrade which is a little less confusing.
3590 [19:39:10] <waydot> actually, man apt-get only says dist-upgrade handles dependencies "intelligently" since it may remove certain packages
3591 [19:40:10] *** Joins: extor (extor@replaced-ip )
3592 [19:40:33] *** Quits: plant-man (~plant-man@replaced-ip ) (Quit: Leaving)
3593 [19:40:45] *** Quits: MarioBranco (~MarioBran@replaced-ip ) (Quit: Leaving)
3594 [19:41:06] <SirLagz> waydot: it also says it does everything upgrade does, and all the packages that can't be updated via upgrade, dist-upgrade will update them and ensure dependencies are resolved.
3595 [19:41:17] *** Joins: plant-man (~plant-man@replaced-ip )
3596 [19:41:39] *** Joins: hikiko (~hikiko@replaced-ip )
3597 [19:41:52] *** Quits: plant-man (~plant-man@replaced-ip ) (Client Quit)
3598 [19:41:52] <waydot> it says nothing of the sort
3599 [19:41:54] *** Quits: busch (~busch@replaced-ip ) (Quit: Bye)
3600 [19:42:01] *** Joins: R2AMO (R2AMO@replaced-ip )
3601 [19:42:25] <waydot> it says it will *attempt* to resolve potential dep issues
3602 [19:42:50] *** Joins: MichaH (~hessler@replaced-ip )
3603 [19:42:57] <SirLagz> sorry, yes, attempt.
3604 [19:43:01] *** Guest56085 is now known as xaero
3605 [19:43:29] *** Joins: well_laid_lawn (~Jean-luc@replaced-ip )
3606 [19:43:35] *** Joins: busch (~busch@replaced-ip )
3607 [19:44:45] *** Joins: maxzor (~maxzor@replaced-ip )
3608 [19:45:05] *** Joins: dreamon__ (~dreamon@replaced-ip )
3609 [19:45:05] *** Quits: GeHa (~GeHa@replaced-ip ) (Ping timeout: 260 seconds)
3610 [19:45:07] *** Joins: warai_otoko (~warai_oto@replaced-ip )
3611 [19:45:54] <mnuhmnuh> does "apt edit-sources" work? what's it do?
3612 [19:46:17] *** Quits: jimbzy (~jim@replaced-ip ) (Ping timeout: 252 seconds)
3613 [19:46:59] <SirLagz> mnuhmnuh: it does things that are explained in the man page
3614 [19:47:09] *** Quits: mzf (~fakhraee@replaced-ip ) (Ping timeout: 265 seconds)
3615 [19:48:25] *** Joins: BeamWatcher (~gashead76@replaced-ip )
3616 [19:48:26] *** Joins: mzf (~fakhraee@replaced-ip )
3617 [19:48:34] <RedSoxFan07> I know that MacOS only uses the CPU for Java programs, which is troubling when it comes to games like Minecraft. Can Linux use the GPU for Java programs?
3618 [19:48:53] *** Joins: Kyoku (~Kyoku@replaced-ip )
3619 [19:49:00] *** Joins: GeHa (~GeHa@replaced-ip )
3620 [19:50:03] <baum> is this correct? replaced-url
3621 [19:50:45] *** Quits: gagrio (~gagrio@replaced-ip ) (Ping timeout: 264 seconds)
3622 [19:51:49] *** Darby_Crash is now known as Darby_Crash_Away
3623 [19:52:53] *** Joins: morphis_ (~morphis@replaced-ip )
3624 [19:53:05] <Olufunmilayo> no updated kernel has been pushed out to jessie correct? (spectre/meltdown)
3625 [19:53:35] <mnuhmnuh> SirLagz: saw that; wondered what "providing basic sanity checks" means. refusing my choice of mirror? dunno.
3626 [19:53:53] <SirLagz> mnuhmnuh: probably making sure syntax is correct.
3627 [19:54:22] *** Quits: diniwed (~gavron@replaced-ip ) (Quit: WeeChat 1.6)
3628 [19:54:31] *** Quits: MichaH (~hessler@replaced-ip ) (Quit: Konversation terminated!)
3629 [19:55:05] *** Quits: ehlodex (~quassel@replaced-ip ) (Ping timeout: 240 seconds)
3630 [19:55:07] *** Joins: MichaH (~hessler@replaced-ip )
3631 [19:55:10] *** Joins: ni291187 (~u931732@replaced-ip )
3632 [19:55:25] *** Quits: morphis (~morphis@replaced-ip ) (Ping timeout: 268 seconds)
3633 [19:55:27] *** Joins: ehlodex (~quassel@replaced-ip )
3634 [19:56:40] *** Joins: diniwed (~gavron@replaced-ip )
3635 [19:57:07] *** Parts: ni291187 (~u931732@replaced-ip ) ()
3636 [19:57:13] <waydot> Olufunmilayo: replaced-url
3637 [19:57:18] *** Quits: evilman_work (~evilman@replaced-ip ) ()
3638 [19:58:17] *** Joins: ni291187 (~u931732@replaced-ip )
3639 [19:58:32] <waydot> baum: hm ... my bugs: is empty
3640 [19:58:46] <waydot> tested on "Intel(R) Atom(TM) CPU D510"
3641 [19:58:51] *** Quits: corretico (~corretico@replaced-ip ) (Remote host closed the connection)
3642 [19:58:58] <dvs> What??? No fix for hamm? ;-)
3643 [19:59:00] <babilen> waydot: That's okay, that flag isn't set
3644 [19:59:14] <baum> waydot: same, which is the reason i asked
3645 [19:59:18] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
3646 [19:59:19] <Olufunmilayo> waydot, thanks
3647 [19:59:33] <babilen> "grep CONFIG_PAGE_TABLE_ISOLATION /boot/config-$(uname -r)" and "dmesg -wH | grep 'Kernel/User page tables isolation'"
3648 [20:00:24] *** Quits: jfsCommit (~kdevtmpfs@replaced-ip ) (Remote host closed the connection)
3649 [20:00:27] *** Parts: ni291187 (~u931732@replaced-ip ) ()
3650 [20:00:28] <babilen> Olufunmilayo: It's still being worked on (along with 4.14 for unstable)
3651 [20:00:30] <deicide-> how do i make my mouse disappear?
3652 [20:01:27] <waydot> deicide-: put it in a drawer? :P
3653 [20:01:56] <deicide-> funny
3654 [20:02:05] *** Joins: ni291187 (~u931732@replaced-ip )
3655 [20:02:09] *** Parts: ni291187 (~u931732@replaced-ip ) ()
3656 [20:02:24] *** Joins: ni291187 (~u931732@replaced-ip )
3657 [20:03:01] *** Parts: ni291187 (~u931732@replaced-ip ) ()
3658 [20:03:13] <somiaj> deicide-: unclutter?
3659 [20:03:25] <deicide-> unclutter?
3660 [20:03:43] *** Quits: Raed|Laptop (~Raed@replaced-ip ) (Ping timeout: 252 seconds)
3661 [20:04:02] *** beaver is now known as evilnewbie
3662 [20:04:02] *** Quits: daxkuq[m] (daxkuqmatr@replaced-ip ) (Ping timeout: 255 seconds)
3663 [20:04:09] *** Joins: ThickMeat (~billd@replaced-ip )
3664 [20:04:28] <somiaj> deicide-: an application that hides the mouse icon
3665 [20:04:31] *** Quits: GeHa (~GeHa@replaced-ip ) (Ping timeout: 248 seconds)
3666 [20:05:18] *** Quits: ThickMeat (~billd@replaced-ip ) (Max SendQ exceeded)
3667 [20:05:31] <waydot> sorry, couldnt resist :P
3668 [20:05:59] <deicide-> mouse pointer doesn't disappear when watching video
3669 [20:06:08] <deicide-> this is so fucking frustrating
3670 [20:06:17] *** Joins: nopesone (~santa_mer@replaced-ip )
3671 [20:06:24] *** Joins: daxkuq[m] (daxkuqmatr@replaced-ip )
3672 [20:07:17] *** Joins: ogny (~orkun@replaced-ip )
3673 [20:07:36] <somiaj> deicide-: so try unclutter
3674 [20:07:59] <deicide-> nvm
3675 [20:08:02] <SirLagz> deicide-: or put the mouse cursor into the bottom right corner
3676 [20:08:04] <deicide-> now i have it on windows
3677 [20:08:15] <deicide-> its the damned website
3678 [20:08:17] <SirLagz> deicide-: maybe the mouse is twitching by itself
3679 [20:08:47] *** Quits: Santa_Muerte (~santa_mer@replaced-ip ) (Ping timeout: 248 seconds)
3680 [20:08:54] *** Quits: Delta-One (~zero@replaced-ip ) (Ping timeout: 246 seconds)
3681 [20:09:08] <deicide-> i cant do that cause its black with white frame
3682 [20:09:15] *** Joins: hark (~hark@replaced-ip )
3683 [20:09:19] *** Quits: err404 (~err404@replaced-ip ) (Ping timeout: 248 seconds)
3684 [20:10:02] <baum> deicide-: maybe play the video with vlc/mpv ?
3685 [20:10:42] <baum> passing them the direct link to the video usually works
3686 [20:10:49] *** Quits: phaseNi (~phaset@replaced-ip ) (Ping timeout: 265 seconds)
3687 [20:11:11] *** Quits: fred`` (fred@replaced-ip ) (Ping timeout: 240 seconds)
3688 [20:11:56] <bin_bash> hey i'm having a problem connecting to an irc network, and it seems to be an issue with the openssl version in the latest debian 8
3689 [20:12:24] *** Quits: orlandogr (bed01d78@replaced-ip ) (Quit: Page closed)
3690 [20:12:45] *** Quits: meminemy (~quassel@replaced-ip ) (Ping timeout: 246 seconds)
3691 [20:12:59] <bin_bash> here's a paste with the openssl command i'm running, and the output: replaced-url
3692 [20:13:24] *** Quits: flux242 (~chatzilla@replaced-ip ) (Quit: ChatZilla 0.9.93 [Firefox 56.0/20171003222101])
3693 [20:13:51] *** Joins: afroboy (~afroboy@replaced-ip )
3694 [20:13:51] *** Joins: setty__ (~setty@replaced-ip )
3695 [20:14:02] *** debhelper sets mode: +l 1740
3696 [20:14:15] *** Quits: afroboy (~afroboy@replaced-ip ) (Max SendQ exceeded)
3697 [20:14:29] *** Quits: dwar (~dwar@replaced-ip ) (Remote host closed the connection)
3698 [20:14:45] *** Joins: afroboy (~afroboy@replaced-ip )
3699 [20:14:45] <bin_bash> the same command works perfectly on my arch system.
3700 [20:14:54] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
3701 [20:14:59] <bin_bash> my debian system is on an insanely old version of openssl...
3702 [20:15:00] <bin_bash> OpenSSL 1.0.1t 3 May 2016
3703 [20:15:07] <bin_bash> vs arch:
3704 [20:15:08] <bin_bash> OpenSSL 1.1.0g 2 Nov 2017
3705 [20:15:53] *** Joins: valex (~Thunderbi@replaced-ip )
3706 [20:16:06] *** Joins: elektrinis (~circuit@replaced-ip )
3707 [20:16:06] *** Quits: elektrinis (~circuit@replaced-ip ) (Changing host)
3708 [20:16:06] *** Joins: elektrinis (~circuit@replaced-ip )
3709 [20:16:10] *** Parts: elektrinis (~circuit@replaced-ip ) ()
3710 [20:16:17] *** Quits: ogny (~orkun@replaced-ip ) (Ping timeout: 248 seconds)
3711 [20:16:26] *** Joins: meminemy (~quassel@replaced-ip )
3712 [20:16:40] <Ascavasaion> Is there a way to instgall a secondary eth card in PCIe and then combine them to make the computer send at 2Gb/s? I am reading about "bonding" but that just seems to be a way of ensuring continual network connectivity if first eth fails, or for checking which eth has the least load on it.
3713 [20:16:59] <dvs> bin_bash, What version of Debian are you running? I have 1.1.0f
3714 [20:17:15] <bin_bash> 8.10
3715 [20:17:26] <bin_bash> i just did an upgrade and rebooted this morning.
3716 [20:17:38] <dvs> bin_bash, Ok, I can see that since that the old stable version
3717 [20:17:38] <bin_bash> prior to the upgrade/reboot, connecting to that network worked as expected
3718 [20:17:47] *** Quits: rhizome (~rhizome@replaced-ip ) (Read error: Connection reset by peer)
3719 [20:17:54] <SirLagz> Ascavasaion: bonding can be used to load balance between 2 NICs, effectively doubling bandwidth
3720 [20:17:56] *** Joins: rhizome (~rhizome@replaced-ip )
3721 [20:18:20] *** Quits: scream (~scream@replaced-ip ) (Remote host closed the connection)
3722 [20:18:23] <Ascavasaion> SirLagz: So if I set up bonding I should choose load balance?
3723 [20:18:33] *** Quits: Gaaab (~Gaaab@replaced-ip ) (Ping timeout: 265 seconds)
3724 [20:18:34] <SirLagz> Ascavasaion: yes, as long as your switch also supports it
3725 [20:19:02] *** Quits: afroboy (~afroboy@replaced-ip ) (Client Quit)
3726 [20:20:05] <Ascavasaion> SirLagz: Oh, how would I know if my swithc supports it?
3727 [20:20:28] <SirLagz> Ascavasaion: look at the specs for link aggregation or bonding
3728 [20:20:56] <Ascavasaion> SirLagz: Will do.
3729 [20:21:06] *** Joins: paulez[m] (paulezmatr@replaced-ip )
3730 [20:21:16] *** Joins: mozg (~tacatabro@replaced-ip )
3731 [20:21:16] *** Joins: GeHa (~GeHa@replaced-ip )
3732 [20:21:53] <bin_bash> dvs: ok so any idea why im getting those errors now?
3733 [20:22:03] *** Quits: noobineer (~noobineer@replaced-ip ) (Ping timeout: 256 seconds)
3734 [20:22:05] *** Quits: valex (~Thunderbi@replaced-ip ) (Quit: valex)
3735 [20:22:05] <dvs> nope
3736 [20:22:30] *** Joins: streaky (~streaky@replaced-ip )
3737 [20:22:41] *** Quits: zapperoo (~ZaP@replaced-ip ) (Ping timeout: 248 seconds)
3738 [20:23:11] *** Quits: azariel (~tacatabro@replaced-ip ) (Ping timeout: 248 seconds)
3739 [20:23:31] *** Joins: zack6849_ (zack6849@replaced-ip )
3740 [20:23:34] *** Joins: Divergenz__ (~Divergenz@replaced-ip )
3741 [20:23:57] *** Joins: Gaaab (~Gaaab@replaced-ip )
3742 [20:24:04] *** Quits: webuser5224 (~webuser52@replaced-ip ) (Ping timeout: 252 seconds)
3743 [20:25:13] *** Darby_Crash_Away is now known as Darby_Crash
3744 [20:25:19] *** Quits: LocaMocha (bocaneri@replaced-ip ) (Ping timeout: 248 seconds)
3745 [20:25:49] *** Joins: santa_muerta1 (~santa_mer@replaced-ip )
3746 [20:26:34] *** Joins: ogleb (~ogle@replaced-ip )
3747 [20:26:38] <ogleb> Is there any way I can create an overlayfs without root privaleges?
3748 [20:26:55] *** Quits: Divergenz__ (~Divergenz@replaced-ip ) (Client Quit)
3749 [20:27:10] *** Joins: gunchyo (~user@replaced-ip )
3750 [20:27:26] *** Joins: Delta-One (~zero@replaced-ip )
3751 [20:27:28] <gunchyo> Hi, just wondering if replaced-url
3752 [20:27:32] *** Joins: guest_010101 (~guest@replaced-ip )
3753 [20:27:37] <gunchyo> includes latest updates/patches related to Meltdown. thanks
3754 [20:27:45] <gunchyo> not seeing anything in changelog.
3755 [20:28:07] *** Quits: LaBliMo (~LaBlimo@replaced-ip ) (Remote host closed the connection)
3756 [20:29:08] *** Joins: Uberius (~Uberius@replaced-ip )
3757 [20:29:11] *** Quits: mzf (~fakhraee@replaced-ip ) (Ping timeout: 240 seconds)
3758 [20:30:09] *** Quits: nopesone (~santa_mer@replaced-ip ) (Ping timeout: 248 seconds)
3759 [20:30:34] *** Parts: ogleb (~ogle@replaced-ip ) ()
3760 [20:30:39] *** Joins: mzf (~fakhraee@replaced-ip )
3761 [20:31:03] <streaky> gunchyo, replaced-url
3762 [20:31:15] *** Joins: santa_muerte (~santa_mer@replaced-ip )
3763 [20:31:20] *** Joins: Smeared_Beard (~SmearedBe@replaced-ip )
3764 [20:31:20] <gunchyo> cool, thanks. When can it be expected?
3765 [20:31:30] <gunchyo> I think I'm just blind, it was included in 4.15?
3766 [20:31:33] <streaky> *shrug*
3767 [20:31:36] *** Quits: inaki (~inaki@replaced-ip ) (Ping timeout: 265 seconds)
3768 [20:31:54] <streaky> sooner the better for me i'm getting hassled by our security guys about how centos is patched so..
3769 [20:31:54] *** Joins: fassl (~fassl@replaced-ip )
3770 [20:31:57] *** Quits: testnick123 (~yourhost@replaced-ip ) (Ping timeout: 240 seconds)
3771 [20:32:07] *** Joins: inaki (~inaki@replaced-ip )
3772 [20:32:20] <gunchyo> hrg
3773 [20:32:20] *** Quits: extor (extor@replaced-ip ) (Ping timeout: 260 seconds)
3774 [20:32:31] *** Quits: SmearedBeard (~SmearedBe@replaced-ip ) (Ping timeout: 240 seconds)
3775 [20:32:41] <gunchyo> it's in the 4.9 stretch kernel :/
3776 [20:32:45] *** Quits: unicron_ (~unicron@replaced-ip ) (Ping timeout: 263 seconds)
3777 [20:32:49] *** Quits: santa_muerta1 (~santa_mer@replaced-ip ) (Ping timeout: 256 seconds)
3778 [20:33:56] *** Quits: Slashman (~Slash@replaced-ip ) (Quit: Leaving)
3779 [20:34:33] *** Joins: webuser5224 (~webuser52@replaced-ip )
3780 [20:35:35] *** Quits: Ericounet (~Ericounet@replaced-ip ) (Remote host closed the connection)
3781 [20:35:53] *** Quits: nic_ (~nic@replaced-ip ) (Quit: Lost terminal)
3782 [20:36:07] *** Joins: fred`` (fred@replaced-ip )
3783 [20:36:26] *** Quits: evilbug (~evilbug@replaced-ip ) (Ping timeout: 255 seconds)
3784 [20:36:55] *** Quits: Velgor (~Velgor@replaced-ip ) (Ping timeout: 265 seconds)
3785 [20:37:09] *** Joins: asdfasdfa (~asdfasdfa@replaced-ip )
3786 [20:37:34] <asdfasdfa> xdriinfo/driconf fail by default here but they work if I compile my own mesa and use that.
3787 [20:37:51] <asdfasdfa> unstable at least
3788 [20:37:52] *** Joins: phaseNi (~phaset@replaced-ip )
3789 [20:38:27] *** Joins: moetunes (~Jean-luc@replaced-ip )
3790 [20:38:39] *** Quits: wirosableng (~x@replaced-ip ) (Ping timeout: 246 seconds)
3791 [20:39:43] *** Quits: NetTerminalGene (~NetTermin@replaced-ip ) (Ping timeout: 248 seconds)
3792 [20:40:48] *** Joins: unicron_ (~unicron@replaced-ip )
3793 [20:42:44] *** Joins: Velgor (~Velgor@replaced-ip )
3794 [20:42:50] *** Joins: Divergenz__ (~Divergenz@replaced-ip )
3795 [20:43:00] *** Quits: Darcidride_ (~Darcidrid@replaced-ip ) (Remote host closed the connection)
3796 [20:45:40] *** Quits: ledeni (~ledeni@replaced-ip ) (Remote host closed the connection)
3797 [20:45:47] *** Joins: yemel (~yemel@replaced-ip )
3798 [20:45:48] *** Quits: yemel (~yemel@replaced-ip ) (Changing host)
3799 [20:45:48] *** Joins: yemel (~yemel@replaced-ip )
3800 [20:46:06] *** Darby_Crash is now known as Darby_Crash_Away
3801 [20:46:30] *** Quits: AsciiWolf (~drusek@replaced-ip ) (Remote host closed the connection)
3802 [20:47:12] <brimonk> Does anyone know if/when there will be security patches for the recent Intel stuff backported to jessie?
3803 [20:47:40] <petn-randall> brimonk: Yes.
3804 [20:48:05] *** Quits: unicron_ (~unicron@replaced-ip ) (Ping timeout: 240 seconds)
3805 [20:48:27] *** Darby_Crash_Away is now known as Darby_Crash
3806 [20:48:41] *** Quits: memes (~matthewem@replaced-ip ) (Ping timeout: 256 seconds)
3807 [20:48:54] *** Quits: asdfasdfa (~asdfasdfa@replaced-ip ) (Quit: Leaving)
3808 [20:49:04] *** Joins: unicron_ (~unicron@replaced-ip )
3809 [20:49:06] *** Joins: wilson (~wilson@replaced-ip )
3810 [20:49:28] <brimonk> petn-randall: when then?
3811 [20:50:29] <dvs> brimonk, now, for stretch
3812 [20:50:36] <BCMM> brimonk: i don't know about when, but you can bookmark this to see if it's happened yet: replaced-url
3813 [20:50:43] *** Joins: oish (~charlie@replaced-ip )
3814 [20:50:47] *** Quits: gunchyo (~user@replaced-ip ) (Remote host closed the connection)
3815 [20:50:59] *** Quits: jerdef82 (~jerdef@replaced-ip ) (Remote host closed the connection)
3816 [20:51:25] *** Quits: annadane (~annadane@replaced-ip ) (Quit: Leaving)
3817 [20:52:10] *** Joins: maik_ (~maik@replaced-ip )
3818 [20:52:17] *** maik_ is now known as maik
3819 [20:52:49] *** Joins: evilbug (~evilbug@replaced-ip )
3820 [20:53:40] <brimonk> thanks BCMM
3821 [20:53:52] <mnuhmnuh> streaky: tell your security guys to take a valium. debian's well known for not jumping at shadows. suck it.
3822 [20:54:07] <mnuhmnuh> imho.
3823 [20:54:11] <BCMM> brimonk: that one is just for meltdown, as i understand it
3824 [20:54:15] <streaky> rofl
3825 [20:54:19] *** Joins: jnavila (~jnavila@replaced-ip )
3826 [20:54:21] <BCMM> mnuhmnuh: shadows?
3827 [20:54:23] <streaky> tbh, that was my thought too
3828 [20:54:29] *** Quits: webuser5224 (~webuser52@replaced-ip ) (Ping timeout: 252 seconds)
3829 [20:55:08] *** Quits: iderik (~idk@replaced-ip ) (Quit: iderik)
3830 [20:57:49] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
3831 [20:58:18] <mnuhmnuh> i'm still watching replaced-url
3832 [20:59:07] *** Quits: GeHa (~GeHa@replaced-ip ) (Quit: Leaving)
3833 [20:59:26] *** Joins: fnkr (RGyWC57DIx@replaced-ip )
3834 [20:59:28] *** Joins: zapperoo (~ZaP@replaced-ip )
3835 [20:59:42] *** Joins: Comstock_ (~Comstock@replaced-ip )
3836 [21:00:19] *** Quits: santa_muerte (~santa_mer@replaced-ip ) (Changing host)
3837 [21:00:19] *** Joins: santa_muerte (~santa_mer@replaced-ip )
3838 [21:00:37] *** Quits: towo_ (~towo@replaced-ip ) (Quit: Leaving)
3839 [21:01:12] <babilen> brimonk: They are currently pending (should be available soon)
3840 [21:01:14] *** Quits: Zorroness (~Zorroness@replaced-ip ) (Remote host closed the connection)
3841 [21:01:17] *** Joins: ledeni (~ledeni@replaced-ip )
3842 [21:01:28] *** Quits: ongolaBoy (~ongolaBoy@replaced-ip ) (Quit: leaving)
3843 [21:01:34] *** Joins: Zorroness (~Zorroness@replaced-ip )
3844 [21:01:45] *** Quits: mati_ (~mati@replaced-ip ) (Quit: mati_)
3845 [21:01:57] *** Quits: emdee (~noEmail@replaced-ip ) (Ping timeout: 240 seconds)
3846 [21:02:07] *** Quits: LeandroLuiz (~clkalw@replaced-ip ) (Ping timeout: 248 seconds)
3847 [21:02:21] <babilen> (in 3.16.51-3+deb8u1 for jessie presumably)
3848 [21:02:23] *** Quits: Attoy (~attoy@replaced-ip ) (Quit: See you soon)
3849 [21:03:01] *** Quits: Comstock- (~Comstock@replaced-ip ) (Ping timeout: 265 seconds)
3850 [21:03:44] *** Joins: Attoy (~attoy@replaced-ip )
3851 [21:03:53] *** Joins: LeandroLuiz (~clkalw@replaced-ip )
3852 [21:04:01] *** debhelper sets mode: +l 1731
3853 [21:04:22] *** Joins: Tranmi (~Tranmi@replaced-ip )
3854 [21:05:05] *** Quits: somnambler (~michael@replaced-ip ) (Ping timeout: 240 seconds)
3855 [21:06:09] *** Joins: adds68_ (~adds68@replaced-ip )
3856 [21:06:41] *** Quits: matt____ (~matt@replaced-ip ) (Remote host closed the connection)
3857 [21:06:50] *** Quits: adds68 (~adds68@replaced-ip ) (Read error: Connection reset by peer)
3858 [21:07:14] *** Joins: binbashbin (~louis@replaced-ip )
3859 [21:08:14] *** Joins: webuser5224 (~webuser52@replaced-ip )
3860 [21:08:17] *** Parts: binbashbin (~louis@replaced-ip ) ("WeeChat 1.9.1")
3861 [21:09:27] *** Quits: tlaxkit (~hexchat@replaced-ip ) (Ping timeout: 240 seconds)
3862 [21:10:07] *** Quits: Tranmi (~Tranmi@replaced-ip ) (Ping timeout: 248 seconds)
3863 [21:11:22] *** Quits: inspectorcluseau (~Inspector@replaced-ip ) (Ping timeout: 252 seconds)
3864 [21:11:45] *** Joins: nopesone (~santa_mer@replaced-ip )
3865 [21:12:04] *** Joins: ninjak (~ninjak@replaced-ip )
3866 [21:12:10] *** Joins: Tranmi (~Tranmi@replaced-ip )
3867 [21:12:32] *** Joins: Tramp (~Tramp@replaced-ip )
3868 [21:12:35] *** Quits: twiggy (~Twig@replaced-ip ) (Remote host closed the connection)
3869 [21:12:37] *** Joins: phogg (~phogg@replaced-ip )
3870 [21:12:37] *** Quits: phogg (~phogg@replaced-ip ) (Changing host)
3871 [21:12:37] *** Joins: phogg (~phogg@replaced-ip )
3872 [21:12:55] *** Darby_Crash is now known as Darby_Crash_Away
3873 [21:13:47] *** Joins: kion (~kion@replaced-ip )
3874 [21:14:18] *** Joins: wirosableng (~x@replaced-ip )
3875 [21:14:25] *** Joins: dave0x6d (uid190567@replaced-ip )
3876 [21:14:37] *** Quits: santa_muerte (~santa_mer@replaced-ip ) (Ping timeout: 265 seconds)
3877 [21:14:38] *** Joins: SuperTramp83 (~SuperTram@replaced-ip )
3878 [21:14:46] *** Joins: raynold (uid201163@replaced-ip )
3879 [21:14:58] *** Joins: tijeretas__ (~tijeretas@replaced-ip )
3880 [21:15:04] *** Joins: Hunterkll_ (~Hunterkll@replaced-ip )
3881 [21:15:16] *** Joins: AndroUser2 (~androirc@replaced-ip )
3882 [21:15:39] *** Quits: AndroUser2 (~androirc@replaced-ip ) (Client Quit)
3883 [21:16:51] *** Quits: Hunterkll (~Hunterkll@replaced-ip ) (Ping timeout: 240 seconds)
3884 [21:17:01] *** Joins: jsdk (~jsdk@replaced-ip )
3885 [21:17:15] *** Quits: Night-Shade (~tim@replaced-ip ) (Ping timeout: 260 seconds)
3886 [21:17:59] *** Joins: poop (~wigums@replaced-ip )
3887 [21:18:16] *** Joins: santa_muerta1 (~santa_mer@replaced-ip )
3888 [21:18:21] *** Joins: jimbzy (~jim@replaced-ip )
3889 [21:18:21] *** Joins: testnick123 (~yourhost@replaced-ip )
3890 [21:18:30] *** Joins: hamersaw (~hamersaw@replaced-ip )
3891 [21:18:31] *** Joins: Night-Shade (~tim@replaced-ip )
3892 [21:18:52] *** Quits: jimbzy (~jim@replaced-ip ) (Client Quit)
3893 [21:19:13] <raynold> ahh it's a wonderful day
3894 [21:19:27] *** Quits: webuser5224 (~webuser52@replaced-ip ) (Ping timeout: 240 seconds)
3895 [21:20:05] *** Joins: baloona (~baloona@replaced-ip )
3896 [21:20:47] *** Quits: nopesone (~santa_mer@replaced-ip ) (Ping timeout: 248 seconds)
3897 [21:20:57] *** Quits: wigums (~wigums@replaced-ip ) (Ping timeout: 240 seconds)
3898 [21:21:53] *** Joins: wonderworld (~ww@replaced-ip )
3899 [21:22:37] *** Parts: Labu (~mik@replaced-ip ) ()
3900 [21:22:43] *** Quits: Uberius (~Uberius@replaced-ip ) (Quit: quit)
3901 [21:22:53] *** Quits: BCMM (~BCMM@replaced-ip ) (Remote host closed the connection)
3902 [21:23:02] *** Joins: vkolchev (~vkolchev@replaced-ip )
3903 [21:23:30] *** Joins: osro (~osro@replaced-ip )
3904 [21:23:45] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 264 seconds)
3905 [21:23:45] *** Quits: tnewman (~pi@replaced-ip ) (Ping timeout: 264 seconds)
3906 [21:23:45] *** Joins: nopesone (~santa_mer@replaced-ip )
3907 [21:24:01] *** debhelper sets mode: +l 1739
3908 [21:24:11] *** Joins: tnewman_ (~pi@replaced-ip )
3909 [21:24:12] *** Quits: NaPs (~NaPs@replaced-ip ) (Read error: Connection reset by peer)
3910 [21:24:32] *** Joins: pieter_ (~pieter@replaced-ip )
3911 [21:24:57] *** Quits: fiet (~nobody@replaced-ip ) (Ping timeout: 240 seconds)
3912 [21:25:03] *** Joins: NaPs (~NaPs@replaced-ip )
3913 [21:25:11] *** Joins: inspectorcluseau (~Inspector@replaced-ip )
3914 [21:25:37] *** Quits: gigetoo (~gigetoo@replaced-ip ) (Ping timeout: 248 seconds)
3915 [21:25:56] *** Joins: ssaturos (~saturos@replaced-ip )
3916 [21:26:03] *** Quits: poop (~wigums@replaced-ip ) (Excess Flood)
3917 [21:26:14] *** Joins: cdown (~cdown@replaced-ip )
3918 [21:26:23] *** Quits: santa_muerta1 (~santa_mer@replaced-ip ) (Ping timeout: 252 seconds)
3919 [21:26:23] *** Joins: Tranm1 (~Tranmi@replaced-ip )
3920 [21:26:31] *** Joins: gigetoo (~gigetoo@replaced-ip )
3921 [21:26:31] *** Quits: ssaturos (~saturos@replaced-ip ) (Remote host closed the connection)
3922 [21:26:42] *** Quits: wilson (~wilson@replaced-ip ) (Ping timeout: 265 seconds)
3923 [21:27:57] *** Quits: Tranmi (~Tranmi@replaced-ip ) (Ping timeout: 265 seconds)
3924 [21:28:55] *** Quits: vkolchev (~vkolchev@replaced-ip ) (Remote host closed the connection)
3925 [21:29:02] *** Joins: plant-man (~plant-man@replaced-ip )
3926 [21:29:37] *** Quits: saturos (~saturos@replaced-ip ) (Ping timeout: 255 seconds)
3927 [21:32:25] *** Quits: RedSoxFan07 (~Thunderbi@replaced-ip ) (Quit: Goodbye and [depending on the time] good night.)
3928 [21:33:41] *** Quits: MichaH (~hessler@replaced-ip ) (Quit: Konversation terminated!)
3929 [21:33:57] *** Quits: nac (~nac@replaced-ip ) (Ping timeout: 246 seconds)
3930 [21:35:04] *** Joins: webuser5224 (~webuser52@replaced-ip )
3931 [21:35:43] *** Quits: Tranm1 (~Tranmi@replaced-ip ) (Ping timeout: 248 seconds)
3932 [21:35:45] *** Quits: sidmo (~ilven@replaced-ip ) (Read error: No route to host)
3933 [21:36:00] *** Joins: Tranmi (~Tranmi@replaced-ip )
3934 [21:36:22] *** Joins: nic_ (~nic@replaced-ip )
3935 [21:36:35] *** Quits: phaseNi (~phaset@replaced-ip ) (Ping timeout: 240 seconds)
3936 [21:37:01] *** Joins: sidmo (~ilven@replaced-ip )
3937 [21:37:20] *** Joins: pos (~pos@replaced-ip )
3938 [21:37:27] *** Quits: OS-34115 (~OS-34115@replaced-ip ) (Ping timeout: 240 seconds)
3939 [21:38:01] *** Joins: Labu (~mik@replaced-ip )
3940 [21:38:34] *** Joins: mati (~mati@replaced-ip )
3941 [21:39:27] <Labu> Hello I want to know the USB version on my hardware running Debian. What is the command for this purpose ?
3942 [21:39:35] *** Quits: webuser5224 (~webuser52@replaced-ip ) (Ping timeout: 252 seconds)
3943 [21:39:55] *** Quits: osro (~osro@replaced-ip ) (Quit: osro)
3944 [21:40:15] *** Quits: Smeared_Beard (~SmearedBe@replaced-ip ) (Ping timeout: 268 seconds)
3945 [21:40:17] *** Joins: Tranm1 (~Tranmi@replaced-ip )
3946 [21:41:01] *** Joins: silverhom (~silverhom@replaced-ip )
3947 [21:41:05] *** Quits: mel00010 (~mel00010@replaced-ip ) (Ping timeout: 248 seconds)
3948 [21:42:28] *** Joins: poop (~wigums@replaced-ip )
3949 [21:42:43] *** Quits: wzyy2 (~wzyy2@replaced-ip ) (Ping timeout: 268 seconds)
3950 [21:43:21] *** Joins: towo` (~towo@replaced-ip )
3951 [21:43:22] *** Joins: verblendet (~noname@replaced-ip )
3952 [21:43:57] *** Quits: Tranmi (~Tranmi@replaced-ip ) (Ping timeout: 268 seconds)
3953 [21:44:59] *** Joins: lasdam (~lasdam@replaced-ip )
3954 [21:44:59] *** Quits: lasdam (~lasdam@replaced-ip ) (Changing host)
3955 [21:44:59] *** Joins: lasdam (~lasdam@replaced-ip )
3956 [21:45:41] *** Darby_Crash_Away is now known as Darby_Crash
3957 [21:46:29] *** Quits: Cy8aer (~Cy8aer@replaced-ip ) (Quit: Coyote finally caught me)
3958 [21:47:13] *** Quits: yegnaro (~yegnaro@replaced-ip ) (Quit: Leaving)
3959 [21:48:45] *** Joins: Cy8aer (~Cy8aer@replaced-ip )
3960 [21:49:01] <tijeretas__> Labu: The comand is: lsusb
3961 [21:49:47] *** Joins: Doxin (~Doxin@replaced-ip )
3962 [21:49:52] *** Joins: vichib (~vichib@replaced-ip )
3963 [21:50:24] *** Joins: webuser5224 (~webuser52@replaced-ip )
3964 [21:50:25] *** Joins: setty_ (~setty@replaced-ip )
3965 [21:50:27] *** Quits: setty_ (~setty@replaced-ip ) (Max SendQ exceeded)
3966 [21:50:35] *** Quits: sidmo (~ilven@replaced-ip ) (Quit: Konversation terminated!)
3967 [21:50:52] *** Joins: setty_ (~setty@replaced-ip )
3968 [21:50:54] <Doxin> I've installed nvidia-driver, but the xorg log tells me it keeps loading the nouveau driver. there is a modprobe config file which ought to blacklist nouveau but clearly it's not working. How do I fix this?
3969 [21:51:43] *** Quits: DerLG (~derlg@replaced-ip ) (Ping timeout: 248 seconds)
3970 [21:51:59] *** Quits: Profound (Profound@replaced-ip ) (Remote host closed the connection)
3971 [21:52:03] *** Quits: setty_ (~setty@replaced-ip ) (Remote host closed the connection)
3972 [21:52:17] <Doxin> oh whoops I didn't generate an xorg config, lemme reboot to see if that helped.
3973 [21:52:25] *** Joins: setty_ (~setty@replaced-ip )
3974 [21:52:47] *** Quits: setty__ (~setty@replaced-ip ) (Ping timeout: 248 seconds)
3975 [21:52:51] *** Quits: Doxin (~Doxin@replaced-ip ) (Remote host closed the connection)
3976 [21:53:12] *** Quits: baa44_ (~root@replaced-ip ) (Ping timeout: 268 seconds)
3977 [21:53:17] <Posterdati> hi I'm running debian 9.3 with debian kde installation, when I log in it freezes the session, it took several minutes to start
3978 [21:53:47] *** Joins: santa_muerta1 (~santa_mer@replaced-ip )
3979 [21:54:03] *** Joins: baa44 (~root@replaced-ip )
3980 [21:54:36] <Posterdati> I installed it with apt install kde-full
3981 [21:55:02] <Labu> thx tijeretas__ the usb port I want to know about is named "usb 1-1" in dmesg. Is it mean bus 1 and device 1 ?
3982 [21:55:22] *** Joins: Profound (Profound@replaced-ip )
3983 [21:55:39] <tijeretas__> Labu: I suppose, yes.
3984 [21:55:47] <Posterdati> .xsession-errors complains about missing some libraries
3985 [21:56:05] *** Quits: nopesone (~santa_mer@replaced-ip ) (Ping timeout: 240 seconds)
3986 [21:56:35] <tijeretas__> Posterdati: Tried searching those libraries with apt search/synaptic/aptitude and installing them?
3987 [21:57:04] *** Joins: nomic (~nomic4@replaced-ip )
3988 [21:57:38] *** Quits: webuser5224 (~webuser52@replaced-ip ) (Ping timeout: 265 seconds)
3989 [21:57:44] *** Quits: testnick123 (~yourhost@replaced-ip ) (Ping timeout: 252 seconds)
3990 [21:57:46] <Posterdati> tijeretas__: they are related to kde
3991 [21:58:05] *** Joins: Ilyas (uid43013@replaced-ip )
3992 [21:59:56] <Posterdati> tijeretas__: kf5.kded: No X-KDE-DBus-ServiceName found in "/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kded/desktopnotifier.so"
3993 [22:00:10] *** Joins: phaseNi (~phaset@replaced-ip )
3994 [22:00:26] *** Joins: malmalmal (~malmalmal@replaced-ip )
3995 [22:01:12] *** Quits: matthelmke (~matthelmk@replaced-ip ) (Remote host closed the connection)
3996 [22:02:08] *** Quits: asterismo_l (~asterismo@replaced-ip ) (Ping timeout: 252 seconds)
3997 [22:02:33] *** Joins: mrx_ (~mrx.sec@ool-182eec5e.dyn.optonline.net)
3998 [22:02:46] *** Quits: capin (capin@replaced-ip ) (Quit: WeeChat 2.0.1)
3999 [22:02:54] <mrx_> hi
4000 [22:03:15] *** Quits: nomic (~nomic4@replaced-ip ) (Quit: Leaving)
4001 [22:03:17] *** Quits: unicron_ (~unicron@replaced-ip ) (Ping timeout: 255 seconds)
4002 [22:04:17] <Ascavasaion> I installed Debian... and wanted to install openmediavault... I followed instructions on replaced-url
4003 [22:04:25] *** Joins: unicron_ (~unicron@replaced-ip )
4004 [22:04:44] *** Quits: Vizva (~Vizva@replaced-ip ) (Remote host closed the connection)
4005 [22:04:45] *** Quits: pillupillu (~felix@replaced-ip ) (Read error: Connection reset by peer)
4006 [22:04:55] *** Joins: pillupillu (~felix@replaced-ip )
4007 [22:05:10] <Posterdati> no way
4008 [22:05:14] *** Joins: Vizva (~Vizva@replaced-ip )
4009 [22:05:46] <tijeretas__> Posterdati: Looks to me like either some things weren't installed properly or you have some faulty config files. Try reinstalling those libs it complains about and delete everything .kde related in $HOME (might be a bummer to lose previous configs, but well...)
4010 [22:07:00] <Posterdati> tijeretas__: ok
4011 [22:07:32] *** Quits: nic_ (~nic@replaced-ip ) (Remote host closed the connection)
4012 [22:07:53] *** Joins: capin (capin@replaced-ip )
4013 [22:08:00] *** Joins: DammitJim (~DammitJim@replaced-ip )
4014 [22:08:29] *** Quits: capin (capin@replaced-ip ) (Client Quit)
4015 [22:08:38] *** Joins: capin (capin@replaced-ip )
4016 [22:11:12] *** Joins: nopesone (~santa_mer@replaced-ip )
4017 [22:11:25] *** Quits: malmalmal (~malmalmal@replaced-ip ) (Quit: Leaving)
4018 [22:11:39] *** Quits: [Brain] (~brain@replaced-ip ) (Ping timeout: 265 seconds)
4019 [22:12:02] *** Quits: Tarrasquero (~Tarrasque@replaced-ip ) (Ping timeout: 252 seconds)
4020 [22:12:18] *** Parts: LorD_n1c0w (~igor@replaced-ip ) ()
4021 [22:12:30] *** Joins: [Brain] (~brain@replaced-ip )
4022 [22:12:56] <lrvick> So I have a situation where I have a kiosk style debian machine where people insert fat32 sd cards that udev automounts
4023 [22:13:04] *** Joins: keith20 (~keith20@replaced-ip )
4024 [22:13:31] *** Quits: keith20 (~keith20@replaced-ip ) (Client Quit)
4025 [22:13:31] <lrvick> problem is no one ever unmounts them properly, and their most recently written files often disappear
4026 [22:14:06] <lrvick> Obviously forcing clean unmounts would be ideal, but any suggestions for mounting in such a way where it flushes to disk right away?
4027 [22:14:09] *** Quits: santa_muerta1 (~santa_mer@replaced-ip ) (Ping timeout: 264 seconds)
4028 [22:14:13] <lrvick> to reduce corruption potential?
4029 [22:14:18] *** Quits: jsoft (~jsoft@replaced-ip ) (Quit: Leaving)
4030 [22:14:49] *** Quits: capin (capin@replaced-ip ) (Quit: WeeChat 2.0.1)
4031 [22:15:01] *** Joins: capin (capin@replaced-ip )
4032 [22:15:10] *** Joins: nic_ (~nic@replaced-ip )
4033 [22:15:40] <tijeretas__> lrvick: make a wallpaper that says: "PLEASE UNMOUNT YOUR DISK CLEANLY TO PREVENT DATA LOSS!!!!" Seriously, that's what a library did where I was once. :D Joking aside, you could have a sort of session logout that users had to do before they physically remove the disk which would automatically unmount their drive. Is that feasible?
4034 [22:15:45] *** Quits: hlmjr (~herbmille@replaced-ip ) (Read error: Connection reset by peer)
4035 [22:15:47] *** Joins: webuser5224 (~webuser52@replaced-ip )
4036 [22:16:30] <lrvick> tijeretas__: i want to automatically mount/unmount as a part of the software, but modifying how it behaves in the very short term is not an option.
4037 [22:16:38] *** Quits: pillupillu (~felix@replaced-ip ) (Ping timeout: 268 seconds)
4038 [22:16:47] *** Joins: santa_muerta1 (~santa_mer@replaced-ip )
4039 [22:17:12] <tijeretas__> lrvick: how is it not an option if it runs on Debian? is that some proprietary locked down Debian? Then I'm afraid no one here won't be able to help you.
4040 [22:17:16] <lrvick> so if I can mount in such a way that writes are blocking and flush directly like I can do with dd that would be cool
4041 [22:17:35] <preaction> lrvick: i found this: replaced-url
4042 [22:17:38] *** Quits: zapperoo (~ZaP@replaced-ip ) (Quit: Leaving)
4043 [22:17:55] <lrvick> tijeretas__: the only interface users get is a web-ui fullscreen
4044 [22:18:14] <lrvick> so they don't get to trigger mount/unmount directly. I automount with udev right now.
4045 [22:18:33] <Tramp> lrvick: fat/vfat has a "flush" mount option and in general there is a "sync" and "dirsync" option
4046 [22:18:57] *** Quits: nopesone (~santa_mer@replaced-ip ) (Ping timeout: 240 seconds)
4047 [22:19:10] <tijeretas__> not sure if preaction's method will prevent data loss.
4048 [22:19:29] *** Quits: dx_ob (~OtakuSenp@replaced-ip ) (Quit: With time comes grace...in perfect light in perfect place :))
4049 [22:19:48] <preaction> "the devices are mounted in synchronous mode in order to limit the risks of data loss in case of hot unplugging."
4050 [22:20:28] *** Quits: webuser5224 (~webuser52@replaced-ip ) (Ping timeout: 255 seconds)
4051 [22:21:10] <lrvick> that is the "flush" option? if so sounds perfect
4052 [22:21:26] <preaction> no that's the "sync" option
4053 [22:21:37] *** Joins: Rhaal (~Rhaal@replaced-ip )
4054 [22:21:53] <preaction> oh, no, looks like "flush"
4055 [22:22:00] *** Quits: sigmoidbigfoot (~brandon@replaced-ip ) (Quit: bye)
4056 [22:22:24] *** Quits: AimHere (~David@replaced-ip ) (Read error: Connection reset by peer)
4057 [22:22:54] *** Joins: AimHere (~David@replaced-ip )
4058 [22:23:35] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 240 seconds)
4059 [22:23:40] *** Quits: Colti (Miramar-FL@replaced-ip ) (Excess Flood)
4060 [22:23:53] <Posterdati> tijeretas__: seems that I fixed it forcing 96 dpi for fonts in kde settings!
4061 [22:23:57] *** Quits: OS-31823 (~root@replaced-ip ) (Ping timeout: 240 seconds)
4062 [22:24:01] *** debhelper sets mode: +l 1727
4063 [22:24:19] <lrvick> thanks! this looks like exactly what I need as a hotfix for the moment
4064 [22:24:47] *** Quits: unicron_ (~unicron@replaced-ip ) (Ping timeout: 248 seconds)
4065 [22:24:52] *** Joins: donald (~donald@replaced-ip )
4066 [22:24:54] <donald> I am a developper, not a system administratot. I want to install two vm who communicate together but not with the host exactly like in an internal network with viertualbox. Sadly when I change the nic during the installation of a new VM I see only 3 options and not the option "internal nework". How to get this optuon?
4067 [22:24:58] *** Joins: conta2 (~Thunderbi@replaced-ip )
4068 [22:25:06] *** Quits: ninjak (~ninjak@replaced-ip ) (Quit: Leaving)
4069 [22:25:23] *** Joins: holyday (~holyday@replaced-ip )
4070 [22:25:51] *** Joins: unicron_ (~unicron@replaced-ip )
4071 [22:26:10] *** Joins: Colti (Miramar-FL@replaced-ip )
4072 [22:26:13] *** Quits: cnrhkiyf (~cnrhkiyf@replaced-ip ) (Quit: Leaving)
4073 [22:26:22] *** Joins: nomic (~nomic4@replaced-ip )
4074 [22:27:09] *** Quits: redguy (~matik@replaced-ip ) (Ping timeout: 246 seconds)
4075 [22:29:03] *** Quits: conta2 (~Thunderbi@replaced-ip ) (Ping timeout: 248 seconds)
4076 [22:29:31] *** Quits: zarzar (~zarzar@replaced-ip ) (Quit: Leaving)
4077 [22:30:43] *** Joins: webuser5224 (~webuser52@replaced-ip )
4078 [22:30:54] *** Joins: Logg_ (~Logg@replaced-ip )
4079 [22:31:00] <tijeretas__> Posterdati: very curious that a different dpi value would cause that error, but if it works :)
4080 [22:31:16] *** Quits: holyday (~holyday@replaced-ip ) (Quit: Leaving)
4081 [22:31:21] *** Joins: vizzy (~noname@replaced-ip )
4082 [22:31:49] *** Quits: Logg (~Logg@replaced-ip ) (Ping timeout: 256 seconds)
4083 [22:32:07] <Posterdati> tijeretas__: anyway I found that actually is it the compositor!
4084 [22:32:47] *** Quits: verblendet (~noname@replaced-ip ) (Ping timeout: 248 seconds)
4085 [22:32:55] *** Joins: mrx__ (~mrx.sec@ool-182eec5e.dyn.optonline.net)
4086 [22:32:58] *** Quits: mrx_ (~mrx.sec@ool-182eec5e.dyn.optonline.net) (Remote host closed the connection)
4087 [22:33:22] *** Quits: capin (capin@replaced-ip ) (Quit: WeeChat 2.0.1)
4088 [22:33:32] *** Joins: capin (capin@replaced-ip )
4089 [22:33:35] <Posterdati> tijeretas__: there was a message in the compositor page inside the settings which states that opengl was disabled!
4090 [22:34:08] <Tramp> donald: I don't know about "during installation", but I can select Settings->Network of an installed VM and change "Attached To" to internal network
4091 [22:34:13] *** Joins: tincoxme (~tincoxme@replaced-ip )
4092 [22:34:14] *** Quits: rizzo (~RizzoTheR@replaced-ip ) (Remote host closed the connection)
4093 [22:34:39] *** Joins: rizzo (~RizzoTheR@replaced-ip )
4094 [22:34:54] <tijeretas__> Posterdati: I remember KDE being buggy with compositing. I think there are 2 OpenGL drivers, OpenGL 2 was always buggy for me for whatever reason.
4095 [22:35:22] <Posterdati> tijeretas__: I placed 3.1 seems to go
4096 [22:35:29] *** Quits: capin (capin@replaced-ip ) (Client Quit)
4097 [22:35:38] *** Joins: capin (capin@replaced-ip )
4098 [22:35:47] *** Joins: nopesone (~santa_mer@replaced-ip )
4099 [22:36:30] *** Quits: pos (~pos@replaced-ip ) (Quit: pos)
4100 [22:37:12] <Posterdati> tijeretas__: now my desktop is faster as it should be
4101 [22:37:21] *** Joins: Tom-_ (~tomg@replaced-ip )
4102 [22:37:57] *** Joins: sidmo (~ilven@replaced-ip )
4103 [22:38:05] *** Quits: wonderworld (~ww@replaced-ip ) (Remote host closed the connection)
4104 [22:38:32] *** Joins: wonderworld (~ww@replaced-ip )
4105 [22:40:05] *** Quits: santa_muerta1 (~santa_mer@replaced-ip ) (Ping timeout: 260 seconds)
4106 [22:40:34] <Posterdati> tijeretas__: to use the words from TOS - Return of the Archons: ... she is in festival! As you should be!
4107 [22:41:11] *** Joins: testnick123 (~yourhost@replaced-ip )
4108 [22:41:11] *** Quits: Kyoku (~Kyoku@replaced-ip ) (Ping timeout: 240 seconds)
4109 [22:41:42] *** Quits: capin (capin@replaced-ip ) (Quit: WeeChat 2.0.1)
4110 [22:41:46] *** Joins: santa_muerta1 (~santa_mer@replaced-ip )
4111 [22:42:53] <Posterdati> tijeretas__: I find TOS very inspiring on CS, some things from the series are completely wrong, other just happened especially in CS...
4112 [22:42:58] *** Joins: ChunkzZ_ (uid233645@replaced-ip )
4113 [22:44:36] <tijeretas__> Posterdati: Funny that you mention TOS. I'm just watching DS9 reruns :)
4114 [22:44:54] *** Quits: morphis_ (~morphis@replaced-ip ) (Remote host closed the connection)
4115 [22:45:16] <Posterdati> tijeretas__: I
4116 [22:45:57] *** Quits: GenteelBen (GenteelBen@replaced-ip ) (Ping timeout: 240 seconds)
4117 [22:46:01] <Posterdati> tijeretas__: I'do not like DS9 show too much the last two episode apart
4118 [22:46:07] *** Quits: nopesone (~santa_mer@replaced-ip ) (Ping timeout: 248 seconds)
4119 [22:46:39] *** Joins: Th3Z0h4n (~Th3Z0h4n@replaced-ip )
4120 [22:48:05] *** Quits: testnick123 (~yourhost@replaced-ip ) (Ping timeout: 240 seconds)
4121 [22:48:05] <tijeretas__> best one for me. but let's keep quiet about star trek lest we be banned from the channel for off-topic banter (as much as I'm tempted) :)
4122 [22:48:51] *** Joins: testnick123 (~yourhost@replaced-ip )
4123 [22:50:05] *** Joins: SmearedBeard (~SmearedBe@replaced-ip )
4124 [22:51:47] *** Quits: GDiaX (~gdiax@replaced-ip ) (Ping timeout: 268 seconds)
4125 [22:52:01] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
4126 [22:52:24] *** Quits: glassresistor (~mikela@replaced-ip ) (Ping timeout: 268 seconds)
4127 [22:52:32] *** Joins: GDiaX (~gdiax@replaced-ip )
4128 [22:52:45] *** Joins: RedSoxFan07 (~Thunderbi@replaced-ip )
4129 [22:53:18] *** Joins: atrapado_ (~atrapado@replaced-ip )
4130 [22:53:35] *** Quits: mzf (~fakhraee@replaced-ip ) (Ping timeout: 248 seconds)
4131 [22:54:00] *** Joins: vertebrate (~babbage_@replaced-ip )
4132 [22:54:21] *** Joins: xcm (~xcm@replaced-ip )
4133 [22:54:35] *** Quits: loptr (~loptr@replaced-ip ) (Remote host closed the connection)
4134 [22:54:49] *** Darby_Crash is now known as Darby_Crash_Away
4135 [22:54:53] *** Joins: mzf (~fakhraee@replaced-ip )
4136 [22:55:20] *** Joins: r0llerd3rby (~DJDRISCOL@replaced-ip )
4137 [22:55:23] *** Joins: tmm88 (~tmm88@replaced-ip )
4138 [22:55:28] <tmm88> hey guys
4139 [22:55:36] *** Joins: loptr (~loptr@replaced-ip )
4140 [22:55:37] <tmm88> does someone have access to a link with a guide
4141 [22:55:53] <tmm88> for setting up wireless on a macintosh a1278
4142 [22:55:54] *** Joins: abhikpal (~abhikpal@replaced-ip )
4143 [22:56:04] <tmm88> with installed debia 9 strech
4144 [22:56:08] <tmm88> ?
4145 [22:56:10] <tmm88> thank you
4146 [22:57:00] *** Joins: f-a (~f-a@replaced-ip )
4147 [22:57:23] <f-a> I am running apt-cache search
4148 [22:57:28] <f-a> is there a way to search by tag?
4149 [22:57:33] <f-a> (specifically, "web::browser")
4150 [22:57:38] *** Quits: EmleyMoor (~phil@replaced-ip ) (Ping timeout: 272 seconds)
4151 [22:57:52] *** Joins: EmleyMoor (~phil@replaced-ip )
4152 [22:59:05] *** Quits: Tom-_ (~tomg@replaced-ip ) (Ping timeout: 240 seconds)
4153 [22:59:10] *** Quits: Profound (Profound@replaced-ip ) (Remote host closed the connection)
4154 [22:59:17] *** Quits: abhikpal (~abhikpal@replaced-ip ) (Client Quit)
4155 [22:59:48] *** Quits: nomic (~nomic4@replaced-ip ) (Quit: Leaving)
4156 [22:59:53] *** Joins: Profound (Profound@replaced-ip )
4157 [22:59:55] *** Quits: Ltem (~ltem@replaced-ip ) (Quit: Leaving)
4158 [23:00:25] *** Quits: testnick123 (~yourhost@replaced-ip ) (Remote host closed the connection)
4159 [23:00:43] *** Joins: testnick123 (~yourhost@replaced-ip )
4160 [23:01:17] *** Parts: doxasticfox_ (~doxasticf@replaced-ip ) ("Leaving")
4161 [23:02:21] *** Joins: dvs (~hibbard@replaced-ip )
4162 [23:02:56] <tijeretas__> f-a: aptitude search '?tag(web::browser) !?installed' . Also see package aptitude-doc-en for more info.
4163 [23:03:02] *** Joins: ompaul (~ompaul@replaced-ip )
4164 [23:03:37] <f-a> thanks tijeretas__
4165 [23:03:53] *** Joins: hlmjr (~herbmille@replaced-ip )
4166 [23:04:01] *** debhelper sets mode: +l 1733
4167 [23:04:25] *** Joins: testnick123_ (~yourhost@replaced-ip )
4168 [23:04:44] <tijeretas__> tmm88: Does this help? replaced-url
4169 [23:04:47] *** Quits: testnick123 (~yourhost@replaced-ip ) (Ping timeout: 248 seconds)
4170 [23:05:04] *** Quits: Labu (~mik@replaced-ip ) (Quit: Leaving.)
4171 [23:05:05] *** Quits: vertebrate (~babbage_@replaced-ip ) (Quit: Leaving)
4172 [23:05:11] *** Joins: donuthole (~babbage_@replaced-ip )
4173 [23:06:30] <jhutchins> tmm88: For those of us who don't know apple hardware, is that a PPC or Macintel?
4174 [23:06:59] <jhutchins> tmm88: Macbook or what?
4175 [23:07:12] *** Joins: Sir_Designer (~Sir_Desig@replaced-ip )
4176 [23:07:31] *** Quits: baptist (~baptsk@replaced-ip ) (Remote host closed the connection)
4177 [23:07:32] <jhutchins> f-a: aptitude search ~dbrowser
4178 [23:07:33] <tmm88> macbook macintel a1278
4179 [23:07:42] <jhutchins> !macbook
4180 [23:07:43] <dpkg> methinks macbook is replaced-url
4181 [23:07:59] *** Quits: knidos (~knidos@replaced-ip ) (Quit: knidos)
4182 [23:07:59] <bin_bash> tmm88: that a# model number is not very useful.
4183 [23:08:12] <bin_bash> tmm88: it would be something like macbook pro 5,5 or 8,1
4184 [23:08:16] <bin_bash> or something along those lines
4185 [23:08:21] *** Joins: picknick (~picknick@replaced-ip )
4186 [23:08:27] <bin_bash> you can use everymac.com to look it up
4187 [23:09:09] *** Joins: CameronS (~CameronMo@replaced-ip )
4188 [23:09:14] <CameronS> hey
4189 [23:09:29] <CameronS> is anyone on here?
4190 [23:09:59] <bin_bash> no
4191 [23:10:09] *** Joins: hackmac10111 (~Mutter@replaced-ip )
4192 [23:10:21] <CameronS> lol
4193 [23:10:41] *** Quits: semeion (~semeion@replaced-ip ) (Quit: WeeChat 2.0)
4194 [23:10:46] *** Joins: nopesone (~santa_mer@replaced-ip )
4195 [23:10:50] <CameronS> hey
4196 [23:10:55] *** Quits: testnick123_ (~yourhost@replaced-ip ) (Ping timeout: 256 seconds)
4197 [23:11:00] *** Quits: mandeep (mandeep@replaced-ip ) (Ping timeout: 260 seconds)
4198 [23:11:07] *** Quits: Divergenz (~thisis@replaced-ip ) (Remote host closed the connection)
4199 [23:11:24] *** Quits: DrWatson (~DrWatson_@replaced-ip ) (Quit: DrWatson)
4200 [23:11:28] *** Quits: tincoxme (~tincoxme@replaced-ip ) (Quit: Leaving)
4201 [23:11:29] <SuperTramp83> CameronS: if question then ask, if not then #debian-offtopic
4202 [23:11:36] *** Joins: hpz (~ledude@replaced-ip )
4203 [23:11:49] *** Quits: pav (~pav@replaced-ip ) (Quit: t's now time to walk the dog.)
4204 [23:11:50] *** Quits: tmm88 (~tmm88@replaced-ip ) (Quit: Lost terminal)
4205 [23:12:23] *** Joins: testnick123 (~yourhost@replaced-ip )
4206 [23:12:25] <bin_bash> rip tmiland
4207 [23:12:28] <bin_bash> opso
4208 [23:12:51] *** Quits: CameronS (~CameronMo@replaced-ip ) (Read error: Connection reset by peer)
4209 [23:13:05] *** Quits: santa_muerta1 (~santa_mer@replaced-ip ) (Ping timeout: 240 seconds)
4210 [23:13:10] *** Quits: hackmac10111 (~Mutter@replaced-ip ) (Client Quit)
4211 [23:13:24] *** Joins: capin (capin@replaced-ip )
4212 [23:14:01] *** debhelper sets mode: +l 1727
4213 [23:14:28] *** Joins: CameronS (~CameronMo@replaced-ip )
4214 [23:14:31] *** Joins: tmm88 (~tmm88@replaced-ip )
4215 [23:14:52] <CameronS> hey
4216 [23:15:13] *** Parts: f-a (~f-a@replaced-ip ) ()
4217 [23:15:21] <CameronS> hello
4218 [23:15:25] <mrx__> hi
4219 [23:15:28] <CameronS> wyd
4220 [23:15:32] <jhutchins> !ask
4221 [23:15:32] <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>.
4222 [23:16:09] <CameronS> #flood
4223 [23:16:22] <CameronS> ping
4224 [23:16:33] <CameronS> timer 5
4225 [23:17:00] <tmm88> hey guys thansk for help with wireless in debian
4226 [23:17:05] <tmm88> was already able to fix that
4227 [23:17:10] *** Joins: azur_kind (~azur_kind@replaced-ip )
4228 [23:17:17] <CameronS> whats everyone up to?
4229 [23:17:26] <jhutchins> tmm88: That was fast!
4230 [23:17:31] <CameronS> lol
4231 [23:17:43] <jhutchins> CameronS: This is not a chat channel, it's tech support for Debian.
4232 [23:17:52] <CameronS> srry :(
4233 [23:17:55] <CameronS> bye
4234 [23:18:00] *** Quits: CameronS (~CameronMo@replaced-ip ) (Client Quit)
4235 [23:18:38] *** Quits: mrx__ (~mrx.sec@ool-182eec5e.dyn.optonline.net) (Quit: Leaving)
4236 [23:19:01] <tmm88> jhutchins: that was easy updating apt-get config files, running a couple of bash commands, etc. its more less the same things for other distros, and i had already tried other distros before
4237 [23:19:27] <tmm88> but thanks for the help
4238 [23:19:32] *** Quits: capin (capin@replaced-ip ) (Quit: WeeChat 2.0.1)
4239 [23:19:42] *** Quits: tmm88 (~tmm88@replaced-ip ) (Quit: leaving)
4240 [23:19:50] *** Joins: capin (~capin@replaced-ip )
4241 [23:20:53] *** Quits: ompaul (~ompaul@replaced-ip ) (Quit: and zebedee said its time for other stuff)
4242 [23:21:01] *** Quits: capin (~capin@replaced-ip ) (Client Quit)
4243 [23:21:39] *** Joins: Andocromn_ (~quassel@replaced-ip )
4244 [23:22:40] *** Quits: testnick123 (~yourhost@replaced-ip ) (Remote host closed the connection)
4245 [23:22:59] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Ping timeout: 252 seconds)
4246 [23:23:39] <r00tobo> hi
4247 [23:23:40] *** Quits: otih (~otih@replaced-ip ) (Read error: Connection reset by peer)
4248 [23:23:59] *** Joins: testnick123 (~yourhost@replaced-ip )
4249 [23:24:01] <r00tobo> I have a quick question...regarding jessie oldstable
4250 [23:24:14] *** Quits: Andocromn (~quassel@replaced-ip ) (Ping timeout: 272 seconds)
4251 [23:24:17] *** Quits: foul_owl (~foul_owl@replaced-ip ) (Read error: Connection reset by peer)
4252 [23:24:26] <r00tobo> I noticed that the bug fix for the meltdown was only for stretch..no jessie no wheezy why?
4253 [23:25:35] <dondelelcaro> r00tobo: oldstable will get an update eventually. oldoldstable has been EOLed.
4254 [23:26:15] <r00tobo> dondelelcaro, are u sure that wheezy is being EOL?
4255 [23:26:18] <dondelelcaro> r00tobo: there is LTS support for wheezy, however. Presumably that will get a released kernel shortly after jessie
4256 [23:26:29] <r00tobo> if I'm not mistaken the wheezy will get support until 2018
4257 [23:26:35] <dondelelcaro> r00tobo: yes. LTS support is in effect until 2018-05-31
4258 [23:26:37] *** Joins: otih (~otih@replaced-ip )
4259 [23:27:06] <r00tobo> yea I don't remember the actual date...
4260 [23:27:32] *** Joins: capin (capin@replaced-ip )
4261 [23:27:46] <r00tobo> can't you give an ETA for jessie ?
4262 [23:28:31] *** Quits: capin (capin@replaced-ip ) (Client Quit)
4263 [23:28:32] *** Quits: hank (Cw7uwQXsEK@replaced-ip ) (Read error: Connection reset by peer)
4264 [23:28:32] <r00tobo> because you know jessie is being deployed for a lot of production environment...servers etc...
4265 [23:28:39] <dondelelcaro> r00tobo: I'd imagine soon
4266 [23:28:46] <dondelelcaro> r00tobo: I'm not personally doing the work, though.
4267 [23:29:06] <dondelelcaro> the fix needs to be backported, built, and tested, and all of that takes time
4268 [23:29:14] *** Joins: tmm88 (~root@replaced-ip )
4269 [23:29:17] <r00tobo> I see
4270 [23:29:17] *** Joins: santa_muerta1 (~santa_mer@replaced-ip )
4271 [23:29:33] <dondelelcaro> (as bad as this particular issue is, releasing a broken kernel would be far worse)
4272 [23:29:45] *** Quits: sander85 (~sander@replaced-ip ) (Ping timeout: 264 seconds)
4273 [23:29:50] <r00tobo> yea you're right
4274 [23:29:59] <r00tobo> better late than sorry
4275 [23:30:17] *** Quits: DammitJim (~DammitJim@replaced-ip ) (Quit: Leaving)
4276 [23:30:22] <dondelelcaro> r00tobo: but all of that said, if LTS and those versions are important to you, you should consider volunteering or donating to the LTS group and also to the security groups
4277 [23:31:09] <r00tobo> yea I know that... they're doing a lot of work
4278 [23:31:37] <r00tobo> just wanted to know if there is any ETA
4279 [23:31:53] *** Quits: r0llerd3rby (~DJDRISCOL@replaced-ip ) (Ping timeout: 256 seconds)
4280 [23:33:35] *** Quits: nopesone (~santa_mer@replaced-ip ) (Ping timeout: 240 seconds)
4281 [23:33:47] *** Parts: donald (~donald@replaced-ip ) ()
4282 [23:34:01] *** debhelper sets mode: +l 1718
4283 [23:34:18] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 265 seconds)
4284 [23:34:32] <dondelelcaro> r00tobo: replaced-url
4285 [23:34:44] *** Joins: sander85 (~sander@replaced-ip )
4286 [23:35:13] *** Joins: nopesone (~santa_mer@replaced-ip )
4287 [23:35:50] <dondelelcaro> (from that it looks like upstream hasn't even backported the patches yet)
4288 [23:36:04] *** Quits: towo` (~towo@replaced-ip ) (Quit: Leaving)
4289 [23:36:59] *** Quits: mozg (~tacatabro@replaced-ip ) (Ping timeout: 256 seconds)
4290 [23:37:09] *** Joins: mk_modrzew (~panmodrze@replaced-ip )
4291 [23:37:27] *** Quits: santa_muerta1 (~santa_mer@replaced-ip ) (Ping timeout: 240 seconds)
4292 [23:37:36] *** Joins: glassresistor (~mikela@replaced-ip )
4293 [23:37:56] <r00tobo> I see
4294 [23:38:41] *** Quits: SmearedBeard (~SmearedBe@replaced-ip ) (Ping timeout: 255 seconds)
4295 [23:39:13] *** Joins: zandorsp[m] (zandorspma@replaced-ip )
4296 [23:39:47] <r00tobo> unfortunate
4297 [23:40:31] *** Quits: walnut_burl (~oak@replaced-ip ) (Ping timeout: 248 seconds)
4298 [23:40:38] <dondelelcaro> anyway, I suspect it will be soon, because this bug is important
4299 [23:41:07] *** Quits: Rhaal (~Rhaal@replaced-ip ) (Read error: Connection reset by peer)
4300 [23:41:50] *** Joins: cereal_poster (~cereal_po@replaced-ip )
4301 [23:42:45] *** Quits: jnavila (~jnavila@replaced-ip ) (Remote host closed the connection)
4302 [23:42:53] <rebrec> hello
4303 [23:44:04] *** Joins: cdown (~cdown@replaced-ip )
4304 [23:44:15] *** Quits: woshty (~woshty@replaced-ip ) (Ping timeout: 260 seconds)
4305 [23:44:25] *** Quits: tmm88 (~root@replaced-ip ) (Quit: leaving)
4306 [23:44:26] <rebrec> i am creating a script that i want to make available to user through a shortcut on their display manager's desktop and / or their "start menu equivalent" ... is there a way to do such thing from command line ? (something that would work both for debian/redhat users (kde/gnome/whatever) ?
4307 [23:44:34] <rebrec> is there a generic way please ?
4308 [23:44:50] *** Quits: Vizva (~Vizva@replaced-ip ) (Remote host closed the connection)
4309 [23:45:12] *** Joins: Hydrastra (~LUX@replaced-ip )
4310 [23:45:30] <rebrec> sorry was away
4311 [23:45:36] <dondelelcaro> rebrec: yeah, it's a .desktop file
4312 [23:46:22] <dondelelcaro> rebrec: replaced-url
4313 [23:46:36] <dondelelcaro> rebrec: most everything supports the base standard, though there are DE specific entries
4314 [23:46:44] <rebrec> dondelelcaro: thanks, does that work also for kde ?
4315 [23:47:21] *** Quits: picknick (~picknick@replaced-ip ) (Quit: picknick)
4316 [23:47:32] <dondelelcaro> rebrec: yep. and XFCE, and a few other things
4317 [23:47:47] <rebrec> perfect ! thanks
4318 [23:49:11] *** Joins: Brigo (~Brigo@replaced-ip )
4319 [23:49:16] *** Joins: Uberius (~Uberius@replaced-ip )
4320 [23:49:49] <r00tobo> dondelelcaro, yea it's very important
4321 [23:49:56] *** Joins: hank (7Ml2HUZ6Ys@replaced-ip )
4322 [23:50:00] <r00tobo> let's hope we see it backported very soon
4323 [23:50:33] *** Quits: testnick123 (~yourhost@replaced-ip ) (Remote host closed the connection)
4324 [23:51:19] *** Joins: testnick123 (~yourhost@replaced-ip )
4325 [23:51:19] *** Joins: really34293 (~really342@replaced-ip )
4326 [23:51:33] *** Quits: atrapado_ (~atrapado@replaced-ip ) (Quit: Leaving)
4327 [23:52:42] *** Quits: Divergenz__ (~Divergenz@replaced-ip ) (Quit: Leaving)
4328 [23:52:47] *** Quits: sef (~sef@replaced-ip ) (Ping timeout: 248 seconds)
4329 [23:54:07] *** Quits: RebelCoderRU (~RebelCode@replaced-ip ) (Ping timeout: 265 seconds)
4330 [23:54:37] *** Joins: TimJay (~tim@replaced-ip )
4331 [23:54:44] *** Joins: pyface (~pyface@replaced-ip )
4332 [23:54:51] *** Quits: inspectorcluseau (~Inspector@replaced-ip ) (Quit: Ex-Chat)
4333 [23:54:54] *** Joins: sef (~sef@replaced-ip )
4334 [23:55:08] *** Joins: cCkw (~RW@replaced-ip )
4335 [23:55:29] *** Quits: testnick123 (~yourhost@replaced-ip ) (Ping timeout: 248 seconds)
4336 [23:56:01] *** Quits: really34293 (~really342@replaced-ip ) (Ping timeout: 248 seconds)
4337 [23:56:07] *** Quits: gormenghast (~gormengha@replaced-ip ) (Quit: Quit)
4338 [23:56:23] *** Quits: _0bitcount (~Big_Byte@replaced-ip ) (Quit: Leaving)
4339 [23:56:31] *** Quits: mDfRg- (~mDfRg@replaced-ip##) (Quit: ZNC 1.6.5+deb1~bpo8+1 - ##replaced-url
4340 [23:57:15] *** Quits: azur_kind (~azur_kind@replaced-ip ) (Remote host closed the connection)
4341 [23:59:28] *** Quits: webuser5224 (~webuser52@replaced-ip ) (Ping timeout: 255 seconds)
4342 [23:59:34] *** Quits: Andocromn_ (~quassel@replaced-ip ) (Remote host closed the connection)
↑ top
context: nick names on moving displays as market values
#debian Freenode IRC channel closed on 2021-06-01
contact: a @ her0. be