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:01:21] *** Quits: SpikeHeron (~DutchIngr@replaced-ip ) (Quit: Leaving)
1 [00:01:31] *** Quits: Strife89|Quassel (~quassel@replaced-ip ) (Ping timeout: 246 seconds)
2 [00:02:02] *** Quits: sh00p (~z@replaced-ip ) (Read error: Connection reset by peer)
3 [00:02:13] <sine0> folks, for some reason when i type crontab it hangs, cli only.
4 [00:02:26] *** Quits: danke (~dan@replaced-ip ) (Quit: danke)
5 [00:02:32] <jmcnaught> obiwahn: and mariadb is still not working?
6 [00:02:50] *** Quits: TReK (~UnFaQ@replaced-ip ) (Ping timeout: 240 seconds)
7 [00:02:54] *** Quits: guest2338 (~guest3252@replaced-ip ) (Quit: Leaving)
8 [00:03:00] *** Joins: busch (~busch@replaced-ip )
9 [00:03:44] *** Quits: eldee (~eldee@replaced-ip ) (Remote host closed the connection)
10 [00:04:01] *** Quits: Vizva (~Vizva@replaced-ip ) (Ping timeout: 248 seconds)
11 [00:04:44] *** Joins: TReK (~UnFaQ@replaced-ip )
12 [00:04:46] *** Joins: __dutch__ (~DutchIngr@replaced-ip )
13 [00:05:03] *** __dutch__ is now known as SpikeHeron
14 [00:05:48] <busch> I am looking for a method to compress mails in a maildir on my debian server. My first idea was to look at dovecot and it seeams that they have zlib to compress mails. Second idea was to use btrfs instead of ext4 und enable the compression feature. Any more ideas? Which is the "best" way to do it? How much can textfiles/maildirs be compress in percent?
15 [00:06:08] *** Quits: baptist (~baptsk@replaced-ip ) (Ping timeout: 240 seconds)
16 [00:06:45] <petemc> filesystem or dovecot plugin are probably your best bet
17 [00:07:03] *** Quits: attente (~william@replaced-ip ) (Quit: WeeChat 1.9)
18 [00:07:04] <johnkeates> what are you trying to solve? are we having an xy again
19 [00:07:08] <johnkeates> !xy
20 [00:07:09] <dpkg> Slow down for a bit! Are you sure that you need to jump through that particular hoop to achieve your goal? We suspect you don't, so why don't you back up a bit and tell us about the overall objective... We know that people often falsely diagnose problems because they are too close to them -- it's easy to miss that there is a better way to proceed. See replaced-url
21 [00:08:45] *** Quits: enodata (~enodata@replaced-ip ) (Quit: enodata)
22 [00:08:53] *** Joins: baptist (~baptsk@replaced-ip )
23 [00:08:55] *** Joins: Vizva (~Vizva@replaced-ip )
24 [00:09:00] *** debhelper sets mode: +l 1752
25 [00:09:11] <busch> Sorry. The goal is to save space on my server in order to make backups to offsite faster
26 [00:10:01] *** Quits: navlys (~smuxi@replaced-ip ) (Remote host closed the connection)
27 [00:10:07] <johnkeates> ah
28 [00:10:08] *** Quits: indistylo (~indistylo@replaced-ip ) (Ping timeout: 268 seconds)
29 [00:10:11] <johnkeates> well, backups won't be faster
30 [00:10:27] <busch> They need less time to complete...
31 [00:10:29] <johnkeates> at least, not when using filesystem compression, as the data will be decompressed before reading
32 [00:10:46] <obiwahn> jmcnaught: no it is not
33 [00:11:05] <obiwahn> jmcnaught: i have the debug symbols
34 [00:11:06] <johnkeates> so file-level gzipping is probably better
35 [00:11:26] <obiwahn> What do i have to do to step through the code?
36 [00:11:37] *** Joins: danke (~dan@replaced-ip )
37 [00:11:43] *** Quits: Nh3xus (~Nh3xus@replaced-ip ) (Quit: nuit)
38 [00:11:45] *** Joins: alecov (~control@replaced-ip )
39 [00:12:36] <busch> johnkeates, Backup is done at the hypervisor. The backup software does not need to decompress the data
40 [00:12:53] *** Quits: hipp (~hipp@replaced-ip ) (Quit: Leaving)
41 [00:12:58] <jmcnaught> obiwahn: do you have a backup from mysqldump that you can restore from? Have you tried purging all of the mariadb and mysql packages, then installing them again?
42 [00:13:03] <johnkeates> then filesystem level compression might help you indeed
43 [00:13:51] <busch> In terms of cpu usage on the server (server has VERY limited cpu resources): Which is better? Filesystem or file-level compression?
44 [00:14:34] *** Joins: mrob (~mike@replaced-ip )
45 [00:14:53] <johnkeates> neither
46 [00:15:06] <johnkeates> lzo or lz4 might be usable
47 [00:15:14] <obiwahn> jmcnaught: i have whole vm:)
48 [00:15:15] <busch> Oh, it is not supported to convert ext4 to btrfs? replaced-url
49 [00:15:18] <johnkeates> but algorithms are going to eat cpu either way
50 [00:15:28] *** Joins: LinAck (~LinAck@replaced-ip )
51 [00:15:36] *** Quits: LinAck (~LinAck@replaced-ip ) (Client Quit)
52 [00:15:56] <obiwahn> hum the transaction is null - but i need some code to see what is going on
53 [00:15:59] <johnkeates> i'd say stick with per-file so you can turn it on and off on demand
54 [00:16:11] <johnkeates> unless btrfs does that too
55 [00:16:15] <johnkeates> i don't know, i use ZFS
56 [00:17:24] *** Quits: dvs (~hibbard@replaced-ip ) (Ping timeout: 260 seconds)
57 [00:17:42] *** Quits: loader (~loader@replaced-ip ) (Quit: Leaving)
58 [00:18:54] *** Joins: conta (~Thunderbi@replaced-ip )
59 [00:19:47] *** Quits: chachasmooth (~chachasmo@replaced-ip ) (Ping timeout: 255 seconds)
60 [00:19:52] <jmcnaught> obiwahn: what do you mean you have the full VM? Is your goal to get mariadb working, or to debug the segfault? Do you have a backup from mysqldump?
61 [00:20:08] *** Joins: chachasmooth (~chachasmo@replaced-ip )
62 [00:20:11] *** Quits: grimsley (~grimsley@replaced-ip ) (Quit: Leaving)
63 [00:23:07] *** Quits: conta (~Thunderbi@replaced-ip ) (Ping timeout: 240 seconds)
64 [00:25:34] *** Quits: hlmjr (~herbmille@replaced-ip ) (Quit: Leaving)
65 [00:26:09] <obiwahn> jmcnaught: i qemu/kvm for my web-vm that contains the database
66 [00:26:17] *** Quits: Schmetterwurm (~Schmetter@replaced-ip ) (Quit: Leaving)
67 [00:26:41] <obiwahn> i am a bit unsure how to do the dump restore in a correct way
68 [00:27:06] <obiwahn> it is not the dump/restore itself - i found that in the mysql documentation
69 [00:27:16] *** Quits: patterson (~patterson@replaced-ip##) (Quit: Going offline, see ya! (##replaced-url
70 [00:27:29] *** Quits: Haudegen (~quassel@replaced-ip ) (Remote host closed the connection)
71 [00:27:38] <obiwahn> but i am unsure about the configuration files in etc. i tried to purge everything mysql related once
72 [00:27:40] *** Quits: knidos (~knidos@replaced-ip ) (Quit: knidos)
73 [00:27:59] *** Joins: dvs (~hibbard@replaced-ip )
74 [00:28:13] *** Joins: TheRza (~Wutang43v@replaced-ip )
75 [00:28:56] <obiwahn> and imported the data back, but then a lot of my services were failing because the password handling changed somehow or because some passwords have been in in /etc
76 [00:29:01] *** debhelper sets mode: +l 1745
77 [00:29:06] *** Quits: danke (~dan@replaced-ip ) (Quit: danke)
78 [00:29:22] *** Parts: TheRza (~Wutang43v@replaced-ip )
79 [00:29:34] *** Quits: f10 (~flo@replaced-ip ) (Remote host closed the connection)
80 [00:29:59] *** Quits: toorop (~toorop@replaced-ip ) (Ping timeout: 246 seconds)
81 [00:30:05] <obiwahn> so i thought that it might be easier to debug mysql than learn about all the mysql options and how the debian project packages it
82 [00:31:01] <jmcnaught> obiwahn: how did you import the data back? By copying files from /var/lib/mysql, or with the mysql client and a file prepared with mysqldump?
83 [00:31:10] *** Quits: xuumno (~sels@replaced-ip ) (Ping timeout: 240 seconds)
84 [00:31:18] *** Joins: attente (~william@replaced-ip )
85 [00:31:33] *** Joins: ShalokShalom_ (~quassel@replaced-ip )
86 [00:31:34] <obiwahn> 2nd option
87 [00:31:42] *** Quits: ShalokShalom_ (~quassel@replaced-ip ) (Remote host closed the connection)
88 [00:31:44] *** Quits: sypher (~sypher@replaced-ip ) (Quit: WeeChat 1.9)
89 [00:31:58] *** Quits: mrob (~mike@replaced-ip ) (Quit: Leaving)
90 [00:32:15] *** Joins: xuumno (~sels@replaced-ip )
91 [00:33:04] <obiwahn> I think i did a "mqsqldump --all-databases > backup.mysql"
92 [00:33:14] *** Quits: soee (~soee@replaced-ip ) (Quit: Konversation terminated!)
93 [00:33:22] *** Joins: Strife1989 (~quassel@replaced-ip )
94 [00:33:22] <jmcnaught> well i don't know what went wrong for you that time. i still don't know if you have a backup from mysqldump for right now or not. If you already have a hypervisor going, make a new VM, install mariadb, and test importing your database
95 [00:33:33] *** Quits: tonymke (~Tony@replaced-ip ) (Quit: Leaving.)
96 [00:33:48] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Quit: WeeChat 1.9)
97 [00:33:57] *** Joins: f10 (~flo@replaced-ip )
98 [00:34:07] *** Quits: APexil (~you@replaced-ip ) (Ping timeout: 276 seconds)
99 [00:34:31] <obiwahn> yes it is probably the easiest to do that - i have another try with import
100 [00:34:47] <obiwahn> and just delete the database files in var
101 [00:35:00] <obiwahn> last time i deleted etc files as well
102 [00:35:02] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
103 [00:35:20] <obiwahn> that could have been a mistake
104 [00:35:43] *** Quits: bemawi (~bemawi@replaced-ip ) (Quit: Konversation... terminée!)
105 [00:35:46] *** Quits: monoxane (~monoxane@replaced-ip ) (Ping timeout: 264 seconds)
106 [00:36:04] *** Quits: technoir (~technoir@replaced-ip ) (Ping timeout: 255 seconds)
107 [00:36:20] *** Joins: toorop (~toorop@replaced-ip )
108 [00:37:07] *** Quits: Strife89 (~quassel@replaced-ip ) (Ping timeout: 240 seconds)
109 [00:38:36] *** Joins: omnipotentduo (~ray@replaced-ip )
110 [00:38:48] *** Quits: hexnewbie (~hexnewbie@replaced-ip ) (Ping timeout: 255 seconds)
111 [00:39:00] *** debhelper sets mode: +l 1734
112 [00:39:13] *** Quits: mad_hatter (~madhatter@replaced-ip ) (Ping timeout: 255 seconds)
113 [00:39:27] *** Joins: patterson (~patterson@replaced-ip )
114 [00:39:29] *** Joins: shingouz_ (~not@replaced-ip )
115 [00:42:05] *** Joins: JustTheDoctor (uid180843@replaced-ip )
116 [00:42:58] <JustTheDoctor> Hello i am working on setting up my linux vps here in the USA for vnc and for some reason such apps like iceweasel are in a different language, how can i check the language settings and change them if need be?
117 [00:43:27] *** Quits: shingouz (~not@replaced-ip ) (Ping timeout: 240 seconds)
118 [00:43:32] *** Joins: hexnewbie (~hexnewbie@replaced-ip )
119 [00:43:45] *** Quits: dreamon__ (~dreamon@replaced-ip ) (Ping timeout: 248 seconds)
120 [00:45:52] *** Quits: alecov (~control@replaced-ip ) (Ping timeout: 260 seconds)
121 [00:46:07] *** Quits: ShalokShalom (~quassel@replaced-ip ) (Read error: Connection reset by peer)
122 [00:46:18] *** Quits: B[]rG (~tuptidup@replaced-ip ) (Remote host closed the connection)
123 [00:46:23] *** Quits: bipul (~quassel@replaced-ip ) (Remote host closed the connection)
124 [00:46:30] *** Joins: APexil (~you@replaced-ip )
125 [00:47:02] *** Joins: rpifan (~rpifan@replaced-ip )
126 [00:47:42] *** Quits: cerebro (~cerebro@replaced-ip ) (Read error: Connection reset by peer)
127 [00:47:58] <petn-randall> !locales
128 [00:47:58] <dpkg> Use 'dpkg-reconfigure locales' to get it up and running. This generates <locale> definitions and also edits /etc/default/locale which sets the $LANG environment variable at login time. Use "LANG=C command" to change the output language for a one off command, ask me about <localised errors>. See also <mac locales>. replaced-url
129 [00:48:01] <petn-randall> JustTheDoctor: ^^^
130 [00:48:03] *** Joins: cerebro (~cerebro@replaced-ip )
131 [00:49:00] <JustTheDoctor> thank you
132 [00:51:19] *** Quits: jubo2 (~juboxi@replaced-ip ) (Quit: Konversation terminated!)
133 [00:51:22] *** Joins: hipp (~hipp@replaced-ip )
134 [00:51:37] *** Quits: cryptanalitic (~reserver@replaced-ip ) (Ping timeout: 240 seconds)
135 [00:52:30] *** Joins: Titin-mb_ (~textual@replaced-ip )
136 [00:52:53] <JustTheDoctor> petn-randall: do i need to reboot or do anything else after that? its still in another language
137 [00:52:55] *** Joins: bolt (~r00t@replaced-ip )
138 [00:52:59] <JustTheDoctor> i selected the proper en_US stuff
139 [00:53:51] *** Quits: mylinux_ (~mylinux@replaced-ip ) (Remote host closed the connection)
140 [00:54:02] *** Quits: |DM| (~|DM|@replaced-ip ) (Ping timeout: 260 seconds)
141 [00:54:57] <petn-randall> JustTheDoctor: You might have to log out and in again.
142 [00:55:09] <JustTheDoctor> ok thank you
143 [00:55:40] *** Quits: busch (~busch@replaced-ip ) (Ping timeout: 260 seconds)
144 [00:56:44] *** Joins: VeronicaX11 (~Eli_Rieke@replaced-ip )
145 [00:57:38] *** Quits: sz0 (uid110435@replaced-ip ) (Quit: Connection closed for inactivity)
146 [00:58:16] *** Joins: TheWhisper (~TheWhispe@replaced-ip )
147 [00:58:19] <TheWhisper> join #archlinux
148 [00:58:45] *** Quits: SpikeHeron (~DutchIngr@replaced-ip ) (Quit: Leaving)
149 [00:59:47] *** Joins: mylinux (~mylinux@replaced-ip )
150 [01:00:49] *** Quits: |subz3r0| (~|subz3r0|@replaced-ip ) (Ping timeout: 255 seconds)
151 [01:01:09] *** Quits: mibo (~mibo@replaced-ip ) (Quit: Leaving.)
152 [01:01:39] *** Joins: simpledat (~user@replaced-ip )
153 [01:03:35] *** Quits: geever (~geever@replaced-ip ) (Remote host closed the connection)
154 [01:03:39] *** Joins: rick8024 (~andreas@replaced-ip )
155 [01:03:51] *** Quits: olegfusion (~olegfusio@replaced-ip ) (Read error: Connection reset by peer)
156 [01:04:32] *** Quits: mylinux (~mylinux@replaced-ip ) (Ping timeout: 260 seconds)
157 [01:04:36] *** Parts: TheWhisper (~TheWhispe@replaced-ip )
158 [01:05:07] *** Quits: peterbecich (~peterbeci@replaced-ip ) (Remote host closed the connection)
159 [01:06:23] *** Joins: peterbecich (~user@replaced-ip )
160 [01:06:33] *** Joins: cdown_ (~cdown@replaced-ip )
161 [01:06:33] *** Joins: e14 (~e14@replaced-ip )
162 [01:06:52] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 260 seconds)
163 [01:06:53] *** cdown_ is now known as cdown
164 [01:08:05] *** Quits: dohfish (~oemillak@replaced-ip ) (Ping timeout: 240 seconds)
165 [01:08:06] *** Quits: woshty (~irc@replaced-ip ) (Ping timeout: 268 seconds)
166 [01:08:10] *** Joins: nardev (~nardev@replaced-ip )
167 [01:08:33] *** Joins: |subz3r0| (~|subz3r0|@replaced-ip )
168 [01:08:56] *** Quits: peterbecich (~user@replaced-ip ) (Remote host closed the connection)
169 [01:09:01] *** debhelper sets mode: +l 1728
170 [01:09:15] *** Joins: littlekitty (uid234006@replaced-ip )
171 [01:10:08] *** Joins: peterbecich (~user@replaced-ip )
172 [01:10:11] *** Quits: lss8 (~lss8@replaced-ip ) (Read error: Connection reset by peer)
173 [01:10:39] *** Joins: lss8 (~lss8@replaced-ip )
174 [01:11:35] *** Parts: orbere (~cth@replaced-ip )
175 [01:11:48] *** Joins: orbere (~cth@replaced-ip )
176 [01:12:00] <JustTheDoctor> i restarted the system, still no change
177 [01:12:26] *** Quits: Gaxpaxxo (~Gazpacho@replaced-ip ) (Quit: Leaving)
178 [01:13:07] *** Joins: boblamont (~BobLamont@replaced-ip )
179 [01:14:10] *** Quits: d8v3 (~david@replaced-ip ) (Ping timeout: 240 seconds)
180 [01:15:01] *** Joins: zoolook (~zoolook@replaced-ip )
181 [01:15:19] <boblamont> Is there a practical difference between using sudo apt-get autoremove or deborphan?
182 [01:17:34] *** Joins: th0r (~th0r@replaced-ip )
183 [01:17:35] *** Joins: __dutch__ (~DutchIngr@replaced-ip )
184 [01:17:52] *** __dutch__ is now known as SpikeHeron
185 [01:19:49] *** Joins: oahong (~samigarus@replaced-ip )
186 [01:19:49] *** Quits: oahong (~samigarus@replaced-ip ) (Changing host)
187 [01:19:50] *** Joins: oahong (~samigarus@replaced-ip )
188 [01:20:02] *** Quits: e14 (~e14@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
189 [01:20:11] *** Joins: d8v3 (~david@replaced-ip )
190 [01:20:58] *** Joins: e14 (~e14@replaced-ip )
191 [01:22:04] *** Quits: B0rk_Meister6six (~B0rk_Meis@replaced-ip ) (Quit: Leaving)
192 [01:24:37] *** Quits: lsyoyom (~liny01@replaced-ip ) (Ping timeout: 240 seconds)
193 [01:25:24] *** Quits: Streusel (~Anonymous@replaced-ip ) (Quit: Computer has gone to sleep.)
194 [01:25:37] *** Quits: d8v3 (~david@replaced-ip ) (Ping timeout: 255 seconds)
195 [01:26:44] *** Quits: ralinux (~ralinux@replaced-ip ) (Remote host closed the connection)
196 [01:27:23] *** Quits: nardev (~nardev@replaced-ip ) (Quit: Leaving)
197 [01:27:27] *** Quits: bsurfer (~bsurfer@replaced-ip ) (Ping timeout: 240 seconds)
198 [01:28:02] *** Quits: ghost43 (~daer@replaced-ip ) (Excess Flood)
199 [01:29:20] *** Joins: ghost43 (~daer@replaced-ip )
200 [01:30:54] *** Quits: BenNZ (~Ben__@replaced-ip ) (Quit: Everytime I think IQ's must have dropped recently, I remember that this is the internet)
201 [01:30:59] *** DingoSaar_ is now known as DingoSaar
202 [01:31:00] *** Quits: Schwarzbaer (~Schwarzba@replaced-ip##) (Quit: ZNC 1.6.3+deb1 - ##replaced-url
203 [01:31:15] *** Joins: littlebear (~littlebea@replaced-ip )
204 [01:31:15] *** Joins: Schwarzbaer (~Schwarzba@replaced-ip )
205 [01:31:20] *** Quits: magenbrot (~magenbrot@replaced-ip ) (Remote host closed the connection)
206 [01:31:52] *** Quits: lazarus_zed (~lazarus_z@replaced-ip ) (Quit: lazarus_zed)
207 [01:32:09] *** Quits: johnkeates (~johnkeate@replaced-ip ) ()
208 [01:33:00] *** Joins: Bhootrk_ (~Bhootrk_@replaced-ip )
209 [01:33:06] *** Quits: Schwarzbaer (~Schwarzba@replaced-ip ) (Client Quit)
210 [01:33:40] *** Joins: Schwarzbaer (~Schwarzba@replaced-ip )
211 [01:33:43] *** Joins: mdmcaf (~textual@replaced-ip )
212 [01:34:24] *** Quits: vlitzer (~vlitzer@replaced-ip ) (Ping timeout: 260 seconds)
213 [01:34:38] *** semeion is now known as mnemonic
214 [01:35:30] *** Quits: mdmcaf (~textual@replaced-ip ) (Client Quit)
215 [01:35:44] *** Quits: remo1 (~user@replaced-ip ) (Remote host closed the connection)
216 [01:35:48] *** Joins: magenbrot (~magenbrot@replaced-ip )
217 [01:36:56] *** Quits: e14 (~e14@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
218 [01:37:16] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 255 seconds)
219 [01:37:41] *** Quits: SpeakerToMeat (~SpeakerTo@replaced-ip ) (Quit: WeeChat 2.0-dev)
220 [01:37:43] *** Joins: e14 (~e14@replaced-ip )
221 [01:38:51] *** Joins: lsyoyom (~liny01@replaced-ip )
222 [01:39:45] *** Quits: e_xistense (~e_xistens@replaced-ip ) (Ping timeout: 248 seconds)
223 [01:41:46] *** Quits: kw21 (~kw21@replaced-ip ) (Quit: Leaving)
224 [01:43:42] *** Joins: safe (~safe@replaced-ip )
225 [01:44:03] *** Joins: Lokke (~Thunderbi@replaced-ip )
226 [01:50:03] *** Joins: eldee (~eldee@replaced-ip )
227 [01:50:16] *** Quits: Titin-mb_ (~textual@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
228 [01:50:37] *** Quits: Night-Shade (~tim@replaced-ip ) (Ping timeout: 240 seconds)
229 [01:52:14] *** Quits: e14 (~e14@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
230 [01:52:27] *** Quits: Vizva (~Vizva@replaced-ip ) (Remote host closed the connection)
231 [01:53:02] *** Quits: cdown (~cdown@replaced-ip ) (Remote host closed the connection)
232 [01:54:11] *** Joins: Moose (~Moose@replaced-ip )
233 [01:54:28] *** Joins: e14 (~e14@replaced-ip )
234 [01:54:30] *** Quits: eldee (~eldee@replaced-ip ) (Ping timeout: 240 seconds)
235 [01:55:06] *** Joins: Night-Shade (~tim@replaced-ip )
236 [01:55:11] *** Quits: VeronicaX11 (~Eli_Rieke@replaced-ip ) (Quit: Leaving.)
237 [01:55:26] *** Joins: mylinux_ (~mylinux@replaced-ip )
238 [01:55:45] *** Quits: f10 (~flo@replaced-ip ) (Ping timeout: 248 seconds)
239 [01:57:33] *** Joins: Kalov (~Kalov@replaced-ip )
240 [01:58:27] *** Joins: tonymke (~tonymke@replaced-ip )
241 [01:58:36] *** Quits: Moose (~Moose@replaced-ip ) (Ping timeout: 240 seconds)
242 [01:58:37] *** Quits: kion (~kion@replaced-ip ) (Quit: Leaving)
243 [01:59:00] *** Joins: kion (~kion@replaced-ip )
244 [01:59:00] *** debhelper sets mode: +l 1721
245 [01:59:11] *** Quits: kion (~kion@replaced-ip ) (Remote host closed the connection)
246 [02:00:01] *** Quits: jrabe (jrabe@replaced-ip ) ()
247 [02:00:21] *** Quits: polaris (~polaris_@replaced-ip ) (Remote host closed the connection)
248 [02:00:31] *** Quits: Psy-Q (~psy-q@replaced-ip ) (Read error: Connection reset by peer)
249 [02:00:38] *** Joins: jrabe (jrabe@replaced-ip )
250 [02:00:40] *** Joins: Psy-Q (~psy-q@replaced-ip )
251 [02:01:16] *** Quits: frostschutz (~frostschu@replaced-ip ) (Remote host closed the connection)
252 [02:01:35] *** Quits: de-facto (~de-facto@replaced-ip ) (Quit: See you around.)
253 [02:01:43] *** Joins: h8R_ (~ari_pak@replaced-ip )
254 [02:01:45] *** Joins: de-facto (~de-facto@replaced-ip )
255 [02:01:59] *** Quits: _sfiguser (~sfigguser@replaced-ip ) (Quit: Leaving)
256 [02:03:06] *** Quits: Kalov (~Kalov@replaced-ip ) (Quit: Relax, its only ONES and ZEROS!)
257 [02:04:19] *** Quits: Cyph3r (~Cyph3r@replaced-ip ) (Ping timeout: 255 seconds)
258 [02:04:37] *** Quits: h8R (~ari_pak@replaced-ip ) (Ping timeout: 260 seconds)
259 [02:06:25] *** Quits: kusznir_ (40b78906@replaced-ip ) (Quit: Page closed)
260 [02:06:28] *** Quits: simpledat (~user@replaced-ip ) (Quit: leaving)
261 [02:06:57] *** Quits: edwardly (~edwardly@replaced-ip ) (Ping timeout: 240 seconds)
262 [02:07:04] *** Quits: lss8 (~lss8@replaced-ip ) (Ping timeout: 260 seconds)
263 [02:08:56] *** Quits: Night-Shade (~tim@replaced-ip ) (Ping timeout: 260 seconds)
264 [02:09:00] *** debhelper sets mode: +l 1710
265 [02:09:45] *** Joins: Night-Shade (~tim@replaced-ip )
266 [02:10:58] *** Joins: d8v3 (~david@replaced-ip )
267 [02:11:16] *** Joins: spacebison (~bison@replaced-ip )
268 [02:13:47] *** Quits: ghost43 (~daer@replaced-ip ) (Excess Flood)
269 [02:14:08] *** Joins: ghost43 (~daer@replaced-ip )
270 [02:15:00] *** Quits: Namarrgon (~Namarrgon@replaced-ip ) (Remote host closed the connection)
271 [02:15:49] *** Quits: ghost43 (~daer@replaced-ip ) (Max SendQ exceeded)
272 [02:15:58] *** Joins: Namarrgon (~glei@replaced-ip )
273 [02:16:09] *** Joins: ghost43 (~daer@replaced-ip )
274 [02:16:51] *** Joins: edwardly (~edwardly@replaced-ip )
275 [02:16:51] *** Quits: edwardly (~edwardly@replaced-ip ) (Changing host)
276 [02:16:51] *** Joins: edwardly (~edwardly@replaced-ip )
277 [02:17:10] *** Joins: lss8 (~lss8@replaced-ip )
278 [02:17:41] *** Quits: omnipotentduo (~ray@replaced-ip ) (Remote host closed the connection)
279 [02:18:31] *** Joins: cryptanalitic (~reserver@replaced-ip )
280 [02:21:05] *** Quits: j3x (~j3x@replaced-ip ) (Ping timeout: 240 seconds)
281 [02:22:07] *** Quits: Nekojimi (~jimj316@replaced-ip ) (Remote host closed the connection)
282 [02:22:40] *** Joins: tikun (~David@replaced-ip )
283 [02:23:11] *** Quits: Ricardo__ (~rick@replaced-ip ) (Ping timeout: 255 seconds)
284 [02:26:19] *** Quits: d8v3 (~david@replaced-ip ) (Ping timeout: 255 seconds)
285 [02:27:29] *** Quits: Trel (~Trel@replaced-ip ) (Quit: Trel)
286 [02:28:04] *** Quits: Cl0udN9ne (~OtakuSenp@replaced-ip ) (Ping timeout: 260 seconds)
287 [02:28:37] *** Joins: Trel (~Trel@replaced-ip )
288 [02:29:37] *** Quits: edwardly (~edwardly@replaced-ip ) (Ping timeout: 240 seconds)
289 [02:31:14] *** Quits: LtL (~ltl@replaced-ip ) (Quit: WeeChat 1.6)
290 [02:32:04] *** Quits: Achylles (~Achylles@replaced-ip ) (Remote host closed the connection)
291 [02:34:54] *** Quits: happy-dude (uid62780@replaced-ip ) (Quit: Connection closed for inactivity)
292 [02:35:04] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Ping timeout: 260 seconds)
293 [02:35:20] *** Joins: lss8_ (~lss8@replaced-ip )
294 [02:35:37] *** Quits: lss8 (~lss8@replaced-ip ) (Ping timeout: 240 seconds)
295 [02:36:35] *** Quits: lss8_ (~lss8@replaced-ip ) (Read error: Connection reset by peer)
296 [02:37:00] *** Quits: Lokke (~Thunderbi@replaced-ip ) (Quit: Lokke)
297 [02:37:01] *** Joins: lss8 (~lss8@replaced-ip )
298 [02:37:03] *** Quits: alxy (uid115853@replaced-ip ) (Quit: Connection closed for inactivity)
299 [02:39:01] *** debhelper sets mode: +l 1704
300 [02:39:02] *** Joins: DaRk_aNoMaly13 (~root@replaced-ip )
301 [02:39:27] *** Quits: orphean (~Orphean@replaced-ip ) (Ping timeout: 240 seconds)
302 [02:39:32] *** Joins: johnkeates (~johnkeate@replaced-ip )
303 [02:42:01] *** Joins: e_xistense (~e_xistens@replaced-ip )
304 [02:42:28] *** Joins: Antares (~Antares@replaced-ip )
305 [02:43:08] *** Quits: cadillac_ (~omab@replaced-ip ) (Ping timeout: 240 seconds)
306 [02:43:25] *** Quits: lss8 (~lss8@replaced-ip ) (Read error: Connection reset by peer)
307 [02:44:18] *** Joins: Cl0udN9ne (~OtakuSenp@replaced-ip )
308 [02:44:19] *** Joins: lss8 (~lss8@replaced-ip )
309 [02:44:28] *** Joins: cadillac_ (~omab@replaced-ip )
310 [02:45:06] *** Joins: ConnS (~c0nd0r@replaced-ip )
311 [02:45:28] *** Joins: guest2338 (~guest3252@replaced-ip )
312 [02:45:33] *** Quits: elkalamar (~elkalamar@replaced-ip ) (Remote host closed the connection)
313 [02:51:52] *** Quits: ConnS (~c0nd0r@replaced-ip ) (Ping timeout: 260 seconds)
314 [02:53:18] *** Quits: johnkeates (~johnkeate@replaced-ip ) ()
315 [02:54:58] *** Quits: DaRk_aNoMaly13 (~root@replaced-ip ) (Remote host closed the connection)
316 [02:54:59] *** Joins: longhorna95 (~OS-31207@replaced-ip )
317 [02:55:43] *** Quits: longhorna95 (~OS-31207@replaced-ip ) (Client Quit)
318 [02:56:14] *** Joins: longhorna95 (~OS-31207@replaced-ip )
319 [02:57:42] *** Joins: vectr0n_ (~vectr0n@replaced-ip )
320 [02:58:00] *** Quits: RyanKnack (RyanKnack@replaced-ip ) (Quit: I'm out of here!)
321 [02:58:14] *** Joins: RyanKnack (RyanKnack@replaced-ip )
322 [02:58:15] *** Quits: RyanKnack (RyanKnack@replaced-ip ) (Changing host)
323 [02:58:15] *** Joins: RyanKnack (RyanKnack@replaced-ip )
324 [02:58:25] *** Quits: webuser5- (~webuser52@replaced-ip ) (Ping timeout: 276 seconds)
325 [02:58:25] *** Quits: boubou (boubou@replaced-ip ) (Ping timeout: 276 seconds)
326 [02:58:25] *** Quits: debchange (~debchange@replaced-ip ) (Ping timeout: 276 seconds)
327 [02:58:26] *** Quits: Esti_Qatzi (~quassel@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
328 [02:58:27] *** Quits: dselect (~dselect@replaced-ip ) (Ping timeout: 240 seconds)
329 [02:58:55] *** Quits: m4rCsi (~shoar@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
330 [02:59:04] *** Quits: Amplificator (~znc@replaced-ip ) (Ping timeout: 276 seconds)
331 [02:59:04] *** Quits: majest1c (~majestic@replaced-ip ) (Ping timeout: 276 seconds)
332 [02:59:04] *** Quits: judd (~judd@replaced-ip ) (Ping timeout: 276 seconds)
333 [02:59:11] *** Joins: m4rCsi (~shoar@replaced-ip )
334 [02:59:20] *** Quits: lord_helmet (~lordhelme@replaced-ip ) (Read error: Connection reset by peer)
335 [02:59:21] *** Joins: Jangal (~Janhouse@replaced-ip )
336 [02:59:26] *** Joins: debchange (~debchange@replaced-ip )
337 [02:59:37] *** Quits: Janhouse (~Janhouse@replaced-ip ) (Ping timeout: 255 seconds)
338 [02:59:37] *** Jangal is now known as Janhouse
339 [02:59:40] *** Quits: lstanley (liam@replaced-ip ) (Ping timeout: 255 seconds)
340 [02:59:41] *** Joins: boubou (boubou@replaced-ip )
341 [02:59:42] *** Joins: Esti_Qatzi (~quassel@replaced-ip )
342 [02:59:43] *** Quits: oberling (~oberling@replaced-ip ) (Ping timeout: 276 seconds)
343 [02:59:52] *** Joins: nighty-- (~nighty@replaced-ip )
344 [02:59:56] *** Joins: oberling (~oberling@replaced-ip )
345 [02:59:58] *** Joins: majest1c (~majestic@replaced-ip )
346 [03:00:07] *** Quits: vectr0n (~vectr0n@replaced-ip ) (Ping timeout: 255 seconds)
347 [03:00:14] *** vectr0n_ is now known as vectr0n
348 [03:00:22] *** Quits: quite (quite@replaced-ip ) (Ping timeout: 276 seconds)
349 [03:00:27] *** Joins: judd (~judd@replaced-ip )
350 [03:00:27] *** Quits: judd (~judd@replaced-ip ) (Changing host)
351 [03:00:27] *** Joins: judd (~judd@replaced-ip )
352 [03:00:33] *** Joins: webuser5224 (~webuser52@replaced-ip )
353 [03:00:39] *** Joins: Amplificator (~znc@replaced-ip )
354 [03:01:36] *** Joins: lord_helmet (~lordhelme@replaced-ip )
355 [03:01:39] *** Joins: lstanley (liam@replaced-ip )
356 [03:01:41] *** Joins: quite (quite@replaced-ip )
357 [03:01:46] *** Quits: zophyx_ (~zophyx@replaced-ip ) (Read error: Connection reset by peer)
358 [03:02:40] *** Quits: Antares (~Antares@replaced-ip ) (Quit: Подожди немношко. Скоро буду. Капитошка.)
359 [03:04:32] *** Parts: longhorna95 (~OS-31207@replaced-ip )
360 [03:04:58] *** Joins: d8v3 (~david@replaced-ip )
361 [03:05:00] <davidebeatrici> Hello
362 [03:05:07] <bazhang> hi
363 [03:05:26] <davidebeatrici> I have Debian on a SSD
364 [03:05:31] <davidebeatrici> UEFI
365 [03:05:31] *** Joins: b30wulf (uid175355@replaced-ip )
366 [03:05:42] <eck> nice
367 [03:06:12] <davidebeatrici> I have updated my motherboard's BIOS and now it can't boot anymore
368 [03:06:35] *** Joins: lazarus_zed (~lazarus_z@replaced-ip )
369 [03:06:40] *** Joins: morphis_ (~morphis@replaced-ip )
370 [03:06:47] *** Quits: lss8 (~lss8@replaced-ip ) (Read error: Connection reset by peer)
371 [03:06:50] <davidebeatrici> What can I do to fix it?
372 [03:07:04] *** Joins: Antares (~Antares@replaced-ip )
373 [03:07:41] <davidebeatrici> Basically I don't see the "debian" entry between the UEFI drives anymore
374 [03:07:49] *** Quits: preview (~quassel@replaced-ip ) (Read error: Connection reset by peer)
375 [03:08:03] *** Quits: Night-Shade (~tim@replaced-ip ) (Read error: Network is unreachable)
376 [03:09:35] *** Quits: morphis (~morphis@replaced-ip ) (Ping timeout: 268 seconds)
377 [03:09:37] <davidebeatrici> The SSD is still detected
378 [03:09:51] <davidebeatrici> And the /boot partition is still there
379 [03:10:06] <davidebeatrici> I checked with Gparted Live
380 [03:10:46] *** Quits: Delta-One (~zero@replaced-ip ) (Ping timeout: 276 seconds)
381 [03:11:38] *** Joins: Ticho_ (~Ticho@replaced-ip )
382 [03:12:09] <davidebeatrici> The BIOS settings were resetted after the update
383 [03:12:50] *** Joins: blokmsquare (~blokmsqua@replaced-ip )
384 [03:15:08] *** Quits: Ticho (~Ticho@replaced-ip ) (Ping timeout: 268 seconds)
385 [03:15:11] *** Quits: blokmsquare (~blokmsqua@replaced-ip ) (Read error: Connection reset by peer)
386 [03:16:04] *** Joins: blokmsquare (~blokmsqua@replaced-ip )
387 [03:17:22] *** Joins: rizzo (~RizzoTheR@replaced-ip )
388 [03:17:57] *** Quits: d8v3 (~david@replaced-ip ) (Ping timeout: 240 seconds)
389 [03:18:28] *** Joins: lss8 (~lss8@replaced-ip )
390 [03:18:28] *** Quits: blokmsquare (~blokmsqua@replaced-ip ) (Excess Flood)
391 [03:18:47] <petn-randall> davidebeatrici: I'm guessing that "secure boot" was enabled again. Disable that to boot Debian.
392 [03:18:54] *** Joins: blokmsquare (~blokmsqua@replaced-ip )
393 [03:19:13] *** Quits: hipp (~hipp@replaced-ip ) (Ping timeout: 276 seconds)
394 [03:19:32] *** Quits: Malmis (malmis@replaced-ip ) (Remote host closed the connection)
395 [03:21:37] *** Quits: Mahe (~mahe@replaced-ip ) (Ping timeout: 260 seconds)
396 [03:21:40] *** Joins: M4he (~mahe@replaced-ip )
397 [03:22:25] *** Joins: sidmo_ (~ilven@replaced-ip )
398 [03:22:42] *** Joins: Night-Shade (~tim@replaced-ip )
399 [03:23:01] <davidebeatrici> petn-randall: I have a MSI Z97 Gaming 5
400 [03:23:20] <davidebeatrici> I don't see any option to disable it in the BIOS
401 [03:23:27] *** Joins: d8v3 (~david@replaced-ip )
402 [03:24:47] <petn-randall> davidebeatrici: /boot/ is not the part that is needed for EFI boot, though. You need /boot/efi, which is called the EFI System Partition.
403 [03:25:33] <davidebeatrici> petn-randall: Is it a separate partition?
404 [03:25:43] *** Quits: sidmo (~ilven@replaced-ip ) (Ping timeout: 255 seconds)
405 [03:26:23] <petn-randall> davidebeatrici: It should be a FAT32 filesystem containing EFI/debian/grubx64.efi. Yes, it's a separate partition from /boot, which is usually ext2.
406 [03:26:35] *** Quits: zoolook (~zoolook@replaced-ip ) (Quit: Konversation terminated!)
407 [03:26:58] *** Quits: DingoSaar (~hagen@replaced-ip ) (Remote host closed the connection)
408 [03:27:16] *** Quits: bins (~bins@replaced-ip ) (Quit: Leaving)
409 [03:27:18] *** Joins: lss8_ (~lss8@replaced-ip )
410 [03:27:30] <davidebeatrici> petn-randall: Can I boot it from the EFI shell?
411 [03:27:32] *** Quits: lss8 (~lss8@replaced-ip ) (Read error: Connection reset by peer)
412 [03:28:00] *** Joins: DingoSaar (~hagen@replaced-ip )
413 [03:29:20] *** Joins: edwardly (~edwardly@replaced-ip )
414 [03:29:20] *** Quits: edwardly (~edwardly@replaced-ip ) (Changing host)
415 [03:29:20] *** Joins: edwardly (~edwardly@replaced-ip )
416 [03:31:51] <petn-randall> davidebeatrici: Probably, but I don't know how. Otherwise I'd make sure that the boot settings are set to "UEFI only", and that CSM is disabled.
417 [03:32:17] *** Quits: silverhom (~silverhom@replaced-ip ) (Quit: Leaving)
418 [03:32:27] *** Quits: xet7 (~xet7@replaced-ip ) (Ping timeout: 240 seconds)
419 [03:32:58] <davidebeatrici> It was already disabled, as it's only available when the Windows 8/8.1/10 option is enabled
420 [03:33:17] *** Joins: lss8 (~lss8@replaced-ip )
421 [03:33:17] *** Quits: lss8 (~lss8@replaced-ip ) (Changing host)
422 [03:33:17] *** Joins: lss8 (~lss8@replaced-ip )
423 [03:33:30] *** Joins: xet7 (~xet7@replaced-ip )
424 [03:33:53] *** Quits: e14 (~e14@replaced-ip ) (Read error: Connection reset by peer)
425 [03:33:59] *** Quits: lss8_ (~lss8@replaced-ip ) (Read error: Connection reset by peer)
426 [03:34:20] *** Quits: chachasmooth (~chachasmo@replaced-ip ) (Ping timeout: 260 seconds)
427 [03:34:27] *** Quits: zarkos (~nobody@replaced-ip ) (Read error: Connection reset by peer)
428 [03:35:07] *** Joins: e14 (~e14@replaced-ip )
429 [03:35:28] *** Joins: chachasmooth (~chachasmo@replaced-ip )
430 [03:36:13] *** Joins: m0nkey_ (sid215257@replaced-ip )
431 [03:37:11] *** Joins: bit1 (~joseanton@replaced-ip )
432 [03:38:05] *** Joins: un214 (~un214@replaced-ip )
433 [03:39:18] <petn-randall> davidebeatrici: What error do you get trying to boot debian?
434 [03:39:48] *** Quits: lss8 (~lss8@replaced-ip ) (Read error: Connection reset by peer)
435 [03:40:21] *** Joins: lss8 (~lss8@replaced-ip )
436 [03:42:01] <davidebeatrici> petn-randall: That's the problem
437 [03:42:14] <davidebeatrici> It goes to the EFI shell
438 [03:42:37] <davidebeatrici> I jus tried to reset the BIOS settings
439 [03:42:58] <davidebeatrici> It still doesn't detect Debian as a UEFI boot option
440 [03:43:38] *** Quits: jj- (juutiju@replaced-ip ) (Ping timeout: 255 seconds)
441 [03:43:57] *** Joins: jj- (juutiju@replaced-ip )
442 [03:44:29] <davidebeatrici> Is there a way to repair the boot?
443 [03:44:59] *** Quits: un214 (~un214@replaced-ip ) (Quit: All that is without form must fade away)
444 [03:45:08] *** Joins: un214 (~un214@replaced-ip )
445 [03:45:10] <petn-randall> !fixmbr
446 [03:45:10] <dpkg> To reinstall <GRUB> boot to your Debian install disk/live CD, switch to the other console (Alt-F2), mount your root filesystem (mount -t ext4 /dev/whatever /target ; mount --bind /dev /target/dev ; mount -t proc none /target/proc ; mount -t sysfs none /target/sys), chroot into it (chroot /target), run "mount /boot/efi" on EFI and "update-grub && grub-install /dev/whatever". See also <rescue mode>, <dual boot guide>, <supergrub>.
447 [03:45:20] <petn-randall> davidebeatrici: ^^^
448 [03:46:48] *** Quits: tacegory (~tacegory@replaced-ip ) (Remote host closed the connection)
449 [03:47:10] *** Quits: j08nY (~j08nY@replaced-ip ) (Remote host closed the connection)
450 [03:48:40] *** Joins: checkItOut (~checkItou@replaced-ip )
451 [03:48:59] <davidebeatrici> petn-randall: Are there any problems if I'm running Debian Buster and the DVD is Debian Stretch?
452 [03:49:27] *** Quits: Tom01 (~tom@replaced-ip ) (Remote host closed the connection)
453 [03:49:46] *** Quits: d8v3 (~david@replaced-ip ) (Ping timeout: 276 seconds)
454 [03:51:29] *** Joins: eldee (~eldee@replaced-ip )
455 [03:51:34] <bazhang> buster?
456 [03:51:41] <bazhang> what release is that
457 [03:52:03] *** Joins: aedinius (~aedinius@replaced-ip )
458 [03:52:09] *** Joins: karakedi (~eAC53C340@replaced-ip )
459 [03:52:09] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Changing host)
460 [03:52:09] *** Joins: karakedi (~eAC53C340@replaced-ip )
461 [03:52:40] <cruncher> bazhang, read replaced-url
462 [03:53:27] *** Joins: ansusf (~ansusf@replaced-ip )
463 [03:54:34] *** Joins: airdnb (~amo4myGNU@replaced-ip )
464 [03:54:45] *** Quits: airdnb (~amo4myGNU@replaced-ip ) (Client Quit)
465 [03:55:37] <bazhang> !buster
466 [03:55:38] <dpkg> The release following Debian 9 "Stretch" is codenamed "Buster" (Andy's pet Dachshund in Toy Story) and will be Debian 10. replaced-url
467 [03:55:54] *** Quits: eldee (~eldee@replaced-ip ) (Ping timeout: 255 seconds)
468 [03:55:55] <bazhang> andy's dachsund!
469 [03:56:29] *** Joins: nottiknuep (~nothingne@replaced-ip )
470 [03:56:41] *** Quits: Atlas (atlas@replaced-ip ) (Ping timeout: 255 seconds)
471 [03:56:56] *** Joins: Tom-_ (~tomg@replaced-ip )
472 [03:57:23] *** Quits: un214 (~un214@replaced-ip ) (Read error: Connection reset by peer)
473 [03:58:36] <xar-> jmcnaught: I finally got around to using win32diskmanager like you recommened (rather than rufus); still didn't work, there is something seriously wrong with the 9.1 images, I had to go back to 8.9.0
474 [03:58:57] *** Quits: overlord_tm (~andraz@replaced-ip ) (Ping timeout: 260 seconds)
475 [03:59:48] <JustTheDoctor> omfg this is LAME
476 [03:59:59] <JustTheDoctor> i cannot get my system to realize its AMERICAN! lol
477 [04:00:02] *** Quits: banc (~master@replaced-ip##) (Quit: ZNC - ##replaced-url
478 [04:00:15] <aedinius> JustTheDoctor: in what way?
479 [04:00:29] <JustTheDoctor> when i use iceweasel and search google, it loads google.com.ua
480 [04:00:34] <petn-randall> davidebeatrici: Probably not, since you're only using the kernel and chroot'ing into your actual system.
481 [04:00:55] <JustTheDoctor> replaced-url
482 [04:00:57] <aedinius> JustTheDoctor: usually that's based on geoip... not using any kind of vpn or anything?
483 [04:01:05] <JustTheDoctor> nope,
484 [04:01:19] <JustTheDoctor> and its a vps in LA
485 [04:01:30] <JustTheDoctor> (Los Angeles CA)
486 [04:02:02] <petn-randall> JustTheDoctor: I'm 100% sure that google uses geoip, maybe they screwed up and think that IP range is in the ukraine.
487 [04:02:14] <petn-randall> JustTheDoctor: In any way, it's not a problem related to Debian.
488 [04:02:33] <petn-randall> JustTheDoctor: (just click on "google.com in English", btw)
489 [04:02:38] <cruncher> JustTheDoctor, in worst case you can use google.com/ncr
490 [04:02:48] *** Joins: Atlas (atlas@replaced-ip )
491 [04:02:52] <JustTheDoctor> replaced-url
492 [04:02:57] <JustTheDoctor> according to the internet, its in the US
493 [04:03:00] <davidebeatrici> petn-randall: I started the graphical installer and switched to the console with CTRL + ALT + F2
494 [04:03:14] <davidebeatrici> My SSD is on /dev/sda
495 [04:03:30] *** Joins: lss8_ (~lss8@replaced-ip )
496 [04:03:32] *** Quits: |subz3r0| (~|subz3r0|@replaced-ip ) (Read error: Connection reset by peer)
497 [04:04:06] <cruncher> JustTheDoctor, for google.com it doesnt matter what your locale settings are on the system
498 [04:04:16] <davidebeatrici> But when I enter "mount -t ext4 /dev/sda /mnt" it doesn't work
499 [04:04:27] *** Quits: lss8 (~lss8@replaced-ip ) (Ping timeout: 240 seconds)
500 [04:04:32] <davidebeatrici> "No such device"
501 [04:04:47] *** Joins: galex-713_ (~galex-713@replaced-ip )
502 [04:04:58] <aedinius> davidebeatrici: did you make the whole disk a filesystem or did you partition it?
503 [04:05:24] <davidebeatrici> aedinius: It's partitioned
504 [04:05:45] <aedinius> davidebeatrici: Then you wouldn't mount /dev/sda, you'd mount the partition. is it /dev/sda1 or what?
505 [04:05:52] <cruncher> davidebeatrici, i didnt read your issue, but you shoudl mount a partition, not the disk itself (try sdaX, not sda, where X is the partition number)
506 [04:06:17] <davidebeatrici> And... which partition should I mount?
507 [04:06:30] *** Joins: ihatecsv (~ihatecsv@replaced-ip )
508 [04:06:30] <davidebeatrici> I have 5 partitions
509 [04:06:33] <cruncher> davidebeatrici, whichever you want or need
510 [04:06:48] <davidebeatrici> I need to fix the boot
511 [04:07:00] <davidebeatrici> !fixmbr
512 [04:07:01] <dpkg> To reinstall <GRUB> boot to your Debian install disk/live CD, switch to the other console (Alt-F2), mount your root filesystem (mount -t ext4 /dev/whatever /target ; mount --bind /dev /target/dev ; mount -t proc none /target/proc ; mount -t sysfs none /target/sys), chroot into it (chroot /target), run "mount /boot/efi" on EFI and "update-grub && grub-install /dev/whatever". See also <rescue mode>, <dual boot guide>, <supergrub>.
513 [04:07:06] *** Quits: mo1991 (~mo1991@replaced-ip ) (Ping timeout: 258 seconds)
514 [04:07:07] <ihatecsv> So, I just ran `sudo apt autoremove`, and it deleted the sudo package.
515 [04:07:08] *** Quits: galex-713 (~galex-713@replaced-ip ) (Ping timeout: 240 seconds)
516 [04:07:12] <ihatecsv> What on earth do I do
517 [04:07:14] <ihatecsv> haha
518 [04:07:32] <aedinius> ihatecsv: well, for next time, review changes before they're committed
519 [04:07:43] <cruncher> davidebeatrici, it says, mount your root partition
520 [04:07:45] <ihatecsv> Noted
521 [04:08:07] <aedinius> ihatecsv: in the mean time, can you su to root? might have to do some boot magic (i.e. single user mode) to recover
522 [04:08:09] <davidebeatrici> cruncher: How can I know which is it?
523 [04:08:11] <cruncher> davidebeatrici, if you dont know which one it is, show us the output of fdisk -l
524 [04:08:21] <petn-randall> ihatecsv: You can reset your root password if you don't have it set:
525 [04:08:25] *** Joins: diniwed (~gavron@replaced-ip )
526 [04:08:27] <petn-randall> !fmrp
527 [04:08:27] <dpkg> If you've forgotten the <MySQL> root password, /etc/init.d/mysql stop; mysqld --skip-grant-tables; mysql -u root; use mysql; UPDATE user SET Password=PASSWORD('mynewpassword') WHERE User='root'; FLUSH PRIVILEGES; C-d; stop mysqld; /etc/init.d/mysql start See also replaced-url
528 [04:08:36] <petn-randall> !frp
529 [04:08:36] <dpkg> For GRUB: 1) press 'e' to edit the kernel setting in the grub command line (add 'init=/bin/sh' to the end of it) 2) 'fsck' your root file system, 3) 'mount -o remount,rw /', 4) 'passwd root' 5) 'mount -o remount,ro /' 6) 'reboot -d -f' (exec /sbin/init should work); For LILO: 1) 'Linux init=/bin/sh' at the LILO boot prompt (hold Shift while booting), steps 2-6 are the same; For yaboot: 1) 'Linux init=/bin/sh' at yaboot prompt.
530 [04:08:40] <ihatecsv> I do have the root password
531 [04:08:50] <aedinius> ah, then su and then apt install sudo
532 [04:08:54] <petn-randall> ihatecsv: Then just do 'su -', type it in, and apt install sudo
533 [04:09:23] <davidebeatrici> cruncher: Command not found
534 [04:09:31] *** Quits: Cueball (lee@replaced-ip ) (Quit: WeeChat 2.0-dev)
535 [04:09:36] <ihatecsv> If anyone could take a quick peek at this list, any other super important things it removed?
536 [04:09:37] <ihatecsv> replaced-url
537 [04:09:38] <aedinius> davidebeatrici: sudo fdisk -l
538 [04:09:54] <davidebeatrici> sudo: not found
539 [04:09:55] *** Joins: hf05ojh398say (~hf05ojh39@replaced-ip )
540 [04:10:03] <cruncher> no, he is apparently in the installer
541 [04:10:06] <petn-randall> davidebeatrici: What are you *exactly* typing?
542 [04:10:07] <davidebeatrici> Yes
543 [04:10:09] *** Joins: galex-713__ (~galex-713@replaced-ip )
544 [04:10:11] <aedinius> oh
545 [04:10:30] <davidebeatrici> I'm in the installer
546 [04:10:37] *** Quits: kpease (~kpease@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
547 [04:10:41] <davidebeatrici> BusyBox
548 [04:11:16] <davidebeatrici> Do I need to use GParted Live?
549 [04:11:20] *** Joins: AlexLikeRock (~AlexLikeR@replaced-ip )
550 [04:11:42] <ihatecsv> Thanks petn-randall, that worked
551 [04:11:52] <ihatecsv> Hopefully it didn't nuke anything else. Lesson learned
552 [04:11:54] <cruncher> davidebeatrici, no
553 [04:12:04] <petn-randall> ihatecsv: You're welcome, you should be fine.
554 [04:12:10] <cruncher> i guess you instantly siwtched to alt+f2
555 [04:12:16] <davidebeatrici> Yes
556 [04:12:16] <cruncher> sleect the keyboard first
557 [04:12:20] *** Quits: electrostat (~dag@replaced-ip ) (Quit: uwotm8)
558 [04:12:32] <cruncher> then fdisk -l should work
559 [04:13:10] *** Quits: galex-713_ (~galex-713@replaced-ip ) (Ping timeout: 276 seconds)
560 [04:13:48] *** Joins: banc (~master@replaced-ip )
561 [04:14:47] *** Quits: Adbray (~Adbray@replaced-ip ) (Quit: Quit)
562 [04:15:17] *** Joins: tron (tom@replaced-ip )
563 [04:15:26] *** Joins: dvs (~hibbard@replaced-ip )
564 [04:17:36] <davidebeatrici> replaced-url
565 [04:17:37] *** Joins: Adbray (~Adbray@replaced-ip )
566 [04:18:12] *** Quits: Bercik (~Yotsuba@replaced-ip ) (Ping timeout: 260 seconds)
567 [04:18:14] <cruncher> davidebeatrici, du you have that on purp
568 [04:18:22] <davidebeatrici> /dev/sda2 is the root
569 [04:18:23] *** Quits: monban (~flynn@replaced-ip ) (Remote host closed the connection)
570 [04:18:24] <cruncher> ose, or are you trying to install for the first time?
571 [04:18:36] <davidebeatrici> Purp?
572 [04:18:49] <cruncher> (see 2nd/continued phrase)
573 [04:18:54] *** Quits: ihatecsv (~ihatecsv@replaced-ip ) (Quit: Leaving)
574 [04:19:04] <davidebeatrici> Purpose
575 [04:19:19] <davidebeatrici> I need to fix the UEFI boot
576 [04:19:20] <cruncher> anyway, try with sda2
577 [04:20:00] <davidebeatrici> !fixmbr
578 [04:20:00] <dpkg> To reinstall <GRUB> boot to your Debian install disk/live CD, switch to the other console (Alt-F2), mount your root filesystem (mount -t ext4 /dev/whatever /target ; mount --bind /dev /target/dev ; mount -t proc none /target/proc ; mount -t sysfs none /target/sys), chroot into it (chroot /target), run "mount /boot/efi" on EFI and "update-grub && grub-install /dev/whatever". See also <rescue mode>, <dual boot guide>, <supergrub>.
579 [04:20:01] *** Quits: r00ter (~r00ter@replaced-ip ) (Disconnected by services)
580 [04:20:03] *** Joins: r0Oter (~r00ter@replaced-ip )
581 [04:20:29] <jmcnaught> !self tell
582 [04:20:29] <dpkg> Please do not use the bot's !tell feature on #debian to see factoids for yourself (!tell me about something). Doing so could be considered spam. Instead, send a private message to the bot (dpkg) containing the factoid you want to read. For example, instead of "!tell me about foo", use "/msg dpkg foo". See also <msg the bot>
583 [04:20:30] *** Quits: kupi (uid212005@replaced-ip ) (Quit: Connection closed for inactivity)
584 [04:20:45] <davidebeatrici> Sorry
585 [04:22:56] <tron> cant get flash player to work with firefox, where do i put the libflashplayer.so in linux so it'll work?
586 [04:23:15] <davidebeatrici> grub-install /dev/sda1, right?
587 [04:23:42] *** Joins: Bercik (~Yotsuba@replaced-ip )
588 [04:24:24] *** Quits: SerajewelKS (~me@replaced-ip ) (Quit: leaving)
589 [04:24:57] *** Joins: Evol (~Cof@replaced-ip )
590 [04:25:02] <davidebeatrici> cruncher: ^^
591 [04:25:33] *** Quits: hf05ojh398say (~hf05ojh39@replaced-ip ) (Quit: hf05ojh398say)
592 [04:25:50] *** Joins: SerajewelKS (~me@replaced-ip )
593 [04:25:50] *** Joins: hf05ojh398say (~hf05ojh39@replaced-ip )
594 [04:26:25] *** Joins: eintopf (~alex@replaced-ip )
595 [04:28:36] *** Quits: phenomcd (~quassel@replaced-ip ) (Ping timeout: 240 seconds)
596 [04:29:01] <dvs> davidebeatrici, he said sda2
597 [04:29:02] *** Joins: phenomcd (~quassel@replaced-ip )
598 [04:29:08] *** Quits: phenomcd_ (~quassel@replaced-ip ) (Ping timeout: 268 seconds)
599 [04:29:15] *** Joins: phenomcd_ (~quassel@replaced-ip )
600 [04:29:27] <Henry151> So, I'm on a panasonic toughbook CF-30 MK2; running Debian linux; when I run acpi, it tells me that my battery is at 0%
601 [04:29:30] <Henry151> so it could turn off any instant.
602 [04:29:34] <Henry151> however, it's been saying 0%, 0 minutes remaining, for about ten minutes
603 [04:29:39] <Henry151> I'm curious, how can I reset or recalibrate the measurement to be more accurate? or is that possible?
604 [04:29:41] <tron> plug it in
605 [04:29:44] <Henry151> lol
606 [04:29:50] <Henry151> will do when I get back to an outlet
607 [04:29:50] *** Quits: guest2338 (~guest3252@replaced-ip ) (Quit: Leaving)
608 [04:30:04] *** Joins: spikeyball (~spikey@replaced-ip )
609 [04:30:23] <Henry151> I frequently need to be unplugged for the lifetime of the battery (in fact I have three batteries for it, and often I have to run through all three and still wish I had a fourth)
610 [04:30:41] <Henry151> I plan to buy an additional battery later this week
611 [04:30:47] <tron> damn
612 [04:30:55] <Henry151> and an external charger to help me keep them charged
613 [04:31:07] <Henry151> I'm just wondering about configuring the measurement to be more accurate
614 [04:31:20] <Henry151> it seems like I usually have almost 20 minutes after it says 0% before it turns off
615 [04:31:30] <Henry151> (if I turn my display brightness all the way low)
616 [04:31:34] <tron> you use it for 12+ hours a day?
617 [04:32:28] <tron> u a porn addict?
618 [04:32:31] <Henry151> lol
619 [04:32:32] *** Joins: Haudegen (~quassel@replaced-ip )
620 [04:32:36] <Henry151> these are old batteries
621 [04:32:39] <Henry151> last about 2 hours each
622 [04:32:44] *** Joins: mad_hatter (~madhatter@replaced-ip )
623 [04:32:45] <tron> get a newer laptop
624 [04:32:52] <Henry151> I bought three of these toughbooks on ebay
625 [04:33:02] *** Quits: Antoxyde (~Croziflet@replaced-ip ) (Quit: Leaving)
626 [04:33:04] <Henry151> I put the best parts into one machine, bought an SSD and some extra ram
627 [04:33:04] <tron> toughbooks are old
628 [04:33:08] <Henry151> I love it
629 [04:33:16] <Henry151> it does everything I need it to, and stands up to the abuse
630 [04:33:19] *** Quits: chachasmooth (~chachasmo@replaced-ip ) (Ping timeout: 276 seconds)
631 [04:33:22] <davidebeatrici> dvs: No, that was my root partition
632 [04:33:23] * dTal is tensely waiting for Henry151 to ping timeout
633 [04:33:30] <tron> lol
634 [04:33:36] <Henry151> I had an E6410ATG Dell Latitude, it lasted me about three weeks
635 [04:33:43] <Henry151> supposedly "semi-rugged"
636 [04:33:44] <tron> geez
637 [04:33:46] <dvs> davidebeatrici, ah, you need your /boot partition
638 [04:33:48] <Henry151> more like "extremely fragile
639 [04:34:04] <davidebeatrici> petn-randall, aedinius, cruncher: I'm writing from my PC :-)
640 [04:34:07] <Henry151> where do I cat for bat voltage and such again? I forget
641 [04:34:08] <tron> laptops arnt made for abuse
642 [04:34:13] <davidebeatrici> Thank you very very very much for your help!
643 [04:34:14] <Henry151> the toughbook is :D
644 [04:34:37] <davidebeatrici> I still don't know why the UEFI Debian option disappeared after updating the BIOS
645 [04:34:46] <davidebeatrici> But the important thing is that now everything works
646 [04:34:47] <Henry151> I do customer support on the telephone while I hike the long trail, go canoeing, bring my nephews fishing and camping, etc
647 [04:34:50] <petn-randall> davidebeatrici: You're welcome! Glad it all worked out again.
648 [04:35:07] <tron> tech support on the rapids
649 [04:35:10] <dTal> Henry151: /sys/class/power_supply/BAT0/stuff
650 [04:35:15] <dvs> davidebeatrici, I have my entry as a removable device
651 [04:35:26] <davidebeatrici> petn-randall: I also got rid of the two invalid header warnings at boot
652 [04:35:28] <Henry151> All I need from my device is 1. a mobile broadband connection 2. durability and 3. ability to run the slack desktop app
653 [04:35:32] <Henry151> dTal: thanks
654 [04:35:38] <davidebeatrici> Because I updated the BIOS
655 [04:35:52] <dTal> although on this machine it's BAT1, go figure
656 [04:35:55] <davidebeatrici> dvs: Because you have Debian on a USB key?
657 [04:36:18] <dvs> davidebeatrici, nope, they're both on an SSD
658 [04:36:26] <davidebeatrici> dvs: Weird
659 [04:36:36] <davidebeatrici> What motherboard do you have?
660 [04:36:45] <dvs> davidebeatrici, that's the only way I could get it to work
661 [04:36:46] <davidebeatrici> I see my Debian entry in UEFI Hard drive
662 [04:36:50] <davidebeatrici> Which is right
663 [04:37:07] <dvs> davidebeatrici, one is a ThinkPad E560 and the other is an Asus Z170
664 [04:37:31] <tron> chinkpad
665 [04:37:47] <bazhang> tron what?
666 [04:37:51] <tron> nothing
667 [04:38:04] <tron> tech joke
668 [04:38:09] <davidebeatrici> dvs: Beautiful notebook
669 [04:38:20] <davidebeatrici> Did you try to update the BIOS?
670 [04:38:20] *** Joins: chachasmooth (~chachasmo@replaced-ip )
671 [04:38:22] <petn-randall> tron: Do you have a Debian support question?
672 [04:38:25] <bazhang> tron is that about lenovo being chinese?
673 [04:38:32] <dvs> davidebeatrici, it's awesome. Except for the keyboard I replaced today
674 [04:38:34] <tron> yes, noone replied
675 [04:38:36] <tron> yes
676 [04:38:46] <davidebeatrici> dvs: Did it broke?
677 [04:38:47] <bazhang> super
678 [04:39:02] <tron> cant get flash player to work with firefox, where do i put the libflashplayer.so so it'll work?
679 [04:39:03] *** Quits: lss8_ (~lss8@replaced-ip ) (Read error: Connection reset by peer)
680 [04:39:06] <dvs> davidebeatrici, two of the keys "semi-popped out"
681 [04:39:12] *** Quits: th0r (~th0r@replaced-ip ) (Ping timeout: 260 seconds)
682 [04:39:16] *** Quits: hf05ojh398say (~hf05ojh39@replaced-ip ) (Quit: hf05ojh398say)
683 [04:39:23] <davidebeatrici> Ah, that's a classic on notebooks
684 [04:39:32] *** Joins: hf05ojh398say (~hf05ojh39@replaced-ip )
685 [04:39:37] <dvs> davidebeatrici, never happened before on me
686 [04:40:01] <davidebeatrici> Because you probably treat them well
687 [04:40:11] <davidebeatrici> But I have seen many, many notebooks with keys popped out
688 [04:40:22] <tron> abused notebooks
689 [04:41:04] <tron> no way that happens on accident
690 [04:41:09] <petn-randall> tron: You can install the flash player on chromium, I'd recommend not using it otherwise.
691 [04:41:10] *** Joins: x032cx (~lxuser@replaced-ip )
692 [04:41:19] <tron> k thnx
693 [04:41:27] *** Quits: nottiknuep (~nothingne@replaced-ip ) (Quit: Leaving)
694 [04:41:32] *** Quits: rizzo (~RizzoTheR@replaced-ip ) (Ping timeout: 260 seconds)
695 [04:42:06] *** Joins: lss8 (~lss8@replaced-ip )
696 [04:42:24] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Read error: Connection reset by peer)
697 [04:42:53] *** Quits: eintopf (~alex@replaced-ip ) (Remote host closed the connection)
698 [04:42:54] <petn-randall> tron: Otherwise second hit googling for "libflashplayer.so": replaced-url
699 [04:44:48] *** Joins: kaizoku (kaizoku@replaced-ip )
700 [04:45:45] *** Quits: tron (tom@replaced-ip ) (Quit: leaving)
701 [04:46:17] <kaizoku> I'm having some strange suspend issues.. My laptop will randomly resume, sometimes while in my bag
702 [04:46:33] *** Joins: Ticho (~Ticho@replaced-ip )
703 [04:46:43] <kaizoku> last night it was on a table, with the lid closed, after suspending with pm-suspend
704 [04:47:30] *** Quits: Ticho_ (~Ticho@replaced-ip ) (Ping timeout: 240 seconds)
705 [04:47:32] *** Quits: mylinux_ (~mylinux@replaced-ip ) (Remote host closed the connection)
706 [04:47:33] <kaizoku> I have been having some odd behavior with my trackpad. I'm not sure if it's related.
707 [04:47:37] *** Quits: AlexLikeRock (~AlexLikeR@replaced-ip ) (Quit: Leaving)
708 [04:47:53] <kaizoku> I cannot suspend unless I remove the "rmi_smbus" module beforehand
709 [04:48:01] *** Quits: amcorreia (~amcorreia@replaced-ip ) (Ping timeout: 248 seconds)
710 [04:48:32] *** Quits: Henry151 (~bishop@replaced-ip ) (Ping timeout: 260 seconds)
711 [04:48:53] *** Quits: littlekitty (uid234006@replaced-ip ) (Quit: Connection closed for inactivity)
712 [04:49:00] *** debhelper sets mode: +l 1698
713 [04:49:14] *** Joins: th0r (~th0r@replaced-ip )
714 [04:49:42] *** Quits: peterbecich (~user@replaced-ip ) (Ping timeout: 260 seconds)
715 [04:50:37] *** Joins: xsukax (~xsukax@replaced-ip )
716 [04:50:42] *** Joins: fstd_ (~fstd@replaced-ip )
717 [04:51:13] *** Quits: Ticho (~Ticho@replaced-ip ) (Ping timeout: 248 seconds)
718 [04:51:14] *** Joins: Ticho_ (~Ticho@replaced-ip )
719 [04:51:16] *** Joins: karakedi (~eAC53C340@replaced-ip )
720 [04:52:02] *** Parts: xsukax (~xsukax@replaced-ip )
721 [04:52:17] *** Quits: lss8 (~lss8@replaced-ip ) (Ping timeout: 248 seconds)
722 [04:52:44] *** Joins: lss8 (~lss8@replaced-ip )
723 [04:54:01] *** Joins: Ticho (~Ticho@replaced-ip )
724 [04:54:23] *** Joins: electrostat (~dag@replaced-ip )
725 [04:54:57] *** Quits: fstd (~fstd@replaced-ip ) (Ping timeout: 260 seconds)
726 [04:54:58] *** fstd_ is now known as fstd
727 [04:55:06] *** Quits: Emmanuel_Chanel (~emmanuel@replaced-ip ) (Ping timeout: 240 seconds)
728 [04:55:27] *** Quits: mad_hatter (~madhatter@replaced-ip ) (Ping timeout: 240 seconds)
729 [04:56:10] *** Quits: Ticho_ (~Ticho@replaced-ip ) (Ping timeout: 258 seconds)
730 [04:58:13] *** Quits: lss8 (~lss8@replaced-ip ) (Read error: Connection reset by peer)
731 [04:58:36] *** Quits: mdorenka (~mdorenka@replaced-ip ) (Ping timeout: 240 seconds)
732 [04:59:41] *** Quits: e14 (~e14@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
733 [04:59:59] *** Joins: lss8 (~lss8@replaced-ip )
734 [05:00:00] *** Quits: cadillac_ (~omab@replaced-ip ) (Quit: I quit)
735 [05:00:53] *** Joins: mdorenka (~mdorenka@replaced-ip )
736 [05:01:34] *** Quits: chachasmooth (~chachasmo@replaced-ip ) (Ping timeout: 255 seconds)
737 [05:02:17] *** Joins: flynn (~flynn@replaced-ip )
738 [05:02:38] *** flynn is now known as Guest31323
739 [05:03:28] *** Quits: cryptanalitic (~reserver@replaced-ip ) (Ping timeout: 260 seconds)
740 [05:04:06] *** Joins: chachasmooth (~chachasmo@replaced-ip )
741 [05:05:27] *** Quits: SpikeHeron (~DutchIngr@replaced-ip ) (Quit: Leaving)
742 [05:13:08] *** Quits: tikun (~David@replaced-ip ) (Read error: Connection reset by peer)
743 [05:15:51] *** Joins: BenNZ (~Ben__@replaced-ip )
744 [05:16:32] *** Quits: Tom-_ (~tomg@replaced-ip ) (Ping timeout: 260 seconds)
745 [05:16:32] *** Quits: ansusf (~ansusf@replaced-ip ) (Quit: Lost terminal)
746 [05:16:54] *** Quits: Wyzard (~mike@replaced-ip ) (Quit: Leaving)
747 [05:16:54] *** Joins: Tom-_ (~tomg@replaced-ip )
748 [05:17:21] *** Joins: Rokixz (~rokas@replaced-ip )
749 [05:17:29] *** Quits: attente (~william@replaced-ip ) (Quit: WeeChat 1.9)
750 [05:18:49] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 276 seconds)
751 [05:19:00] *** debhelper sets mode: +l 1692
752 [05:21:12] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
753 [05:21:36] *** Quits: codebam (codebam@replaced-ip ) (Quit: Account terminated by the PanicBNC Staff Team.)
754 [05:23:25] *** Joins: Henry151 (~bishop@replaced-ip )
755 [05:23:55] *** Joins: Zvmdyv (~Zvmdyv@replaced-ip )
756 [05:24:32] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
757 [05:24:41] <Henry151> heh I got back to a power outlet :D
758 [05:24:49] <Henry151> now I have a new type of question
759 [05:25:36] <Henry151> my laptop shut off by running out of battery; now I have some unforseen problems, specifically, my bash history from the last few hours is gone
760 [05:25:54] <Henry151> any chance that I can recover it with a command, like maybe fsck?
761 [05:25:57] *** Joins: KindTwo (kindone@replaced-ip )
762 [05:26:10] *** Quits: KindOne (kindone@replaced-ip ) (Ping timeout: 240 seconds)
763 [05:26:35] <jmcnaught> it probably was not written to disk if bash never exited
764 [05:26:48] *** Quits: malademental (~emixam@replaced-ip ) (Ping timeout: 260 seconds)
765 [05:26:52] <Henry151> ah. I see.
766 [05:27:13] <Henry151> oh well, no major loss of data or anything, just have to re-figure out some commands I had just figured out
767 [05:27:34] <jmcnaught> start taking notes ;)
768 [05:28:08] <Henry151> the one I was searching for I actually found just now by grepping through history; I had done it yesterday as well (an ssh connection that I was worried I wouldn't be able to recreate having not written down the details anywhere)
769 [05:28:13] *** Joins: malademental (~emixam@replaced-ip )
770 [05:28:17] *** Joins: canvon (~canvon@replaced-ip )
771 [05:28:31] *** Quits: canvon_ (~canvon@replaced-ip ) (Ping timeout: 258 seconds)
772 [05:28:42] <Henry151> jmcnaught: I do usually keep some notes :D
773 [05:29:18] *** Joins: Cueball (lee@replaced-ip )
774 [05:29:42] <Henry151> wanna see my notefile actually? just for fun here it is replaced-url
775 [05:30:07] *** KindTwo is now known as KindOne
776 [05:31:14] <jmcnaught> Henry151: cool ☺
777 [05:32:12] <Henry151> funny how things work though; I find usually once I write a command in my notes file, then the very act of putting it there helps commit it to memory, and I don't usually have to actually go look in the notes to use it XD
778 [05:32:28] *** Quits: Tom-_ (~tomg@replaced-ip ) (Ping timeout: 276 seconds)
779 [05:33:11] *** Joins: Pr0metheus (~nezos@replaced-ip )
780 [05:33:14] *** Quits: Pr0metheus (~nezos@replaced-ip ) (Remote host closed the connection)
781 [05:33:29] <Henry151> conversely, I usually only think to add something to notes, when I'm stuck and can't remember a command I have previously used, and think "darn it, I should've written that in my notes"
782 [05:34:58] *** Joins: Tom-_ (~tomg@replaced-ip )
783 [05:35:02] *** Joins: citypw (~citypw@replaced-ip )
784 [05:35:17] *** Joins: HarendraSingh (uid242285@replaced-ip )
785 [05:36:00] <Henry151> so, I had asked earlier before my laptop ran out of battery, but didn't see any responses (maybe they came in after the battery died? not sure).. I was asking, when I run acpi my battery shows as 0% usually about 15 or 20 minutes before I actually run out of battery
786 [05:36:36] *** Quits: Evol (~Cof@replaced-ip ) (Quit: Leaving)
787 [05:36:51] <Henry151> is there any way to make that more accurate? either calibration of some sort, or other commands that might give a more accurate picture of my remaining battery life?
788 [05:37:00] *** Joins: N3V3RM1^D (~Thunderbi@replaced-ip )
789 [05:37:49] <Henry151> I have been poking around in /sys/......power_supply which I've now forgotten where is because I lost my bash history and never wrote it in my notes XD
790 [05:38:06] *** Joins: pingfloyd (~pingfloyd@replaced-ip )
791 [05:38:06] *** Parts: eck (~eck@replaced-ip )
792 [05:38:11] <dTal> that's usually at the platform level, see if the BIOS has a battery calibration thingy
793 [05:38:33] <dTal> and the path was /sys/class/power_supply/BAT0/stuff
794 [05:39:13] *** Quits: krytarik (~krytarik@replaced-ip ) (Quit: Leaving)
795 [05:39:15] *** Quits: hf05ojh398say (~hf05ojh39@replaced-ip ) (Quit: hf05ojh398say)
796 [05:39:28] *** Joins: hf05ojh398say (~hf05ojh39@replaced-ip )
797 [05:40:43] <Henry151> dTal: thanks! I had just found my way back there a moment ago in my other terminal window, but I appreciate the guidance, especially repeat, I know it's annoying to teach somebody something and have them ask again a few hours later :D
798 [05:40:59] <Henry151> I'll add it to my notes and then never need to look there for it again XD
799 [05:42:22] <dTal> no worries
800 [05:43:39] *** Quits: rpifan (~rpifan@replaced-ip ) (Quit: Leaving)
801 [05:44:14] <Henry151> so, I'll set that aside and check for a battery calibration thingy in my bios next time I reboot. I have another problem I'm facing if anybody wants to help -- I believe I have bluetooth hardware in this machine, but have been unable to get it to work so far. I don't remember or have written down the errors I was getting, but I remember that when I googled them, I found plenty of others in similar
802 [05:44:20] <Henry151> situations. I'm going to try again now, if anybody wants to help me with it, I'll have my error messages ready in a few moments
803 [05:45:33] *** Joins: cryptanalitic (~reserver@replaced-ip )
804 [05:46:37] <dTal> I can only point you in the general direction of the Debian wiki
805 [05:46:40] *** Joins: checkItO_ (~checkItou@replaced-ip )
806 [05:46:48] <Henry151> so, systemctl status bluetooth says replaced-url
807 [05:46:55] <Henry151> dTal: thanks
808 [05:47:03] <Henry151> debian is extremely well documented, in my opinion
809 [05:47:04] <dTal> replaced-url
810 [05:48:16] *** Quits: checkItO_ (~checkItou@replaced-ip ) (Remote host closed the connection)
811 [05:48:35] *** Quits: Gi0_ (~Gi0@replaced-ip ) (Read error: Connection reset by peer)
812 [05:48:59] *** Joins: peterbecich (~peterbeci@replaced-ip )
813 [05:49:12] *** Quits: checkItOut (~checkItou@replaced-ip ) (Ping timeout: 260 seconds)
814 [05:49:23] *** Joins: Gi0 (~Gi0@replaced-ip )
815 [05:50:05] *** Quits: edwardly (~edwardly@replaced-ip ) (Max SendQ exceeded)
816 [05:50:12] *** Quits: in1t3r (~shiva@replaced-ip ) (Remote host closed the connection)
817 [05:51:13] *** Joins: edwardly (~edwardly@replaced-ip )
818 [05:51:13] *** Quits: edwardly (~edwardly@replaced-ip ) (Changing host)
819 [05:51:14] *** Joins: edwardly (~edwardly@replaced-ip )
820 [05:51:21] *** Joins: well_laid_lawn (~Jean-luc@replaced-ip )
821 [05:52:07] <Henry151> looking at that wiki page, I'm seeing it recommends gnome-bluetooth for gnome, bluedevil for kde, and blueman for Gtk2. I am running xfce. Any advice (from anybody) about which of these or which other option might be best for xfce?
822 [05:52:12] *** Joins: eldee (~eldee@replaced-ip )
823 [05:52:55] *** Quits: webuser5224 (~webuser52@replaced-ip ) (Ping timeout: 246 seconds)
824 [05:52:59] *** Joins: Rusty1_ (~kanotix@replaced-ip )
825 [05:53:08] *** Joins: Emmanuel_Chanel (~emmanuel@replaced-ip )
826 [05:54:20] *** Quits: Tom-_ (~tomg@replaced-ip ) (Ping timeout: 260 seconds)
827 [05:54:27] *** Quits: tonymke (~tonymke@replaced-ip ) (Quit: Leaving.)
828 [05:54:44] *** Joins: Tom-_ (~tomg@replaced-ip )
829 [05:57:19] *** Quits: eldee (~eldee@replaced-ip ) (Ping timeout: 268 seconds)
830 [05:58:09] *** Joins: dayten (~gnoid@replaced-ip )
831 [05:58:36] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 240 seconds)
832 [05:59:07] *** Quits: peterbecich (~peterbeci@replaced-ip ) (Ping timeout: 260 seconds)
833 [05:59:30] <well_laid_lawn> Henry151: I'd go for blueman - gtk2 sounds best for xfce
834 [05:59:59] *** Quits: sasukeskapa (~sasukeska@replaced-ip ) (Quit: Leaving)
835 [05:59:59] *** Quits: dayten (~gnoid@replaced-ip ) (Remote host closed the connection)
836 [06:00:43] *** Joins: graytron (~tero@replaced-ip )
837 [06:01:40] *** Quits: spikeyball (~spikey@replaced-ip ) (Ping timeout: 246 seconds)
838 [06:01:48] *** Quits: Tom-_ (~tomg@replaced-ip ) (Ping timeout: 240 seconds)
839 [06:02:14] *** Joins: Tom-_ (~tomg@replaced-ip )
840 [06:02:18] *** Joins: Pr0metheus (~nezos@replaced-ip )
841 [06:03:08] *** Quits: chachasmooth (~chachasmo@replaced-ip ) (Ping timeout: 255 seconds)
842 [06:04:13] *** Joins: chachasmooth (~chachasmo@replaced-ip )
843 [06:05:15] *** Joins: Gi0_ (~Gi0@replaced-ip )
844 [06:05:50] *** Quits: LifeFrame (~smica83@replaced-ip ) (Quit: Bye)
845 [06:06:34] *** Joins: tao (~tao@replaced-ip )
846 [06:08:18] *** Quits: tao (~tao@replaced-ip ) (Client Quit)
847 [06:08:33] *** Quits: Gi0 (~Gi0@replaced-ip ) (Ping timeout: 248 seconds)
848 [06:08:48] *** Quits: Tom-_ (~tomg@replaced-ip ) (Ping timeout: 240 seconds)
849 [06:09:18] *** Joins: Gi0 (~Gi0@replaced-ip )
850 [06:09:54] *** Joins: Nnavd (~Nnavd@replaced-ip )
851 [06:10:08] *** Quits: altin (~altin@replaced-ip ) (Ping timeout: 240 seconds)
852 [06:12:28] *** Quits: Gi0_ (~Gi0@replaced-ip ) (Ping timeout: 240 seconds)
853 [06:12:50] *** Joins: Gi0_ (~Gi0@replaced-ip )
854 [06:13:36] *** Joins: attente (~william@replaced-ip )
855 [06:16:06] *** Quits: Gi0 (~Gi0@replaced-ip ) (Ping timeout: 240 seconds)
856 [06:16:26] *** Quits: sidmo_ (~ilven@replaced-ip ) (Quit: Konversation terminated!)
857 [06:18:56] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 246 seconds)
858 [06:19:00] *** Joins: CBF16888 (~CBF16888@replaced-ip )
859 [06:19:46] *** Joins: sidmo (~ilven@replaced-ip )
860 [06:19:57] *** Quits: rkta (~kt@replaced-ip ) (Ping timeout: 240 seconds)
861 [06:20:47] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
862 [06:23:44] *** Joins: dmatt (~quassel@replaced-ip )
863 [06:23:58] *** Quits: wooden (~anon@replaced-ip ) (Read error: Connection reset by peer)
864 [06:24:39] *** Joins: checkItOut (~checkItou@replaced-ip )
865 [06:25:06] *** Joins: AlexLikeRock (~AlexLikeR@replaced-ip )
866 [06:25:10] *** Quits: checkItOut (~checkItou@replaced-ip ) (Remote host closed the connection)
867 [06:25:16] *** Quits: bit1 (~joseanton@replaced-ip ) (Ping timeout: 255 seconds)
868 [06:25:39] *** Joins: wooden (~anon@replaced-ip )
869 [06:25:40] *** Joins: checkItOut (~checkItou@replaced-ip )
870 [06:27:19] *** Joins: rkta (~kt@replaced-ip )
871 [06:27:36] *** Quits: attente (~william@replaced-ip ) (Ping timeout: 240 seconds)
872 [06:27:51] *** Joins: bloodmagexd (~bloodmage@replaced-ip )
873 [06:28:14] *** Joins: Liferer (~dmitry@replaced-ip )
874 [06:28:28] <bloodmagexd> /msg NickServ REGISTER <password> <email-address>
875 [06:29:12] *** Quits: lexruee (~Alexander@replaced-ip ) (Remote host closed the connection)
876 [06:30:00] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 268 seconds)
877 [06:30:49] *** Joins: galex-713_ (~galex-713@replaced-ip )
878 [06:30:56] *** Joins: attente (~william@replaced-ip )
879 [06:31:14] *** Joins: graytron (~tero@replaced-ip )
880 [06:31:41] *** Joins: tao (~tao@replaced-ip )
881 [06:33:22] *** Quits: galex-713__ (~galex-713@replaced-ip ) (Ping timeout: 255 seconds)
882 [06:33:37] *** Quits: citypw (~citypw@replaced-ip ) (Remote host closed the connection)
883 [06:33:55] *** Joins: citypw (~citypw@replaced-ip )
884 [06:34:13] *** Quits: safe (~safe@replaced-ip ) (Read error: Connection reset by peer)
885 [06:34:13] *** Quits: AlexZ_ (~alex@replaced-ip ) (Quit: quit)
886 [06:34:42] *** Joins: factor (0fd3c953@replaced-ip )
887 [06:34:43] *** Quits: Rusty1_ (~kanotix@replaced-ip ) (Quit: Konversation terminated!)
888 [06:35:13] <factor> I was wondering how do I get backports to work for raspberry pi jessie?
889 [06:35:32] *** Joins: AlexZ_ (~alex@replaced-ip )
890 [06:35:37] *** Quits: blokmsquare (~blokmsqua@replaced-ip ) (Quit: laterz...)
891 [06:35:47] <factor> needing hte libicudata48 package.
892 [06:36:24] *** Quits: x032cx (~lxuser@replaced-ip ) (Quit: "You picked the wrong kite to run away with!")
893 [06:37:24] *** Joins: johefernan (~joheferna@replaced-ip )
894 [06:37:36] *** Quits: galex-713_ (~galex-713@replaced-ip ) (Ping timeout: 240 seconds)
895 [06:38:13] *** Joins: galex-713 (~galex-713@replaced-ip )
896 [06:38:40] *** Quits: lkolstad (~ljk@replaced-ip ) (Ping timeout: 260 seconds)
897 [06:39:17] *** Quits: hf05ojh398say (~hf05ojh39@replaced-ip ) (Quit: hf05ojh398say)
898 [06:39:18] <AlexLikeRock> factor, backport, are like strecth
899 [06:39:32] *** Joins: hf05ojh398say (~hf05ojh39@replaced-ip )
900 [06:39:53] <AlexLikeRock> so... , change your repos to stretch for a once time, then back to jessie
901 [06:39:53] *** Joins: anon_ (~anon@replaced-ip )
902 [06:40:18] *** Parts: anon_ (~anon@replaced-ip )
903 [06:40:24] *** Joins: checkItO_ (~checkItou@replaced-ip )
904 [06:40:53] *** Quits: checkItOut (~checkItou@replaced-ip ) (Read error: Connection reset by peer)
905 [06:40:54] *** Quits: checkItO_ (~checkItou@replaced-ip ) (Remote host closed the connection)
906 [06:41:24] <factor> AlexLikeRock: So can I use the default back port of debian for raspberry pi
907 [06:41:26] *** Joins: checkItOut (~checkItou@replaced-ip )
908 [06:41:58] <AlexLikeRock> yes
909 [06:42:10] <AlexLikeRock> then , chang it back
910 [06:43:40] <factor> got it , thanks AlexLikeRock
911 [06:43:41] <AlexLikeRock> remember some packages from debian are little diferent from R-pi
912 [06:45:04] *** Joins: OS-31305 (~OS-31305@replaced-ip )
913 [06:45:49] *** Quits: OS-31305 (~OS-31305@replaced-ip ) (Client Quit)
914 [06:46:39] *** Quits: dmatt (~quassel@replaced-ip ) (Ping timeout: 268 seconds)
915 [06:47:04] *** Quits: chachasmooth (~chachasmo@replaced-ip ) (Ping timeout: 260 seconds)
916 [06:48:27] *** Joins: mylinux (~mylinux@replaced-ip )
917 [06:48:33] *** Quits: banc (~master@replaced-ip##) (Quit: ZNC - ##replaced-url
918 [06:49:03] *** Joins: Hydrastra (~lulkraken@replaced-ip )
919 [06:49:11] *** Quits: Spec (~Spec@replaced-ip ) (Quit: .)
920 [06:49:18] *** Joins: chachasmooth (~chachasmo@replaced-ip )
921 [06:50:21] *** Parts: CBF16888 (~CBF16888@replaced-ip )
922 [06:51:22] *** Joins: banc (~master@replaced-ip )
923 [06:52:04] *** Joins: dmatt (~quassel@replaced-ip )
924 [06:52:05] *** Quits: tao (~tao@replaced-ip ) (Read error: Connection reset by peer)
925 [06:52:16] <factor> AlexLikeRock: How can I find the back port. I need libicu48
926 [06:52:29] *** Quits: magyar (~magyar@replaced-ip ) (Quit: Riding the split)
927 [06:53:10] *** Quits: mylinux (~mylinux@replaced-ip ) (Ping timeout: 255 seconds)
928 [06:54:04] *** Joins: knop (~andreas@replaced-ip )
929 [06:54:15] *** Quits: hf05ojh398say (~hf05ojh39@replaced-ip ) (Quit: hf05ojh398say)
930 [06:54:22] *** Quits: lss8 (~lss8@replaced-ip ) (Read error: Connection reset by peer)
931 [06:54:32] *** Joins: hf05ojh398say (~hf05ojh39@replaced-ip )
932 [06:55:05] *** Quits: baptist (~baptsk@replaced-ip ) (Ping timeout: 240 seconds)
933 [06:55:52] *** Joins: baptist (~baptsk@replaced-ip )
934 [06:56:10] <AlexLikeRock> factor, wait -.....
935 [06:56:30] *** Joins: lkolstad (~ljk@replaced-ip )
936 [06:56:52] *** Quits: rick8024 (~andreas@replaced-ip ) (Ping timeout: 260 seconds)
937 [06:56:57] *** knop is now known as rick8024
938 [06:57:06] <AlexLikeRock> replaced-url
939 [06:57:17] <AlexLikeRock> download manual
940 [06:57:33] <factor> Looking
941 [06:58:13] *** Joins: lss8 (~lss8@replaced-ip )
942 [06:59:35] *** Quits: Geekologist (~geek@replaced-ip ) (Ping timeout: 240 seconds)
943 [07:00:08] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 260 seconds)
944 [07:00:47] *** Joins: adoua (~adoua@replaced-ip )
945 [07:01:22] *** Joins: tikun (~David@replaced-ip )
946 [07:01:42] *** Joins: dreamon__ (~dreamon@replaced-ip )
947 [07:01:46] *** Joins: graytron (~tero@replaced-ip )
948 [07:02:01] *** Quits: iWaldo (~iWaldo@replaced-ip ) (Read error: Connection reset by peer)
949 [07:04:34] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 264 seconds)
950 [07:05:15] *** Quits: samlisl_ (~kculpic@replaced-ip ) (Quit: Leaving)
951 [07:05:37] *** Quits: lss8 (~lss8@replaced-ip ) (Ping timeout: 260 seconds)
952 [07:05:52] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
953 [07:06:20] *** Quits: x|h (~1101x-hor@replaced-ip ) (Remote host closed the connection)
954 [07:07:06] *** Quits: trewas (~trewas@replaced-ip ) (Ping timeout: 240 seconds)
955 [07:07:07] *** Quits: BenNZ (~Ben__@replaced-ip ) (Quit: Everytime I think IQ's must have dropped recently, I remember that this is the internet)
956 [07:07:39] *** Joins: Ericounet (~Eric@replaced-ip )
957 [07:08:55] *** Joins: overlord_tm (~andraz@replaced-ip )
958 [07:09:13] *** Joins: Spec (~Spec@replaced-ip )
959 [07:09:45] *** Quits: diniwed (~gavron@replaced-ip ) (Quit: WeeChat 1.0.1)
960 [07:09:58] *** Joins: lss8 (~lss8@replaced-ip )
961 [07:10:08] *** Quits: fearnothing (~nothing@replaced-ip ) (Remote host closed the connection)
962 [07:12:23] *** Quits: Pr0metheus (~nezos@replaced-ip ) (Quit: Pr0metheus)
963 [07:12:31] *** Joins: woshty (~irc@replaced-ip )
964 [07:14:00] *** Quits: ioudas^working (~ioudasw@replaced-ip ) (Remote host closed the connection)
965 [07:14:21] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 255 seconds)
966 [07:15:05] *** Quits: aedinius (~aedinius@replaced-ip ) (Ping timeout: 240 seconds)
967 [07:15:33] *** Joins: aedinius (~aedinius@replaced-ip )
968 [07:15:48] *** Joins: makomatic (~makomatic@replaced-ip )
969 [07:16:00] *** Joins: graytron (~tero@replaced-ip )
970 [07:20:29] *** Joins: Bock (~bocaneri@replaced-ip )
971 [07:21:31] <AlexLikeRock> factor, do you work
972 [07:21:31] <AlexLikeRock> ?
973 [07:21:42] <AlexLikeRock> do you download ?
974 [07:23:14] *** Quits: patterson (~patterson@replaced-ip##) (Quit: Going offline, see ya! (##replaced-url
975 [07:23:29] *** Quits: lss8 (~lss8@replaced-ip ) (Read error: Connection reset by peer)
976 [07:23:55] *** Joins: lss8 (~lss8@replaced-ip )
977 [07:23:55] *** Quits: lss8 (~lss8@replaced-ip ) (Changing host)
978 [07:23:55] *** Joins: lss8 (~lss8@replaced-ip )
979 [07:26:51] *** Joins: mdim (~mdim@replaced-ip )
980 [07:27:14] <factor> It worked I have it installed AlexLikeRock
981 [07:28:01] <AlexLikeRock> very good ,
982 [07:28:03] <AlexLikeRock> GNU !
983 [07:28:34] *** Quits: lss8 (~lss8@replaced-ip ) (Read error: Connection reset by peer)
984 [07:29:22] *** Joins: lss8 (~lss8@replaced-ip )
985 [07:29:31] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 246 seconds)
986 [07:30:23] *** Quits: hf05ojh398say (~hf05ojh39@replaced-ip ) (Quit: hf05ojh398say)
987 [07:30:35] *** Joins: hf05ojh398say (~hf05ojh39@replaced-ip )
988 [07:31:16] *** Joins: graytron (~tero@replaced-ip )
989 [07:32:06] *** Quits: ChmEarl (~chmearl@replaced-ip ) (Quit: Leaving)
990 [07:33:15] *** Quits: shannara (~Stanislas@replaced-ip ) (Quit: Leaving)
991 [07:34:10] *** Joins: DaBossDaChef (~DaBossDaC@replaced-ip )
992 [07:34:41] *** Joins: randomuser123123 (~randomuse@replaced-ip )
993 [07:35:34] <factor> :)
994 [07:35:52] <randomuser123123> Is there anyone here who can help me with an issue which I have been encountering?
995 [07:36:41] <petn-randall> !ask
996 [07:36:41] <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>.
997 [07:36:45] <petn-randall> randomuser123123: ^^^
998 [07:36:51] <randomuser123123> ah thanks
999 [07:37:48] *** Quits: ASpacy (~JeDa@replaced-ip ) (Quit: ugh)
1000 [07:38:06] *** Quits: master_of_master (~master_of@replaced-ip ) (Ping timeout: 240 seconds)
1001 [07:38:13] *** Quits: Rosco2 (~RossGammo@replaced-ip ) (Quit: Leaving)
1002 [07:38:27] *** Quits: Zardoz (~Zardoz@replaced-ip ) (Ping timeout: 240 seconds)
1003 [07:38:27] *** Quits: Spec (~Spec@replaced-ip ) (Ping timeout: 268 seconds)
1004 [07:38:45] *** Quits: lkolstad (~ljk@replaced-ip ) (Quit: WeeChat 1.8)
1005 [07:39:00] *** debhelper sets mode: +l 1685
1006 [07:39:07] *** Joins: lkolstad (~ljk@replaced-ip )
1007 [07:39:18] *** Quits: hf05ojh398say (~hf05ojh39@replaced-ip ) (Quit: hf05ojh398say)
1008 [07:39:59] *** Joins: Zardoz (~Zardoz@replaced-ip )
1009 [07:41:03] *** Joins: patterson (~patterson@replaced-ip )
1010 [07:41:33] <randomuser123123> When I try to use some essential services (such as gpg) I run into an error message that reads as follows: gpg: symbol lookup error: gpg: undefined symbol: sqlite3_errstr. I'm running Kali GNU/Linux Rolling (which is based off debian) but I can't seem to find any answers in various forums specifically for said distro. If anyone has information on this subject, it would really help me out.
1011 [07:42:50] *** Joins: hf05ojh398say (~hf05ojh39@replaced-ip )
1012 [07:42:57] *** Quits: rkta (~kt@replaced-ip ) (Ping timeout: 260 seconds)
1013 [07:44:28] *** Quits: Cl0udN9ne (~OtakuSenp@replaced-ip ) (Ping timeout: 260 seconds)
1014 [07:44:31] *** Quits: Zardoz (~Zardoz@replaced-ip ) (Ping timeout: 255 seconds)
1015 [07:44:50] *** Quits: dmatt (~quassel@replaced-ip ) (Ping timeout: 240 seconds)
1016 [07:44:55] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 255 seconds)
1017 [07:44:58] <well_laid_lawn> !kali
1018 [07:44:58] <dpkg> Kali Linux (replaced-url
1019 [07:45:03] <petn-randall> randomuser123123: ^^^
1020 [07:45:29] <randomuser123123> thanks
1021 [07:45:35] <Gekko> !based on debian
1022 [07:45:35] <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
1023 [07:46:07] *** Quits: phinxy (~tehhhd@replaced-ip ) (Quit: Leaving)
1024 [07:46:25] *** Parts: randomuser123123 (~randomuse@replaced-ip )
1025 [07:46:32] *** Joins: graytron (~tero@replaced-ip )
1026 [07:46:58] *** Joins: indistylo (~indistylo@replaced-ip )
1027 [07:47:01] *** Quits: chachasmooth (~chachasmo@replaced-ip ) (Ping timeout: 276 seconds)
1028 [07:47:45] *** Quits: indistylo (~indistylo@replaced-ip ) (Max SendQ exceeded)
1029 [07:47:53] *** Joins: bub_ (~bub@replaced-ip )
1030 [07:48:07] <mcint> I'm having trouble with apt, it's not letting me install virtualbox from the instructions per replaced-url
1031 [07:48:28] *** Joins: indistylo (~indistylo@replaced-ip )
1032 [07:48:47] *** Quits: mdim (~mdim@replaced-ip ) (Ping timeout: 260 seconds)
1033 [07:48:49] *** Joins: Zardoz (~Zardoz@replaced-ip )
1034 [07:48:59] <mcint> I have verified the download with their key manually with gpg, but apt gives an error when i try to update
1035 [07:49:23] *** Joins: chachasmooth (~chachasmo@replaced-ip )
1036 [07:52:51] *** Joins: Pjusur (~Pjusur@replaced-ip )
1037 [07:52:52] *** Joins: eldee (~eldee@replaced-ip )
1038 [07:53:28] *** Quits: gert_ (~gert@replaced-ip ) (Remote host closed the connection)
1039 [07:53:52] <mcint> I'm also a little confused that the repo they ask to add says `deb [url] stretch contrib` in sources.list, but `deb [url] stretch InRelease` on download during apt update
1040 [07:55:30] *** Quits: lazarus_zed (~lazarus_z@replaced-ip ) (Quit: lazarus_zed)
1041 [07:56:55] *** Joins: DoubleUrCoins (46d3969b@replaced-ip )
1042 [07:57:33] *** Quits: eldee (~eldee@replaced-ip ) (Ping timeout: 255 seconds)
1043 [07:57:37] *** Joins: monoxane (~monoxane@replaced-ip )
1044 [07:57:55] *** Joins: lss8_ (~lss8@replaced-ip )
1045 [07:58:02] *** Joins: lexruee (~Alexander@replaced-ip )
1046 [07:58:28] *** Quits: overlord_tm (~andraz@replaced-ip ) (Ping timeout: 260 seconds)
1047 [07:59:25] *** Quits: lss8 (~lss8@replaced-ip ) (Ping timeout: 268 seconds)
1048 [08:00:02] *** Quits: Bhootrk_ (~Bhootrk_@replaced-ip ) (Ping timeout: 268 seconds)
1049 [08:00:05] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 240 seconds)
1050 [08:00:25] *** Joins: Bhootrk_ (~Bhootrk_@replaced-ip )
1051 [08:00:26] *** Quits: Bhootrk_ (~Bhootrk_@replaced-ip ) (Max SendQ exceeded)
1052 [08:00:35] *** Quits: georgeowell (~from@replaced-ip ) (Remote host closed the connection)
1053 [08:00:38] *** Joins: cyborg-one (~cyborg-on@replaced-ip )
1054 [08:00:41] *** Joins: Cl0udN9ne (~OtakuSenp@replaced-ip )
1055 [08:00:46] *** Joins: marko (~mdim@replaced-ip )
1056 [08:01:07] *** Joins: georgeowell (~from@replaced-ip )
1057 [08:01:07] *** Guest31323 is now known as monban
1058 [08:01:12] *** Quits: Liferer (~dmitry@replaced-ip ) (Quit: Leaving)
1059 [08:01:50] *** Joins: graytron (~tero@replaced-ip )
1060 [08:02:14] *** Quits: kotten (~kotten@replaced-ip ) (Remote host closed the connection)
1061 [08:02:30] *** Quits: bloodmagexd (~bloodmage@replaced-ip ) (Ping timeout: 268 seconds)
1062 [08:03:13] *** Quits: marko (~mdim@replaced-ip ) (Client Quit)
1063 [08:03:55] *** Joins: jackNemrod (~Thunderbi@replaced-ip )
1064 [08:03:55] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 276 seconds)
1065 [08:04:10] *** Joins: in1t3r (~shiva@replaced-ip )
1066 [08:04:44] *** Quits: HarendraSingh (uid242285@replaced-ip ) (Quit: Connection closed for inactivity)
1067 [08:05:26] *** Quits: lss8_ (~lss8@replaced-ip ) (Read error: Connection reset by peer)
1068 [08:06:00] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
1069 [08:06:23] *** Joins: lss8 (~lss8@replaced-ip )
1070 [08:06:37] *** Joins: remo (~user@replaced-ip )
1071 [08:06:39] *** Joins: knidos (~knidos@replaced-ip )
1072 [08:07:53] *** Joins: saltydog (~saltydog@replaced-ip )
1073 [08:08:13] *** Quits: baptist (~baptsk@replaced-ip ) (Ping timeout: 258 seconds)
1074 [08:09:07] *** Quits: cerebro (~cerebro@replaced-ip ) (Ping timeout: 276 seconds)
1075 [08:09:39] *** Joins: BlueByte (~walther@replaced-ip )
1076 [08:10:57] *** saltydog is now known as JOZYXQE
1077 [08:11:36] *** Quits: APexil (~you@replaced-ip ) (Ping timeout: 240 seconds)
1078 [08:12:35] *** Joins: jackNemrod_ (~Thunderbi@replaced-ip )
1079 [08:13:23] *** Quits: jackNemrod_ (~Thunderbi@replaced-ip ) (Remote host closed the connection)
1080 [08:13:53] *** Quits: jackNemrod (~Thunderbi@replaced-ip ) (Ping timeout: 248 seconds)
1081 [08:14:37] *** Quits: lss8 (~lss8@replaced-ip ) (Read error: Connection reset by peer)
1082 [08:15:10] *** Joins: lss8 (~lss8@replaced-ip )
1083 [08:15:22] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 246 seconds)
1084 [08:17:05] *** Joins: graytron (~tero@replaced-ip )
1085 [08:17:16] <JOZYXQE> Why would stunnel4 make a new user during setup? (Newbie)
1086 [08:21:38] *** Joins: jackNemrod (~Thunderbi@replaced-ip )
1087 [08:23:15] *** Joins: dionysus69 (~Thunderbi@replaced-ip )
1088 [08:24:08] *** Quits: lss8 (~lss8@replaced-ip ) (Ping timeout: 240 seconds)
1089 [08:24:39] *** Quits: Antares (~Antares@replaced-ip ) (Quit: Подожди немношко. Скоро буду. Капитошка.)
1090 [08:24:57] *** Joins: APexil (~you@replaced-ip )
1091 [08:26:18] *** Joins: lss8 (~lss8@replaced-ip )
1092 [08:26:46] *** Quits: Henry151 (~bishop@replaced-ip ) (Ping timeout: 255 seconds)
1093 [08:27:23] *** Joins: CBF16888 (~CBF16888@replaced-ip )
1094 [08:28:16] *** Joins: netzfisch (~Thunderbi@replaced-ip )
1095 [08:28:19] *** Joins: Henry151 (~bishop@replaced-ip )
1096 [08:28:22] *** Joins: arturo (~arturo@replaced-ip )
1097 [08:29:16] *** Quits: cryptanalitic (~reserver@replaced-ip ) (Ping timeout: 260 seconds)
1098 [08:30:38] *** Quits: pipeep (~pipeep@replaced-ip ) (Quit: Bye!)
1099 [08:30:49] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 255 seconds)
1100 [08:31:17] *** Joins: gb00s (uid99359@replaced-ip )
1101 [08:31:36] *** Joins: Jake_Squid (~Jake_Squi@replaced-ip )
1102 [08:31:58] *** Quits: lss8 (~lss8@replaced-ip ) (Read error: Connection reset by peer)
1103 [08:32:10] *** Quits: CBF16888 (~CBF16888@replaced-ip ) (Client Quit)
1104 [08:32:22] *** Joins: graytron (~tero@replaced-ip )
1105 [08:32:26] *** Joins: CBF16888 (~CBF16888@replaced-ip )
1106 [08:32:39] *** Joins: lss8 (~lss8@replaced-ip )
1107 [08:32:41] *** Joins: Lowl3v3l (~lowl3v3l@replaced-ip )
1108 [08:32:48] *** Joins: pipeep (~pipeep@replaced-ip )
1109 [08:35:26] *** Joins: sumyunseal (~sumyunsea@replaced-ip )
1110 [08:36:10] *** Quits: Henry151 (~bishop@replaced-ip ) (Ping timeout: 240 seconds)
1111 [08:36:47] *** Joins: shannara (~Stanislas@replaced-ip )
1112 [08:36:55] <JOZYXQE> Is it worrisome if an install package creates a new user/group?
1113 [08:37:11] *** Joins: fourhundredtheca (~fourhundr@replaced-ip )
1114 [08:38:07] *** Joins: Drzacek (~Drzacek@replaced-ip )
1115 [08:38:11] *** Joins: Henry151 (~bishop@replaced-ip )
1116 [08:38:43] *** Joins: zamuro (~Samantha@replaced-ip )
1117 [08:38:57] *** Quits: galex-713 (~galex-713@replaced-ip ) (Ping timeout: 260 seconds)
1118 [08:39:00] *** debhelper sets mode: +l 1695
1119 [08:39:17] *** Quits: hf05ojh398say (~hf05ojh39@replaced-ip ) (Quit: hf05ojh398say)
1120 [08:39:28] *** Joins: hf05ojh398say (~hf05ojh39@replaced-ip )
1121 [08:40:19] <Hoolootwo> no
1122 [08:40:24] <Hoolootwo> that's a security thing
1123 [08:40:39] *** Joins: overlord_tm (~andraz@replaced-ip )
1124 [08:41:01] <Hoolootwo> and also a general separation thing
1125 [08:41:19] *** Quits: JOZYXQE (~saltydog@replaced-ip ) (Quit: JOZYXQE)
1126 [08:41:32] *** Joins: JOZYXQE (~saltydog@replaced-ip )
1127 [08:41:49] *** Quits: hf05ojh398say (~hf05ojh39@replaced-ip ) (Client Quit)
1128 [08:41:58] *** Quits: JOZYXQE (~saltydog@replaced-ip ) (Client Quit)
1129 [08:42:04] *** Joins: hf05ojh398say (~hf05ojh39@replaced-ip )
1130 [08:42:09] *** Joins: galex-713 (~galex-713@replaced-ip )
1131 [08:44:49] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 255 seconds)
1132 [08:45:04] *** Joins: HarendraSingh (uid242285@replaced-ip )
1133 [08:45:22] *** Quits: netzfisch (~Thunderbi@replaced-ip ) (Quit: netzfisch)
1134 [08:45:32] *** Joins: ShapeShifter499 (~ShapeShif@replaced-ip )
1135 [08:45:51] *** Joins: Antares (~Antares@replaced-ip )
1136 [08:46:35] *** Joins: graytron (~tero@replaced-ip )
1137 [08:46:42] <SwedeMike> replaced-url
1138 [08:46:57] *** Quits: na1rb (~nairb@replaced-ip ) (Ping timeout: 248 seconds)
1139 [08:48:01] *** Joins: na1rb (~nairb@replaced-ip )
1140 [08:48:01] *** Quits: na1rb (~nairb@replaced-ip ) (Changing host)
1141 [08:48:01] *** Joins: na1rb (~nairb@replaced-ip )
1142 [08:48:36] *** Joins: fearnothing (~nothing@replaced-ip )
1143 [08:48:37] *** Quits: kyan (~kyan@replaced-ip ) (Read error: Connection timed out)
1144 [08:48:54] *** Quits: zamuro (~Samantha@replaced-ip ) (Changing host)
1145 [08:48:55] *** Joins: zamuro (~Samantha@replaced-ip )
1146 [08:49:20] <rudi_s> SwedeMike: No. And there seems to be an open bug report #861169. And I find it weird that it uses a script to create a service file, that's definitely not typical.
1147 [08:49:21] <judd> Bug replaced-url
1148 [08:49:24] *** Joins: loader (~loader@replaced-ip )
1149 [08:49:59] <rudi_s> (The opendkim package has a few other quirks, like not using the the resolver in /etc/resolv.conf for example, there's another bug open for that.)
1150 [08:50:04] *** Joins: mylinux (~mylinux@replaced-ip )
1151 [08:51:22] <SwedeMike> rudi_s: ok, thanks. It was very confusing there for a while, thanks for clearing that out.
1152 [08:51:52] *** Quits: Antares (~Antares@replaced-ip ) (Quit: Подожди немношко. Скоро буду. Капитошка.)
1153 [08:52:31] *** Joins: Antares (~Antares@replaced-ip )
1154 [08:52:49] *** Joins: noxs_ (~noxs@replaced-ip )
1155 [08:53:27] *** Quits: Henry151 (~bishop@replaced-ip ) (Ping timeout: 258 seconds)
1156 [08:53:32] *** Quits: noxs (~noxs@replaced-ip ) (Ping timeout: 260 seconds)
1157 [08:53:59] *** Joins: foxleoly (~foxleoly@replaced-ip )
1158 [08:54:01] *** Quits: naos62 (~naos62@replaced-ip ) (Remote host closed the connection)
1159 [08:54:06] *** Quits: sumyunseal (~sumyunsea@replaced-ip ) (Ping timeout: 240 seconds)
1160 [08:54:17] *** Quits: hf05ojh398say (~hf05ojh39@replaced-ip ) (Quit: hf05ojh398say)
1161 [08:54:28] *** Quits: mylinux (~mylinux@replaced-ip ) (Ping timeout: 260 seconds)
1162 [08:54:30] *** Joins: hf05ojh398say (~hf05ojh39@replaced-ip )
1163 [08:55:00] *** Joins: Havis (~Havis@replaced-ip )
1164 [08:55:26] *** Joins: password4 (~password@replaced-ip )
1165 [08:56:12] *** Joins: malademe1tal (~emixam@replaced-ip )
1166 [08:57:26] *** Quits: fourhundredtheca (~fourhundr@replaced-ip ) (Quit: Leaving)
1167 [08:57:29] *** Quits: h8R_ (~ari_pak@replaced-ip ) (Quit: Leaving)
1168 [08:59:03] *** Joins: Nnnavd (~Nnavd@replaced-ip )
1169 [08:59:37] *** Quits: Nnavd (~Nnavd@replaced-ip ) (Ping timeout: 255 seconds)
1170 [09:00:04] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 255 seconds)
1171 [09:00:23] *** Joins: Henry151 (~bishop@replaced-ip )
1172 [09:01:09] *** Joins: conta (~Thunderbi@replaced-ip )
1173 [09:01:29] <rudi_s> Yeah, I think it should be handled in a better way, but I don't know what the maintainer will do.
1174 [09:01:33] *** Quits: mandeep (~mandeep@replaced-ip ) (Remote host closed the connection)
1175 [09:01:51] *** Joins: graytron (~tero@replaced-ip )
1176 [09:01:51] *** Joins: mandeep (~mandeep@replaced-ip )
1177 [09:02:12] *** Quits: mandeep (~mandeep@replaced-ip ) (Max SendQ exceeded)
1178 [09:03:02] *** r0Oter is now known as r00ter
1179 [09:03:07] *** Joins: mandeep (~mandeep@replaced-ip )
1180 [09:03:33] *** Quits: mandeep (~mandeep@replaced-ip ) (Max SendQ exceeded)
1181 [09:04:19] *** Joins: mandeep (~mandeep@replaced-ip )
1182 [09:05:09] *** Joins: __marco (~marco@replaced-ip )
1183 [09:05:33] *** Quits: mandeep (~mandeep@replaced-ip ) (Remote host closed the connection)
1184 [09:05:37] *** Joins: mad_hatter (~madhatter@replaced-ip )
1185 [09:05:51] *** Joins: mandeep (~mandeep@replaced-ip )
1186 [09:06:13] *** Quits: mad_hatter (~madhatter@replaced-ip ) (Read error: Connection reset by peer)
1187 [09:06:13] *** Quits: mandeep (~mandeep@replaced-ip ) (Max SendQ exceeded)
1188 [09:06:27] *** Quits: Cope (~sns@replaced-ip ) (Ping timeout: 240 seconds)
1189 [09:06:36] *** Quits: Pjusur (~Pjusur@replaced-ip ) (Ping timeout: 260 seconds)
1190 [09:06:57] *** Joins: mandeep (~mandeep@replaced-ip )
1191 [09:07:10] *** Quits: remy (~remy@replaced-ip ) (Remote host closed the connection)
1192 [09:08:32] *** Joins: Cope (~sns@replaced-ip )
1193 [09:08:33] *** Quits: mandeep (~mandeep@replaced-ip ) (Remote host closed the connection)
1194 [09:08:49] *** Joins: mandeep (~mandeep@replaced-ip )
1195 [09:08:50] *** Joins: sewerrat__ (~sewerrat@replaced-ip )
1196 [09:08:57] *** Quits: sewerrat_ (~sewerrat@replaced-ip ) (Read error: Connection reset by peer)
1197 [09:09:10] *** Joins: remy (~remy@replaced-ip )
1198 [09:10:02] *** Quits: mandeep (~mandeep@replaced-ip ) (Remote host closed the connection)
1199 [09:10:16] *** Joins: TomyWork (~tomy@replaced-ip )
1200 [09:10:20] *** Quits: __marco (~marco@replaced-ip ) (Ping timeout: 255 seconds)
1201 [09:10:21] *** Joins: mandeep (~mandeep@replaced-ip )
1202 [09:10:53] *** Quits: mandeep (~mandeep@replaced-ip ) (Max SendQ exceeded)
1203 [09:11:22] *** Joins: mandeep (~mandeep@replaced-ip )
1204 [09:12:10] *** Quits: dreamon__ (~dreamon@replaced-ip ) (Ping timeout: 240 seconds)
1205 [09:13:00] *** Quits: mandeep (~mandeep@replaced-ip ) (Remote host closed the connection)
1206 [09:13:19] *** Joins: mandeep (~mandeep@replaced-ip )
1207 [09:13:30] *** Joins: srtu (~hypnotoad@replaced-ip )
1208 [09:14:23] *** Quits: littlebear (~littlebea@replaced-ip ) (Read error: Connection reset by peer)
1209 [09:14:28] *** Joins: thiras_work (~thiras@replaced-ip )
1210 [09:15:10] *** Quits: mandeep (~mandeep@replaced-ip ) (K-Lined)
1211 [09:15:13] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 248 seconds)
1212 [09:15:27] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Ping timeout: 240 seconds)
1213 [09:15:48] *** Joins: BlueByte_ (~walther@replaced-ip )
1214 [09:15:53] *** Quits: _KaszpiR_ (quasselcor@replaced-ip ) (Ping timeout: 268 seconds)
1215 [09:16:12] *** Joins: mandeep (~mandeep@replaced-ip )
1216 [09:16:15] *** Joins: ogny (~orkun@replaced-ip )
1217 [09:16:22] *** Joins: ogi (~okulev__@replaced-ip )
1218 [09:16:38] *** Joins: _KaszpiR_ (quasselcor@replaced-ip )
1219 [09:16:49] *** Joins: graytron (~tero@replaced-ip )
1220 [09:16:57] *** Quits: mandeep (~mandeep@replaced-ip ) (K-Lined)
1221 [09:17:22] *** Joins: high_fiver (~high_five@replaced-ip )
1222 [09:18:04] *** Joins: mandeep (~mandeep@replaced-ip )
1223 [09:18:29] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 246 seconds)
1224 [09:19:00] *** debhelper sets mode: +l 1702
1225 [09:19:19] *** Quits: BlueByte (~walther@replaced-ip ) (Ping timeout: 276 seconds)
1226 [09:19:31] *** Quits: mandeep (~mandeep@replaced-ip ) (Remote host closed the connection)
1227 [09:19:50] *** Joins: mandeep (~mandeep@replaced-ip )
1228 [09:20:41] *** Quits: foxleoly (~foxleoly@replaced-ip ) (Quit: Leaving)
1229 [09:20:58] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
1230 [09:21:44] <dsc_> how do I add firefox to my start menu in lxde?
1231 [09:22:10] <dsc_> I did `sudo ln -s /home/user/.firefox/firefox /usr/local/bin`
1232 [09:22:14] *** Joins: gagrio (~gagrio@replaced-ip )
1233 [09:22:19] <dsc_> I can start it from CLI but I need a start menu icon
1234 [09:22:24] *** Joins: password8 (~password@replaced-ip )
1235 [09:22:39] *** Quits: mandeep (~mandeep@replaced-ip ) (K-Lined)
1236 [09:24:39] *** Quits: Pseudocrat (~quassel@replaced-ip ) (Read error: Connection reset by peer)
1237 [09:25:21] *** Joins: zeitsofa (~zeitsofa@replaced-ip )
1238 [09:25:21] *** Quits: password4 (~password@replaced-ip ) (Ping timeout: 248 seconds)
1239 [09:25:37] *** Quits: N3V3RM1^D (~Thunderbi@replaced-ip ) (Quit: N3V3RM1^D)
1240 [09:26:19] *** Quits: ogny (~orkun@replaced-ip ) (Read error: Connection reset by peer)
1241 [09:26:34] *** Joins: bsurfer (~bsurfer@replaced-ip )
1242 [09:27:25] *** Joins: sdrac8 (~Mutter@replaced-ip )
1243 [09:27:28] *** Joins: ogny (~orkun@replaced-ip )
1244 [09:28:30] <th0r> dsc_, I believe you will need a .desktop file in /usr/share/applications
1245 [09:28:49] <dsc_> then use it in `.config/lxpanel/LXDE/panels/panel`
1246 [09:28:52] <dsc_> prolly
1247 [09:28:55] <dsc_> ?
1248 [09:28:57] *** Quits: colo-work (~colo-work@replaced-ip ) (Quit: Leaving)
1249 [09:29:48] *** Joins: hipp (~hipp@replaced-ip )
1250 [09:29:56] *** Quits: roniez (~roniez@replaced-ip ) (Changing host)
1251 [09:29:56] *** Joins: roniez (~roniez@replaced-ip )
1252 [09:30:13] *** Joins: Titin-mbp (~textual@replaced-ip )
1253 [09:30:14] *** Quits: hf05ojh398say (~hf05ojh39@replaced-ip ) (Quit: hf05ojh398say)
1254 [09:30:29] *** Joins: hf05ojh398say (~hf05ojh39@replaced-ip )
1255 [09:30:41] *** Joins: colo-work (~colo-work@replaced-ip )
1256 [09:31:40] *** Quits: Ceber (~cerberus@replaced-ip ) (Ping timeout: 246 seconds)
1257 [09:32:23] *** Joins: Quatroking (~Quatrokin@replaced-ip )
1258 [09:32:44] *** Quits: dave0x6d (uid190567@replaced-ip ) (Quit: Connection closed for inactivity)
1259 [09:33:29] *** Joins: rhaal (~rhaal@replaced-ip )
1260 [09:34:08] *** Quits: _KaszpiR_ (quasselcor@replaced-ip ) (Ping timeout: 240 seconds)
1261 [09:34:24] *** Joins: czesmir (~stefan@replaced-ip )
1262 [09:35:01] *** Joins: _KaszpiR_ (quasselcor@replaced-ip )
1263 [09:36:26] *** Joins: zophyx_ (~zophyx@replaced-ip )
1264 [09:38:02] *** Joins: oceandrive (~oceandriv@replaced-ip )
1265 [09:38:26] *** Parts: dsc_ (~dsc@replaced-ip )
1266 [09:38:41] *** Quits: thiras_work (~thiras@replaced-ip ) (Quit: Leaving)
1267 [09:39:06] *** Joins: Ceber (~cerberus@replaced-ip )
1268 [09:39:48] *** Joins: thiras_work (~thiras@replaced-ip )
1269 [09:42:57] *** Quits: zophyx_ (~zophyx@replaced-ip ) (Read error: No route to host)
1270 [09:43:37] *** Joins: Purec (~Purec@replaced-ip )
1271 [09:43:57] *** Joins: TalkSoup (~vpcacc@replaced-ip )
1272 [09:45:02] *** Joins: discovered (~discovere@replaced-ip )
1273 [09:45:04] *** Quits: grady (~grady@replaced-ip ) (Ping timeout: 255 seconds)
1274 [09:46:38] *** Joins: srtu_ (~hypnotoad@replaced-ip )
1275 [09:46:44] *** Quits: foul_owl (~foul_owl@replaced-ip ) (Ping timeout: 260 seconds)
1276 [09:46:48] *** Joins: titikaka (~titkaka@replaced-ip )
1277 [09:46:51] *** Joins: grady (~grady@replaced-ip )
1278 [09:47:29] *** Quits: AimHere (~David@replaced-ip ) (Remote host closed the connection)
1279 [09:49:00] *** debhelper sets mode: +l 1709
1280 [09:50:08] *** Quits: srtu (~hypnotoad@replaced-ip ) (Ping timeout: 240 seconds)
1281 [09:50:11] *** Quits: Titin-mbp (~textual@replaced-ip ) (Quit: My Mac has gone to sleep. ZZZzzz…)
1282 [09:50:31] *** Quits: Henry151 (~bishop@replaced-ip ) (Ping timeout: 276 seconds)
1283 [09:50:56] *** Joins: Henry151 (~bishop@replaced-ip )
1284 [09:51:40] *** Joins: sliekas99 (~mantas@replaced-ip )
1285 [09:54:07] *** Joins: antgel (~topdog@replaced-ip )
1286 [09:55:31] *** Joins: MACscr (~MACscr@replaced-ip )
1287 [09:55:56] *** Joins: ecthiender (~ecthiende@replaced-ip )
1288 [09:57:10] *** Quits: Drzacek (~Drzacek@replaced-ip ) (Ping timeout: 240 seconds)
1289 [09:57:17] *** Quits: thiras_work (~thiras@replaced-ip ) (Quit: Leaving)
1290 [09:57:18] *** Quits: phenomcd (~quassel@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
1291 [09:57:37] *** Quits: zamuro (~Samantha@replaced-ip ) (Quit: [IRSSI])
1292 [09:57:55] *** Joins: Drzacek (~Drzacek@replaced-ip )
1293 [09:58:43] *** Joins: phenomcd (~quassel@replaced-ip )
1294 [09:59:34] *** Joins: n0ssh (~sshjdy@replaced-ip )
1295 [09:59:56] *** Joins: foul_owl (~foul_owl@replaced-ip )
1296 [10:01:58] *** Quits: austin987 (~null@replaced-ip ) (Remote host closed the connection)
1297 [10:02:18] *** Joins: checkItO_ (~checkItou@replaced-ip )
1298 [10:03:30] *** Joins: Pr0metheus (~nezos@replaced-ip )
1299 [10:04:51] *** Quits: internat (biteme2@replaced-ip ) (Read error: Connection reset by peer)
1300 [10:05:52] *** Quits: checkItOut (~checkItou@replaced-ip ) (Ping timeout: 260 seconds)
1301 [10:05:58] *** Joins: austin987 (~null@replaced-ip )
1302 [10:07:29] *** Quits: Nnnavd (~Nnavd@replaced-ip ) (Ping timeout: 248 seconds)
1303 [10:08:20] *** Joins: sysvalve (~sysvalve@replaced-ip )
1304 [10:09:59] *** Quits: Poster (~poster@replaced-ip ) (Read error: Connection reset by peer)
1305 [10:10:57] *** Quits: pingfloyd (~pingfloyd@replaced-ip ) (Quit: ☮ out)
1306 [10:11:30] *** Joins: p3rs3us (~jduro@replaced-ip )
1307 [10:11:41] *** punk3r is now known as m0j0dj0dj0
1308 [10:11:45] *** Quits: m0j0dj0dj0 (~punk3r@replaced-ip ) (Quit: WeeChat 2.0-dev)
1309 [10:12:04] *** Quits: cruncher (~cruncher@replaced-ip ) (Quit: Leaving)
1310 [10:12:30] *** Joins: punk3r (~punk3r@replaced-ip )
1311 [10:12:40] *** Quits: sdrac8 (~Mutter@replaced-ip##) (Quit: Mutter: ##replaced-url
1312 [10:13:43] *** Joins: Geekologist (~geek@replaced-ip )
1313 [10:13:54] *** Quits: punk3r (~punk3r@replaced-ip ) (Client Quit)
1314 [10:14:30] *** Joins: m0j0dj0dj0 (~punk3r@replaced-ip )
1315 [10:15:23] *** Quits: m0j0dj0dj0 (~punk3r@replaced-ip ) (Changing host)
1316 [10:15:23] *** Joins: m0j0dj0dj0 (~punk3r@replaced-ip )
1317 [10:16:10] *** Quits: password8 (~password@replaced-ip ) (Read error: Connection reset by peer)
1318 [10:16:30] *** Joins: thiras_work (~thiras_wo@replaced-ip )
1319 [10:16:59] *** Joins: __marco (~marco@replaced-ip )
1320 [10:17:24] *** Joins: afuentes (~kusanagi@replaced-ip )
1321 [10:17:48] *** Joins: malmalmal (~malmalmal@replaced-ip )
1322 [10:18:12] *** Quits: mzf (~mzf@replaced-ip ) (Read error: Connection reset by peer)
1323 [10:18:45] *** Joins: mzf (~mzf@replaced-ip )
1324 [10:19:07] *** Quits: DaBossDaChef (~DaBossDaC@replaced-ip ) (Ping timeout: 276 seconds)
1325 [10:20:35] *** Quits: checkItO_ (~checkItou@replaced-ip ) (Ping timeout: 240 seconds)
1326 [10:20:58] *** Joins: checkItOut (~checkItou@replaced-ip )
1327 [10:22:02] *** Joins: cdown (~cdown@replaced-ip )
1328 [10:24:58] *** Quits: tomboy64 (~tomboy64@replaced-ip ) (Quit: Off to see the wizard.)
1329 [10:26:04] *** Joins: root (~root@replaced-ip )
1330 [10:26:06] *** root is now known as Guest86549
1331 [10:28:06] *** Joins: Andy80 (~andy80@replaced-ip )
1332 [10:28:22] *** ralph_ is now known as RalphBa
1333 [10:30:30] *** Quits: hf05ojh398say (~hf05ojh39@replaced-ip ) (Quit: hf05ojh398say)
1334 [10:30:42] *** Joins: hf05ojh398say (~hf05ojh39@replaced-ip )
1335 [10:31:09] *** Joins: rizzo (~RizzoTheR@replaced-ip )
1336 [10:31:54] *** Joins: f10 (~flo@replaced-ip )
1337 [10:32:14] *** Quits: chachasmooth (~chachasmo@replaced-ip ) (Ping timeout: 255 seconds)
1338 [10:33:24] *** Quits: Guest86549 (~root@replaced-ip ) (Quit: Leaving)
1339 [10:33:43] *** Joins: alexII (~alexII@replaced-ip )
1340 [10:34:04] *** Quits: Purec (~Purec@replaced-ip ) (Ping timeout: 276 seconds)
1341 [10:34:09] *** Joins: chachasmooth (~chachasmo@replaced-ip )
1342 [10:36:20] *** Joins: Titin-mbp (~textual@replaced-ip )
1343 [10:36:29] *** Quits: high_fiver (~high_five@replaced-ip ) (Quit: Leaving)
1344 [10:37:11] *** Quits: Drzacek (~Drzacek@replaced-ip ) (Quit: Leaving)
1345 [10:38:01] *** Quits: Andy80 (~andy80@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
1346 [10:39:50] *** Joins: Pjusur (~Pjusur@replaced-ip )
1347 [10:40:20] *** Joins: boris_t (~boris_t@replaced-ip )
1348 [10:41:00] *** Joins: rikmen (~rikmen@replaced-ip )
1349 [10:41:06] <rikmen> hey guys, check my software replaced-url
1350 [10:42:28] *** ChanServ sets mode: +o jelly
1351 [10:42:28] *** Parts: rikmen (~rikmen@replaced-ip )
1352 [10:42:28] *** ChanServ sets mode: -o jelly
1353 [10:42:31] <DoubleUrCoins> are you allowed to advertise like that
1354 [10:42:44] *** Quits: DoubleUrCoins (46d3969b@replaced-ip ) (Quit: Page closed)
1355 [10:42:49] *** Joins: hellyeah (~kvirc@replaced-ip )
1356 [10:42:54] *** Joins: Haxxa (~Harrison@replaced-ip )
1357 [10:43:04] <hellyeah> !ask
1358 [10:43:09] <hellyeah> ops
1359 [10:43:15] <hellyeah> !msg xampp
1360 [10:43:19] <jelly> dpkg: ping
1361 [10:43:25] <hellyeah> dpkg: xampp
1362 [10:43:39] <jelly> the bot seems to be a bit preoccupied.
1363 [10:43:55] <hellyeah> :d
1364 [10:44:15] <jelly> hellyeah: you can access the factoid database at ircbots.debian.net
1365 [10:44:16] *** Joins: uNmowed3 (~Mayu@replaced-ip )
1366 [10:44:28] <hellyeah> what is factoid?
1367 [10:44:39] *** Joins: wspthr (~wspthr@replaced-ip )
1368 [10:44:39] *** Joins: Ruebezahl (~Alf@replaced-ip )
1369 [10:44:53] *** Joins: gonegirl (~gonegirl@replaced-ip )
1370 [10:44:58] <hellyeah> ah
1371 [10:44:59] <hellyeah> sorry
1372 [10:45:03] *** Quits: gonegirl (~gonegirl@replaced-ip ) (Client Quit)
1373 [10:47:12] *** Joins: zamuro (~Samantha@replaced-ip )
1374 [10:47:12] *** Quits: zamuro (~Samantha@replaced-ip ) (Changing host)
1375 [10:47:12] *** Joins: zamuro (~Samantha@replaced-ip )
1376 [10:47:12] *** Quits: Paul^ (~pablo@replaced-ip ) (Quit: Leaving)
1377 [10:47:16] *** Quits: Titin-mbp (~textual@replaced-ip ) (*.net *.split)
1378 [10:47:16] *** Quits: alexII (~alexII@replaced-ip ) (*.net *.split)
1379 [10:47:16] *** Quits: f10 (~flo@replaced-ip ) (*.net *.split)
1380 [10:47:16] *** Quits: ogny (~orkun@replaced-ip ) (*.net *.split)
1381 [10:47:16] *** Quits: fearnothing (~nothing@replaced-ip ) (*.net *.split)
1382 [10:47:16] *** Quits: in1t3r (~shiva@replaced-ip ) (*.net *.split)
1383 [10:47:16] *** Quits: Cl0udN9ne (~OtakuSenp@replaced-ip ) (*.net *.split)
1384 [10:47:16] *** Quits: AlexZ_ (~alex@replaced-ip ) (*.net *.split)
1385 [10:47:16] *** Quits: attente (~william@replaced-ip ) (*.net *.split)
1386 [10:47:16] *** Quits: Night-Shade (~tim@replaced-ip ) (*.net *.split)
1387 [10:47:16] *** Quits: quite (quite@replaced-ip ) (*.net *.split)
1388 [10:47:16] *** Quits: oberling (~oberling@replaced-ip ) (*.net *.split)
1389 [10:47:16] *** Quits: spacebison (~bison@replaced-ip ) (*.net *.split)
1390 [10:47:16] *** Quits: lsyoyom (~liny01@replaced-ip ) (*.net *.split)
1391 [10:47:16] *** Quits: oahong (~samigarus@replaced-ip ) (*.net *.split)
1392 [10:47:16] *** Quits: sorin-mihai (equinox@replaced-ip ) (*.net *.split)
1393 [10:47:16] *** Quits: Smuckerz (~C2N14@replaced-ip ) (*.net *.split)
1394 [10:47:17] *** Quits: sm0kew0n (~sm0kew0n@replaced-ip ) (*.net *.split)
1395 [10:47:17] *** Quits: slashdotcom (~slashdotc@replaced-ip ) (*.net *.split)
1396 [10:47:17] *** Quits: gusnan (~gusnan@replaced-ip ) (*.net *.split)
1397 [10:47:17] *** Quits: dexta (~D3XTA@replaced-ip ) (*.net *.split)
1398 [10:47:17] *** Quits: Danzeel (thekingofb@replaced-ip ) (*.net *.split)
1399 [10:47:17] *** Quits: dpkg (~dpkg@replaced-ip ) (*.net *.split)
1400 [10:47:17] *** Quits: Amun_Ra (~amun-ra@replaced-ip ) (*.net *.split)
1401 [10:47:17] *** Quits: sethkush (~sethkush@replaced-ip ) (*.net *.split)
1402 [10:47:17] *** Quits: Schmantinski (~cmantsch@replaced-ip ) (*.net *.split)
1403 [10:47:17] *** Quits: benaiah (~benaiah@replaced-ip ) (*.net *.split)
1404 [10:47:17] *** Quits: Guest38693 (~cydrobolt@replaced-ip ) (*.net *.split)
1405 [10:47:17] *** Quits: dec0n (~dec0n@replaced-ip ) (*.net *.split)
1406 [10:47:17] *** Quits: ballessay (~ballessay@replaced-ip ) (*.net *.split)
1407 [10:47:17] *** Quits: jmcnaught (~jeremy@replaced-ip ) (*.net *.split)
1408 [10:47:17] *** Quits: brimonk (brian@replaced-ip ) (*.net *.split)
1409 [10:47:17] *** Quits: happy_hacker (~happy_hac@replaced-ip ) (*.net *.split)
1410 [10:47:17] *** Quits: simbalion (~simba@replaced-ip ) (*.net *.split)
1411 [10:47:17] *** Quits: brw (~brw@replaced-ip ) (*.net *.split)
1412 [10:47:17] *** Quits: angor (~angor@replaced-ip ) (*.net *.split)
1413 [10:47:17] *** Quits: ValodiaDeSeynes (~ValodiaDe@replaced-ip ) (*.net *.split)
1414 [10:47:17] *** Quits: feodaron (~feodaron@replaced-ip ) (*.net *.split)
1415 [10:47:17] *** Quits: bdeferme (~bdeferme@replaced-ip ) (*.net *.split)
1416 [10:47:17] *** Quits: SaltySolomon (~Solo@replaced-ip ) (*.net *.split)
1417 [10:47:17] *** Quits: Yugidude1 (Yugidude1@replaced-ip ) (*.net *.split)
1418 [10:47:17] *** Quits: fury_ (~fury@replaced-ip ) (*.net *.split)
1419 [10:47:17] *** Quits: dysfigured (~DANtheBEA@replaced-ip ) (*.net *.split)
1420 [10:47:17] *** Quits: bluszcz_ (~bluszcz@replaced-ip ) (*.net *.split)
1421 [10:47:17] *** Quits: HyP3r (~HyP3r@replaced-ip ) (*.net *.split)
1422 [10:47:17] *** Quits: Nefertiti (~Nefertiti@replaced-ip ) (*.net *.split)
1423 [10:47:17] *** Quits: acperkins (~acp@replaced-ip ) (*.net *.split)
1424 [10:47:17] *** Quits: biax (~biax@replaced-ip ) (*.net *.split)
1425 [10:47:17] *** Quits: zz_zz (~Treyvon@replaced-ip ) (*.net *.split)
1426 [10:47:17] *** Quits: kimico (~kimico@replaced-ip ) (*.net *.split)
1427 [10:47:17] *** Quits: macsim (~macsim@replaced-ip ) (*.net *.split)
1428 [10:47:17] *** Quits: zululee (~zululee@replaced-ip ) (*.net *.split)
1429 [10:47:17] *** Quits: satbyy (satbyy@replaced-ip ) (*.net *.split)
1430 [10:47:17] *** Quits: Speed2u (~speed2u@replaced-ip ) (*.net *.split)
1431 [10:47:17] *** Quits: SleePy (~SleePy@replaced-ip ) (*.net *.split)
1432 [10:47:17] *** Quits: Hink (~Hink@replaced-ip ) (*.net *.split)
1433 [10:47:17] *** Quits: sdk (~sdk@replaced-ip ) (*.net *.split)
1434 [10:47:17] *** Quits: myrdhin (~myrdhin@replaced-ip ) (*.net *.split)
1435 [10:47:17] *** Quits: llimeht (~stuart@replaced-ip ) (*.net *.split)
1436 [10:47:18] *** Quits: eldritch (~eldritch@replaced-ip ) (*.net *.split)
1437 [10:47:18] *** Quits: koollman (samson_t@replaced-ip ) (*.net *.split)
1438 [10:47:18] *** Quits: Inkus_ (kaaos@replaced-ip ) (*.net *.split)
1439 [10:47:18] *** Quits: hipodils1i (~hipo@replaced-ip ) (*.net *.split)
1440 [10:47:18] *** Quits: funabashi (funabashi@replaced-ip ) (*.net *.split)
1441 [10:47:18] *** Quits: tyler-baker (tyler-bake@replaced-ip ) (*.net *.split)
1442 [10:47:18] *** Quits: Kamilion (kamilion@replaced-ip ) (*.net *.split)
1443 [10:47:18] *** Quits: spinza (~spin@replaced-ip ) (*.net *.split)
1444 [10:47:18] *** Quits: exezin (~exezin@replaced-ip ) (*.net *.split)
1445 [10:47:18] *** Quits: j3roen (~j3roen@replaced-ip ) (*.net *.split)
1446 [10:47:18] *** Quits: indrora (~indrora@replaced-ip ) (*.net *.split)
1447 [10:47:18] *** Quits: juststrollingin (~kotten@replaced-ip ) (*.net *.split)
1448 [10:47:18] *** Quits: kmh (~kmh@replaced-ip ) (*.net *.split)
1449 [10:47:18] *** Quits: jback (~jasper@replaced-ip ) (*.net *.split)
1450 [10:47:18] *** Quits: milobit (~milobit@replaced-ip ) (*.net *.split)
1451 [10:47:18] *** Quits: nix-7 (~nix@replaced-ip ) (*.net *.split)
1452 [10:47:18] *** Quits: heinrich5991 (~hein5991@replaced-ip ) (*.net *.split)
1453 [10:47:18] *** Quits: nolsen (nolsen@replaced-ip ) (*.net *.split)
1454 [10:47:18] *** Quits: Archrove- (Archrover@replaced-ip ) (*.net *.split)
1455 [10:47:18] *** Quits: __SiCC__ (~sicc@replaced-ip ) (*.net *.split)
1456 [10:47:18] *** Quits: Cork (~Cork@replaced-ip ) (*.net *.split)
1457 [10:47:18] *** Quits: Ring0` (~mike@replaced-ip ) (*.net *.split)
1458 [10:47:18] *** Quits: mete (~mete@replaced-ip ) (*.net *.split)
1459 [10:47:18] *** Quits: sndb (~kiri@replaced-ip ) (*.net *.split)
1460 [10:47:18] *** Quits: Tulah (~tulah@replaced-ip ) (*.net *.split)
1461 [10:47:18] *** Quits: xff (~xff@replaced-ip ) (*.net *.split)
1462 [10:47:19] *** Quits: Guest18742 (~gareth__@replaced-ip ) (*.net *.split)
1463 [10:47:19] *** Quits: abracadaniel (~abracadan@replaced-ip ) (*.net *.split)
1464 [10:47:19] *** Quits: tabakhase (tabakhase@replaced-ip ) (*.net *.split)
1465 [10:47:19] *** Quits: lindbergio (~markus@replaced-ip ) (*.net *.split)
1466 [10:47:19] *** Quits: simp (~simp@replaced-ip ) (*.net *.split)
1467 [10:47:19] *** Quits: planetmaker (~pm@replaced-ip ) (*.net *.split)
1468 [10:47:19] *** Quits: tomreyn (~tomreyn@replaced-ip ) (*.net *.split)
1469 [10:47:19] *** Quits: cheapie (cheapie@replaced-ip ) (*.net *.split)
1470 [10:47:19] *** Quits: bier (~bier@replaced-ip ) (*.net *.split)
1471 [10:47:19] *** Quits: c0 (chip@replaced-ip ) (*.net *.split)
1472 [10:47:19] *** Quits: samtunez (samtunez@replaced-ip ) (*.net *.split)
1473 [10:47:19] *** Quits: slax0r (slax0r@replaced-ip ) (*.net *.split)
1474 [10:47:19] *** Quits: alxd (~alxd@replaced-ip ) (*.net *.split)
1475 [10:47:19] *** Quits: therock247uk (~therock24@replaced-ip ) (*.net *.split)
1476 [10:47:19] *** Quits: tw (~tw@replaced-ip ) (*.net *.split)
1477 [10:47:19] *** Quits: Rudde (~rudde@replaced-ip ) (*.net *.split)
1478 [10:47:19] *** Quits: ryan-c (~ryan@replaced-ip ) (*.net *.split)
1479 [10:47:19] *** Quits: sidv (sidv@replaced-ip ) (*.net *.split)
1480 [10:47:19] *** Quits: neskau (~Sbyte@replaced-ip ) (*.net *.split)
1481 [10:47:19] *** Quits: HotSwap (~hotswap@replaced-ip ) (*.net *.split)
1482 [10:47:19] *** Quits: legit (petru@replaced-ip ) (*.net *.split)
1483 [10:47:19] *** Quits: kayamm (~km@replaced-ip ) (*.net *.split)
1484 [10:47:19] *** Quits: michael_mbp (~michael_m@replaced-ip ) (*.net *.split)
1485 [10:47:19] *** Quits: odish (~odish@replaced-ip ) (*.net *.split)
1486 [10:47:19] *** Quits: Namikaze (znc@replaced-ip ) (*.net *.split)
1487 [10:47:19] *** Quits: Speed`` (~shivam@replaced-ip ) (*.net *.split)
1488 [10:47:19] *** Quits: roger_rabbit (~roger_rab@replaced-ip ) (*.net *.split)
1489 [10:47:19] *** Quits: rapha (~rapha@replaced-ip ) (*.net *.split)
1490 [10:47:19] *** Quits: monty (~meh@replaced-ip ) (*.net *.split)
1491 [10:47:19] *** Quits: kevinsan (~kevinsan@replaced-ip ) (*.net *.split)
1492 [10:47:19] *** Quits: pixel_yo (~pixel@replaced-ip ) (*.net *.split)
1493 [10:47:19] *** Quits: Python1320 (Python1320@replaced-ip ) (*.net *.split)
1494 [10:47:19] *** Quits: r00t (~r00t@replaced-ip ) (*.net *.split)
1495 [10:47:19] *** Quits: MuffinMedic (Evan@replaced-ip ) (*.net *.split)
1496 [10:47:19] *** Quits: richardjohn (~richardjo@replaced-ip ) (*.net *.split)
1497 [10:47:19] *** Quits: uNmowed (~Mayu@replaced-ip ) (Ping timeout: 262 seconds)
1498 [10:48:01] *** Quits: gerforce (~gerforce@replaced-ip ) (Quit: WeeChat 1.6)
1499 [10:48:43] *** Joins: DasJudenFicken (~jewfucker@replaced-ip )
1500 [10:48:48] <DasJudenFicken> Hi
1501 [10:48:52] *** Joins: password8 (~password@replaced-ip )
1502 [10:49:00] *** debhelper sets mode: +l 1718
1503 [10:49:08] *** Quits: TalkSoup (~vpcacc@replaced-ip##) (Quit: [TalkSoup] Get it today: ##replaced-url
1504 [10:49:36] *** Quits: sekjun9878 (~sekjun987@replaced-ip ) (Ping timeout: 240 seconds)
1505 [10:49:37] *** Quits: TReK (~UnFaQ@replaced-ip ) (Ping timeout: 258 seconds)
1506 [10:49:37] *** Quits: dos1 (~dos1@replaced-ip ) (Ping timeout: 258 seconds)
1507 [10:49:37] *** Quits: coruja_ (coruja@replaced-ip ) (Ping timeout: 258 seconds)
1508 [10:49:46] <jelly> those short bits of text the bot remembers and can spew out are named factoids for some reason
1509 [10:50:00] *** ChanServ sets mode: +o jelly
1510 [10:50:01] *** Parts: DasJudenFicken (~jewfucker@replaced-ip )
1511 [10:50:02] *** jelly sets mode: +b *!*@138.197.148.245$##arguments
1512 [10:50:03] *** ChanServ sets mode: -o jelly
1513 [10:50:06] *** Quits: Psy-Q (~psy-q@replaced-ip ) (Ping timeout: 240 seconds)
1514 [10:50:06] *** Quits: meti (~meti@replaced-ip ) (Ping timeout: 240 seconds)
1515 [10:50:12] *** Quits: hexnewbie (~hexnewbie@replaced-ip ) (Ping timeout: 260 seconds)
1516 [10:50:12] *** Quits: BlackPanx (~black@replaced-ip ) (Ping timeout: 260 seconds)
1517 [10:50:12] *** Quits: kri| (~kri@replaced-ip ) (Ping timeout: 260 seconds)
1518 [10:50:12] *** Quits: verboese (~verboese@replaced-ip ) (Ping timeout: 260 seconds)
1519 [10:50:12] *** Quits: sonne_ (~vmlinuz@replaced-ip ) (Ping timeout: 260 seconds)
1520 [10:50:36] *** Quits: Snakes2 (~Snakes@replaced-ip ) (Ping timeout: 240 seconds)
1521 [10:50:36] *** Quits: spont4e (~spont4e@replaced-ip ) (Ping timeout: 240 seconds)
1522 [10:50:47] *** Quits: MrAlexandr0 (~MrAlexand@replaced-ip ) (Ping timeout: 260 seconds)
1523 [10:50:47] *** Quits: refresher (~refresher@replaced-ip ) (Ping timeout: 260 seconds)
1524 [10:51:41] *** Joins: Virtac (~Virtac@replaced-ip )
1525 [10:51:49] *** Joins: jubo2 (~juboxi@replaced-ip )
1526 [10:51:50] *** Joins: rikmen (~rikmen@replaced-ip )
1527 [10:51:54] *** Joins: thunderrd (~thunderrd@replaced-ip )
1528 [10:51:56] *** Joins: dos1 (~dos1@replaced-ip )
1529 [10:51:59] *** Joins: Snakes (~Snakes@replaced-ip )
1530 [10:52:04] <rikmen> hey guys, check my software replaced-url
1531 [10:52:05] *** Joins: Psy-Q (~psy-q@replaced-ip )
1532 [10:52:08] *** Joins: meti (~meti@replaced-ip )
1533 [10:52:14] *** Joins: hexnewbie (~hexnewbie@replaced-ip )
1534 [10:52:18] *** Joins: sekjun9878 (~sekjun987@replaced-ip )
1535 [10:52:18] *** Quits: sekjun9878 (~sekjun987@replaced-ip ) (Changing host)
1536 [10:52:18] *** Joins: sekjun9878 (~sekjun987@replaced-ip )
1537 [10:52:26] *** Joins: refresher (~refresher@replaced-ip )
1538 [10:52:26] *** Joins: spont4e (~spont4e@replaced-ip )
1539 [10:52:36] *** Joins: coruja (coruja@replaced-ip )
1540 [10:52:43] *** Joins: verboese (~verboese@replaced-ip )
1541 [10:52:44] *** Joins: BlackPanx (~black@replaced-ip )
1542 [10:52:48] *** Joins: cgmcintyre (~cgmcintyr@replaced-ip )
1543 [10:52:54] *** Joins: ST3NO (~ST3NO@replaced-ip )
1544 [10:53:07] *** Joins: dohfish (~oemillak@replaced-ip )
1545 [10:53:17] *** Joins: sonne (~vmlinuz@replaced-ip )
1546 [10:53:36] *** Joins: kri| (~kri@replaced-ip )
1547 [10:53:42] *** Joins: MrAlexandr0 (~MrAlexand@replaced-ip )
1548 [10:53:45] *** Joins: Slashman (~Slash@replaced-ip )
1549 [10:54:46] *** Joins: password4 (~password@replaced-ip )
1550 [10:54:46] *** Quits: n0ssh (~sshjdy@replaced-ip ) (Quit: daei seluruh alam)
1551 [10:54:48] *** Quits: password8 (~password@replaced-ip ) (Read error: Connection reset by peer)
1552 [10:55:12] *** Quits: AlexLikeRock (~AlexLikeR@replaced-ip ) (Remote host closed the connection)
1553 [10:55:21] *** Joins: B[]rG (~tuptidup@replaced-ip )
1554 [10:55:30] *** Joins: nogginthenog (~nogginthe@replaced-ip )
1555 [10:56:30] *** Joins: Cl0udN9ne (~OtakuSenp@replaced-ip )
1556 [10:56:31] *** Joins: Nekojimi (~jimj316@replaced-ip )
1557 [10:58:36] *** Quits: grumble (~grumble@replaced-ip ) (Ping timeout: 600 seconds)
1558 [10:58:42] *** Joins: rumble (~grumble@replaced-ip )
1559 [10:59:00] *** debhelper sets mode: +l 1605
1560 [10:59:08] *** Joins: ergetae (~adam@replaced-ip )
1561 [11:00:00] *** Joins: betandr (~betandr@replaced-ip )
1562 [11:00:39] *** Joins: TReK (~UnFaQ@replaced-ip )
1563 [11:01:12] *** Quits: Zvmdyv (~Zvmdyv@replaced-ip ) (Remote host closed the connection)
1564 [11:01:21] *** Quits: srtu_ (~hypnotoad@replaced-ip ) (Remote host closed the connection)
1565 [11:02:23] *** Joins: bielewelt (~bielewelt@replaced-ip )
1566 [11:02:28] *** Quits: chachasmooth (~chachasmo@replaced-ip ) (Ping timeout: 240 seconds)
1567 [11:03:21] *** Joins: _C_P_ (~aaa@replaced-ip )
1568 [11:03:43] *** Quits: papitfx (~hafiz@replaced-ip ) (Ping timeout: 246 seconds)
1569 [11:04:10] *** Quits: mypapit (~fakap@replaced-ip ) (Ping timeout: 240 seconds)
1570 [11:04:12] *** Quits: C_P (~aaa@replaced-ip ) (Ping timeout: 260 seconds)
1571 [11:04:12] *** Joins: chachasmooth (~chachasmo@replaced-ip )
1572 [11:04:27] <DoctorD90> good morning! I updated from 8 to 9; my system has root and home encrypted with luks. After I insert the root password, (only now, after the update) it freezes for some couple of second (30 more or less), then write "Gave up waiting for suspended/resume device", and then normally asks for home password. Before the upgrade it wrote something about scanning for btfrs file system (not found because I dont use it)...any suggestiong to fix this
1573 [11:04:27] <DoctorD90> "wait"?
1574 [11:05:10] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 264 seconds)
1575 [11:05:16] *** Quits: hellyeah (~kvirc@replaced-ip ) (Ping timeout: 276 seconds)
1576 [11:05:57] *** Joins: madhez (madhez@replaced-ip )
1577 [11:06:09] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
1578 [11:08:03] *** uNmowed3 is now known as uNmowed
1579 [11:08:12] *** Joins: lucad111 (~lucad111@replaced-ip )
1580 [11:08:24] *** Joins: LorD_n1c0w (~igorhenri@replaced-ip )
1581 [11:08:25] *** Quits: dpyro (~dpyro@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
1582 [11:09:22] *** Joins: familiargalaxy (~familiarg@replaced-ip )
1583 [11:09:38] *** Joins: dpyro (~dpyro@replaced-ip )
1584 [11:09:58] *** Quits: dpyro (~dpyro@replaced-ip ) (Client Quit)
1585 [11:10:10] *** Joins: Jantz (~IceChat9@replaced-ip )
1586 [11:10:14] *** Joins: turfal (~Thunderbi@replaced-ip )
1587 [11:10:28] *** Joins: dpyro (~dpyro@replaced-ip )
1588 [11:10:46] *** Quits: dpyro (~dpyro@replaced-ip ) (Client Quit)
1589 [11:11:04] *** Quits: victorqueiroz (~victor@replaced-ip ) (Ping timeout: 255 seconds)
1590 [11:11:18] *** Joins: dpyro (~dpyro@replaced-ip )
1591 [11:11:34] *** Quits: dpyro (~dpyro@replaced-ip ) (Client Quit)
1592 [11:11:50] *** Quits: edvb (~ed@replaced-ip ) (Ping timeout: 255 seconds)
1593 [11:12:03] *** Joins: dpyro (~dpyro@replaced-ip )
1594 [11:12:22] *** Quits: dpyro (~dpyro@replaced-ip ) (Client Quit)
1595 [11:12:53] *** Joins: dpyro (~dpyro@replaced-ip )
1596 [11:13:10] *** Quits: dpyro (~dpyro@replaced-ip ) (Client Quit)
1597 [11:13:35] *** Joins: wantplay (~wantplay@replaced-ip )
1598 [11:13:38] *** Joins: dpyro (~dpyro@replaced-ip )
1599 [11:13:56] *** Quits: graytron (~tero@replaced-ip ) (Read error: Connection reset by peer)
1600 [11:13:58] *** Quits: dpyro (~dpyro@replaced-ip ) (Client Quit)
1601 [11:14:44] *** Quits: HarendraSingh (uid242285@replaced-ip ) (Quit: Connection closed for inactivity)
1602 [11:15:06] *** Joins: pingfloyd (~pingfloyd@replaced-ip )
1603 [11:15:19] *** Joins: Delta-One (~zero@replaced-ip )
1604 [11:15:38] *** Joins: Drzacek (~Drzacek@replaced-ip )
1605 [11:17:11] <rudi_s> DoctorD90: zcat /usr/share/doc/initramfs-tools/NEWS.Debian.gz|head -n20
1606 [11:17:27] <DoctorD90> ok i run....
1607 [11:17:28] *** Quits: wantplay (~wantplay@replaced-ip ) (Client Quit)
1608 [11:17:44] <rudi_s> Don't run commands you don't understand!
1609 [11:17:58] <rudi_s> All it does is showing you the news entry of the initramfs-tools package.
1610 [11:18:44] *** Joins: oish (~charlie@replaced-ip )
1611 [11:18:50] *** Joins: graytron (~tero@replaced-ip )
1612 [11:19:06] *** Joins: hellyeah (~kvirc@replaced-ip )
1613 [11:19:43] *** Joins: danke (~dan@replaced-ip )
1614 [11:20:14] *** Joins: wantplay (~wantplay@replaced-ip )
1615 [11:20:16] *** Joins: in1t3r (~shiva@replaced-ip )
1616 [11:20:53] *** Quits: in1t3r (~shiva@replaced-ip ) (Max SendQ exceeded)
1617 [11:22:03] *** codebam_ is now known as codebam
1618 [11:22:24] *** Parts: CBF16888 (~CBF16888@replaced-ip )
1619 [11:22:47] *** Joins: in1t3r (~shiva@replaced-ip )
1620 [11:22:50] <wantplay> ./
1621 [11:25:09] *** Joins: namber (~luca@replaced-ip )
1622 [11:25:15] *** Quits: hellyeah (~kvirc@replaced-ip ) (Disconnected by services)
1623 [11:25:38] *** Quits: _KaszpiR_ (quasselcor@replaced-ip ) (Ping timeout: 258 seconds)
1624 [11:25:50] <DoctorD90> rudi_s infact I have seen zcat help before :D and it is very usefull!!! :D btw, im reading :)
1625 [11:25:56] <DoctorD90> rudi_s you are great! :D even if it seems strange to me....but maybe it is an issue while upgrading. When I installed from installer this doesnt happend :P btw...it will fix. Thank you!
1626 [11:25:59] *** Joins: DaBossDaChef (~DaBossDaC@replaced-ip )
1627 [11:26:03] *** Joins: _KaszpiR_ (quasselcor@replaced-ip )
1628 [11:26:46] *** Joins: Lokke (~Thunderbi@replaced-ip )
1629 [11:26:47] *** Joins: lord_rob (~robert@replaced-ip )
1630 [11:26:47] *** Quits: lord_rob (~robert@replaced-ip ) (Changing host)
1631 [11:26:47] *** Joins: lord_rob (~robert@replaced-ip )
1632 [11:27:24] <rudi_s> You're welcome ;-)
1633 [11:27:43] <rudi_s> (I was a little confused by this change as well. But disabling it is easy once you know about it.)
1634 [11:28:10] *** Parts: rikmen (~rikmen@replaced-ip )
1635 [11:28:16] *** Joins: nix64bit (~Thunderbi@replaced-ip )
1636 [11:28:54] *** Joins: maotm (~mao@replaced-ip )
1637 [11:28:56] *** Quits: woshty (~irc@replaced-ip ) (Ping timeout: 260 seconds)
1638 [11:29:00] *** debhelper sets mode: +l 1616
1639 [11:29:35] <DoctorD90> rudi_s i setted to auto. Because if I sent pc in hibernate mode closing che lid, it will crash on boot up once I open it. If it will give me error again, I will set to none :P many thanks
1640 [11:30:45] <rudi_s> DoctorD90: Do you hibernate when you close the lid or just suspend?
1641 [11:30:52] <rudi_s> (suspend = to ram, hibernate = to disk)
1642 [11:30:59] <rudi_s> np
1643 [11:31:09] *** Joins: koollman (samson_t@replaced-ip )
1644 [11:31:10] *** Joins: kayamm (~km@replaced-ip )
1645 [11:31:10] *** Joins: brimonk (brian@replaced-ip )
1646 [11:31:10] *** Joins: funabashi (funabashi@replaced-ip )
1647 [11:31:10] *** Joins: SaltySolomon (~Solo@replaced-ip )
1648 [11:31:10] *** Quits: kayamm (~km@replaced-ip ) (Changing host)
1649 [11:31:10] *** Joins: kayamm (~km@replaced-ip )
1650 [11:31:10] *** Joins: abracadaniel (~abracadan@replaced-ip )
1651 [11:31:10] *** Joins: hipodils1i (~hipo@replaced-ip )
1652 [11:31:11] *** Joins: therock247uk[bnc (~therock24@replaced-ip )
1653 [11:31:11] *** Joins: slax0r (slax0r@replaced-ip )
1654 [11:31:11] *** Quits: slax0r (slax0r@replaced-ip ) (Changing host)
1655 [11:31:11] *** Joins: slax0r (slax0r@replaced-ip )
1656 [11:31:13] *** Joins: happy_hacker (~happy_hac@replaced-ip )
1657 [11:31:14] *** Joins: Namikaze (znc@replaced-ip )
1658 [11:31:15] *** Joins: format_c (~koeppea@replaced-ip )
1659 [11:31:16] *** Joins: tomreyn (~tomreyn@replaced-ip )
1660 [11:31:16] *** Joins: dysfigured (~DANtheBEA@replaced-ip )
1661 [11:31:16] *** Joins: gusnan (~gusnan@replaced-ip )
1662 [11:31:16] *** Joins: ballessay (~ballessay@replaced-ip )
1663 [11:31:16] *** Quits: gusnan (~gusnan@replaced-ip ) (Changing host)
1664 [11:31:16] *** Joins: gusnan (~gusnan@replaced-ip )
1665 [11:31:16] *** Joins: Yugidude1 (Yugidude1@replaced-ip )
1666 [11:31:18] *** Joins: Inkus (kaaos@replaced-ip )
1667 [11:31:20] *** Joins: lindbergio (~markus@replaced-ip )
1668 [11:31:21] *** Joins: oberling (~oberling@replaced-ip )
1669 [11:31:33] <DoctorD90> in reality I dont remeber...It auto set it when debian 8 was isntalled...all by itself :P so i dont remeber :P but I think to ram...
1670 [11:34:06] *** Quits: Piggy (~Piggy@replaced-ip ) (Ping timeout: 240 seconds)
1671 [11:34:32] *** Quits: refresher (~refresher@replaced-ip ) (Ping timeout: 260 seconds)
1672 [11:35:10] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 276 seconds)
1673 [11:36:23] *** Quits: citypw (~citypw@replaced-ip ) (Remote host closed the connection)
1674 [11:36:51] <rudi_s> DoctorD90: Normally closing the lid just suspends (often the laptop has an LED which blinks slower or similar) (and that's unrelated to that option).
1675 [11:37:23] <rudi_s> So if you don't hibernate by using pm-hibernate or clicking on the hibernate button in your desktop environment you can most likely set this option to none, so it doesn't wait on boot.
1676 [11:37:27] *** Quits: maotm (~mao@replaced-ip ) (Ping timeout: 260 seconds)
1677 [11:37:58] <rudi_s> (You can easily check if it suspends, just close the lid and reopen it again, if it's ready in a few seconds, it's supspended, if it takes longer it's hibernating.)
1678 [11:38:10] *** rumble is now known as grumble
1679 [11:39:00] *** debhelper sets mode: +l 1631
1680 [11:39:01] *** Joins: dpkg (~dpkg@replaced-ip )
1681 [11:39:01] *** Joins: neskau (~Sbyte@replaced-ip )
1682 [11:39:03] *** Joins: ryan-c (~ryan@replaced-ip )
1683 [11:39:03] *** Joins: sndb (~kiri@replaced-ip )
1684 [11:39:04] *** Joins: Smuckerz (~C2N14@replaced-ip )
1685 [11:39:05] *** Joins: thekingofbandit (thekingofb@replaced-ip )
1686 [11:39:06] *** Joins: mete (~mete@replaced-ip )
1687 [11:39:06] *** Joins: richardjohn (~richardjo@replaced-ip )
1688 [11:39:06] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
1689 [11:39:07] *** Joins: Kamilion (kamilion@replaced-ip )
1690 [11:39:07] *** Joins: monty (~meh@replaced-ip )
1691 [11:39:08] *** Joins: eldritch (~eldritch@replaced-ip )
1692 [11:39:10] *** Joins: nix-7 (~nix@replaced-ip )
1693 [11:39:13] *** Joins: Serpent7776 (~Serpent77@replaced-ip )
1694 [11:39:16] *** Joins: Cork (~Cork@replaced-ip )
1695 [11:39:18] *** Quits: hf05ojh398say (~hf05ojh39@replaced-ip ) (Quit: hf05ojh398say)
1696 [11:39:19] *** Joins: nolsen (nolsen@replaced-ip )
1697 [11:39:35] *** Quits: nighty-- (~nighty@replaced-ip ) (Quit: Disappears in a puff of smoke)
1698 [11:39:35] *** Joins: hf05ojh398say (~hf05ojh39@replaced-ip )
1699 [11:41:57] *** Quits: Slashman (~Slash@replaced-ip ) (Ping timeout: 240 seconds)
1700 [11:42:01] *** Joins: Piggy (~Piggy@replaced-ip )
1701 [11:43:03] <DoctorD90> so it suspend.....because it takes some seconds and I remeber that LED blink
1702 [11:43:15] <DoctorD90> I will try later :D
1703 [11:43:20] <DoctorD90> thx rudi_s
1704 [11:43:29] *** Quits: familiargalaxy (~familiarg@replaced-ip##) (Quit: Mutter: ##replaced-url
1705 [11:43:51] *** Joins: planetmaker (~pm@replaced-ip )
1706 [11:45:03] *** Quits: ecthiender (~ecthiende@replaced-ip ) (Quit: Leaving)
1707 [11:45:16] *** Joins: Futha (~Futha@replaced-ip )
1708 [11:46:25] *** Quits: graytron (~tero@replaced-ip ) (Ping timeout: 246 seconds)
1709 [11:46:27] *** Joins: tyler-baker (tyler-bake@replaced-ip )
1710 [11:46:53] <rudi_s> np
1711 [11:47:02] *** Quits: Antares (~Antares@replaced-ip ) (Quit: Подожди немношко. Скоро буду. Капитошка.)
1712 [11:47:24] *** Joins: kimico (~kimico@replaced-ip )
1713 [11:48:49] *** Quits: chachasmooth (~chachasmo@replaced-ip ) (Ping timeout: 276 seconds)
1714 [11:48:54] *** Joins: bier (~bier@replaced-ip )
1715 [11:49:00] *** debhelper sets mode: +l 1646
1716 [11:49:17] *** Joins: chachasmooth (~chachasmo@replaced-ip )
1717 [11:49:34] *** Joins: savantgarde (~savantgar@replaced-ip )
1718 [11:49:45] *** Joins: dreamon__ (~dreamon@replaced-ip )
1719 [11:49:48] *** Joins: kharloss (~kharloss@replaced-ip )
1720 [11:50:12] *** Joins: f4cl3y (~f4cl3y@replaced-ip )
1721 [11:51:56] *** Quits: wantplay (~wantplay@replaced-ip ) (Remote host closed the connection)
1722 [11:52:09] *** Quits: patterson (~patterson@replaced-ip##) (Quit: Going offline, see ya! (##replaced-url
1723 [11:53:14] *** Joins: Brigo (~Brigo@replaced-ip )
1724 [11:54:35] *** Quits: f4cl3y (~f4cl3y@replaced-ip ) (Ping timeout: 255 seconds)
1725 [11:55:08] *** ninjanne is now known as justJanne
1726 [11:55:24] *** Joins: f4cl3y (~f4cl3y@replaced-ip )
1727 [11:56:10] <DoctorD90> rudi_s suspend...it is very fast :P
1728 [11:56:26] <DoctorD90> rudi_s suspend...it is very fast :P
1729 [11:56:27] *** Joins: quite (quite@replaced-ip )
1730 [11:57:10] *** Joins: BluesKaj (~Blues@replaced-ip )
1731 [11:58:00] <BluesKaj> Hey folks
1732 [11:58:43] *** Joins: Haohmaru (~wub@replaced-ip )
1733 [11:59:00] *** debhelper sets mode: +l 1653
1734 [12:00:01] *** Quits: f4cl3y (~f4cl3y@replaced-ip ) (Ping timeout: 248 seconds)
1735 [12:00:12] *** Quits: titikaka (~titkaka@replaced-ip ) (Ping timeout: 260 seconds)
1736 [12:00:22] *** Joins: f4cl3y (~f4cl3y@replaced-ip )
1737 [12:01:05] *** Quits: savantgarde (~savantgar@replaced-ip ) (Remote host closed the connection)
1738 [12:01:41] *** Joins: titikaka (~titkaka@replaced-ip )
1739 [12:01:57] *** Quits: Janos (~Janos@replaced-ip ) (Ping timeout: 260 seconds)
1740 [12:02:07] *** Quits: Ericounet (~Eric@replaced-ip ) (Remote host closed the connection)
1741 [12:02:20] *** Joins: Ericounet (~Eric@replaced-ip )
1742 [12:02:22] *** Quits: galex-713 (~galex-713@replaced-ip ) (Remote host closed the connection)
1743 [12:02:38] *** Quits: mzf (~mzf@replaced-ip ) (Read error: Connection reset by peer)
1744 [12:02:59] *** Joins: mzf (~mzf@replaced-ip )
1745 [12:04:10] *** Quits: remo (~user@replaced-ip ) (Remote host closed the connection)
1746 [12:04:23] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 246 seconds)
1747 [12:04:33] *** Joins: galex-713 (~galex-713@replaced-ip )
1748 [12:04:50] *** Quits: f4cl3y (~f4cl3y@replaced-ip ) (Ping timeout: 240 seconds)
1749 [12:05:22] *** Quits: galex-713 (~galex-713@replaced-ip ) (Remote host closed the connection)
1750 [12:05:24] *** Joins: f4cl3y (~f4cl3y@replaced-ip )
1751 [12:05:32] *** Joins: remo (~user@replaced-ip )
1752 [12:06:12] *** Joins: sypher (~sypher@replaced-ip )
1753 [12:06:18] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
1754 [12:07:46] *** Quits: foul_owl (~foul_owl@replaced-ip ) (Ping timeout: 246 seconds)
1755 [12:08:11] *** Quits: titikaka (~titkaka@replaced-ip ) (Ping timeout: 258 seconds)
1756 [12:09:04] <rudi_s> ;-)
1757 [12:09:35] *** Quits: f4cl3y (~f4cl3y@replaced-ip ) (Ping timeout: 240 seconds)
1758 [12:10:24] *** Joins: f4cl3y (~f4cl3y@replaced-ip )
1759 [12:10:52] *** Quits: factor (0fd3c953@replaced-ip ) (Quit: Page closed)
1760 [12:11:16] *** Quits: malmalmal (~malmalmal@replaced-ip ) (Quit: Leaving)
1761 [12:11:31] *** Joins: dselect (~dselect@replaced-ip )
1762 [12:11:45] *** Quits: nutron (~nutron@replaced-ip ) (Ping timeout: 248 seconds)
1763 [12:14:08] *** Quits: in1t3r (~shiva@replaced-ip ) (Ping timeout: 240 seconds)
1764 [12:14:57] *** Quits: czesmir (~stefan@replaced-ip ) (Read error: Connection reset by peer)
1765 [12:16:00] *** Quits: bnw (~bnw@replaced-ip ) (Quit: Leaving)
1766 [12:16:16] *** Joins: biax (~biax@replaced-ip )
1767 [12:17:01] *** Quits: rgr (~rgr@replaced-ip ) (Quit: rgr)
1768 [12:17:09] *** Joins: familiargalaxy (~familiarg@replaced-ip )
1769 [12:17:10] *** Quits: chachasmooth (~chachasmo@replaced-ip ) (Ping timeout: 255 seconds)
1770 [12:17:37] *** Joins: galex-713 (~galex-713@replaced-ip )
1771 [12:19:00] *** debhelper sets mode: +l 1645
1772 [12:19:20] *** Joins: chachasmooth (~chachasmo@replaced-ip )
1773 [12:19:22] *** Joins: Purec (~Purec@replaced-ip )
1774 [12:19:58] *** Quits: familiargalaxy (~familiarg@replaced-ip ) (Client Quit)
1775 [12:19:59] *** Joins: nutron (~nutron@replaced-ip )
1776 [12:20:22] *** nutron is now known as Guest9547
1777 [12:20:37] *** Quits: discovered (~discovere@replaced-ip ) (Ping timeout: 260 seconds)
1778 [12:24:00] <vlt> Hello. How can I "map" several files in a concatenated way into a single block device? Is there some losetup magic?
1779 [12:24:28] *** Joins: czesmir (~stefan@replaced-ip )
1780 [12:25:34] *** Joins: bipul (~quassel@replaced-ip )
1781 [12:25:34] *** Quits: bipul (~quassel@replaced-ip ) (Changing host)
1782 [12:25:34] *** Joins: bipul (~quassel@replaced-ip )
1783 [12:25:36] <SwedeMike> vlt: is it ok if the files are modified before they're concatenated? In that case, it might work to create an mdadm linear array across the files.
1784 [12:25:37] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 248 seconds)
1785 [12:25:45] *** Quits: JustTheDoctor (uid180843@replaced-ip ) (Quit: Connection closed for inactivity)
1786 [12:26:01] <vlt> SwedeMike: No, I need the files as they are now.
1787 [12:26:28] *** Joins: cdown (~cdown@replaced-ip )
1788 [12:26:57] *** Joins: foul_owl (~foul_owl@replaced-ip )
1789 [12:27:46] *** Quits: Error451 (~R@replaced-ip ) (Remote host closed the connection)
1790 [12:28:04] *** Joins: Hink (~Hink@replaced-ip )
1791 [12:28:06] <rudi_s> vlt: First search engine hit: replaced-url
1792 [12:28:16] *** Joins: l3archos (~Icedove@replaced-ip )
1793 [12:28:25] <SwedeMike> rudi_s: I just found that one as well, was just about to paste it
1794 [12:28:34] *** Quits: na1rb (~nairb@replaced-ip ) (Remote host closed the connection)
1795 [12:28:50] *** Joins: na1rb (~nairb@replaced-ip )
1796 [12:28:52] *** Quits: l3archos (~Icedove@replaced-ip ) (Client Quit)
1797 [12:28:56] *** Quits: Lowl3v3l (~lowl3v3l@replaced-ip ) (Remote host closed the connection)
1798 [12:30:07] *** Joins: littlekitty (uid234006@replaced-ip )
1799 [12:30:11] *** Quits: hf05ojh398say (~hf05ojh39@replaced-ip ) (Quit: hf05ojh398say)
1800 [12:30:30] *** Joins: hf05ojh398say (~hf05ojh39@replaced-ip )
1801 [12:32:44] *** Joins: password8 (~password@replaced-ip )
1802 [12:33:06] *** Quits: hipp (~hipp@replaced-ip ) (Ping timeout: 258 seconds)
1803 [12:33:11] *** Joins: ongolaBoy (~ongolaBoy@replaced-ip )
1804 [12:35:13] *** Quits: password4 (~password@replaced-ip ) (Ping timeout: 248 seconds)
1805 [12:35:46] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 264 seconds)
1806 [12:36:08] *** Joins: RamPage (~R@replaced-ip )
1807 [12:36:09] *** Quits: RamPage (~R@replaced-ip ) (Changing host)
1808 [12:36:09] *** Joins: RamPage (~R@replaced-ip )
1809 [12:36:11] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
1810 [12:36:48] *** Quits: pingfloyd (~pingfloyd@replaced-ip ) (Quit: ☮ out)
1811 [12:37:03] *** Quits: xuumno (~sels@replaced-ip ) (Quit: It's a dud! It's a dud! It's a du...)
1812 [12:39:05] *** Joins: ToBeCloud (uid51591@replaced-ip )
1813 [12:39:17] *** Quits: hf05ojh398say (~hf05ojh39@replaced-ip ) (Quit: hf05ojh398say)
1814 [12:39:56] *** Joins: orphean (~Orphean@replaced-ip )
1815 [12:40:05] *** Quits: Hink (~Hink@replaced-ip ) (Quit: quit from client)
1816 [12:40:39] *** Quits: ToBeCloud (uid51591@replaced-ip ) (Excess Flood)
1817 [12:41:38] *** Joins: Hink (~Hink@replaced-ip )
1818 [12:41:41] <JyZyXEL> rm: cannot remove ‘.tmux.conf’: Device or resource busy
1819 [12:41:52] *** Joins: password4 (~password@replaced-ip )
1820 [12:42:11] *** Joins: ToBeCloud (uid51591@replaced-ip )
1821 [12:42:16] *** Quits: password8 (~password@replaced-ip ) (Read error: Connection reset by peer)
1822 [12:42:39] <JyZyXEL> how do i see what is preventing it?
1823 [12:42:46] *** Joins: hf05ojh398say (~hf05ojh39@replaced-ip )
1824 [12:43:21] *** Joins: Vizva (~Vizva@replaced-ip )
1825 [12:43:38] *** Joins: rocketmagnet (~stuv@replaced-ip )
1826 [12:44:14] <rocketmagnet> hi all, i've a short question about the dock - why does some apps allow me to add them to the dock but other do not provide this option :(
1827 [12:45:22] <rocketmagnet> i want weechat to be in my dock and create a correct weechat.desktop file in /usr/share/applications/ and i appears and starts but i see ne icons in my dock :( :(
1828 [12:46:25] <towo^work> weechat is a cli programm
1829 [12:47:22] <rocketmagnet> towo^work: what make the difference ?
1830 [12:47:30] <rocketmagnet> s/make/makes/
1831 [12:47:34] <towo^work> a starter would not make many sense
1832 [12:47:40] *** Quits: chachasmooth (~chachasmo@replaced-ip ) (Ping timeout: 258 seconds)
1833 [12:47:44] <towo^work> it needs a running terminal
1834 [12:48:01] *** Joins: citypw (~citypw@replaced-ip )
1835 [12:48:14] <towo^work> so you would need to make a starter for a terminal which automatic starts weechat
1836 [12:48:17] <rocketmagnet> i run weechat with "gnome-terminal -e "weechat"
1837 [12:49:00] *** debhelper sets mode: +l 1651
1838 [12:49:23] *** Joins: chachasmooth (~chachasmo@replaced-ip )
1839 [12:50:11] *** Joins: mad_hatter (~madhatter@replaced-ip )
1840 [12:50:22] *** Quits: Jantz (~IceChat9@replaced-ip ) (Quit: Pull the pin and count to what?)
1841 [12:51:05] <rocketmagnet> it's gettings started but i see no weechat in my dock
1842 [12:51:35] *** Quits: password4 (~password@replaced-ip ) (Ping timeout: 240 seconds)
1843 [12:51:50] *** Joins: mylinux (~mylinux@replaced-ip )
1844 [12:52:16] *** Quits: rhaal (~rhaal@replaced-ip ) (Ping timeout: 255 seconds)
1845 [12:52:46] *** Joins: BlueByte (~walther@replaced-ip )
1846 [12:53:48] *** Quits: BlueByte_ (~walther@replaced-ip ) (Ping timeout: 240 seconds)
1847 [12:54:03] <towo^work> you would never see weechat in "your dock", whatever that is
1848 [12:54:05] *** Joins: gorgabal (~gorgabal@replaced-ip )
1849 [12:54:25] <towo^work> you would se gnome-terminal, not more, not less
1850 [12:54:35] <towo^work> and it works fine with the plank dock
1851 [12:54:53] *** Quits: mad_hatter (~madhatter@replaced-ip ) (Ping timeout: 255 seconds)
1852 [12:55:03] *** Quits: gorgabal (~gorgabal@replaced-ip ) (Remote host closed the connection)
1853 [12:55:22] *** Quits: Pjusur (~Pjusur@replaced-ip ) (Ping timeout: 246 seconds)
1854 [12:55:49] *** Quits: alexlist (~alexlist@replaced-ip ) (Quit: Coyote finally caught me)
1855 [12:56:03] *** Joins: alexlist (~alexlist@replaced-ip )
1856 [12:56:52] *** Quits: mylinux (~mylinux@replaced-ip ) (Ping timeout: 258 seconds)
1857 [12:58:01] *** Joins: zoolook (~zoolook@replaced-ip )
1858 [12:58:29] *** Joins: bloodmagexd (~bloodmage@replaced-ip )
1859 [12:58:53] *** Joins: Cullz (7643263d@replaced-ip )
1860 [12:59:29] *** Quits: mzf (~mzf@replaced-ip ) (Remote host closed the connection)
1861 [13:00:13] *** Joins: SpikeHeron (~DutchIngr@replaced-ip )
1862 [13:01:21] *** Joins: mad_hatter (~madhatter@replaced-ip )
1863 [13:01:38] *** Joins: Hyp3ri0n (~OtakuSenp@replaced-ip )
1864 [13:01:53] *** Quits: Cl0udN9ne (~OtakuSenp@replaced-ip ) (Ping timeout: 248 seconds)
1865 [13:01:58] *** Quits: alexlist (~alexlist@replaced-ip ) (Quit: Coyote finally caught me)
1866 [13:02:10] *** Hyp3ri0n is now known as Nawab
1867 [13:02:13] *** Joins: alexlist (~alexlist@replaced-ip )
1868 [13:02:43] *** Quits: alexlist (~alexlist@replaced-ip ) (Client Quit)
1869 [13:02:55] *** Quits: e_xistense (~e_xistens@replaced-ip ) (Read error: Connection reset by peer)
1870 [13:03:02] *** Quits: Rokixz (~rokas@replaced-ip ) (Remote host closed the connection)
1871 [13:03:04] *** Quits: bloodmagexd (~bloodmage@replaced-ip ) (Ping timeout: 255 seconds)
1872 [13:03:08] *** Joins: alexlist (~alexlist@replaced-ip )
1873 [13:03:11] *** Joins: remo1 (~user@replaced-ip )
1874 [13:03:30] *** Quits: hf05ojh398say (~hf05ojh39@replaced-ip ) (Ping timeout: 240 seconds)
1875 [13:03:37] <rocketmagnet> towo^work: hmpf, i've the gnome-terminal already in my dock so that might be the point why it doesn't show up, what can i do to howot anyway ?
1876 [13:05:02] *** Quits: dpkg (~dpkg@replaced-ip ) (Quit: buh bye!)
1877 [13:05:12] *** Joins: sorin-mihai (equinox@replaced-ip )
1878 [13:05:27] *** Quits: remo (~user@replaced-ip ) (Ping timeout: 240 seconds)
1879 [13:05:31] *** Quits: Jdbye (~furry4lif@replaced-ip ) (Ping timeout: 246 seconds)
1880 [13:05:34] *** Quits: sewerrat__ (~sewerrat@replaced-ip ) (Remote host closed the connection)
1881 [13:05:41] *** Quits: mad_hatter (~madhatter@replaced-ip ) (Ping timeout: 258 seconds)
1882 [13:05:41] *** Joins: dpkg (~dpkg@replaced-ip )
1883 [13:06:37] *** Joins: e_xistense (~e_xistens@replaced-ip )
1884 [13:06:56] <towo^work> you can't do anything
1885 [13:07:19] <towo^work> such docks only showing x-apps, no cli programms
1886 [13:07:48] *** Joins: wonderworld (~ww@replaced-ip )
1887 [13:10:50] *** Quits: gb00s (uid99359@replaced-ip ) (Quit: Connection closed for inactivity)
1888 [13:10:57] *** Joins: mad_hatter (~madhatter@replaced-ip )
1889 [13:12:54] *** Joins: arun007 (~arun@replaced-ip )
1890 [13:13:33] *** Joins: Jdbye (~furry4lif@replaced-ip )
1891 [13:13:36] *** Quits: Hink (~Hink@replaced-ip ) (Quit: quit from client)
1892 [13:13:44] <rocketmagnet> towo^work: and what if i create a symlink and use the symlink ?
1893 [13:14:14] *** Joins: Hink (~Hink@replaced-ip )
1894 [13:14:25] *** Parts: Cullz (7643263d@replaced-ip )
1895 [13:15:04] *** Joins: alexII (~alexII@replaced-ip )
1896 [13:15:05] *** Quits: mad_hatter (~madhatter@replaced-ip ) (Ping timeout: 240 seconds)
1897 [13:16:18] *** Joins: pragomer (~pragomer@replaced-ip )
1898 [13:17:12] <towo^work> symlink to what?
1899 [13:17:24] <towo^work> and a cli app stayes a cli app
1900 [13:17:42] <towo^work> it will never show up in your secret dock
1901 [13:17:53] *** Quits: Cope (~sns@replaced-ip ) (Ping timeout: 248 seconds)
1902 [13:19:18] <vlt> rudi_s, SwedeMike: Thank you! :-)
1903 [13:19:47] *** Joins: Cope (~sns@replaced-ip )
1904 [13:19:50] <pragomer> is there a way to get always the latest kde stable release in stretch?
1905 [13:20:33] *** Quits: fFamousfFatman (~El@replaced-ip ) (Remote host closed the connection)
1906 [13:20:47] *** Joins: kupi (uid212005@replaced-ip )
1907 [13:20:51] *** Joins: fFamousfFatman (~El@replaced-ip )
1908 [13:20:57] *** Quits: jeff123 (~bum@replaced-ip ) (Quit: Leaving)
1909 [13:21:30] *** Joins: mad_hatter (~madhatter@replaced-ip )
1910 [13:22:15] *** Joins: savantgarde (~savantgar@replaced-ip )
1911 [13:22:59] <mavhq> rocketmagnet: I found replaced-url
1912 [13:23:44] <jelly> pragomer: no
1913 [13:23:47] *** Joins: jeff123 (~bum@replaced-ip )
1914 [13:24:56] *** Joins: jackNemrod_ (~Thunderbi@replaced-ip )
1915 [13:25:08] *** Quits: jackNemrod (~Thunderbi@replaced-ip ) (Ping timeout: 260 seconds)
1916 [13:25:08] *** jackNemrod_ is now known as jackNemrod
1917 [13:25:36] *** Quits: mad_hatter (~madhatter@replaced-ip ) (Ping timeout: 240 seconds)
1918 [13:25:36] *** Quits: wonderworld (~ww@replaced-ip ) (Quit: Konversation terminated!)
1919 [13:25:39] *** Joins: mallxs (~chatzilla@replaced-ip )
1920 [13:25:45] *** Joins: wonderworld (~ww@replaced-ip )
1921 [13:26:10] *** Joins: j08nY (~j08nY@replaced-ip )
1922 [13:26:27] *** Quits: kharloss (~kharloss@replaced-ip ) (Read error: Connection reset by peer)
1923 [13:27:00] *** Quits: savantgarde (~savantgar@replaced-ip ) (Ping timeout: 260 seconds)
1924 [13:27:22] *** Joins: ioria (~ioria2_@replaced-ip )
1925 [13:29:04] *** Joins: gorgabal (~gorgabal@replaced-ip )
1926 [13:30:12] *** Joins: shinnok (~shinnok@replaced-ip )
1927 [13:32:57] *** Quits: Sharker (~torrezno@replaced-ip ) (Remote host closed the connection)
1928 [13:33:59] *** Joins: savantgarde (~savantgar@replaced-ip )
1929 [13:34:07] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 276 seconds)
1930 [13:34:13] *** Quits: towo` (~towo@replaced-ip ) (Ping timeout: 246 seconds)
1931 [13:34:57] *** Quits: lexruee (~Alexander@replaced-ip ) (Remote host closed the connection)
1932 [13:35:12] *** Joins: lexruee (~Alexander@replaced-ip )
1933 [13:35:12] *** Joins: Sharker (~torrezno@replaced-ip )
1934 [13:35:17] *** Quits: Henry151 (~bishop@replaced-ip ) (Ping timeout: 260 seconds)
1935 [13:36:16] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
1936 [13:36:23] *** Quits: checkItOut (~checkItou@replaced-ip ) (Remote host closed the connection)
1937 [13:36:43] *** Joins: Henry151 (~bishop@replaced-ip )
1938 [13:38:14] *** Joins: live (~live@replaced-ip )
1939 [13:39:19] <Henry151> so, I asked this last night, but now I'm scrolling for miles and can't find where I asked it/whether or not anybody had any responses (I fell asleep after asking :D)
1940 [13:39:37] <Henry151> looking at that wiki page, I'm seeing it recommends gnome-bluetooth for gnome, bluedevil for kde, and blueman for Gtk2. I am running xfce. Any advice (from anybody) about which of these or which other option might be best for xfce?
1941 [13:39:54] *** Quits: zoolook (~zoolook@replaced-ip ) (Quit: Konversation terminated!)
1942 [13:40:01] *** Joins: Roedy (Roedy@replaced-ip )
1943 [13:40:35] *** Quits: dohfish (~oemillak@replaced-ip ) (Ping timeout: 240 seconds)
1944 [13:41:57] *** Quits: Lokke (~Thunderbi@replaced-ip ) (Quit: Lokke)
1945 [13:42:05] *** Joins: amcorreia (~amcorreia@replaced-ip )
1946 [13:43:16] *** Quits: mavhc (~mavhc@replaced-ip ) (Quit: Death to Americium)
1947 [13:43:57] *** Quits: Hink (~Hink@replaced-ip ) (Quit: quit from client)
1948 [13:44:49] *** Quits: bipul (~quassel@replaced-ip ) (Remote host closed the connection)
1949 [13:45:47] *** Quits: live (~live@replaced-ip ) (Quit: Leaving)
1950 [13:45:48] *** Quits: danke (~dan@replaced-ip ) (Quit: danke)
1951 [13:46:46] *** Joins: Hink (~Hink@replaced-ip )
1952 [13:47:09] *** Quits: mavhq (~quassel@replaced-ip ) (Remote host closed the connection)
1953 [13:47:45] *** Quits: Henry151 (~bishop@replaced-ip ) (Ping timeout: 248 seconds)
1954 [13:47:54] *** Joins: DevAntoine (~DevAntoin@replaced-ip )
1955 [13:49:48] *** Joins: Henry151 (~bishop@replaced-ip )
1956 [13:49:51] <Henry151> this is the wiki page I'm looking at: replaced-url
1957 [13:50:12] *** Quits: thinkpad (~thinkpad@replaced-ip ) (Read error: Connection reset by peer)
1958 [13:50:35] *** Quits: loader (~loader@replaced-ip ) (Read error: Connection reset by peer)
1959 [13:50:56] <jelly> presumably the gtk2 option, since xfce (still) uses gtk2
1960 [13:51:07] <Henry151> jelly: ah! thanks
1961 [13:51:12] <Henry151> I didn't realize that
1962 [13:51:25] <jelly> no idea if blueman is actually stable and working or not
1963 [13:52:02] *** Joins: thinkpad (~thinkpad@replaced-ip )
1964 [13:52:03] *** Joins: loader (~loader@replaced-ip )
1965 [13:52:05] <Henry151> well I suppose I can try it :D
1966 [13:53:06] *** Quits: _KaszpiR_ (quasselcor@replaced-ip ) (Ping timeout: 240 seconds)
1967 [13:53:29] *** Joins: Antoxyde (~Antoxyde@replaced-ip )
1968 [13:53:37] *** Quits: Purec (~Purec@replaced-ip ) (Ping timeout: 248 seconds)
1969 [13:54:03] *** Joins: _KaszpiR_ (quasselcor@replaced-ip )
1970 [13:55:21] *** Quits: Henry151 (~bishop@replaced-ip ) (Remote host closed the connection)
1971 [13:55:27] *** Joins: [k00l]JohnWartz (~J0hnW4rtz@replaced-ip )
1972 [13:55:37] *** Joins: devbaka (~devbaka@replaced-ip )
1973 [13:58:17] *** Joins: Ambassador (~Ambassado@replaced-ip )
1974 [13:58:34] *** Joins: rhaal (~rhaal@replaced-ip )
1975 [13:58:55] *** Joins: Henry151 (~bishop@replaced-ip )
1976 [13:59:28] <Henry151> ok folks; blueman gave me a graphical interface for my bluetooth
1977 [13:59:43] <Henry151> I successfully paired with the device, a BlueVibe headset
1978 [13:59:50] <Henry151> however, when I try to connect I'm getting an error
1979 [13:59:55] <Henry151> "protocol unavailable"
1980 [14:00:00] <Henry151> any ideas?
1981 [14:00:33] *** Quits: m0j0dj0dj0 (~punk3r@replaced-ip ) (Quit: WeeChat 2.0-dev)
1982 [14:01:23] <jelly> if you've got pulseaudio working, run pavucontrol and see if the device is now visible on output devices and input devices tabs
1983 [14:01:31] *** Joins: WoodLeg (~WoodLeg@replaced-ip )
1984 [14:01:56] *** Quits: chachasmooth (~chachasmo@replaced-ip ) (Ping timeout: 255 seconds)
1985 [14:01:57] *** Joins: m0j0dj0dj0 (~punk3r@replaced-ip )
1986 [14:02:11] *** Joins: wallbroken (~weight23@replaced-ip )
1987 [14:02:12] <wallbroken> hi
1988 [14:02:22] *** Quits: m0j0dj0dj0 (~punk3r@replaced-ip ) (Changing host)
1989 [14:02:22] *** Joins: m0j0dj0dj0 (~punk3r@replaced-ip )
1990 [14:02:26] <wallbroken> is possible to update from 8 to 9 without reinstalling?
1991 [14:02:56] *** Joins: gyro_92 (~pvermeil@replaced-ip )
1992 [14:03:13] <jelly> wallbroken: yes
1993 [14:03:17] <jolt> wallbroken: of course! Just change to stretch in /etc/apt/sources.list, run apt update, apt dist-upgrade and answer the questions.
1994 [14:03:23] <jelly> dpkg: jessie->stretch
1995 [14:03:24] <dpkg> Read (at least) the upgrading chapter of the <release notes> replaced-url
1996 [14:03:26] <jolt> wallbroken: but it could be a good idea to read the documentation first
1997 [14:03:28] <jolt> Just incase
1998 [14:03:29] <jelly> jolt: no.
1999 [14:03:47] <jolt> jelly: How the heck do you remember all of those+
2000 [14:03:48] <jelly> don't "apt", don't do it blindly
2001 [14:03:59] *** Joins: chachasmooth (~chachasmo@replaced-ip )
2002 [14:04:00] *** Quits: Virtac (~Virtac@replaced-ip ) (Remote host closed the connection)
2003 [14:04:05] <wallbroken> the risk is that some stuff will not work?
2004 [14:04:08] <jelly> and read the fine Release Notes
2005 [14:04:23] <jolt> wallbroken: Thats why you should read the release notes. And take backups
2006 [14:04:31] <jelly> most common risks are detailed... in the release notes for stretch
2007 [14:05:06] *** Joins: tabakhase (tabakhase@replaced-ip )
2008 [14:05:37] <jelly> but debian has had in-place release upgrades since forever. They mostly work. Lots of the issues are caused by upstream changes, not debian itself.
2009 [14:05:53] *** Joins: afx_ (~afx_@replaced-ip )
2010 [14:06:17] <jelly> 8->9 is less painful than 7->8 in my experience
2011 [14:07:08] *** Quits: abracadaniel (~abracadan@replaced-ip ) (Ping timeout: 240 seconds)
2012 [14:07:40] <jolt> I had some problems with a vps update, but that was because a crazy old kernel in vz
2013 [14:07:54] <jolt> But overall, I think I've updated over 100 systems with no issue at all
2014 [14:08:03] <jolt> So I would agree
2015 [14:08:11] <wallbroken> what happens if i do not update?
2016 [14:08:29] <jolt> wallbroken: You will eventually have outdated software with security holes in them
2017 [14:08:43] *** Quits: Futha (~Futha@replaced-ip ) (Quit: Leaving)
2018 [14:08:45] <jelly> around 2018 or 2020
2019 [14:08:47] <jolt> wallbroken: And it would make it harder to upgrade between versions in the future
2020 [14:08:56] *** Quits: turfal (~Thunderbi@replaced-ip ) (Ping timeout: 258 seconds)
2021 [14:09:19] <jolt> wallbroken: But you don't have to. We have legacy applications that will run on jessie for some more years
2022 [14:09:19] *** Joins: abracadaniel (~abracadan@replaced-ip )
2023 [14:09:22] <jelly> it's not just harder. Release upgrades are ONLY supported from release N-1 to release N. No skipping.
2024 [14:09:51] *** Quits: afx_ (~afx_@replaced-ip ) (Client Quit)
2025 [14:10:07] *** Parts: gyro_92 (~pvermeil@replaced-ip )
2026 [14:12:19] *** Quits: devbaka (~devbaka@replaced-ip ) (Quit: Leaving)
2027 [14:12:37] *** Quits: ioria (~ioria2_@replaced-ip ) (Ping timeout: 260 seconds)
2028 [14:13:26] *** Joins: silverhom (~silverhom@replaced-ip )
2029 [14:14:21] *** Joins: ioudas^working (~ioudasw@replaced-ip )
2030 [14:14:47] *** Quits: Haohmaru (~wub@replaced-ip ) (Quit: Leaving)
2031 [14:15:43] *** Quits: CtrlC (~CtrlC@replaced-ip ) (Ping timeout: 276 seconds)
2032 [14:16:14] *** Joins: preview (~quassel@replaced-ip )
2033 [14:18:00] *** Joins: UnixMonky (~UnixMonky@replaced-ip )
2034 [14:18:31] *** Joins: technoir (~technoir@replaced-ip )
2035 [14:19:06] *** Quits: Havis (~Havis@replaced-ip ) (Quit: Leaving)
2036 [14:19:10] *** Quits: APexil (~you@replaced-ip ) (Ping timeout: 255 seconds)
2037 [14:19:13] *** Quits: arun007 (~arun@replaced-ip ) (Quit: WeeChat 1.9)
2038 [14:19:29] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 246 seconds)
2039 [14:19:45] *** Joins: attente (~william@replaced-ip )
2040 [14:20:46] *** Quits: cyborg-one (~cyborg-on@replaced-ip ) (Ping timeout: 246 seconds)
2041 [14:20:52] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
2042 [14:21:38] *** Quits: galex-713 (~galex-713@replaced-ip ) (Remote host closed the connection)
2043 [14:21:39] *** Joins: galex-713_ (~galex-713@replaced-ip )
2044 [14:21:43] *** Quits: Jake_Squid (~Jake_Squi@replaced-ip ) ()
2045 [14:24:56] *** Quits: Haudegen (~quassel@replaced-ip ) (Remote host closed the connection)
2046 [14:25:17] *** Joins: mavhq (~quassel@replaced-ip )
2047 [14:26:05] *** Joins: ioria (~ioria2_@replaced-ip )
2048 [14:26:37] *** Quits: shinnok (~shinnok@replaced-ip ) (Ping timeout: 260 seconds)
2049 [14:26:44] *** Quits: AntiSpamMeta (~MetaBot@replaced-ip ) (Read error: Connection reset by peer)
2050 [14:26:57] *** Joins: AntiSpamMeta (~MetaBot@replaced-ip )
2051 [14:27:27] *** Joins: shinnok (~shinnok@replaced-ip )
2052 [14:28:57] *** Quits: sysvalve (~sysvalve@replaced-ip ) (Ping timeout: 240 seconds)
2053 [14:29:10] *** Quits: pragomer (~pragomer@replaced-ip ) (Quit: Leaving)
2054 [14:29:11] *** Joins: Mottengrotte (~Mottengro@replaced-ip )
2055 [14:29:12] *** Quits: Mottengrotte (~Mottengro@replaced-ip ) (Max SendQ exceeded)
2056 [14:29:26] *** Joins: sysvalve (~sysvalve@replaced-ip )
2057 [14:29:36] *** Joins: Mottengrotte (~Mottengro@replaced-ip )
2058 [14:30:56] *** Joins: dvs (~hibbard@replaced-ip )
2059 [14:31:32] <Posterdati> hi
2060 [14:31:52] *** Quits: shinnok (~shinnok@replaced-ip ) (Client Quit)
2061 [14:32:22] <Posterdati> please help, is there anyone using debian on raspberry pi 3 in 64bit, with bluetooth and wifi working? Thanks!
2062 [14:32:24] *** Quits: ioria (~ioria2_@replaced-ip ) (Quit: Leaving)
2063 [14:32:24] *** Quits: CurryWurst (~CurryWurs@replaced-ip ) (Read error: Connection reset by peer)
2064 [14:32:27] *** Joins: APexil (~you@replaced-ip )
2065 [14:32:30] *** Joins: shinnok (~shinnok@replaced-ip )
2066 [14:32:36] *** Joins: Jake_Squid (~Jake_Squi@replaced-ip )
2067 [14:33:27] *** Joins: CurryWurst (~CurryWurs@replaced-ip )
2068 [14:34:04] *** Quits: Gazooo (~Gazooo@replaced-ip ) (Ping timeout: 246 seconds)
2069 [14:34:08] *** Joins: Darby_Crash (~Darby_Cra@replaced-ip )
2070 [14:34:50] *** Quits: riteshsarraf (~zncadmin@replaced-ip ) (Ping timeout: 240 seconds)
2071 [14:35:12] *** Joins: riteshsarraf (~zncadmin@replaced-ip )
2072 [14:35:35] *** Joins: tacegory (~tacegory@replaced-ip )
2073 [14:36:29] *** Quits: ShapeShifter499 (~ShapeShif@replaced-ip ) (Remote host closed the connection)
2074 [14:36:33] *** Quits: Mottengrotte (~Mottengro@replaced-ip ) (Quit: Mottengrotte)
2075 [14:36:35] *** Quits: __marco (~marco@replaced-ip ) (Ping timeout: 255 seconds)
2076 [14:36:54] *** Quits: bsurfer (~bsurfer@replaced-ip ) (Remote host closed the connection)
2077 [14:37:40] *** Joins: OS-30612 (~OS-30612@replaced-ip )
2078 [14:37:45] *** Quits: OS-30612 (~OS-30612@replaced-ip ) (Client Quit)
2079 [14:38:56] *** Joins: Scaniatrucker (~scaniatru@replaced-ip )
2080 [14:38:56] *** Quits: Scaniatrucker (~scaniatru@replaced-ip ) (Client Quit)
2081 [14:39:30] *** Joins: bsurfer (~bsurfer@replaced-ip )
2082 [14:41:23] *** Joins: pragomer (~pragomer@replaced-ip )
2083 [14:44:06] *** Quits: NeoBlaster (~N3oBl@replaced-ip ) (Ping timeout: 240 seconds)
2084 [14:44:52] *** Quits: CurryWurst (~CurryWurs@replaced-ip ) (Read error: Connection reset by peer)
2085 [14:45:06] *** Quits: antgel (~topdog@replaced-ip ) (Quit: Lost terminal)
2086 [14:45:55] *** Quits: conta (~Thunderbi@replaced-ip ) (Remote host closed the connection)
2087 [14:45:57] *** Joins: jackNemrod_ (~Thunderbi@replaced-ip )
2088 [14:46:00] *** Joins: CurryWurst (~CurryWurs@replaced-ip )
2089 [14:46:12] <jelly> Posterdati: perhaps ask in #debian-arm channel on irc.oftc.net (irc.debian.org)
2090 [14:46:27] *** Quits: chachasmooth (~chachasmo@replaced-ip ) (Ping timeout: 240 seconds)
2091 [14:46:30] *** Quits: attente (~william@replaced-ip ) (Quit: WeeChat 1.9)
2092 [14:46:33] <Posterdati> jelly: thanks licio jelly
2093 [14:46:35] *** Quits: preview (~quassel@replaced-ip ) (Read error: No route to host)
2094 [14:47:06] *** Quits: jackNemrod (~Thunderbi@replaced-ip ) (Ping timeout: 240 seconds)
2095 [14:47:06] *** jackNemrod_ is now known as jackNemrod
2096 [14:47:24] *** Joins: conta (~Thunderbi@replaced-ip )
2097 [14:47:45] *** Joins: preview (~quassel@replaced-ip )
2098 [14:48:16] *** Quits: ToBeCloud (uid51591@replaced-ip ) (Quit: Connection closed for inactivity)
2099 [14:48:23] *** Joins: Antares (~Antares@replaced-ip )
2100 [14:48:50] *** Joins: Slashman (~Slash@replaced-ip )
2101 [14:48:51] *** Joins: Gazooo (~Gazooo@replaced-ip )
2102 [14:48:58] *** Quits: conta (~Thunderbi@replaced-ip ) (Remote host closed the connection)
2103 [14:49:04] *** Joins: chachasmooth (~chachasmo@replaced-ip )
2104 [14:49:44] <n0nada> Hey guys, I just set up an seafile server on my machine thats running Debian 8. I want seafile to autostart at boot, so I followed this document replaced-url
2105 [14:50:23] *** Joins: mylinux (~mylinux@replaced-ip )
2106 [14:50:28] <[k00l]JohnWartz> put it in your .xinitrc :^)
2107 [14:50:30] <n0nada> But I think i need to change the permissions for that user/group or else it cant start the service because the user cant "see" the seafile.ini file
2108 [14:51:01] <n0nada> what would be the best way to do this?
2109 [14:51:02] *** Joins: fmerges (~fmerges@replaced-ip )
2110 [14:51:12] *** Parts: zanshin (~zanshin@replaced-ip )
2111 [14:51:37] *** Joins: conta (~Thunderbi@replaced-ip )
2112 [14:52:33] *** Joins: mad_hatter (~madhatter@replaced-ip )
2113 [14:53:47] *** Joins: __marco (~marco@replaced-ip )
2114 [14:53:57] *** Quits: APexil (~you@replaced-ip ) (Ping timeout: 240 seconds)
2115 [14:54:36] *** Joins: openbrian (~brian@replaced-ip )
2116 [14:54:37] *** Joins: dethos (~dethos@replaced-ip )
2117 [14:54:57] *** Quits: mylinux (~mylinux@replaced-ip ) (Ping timeout: 248 seconds)
2118 [14:55:16] *** Joins: Purec (~Purec@replaced-ip )
2119 [14:55:36] *** Quits: Epakai (~coweater@replaced-ip ) (Ping timeout: 240 seconds)
2120 [14:55:44] *** Joins: mzf (~mzf@replaced-ip )
2121 [14:56:55] *** Joins: Chinesium (~Chinesium@replaced-ip )
2122 [14:57:26] *** Quits: pragomer (~pragomer@replaced-ip ) (Quit: Leaving)
2123 [14:57:48] *** Joins: Scaniatrucker (~scaniatru@replaced-ip )
2124 [14:57:59] *** Quits: astephanh (~Stephan@replaced-ip ) (Quit: Leaving)
2125 [14:58:03] *** Joins: Achylles (~Achylles@replaced-ip )
2126 [14:59:00] *** debhelper sets mode: +l 1657
2127 [14:59:32] *** Parts: rwaweber (~wweber@replaced-ip )
2128 [14:59:45] *** Joins: NeoBlaster (~N3oBl@replaced-ip )
2129 [14:59:54] *** Joins: Poster (~poster@replaced-ip )
2130 [15:03:50] *** Quits: Achylles (~Achylles@replaced-ip ) (Ping timeout: 240 seconds)
2131 [15:04:15] *** Joins: dontknow (~dontknow@replaced-ip )
2132 [15:06:38] *** Quits: [k00l]JohnWartz (~J0hnW4rtz@replaced-ip ) (Quit: Leaving)
2133 [15:06:56] *** Joins: msk (~msk@replaced-ip )
2134 [15:06:57] *** Quits: makomatic (~makomatic@replaced-ip ) (Ping timeout: 240 seconds)
2135 [15:07:02] *** Joins: APexil (~you@replaced-ip )
2136 [15:07:11] *** msk is now known as MsK`
2137 [15:07:45] *** Quits: WoodLeg (~WoodLeg@replaced-ip ) (Ping timeout: 248 seconds)
2138 [15:08:27] *** Joins: Mottengrotte (~Mottengro@replaced-ip )
2139 [15:08:54] *** Quits: arturo (~arturo@replaced-ip ) (Remote host closed the connection)
2140 [15:09:01] *** Joins: dob1 (~dob1@replaced-ip )
2141 [15:09:52] *** Quits: mad_hatter (~madhatter@replaced-ip ) (Read error: Connection reset by peer)
2142 [15:10:53] <dob1> hi, the authorized_keys in .ssh dir is 600 permission, but what can someone do if he can read it? it's not just a public key? why it is 600 ?
2143 [15:10:54] *** Joins: Pjusur (~Pjusur@replaced-ip )
2144 [15:11:27] <BluesKaj> Posterdati, not debian itself , but raspbian stretch here, had to regress to the jessie version of the bcm driver replaced-url
2145 [15:12:21] <jolt> dob1: I think it's mainly information leak. they can search for it and find other hosts where that same key have access
2146 [15:12:47] <jolt> dob1: and they can "prove" that you have access to a particular machine and so on
2147 [15:13:43] <dob1> jolt, ah ok, so it's just a public key, nothing that someone can use
2148 [15:13:52] <dob1> other than information leak
2149 [15:14:11] <jolt> dob1: Exactly. It's nothing exploitable. At least not yet :D
2150 [15:14:21] <dob1> oh :)
2151 [15:14:34] *** Quits: nogginthenog (~nogginthe@replaced-ip ) (Quit: Leaving)
2152 [15:15:02] *** Quits: cdown (~cdown@replaced-ip ) (Remote host closed the connection)
2153 [15:15:09] *** Joins: Janos (~Janos@replaced-ip )
2154 [15:15:39] *** Joins: mad_hatter (~madhatter@replaced-ip )
2155 [15:17:17] *** Joins: clickjack (~clickjack@replaced-ip )
2156 [15:17:26] *** Joins: cdown (~cdown@replaced-ip )
2157 [15:17:40] *** Joins: Achylles (~Achylles@replaced-ip )
2158 [15:18:21] <BluesKaj> jelly, there's also the the #raspberrypi chat here on freenode for rpi support
2159 [15:19:17] *** Joins: turfal (~Thunderbi@replaced-ip )
2160 [15:19:33] *** Joins: Yngwiie (~ivan@replaced-ip )
2161 [15:20:04] *** Quits: MsK` (~msk@replaced-ip ) (Quit: Leaving)
2162 [15:20:34] *** Joins: alxy (uid115853@replaced-ip )
2163 [15:20:54] *** Quits: cgmcintyre (~cgmcintyr@replaced-ip ) (Quit: WeeChat 1.9)
2164 [15:21:10] *** Joins: cgmcintyre (~cgmcintyr@replaced-ip )
2165 [15:23:42] *** Quits: Delta-One (~zero@replaced-ip ) (Read error: Connection reset by peer)
2166 [15:24:03] *** Joins: jmcnaught (~jeremy@replaced-ip )
2167 [15:24:12] *** Joins: Delta-One (~zero@replaced-ip )
2168 [15:24:46] *** Quits: _aeris_ (~aeris@replaced-ip ) (Remote host closed the connection)
2169 [15:25:05] *** Quits: mad_hatter (~madhatter@replaced-ip ) (Read error: Connection reset by peer)
2170 [15:25:16] *** Quits: gorgabal (~gorgabal@replaced-ip ) (Ping timeout: 255 seconds)
2171 [15:25:26] *** Quits: Jake_Squid (~Jake_Squi@replaced-ip ) ()
2172 [15:25:47] *** Joins: _aeris_ (~aeris@replaced-ip )
2173 [15:25:57] *** Joins: GenteelBen (~GenteelBe@replaced-ip )
2174 [15:26:15] *** Joins: Haudegen (~quassel@replaced-ip )
2175 [15:26:45] *** Joins: Gi0 (~Gi0@replaced-ip )
2176 [15:27:32] *** Joins: live (~live@replaced-ip )
2177 [15:28:09] <lavenders> fresh install only over dvd images possible? i would like to use usb stick however, what to do?
2178 [15:28:45] *** Quits: Yngwiie (~ivan@replaced-ip ) (Quit: Leaving)
2179 [15:29:00] *** debhelper sets mode: +l 1664
2180 [15:29:04] <Iridos> dpkg, netinstall
2181 [15:29:04] <dpkg> rumour has it, netinst is a small CD image with which you can install Debian. If, during the installation process you have a working Internet connection, you can install more packages straight away, otherwise, you will have a base install and more packages later. See replaced-url
2182 [15:29:06] *** Quits: _aeris_ (~aeris@replaced-ip ) (Remote host closed the connection)
2183 [15:30:06] *** Quits: Gi0_ (~Gi0@replaced-ip ) (Ping timeout: 240 seconds)
2184 [15:30:16] *** Joins: _aeris_ (~aeris@replaced-ip )
2185 [15:30:26] <lavenders> Iridos, are there disadvantages of the netinstall, like problems with uefi or cryptsetup luks partitions?
2186 [15:31:27] *** Quits: johefernan (~joheferna@replaced-ip ) (Quit: Konversation terminated!)
2187 [15:32:25] *** Quits: Chinesium (~Chinesium@replaced-ip ) (Ping timeout: 276 seconds)
2188 [15:32:27] *** Joins: tw (~tw@replaced-ip )
2189 [15:32:51] *** Joins: mylinux_ (~mylinux@replaced-ip )
2190 [15:33:08] *** Quits: tw (~tw@replaced-ip ) (Changing host)
2191 [15:33:08] *** Joins: tw (~tw@replaced-ip )
2192 [15:33:31] *** Joins: checkItOut (~checkItou@replaced-ip )
2193 [15:33:36] *** Quits: checkItOut (~checkItou@replaced-ip ) (Remote host closed the connection)
2194 [15:34:02] *** Joins: checkItOut (~checkItou@replaced-ip )
2195 [15:34:57] *** Quits: shinnok (~shinnok@replaced-ip ) (Ping timeout: 240 seconds)
2196 [15:35:15] <BluesKaj> lavenders, the netinstall has the gui guided partitioning option
2197 [15:35:52] *** Quits: live (~live@replaced-ip ) (Quit: Lost terminal)
2198 [15:36:21] *** Joins: tonymke (~Tony@replaced-ip )
2199 [15:37:46] *** Joins: macartur (~macartur@replaced-ip )
2200 [15:38:21] *** Joins: Jake_Squid (~Jake_Squi@replaced-ip )
2201 [15:38:52] *** Quits: Drzacek (~Drzacek@replaced-ip ) (Quit: Leaving)
2202 [15:39:04] *** Quits: checkItOut (~checkItou@replaced-ip ) (Ping timeout: 260 seconds)
2203 [15:40:06] *** Quits: DaBossDaChef (~DaBossDaC@replaced-ip ) (Ping timeout: 240 seconds)
2204 [15:41:03] *** Quits: jandrusk (~jra@replaced-ip ) (Quit: WeeChat 1.7)
2205 [15:41:41] *** Joins: MicroCheapFx (~quassel@replaced-ip )
2206 [15:41:56] *** Joins: gorgabal (~gorgabal@replaced-ip )
2207 [15:41:59] *** Joins: DaBossDaChef (~DaBossDaC@replaced-ip )
2208 [15:42:06] *** Quits: DaBossDaChef (~DaBossDaC@replaced-ip ) (Max SendQ exceeded)
2209 [15:44:01] *** Joins: jandrusk (~jra@replaced-ip )
2210 [15:44:15] *** Joins: trewas (~trewas@replaced-ip )
2211 [15:44:51] *** Quits: olivetree_ (~znc@replaced-ip##) (Quit: ZNC - ##replaced-url
2212 [15:45:05] *** Quits: technoir (~technoir@replaced-ip ) (Ping timeout: 240 seconds)
2213 [15:46:31] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
2214 [15:46:31] <Iridos> lavenders, they only have a base system on the disk… you install most packages directly from the net (and only the ones you really want to install)… else they should be pretty much the same
2215 [15:46:34] *** Quits: Scaniatrucker (~scaniatru@replaced-ip ) (Quit: leaving)
2216 [15:46:35] *** Joins: err404 (~err404@replaced-ip )
2217 [15:47:03] *** Parts: tonymke (~Tony@replaced-ip )
2218 [15:47:04] *** Joins: e64 (~e14@replaced-ip )
2219 [15:47:19] *** Joins: tonymke (~Tony@replaced-ip )
2220 [15:48:13] *** Quits: chachasmooth (~chachasmo@replaced-ip ) (Ping timeout: 255 seconds)
2221 [15:49:03] *** Joins: heinrich5991 (~hein5991@replaced-ip )
2222 [15:49:09] *** Joins: chachasmooth (~chachasmo@replaced-ip )
2223 [15:49:20] *** Quits: mnemonic (~semeion@replaced-ip ) (Quit: WeeChat 1.9)
2224 [15:49:42] *** Quits: zamuro (~Samantha@replaced-ip ) (Quit: [IRSSI])
2225 [15:50:03] <Posterdati> BluesKaj: thanks
2226 [15:50:45] <BluesKaj> Posterdati, np
2227 [15:51:20] *** Joins: password2 (~password@replaced-ip )
2228 [15:52:18] *** Quits: czesmir (~stefan@replaced-ip ) (Quit: Lost terminal)
2229 [15:52:44] *** Joins: enodata (~enodata@replaced-ip )
2230 [15:52:47] *** Joins: password4 (~password@replaced-ip )
2231 [15:53:39] *** Quits: password2 (~password@replaced-ip ) (Read error: Connection reset by peer)
2232 [15:54:00] *** Quits: dionysus69 (~Thunderbi@replaced-ip ) (Ping timeout: 260 seconds)
2233 [15:54:09] *** Quits: _KaszpiR_ (quasselcor@replaced-ip ) (Ping timeout: 248 seconds)
2234 [15:54:54] *** Joins: _KaszpiR_ (quasselcor@replaced-ip )
2235 [15:54:59] *** Joins: HarendraSingh (uid242285@replaced-ip )
2236 [15:56:03] *** Quits: mavhq (~quassel@replaced-ip ) (Remote host closed the connection)
2237 [15:56:11] *** Joins: kmo (~kmo@replaced-ip )
2238 [15:56:41] *** Quits: MicroCheapFx (~quassel@replaced-ip ) (Read error: Connection reset by peer)
2239 [15:57:50] *** Quits: overlord_tm (~andraz@replaced-ip ) (Remote host closed the connection)
2240 [15:58:18] *** Quits: kmo (~kmo@replaced-ip ) (Client Quit)
2241 [15:58:39] *** Joins: mavhq (~quassel@replaced-ip )
2242 [15:58:54] *** Joins: Scaniatrucker (~scaniatru@replaced-ip )
2243 [15:58:57] *** Joins: API (~API@replaced-ip )
2244 [15:59:29] *** Quits: Achylles (~Achylles@replaced-ip ) (Ping timeout: 248 seconds)
2245 [15:59:39] <API> Hi
2246 [16:00:16] *** Quits: API (~API@replaced-ip ) (Client Quit)
2247 [16:01:35] *** Joins: brw (~brw@replaced-ip )
2248 [16:01:55] <ziongate> hi
2249 [16:02:28] <ziongate> anyone here use wayland ? does it have sense to switch to use it in SID ? i use just simple programs as editors, console browser etc
2250 [16:03:05] *** Joins: gabe__ (~gabe@replaced-ip )
2251 [16:03:10] *** Quits: format_c (~koeppea@replaced-ip ) (Quit: Lost terminal)
2252 [16:03:20] *** Joins: MicroCheapFx (~quassel@replaced-ip )
2253 [16:05:23] *** Quits: Gi0 (~Gi0@replaced-ip ) (Quit: Cheers)
2254 [16:07:56] *** Joins: technoir (~technoir@replaced-ip )
2255 [16:12:43] *** Joins: eduardas_m (~eduardas@replaced-ip )
2256 [16:13:17] *** Quits: Scaniatrucker (~scaniatru@replaced-ip ) (Quit: leaving)
2257 [16:14:22] *** Joins: maxxe (~maxxe@replaced-ip )
2258 [16:14:34] *** Joins: Scaniatrucker (~scaniatru@replaced-ip )
2259 [16:16:53] *** Quits: Scaniatrucker (~scaniatru@replaced-ip ) (Client Quit)
2260 [16:17:10] *** Joins: JustTheDoctor (uid180843@replaced-ip )
2261 [16:17:55] *** Joins: password2 (~password@replaced-ip )
2262 [16:17:55] *** Quits: password2 (~password@replaced-ip ) (Changing host)
2263 [16:17:55] *** Joins: password2 (~password@replaced-ip )
2264 [16:18:27] *** Joins: amdp (~amdp@replaced-ip )
2265 [16:18:33] *** Joins: Haohmaru (~wub@replaced-ip )
2266 [16:18:50] <amdp> hi, will my upgrade to debian 9 wipe mysql 5.7 out of the system?
2267 [16:19:07] <amdp> I didn't understand the mariadb stuff
2268 [16:19:20] *** Joins: password8 (~password@replaced-ip )
2269 [16:19:21] <amdp> im upgrading from 8 to 9
2270 [16:19:34] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 264 seconds)
2271 [16:19:39] *** Quits: password8 (~password@replaced-ip ) (Changing host)
2272 [16:19:39] *** Joins: password8 (~password@replaced-ip )
2273 [16:19:47] <babilen> amdp: You will upgrade from MySQL 5.5 to MariaDB 10.1
2274 [16:19:57] <Haohmaru> i need a certain program which is supposedly part of an ugly IDE, it comes for linux via a stupid .run installer which as far as i understand is made with "Makeself" .. the installer tells me to run it as root
2275 [16:20:02] *** Quits: Darby_Crash (~Darby_Cra@replaced-ip ) (Ping timeout: 258 seconds)
2276 [16:20:16] <Haohmaru> this is not a good thing, is it?
2277 [16:20:37] *** Quits: password4 (~password@replaced-ip ) (Ping timeout: 255 seconds)
2278 [16:20:51] <Haohmaru> ...it's a 490MB file
2279 [16:20:57] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
2280 [16:21:02] *** Quits: alexII (~alexII@replaced-ip ) (Quit: Leaving)
2281 [16:21:04] *** Joins: killian99 (~killian99@replaced-ip )
2282 [16:21:18] <amdp> babilen: I have a 5.7 mysql
2283 [16:21:20] <babilen> Haohmaru: It could do anything and it is hard to say what unless you look at the code you are about to execute. Running it as root opens up all kind of issues, so only do that if you trust the people who published that .run
2284 [16:21:31] <babilen> amdp: 5.7 isn't on Debian 8
2285 [16:21:33] <jelly> Haohmaru: can you be more specific? Which program? Which IDE?
2286 [16:21:52] <amdp> babilen: this does not mean I don't have it installed on my Debian 8 :-)
2287 [16:21:59] <Haohmaru> jelly, replaced-url
2288 [16:22:02] <jelly> amdp: where did you get it from
2289 [16:22:10] <Haohmaru> mplab X, the latest version
2290 [16:22:33] *** Quits: gorgabal (~gorgabal@replaced-ip ) (Read error: Connection reset by peer)
2291 [16:22:33] <babilen> amdp: Sure, but if you have it installed from elsewhere it has no longer anything to do with Debian and you will have to check how those third-party packages will behave during the upgrade
2292 [16:22:34] *** Joins: gorgolbal (~gorgabal@replaced-ip )
2293 [16:22:35] <Haohmaru> but i only need one of its CLI programs, not the whole stupid IDE itself
2294 [16:22:43] *** Quits: password2 (~password@replaced-ip ) (Ping timeout: 258 seconds)
2295 [16:22:47] <amdp> babilen: I'm just asking: what is going to happen? jelly: following the mysql 7 webpage
2296 [16:23:09] <Haohmaru> i think it's not worth it.. i have this sh*t on windows, and i hate to reboot so often, but i don't want to mess up my debian
2297 [16:23:11] <amdp> babilen: ok thanks :-)
2298 [16:23:40] <babilen> amdp: My guess would be "nothing", but that really depends on their packages and the way in which you adapt your MySQL setup for stretch. You might, for example, adapt sources.list entries
2299 [16:23:50] <jelly> amdp: it's impossible to say what's going to happen unless you showmore details, eg. whether and how your installation is packaged
2300 [16:24:14] <babilen> amdp: In the end you would have to try it
2301 [16:24:28] *** Quits: macartur (~macartur@replaced-ip ) (Remote host closed the connection)
2302 [16:24:45] <amdp> alright
2303 [16:24:50] *** Quits: l9 (~muad@replaced-ip ) (Ping timeout: 240 seconds)
2304 [16:24:53] <amdp> database dump and try, right?
2305 [16:24:59] <jelly> so... clone the system, do the release upgrade, see what happens
2306 [16:25:35] *** Joins: shinnok (~shinnok@replaced-ip )
2307 [16:25:43] <jelly> amdp: I have no idea what "following the mysql 7 webpage" means. Did you add a custom repo and install from there? Which one? Did you install from a tarball?
2308 [16:26:25] *** Joins: lazarus_zed (~lazarus_z@replaced-ip )
2309 [16:26:26] <jelly> do the people running that repo have a repo for stretch now?
2310 [16:26:33] <amdp> jelly: replaced-url
2311 [16:26:57] *** Joins: antgel (~topdog@replaced-ip )
2312 [16:26:57] *** Quits: antgel (~topdog@replaced-ip ) (Client Quit)
2313 [16:28:30] <babilen> amdp: So you have no repository, but installed .deb files manually?
2314 [16:28:30] *** Joins: d8v3 (~david@replaced-ip )
2315 [16:28:31] <jelly> SUPPORTED_DISTROS="ubuntuprecise ubuntutrusty ubuntuxenial ubuntuyakkety debianwheezy debianjessie"
2316 [16:29:07] *** Quits: e64 (~e14@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2317 [16:29:12] <jelly> amdp: that's from the package's config install script. Note lack of "debianstretch" in that list
2318 [16:29:13] *** Joins: pixdamix (~pix@replaced-ip )
2319 [16:29:35] *** Joins: ac_slater (~weechat@replaced-ip )
2320 [16:29:51] <ac_slater> sigh, guys, anyone have a nice gcc5 build for stretch?
2321 [16:30:24] *** Quits: sorin-mihai (equinox@replaced-ip ) (Remote host closed the connection)
2322 [16:30:48] <tx> ?
2323 [16:30:50] <jelly> amdp: so, wait until the vendor starts supporting stretch, I guess
2324 [16:30:59] <tx> doesn't stretch use gcc5?
2325 [16:30:59] *** Joins: Lowl3v3l (~lowl3v3l@replaced-ip )
2326 [16:31:07] <jelly> ,v gcc
2327 [16:31:08] <judd> Package: gcc on amd64 -- wheezy: 4:4.7.2-1; jessie: 4:4.9.2-2; stretch: 4:6.3.0-4; buster: 4:6.3.0-4d1; sid: 4:7.1.0-2
2328 [16:31:19] *** Joins: sorin-mihai (equinox@replaced-ip )
2329 [16:31:20] <jelly> ^^ 6.3.0
2330 [16:31:23] <amdp> jelly: thanks :-) seems smart, how do I check? their web?
2331 [16:32:18] <jelly> no idea, I imagine they might have some sort of support forum or contact details
2332 [16:32:25] *** Joins: sumyunseal (~sumyunsea@replaced-ip )
2333 [16:32:46] <ac_slater> jelly: Thanks mate, though, I have someone distibuting libraries as object files built with gcc5 (which use an old c++ abi)
2334 [16:33:12] <ac_slater> jelly: I guess I'll build from source :(
2335 [16:33:27] <jelly> that was for tx, I don't have a helpful comment for you. Sorry
2336 [16:33:33] *** Quits: ST3NO (~ST3NO@replaced-ip ) (Quit: Bye :))
2337 [16:33:53] <ac_slater> jelly: oh shit, sorry. I guess we both asked about gcc.... I missed his original question. All good
2338 [16:33:53] *** Joins: bloodmagexd (~bloodmage@replaced-ip )
2339 [16:34:01] *** Joins: Scaniatrucker (~scaniatru@replaced-ip )
2340 [16:35:21] *** Joins: Wyzard (~mike@replaced-ip )
2341 [16:35:26] *** Joins: e64 (~e14@replaced-ip )
2342 [16:36:07] *** Quits: __marco (~marco@replaced-ip ) (Ping timeout: 276 seconds)
2343 [16:36:28] *** Joins: overlord_tm (~andraz@replaced-ip )
2344 [16:37:27] *** Joins: greycat (~wooledg@replaced-ip )
2345 [16:37:38] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 255 seconds)
2346 [16:37:55] *** Joins: dohfish (~oemillak@replaced-ip )
2347 [16:38:13] *** Quits: treehug88 (~textual@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
2348 [16:38:25] *** Joins: Achylles (~Achylles@replaced-ip )
2349 [16:39:00] *** debhelper sets mode: +l 1674
2350 [16:40:42] *** Nawab is now known as Xen
2351 [16:40:51] *** Xen is now known as Nawab
2352 [16:41:52] *** Quits: ongolaBoy (~ongolaBoy@replaced-ip ) (Quit: leaving)
2353 [16:41:58] *** Joins: cadillac_ (~omab@replaced-ip )
2354 [16:42:54] *** Joins: bloodmagexd1 (~bloodmage@replaced-ip )
2355 [16:43:08] *** Quits: sliekas99 (~mantas@replaced-ip ) (Quit: Leaving)
2356 [16:43:20] *** Joins: DaBossDaChef (~DaBossDaC@replaced-ip )
2357 [16:43:26] *** Quits: Scaniatrucker (~scaniatru@replaced-ip ) (Quit: leaving)
2358 [16:44:40] *** Joins: peterbecich (~user@replaced-ip )
2359 [16:44:43] *** Joins: Zvmdyv (~Zvmdyv@replaced-ip )
2360 [16:44:52] *** Quits: UnixMonky (~UnixMonky@replaced-ip ) (Ping timeout: 260 seconds)
2361 [16:45:18] <tw> C++ ABI changes are why we implement in C++ and export as C at work. =(
2362 [16:45:20] *** Quits: bloodmagexd (~bloodmage@replaced-ip ) (Ping timeout: 260 seconds)
2363 [16:46:31] *** Quits: d8v3 (~david@replaced-ip ) (Ping timeout: 276 seconds)
2364 [16:46:33] *** Quits: thunderrd (~thunderrd@replaced-ip ) (Remote host closed the connection)
2365 [16:46:37] *** Joins: JK263 (~JK263@replaced-ip )
2366 [16:46:42] *** Nawab is now known as ire
2367 [16:46:50] *** Quits: technoir (~technoir@replaced-ip ) (Ping timeout: 240 seconds)
2368 [16:46:56] *** Joins: Homp (~Derhomp@replaced-ip )
2369 [16:47:23] <JK263> !leftturn
2370 [16:47:57] *** Joins: msl09 (c8c77342@replaced-ip )
2371 [16:48:01] *** Quits: JK263 (~JK263@replaced-ip ) (Client Quit)
2372 [16:48:16] *** Joins: digidog (~digidog@replaced-ip )
2373 [16:48:31] <msl09> have anyone ever had a process that is in running state and can't be killed?
2374 [16:48:41] <msl09> # kill -s 9 3877 root@17263-debian:/home/msl09# ps uax | grep 3877 msl09 3877 99.9 0.0 18188 2768 pts/1 R+ 11:29 19:56 find / -type d
2375 [16:48:42] *** Joins: N3V3RM1^D (~Thunderbi@replaced-ip )
2376 [16:48:44] *** digidog is now known as diqidoq
2377 [16:48:50] <tw> How do you try to kill it?
2378 [16:49:04] <msl09> kill -s 9 3877
2379 [16:49:11] <greycat> Do you have any network file systems mounted?
2380 [16:49:12] <msl09> as root
2381 [16:49:17] <msl09> nope
2382 [16:49:19] <greycat> Also STOP USING -9
2383 [16:49:29] *** Joins: Sadj (~OS-20217@replaced-ip )
2384 [16:49:33] <msl09> it wouldn't die with sigint
2385 [16:49:38] <msl09> and it's a find
2386 [16:49:51] *** Quits: DingoSaar (~hagen@replaced-ip ) (Remote host closed the connection)
2387 [16:49:57] *** Joins: woshty (~irc@replaced-ip )
2388 [16:50:27] <greycat> I do not know why it's not dying to regular signals. I would have expected it to appear in state D instead of state R if it's caught up in a device that can't be read (disconnected network mount, removable medium, etc.)
2389 [16:50:42] *** Joins: DingoSaar (~hagen@replaced-ip )
2390 [16:50:46] *** Joins: shinnok_ (~shinnok@replaced-ip )
2391 [16:50:56] *** ire is now known as nea
2392 [16:50:57] *** Joins: WoodLeg (~WoodLeg@replaced-ip )
2393 [16:51:06] *** Quits: sumyunseal (~sumyunsea@replaced-ip ) (Ping timeout: 240 seconds)
2394 [16:51:22] <msl09> yeah
2395 [16:51:28] <tw> R+ too, which means it's a foreground process. That's f'd up.
2396 [16:51:41] <msl09> I killed the parent and it's dead now
2397 [16:51:46] <msl09> the child
2398 [16:51:46] *** nea is now known as nol
2399 [16:51:58] *** Quits: gabe__ (~gabe@replaced-ip ) (Quit: Leaving)
2400 [16:51:58] *** Quits: gorgolbal (~gorgabal@replaced-ip ) (Read error: Connection reset by peer)
2401 [16:52:22] *** Quits: shinnok (~shinnok@replaced-ip ) (Ping timeout: 276 seconds)
2402 [16:52:33] *** Joins: gorgolbal (~gorgabal@replaced-ip )
2403 [16:52:43] *** Quits: Antares (~Antares@replaced-ip ) (Quit: Подожди немношко. Скоро буду. Капитошка.)
2404 [16:53:02] *** Joins: Tom01 (~tom@replaced-ip )
2405 [16:54:56] *** Joins: sleepee (~sleepee@replaced-ip )
2406 [16:55:57] *** Joins: Scaniatrucker (~scaniatru@replaced-ip )
2407 [16:56:18] *** Quits: forcerecon (~quassel@replaced-ip ) (Remote host closed the connection)
2408 [16:56:57] *** Joins: Antares (~Antares@replaced-ip )
2409 [16:56:57] *** Joins: Homp_ (~Derhomp@replaced-ip )
2410 [16:58:09] *** Quits: clickjack (~clickjack@replaced-ip ) (Ping timeout: 248 seconds)
2411 [16:58:46] *** Joins: DammitJim (~DammitJim@replaced-ip )
2412 [16:58:56] *** Quits: biax (~biax@replaced-ip ) (Quit: quit)
2413 [16:59:28] <msl09> I tried executting again and now it's showing as D
2414 [16:59:41] *** Quits: Homp (~Derhomp@replaced-ip ) (Ping timeout: 255 seconds)
2415 [16:59:45] <greycat> That's normal for a heavy I/O process.
2416 [17:00:09] <greycat> You'd expect it to spend a lot of time in D, and somewhat less time in R.
2417 [17:00:14] *** Joins: magyar (~magyar@replaced-ip )
2418 [17:00:30] *** Joins: zanshin1 (~Adium@replaced-ip )
2419 [17:00:33] *** Quits: zanshin1 (~Adium@replaced-ip ) (Client Quit)
2420 [17:01:17] *** Joins: d8v3 (~david@replaced-ip )
2421 [17:01:26] *** Quits: Purec (~Purec@replaced-ip##) (Quit: ZNC 1.6.5 - ##replaced-url
2422 [17:01:34] *** Joins: forcerecon (~quassel@replaced-ip )
2423 [17:02:07] *** Quits: Homp_ (~Derhomp@replaced-ip ) (Ping timeout: 276 seconds)
2424 [17:02:22] *** Quits: chachasmooth (~chachasmo@replaced-ip ) (Ping timeout: 260 seconds)
2425 [17:02:27] *** Quits: e64 (~e14@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2426 [17:03:55] <msl09> it's locking at a particular directory
2427 [17:04:17] *** Joins: chachasmooth (~chachasmo@replaced-ip )
2428 [17:04:37] *** Quits: citypw (~citypw@replaced-ip ) (Remote host closed the connection)
2429 [17:04:39] *** Quits: bvs (~beavis@replaced-ip ) (Ping timeout: 258 seconds)
2430 [17:05:03] <msl09> a directory that's in the subtree of an aufs mountpoint
2431 [17:05:07] *** Joins: Epakai (~coweater@replaced-ip )
2432 [17:05:10] <msl09> that I can't umount
2433 [17:05:20] *** Quits: overlord_tm (~andraz@replaced-ip ) (Remote host closed the connection)
2434 [17:05:20] <msl09> interesting
2435 [17:05:22] <greycat> and so now the *real* question starts to emerge
2436 [17:05:29] *** Joins: fonefreak (~root@replaced-ip )
2437 [17:05:33] *** Joins: kharloss (~kharloss@replaced-ip )
2438 [17:05:39] *** Quits: adoua (~adoua@replaced-ip ) (Ping timeout: 258 seconds)
2439 [17:07:05] *** Quits: jubo2 (~juboxi@replaced-ip ) (Ping timeout: 240 seconds)
2440 [17:07:05] <greycat> awk '$1 == foo && $2 == bar {...}'
2441 [17:07:08] <greycat> ECHAN
2442 [17:07:23] *** Joins: e64 (~e14@replaced-ip )
2443 [17:07:44] *** Quits: shinnok_ (~shinnok@replaced-ip ) (Quit: byebye)
2444 [17:10:59] *** Joins: kion (~kion@replaced-ip )
2445 [17:11:57] *** Quits: Sadj (~OS-20217@replaced-ip ) (Ping timeout: 240 seconds)
2446 [17:12:07] *** Quits: thiras_work (~thiras_wo@replaced-ip ) (Remote host closed the connection)
2447 [17:12:12] *** Joins: Sadj (~OS-20217@replaced-ip )
2448 [17:14:20] *** Quits: turfal (~Thunderbi@replaced-ip ) (Remote host closed the connection)
2449 [17:14:45] *** Joins: dmatt (~quassel@replaced-ip )
2450 [17:15:34] *** Joins: sbasso (~sbasso@replaced-ip )
2451 [17:16:49] *** Quits: jackNemrod (~Thunderbi@replaced-ip ) (Ping timeout: 248 seconds)
2452 [17:17:17] *** Joins: in1t3r (~shiva@replaced-ip )
2453 [17:17:25] *** Joins: cyborg-one (~cyborg-on@replaced-ip )
2454 [17:17:42] *** Quits: e_xistense (~e_xistens@replaced-ip ) (Disconnected by services)
2455 [17:17:47] *** Joins: xistens3 (~e_xistens@replaced-ip )
2456 [17:18:48] *** Joins: checkItOut (~checkItou@replaced-ip )
2457 [17:19:05] *** Quits: TomyWork (~tomy@replaced-ip ) (Ping timeout: 240 seconds)
2458 [17:19:40] *** Joins: maotm (~mao@replaced-ip )
2459 [17:20:03] *** Quits: libardi (~libardi@replaced-ip ) (Ping timeout: 255 seconds)
2460 [17:20:06] *** Joins: bvs (~beavis@replaced-ip )
2461 [17:20:06] *** Quits: bvs (~beavis@replaced-ip ) (Changing host)
2462 [17:20:06] *** Joins: bvs (~beavis@replaced-ip )
2463 [17:20:38] *** Joins: in1t3r_ (~shiva@replaced-ip )
2464 [17:20:50] *** Quits: tikun (~David@replaced-ip ) (Ping timeout: 240 seconds)
2465 [17:21:11] *** Quits: cyboman33 (~cyboman33@replaced-ip ) (Quit: leaving)
2466 [17:21:20] *** Quits: Andreas33 (~quassel@replaced-ip ) (Remote host closed the connection)
2467 [17:22:21] *** Quits: zeitsofa (~zeitsofa@replaced-ip ) (Quit: There is no better place to be as 127.0.0.1)
2468 [17:22:31] *** Joins: Andreas33 (~quassel@replaced-ip )
2469 [17:23:03] *** Quits: checkItOut (~checkItou@replaced-ip ) (Client Quit)
2470 [17:23:08] *** Joins: cyboman33 (~cyboman33@replaced-ip )
2471 [17:23:08] *** Quits: in1t3r (~shiva@replaced-ip ) (Ping timeout: 260 seconds)
2472 [17:25:05] *** Quits: phenomcd_ (~quassel@replaced-ip ) (Remote host closed the connection)
2473 [17:25:05] *** Joins: max480p (~user1@replaced-ip )
2474 [17:25:05] *** Quits: phenomcd (~quassel@replaced-ip ) (Read error: Connection reset by peer)
2475 [17:27:03] *** Joins: phenomcd (~quassel@replaced-ip )
2476 [17:27:32] *** Quits: savantgarde (~savantgar@replaced-ip ) (Quit: Leaving...)
2477 [17:28:12] *** Joins: hen- (~hen@replaced-ip )
2478 [17:28:21] <max480p> i have installed debian 9 on an old laptop. I am only going to use the laptop browse the web, watch non hd videos/films, do some wordprocessing and printing them docs. what services that run by default shall i safely disable?
2479 [17:30:45] *** Quits: msl09 (c8c77342@replaced-ip ) (Ping timeout: 260 seconds)
2480 [17:31:21] *** Quits: alchemistswl (~alchemist@replaced-ip ) (Remote host closed the connection)
2481 [17:31:25] *** Quits: brw (~brw@replaced-ip ) (Read error: Connection reset by peer)
2482 [17:31:26] <Ovius> max480p: why would you want to disable any? That's a pretty broad use case you have there
2483 [17:31:28] *** Quits: r0r0 (~r0r0@replaced-ip ) (Quit: Leaving)
2484 [17:31:35] *** Quits: in1t3r_ (~shiva@replaced-ip ) (Ping timeout: 240 seconds)
2485 [17:31:35] *** Joins: brw (~brw@replaced-ip )
2486 [17:31:47] *** Joins: r0r0 (~r0r0@replaced-ip )
2487 [17:32:35] *** Quits: fmerges (~fmerges@replaced-ip ) (Quit: leaving)
2488 [17:33:08] <max480p> to save memory, cpu resources. when i say disable services i mean services that that run by default which i neither need NOR use
2489 [17:33:28] <greycat> Only you know what you don't use.
2490 [17:33:47] <greycat> My suggestion would be to use a regular window manager instead of a desktop environment.
2491 [17:33:58] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 276 seconds)
2492 [17:34:07] <max480p> what is the command to know what services are running at present on my laptop?
2493 [17:34:08] *** Joins: fnstudio (~fabio@replaced-ip )
2494 [17:34:13] *** Quits: Granis (~granis@replaced-ip ) (Read error: Connection reset by peer)
2495 [17:34:15] <enyc> talking of desktops.....
2496 [17:34:30] *** Quits: fnstudio (~fabio@replaced-ip ) (Client Quit)
2497 [17:34:33] *** Quits: sydney_untangle (~sydney@replaced-ip ) (Quit: brb)
2498 [17:34:43] <enyc> upgrading jessie with MATE to stretch MATE ... having silly niggles now, windows closing themselves when clocked on in task bar etc.
2499 [17:34:43] *** Joins: cereal_poster (~Cereal@replaced-ip )
2500 [17:35:01] *** Joins: dionysus69 (~Thunderbi@replaced-ip )
2501 [17:35:09] <greycat> max480p: at the lower level, ps auxww; at the higher level, systemctl
2502 [17:35:22] <greycat> you can also get a ps tree out of "systemctl status"
2503 [17:36:03] <max480p> greycat, the old laptop is being currently used by me but it will soon be used by a 60 year old person who is not comfortable at all with a window manager or the command line
2504 [17:36:04] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
2505 [17:36:22] <greycat> Yay, changing problem specs.
2506 [17:36:37] *** Joins: baptist (~baptsk@replaced-ip )
2507 [17:36:40] *** Joins: sydney_untangle (~sydney@replaced-ip )
2508 [17:36:47] *** Joins: kpease (~kpease@replaced-ip )
2509 [17:37:57] *** Quits: conta (~Thunderbi@replaced-ip ) (Ping timeout: 260 seconds)
2510 [17:38:03] *** Quits: kpease (~kpease@replaced-ip ) (Client Quit)
2511 [17:38:16] *** Quits: tonymke (~Tony@replaced-ip ) (Quit: Leaving.)
2512 [17:38:23] *** Joins: ChmEarl (~chmearl@replaced-ip )
2513 [17:38:54] <BluesKaj> max480p, heh I'm over 60 and use the cli every day...don't pigeonhole people
2514 [17:39:02] <greycat> Do not waste any time trying to "optimize" the system by disabling random shit that the user will probably end up wanting. Focus solely on finding an interface that the user will not screw up.
2515 [17:39:13] *** Joins: KingoftheMatrice (~laptop@replaced-ip )
2516 [17:39:30] *** Joins: BCMM (~BCMM@replaced-ip )
2517 [17:39:30] *** Joins: semeion (~semeion@replaced-ip )
2518 [17:40:00] <max480p> greycat, i am currently using mate and for the reason explained before the laptop can not have a window manager as its gui. How can i save memory and cpu resources?
2519 [17:40:10] <th0r> amazing...two experts and not one answer to his question
2520 [17:40:51] *** Joins: f10 (~flo@replaced-ip )
2521 [17:41:13] <BluesKaj> max480p, lxde or xfce
2522 [17:41:15] *** Joins: tlaxkit (~Thunderbi@replaced-ip )
2523 [17:41:53] <greycat> Why do we care what *you* are using when the system is *not for you*?
2524 [17:42:57] <greycat> Figure out what interface will be comfortable for the intended user. If the user is accustomed to MS Windows then consider BluesKaj's answers.
2525 [17:43:02] *** Joins: kpease (~kpease@replaced-ip )
2526 [17:43:37] <max480p> greycat, moreover, using dillo, netsurf or midori as a web browser is not an option. dillo does not render most webpages properly. netsurf does not load images of most webpages unless you click on them. midori crashes on a regular basis. the only two browsers that can be used are firefox and chromium which are the only 2 ones supported by debian securitywise
2527 [17:43:42] *** Quits: Pr0metheus (~nezos@replaced-ip ) (Remote host closed the connection)
2528 [17:43:46] <greycat> *plonk*
2529 [17:43:49] *** Quits: loader (~loader@replaced-ip ) (Read error: Connection reset by peer)
2530 [17:43:51] *** Parts: KingoftheMatrice (~laptop@replaced-ip )
2531 [17:43:51] *** Joins: darsie (~username@replaced-ip )
2532 [17:44:09] <darsie> Why can't I find the package steam? sources.list: replaced-url
2533 [17:44:15] <greycat> !steam
2534 [17:44:16] <dpkg> Steam is a proprietary content delivery and management application for PC software with Linux support. Packaged in <non-free>; amd64 users are required to enable <multiarch> and install the steam:i386 package. For help with upstream issues, ask #steamlug on irc.freenode.net. replaced-url
2535 [17:44:36] <darsie> thx ...
2536 [17:45:05] *** Quits: malademental (~emixam@replaced-ip ) (Quit: Lost terminal)
2537 [17:45:06] *** Quits: malademe1tal (~emixam@replaced-ip ) (Quit: Lost terminal)
2538 [17:45:15] <max480p> BluesKaj, I do not pidgeonhole people. I am talking about a particular person I personally know who is not comfortable with the command line, window managers, lxde and xfce
2539 [17:45:24] *** Joins: sbeex (2e8c5a6b@replaced-ip )
2540 [17:45:27] *** Joins: sh00p (~z@replaced-ip )
2541 [17:45:28] *** Joins: loader (~loader@replaced-ip )
2542 [17:45:47] *** Joins: Lal_ (uid175029@replaced-ip )
2543 [17:46:20] *** Quits: sbeex (2e8c5a6b@replaced-ip##) (Quit: ##replaced-url
2544 [17:46:42] *** Quits: dionysus69 (~Thunderbi@replaced-ip ) (Ping timeout: 260 seconds)
2545 [17:47:38] *** Joins: HarveyPwca (~HarveyPwc@replaced-ip )
2546 [17:48:15] *** Quits: mylinux_ (~mylinux@replaced-ip ) (Remote host closed the connection)
2547 [17:48:48] *** Quits: riteshsarraf (~zncadmin@replaced-ip ) (Ping timeout: 260 seconds)
2548 [17:49:05] *** Quits: _KaszpiR_ (quasselcor@replaced-ip ) (Ping timeout: 240 seconds)
2549 [17:49:20] *** Quits: Hydrastra (~lulkraken@replaced-ip ) (Quit: さよなら)
2550 [17:49:46] *** Joins: krytarik (~krytarik@replaced-ip )
2551 [17:50:01] <max480p> greycat, i care because that 60 year old person is a family member who barely make ends meet and can not even afford buying accesories for the old laptop. i am also financially challenged.
2552 [17:50:06] *** Joins: _KaszpiR_ (quasselcor@replaced-ip )
2553 [17:50:51] *** Joins: turfal (~Thunderbi@replaced-ip )
2554 [17:51:08] *** Joins: Nnnavd (~Nnavd@replaced-ip )
2555 [17:51:39] <BluesKaj> being on fixed income is a bitch ....I'm a pensioner
2556 [17:51:48] *** Quits: therock247uk[bnc (~therock24@replaced-ip ) (Changing host)
2557 [17:51:48] *** Joins: therock247uk[bnc (~therock24@replaced-ip )
2558 [17:52:20] *** Quits: ledeni (~ledeni@replaced-ip ) (Remote host closed the connection)
2559 [17:52:49] *** Quits: turfal (~Thunderbi@replaced-ip ) (Client Quit)
2560 [17:53:53] *** Joins: Bert_2 (~bert@replaced-ip )
2561 [17:54:26] <Bert_2> Hi, I'm having xgrep issues, for some reason it's having issues with xmlns="replaced-url
2562 [17:54:58] <max480p> greycat, BluesKaj: so what solutions can be implemented for that 60 year old person? those that can not are: window managers, xfce/lxde, dillo/netsurf/midori
2563 [17:55:07] <BluesKaj> max480p, maybe this persom might take to the commandline if you show him a few easy commands juststart him off, one never knows
2564 [17:55:27] <BluesKaj> just to start
2565 [17:55:29] <max480p> i already did. that is not an option
2566 [17:57:39] *** Quits: Wyzard (~mike@replaced-ip ) (Remote host closed the connection)
2567 [17:58:01] *** Joins: Wyzard (~mike@replaced-ip )
2568 [17:58:10] <jmcnaught> max480p: there's probably nothing worth disabling. A service idling in the background isn't really going to impact performance anyways.
2569 [17:58:21] <max480p> jmcnaught, ok
2570 [17:58:36] *** Quits: orb (orb@replaced-ip ) (Ping timeout: 260 seconds)
2571 [17:58:46] *** Quits: eduardas_m (~eduardas@replaced-ip ) (Quit: Konversation terminated!)
2572 [17:58:55] <jmcnaught> max480p: you could look at using zram swap to add a little more memory (at the expense of some CPU cycles) if the computer is swapping to disk a lot
2573 [17:59:09] *** Joins: orb (orb@replaced-ip )
2574 [17:59:14] *** Quits: kion (~kion@replaced-ip ) (Quit: Leaving)
2575 [17:59:37] *** Joins: kion (~kion@replaced-ip )
2576 [18:00:07] *** Quits: peterbecich (~user@replaced-ip ) (Ping timeout: 260 seconds)
2577 [18:00:18] <BluesKaj> and the qtweb browser
2578 [18:00:32] <max480p> the laptop is not swapping to disk a lot.
2579 [18:01:07] <max480p> the qtweb browser is not supported by debian securitywise. only firefox and chromium are
2580 [18:01:08] *** Joins: rkta (~kt@replaced-ip )
2581 [18:01:27] <jmcnaught> BluesKaj: yeah stop suggesting browsers not covered by security policy
2582 [18:01:31] *** Joins: psk (~psk@replaced-ip )
2583 [18:01:45] *** Quits: Mottengrotte (~Mottengro@replaced-ip ) (Quit: Mottengrotte)
2584 [18:02:43] *** Joins: LtL (~ltl@replaced-ip )
2585 [18:03:12] *** Quits: bloodmagexd1 (~bloodmage@replaced-ip ) (Remote host closed the connection)
2586 [18:04:32] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 246 seconds)
2587 [18:05:24] *** Joins: rovonovo_zoro (uid229900@replaced-ip )
2588 [18:05:27] *** Quits: cyborg-one (~cyborg-on@replaced-ip ) (Ping timeout: 240 seconds)
2589 [18:05:31] *** Joins: mylinux_ (~mylinux@replaced-ip )
2590 [18:05:59] <Henry151> I use firefox and links2
2591 [18:06:06] *** Quits: DevAntoine (~DevAntoin@replaced-ip ) (Ping timeout: 240 seconds)
2592 [18:06:08] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
2593 [18:06:08] <Henry151> firefox is da best
2594 [18:06:23] <Henry151> btw what the heck is iceweasel? was that a kali-only thing or is it something else?
2595 [18:06:44] <dob1> it's firefox
2596 [18:06:53] <Henry151> yeah but why was it called iceweasel
2597 [18:06:54] <sonOfRa> Henry151: due to licensing problems of the official mozilla artwork (mainly the logo, and well, the name), iceweasel is firefox repackaged without those things
2598 [18:07:03] <Henry151> sonOfRa: oh
2599 [18:07:04] <Henry151> I see
2600 [18:07:06] *** Quits: Geekologist (~geek@replaced-ip ) (Ping timeout: 240 seconds)
2601 [18:07:07] *** Quits: d8v3 (~david@replaced-ip ) (Ping timeout: 276 seconds)
2602 [18:07:25] <Henry151> I thought Mozilla was pretty cool about all that stuff
2603 [18:07:33] <Henry151> they didn't want people using their logo?
2604 [18:07:38] <greycat> It was called iceweasel during the period when Mozilla forbade people from applying ANY patches to their source code and still calling it Firefox.
2605 [18:07:44] *** Joins: polaris (~polaris_@replaced-ip )
2606 [18:07:50] *** Joins: deb_cbpk (~deb_cbpk@replaced-ip )
2607 [18:07:54] <Henry151> greycat: that explains it nicely
2608 [18:07:57] <greycat> That policy was changed, so now it's called Firefox in Debian once again.
2609 [18:08:00] <sonOfRa> Henry151: I'm not sure of the specifics. I think the problem was that when you patched firefox in some ways, you weren't allowed to call it by the official branding anymore, or something like that
2610 [18:08:08] <Henry151> I see
2611 [18:08:09] <sonOfRa> seems consistent with what greycat just said.
2612 [18:08:13] <Henry151> sensible
2613 [18:08:14] <enyc> Henry151: i suppose they wouldn't like probelmatically modifiei version still attributed to them, or something
2614 [18:08:29] <Henry151> also, can y'all explain to me what "firefox-esr" is?
2615 [18:08:35] <enyc> extended-support-release
2616 [18:08:39] <Henry151> not to be entirely off-topic
2617 [18:08:43] <max480p> how can i update the youtube-dl application supplied as a deb package by debian? it is somewhat oudated and had problems streaming a lot of videos using smtube. i got a forbidden message
2618 [18:08:48] <Henry151> extended-support-release
2619 [18:08:49] *** Quits: psk (~psk@replaced-ip ) (Quit: psk)
2620 [18:08:50] <Henry151> indeed
2621 [18:08:56] <Henry151> that seems fairly self-explanatory
2622 [18:08:56] <enyc> bit like long-term-support version of distro etc
2623 [18:08:58] *** Joins: d8v3 (~david@replaced-ip )
2624 [18:09:01] <greycat> It's an upstream-security-supported release branch that only undergoes a big change once every 10-12 months.
2625 [18:09:17] <Henry151> greycat: that is a perfectly clear explanation and now I understand.
2626 [18:09:30] *** Quits: DaBossDaChef (~DaBossDaC@replaced-ip ) (Ping timeout: 240 seconds)
2627 [18:09:46] <enyc> max480p: replaced-url
2628 [18:10:04] *** Quits: gorgolbal (~gorgabal@replaced-ip ) (Remote host closed the connection)
2629 [18:10:10] <greycat> So wait, his incompetent grandma/grandpa end user is going to run youtube-dl?
2630 [18:10:12] <Henry151> you just reminded me that I want to use youtube-dl to back up all my stuff I've ever uploaded to youtube
2631 [18:10:31] <Henry151> and videos people have made that included me
2632 [18:10:59] *** Quits: wolfmitchell (~wolfmitch@replaced-ip ) (Quit: rip)
2633 [18:11:06] <max480p> enyc, have you read my first message? it seems you have not. i am running debian 9 also known as stretch
2634 [18:11:33] <Henry151> I'm still mad about losing a particular video somebody made that had me in it, that they uploaded to vimeo, I always figured I could just watch it there and then one day it was gone and now I haven't got a copy of it.. I asked him to send me a copy or re-upload it and he refused, he was mad at me about something, I never really understood what it was all about (I had done work on his motorcycle, the
2635 [18:11:39] <Henry151> video was about the shop I was running at the time)
2636 [18:11:42] *** Joins: libardi (~libardi@replaced-ip )
2637 [18:11:52] <BCMM> Henry151: mozilla is pretty cool with source code licensing, but they protect the trademark carefully. this is largely because, in the early days of the project, somebody was distributing unofficial adware-filled versions and they had no legal recourse
2638 [18:12:07] <Henry151> BCMM: that makes sense
2639 [18:12:10] *** Joins: valessio (uid150324@replaced-ip )
2640 [18:12:30] <enyc> max480p: ok maybe didnt see that bit ... i saw 'supplied as a deb package by debian'... not saying veriosn
2641 [18:12:41] <LtL> max480p: try, youtube-dl -U
2642 [18:12:51] *** Joins: Geekologist (~geek@replaced-ip )
2643 [18:13:00] <greycat> *shrug* maybe it's an unrelated question
2644 [18:13:34] <jmcnaught> hmm… i don't think youtube-dl -U is a good idea with the packaged version
2645 [18:14:03] <BluesKaj> jmcnaught, security policy ?
2646 [18:14:11] *** Joins: riteshsarraf (~zncadmin@replaced-ip )
2647 [18:14:11] *** Joins: AlexLikeRock (~AlexLikeR@replaced-ip )
2648 [18:14:29] <LtL> jmcnaught: possibly not, i forget how i installe it, i believe it was a repo package and it updates perfectly
2649 [18:14:31] *** Quits: Serpent7776 (~Serpent77@replaced-ip ) (Quit: Leaving)
2650 [18:14:48] <max480p> enyc, i did what you told me and got: It looks like you installed youtube-dl with a package manager, pip, setup.py or a tarball. Please use that to update.
2651 [18:14:59] <jmcnaught> BluesKaj: replaced-url
2652 [18:15:31] <darsie> Should I do 'aptitude install libgl1-nvidia-glx:i386' to heal 'You are missing the following 32-bit libraries, and Steam may not run: libGL.so.1' It has dependency issues: replaced-url
2653 [18:15:34] *** Quits: lazarus_zed (~lazarus_z@replaced-ip ) (Quit: lazarus_zed)
2654 [18:16:04] *** Quits: sysvalve (~sysvalve@replaced-ip ) (Quit: Leaving)
2655 [18:16:15] <max480p> is anyone here currently using smtube on debian 9?
2656 [18:16:38] <enyc> max480p: hrrm yes and looking at packages site, that is the last version ever releasesd officially in debiat packaging
2657 [18:17:07] <jmcnaught> max480p: using youtube-dl + mpv on stretch, youtube videos work for me
2658 [18:17:11] *** Quits: e64 (~e14@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2659 [18:17:26] <BluesKaj> jmcnaught, that's unfortunate for users looking for lightweight browsers on debian , chrome and FF aren't exactly a good fit
2660 [18:17:29] <darsie> aptitude also has other resolutions.
2661 [18:17:32] *** Joins: adoua (~adoua@replaced-ip )
2662 [18:18:09] *** Quits: N3V3RM1^D (~Thunderbi@replaced-ip ) (Quit: N3V3RM1^D)
2663 [18:19:18] *** Joins: thunderrd (~thunderrd@replaced-ip )
2664 [18:19:30] <darsie> Will it mess up the nvidia drivers I just installed?
2665 [18:20:27] *** Quits: wooden (~anon@replaced-ip ) (Read error: Connection reset by peer)
2666 [18:21:02] <enyc> max480p: there might be some other repository (equivalent of a PPA in ubuntu-style-terminoligy) if you REALLY need anewer version as a 'package'
2667 [18:21:05] *** Joins: peterbecich (~peterbeci@replaced-ip )
2668 [18:21:08] <jmcnaught> darsie: how did you install the nvidia drivers? does apt-get have the same resolution as aptitude?
2669 [18:21:12] *** Quits: bwf (~bwf@replaced-ip ) (Read error: Connection reset by peer)
2670 [18:21:13] <enyc> max480p: but as othersy saying it may just need some other package / setting to work right
2671 [18:21:38] *** Joins: wooden (~anon@replaced-ip )
2672 [18:22:21] <jmcnaught> max480p: replaced-url
2673 [18:23:09] *** Joins: discovered (~discovere@replaced-ip )
2674 [18:23:21] <max480p> jmcnaught, what i want to do with smtube is *streaming* youtube videos that are available in 720p *and lower NON hd resolutions*. In fact i only want to stream them videos at 360p. On smtube, i tried youtube-dl+mpv but the video was streamed in hd making it unplayable on the old laptop
2675 [18:23:33] <jmcnaught> s/also in the paste/also in the past/
2676 [18:24:05] *** Joins: N3X15 (~Rob@replaced-ip )
2677 [18:24:15] <max480p> jmcnaught, is the laptop you tried your advice on over a decade old?
2678 [18:24:31] *** Joins: milobit (~milobit@replaced-ip )
2679 [18:24:51] <jmcnaught> max480p: you should take a break if you're getting frustrated. Look at --ytdl-format= in the mpv man page
2680 [18:26:13] *** Blendify_pi is now known as Blendify_pi|afk
2681 [18:26:22] *** Quits: d8v3 (~david@replaced-ip ) (Ping timeout: 260 seconds)
2682 [18:27:27] *** Quits: xistens3 (~e_xistens@replaced-ip ) (Ping timeout: 240 seconds)
2683 [18:27:32] *** Quits: namber (~luca@replaced-ip ) (Ping timeout: 260 seconds)
2684 [18:28:30] <darsie> jmcnaught: Like this: replaced-url
2685 [18:29:01] <max480p> jmcnaught, manpages are rather cryptic for desktop newbies like me and they are certainly not understood by the 60 year old person I talked about in previous messages. Moreover, there is no mention of smtube in the mpv manpage
2686 [18:29:45] *** Joins: MoaMoaK (~MoaMoaK@replaced-ip )
2687 [18:29:53] *** Joins: e_xistense (~e_xistens@replaced-ip )
2688 [18:29:54] *** Joins: zizou (~zizou@replaced-ip )
2689 [18:29:54] *** Quits: zizou (~zizou@replaced-ip ) (Changing host)
2690 [18:29:54] *** Joins: zizou (~zizou@replaced-ip )
2691 [18:30:05] *** Quits: maotm (~mao@replaced-ip ) (Ping timeout: 240 seconds)
2692 [18:30:06] *** Quits: zizou (~zizou@replaced-ip ) (Client Quit)
2693 [18:30:10] *** Quits: baptist (~baptsk@replaced-ip ) (Remote host closed the connection)
2694 [18:30:50] *** Quits: Ariel_Calzada (~aricalso@replaced-ip ) (Quit: Leaving.)
2695 [18:31:44] *** Joins: zizou (~zizou@replaced-ip )
2696 [18:31:48] <BluesKaj> manpages are useless without examples to most ordinary users
2697 [18:32:02] *** Joins: maotm (~mao@replaced-ip )
2698 [18:32:05] *** Joins: zuiss1 (~zuiss1@replaced-ip )
2699 [18:32:13] *** Joins: shinnok (~shinnok@replaced-ip )
2700 [18:32:28] <max480p> jmcnaught, an smtube tutorial for debian 9 that actually explains how to stream youtube videos at 360p using youtube-dl+mpv is what i would need. so far, i have not found any
2701 [18:32:48] *** Joins: wolfmitchell (~wolfmitch@replaced-ip )
2702 [18:32:49] *** Quits: wolfmitchell (~wolfmitch@replaced-ip ) (Changing host)
2703 [18:32:49] *** Joins: wolfmitchell (~wolfmitch@replaced-ip )
2704 [18:33:30] *** Joins: Darby_Crash (~Darby_Cra@replaced-ip )
2705 [18:34:46] *** Joins: ledeni (~ledeni@replaced-ip )
2706 [18:35:12] *** Joins: jpf137 (c3c27942@replaced-ip )
2707 [18:35:16] <dontknow> max480p, you can add "ytdl-format=18" in your mpv config
2708 [18:35:34] <dontknow> after that it will play 360p
2709 [18:35:46] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 264 seconds)
2710 [18:36:11] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
2711 [18:36:12] <dob1> but how old is this laptop ?
2712 [18:36:13] *** Joins: dave0x6d (uid190567@replaced-ip )
2713 [18:36:21] *** Joins: dpyro (~dpyro@replaced-ip )
2714 [18:36:36] *** Joins: in1t3r_ (~shiva@replaced-ip )
2715 [18:37:02] *** Joins: Chinesium (~Chinesium@replaced-ip )
2716 [18:37:09] *** Joins: e64 (~e14@replaced-ip )
2717 [18:37:50] *** Quits: dreamon__ (~dreamon@replaced-ip ) (Ping timeout: 240 seconds)
2718 [18:38:00] *** Joins: cruncher (~cruncher@replaced-ip )
2719 [18:38:02] *** Quits: SaltySolomon (~Solo@replaced-ip ) (Ping timeout: 260 seconds)
2720 [18:38:08] *** Joins: dionysus69 (~Thunderbi@replaced-ip )
2721 [18:38:34] *** Quits: Scaniatrucker (~scaniatru@replaced-ip ) (Quit: leaving)
2722 [18:39:00] *** debhelper sets mode: +l 1685
2723 [18:39:13] *** Quits: betandr (~betandr@replaced-ip ) (Remote host closed the connection)
2724 [18:39:34] *** Joins: oio (~oio@replaced-ip )
2725 [18:39:34] <zuiss1> speaking of smtube does anyone know if the "update youtube code" option actually does anything? it doesn't update it past 2017-05 version for me when i select it
2726 [18:40:27] *** Quits: shinnok (~shinnok@replaced-ip ) (Quit: byebye)
2727 [18:40:57] *** Joins: Schmetterwurm (~Schmetter@replaced-ip )
2728 [18:41:43] *** Joins: d8v3 (~david@replaced-ip )
2729 [18:41:44] *** Joins: alchemistswl (~alchemist@replaced-ip )
2730 [18:41:58] *** Quits: in1t3r_ (~shiva@replaced-ip ) (Ping timeout: 255 seconds)
2731 [18:42:01] <max480p> zuiss1, indeed!
2732 [18:42:12] *** Quits: AlexLikeRock (~AlexLikeR@replaced-ip ) (Quit: Leaving)
2733 [18:42:15] *** Joins: malademental (~emixam@replaced-ip )
2734 [18:42:32] *** Joins: betandr (~betandr@replaced-ip )
2735 [18:43:00] *** Quits: betandr (~betandr@replaced-ip ) (Remote host closed the connection)
2736 [18:43:06] *** Quits: Chinesium (~Chinesium@replaced-ip ) (Read error: Connection reset by peer)
2737 [18:43:28] *** Joins: InfoTest (~Thunderbi@replaced-ip )
2738 [18:43:30] *** Joins: eldebrim1 (eldebrim@replaced-ip )
2739 [18:43:52] *** Quits: rhaal (~rhaal@replaced-ip ) (Ping timeout: 260 seconds)
2740 [18:44:01] <zuiss1> i'm guessing it's because it can't update past the version of youtube-dl in debian stable
2741 [18:44:46] *** Joins: boon (~david@replaced-ip )
2742 [18:46:06] *** Quits: d8v3 (~david@replaced-ip ) (Ping timeout: 240 seconds)
2743 [18:46:37] *** Joins: gert_ (~gert@replaced-ip )
2744 [18:48:55] *** Quits: jpf137 (c3c27942@replaced-ip ) (Ping timeout: 260 seconds)
2745 [18:49:12] <darsie> the installation breaks the nvidia driver :(
2746 [18:49:19] *** Joins: Spec (~Spec@replaced-ip )
2747 [18:49:27] *** Joins: sobol (~steve@replaced-ip )
2748 [18:50:01] *** Joins: Brigo (~Brigo@replaced-ip )
2749 [18:51:40] *** Joins: Wizek_ (~Wizek@replaced-ip )
2750 [18:52:21] *** Quits: e_xistense (~e_xistens@replaced-ip ) (Disconnected by services)
2751 [18:52:27] *** Joins: xistens3 (~e_xistens@replaced-ip )
2752 [18:52:37] *** Quits: sag3 (~O@replaced-ip ) (Ping timeout: 276 seconds)
2753 [18:53:13] *** Quits: xistens3 (~e_xistens@replaced-ip ) (Remote host closed the connection)
2754 [18:54:00] *** Joins: in1t3r_ (~shiva@replaced-ip )
2755 [18:54:27] *** Joins: Chinesium (~Chinesium@replaced-ip )
2756 [18:54:43] *** Joins: Nh3xus (~Nh3xus@replaced-ip )
2757 [18:55:13] *** Quits: diqidoq (~digidog@replaced-ip ) (Quit: leaving)
2758 [18:55:32] *** Quits: shannara (~Stanislas@replaced-ip ) (Quit: Leaving)
2759 [18:55:52] <darsie> reinstalled nvidiasdriver. I just hope xorg will run when I reboot ...
2760 [18:55:53] *** Quits: InfoTest (~Thunderbi@replaced-ip ) (Quit: InfoTest)
2761 [18:55:56] *** Quits: oio (~oio@replaced-ip ) ()
2762 [18:55:59] <darsie> nvidia-driver*
2763 [18:56:01] *** Joins: g0zzy (~goose@replaced-ip )
2764 [18:56:20] *** Quits: DammitJim (~DammitJim@replaced-ip ) (Quit: Leaving)
2765 [18:56:28] *** Quits: guampa (~guampa@replaced-ip ) (Ping timeout: 260 seconds)
2766 [18:56:31] *** Quits: darsie (~username@replaced-ip##) (Quit: KVIrc 4.2.0 Equilibrium ##replaced-url
2767 [18:56:33] *** Quits: m0j0dj0dj0 (~punk3r@replaced-ip ) (Quit: go drink with my bitches!)
2768 [18:56:42] *** Quits: cgmcintyre (~cgmcintyr@replaced-ip ) (Quit: WeeChat 1.9)
2769 [18:56:45] *** Joins: dhaller (~dhaller@replaced-ip )
2770 [18:56:46] <g0zzy> When you get to load firmware from removable media on installation, in what form is the installer expecting it - a package?
2771 [18:57:21] *** Quits: cereal_poster (~Cereal@replaced-ip ) (Quit: Fui!)
2772 [18:59:00] *** Joins: conta (~Thunderbi@replaced-ip )
2773 [18:59:07] *** Quits: in1t3r_ (~shiva@replaced-ip ) (Ping timeout: 276 seconds)
2774 [18:59:23] <cruncher> g0zzy, no, the firmware files themselves, under /firmware
2775 [19:00:02] <max480p> dontknow, thank you! that solved the 360p issue as far as smtube is concerned. thank you
2776 [19:00:33] *** semeion is now known as mnemonic
2777 [19:01:43] *** Quits: dhaller (~dhaller@replaced-ip ) (Ping timeout: 276 seconds)
2778 [19:01:53] *** Joins: mmoreno80 (be6a675e@replaced-ip )
2779 [19:02:57] *** Quits: bsurfer (~bsurfer@replaced-ip ) (Ping timeout: 240 seconds)
2780 [19:03:05] *** Joins: hipp (~hipp@replaced-ip )
2781 [19:03:07] *** Joins: guampa (~guampa@replaced-ip )
2782 [19:03:28] *** Joins: dhaller (~dhaller@replaced-ip )
2783 [19:03:51] *** Joins: bhuvi_ (~quassel@replaced-ip )
2784 [19:03:56] <mmoreno80> hello there! need some help; I have configured openvpn and it works properly when I started it from the command line; but it doesn't work with systemd ... it shows: Active: active (exited) since Wed 2017-08-09 17:00:46 UTC. could you point me to the right direction? I cannot make it work with systemd on debian ...
2785 [19:04:39] *** Joins: satbyy (satbyy@replaced-ip )
2786 [19:05:05] *** Joins: Nanananan (~Chinesium@replaced-ip )
2787 [19:05:07] *** Quits: oish (~charlie@replaced-ip ) (Remote host closed the connection)
2788 [19:05:07] *** Joins: darsie (~bernhard@replaced-ip )
2789 [19:05:10] *** Quits: dob1 (~dob1@replaced-ip ) (Read error: Connection reset by peer)
2790 [19:05:30] *** Quits: Chinesium (~Chinesium@replaced-ip ) (Disconnected by services)
2791 [19:05:33] *** Quits: Nanananan (~Chinesium@replaced-ip ) (Remote host closed the connection)
2792 [19:06:00] *** Joins: Chinesium (~Chinesium@replaced-ip )
2793 [19:06:24] *** Joins: Kappa (~Kappa_42@replaced-ip )
2794 [19:06:48] *** Quits: Kappa (~Kappa_42@replaced-ip ) (Client Quit)
2795 [19:06:48] *** Joins: fax (~fax@replaced-ip )
2796 [19:07:11] *** Joins: nvz (~user@replaced-ip )
2797 [19:07:20] <darsie> 'aptitude -r install linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') nvidia-driver' did not successfully install the legacy driver. The current driver ignores my card. I'm at the console. Any ideas? nouvou?
2798 [19:07:30] *** Quits: f10 (~flo@replaced-ip ) (Remote host closed the connection)
2799 [19:08:08] *** Quits: dhaller (~dhaller@replaced-ip ) (Ping timeout: 260 seconds)
2800 [19:09:14] *** Joins: Levure (~quassel@replaced-ip )
2801 [19:10:06] *** Quits: gagrio (~gagrio@replaced-ip ) (Quit: Leaving...)
2802 [19:11:15] <darsie> I was hoping that Kerbal Space Program might work better with stretch, but I couldn't even install steam without breaking xorg. Might work better with Ubuntu, but I don't really want that.
2803 [19:11:25] <g0zzy> cruncher: Thanks
2804 [19:11:41] *** Quits: mylinux_ (~mylinux@replaced-ip ) (Remote host closed the connection)
2805 [19:12:01] *** Quits: ogi (~okulev__@replaced-ip ) (Quit: Leaving)
2806 [19:12:46] <teraflops> mmoreno80: server or client?
2807 [19:13:21] <g0zzy> cruncher: So is the installer expecting $REMOVABLE_MEDIUM/firmware/foo.fw or $REMOVABLE_MEDIUM/foo.fw ?
2808 [19:13:36] <cruncher> g0zzy, the former
2809 [19:13:37] <teraflops> mmoreno80: if client, which network management tool are you using?
2810 [19:13:40] <g0zzy> OK
2811 [19:13:48] *** Joins: somiaj (~jaimos@replaced-ip )
2812 [19:13:48] *** Quits: somiaj (~jaimos@replaced-ip ) (Changing host)
2813 [19:13:48] *** Joins: somiaj (~jaimos@replaced-ip )
2814 [19:14:03] <darsie> I could reinstall debian and try again, but damn, it was so much work so far.
2815 [19:14:06] <jelly> darsie: if you need legacy, don't install nvidia-driver but nvidia-legacy-340xx-driver or whichever you need
2816 [19:14:17] *** Quits: amdp (~amdp@replaced-ip ) (Remote host closed the connection)
2817 [19:14:18] <cruncher> g0zzy, if the firmware files had a folder structure, make sure to recreate it as well under /firmware
2818 [19:14:43] <jelly> darsie: if you install and run nvidia-detect, what does it say?
2819 [19:14:43] *** Joins: SaltySolomon (~Solo@replaced-ip )
2820 [19:14:50] *** Joins: mylinux (~mylinux@replaced-ip )
2821 [19:15:10] *** Joins: kw21 (~kw21@replaced-ip )
2822 [19:15:14] *** Joins: f10 (~flo@replaced-ip )
2823 [19:15:45] *** Quits: f4cl3y (~f4cl3y@replaced-ip ) (Ping timeout: 248 seconds)
2824 [19:15:50] *** Quits: lucad111 (~lucad111@replaced-ip ) (Quit: Leaving)
2825 [19:15:51] <darsie> jelly: Ok, but libgl1-nvidia-glx:i386 needed it.
2826 [19:16:10] <darsie> or requested it.
2827 [19:16:16] *** Quits: Zvmdyv (~Zvmdyv@replaced-ip ) (Remote host closed the connection)
2828 [19:16:54] <g0zzy> cruncher: sorry to bug you. So not $REMOVABLE_MEDIUM/lib/firmware/htc_7010.fw ?
2829 [19:17:05] <darsie> jelly: nvidia-legacy-340xx-driver
2830 [19:17:19] *** Quits: chachasmooth (~chachasmo@replaced-ip ) (Ping timeout: 276 seconds)
2831 [19:17:20] <cruncher> g0zzy, no :) like i said i confirmed already, /firmware
2832 [19:17:45] <g0zzy> Seems odd that it won't just accept the package
2833 [19:17:53] *** Joins: test123456 (~test12345@replaced-ip )
2834 [19:17:53] <jelly> darsie: you don't need libgl1-nvidia-glx:i386 either, but again the legacy variant
2835 [19:18:18] <jelly> (the -driver package is supposed to pull it all in)
2836 [19:18:29] <mmoreno80> teraflops: server
2837 [19:18:35] <darsie> And I asked if proceeding with the installation wolud mess up my driver, but no one replied or so.
2838 [19:18:37] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 276 seconds)
2839 [19:18:47] <mmoreno80> teraflops: I have configured it on ubuntu, so isn'
2840 [19:18:47] <darsie> jelly: I need it for steam.
2841 [19:18:52] <teraflops> mmoreno80: how did you enable the service?
2842 [19:18:57] *** Quits: mylinux (~mylinux@replaced-ip ) (Ping timeout: 240 seconds)
2843 [19:18:59] <mmoreno80> teraflops: *isn't a configuration thing
2844 [19:19:01] *** Joins: chachasmooth (~chachasmo@replaced-ip )
2845 [19:19:06] <teraflops> mmoreno80: how did you enable the service?^
2846 [19:19:14] *** Joins: dreamon__ (~dreamon@replaced-ip )
2847 [19:19:15] <mmoreno80> teraflops: service openvpn start ?
2848 [19:19:17] *** Quits: Ericounet (~Eric@replaced-ip ) (Remote host closed the connection)
2849 [19:19:20] <teraflops> r0ng
2850 [19:19:27] <mmoreno80> teraflops: didn't do anything else .
2851 [19:19:44] <jelly> darsie: if steam depends on exactly libgl1-nvidia-glx:i386 and no alternative, then said steam package is broken
2852 [19:19:57] <teraflops> you did it wrong
2853 [19:20:00] <teraflops> mmoreno80^
2854 [19:20:06] <darsie> nvidia-legacy-340xx-driver is already installed.
2855 [19:20:10] <jelly> that, however, is unlikely, as I had steam running with intel gpu
2856 [19:20:21] * darsie tries reinstalling ...
2857 [19:20:34] <jmcnaught> mmoreno80: put a 'myopenvpn.conf' file in /etc/openvpn/, then 'systemctl start openvpn@myopenvpn'
2858 [19:20:45] <jelly> darsie: do you have a 32bit or 64bit installations?
2859 [19:21:16] <jelly> if this steam thing is 32bit you're going to need most (but not all) :i386 packages for nvidia stuff
2860 [19:21:18] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
2861 [19:21:20] <mmoreno80> jmcnaught: checking
2862 [19:21:21] <teraflops> mmoreno80: edit the config file properly at /etc/openvpn/server.conf, then enable the service: systemctl enable openvpn@server
2863 [19:21:31] <darsie> jelly: 64 with multiarch.
2864 [19:21:58] <jelly> darsie: and you're trying to install 64bit steam, right?
2865 [19:21:59] * teraflops is getting slow
2866 [19:22:04] <darsie> xorg won't start. I think there may be some 'alternatives' installed or so.
2867 [19:22:05] *** Quits: zizou (~zizou@replaced-ip ) (Quit: leaving)
2868 [19:22:24] *** Joins: zizou (~zizou@replaced-ip )
2869 [19:22:26] *** Quits: phenomcd (~quassel@replaced-ip ) (Read error: Connection reset by peer)
2870 [19:22:37] <mmoreno80> teraflops: no changes ...
2871 [19:22:40] <jelly> darsie: probably need to reboot if the kernel loaded the regular nvidia-driver bits on this boot
2872 [19:22:46] <darsie> jelly: I'm not sure. 64bit would be great. I just did aptitude install steam.
2873 [19:22:52] <jelly> ,v steam
2874 [19:22:52] <g0zzy> Thanks again cruncher
2875 [19:22:53] <judd> No package named 'steam' was found in amd64.
2876 [19:22:55] *** Parts: g0zzy (~goose@replaced-ip )
2877 [19:22:58] <greycat> !steam
2878 [19:22:58] <dpkg> Steam is a proprietary content delivery and management application for PC software with Linux support. Packaged in <non-free>; amd64 users are required to enable <multiarch> and install the steam:i386 package. For help with upstream issues, ask #steamlug on irc.freenode.net. replaced-url
2879 [19:23:01] * darsie reboots ...
2880 [19:23:02] *** Joins: jnavila (~jnavila@replaced-ip )
2881 [19:23:04] *** Quits: Achylles (~Achylles@replaced-ip ) (Ping timeout: 260 seconds)
2882 [19:23:10] *** Quits: darsie (~bernhard@replaced-ip ) (Remote host closed the connection)
2883 [19:23:17] *** Quits: zizou (~zizou@replaced-ip ) (Client Quit)
2884 [19:23:25] <jelly> ,v steam --arch i386
2885 [19:23:26] <judd> Package: steam on i386 -- jessie/non-free: 1.0.0.49-1; sid/non-free: 1.0.0.54-2; buster/non-free: 1.0.0.54-2; stretch/non-free: 1.0.0.54-2
2886 [19:23:34] <jelly> ah, it actually is 32bit-only
2887 [19:23:49] *** Quits: Darby_Crash (~Darby_Cra@replaced-ip ) (Ping timeout: 255 seconds)
2888 [19:24:01] <jmcnaught> mmoreno80: look at "systemctl status openvpn@nameofmyconf'
2889 [19:24:03] <teraflops> mmoreno80: look at the logs, check is such service is enabled and running
2890 [19:24:13] <teraflops> heh
2891 [19:24:33] <jelly> so they're going to need umm... libgl1-nvidia-legacy-304xx-glx:i386 and possibly other :i386 stuff
2892 [19:24:40] *** Quits: max480p (~user1@replaced-ip ) (Quit: Leaving)
2893 [19:24:44] <mmoreno80> jmcnaught: it is running.
2894 [19:24:45] <teraflops> jmcnaught: sorry man it's half lag, half I'm getting slow
2895 [19:24:47] <jelly> er. libgl1-nvidia-legacy-340xx-glx:i386
2896 [19:24:51] * jelly gives up
2897 [19:25:20] *** Joins: zizou (~zizou@replaced-ip )
2898 [19:25:20] *** Quits: zizou (~zizou@replaced-ip ) (Changing host)
2899 [19:25:21] *** Joins: zizou (~zizou@replaced-ip )
2900 [19:25:29] *** Joins: darsie (~bernhard@replaced-ip )
2901 [19:25:29] <jmcnaught> teraflops: jinx!
2902 [19:25:36] *** Joins: Scaniatrucker (~scaniatru@replaced-ip )
2903 [19:25:59] *** Joins: Darby_Crash (~Darby_Cra@replaced-ip )
2904 [19:26:07] <mmoreno80> jmcnaught, teraflops: I get it working.
2905 [19:26:08] <jmcnaught> mmoreno80: please use replaced-url
2906 [19:26:08] <darsie> xorg still won't start. still has the current driver.
2907 [19:26:37] *** Quits: zizou (~zizou@replaced-ip ) (Client Quit)
2908 [19:26:38] <teraflops> mmoreno80: so it worked?
2909 [19:26:45] <mmoreno80> jmcnaught: I wasn't using the @server thing ...
2910 [19:26:48] <darsie> There was some 'forcing' done during the installation of the drivers, cause the previous ones were broken.
2911 [19:26:55] *** Joins: hlmjr (~herbmille@replaced-ip )
2912 [19:26:59] <mmoreno80> teraflops: It works.
2913 [19:27:01] <mmoreno80> :D
2914 [19:27:01] *** Joins: jhutchin1_wk (~jonathan@replaced-ip )
2915 [19:27:56] *** Joins: Nas (5325519e@replaced-ip )
2916 [19:27:57] <darsie> I'll see if nouvou works. Did I spell that right?
2917 [19:28:03] <teraflops> mmoreno80: @thispart has to match the config file name at /etc/openvpn, since there are there a client.conf and server.conf by default (iirc) I just picked defaults
2918 [19:28:12] <mmoreno80> teraflops: jmcnaught: you really help me a lot, guys. I being trying to get this done since yesterday. I really appreciate your help!
2919 [19:28:31] *** Joins: phenomcd (~quassel@replaced-ip )
2920 [19:28:33] *** Quits: Chinesium (~Chinesium@replaced-ip ) (Ping timeout: 248 seconds)
2921 [19:28:33] *** Joins: zizou (~zizou@replaced-ip )
2922 [19:28:33] *** Quits: zizou (~zizou@replaced-ip ) (Changing host)
2923 [19:28:33] *** Joins: zizou (~zizou@replaced-ip )
2924 [19:28:37] *** Quits: Nas (5325519e@replaced-ip ) (Client Quit)
2925 [19:29:00] <jmcnaught> darsie: nouveau, it means new in French. It should already be installed, you may need to purge all of the nvidia packages to use it though (or at least remove the blacklist file from /etc/modprobe.d/)
2926 [19:29:07] *** Quits: cef (~cef@replaced-ip ) (Ping timeout: 246 seconds)
2927 [19:29:11] <teraflops> mmoreno80: this is how openvpn works now (upstream too), so no idea which ubuntu version or init system you were using
2928 [19:29:37] <jmcnaught> darsie: by the way xorg failing to start sounds more like DKMS failed to compile your modules than a problem with correct version of libraries but I didn't pay attention to your full story
2929 [19:29:58] <mmoreno80> teraflops: it is an older ubuntu. just mention it to discard the openvpn's configuration itself.
2930 [19:30:04] *** Quits: jhutchins_wk (~jonathan@replaced-ip ) (Ping timeout: 255 seconds)
2931 [19:30:05] <teraflops> ok
2932 [19:30:11] <mmoreno80> teraflops: I mean, to focus just on systemd/debian
2933 [19:30:58] *** Joins: Antares_ (~Antares@replaced-ip )
2934 [19:30:59] *** Joins: AlexZ_ (~alex@replaced-ip )
2935 [19:31:05] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 240 seconds)
2936 [19:31:17] *** Joins: dhaller (~dhaller@replaced-ip )
2937 [19:32:17] *** Quits: SaltySolomon (~Solo@replaced-ip ) (Ping timeout: 248 seconds)
2938 [19:32:21] <ac_slater> Hey guys, I asked about this the other day... what would you guys do to get gcc5 on stretch? Build from source (use the same build procedure as jessie?)?
2939 [19:32:41] <greycat> I'd probably just build upstream source.
2940 [19:32:50] *** Quits: darsie (~bernhard@replaced-ip ) (Remote host closed the connection)
2941 [19:33:12] <ac_slater> greycat: yea I was thinking that too
2942 [19:33:14] <ac_slater> thanks mate
2943 [19:33:57] *** Quits: jhutchin1_wk (~jonathan@replaced-ip ) (Ping timeout: 240 seconds)
2944 [19:34:16] *** Quits: Antares (~Antares@replaced-ip ) (Ping timeout: 260 seconds)
2945 [19:34:32] <ac_slater> greycat: do you think I'll have any issues if I keep gcc5 in /opt for example?
2946 [19:34:51] <greycat> Sounds perfectly safe to me.
2947 [19:35:06] <ac_slater> the whole ordeal with gcc6's new ABI has be stressed out. I want both gcc5 and gcc6 available, but I don't want them to interfere :(
2948 [19:35:12] <ac_slater> s/be/me
2949 [19:35:31] *** Quits: Darby_Crash (~Darby_Cra@replaced-ip ) (Ping timeout: 276 seconds)
2950 [19:36:10] *** Quits: BCMM (~BCMM@replaced-ip ) (Quit: Konversation terminated!)
2951 [19:36:15] *** Joins: zophyx_ (~zophyx@replaced-ip )
2952 [19:36:22] *** Quits: jnavila (~jnavila@replaced-ip ) (Ping timeout: 255 seconds)
2953 [19:36:41] *** Joins: navlys (~smuxi@replaced-ip )
2954 [19:36:46] *** Quits: Masterphi (~Masterphi@replaced-ip ) (Quit: Bye)
2955 [19:37:00] *** Quits: dhaller (~dhaller@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
2956 [19:37:09] *** Quits: zophyx_ (~zophyx@replaced-ip ) (Read error: Connection reset by peer)
2957 [19:37:38] *** Joins: zophyx_ (~zophyx@replaced-ip )
2958 [19:37:47] *** Joins: Masterphi (~Masterphi@replaced-ip )
2959 [19:39:01] *** debhelper sets mode: +l 1679
2960 [19:39:09] *** Quits: zophyx_ (~zophyx@replaced-ip ) (Read error: Connection reset by peer)
2961 [19:39:30] *** Joins: AimHere (~David@replaced-ip )
2962 [19:39:49] *** Joins: dhaller (~dhaller@replaced-ip )
2963 [19:39:54] *** Joins: zophyx_ (~zophyx@replaced-ip )
2964 [19:39:57] *** Quits: dhaller (~dhaller@replaced-ip ) (Client Quit)
2965 [19:40:46] *** Quits: remy (~remy@replaced-ip ) (Remote host closed the connection)
2966 [19:42:01] *** Joins: eric_____ (~eric@replaced-ip )
2967 [19:42:26] *** Quits: zophyx_ (~zophyx@replaced-ip ) (Read error: Connection reset by peer)
2968 [19:42:26] *** Joins: SaltySolomon (~Solo@replaced-ip )
2969 [19:42:41] *** Joins: remy (~remy@replaced-ip )
2970 [19:42:44] *** Joins: Chinesium (~Chinesium@replaced-ip )
2971 [19:43:42] *** Joins: Achylles (~Achylles@replaced-ip )
2972 [19:43:58] <eric_____> So I ran apt-get update and it worked fine. clean returned no output. Install or upgrade freeze apt so I can't even kill it, I need to restart the server. What could be wrong? Where are logs for this kind of thing?
2973 [19:44:06] *** Joins: Nefertiti (~Nefertiti@replaced-ip )
2974 [19:44:39] <greycat> What do you mean "install freezes apt"? What command are you typing, and what happens?
2975 [19:45:11] *** Joins: sandwitch (~sandwitch@replaced-ip )
2976 [19:46:05] *** Joins: Gaxpaxxo (~Gazpacho@replaced-ip )
2977 [19:46:06] *** Quits: Antares_ (~Antares@replaced-ip ) (Quit: Подожди немношко. Скоро буду. Капитошка.)
2978 [19:46:17] *** Quits: nvz (~user@replaced-ip ) (Quit: leaving)
2979 [19:46:45] *** Joins: thiras (~thiras@replaced-ip )
2980 [19:46:50] *** Quits: SaltySolomon (~Solo@replaced-ip ) (Ping timeout: 240 seconds)
2981 [19:46:57] *** Parts: Gekko (~gekko@replaced-ip )
2982 [19:47:03] <eric_____> sudo apt-get install x. The terminal freezes, and when I use ps aux, I see 2 processes under apt- the command as sudo and the normal command. Killing them doesn't do anything.
2983 [19:47:08] *** Quits: Se-bash (~seba@replaced-ip ) (Ping timeout: 240 seconds)
2984 [19:47:32] <mr__tea> kill -9 eric_____ ?
2985 [19:47:48] <eric_____> I tried sigterm and sigkill
2986 [19:47:54] <greycat> You're sure you didn't accidentally hit Ctrl-S or something?
2987 [19:47:54] <eric_____> Is 9 one of them?
2988 [19:48:01] *** Joins: cheapie (cheapie@replaced-ip )
2989 [19:48:03] <eric_____> Uh yes
2990 [19:48:12] <greycat> Please STOP USING -9. Forever. It does not exist. It never existed.
2991 [19:48:18] <eric_____> I've tried this multiple times, and have restarted a lot as a result
2992 [19:48:31] <eric_____> What is 9?
2993 [19:48:38] *** eric_____ is now known as Photon
2994 [19:49:07] <mr__tea> greycat: heh I just used it :)
2995 [19:49:08] *** Joins: Se-bash (~seba@replaced-ip )
2996 [19:49:14] <mr__tea> and ill use it again!
2997 [19:49:17] *** Quits: WinstonSmith (~WinstonSm@replaced-ip ) (Quit: off to do some thoughtcrime)
2998 [19:49:22] <Photon> Oh sigkill
2999 [19:49:36] *** Quits: Chinesium (~Chinesium@replaced-ip ) (Ping timeout: 240 seconds)
3000 [19:49:53] *** Joins: SaltySolomon (~Solo@replaced-ip )
3001 [19:50:09] <Photon> Yeah so right now ssh is just frozen in that terminal.
3002 [19:50:30] *** Joins: beaver_ (~none@replaced-ip )
3003 [19:50:31] <mr__tea> everything is phrozen!
3004 [19:50:52] *** Joins: Chinesium (~Chinesium@replaced-ip )
3005 [19:51:04] <Photon> Looks almost as if ssh is entirely
3006 [19:51:37] <Photon> Ok so now I'm basically locked out.
3007 [19:51:49] *** Quits: GJdan (~dan@replaced-ip ) (Quit: WeeChat 2.0-dev)
3008 [19:51:51] <jmcnaught> Photon: are you inside GNU screen, can you switch windows? Can you open a new ssh login?
3009 [19:52:49] <Photon> Tmux. I tried to ssh in and it's not allowing me to. Gotta go beback later
3010 [19:52:59] <GTAXL> Can someone help me with this? replaced-url
3011 [19:53:23] *** Quits: beaver (~none@replaced-ip ) (Ping timeout: 255 seconds)
3012 [19:53:26] *** beaver_ is now known as beaver
3013 [19:53:41] *** Quits: Almtesh (~Almtesh@replaced-ip##) (Quit: ZNC - ##replaced-url
3014 [19:53:50] <Ovius> greycat: why?
3015 [19:54:06] *** Quits: tlaxkit (~Thunderbi@replaced-ip ) (Ping timeout: 240 seconds)
3016 [19:54:18] *** Joins: Almtesh (~Almtesh@replaced-ip )
3017 [19:55:01] <greycat> SIGKILL (-9) denies the process the ability to clean up its temporary files, shared memory segments, etc. It leaves behind whatever mess the system was in when you dropped the nuclear fucking missile on it.
3018 [19:55:34] <greycat> It is generally better to reboot, and you will often have to reboot *anyway* if something is "ignoring" SIGTERM because it's probably a stuck NFS file system, SCSI tape drive, other hardware, whatever.
3019 [19:55:36] *** Quits: StathisA (~StathisA@replaced-ip ) (Ping timeout: 240 seconds)
3020 [19:55:49] *** Joins: darsie (~username@replaced-ip )
3021 [19:56:02] <darsie> ok, xorg is running with the vesa driver.
3022 [19:56:43] <enyc> greycat: what seems to be lest known is kill (-TERM) default and kill (-QUIT) "second level" ....
3023 [19:56:53] *** Joins: NapoleonWils0n (~weechat@replaced-ip )
3024 [19:56:56] <enyc> in some cases QUIT works where TERM doesn't, without requiring KILL(-9)
3025 [19:56:57] *** Quits: Ambassador (~Ambassado@replaced-ip ) (Ping timeout: 240 seconds)
3026 [19:57:04] <NapoleonWils0n> hi all
3027 [19:57:15] <NapoleonWils0n> just installed urbanterror but i have no sound
3028 [19:57:21] *** Quits: Chinesium (~Chinesium@replaced-ip ) (Ping timeout: 248 seconds)
3029 [19:57:29] <NapoleonWils0n> im just using alsa and i have this in my ~/.bashrc export SDL_AUDIODRIVER=alsa
3030 [19:57:31] <greycat> It's not a matter of "levels". If TERM doesn't cause an immediate process termination, either the process's cleanup takes a while and you're not patient enough, or there is a software bug, or there is a KERNEL or HARDWARE level problem.
3031 [19:57:40] *** Quits: remy (~remy@replaced-ip ) (Remote host closed the connection)
3032 [19:57:44] <NapoleonWils0n> sure that used to work, need to kill some nazis
3033 [19:57:50] *** Quits: thunderrd (~thunderrd@replaced-ip ) (Ping timeout: 240 seconds)
3034 [19:58:14] <greycat> Or it's just a bizarre process, like uwsgi, whose default configuration treats TERM like HUP or something. But you can change that.
3035 [19:58:19] *** Quits: Ekchuan (~RandyMars@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
3036 [19:58:37] <NapoleonWils0n> do i need something like libsdl-sound1.2
3037 [19:59:07] *** Quits: Janos (~Janos@replaced-ip ) (Quit: Leaving)
3038 [19:59:50] <jmcnaught> darsie: after you did what?
3039 [19:59:54] *** Joins: StathisA (~StathisA@replaced-ip )
3040 [20:00:02] *** Joins: mylinux (~mylinux@replaced-ip )
3041 [20:00:22] *** Joins: jhutchins_wk (~jonathan@replaced-ip )
3042 [20:00:23] <jmcnaught> NapoleonWils0n: please try to finish a though before hitting enter. There is no 80 column limit on IRC
3043 [20:01:02] *** Joins: elkalamar (~elkalamar@replaced-ip )
3044 [20:01:14] <FinalX> wait, there's not? MY LIFE IS A LIE!
3045 [20:01:16] <FinalX> :)
3046 [20:01:22] <jmcnaught> NapoleonWils0n: did you remove PulseAudio? Was sound working before you did that?
3047 [20:01:37] <NapoleonWils0n> i dont have pulseaudio installed, just alsa
3048 [20:01:56] <NapoleonWils0n> i have export SDL_AUDIODRIVER=alsa in my ~/.bashrc which is supposed to work
3049 [20:03:11] <greycat> NapoleonWils0n: what application are you talking about, and do you run it from a bash shell?
3050 [20:04:03] *** Quits: sandwitch (~sandwitch@replaced-ip ) (Quit: Leaving.)
3051 [20:04:14] <darsie> jmcnaught: Something like this replaced-url
3052 [20:04:39] <NapoleonWils0n> replaced-url
3053 [20:04:56] *** Joins: remy (~remy@replaced-ip )
3054 [20:05:04] <NapoleonWils0n> and i start it via the command line
3055 [20:05:31] *** Joins: brian__ (~brian@replaced-ip )
3056 [20:05:40] <darsie> Maybe it's easiest to just reinstall debian. I just installed it yesterday and can make a backup of my home dir.
3057 [20:05:49] <NapoleonWils0n> i get Alsa lib pcm_hw invalid value for card
3058 [20:06:00] <NapoleonWils0n> sdl audio driveer is unknown
3059 [20:06:03] *** Joins: WinstonSmith (~WinstonSm@replaced-ip )
3060 [20:06:04] *** Quits: openbrian (~brian@replaced-ip ) (Ping timeout: 276 seconds)
3061 [20:06:14] *** Joins: xuumno (~sels@replaced-ip )
3062 [20:07:08] *** Joins: raid28 (~IceChat9@replaced-ip )
3063 [20:07:29] *** Quits: sbasso (~sbasso@replaced-ip ) (Remote host closed the connection)
3064 [20:07:33] *** Joins: Macieko0 (~maciek@replaced-ip )
3065 [20:08:18] * darsie prepares the reinstall ...
3066 [20:08:18] *** Joins: GJdan (~dan@replaced-ip )
3067 [20:08:21] <jmcnaught> darsie: i meant more how did you get from xorg doesn't start a few minutes ago to using the vesa driver now. You probably don't need to reinstall, but if you think it would be quicker too than to untangle what's going on here then it might not be a bad idea.
3068 [20:08:29] *** Quits: Scaniatrucker (~scaniatru@replaced-ip ) (Quit: leaving)
3069 [20:08:44] <Macieko0> i have question - on web page il must buy ssl certificate or i can generate self ?? its possible ??
3070 [20:09:00] <darsie> jmcnaught: I put the vesa driver in xorg.conf
3071 [20:09:42] <jmcnaught> Macieko0: replaced-url
3072 [20:10:02] <NapoleonWils0n> was about to say lets encypt
3073 [20:10:30] *** Joins: password4 (~password@replaced-ip )
3074 [20:10:30] *** Quits: password4 (~password@replaced-ip ) (Changing host)
3075 [20:10:30] *** Joins: password4 (~password@replaced-ip )
3076 [20:10:52] <jmcnaught> darsie: i would purge every package that has 'nvidia' in its name, and the steam package you downloaded, and delete any xorg.conf files you have created
3077 [20:11:28] *** Quits: mmoreno80 (be6a675e@replaced-ip ) (Quit: Page closed)
3078 [20:11:53] <jmcnaught> NapoleonWils0n: does sound work for anything?
3079 [20:12:24] *** Quits: SaltySolomon (~Solo@replaced-ip ) (Ping timeout: 255 seconds)
3080 [20:12:30] *** Quits: N3X15 (~Rob@replaced-ip ) (Quit: Leaving)
3081 [20:13:12] <NapoleonWils0n> yes audio works fine mate, its just with urbanterror i dont get any audio
3082 [20:13:20] *** Joins: clickjack (~clickjack@replaced-ip )
3083 [20:13:41] <NapoleonWils0n> i have libsdl for audio and all the packages you need to run urbanterror
3084 [20:13:46] *** Joins: SaltySolomon (~Solo@replaced-ip )
3085 [20:13:53] *** Quits: password8 (~password@replaced-ip ) (Ping timeout: 248 seconds)
3086 [20:14:05] *** Quits: boon (~david@replaced-ip ) (Ping timeout: 255 seconds)
3087 [20:14:14] <NapoleonWils0n> urbanterror has a commandline installer that installs the game, i can launch the game just dont get any sound
3088 [20:14:27] *** Parts: LorD_n1c0w (~igorhenri@replaced-ip )
3089 [20:14:41] <NapoleonWils0n> really good game if you guys havent tried it
3090 [20:14:43] *** Quits: rovonovo_zoro (uid229900@replaced-ip ) (Quit: Connection closed for inactivity)
3091 [20:14:54] *** Joins: tonymke (~tonymke@replaced-ip )
3092 [20:16:05] *** Quits: conta (~Thunderbi@replaced-ip ) (Ping timeout: 240 seconds)
3093 [20:16:24] <jmcnaught> NapoleonWils0n: are you launching the game from a terminal, or from a menu?
3094 [20:16:48] <BluesKaj> NapoleonWils0n, usually there are audio settings within the game that might need some tweaking
3095 [20:16:49] <NapoleonWils0n> launching the game from the terminal, it doesnt have a desktop launcher
3096 [20:17:25] *** Joins: Pr0metheus (~nezos@replaced-ip )
3097 [20:17:27] *** Joins: firespeaker (~jonathan@replaced-ip )
3098 [20:18:23] <jmcnaught> NapoleonWils0n: show us the error in a paste
3099 [20:18:56] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 246 seconds)
3100 [20:19:01] <NapoleonWils0n> no log mate
3101 [20:19:22] <firespeaker> I just did a dist-upgrade (debian unstable) and when I restarted my system, cinnamon and nemo stopped responding to certain settings in the settings manager: desktop background, theme, trackpad scroll direction, etc.
3102 [20:19:24] <jmcnaught> NapoleonWils0n: where did you see the error then?
3103 [20:19:43] <jmcnaught> firespeaker: #debian-next on irc.oftc.net is where unstable support happens
3104 [20:19:44] <NapoleonWils0n> in the terminal after i close the game
3105 [20:19:50] <firespeaker> thanks jmcnaught
3106 [20:19:50] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 240 seconds)
3107 [20:19:51] *** Parts: firespeaker (~jonathan@replaced-ip )
3108 [20:19:57] <NapoleonWils0n> so not a log file as such just an error message
3109 [20:20:23] <NapoleonWils0n> error is Alsa lib pcm_hw invalid value for card
3110 [20:20:33] <NapoleonWils0n> sdl audio driver is unknown
3111 [20:20:52] <greycat> It took 23 minutes to get this one line error message. :-/
3112 [20:21:04] <jmcnaught> and it looks paraphrased…
3113 [20:21:12] <NapoleonWils0n> no i mentioned it at the start greycat
3114 [20:21:12] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
3115 [20:21:27] *** Joins: sethkush (~sethkush@replaced-ip )
3116 [20:22:02] *** Joins: jnavila (~jnavila@replaced-ip )
3117 [20:22:20] *** Joins: fury_ (~fury@replaced-ip )
3118 [20:22:33] <greycat> When you paste your error into google, possibly with "urban terror" as additional key words, do you find other people who had the same issue and solved it?
3119 [20:22:57] *** Quits: tonymke (~tonymke@replaced-ip ) (Quit: Leaving.)
3120 [20:23:25] <jmcnaught> I wouldn't be surprised if some other program is using the soundcard, blocking the game from using it, which is exactly the problem that PulseAudio solves
3121 [20:23:51] <NapoleonWils0n> the error goes back almost 10 years, i have got it working before with just alsa
3122 [20:23:51] *** Joins: pie3 (~pieee@replaced-ip )
3123 [20:25:07] <NapoleonWils0n> just wondering if it cant find the SDL Audiodriver becuase im launching from the command line
3124 [20:25:28] <greycat> Does the game have a support forum? An IRC channel somewhere?
3125 [20:25:30] <NapoleonWils0n> ill try making a desktop launcher and see if that resolves the issue, dont want to install pulseaudio
3126 [20:25:56] <NapoleonWils0n> greycat had a look at the forum was wondering if they have an irc channel was just about to check
3127 [20:26:26] *** Joins: JethroTroll (GenteelBen@replaced-ip )
3128 [20:27:29] *** Joins: mibo (~mibo@replaced-ip )
3129 [20:27:32] *** Joins: cdown (~cdown@replaced-ip )
3130 [20:27:45] *** Quits: GenteelBen (~GenteelBe@replaced-ip ) (Disconnected by services)
3131 [20:28:02] *** Joins: freenoodle (~jr@replaced-ip )
3132 [20:28:11] *** Joins: boon (~david@replaced-ip )
3133 [20:28:13] *** JethroTroll is now known as GenteelBen
3134 [20:28:35] *** Quits: NapoleonWils0n (~weechat@replaced-ip ) (Quit: WeeChat 1.8)
3135 [20:29:00] *** debhelper sets mode: +l 1686
3136 [20:29:35] *** Joins: Ambassador (~Ambassado@replaced-ip )
3137 [20:29:38] *** Joins: Ekchuan (~RandyMars@replaced-ip )
3138 [20:30:30] *** Quits: darsie (~username@replaced-ip##) (Quit: KVIrc 4.2.0 Equilibrium ##replaced-url
3139 [20:31:40] *** Quits: bhuvi_ (~quassel@replaced-ip ) (Ping timeout: 260 seconds)
3140 [20:31:42] *** Joins: el_bamba (~roberto@replaced-ip )
3141 [20:32:27] *** Quits: HarveyPwca (~HarveyPwc@replaced-ip ) (Ping timeout: 240 seconds)
3142 [20:32:54] *** Joins: HarveyPwca (~HarveyPwc@replaced-ip )
3143 [20:33:00] *** Joins: czesmir (~stefan@replaced-ip )
3144 [20:33:06] *** Quits: hipp (~hipp@replaced-ip ) (Ping timeout: 240 seconds)
3145 [20:33:10] *** Joins: tototi (5ca98150@replaced-ip )
3146 [20:33:27] *** Quits: Bock (~bocaneri@replaced-ip ) (Ping timeout: 240 seconds)
3147 [20:33:30] *** Quits: clickjack (~clickjack@replaced-ip ) (Ping timeout: 240 seconds)
3148 [20:34:13] *** Quits: Shahnaz_ (~Shahnaz@replaced-ip ) (Read error: Connection reset by peer)
3149 [20:34:46] *** Quits: mylinux (~mylinux@replaced-ip ) (Remote host closed the connection)
3150 [20:35:04] *** Joins: njumdl2014 (~njumdl201@replaced-ip )
3151 [20:35:05] *** Joins: wcfields (~wcfields@replaced-ip )
3152 [20:35:31] *** Joins: bhuvi_ (~quassel@replaced-ip )
3153 [20:35:33] *** Joins: conta (~Thunderbi@replaced-ip )
3154 [20:36:45] *** Joins: baptist (~baptsk@replaced-ip )
3155 [20:37:27] *** Quits: el_bamba (~roberto@replaced-ip ) (Quit: Leaving)
3156 [20:37:50] *** Joins: mylinux (~mylinux@replaced-ip )
3157 [20:38:00] *** Quits: tototi (5ca98150@replaced-ip ) (Ping timeout: 260 seconds)
3158 [20:39:57] *** Quits: conta (~Thunderbi@replaced-ip ) (Ping timeout: 260 seconds)
3159 [20:40:15] <Photon> So I'm back with the problem of apt-get install freezing apt beyond sigkill every time I use it.
3160 [20:40:36] *** Joins: vkolchev (~holoirc@replaced-ip )
3161 [20:41:36] *** Quits: kharloss (~kharloss@replaced-ip ) (Ping timeout: 240 seconds)
3162 [20:42:05] *** Quits: mylinux (~mylinux@replaced-ip ) (Ping timeout: 240 seconds)
3163 [20:42:23] <jhutchins_wk> Photon: Do aptitude, dpkg, and apt run correctly?
3164 [20:43:01] <Photon> Not sure
3165 [20:43:17] *** Quits: vkolchev (~holoirc@replaced-ip ) (Remote host closed the connection)
3166 [20:43:48] *** Quits: Jake_Squid (~Jake_Squi@replaced-ip ) (Ping timeout: 260 seconds)
3167 [20:43:51] <Photon> Ok so I let apt-get upgrade run for like an hour and a half and it just let me install a pakage
3168 [20:44:35] *** Quits: ergetae (~adam@replaced-ip ) (Ping timeout: 240 seconds)
3169 [20:45:27] *** Quits: boon (~david@replaced-ip ) (Ping timeout: 240 seconds)
3170 [20:46:26] *** Joins: SpeccyMan (~nick@replaced-ip )
3171 [20:46:28] *** Quits: Haudegen (~quassel@replaced-ip ) (Read error: Connection reset by peer)
3172 [20:46:31] <Photon> I take that back, it showd me the info for the files I wanted to install, and froze again when I told it to start.
3173 [20:46:32] <jmcnaught> Photon: anything in the logs? apt and dpkg have logs in /var/log, there's also syslog there. You could also try running "journalctl -f" and watching it while you run apt-get
3174 [20:46:55] *** Joins: Ricardo__ (~rick@replaced-ip )
3175 [20:47:00] <Photon> No journal files found. I'll look into /var/log
3176 [20:48:46] *** Quits: test123456 (~test12345@replaced-ip ) (Quit: Leaving)
3177 [20:49:24] *** Quits: lift (~lift@replaced-ip ) (Ping timeout: 260 seconds)
3178 [20:49:50] *** Joins: fhdrin (~fhdrin@replaced-ip )
3179 [20:49:57] *** Quits: discovered (~discovere@replaced-ip ) (Quit: Leaving)
3180 [20:50:06] *** Quits: metax (~metax@replaced-ip ) (Quit: Leaving)
3181 [20:50:37] *** Quits: SaltySolomon (~Solo@replaced-ip ) (Ping timeout: 255 seconds)
3182 [20:50:41] *** Quits: _KaszpiR_ (quasselcor@replaced-ip ) (Ping timeout: 248 seconds)
3183 [20:51:12] *** Joins: bezaban (~bezaban@replaced-ip )
3184 [20:51:15] <bezaban> ,v yumbootstrap
3185 [20:51:16] <judd> No package named 'yumbootstrap' was found in amd64.
3186 [20:51:26] *** Quits: deb_cbpk (~deb_cbpk@replaced-ip ) (Quit: leaving)
3187 [20:51:27] *** Joins: password8 (~password@replaced-ip )
3188 [20:51:29] *** Joins: _KaszpiR_ (quasselcor@replaced-ip )
3189 [20:51:33] *** Joins: OS-31823 (~OS-31823@replaced-ip )
3190 [20:52:17] *** Quits: riteshsarraf (~zncadmin@replaced-ip ) (Ping timeout: 248 seconds)
3191 [20:52:24] *** Joins: waynr (~waynr@replaced-ip )
3192 [20:52:28] <waynr> howdy folks
3193 [20:52:40] *** Joins: cyborg-one (~cyborg-on@replaced-ip )
3194 [20:53:03] <waynr> can anyone tell me how i can inspect the dependency tree to determine why a particular package is being installed when i don't specify it in my 'apt install' command line?
3195 [20:53:27] *** Quits: Typhon (~Typhon@replaced-ip ) (Ping timeout: 240 seconds)
3196 [20:53:29] <greycat> !aptitude why
3197 [20:53:29] <dpkg> aptitude has "why" and "why-not". "aptitude why package1" shows why package1 may have been installed. "aptitude why package1 package2" tries to work out why installing package1 would drag in package2. "why-not" looks at conflicts. These commands only provide one possible explanation. Check /var/log/aptitude for definitive information. See <aptitude docs>.
3198 [20:53:42] *** Quits: password4 (~password@replaced-ip ) (Read error: Connection reset by peer)
3199 [20:53:45] <waynr> greycat++ thanks!
3200 [20:53:55] *** Joins: mylinux (~mylinux@replaced-ip )
3201 [20:54:36] <waynr> hmm wny would texlive-binaries recommend ruby i wonder
3202 [20:55:05] <waynr> i bet my docker image would be significantly smaller without recommends
3203 [20:55:07] *** Quits: Achylles (~Achylles@replaced-ip ) (Ping timeout: 260 seconds)
3204 [20:55:25] *** Joins: burek (~burek@replaced-ip )
3205 [20:56:13] *** Joins: uvqj (~uvqj@replaced-ip )
3206 [20:56:48] *** Joins: conta (~Thunderbi@replaced-ip )
3207 [20:56:51] *** Joins: edvb (~ed@replaced-ip )
3208 [20:57:03] *** Quits: Slashman (~Slash@replaced-ip ) (Quit: Leaving)
3209 [20:57:38] *** Quits: bobe (~bobe@replaced-ip##) (Quit: ZNC 1.6.2+deb2~bpo8+1 - ##replaced-url
3210 [20:57:57] *** Quits: mylinux (~mylinux@replaced-ip ) (Ping timeout: 240 seconds)
3211 [20:58:14] <burek> what's the compositor switcher software called?
3212 [20:58:42] *** Quits: uvqj (~uvqj@replaced-ip ) (Remote host closed the connection)
3213 [20:59:01] *** debhelper sets mode: +l 1680
3214 [21:00:08] *** Joins: boon (~david@replaced-ip )
3215 [21:01:29] *** Joins: lizoh (~lizoh@replaced-ip )
3216 [21:02:16] *** Quits: lizoh (~lizoh@replaced-ip ) (Remote host closed the connection)
3217 [21:03:13] *** Quits: chachasmooth (~chachasmo@replaced-ip ) (Ping timeout: 255 seconds)
3218 [21:03:43] *** Quits: p3rs3us (~jduro@replaced-ip ) (Quit: Leaving)
3219 [21:03:53] *** Joins: jackNemrod (~Thunderbi@replaced-ip )
3220 [21:04:12] *** Joins: chachasmooth (~chachasmo@replaced-ip )
3221 [21:04:27] *** Joins: riteshsarraf (~zncadmin@replaced-ip )
3222 [21:04:50] *** Quits: mavhq (~quassel@replaced-ip ) (Read error: Connection reset by peer)
3223 [21:04:55] *** Quits: jnavila (~jnavila@replaced-ip ) (Quit: Konversation terminated!)
3224 [21:05:02] *** Joins: earthundead (~earthunde@replaced-ip )
3225 [21:05:02] *** Joins: jnavila (~jnavila@replaced-ip )
3226 [21:06:06] *** Quits: Photon (~eric@replaced-ip ) (Ping timeout: 240 seconds)
3227 [21:06:06] *** Joins: mavhq (~quassel@replaced-ip )
3228 [21:06:34] *** Quits: qqx (~qqx@replaced-ip ) (Remote host closed the connection)
3229 [21:06:42] *** Joins: qqx (~qqx@replaced-ip )
3230 [21:07:20] *** Joins: Starky (~Starky@replaced-ip )
3231 [21:07:59] *** Joins: high_fiver (~high_five@replaced-ip )
3232 [21:08:40] *** Quits: enodata (~enodata@replaced-ip ) (Quit: enodata)
3233 [21:09:23] <waynr> dang man, without all the suggests or recommends the docker image is half the size
3234 [21:09:44] *** Joins: password4 (~password@replaced-ip )
3235 [21:11:00] *** Quits: password8 (~password@replaced-ip ) (Read error: Connection reset by peer)
3236 [21:12:11] *** Joins: gonegirl (~gonegirl@replaced-ip )
3237 [21:12:12] *** Quits: gonegirl (~gonegirl@replaced-ip ) (Remote host closed the connection)
3238 [21:12:33] *** Joins: jubo2 (~juboxi@replaced-ip )
3239 [21:12:54] *** Quits: burek (~burek@replaced-ip ) (Quit: Leaving)
3240 [21:13:16] *** Quits: sidmo (~ilven@replaced-ip ) (Quit: Konversation terminated!)
3241 [21:14:37] *** Joins: Typhon (~Typhon@replaced-ip )
3242 [21:14:41] *** Quits: jnavila (~jnavila@replaced-ip ) (Ping timeout: 248 seconds)
3243 [21:14:42] *** Quits: HarendraSingh (uid242285@replaced-ip ) (Quit: Connection closed for inactivity)
3244 [21:15:09] *** Joins: zarkos (~nobody@replaced-ip )
3245 [21:15:21] *** Joins: ogny (~orkun@replaced-ip )
3246 [21:15:43] *** Joins: iodev (~iodev@replaced-ip )
3247 [21:16:09] *** Quits: iodev (~iodev@replaced-ip ) (Client Quit)
3248 [21:16:28] *** Quits: smakked (~ado@replaced-ip ) (Ping timeout: 260 seconds)
3249 [21:16:42] *** Joins: rkta_ (~kt@replaced-ip )
3250 [21:17:07] *** Quits: password4 (~password@replaced-ip ) (Ping timeout: 258 seconds)
3251 [21:18:36] *** Joins: srg___ (~srg@replaced-ip )
3252 [21:18:41] *** Joins: sidmo (~ilven@replaced-ip )
3253 [21:18:57] *** Quits: smurfd (~smurfd@replaced-ip ) (Ping timeout: 248 seconds)
3254 [21:19:36] *** Quits: rkta (~kt@replaced-ip ) (Ping timeout: 240 seconds)
3255 [21:19:36] *** rkta_ is now known as rkta
3256 [21:19:57] *** Joins: darsie (~username@replaced-ip )
3257 [21:19:58] *** Quits: OS-31823 (~OS-31823@replaced-ip ) (Quit: Leaving)
3258 [21:20:05] * darsie is back with a fresh debian installation.
3259 [21:20:10] *** Quits: brian__ (~brian@replaced-ip ) (Ping timeout: 240 seconds)
3260 [21:20:19] *** Joins: ASpacy (~JeDa@replaced-ip )
3261 [21:20:58] *** Quits: BluesKaj (~Blues@replaced-ip ) (Quit: Konversation terminated!)
3262 [21:22:40] *** Parts: pie3 (~pieee@replaced-ip )
3263 [21:23:30] *** Joins: pk12 (~pk12@replaced-ip )
3264 [21:24:04] *** Quits: Starky (~Starky@replaced-ip ) (Quit: WeeChat 1.9)
3265 [21:24:31] *** Joins: SaltySolomon (~Solo@replaced-ip )
3266 [21:24:38] *** Joins: nova (~nova@replaced-ip )
3267 [21:24:41] *** Joins: Tulah (~tulah@replaced-ip )
3268 [21:25:13] *** Joins: manjaroCinnamon1 (~Manjarous@replaced-ip )
3269 [21:26:59] *** Joins: mylinux (~mylinux@replaced-ip )
3270 [21:27:09] *** Joins: brian__ (~brian@replaced-ip )
3271 [21:27:21] *** Joins: OS-30434 (~OS-30434@replaced-ip )
3272 [21:27:25] <darsie> Could installing steam instead of steam:i386 have cause the dependency problems?
3273 [21:27:27] *** Joins: lift (~lift@replaced-ip )
3274 [21:27:58] *** Quits: remo1 (~user@replaced-ip ) (Remote host closed the connection)
3275 [21:28:15] *** Quits: Geekologist (~geek@replaced-ip ) (Remote host closed the connection)
3276 [21:28:59] *** Joins: OS-4748 (~OS-4748@replaced-ip )
3277 [21:29:01] *** debhelper sets mode: +l 1687
3278 [21:29:36] *** Joins: Bootable-Man (~textual@replaced-ip )
3279 [21:31:13] *** Quits: mylinux (~mylinux@replaced-ip ) (Ping timeout: 248 seconds)
3280 [21:32:04] *** Quits: chachasmooth (~chachasmo@replaced-ip ) (Ping timeout: 255 seconds)
3281 [21:32:42] *** Quits: jordanm (~jordanm@replaced-ip ) (Quit: Konversation terminated!)
3282 [21:33:06] *** Quits: czesmir (~stefan@replaced-ip ) (Ping timeout: 240 seconds)
3283 [21:33:21] *** Quits: err404 (~err404@replaced-ip ) (Ping timeout: 248 seconds)
3284 [21:34:14] *** Joins: chachasmooth (~chachasmo@replaced-ip )
3285 [21:35:21] *** Joins: Kappa (~Kappa_42@replaced-ip )
3286 [21:35:28] *** Quits: Doldge (~callum@replaced-ip ) (Quit: WeeChat 1.9)
3287 [21:35:34] *** Joins: czesmir (~stefan@replaced-ip )
3288 [21:35:43] *** Kappa is now known as Guest38624
3289 [21:37:27] <nkuttler> ,v steam
3290 [21:37:28] <judd> No package named 'steam' was found in amd64.
3291 [21:37:42] <nkuttler> darsie: it's only in i386
3292 [21:38:00] <darsie> so aptitude install steam should be fine?
3293 [21:38:07] *** Quits: SpikeHeron (~DutchIngr@replaced-ip ) (Quit: WeeChat 1.9)
3294 [21:38:15] <nkuttler> what was your original question anyway?
3295 [21:38:22] <darsie> Could installing steam instead of steam:i386 have cause the dependency problems?
3296 [21:38:30] <nkuttler> yeah, which problem?
3297 [21:38:33] *** Joins: jordanm (~jordanm@replaced-ip )
3298 [21:38:35] *** Quits: Pjusur (~Pjusur@replaced-ip ) (Ping timeout: 240 seconds)
3299 [21:39:12] <darsie> well, in asked for an i386 gl library and installing that drew in the current nvidia driver over the legacy...
3300 [21:39:24] <nkuttler> mmh
3301 [21:39:55] <nkuttler> no idea about that, but ask in #steamlug
3302 [21:40:01] <darsie> ok
3303 [21:40:17] <darsie> rebooting with legacy nvidia driver ...
3304 [21:40:42] <nkuttler> which gl lib anyway?
3305 [21:40:53] *** Joins: smakked (~ado@replaced-ip )
3306 [21:41:35] *** Joins: netzfisch (~Thunderbi@replaced-ip )
3307 [21:41:47] <darsie> You are missing the following 32-bit libraries, and Steam may not run: libGL.so.1
3308 [21:42:17] *** Quits: CapsAdmin (~CapsAdmin@replaced-ip ) (Ping timeout: 255 seconds)
3309 [21:42:30] <darsie> we'll see if that happens again. I reinstalled debian after falling back to the console and vesa xorg driver.
3310 [21:42:36] *** Quits: bhuvi_ (~quassel@replaced-ip ) (Ping timeout: 260 seconds)
3311 [21:42:52] *** Quits: Quatroking (~Quatrokin@replaced-ip ) (Read error: Connection reset by peer)
3312 [21:43:02] *** Quits: darsie (~username@replaced-ip##) (Quit: KVIrc 4.2.0 Equilibrium ##replaced-url
3313 [21:43:06] *** Quits: dethos (~dethos@replaced-ip ) (Ping timeout: 240 seconds)
3314 [21:43:24] *** Quits: shabius (~shaburov1@replaced-ip ) (Remote host closed the connection)
3315 [21:43:38] *** Joins: diniwed (~gavron@replaced-ip )
3316 [21:44:10] *** Quits: bielewelt (~bielewelt@replaced-ip ) (Quit: Leaving.)
3317 [21:44:55] *** Joins: VeronicaX11 (~Eli_Rieke@replaced-ip )
3318 [21:45:17] *** Quits: baptist (~baptsk@replaced-ip ) (Ping timeout: 260 seconds)
3319 [21:45:18] *** Joins: bhuvi (~quassel@replaced-ip )
3320 [21:45:30] *** Joins: SpikeHeron (~DutchIngr@replaced-ip )
3321 [21:47:11] <forcerecon> who wants to know about steam
3322 [21:47:16] *** Joins: darsie (~username@replaced-ip )
3323 [21:47:16] *** Joins: giricz81 (~giricz81@replaced-ip )
3324 [21:47:24] <darsie> ok, I'm getting 7500 fps with glxgears
3325 [21:48:00] *** Quits: killian99 (~killian99@replaced-ip ) (Quit: Quitte)
3326 [21:48:03] <forcerecon> I just did this and for what its worth.. it will only run games ported for linux
3327 [21:48:03] <forcerecon> they run well.. insurgency is pretty cool.. there are some other OLDER games that function properly
3328 [21:48:08] <forcerecon> but nothing new worthwhile, but I guess that is biased
3329 [21:49:06] <forcerecon> replaced-url
3330 [21:49:18] *** Quits: hen- (~hen@replaced-ip ) (Read error: Connection reset by peer)
3331 [21:49:51] *** Joins: bipul (~quassel@replaced-ip )
3332 [21:49:51] *** Quits: bipul (~quassel@replaced-ip ) (Changing host)
3333 [21:49:51] *** Joins: bipul (~quassel@replaced-ip )
3334 [21:50:05] *** Joins: baptist (~baptsk@replaced-ip )
3335 [21:50:43] <jmcnaught> darsie: if you are using an nvidia-legacy driver then you need to install the corresponding libgl1-nvidia-legacy… library. Look at 'apt-cache search -n libgl1'
3336 [21:50:59] *** Joins: wilbert (~wilbert@replaced-ip )
3337 [21:52:41] *** Quits: bipul (~quassel@replaced-ip ) (Client Quit)
3338 [21:52:45] *** Joins: DingoSaar_ (~hagen@replaced-ip )
3339 [21:53:11] *** Quits: Guest38624 (~Kappa_42@replaced-ip ) (Read error: Connection reset by peer)
3340 [21:53:24] *** Joins: shabius (~shaburov1@replaced-ip )
3341 [21:53:33] *** Joins: CapsAdmin (~CapsAdmin@replaced-ip )
3342 [21:53:38] <darsie> sorry to repeat this ... <jmcnaught> darsie: if you are using an nvidia-legacy driver then you need to install the corresponding libgl1-nvidia-legacy… library. Look at 'apt-cache search -n libgl1'
3343 [21:54:13] *** Joins: bit1 (~joseanton@replaced-ip )
3344 [21:54:15] *** Joins: crownose (~weechat@replaced-ip )
3345 [21:56:27] *** Quits: DingoSaar (~hagen@replaced-ip ) (Ping timeout: 240 seconds)
3346 [21:57:21] *** Quits: brian__ (~brian@replaced-ip ) (Ping timeout: 248 seconds)
3347 [21:57:24] *** Quits: Bootable-Man (~textual@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
3348 [21:57:34] *** Joins: brian__ (~brian@replaced-ip )
3349 [21:57:51] *** Joins: Haudegen (~quassel@replaced-ip )
3350 [21:57:56] *** Quits: freenoodle (~jr@replaced-ip ) (Remote host closed the connection)
3351 [21:58:24] <forcerecon> 301 frames in 5.0 seconds = 90.197 FPS
3352 [21:58:52] <Bert_2> Hi, I'm having xgrep issues, for some reason it's having issues with xmlns="replaced-url
3353 [21:58:59] *** Quits: qman__ (quassel@replaced-ip ) (Quit: "Those who desire to give up freedom in order to gain security will not have, nor do they deserve, either one." --Benjamin Franklin)
3354 [21:59:14] <forcerecon> does that even make sense?
3355 [21:59:24] *** Joins: qman__ (quassel@replaced-ip )
3356 [21:59:32] *** Joins: freenoodle (~jr@replaced-ip )
3357 [21:59:53] *** Quits: SpikeHeron (~DutchIngr@replaced-ip ) (Quit: WeeChat 1.9)
3358 [21:59:59] *** Joins: DevAntoine (~DevAntoin@replaced-ip )
3359 [22:00:27] *** Quits: netzfisch (~Thunderbi@replaced-ip ) (Ping timeout: 260 seconds)
3360 [22:00:27] *** Quits: baptist (~baptsk@replaced-ip ) (Ping timeout: 240 seconds)
3361 [22:01:00] *** Joins: SpikeHeron (~DutchIngr@replaced-ip )
3362 [22:01:51] *** Joins: NeverTired (uid108572@replaced-ip )
3363 [22:01:56] *** Quits: giricz81 (~giricz81@replaced-ip ) (Quit: Leaving)
3364 [22:02:12] *** Quits: indistylo (~indistylo@replaced-ip ) (Ping timeout: 260 seconds)
3365 [22:02:12] <Bert_2> forcerecon: well, the problem doesn't make sense, that's why I'm looking for help :(
3366 [22:02:17] <forcerecon> 01:00.0 VGA compatible controller: NVIDIA Corporation GM204 [GeForce GTX 980] (rev a1)
3367 [22:02:27] <Bert_2> oh woops, that wasn't for me
3368 [22:02:28] <Bert_2> my bad
3369 [22:03:46] *** Joins: wondiws (~Jasper@replaced-ip )
3370 [22:03:50] *** Quits: conta (~Thunderbi@replaced-ip ) (Ping timeout: 240 seconds)
3371 [22:04:01] *** Quits: CapsAdmin (~CapsAdmin@replaced-ip ) (Remote host closed the connection)
3372 [22:04:06] *** Quits: jackNemrod (~Thunderbi@replaced-ip ) (Ping timeout: 240 seconds)
3373 [22:04:16] <darsie> Ok, I'm now doing 'aptitude install steam' and not steam:i386 as dpkg says.
3374 [22:05:21] <darsie> Ahh, it says: Note: selecting "steam:i386" instead of the virtual package "steam"
3375 [22:07:34] *** Quits: Ricardo__ (~rick@replaced-ip ) (Ping timeout: 255 seconds)
3376 [22:08:49] *** Joins: netzfisch (~Thunderbi@replaced-ip )
3377 [22:09:09] *** Joins: jackNemrod (~Thunderbi@replaced-ip )
3378 [22:09:25] <forcerecon> okay.. how about we take it slow
3379 [22:09:25] <forcerecon> lspci | grep -E "VGA|3D"
3380 [22:09:30] <forcerecon> what do you get back from that in terminal
3381 [22:09:35] *** Joins: baptist (~baptsk@replaced-ip )
3382 [22:10:00] *** Joins: piggah (~nick@replaced-ip )
3383 [22:10:16] *** Quits: Lowl3v3l (~lowl3v3l@replaced-ip ) (Remote host closed the connection)
3384 [22:10:36] *** Quits: VeronicaX11 (~Eli_Rieke@replaced-ip ) (Quit: Leaving.)
3385 [22:11:25] *** nol is now known as OtakuSenpai
3386 [22:11:27] <forcerecon> then try this
3387 [22:11:27] <forcerecon> sudo ln -s /usr/lib/i386-linux-gnu/mesa/libGL.so.1 /usr/lib/libGL.so.1
3388 [22:11:47] <forcerecon> then run sudo apt-get install -y steam
3389 [22:12:04] *** Joins: f0ff (~f0ff@replaced-ip )
3390 [22:12:18] <wondiws> when creating a deb package, is it possible to make an installation menu in it?
3391 [22:12:41] *** Joins: Bootable-Man (~textual@replaced-ip )
3392 [22:13:32] *** Joins: VeronicaX11 (~Eli_Rieke@replaced-ip )
3393 [22:13:46] *** Quits: piggah (~nick@replaced-ip ) (Client Quit)
3394 [22:13:46] <forcerecon> I have to run out in like 10 minutes.. let me know if anything works
3395 [22:14:11] *** Joins: piggah (~nick@replaced-ip )
3396 [22:14:31] <Macieko0> wondiws: its possible, see in documentation debian packages
3397 [22:14:53] <wondiws> Macieko0, where is that?
3398 [22:15:22] <Macieko0> maybe here :replaced-url
3399 [22:16:04] *** Quits: netzfisch (~Thunderbi@replaced-ip ) (Ping timeout: 276 seconds)
3400 [22:17:52] *** Joins: sbasso (~sbasso@replaced-ip )
3401 [22:18:57] *** Joins: mylinux (~mylinux@replaced-ip )
3402 [22:21:54] <darsie> Steam says: "You are missing the following 32-bit libraries, and Steam may not run: libGL.so." libgl1-nvidia-legacy-340xx-glx:386 doesn't exist. "aptitude install libgl1-nvidia-glx:i386" messed up my installation. What do I do?
3403 [22:22:33] <darsie> messed up my installation last time. I reinstalled debian now.
3404 [22:22:53] *** Joins: Futha (~Futha@replaced-ip )
3405 [22:23:08] <darsie> I asked in #steamlug first.
3406 [22:23:14] *** Quits: mylinux (~mylinux@replaced-ip ) (Ping timeout: 255 seconds)
3407 [22:23:25] *** Joins: ectospasm (~ectospasm@replaced-ip )
3408 [22:25:38] *** Joins: mylinux_ (~mylinux@replaced-ip )
3409 [22:25:51] *** Joins: Brigo (~Brigo@replaced-ip )
3410 [22:25:58] *** Joins: nibble_zero (~nibble_ze@replaced-ip )
3411 [22:27:12] <Macieko0> darsie: try dpkg --add-architecture i386 (on 64 bit), and install packages
3412 [22:27:17] <ac_slater> darsie: why not use steamOS? Just curious
3413 [22:27:33] <peterrooney> ,v steam
3414 [22:27:34] <judd> No package named 'steam' was found in amd64.
3415 [22:27:48] <greycat> !steam
3416 [22:27:49] <dpkg> Steam is a proprietary content delivery and management application for PC software with Linux support. Packaged in <non-free>; amd64 users are required to enable <multiarch> and install the steam:i386 package. For help with upstream issues, ask #steamlug on irc.freenode.net. replaced-url
3417 [22:28:00] *** Joins: bazhang_ (~bazhang@replaced-ip )
3418 [22:28:23] *** Quits: Levure (~quassel@replaced-ip ) (Remote host closed the connection)
3419 [22:28:27] <darsie> Macieko0: I did that already.
3420 [22:29:18] <darsie> greycat: thx, I'm following that, but it didn't work out last time.
3421 [22:29:28] *** Joins: RapTorsLair000 (~RapTorsLa@replaced-ip )
3422 [22:29:40] <RapTorsLair000> hello
3423 [22:30:17] <darsie> ac_slater: dunno. Does it run on Linux?
3424 [22:30:17] *** Quits: RapTorsLair000 (~RapTorsLa@replaced-ip ) (Client Quit)
3425 [22:30:53] <ac_slater> darsie: steamOS is steam's debian distro made for running steam
3426 [22:31:02] <ac_slater> it's literally debian + some userspace stuff + steam
3427 [22:31:28] *** Quits: moozer (~moz@replaced-ip ) (Ping timeout: 255 seconds)
3428 [22:31:29] *** Quits: SpikeHeron (~DutchIngr@replaced-ip ) (Quit: WeeChat 1.9)
3429 [22:31:32] <ac_slater> it's what 'steam machines' run
3430 [22:31:40] *** Quits: bazhang (~bazhang@replaced-ip ) (Ping timeout: 276 seconds)
3431 [22:31:40] <darsie> ic. So I'd have to boot that and not have thunderbird, firefox, IRC running. Or completely switch to steamOS ...
3432 [22:31:52] <ac_slater> but I've had no issues with steam on debian personally
3433 [22:32:13] <darsie> steam worked on jessie. I upgraded to stretch.
3434 [22:32:16] <ac_slater> darsie: if you're making a dedicated steam box, I would use it. But if you want steam on your regular debian desktop, carry on - I think you'll figure it out
3435 [22:32:28] <ac_slater> I have it on stretch working just fine with nvidia
3436 [22:32:41] <darsie> I have a legacy nvidia card.
3437 [22:32:55] <ac_slater> darsie: ooooh
3438 [22:32:59] <ac_slater> darsie: that might complicate things
3439 [22:33:18] <darsie> with the 340 driver
3440 [22:33:22] *** Joins: dwarfmut (~dwarfmut@replaced-ip )
3441 [22:33:25] *** Joins: netzfisch (~Thunderbi@replaced-ip )
3442 [22:33:50] *** Parts: boblamont (~BobLamont@replaced-ip )
3443 [22:33:58] *** Quits: forcerecon (~quassel@replaced-ip ) (Remote host closed the connection)
3444 [22:34:05] <ac_slater> hmm tough :(
3445 [22:35:13] *** Quits: th0r (~th0r@replaced-ip ) (Ping timeout: 248 seconds)
3446 [22:36:45] *** Joins: johnkeates (~johnkeate@replaced-ip )
3447 [22:37:06] *** Joins: eldee (~eldee@replaced-ip )
3448 [22:38:07] *** Quits: crownose (~weechat@replaced-ip ) (Ping timeout: 246 seconds)
3449 [22:39:39] *** Joins: smurfd (~smurfd@replaced-ip )
3450 [22:40:27] *** Quits: maotm (~mao@replaced-ip ) (Ping timeout: 240 seconds)
3451 [22:41:20] *** Joins: linmob (~picard@replaced-ip )
3452 [22:41:33] <jmcnaught> ,v libgl1-nvidia-legacy-340xx-glx --arch i386
3453 [22:41:34] <judd> Package: libgl1-nvidia-legacy-340xx-glx on i386 -- jessie-backports/non-free: 340.102-1~bpo8+1; stretch/non-free: 340.102-1; sid/non-free: 340.102-2; buster/non-free: 340.102-2
3454 [22:42:00] *** Quits: itseris (~emikulin@replaced-ip ) (Quit: Konversation terminated!)
3455 [22:42:02] *** Joins: SpikeHeron (~DutchIngr@replaced-ip )
3456 [22:43:40] *** Joins: well_laid_lawn (~Jean-luc@replaced-ip )
3457 [22:43:43] *** Joins: Achylles (~Achylles@replaced-ip )
3458 [22:44:17] *** Quits: pk12 (~pk12@replaced-ip ) (Ping timeout: 248 seconds)
3459 [22:45:33] *** Joins: hen- (~hen@replaced-ip )
3460 [22:45:50] *** Quits: SaltySolomon (~Solo@replaced-ip ) (Ping timeout: 240 seconds)
3461 [22:46:16] *** Quits: lift (~lift@replaced-ip ) (Ping timeout: 255 seconds)
3462 [22:46:52] *** Quits: brian__ (~brian@replaced-ip ) (Ping timeout: 246 seconds)
3463 [22:47:07] *** Quits: chachasmooth (~chachasmo@replaced-ip ) (Ping timeout: 260 seconds)
3464 [22:47:22] *** Joins: jackNemrod_ (~Thunderbi@replaced-ip )
3465 [22:47:51] *** Quits: e64 (~e14@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
3466 [22:48:06] *** Parts: ac_slater (~weechat@replaced-ip )
3467 [22:48:23] *** Joins: th0r (~th0r@replaced-ip )
3468 [22:48:39] *** Joins: itseris (~emikulin@replaced-ip )
3469 [22:49:01] *** Quits: Achylles (~Achylles@replaced-ip ) (Ping timeout: 255 seconds)
3470 [22:49:01] *** Joins: _sfiguser (~sfigguser@replaced-ip )
3471 [22:49:20] *** Quits: jackNemrod (~Thunderbi@replaced-ip ) (Ping timeout: 260 seconds)
3472 [22:49:20] *** jackNemrod_ is now known as jackNemrod
3473 [22:49:22] *** Joins: chachasmooth (~chachasmo@replaced-ip )
3474 [22:50:05] <darsie> Why does "aptitude install libgl1-nvidia-legacy-340xx-glx:386" say "Couldn't find any package whose name or description matched "libgl1-nvidia-legacy-340xx-glx:386"" when replaced-url
3475 [22:50:22] <darsie> I could download and install it with dpkg.
3476 [22:51:11] *** Quits: nibble_zero (~nibble_ze@replaced-ip ) (Quit: ChatZilla 0.9.93 [Firefox 55.0/20170803103124])
3477 [22:51:36] *** Quits: jhutchins_wk (~jonathan@replaced-ip ) (Quit: Lost terminal)
3478 [22:51:44] *** Quits: VeronicaX11 (~Eli_Rieke@replaced-ip ) (Quit: Leaving.)
3479 [22:52:17] *** Quits: Bootable-Man (~textual@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
3480 [22:52:57] *** Quits: linmob (~picard@replaced-ip ) (Quit: Leaving)
3481 [22:53:01] *** Quits: Ambassador (~Ambassado@replaced-ip ) (Quit: Leaving)
3482 [22:53:25] *** Joins: SaltySolomon (~Solo@replaced-ip )
3483 [22:54:28] <jmcnaught> !bat
3484 [22:54:28] *** Joins: pk12 (~pk12@replaced-ip )
3485 [22:54:28] <dpkg> In order to troubleshoot your problem with apt-get, apt or aptitude we need ALL OF THE FOLLOWING information: 1. complete output of your apt-get/apt/aptitude run (including the command used) 2. output from "apt-cache policy pkg1 pkg2..." for ALL packages mentioned ANYWHERE in the problem, and 3. "apt-cache policy". Use replaced-url
3486 [22:54:32] <jmcnaught> darsie: ^^
3487 [22:57:37] <lavenders> i freshly installed deb9 from amd64 dvd and my sources.lsit is empty, what links do i have to add now to prevent dvd not found error?
3488 [22:57:44] *** Quits: peterrooney (~peter@replaced-ip ) (Ping timeout: 260 seconds)
3489 [22:58:24] <lavenders> is there a template for /etc/apt/sources.list ?
3490 [22:58:26] <darsie> jmcnaught: replaced-url
3491 [22:58:40] <greycat> !stretch sources.list
3492 [22:58:41] <dpkg> A suitable /etc/apt/sources.list for "Stretch" has three lines: "deb replaced-url
3493 [22:59:13] *** Quits: nova (~nova@replaced-ip ) (Quit: Leaving)
3494 [23:00:19] *** Joins: moozer (~moz@replaced-ip )
3495 [23:00:22] *** Quits: LtL (~ltl@replaced-ip ) (Quit: WeeChat 1.6)
3496 [23:00:39] *** Quits: srg___ (~srg@replaced-ip ) (Quit: srg___)
3497 [23:01:24] *** Quits: freenoodle (~jr@replaced-ip ) (Quit: freenoodle)
3498 [23:01:28] *** Quits: ws2k3 (freenodeyc@replaced-ip ) (Remote host closed the connection)
3499 [23:01:45] *** Quits: futex (~quassel@replaced-ip ) (Remote host closed the connection)
3500 [23:01:56] *** Quits: JPT (~jpt@replaced-ip ) (Remote host closed the connection)
3501 [23:02:08] *** Joins: Achylles (~Achylles@replaced-ip )
3502 [23:03:01] *** Joins: n4dir (~user@replaced-ip )
3503 [23:04:57] *** Quits: gacekjk (~gacekjk@replaced-ip ) (Ping timeout: 240 seconds)
3504 [23:05:01] *** Quits: f0ff (~f0ff@replaced-ip ) (Remote host closed the connection)
3505 [23:06:23] *** Joins: pink_money_king (~pink_mone@replaced-ip )
3506 [23:06:30] *** Joins: saintcajetan (uid84331@replaced-ip )
3507 [23:06:51] *** Quits: raid28 (~IceChat9@replaced-ip ) (Quit: -)
3508 [23:07:05] *** Joins: JPT (~jpt@replaced-ip )
3509 [23:07:25] *** Quits: SpikeHeron (~DutchIngr@replaced-ip ) (Quit: WeeChat 1.9)
3510 [23:08:13] *** Quits: B[]rG (~tuptidup@replaced-ip ) (Remote host closed the connection)
3511 [23:08:31] *** Joins: B[]rG (~tuptidup@replaced-ip )
3512 [23:08:40] *** Quits: greycat (~wooledg@replaced-ip ) (Quit: They see me clawin' the love seat / They won't do nothin' 'cause I'm cute and furry)
3513 [23:09:01] *** debhelper sets mode: +l 1678
3514 [23:09:02] <darsie> I downloaded and installed libgl1-nvidia-legacy-340xx-glx_340.102-1_i386.deb: replaced-url
3515 [23:09:08] <darsie> "Generating /boot/initrd.img-4.9.0-3-amd64"
3516 [23:09:27] *** Quits: bazhang_ (~bazhang@replaced-ip ) (Ping timeout: 240 seconds)
3517 [23:11:20] *** Quits: B[]rG (~tuptidup@replaced-ip ) (Remote host closed the connection)
3518 [23:11:30] *** Joins: Raf_ (~raf@replaced-ip )
3519 [23:11:37] *** Joins: dethos (~dethos@replaced-ip )
3520 [23:11:53] <johnkeates> why are you trying a 32-bit lib on 64-bit debian
3521 [23:11:55] *** Quits: johnkeates (~johnkeate@replaced-ip ) ()
3522 [23:12:04] <darsie> cause steam misses it.
3523 [23:13:17] <darsie> And replaced-url
3524 [23:13:57] <darsie> For Jessie and Sid. I have Stretch.
3525 [23:14:09] <darsie> and a legacy nvidia card.
3526 [23:14:12] *** Joins: lift (~lift@replaced-ip )
3527 [23:14:25] *** Joins: th0r_ (~th0r@replaced-ip )
3528 [23:14:27] *** Quits: baptist (~baptsk@replaced-ip ) (Ping timeout: 240 seconds)
3529 [23:14:29] *** Quits: SpeccyMan (~nick@replaced-ip ) (Quit: 'Goodbye')
3530 [23:15:15] *** Joins: Tom-_ (~tomg@replaced-ip )
3531 [23:15:27] *** Joins: baptist (~baptsk@replaced-ip )
3532 [23:15:56] *** Quits: Raf_ (~raf@replaced-ip ) (Client Quit)
3533 [23:16:03] *** Joins: Bootable-Man (~textual@replaced-ip )
3534 [23:16:06] *** Quits: pk12 (~pk12@replaced-ip ) (Ping timeout: 240 seconds)
3535 [23:16:19] <darsie> jmcnaught: Did you find out why aptitude doesn't find it?
3536 [23:17:11] *** Joins: LtL (~ltl@replaced-ip )
3537 [23:17:59] *** Joins: SpikeHeron (~DutchIngr@replaced-ip )
3538 [23:18:16] *** Quits: th0r (~th0r@replaced-ip ) (Ping timeout: 255 seconds)
3539 [23:19:45] <jelly> ,v libgl1-nvidia-legacy-340xx-glx --arch i386
3540 [23:19:46] <judd> Package: libgl1-nvidia-legacy-340xx-glx on i386 -- jessie-backports/non-free: 340.102-1~bpo8+1; stretch/non-free: 340.102-1; sid/non-free: 340.102-2; buster/non-free: 340.102-2
3541 [23:20:26] *** Quits: pink_money_king (~pink_mone@replaced-ip ) (Remote host closed the connection)
3542 [23:21:07] *** Quits: sbasso (~sbasso@replaced-ip ) (Remote host closed the connection)
3543 [23:21:14] <jmcnaught> darsie: your paste replaced-url
3544 [23:21:49] *** Joins: sbasso (~sbasso@replaced-ip )
3545 [23:22:29] <darsie> jmcnaught: yes
3546 [23:23:23] *** Quits: sbasso (~sbasso@replaced-ip ) (Read error: Connection reset by peer)
3547 [23:23:33] <jmcnaught> darsie: and steam works now?
3548 [23:23:35] *** Joins: sbasso (~sbasso@replaced-ip )
3549 [23:23:36] *** Joins: pk12 (~pk12@replaced-ip )
3550 [23:23:51] *** Quits: Nh3xus (~Nh3xus@replaced-ip ) (Quit: Leaving)
3551 [23:24:21] <darsie> I doubt it, cause it's not fully installed. but I'll try. Also I haven't rebooted. It created an initrd.
3552 [23:24:49] <darsie> Now says: You are missing the following 32-bit libraries, and Steam may not run: libnvidia-tls.so.340.102 libnvidia-glcore.so.340.102
3553 [23:25:37] *** Quits: wallbroken (~weight23@replaced-ip ) (Ping timeout: 260 seconds)
3554 [23:26:21] *** Quits: Pr0metheus (~nezos@replaced-ip ) (Quit: Pr0metheus)
3555 [23:28:56] *** Quits: Henry151 (~bishop@replaced-ip ) (Ping timeout: 255 seconds)
3556 [23:28:57] *** Quits: netzfisch (~Thunderbi@replaced-ip ) (Ping timeout: 240 seconds)
3557 [23:29:01] <jelly> judd: file libnvidia-glcore.so.340.102 --arch i386
3558 [23:29:05] <judd> Search for libnvidia-glcore.so.340.102 in stretch/i386: libnvidia-legacy-340xx-glcore: usr/lib/i386-linux-gnu/libnvidia-glcore.so.340.102
3559 [23:29:05] <darsie> My repository has it: replaced-url
3560 [23:29:55] <jelly> darsie: this stuff is split into a dozen packages, and picking them all up for multiarch is a bit of a pain
3561 [23:29:57] *** Quits: vegenaise (~vegenaise@replaced-ip ) (Ping timeout: 240 seconds)
3562 [23:30:18] *** Quits: fax (~fax@replaced-ip ) (Quit: Konversation terminated!)
3563 [23:30:26] *** Joins: netzfisch (~Thunderbi@replaced-ip )
3564 [23:30:30] *** Quits: _sfiguser (~sfigguser@replaced-ip ) (Ping timeout: 240 seconds)
3565 [23:30:32] <darsie> Yeah, I'd prefer to let aptitude install the dependencies.
3566 [23:30:40] <jelly> I'm using 64bit chrome on an otherwise 32bit installation, with nvidia-driver, and I wasted more than an hour making it work
3567 [23:31:06] <jelly> so do aptitude install libnvidia-legacy-340xx-glcore:i386
3568 [23:32:15] <jelly> and ask the bot about the other library as well, /msg judd file libnvidia-tls.so.340.102 --arch i386
3569 [23:32:37] *** Joins: rgr (~rgr@replaced-ip )
3570 [23:33:05] <darsie> that worked appearently.
3571 [23:33:13] <darsie> but the otherone is still broken.
3572 [23:33:27] <darsie> Could using a different repository help?
3573 [23:34:04] *** Quits: gert_ (~gert@replaced-ip ) (Ping timeout: 276 seconds)
3574 [23:34:38] *** Quits: netzfisch (~Thunderbi@replaced-ip ) (Client Quit)
3575 [23:34:57] *** Quits: Vizva (~Vizva@replaced-ip ) (Remote host closed the connection)
3576 [23:35:51] <jelly> there's no need to use a different repository if all the stuff you need is in this one
3577 [23:36:02] *** Joins: ings (~ings@replaced-ip )
3578 [23:36:05] <jelly> and you merely haven't installed all of it, yet
3579 [23:36:28] *** Quits: ings (~ings@replaced-ip ) (Client Quit)
3580 [23:37:29] <darsie> but manually resolving dependencies and downloading and installing sucks.
3581 [23:37:48] <jelly> you don't have to do it manually
3582 [23:37:52] <jelly> apt-get install libgl1-nvidia-legacy-340xx-glx:i386
3583 [23:38:00] <jelly> or apt, or aptitude
3584 [23:38:06] <darsie> root@b:~# aptitude install libgl1-nvidia-legacy-340xx-glx:386Couldn't find any package whose name or description matched "libgl1-nvidia-legacy-340xx-glx:386" Unable to apply some actions, aborting
3585 [23:38:17] *** Quits: eldee (~eldee@replaced-ip ) (Remote host closed the connection)
3586 [23:38:17] <jelly> :i386 not :386
3587 [23:38:25] <darsie> ahhhh
3588 [23:38:49] <darsie> thank you!
3589 [23:39:00] *** debhelper sets mode: +l 1669
3590 [23:39:33] *** Joins: mueslo (~quassel@replaced-ip )
3591 [23:39:57] <jelly> typos happen. you're welcome
3592 [23:40:33] *** Quits: earthundead (~earthunde@replaced-ip ) (Remote host closed the connection)
3593 [23:41:58] *** RalphBa is now known as RalphBa|Bed
3594 [23:42:16] <mueslo> hey, I just upgraded from jessie to stretch, but now ssl (or at least python ssl) seems to be broken. anyone have some pointers what to do?
3595 [23:42:27] <mueslo> replaced-url
3596 [23:42:37] *** Quits: dave4925 (dave4925@replaced-ip ) (Quit: meh)
3597 [23:42:37] *** Quits: nolsen (nolsen@replaced-ip##) (Quit: SuchZNC - Such ZNC, many free, w0w... -- ##replaced-url
3598 [23:43:28] *** Joins: _sfiguser (~sfigguser@replaced-ip )
3599 [23:43:29] *** Quits: thiras (~thiras@replaced-ip ) (Ping timeout: 248 seconds)
3600 [23:43:42] <mueslo> seems to me like it can't find root CAs to verify against
3601 [23:43:50] <mueslo> but ca-certificates is installed
3602 [23:44:31] *** Quits: n4dir (~user@replaced-ip ) (Quit: Leaving.)
3603 [23:45:01] *** Parts: waynr (~waynr@replaced-ip )
3604 [23:45:13] *** Joins: vegenaise (~vegenaise@replaced-ip )
3605 [23:45:16] *** Quits: jackNemrod (~Thunderbi@replaced-ip ) (Quit: jackNemrod)
3606 [23:45:59] *** Quits: Macieko0 (~maciek@replaced-ip ) (Quit: Macieko0)
3607 [23:47:04] *** Quits: elkalamar (~elkalamar@replaced-ip ) (Ping timeout: 276 seconds)
3608 [23:47:06] *** Quits: moozer (~moz@replaced-ip ) (Ping timeout: 240 seconds)
3609 [23:47:45] *** Quits: chachasmooth (~chachasmo@replaced-ip ) (Ping timeout: 248 seconds)
3610 [23:48:24] *** Joins: LinuxFire (~LinuxFire@replaced-ip )
3611 [23:48:32] *** Quits: LinuxFire (~LinuxFire@replaced-ip ) (Client Quit)
3612 [23:48:37] <mueslo> openssl s_client -connect replaced-url
3613 [23:48:37] <mueslo> for example gets me Verify return code: 20 (unable to get local issuer certificate)
3614 [23:48:57] *** Joins: chachasmooth (~chachasmo@replaced-ip )
3615 [23:49:00] *** debhelper sets mode: +l 1662
3616 [23:49:30] *** Quits: darsie (~username@replaced-ip##) (Quit: KVIrc 4.2.0 Equilibrium ##replaced-url
3617 [23:49:54] *** Joins: elkalamar (~elkalamar@replaced-ip )
3618 [23:49:55] *** Quits: zuiss1 (~zuiss1@replaced-ip ) (Quit: zuiss1)
3619 [23:50:43] *** Joins: gonegirl (~gonegirl@replaced-ip )
3620 [23:50:47] *** Quits: gonegirl (~gonegirl@replaced-ip ) (Client Quit)
3621 [23:51:30] *** Quits: OS-30434 (~OS-30434@replaced-ip ) (Ping timeout: 240 seconds)
3622 [23:52:10] *** Joins: soee (~soee@replaced-ip )
3623 [23:52:25] *** Quits: baptist (~baptsk@replaced-ip ) (Ping timeout: 255 seconds)
3624 [23:52:33] *** Quits: doyle (~doyle@replaced-ip ) (Ping timeout: 248 seconds)
3625 [23:52:47] *** Joins: peterrooney (~peter@replaced-ip )
3626 [23:54:31] *** Joins: Owner (~Owner@replaced-ip )
3627 [23:54:40] <Owner> what happened to build-essential exactly?
3628 [23:55:00] *** Joins: darsie (~username@replaced-ip )
3629 [23:55:03] <darsie> yay, steam works and the computer reboots well. thx everyone!
3630 [23:55:36] *** Quits: jubo2 (~juboxi@replaced-ip ) (Ping timeout: 240 seconds)
3631 [23:56:29] *** Joins: baptist (~baptsk@replaced-ip )
3632 [23:56:32] *** Joins: rpifan (~rpifan@replaced-ip )
3633 [23:56:40] *** Quits: sh00p (~z@replaced-ip ) (Read error: Connection reset by peer)
3634 [23:57:55] <mueslo> okay, /etc/ssl/certs/ca-certificates.crt is empty
3635 [23:57:55] <mueslo> what
3636 [23:58:35] *** Quits: HarveyPwca (~HarveyPwc@replaced-ip ) (Quit: The Pwca has left the building)
3637 [23:58:42] *** Quits: Bootable-Man (~textual@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
3638 [23:59:49] *** Quits: Silicium (~Silicium@replaced-ip ) (Quit: leaving)
↑ top
context: nick names on moving displays as market values
#debian Freenode IRC channel closed on 2021-06-01
contact: a @ her0. be