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:29] *** Quits: rootkea (~rootkea@replaced-ip ) (Remote host closed the connection)
1 [00:01:14] <praxis> one that's already been released
2 [00:01:21] <praxis> in the past
3 [00:01:21] *** Quits: journeytocoder (~journeyto@replaced-ip ) (Quit: journeytocoder)
4 [00:01:27] *** Quits: towo` (~towo@replaced-ip ) (Quit: Leaving)
5 [00:02:31] *** Joins: pingfloyd (~pingfloyd@replaced-ip )
6 [00:02:33] *** Quits: derrick_crash (~gabriel@replaced-ip ) (Quit: Konversation terminated!)
7 [00:03:51] *** whislock_ is now known as whislock
8 [00:04:56] *** Joins: Inconveniece (~irssi@replaced-ip )
9 [00:05:00] *** Quits: elkalamar_ (elkalamar@replaced-ip ) (Ping timeout: 244 seconds)
10 [00:05:01] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 246 seconds)
11 [00:05:04] <Inconveniece> is there a way to run 3 scripts at once
12 [00:05:09] <Inconveniece> in terminal
13 [00:05:26] <Inconveniece> with their output also showing
14 [00:07:49] <annadane> Inconveniece, if no one answers, try #bash
15 [00:07:54] <somiaj> in parallel would be hard, maybe use something like screen/tmux
16 [00:07:59] <annadane> yep
17 [00:08:05] <somiaj> in series, script1; sciprt2; script3
18 [00:08:07] <annadane> if you just want to see output, use a terminal multiplexer
19 [00:08:13] *** Joins: jasperarcola (~JasperArc@replaced-ip )
20 [00:08:21] *** Quits: Nokaji (~Nokaji@replaced-ip##) (Quit: ***** ##replaced-url
21 [00:08:23] <Inconveniece> yah i know screen
22 [00:08:28] <somiaj> because running in paraellel they would jumpble their output together
23 [00:08:32] <Inconveniece> but i want to make that into one comand
24 [00:08:49] <somiaj> but 'script1; script2; script3' will run all three scripts in order
25 [00:08:51] <Inconveniece> that will run these 3 dockers
26 [00:09:01] *** debhelper sets mode: +l 1540
27 [00:09:04] <somiaj> use && instead of ;, if you want the next one to only run if the first one exits sucessfully
28 [00:09:36] <Inconveniece> these stay running
29 [00:09:36] <somiaj> you could use & (to run in background) but now you are going to jubmple output together
30 [00:09:37] <jordanm> script1 & script2 & script3 & wait
31 [00:09:50] <Inconveniece> oh & will work
32 [00:10:23] <Inconveniece> hmm maybe not
33 [00:11:10] <Inconveniece> i think its working
34 [00:11:11] <somiaj> well it will jumble output which may not be ideal, that is why i suggested using screen/tmux (for seperate buffers) or in series
35 [00:11:23] <Inconveniece> jumbled is fine
36 [00:11:26] *** Quits: Gerowen (~Gerowen@replaced-ip ) (Remote host closed the connection)
37 [00:11:52] *** Joins: phaseNi (~phaset@replaced-ip )
38 [00:12:05] <nvz> Inconveniece: & makes it run in background && makes it only run the next if the first exits successfully
39 [00:12:35] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Ping timeout: 268 seconds)
40 [00:12:43] *** Quits: barrett (~barrett@replaced-ip ) (Ping timeout: 246 seconds)
41 [00:13:02] *** Quits: pringau (~pringau@replaced-ip ) (Remote host closed the connection)
42 [00:13:05] <Inconveniece> yes i know
43 [00:13:21] <nvz> || makes it run the next command only if the first fails
44 [00:13:22] <Inconveniece> i use it with nohup
45 [00:13:33] *** Joins: openface (~of@replaced-ip )
46 [00:13:41] *** Joins: c0d3ninja_ (~c0d3ninja@replaced-ip )
47 [00:13:56] *** Quits: c0d3ninja (~c0d3ninja@replaced-ip ) (Remote host closed the connection)
48 [00:16:43] *** Quits: nolan_ (~nolan_@replaced-ip ) (Ping timeout: 245 seconds)
49 [00:17:10] *** Joins: metreo (~oliver@replaced-ip )
50 [00:17:31] <Inconveniece> jumbly jumbly
51 [00:17:35] *** Joins: nolan_ (~nolan_@replaced-ip )
52 [00:18:08] *** Quits: user888 (~user888@replaced-ip ) (Ping timeout: 268 seconds)
53 [00:19:12] *** Quits: fiet (~nobody@replaced-ip ) (Ping timeout: 245 seconds)
54 [00:20:28] *** Quits: c0d3ninja_ (~c0d3ninja@replaced-ip ) (Remote host closed the connection)
55 [00:20:29] *** Quits: Night-Shade (~TimF@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
56 [00:20:33] *** Joins: fiet (~nobody@replaced-ip )
57 [00:20:42] *** Joins: c0d3ninja (~c0d3ninja@replaced-ip )
58 [00:21:39] *** Joins: debsan (~debsan@replaced-ip )
59 [00:23:54] *** Joins: Night-Shade (~TimF@replaced-ip )
60 [00:24:12] *** Quits: CtrlC (~CtrlC@replaced-ip ) (Read error: Connection reset by peer)
61 [00:24:37] *** Quits: leandrovianna_ (~leandrovi@replaced-ip ) (Ping timeout: 245 seconds)
62 [00:25:39] *** Joins: nuuuciano (~luuuciano@replaced-ip )
63 [00:25:56] *** Quits: c0d3ninja (~c0d3ninja@replaced-ip ) (Read error: Connection reset by peer)
64 [00:26:20] *** Parts: praxis (~voices@replaced-ip ) ()
65 [00:26:27] *** Joins: CtrlC (~CtrlC@replaced-ip )
66 [00:27:15] *** Joins: swift110 (~swift110@replaced-ip )
67 [00:28:23] *** Quits: ageis (~kevin@replaced-ip ) (Ping timeout: 245 seconds)
68 [00:29:20] *** Joins: winy (~vince@replaced-ip )
69 [00:29:46] *** Quits: winy (~vince@replaced-ip ) (Client Quit)
70 [00:30:23] *** Joins: ExoUNX (~ExoUNX@replaced-ip )
71 [00:32:56] *** Quits: twobitsprite (~isaac@replaced-ip ) (Ping timeout: 268 seconds)
72 [00:33:25] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Remote host closed the connection)
73 [00:33:56] *** Quits: Haudegen (~quassel@replaced-ip ) (Ping timeout: 244 seconds)
74 [00:34:28] *** Joins: ageis (~kevin@replaced-ip )
75 [00:37:12] *** Joins: leandrovianna_ (~leandrovi@replaced-ip )
76 [00:37:15] *** Joins: ajeffri (~ajeffri@replaced-ip )
77 [00:41:07] *** Quits: k000 (~k000@replaced-ip ) (Quit: k000)
78 [00:41:37] *** Quits: factor (~factor@replaced-ip ) (Read error: Connection reset by peer)
79 [00:41:56] *** Joins: factor (~factor@replaced-ip )
80 [00:42:27] *** Joins: nuuuciano (~luuuciano@replaced-ip )
81 [00:43:02] *** Joins: bashtux (~bashtux@replaced-ip )
82 [00:46:09] *** Quits: CO_MASSAGE_SENSU (~user7968@replaced-ip ) (Remote host closed the connection)
83 [00:46:30] *** Quits: debsan (~debsan@replaced-ip ) (Ping timeout: 246 seconds)
84 [00:46:35] <warsoul> replaced-url
85 [00:47:12] <somiaj> !termbin
86 [00:47:12] <dpkg> it has been said that termbin is you can paste to termbin.com from terminal via: cat /path/to/file | nc termbin.com 9999
87 [00:47:24] <somiaj> hmm, termbin.com is down for me
88 [00:47:40] <warsoul> somiaj, i was trying to do a upgrade now and this message came out
89 [00:47:41] <somiaj> ERR_CONNECTION_CLOSED
90 [00:48:00] <somiaj> warsoul: sorry can't help, maybe move your error to paste.debian.net (unsure why termbin.com isn't working for me, it usually does)
91 [00:48:10] <nvz> SerajewelKS: replaced-url
92 [00:48:17] *** Quits: airsoftmodels (~airsoftmo@replaced-ip ) (Quit: Leaving)
93 [00:48:21] <nvz> erm somiaj
94 [00:48:41] <somiaj> warsoul: apt dist-upgrade (to pull in the new kernel)
95 [00:48:44] *** Quits: ratrace (~ratrace@replaced-ip ) (Quit: brb reboot)
96 [00:48:58] <somiaj> warsoul: apt autoremove to remove the packages you don't need any longer (just make sure there is nothing in that list you need, but I don't see much)
97 [00:48:59] *** Joins: somazero (~somazero@replaced-ip )
98 [00:49:20] *** Joins: ratrace (~ratrace@replaced-ip )
99 [00:49:56] <warsoul> ok
100 [00:50:22] *** Quits: xin_ (~textual@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
101 [00:50:23] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Remote host closed the connection)
102 [00:50:32] <warsoul> somiaj, im having a problem when i open the internet browser it looks very clear can see the box to type for a search etc...
103 [00:50:37] *** Joins: dvs (~hibbard@replaced-ip )
104 [00:50:40] <warsoul> donw know how to fix it
105 [00:51:03] <somiaj> warsoul: don't quite understand your problem, maybe share a screen shot.
106 [00:51:13] <somiaj> also what browser? chromium, firefox-esr, or something else?
107 [00:51:17] *** Joins: icarusfactor (~factor@replaced-ip )
108 [00:51:27] <warsoul> firefox
109 [00:51:36] <warsoul> the one that came with xfce
110 [00:51:56] *** Quits: mcnugit (~textual@replaced-ip ) (Read error: Connection reset by peer)
111 [00:52:13] <somiaj> maybe a bug with your profile, you could try a new account, or new profile, or just move your firefox profile (~/.mozilla/firefox) elsewhere
112 [00:52:37] *** Joins: nuuuciano (~luuuciano@replaced-ip )
113 [00:52:45] *** Joins: Abiebaby (~Max@replaced-ip )
114 [00:52:58] <somiaj> but my reponse to something like that would be rebuild my profile from scratch (thinking that might fix it)
115 [00:52:58] <warsoul> how can i share a screen shot
116 [00:53:02] *** Quits: Night-Shade (~TimF@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
117 [00:53:08] <somiaj> a few sites like imgur.com can share images
118 [00:53:54] *** Quits: factor (~factor@replaced-ip ) (Ping timeout: 268 seconds)
119 [00:54:04] *** Joins: thePiGrepper (~nagato@replaced-ip )
120 [00:54:16] *** Quits: metreo (~oliver@replaced-ip ) (Quit: Leaving.)
121 [00:54:28] *** Quits: swift110 (~swift110@replaced-ip ) (Remote host closed the connection)
122 [00:55:17] <nvz> !paste
123 [00:55:17] <dpkg> Do not paste more than 2 lines to this channel. Instead, use for text: replaced-url
124 [00:55:22] *** Joins: brutser (57434136@replaced-ip )
125 [00:55:43] * nvz edited that factoid to cover text, images, or arbitrary files
126 [00:55:49] <annadane> the one that "came with xfce" is firefox-esr
127 [00:55:51] *** Joins: paulo__ (~paulo@replaced-ip )
128 [00:55:53] *** Joins: we6jbo (~we6jbo@replaced-ip )
129 [00:56:07] <annadane> debian only packages the extended support release of firefox in debian stable, not other firefoxes
130 [00:56:46] *** Joins: xin_ (~textual@replaced-ip )
131 [00:56:55] <brutser> hi, if i want to have unencrypted boot partition (with signed kernel+initrd), but i need to use keyfile+header for decrypt rootfs, my idea was to put these files into initrd, but i need to encrypt them obviously and initramfs phase must decrypt them - what encryption should i use? and how would i enable these binaries for that in initramfs?
132 [00:57:28] <brutser> like i can use openssl i suppose?
133 [00:57:30] <warsoul> somiaj, how do i take the screentshot
134 [00:57:31] <warsoul> ?
135 [00:57:38] <somiaj> warsoul: the program scrot is good
136 [00:57:43] *** Joins: z8z (~x@replaced-ip )
137 [00:57:53] *** Quits: Abiebaby (~Max@replaced-ip ) (Max SendQ exceeded)
138 [00:57:58] <somiaj> you can also do 'scrot -s' then just click the window for a smaller screen shot
139 [00:58:01] <brutser> would you put those encrypted files into initrd, or just plain in sight on the boot partition?
140 [00:58:04] <somiaj> you may need to install scrot.
141 [00:58:10] <brutser> just like your opinions
142 [00:58:34] <somiaj> brutser: what do you use to unlock the rest of your system, a passphrase? Or do you keep your keys on a usb drive that is needed at boot?
143 [00:58:34] <nvz> prntscrn key usually takes a screenshot
144 [00:59:06] <brutser> somiaj: the idea is that only passphrase is needed for the encrypted files
145 [00:59:17] <brutser> i guess that's maybe not best security wise
146 [00:59:19] *** Quits: hypn0 (~h@replaced-ip ) (Quit: Leaving.)
147 [00:59:32] <somiaj> okay, just checking, if you were planning on having your encryption key on a usb drive anyways, makes where to store that easier.
148 [00:59:32] *** Quits: paulo__ (~paulo@replaced-ip ) (Quit: BitchX: may cause birth defects)
149 [00:59:43] <warsoul> replaced-url
150 [00:59:45] *** Joins: xcynth (~xcynth@replaced-ip )
151 [00:59:46] <somiaj> yea, I'm not sure the best way to provide the keys for this
152 [01:00:16] <warsoul> if you see the pictures i cant see the box to type the search for example
153 [01:00:20] <somiaj> warsoul: I would create a new user on your system, log into that new user, run firefox-esr and see if you have this same issue
154 [01:00:31] <brutser> somiaj: initrd needs them anyway and since there is no filesystem yet
155 [01:00:50] <brutser> but then i need to add openssl to initramfs i guess?
156 [01:01:29] <somiaj> I would wait for someone who is more familar with encryption than me for this.
157 [01:01:32] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
158 [01:01:58] <warsoul> somiaj, can i reinstall firefox to see if the problem is fix?
159 [01:02:29] <somiaj> warsoul: that shouldn't be an issue, if there is a problem, it is with the usres local config/profile. Hence why testing a new user is a way to verify this
160 [01:02:42] <somiaj> if that is the case, just backup/move all the firefox config files and revert to defatults
161 [01:03:05] <warsoul> i never touched firefox let me do the new user thing to see if it works
162 [01:03:07] *** Joins: monkey-b6 (~monkey-b@replaced-ip )
163 [01:03:23] *** Quits: monkey-b (~monkey-b@replaced-ip ) (Ping timeout: 245 seconds)
164 [01:03:25] <somiaj> what do you mean never touched firefox? It has been acting this way since you installed?
165 [01:03:30] <warsoul> yes
166 [01:03:41] <somiaj> that seems odd, well still test a new user
167 [01:03:54] <warsoul> i can add it in the terminal adduser?
168 [01:05:01] <warsoul> done
169 [01:05:02] <warsoul> brb
170 [01:06:00] *** Joins: special (~special@replaced-ip )
171 [01:07:05] *** Joins: Thedarkb-X40 (~beno@replaced-ip )
172 [01:08:50] <warsoul> somiaj, samething on new user
173 [01:08:51] <karlpinc> brutser: Best is to use LUKS encryption and read /usr/share/doc/cryptsetup/README.Debian.gz. I'm not sure what your real goal is though. You can "man cryptsetup" for how to use a detached header, which is where the keys are.
174 [01:09:17] <karlpinc> brutser: What are you trying to protect against?
175 [01:09:38] <somiaj> warsoul: what version of debian are you running?
176 [01:09:40] *** Quits: ajeffri (~ajeffri@replaced-ip ) (Quit: Leaving)
177 [01:10:43] <somiaj> warsoul: also what is the output of 'firefox --version'
178 [01:10:58] <warsoul> im running debian 10
179 [01:11:15] <warsoul> Mozilla Firefox 60.9.0
180 [01:11:27] *** Joins: debsan (~debsan@replaced-ip )
181 [01:11:43] <somiaj> I am unsure what the problem is, looks almost like a gtk/theme issue, but I would think a new user would fix that too
182 [01:12:20] <somiaj> you could try to reinstall firefox, 'apt install --reinstall firefox-esr', but I don't think that is gonna help much
183 [01:12:41] <somiaj> you could try another browser, 'apt install chromium' then use chromium, but I really don't know what the issue could be
184 [01:14:31] *** Joins: relaxed (~relaxed@replaced-ip )
185 [01:14:36] *** Joins: hatter_ (~Richard@replaced-ip )
186 [01:15:07] <warsoul> samething on chromium
187 [01:15:43] *** Quits: xcm (~xcm@replaced-ip ) (Killed (niven.freenode.net (Nickname regained by services)))
188 [01:15:53] *** Quits: hop (~hop@replaced-ip ) (Ping timeout: 245 seconds)
189 [01:16:23] *** Joins: xcm (~xcm@replaced-ip )
190 [01:16:39] *** Joins: winy (~vince@replaced-ip )
191 [01:16:50] *** Quits: thePiGrepper (~nagato@replaced-ip ) (Ping timeout: 240 seconds)
192 [01:18:58] *** Joins: thePiGrepper (~nagato@replaced-ip )
193 [01:18:58] *** Quits: lcabrera_ (~desarroll@replaced-ip ) (Read error: Connection reset by peer)
194 [01:19:11] *** Quits: eamanu314 (~Thunderbi@replaced-ip ) (Ping timeout: 268 seconds)
195 [01:19:18] *** Joins: lcabrera_ (~desarroll@replaced-ip )
196 [01:19:42] *** Quits: Spr1ng (~Spr1ng@replaced-ip ) (Quit: WeeChat 2.5)
197 [01:19:48] *** Quits: bashtux (~bashtux@replaced-ip ) (Ping timeout: 268 seconds)
198 [01:20:24] <brutser> karlpinc: i was trying to create some form of security through obscurity (which i know is not adding much), but by detaching header and having no luks identifiable partition, i could encrypt boot partition and hide the key and header files there, but then i still have a partition that's luks identifiable
199 [01:20:34] *** Joins: jetscreamer (~jetscream@replaced-ip )
200 [01:20:41] *** Joins: hop (~hop@replaced-ip )
201 [01:21:33] <brutser> karlpinc: by signing kernel and initramfs, i can be relatively sure those files will be hard to change without the signing key <-- then i could add the encrypted security files and have initramfs phase decrypt this file and provide the decryption of the rootfs
202 [01:21:33] <jetscreamer> hey i need to know why some internet sites are inaccessible with a fresh install of debian, with wireless. i can reach google, but not sourceforge
203 [01:22:11] *** Quits: xcynth (~xcynth@replaced-ip ) (Quit: xcynth)
204 [01:22:18] <jetscreamer> both are accessible with windows
205 [01:22:20] <hatter_> :jetscreamer, are you using the DNS of the gateway ?
206 [01:22:26] <jetscreamer> same box
207 [01:22:27] <jetscreamer> yes
208 [01:22:30] <jetscreamer> dhcp
209 [01:22:32] <jetscreamer> ipv6
210 [01:22:44] <somiaj> jetscreamer: you need to define inaccessible, try to figure out what is wrong, is it dns resolution or something else.
211 [01:22:58] *** Quits: winy (~vince@replaced-ip ) (Quit: Leaving.)
212 [01:23:05] *** Joins: user888 (~user888@replaced-ip )
213 [01:23:10] <jetscreamer> can't resolve. i'm trying to install ttf-mscorefonts-installer
214 [01:23:17] <brutser> karlpinc: obviously this is trusting the secure boot and signing of the kernel+initrd and leaves the boot partition open for an attack, which is not desirable, but it is a setup without any luks identifiable partitions/devices
215 [01:23:19] <jetscreamer> and it borks out
216 [01:23:28] <jetscreamer> can't find site
217 [01:23:29] <somiaj> what name servers do you see in /etc/resolv.conf?
218 [01:23:38] <hatter_> try using google nameservers
219 [01:23:45] *** Quits: somazero (~somazero@replaced-ip ) (Quit: Leaving)
220 [01:23:48] <hatter_> 8.8.8.8
221 [01:23:54] <hatter_> often the modems dns don't work
222 [01:24:04] <dvs> no, 1.1.1.1
223 [01:24:19] *** Joins: aschmidt (~user@replaced-ip )
224 [01:24:25] <jetscreamer> it's the same nameservers as currently, (windows)
225 [01:24:31] <warsoul> userdel -r warcold
226 [01:24:31] <warsoul> userdel: user warcold is currently used by process 850
227 [01:24:34] <jetscreamer> google is 8888 iirc
228 [01:24:50] <warsoul> how can i delete that user
229 [01:25:10] *** Joins: jetx (~jetscream@replaced-ip )
230 [01:25:26] <jetx> gah dc
231 [01:25:51] *** Quits: jetx (~jetscream@replaced-ip ) (Remote host closed the connection)
232 [01:25:57] *** Parts: aschmidt (~user@replaced-ip ) ()
233 [01:27:26] *** Joins: bliv (~bliv@replaced-ip )
234 [01:27:32] *** Joins: schneeschmelze (~user@replaced-ip )
235 [01:28:02] *** Joins: zellfaze (~zellfaze@replaced-ip )
236 [01:28:29] <zellfaze> Is there anything I need to look out for when looking for a PCI-e Wifi card?
237 [01:28:48] <zellfaze> I know there are some USB cards that require firmware packages installed.
238 [01:29:07] <zellfaze> Basically, just curious what compatability looks like.
239 [01:29:28] *** Quits: jetscreamer (~jetscream@replaced-ip ) (Ping timeout: 264 seconds)
240 [01:29:28] *** Joins: schneesc_ (~user@replaced-ip )
241 [01:29:39] *** Quits: schneesc_ (~user@replaced-ip ) (Client Quit)
242 [01:30:05] *** Joins: schneesc_ (~user@replaced-ip )
243 [01:30:29] *** Quits: schneesc_ (~user@replaced-ip ) (Client Quit)
244 [01:30:29] *** Quits: openface (~of@replaced-ip ) (Quit: leaving)
245 [01:30:41] <hatter_> I am trying to create an ssh passwordless key for a system where each non privileged user doesn't have a home directory and is set as /bin/false in /etc/passwd. Each user has it's own group also. How would I go about this ?
246 [01:32:28] *** Quits: schneeschmelze (~user@replaced-ip ) (Ping timeout: 264 seconds)
247 [01:33:45] *** Quits: woshty (~woshty@replaced-ip ) (Ping timeout: 250 seconds)
248 [01:33:55] <warsoul> replaced-url
249 [01:34:13] <warsoul> i have to always type my username
250 [01:34:19] <warsoul> is not saved?
251 [01:34:48] *** lightx- is now known as lightx
252 [01:34:53] <rwp> zellfaze, I would not shy away from a USB WiFi adaptor. They work very well. The adaptors from Jacob's Parts have always worked well for me with free drivers.
253 [01:36:27] *** Quits: leandrovianna_ (~leandrovi@replaced-ip ) (Ping timeout: 268 seconds)
254 [01:36:37] *** Joins: schneeschmelze (~Thunderbi@replaced-ip )
255 [01:37:32] <rwp> hatter_, It's orphaned and unsupported now (although still works) but the replaced-url
256 [01:37:51] <rwp> hatter_, For something newer and supported I would look for newer LDAP equivalents.
257 [01:40:35] *** Joins: dArK_IcE (~lawl@replaced-ip )
258 [01:40:55] <hatter_> :rwp, hmmm, thx, not sure if this is what I mean. I have one user on this system with a shell and a passwordless key to login to an offsite server. I want to backup other /var/replaced-url
259 [01:41:23] *** Quits: icarusfactor (~factor@replaced-ip ) (Ping timeout: 268 seconds)
260 [01:41:54] <zellfaze> rwp: I have a USB adapter right now, but I need something that I can attach an antenna to.
261 [01:42:26] *** Parts: schneeschmelze (~Thunderbi@replaced-ip ) ()
262 [01:42:35] <zellfaze> I have an rtl8188eufw right now.
263 [01:43:42] <BCMM> zellfaze: don't buy a card if you can't find out what chipset it uses basically
264 [01:43:50] <hatter_> su hatter -c 'tar zcvf - /var/replaced-url
265 [01:44:31] <hatter_> I want to do the above command, but as the owner of the website so it has permissions, but to also use a passwordless key to get to the offsite server
266 [01:44:33] <BCMM> zellfaze: as a general rule, drivers that are part of the kernel tree are usually very stable. other drivers are of more variable quality.
267 [01:44:34] <dvs> BCMM, that is a really hard thing to find out. Even adaptors with the same model number changes chipsets.
268 [01:44:56] *** Joins: leandrovianna_ (~leandrovi@replaced-ip )
269 [01:46:40] *** Quits: Adbray (~Adbray@replaced-ip ) (Remote host closed the connection)
270 [01:46:41] <brutser> warsoul: that's lightdm you have installed right?
271 [01:47:13] <warsoul> brutser whats that?
272 [01:47:48] <brutser> warsoul: that's the display manager on your system
273 [01:47:51] *** Quits: BCMM (~BCMM@replaced-ip ) (Quit: Konversation terminated!)
274 [01:47:52] <brutser> most likely
275 [01:47:54] <zellfaze> It is one of a few applications that can handle that login screen.
276 [01:48:03] <warsoul> brutser how can i check that?
277 [01:48:03] <zellfaze> Looks like lightdm to me also.
278 [01:48:05] <brutser> you need to go to /etc/lightdm/lightdm.conf
279 [01:48:06] *** Joins: r4u1 (~raf@replaced-ip )
280 [01:48:10] * zellfaze uses Lightdm and knows that backgroudn
281 [01:48:18] <brutser> that's the configuration file for that
282 [01:49:11] *** Joins: dasher00 (~dasher00@replaced-ip )
283 [01:49:28] <zellfaze> rwp: BCMM: dvs: Thank you guys for your help. I think I am going to try to get a WIE9260, it looks like it uses an Intel AC9260 internally and that seems well enough supported.
284 [01:49:29] *** Joins: Xu95 (~Xu95@replaced-ip )
285 [01:49:29] <brutser> the setting you want to add/change is: greeter-hide-users=false
286 [01:49:30] *** Quits: nolan_ (~nolan_@replaced-ip ) (Ping timeout: 246 seconds)
287 [01:50:11] *** Quits: TheWizard (~thewizard@replaced-ip##) (Quit: KVIrc 5.0.0 Aria ##replaced-url
288 [01:50:49] <brutser> warsoul: if not sure, just search that on google and you will find plenty of examples how to do that, it's lightdm and greeter-hide-users in /etc/lightdm/lightdm.conf
289 [01:50:59] <hatter_> Is there anything insecure about doing it this way ? : tar zcvf - /var/replaced-url
290 [01:51:07] *** Quits: zellfaze (~zellfaze@replaced-ip ) (Quit: leaving)
291 [01:51:31] <warsoul> brutser, #greeter-hide-users=false
292 [01:51:34] <warsoul> i have it like that
293 [01:51:47] <brutser> yes uncomment that line
294 [01:52:03] <brutser> uncomment means, remove the "#" sign in front of the line
295 [01:52:19] <hatter_> where do I configure what the key can do at the other end ?
296 [01:54:20] *** Joins: candido071 (~paulo@replaced-ip )
297 [01:54:33] *** Quits: quite (~quite@replaced-ip ) (Ping timeout: 258 seconds)
298 [01:54:51] *** Parts: candido071 (~paulo@replaced-ip ) ()
299 [01:55:06] *** Quits: CarlFK (~carl@replaced-ip ) (Quit: Leaving.)
300 [01:56:21] *** Quits: xin_ (~textual@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
301 [01:56:34] *** Quits: michaelni_ (~michael@replaced-ip ) (Quit: Leaving)
302 [01:58:13] *** Joins: xin_ (~textual@replaced-ip )
303 [01:58:48] *** Quits: kilobyte_ch (~kbch@replaced-ip ) (Ping timeout: 245 seconds)
304 [01:59:01] *** debhelper sets mode: +l 1531
305 [01:59:14] *** Quits: kupi (uid212005@replaced-ip ) (Quit: Connection closed for inactivity)
306 [02:01:07] *** Quits: de-facto (~de-facto@replaced-ip ) (Quit: See you around.)
307 [02:01:24] *** Joins: de-facto (~de-facto@replaced-ip )
308 [02:02:46] *** Joins: michaelni (~michael@replaced-ip )
309 [02:05:48] *** Guest52205 is now known as argusbr
310 [02:06:27] *** Quits: xaeB5 (xaeB5@replaced-ip ) (Quit: Leaving)
311 [02:06:44] *** Joins: Led_Zeppelin (~user@replaced-ip )
312 [02:06:48] *** Joins: tmann (~oor@replaced-ip )
313 [02:07:07] <Led_Zeppelin> Where can I read more about snapshots versus backups?
314 [02:09:29] *** Joins: corvo (~Thunderbi@replaced-ip )
315 [02:11:43] *** Quits: dasher00 (~dasher00@replaced-ip ) (Ping timeout: 245 seconds)
316 [02:12:26] *** Joins: factor (~factor@replaced-ip )
317 [02:13:52] *** Quits: Uberius (~Uberius@replaced-ip ) (Ping timeout: 260 seconds)
318 [02:14:52] *** Quits: special (~special@replaced-ip ) (Remote host closed the connection)
319 [02:15:53] *** Quits: alexandros_tab (~alexandro@replaced-ip ) (Ping timeout: 245 seconds)
320 [02:18:55] *** Joins: DeadTOm (~deadtom@replaced-ip )
321 [02:19:11] *** Quits: ExoUNX (~ExoUNX@replaced-ip ) (Quit: later fam...)
322 [02:20:40] *** Joins: cyberjpn (~cyberjapa@replaced-ip )
323 [02:21:38] *** Joins: Papa_Nakal_Mesum (~co@replaced-ip )
324 [02:22:16] *** Quits: Xu95 (~Xu95@replaced-ip ) (Ping timeout: 264 seconds)
325 [02:25:41] *** Joins: kilobyte_ch (~kbch@replaced-ip )
326 [02:27:15] *** Joins: publio (~publio@replaced-ip )
327 [02:27:36] *** Quits: diniwed (~gavron@replaced-ip ) (Ping timeout: 244 seconds)
328 [02:28:16] *** Quits: tmann (~oor@replaced-ip ) (Quit: ..)
329 [02:28:29] *** Quits: apt (ibot@replaced-ip ) (Quit: cyal8r)
330 [02:28:46] *** Joins: arahael2 (~arahael@replaced-ip )
331 [02:28:49] *** Joins: apt (ibot@replaced-ip )
332 [02:29:03] *** Quits: arahael1 (~arahael@replaced-ip ) (Ping timeout: 258 seconds)
333 [02:31:44] *** Quits: t4skforce (~t4skforce@replaced-ip ) (Ping timeout: 258 seconds)
334 [02:31:53] *** Joins: lll3N1GmAlll__ (~lll3N1GmA@replaced-ip )
335 [02:31:54] *** Quits: ghost43 (~daer@replaced-ip ) (Remote host closed the connection)
336 [02:32:30] *** Joins: t4skforce (~t4skforce@replaced-ip )
337 [02:32:35] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Remote host closed the connection)
338 [02:33:15] *** Quits: Papa_Nakal_Mesum (~co@replaced-ip ) (Remote host closed the connection)
339 [02:34:29] *** Joins: martigan (~martigan@replaced-ip )
340 [02:37:42] *** Joins: Kandy42 (~Candy@replaced-ip )
341 [02:38:38] *** Joins: pibarnas (~quassel@replaced-ip )
342 [02:40:03] *** Quits: pibarnas (~quassel@replaced-ip##) (Quit: ##replaced-url
343 [02:41:19] *** Joins: patterson_ (~patterson@replaced-ip )
344 [02:41:51] *** Joins: Yopyop_ (~aa@replaced-ip )
345 [02:42:00] *** Quits: rjsalts (~rjsalts@replaced-ip##) (Quit: ZNC 1.7.2+deb3 - ##replaced-url
346 [02:42:08] *** Quits: patterson (~patterson@replaced-ip ) (Ping timeout: 245 seconds)
347 [02:42:15] *** Joins: rjsalts (~rjsalts@replaced-ip )
348 [02:43:12] *** Quits: rjsalts (~rjsalts@replaced-ip ) (Remote host closed the connection)
349 [02:43:30] *** Joins: rjsalts (~rjsalts@replaced-ip )
350 [02:43:53] *** Quits: Kandy42 (~Candy@replaced-ip ) (Remote host closed the connection)
351 [02:44:00] *** Joins: nuuuciano (~luuuciano@replaced-ip )
352 [02:44:28] *** Joins: diniwed (~gavron@replaced-ip )
353 [02:45:10] *** Quits: Yopyop__ (~aa@replaced-ip ) (Ping timeout: 244 seconds)
354 [02:45:11] *** Joins: Adbray (~Adbray@replaced-ip )
355 [02:46:22] *** Quits: Yopyop_ (~aa@replaced-ip ) (Ping timeout: 246 seconds)
356 [02:46:27] *** Joins: CtrlC_ (~CtrlC@replaced-ip )
357 [02:46:38] *** Joins: BrianG61UK (~BrianG61U@replaced-ip )
358 [02:48:39] *** Quits: CtrlC (~CtrlC@replaced-ip ) (Ping timeout: 246 seconds)
359 [02:49:01] *** Joins: josh-_- (~josh@replaced-ip )
360 [02:49:52] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Ping timeout: 264 seconds)
361 [02:49:52] *** Quits: b0b (~bob@replaced-ip ) (Ping timeout: 264 seconds)
362 [02:50:12] *** Joins: quite (~quite@replaced-ip )
363 [02:50:30] *** Quits: stitched_unicorn (~Red@replaced-ip ) (Quit: stitched_unicorn)
364 [02:52:12] *** Quits: CtrlC_ (~CtrlC@replaced-ip ) (Quit: Leaving)
365 [02:52:28] *** Joins: kreyren (~user@replaced-ip )
366 [02:52:50] *** Quits: user888 (~user888@replaced-ip ) (Ping timeout: 276 seconds)
367 [02:52:53] *** Quits: cef (~cef@replaced-ip ) (Killed (hitchcock.freenode.net (Nickname regained by services)))
368 [02:52:58] *** Joins: cef (~cef@replaced-ip )
369 [02:53:15] *** Joins: combatvet_ (~c4@replaced-ip )
370 [02:53:32] *** Quits: CombatVet (~c4@replaced-ip ) (Ping timeout: 260 seconds)
371 [02:53:54] *** combatvet_ is now known as CombatVet
372 [02:55:28] *** Quits: RebelCoder (~RebelCode@replaced-ip ) (Ping timeout: 245 seconds)
373 [02:55:32] *** Joins: ghost43 (~daer@replaced-ip )
374 [03:00:52] *** Quits: Surfer2011 (~quassel@replaced-ip ) (Ping timeout: 258 seconds)
375 [03:01:11] *** Quits: Havis (~Havis@replaced-ip ) (Quit: Leaving)
376 [03:02:17] *** Joins: b0b (~bob@replaced-ip )
377 [03:03:27] *** Quits: avantgardist (~desktop@replaced-ip ) (Read error: Connection reset by peer)
378 [03:04:11] *** Quits: Inconveniece (~irssi@replaced-ip ) (Quit: Lost terminal)
379 [03:05:35] *** Joins: Uberius (~Uberius@replaced-ip )
380 [03:05:45] *** Joins: eamanu314 (~Thunderbi@replaced-ip )
381 [03:07:39] *** Joins: Seto_Kaiba (~hunterkll@replaced-ip )
382 [03:07:47] *** Quits: martigan (~martigan@replaced-ip ) (Ping timeout: 276 seconds)
383 [03:07:47] *** Quits: kilobyte_ch (~kbch@replaced-ip ) (Ping timeout: 276 seconds)
384 [03:07:55] *** Quits: Hunterkll (~hunterkll@replaced-ip ) (Disconnected by services)
385 [03:07:57] *** Seto_Kaiba is now known as Hunterkll
386 [03:09:50] *** Joins: ExoUNX (~ExoUNX@replaced-ip )
387 [03:11:14] *** Quits: leandrovianna_ (~leandrovi@replaced-ip ) (Ping timeout: 240 seconds)
388 [03:11:31] *** Joins: avantgardist (~desktop@replaced-ip )
389 [03:13:32] *** Joins: kilobyte_ch (~kbch@replaced-ip )
390 [03:14:27] *** Joins: torbo (~user@replaced-ip )
391 [03:16:19] *** Quits: CaptainN (~KevinKeen@replaced-ip ) (Quit: I have to pee!)
392 [03:17:03] *** Joins: bashtux (~bashtux@replaced-ip )
393 [03:20:03] *** Joins: sci-phy (~sci-phy@replaced-ip )
394 [03:20:32] *** Joins: Surfer2011 (~quassel@replaced-ip )
395 [03:21:50] *** Quits: sci-phy (~sci-phy@replaced-ip ) (Client Quit)
396 [03:24:02] *** Quits: corvo (~Thunderbi@replaced-ip ) (Ping timeout: 240 seconds)
397 [03:24:31] <karlpinc> brutser: Put all of /boot on usb, encrypt your rootfs (etc.) with LUKS and use a detached header that's kept on usb, boot off of usb and be done with it. Hiding the fact that the root fs is LUKS buys you very little. Keep the USB stick and the rest of the box separate (except when booting) and you can lose either one and stay secure. (I don't think the kernel needs /boot for anything to run, does it?)
398 [03:24:44] *** Joins: corvo (~Thunderbi@replaced-ip )
399 [03:25:35] *** Joins: CSP-SOFTWARE (~uwx@replaced-ip )
400 [03:26:15] <karlpinc> brutser: Unmount /boot and put the stick in your pocket after booting.
401 [03:26:18] <brutser> karlpinc: no, except when updating you need to have it mounted, in case kernel or initrd has updates
402 [03:26:25] <karlpinc> brutser: Sure.
403 [03:26:53] *** Quits: LtL (~ltl@replaced-ip ) (Read error: Connection reset by peer)
404 [03:27:03] *** Joins: allorder (~allorder@replaced-ip )
405 [03:27:53] <brutser> karlpinc: i still might want to continue to try this option with initrd, at least gives me some insight on how to do such things, but i guess you are right, there are simpler and better solutions
406 [03:28:23] <karlpinc> brutser: There's hooks in the initrd you can fuss with. (Again, I think there's good stuff in the readme.debian.)
407 [03:28:45] <brutser> yes i already found some, already added keyfiles to initrd, that works fine
408 [03:29:38] <brutser> just now trying to find out how to encrypt them and more importantly, decrypt at the initramfs phase (so i need openssl support, or gpg at this phase)
409 [03:29:42] <karlpinc> brutser: Again, it all depends on your threat model. But if you're worried about being kidnapped then they'll probably torture out of you everything they need to know anyway.
410 [03:31:05] <brutser> karlpinc: yes i understand, but by playing with these options, at least i know better what my options are - not saying it will improve security much, as you rightly say, they just have to be ready with a gun and initrd is the last thing i think about :)
411 [03:34:19] *** Quits: daniel_gc (~daniel_gc@replaced-ip ) (Quit: Leaving)
412 [03:34:54] <brutser> karlpinc: see PM for image example
413 [03:34:59] *** Joins: LtL (~ltl@replaced-ip )
414 [03:35:09] <brutser> karlpinc: so basically the external bootloader only boot the signed kernel+initrd
415 [03:35:34] <brutser> rootfs is encrypted, but no signature of luks, just a partition with random data (i know, that's no plausible deniability)
416 [03:35:53] <brutser> that idea is not bad, is it?
417 [03:36:23] *** Quits: eamanu314 (~Thunderbi@replaced-ip ) (Remote host closed the connection)
418 [03:36:32] *** Joins: mpwwpm (~mpwwpm@replaced-ip )
419 [03:37:53] <brutser> karlpinc: the luks.tar.enc is added to the initrd and openssl support is also added to it (i still need figure out how to do that part)
420 [03:38:16] <brutser> anyway, it's just some idea, trying to get that to work, i am sure it will have some security weaknesses
421 [03:40:35] *** Quits: k_sze (~k_sze@replaced-ip##) (Quit: ZNC 1.7.4 - ##replaced-url
422 [03:41:36] *** Quits: josh-_- (~josh@replaced-ip ) (Read error: Connection reset by peer)
423 [03:43:15] *** Joins: k_sze (~k_sze@replaced-ip )
424 [03:44:06] *** Quits: tyranny12 (~blarg@replaced-ip ) (Ping timeout: 268 seconds)
425 [03:44:13] *** Quits: dvanmosselbeen (~dvanmosse@replaced-ip ) (Ping timeout: 245 seconds)
426 [03:44:14] *** Joins: nerd_defendant (~nerddefen@replaced-ip )
427 [03:44:36] *** Joins: z7r1k3 (~z7r1k3@replaced-ip )
428 [03:45:09] *** Joins: tyranny12 (~blarg@replaced-ip )
429 [03:45:09] *** Quits: tyranny12 (~blarg@replaced-ip ) (Changing host)
430 [03:45:09] *** Joins: tyranny12 (~blarg@replaced-ip )
431 [03:45:21] *** Parts: z7r1k3 (~z7r1k3@replaced-ip ) ()
432 [03:51:17] *** Quits: polman (~ananevtem@replaced-ip ) (Ping timeout: 245 seconds)
433 [03:53:13] *** Quits: microproco (~mic@replaced-ip ) (Ping timeout: 246 seconds)
434 [03:53:20] <hatter_> Could somebody please point me in the direction to get this : tar zcvf - /var/replaced-url
435 [03:53:26] *** Joins: microproco (~mic@replaced-ip )
436 [03:54:07] *** Joins: secris (~secris@replaced-ip )
437 [03:55:50] *** Joins: polman (~ananevtem@replaced-ip )
438 [03:57:09] *** Quits: Itaipu (~itaipu@replaced-ip##) (Quit: ZNC 1.7.2 - ##replaced-url
439 [03:58:45] *** Joins: sidmo_ (~ident@replaced-ip )
440 [03:59:41] *** Quits: r4u1 (~raf@replaced-ip ) (Quit: leaving)
441 [04:00:07] *** Quits: nerd_defendant (~nerddefen@replaced-ip ) (Remote host closed the connection)
442 [04:00:31] *** Quits: Tom01 (~tom@replaced-ip ) (Remote host closed the connection)
443 [04:00:33] *** Slumlord_ is now known as Slumlord
444 [04:00:45] *** Slumlord is now known as Slumlord_
445 [04:00:57] *** Quits: secris (~secris@replaced-ip ) (Quit: Leaving)
446 [04:01:17] *** Joins: swift110 (~swift110@replaced-ip )
447 [04:01:38] *** Joins: secris (~sthames@replaced-ip )
448 [04:03:13] *** Quits: sidmo (~ident@replaced-ip ) (Ping timeout: 268 seconds)
449 [04:03:26] *** Quits: toxync12 (~toxync12@replaced-ip ) (Excess Flood)
450 [04:04:16] *** Joins: toxync12 (~toxync12@replaced-ip )
451 [04:06:04] *** Quits: swift110 (~swift110@replaced-ip ) (Ping timeout: 264 seconds)
452 [04:06:14] *** Quits: ChmEarl (~chmearl@replaced-ip ) (Quit: Leaving)
453 [04:08:57] *** Joins: user888 (~user888@replaced-ip )
454 [04:10:06] *** Quits: brutser (57434136@replaced-ip ) (Remote host closed the connection)
455 [04:10:26] *** Joins: Itaipu (~itaipu@replaced-ip )
456 [04:10:44] *** Joins: taffit_ (~taffit@replaced-ip )
457 [04:12:06] *** Joins: astra`` (~astra@replaced-ip )
458 [04:12:32] *** Joins: Xu95 (~Xu95@replaced-ip )
459 [04:13:35] *** Joins: felixfoertsch (~felixfoer@replaced-ip )
460 [04:15:14] *** Quits: felixfoertsch23 (~felixfoer@replaced-ip ) (Ping timeout: 258 seconds)
461 [04:15:55] *** Quits: taffit_ (~taffit@replaced-ip ) (Remote host closed the connection)
462 [04:16:03] *** Joins: fstd_ (~fstd@replaced-ip )
463 [04:16:43] *** Quits: toxync12 (~toxync12@replaced-ip ) (Ping timeout: 245 seconds)
464 [04:16:52] *** Joins: toxync12- (~toxync12@replaced-ip )
465 [04:18:33] *** Joins: swift110 (~swift110@replaced-ip )
466 [04:18:40] *** Quits: monstar (~mitya@replaced-ip ) (Ping timeout: 264 seconds)
467 [04:19:33] *** Joins: Surfer2011_ (~quassel@replaced-ip )
468 [04:20:14] *** Quits: fstd (~fstd@replaced-ip ) (Ping timeout: 244 seconds)
469 [04:20:14] *** fstd_ is now known as fstd
470 [04:21:27] *** Joins: awal1 (~awal1@replaced-ip )
471 [04:22:57] *** Quits: Surfer2011 (~quassel@replaced-ip ) (Ping timeout: 268 seconds)
472 [04:23:13] *** Quits: swift110 (~swift110@replaced-ip ) (Changing host)
473 [04:23:13] *** Joins: swift110 (~swift110@replaced-ip )
474 [04:23:34] *** Quits: lankanmon (~LKNnet@replaced-ip ) (Ping timeout: 268 seconds)
475 [04:24:48] *** Quits: arj15 (~arj15@replaced-ip ) (Ping timeout: 268 seconds)
476 [04:25:03] *** Joins: icarusfactor (~factor@replaced-ip )
477 [04:25:10] *** Joins: lankanmon (~LKNnet@replaced-ip )
478 [04:27:46] *** Quits: crn (~crn@replaced-ip ) (Quit: Leaving)
479 [04:27:53] *** Quits: factor (~factor@replaced-ip ) (Ping timeout: 268 seconds)
480 [04:30:34] *** Joins: uNmowed (~Kaede@replaced-ip )
481 [04:30:58] *** Quits: bashtux (~bashtux@replaced-ip ) (Ping timeout: 268 seconds)
482 [04:31:02] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
483 [04:32:50] *** Joins: toxync12 (~toxync12@replaced-ip )
484 [04:32:50] *** Quits: toxync12- (~toxync12@replaced-ip ) (Ping timeout: 240 seconds)
485 [04:33:02] *** Joins: thelastjedi_ (~quassel@replaced-ip )
486 [04:35:38] *** Joins: acu (~acu@replaced-ip )
487 [04:36:43] *** Joins: LisaSmith (~hi@replaced-ip )
488 [04:39:17] *** Joins: martigan (~martigan@replaced-ip )
489 [04:40:00] *** Quits: jacksoow_ (~jacksoow@replaced-ip ) (Read error: Connection reset by peer)
490 [04:40:19] *** Joins: jacksoow (~jacksoow@replaced-ip )
491 [04:41:11] *** Joins: r1nt3c (~r1nt3c@replaced-ip )
492 [04:42:02] *** Quits: cyberjpn (~cyberjapa@replaced-ip ) (Ping timeout: 240 seconds)
493 [04:42:31] *** Quits: Xu95 (~Xu95@replaced-ip ) (Remote host closed the connection)
494 [04:42:49] *** Joins: Xu95 (~Xu95@replaced-ip )
495 [04:43:29] *** Joins: kreitzer (~kreitzer@replaced-ip )
496 [04:43:37] *** Joins: Yopyop (~aa@replaced-ip )
497 [04:45:43] *** Quits: chachasmooth (~chachasmo@replaced-ip ) (Ping timeout: 250 seconds)
498 [04:46:20] *** Joins: chachasmooth (~chachasmo@replaced-ip )
499 [04:47:11] *** Quits: kreitzer (~kreitzer@replaced-ip ) (Quit: )
500 [04:48:33] *** Parts: martigan (~martigan@replaced-ip ) ()
501 [04:48:59] *** Quits: belanthor (~belan@replaced-ip ) (Quit: Leaving)
502 [04:51:42] *** Quits: itamarst (uid165457@replaced-ip ) (Quit: Connection closed for inactivity)
503 [04:53:38] *** Joins: rople (~rople@replaced-ip )
504 [04:54:37] *** Quits: microproco (~mic@replaced-ip ) (Ping timeout: 245 seconds)
505 [04:56:44] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 252 seconds)
506 [04:58:09] *** Quits: rople (~rople@replaced-ip ) (Ping timeout: 246 seconds)
507 [04:59:43] *** Quits: swift110 (~swift110@replaced-ip ) (Remote host closed the connection)
508 [05:00:01] *** Quits: votesmith (~votesmith@replaced-ip ) (Quit: bye)
509 [05:00:05] *** Joins: rople (rople@replaced-ip )
510 [05:00:31] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
511 [05:02:09] *** Quits: dArK_IcE (~lawl@replaced-ip ) ()
512 [05:04:41] *** Joins: votesmith (~votesmith@replaced-ip )
513 [05:06:17] *** Joins: Andrologic (~Andrologi@replaced-ip )
514 [05:07:04] *** Quits: sleepthief (~sleepthie@replaced-ip ) (Ping timeout: 246 seconds)
515 [05:12:04] *** Quits: z8z (~x@replaced-ip ) (Ping timeout: 264 seconds)
516 [05:13:49] *** Joins: karakedi (~eAC53C340@replaced-ip )
517 [05:15:33] *** Joins: mibo (~mibo@replaced-ip )
518 [05:17:32] <warsoul> i need a ftp to upload stuffs to my shell
519 [05:18:15] *** Joins: farias07 (~paulo@replaced-ip )
520 [05:18:23] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Ping timeout: 245 seconds)
521 [05:18:27] *** Parts: farias07 (~paulo@replaced-ip ) ()
522 [05:18:33] *** Quits: Xu95 (~Xu95@replaced-ip ) (Quit: Leaving)
523 [05:19:54] *** Quits: LisaSmith (~hi@replaced-ip ) (Remote host closed the connection)
524 [05:20:38] *** Quits: toxync12 (~toxync12@replaced-ip ) (Read error: Connection reset by peer)
525 [05:20:45] *** Joins: toxync12- (~toxync12@replaced-ip )
526 [05:21:00] *** Quits: astra`` (~astra@replaced-ip ) (Remote host closed the connection)
527 [05:21:20] *** Quits: r1nt3c (~r1nt3c@replaced-ip ) (Quit: leaving)
528 [05:21:45] *** Quits: kopper (~mrbabar@replaced-ip ) (Quit: leaving)
529 [05:21:55] *** Joins: astra`` (~astra@replaced-ip )
530 [05:22:05] *** Joins: user03902849 (~user03902@replaced-ip )
531 [05:23:28] *** Quits: vizius00 (vizius00@replaced-ip ) (Ping timeout: 264 seconds)
532 [05:23:52] *** Joins: diogenes_ (~diogenes_@replaced-ip )
533 [05:24:19] *** Joins: vizius00 (vizius00@replaced-ip )
534 [05:25:12] *** Quits: DeadTOm (~deadtom@replaced-ip ) (Quit: DeadTOm)
535 [05:27:00] *** Quits: user03902849 (~user03902@replaced-ip ) (Quit: Leaving)
536 [05:28:57] *** Quits: debsan (~debsan@replaced-ip ) (Ping timeout: 246 seconds)
537 [05:28:57] *** Quits: lcabrera_ (~desarroll@replaced-ip ) (Read error: Connection reset by peer)
538 [05:29:01] *** debhelper sets mode: +l 1523
539 [05:29:29] *** Joins: lcabrera_ (~desarroll@replaced-ip )
540 [05:30:40] *** Joins: microproco (~mic@replaced-ip )
541 [05:30:49] *** Joins: VadPerevad (~Unknown@replaced-ip )
542 [05:31:14] *** Joins: trifolio6 (~h@replaced-ip )
543 [05:36:15] <annadane> is there any resource that describes the orig.tar.xz and debian.tar.xz when downloading the source from packages?
544 [05:36:38] *** Joins: duda40 (~Android@replaced-ip )
545 [05:42:55] <jh001_> annadane: hi, your verbs have me tilted a bit. can you ask your question a different way or add some (more) context?
546 [05:44:28] <dvs> jh001_, annadane just wants an explanation of that the orig and debian tar files are.
547 [05:44:31] <annadane> jh001_, sure, so if you go to debian's website and browse to a package, the links on the sidebar (or if you "apt source <package>") have a foo.orig.tar.xz and foo.debian.tar.xz. i presume orig is the regular source, the debian.tar.xz are debian patches
548 [05:44:49] *** Joins: kopper (~mrbabar@replaced-ip )
549 [05:45:04] <annadane> i can't think of another explanation really, i guess i'm answering my own question
550 [05:45:25] <Unit193> .orig.tar.<ext> is the upstream tarball, .debian.tar.xz is the debian/ packaging directory.
551 [05:46:26] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
552 [05:47:03] *** Quits: duda40 (~Android@replaced-ip ) (Read error: Connection reset by peer)
553 [05:51:51] *** Joins: ce_mw (~akucew@replaced-ip )
554 [05:53:42] <annadane> right, i see that now
555 [05:53:48] <annadane> debian.tar.xz also has a Patches section
556 [05:56:18] *** Quits: Ceber (~cerberus@replaced-ip ) (Ping timeout: 245 seconds)
557 [05:58:39] *** Joins: z8z (~x@replaced-ip )
558 [05:58:57] *** Quits: torbo (~user@replaced-ip ) (Remote host closed the connection)
559 [06:00:07] *** Quits: z8z (~x@replaced-ip ) (Max SendQ exceeded)
560 [06:00:30] *** Joins: z8z (~x@replaced-ip )
561 [06:00:34] *** Quits: Hunterkll (~hunterkll@replaced-ip ) (Read error: Connection reset by peer)
562 [06:01:09] *** Joins: Hunterkll (~hunterkll@replaced-ip )
563 [06:01:37] *** Joins: Ceber (~cerberus@replaced-ip )
564 [06:02:05] *** Quits: z8z (~x@replaced-ip ) (Max SendQ exceeded)
565 [06:02:30] *** Joins: z8z (~x@replaced-ip )
566 [06:04:25] *** Quits: tyranny12 (~blarg@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
567 [06:04:54] *** Quits: Hunterkll (~hunterkll@replaced-ip ) (Read error: Connection reset by peer)
568 [06:05:27] *** Quits: polman (~ananevtem@replaced-ip ) (Ping timeout: 245 seconds)
569 [06:05:47] *** Joins: tyranny12 (~blarg@replaced-ip )
570 [06:05:47] *** Quits: tyranny12 (~blarg@replaced-ip ) (Changing host)
571 [06:05:47] *** Joins: tyranny12 (~blarg@replaced-ip )
572 [06:07:04] *** Joins: Hunterkll (~hunterkll@replaced-ip )
573 [06:11:44] *** Joins: polman (~ananevtem@replaced-ip )
574 [06:12:27] *** Joins: well_laid_lawn (~Jean-luc@replaced-ip )
575 [06:12:57] *** Quits: zalt (~lambda443@replaced-ip ) (Ping timeout: 245 seconds)
576 [06:18:12] *** Quits: DarkDevil (~demon@replaced-ip ) (Ping timeout: 248 seconds)
577 [06:18:40] *** Quits: thelastjedi_ (~quassel@replaced-ip ) (Ping timeout: 258 seconds)
578 [06:19:38] *** Quits: _till_ (~till@replaced-ip ) (Ping timeout: 245 seconds)
579 [06:22:58] *** Quits: b0b (~bob@replaced-ip ) (Quit: o/)
580 [06:23:07] *** Joins: citypw (~citypw@replaced-ip )
581 [06:23:29] *** Joins: b0b (~bob@replaced-ip )
582 [06:25:04] *** Quits: z8z (~x@replaced-ip ) (Quit: Quitting)
583 [06:26:06] *** Joins: zalt (~lambda443@replaced-ip )
584 [06:28:11] *** Joins: bashtux (~bashtux@replaced-ip )
585 [06:28:23] *** Quits: we6jbo (~we6jbo@replaced-ip ) (Remote host closed the connection)
586 [06:29:30] *** Quits: felixfoertsch (~felixfoer@replaced-ip##) (Quit: ZNC 1.7.3 - ##replaced-url
587 [06:29:41] *** Joins: felixfoertsch (~felixfoer@replaced-ip )
588 [06:30:18] *** Joins: tvm (~tvm@replaced-ip )
589 [06:30:27] *** Quits: CrystalMath (~coderain@replaced-ip##) (Quit: Support Free Software - ##replaced-url
590 [06:30:41] *** Quits: tvm (~tvm@replaced-ip ) (Client Quit)
591 [06:30:41] *** Quits: VadPerevad (~Unknown@replaced-ip ) (Quit: leaving)
592 [06:32:24] *** Quits: dokma (~vlatko@replaced-ip ) (Quit: WeeChat 2.3)
593 [06:32:56] *** Joins: piyh (~piyh@replaced-ip )
594 [06:33:38] *** Quits: diniwed (~gavron@replaced-ip ) (Ping timeout: 240 seconds)
595 [06:34:30] *** Joins: tvm (~tvm@replaced-ip )
596 [06:34:54] *** tvm is now known as Guest55897
597 [06:35:34] *** Quits: Guest55897 (~tvm@replaced-ip ) (Client Quit)
598 [06:36:03] *** Quits: publio (~publio@replaced-ip ) (Remote host closed the connection)
599 [06:36:46] *** Quits: xcm (~xcm@replaced-ip ) (Read error: Connection reset by peer)
600 [06:37:24] *** Joins: stitched_unicorn (~Red@replaced-ip )
601 [06:37:46] *** Joins: xcm (~xcm@replaced-ip )
602 [06:40:05] *** Joins: MenschZwoNull (~MenschZwo@replaced-ip )
603 [06:40:29] *** Joins: llucenic (~Thunderbi@replaced-ip )
604 [06:41:20] *** Joins: wilbert (~wilbert@replaced-ip )
605 [06:41:40] *** Joins: rmrfchik (~paul@replaced-ip )
606 [06:43:56] *** Joins: tvm_ (~tvm@replaced-ip )
607 [06:45:21] *** Quits: tvm_ (~tvm@replaced-ip ) (Client Quit)
608 [06:45:35] *** Joins: tvm_ (~tvm@replaced-ip )
609 [06:46:37] *** Quits: tvm_ (~tvm@replaced-ip ) (Client Quit)
610 [06:47:42] *** Quits: piyh (~piyh@replaced-ip ) (Ping timeout: 246 seconds)
611 [06:50:10] *** Joins: diniwed (~gavron@replaced-ip )
612 [06:50:37] *** Joins: Time-Warp (~Time-Warp@replaced-ip )
613 [06:50:42] <Time-Warp> everyone i have breaking news
614 [06:50:55] <Time-Warp> i found a Debian logo in my soup
615 [06:51:17] <Time-Warp> replaced-url
616 [06:51:55] <diogenes_> looks like a worm to me :)
617 [06:52:02] <Time-Warp> i dont know what this is
618 [06:52:36] *** Joins: Bidouille (~triode@replaced-ip )
619 [06:53:04] *** Joins: wilbert_ (wilbert@replaced-ip )
620 [06:54:36] *** Quits: maggotbrain (~maggotbra@replaced-ip ) (Remote host closed the connection)
621 [06:55:03] *** Quits: wilbert (~wilbert@replaced-ip ) (Ping timeout: 246 seconds)
622 [06:56:07] *** Quits: FoRTu (~quassel@replaced-ip##) (Quit: ##replaced-url
623 [06:56:20] *** Joins: tvm_ (~tvm@replaced-ip )
624 [06:56:52] *** Joins: Logg (~Logg@replaced-ip )
625 [06:57:17] *** Quits: leden (~leden@replaced-ip ) (Ping timeout: 264 seconds)
626 [06:57:35] *** Joins: maggotbrain (~maggotbra@replaced-ip )
627 [06:58:34] *** Quits: zeden (~user@replaced-ip ) (Quit: WeeChat 2.4)
628 [06:58:35] *** Quits: wilbert_ (wilbert@replaced-ip ) (Quit: wilbert_)
629 [06:59:42] *** Joins: FoRTu (~quassel@replaced-ip )
630 [07:00:28] *** Joins: Mo7Qt0 (~Mo7Qt0@replaced-ip )
631 [07:00:45] *** Joins: JesseWalling (~jpwall@replaced-ip )
632 [07:02:55] *** Joins: z8z (~x@replaced-ip )
633 [07:03:22] *** Quits: NeoBlaster (N3oBl@replaced-ip ) (Ping timeout: 245 seconds)
634 [07:03:47] *** Joins: Anyme (~pennywise@replaced-ip )
635 [07:04:28] *** Joins: NeoBlaster (N3oBl@replaced-ip )
636 [07:04:33] *** Quits: Time-Warp (~Time-Warp@replaced-ip ) (Remote host closed the connection)
637 [07:05:04] <annadane> do you have unstable in your sources.list? this is a frankensoup
638 [07:05:49] *** Joins: fflori (~fflori@replaced-ip )
639 [07:06:22] *** Joins: null1337 (~WhoAmI@replaced-ip )
640 [07:09:01] *** debhelper sets mode: +l 1533
641 [07:09:21] *** Joins: thexa4 (~thexa4@replaced-ip )
642 [07:09:42] *** Quits: bashtux (~bashtux@replaced-ip ) (Ping timeout: 244 seconds)
643 [07:10:02] *** Quits: bliv (~bliv@replaced-ip ) (Ping timeout: 240 seconds)
644 [07:10:57] *** Quits: Anyme (~pennywise@replaced-ip ) (Quit: TLS Script 5.73: Produzido no Brasil)
645 [07:14:47] *** Joins: toker (toker@replaced-ip )
646 [07:15:04] *** Quits: MenschZwoNull (~MenschZwo@replaced-ip ) (Ping timeout: 264 seconds)
647 [07:15:40] *** Quits: diniwed (~gavron@replaced-ip ) (Read error: Connection reset by peer)
648 [07:16:38] <toker> Hi!, Anyone else having 'high memory usage' on Debian 10 (server without gui)? 1GB Ram gets full in ca 1 day, then server OOM-killer starts to work
649 [07:17:13] <toker> Only one small daemon running per server, was working fine in Debian 9
650 [07:17:36] *** Quits: witlesswonder (~witless@replaced-ip ) (Quit: Leaving)
651 [07:17:53] *** Joins: witlesswonder (~witless@replaced-ip )
652 [07:18:02] <Mo7Qt0> Hi Which service/daemon?
653 [07:18:25] <toker> On one server its ngircd, on another its syslog-ng, nothing fancy at all
654 [07:18:25] *** Quits: z8z (~x@replaced-ip ) (Quit: Quitting)
655 [07:18:39] *** Quits: fflori (~fflori@replaced-ip ) (Remote host closed the connection)
656 [07:19:12] <toker> Raised memory to 2 gb now, will probably crash in 2 days instead
657 [07:19:25] <toker> (By the looks of monitor-system)
658 [07:20:08] <toker> SLAB memory seems to be eating a lot, as it probably should, but please return some when needed =)
659 [07:20:15] *** Quits: user888 (~user888@replaced-ip ) (Ping timeout: 246 seconds)
660 [07:21:26] <toker> I tried my best google-foo, but can't find anything about it, which is strange, surely a lot of servers must be running buster now
661 [07:21:33] *** Quits: stitched_unicorn (~Red@replaced-ip ) (Quit: stitched_unicorn)
662 [07:22:41] <Mo7Qt0> You probably saw something unusual in journalctl -b -0 (from the beginning to the current time)? Or in /var /log/ messages?
663 [07:25:10] <toker> Mo7Qt0: No, nothing at all, except 'bash invoked oom-killer:'
664 [07:25:50] *** Quits: zalt (~lambda443@replaced-ip ) (Ping timeout: 276 seconds)
665 [07:26:07] *** Quits: ohwowlol (uid375208@replaced-ip ) (Quit: Connection closed for inactivity)
666 [07:26:14] *** Joins: ich (~ich@replaced-ip )
667 [07:26:28] <Mo7Qt0> Packages installed from debian repository?
668 [07:26:33] <Unit193> I would say something is certainly wonky with your system, I have a headless box that's been up for 8 days with znc, bind9, dnsdist, a couple irssi, charybdis, and a few other things. It's idling at ~400M usage.
669 [07:26:58] <toker> Mo7Qt0: Yep, packages from standard buster repo
670 [07:27:17] *** Quits: crowley95 (~crowley95@replaced-ip ) (Ping timeout: 258 seconds)
671 [07:27:56] <toker> Unit193: You are running Deb 10?
672 [07:28:26] *** Quits: rmrfchik (~paul@replaced-ip ) (Ping timeout: 276 seconds)
673 [07:29:01] *** debhelper sets mode: +l 1523
674 [07:29:15] <Unit193> toker: Well that one is technically 11..
675 [07:29:30] <Mo7Qt0> toker: maybe u need upgrade system to 10.1 with apt-get dist-upgrade and this solve u problem?..)))
676 [07:30:00] <toker> Unit193: so not running 4.19 kernel?
677 [07:30:14] <toker> Mo7Qt0: OFC its already upgraded to 10.1 =)
678 [07:30:49] <Unit193> toker: No, when I had buster I had to avoid 4.19 as it caused issues for me. I jumped to 5.0 trunk (from experimental) then something else finally became available.
679 [07:30:53] *** Quits: mvaenskae (~mvaenskae@replaced-ip ) (Ping timeout: 244 seconds)
680 [07:30:54] <toker> I suspect some kind of memory leak here
681 [07:31:54] <toker> But one would THINK that somebody else would have found it, Buster has been out for a while now
682 [07:32:21] *** Quits: Hunterkll (~hunterkll@replaced-ip ) (Ping timeout: 240 seconds)
683 [07:32:36] *** Joins: Hunterkll (~hunterkll@replaced-ip )
684 [07:32:44] *** Joins: sauvin (sauvin@replaced-ip )
685 [07:33:05] *** Joins: stitched_unicorn (~Red@replaced-ip )
686 [07:34:25] *** Joins: openface (~sunzero@replaced-ip )
687 [07:35:32] *** Joins: ZaZaGX (cutiepi@replaced-ip )
688 [07:35:36] <ZaZaGX> ahoy
689 [07:36:15] *** Joins: journeytocoder (~journeyto@replaced-ip )
690 [07:36:28] *** Quits: tsujp (~tsujp@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
691 [07:42:59] *** Quits: trifolio6 (~h@replaced-ip ) (Quit: Konversation terminated!)
692 [07:43:10] *** Quits: openface (~sunzero@replaced-ip ) (Quit: BitchX: it'll get you in, out and on with life.)
693 [07:43:45] *** Joins: czesmir (~stefan@replaced-ip )
694 [07:45:02] *** Joins: trifolio6 (~h@replaced-ip )
695 [07:45:06] *** Quits: binaryhermit (~binaryher@replaced-ip ) (Remote host closed the connection)
696 [07:45:33] *** Quits: trifolio6 (~h@replaced-ip ) (Client Quit)
697 [07:47:05] *** Quits: thexa4 (~thexa4@replaced-ip ) (Quit: My computer has gone to sleep. ZZZzzz…)
698 [07:48:03] *** Quits: awal1 (~awal1@replaced-ip ) (Quit: Leaving)
699 [07:49:03] *** Joins: saptaks (~saptaks@replaced-ip )
700 [07:49:56] *** Joins: binaryhermit (~binaryher@replaced-ip )
701 [07:53:39] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Ping timeout: 240 seconds)
702 [07:54:40] *** Quits: binaryhermit (~binaryher@replaced-ip ) (Quit: WeeChat 2.6)
703 [07:55:18] *** Joins: flokuehn (~flokuehn@replaced-ip )
704 [07:55:37] *** Joins: Franckapik (~Franckapi@replaced-ip )
705 [07:56:25] *** Joins: pzanco (~Android@replaced-ip )
706 [07:57:34] *** Quits: Bidouille (~triode@replaced-ip ) (Quit: Leaving)
707 [07:57:56] *** Joins: binaryhermit (~binaryher@replaced-ip )
708 [07:57:58] *** Joins: heroino (~heroino@replaced-ip )
709 [08:02:33] *** Quits: binaryhermit (~binaryher@replaced-ip ) (Quit: WeeChat 2.6)
710 [08:03:49] <pzanco> help
711 [08:05:09] * aypea[1] rolls a white snooker ball to pzanco.
712 [08:05:37] *** Quits: heroino (~heroino@replaced-ip ) (Quit: Leaving)
713 [08:05:41] <annadane> !ask
714 [08:05:42] <dpkg> If you have a question, just ask! For example: "I have a problem with ___; I'm running Debian version ___. When I try to do ___ I get the following output ___. I expected it to do ___." Don't ask if you can ask, if anyone uses it, or pick one person to ask. We're all volunteers; make it easy for us to help you. If you don't get an answer try a few hours later or on debian-user@lists.debian.org. See <smart questions><errors>.
715 [08:05:43] <annadane> pzanco, ^
716 [08:05:45] <ZaZaGX> hello
717 [08:07:38] *** Quits: pzanco (~Android@replaced-ip ) (Remote host closed the connection)
718 [08:07:58] *** Joins: Haohmaru (~Haohmaru@replaced-ip )
719 [08:09:15] *** Joins: binaryhermit (~binaryher@replaced-ip )
720 [08:10:07] *** Joins: humpled (~i@replaced-ip )
721 [08:10:29] *** Quits: binaryhermit (~binaryher@replaced-ip ) (Client Quit)
722 [08:12:06] *** Joins: pzanco (~Android@replaced-ip )
723 [08:13:26] *** Quits: pzanco (~Android@replaced-ip ) (Client Quit)
724 [08:14:27] *** Joins: binaryhermit (~binaryher@replaced-ip )
725 [08:14:27] *** Quits: n_1-c_k (~n_1-c_k@replaced-ip ) (Read error: Connection reset by peer)
726 [08:15:12] *** Joins: n_1-c_k (~n_1-c_k@replaced-ip )
727 [08:21:37] *** Joins: TheWizard (~thewizard@replaced-ip )
728 [08:21:43] *** Quits: phaseNi (~phaset@replaced-ip ) (Ping timeout: 245 seconds)
729 [08:23:29] *** Quits: ZaZaGX (cutiepi@replaced-ip ) (Quit: leaving)
730 [08:24:43] *** Quits: r3 (~r3@replaced-ip ) (Read error: Connection reset by peer)
731 [08:25:07] *** Joins: r3 (~r3@replaced-ip )
732 [08:26:35] *** Joins: witlesswonder_ (~witless@replaced-ip )
733 [08:27:06] *** Joins: HerbY_NL2 (~HerbY_NL2@replaced-ip )
734 [08:28:01] *** Joins: phaseNi (~phaset@replaced-ip )
735 [08:28:45] *** Quits: toli (~toli@replaced-ip ) (Ping timeout: 244 seconds)
736 [08:28:51] *** Quits: witlesswonder (~witless@replaced-ip ) (Ping timeout: 240 seconds)
737 [08:29:40] *** Joins: toli (~toli@replaced-ip )
738 [08:30:05] *** Quits: journeytocoder (~journeyto@replaced-ip ) (Remote host closed the connection)
739 [08:30:39] *** Joins: arj15 (~arj15@replaced-ip )
740 [08:31:28] *** Quits: oahong (~samigarus@replaced-ip ) (Ping timeout: 246 seconds)
741 [08:34:05] *** Quits: rople (rople@replaced-ip ) (Ping timeout: 276 seconds)
742 [08:35:24] *** Quits: shingouz (~not@replaced-ip ) (Read error: Connection reset by peer)
743 [08:35:59] *** Joins: shingouz (~not@replaced-ip )
744 [08:36:11] *** Joins: omnio_ (~omnio@replaced-ip )
745 [08:36:43] *** Joins: drzacek (~drzacek@replaced-ip )
746 [08:37:26] *** Joins: oahong (~samigarus@replaced-ip )
747 [08:38:52] *** Quits: bertbob (~bertbob@replaced-ip ) (Ping timeout: 268 seconds)
748 [08:39:16] *** Joins: elkalamar_ (elkalamar@replaced-ip )
749 [08:39:28] *** Joins: pyex (~user@replaced-ip )
750 [08:39:31] *** Parts: pyex (~user@replaced-ip ) ()
751 [08:39:52] *** Quits: sagner (~ags@replaced-ip ) (Ping timeout: 246 seconds)
752 [08:42:04] *** Joins: 7JTAAAFED (~svelte@replaced-ip )
753 [08:43:51] *** Joins: dasj19 (~dasj19@replaced-ip )
754 [08:44:46] *** Quits: orbiter (~orbiter@replaced-ip ) (Ping timeout: 244 seconds)
755 [08:45:24] *** Joins: orbiter (~orbiter@replaced-ip )
756 [08:45:28] *** Joins: mase-tech (~mase-tech@replaced-ip )
757 [08:46:17] *** Joins: AquaL1te (~AquaL1te@replaced-ip )
758 [08:46:36] *** Joins: Pjusur (~Pjusur@replaced-ip )
759 [08:49:02] *** debhelper sets mode: +l 1532
760 [08:49:28] *** Joins: oish (~charlie@replaced-ip )
761 [08:51:19] *** Quits: citypw (~citypw@replaced-ip ) (Remote host closed the connection)
762 [08:51:35] *** Joins: dionysus69 (~Thunderbi@replaced-ip )
763 [08:52:00] *** Joins: encod3 (~encod3@replaced-ip )
764 [08:52:17] *** Joins: diogenes_ (~diogenes_@replaced-ip )
765 [08:53:17] *** Joins: chele (~chele@replaced-ip )
766 [08:53:22] *** Joins: Dark (~Dark@replaced-ip )
767 [08:53:44] *** Dark is now known as Guest16648
768 [08:54:14] *** Guest16648 is now known as Dark
769 [08:54:18] *** Quits: Dark (~Dark@replaced-ip ) (Changing host)
770 [08:54:18] *** Joins: Dark (~Dark@replaced-ip )
771 [08:54:31] *** Joins: TomyWork (~TomyLobo@replaced-ip )
772 [08:55:54] *** Quits: rizzo (~RizzoTheR@replaced-ip ) (Remote host closed the connection)
773 [08:56:14] *** Joins: rizzo (~RizzoTheR@replaced-ip )
774 [08:57:16] *** Quits: lankanmon (~LKNnet@replaced-ip ) (Quit: Left...)
775 [08:57:24] *** Quits: rizzo (~RizzoTheR@replaced-ip ) (Remote host closed the connection)
776 [08:57:34] *** Joins: sagner (~ags@replaced-ip )
777 [08:57:35] *** Joins: mvaenskae (~mvaenskae@replaced-ip )
778 [08:58:21] *** Joins: BrainWork (~BrainWork@replaced-ip )
779 [08:58:46] <BrainWork> im a little scared and concerned. my dedicated server is performing an upgrade from debian 9 to debian 10, and all i did was "apt-get upgrade"
780 [08:59:01] *** debhelper sets mode: +l 1539
781 [08:59:01] <BrainWork> i dont even know how its doing this thru a remote ssh
782 [08:59:19] *** Joins: endstille (~endstille@replaced-ip )
783 [08:59:25] <BrainWork> is this a new feature of apt, to be able to safely dist-upgrade on the fly?
784 [08:59:43] <BrainWork> or has my hosting provider done something odd with the default apt config in their image?
785 [08:59:51] *** Joins: ohwowlol (uid375208@replaced-ip )
786 [08:59:56] *** Quits: uNmowed (~Kaede@replaced-ip ) (Read error: Connection reset by peer)
787 [09:00:23] <toker> BrainWork: run cat /etc/apt/sources.list
788 [09:00:36] <toker> does is say buster or stretch?
789 [09:00:57] *** Joins: lankanmon (~LKNnet@replaced-ip )
790 [09:01:39] <toker> or perhaps it just says stable
791 [09:01:54] *** Joins: P1ersson (~P1ersson@replaced-ip )
792 [09:01:58] <toker> deb9 example: deb replaced-url
793 [09:02:02] *** Quits: endstille (~endstille@replaced-ip ) (Client Quit)
794 [09:02:51] <BrainWork> stable, and stable-updates
795 [09:02:59] <Unit193> That'd explain it...
796 [09:03:01] <toker> BrainWork: there is you problem
797 [09:03:02] <toker> =)
798 [09:03:04] *** Joins: barrett (~barrett@replaced-ip )
799 [09:05:28] *** Quits: Texou (~Texou@replaced-ip ) (Ping timeout: 264 seconds)
800 [09:06:10] *** Joins: sedrosken (~sedrosken@replaced-ip )
801 [09:07:18] *** Joins: jan_ (~chatzilla@replaced-ip )
802 [09:07:19] *** Quits: overbythere (~textual@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
803 [09:08:15] *** Joins: jusss (~user@replaced-ip )
804 [09:08:33] <jusss> debian's default DE is xfce?
805 [09:09:17] *** Joins: jmarsac (~jmarsac@replaced-ip )
806 [09:09:44] *** Quits: jan_ (~chatzilla@replaced-ip ) (Client Quit)
807 [09:09:57] *** Joins: zamuro (~Samantha@replaced-ip )
808 [09:09:58] *** Quits: zamuro (~Samantha@replaced-ip ) (Changing host)
809 [09:09:58] *** Joins: zamuro (~Samantha@replaced-ip )
810 [09:10:01] *** Joins: rople (~rople@replaced-ip )
811 [09:10:05] <ratrace> jusss: no, gnome
812 [09:10:08] <BrainWork> well toker on the plus side everything seems to have updated ok, fail2ban had a million changed conflicting configs
813 [09:10:30] <ratrace> jusss: if by default you mean what gets installed when you select desktop task but no DE in specific.
814 [09:10:33] <jusss> ratrace: replaced-url
815 [09:10:52] <jusss> there's xfce
816 [09:11:07] *** Quits: rople (~rople@replaced-ip ) (Client Quit)
817 [09:11:20] *** Joins: Ycarus (~Ycarus@replaced-ip )
818 [09:11:38] *** Joins: rople (~rople@replaced-ip )
819 [09:13:44] *** Quits: mvaenskae (~mvaenskae@replaced-ip ) (Ping timeout: 276 seconds)
820 [09:13:45] *** Joins: BlueByte (~walther@replaced-ip )
821 [09:14:01] <ratrace> jusss: there's iso with xfce yes. that's orthogonal to your question of "default DE".
822 [09:14:52] *** Quits: TomyWork (~TomyLobo@replaced-ip ) (Ping timeout: 246 seconds)
823 [09:14:54] *** Quits: xin_ (~textual@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
824 [09:15:06] *** Quits: paraxial (~paraxial@replaced-ip##) (Quit: The Lounge - ##replaced-url
825 [09:16:04] *** Joins: nexgen2 (~nexgen@replaced-ip )
826 [09:16:07] *** Joins: citypw (~citypw@replaced-ip )
827 [09:16:19] *** Joins: paraxial (~paraxial@replaced-ip )
828 [09:17:03] *** Quits: stitched_unicorn (~Red@replaced-ip ) (Quit: stitched_unicorn)
829 [09:17:15] *** Quits: cnsunyour (~cnsunyour@replaced-ip ) (Quit: WeeChat 2.6)
830 [09:17:15] *** Quits: nexgen2 (~nexgen@replaced-ip ) (Remote host closed the connection)
831 [09:17:48] *** Joins: mvaenskae (~mvaenskae@replaced-ip )
832 [09:18:46] *** Joins: cnsunyour (~cnsunyour@replaced-ip )
833 [09:19:02] *** debhelper sets mode: +l 1545
834 [09:20:35] *** Joins: hele (~hele@replaced-ip )
835 [09:21:00] *** Quits: paraxial (~paraxial@replaced-ip ) (Ping timeout: 246 seconds)
836 [09:21:25] *** Quits: tsglove (~tsglove@replaced-ip ) (Ping timeout: 268 seconds)
837 [09:22:11] *** Quits: Itaipu (~itaipu@replaced-ip ) (Ping timeout: 276 seconds)
838 [09:22:39] *** Quits: mpwwpm (~mpwwpm@replaced-ip ) (Ping timeout: 268 seconds)
839 [09:24:03] *** Quits: astra`` (~astra@replaced-ip ) (Ping timeout: 240 seconds)
840 [09:24:49] *** Joins: stitched_unicorn (~Red@replaced-ip )
841 [09:25:08] *** Joins: woshty (~woshty@replaced-ip )
842 [09:25:59] *** Joins: Greyztar- (~irc@replaced-ip )
843 [09:26:22] *** Quits: stitched_unicorn (~Red@replaced-ip ) (Client Quit)
844 [09:26:53] *** Joins: paraxial (~paraxial@replaced-ip )
845 [09:26:56] *** Quits: Greyztar (~irc@replaced-ip ) (Ping timeout: 260 seconds)
846 [09:27:16] *** Parts: toker (toker@replaced-ip ) ()
847 [09:27:20] *** Joins: Haudegen (~quassel@replaced-ip )
848 [09:28:13] *** Joins: tsglove (~tsglove@replaced-ip )
849 [09:28:59] *** Greyztar- is now known as Greyztar
850 [09:30:28] *** Quits: orbiter (~orbiter@replaced-ip ) ()
851 [09:30:57] *** Joins: astra`` (~astra@replaced-ip )
852 [09:32:39] *** Joins: Itaipu (~itaipu@replaced-ip )
853 [09:35:27] *** Joins: Elirips (~Elirips@replaced-ip )
854 [09:36:06] *** Quits: rdz (~rdz@replaced-ip ) (Read error: Connection reset by peer)
855 [09:36:11] *** Joins: Frog_ (~Frog@replaced-ip )
856 [09:36:23] *** Joins: rdz (~rdz@replaced-ip )
857 [09:36:46] *** Quits: Frog_ (~Frog@replaced-ip ) (Max SendQ exceeded)
858 [09:37:07] *** Joins: Frog_ (~Frog@replaced-ip )
859 [09:37:26] *** Quits: Frog_ (~Frog@replaced-ip ) (Max SendQ exceeded)
860 [09:37:49] *** Joins: Frog_ (~Frog@replaced-ip )
861 [09:38:12] *** Quits: Frog_ (~Frog@replaced-ip ) (Max SendQ exceeded)
862 [09:38:27] *** Quits: Itaipu (~itaipu@replaced-ip ) (Ping timeout: 240 seconds)
863 [09:38:34] *** Joins: Frog_ (~Frog@replaced-ip )
864 [09:38:45] *** Joins: JakeSays_ (~jake@replaced-ip )
865 [09:38:58] *** Frog_ is now known as Guest9274
866 [09:38:59] *** Quits: lcabrera_ (~desarroll@replaced-ip ) (Read error: Connection reset by peer)
867 [09:39:13] *** Quits: JakeSays (~jake@replaced-ip ) (Ping timeout: 245 seconds)
868 [09:39:39] *** Joins: lcabrera_ (~desarroll@replaced-ip )
869 [09:43:42] *** Joins: Itaipu (~itaipu@replaced-ip )
870 [09:45:31] *** Quits: P1ersson (~P1ersson@replaced-ip ) (Ping timeout: 276 seconds)
871 [09:46:05] *** Quits: tsglove (~tsglove@replaced-ip ) (Ping timeout: 268 seconds)
872 [09:48:02] *** Quits: Itaipu (~itaipu@replaced-ip ) (Ping timeout: 240 seconds)
873 [09:48:27] *** Joins: combatvet_ (~c4@replaced-ip )
874 [09:48:33] *** Joins: tsglove (~tsglove@replaced-ip )
875 [09:49:20] *** Quits: CombatVet (~c4@replaced-ip ) (Ping timeout: 260 seconds)
876 [09:49:21] *** combatvet_ is now known as CombatVet
877 [09:50:46] *** Quits: cnsunyour (~cnsunyour@replaced-ip ) (Quit: WeeChat 2.6)
878 [09:51:23] *** Joins: Bodiro (~quassel@replaced-ip )
879 [09:53:08] *** Joins: Makaveli7 (~Makaveli7@replaced-ip )
880 [09:53:22] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
881 [09:53:47] *** Joins: daiko (~daiko@replaced-ip )
882 [09:54:44] *** Joins: xcm (~xcm@replaced-ip )
883 [09:54:50] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 240 seconds)
884 [09:56:33] *** Quits: nvz (~user@replaced-ip ) (Quit: Lost terminal)
885 [09:59:38] *** Joins: nvz (~user@replaced-ip )
886 [10:00:56] *** Joins: cnsunyour (~cnsunyour@replaced-ip )
887 [10:02:07] *** Joins: stitched_unicorn (~Red@replaced-ip )
888 [10:02:30] *** Joins: ]BFG[ (~bfg@replaced-ip )
889 [10:02:43] *** Joins: fflori (~fflori@replaced-ip )
890 [10:02:53] <]BFG[> is sysVinit removed already in debian 10 or the init scripts are still usable?
891 [10:03:04] *** Quits: dadinn (~dadinn@replaced-ip ) (Ping timeout: 264 seconds)
892 [10:03:29] <Unit193> For the most part still usable.
893 [10:04:59] <jelly> ,f sbin/init
894 [10:06:00] <jelly> ,file sbin/init
895 [10:06:05] <judd> Search for sbin/init in buster/amd64: runit-init: sbin/init; sysvinit-core: sbin/init; systemd-sysv: sbin/init
896 [10:06:47] *** Joins: P1ersson (~P1ersson@replaced-ip )
897 [10:06:53] *** Quits: kenlee (~kenlee@replaced-ip ) (Remote host closed the connection)
898 [10:07:33] *** Joins: kenlee (~kenlee@replaced-ip )
899 [10:07:54] *** Quits: saptaks (~saptaks@replaced-ip ) (Ping timeout: 246 seconds)
900 [10:07:57] *** Quits: barrett (~barrett@replaced-ip ) (Ping timeout: 244 seconds)
901 [10:08:37] *** Joins: overbythere (~textual@replaced-ip )
902 [10:08:38] *** Joins: gierdo (~Dominik_G@replaced-ip )
903 [10:10:52] *** Quits: AimHere (~David@replaced-ip ) (Ping timeout: 246 seconds)
904 [10:12:01] *** Joins: AimHere (~David@replaced-ip )
905 [10:12:28] *** Quits: mase-tech (~mase-tech@replaced-ip ) (Quit: Leaving)
906 [10:13:01] *** Joins: leden (~leden@replaced-ip )
907 [10:13:16] *** Joins: Texou (~Texou@replaced-ip )
908 [10:16:31] *** Joins: Yopyop_ (~aa@replaced-ip )
909 [10:17:18] *** Joins: NetTerminalGene (~NetTermin@replaced-ip )
910 [10:18:05] *** Quits: timur_davletshin (~timur_dav@replaced-ip ) (Read error: Connection reset by peer)
911 [10:18:07] *** Joins: mortderire (mortderire@replaced-ip )
912 [10:18:27] *** Joins: Itaipu (~itaipu@replaced-ip )
913 [10:19:01] *** debhelper sets mode: +l 1554
914 [10:19:15] *** Joins: timur_davletshin (~timur_dav@replaced-ip )
915 [10:20:03] *** Quits: Yopyop (~aa@replaced-ip ) (Ping timeout: 240 seconds)
916 [10:22:28] *** Joins: m0u (~m0u@replaced-ip )
917 [10:24:40] *** Quits: P1ersson (~P1ersson@replaced-ip ) (Ping timeout: 264 seconds)
918 [10:24:42] *** Quits: beaver^ (~beaver@replaced-ip ) (Remote host closed the connection)
919 [10:25:48] *** Joins: traveltissues (~traveltis@replaced-ip )
920 [10:28:19] *** Joins: Itaipu_ (~itaipu@replaced-ip )
921 [10:29:13] *** Quits: Itaipu (~itaipu@replaced-ip ) (Ping timeout: 245 seconds)
922 [10:30:37] *** Quits: Furai (~Furai@replaced-ip ) (Quit: WeeChat 2.6)
923 [10:30:58] *** Quits: BlueByte (~walther@replaced-ip ) (Quit: This computer has gone to sleep)
924 [10:31:49] *** Joins: dvanmosselbeen (~dvanmosse@replaced-ip )
925 [10:32:53] *** Joins: winy (~vince@replaced-ip )
926 [10:33:53] *** Joins: Furai (~Furai@replaced-ip )
927 [10:34:01] *** Quits: Bodiro (~quassel@replaced-ip##) (Quit: ##replaced-url
928 [10:35:08] *** Quits: stitched_unicorn (~Red@replaced-ip ) (Quit: stitched_unicorn)
929 [10:35:42] *** Quits: ilikeyou (uid389024@replaced-ip ) (Quit: Connection closed for inactivity)
930 [10:35:49] *** Joins: StyXman (~mdione@replaced-ip )
931 [10:36:29] <StyXman> I have a new BT speaker to which i can connect with my phone but not my computer. the computer does not see it at all, it seems
932 [10:37:04] <dunz0r> StyXman: Did you put the speaker in pairing mode?
933 [10:37:35] *** Quits: elkalamar_ (elkalamar@replaced-ip ) (Ping timeout: 276 seconds)
934 [10:40:23] *** Joins: joegiampaoli (~joegiampa@replaced-ip )
935 [10:40:52] *** Quits: grumble (~grumble@replaced-ip ) (Ping timeout: 622 seconds)
936 [10:41:16] *** Quits: joegiampaoli (~joegiampa@replaced-ip ) (Remote host closed the connection)
937 [10:42:52] *** Quits: Uberius (~Uberius@replaced-ip ) (Quit: Quit)
938 [10:46:23] <StyXman> of course
939 [10:48:26] <nvz> different speakers work differently some can pair to more than one device, some have a special pairing mode, others just are ready to pair anytime they are turned on and not already paired with another device
940 [10:48:31] *** Quits: Xeyame (~Xeyame@replaced-ip ) (Read error: Connection reset by peer)
941 [10:48:56] <nvz> would be a good idea if the speaker doesnt support mutilple connections to turn off bluetooth on the phone to make sure its not already connected to something
942 [10:49:10] *** Joins: mase-tech (~mase-tech@replaced-ip )
943 [10:49:52] <nvz> blueman can be a bit wonky at times, there are lower level commands to troubleshoot if searching with blueman doesnt help
944 [10:50:26] <nvz> replaced-url
945 [10:51:51] *** Quits: microproco (~mic@replaced-ip ) (Quit: Leaving)
946 [10:52:08] *** Quits: Lord_of_Life (~Lord@replaced-ip ) (Ping timeout: 245 seconds)
947 [10:52:42] *** Joins: lucad111 (~lucad111@replaced-ip )
948 [10:53:53] *** Joins: The`AFKgiven (~BHT@replaced-ip )
949 [10:54:22] *** Quits: tobiw_ (~tobiw@replaced-ip ) (Quit: WeeChat 1.6)
950 [10:54:52] *** Joins: Lord_of_Life (~Lord@replaced-ip )
951 [10:55:29] *** Quits: m0u (~m0u@replaced-ip ) (Ping timeout: 244 seconds)
952 [10:55:42] *** Joins: Slashman (~Slash@replaced-ip )
953 [10:55:51] <StyXman> well, pairing and connecting seem to be different things
954 [10:56:09] <StyXman> I already paired two devices to this speaker
955 [10:56:38] <nvz> yes pairing and connecting are two different things but if a device is paired most systems will connect to it automatically especially mobile systems
956 [10:56:39] *** Quits: acu (~acu@replaced-ip ) (Remote host closed the connection)
957 [10:57:05] <nvz> if the bluetooth is turned on and in range of a paired device it'll connect to it at which point another device cannot discover/pair/connect in most cases
958 [10:57:27] *** Joins: Emmanuel_Chanel_ (~Emmanuel_@replaced-ip )
959 [10:57:32] *** Quits: Emmanuel_Chanel (~Emmanuel_@replaced-ip ) (Ping timeout: 245 seconds)
960 [10:57:37] <nvz> I had a JBL Charge4 that could actually be connected to two devices at once, if one plays it pauses the other
961 [10:58:09] *** Joins: acu (~acu@replaced-ip )
962 [10:58:09] *** Quits: acu (~acu@replaced-ip ) (Remote host closed the connection)
963 [10:58:15] <nvz> where a cheaper polaroid speaker I have can only be used in any way by one device at a time and if nothing is connected it automatically goes into pairing mode
964 [10:58:23] *** Joins: oish (~charlie@replaced-ip )
965 [10:59:57] <nvz> the pairing is more a discovery and identification process.. it must be done first to allow the devices to connect
966 [11:00:22] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
967 [11:00:32] <nvz> in some cases there is even an authentication that takes place when pairing
968 [11:00:49] *** Joins: grobi (~rtng@replaced-ip )
969 [11:01:27] *** Joins: xcm (~xcm@replaced-ip )
970 [11:01:39] *** Joins: ostrich (4ba6f564@replaced-ip )
971 [11:01:44] *** ostrich is now known as istri
972 [11:01:48] <istri> Hello everyone.
973 [11:02:16] *** Quits: oish (~charlie@replaced-ip ) (Client Quit)
974 [11:02:23] *** Joins: alkysteve (~alkysteve@replaced-ip )
975 [11:02:34] <istri> It has been sometime since I've installed debian from scratch. I was messing around with the manual partitioner in the installer, specifically related to encryption.
976 [11:02:46] <StyXman> all other BT devices are off right now
977 [11:03:02] <StyXman> I just put it in pairing mode, but scanning takes ages and no results
978 [11:03:04] *** Joins: stitched_unicorn (~Red@replaced-ip )
979 [11:03:09] *** Quits: stitched_unicorn (~Red@replaced-ip ) (Client Quit)
980 [11:03:21] <istri> I noticed an option that specifies: passphrase, or random keyfile. I am assuming this random keyfile is similar to the one used when decrypting swap on boot, but i may be wrong in this assumption
981 [11:03:31] <istri> could someone offer a better description of what this feature is for.
982 [11:03:36] *** Joins: pamaury (~pamaury@replaced-ip )
983 [11:03:36] *** Quits: pamaury (~pamaury@replaced-ip ) (Changing host)
984 [11:03:36] *** Joins: pamaury (~pamaury@replaced-ip )
985 [11:04:26] *** Quits: corvo (~Thunderbi@replaced-ip ) (Ping timeout: 240 seconds)
986 [11:04:38] <istri> In brief: I want full disk encryption using a keyfile, no password. I would prefer setting the keyfile without ever setting a passphrase. I am well aware i can install with a passphrase, and than later attach the keyfile, detach the passphrase but i would like to remove these additoinal steps for several reasons.
987 [11:04:43] <StyXman> I can the neighbor's TV, but not the speaker 20cm away
988 [11:05:05] *** Joins: corvo (~Thunderbi@replaced-ip )
989 [11:05:08] *** Joins: oish (~charlie@replaced-ip )
990 [11:05:12] *** Joins: stitched_unicorn (~Red@replaced-ip )
991 [11:06:52] *** Quits: DeaDSouL (~DeaDSouL@replaced-ip ) (Ping timeout: 268 seconds)
992 [11:08:21] *** Joins: DeaDSouL (~DeaDSouL@replaced-ip )
993 [11:09:02] *** Quits: stitched_unicorn (~Red@replaced-ip ) (Client Quit)
994 [11:09:11] *** Joins: Frog_ (~Frog@replaced-ip )
995 [11:09:34] *** Quits: Guest9274 (~Frog@replaced-ip ) (Read error: Connection reset by peer)
996 [11:09:35] *** Frog_ is now known as Guest95852
997 [11:10:10] *** Joins: dadinn (~dadinn@replaced-ip )
998 [11:11:18] *** Quits: Guest95852 (~Frog@replaced-ip ) (Client Quit)
999 [11:11:29] *** Joins: julius_ (c2726875@replaced-ip )
1000 [11:11:31] <julius_> hi
1001 [11:11:38] *** Joins: Frog__ (~Frog@replaced-ip )
1002 [11:12:33] *** Quits: silentjet (~jet@replaced-ip ) (Ping timeout: 245 seconds)
1003 [11:13:05] *** Quits: istri (4ba6f564@replaced-ip ) (Remote host closed the connection)
1004 [11:13:14] *** Parts: julius_ (c2726875@replaced-ip ) ()
1005 [11:13:41] *** Joins: BCMM (~BCMM@replaced-ip )
1006 [11:13:43] *** Quits: Frog__ (~Frog@replaced-ip ) (Client Quit)
1007 [11:16:40] <ayew> bye
1008 [11:17:23] *** Quits: f476 (~pi@replaced-ip ) (Remote host closed the connection)
1009 [11:17:55] *** Joins: karloz (~karloz@replaced-ip )
1010 [11:18:25] *** Joins: f476 (~pi@replaced-ip )
1011 [11:19:11] *** Quits: karloz (~karloz@replaced-ip ) (Client Quit)
1012 [11:20:44] *** Joins: tsujp (~tsujp@replaced-ip )
1013 [11:23:19] *** Joins: ZaZaGX (cutiepi@replaced-ip )
1014 [11:23:36] *** Quits: waxfire (~waxfire@replaced-ip ) (Quit: Ping timeout (120 seconds))
1015 [11:24:26] <nvz> StyXman: can you paste the output of hciconfig -a;for i in dev con scan;do hcitool $i;done
1016 [11:24:37] *** Quits: binaryhermit (~binaryher@replaced-ip ) (Ping timeout: 245 seconds)
1017 [11:25:36] <nvz> I couldnt for the life of me figure out how to get the output of hcitool scan into termbin or I'd have just given a full command that'd produce a paste
1018 [11:26:05] <nvz> seems like termbin returns before hcitool ever finishes scanning no matter what I do and even with 2>&1 it doesnt ever show any of the output
1019 [11:27:00] *** Joins: beaver^ (~beaver@replaced-ip )
1020 [11:28:24] *** Quits: felixfoertsch (~felixfoer@replaced-ip ) (Ping timeout: 246 seconds)
1021 [11:28:58] *** Joins: corvo1 (~Thunderbi@replaced-ip )
1022 [11:29:05] *** Joins: ihristov (55c48532@replaced-ip )
1023 [11:29:27] *** Quits: tmiland (~tmiland@replaced-ip##) (Quit: The Lounge - ##replaced-url
1024 [11:29:55] *** Joins: tmiland (~tmiland@replaced-ip )
1025 [11:29:58] *** Joins: jubo2 (~juboxi@replaced-ip )
1026 [11:30:03] *** Quits: corvo (~Thunderbi@replaced-ip ) (Ping timeout: 240 seconds)
1027 [11:30:03] *** corvo1 is now known as corvo
1028 [11:31:26] *** Joins: crowley95 (~crowley95@replaced-ip )
1029 [11:33:12] *** Quits: omnio_ (~omnio@replaced-ip ) (Quit: WeeChat 1.6)
1030 [11:33:28] *** Joins: monstar (~mitya@replaced-ip )
1031 [11:34:38] *** Quits: zamba (~marius@replaced-ip ) (Ping timeout: 245 seconds)
1032 [11:35:46] *** Joins: jetscreamer (~jetscream@replaced-ip )
1033 [11:36:50] <jetscreamer> what's a good description for 'stock debian install borks ipv6 dns out, but only for some sites' to feed dpkg
1034 [11:36:59] <jetscreamer> dpkg, what's a good description for 'stock debian install borks ipv6 dns out, but only for some sites' to feed dpkg
1035 [11:37:00] <dpkg> You are person #1 to send an unparseable request, jetscreamer
1036 [11:37:12] <jetscreamer> \o/
1037 [11:37:16] <jetscreamer> !botsnack
1038 [11:37:16] <dpkg> thanks, jetscreamer
1039 [11:37:42] <nvz> !wayttd jetscreamer
1040 [11:37:43] <dpkg> What Are You Trying To Do, jetscreamer?
1041 [11:37:52] *** Quits: woshty (~woshty@replaced-ip ) (Ping timeout: 264 seconds)
1042 [11:37:53] *** Joins: leandrovianna_ (~leandrovi@replaced-ip )
1043 [11:38:41] <jetscreamer> figure out a good name for a dpkg factoid
1044 [11:39:24] *** Quits: catsup (d@replaced-ip ) (Read error: Connection reset by peer)
1045 [11:39:30] <jetscreamer> earlier i was wondering why dns borks out but only for some sites. was installing ttf-mscorefonts-installer and it borked
1046 [11:39:38] *** Quits: sedrosken (~sedrosken@replaced-ip ) (Read error: Connection reset by peer)
1047 [11:39:55] <nvz> <jetscreamers imaginary problem> perhaps ? :P
1048 [11:39:55] *** Joins: jetx (~jetscream@replaced-ip )
1049 [11:40:01] <jetx> so i changed to inet instead of inet6. worked flawlessly
1050 [11:40:23] <jetx> damn i seem to dc from irc a lot.
1051 [11:40:32] *** Joins: catsup (d@replaced-ip )
1052 [11:40:39] <nvz> yeah, sounds like you have issues on your network
1053 [11:40:54] <nvz> before you go making factoids on issues they should be confirmed
1054 [11:40:59] *** Quits: tmiland (~tmiland@replaced-ip##) (Quit: The Lounge - ##replaced-url
1055 [11:41:17] <jetx> except the 'same dual boot box works fine in windows' thing.
1056 [11:41:26] *** Joins: tmiland (~tmiland@replaced-ip )
1057 [11:41:29] *** Quits: sidmo_ (~ident@replaced-ip ) (Quit: Konversation terminated!)
1058 [11:41:41] <nvz> considering you speak of a problem I've never seen or heard of, and also are having issues staying on IRC, I have to doubt you
1059 [11:41:54] *** Joins: sidmo (~ident@replaced-ip )
1060 [11:42:05] <jetx> i can reproduce
1061 [11:42:08] <jetx> it
1062 [11:42:09] <nvz> the "works in windows" only further hurts your credibility on the matter as far as I'm concerned
1063 [11:42:15] <jetx> yeah yeah
1064 [11:42:26] <jetx> let's ignore the data
1065 [11:42:28] *** Quits: ohnx (~ohnx@replaced-ip ) (Remote host closed the connection)
1066 [11:42:39] <nvz> of course you can.. a pebcak can always be reproduced if one doesnt replace the user and bang head off keyboard to continue
1067 [11:42:46] *** Joins: zamba (~marius@replaced-ip )
1068 [11:43:32] *** Joins: kpo (~kpo@replaced-ip )
1069 [11:43:33] <jetx> did i mention the fresh stock debian install?
1070 [11:43:45] *** Joins: ohnx (~ohnx@replaced-ip )
1071 [11:43:53] <jetx> wait
1072 [11:43:59] <jetx> wrong channel
1073 [11:44:04] <jetx> i need testing :o
1074 [11:44:19] *** Quits: kpo (~kpo@replaced-ip ) (Client Quit)
1075 [11:44:28] *** Quits: jetscreamer (~jetscream@replaced-ip ) (Ping timeout: 264 seconds)
1076 [11:44:40] <humpled> i've had wifi cards before that were supposed to do ipv6 but were actually pretty flaky, ended up just using 4
1077 [11:44:47] <humpled> think that's what windows does too
1078 [11:44:51] *** Quits: citypw (~citypw@replaced-ip ) (Ping timeout: 246 seconds)
1079 [11:45:06] <jetx> stable worked ok but i don't think i installed the fonts or tried to access sourceforg
1080 [11:45:07] *** Joins: kpo (~kpo@replaced-ip )
1081 [11:45:07] <jetx> e
1082 [11:45:12] *** Quits: thePiGrepper (~nagato@replaced-ip ) (Ping timeout: 246 seconds)
1083 [11:45:29] *** Joins: woshty (~woshty@replaced-ip )
1084 [11:46:17] *** Joins: P1ersson (~P1ersson@replaced-ip )
1085 [11:46:28] <jetx> and it's only 'some' sites, which was weird
1086 [11:46:43] *** Quits: Yopyop_ (~aa@replaced-ip ) (Ping timeout: 245 seconds)
1087 [11:46:57] *** Quits: toxync12- (~toxync12@replaced-ip##) (Quit: ZNC 1.7.1 - ##replaced-url
1088 [11:47:07] *** Joins: Aussie_matt (~quassel@replaced-ip )
1089 [11:47:15] *** Quits: leandrovianna_ (~leandrovi@replaced-ip ) (Ping timeout: 240 seconds)
1090 [11:47:36] *** Joins: citypw (~citypw@replaced-ip )
1091 [11:48:08] *** Joins: toxync12 (~toxync12@replaced-ip )
1092 [11:48:31] *** jetx is now known as jetscreamer
1093 [11:49:12] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
1094 [11:51:45] *** Quits: tyranny12 (~blarg@replaced-ip ) (Remote host closed the connection)
1095 [11:51:51] *** Joins: waxfire (~waxfire@replaced-ip )
1096 [11:52:11] *** Joins: RebelCoder (~RebelCode@replaced-ip )
1097 [11:52:58] *** Joins: tyranny12 (~blarg@replaced-ip )
1098 [11:52:58] *** Quits: tyranny12 (~blarg@replaced-ip ) (Changing host)
1099 [11:52:58] *** Joins: tyranny12 (~blarg@replaced-ip )
1100 [11:55:29] *** Quits: waxfire (~waxfire@replaced-ip ) (Client Quit)
1101 [11:55:51] *** Quits: jetscreamer (~jetscream@replaced-ip ) (Read error: Connection reset by peer)
1102 [11:56:06] *** Joins: waxfire (~waxfire@replaced-ip )
1103 [11:57:19] *** Quits: Newami (~Newami@replaced-ip ) (Read error: Connection reset by peer)
1104 [11:57:31] *** Quits: jusss (~user@replaced-ip ) (Quit: ERC (IRC client for Emacs 26.1))
1105 [11:58:09] *** Quits: P1ersson (~P1ersson@replaced-ip ) (Ping timeout: 246 seconds)
1106 [12:00:10] *** Quits: waxfire (~waxfire@replaced-ip ) (Client Quit)
1107 [12:00:53] *** Joins: Newami (~Newami@replaced-ip )
1108 [12:01:41] *** Joins: rsx (~rsx@replaced-ip )
1109 [12:04:37] *** Quits: ponyofdeath (~vladi@replaced-ip ) (Ping timeout: 276 seconds)
1110 [12:04:40] *** Quits: ageis (~kevin@replaced-ip##) (Quit: exit(1); echo '##replaced-url
1111 [12:05:25] *** Joins: ponyofdeath (~vladi@replaced-ip )
1112 [12:06:54] *** Quits: ZaZaGX (cutiepi@replaced-ip ) (Quit: leaving)
1113 [12:07:02] *** Joins: ageis (~kevin@replaced-ip )
1114 [12:07:26] *** ageis is now known as Guest58814
1115 [12:07:48] *** Joins: silentjet (~jet@replaced-ip )
1116 [12:10:01] *** Quits: dselect (~dselect@replaced-ip ) (Quit: ouch... that hurt)
1117 [12:10:23] *** Quits: Orbitrix (~Huevos@replaced-ip ) (Remote host closed the connection)
1118 [12:10:24] <toruvinn> is anyone familiar with the (apt-get) upgrade process? i mean, there are some triggers that cause initramfs/grub2 to be updated/reinstalled. is there one script that is launched when this happens? what im thinking is adding remounting my EFI partition, because i have multiple OSes and i prefer to have EFI mounted ro (in case i suspend 2 disk and boot another OS)
1119 [12:10:46] *** Joins: Orbitrix (~Huevos@replaced-ip )
1120 [12:11:10] *** Joins: dselect (~dselect@replaced-ip )
1121 [12:12:40] *** Joins: waxfire (~waxfire@replaced-ip )
1122 [12:12:59] *** Quits: bpsecret (~bpsecret@replaced-ip ) (Ping timeout: 244 seconds)
1123 [12:13:46] *** Joins: saptaks (~saptaks@replaced-ip )
1124 [12:14:08] *** Joins: m0u (~m0u@replaced-ip )
1125 [12:15:09] *** Joins: airwind (~belovent@replaced-ip )
1126 [12:15:58] *** Joins: Space_Man (~Space_Man@replaced-ip )
1127 [12:16:03] *** Quits: oahong (~samigarus@replaced-ip ) (Ping timeout: 240 seconds)
1128 [12:18:00] *** Joins: oahong (~samigarus@replaced-ip )
1129 [12:18:56] *** Joins: bpsecret (~bpsecret@replaced-ip )
1130 [12:19:02] *** debhelper sets mode: +l 1560
1131 [12:22:14] *** Quits: bionade24 (~oskar@replaced-ip ) (Quit: Apocalypsis Incoming!)
1132 [12:23:49] *** Joins: bertbob (~bertbob@replaced-ip )
1133 [12:23:49] *** Quits: n_1-c_k (~n_1-c_k@replaced-ip ) (Read error: Connection reset by peer)
1134 [12:24:27] *** Joins: n_1-c_k (~n_1-c_k@replaced-ip )
1135 [12:24:34] *** Joins: grumble (~grumble@replaced-ip )
1136 [12:28:28] *** Joins: lord_chris (~lord_chri@replaced-ip )
1137 [12:28:57] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Ping timeout: 246 seconds)
1138 [12:29:59] *** Quits: lord_chris (~lord_chri@replaced-ip ) (Client Quit)
1139 [12:30:07] *** Joins: lord_chris (~lord_chri@replaced-ip )
1140 [12:31:07] *** Joins: asymptotically (~asymptoti@replaced-ip )
1141 [12:31:11] *** Joins: oldguy (~oldguy@replaced-ip )
1142 [12:31:21] *** Quits: mortderire (mortderire@replaced-ip ) (Remote host closed the connection)
1143 [12:31:21] *** Joins: dasher00 (~dasher00@replaced-ip )
1144 [12:32:29] *** Joins: skr (b1242f32@replaced-ip )
1145 [12:33:12] *** Quits: bertbob (~bertbob@replaced-ip ) (Ping timeout: 268 seconds)
1146 [12:33:28] *** Joins: julius_ (c2726875@replaced-ip )
1147 [12:33:29] <julius_> hi
1148 [12:33:36] <julius_> what is this telling me: replaced-url
1149 [12:33:57] <julius_> i tried to remove libssl1.0.0 but that would remove half of the system
1150 [12:34:15] *** Quits: oldguy (~oldguy@replaced-ip ) (Client Quit)
1151 [12:34:38] *** Joins: TomyWork (~TomyLobo@replaced-ip )
1152 [12:34:59] *** Joins: mortderire (mortderire@replaced-ip )
1153 [12:35:13] <colo-work> julius_, 1.) that you should be asking in #ubuntu, not in #debian - 2.) that you probably fubared your sources.list / configured repositories
1154 [12:35:14] <bolt> "echo 'ibase=10;obase=2;10' | bc" gives me 1010. Why doesn't "echo 'ibase=2;obase=10;1010' | bc" give me 10?
1155 [12:35:43] *** Joins: bertbob (~bertbob@replaced-ip )
1156 [12:36:07] *** Quits: waxfire (~waxfire@replaced-ip ) (Quit: Ping timeout (120 seconds))
1157 [12:36:23] <colo-work> bolt, maybe a matter of precedence. this seems to work: echo 'obase=10;ibase=2;1010' | bc
1158 [12:37:03] <bolt> colo-work: strange...
1159 [12:37:31] <bolt> colo-work: seems you're right. thanks :)
1160 [12:37:33] <colo-work> bolt, not really, imo. I guess that ibase also defines which base the input to obase is interpreted in :
1161 [12:39:03] *** Joins: bionade24 (~oskar@replaced-ip )
1162 [12:39:16] *** Quits: sirfarquad (~sirfq@replaced-ip ) (Ping timeout: 246 seconds)
1163 [12:39:20] <Haohmaru> mehbuntu
1164 [12:39:35] *** Joins: uio (~uio3@replaced-ip )
1165 [12:41:29] *** Joins: jpmh (~jpmh@replaced-ip )
1166 [12:41:41] *** Joins: waxfire (~waxfire@replaced-ip )
1167 [12:42:12] *** Joins: progart (~kamee@replaced-ip )
1168 [12:42:14] *** Quits: progart (~kamee@replaced-ip ) (Max SendQ exceeded)
1169 [12:43:01] *** Joins: progart (~kamee@replaced-ip )
1170 [12:43:06] *** Quits: progart (~kamee@replaced-ip ) (Max SendQ exceeded)
1171 [12:45:09] *** Joins: progart (~kamee@replaced-ip )
1172 [12:45:19] *** Quits: progart (~kamee@replaced-ip ) (Max SendQ exceeded)
1173 [12:45:42] *** Joins: progart (~kamee@replaced-ip )
1174 [12:45:53] *** Quits: progart (~kamee@replaced-ip ) (Max SendQ exceeded)
1175 [12:46:44] *** Joins: openface (~of@replaced-ip )
1176 [12:47:00] *** Joins: progart (~kamee@replaced-ip )
1177 [12:47:09] *** Quits: waxfire (~waxfire@replaced-ip ) (Ping timeout: 246 seconds)
1178 [12:47:26] *** Joins: kts (~kts@replaced-ip )
1179 [12:47:35] *** Quits: xedniv (~xedniv@replaced-ip ) (Excess Flood)
1180 [12:47:47] *** Quits: rople (~rople@replaced-ip ) (Quit: rople)
1181 [12:48:12] *** Joins: rople (~rople@replaced-ip )
1182 [12:49:01] *** debhelper sets mode: +l 1569
1183 [12:49:06] *** Joins: xedniv (~xedniv@replaced-ip )
1184 [12:49:56] *** Joins: jvik (~jvik@replaced-ip )
1185 [12:50:51] *** Quits: m0u (~m0u@replaced-ip ) (Ping timeout: 240 seconds)
1186 [12:50:59] *** Joins: waxfire (~waxfire@replaced-ip )
1187 [12:52:29] *** Joins: ilikeyou (uid389024@replaced-ip )
1188 [12:53:29] <uio> Hi, is it possible to see how much data I have used on my Debian machine since X date?
1189 [12:54:08] *** Quits: maxxe (~maxxe@replaced-ip ) (Ping timeout: 260 seconds)
1190 [12:54:58] *** Joins: barrett (~barrett@replaced-ip )
1191 [12:56:02] <BCMM> uio: as in, total data transferred over network interfaces?
1192 [12:56:49] <uio> BCMM, Yes: I share the network with a neighbour and would like to know how much I've used.
1193 [12:57:20] <BCMM> there are packages you can install to log that sort of thing, but i don't think you can find out retroactively
1194 [12:57:20] *** Quits: mortderire (mortderire@replaced-ip ) (Quit: WeeChat 1.4)
1195 [12:57:29] *** Joins: metreo (~oliver@replaced-ip )
1196 [12:57:31] <BCMM> (except for total usage since last boot)
1197 [12:58:04] *** Joins: enoq (~enoq@replaced-ip )
1198 [12:58:18] *** Quits: winy (~vince@replaced-ip ) (Quit: Leaving.)
1199 [12:58:21] <uio> BCMM, Ah. What one would tell me since last boot? ntop?
1200 [12:58:23] *** Joins: shtrb (~shtrb@replaced-ip )
1201 [12:58:28] *** Quits: Eryn_1983_FL (~Eryn_1983@replaced-ip ) (Quit: WeeChat 2.3)
1202 [12:58:45] <BCMM> uio: plain old ifconfig will tell you that
1203 [12:58:46] <uio> oh ntop is not it repos.
1204 [12:58:52] <BCMM> RX and TX bytes
1205 [12:59:02] <uio> BCMM, Cool. I'll have to look that up.
1206 [12:59:47] <uio> BCMM, What are RX and TX?
1207 [13:00:02] <uio> Received and trasnferred?
1208 [13:00:04] <Habbie> yes
1209 [13:00:06] <shtrb> yes
1210 [13:00:08] <Habbie> transmitted i'd say
1211 [13:00:14] <BCMM> uio: received and transmitted
1212 [13:00:23] <BCMM> downstream/upstream in other words
1213 [13:00:37] <uio> Cool. And I'd imagine both count in the calculation of one's total 'data' use?
1214 [13:00:51] <BCMM> uio: ask your ISP...
1215 [13:00:51] <shtrb> no
1216 [13:01:04] <uio> In one hour I'm at about 300M
1217 [13:01:15] *** Quits: jvik (~jvik@replaced-ip ) (Ping timeout: 240 seconds)
1218 [13:01:17] <uio> shtrb, Ah? Only RX?
1219 [13:01:20] <shtrb> no
1220 [13:01:21] <BCMM> uio: of course you can't guarantee that every packet you sent or received went to the internet. for example, if you have a NAS on your LAN, that traffic will still get counted
1221 [13:01:22] <humpled> nload also shows totals as well as current
1222 [13:01:31] *** Quits: GrimKriegor (~grimkrieg@replaced-ip ) (Read error: Connection reset by peer)
1223 [13:01:42] *** Quits: hatter_ (~Richard@replaced-ip##) (Quit: Going offline, see ya! (##replaced-url
1224 [13:02:01] <uio> shtrb, TX?
1225 [13:02:10] <uio> shtrb, Trex?
1226 [13:02:15] <shtrb> You are using some type of a protocol , that will add an overhead for each packet. different ISP will calculate differently.
1227 [13:02:20] <BCMM> uio: TX is "transmit"
1228 [13:02:33] <humpled> domestic routers usually show their usage since last reboot
1229 [13:02:34] <shtrb> You can assume Coef x (RX + TX )
1230 [13:02:42] <uio> shtrb, But it gives an approximate, or a maximum I'd imagine?
1231 [13:02:54] <uio> IRC is eating up the Gs!
1232 [13:02:57] <uio> lol
1233 [13:03:08] *** Quits: metreo (~oliver@replaced-ip ) (Quit: Leaving.)
1234 [13:03:24] <humpled> unlikely
1235 [13:03:41] <shtrb> You have some other stuff, NTP (in the background) , daily windows update , daily apt updates, daily e-mail id update
1236 [13:04:24] <shtrb> uio, as BCMM said call your ISP to know how they bill you
1237 [13:04:26] <uio> Do any of you (!anyone) use a wifi usb key for 3/4G networks?
1238 [13:04:32] <shtrb> I do
1239 [13:04:45] <uio> shtrb, I share with a neighbour - it's their account.
1240 [13:04:49] <uio> shtrb, What do you use?
1241 [13:04:58] *** Quits: witlesswonder_ (~witless@replaced-ip ) (Quit: Leaving)
1242 [13:05:00] <shtrb> uio also ##networking will give so much more help in networking , ISP related stuff
1243 [13:05:01] *** Quits: dpkg (~dpkg@replaced-ip ) (Quit: buh bye!)
1244 [13:05:16] <uio> shtrb, Thanks for the channel link!
1245 [13:05:22] *** Joins: witlesswonder (~witless@replaced-ip )
1246 [13:05:28] *** Joins: dpkg (~dpkg@replaced-ip )
1247 [13:05:48] <uio> Could there be firmware issues with some hardware here?
1248 [13:06:26] <shtrb> uio , I have several sticks (MA180, several huawei ones)
1249 [13:07:04] <shtrb> all is possible , but if you are using WiFi + 4G you are bound to have overhead. also ##networking
1250 [13:08:37] *** Joins: P1ersson (~P1ersson@replaced-ip )
1251 [13:09:11] *** Joins: diogenes_ (~diogenes_@replaced-ip )
1252 [13:09:35] <uio> shtrb, lol - they use paste.debian. Is there Windows support in that channel or is it a Debian fief?
1253 [13:09:49] *** Joins: m0u (~m0u@replaced-ip )
1254 [13:11:17] <shtrb> ##networking channel as it's name hint deal with networking issues, your questions seem to be related to network related questions.
1255 [13:12:08] <uio> shtrb, They are indeed networking quesitons. And it's the right channel. I just thought it was funny that they use paste.debian!
1256 [13:12:11] <uio> :)
1257 [13:12:27] *** Quits: Mo7Qt0 (~Mo7Qt0@replaced-ip##) (Quit: KVIrc 5.0.0 Aria ##replaced-url
1258 [13:13:08] *** Quits: hele (~hele@replaced-ip ) (Ping timeout: 248 seconds)
1259 [13:13:13] *** Quits: enseneo (~madneap@replaced-ip ) (Ping timeout: 246 seconds)
1260 [13:13:22] *** Quits: polman (~ananevtem@replaced-ip ) (Ping timeout: 245 seconds)
1261 [13:13:54] *** Quits: disi (~tucked@replaced-ip ) (Ping timeout: 268 seconds)
1262 [13:14:12] *** Joins: enseneo (~madneap@replaced-ip )
1263 [13:15:53] *** Quits: citypw (~citypw@replaced-ip ) (Ping timeout: 245 seconds)
1264 [13:16:07] *** Quits: gierdo (~Dominik_G@replaced-ip ) (Ping timeout: 258 seconds)
1265 [13:17:44] *** Joins: polman (~ananevtem@replaced-ip )
1266 [13:18:20] *** Joins: stitched_unicorn (~Red@replaced-ip )
1267 [13:19:37] *** Joins: itamarst (uid165457@replaced-ip )
1268 [13:20:27] *** Quits: barrett (~barrett@replaced-ip ) (Ping timeout: 240 seconds)
1269 [13:21:03] *** Joins: GrimKriegor (~grimkrieg@replaced-ip )
1270 [13:21:03] *** Quits: GrimKriegor (~grimkrieg@replaced-ip ) (Changing host)
1271 [13:21:03] *** Joins: GrimKriegor (~grimkrieg@replaced-ip )
1272 [13:24:11] *** ThreePhase is now known as walnut_burl
1273 [13:25:47] *** Quits: stitched_unicorn (~Red@replaced-ip ) (Quit: stitched_unicorn)
1274 [13:26:05] *** Quits: theCorvus (~quassel@replaced-ip ) (Ping timeout: 258 seconds)
1275 [13:26:21] *** Quits: Haudegen (~quassel@replaced-ip ) (Quit: Bin weg.)
1276 [13:26:39] *** Joins: theCorvus (~quassel@replaced-ip )
1277 [13:28:36] *** Joins: xeon (~quassel@replaced-ip )
1278 [13:28:36] *** Joins: stitched_unicorn (~Red@replaced-ip )
1279 [13:28:55] *** Joins: dvs (~hibbard@replaced-ip )
1280 [13:29:37] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
1281 [13:30:43] *** Parts: StyXman (~mdione@replaced-ip##) ("##replaced-url
1282 [13:32:06] *** Joins: rygar (~rygar@replaced-ip )
1283 [13:34:16] *** Parts: MicroJoe (~MicroJoe@replaced-ip ) ("WeeChat 1.6")
1284 [13:34:31] *** Joins: shibboleth (~shibbolet@replaced-ip )
1285 [13:35:54] *** Joins: _till_ (~till@replaced-ip )
1286 [13:36:16] *** Quits: p0lyph3m (~p0lyph3m@replaced-ip ) (Ping timeout: 276 seconds)
1287 [13:36:42] *** Quits: Nefertiti (~Nefertiti@replaced-ip ) (Ping timeout: 245 seconds)
1288 [13:36:51] *** Quits: m0u (~m0u@replaced-ip ) (Ping timeout: 246 seconds)
1289 [13:37:33] *** Joins: rgr (~user@replaced-ip )
1290 [13:37:37] *** Joins: MurdockBleak (~MurdockBl@replaced-ip )
1291 [13:37:57] *** Joins: p0lyph3m (~p0lyph3m@replaced-ip )
1292 [13:38:32] *** Joins: Eryn_1983_FL (~Eryn_1983@replaced-ip )
1293 [13:39:06] *** Quits: jpmh (~jpmh@replaced-ip ) (Remote host closed the connection)
1294 [13:39:56] *** Quits: rgr (~user@replaced-ip ) (Client Quit)
1295 [13:41:20] *** Quits: MurdockBleak (~MurdockBl@replaced-ip ) (Client Quit)
1296 [13:42:03] *** Quits: rople (~rople@replaced-ip ) (Quit: rople)
1297 [13:42:54] *** Joins: rople (~rople@replaced-ip )
1298 [13:43:26] *** Joins: thexa4 (~thexa4@replaced-ip )
1299 [13:43:48] *** Quits: openface (~of@replaced-ip ) (Ping timeout: 245 seconds)
1300 [13:45:22] *** Joins: Yopyop (~aa@replaced-ip )
1301 [13:46:12] *** Joins: winy (~vince@replaced-ip )
1302 [13:47:43] *** Joins: siouxscout (~ryan@replaced-ip )
1303 [13:48:14] *** Joins: nuuuciano (~luuuciano@replaced-ip )
1304 [13:48:50] *** Joins: m0u (~m0u@replaced-ip )
1305 [13:49:32] *** Quits: lcabrera_ (~desarroll@replaced-ip ) (Read error: Connection reset by peer)
1306 [13:49:47] <snooky> moin
1307 [13:49:50] *** Joins: lcabrera_ (~desarroll@replaced-ip )
1308 [13:52:57] *** Quits: jmarsac (~jmarsac@replaced-ip ) (Ping timeout: 246 seconds)
1309 [13:53:47] *** Joins: delYsid (~user@replaced-ip )
1310 [13:54:01] *** Quits: delYsid (~user@replaced-ip ) (Changing host)
1311 [13:54:01] *** Joins: delYsid (~user@replaced-ip )
1312 [13:56:50] *** Quits: m0u (~m0u@replaced-ip ) (Ping timeout: 240 seconds)
1313 [13:59:25] *** Quits: rople (~rople@replaced-ip ) (Ping timeout: 246 seconds)
1314 [14:00:30] *** Joins: dvs (~hibbard@replaced-ip )
1315 [14:00:33] *** Quits: stitched_unicorn (~Red@replaced-ip ) (Quit: stitched_unicorn)
1316 [14:03:31] *** Quits: uio (~uio3@replaced-ip ) (Quit: Leaving)
1317 [14:04:35] *** Quits: bablux (~bablux@replaced-ip##) (Quit: ZNC - ##replaced-url
1318 [14:05:42] *** Joins: Akuw (~x@replaced-ip )
1319 [14:06:05] <nulleip> this is still open? replaced-url
1320 [14:06:06] <judd> Bug replaced-url
1321 [14:06:43] <nulleip> I'm getting a lot of iotop errors due to this
1322 [14:07:18] <nulleip> Don't know if this is really a python bug or iotop package...
1323 [14:07:19] *** Joins: bablux (~bablux@replaced-ip )
1324 [14:07:33] <colo-work> yay for python 3? 8)
1325 [14:07:58] <nulleip> I think iotop should treat the exception anyways...
1326 [14:08:51] *** Joins: thePiGrepper (~nagato@replaced-ip )
1327 [14:12:23] *** Quits: LeandroLuiz (~clkalw@replaced-ip ) (Excess Flood)
1328 [14:12:29] <shtrb> Why /etc/docker/key.json is not being removed (if it's auto generated on each installation ) ?
1329 [14:12:38] *** Joins: LeandroLuiz (~clkalw@replaced-ip )
1330 [14:12:52] *** Quits: LeandroLuiz (~clkalw@replaced-ip ) (Changing host)
1331 [14:12:52] *** Joins: LeandroLuiz (~clkalw@replaced-ip )
1332 [14:12:58] *** Joins: amprxc (6dda6919@replaced-ip )
1333 [14:13:49] <amprxc> #rtorrent
1334 [14:15:46] *** Quits: rypervenche (~rypervenc@replaced-ip ) (Quit: brb)
1335 [14:15:55] *** Joins: ae-35 (~ae-35@replaced-ip )
1336 [14:17:14] *** Joins: ongolaboy (~willy@replaced-ip )
1337 [14:18:04] *** Quits: bablux (~bablux@replaced-ip##) (Quit: ZNC - ##replaced-url
1338 [14:18:59] *** Joins: rypervenche (~rypervenc@replaced-ip )
1339 [14:19:39] *** Quits: Logg (~Logg@replaced-ip ) (Ping timeout: 240 seconds)
1340 [14:19:54] *** Quits: Aussie_matt (~quassel@replaced-ip##) (Quit: ##replaced-url
1341 [14:20:49] *** Joins: bablux (~bablux@replaced-ip )
1342 [14:22:58] *** Quits: jerry (~jerry@replaced-ip ) (Ping timeout: 245 seconds)
1343 [14:25:27] *** Quits: P1ersson (~P1ersson@replaced-ip ) (Ping timeout: 245 seconds)
1344 [14:25:28] *** Quits: shibboleth (~shibbolet@replaced-ip ) (Remote host closed the connection)
1345 [14:25:44] *** Quits: RebelCoder (~RebelCode@replaced-ip ) (Ping timeout: 276 seconds)
1346 [14:25:48] *** Quits: bablux (~bablux@replaced-ip##) (Quit: ZNC - ##replaced-url
1347 [14:25:55] *** Joins: shibboleth (~shibbolet@replaced-ip )
1348 [14:27:10] *** Joins: P1ersson (~P1ersson@replaced-ip )
1349 [14:27:52] *** Joins: Mikaela (Mikaela@replaced-ip )
1350 [14:28:31] *** Joins: bablux (~bablux@replaced-ip )
1351 [14:29:15] *** Parts: Mikaela (Mikaela@replaced-ip ) ("I am already here through OFTC")
1352 [14:30:46] *** Joins: Reiburn (~Reiburn@replaced-ip )
1353 [14:32:52] *** Joins: elkalamar_ (elkalamar@replaced-ip )
1354 [14:35:08] *** Joins: Haudegen (~quassel@replaced-ip )
1355 [14:35:14] *** Joins: jetscreamer (~jetscream@replaced-ip )
1356 [14:35:24] *** Quits: de-facto (~de-facto@replaced-ip ) (Ping timeout: 260 seconds)
1357 [14:35:49] *** Joins: de-facto (~de-facto@replaced-ip )
1358 [14:36:55] *** grumble is now known as \emph{grumble}
1359 [14:38:14] *** Joins: arahael3 (~arahael@replaced-ip )
1360 [14:38:51] *** Quits: arahael2 (~arahael@replaced-ip ) (Ping timeout: 240 seconds)
1361 [14:39:48] *** Joins: Logg (~Logg@replaced-ip )
1362 [14:41:21] *** Joins: jmarsac (~jmarsac@replaced-ip )
1363 [14:41:28] *** Quits: jetscreamer (~jetscream@replaced-ip ) (Ping timeout: 264 seconds)
1364 [14:41:38] *** Joins: patterson (~patterson@replaced-ip )
1365 [14:41:39] *** Joins: NoriusNotorius (~NoriusNot@replaced-ip )
1366 [14:42:08] *** Quits: patterson_ (~patterson@replaced-ip ) (Ping timeout: 245 seconds)
1367 [14:42:25] *** Parts: NoriusNotorius (~NoriusNot@replaced-ip ) ()
1368 [14:45:14] *** Quits: Logg (~Logg@replaced-ip ) (Ping timeout: 240 seconds)
1369 [14:45:37] *** Quits: Reiburn (~Reiburn@replaced-ip ) (Remote host closed the connection)
1370 [14:46:37] *** Joins: blouglaouai (~blou@replaced-ip )
1371 [14:47:57] *** Joins: journeytocoder (~journeyto@replaced-ip )
1372 [14:49:01] *** debhelper sets mode: +l 1575
1373 [14:49:59] *** Quits: Shahnaz_ (~Shahnaz@replaced-ip ) (Read error: Connection reset by peer)
1374 [14:51:19] *** Joins: gierdo (~Dominik_G@replaced-ip )
1375 [14:52:37] *** Joins: flo2marsnet (~flo2marsn@replaced-ip )
1376 [14:57:48] *** cef is now known as Guest72518
1377 [14:57:48] *** Quits: Guest72518 (~cef@replaced-ip ) (Killed (weber.freenode.net (Nickname regained by services)))
1378 [14:57:53] *** Joins: cef (~cef@replaced-ip )
1379 [14:58:12] *** Joins: molezz (uid292222@replaced-ip )
1380 [14:58:45] *** Joins: greycat (~wooledg@replaced-ip )
1381 [15:01:37] *** Quits: epsilon (foobar@replaced-ip ) (Quit: cya)
1382 [15:02:12] *** Joins: thelastjedi (~quassel@replaced-ip )
1383 [15:03:09] *** Quits: fichtl (~hades@replaced-ip ) (Read error: Connection reset by peer)
1384 [15:07:01] *** Joins: CrystalMath (~coderain@replaced-ip )
1385 [15:09:54] *** Joins: epsilon (foobar@replaced-ip )
1386 [15:11:53] *** Joins: debsan (~debsan@replaced-ip )
1387 [15:12:10] *** Joins: Guest89 (~textual@replaced-ip )
1388 [15:12:12] *** Joins: Shahnaz (~Shahnaz@replaced-ip )
1389 [15:12:20] *** Joins: daniel_gc (~daniel_gc@replaced-ip )
1390 [15:12:32] *** Quits: P1ersson (~P1ersson@replaced-ip ) (Ping timeout: 276 seconds)
1391 [15:13:15] *** Quits: mvaenskae (~mvaenskae@replaced-ip ) (Ping timeout: 240 seconds)
1392 [15:14:06] *** Joins: xin_ (~textual@replaced-ip )
1393 [15:15:19] *** Joins: \\Mr_C\\ (~mrc@replaced-ip )
1394 [15:15:20] *** Quits: journeytocoder (~journeyto@replaced-ip ) (Remote host closed the connection)
1395 [15:15:21] *** Quits: \\Mr_C\\ (~mrc@replaced-ip ) (Excess Flood)
1396 [15:15:41] *** Joins: \\Mr_C\\ (~mrc@replaced-ip )
1397 [15:15:53] *** Quits: \\Mr_C\\ (~mrc@replaced-ip ) (Client Quit)
1398 [15:16:53] *** Joins: zeden (~user@replaced-ip )
1399 [15:17:04] *** Quits: Makaveli7 (~Makaveli7@replaced-ip ) (Quit: WeeChat 2.6)
1400 [15:17:52] *** Quits: ilikeyou (uid389024@replaced-ip ) (Quit: Connection closed for inactivity)
1401 [15:20:03] *** Quits: zamuro (~Samantha@replaced-ip ) (Ping timeout: 240 seconds)
1402 [15:20:20] *** Joins: zamuro (~Samantha@replaced-ip )
1403 [15:20:20] *** Quits: zamuro (~Samantha@replaced-ip ) (Client Quit)
1404 [15:21:57] *** Quits: asymptotically (~asymptoti@replaced-ip ) (Quit: Leaving)
1405 [15:22:30] *** Quits: julius_ (c2726875@replaced-ip ) (Remote host closed the connection)
1406 [15:23:24] *** Quits: bertbob (~bertbob@replaced-ip ) (Ping timeout: 268 seconds)
1407 [15:27:52] *** Joins: RebelCoder (~RebelCode@replaced-ip )
1408 [15:31:59] *** Joins: mpwwpm (~mpwwpm@replaced-ip )
1409 [15:32:14] *** Joins: Susant (~Susant@replaced-ip )
1410 [15:34:52] *** Quits: xeon (~quassel@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
1411 [15:36:01] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
1412 [15:36:14] *** Joins: bertbob (~bertbob@replaced-ip )
1413 [15:36:24] *** Joins: xeon (~quassel@replaced-ip )
1414 [15:36:49] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
1415 [15:36:58] *** Quits: daniel_gc (~daniel_gc@replaced-ip ) (Quit: This computer has gone to sleep)
1416 [15:40:33] *** Joins: bouba (~bouba@replaced-ip )
1417 [15:40:43] *** Quits: Susant (~Susant@replaced-ip ) (Quit: WeeChat 2.5)
1418 [15:41:05] *** Joins: Susant (~Susant@replaced-ip )
1419 [15:41:15] *** Joins: pzanco (~Android@replaced-ip )
1420 [15:41:37] *** Quits: sydney_untangle (~sydney@replaced-ip ) (Ping timeout: 246 seconds)
1421 [15:41:42] *** Joins: embden (~embden@replaced-ip )
1422 [15:41:53] *** Joins: r3m1 (~r3m1@replaced-ip )
1423 [15:41:56] *** Joins: sydney_untangle (~sydney@replaced-ip )
1424 [15:42:25] <embden> hello, I added ALWAYS_SET_PATH and now when I try to add a user to sudoers I have an error message: configuration error - unknown item 'ALWAYS_SET_PATH' (notify administrator)
1425 [15:42:41] *** Joins: oish_ (~charlie@replaced-ip )
1426 [15:42:45] <embden> How can I add a user to sudoers?
1427 [15:42:54] <greycat> Just ignore that warning.
1428 [15:43:47] *** Quits: MasterdonX (~masterdon@replaced-ip ) (Ping timeout: 245 seconds)
1429 [15:43:59] <embden> ok
1430 [15:44:08] <aypea[1]> damn. something is messing with my mouse accel/thresh values something severe
1431 [15:44:17] *** Quits: ce_mw (~akucew@replaced-ip ) (Remote host closed the connection)
1432 [15:44:36] *** Quits: thelastjedi (~quassel@replaced-ip ) (Ping timeout: 246 seconds)
1433 [15:45:41] *** Quits: flo2marsnet (~flo2marsn@replaced-ip ) (Ping timeout: 276 seconds)
1434 [15:46:00] *** Quits: enseneo (~madneap@replaced-ip ) (Ping timeout: 246 seconds)
1435 [15:46:46] <bouba> hi, anyone had installed "archer t2uh" wifi driver?
1436 [15:46:56] *** Joins: enseneo (~madneap@replaced-ip )
1437 [15:47:22] *** Joins: MasterdonX (~masterdon@replaced-ip )
1438 [15:48:28] *** Quits: skr (b1242f32@replaced-ip ) (Remote host closed the connection)
1439 [15:48:56] *** Quits: thePiGrepper (~nagato@replaced-ip ) (Ping timeout: 276 seconds)
1440 [15:49:03] *** Joins: P1ersson (~P1ersson@replaced-ip )
1441 [15:49:05] *** Quits: Guest89 (~textual@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
1442 [15:50:38] *** Quits: Haohmaru (~Haohmaru@replaced-ip ) (Read error: Connection reset by peer)
1443 [15:50:57] *** Joins: Haohmaru (~Haohmaru@replaced-ip )
1444 [15:52:27] *** Joins: aj__ (~aj@replaced-ip )
1445 [15:54:10] *** Joins: ilikeyou (uid389024@replaced-ip )
1446 [15:55:28] *** Quits: xeon (~quassel@replaced-ip ) (Ping timeout: 268 seconds)
1447 [15:56:10] <Akuw> i am trying to copy a lot of files getting a list from remote server
1448 [15:56:12] <Akuw> replaced-url
1449 [15:56:25] *** Joins: kupi (uid212005@replaced-ip )
1450 [15:56:37] <Akuw> got Permission denied
1451 [15:56:45] *** Joins: yogurt2ungue (~yogur2@replaced-ip )
1452 [15:56:49] *** Joins: openface (~sunzero@replaced-ip )
1453 [15:57:12] <openface> how can i mount openbsd under debian i have write/read support in kernel custom kern 5.x
1454 [15:57:21] <openface> for ufs/ufs2
1455 [15:57:41] *** Quits: mpwwpm (~mpwwpm@replaced-ip ) (Remote host closed the connection)
1456 [15:57:57] *** Quits: drzacek (~drzacek@replaced-ip ) (Quit: Leaving)
1457 [15:58:26] *** Joins: stitched_unicorn (~Red@replaced-ip )
1458 [15:59:12] *** Joins: flo2marsnet (~flo2marsn@replaced-ip )
1459 [15:59:35] <jelly> Akuw: can you isolate one specific command that gets the error, preferably without the password wrapper?
1460 [16:01:04] <dunz0r> Akuw: Just use an ssh-key instead. ssh-copy-id root@yourserver and be done with it :)
1461 [16:01:28] <Akuw> jelly: yes
1462 [16:01:38] *** Quits: pamaury (~pamaury@replaced-ip ) (Quit: Konversation terminated!)
1463 [16:01:47] *** Quits: openface (~sunzero@replaced-ip ) (Quit: BitchX: fit to feel groovy)
1464 [16:01:50] *** Quits: rygar (~rygar@replaced-ip ) (Quit: Leaving)
1465 [16:02:50] <Akuw> replaced-url
1466 [16:03:31] <r3m1> what would happen if I rsyslog files and not restart rsyslog ? Does the system keeps all messages in memory ? will it eventually crash ?
1467 [16:03:34] <Akuw> if i echo "$File" i can see the list of paths, that is ok
1468 [16:04:17] <Akuw> but, when try to scp i got Permission denied for every file that i try to copy
1469 [16:04:35] *** Joins: user888 (~user888@replaced-ip )
1470 [16:04:41] <greycat> r3m1: what does "if I rsyslog files" mean?
1471 [16:05:12] <r3m1> if I *delete* files
1472 [16:05:26] <r3m1> if I delete /var/log/syslog for example
1473 [16:05:41] <greycat> The files remain on disk as long as rsyslog remains running. They continue taking up space. You just won't be able to read them, at least not easily.
1474 [16:06:01] *** Joins: pamaury (~pamaury@replaced-ip )
1475 [16:06:11] <greycat> rsyslog will continue writing to them, so they could even grow.
1476 [16:06:34] *** Joins: Nefertiti (~Nefertiti@replaced-ip )
1477 [16:07:13] *** Quits: pamaury (~pamaury@replaced-ip ) (Client Quit)
1478 [16:07:18] *** Joins: tonsofpcs (~mythbuntu@replaced-ip )
1479 [16:07:53] <tonsofpcs> Hi all, setting up some software that requires PHP 5.5, 5.6, or 7.0, will explicitly not work on 7.1.0 or newer. Just spun up a VM with buster to run it ... is there a way to install old php on buster?
1480 [16:08:11] <r3m1> omg they do ? so you might be in the situation where you can see the file using ls but it is here and growing, until you restart rsyslog and then it will be eventually recreated from scrtach, correct ?
1481 [16:08:36] <r3m1> i mean recreated from an empty file if you previously deleted the file manually
1482 [16:08:39] *** Quits: toxync12 (~toxync12@replaced-ip ) (Read error: Connection reset by peer)
1483 [16:08:43] *** Joins: twobitsprite (~isaac@replaced-ip )
1484 [16:09:01] *** debhelper sets mode: +l 1581
1485 [16:09:14] *** Joins: toxync12 (~toxync12@replaced-ip )
1486 [16:09:33] <jelly> Akuw: can you hardcode one value for $File and reproduce?
1487 [16:10:09] <jelly> Akuw: maybe your user really does not have relevant permissions? Do you have remote shell access to check?
1488 [16:10:27] <Akuw> yes
1489 [16:10:38] <Akuw> i can copy
1490 [16:11:00] <Akuw> what i need to to read file get all paths and scp that files
1491 [16:11:06] <Akuw> using scp i can copy
1492 [16:11:09] <greycat> r3m1: yes, "df" will report very little space left but "du" and "ls" cannot find the files. This happens a lot.
1493 [16:11:11] <Akuw> the problem is in script
1494 [16:13:24] <jelly> Akuw: "$filelist" will contain all the output of the command. for File in "$filelist" will pass the whole output into File, That won't work.
1495 [16:13:44] *** Quits: xin_ (~textual@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
1496 [16:13:47] *** Quits: oish_ (~charlie@replaced-ip ) (Ping timeout: 245 seconds)
1497 [16:13:52] *** Quits: enki (~enki@replaced-ip ) (Ping timeout: 264 seconds)
1498 [16:14:06] *** Joins: xtolid (~xtolid@replaced-ip )
1499 [16:14:22] <Akuw> then i better to use an array
1500 [16:14:24] <Akuw> ?
1501 [16:14:28] *** Joins: enki (~enki@replaced-ip )
1502 [16:14:45] <jelly> Akuw: the safe thing to do is separate filenames with \0 and use appropriate measures. If greycat saw your script he'd get hives.
1503 [16:15:09] <jelly> yes it's better to use an array.
1504 [16:15:16] <Akuw> let me change
1505 [16:16:45] *** Quits: aj__ (~aj@replaced-ip ) (Remote host closed the connection)
1506 [16:16:55] <jelly> Akuw: can you use sftp instead of scp?
1507 [16:17:08] <Akuw> why?
1508 [16:17:50] <jelly> Akuw: you could mount the remote / with sshfs and do everything locally
1509 [16:18:17] <Akuw> hummm
1510 [16:18:41] <jelly> including log parsing, but even if you decide to do that remote, it'd still be easier to create a file list and rsync two local directories.
1511 [16:19:15] <jelly> if you have rsync installed remotely, using that would be performance-sanest option
1512 [16:19:34] *** Quits: xtolid (~xtolid@replaced-ip ) (Quit: Leaving)
1513 [16:19:56] <Akuw> but i have to copy only file in the list
1514 [16:19:57] *** Joins: xtolid (~xtolid@replaced-ip )
1515 [16:20:17] <Akuw> the good part about mount is i dont need to ssh login again and again
1516 [16:20:19] <jelly> Akuw: you can still create a file list, and tell rsync to only copy those.
1517 [16:20:19] *** Joins: jhutchins_wk (~jonathan@replaced-ip )
1518 [16:20:21] <Akuw> but...
1519 [16:20:31] *** Quits: jhutchins_wk (~jonathan@replaced-ip ) (Client Quit)
1520 [16:20:35] <Akuw> i have to copy from 15 hosts
1521 [16:20:48] *** Quits: ich (~ich@replaced-ip ) (Quit: Ex-Chat)
1522 [16:21:13] <jelly> and you can avoid ssh login again and again by using ssh control socket and persist connections.
1523 [16:21:46] *** Quits: daiko (~daiko@replaced-ip ) (Remote host closed the connection)
1524 [16:22:15] <jelly> man ssh_config, man ssh, look at ControlMaster and around it
1525 [16:22:43] *** Joins: HarveyPwca (~HarveyPwc@replaced-ip )
1526 [16:24:20] *** Joins: jhutchins_wk (~jonathan@replaced-ip )
1527 [16:25:01] <BCMM> the best thing about shared ssh connections is rsync tab completion just working instantly
1528 [16:25:09] <Akuw> fuse: unknown option `defer_permissions'
1529 [16:26:09] *** Quits: shtrb (~shtrb@replaced-ip ) (Quit: Leaving)
1530 [16:26:58] <Akuw> has that kind of connection some overload to hosts i am connecting too ?
1531 [16:27:21] *** Quits: bouba (~bouba@replaced-ip ) (Quit: Leaving)
1532 [16:27:52] *** Quits: beaver^ (~beaver@replaced-ip ) (Ping timeout: 260 seconds)
1533 [16:28:27] *** Quits: humpled (~i@replaced-ip ) (Ping timeout: 240 seconds)
1534 [16:28:43] *** Joins: jvik (~jvik@replaced-ip )
1535 [16:30:40] *** Quits: Haohmaru (~Haohmaru@replaced-ip ) ()
1536 [16:30:48] *** Quits: sagner (~ags@replaced-ip ) (Ping timeout: 246 seconds)
1537 [16:31:24] *** Quits: dasj19 (~dasj19@replaced-ip ) (Quit: dasj19)
1538 [16:31:51] *** Quits: kreyren (~user@replaced-ip ) (Ping timeout: 268 seconds)
1539 [16:32:45] *** Joins: sagner (~ags@replaced-ip )
1540 [16:35:39] *** Joins: ss2 (~user@replaced-ip )
1541 [16:36:23] *** Quits: phaseNi (~phaset@replaced-ip ) (Ping timeout: 276 seconds)
1542 [16:36:31] *** Joins: rany (~rany@replaced-ip )
1543 [16:36:51] *** Quits: flokuehn (~flokuehn@replaced-ip ) (Ping timeout: 240 seconds)
1544 [16:37:47] *** Joins: Vampirella` (~occult@replaced-ip )
1545 [16:37:59] <Akuw> ok
1546 [16:38:05] <Akuw> all mounted
1547 [16:38:43] *** Joins: Spr1ng (~Spr1ng@replaced-ip )
1548 [16:39:43] *** Quits: user888 (~user888@replaced-ip ) (Ping timeout: 246 seconds)
1549 [16:39:50] *** Quits: Speed2u (~speed2u@replaced-ip ) (Remote host closed the connection)
1550 [16:39:51] <BCMM> Akuw: if anything, shared ssh connections reduce load on the server
1551 [16:40:06] *** Quits: mase-tech (~mase-tech@replaced-ip ) (Quit: Leaving)
1552 [16:40:20] <BCMM> making a lot of new ssh connections means spending a fair bit of cpu on handshaking
1553 [16:40:34] <Akuw> ok
1554 [16:40:57] *** Quits: NetTerminalGene (~NetTermin@replaced-ip ) (Ping timeout: 246 seconds)
1555 [16:41:33] *** Joins: MenschZwoNull (~MenschZwo@replaced-ip )
1556 [16:41:42] *** Quits: kts (~kts@replaced-ip ) (Quit: Konversation terminated!)
1557 [16:43:36] *** Joins: phaseNi (~phaset@replaced-ip )
1558 [16:45:23] *** Joins: dvs (~gilford@replaced-ip )
1559 [16:45:44] *** Quits: rany (~rany@replaced-ip ) (Remote host closed the connection)
1560 [16:46:17] *** Joins: ChmEarl (~chmearl@replaced-ip )
1561 [16:46:45] *** Quits: jhutchins_wk (~jonathan@replaced-ip ) (Quit: leaving)
1562 [16:46:58] *** Joins: jhutchins_wk (~jonathan@replaced-ip )
1563 [16:47:21] *** Joins: humpled (~i@replaced-ip )
1564 [16:47:33] *** Joins: mvaenskae (~mvaenskae@replaced-ip )
1565 [16:49:21] *** Joins: NetTerminalGene (~NetTermin@replaced-ip )
1566 [16:50:33] *** Joins: m0u (~m0u@replaced-ip )
1567 [16:51:37] *** Quits: AgTh (~b50c6@replaced-ip ) (Ping timeout: 246 seconds)
1568 [16:53:08] *** Joins: zerotech (~zerotech@replaced-ip )
1569 [16:53:17] *** Quits: HerbY_NL2 (~HerbY_NL2@replaced-ip ) (Quit: Leaving)
1570 [16:55:18] *** Quits: P1ersson (~P1ersson@replaced-ip ) (Ping timeout: 246 seconds)
1571 [16:56:35] *** Joins: user888 (~user888@replaced-ip )
1572 [17:04:27] *** Quits: humpled (~i@replaced-ip ) (Ping timeout: 240 seconds)
1573 [17:04:31] *** Quits: r3m1 (~r3m1@replaced-ip ) (Remote host closed the connection)
1574 [17:04:38] *** Quits: dteselkin (~dteselkin@replaced-ip ) (Ping timeout: 245 seconds)
1575 [17:05:41] *** Joins: dteselkin (~dteselkin@replaced-ip )
1576 [17:06:55] *** Joins: namedkitten (~quassel@replaced-ip )
1577 [17:06:56] *** Quits: Lord_of_Life (~Lord@replaced-ip ) (Ping timeout: 276 seconds)
1578 [17:07:38] *** Quits: jvik (~jvik@replaced-ip ) (Ping timeout: 240 seconds)
1579 [17:07:46] *** Quits: molezz (uid292222@replaced-ip ) (Quit: Connection closed for inactivity)
1580 [17:09:02] *** debhelper sets mode: +l 1573
1581 [17:10:59] *** Quits: gierdo (~Dominik_G@replaced-ip ) (Remote host closed the connection)
1582 [17:11:24] *** Joins: diogenes_ (~diogenes_@replaced-ip )
1583 [17:12:07] *** Joins: Lord_of_Life (~Lord@replaced-ip )
1584 [17:13:17] *** Quits: progart (~kamee@replaced-ip ) (Quit: Leaving.)
1585 [17:13:42] *** Joins: Speed2u (~speed2u@replaced-ip )
1586 [17:16:42] *** Joins: kunningdruger (~qwe@replaced-ip )
1587 [17:17:09] *** Quits: AquaL1te (~AquaL1te@replaced-ip ) (Quit: leaving)
1588 [17:19:42] *** Quits: Harlin (~hseritt@replaced-ip ) (Quit: leaving)
1589 [17:21:14] *** Quits: flo2marsnet (~flo2marsn@replaced-ip ) (Ping timeout: 276 seconds)
1590 [17:21:19] *** Joins: obsview (~obsview@replaced-ip )
1591 [17:21:30] *** Joins: flo2marsnet (~flo2marsn@replaced-ip )
1592 [17:21:40] *** Quits: woshty (~woshty@replaced-ip ) (Ping timeout: 264 seconds)
1593 [17:21:48] *** Joins: grzesiek11 (~grzesiek1@replaced-ip )
1594 [17:22:48] *** Joins: progart (~kamee@replaced-ip )
1595 [17:24:32] *** Quits: vizius00 (vizius00@replaced-ip ) (Ping timeout: 244 seconds)
1596 [17:25:14] *** Joins: vizius00 (vizius00@replaced-ip )
1597 [17:27:07] *** Quits: XsiSec (xsisec@replaced-ip ) (Remote host closed the connection)
1598 [17:28:32] *** Quits: encod3 (~encod3@replaced-ip ) (Remote host closed the connection)
1599 [17:28:50] *** Quits: theCorvus (~quassel@replaced-ip ) (Ping timeout: 240 seconds)
1600 [17:28:57] *** Quits: Haudegen (~quassel@replaced-ip ) (Quit: Bin weg.)
1601 [17:29:31] *** Joins: thePiGrepper (~nagato@replaced-ip )
1602 [17:30:13] *** Joins: alexandros_tab (~alexandro@replaced-ip )
1603 [17:32:45] *** Joins: _0bitcount (~Big_Byte@replaced-ip )
1604 [17:32:57] *** Quits: cef (~cef@replaced-ip ) (Ping timeout: 245 seconds)
1605 [17:34:14] *** Quits: corvo (~Thunderbi@replaced-ip ) (Ping timeout: 276 seconds)
1606 [17:34:35] *** Quits: blouglaouai (~blou@replaced-ip ) (Quit: Leaving)
1607 [17:34:50] *** Joins: daniel_gc (~daniel_gc@replaced-ip )
1608 [17:37:17] *** Quits: dvs (~gilford@replaced-ip ) (Quit: Leaving)
1609 [17:37:29] *** Quits: noid- (~dr3fernek@replaced-ip ) (Quit: leaving)
1610 [17:37:35] *** Quits: kunningdruger (~qwe@replaced-ip ) (Quit: Leaving)
1611 [17:38:10] *** Quits: TomyWork (~TomyLobo@replaced-ip ) (Ping timeout: 246 seconds)
1612 [17:38:51] *** Quits: Akuw (~x@replaced-ip ) (Remote host closed the connection)
1613 [17:38:57] *** Quits: Vampirella` (~occult@replaced-ip ) (Remote host closed the connection)
1614 [17:39:01] *** debhelper sets mode: +l 1566
1615 [17:39:13] *** Joins: kunningdruger (~qwe@replaced-ip )
1616 [17:39:13] *** Quits: kunningdruger (~qwe@replaced-ip ) (Changing host)
1617 [17:39:13] *** Joins: kunningdruger (~qwe@replaced-ip )
1618 [17:39:27] *** Quits: kunningdruger (~qwe@replaced-ip ) (Client Quit)
1619 [17:40:53] *** Joins: kunningdruger (~qwe@replaced-ip )
1620 [17:40:53] *** Quits: kunningdruger (~qwe@replaced-ip ) (Changing host)
1621 [17:40:53] *** Joins: kunningdruger (~qwe@replaced-ip )
1622 [17:43:04] *** Quits: sam0t (~sam0t@replaced-ip ) (Ping timeout: 246 seconds)
1623 [17:43:57] *** Quits: kunningdruger (~qwe@replaced-ip ) (Client Quit)
1624 [17:44:00] *** Quits: r00tCr4zy (~r00tCr4zy@replaced-ip ) (Ping timeout: 268 seconds)
1625 [17:44:00] *** Quits: r00tCr4z| (~r00tCr4zy@replaced-ip ) (Ping timeout: 268 seconds)
1626 [17:44:42] *** Quits: fflori (~fflori@replaced-ip ) (Read error: Connection reset by peer)
1627 [17:45:01] *** Joins: cef (~cef@replaced-ip )
1628 [17:45:25] *** Joins: factor (~factor@replaced-ip )
1629 [17:45:43] *** Joins: theCorvus (~quassel@replaced-ip )
1630 [17:45:57] *** Quits: icarusfactor (~factor@replaced-ip ) (Read error: Connection reset by peer)
1631 [17:46:15] *** Quits: alexandros_tab (~alexandro@replaced-ip ) (Remote host closed the connection)
1632 [17:46:50] *** Joins: kunningdruger (~qwe@replaced-ip )
1633 [17:46:53] *** Joins: alexandros_tab (~alexandro@replaced-ip )
1634 [17:48:14] *** Quits: kunningdruger (~qwe@replaced-ip ) (Client Quit)
1635 [17:48:29] *** Joins: feelsgood_ (~ben@replaced-ip )
1636 [17:50:08] *** Quits: progart (~kamee@replaced-ip ) (Quit: Leaving.)
1637 [17:50:10] *** Joins: Oksana_ (~Wikiwide@replaced-ip )
1638 [17:50:12] *** Quits: Oksana_ (~Wikiwide@replaced-ip ) (Changing host)
1639 [17:50:12] *** Joins: Oksana_ (~Wikiwide@replaced-ip )
1640 [17:50:47] *** Quits: thePiGrepper (~nagato@replaced-ip ) (Ping timeout: 268 seconds)
1641 [17:51:11] *** Joins: kunningdruger (~kunningdr@replaced-ip )
1642 [17:51:15] *** Quits: jmarsac (~jmarsac@replaced-ip##) (Quit: Nettalk6 - ##replaced-url
1643 [17:51:24] *** Quits: Oksana (~Wikiwide@replaced-ip ) (Ping timeout: 244 seconds)
1644 [17:51:40] *** Oksana_ is now known as Oksana
1645 [17:52:58] *** Quits: ml| (~ml|@replaced-ip ) (Ping timeout: 245 seconds)
1646 [17:53:09] *** Quits: kunningdruger (~kunningdr@replaced-ip ) (Remote host closed the connection)
1647 [17:53:09] *** Quits: puxavida (~comptekki@replaced-ip ) (Remote host closed the connection)
1648 [17:53:21] *** Quits: daniel_gc (~daniel_gc@replaced-ip ) (Quit: This computer has gone to sleep)
1649 [17:55:29] *** Joins: puxavida (~comptekki@replaced-ip )
1650 [17:55:29] *** JakeSays_ is now known as JakeSays
1651 [17:56:29] *** Joins: noosanon (~user@replaced-ip )
1652 [17:56:38] *** Joins: disi (~tucked@replaced-ip )
1653 [17:57:44] *** Joins: tucked (~tucked@replaced-ip )
1654 [17:58:10] *** Joins: magic_ninja_work (~sparkie1@replaced-ip )
1655 [18:00:47] *** Quits: pzanco (~Android@replaced-ip ) (Read error: Connection reset by peer)
1656 [18:01:52] *** Quits: disi (~tucked@replaced-ip ) (Ping timeout: 264 seconds)
1657 [18:02:18] *** Joins: citypw (~citypw@replaced-ip )
1658 [18:02:32] *** Quits: Susant (~Susant@replaced-ip ) (Ping timeout: 245 seconds)
1659 [18:03:33] *** Quits: treehug88 (~textual@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
1660 [18:03:53] *** Joins: sorko999 (~sorko999@replaced-ip )
1661 [18:04:31] *** Quits: bengoa (~alberto@replaced-ip ) (Remote host closed the connection)
1662 [18:05:56] *** Quits: lord_chris (~lord_chri@replaced-ip ) (Read error: Connection reset by peer)
1663 [18:05:57] *** Joins: jhutchins_wk1 (~jonathan@replaced-ip )
1664 [18:07:12] *** Joins: BrianG61UK_ (~BrianG61U@replaced-ip )
1665 [18:07:23] *** Joins: ml| (~ml|@replaced-ip )
1666 [18:07:44] *** Joins: sam0t (~sam0t@replaced-ip )
1667 [18:08:10] *** Joins: r00tCr4zy_ (~r00tCr4zy@replaced-ip )
1668 [18:08:25] *** Joins: mtn (~mtn@replaced-ip )
1669 [18:08:49] *** Joins: r00tCr4z- (~r00tCr4zy@replaced-ip )
1670 [18:09:09] *** Quits: BrianG61UK (~BrianG61U@replaced-ip ) (Ping timeout: 246 seconds)
1671 [18:09:33] *** Joins: kunningdruger (~kunningdr@replaced-ip )
1672 [18:09:45] *** Quits: jhutchins_wk (~jonathan@replaced-ip ) (Ping timeout: 258 seconds)
1673 [18:11:12] *** Joins: pamaury (~pamaury@replaced-ip )
1674 [18:11:13] *** Quits: pamaury (~pamaury@replaced-ip ) (Changing host)
1675 [18:11:13] *** Joins: pamaury (~pamaury@replaced-ip )
1676 [18:11:58] *** Joins: hwm4rgs0 (~hwm4rgs@replaced-ip )
1677 [18:13:06] *** Quits: hwm4rgs (~hwm4rgs@replaced-ip ) (Ping timeout: 244 seconds)
1678 [18:14:35] *** Joins: leandrovianna_ (~leandrovi@replaced-ip )
1679 [18:15:27] *** Joins: mathieu_ (~mat@replaced-ip )
1680 [18:16:29] *** Joins: scwizard (4244877f@replaced-ip )
1681 [18:16:37] *** Joins: Akuw (~x@replaced-ip )
1682 [18:17:00] <Akuw> to copy files using rsync i have to use --file-from=list ?
1683 [18:17:17] <Akuw> rsync -a --files-from=lista dir2
1684 [18:17:24] <Akuw> but is not working
1685 [18:17:39] *** Quits: The`Unforgiven (~BHT@replaced-ip##) (Quit: Bhaur Hack Team (##replaced-url
1686 [18:17:44] *** Quits: The`AFKgiven (~BHT@replaced-ip##) (Quit: Bhaur Hack Team (##replaced-url
1687 [18:17:47] *** tucked is now known as disi
1688 [18:17:48] <scwizard> in what manner is it not working?
1689 [18:18:27] <scwizard> are you getting an error message? are files being copied that are not on the files list? or are files on the files list not being copied?
1690 [18:18:32] *** Quits: sagner (~ags@replaced-ip ) (Ping timeout: 268 seconds)
1691 [18:19:22] *** Joins: jvik (~jvik@replaced-ip )
1692 [18:19:46] *** Joins: thePiGrepper (~nagato@replaced-ip )
1693 [18:20:02] <ratrace> Akuw: you still need the source directory for transfer, the list is relative to it
1694 [18:20:26] *** Joins: Jerrynicki (~niklas@replaced-ip )
1695 [18:21:27] <Akuw> yes i saw
1696 [18:21:29] <Akuw> thanks
1697 [18:21:47] <Akuw> but if lista file has a complete path?
1698 [18:22:17] <ratrace> Akuw: leading slashes are removed. it's relative to srcdir always
1699 [18:22:58] <Akuw> for example /home/file/image/77/_IM01p12019091009261801E8CF77PPD.jpg
1700 [18:22:59] *** Quits: citypw (~citypw@replaced-ip ) (Ping timeout: 276 seconds)
1701 [18:23:05] <Akuw> will copy file
1702 [18:23:07] <Akuw> ?
1703 [18:23:16] *** Joins: beaver^ (~beaver@replaced-ip )
1704 [18:23:24] <greycat> if you WANT it to be treated like an absolute path, make the srcdir be /
1705 [18:23:26] <ratrace> Akuw: it'll look for ${SRCDIR}/home/file/....
1706 [18:23:30] *** Quits: jvik (~jvik@replaced-ip ) (Ping timeout: 246 seconds)
1707 [18:24:42] *** Quits: Messenger_bird (~banana@replaced-ip ) (Ping timeout: 258 seconds)
1708 [18:25:07] *** Joins: Messenger_bird (~banana@replaced-ip )
1709 [18:26:48] *** Quits: kunningdruger (~kunningdr@replaced-ip ) (Quit: Leaving)
1710 [18:26:57] *** Quits: hwm4rgs0 (~hwm4rgs@replaced-ip ) (Quit: bye)
1711 [18:27:08] *** Joins: kunningdruger (~kunningdr@replaced-ip )
1712 [18:27:34] <Akuw> something is happening with mounted ssh
1713 [18:27:46] *** Quits: toxync12 (~toxync12@replaced-ip ) (Ping timeout: 258 seconds)
1714 [18:28:10] <Akuw> when i try to list cursor stay there no list
1715 [18:28:49] *** Quits: winy (~vince@replaced-ip ) (Quit: Leaving.)
1716 [18:29:09] *** Joins: toxync12 (~toxync12@replaced-ip )
1717 [18:30:05] *** Joins: nimphe (be73285d@replaced-ip )
1718 [18:30:12] <Akuw> i can list /media/user/
1719 [18:30:17] *** Joins: Hellphyre23 (~Hellphyre@replaced-ip )
1720 [18:31:25] *** Joins: W5SSO (~tony@replaced-ip )
1721 [18:31:38] *** Joins: wobelingers (~wobelinge@replaced-ip )
1722 [18:31:39] *** Joins: nacho2kmvd (~ibalerio@replaced-ip )
1723 [18:31:39] *** nacho2kmvd is now known as ibalerio
1724 [18:31:54] *** Joins: hwm4rgs (~hwm4rgs@replaced-ip )
1725 [18:32:22] *** Quits: ibalerio (~ibalerio@replaced-ip ) (Client Quit)
1726 [18:32:49] *** Joins: ibalerio (~ibalerio@replaced-ip )
1727 [18:33:17] *** Joins: Tom01 (~tom@replaced-ip )
1728 [18:33:56] *** Quits: ibalerio (~ibalerio@replaced-ip ) (Client Quit)
1729 [18:34:48] *** Quits: Hellphyre23 (~Hellphyre@replaced-ip ) (Ping timeout: 244 seconds)
1730 [18:35:03] *** Quits: overbythere (~textual@replaced-ip ) (Ping timeout: 245 seconds)
1731 [18:35:12] *** Joins: P1ersson (~P1ersson@replaced-ip )
1732 [18:37:23] *** Joins: Susant (~Susant@replaced-ip )
1733 [18:39:01] *** debhelper sets mode: +l 1574
1734 [18:42:29] *** Quits: leandrovianna_ (~leandrovi@replaced-ip ) (Ping timeout: 276 seconds)
1735 [18:43:16] *** Joins: humpled (~i@replaced-ip )
1736 [18:43:49] *** Joins: bliv (~bliv@replaced-ip )
1737 [18:44:59] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
1738 [18:45:27] *** Quits: Susant (~Susant@replaced-ip ) (Ping timeout: 245 seconds)
1739 [18:46:55] *** Joins: metreo (~oliver@replaced-ip )
1740 [18:46:59] *** Quits: metreo (~oliver@replaced-ip ) (Max SendQ exceeded)
1741 [18:47:38] *** Joins: platicus2 (~matrixirc@replaced-ip )
1742 [18:49:10] *** Joins: metreo (~oliver@replaced-ip )
1743 [18:49:15] *** Quits: metreo (~oliver@replaced-ip ) (Max SendQ exceeded)
1744 [18:49:39] *** Quits: P1ersson (~P1ersson@replaced-ip ) (Ping timeout: 240 seconds)
1745 [18:50:49] *** Joins: metreo (~oliver@replaced-ip )
1746 [18:50:50] *** Quits: metreo (~oliver@replaced-ip ) (Max SendQ exceeded)
1747 [18:52:23] *** Joins: leandrovianna_ (~leandrovi@replaced-ip )
1748 [18:52:54] *** Joins: metreo (~oliver@replaced-ip )
1749 [18:53:14] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
1750 [18:53:47] *** r00tCr4z- is now known as r00tCr4zy
1751 [18:54:17] *** r00tCr4zy is now known as Guest70355
1752 [18:54:27] *** Quits: stitched_unicorn (~Red@replaced-ip ) (Quit: stitched_unicorn)
1753 [18:55:39] *** Joins: newtodeb (~newtodeb@replaced-ip )
1754 [18:56:17] *** Quits: scwizard (4244877f@replaced-ip ) (Remote host closed the connection)
1755 [18:57:26] *** Quits: ae-35 (~ae-35@replaced-ip ) (Ping timeout: 276 seconds)
1756 [18:57:42] *** Joins: Haudegen (~quassel@replaced-ip )
1757 [18:59:23] *** Quits: leandrovianna_ (~leandrovi@replaced-ip ) (Ping timeout: 276 seconds)
1758 [18:59:28] *** Quits: miklcct (quasselcor@replaced-ip ) (Ping timeout: 264 seconds)
1759 [18:59:44] *** Joins: diniwed (~gavron@replaced-ip )
1760 [18:59:46] *** Joins: NullTerminator (~NullTermi@replaced-ip )
1761 [18:59:49] *** Joins: progart (~kamee@replaced-ip )
1762 [18:59:55] *** Joins: openface (~of@replaced-ip )
1763 [19:00:51] *** Quits: traveltissues (~traveltis@replaced-ip ) (Remote host closed the connection)
1764 [19:01:47] *** Joins: jhutchins_wk (~jonathan@replaced-ip )
1765 [19:02:48] *** Joins: miklcct (quasselcor@replaced-ip )
1766 [19:04:31] *** Joins: P1ersson (~P1ersson@replaced-ip )
1767 [19:04:48] *** Quits: jhutchins_wk1 (~jonathan@replaced-ip ) (Ping timeout: 246 seconds)
1768 [19:05:28] *** Quits: progart (~kamee@replaced-ip ) (Quit: Leaving.)
1769 [19:06:14] *** Joins: toxync12- (~toxync12@replaced-ip )
1770 [19:06:33] *** Quits: toxync12 (~toxync12@replaced-ip ) (Ping timeout: 246 seconds)
1771 [19:06:55] *** Joins: Susant (~Susant@replaced-ip )
1772 [19:08:06] *** Joins: ae-35 (~ae-35@replaced-ip )
1773 [19:08:35] *** Joins: toker (toker@replaced-ip )
1774 [19:09:04] *** Quits: Jerrynicki (~niklas@replaced-ip ) (Remote host closed the connection)
1775 [19:09:08] *** Quits: dadinn (~dadinn@replaced-ip ) (Ping timeout: 276 seconds)
1776 [19:09:37] <toker> Sooo....anyone else having problem with memory leak in Debian 10?
1777 [19:10:17] <toker> I see a lot of 'slab' memory that just fills all ram
1778 [19:10:57] <toker> 1GB gets full in less than 1 day, surely someone else must see this problem too?
1779 [19:10:58] *** Joins: ich (~ich@replaced-ip )
1780 [19:11:06] *** Guest70355 is now known as r00tCr4zy
1781 [19:12:43] *** Quits: saptaks (~saptaks@replaced-ip ) (Remote host closed the connection)
1782 [19:13:28] *** Joins: saptaks (~saptaks@replaced-ip )
1783 [19:13:32] *** Joins: jvik (~jvik@replaced-ip )
1784 [19:15:00] <ratrace> toker: nope
1785 [19:15:19] *** Joins: Jerrynicki (~niklas@replaced-ip )
1786 [19:15:44] *** Joins: mthe878 (~mthe@replaced-ip )
1787 [19:16:08] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
1788 [19:16:11] <toker> ratrace: do you have monitoring of slab memory?
1789 [19:16:15] *** Quits: pamaury (~pamaury@replaced-ip ) (Quit: Konversation terminated!)
1790 [19:16:15] *** Joins: uio (~uio3@replaced-ip )
1791 [19:16:20] <ratrace> toker: slab_cache, yes
1792 [19:16:28] <ratrace> standard munin memory plugin
1793 [19:16:56] *** Quits: user888 (~user888@replaced-ip ) (Ping timeout: 276 seconds)
1794 [19:16:59] <toker> ok, I use check_mk agent here, and its just getting more and more filled, until server crash
1795 [19:17:14] *** Joins: xcm (~xcm@replaced-ip )
1796 [19:17:19] <toker> replaced-url
1797 [19:17:20] *** Quits: Jerrynicki (~niklas@replaced-ip ) (Remote host closed the connection)
1798 [19:17:40] <toker> I'm not sure its the same, but memory is leaking
1799 [19:17:45] *** Quits: jvik (~jvik@replaced-ip ) (Ping timeout: 246 seconds)
1800 [19:17:51] <ratrace> toker: is your a VM too?
1801 [19:17:53] *** Joins: chaparra (c99f722d@replaced-ip )
1802 [19:18:04] <toker> yes, but not kvm, esxi 6.7 here
1803 [19:18:18] <ratrace> ah. I don't have any VMs, all baremetal servers.
1804 [19:18:27] *** Quits: AimHere (~David@replaced-ip ) (Ping timeout: 240 seconds)
1805 [19:18:33] <greycat> !listkeys slab
1806 [19:18:34] <dpkg> Factoid search of 'slab' by key returned no results.
1807 [19:18:37] <ratrace> wait, I have one, but no monitoring there. lemme check
1808 [19:18:43] <toker> ratrace: how long uptime on your servers?
1809 [19:19:14] <toker> This problem came when I reinstalled with deb10 instead of deb9 btw, and no upgrade, just clean install
1810 [19:19:14] <ratrace> toker: rebooted just yesterday for 10.1 :) but graphing goes two years back, and includes stretch->buster upgrade
1811 [19:19:29] *** Joins: Hellphyre23 (~Hellphyre@replaced-ip )
1812 [19:19:30] <ratrace> okay, in the KVM VM, nothing weird in /proc/meminfo
1813 [19:20:12] *** Quits: enoq (~enoq@replaced-ip ) (Quit: enoq)
1814 [19:20:36] <toker> ratrace: how big is Slab in meminfo?
1815 [19:20:42] *** Joins: AimHere (~David@replaced-ip )
1816 [19:21:23] <toker> One of my vms: uptime 1 day 10:04: Memory Slab: 1656436 kB, SUnreclaim: 1329508 kB
1817 [19:21:37] <ratrace> toker: 1-2GB on the production machines
1818 [19:22:47] *** Quits: Texou (~Texou@replaced-ip ) (Ping timeout: 276 seconds)
1819 [19:23:15] *** Joins: czart (~czart@replaced-ip )
1820 [19:24:54] <toker> ratrace: ok, so strange that no one else has this problem, Buster has been out a while now
1821 [19:24:56] *** Joins: diogenes_ (~diogenes_@replaced-ip )
1822 [19:25:40] *** Quits: Akuw (~x@replaced-ip ) (Quit: Leaving)
1823 [19:27:28] <jhutchins_wk> what package is meminfo in?
1824 [19:27:48] <greycat> you've been here long enough to know how to find that out
1825 [19:28:36] *** Joins: belanthor (~belan@replaced-ip )
1826 [19:30:20] *** Quits: chaparra (c99f722d@replaced-ip ) (Remote host closed the connection)
1827 [19:30:24] *** Joins: towo` (~towo@replaced-ip )
1828 [19:32:08] *** Quits: Susant (~Susant@replaced-ip ) (Ping timeout: 245 seconds)
1829 [19:32:52] *** Quits: Error451 (~R@replaced-ip ) (Remote host closed the connection)
1830 [19:34:33] *** Quits: rsx (~rsx@replaced-ip ) (Quit: rsx)
1831 [19:35:03] <uio> jhutchins_wk, I might be totally wrong, but I think it's in libsys-meminfo-perl.
1832 [19:35:04] <jhutchins_wk> I see that it's not a command but a file.
1833 [19:35:15] <uio> jhutchins_wk, replaced-url
1834 [19:35:48] *** Joins: Error451 (~R@replaced-ip )
1835 [19:35:48] *** Quits: Error451 (~R@replaced-ip ) (Changing host)
1836 [19:35:49] *** Joins: Error451 (~R@replaced-ip )
1837 [19:35:52] *** Quits: Slashman (~Slash@replaced-ip ) (Quit: Leaving)
1838 [19:36:08] <greycat> well, that's a perl module, not a shell command
1839 [19:36:56] *** Quits: oish (~charlie@replaced-ip ) (Remote host closed the connection)
1840 [19:37:10] *** Quits: pugfantus (~pugfantus@replaced-ip ) (Ping timeout: 246 seconds)
1841 [19:37:28] <uio> jhutchins_wk, From what I can see in Synaptic, that's the only Buster package that contains 'meminfo'.
1842 [19:37:29] *** Joins: ZaZaGX (cutiepi@replaced-ip )
1843 [19:39:18] *** Parts: nimphe (be73285d@replaced-ip ) ()
1844 [19:39:26] *** Quits: karlpinc (~user@replaced-ip ) (Remote host closed the connection)
1845 [19:39:45] *** Joins: karlpinc (~user@replaced-ip )
1846 [19:39:54] *** Joins: progart (~kamee@replaced-ip )
1847 [19:40:27] *** Quits: StathisA (~StathisA@replaced-ip ) (Ping timeout: 245 seconds)
1848 [19:40:46] <jhutchins_wk> cat.
1849 [19:40:53] <jhutchins_wk> cat /proc/meminfo
1850 [19:41:29] *** Joins: jnavila (~jnavila@replaced-ip )
1851 [19:41:51] <greycat> ... of course it doesn't have a man page, that would be too useful
1852 [19:42:10] <greycat> ah, there's a section in proc(5)
1853 [19:42:31] <jhutchins_wk> Seems fairly self-explanitory.
1854 [19:42:32] *** Joins: woshty (~woshty@replaced-ip )
1855 [19:42:52] <greycat> right, "SUnreclaim" is so obvious
1856 [19:43:50] *** Quits: sasukeskapa (~sasukeska@replaced-ip ) (Quit: Leaving)
1857 [19:44:25] <greycat> even more interesting: slabinfo(5) documents /proc/slabinfo but it seems /proc/meminfo didn't deserve its own page
1858 [19:46:02] *** Joins: rmrfchik (~paul@replaced-ip )
1859 [19:46:41] *** Joins: binaryhermit (~binaryher@replaced-ip )
1860 [19:49:15] *** Quits: m0u (~m0u@replaced-ip ) (Ping timeout: 240 seconds)
1861 [19:49:45] *** Quits: towo` (~towo@replaced-ip ) (Remote host closed the connection)
1862 [19:50:03] *** Joins: towo` (~towo@replaced-ip )
1863 [19:50:18] *** Quits: Newami (~Newami@replaced-ip ) (Read error: Connection reset by peer)
1864 [19:50:29] *** Quits: _0bitcount (~Big_Byte@replaced-ip ) (Quit: Leaving)
1865 [19:50:48] *** Joins: Akuw (~x@replaced-ip )
1866 [19:50:52] *** Joins: michalrus (m@replaced-ip )
1867 [19:51:07] <Akuw> i just finish ssh mounted
1868 [19:51:17] <SerajewelKS> recommendations for server monitoring systems that work well with debian? i've used zabbix before, works fine, setup is kind of a bitch and it's fairly arcane when it comes to adding metrics.
1869 [19:51:53] <ratrace> SerajewelKS: been using Munin for many many many years
1870 [19:51:55] <michalrus> Hi, can you tell me why when I run `date` on Debian 10, I’m getting 12-hour AM/PM, and on Debian 8, 24h? Both have Etc/UTC as their timezone.
1871 [19:51:57] <Akuw> but path is /home/dir/00/img1.jpg /home/dir/AA/img32.jpg
1872 [19:52:05] <michalrus> And how to get rid of 12 h clock?
1873 [19:52:09] <Akuw> so what i have to specify to rsync?
1874 [19:52:25] <ratrace> Akuw: your question is unclear
1875 [19:52:35] <greycat> michalrus: you're in en_US.utf8 ?
1876 [19:53:12] <michalrus> greycat: yes, both machines return the same thing in `locale`
1877 [19:53:24] <Akuw> i am using this rsync -av --files-from=/home/x/Escritorio/listaImagenes/cl04/cl04-imagenes.txt /media/x/cl04/home/df/image/ /home/x/Escritorio/listaImagenes/cl04/
1878 [19:53:46] <Akuw> but i got No such file or directory (2)
1879 [19:53:53] <greycat> michalrus: you can set LC_TIME to some other locale (like C or en_GB.utf8) or you can *attempt* to set a custom LOCPATH, but my attempts to use LOCPATH have not been fully successful, because something's stripping it out and I haven't figured out what.
1880 [19:53:54] *** Joins: dvs (~hibbard@replaced-ip )
1881 [19:53:56] *** Quits: chele (~chele@replaced-ip ) (Quit: Leaving)
1882 [19:54:05] *** Quits: lucad111 (~lucad111@replaced-ip ) (Quit: Leaving)
1883 [19:54:09] <ratrace> Akuw: and what's in cl04-imagenes.txt? Can you give an example?
1884 [19:54:21] <michalrus> greycat: ohhhh, so Debian 8 was actually wrong?
1885 [19:54:32] <michalrus> Because US uses 12-hour clock, mhmmm
1886 [19:54:40] <greycat> michalrus: the en_US locale changed between Debian 9 and 10
1887 [19:54:50] <michalrus> OK
1888 [19:55:17] <michalrus> Well, it could infer, that if I set UTC, then I’m probably interested in 24-hour format… :P
1889 [19:55:17] <Akuw> "/home/av/image/5F/_VN01p12019090909251701E88A5FVRR1.jpg"
1890 [19:55:29] <greycat> replaced-url
1891 [19:55:36] <Akuw> "/home/av/image/00/_VN01p12019090909251701E88A5FVRR1.jpg"
1892 [19:55:52] <Akuw> after image there are diferent directories names
1893 [19:56:00] <ratrace> Akuw: if your --files-from contains ABSOLUTE paths, then your src dir for rsync must be / as greycat told you before
1894 [19:56:06] <greycat> Akuw: we told you to use / as the srcdir because the pathnames from --files-from are relative to it
1895 [19:56:11] *** Parts: grzesiek11 (~grzesiek1@replaced-ip ) ()
1896 [19:56:31] <ratrace> Akuw: because with what you have now? it's trying /media/x/cl04/home/df/image/home/av/image/5F/_VN01p12019090909251701E88A5FVRR1.jpg
1897 [19:56:34] <michalrus> greycat: OK, thank you very much =)
1898 [19:56:50] <michalrus> How do I properly set LC_TIME globally on Debian?
1899 [19:56:58] <michalrus> Just edit /etc/profile?
1900 [19:57:18] *** Quits: uio (~uio3@replaced-ip ) (Quit: Leaving)
1901 [19:57:23] <ratrace> Akuw: but watch you, you actually do NOT have absolute paths there. You're obviously sourcing from /media/x/.... so make sure that your source dir + paths in cl04-imagenes.txt COMBINED are correct
1902 [19:57:34] <ratrace> %s/watch you/watch out/
1903 [19:57:40] *** Joins: sirfarquad (~sirfq@replaced-ip )
1904 [19:57:45] <greycat> michalrus: replaced-url
1905 [19:57:53] *** Joins: user888 (~user888@replaced-ip )
1906 [19:58:02] *** Joins: dastier (~dastier@replaced-ip )
1907 [19:58:16] <michalrus> Thank you =)
1908 [19:58:17] *** Quits: dastier (~dastier@replaced-ip ) (Remote host closed the connection)
1909 [19:58:42] *** Joins: dastier (~dastier@replaced-ip )
1910 [19:58:42] *** Joins: JohnML (~john1@replaced-ip )
1911 [19:59:24] *** Quits: rmrfchik (~paul@replaced-ip ) (Ping timeout: 246 seconds)
1912 [19:59:53] <Akuw> the pint is path in file comes from a kind of log
1913 [20:00:08] <Akuw> so i have to concatenate first part of path?
1914 [20:00:22] <ratrace> Akuw: doesn't change the fact that your src dir + paths in --files-from need to exist, when combined
1915 [20:00:27] *** Quits: dionysus69 (~Thunderbi@replaced-ip ) (Ping timeout: 240 seconds)
1916 [20:00:33] *** Joins: StathisA (~StathisA@replaced-ip )
1917 [20:00:50] *** Joins: dionysus69 (~Thunderbi@replaced-ip )
1918 [20:01:01] <ratrace> Akuw: you have to provide such srcdir so that when it combines with paths in cl04-imagenes.txt, the paths actually exist
1919 [20:01:22] <Akuw> ratrace: let me test
1920 [20:01:47] *** Quits: yogurt2ungue (~yogur2@replaced-ip ) (Ping timeout: 276 seconds)
1921 [20:03:06] *** Joins: pie3 (~pieee@replaced-ip )
1922 [20:03:26] *** Parts: michalrus (m@replaced-ip ) ("WeeChat 1.9.1")
1923 [20:03:31] <Akuw> rsync -av --files-from=/home/x/Escritorio/listaImagenes/cl04x0001mlc01/cl04x0001mlc01-imagenes.txt /media/x/cl04x0001mlc01/ /home/x/Escritorio/listaImagenes/cl04x0001mlc01/
1924 [20:03:45] <Akuw> path in file /home/avn_scop/image/5F/_VN01p12019090909251701E88A5FVRF1.jpg
1925 [20:03:54] *** Quits: czart (~czart@replaced-ip ) (Read error: Connection reset by peer)
1926 [20:04:26] <Akuw> failed: No such file or directory (2)
1927 [20:04:29] *** Quits: embden (~embden@replaced-ip ) (Read error: Connection reset by peer)
1928 [20:04:41] <greycat> it's like you're not even listening
1929 [20:04:56] *** Joins: yogurt2ungue (~yogur2@replaced-ip )
1930 [20:05:05] <Akuw> sorry
1931 [20:05:27] <Akuw> what i am doing wrong
1932 [20:05:30] <Akuw> cant see it
1933 [20:05:47] *** Joins: jvik (~jvik@replaced-ip )
1934 [20:06:28] <greycat> cd / && rsync -av --files-from=/home/x/Escritorio/listaImagenes/cl04x0001mlc01/cl04x0001mlc01-imagenes.txt . /home/x/Escritorio/listaImagenes/cl04x0001mlc01/
1935 [20:08:16] <Akuw> failed: No such file or directory (2)
1936 [20:08:39] <greycat> does /home/x/Escritorio/listaImagenes/cl04x0001mlc01/ exist?
1937 [20:09:52] *** Joins: Texou (~Texou@replaced-ip )
1938 [20:10:40] <Akuw> wait
1939 [20:10:59] <Akuw> yes
1940 [20:11:05] <Akuw> it has list of files
1941 [20:11:32] <Akuw> rsync: link_stat "/ /home/avn_scop/image/B4/_VN01p12019090910145901E88EB4VRR1.jpg" failed: No such file or directory (2)
1942 [20:11:38] <greycat> most people don't create users named x so I can never tell how much of your com... AHA!!
1943 [20:11:39] *** Joins: mtn (~mtn@replaced-ip )
1944 [20:11:47] <Akuw> heheheh
1945 [20:11:50] *** Joins: m0u (~m0u@replaced-ip )
1946 [20:11:50] <Akuw> is my user
1947 [20:11:52] <Akuw> x
1948 [20:12:11] *** Quits: Thedarkb-X40 (~beno@replaced-ip ) (Ping timeout: 276 seconds)
1949 [20:12:27] *** Joins: cseder (~cseder@replaced-ip )
1950 [20:12:27] <ratrace> I don't know how to make "src dir + paths in --files-from file need to exist when combined" any more clear.
1951 [20:12:57] <greycat> I even gave him an exact, paste-able command, except that he lied about the username, and therefore about the home directory location...
1952 [20:13:16] <greycat> IU don'
1953 [20:13:19] *** Quits: abrock123 (~abrock@replaced-ip ) (Remote host closed the connection)
1954 [20:13:22] <Akuw> x tty7 2019-09-10 14:30 (:0)
1955 [20:13:24] <Akuw> is x
1956 [20:13:33] *** Quits: progart (~kamee@replaced-ip ) (Quit: Leaving.)
1957 [20:13:34] <greycat> I don't know why people lie to us about INCONSEQUENTIAL NON-SECRET SHIT like their user names.
1958 [20:13:34] <Akuw> i am not lying
1959 [20:13:49] <Akuw> greycat: my user name is x
1960 [20:14:16] <greycat> does /home/avn_scop/image/B4/_VN01p12019090910145901E88EB4VRR1.jpg exist?
1961 [20:14:37] <Akuw> that is mounted
1962 [20:14:46] *** Quits: HarveyPwca (~HarveyPwc@replaced-ip ) (Quit: Leaving)
1963 [20:15:01] <greycat> I can't tell whether that's a yes or a no.
1964 [20:15:20] <Akuw> wait
1965 [20:15:22] <ratrace> link_stat "/ /home/avn... eh why is there a space there
1966 [20:15:29] <Akuw> i will show all path
1967 [20:15:57] *** Quits: martian67 (~martian67@replaced-ip ) (Remote host closed the connection)
1968 [20:15:59] *** Joins: m1dnight_ (~m1dnight@replaced-ip )
1969 [20:16:14] <Akuw> "/media/x/cl04x0001mlc01/home/avn_scop/image"
1970 [20:16:27] <greycat> and what is that?
1971 [20:16:51] <ratrace> Akuw: rsync <options> --files-from=.... /media/x/cl04x0001mlc01/ /..destination..
1972 [20:17:15] <ratrace> Akuw: because, like we said: /media/x/cl04x0001mlc01/ + /home/avn_scop/image/B4/_VN01p12019090910145901E88EB4VRR1.jpg needs to exist
1973 [20:17:21] <Akuw> because cl04x0001mlc01 is the folder where i mounted
1974 [20:17:21] <greycat> yeah, something like that, since apparently you neglected to tell us that the pathnames in your file list were not COMPLETE
1975 [20:17:26] *** Joins: martian67 (~martian67@replaced-ip )
1976 [20:17:37] *** Joins: pugfantus (~pugfantus@replaced-ip )
1977 [20:17:44] <Akuw> i pass all path
1978 [20:17:54] <Akuw> let me show you mounted
1979 [20:18:00] <ratrace> Akuw: /media/x/cl04x0001mlc01/ + /home/avn_scop/image/B4/_VN01p12019090910145901E88EB4VRR1.jpg = /media/x/cl04x0001mlc01/home/avn_scop/image/B4/_VN01p12019090910145901E88EB4VRR1.jpg
1980 [20:18:06] <Akuw> root@10.3.96.5:/ on /media/x/cl04x0001mlc01 type fuse.sshfs (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other)
1981 [20:18:27] *** Quits: mathieu_ (~mat@replaced-ip ) (Quit: Leaving)
1982 [20:18:47] *** Joins: maxxe (~maxxe@replaced-ip )
1983 [20:19:16] *** Quits: MenschZwoNull (~MenschZwo@replaced-ip ) (Ping timeout: 264 seconds)
1984 [20:19:24] *** Quits: colo-work (~colo-work@replaced-ip ) (Ping timeout: 268 seconds)
1985 [20:20:51] *** Joins: nolan_ (~nolan_@replaced-ip )
1986 [20:21:14] <Akuw> ratrace: rsync -av --files-from=/home/x/Escritorio/listaImagenes/cl04x0001mlc01/cl04x0001mlc01-imagenes.txt /media/x/cl04x0001mlc01/ /home/x/Escritorio/listaImagenes/cl04x0001mlc01/
1987 [20:21:28] <Akuw> ?
1988 [20:21:39] <ratrace> Akuw: yes, assuming what I said above.
1989 [20:21:59] <Akuw> failed: No such file or directory (2)
1990 [20:22:02] *** Quits: pugfantus (~pugfantus@replaced-ip ) (Ping timeout: 240 seconds)
1991 [20:22:43] *** Joins: avalchev (~user@replaced-ip )
1992 [20:23:07] *** Quits: sauvin (sauvin@replaced-ip ) (Read error: Connection reset by peer)
1993 [20:23:08] <ratrace> Akuw: please pastebin the FULL output from rsync
1994 [20:23:37] *** Joins: pugfantus (~pugfantus@replaced-ip )
1995 [20:23:44] *** Quits: Orbitrix (~Huevos@replaced-ip ) (Remote host closed the connection)
1996 [20:24:09] *** Joins: Orbitrix (~Huevos@replaced-ip )
1997 [20:24:20] <Akuw> replaced-url
1998 [20:24:20] *** Quits: StathisA (~StathisA@replaced-ip ) (Ping timeout: 244 seconds)
1999 [20:24:38] *** Quits: BrainWork (~BrainWork@replaced-ip ) (Ping timeout: 245 seconds)
2000 [20:24:43] <ratrace> Akuw: why is there a space in that path?
2001 [20:24:58] <ratrace> do you have a space at the beginning of each line in your files list file?
2002 [20:24:59] <greycat> I suspect there are leading spaces in his txt file
2003 [20:25:02] <ratrace> ya
2004 [20:25:13] <ratrace> one would think rsync would trim them
2005 [20:25:22] <Akuw> yes
2006 [20:25:35] <ratrace> Akuw: remove it and try again?
2007 [20:25:37] <greycat> files are allowed to begin with spaces, so rsync can't just decide to trim them without being told to
2008 [20:25:51] <Akuw> ok
2009 [20:26:27] *** Quits: ich (~ich@replaced-ip ) (Quit: Ex-Chat)
2010 [20:27:14] *** Joins: mortonmuggsy (~morton@replaced-ip )
2011 [20:27:14] *** Quits: jellium (~jellium@replaced-ip ) (Quit: WeeChat 1.0.1)
2012 [20:27:56] *** Joins: laptop2 (~my123@replaced-ip )
2013 [20:27:56] *** Quits: laptop2 (~my123@replaced-ip ) (Changing host)
2014 [20:27:56] *** Joins: laptop2 (~my123@replaced-ip )
2015 [20:28:06] *** Quits: pugfantus (~pugfantus@replaced-ip ) (Ping timeout: 246 seconds)
2016 [20:28:41] <Akuw> rsync: link_stat "/media/x/cl04x0001mlc01/HFTP79" failed: No such file or directory (2)
2017 [20:28:47] <Akuw> i removed space
2018 [20:29:14] <greycat> There is no HFT in your first paste.
2019 [20:29:15] *** Quits: phaseNi (~phaset@replaced-ip ) (Ping timeout: 240 seconds)
2020 [20:29:39] <Akuw> no
2021 [20:29:44] *** Parts: mortonmuggsy (~morton@replaced-ip ) ()
2022 [20:29:44] <Akuw> what is that
2023 [20:30:01] *** Quits: Shahnaz (~Shahnaz@replaced-ip ) (Read error: Connection reset by peer)
2024 [20:30:46] *** Joins: mortonmuggsy (~morton@replaced-ip )
2025 [20:31:02] * ratrace flips table and goes home
2026 [20:31:16] *** Joins: xin_ (~textual@replaced-ip )
2027 [20:31:33] <greycat> So either you added this HFTP79 thing to the txt file, or you didn't show the whole output of rsync the first time.
2028 [20:31:42] <Akuw> no
2029 [20:31:43] *** Joins: colo-work (~colo-work@replaced-ip )
2030 [20:31:49] <Akuw> i just delete space
2031 [20:32:01] <Akuw> did not change anything
2032 [20:32:09] *** Joins: Nokaji (~Nokaji@replaced-ip )
2033 [20:32:20] <Akuw> rsync -av --files-from=/home/x/Escritorio/listaImagenes/cl04x0001mlc01/cl04x0001mlc01-imagenes.txt /media/x/cl04x0001mlc01/ /home/x/Escritorio/listaImagenes/cl04x0001mlc01/
2034 [20:32:54] <Akuw> it stay building file list ... some seconds and after that show some lines with that error
2035 [20:32:56] <Akuw> and stop
2036 [20:32:57] *** Parts: diogenes_ (~diogenes_@replaced-ip ) ("vergissmeinnicht")
2037 [20:33:14] <greycat> Did you try READING THE ERROR?
2038 [20:33:22] <greycat> Or do you just paste it AT US for US TO READ IT FOR YOU?
2039 [20:34:00] *** Joins: sagner (~ags@replaced-ip )
2040 [20:34:58] <Akuw> i lost vpn connection, wait
2041 [20:35:06] *** Joins: pringau (~pringau@replaced-ip )
2042 [20:35:16] *** Quits: openface (~of@replaced-ip ) (Ping timeout: 246 seconds)
2043 [20:35:17] <Akuw> when that happen i can do ls in /media/x/
2044 [20:35:30] <Akuw> why?
2045 [20:35:39] <Akuw> last time i have to restart computer
2046 [20:36:45] *** Joins: gintonyc (~gintonyc@replaced-ip )
2047 [20:37:00] *** Quits: gintonyc (~gintonyc@replaced-ip ) (Client Quit)
2048 [20:37:24] *** Joins: phaseNi (~phaset@replaced-ip )
2049 [20:38:02] *** Joins: gintonyc (~gintonyc@replaced-ip )
2050 [20:38:12] *** Quits: martian67 (~martian67@replaced-ip ) (Remote host closed the connection)
2051 [20:38:27] *** Joins: martian67 (~martian67@replaced-ip )
2052 [20:40:24] <Akuw> i have to restart
2053 [20:40:26] <gintonyc> hi, i'm looking for the best way to configure automatic updates on 15 debian's servers. I want launch it at a specific date and time. Do you think the better way is to configure cron with scripts ? I saw Unattended Upgrades but it's random time. Thanks (just for information, i will use apt-cacher-ng)
2054 [20:40:37] *** Joins: ResT (5db6681d@replaced-ip )
2055 [20:40:37] *** Quits: n_1-c_k (~n_1-c_k@replaced-ip ) (Read error: Connection reset by peer)
2056 [20:40:52] <gintonyc> (date = day of the week in my sentence)
2057 [20:41:01] *** Quits: Akuw (~x@replaced-ip ) (Quit: Leaving)
2058 [20:41:17] *** Quits: ihristov (55c48532@replaced-ip ) (Remote host closed the connection)
2059 [20:41:19] *** Quits: shibboleth (~shibbolet@replaced-ip ) (Quit: shibboleth)
2060 [20:41:37] *** Joins: n_1-c_k (~n_1-c_k@replaced-ip )
2061 [20:41:39] *** Joins: loptr (~loptr@replaced-ip )
2062 [20:41:49] *** Quits: ResT (5db6681d@replaced-ip ) (Remote host closed the connection)
2063 [20:42:09] <SerajewelKS> unattended-upgrades is random-ish so that every debian box in the world isn't hitting the mirrors at the same time
2064 [20:42:11] *** Parts: mortonmuggsy (~morton@replaced-ip ) ()
2065 [20:43:11] *** Joins: brutser (57434136@replaced-ip )
2066 [20:43:44] *** Joins: StathisA (~StathisA@replaced-ip )
2067 [20:43:59] *** Joins: Burek (~Burek@replaced-ip )
2068 [20:43:59] <gintonyc> Yes but i don't have the choice of the time, it's not a long time window... But the "debian box" didn't choice the same hour ? :D (if it's not a default parameter)
2069 [20:44:00] *** Joins: asymptotically (~asymptoti@replaced-ip )
2070 [20:44:07] <brutser> hi, i am installing a debian buster on an SD card, what would be the ideal partitioning? would i need a swap partition? (system has 16GB of RAM)
2071 [20:44:20] *** Joins: Akuw (~x@replaced-ip )
2072 [20:44:25] <Akuw> i am back
2073 [20:44:29] *** Joins: jmarsac (~jmarsac@replaced-ip )
2074 [20:44:38] *** Quits: fling (~fling@replaced-ip ) (Ping timeout: 245 seconds)
2075 [20:44:57] *** Joins: fling (~fling@replaced-ip )
2076 [20:45:31] *** Quits: Franckapik (~Franckapi@replaced-ip ) (Remote host closed the connection)
2077 [20:46:51] <SerajewelKS> gintonyc: actually i'm not sure it runs at a random time, i have it on a server here and i can't find any timer or cronjob that would start it...
2078 [20:47:08] *** Quits: magic_ninja_work (~sparkie1@replaced-ip ) (Quit: Leaving)
2079 [20:47:14] <SerajewelKS> gintonyc: it looks like it runs on shutdown by default
2080 [20:47:58] *** Joins: trifolio6 (~h@replaced-ip )
2081 [20:50:15] *** Joins: diogenes_ (~diogenes_@replaced-ip )
2082 [20:50:32] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
2083 [20:50:48] <gintonyc> replaced-url
2084 [20:51:01] <gintonyc> it can be change with sstemd/apt
2085 [20:51:04] <Akuw> why this rsync: link_stat "/media/x/cl04x0001mlc01/HFTP79" failed: No such file or directory (2) ?
2086 [20:51:12] *** Quits: yogurt2ungue (~yogur2@replaced-ip ) (Ping timeout: 244 seconds)
2087 [20:51:18] <Akuw> HFTP79 is not in path
2088 [20:51:50] *** Quits: alexandros_tab (~alexandro@replaced-ip ) (Ping timeout: 276 seconds)
2089 [20:52:45] *** Quits: beaver^ (~beaver@replaced-ip ) (Quit: leaving)
2090 [20:53:28] <ratrace> Akuw: only you know what's in that list of files. Now you know the principle of how it works, figure it out.
2091 [20:53:43] <greycat> ... oh my god, /etc/cron.daily/apt-compat is horrible
2092 [20:53:47] <Akuw> i showed you
2093 [20:54:24] <ratrace> Akuw: that was all of it? all the files you need to rsync?
2094 [20:55:50] <Akuw> is a log list but there is not any HFTP79
2095 [20:55:52] *** Quits: Immanuel (~Manu@replaced-ip ) (Ping timeout: 245 seconds)
2096 [20:56:26] <Akuw> this is content replaced-url
2097 [20:56:28] <greycat> "I'm going to write this in /bin/sh and then try to use $RANDOM which is bash only, knowing it will probably fail, and then I'm going to act surprised that it failed, and run some rube goldberg crap pipeline to pull bytes out of /dev/urandom and convert them to usable form"
2098 [20:56:32] <ratrace> Akuw: check again. grep -i hftp97 cl04x0001mlc01-imagenes.txt
2099 [20:56:45] *** Joins: Immanuel (~Manu@replaced-ip )
2100 [20:57:04] <greycat> "All so I can SLEEP FOR SEVERAL MINUTES before doing my job, instead of just, y'know, scheduling the job at a specific time in cron"
2101 [20:57:12] <Akuw> none
2102 [20:57:24] *** Joins: mkeprout (~MK@replaced-ip )
2103 [20:57:29] <Akuw> ratrace: none
2104 [20:58:12] <ratrace> greycat: function dilbert_random() { return 9; } // you never know
2105 [20:58:28] <greycat> I have that on one of my wiki pages.
2106 [20:58:38] <ratrace> :) xkcd has a variant with 4
2107 [20:59:16] <greycat> or... thought I did
2108 [20:59:16] <Akuw> ratrace: what could be
2109 [20:59:20] *** Joins: dasj19 (~dasj19@replaced-ip )
2110 [20:59:27] <ratrace> Akuw: is it possible there are some... non-printable charactres in those filenames that then corrupt the file list?
2111 [20:59:41] <Akuw> no
2112 [20:59:54] <ratrace> well there must be something, rsync didn't pull it out of its..... hat.
2113 [21:00:16] *** Quits: SchneeSchwarz (~schnee@replaced-ip ) (Quit: WeeChat 2.5)
2114 [21:00:28] <greycat> ah, wasn't on my wiki. it's on one of my static pages, a VERY old one.
2115 [21:01:11] <ratrace> Akuw: cat cl04x0001mlc01-imagenes.txt | while read F; do [ -f "$F" ] || echo "file doesn't exist: $F" ; done
2116 [21:01:34] *** Joins: SchneeSchwarz (~schnee@replaced-ip )
2117 [21:01:35] <ratrace> Akuw: you must cd in that srcdir you use for rsync
2118 [21:02:01] <Akuw> file doesn't exist: /home/avn_scop/image/1E/_VN01p12019090920580301E8BA1EVRF1.jpg
2119 [21:02:09] <Akuw> the comand you sent
2120 [21:02:32] <greycat> probably need to change the test to -f "./$F"
2121 [21:03:10] <ratrace> greycat: yeah you're right. Akuw: change as greycat suggested
2122 [21:03:32] *** Joins: flokuehn (~flokuehn@replaced-ip )
2123 [21:03:46] <greycat> and make sure you cd first, because I am not sure you saw it the first time
2124 [21:04:34] *** Joins: cha18 (~user@replaced-ip )
2125 [21:04:48] *** Quits: cseder (~cseder@replaced-ip ) (Quit: WeeChat 2.6)
2126 [21:04:54] <ratrace> greycat: I'm guessing, if they can't figure that out themselves.... there's no way we can do anything through this medium.
2127 [21:05:14] <greycat> I'm also guessing that they can't figure this out for themselves.
2128 [21:06:00] *** Joins: fflori (~fflori@replaced-ip )
2129 [21:06:22] *** Joins: Sami_ (~sami@replaced-ip )
2130 [21:06:23] <greycat> ... ok, so the crappy-shell-random-sleep rubbish in apt-compat is only used on non-systemd systems, and the real thing that's used on regular systems is done by a systemd timer, documented in the wiki and otherwise VERY difficult to find
2131 [21:07:12] *** Joins: yogurt2ungue (~yogur2@replaced-ip )
2132 [21:07:45] *** Quits: rypervenche (~rypervenc@replaced-ip ) (Quit: brb)
2133 [21:08:09] *** Joins: rypervenche (~rypervenc@replaced-ip )
2134 [21:09:02] *** debhelper sets mode: +l 1582
2135 [21:11:34] <Akuw> damm
2136 [21:11:38] *** tvm_ is now known as tvm
2137 [21:11:51] <Akuw> mounting ssh appear not to work fine
2138 [21:12:51] <Akuw> after some time i cant list /media/x
2139 [21:13:01] <humpled> hmm
2140 [21:13:31] *** Joins: Mad_Hat (~Mad_Hat@replaced-ip )
2141 [21:13:49] <Akuw> i try to do ls /home/x and do nothing and i have to close terminal
2142 [21:13:51] <Akuw> is like hang
2143 [21:15:09] <ratrace> Akuw: btw, you do know you can rsync over ssh, yes?
2144 [21:15:24] <Akuw> yes
2145 [21:15:33] *** Quits: metreo (~oliver@replaced-ip ) (Quit: Leaving.)
2146 [21:15:36] <Akuw> the problem is i mounted
2147 [21:15:36] <ratrace> kk
2148 [21:15:55] <Akuw> after sometime i cant list /media/x
2149 [21:16:07] *** Joins: BlueByte (~walther@replaced-ip )
2150 [21:16:13] <ratrace> so don't use sshfs then, rsync over ssh
2151 [21:16:21] *** Quits: BrianG61UK_ (~BrianG61U@replaced-ip ) (Read error: Connection reset by peer)
2152 [21:16:50] <Akuw> ratrace: what do you mean
2153 [21:17:09] <Akuw> i have to stablish ssh then user rsync? how?
2154 [21:17:24] <greycat> ... *plonk*
2155 [21:18:12] *** Joins: progart (~kamee@replaced-ip )
2156 [21:18:24] <ratrace> Akuw: but you just said you knew how
2157 [21:18:37] *** Quits: apt (ibot@replaced-ip ) (Quit: Leaving)
2158 [21:18:42] <ratrace> Akuw: rsync <options> -e ssh hostname:/src/dir/ /dest/dir/
2159 [21:18:48] *** Joins: __jrjsmrtn__ (~jrjsmrtn@replaced-ip )
2160 [21:18:58] <greycat> you haven't even needed -e ssh in years; it's been the default for a while
2161 [21:19:01] <Akuw> but
2162 [21:19:06] <ratrace> greycat: TIL
2163 [21:19:24] <Akuw> i need to specify list of files to copy
2164 [21:19:37] <Akuw> then i will face same problem
2165 [21:19:41] <ratrace> Akuw: yes, so? as we said multiple times, the list of files is always relative to srcdir
2166 [21:20:08] <Akuw> wait
2167 [21:20:16] <Akuw> let me restart
2168 [21:20:16] *** Quits: _jrjsmrtn (~jrjsmrtn@replaced-ip ) (Ping timeout: 258 seconds)
2169 [21:20:25] *** Quits: asymptotically (~asymptoti@replaced-ip ) (Remote host closed the connection)
2170 [21:20:27] <Akuw> mounting rsync broke something
2171 [21:20:38] *** Quits: Akuw (~x@replaced-ip ) (Quit: Leaving)
2172 [21:20:38] *** Joins: asymptotically (~asymptoti@replaced-ip )
2173 [21:20:51] <ratrace> if the list of files is remote too, you can use that too... rsync ... --files-from=:/path/on/src/host/ hostname:/src/dir/ /dest/
2174 [21:21:18] <greycat> rsync (2.6.0-1) unstable; urgency=low
2175 [21:21:20] <greycat> * - ssh is now the default remote shell for rsync.
2176 [21:21:22] <greycat> -- Paul Slootman <paul@debian.org> Thu, 1 Jan 2004 21:09:52 +0100
2177 [21:21:34] <ratrace> heh 2004
2178 [21:21:45] <ratrace> shows how old I am
2179 [21:21:55] *** Joins: davidep8922x (~davidep89@replaced-ip )
2180 [21:22:14] <ZaZaGX> i'm old
2181 [21:22:18] *** Joins: oish (~charlie@replaced-ip )
2182 [21:23:22] *** Joins: gnumdk (~gnumdk@replaced-ip )
2183 [21:24:13] *** Joins: czesmir_ (~stefan@replaced-ip )
2184 [21:24:23] *** Quits: Burek (~Burek@replaced-ip ) (Remote host closed the connection)
2185 [21:27:22] *** Quits: czesmir (~stefan@replaced-ip ) (Ping timeout: 244 seconds)
2186 [21:27:32] *** Joins: Uberius (~Uberius@replaced-ip )
2187 [21:28:07] *** Joins: Mars75 (~marcel@replaced-ip )
2188 [21:28:28] *** Joins: Susant (~Susant@replaced-ip )
2189 [21:28:42] *** Quits: davidep8922x (~davidep89@replaced-ip ) (Ping timeout: 258 seconds)
2190 [21:28:50] *** Quits: limbo (ar@replaced-ip ) (Read error: Connection reset by peer)
2191 [21:29:03] *** Joins: alexandros_tab (~alexandro@replaced-ip )
2192 [21:30:17] *** Joins: well_laid_lawn (~Jean-luc@replaced-ip )
2193 [21:30:41] *** Quits: xin_ (~textual@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2194 [21:31:12] *** Joins: Akuw (~x@replaced-ip )
2195 [21:32:15] <Akuw> i need to get rid of /root/home/avn_scop/image/99/_VN01p12019090911415701E89499VRR1.jpg
2196 [21:32:32] <lupine> how incriminating is it?
2197 [21:32:51] *** Quits: Susant (~Susant@replaced-ip ) (Ping timeout: 240 seconds)
2198 [21:33:26] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
2199 [21:33:26] *** Quits: jmarsac (~jmarsac@replaced-ip ) (Ping timeout: 276 seconds)
2200 [21:33:27] *** Quits: Speed2u (~speed2u@replaced-ip##) (Quit: ZNC 1.7.4 - ##replaced-url
2201 [21:34:20] <Akuw> because ssh after login goes to /root
2202 [21:34:21] *** Joins: xcm (~xcm@replaced-ip )
2203 [21:35:56] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
2204 [21:35:56] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Remote host closed the connection)
2205 [21:36:38] *** Joins: well_laid_lawn (~Jean-luc@replaced-ip )
2206 [21:37:15] *** Quits: user888 (~user888@replaced-ip ) (Ping timeout: 240 seconds)
2207 [21:38:02] <humpled> /root/home?
2208 [21:38:12] <humpled> i never saw that
2209 [21:38:16] *** Quits: flokuehn (~flokuehn@replaced-ip ) (Ping timeout: 246 seconds)
2210 [21:38:37] <siouxscout> Then delete it...
2211 [21:38:47] *** Joins: airsoftmodels (~airsoftmo@replaced-ip )
2212 [21:39:16] <Akuw> no, when i login default folder is root
2213 [21:39:28] <Akuw> rsync -av --files-from=/home/x/Escritorio/listaImagenes/cl04x0001mlc01/cl04x0001mlc01-imagenes.txt -e ssh root@10.3.96.5: /home/x/Escritorio/listaImagenes/cl04x0001mlc01
2214 [21:40:18] *** Quits: feelsgood_ (~ben@replaced-ip ) (Remote host closed the connection)
2215 [21:40:24] *** Joins: metreo (~oliver@replaced-ip )
2216 [21:40:33] *** Joins: jmarsac (~jmarsac@replaced-ip )
2217 [21:41:02] *** Quits: metreo (~oliver@replaced-ip ) (Client Quit)
2218 [21:41:44] *** Joins: apt (ibot@replaced-ip )
2219 [21:41:53] *** Quits: chalcedony (~chalcedon@replaced-ip ) (Ping timeout: 250 seconds)
2220 [21:42:05] *** Joins: haniaF (~haniaF@replaced-ip )
2221 [21:42:18] <siouxscout> you logged in remotly via ssh and want to copy the file to another remote host?
2222 [21:42:24] *** Parts: airsoftmodels (~airsoftmo@replaced-ip ) ()
2223 [21:42:33] *** Joins: chalcedony (~chalcedon@replaced-ip )
2224 [21:43:16] *** Joins: elkalamar__ (elkalamar@replaced-ip )
2225 [21:43:53] *** Quits: elkalamar__ (elkalamar@replaced-ip ) (Remote host closed the connection)
2226 [21:44:19] *** Joins: Strife89 (~quassel@replaced-ip )
2227 [21:45:03] *** Quits: elkalamar_ (elkalamar@replaced-ip ) (Ping timeout: 245 seconds)
2228 [21:45:06] <ratrace> Akuw: ... ssh root@10.3.96.5:/ ...
2229 [21:45:21] <Akuw> to the computer from where i am loggin
2230 [21:45:22] *** Quits: Greyztar (~irc@replaced-ip ) (Remote host closed the connection)
2231 [21:45:32] *** Quits: Sami_ (~sami@replaced-ip ) (Quit: Leaving)
2232 [21:45:33] <ratrace> there's also a manpage srsly worth reading through
2233 [21:45:33] *** Joins: zalt (~lambda443@replaced-ip )
2234 [21:45:39] *** Joins: Sami_ (~sami@replaced-ip )
2235 [21:45:41] *** Joins: Greyztar (~irc@replaced-ip )
2236 [21:46:20] <Akuw> |woriking
2237 [21:46:50] <Akuw> is there a way i can put all copied files in same directory? actually this create all folders
2238 [21:46:57] <Akuw> i know is rsync
2239 [21:47:18] *** Joins: user888 (~user888@replaced-ip )
2240 [21:50:00] *** Quits: ZaZaGX (cutiepi@replaced-ip ) (Quit: leaving)
2241 [21:50:04] <brutser> what in general is the difference between: gpg --cipher-algo AES256 --symmetric filename.tar.gz AND openssl aes-256-cbc enc -a -salt -in filename.tar.gz -out filename.tar.gz.enc ? and what should you advise me to use if i just want encrypt a bunch of files?
2242 [21:50:59] *** Joins: format_c (~format_c@replaced-ip )
2243 [21:51:38] <Akuw> rsync read the file from top to button to copy?
2244 [21:51:47] <Akuw> in same order of lines?
2245 [21:52:47] *** Joins: journeytocoder (~journeyto@replaced-ip )
2246 [21:54:27] *** Joins: iccanobif (~x@replaced-ip )
2247 [21:54:40] *** Joins: c0mrad3 (uid26809@replaced-ip )
2248 [21:54:42] *** Joins: martian67| (~martian67@replaced-ip )
2249 [21:54:58] <karlpinc> brutser: I don't know what AES256 does with gpg. You always want to use salt or else you're subject to a rainbow table attack. I suggest, say a wikipedia article on encryption.
2250 [21:54:59] *** Quits: martian67 (~martian67@replaced-ip ) (Remote host closed the connection)
2251 [21:56:33] <brutser> karlpinc: yes. i found this article > replaced-url
2252 [21:57:18] <brutser> just the article use a public private key pair for gpg, which for my usecase is a bit too much, a strong passphrase to decrypt the keyfiles is more than enough i think
2253 [21:57:44] <brutser> so now i am doubting whether to add the gpg binaries or openssl binaries to initramfs
2254 [21:57:58] <brutser> and also, how i prompt for the password during initramfs phase, which is not trivial it seems
2255 [22:01:41] *** Quits: f476 (~pi@replaced-ip ) (Quit: Lost terminal)
2256 [22:02:07] <Akuw> is there a way i can put all copied files in same directory? actually this create all folders
2257 [22:02:28] <Akuw> i dont need all folders, jut put all images in one folder
2258 [22:02:54] *** Joins: f476 (~f476@replaced-ip )
2259 [22:02:59] *** Joins: sasukeskapa (~sasukeska@replaced-ip )
2260 [22:04:20] *** Quits: ss2 (~user@replaced-ip ) (Remote host closed the connection)
2261 [22:06:46] *** Joins: obsvw (~obsview@replaced-ip )
2262 [22:08:45] *** Joins: Speed2u (~speed2u@replaced-ip )
2263 [22:09:01] *** debhelper sets mode: +l 1589
2264 [22:09:14] *** Quits: obsview (~obsview@replaced-ip ) (Ping timeout: 240 seconds)
2265 [22:09:52] *** Quits: saptaks (~saptaks@replaced-ip ) (Remote host closed the connection)
2266 [22:10:06] *** Joins: aaii (~aaii@replaced-ip )
2267 [22:10:12] *** Joins: limbo (~dave@replaced-ip )
2268 [22:10:15] *** Quits: lcabrera_ (~desarroll@replaced-ip ) (Read error: Connection reset by peer)
2269 [22:10:58] *** Joins: lcabrera_ (~desarroll@replaced-ip )
2270 [22:10:59] *** Quits: JohnML (~john1@replaced-ip ) (Remote host closed the connection)
2271 [22:11:39] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Ping timeout: 240 seconds)
2272 [22:12:22] *** Joins: hypn0 (~h@replaced-ip )
2273 [22:12:35] *** Joins: saptaks (~saptaks@replaced-ip )
2274 [22:12:52] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
2275 [22:13:05] *** Quits: alexandros_tab (~alexandro@replaced-ip ) (Ping timeout: 276 seconds)
2276 [22:13:06] *** Quits: jvik (~jvik@replaced-ip ) (Ping timeout: 246 seconds)
2277 [22:14:13] *** Quits: ae-35 (~ae-35@replaced-ip ) (Ping timeout: 245 seconds)
2278 [22:14:20] *** Quits: dasj19 (~dasj19@replaced-ip ) (Quit: dasj19)
2279 [22:15:17] *** Joins: xcm (~xcm@replaced-ip )
2280 [22:15:28] *** Joins: shibboleth (~shibbolet@replaced-ip )
2281 [22:15:53] <siouxscout> Akuw: Why not just copy them all first then you can easily grab all images and put them in one folder
2282 [22:16:18] <Akuw> copying
2283 [22:18:13] *** Joins: BrianG61UK (~BrianG61U@replaced-ip )
2284 [22:19:03] <ws2k3> how can i delete a file that is called -d-le.pem ?
2285 [22:19:15] <greycat> rm -- -d-le.pem
2286 [22:19:18] <Habbie> ws2k3, rm ./-d-le.pem
2287 [22:19:20] <Habbie> ws2k3, or that
2288 [22:19:24] *** Joins: nuuuciano (~luuuciano@replaced-ip )
2289 [22:20:00] *** Quits: laptop2 (~my123@replaced-ip ) (Quit: This computer has gone to sleep)
2290 [22:20:14] <ws2k3> thanks you greycat and Habbie. debian is seriously the greatest distro and community ever :D
2291 [22:20:19] <Habbie> :)
2292 [22:20:47] * annadane nod
2293 [22:21:18] *** Quits: null1337 (~WhoAmI@replaced-ip ) (Ping timeout: 245 seconds)
2294 [22:21:38] *** Quits: StuartMI (~stkirk@replaced-ip ) (Quit: Lake Titicaca)
2295 [22:21:43] *** Quits: llucenic (~Thunderbi@replaced-ip ) (Ping timeout: 245 seconds)
2296 [22:21:50] *** Quits: progart (~kamee@replaced-ip ) (Quit: Leaving.)
2297 [22:24:44] *** Joins: enoq (~enoq@replaced-ip )
2298 [22:26:00] *** Joins: null1337 (~WhoAmI@replaced-ip )
2299 [22:31:36] *** Quits: trifolio6 (~h@replaced-ip ) (Quit: Konversation terminated!)
2300 [22:32:53] *** Joins: mtn (~mtn@replaced-ip )
2301 [22:35:43] *** Quits: gnumdk (~gnumdk@replaced-ip ) (Quit: gnumdk)
2302 [22:35:47] *** Joins: kreyren (~user@replaced-ip )
2303 [22:38:47] *** Quits: iccanobif (~x@replaced-ip ) (Remote host closed the connection)
2304 [22:39:33] *** Quits: Mars75 (~marcel@replaced-ip ) (Quit: Leaving)
2305 [22:40:09] *** Quits: journeytocoder (~journeyto@replaced-ip ) (Remote host closed the connection)
2306 [22:40:50] *** Quits: yogurt2ungue (~yogur2@replaced-ip ) (Ping timeout: 240 seconds)
2307 [22:41:48] *** Quits: loptr (~loptr@replaced-ip ) (Ping timeout: 246 seconds)
2308 [22:42:08] *** Quits: BlueByte (~walther@replaced-ip ) (Quit: This computer has gone to sleep)
2309 [22:42:08] *** Quits: towo` (~towo@replaced-ip ) (Quit: Leaving)
2310 [22:42:26] *** Quits: obsvw (~obsview@replaced-ip ) (Quit: WeeChat 2.6)
2311 [22:44:02] *** Joins: loptr (~loptr@replaced-ip )
2312 [22:44:02] *** Quits: pie3 (~pieee@replaced-ip ) (Remote host closed the connection)
2313 [22:44:23] *** Quits: BrianG61UK (~BrianG61U@replaced-ip ) (Read error: Connection reset by peer)
2314 [22:45:26] *** Joins: slv (~slv@replaced-ip )
2315 [22:46:11] *** Joins: BrianG61UK (~BrianG61U@replaced-ip )
2316 [22:47:39] *** Joins: dadinn (~dadinn@replaced-ip )
2317 [22:48:25] *** Joins: greatgatsby (~greatgats@replaced-ip )
2318 [22:48:35] *** Joins: mkogan_ (~mkogan@replaced-ip )
2319 [22:49:01] *** debhelper sets mode: +l 1581
2320 [22:49:49] *** Joins: jvik (~jvik@replaced-ip )
2321 [22:50:27] *** Joins: barrett (~barrett@replaced-ip )
2322 [22:51:04] *** Quits: Pjusur (~Pjusur@replaced-ip ) (Quit: Leaving)
2323 [22:51:17] *** Joins: laptop2 (~my123@replaced-ip )
2324 [22:51:17] *** Quits: laptop2 (~my123@replaced-ip ) (Changing host)
2325 [22:51:17] *** Joins: laptop2 (~my123@replaced-ip )
2326 [22:51:31] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Remote host closed the connection)
2327 [22:53:15] *** Quits: Lord_of_Life (~Lord@replaced-ip ) (Ping timeout: 240 seconds)
2328 [22:53:25] *** Quits: fflori (~fflori@replaced-ip ) (Remote host closed the connection)
2329 [22:53:35] *** Quits: mkogan_ (~mkogan@replaced-ip ) (Remote host closed the connection)
2330 [22:53:52] *** Quits: jvik (~jvik@replaced-ip ) (Ping timeout: 246 seconds)
2331 [22:54:00] *** Joins: Lord_of_Life (~Lord@replaced-ip )
2332 [22:54:13] *** Quits: greatgatsby (~greatgats@replaced-ip ) (Ping timeout: 245 seconds)
2333 [22:54:54] *** Quits: NetTerminalGene (~NetTermin@replaced-ip ) (Quit: Leaving)
2334 [22:55:15] *** Quits: m0u (~m0u@replaced-ip ) (Quit: WeeChat 2.5)
2335 [22:55:41] *** Quits: wobelingers (~wobelinge@replaced-ip ) (Remote host closed the connection)
2336 [22:55:52] *** Quits: lead_pipe23 (~Lead@replaced-ip ) (Ping timeout: 245 seconds)
2337 [22:57:06] *** Joins: obsview (~obsview@replaced-ip )
2338 [22:57:17] *** Joins: Oksana_ (~Wikiwide@replaced-ip )
2339 [22:57:20] *** Quits: Oksana_ (~Wikiwide@replaced-ip ) (Changing host)
2340 [22:57:20] *** Joins: Oksana_ (~Wikiwide@replaced-ip )
2341 [22:57:32] *** Joins: mortderire (~mortderir@replaced-ip )
2342 [22:58:07] *** Quits: dadinn (~dadinn@replaced-ip ) (Remote host closed the connection)
2343 [22:58:43] *** Joins: CaptainN (~KevinKeen@replaced-ip )
2344 [22:59:04] *** Quits: gintonyc (~gintonyc@replaced-ip ) (Quit: Leaving)
2345 [22:59:14] *** Quits: Oksana (~Wikiwide@replaced-ip ) (Ping timeout: 276 seconds)
2346 [22:59:39] *** Quits: mkeprout (~MK@replaced-ip ) (Quit: Leaving)
2347 [22:59:40] *** Oksana_ is now known as Oksana
2348 [23:00:10] *** Quits: laptop2 (~my123@replaced-ip ) (Ping timeout: 246 seconds)
2349 [23:00:15] *** Joins: premoboss (~utente@replaced-ip )
2350 [23:00:20] *** Quits: Ycarus (~Ycarus@replaced-ip ) (Quit: Ycarus)
2351 [23:00:57] <premoboss> hello
2352 [23:01:19] *** Quits: jhutchins_wk (~jonathan@replaced-ip ) (Quit: Lost terminal)
2353 [23:03:03] *** Quits: Akuw (~x@replaced-ip ) (Quit: Leaving)
2354 [23:03:05] <premoboss> i have the need to search a exadecimal string into a several file into several directories. I will like to kno it there is some "dirty trick" in bash to do this search. I will like to know everi occorence of a exadecimal string is inside a file, in what position of the file.
2355 [23:04:02] <greycat> first of all, it's hexadecimal; we're not Cockneys
2356 [23:04:18] <premoboss> i miss the "h", sorry.
2357 [23:04:59] <greycat> I take it from the context of your question that these are NOT text files, you are NOT searching for a string of text, and simply getting a line number would NOT suffice? You want, what, a byte offset?
2358 [23:05:35] <premoboss> well, they are binary files. to know the offset is better.
2359 [23:06:06] *** Quits: czesmir_ (~stefan@replaced-ip ) (Quit: Lost terminal)
2360 [23:06:10] <premoboss> i.e. a report as "string 12ab4 is in file foo starting at byte 3420.
2361 [23:06:16] <premoboss> some like that if possible.
2362 [23:06:20] <Habbie> premoboss, and by 'hexadecimal string' you mean 'find the bytes corresponding to the binary string that the hexadecimal string encodes'?
2363 [23:06:40] <Habbie> as a nitpick, 12ab4 is 5 long which is odd and therefore wrong
2364 [23:06:48] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
2365 [23:07:06] *** Quits: jmarsac (~jmarsac@replaced-ip##) (Quit: Nettalk6 - ##replaced-url
2366 [23:07:12] <Habbie> grep has -b (and on top of that -o) to report byte offsets
2367 [23:07:21] *** Joins: ce__baru_beli_br (~ce_baru__@replaced-ip )
2368 [23:07:26] <Habbie> now you just need to get your 'hex' string into it
2369 [23:07:41] <greycat> unless he actually means the string "12ab4" which would be something like 31 32 61 62 34 in hex
2370 [23:07:52] <premoboss> Habbie, i give the string of byte tat i search for "123ab" or whatever, and i should receive as return all the offset that report the string start into the file.
2371 [23:07:53] *** Joins: xcm (~xcm@replaced-ip )
2372 [23:08:05] <premoboss> greycat, yes.
2373 [23:08:17] <greycat> *sigh* gods, it's like pulling teeth
2374 [23:08:20] <Habbie> yes? then grep can do it easily
2375 [23:08:27] <premoboss> sorry if i am not able to explain correctly the question :-/
2376 [23:08:49] <greycat> can your string be "zebra" or "-----"?
2377 [23:08:49] <Habbie> premoboss, can you tell us an actual hex string you would be searching for?
2378 [23:09:02] *** debhelper sets mode: +l 1570
2379 [23:09:06] *** Parts: NullTerminator (~NullTermi@replaced-ip ) ("\0")
2380 [23:09:34] <premoboss> Habbie, the string is variable, let say "12a" as example.
2381 [23:09:45] * greycat cries
2382 [23:09:49] <Habbie> so are you looking for the 3 byte string '12a'?
2383 [23:09:59] *** Joins: stnv (~daniel@replaced-ip )
2384 [23:09:59] <hop> greycat: right there with you
2385 [23:10:02] <greycat> can you PLEASE use an example that contains something other than a HEX DIGIT
2386 [23:10:11] *** Quits: stnv (~daniel@replaced-ip ) (Changing host)
2387 [23:10:11] *** Joins: stnv (~daniel@replaced-ip )
2388 [23:10:13] <premoboss> it can be 3, 4 or more bytes.
2389 [23:10:23] <Habbie> premoboss, ok, so why are you saying hex?
2390 [23:10:24] <greycat> can it be "FOX" ?
2391 [23:10:51] *** Quits: Andrologic (~Andrologi@replaced-ip ) (Ping timeout: 240 seconds)
2392 [23:11:48] *** Joins: leandrovianna (~leandrovi@replaced-ip )
2393 [23:11:57] *** Quits: lll3N1GmAlll__ (~lll3N1GmA@replaced-ip ) (Read error: Connection reset by peer)
2394 [23:12:04] <premoboss> what i am looking into the file is the hexadecimal rapresentatio on a decimal umber, so if i am searcing 256 decimal, i must searc as hexadecimal the string "0100".
2395 [23:12:18] *** Joins: lll3N1GmAlll__ (~lll3N1GmA@replaced-ip )
2396 [23:12:25] <premoboss> what i am looking into the file is the hexadecimal rapresentation on a decimal number, so if i am searching 256 decimal, i must search as hexadecimal the string "0100".
2397 [23:12:33] <Habbie> so how many bytes would that be in the file?
2398 [23:12:38] <hop> o.O
2399 [23:12:45] <greycat> that's only two bytes, but you said it had to be 3, 4 or more
2400 [23:12:59] <hop> that's a nibble
2401 [23:13:20] <greycat> a nybble is 4 bits, half a byte
2402 [23:13:36] <hop> <- being facecious
2403 [23:13:44] <greycat> a hex digit is also 4 bits, or 1 nybble. it takes 2 hex digits to make a byte.
2404 [23:13:47] <Habbie> (facetious)
2405 [23:13:54] <hop> that one
2406 [23:13:55] <premoboss> graycat, the rance of the searched bytes can be up to 65535 (decimal).
2407 [23:14:04] <greycat> GIVE. A REAL. EXAMPLE.
2408 [23:14:13] <Habbie> premoboss, for 256, or '0100', how many bytes would that be in the files your searching in?
2409 [23:14:17] <premoboss> ok. give me tome.
2410 [23:14:26] <greycat> You shouldn't NEED TIME.
2411 [23:14:28] <Habbie> *you're
2412 [23:14:30] <greycat> You shoudl HAVE ONE RIGHT NOW
2413 [23:14:42] <greycat> It should be the thing that BROUGHT YOU HEER
2414 [23:15:24] <hop> hear?
2415 [23:15:28] <greycat> HERE
2416 [23:15:43] *** Joins: bruce549 (bruce549@replaced-ip )
2417 [23:16:00] <premoboss> let say the file is "01234567890ABCC0123". I am looking to find "12". so the search should report me: "find 12 at position 1, 16".
2418 [23:16:12] <premoboss> fount, not find. sorry
2419 [23:16:14] <greycat> I can't. I just cannot.
2420 [23:16:16] <greycat> bye.
2421 [23:16:17] *** Quits: greycat (~wooledg@replaced-ip ) (Quit: They see me clawin' the love seat / They won't do nothin' 'cause I'm cute and furry)
2422 [23:16:18] *** Quits: ce__baru_beli_br (~ce_baru__@replaced-ip ) (Remote host closed the connection)
2423 [23:16:26] <Habbie> premoboss, how many bytes is that file?
2424 [23:16:44] <premoboss> Habbie, size of file is unknown.
2425 [23:16:47] <Habbie> no
2426 [23:16:48] *** Quits: sorko999 (~sorko999@replaced-ip ) (Quit: Leaving.)
2427 [23:16:48] *** Quits: jnavila (~jnavila@replaced-ip ) (Remote host closed the connection)
2428 [23:16:55] <Habbie> you said 'lets say the file is ...'
2429 [23:16:58] <Habbie> how many bytes is -that- file
2430 [23:17:00] <premoboss> but they can be not more than 100-200K
2431 [23:18:33] <Habbie> $ echo 01234567890ABCC0123 > myfile ; grep -bo 12 myfile
2432 [23:18:35] <Habbie> 1:12
2433 [23:18:37] <Habbie> 16:12
2434 [23:18:41] <Habbie> is this what you are looking for?
2435 [23:18:47] <premoboss> Wow!
2436 [23:19:05] <premoboss> so easy?
2437 [23:19:10] <Habbie> please understand that nothing about this example cares that things are hexadecimal
2438 [23:19:10] <J_C> so easy
2439 [23:19:11] <premoboss> tanks!
2440 [23:19:22] <premoboss> thanks!
2441 [23:19:25] <J_C> tanks? where?! oh god they've found me!
2442 [23:19:29] <Habbie> and that most of the confusion came from you saying 'binary'
2443 [23:19:34] <Habbie> this file is not 'binary' at all
2444 [23:19:39] <hop> i'm dying
2445 [23:20:23] <annadane> "why is greycat so upset all the t- oh."
2446 [23:20:32] *** Quits: Dark (~Dark@replaced-ip ) (Quit: Leaving)
2447 [23:20:51] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
2448 [23:20:52] <premoboss> annadane, becaus people like me give question in so unclear way.
2449 [23:22:22] <J_C> being upset is usually a repercussion of being able to think coherently :(
2450 [23:23:16] *** Quits: amprxc (6dda6919@replaced-ip ) (Remote host closed the connection)
2451 [23:23:47] *** Quits: mthe878 (~mthe@replaced-ip ) (Ping timeout: 268 seconds)
2452 [23:23:58] *** Joins: greatgatsby (~greatgats@replaced-ip )
2453 [23:24:48] *** Joins: fiftyshades (~fiftyshad@replaced-ip )
2454 [23:25:05] *** Quits: format_c (~format_c@replaced-ip ) (Quit: format_c)
2455 [23:25:12] <stnv> I miss irc so much... thanks for the tanks
2456 [23:25:46] <APic> IRC > *
2457 [23:25:49] <APic> srsly
2458 [23:26:01] * APic has moar than 200 Channel-Windows open in my irssi ♥
2459 [23:27:22] <premoboss> stnv, no problem, when you are looking for any king of typoes, i am the right person.
2460 [23:28:40] *** Joins: skierpage (~Thunderbi@replaced-ip )
2461 [23:28:50] <stnv> well.. it was not about the typo.. it was this way of joking that is hard to reproduce in the 'modern' social media.. fb or twitter
2462 [23:29:14] <brutser> i have lvm luks encrypted /dev/sda, when i do blkid i don't see UUID of /dev/sda, but only for the LVM, i need to enter UUID in crypttab, should i use the UUID of the PV?
2463 [23:30:40] *** Joins: airsoftmodels (~airsoftmo@replaced-ip )
2464 [23:30:44] <skierpage> I'm trying to find upstream for the Debian package xsel. replaced-url
2465 [23:30:58] *** Quits: flo2marsnet (~flo2marsn@replaced-ip ) (Ping timeout: 246 seconds)
2466 [23:31:44] *** Quits: dionysus69 (~Thunderbi@replaced-ip ) (Remote host closed the connection)
2467 [23:32:02] *** Joins: dionysus69 (~Thunderbi@replaced-ip )
2468 [23:32:03] *** Joins: indibart (~andy@replaced-ip )
2469 [23:32:27] *** Quits: dastier (~dastier@replaced-ip ) (Remote host closed the connection)
2470 [23:33:02] *** Quits: RebelCoder (~RebelCode@replaced-ip ) (Ping timeout: 268 seconds)
2471 [23:33:42] <epsilon> brutser: usually you create a partition (/dev/sda1), then crypt it and then LVM on top
2472 [23:33:59] <tdn> What is the easiest way of obtaining a recent version of libreoffice in Debian 9? Using some backports? If so, from where?
2473 [23:35:18] <annadane> yeah, use stretch-backports
2474 [23:35:20] <brutser> epsilon: yes, but here i encrypted the whole device /dev/sda
2475 [23:35:29] <tdn> annadane, how?
2476 [23:35:50] <annadane> just add deb replaced-url
2477 [23:36:06] <APic> skierpage: When i do „apt-get source xsel“, it fetches xsel_1.2.0+git9bfc13d.20180109.orig.tar.gz among other Stuffs
2478 [23:36:32] <annadane> ,v libreoffice
2479 [23:36:33] <judd> Package: libreoffice on amd64 -- jessie: 1:4.3.3-2+deb8u11; jessie-security: 1:4.3.3-2+deb8u12; stretch: 1:5.2.7-1+deb9u10; stretch-security: 1:5.2.7-1+deb9u11; stretch-backports: 1:6.1.5-3+deb10u2~bpo9+1; buster: 1:6.1.5-3+deb10u3; buster-security: 1:6.1.5-3+deb10u4; bullseye: 1:6.3.0-2; sid: 1:6.3.0-2; buster-backports: 1:6.3.1-1~bpo10+1
2480 [23:36:34] <tdn> annadane, but I only want to install libreoffice in a new version. Wont this make the next "apt update && apt upgrade" upgrade a bunch of packages on my system?
2481 [23:36:46] <annadane> no, they'll be separated
2482 [23:37:05] *** Quits: shibboleth (~shibbolet@replaced-ip ) (Quit: shibboleth)
2483 [23:37:27] <annadane> anyhow, libreoffice in backports isn't *the* most up to date so i don't know what you're looking for, but it's *newer*
2484 [23:37:32] <annadane> than the default in stretch
2485 [23:37:41] <tdn> annadane, then how do I install loffice from backports? I mean, I will have to specify that I want this one package from backports, right?
2486 [23:37:52] <annadane> apt -t stretch-backports install libreoffice
2487 [23:37:54] <tdn> annadane, it is probably ok
2488 [23:37:57] <tdn> Ah!
2489 [23:38:02] <skierpage> APic: OK, but does something in that apt info give a URL for the upstream project for bug reports and such? (Google suggests that for xsel it's replaced-url
2490 [23:38:05] <annadane> sorry, could be a bit more detailed
2491 [23:38:16] <tdn> annadane, so if I do not specify -t stretch-packports, this source will never be used?
2492 [23:38:25] <annadane> right
2493 [23:39:02] *** debhelper sets mode: +l 1563
2494 [23:39:02] *** Joins: dadinn (~dadinn@replaced-ip )
2495 [23:39:10] <somiaj> tdn: with one small cavet, once you install something from stretch-backports, if stretch-backports gets an upgrade, the new upgrade is isntalled without adding the -t stretch-backports line
2496 [23:39:22] <tdn> somiaj, ok. Thanks
2497 [23:39:24] <epsilon> brutser: then try "/dev/sda" instead of "UUID=xxxxxxxx", look at man crypttab with examples
2498 [23:39:50] <brutser> epsilon: yes i can use /dev/sda, but i rather use UUID for obvious reasons
2499 [23:40:46] *** Quits: saptaks (~saptaks@replaced-ip ) (Ping timeout: 246 seconds)
2500 [23:40:51] *** Quits: mvaenskae (~mvaenskae@replaced-ip ) (Ping timeout: 240 seconds)
2501 [23:41:12] <tdn> annadane, somiaj : I seem to end up in a dependency chain: replaced-url
2502 [23:41:37] <tdn> It keeps stopping at dependend packages. Shouldnt I just be able to install the metapackage?
2503 [23:41:50] <annadane> tdn, just apt -t stretch-backports install libreoffice
2504 [23:41:57] <annadane> it's a metapackage that'll install the others
2505 [23:41:58] <APic> skierpage: Nah, it seems to leech the .orig from „debian/pool/main/x/xsel“ inside the Debian-Mirror. It also says i shall use „git clone replaced-url
2506 [23:42:08] <tdn> annadane, I did that, then it said it was missing -core
2507 [23:42:29] <tdn> annadane, replaced-url
2508 [23:42:30] *** Quits: Hunterkll (~hunterkll@replaced-ip ) (Quit: Leaving)
2509 [23:42:34] <brutser> epsilon: other guy suggested me to use cryptsetup luksDump /dev/sda > that will give the UUID to use ;) just FYI
2510 [23:42:41] <tdn> annadane, then I added that. And I just kept adding packages that it complains about
2511 [23:42:43] *** Joins: mvaenskae (~mvaenskae@replaced-ip )
2512 [23:42:51] <tdn> annadane, but this will take forever and does not seem right
2513 [23:42:54] <annadane> uhhh.
2514 [23:43:01] <annadane> someone else? lol
2515 [23:43:10] <annadane> i have no idea, i'm sorry
2516 [23:43:17] <APic> skierpage: You could try comparing that Debian-xsel.git with the kfish/xsel one at GITHub
2517 [23:43:23] *** Joins: Andrologic (~Andrologi@replaced-ip )
2518 [23:43:40] <APic> skierpage: And if it does not differ much, i would just report Bugs to the kfish/xsel-GITHub-Repo
2519 [23:43:45] <tdn> somiaj, do you have any idea why I cannot install the meta package?
2520 [23:43:53] *** Joins: jvik (~jvik@replaced-ip )
2521 [23:44:34] *** Joins: Hunterkll (~hunterkll@replaced-ip )
2522 [23:44:53] *** Quits: _till_ (~till@replaced-ip ) (Quit: leaving)
2523 [23:45:06] *** Quits: premoboss (~utente@replaced-ip ) (Remote host closed the connection)
2524 [23:45:11] <APic> skierpage: Inside the Source i fetched with „apt-get source“ it lists replaced-url
2525 [23:45:36] <APic> skierpage: But You should probably use unstable to be sure to get the current one, i only have testing here
2526 [23:46:24] <skierpage> APic: thanks for the education, lovely!
2527 [23:46:29] <somiaj> tdn: it says you have held/broken packages, have you tried 'apt -f install'
2528 [23:47:00] <tdn> somiaj, yes.
2529 [23:47:05] <tdn> somiaj, nothing pending
2530 [23:47:08] <somiaj> and it found no problems?
2531 [23:47:15] <tdn> somiaj, no problems
2532 [23:47:17] <APic> skierpage: That Page even has „git clone git://github.com/kfish/xsel.git“ on it, so that is really the right Repo ☺
2533 [23:47:19] <somiaj> care to share the output of 'apt policy'
2534 [23:47:20] <APic> skierpage: You are welcome
2535 [23:47:26] <tdn> 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
2536 [23:47:42] <tdn> replaced-url
2537 [23:47:48] <tdn> somiaj, apt policy is here. replaced-url
2538 [23:48:07] *** Quits: jvik (~jvik@replaced-ip ) (Ping timeout: 246 seconds)
2539 [23:49:05] <somiaj> have you installed libreoffice from stretch yet, just 'apt install libreoffice'
2540 [23:49:25] <tdn> somiaj, I have not
2541 [23:49:34] <LtL> tdn: i doubt this is a good thing, 500 replaced-url
2542 [23:49:54] <annadane> oh, christ.
2543 [23:49:58] *** Quits: Space_Man (~Space_Man@replaced-ip ) (Read error: Connection reset by peer)
2544 [23:50:08] <somiaj> It shouldn't be required, but I often suggest installing stretches version first then upgrading to stretch-backports version
2545 [23:50:12] <tdn> LtL, it is my own mirror. There is no difference in these packages between v9 and v10
2546 [23:50:33] *** Quits: greatgatsby (~greatgats@replaced-ip ) (Quit: Leaving)
2547 [23:50:38] <somiaj> I also notice you have non-free but not contrib, you probably want contrib too (as non-free packages can depend on contrib)
2548 [23:50:58] <tdn> somiaj, ok
2549 [23:51:20] *** Quits: alkysteve (~alkysteve@replaced-ip ) (*.net *.split)
2550 [23:51:20] *** Quits: Elirips (~Elirips@replaced-ip ) (*.net *.split)
2551 [23:51:20] *** Quits: Kulrak (Kulrak@replaced-ip ) (*.net *.split)
2552 [23:51:20] *** Quits: thunderrd (~thunderrd@replaced-ip ) (*.net *.split)
2553 [23:51:20] *** Quits: wingman2 (~wingman2@replaced-ip ) (*.net *.split)
2554 [23:51:27] <somiaj> tdn: so apt install libreoffice, then if that works, apt -t stretch-backports install libreoffice
2555 [23:51:27] *** Joins: wingman2 (~wingman2@replaced-ip )
2556 [23:51:38] <tdn> somiaj, fixed: replaced-url
2557 [23:51:39] *** Joins: Kulrak (Kulrak@replaced-ip )
2558 [23:51:47] *** Joins: thunderrd (~thunderrd@replaced-ip )
2559 [23:51:48] *** Joins: alkysteve (~alkysteve@replaced-ip )
2560 [23:51:48] *** Joins: Elirips (~Elirips@replaced-ip )
2561 [23:51:52] <tdn> libreoffice is already the newest version (1:5.2.7-1+deb9u11).
2562 [23:52:55] <somiaj> well might have to start going down the rabbit hole, 'apt -t stretch-backports libreoffice libreoffice-core' what does that do?
2563 [23:53:12] *** Quits: fiftyshades (~fiftyshad@replaced-ip ) (Remote host closed the connection)
2564 [23:55:29] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
2565 [23:56:08] *** Joins: lead_pipe23 (~Lead@replaced-ip )
2566 [23:56:29] *** Quits: alkysteve (~alkysteve@replaced-ip ) (Remote host closed the connection)
2567 [23:57:35] *** Joins: xcynth (~xcynth@replaced-ip )
2568 [23:58:17] *** Quits: Mad_Hat (~Mad_Hat@replaced-ip ) ()
2569 [23:58:48] *** Quits: noosanon (~user@replaced-ip ) (Ping timeout: 245 seconds)
2570 [23:59:01] *** debhelper sets mode: +l 1557
2571 [23:59:51] *** Joins: Xeyame (~Xeyame@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