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:02] *** Quits: nix64bit (~Thunderbi@replaced-ip ) (Read error: Connection reset by peer)
1 [00:00:02] *** Joins: dernerdling (~dernerdli@replaced-ip )
2 [00:00:08] *** Quits: dernerdling (~dernerdli@replaced-ip ) (Client Quit)
3 [00:00:32] *** Joins: le_pig (~le_pig@replaced-ip )
4 [00:00:36] *** Joins: teclo- (42@replaced-ip )
5 [00:01:20] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 246 seconds)
6 [00:01:21] *** Quits: luckman212 (~luckman21@replaced-ip ) (Ping timeout: 258 seconds)
7 [00:01:27] *** Joins: maxdml (~max@replaced-ip )
8 [00:01:28] *** Quits: gr8ron (~tero@replaced-ip ) (Read error: Connection reset by peer)
9 [00:01:36] *** Joins: durg (~durgd@replaced-ip )
10 [00:01:51] <durg> hi
11 [00:01:59] *** Joins: holden- (~holden-@replaced-ip )
12 [00:02:06] <durg> is there a way to set the default iptables policy to DROP?
13 [00:02:08] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
14 [00:02:43] *** Quits: marcux (~marco@replaced-ip ) (Remote host closed the connection)
15 [00:02:55] *** Joins: Krennic (~enrique@replaced-ip )
16 [00:03:08] *** Quits: metastable (~metastabl@replaced-ip ) (Ping timeout: 240 seconds)
17 [00:03:09] <durg> so that all packets are dropped unless i change my mind
18 [00:03:40] *** Quits: Raed|Laptop (~Raed@replaced-ip ) (Ping timeout: 255 seconds)
19 [00:03:55] *** Quits: GroovyNoodle (~unknown@replaced-ip ) (Quit: Leaving)
20 [00:04:45] *** Quits: Mazhive (~Mazhive@replaced-ip ) (Remote host closed the connection)
21 [00:05:28] *** Quits: amirite (~root@replaced-ip ) (Ping timeout: 255 seconds)
22 [00:05:30] <frostschutz> durg, iptables --policy?
23 [00:05:57] *** Quits: teclo- (42@replaced-ip ) (Ping timeout: 240 seconds)
24 [00:06:16] *** Quits: rguz10 (~rguz10@replaced-ip ) (Ping timeout: 252 seconds)
25 [00:06:21] *** Quits: maxdml (~max@replaced-ip ) (Ping timeout: 240 seconds)
26 [00:06:36] <petemc> durg: usually you put that at the end of your ruleset
27 [00:06:43] *** Joins: strangethings (488fe548@replaced-ip )
28 [00:06:46] *** Joins: graytron (~tero@replaced-ip )
29 [00:06:47] <durg> that would change the policy, but i want it to be 'DROP' from the start
30 [00:06:47] *** Joins: Mazhive (~Mazhive@replaced-ip )
31 [00:07:12] *** Joins: luckman212 (~luckman21@replaced-ip )
32 [00:07:43] *** Quits: ww_ (~ww@replaced-ip ) (Remote host closed the connection)
33 [00:07:45] <durg> instead of ACCEPT
34 [00:08:15] <frostschutz> durg, that's what it does. you change the policy and then it will drop
35 [00:08:48] *** Joins: rguz10 (~rguz10@replaced-ip )
36 [00:08:53] <strangethings> I've noticed some strange behaviors after upgrading from jessie to stretch -- 1st, I'm no longer able to highlight text and past into a vim editor anymore. I used to be able to do this by putting vim into insert mode, but now it doesn't work anymore
37 [00:09:03] *** Quits: Mazhive (~Mazhive@replaced-ip ) (Remote host closed the connection)
38 [00:09:25] *** Joins: silverho (~silverhom@replaced-ip )
39 [00:09:48] <strangethings> 2 - now that I've updated, everytime I try and do a search in firefox-esr, I have to hit the enter key twice
40 [00:10:05] <strangethings> should I just take a few days and do a fresh install?
41 [00:10:12] <strangethings> or more like a week
42 [00:11:04] <strangethings> 1 more thing, is there a way to obtain a list of what's installed now on my system, so that after I do a fresh install I can install all the same packages and dependencies?
43 [00:11:11] <strangethings> maybe that's best
44 [00:11:13] <durg> the background is that i installed some scripts in /etc/network/pre-up-if.d, but i do not trust them yet and want to check if they really work.
45 [00:11:32] *** Quits: BlueByte (~walther@replaced-ip ) (Quit: This computer has gone to sleep)
46 [00:12:09] <durg> so where would i set the -P DROP policy at system startup?
47 [00:12:09] *** Joins: ntd (~ntd@replaced-ip )
48 [00:12:12] *** Joins: Mazhive (~Mazhive@replaced-ip )
49 [00:12:32] *** Quits: rumsickle (~rumsickle@replaced-ip ) (Ping timeout: 246 seconds)
50 [00:12:44] *** Quits: j08nY (~j08nY@replaced-ip ) (Remote host closed the connection)
51 [00:12:52] *** Quits: silverhom (~silverhom@replaced-ip ) (Ping timeout: 252 seconds)
52 [00:13:52] *** Quits: N3X15 (~Rob@replaced-ip ) (Quit: Leaving)
53 [00:13:56] *** Quits: Jonwel (~Jonwel@replaced-ip ) (Read error: Connection reset by peer)
54 [00:14:35] *** Joins: teclo- (42@replaced-ip )
55 [00:14:45] *** Joins: maxdml (~max@replaced-ip )
56 [00:15:15] <durg> there is apt list --installed
57 [00:15:56] <Tramp> !debian clone
58 [00:15:56] <dpkg> One method of cloning Debian installs is to take a current Debian machine that is set up with the packages you want and run the command "dpkg --get-selections > ~/selectionfile". Then, after the base install on other machines use that file and do: "dpkg --set-selections < ~/selectionfile && apt-get dselect-upgrade". Also ask me about <aptitude clone>, <reinstall>, <things to backup> <apt-clone>.
59 [00:16:01] <Tramp> strangethings: ^^
60 [00:16:09] *** Joins: jayarcss (~jayarcs@replaced-ip )
61 [00:17:02] <durg> ah that is cool
62 [00:17:35] *** Quits: err404 (~err404@replaced-ip ) (Ping timeout: 248 seconds)
63 [00:18:01] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 240 seconds)
64 [00:18:07] <petemc> strangethings: the vim thing is a change in defaults, you need to create a .vimrc with set mouse-=a
65 [00:18:20] <petemc> i find it annoying too
66 [00:19:46] <Vizva> fallen to energy saving screen and then come back 2 screens are there
67 [00:20:01] *** Joins: graytron (~tero@replaced-ip )
68 [00:20:13] <durg> i wonder if cloning with dpkg or feeding apt-get with all the packages from 'apt list --installed' gives the same result
69 [00:20:23] *** Joins: qq_ (~qq@replaced-ip )
70 [00:20:29] <Vizva> therefore i had the first times the screen nr one - i was wait so long that screen saver come in
71 [00:20:41] *** Quits: Krennic (~enrique@replaced-ip ) (Quit: WeeChat 1.9.1)
72 [00:21:00] *** Joins: e14 (~e14@replaced-ip )
73 [00:21:19] *** Quits: LucaTM (~LucaTM@replaced-ip ) (Quit: To infinity and beyond...)
74 [00:21:33] *** Quits: patterson (~patterson@replaced-ip ) (Quit: I quit)
75 [00:21:41] *** Parts: qq_ (~qq@replaced-ip ) ()
76 [00:22:16] <Vizva> and the colors are so clear and wonderful - no fraquments - i think video will be lovely
77 [00:22:47] *** Quits: LifeFrame (~smica83@replaced-ip ) (Quit: Bye)
78 [00:23:21] <durg> not sure what the question is, is there a problem with the screens due to energy management?
79 [00:23:29] *** Quits: Nergal (~Nergal@replaced-ip ) (Quit: Nergal)
80 [00:23:34] <strangethings> just curious, does anyone else have problems with stretch after installing from jessie, or can anyone that has installed stretch from scratch let me know if they are having the above mentioned problems
81 [00:23:42] <strangethings> copy and past to vim don't work no more
82 [00:23:44] *** Quits: ber532k (~berserk@replaced-ip ) (Ping timeout: 246 seconds)
83 [00:24:07] <strangethings> firefox-esr search required hitting the enter key twice now
84 [00:24:27] <durg> i didn't experience that firefox-esr thing
85 [00:24:29] <Vizva> iam sorry all i did say in the wrong channel
86 [00:24:30] <strangethings> just wondering if it's because I went from jessie to stretch
87 [00:24:41] <durg> fresh install
88 [00:24:43] <strangethings> durg: good to know
89 [00:25:22] <strangethings> I'm waiting on a couple SSD drives here, finally paid the piper, so will dry a fresh install on one of those
90 [00:25:39] <durg> no problem
91 [00:25:56] <durg> ah, that is cool, strangethings
92 [00:26:21] <strangethings> only problem is that I need a way to install all the same dependancies and packages as I've built some things from source and I'll have to track them down otherwise, any ideas on how to do that?
93 [00:26:30] <strangethings> I've been searching for feels like a week now
94 [00:26:42] <strangethings> what feels like a week now
95 [00:26:52] <petemc> strangethings: press shift when right click pasting into vim, or change .vimrc as i suggested
96 [00:27:23] <durg> read about 'one of the ways of clonging debian' above
97 [00:27:30] <durg> *cloning
98 [00:28:10] <durg> its probably best to just copy the source and/or bins to the fresh install
99 [00:28:16] *** Quits: iflema (~ian@replaced-ip ) (Ping timeout: 252 seconds)
100 [00:28:49] <strangethings> right, copy them over, but I'll need to make sure the dependancies are installed. I'll look into the cloning as suggested
101 [00:29:00] *** debhelper sets mode: +l 1692
102 [00:29:36] *** Quits: silverho (~silverhom@replaced-ip ) (Quit: Leaving)
103 [00:29:43] <durg> it is simple, it just puts all the selections in a file and rereads them later
104 [00:29:50] <durg> sounds exactly like what you want
105 [00:29:51] *** Quits: rguz10 (~rguz10@replaced-ip ) (Ping timeout: 248 seconds)
106 [00:30:00] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Leaving)
107 [00:30:10] *** Joins: rguz10 (~rguz10@replaced-ip )
108 [00:30:19] *** Joins: iflema (~ian@replaced-ip )
109 [00:30:36] <strangethings> yes, that is exactly what I'm looking for
110 [00:31:21] *** Joins: kranius (~kranius@replaced-ip )
111 [00:31:37] *** Quits: tremon (~aschuring@replaced-ip ) (Quit: getting boxed in)
112 [00:32:08] <strangethings> I just did another test, copied some text from firefox-esr, then tried to past it, reads "E353 nothing to register" a number of times then finally inserts it
113 [00:32:42] <strangethings> that's if I do a ctrl-c to copy the text, but highlighting from another xterm does not work
114 [00:32:50] <strangethings> definitely not working as usual
115 [00:33:04] <strangethings> but this clone thing should make a fresh install not to much work
116 [00:33:23] <durg> i don't have had good experiences with distroupgrades as well, that is why i usually reinstall or keep the older version
117 [00:33:38] <durg> *i didn't have
118 [00:33:46] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 252 seconds)
119 [00:34:08] *** Quits: Gurty (~princess@replaced-ip ) (Ping timeout: 240 seconds)
120 [00:34:25] *** Joins: simmaniac (~sysvalve@replaced-ip )
121 [00:35:16] *** Joins: graytron (~tero@replaced-ip )
122 [00:35:37] *** Quits: Nd-69-M (~nend@replaced-ip ) (Ping timeout: 255 seconds)
123 [00:36:31] <durg> wow just read that loadlin can replace the windows kernel with a linux kernel
124 [00:36:37] *** Quits: brokencycle (~brokencyc@replaced-ip ) (Ping timeout: 260 seconds)
125 [00:37:52] <strangethings> well, thanks for the advice durg, gotta go now
126 [00:37:56] *** Quits: strangethings (488fe548@replaced-ip##) (Quit: ##replaced-url
127 [00:38:25] *** Quits: maxdml (~max@replaced-ip ) (Ping timeout: 248 seconds)
128 [00:39:21] *** Quits: Levure (~quassel@replaced-ip ) (Remote host closed the connection)
129 [00:39:21] *** Joins: dvs (~hibbard@replaced-ip )
130 [00:39:22] *** Joins: ber532k (~berserk@replaced-ip )
131 [00:39:45] *** Joins: maxdml (~max@replaced-ip )
132 [00:41:42] *** Joins: aloo_shu2 (~atomic@replaced-ip )
133 [00:41:44] *** Joins: electro33 (uid613@replaced-ip )
134 [00:42:09] *** Quits: WoollySocks (~humbag@replaced-ip ) (Remote host closed the connection)
135 [00:43:14] *** Quits: nac (~nac@replaced-ip ) (Quit: Leaving)
136 [00:43:21] *** Quits: Hobby_boy (Hobbyboy@replaced-ip ) (Quit: WeeChat 1.9)
137 [00:43:36] *** Joins: david1 (~david@replaced-ip )
138 [00:43:47] *** aloo_shu2 is now known as aloo_shu
139 [00:44:06] *** Quits: aloo_shu (~atomic@replaced-ip ) (Client Quit)
140 [00:44:14] *** Quits: Adbray (~Adbray@replaced-ip ) (Quit: Quit)
141 [00:44:30] *** Quits: idts (~lxuser@replaced-ip ) (Quit: x032cx)
142 [00:44:43] <david1> Does anyone know how to fix the bug of the SDL version 1 that comes with Debian? I read it needs to be upgraded, but I can't find the page again. I know it doesn't work because I tried using prboom-plus for doom and the audio doesn't work right usind SDL, which you need for full quality sound.
143 [00:44:58] *** Quits: e14 (~e14@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
144 [00:44:59] *** Joins: nac (~nac@replaced-ip )
145 [00:45:30] *** Quits: Kruppt (~Kirk_Krup@replaced-ip ) (Quit: ChatZilla 0.9.92-rdmsoft [XULRunner 35.0.1/20150122214805])
146 [00:47:16] *** Quits: frostschutz (~frostschu@replaced-ip ) (Remote host closed the connection)
147 [00:48:37] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 252 seconds)
148 [00:48:56] *** Joins: Adbray (~Adbray@replaced-ip )
149 [00:49:00] *** debhelper sets mode: +l 1684
150 [00:49:06] *** Joins: Hobby_boy (Hobbyboy@replaced-ip )
151 [00:50:09] *** Quits: maxdml (~max@replaced-ip ) (Ping timeout: 248 seconds)
152 [00:50:31] *** Joins: graytron (~tero@replaced-ip )
153 [00:50:44] *** Joins: e14 (~e14@replaced-ip )
154 [00:51:55] *** Quits: nighty- (~nighty@replaced-ip ) (Quit: Disappears in a puff of smoke)
155 [00:52:01] *** Joins: paulo (~paulo@replaced-ip )
156 [00:52:41] *** Quits: e14 (~e14@replaced-ip ) (Client Quit)
157 [00:52:44] *** lilabsence is now known as rizzo
158 [00:53:05] *** Quits: fsck (~fsck0@replaced-ip ) (Quit: fsck)
159 [00:54:04] *** paulo is now known as shellclear
160 [00:54:41] *** Joins: e14 (~e14@replaced-ip )
161 [00:55:43] *** Joins: Brigo (~Brigo@replaced-ip )
162 [00:56:08] *** Joins: aloo_shu (~atomic@replaced-ip )
163 [00:57:52] *** Quits: shellclear (~paulo@replaced-ip ) (Quit: shellclear)
164 [00:58:12] *** Quits: e14 (~e14@replaced-ip ) (Client Quit)
165 [00:59:04] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Ping timeout: 252 seconds)
166 [00:59:39] *** Quits: cdown (~cdown@replaced-ip ) (Remote host closed the connection)
167 [00:59:46] *** Quits: durg (~durgd@replaced-ip ) (Remote host closed the connection)
168 [01:00:22] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 264 seconds)
169 [01:00:28] *** Joins: paulo (~paulo@replaced-ip )
170 [01:00:51] *** Joins: krytarik (~krytarik@replaced-ip )
171 [01:01:39] *** Joins: cdown (~cdown@replaced-ip )
172 [01:01:44] *** Quits: qqx (~qqx@replaced-ip ) (Remote host closed the connection)
173 [01:01:50] *** Joins: qqx (~qqx@replaced-ip )
174 [01:02:09] *** Joins: maxdml (~max@replaced-ip )
175 [01:02:12] *** Quits: KidBeta (~textual@replaced-ip ) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
176 [01:02:18] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
177 [01:02:50] *** Joins: domovoy (~domovoy@replaced-ip )
178 [01:03:19] *** Joins: Uberius (~Uberius@replaced-ip )
179 [01:03:27] *** Quits: ShockingIsntIt (~ShockingI@replaced-ip ) (Quit: Leaving)
180 [01:03:27] *** Joins: arawack (~arawack@replaced-ip )
181 [01:04:05] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 240 seconds)
182 [01:05:48] *** Joins: graytron (~tero@replaced-ip )
183 [01:05:59] *** Joins: agimenez (~sysvalve@replaced-ip )
184 [01:06:32] *** Joins: thinkpad (~thinkpad@replaced-ip )
185 [01:06:58] *** Quits: arawack (~arawack@replaced-ip ) (Client Quit)
186 [01:07:12] *** Joins: e14 (~e14@replaced-ip )
187 [01:07:13] *** Quits: dethos (~dethos@replaced-ip ) (Ping timeout: 248 seconds)
188 [01:07:57] *** Quits: paulo (~paulo@replaced-ip ) (Ping timeout: 240 seconds)
189 [01:09:00] *** Quits: Uberius (~Uberius@replaced-ip ) (Ping timeout: 248 seconds)
190 [01:09:52] *** Quits: simmaniac (~sysvalve@replaced-ip ) (Ping timeout: 260 seconds)
191 [01:11:25] *** Joins: spaztik (~spaztik@replaced-ip )
192 [01:11:25] *** Joins: Namarrgon (~glei@replaced-ip )
193 [01:11:31] *** Joins: cyborg-one (~cyborg-on@replaced-ip )
194 [01:12:27] *** Joins: Uberius (~Uberius@replaced-ip )
195 [01:12:43] *** Parts: spaztik (~spaztik@replaced-ip ) ()
196 [01:14:46] *** Quits: sunkan (~sunkan@replaced-ip ) (Ping timeout: 264 seconds)
197 [01:15:05] *** Joins: dethos (~dethos@replaced-ip )
198 [01:15:27] *** Quits: maxdml (~max@replaced-ip ) (Ping timeout: 240 seconds)
199 [01:15:47] *** Quits: Uberius (~Uberius@replaced-ip ) (Client Quit)
200 [01:16:33] <evilbug> why the hell is firefox-esr the default in debian?
201 [01:17:01] *** Quits: seekr (~seekr@replaced-ip ) (Ping timeout: 255 seconds)
202 [01:17:27] *** Quits: Hink (~Hink@replaced-ip ) (Quit: quit from client)
203 [01:18:10] <petemc> evilbug: do you know how debian stable works?
204 [01:18:13] *** Joins: Hink (~Hink@replaced-ip )
205 [01:18:27] <evilbug> stretch?
206 [01:18:58] <Epakai> pretty sure it's a global conspiracy, or because it's easier to use upstream's efforts than backport security fixes constantly
207 [01:19:25] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 252 seconds)
208 [01:19:28] <evilbug> it's just silly that firefox isn't up to date. if it's headless server you're not installing any browsers but for a desktop it'd make sense to have a stable, up to date browser in the repos by default.
209 [01:19:54] <evilbug> might as well just offer ie6.
210 [01:20:20] *** Joins: relaxed (~relaxed@replaced-ip )
211 [01:20:28] *** Quits: david1 (~david@replaced-ip ) (Quit: WeeChat 1.6)
212 [01:20:48] <evilbug> not trolling, i love debian. this specific firefox thing though is baffling to me.
213 [01:21:04] *** Joins: graytron (~tero@replaced-ip )
214 [01:21:27] *** Quits: Plouescat (~Plouescat@replaced-ip ) (Ping timeout: 240 seconds)
215 [01:21:30] <petemc> this is not a new argument
216 [01:21:33] <awal1> "efforts than backport security fixes constantly"? can you do it for us? maintain constantly
217 [01:21:37] *** Quits: kw21 (~kw21@replaced-ip ) (Ping timeout: 248 seconds)
218 [01:21:54] <Epakai> this is what it is to be stable in debian. only security and critical fix updates
219 [01:21:58] <awal1> it's easier to use upstream's efforts than backport security fixes constantly
220 [01:22:32] *** Quits: hipp (~hipp@replaced-ip ) (Ping timeout: 246 seconds)
221 [01:22:38] <awal1> he says :D
222 [01:23:47] <awal1> evilbug, you can use firefox standard
223 [01:24:00] <evilbug> i know i can, i've even installed the beta on my system.
224 [01:24:16] <evilbug> but esr is a silly thing especially since even certain plugins don't support it.
225 [01:24:17] *** Quits: dethos (~dethos@replaced-ip ) (Ping timeout: 248 seconds)
226 [01:24:57] <evilbug> might as well just not include firefox, period. i get maintaining is pita but i say either maintain up to date or skip it.
227 [01:25:30] <annadane> i think you're the first person i've ever heard complain about firefox-esr being in debian
228 [01:25:56] <evilbug> well if plugins i've installed don't support a version that old why wouldn't i complain?
229 [01:26:07] <evilbug> bitch and moan, as it were.
230 [01:26:19] <evilbug> oh, hi bitch :)
231 [01:26:45] *** Joins: shinnya (~shinnya@replaced-ip )
232 [01:26:46] *** Quits: dowwie (~dowwie@replaced-ip ) (Read error: Connection reset by peer)
233 [01:26:54] *** Joins: sunkan (~sunkan@replaced-ip )
234 [01:27:04] <evilbug> it's like how edge and internet explorer come with windows. why bother including them when nobody uses them...
235 [01:27:57] *** Quits: peterbecich (~user@replaced-ip ) (Ping timeout: 260 seconds)
236 [01:28:09] *** Joins: KidBeta (~textual@replaced-ip )
237 [01:28:33] *** Quits: Hydrastra (~lulkek@replaced-ip ) (Quit: ăăăȘă)
238 [01:28:49] <klys> i appreciate how we have a dfsg-compliant version of mozilla's browser in debian.
239 [01:29:21] *** Joins: Caplain (~shayne@replaced-ip )
240 [01:29:38] <dvs> better than nuthin
241 [01:29:50] <evilbug> but it's out of date :/
242 [01:30:11] <dvs> its still useful
243 [01:30:17] <klys> free software is not going out of date anytime soon
244 [01:30:35] <evilbug> so what if i want to install ublock?
245 [01:30:35] *** Quits: kliq (~cliq@replaced-ip ) (Ping timeout: 246 seconds)
246 [01:30:46] *** Quits: Vizva (~Vizva@replaced-ip ) (Remote host closed the connection)
247 [01:30:54] <evilbug> and have the faster engine.
248 [01:30:55] <annadane> ,v firefox-esr
249 [01:30:57] <judd> Package: firefox-esr on amd64 -- jessie: 45.9.0esr-1~deb8u1; jessie-backports/firefox-release: 52.1.0esr-1~bpo80+1; jessie-proposed-updates: 52.4.0esr-1~deb8u1; jessie-security: 52.4.0esr-1~deb8u1; stretch: 52.4.0esr-1~deb9u1; stretch-security: 52.4.0esr-1~deb9u1; wheezy-security: 52.4.0esr-2~deb7u1; buster: 52.4.0esr-2; sid: 52.4.0esr-2
250 [01:31:11] <dvs> ,v firefox
251 [01:31:12] <judd> Package: firefox on amd64 -- jessie-backports/firefox-release: 52.0-1~bpo80+1; sid: 56.0-2; experimental: 57.0~b6-1
252 [01:31:25] <annadane> ah, well, i was going to say ublock works for me in firefox-esr but i'm using sid which has a newer version so can't vouch for stretch
253 [01:31:49] *** Joins: dowwie (~dowwie@replaced-ip )
254 [01:31:49] *** Quits: dowwie (~dowwie@replaced-ip ) (Changing host)
255 [01:31:49] *** Joins: dowwie (~dowwie@replaced-ip )
256 [01:31:50] *** Joins: krabador (~krabador@replaced-ip )
257 [01:31:55] <klys> and I appreciate using a browser that can still work with tab-mix-plus.
258 [01:32:31] <dvs> annadane, #debian-next!!!! ;-)
259 [01:32:49] <annadane> well, to be fair, with esr you might expect it to be the same version
260 [01:33:43] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Ping timeout: 252 seconds)
261 [01:34:11] <coruja> firefox-esr will probably be updated for stretch when a new esr version is released, firefox won't appear in stretch anyway
262 [01:34:23] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 248 seconds)
263 [01:34:32] <annadane> honestly, just use a newer firefox, you don't have to bitch about it
264 [01:34:32] <klys> and i think it's weird to expect a proprietary broswer tree to replace core elements of a maintained and popular debian project.
265 [01:34:48] *** Joins: Krennic (~Krennic@replaced-ip )
266 [01:35:13] <annadane> i actually didn't know regular firefox was proprietary. that's a surprise.
267 [01:35:22] *** Quits: Caplain (~shayne@replaced-ip ) (Ping timeout: 252 seconds)
268 [01:35:47] <klys> well, perhaps it is not, though the fsf considered the mpl a non-free / harmful license long ago.
269 [01:35:51] *** Quits: Cihan (uid256425@replaced-ip ) (Quit: Connection closed for inactivity)
270 [01:36:03] *** Joins: dmtd (uid121116@replaced-ip )
271 [01:36:20] *** Joins: graytron (~tero@replaced-ip )
272 [01:36:27] *** Quits: rguz10 (~rguz10@replaced-ip ) (Ping timeout: 240 seconds)
273 [01:36:42] *** Quits: ntd (~ntd@replaced-ip ) (Quit: ntd)
274 [01:36:46] *** Joins: paulo (~paulo@replaced-ip )
275 [01:36:53] <oerheks> annadane, no it is not, replaced-url
276 [01:37:41] *** Quits: paulo (~paulo@replaced-ip ) (Client Quit)
277 [01:38:08] *** Joins: rguz10 (~rguz10@replaced-ip )
278 [01:39:26] *** Quits: mibo (~mibo@replaced-ip ) (Quit: Leaving.)
279 [01:39:43] *** Quits: therock247uk[bnc (~therock24@replaced-ip ) (Changing host)
280 [01:39:43] *** Joins: therock247uk[bnc (~therock24@replaced-ip )
281 [01:40:16] *** Joins: governor (crazyed@replaced-ip )
282 [01:40:30] *** Quits: agimenez (~sysvalve@replaced-ip ) (Read error: Connection reset by peer)
283 [01:40:47] *** Quits: XPUCTOB (~XPUCTOB@replaced-ip ) (Ping timeout: 248 seconds)
284 [01:41:21] *** Joins: domovoy_ (~domovoy@replaced-ip )
285 [01:43:04] *** Quits: Schmetterwurm (~Schmetter@replaced-ip ) (Quit: Leaving)
286 [01:43:29] *** Quits: domovoy (~domovoy@replaced-ip ) (Ping timeout: 248 seconds)
287 [01:43:47] *** Quits: Zorroness (~Zorroness@replaced-ip ) (Remote host closed the connection)
288 [01:44:05] *** Quits: dArK_IcE (~lawl@replaced-ip ) ()
289 [01:44:12] *** Joins: Guest74059 (~eAC53C340@replaced-ip )
290 [01:46:19] *** Quits: cef (~cef@replaced-ip ) (Quit: Zoom!)
291 [01:46:29] *** Joins: th0r (~th0r@replaced-ip )
292 [01:46:46] *** Joins: safe (~safe@replaced-ip )
293 [01:47:05] *** Quits: shewp (~z@replaced-ip ) (Read error: Connection reset by peer)
294 [01:48:32] *** Joins: peterbecich (~peterbeci@replaced-ip )
295 [01:48:35] *** Quits: Guest74059 (~eAC53C340@replaced-ip ) (Ping timeout: 240 seconds)
296 [01:48:35] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 240 seconds)
297 [01:49:00] *** debhelper sets mode: +l 1675
298 [01:49:07] *** Joins: maxdml (~max@replaced-ip )
299 [01:50:35] *** Joins: graytron (~tero@replaced-ip )
300 [01:51:52] *** Quits: rguz10 (~rguz10@replaced-ip ) (Ping timeout: 252 seconds)
301 [01:54:02] *** Joins: rguz10 (~rguz10@replaced-ip )
302 [01:54:26] *** Quits: BrainDommage (~BrainDomm@replaced-ip ) (Ping timeout: 258 seconds)
303 [01:56:14] *** Quits: e14 (~e14@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
304 [01:56:37] *** Quits: aloo_shu (~atomic@replaced-ip ) (Ping timeout: 255 seconds)
305 [01:56:58] *** Joins: hsarc (~hsarc4@replaced-ip )
306 [01:57:34] *** Joins: e14 (~e14@replaced-ip )
307 [01:58:40] *** Joins: aloo_shu (~atomic@replaced-ip )
308 [01:58:43] *** Joins: jrj_ (~jrj@replaced-ip )
309 [01:58:51] *** Quits: aloo_shu (~atomic@replaced-ip ) (Remote host closed the connection)
310 [01:58:52] *** Quits: swamprat (~swamprat@replaced-ip ) (Ping timeout: 255 seconds)
311 [01:59:27] *** Joins: aloo_shu (~atomic@replaced-ip )
312 [02:00:08] *** Quits: fearnothing (~nothing@replaced-ip ) (Ping timeout: 255 seconds)
313 [02:00:13] *** Quits: jrj (~jrj@replaced-ip ) (Ping timeout: 255 seconds)
314 [02:00:26] *** Quits: ber532k (~berserk@replaced-ip ) (Quit: leaving)
315 [02:00:28] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 276 seconds)
316 [02:01:05] *** Quits: de-facto (~de-facto@replaced-ip ) (Quit: See you around.)
317 [02:01:21] *** Joins: de-facto (~de-facto@replaced-ip )
318 [02:02:15] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
319 [02:03:57] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 240 seconds)
320 [02:04:41] *** Joins: mrxrobot (~robot@replaced-ip )
321 [02:05:52] *** Joins: graytron (~tero@replaced-ip )
322 [02:07:57] *** Joins: jscoder (~user@replaced-ip )
323 [02:08:27] *** Quits: rant (~user@replaced-ip ) (Disconnected by services)
324 [02:08:35] *** jscoder is now known as rant
325 [02:10:13] *** Quits: krabador (~krabador@replaced-ip ) (Remote host closed the connection)
326 [02:11:54] *** Joins: fguide (~owner@replaced-ip )
327 [02:13:36] *** Joins: krabador (~krabador@replaced-ip )
328 [02:13:53] *** Quits: rguz10 (~rguz10@replaced-ip ) (Ping timeout: 248 seconds)
329 [02:13:57] *** Quits: ujjain (~ujjain@replaced-ip ) (Ping timeout: 240 seconds)
330 [02:14:14] *** Quits: DBA_1 (~DBA_1@replaced-ip ) (Quit: Leaving)
331 [02:14:31] *** Quits: KidBeta (~textual@replaced-ip ) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
332 [02:15:20] *** Joins: KidBeta (~textual@replaced-ip )
333 [02:15:46] *** rant is now known as dissbot
334 [02:16:05] *** Joins: ujjain (~ujjain@replaced-ip )
335 [02:16:05] *** Quits: ujjain (~ujjain@replaced-ip ) (Changing host)
336 [02:16:05] *** Joins: ujjain (~ujjain@replaced-ip )
337 [02:16:07] *** dissbot is now known as rant
338 [02:16:17] *** Quits: alxy (uid115853@replaced-ip ) (Quit: Connection closed for inactivity)
339 [02:17:14] *** Quits: hsarc (~hsarc4@replaced-ip ) (Quit: Leaving)
340 [02:17:56] *** Quits: Gaxpaxxo (~Gazpacho@replaced-ip ) (Quit: Leaving)
341 [02:19:34] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 255 seconds)
342 [02:19:45] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 248 seconds)
343 [02:20:11] *** Quits: mrxrobot (~robot@replaced-ip ) (Quit: WeeChat 1.9)
344 [02:20:42] *** Joins: Iz4c (~Iz4c@replaced-ip )
345 [02:20:47] *** Quits: e14 (~e14@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
346 [02:21:08] *** Joins: graytron (~tero@replaced-ip )
347 [02:21:34] *** Quits: de-facto (~de-facto@replaced-ip ) (Remote host closed the connection)
348 [02:21:38] *** Joins: cained (~cained@replaced-ip )
349 [02:21:43] *** Joins: de-facto (~de-facto@replaced-ip )
350 [02:24:21] *** Joins: chen_ (~wzyy2@replaced-ip )
351 [02:27:28] *** Joins: karakedi (~eAC53C340@replaced-ip )
352 [02:27:28] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Changing host)
353 [02:27:28] *** Joins: karakedi (~eAC53C340@replaced-ip )
354 [02:28:43] *** Quits: jayarcss (~jayarcs@replaced-ip ) (Ping timeout: 252 seconds)
355 [02:29:34] *** Joins: ShockingIsntIt (~ShockingI@replaced-ip )
356 [02:30:11] *** Quits: AntiSpamMeta (asm@replaced-ip ) (Remote host closed the connection)
357 [02:30:32] *** Quits: th0r (~th0r@replaced-ip ) (Quit: Ex-Chat)
358 [02:30:41] *** Joins: nighty- (~nighty@replaced-ip )
359 [02:31:03] *** Joins: th0r (~th0r@replaced-ip )
360 [02:31:32] *** Quits: Antares (~Antares@replaced-ip ) (Quit: Leaving)
361 [02:32:24] *** Quits: fguide (~owner@replaced-ip ) (Quit: WeeChat 1.0.1)
362 [02:33:07] *** Quits: shinnya (~shinnya@replaced-ip ) (Ping timeout: 252 seconds)
363 [02:33:20] *** Joins: ntd (~ntd@replaced-ip )
364 [02:33:31] *** Joins: amirite (~root@replaced-ip )
365 [02:33:43] *** Joins: amcorreia (~amcorreia@replaced-ip )
366 [02:33:59] *** Joins: Antares (~Antares@replaced-ip )
367 [02:34:46] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 252 seconds)
368 [02:34:53] *** Joins: ToBeCloud (uid51591@replaced-ip )
369 [02:35:27] *** Quits: Antares (~Antares@replaced-ip ) (Client Quit)
370 [02:35:44] *** Joins: Antares (~Antares@replaced-ip )
371 [02:36:24] *** Joins: graytron (~tero@replaced-ip )
372 [02:36:48] *** Joins: krabador_ (~krabador@replaced-ip )
373 [02:37:14] *** Joins: spyke581 (~spyke581@replaced-ip )
374 [02:38:04] *** Quits: amirite (~root@replaced-ip ) (Ping timeout: 252 seconds)
375 [02:38:13] *** governor is now known as CrazyEddy
376 [02:39:22] *** Quits: krabador (~krabador@replaced-ip ) (Ping timeout: 255 seconds)
377 [02:40:12] <spyke581> Hello, Im trying to mount an NFS share on one of my Debian VMs and it is giving me an error that says "requested NFS version or transport protocol is not supported" can anybody lend some advise on what might cause this? the same shares mount successfully on Xubuntu and CentOS VMs
378 [02:42:18] *** Joins: caesar (~caesar@replaced-ip )
379 [02:42:21] *** Quits: nac (~nac@replaced-ip ) (Ping timeout: 258 seconds)
380 [02:43:45] *** Quits: thiras (~thiras@replaced-ip ) (Ping timeout: 248 seconds)
381 [02:44:14] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
382 [02:46:07] *** Quits: amcorreia (~amcorreia@replaced-ip ) (Ping timeout: 260 seconds)
383 [02:49:55] *** Joins: AntiSpamMeta (asm@replaced-ip )
384 [02:50:01] *** Quits: aloo_shu (~atomic@replaced-ip ) (Ping timeout: 240 seconds)
385 [02:50:10] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 252 seconds)
386 [02:50:26] *** Joins: TsuDragon (~quassel@replaced-ip )
387 [02:50:57] *** Joins: gerforce (~gerf0rce@replaced-ip )
388 [02:51:18] *** Quits: TsuDragon (~quassel@replaced-ip ) (Remote host closed the connection)
389 [02:51:39] *** Quits: th0r (~th0r@replaced-ip ) (Quit: Leaving)
390 [02:51:39] *** Joins: graytron (~tero@replaced-ip )
391 [02:52:52] *** Quits: iflema (~ian@replaced-ip ) (Ping timeout: 255 seconds)
392 [02:54:01] *** Joins: aloo_shu (~atomic@replaced-ip )
393 [02:54:22] *** Quits: cained (~cained@replaced-ip ) ()
394 [02:55:08] *** Quits: ski (~ski@replaced-ip ) (Ping timeout: 240 seconds)
395 [02:57:05] *** Quits: chen_ (~wzyy2@replaced-ip ) (Read error: Connection reset by peer)
396 [02:59:01] *** debhelper sets mode: +l 1668
397 [02:59:35] *** Quits: overlord_tm (~andraz@replaced-ip ) (Ping timeout: 240 seconds)
398 [02:59:35] *** Quits: treegor (~gary@replaced-ip ) (Ping timeout: 240 seconds)
399 [02:59:50] *** Joins: wzyy2 (~wzyy2@replaced-ip )
400 [03:00:59] *** Joins: treegor (~gary@replaced-ip )
401 [03:01:34] *** Quits: caesar (~caesar@replaced-ip ) (Quit: caesar)
402 [03:01:52] *** Quits: TReK (~UnFaQ@replaced-ip ) (Ping timeout: 260 seconds)
403 [03:02:07] *** Joins: b0xii (~b0xii@replaced-ip )
404 [03:02:23] *** Joins: rguz10 (~rguz10@replaced-ip )
405 [03:05:22] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 260 seconds)
406 [03:05:56] *** Joins: Uberius (~Uberius@replaced-ip )
407 [03:06:26] *** Quits: Nekojimi (~jimj316@replaced-ip ) (Quit: Leaving)
408 [03:06:56] *** Joins: graytron (~tero@replaced-ip )
409 [03:07:02] *** Joins: domovoy__ (~domovoy@replaced-ip )
410 [03:07:57] *** Quits: krabador_ (~krabador@replaced-ip ) (Remote host closed the connection)
411 [03:08:16] *** Joins: krabador_ (~krabador@replaced-ip )
412 [03:08:27] *** Quits: jsdk (~jsdk@replaced-ip ) (Ping timeout: 240 seconds)
413 [03:08:42] *** Quits: krabador_ (~krabador@replaced-ip ) (Remote host closed the connection)
414 [03:08:49] *** Quits: rguz10 (~rguz10@replaced-ip ) (Ping timeout: 248 seconds)
415 [03:09:19] *** Quits: punctuatin (punctuatin@replaced-ip ) (Ping timeout: 248 seconds)
416 [03:09:57] *** Quits: domovoy_ (~domovoy@replaced-ip ) (Ping timeout: 240 seconds)
417 [03:10:02] *** Quits: f10 (~flo@replaced-ip ) (Ping timeout: 260 seconds)
418 [03:10:10] *** Quits: webdev007 (~webdev007@replaced-ip ) (Quit: Leaving)
419 [03:10:38] *** Joins: rguz10 (~rguz10@replaced-ip )
420 [03:11:22] *** Joins: Marcello (~Marcello@replaced-ip )
421 [03:11:43] *** Joins: Gurty (~princess@replaced-ip )
422 [03:12:01] *** Quits: Guest66187 (~Marcello@replaced-ip ) (Ping timeout: 248 seconds)
423 [03:12:52] *** Joins: iflema (~ian@replaced-ip )
424 [03:13:24] *** Joins: TReK (~UnFaQ@replaced-ip )
425 [03:14:53] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 246 seconds)
426 [03:15:16] *** Quits: awal1 (~awal1@replaced-ip ) (Quit: Leaving)
427 [03:16:12] *** Joins: OS-30988 (~OS-30988@replaced-ip )
428 [03:17:02] *** Quits: tesko (~meltdown@replaced-ip ) (Remote host closed the connection)
429 [03:17:22] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
430 [03:18:44] *** Joins: Zorroness (~Zorroness@replaced-ip )
431 [03:19:54] *** Joins: hipp (~hipp@replaced-ip )
432 [03:20:33] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 248 seconds)
433 [03:21:05] *** Quits: Dan_au (~Dan@replaced-ip ) (Ping timeout: 240 seconds)
434 [03:21:31] *** Quits: kyan (~kyan@replaced-ip ) (Ping timeout: 252 seconds)
435 [03:21:57] *** Quits: Iz4c (~Iz4c@replaced-ip ) (Quit: Iz4c)
436 [03:22:12] *** Joins: graytron (~tero@replaced-ip )
437 [03:23:56] *** Joins: Dan_au (~Dan@replaced-ip )
438 [03:31:25] *** Quits: Mahe (~mahe@replaced-ip ) (Ping timeout: 252 seconds)
439 [03:32:24] *** Joins: toozej (~toozej@replaced-ip )
440 [03:32:33] *** Joins: Mahe (~mahe@replaced-ip )
441 [03:32:39] *** Joins: sidmo (~ilven@replaced-ip )
442 [03:34:43] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 252 seconds)
443 [03:35:49] *** Quits: kranius (~kranius@replaced-ip ) (Ping timeout: 252 seconds)
444 [03:36:01] *** Quits: sidmo_ (~ilven@replaced-ip ) (Ping timeout: 258 seconds)
445 [03:36:17] *** Quits: LtL (~ltl@replaced-ip ) (Quit: WeeChat 1.6)
446 [03:36:27] *** Joins: graytron (~tero@replaced-ip )
447 [03:39:22] *** Joins: OtakuSenpai (~OtakuSenp@replaced-ip )
448 [03:40:07] *** Joins: awal1 (~awal1@replaced-ip )
449 [03:40:51] *** Joins: jonwil (~jonwil@replaced-ip )
450 [03:41:45] *** Quits: awal1 (~awal1@replaced-ip ) (Client Quit)
451 [03:42:33] <jonwil> I have a system running a debian derivative and using apt-get for package management. If I run apt-get -s upgrade I see it showing "the following packages have been kept back" and "the following packages will be upgraded". How does apt-get decide which packages will be upgraded and which will be kept back?
452 [03:43:23] *** Joins: jayarcss (~jayarcs@replaced-ip )
453 [03:44:18] *** Joins: redjustice (~vices@replaced-ip )
454 [03:44:28] <annadane> !based on debian
455 [03:44:29] <dpkg> Your distribution may be based on and have software in common with Debian, but it is not Debian. We don't and cannot know what changes were made by your distribution (compare replaced-url
456 [03:44:37] *** Parts: epicwalrus (~epicwalru@replaced-ip ) ("Left channel")
457 [03:44:44] <annadane> what derivative are you using so we can point you to their support
458 [03:45:36] *** Parts: jonwil (~jonwil@replaced-ip ) ()
459 [03:45:52] *** Quits: nomic (~nomic4@replaced-ip ) (Quit: Leaving)
460 [03:46:41] *** Quits: rguz10 (~rguz10@replaced-ip ) (Ping timeout: 248 seconds)
461 [03:48:48] *** Joins: rguz10 (~rguz10@replaced-ip )
462 [03:49:01] *** Quits: jayarcss (~jayarcs@replaced-ip ) (Ping timeout: 252 seconds)
463 [03:49:41] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 240 seconds)
464 [03:50:21] *** Joins: zacts (~zacts@replaced-ip )
465 [03:50:23] *** Quits: Megaf (~Megaf@replaced-ip ) (Ping timeout: 255 seconds)
466 [03:50:26] *** Parts: zacts (~zacts@replaced-ip ) ("WeeChat 1.4")
467 [03:51:31] *** Joins: sabusanta (~sabusanta@replaced-ip )
468 [03:51:43] *** Joins: graytron (~tero@replaced-ip )
469 [03:51:50] *** Quits: Hunterkll_ (~Hunterkll@replaced-ip ) (Read error: Connection reset by peer)
470 [03:52:41] *** Quits: Lokke (~Thunderbi@replaced-ip ) (Quit: Lokke)
471 [03:52:52] *** Joins: nerovingien972 (~nerovingi@replaced-ip )
472 [03:52:52] *** Quits: conta (~Thunderbi@replaced-ip ) (Ping timeout: 252 seconds)
473 [03:52:59] *** Joins: Hunterkll_ (~Hunterkll@replaced-ip )
474 [03:53:26] *** Joins: mrjayribs (~juxley@replaced-ip )
475 [03:55:36] <spyke581> So further info on the above NFS issue, when I run "showmount -e x.x.x.x" it returns "clnt_create: RPC: Program not registered"
476 [03:55:39] *** Quits: dixie7z (~dixie7z@replaced-ip ) (Read error: Connection reset by peer)
477 [03:55:51] <spyke581> this command works correctly on the other machines
478 [04:00:02] *** Quits: banc (~master@replaced-ip##) (Quit: ZNC - ##replaced-url
479 [04:01:28] *** Joins: awal1 (~awal1@replaced-ip )
480 [04:01:50] *** Quits: awal1 (~awal1@replaced-ip ) (Client Quit)
481 [04:02:22] *** Quits: rainfyre (~rainfyre@replaced-ip ) (Quit: Lost terminal)
482 [04:02:55] *** Joins: blu_ (~bluenemo@replaced-ip )
483 [04:03:22] *** Quits: GenTooMan (~cyberman@replaced-ip ) (Quit: Leaving)
484 [04:03:34] *** Quits: z8z (~x@replaced-ip ) (Quit: Quitting)
485 [04:04:05] *** Quits: rguz10 (~rguz10@replaced-ip ) (Ping timeout: 240 seconds)
486 [04:05:19] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 248 seconds)
487 [04:06:41] *** Quits: bluenemo (~bluenemo@replaced-ip ) (Ping timeout: 258 seconds)
488 [04:07:00] *** Joins: graytron (~tero@replaced-ip )
489 [04:07:40] <iflema> annadane: thats a general question and this channel aint overflowing with requets ATM. More over thats a good one to drop in front of idlers...
490 [04:07:57] *** Joins: goyol (~goyol@replaced-ip )
491 [04:08:58] <annadane> what? i was asking jonwil
492 [04:09:01] *** debhelper sets mode: +l 1659
493 [04:09:15] *** Quits: toozej (~toozej@replaced-ip##) (Quit: ZNC 1.6.5 - ##replaced-url
494 [04:10:01] <iflema> what? pfff
495 [04:10:03] *** Joins: boturk (~boturk@replaced-ip )
496 [04:10:09] <iflema> just saying...
497 [04:11:17] <annadane> it's still a question about debian derivs for which we can't know the differences
498 [04:11:26] *** Joins: os-309880-d (~OS-30988@replaced-ip )
499 [04:11:43] *** Joins: dixie7z (~dixie7z@replaced-ip )
500 [04:12:06] *** Joins: banc (~master@replaced-ip )
501 [04:12:38] *** Joins: tesko (~meltdown@replaced-ip )
502 [04:13:09] <dTal> people routinely ask completely generic shell stuff in here which gets answered
503 [04:13:19] *** Quits: OS-30988 (~OS-30988@replaced-ip ) (Ping timeout: 248 seconds)
504 [04:13:23] <dTal> a question about apt in a quiet channel seems debian-y enough
505 [04:15:09] *** Joins: TimeTraveler (~HelloKitt@replaced-ip )
506 [04:15:14] <TimeTraveler> hi folks
507 [04:15:22] <iflema> its 50/50. If they want to know what packages are holding what back then maybe the distro channel is the place if not google or the package manager itself.
508 [04:15:35] *** Quits: os-309880-d (~OS-30988@replaced-ip ) (Ping timeout: 240 seconds)
509 [04:15:39] <TimeTraveler> im having some trouble burning a data disk
510 [04:15:43] <TimeTraveler> using brasero
511 [04:15:53] <TimeTraveler> when i click burn it immediatly ejects the disk
512 [04:15:55] <iflema> o/
513 [04:15:58] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 264 seconds)
514 [04:16:06] <TimeTraveler> an internal error occured
515 [04:16:11] <TimeTraveler> the logs file doesnt say much more
516 [04:17:28] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
517 [04:18:29] *** Joins: MACscr (~MACscr@replaced-ip )
518 [04:18:54] <iflema> TimeTraveler: replaced-url
519 [04:19:36] <iflema> TimeTraveler: do you have it installed? and that link if for current
520 [04:20:17] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 248 seconds)
521 [04:20:29] <TimeTraveler> iflema, yeah i have that installed
522 [04:20:42] <TimeTraveler> im using the lg slim blur-ray burner with m-disk support
523 [04:20:46] *** Quits: preview (~quassel@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
524 [04:20:47] <annadane> even if we can answer their question it's a bad habit to ask like that
525 [04:20:52] <annadane> anyway, whatever
526 [04:21:48] *** Joins: awal1 (~awal1@replaced-ip )
527 [04:21:56] *** Joins: preview (~quassel@replaced-ip )
528 [04:22:16] *** Joins: graytron (~tero@replaced-ip )
529 [04:22:46] <iflema> TimeTraveler: im fresh out of ideas
530 [04:23:53] *** Joins: bnw (~bnw@replaced-ip )
531 [04:24:14] *** Quits: awal1 (~awal1@replaced-ip ) (Client Quit)
532 [04:24:19] *** Quits: enki (~enki@replaced-ip ) (Ping timeout: 258 seconds)
533 [04:24:21] *** Quits: finlstrm (~finlstrm@replaced-ip ) (Ping timeout: 240 seconds)
534 [04:24:27] <iflema> TimeTraveler: what if you start it from a terminal? any clues? And what log?
535 [04:24:57] <TimeTraveler> log just says:
536 [04:25:00] <TimeTraveler> Checking session consistency (brasero_burn_check_session_consistency brasero-burn.c:1739)
537 [04:25:00] <TimeTraveler> Unsupported type of task operation
538 [04:25:00] <TimeTraveler> Session error : An internal error occurred (brasero_burn_record brasero-burn.c:2856)
539 [04:25:01] *** Quits: abff (~abff@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
540 [04:25:38] *** Joins: kajika (~kajika@replaced-ip )
541 [04:25:46] *** Joins: enki (~enki@replaced-ip )
542 [04:25:50] * iflema Unsupported type of task operation. next.
543 [04:25:52] <iflema> =)
544 [04:26:28] *** Joins: abff (~abff@replaced-ip )
545 [04:26:59] *** Quits: jrj_ (~jrj@replaced-ip ) (Quit: Leaving)
546 [04:27:14] *** Joins: jrj_ (~jrj@replaced-ip )
547 [04:27:22] *** Quits: jrj_ (~jrj@replaced-ip ) (Remote host closed the connection)
548 [04:28:04] *** Joins: DrWatson_ (~DrWatson_@replaced-ip )
549 [04:28:21] *** Joins: chachasmooth (~chachasmo@replaced-ip )
550 [04:28:47] *** Quits: sabusanta (~sabusanta@replaced-ip ) (Read error: No route to host)
551 [04:29:41] *** Quits: DrWatson (~DrWatson_@replaced-ip ) (Ping timeout: 258 seconds)
552 [04:29:42] *** DrWatson_ is now known as DrWatson
553 [04:30:21] *** Quits: chachasmooth_ (~chachasmo@replaced-ip ) (Ping timeout: 240 seconds)
554 [04:30:56] *** Joins: toozej (~toozej@replaced-ip )
555 [04:31:54] *** Quits: boturk (~boturk@replaced-ip ) (Quit: I'm out)
556 [04:32:12] <Ellied> does anyone have a system using encrypted LVM where they can successfully resume from hibernate? I have never had Debian successfully resume from disk suspend, it *always* hangs. It worked fine on Manjaro.
557 [04:32:16] <iflema> TimeTraveler: CD or DVD?
558 [04:32:33] <TimeTraveler> iflema, Blue ray disk
559 [04:32:38] <iflema> heh
560 [04:33:17] *** Quits: ntd (~ntd@replaced-ip ) (Quit: ntd)
561 [04:33:22] <Ellied> I have a swap partition over twice as big as my RAM, and I've added a resume=UUID=[uuid-here] term to my kernel parameters. still no dice.
562 [04:33:28] *** Joins: bananadev (~onlyester@replaced-ip )
563 [04:34:00] <ryouma> Ellied: i presume resume= overrides teh initrd file?
564 [04:34:43] <ryouma> there is an initrd file that might be worth editing, maybe. altohugh something generates it.
565 [04:34:52] <Ellied> it might; the initrd file was pointing to the swap volume's entry in /dev/mapper, but I just changed it to the UUID. about to see if it works now.
566 [04:34:59] <ryouma> file in initrd
567 [04:35:22] *** Joins: chen_ (~wzyy2@replaced-ip )
568 [04:35:38] <TimeTraveler> hmm
569 [04:35:39] <ryouma> i found resume to be incorrect, although i do not hibernate
570 [04:35:43] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 248 seconds)
571 [04:35:46] *** Quits: wzyy2 (~wzyy2@replaced-ip ) (Remote host closed the connection)
572 [04:36:26] *** Quits: StephenS (stefika@replaced-ip ) (Ping timeout: 246 seconds)
573 [04:36:31] <Ellied> I like the idea of having it working because I'm under the impression a hibernated (encrypted) system is harder to access than one that is just suspended to RAM, but I could be wrong about that.
574 [04:36:36] <TimeTraveler> is brasero the best burn app for debian?
575 [04:36:44] <Ellied> more relevantly, I might not care about that level of security.
576 [04:37:08] *** Quits: chen (~fury@replaced-ip ) (Ping timeout: 246 seconds)
577 [04:37:32] *** Joins: graytron (~tero@replaced-ip )
578 [04:37:37] *** Joins: awal1 (~awal1@replaced-ip )
579 [04:37:50] *** Quits: Yugidude1 (Yugidude1@replaced-ip ) (Ping timeout: 246 seconds)
580 [04:38:14] *** Joins: pugspaw_ (~pugspaw@replaced-ip )
581 [04:38:31] *** Joins: fstd_ (~fstd@replaced-ip )
582 [04:38:33] *** Joins: StephenS (stefika@replaced-ip )
583 [04:38:35] *** Quits: awal1 (~awal1@replaced-ip ) (Client Quit)
584 [04:38:46] *** Joins: chen (~fury@replaced-ip )
585 [04:39:29] *** Quits: rizzo (~RizzoTheR@replaced-ip ) (Ping timeout: 248 seconds)
586 [04:40:02] *** Joins: Yugidude1 (Yugidude1@replaced-ip )
587 [04:40:40] *** Joins: r0Oter (~r00ter@replaced-ip )
588 [04:40:44] *** Quits: r00ter (~r00ter@replaced-ip ) (Disconnected by services)
589 [04:40:49] <iflema> TimeTraveler: maybe not for this? There are mutiple command line programs. Im not sure all the deps for brasero line up for this job.
590 [04:41:05] *** Quits: pugspaw (~pugspaw@replaced-ip ) (Ping timeout: 248 seconds)
591 [04:41:15] <Ellied> Nope, that didn't do anything. it still apparently finishes decrypting and then just turns off the display and hangs
592 [04:41:17] <iflema> maybe... im looking through it now
593 [04:41:36] *** Joins: domovoy_ (~domovoy@replaced-ip )
594 [04:42:10] <Ellied> my other machines at least do me the courtesy of booting fresh when resume fails
595 [04:42:43] *** Quits: fstd (~fstd@replaced-ip ) (Ping timeout: 258 seconds)
596 [04:42:44] *** fstd_ is now known as fstd
597 [04:42:52] <TimeTraveler> hmm
598 [04:43:02] <TimeTraveler> brasero not working too great :(
599 [04:43:07] *** Joins: awal1 (~awal1@replaced-ip )
600 [04:43:21] <bazhang> TimeTraveler, to do what
601 [04:43:27] <iflema> yeah CDs are a bad idea anyway
602 [04:43:33] <bazhang> TimeTraveler, why not try the many other options
603 [04:44:18] <TimeTraveler> bazhang, trying to burn a Blueray data disc
604 [04:44:34] *** Quits: domovoy__ (~domovoy@replaced-ip ) (Ping timeout: 252 seconds)
605 [04:44:41] *** Quits: JPT (~jpt@replaced-ip ) (Read error: Connection reset by peer)
606 [04:44:44] <annadane> time travel into the future and find better software :-)
607 [04:44:46] <annadane> sorry
608 [04:44:50] *** Joins: domovoy__ (~domovoy@replaced-ip )
609 [04:44:56] <iflema> lol
610 [04:45:04] *** Joins: kbob (~weechat@replaced-ip )
611 [04:46:43] *** Quits: mdorenka (~mdorenka@replaced-ip ) (Ping timeout: 255 seconds)
612 [04:46:53] *** Joins: boturk (~boturk@replaced-ip )
613 [04:47:27] *** Quits: domovoy_ (~domovoy@replaced-ip ) (Ping timeout: 240 seconds)
614 [04:47:44] *** Joins: mdorenka (~mdorenka@replaced-ip )
615 [04:48:56] *** Quits: awal1 (~awal1@replaced-ip ) (Quit: Leaving)
616 [04:49:12] *** Joins: JPT (~jpt@replaced-ip )
617 [04:50:55] *** Quits: iflema (~ian@replaced-ip ) (Quit: iflema)
618 [04:51:10] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 252 seconds)
619 [04:52:48] *** Joins: graytron (~tero@replaced-ip )
620 [04:53:10] *** Quits: pugspaw_ (~pugspaw@replaced-ip ) (Remote host closed the connection)
621 [04:53:13] *** Joins: iflema (~ian@replaced-ip )
622 [04:53:27] *** Quits: maxdml (~max@replaced-ip ) (Ping timeout: 258 seconds)
623 [04:53:43] *** Joins: pugspaw (~pugspaw@replaced-ip )
624 [04:54:34] <TimeTraveler> i guess BD-R discs are not supported?
625 [04:58:29] *** Quits: afuentes (~kusanagi@replaced-ip ) (Ping timeout: 246 seconds)
626 [04:59:52] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 276 seconds)
627 [05:00:00] *** Quits: cadillac_ (~omab@replaced-ip ) (Quit: I quit)
628 [05:00:08] *** Joins: cadillac_ (~omab@replaced-ip )
629 [05:02:35] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
630 [05:04:10] *** Joins: SwordOfPassing (~password@replaced-ip )
631 [05:04:19] *** Quits: QualityAddict (~QualityAd@replaced-ip ) (Quit: Leaving)
632 [05:04:20] <iflema> TimeTraveler: there are mutiple command line applications that can
633 [05:04:48] *** Joins: tymczenko (~tymczenko@replaced-ip )
634 [05:06:04] *** Quits: tymczenko (~tymczenko@replaced-ip ) (Remote host closed the connection)
635 [05:06:08] <TimeTraveler> iflema, yeah im looking into them now
636 [05:06:11] *** Quits: SwordOfPassing (~password@replaced-ip ) (Changing host)
637 [05:06:11] *** Joins: SwordOfPassing (~password@replaced-ip )
638 [05:07:54] *** Quits: ghoti (~paul@replaced-ip ) (Read error: Connection reset by peer)
639 [05:13:40] *** Joins: veek (~veek@replaced-ip )
640 [05:16:03] *** Quits: veek (~veek@replaced-ip ) (Client Quit)
641 [05:16:07] *** Joins: Rokixz (~rokas@replaced-ip )
642 [05:16:22] *** Joins: Butterz (~atari@replaced-ip )
643 [05:16:27] *** Joins: Sveta (~svetlana@replaced-ip )
644 [05:16:46] *** Joins: endstille (~endstille@replaced-ip )
645 [05:17:07] *** Quits: paw (~afong@replaced-ip ) (Remote host closed the connection)
646 [05:17:10] *** Quits: endstille (~endstille@replaced-ip ) (Client Quit)
647 [05:17:14] *** Quits: Ricardo__ (~rick@replaced-ip ) (Ping timeout: 255 seconds)
648 [05:17:31] *** Joins: paw (~afong@replaced-ip )
649 [05:18:12] *** Joins: slicepaperwords (~slicepape@replaced-ip )
650 [05:18:53] <TimeTraveler> ok, burning my M-disc now
651 [05:18:57] <TimeTraveler> :)
652 [05:19:04] <TimeTraveler> hope this works
653 [05:20:07] *** Quits: peterbecich (~peterbeci@replaced-ip ) (Ping timeout: 260 seconds)
654 [05:20:59] *** Joins: masber (~masber@replaced-ip )
655 [05:21:21] *** Joins: Elminster (~baltazar@replaced-ip )
656 [05:22:17] *** Joins: citypw (~citypw@replaced-ip )
657 [05:22:32] <TimeTraveler> anyone use m-discs?
658 [05:22:56] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
659 [05:24:47] *** Quits: benjen (~benjen@replaced-ip ) (Ping timeout: 260 seconds)
660 [05:25:23] <Elminster> Hi folks. I'm working on the installation of an ubuntu server on an old computer and -yes I've only got a couple of dozen hours under my belt- but I can't figure out the following problem: sudo apt-get updates --- It cannot find the ca.archive.ubuntu.com. I tried to ping, host -v, change the resolv.conf nameserver to the router ip dedicated to this machine... and no success.
661 [05:25:26] <iflema> not here. Im lucky to backup. I just put some things in the clouds
662 [05:25:42] *** Joins: uNmowed (~Mayu@replaced-ip )
663 [05:26:14] <TimeTraveler> Elminster, why not try the ubuntu channel?
664 [05:26:17] <Elminster> The wireless connection was working in the install process.
665 [05:26:28] <TimeTraveler> heh iflema
666 [05:26:39] <Elminster> Will do TimeTraveler.
667 [05:26:46] <TimeTraveler> i have some important photos to backup
668 [05:26:49] <TimeTraveler> long term
669 [05:27:06] <iflema> Elminster: you cant edit resolv.conf in these distros can you?
670 [05:27:26] <iflema> Elminster: networkmanger or something blows it away does it not?
671 [05:28:01] <TimeTraveler> m-disc is supposed to have a 1000 year lifespan
672 [05:28:19] <iflema> really?
673 [05:28:24] <iflema> huh
674 [05:28:24] <TimeTraveler> yup
675 [05:28:38] *** Joins: rguz10 (~rguz10@replaced-ip )
676 [05:29:01] *** debhelper sets mode: +l 1665
677 [05:29:03] *** Joins: canvon_ (~canvon@replaced-ip )
678 [05:29:07] <Elminster> No -- I can edit it (ubuntu server 17.04) with sudo
679 [05:29:29] *** Quits: canvon (~canvon@replaced-ip ) (Ping timeout: 258 seconds)
680 [05:29:42] <Elminster> No shit.
681 [05:30:07] <TimeTraveler> in 1000 years advanced civilizations will marvel at my cat and dick picks
682 [05:30:09] <TimeTraveler> pics
683 [05:30:19] <TimeTraveler> who knows maybe ill even be hanging in a museum somewhere
684 [05:31:02] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 246 seconds)
685 [05:31:06] <petemc> examples of anceint macro photography
686 [05:31:31] <TimeTraveler> hah
687 [05:32:08] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
688 [05:33:30] <TimeTraveler> damn this burning is slow
689 [05:34:09] *** Quits: ToBeCloud (uid51591@replaced-ip ) (Quit: Connection closed for inactivity)
690 [05:34:52] *** Quits: aloo_shu (~atomic@replaced-ip ) (Quit: AtomicIRC: The nuclear option.)
691 [05:42:12] *** Joins: peterbecich (~peterbeci@replaced-ip )
692 [05:42:19] *** Quits: cadillac_ (~omab@replaced-ip ) (Ping timeout: 252 seconds)
693 [05:42:41] *** Joins: cadillac_ (~omab@replaced-ip )
694 [05:43:19] *** Joins: jaxson (~jmlogic@replaced-ip )
695 [05:43:55] *** Joins: PGNd (~PGNd@replaced-ip )
696 [05:43:55] *** Quits: PGNd (~PGNd@replaced-ip ) (Changing host)
697 [05:43:55] *** Joins: PGNd (~PGNd@replaced-ip )
698 [05:44:39] *** Joins: patterson (~patterson@replaced-ip )
699 [05:44:46] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 264 seconds)
700 [05:45:32] <PGNd> I'm attempting to launch a Debian9 installer in a Xen Guest VM, in UEFI mode. I've no problems launching OpenSUSE guests; UbuntuServer guests launch as well (though there are some graphics problems).
701 [05:45:59] <petn-randall> Hi PGNd, what is stopping you from doing so?
702 [05:46:00] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
703 [05:46:00] <PGNd> But, the Debian9 guest *does* detect UEFI mode -- I *see* the TianoCore/ovmf logo.
704 [05:46:26] <PGNd> But it simply drops to the EFI Shell ... with no ability to boot further.
705 [05:46:46] <petn-randall> PGNd: Which installer did you pick?
706 [05:46:51] <PGNd> IIUC, Debian9 is supposed to be UEFI bootable?
707 [05:47:11] <petn-randall> PGNd: It is, though it doesn't support secure boot.
708 [05:47:11] <PGNd> petn-randall: I've tried both net-install, and full dvd #1
709 [05:47:53] <petn-randall> PGNd: I'd check the EFI settings menu and double-check that secure boot is turned off.
710 [05:48:10] <PGNd> I'd normally add "\EFI\debian\grubx64.efi" to startup.nsh ... but there's no trace of it on the iso
711 [05:48:33] <PGNd> petn-randall: I've turned off SecureBoot in Tianocor firmware setup.
712 [05:48:38] <PGNd> No diff.
713 [05:48:57] <Butterz> petn-randall is correct....turn off secure boot in your BIOS
714 [05:48:57] <petn-randall> PGNd: Are you passing the installer images as CD/DVD to the VM?
715 [05:49:09] <PGNd> petn-randall: yes
716 [05:49:13] <Butterz> petn-randall: do you agree?
717 [05:49:14] <Butterz> ok
718 [05:49:49] *** Quits: nerovingien972 (~nerovingi@replaced-ip ) (Quit: Leaving)
719 [05:50:17] <Butterz> you may need to switch to LEGACY
720 [05:51:09] *** Joins: benjen (~benjen@replaced-ip )
721 [05:52:14] <PGNd> Butterz: "LEGACY"? You mean bios_grub partition, with MBR?
722 [05:53:23] <Butterz> sry guys...PGNd, I mean legacy vs. UEFI in BIOS setup
723 [05:53:52] <PGNd> The point is getting UEFI to work ...
724 [05:54:54] *** Quits: Krennic (~Krennic@replaced-ip ) (Remote host closed the connection)
725 [05:57:38] <Butterz> could this possibly require a firmware update??
726 [05:58:51] *** Joins: ghoti (~paul@replaced-ip )
727 [05:58:56] <PGNd> I'm running latest ovmf
728 [05:59:17] <Butterz> ugh ok
729 [06:00:07] *** Parts: mrjayribs (~juxley@replaced-ip ) ()
730 [06:00:28] *** Quits: Tramp (~mt@replaced-ip ) (Quit: To listen to the radio / You'd think that all was well / But you and me and Cisco know / It's going straight to hell)
731 [06:01:13] *** Devastator_u is now known as Devastator
732 [06:02:13] *** Quits: ChmEarl (~chmearl@replaced-ip ) (Quit: Leaving)
733 [06:03:36] *** Quits: PGNd (~PGNd@replaced-ip ) (Quit: PGNd)
734 [06:03:50] *** Quits: pugspaw (~pugspaw@replaced-ip ) (Remote host closed the connection)
735 [06:05:04] *** Quits: spyke581 (~spyke581@replaced-ip ) (Remote host closed the connection)
736 [06:06:20] *** Quits: macondo123 (~bobo@replaced-ip ) (Remote host closed the connection)
737 [06:07:43] *** Quits: ryouma (~user@replaced-ip ) (Ping timeout: 255 seconds)
738 [06:09:00] *** debhelper sets mode: +l 1659
739 [06:10:00] *** Joins: electro33 (uid613@replaced-ip )
740 [06:12:47] <Butterz> I'm not willing to reboot. But I'm pretty sure I turned off UEFI AND Secure Boot. I'm running Deb9 as well.
741 [06:13:11] <Butterz> I'm still searching around.
742 [06:13:29] *** Parts: Sveta (~svetlana@replaced-ip ) ()
743 [06:15:27] <Butterz> I have some firmware issues of my own I'm trying to work :)
744 [06:16:02] *** Quits: jaxson (~jmlogic@replaced-ip ) (Remote host closed the connection)
745 [06:16:21] *** Quits: subnet257 (~subnet257@replaced-ip ) ()
746 [06:18:35] *** Quits: SwordOfPassing (~password@replaced-ip ) (Ping timeout: 240 seconds)
747 [06:18:44] *** Quits: TimeTraveler (~HelloKitt@replaced-ip ) (Quit: Leaving)
748 [06:19:33] *** Quits: hamersaw (~hamersaw@replaced-ip ) (Quit: WeeChat 1.6)
749 [06:19:48] *** Joins: electrostat (~dag@replaced-ip )
750 [06:20:49] *** Quits: n4n0` (~n4n0@replaced-ip ) (Ping timeout: 248 seconds)
751 [06:21:23] *** Quits: electrostat (~dag@replaced-ip ) (Client Quit)
752 [06:21:37] *** Quits: rguz10 (~rguz10@replaced-ip ) (Ping timeout: 258 seconds)
753 [06:21:55] *** Quits: iflema (~ian@replaced-ip ) (Ping timeout: 252 seconds)
754 [06:22:02] *** Quits: spacebison (~bison@replaced-ip ) (Ping timeout: 255 seconds)
755 [06:22:58] *** Joins: electrostat (~dag@replaced-ip )
756 [06:23:05] <Butterz> PGNd:: am i head-desking as hard as you are? I'm under the same understanding that updated firmware should provide you UEFI.
757 [06:23:18] *** Quits: electrostat (~dag@replaced-ip ) (Client Quit)
758 [06:23:37] *** Joins: jrj (~jrj@replaced-ip )
759 [06:23:53] <Butterz> (probably not)
760 [06:24:23] *** Joins: electrostat (~dag@replaced-ip )
761 [06:24:44] <Butterz> if you find anything, pls let me know
762 [06:26:49] *** Quits: hyperreal (~hyperreal@replaced-ip##) (Quit: ZNC 1.6.3+deb1 - ##replaced-url
763 [06:27:29] *** Quits: goyol (~goyol@replaced-ip ) (Remote host closed the connection)
764 [06:28:03] *** Quits: electrostat (~dag@replaced-ip ) (Client Quit)
765 [06:28:12] *** Joins: mibo (~mibo@replaced-ip )
766 [06:29:01] *** debhelper sets mode: +l 1650
767 [06:29:08] *** Joins: electrostat (~dag@replaced-ip )
768 [06:29:55] *** Quits: electrostat (~dag@replaced-ip ) (Client Quit)
769 [06:31:16] *** Quits: StephenS (stefika@replaced-ip ) (Ping timeout: 252 seconds)
770 [06:31:29] *** Joins: electrostat (~dag@replaced-ip )
771 [06:32:56] *** Joins: rguz10 (~rguz10@replaced-ip )
772 [06:33:18] *** Joins: StephenS (stefika@replaced-ip )
773 [06:35:45] *** Quits: dirtyroshi (~dirtyrosh@replaced-ip ) (Ping timeout: 248 seconds)
774 [06:36:28] *** Joins: OS-33167 (~OS-33167@replaced-ip )
775 [06:36:29] *** Quits: Alam_Squeeze (alam@replaced-ip ) (Ping timeout: 246 seconds)
776 [06:36:36] *** Quits: OS-33167 (~OS-33167@replaced-ip ) (Client Quit)
777 [06:36:44] *** Joins: OS-33167 (~OS-33167@replaced-ip )
778 [06:36:47] *** Quits: OS-33167 (~OS-33167@replaced-ip ) (Client Quit)
779 [06:36:59] *** Joins: OS-33167 (~OS-33167@replaced-ip )
780 [06:37:17] *** Parts: OS-33167 (~OS-33167@replaced-ip ) ()
781 [06:37:43] *** Joins: goyol (~goyol@replaced-ip )
782 [06:38:48] *** Joins: Alam_Squeeze (alam@replaced-ip )
783 [06:40:27] *** Joins: ings (~ings@replaced-ip )
784 [06:43:30] *** Joins: jsdk (~jsdk@replaced-ip )
785 [06:43:43] *** Quits: clickjack (~clickjack@replaced-ip ) (Ping timeout: 248 seconds)
786 [06:44:08] *** Joins: towo^work (~towo@replaced-ip )
787 [06:44:28] *** Quits: Tom-_ (~tomg@replaced-ip ) (Read error: Connection reset by peer)
788 [06:44:38] *** Joins: jaxson (~jmlogic@replaced-ip )
789 [06:47:43] *** Joins: clickjack (~clickjack@replaced-ip )
790 [06:48:19] *** Quits: Wizek_ (~Wizek@replaced-ip ) (Ping timeout: 252 seconds)
791 [06:48:27] *** Joins: baptist (~baptsk@replaced-ip )
792 [06:48:51] *** Joins: iflema (~ian@replaced-ip )
793 [06:49:00] *** debhelper sets mode: +l 1656
794 [06:49:35] *** Quits: ings (~ings@replaced-ip ) (Ping timeout: 248 seconds)
795 [06:49:36] *** Quits: CodeBlue1776 (~CodeBlue1@replaced-ip ) (Read error: Connection reset by peer)
796 [06:50:09] *** Joins: CodeBlue1776 (~CodeBlue1@replaced-ip )
797 [06:50:09] *** Quits: towo^work (~towo@replaced-ip ) (Quit: Leaving)
798 [06:51:01] *** Joins: Hydrastra (~lulkek@replaced-ip )
799 [06:51:54] *** Quits: rguz10 (~rguz10@replaced-ip ) (Ping timeout: 258 seconds)
800 [06:52:10] *** Quits: dave0x6d (uid190567@replaced-ip ) (Quit: Connection closed for inactivity)
801 [06:52:59] *** Joins: rguz10 (~rguz10@replaced-ip )
802 [06:53:03] *** Quits: Cavedude (~Cavedude@replaced-ip ) (Quit: leaving)
803 [06:53:33] *** Joins: Cavedude (~Cavedude@replaced-ip )
804 [06:54:09] *** Joins: nix64bit (~Thunderbi@replaced-ip )
805 [06:54:58] *** Quits: Cavedude (~Cavedude@replaced-ip ) (Client Quit)
806 [06:56:23] *** Joins: Cavedude (~Cavedude@replaced-ip )
807 [06:56:28] *** Joins: Nd-69-M (~nend@replaced-ip )
808 [06:58:07] *** Quits: jaxson (~jmlogic@replaced-ip ) (Ping timeout: 248 seconds)
809 [06:58:49] *** Joins: dayten (~gnoid@replaced-ip )
810 [06:58:56] *** Joins: spacework (~spacebug@replaced-ip )
811 [06:59:58] *** Quits: LV-426 (~LV-426@replaced-ip ) (Remote host closed the connection)
812 [07:00:05] *** Quits: Antares (~Antares@replaced-ip ) (Quit: Leaving)
813 [07:00:44] *** Joins: schu-r (~Thunderbi@replaced-ip )
814 [07:01:06] *** Joins: Tom-_ (~tomg@replaced-ip )
815 [07:02:28] *** Joins: towo^work (~towo@replaced-ip )
816 [07:02:41] *** Quits: babs (~babs@replaced-ip ) (Remote host closed the connection)
817 [07:02:57] *** Quits: rguz10 (~rguz10@replaced-ip ) (Ping timeout: 240 seconds)
818 [07:04:21] *** Quits: kajika (~kajika@replaced-ip ) (Quit: Leaving)
819 [07:04:54] *** Joins: KindTwo (kindone@replaced-ip )
820 [07:05:16] *** Joins: DerT (~DerLG@replaced-ip )
821 [07:05:17] *** Quits: Butterz (~atari@replaced-ip ) (Quit: #sql)
822 [07:06:49] <peterbecich> Hi there! I am attempting to dual boot Debian on a Macbook Pro Retina from 2014. I have installed rEFInd and attempted to configure it: replaced-url
823 [07:07:31] *** Quits: KindOne (kindone@replaced-ip ) (Ping timeout: 240 seconds)
824 [07:08:31] *** Joins: CHIPPY (~DJDRISCOL@replaced-ip )
825 [07:09:12] *** KindTwo is now known as KindOne
826 [07:10:27] *** Quits: dayten (~gnoid@replaced-ip ) (Ping timeout: 240 seconds)
827 [07:13:50] *** Quits: mibo (~mibo@replaced-ip ) (Quit: Leaving.)
828 [07:16:01] <iflema> chroot from OSX
829 [07:18:12] *** Quits: Fersure (~Maybe@replaced-ip ) (Quit: Leaving)
830 [07:18:34] *** Quits: DerT (~DerLG@replaced-ip ) (Ping timeout: 252 seconds)
831 [07:20:01] *** Joins: dayten (~gnoid@replaced-ip )
832 [07:20:47] *** Quits: toozej (~toozej@replaced-ip##) (Quit: ZNC 1.6.5 - ##replaced-url
833 [07:21:06] *** Quits: kingsley (~kingsley@replaced-ip ) (Quit: Leaving)
834 [07:23:30] *** Quits: shannara (~Stanislas@replaced-ip ) (Quit: Leaving)
835 [07:24:06] * iflema both a waste of time
836 [07:24:53] *** Quits: brontosaurusrex (~brontosau@replaced-ip ) (Quit: brontosaurusrex)
837 [07:25:34] *** Joins: RebelCoderRU (~Yuriy@replaced-ip )
838 [07:27:46] *** Joins: Antares (~Antares@replaced-ip )
839 [07:28:55] *** Quits: dayten (~gnoid@replaced-ip ) (Quit: Lost terminal)
840 [07:29:00] *** debhelper sets mode: +l 1650
841 [07:29:29] *** Joins: karstensrage (~karstensr@replaced-ip )
842 [07:32:32] *** Joins: velix_inuse (~Velix@replaced-ip )
843 [07:33:31] *** Joins: toozej (~toozej@replaced-ip )
844 [07:34:18] *** Joins: KindTwo (kindone@replaced-ip )
845 [07:34:21] *** Joins: hyperreal (~hyperreal@replaced-ip )
846 [07:34:24] *** Quits: KindOne (kindone@replaced-ip ) (Ping timeout: 252 seconds)
847 [07:36:22] *** Quits: velix (~Velix@replaced-ip ) (Ping timeout: 255 seconds)
848 [07:37:19] *** KindTwo is now known as KindOne
849 [07:37:50] *** Joins: blingrang (~blingrang@replaced-ip )
850 [07:37:50] *** Quits: blingrang (~blingrang@replaced-ip ) (Changing host)
851 [07:37:50] *** Joins: blingrang (~blingrang@replaced-ip )
852 [07:39:01] *** Quits: DJDan (~DJDan@replaced-ip ) (Ping timeout: 240 seconds)
853 [07:39:16] *** Joins: DerT (~DerLG@replaced-ip )
854 [07:40:37] *** Joins: DJDan (~DJDan@replaced-ip )
855 [07:41:44] *** Quits: schu-r (~Thunderbi@replaced-ip ) (Quit: schu-r)
856 [07:43:04] *** Joins: llucenic (~Thunderbi@replaced-ip )
857 [07:43:52] *** Joins: Drzacek (~Drzacek@replaced-ip )
858 [07:44:48] *** Quits: DerT (~DerLG@replaced-ip ) (Remote host closed the connection)
859 [07:45:08] *** Joins: dreamon (~dreamon@replaced-ip )
860 [07:46:21] *** Joins: DerT (~DerLG@replaced-ip )
861 [07:46:52] *** Joins: j08nY (~j08nY@replaced-ip )
862 [07:47:54] *** Quits: mzf (~mzf@replaced-ip ) (Read error: Connection reset by peer)
863 [07:47:56] *** Joins: Pjusur (~Pjusur@replaced-ip )
864 [07:47:57] *** Quits: raynold (uid201163@replaced-ip ) (Quit: Connection closed for inactivity)
865 [07:48:40] *** Joins: mzf (~mzf@replaced-ip )
866 [07:49:00] *** debhelper sets mode: +l 1658
867 [07:49:20] *** Quits: llucenic (~Thunderbi@replaced-ip ) (Ping timeout: 255 seconds)
868 [07:49:53] *** Quits: safe (~safe@replaced-ip ) (Read error: Connection reset by peer)
869 [07:50:28] *** Joins: llucenic (~Thunderbi@replaced-ip )
870 [07:51:40] <peterbecich> The Debian volume group is encrypted, so idk how vmlinuz could be accessed in the root. Pardon my ignorance. Thanks
871 [07:51:41] *** Quits: rkta (~kt@replaced-ip ) (Ping timeout: 240 seconds)
872 [07:51:46] *** Quits: Apeiron` (~Apeiron@replaced-ip ) (Remote host closed the connection)
873 [07:51:46] *** Quits: Rhuarc (~Rhuarc-@replaced-ip ) (Remote host closed the connection)
874 [07:51:58] *** Joins: in1t3r_ (~shiva@replaced-ip )
875 [07:52:02] *** Joins: rue_mohr (~rue_mohr@replaced-ip )
876 [07:52:29] <rue_mohr> nowhere else to ask this, I have a ttyS4 on port 0x270 how the hell do I get udev to acknowledge it?
877 [07:52:50] <rue_mohr> its not in the pnp, its just there
878 [07:53:03] <rue_mohr> its not pci, its just there
879 [07:53:11] *** Joins: Apeiron` (~Apeiron@replaced-ip )
880 [07:53:53] *** Joins: well_laid_lawn (~Jean-luc@replaced-ip )
881 [07:54:05] *** Joins: Rhuarc (~Rhuarc-@replaced-ip )
882 [07:54:32] *** Joins: a0p (~ap@replaced-ip )
883 [07:54:46] *** Quits: chen_ (~wzyy2@replaced-ip ) (Remote host closed the connection)
884 [07:54:50] <eugenmayer> its most probably by 20th stretch installation and suddently, bridges are not created upon boot when registrered in e/n/interfaces ( yes auto br0 is present ) .. i have to brctl add bro and then /e/init.d/networking restart and then the bridge is setup. Is this something 9.2 related?
885 [07:55:08] <a0p> hi all, I would like to ask how to change system font. also, do you have any decent font to recommend? thanks :)
886 [07:55:38] *** Joins: chen_ (~wzyy2@replaced-ip )
887 [07:56:49] <a0p> the default font doesnt look great I have to admit
888 [07:58:51] *** Joins: kirby__ (~caretaker@replaced-ip )
889 [07:59:49] *** Quits: DerT (~DerLG@replaced-ip ) (Ping timeout: 252 seconds)
890 [07:59:58] *** Joins: jackNemrod (~Thunderbi@replaced-ip )
891 [08:00:28] <rue_mohr> it looks like I have to tell the kernel that there is a serial port there
892 [08:00:51] <rue_mohr> because it wasn't compiled as a module, there is no way to make the system identify another port
893 [08:01:06] *** Joins: f4cl3y (~f4cl3y@replaced-ip )
894 [08:01:11] *** Joins: Ericounet (~Ericounet@replaced-ip )
895 [08:02:00] *** Joins: BalTun (~BalTun@replaced-ip )
896 [08:02:04] *** Joins: dec0n (~dec0n@replaced-ip )
897 [08:02:57] *** Quits: RebelCoderRU (~Yuriy@replaced-ip ) (Ping timeout: 240 seconds)
898 [08:04:17] *** Joins: wzyy2 (~wzyy2@replaced-ip )
899 [08:05:23] *** Quits: chen_ (~wzyy2@replaced-ip ) (Remote host closed the connection)
900 [08:05:45] *** Quits: diniwed (~gavron@replaced-ip ) (Quit: WeeChat 1.6)
901 [08:06:05] *** Joins: Arknet_____ (~fredo@replaced-ip )
902 [08:06:23] *** Quits: N0SSH (~sshjdy@replaced-ip ) (Read error: Connection reset by peer)
903 [08:07:20] *** Joins: conta (~Thunderbi@replaced-ip )
904 [08:07:59] *** r0Oter is now known as r00ter
905 [08:09:00] *** debhelper sets mode: +l 1664
906 [08:09:27] *** Quits: j08nY (~j08nY@replaced-ip ) (Ping timeout: 240 seconds)
907 [08:09:35] *** Quits: Bercik (~Yotsuba@replaced-ip ) (Ping timeout: 240 seconds)
908 [08:09:36] *** Joins: LucaTM (~LucaTM@replaced-ip )
909 [08:09:46] *** Joins: N0SSH (~sshjdy@replaced-ip )
910 [08:10:07] *** Quits: b (~coffee@replaced-ip ) (Quit: Lost terminal)
911 [08:11:37] *** Quits: jackNemrod (~Thunderbi@replaced-ip ) (Read error: Connection reset by peer)
912 [08:12:22] *** Quits: phenomcd (~quassel@replaced-ip ) (Ping timeout: 255 seconds)
913 [08:12:44] *** Joins: Ladus (~Lotheladu@replaced-ip )
914 [08:13:16] *** Quits: cybrNaut (cybrNaut@replaced-ip ) (Ping timeout: 255 seconds)
915 [08:13:34] *** Quits: Zorroness (~Zorroness@replaced-ip ) (Remote host closed the connection)
916 [08:13:43] *** Quits: hipp (~hipp@replaced-ip ) (Ping timeout: 255 seconds)
917 [08:13:49] *** Parts: a0p (~ap@replaced-ip ) ()
918 [08:14:06] *** Joins: DerLG (~derlg@replaced-ip )
919 [08:14:10] *** Quits: KidBeta (~textual@replaced-ip ) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
920 [08:14:19] *** Joins: jackNemrod (~Thunderbi@replaced-ip )
921 [08:14:34] *** Joins: dionysus69 (~Thunderbi@replaced-ip )
922 [08:14:40] *** Quits: kirby__ (~caretaker@replaced-ip ) (Ping timeout: 252 seconds)
923 [08:14:43] *** Joins: Zorroness (~Zorroness@replaced-ip )
924 [08:15:27] *** Joins: martinus__ (~martin@replaced-ip )
925 [08:16:23] *** Joins: cybrNaut (cybrNaut@replaced-ip )
926 [08:16:42] *** Quits: goyol (~goyol@replaced-ip ) (Remote host closed the connection)
927 [08:16:48] *** Joins: soee (~soee@replaced-ip )
928 [08:17:03] *** Joins: frostschutz (~frostschu@replaced-ip )
929 [08:17:35] *** Quits: eugenmayer (~eugenmaye@replaced-ip ) (Quit: Leaving.)
930 [08:17:41] *** Quits: Olufunmilayo (~Olufunmil@replaced-ip ) (Ping timeout: 240 seconds)
931 [08:18:08] *** Joins: Bercik (~Yotsuba@replaced-ip )
932 [08:19:13] *** Quits: BalTun (~BalTun@replaced-ip ) (Ping timeout: 248 seconds)
933 [08:19:24] *** Joins: BlueByte (~walther@replaced-ip )
934 [08:19:45] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
935 [08:21:58] *** Joins: roshanavand (~roshanava@replaced-ip )
936 [08:22:57] *** Quits: StathisA (~StathisA@replaced-ip ) (Ping timeout: 240 seconds)
937 [08:24:17] *** Quits: CEnnis91 (uid3543@replaced-ip ) (Ping timeout: 246 seconds)
938 [08:24:17] *** Quits: akxwi-dave (sid179848@replaced-ip ) (Ping timeout: 246 seconds)
939 [08:24:27] *** Quits: Skaag (sid164385@replaced-ip ) (Ping timeout: 255 seconds)
940 [08:24:27] *** Quits: L235 (sid41243@replaced-ip ) (Ping timeout: 255 seconds)
941 [08:24:27] *** Quits: klow (sid213056@replaced-ip ) (Ping timeout: 255 seconds)
942 [08:24:27] *** Quits: twisted` (sid6794@replaced-ip ) (Ping timeout: 255 seconds)
943 [08:24:27] *** Quits: seyeongkim (sid45616@replaced-ip ) (Ping timeout: 255 seconds)
â top
context: nick names on moving displays as market values
#debian Freenode IRC channel closed on 2021-06-01
contact: a @ her0. be