People who Joins , Parts or Quits a chatroom
this is #debian an IRC -Channel at freenode (freenode IRC service closed 2021-06-01)
0 [00:00:14] *** Quits: v01t (~v01t@replaced-ip ) (Remote host closed the connection)
1 [00:00:25] *** Joins: v01t (~v01t@replaced-ip )
2 [00:00:30] *** Joins: arosusi_ (~arosusi@replaced-ip )
3 [00:00:32] <SerajewelKS> GumShoe: if your motherboard supports SATA hotswap (most do!) then you should be able to power off, remove a disk, and boot it. then, with the system booted, plug the other disk back in. the kernel should notice it, re-add the raid partitions to their respective arrays, and rebuild the changed blocks.
4 [00:01:05] <SlidingHorn> dominix: There is no "taking turns" here. Ask the question, and if anyone knows the answer, they'll respond :)
5 [00:01:18] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 250 seconds)
6 [00:01:31] <dominix> I need to sort a field that contain number and colon like "x:y:z" if I use -n it sort on x only, if I not use -n it sort 10 before 2 ...
7 [00:01:43] *** Joins: Meteora (~meteora@replaced-ip )
8 [00:02:19] <dominix> how do I sort numerically on the whole "x:y:z"
9 [00:03:03] <SerajewelKS> GumShoe: theoretically you could also fail both PVs on a disk with the system on and yank the SATA cable
10 [00:03:05] *** Quits: kein31 (~root@replaced-ip ) (Ping timeout: 268 seconds)
11 [00:03:13] <SerajewelKS> though that's a bit of an extreme test
12 [00:03:35] <SerajewelKS> (this assumes you know which physical disk is which, so you don't yank the wrong cable...)
13 [00:03:54] *** Quits: ledeni (~ledeni@replaced-ip ) (Remote host closed the connection)
14 [00:04:19] *** Quits: arosusi (~arosusi@replaced-ip ) (Ping timeout: 268 seconds)
15 [00:04:41] <SerajewelKS> GumShoe: don't be surprised if, after attaching the detached disk, you cat /proc/mdstat and see UU with no recovery progress bar. with a write-intent bitmap, the recovery is going to be very fast especially since you won't have written many blocks.
16 [00:04:43] *** Joins: kein31 (~root@replaced-ip )
17 [00:05:20] *** Quits: slack_ (~slack@replaced-ip ) (Read error: Connection reset by peer)
18 [00:06:10] *** Quits: BCMM (~BCMM@replaced-ip ) (Ping timeout: 268 seconds)
19 [00:06:27] *** Quits: colo-work (~colo-work@replaced-ip ) (Ping timeout: 244 seconds)
20 [00:07:19] *** Quits: Ericounet (~Eric@replaced-ip ) (Remote host closed the connection)
21 [00:08:54] *** Joins: mavhc (~mavhc@replaced-ip )
22 [00:09:42] <jmcnaught> dominix: did you try -V instead of -n (the version sort)?
23 [00:09:46] *** Joins: colo-work (~colo-work@replaced-ip )
24 [00:09:52] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 268 seconds)
25 [00:10:33] <dominix> thanks jmcnaught: I didn't know this option
26 [00:10:47] *** Quits: ski7777 (~quassel@replaced-ip ) (Ping timeout: 240 seconds)
27 [00:11:26] <dominix> it works well
28 [00:11:29] <GumShoe> @SerajewelKS replaced-url
29 [00:11:47] <jmcnaught> dominix: nice
30 [00:12:03] <SerajewelKS> GumShoe: perfect. now, without powering down, you should be able to plug in the other disk and it should rebuild the changed blocks.
31 [00:12:05] <GumShoe> @SerajewelKS Doesn't seem to be reassembling. It booted off of either drive alone which is very cool!
32 [00:12:20] <GumShoe> They're both plugged in now
33 [00:12:22] <dominix> do you know how to sort the same way with perl ?
34 [00:12:36] <SerajewelKS> GumShoe: waaaaait
35 [00:12:43] <SerajewelKS> GumShoe: you booted from one drive then shut down and booted from the other
36 [00:12:45] <SerajewelKS> ?
37 [00:13:04] <SerajewelKS> tell me you didn't do that
38 [00:13:43] *** Joins: cCkw (~ejakuk@replaced-ip )
39 [00:13:57] *** Joins: Poster (~poster@replaced-ip )
40 [00:14:02] *** debhelper sets mode: +l 1496
41 [00:14:03] <GumShoe> @SerajewelKS I can't tell you that.
42 [00:14:07] <SerajewelKS> fuck man
43 [00:14:11] <SerajewelKS> you desynced the array
44 [00:14:18] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 250 seconds)
45 [00:14:49] <GumShoe> @SerajewelKS booting from either drive was the test and goal of this confg... ??
46 [00:15:15] <SerajewelKS> yes but you have to resync the array in between those steps
47 [00:15:28] <GumShoe> @SerajewelKS You wanted me to do a hot swap I guess...
48 [00:15:32] <SerajewelKS> boot from disk A by itself. re-attach disk B, let it resync.
49 [00:15:40] <SerajewelKS> boot drom disk B by itself. re-attach disk A, let it resync.
50 [00:15:50] <SerajewelKS> you didn't re-attach the disk between booting from A and B
51 [00:15:54] <SerajewelKS> so you desynced the array
52 [00:16:17] <SerajewelKS> it's fixable, give me a moment to remember how to force a resync
53 [00:16:44] <GumShoe> @SerajewelKS On my fedora fc.22 the sync auto starts....
54 [00:17:03] <SerajewelKS> GumShoe: yes but you never gave it a chance to sync
55 [00:17:08] *** Quits: Thedarkb-T60 (~Thedarkb-@replaced-ip ) (Ping timeout: 245 seconds)
56 [00:17:10] <SerajewelKS> you booted from A, then shut down and booted from B
57 [00:17:20] <SerajewelKS> this means the system wrote to A. then it booted B and wrote _different_ stuff to B.
58 [00:17:30] <SerajewelKS> the state of the disks diverged; the arrays desynced
59 [00:17:41] <SerajewelKS> they now contain _different_ and _incompatible_ filesystem changes
60 [00:17:58] *** Quits: littlekitty (uid234006@replaced-ip ) (Quit: Connection closed for inactivity)
61 [00:18:00] <SerajewelKS> after booting from only A, you needed to re-add B and let the array sync _before_ trying to boot from only B
62 [00:18:35] <GumShoe> sadness :-(
63 [00:18:58] *** Quits: pax (~Thunderbi@replaced-ip ) (Quit: pax)
64 [00:18:58] <GumShoe> Can I reassemble the array
65 [00:19:13] <SerajewelKS> GumShoe: my guess is that the kernel figured out that this is what happened and so it's refusing to sync by itself. show me: lsblk; mdadm --detail /dev/md0 /dev/md1
66 [00:19:31] <SerajewelKS> GumShoe: yes but we're going to have to force a _full_ resync now, to overwrite one of the copies with the other
67 [00:19:38] <SerajewelKS> they can't be reconciled anymore
68 [00:19:59] *** Joins: Ardit (~ard1t@replaced-ip )
69 [00:19:59] *** Quits: Ardit (~ard1t@replaced-ip ) (Changing host)
70 [00:19:59] *** Joins: Ardit (~ard1t@replaced-ip )
71 [00:20:24] *** Quits: tuxd00d (~tuxd00d@replaced-ip ) (Quit: tuxd00d)
72 [00:21:10] <GumShoe> @SerajewelKS replaced-url
73 [00:21:18] *** Joins: mavhc (~mavhc@replaced-ip )
74 [00:21:47] <SerajewelKS> GumShoe: oh this is interesting. it took /boot from one disk but the LVM PV from the other. i wonder why it did that... it's not a problem, but it's strange.
75 [00:22:25] <SerajewelKS> okay so... we need to clobber the raid information from the disks that aren't present. if you see here, sdb2 is the active disk for /boot and sda3 is the active disk for the LVM.
76 [00:22:38] *** Quits: mspe (~mspe@replaced-ip ) (Read error: Connection reset by peer)
77 [00:22:43] <SerajewelKS> so: mdadm --zero-superblock /dev/sda2 && mdadm --zero-superblock /dev/sdb3
78 [00:22:53] <SerajewelKS> this will destroy the raid metadata on the two partitions that we need to fully resync
79 [00:23:03] *** Quits: wool (~famiglia@replaced-ip ) (Quit: leaving)
80 [00:23:06] *** Joins: mspe (~mspe@replaced-ip )
81 [00:23:38] *** Joins: rpifan_ (~rpifan@replaced-ip )
82 [00:23:47] *** Joins: concept10 (~textual@replaced-ip )
83 [00:23:55] *** Joins: faw (~faw@replaced-ip )
84 [00:24:08] *** Quits: rpifan (~rpifan@replaced-ip ) (Ping timeout: 268 seconds)
85 [00:24:27] *** rpifan_ is now known as rpifan
86 [00:24:31] *** Quits: Meteora (~meteora@replaced-ip ) (Remote host closed the connection)
87 [00:24:48] *** Quits: Spr1ng (~Spr1ng@replaced-ip ) (Quit: WeeChat 2.2)
88 [00:24:58] *** Joins: got11_ (~live@replaced-ip )
89 [00:25:19] *** Joins: mtn (~mtn@replaced-ip )
90 [00:25:35] <GumShoe> @SerajewelKS mdadm didn't complain
91 [00:25:50] <SerajewelKS> GumShoe: good. now, let's resync /boot first since that should go quickly: mdadm --manage /dev/md0 --add /dev/sda2 && mdadm --detail /dev/md0
92 [00:25:54] *** Quits: martastain (~martastai@replaced-ip ) (Ping timeout: 268 seconds)
93 [00:27:30] *** Quits: Haudegen (~quassel@replaced-ip ) (Remote host closed the connection)
94 [00:28:15] <GumShoe> @SerajewelKS That worked. It's already assembled UU replaced-url
95 [00:28:30] <SerajewelKS> nice
96 [00:28:49] <SerajewelKS> okay, now the other: mdadm --manage /dev/md1 --add /dev/sdb3 && mdadm --detail /dev/md1 && cat /proc/mdstat
97 [00:29:18] <SerajewelKS> we specifically do want this to take a long time. if it goes too quickly, that means it's using the write-intent bitmap and that's what we don't want.
98 [00:29:26] *** Quits: Poffer (~Poffer@replaced-ip ) (Quit: My iMac has gone to sleep. ZZZzzz…)
99 [00:32:06] <SerajewelKS> GumShoe: you can "watch cat /proc/mdstat" to monitor mdstat every two seconds
100 [00:32:06] <GumShoe> @SerajewelKS 32545.0min to go. Anything to speed it up other than increasing dev.raid.speed_limit_max = 200000
101 [00:32:12] *** Joins: stitched_unicorn (~Red@replaced-ip )
102 [00:32:39] <SerajewelKS> GumShoe: nope, but the system should be usable while it syncs. note that the initial raid setup would have done a full sync as well.
103 [00:32:47] *** Joins: fstd_ (~fstd@replaced-ip )
104 [00:32:56] *** Quits: damien (~damien@replaced-ip ) (Quit: Leaving)
105 [00:33:07] *** Joins: TheMightyQuinn5 (~quinn@replaced-ip )
106 [00:33:14] <SerajewelKS> GumShoe: note that you can safely reboot and the resync will continue from where it left off
107 [00:33:15] *** Quits: aloo_shu (~atomic@replaced-ip ) (Disconnected by services)
108 [00:33:18] *** Joins: bongobongo57 (~atomic@replaced-ip )
109 [00:33:55] *** bongobongo57 is now known as aloo_shu
110 [00:34:02] <GumShoe> @SerajewelKS Should be done about midnight MST
111 [00:34:03] <SerajewelKS> obviously you don't have redundancy until the resync completes, but otherwise you can continue to use the system as normal
112 [00:34:22] *** Quits: shpx (~shpx@replaced-ip ) (Quit: shpx)
113 [00:34:33] <GumShoe> @SerajewelKS Well the next thing I would do is start adding packages galore...
114 [00:34:40] <SerajewelKS> GumShoe: yep, feel free
115 [00:34:49] *** Crypto is now known as Uberius
116 [00:34:55] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 258 seconds)
117 [00:34:57] <SerajewelKS> and next time you test this, make sure you resync between checking each disk :P
118 [00:34:57] *** Joins: macmittens99 (~macmitten@replaced-ip )
119 [00:35:19] <SerajewelKS> i gotta get home for dinner
120 [00:35:21] *** Joins: shpx (~shpx@replaced-ip )
121 [00:35:35] <GumShoe> @SerajewelKS Is that better accomplished with apt-get groupinstall or with tasksel install xxxxx
122 [00:35:42] <SerajewelKS> at this point you're pretty much done with the install, now you can start setting the system up for what you want to do with it
123 [00:35:46] <SerajewelKS> GumShoe: that's up to you
124 [00:35:54] *** Quits: fstd (~fstd@replaced-ip ) (Ping timeout: 244 seconds)
125 [00:35:54] *** fstd_ is now known as fstd
126 [00:36:00] <SerajewelKS> personally, i prefer installing individual packages
127 [00:36:14] <GumShoe> @SerajewelKS Before you get away...
128 [00:36:29] <GumShoe> @SerajewelKS Thank you for last night and this afternoon. Very much!
129 [00:36:43] <SerajewelKS> no problem, i like tinkering with this stuff
130 [00:36:57] <GumShoe> @SerajewelKS Is it ok to add packages during the sync?
131 [00:37:03] <SerajewelKS> good luck with your system. if you hilight me in this channel and i don't respond, feel free to PM me so i remember to reply.
132 [00:37:14] <SerajewelKS> yes, it's fine. the system should be 100% working at this point.
133 [00:37:20] <GumShoe> @SerajewelKS I'm much more comfortable with LVM now - and liking it.
134 [00:37:42] <SerajewelKS> the only "problem" is that your raid isn't redundant until the resync completes. e.g. if sdb dies then the system is gone.
135 [00:38:04] <SerajewelKS> everything else should work just fine, though it may be a bit slow as the resync is stealing iops
136 [00:38:08] <GumShoe> @SerajewelKS I know how to reinstall it now! :-)
137 [00:38:13] <SerajewelKS> :)
138 [00:38:26] <GumShoe> @SerajewelKS 'night
139 [00:38:41] <SerajewelKS> basically, everything should work functionally. but performance may be slightly worse until the resync completes.
140 [00:38:44] <SerajewelKS> night!
141 [00:39:06] *** Quits: Nekojimi (~jimj316@replaced-ip ) (Remote host closed the connection)
142 [00:39:23] *** Joins: mavhc (~mavhc@replaced-ip )
143 [00:42:23] *** Quits: macmittens99 (~macmitten@replaced-ip ) (Remote host closed the connection)
144 [00:44:12] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 250 seconds)
145 [00:44:15] *** Joins: serard (~serard@replaced-ip )
146 [00:44:18] *** Joins: RonWhoCares (~rpiggott@replaced-ip )
147 [00:44:38] <RonWhoCares> When I do sudo apt install php-devel I am getting the error unable to locate package
148 [00:45:32] <LtL> RonWhoCares: it's php-dev
149 [00:45:37] <RonWhoCares> ahh
150 [00:45:44] <RonWhoCares> Bother
151 [00:45:50] <RonWhoCares> the people at ##php told me to come here
152 [00:46:01] <RonWhoCares> I'm playing the IRC ping pong
153 [00:46:06] *** Joins: prince_jammys (~mischa@replaced-ip )
154 [00:46:25] *** Joins: takesi (~kei@replaced-ip )
155 [00:47:54] *** Quits: mspe (~mspe@replaced-ip ) (Quit: Leaving)
156 [00:48:25] *** Parts: dominix (cbb9a2f0@replaced-ip ) ()
157 [00:48:43] *** Quits: RebelCoder (~RebelCode@replaced-ip ) (Ping timeout: 258 seconds)
158 [00:49:33] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
159 [00:50:05] *** Quits: Gurty (~princess@replaced-ip ) (Read error: Connection timed out)
160 [00:50:42] *** Quits: hypn0 (~h@replaced-ip ) (Ping timeout: 250 seconds)
161 [00:52:14] *** Joins: mavhc (~mavhc@replaced-ip )
162 [00:52:54] *** Joins: otmi (~Thunderbi@replaced-ip )
163 [00:53:54] *** Joins: Thedarkb-T60 (~Thedarkb-@replaced-ip )
164 [00:54:51] *** Joins: daniel-s (~daniel-s@replaced-ip )
165 [00:54:58] *** Joins: BrianG61UK (~BrianG61U@replaced-ip )
166 [00:54:58] <SlidingHorn> RonWhoCares: LtL was telling you the name of the package, not to go elsewhere :)
167 [00:55:08] <RonWhoCares> oh
168 [00:55:12] <RonWhoCares> I am sorry
169 [00:55:15] <RonWhoCares> I am physically tired
170 [00:55:16] <SlidingHorn> no worries :)
171 [00:55:42] *** Joins: ledeni (~ledeni@replaced-ip )
172 [00:56:00] *** Joins: dunhills (~dunhills@replaced-ip )
173 [00:56:21] *** Quits: _Vi (~vi@replaced-ip ) (Ping timeout: 252 seconds)
174 [00:56:46] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 250 seconds)
175 [00:57:18] *** Joins: Gurty (~princess@replaced-ip )
176 [00:57:19] *** Quits: Gurty (~princess@replaced-ip ) (Changing host)
177 [00:57:19] *** Joins: Gurty (~princess@replaced-ip )
178 [00:57:51] *** Quits: johnjay (~pi@replaced-ip ) (Ping timeout: 246 seconds)
179 [00:58:13] *** Joins: ExoUNX (~ExoUNX@replaced-ip )
180 [00:58:53] *** Joins: krytarik (~krytarik@replaced-ip )
181 [00:59:07] *** Quits: mrig (~mrig@replaced-ip ) (Ping timeout: 240 seconds)
182 [00:59:43] *** Joins: johnjay (~pi@replaced-ip )
183 [01:00:22] *** Quits: gerforce (~gerforce@replaced-ip ) (Quit: WeeChat 1.6)
184 [01:01:14] *** Quits: takesi (~kei@replaced-ip ) (Quit: leaving)
185 [01:02:06] *** Quits: shpx (~shpx@replaced-ip ) (Quit: shpx)
186 [01:02:09] *** Quits: dunhills (~dunhills@replaced-ip ) (Remote host closed the connection)
187 [01:02:59] *** Quits: ch0wn_ (~tmp@replaced-ip ) (Ping timeout: 268 seconds)
188 [01:03:52] *** Joins: ellyacht (~Android@replaced-ip )
189 [01:04:06] *** Quits: yans (~yans@replaced-ip ) (Quit: chaos is the only true answer)
190 [01:04:34] *** Quits: finalbeta (~finalbeta@replaced-ip ) (Ping timeout: 252 seconds)
191 [01:05:06] <ellyacht> when I boot to command line to adjust some settings, how do I boot into desktop from that command line without having to reboot?
192 [01:06:12] *** Quits: rpifan (~rpifan@replaced-ip ) (Remote host closed the connection)
193 [01:07:00] <Tom-_> just exit
194 [01:07:38] *** Joins: shpx (~shpx@replaced-ip )
195 [01:08:08] <agio> hi,does anyone know how to specify the keysequence <ctrl + LEFT> in an aptitude config file. i.e. I am trying to set a custom binding for aptitude in /etc/apt/apt.conf.d/mykeymap , and I did this:
196 [01:08:13] <agio> Aptitude::UI::Keybindings "CyclePrev" ^[[1;5D;
197 [01:08:39] *** Quits: stefanc_diff (~stefanc_d@replaced-ip ) (Ping timeout: 258 seconds)
198 [01:08:41] <Tom-_> ellyacht, that line was for you
199 [01:08:42] <agio> but aptitude rejects the sequence ^[[1;5D
200 [01:09:14] <GumShoe> Whoze ready to rumble? which display manager gdm3 lightdm or sddm
201 [01:09:20] <ellyacht> Tom-_: lol ty I'll see if that works
202 [01:11:33] <ellyacht> that just freezes and it shows ---[ end trace 9755fhdjd ]---
203 [01:11:54] *** Quits: concept10 (~textual@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
204 [01:13:01] <Tom-_> hmm it used to work on sysvinit
205 [01:13:19] <ellyacht> Im Running Gnome desktop if that matters.
206 [01:13:43] *** Quits: ddp` (~ddp@replaced-ip ) (Ping timeout: 250 seconds)
207 [01:14:02] *** debhelper sets mode: +l 1486
208 [01:14:26] *** Joins: mr_robot (~mr_robot@replaced-ip )
209 [01:14:35] <ellyacht> I'm trying to use init=/bin/bash rw which works and I use passwd to change root, but if I were to reboot well than I'd be right back where I started. get what I'm saying?
210 [01:15:09] <Tom-_> ah i thought you were using 'System recovery' mode
211 [01:15:18] *** Quits: serard (~serard@replaced-ip ) (Ping timeout: 252 seconds)
212 [01:15:24] <Tom-_> i guess you'll have to use systemd
213 [01:15:30] <Tom-_> but you can try "exec init"
214 [01:16:11] *** Joins: snowgoggles (~snowgoggl@replaced-ip )
215 [01:16:14] *** Quits: TheMightyQuinn5 (~quinn@replaced-ip ) (Quit: TheMightyQuinn5)
216 [01:17:51] <ellyacht> I'm curious would this work 'echo "exec gnome-session" > ~/.xinitrc'
217 [01:18:13] <Tom-_> yeah maybe
218 [01:18:41] *** Joins: ddp` (~ddp@replaced-ip )
219 [01:18:48] <ellyacht> systemd? hows that work?
220 [01:19:12] *** Quits: mr_robot (~mr_robot@replaced-ip ) (Client Quit)
221 [01:19:34] *** Joins: mr_robot (~mr_robot@replaced-ip )
222 [01:20:03] <Tom-_> it's just the default init system in debian nowadays
223 [01:20:05] *** Joins: mavhc (~mavhc@replaced-ip )
224 [01:20:07] *** Quits: mr_robot (~mr_robot@replaced-ip ) (Client Quit)
225 [01:20:08] *** Quits: argusbr (~donw@replaced-ip ) (Remote host closed the connection)
226 [01:20:30] <Tom-_> if you run init=/bin/sh then you're not using it. to boot your system after using that you have to run exec init or some other init program
227 [01:20:56] <ellyacht> nevermind don't answer that lol
228 [01:21:03] *** Quits: otmi (~Thunderbi@replaced-ip ) (Quit: otmi)
229 [01:21:35] *** Quits: frostschutz (~frostschu@replaced-ip ) (Remote host closed the connection)
230 [01:22:00] <ellyacht> so I just did 'gnome-session' out of curiosity, and I got Gtk-warning **: cannot open display :
231 [01:22:50] <ellyacht> did you see my thing about gnome-session?
232 [01:24:03] <jim> ellyacht, what happens when you run: echo $DISPLAY ?
233 [01:24:12] *** Joins: thadthemad (~thadthema@replaced-ip )
234 [01:25:10] <ellyacht> OK one second I'll try
235 [01:25:16] <jim> I'm thinking maybe your DISPLAY variable isn't set
236 [01:25:49] <ellyacht> I got it
237 [01:26:08] <ellyacht> Tom-_: was right
238 [01:26:15] <jim> was it a blank line? or did you get something like :0?
239 [01:27:00] <ellyacht> I did init=/bin/bash made my necessary changes and then just did exec init
240 [01:27:10] <ellyacht> thank you guys
241 [01:27:15] *** Quits: lead_pipe23_ (~Lead@replaced-ip ) (Ping timeout: 246 seconds)
242 [01:27:26] <jim> ok, and that might have started your display
243 [01:27:51] *** Joins: milkt (~debian@replaced-ip )
244 [01:28:16] *** Joins: lead_pipe23 (~Lead@replaced-ip )
245 [01:29:28] *** Joins: traveltissues (~belethapo@replaced-ip )
246 [01:29:46] *** Quits: greatgatsby (~greatgats@replaced-ip ) (Quit: Leaving)
247 [01:30:34] *** Quits: ledeni (~ledeni@replaced-ip ) (Ping timeout: 250 seconds)
248 [01:31:26] *** Quits: k8 (~kak@replaced-ip ) (Remote host closed the connection)
249 [01:33:07] *** Joins: lll3N1GmAlll__ (~lll3N1GmA@replaced-ip )
250 [01:33:11] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 258 seconds)
251 [01:33:34] <agio> has anyone here made entries in apt's config files?
252 [01:35:06] *** Quits: ellyacht (~Android@replaced-ip ) (Quit: -a- Connection Timed Out)
253 [01:35:12] *** Joins: ellyacht (~Android@replaced-ip )
254 [01:35:26] *** Parts: ellyacht (~Android@replaced-ip ) ()
255 [01:36:03] *** Quits: sloucher (sid168007@replaced-ip ) ()
256 [01:37:18] *** Joins: sloucher (sid168007@replaced-ip )
257 [01:37:34] *** Quits: shpx (~shpx@replaced-ip ) (Quit: shpx)
258 [01:38:22] <jim> agio, I started running a debian package cache, and I had to put something in one of the apt config files to point at the IP of the apt-cacher
259 [01:38:22] *** Quits: chomwitt (~chomwitt@replaced-ip ) (Ping timeout: 250 seconds)
260 [01:38:22] *** Quits: traveltissues (~belethapo@replaced-ip ) (Ping timeout: 250 seconds)
261 [01:38:43] <jim> (I didn't learn it in general though)
262 [01:39:27] <agio> jim: yeah, im putting entries in /etc/apt/apt.conf.d/ aand they are not taking effer
263 [01:39:30] *** Joins: mavhc (~mavhc@replaced-ip )
264 [01:39:32] <agio> effect
265 [01:39:51] *** Quits: jfoy_ (~jfoy@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
266 [01:40:18] <jim> ok, I'm not generally versed in apt configuration...
267 [01:40:25] <jim> what dist are you running?
268 [01:40:50] <agio> you are lucky - apt configuration is difficutlt
269 [01:40:54] <agio> debiuan
270 [01:40:56] <agio> debian
271 [01:41:06] <jim> which version of debian?
272 [01:41:34] <agio> well im maintaining a few systems mostly debian and some ubuntu
273 [01:41:40] <agio> stretch
274 [01:41:42] *** Joins: shpx (~shpx@replaced-ip )
275 [01:41:59] <agio> apt has a whole special syntax
276 [01:42:25] <jim> agio, ok, so the debian you altered the configs of is a debian stretch?
277 [01:42:36] <agio> yes
278 [01:42:45] *** Quits: shpx (~shpx@replaced-ip ) (Client Quit)
279 [01:43:04] *** Quits: aloo_shu (~atomic@replaced-ip ) (Ping timeout: 268 seconds)
280 [01:43:16] *** Joins: ski7777 (~quassel@replaced-ip )
281 [01:44:01] *** debhelper sets mode: +l 1480
282 [01:44:02] <jim> ok, -maybe- the best place for you to ask about apt config for that, is, there's a channel here, #debian and someone there should be able to help you (for sure better than I can :)
283 [01:44:40] <agio> this is #debian ...
284 [01:44:55] *** Quits: f10 (~flo@replaced-ip ) (Ping timeout: 268 seconds)
285 [01:46:50] *** Quits: phouque (~phouque@replaced-ip ) (Quit: Leaving)
286 [01:47:28] *** Quits: Christian75 (~Christian@replaced-ip ) (Ping timeout: 250 seconds)
287 [01:47:53] *** Joins: thatpythonguy (~john@replaced-ip )
288 [01:49:14] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 268 seconds)
289 [01:49:24] <themill> agio: you probably need to say what you've tried, what happens, what makes you think it's not working etc
290 [01:49:59] <agio> I tried adding the lines:
291 [01:50:21] <agio> Aptitude::UI::Keybindings "CyclePrev" "C-h";
292 [01:50:30] <agio> into the files:
293 [01:50:45] <agio> /etc/apt/apt.conf.d/keymaps
294 [01:50:48] <agio> and then
295 [01:50:59] <agio> /root/.aptitude/config
296 [01:51:29] <agio> but when I start aptitude the keybindings dont take effect
297 [01:52:30] *** Quits: thoraxe (~thoraxe@replaced-ip ) (Quit: WeeChat 2.2)
298 [01:53:00] *** Quits: \\Mr_C\\ (mrc@replaced-ip ) (Quit: (Read error: Connection reset by beer))
299 [01:53:07] *** Quits: Class7 (~Class7@replaced-ip ) (Ping timeout: 240 seconds)
300 [01:54:01] *** Joins: Class7 (~Class7@replaced-ip )
301 [01:54:24] *** Quits: OS-41278 (~OS-41278@replaced-ip ) (Ping timeout: 250 seconds)
302 [01:56:37] *** Quits: thadthemad (~thadthema@replaced-ip##) (Quit: Mutter: ##replaced-url
303 [01:56:56] *** Joins: \\Mr_C\\ (mrc@replaced-ip )
304 [01:57:51] *** Joins: aloo_shu (~atomic@replaced-ip )
305 [01:58:09] *** Quits: BrianG61UK (~BrianG61U@replaced-ip ) (Read error: Connection reset by peer)
306 [01:58:13] *** Quits: Ricardo__ (~rick@replaced-ip ) (Ping timeout: 252 seconds)
307 [01:59:07] *** Quits: Ardit (~ard1t@replaced-ip##) (Quit: Nettalk6 - ##replaced-url
308 [01:59:43] *** Joins: prasket (sid256211@replaced-ip )
309 [02:00:02] *** Joins: shpx (~shpx@replaced-ip )
310 [02:00:42] *** Joins: Christian75 (~Christian@replaced-ip )
311 [02:00:51] <themill> I would expect that Keybindings was a list not a single config value
312 [02:01:06] *** Quits: de-facto (~de-facto@replaced-ip ) (Quit: See you around.)
313 [02:01:21] *** Joins: mavhc (~mavhc@replaced-ip )
314 [02:01:22] *** Joins: de-facto (~de-facto@replaced-ip )
315 [02:01:23] *** Quits: kunwon1 (~kunwon1@replaced-ip ) (Read error: Connection reset by peer)
316 [02:02:17] *** Joins: kunwon1 (~kunwon1@replaced-ip )
317 [02:02:35] *** Joins: k8 (~g8@replaced-ip )
318 [02:02:49] <prasket> I just updated a few day old install of Debian Stretch and now getting "user not in sudoers file" message after rebooting after update. Root account is disabled so wasnt able to fix via recovery root stuff. Any ideas other than wipe/reinstall? Also ideas on what could have happened?
319 [02:03:09] *** Quits: k8 (~g8@replaced-ip ) (Remote host closed the connection)
320 [02:03:34] *** Joins: kekekakokaka (~8@replaced-ip )
321 [02:03:41] *** Quits: Gyro (~user@replaced-ip ) (Ping timeout: 272 seconds)
322 [02:04:08] *** Quits: kekekakokaka (~8@replaced-ip ) (Remote host closed the connection)
323 [02:04:39] *** Joins: kekekakokaka (~8@replaced-ip )
324 [02:04:47] *** Quits: azizLIGHT (~azizLIGHT@replaced-ip ) (Ping timeout: 240 seconds)
325 [02:05:24] *** Quits: painted (~fainted@replaced-ip ) (Quit: ...)
326 [02:05:27] <t3st3r> prasket> you can try something like init=/bin/bash in kernel command line and then use passwd to set password, or whatever you like.
327 [02:06:08] <t3st3r> usually requires physical access and ability to fiddle with boot loader and kernel command line
328 [02:06:25] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 268 seconds)
329 [02:06:52] <prasket> OK I do have access, its one of my notebooks in my lab.
330 [02:07:42] *** Quits: orbiter (~orbiter@replaced-ip ) ()
331 [02:08:53] <agio> I got it working, damn that was hard!
332 [02:09:41] *** Joins: f10 (~flo@replaced-ip )
333 [02:10:13] *** Joins: azizLIGHT (~azizLIGHT@replaced-ip )
334 [02:13:07] *** Quits: Essadon (~Essadon@replaced-ip ) (Quit: Qutting)
335 [02:13:09] <agio> themill: you were right about the syntax being off
336 [02:13:32] *** Quits: Gurty (~princess@replaced-ip ) (Read error: Connection timed out)
337 [02:14:02] *** debhelper sets mode: +l 1472
338 [02:14:05] *** Joins: Gurty (~princess@replaced-ip )
339 [02:14:06] *** Quits: Gurty (~princess@replaced-ip ) (Changing host)
340 [02:14:06] *** Joins: Gurty (~princess@replaced-ip )
341 [02:15:44] *** Joins: nous1024 (~nous1024@replaced-ip )
342 [02:16:14] *** Quits: vizius00 (~vizius00@replaced-ip ) (Read error: Connection reset by peer)
343 [02:16:21] *** Joins: mavhc (~mavhc@replaced-ip )
344 [02:16:25] *** Quits: kunwon1 (~kunwon1@replaced-ip ) (Read error: Connection reset by peer)
345 [02:17:38] *** Joins: kunwon1 (~kunwon1@replaced-ip )
346 [02:18:36] *** Joins: sparr (~sparr@replaced-ip )
347 [02:18:44] *** Joins: vizius00 (~vizius00@replaced-ip )
348 [02:18:45] *** Quits: teclo- (42@replaced-ip ) (Ping timeout: 268 seconds)
349 [02:19:07] <sparr> is there a log I can view or some other way I can see info about what happens when an hdmi cable is plugged in or unplugged
350 [02:19:09] <sparr> ?
351 [02:19:16] *** Joins: dreamon_ (~dreamon@replaced-ip )
352 [02:20:01] *** Joins: teclo- (42@replaced-ip )
353 [02:20:07] *** Quits: got11_ (~live@replaced-ip ) (Ping timeout: 240 seconds)
354 [02:22:36] *** Joins: Riddick (sprich01@replaced-ip )
355 [02:22:59] *** Quits: openjeff (~openjeff@replaced-ip ) (Quit: Leaving)
356 [02:23:01] *** Quits: dreamon (~dreamon@replaced-ip ) (Ping timeout: 258 seconds)
357 [02:23:22] <agio> sparr: try `udevadm monitor'
358 [02:23:32] *** Joins: openjeff (~openjeff@replaced-ip )
359 [02:23:50] <agio> or `tail -f ~/.local/share/xorg/xorg.log
360 [02:25:30] <sparr> thanks. I'm trying to get two external monitors working with a laptop dock. when I plug in the second one (HDMI) the first one (miniDP) goes blank and disappears from xrandr --listmonitors. It's still listed on the full xrandr output, but trying to do `xrandr --output DP-1-2 --mode 2560x1440` errors out with
361 [02:25:37] <sparr> "xrandr: Configure crtc 2 failed
362 [02:26:46] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 268 seconds)
363 [02:27:21] <friendofafriend> You may get some useful information from cec-client.
364 [02:27:23] *** Quits: teclo- (42@replaced-ip ) (Ping timeout: 268 seconds)
365 [02:27:27] *** Quits: stitched_unicorn (~Red@replaced-ip ) (Quit: stitched_unicorn)
366 [02:27:43] <agio> or try using arandr
367 [02:28:05] *** Joins: teclo- (42@replaced-ip )
368 [02:28:13] *** Quits: martian67| (~martian67@replaced-ip ) (Remote host closed the connection)
369 [02:28:29] *** Joins: martian67 (~martian67@replaced-ip )
370 [02:28:44] <SlidingHorn> sparr: are you using debian or ubuntu? I see you're asking in both channels...it's recommended to stick with the channel for your actual distro
371 [02:28:50] *** Joins: mavhc (~mavhc@replaced-ip )
372 [02:29:47] *** Joins: himcesjf_ (~cesjf@replaced-ip )
373 [02:29:55] *** Quits: him-cesjf (~cesjf@replaced-ip ) (Ping timeout: 258 seconds)
374 [02:30:18] *** Joins: ledeni (~ledeni@replaced-ip )
375 [02:30:44] *** Quits: Nokaji (~Nokaji@replaced-ip##) (Quit: 1/ Bombshell! Video Mashup Reveals Pathetic RussiaGate Coverage - ##replaced-url
376 [02:32:48] *** Joins: torbo (~user@replaced-ip )
377 [02:33:26] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 272 seconds)
378 [02:33:39] *** Quits: fedorafan (~fedorafan@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
379 [02:37:26] *** Joins: nighty- (~nighty@replaced-ip )
380 [02:37:50] <sparr> agio: arandr still calls xrandr behind the scenes and produces the same error. here'
381 [02:37:56] *** Joins: cckwjr (~ejakuk@replaced-ip )
382 [02:38:00] <sparr> sorry about the line breaks, getting used to a new keyboard
383 [02:38:57] <agio> did udevadm monitor give you any useful info?
384 [02:40:06] <sparr> friendofafriend: cec-client can't see anything, probably because both monitors appear as displayport devices (DP-_-_ in xrandr)
385 [02:40:47] *** Quits: cCkw (~ejakuk@replaced-ip ) (Ping timeout: 256 seconds)
386 [02:40:48] *** Quits: openjeff (~openjeff@replaced-ip ) (Remote host closed the connection)
387 [02:41:15] *** Quits: ddp` (~ddp@replaced-ip ) (Ping timeout: 250 seconds)
388 [02:41:22] *** Quits: Insanity_ (uid179350@replaced-ip ) (Quit: Connection closed for inactivity)
389 [02:41:53] <sparr> agio: sorry, missed that. replaced-url
390 [02:42:08] *** Joins: mavhc (~mavhc@replaced-ip )
391 [02:42:17] *** Joins: chalcedony (~chalcedon@replaced-ip )
392 [02:42:57] *** Quits: Prints (333@replaced-ip ) (Ping timeout: 258 seconds)
393 [02:44:49] *** Joins: slack_ (~slack@replaced-ip )
394 [02:45:21] *** Quits: prince_jammys (~mischa@replaced-ip ) (Ping timeout: 268 seconds)
395 [02:45:28] *** Quits: bluecray (~bluecray@replaced-ip ) (Ping timeout: 245 seconds)
396 [02:45:38] *** Quits: manuelschneid3r (~manuelsch@replaced-ip ) (Remote host closed the connection)
397 [02:45:44] *** Quits: Gurty (~princess@replaced-ip ) (Read error: Connection timed out)
398 [02:45:50] *** Joins: prince_jammys (~mischa@replaced-ip )
399 [02:46:11] *** Joins: ddp` (~ddp@replaced-ip )
400 [02:46:16] *** Joins: Gurty (~princess@replaced-ip )
401 [02:47:10] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 258 seconds)
402 [02:47:10] *** Quits: n_1-c_k (~nick@replaced-ip ) (Read error: Connection reset by peer)
403 [02:47:43] *** Joins: n_1-c_k (~nick@replaced-ip )
404 [02:49:11] *** Quits: Fye (~Fye@replaced-ip ) (Quit: Bye.)
405 [02:53:11] *** Joins: dvs (~hibbard@replaced-ip )
406 [02:53:16] *** Quits: ledeni (~ledeni@replaced-ip ) (Read error: Connection reset by peer)
407 [02:54:23] *** Joins: ledeni (~ledeni@replaced-ip )
408 [02:55:23] *** Quits: cckwjr (~ejakuk@replaced-ip ) (Quit: Leaving)
409 [02:55:50] *** Joins: cCkw (~ejakuk@replaced-ip )
410 [02:56:45] *** Joins: klaminite (~klaminite@replaced-ip )
411 [02:58:14] *** Joins: mavhc (~mavhc@replaced-ip )
412 [02:58:15] *** Joins: Tom01_ (~tom@replaced-ip )
413 [02:58:50] *** Quits: jas4711 (~smuxi@replaced-ip ) (Ping timeout: 268 seconds)
414 [02:58:59] *** Quits: pillupillu (~felix@replaced-ip ) (Read error: Connection reset by peer)
415 [02:59:16] *** Joins: pillupillu (~felix@replaced-ip )
416 [02:59:30] *** Quits: kekekakokaka (~8@replaced-ip ) (Quit: See You When I See You)
417 [02:59:59] *** Joins: m8 (~keight@replaced-ip )
418 [03:00:09] *** Quits: ledeni (~ledeni@replaced-ip ) (Read error: Connection reset by peer)
419 [03:00:22] *** m8 is now known as Guest35721
420 [03:00:56] *** Joins: ledeni (~ledeni@replaced-ip )
421 [03:01:16] *** Joins: jas4711 (~smuxi@replaced-ip )
422 [03:01:18] *** Quits: thatpythonguy (~john@replaced-ip ) (Ping timeout: 245 seconds)
423 [03:01:23] *** Joins: donofrio (~donofrio@replaced-ip )
424 [03:01:41] *** Quits: xet7 (~xet7@replaced-ip ) (Remote host closed the connection)
425 [03:01:56] *** Quits: Tom01 (~tom@replaced-ip ) (Ping timeout: 272 seconds)
426 [03:03:13] *** Quits: leorat (~rat@replaced-ip ) (Quit: leorat)
427 [03:05:37] *** Joins: finalbeta (~finalbeta@replaced-ip )
428 [03:06:51] *** Quits: donofrio (~donofrio@replaced-ip ) (Ping timeout: 268 seconds)
429 [03:06:56] *** Quits: ledeni (~ledeni@replaced-ip ) (Ping timeout: 268 seconds)
430 [03:07:12] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 250 seconds)
431 [03:07:57] *** Joins: ledeni (~ledeni@replaced-ip )
432 [03:09:11] *** Joins: mavhc (~mavhc@replaced-ip )
433 [03:09:14] *** Joins: Ooze (~Ooze@replaced-ip )
434 [03:10:14] *** Quits: shpx (~shpx@replaced-ip ) (Quit: shpx)
435 [03:11:23] *** Quits: deadz0 (~deadz0@replaced-ip ) (Remote host closed the connection)
436 [03:11:26] *** Quits: dreamon_ (~dreamon@replaced-ip ) (Ping timeout: 272 seconds)
437 [03:11:52] *** Quits: ledeni (~ledeni@replaced-ip ) (Client Quit)
438 [03:12:04] <SerajewelKS> GumShoe: one thing i forgot to mention is that debian will scrub your arrays every week by default. every sunday morning, IIRC.
439 [03:12:14] <SerajewelKS> so you don't have to worry about doing it by hand
440 [03:12:16] *** Quits: ddp` (~ddp@replaced-ip##) (Quit: ZNC 1.6.5+deb1+deb9u1 - ##replaced-url
441 [03:12:22] *** Quits: Brain (~brain@replaced-ip ) (Ping timeout: 246 seconds)
442 [03:12:30] *** Joins: ddp` (~ddp@replaced-ip )
443 [03:14:32] *** Joins: Thedarkb-X40 (~beno@replaced-ip )
444 [03:14:39] *** Joins: Prints (333@replaced-ip )
445 [03:14:39] *** Quits: pillupillu (~felix@replaced-ip ) (Ping timeout: 252 seconds)
446 [03:14:45] *** Quits: Prints (333@replaced-ip ) (Excess Flood)
447 [03:15:00] *** Joins: handsome_feng (~handsome_@replaced-ip )
448 [03:15:11] *** Joins: Prints (333@replaced-ip )
449 [03:15:13] *** Quits: Prints (333@replaced-ip ) (Excess Flood)
450 [03:15:29] *** Joins: Mazhive (~Mazhive@replaced-ip )
451 [03:15:42] *** Joins: Prints (333@replaced-ip )
452 [03:15:45] *** Joins: ledeni (~ledeni@replaced-ip )
453 [03:15:47] *** Quits: Prints (333@replaced-ip ) (Excess Flood)
454 [03:16:02] *** Quits: ledeni (~ledeni@replaced-ip ) (Remote host closed the connection)
455 [03:16:40] *** Joins: ledeni (~ledeni@replaced-ip )
456 [03:16:43] *** Joins: Prints (333@replaced-ip )
457 [03:16:48] *** Quits: Prints (333@replaced-ip ) (Excess Flood)
458 [03:17:59] *** Quits: MenschZwoNull_ (~MenschZwo@replaced-ip ) (Remote host closed the connection)
459 [03:18:02] *** Quits: Thedarkb-T60 (~Thedarkb-@replaced-ip ) (Ping timeout: 250 seconds)
460 [03:19:24] *** Joins: xdruppi_ (~xdruppi@replaced-ip )
461 [03:20:04] *** Quits: oo_miguel (~miguel@replaced-ip ) (Quit: WeeChat 1.6)
462 [03:21:36] *** Joins: Kruppt (~Kruppt@replaced-ip )
463 [03:22:12] *** Quits: lnslbrty (~NULL@replaced-ip ) (Ping timeout: 272 seconds)
464 [03:22:53] *** Quits: Thedarkb-X40 (~beno@replaced-ip ) (Ping timeout: 268 seconds)
465 [03:25:27] *** Joins: cdown (~cdown@replaced-ip )
466 [03:25:58] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 268 seconds)
467 [03:27:17] *** Joins: SuperDome (SuperDome@replaced-ip )
468 [03:27:44] *** Joins: cdown_ (~cdown@replaced-ip )
469 [03:30:06] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 258 seconds)
470 [03:30:10] *** cdown_ is now known as cdown
471 [03:30:51] *** Quits: vivid (~ViViD@replaced-ip ) (Quit: Leaving)
472 [03:31:28] *** Quits: hexnewbie (~hexnewbie@replaced-ip ) (Ping timeout: 250 seconds)
473 [03:31:48] *** Quits: n1ce (~n1ce@replaced-ip ) (Quit: Leaving Las Vegas)
474 [03:32:49] *** Quits: RB2 (~RB2@replaced-ip ) (Ping timeout: 250 seconds)
475 [03:33:02] *** Joins: hexnewbie (~hexnewbie@replaced-ip )
476 [03:33:40] *** Joins: RB2 (~RB2@replaced-ip )
477 [03:33:49] *** Quits: kingofmemes (~kingofmem@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
478 [03:34:01] *** debhelper sets mode: +l 1466
479 [03:34:12] *** Quits: Gurty (~princess@replaced-ip ) (Read error: Connection timed out)
480 [03:34:47] *** Joins: Gurty (~princess@replaced-ip )
481 [03:36:08] *** Joins: mavhc (~mavhc@replaced-ip )
482 [03:36:58] *** Joins: Tiera (~tiera@replaced-ip )
483 [03:38:27] *** Quits: tyranny12 (~blarg@replaced-ip ) (Ping timeout: 240 seconds)
484 [03:39:53] *** Joins: tyranny12 (~blarg@replaced-ip )
485 [03:40:22] *** Quits: v01t (~v01t@replaced-ip ) (Ping timeout: 246 seconds)
486 [03:40:35] *** Quits: xdruppi_ (~xdruppi@replaced-ip ) (Quit: xdruppi_)
487 [03:40:52] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 244 seconds)
488 [03:41:36] *** Quits: klaminite (~klaminite@replaced-ip ) (Ping timeout: 258 seconds)
489 [03:42:22] *** Joins: dreamon_ (~dreamon@replaced-ip )
490 [03:42:24] <GumShoe> @SerajewelKS Roger that.
491 [03:43:28] *** Quits: agentoak (~agentoak@replaced-ip ) (Quit: agentoak)
492 [03:43:56] *** Joins: agentoak (~agentoak@replaced-ip )
493 [03:44:34] *** Quits: dArK_IcE (~lawl@replaced-ip ) ()
494 [03:44:46] *** Joins: poiuyt (~porcupine@replaced-ip )
495 [03:44:52] *** Joins: BrianG61UK (~BrianG61U@replaced-ip )
496 [03:45:40] *** Quits: BrianG61UK (~BrianG61U@replaced-ip ) (Read error: Connection reset by peer)
497 [03:47:19] *** Joins: sidmo_ (~ident@replaced-ip )
498 [03:48:25] *** Joins: Prints (333@replaced-ip )
499 [03:48:31] *** Quits: zeden (~user@replaced-ip ) (Quit: WeeChat 2.3)
500 [03:49:16] *** Joins: kenlee (~kenlee@replaced-ip )
501 [03:49:21] *** Quits: cCkw (~ejakuk@replaced-ip ) (Ping timeout: 256 seconds)
502 [03:50:32] *** Quits: sidmo (~ident@replaced-ip ) (Ping timeout: 250 seconds)
503 [03:50:54] *** Quits: Tom01_ (~tom@replaced-ip ) (Remote host closed the connection)
504 [03:55:15] *** Parts: poiuyt (~porcupine@replaced-ip ) ()
505 [03:56:19] *** Joins: cdown_ (~cdown@replaced-ip )
506 [03:56:27] *** Joins: serard (~serard@replaced-ip )
507 [03:56:33] *** Quits: ddp` (~ddp@replaced-ip ) (Ping timeout: 252 seconds)
508 [03:57:14] *** Joins: cCkw (~ejakuk@replaced-ip )
509 [03:57:19] *** nyov is now known as Guest61275
510 [03:57:20] *** Quits: Guest61275 (~nyov@replaced-ip ) (Killed (asimov.freenode.net (Nickname regained by services)))
511 [03:57:27] *** Joins: nyov (~nyov@replaced-ip )
512 [03:58:49] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 250 seconds)
513 [03:58:58] *** cdown_ is now known as cdown
514 [03:59:21] *** Quits: Old_Dog (~Old_Dog@replaced-ip ) (Quit: Leaving)
515 [03:59:54] *** Quits: mibo (~mibo@replaced-ip ) (Remote host closed the connection)
516 [04:00:05] *** Joins: nirakara (~nurks@replaced-ip )
517 [04:00:35] *** Quits: banc (~banc@replaced-ip ) (Quit: Bye)
518 [04:01:26] *** Joins: ddp` (~ddp@replaced-ip )
519 [04:02:17] *** Quits: Resilience (~123456789@replaced-ip ) (Remote host closed the connection)
520 [04:02:35] *** Joins: Resilience (~HARTO-del@replaced-ip )
521 [04:05:07] *** Joins: nirakara_ (~nurks@replaced-ip )
522 [04:05:13] *** Joins: frotz47 (~matthew@replaced-ip )
523 [04:05:40] *** Joins: alex1a (~alex1a@replaced-ip )
524 [04:06:34] *** Joins: hufdufhv (~Thunderbi@replaced-ip )
525 [04:08:43] *** Quits: Kevlar_Noir (~manjaro-u@replaced-ip ) (Quit: Konversation terminated!)
526 [04:10:54] *** Joins: mavhc (~mavhc@replaced-ip )
527 [04:13:04] *** Quits: alex1a (~alex1a@replaced-ip ) (Quit: Leaving)
528 [04:13:08] *** Joins: Kevlar_Noir (~manjaro-u@replaced-ip )
529 [04:15:14] *** Joins: alex1a (~alex1a@replaced-ip )
530 [04:15:51] *** Joins: banc (~banc@replaced-ip )
531 [04:17:11] *** Joins: dirka (~dirka@replaced-ip )
532 [04:17:16] *** Parts: Resilience (~HARTO-del@replaced-ip ) ()
533 [04:18:15] *** Joins: sifar (~sifar@replaced-ip )
534 [04:18:47] *** Quits: alex1a (~alex1a@replaced-ip ) (Client Quit)
535 [04:19:15] *** Joins: alex1a (~alex1a@replaced-ip )
536 [04:19:31] *** Quits: krabador (~krabador@replaced-ip ) (Remote host closed the connection)
537 [04:19:33] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 258 seconds)
538 [04:23:00] *** Quits: ml| (~ml|@replaced-ip ) (Ping timeout: 272 seconds)
539 [04:23:48] *** Quits: alex1a (~alex1a@replaced-ip ) (Client Quit)
540 [04:24:27] *** Joins: alex1a (~alex1a@replaced-ip )
541 [04:25:15] *** Quits: Tiera (~tiera@replaced-ip ) (Ping timeout: 268 seconds)
542 [04:27:49] *** Quits: hufdufhv (~Thunderbi@replaced-ip ) (Quit: hufdufhv)
543 [04:28:01] *** Quits: alex1a (~alex1a@replaced-ip ) (Client Quit)
544 [04:28:35] *** Joins: alex1a (~alex1a@replaced-ip )
545 [04:28:42] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 272 seconds)
546 [04:30:43] *** Joins: Class7_ (~Class7@replaced-ip )
547 [04:30:50] *** Quits: Tom-_ (~tomg@replaced-ip ) (Ping timeout: 250 seconds)
548 [04:31:57] *** Quits: monstar (~mitya@replaced-ip ) (Ping timeout: 268 seconds)
549 [04:33:20] *** Joins: Tom-_ (~tomg@replaced-ip )
550 [04:33:32] *** Quits: alex1a (~alex1a@replaced-ip ) (Quit: Leaving)
551 [04:33:34] *** Quits: amcorreia (~amcorreia@replaced-ip ) (Ping timeout: 244 seconds)
552 [04:33:42] *** Quits: frotz47 (~matthew@replaced-ip ) (Remote host closed the connection)
553 [04:33:58] *** Joins: donofrio (~donofrio@replaced-ip )
554 [04:34:25] *** Quits: Class7 (~Class7@replaced-ip ) (Ping timeout: 268 seconds)
555 [04:36:30] *** Joins: ml| (~ml|@replaced-ip )
556 [04:36:53] *** Joins: own3dz (~alex1a@replaced-ip )
557 [04:38:00] *** Joins: mavhc (~mavhc@replaced-ip )
558 [04:38:23] *** Quits: own3dz (~alex1a@replaced-ip ) (Client Quit)
559 [04:38:44] *** Quits: d0rm0us3 (~Any@replaced-ip ) (Ping timeout: 244 seconds)
560 [04:38:50] *** Quits: donofrio (~donofrio@replaced-ip ) (Ping timeout: 272 seconds)
561 [04:39:15] *** Joins: own3dz (~alex1a@replaced-ip )
562 [04:39:25] *** Joins: d0rm0us3 (~Any@replaced-ip )
563 [04:39:25] *** Quits: d0rm0us3 (~Any@replaced-ip ) (Changing host)
564 [04:39:25] *** Joins: d0rm0us3 (~Any@replaced-ip )
565 [04:39:38] *** Joins: cdown (~cdown@replaced-ip )
566 [04:42:01] *** Joins: debiantonio (~Antonio@replaced-ip )
567 [04:42:12] *** Joins: debiantonio_ (~Antonio@replaced-ip )
568 [04:42:39] *** Quits: dirka (~dirka@replaced-ip ) (Remote host closed the connection)
569 [04:43:13] *** Quits: debiantonio_ (~Antonio@replaced-ip ) (Client Quit)
570 [04:43:13] *** Quits: debiantonio (~Antonio@replaced-ip ) (Client Quit)
571 [04:44:04] *** Quits: derlg_ (uid337581@replaced-ip ) (Quit: Connection closed for inactivity)
572 [04:44:51] *** Quits: ml| (~ml|@replaced-ip ) (Ping timeout: 258 seconds)
573 [04:47:06] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 246 seconds)
574 [04:52:46] *** Joins: citypw (~citypw@replaced-ip )
575 [04:55:22] *** Quits: runlevel7 (~runlevel7@replaced-ip ) (Read error: Connection reset by peer)
576 [04:56:58] *** Joins: melissa666 (~melissa66@replaced-ip )
577 [04:57:38] *** Quits: d0rm0us3 (~Any@replaced-ip ) (Quit: Leaving)
578 [04:57:49] *** Joins: d9a (~d9a@replaced-ip )
579 [04:57:55] *** Joins: d0rm0us3 (~Any@replaced-ip )
580 [04:57:55] *** Quits: d0rm0us3 (~Any@replaced-ip ) (Changing host)
581 [04:57:55] *** Joins: d0rm0us3 (~Any@replaced-ip )
582 [04:58:05] *** Joins: ml| (~ml|@replaced-ip )
583 [04:58:09] *** Parts: d9a (~d9a@replaced-ip ) ()
584 [04:58:14] *** Joins: cash4au (~Android@replaced-ip )
585 [04:59:10] *** Joins: runlevel7 (~runlevel7@replaced-ip )
586 [04:59:44] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 272 seconds)
587 [04:59:45] *** Quits: cash4au (~Android@replaced-ip ) (Client Quit)
588 [05:05:10] *** Joins: mavhc (~mavhc@replaced-ip )
589 [05:06:01] *** Joins: cdown (~cdown@replaced-ip )
590 [05:06:22] *** Quits: plasmoduck (~textual@replaced-ip ) (Remote host closed the connection)
591 [05:07:30] *** Quits: ddp` (~ddp@replaced-ip ) (Ping timeout: 252 seconds)
592 [05:07:43] *** Joins: plasmoduck (~textual@replaced-ip )
593 [05:08:12] *** Joins: cdown_ (~cdown@replaced-ip )
594 [05:08:28] *** Joins: [b0b] (~bob@replaced-ip )
595 [05:10:15] *** Joins: ddp` (~ddp@replaced-ip )
596 [05:10:33] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 246 seconds)
597 [05:10:34] *** cdown_ is now known as cdown
598 [05:11:08] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 272 seconds)
599 [05:11:18] *** Quits: b0b (~bob@replaced-ip ) (Ping timeout: 245 seconds)
600 [05:11:20] *** [b0b] is now known as b0b
601 [05:13:59] *** Quits: sifar (~sifar@replaced-ip ) (Quit: Bye)
602 [05:14:22] *** Quits: ml| (~ml|@replaced-ip ) (Ping timeout: 258 seconds)
603 [05:16:16] *** Joins: mavhc (~mavhc@replaced-ip )
604 [05:19:30] *** Quits: Olipro (~Olipro@replaced-ip ) (Ping timeout: 252 seconds)
605 [05:22:26] <m_g_lewis> Why does my Debian 9.6 mount partitions on my second HDD in /media instead of in /mnt when the Filesystem Hierarchy Standard says /media is for removeable media like CDROMs?
606 [05:23:07] *** Joins: BeerHall (~Thunderbi@replaced-ip )
607 [05:24:21] <dvs> m_g_lewis, why is it being mounted on /mnt? I thought that /mnt was user defined.
608 [05:24:37] *** Quits: ddp` (~ddp@replaced-ip ) (Ping timeout: 250 seconds)
609 [05:25:01] *** Joins: Cabanoss- (~Cabanossi@replaced-ip )
610 [05:25:06] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 264 seconds)
611 [05:25:07] <friendofafriend> It's automount doing it.
612 [05:25:24] *** Joins: thunderrd (~thunderrd@replaced-ip )
613 [05:26:55] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 268 seconds)
614 [05:26:58] <m_g_lewis> dvs: A partition on my second HDD gets mounted in /media instead of /mnt where temporarily mounted files systems should be mounted according to the Filesystem Hierarchy Standard ... replaced-url
615 [05:27:39] *** Joins: ml| (~ml|@replaced-ip )
616 [05:27:47] <m_g_lewis> Its a partition I use for backup purposes...
617 [05:28:35] <m_g_lewis> Debian buries it in /media/root/Debian_Backup instead of /mnt/Debian_Backup...
618 [05:28:48] *** Joins: cdown_ (~cdown@replaced-ip )
619 [05:28:54] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 250 seconds)
620 [05:28:58] *** cdown_ is now known as cdown
621 [05:28:59] <dvs> m_g_lewis, As friendofafriend mentioned, /media is used by automount. I haven't had drives mounted on /mnt unless I manually specify it.
622 [05:29:25] *** Joins: ddp` (~ddp@replaced-ip )
623 [05:29:33] <m_g_lewis> dvs: OK, I understnd now...thanks!
624 [05:29:41] <dvs> np
625 [05:29:51] <m_g_lewis> Thanks friendofafriend...
626 [05:29:56] *** Joins: spacemanspam (~weechat@replaced-ip )
627 [05:31:30] *** Quits: snowgoggles (~snowgoggl@replaced-ip ) (Remote host closed the connection)
628 [05:32:25] *** Parts: torbo (~user@replaced-ip ) ("ERC (IRC client for Emacs 26.1)")
629 [05:32:36] *** Joins: xdruppi (b517d60d@replaced-ip )
630 [05:33:33] *** Quits: nimbleark (~nimbleark@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
631 [05:33:44] *** Parts: xdruppi (b517d60d@replaced-ip ) ()
632 [05:34:14] <m_g_lewis> I guess my question would then be why doesn't automount follow the standard and mount it in /mnt since it is not removeable media and therefore should not be mounted in /media?
633 [05:34:18] *** Joins: mavhc (~mavhc@replaced-ip )
634 [05:34:42] *** Joins: SuperKaramba (~TaxDodger@replaced-ip )
635 [05:35:03] *** Quits: BenderRodriguez (~TaxDodger@replaced-ip ) (Ping timeout: 246 seconds)
636 [05:35:57] <m_g_lewis> I just find it annoying to have a long path name for that partition...I guess I'll just have to mount it in fstab to mount at boot, right?
637 [05:36:03] *** Joins: lnslbrty (~NULL@replaced-ip )
638 [05:37:29] <friendofafriend> You're welcome, m_g_lewis.
639 [05:37:36] <friendofafriend> Yep, fstab is the way to go.
640 [05:38:00] <dvs> yep
641 [05:38:01] <friendofafriend> And if you're really crafty, you'll specify the partition with UUID from the "blkid" program.
642 [05:38:10] <m_g_lewis> Thanks again...
643 [05:38:11] *** Joins: bltzfsck (~bill@replaced-ip )
644 [05:38:21] <m_g_lewis> Right...
645 [05:38:23] <friendofafriend> Super welcome, m_g_lewis.
646 [05:38:31] *** Quits: Kevlar_Noir (~manjaro-u@replaced-ip ) (Quit: Konversation terminated!)
647 [05:38:36] * dvs shudders at udev
648 [05:39:24] <friendofafriend> UUID is nice for if your drive letters get changed somehow. Maybe if you add drives later, that could happen.
649 [05:40:13] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 244 seconds)
650 [05:40:21] <bltzfsck> i've been reading the "Debian Handbook" to get reacquainted with things, and it seems pretty out of date
651 [05:40:25] *** Quits: thePiGrepper (~nagato@replaced-ip ) (Ping timeout: 246 seconds)
652 [05:40:45] <bltzfsck> is there a better general exposition of stretch?
653 [05:40:46] <dvs> no surprise
654 [05:41:34] *** Joins: thePiGrepper (~nagato@replaced-ip )
655 [05:43:13] <bltzfsck> a lot of the networking stuff is deprecated. some of the info on environment
656 [05:44:20] <agio> bltzfsck: there is debianhandbook and also debian-reference
657 [05:44:21] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
658 [05:44:45] *** Joins: knert (~knerten@replaced-ip )
659 [05:46:37] <bltzfsck> agio: i assumed the "reference" would be super detailed. is it up-to-date?
660 [05:47:20] <agio> well, you said you wanted an "exposition"
661 [05:47:24] *** Quits: finalbeta (~finalbeta@replaced-ip ) (Read error: Connection reset by peer)
662 [05:47:52] *** Joins: finalbeta (~finalbeta@replaced-ip )
663 [05:48:01] <agio> so I assumed you wanted a overview - details would fill a warehouse
664 [05:48:10] <bltzfsck> right
665 [05:48:25] *** Quits: knerten (~knerten@replaced-ip ) (Ping timeout: 268 seconds)
666 [05:48:37] <bltzfsck> i'm really trying to get reacquainted after a long time
667 [05:48:41] <agio> I haven't found too many issues with out of dateness
668 [05:49:09] <bltzfsck> on the reference?
669 [05:49:12] *** Quits: milkt (~debian@replaced-ip ) (Quit: leaving)
670 [05:49:25] <agio> yes - reference
671 [05:49:41] *** Joins: sauvin (~sauvin@replaced-ip )
672 [05:49:49] <bltzfsck> ok i''ll get it
673 [05:50:17] <bltzfsck> been reading through and working the examples, and a lot of the stuff in the handbook is deprecated
674 [05:51:39] <agio> well there is handbook + reference + policy + developer manuals + maintainer guide + wiki + install guide
675 [05:51:59] <agio> + aptitude user-guide
676 [05:52:05] *** Joins: octet (~octet@replaced-ip )
677 [05:52:20] <bltzfsck> i just want to be an informed user
678 [05:52:21] <agio> amongst them - there is usually something relevant
679 [05:53:38] <octet> I am going to compile my own kernel. how can I ensure that it will have all of debians default menuconfig options, PLUS the config I enter?
680 [05:54:20] <joepublic> your first run of make menuconfig, just save and exit. you will see a message about how it used defaults from (whatever kernel you are currently running)
681 [05:54:38] <octet> okay, cool
682 [05:55:36] <friendofafriend> Oh, you want the default kernel config?
683 [05:55:56] <octet> I just want to ensure my new kernel will include everything I am currently using
684 [05:56:35] <friendofafriend> Right! You'll find that in the /boot/ directory.
685 [05:57:20] *** Joins: shingouz_ (~not@replaced-ip )
686 [05:57:27] <octet> yeah I saw that file, though i wasnt sure if it was easiest to just copy and paste stuff from there. I will try joepublic's method since it seems simple
687 [05:58:04] <joepublic> it just makes you a .config based on the .config of the running kernel
688 [05:58:24] <friendofafriend> Is that .config based on the running system, joepublic?
689 [05:58:51] <friendofafriend> I know there was more commonly /proc/config.gz , which I guess is largely gone now.
690 [05:59:05] <joepublic> depends on how you got the system running, I suppose. if you are booted from the kernel you most recently installed, then yes
691 [05:59:15] *** Quits: beaver (~none@replaced-ip ) (Quit: je contrôle le game, un peu comme Nintendo, oh seigneur je suis barjo…)
692 [05:59:47] <friendofafriend> I guess you could check for differences with a diff .config /boot/config-`uname -r`
693 [06:00:00] *** aloo_shu is now known as theReal_aloo_shu
694 [06:00:22] *** Quits: shingouz (~not@replaced-ip ) (Ping timeout: 258 seconds)
695 [06:00:28] *** Joins: v01t (~v01t@replaced-ip )
696 [06:00:31] *** Joins: macrobat (~beep@replaced-ip )
697 [06:00:37] *** Joins: mavhc (~mavhc@replaced-ip )
698 [06:01:58] *** Quits: m_g_lewis (~melvin@replaced-ip ) (Remote host closed the connection)
699 [06:02:21] *** Joins: kingofmemes (~kingofmem@replaced-ip )
700 [06:04:52] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 250 seconds)
701 [06:05:04] *** Quits: own3dz (~alex1a@replaced-ip ) (Ping timeout: 268 seconds)
702 [06:05:18] *** Quits: ffernand (ffernand@replaced-ip ) (Ping timeout: 264 seconds)
703 [06:05:27] *** Quits: bltzfsck (~bill@replaced-ip ) (Ping timeout: 240 seconds)
704 [06:05:31] *** Joins: m_g_lewis (~melvin@replaced-ip )
705 [06:05:40] *** Quits: Nightmare (ddoscomin@replaced-ip ) (Ping timeout: 252 seconds)
706 [06:06:40] *** Joins: maxrazer (~maxrazer4@replaced-ip )
707 [06:07:00] *** Quits: lightx (~lightx@replaced-ip ) (Ping timeout: 268 seconds)
708 [06:07:12] *** Joins: beaver (~none@replaced-ip )
709 [06:07:18] *** Quits: cCkw (~ejakuk@replaced-ip ) (Quit: Leaving)
710 [06:07:50] *** Joins: lightx (~lightx@replaced-ip )
711 [06:08:14] *** Quits: everdred (~everdred@replaced-ip ) (Ping timeout: 268 seconds)
712 [06:08:26] *** Joins: pvdp (~pvdp@replaced-ip )
713 [06:08:48] *** Joins: Nightmare (ddoscomin@replaced-ip )
714 [06:08:58] *** Joins: everdred (~everdred@replaced-ip )
715 [06:09:00] *** Quits: ddp` (~ddp@replaced-ip ) (Ping timeout: 252 seconds)
716 [06:09:03] *** Quits: krytarik (~krytarik@replaced-ip ) (Quit: Залишаю)
717 [06:09:21] *** Joins: ffernand (ffernand@replaced-ip )
718 [06:09:47] *** Joins: kapil____ (uid36151@replaced-ip )
719 [06:09:50] *** Quits: Kruppt (~Kruppt@replaced-ip ) (Quit: Leaving)
720 [06:09:50] *** Joins: ddp` (~ddp@replaced-ip )
721 [06:10:19] *** Quits: melissa666 (~melissa66@replaced-ip ) (Remote host closed the connection)
722 [06:10:39] *** Joins: melissa666 (~melissa66@replaced-ip )
723 [06:11:35] *** Joins: mavhc (~mavhc@replaced-ip )
724 [06:11:52] *** Quits: earthnative (~nemo@replaced-ip ) (Ping timeout: 258 seconds)
725 [06:12:08] *** Quits: diniwed (~gavron@replaced-ip ) (Ping timeout: 245 seconds)
726 [06:12:42] *** Quits: PaddyF (~PaddyF@replaced-ip ) (Quit: bbl)
727 [06:14:24] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 268 seconds)
728 [06:15:44] *** Quits: nirakara_ (~nurks@replaced-ip ) (Ping timeout: 272 seconds)
729 [06:15:45] *** Quits: nirakara (~nurks@replaced-ip ) (Ping timeout: 272 seconds)
730 [06:16:59] *** Quits: Gurty (~princess@replaced-ip ) (Read error: Connection timed out)
731 [06:17:24] *** Quits: macrobat (~beep@replaced-ip ) (Ping timeout: 268 seconds)
732 [06:17:36] *** Joins: Gurty (~princess@replaced-ip )
733 [06:17:53] *** Joins: PaddyF (~PaddyF@replaced-ip )
734 [06:17:54] *** Quits: melissa666 (~melissa66@replaced-ip ) (Remote host closed the connection)
735 [06:18:23] *** Joins: melissa666 (~melissa66@replaced-ip )
736 [06:18:28] *** Quits: beaver (~none@replaced-ip ) (Quit: je contrôle le game, un peu comme Nintendo, oh seigneur je suis barjo…)
737 [06:18:35] *** Joins: own3dz (~alex1a@replaced-ip )
738 [06:18:38] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 268 seconds)
739 [06:18:39] *** Quits: c|oneman (znc@replaced-ip##) (Quit: ZNC 1.7.1 - ##replaced-url
740 [06:18:54] *** Joins: c|oneman (znc@replaced-ip )
741 [06:19:25] *** Joins: jasperarcola (~JasperArc@replaced-ip )
742 [06:23:15] *** Joins: nekoseam (~nekoseam@replaced-ip )
743 [06:23:31] <nekoseam> Is snes9x ever going to get re-added to debian?
744 [06:24:01] *** debhelper sets mode: +l 1459
745 [06:24:16] <c|oneman> what a strange question. Wouldn't it make more sense to use retroarch, which includes snes9x cores?
746 [06:24:24] *** Quits: Tom-_ (~tomg@replaced-ip ) (Ping timeout: 246 seconds)
747 [06:24:51] *** Quits: ddp` (~ddp@replaced-ip ) (Ping timeout: 250 seconds)
748 [06:24:57] <rant> nekoseam: you left before I looked into that the other day
749 [06:25:06] <rant> nekoseam: did you look at the bugs I posted?
750 [06:25:10] *** Quits: abff (~abff@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
751 [06:25:10] <nekoseam> yeah I had to deal with something
752 [06:25:15] <nekoseam> no I didn't
753 [06:25:32] <rant> nekoseam: the last available package is on the archives and it installs cleanly into stretch with all deps satisfied
754 [06:26:28] <rant> has to be the latest though as the 1.4x versions seem to have older glib and such deps
755 [06:26:36] *** Joins: abff (~abff@replaced-ip )
756 [06:26:39] <rant> the 1.5 though I tested myself
757 [06:26:52] <rant> !snes9x
758 [06:26:52] <dpkg> Snes9x is a portable, freeware Super Nintendo Entertainment System (SNES) emulator. Removed from Debian to resolve bug #617588 (RFP version 1.53 filed as #643595). replaced-url
759 [06:27:30] *** Quits: theReal_aloo_shu (~atomic@replaced-ip ) (Read error: Connection reset by peer)
760 [06:28:09] *** Joins: aloo_shu (~atomic@replaced-ip )
761 [06:29:30] *** Joins: derlg_ (uid337581@replaced-ip )
762 [06:29:44] *** Quits: fatalerrors (~fatalerro@replaced-ip ) (Ping timeout: 268 seconds)
763 [06:29:46] *** Joins: ddp` (~ddp@replaced-ip )
764 [06:30:59] *** Joins: fatalerrors (~fatalerro@replaced-ip )
765 [06:31:23] <nekoseam> I guess higan is still in. RetroArch has always had a "blegh" interface to me.
766 [06:34:29] *** Quits: nekoseam (~nekoseam@replaced-ip ) (Quit: nekoseam)
767 [06:35:51] *** Joins: grobi (~rtng@replaced-ip )
768 [06:36:13] <octet> I know some packages do stuff with the kernel, like nvidia-xconfig. will I run into issues if I install my custom kernel?
769 [06:36:19] *** Joins: trytus (c12ebbfc@replaced-ip )
770 [06:37:49] <octet> I like retroarch since it is an active project that is constantly improving
771 [06:38:04] <octet> cant wait to see it ported to ps4
772 [06:41:00] *** Quits: grobi (~rtng@replaced-ip ) (Ping timeout: 258 seconds)
773 [06:41:16] *** Joins: Tom-_ (~tomg@replaced-ip )
774 [06:43:15] *** Joins: mavhc (~mavhc@replaced-ip )
775 [06:45:15] *** Joins: GDiaX (~gdiax@replaced-ip )
776 [06:47:02] *** Joins: beaver (~none@replaced-ip )
777 [06:51:24] *** Joins: diogenes_ (~diogenes_@replaced-ip )
778 [06:51:40] *** Quits: iovec (uid171740@replaced-ip ) (Quit: Connection closed for inactivity)
779 [06:52:43] *** Joins: Kevlar_Noir (~manjaro-u@replaced-ip )
780 [06:53:01] <octet> after running the fakeroot line, it isnt moving. I wonder if it is actually compiling since it has been like this for 10mins. i7 cpu
781 [06:53:47] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 268 seconds)
782 [06:54:04] *** Joins: CyberManifest (~CyberMani@replaced-ip )
783 [06:55:34] <SerajewelKS> octet: check top?
784 [06:55:35] *** Quits: n_1-c_k (~nick@replaced-ip ) (Read error: Connection reset by peer)
785 [06:55:51] <octet> yeah, cpu was around 6%. going to try it all again with a clean folder
786 [06:56:02] *** Joins: zpercussionist (~ubuntu@replaced-ip )
787 [06:56:13] *** Joins: n_1-c_k (~nick@replaced-ip )
788 [06:56:40] <octet> I had a ssl cert error when doing the fakeroot line, and was told to comment it out in my .config. upon resuming, it didnt move
789 [06:58:08] *** Parts: zpercussionist (~ubuntu@replaced-ip ) ()
790 [06:59:45] *** Quits: teclo- (42@replaced-ip ) (Ping timeout: 246 seconds)
791 [07:01:46] *** Joins: teclo- (42@replaced-ip )
792 [07:02:21] <octet> it appears when I comment out CONFIG_MODULE_SIG_KEY="certs/signing_key.pem" it doesnt move
793 [07:03:15] *** Joins: vivid (~ViViD@replaced-ip )
794 [07:03:39] *** Joins: mavhc (~mavhc@replaced-ip )
795 [07:04:02] *** debhelper sets mode: +l 1466
796 [07:07:03] *** Quits: bmlzootown (~bmlzootow@replaced-ip ) (Ping timeout: 272 seconds)
797 [07:08:02] *** Quits: ChmEarl (~chmearl@replaced-ip ) (Quit: Leaving)
798 [07:08:29] *** Joins: johonogosi (~johonogos@replaced-ip )
799 [07:09:39] *** Joins: bmlzootown (~bmlzootow@replaced-ip )
800 [07:10:01] *** Quits: trytus (c12ebbfc@replaced-ip ) (Ping timeout: 256 seconds)
801 [07:10:31] *** himcesjf_ is now known as him-cesjf
802 [07:10:51] <octet> okay, made my own cert which should work
803 [07:11:35] *** Joins: macrobat (~beep@replaced-ip )
804 [07:11:47] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 240 seconds)
805 [07:14:28] *** Quits: GJdan (~dan@replaced-ip ) (Quit: WeeChat 2.2-dev)
806 [07:15:44] *** Joins: EdFletcherT137 (~bar@replaced-ip )
807 [07:16:43] *** Joins: pragomer (~pragomer@replaced-ip )
808 [07:19:28] *** Quits: cdown (~cdown@replaced-ip ) (Remote host closed the connection)
809 [07:19:44] *** Joins: ulterior (~quassel@replaced-ip )
810 [07:21:20] *** Joins: conta (~Thunderbi@replaced-ip )
811 [07:22:17] *** Joins: Poffer (~Poffer@replaced-ip )
812 [07:22:30] *** Quits: johonogosi (~johonogos@replaced-ip ) (Quit: johonogosi)
813 [07:23:26] *** Joins: cdown (~cdown@replaced-ip )
814 [07:24:51] *** Joins: pistola_ (~pistola@replaced-ip )
815 [07:24:57] *** Quits: cdown (~cdown@replaced-ip ) (Remote host closed the connection)
816 [07:25:16] *** Joins: martian67| (~martian67@replaced-ip )
817 [07:26:06] *** Joins: super_gollum (~ich@replaced-ip )
818 [07:26:23] *** Quits: martian67 (~martian67@replaced-ip ) (Ping timeout: 256 seconds)
819 [07:27:08] *** Joins: martastain (~martastai@replaced-ip )
820 [07:29:31] *** Joins: mavhc (~mavhc@replaced-ip )
821 [07:30:47] *** Quits: CrystalMath (~coderain@replaced-ip##) (Quit: Support Free Software - ##replaced-url
822 [07:30:57] *** Joins: SketchPlane (~cym@replaced-ip )
823 [07:31:26] *** Parts: SketchPlane (~cym@replaced-ip ) ("Konversation terminated!")
824 [07:32:16] *** Joins: Tiera (~tiera@replaced-ip )
825 [07:32:48] *** Joins: cdown (~cdown@replaced-ip )
826 [07:34:02] *** debhelper sets mode: +l 1472
827 [07:34:39] *** Quits: GDiaX (~gdiax@replaced-ip ) (Read error: Connection reset by peer)
828 [07:35:06] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 268 seconds)
829 [07:35:54] *** Joins: upie (~upie@replaced-ip )
830 [07:36:35] *** Quits: michaelni (~michael@replaced-ip ) (Ping timeout: 258 seconds)
831 [07:37:19] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 246 seconds)
832 [07:38:22] *** Quits: martastain (~martastai@replaced-ip ) (Ping timeout: 246 seconds)
833 [07:39:07] *** Quits: faw (~faw@replaced-ip ) (Ping timeout: 240 seconds)
834 [07:39:13] *** Quits: Tiera (~tiera@replaced-ip ) (Remote host closed the connection)
835 [07:41:08] *** Joins: hejux (~hejux@replaced-ip )
836 [07:41:58] *** Quits: thePiGrepper (~nagato@replaced-ip ) (Ping timeout: 268 seconds)
837 [07:42:57] *** Joins: llucenic (~Thunderbi@replaced-ip )
838 [07:43:12] *** Quits: bheron__ (~heron@replaced-ip ) (Remote host closed the connection)
839 [07:43:35] *** Joins: bheron__ (~heron@replaced-ip )
840 [07:44:31] *** Joins: bestucan (~weechat@replaced-ip )
841 [07:44:32] *** Quits: Poster (~poster@replaced-ip ) (Ping timeout: 250 seconds)
842 [07:46:14] *** Joins: Ericounet (~Eric@replaced-ip )
843 [07:47:59] *** Quits: EdFletcherT137 (~bar@replaced-ip ) (Quit: Leaving)
844 [07:48:05] *** Joins: thePiGrepper (~nagato@replaced-ip )
845 [07:49:06] <RonWhoCares> I am am having an issue with Nginx redirects from replaced-url
846 [07:49:29] *** Joins: michaelni (~michael@replaced-ip )
847 [07:50:30] *** Joins: Poster (~poster@replaced-ip )
848 [07:51:49] *** Quits: dez (uid92154@replaced-ip ) (Quit: Connection closed for inactivity)
849 [07:51:54] *** Quits: mikas (mikas@replaced-ip ) (Remote host closed the connection)
850 [07:55:28] *** Joins: tmiland (~c0a80209@replaced-ip )
851 [08:00:10] *** Quits: spacemanspam (~weechat@replaced-ip ) (Read error: Connection reset by peer)
852 [08:00:26] *** Quits: troys (~troy@replaced-ip ) (Quit: WeeChat 2.3)
853 [08:00:46] *** Joins: Anna20 (52c18ca4@replaced-ip )
854 [08:00:56] *** Quits: Anna20 (52c18ca4@replaced-ip ) (Client Quit)
855 [08:01:19] *** Quits: Kevlar_Noir (~manjaro-u@replaced-ip ) (Quit: Konversation terminated!)
856 [08:03:25] *** Joins: donofrio (~donofrio@replaced-ip )
857 [08:03:28] *** Joins: iflema (~ian@replaced-ip )
858 [08:03:42] *** Quits: [diablo] (~diablo]@replaced-ip ) (Remote host closed the connection)
859 [08:03:53] *** Joins: Pjusur (~Pjusur@replaced-ip )
860 [08:06:04] *** Joins: tdn (~tdn@replaced-ip )
861 [08:07:37] *** Joins: olegfusion (~olegfusio@replaced-ip )
862 [08:07:50] *** Quits: tdn (~tdn@replaced-ip ) (Client Quit)
863 [08:09:20] *** Quits: sidmo_ (~ident@replaced-ip ) (Quit: Konversation terminated!)
864 [08:10:25] <SlidingHorn> RonWhoCares: do you have an example of a path not being passed?
865 [08:10:32] *** Quits: alexandros_tab__ (~quassel@replaced-ip ) (Ping timeout: 250 seconds)
866 [08:10:34] *** Quits: alexandros_tab_ (~quassel@replaced-ip ) (Ping timeout: 244 seconds)
867 [08:10:52] <RonWhoCares> SlidingHorn: I put the web site back online. What is outputing is a standard "404" error page
868 [08:10:58] *** Quits: alexandros_c_ (~quassel@replaced-ip ) (Ping timeout: 250 seconds)
869 [08:11:05] *** Quits: alexandros_c (~quassel@replaced-ip ) (Ping timeout: 244 seconds)
870 [08:11:50] *** Quits: upie (~upie@replaced-ip ) (Ping timeout: 250 seconds)
871 [08:12:22] *** Joins: mavhc (~mavhc@replaced-ip )
872 [08:13:06] *** Joins: tdn (~tdn@replaced-ip )
873 [08:13:39] *** Quits: joze (~joze@replaced-ip ) (Quit: WeeChat 1.6)
874 [08:14:01] *** debhelper sets mode: +l 1464
875 [08:14:06] *** Joins: alexandros_c (~quassel@replaced-ip )
876 [08:14:11] *** Joins: alexandros_tab (~quassel@replaced-ip )
877 [08:14:21] <RonWhoCares> SlidingHorn: Any thoughts
878 [08:14:35] *** Quits: t3st3r (~t3st3r@replaced-ip ) (Remote host closed the connection)
879 [08:14:47] *** Joins: alexandros_tab_ (~quassel@replaced-ip )
880 [08:14:52] *** Quits: tyranny12 (~blarg@replaced-ip ) (Ping timeout: 250 seconds)
881 [08:15:29] *** Joins: alexandros (~quassel@replaced-ip )
882 [08:16:16] *** Joins: tyranny12 (~blarg@replaced-ip )
883 [08:16:16] *** Quits: tyranny12 (~blarg@replaced-ip ) (Changing host)
884 [08:16:16] *** Joins: tyranny12 (~blarg@replaced-ip )
885 [08:16:33] *** Joins: smokalsnamewasta (~smokals@replaced-ip )
886 [08:16:45] *** Quits: thePiGrepper (~nagato@replaced-ip ) (Ping timeout: 246 seconds)
887 [08:17:20] *** Quits: smokalsnamewasta (~smokals@replaced-ip ) (Client Quit)
888 [08:17:40] *** Joins: smokalsnamewasta (~smokals@replaced-ip )
889 [08:17:47] *** Quits: smokalsnamewasta (~smokals@replaced-ip ) (Client Quit)
890 [08:18:12] *** Joins: sidmo (~ident@replaced-ip )
891 [08:18:46] *** Quits: radkos (~radkos@replaced-ip ) (Ping timeout: 250 seconds)
892 [08:19:26] *** Joins: joze (~joze@replaced-ip )
893 [08:20:02] *** Joins: smokals (~smokals@replaced-ip )
894 [08:22:35] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 258 seconds)
895 [08:23:30] *** Joins: chele (~chele@replaced-ip )
896 [08:25:09] *** Joins: radkos (~radkos@replaced-ip )
897 [08:26:32] *** Quits: l9 (~muad@replaced-ip ) (Read error: Connection reset by peer)
898 [08:26:53] *** Joins: HerbY_NL2 (~HerbY_NL2@replaced-ip )
899 [08:28:01] *** Quits: Iridos (~iridos@replaced-ip ) (Remote host closed the connection)
900 [08:28:23] *** Joins: Iridos (~iridos@replaced-ip )
901 [08:29:24] *** Quits: bestucan (~weechat@replaced-ip ) (Quit: WeeChat 1.6)
902 [08:29:48] *** Joins: t3st3r (~t3st3r@replaced-ip )
903 [08:30:05] *** Joins: mavhc (~mavhc@replaced-ip )
904 [08:30:23] *** Joins: afuentes (~kusanagi@replaced-ip )
905 [08:31:31] *** Joins: drzacek (~drzacek@replaced-ip )
906 [08:33:38] *** Joins: thadthemad (~thadthema@replaced-ip )
907 [08:34:01] *** debhelper sets mode: +l 1473
908 [08:34:55] *** Quits: teclo- (42@replaced-ip ) (Ping timeout: 268 seconds)
909 [08:35:20] *** Joins: teclo- (42@replaced-ip )
910 [08:36:38] *** Quits: RattleBattle791 (~smyrvang@replaced-ip ) (Read error: Connection reset by peer)
911 [08:38:27] *** Joins: mibo (~mibo@replaced-ip )
912 [08:38:28] *** Joins: [diablo] (~diablo]@replaced-ip )
913 [08:38:51] *** Quits: thadthemad (~thadthema@replaced-ip##) (Quit: Mutter: ##replaced-url
914 [08:39:07] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 240 seconds)
915 [08:39:14] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Ping timeout: 268 seconds)
916 [08:39:26] *** Quits: sorko999 (~sorko999@replaced-ip ) (Quit: Leaving.)
917 [08:39:42] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
918 [08:39:58] *** Quits: nst^ (nst@replaced-ip ) ()
919 [08:41:19] *** Joins: l9 (~muad@replaced-ip )
920 [08:41:44] *** Joins: painted (~fainted@replaced-ip )
921 [08:42:00] *** Quits: sauvin (~sauvin@replaced-ip ) (Quit: Leaving)
922 [08:42:06] *** Joins: Levure (~quassel@replaced-ip )
923 [08:42:19] *** Quits: teclo- (42@replaced-ip ) (Ping timeout: 268 seconds)
924 [08:42:34] *** Joins: sauvin (~sauvin@replaced-ip )
925 [08:43:03] *** Joins: teclo- (42@replaced-ip )
926 [08:43:53] *** Quits: evilroots (~roots@replaced-ip ) (Remote host closed the connection)
927 [08:44:05] *** Quits: derlg_ (uid337581@replaced-ip ) (Quit: Connection closed for inactivity)
928 [08:46:09] *** Joins: mavhc (~mavhc@replaced-ip )
929 [08:46:45] *** Quits: abff (~abff@replaced-ip ) (Quit: abff)
930 [08:47:14] *** Joins: andrzejv (~andzej@replaced-ip )
931 [08:47:44] *** Joins: xet7 (~xet7@replaced-ip )
932 [08:48:02] *** Joins: abff (~abff@replaced-ip )
933 [08:48:58] *** Joins: stitched_unicorn (~Red@replaced-ip )
934 [08:49:21] *** Joins: hphs^ (hphs@replaced-ip )
935 [08:49:46] *** Quits: victorqueiroz (uid340368@replaced-ip ) (Quit: Connection closed for inactivity)
936 [08:50:26] <elwisp> i get this error running virt-manager on debians stretch: replaced-url
937 [08:50:30] <elwisp> Works fine as root
938 [08:50:37] <elwisp> Been trying to google but cannot find any info
939 [08:50:55] *** Quits: mavhq (~quassel@replaced-ip ) (Read error: Connection reset by peer)
940 [08:52:10] *** Joins: mavhq (~quassel@replaced-ip )
941 [08:52:27] *** Quits: teclo- (42@replaced-ip ) (Ping timeout: 246 seconds)
942 [08:52:32] *** Joins: nuuuciano (~luuuciano@replaced-ip )
943 [08:52:42] *** Quits: oberling (~oberling@replaced-ip ) (Quit: restart)
944 [08:53:07] *** Joins: jmarsac (~jmarsac@replaced-ip )
945 [08:54:14] *** Joins: teclo- (42@replaced-ip )
946 [08:54:19] *** Joins: tobiaswe (~tw@replaced-ip )
947 [08:54:36] <fling> Is not there a deb for octoprint?
948 [08:55:03] *** Joins: dilema (~dilema@replaced-ip )
949 [08:55:25] *** Joins: oberling (~oberling@replaced-ip )
950 [08:55:27] *** Joins: encod3 (~encod3@replaced-ip )
951 [08:56:18] *** Joins: endstille (~endstille@replaced-ip )
952 [08:56:24] *** Joins: derlg_ (uid337581@replaced-ip )
953 [08:57:01] *** Joins: furqan (~furqan@replaced-ip )
954 [08:57:04] *** Joins: RebelCoder (~RebelCode@replaced-ip )
955 [08:57:05] *** Parts: furqan (~furqan@replaced-ip ) ()
956 [08:57:28] *** Quits: Texou (~Texou@replaced-ip ) (Ping timeout: 258 seconds)
957 [08:58:12] *** Quits: plasmoduck (~textual@replaced-ip ) (Ping timeout: 250 seconds)
958 [08:58:25] *** Joins: k8 (~keight@replaced-ip )
959 [08:58:55] *** Joins: AquaL1te (~AquaL1te@replaced-ip )
960 [08:59:05] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 250 seconds)
961 [09:00:47] *** Quits: Guest35721 (~keight@replaced-ip ) (Quit: See You When I See You)
962 [09:02:09] *** Quits: ski (~ski@replaced-ip ) (Remote host closed the connection)
963 [09:02:38] *** Joins: Night-Shade (~TimF@replaced-ip )
964 [09:02:45] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Ping timeout: 268 seconds)
965 [09:03:25] *** Joins: Mazhive_one (~Mazhive@replaced-ip )
966 [09:03:47] *** Joins: woshty (~woshty@replaced-ip )
967 [09:04:01] *** debhelper sets mode: +l 1480
968 [09:05:08] *** Quits: Mazhive (~Mazhive@replaced-ip ) (Ping timeout: 268 seconds)
969 [09:05:19] *** Joins: kirk781 (~kirk781@replaced-ip )
970 [09:06:02] *** Joins: mavhc (~mavhc@replaced-ip )
971 [09:06:12] *** Quits: semeion (~semeion@replaced-ip ) (Quit: WeeChat 2.3)
972 [09:08:18] *** Quits: Night-Shade (~TimF@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
973 [09:08:55] *** Quits: tmiland (~c0a80209@replaced-ip ) (Ping timeout: 268 seconds)
974 [09:09:07] *** Quits: llucenic (~Thunderbi@replaced-ip ) (Ping timeout: 240 seconds)
975 [09:09:17] *** Quits: endstille (~endstille@replaced-ip ) (Quit: I'll be back.)
976 [09:10:01] *** martian67| is now known as martian
977 [09:10:05] *** martian is now known as martian67
978 [09:11:19] *** Joins: tmiland (~c0a80209@replaced-ip )
979 [09:11:31] *** Joins: clemens3_ (~clemens@replaced-ip )
980 [09:12:51] *** Joins: Kevlar_Noir (~manjaro-u@replaced-ip )
981 [09:15:58] *** Quits: alexandros (~quassel@replaced-ip ) (Ping timeout: 250 seconds)
982 [09:16:14] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 268 seconds)
983 [09:16:15] *** Quits: djdduty (~djdduty@replaced-ip ) (Ping timeout: 258 seconds)
984 [09:16:24] *** Quits: alexandros_tab_ (~quassel@replaced-ip ) (Ping timeout: 250 seconds)
985 [09:16:25] *** Quits: alexandros_tab (~quassel@replaced-ip ) (Ping timeout: 250 seconds)
986 [09:16:25] *** Quits: alexandros_c (~quassel@replaced-ip ) (Ping timeout: 250 seconds)
987 [09:17:30] *** Quits: hakash (~hakash@replaced-ip ) (Ping timeout: 272 seconds)
988 [09:17:42] *** Quits: flipchan0 (~devtest@replaced-ip ) (Ping timeout: 250 seconds)
989 [09:17:43] *** Joins: alexandros_c (~quassel@replaced-ip )
990 [09:17:54] *** Joins: chomwitt (~chomwitt@replaced-ip )
991 [09:18:03] *** Joins: alexandros_tab (~quassel@replaced-ip )
992 [09:18:41] *** Joins: alexandros_tab_ (~quassel@replaced-ip )
993 [09:18:43] *** Joins: alexandros_c_ (~quassel@replaced-ip )
994 [09:18:44] *** Joins: _Vi (~vi@replaced-ip )
995 [09:19:02] *** Joins: jcbsv (~jcbsv@replaced-ip )
996 [09:19:08] *** Joins: onlyesterday16 (~onlyester@replaced-ip )
997 [09:20:19] *** Joins: BurekzFinezt (~BurekzFin@replaced-ip )
998 [09:20:30] *** Joins: evilroots (~roots@replaced-ip )
999 [09:21:32] *** Joins: oish (~charlie@replaced-ip )
1000 [09:22:53] *** Joins: n4dir (~n4dir@replaced-ip )
1001 [09:23:03] *** Joins: wool (~famiglia@replaced-ip )
1002 [09:23:26] *** Joins: pax (~Thunderbi@replaced-ip )
1003 [09:24:23] *** Joins: a_l_b (~a_l_b@replaced-ip )
1004 [09:24:39] *** Quits: melissa666 (~melissa66@replaced-ip ) (Remote host closed the connection)
1005 [09:24:40] *** Joins: mavhc (~mavhc@replaced-ip )
1006 [09:25:51] *** Joins: diogenes_ (~diogenes_@replaced-ip )
1007 [09:27:57] *** Quits: Poffer (~Poffer@replaced-ip ) (Quit: My iMac has gone to sleep. ZZZzzz…)
1008 [09:29:06] *** Quits: nous1024 (~nous1024@replaced-ip ) (Ping timeout: 244 seconds)
1009 [09:29:07] *** Quits: kapil____ (uid36151@replaced-ip ) (Quit: Connection closed for inactivity)
1010 [09:29:28] *** Joins: Haudegen (~quassel@replaced-ip )
1011 [09:29:56] *** Joins: MenschZwoNull (~MenschZwo@replaced-ip )
1012 [09:30:30] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 268 seconds)
1013 [09:31:05] *** Joins: iovec (uid171740@replaced-ip )
1014 [09:31:14] *** Joins: Gyro (~user@replaced-ip )
1015 [09:33:26] *** Joins: msimpson (~msimpson@replaced-ip )
1016 [09:33:47] *** Joins: Robin_Anatoscope (~robs@replaced-ip )
1017 [09:34:02] *** debhelper sets mode: +l 1489
1018 [09:38:03] *** Joins: efee229ddfk (~efee229dd@replaced-ip )
1019 [09:38:38] *** Joins: mrig (~mrig@replaced-ip )
1020 [09:38:59] *** Joins: mavhc (~mavhc@replaced-ip )
1021 [09:39:27] *** Quits: efee229ddfk2 (~efee229dd@replaced-ip ) (Ping timeout: 240 seconds)
1022 [09:40:35] *** Quits: pistola_ (~pistola@replaced-ip ) (Remote host closed the connection)
1023 [09:41:32] *** Quits: daniel-s (~daniel-s@replaced-ip ) (Ping timeout: 250 seconds)
1024 [09:43:48] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 245 seconds)
1025 [09:44:44] *** Joins: mikevanbike (~luci@replaced-ip )
1026 [09:44:54] *** Joins: daniel-s (~daniel-s@replaced-ip )
1027 [09:44:57] *** Joins: platvoeten (~platvoete@replaced-ip )
1028 [09:48:43] *** Quits: aloo_shu (~atomic@replaced-ip ) (Quit: 't's been a pleasure)
1029 [09:49:45] *** Joins: dastier (~dastier@replaced-ip )
1030 [09:49:53] *** Joins: mavhc (~mavhc@replaced-ip )
1031 [09:53:00] *** Quits: tobiaswe (~tw@replaced-ip ) (Ping timeout: 246 seconds)
1032 [09:53:19] *** Quits: tmiland (~c0a80209@replaced-ip##) (Quit: The Lounge - ##replaced-url
1033 [09:55:51] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 250 seconds)
1034 [09:56:46] *** Quits: citypw (~citypw@replaced-ip ) (Ping timeout: 272 seconds)
1035 [09:57:14] *** Quits: AquaL1te (~AquaL1te@replaced-ip ) (Quit: leaving)
1036 [09:57:25] *** Joins: AquaL1te (~AquaL1te@replaced-ip )
1037 [09:58:38] *** Joins: tmiland (~c0a80209@replaced-ip )
1038 [10:01:46] *** Joins: mnj (~mnj@replaced-ip )
1039 [10:02:16] *** Joins: otmi (~Thunderbi@replaced-ip )
1040 [10:02:27] *** Joins: mavhc (~mavhc@replaced-ip )
1041 [10:05:02] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 268 seconds)
1042 [10:05:52] *** Joins: Slic3 (~n3t@replaced-ip )
1043 [10:06:39] *** Quits: RebelCoder (~RebelCode@replaced-ip ) (Ping timeout: 246 seconds)
1044 [10:07:15] *** Quits: otmi (~Thunderbi@replaced-ip ) (Remote host closed the connection)
1045 [10:08:43] *** Joins: selroc (~selroc@replaced-ip )
1046 [10:08:47] *** Quits: platvoeten (~platvoete@replaced-ip ) (Ping timeout: 240 seconds)
1047 [10:08:48] *** Quits: CaptainN (zelda@replaced-ip ) (Quit: I have to pee!)
1048 [10:08:55] *** Joins: citypw (~citypw@replaced-ip )
1049 [10:12:26] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 268 seconds)
1050 [10:14:09] *** Joins: hakash (~hakash@replaced-ip )
1051 [10:14:38] *** Joins: santig (~santig@replaced-ip )
1052 [10:15:30] *** Quits: CoitBsd_ud5 (~CoitBsd_u@replaced-ip ) (Remote host closed the connection)
1053 [10:17:02] <pragomer> hi. can I force a program to start with a gtk2 environment (under gnome) instead of gtk3 ?
1054 [10:17:25] *** Quits: hejux (~hejux@replaced-ip ) (Remote host closed the connection)
1055 [10:18:11] *** Joins: mavhc (~mavhc@replaced-ip )
1056 [10:18:16] *** Quits: dqsii (~dqsii@replaced-ip ) (Quit: WeeChat 2.3)
1057 [10:19:08] *** Quits: disposable2 (~Thunderbi@replaced-ip ) (Remote host closed the connection)
1058 [10:19:45] *** Joins: disposable2 (~Thunderbi@replaced-ip )
1059 [10:21:53] *** Joins: tobiaswe (~tw@replaced-ip )
1060 [10:22:46] *** Quits: Zgrokl (~MZgrokl_@replaced-ip ) (Remote host closed the connection)
1061 [10:22:58] *** Joins: Zgrokl (~MZgrokl_@replaced-ip )
1062 [10:25:57] *** Quits: mnj (~mnj@replaced-ip ) (Quit: mnj)
1063 [10:26:37] <petn-randall> pragomer: You will likely have to recompile it to work against gtk2, if that's even possible.
1064 [10:28:33] *** Joins: m0u (~m0u@replaced-ip )
1065 [10:29:11] *** Quits: n4dir (~n4dir@replaced-ip ) (Quit: Lost terminal)
1066 [10:29:15] *** Joins: Brigo (~Brigo@replaced-ip )
1067 [10:29:53] *** Joins: oish (~charlie@replaced-ip )
1068 [10:30:14] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 268 seconds)
1069 [10:30:51] *** Joins: toli (~toli@replaced-ip )
1070 [10:31:07] *** Quits: boog (~boog@replaced-ip ) (Quit: Leaving)
1071 [10:31:14] *** Joins: mikas (mikas@replaced-ip )
1072 [10:32:23] <pragomer> my question ist about: I am using the atom editor. it looks fine under debian xfce (which is gtk2 I think), but under gnome I have weird menu/color issues. so I thought if it would be possible to start atom in a gtk2 environment
1073 [10:32:48] <toli> Hey, I was wondering if the IRC chat room here at freenode is the same as the debian irc server?
1074 [10:32:48] *** Quits: Slic3 (~n3t@replaced-ip ) (Remote host closed the connection)
1075 [10:33:10] <xand> toli: not for a number of years.
1076 [10:34:07] *** Joins: BrianG61UK (~BrianG61U@replaced-ip )
1077 [10:34:33] *** Joins: z3306 (~z3306@replaced-ip )
1078 [10:35:12] *** Parts: z3306 (~z3306@replaced-ip ) ()
1079 [10:35:26] *** Joins: z3306 (~z3306@replaced-ip )
1080 [10:36:00] *** Joins: Slic3 (~n3t@replaced-ip )
1081 [10:36:30] *** Quits: handsome_feng (~handsome_@replaced-ip ) (Remote host closed the connection)
1082 [10:37:50] *** Quits: pragomer (~pragomer@replaced-ip ) (Quit: Leaving)
1083 [10:40:05] <toli> xand: so the number of people here and at debian server are not the same?
1084 [10:40:31] <xand> debian IRC server used to point at freenode but it changed to OFTC some years ago
1085 [10:40:38] <xand> meanwhile this channel is ever more popular
1086 [10:41:03] <toli> I see, thanks xand
1087 [10:42:39] *** Quits: _Vi (~vi@replaced-ip ) (Ping timeout: 252 seconds)
1088 [10:43:07] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
1089 [10:43:26] *** Quits: pax (~Thunderbi@replaced-ip ) (Quit: pax)
1090 [10:48:36] *** Joins: mavhc (~mavhc@replaced-ip )
1091 [10:49:16] <jelly> !irc move
1092 [10:49:16] <dpkg> irc.debian.org moved to OFTC on June 4th 2006, see replaced-url
1093 [10:50:04] *** Joins: monstar (~mitya@replaced-ip )
1094 [10:51:10] *** Joins: bolovanos (~bolovanos@replaced-ip )
1095 [10:51:47] *** Quits: tmiland (~c0a80209@replaced-ip##) (Quit: The Lounge - ##replaced-url
1096 [10:53:19] *** Joins: mnj (~mnj@replaced-ip )
1097 [10:54:47] *** Joins: thelastjedi_ (~quassel@replaced-ip )
1098 [10:56:17] <agio> why did debian move?
1099 [10:56:31] *** Joins: stefanc_diff (~stefanc_d@replaced-ip )
1100 [10:58:36] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 268 seconds)
1101 [10:58:37] *** Joins: tymczenko (~tymczenko@replaced-ip )
1102 [11:02:03] *** Joins: mavhc (~mavhc@replaced-ip )
1103 [11:03:52] *** Quits: citypw (~citypw@replaced-ip ) (Ping timeout: 250 seconds)
1104 [11:03:53] *** Quits: n_1-c_k (~nick@replaced-ip ) (Read error: Connection reset by peer)
1105 [11:04:43] *** Joins: n_1-c_k (~nick@replaced-ip )
1106 [11:06:42] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 268 seconds)
1107 [11:07:18] *** Quits: Kevlar_Noir (~manjaro-u@replaced-ip ) (Quit: Konversation terminated!)
1108 [11:07:41] *** Joins: starch (~user@replaced-ip )
1109 [11:08:56] *** Joins: karakedi (~eAC53C340@replaced-ip )
1110 [11:08:56] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Changing host)
1111 [11:08:56] *** Joins: karakedi (~eAC53C340@replaced-ip )
1112 [11:08:58] *** Quits: sidmo (~ident@replaced-ip ) (Read error: No route to host)
1113 [11:09:09] *** Quits: MenschZwoNull (~MenschZwo@replaced-ip ) (Quit: Leaving)
1114 [11:10:58] <BurekzFinezt> maybe it couldn't stand still
1115 [11:11:12] *** Joins: sidmo (~ident@replaced-ip )
1116 [11:11:23] *** Quits: stitched_unicorn (~Red@replaced-ip ) (Quit: stitched_unicorn)
1117 [11:11:47] *** Quits: kunwon1 (~kunwon1@replaced-ip ) (Read error: Connection reset by peer)
1118 [11:12:03] *** Quits: serard (~serard@replaced-ip ) (Ping timeout: 252 seconds)
1119 [11:12:57] *** Joins: kunwon1 (~kunwon1@replaced-ip )
1120 [11:13:24] *** Quits: tobiaswe (~tw@replaced-ip ) (Ping timeout: 272 seconds)
1121 [11:14:11] *** Joins: tobiaswe (~tw@replaced-ip )
1122 [11:14:56] *** Joins: mavhc (~mavhc@replaced-ip )
1123 [11:15:20] *** Joins: serard (~serard@replaced-ip )
1124 [11:18:25] *** Quits: catsup (d@replaced-ip ) (Remote host closed the connection)
1125 [11:18:35] *** Joins: catsup (~d@replaced-ip )
1126 [11:18:36] *** Joins: kliq (~cliq@replaced-ip )
1127 [11:19:26] *** Joins: locdog (~locdog@replaced-ip )
1128 [11:19:30] *** Quits: catsup (~d@replaced-ip ) (Remote host closed the connection)
1129 [11:20:02] *** Joins: got11_ (~live@replaced-ip )
1130 [11:20:19] *** Quits: serard (~serard@replaced-ip ) (Ping timeout: 252 seconds)
1131 [11:20:30] *** Joins: catsup (d@replaced-ip )
1132 [11:20:31] *** Joins: catsup_ (d@replaced-ip )
1133 [11:20:58] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 246 seconds)
1134 [11:21:58] *** Joins: stitched_unicorn (~Red@replaced-ip )
1135 [11:22:36] *** Joins: pax (~Thunderbi@replaced-ip )
1136 [11:22:44] *** Joins: NetTerminalGene (~NetTermin@replaced-ip )
1137 [11:23:20] *** Joins: dadinn (~DADINN@replaced-ip )
1138 [11:24:01] *** debhelper sets mode: +l 1498
1139 [11:25:03] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 258 seconds)
1140 [11:26:44] *** Quits: BurekzFinezt (~BurekzFin@replaced-ip ) (Quit: BurekzFinezt)
1141 [11:27:30] *** Quits: CyberManifest (~CyberMani@replaced-ip ) (Quit: Leaving)
1142 [11:27:36] *** Joins: mavhc (~mavhc@replaced-ip )
1143 [11:27:50] *** Joins: santigil (~santig@replaced-ip )
1144 [11:29:26] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Ping timeout: 268 seconds)
1145 [11:29:35] *** Joins: StyXman (~mdione@replaced-ip )
1146 [11:30:18] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 250 seconds)
1147 [11:30:44] *** Quits: santig (~santig@replaced-ip ) (Ping timeout: 250 seconds)
1148 [11:31:00] *** Joins: Gnhugo (~yaaic@replaced-ip )
1149 [11:31:03] *** Quits: santigil (~santig@replaced-ip ) (Remote host closed the connection)
1150 [11:31:05] <StyXman> certbot stopped working for me, "Invalid response from replaced-url
1151 [11:31:40] *** Joins: santig (~santig@replaced-ip )
1152 [11:31:58] *** Joins: huwjr (~huwjr@replaced-ip )
1153 [11:32:31] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 268 seconds)
1154 [11:32:50] *** Quits: pax (~Thunderbi@replaced-ip ) (Quit: pax)
1155 [11:33:32] <Fox> StyXman: did you look at your access logs ?
1156 [11:33:48] <StyXman> goot point
1157 [11:33:48] <agio> StyXman: what about using webroot module?
1158 [11:34:04] *** Quits: derlg_ (uid337581@replaced-ip ) (Quit: Connection closed for inactivity)
1159 [11:34:59] *** Joins: mspe (~mspe@replaced-ip )
1160 [11:35:17] *** Joins: tmroland (~tmroland@replaced-ip )
1161 [11:35:30] *** Joins: tvm (~tvm@replaced-ip )
1162 [11:35:55] *** Joins: BCMM (~BCMM@replaced-ip )
1163 [11:36:02] *** Quits: mikas (mikas@replaced-ip ) (Quit: Leaving)
1164 [11:36:09] *** Joins: oo_miguel (~miguel@replaced-ip )
1165 [11:36:34] *** Joins: mikas (mikas@replaced-ip )
1166 [11:36:53] *** Quits: mnj (~mnj@replaced-ip ) (Quit: mnj)
1167 [11:37:07] *** Joins: mnj (~mnj@replaced-ip )
1168 [11:38:46] *** Quits: msimpson (~msimpson@replaced-ip ) (Read error: Connection reset by peer)
1169 [11:38:48] *** Quits: kirk781 (~kirk781@replaced-ip ) (Quit: Leaving)
1170 [11:39:32] *** Joins: lucad111 (~lucad111@replaced-ip )
1171 [11:40:15] *** Joins: slv (~slv@replaced-ip )
1172 [11:40:17] *** Joins: manuelschneid3r (~manuelsch@replaced-ip )
1173 [11:40:43] *** Quits: spidget (~spidget@replaced-ip ) (Quit: buh-bye)
1174 [11:41:04] *** Joins: msimpson (~msimpson@replaced-ip )
1175 [11:41:18] *** Quits: sidmo (~ident@replaced-ip ) (Quit: Konversation terminated!)
1176 [11:41:38] *** Joins: sidmo (~ident@replaced-ip )
1177 [11:43:07] *** Quits: jcbsv (~jcbsv@replaced-ip ) (Quit: bye)
1178 [11:43:38] *** Quits: BeerHall (~Thunderbi@replaced-ip ) (Quit: BeerHall)
1179 [11:44:10] *** Quits: abff (~abff@replaced-ip ) (Ping timeout: 250 seconds)
1180 [11:44:18] *** Quits: locdog (~locdog@replaced-ip ) (Quit: locdog)
1181 [11:46:10] *** Joins: mavhc (~mavhc@replaced-ip )
1182 [11:46:58] *** Joins: fedorafan (~fedorafan@replaced-ip )
1183 [11:48:50] *** Joins: abff (~abff@replaced-ip )
1184 [11:50:00] *** Joins: Hafert92_ (~travis@replaced-ip )
1185 [11:50:21] *** Quits: santig (~santig@replaced-ip ) (Ping timeout: 258 seconds)
1186 [11:51:13] *** Joins: karakedi (~eAC53C340@replaced-ip )
1187 [11:51:13] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Changing host)
1188 [11:51:13] *** Joins: karakedi (~eAC53C340@replaced-ip )
1189 [11:53:03] *** Quits: Hafert92 (~travis@replaced-ip ) (Ping timeout: 246 seconds)
1190 [11:53:16] *** Quits: conta (~Thunderbi@replaced-ip ) (Ping timeout: 250 seconds)
1191 [11:53:54] *** Joins: santig (~santig@replaced-ip )
1192 [11:54:18] *** Quits: santig (~santig@replaced-ip ) (Remote host closed the connection)
1193 [11:55:20] *** Joins: ongolaBoy (~ongolaBoy@replaced-ip )
1194 [11:56:34] *** Quits: mikevanbike (~luci@replaced-ip ) (Ping timeout: 268 seconds)
1195 [12:00:16] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 268 seconds)
1196 [12:00:19] *** Quits: v01t (~v01t@replaced-ip ) (Remote host closed the connection)
1197 [12:00:31] *** Joins: v01t (~v01t@replaced-ip )
1198 [12:00:41] <AK> someone there to assist me on mutt setup? I need assistance with setting it up with my new mail account, I have been using it with gmail and other providers in past
1199 [12:02:05] *** Quits: SuperDome (SuperDome@replaced-ip ) (Read error: Connection reset by peer)
1200 [12:02:14] *** Joins: MichaelOF (~michael@replaced-ip )
1201 [12:03:00] *** Quits: colo-work (~colo-work@replaced-ip ) (Ping timeout: 258 seconds)
1202 [12:03:01] *** Joins: colo-hockn (~colo-work@replaced-ip )
1203 [12:03:06] *** Joins: Hafert92 (travis@replaced-ip )
1204 [12:04:03] *** Quits: Hafert92_ (~travis@replaced-ip ) (Ping timeout: 268 seconds)
1205 [12:05:07] *** Quits: koollman (samson_t@replaced-ip ) (Ping timeout: 240 seconds)
1206 [12:05:31] *** Joins: noodlepie (~Phillip@replaced-ip )
1207 [12:05:37] *** Quits: ddp` (~ddp@replaced-ip##) (Quit: ZNC 1.6.5+deb1+deb9u1 - ##replaced-url
1208 [12:05:51] *** Joins: ddp` (~ddp@replaced-ip )
1209 [12:06:07] *** Quits: noodlepie (~Phillip@replaced-ip ) (Max SendQ exceeded)
1210 [12:06:41] *** Joins: plasmoduck (~textual@replaced-ip )
1211 [12:07:13] *** Joins: SuperDome (SuperDome@replaced-ip )
1212 [12:07:15] *** Joins: pax (~Thunderbi@replaced-ip )
1213 [12:07:47] *** Quits: pax (~Thunderbi@replaced-ip ) (Client Quit)
1214 [12:08:11] *** Joins: pax (~Thunderbi@replaced-ip )
1215 [12:08:59] *** Joins: tmiland (~c0a80209@replaced-ip )
1216 [12:09:27] *** Quits: daniel-s (~daniel-s@replaced-ip ) (Ping timeout: 240 seconds)
1217 [12:09:39] *** Quits: pax (~Thunderbi@replaced-ip ) (Client Quit)
1218 [12:10:01] *** Quits: dselect (~dselect@replaced-ip ) (Quit: ouch... that hurt)
1219 [12:10:47] *** Joins: Sveta_ (~sveta@replaced-ip )
1220 [12:10:57] <tvm> if you need help setting up mutt, you should probably consider using more straightforward email client, such as thunderbird
1221 [12:11:00] *** Joins: dselect (~dselect@replaced-ip )
1222 [12:11:52] *** Joins: daniel-s (~daniel-s@replaced-ip )
1223 [12:12:03] *** Quits: banisterfiend (~textual@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
1224 [12:12:08] <tvm> otherwise all you need is to configure your ~/.muttrc correctly
1225 [12:12:51] *** Joins: mad_monk (~madmonk@replaced-ip )
1226 [12:12:53] *** Quits: Sveta (~sveta@replaced-ip ) (Ping timeout: 244 seconds)
1227 [12:13:17] *** Joins: egy (~egy@replaced-ip )
1228 [12:13:34] <mad_monk> Any idea what is -c in the install command. The man install says -c (ignored)
1229 [12:13:40] *** Sveta_ is now known as Sveta
1230 [12:14:34] <egy> some binaries are explicitly auto-completed (and hence executed) when using the root account. How do I make one of these binaries executed by an administrator ?
1231 [12:14:53] *** Joins: CoitBsd_ud5 (~CoitBsd_u@replaced-ip )
1232 [12:14:54] <egy> or even better: how do I install a package using apt **user-wide** ?
1233 [12:14:57] *** Quits: hphs^ (hphs@replaced-ip ) ()
1234 [12:15:31] *** Joins: conta (~Thunderbi@replaced-ip )
1235 [12:15:44] <xand> egy: you don't, apt is for system-wide things
1236 [12:16:12] *** Quits: elios (~tba@replaced-ip ) (Quit: leaving)
1237 [12:16:13] *** Joins: MenschZwoNull (~MenschZwo@replaced-ip )
1238 [12:16:22] *** Joins: nst^ (nst@replaced-ip )
1239 [12:16:23] <egy> oh
1240 [12:16:48] *** Joins: elios (~tba@replaced-ip )
1241 [12:16:50] *** Joins: pax (~Thunderbi@replaced-ip )
1242 [12:17:00] *** Quits: AimHere (~David@replaced-ip ) (Ping timeout: 268 seconds)
1243 [12:17:32] <egy> ok, so even with `sudo`, an admin can't find that program. At least, how do I make `sudo` see that program and execute it ?
1244 [12:17:50] *** Joins: mavhc (~mavhc@replaced-ip )
1245 [12:17:59] <xand> if you installed it with apt then it would be found
1246 [12:18:09] <xand> otherwise you need to put things in e.g. /usr/local/bin
1247 [12:18:11] *** Joins: AimHere (~David@replaced-ip )
1248 [12:18:25] <egy> yes it's installed with apt
1249 [12:18:31] <egy> I'll symlink and see
1250 [12:18:56] <xand> if it's installed with apt then no action is necessary
1251 [12:19:04] <xand> unless the package is very badly made
1252 [12:20:13] *** Quits: tvm (~tvm@replaced-ip ) (Quit: Lost terminal)
1253 [12:21:16] <avu> mad_monk: things like this happen when some option gets removed but the command continues to accept it for backwards compatibility
1254 [12:22:09] *** Joins: traveltissues (~belethapo@replaced-ip )
1255 [12:22:38] *** Quits: smokals (~smokals@replaced-ip ) (Quit: Leaving)
1256 [12:23:28] *** Joins: smokals (~smokals@replaced-ip )
1257 [12:23:33] *** Quits: smokals (~smokals@replaced-ip ) (Client Quit)
1258 [12:24:02] *** debhelper sets mode: +l 1504
1259 [12:24:20] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 272 seconds)
1260 [12:24:39] *** Joins: kalos (~Calogero@replaced-ip )
1261 [12:25:01] *** Quits: BrianG61UK (~BrianG61U@replaced-ip ) (Read error: Connection reset by peer)
1262 [12:26:03] *** Joins: telcoguy________ (~telcoguy_@replaced-ip )
1263 [12:26:43] *** Quits: traveltissues (~belethapo@replaced-ip ) (Ping timeout: 245 seconds)
1264 [12:26:43] *** Quits: selroc (~selroc@replaced-ip ) (Quit: Leaving)
1265 [12:26:47] <egy> xand: ok, I think all I needed was logging-out and in
1266 [12:27:01] <egy> much appreciated!
1267 [12:27:35] *** Joins: noodlepie (~Phillip@replaced-ip )
1268 [12:28:34] *** Quits: b0b (~bob@replaced-ip ) (Quit: o/)
1269 [12:29:55] *** Joins: OS-36013 (~OS-36013@replaced-ip )
1270 [12:30:29] *** Quits: telcoguy________ (~telcoguy_@replaced-ip ) (Ping timeout: 268 seconds)
1271 [12:30:29] *** Quits: m0u (~m0u@replaced-ip ) (Ping timeout: 268 seconds)
1272 [12:30:49] <mad_monk> @avu - Thanks. The latest version of Nagios still uses it - so thought of clearing it
1273 [12:31:41] *** Joins: mavhc (~mavhc@replaced-ip )
1274 [12:31:48] *** Joins: yareckonirc (~yareckoni@replaced-ip )
1275 [12:32:01] *** Joins: prince_j1mmys (~mischa@replaced-ip )
1276 [12:35:03] *** Quits: prince_jammys (~mischa@replaced-ip ) (Ping timeout: 246 seconds)
1277 [12:36:56] *** Joins: serard (~serard@replaced-ip )
1278 [12:38:58] *** Joins: Poffer (~Poffer@replaced-ip )
1279 [12:40:17] *** Quits: kalos (~Calogero@replaced-ip ) (Quit: Leaving)
1280 [12:41:44] *** Quits: serard (~serard@replaced-ip ) (Client Quit)
1281 [12:42:04] *** Quits: tmiland (~c0a80209@replaced-ip##) (Quit: The Lounge - ##replaced-url
1282 [12:42:32] *** Joins: tmiland (~c0a80209@replaced-ip )
1283 [12:43:02] *** Joins: llucenic (~Thunderbi@replaced-ip )
1284 [12:44:37] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 246 seconds)
1285 [12:47:34] *** Quits: tmroland (~tmroland@replaced-ip ) (Quit: tmroland)
1286 [12:47:52] *** Quits: aps_ (~aps@replaced-ip ) (Ping timeout: 250 seconds)
1287 [12:48:04] *** Joins: kalos (~Calogero@replaced-ip )
1288 [12:48:07] *** Parts: iflema (~ian@replaced-ip ) ()
1289 [12:49:32] *** Joins: b0b (~bob@replaced-ip )
1290 [12:49:38] *** Joins: aps_ (~aps@replaced-ip )
1291 [12:49:51] *** Quits: mnj (~mnj@replaced-ip ) (Quit: mnj)
1292 [12:50:13] *** Quits: ddp` (~ddp@replaced-ip ) (Ping timeout: 268 seconds)
1293 [12:50:17] *** Quits: iovec (uid171740@replaced-ip ) (Quit: Connection closed for inactivity)
1294 [12:53:43] *** Joins: Mazhive (~Mazhive@replaced-ip )
1295 [12:53:56] *** Quits: Mazhive_one (~Mazhive@replaced-ip ) (Ping timeout: 250 seconds)
1296 [12:54:31] *** Joins: ddp` (~ddp@replaced-ip )
1297 [12:55:18] *** Quits: stitched_unicorn (~Red@replaced-ip ) (Quit: stitched_unicorn)
1298 [12:56:53] *** Joins: krabador (~krabador@replaced-ip )
1299 [12:57:26] *** Quits: got11_ (~live@replaced-ip ) (Ping timeout: 258 seconds)
1300 [12:59:08] *** Joins: buttros_ (~buttros_@replaced-ip )
1301 [12:59:19] *** Joins: koollman (samson_t@replaced-ip )
1302 [13:00:09] *** Joins: zeden (~user@replaced-ip )
1303 [13:01:56] *** Joins: rgr (~user@replaced-ip )
1304 [13:04:09] *** Joins: Elirips (~Elirips@replaced-ip )
1305 [13:04:10] *** Joins: Phizzy (~Phillip@replaced-ip )
1306 [13:04:20] *** Quits: jmarsac (~jmarsac@replaced-ip ) (Ping timeout: 250 seconds)
1307 [13:04:52] *** Quits: tymczenko (~tymczenko@replaced-ip ) (Remote host closed the connection)
1308 [13:05:01] *** Quits: dpkg (~dpkg@replaced-ip ) (Quit: buh bye!)
1309 [13:05:10] *** Quits: TimWolla (~timwolla@replaced-ip ) (Quit: Bye)
1310 [13:05:10] *** Quits: max-m (~max-m@replaced-ip ) (Quit: Ping timeout: 480 seconds)
1311 [13:05:57] *** Joins: dpkg (~dpkg@replaced-ip )
1312 [13:06:30] *** Quits: Robin_Anatoscope (~robs@replaced-ip ) (Ping timeout: 250 seconds)
1313 [13:06:54] *** Joins: mavhc (~mavhc@replaced-ip )
1314 [13:07:24] *** Quits: noodlepie (~Phillip@replaced-ip ) (Ping timeout: 272 seconds)
1315 [13:07:28] *** Joins: Scrutinizer (~Scrutiniz@replaced-ip )
1316 [13:07:33] *** Joins: serard (~serard@replaced-ip )
1317 [13:08:33] *** Quits: clemens3_ (~clemens@replaced-ip ) (Ping timeout: 258 seconds)
1318 [13:11:02] *** Quits: zeden (~user@replaced-ip ) (Quit: WeeChat 2.3)
1319 [13:11:33] *** Joins: zeden (~user@replaced-ip )
1320 [13:11:36] *** Quits: MichaelOF (~michael@replaced-ip ) (Quit: Konversation terminated!)
1321 [13:11:43] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 245 seconds)
1322 [13:12:18] *** Joins: max-m (~max-m@replaced-ip )
1323 [13:13:47] *** Quits: egy (~egy@replaced-ip ) (Read error: Connection reset by peer)
1324 [13:14:37] *** Joins: TimWolla (~timwolla@replaced-ip )
1325 [13:14:53] *** Quits: finalbeta (~finalbeta@replaced-ip ) (Read error: Connection reset by peer)
1326 [13:15:21] *** Joins: finalbeta (~finalbeta@replaced-ip )
1327 [13:15:28] *** Quits: feyo (~feyo@replaced-ip##) (Quit: The Lounge - ##replaced-url
1328 [13:16:03] *** Joins: stitched_unicorn (~Red@replaced-ip )
1329 [13:16:13] *** Quits: P1ersson (~P1ersson@replaced-ip ) (Ping timeout: 258 seconds)
1330 [13:16:50] *** Quits: krabador (~krabador@replaced-ip ) (Remote host closed the connection)
1331 [13:17:43] *** Joins: Texou (~Texou@replaced-ip )
1332 [13:18:01] *** Joins: feyo (~feyo@replaced-ip )
1333 [13:20:06] *** Joins: Fye (~Fye@replaced-ip )
1334 [13:21:01] *** Joins: mavhc (~mavhc@replaced-ip )
1335 [13:21:09] *** Quits: onlyesterday16 (~onlyester@replaced-ip ) (Remote host closed the connection)
1336 [13:22:42] *** Joins: HarveyPwca (~HarveyPwc@replaced-ip )
1337 [13:23:03] *** Parts: elwisp (~elwisp@replaced-ip ) ()
1338 [13:23:12] *** Joins: eGNUph (~Phillip@replaced-ip )
1339 [13:23:12] *** Quits: eGNUph (~Phillip@replaced-ip ) (Client Quit)
1340 [13:25:25] *** Quits: thunderrd (~thunderrd@replaced-ip ) (Remote host closed the connection)
1341 [13:25:28] *** Quits: Phizzy (~Phillip@replaced-ip ) (Ping timeout: 245 seconds)
1342 [13:26:04] *** Quits: Ard1t3 (~ard1t@replaced-ip ) (Changing host)
1343 [13:26:04] *** Joins: Ard1t3 (~ard1t@replaced-ip )
1344 [13:26:09] *** Ard1t3 is now known as Ard1t
1345 [13:26:15] *** Joins: martastain (~martastai@replaced-ip )
1346 [13:27:20] *** Joins: djdduty (~djdduty@replaced-ip )
1347 [13:27:44] *** Quits: Texou (~Texou@replaced-ip ) (Ping timeout: 250 seconds)
1348 [13:29:06] *** Quits: mquin (~mike@replaced-ip ) (Quit: So Much For Subtlety)
1349 [13:29:11] *** Joins: Gaaab (~Gaaab@replaced-ip )
1350 [13:29:31] *** Quits: pvdp (~pvdp@replaced-ip ) (Remote host closed the connection)
1351 [13:29:36] *** Joins: ae-35 (~ae-35@replaced-ip )
1352 [13:30:46] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 250 seconds)
1353 [13:33:55] *** Joins: porcupine (~porcupine@replaced-ip )
1354 [13:34:20] *** Joins: m0u (~m0u@replaced-ip )
1355 [13:35:25] *** Quits: msimpson (~msimpson@replaced-ip ) (Quit: Leaving)
1356 [13:36:01] *** Quits: painted (~fainted@replaced-ip ) (Remote host closed the connection)
1357 [13:36:30] *** Joins: kirk781 (~kirk781@replaced-ip )
1358 [13:37:57] *** Joins: selroc (~selroc@replaced-ip )
1359 [13:38:42] *** Quits: selroc (~selroc@replaced-ip ) (Client Quit)
1360 [13:38:58] *** Joins: amcorreia (~amcorreia@replaced-ip )
1361 [13:39:08] *** Quits: Poffer (~Poffer@replaced-ip ) (Quit: My iMac has gone to sleep. ZZZzzz…)
1362 [13:40:44] *** Quits: martastain (~martastai@replaced-ip ) (Ping timeout: 250 seconds)
1363 [13:41:06] *** Joins: _Vi (~vi@replaced-ip )
1364 [13:41:12] *** Joins: clemens3_ (~clemens@replaced-ip )
1365 [13:41:30] *** Quits: b30wulf (uid175355@replaced-ip ) (Quit: Connection closed for inactivity)
1366 [13:42:44] *** Joins: painted (~fainted@replaced-ip )
1367 [13:42:58] *** Quits: OS-36013 (~OS-36013@replaced-ip ) (Ping timeout: 245 seconds)
1368 [13:43:50] *** Quits: Zgrokl (~MZgrokl_@replaced-ip ) (Remote host closed the connection)
1369 [13:44:23] *** Quits: stitched_unicorn (~Red@replaced-ip ) (Quit: stitched_unicorn)
1370 [13:45:06] *** Quits: woshty (~woshty@replaced-ip ) (Ping timeout: 268 seconds)
1371 [13:45:32] *** Joins: bolovanos_ (~bolovanos@replaced-ip )
1372 [13:46:35] *** Joins: got11_ (~live@replaced-ip )
1373 [13:48:24] *** Joins: diogenes_ (~diogenes_@replaced-ip )
1374 [13:48:32] *** Quits: buttros_ (~buttros_@replaced-ip ) (Quit: Leaving)
1375 [13:48:36] *** Joins: mavhc (~mavhc@replaced-ip )
1376 [13:49:30] *** Quits: bolovanos (~bolovanos@replaced-ip ) (Ping timeout: 244 seconds)
1377 [13:50:42] *** Joins: Texou (~Texou@replaced-ip )
1378 [13:51:48] *** Joins: flipchan0 (~devtest@replaced-ip )
1379 [13:52:46] *** Joins: xedniv_ (~xedniv@replaced-ip )
1380 [13:53:01] *** Quits: xedniv (~xedniv@replaced-ip ) (Ping timeout: 272 seconds)
1381 [13:53:07] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 244 seconds)
1382 [13:53:35] *** Joins: himcesjf_ (~cesjf@replaced-ip )
1383 [13:53:38] *** xedniv_ is now known as xedniv
1384 [13:54:17] *** Quits: him-cesjf (~cesjf@replaced-ip ) (Ping timeout: 272 seconds)
1385 [13:54:21] *** Quits: huwjr (~huwjr@replaced-ip ) (Ping timeout: 268 seconds)
1386 [13:54:24] *** Joins: mquin (~mike@replaced-ip )
1387 [13:54:35] *** Joins: huwjr (~huwjr@replaced-ip )
1388 [13:54:43] *** Quits: efee229ddfk (~efee229dd@replaced-ip ) (Remote host closed the connection)
1389 [13:55:04] *** Joins: efee229ddfk (~efee229dd@replaced-ip )
1390 [13:57:38] *** Joins: stitched_unicorn (~Red@replaced-ip )
1391 [13:58:02] *** Quits: yokel (~yokel@replaced-ip ) (Remote host closed the connection)
1392 [13:58:47] *** Joins: nirakara (~nurks@replaced-ip )
1393 [13:58:50] *** Joins: nirakara_ (~nurks@replaced-ip )
1394 [13:59:02] *** Joins: rpifan (~rpifan@replaced-ip )
1395 [13:59:17] *** Quits: Texou (~Texou@replaced-ip ) (Ping timeout: 268 seconds)
1396 [13:59:35] *** Joins: sinner (~themsay@replaced-ip )
1397 [13:59:51] *** Quits: sinner (~themsay@replaced-ip ) (K-Lined)
1398 [14:00:22] *** Joins: yokel (~yokel@replaced-ip )
1399 [14:00:24] *** Joins: jmarsac (~jmarsac@replaced-ip )
1400 [14:00:31] *** Joins: Essadon (~Essadon@replaced-ip )
1401 [14:01:42] *** Joins: noodlepie (~Phillip@replaced-ip )
1402 [14:01:44] *** Quits: noodlepie (~Phillip@replaced-ip ) (Remote host closed the connection)
1403 [14:02:14] *** Joins: thePiGrepper (~nagato@replaced-ip )
1404 [14:04:02] *** Joins: mavhc (~mavhc@replaced-ip )
1405 [14:04:40] *** Joins: noodlepie (~Phillip@replaced-ip )
1406 [14:06:51] *** Joins: matrim (~mats_@replaced-ip )
1407 [14:07:07] *** Quits: clemens3_ (~clemens@replaced-ip ) (Ping timeout: 240 seconds)
1408 [14:07:37] *** Joins: Brigo (~Brigo@replaced-ip )
1409 [14:08:28] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 250 seconds)
1410 [14:09:02] *** Joins: greenzap (~nova@replaced-ip )
1411 [14:09:07] *** Quits: karlpinc (~user@replaced-ip ) (Remote host closed the connection)
1412 [14:10:22] *** Joins: Brainium (~brainium@replaced-ip )
1413 [14:11:24] *** Joins: rappscallion (~nils@replaced-ip )
1414 [14:12:21] *** Joins: cryptodan (~cryptodan@replaced-ip )
1415 [14:12:28] *** Quits: rpifan (~rpifan@replaced-ip ) (Ping timeout: 246 seconds)
1416 [14:13:22] *** Joins: voidnecron (~void@replaced-ip )
1417 [14:13:54] *** Joins: thunderrd (~thunderrd@replaced-ip )
1418 [14:14:01] *** debhelper sets mode: +l 1514
1419 [14:14:16] <voidnecron> Hi
1420 [14:14:30] <voidnecron> I've just upgrade a box from jessie (8.11) to stretch (9.6)
1421 [14:14:43] <voidnecron> All went ok, excerpt the kernel didn't upgrade, still 3.16
1422 [14:14:53] *** Joins: karlpinc (~user@replaced-ip )
1423 [14:15:07] <voidnecron> I think it's the bootloeder because the image and headers are installed, but I can't find the loader
1424 [14:15:07] <peterandre> apt-get dist-upgrade
1425 [14:15:12] *** Joins: rpifan (~rpifan@replaced-ip )
1426 [14:15:15] <peterandre> is probably what you need ?
1427 [14:15:51] <voidnecron> peterandre: Nope, all done (apt-get update && upgrade && dist-upgrade | change apt/sources.list to stretch, whole thing again)
1428 [14:16:12] <peterandre> ok
1429 [14:16:22] <peterandre> strange
1430 [14:16:42] <voidnecron> as you can see from this dopkg -l they are both installed
1431 [14:16:45] *** Joins: mavhc (~mavhc@replaced-ip )
1432 [14:16:54] <voidnecron> ii linux-image-3.16.0-4-amd64 3.16.51-2 amd64 Linux 3.16 for 64-bit PCs
1433 [14:16:55] <voidnecron> ii linux-image-4.9.0-8-amd64 4.9.130-2 amd64 Linux 4.9 for 64-bit PCs
1434 [14:17:05] <voidnecron> However, it still only boots old kernel
1435 [14:17:13] <xand> did you try the new one from the grub menu?
1436 [14:17:14] <petn-randall> voidnecron: Can you share the output of 'apt-cache policy' and 'apt-cache policy linux-image-amd64' on replaced-url
1437 [14:17:43] <voidnecron> xand: I don't think grub is installed (remote server in colo so no view)
1438 [14:17:53] <voidnecron> /boot/grub is non existent, as is /etc/lilo
1439 [14:18:04] <voidnecron> petn-randall: sure, one sec
1440 [14:18:24] *** Quits: m0u (~m0u@replaced-ip ) (Ping timeout: 268 seconds)
1441 [14:18:56] <voidnecron> petn-randall: replaced-url
1442 [14:19:25] <petn-randall> voidnecron: Is this a VPS?
1443 [14:19:38] <voidnecron> Virtual box yeah
1444 [14:19:44] *** Quits: vizius00 (~vizius00@replaced-ip ) (Ping timeout: 250 seconds)
1445 [14:20:13] <voidnecron> Not a vps, its a virtual box on a private server in colo
1446 [14:20:22] *** Joins: krabador (~krabador@replaced-ip )
1447 [14:20:25] *** Joins: Texou (~Texou@replaced-ip )
1448 [14:20:36] <voidnecron> Based on xem if I recall correct
1449 [14:20:42] *** Joins: vizius00 (~vizius00@replaced-ip )
1450 [14:20:47] <voidnecron> Old admin didn't leave much docs :/
1451 [14:20:49] <xand> you should have access to the console either way
1452 [14:20:52] *** Quits: huwjr (~huwjr@replaced-ip ) (Ping timeout: 246 seconds)
1453 [14:20:52] <petn-randall> voidnecron: Might be that it boot its custom kernel.
1454 [14:20:57] <petn-randall> *boots
1455 [14:21:15] <voidnecron> petn-randall: how to make sure?
1456 [14:21:22] <xand> if it's a container than it'll share the host's kernel
1457 [14:21:23] *** Joins: huwjr (~huwjr@replaced-ip )
1458 [14:21:28] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 250 seconds)
1459 [14:21:33] <petn-randall> voidnecron: Does /boot/grub/grub.cfg list the 4.9 kernel?
1460 [14:21:37] <voidnecron> xand: aaah
1461 [14:22:01] <voidnecron> petn-randall: there is no /boot/grub
1462 [14:22:16] <voidnecron> As I mentioned, I don't know which boot loader is used.. not grub or Lilo
1463 [14:22:17] <petn-randall> voidnecron: That might be your problem ....
1464 [14:23:12] <voidnecron> How to figure out the current boot loader?
1465 [14:23:20] *** Quits: nirakara (~nurks@replaced-ip ) (Ping timeout: 268 seconds)
1466 [14:23:24] *** Quits: nirakara_ (~nurks@replaced-ip ) (Ping timeout: 272 seconds)
1467 [14:23:37] <voidnecron> Read some shit about dd the first couple of blocks, but is there a more noobish solution?
1468 [14:23:40] <petn-randall> voidnecron: You'll have to figure out how the VM is booted. Likely it has a custom kernel to boot from outside of the VM.
1469 [14:23:56] <voidnecron> Like xand mentioned, the host based kernel?
1470 [14:24:18] <voidnecron> Crap, because that OS disk is full so I can't upgrade it atm...
1471 [14:25:47] *** Joins: Phizzy (~Phillip@replaced-ip )
1472 [14:26:52] *** Joins: hsab (~L1nux@replaced-ip )
1473 [14:28:04] *** Quits: hsab (~L1nux@replaced-ip ) (Read error: Connection reset by peer)
1474 [14:28:48] *** Quits: noodlepie (~Phillip@replaced-ip ) (Ping timeout: 246 seconds)
1475 [14:28:48] *** Quits: Texou (~Texou@replaced-ip ) (Ping timeout: 245 seconds)
1476 [14:29:12] *** Joins: hsab (~L1nux@replaced-ip )
1477 [14:30:53] *** Quits: porcupine (~porcupine@replaced-ip ) (Quit: Leaving)
1478 [14:31:29] *** Joins: mavhc (~mavhc@replaced-ip )
1479 [14:32:04] <voidnecron> Thanks for the help guys
1480 [14:32:26] *** Quits: Phizzy (~Phillip@replaced-ip ) (Remote host closed the connection)
1481 [14:32:32] <hsab> slam alekom
1482 [14:32:43] *** Joins: Phizzy (~Phillip@replaced-ip )
1483 [14:33:04] *** Joins: telcoguy________ (~telcoguy_@replaced-ip )
1484 [14:33:09] *** Joins: clemens3_ (~clemens@replaced-ip )
1485 [14:33:22] *** Quits: stitched_unicorn (~Red@replaced-ip ) (Quit: stitched_unicorn)
1486 [14:33:51] *** Joins: ronoski (~ronoski@replaced-ip )
1487 [14:34:02] *** Parts: ronoski (~ronoski@replaced-ip ) ()
1488 [14:34:47] *** Joins: knstn (~Thunderbi@replaced-ip )
1489 [14:36:11] *** Quits: deicide- (~deicide-@replaced-ip ) (Remote host closed the connection)
1490 [14:36:53] *** Quits: Exmix (~tek@replaced-ip ) (Quit: Konversation terminated!)
1491 [14:37:31] *** Quits: telcoguy________ (~telcoguy_@replaced-ip ) (Ping timeout: 268 seconds)
1492 [14:37:41] *** Joins: upie (~upie@replaced-ip )
1493 [14:37:56] *** Quits: cryptodan (~cryptodan@replaced-ip ) (Ping timeout: 250 seconds)
1494 [14:37:58] *** Quits: upie (~upie@replaced-ip ) (Remote host closed the connection)
1495 [14:38:11] *** Joins: upie (~upie@replaced-ip )
1496 [14:38:21] *** Quits: pax (~Thunderbi@replaced-ip ) (Quit: pax)
1497 [14:38:55] *** Joins: nirakara (~nurks@replaced-ip )
1498 [14:38:57] *** Joins: nirakara_ (~nurks@replaced-ip )
1499 [14:39:07] *** Joins: cryptodan (~cryptodan@replaced-ip )
1500 [14:39:11] *** Quits: nirakara_ (~nurks@replaced-ip ) (Client Quit)
1501 [14:40:05] <dreamer> hmm. since last week one of my stretch machines is very slow with some authentication processes. ssh and sudo take like 20-30 seconds to complete. instead of the regular <1 second. I have absolutely no idea what it could be. nothing clear in the logs
1502 [14:40:35] *** Joins: Exmix (~tek@replaced-ip )
1503 [14:41:43] *** Quits: manuelschneid3r (~manuelsch@replaced-ip ) (Remote host closed the connection)
1504 [14:42:04] <xand> is DNS working properly?
1505 [14:42:08] <dreamer> yes
1506 [14:42:16] <dreamer> hmm, running some upgrades .. and now suddenly it's way faster. that's weird
1507 [14:42:24] <dreamer> been banging my head on this for almost a week
1508 [14:42:45] *** Quits: wool (~famiglia@replaced-ip ) (Quit: leaving)
1509 [14:42:47] *** Joins: Robin_Anatoscope (~robs@replaced-ip )
1510 [14:43:23] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 245 seconds)
1511 [14:43:35] <cryptodan> dreamer: how full is your drive, and have you ran fsck on it?
1512 [14:43:51] *** Quits: Freddrickk (~fred@replaced-ip ) (Ping timeout: 256 seconds)
1513 [14:43:53] *** Quits: voidnecron (~void@replaced-ip ) (Quit: Leaving)
1514 [14:44:05] <dreamer> 20G of w
1515 [14:44:10] <dreamer> with 4G free
1516 [14:44:12] <dreamer> and no
1517 [14:44:37] <dreamer> er. 25G actually (was reading wrong column hehe)
1518 [14:44:48] *** Joins: Freddrickk (~fred@replaced-ip )
1519 [14:44:50] <cryptodan> dreamer: try running an fsck on the drive and see if the issue clears up, and if it doesn't create a new system user and see if you can sudo and ssh fine with that one
1520 [14:45:17] <dreamer> cryptodan: well, as I just said I started running some updates. and now everything is what I'd expect. <1secs for auth
1521 [14:45:33] <dreamer> still no clue what was going on of course ..
1522 [14:45:39] <cryptodan> odd that it would slow you down
1523 [14:45:52] <dreamer> apt was still in the unpacking phase
1524 [14:45:53] *** Parts: rappscallion (~nils@replaced-ip ) ()
1525 [14:46:23] <dreamer> cryptodan: what do you mean with 'it' ?
1526 [14:47:21] *** Quits: teclo- (42@replaced-ip ) (Ping timeout: 246 seconds)
1527 [14:47:44] *** Quits: airwind (~belovent@replaced-ip ) (Quit: airwind)
1528 [14:48:22] *** Joins: teclo- (42@replaced-ip )
1529 [14:48:51] <RandomSerb> how do I use apt to install package from specific branch of a repo, ie testing?
1530 [14:48:53] <RandomSerb> replaced-url
1531 [14:49:20] <RandomSerb> one liner option prefered, without making changes to apt.sources
1532 [14:49:24] <RandomSerb> if possib;e
1533 [14:50:21] <petn-randall> RandomSerb: It's neither possible that way, nor is it recommended.
1534 [14:50:25] <petn-randall> !frankendebian
1535 [14:50:25] <dpkg> When you get random packages from random repositories, mix multiple releases of Debian, or mix Debian and derived distributions, you have a mess. There's no way anyone can support this "distribution of Frankenstein" and #debian certainly doesn't want to even try. Ask me about <reinstall>
1536 [14:50:27] *** Joins: Texou (~Texou@replaced-ip )
1537 [14:50:35] <petn-randall> RandomSerb: It's also not supported. ^^^
1538 [14:50:52] <petn-randall> RandomSerb: However, if you tell us what your actual goal is, we might be able to help you with that.
1539 [14:51:20] <petn-randall> RandomSerb: If you want to install "anbox" on stretch, it's already in stretch-backports.
1540 [14:52:20] *** Joins: milkt (~debian@replaced-ip )
1541 [14:52:35] <RandomSerb> petn-randall, yeah, i'm trying to instll anbox on stretch
1542 [14:52:52] <RandomSerb> /s/instll/install
1543 [14:52:57] *** Quits: nirakara (~nurks@replaced-ip ) (Ping timeout: 246 seconds)
1544 [14:53:50] <petn-randall> ,v anbox
1545 [14:53:51] <judd> Package: anbox on amd64 -- stretch-backports/contrib: 0.0~git20181014-1~bpo9+1; buster/contrib: 0.0~git20181210-1; sid/contrib: 0.0~git20181210-1
1546 [14:53:55] <petn-randall> !stretch-backports
1547 [14:53:55] <dpkg> Some packages intended for Buster (Debian 10) but recompiled for use with Stretch (Debian 9) can be found in the stretch-backports repository. See replaced-url
1548 [14:54:12] <petn-randall> RandomSerb: ^^^ This here has instruction on how to enable stretch-backports.
1549 [14:54:39] *** Joins: donofrio_ (~donofrio@replaced-ip )
1550 [14:54:55] <RandomSerb> petn-randall, apt-get -t stretch-backports install anbox is not preferred way?
1551 [14:57:05] <petn-randall> RandomSerb: That will only work if you followed the instructions.
1552 [14:57:07] *** Quits: pingfloyd (~pingfloyd@replaced-ip ) (Quit: ☮ out)
1553 [14:57:17] <RandomSerb> yeah, figured that by now. Thanks
1554 [14:57:51] *** Joins: ae-35_ (~ae-35@replaced-ip )
1555 [14:57:52] *** Quits: Texou (~Texou@replaced-ip ) (Ping timeout: 250 seconds)
1556 [14:58:09] *** Joins: pingfloyd (~pingfloyd@replaced-ip )
1557 [14:58:34] *** Quits: donofrio (~donofrio@replaced-ip ) (Ping timeout: 268 seconds)
1558 [14:59:03] <RandomSerb> petn-randall, still won't work. E: Unable to locate package anbox
1559 [14:59:20] <RandomSerb> yes, I added stretch backports, and I did apt-get update
1560 [14:59:51] *** Quits: Phizzy (~Phillip@replaced-ip ) (Remote host closed the connection)
1561 [15:00:16] *** Quits: Messenger_bird (~banana@replaced-ip ) (Ping timeout: 260 seconds)
1562 [15:00:19] *** Joins: Phizzy (~Phillip@replaced-ip )
1563 [15:00:21] *** Joins: mavhc (~mavhc@replaced-ip )
1564 [15:00:52] *** Quits: ae-35 (~ae-35@replaced-ip ) (Ping timeout: 258 seconds)
1565 [15:00:57] *** Joins: greycat (~wooledg@replaced-ip )
1566 [15:01:07] *** Joins: ableto (~cryptum@replaced-ip )
1567 [15:01:08] *** Joins: Old_Dog (~Old_Dog@replaced-ip )
1568 [15:01:16] *** Joins: tmroland (~tmroland@replaced-ip )
1569 [15:01:44] <petn-randall> RandomSerb: What is the output of `apt-get update`, and the output of `apt-cache policy`? -> replaced-url
1570 [15:01:46] *** Quits: olegfusion (~olegfusio@replaced-ip ) (Read error: Connection reset by peer)
1571 [15:01:48] *** Joins: pax (~Thunderbi@replaced-ip )
1572 [15:01:54] *** himcesjf_ is now known as him-cesjf
1573 [15:02:21] *** Quits: Phizzy (~Phillip@replaced-ip ) (Max SendQ exceeded)
1574 [15:02:29] *** Parts: ableto (~cryptum@replaced-ip ) ()
1575 [15:02:48] *** Joins: Phizzy (~Phillip@replaced-ip )
1576 [15:02:48] *** Joins: manuelschneid3r (~manuelsch@replaced-ip )
1577 [15:02:53] *** Quits: manuelschneid3r (~manuelsch@replaced-ip ) (Remote host closed the connection)
1578 [15:03:08] *** Quits: pax (~Thunderbi@replaced-ip ) (Client Quit)
1579 [15:03:13] *** Joins: OS-41278 (~OS-41278@replaced-ip )
1580 [15:03:35] *** Quits: Phizzy (~Phillip@replaced-ip ) (Max SendQ exceeded)
1581 [15:03:41] *** Quits: Freddrickk (~fred@replaced-ip ) (Ping timeout: 256 seconds)
1582 [15:04:02] *** Quits: aps_ (~aps@replaced-ip ) (Ping timeout: 268 seconds)
1583 [15:04:14] *** Joins: m0u (~m0u@replaced-ip )
1584 [15:04:23] *** Joins: Freddrickk (~fred@replaced-ip )
1585 [15:04:46] *** Joins: supercoven (~quassel@replaced-ip )
1586 [15:05:15] *** Joins: noodlepie (~Phillip@replaced-ip )
1587 [15:06:26] *** Joins: Kruppt (~Kruppt@replaced-ip )
1588 [15:06:46] *** Joins: jsubl2 (~jim@replaced-ip )
1589 [15:07:00] *** Quits: Poster (~poster@replaced-ip ) (Ping timeout: 258 seconds)
1590 [15:07:13] *** Joins: aps_ (~aps@replaced-ip )
1591 [15:07:58] *** Joins: banisterfiend (~textual@replaced-ip )
1592 [15:08:33] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 244 seconds)
1593 [15:09:24] *** Joins: mrph6774 (~work@replaced-ip )
1594 [15:09:34] *** Quits: Gyro (~user@replaced-ip ) (Ping timeout: 250 seconds)
1595 [15:10:48] *** Joins: Phizzy (~Phillip@replaced-ip )
1596 [15:11:52] *** Joins: OS-43089 (~OS-43089@replaced-ip )
1597 [15:11:58] *** Parts: OS-43089 (~OS-43089@replaced-ip ) ()
1598 [15:12:06] *** Quits: Slic3 (~n3t@replaced-ip ) (Quit: Leaving)
1599 [15:12:58] *** Quits: noodlepie (~Phillip@replaced-ip ) (Ping timeout: 245 seconds)
1600 [15:12:58] *** Quits: n_1-c_k (~nick@replaced-ip ) (Read error: Connection reset by peer)
1601 [15:13:03] *** Joins: newbie (~Essadon@replaced-ip )
1602 [15:13:12] *** Joins: n_1-c_k (~nick@replaced-ip )
1603 [15:13:17] *** Quits: teclo- (42@replaced-ip ) (Ping timeout: 268 seconds)
1604 [15:13:31] *** Phizzy is now known as noodlepie
1605 [15:14:59] *** Joins: timbosua (~timbosua@replaced-ip )
1606 [15:15:03] *** Quits: Essadon (~Essadon@replaced-ip ) (Ping timeout: 258 seconds)
1607 [15:16:00] *** Quits: kirk781 (~kirk781@replaced-ip ) (Quit: Leaving)
1608 [15:16:39] *** Joins: spacemanspam (~weechat@replaced-ip )
1609 [15:17:40] *** Joins: S3xyL1nux (~Nicolle70@replaced-ip )
1610 [15:18:32] *** Joins: t3h1nf3ct3d1 (~t3h1nf3ct@replaced-ip )
1611 [15:18:55] *** Quits: t3h1nf3ct3d1 (~t3h1nf3ct@replaced-ip ) (Remote host closed the connection)
1612 [15:20:11] *** Quits: S3xyL1nux (~Nicolle70@replaced-ip ) (Quit: reboot)
1613 [15:21:27] *** Joins: mavhc (~mavhc@replaced-ip )
1614 [15:21:44] *** Quits: hsab (~L1nux@replaced-ip ) (Quit: reboot)
1615 [15:22:04] *** Joins: teclo- (42@replaced-ip )
1616 [15:22:28] *** Joins: hsab (~L1nux@replaced-ip )
1617 [15:24:30] *** Joins: mikevanbike (~luci@replaced-ip )
1618 [15:26:02] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
1619 [15:26:56] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 258 seconds)
1620 [15:27:03] *** Quits: HarveyPwca (~HarveyPwc@replaced-ip ) (Quit: Leaving)
1621 [15:28:09] *** Quits: timbosua (~timbosua@replaced-ip ) (Quit: WeeChat 1.6)
1622 [15:28:53] *** Joins: ae-35 (~ae-35@replaced-ip )
1623 [15:28:55] *** Joins: msimpson (~msimpson@replaced-ip )
1624 [15:29:22] *** Joins: pax (~Thunderbi@replaced-ip )
1625 [15:30:17] *** Joins: malmalmal (~malmalmal@replaced-ip )
1626 [15:30:37] *** Quits: pax (~Thunderbi@replaced-ip ) (Client Quit)
1627 [15:31:09] *** Quits: jsubl2 (~jim@replaced-ip ) (Quit: leaving)
1628 [15:31:11] <RandomSerb> petn-randall, replaced-url
1629 [15:31:17] *** Quits: ae-35_ (~ae-35@replaced-ip ) (Ping timeout: 244 seconds)
1630 [15:31:31] <RandomSerb> that's now. when I first did apt-get update, it showed no errors
1631 [15:32:34] <petn-randall> RandomSerb: I see. What about the other command I asked for?
1632 [15:32:49] *** Joins: CrystalMath (~coderain@replaced-ip )
1633 [15:33:02] <petn-randall> !http.debian.net
1634 [15:33:02] <dpkg> The httpredir.debian.org redirector (based on HTTP 302s) was shutdown on 2017-02-13 and replaced by <deb.debian.org>. Existing entries in sources.list will keep working as the DNS entries for httpredir.debian.org have been pointed to deb.debian.org.
1635 [15:33:08] *** Joins: donofrio (~donofrio@replaced-ip )
1636 [15:33:38] *** Joins: b30wulf (uid175355@replaced-ip )
1637 [15:33:51] <petn-randall> RandomSerb: It's been disabled for two years now, so I don't think it worked early today. ^^^
1638 [15:34:09] <petn-randall> What confuses me more is that the error doesn't match the output above. Did you truncate the output somehow?
1639 [15:34:47] *** Quits: Old_Dog (~Old_Dog@replaced-ip ) (Quit: Leaving)
1640 [15:35:17] *** colo-hockn is now known as colo-work
1641 [15:35:32] <treehug88> I'm having trouble submitting this debian bug report / request for package upgrade. Can someone here please submit this to bugs.debian.org ? replaced-url
1642 [15:36:21] *** Joins: manuelschneid3r (~manuelsch@replaced-ip )
1643 [15:36:23] *** Joins: Thedarkb-T60 (~Thedarkb-@replaced-ip )
1644 [15:37:20] *** Quits: conta (~Thunderbi@replaced-ip ) (Ping timeout: 268 seconds)
1645 [15:37:24] *** Joins: mavhc (~mavhc@replaced-ip )
1646 [15:38:02] *** Quits: Brainium (~brainium@replaced-ip ) (Quit: Konversation terminated!)
1647 [15:38:14] <RandomSerb> petn-randall, nope, that's full output
1648 [15:38:40] <petn-randall> treehug88: What error are you getting trying to submit it?
1649 [15:38:42] <RandomSerb> also, let me see if old apt-get update output is still in the buffer
1650 [15:39:00] <petn-randall> treehug88: It's of little use if I submit it, as I know nothing about the issue but would get all the replies.
1651 [15:39:13] <hsab> /msg nickserv identify wakwak123rr
1652 [15:39:23] * jelly can add choice serbian curses into !basic apt troubleshooting, to emphasize the importance of providng all info, if needed
1653 [15:39:35] <treehug88> petn-randall it's described well in the pastebin text. I'm trying to get git-secret in sid updated. It should be pretty cut and dry upgrading (though I could be wrong)
1654 [15:39:42] <petn-randall> hsab: Time to switch passwords ...
1655 [15:39:54] *** Joins: Shahnaz_ (~Shahnaz@replaced-ip )
1656 [15:40:04] *** Quits: tyranny12 (~blarg@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
1657 [15:40:09] *** Quits: petan (~g@replaced-ip ) (Remote host closed the connection)
1658 [15:40:09] *** Quits: chele (~chele@replaced-ip ) (Remote host closed the connection)
1659 [15:40:09] *** Quits: pvoigt (~Linux@replaced-ip ) (Excess Flood)
1660 [15:40:11] *** Joins: chele_ (~chele@replaced-ip )
1661 [15:40:13] *** Quits: Ericounet (~Eric@replaced-ip ) (Remote host closed the connection)
1662 [15:40:16] <hsab> :O holly molly
1663 [15:40:16] *** Joins: OS-DWS (~OS-DWS@replaced-ip )
1664 [15:40:17] *** Joins: steph_ (~serard@replaced-ip )
1665 [15:40:17] <hsab> ok
1666 [15:40:28] *** Joins: Ericounet (~Eric@replaced-ip )
1667 [15:40:36] <RandomSerb> petn-randall, replaced-url
1668 [15:40:40] * petn-randall wakka wakkas hsab
1669 [15:40:57] <RandomSerb> so yeah, it fetched stretch-backports properly
1670 [15:41:02] <RandomSerb> just an hour ago or so
1671 [15:41:26] *** Joins: pvoigt (~Linux@replaced-ip )
1672 [15:41:28] *** Joins: tyranny12 (~blarg@replaced-ip )
1673 [15:41:28] *** Quits: tyranny12 (~blarg@replaced-ip ) (Changing host)
1674 [15:41:28] *** Joins: tyranny12 (~blarg@replaced-ip )
1675 [15:41:40] *** Quits: steph_ (~serard@replaced-ip ) (Read error: Connection reset by peer)
1676 [15:41:59] <petn-randall> RandomSerb: `apt-cache policy`?
1677 [15:42:39] *** Joins: pax (~Thunderbi@replaced-ip )
1678 [15:42:45] <RandomSerb> petn-randall, replaced-url
1679 [15:43:07] *** Quits: hsab (~L1nux@replaced-ip ) (K-Lined)
1680 [15:43:12] *** Quits: serard (~serard@replaced-ip ) (Ping timeout: 252 seconds)
1681 [15:43:13] *** Quits: Shahnaz- (~Shahnaz@replaced-ip ) (Ping timeout: 252 seconds)
1682 [15:43:48] *** Quits: andrzejv (~andzej@replaced-ip ) (Ping timeout: 258 seconds)
1683 [15:44:05] *** Joins: hsab (~L1nux@replaced-ip )
1684 [15:44:37] <petn-randall> RandomSerb: Did you switch repos between those pastes? Because I'm seeing a different repository url in every paste.
1685 [15:44:40] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 250 seconds)
1686 [15:45:10] *** Quits: OS-34800 (~OS-34800@replaced-ip ) (Quit: Leaving)
1687 [15:45:39] *** Joins: Poster (~poster@replaced-ip )
1688 [15:46:03] <RandomSerb> petn-randall, nope, not at all
1689 [15:47:03] <RandomSerb> petn-randall, replaced-url
1690 [15:47:06] <RandomSerb> my sources.list
1691 [15:47:16] <petn-randall> RandomSerb: anbox is available from my box in stretch-backports, so I don't know what's going on on your system.
1692 [15:48:04] *** Joins: crazeekennee (~ken_home@replaced-ip )
1693 [15:48:27] <RandomSerb> mind helping out debugging?
1694 [15:48:38] *** Joins: semeion (~semeion@replaced-ip )
1695 [15:48:41] *** Quits: PaddyF (~PaddyF@replaced-ip ) (Quit: bbl)
1696 [15:48:43] <RandomSerb> does my sources.list look ok?
1697 [15:49:21] <AK> post it to replaced-url
1698 [15:49:27] *** Joins: Slashman (~Slash@replaced-ip )
1699 [15:49:34] <petn-randall> RandomSerb: Ah, anbox is in *contrib*
1700 [15:49:47] <petn-randall> RandomSerb: You need to add "contrib" to the end of line 23.
1701 [15:50:01] <AK> someone is using termite in debian?
1702 [15:50:08] *** Joins: siwica (~user@replaced-ip )
1703 [15:50:28] <petn-randall> !anyone
1704 [15:50:28] <dpkg> Please do not ask if anyone can help you, knows 'something' or uses 'some_program'. Instead, ask your real question. (If the real question _was_ "does anyone use 'some_program'?" ask me about <popcon> instead.) See <ask> <ask to ask> <polls> <search> <sicco> <smart questions>.
1705 [15:50:37] <siwica> Is there an emacs major mode to syntax-highlight debian/control files?
1706 [15:50:54] *** Joins: hipp (~hipp@replaced-ip )
1707 [15:51:18] *** Quits: teclo- (42@replaced-ip ) (Ping timeout: 245 seconds)
1708 [15:51:29] *** Joins: czart (~czart@replaced-ip )
1709 [15:52:26] <RandomSerb> petn-randall, now, out of 10 tries apt-get update, 7 fail, and 3 are good
1710 [15:52:28] <AK> termite.cc:32:10: fatal error: gtk/gtk.h: No such file or directory
1711 [15:52:30] <RandomSerb> weird, indeed
1712 [15:52:36] *** Joins: teclo- (42@replaced-ip )
1713 [15:52:42] *** Quits: mrph6774 (~work@replaced-ip ) (Ping timeout: 272 seconds)
1714 [15:52:45] <greycat> ,file gtk/gtk.h
1715 [15:52:49] <judd> Search for gtk/gtk.h in stretch/amd64: libgtk-3-dev: usr/include/gtk-3.0/gtk/gtk.h; libgtk2.0-dev: usr/include/gtk-2.0/gtk/gtk.h
1716 [15:52:50] <AK> I have that
1717 [15:52:56] <RandomSerb> petn-randall, but I can now install anbox, thanks!
1718 [15:52:57] <AK> both 2 and 3
1719 [15:53:04] <petn-randall> RandomSerb: yay! \o/
1720 [15:53:12] <greycat> Then you need to run ./configure with the appropriate options to TELL it where you gtk development headers are.
1721 [15:53:22] <AK> gave it like make GTK=/usr/include/gtk
1722 [15:53:46] *** Quits: Thedarkb-T60 (~Thedarkb-@replaced-ip ) (Ping timeout: 258 seconds)
1723 [15:53:46] <AK> there is no configure in the dir
1724 [15:53:46] <greycat> Read the instructions or find a termite support channel to learn how to run ./configure correctly for this application, because we will not know.
1725 [15:53:55] *** Joins: V7 (~v7@replaced-ip )
1726 [15:54:01] *** debhelper sets mode: +l 1521
1727 [15:54:02] <greycat> If it's cmake, god help you.
1728 [15:54:07] <greycat> cmake needs to die in a fire
1729 [15:54:11] <AK> it make
1730 [15:54:15] <RandomSerb> petn-randall, though it now complains that kernel drivers are not loaded
1731 [15:54:21] *** Joins: Kevlar_Noir (~manjaro-u@replaced-ip )
1732 [15:54:52] <greycat> If the instructions say that you should manually edit the Makefile to tell it where your gtk headers are, then we *definitely* will not be able to support you. Find the termite channel.
1733 [15:54:55] *** Joins: jsubl2 (~jim@replaced-ip )
1734 [15:55:22] <greycat> The only thing #debian can tell you is how to install the appropriate gtk devel package, once you figure out which one that is.
1735 [15:56:38] *** Joins: OS-28452 (~OS-28452@replaced-ip )
1736 [15:56:48] *** Quits: V7 (~v7@replaced-ip ) (Client Quit)
1737 [15:57:07] *** Joins: V7 (~v7@replaced-ip )
1738 [15:57:27] *** Joins: Texou (~Texou@replaced-ip )
1739 [15:57:55] <AK> replaced-url
1740 [15:57:59] *** Joins: LiPi (~lipi@replaced-ip )
1741 [15:58:04] <AK> now this error came
1742 [15:58:19] *** Quits: OS-28452 (~OS-28452@replaced-ip ) (Client Quit)
1743 [15:58:25] <greycat> Instead of showing us the error, how about you show us the INSTRUCTIONS that tell you what you are supposed to be doing? Or find the termite support channel.
1744 [15:58:33] <LiPi> I want to insatll a kernel version that's shown with 'apt-cache madison linux', but when I do apt-get install linux-image=XXXXX -V it says version is not found
1745 [15:58:34] *** Joins: hspcd (~hspcd@replaced-ip )
1746 [15:58:35] *** Joins: mavhc (~mavhc@replaced-ip )
1747 [15:58:46] <LiPi> whY?
1748 [15:58:51] <LiPi> I'm on sid
1749 [15:58:53] <AK> I'm in that channel and I got no response
1750 [15:59:08] *** Joins: mrph6774 (~work@replaced-ip )
1751 [15:59:15] *** Quits: mrph6774 (~work@replaced-ip ) (Max SendQ exceeded)
1752 [15:59:21] <LiPi> and want ' linux | 4.17.8-1 | replaced-url
1753 [15:59:48] *** Joins: Thedarkb-T60 (~Thedarkb-@replaced-ip )
1754 [15:59:54] *** Joins: mrph6774 (~work@replaced-ip )
1755 [16:00:02] *** Quits: jsubl2 (~jim@replaced-ip ) (Quit: leaving)
1756 [16:00:15] <AK> LiPi: I'm on debian 4.19.0-1-rt-amd64
1757 [16:00:17] *** Quits: mrph6774 (~work@replaced-ip ) (Max SendQ exceeded)
1758 [16:00:29] <AK> dunno if its sid or somehing but I think its buster
1759 [16:00:34] <LiPi> I want a lower version
1760 [16:00:37] <LiPi> just to test
1761 [16:00:41] <AK> my fourth day on debian
1762 [16:00:58] <greycat> !snapshot
1763 [16:00:58] <dpkg> replaced-url
1764 [16:01:00] <greycat> LiPi: ^^
1765 [16:01:22] *** Quits: spacemanspam (~weechat@replaced-ip ) (Read error: Connection reset by peer)
1766 [16:01:49] <LiPi> where does madison find these versions then?
1767 [16:02:01] <AK> Just installed this kernel just because debian don't have an option to reinstall the installed package from cache.
1768 [16:02:29] <greycat> AK: dpkg -i /filename
1769 [16:02:38] <AK> and I was watching for efistub issue. so I needed to install a new kernel
1770 [16:02:53] *** Joins: mrph6774 (~work@replaced-ip )
1771 [16:02:59] <LiPi> greycat, thanks, that will do it.
1772 [16:03:00] <jelly> LiPi: "Sources" suggests it looks at source package, not binary debs
1773 [16:03:04] *** Quits: teclo- (42@replaced-ip ) (Ping timeout: 246 seconds)
1774 [16:03:05] <AK> greycat: wow thanks, do I know where debian stores the cached programs?
1775 [16:03:21] <LiPi> ah
1776 [16:03:25] <LiPi> you're right
1777 [16:03:36] *** Joins: baris (~baris@replaced-ip )
1778 [16:03:39] <greycat> AK: /var/cache/apt/archives/ unless you already cleaned them out, or unless you used apt which cleans them automatically
1779 [16:03:41] <LiPi> just skipped that part of the output
1780 [16:03:58] <LiPi> allright, thanks both jelly and greycat
1781 [16:04:00] <greycat> AK: failing that, you can always use apt-get --reinstall install pkgname and it will re-download if necessary
1782 [16:04:01] *** debhelper sets mode: +l 1527
1783 [16:04:21] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 246 seconds)
1784 [16:04:28] *** Quits: daniel-s (~daniel-s@replaced-ip ) (Quit: Konversation terminated!)
1785 [16:04:29] *** Joins: echoSMILE (~echoSMILE@replaced-ip )
1786 [16:04:36] *** Quits: Texou (~Texou@replaced-ip ) (Ping timeout: 250 seconds)
1787 [16:04:44] *** Joins: teclo- (42@replaced-ip )
1788 [16:05:00] <AK> greycat: thanks, I'll learn package management in more depth once I'm done configuring/recompiling the programs to my needs
1789 [16:05:03] *** Quits: DalekSec (unit193@replaced-ip ) (Ping timeout: 246 seconds)
1790 [16:05:33] <RandomSerb> petn-randall, how do I start anbox? anbox session-manager?
1791 [16:07:28] *** Joins: rsx (~rsx@replaced-ip )
1792 [16:10:17] <LiPi> this snapshot repository is awesome
1793 [16:10:35] <LiPi> they must have very powerful storage capacity
1794 [16:10:44] <LiPi> to store everything
1795 [16:10:51] <LiPi> and a very good snapshot system
1796 [16:11:01] *** Quits: czart (~czart@replaced-ip ) (Ping timeout: 258 seconds)
1797 [16:11:15] *** Quits: mirage335 (~mirage335@replaced-ip ) (Ping timeout: 252 seconds)
1798 [16:12:03] *** Joins: DalekSec (unit193@replaced-ip )
1799 [16:12:19] *** Quits: V7 (~v7@replaced-ip ) (Quit: WeeChat 1.9.1)
1800 [16:12:49] *** Joins: V7 (~v7@replaced-ip )
1801 [16:13:07] *** Joins: ch0wn_ (~tmp@replaced-ip )
1802 [16:16:07] *** Quits: malmalmal (~malmalmal@replaced-ip ) (Remote host closed the connection)
1803 [16:16:10] *** Quits: stefanc_diff (~stefanc_d@replaced-ip ) (Quit: Leaving)
1804 [16:16:26] *** Joins: stefanc_diff (~stefanc_d@replaced-ip )
1805 [16:18:04] *** Quits: DodgeThis (~DodgeThis@replaced-ip ) (Remote host closed the connection)
1806 [16:19:31] <petn-randall> RandomSerb: I'd check the documentation for instructions.
1807 [16:20:53] *** Joins: diogenes_ (~diogenes_@replaced-ip )
1808 [16:21:00] *** Quits: slv (~slv@replaced-ip ) (Read error: Connection reset by peer)
1809 [16:21:37] *** Joins: slv (~slv@replaced-ip )
1810 [16:22:01] *** Quits: LiPi (~lipi@replaced-ip ) (Remote host closed the connection)
1811 [16:22:19] *** Quits: mikevanbike (~luci@replaced-ip ) (Ping timeout: 246 seconds)
1812 [16:23:03] *** Quits: project2501a (~project25@replaced-ip ) (Remote host closed the connection)
1813 [16:24:04] *** Quits: DalekSec (unit193@replaced-ip ) (Ping timeout: 246 seconds)
1814 [16:25:23] *** Joins: malmalmal (~malmalmal@replaced-ip )
1815 [16:25:45] *** Quits: Pjusur (~Pjusur@replaced-ip ) (Quit: Leaving)
1816 [16:25:55] *** Joins: HarveyPwca (~HarveyPwc@replaced-ip )
1817 [16:26:59] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
1818 [16:27:27] *** Joins: citypw (~citypw@replaced-ip )
1819 [16:28:01] *** Joins: jsubl2 (~jim@replaced-ip )
1820 [16:28:04] *** Quits: nighty- (~nighty@replaced-ip ) (Remote host closed the connection)
1821 [16:28:19] *** Joins: Texou (~Texou@replaced-ip )
1822 [16:28:58] *** Joins: c-sanchez (~androirc@replaced-ip )
1823 [16:29:33] *** Quits: LtL (~ltl@replaced-ip ) (Quit: LtL)
1824 [16:30:15] *** Joins: conta (~Thunderbi@replaced-ip )
1825 [16:30:34] *** Quits: baris (~baris@replaced-ip ) (Quit: baris)
1826 [16:30:42] *** Quits: malmalmal (~malmalmal@replaced-ip ) (Remote host closed the connection)
1827 [16:31:16] *** Joins: derlg_ (uid337581@replaced-ip )
1828 [16:33:03] <c-sanchez> Hey please visit and make an account with my link
1829 [16:33:08] <c-sanchez> replaced-url
1830 [16:33:08] *** Quits: c-sanchez (~androirc@replaced-ip ) (Killed (Sigyn (Spam is off topic on freenode.)))
1831 [16:33:42] *** Quits: mspe (~mspe@replaced-ip ) (Quit: Leaving)
1832 [16:34:01] *** debhelper sets mode: +l 1521
1833 [16:35:10] *** Quits: conta (~Thunderbi@replaced-ip ) (Ping timeout: 258 seconds)
1834 [16:36:00] *** Quits: Texou (~Texou@replaced-ip ) (Ping timeout: 268 seconds)
1835 [16:36:45] *** Joins: LtL (~ltl@replaced-ip )
1836 [16:37:45] *** Quits: Freddrickk (~fred@replaced-ip ) (Ping timeout: 256 seconds)
1837 [16:37:50] *** Joins: oish (~charlie@replaced-ip )
1838 [16:38:12] *** Joins: towo` (~towo@replaced-ip )
1839 [16:38:17] *** Joins: Freddrickk (~fred@replaced-ip )
1840 [16:39:34] *** Joins: orbiter (~orbiter@replaced-ip )
1841 [16:40:32] *** Joins: mavhc (~mavhc@replaced-ip )
1842 [16:40:42] *** Quits: AquaL1te (~AquaL1te@replaced-ip ) (Quit: leaving)
1843 [16:42:05] *** Joins: Phizzy (~Phillip@replaced-ip )
1844 [16:44:35] *** Joins: n4dir (~n4dir@replaced-ip )
1845 [16:45:06] *** Joins: conta (~Thunderbi@replaced-ip )
1846 [16:45:10] *** Quits: siwica (~user@replaced-ip ) (Ping timeout: 268 seconds)
1847 [16:45:23] *** Quits: jsubl2 (~jim@replaced-ip ) (Quit: leaving)
1848 [16:45:38] *** Joins: nuuuciano (~luuuciano@replaced-ip )
1849 [16:46:21] *** Joins: troys (~troy@replaced-ip )
1850 [16:46:34] *** Joins: kapil____ (uid36151@replaced-ip )
1851 [16:46:59] *** Quits: dastier (~dastier@replaced-ip ) (Remote host closed the connection)
1852 [16:47:22] *** Joins: dastier (~dastier@replaced-ip )
1853 [16:47:30] *** Class7_ is now known as Class7
1854 [16:47:48] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 272 seconds)
1855 [16:47:54] *** Joins: DarkShymia (~dmenor@replaced-ip )
1856 [16:48:25] *** Quits: kliq (~cliq@replaced-ip ) (Ping timeout: 250 seconds)
1857 [16:50:13] *** Quits: z3306 (~z3306@replaced-ip ) (Quit: WeeChat 1.6)
1858 [16:50:39] *** Joins: Ricardo__ (~rick@replaced-ip )
1859 [16:51:16] *** Joins: hbautista (~hbautista@replaced-ip )
1860 [16:51:54] *** Quits: stenrose (~martin@replaced-ip ) (Quit: Konversation terminated!)
1861 [16:52:10] *** Joins: jhutchins_wk (~jonathan@replaced-ip )
1862 [16:52:16] *** Quits: Phizzy (~Phillip@replaced-ip ) (Quit: Going home!)
1863 [16:52:28] *** Joins: mavhc (~mavhc@replaced-ip )
1864 [16:53:11] *** Joins: maxdawid (~maxdawid@replaced-ip )
1865 [16:54:01] *** debhelper sets mode: +l 1528
1866 [16:54:50] *** Quits: HerbY_NL2 (~HerbY_NL2@replaced-ip ) (Quit: Leaving)
1867 [16:55:08] *** Joins: altin (~altin@replaced-ip )
1868 [16:56:18] <echoSMILE> debian don't use closed firmware right?
1869 [16:56:31] *** Joins: Envil (~envil@replaced-ip )
1870 [16:56:45] <petn-randall> echoSMILE: It's available in the non-free section if you need it.
1871 [16:56:53] *** Joins: mtn (~mtn@replaced-ip )
1872 [16:57:11] <echoSMILE> ok.ty
1873 [16:57:13] *** Quits: BCMM (~BCMM@replaced-ip ) (Quit: Konversation terminated!)
1874 [16:57:30] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 268 seconds)
1875 [16:58:52] *** Joins: Texou (~Texou@replaced-ip )
1876 [17:00:28] *** Joins: mnj (~mnj@replaced-ip )
1877 [17:00:50] *** Joins: TheMightyQuinn5 (~TheMighty@replaced-ip )
1878 [17:01:34] *** Quits: Kevlar_Noir (~manjaro-u@replaced-ip ) (Quit: Konversation terminated!)
1879 [17:01:48] *** Joins: Gyro (~user@replaced-ip )
1880 [17:02:31] *** Joins: Kevlar_Noir (~manjaro-u@replaced-ip )
1881 [17:03:10] *** Joins: zangisharp (~zangishar@replaced-ip )
1882 [17:03:21] *** Joins: victorqueiroz (uid340368@replaced-ip )
1883 [17:03:32] <jelly> echoSMILE: however it's not used and it's not available by default, and extra manual steps have to be taken by the user to use it
1884 [17:03:44] <victorqueiroz> Why does installation of Squeeze or Lenny in VirtualBox stuck in 'please wait' after I select the options in Tasksel
1885 [17:03:54] <echoSMILE> cool.tks
1886 [17:04:01] *** debhelper sets mode: +l 1534
1887 [17:04:09] <jelly> victorqueiroz: probably because all the default repositories are unavailable
1888 [17:04:25] *** Joins: Tom01 (~tom@replaced-ip )
1889 [17:04:39] <victorqueiroz> There's archive.debian.org
1890 [17:04:40] *** Quits: JustASlacker (~JustASlac@replaced-ip ) (Remote host closed the connection)
1891 [17:04:45] <victorqueiroz> Which I selected during the installation
1892 [17:04:48] <petn-randall> victorqueiroz: None of those releases are supported anymore. You could try using the full DVDs and attempt an offline installation.
1893 [17:05:04] <petn-randall> It might work with archive.d.o, I haven't tested it.
1894 [17:05:31] *** Quits: Texou (~Texou@replaced-ip ) (Ping timeout: 268 seconds)
1895 [17:06:21] *** Quits: drzacek (~drzacek@replaced-ip ) (Quit: Leaving)
1896 [17:07:46] <victorqueiroz> You're a genius, let's try that
1897 [17:08:37] <greycat> replaced-url
1898 [17:08:47] *** Joins: echoSMIL3 (~echoSMILE@replaced-ip )
1899 [17:10:02] *** Quits: rpifan (~rpifan@replaced-ip ) (Ping timeout: 250 seconds)
1900 [17:11:00] *** Quits: yareckonirc (~yareckoni@replaced-ip ) (Ping timeout: 244 seconds)
1901 [17:11:16] *** Quits: TheMightyQuinn5 (~TheMighty@replaced-ip ) (Quit: TheMightyQuinn5)
1902 [17:11:41] *** Quits: donofrio_ (~donofrio@replaced-ip ) (Ping timeout: 268 seconds)
1903 [17:11:43] *** Joins: stenrose (~martin@replaced-ip )
1904 [17:11:47] *** Quits: echoSMILE (~echoSMILE@replaced-ip ) (Ping timeout: 240 seconds)
1905 [17:12:23] <octet> echoSMIL3, duvian is completely FOSS
1906 [17:12:55] *** Quits: altin (~altin@replaced-ip ) (Ping timeout: 268 seconds)
1907 [17:13:22] <jelly> duvian?
1908 [17:13:37] <octet> duvuan
1909 [17:13:51] <octet> no idea where that name came from
1910 [17:13:51] <jelly> you ot one more try
1911 [17:14:02] *** debhelper sets mode: +l 1528
1912 [17:14:39] *** Quits: citypw (~citypw@replaced-ip ) (Ping timeout: 258 seconds)
1913 [17:15:03] *** Quits: conta (~Thunderbi@replaced-ip ) (Quit: conta)
1914 [17:15:12] *** Quits: thunderrd (~thunderrd@replaced-ip ) (Remote host closed the connection)
1915 [17:16:06] *** Quits: chele_ (~chele@replaced-ip ) (Remote host closed the connection)
1916 [17:16:17] *** Joins: nirakara (~nurks@replaced-ip )
1917 [17:16:34] *** Joins: TheMightyQuinn5 (~TheMighty@replaced-ip )
1918 [17:16:42] *** Joins: debiantonio (~debianton@replaced-ip )
1919 [17:17:16] *** Joins: electro33 (uid613@replaced-ip )
1920 [17:18:09] *** Quits: encod3 (~encod3@replaced-ip ) (Remote host closed the connection)
1921 [17:18:11] *** Joins: cCkw (~ejakuk@replaced-ip )
1922 [17:18:42] *** Joins: z3306 (~z3306@replaced-ip )
1923 [17:19:21] *** Parts: z3306 (~z3306@replaced-ip ) ()
1924 [17:19:27] *** Joins: Toadisattva (~Toadisatt@replaced-ip )
1925 [17:19:37] *** Quits: super_gollum (~ich@replaced-ip ) (Quit: Ex-Chat)
1926 [17:20:40] *** Joins: platvoeten (~platvoete@replaced-ip )
1927 [17:20:42] *** Joins: mavhc (~mavhc@replaced-ip )
1928 [17:22:15] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 268 seconds)
1929 [17:23:24] *** Quits: TheMightyQuinn5 (~TheMighty@replaced-ip ) (Ping timeout: 244 seconds)
1930 [17:25:47] *** Quits: stenrose (~martin@replaced-ip ) (Quit: Konversation terminated!)
1931 [17:29:22] *** Quits: pax (~Thunderbi@replaced-ip ) (Quit: pax)
1932 [17:29:43] *** Quits: Prints (333@replaced-ip ) (Quit: deadlightbulb.com)
1933 [17:31:45] *** Joins: donofrio_ (~donofrio@replaced-ip )
1934 [17:32:02] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 268 seconds)
1935 [17:34:45] *** Joins: rkw_inspiron (~rkw@replaced-ip )
1936 [17:35:05] *** Joins: Prints (333@replaced-ip )
1937 [17:35:12] *** Quits: Prints (333@replaced-ip ) (Excess Flood)
1938 [17:35:36] *** Quits: hspcd (~hspcd@replaced-ip ) (Ping timeout: 250 seconds)
1939 [17:35:56] *** Quits: banisterfiend (~textual@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
1940 [17:36:17] *** Joins: PaddyF (~PaddyF@replaced-ip )
1941 [17:37:03] *** Joins: Prints (333@replaced-ip )
1942 [17:37:06] *** Joins: cdown (~cdown@replaced-ip )
1943 [17:37:08] *** Quits: donofrio (~donofrio@replaced-ip ) (Remote host closed the connection)
1944 [17:37:08] *** Quits: Prints (333@replaced-ip ) (Excess Flood)
1945 [17:37:09] *** Joins: ykrons (~guillaume@replaced-ip )
1946 [17:37:19] *** Joins: Phizzy (~Phillip@replaced-ip )
1947 [17:37:34] *** Joins: donofrio (~donofrio@replaced-ip )
1948 [17:38:22] *** Quits: krabador (~krabador@replaced-ip ) (Remote host closed the connection)
1949 [17:38:39] *** Joins: mavhc (~mavhc@replaced-ip )
1950 [17:38:52] *** Joins: Prints (333@replaced-ip )
1951 [17:39:21] *** Quits: MenschZwoNull (~MenschZwo@replaced-ip ) (Quit: Leaving)
1952 [17:39:38] *** Joins: banisterfiend (~textual@replaced-ip )
1953 [17:39:51] *** Quits: inaki (~inaki@replaced-ip ) (Read error: Connection reset by peer)
1954 [17:39:53] *** Joins: Zvmdyv (~Zvmdyv@replaced-ip )
1955 [17:40:29] *** Joins: inaki (~inaki@replaced-ip )
1956 [17:41:02] *** Joins: MenschZwoNull (~MenschZwo@replaced-ip )
1957 [17:41:17] *** Quits: Shabbysheik (~quassel@replaced-ip ) (Remote host closed the connection)
1958 [17:42:37] *** Joins: faw (~faw@replaced-ip )
1959 [17:42:46] *** Joins: TheMightyQuinn5 (~TheMighty@replaced-ip )
1960 [17:42:52] *** Joins: Sonnenmann (~PaddyF@replaced-ip )
1961 [17:43:00] *** Joins: diniwed (~gavron@replaced-ip )
1962 [17:43:03] *** Quits: Sonnenmann (~PaddyF@replaced-ip ) (Remote host closed the connection)
1963 [17:43:39] <echoSMIL3> even all docs at *.debian.org follow the libre philosophy?
1964 [17:43:41] *** Joins: diogenes_ (~diogenes_@replaced-ip )
1965 [17:44:01] *** debhelper sets mode: +l 1534
1966 [17:44:18] *** Joins: Bustin (9a056941@replaced-ip )
1967 [17:44:33] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 258 seconds)
1968 [17:44:36] <octet> okay, so I compiled my own kernel with the mt76 module enabled, and it is loaded with lsmod. but plugging in my usb network card still doesnt activate. what else is required? replaced-url
1969 [17:44:36] <octet> device is netgear a6210, chipset is MT7612U according to wikidevi.com
1970 [17:44:56] *** Quits: own3dz (~alex1a@replaced-ip ) (Quit: Leaving)
1971 [17:45:18] *** Joins: neibo (~neibo@replaced-ip )
1972 [17:45:23] *** Joins: iovec (uid171740@replaced-ip )
1973 [17:45:28] <Bustin> experiencing keyring / gpg key errors,any help is appreciated replaced-url
1974 [17:45:43] *** Quits: fooctrl (~havoc@replaced-ip ) (Read error: Connection reset by peer)
1975 [17:45:43] <Bustin> fresh install debian stretch
1976 [17:46:23] *** Joins: fooctrl (~havoc@replaced-ip )
1977 [17:47:08] *** Quits: dilema (~dilema@replaced-ip ) (Remote host closed the connection)
1978 [17:47:18] *** Quits: Phizzy (~Phillip@replaced-ip ) (Quit: Going home!)
1979 [17:48:08] *** Joins: sorko999 (~sorko999@replaced-ip )
1980 [17:48:26] *** Quits: towo` (~towo@replaced-ip ) (Remote host closed the connection)
1981 [17:48:34] <jhutchins_wk> !devuan
1982 [17:48:34] <dpkg> Devuan (replaced-url
1983 [17:49:19] *** Joins: Vizva (~Vizva@replaced-ip )
1984 [17:50:22] *** Joins: towo` (~towo@replaced-ip )
1985 [17:51:15] *** Joins: hiller (~ismail@replaced-ip )
1986 [17:51:21] *** Joins: _0bitcount (~Big_Byte@replaced-ip )
1987 [17:52:39] *** Quits: supercoven (~quassel@replaced-ip ) (Read error: Connection reset by peer)
1988 [17:52:56] *** Joins: Durz0Blint (~Fr3d3g4r@replaced-ip )
1989 [17:53:02] *** Quits: CoitBsd_ud5 (~CoitBsd_u@replaced-ip ) (Read error: Connection reset by peer)
1990 [17:53:09] *** Quits: F3d3g4r (~Fr3d3g4r@replaced-ip ) (Read error: Connection reset by peer)
1991 [17:53:16] *** Joins: CoitBsd_ud5 (~CoitBsd_u@replaced-ip )
1992 [17:53:39] *** Quits: neibo (~neibo@replaced-ip ) (Remote host closed the connection)
1993 [17:53:47] *** Joins: Fr3d3g4r (~Fr3d3g4r@replaced-ip )
1994 [17:53:56] *** Joins: intcat (~zshlyk@replaced-ip )
1995 [17:54:03] *** Quits: tobiaswe (~tw@replaced-ip ) (Quit: Leaving.)
1996 [17:55:17] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 258 seconds)
1997 [17:55:43] *** Quits: greenzap (~nova@replaced-ip ) (Quit: WeeChat 2.2)
1998 [17:55:45] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
1999 [17:56:08] *** Joins: mavhc (~mavhc@replaced-ip )
2000 [17:56:12] *** Quits: Thedarkb-T60 (~Thedarkb-@replaced-ip ) (Ping timeout: 272 seconds)
2001 [17:57:03] *** Quits: Durz0Blint (~Fr3d3g4r@replaced-ip ) (Ping timeout: 246 seconds)
2002 [17:57:22] *** Quits: hiller (~ismail@replaced-ip ) (Quit: Konversation terminated!)
2003 [17:57:29] *** Quits: vOYtEC (~vOYtEC@replaced-ip ) (Remote host closed the connection)
2004 [17:57:33] <octet> it is looking for " mt7662u_rom_patch.bin" but cant find it. not sure what package to install that includes this as I have firmware-misc-nonfree" installed
2005 [17:57:52] *** Joins: darris (~darris@replaced-ip )
2006 [17:58:01] <greycat> ,file mt7662u_rom_patch.bin
2007 [17:58:05] <judd> No packages in stretch/amd64 were found with that file.
2008 [17:58:10] <greycat> !listkeys 7662
2009 [17:58:11] <dpkg> Factoid search of '7662' by key returned no results.
2010 [17:58:20] <greycat> Google time, then.
2011 [18:00:12] *** Quits: v01t (~v01t@replaced-ip ) (Remote host closed the connection)
2012 [18:00:19] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 246 seconds)
2013 [18:00:23] *** Joins: v01t (~v01t@replaced-ip )
2014 [18:00:31] *** Joins: jasperarcola (~JasperArc@replaced-ip )
2015 [18:00:59] *** Joins: somepoortech (~somepoort@replaced-ip )
2016 [18:01:02] *** Quits: spacebison (~bison@replaced-ip ) (Ping timeout: 258 seconds)
2017 [18:01:45] *** Cy8aer is now known as cy8aer
2018 [18:02:50] *** Quits: intcat (~zshlyk@replaced-ip ) (Remote host closed the connection)
2019 [18:04:01] <echoSMIL3> related with gnu/linux in genera;: is there an X system that is a console with media compatibility ?
2020 [18:04:08] <echoSMIL3> general*
2021 [18:04:17] *** Quits: banisterfiend (~textual@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2022 [18:04:22] *** Joins: diogenes_ (~diogenes_@replaced-ip )
2023 [18:04:50] *** Joins: own3dz (~alex1a@replaced-ip )
2024 [18:04:59] *** Parts: octet (~octet@replaced-ip ) ("Leaving")
2025 [18:05:06] *** Joins: aaii (~aaii@replaced-ip )
2026 [18:05:34] *** Quits: maxdawid (~maxdawid@replaced-ip ) (Remote host closed the connection)
2027 [18:05:40] *** Joins: CoitBsd_ud5_ (~CoitBsd_u@replaced-ip )
2028 [18:05:58] *** Joins: Durz0Blint (~Fr3d3g4r@replaced-ip )
2029 [18:06:03] *** Joins: mavhc (~mavhc@replaced-ip )
2030 [18:06:10] *** Quits: Fr3d3g4r (~Fr3d3g4r@replaced-ip ) (Read error: Connection reset by peer)
2031 [18:06:13] *** Quits: Bustin (9a056941@replaced-ip ) (Ping timeout: 256 seconds)
2032 [18:06:26] *** Joins: banisterfiend (~textual@replaced-ip )
2033 [18:06:30] *** Quits: CoitBsd_ud5 (~CoitBsd_u@replaced-ip ) (Read error: Connection reset by peer)
2034 [18:06:31] *** Joins: CoitBsd_ud5__ (~CoitBsd_u@replaced-ip )
2035 [18:06:45] *** Joins: Fr3d3g4r (~Fr3d3g4r@replaced-ip )
2036 [18:07:05] *** Joins: XsiSec (~xsisec@replaced-ip )
2037 [18:07:26] *** Quits: banisterfiend (~textual@replaced-ip ) (Client Quit)
2038 [18:08:47] *** Quits: nirakara (~nurks@replaced-ip ) (Ping timeout: 240 seconds)
2039 [18:09:06] *** Joins: Gazooo (~Gazooo@replaced-ip )
2040 [18:09:10] *** Joins: banisterfiend (~textual@replaced-ip )
2041 [18:09:20] *** Joins: intcat (~zshlyk@replaced-ip )
2042 [18:09:51] *** Joins: nirakara (~nurks@replaced-ip )
2043 [18:10:14] *** Quits: Durz0Blint (~Fr3d3g4r@replaced-ip ) (Ping timeout: 258 seconds)
2044 [18:10:16] *** Quits: CoitBsd_ud5_ (~CoitBsd_u@replaced-ip ) (Ping timeout: 250 seconds)
2045 [18:11:38] *** Joins: czart (~czart@replaced-ip )
2046 [18:11:54] *** Joins: mirage335 (~mirage335@replaced-ip )
2047 [18:12:44] *** Quits: cCkw (~ejakuk@replaced-ip ) (Quit: Leaving)
2048 [18:12:47] *** Quits: banisterfiend (~textual@replaced-ip ) (Client Quit)
2049 [18:13:21] *** Joins: jfoy (~jfoy@replaced-ip )
2050 [18:14:31] *** Joins: banisterfiend (~textual@replaced-ip )
2051 [18:15:02] *** Joins: cCkw (~ejakuk@replaced-ip )
2052 [18:15:12] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 268 seconds)
2053 [18:18:12] *** Quits: Apeiron` (~Apeiron@replaced-ip##) (Quit: ZNC - ##replaced-url
2054 [18:18:12] *** Quits: Rhuarc (~Rhuarc-@replaced-ip ) (Quit: Not my fucking problem)
2055 [18:18:20] *** Quits: jpinx (~jpinx@replaced-ip ) (Changing host)
2056 [18:18:20] *** Joins: jpinx (~jpinx@replaced-ip )
2057 [18:18:56] <jpinx> I suppose I'll have to do 8>9 before 10 takes over?
2058 [18:19:15] *** Joins: Apeiron` (~Apeiron@replaced-ip )
2059 [18:19:49] <sparr> I have resolved my monitor problem from last night. The root cause was bandwidth limits on the USB3.1-over-USBC port leading to my dock, which capped out before allowing two external monitors to run in my target resolution.
2060 [18:19:54] *** Quits: V7 (~v7@replaced-ip ) (Quit: WeeChat 1.9.1)
2061 [18:20:12] *** Quits: OS-DWS (~OS-DWS@replaced-ip ) (Ping timeout: 258 seconds)
2062 [18:20:34] *** Joins: V7 (~v7@replaced-ip )
2063 [18:20:54] <petn-randall> jpinx: If you want to upgrade to 10 at some point, yes.
2064 [18:21:38] *** Quits: own3dz (~alex1a@replaced-ip ) (Quit: Leaving)
2065 [18:21:45] <petn-randall> jpinx: Debian 8 still gets limited long-term support:
2066 [18:21:48] <petn-randall> !jessie-lts
2067 [18:21:48] <dpkg> Security support for Debian 8 "Jessie" from the Debian Security Team ended on 2018-05-17. The amd64, i386, armel and armhf architectures will receive additional long term support (<LTS>) via <jessie/updates> until around 2020 for a 5 year lifetime total. See replaced-url
2068 [18:22:17] *** Joins: Rhuarc (~Rhuarc-@replaced-ip )
2069 [18:22:38] <diogenes_> !stretch-lts
2070 [18:22:42] <friendofafriend> echoSMIL3: A console with media compatibility sounds like just starting X and an xterm.
2071 [18:22:44] <diogenes_> nothing?
2072 [18:23:09] <RandomSerb> does anyone know how to use anbox?
2073 [18:23:12] *** Joins: zshlyk (~zshlyk@replaced-ip )
2074 [18:23:18] <echoSMIL3> friendofafriend and xterm supports media inside?
2075 [18:23:30] *** Joins: woshty (~woshty@replaced-ip )
2076 [18:23:43] *** Quits: intcat (~zshlyk@replaced-ip ) (Ping timeout: 256 seconds)
2077 [18:24:14] *** Joins: soee (~soee@replaced-ip )
2078 [18:24:16] <friendofafriend> By "media inside", I'm guessing you mean like displayed within the window or something?
2079 [18:24:18] *** Joins: P1ersson (~P1ersson@replaced-ip )
2080 [18:24:35] <friendofafriend> You can play media at the frame buffer in a number of different ways, without X at all.
2081 [18:24:36] <jpinx> petn-randall: Thanks - reading about long-term security for jessie, I might not bother just yet
2082 [18:25:09] *** Quits: XsiSec (~xsisec@replaced-ip ) (Remote host closed the connection)
2083 [18:25:18] *** Joins: chele (~chele@replaced-ip )
2084 [18:25:48] *** Quits: banisterfiend (~textual@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2085 [18:26:27] <jpinx> petn-randall: OTOH - maybe better to get it done and ge 9>10 done too, then relax for a year or two ;)
2086 [18:28:38] *** Quits: HarveyPwca (~HarveyPwc@replaced-ip ) (Ping timeout: 258 seconds)
2087 [18:30:04] *** Quits: a_l_b (~a_l_b@replaced-ip ) (Ping timeout: 246 seconds)
2088 [18:31:11] *** Joins: banisterfiend (~textual@replaced-ip )
2089 [18:31:43] *** Joins: lpancescu (~laur@replaced-ip )
2090 [18:31:56] <n4dir> rather 2 than 1
2091 [18:32:04] *** Joins: felgercarb (~felgercar@replaced-ip )
2092 [18:33:25] <lpancescu> why isn't anacron installed by default on desktop installations? it's quite practical if your system sleeps for power-saving, like laptops
2093 [18:34:29] <lpancescu> although i remember it being recommended in the reference manual or somewhare else...
2094 [18:34:50] *** Quits: efee229ddfk (~efee229dd@replaced-ip ) (Ping timeout: 272 seconds)
2095 [18:35:03] <jmcnaught> ,recommends task-desktop
2096 [18:35:04] <judd> Package task-desktop in stretch/amd64 -- recommends: task-gnome-desktop | task-xfce-desktop | task-kde-desktop | task-lxde-desktop | task-cinnamon-desktop | task-mate-desktop | task-lxqt-desktop, xdg-utils, avahi-daemon, libnss-mdns, anacron, eject, iw, alsa-utils.
2097 [18:35:36] <jmcnaught> lpancescu: ^ it is installed by default if you select the desktop task
2098 [18:35:36] *** Joins: mavhc (~mavhc@replaced-ip )
2099 [18:35:41] *** Joins: ChmEarl (~chmearl@replaced-ip )
2100 [18:35:47] <jhutchins_wk> lpancescu: It's installed on my Stretch XFCE.
2101 [18:35:49] *** Joins: littlekitty (uid234006@replaced-ip )
2102 [18:36:06] *** Joins: ctcx (~user@replaced-ip )
2103 [18:36:16] <lpancescu> hmm. apt show anacron seemed to indicate that it isn't...
2104 [18:37:31] <karlpinc> lpancescu: Did you install the task-desktop task or just your specific desktop task?
2105 [18:38:23] *** Joins: HarveyPwca (~HarveyPwc@replaced-ip )
2106 [18:38:48] <lpancescu> strange, it's installed in gnome desktop as well. i was just wondering why the security updates aren't being installed (an older gnome stretch installation at work did this every day and suggested reboots when needed), but that desktop never slept
2107 [18:38:52] *** Joins: kirk781 (~kirk781@replaced-ip )
2108 [18:38:53] *** Parts: diogenes_ (~diogenes_@replaced-ip ) ("vergissmeinnicht")
2109 [18:39:15] *** Quits: Gazooo (~Gazooo@replaced-ip ) (Ping timeout: 268 seconds)
2110 [18:39:27] *** Quits: thelastjedi_ (~quassel@replaced-ip ) (Remote host closed the connection)
2111 [18:39:46] *** Parts: ctcx (~user@replaced-ip ) ("Leaving")
2112 [18:39:52] *** Quits: stefanc_diff (~stefanc_d@replaced-ip ) (Ping timeout: 244 seconds)
2113 [18:39:52] <lpancescu> karlpinc: i performed a normal gnome installation, the default one
2114 [18:40:36] <lpancescu> i saw it used unattended-upgreades in the background, but i didn't install it explicitly
2115 [18:40:58] *** Quits: TheMightyQuinn5 (~TheMighty@replaced-ip ) (Quit: TheMightyQuinn5)
2116 [18:41:31] <jhutchins_wk> ,v anachron
2117 [18:41:32] <judd> No package named 'anachron' was found in amd64.
2118 [18:41:35] <jhutchins_wk> ,v anacron
2119 [18:41:36] <judd> Package: anacron on amd64 -- wheezy: 2.3-19; jessie: 2.3-23; stretch: 2.3-24; buster: 2.3-27; sid: 2.3-27
2120 [18:41:56] *** Quits: tw (~tw@replaced-ip ) (Ping timeout: 244 seconds)
2121 [18:42:29] <lpancescu> i had it already, thanks. trying to figure out why the automatic updates didn't run
2122 [18:42:33] *** Joins: rocketmagnet (~rocketmag@replaced-ip )
2123 [18:42:38] <rocketmagnet> hi all
2124 [18:42:43] <rocketmagnet> i can't find the package libmirclient-dev
2125 [18:42:53] <rocketmagnet> i'm on debian stable
2126 [18:43:59] *** Joins: pax (~Thunderbi@replaced-ip )
2127 [18:45:09] *** Parts: felgercarb (~felgercar@replaced-ip ) ()
2128 [18:45:13] *** Quits: n4dir (~n4dir@replaced-ip ) (Remote host closed the connection)
2129 [18:45:17] *** Joins: CyberManifest (~CyberMani@replaced-ip )
2130 [18:45:42] *** Joins: incognit- (~incognito@replaced-ip )
2131 [18:45:46] *** Joins: a_l_b (~a_l_b@replaced-ip )
2132 [18:45:47] *** Quits: cCkw (~ejakuk@replaced-ip ) (Quit: Leaving)
2133 [18:45:49] *** Quits: incognito (~incognito@replaced-ip ) (Ping timeout: 252 seconds)
2134 [18:46:22] *** Joins: cCkw (~ejakuk@replaced-ip )
2135 [18:46:39] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 268 seconds)
2136 [18:46:46] *** Quits: banisterfiend (~textual@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2137 [18:47:41] <jhutchins_wk> rocketmagnet: I don't think mir is in debian.
2138 [18:47:43] *** Joins: DanteD (~tuomas@replaced-ip )
2139 [18:48:00] <rocketmagnet> i need it for vulkan :(
2140 [18:48:04] *** Quits: cCkw (~ejakuk@replaced-ip ) (Client Quit)
2141 [18:48:25] <rocketmagnet> it's available for ubuntu
2142 [18:48:28] *** Joins: cCkw (~ejakuk@replaced-ip )
2143 [18:48:37] *** Quits: V7 (~v7@replaced-ip ) (Quit: WeeChat 1.9.1)
2144 [18:48:42] <rocketmagnet> can't i just compile and install it myself somehow ?
2145 [18:48:44] *** Joins: banisterfiend (~textual@replaced-ip )
2146 [18:48:50] *** Joins: tobiaswe (~tw@replaced-ip )
2147 [18:48:55] <greycat> Sure. That's how Debian makes software packages, after all.
2148 [18:49:12] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Ping timeout: 246 seconds)
2149 [18:49:30] *** Joins: V7 (~v7@replaced-ip )
2150 [18:49:51] *** Quits: DanteD (~tuomas@replaced-ip ) (Client Quit)
2151 [18:50:13] *** Joins: osro (~osro@replaced-ip )
2152 [18:50:22] <karlpinc> What is the channel for debian maintainers?
2153 [18:50:24] *** Joins: dsiypl4 (~dsiypl4@replaced-ip )
2154 [18:50:38] *** Quits: banisterfiend (~textual@replaced-ip ) (Client Quit)
2155 [18:50:39] <greycat> !mentors
2156 [18:50:39] <dpkg> i guess mentors is the system the Debian project uses to train new people to become Debian Developers or Debian Maintainers and get their packages into the Debian archive. Ask me about <nmg>. replaced-url
2157 [18:51:03] *** Joins: felgercarb (~felgercar@replaced-ip )
2158 [18:51:21] *** Quits: matrim (~mats_@replaced-ip ) (Remote host closed the connection)
2159 [18:51:35] *** Quits: pax (~Thunderbi@replaced-ip ) (Quit: pax)
2160 [18:51:43] *** Joins: mikevanbike (~luci@replaced-ip )
2161 [18:52:03] *** Quits: huwjr (~huwjr@replaced-ip ) (Quit: huwjr)
2162 [18:53:01] *** Joins: AvatarA (~avatara@replaced-ip )
2163 [18:54:51] *** Joins: Nekojimi (~jimj316@replaced-ip )
2164 [18:55:23] *** Joins: banisterfiend (~textual@replaced-ip )
2165 [18:56:12] *** Quits: banisterfiend (~textual@replaced-ip ) (Client Quit)
2166 [18:56:44] *** Quits: msimpson (~msimpson@replaced-ip ) (Read error: Connection reset by peer)
2167 [18:56:51] <armin> replaced-url
2168 [18:56:53] <armin> o.O
2169 [18:56:58] *** Quits: cCkw (~ejakuk@replaced-ip ) (Quit: Leaving)
2170 [18:56:59] <armin> ok i guess
2171 [18:57:13] *** Quits: clemens3_ (~clemens@replaced-ip ) (Ping timeout: 268 seconds)
2172 [18:57:17] *** Joins: cCkw (~ejakuk@replaced-ip )
2173 [18:57:27] <friendofafriend> Alright, back to init like normal!
2174 [18:59:44] *** Parts: felgercarb (~felgercar@replaced-ip ) ()
2175 [19:01:12] *** Joins: fjavier (~fjavier@replaced-ip )
2176 [19:01:13] *** Quits: plasmoduck (~textual@replaced-ip ) (Ping timeout: 258 seconds)
2177 [19:01:36] <armin> friendofafriend: i have questionable views on systemd so i rather not start a flamewar now
2178 [19:02:00] *** Joins: plasmoduck (~textual@replaced-ip )
2179 [19:02:57] <Scrutinizer> No ideology please, what's the specific systemd issue they're talking about?
2180 [19:03:08] *** Quits: plasm0duck (~pi@replaced-ip ) (Ping timeout: 250 seconds)
2181 [19:03:21] *** Joins: rattlebattle79 (~steinar@replaced-ip )
2182 [19:04:11] <kirk781> Did someone mention systemd?
2183 [19:04:25] *** Quits: mnj (~mnj@replaced-ip ) (Quit: mnj)
2184 [19:04:32] *** Quits: rkw_inspiron (~rkw@replaced-ip ) (Ping timeout: 268 seconds)
2185 [19:04:41] *** Joins: mnj (~mnj@replaced-ip )
2186 [19:05:35] *** Joins: plasm0duck (~pi@replaced-ip )
2187 [19:06:17] *** Joins: robs__ (~robs@replaced-ip )
2188 [19:06:49] *** Quits: Robin_Anatoscope (~robs@replaced-ip ) (Ping timeout: 246 seconds)
2189 [19:06:53] *** Joins: mavhc (~mavhc@replaced-ip )
2190 [19:07:22] *** Joins: banisterfiend (~textual@replaced-ip )
2191 [19:07:59] <petn-randall> armin: It's not even stated that biebl is taking time off due to systemd. It could also be due to Debian.
2192 [19:08:00] *** Joins: dez (uid92154@replaced-ip )
2193 [19:08:30] *** Joins: soul-d (~name@replaced-ip )
2194 [19:08:35] *** Joins: esro (~esro@replaced-ip )
2195 [19:08:51] *** Quits: rocketmagnet (~rocketmag@replaced-ip ) (Quit: WeeChat 1.6)
2196 [19:09:05] *** Quits: bluecray_ (~bluecray@replaced-ip ) (Remote host closed the connection)
2197 [19:09:10] <armin> petn-randall: from what i've read michael didn't clarify what the actual reasons are, yet, or wasn't too verbose on the ML so far. i'm looking forward to some clarification.
2198 [19:09:27] *** Quits: Bercik (~Yotsuba@replaced-ip ) (Ping timeout: 252 seconds)
2199 [19:09:30] <armin> petn-randall: it's not unlikely he relates to upstream though.
2200 [19:10:42] *** Quits: jmarsac (~jmarsac@replaced-ip##) (Quit: Nettalk6 - ##replaced-url
2201 [19:11:11] <lpancescu> since the annoucement was done on the upstream ML and mentioned 'nonsense', it looks more likely to be upstream-relaed than debian-related...
2202 [19:12:20] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 258 seconds)
2203 [19:12:20] *** Joins: Poffer (~Poffer@replaced-ip )
2204 [19:12:33] *** Quits: f10 (~flo@replaced-ip ) (Ping timeout: 268 seconds)
2205 [19:12:50] *** Joins: Tarrasquero (~Tarrasque@replaced-ip )
2206 [19:12:56] *** Joins: karakedi (~eAC53C340@replaced-ip )
2207 [19:12:57] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Changing host)
2208 [19:12:57] *** Joins: karakedi (~eAC53C340@replaced-ip )
2209 [19:13:11] *** Quits: cCkw (~ejakuk@replaced-ip ) (Quit: Leaving)
2210 [19:13:21] *** Quits: llucenic (~Thunderbi@replaced-ip ) (Ping timeout: 246 seconds)
2211 [19:14:07] *** Joins: spacebison (~bison@replaced-ip )
2212 [19:14:28] *** Quits: him-cesjf (~cesjf@replaced-ip ) (Read error: Connection reset by peer)
2213 [19:15:00] *** Joins: Bull (~Bullos@replaced-ip )
2214 [19:15:04] *** Parts: Bull (~Bullos@replaced-ip ) ()
2215 [19:15:22] <petn-randall> lpancescu: If he stopped maintaining for Debian, it's courtesy to inform upstream about it. But there's little sense in discussing hypotheticals. If mbiebl wants to publicly announce the reason, he'll do so.
2216 [19:16:16] <lpancescu> yes, you're right
2217 [19:17:22] *** Quits: Vizva (~Vizva@replaced-ip ) (Quit: Leaving)
2218 [19:17:28] *** Quits: banisterfiend (~textual@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2219 [19:18:09] *** Joins: smokals (~smokals@replaced-ip )
2220 [19:19:04] *** Quits: Uberius (~Uberius@replaced-ip ) (Quit: Quit)
2221 [19:19:23] *** Quits: Tarrasquero (~Tarrasque@replaced-ip ) (Quit: Saliendo... Bye.)
2222 [19:19:28] *** Joins: choice (~choice@replaced-ip )
2223 [19:19:36] <choice> Hello! When I put an usb wifi dongle into my Debian laptop (that already has internal wifi) should it show me some info that i have two wifis now and pick one or something?
2224 [19:19:48] *** Joins: jmarsac (~jmarsac@replaced-ip )
2225 [19:19:58] *** Joins: him-cesjf (~cesjf@replaced-ip )
2226 [19:20:12] *** Quits: _Vi (~vi@replaced-ip ) (Ping timeout: 252 seconds)
2227 [19:20:13] *** Joins: Bustin (9a056941@replaced-ip )
2228 [19:20:22] *** Quits: Kevlar_Noir (~manjaro-u@replaced-ip ) (Quit: Konversation terminated!)
2229 [19:20:27] *** Joins: mavhc (~mavhc@replaced-ip )
2230 [19:20:42] *** Joins: Bercik (~Yotsuba@replaced-ip )
2231 [19:20:44] *** Quits: him-cesjf (~cesjf@replaced-ip ) (Remote host closed the connection)
2232 [19:20:59] *** Quits: derlg_ (uid337581@replaced-ip ) (Quit: Connection closed for inactivity)
2233 [19:21:10] <c|oneman> yes
2234 [19:21:10] *** Quits: n_1-c_k (~nick@replaced-ip ) (Read error: Connection reset by peer)
2235 [19:21:41] *** Joins: n_1-c_k (~nick@replaced-ip )
2236 [19:22:16] <Bustin> New to debian, is there a way to install my GTX 1050 Nvidia card for acceleration? I tried following a tutorial online, and my laptop would not boot after. I'm using a fresh install of debian stretch.
2237 [19:22:53] <choice> When I plug in my wifi dongle, nothing happens. It seems to be Broadcom BCM2045. Any way to make it work?
2238 [19:23:11] *** Joins: olegfusion (~olegfusio@replaced-ip )
2239 [19:23:52] *** Quits: dsiypl4 (~dsiypl4@replaced-ip ) (Remote host closed the connection)
2240 [19:24:53] <rwp> choice, My googlefu tells me the Broadcom BCM2045 is a Bluetooth device.
2241 [19:24:53] *** Quits: plasmoduck (~textual@replaced-ip ) (Ping timeout: 268 seconds)
2242 [19:25:02] <kirk781> Graphic card drivers are still a giant pain to configure
2243 [19:25:24] <choice> rwp: Ha! Thanks :) Going to throw that thing away then.
2244 [19:25:32] <kirk781> I have had propreitary drivers for Nvidia make the system non bootable too[more like the screen fails to display anything]
2245 [19:25:33] <jhutchins_wk> kirk781: Depends on the chipset.
2246 [19:25:40] <rwp> choice, Reference: replaced-url
2247 [19:25:40] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Ping timeout: 250 seconds)
2248 [19:25:41] *** Joins: dsiypl4 (~dsiypl4@replaced-ip )
2249 [19:25:41] *** Quits: sauvin (~sauvin@replaced-ip ) (Read error: Connection reset by peer)
2250 [19:25:50] <jhutchins_wk> kirk781: Never had a problem with them myself.
2251 [19:25:57] <lpancescu> choice: you probably need some non-free firmware
2252 [19:26:09] *** Quits: vivid (~ViViD@replaced-ip ) (Quit: Leaving)
2253 [19:26:12] <choice> lpancescu: It seems the device is not a wifi dongle :)
2254 [19:26:37] <jhutchins_wk> Bustin: Was the tutorial from Debian or Nvidia?
2255 [19:26:39] *** Quits: OS-41278 (~OS-41278@replaced-ip ) (Ping timeout: 246 seconds)
2256 [19:26:58] *** Quits: debiantonio (~debianton@replaced-ip ) (Quit: Leaving)
2257 [19:27:03] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
2258 [19:27:24] *** Joins: vivid (~ViViD@replaced-ip )
2259 [19:27:31] <Bustin> jhutchins_wk: debian, I have tried probably 5 tutorials now,each have led me to format as I am new to linux, couldn't figure how to get my session working again. Currently in my "Details" it's showing my graphics as: Gallium 0.4 on llvmpipe (LLVM 3.9, 256 bits)
2260 [19:28:15] <choice> What happens when I add a second wifi adapter to my laptop and connect to another access point / the same access point? Will I have twice the speed?
2261 [19:29:21] <jhutchins_wk> Bustin: Try lspci -nn and paste JUST the VGA line.
2262 [19:29:33] *** Joins: wildlander (~wildlande@replaced-ip )
2263 [19:30:06] *** Joins: Tarrasquero (~Tarrasque@replaced-ip )
2264 [19:30:23] *** Joins: OS-45094 (~OS-45094@replaced-ip )
2265 [19:30:30] *** Quits: mpmc (~mpmc@replaced-ip ) (Ping timeout: 244 seconds)
2266 [19:30:36] <Bustin> jhutchins_wk: 00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:3e9b] I also see a 3D line, which shows my Nvidia device
2267 [19:30:51] *** Quits: rattlebattle79 (~steinar@replaced-ip ) (Quit: Leaving.)
2268 [19:30:59] *** Parts: OS-45094 (~OS-45094@replaced-ip ) ()
2269 [19:31:07] *** Quits: plasm0duck (~pi@replaced-ip ) (Ping timeout: 258 seconds)
2270 [19:31:29] <lpancescu> choice: not really, certainly not without bonding. and more clients to the same AP might just split the bandwidth
2271 [19:32:17] *** Joins: mpmc (~mpmc@replaced-ip )
2272 [19:32:31] <lpancescu> even different clients to different APs isn't that simple, due to interference (as anyone living in a dense urban area can tell you)
2273 [19:32:42] *** Joins: dkmueller (~dkmueller@replaced-ip )
2274 [19:33:11] *** Quits: Tarrasquero (~Tarrasque@replaced-ip ) (Client Quit)
2275 [19:33:24] <choice> lpancescu: Interesting
2276 [19:33:25] *** Joins: hamersaw (~hamersaw@replaced-ip )
2277 [19:33:32] *** Quits: kingofmemes (~kingofmem@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
2278 [19:33:56] *** Joins: kingofmemes (~kingofmem@replaced-ip )
2279 [19:34:06] <lpancescu> choice: nothing beats good ol' LAN cables :)
2280 [19:34:18] *** Joins: plasm0duck (~pi@replaced-ip )
2281 [19:34:45] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 268 seconds)
2282 [19:35:16] <lpancescu> bandwidth, latency, parallel transfers without interference or degradation of the signal to noise ratio
2283 [19:35:50] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
2284 [19:36:34] *** Quits: jmarsac (~jmarsac@replaced-ip ) (Ping timeout: 246 seconds)
2285 [19:37:05] *** Joins: Tarrasquero (~Tarrasque@replaced-ip )
2286 [19:37:52] *** wildlander is now known as wildlander_
2287 [19:38:02] <choice> lpancescu: FedEx does: replaced-url
2288 [19:38:14] *** wildlander_ is now known as wildlander
2289 [19:38:21] <Tom-_> it's pretty weird to say "no ideology". this is fucking debian
2290 [19:38:24] *** Quits: robs__ (~robs@replaced-ip ) (Ping timeout: 258 seconds)
2291 [19:39:06] <lpancescu> heh :)
2292 [19:39:13] *** Quits: dsiypl4 (~dsiypl4@replaced-ip ) (Remote host closed the connection)
2293 [19:39:15] *** Joins: rpifan (~rpifan@replaced-ip )
2294 [19:39:58] *** Quits: smokals (~smokals@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2295 [19:40:09] *** Joins: dsiypl4 (~dsiypl4@replaced-ip )
2296 [19:40:13] *** Quits: rsx (~rsx@replaced-ip ) (Remote host closed the connection)
2297 [19:40:28] *** Parts: StyXman (~mdione@replaced-ip ) ("cheers!")
2298 [19:40:42] <Tom-_> sorry about that second sentence. you can meet me in other places if you want to discuss anything
2299 [19:40:44] *** Quits: dsiypl4 (~dsiypl4@replaced-ip ) (Max SendQ exceeded)
2300 [19:40:51] *** Joins: Nokaji (~Nokaji@replaced-ip )
2301 [19:42:40] *** Quits: lucad111 (~lucad111@replaced-ip ) (Quit: Leaving)
2302 [19:42:46] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Ping timeout: 268 seconds)
2303 [19:43:17] *** Joins: BCMM (~BCMM@replaced-ip )
2304 [19:43:26] *** Joins: BrianG61UK (~BrianG61U@replaced-ip )
2305 [19:43:50] *** Quits: choice (~choice@replaced-ip ) (Quit: leaving)
2306 [19:44:01] *** debhelper sets mode: +l 1526
2307 [19:44:15] *** Joins: smokals (~smokals@replaced-ip )
2308 [19:44:57] *** Quits: zangisharp (~zangishar@replaced-ip ) (Quit: zangisharp)
2309 [19:45:36] *** Joins: alex1a (~alex1a@replaced-ip )
2310 [19:46:08] *** Quits: alex1a (~alex1a@replaced-ip ) (Max SendQ exceeded)
2311 [19:46:33] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
2312 [19:47:41] *** Joins: alex1a (~alex1a@replaced-ip )
2313 [19:48:17] <Bustin> brb.
2314 [19:48:20] *** Quits: Bustin (9a056941@replaced-ip ) (Quit: Page closed)
2315 [19:48:28] *** Quits: Cabanoss- (~Cabanossi@replaced-ip ) (Ping timeout: 252 seconds)
2316 [19:48:34] *** Quits: alex1a (~alex1a@replaced-ip ) (Max SendQ exceeded)
2317 [19:49:02] *** Joins: alex1a (~alex1a@replaced-ip )
2318 [19:49:06] *** Joins: conta1 (~Thunderbi@replaced-ip )
2319 [19:49:58] *** Quits: kirk781 (~kirk781@replaced-ip ) (Quit: Leaving)
2320 [19:50:02] *** Joins: Bustin (9a056941@replaced-ip )
2321 [19:50:16] *** Quits: alex1a (~alex1a@replaced-ip ) (Max SendQ exceeded)
2322 [19:50:31] *** Joins: sinner (~themsay@replaced-ip )
2323 [19:50:55] *** sinner is now known as Guest5734
2324 [19:51:34] <Bustin> Anyone have a good guide, or some advice on installing the Nvidia GTX 1050 on a fresh install of debian stretch? I have tried the guides on the debian wiki, to no avail. The system will not boot after those guides. Thanks.
2325 [19:51:46] *** Joins: deadz0 (~deadz0@replaced-ip )
2326 [19:52:26] *** Quits: mandeep (~mandeep@replaced-ip ) (Remote host closed the connection)
2327 [19:52:34] *** Joins: diogenes_ (~diogenes_@replaced-ip )
2328 [19:53:13] *** Parts: mrph6774 (~work@replaced-ip ) ()
2329 [19:53:27] <karlpinc> Bustin: Did you use the unofficial install image with non-free firmware included? Another option is to boot from the installer in rescue mode and then install a newer kernel from backports. (Let me ask the bot about your pciid.)
2330 [19:53:42] *** Quits: hipp (~hipp@replaced-ip ) (Quit: Leaving)
2331 [19:53:46] <karlpinc> ,pciid 8086:3e9b
2332 [19:53:47] <judd> [8086:3e9b] is 'UHD Graphics 630 (Mobile)' from 'Intel Corporation' with kernel modules 'snd-hda-intel', 'ata-generic' in stretch. See also replaced-url
2333 [19:54:02] <Bustin> karlpinc: I did use the netinstall with non-free
2334 [19:54:04] *** Joins: aliasnumber10 (~Anzero@replaced-ip )
2335 [19:54:18] *** Joins: mavhc (~mavhc@replaced-ip )
2336 [19:55:10] <karlpinc> Bustin: Sometimes I've had luck with a newer kernel installed from backports. I presume you're _not_ using the Intel video above?
2337 [19:56:00] *** Joins: DieMoesch (~thomas@replaced-ip )
2338 [19:56:05] <Bustin> karlpinc: 3D controller [0302]: NVIDIA Corporation Device [10de:1c8d] (rev a1) is the other card, which I would like to utilize, as it's more powerful than the onboard Intel. I am currently on a fresh install of Debian stretch, have not installed / configured any graphics as of yet.
2339 [19:56:23] <karlpinc> !debian-backports
2340 [19:56:23] <dpkg> backports.debian.org (formerly backports.org) is an official repository of <backports> for the current stable (see <stretch backports>) and oldstable (<jessie backports>) distributions, prepared by Debian developers. Ask me about <backport caveat> and read replaced-url
2341 [19:56:34] <karlpinc> ,pciid 10de:1c8d
2342 [19:56:35] <judd> [10de:1c8d] is 'GP107M [GeForce GTX 1050 Mobile]' from 'NVIDIA Corporation' with kernel modules 'nouveau', 'snd-hda-intel' in stretch. See also replaced-url
2343 [19:56:53] <jmcnaught> Bustin: are these the instructions you followed earlier? replaced-url
2344 [19:57:12] <karlpinc> Bustin: Gotta go. Hope someone here can help.
2345 [19:57:16] <Bustin> jmcnaught: yes
2346 [19:57:20] <Bustin> karlpinc: thank you.
2347 [19:57:32] *** Joins: jnavila (~jnavila@replaced-ip )
2348 [19:58:16] *** Quits: ongolaBoy (~ongolaBoy@replaced-ip ) (Quit: leaving)
2349 [19:59:04] *** Quits: dkmueller (~dkmueller@replaced-ip ) (Ping timeout: 272 seconds)
2350 [20:00:39] *** Quits: Nekojimi (~jimj316@replaced-ip ) (Ping timeout: 268 seconds)
2351 [20:00:54] *** Quits: fjavier (~fjavier@replaced-ip ) (Quit: Leaving)
2352 [20:01:02] *** Joins: llehs (~Mutter@replaced-ip )
2353 [20:01:43] <Bustin> jmcnaught: are those instructions not working any longer? I have also tried 3-4 other guides online with debian stretch for my specific card, each to no avail. I could not boot in to my DE after each guide.
2354 [20:02:49] <jmcnaught> Bustin: I don't have an Nvidia card, but those instructions are the correct way to install the drivers. Other methods (like running the installer from the nvidia website) can mess up your system
2355 [20:02:57] *** Joins: user__ (~user@replaced-ip )
2356 [20:03:09] <jmcnaught> Bustin: did you install the drivers from stretch-backports?
2357 [20:03:52] *** Joins: Ronicaoft9 (~Lorain685@replaced-ip )
2358 [20:04:24] *** Parts: user__ (~user@replaced-ip ) ()
2359 [20:05:18] *** Joins: felgercarb (~felgercar@replaced-ip )
2360 [20:05:26] *** Joins: donofrio__ (~donofrio@replaced-ip )
2361 [20:05:35] *** Quits: AimHere (~David@replaced-ip ) (Ping timeout: 268 seconds)
2362 [20:06:10] *** Joins: AimHere (~David@replaced-ip )
2363 [20:06:27] *** Quits: Zvmdyv (~Zvmdyv@replaced-ip ) (Remote host closed the connection)
2364 [20:06:50] *** Joins: Eulex (~alex@replaced-ip )
2365 [20:07:25] *** Parts: felgercarb (~felgercar@replaced-ip ) ()
2366 [20:07:31] *** Joins: StyXman (~mdione@replaced-ip )
2367 [20:08:29] <PaddyF> !nvidia-detect
2368 [20:08:39] <PaddyF> hmmm
2369 [20:08:52] *** Joins: redd (~redd@replaced-ip )
2370 [20:08:55] *** Quits: starch (~user@replaced-ip ) (Quit: rcirc on GNU Emacs 27.0.50)
2371 [20:08:59] *** Joins: NoriusNotorius (~NoriusNot@replaced-ip )
2372 [20:09:12] *** Quits: donofrio_ (~donofrio@replaced-ip ) (Ping timeout: 272 seconds)
2373 [20:09:20] *** Joins: mandeep (~mandeep@replaced-ip )
2374 [20:09:24] *** Parts: NoriusNotorius (~NoriusNot@replaced-ip ) ()
2375 [20:09:45] *** Quits: crazymachine (~crazymach@replaced-ip ) (Quit: WeeChat 2.1)
2376 [20:10:15] <StyXman> certbot stopped working for me, "Invalid response from replaced-url
2377 [20:10:30] *** Parts: jadax (~jadax@replaced-ip##) ("The Lounge - ##replaced-url
2378 [20:10:32] <PaddyF> the package nvidia-detect is in strecht, maybe in non-free
2379 [20:10:38] *** Quits: llehs (~Mutter@replaced-ip##) (Quit: Mutter: ##replaced-url
2380 [20:10:38] <StyXman> I see the challenge in the logs: GET /.well-known/acme-challenge/QPIVz24WtnAw6Kl3ZTgk5Pw0eG9byLLBGnETOFX2nt4 HTTP/1.1" 404
2381 [20:11:23] *** Joins: llehs (~Mutter@replaced-ip )
2382 [20:11:34] *** Joins: Cabanoss- (~Cabanossi@replaced-ip )
2383 [20:11:46] <RandomSerb> is there an easy way to repartition the disk so that I get 2 partitions, and move home into a second one, ie separate from root
2384 [20:12:07] <PaddyF> RandomSerb: boot a livecd and run gparted
2385 [20:12:20] <petn-randall> RandomSerb: Not without backing all data up, repartitioning, and then restoring again.
2386 [20:13:04] <petn-randall> RandomSerb: I recommend using LVM. It's only a bit more complicated than plain partitions, but gives you exactly this flexibility to do live.
2387 [20:13:06] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 264 seconds)
2388 [20:13:17] <StyXman> RandomSerb: not easy unless you want your home partition of a smaller space than the free space you have
2389 [20:14:03] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 258 seconds)
2390 [20:14:40] <StyXman> otherwise it's a matter of resize, creating a new partition, move some data over, and then repeat: shrink part 1, move and resize part2, move data over, rinse, repeat
2391 [20:14:46] <lpancescu> gparted's support for LVM is rather non-existent. if you use LVM instead of disk partitions, it's doable from the command line. there was some LVM-HOWTO somewhere...
2392 [20:14:52] *** Joins: rattlebattle79 (~steinar@replaced-ip )
2393 [20:15:09] <StyXman> which is time consuming as hell, specially if you're running out of free space
2394 [20:15:40] <lpancescu> sure, and you better have backups if you try this for the first time :)
2395 [20:15:54] <StyXman> RandomSerb: I'm procrastinating the other way around, consoldidating / and /home, because / is running out of space
2396 [20:15:57] *** Joins: llucenic (~Thunderbi@replaced-ip )
2397 [20:16:01] <StyXman> lpancescu: +1
2398 [20:17:24] *** Joins: shingouz (~not@replaced-ip )
2399 [20:17:41] *** Quits: Bustin (9a056941@replaced-ip ) (Ping timeout: 256 seconds)
2400 [20:17:49] *** Quits: shingouz (~not@replaced-ip ) (Remote host closed the connection)
2401 [20:18:38] *** Joins: eht (~eht@replaced-ip )
2402 [20:18:43] *** Joins: z3306 (~z3306@replaced-ip )
2403 [20:19:38] *** Quits: shingouz_ (~not@replaced-ip ) (Ping timeout: 245 seconds)
2404 [20:19:38] *** Joins: shingouz (~not@replaced-ip )
2405 [20:20:19] *** Quits: cryptik (~Murdok@replaced-ip##) (Quit: ZNC 1.6.5 - ##replaced-url
2406 [20:20:23] *** Quits: tmroland (~tmroland@replaced-ip ) (Quit: tmroland)
2407 [20:21:18] *** Quits: Envil (~envil@replaced-ip ) (Remote host closed the connection)
2408 [20:22:13] <RandomSerb> petn-randall, StyXman: i've enough free space after I removed android sdk :)
2409 [20:22:25] <RandomSerb> actually, more than enough
2410 [20:22:35] *** Quits: llehs (~Mutter@replaced-ip##) (Quit: Mutter: ##replaced-url
2411 [20:22:43] <RandomSerb> I can't move home while booted onto system?
2412 [20:23:09] *** Quits: DieMoesch (~thomas@replaced-ip ) (Quit: Konversation terminated!)
2413 [20:23:09] <greycat> You'd want to be booted into a mode where /home is not being used at all.
2414 [20:23:11] *** Joins: Nekojimi (~jimj316@replaced-ip )
2415 [20:23:23] *** Joins: karakedi (~eAC53C340@replaced-ip )
2416 [20:23:23] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Changing host)
2417 [20:23:23] *** Joins: karakedi (~eAC53C340@replaced-ip )
2418 [20:23:29] <greycat> Single-user mode would be OK, probably.
2419 [20:23:47] <RandomSerb> so, only livecd? I've no cd rom, and I only have one rather small usb stick handy
2420 [20:23:59] <greycat> That would also work.
2421 [20:24:16] <RandomSerb> what would also work? usb-stick? or I could do it without it, as well?
2422 [20:24:21] <BCMM> i reckon just logging out ought of all user accounts should be enough...
2423 [20:24:31] <greycat> The things you said (booting from a CD or USB) would also work, if you can't use single-user mode for some reason.
2424 [20:24:40] <BCMM> like, if you just stop the DM and log in as root on a VT, nothing should care about /home/
2425 [20:24:43] <RandomSerb> what's single user mode?
2426 [20:24:45] <greycat> BCMM: cron jobs, email
2427 [20:25:26] <greycat> !single-user mode
2428 [20:25:26] <dpkg> [single-user mode] Enter 'telinit 1' as root to switch from multi-user to single-user mode. To enter this mode at boot, GRUB: choose the "single-user mode" (GRUB Legacy) or "recovery mode" (GRUB 2) boot option; LILO: press the left shift key when LILO appears, then add '1' to the boot prompt (e.g. 'LILO: linux 1').
2429 [20:25:33] <greycat> Oof, that is *old*.
2430 [20:26:03] <greycat> In current releases, it's under the "Advanced options for Debian" GRUB menu, or something very similar.
2431 [20:26:42] <RandomSerb> ok, so once I boot, I can use gparted's gui to resize my only partition?
2432 [20:26:43] *** Quits: Slashman (~Slash@replaced-ip ) (Remote host closed the connection)
2433 [20:26:57] <petn-randall> greycat: It's not that old if it's talking about grub v1 as "GRUB legacy" :)
2434 [20:27:10] <greycat> To give a description, it's booting without bringing up ALL of the services. Basically just mounting file systems, starting the network, maybe NTP and so forth, and then a console getty/login, nothing more.
2435 [20:27:15] <petn-randall> RandomSerb: Make sure you have backups before attempting such things.
2436 [20:27:46] *** Joins: beepnboop- (~beepnboop@replaced-ip )
2437 [20:28:03] <beepnboop-> how can i install teamspeak?
2438 [20:28:14] <beepnboop-> i'm having hard time finding reliable guide
2439 [20:28:37] <RandomSerb> petn-randall, backups of what? whole partition? I don't think there's a way for me to do it
2440 [20:28:47] <GumShoe> Hmm newly installed and updated debian stretch I 'apt-get install restic' and get version restic 0.3.3 from 08 Jan 2017. Github indicates 0.9.4 is current.
2441 [20:28:47] <petn-randall> beepnboop-: It's not in Debian, so you'll have to find instructions on the teamspeak homepage.
2442 [20:29:07] *** Quits: Nekojimi (~jimj316@replaced-ip ) (Ping timeout: 240 seconds)
2443 [20:29:15] <petn-randall> RandomSerb: Backup of the data on it.
2444 [20:29:20] *** Joins: Thedarkb-T60 (~Thedarkb-@replaced-ip )
2445 [20:29:22] *** Joins: hspcd (~hspcd@replaced-ip )
2446 [20:29:26] <GumShoe> I'm wondering if there are other repositories that I should consider adding not necessairly specific to restic
2447 [20:29:43] *** Quits: m0u (~m0u@replaced-ip ) (Ping timeout: 268 seconds)
2448 [20:29:52] <petn-randall> GumShoe: That's not surprising given that stretch released two years ago.
2449 [20:30:19] *** Joins: yareckonirc (~yareckoni@replaced-ip )
2450 [20:30:21] <GumShoe> Isn't stretch current? And maintained?
2451 [20:30:34] <RandomSerb> petn-randall, yeah, but what kind of data should I back up?
2452 [20:30:56] <RandomSerb> I don't think I have anything important outside of my home dir
2453 [20:31:24] <greycat> !stable
2454 [20:31:24] <dpkg> [stable] The status of a Debian release when no packages will be added or version-bumped, and changes will only fix security issues and critical bugs. Packages can be removed in rare circumstances. The current stable version of Debian is Stretch (9.x); ask me about <releases>. Security bugs are fixed in stable by backporting the fix to the stable version (ask me about <security backports>). replaced-url
2455 [20:31:40] *** Joins: baris (~baris@replaced-ip )
2456 [20:31:43] <greycat> Stretch is a stable release. It doesn't get newer versions of stuff than what it had when it froze.
2457 [20:31:47] *** Quits: nirakara (~nurks@replaced-ip ) (Ping timeout: 240 seconds)
2458 [20:32:01] *** Ronicaoft9 is now known as llehs
2459 [20:32:50] <greycat> RandomSerb: *in general*, for a typical home system, you would want to back up /home, /etc, and wherever you store your porn and other large media files
2460 [20:33:04] <petn-randall> GumShoe: Yes, but that doesn't mean it's bleeding edge. Current or stable, pick one.
2461 [20:33:07] *** Joins: MichaelOF (~michael@replaced-ip )
2462 [20:33:16] *** Quits: hamersaw (~hamersaw@replaced-ip ) (Ping timeout: 272 seconds)
2463 [20:33:38] <GumShoe> are there official or accepted repositories that contain newer versions of _some_ software packages?
2464 [20:33:39] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
2465 [20:33:58] *** Joins: mavhc (~mavhc@replaced-ip )
2466 [20:34:02] <petn-randall> GumShoe: sure, the backports repos
2467 [20:34:08] <petn-randall> !stretch backports
2468 [20:34:08] <dpkg> Some packages intended for Buster (Debian 10) but recompiled for use with "Stretch" (9.x) can be found in the "stretch-backports" repository. See replaced-url
2469 [20:34:17] <petn-randall> ,v restic
2470 [20:34:18] <judd> Package: restic on amd64 -- stretch: 0.3.3-1+b2; buster: 0.9.4+ds-1; sid: 0.9.4+ds-1
2471 [20:34:29] <greycat> ,checkbackport restic
2472 [20:34:34] *** Joins: grobi (~rtng@replaced-ip )
2473 [20:34:38] <judd> Backporting package restic in sid→stretch/amd64: unsatisfiable build dependencies: Build-Depends: golang-github-cenkalti-backoff-dev (>= 2.0.0), golang-github-kurin-blazer-dev, golang-github-pkg-xattr-dev, golang-github-restic-chunker-dev (>= 0.2.0), golang-github-spf13-cobra-dev (>= 0.0.1).
2474 [20:34:42] <greycat> Oops.
2475 [20:35:08] <petn-randall> . o O ( maybe borgbackup is better? )
2476 [20:35:25] <greycat> I have no idea what any of these things is, or why a cobra needs SPF 13 sun screen.
2477 [20:35:38] *** Joins: srg_____ (~srgg@replaced-ip )
2478 [20:35:39] *** Quits: [diablo] (~diablo]@replaced-ip ) (Quit: Ping timeout (120 seconds))
2479 [20:35:47] *** Quits: grobi (~rtng@replaced-ip ) (Client Quit)
2480 [20:35:56] *** Quits: kapil____ (uid36151@replaced-ip ) (Quit: Connection closed for inactivity)
2481 [20:36:14] *** Quits: ski7777 (~quassel@replaced-ip ) (Read error: Connection reset by peer)
2482 [20:36:15] *** Quits: smokals (~smokals@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2483 [20:36:29] *** Joins: grobi (~rtng@replaced-ip )
2484 [20:36:29] *** Joins: [diablo] (~diablo]@replaced-ip )
2485 [20:36:36] *** Joins: ski7777 (~quassel@replaced-ip )
2486 [20:36:44] *** Joins: simonpp (~simonpp@replaced-ip )
2487 [20:36:52] *** Joins: smokals (~smokals@replaced-ip )
2488 [20:36:52] <petn-randall> Well, you don't need sun screen if you have 9 lives.
2489 [20:37:03] *** Quits: soee (~soee@replaced-ip ) (Quit: Konversation terminated!)
2490 [20:37:06] *** Quits: Cabanoss- (~Cabanossi@replaced-ip ) (Ping timeout: 264 seconds)
2491 [20:37:12] *** Joins: spacemanspam (~weechat@replaced-ip )
2492 [20:37:33] *** Joins: llehs_ (~Mutter@replaced-ip )
2493 [20:37:52] *** llehs_ is now known as wakwak
2494 [20:38:10] *** Quits: Kohlrabi_ (~kohlrabi@replaced-ip##) (Quit: ##replaced-url
2495 [20:38:16] *** Quits: tyranny12 (~blarg@replaced-ip ) (Ping timeout: 268 seconds)
2496 [20:38:23] *** Joins: Kohlrabi (~kohlrabi@replaced-ip )
2497 [20:38:35] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 258 seconds)
2498 [20:38:57] <beepnboop-> how can i make this work in debian sudo add-apt-repository ppa:materieller/teamspeak3
2499 [20:39:06] <RandomSerb> greycat, I don't care for anything except for /home/myusername
2500 [20:39:12] <beepnboop-> wait nvm
2501 [20:39:14] *** Quits: MichaelOF (~michael@replaced-ip ) (Quit: Konversation terminated!)
2502 [20:39:14] <greycat> Then back that up.
2503 [20:39:40] *** Quits: donofrio__ (~donofrio@replaced-ip ) (Ping timeout: 264 seconds)
2504 [20:39:44] *** Joins: _Vi (~vi@replaced-ip )
2505 [20:40:15] *** Joins: tyranny12 (~blarg@replaced-ip )
2506 [20:40:15] *** Quits: tyranny12 (~blarg@replaced-ip ) (Changing host)
2507 [20:40:15] *** Joins: tyranny12 (~blarg@replaced-ip )
2508 [20:40:59] *** Joins: kokowawa (~in@replaced-ip )
2509 [20:41:04] <petn-randall> beepnboop-: Mixing PPAs with Debian are a great way to practice reinstalling Debian.
2510 [20:41:07] <petn-randall> !ppa
2511 [20:41:07] <dpkg> [ppa] Personal Package Archive (see replaced-url
2512 [20:41:26] <petn-randall> !whz not use a ppa
2513 [20:41:31] <petn-randall> !why not use a ppa
2514 [20:41:31] <dpkg> PPAs (Ubuntu's Personal Package Archives, see <PPA>) are not built against Debian releases, they are built against Ubuntu releases. This makes using packages from them on a Debian box highly unlikely to work out well. Ask me about <ssb> <package recompile> <bobbitt>.
2515 [20:42:15] *** Joins: Nekojimi (~jimj316@replaced-ip )
2516 [20:42:17] <wwilliam> not a debian question but I dont know where else to ask I have a file locally with names of files in it I need to sftp those files in that list from the windowze ftp server Thank you.
2517 [20:43:13] <petn-randall> wwilliam: Does one of the machine run Debian?
2518 [20:43:19] <wwilliam> Yes
2519 [20:43:21] <wwilliam> Local
2520 [20:43:25] <petn-randall> Then it's fine to ask here.
2521 [20:43:35] <GNU\colossus> one filename per line of text in the file?
2522 [20:43:37] <wwilliam> Thanks
2523 [20:43:39] <StyXman> for i in "$(cat file)"; do sftp "windowze:/path/to/files/$i" .; done
2524 [20:43:43] *** Joins: fs2 (~fs2@replaced-ip )
2525 [20:43:46] <wwilliam> yes GNU\colossus
2526 [20:43:58] <greycat> sftp does not communicate with an FTP server. SFTP and FTP are completely different. They have nothing in common at all except some of the ltters in their names.
2527 [20:44:02] *** debhelper sets mode: +l 1533
2528 [20:44:09] <greycat> StyXman: no.
2529 [20:44:18] <StyXman> ufa
2530 [20:44:18] <wwilliam> using sftp now greycat
2531 [20:44:29] <greycat> wwilliam: you said, and I quote, "ftp server".
2532 [20:44:49] <wwilliam> Its is an ZFTP with sftp on
2533 [20:44:52] <greycat> The sftp program cannot communicate with an FTP server.
2534 [20:45:12] <greycat> I have no idea what a ZFTP is. If it works, great.
2535 [20:45:19] <wwilliam> anyway manually i can do it from command line one by one
2536 [20:45:24] <greycat> Bash FAQ 1.
2537 [20:45:29] *** Quits: BCMM (~BCMM@replaced-ip ) (Ping timeout: 258 seconds)
2538 [20:45:33] <wwilliam> but i need to script the process and just get todays files
2539 [20:45:41] *** Quits: relaxed (~relaxed@replaced-ip ) (Quit: â â µ)
2540 [20:45:48] <greycat> /msg greybot faq 1
2541 [20:46:34] *** Joins: marc_ (~marc@replaced-ip )
2542 [20:46:34] <GNU\colossus> wwilliam, try this: while read -r filename; do sftp your_remote_host <<<'get "$filename"; done < your_file_with_filesnames_in_it
2543 [20:46:35] <StyXman> wwilliam: something around the lines of what I posted
2544 [20:46:38] <wwilliam> Thanks greycat
2545 [20:46:44] <friendofafriend> wwilliam: You'd be better off mounting the server, if you need dates.
2546 [20:46:50] <GNU\colossus> (make sure to have pubkey authentication set up)
2547 [20:46:54] *** Joins: him-cesjf (~cesjf@replaced-ip )
2548 [20:46:57] *** Joins: martastain (~martastai@replaced-ip )
2549 [20:47:07] *** Joins: OS-36013 (~OS-36013@replaced-ip )
2550 [20:47:21] <greycat> GNU\colossus: your quotes are wrong
2551 [20:47:34] *** Quits: x10 (~x10@replaced-ip ) (Ping timeout: 250 seconds)
2552 [20:47:55] *** Quits: soul-d (~name@replaced-ip ) (Remote host closed the connection)
2553 [20:48:19] *** Parts: kotrcka (~peter@replaced-ip ) ("WeeChat 1.9.1")
2554 [20:48:26] *** Quits: czart (~czart@replaced-ip ) (Ping timeout: 250 seconds)
2555 [20:48:58] <greycat> You may also need to sanitize or escape the filenames before passing them to sftp's parser. I have no idea what it can/can't accept.
2556 [20:49:08] <GNU\colossus> greycat, ah yes!
2557 [20:49:09] *** Joins: kupi (uid212005@replaced-ip )
2558 [20:49:12] <GNU\colossus> make that
2559 [20:49:13] <wwilliam> Testing greycat
2560 [20:49:29] <GNU\colossus> wwilliam, try this: while read -r filename; do sftp your_remote_host <<<'get "'"${filename}"'"'; done < your_file_with_filesnames_in_it
2561 [20:49:33] *** Joins: Vizva (~Vizva@replaced-ip )
2562 [20:49:59] *** Joins: dastier_ (~dastier@replaced-ip )
2563 [20:50:04] *** Quits: monkey-b (~monkey-b@replaced-ip ) (Ping timeout: 244 seconds)
2564 [20:50:15] <greycat> That looks like it is guaranteed to fail on filenames with double quotes in them, but good news! He said "windows", and at least some of the file systems used by Microsoft cannot accept filenames with double quotes in them.
2565 [20:50:28] <greycat> So maybe it'll work by accident.
2566 [20:50:35] *** Joins: monkey-b (~monkey-b@replaced-ip )
2567 [20:50:40] <wwilliam> Testing
2568 [20:50:44] <GNU\colossus> whoever suggested using sshfs to mounts the remote sftp-server had the best idea to get this done though :)
2569 [20:50:51] <GNU\colossus> mount*
2570 [20:51:12] *** Quits: lpancescu (~laur@replaced-ip ) (Quit: lpancescu)
2571 [20:51:54] *** Quits: internat (biteme2@replaced-ip ) (Ping timeout: 250 seconds)
2572 [20:51:59] <jhutchins_wk> beepnboop-: Don't.
2573 [20:52:20] *** Joins: conspiracies (~investiga@replaced-ip )
2574 [20:52:21] *** Joins: Brainium (~brainium@replaced-ip )
2575 [20:52:23] <beepnboop-> how can i install teamspeak?
2576 [20:52:25] *** Parts: conspiracies (~investiga@replaced-ip ) ()
2577 [20:52:50] *** Quits: llehs (~Lorain685@replaced-ip ) (K-Lined)
2578 [20:52:50] *** Quits: kokowawa (~in@replaced-ip ) (K-Lined)
2579 [20:52:50] *** Quits: wakwak (~Mutter@replaced-ip ) (K-Lined)
2580 [20:52:52] *** Quits: mad_monk (~madmonk@replaced-ip ) (Remote host closed the connection)
2581 [20:53:55] <petn-randall> beepnboop-: Have you looked at the teamspeak website yet?
2582 [20:54:03] *** Joins: telcoguy________ (~telcoguy_@replaced-ip )
2583 [20:54:05] *** Joins: ardualabs (~ardualabs@replaced-ip )
2584 [20:54:11] <beepnboop-> it has run file..
2585 [20:54:20] <beepnboop-> i have no idea how to use that
2586 [20:54:29] *** Joins: S3xyL1nux2 (~L1nux@replaced-ip )
2587 [20:54:33] <petn-randall> beepnboop-: What do the instructions say?
2588 [20:54:35] *** Joins: x10 (~x10@replaced-ip )
2589 [20:54:35] *** Joins: deadrom (~mccoy@replaced-ip )
2590 [20:54:38] *** Joins: kanliot (~anliot@replaced-ip )
2591 [20:54:43] <beepnboop-> there are non
2592 [20:54:54] *** Quits: BrianG61UK (~BrianG61U@replaced-ip ) (Read error: Connection reset by peer)
2593 [20:55:00] <kanliot> is btrfs really deprecated? Is stratis a thing now for debian?
2594 [20:55:04] *** Joins: felgercarb (~androirc@replaced-ip )
2595 [20:55:32] *** Quits: monkey-b (~monkey-b@replaced-ip ) (Ping timeout: 268 seconds)
2596 [20:55:46] <jhutchins_wk> "teamspeak on debian" returns 194,000 results on google.
2597 [20:55:46] <petn-randall> kanliot: I don't see anyone claiming that.
2598 [20:56:15] <Kohlrabi> beepnboop-: Server or Client?
2599 [20:56:15] *** Joins: kokowawa (~in@replaced-ip )
2600 [20:56:18] *** Joins: BrianG61UK (~BrianG61U@replaced-ip )
2601 [20:56:27] <jhutchins_wk> beepnboop-: Your safest method is probably to download the source code and build debian packages with it.
2602 [20:56:29] *** Joins: Annoransn6 (~Tessie694@replaced-ip )
2603 [20:56:30] <Kohlrabi> The server you just unpack and start using the included scripts
2604 [20:56:31] *** Joins: monkey-b (~monkey-b@replaced-ip )
2605 [20:56:36] <Kohlrabi> The client I never used
2606 [20:56:47] <beepnboop-> client
2607 [20:57:03] *** Joins: BlueByte (~walther@replaced-ip )
2608 [20:57:06] *** Joins: valentine__ (~valentine@replaced-ip )
2609 [20:57:14] <beepnboop-> man with "arch" it was so painless and yeasy
2610 [20:57:20] <beepnboop-> easy
2611 [20:57:33] <petn-randall> beepnboop-: AFAICS you just download the binary and run it.
2612 [20:57:40] *** Joins: bajja2 (~in@replaced-ip )
2613 [20:57:42] <Kohlrabi> AUR is nice, yes
2614 [20:57:42] <petn-randall> beepnboop-: Have you tried running it yet?
2615 [20:57:49] *** Quits: hsab (~L1nux@replaced-ip ) (Ping timeout: 244 seconds)
2616 [20:57:55] <beepnboop-> yea
2617 [20:58:01] *** Joins: S3xyL1nux3 (~L1nux@replaced-ip )
2618 [20:58:08] *** Joins: snowgoggles (~snowgoggl@replaced-ip )
2619 [20:58:20] *** Quits: S3xyL1nux3 (~L1nux@replaced-ip ) (K-Lined)
2620 [20:58:22] *** Joins: RebelCoder (~RebelCode@replaced-ip )
2621 [20:58:31] *** Joins: donofrio__ (~donofrio@replaced-ip )
2622 [20:58:31] <Kohlrabi> beepnboop-: A similar experience to Arch AUR would be Ubuntu and PPAs, but that's not real Debian, then :)
2623 [20:58:37] *** Quits: telcoguy________ (~telcoguy_@replaced-ip ) (Ping timeout: 268 seconds)
2624 [20:58:43] <beepnboop-> udo: /home/war/Downloads/TeamSpeak3-Client-linux_amd64-3.2.3.run: command not found
2625 [20:58:56] *** Parts: felgercarb (~androirc@replaced-ip ) ()
2626 [20:59:10] <petn-randall> beepnboop-: Did you set it executable?
2627 [20:59:11] <beepnboop-> its not real arch but manjaro, thats why i said "arch"
2628 [20:59:13] *** Joins: internat (biteme2@replaced-ip )
2629 [20:59:22] <deadrom> hi
2630 [20:59:30] *** Quits: kokowawa (~in@replaced-ip ) (K-Lined)
2631 [20:59:31] *** Quits: Annoransn6 (~Tessie694@replaced-ip ) (K-Lined)
2632 [20:59:31] *** Quits: vizius00 (~vizius00@replaced-ip ) (K-Lined)
2633 [20:59:31] *** Quits: S3xyL1nux2 (~L1nux@replaced-ip ) (K-Lined)
2634 [20:59:31] <beepnboop-> don't know how to do that petn
2635 [20:59:40] <diogenes_> beepnboop-, ,/TeamSpeak3-Client-linux_amd64-3.2.3.run
2636 [20:59:45] <diogenes_> try this ^^^
2637 [21:00:01] *** Joins: mavhc (~mavhc@replaced-ip )
2638 [21:00:08] <deadrom> can one convert an mbr disk to gpt without losing data? or convert mbr with sda1+sda2 (2 primary) to sda1+(logical sda5)?
2639 [21:00:41] <towo`> mbr => is possible
2640 [21:00:44] <towo`> grr
2641 [21:00:47] <beepnboop-> bash keeps giving me errors
2642 [21:00:50] <towo`> mbr => gpt is possible
2643 [21:01:27] <beepnboop-> bash: TeamSpeak3-Client-linux_amd64-3.2.3.run: command not found
2644 [21:01:42] <greycat> ./ not ,/
2645 [21:01:43] *** Quits: bajja2 (~in@replaced-ip ) (Ping timeout: 245 seconds)
2646 [21:02:05] <deadrom> towo`: would appreciate info
2647 [21:02:13] <beepnboop-> war@debian:~/Downloads$ TeamSpeak3-Client-linux_amd64-3.2.3.run
2648 [21:02:15] *** Joins: canduster (~canduster@replaced-ip )
2649 [21:02:19] <greycat> beepnboop-: ./filename
2650 [21:02:52] <beepnboop-> sudo: ./TeamSpeak3-Client-linux_amd64-3.2.3.run: command not found
2651 [21:03:03] *** Joins: dkmueller (~dkmueller@replaced-ip )
2652 [21:03:09] <towo`> deadrom, replaced-url
2653 [21:03:27] *** Quits: zeden (~user@replaced-ip ) (Quit: WeeChat 2.3)
2654 [21:03:35] *** Quits: donofrio__ (~donofrio@replaced-ip ) (Remote host closed the connection)
2655 [21:03:40] <diogenes_> beepnboop-, cd Downloads && ./TeamSpeak3-Client-linux_amd64-3.2.3.run
2656 [21:03:44] *** Joins: zeden (~user@replaced-ip )
2657 [21:03:57] <beepnboop-> i'm already cd'd to that folder
2658 [21:04:02] *** debhelper sets mode: +l 1539
2659 [21:04:06] <GumShoe> FWIW I found that restic 0.9.4 (current) has some prebuilt binaries replaced-url
2660 [21:04:16] *** Quits: dkmueller (~dkmueller@replaced-ip ) (Client Quit)
2661 [21:04:23] <diogenes_> beepnboop-, what does: ls | grep Team
2662 [21:04:25] <diogenes_> says?
2663 [21:04:30] <GNU\colossus> beepnboop-, what does that yield? uname -m; file ./TeamSpeak3-Client-linux_amd64-3.2.3.run
2664 [21:04:37] <greycat> beepnboop-: (1) why does your output say "sudo"? (2) are you on amd64?
2665 [21:04:41] *** Joins: dkmueller (~dkmueller@replaced-ip )
2666 [21:04:46] <beepnboop-> TeamSpeak3-Client-linux_amd64-3.2.3.run
2667 [21:04:48] <greycat> yeah, GNU\colossus has the same ideas
2668 [21:04:54] *** Joins: Stormezt1 (~Irene90@replaced-ip )
2669 [21:05:09] <diogenes_> beepnboop-, then try su (enter password)
2670 [21:05:13] *** Quits: DarkShymia (~dmenor@replaced-ip ) (Remote host closed the connection)
2671 [21:05:15] <beepnboop-> without sudo it says premmison denied
2672 [21:05:20] *** Quits: monkey-b (~monkey-b@replaced-ip ) (Ping timeout: 250 seconds)
2673 [21:05:20] <diogenes_> then: ./TeamSpeak3-Client-linux_amd64-3.2.3.run
2674 [21:05:23] <greycat> chmod 755 filename
2675 [21:05:28] <beepnboop-> ./TeamSpeak3-Client-linux_amd64-3.2.3.run: POSIX shell script executable (binary data)
2676 [21:05:32] <greycat> USING SUDO IS NOT THE ANSWER
2677 [21:05:45] <diogenes_> greycat, sudo doesn't work on debian :)
2678 [21:05:47] <greycat> OH god, is it an *installer*?
2679 [21:05:52] <diogenes_> he has to use su
2680 [21:05:59] <greycat> diogenes_: ... god, no, why, what, WHY are you so wrong
2681 [21:06:01] <beepnboop-> bash: ./TeamSpeak3-Client-linux_amd64-3.2.3.run: Permission denied
2682 [21:06:04] <beepnboop-> .....
2683 [21:06:07] <GNU\colossus> GumShoe, that is the case for pretty much all software that is written in Go (aka Golang)
2684 [21:06:09] *** Joins: monkey-b (~monkey-b@replaced-ip )
2685 [21:06:26] *** Quits: AvatarA (~avatara@replaced-ip ) (Quit: Leaving)
2686 [21:06:36] <greycat> beepnboop-: chmod 755 ./TeamSpeak3-Client-linux_amd64-3.2.3.run
2687 [21:06:42] <diogenes_> greycat, not out of the box, that wahat i meant
2688 [21:06:51] <beepnboop-> no output
2689 [21:06:53] *** Joins: m0u (~m0u@replaced-ip )
2690 [21:06:55] *** Joins: Gazooo (~Gazooo@replaced-ip )
2691 [21:06:56] <greycat> Good!
2692 [21:07:00] <greycat> NOW run the thing.
2693 [21:07:05] *** Joins: rkw_inspiron (~rkw@replaced-ip )
2694 [21:07:10] *** Joins: Insanity_ (uid179350@replaced-ip )
2695 [21:07:42] *** Quits: smokals (~smokals@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
2696 [21:08:09] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 244 seconds)
2697 [21:08:28] *** Quits: Stormezt1 (~Irene90@replaced-ip ) (K-Lined)
2698 [21:08:38] *** Quits: osro (~osro@replaced-ip ) (Read error: Connection reset by peer)
2699 [21:08:46] <beepnboop-> it installed folder but nothing works
2700 [21:09:03] <beepnboop-> /home/war/Downloads/TeamSpeak3-Client-linux_amd64/ts3client_linux_amd64: error while loading shared libraries: libquazip.so: cannot open shared object file: No such file or directory
2701 [21:09:10] <greycat> Progress! Yay!
2702 [21:09:22] *** Joins: tw (~tw@replaced-ip )
2703 [21:09:24] *** Joins: Vivianvxg8 (~Cecilia17@replaced-ip )
2704 [21:09:24] <greycat> So now you find out what package (if any) has this libquazip.so file, and install that.
2705 [21:09:29] <GNU\colossus> wtf is quazip
2706 [21:09:38] <greycat> ,file libquazip.so
2707 [21:09:39] <GNU\colossus> I would just install mumble/murmur, and be done with it
2708 [21:09:43] <judd> Search for libquazip.so in stretch/amd64: libquazip-dev: usr/lib/x86_64-linux-gnu/libquazip.so
2709 [21:09:50] *** Joins: peezy1 (~peezy@replaced-ip )
2710 [21:09:50] *** Quits: peezy1 (~peezy@replaced-ip ) (Changing host)
2711 [21:09:50] *** Joins: peezy1 (~peezy@replaced-ip )
2712 [21:10:03] <GNU\colossus> the .so is in the -dev package?
2713 [21:10:07] <greycat> You wouldn't necessarily need the -dev package, but that would *work*. Because it would also bring in the runtime shared library.
2714 [21:10:21] <greycat> GNU\colossus: that's a symlink for linking, probably
2715 [21:10:31] <deadrom> i thought discord was the new teamspeak
2716 [21:10:33] <GNU\colossus> "C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package"
2717 [21:10:47] <beepnboop-> cant install that nothing finds it
2718 [21:10:53] <deadrom> towo`: huh. that was almost too easy. thanks
2719 [21:10:58] *** Quits: mnj (~mnj@replaced-ip ) (Quit: mnj)
2720 [21:11:28] <greycat> beepnboop-: the bot literally JUST said the stretch package name
2721 [21:11:34] *** Quits: manuelschneid3r (~manuelsch@replaced-ip ) (Ping timeout: 268 seconds)
2722 [21:11:47] *** Quits: maxrazer (~maxrazer4@replaced-ip ) (Remote host closed the connection)
2723 [21:11:49] <beepnboop-> what bot
2724 [21:12:00] <greycat> 15:09 judd> Search for libquazip.so in stretch/amd64: libquazip-dev: usr/lib/x86_64-linux-gnu/libquazip.so
2725 [21:12:19] *** Joins: derlg_ (uid337581@replaced-ip )
2726 [21:12:31] *** Parts: simonpp (~simonpp@replaced-ip ) ("Leaving")
2727 [21:12:49] *** Quits: jnavila (~jnavila@replaced-ip ) (Ping timeout: 246 seconds)
2728 [21:13:19] <beepnboop-> E: Unable to locate package libquazip.so E: Couldn't find any package by glob 'libquazip.so' E: Couldn't find any package by regex 'libquazip.so'
2729 [21:13:23] * deadrom has a terrrible hatred of MS right now
2730 [21:13:28] *** Quits: peezy1 (~peezy@replaced-ip ) (Client Quit)
2731 [21:13:35] <greycat> *plonk*
2732 [21:13:50] *** Joins: peezy1 (~peezy@replaced-ip )
2733 [21:14:45] *** Joins: thatpythonguy (~john@replaced-ip )
2734 [21:14:52] <joepublic> I suspect the package name may not be something.so
2735 [21:15:05] *** Quits: slack_ (~slack@replaced-ip ) (Read error: Connection reset by peer)
2736 [21:15:13] <petn-randall> beepnboop-: "libquazip.so" is the name of the file, not the package. "libquazip-dev" is the package name you're looking for.
2737 [21:15:19] <beepnboop-> E: Unable to locate package libquazip
2738 [21:15:27] *** Joins: Texou (~Texou@replaced-ip )
2739 [21:15:37] *** Quits: spacemanspam (~weechat@replaced-ip ) (Read error: Connection reset by peer)
2740 [21:16:21] <petn-randall> beepnboop-: That's not surprising since you're still making up random package names.
2741 [21:16:47] <GNU\colossus> you're looking for apt-get install libquazip-dev
2742 [21:16:53] *** Parts: zeden (~user@replaced-ip ) ("WeeChat 2.3")
2743 [21:16:57] <petn-randall> The correct package name is in quotes in my last message.
2744 [21:17:01] <beepnboop-> installed, that ts file still has the exact error
2745 [21:17:05] <joepublic> after typing the command, press the etner key
2746 [21:17:15] *** Joins: zeden (~user@replaced-ip )
2747 [21:17:24] <diogenes_> after that enter your password :)
2748 [21:17:40] <GNU\colossus> maybe it's trying to run a 32bit binary, and beepnboop- is on a 64bit host
2749 [21:17:45] <beepnboop-> i installed it
2750 [21:17:46] <GNU\colossus> -> I would just install mumble/murmur, and be done with it
2751 [21:18:06] <beepnboop-> i know no one that uses mmble
2752 [21:18:06] <diogenes_> or discord
2753 [21:18:07] <petn-randall> beepnboop-: Did you download the 32 or 64 bit binary?
2754 [21:18:12] <beepnboop-> 64
2755 [21:18:30] <petn-randall> beepnboop-: Then take it up with teamspeak support.
2756 [21:18:31] *** Quits: Vivianvxg8 (~Cecilia17@replaced-ip ) (K-Lined)
2757 [21:18:44] <beepnboop-> lol gl with that
2758 [21:18:51] * petn-randall shrugs.
2759 [21:19:17] <petn-randall> Not much Debian can do about buggy software then.
2760 [21:19:20] *** Joins: Kiahpjy7 (~Joannes49@replaced-ip )
2761 [21:19:21] <beepnboop-> ah sorry sorry
2762 [21:19:22] *** Joins: drwiii (~drw@replaced-ip )
2763 [21:19:24] <beepnboop-> its not the same
2764 [21:19:30] <beepnboop-> /home/war/Downloads/TeamSpeak3-Client-linux_amd64/ts3client_linux_amd64: error while loading shared libraries: libQt5Core.so.5: cannot open shared object file: No such file or directory
2765 [21:19:42] <petn-randall> :)
2766 [21:19:45] <diogenes_> oml
2767 [21:19:49] <joepublic> Have you tried installing that library?
2768 [21:19:59] <beepnboop-> its .so again
2769 [21:20:13] <beepnboop-> so its prob .dev?
2770 [21:20:23] <diogenes_> smells like dependency hell, after installing that it gonna complain about something else
2771 [21:20:24] <petn-randall> beepnboop-: Ok, every time it complains about a missing file like that, you run `apt-file search <filename>`, and install the missing package.
2772 [21:20:39] <petn-randall> beepnboop-: You will need to install apt-file for that.
2773 [21:20:39] *** Joins: GenteelBen (~Ragenix@replaced-ip )
2774 [21:20:49] *** Quits: Scrutinizer (~Scrutiniz@replaced-ip ) (Quit: Bye!)
2775 [21:21:03] <GNU\colossus> [21:18:06] <beepnboop-> i know no one that uses mmble - the client is free, and cross-platform
2776 [21:21:21] <GNU\colossus> if your friends are unwilling or unable to make the switch, get new friends :>
2777 [21:21:33] <petn-randall> heh
2778 [21:21:49] *** Quits: echoSMIL3 (~echoSMILE@replaced-ip ) (Quit: echoSMIL3)
2779 [21:21:52] <diogenes_> lol, use open source friends :)
2780 [21:22:03] *** Quits: upie (~upie@replaced-ip ) (Ping timeout: 268 seconds)
2781 [21:22:16] *** Quits: PaddyF (~PaddyF@replaced-ip ) (Quit: bbl)
2782 [21:22:24] <beepnboop-> reeeeeeeee
2783 [21:23:05] <beepnboop-> ok found some files with that petn
2784 [21:23:27] *** Quits: platvoeten (~platvoete@replaced-ip ) (Ping timeout: 240 seconds)
2785 [21:23:45] <beepnboop-> nvm
2786 [21:23:53] <petn-randall> I guess you'll have to install a dozen packages that way.
2787 [21:24:50] *** Joins: PaddyF (~PaddyF@replaced-ip )
2788 [21:24:58] *** Joins: mavhc (~mavhc@replaced-ip )
2789 [21:25:16] *** Quits: baris (~baris@replaced-ip ) (Quit: baris)
2790 [21:25:37] <beepnboop-> man fuck ts
2791 [21:26:05] *** Quits: marc_ (~marc@replaced-ip ) (Remote host closed the connection)
2792 [21:26:08] *** Quits: esro (~esro@replaced-ip ) (Quit: Leaving)
2793 [21:27:10] *** Quits: llucenic (~Thunderbi@replaced-ip ) (Ping timeout: 246 seconds)
2794 [21:27:25] <GNU\colossus> told ya.
2795 [21:27:36] <beepnboop-> gl playing arma without it
2796 [21:27:46] <beepnboop-> when u need plugins and shit
2797 [21:27:49] <petn-randall> I'm sure if you google for it, there will be a list of missing packages.
2798 [21:27:58] *** Quits: rypervenche (~rypervenc@replaced-ip ) (Quit: brb)
2799 [21:27:59] <petn-randall> ArmA runs on Linux?
2800 [21:28:12] <beepnboop-> .....
2801 [21:28:30] * petn-randall calls pacman to eat all those dots.
2802 [21:28:46] <joepublic> pacman -Ss dot-eater
2803 [21:28:53] <petn-randall> hehehe
2804 [21:29:04] *** Quits: eht (~eht@replaced-ip ) (Quit: Lost terminal)
2805 [21:29:09] <greycat> I bet pacman doesn't even have super cow powers.
2806 [21:29:25] *** Parts: diogenes_ (~diogenes_@replaced-ip ) ("vergissmeinnicht")
2807 [21:29:36] *** Parts: StyXman (~mdione@replaced-ip ) ("ufa")
2808 [21:29:46] *** Joins: manuelschneid3r (~manuelsch@replaced-ip )
2809 [21:29:54] <beepnboop-> wew new error
2810 [21:30:04] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 268 seconds)
2811 [21:30:44] *** Quits: Kiahpjy7 (~Joannes49@replaced-ip ) ()
2812 [21:30:49] <beepnboop-> QCoreApplication::applicationDirPath: Please instantiate the QApplication object first
2813 [21:30:49] <beepnboop-> This application failed to start because it could not find or load the Qt platform plugin "xcb" | in "". | Available platform plugins are: xcb. | Reinstalling the application may fix this problem. | Aborted
2814 [21:30:53] *** Quits: Nekojimi (~jimj316@replaced-ip ) (Ping timeout: 244 seconds)
2815 [21:31:18] <beepnboop-> i use yay -S or -Syu
2816 [21:31:28] <beepnboop-> its 10 times better than pacman
2817 [21:31:40] *** Joins: shanab (~Emmy127@replaced-ip )
2818 [21:32:17] <beepnboop-> can i even do anything with this error
2819 [21:32:37] *** Quits: Haudegen (~quassel@replaced-ip ) (Read error: Connection reset by peer)
2820 [21:33:19] <petn-randall> beepnboop-: Time to ask google.
2821 [21:33:22] <joepublic> it could not find "xcb" in "" because the only platform plugin is "xcb". Right?
2822 [21:33:30] *** Quits: yareckonirc (~yareckoni@replaced-ip ) (Remote host closed the connection)
2823 [21:33:32] <joepublic> Because that makes really no sense to me at all.
2824 [21:33:48] *** Joins: yareckonirc (~yareckoni@replaced-ip )
2825 [21:33:55] *** Quits: NetTerminalGene (~NetTermin@replaced-ip ) (Quit: Leaving)
2826 [21:34:01] *** debhelper sets mode: +l 1525
2827 [21:34:07] *** Quits: LostSoul (~LostSoul@replaced-ip ) (Ping timeout: 240 seconds)
2828 [21:34:21] *** Joins: rypervenche (~rypervenc@replaced-ip )
2829 [21:34:31] <jhutchins_wk> joepublic: Looks like the path it's supposed to look in is null.
2830 [21:34:47] <petn-randall> beepnboop-: It might also help if you paste the command + complete output to replaced-url
2831 [21:35:25] <joepublic> how much path does it need if it already found xcb and is telling the world that it's available?
2832 [21:35:34] <beepnboop-> GNU\colossus, how do i connect to ts server with mmbl?
2833 [21:36:02] *** Joins: jnavila (~jnavila@replaced-ip )
2834 [21:36:03] *** Quits: cryptodan (~cryptodan@replaced-ip ) (Remote host closed the connection)
2835 [21:36:21] *** Joins: platvoeten (~platvoete@replaced-ip )
2836 [21:36:23] *** Joins: LostSoul (~LostSoul@replaced-ip )
2837 [21:36:28] *** Quits: OS-36013 (~OS-36013@replaced-ip ) (Ping timeout: 258 seconds)
2838 [21:36:41] *** Quits: rattlebattle79 (~steinar@replaced-ip ) (Quit: Leaving.)
2839 [21:37:10] *** Quits: peezy1 (~peezy@replaced-ip ) (Quit: Leaving)
2840 [21:37:29] <beepnboop-> replaced-url
2841 [21:39:26] *** Joins: hobbanero (~hobbanero@replaced-ip )
2842 [21:39:39] <beepnboop-> i don't even know what to ask duckduckgo with this output...
2843 [21:39:48] *** Quits: dez (uid92154@replaced-ip ) (Quit: Connection closed for inactivity)
2844 [21:40:09] <joepublic> "how the heck do you install (whatever) on debian"
2845 [21:40:28] <greycat> *totally* depends on what (whatever) is
2846 [21:40:44] <beepnboop-> GNU\colossus, ????????
2847 [21:41:09] *** Quits: Vizva (~Vizva@replaced-ip ) (Quit: Leaving)
2848 [21:41:53] *** Quits: dastier_ (~dastier@replaced-ip ) (Remote host closed the connection)
2849 [21:42:43] *** Quits: _0bitcount (~Big_Byte@replaced-ip ) (Quit: Leaving)
2850 [21:42:56] *** Quits: shanab (~Emmy127@replaced-ip ) (K-Lined)
2851 [21:43:43] *** Joins: Anestassiakkq1 (~Jenica493@replaced-ip )
2852 [21:44:13] *** Quits: dkmueller (~dkmueller@replaced-ip ) (Quit: Lost terminal)
2853 [21:44:24] *** Joins: dastier_ (~dastier@replaced-ip )
2854 [21:44:31] *** Quits: platvoeten (~platvoete@replaced-ip ) (Ping timeout: 258 seconds)
2855 [21:44:35] *** Joins: dkmueller (~dkmueller@replaced-ip )
2856 [21:45:53] *** Quits: Anestassiakkq1 (~Jenica493@replaced-ip ) (K-Lined)
2857 [21:46:30] *** Joins: Martellefxi7 (~Dollie537@replaced-ip )
2858 [21:46:54] *** Joins: conta2 (~Thunderbi@replaced-ip )
2859 [21:47:31] *** Joins: donofrio_ (~donofrio@replaced-ip )
2860 [21:47:58] *** Quits: Pikk0n (~Pikkon@replaced-ip ) (Ping timeout: 258 seconds)
2861 [21:48:16] *** Joins: wala3a (~Mutter@replaced-ip )
2862 [21:49:24] *** Joins: ah_med (~ah_med@replaced-ip )
2863 [21:49:44] *** Joins: Messenger_bird (~banana@replaced-ip )
2864 [21:49:53] *** Quits: Martellefxi7 (~Dollie537@replaced-ip ) (K-Lined)
2865 [21:50:59] *** Joins: Eranlgl2 (~Loella867@replaced-ip )
2866 [21:51:07] *** Quits: conta2 (~Thunderbi@replaced-ip ) (Ping timeout: 240 seconds)
2867 [21:52:00] <petn-randall> beepnboop-: replaced-url
2868 [21:52:31] <beepnboop-> replaced-url
2869 [21:52:40] <beepnboop-> there was sh file i had to run
2870 [21:53:02] *** Joins: mavhc (~mavhc@replaced-ip )
2871 [21:53:16] *** Quits: Eranlgl2 (~Loella867@replaced-ip ) (K-Lined)
2872 [21:53:22] <petn-randall> beepnboop-: How does that help? We've already done those steps.
2873 [21:53:52] <beepnboop-> no i didn't
2874 [21:53:59] <beepnboop-> because i'm using ts right now
2875 [21:54:01] *** Joins: Linettedpo9 (~Arly113@replaced-ip )
2876 [21:54:24] <beepnboop-> sh ts3client_runscript.sh
2877 [21:54:28] *** Joins: baris (~baris@replaced-ip )
2878 [21:54:37] *** Joins: josefig (~jose@replaced-ip )
2879 [21:55:03] *** Quits: Linettedpo9 (~Arly113@replaced-ip ) (K-Lined)
2880 [21:55:26] *** Quits: wala3a (~Mutter@replaced-ip ) (Ping timeout: 268 seconds)
2881 [21:55:56] *** Joins: Juliivu4 (~Elsi16@replaced-ip )
2882 [21:56:12] *** Quits: donofrio_ (~donofrio@replaced-ip ) (Ping timeout: 244 seconds)
2883 [21:56:25] *** Quits: Juliivu4 (~Elsi16@replaced-ip ) (K-Lined)
2884 [21:56:54] <petn-randall> beepnboop-: So TS3 works now for you?
2885 [21:57:01] *** Quits: thms (~thms@replaced-ip ) (Remote host closed the connection)
2886 [21:57:11] *** Joins: Alexaadi6 (~Maressa26@replaced-ip )
2887 [21:57:16] <beepnboop-> linux mint to the rescue..
2888 [21:57:19] *** Quits: Alexaadi6 (~Maressa26@replaced-ip ) (K-Lined)
2889 [21:57:34] *** Joins: telcoguy________ (~telcoguy_@replaced-ip )
2890 [21:57:42] <beepnboop-> yeah that was the solution and it was in the front page of google
2891 [21:57:48] <beepnboop-> duckduckgo is useless
2892 [21:59:11] *** Joins: Elfredavue7 (~Karyl405@replaced-ip )
2893 [21:59:18] *** Quits: Elfredavue7 (~Karyl405@replaced-ip ) (K-Lined)
2894 [21:59:20] <beepnboop-> anyway if anyone asks this again give them that link
2895 [21:59:36] <beepnboop-> thank you guys for your patience with noob ass
2896 [21:59:47] <beepnboop-> with my noob ass
2897 [22:00:23] *** Quits: beepnboop- (~beepnboop@replaced-ip ) (Quit: Leaving)
2898 [22:00:59] <AK> so by default (not expert mode) where debian installs root? My friend is having issues networking connectivity. so I wanna chroot into her system
2899 [22:01:23] <AK> she has got /dev/sda{1,2,5}
2900 [22:01:37] <AK> I'm on video call with her.
2901 [22:01:51] *** Joins: Haudegen (~quassel@replaced-ip )
2902 [22:02:05] *** Joins: blackmajic_ (~black@replaced-ip )
2903 [22:02:08] *** Quits: telcoguy________ (~telcoguy_@replaced-ip ) (Ping timeout: 268 seconds)
2904 [22:02:12] <petn-randall> AK: just check the filesystems for their contents. It depends on various things.
2905 [22:02:20] <petn-randall> AK: Is the network failing on wifi?
2906 [22:02:56] <AK> yeah
2907 [22:03:12] <AK> I asked her to connect though ethernet
2908 [22:03:16] <AK> but no success
2909 [22:03:32] <somiaj> If you have already done past the pick partition stage I belive the installer puts everything in /target, but I think the network stage is before this.
2910 [22:03:48] <AK> I asked her to not install bloatware, and she selected only system tools
2911 [22:03:52] <somiaj> You could try to unoffical non-free installer with firmware (sometimes fixxesthe issue)
2912 [22:03:58] *** Joins: va55enn (~Va55en@replaced-ip )
2913 [22:04:10] <AK> somiaj: that's not the issue
2914 [22:04:17] <AK> network is okay in installaiton mode
2915 [22:04:51] <AK> and what should be mounted to /target? that's all I wanna know
2916 [22:05:02] *** Quits: va55enn (~Va55en@replaced-ip ) (Client Quit)
2917 [22:05:08] <somiaj> so the install has already been completed, but when rebooting into the running system it doens't work, and you are trying to rescue the system with the installer?
2918 [22:05:23] <AK> oh
2919 [22:05:28] <AK> lemme clear it
2920 [22:05:32] <somiaj> /target = / (root file system of the install)
2921 [22:05:44] <AK> she is in another country
2922 [22:05:45] <somiaj> if you just want to rescue the install, you should boot the installer in 'rescue mode' not in expert mode.
2923 [22:06:15] <AK> omg you've got 4 eyes but please read it first
2924 [22:06:26] *** Joins: pax (~Thunderbi@replaced-ip )
2925 [22:06:29] <AK> she had no internet
2926 [22:06:43] *** Quits: pax (~Thunderbi@replaced-ip ) (Client Quit)
2927 [22:07:03] <whislock> AK: Leave your attitude outside the channel, please.
2928 [22:07:08] <AK> I did ask her to do "echo "nameserver 8888" >> /etc/resolv.conf
2929 [22:07:42] <AK> whislock: ask yourself what attitude really stands for.
2930 [22:07:51] <AK> and I didn't even talk to you
2931 [22:08:03] <whislock> Given that it's a word, not an abbreviation or initialism, it doesn't stand for anything.
2932 [22:08:09] <whislock> So again: Leave your bad attitude outside the channel.
2933 [22:08:11] <AK> still she is having name resolution error
2934 [22:08:45] <AK> so I asked her to do rescue mode.
2935 [22:09:00] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 268 seconds)
2936 [22:09:05] <AK> now her netowrk is okay in installer.
2937 [22:09:19] <AK> all I wanna know where is the root we installed
2938 [22:09:30] *** Joins: Halimedahdt6 (~Mathilda8@replaced-ip )
2939 [22:09:30] *** Quits: Halimedahdt6 (~Mathilda8@replaced-ip ) (Client Quit)
2940 [22:09:37] <somiaj> You will have to manually check which file system it was on, I would guest /dev/sda2, but check first.
2941 [22:09:52] *** Joins: Halimedahdt6 (~Mathilda8@replaced-ip )
2942 [22:09:53] <AK> so we could mount the root and execute a shell, do install some networking tools and exit
2943 [22:09:53] <somiaj> s/guest/guess/
2944 [22:09:54] *** Quits: ae-35 (~ae-35@replaced-ip ) (Ping timeout: 250 seconds)
2945 [22:09:55] <AK> that's it
2946 [22:10:33] <AK> yeah that's in my mind but she isn't so technical, (couldn't even go to tty2)
2947 [22:11:23] <AK> btw from other tty we can have an idea where the root is?
2948 [22:11:56] *** Joins: spacemanspam (~weechat@replaced-ip )
2949 [22:12:04] <somiaj> yes, you could try 'blkid' see if that gives you any additional info about the partitons, or just mount the partition and look inside of it to see if it is root or not.
2950 [22:12:06] <AK> There is something called "TAWAKKAL" and I'm gonna do that ;-)
2951 [22:13:23] *** Quits: debsan (~debsan@replaced-ip ) (Ping timeout: 245 seconds)
2952 [22:13:44] *** Quits: conta1 (~Thunderbi@replaced-ip ) (Quit: conta1)
2953 [22:13:44] *** Joins: jmarsac (~jmarsac@replaced-ip )
2954 [22:14:00] *** Joins: Nekojimi (~jimj316@replaced-ip )
2955 [22:14:32] *** Joins: necrose99 (~necrose99@replaced-ip )
2956 [22:14:49] *** Joins: mavhc (~mavhc@replaced-ip )
2957 [22:15:01] *** Quits: olegfusion (~olegfusio@replaced-ip ) (Quit: Leaving)
2958 [22:15:07] *** Quits: Halimedahdt6 (~Mathilda8@replaced-ip ) (Read error: Connection reset by peer)
2959 [22:16:19] *** Joins: Halimedahdt6 (~Mathilda8@replaced-ip )
2960 [22:17:51] *** Joins: f10 (~flo@replaced-ip )
2961 [22:18:09] *** Joins: rrsc (~rrsc@replaced-ip )
2962 [22:18:40] *** Joins: donofrio_ (~donofrio@replaced-ip )
2963 [22:21:54] *** Quits: sorko999 (~sorko999@replaced-ip ) (Quit: Leaving.)
2964 [22:22:28] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 258 seconds)
2965 [22:23:02] *** Quits: baris (~baris@replaced-ip ) (Remote host closed the connection)
2966 [22:23:03] *** Quits: mikevanbike (~luci@replaced-ip ) (Ping timeout: 252 seconds)
2967 [22:23:27] *** Joins: baris (~baris@replaced-ip )
2968 [22:24:02] *** Quits: baris (~baris@replaced-ip ) (Client Quit)
2969 [22:24:57] *** Quits: donofrio_ (~donofrio@replaced-ip ) (Ping timeout: 268 seconds)
2970 [22:26:33] *** Joins: mavhc (~mavhc@replaced-ip )
2971 [22:26:36] *** Quits: PaddyF (~PaddyF@replaced-ip ) (Quit: bbl)
2972 [22:27:16] *** Quits: ah_med (~ah_med@replaced-ip ) (Ping timeout: 272 seconds)
2973 [22:27:33] *** Joins: Halcy0n (~Hal9000@replaced-ip )
2974 [22:29:05] *** Quits: gunix (~gheorghe@replaced-ip ) (Quit: WeeChat 2.3)
2975 [22:30:24] *** Joins: banisterfiend (~textual@replaced-ip )
2976 [22:30:54] *** Quits: dastier_ (~dastier@replaced-ip ) (Remote host closed the connection)
2977 [22:31:39] *** Quits: grobi (~rtng@replaced-ip ) (Quit: WeeChat 2.2)
2978 [22:31:49] *** Quits: NeuterYourPet (~willy@replaced-ip ) (Quit: Leaving)
2979 [22:32:23] *** Quits: nst^ (nst@replaced-ip ) ()
2980 [22:32:58] *** Quits: HarveyPwca (~HarveyPwc@replaced-ip ) (Ping timeout: 272 seconds)
2981 [22:34:02] *** debhelper sets mode: +l 1518
2982 [22:34:36] <milkt> i have "stretch" "stretch-updates" "stretch-backports" as distribution in "/etc/apt/sources.list" entry. is there any way to list packages which installed from "stretch-backports"?
2983 [22:34:37] *** Quits: jnavila (~jnavila@replaced-ip ) (Ping timeout: 252 seconds)
2984 [22:34:38] *** Joins: bph^ (bph@replaced-ip )
2985 [22:35:13] <greycat> In theory? No. In practice? They all have "bpo" in their version strings.
2986 [22:35:29] *** Joins: CaptainN (zelda@replaced-ip )
2987 [22:35:34] <greycat> So just grepping for bpo is enough, usually.
2988 [22:35:34] *** Quits: spacemanspam (~weechat@replaced-ip ) (Read error: Connection reset by peer)
2989 [22:35:35] *** Quits: zeden (~user@replaced-ip ) (Quit: WeeChat 2.3)
2990 [22:36:28] <milkt> thanks for information. also how about stretch-updates? can I list package which is not from stretch, and come from stretch-updates?
2991 [22:37:17] <greycat> You have switched from past tense to present tense.
2992 [22:37:36] <greycat> You cannot tell where a package CAME from. You can tell where a package is available from NOW.
2993 [22:37:55] <greycat> apt-cache policy would be one way
2994 [22:39:23] <milkt> sorry for bad english, and thanks for useful information. will search about it
2995 [22:39:42] *** Quits: CaptainN (zelda@replaced-ip ) (Client Quit)
2996 [22:40:00] *** Joins: CaptainN (zelda@replaced-ip )
2997 [22:40:01] *** Quits: CaptainN (zelda@replaced-ip ) (Changing host)
2998 [22:40:01] *** Joins: CaptainN (zelda@replaced-ip )
2999 [22:40:26] *** Quits: kanliot (~anliot@replaced-ip ) (Remote host closed the connection)
3000 [22:40:29] *** Joins: donofrio_ (~donofrio@replaced-ip )
3001 [22:40:59] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 268 seconds)
3002 [22:40:59] *** Quits: rkw_inspiron (~rkw@replaced-ip ) (Ping timeout: 268 seconds)
3003 [22:41:36] *** Quits: AJ_Z0 (~AJ_Z0@replaced-ip##) (Quit: ZNC 1.6.1+deb1~ubuntu12.04.2 - ##replaced-url
3004 [22:43:30] *** Joins: AJ_Z0 (~AJ_Z0@replaced-ip )
3005 [22:45:28] *** Quits: littlekitty (uid234006@replaced-ip ) (Quit: Connection closed for inactivity)
3006 [22:45:46] *** Quits: Fye (~Fye@replaced-ip ) (Read error: Connection reset by peer)
3007 [22:46:08] *** Joins: Fye (~Fye@replaced-ip )
3008 [22:46:28] *** Joins: izh_ (~denis@replaced-ip )
3009 [22:46:32] *** Quits: Halimedahdt6 (~Mathilda8@replaced-ip ) (Ping timeout: 268 seconds)
3010 [22:46:59] *** Quits: fus (~quassel@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
3011 [22:47:46] *** Joins: noboruma_ (~noboruma@replaced-ip )
3012 [22:49:26] *** Quits: donofrio_ (~donofrio@replaced-ip ) (Ping timeout: 272 seconds)
3013 [22:49:38] *** Joins: fus (~quassel@replaced-ip )
3014 [22:50:14] *** Quits: bolovanos_ (~bolovanos@replaced-ip ) (Ping timeout: 268 seconds)
3015 [22:50:40] *** Joins: greatgatsby (~greatgats@replaced-ip )
3016 [22:50:49] *** Quits: towo` (~towo@replaced-ip ) (Remote host closed the connection)
3017 [22:52:34] *** Joins: rrsc_ (~rrsc@replaced-ip )
3018 [22:52:54] *** Joins: CoitBsd_ud5___ (~CoitBsd_u@replaced-ip )
3019 [22:52:54] *** Quits: Fr3d3g4r (~Fr3d3g4r@replaced-ip ) (Read error: Connection reset by peer)
3020 [22:52:58] *** Quits: CoitBsd_ud5__ (~CoitBsd_u@replaced-ip ) (Read error: Connection reset by peer)
3021 [22:53:42] *** Joins: F3d3g4r (~Fr3d3g4r@replaced-ip )
3022 [22:53:48] *** Joins: CoitBsd_ud5____ (~CoitBsd_u@replaced-ip )
3023 [22:53:51] *** Quits: rrsc (~rrsc@replaced-ip ) (Ping timeout: 246 seconds)
3024 [22:53:58] *** Joins: Casieaxu7 (~Miquela96@replaced-ip )
3025 [22:54:33] *** Quits: thatpythonguy (~john@replaced-ip ) (Ping timeout: 268 seconds)
3026 [22:54:41] *** Quits: m0u (~m0u@replaced-ip ) (Quit: WeeChat 2.3)
3027 [22:56:08] *** Quits: canduster (~canduster@replaced-ip ) (Ping timeout: 244 seconds)
3028 [22:56:10] *** Quits: dkmueller (~dkmueller@replaced-ip ) (Quit: Lost terminal)
3029 [22:57:17] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
3030 [22:57:29] *** Joins: towo` (~towo@replaced-ip )
3031 [22:57:34] *** Quits: raidsec (~admin@replaced-ip ) (Ping timeout: 250 seconds)
3032 [22:57:36] *** Joins: cCkw (~ejakuk@replaced-ip )
3033 [22:57:38] *** Quits: CoitBsd_ud5___ (~CoitBsd_u@replaced-ip ) (Ping timeout: 268 seconds)
3034 [22:58:22] *** Joins: xcm (~xcm@replaced-ip )
3035 [22:59:46] *** Joins: raidsec (~admin@replaced-ip )
3036 [23:00:09] *** Quits: jhutchins_wk (~jonathan@replaced-ip ) (Remote host closed the connection)
3037 [23:00:45] *** Joins: fax (~fax@replaced-ip )
3038 [23:02:20] *** Quits: semeion (~semeion@replaced-ip ) (Ping timeout: 244 seconds)
3039 [23:02:35] *** Joins: datasmurf (~datasmurf@replaced-ip )
3040 [23:03:47] *** Joins: otmi (~mito@replaced-ip )
3041 [23:05:17] *** Joins: donofrio_ (~donofrio@replaced-ip )
3042 [23:06:43] *** Quits: Tarrasquero (~Tarrasque@replaced-ip ) (Ping timeout: 245 seconds)
3043 [23:07:15] *** Quits: greatgatsby (~greatgats@replaced-ip ) (Quit: Leaving)
3044 [23:08:27] *** Quits: greycat (~wooledg@replaced-ip ) (Quit: They see me clawin' the love seat / They won't do nothin' 'cause I'm cute and furry)
3045 [23:09:34] *** Quits: donofrio_ (~donofrio@replaced-ip ) (Ping timeout: 244 seconds)
3046 [23:10:48] *** Joins: dvsyst (~root@replaced-ip )
3047 [23:10:49] *** Joins: mavhc (~mavhc@replaced-ip )
3048 [23:10:54] *** Joins: canduster (~canduster@replaced-ip )
3049 [23:11:12] *** Quits: dvsyst (~root@replaced-ip ) (Client Quit)
3050 [23:11:16] <SerajewelKS> running update-grub, i get the following warning: /usr/sbin/grub-probe: warning: Couldn't find physical volume `(null)'. Some modules may be missing from core image..
3051 [23:11:30] *** Quits: b30wulf (uid175355@replaced-ip ) (Quit: Connection closed for inactivity)
3052 [23:11:33] <SerajewelKS> what would cause this, and do i need to be worried about it? any way to increase verbosity so i can tell what's going wrong?
3053 [23:13:09] *** Quits: Poffer (~Poffer@replaced-ip ) (Quit: My iMac has gone to sleep. ZZZzzz…)
3054 [23:14:02] *** debhelper sets mode: +l 1510
3055 [23:15:00] *** Joins: DammitJim (~DammitJim@replaced-ip )
3056 [23:15:19] <DammitJim> what is the difference between creating a file and deleting it?
3057 [23:15:22] *** Joins: semeion (~semeion@replaced-ip )
3058 [23:15:28] *** Quits: Casieaxu7 (~Miquela96@replaced-ip ) ()
3059 [23:15:36] <SerajewelKS> that sounds like the setup for a joke
3060 [23:15:50] <DammitJim> I'm noticing that my system can write an 8.4GB file in about 4 seconds, but it's taking the system 40 seconds to delete it
3061 [23:16:03] <DammitJim> no, no joke here... I'm actually very confused
3062 [23:16:53] <joepublic> deleting it involves marking all its sectors as unused, one at the time
3063 [23:17:23] <joepublic> creating it might just be stuffing 8gb into a ram buffer and telling you "done" and then writing to disk bit by bit
3064 [23:17:41] <joepublic> "might" here is intended to connote "I don't really know"
3065 [23:17:50] <DammitJim> oh gosh, are you trying to say the system lies to me?
3066 [23:18:45] <xand> depends on filesystem and underlying storage
3067 [23:18:48] *** Joins: Dirty_Harry95 (~Miquela96@replaced-ip )
3068 [23:18:52] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 244 seconds)
3069 [23:19:01] <joepublic> It's for your own good
3070 [23:19:05] <xand> also file content
3071 [23:19:07] *** Quits: GumShoe_ (~GumShoe@replaced-ip ) (Remote host closed the connection)
3072 [23:19:11] *** Quits: Ericounet (~Eric@replaced-ip ) (Read error: Connection reset by peer)
3073 [23:19:31] <DammitJim> xand, exactly... underlying storage
3074 [23:19:42] <DammitJim> this freaking all flash array SAN is driving me nuts
3075 [23:20:05] <DammitJim> my regular server with local storage can write/delete faster than the san
3076 [23:21:30] <joepublic> The more memory you have, the less that "All done" signal has to do with whether writes are finished.
3077 [23:21:53] *** Quits: noodlepie (~Phillip@replaced-ip ) (Ping timeout: 258 seconds)
3078 [23:21:58] <joepublic> the "sync" command commits all pending writes to disk and then returns
3079 [23:21:59] <GumShoe> FWIW I found a blog post on restic from an author I respect replaced-url
3080 [23:22:05] *** Quits: derlg_ (uid337581@replaced-ip ) (Quit: Connection closed for inactivity)
3081 [23:22:15] *** Quits: zshlyk (~zshlyk@replaced-ip ) (Remote host closed the connection)
3082 [23:24:14] *** Joins: zshlyk (~zshlyk@replaced-ip )
3083 [23:24:54] <xand> DammitJim: the SAN will probably be quicker when there's lots of different stuff going on though
3084 [23:24:58] *** Quits: towo` (~towo@replaced-ip ) (Remote host closed the connection)
3085 [23:25:27] <aaii> why when i run ifconfig command i faced to "zsh: command not found: ifconfig" ?
3086 [23:25:33] <aaii> whats wrong?
3087 [23:25:38] <xand> aaii: use ip
3088 [23:25:46] <xand> ifconfig is deprecated so not installed.
3089 [23:26:02] *** Joins: Ardit (~ard1t@replaced-ip )
3090 [23:26:02] *** Quits: Ardit (~ard1t@replaced-ip ) (Changing host)
3091 [23:26:03] *** Joins: Ardit (~ard1t@replaced-ip )
3092 [23:26:12] <joepublic> perhaps try typing "ip addr" instead
3093 [23:26:14] <jordanm> it probably is installed, but it's in /sbin, which isn't in user's paths by default
3094 [23:26:15] *** Joins: mavhc (~mavhc@replaced-ip )
3095 [23:26:31] <GumShoe> @aaii 'ip address'
3096 [23:26:43] <aaii> xand, in debian is deprecated or in most distro?
3097 [23:27:05] <xand> aaii: all linux distros AFAIK
3098 [23:27:05] *** Joins: debiantonio (~debianton@replaced-ip )
3099 [23:27:07] <jordanm> aaii: it's been deprecated in linux as a whole for nearly 10 years
3100 [23:27:27] *** Joins: guiverc (~guiverc@replaced-ip )
3101 [23:27:49] <aaii> :| so How i used it 1 year ago ?:D
3102 [23:28:02] *** Joins: donofrio_ (~donofrio@replaced-ip )
3103 [23:28:06] <xand> deprecated doesn't mean it's completely unavailable
3104 [23:28:12] <xand> just that you shouldn't use it
3105 [23:28:16] <xand> or rely on it
3106 [23:28:37] <aaii> xand, why?
3107 [23:28:48] <xand> it doesn't work properly
3108 [23:29:04] <xand> example: it doesn't support multiple IPv4 addresses on the same interface
3109 [23:29:30] <xand> also can't handle some kinds of network adaptor properly. e.g. infiniband
3110 [23:29:56] *** Quits: DammitJim (~DammitJim@replaced-ip ) (Quit: Leaving)
3111 [23:29:56] *** Quits: n_1-c_k (~nick@replaced-ip ) (Read error: Connection reset by peer)
3112 [23:30:11] *** Joins: n_1-c_k (~nick@replaced-ip )
3113 [23:30:42] <aaii> xand, GumShoe , jordanm, thank you
3114 [23:30:49] *** Joins: noxs_ (~noxs@replaced-ip )
3115 [23:30:58] *** Joins: pddalm (~pddalm@replaced-ip )
3116 [23:31:20] <aaii> joepublic, thank you too
3117 [23:31:33] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 268 seconds)
3118 [23:31:48] *** Quits: noxs (~noxs@replaced-ip ) (Ping timeout: 250 seconds)
3119 [23:32:39] *** Joins: debsan (~debsan@replaced-ip )
3120 [23:32:39] *** Quits: debsan (~debsan@replaced-ip ) (Changing host)
3121 [23:32:39] *** Joins: debsan (~debsan@replaced-ip )
3122 [23:33:07] *** Quits: pingfloyd (~pingfloyd@replaced-ip ) (Quit: ☮ out)
3123 [23:33:16] *** Quits: rrsc_ (~rrsc@replaced-ip ) (Remote host closed the connection)
3124 [23:33:36] *** Joins: DodgeThis (~DodgeThis@replaced-ip )
3125 [23:33:58] *** Quits: oo_miguel (~miguel@replaced-ip ) (Quit: WeeChat 1.6)
3126 [23:34:01] <t3st3r> <DammitJim> Filesystems could have different performance for different metadata operations, etc.
3127 [23:34:25] *** Quits: Dirty_Harry95 (~Miquela96@replaced-ip ) (Read error: Connection reset by peer)
3128 [23:34:33] *** Joins: GenTooMan (~cyberman@replaced-ip )
3129 [23:34:54] <t3st3r> When file created filesystem only have to add some very basic info like fact it exists. When you write it, it would add some extents and write it up.
3130 [23:35:08] <t3st3r> On deletion all that have to be cleaned up to allow space reclaim.
3131 [23:35:52] *** Quits: noxs_ (~noxs@replaced-ip ) (Ping timeout: 268 seconds)
3132 [23:36:37] *** Joins: noxs (~noxs@replaced-ip )
3133 [23:36:46] *** Joins: mrjpaxton (~weechat@replaced-ip )
3134 [23:37:25] *** Joins: rkw_inspiron (~rkw@replaced-ip )
3135 [23:39:20] *** Quits: mandeep (~mandeep@replaced-ip ) (Remote host closed the connection)
3136 [23:40:07] *** Joins: mavhc (~mavhc@replaced-ip )
3137 [23:41:20] *** Quits: AK (~ak@replaced-ip ) (Remote host closed the connection)
3138 [23:41:40] *** Joins: noxs_ (~noxs@replaced-ip )
3139 [23:41:45] *** Joins: thatpythonguy (~john@replaced-ip )
3140 [23:43:04] *** Quits: noxs (~noxs@replaced-ip ) (Ping timeout: 250 seconds)
3141 [23:43:44] *** Quits: donofrio_ (~donofrio@replaced-ip ) (Ping timeout: 258 seconds)
3142 [23:45:14] *** Quits: knstn (~Thunderbi@replaced-ip ) (Quit: knstn)
3143 [23:46:38] *** Joins: daica (~daica@replaced-ip )
3144 [23:46:42] *** Joins: AK (~ak@replaced-ip )
3145 [23:47:59] *** Joins: [Brain] (~brain@replaced-ip )
3146 [23:48:42] *** Quits: mavhc (~mavhc@replaced-ip ) (Ping timeout: 250 seconds)
3147 [23:49:22] <aaii> xand, what about 'netstat' command?
3148 [23:50:22] <joepublic> sudo netstat?
3149 [23:51:04] <joepublic> oh, wait, I think it's in net-tools
3150 [23:51:05] <aaii> oh maybe
3151 [23:51:40] <aaii> joepublic, so , how i can call this command :|
3152 [23:52:31] <joepublic> you will want to apt install net-tools
3153 [23:52:34] *** Joins: mavhc (~mavhc@replaced-ip )
3154 [23:52:35] <joepublic> which makes netstat available
3155 [23:53:17] *** Joins: donofrio_ (~donofrio@replaced-ip )
3156 [23:53:33] <aaii> joepublic, thank you again
3157 [23:54:05] *** Joins: squadguy (~user@replaced-ip )
3158 [23:54:22] *** Quits: guiverc (~guiverc@replaced-ip ) (Ping timeout: 268 seconds)
3159 [23:54:37] <squadguy> Can anyone recommend a terminal based application for tracking time that can be found in apt?
3160 [23:54:44] *** Joins: clemens3_ (~clemens@replaced-ip )
3161 [23:55:19] *** Quits: rpifan (~rpifan@replaced-ip ) (Read error: Connection reset by peer)
3162 [23:55:37] *** Joins: rpifan (~rpifan@replaced-ip )
3163 [23:55:44] *** Joins: slack_ (~slack@replaced-ip )
3164 [23:56:33] *** Quits: srg_____ (~srgg@replaced-ip ) (Quit: srg_____)
3165 [23:56:46] *** Joins: greenzap (~nova@replaced-ip )
3166 [23:59:14] *** Joins: snowgoggles_ (~snowgoggl@replaced-ip )
↑ top
context: nick names on moving displays as market values
#debian Freenode IRC channel closed on 2021-06-01
contact: a @ her0. be