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:01] *** debhelper sets mode: +l 1477
1 [00:00:12] *** Joins: Niki_ (~Niki@replaced-ip )
2 [00:00:30] <HelloShitty> Or this is not supposed to be encrypted with a GPG like key file?
3 [00:01:18] *** Quits: jkdhn (jack@replaced-ip ) (Quit: Disconnected)
4 [00:01:24] *** Joins: humpled (~humbag@replaced-ip )
5 [00:02:18] *** Quits: Prints (~333@replaced-ip ) (Ping timeout: 252 seconds)
6 [00:03:28] *** Joins: botho (~botho@replaced-ip )
7 [00:06:14] *** Joins: finn0 (~finn0@replaced-ip )
8 [00:06:18] *** Quits: leorat (~rat@replaced-ip ) (Quit: Leaving)
9 [00:07:41] <finn0> Which package does this "[drm:intel_pipe_update_end [i915]] *ERROR* Atomic update failure on pipe A (start=459165 end=459166) time 152 us, min 763, max 767, scanline start 760, end 768" bug belongs to? probably kernel.
10 [00:07:58] <somiaj> that is the kernel
11 [00:08:30] *** Joins: Ekchuan_ (~RandyMars@replaced-ip )
12 [00:09:37] *** Quits: Ekchuan (~RandyMars@replaced-ip ) (Ping timeout: 245 seconds)
13 [00:09:48] *** Joins: viruscthulhu (~virus@replaced-ip )
14 [00:10:02] *** Quits: viruscthulhu (~virus@replaced-ip ) (Max SendQ exceeded)
15 [00:10:15] <ross`> Okay, I think I specifically figured out what the problem is
16 [00:10:24] <ross`> systemd-modules-load[391]: modprobe: FATAL: Module nvidia-current not found in directory /lib/modules/4.19.0-4-amd64
17 [00:10:27] <karlpinc> HelloShitty: What are you trying to do? (LUKS is for encrypting devices.) If you want to send something to someone and encrypt it, you encrypt it with their public key. They decrypt it with their private key.
18 [00:10:28] *** Joins: viruscthulhu (~virus@replaced-ip )
19 [00:10:36] <finn0> Is there a way to search bug by using string(for example I want to see all bugs which contains a strings either in subject or body) in bugs.debian.org database? other than replaced-url
20 [00:10:40] <ross`> how do I ensure that the correct nvidia drivers are in my active modules directly
21 [00:10:43] <ross`> directory
22 [00:11:18] <HelloShitty> karlpinc: no. I want to create a small encrypted volume so that I can save there some private data
23 [00:11:46] <HelloShitty> for instance, I encrypt a text file wihch contains info about me, for instance
24 [00:12:00] <HelloShitty> and then I'll move it into that encrypted volume
25 [00:12:04] *** Quits: czesmir (~stefan@replaced-ip ) (Quit: Lost terminal)
26 [00:12:31] *** Quits: madage (~madage@replaced-ip ) (Ping timeout: 256 seconds)
27 [00:12:33] <HelloShitty> And I was trying to encrypt that volume with a key file
28 [00:12:41] <HelloShitty> but maybe I'm misunderstanding the concept
29 [00:12:53] *** Joins: winy (~vince@replaced-ip )
30 [00:13:07] <themill> finn0: bug titles yes, but not within bugs
31 [00:13:13] *** Joins: horribleprogram (~horriblep@replaced-ip )
32 [00:13:15] <HelloShitty> I thought this keyfile could be a GPG pair of keys that woul ask me my password to decrypt the volume
33 [00:13:19] *** Joins: Freshnuts (Freshnuts@replaced-ip )
34 [00:13:28] <HelloShitty> but maybe it's not supposed to be like that
35 [00:13:59] <HelloShitty> maybe it is supposed to be more like you have a password in a file and encrypt the volume with the password inside that file
36 [00:14:55] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Quit: Bye, bye...)
37 [00:15:26] *** Quits: tekmans13 (~tekmans@replaced-ip ) (Ping timeout: 258 seconds)
38 [00:15:34] *** Quits: jmarsac (~jmarsac@replaced-ip ) (Ping timeout: 272 seconds)
39 [00:15:38] <ross`> How do I see what files were created on my filesystem for a given package
40 [00:16:32] *** Quits: winy (~vince@replaced-ip ) (Client Quit)
41 [00:16:37] *** Joins: BrianG61UK (~BrianG61U@replaced-ip )
42 [00:17:15] *** Quits: Niki_ (~Niki@replaced-ip ) (Remote host closed the connection)
43 [00:17:15] *** Joins: madage (~madage@replaced-ip )
44 [00:17:17] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
45 [00:18:12] *** Quits: towo` (~towo@replaced-ip ) (Quit: Leaving)
46 [00:18:23] <EdePopede> ross`: dpkg-query -L $package
47 [00:18:26] *** Quits: vjacob (~vjacob@replaced-ip ) (Ping timeout: 258 seconds)
48 [00:18:32] <zoredache> HelloShitty: probably would use cryptsetup for that, with luks or something
49 [00:18:43] <HelloShitty> :s
50 [00:18:43] <EdePopede> and then there may be config files and the like created by the install scripts
51 [00:18:47] <HelloShitty> That's what I'm using
52 [00:19:32] <zoredache> ah, didn't seen enough history I guess.
53 [00:19:34] *** Parts: jal (~user@replaced-ip ) ("Killed buffer")
54 [00:19:38] *** Joins: Newami (~Newami@replaced-ip )
55 [00:19:39] <HelloShitty> yeah
56 [00:19:48] <HelloShitty> I'm using LUKS to encrypt a volume
57 [00:19:56] <HelloShitty> but I was trying to encrypt it with a key file
58 [00:19:57] *** Joins: mojikun (~mojikun@replaced-ip )
59 [00:20:05] <HelloShitty> but I might have misunderstood the concept
60 [00:20:19] <HelloShitty> I thought it would accept a GPG like key file
61 [00:20:25] <ross`> EdePopede: thank
62 [00:20:41] <HelloShitty> and I was asking here if I should provide the private key or the public key for this volume encryption
63 [00:20:51] *** Joins: jasonwc (~jasonwc@replaced-ip )
64 [00:20:52] <HelloShitty> but probably this is not the way it is supposed to be made
65 [00:21:10] <HelloShitty> maybe it's just a password in a file in plaintext that should be used to encrypt the volume
66 [00:21:11] <zoredache> your 'key' file should probably just be a file full of random data, the key possibly could be encrypted, but it might require some additional steps to present the unencrypted version of the file to cryptsetup
67 [00:21:47] <HelloShitty> I know that several key files can be used
68 [00:21:52] <HelloShitty> I think I read that from man pages
69 [00:22:07] <HelloShitty> but probably not in the sense I thought it was supposed to be one
70 [00:22:13] <HelloShitty> s/one/done
71 [00:22:26] <HelloShitty> I'll investigate further tomorrow
72 [00:22:29] *** Quits: mojikun (~mojikun@replaced-ip ) (Client Quit)
73 [00:23:38] <EdePopede> ross`: btw, dpkg-query -S $file gives you just the opposite: the name of a package
74 [00:23:48] <ross`> cool!
75 [00:24:08] <zoredache> HelloShitty I usually just do something like `dd if=/dev/random of=/externalmedia/keyfile bs=16k count=1` for my keyfiles
76 [00:24:14] <finn0> themill: Thanks for reply. Mail-archive of bugs (replaced-url
77 [00:24:35] <HelloShitty> yeah, I di that too first for testing
78 [00:24:39] <HelloShitty> but then I thought
79 [00:24:56] <HelloShitty> this is kind of the same as if I provide plain text password via terminal and memorize it
80 [00:25:06] <HelloShitty> the only difference is the lack of randomness
81 [00:25:31] <HelloShitty> that's why I thought that maybe the keyfile could be my GPG key file
82 [00:25:41] <zoredache> HelloShitty: well that is partly why I put it on external media. So it is only online when I mount the system
83 [00:25:46] <HelloShitty> but then I thought "but which one? Public or private"?
84 [00:26:05] *** Joins: dvs (~hibbard@replaced-ip )
85 [00:26:08] <HelloShitty> ok
86 [00:26:12] *** Joins: mojikun (~mojikun@replaced-ip )
87 [00:26:19] <HelloShitty> I see now I minsunderstood the concept
88 [00:26:41] *** Quits: mojikun (~mojikun@replaced-ip ) (Client Quit)
89 [00:27:16] <zoredache> you could probably generate that random key and encrypt it with gpg, then have some kind of script that uses gpg to unencrypted and present the unencrypted version at the time you mount.
90 [00:27:38] *** Joins: mojikun (~mojikun@replaced-ip )
91 [00:29:58] *** Joins: GenTooMan (~cyberman@replaced-ip )
92 [00:30:26] <mojikun> when buster comes out, can i just change the sources.list to point to buster, and apt update, apt full-upgrade?
93 [00:31:13] <horribleprogram> mojikun: what's buster?
94 [00:31:38] <mojikun> damn demian
95 [00:31:45] <mojikun> debian the new ubuntu
96 [00:31:47] <finn0> somiaj: Can I report about a bug for which I don't have information like steps to reproduce it, what's the affect on system etc?
97 [00:32:00] *** Joins: vjacob (~vjacob@replaced-ip )
98 [00:32:02] <horribleprogram> mojikun: no like what is Debian Buster?
99 [00:32:24] <mojikun> i don't understand the question
100 [00:32:57] *** Quits: twobitsprite (~isaac@replaced-ip ) (Ping timeout: 245 seconds)
101 [00:33:31] *** Quits: BrianG61UK (~BrianG61U@replaced-ip ) (Read error: Connection reset by peer)
102 [00:34:21] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
103 [00:35:13] <horribleprogram> What's the difference between Stretch and Buster?
104 [00:35:17] *** Joins: xcm (~xcm@replaced-ip )
105 [00:35:29] <horribleprogram> the repos in the sources.list?
106 [00:36:31] *** Joins: YoungFrog (~youngfrog@replaced-ip )
107 [00:37:11] <EdePopede> horribleprogram, that's my "main" entry > deb replaced-url
108 [00:37:22] *** Quits: amphiprions (~amphiprio@replaced-ip ) (Remote host closed the connection)
109 [00:37:26] <EdePopede> buster doesn't use "stretch" there of course
110 [00:38:25] <EdePopede> !codenames
111 [00:38:25] <dpkg> Debian release codenames are buzz (1.1), rex (1.2), bo (1.3), hamm (2.0), slink (2.1), potato (2.2), woody (3.0), sarge (3.1), etch (4.0), lenny (5.0), squeeze (6.0), wheezy (7) jessie (8) stretch (9) and sid=Unstable. "lsb_release -sc" (lsb-release package) will display a Debian system's codename. replaced-url
112 [00:40:31] *** Quits: xcm (~xcm@replaced-ip ) (Read error: Connection reset by peer)
113 [00:41:18] *** Joins: xcm (~xcm@replaced-ip )
114 [00:41:32] *** Quits: dvs (~hibbard@replaced-ip ) (Ping timeout: 272 seconds)
115 [00:43:02] *** Quits: jubo2 (~juboxi@replaced-ip ) (Read error: Connection reset by peer)
116 [00:44:08] *** Joins: victorqueiroz (uid340368@replaced-ip )
117 [00:44:25] *** Joins: jubo2 (~juboxi@replaced-ip )
118 [00:45:32] *** Joins: dvs (~hibbard@replaced-ip )
119 [00:47:39] *** Quits: pringau (~pringau@replaced-ip ) (Remote host closed the connection)
120 [00:50:27] *** Quits: mjsir911 (~msirabell@replaced-ip ) (Ping timeout: 245 seconds)
121 [00:50:53] *** Joins: ghoti (~paul@replaced-ip )
122 [00:51:20] *** Quits: XsiSec (~xsisec@replaced-ip ) (Remote host closed the connection)
123 [00:52:38] *** Joins: Terrell (~terr@replaced-ip )
124 [00:55:27] *** Quits: queip (~queip@replaced-ip ) (Ping timeout: 245 seconds)
125 [00:57:00] *** Joins: Prints (~333@replaced-ip )
126 [00:58:00] <annadane> mojikun, there'll be release notes
127 [00:58:19] <annadane> in *general* i guess the way is generally apt update, apt upgrade, apt dist-upgrade
128 [00:58:28] <dvs> *gasp*
129 [00:58:57] <annadane> horribleprogram, debian stretch is the current stable version and debian buster will be the next one, due to release on july 6
130 [00:58:58] *** Joins: polymorphisme (~Thunderbi@replaced-ip )
131 [01:01:57] <somiaj> finn0: the harder it is to reproduce the bug, the less like your bug report will get any traction. But you can report a bug.
132 [01:02:26] *** Joins: p2hc (~p2hc@replaced-ip )
133 [01:02:28] *** Quits: grindhold (~quassel@replaced-ip ) (Ping timeout: 246 seconds)
134 [01:04:32] <annadane> also you're not the first person to ask that either
135 [01:04:40] <annadane> how hard is it to google "debian buster"
136 [01:04:49] *** Joins: queip (~queip@replaced-ip )
137 [01:05:50] *** Joins: sandra-short (~LilMe@replaced-ip )
138 [01:07:05] <Henry151> hmm... looks like i'm running 60.7.1 , thanks for the heads up.
139 [01:07:16] <Henry151> that was wrong channel
140 [01:07:21] <Henry151> but I have questions here too
141 [01:07:54] <Henry151> i'm running firefox-esr and it is 60.7.1 on my debian system. Any idea when that will be upgraded to 60.7.2 ?
142 [01:08:19] <Henry151> concerned about recent vulnerabilities patched in 60.7.2
143 [01:08:47] *** Joins: ach_ (~ach@replaced-ip )
144 [01:09:08] <somiaj> when the security team gets it ready, and they often work on how grave they consider the security issues.
145 [01:09:27] *** Joins: nekomata (~nekomata@replaced-ip )
146 [01:09:32] <somiaj> If you have a cve for the vulns you can check the security tracker or the bug reports to see things.
147 [01:09:35] <somiaj> ,v firefox-esr
148 [01:09:36] <judd> Package: firefox-esr on amd64 -- jessie: 52.8.1esr-1~deb8u1; stretch: 60.6.1esr-1~deb9u1; stretch-updates: 60.6.3esr-1~deb9u1; jessie-security: 60.7.0esr-1~deb8u1; stretch-proposed-updates: 60.7.0esr-1~deb9u1; buster: 60.7.0esr-1; sid: 60.7.0esr-1; stretch-security: 60.7.1esr-1~deb9u1
149 [01:09:50] *** Joins: Aussie_matt (~quassel@replaced-ip )
150 [01:10:01] *** debhelper sets mode: +l 1485
151 [01:10:15] <Henry151> so it looks like i'm getting mine from stretch-security , i think
152 [01:10:37] <somiaj> replaced-url
153 [01:10:38] *** Quits: sorko999 (~sorko999@replaced-ip ) (Quit: Leaving.)
154 [01:11:18] <somiaj> it might be soon, since they have it in sid. Sometimes they do multiple fixes at once, depending on how sever the consider the vulnability.
155 [01:11:21] <Henry151> that's the thing i heard about and wanted to be sure i was protected from, yep.
156 [01:11:31] <finn0> somiaj: It seems like I've figured out which package causes issue but problem is that package is not from debian offical repo. Later, I'll confirm that after uninstalling package.
157 [01:11:35] <Henry151> cool. Sid is like "testing" right?
158 [01:11:48] *** Quits: Brigo (~Brigo@replaced-ip ) (Remote host closed the connection)
159 [01:11:58] <finn0> Still, should I report a bug?
160 [01:12:07] *** Joins: Brigo (~Brigo@replaced-ip )
161 [01:12:26] <somiaj> Henry151: no, sid is unstable. Anyways, just wait, the security team does keep on top of these things, but there is sometimes a delay (and as I said it often depends on how sever and impacting the vulns are)
162 [01:12:32] *** Joins: ice__ (~ice@replaced-ip )
163 [01:12:37] <Henry151> cool.
164 [01:13:16] <annadane> sid is always unstable. testing changes codenames depending on what the next stable is called
165 [01:13:26] <Henry151> ok.
166 [01:13:41] <somiaj> finn0: yea, make sure it is a bug in the offical repo, and the most current version of the package.
167 [01:13:58] <Henry151> do advanced users sometimes do something to tell their debian system, "use everything from stretch, but, for firefox-esr, use the version from sid"?
168 [01:14:14] <Henry151> or is that just not really done.
169 [01:14:22] <ice__> any PyQt5 pythonists in here?
170 [01:14:22] <somiaj> no, advanced users knownot to mix stable and testing/unstable.
171 [01:14:26] <somiaj> !don't break debian
172 [01:14:26] <dpkg> well, dont break debian is replaced-url
173 [01:14:43] <Henry151> ha
174 [01:14:52] <somiaj> Henry151: ^^ users should at least know that, and the general rule is do not install packages from testing/unstable in stable.
175 [01:14:58] <Henry151> i've broken my debian more times than I would like to remember... I try not to anymore.
176 [01:15:35] <Henry151> i used to always want the "state-of-the-art latest version" of everything but I finally decided I would be happier using a stable operating system
177 [01:16:16] <Henry151> so I'm on stretch now and been very happy with it.. I'll just turn on noscript for a few weeks until they get this security fix implemented.
178 [01:16:24] *** Quits: p2hc (~p2hc@replaced-ip ) (Quit: Konversation terminated!)
179 [01:17:38] *** Joins: fakstory (~fakstory@replaced-ip )
180 [01:17:38] *** Quits: n_1-c_k (~n_1-c_k@replaced-ip ) (Read error: Connection reset by peer)
181 [01:17:48] *** Joins: Ekchuan (~RandyMars@replaced-ip )
182 [01:18:31] *** Joins: n_1-c_k (~n_1-c_k@replaced-ip )
183 [01:18:32] *** Joins: mjsir911 (~msirabell@replaced-ip )
184 [01:19:00] *** Quits: Ekchuan_ (~RandyMars@replaced-ip ) (Ping timeout: 258 seconds)
185 [01:19:30] *** Joins: torbo (~user@replaced-ip )
186 [01:19:38] *** Quits: jubo2 (~juboxi@replaced-ip ) (Quit: Konversation terminated!)
187 [01:20:55] *** Quits: fakstory (~fakstory@replaced-ip ) (Remote host closed the connection)
188 [01:21:30] <annadane> Henry151, you're more than welcome to just download mozilla's firefox and use that
189 [01:21:34] *** Quits: Haudegen (~quassel@replaced-ip ) (Read error: Connection reset by peer)
190 [01:21:40] <annadane> i downloaded the .tar and extracted it to my home directory
191 [01:21:55] <annadane> you don't have to use ESR in stable
192 [01:22:35] <Henry151> ah, thanks annadane
193 [01:22:41] <Henry151> i can do that easily enough.
194 [01:23:03] *** Quits: sandra-short (~LilMe@replaced-ip ) (Remote host closed the connection)
195 [01:23:13] <annadane> ESR even breaks one of my extensions for being too old, so forget that noise
196 [01:23:15] *** Quits: protectionfault (one@replaced-ip ) (Quit: leaving)
197 [01:23:58] *** Joins: patterson (~patterson@replaced-ip )
198 [01:24:08] <Henry151> i have been using esr for ages, i kinda forget why even.. I remember i googled "what's the difference between firefox and firefox-esr" a long time ago and whatever i read, i decided "ok i'll use esr" and i've been using it now for a couple years as my primary browser.
199 [01:25:08] *** Joins: CaCO3 (~CaCO3@replaced-ip )
200 [01:25:31] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 244 seconds)
201 [01:26:02] <annadane> not that using firefox from mozilla will necessarily fix the security bug you're inquiring about, if you're happy with ESR then use it
202 [01:26:06] <annadane> i'm just saying you don't have to
203 [01:26:41] *** Joins: montan (~keylor@replaced-ip )
204 [01:26:58] <gfp76> gfp
205 [01:27:46] <Henry151> i'm not going to, I'm happy enough just knowing that would be the right way to switch my firefox version (as opposed to mixing different versions of debian in my sources list or such)
206 [01:28:49] *** Quits: montan (~keylor@replaced-ip ) (Remote host closed the connection)
207 [01:30:28] *** Quits: yht (~yht@replaced-ip ) (Ping timeout: 245 seconds)
208 [01:32:08] *** Joins: monk (~monk@replaced-ip )
209 [01:32:31] *** Quits: monk (~monk@replaced-ip ) (Client Quit)
210 [01:33:15] *** Quits: ghoti (~paul@replaced-ip ) (Read error: No route to host)
211 [01:33:33] *** Joins: usney (~usney@replaced-ip )
212 [01:33:57] <usney> how can I have screen and rtorrent start and system bootup together?
213 [01:34:24] <usney> how can I have screen and rtorrent start at*** system bootup together?
214 [01:35:20] *** Quits: mjsir911 (~msirabell@replaced-ip ) (Ping timeout: 244 seconds)
215 [01:35:27] *** Joins: bla (~b.laessig@197.3.241.230)
216 [01:35:49] *** Joins: Nimic (~u0_a214@replaced-ip )
217 [01:36:56] *** Joins: mjsir911 (msirabella@replaced-ip )
218 [01:37:13] <LtL> replaced-url
219 [01:37:21] *** Joins: kingofmemes (~kingofmem@replaced-ip )
220 [01:38:07] <somiaj> LtL: Correct, but firefox is not included in the debian stable repos, so those using firefox from the debian repos in stable need to wait for the security team (which seems like this is a high vuln so I expect it will be soon)
221 [01:38:31] *** Quits: bla (~b.laessig@197.3.241.230) (Remote host closed the connection)
222 [01:38:34] <LtL> somiaj: correct.
223 [01:40:25] <Henry151> phantomcircuit: debian sid (unstable) is currently using 60.7.2
224 [01:40:25] *** Quits: tagomago (~tagomago@replaced-ip ) (Read error: Connection reset by peer)
225 [01:40:32] <Henry151> wrong room again.
226 [01:40:35] <Henry151> ciao
227 [01:40:44] *** Quits: manots (~manots@replaced-ip ) (Read error: Connection reset by peer)
228 [01:41:01] <LtL> /me says channel, not 'room.'
229 [01:41:14] <dvs> !room
230 [01:41:14] <dpkg> CHANNEL!
231 [01:41:15] *** Joins: tagomago (~tagomago@replaced-ip )
232 [01:41:17] <dvs> damn
233 [01:41:20] * Henry151 is less accurate than LtL
234 [01:41:25] *** Joins: manots (~manots@replaced-ip )
235 [01:41:50] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
236 [01:42:48] *** Joins: himcesjf_ (~cesjf@replaced-ip )
237 [01:42:58] *** Quits: him-cesjf (~cesjf@replaced-ip ) (Ping timeout: 245 seconds)
238 [01:42:58] *** Joins: xcm (~xcm@replaced-ip )
239 [01:43:32] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
240 [01:43:40] *** Quits: CaCO3 (~CaCO3@replaced-ip ) (Quit: Leaving)
241 [01:46:08] *** Quits: kingofmemes (~kingofmem@replaced-ip ) (Read error: Connection reset by peer)
242 [01:46:08] *** Joins: kingofme_ (~kingofmem@replaced-ip )
243 [01:46:14] *** Quits: kingofme_ (~kingofmem@replaced-ip ) (Client Quit)
244 [01:47:05] <Henry151> so
245 [01:47:22] *** Quits: finn0 (~finn0@replaced-ip ) (Ping timeout: 258 seconds)
246 [01:48:32] <Henry151> if i did just download the latest version from mozilla, and I extracted the tar.bz2 archive somewhere, and it's now sitting there as a folder called "firefox" that's full of all kinds of different stuff
247 [01:48:56] <Henry151> can i put a symbolic link in /usr/local/bin/ so that when i run "firefox" it will run?
248 [01:49:09] <met> ,v firefox
249 [01:49:10] <judd> Package: firefox on amd64 -- sid: 67.0-4
250 [01:50:09] <LtL> Henry151: get firefox from mozilla.org and unpack it ~/
251 [01:50:52] <Henry151> like i would imagine it would be as simple as.. ln -s /path/to/new/firefox/that/i/just/downloaded/from/mozilla.org/firefox /usr/local/bin/firefox
252 [01:51:02] <Henry151> LtL: i did..
253 [01:51:22] <Henry151> i unpacked it in ~/Downloads/newest_firefox/ though
254 [01:51:33] <Henry151> i could move it around to wherever
255 [01:51:43] <LtL> ln -s /home/$USER/firefox/firefox /home/$USER/firefox/firefox # i use home dir
256 [01:51:52] <LtL> err
257 [01:52:03] <LtL> ln -s /home/$USER/firefox/firefox /home/$USER/Desktop
258 [01:52:09] *** Joins: ChatNakalDewasa (~CeweChina@replaced-ip )
259 [01:52:31] <Henry151> why are you putting it at /home/$USER/Desktop ? i don't understand
260 [01:53:15] <LtL> Henry151: its installed in my home dir, thats just a symlink on my desktop to launch it
261 [01:53:21] <Henry151> oh
262 [01:53:29] <Henry151> well i don't use my desktop that way at all
263 [01:53:46] <Henry151> i use mod+d to open the launcher thing at the top of my screen, and type the name of the thing i want to run
264 [01:54:06] <Henry151> usually if i want to be able to run something that way, i just put a symlink to it, in /usr/local/bin/
265 [01:54:15] <Henry151> but i am not sure if that will "override" the default firefox or not
266 [01:54:45] *** Joins: Unline (~Unline@replaced-ip )
267 [01:55:00] <abrotman> !mdn
268 [01:55:00] <dpkg> For stable releases, newer versions of Firefox, Icedove and Iceape can be found at replaced-url
269 [01:55:03] *** Quits: ChatNakalDewasa (~CeweChina@replaced-ip ) (Remote host closed the connection)
270 [01:55:21] <annadane> eww
271 [01:56:50] *** Quits: ice__ (~ice@replaced-ip ) (Quit: Leaving)
272 [01:56:53] <annadane> /usr/local/bin won't override the firefox-esr stored in presumably /usr/bin/firefox-esr
273 [01:57:07] <annadane> but AFAIK it'll share the .mozilla folder you have in $HOME
274 [01:57:18] <annadane> unless you set both up with separate profiles
275 [01:57:18] *** Joins: paulgrmn (~paulgrmn@replaced-ip )
276 [01:58:06] *** Quits: kupi (uid212005@replaced-ip ) (Quit: Connection closed for inactivity)
277 [01:59:16] *** Joins: dArK_IcE (~lawl@replaced-ip )
278 [02:00:02] *** Quits: alexlist (~alexlist@replaced-ip ) (Quit: Coyote finally caught me)
279 [02:00:36] <LtL> My default is FF 67.0.4 in $HOME I don't recall doing anything special to make it default, firefox-esr is still installed also.
280 [02:01:01] <Henry151> well i usually run esr as firefox-esr , and just don't use firefox
281 [02:01:04] *** Joins: trinks[m] (~trinksmat@replaced-ip )
282 [02:01:06] *** Quits: de-facto (~de-facto@replaced-ip ) (Quit: See you around.)
283 [02:01:18] *** Quits: foul_owl (~foul_owl@replaced-ip ) (Ping timeout: 245 seconds)
284 [02:01:23] <Henry151> but i wanted to make it so that /usr/bin/firefox is replaced by the version of firefox that i just downloaded from mozilla
285 [02:01:23] *** Joins: de-facto (~de-facto@replaced-ip )
286 [02:01:40] <at0m> annadane: they'll still source the same .mozilla/firefox/profiles.ini. it's up to the user to then select the correct profile. (though i admit i used same profiles for both, and didn't notice oddities)
287 [02:01:40] *** Quits: humpled (~humbag@replaced-ip ) (Remote host closed the connection)
288 [02:01:59] <Henry151> so i was thinking if i put a "firefox" symlink in /usr/local/bin/firefox that it would temporarily replace /usr/bin/firefox until such time as i delete the symlink
289 [02:02:00] *** Joins: alexlist (~alexlist@replaced-ip )
290 [02:02:18] <Henry151> just wanted to make sure that i was doing it right
291 [02:02:40] *** Quits: Unline (~Unline@replaced-ip ) (Quit: Unline)
292 [02:04:06] <annadane> i'm kind of tired so sorry for not following along atm
293 [02:04:09] *** Joins: DINOWILLIAM (~DINOWILLI@replaced-ip )
294 [02:04:22] <LtL> Henry151: a dist-upgrade may get tripped up by that, i don't know. I do know buster won't mess with my $HOME, it didn't with jessie-stretch
295 [02:06:15] <Henry151> hm
296 [02:06:20] *** Quits: trinks[m] (~trinksmat@replaced-ip ) (Remote host closed the connection)
297 [02:06:26] *** Quits: Eryn_1983_FL (~Eryn_1983@replaced-ip ) (Quit: WeeChat 1.6)
298 [02:06:30] *** Quits: whislock (~whislock@replaced-ip ) (Quit: WeeChat 2.4)
299 [02:06:31] *** Quits: vuks (~Vuks69@replaced-ip ) (Read error: Connection reset by peer)
300 [02:06:46] *** Joins: Eryn_1983_FL (~Eryn_1983@replaced-ip )
301 [02:06:49] <Henry151> i'm just gonna forget about it
302 [02:06:52] * Henry151 just forgets about it
303 [02:07:36] * Henry151 opens up esr again and continues with his web-browsing like he never even heard about the vulnerability
304 [02:07:52] * annadane falls asleep
305 [02:08:37] <LtL> !coffee annadane
306 [02:08:37] * dpkg decants a fine broth of organic, fair trade Jamaican Blue Mountain for annadane, courtesy of ltl
307 [02:09:20] * Henry151 writes down "say !coffee $nick to anybody who complains of being tired"
308 [02:09:32] <annadane> anyway i can't live without replaced-url
309 [02:10:01] *** debhelper sets mode: +l 1477
310 [02:10:39] <annadane> mozilla's also reasonably good at *not* having newer versions of their browser suck
311 [02:10:44] <annadane> so i'll take the improvements
312 [02:10:45] <Henry151> i heard about that. considered trying it out but never did actually. It must be nice. the person i was speaking with about it was saying that it messed them up, because it has slightly different behavior than actual vim, and so they got habits from it that messed them up while trying to actually use vim.
313 [02:10:57] *** Quits: paulgrmn (~paulgrmn@replaced-ip ) (Ping timeout: 268 seconds)
314 [02:11:31] *** Joins: whislock (~whislock@replaced-ip )
315 [02:12:17] <annadane> the transition to firefox quantum killed vimperator and now with firefox versions older than, what, 64? tridactyl won't work either
316 [02:12:22] <annadane> so, like, what do you want
317 [02:14:57] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Quit: Bye, bye...)
318 [02:15:16] *** Quits: t4skforce (~t4skforce@replaced-ip ) (Ping timeout: 268 seconds)
319 [02:15:19] *** Joins: foul_owl (~foul_owl@replaced-ip )
320 [02:15:25] *** Quits: ddevault (znc@replaced-ip ) (Ping timeout: 258 seconds)
321 [02:15:27] *** Joins: Uberius (~Uberius@replaced-ip )
322 [02:15:35] *** Joins: t4skforce (~t4skforce@replaced-ip )
323 [02:16:41] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
324 [02:17:48] <LtL> I try to avoid add-ons and browser extensions beyond a script blocker in the browser, and a codec or two
325 [02:17:50] *** Quits: apt (ibot@replaced-ip ) (Quit: cyal8r)
326 [02:18:44] *** Joins: apt (ibot@replaced-ip )
327 [02:19:41] *** Joins: kuli-cs-kasar-ho (~xxx@replaced-ip )
328 [02:20:20] <LtL> /me steers back into the on topic lane
329 [02:21:01] *** Joins: ddevault (znc@replaced-ip )
330 [02:22:23] *** Joins: dreamon_ (~dreamon@replaced-ip )
331 [02:22:24] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Ping timeout: 248 seconds)
332 [02:22:50] *** Joins: nuuuciano (~luuuciano@replaced-ip )
333 [02:25:52] *** Quits: dreamon (~dreamon@replaced-ip ) (Ping timeout: 245 seconds)
334 [02:29:10] *** Joins: yue-lan (~kylin@replaced-ip )
335 [02:29:58] *** Joins: MusketBallzIggy (~MusketBal@replaced-ip )
336 [02:30:21] *** Quits: MusketBallzIggy (~MusketBal@replaced-ip ) (Read error: Connection reset by peer)
337 [02:30:54] *** Quits: kuli-cs-kasar-ho (~xxx@replaced-ip ) (Remote host closed the connection)
338 [02:31:18] *** Quits: preview (~quassel@replaced-ip ) (Ping timeout: 245 seconds)
339 [02:31:59] *** Joins: a0z (~a0z@replaced-ip )
340 [02:32:53] <zophyx> oh my
341 [02:34:11] <cybercrypto> oh
342 [02:37:10] *** Joins: sweaty_braa (~sweaty-br@replaced-ip )
343 [02:38:44] <annadane> my
344 [02:39:48] *** Quits: sweaty_braa (~sweaty-br@replaced-ip ) (Remote host closed the connection)
345 [02:40:09] *** Joins: MusketBallzIggy (MusketBall@replaced-ip )
346 [02:40:16] <ross`> replaced-url
347 [02:40:47] <ross`> replaced-url
348 [02:41:07] <ross`> Anyone know what might cause that?
349 [02:42:44] *** Quits: viruscthulhu (~virus@replaced-ip ) (Read error: Connection reset by peer)
350 [02:44:09] <LtL> ross`: #nvidia channel is very good at this.
351 [02:44:26] *** Joins: tux_ (~tux@replaced-ip )
352 [02:44:33] <tux_> replaced-url
353 [02:44:41] *** Joins: preview (~quassel@replaced-ip )
354 [02:44:50] <tux_> does that look okay? ^^
355 [02:44:55] <LtL> ross`: i'm not running you off, be aware.
356 [02:45:37] <jmcnaught> tux_: systemd has a User= directive that you can use instead of using 'su tux…' in ExecStart
357 [02:45:57] <usney> how do I do that jmcnaught ?
358 [02:46:00] <usney> I am tux
359 [02:46:09] *** Joins: viruscthulhu (~virus@replaced-ip )
360 [02:46:13] *** Joins: blackest_mamba (~blackest_@replaced-ip )
361 [02:47:15] <jmcnaught> usney: put a line that says User=tux in the [Service] section
362 [02:47:19] *** Joins: resd[m] (~resdmatri@replaced-ip )
363 [02:47:29] *** Quits: diniwed (~gavron@replaced-ip ) (Ping timeout: 248 seconds)
364 [02:47:47] <usney> then get rid of su -c"
365 [02:47:48] <usney> ?
366 [02:47:54] <jmcnaught> usney: yeah
367 [02:48:19] <usney> so do everything the same except for the su tux -c?
368 [02:48:42] *** Quits: blackes__ (~blackest_@replaced-ip ) (Ping timeout: 244 seconds)
369 [02:49:32] <jmcnaught> usney: I've never tried to launch screen on boot like this (only ever used it interactively). Is the point so that you can attach to the screen session and interact with rtorrent (I also don't use this)
370 [02:50:01] *** debhelper sets mode: +l 1483
371 [02:50:57] *** Quits: Alexey_ (~Hacker@replaced-ip ) (Read error: Connection reset by peer)
372 [02:51:25] *** Quits: resd[m] (~resdmatri@replaced-ip ) (Remote host closed the connection)
373 [02:51:46] *** Quits: MusketBallzIggy (MusketBall@replaced-ip ) (Read error: Connection reset by peer)
374 [02:52:14] <jmcnaught> usney: replaced-url
375 [02:52:26] <jmcnaught> usney: is this for stretch, or buster?
376 [02:52:58] *** Joins: MusketBallzIggy (MusketBall@replaced-ip )
377 [02:53:16] *** Joins: yht (~yht@replaced-ip )
378 [02:53:45] <jmcnaught> usney: because apparently the rtorrent in buster has a daemon mode which wouldn't require you to use screen
379 [02:54:26] *** Joins: Jasonsrus2007 (~Jason@replaced-ip )
380 [02:54:40] <tux_> it is for stretch jmcnaught
381 [02:54:47] <tux_> I reinstalled stretch
382 [02:56:34] <ross`> LtL: Thanks!
383 [02:57:29] *** Quits: flo2marsnet (~flo2marsn@replaced-ip ) (Ping timeout: 244 seconds)
384 [02:57:47] <tux_> replaced-url
385 [02:58:24] <tux_> jmcnaught I decided to wait until buster comes out
386 [02:58:31] <jmcnaught> tux_: did you look at the example I linked on the arch wiki?
387 [02:59:04] <jmcnaught> tux_: or maybe check out deluged or transmission-daemon
388 [03:00:13] <tux_> I tried using transmission it is to hard for me to setup jmcnaught
389 [03:00:31] <tux_> rtorrent is easier for me
390 [03:00:48] <jmcnaught> tux_: I just use transmission-gtk on my desktop
391 [03:00:54] *** Joins: rapethemaids[m] (~rapethema@replaced-ip )
392 [03:01:06] <tux_> I have never been able to successfully use any other remote torrent app
393 [03:01:20] <tux_> so I just use ssh screen and rtorrent
394 [03:01:37] <tux_> to securely manage torrents
395 [03:02:21] *** Joins: diniwed (~gavron@replaced-ip )
396 [03:02:51] <tux_> I am looking for a remote solution that restarts after reboots from upgrades
397 [03:03:24] *** Quits: horribleprogram (~horriblep@replaced-ip ) (Quit: WeeChat 2.3)
398 [03:03:38] <tux_> I would like to get emails of what got installed though do you know how to set that up? I mean not local emails but on the web like gmail or outlook?
399 [03:04:27] <tux_> thank you so much jmcnaught for the example in the arch wiki
400 [03:04:50] *** Quits: rapethemaids[m] (~rapethema@replaced-ip ) (Remote host closed the connection)
401 [03:05:15] <tux_> I probably would have ran into the rtorrent lock problem thanks jmcnaught for that script
402 [03:05:19] <cybercrypto> tux_: Do you want to run dpkg for listing packages installed and get the output sent to you via email? Sorry I did not get it correctly.
403 [03:06:16] <tux_> yes I would like after each time my debian machine does an unattended updates I would like to get sent an email of what was installed
404 [03:06:36] <tux_> to my web email not local email
405 [03:07:06] *** Quits: yht (~yht@replaced-ip ) (Ping timeout: 258 seconds)
406 [03:07:07] *** Joins: headrx (~headrx@replaced-ip )
407 [03:07:24] *** Parts: headrx (~headrx@replaced-ip ) ()
408 [03:07:33] <cybercrypto> tux_: well... not sure if is that exactly what you want... but I manage to do that long ago using perl module for mail (smtp and smtps)
409 [03:07:54] <cybercrypto> tux_: you can send to any mail address you want, even the local ones.
410 [03:08:01] *** Quits: _MrGr33n_ (~None@replaced-ip ) (Read error: Connection reset by peer)
411 [03:08:06] <tux_> cool
412 [03:08:11] <tux_> tutorial link?
413 [03:08:28] *** Quits: MusketBallzIggy (MusketBall@replaced-ip ) (Read error: Connection reset by peer)
414 [03:08:46] <cybercrypto> tux_: I am also thinking... you can do that esier compared to perl, with python.
415 [03:09:01] *** Quits: mjsir911 (msirabella@replaced-ip ) (Ping timeout: 258 seconds)
416 [03:09:02] <tux_> yes I learned a little python
417 [03:09:12] *** Joins: MusketBallzIggy (MusketBall@replaced-ip )
418 [03:09:12] <tux_> but I have forgotten much
419 [03:09:20] *** Quits: Moonspell (moon@replaced-ip ) (Ping timeout: 248 seconds)
420 [03:09:23] <cybercrypto> tux_: uff.... long ago... dont recall by heart... allow me to check old hard disk.
421 [03:09:45] <tux_> okay thank you
422 [03:09:53] *** Joins: Tatiana (~T@replaced-ip )
423 [03:10:05] *** Joins: _MrGr33n_ (~None@replaced-ip )
424 [03:10:43] <cybercrypto> tux_: found two links that may guide you in the journey... perhaps it will trigger back your developer skills :-)
425 [03:10:50] <cybercrypto> replaced-url
426 [03:11:08] *** Joins: Moonspell (moon@replaced-ip )
427 [03:11:22] <cybercrypto> tux_: I preffer realpython instead... chek it out
428 [03:11:27] <cybercrypto> replaced-url
429 [03:11:43] <jmcnaught> tux_: what you need is to configure a Mail Transport Agent (MTA) on the server that will forward mail to root@localhost to your personal email address. The default MTA on Debian is exim4, but there are simpler ones like msmtp-mta or ssmtp.
430 [03:12:33] <cybercrypto> tux_: make sure you get all the inputs from unnatended upgrades piped to a log file, then trigger your python to parse and send it to external email addrees using smtplib.
431 [03:14:11] *** Quits: null1337 (~WhoAmI@replaced-ip ) (Quit: Now if you will excuse me, I have a giant ball of oil to throw out my window)
432 [03:14:53] *** Joins: bralyclow01 (bralyclow@replaced-ip )
433 [03:15:14] <cybercrypto> jmcnaught: I agree, using an MTA is also an option... but it will be another service in tux box, just to send a mail once in a while.
434 [03:16:09] *** Joins: zyley (~zyley@replaced-ip )
435 [03:17:38] *** Quits: MusketBallzIggy (MusketBall@replaced-ip ) (Quit: Leaving)
436 [03:18:03] <jmcnaught> I'd say that if you have an account on a mail server that will allow it, configuring a null mailer MTA would be the easiest, certainly easier than writing custom Python script
437 [03:18:36] *** Quits: bralyclow (bralyclow@replaced-ip ) (Ping timeout: 272 seconds)
438 [03:19:17] *** Quits: ikus060 (~ikus060@replaced-ip ) (Quit: Leaving)
439 [03:19:20] *** Joins: grobi1 (~rtng@replaced-ip )
440 [03:19:37] *** Quits: grobi (~rtng@replaced-ip ) (Ping timeout: 245 seconds)
441 [03:20:56] *** Joins: yht (~yht@replaced-ip )
442 [03:21:20] <tux_> I guess I can just ssh login and read the logs
443 [03:21:25] <tux_> :)
444 [03:21:47] <tux_> but how do I just search for the updates in the mail log?
445 [03:22:39] <tux_> pipe it to grep or something?
446 [03:22:42] *** Joins: casaca (~nut@replaced-ip )
447 [03:22:45] <jmcnaught> tux_: just look at the logs in /var/log/unattended-upgrades
448 [03:22:56] <tux_> cool thanks jmcnaught
449 [03:23:15] <annadane> speaking of, does unattended upgrades tell you when you need reboots? or do you just have to check the logs manually
450 [03:24:13] <jmcnaught> I don't use unattended-upgrades, but I also don't have very many systems that I need to keep up to date
451 [03:24:30] <annadane> i don't think i ever will either, for my desktop
452 [03:24:46] *** Quits: vhs (~vhs@replaced-ip ) (Remote host closed the connection)
453 [03:25:51] *** Quits: Tom01 (~tom@replaced-ip ) (Remote host closed the connection)
454 [03:26:22] <LtL> annadane: I don't do unattended, but I do like the needrestart package.
455 [03:26:25] *** Quits: stefanos82 (~stephen@replaced-ip ) (Quit: Quitting for now...)
456 [03:26:59] <annadane> see, i know needrestart exists
457 [03:27:03] <annadane> i just... haven't used it
458 [03:27:09] <annadane> i probably should
459 [03:27:10] <LtL> needrestart is part of a larger package, i just install needrestart
460 [03:27:28] <tux_> what does needrestart do?
461 [03:27:33] <annadane> it's not, you're thinking of checkrestart
462 [03:27:42] <annadane> it checks for outdated binaries
463 [03:28:22] <LtL> tux_: any upgrades completed it will advise you as to what could need restarting, and will do it for you if you wish.
464 [03:28:45] *** Joins: kd0vsw (kd0vsw@replaced-ip )
465 [03:28:51] <tux_> oh so you don't have to do a full reboot? LtL
466 [03:29:18] <LtL> it can run any time you want also. you rarely need a full reboot.
467 [03:29:41] <annadane> full reboots are basically what, kernel + microcode updates
468 [03:29:52] <cybercrypto> tux_: just a sec, please
469 [03:29:57] <annadane> but for example upgrading virt-manager would require you to restart the service for it
470 [03:30:50] <LtL> kernel + firmware = reboots, anything else can be restarted
471 [03:30:54] *** Joins: kd0vsw_1 (kd0vsw@replaced-ip )
472 [03:31:00] *** Quits: kd0vsw_1 (kd0vsw@replaced-ip ) (Client Quit)
473 [03:31:01] <jmcnaught> dbus also needs a reboot
474 [03:31:02] <LtL> most anything else
475 [03:31:31] *** Joins: Krennic (~Krennic@replaced-ip )
476 [03:31:41] *** Quits: yue-lan (~kylin@replaced-ip ) (Quit: Leaving)
477 [03:32:12] *** Quits: kd0vsw (kd0vsw@replaced-ip ) (Read error: Connection reset by peer)
478 [03:32:21] <tux_> I am going to restart but my other connected irc user will still be here however so I will still see posts. I want to see if that unit service works.
479 [03:32:38] *** Joins: KD0VSW (kd0vsw@replaced-ip )
480 [03:33:22] <annadane> meh
481 [03:33:25] *** Quits: blackest_mamba (~blackest_@replaced-ip ) (Remote host closed the connection)
482 [03:33:28] <annadane> i'll install needrestart i guess
483 [03:34:10] *** Quits: Surfer2011_ (~quassel@replaced-ip ) (Ping timeout: 244 seconds)
484 [03:34:26] *** Quits: Newami (~Newami@replaced-ip ) (Read error: Connection reset by peer)
485 [03:34:56] *** Quits: Gyro (~user@replaced-ip ) (Ping timeout: 248 seconds)
486 [03:35:50] *** Quits: nekomata (~nekomata@replaced-ip ) (Quit: Leaving)
487 [03:36:02] *** Quits: tux_ (~tux@replaced-ip ) (Remote host closed the connection)
488 [03:36:42] *** Quits: queip (~queip@replaced-ip ) (Ping timeout: 245 seconds)
489 [03:36:44] *** Quits: Jasonsrus2007 (~Jason@replaced-ip ) (Quit: Leaving)
490 [03:37:17] *** Joins: blackest_mamba (~blackest_@replaced-ip )
491 [03:38:12] *** Quits: KD0VSW (kd0vsw@replaced-ip ) (Read error: Connection reset by peer)
492 [03:38:37] *** Joins: KD0VSW (kd0vsw@replaced-ip )
493 [03:40:01] *** debhelper sets mode: +l 1472
494 [03:40:23] *** Quits: Tatiana (~T@replaced-ip ) (Read error: Connection reset by peer)
495 [03:40:41] *** Joins: kts (~kts@replaced-ip )
496 [03:43:51] *** Quits: ksk (~ksk@replaced-ip ) (Remote host closed the connection)
497 [03:44:01] *** Joins: mjsir911 (~msirabell@replaced-ip )
498 [03:44:23] *** Joins: queip (~queip@replaced-ip )
499 [03:45:30] *** Joins: Krennic_ (~Krennic@replaced-ip )
500 [03:45:55] *** Quits: kts (~kts@replaced-ip ) (Ping timeout: 268 seconds)
501 [03:47:46] *** Joins: kts (~kts@replaced-ip )
502 [03:47:57] *** Joins: we6jbo (~we6jbo@replaced-ip )
503 [03:48:23] *** Quits: Krennic (~Krennic@replaced-ip ) (Ping timeout: 268 seconds)
504 [03:49:20] *** Quits: manots (~manots@replaced-ip ) (Read error: Connection reset by peer)
505 [03:49:38] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Ping timeout: 272 seconds)
506 [03:49:40] *** Quits: Krennic_ (~Krennic@replaced-ip ) (Ping timeout: 244 seconds)
507 [03:49:52] *** Joins: manots (~manots@replaced-ip )
508 [03:51:32] *** Quits: coruja (coruja@replaced-ip ) (Ping timeout: 272 seconds)
509 [03:55:59] *** Quits: woshty (~woshty@replaced-ip ) (Ping timeout: 250 seconds)
510 [03:57:53] <cybercrypto> tux_, you there?
511 [03:58:13] *** Joins: sidmo_ (~ident@replaced-ip )
512 [03:58:21] <usney> I am
513 [03:58:22] *** Quits: dreamon_ (~dreamon@replaced-ip ) (Ping timeout: 245 seconds)
514 [03:58:31] <usney> I am tux also cybercrypto
515 [03:59:29] *** Quits: kts (~kts@replaced-ip ) (Ping timeout: 268 seconds)
516 [03:59:39] *** Joins: austin987 (~null@replaced-ip )
517 [04:00:19] *** Quits: preview (~quassel@replaced-ip ) (Ping timeout: 250 seconds)
518 [04:00:24] *** Joins: preview_ (~quassel@replaced-ip )
519 [04:00:27] <cybercrypto> usney: ok
520 [04:00:32] *** Quits: Freddrickk (~fred@replaced-ip ) (Remote host closed the connection)
521 [04:00:41] <usney> do you need to tell me something?
522 [04:01:17] *** Joins: Freddrickk (~fred@replaced-ip )
523 [04:01:34] <usney> the other issue I was working on is not working journal -xe says something about ufw and my network card's name
524 [04:01:49] *** Joins: kts (~kts@replaced-ip )
525 [04:01:56] <usney> the systemd unit script me and jmcnaught were working on
526 [04:02:18] *** Quits: sidmo (~ident@replaced-ip ) (Ping timeout: 258 seconds)
527 [04:03:29] *** Joins: Surfer2011 (~quassel@replaced-ip )
528 [04:04:01] *** Joins: ksk (~ksk@replaced-ip )
529 [04:04:23] <usney> I think perhaps I need to have the unit script start after this other unit script
530 [04:04:49] *** Quits: vjacob (~vjacob@replaced-ip ) (Ping timeout: 248 seconds)
531 [04:05:00] *** Joins: tux_ (~tux@replaced-ip )
532 [04:05:02] *** Joins: dvs (~hibbard@replaced-ip )
533 [04:05:37] <tux_> I am back cybercrypto
534 [04:05:40] <cybercrypto> usney: yeap, here is an example using python for sending external mail to google.
535 [04:05:52] <cybercrypto> tux_: replaced-url
536 [04:06:05] <usney> thanks
537 [04:06:34] *** Quits: mojikun (~mojikun@replaced-ip ) (Quit: Leaving)
538 [04:07:18] <cybercrypto> tux_: you will get reject by Google, if your settings are blocking 'non-secure-apps'. SO I recommend you to change it on the google website (you will have the link when you try to login) and send a test message to yourself.
539 [04:08:38] <cybercrypto> tux_: from there, you will just need to create a dummy google account (dont think you will be using your personal one.. it is up to you) and enhance the python script to get the debian unnattended log file contents, into you 'message' variable.
540 [04:08:53] <cybercrypto> tux_: good luck and have fun"
541 [04:08:55] <cybercrypto> tux_: good luck and have fun!
542 [04:09:26] <plouj> where can I find a working mirror of replaced-url
543 [04:09:39] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
544 [04:10:36] *** Joins: xcm (~xcm@replaced-ip )
545 [04:11:48] *** Quits: kts (~kts@replaced-ip ) (Ping timeout: 272 seconds)
546 [04:13:22] *** Quits: jmichel (~jmichel@replaced-ip ) (Ping timeout: 245 seconds)
547 [04:15:16] *** Joins: ribas (~ribas@replaced-ip )
548 [04:15:22] *** Parts: ribas (~ribas@replaced-ip ) ()
549 [04:15:31] *** Quits: KD0VSW (kd0vsw@replaced-ip ) (Ping timeout: 268 seconds)
550 [04:16:05] <plouj> nvm, found it at replaced-url
551 [04:17:11] *** Joins: citypw (~citypw@replaced-ip )
552 [04:17:45] <zoredache> plouj: the buster/sid link seems to be fine
553 [04:17:59] *** Quits: Terminus (~null@replaced-ip ) (Ping timeout: 268 seconds)
554 [04:18:44] *** Joins: r1nt3c (~r1nt3c@replaced-ip )
555 [04:18:44] *** Quits: k-man (~jason@replaced-ip ) (Read error: Connection reset by peer)
556 [04:18:51] *** Joins: Terminus (~null@replaced-ip )
557 [04:19:48] *** Joins: k-man (~jason@replaced-ip )
558 [04:19:51] *** Quits: pingfloyd (~pingfloyd@replaced-ip ) (Quit: WeeChat 1.6)
559 [04:21:21] *** Quits: Nimic (~u0_a214@replaced-ip ) (Ping timeout: 248 seconds)
560 [04:22:31] *** Quits: Arimil (~Renari@replaced-ip ) (Read error: Connection reset by peer)
561 [04:22:55] *** Joins: kts (~kts@replaced-ip )
562 [04:24:04] *** Quits: mearch (~mearch@replaced-ip ) (Ping timeout: 246 seconds)
563 [04:25:49] *** Quits: monstar (~mitya@replaced-ip ) (Ping timeout: 246 seconds)
564 [04:26:15] *** Quits: dArK_IcE (~lawl@replaced-ip ) ()
565 [04:27:03] *** Joins: nav2002_ (~nav2002@replaced-ip )
566 [04:27:52] *** Joins: saint__ (~saint_@replaced-ip )
567 [04:28:25] *** Quits: t4skforce (~t4skforce@replaced-ip ) (Ping timeout: 244 seconds)
568 [04:28:25] *** Joins: soulcare (~mearch@replaced-ip )
569 [04:29:13] *** Joins: t4skforce (~t4skforce@replaced-ip )
570 [04:29:32] *** Quits: saint_ (~saint_@replaced-ip ) (Ping timeout: 272 seconds)
571 [04:31:28] *** Quits: z8z (~x@replaced-ip ) (Ping timeout: 248 seconds)
572 [04:34:04] *** Quits: nav2002_ (~nav2002@replaced-ip##) (Quit: Going offline, see ya! (##replaced-url
573 [04:36:28] <tux_> jmcnaught replaced-url
574 [04:37:44] <Kremator> folks, historically what made debian differentiate from other distro's back in its beggining? was APT the major player making Debian well.... begin Debian?
575 [04:37:47] *** Joins: bralyclow (bralyclow@replaced-ip )
576 [04:38:24] *** Quits: rocketmagnet (~noname@replaced-ip ) (Quit: Have to leave, see you soon, best regards and thanks for the help)
577 [04:38:40] <annadane> i wasn't around for it but yes, people liked apt
578 [04:38:59] <annadane> but tux_ does have a support question and #debian-offtopic is a better place for discussion
579 [04:39:00] <zoredache> don't think apt was added until like 2.2ish? I know I switched From redhat because of RPM hell though
580 [04:39:21] <Kremator> annadane, which were the diff between slackware (back then) and let's say debian 2
581 [04:39:28] <annadane> dunno
582 [04:39:35] <dvs> It's because debian does a lot of testing and doesn't update packages willy-nilly
583 [04:39:46] <Kremator> zoredache, exactly, i want to know what made debian differentiate from other distros back in its early versions
584 [04:39:57] <annadane> #debian-offtopic
585 [04:40:01] *** debhelper sets mode: +l 1466
586 [04:40:31] <Kremator> annadane, oh c'mon it is distro related and nobody is asking a tehcnical question at the moment
587 [04:40:44] <Sveta> Kremator: tux_ is.
588 [04:40:47] <zoredache> not sure why a question about Debian is offtopic for #debian.
589 [04:40:57] <annadane> i said tux_ had a question
590 [04:41:03] <annadane> otherwise i'd probably let it slide
591 [04:41:18] *** Quits: bralyclow01 (bralyclow@replaced-ip ) (Ping timeout: 245 seconds)
592 [04:41:53] *** Joins: llucenic_ (~Thunderbi@replaced-ip )
593 [04:42:08] *** Quits: t4skforce (~t4skforce@replaced-ip ) (Ping timeout: 245 seconds)
594 [04:43:04] <zoredache> tux_: may need to add more context to his question. I am not sure people in the channel are all going to try to scroll back over the last hour to follow everything. Maybe by adding the current systemd until to the past or something. Maybe needs to add the output if they run the command directly at a shell.
595 [04:43:44] *** Quits: AlexPortable (uid7568@replaced-ip ) (Quit: Connection closed for inactivity)
596 [04:44:43] <tux_> replaced-url
597 [04:45:32] *** Joins: t4skforce (~t4skforce@replaced-ip )
598 [04:48:57] <zoredache> why forking?
599 [04:49:56] <ross`> I fixed my nvidia issues by manually upgrading to 430
600 [04:50:00] <ross`> and by downgrading my kernel
601 [04:51:01] <ross`> 418.74 is failing to load nvidia_drm into the kernel on boot for 4.19.0-4-amd64 and 4.19.0-5-amd64
602 [04:51:47] <usney> ? zoredache
603 [04:52:28] <zoredache> usney: just trying to understand why your unit is forking. Not sure I understand why you would have that
604 [04:55:40] <usney> dunno I copied the unit from arch wiki like jmcnaught recommended to do
605 [04:56:29] <zoredache> Anyway so are there any screen sessions running right now? What happens if you just run the screen command directly?
606 [04:56:44] <jmcnaught> usney: the unit examples on the arch wiki might not actually be that great, but presumably they worked for someone. Did you try running the ExecStart= command directly in your shell?
607 [04:56:58] *** Joins: well_laid_lawn (~Jean-luc@replaced-ip )
608 [04:57:01] <usney> no
609 [04:57:05] <usney> let me try
610 [04:57:19] <zoredache> My screen+interactive units look more like this. replaced-url
611 [04:57:26] *** Joins: KD0VSW (kd0vsw@replaced-ip )
612 [04:57:39] *** Quits: MACscr (~MACscr@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
613 [04:57:53] <zoredache> Maybe try adjusting your ExecStart to just fire off /bin/bash temporarily instead of rtorrent
614 [04:58:24] <zoredache> See if you can just get a basic shell working in a screen session
615 [05:00:02] *** Joins: Surfer2011_ (~quassel@replaced-ip )
616 [05:00:06] <zoredache> though mostly I have switch over all my usage to tmux these days
617 [05:01:10] *** Joins: ffl^ (ffl@replaced-ip )
618 [05:02:52] *** Quits: Surfer2011 (~quassel@replaced-ip ) (Ping timeout: 258 seconds)
619 [05:03:45] *** Joins: corvo (~Thunderbi@replaced-ip )
620 [05:04:14] *** Quits: blackest_mamba (~blackest_@replaced-ip ) (Ping timeout: 268 seconds)
621 [05:04:51] *** Joins: Haudegen (~quassel@replaced-ip )
622 [05:05:00] *** Quits: tux_ (~tux@replaced-ip ) (Remote host closed the connection)
623 [05:07:12] *** Quits: ChmEarl (~chmearl@replaced-ip ) (Quit: Leaving)
624 [05:07:25] *** Joins: KoSakash98 (b9c31066@replaced-ip )
625 [05:07:34] <KoSakash98> I am super horny & already wet. Join & watch my Live and let's have fun together. Free for the next 3 members. The fun is guaranteed!! Link ---> replaced-url
626 [05:07:38] *** Quits: KoSakash98 (b9c31066@replaced-ip ) (Client Quit)
627 [05:07:55] *** Parts: mjsir911 (~msirabell@replaced-ip ) ()
628 [05:09:47] *** Quits: yht (~yht@replaced-ip ) (Ping timeout: 268 seconds)
629 [05:10:11] *** Quits: Dj_Dexter (djdexter@replaced-ip ) (Changing host)
630 [05:10:11] *** Joins: Dj_Dexter (djdexter@replaced-ip )
631 [05:10:37] *** Joins: zeden (~user@replaced-ip )
632 [05:11:07] *** Joins: blackest_mamba (~blackest_@replaced-ip )
633 [05:11:38] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Ping timeout: 268 seconds)
634 [05:12:28] *** Joins: whislock_ (~whislock@replaced-ip )
635 [05:12:30] *** Quits: whislock (~whislock@replaced-ip ) (Killed (adams.freenode.net (Nickname regained by services)))
636 [05:12:30] *** whislock_ is now known as whislock
637 [05:12:58] *** Quits: r1nt3c (~r1nt3c@replaced-ip ) (Ping timeout: 245 seconds)
638 [05:14:11] *** Joins: Newami (~Newami@replaced-ip )
639 [05:15:02] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Quit: Bye, bye...)
640 [05:15:23] *** Joins: NecroByte (~Ex-Hacker@replaced-ip )
641 [05:15:31] *** Quits: shoogz (~shoogz@replaced-ip ) (Ping timeout: 258 seconds)
642 [05:18:26] *** NecroByte is now known as Blue^Nexus
643 [05:18:59] *** Quits: KD0VSW (kd0vsw@replaced-ip ) (Read error: Connection reset by peer)
644 [05:19:23] *** Joins: KD0VSW (kd0vsw@replaced-ip )
645 [05:19:26] *** Quits: skyikot (~skyikot@replaced-ip ) (Quit: skyikot)
646 [05:21:34] *** Quits: CombatVet (~c4@replaced-ip ) (Quit: FBI Agent logging out [ID: D8362C010])
647 [05:21:36] *** Quits: ec0 (~ec0_light@replaced-ip ) (Remote host closed the connection)
648 [05:21:41] *** Quits: KD0VSW (kd0vsw@replaced-ip ) (Read error: Connection reset by peer)
649 [05:22:55] *** Joins: KD0VSW (kd0vsw@replaced-ip )
650 [05:23:23] *** Joins: CombatVet (~c4@replaced-ip )
651 [05:23:38] *** Joins: oahong (~samigarus@replaced-ip )
652 [05:23:57] *** Quits: oahong_ (~samigarus@replaced-ip ) (Ping timeout: 258 seconds)
653 [05:24:42] *** Quits: yonder (~yonder@replaced-ip ) (Remote host closed the connection)
654 [05:25:51] *** Quits: CombatVet (~c4@replaced-ip ) (Remote host closed the connection)
655 [05:26:29] *** Joins: [b0b] (~bob@replaced-ip )
656 [05:26:53] *** Joins: CombatVet (~c4@replaced-ip )
657 [05:26:54] *** Quits: n_1-c_k (~n_1-c_k@replaced-ip ) (Read error: Connection reset by peer)
658 [05:26:54] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
659 [05:27:10] *** Joins: yonder (~yonder@replaced-ip )
660 [05:27:29] *** Joins: ec0 (~ec0_light@replaced-ip )
661 [05:27:44] <usney> hey guys I solved my issue I will pastebin what I did jmcnaught cybercrypto zoredache
662 [05:27:47] *** Joins: n_1-c_k (~n_1-c_k@replaced-ip )
663 [05:29:12] *** Quits: b0b (~bob@replaced-ip ) (Ping timeout: 245 seconds)
664 [05:29:14] *** [b0b] is now known as b0b
665 [05:30:52] *** Joins: pingfloyd (~pingfloyd@replaced-ip )
666 [05:31:00] *** Joins: kesenai (~username@replaced-ip )
667 [05:31:28] <usney> I rebooted and it worked
668 [05:31:33] <usney> yay!
669 [05:31:38] <usney> I solved it all on my own
670 [05:32:18] <annadane> what's the command again...
671 [05:32:27] <annadane> damnit
672 [05:32:37] <usney> what command?
673 [05:32:55] <annadane> like the "congratulations, user" thing dpkg has
674 [05:33:30] <annadane> !win usney
675 [05:33:30] <dpkg> Congratulations, usney! You have won second prize in a beauty contest!
676 [05:33:34] <annadane> there it is
677 [05:35:17] <Psi-Jack> heh
678 [05:38:17] *** Joins: tux_ (~tux@replaced-ip )
679 [05:38:18] *** Joins: finn0 (~finn0@replaced-ip )
680 [05:38:33] <tux_> I am usney too
681 [05:38:40] <tux_> here is how I solved my issue
682 [05:38:55] <tux_> I slightly modified the unit script from arch wiki
683 [05:38:57] <tux_> here it is
684 [05:39:25] *** Quits: zeden (~user@replaced-ip ) (Quit: WeeChat 2.4)
685 [05:39:28] <tux_> save it in /etc/systemd/system/rtorrent@.service
686 [05:39:31] <tux_> replaced-url
687 [05:39:44] <tux_> use a text editor like nano
688 [05:39:54] <tux_> then after you save it
689 [05:40:13] <pingfloyd> usney: you've taken your first step into a larger world.
690 [05:40:30] <tux_> systemctl enable rtorrent@tux
691 [05:40:47] <tux_> enter your password
692 [05:40:50] <tux_> then reboot
693 [05:40:56] <tux_> then it works
694 [05:40:58] *** Quits: CrystalMath (~coderain@replaced-ip##) (Quit: Support Free Software - ##replaced-url
695 [05:41:01] <tux_> ya
696 [05:41:54] *** Joins: blackes__ (~blackest_@replaced-ip )
697 [05:41:59] *** Quits: tux_ (~tux@replaced-ip ) (Client Quit)
698 [05:42:59] *** Joins: bralyclow01 (~bralyclow@replaced-ip )
699 [05:43:30] *** Quits: blackest_mamba (~blackest_@replaced-ip ) (Ping timeout: 258 seconds)
700 [05:43:35] *** Joins: bralyclo_ (~bralyclow@replaced-ip )
701 [05:44:16] *** Joins: blastwave (~admsys@replaced-ip )
702 [05:44:24] *** Quits: polymorphisme (~Thunderbi@replaced-ip ) (Remote host closed the connection)
703 [05:44:29] *** Joins: nuuuciano (~luuuciano@replaced-ip )
704 [05:45:04] *** Quits: bralyclow (bralyclow@replaced-ip ) (Ping timeout: 248 seconds)
705 [05:45:11] *** Joins: bralycl__ (~bralyclow@replaced-ip )
706 [05:45:24] *** Quits: martian67| (~martian67@replaced-ip ) (Remote host closed the connection)
707 [05:45:37] *** Quits: ec0 (~ec0_light@replaced-ip ) (Quit: WeeChat 1.9.1)
708 [05:45:47] *** Joins: ec0 (~ec0_light@replaced-ip )
709 [05:46:02] *** Joins: martian67 (~martian67@replaced-ip )
710 [05:46:08] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
711 [05:47:08] *** Quits: bralyclow01 (~bralyclow@replaced-ip ) (Ping timeout: 245 seconds)
712 [05:47:12] *** Joins: xcm (~xcm@replaced-ip )
713 [05:47:14] *** Quits: CombatVet (~c4@replaced-ip ) (Remote host closed the connection)
714 [05:47:18] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
715 [05:47:21] *** Joins: karakedi (~eAC53C340@replaced-ip )
716 [05:47:21] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Changing host)
717 [05:47:21] *** Joins: karakedi (~eAC53C340@replaced-ip )
718 [05:48:00] <blastwave> curious if anyone has any world class slow hardware running Debian sid.
719 [05:48:43] * blastwave thinking about a hand crank babbage machine or better
720 [05:48:47] *** Quits: bralyclo_ (~bralyclow@replaced-ip ) (Ping timeout: 245 seconds)
721 [05:48:48] *** Joins: CombatVet (~c4@replaced-ip )
722 [05:50:01] <jmcnaught> usney: that ExecStop=/bin/kill -9… I would see if you can successfully stop the service without that line (comment it out) or at least remove the -9
723 [05:50:15] <jmcnaught> !kill9
724 [05:50:15] <dpkg> No, no, no! Don't use kill -9. It doesn't give the process a chance to clean up after itself. First try kill -15; then try kill -2; then try kill -1.
725 [05:51:13] *** Quits: ach_ (~ach@replaced-ip ) (Ping timeout: 246 seconds)
726 [05:51:13] *** Quits: tagomago (~tagomago@replaced-ip ) (Read error: Connection reset by peer)
727 [05:51:45] *** Joins: ach_ (~ach@replaced-ip )
728 [05:51:50] *** Joins: tagomago (~tagomago@replaced-ip )
729 [05:51:52] <jmcnaught> usney: if you comment out ExecStop= you'll also want to comment out KillMode=none)
730 [05:52:22] *** Quits: torbo (~user@replaced-ip ) (Remote host closed the connection)
731 [05:52:56] *** Joins: polymorphisme (~Thunderbi@replaced-ip )
732 [05:53:54] *** Quits: CombatVet (~c4@replaced-ip ) (Remote host closed the connection)
733 [05:54:09] *** Quits: CaptainN (zelda@replaced-ip ) (Read error: Connection reset by peer)
734 [05:54:31] *** Quits: GenTooMan (~cyberman@replaced-ip ) (Quit: Leaving)
735 [05:54:57] *** Joins: CaptainN (~KevinKeen@replaced-ip )
736 [05:55:30] *** Joins: CombatVet (~c4@replaced-ip )
737 [05:56:03] <usney> jmcnaught when I reboot it gives me two processes running for rtorrent
738 [05:56:18] <usney> how do I set it up to kill old processes properly?
739 [05:56:25] <usney> after that it should work fine
740 [05:56:41] <usney> two screen processes
741 [05:56:44] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
742 [05:57:01] <usney> oh I am being dumb
743 [05:57:10] <usney> I need to kill screen
744 [05:57:47] *** Joins: xcm (~xcm@replaced-ip )
745 [05:57:53] *** Quits: llucenic_ (~Thunderbi@replaced-ip ) (Ping timeout: 268 seconds)
746 [05:58:20] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 252 seconds)
747 [05:58:27] *** Quits: burrows (~burrows@replaced-ip ) (Quit: Quitting)
748 [05:59:12] *** Joins: sofakingwetoddid (~sofakingw@replaced-ip )
749 [05:59:14] <blastwave> anyone know how to set a better console font in buster or sid ?
750 [05:59:32] <jmcnaught> usney: I would try commenting out the lines ExecStop= and KillMode= and seeing if you can still stop the service with "systemctl stop rtorrent@tux"
751 [05:59:33] <blastwave> am currently getting 80x25 orso
752 [06:00:11] <a0z> blastwave: sudo dpkg-reconfigure console-setup
753 [06:00:28] <blastwave> a0z: beauty ... let me try that right now
754 [06:00:39] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
755 [06:00:51] *** Quits: Space_Man (~Space_Man@replaced-ip ) (Remote host closed the connection)
756 [06:00:53] *** Quits: thefatma (~thefatma@replaced-ip ) (Ping timeout: 245 seconds)
757 [06:00:54] *** Quits: debsan (~debsan@replaced-ip ) (Ping timeout: 244 seconds)
758 [06:01:09] *** Joins: burrows (~burrows@replaced-ip )
759 [06:02:15] *** Quits: burrows (~burrows@replaced-ip ) (Client Quit)
760 [06:03:29] <blastwave> a0z: seems to be doing something ... not sure what font size for framebuffer only means .. not serial ttya ?
761 [06:03:40] *** Joins: burrows (~burrows@replaced-ip )
762 [06:06:30] *** Joins: shibboleth (~shibbolet@replaced-ip )
763 [06:07:25] *** Quits: zophyx (~nsa@replaced-ip ) (Remote host closed the connection)
764 [06:09:34] *** Joins: diogenes_ (~diogenes_@replaced-ip )
765 [06:09:42] *** Quits: CombatVet (~c4@replaced-ip ) (Remote host closed the connection)
766 [06:10:28] *** Quits: doubletwist (~doubletwi@replaced-ip ) (Ping timeout: 252 seconds)
767 [06:10:50] <blastwave> a0z: thanks .. that isn't working out so well ... has to be the hardware here
768 [06:11:27] *** Joins: CombatVet (~c4@replaced-ip )
769 [06:11:42] *** Quits: gratto (~themsay@replaced-ip ) (Ping timeout: 245 seconds)
770 [06:11:58] *** Quits: iLogic (logico@replaced-ip ) (Changing host)
771 [06:11:58] *** Joins: iLogic (logico@replaced-ip )
772 [06:12:22] *** Joins: doubletwist (~doubletwi@replaced-ip )
773 [06:13:04] *** Joins: nav2002_ (~nav2002@replaced-ip )
774 [06:14:58] *** Joins: mandeep (mandeep@replaced-ip )
775 [06:15:03] *** Joins: kbob (~kbob@replaced-ip )
776 [06:15:49] *** Quits: CaptainN (~KevinKeen@replaced-ip ) (Read error: Connection reset by peer)
777 [06:16:11] *** Joins: CaptainN (zelda@replaced-ip )
778 [06:18:11] *** Quits: CombatVet (~c4@replaced-ip ) (Remote host closed the connection)
779 [06:18:29] *** Quits: KD0VSW (kd0vsw@replaced-ip ) (Quit: Leaving)
780 [06:18:48] *** Joins: KD0VSW (kd0vsw@replaced-ip )
781 [06:18:54] *** Quits: inoderrant (~inoderran@replaced-ip ) (Remote host closed the connection)
782 [06:19:29] *** Joins: CombatVet (~c4@replaced-ip )
783 [06:20:43] *** Parts: blastwave (~admsys@replaced-ip ) ()
784 [06:24:03] *** Quits: CombatVet (~c4@replaced-ip ) (Remote host closed the connection)
785 [06:25:20] *** Joins: CombatVet (~c4@replaced-ip )
786 [06:28:45] *** Joins: likevinyl (~likevinyl@replaced-ip )
787 [06:29:47] *** Quits: burrows (~burrows@replaced-ip ) (Quit: Quitting)
788 [06:31:48] *** Joins: olavx200 (~olavx200@replaced-ip )
789 [06:32:28] *** Quits: KD0VSW (kd0vsw@replaced-ip ) (Read error: Connection reset by peer)
790 [06:33:14] *** Joins: KD0VSW (kd0vsw@replaced-ip )
791 [06:34:19] *** Joins: yht (~yht@replaced-ip )
792 [06:37:18] *** Joins: harrymuff (~dean@replaced-ip )
793 [06:37:30] <harrymuff> hey
794 [06:37:31] *** Joins: Kevlar_Noir (~manjaro-u@replaced-ip )
795 [06:37:38] *** Quits: viruscthulhu (~virus@replaced-ip ) (Quit: Leaving)
796 [06:39:04] *** Joins: dreamon_ (~dreamon@replaced-ip )
797 [06:39:09] *** Joins: burrows (~burrows@replaced-ip )
798 [06:39:50] *** Quits: KD0VSW (kd0vsw@replaced-ip ) (Remote host closed the connection)
799 [06:40:00] *** Parts: harrymuff (~dean@replaced-ip ) ()
800 [06:41:49] *** Quits: martian67 (~martian67@replaced-ip ) (Ping timeout: 256 seconds)
801 [06:43:53] *** Quits: CaptainN (zelda@replaced-ip ) (Read error: Connection reset by peer)
802 [06:44:01] *** Joins: martian67 (~martian67@replaced-ip )
803 [06:44:11] *** Quits: nav2002_ (~nav2002@replaced-ip##) (Quit: Going offline, see ya! (##replaced-url
804 [06:44:15] *** Joins: CaptainN (~KevinKeen@replaced-ip )
805 [06:47:15] *** Joins: TriJetScud (~TriJetScu@replaced-ip )
806 [06:53:45] *** Quits: mibo (~mibo@replaced-ip ) (Remote host closed the connection)
807 [06:56:00] *** Quits: finn0 (~finn0@replaced-ip ) (Ping timeout: 248 seconds)
808 [06:56:13] *** Quits: sofakingwetoddid (~sofakingw@replaced-ip ) (Quit: welandedonthemun!)
809 [06:57:44] *** Quits: Seto_Kaiba (~hunterkll@replaced-ip ) (Ping timeout: 272 seconds)
810 [06:59:07] *** Joins: Gyro (~user@replaced-ip )
811 [07:00:57] *** Quits: Surfer2011_ (~quassel@replaced-ip ) (Read error: No route to host)
812 [07:02:17] *** Quits: bralycl__ (~bralyclow@replaced-ip ) (Remote host closed the connection)
813 [07:02:21] *** Joins: Surfer2011 (~quassel@replaced-ip )
814 [07:02:23] *** Joins: nav2002_ (~nav2002@replaced-ip )
815 [07:02:58] *** Joins: bralyclow (~bralyclow@replaced-ip )
816 [07:03:24] *** Quits: grobi1 (~rtng@replaced-ip ) (Quit: WeeChat 2.3)
817 [07:04:03] *** Joins: grobi (~rtng@replaced-ip )
818 [07:05:09] *** Quits: thePiGrepper (~nagato@replaced-ip ) (Ping timeout: 258 seconds)
819 [07:07:57] *** Quits: bralyclow (~bralyclow@replaced-ip ) (Ping timeout: 245 seconds)
820 [07:08:48] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Ping timeout: 245 seconds)
821 [07:10:11] *** Joins: z8z (~x@replaced-ip )
822 [07:10:17] *** Joins: rsx (~rsx@replaced-ip )
823 [07:11:10] *** Quits: ach_ (~ach@replaced-ip ) (Remote host closed the connection)
824 [07:11:44] *** Joins: Lxrowe (~Lxrowe@replaced-ip )
825 [07:13:39] *** Joins: ach_ (~ach@replaced-ip )
826 [07:15:13] *** Joins: han-solo (~han-solo@replaced-ip )
827 [07:16:04] *** Parts: YoungFrog (~youngfrog@replaced-ip ) ("Killed buffer")
828 [07:16:18] *** Joins: moss (~moss@replaced-ip )
829 [07:16:20] <moss> hi
830 [07:16:29] <moss> is there a bug in stretch irssi-plugin-otr
831 [07:16:35] *** Parts: diogenes_ (~diogenes_@replaced-ip ) ("vergissmeinnicht")
832 [07:16:43] <moss> unable to load shared library
833 [07:17:02] *** Joins: olegfusion (~olegfusio@replaced-ip )
834 [07:17:43] *** Quits: fredl (~fredl@replaced-ip ) (Quit: Leaving)
835 [07:18:47] *** Quits: Lord_of_Life (~Lord@replaced-ip ) (Ping timeout: 245 seconds)
836 [07:20:04] *** Joins: airwind (~belovent@replaced-ip )
837 [07:20:26] *** Joins: Lord_of_Life (~Lord@replaced-ip )
838 [07:21:51] *** Joins: conta (~Thunderbi@replaced-ip )
839 [07:27:23] *** Joins: mibo (~mibo@replaced-ip )
840 [07:27:30] *** Quits: diniwed (~gavron@replaced-ip ) (Ping timeout: 272 seconds)
841 [07:28:09] *** Quits: ishanjain28 (~ishanjain@replaced-ip ) (Max SendQ exceeded)
842 [07:28:18] *** Joins: ishanjain28 (~ishanjain@replaced-ip )
843 [07:31:07] *** Quits: shibboleth (~shibbolet@replaced-ip ) (Quit: shibboleth)
844 [07:32:09] *** himcesjf_ is now known as him-cesjf
845 [07:35:19] *** Joins: Ericounet (~Eric@replaced-ip )
846 [07:35:25] *** Joins: jmarsac (~jmarsac@replaced-ip )
847 [07:41:08] *** Joins: sauvin (sauvin@replaced-ip )
848 [07:41:31] *** Joins: rainmanjam (~rainmanja@replaced-ip )
849 [07:42:08] *** Quits: rainmanjam (~rainmanja@replaced-ip ) (Client Quit)
850 [07:45:06] *** Joins: ings (~ings@replaced-ip )
851 [07:46:59] *** Joins: keepsmile (~keepsmile@replaced-ip )
852 [07:47:46] *** Quits: shanks8080 (Elite22114@replaced-ip ) (Ping timeout: 246 seconds)
853 [07:48:10] *** Joins: __marco (~marco@replaced-ip )
854 [07:48:16] *** Quits: keepsmile (~keepsmile@replaced-ip ) (Client Quit)
855 [07:48:49] *** Quits: DINOWILLIAM (~DINOWILLI@replaced-ip ) (Ping timeout: 246 seconds)
856 [07:48:52] *** Joins: bralyclow (~bralyclow@replaced-ip )
857 [07:49:11] *** Joins: wvdakker (~wvdakker@replaced-ip )
858 [07:54:26] *** Quits: jasonwc (~jasonwc@replaced-ip ) (Ping timeout: 268 seconds)
859 [07:55:14] *** Joins: MACscr (~MACscr@replaced-ip )
860 [07:57:31] *** Quits: bertbob (~bertbob@replaced-ip ) (Ping timeout: 268 seconds)
861 [07:59:00] *** Quits: bralyclow (~bralyclow@replaced-ip ) (Remote host closed the connection)
862 [07:59:16] *** Joins: bralyclow (~bralyclow@replaced-ip )
863 [08:01:28] *** Joins: shoogz (~shoogz@replaced-ip )
864 [08:02:40] *** Joins: bertbob (~bertbob@replaced-ip )
865 [08:04:34] *** Quits: toxync12- (~toxync12@replaced-ip ) (Ping timeout: 258 seconds)
866 [08:04:52] *** Joins: yht_ (~yht@replaced-ip )
867 [08:05:06] *** Joins: m0u (~m0u@replaced-ip )
868 [08:05:27] *** Joins: chele (~chele@replaced-ip )
869 [08:05:27] *** Joins: toxync12 (~toxync12@replaced-ip )
870 [08:07:43] *** Quits: dreamon_ (~dreamon@replaced-ip ) (Ping timeout: 246 seconds)
871 [08:10:01] *** debhelper sets mode: +l 1473
872 [08:11:17] *** Quits: z8z (~x@replaced-ip ) (Ping timeout: 245 seconds)
873 [08:14:12] *** Quits: toxync12 (~toxync12@replaced-ip ) (Ping timeout: 245 seconds)
874 [08:14:31] *** Joins: toxync12 (~toxync12@replaced-ip )
875 [08:21:02] *** Joins: Pjusur (~Pjusur@replaced-ip )
876 [08:22:54] *** Quits: troys (~troy@replaced-ip ) (Quit: WeeChat 2.3)
877 [08:23:32] *** Joins: sandwitch (~sandwitch@replaced-ip )
878 [08:25:23] *** Quits: beaver (~none@replaced-ip ) (Quit: leaving)
879 [08:25:48] *** Joins: grobi1 (~rtng@replaced-ip )
880 [08:27:52] *** Joins: beaver (~none@replaced-ip )
881 [08:29:37] *** Quits: grobi (~rtng@replaced-ip ) (Ping timeout: 245 seconds)
882 [08:30:12] *** Quits: ings (~ings@replaced-ip ) (Ping timeout: 272 seconds)
883 [08:30:52] *** Joins: HerbY_NL2 (~HerbY_NL2@replaced-ip )
884 [08:31:26] *** Quits: apt (ibot@replaced-ip ) (Ping timeout: 268 seconds)
885 [08:32:33] *** Quits: queip (~queip@replaced-ip ) (Ping timeout: 248 seconds)
886 [08:32:52] *** Joins: finn0 (~finn0@replaced-ip )
887 [08:34:03] *** Joins: sebatron (a5e15116@replaced-ip )
888 [08:38:41] *** Joins: oish (~charlie@replaced-ip )
889 [08:40:06] *** Joins: queip (~queip@replaced-ip )
890 [08:40:13] *** Joins: super_gollum (~ich@replaced-ip )
891 [08:40:41] *** Quits: BurnerGR (~Burner@replaced-ip ) (Ping timeout: 268 seconds)
892 [08:40:58] *** Quits: m0u (~m0u@replaced-ip ) (Ping timeout: 246 seconds)
893 [08:42:34] *** Joins: ryko_007 (~ryko_007@replaced-ip )
894 [08:42:58] *** Quits: Blue^Nexus (~Ex-Hacker@replaced-ip ) (Ping timeout: 258 seconds)
895 [08:43:35] *** Joins: esainane (esainane@replaced-ip )
896 [08:43:44] *** Joins: BurnerGR (~Burner@replaced-ip )
897 [08:44:46] *** Joins: vuks (~Vuks69@replaced-ip )
898 [08:46:17] *** Quits: him-cesjf (~cesjf@replaced-ip ) (Ping timeout: 245 seconds)
899 [08:46:25] *** Quits: toxync12 (~toxync12@replaced-ip ) (Ping timeout: 248 seconds)
900 [08:48:20] *** Joins: toxync12 (~toxync12@replaced-ip )
901 [08:48:21] *** Joins: zophyx (~nsa@replaced-ip )
902 [08:49:10] *** uptime is now known as sargeant_uptime
903 [08:50:00] *** Joins: timahvo1 (~rogue@replaced-ip )
904 [08:50:08] *** Joins: zero_ (~zero@replaced-ip )
905 [08:50:08] *** Quits: preview_ (~quassel@replaced-ip ) (Quit: preview_)
906 [08:50:17] <zero_> !parrot
907 [08:50:17] <dpkg> Parrot OS (replaced-url
908 [08:50:31] *** Quits: l9 (~muad@replaced-ip ) (Read error: Connection reset by peer)
909 [08:50:32] *** Parts: zero_ (~zero@replaced-ip ) ()
910 [08:50:59] *** Joins: preview (~quassel@replaced-ip )
911 [08:51:17] <finn0> I'm getting this "atkbd serio0: Unknown key pressed (translated set 2, code 0xab on isa0060/serio0). atkbd serio0: Use 'setkeycodes e02b <keycode>' to make it known." warning in my kernel ring lots of time. Here output of dmesg replaced-url
912 [08:51:20] <finn0> help me with that?
913 [08:52:07] <finn0> I found a similar bug report on bug.debian.org (replaced-url
914 [08:52:08] <judd> Bug replaced-url
915 [08:53:34] *** Quits: gigetoo (~gigetoo@replaced-ip ) (Ping timeout: 246 seconds)
916 [08:53:51] *** Joins: r1nt3c__ (~r1nt3c@replaced-ip )
917 [08:54:01] *** Joins: nutron|w (~nutron@replaced-ip )
918 [08:54:12] *** Quits: yokel (~yokel@replaced-ip ) (Ping timeout: 245 seconds)
919 [08:54:54] *** Quits: nutron|wirk (~nutron@replaced-ip ) (Ping timeout: 272 seconds)
920 [08:55:21] *** Joins: Blommie01 (~blommie01@replaced-ip )
921 [08:55:40] *** Quits: Blommie01 (~blommie01@replaced-ip ) (Remote host closed the connection)
922 [08:55:52] *** Joins: mojikun (~mojikun@replaced-ip )
923 [08:56:31] *** Joins: ralala (~marcel@replaced-ip )
924 [08:57:16] *** Joins: yokel (~yokel@replaced-ip )
925 [08:57:17] *** Joins: gigetoo (~gigetoo@replaced-ip )
926 [08:57:50] *** Quits: mojikun (~mojikun@replaced-ip ) (Client Quit)
927 [08:58:52] *** Joins: lupulo (~lupulo4@replaced-ip )
928 [09:00:02] *** debhelper sets mode: +l 1480
929 [09:00:13] *** Quits: we6jbo (~we6jbo@replaced-ip ) (Remote host closed the connection)
930 [09:01:13] *** Quits: patterson (~patterson@replaced-ip ) (Ping timeout: 244 seconds)
931 [09:01:14] *** Joins: tuxed (~tuxed@replaced-ip )
932 [09:01:39] *** Joins: mojikun (~mojikun@replaced-ip )
933 [09:04:41] *** Joins: TomyWork (~TomyLobo@replaced-ip )
934 [09:04:59] *** Joins: tachikomas (~tachikoma@replaced-ip )
935 [09:06:09] *** Joins: danielparks (~danielpar@replaced-ip )
936 [09:06:30] *** Joins: m0u (~m0u@replaced-ip )
937 [09:07:22] *** Joins: encod3 (~encod3@replaced-ip )
938 [09:08:24] <danielparks> Hey! When I bind to [::1]:3005 I don't seem to get 127.0.0.1:3005 as well. This is on debian 8. /proc/sys/net/ipv6/bindv6only is 0. I’ve also tried BindIPv6Only=both in systemd. If I explicitly bind to 127.0.0.1:3005 I can connect to it.
939 [09:08:31] <danielparks> Any ideas?
940 [09:09:12] *** Quits: nav2002_ (~nav2002@replaced-ip##) (Quit: Going offline, see ya! (##replaced-url
941 [09:11:36] <finn0> Or, is it because of wrong key mapping? I found a article on stackexchange replaced-url
942 [09:12:29] *** Joins: Blommie01 (~blommie01@replaced-ip )
943 [09:13:02] *** Joins: tekmans13 (~tekmans@replaced-ip )
944 [09:13:58] *** Joins: richard_w (~richard_w@replaced-ip )
945 [09:14:29] *** Joins: noosanon (~noosanon@replaced-ip )
946 [09:14:32] *** Quits: _till_ (~till@replaced-ip ) (Ping timeout: 272 seconds)
947 [09:14:45] *** Joins: mayurvpatil (~mayurvpat@replaced-ip )
948 [09:14:57] <richard_w> Is there a way to build debian source packages without installing build deps? (same effect as "dpkg-buildpackage -S -sa")
949 [09:15:23] *** Joins: gjt344 (~gjt@replaced-ip )
950 [09:15:41] <lupulo> finn0, from gnome-terminal -> man xmodmap
951 [09:15:49] <themill> richard_w: what is stopping you doing so?
952 [09:16:16] <lupulo> finn0, debian is not un*x, it is GNU/Linux from Stallman definition
953 [09:16:33] <richard_w> themill: I occasionally get errors from debuild complaining about missing build deps
954 [09:16:43] <themill> such as?
955 [09:16:49] *** Quits: gjt343 (~gjt@replaced-ip ) (Ping timeout: 248 seconds)
956 [09:16:57] <lupulo> finn0, un*x is not free and stackexchange has profit interests
957 [09:17:10] *** Joins: diogenes_ (~diogenes_@replaced-ip )
958 [09:17:37] <lupulo> finn0, nowdays X hasn't that philosophy
959 [09:19:43] *** Joins: humpled (~humbag@replaced-ip )
960 [09:19:49] *** Quits: Terrell (~terr@replaced-ip ) (Ping timeout: 244 seconds)
961 [09:20:01] *** debhelper sets mode: +l 1489
962 [09:20:08] *** Quits: tekmans13 (~tekmans@replaced-ip ) (Remote host closed the connection)
963 [09:20:08] <richard_w> themill: Can't find the log right now. So dpkg-buildpackage -S -sa shouldn't require builddeps? I may have been mistaken here
964 [09:20:25] *** Quits: marcel (~marcel@replaced-ip ) (Quit: WeeChat 2.3)
965 [09:20:45] <lupulo> finn0, replaced-url
966 [09:20:55] *** Parts: diogenes_ (~diogenes_@replaced-ip ) ()
967 [09:21:05] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 248 seconds)
968 [09:21:23] <themill> richard_w: you probably want -nc there too
969 [09:21:49] <themill> and -d
970 [09:21:56] *** Quits: tuxed (~tuxed@replaced-ip ) (Quit: This computer has gone to sleep)
971 [09:22:30] *** Joins: tekmans13 (~tekmans@replaced-ip )
972 [09:23:15] *** Joins: tuxed (~tuxed@replaced-ip )
973 [09:23:26] <richard_w> themill: I see. Thank you!
974 [09:24:31] *** Joins: andrzejv (~andzej@replaced-ip )
975 [09:25:06] *** Quits: noosanon (~noosanon@replaced-ip ) (Remote host closed the connection)
976 [09:25:17] *** Quits: tuxed (~tuxed@replaced-ip ) (Client Quit)
977 [09:27:16] *** Quits: miklcct (quasselcor@replaced-ip ) (Remote host closed the connection)
978 [09:27:45] *** Joins: miklcct (quasselcor@replaced-ip )
979 [09:28:06] *** Joins: lcabrera (~desarroll@replaced-ip )
980 [09:29:05] <jelly> finn0: does this happen only after a suspend/resume cycle?
981 [09:30:10] *** Quits: Blommie01 (~blommie01@replaced-ip ) (Remote host closed the connection)
982 [09:30:11] *** Quits: grobi1 (~rtng@replaced-ip ) (Read error: Connection reset by peer)
983 [09:30:12] *** Joins: noladex (~androirc@replaced-ip )
984 [09:30:17] *** Joins: grobi2 (~rtng@replaced-ip )
985 [09:30:53] *** Quits: tehnull (~tehnull@replaced-ip ) (Quit: watchdog watchdog0: watchdog did not stop!)
986 [09:31:13] *** Joins: tehnull (~tehnull@replaced-ip )
987 [09:31:39] *** Quits: grobi2 (~rtng@replaced-ip ) (Read error: Connection reset by peer)
988 [09:31:56] *** Joins: a_l_b (~a_l_b@replaced-ip )
989 [09:32:03] *** Quits: ryko_007 (~ryko_007@replaced-ip ) (Quit: Leaving)
990 [09:32:28] *** Joins: grobi (~rtng@replaced-ip )
991 [09:32:35] *** Joins: dreamon_ (~dreamon@replaced-ip )
992 [09:33:22] *** Joins: grobi1 (~rtng@replaced-ip )
993 [09:33:38] *** Quits: victorqueiroz (uid340368@replaced-ip ) (Quit: Connection closed for inactivity)
994 [09:35:28] *** Quits: kts (~kts@replaced-ip ) (Ping timeout: 245 seconds)
995 [09:36:21] *** Quits: mayurvpatil (~mayurvpat@replaced-ip ) (Quit: This computer has gone to sleep)
996 [09:36:22] *** Quits: n_1-c_k (~n_1-c_k@replaced-ip ) (Read error: Connection reset by peer)
997 [09:36:52] *** Quits: grobi (~rtng@replaced-ip ) (Ping timeout: 244 seconds)
998 [09:37:03] *** Joins: n_1-c_k (~n_1-c_k@replaced-ip )
999 [09:37:43] *** Quits: bolt (~r00t@replaced-ip ) (Remote host closed the connection)
1000 [09:38:12] *** Joins: Namber (~luca@replaced-ip )
1001 [09:38:48] *** Joins: grobi2 (~rtng@replaced-ip )
1002 [09:39:38] *** Quits: richard_w (~richard_w@replaced-ip ) (Quit: WeeChat 1.9.1)
1003 [09:40:45] *** Joins: soee (~soee@replaced-ip )
1004 [09:41:14] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
1005 [09:41:51] *** Joins: denebola (~denebola@replaced-ip )
1006 [09:42:06] *** Quits: k_sze (~k_sze@replaced-ip##) (Quit: ZNC 1.7.3 - ##replaced-url
1007 [09:42:30] *** Joins: grobi3 (~rtng@replaced-ip )
1008 [09:42:31] *** Joins: xcm (~xcm@replaced-ip )
1009 [09:42:33] *** Quits: grobi1 (~rtng@replaced-ip ) (Ping timeout: 245 seconds)
1010 [09:43:37] *** Quits: whats0ns (~jungle@replaced-ip ) (Ping timeout: 246 seconds)
1011 [09:43:43] *** Joins: zophyx_ (~nsa@replaced-ip )
1012 [09:44:06] *** Joins: Praematura (~quassel@replaced-ip )
1013 [09:44:33] *** Joins: _till_ (~till@replaced-ip )
1014 [09:44:33] *** Quits: _till_ (~till@replaced-ip ) (Changing host)
1015 [09:44:33] *** Joins: _till_ (~till@replaced-ip )
1016 [09:45:05] *** Quits: grobi2 (~rtng@replaced-ip ) (Ping timeout: 248 seconds)
1017 [09:45:14] *** Joins: k_sze (~k_sze@replaced-ip )
1018 [09:45:38] *** Joins: ings (~ings@replaced-ip )
1019 [09:45:40] *** Quits: Praematura_ (~quassel@replaced-ip ) (Ping timeout: 252 seconds)
1020 [09:46:09] *** Quits: zophyx (~nsa@replaced-ip ) (Ping timeout: 248 seconds)
1021 [09:50:00] *** Quits: _till_ (~till@replaced-ip ) (Ping timeout: 272 seconds)
1022 [09:50:54] *** Joins: Makaveli7 (~Makaveli7@replaced-ip )
1023 [09:51:00] *** Joins: Telcoguy (~quassel@replaced-ip )
1024 [09:51:41] *** Quits: timahvo1 (~rogue@replaced-ip ) (Read error: Connection reset by peer)
1025 [09:51:45] *** Joins: darxun (darxun@replaced-ip )
1026 [09:52:22] *** Quits: finn0 (~finn0@replaced-ip ) (Ping timeout: 244 seconds)
1027 [09:52:46] *** Joins: Robin_Anatoscope (~robs@replaced-ip )
1028 [09:56:03] *** Quits: ings (~ings@replaced-ip ) (Quit: Leaving)
1029 [09:57:53] *** Quits: humpled (~humbag@replaced-ip ) (Ping timeout: 248 seconds)
1030 [09:58:19] *** Joins: electro33 (uid613@replaced-ip )
1031 [10:02:41] *** Quits: AimHere (~David@replaced-ip ) (Ping timeout: 248 seconds)
1032 [10:02:56] *** Quits: hybrid (~hybrid@replaced-ip ) (Remote host closed the connection)
1033 [10:03:23] *** Joins: hybrid (~hybrid@replaced-ip )
1034 [10:04:08] *** Joins: soee_ (~soee@replaced-ip )
1035 [10:04:16] *** Quits: conta (~Thunderbi@replaced-ip ) (Ping timeout: 248 seconds)
1036 [10:04:22] *** Joins: AimHere (~David@replaced-ip )
1037 [10:04:48] *** Quits: soee (~soee@replaced-ip ) (Ping timeout: 248 seconds)
1038 [10:05:57] *** Quits: mojikun (~mojikun@replaced-ip ) (Quit: Leaving)
1039 [10:07:43] *** Joins: bolt (~r00t@replaced-ip )
1040 [10:10:09] *** Joins: flo2marsnet (~flo2marsn@replaced-ip )
1041 [10:10:57] *** Joins: conta (~Thunderbi@replaced-ip )
1042 [10:12:15] *** Quits: riex (riex@replaced-ip ) (Ping timeout: 252 seconds)
1043 [10:13:10] *** Quits: lupulo (~lupulo4@replaced-ip ) (Remote host closed the connection)
1044 [10:13:12] *** Quits: bolt (~r00t@replaced-ip ) (Remote host closed the connection)
1045 [10:13:26] *** Joins: finn0 (~finn0@replaced-ip )
1046 [10:13:43] *** Quits: queip (~queip@replaced-ip ) (Ping timeout: 246 seconds)
1047 [10:13:54] *** Joins: mkowalski (~mkowalski@replaced-ip )
1048 [10:14:06] <finn0> jelly: no, I've tried couple of minutes ago
1049 [10:14:21] <finn0> lupulo: I didn't get it ("nowdays, X hasn't that philosophy")? could you rephrase it?
1050 [10:14:31] <jelly> they're gone
1051 [10:14:56] <Habbie> that's okay
1052 [10:15:50] <finn0> jelly: are you talking about lupulo?
1053 [10:16:08] <jelly> yes. lupulo left a couple mintes back
1054 [10:16:27] <finn0> lupulo: Thanks for wonderful article and clearing my misconception about GNU/Linux.
1055 [10:17:13] *** Joins: tuxed (~tuxed@replaced-ip )
1056 [10:17:18] <jelly> finn0: btw you have other stuff in that dmesg that may be more pressing, like those sata errore; then agian those might be a consequence of suspend/resume
1057 [10:17:29] *** Quits: Newami (~Newami@replaced-ip ) (Read error: Connection reset by peer)
1058 [10:17:36] *** Quits: CaptainN (~KevinKeen@replaced-ip ) (Quit: I have to pee!)
1059 [10:17:54] <jelly> finn0: if there are firmware updates for your hardware you might try applying them and see if anything changes
1060 [10:18:02] <Habbie> wow, that faq is really bad
1061 [10:19:04] <finn0> Habbie: do you have better article on that? If so, please provide a link.
1062 [10:19:19] <Habbie> i don't
1063 [10:19:23] <Habbie> but there are several lies in this one
1064 [10:20:22] <finn0> Habbie: for example. I'm new to Linux.
1065 [10:20:22] *** Quits: tnozyrox_ (~tnozyrox@replaced-ip ) (Remote host closed the connection)
1066 [10:20:39] <Habbie> for example, that you'd have to pay a fee to use 'Linux' in the name of something
1067 [10:21:04] <Habbie> it's also a very subjective article
1068 [10:21:12] *** Joins: queip (~queip@replaced-ip )
1069 [10:21:30] *** Joins: dilema (~dilema@replaced-ip )
1070 [10:21:56] *** Joins: winy (~vince@replaced-ip )
1071 [10:22:42] *** Quits: winy (~vince@replaced-ip ) (Read error: Connection reset by peer)
1072 [10:23:57] <finn0> Habbie: As far as I remember Linux is register trademark of Linux Foundation that's why we've pay fee to use it. "It's also a very subjective article" That's fine.
1073 [10:23:57] *** Quits: d-sha (~d-sha@replaced-ip ) (Remote host closed the connection)
1074 [10:24:11] <r1nt3c__> ls -l
1075 [10:24:15] <r1nt3c__> sorry misstake
1076 [10:24:18] <Habbie> finn0, you think debian pays?
1077 [10:24:50] *** Quits: mkowalski (~mkowalski@replaced-ip ) (Remote host closed the connection)
1078 [10:25:04] *** Joins: mkowalski (~mkowalski@replaced-ip )
1079 [10:25:27] <finn0> Habbie: I've no idea.
1080 [10:25:33] <Habbie> ok
1081 [10:25:36] <Habbie> well nevermind :)
1082 [10:27:11] <Marbug> Hi, I installed zfsultils-linux on debian10 with kernel 4.19 (default) but I needed to upgrade to the kernel 5 for some issues I had with thunderbold. Although whenever I search for zfsutils-linux I still can find it, but whenver I do apt install it says the package can't be found. Can that be related to the kernel ?
1083 [10:27:36] <finn0> jelly: There is no firmware update for my hardware.
1084 [10:29:18] <jelly> ,v zfsutils-linux
1085 [10:29:19] <judd> Package: zfsutils-linux on amd64 -- stretch/contrib: 0.6.5.9-5; stretch-backports/contrib: 0.7.12-1~bpo9+1; buster/contrib: 0.7.12-2+deb10u1; sid/contrib: 0.7.13-1; experimental/contrib: 0.8.0-2
1086 [10:29:40] <jelly> dpkg, tell Marbug about contrib
1087 [10:30:04] *** Quits: Freshnuts (Freshnuts@replaced-ip ) (Remote host closed the connection)
1088 [10:30:18] <Marbug> jelly I followed replaced-url
1089 [10:30:32] *** Joins: Freshnuts (Freshnuts@replaced-ip )
1090 [10:31:06] <Marbug> at the moment I have buster, buster/updates, stretch and experimental (this last was needed for the newer kernel)
1091 [10:31:29] *** Joins: monkey-b33 (~0a1b011e@replaced-ip )
1092 [10:31:47] <Marbug> and like mentioned in the wiki, I used the preference.d to only select the package from that feed
1093 [10:31:59] <r1nt3c__> clear
1094 [10:32:07] <jelly> Marbug: I have no idea. Show the output of "apt-cache policy" and "apt-cache policy zfsutils-linux" and your failing command
1095 [10:32:27] <Marbug> okido 1 minute
1096 [10:32:33] *** Quits: monkey-b3 (~0a1b011e@replaced-ip ) (Ping timeout: 245 seconds)
1097 [10:32:49] *** Joins: Neworths (~Neworths@replaced-ip )
1098 [10:32:54] <finn0> jelly: From few days, I'm trying to fix all warnings and errors present in my system. Do you have any idea why am I getting "sata error"?
1099 [10:34:21] <finn0> jelly: *ata: serror
1100 [10:34:22] <Marbug> jelly replaced-url
1101 [10:34:34] *** Joins: osborn (~thoma@replaced-ip )
1102 [10:35:24] <jelly> Marbug: you're mixing repos for debian 9 and debian 10, is that intentional or leftovers?
1103 [10:36:06] <Marbug> jelly It was a fresh insall, and I used the other repos as it was the only one I found o get zfs working
1104 [10:36:17] *** Quits: r1nt3c__ (~r1nt3c@replaced-ip ) (Ping timeout: 245 seconds)
1105 [10:36:24] <jelly> Marbug: that's not a supportable setup
1106 [10:36:33] <Marbug> I see jelly
1107 [10:36:40] <Marbug> so I need to remove the strech ones ?
1108 [10:37:11] *** Joins: corvo1 (~Thunderbi@replaced-ip )
1109 [10:37:28] <jelly> Marbug: go with full buster and comment out any stretch-related repos, and any pinning for those, as a good first step toward sanity
1110 [10:37:31] *** Quits: corvo (~Thunderbi@replaced-ip ) (Ping timeout: 258 seconds)
1111 [10:37:32] *** corvo1 is now known as corvo
1112 [10:37:51] *** Joins: xormor (~xormor@replaced-ip )
1113 [10:37:53] *** Joins: nesta_ (~nesta@replaced-ip )
1114 [10:37:56] <Marbug> so also stretch-backports?
1115 [10:38:11] <jelly> yes.
1116 [10:38:32] <Marbug> and if I don't find the repo for a package I need, I need to compile it myself from scrach ?
1117 [10:38:52] <klys> is buster frozen today?
1118 [10:39:12] <jelly> klys: it's been frozen for 6 months now
1119 [10:39:18] <klys> o cool
1120 [10:39:55] <klys> I wonder if anyone needs testing
1121 [10:40:04] *** Joins: monstar (~mitya@replaced-ip )
1122 [10:40:21] <Marbug> so jelly I removed all those other repos, and I still have the same issue, he policy is now much shorter
1123 [10:40:28] *** Joins: pringau (~pringau@replaced-ip )
1124 [10:40:35] <Marbug> although, on the zfs wiki, hey only menion he stretch
1125 [10:40:52] <finn0> jelly: And I can't report a bug unless and until I don't find which package causes it and how to reproduce it. Is it good idea to ask for help on debian-users mailing list?
1126 [10:41:26] *** Joins: cef_ (~cef@replaced-ip )
1127 [10:42:11] *** Quits: nesta (~nesta@replaced-ip ) (Read error: Connection reset by peer)
1128 [10:42:33] *** Quits: Cefiar (~cef@replaced-ip ) (Ping timeout: 245 seconds)
1129 [10:42:37] *** nesta_ is now known as nesta
1130 [10:42:38] *** Quits: nesta (~nesta@replaced-ip ) (Client Quit)
1131 [10:42:41] *** Joins: winy (~vince@replaced-ip )
1132 [10:42:55] *** Joins: nesta (~nesta@replaced-ip )
1133 [10:45:44] *** Quits: osborn (~thoma@replaced-ip ) (Ping timeout: 272 seconds)
1134 [10:46:07] <jelly> finn0: it's not a package that generates keypresses, it's a piece of hardware and/or the accompanying driver
1135 [10:46:21] <jelly> the package would be linux kernel.
1136 [10:46:47] *** Quits: P1ersson (~P1ersson@replaced-ip ) (Quit: Älska inte din nästa, älska den du har)
1137 [10:46:50] <jelly> Marbug: probably because the wiki assumes you have Debian stable installed, and stretch is stable right now
1138 [10:47:13] <jelly> Marbug: did you remove apt preferences as well?
1139 [10:47:28] <jelly> Marbug: and what fails to work after that?
1140 [10:47:46] <Marbug> I'm running an apt upgrade as there where a few packages which can be upgraded (a few zfs ones)
1141 [10:48:12] *** Joins: osborn (~thoma@replaced-ip )
1142 [10:48:17] <Marbug> I removed all the preferenced.d and accidently removed the pinning of my kernel 5 😅, but apparenbtly it's not uninstalling it so i's good :)
1143 [10:48:22] *** Joins: thelastjedi_ (~quassel@replaced-ip )
1144 [10:48:31] *** Parts: a0z (~a0z@replaced-ip ) ()
1145 [10:48:37] <Marbug> when I ran the reinstall command again it still couldn't find he zfsutils-linux package
1146 [10:49:02] <Marbug> at he moment building the spl kernel module
1147 [10:49:11] *** Quits: tdn (~tdn@replaced-ip ) (Quit: leaving)
1148 [10:49:12] <finn0> jelly: What do you suggest? Should I seek more help(on mailing list)? or, report bug.
1149 [10:50:41] *** Quits: lsyoyom (~liny01@replaced-ip ) (Ping timeout: 248 seconds)
1150 [10:52:09] *** Joins: traveltissues (~traveltis@replaced-ip )
1151 [10:52:23] <Marbug> well I'm still encounering the E: Internal Error, No file name for zfsutils-linux:amd64 issue :(
1152 [10:53:03] <Marbug> ok nvm it's for all the zfs packages mm
1153 [10:54:39] <Marbug> replaced-url
1154 [10:54:46] <Marbug> it doesn't make sense :/
1155 [10:54:47] *** Joins: oish (~charlie@replaced-ip )
1156 [10:54:55] <Marbug> or is he package somewhere cached?
1157 [10:56:11] *** Joins: mayurvpatil (~mayurvpat@replaced-ip )
1158 [10:56:44] *** Joins: woshty (~woshty@replaced-ip )
1159 [10:57:06] *** Quits: mayurvpatil (~mayurvpat@replaced-ip ) (Read error: Connection reset by peer)
1160 [10:57:25] *** Joins: mayurvpatil (~mayurvpat@replaced-ip )
1161 [10:58:17] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
1162 [10:59:01] *** Joins: riex (~riex@replaced-ip )
1163 [10:59:21] *** Joins: Zvmdyv (~Zvmdyv@replaced-ip )
1164 [10:59:23] *** Joins: xcm (~xcm@replaced-ip )
1165 [11:00:48] *** Quits: nesta (~nesta@replaced-ip ) (Quit: leaving)
1166 [11:01:31] *** hank_ is now known as hank
1167 [11:01:41] *** Joins: cef (~cef@replaced-ip )
1168 [11:02:00] *** Joins: BCMM (~BCMM@replaced-ip )
1169 [11:02:18] *** Joins: nesta (~nesta@replaced-ip )
1170 [11:02:21] *** Quits: JohnML (~john1@replaced-ip ) (Remote host closed the connection)
1171 [11:02:32] *** Quits: cef_ (~cef@replaced-ip ) (Ping timeout: 245 seconds)
1172 [11:02:45] *** Quits: osborn (~thoma@replaced-ip ) ()
1173 [11:03:33] *** Quits: sebatron (a5e15116@replaced-ip ) (Remote host closed the connection)
1174 [11:03:39] <jelly> Marbug: run an "apt-get update" and "apt-get -f install" and show the output.
1175 [11:03:47] *** Joins: Space_Man (~Space_Man@replaced-ip )
1176 [11:03:58] *** Joins: sebatron (a5e15116@replaced-ip )
1177 [11:04:06] <jelly> Marbug: is your / or /var mountpoint on an unusual filesystem type, like btrfs?
1178 [11:04:49] *** Joins: lsyoyom (~liny01@replaced-ip )
1179 [11:04:58] <Marbug> jelly nope, I actually removed all the zfs packages, and ran the install of zfsutils-linux and zfs-dkms again, and now it didn't mentioned that it couldn't find the package anymore, so I think we mlight be good!
1180 [11:05:08] <Marbug> if it would fail, I will try your suggestion :)
1181 [11:05:38] *** Joins: babilen (~babilen@replaced-ip )
1182 [11:05:46] *** Joins: JohnML (~john1@replaced-ip )
1183 [11:06:28] *** Joins: Soo_Slow (Soo_Slow@replaced-ip )
1184 [11:07:40] *** Joins: xongle (~user@replaced-ip )
1185 [11:08:23] <xongle> Hello, I've just bought a Jabra Evolve headset. Does anyone know how to get it to work under Debian?
1186 [11:10:01] *** debhelper sets mode: +l 1497
1187 [11:10:02] <jelly> finn0: I'd search the web for the same message from other people who run linux on the same hardware (brand, model) first
1188 [11:10:24] *** Joins: pfoo (~pfood@replaced-ip )
1189 [11:10:24] *** Quits: pfoo (~pfood@replaced-ip ) (Changing host)
1190 [11:10:24] *** Joins: pfoo (~pfood@replaced-ip )
1191 [11:10:34] <jelly> finn0: next thing I might do would randomly try a newer kernel
1192 [11:11:16] *** Joins: jubo2 (~juboxi@replaced-ip )
1193 [11:11:29] *** Quits: n1ce (~n1ce@replaced-ip ) (Ping timeout: 248 seconds)
1194 [11:11:40] <booyah> there are new exploits from yesterday in Firefox. why I do not see them reported on security debian?
1195 [11:13:08] *** Joins: tdn (~tdn@replaced-ip )
1196 [11:13:26] <booyah> CVE-2019-11708 that is reported in firefox on replaced-url
1197 [11:13:59] <finn0> jelly: I'm digging on internet. I'm noticing this warning message from many months(probably at time of installation).
1198 [11:14:15] *** Quits: xongle (~user@replaced-ip ) (Remote host closed the connection)
1199 [11:14:15] <Habbie> booyah, you can track it here replaced-url
1200 [11:14:24] *** Quits: olegfusion (~olegfusio@replaced-ip ) (Read error: Connection reset by peer)
1201 [11:14:54] <booyah> Habbie: so debian.org/security is more about the FIXED security bugs?
1202 [11:15:02] <Habbie> booyah, yes
1203 [11:15:07] <booyah> Habbie: where to track (mailin-list and RSS) known vulnerabilities in debian then?
1204 [11:15:26] <Habbie> booyah, i don't know
1205 [11:16:21] *** Joins: noosanon (~noosanon@replaced-ip )
1206 [11:16:32] *** Joins: soee (~soee@replaced-ip )
1207 [11:17:00] *** Quits: soee_ (~soee@replaced-ip ) (Ping timeout: 258 seconds)
1208 [11:17:30] <jelly> !tracker of doom
1209 [11:17:30] <dpkg> The Tracker of Doom is a vulnerability database maintained by the Debian security team, viewable at replaced-url
1210 [11:18:52] <Marbug> so jelly apparently it keeps on failing replaced-url
1211 [11:19:09] *** Quits: catsup (d@replaced-ip ) (Remote host closed the connection)
1212 [11:19:17] *** Joins: catsup (~d@replaced-ip )
1213 [11:19:18] *** Joins: m0j0dj0dj0 (~punk3r@replaced-ip )
1214 [11:20:05] *** Quits: m0u (~m0u@replaced-ip ) (Read error: Connection reset by peer)
1215 [11:20:07] *** Joins: m0u_ (~m0u@replaced-ip )
1216 [11:20:32] *** Quits: catsup (~d@replaced-ip ) (Remote host closed the connection)
1217 [11:20:34] *** Quits: Mazhive (~Mazhive@replaced-ip ) (Ping timeout: 272 seconds)
1218 [11:20:55] *** Joins: catsup (d@replaced-ip )
1219 [11:21:11] *** Quits: JohnDoe2 (~johndoe2@replaced-ip ) (Ping timeout: 252 seconds)
1220 [11:22:18] <jelly> Marbug: it's quite possible you're going to need a newer version of zfs dkms (kernel module source) to go with your newer kernel
1221 [11:22:31] <jelly> Marbug: what do dkms logs say?
1222 [11:22:56] <jelly> > Consult /var/lib/dkms/zfs/0.7.12/build/make.log for more information.
1223 [11:23:04] <jelly> ,v zfs-dkms
1224 [11:23:05] <judd> Package: zfs-dkms on amd64 -- stretch/contrib: 0.6.5.9-5; stretch-backports/contrib: 0.7.12-1~bpo9+1; buster/contrib: 0.7.12-2+deb10u1; sid/contrib: 0.7.13-1; experimental/contrib: 0.8.0-2
1225 [11:23:50] <Marbug> I'm not sure where I can find the dkms logs? or is that in dmesg ?
1226 [11:24:04] <Marbug> bu maybe you are correct, and maybe I need to go he the experimental 0.8
1227 [11:24:29] *** Quits: tuxed (~tuxed@replaced-ip ) (Quit: This computer has gone to sleep)
1228 [11:25:32] <jelly> Marbug: line 59 of your last paste
1229 [11:26:13] <jelly> dkms is a framework to automate building kernel drivers for drivers that come in source code format
1230 [11:26:18] *** Quits: queip (~queip@replaced-ip ) (Ping timeout: 245 seconds)
1231 [11:26:28] *** Joins: lucad111 (~lucad111@replaced-ip )
1232 [11:26:51] <jelly> all installed foo-dkms try to rebuild their kernel modules every time a new kernel is installed
1233 [11:27:11] <Marbug> ooooh ok!
1234 [11:27:33] <Marbug> lets wait for the current install to finish a,nd I'll check that logs
1235 [11:27:41] *** Parts: Piraty (~irc@replaced-ip ) ("--")
1236 [11:28:04] <jelly> I have no idea how smart it is to mix different versions of zfs userspace packages and zfs-dkms
1237 [11:28:11] *** Quits: dez (uid92154@replaced-ip ) (Quit: Connection closed for inactivity)
1238 [11:28:29] *** Joins: nifker (~Thunderbi@replaced-ip )
1239 [11:28:38] <jelly> you will have to consult zfs-on-linux people for that or hope someone in here has a clue
1240 [11:29:05] <jelly> Marbug: there's a #zfsonlinux channel
1241 [11:29:21] *** Quits: fak3r13 (~fak3r@replaced-ip ) (Quit: Ping timeout (120 seconds))
1242 [11:29:44] *** Joins: tuxed (~tuxed@replaced-ip )
1243 [11:30:24] <Marbug> yes jelly I asked here oo but didn't got a reply, alhough maybe now I have some reply
1244 [11:30:46] *** Joins: kts (~kts@replaced-ip )
1245 [11:30:49] <Marbug> bu the log which was a bi hidden between the lines shows me indeed the issue: /var/lib/dkms/zfs/0.7.12/build/module/icp/asm-x86_64/sha1/sha1-x86_64.o: warning: objtool: sha1_block_data_order()+0x11: unsupported stack pointer realignment
1246 [11:31:05] <Marbug> I'll check if I can get the experimental to work, and otherwise I fear that I will need to wait :(
1247 [11:31:23] <Marbug> ah so apparenly it can work on the kernel 5 :)
1248 [11:31:50] *** Joins: tnozyrox_ (~tnozyrox@replaced-ip )
1249 [11:32:01] *** Joins: fak3r13 (~fak3r@replaced-ip )
1250 [11:33:20] *** Parts: danielparks (~danielpar@replaced-ip ) ()
1251 [11:34:51] *** Quits: JohnML (~john1@replaced-ip ) (Remote host closed the connection)
1252 [11:35:12] *** Joins: queip (~queip@replaced-ip )
1253 [11:36:52] *** Joins: grobi4 (~rtng@replaced-ip )
1254 [11:37:57] *** Quits: pingfloyd (~pingfloyd@replaced-ip ) (Ping timeout: 245 seconds)
1255 [11:38:30] <nifker> when I open mumble on debian buster I get no sound from mumble but other applications suffer(i.e. the sound sounds really like its crackling) e.g. replaced-url
1256 [11:39:00] *** Quits: Uberius (~Uberius@replaced-ip ) (Remote host closed the connection)
1257 [11:39:47] *** Joins: Uberius (~Uberius@replaced-ip )
1258 [11:39:56] *** Quits: mayurvpatil (~mayurvpat@replaced-ip ) (Quit: This computer has gone to sleep)
1259 [11:40:50] *** Joins: zolly (~chad@replaced-ip )
1260 [11:40:50] *** Quits: grobi3 (~rtng@replaced-ip ) (Ping timeout: 272 seconds)
1261 [11:40:58] *** Joins: Renari (~Renari@replaced-ip )
1262 [11:41:43] *** Joins: pingfloyd (~pingfloyd@replaced-ip )
1263 [11:42:18] *** Joins: NetTerminalGene (~NetTermin@replaced-ip )
1264 [11:42:20] *** Joins: thePiGrepper (~nagato@replaced-ip )
1265 [11:42:32] *** Joins: mojikun (~mojikun@replaced-ip )
1266 [11:44:22] *** Quits: vmg3 (~parker@replaced-ip ) (Read error: error:1408F10B:SSL routines:ssl3_get_record:wrong version number)
1267 [11:44:26] *** Joins: BrianG61UK (~BrianG61U@replaced-ip )
1268 [11:44:54] *** Joins: JohnML (~john1@replaced-ip )
1269 [11:45:04] <nifker> ok nevermind its not on the track
1270 [11:45:17] <nifker> but it only happens with the ALC1220
1271 [11:46:58] *** Quits: JesseWalling (~jpwall@replaced-ip ) (Ping timeout: 258 seconds)
1272 [11:47:10] *** Joins: vmg3 (~parker@replaced-ip )
1273 [11:47:37] *** Joins: patterson (~patterson@replaced-ip )
1274 [11:48:22] *** Quits: denebola (~denebola@replaced-ip##) (Quit: ZNC 1.8.x-nightly-20190519-d7c5eecf - ##replaced-url
1275 [11:50:29] <Marbug> jelly I got 0.8 installed without errors on the kernel 5 :)
1276 [11:50:52] *** Joins: Zesk (5c9a50ce@replaced-ip )
1277 [11:52:01] *** Joins: JesseWalling (~jpwall@replaced-ip )
1278 [11:52:06] *** Quits: Kevlar_Noir (~manjaro-u@replaced-ip ) (Quit: Konversation terminated!)
1279 [11:53:09] *** Joins: pragomer (~pragomer@replaced-ip )
1280 [11:53:36] *** Quits: pragomer (~pragomer@replaced-ip ) (Remote host closed the connection)
1281 [11:55:00] *** Joins: Slashman (~Slash@replaced-ip )
1282 [11:56:54] *** Joins: martinho (~martinho@replaced-ip )
1283 [11:57:04] *** Joins: stevenm (~stevenm@replaced-ip )
1284 [11:57:11] <stevenm> hey do I need nftables, netfilter-persistent or both?
1285 [11:57:21] <stevenm> it seems both install a systemd service
1286 [11:57:43] <stevenm> but obviously netfilter-persistent isn't a utility for setting up rules
1287 [11:58:26] *** Quits: zolly (~chad@replaced-ip ) (Ping timeout: 244 seconds)
1288 [11:59:37] <JPT> netfilter-persistent sounds like a tool to save active nftables rules into a file, so they can be reloaded after a reboot
1289 [11:59:49] *** Quits: martinho (~martinho@replaced-ip ) (Client Quit)
1290 [12:00:01] *** debhelper sets mode: +l 1504
1291 [12:00:01] <JPT> there's something similar for iptables - not sure about the package name, but it provides the tools "iptables-save" and "iptables-restore"
1292 [12:00:29] *** Quits: lankanmon (~LKNnet@replaced-ip ) (Quit: Left...)
1293 [12:00:33] <ksk> might just be in the iptables package?
1294 [12:00:58] <ksk> (Yes, it is)
1295 [12:01:21] <Habbie> yes
1296 [12:01:33] <JPT> In Debian testing, there is "iptables-persistent" :)
1297 [12:01:50] <Habbie> debian testing ships the iptables-save manpage but not the tool
1298 [12:02:20] <JPT> Well - if you really care about keeping your ruleset across reboots, make sure to set up a mechanism that takes care of that for you. :)
1299 [12:02:50] *** Quits: winy (~vince@replaced-ip ) (Quit: Leaving.)
1300 [12:03:46] *** Joins: mayurvpatil (~mayurvpat@replaced-ip )
1301 [12:03:50] <Zesk> Hello, do you know if OCFS2 is still interesting to use with DRBD nowaday?
1302 [12:04:01] *** Quits: downtrip (~downtrip@replaced-ip ) (Quit: WeeChat 2.5)
1303 [12:05:28] *** Quits: mayurvpatil (~mayurvpat@replaced-ip ) (Max SendQ exceeded)
1304 [12:05:32] *** Quits: conta (~Thunderbi@replaced-ip ) (Ping timeout: 272 seconds)
1305 [12:06:07] *** Joins: mayurvpatil (~mayurvpat@replaced-ip )
1306 [12:06:51] *** Joins: him-cesjf (~cesjf@replaced-ip )
1307 [12:07:17] <mojikun> ian murdock the forefather of matt murdock
1308 [12:07:26] <mojikun> creator of debian
1309 [12:07:56] *** Quits: Prints (~333@replaced-ip ) (Ping timeout: 252 seconds)
1310 [12:08:03] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
1311 [12:08:26] *** Joins: Kuleshov (~Hacker@replaced-ip )
1312 [12:09:05] <ksk> oh, buster. sorry then :)
1313 [12:09:26] <nifker> how do I search for a file for a package?
1314 [12:09:41] <ksk> of a package? "dpkg -L $pkg" lists pkg its contents
1315 [12:09:54] <ksk> "dpkg -S /some/file" shows which pkg a file belongs to
1316 [12:10:00] <ksk> nifker: man dpkg
1317 [12:10:02] *** Quits: dselect (~dselect@replaced-ip ) (Quit: ouch... that hurt)
1318 [12:11:13] *** Joins: dselect (~dselect@replaced-ip )
1319 [12:12:29] *** Joins: Gasoline (~Nope@replaced-ip )
1320 [12:13:17] *** Joins: downtrip (~downtrip@replaced-ip )
1321 [12:13:21] *** Quits: kbob (~kbob@replaced-ip ) (Ping timeout: 258 seconds)
1322 [12:14:49] *** Quits: jmarsac (~jmarsac@replaced-ip ) (Ping timeout: 246 seconds)
1323 [12:15:30] *** Quits: tuxed (~tuxed@replaced-ip ) (Quit: This computer has gone to sleep)
1324 [12:16:31] *** Quits: him-cesjf (~cesjf@replaced-ip ) (Ping timeout: 244 seconds)
1325 [12:17:15] *** Quits: a_l_b (~a_l_b@replaced-ip ) (Quit: a_l_b)
1326 [12:18:14] *** Joins: jmarsac (~jmarsac@replaced-ip )
1327 [12:19:07] *** Quits: corvo (~Thunderbi@replaced-ip ) (Quit: corvo)
1328 [12:19:46] *** Quits: martian67 (~martian67@replaced-ip ) (Remote host closed the connection)
1329 [12:20:01] *** debhelper sets mode: +l 1497
1330 [12:20:07] *** Joins: martian67 (~martian67@replaced-ip )
1331 [12:20:10] *** Parts: Gasoline (~Nope@replaced-ip ) ("No boundaries on the net!")
1332 [12:21:15] *** Quits: downtrip (~downtrip@replaced-ip ) (Quit: WeeChat 2.5)
1333 [12:22:01] *** Joins: downtrip (~downtrip@replaced-ip )
1334 [12:27:14] *** Joins: hamberder (hamberder@replaced-ip )
1335 [12:32:00] *** Joins: Blommie01 (~blommie01@replaced-ip )
1336 [12:32:28] *** Quits: pringau (~pringau@replaced-ip ) (Remote host closed the connection)
1337 [12:32:59] *** Joins: overbythere (~textual@replaced-ip )
1338 [12:33:41] *** Joins: him-cesjf (~cesjf@replaced-ip )
1339 [12:34:48] *** Joins: _till_ (~till@replaced-ip )
1340 [12:34:48] *** Quits: _till_ (~till@replaced-ip ) (Changing host)
1341 [12:34:48] *** Joins: _till_ (~till@replaced-ip )
1342 [12:37:54] *** stressedoutcat is now known as ayekat
1343 [12:39:40] *** Quits: _till_ (~till@replaced-ip ) (Ping timeout: 246 seconds)
1344 [12:39:42] *** Quits: Aussie_matt (~quassel@replaced-ip##) (Quit: ##replaced-url
1345 [12:39:49] *** Quits: mkowalski (~mkowalski@replaced-ip ) (Ping timeout: 276 seconds)
1346 [12:40:56] *** Joins: jaydemir (1826e69a@replaced-ip )
1347 [12:41:08] *** Joins: tuxed (~tuxed@replaced-ip )
1348 [12:41:17] *** Quits: jmarsac (~jmarsac@replaced-ip ) (Ping timeout: 245 seconds)
1349 [12:41:19] *** Joins: anikras (~anikras@replaced-ip )
1350 [12:41:31] <jaydemir> trying to play a copy-protected DVD but once I get past the main menu it stops playing. I have libdvd-pkg installed. Is there any other package I would need?
1351 [12:41:47] <anikras> hi, I would like to use rsync to copi one directory except two sub directories
1352 [12:42:02] *** Quits: mayurvpatil (~mayurvpat@replaced-ip ) (Quit: This computer has gone to sleep)
1353 [12:42:26] <anikras> someone knows if I need a relative path or absolute on exclude option in rsync ¿
1354 [12:43:12] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
1355 [12:43:19] *** Quits: Adbray (~Adbray@replaced-ip ) (Remote host closed the connection)
1356 [12:43:40] *** Joins: rany (~rany@replaced-ip )
1357 [12:43:54] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 252 seconds)
1358 [12:44:13] *** Joins: xcm (~xcm@replaced-ip )
1359 [12:44:16] *** Quits: Zesk (5c9a50ce@replaced-ip ) (Ping timeout: 268 seconds)
1360 [12:46:42] *** Quits: zophyx_ (~nsa@replaced-ip ) (Ping timeout: 272 seconds)
1361 [12:47:11] *** Quits: jaydemir (1826e69a@replaced-ip ) (Quit: Page closed)
1362 [12:48:14] *** Joins: Kevlar_Noir (~manjaro-u@replaced-ip )
1363 [12:48:33] *** Quits: him-cesjf (~cesjf@replaced-ip ) (Ping timeout: 248 seconds)
1364 [12:48:46] <ksk> anikras: man rsync? you can feed it with patterns to exclude
1365 [12:49:43] <ksk> "excludes file matching PATTERN" - I would say you could do both and relative pathes, depending on how you build the pattern.. ;)
1366 [12:49:49] *** Quits: Pjusur (~Pjusur@replaced-ip ) (Ping timeout: 268 seconds)
1367 [12:52:12] *** Joins: hanfm (~Thunderbi@replaced-ip )
1368 [12:53:22] *** Joins: timahvo1 (~rogue@replaced-ip )
1369 [12:53:33] *** Quits: Blommie01 (~blommie01@replaced-ip ) (Remote host closed the connection)
1370 [12:53:53] *** Quits: timahvo1 (~rogue@replaced-ip ) (Remote host closed the connection)
1371 [12:54:12] *** Quits: ssarah_ (~miguel@replaced-ip ) (Remote host closed the connection)
1372 [12:54:42] *** Joins: Blommie01 (~blommie01@replaced-ip )
1373 [12:55:03] *** Quits: hanfm (~Thunderbi@replaced-ip ) (Client Quit)
1374 [12:55:24] *** Joins: conta (~Thunderbi@replaced-ip )
1375 [12:55:42] *** Quits: airwind (~belovent@replaced-ip ) (Quit: airwind)
1376 [12:56:38] *** Joins: ssarah (~miguel@replaced-ip )
1377 [12:57:10] *** Quits: m0u_ (~m0u@replaced-ip ) (Ping timeout: 246 seconds)
1378 [12:57:25] *** Quits: ssarah (~miguel@replaced-ip ) (Max SendQ exceeded)
1379 [12:57:45] <ksk> yo. can anyone tell me about the status of wireguard (in buster?) Is it cool to use?
1380 [12:57:48] <ksk> ,v wireguard
1381 [12:57:49] *** Joins: ssarah (~miguel@replaced-ip )
1382 [12:57:50] <judd> Package: wireguard on amd64 -- sid: 0.0.20190406-1
1383 [12:57:55] <ksk> mhhm.
1384 [12:58:06] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 272 seconds)
1385 [12:58:08] * ksk notices some amount of leading zeroes
1386 [12:59:16] *** Quits: Blommie01 (~blommie01@replaced-ip ) (Ping timeout: 246 seconds)
1387 [12:59:22] <ksk> Do you have some suggestions to a private VPN solution if I find openvpn certificate managment quite exhausting? :x
1388 [12:59:28] *** Joins: stefanos82 (~stephen@replaced-ip )
1389 [12:59:33] *** Joins: lankanmon (~LKNnet@replaced-ip )
1390 [12:59:37] *** Quits: queip (~queip@replaced-ip ) (Ping timeout: 245 seconds)
1391 [13:00:53] *** Joins: HarveyPwca (~HarveyPwc@replaced-ip )
1392 [13:01:14] *** Joins: grobi (~rtng@replaced-ip )
1393 [13:01:35] *** Joins: oish (~charlie@replaced-ip )
1394 [13:02:50] *** Quits: Freshnuts (Freshnuts@replaced-ip ) (Quit: Leaving)
1395 [13:04:13] *** Quits: grobi4 (~rtng@replaced-ip ) (Ping timeout: 245 seconds)
1396 [13:05:01] *** Quits: dpkg (~dpkg@replaced-ip ) (Quit: buh bye!)
1397 [13:05:27] *** Joins: dpkg (~dpkg@replaced-ip )
1398 [13:06:08] *** Quits: yht (~yht@replaced-ip ) (Ping timeout: 248 seconds)
1399 [13:06:24] *** Joins: grindhold (~quassel@replaced-ip )
1400 [13:06:34] *** Joins: soumo (~soum00@replaced-ip )
1401 [13:07:01] <Habbie> ksk, wireguard appears to be popular now
1402 [13:07:02] *** Joins: queip (~queip@replaced-ip )
1403 [13:07:16] <Habbie> ksk, note that openvpn can also work with a single shared key
1404 [13:07:27] *** Quits: TomyWork (~TomyLobo@replaced-ip ) (Remote host closed the connection)
1405 [13:07:32] *** Joins: humpled (~humbag@replaced-ip )
1406 [13:08:01] <ksk> mhhm, yeah, that might be a valid option, thanks.
1407 [13:08:06] *** Quits: ach_ (~ach@replaced-ip ) (Read error: Connection reset by peer)
1408 [13:08:21] *** Joins: him-cesjf (~cesjf@replaced-ip )
1409 [13:08:24] *** Joins: ach_ (~ach@replaced-ip )
1410 [13:09:37] <ksk> wireguard.com suggest to just install it from upstream (and includes some apt-pinning), might also give that a try.
1411 [13:09:47] <ksk> eh, to install it from unstable
1412 [13:11:17] *** Joins: jbond42|away (~jbond42@replaced-ip )
1413 [13:12:44] *** Joins: Aussie_matt (~quassel@replaced-ip )
1414 [13:14:01] *** Joins: diogenes_ (~diogenes_@replaced-ip )
1415 [13:14:18] *** Joins: Mazhive (~Mazhive@replaced-ip )
1416 [13:15:20] <anikras> ksk, yes I can used --exclude={'dir1','dir2',....}
1417 [13:18:18] *** Joins: jbond42|1way (~jbond42@replaced-ip )
1418 [13:20:01] *** Quits: conta (~Thunderbi@replaced-ip ) (Remote host closed the connection)
1419 [13:20:16] *** Quits: jbond42|away (~jbond42@replaced-ip ) (Ping timeout: 272 seconds)
1420 [13:20:58] *** Joins: conta (~Thunderbi@replaced-ip )
1421 [13:20:59] *** Quits: anikras (~anikras@replaced-ip ) (Quit: Saliendo)
1422 [13:22:07] *** Quits: queip (~queip@replaced-ip ) (Ping timeout: 245 seconds)
1423 [13:24:09] *** Quits: rany (~rany@replaced-ip ) (Ping timeout: 256 seconds)
1424 [13:24:17] *** Quits: Robin_Anatoscope (~robs@replaced-ip ) (Ping timeout: 248 seconds)
1425 [13:24:38] *** Quits: aypea[1] (~aypea@replaced-ip ) (Ping timeout: 245 seconds)
1426 [13:24:42] *** Joins: Blommie01 (~blommie01@replaced-ip )
1427 [13:25:20] *** Quits: Blommie01 (~blommie01@replaced-ip ) (Read error: Connection reset by peer)
1428 [13:25:34] *** Joins: Blommie01 (~blommie01@replaced-ip )
1429 [13:26:30] *** Quits: dilema (~dilema@replaced-ip ) (Remote host closed the connection)
1430 [13:26:52] *** Parts: finn0 (~finn0@replaced-ip ) ()
1431 [13:27:58] *** Quits: monkey-b33 (~0a1b011e@replaced-ip ) (Ping timeout: 245 seconds)
1432 [13:28:12] *** Joins: TomyWork (~TomyLobo@replaced-ip )
1433 [13:28:23] *** Joins: monkey-b33 (~0a1b011e@replaced-ip )
1434 [13:28:58] *** Joins: cryptodan (~cryptodan@replaced-ip )
1435 [13:29:30] *** Joins: queip (~queip@replaced-ip )
1436 [13:29:34] *** Joins: Pjusur (~Pjusur@replaced-ip )
1437 [13:29:38] *** Quits: Pjusur (~Pjusur@replaced-ip ) (Remote host closed the connection)
1438 [13:30:38] *** Quits: semeion (~semeion@replaced-ip ) (Quit: WeeChat 2.5)
1439 [13:31:13] *** Quits: Blommie01 (~blommie01@replaced-ip ) (Remote host closed the connection)
1440 [13:32:31] *** Quits: noosanon (~noosanon@replaced-ip ) (Remote host closed the connection)
1441 [13:32:40] *** Joins: dynek (~dynek@replaced-ip )
1442 [13:33:09] *** Joins: Robin_Anatoscope (~robs@replaced-ip )
1443 [13:33:19] *** Joins: mayurvpatil (~mayurvpat@replaced-ip )
1444 [13:33:24] *** Quits: BrianG61UK (~BrianG61U@replaced-ip ) (Read error: Connection reset by peer)
1445 [13:33:26] *** Joins: semeion (~semeion@replaced-ip )
1446 [13:36:24] *** Quits: sipos_ (~sipos@replaced-ip ) (Quit: Leaving)
1447 [13:38:27] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Ping timeout: 258 seconds)
1448 [13:39:14] *** Joins: rustyshackleford (uid236774@replaced-ip )
1449 [13:39:59] *** Quits: __marco (~marco@replaced-ip ) (Ping timeout: 258 seconds)
1450 [13:41:04] *** Quits: soumo (~soum00@replaced-ip ) (Quit: Leaving)
1451 [13:41:37] *** Joins: a_l_b (~a_l_b@replaced-ip )
1452 [13:41:46] *** jbond42|1way is now known as jbond42
1453 [13:41:53] *** Quits: andrzejv (~andzej@replaced-ip ) (Ping timeout: 248 seconds)
1454 [13:41:57] *** Quits: Sabotender (~Sabotende@replaced-ip ) (Quit: 1000 Needles!)
1455 [13:42:26] *** Joins: metalvoidzz (~yaaic@replaced-ip )
1456 [13:42:29] *** Joins: Sabotender (~Sabotende@replaced-ip )
1457 [13:42:31] *** Joins: cn8398 (~cn8398@replaced-ip )
1458 [13:42:46] *** Quits: ishanjain28 (~ishanjain@replaced-ip##) (Quit: ZNC - ##replaced-url
1459 [13:43:13] *** Joins: ishanjain28 (~ishanjain@replaced-ip )
1460 [13:46:51] <ksk> mhhmkay, wireguard seems to work really easy on a "ubuntu/lxd/debian" <-> "windows" scenario. took me like 5min to set it up.
1461 [13:47:10] *** Joins: metalcock (~yaaic@replaced-ip )
1462 [13:48:52] *** Quits: metalvoidzz (~yaaic@replaced-ip ) (Ping timeout: 258 seconds)
1463 [13:48:58] *** Joins: metalvoidzz2 (~metalvoid@replaced-ip )
1464 [13:49:05] *** Quits: stoffepojken (stoffe@replaced-ip##) (Quit: ZNC 1.7.3 - ##replaced-url
1465 [13:49:40] *** Quits: willemb (~willemb@replaced-ip ) (Quit: leaving)
1466 [13:49:52] *** Quits: mayurvpatil (~mayurvpat@replaced-ip ) (Quit: This computer has gone to sleep)
1467 [13:49:56] *** Quits: metalvoidzz2 (~metalvoid@replaced-ip ) (Client Quit)
1468 [13:50:00] *** Joins: stoffepojken (stoffe@replaced-ip )
1469 [13:50:58] *** Quits: sebatron (a5e15116@replaced-ip ) (Remote host closed the connection)
1470 [13:51:03] *** Quits: irinix (~irinix@replaced-ip##) (Quit: ZNC - ##replaced-url
1471 [13:51:33] *** Quits: metalcock (~yaaic@replaced-ip ) (Ping timeout: 258 seconds)
1472 [13:55:39] *** Joins: OpenSSH (~mint@replaced-ip )
1473 [13:55:44] *** Quits: tuxed (~tuxed@replaced-ip ) (Quit: This computer has gone to sleep)
1474 [13:56:00] *** Joins: sebatron (a5e15116@replaced-ip )
1475 [13:58:36] *** Joins: irinix (~irinix@replaced-ip )
1476 [14:00:37] *** Quits: greatgatsby (~greatgats@replaced-ip ) (Quit: Leaving)
1477 [14:02:24] *** Joins: litb (~js@replaced-ip )
1478 [14:02:27] <litb> hello all
1479 [14:02:37] <litb> will building an installer also build all packages from source?
1480 [14:02:55] <litb> we want to build our complete debian distribution from source
1481 [14:03:11] <litb> does it make sense to follow the instructions at replaced-url
1482 [14:03:53] *** Parts: diogenes_ (~diogenes_@replaced-ip ) ("vergissmeinnicht")
1483 [14:04:54] <jelly> litb: it won't. the udeb packages in "download required udebs" are already binary
1484 [14:05:03] *** Quits: grobi (~rtng@replaced-ip ) (Ping timeout: 268 seconds)
1485 [14:05:11] *** Dragone2|Away is now known as Dragone2
1486 [14:05:32] <jelly> > Here are the steps to build debian-installer and download required udebs.
1487 [14:05:40] *** Joins: dvs (~hibbard@replaced-ip )
1488 [14:06:02] <litb> hmm, i read that as meaning "the required udebs for the build-system". too bad
1489 [14:06:43] <litb> jelly, we use debian in the embedded field and want to make sure that one can re-build the distributed debian using the source code that we provide alongside
1490 [14:06:57] <jelly> if you want to build everything from source, look at replaced-url
1491 [14:07:07] <litb> jelly, therefore, we thought it would make sense to get all the deb-src of all packages and build them somehow
1492 [14:07:51] <litb> jelly, ahh, thanks!
1493 [14:07:58] *** Quits: johnjay (~pi@replaced-ip ) (Ping timeout: 258 seconds)
1494 [14:08:02] *** Joins: noosanon (~noosanon@replaced-ip )
1495 [14:08:02] <litb> hope it will work automatically ^^
1496 [14:08:04] <jelly> as you can expect it's quite a bit more work
1497 [14:08:12] <litb> hmm
1498 [14:08:33] <litb> we also thought that maybe yocto or buildroot is more suited for this. but then, debian is very easy to use for the developers
1499 [14:08:59] *** Joins: zeden (~user@replaced-ip )
1500 [14:09:07] *** Joins: myrrh (~myrrh@replaced-ip )
1501 [14:09:16] *** Quits: Robin_Anatoscope (~robs@replaced-ip ) (Ping timeout: 246 seconds)
1502 [14:10:18] *** Quits: yht_ (~yht@replaced-ip ) (Ping timeout: 272 seconds)
1503 [14:10:21] *** Quits: zeden (~user@replaced-ip ) (Client Quit)
1504 [14:10:28] *** Joins: Robin_Anatoscope (~robs@replaced-ip )
1505 [14:10:48] *** Quits: myrrh (~myrrh@replaced-ip ) (Client Quit)
1506 [14:11:06] *** Quits: tehnull (~tehnull@replaced-ip ) (Changing host)
1507 [14:11:06] *** Joins: tehnull (~tehnull@replaced-ip )
1508 [14:11:21] *** Joins: zeden (~user@replaced-ip )
1509 [14:11:28] *** Quits: gjt344 (~gjt@replaced-ip ) ()
1510 [14:13:24] *** Quits: tmiland (~tmiland@replaced-ip##) (Quit: The Lounge - ##replaced-url
1511 [14:13:52] *** Joins: tmiland (~tmiland@replaced-ip )
1512 [14:15:47] *** Joins: tuxed (~tuxed@replaced-ip )
1513 [14:16:56] *** Quits: epony (epony@replaced-ip ) (Remote host closed the connection)
1514 [14:17:26] <litb> jelly, hmm, the bootstrapping page reads like it doesn't require the system to build already. but we can afford being on that system already. is there an easier way then?
1515 [14:17:37] *** Quits: ecilam (~malice@replaced-ip ) (Ping timeout: 248 seconds)
1516 [14:17:54] *** Quits: |Fitz| (~|Fitz|@replaced-ip ) (Ping timeout: 272 seconds)
1517 [14:18:07] *** Joins: |Fitz| (~|Fitz|@replaced-ip )
1518 [14:18:41] *** Quits: plantroon (~plantroon@replaced-ip ) (Ping timeout: 248 seconds)
1519 [14:18:52] *** Joins: GenTooMan (~cyberman@replaced-ip )
1520 [14:18:59] *** Joins: jarl (~blt@replaced-ip )
1521 [14:19:10] *** Quits: noxs (~noxs@replaced-ip ) (Ping timeout: 272 seconds)
1522 [14:19:10] *** Quits: rozie (~rozie@replaced-ip ) (Ping timeout: 272 seconds)
1523 [14:19:13] *** Quits: conta (~Thunderbi@replaced-ip ) (Ping timeout: 248 seconds)
1524 [14:19:25] *** Joins: noxs (~noxs@replaced-ip )
1525 [14:19:48] *** Quits: jarlaxl (~blt@replaced-ip ) (Ping timeout: 272 seconds)
1526 [14:19:50] *** Quits: super_gollum (~ich@replaced-ip ) (Remote host closed the connection)
1527 [14:20:01] *** debhelper sets mode: +l 1487
1528 [14:20:22] *** Joins: ecilam (~malice@replaced-ip )
1529 [14:20:28] *** Joins: plantroon (~plantroon@replaced-ip )
1530 [14:20:28] *** Joins: rozie (~rozie@replaced-ip )
1531 [14:20:41] *** Joins: l9 (~muad@replaced-ip )
1532 [14:21:29] *** Joins: jmarsac (~jmarsac@replaced-ip )
1533 [14:22:42] <jelly> litb: rebuilding _everything_ is way out of my comfort zone, try asking in #debian-bootstrap over on irc.oftc.net / irc.debian.org
1534 [14:22:56] *** Joins: Crypto (~Uberius@replaced-ip )
1535 [14:23:06] *** Quits: thePiGrepper (~nagato@replaced-ip ) (Ping timeout: 244 seconds)
1536 [14:23:16] *** Quits: Uberius (~Uberius@replaced-ip ) (Remote host closed the connection)
1537 [14:24:02] *** Joins: thePiGrepper (~nagato@replaced-ip )
1538 [14:24:52] <jelly> litb: bootstrapping is typically used for completely new architectures, if you're on the same architecture but still want to rebuild stuff for your distro, you can probably use debian's native build tools based on buildd
1539 [14:25:17] *** Joins: m0u_ (~m0u@replaced-ip )
1540 [14:26:54] *** Joins: ich (~ich@replaced-ip )
1541 [14:27:27] *** Quits: wvdakker (~wvdakker@replaced-ip ) (Quit: wvdakker)
1542 [14:28:15] *** Joins: yht_ (~yht@replaced-ip )
1543 [14:28:21] *** Joins: fuzzface (~fuzzface@replaced-ip )
1544 [14:28:35] <jelly> ,v bareos
1545 [14:28:36] <judd> Package: bareos on amd64 -- jessie: 14.2.1+20141017gitc6c5b56-3+deb8u3; stretch: 16.2.4-3+deb9u2; buster: 16.2.6-5; sid: 17.2.7-2
1546 [14:28:47] *** Joins: nav2002_ (~nav2002@replaced-ip )
1547 [14:28:51] <jelly> ,v bacula
1548 [14:28:52] <judd> Package: bacula on amd64 -- jessie: 5.2.6+dfsg-9.3; stretch: 7.4.4+dfsg-6; stretch-backports: 9.4.2-1~bpo9+1; buster: 9.4.2-2; sid: 9.4.2-2
1549 [14:29:16] *** Quits: tagomago (~tagomago@replaced-ip ) (Quit: Konversation terminated!)
1550 [14:29:26] *** Joins: tagomago (~tagomago@replaced-ip )
1551 [14:29:59] <litb> jelly, seeing how there are cycles like this, according to DebianBootstrap: qt → poppler → cups → qt , it seems difficult to imagine it's an easy affair
1552 [14:30:01] *** debhelper sets mode: +l 1496
1553 [14:30:10] *** Joins: JACAM (~JACAM@replaced-ip )
1554 [14:30:16] *** Quits: tagomago (~tagomago@replaced-ip ) (Read error: Connection reset by peer)
1555 [14:30:18] *** Joins: _till_ (~till@replaced-ip )
1556 [14:30:18] *** Quits: _till_ (~till@replaced-ip ) (Changing host)
1557 [14:30:18] *** Joins: _till_ (~till@replaced-ip )
1558 [14:30:27] *** Quits: Fusl (~fusl@replaced-ip ) (Ping timeout: 256 seconds)
1559 [14:30:30] *** Joins: greycat (~wooledg@replaced-ip )
1560 [14:30:30] *** Joins: tagomago (~tagomago@replaced-ip )
1561 [14:31:28] *** Quits: m0u_ (~m0u@replaced-ip ) (Ping timeout: 248 seconds)
1562 [14:31:34] *** Quits: kesenai (~username@replaced-ip ) (Ping timeout: 268 seconds)
1563 [14:34:16] *** Quits: preview (~quassel@replaced-ip ) (Ping timeout: 264 seconds)
1564 [14:34:56] *** Quits: Haudegen (~quassel@replaced-ip ) (Remote host closed the connection)
1565 [14:35:00] *** Joins: n1ce (~n1ce@replaced-ip )
1566 [14:35:00] *** Quits: n1ce (~n1ce@replaced-ip ) (Changing host)
1567 [14:35:00] *** Joins: n1ce (~n1ce@replaced-ip )
1568 [14:35:21] *** Quits: Crypto (~Uberius@replaced-ip ) (Remote host closed the connection)
1569 [14:35:31] *** Quits: n1ce (~n1ce@replaced-ip ) (Client Quit)
1570 [14:35:43] *** Joins: Crypto (~Uberius@replaced-ip )
1571 [14:36:01] *** Joins: dastier (~dastier@replaced-ip )
1572 [14:37:14] *** Joins: mortderire (~mortderir@replaced-ip )
1573 [14:37:39] *** Dragone2 is now known as Dragone2|Away
1574 [14:37:52] *** Joins: Fusl (~fusl@replaced-ip )
1575 [14:38:05] *** Joins: format_c_ (~format_c@replaced-ip )
1576 [14:38:57] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 248 seconds)
1577 [14:39:21] *** Joins: KD0VSW (kd0vsw@replaced-ip )
1578 [14:39:45] *** Quits: KD0VSW (kd0vsw@replaced-ip ) (Client Quit)
1579 [14:42:40] *** Quits: sveva65 (~sverre@replaced-ip ) (Ping timeout: 268 seconds)
1580 [14:44:44] *** Quits: JACAM (~JACAM@replaced-ip ) (Quit: Quitte)
1581 [14:47:23] *** Quits: him-cesjf (~cesjf@replaced-ip ) (Ping timeout: 244 seconds)
1582 [14:48:40] *** Parts: cybercrypto (~morpheus@replaced-ip ) ("irssi v1.1.2 - running on FreeBSD amd64")
1583 [14:49:26] *** Joins: sveva65 (~sverre@replaced-ip )
1584 [14:52:59] *** Joins: we6jbo (~we6jbo@replaced-ip )
1585 [14:53:20] *** Quits: jmarsac (~jmarsac@replaced-ip##) (Quit: Nettalk6 - ##replaced-url
1586 [14:53:48] *** Quits: HarveyPwca (~HarveyPwc@replaced-ip ) (Quit: Leaving)
1587 [14:57:47] *** Joins: nuuuciano (~luuuciano@replaced-ip )
1588 [14:58:54] *** Joins: oish (~charlie@replaced-ip )
1589 [14:59:09] *** Joins: mayurvpatil (~mayurvpat@replaced-ip )
1590 [14:59:39] <Soo_Slow> what s the better linux screen recorder - obs or simplescreenrecorder? In terms of both features and user-friendliness
1591 [15:00:01] <petn-randall> Soo_Slow: Try them both and decide for yourself.
1592 [15:02:25] *** Quits: Logg (~Logg@replaced-ip ) (Ping timeout: 248 seconds)
1593 [15:03:23] *** Joins: conta (~Thunderbi@replaced-ip )
1594 [15:04:08] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 272 seconds)
1595 [15:05:48] *** Joins: debsan (~debsan@replaced-ip )
1596 [15:07:50] *** Joins: viruscthulhu (~virus@replaced-ip )
1597 [15:07:51] *** Joins: nulix (~Macro@replaced-ip )
1598 [15:08:23] *** Quits: noosanon (~noosanon@replaced-ip ) (Ping timeout: 245 seconds)
1599 [15:09:22] *** Joins: winy (~vince@replaced-ip )
1600 [15:09:59] *** Quits: roger_rabbit (~admin@replaced-ip ) (Ping timeout: 252 seconds)
1601 [15:13:34] *** Quits: tuxed (~tuxed@replaced-ip ) (Quit: Leaving)
1602 [15:15:42] *** Joins: mtn (~mtn@replaced-ip )
1603 [15:18:02] *** Quits: mayurvpatil (~mayurvpat@replaced-ip ) (Quit: This computer has gone to sleep)
1604 [15:18:20] *** Joins: gjt343 (~gjt@replaced-ip )
1605 [15:19:22] *** Quits: gigetoo (~gigetoo@replaced-ip ) (Read error: Connection reset by peer)
1606 [15:19:28] *** Joins: zophyx (~nsa@replaced-ip )
1607 [15:20:10] *** Quits: han-solo (~han-solo@replaced-ip ) (Quit: Lost terminal)
1608 [15:20:54] *** Joins: Brigo (~Brigo@replaced-ip )
1609 [15:21:51] *** Joins: m0u_ (~m0u@replaced-ip )
1610 [15:22:25] *** Joins: jas4711 (~smuxi@replaced-ip )
1611 [15:22:59] *** Quits: dvanmosselbeen (~david@replaced-ip ) (Read error: Connection reset by peer)
1612 [15:23:00] *** Joins: epony (epony@replaced-ip )
1613 [15:23:25] *** Joins: dvanmosselbeen (~david@replaced-ip )
1614 [15:23:36] *** Joins: jmichel (~jmichel@replaced-ip )
1615 [15:24:08] *** Quits: zophyx (~nsa@replaced-ip ) (Remote host closed the connection)
1616 [15:26:08] *** Quits: conta (~Thunderbi@replaced-ip ) (Quit: conta)
1617 [15:27:09] *** Joins: bruhbruh (~bruhbruh@replaced-ip )
1618 [15:30:33] *** Joins: HybridGorilla (~gorilla@replaced-ip )
1619 [15:30:45] *** Parts: moss (~moss@replaced-ip ) ()
1620 [15:31:31] *** Quits: magic_ninja (~sparkie1@replaced-ip ) (Ping timeout: 246 seconds)
1621 [15:33:44] *** Joins: Logg (~Logg@replaced-ip )
1622 [15:34:12] *** Quits: JohnML (~john1@replaced-ip ) (Remote host closed the connection)
1623 [15:34:15] *** Joins: CuteAlien (~micha@replaced-ip )
1624 [15:35:59] *** Joins: mayurvpatil (~mayurvpat@replaced-ip )
1625 [15:36:16] *** Joins: Haudegen (~quassel@replaced-ip )
1626 [15:37:22] *** Joins: nekomata (~nekomata@replaced-ip )
1627 [15:37:42] *** Quits: mayurvpatil (~mayurvpat@replaced-ip ) (Max SendQ exceeded)
1628 [15:38:13] *** Joins: mayurvpatil (~mayurvpat@replaced-ip )
1629 [15:38:53] *** Quits: Kuleshov (~Hacker@replaced-ip ) (Read error: Connection reset by peer)
1630 [15:39:17] *** Joins: Kuleshov (~Hacker@replaced-ip )
1631 [15:40:01] *** debhelper sets mode: +l 1503
1632 [15:40:05] *** Quits: m0u_ (~m0u@replaced-ip ) (Ping timeout: 244 seconds)
1633 [15:40:09] *** Quits: kts (~kts@replaced-ip ) (Quit: Konversation terminated!)
1634 [15:40:17] *** Joins: CrystalMath (~coderain@replaced-ip )
1635 [15:41:16] <CuteAlien> Hi! I've updated to Debian 9 this week and now it takes very long getting from login-screen (kdm) to a working desktop (kde). systemd-analyze seems to blame networking.service replaced-url
1636 [15:41:37] <CuteAlien> my etc/network/interfaces are: replaced-url
1637 [15:42:03] <CuteAlien> My setup is - connected per cable to dsl-router. Nothing else.
1638 [15:42:29] <CuteAlien> I'm not very familiar with network setup - so if anyone has a hint what might be going on or what I could do I'd welcome it.
1639 [15:43:00] *** Joins: Blommie01 (~blommie01@replaced-ip )
1640 [15:43:19] *** Quits: Blommie01 (~blommie01@replaced-ip ) (Remote host closed the connection)
1641 [15:43:27] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
1642 [15:44:45] *** Joins: zophyx (~nsa@replaced-ip )
1643 [15:44:46] *** Joins: JohnML (~john1@replaced-ip )
1644 [15:45:18] *** Joins: Blommie01 (~blommie01@replaced-ip )
1645 [15:45:59] *** Joins: bralyclow01 (~bralyclow@replaced-ip )
1646 [15:46:08] *** Joins: jasonwc (~jasonwc@replaced-ip )
1647 [15:46:41] *** Quits: Logg (~Logg@replaced-ip ) (Ping timeout: 248 seconds)
1648 [15:47:34] *** Quits: Makaveli7 (~Makaveli7@replaced-ip ) (Quit: WeeChat 2.5)
1649 [15:49:53] *** Quits: bralyclow (~bralyclow@replaced-ip ) (Ping timeout: 268 seconds)
1650 [15:50:20] *** Joins: dvs (~gilford@replaced-ip )
1651 [15:50:38] *** Joins: Logg (~Logg@replaced-ip )
1652 [15:50:53] *** Quits: Soo_Slow (Soo_Slow@replaced-ip ) (Remote host closed the connection)
1653 [15:50:56] *** Quits: Blommie01 (~blommie01@replaced-ip ) (Ping timeout: 248 seconds)
1654 [15:50:57] *** Joins: boofmaq (~boofmaq@replaced-ip )
1655 [15:51:12] *** Quits: boofmaq (~boofmaq@replaced-ip ) (Client Quit)
1656 [15:52:22] *** Quits: mayurvpatil (~mayurvpat@replaced-ip ) (Quit: Leaving)
1657 [15:52:42] *** Joins: gigetoo (~gigetoo@replaced-ip )
1658 [15:52:47] *** Joins: zleap (~zleap@replaced-ip )
1659 [15:54:00] *** Joins: n9nes (~n9nes@replaced-ip )
1660 [15:57:17] *** Quits: n9nes_ (~n9nes@replaced-ip ) (Ping timeout: 268 seconds)
1661 [15:57:33] <petn-randall> CuteAlien: Can you paste your output of `systemd-analyze critical-chain` to replaced-url
1662 [15:57:55] *** Quits: Kuleshov (~Hacker@replaced-ip ) (Quit: Leaving)
1663 [15:58:03] <petn-randall> CuteAlien: Does eth0 immediately get a lease?
1664 [15:58:51] <petn-randall> You can check that in the logs in /var/log/syslog.
1665 [15:58:53] *** Quits: xcm (~xcm@replaced-ip ) (Read error: Connection reset by peer)
1666 [15:58:53] <CuteAlien> critical-chain: replaced-url
1667 [15:59:23] <themill> also, shouldn't that all happen in parallel to login, and can systemd-analyze actually see what is happening between kdm login and responsive session?
1668 [15:59:31] *** Quits: Logg (~Logg@replaced-ip ) (Ping timeout: 246 seconds)
1669 [15:59:53] *** Joins: xcm (~xcm@replaced-ip )
1670 [15:59:55] <themill> CuteAlien: encrypted $HOME?
1671 [15:59:59] *** Quits: chele (~chele@replaced-ip ) (Quit: Leaving)
1672 [16:00:05] <greycat> I suspect the DHCP delay is ongoing while the login is happening.
1673 [16:00:08] <CuteAlien> themill, I don't know. I only found out about systemd-analyse from some random internet post about similar troubles. But it kinda fits the time-span.
1674 [16:00:32] <petn-randall> That wait time is before kdm gets started, though, so that's not your issue (but maybe a separate one).
1675 [16:00:53] *** Joins: bolt (~r00t@replaced-ip )
1676 [16:00:57] *** Joins: Blommie01 (~blommie01@replaced-ip )
1677 [16:01:42] *** Quits: towo^work (~towo@replaced-ip ) (Remote host closed the connection)
1678 [16:03:09] <CuteAlien> petn-randall, but it doesn't take 20 seconds to get kdm started.
1679 [16:03:22] *** Quits: fuzzface (~fuzzface@replaced-ip ) (Quit: Leaving)
1680 [16:03:54] <petn-randall> Right, it should take close to 30 seconds according to that graph.
1681 [16:03:55] <CuteAlien> uhm.. or maybe I should stop time on next-reboot, didn't feel so long.
1682 [16:04:02] *** Quits: bobe (3Qun8x8bIm@replaced-ip ) (Remote host closed the connection)
1683 [16:04:25] <CuteAlien> yeah, kde-login to start of desktop ~ 40 seconds.
1684 [16:05:00] <themill> I wonder if there's a kde thingy of some sort that is trying to talk to the network during login'
1685 [16:05:04] <petn-randall> Note that systemd only measures the time until kdm, not until your desktop is started. That is something that kdm would log.
1686 [16:05:32] *** Joins: jhutchins_wk (~jonathan@replaced-ip )
1687 [16:06:09] *** Joins: twobitsprite (~isaac@replaced-ip )
1688 [16:06:16] *** Joins: roger_rabbit (~admin@replaced-ip )
1689 [16:06:18] <CuteAlien> hm, I'll be back in a moment - rebooting and counting time until kdm. Then I can also have a fresh syslog (curretnly not sure which part to paste there fro lease of eth0.
1690 [16:06:19] <CuteAlien> brb
1691 [16:06:21] <themill> s/would/could/ I think
1692 [16:06:29] *** Quits: CuteAlien (~micha@replaced-ip ) (Quit: CuteAlien)
1693 [16:06:48] *** Joins: rany (~rany@replaced-ip )
1694 [16:07:11] *** Quits: Blommie01 (~blommie01@replaced-ip ) (Ping timeout: 258 seconds)
1695 [16:07:30] *** Quits: polymorphisme (~Thunderbi@replaced-ip ) (Remote host closed the connection)
1696 [16:10:15] *** Joins: fuzzface (~user@replaced-ip )
1697 [16:10:32] *** Joins: DammitJim (~DammitJim@replaced-ip )
1698 [16:12:50] *** Joins: ctcx (~user@replaced-ip )
1699 [16:13:10] *** Joins: CuteAlien (~micha@replaced-ip )
1700 [16:13:10] <f8e3> what external notebook screen do you recommend that works out of the box / is compatible with debian?
1701 [16:13:17] *** Joins: vvor (~vvor@replaced-ip )
1702 [16:13:27] *** Joins: noosanon (~noosanon@replaced-ip )
1703 [16:13:38] <f8e3> i currently have aoc+displaylink driver, and i am not willing to reinstall that stuff again.
1704 [16:13:45] <jhutchins_wk> f8e3: I'm not aware of any monitor compatibility issues.
1705 [16:13:46] *** Quits: jas4711 (~smuxi@replaced-ip ) (Remote host closed the connection)
1706 [16:13:48] *** Quits: jmichel (~jmichel@replaced-ip ) (Quit: Quitte)
1707 [16:14:18] <CuteAlien> OK, you were right - it's the time until kdm has started (cricital chain says 33sec this time, hand-stopped 37s). So the time kdm to KDE-desktop is not related to this (was 1 minute this time).
1708 [16:14:21] <f8e3> the aoc E1659FWU should work out of the box?
1709 [16:16:26] <petn-randall> CuteAlien: You can remove the eth0 entry in /etc/network/interfaces and configure it via network-manager, which would shave off a few seconds. But for the login issue you'll have to check the session logs.
1710 [16:16:42] *** Joins: aZz7eCh (~aZz7eCh@replaced-ip )
1711 [16:16:52] *** Joins: HarveyPwca (~HarveyPwc@replaced-ip )
1712 [16:18:31] <f8e3> (if y have a rec. or one running and satisifed feel free to mention it)
1713 [16:19:42] <petn-randall> f8e3: What do you mean with notebook screen? Do you mean a regular screen plugged in via VGA/DVI/HDMI/DisplayPort?
1714 [16:19:51] *** Joins: tmann (~oor@replaced-ip )
1715 [16:19:52] <petn-randall> *external notebook screen
1716 [16:20:17] *** Quits: tehnull (~tehnull@replaced-ip ) (Ping timeout: 248 seconds)
1717 [16:20:17] *** Quits: tmann (~oor@replaced-ip ) (Client Quit)
1718 [16:20:18] <f8e3> usb (or other) but portable with powersupply only from notebook
1719 [16:20:27] *** Joins: CyberManifest (~CyberMani@replaced-ip )
1720 [16:20:55] *** Joins: Blommie01 (~blommie01@replaced-ip )
1721 [16:21:41] <CuteAlien> petn-randall, thanks. I'll try to figure it out. my syslog for last boot (in case you can see that eth0 lease information): replaced-url
1722 [16:21:49] <jhutchins_wk> petn-randall: You think Network Manager is faster than an interfaces config?
1723 [16:21:53] *** Quits: Brigo (~Brigo@replaced-ip ) (Remote host closed the connection)
1724 [16:22:33] <petn-randall> jhutchins_wk: I sometimes is, especially if you have a lot of pre-up/post-up scripts.
1725 [16:23:28] <CuteAlien> Where can I find sessions scripts which might give a hint about KDE startup time troubles?
1726 [16:23:37] <CuteAlien> session logs I mean
1727 [16:23:37] *** Joins: Blommie0_ (~blommie01@replaced-ip )
1728 [16:23:41] *** Joins: Brigo (~Brigo@replaced-ip )
1729 [16:23:42] *** Joins: wvdakker (~wvdakker@replaced-ip )
1730 [16:25:36] *** Joins: diogenes_ (~diogenes_@replaced-ip )
1731 [16:25:56] *** Quits: wvdakker (~wvdakker@replaced-ip ) (Client Quit)
1732 [16:26:18] *** Quits: Blommie01 (~blommie01@replaced-ip ) (Ping timeout: 245 seconds)
1733 [16:29:20] *** Quits: sebatron (a5e15116@replaced-ip ) (Remote host closed the connection)
1734 [16:30:41] <pingfloyd> CuteAlien: ~/.xsession-errors
1735 [16:30:50] <CuteAlien> pingfloyd, thx
1736 [16:31:00] *** Joins: Zppix (uid182351@replaced-ip )
1737 [16:31:30] *** Quits: Haudegen (~quassel@replaced-ip ) (Remote host closed the connection)
1738 [16:31:48] *** Quits: nekomata (~nekomata@replaced-ip ) (Quit: Leaving)
1739 [16:32:27] *** Quits: lucad111 (~lucad111@replaced-ip ) (Quit: Leaving)
1740 [16:33:10] *** Joins: Blommie01 (~blommie01@replaced-ip )
1741 [16:33:12] *** Parts: diogenes_ (~diogenes_@replaced-ip ) ("vergissmeinnicht")
1742 [16:34:04] <ctcx> When using dd to write an ISO to USB device, does it turn read-only, or stills writable?
1743 [16:34:04] *** Quits: flo2marsnet (~flo2marsn@replaced-ip ) (Ping timeout: 272 seconds)
1744 [16:35:02] *** Quits: we6jbo (~we6jbo@replaced-ip ) (Remote host closed the connection)
1745 [16:35:05] *** Joins: mayurvpatil (~mayurvpat@replaced-ip )
1746 [16:36:03] *** Quits: dvs (~gilford@replaced-ip ) (Quit: Leaving)
1747 [16:36:32] *** Quits: ffl^ (ffl@replaced-ip ) ()
1748 [16:36:36] *** Quits: Blommie0_ (~blommie01@replaced-ip ) (Ping timeout: 272 seconds)
1749 [16:37:22] *** Joins: tsrt^ (tsrt@replaced-ip )
1750 [16:38:42] *** Quits: yokel (~yokel@replaced-ip ) (Read error: Connection reset by peer)
1751 [16:39:00] *** Joins: yans (~yans@replaced-ip )
1752 [16:40:05] *** Quits: rany (~rany@replaced-ip ) (Remote host closed the connection)
1753 [16:41:27] *** Joins: _0bitcount (~Big_Byte@replaced-ip )
1754 [16:41:34] <jhutchins_wk> ctcx: It's still writable, but it's not a standard filesystem that you can make changes to. What are you actually trying to do?
1755 [16:42:00] *** Joins: dvs (~hibbard@replaced-ip )
1756 [16:43:23] *** Joins: Newami (~Newami@replaced-ip )
1757 [16:43:56] *** Joins: yokel (~yokel@replaced-ip )
1758 [16:44:37] <ctcx> Write the Debian installer ISO to USB using dd.
1759 [16:44:49] <greycat> then why are you asking what you are asking
1760 [16:45:17] <ctcx> Because of stupid, and fear.
1761 [16:45:18] *** Joins: Haudegen (~quassel@replaced-ip )
1762 [16:45:20] <ctcx> Sorry.
1763 [16:46:03] <greycat> if you want to use the USB device for something else after you're done installing Debian from it, you'll probably need to redo the partition table from scratch, and then recreate file system(s)
1764 [16:46:07] *** Joins: clemens (~fransisco@replaced-ip )
1765 [16:46:18] *** Joins: mayurvpatil_ (~mayurvpat@replaced-ip )
1766 [16:46:33] <ctcx> Yes, I thought so.
1767 [16:46:40] *** Quits: mayurvpatil (~mayurvpat@replaced-ip ) (Ping timeout: 258 seconds)
1768 [16:46:46] *** Quits: noosanon (~noosanon@replaced-ip ) (Ping timeout: 246 seconds)
1769 [16:47:00] *** Joins: zophyx_ (~nsa@replaced-ip )
1770 [16:47:03] *** Joins: Blommie0_ (~blommie01@replaced-ip )
1771 [16:47:16] *** Quits: zophyx (~nsa@replaced-ip ) (Remote host closed the connection)
1772 [16:47:37] *** Joins: Prints (~333@replaced-ip )
1773 [16:47:47] <ctcx> I was just uneasy as in, after doing that, whether the Debian installer "partition" would still be totally writable. But given comment above, I guess not
1774 [16:48:11] *** Quits: woshty (~woshty@replaced-ip ) (Ping timeout: 250 seconds)
1775 [16:49:04] <clemens> aaa3
1776 [16:49:37] *** Joins: deltam (~deltam@replaced-ip )
1777 [16:50:01] *** debhelper sets mode: +l 1509
1778 [16:50:08] *** Joins: towo` (~towo@replaced-ip )
1779 [16:50:19] *** Quits: HerbY_NL2 (~HerbY_NL2@replaced-ip ) (Quit: Leaving)
1780 [16:50:21] *** Quits: Blommie01 (~blommie01@replaced-ip ) (Ping timeout: 244 seconds)
1781 [16:50:40] <ctcx> greycat: do you think this replaced-url
1782 [16:51:15] <greycat> Why would you ask me? I have no idea. I use CDs.
1783 [16:51:23] *** Quits: mibo (~mibo@replaced-ip ) (Quit: Leaving.)
1784 [16:51:49] <ctcx> Didn't know. Sorry sir.
1785 [16:52:54] *** Joins: tuxed (~tuxed@replaced-ip )
1786 [16:53:01] *** Joins: humbot (~humbag@replaced-ip )
1787 [16:54:06] <ctcx> I also use CDs/DVDs, but realized not long ago that I contribute to pollution each time I need to get new versions of stuff, even if using re-writable disks
1788 [16:54:14] *** Quits: bruhbruh (~bruhbruh@replaced-ip ) (Read error: Connection reset by peer)
1789 [16:54:35] <ctcx> (and USB drives run a bit faster than disks...)
1790 [16:54:55] *** Quits: DammitJim (~DammitJim@replaced-ip ) (Quit: Leaving)
1791 [16:54:57] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
1792 [16:55:03] <humbot> a lot of these multiboot tools come and go ctcx, distros vary in exactly how they make isos and boot from them
1793 [16:55:16] <greycat> In my case it's not a series of separate economic/ecologic decisions. I already *have* the stack of CDs. I've had 'em for a really long time.
1794 [16:55:36] *** Quits: nulix (~Macro@replaced-ip ) (Ping timeout: 272 seconds)
1795 [16:55:53] *** Quits: humpled (~humbag@replaced-ip ) (Ping timeout: 245 seconds)
1796 [16:55:59] *** Quits: austin987 (~null@replaced-ip ) (Ping timeout: 250 seconds)
1797 [16:56:00] <humbot> it's hard to say if this one will work, but it's not too hard to learn how to use syslinux and hack things around a bit to make it work
1798 [16:56:01] <greycat> Most of them end up being used to create audio CDs, but a few get used for writing Debian installer images.
1799 [16:56:12] *** Joins: kreyren (~kreyren@replaced-ip )
1800 [16:56:47] *** Quits: tsujp (~tsujp@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
1801 [16:57:04] *** Quits: enki (~enki@replaced-ip ) (Ping timeout: 264 seconds)
1802 [16:57:21] *** Quits: rsx (~rsx@replaced-ip ) (Quit: rsx)
1803 [16:57:28] *** Quits: heroxbd_ (~heroxbd@replaced-ip ) (Ping timeout: 258 seconds)
1804 [16:57:30] *** Parts: nifker (~Thunderbi@replaced-ip ) ()
1805 [16:57:33] *** Joins: enki (~enki@replaced-ip )
1806 [16:58:27] *** Joins: tsujp (~tsujp@replaced-ip )
1807 [16:59:14] <humbot> i only just remade a debian 8 openbox usb which had run on and off as a normal installation with updates and data in persistence
1808 [16:59:34] <annadane> i get frightened of CDs on principle due to the fact they can get scratched
1809 [16:59:57] *** Quits: dastier (~dastier@replaced-ip ) (Read error: Connection reset by peer)
1810 [16:59:59] <Tom-_> Usually the laser can shine through scratches
1811 [17:00:01] *** debhelper sets mode: +l 1500
1812 [17:00:32] <annadane> it's also just really satisfying popping in a USB stick
1813 [17:00:55] *** Quits: Blommie0_ (~blommie01@replaced-ip ) (Remote host closed the connection)
1814 [17:01:07] *** Quits: viruscthulhu (~virus@replaced-ip ) (Remote host closed the connection)
1815 [17:01:18] *** Quits: bralyclow01 (~bralyclow@replaced-ip ) (Remote host closed the connection)
1816 [17:01:29] *** Joins: woshty (~woshty@replaced-ip )
1817 [17:02:00] *** Joins: bralyclow (~bralyclow@replaced-ip )
1818 [17:02:45] *** Quits: tuxed (~tuxed@replaced-ip ) (Quit: This computer has gone to sleep)
1819 [17:03:09] *** Quits: ach_ (~ach@replaced-ip ) (Read error: Connection reset by peer)
1820 [17:03:28] *** Joins: ach_ (~ach@replaced-ip )
1821 [17:03:42] *** Quits: encod3 (~encod3@replaced-ip ) (Remote host closed the connection)
1822 [17:03:53] *** Joins: Tenkawa (~Tenkawa@replaced-ip )
1823 [17:03:57] *** Joins: RebelCoder (~RebelCode@replaced-ip )
1824 [17:05:05] *** Quits: ich (~ich@replaced-ip ) (Quit: Ex-Chat)
1825 [17:05:20] <ctcx> syslinux seems to not been updated in a long time...
1826 [17:05:23] *** Joins: heroxbd (~heroxbd@replaced-ip )
1827 [17:05:28] *** Quits: walnut_burl (~oak@replaced-ip ) (Ping timeout: 245 seconds)
1828 [17:05:30] <themill> ctcx: I've never seen any of these "multi installers on one device" approaches work well with the Debian installer. You tend to get a slightly broken installer that just falls over and stops working at some late stage in the installation process
1829 [17:05:58] *** Joins: tuxed (~tuxed@replaced-ip )
1830 [17:06:08] <greycat> if you're serious about pursuing it, I suggest the #debian-boot channel on OFTC
1831 [17:06:40] *** Joins: m0u_ (~m0u@replaced-ip )
1832 [17:06:49] *** Quits: woshty (~woshty@replaced-ip ) (Ping timeout: 250 seconds)
1833 [17:07:15] *** Joins: smsimeon (~smsimeon@replaced-ip )
1834 [17:07:27] *** Joins: walnut_burl (~oak@replaced-ip )
1835 [17:07:38] *** Quits: bralyclow (~bralyclow@replaced-ip ) (Ping timeout: 272 seconds)
1836 [17:07:51] *** Joins: theteju (~theteju@replaced-ip )
1837 [17:07:52] *** Quits: smsimeon (~smsimeon@replaced-ip ) (Client Quit)
1838 [17:08:35] <ctcx> themill: perhaps because incorrect parameters in grub entry?
1839 [17:08:36] *** Joins: austin987 (~null@replaced-ip )
1840 [17:08:40] *** Joins: diniwed (~gavron@replaced-ip )
1841 [17:08:52] *** Quits: yokel (~yokel@replaced-ip ) (Read error: No route to host)
1842 [17:09:00] *** Joins: zodd (~Zzzzzzzzz@replaced-ip )
1843 [17:09:09] *** Joins: yokel_ (~yokel@replaced-ip )
1844 [17:09:36] *** yokel_ is now known as yokel
1845 [17:10:00] <zodd> what happened to DBD/DBI Ruby packages? They seem to be in Jessie, but not more recent.
1846 [17:10:21] <greycat> if you know the package name you can look it up on the tracker
1847 [17:10:51] <somiaj> ctcx: I think you would want to rebuild the installer image and use something like syslinux to do the actually booting. I've seen various methods for doing this with the live image.
1848 [17:10:55] *** Joins: woshty (~woshty@replaced-ip )
1849 [17:11:57] *** Quits: ach_ (~ach@replaced-ip ) (Remote host closed the connection)
1850 [17:12:19] *** Quits: CuteAlien (~micha@replaced-ip ) (Quit: CuteAlien)
1851 [17:12:23] <somiaj> ctcx: replaced-url
1852 [17:12:47] <ctcx> Thanks. Reading
1853 [17:12:48] *** Joins: kakava-goobe (~glu@replaced-ip )
1854 [17:12:54] <theteju> Hey guys,, I need help,, My Firefox install is messed up on Debian 9 kde.
1855 [17:12:57] *** Joins: ach_ (~ach@replaced-ip )
1856 [17:12:59] *** Quits: yokel (~yokel@replaced-ip ) (Remote host closed the connection)
1857 [17:13:07] *** Joins: Soo_Slow (Soo_Slow@replaced-ip )
1858 [17:13:16] *** Joins: rany (~rany@replaced-ip )
1859 [17:13:25] <somiaj> ctcx: now you may want to adjust it so you can then put all that info in some image file as opposed to a partition on the disk, but the hybrid state of the debian installer makes it really hard to chain boot the .iso as shipped.
1860 [17:13:33] <theteju> I undestand,, asking for such support is not a valid question. as I tried to tamper with default install.
1861 [17:13:43] <zodd> theteju, three options: try to fix it, create new profile, reinstall firefox
1862 [17:13:57] <somiaj> theteju: well how did you install firefox?
1863 [17:14:03] *** Quits: kakava-goobe (~glu@replaced-ip ) (Client Quit)
1864 [17:15:09] <theteju> extract firefox.tar.gz file to /opt/firefox directory and then symbolic link to firefox-esr
1865 [17:15:15] <Soo_Slow> does anybody there use openbox? Is possible to make it automatically undecorate (e.g hide window's title and buttons) all maximized windows?
1866 [17:15:22] <theteju> that is how i installed it.
1867 [17:15:28] <greycat> theteju: the first part of that sounds perfect, but symlink from /usr/local/bin/firefox instead of firefox-esr
1868 [17:15:30] *** Quits: enki (~enki@replaced-ip ) (Read error: Connection reset by peer)
1869 [17:15:32] *** Joins: DammitJim (~DammitJim@replaced-ip )
1870 [17:15:51] *** Quits: Apeiron` (~Apeiron@replaced-ip##) (Quit: ZNC - ##replaced-url
1871 [17:15:51] *** Quits: Rhuarc (~Rhuarc-@replaced-ip ) (Quit: Not my fucking problem)
1872 [17:15:56] <somiaj> theteju: I think that was your problem, the symbolic link it to firefox-esr, you don't want touch or overwrite files dpkg manages...as greycat said
1873 [17:15:59] *** Quits: jrzz (~jrzz@replaced-ip##) (Quit: ZNC 1.6.5+deb1+deb9u1 - ##replaced-url
1874 [17:16:08] *** Joins: thunderrd_ (~thunderrd@replaced-ip )
1875 [17:16:37] <theteju> MY browser is working,, its just that,, it does not play any sound.
1876 [17:16:41] *** Joins: oish (~charlie@replaced-ip )
1877 [17:16:51] <greycat> upstream firefox does not have ALSA support, if that's what you're trying to do
1878 [17:16:53] <greycat> it only supports Pulse
1879 [17:18:23] *** Joins: ghoti (~paul@replaced-ip )
1880 [17:18:25] *** Quits: Andocromn (~quassel@replaced-ip ) (Remote host closed the connection)
1881 [17:19:13] <ctcx> ^ did ALSA really became old? Or was it just another crappy decision of Mozilla?
1882 [17:19:25] <theteju> greycat : I think I have pulse audio... The only reason I went with custom install is because.. Banking website kept throwing warning about browser being old. that was scary
1883 [17:19:27] <greycat> It seems to be unique to Mozilla.
1884 [17:19:35] *** Quits: thunderrd (~thunderrd@replaced-ip ) (Ping timeout: 244 seconds)
1885 [17:19:44] *** Joins: Rhuarc (~Rhuarc-@replaced-ip )
1886 [17:20:07] <greycat> ALSA works fine in google-chrome-stable
1887 [17:20:22] *** Joins: Andocromn (~quassel@replaced-ip )
1888 [17:20:28] *** Quits: RebelCoder (~RebelCode@replaced-ip ) (Ping timeout: 245 seconds)
1889 [17:20:31] <somiaj> ctcx: it is more pulse became defacto in all desktops and it is easier to support one thing than two.
1890 [17:20:35] *** Joins: enki (~enki@replaced-ip )
1891 [17:20:42] *** Joins: mo1991_ (~mo1991@replaced-ip )
1892 [17:20:45] <netcrash> ctcx: I believe pulse works with alsa under the hood
1893 [17:20:47] <somiaj> ctcx: so sure, crappy decision by mozilla, but the one they made.
1894 [17:20:48] <theteju> Greycat : true.. chrome works flawless
1895 [17:21:07] <somiaj> (they don't seem to care about those not using gnome/kde/or some desktop, like it is unheard of to run a minimial window manager anymore)
1896 [17:21:17] <ctcx> netcrash: indeed, I have done that before.
1897 [17:21:19] *** Joins: Apeiron` (~Apeiron@replaced-ip )
1898 [17:21:42] *** Quits: mo1991 (~mo1991@replaced-ip ) (Ping timeout: 245 seconds)
1899 [17:21:48] <somiaj> Yea, pulse is on top of alsa, and offers feature alsa doesn't, hence desktops all switched to it. Finally a sound daemon that didn't disapear like all the other ones though time
1900 [17:22:00] <themill> (chrome also prefers to use pulse)
1901 [17:22:15] <ctcx> Anyway, I ended up preferring Pale Moon
1902 [17:22:58] <ctcx> It even -still- respects privacy more than Firefox
1903 [17:23:04] *** Quits: humbot (~humbag@replaced-ip ) (Remote host closed the connection)
1904 [17:24:06] <somiaj> My looking at palemoon ended once I saw a lot of the authors non-free stances on the changes.
1905 [17:24:53] *** Quits: Brigo (~Brigo@replaced-ip ) (Remote host closed the connection)
1906 [17:25:08] <ctcx> somiaj: what do you mean, if I may ask?
1907 [17:25:29] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
1908 [17:25:45] <somiaj> ctcx: the main one was him forcing some distro to remove it from their repos because they changed something he didn't like.
1909 [17:25:59] <somiaj> and in general I try not to support non-free software
1910 [17:26:42] *** Quits: clemens (~fransisco@replaced-ip ) (Ping timeout: 268 seconds)
1911 [17:26:51] <theteju> Let me guess : step 1 , remove /opt/firefox directory as root : step 2 - Purge firefox ; step 3 : reinstall ? Or should I just ignore and watch videos on chrome ... :)
1912 [17:26:54] *** Joins: dethos (~dethos@replaced-ip )
1913 [17:26:55] *** Quits: zophyx_ (~nsa@replaced-ip ) (Ping timeout: 258 seconds)
1914 [17:27:25] <jmcnaught> ,wnpp palemoon-browser
1915 [17:27:25] <greycat> You said you thought you were using Pulse. The first step would be to confirm, one way or the other, whether you are *actually* using Pulse.
1916 [17:27:25] <judd> Bug replaced-url
1917 [17:27:48] *** Joins: xcm (~xcm@replaced-ip )
1918 [17:28:12] <greycat> If it turns out you're using Pulse, but upstream firefox still can't do audio, then you would want to diagnose why.
1919 [17:28:19] <ctcx> somiaj: "try not to support non-free software". But palemoon is free... Or did I misunderstood something?
1920 [17:28:34] <greycat> ctcx: the line right above that
1921 [17:28:40] *** Quits: Kevlar_Noir (~manjaro-u@replaced-ip ) (Quit: Konversation terminated!)
1922 [17:28:51] *** Quits: tuxed (~tuxed@replaced-ip ) (Quit: This computer has gone to sleep)
1923 [17:29:03] <somiaj> ctcx: the branding is not, check the bugreport judd linked, it links to the bugg that cuased lots of trouble in openbsd.
1924 [17:30:12] <ctcx> ohh
1925 [17:30:23] <somiaj> ctcx: replaced-url
1926 [17:30:43] *** Joins: Brigo (~Brigo@replaced-ip )
1927 [17:30:44] *** Quits: CyberManifest (~CyberMani@replaced-ip ) (Quit: Leaving)
1928 [17:32:59] *** Joins: him-cesjf (~cesjf@replaced-ip )
1929 [17:33:32] *** Quits: winy (~vince@replaced-ip ) (Quit: Leaving.)
1930 [17:33:36] <somiaj> so anyways at a miminimum debian would have to rebrand it, which was a pain with iceweasel and I doubt anyone wants to deal with that. Plus the palemoon dev their rubed me the wrong way I will never use palemoon as a result.
1931 [17:34:02] *** Joins: winy (~vince@replaced-ip )
1932 [17:34:06] *** Quits: winy (~vince@replaced-ip ) (Client Quit)
1933 [17:34:07] *** Quits: woshty (~woshty@replaced-ip ) (Ping timeout: 250 seconds)
1934 [17:34:11] *** Joins: bng44270 (~ace@replaced-ip )
1935 [17:34:43] *** Joins: neddy (~israel@replaced-ip )
1936 [17:34:59] *** Parts: bng44270 (~ace@replaced-ip ) ()
1937 [17:34:59] <neddy> aaa3
1938 [17:35:11] *** Joins: coruja (coruja@replaced-ip )
1939 [17:35:14] *** Quits: xormor (~xormor@replaced-ip ) (Quit: Leaving)
1940 [17:35:20] <ctcx> "Branding"? The "Pale Moon" brand?
1941 [17:35:24] <ctcx> I'm surprised, given palemoon is indeed open source...
1942 [17:35:26] <greycat> "My app requires very precise library versions because I'm using parts of the libs that don't work very well, and I'm dodging bugs left and right" is exactly the sort of thing that snaps/flatpaks were built for, I think.
1943 [17:35:43] <ctcx> Or I'm not understanding things about branding...
1944 [17:36:01] <greycat> ctcx: the author is placing restrictions on the use of the software, or on its name.
1945 [17:36:42] *** Quits: Newami (~Newami@replaced-ip ) (Read error: Connection reset by peer)
1946 [17:37:00] *** Quits: TomyWork (~TomyLobo@replaced-ip ) (Remote host closed the connection)
1947 [17:37:04] *** Quits: Namber (~luca@replaced-ip ) (Ping timeout: 248 seconds)
1948 [17:37:19] <somiaj> basically debian would not be able to link it to the libs in the stable release (debian policy doens't like this) and debian will not be able to patch it (again debian will not like this) if they use the palemoon branding. So any matainer would have to basically make a fork of the project.
1949 [17:37:21] <ctcx> Master greycat, this is why I got hooked to your advises
1950 [17:37:32] <ctcx> (and I do work to not be annoying)
1951 [17:38:17] *** Quits: mayurvpatil_ (~mayurvpat@replaced-ip ) (Quit: This computer has gone to sleep)
1952 [17:39:10] *** Joins: noosanon (~noosanon@replaced-ip )
1953 [17:40:38] *** Quits: ach_ (~ach@replaced-ip ) (Read error: Connection reset by peer)
1954 [17:40:55] *** Joins: ach_ (~ach@replaced-ip )
1955 [17:42:07] *** Joins: kesenai (~username@replaced-ip )
1956 [17:42:30] *** Quits: s0lar1s (~quassel@replaced-ip ) (Remote host closed the connection)
1957 [17:44:03] *** Joins: keepsmile (~keepsmile@replaced-ip )
1958 [17:44:27] *** Joins: n9nes_ (~n9nes@replaced-ip )
1959 [17:44:35] *** Quits: keepsmile (~keepsmile@replaced-ip ) (Client Quit)
1960 [17:45:47] *** Joins: polymorphisme (~Thunderbi@replaced-ip )
1961 [17:45:49] *** Quits: Aussie_matt (~quassel@replaced-ip ) (Ping timeout: 250 seconds)
1962 [17:46:07] <gjt343> Are ER Diagrams standard practice to use in tech? Just found liquidcharts but wanted to see if anyone else knows of free / easy software for a newb.
1963 [17:46:32] <greycat> since I've never heard of an "ER Diagram" I'm going to guess they're not very standard
1964 [17:46:34] *** Joins: mibo (~mibo@replaced-ip )
1965 [17:46:53] <greycat> I can't even guess any expansion of the ER other than Emergency Room.
1966 [17:47:08] *** Quits: n9nes (~n9nes@replaced-ip ) (Ping timeout: 245 seconds)
1967 [17:47:12] *** Joins: victorqueiroz (uid340368@replaced-ip )
1968 [17:48:24] *** ilmostro` is now known as ilmostro
1969 [17:48:45] *** Quits: Tenkawa (~Tenkawa@replaced-ip ) (Quit: leaving)
1970 [17:48:45] *** Quits: lcabrera (~desarroll@replaced-ip ) (Read error: Connection reset by peer)
1971 [17:48:53] <jmcnaught> gjt343: did you check out dia?
1972 [17:49:06] *** Quits: tsujp (~tsujp@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
1973 [17:49:13] *** Quits: tekmans13 (~tekmans@replaced-ip ) (Ping timeout: 258 seconds)
1974 [17:49:13] *** Joins: lcabrera (~desarroll@replaced-ip )
1975 [17:49:45] <gjt343> jmcnaught, no, haven't seen that yet. I saw there's an option in DBeaver but can't figure out how to use it. Liquidcharts looks a bit better to use. I'll check it out though, thanks.
1976 [17:50:34] *** Joins: we6jbo (~we6jbo@replaced-ip )
1977 [17:50:59] <theteju> Interesting : Pavucontrol ,, volume for AudioIPC server was very very low
1978 [17:51:18] *** Quits: kreyren (~kreyren@replaced-ip ) (Remote host closed the connection)
1979 [17:51:25] <theteju> turned it up and problem solved
1980 [17:51:31] <greycat> \o/
1981 [17:51:53] *** Joins: fstd_ (~fstd@replaced-ip )
1982 [17:52:08] *** Quits: patterson (~patterson@replaced-ip ) (Ping timeout: 245 seconds)
1983 [17:52:25] <gjt343> greycat: Are you working for a tech company? I'm relatively new to programming but trying to expand my knowledge and ER diagrams look like they would simplify building things out a lot if used properly
1984 [17:52:37] *** Joins: kreyren (~kreyren@replaced-ip )
1985 [17:52:42] *** Joins: patterson (~patterson@replaced-ip )
1986 [17:52:55] *** Joins: denebola (~denebola@replaced-ip )
1987 [17:53:40] *** Joins: yokel (~yokel@replaced-ip )
1988 [17:55:00] *** Quits: AJ_Z0 (~AJ_Z0@replaced-ip##) (Quit: ZNC 1.6.1+deb1~ubuntu12.04.2 - ##replaced-url
1989 [17:55:00] *** Quits: n_1-c_k (~n_1-c_k@replaced-ip ) (Read error: Connection reset by peer)
1990 [17:55:27] *** Joins: n_1-c_k (~n_1-c_k@replaced-ip )
1991 [17:55:40] <greycat> !er diagram
1992 [17:55:43] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 246 seconds)
1993 [17:55:45] *** Quits: fstd (~fstd@replaced-ip ) (Ping timeout: 248 seconds)
1994 [17:55:46] *** fstd_ is now known as fstd
1995 [17:55:48] *** Quits: Haudegen (~quassel@replaced-ip ) (Remote host closed the connection)
1996 [17:56:01] <gjt343> !ERD
1997 [17:56:02] * greycat shrugs, goes back to all the other things he's doing
1998 [17:56:04] <ayekat> this, maybe? replaced-url
1999 [17:56:27] <greycat> so it stands for "Entity Relationship"? Wow, that sounds like managerspeak.
2000 [17:56:46] <gjt343> yes, Entity Relationship
2001 [17:56:58] <greycat> or the kind of thing a C++ programmer would need to deal with the insane gobbledygook of Object Oriented (as presented by C++) Programming
2002 [17:57:01] <ayekat> I think we were taught this in some class in high school at some point - and I was just puzzled by the fact that something like that is standardised and all, down to even the smallest little line you draw
2003 [17:57:18] *** Joins: kakava-goobe (~glu@replaced-ip )
2004 [17:57:20] <ctcx> Just until now I came to know what "ER" meant in that TV series (even though I never watched that)
2005 [17:57:29] * ayekat .oO(... or was that UML diagrams? I can't keep those things apart...)
2006 [17:57:52] <greycat> Well, I'm working in the medical field, so Emergency Room is obviously the first answer I come up with.
2007 [17:58:07] *** Joins: AJ_Z0 (~AJ_Z0@replaced-ip )
2008 [17:58:11] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
2009 [17:58:12] *** Parts: kakava-goobe (~glu@replaced-ip ) ()
2010 [17:58:15] <greycat> Although most people here seem to prefer ED (Emergency Department).
2011 [17:59:00] <NetTerminalGene> is there a command removing package with its dependencies without doing autoremove?
2012 [17:59:22] <greycat> no
2013 [17:59:37] <ayekat> ... autoremove exists for precisely that
2014 [17:59:48] <somiaj> NetTerminalGene: aptitude does autoremove automatically
2015 [18:00:21] <NetTerminalGene> necessary packages will be removed if i do autoremove
2016 [18:00:28] <gjt343> ED like Erectile Dysfunction?
2017 [18:00:31] <NetTerminalGene> i have dependency hell
2018 [18:00:33] <somiaj> though I always like to look over the list (why autoremove exists) to ensure that something I wno't doesn't go
2019 [18:00:53] <somiaj> NetTerminalGene: that sounds like another problem alltogether
2020 [18:01:07] <greycat> gjt343: which is why I still prefer "ER" ;-)
2021 [18:01:47] <gjt343> greycat: Yes, these acronyms are all very confusing. Well, I guess I'll skip this whole ER Diagram thing for now. One less thing for me to worry about learning.
2022 [18:02:07] *** Quits: casaca (~nut@replaced-ip ) (Ping timeout: 245 seconds)
2023 [18:02:10] <gjt343> although it does look useful. Probably file it in my pile of things to learn for later
2024 [18:02:27] <greycat> Any tool can be useful, for the right job.
2025 [18:02:27] *** Joins: Andocromn_ (~quassel@replaced-ip )
2026 [18:02:56] <greycat> Just make sure you understand the difference between the jobs of "writing this program" or "presenting my proposal for this program to $BOSS".
2027 [18:03:43] *** Quits: dreamon_ (~dreamon@replaced-ip ) (Ping timeout: 244 seconds)
2028 [18:03:47] <greycat> (or "$CLIENT", I am guessing, with emphasis on the $ part)
2029 [18:03:57] *** Quits: zleap (~zleap@replaced-ip ) (Quit: WeeChat 2.5)
2030 [18:04:17] *** Joins: casaca (~nut@replaced-ip )
2031 [18:04:56] *** Quits: Andocromn (~quassel@replaced-ip ) (Ping timeout: 268 seconds)
2032 [18:05:23] *** Joins: subcool (~subcool@replaced-ip )
2033 [18:05:37] *** Quits: ach_ (~ach@replaced-ip ) (Read error: Connection reset by peer)
2034 [18:05:52] *** Quits: Soo_Slow (Soo_Slow@replaced-ip ) (Remote host closed the connection)
2035 [18:05:55] *** Joins: ach_ (~ach@replaced-ip )
2036 [18:06:13] <subcool> ok. stupid Q. - when i connect via wireless and ethernet, my computer acting like ethernet is the ONLY place internet might come from.
2037 [18:06:17] *** Joins: bralyclow (~bralyclow@replaced-ip )
2038 [18:06:19] *** Quits: polymorphisme (~Thunderbi@replaced-ip ) (Remote host closed the connection)
2039 [18:06:48] <subcool> ethernet is adhoc to another computer, im trying to transfer things over AND remain online.
2040 [18:06:54] <greycat> there's only one default route
2041 [18:07:14] <subcool> when i setup the adhoc network, i put the gateway as being my router.
2042 [18:07:15] <jhutchins_wk> subcool: Unless you make the effort to bond the two channels together, one of them is going to be the default, and that will usually be the wired one.
2043 [18:07:27] <subcool> how do i make it wireless?
2044 [18:07:34] <greycat> change the default gateway
2045 [18:07:41] <jhutchins_wk> subcool: Find out how to set a manual route.
2046 [18:07:52] <subcool> for the wireless?
2047 [18:08:05] <jhutchins_wk> subcool: THROUGH the wireless.
2048 [18:08:06] <greycat> There is only ONE default gateway. It is for EVERYTHING.
2049 [18:08:20] <subcool> ok....
2050 [18:08:21] <jhutchins_wk> subcool: Don't just ask us for a formula, you need to understand what you're doing.
2051 [18:08:22] <greycat> There is not "a default gateway for the wireless, and a default gateway for the ethernet".
2052 [18:08:29] <gjt343> greycat: Yes. I get it, though ER Diagrams look a whole lot easier to learn than the actual programming itself. There is however a function I saw in liquidcharts that looks super useful. If you draw the diagrams up with the proper relationships you can export them and they will auto-write the code for you. Kind of like cheating in a way.
2053 [18:08:41] <subcool> i think yall are confused.
2054 [18:09:19] <somiaj> subcool: I think you are confused. If you don't like the default routes, you have to reconfigure them.
2055 [18:09:35] <subcool> my Wireless is setup as DHCP, my wireless is MANUALLY setup to be adhoc, for which i put the Gateway to the address that lies on the wireless network.
2056 [18:09:45] <jhutchins_wk> It is possible to set a route for a specific address.
2057 [18:09:46] <somiaj> subcool: maybe start by looking at 'ip r'
2058 [18:10:01] *** debhelper sets mode: +l 1494
2059 [18:10:04] <gjt343> greycat: I apologize btw, I totally posted this question in wrong channel anyways.
2060 [18:10:27] *** Quits: casaca (~nut@replaced-ip ) (Ping timeout: 245 seconds)
2061 [18:11:07] <subcool> somiaj, im not confused
2062 [18:11:39] <subcool> default via 192.168.2.1 dev wlan0 proto dhcp metric 600
2063 [18:11:40] <subcool> 192.168.2.0/24 dev wlan0 proto kernel scope link src 192.168.2.3 metric 600
2064 [18:11:42] *** Quits: Gyro (~user@replaced-ip ) (Ping timeout: 245 seconds)
2065 [18:12:08] <subcool> LIek its supposed to be. WHen i plug in the ethernet cable... ill lose internet.
2066 [18:12:09] *** Quits: queip (~queip@replaced-ip ) (Ping timeout: 258 seconds)
2067 [18:13:08] *** Joins: tehnull (~tehnull@replaced-ip )
2068 [18:13:39] <subcool> i just lost internet - now im back. -
2069 [18:13:40] <subcool> replaced-url
2070 [18:14:05] *** Quits: oiaohm (~oiaohm@replaced-ip ) (Read error: Connection reset by peer)
2071 [18:14:31] *** Joins: oiaohm (~oiaohm@replaced-ip )
2072 [18:14:35] <subcool> brb
2073 [18:15:00] *** Joins: mandeep_ (mandeep@replaced-ip )
2074 [18:15:13] *** Quits: m0u_ (~m0u@replaced-ip ) (Quit: WeeChat 2.4)
2075 [18:16:20] *** Quits: bralyclow (~bralyclow@replaced-ip ) (Remote host closed the connection)
2076 [18:16:33] *** Joins: sorko999 (~sorko999@replaced-ip )
2077 [18:16:45] *** Quits: mandeep (mandeep@replaced-ip ) (Ping timeout: 258 seconds)
2078 [18:17:23] *** Joins: bralyclow (~bralyclow@replaced-ip )
2079 [18:17:28] *** Quits: hank (ueTcyNAREH@replaced-ip ) (Read error: Connection reset by peer)
2080 [18:19:16] *** Joins: queip (~queip@replaced-ip )
2081 [18:19:45] *** Joins: hank (aLuSaEwz0j@replaced-ip )
2082 [18:20:36] *** Joins: winy (~vince@replaced-ip )
2083 [18:20:46] *** Quits: noosanon (~noosanon@replaced-ip ) (Ping timeout: 244 seconds)
2084 [18:20:52] *** Quits: soulz (~soulz@replaced-ip ) (Ping timeout: 252 seconds)
2085 [18:21:40] <subcool> back.
2086 [18:21:43] *** Quits: bralyclow (~bralyclow@replaced-ip ) (Ping timeout: 245 seconds)
2087 [18:22:08] *** Joins: icarusfactor (~factor@replaced-ip )
2088 [18:22:15] <subcool> Ok, so... am i still confused?
2089 [18:22:18] *** Quits: overbythere (~textual@replaced-ip ) (Read error: Connection reset by peer)
2090 [18:22:33] <subcool> or is this a bit more?
2091 [18:23:58] <subcool> Both Nics have my router as a gateway, and both nics are on different networks. I was once told that the computer is trying to find the gateway VIA the route its not on. - SO.. Thus my further confusion. How do i make the Wifi Network the Default Gateway.
2092 [18:24:25] *** Quits: factor (~factor@replaced-ip ) (Ping timeout: 258 seconds)
2093 [18:25:12] *** Joins: Gyro (~user@replaced-ip )
2094 [18:25:54] *** Quits: winy (~vince@replaced-ip ) (Ping timeout: 268 seconds)
2095 [18:26:08] *** Joins: factor__ (~factor@replaced-ip )
2096 [18:26:09] *** Quits: icarusfactor (~factor@replaced-ip ) (Remote host closed the connection)
2097 [18:26:22] *** Quits: zeden (~user@replaced-ip ) (Quit: WeeChat 2.4)
2098 [18:26:30] *** Quits: Neworths (~Neworths@replaced-ip ) (Quit: Leaving)
2099 [18:26:32] *** Quits: theteju (~theteju@replaced-ip ) (Quit: Konversation terminated!)
2100 [18:27:46] *** Joins: soulz (~soulz@replaced-ip )
2101 [18:28:27] *** Joins: DeadTOm (~deadtom@replaced-ip )
2102 [18:29:06] *** Quits: factor__ (~factor@replaced-ip ) (Read error: Connection reset by peer)
2103 [18:29:27] *** Joins: factor__ (~factor@replaced-ip )
2104 [18:29:44] *** Joins: troys (~troy@replaced-ip )
2105 [18:29:45] <whislock> Don't have two default gateways.
2106 [18:30:50] *** Quits: AimHere (~David@replaced-ip ) (Ping timeout: 268 seconds)
2107 [18:30:52] *** Quits: monstar (~mitya@replaced-ip ) (Remote host closed the connection)
2108 [18:30:56] *** Quits: noladex (~androirc@replaced-ip ) (Ping timeout: 258 seconds)
2109 [18:31:28] <subcool> I asked someplace else. - got an answer. i wasnt confused. - like i said.
2110 [18:31:31] *** Joins: monstar (~mitya@replaced-ip )
2111 [18:31:43] *** Quits: ctcx (~user@replaced-ip ) (Ping timeout: 245 seconds)
2112 [18:31:51] *** Joins: dez (uid92154@replaced-ip )
2113 [18:31:55] <whislock> If you have two default gateways, you are confused, whether you claim to be or not.
2114 [18:32:05] <subcool> i dont have two gateways. i have 1
2115 [18:32:08] <subcool> 192.168.2.1
2116 [18:32:17] *** Joins: AimHere (~David@replaced-ip )
2117 [18:32:29] <whislock> And that is configured on how many NICs?
2118 [18:32:34] <whislock> You said, previously, two.
2119 [18:32:41] <whislock> Thus, you have two default gateways.
2120 [18:32:52] <subcool> My question was how do i setup my nics' so that they understand that.
2121 [18:32:58] <whislock> You don't.
2122 [18:33:03] <whislock> Because that's not a sane configuration.
2123 [18:33:13] <subcool> ok.. so- we are still dancing on this subject.
2124 [18:33:16] <subcool> and i have an answer
2125 [18:33:20] <subcool> that worked
2126 [18:33:28] <subcool> is currently working
2127 [18:33:31] <whislock> Okay. It's still not a sane configuration, no matter how you've fudged it.
2128 [18:33:38] <subcool> thats why i asked.
2129 [18:33:50] <subcool> but 'im confused'
2130 [18:33:56] *** Quits: denebola (~denebola@replaced-ip##) (Quit: ZNC 1.8.x-nightly-20190519-d7c5eecf - ##replaced-url
2131 [18:34:01] <subcool> no- you all were confused. - and assumed
2132 [18:34:07] <subcool> thats all there is to it.
2133 [18:34:13] <whislock> I read what you typed.
2134 [18:34:19] *** Joins: denebola (~denebola@replaced-ip )
2135 [18:34:24] <subcool> if you dont understand, ask. i can rephrase.
2136 [18:34:59] <whislock> I understand perfectly that you want to specify the same default gateway on two different interfaces on two different subnets.
2137 [18:35:23] <subcool> eitherway, you can see the dancing going on here. - i asked ONCE - someplace else, and was quickly answered
2138 [18:35:40] <subcool> whislock, no- see. exactly. no- i just put it on both networks so EVERYONE would understand where to go.
2139 [18:35:55] *** Joins: Mabrukah (~bonar@replaced-ip )
2140 [18:35:58] *** Quits: zodd (~Zzzzzzzzz@replaced-ip ) (Ping timeout: 246 seconds)
2141 [18:36:06] *** Joins: noosanon (~noosanon@replaced-ip )
2142 [18:36:07] <subcool> thus- how do i set it up, so that i can have BOTH nics running, and still reach the internet.
2143 [18:36:13] <subcool> Easy -- EASY ---- EASY answer
2144 [18:36:16] <subcool> not YOUR CONRUSED
2145 [18:36:24] <subcool> - YOU ONLY NEED ONE NIC WITH A GATEWAY ADDRESS
2146 [18:36:32] <subcool> FIXED
2147 [18:36:39] <whislock> "Don't have two default gateways."
2148 [18:36:42] <whislock> That was the first thing I said.
2149 [18:36:48] <jmcnaught> just drop it please
2150 [18:36:52] <whislock> So... You are, evidently, confused.
2151 [18:36:55] <subcool> jmcnaught, im in
2152 [18:37:00] <whislock> Dropped.
2153 [18:37:58] *** Quits: subcool (~subcool@replaced-ip ) (Quit: Leaving)
2154 [18:38:02] *** Joins: choice (~choice@replaced-ip )
2155 [18:38:14] *** Quits: factor__ (~factor@replaced-ip ) (Read error: Connection reset by peer)
2156 [18:38:14] <choice> Is there a reason not to rename /etc/apache/sites-available/000-default.conf to default.conf?
2157 [18:38:30] *** Joins: factor__ (~factor@replaced-ip )
2158 [18:38:33] <whislock> As long as the sites-enabled symlink is adjusted accordingly, not that I know of.
2159 [18:38:49] <choice> whislock: Will adjust it of course.
2160 [18:38:51] <jhutchins_wk> choice: The 000 assures that it gets read first.
2161 [18:38:54] <whislock> ^
2162 [18:39:12] <whislock> Was about to say, if your sites are order-dependent, watch out for that.
2163 [18:39:21] <choice> Ok
2164 [18:39:26] <choice> I think they are not order dependant.
2165 [18:39:28] *** Quits: Slashman (~Slash@replaced-ip ) (Quit: Leaving)
2166 [18:39:48] <whislock> default may have "global" configuration elements in it that need to be read first, as jhutchins said.
2167 [18:39:49] <vvor> Do not think! verify :)
2168 [18:40:08] <jmcnaught> Or, don't change stuff you don't need to.
2169 [18:40:30] <vvor> Yep...
2170 [18:40:31] <choice> I only have default.conf and default-ssl.conf
2171 [18:40:58] *** Joins: dvs (~hibbard@replaced-ip )
2172 [18:41:07] <choice> They both define LogFormat, CustomLog and ErrorLog etc
2173 [18:41:15] <choice> Can I delete that from one of the files?
2174 [18:41:32] <jmcnaught> choice: what are you trying to accomplish?
2175 [18:41:43] *** Joins: ghostlines (~ghostline@replaced-ip )
2176 [18:41:56] <choice> jmcnaught: A clean config that is easy to understand and maintain.
2177 [18:42:29] *** Joins: flo2marsnet (~flo2marsn@replaced-ip )
2178 [18:42:54] <jmcnaught> choice: you read /usr/share/doc/apache2/README.Debian.gz ?
2179 [18:43:19] <choice> jmcnaught: I read that daily.
2180 [18:43:23] *** Quits: a_l_b (~a_l_b@replaced-ip ) (Ping timeout: 245 seconds)
2181 [18:44:23] *** Quits: Brigo (~Brigo@replaced-ip ) (Remote host closed the connection)
2182 [18:44:40] <jmcnaught> choice: well you can organize /etc/apache2 however you want. I generally try to leave default files unmodified so I don't get asked about them during upgrades. You don't even really need to have the 000-default.conf site enabled if all of your sites are configured from different files.
2183 [18:44:45] *** Joins: Brigo (~Brigo@replaced-ip )
2184 [18:45:07] <choice> jmcnaught: There are no different files. Only default.conf and default-ssl.conf
2185 [18:45:17] <choice> I think I will rename default.conf to 000-default.conf again.
2186 [18:45:21] <choice> So that it is read first.
2187 [18:45:38] <choice> And then remove the overlapping sections like Log definition from default-ssl.conf
2188 [18:45:53] *** Quits: cn8398 (~cn8398@replaced-ip ) (Ping timeout: 248 seconds)
2189 [18:46:14] <jmcnaught> choice: the idea with Debian's directory structure is you create a file in /etc/apache2/sites-available/ for each site you want to host. Each of those files would have a <VirtualHost> definition in it, and can be toggled on/off with a2ensite and a2dissite
2190 [18:46:54] <choice> jmcnaught: That's not how I organize it.
2191 [18:47:15] * greycat never quite understood the "turning off" part... like, do they assume you're a middleman for multiple independent site-holders, and you turn off their sites if they don't pay?
2192 [18:47:29] *** Joins: casaca (~nut@replaced-ip )
2193 [18:48:07] *** Joins: Fibogacci (~Fibogacci@replaced-ip )
2194 [18:49:23] <nuuuciano> the order of users in the passwd file is always the same? I mean, if we change passwords, the order remain listed as creation time?
2195 [18:49:31] <jmcnaught> choice: that's what it's designed to accomodate, separate config files for each site
2196 [18:49:46] <choice> Define "it".
2197 [18:50:03] <jmcnaught> choice: the way that Debian's apache2 package organizes /etc/apache2
2198 [18:50:22] <greycat> The only time the ordering of lines in /etc/passwd matters is if you define multiple users with the same UID.
2199 [18:50:24] <choice> Maybe. I don't organize it that way.
2200 [18:51:06] <greycat> And changing password doesn't actually touch the /etc/passwd file at all. It only touches /etc/shadow.
2201 [18:51:21] <jmcnaught> choice: you don't have to, but if you use it that way you can get away without modifying any of the conffiles provided by the package, and not have to worry about conffile questions during an upgrade
2202 [18:52:07] <choice> I have had all my hosts in 000-default.conf and default-ssl.conf for years now and never got questions.
2203 [18:52:32] *** Quits: factor__ (~factor@replaced-ip ) (Remote host closed the connection)
2204 [18:52:39] *** Joins: factor__ (~factor@replaced-ip )
2205 [18:52:54] <greycat> That sounds unusual, but if it works for you, that's what matters.
2206 [18:53:18] <choice> If I got questions, I surely replied with "Leave my files alone, bitch!".
2207 [18:53:26] <choice> Not sure why any update should touch my configs.
2208 [18:53:39] <karlpinc> choice: The problem with that is that you can't see recommended changes to the default configs.
2209 [18:53:54] <karlpinc> choice: Not a big deal, but helpful at times.
2210 [18:53:57] <choice> karlpinc: Why would a security update want to change my config?
2211 [18:54:01] *** Joins: linack (~linack@replaced-ip )
2212 [18:54:08] *** Parts: linack (~linack@replaced-ip ) ()
2213 [18:54:29] <karlpinc> choice: Could happen. Mostly happens with major release upgrades.
2214 [18:54:34] <jmcnaught> choice: it's usually major release dist-upgrades where conffiles might change, and where you want to minimize the amount of interaction required for the upgrade
2215 [18:54:36] *** Quits: Fibogacci (~Fibogacci@replaced-ip ) (Quit: Leaving)
2216 [18:54:40] <choice> karlpinc: Major release upgrade of what?
2217 [18:54:52] <greycat> A security update that wants/needs a config change is *rare*, but it has happened with Samba. And possibly with BIND 9, not sure about that one.
2218 [18:55:14] *** Joins: Kevlar_Noir (~manjaro-u@replaced-ip )
2219 [18:55:26] <choice> jmcnaught: I don't never upgrade debian to a new major version. I just copy my files over to a new VM with the new version.
2220 [18:55:28] <nuuuciano> greycat, thanks a lot!
2221 [18:55:49] *** Joins: grobi (~rtng@replaced-ip )
2222 [18:55:54] *** Joins: arora (~ashok@replaced-ip )
2223 [18:56:09] <jmcnaught> choice: heh well you're missing out on one of the great features of Debian, the ability to upgrade from release to release
2224 [18:56:24] <choice> jmcnaught: Maybe. I don't know. I never do it.
2225 [18:56:29] <choice> And I don't plan to :)
2226 [18:57:06] <choice> All files that are *mine* are written and edited by *me* and *me* only.
2227 [18:57:12] <choice> I don't want scripts to touch them.
2228 [18:57:15] <karlpinc> Upgrading from major release to major release is way easier than migrating everything to a new box, assuming you follow the instructions in the release notes.
2229 [18:57:31] *** Joins: dtux (~dmtucker@replaced-ip )
2230 [18:57:40] *** Quits: GJdan (~quassel@replaced-ip ) (Ping timeout: 246 seconds)
2231 [18:58:23] <choice> karlpinc: I need to know how to deploy the system to a new machine anyhow.
2232 [18:58:28] *** Quits: Mabrukah (~bonar@replaced-ip ) (Ping timeout: 272 seconds)
2233 [18:58:40] *** Joins: shea (~harry@replaced-ip )
2234 [18:59:32] *** Quits: HybridGorilla (~gorilla@replaced-ip ) (Quit: Leaving)
2235 [19:00:04] *** Quits: factor__ (~factor@replaced-ip ) (Ping timeout: 258 seconds)
2236 [19:00:06] *** Joins: toxync12- (~toxync12@replaced-ip )
2237 [19:00:07] *** Quits: toxync12 (~toxync12@replaced-ip ) (Ping timeout: 246 seconds)
2238 [19:00:37] *** Joins: alyx (~alyx@replaced-ip )
2239 [19:00:47] *** Quits: litb (~js@replaced-ip ) (Quit: Verlassend)
2240 [19:00:53] *** Quits: neddy (~israel@replaced-ip ) (Ping timeout: 245 seconds)
2241 [19:00:57] *** Joins: factor (~factor@replaced-ip )
2242 [19:02:01] *** Quits: ach_ (~ach@replaced-ip ) (Remote host closed the connection)
2243 [19:02:08] *** Joins: Krennic (~Krennic@replaced-ip )
2244 [19:02:22] *** Joins: a_l_b (~a_l_b@replaced-ip )
2245 [19:03:22] <jhutchins_wk> choice: The modular config files are not required for apache, it's possible to have a monolithic config.
2246 [19:03:24] *** Joins: progart (~kamee@replaced-ip )
2247 [19:03:26] *** Joins: blackdot (~blackdot@replaced-ip )
2248 [19:04:13] *** Quits: xSmurf (~MrSmurf@replaced-ip ) (Ping timeout: 245 seconds)
2249 [19:04:28] *** Joins: Newami (~Newami@replaced-ip )
2250 [19:04:30] *** blackdot is now known as blackdotmonty
2251 [19:04:34] <alyx> hi, am I correct in my interpretation that debian/kfreebsd is dead now?
2252 [19:04:38] *** Joins: ach_ (~ach@replaced-ip )
2253 [19:04:43] *** Quits: m0j0dj0dj0 (~punk3r@replaced-ip ) (Quit: go drink with my bitches!)
2254 [19:04:54] <jhutchins_wk> !kfreebsd
2255 [19:04:54] <dpkg> Debian GNU/kFreeBSD is a port that consists of GNU userland using the GNU C library on top of FreeBSD's kernel, coupled with the regular Debian package set. kfreebsd-amd64 and kfreebsd-i386 are not official release architectures since Debian 8 "Jessie" due to quality concerns. replaced-url
2256 [19:05:20] <alyx> oh neat
2257 [19:05:41] *** Joins: a_l_b_ (~a_l_b@replaced-ip )
2258 [19:06:42] *** Joins: xSmurf (~MrSmurf@replaced-ip )
2259 [19:06:44] *** Joins: tuxed (~tuxed@replaced-ip )
2260 [19:07:00] *** Quits: blackdotmonty (~blackdot@replaced-ip ) (Client Quit)
2261 [19:07:02] <annadane> yeah i've heard so many people say "i always install fresh"
2262 [19:07:15] *** Quits: ghoti (~paul@replaced-ip ) (Read error: No route to host)
2263 [19:07:20] <annadane> or that "release upgrades break" when there's also a bunch of people who say release upgrades are fine
2264 [19:07:20] *** Quits: a_l_b (~a_l_b@replaced-ip ) (Ping timeout: 272 seconds)
2265 [19:07:20] *** a_l_b_ is now known as a_l_b
2266 [19:07:25] *** Parts: alyx (~alyx@replaced-ip ) ()
2267 [19:07:25] <annadane> guess those folks just didn't do it properly
2268 [19:07:43] <greycat> It's a choice that some people make, although it's not a common choice in Debian, since one of Debian's main strengths is a supported in-place release upgrade path.
2269 [19:07:53] *** Joins: Haudegen (~quassel@replaced-ip )
2270 [19:07:54] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
2271 [19:08:00] *** Quits: vvor (~vvor@replaced-ip ) (Quit: leaving)
2272 [19:08:12] <somiaj> well fwiw, my stretch->buster upgrade was painless, took about 20mins, no errors (though I have a minimual system and only had to upgrade about 1000 packages)
2273 [19:08:13] <karlpinc> choice: I tend to keep symlinks to everything I've touched in /usr/local/ to keep track of what's custom in case I need to migrate. Others use revision control, or just do everything in ansible etc. It'd be fun, but I find it a bit of overkill.
2274 [19:08:24] <velix> !timetobuster
2275 [19:08:29] <somiaj> !buster release
2276 [19:08:29] <dpkg> Buster's release is planned for 2019-07-06 (replaced-url
2277 [19:08:36] <velix> somiaj: yipee.
2278 [19:08:53] <velix> somiaj: Wait, there is no pre-release party?
2279 [19:09:04] <choice> karlpinc: I never touch anything in /usr/local/
2280 [19:09:14] *** Quits: ralala (~marcel@replaced-ip ) (Quit: Konversation terminated!)
2281 [19:09:19] <greycat> /usr/local is for *you*, the administrator, to use as you see fit
2282 [19:09:29] <greycat> if you choose to do nothing, that's fine
2283 [19:09:33] <karlpinc> choice: No, everything I've touched anywhere is made a symlink in /usr/local/.
2284 [19:09:36] *** Quits: schizo (~schizo@replaced-ip ) (Ping timeout: 252 seconds)
2285 [19:10:03] <themill> /usr/local is also the place to put things when you want to break packages.
2286 [19:10:11] *** Quits: nav2002_ (~nav2002@replaced-ip##) (Quit: Going offline, see ya! (##replaced-url
2287 [19:10:15] <karlpinc> choice: So I can look at /usr/local/ and see what's been done.
2288 [19:10:36] <somiaj> and there are tools like stow to help manage local stuff in /usr/local
2289 [19:10:47] <choice> karlpinc: You mean you touch /etc/apache2/sites-available/000-default.conf and then you put a symlink to it in /usr/local/ to remember you touched it?
2290 [19:10:48] <karlpinc> (I often keep the originals in there too, so that I can diff.)
2291 [19:10:54] <karlpinc> choice: Yes.
2292 [19:11:08] <choice> karlpinc: Why /usr/local/?
2293 [19:11:25] <karlpinc> choice: Because that's where the system does nothing.
2294 [19:11:29] <jhutchins_wk> annadane: Fresh install has long been the only way to do RPM distros.
2295 [19:11:54] <jhutchins_wk> annadane: It's also recommended for servers, because you don't have extended downtime while you upgrade, configure, and bugfix.
2296 [19:11:55] *** Joins: schizo (~schizo@replaced-ip )
2297 [19:11:55] *** Joins: Viowel (~Viowel@replaced-ip )
2298 [19:11:57] * karlpinc always allocates a whole day to do a migration on an rpm system.
2299 [19:12:09] <choice> karlpinc: I never touched /usr/local/ but I see a bunch of stuff in there. So I guess the system *does* something in there.
2300 [19:12:24] <greycat> what do you see?
2301 [19:12:33] *** Quits: Viowel (~Viowel@replaced-ip ) (Read error: Connection reset by peer)
2302 [19:12:38] <karlpinc> choice: It has a bunch of empty dirs, to "mirror" the system ones.
2303 [19:12:56] *** Quits: shea (~harry@replaced-ip ) ()
2304 [19:12:57] <karlpinc> !fhs
2305 [19:12:58] <dpkg> Debian follows the Filesystem Hierarchy Standard. The filesystem is categorized by purpose, not application. This allows, for example, the easy and efficient deployment of a read-only /usr area across a number of thin clients. See replaced-url
2306 [19:13:10] <choice> greycat: Gazillion of things. Even a dir called "games" \o/
2307 [19:13:17] <choice> karlpinc: They are not empty.
2308 [19:13:22] *** Joins: real_walnut_burl (~oak@replaced-ip )
2309 [19:13:26] <somiaj> choice: if you do source installs, ./configure, make, make install, that stuff is often put in /usr/local too
2310 [19:13:55] <choice> somiaj: So just another chaotic directory full of insanity :)
2311 [19:14:15] <jhutchins_wk> replaced-url
2312 [19:14:18] <greycat> choice: if you can name one of the files, someone might be able to guess where it came from. And ls -l will show you the modification time, which may give you a hint when it was done.
2313 [19:14:19] <denebola> :)
2314 [19:14:21] <somiaj> not at all, it is as greycat pointed out, a place for a system adminstor to put local stuff that is not part of dpkg/apt.
2315 [19:14:42] *** Joins: oish (~charlie@replaced-ip )
2316 [19:14:49] <greycat> choice: (an actual file, *not* a basic infrastructure directory)
2317 [19:14:57] <somiaj> It is as clean/chaotic as you want to make it. Offical debian packages will not put stuff in /usr/local, so only thrid party or stuff outside of debian is put there.
2318 [19:15:01] *** Quits: traveltissues (~traveltis@replaced-ip ) (Ping timeout: 244 seconds)
2319 [19:15:04] *** Joins: maximilien (~hansiain@replaced-ip )
2320 [19:15:26] *** Joins: tmann (~oor@replaced-ip )
2321 [19:16:07] <choice> greycat: /usr/local/bin/composer
2322 [19:16:09] *** Quits: mojikun (~mojikun@replaced-ip ) (Quit: Leaving)
2323 [19:16:18] *** Quits: walnut_burl (~oak@replaced-ip ) (Ping timeout: 245 seconds)
2324 [19:16:34] <somiaj> choice: that is something you installed either with a .deb that isn't part of debian, or some other method.
2325 [19:16:44] <choice> somiaj: Yes, I guess so too.
2326 [19:17:11] <greycat> Well... there's a package named "composer" which is "a dependency manager for PHP". It's possible you, or someone else with root, installed a "newer version" of that on your system.
2327 [19:17:22] *** Joins: Lord_of_Life_ (~Lord@replaced-ip )
2328 [19:17:24] <choice> Here is one that sounds more like Debian is the source: /usr/local/bin/apt
2329 [19:17:36] <greycat> Debian is absolutely not the source of that.
2330 [19:17:38] *** Quits: tmann (~oor@replaced-ip ) (Client Quit)
2331 [19:17:45] <choice> I wonder where it comes from
2332 [19:17:48] *** Quits: fuzzface (~user@replaced-ip ) (Remote host closed the connection)
2333 [19:17:51] <choice> It contains some python3 code.
2334 [19:17:52] <somiaj> choice: again, offical debian packages will never put a file in /usr/local
2335 [19:17:52] <greycat> Maybe you did a backup of /usr into /usr/local?
2336 [19:17:56] <jhutchins_wk> choice: dpkg -S /usr/local/bin/apt
2337 [19:18:00] <choice> greycat: no backup
2338 [19:18:21] <jhutchins_wk> malware replacing apt.
2339 [19:18:30] <karlpinc> Well, migrating to a new VM when buster arrives will sure clean up /usr/local/. :)
2340 [19:18:31] <greycat> Let's hope not.
2341 [19:18:41] *** Joins: GJdan (~quassel@replaced-ip )
2342 [19:18:44] <choice> jhutchins_wk: Ah, it was linux mint. That's why it is on my desktop but not on my server.
2343 [19:19:04] *** Quits: dtux (~dmtucker@replaced-ip ) (Remote host closed the connection)
2344 [19:19:05] *** Joins: ChmEarl (~chmearl@replaced-ip )
2345 [19:19:08] <somiaj> yea, you may find that your system is just to messy to upgrade and a clean install is needed (also if you don't nkow why these files are there, you may have other problems)
2346 [19:19:14] <karlpinc> This is the one advantage of migration, you have to decide what to move.
2347 [19:19:20] *** Quits: tuxed (~tuxed@replaced-ip ) (Quit: This computer has gone to sleep)
2348 [19:19:40] <somiaj> choice: well we cannnot say what other distros like linux mint choose to do.
2349 [19:19:55] <choice> somiaj: Sure not.
2350 [19:20:23] <choice> On the Debian machine, there is only /usr/local/composer
2351 [19:20:30] *** Joins: dtux (~dmtucker@replaced-ip )
2352 [19:20:32] *** Quits: Zppix (uid182351@replaced-ip ) (Quit: Connection closed for inactivity)
2353 [19:20:38] <choice> And as greycat guessed, that's probably from installing a newer composer version via an external script.
2354 [19:20:46] *** Quits: Robin_Anatoscope (~robs@replaced-ip ) (Ping timeout: 258 seconds)
2355 [19:20:47] *** Quits: Lord_of_Life (~Lord@replaced-ip ) (Ping timeout: 268 seconds)
2356 [19:20:48] *** Lord_of_Life_ is now known as Lord_of_Life
2357 [19:21:07] *** Joins: tuxed (~tuxed@replaced-ip )
2358 [19:21:08] *** Joins: jmichel (~jmichel@replaced-ip )
2359 [19:21:10] *** Joins: bralyclow (~bralyclow@replaced-ip )
2360 [19:21:33] *** Quits: HarveyPwca (~HarveyPwc@replaced-ip ) (Quit: Leaving)
2361 [19:22:09] *** Quits: Krennic (~Krennic@replaced-ip ) (Ping timeout: 248 seconds)
2362 [19:22:14] *** Joins: syniack (~syniack@replaced-ip )
2363 [19:22:35] *** Quits: noosanon (~noosanon@replaced-ip ) (Remote host closed the connection)
2364 [19:22:57] *** Quits: toxync12- (~toxync12@replaced-ip ) (Read error: Connection reset by peer)
2365 [19:23:20] *** Joins: toxync12 (~toxync12@replaced-ip )
2366 [19:25:00] *** Quits: dtux (~dmtucker@replaced-ip ) (Ping timeout: 252 seconds)
2367 [19:25:46] *** Quits: tuxed (~tuxed@replaced-ip ) (Client Quit)
2368 [19:26:08] *** Quits: rom1v (~rom1v@replaced-ip ) (Ping timeout: 252 seconds)
2369 [19:26:22] *** Quits: a_l_b (~a_l_b@replaced-ip ) (Ping timeout: 246 seconds)
2370 [19:26:27] *** Joins: Hunterkll (~hunterkll@replaced-ip )
2371 [19:27:49] *** Quits: choice (~choice@replaced-ip ) (Quit: leaving)
2372 [19:27:55] *** Joins: woshty (~woshty@replaced-ip )
2373 [19:27:57] *** Quits: syniack (~syniack@replaced-ip ) (Remote host closed the connection)
2374 [19:28:02] *** Joins: tuxed (~tuxed@replaced-ip )
2375 [19:28:52] *** Quits: maximilien (~hansiain@replaced-ip ) (Ping timeout: 272 seconds)
2376 [19:29:17] *** Joins: CuteAlien (~micha@replaced-ip )
2377 [19:29:37] *** Joins: nav2002_ (~nav2002@replaced-ip )
2378 [19:31:29] <CuteAlien> OK, finally found something to make booting up faster. Replacing "auto eth0" with "allow-hotplug eth0" in /etc/network/interfaces did speed up things by 15 seconds. Network still seems to work.
2379 [19:32:16] *** Quits: ml| (~ml|@replaced-ip ) (Ping timeout: 248 seconds)
2380 [19:32:23] <greycat> That change allows things that would have waited for the network to just assume "there's no network", and move on.
2381 [19:32:56] <greycat> If you have anything like an NFS server that expects and requires a functional network infrastructure in order to start up correctly, that'll break it. If you don't, you might be OK.
2382 [19:33:30] <greycat> If I were in your position, I'd still want to figure out why the network (presumably the DHCP negotiation) takes so long.
2383 [19:34:04] <CuteAlien> hm, no, got nothing like that. Thanks for info. And yeah - I wish I could figure out stuff like that, but spend several hours on it already - I just got no clue about those things :-(
2384 [19:35:15] *** Joins: mtf8 (~windowsre@replaced-ip )
2385 [19:35:43] <hawken> what kind of switch is it connected to?
2386 [19:35:50] <CuteAlien> just dsl-router
2387 [19:35:59] <CuteAlien> EasyBox 804
2388 [19:36:00] <hawken> mmm ok
2389 [19:36:14] <hawken> if it was some managed switch it could have a 15 sec forward delay
2390 [19:36:51] <hawken> but idk, if you need to network mount stuff then those 15 seconds are worth it
2391 [19:37:15] <CuteAlien> It's a desktop system. No local network.
2392 [19:38:06] <CuteAlien> Just PC + internet with cable on dsl-router.
2393 [19:38:09] <hawken> glad you found a workaround tho
2394 [19:38:15] <CuteAlien> yeah, me too :-)
2395 [19:39:12] *** Quits: dvs (~hibbard@replaced-ip ) (Ping timeout: 248 seconds)
2396 [19:39:29] <greycat> systemd-analyze critical-chain tells me "networking.service @5.808s +6.291s" here, which I can totally live with
2397 [19:39:51] *** Joins: wildlander (~wildlande@replaced-ip )
2398 [19:40:03] <CuteAlien> I had 18s. Could have lived with it as well, but living faster now :-)
2399 [19:40:46] <greycat> also "ifupdown-pre.service @312ms +5.448s" but I don't know what that is yet...
2400 [19:40:51] *** Joins: Krennic (~Krennic@replaced-ip )
2401 [19:40:51] *** Quits: n9nes_ (~n9nes@replaced-ip ) (Ping timeout: 244 seconds)
2402 [19:41:01] *** Joins: bramantioo (~haije@replaced-ip )
2403 [19:42:12] *** Joins: s0lar1s (~quassel@replaced-ip )
2404 [19:42:30] <hawken> usually a combination of the dhclient logs in daemon.log and dmesg will tell what's happening. in dmesg it should notify when the link is ready and the dhcp log logs the attempts to get an address
2405 [19:42:53] *** Quits: bramantioo (~haije@replaced-ip ) (Remote host closed the connection)
2406 [19:43:39] <greycat> 18 seconds is not a *really* long time, so it's possible that the DHCP server's response is just slow
2407 [19:44:32] *** Quits: LorD_n1c0w (~igora@replaced-ip ) (Ping timeout: 258 seconds)
2408 [19:45:16] *** Joins: LorD_n1c0w (~igora@replaced-ip )
2409 [19:45:21] *** Joins: dvs (~hibbard@replaced-ip )
2410 [19:45:26] *** Joins: diogenes_ (~diogenes_@replaced-ip )
2411 [19:45:33] *** Quits: sydney_untangle (~sydney@replaced-ip ) (Read error: Connection reset by peer)
2412 [19:45:35] <CuteAlien> is there a way to see response time without rebooting?
2413 [19:45:59] *** Joins: sydney_untangle (~sydney@replaced-ip )
2414 [19:46:16] *** Joins: ml| (~ml|@replaced-ip )
2415 [19:46:17] *** Joins: n9nes_ (~n9nes@replaced-ip )
2416 [19:46:21] <hawken> dig into your logs, see what happened in the past :)
2417 [19:46:26] <greycat> Read the logs. hawken named two places to look. There's also journalctl -u networking.service
2418 [19:46:27] *** Parts: diogenes_ (~diogenes_@replaced-ip ) ()
2419 [19:46:40] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Ping timeout: 246 seconds)
2420 [19:46:40] *** Quits: toxync12 (~toxync12@replaced-ip ) (Read error: Connection reset by peer)
2421 [19:46:42] <CuteAlien> yeah, the problem is the logs expect that you know this stuff
2422 [19:46:51] *** Joins: karakedi (~eAC53C340@replaced-ip )
2423 [19:46:51] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Changing host)
2424 [19:46:51] *** Joins: karakedi (~eAC53C340@replaced-ip )
2425 [19:46:54] *** Joins: toxync12 (~toxync12@replaced-ip )
2426 [19:46:59] <hawken> CuteAlien: you might need to know about grep
2427 [19:47:03] <hawken> grep dhclient
2428 [19:47:07] *** Quits: Gyro (~user@replaced-ip ) (Ping timeout: 245 seconds)
2429 [19:47:07] <hawken> (for dhcp log)
2430 [19:47:18] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 268 seconds)
2431 [19:47:21] <hawken> and grep ens2 or whatever the interface is called in kern.log or dmesg :)
2432 [19:47:22] <CuteAlien> my knowledge is dhcp gets ip. That's it. All other message - as long as there is no warning.. uh, yeah.
2433 [19:47:38] <greycat> There are time stamps.
2434 [19:48:05] <hawken> it'll be somewhat obvious when dhcp spits out the same message multiple times, "hellooo...? anybody theerre...?"
2435 [19:48:23] <hawken> and in dmesg you're looking for something like link is ready
2436 [19:48:35] <CuteAlien> the DHCPDISCOVER messages?
2437 [19:48:44] <greycat> I think journalctl -u networking.system will be an easier starting point
2438 [19:48:45] *** Quits: aZz7eCh (~aZz7eCh@replaced-ip ) (Quit: Leaving)
2439 [19:48:52] <hawken> CuteAlien: yea
2440 [19:48:56] <greycat> yes, DHCPDISCOVER is one of the things you want
2441 [19:48:58] *** Joins: p2hc (~p2hc@replaced-ip )
2442 [19:48:59] *** Joins: DjToto (~Staff@replaced-ip )
2443 [19:51:01] *** Quits: DjToto (~Staff@replaced-ip ) (Remote host closed the connection)
2444 [19:51:42] <CuteAlien> it has 2 of those messages in a row with a 6second pause and the only difference is the interval number is 6 first and 11 second time.
2445 [19:51:59] *** Joins: kupi (uid212005@replaced-ip )
2446 [19:52:11] <greycat> And what does that tell you?
2447 [19:52:18] <CuteAlien> yeah, that's my problem - nothing.
2448 [19:52:38] <greycat> Think about it. Your system sent a DHCPDISCOVER at the 6 second mark, and another at the 11 second mark.
2449 [19:52:44] <hawken> ok let me explain it then
2450 [19:52:59] <hawken> dhcpdiscover... ok if I don't get anything in 6 seconds I try again
2451 [19:53:09] <greycat> 11 minus 6 is ...?
2452 [19:53:11] <hawken> dhcpdiscover.. now I'll wait 11 seconds before trying again
2453 [19:53:33] <greycat> hawken: no, these are timestamps, not interval lengths
2454 [19:53:34] <CuteAlien> but doesn't tell why it discovers nothing I suppose
2455 [19:53:37] <hawken> ah
2456 [19:53:46] <CuteAlien> and yeah - looks like time-stamps (compared to timestamp in front)
2457 [19:53:58] <greycat> Your system sent a DHCPDISCOVER message, and waited, and nothing happened. 5 seconds later, it sent another one.
2458 [19:54:41] *** Quits: bralyclow (~bralyclow@replaced-ip ) (Ping timeout: 248 seconds)
2459 [19:54:42] <hawken> now you just need to find the timestamp when the link became ready and see how the dhcp messages correlate with that :D
2460 [19:55:06] <greycat> Or better yet, find out why the DHCP server did not respond to the first request.
2461 [19:55:30] *** Quits: Zvmdyv (~Zvmdyv@replaced-ip ) (Remote host closed the connection)
2462 [19:55:35] <hawken> with his setup, that's on the territory of asking isp what's up
2463 [19:55:36] *** Quits: arora (~ashok@replaced-ip ) (Quit: leaving)
2464 [19:55:41] <hawken> maybe the isp box is just shitty
2465 [19:55:58] <hawken> presumably this is a LAN and the router is the dhcp server
2466 [19:56:05] <greycat> If the DHCP server is on the other end of a remote link, then yeah, that would explain many things.
2467 [19:56:08] *** Quits: format_c_ (~format_c@replaced-ip ) (Quit: format_c_)
2468 [19:56:10] <CuteAlien> I doubt it (dual-boot system... only one OS has troubles).
2469 [19:56:49] <hawken> I don't think windows waits on link, the issue may still be there but you don't really have a reliable way of knowing..?
2470 [19:57:08] <greycat> I won't even try to guess what Windows does
2471 [19:57:15] <Lady_Aleena> Hello. I read elsewhere that there was a vulnerability in vim or something that would allow systems with it to get hacked unless patched? Is this true?
2472 [19:57:16] <CuteAlien> Yeah, maybe similar as now with the hotplug
2473 [19:57:24] <hawken> does your ip start with 192.168 or 10. or 172. ?
2474 [19:57:35] <greycat> Lady_Aleena: replaced-url
2475 [19:57:36] <CuteAlien> 192.168
2476 [19:57:44] *** Joins: polymorphisme1 (~Thunderbi@replaced-ip )
2477 [19:57:49] <hawken> then I think the router is the dhcp server
2478 [19:58:03] *** Quits: real_walnut_burl (~oak@replaced-ip ) (Quit: leaving)
2479 [19:58:21] <CuteAlien> but first discover is on 255.255.255.255 - only after that it requests the 192.168
2480 [19:58:34] <CuteAlien> and that one takes long (the 255.255)
2481 [19:58:35] <greycat> Lady_Aleena: patching is strongly recommended, but it's not vulnerable in the default configuration.
2482 [19:58:38] <hawken> heh.. in norway those boxes are often referred to as jallarouter
2483 [19:58:40] *** Joins: czesmir (~stefan@replaced-ip )
2484 [19:58:54] <Lady_Aleena> greycat, will an update do it?
2485 [19:58:55] <greycat> 255.255.255.255 is a broadcast to the entire network
2486 [19:59:11] <hawken> CuteAlien: so it works like this.. first it sends to any ip address (255.255.255.255) hey do we have a dhcp server? then when the router answers it can send a targeted request to the router
2487 [19:59:12] <greycat> Lady_Aleena: yes, it's patched in stretch and in buster, just do the normal upgrade
2488 [19:59:20] <Lady_Aleena> greycat, done.
2489 [19:59:21] <greycat> (and jessie wasn't vulnerable to begin with)
2490 [19:59:39] *** Quits: Newami (~Newami@replaced-ip ) (Read error: Connection reset by peer)
2491 [19:59:47] <hawken> gotta go :)
2492 [20:00:01] *** debhelper sets mode: +l 1488
2493 [20:00:10] <CuteAlien> ok, I assume shitty provider. Got it working now for my case anyway. On to next troubles ;-)
2494 [20:00:29] *** Joins: soee_ (~soee@replaced-ip )
2495 [20:00:53] <greycat> (it's your local router, not the ISP)
2496 [20:01:30] *** Joins: format_c_ (~format_c@replaced-ip )
2497 [20:02:25] <CuteAlien> greycat, OK. If you got any ideas I'll give it a shot. But it's fine this way as well now.
2498 [20:04:03] <jhutchins_wk> CuteAlien: No reason not to set a static address and eliminate the dhcp call.
2499 [20:04:28] *** Quits: soee (~soee@replaced-ip ) (Ping timeout: 258 seconds)
2500 [20:04:40] <greycat> yeah, that would be an obvious solution, since this is a home network under your control
2501 [20:04:58] <CuteAlien> sure. If that's possible.
2502 [20:05:22] <greycat> hopefully your DHCP address pool doesn't occupy the *entire* subnet address space (or hopefully you can configure it not to), and you can just pick a static address in the subnet address space but outside the DHCP pool
2503 [20:05:56] <CuteAlien> I can pick a static - no problem. Just have to figure out how to do that.
2504 [20:06:33] <greycat> Most home routers have a web interface. Connect to that, authenticate with whatever name/password you use for this router, navigate the web interface, figure it out.
2505 [20:06:38] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
2506 [20:06:51] *** Joins: Tom01 (~tom@replaced-ip )
2507 [20:06:52] <CuteAlien> ah, so nothing I set on Debian side.
2508 [20:06:58] *** Quits: LorD_n1c0w (~igora@replaced-ip ) (Quit: Leaving.)
2509 [20:08:17] *** Joins: Pria32nice_crBin (~androirc@replaced-ip )
2510 [20:08:37] *** Quits: cryptodan (~cryptodan@replaced-ip ) (Remote host closed the connection)
2511 [20:08:56] *** Joins: LorD_n1c0w (~igora@replaced-ip )
2512 [20:08:57] *** Joins: fr0stedfl4ke (~root@replaced-ip )
2513 [20:09:00] <greycat> That would be the SECOND step, after you figure out how your DHCP address space is configured.
2514 [20:10:01] *** Quits: lcabrera (~desarroll@replaced-ip ) (Remote host closed the connection)
2515 [20:10:29] *** Quits: LorD_n1c0w (~igora@replaced-ip ) (Client Quit)
2516 [20:11:07] *** Quits: jmichel (~jmichel@replaced-ip ) (Remote host closed the connection)
2517 [20:11:21] *** Joins: vjacob (~vjacob@replaced-ip )
2518 [20:13:12] *** Quits: Pria32nice_crBin (~androirc@replaced-ip ) (Remote host closed the connection)
2519 [20:13:48] *** Quits: fr0stedfl4ke (~root@replaced-ip ) (Quit: Leaving)
2520 [20:15:02] *** Quits: chrissl (~chris@replaced-ip ) (Remote host closed the connection)
2521 [20:15:06] *** Joins: LorD_n1c0w (~igora@replaced-ip )
2522 [20:16:36] *** Joins: LorD_n1c0w1 (~igora@replaced-ip )
2523 [20:16:40] *** Quits: mpmc (~mpmc@replaced-ip##) (Quit: ZNC - ##replaced-url
2524 [20:17:37] *** Quits: grobi (~rtng@replaced-ip ) (Ping timeout: 248 seconds)
2525 [20:17:48] *** Joins: mpmc (~mpmc@replaced-ip )
2526 [20:17:51] *** Joins: esro (~esro@replaced-ip )
2527 [20:18:45] *** Quits: esro (~esro@replaced-ip ) (Max SendQ exceeded)
2528 [20:19:02] *** Joins: esro (~esro@replaced-ip )
2529 [20:19:36] *** Quits: LorD_n1c0w (~igora@replaced-ip ) (Ping timeout: 244 seconds)
2530 [20:20:43] *** Joins: bralyclow (~bralyclow@replaced-ip )
2531 [20:21:10] *** Quits: CuteAlien (~micha@replaced-ip ) (Quit: CuteAlien)
2532 [20:21:18] *** Quits: Matt12345 (~Matt12345@replaced-ip ) (Ping timeout: 245 seconds)
2533 [20:21:47] *** Joins: Gyro (~user@replaced-ip )
2534 [20:22:09] *** Joins: toxync12- (~toxync12@replaced-ip )
2535 [20:22:11] *** Quits: toxync12 (~toxync12@replaced-ip ) (Ping timeout: 244 seconds)
2536 [20:22:53] *** Joins: Krennic_ (~Krennic@replaced-ip )
2537 [20:24:49] *** Quits: progart (~kamee@replaced-ip ) (Quit: Leaving.)
2538 [20:25:53] *** Quits: Krennic (~Krennic@replaced-ip ) (Ping timeout: 245 seconds)
2539 [20:25:59] *** Quits: mortderire (~mortderir@replaced-ip ) (Quit: WeeChat 1.4)
2540 [20:27:08] *** Joins: Blommie01 (~blommie01@replaced-ip )
2541 [20:27:21] *** Quits: Krennic_ (~Krennic@replaced-ip ) (Ping timeout: 244 seconds)
2542 [20:27:34] *** Quits: sauvin (sauvin@replaced-ip ) (Read error: Connection reset by peer)
2543 [20:28:06] *** Quits: factor (~factor@replaced-ip ) (Remote host closed the connection)
2544 [20:28:09] *** Joins: icarusfactor (~factor@replaced-ip )
2545 [20:29:12] *** Quits: Renari (~Renari@replaced-ip ) (Read error: Connection reset by peer)
2546 [20:29:32] *** Joins: Matt12345 (~Matt12345@replaced-ip )
2547 [20:29:50] *** Quits: format_c_ (~format_c@replaced-ip ) (Quit: format_c_)
2548 [20:30:01] *** debhelper sets mode: +l 1482
2549 [20:30:13] *** Quits: Sleepy63 (~Sleepy63@replaced-ip##) (Quit: ##replaced-url
2550 [20:30:20] *** Parts: kenlee (~kenlee@replaced-ip ) ("Leaving")
2551 [20:31:12] *** Joins: Soo_Slow (Soo_Slow@replaced-ip )
2552 [20:31:42] *** Quits: Blommie01 (~blommie01@replaced-ip ) (Ping timeout: 268 seconds)
2553 [20:32:44] *** Joins: Renari (~Renari@replaced-ip )
2554 [20:37:53] *** Quits: kreyren (~kreyren@replaced-ip ) (Ping timeout: 248 seconds)
2555 [20:38:01] *** Joins: timahvo1 (~rogue@replaced-ip )
2556 [20:38:43] *** Quits: timahvo1 (~rogue@replaced-ip ) (Remote host closed the connection)
2557 [20:39:50] *** Quits: ach_ (~ach@replaced-ip ) (Read error: Connection reset by peer)
2558 [20:40:00] *** Joins: ach_ (~ach@replaced-ip )
2559 [20:40:37] <DammitJim> if I want to use inotifywait... is that something that I just need to run on boot so it runs all the time?
2560 [20:41:04] <greycat> It's a program that you run for a specific purpose, in a specific way.
2561 [20:41:24] <greycat> What are you trying to do?
2562 [20:41:40] <DammitJim> I'm trying to monitor that no new files are placed in a particular directory
2563 [20:41:50] <DammitJim> if there is a new file placed there, I am triggering an email
2564 [20:42:02] <greycat> That phrasing is a problem. You can't monitor for the *lack* of a thing.
2565 [20:42:13] <DammitJim> sorry
2566 [20:42:27] <DammitJim> that's very very badly explained
2567 [20:42:38] <greycat> You want this monitoring to be forever and ever, from boot to shutdown, every time you boot?
2568 [20:42:38] <karlpinc> DammitJim: "incron" can be helpful.
2569 [20:42:41] <DammitJim> I'm trying to monitor for a new file
2570 [20:42:42] <DammitJim> LOL
2571 [20:42:50] *** Quits: bralyclow (~bralyclow@replaced-ip ) (Remote host closed the connection)
2572 [20:42:51] <DammitJim> si greycat !
2573 [20:42:59] <DammitJim> incron? I've heard of incron... hhhmmm
2574 [20:43:07] *** Joins: CarlFK (~carl@replaced-ip )
2575 [20:43:09] *** Quits: sasukeskapa (~sasukeska@replaced-ip ) (Quit: Leaving)
2576 [20:43:13] <greycat> Then yes, you would probably write a service to do it, and turn it on.
2577 [20:43:29] <greycat> This sounds like a bizarre project, though.
2578 [20:43:40] <DammitJim> it's a 1 off, yes (for the test environment...
2579 [20:43:49] <DammitJim> I have proper monitoring in prod, but have no licenses for test
2580 [20:43:58] *** Quits: nav2002_ (~nav2002@replaced-ip##) (Quit: Going offline, see ya! (##replaced-url
2581 [20:44:01] <DammitJim> [so, I thought I could kind of script that
2582 [20:44:04] <jhutchins_wk> We do that kind of thing a lot here. If file, process.
2583 [20:44:05] <DammitJim> maybe that's the flaw
2584 [20:44:14] *** Joins: zeden (~user@replaced-ip )
2585 [20:44:15] <DammitJim> jhutchins, with incron?
2586 [20:44:27] *** Joins: weedloser (weedloser@replaced-ip )
2587 [20:44:43] <jhutchins_wk> DammitJim: I'm not real sure. Could just be conditional code that runs periodically.
2588 [20:44:50] <DammitJim> oh
2589 [20:45:06] <DammitJim> yeah, that was the alternative (I was going to set up a cron job that runs every 5 minutes to check the directory for a new file
2590 [20:45:14] <greycat> *sigh*
2591 [20:45:16] <DammitJim> I just like the idea of inotify LOL
2592 [20:45:21] *** Quits: WARBIRD199 (~WARBIRD19@replaced-ip ) (Ping timeout: 248 seconds)
2593 [20:45:41] <karlpinc> DammitJim: I've used incron with web uploads. The webserver does the upload and puts the file in a directory, and maybe creates a control file. incron runs a script that takes the processing from there. Isolates the world-facing web server from the internals.
2594 [20:45:57] *** Quits: Mr_Queue (~Mr_Queue@replaced-ip ) (Ping timeout: 244 seconds)
2595 [20:46:18] <CarlFK> is there an apt-get option to get this from there? voctomix-outcasts (0.9.1-1) experimental; urgency=medium
2596 [20:46:30] <karlpinc> DammitJim: A cron job might be called for in any case. Inotify events are not _guarenteed_.
2597 [20:46:52] <karlpinc> !tell CarlFK about ssb
2598 [20:46:57] *** Joins: d-sha (~d-sha@replaced-ip )
2599 [20:47:39] <DammitJim> oh gosh, yes! inotify events are NOT guaranteed... I forgot about that part
2600 [20:47:43] *** Joins: bralyclow (~bralyclow@replaced-ip )
2601 [20:48:36] <CarlFK> karlpinc: is that a very long and complicated "no" or did I miss it?
2602 [20:50:12] <karlpinc> CarlFK: You can't mix releases. Backport instead. Or use "stow", or something else.
2603 [20:50:35] *** Quits: dez (uid92154@replaced-ip ) (Quit: Connection closed for inactivity)
2604 [20:51:10] <karlpinc> CarlFK: My guess is that the package will get out of experimental and into sid when testing is released in about 2 weeks.
2605 [20:52:08] *** Quits: bralyclow (~bralyclow@replaced-ip ) (Ping timeout: 245 seconds)
2606 [20:52:08] <greycat> "experimental" packages are meant to be installable on unstable, though. Not to work, mind you, but to be installable.
2607 [20:52:28] <jelly> sometimes not even that
2608 [20:53:00] <greycat> What's the opposite of cherry-picking, without the positive connotations... booger-picking? You can booger-pick a single experimental package. From unstable. Because you want your unstable system to be even MORE unstable.
2609 [20:53:15] <annadane> nitpicking
2610 [20:53:18] <CarlFK> yes - that. how?
2611 [20:53:24] <annadane> er, no, i'm stupid, never mind
2612 [20:53:25] <greycat> !experimental
2613 [20:53:25] <dpkg> experimental is the bleeding edge of Debian Development. Packages here have been deemed unfit/DANGEROUS/untrustworthy/etc for release by the maintainer responsible for them. DO NOT INSTALL PACKAGES FROM EXPERIMENTAL WITHOUT KNOWING EXACTLY WHY AND WHAT YOU ARE DOING. #debian does _not_ support experimental. For an actual description, see section 4.6.4.3 of the Developer's Reference. replaced-url
2614 [20:53:45] <CarlFK> im about to reinstall the os, so perfect time to test something flaky
2615 [20:53:54] *** Quits: yht_ (~yht@replaced-ip ) (Ping timeout: 268 seconds)
2616 [20:54:20] *** Quits: Ericounet (~Eric@replaced-ip ) (Remote host closed the connection)
2617 [20:56:12] *** Quits: Namarrgon (~glei@replaced-ip ) (Quit: fixin' usb)
2618 [20:56:26] *** Joins: mojikun (~mojikun@replaced-ip )
2619 [20:57:02] *** Joins: viruscthulhu (~virus@replaced-ip )
2620 [20:57:06] *** Quits: icarusfactor (~factor@replaced-ip ) (Read error: Connection reset by peer)
2621 [20:57:24] *** Joins: icarusfactor (~factor@replaced-ip )
2622 [20:57:35] *** Quits: mojikun (~mojikun@replaced-ip ) (Client Quit)
2623 [20:57:47] *** Joins: WARBIRD199 (~WARBIRD19@replaced-ip )
2624 [20:58:02] *** Joins: mojikun (~mojikun@replaced-ip )
2625 [20:59:42] *** Quits: mojikun (~mojikun@replaced-ip ) (Client Quit)
2626 [20:59:43] *** Quits: Crypto (~Uberius@replaced-ip ) (Remote host closed the connection)
2627 [21:00:01] *** debhelper sets mode: +l 1476
2628 [21:00:15] <Lady_Aleena> Has anyone come up with a raster to vector image converter yet?
2629 [21:00:45] <greycat> I would imagine so.
2630 [21:01:33] <Lady_Aleena> I can make png files easily, but svg is a pain in the butt. I would love to convert png to svg.
2631 [21:01:55] *** Quits: patterson (~patterson@replaced-ip ) (Ping timeout: 268 seconds)
2632 [21:02:18] *** Joins: patterson (~patterson@replaced-ip )
2633 [21:02:30] *** Joins: zerotech1 (~zerotech@replaced-ip )
2634 [21:02:40] *** Joins: Namarrgon (~Namarrgon@replaced-ip )
2635 [21:03:04] <greycat> if Google and DuckDuckGo can't find it, maybe ask ##imagemagick or some other dedicated image processing channel
2636 [21:03:54] <karlpinc> Lady_Aleena: I've been using inkscape to make new svg files, FWIW.
2637 [21:03:56] <jmcnaught> Inkscape has a "trace bitmap" feature under its path menu
2638 [21:04:22] *** Joins: dreamon_ (~dreamon@replaced-ip )
2639 [21:04:46] <Lady_Aleena> karlpinc, InkScape's interface is intense and the top left corner of the image is not 0,0 for a new file.
2640 [21:05:28] *** Joins: pringau (~pringau@replaced-ip )
2641 [21:05:49] <karlpinc> Lady_Aleena: Dunno about 0,0. Does it matter whether you save as an inkscape SVG or a standard SVG?
2642 [21:06:15] *** Quits: ach_ (~ach@replaced-ip ) (Read error: Connection reset by peer)
2643 [21:06:25] *** Joins: ach_ (~ach@replaced-ip )
2644 [21:06:54] <karlpinc> Lady_Aleena: Anyhow, I would prefer dia, but it seems less and less maintained. And it's in python 2 and I see no movement towards python 3. My vague impression is that dia is on that long slow road to bitrot.
2645 [21:07:00] <Lady_Aleena> karlpinc, it is that I have only used MS/Kolour Paint programs, so I am not comfortable with anything else.
2646 [21:07:21] <jelly> going from pixmap to vector is always going to be tricky
2647 [21:07:35] *** Joins: yht_ (~yht@replaced-ip )
2648 [21:07:39] <lope> Why is `who -a` showing me a single internet IP for 3 different users who are logged in, that definitely have different IP's?
2649 [21:07:57] <karlpinc> I know how it is. When learning something new I try to pick something that I'll want to stick with. Long ago that started to mean "not proprietary software".
2650 [21:08:17] <jelly> Lady_Aleena: tried vectormagic.com yet?
2651 [21:08:53] *** Joins: dtux (~dmtucker@replaced-ip )
2652 [21:08:54] *** Joins: wavelength (~wavelengt@replaced-ip )
2653 [21:08:56] <karlpinc> lope: Perhaps there's an intermediate proxy?
2654 [21:08:58] <Lady_Aleena> jelly, I haven't tried anything like that yet.
2655 [21:09:13] *** Quits: queip (~queip@replaced-ip ) (Ping timeout: 245 seconds)
2656 [21:09:30] <karlpinc> lope: proxy/jump host
2657 [21:09:48] <jelly> Lady_Aleena: what _have_ you tried then?
2658 [21:10:01] *** debhelper sets mode: +l 1482
2659 [21:10:27] <Lady_Aleena> I tried one site, can't remember which on once, and it lost most of my colors.
2660 [21:10:49] <lope> karlpinc, how can I see the IPs of the users who are currently connected?
2661 [21:10:53] <lope> via ssh?
2662 [21:11:02] <Lady_Aleena> jelly, trying the site you recommended now.
2663 [21:11:03] <lope> `who -a` is only showing my IP
2664 [21:11:09] <lope> but there are other users logged in
2665 [21:11:29] <jelly> Lady_Aleena: it was literally the first result for replaced-url
2666 [21:11:32] *** Joins: ArnaMoma98 (52661829@replaced-ip )
2667 [21:11:40] *** Quits: ArnaMoma98 (52661829@replaced-ip ) (Killed (Sigyn (Spam is off topic on freenode.)))
2668 [21:11:46] <lope> `who -a` shows my IP next to users who are actually logged in, who are not me. I am not logged in as those users.
2669 [21:11:54] <jelly> (ok, I may have searched for "vectorize pony images" first)
2670 [21:12:46] *** Quits: infernix (nix@replaced-ip ) (Ping timeout: 246 seconds)
2671 [21:12:52] <jelly> lope: w
2672 [21:12:53] <Lady_Aleena> jelly, this isn't a big deal. Also, it looks like vectormagic.com loses some lines.
2673 [21:13:16] *** Quits: dtux (~dmtucker@replaced-ip ) (Ping timeout: 264 seconds)
2674 [21:13:18] *** Quits: hybrid (~hybrid@replaced-ip ) (Remote host closed the connection)
2675 [21:13:19] <jelly> Lady_Aleena: you WILL have to guide any tool like that to get better results
2676 [21:13:25] <lope> jelly: `who -w` shows my IP next to every user
2677 [21:13:36] <greycat> he did not say "who -w". he said "w".
2678 [21:13:38] <lope> but if I check /var/log/auth.log I can see the REAL IP's of the users
2679 [21:13:41] *** Joins: hybrid (~hybrid@replaced-ip )
2680 [21:13:53] *** Joins: avalchev (~user@replaced-ip )
2681 [21:14:07] *** Joins: humpled (~humbag@replaced-ip )
2682 [21:14:09] <jelly> lope: and what does w say? Pastebin the output.
2683 [21:14:20] <greycat> please wait 5 minutes while he fakes the output
2684 [21:14:37] <lope> w shows the shells that the users are connecting (which is correct)
2685 [21:14:41] *** Joins: grobi (~rtng@replaced-ip )
2686 [21:14:44] <lope> But it shows my IP next to all of the users
2687 [21:14:51] <jelly> lope: can you show the actual output?
2688 [21:14:59] <lope> oh dang. it is me!
2689 [21:14:59] <greycat> Nope, the other response. "I won't show you, but I will type some random English words that my mind came up with while I looked at it."
2690 [21:15:02] <lope> sorry
2691 [21:15:22] <jelly> !win lope
2692 [21:15:22] <dpkg> Congratulations, lope! You have won the time-life collection of vintage AOL CDs, a set of 120!
2693 [21:15:47] <lope> I forgot I'm debugging both of their connections in different ways in other tabs
2694 [21:15:59] <karlpinc> greycat: (Don't knock looking. :)
2695 [21:16:00] <lope> Sorry guys
2696 [21:16:16] *** Quits: arha (~temp@replaced-ip ) (Ping timeout: 246 seconds)
2697 [21:16:45] *** Joins: queip (~queip@replaced-ip )
2698 [21:16:57] *** Quits: tuxed (~tuxed@replaced-ip ) (Quit: Leaving)
2699 [21:17:00] <lope> I got confused because I literally saw the one guy working on the VM
2700 [21:17:13] <lope> But in between the time I saw him working, and then I checked, he had logged out
2701 [21:17:16] *** Joins: nav2002_ (~nav2002@replaced-ip )
2702 [21:19:01] <karlpinc> Don't get confused, get angry! (That way you can blame someone else.)
2703 [21:21:39] *** Quits: NetTerminalGene (~NetTermin@replaced-ip ) (Ping timeout: 268 seconds)
2704 [21:22:16] *** Joins: petenice (~peter@replaced-ip )
2705 [21:23:06] *** Quits: Haudegen (~quassel@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
2706 [21:23:41] *** Joins: BrianG61UK (~BrianG61U@replaced-ip )
2707 [21:23:59] *** Quits: WARBIRD199 (~WARBIRD19@replaced-ip##) (Quit: ZNC 1.7.1 - ##replaced-url
2708 [21:24:09] *** Quits: xcm (~xcm@replaced-ip ) (Read error: Connection reset by peer)
2709 [21:24:27] *** Joins: WARBIRD199 (~WARBIRD19@replaced-ip )
2710 [21:24:33] *** Joins: Haudegen (~quassel@replaced-ip )
2711 [21:25:12] *** Joins: xcm (~xcm@replaced-ip )
2712 [21:25:14] <jhutchins_wk> Lady_Aleena: I would look at imagemagick/graphicsmagick. I know they support svg, don't know if they'll convert but usually they can do any output they understand.
2713 [21:25:14] *** Joins: CaCO3 (~CaCO3@replaced-ip )
2714 [21:25:27] *** Quits: grobi (~rtng@replaced-ip ) (Ping timeout: 245 seconds)
2715 [21:26:02] <greycat> generating a vector image from a bitmap isn't a "conversion" in the same sense as generating a jpeg from a png
2716 [21:26:43] <jhutchins_wk> gimp can probably import png and export it as svg.
2717 [21:26:47] <greycat> it would require a very dedicated, sophisticated tool, which would be doing a lot of guesswork
2718 [21:27:13] <Lady_Aleena> jhutchins_wk, greycat suggested that earlier. 8)
2719 [21:27:22] <greycat> it's like generating a recipe from a plate of food
2720 [21:27:25] *** Joins: bralyclow (~bralyclow@replaced-ip )
2721 [21:28:20] <Voldenet> If you need something to rasterize svg, resvg is nice
2722 [21:28:34] *** Quits: kardborren (~weechat@replaced-ip ) (Ping timeout: 272 seconds)
2723 [21:28:47] *** Parts: petenice (~peter@replaced-ip ) ("Leaving")
2724 [21:28:55] <Lady_Aleena> Voldenet, wrong direction, I want to vectorize raster.
2725 [21:29:06] *** Joins: BlueByte (~walther@replaced-ip )
2726 [21:29:07] <Voldenet> Oh, taking that back then
2727 [21:29:22] <Lady_Aleena> Voldenet, that's okay.
2728 [21:29:34] <Voldenet> I remember using inkscape for stuff like that, but it was extremely manual still
2729 [21:30:07] <Lady_Aleena> Also guys, this is not a "I need it now" thing. I'm just looking into it for a project I will be starting next month after Buster drops.
2730 [21:30:15] <annadane> he-who-almost-shall-not-be-named
2731 [21:30:23] *** Joins: fuzzface (~fuzzface@replaced-ip )
2732 [21:30:43] <greycat> network-that-shall-not-be-numbered
2733 [21:32:01] *** Parts: mtf8 (~windowsre@replaced-ip ) ("WeeChat 2.4")
2734 [21:33:34] <Lady_Aleena> I'm a little sad that graphviz isn't more sophisticated.
2735 [21:33:49] <rant> Lady_Aleena: replaced-url
2736 [21:34:05] *** Joins: slon (~slon@replaced-ip )
2737 [21:34:20] <rant> thats only in sid arm64 :-/ but seems to be the key needed to use imagemagick to do it
2738 [21:34:33] <rant> otherwise you wind up with HUGE images
2739 [21:34:56] <rant> replaced-url
2740 [21:35:11] <jelly> what you say, svgs with lots of squares? :-)
2741 [21:36:01] <rant> jelly: circles actually
2742 [21:36:10] *** Quits: slon_ (~slon@replaced-ip ) (Ping timeout: 272 seconds)
2743 [21:36:17] <rant> looks like development stalled on that project like 15 years ago
2744 [21:36:47] *** Quits: slack_ (~slack@replaced-ip ) (Quit: Leaving)
2745 [21:36:49] <jelly> rant: that makes some sense as well
2746 [21:37:17] *** Quits: WARBIRD199 (~WARBIRD19@replaced-ip##) (Quit: ZNC 1.7.1 - ##replaced-url
2747 [21:37:35] *** Joins: mojikun (~mojikun@replaced-ip )
2748 [21:37:58] *** Quits: BrianG61UK (~BrianG61U@replaced-ip ) (Read error: Connection reset by peer)
2749 [21:37:59] *** Quits: mojikun (~mojikun@replaced-ip ) (Client Quit)
2750 [21:38:04] *** Quits: AJ_Z0 (~AJ_Z0@replaced-ip ) (Read error: Connection reset by peer)
2751 [21:39:54] *** Joins: BrianG61UK (~BrianG61U@replaced-ip )
2752 [21:40:24] *** Quits: viruscthulhu (~virus@replaced-ip ) (Remote host closed the connection)
2753 [21:40:42] *** Joins: viruscthulhu (~virus@replaced-ip )
2754 [21:40:47] <rant> replaced-url
2755 [21:40:49] *** Joins: AJ_Z0 (~AJ_Z0@replaced-ip )
2756 [21:40:49] *** Quits: AJ_Z0 (~AJ_Z0@replaced-ip ) (Changing host)
2757 [21:40:49] *** Joins: AJ_Z0 (~AJ_Z0@replaced-ip )
2758 [21:41:27] *** Joins: savolla (~savolla@replaced-ip )
2759 [21:41:57] <Lady_Aleena> Graphviz output replaced-url
2760 [21:42:15] <rant> ,i potrace
2761 [21:42:16] <judd> Package potrace (graphics, optional) in stretch/amd64: utility to transform bitmaps into vector graphics. Version: 1.13-3; Size: 76.0k; Installed: 181k; Homepage: replaced-url
2762 [21:42:39] <rant> seems to be the most actively developed debian solution, can apparently be used directly or through inkscape
2763 [21:43:34] <rant> says if you want color, to use inkscape cause potrace grayscales everything, but inkscape can seperate the colors and recompile them afterward
2764 [21:43:47] *** Quits: viruscthulhu (~virus@replaced-ip ) (Remote host closed the connection)
2765 [21:43:54] *** Joins: slack_ (~slack@replaced-ip )
2766 [21:44:13] *** Joins: viruscthulhu (~virus@replaced-ip )
2767 [21:44:41] *** Joins: jhutchins_wk1 (~jonathan@replaced-ip )
2768 [21:44:47] *** Quits: AndreasLutro (~andreas@replaced-ip ) (Read error: Connection reset by peer)
2769 [21:45:54] *** Quits: slack_ (~slack@replaced-ip ) (Client Quit)
2770 [21:46:20] *** Quits: Namarrgon (~Namarrgon@replaced-ip ) (Quit: WeeChat 2.6-dev)
2771 [21:46:26] <karlpinc> I think it'd be less work to just draw SVG. In inkscape: put a grid on the drawing surface and snap to grid, To draw boxes use the rectangle tool, to draw lines use the freehand tool -- without dragging, just clicking, to put arrows on the ends use the object option that puts things on the ends of paths, text tool does text. Not so bad.
2772 [21:46:57] <karlpinc> Don't forget to snap your text to the grid (snap buttons are down the right hand side of the page)
2773 [21:47:47] *** Quits: viruscthulhu (~virus@replaced-ip ) (Remote host closed the connection)
2774 [21:47:57] *** Joins: keepsmile (~keepsmile@replaced-ip )
2775 [21:47:57] *** Joins: jurrehart (52368306@replaced-ip )
2776 [21:48:03] <rant> Lady_Aleena: this may be of interest to you replaced-url
2777 [21:48:24] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 252 seconds)
2778 [21:48:38] <Lady_Aleena> I'm taking notes.
2779 [21:48:50] *** Quits: jhutchins_wk (~jonathan@replaced-ip ) (Ping timeout: 272 seconds)
2780 [21:49:35] *** Joins: nekomata (~nekomata@replaced-ip )
2781 [21:50:20] <jurrehart> hi all, a question a friend of mine has some trouble with a Debian 8 machine , it has dual HDD in SaftwareRaid 1 , wich is unable to boot. By using a resue image I was able to mount the disk (md2) and it sees that the following folders dissapeared "boot, root, bin , sbin, etc" Could this be a filesystem corruption ?
2782 [21:51:27] *** Joins: grobi (~rtng@replaced-ip )
2783 [21:51:57] *** Quits: keepsmile (~keepsmile@replaced-ip ) (Client Quit)
2784 [21:52:07] *** Quits: avalchev (~user@replaced-ip ) (Remote host closed the connection)
2785 [21:52:13] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
2786 [21:52:35] *** Joins: keepsmile (~keepsmile@replaced-ip )
2787 [21:52:44] *** Joins: Freshnuts (Freshnuts@replaced-ip )
2788 [21:52:56] <rant> sounds to me like whatever you mounted was not the rootfs
2789 [21:53:15] <rant> and also that you're dutch/danish would be my guess..
2790 [21:54:52] *** Quits: keepsmile (~keepsmile@replaced-ip ) (Client Quit)
2791 [21:55:04] <jurrehart> the system in question has a single partition, and yes
2792 [21:55:15] *** Joins: keepsmile (~keepsmile@replaced-ip )
2793 [21:55:17] <jurrehart> .. Belgian
2794 [21:55:17] *** Quits: keepsmile (~keepsmile@replaced-ip ) (Client Quit)
2795 [21:55:35] *** Joins: Krennic (~Krennic@replaced-ip )
2796 [21:55:59] <karlpinc> Lady_Aleena: I learned all of the above doing a diagram for 2 hours yesterday. I believe that "bounding boxes" would also be useful but don't know how to use them. I used the offical inkscape.org docs, and stackexchange for help.
2797 [21:56:49] <karlpinc> jurrehart: If you mount the disks separately do they both show the same problem? (Are there backups?)
2798 [21:57:40] *** Joins: dtux (~dmtucker@replaced-ip )
2799 [21:58:06] *** Quits: ach_ (~ach@replaced-ip ) (Remote host closed the connection)
2800 [21:58:41] <HelloShitty> Guys, I have a question (please sen dpkg to my pvt, I like him)
2801 [21:58:49] <HelloShitty> xD
2802 [21:58:59] <jurrehart> karlpinc: we were able to extract the data needed from the server as the data was present in /var and that folder was still there
2803 [21:59:17] *** Joins: m0u (~m0u@replaced-ip )
2804 [21:59:42] <HelloShitty> What is the difference between /dev/urandom and /dev/random?
2805 [21:59:49] *** Joins: SolarAqu- (SolarAquar@replaced-ip )
2806 [22:00:00] <rant> HelloShitty: the u
2807 [22:00:07] <jurrehart> karlpinc: with mount disks separately do you mean mount the /dev/sda2 instead of the /dev/md2
2808 [22:00:09] <greycat> HelloShitty: man 4 random
2809 [22:00:22] <rant> HelloShitty: /dev/urandom is less random, more uniform.. it outputs faster but contains less random information
2810 [22:00:27] <greycat> The short answer: if you have to ask, always use /dev/urandom.
2811 [22:00:30] *** Quits: bralyclow (~bralyclow@replaced-ip ) (Ping timeout: 268 seconds)
2812 [22:00:36] *** Joins: ach_ (~ach@replaced-ip )
2813 [22:00:41] <greycat> rant: it's not "less random" any longer. Hasn't been for many years.
2814 [22:00:51] <karlpinc> jurrehart: Yes. Just wondering. I'd expect them to be the same, but maybe one is bad and somehow the system can't tell.
2815 [22:01:13] <rant> greycat: hmm.. more than 6 years?
2816 [22:01:16] <HelloShitty> ok, going to see if man page can answer me
2817 [22:01:24] *** Joins: Namarrgon (~Namarrgon@replaced-ip )
2818 [22:01:56] <jurrehart> karlpnic: tried with one of them but gave me --> mount: unknown filesystem type 'linux_raid_member'
2819 [22:02:13] <greycat> rant: You'd have to ask ##Linux for the dates.
2820 [22:02:19] <karlpinc> jurrehart: You could also install smartmontools and ask smartctl if it the disks think they are bad.
2821 [22:03:05] <karlpinc> jurrehart: I don't know how to get around that error, although I'm sure there's a way.
2822 [22:03:33] <burrows> when is Debian 10's official release date?
2823 [22:03:33] *** Quits: n_1-c_k (~n_1-c_k@replaced-ip ) (Read error: Connection reset by peer)
2824 [22:03:35] <greycat> rant: also, random(4) points to random(7) but it looks like random(7) is WAY out of date, and is not trustworthy. But neither one has dates in it, unfortunately.
2825 [22:03:45] <greycat> !buster release
2826 [22:03:45] <dpkg> Buster's release is planned for 2019-07-06 (replaced-url
2827 [22:03:48] * rant may look into it at some point..
2828 [22:03:54] <burrows> ty
2829 [22:04:03] *** Joins: Krennic_ (~Krennic@replaced-ip )
2830 [22:04:27] <HelloShitty> I'm reading but it seems too technical to me but will reader further more
2831 [22:04:36] <rant> greycat: there is a lot I'm likely outdated on.. was under a rock for over 3 years and came back to systemd and such.. still catching up :P
2832 [22:04:39] *** Joins: n_1-c_k (~n_1-c_k@replaced-ip )
2833 [22:05:02] <jurrehart> karlpnic: I guest smartmontools will tell me more , was loooking in a copy of the logfile and found -->Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 176 to 171
2834 [22:05:22] <jurrehart> karlpnic: I presume that can't be good ;)
2835 [22:06:22] *** Quits: dreamon_ (~dreamon@replaced-ip ) (Ping timeout: 258 seconds)
2836 [22:07:07] *** Quits: Krennic (~Krennic@replaced-ip ) (Ping timeout: 245 seconds)
2837 [22:07:09] *** Joins: cybercrypto (~morpheus@replaced-ip )
2838 [22:07:43] *** Quits: lavaflow (~john@replaced-ip ) (Ping timeout: 246 seconds)
2839 [22:08:13] *** Joins: loptr (~loptr@replaced-ip )
2840 [22:08:24] <karlpinc> jurrehart: Probably not, although smartmontools can be wrong. It's probably right if you don't get absurd values for the other drive.
2841 [22:09:07] <jurrehart> karlpnic: I have log entries for both drives
2842 [22:10:23] <karlpinc> jurrehart: Well, if they both show lots of heat it seems unlikely that both drives are running that hot.
2843 [22:11:38] <nuuuciano> I was looking at the shadow file content... and a lot of users have no password, instead they have things like *... how is that? where is that user password stored?
2844 [22:12:07] *** Quits: humpled (~humbag@replaced-ip ) (Remote host closed the connection)
2845 [22:12:12] *** Quits: Krennic_ (~Krennic@replaced-ip ) (Quit: Lost terminal)
2846 [22:12:42] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
2847 [22:13:30] *** Quits: orotalt (~orotalt@replaced-ip ) (Quit: WeeChat 2.5)
2848 [22:13:47] *** Quits: loptr (~loptr@replaced-ip ) (Ping timeout: 244 seconds)
2849 [22:14:10] *** Joins: xcm (~xcm@replaced-ip )
2850 [22:14:12] *** Joins: loptr (~loptr@replaced-ip )
2851 [22:14:21] <nuuuciano> oh, found an answer here replaced-url
2852 [22:14:45] <greycat> man shadow
2853 [22:15:43] *** Joins: pddu37 (~user@replaced-ip )
2854 [22:15:52] <pddu37> Do you know Devuan guys ? #Devuan
2855 [22:16:01] <greycat> Yes, we know about it.
2856 [22:16:20] <pddu37> Please remove Debian from your systems and install #Devuan
2857 [22:17:18] *** Joins: goddart (~axe@replaced-ip )
2858 [22:17:28] *** Joins: diogenes_ (~diogenes_@replaced-ip )
2859 [22:18:22] *** Joins: CaptainN (zelda@replaced-ip )
2860 [22:18:37] *** Quits: Hunterkll (~hunterkll@replaced-ip ) (Read error: Connection reset by peer)
2861 [22:18:40] *** Quits: loptr (~loptr@replaced-ip ) (Ping timeout: 248 seconds)
2862 [22:18:48] *** Quits: goddart (~axe@replaced-ip ) (Client Quit)
2863 [22:18:53] <rant> pddu37: no thanks, please /part #debian and get a life
2864 [22:19:05] *** Joins: mojikun (~mojikun@replaced-ip )
2865 [22:19:45] <somiaj> rant: no need to escalate things.
2866 [22:20:02] <pddu37> somiaj is right
2867 [22:20:31] <pddu37> and freedom of speech is right too
2868 [22:20:48] <somiaj> pddu37: also devaun is off topic here, feel free to use the distro you want, but this is a support channel for debian.
2869 [22:21:23] <pddu37> No need to escalate thins somiaj, i have understood
2870 [22:21:27] <pddu37> thing*
2871 [22:21:58] *** Joins: lavaflow (~john@replaced-ip )
2872 [22:22:23] *** Joins: edd (~russell@replaced-ip )
2873 [22:22:23] *** Quits: oiaohm (~oiaohm@replaced-ip ) (Read error: Connection reset by peer)
2874 [22:22:49] *** Joins: oiaohm (~oiaohm@replaced-ip )
2875 [22:22:55] *** edd is now known as byrle
2876 [22:23:41] <pddu37> I used Debian before through
2877 [22:24:07] <greycat> If you have a question about Debian, you can ask it, but advocacy of other distributions is not welcome.
2878 [22:26:32] *** Joins: slack_ (~slack@replaced-ip )
2879 [22:27:03] *** Quits: byrle (~russell@replaced-ip ) (Client Quit)
2880 [22:27:46] *** Quits: yans (~yans@replaced-ip ) (Remote host closed the connection)
2881 [22:28:00] *** Joins: NetTerminalGene (~NetTermin@replaced-ip )
2882 [22:28:29] *** Joins: bbt (~dbag@replaced-ip )
2883 [22:28:44] *** Joins: loptr (~loptr@replaced-ip )
2884 [22:29:58] <pddu37> Is systemd on topic ?
2885 [22:30:02] *** debhelper sets mode: +l 1490
2886 [22:30:02] *** Joins: TheFuzzball (~TheFuzzba@replaced-ip )
2887 [22:30:14] <somiaj> questions about using systemd in debian yes. Rants about systemd no.
2888 [22:30:40] *** Joins: javashin (~javashin@replaced-ip )
2889 [22:30:50] <javashin> hello
2890 [22:30:53] <pddu37> hi
2891 [22:31:19] <javashin> debian chromium have vaapi patches applied ?
2892 [22:31:35] *** Joins: infernix (nix@replaced-ip )
2893 [22:31:39] <somiaj> javashin: I'm unsure, but you can check the source patches or changelog to see if there is any metnion of it.
2894 [22:32:29] <pddu37> Can I ask one questions ?
2895 [22:32:49] <somiaj> pddu37: just ask a question if you have one
2896 [22:32:50] *** Joins: yans (~yans@replaced-ip )
2897 [22:32:50] <rant> javashin: replaced-url
2898 [22:33:15] <somiaj> javashin: looking at the changelog, I see a commnet about fixing a error in the vaapi implementation
2899 [22:33:24] *** Joins: barjavel (~androirc@replaced-ip )
2900 [22:34:10] *** Joins: Wombelix (~Thunderbi@replaced-ip )
2901 [22:34:17] *** Joins: nullbyte_ (~nullbyte@replaced-ip )
2902 [22:34:44] <pddu37> Well thank you, why debian chose to use systemd instead of alternatives
2903 [22:35:00] <rant> "vaapi patch" is trivially vague
2904 [22:35:15] <somiaj> javashin: I'm not seeing any debian patch that uses the name vaapi, but my quick search thinks that maybe it comes default in newer chroimum versions which debian has
2905 [22:35:18] <somiaj> !why systemd
2906 [22:35:19] <dpkg> a tired argument. Start by reading rra's excellent analysis at replaced-url
2907 [22:35:35] <pddu37> Thank you
2908 [22:35:35] <somiaj> pddu37: read that mailing list email, it is a good overview of all the init systems at the time and why debian choose systemd
2909 [22:36:18] <greycat> I'd be curious to read a 2019 review but I suspect it hasn't changed much.
2910 [22:36:25] *** Quits: n9nes_ (~n9nes@replaced-ip ) (Ping timeout: 246 seconds)
2911 [22:36:51] <pddu37> My guess is systemd was pushed by lobbies and corporation like redhat and the american deepstate
2912 [22:36:56] *** Quits: esro (~esro@replaced-ip ) (Quit: Leaving)
2913 [22:36:58] <pddu37> to spy on users
2914 [22:37:11] <greycat> can we +q him yet?
2915 [22:37:34] <pddu37> no please I'm reading now
2916 [22:39:25] *** Joins: Hunterkll (~hunterkll@replaced-ip )
2917 [22:40:01] *** debhelper sets mode: +l 1496
2918 [22:40:02] *** Quits: kesenai (~username@replaced-ip ) (Remote host closed the connection)
2919 [22:40:31] *** Joins: well_laid_lawn (~Jean-luc@replaced-ip )
2920 [22:41:27] *** Quits: semeion (~semeion@replaced-ip ) (Read error: Connection reset by peer)
2921 [22:41:29] *** Quits: CaCO3 (~CaCO3@replaced-ip ) (Quit: Leaving)
2922 [22:42:35] *** Joins: semeion (~semeion@replaced-ip )
2923 [22:42:37] *** Joins: hypn0 (~h@replaced-ip )
2924 [22:42:43] *** Quits: savolla (~savolla@replaced-ip ) (Ping timeout: 244 seconds)
2925 [22:43:16] *** Quits: ishanjain28 (~ishanjain@replaced-ip ) (Max SendQ exceeded)
2926 [22:43:18] *** Quits: semeion (~semeion@replaced-ip ) (Read error: Connection reset by peer)
2927 [22:43:24] *** Joins: ishanjain28 (~ishanjain@replaced-ip )
2928 [22:43:36] *** jbond42 is now known as jbond42|away
2929 [22:43:47] *** Quits: olavx200 (~olavx200@replaced-ip ) (Quit: WeeChat 2.5)
2930 [22:43:55] *** Joins: semeion (~semeion@replaced-ip )
2931 [22:44:19] *** Quits: mojikun (~mojikun@replaced-ip ) (Quit: Leaving)
2932 [22:44:29] *** Quits: DeadTOm (~deadtom@replaced-ip ) (Quit: DeadTOm)
2933 [22:45:12] *** Quits: loptr (~loptr@replaced-ip ) (Ping timeout: 272 seconds)
2934 [22:45:29] *** Quits: Wombelix (~Thunderbi@replaced-ip ) (Quit: Wombelix)
2935 [22:45:41] *** Quits: pingfloyd (~pingfloyd@replaced-ip ) (Quit: WeeChat 1.6)
2936 [22:48:47] *** Joins: leonlemouton (~Thunderbi@replaced-ip )
2937 [22:49:02] *** Joins: TomyWork (~TomyLobo@replaced-ip )
2938 [22:49:14] <HelloShitty> guys, can one run an antivirus for a winows file in Linux?
2939 [22:49:41] <HelloShitty> Someone I don't trust sent me a file know back in the days as a type of file carrying viruses inside it
2940 [22:49:50] <HelloShitty> an I wanted to check the file
2941 [22:50:09] *** Joins: WARBIRD199 (~WARBIRD19@replaced-ip )
2942 [22:50:09] <HelloShitty> it's a '.scr' file an the guy told me it was a screenshot from MacOS
2943 [22:50:27] *** Quits: p2hc (~p2hc@replaced-ip ) (Quit: Konversation terminated!)
2944 [22:50:29] <jmcnaught> HelloShitty: check it with clamav
2945 [22:50:34] <pddu37> Red Hat is a commercial company that has a
2946 [22:50:34] <pddu37> wealth of reasons for its actions that do not apply to Debian.
2947 [22:50:38] <leonlemouton> HelloShitty : clamav with clamtk
2948 [22:50:47] <HelloShitty> ok, let me check that
2949 [22:50:50] <HelloShitty> thanks
2950 [22:51:03] *** Joins: Sepultura (~quassel@replaced-ip )
2951 [22:51:26] <somiaj> pddu37: you have yet to have an actual debian question, this is not the place to express your opinions.
2952 [22:51:39] *** Parts: diogenes_ (~diogenes_@replaced-ip ) ("vergissmeinnicht")
2953 [22:51:52] <pddu37> This was on the link you gave to me
2954 [22:51:54] <somiaj> HelloShitty: there is clamav, unsure how good it is, but it can do some virus checking for files on widows devices.
2955 [22:52:05] *** Joins: waylen (~pepillo@replaced-ip )
2956 [22:52:20] *** Joins: Newami (~Newami@replaced-ip )
2957 [22:52:29] <HelloShitty> ty mate
2958 [22:52:37] <somiaj> pddu37: this is still not the place to discuss why debian adopted systemd, this is a tired argument and doens't help actually support it.
2959 [22:53:12] <pddu37> oh ok :/
2960 [22:53:31] <leonlemouton> HelloShitty and freshclam...
2961 [22:53:33] *** Quits: towo` (~towo@replaced-ip ) (Quit: Leaving)
2962 [22:53:46] <pddu37> my first distro was debian
2963 [22:54:04] <HelloShitty> I'm going with clamav for now
2964 [22:54:15] *** Joins: loptr (~loptr@replaced-ip )
2965 [22:54:41] <waylen> koreans such a losers
2966 [22:55:02] <pddu37> why do you say this
2967 [22:55:03] <EdePopede> HelloShitty: did you check already what filetype it is?
2968 [22:55:30] <HelloShitty> yes. I said back there it is an '.scr' file
2969 [22:55:52] *** Quits: msb (~msb@replaced-ip ) (Ping timeout: 264 seconds)
2970 [22:55:53] <HelloShitty> known back in the days as carrying viruses inside it
2971 [22:56:10] <Habbie> HelloShitty, what does 'file' say it is?
2972 [22:56:18] *** Joins: n9nes_ (~n9nes@replaced-ip )
2973 [22:56:44] <greycat> replaced-url
2974 [22:57:07] <EdePopede> HelloShitty: file extension and actual file type may be completely unrelated. .scr sounds much like a windows screensaver though
2975 [22:57:11] <Habbie> for windows, a .scr is a .exe with some specific constraints
2976 [22:57:16] <Habbie> ah, as greycat linked
2977 [22:57:23] <HelloShitty> ScreenShot_005_21_06_2019_231312226.scr: PE32 executable (GUI) Intel 80386, for MS Windows
2978 [22:57:33] <Habbie> whelp
2979 [22:57:36] <Habbie> that's not a mac screenshot
2980 [22:57:37] *** Joins: n9nes (~n9nes@replaced-ip )
2981 [22:57:43] <HelloShitty> xD
2982 [22:57:45] <Habbie> that's a windows screensaver, or something that pretends to be one
2983 [22:57:47] <Habbie> it's definitely a program
2984 [22:57:51] <somiaj> there is also ##windows for windows tye questions.
2985 [22:57:52] *** Quits: Hunterkll (~hunterkll@replaced-ip ) (Ping timeout: 272 seconds)
2986 [22:58:00] *** Quits: jhutchins_wk1 (~jonathan@replaced-ip ) (Remote host closed the connection)
2987 [22:58:04] <Habbie> if somebody told you it's an image, they're lying, and you can guess what that means for their intentions
2988 [22:58:13] *** Quits: WARBIRD199 (~WARBIRD19@replaced-ip##) (Quit: ZNC 1.7.1 - ##replaced-url
2989 [22:58:17] <leonlemouton> habbie +1
2990 [22:58:18] <HelloShitty> I'm not using Windows. I'm on ebain and I asked for an antivirus for Debian
2991 [22:58:22] <HelloShitty> that's why I asked here
2992 [22:58:51] <HelloShitty> yeah, red flags raised instantly when I saw that file
2993 [22:58:59] <HelloShitty> even wihtout knowing it was an executable
2994 [22:59:10] *** Joins: dez (uid92154@replaced-ip )
2995 [22:59:14] <HelloShitty> I just found it was an executable with that 'file' command
2996 [23:00:16] <EdePopede> file is a nice tool, much more reliable than the new desktop bloats trying to replace its functionality
2997 [23:00:26] <pddu37> I use KDE
2998 [23:00:27] *** Quits: madage (~madage@replaced-ip ) (Ping timeout: 256 seconds)
2999 [23:01:34] *** Quits: n9nes_ (~n9nes@replaced-ip ) (Ping timeout: 258 seconds)
3000 [23:01:39] *** Quits: zeden (~user@replaced-ip ) (Quit: WeeChat 2.4)
3001 [23:02:18] *** Quits: queip (~queip@replaced-ip ) (Ping timeout: 272 seconds)
3002 [23:02:24] *** Joins: msb (~msb@replaced-ip )
3003 [23:03:15] *** Quits: TomyWork (~TomyLobo@replaced-ip ) (Remote host closed the connection)
3004 [23:03:28] *** Joins: dvs (~hibbard@replaced-ip )
3005 [23:03:48] *** Quits: lavaflow (~john@replaced-ip ) (Ping timeout: 245 seconds)
3006 [23:04:49] *** Quits: weedloser (weedloser@replaced-ip ) (Quit: Leaving)
3007 [23:05:39] *** Joins: Hunterkll (~hunterkll@replaced-ip )
3008 [23:05:58] *** Quits: loptr (~loptr@replaced-ip ) (Ping timeout: 244 seconds)
3009 [23:06:33] *** Quits: zerotech1 (~zerotech@replaced-ip ) (Ping timeout: 258 seconds)
3010 [23:06:35] *** Joins: madage (~madage@replaced-ip )
3011 [23:07:01] <HelloShitty> ScreenShot_005_21_06_2019_231312226.scr: Win.Malware.Nymeria-6992323-0 FOUND
3012 [23:07:06] <HelloShitty> thanks for the help
3013 [23:07:08] <HelloShitty> xD
3014 [23:07:21] <EdePopede> touch file.ts; xdg-mime query filetype file.ts ## does this return something else than text/plain for anyone?
3015 [23:07:33] <winny> HelloShitty: not sure what you were asking? Are you familiar with clamav
3016 [23:07:40] <HelloShitty> nope
3017 [23:07:46] <winny> giyf my friend
3018 [23:07:48] <EdePopede> HelloShitty: lucky you ;) and don't forget not to trust file extensions
3019 [23:07:54] <HelloShitty> but a simple clamscan t that file, reported that
3020 [23:08:06] *** Quits: sputnik_ (kli0rf@replaced-ip ) (Quit: Reconnecting)
3021 [23:08:20] *** Joins: sputnik (kli0rf@replaced-ip )
3022 [23:08:21] <HelloShitty> EdePopede: I suspected the very first second I saw that extension
3023 [23:08:38] *** Joins: mtn (~mtn@replaced-ip )
3024 [23:08:40] <HelloShitty> I start using windows back in the days and remember very well about that type of file
3025 [23:08:42] *** Quits: dethos (~dethos@replaced-ip ) (Quit: Time to Go!)
3026 [23:08:51] <HelloShitty> and remember viruses being spread within that type of file
3027 [23:08:58] <EdePopede> yeah, the obvious attempt. "it looks like scr...eenshot, it should be accepted as such"
3028 [23:09:08] <HelloShitty> So, despite the fact that the file wouldn't arm me today because I'm not in Windows
3029 [23:09:23] <HelloShitty> a red flag immediately raised
3030 [23:09:26] *** Joins: queip (~queip@replaced-ip )
3031 [23:09:44] <EdePopede> brain.exe is still the best AV tool in the wild
3032 [23:10:01] *** debhelper sets mode: +l 1488
3033 [23:10:06] <HelloShitty> but curious is that I uploaded the file into a site that uses (or at least claim it uses Clam AV)
3034 [23:10:13] <HelloShitty> and it still running the check
3035 [23:10:21] *** Joins: WARBIRD199 (~WARBIRD19@replaced-ip )
3036 [23:10:27] <HelloShitty> probably not gonna end it ever but curious that it also uses ClamAV
3037 [23:10:31] *** Quits: semeion (~semeion@replaced-ip ) (Read error: Connection reset by peer)
3038 [23:10:38] <HelloShitty> replaced-url
3039 [23:10:52] <HelloShitty> POWERED BY: CLAM AV, PHP, APACHE AND MYSQL.
3040 [23:11:27] <HelloShitty> The guy said a few minutes before he was going to block me because I was wasting his time
3041 [23:11:48] <HelloShitty> even so, I sent him ClamAV report on his file
3042 [23:11:50] <greycat> HelloShitty: I'm not hearing any Debian questions any more
3043 [23:11:52] *** Joins: mojikun (~mojikun@replaced-ip )
3044 [23:11:58] *** Joins: semeion (~semeion@replaced-ip )
3045 [23:12:07] <HelloShitty> I called me 'idiot' and something else I couldn't read because I blocked him and reported him as spam
3046 [23:12:35] <HelloShitty> greycat: yes, that's because I'm not asking any questions at the moment
3047 [23:12:42] <HelloShitty> :|
3048 [23:12:49] *** Quits: NetTerminalGene (~NetTermin@replaced-ip ) (Ping timeout: 246 seconds)
3049 [23:12:55] <HelloShitty> Can't I talk here other than asking questions? :s
3050 [23:13:03] <greycat> No. There's #debian-offtopic for that.
3051 [23:13:31] <HelloShitty> hum, ok. thanks for your kindness man
3052 [23:13:42] *** Quits: DammitJim (~DammitJim@replaced-ip ) (Quit: Leaving)
3053 [23:13:53] <pddu37> thank you greycat
3054 [23:14:03] <EdePopede> always a place for a good rant, so don't be shy
3055 [23:14:13] <pddu37> #debian-offtopic :Cannot send to nick/channel
3056 [23:14:21] <pddu37> cant talk here
3057 [23:14:39] *** Quits: leonlemouton (~Thunderbi@replaced-ip ) (Quit: leonlemouton)
3058 [23:15:16] *** Quits: waylen (~pepillo@replaced-ip ) (Ping timeout: 246 seconds)
3059 [23:15:41] *** Joins: loptr (~loptr@replaced-ip )
3060 [23:16:51] *** Quits: soee_ (~soee@replaced-ip ) (Quit: Konversation terminated!)
3061 [23:17:03] *** Quits: ebarch (~ebarch@replaced-ip##) (Quit: The Lounge - ##replaced-url
3062 [23:17:32] *** Quits: WARBIRD199 (~WARBIRD19@replaced-ip##) (Quit: ZNC 1.7.1 - ##replaced-url
3063 [23:18:29] *** Joins: WARBIRD199 (~WARBIRD19@replaced-ip )
3064 [23:19:03] *** Joins: ebarch (~ebarch@replaced-ip )
3065 [23:19:39] <pddu37> can you allow me on #debian-offtopic please
3066 [23:20:10] *** Quits: Freshnuts (Freshnuts@replaced-ip ) (Quit: Leaving)
3067 [23:20:34] <greycat> Perhaps the channel is +r? Were you able to join? What are the channel modes?
3068 [23:20:41] *** Joins: barteks2x (~barteks2x@replaced-ip )
3069 [23:22:07] <pddu37> yes i joined the channel but can't speak
3070 [23:22:08] <pddu37> Channel #debian-offtopic modes: +Cgnt
3071 [23:22:15] *** Quits: WARBIRD199 (~WARBIRD19@replaced-ip ) (Client Quit)
3072 [23:22:34] <EdePopede> or the banlist with some wildcard
3073 [23:23:42] <pddu37> I stay here then
3074 [23:24:27] <pddu37> thank you Edepopede
3075 [23:24:30] <EdePopede> it's a goood class here
3076 [23:24:31] <EdePopede> bp
3077 [23:24:32] <EdePopede> np
3078 [23:25:06] *** Joins: WARBIRD199 (~WARBIRD19@replaced-ip )
3079 [23:25:50] *** Joins: Sleepy63 (~Sleepy63@replaced-ip )
3080 [23:26:32] *** Quits: victorqueiroz (uid340368@replaced-ip ) (Quit: Connection closed for inactivity)
3081 [23:27:21] <annadane> when i transferred from windows i sort of badly ran clamav with no real understanding of how it works and just wiped all the entries that were classified as a virus
3082 [23:28:43] <EdePopede> i also had it running for one release i think. never found anything with it, so /dev/null
3083 [23:30:08] *** Joins: NetTerminalGene (~NetTermin@replaced-ip )
3084 [23:33:53] *** Quits: BlueByte (~walther@replaced-ip ) (Quit: This computer has gone to sleep)
3085 [23:34:11] *** Quits: oish (~charlie@replaced-ip ) (Read error: Connection reset by peer)
3086 [23:34:25] *** Quits: barjavel (~androirc@replaced-ip##) (Quit: AndroIRC - Android IRC Client ( ##replaced-url
3087 [23:35:13] *** Quits: vjacob (~vjacob@replaced-ip ) (Ping timeout: 246 seconds)
3088 [23:36:05] *** Quits: ach_ (~ach@replaced-ip ) (Ping timeout: 268 seconds)
3089 [23:38:33] *** Quits: casaca (~nut@replaced-ip ) (Ping timeout: 268 seconds)
3090 [23:39:12] *** Joins: oish (~charlie@replaced-ip )
3091 [23:40:01] *** debhelper sets mode: +l 1482
3092 [23:40:02] <pddu37> <rant> +r is the flag for identified only
3093 [23:40:09] <pddu37> so i can't use this channel
3094 [23:40:25] *** Joins: casaca (~nut@replaced-ip )
3095 [23:40:29] <greycat> If the channel is +r, you can identify yourself to nickserv.
3096 [23:40:50] <pddu37> no i dont want an account
3097 [23:42:42] *** Joins: Fahrradkette (~jessie@replaced-ip )
3098 [23:42:52] *** Quits: Ingvix (~Ingvix@replaced-ip ) (Ping timeout: 268 seconds)
3099 [23:43:09] *** Joins: Krennic (~Krennic@replaced-ip )
3100 [23:43:31] *** Quits: Soo_Slow (Soo_Slow@replaced-ip ) (Remote host closed the connection)
3101 [23:43:48] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
3102 [23:45:09] *** Quits: greycat (~wooledg@replaced-ip ) (Quit: They see me clawin' the love seat / They won't do nothin' 'cause I'm cute and furry)
3103 [23:45:20] *** Joins: Devoto (~Devoto@replaced-ip )
3104 [23:45:38] *** Quits: Devoto (~Devoto@replaced-ip ) (Client Quit)
3105 [23:45:51] *** Joins: dreamon_ (~dreamon@replaced-ip )
3106 [23:45:59] *** Quits: NetTerminalGene (~NetTermin@replaced-ip ) (Quit: Leaving)
3107 [23:47:20] *** Joins: lavaflow (~john@replaced-ip )
3108 [23:48:46] *** Joins: Ingvix (~Ingvix@replaced-ip )
3109 [23:51:23] *** Quits: nullbyte_ (~nullbyte@replaced-ip ) (Quit: closed.)
3110 [23:51:29] *** Quits: loptr (~loptr@replaced-ip ) (Ping timeout: 248 seconds)
3111 [23:51:44] *** Joins: Uberius (~Uberius@replaced-ip )
3112 [23:52:21] *** Joins: ugur_ (~ugur@replaced-ip )
3113 [23:53:55] *** Joins: tnozyrox (uid347474@replaced-ip )
3114 [23:54:08] *** Joins: loptr (~loptr@replaced-ip )
3115 [23:55:58] *** Joins: dastier (~dastier@replaced-ip )
3116 [23:56:46] *** Quits: CSP-SOFTWARE (~uwx@replaced-ip ) (Ping timeout: 272 seconds)
3117 [23:56:59] *** Quits: ugur_ (~ugur@replaced-ip ) (Remote host closed the connection)
3118 [23:57:25] *** Joins: bralyclow (~bralyclow@replaced-ip )
3119 [23:57:48] *** Joins: Butt3rfly (~Butt3rfly@replaced-ip )
3120 [23:58:49] *** Quits: rany (~rany@replaced-ip ) (Ping timeout: 256 seconds)
3121 [23:59:07] *** Quits: mojikun (~mojikun@replaced-ip ) (Quit: Leaving)
3122 [23:59:11] *** Quits: loptr (~loptr@replaced-ip ) (Ping timeout: 244 seconds)
3123 [23:59:13] *** Quits: BCMM (~BCMM@replaced-ip ) (Quit: Konversation terminated!)
3124 [23:59:44] *** Joins: c0ffee152 (coffee@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