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:54] *** Quits: shibboleth (~shibbolet@replaced-ip ) (Remote host closed the connection)
1 [00:05:26] *** Quits: LuKaRo (~LuKaRo@replaced-ip##) (Quit: ZNC 1.8.2 - ##replaced-url
2 [00:09:13] *** Joins: LuKaRo (~LuKaRo@replaced-ip )
3 [00:09:22] *** Joins: hwpplayer1 (~user@replaced-ip )
4 [00:11:55] *** Quits: janneke (~janneke@replaced-ip ) (Quit: janneke quits Mes'sing)
5 [00:12:09] *** Joins: janneke (~janneke@replaced-ip )
6 [00:12:18] <peskybird> alexrelis - I used to have a similar problem on my laptop. I solved it by finding the right acpi package that allowed the kernal to identify ThinkPad specific interrupts and it solved my problem. You might want to investigate a bios flash, or acpi drivers for your machine. Just my 2c.
7 [00:12:40] <urk> How do I avoid write restrictions when copying files from one drive to another? Recently I copied everything from a hard drive enclosure to a drive in a new computer, but 8 files have restrictions and would not copy. Not sure what is causing this, but would like to prevent it from happening in the future. I am going to work on changing the permissions so that the files can be copied, but need to figure out if there is a global way of doing this.
8 [00:12:57] *** Quits: LuKaRo (~LuKaRo@replaced-ip ) (Client Quit)
9 [00:13:53] <peskybird> urk - GUI or cli?
10 [00:14:20] <urk> peskybird: restriction is in both the gui as well as at the command line.
11 [00:15:13] *** Quits: epony (epony@replaced-ip ) (Ping timeout: 240 seconds)
12 [00:15:17] <urk> I am going to get into the command line to find the file, run chmod, etc. I will likely backup my drive first before doing anything. The last time I ran chmod on the new computer it brought the entire OS down, but that was with kernel 5.10, and I am running kernel 4.19 with a hard wire.
13 [00:15:21] *** Quits: b1ack0p (~m@replaced-ip ) (Quit: bbl)
14 [00:15:55] <urk> I am creating a snapshot now with Time Shift.
15 [00:16:02] <urk> (rsync)
16 [00:16:14] *** Joins: Renari (~Renari@replaced-ip )
17 [00:16:16] <peskybird> I would try "sudo cp -a ~/myfiles/*.* ~/destination/"
18 [00:16:28] <dvs> *.*?
19 [00:16:40] <peskybird> The -a flag should preserve all the original information about the files you're trying to copy
20 [00:16:52] <peskybird> *.* is just EVERY file in that directory.
21 [00:17:05] <dvs> peskybird: every file with a .
22 [00:17:22] *** Quits: pk (~pk@replaced-ip ) (Ping timeout: 252 seconds)
23 [00:17:37] *** Joins: gry (~test@replaced-ip )
24 [00:17:56] <peskybird> dvs is right, apologies. Any file with an extension would be moved with the wildcard *.*
25 [00:18:52] <peskybird> For a specific file example, sudo cp -a ~/Desktop/finickyfile.txt ~/Downloads/ should copy finickyfile.txt with its current attributes.
26 [00:19:59] *** Quits: catman370 (~catman@replaced-ip ) (Ping timeout: 245 seconds)
27 [00:22:37] *** Joins: Filohuhum (~filohuhum@replaced-ip )
28 [00:25:46] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
29 [00:26:10] *** Quits: bolovanos_ (~bolovanos@replaced-ip ) (Ping timeout: 252 seconds)
30 [00:27:47] *** Joins: CaCO3 (~CaCO3@replaced-ip )
31 [00:27:51] *** Quits: CaCO3 (~CaCO3@replaced-ip ) (Remote host closed the connection)
32 [00:29:33] *** Quits: Filohuhum (~filohuhum@replaced-ip ) (Ping timeout: 240 seconds)
33 [00:30:04] *** Joins: Filo (~filohuhum@replaced-ip )
34 [00:30:05] *** Joins: AliasNumber10 (~crix@replaced-ip )
35 [00:31:26] *** Quits: stree (~stree@replaced-ip ) (Ping timeout: 246 seconds)
36 [00:31:33] *** Joins: LuKaRo (~LuKaRo@replaced-ip )
37 [00:31:45] *** Joins: epony (epony@replaced-ip )
38 [00:32:19] *** Quits: AliasNumber10 (~crix@replaced-ip ) (Client Quit)
39 [00:32:51] *** Quits: uvolmer (~uvolmer@replaced-ip ) (Ping timeout: 250 seconds)
40 [00:33:55] *** Joins: Filohuhum (~filohuhum@replaced-ip )
41 [00:34:09] *** Quits: FnorZ (~FnorZ@replaced-ip ) (Ping timeout: 268 seconds)
42 [00:34:14] *** Quits: Filo (~filohuhum@replaced-ip ) (Remote host closed the connection)
43 [00:37:34] <jelly> urk, which error actually happens to prevent the copying and which command line did you try?
44 [00:38:39] <urk> jelly: its "x" out with a big red "x". I think I just need to spend some time with the security settings to get it changed. I just backed up my laptop so will work on it. Probably a false alarm, but I give me some time. I am cleaning up the laptop.
45 [00:38:44] *** Joins: mtn (~mtn@replaced-ip )
46 [00:39:01] <jelly> urk, can you pastebin the command and its output
47 [00:39:27] <urk> jelly: Yes, give me some time.
48 [00:39:30] <jelly> I don't know what this means: "x" out with a big red "x
49 [00:40:13] *** Quits: xet7 (~xet7@replaced-ip ) (Remote host closed the connection)
50 [00:40:38] *** ChanServ sets mode: +o eir
51 [00:40:38] *** eir sets mode: -bo *!*@ool-18bacc7f.dyn.optonline.net$##arguments eir
52 [00:42:52] *** Quits: Highlander (~alain@replaced-ip ) (Quit: Highlander)
53 [00:43:13] <urk> jelly: I have a non-related question for you. How do I run cat/etc/passwd from another location other than my primary drive? I have a hard drive enclosure hooked up, and would like to run /etc/passwd for /dev/sda8
54 [00:44:21] <oxek> /etc/passwd is not an executable
55 [00:44:24] <oxek> you don't run it
56 [00:44:52] *** Joins: stree (~stree@replaced-ip )
57 [00:44:58] *** Quits: thiras (~thiras@replaced-ip ) (Remote host closed the connection)
58 [00:45:00] <oxek> likely the actual answer to your actual question is that you need to mount /dev/sda8 someplace, and then navigate to that someplace and open the files there
59 [00:45:32] *** Joins: haijuno (~haijuno@replaced-ip )
60 [00:45:39] *** Quits: bancroft (~bancroft@replaced-ip ) ()
61 [00:46:45] *** Joins: thiras (~thiras@replaced-ip )
62 [00:48:48] <peskybird> urk, are you talking about how to cat a file on a different drive?
63 [00:49:01] <urk> peskybird: yes
64 [00:49:29] *** Joins: Scotty_Trees (~Scotty_Tr@replaced-ip )
65 [00:50:04] *** Joins: r0bby (sid699@replaced-ip )
66 [00:50:05] <peskybird> If your device is mounted, just cat /mountpoint/drive/etc/passwd
67 [00:51:22] *** Quits: SpikeHeron (~DutchIngr@replaced-ip ) (Quit: WeeChat 3.0.1)
68 [00:51:44] <peskybird> lsblk is your friend here
69 [00:52:40] *** Quits: sn00p (~sn00p@replaced-ip ) (Quit: Leaving)
70 [00:52:46] *** Quits: Tobbi (~Tobbi@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
71 [00:57:30] *** Quits: forgotmynick (uid24625@replaced-ip ) (Quit: Connection closed for inactivity)
72 [00:57:40] *** Joins: semeion (~semeion@replaced-ip )
73 [00:57:57] *** semeion is now known as mnemonic
74 [01:01:03] *** Quits: alex11 (~alex11@replaced-ip ) (Remote host closed the connection)
75 [01:01:13] *** Quits: epony (epony@replaced-ip ) (Ping timeout: 240 seconds)
76 [01:01:24] *** Joins: alex11 (~alex11@replaced-ip )
77 [01:01:45] *** Joins: dvs (~hibbard@replaced-ip )
78 [01:02:14] *** Joins: Haudegen (~quassel@replaced-ip )
79 [01:02:34] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
80 [01:03:46] *** Joins: jarthur (~jarthur@replaced-ip )
81 [01:04:52] <urk> peskybird: I changed directories to /media/pdq, but not sure this is specific enough since there are 8 different drives/partitions on the media device. The media device is actually a hard drive hooked up with a hard drive enclosure. I was able to run cat /etc/passwd, but not sure what I am reading.
82 [01:05:43] <peskybird> urk, what pray-tell are you *trying* to do? That might help us assist better.
83 [01:06:35] <urk> peskybird: I wanted to check the output for a couple of obsolete users that should no longer have access to the system. Its not critical, and just cleaning out junk.
84 [01:08:50] *** Quits: haijuno (~haijuno@replaced-ip ) (Quit: Leaving)
85 [01:08:54] <peskybird> Define, outputs? What do you want to know about the old users?
86 [01:10:16] *** Quits: codeworm (~codeworm@replaced-ip ) (Ping timeout: 265 seconds)
87 [01:11:34] *** Quits: abstrn (~abstracte@replaced-ip ) (Remote host closed the connection)
88 [01:11:59] *** Joins: miscalculated (miscalcula@replaced-ip )
89 [01:12:00] *** Joins: abstrn (~abstracte@replaced-ip )
90 [01:12:24] <peskybird> Do you just want a list of user accounts on the system?
91 [01:13:17] <peskybird> urk: ?
92 [01:13:26] *** Quits: Haudegen (~quassel@replaced-ip ) (Ping timeout: 240 seconds)
93 [01:13:39] <urk> peskybird: yes....... : )
94 [01:13:52] <peskybird> urk: getent passwd {1000..60000}
95 [01:13:59] <urk> peskybird: Yes, I just want a list of user accounts on the system.
96 [01:14:08] <peskybird> That will give you a list of all "regular" user accounts on the system.
97 [01:15:25] *** Joins: xet7 (~xet7@replaced-ip )
98 [01:16:01] <peskybird> This assumes that your UIDs are between those specified numbers. I *think* that range should work for you.
99 [01:18:04] *** Quits: steven_saus (~steven_sa@replaced-ip ) (Read error: Connection reset by peer)
100 [01:18:42] *** Joins: steven_saus (~steven_sa@replaced-ip )
101 [01:20:04] *** Quits: Iamahuman4 (~noname@replaced-ip ) (Quit: Konversation terminated!)
102 [01:20:11] *** Quits: fearnothing (~fearnothi@replaced-ip ) (Ping timeout: 240 seconds)
103 [01:23:16] <alexrelis[m]> peskybird: Thanks. I believe that System76 offers their own acpi package and custom power management profiles but they only offer it as a PPA. And I am afraid of using that in Debian.
104 [01:24:34] <alexrelis[m]> replaced-url
105 [01:24:46] *** Quits: TriJetScud (~TriJetScu@replaced-ip ) (Read error: Connection reset by peer)
106 [01:25:56] <peskybird> alexrelis[m]: That actually looks like a legit PPA. You've got a laptop yeah?
107 [01:26:10] <alexrelis[m]> peskybird: Yes. It's the Galago Pro.
108 [01:26:35] <alexrelis[m]> It's a legit PPA, but I don't want any dependency conflicts.
109 [01:26:42] <alexrelis[m]> Since it was designed for Ubuntu releases.
110 [01:27:00] *** Quits: mnemonic (~semeion@replaced-ip ) (Quit: WeeChat 3.1)
111 [01:28:01] *** debhelper sets mode: +l 944
112 [01:28:09] <somiaj> I wouldn't trust that PPA, seems to have a lot of kernel, gnome, various other packages that you'll have to be careful not to install
113 [01:28:25] *** Joins: shabius_ (~shabius@replaced-ip )
114 [01:29:16] *** Joins: polardroid (~polardroi@replaced-ip )
115 [01:30:51] <peskybird> alexrelis[m]: If the driver for the particular Ubuntu release uses the same kernel release as you, I would personally take the risk.
116 [01:30:59] *** Quits: shabius (~shabius@replaced-ip ) (Ping timeout: 248 seconds)
117 [01:31:20] <sney> you can always download the package(s) individually and install them locally, rather than letting the whole PPA run amok on your system
118 [01:31:23] <sney> more controlled that way
119 [01:31:37] *** Quits: D4rk2020 (~darkangel@replaced-ip ) (Ping timeout: 252 seconds)
120 [01:31:58] <sney> (or go into package details and use devscripts with the provided .dsc files to rebuild the packages for debian)
121 [01:32:33] *** Quits: tagomago (~tagomago@replaced-ip ) (Quit: Konversation terminated!)
122 [01:35:29] *** Quits: ddsys (~ddsys@replaced-ip ) (Quit: Leaving)
123 [01:35:41] *** Joins: catman370 (~catman@replaced-ip )
124 [01:36:34] *** Joins: ddsys (~ddsys@replaced-ip )
125 [01:38:13] *** Quits: lpancescu (~laur@replaced-ip ) (Ping timeout: 252 seconds)
126 [01:39:02] *** Joins: epony (epony@replaced-ip )
127 [01:39:34] *** Quits: catman370 (~catman@replaced-ip ) (Client Quit)
128 [01:40:30] *** Joins: D4rk4ngel2020 (~darkangel@replaced-ip )
129 [01:41:20] *** Joins: S3xyL1nux (~brennen@replaced-ip )
130 [01:41:45] *** Quits: brokencycle (~brokencyc@replaced-ip ) (Ping timeout: 250 seconds)
131 [01:41:47] *** Joins: peskiestbird (~peskiestb@replaced-ip )
132 [01:42:25] *** Joins: catman370 (~catman@replaced-ip )
133 [01:42:27] *** Quits: Throwawayname (~Throwaway@replaced-ip ) (Remote host closed the connection)
134 [01:43:23] *** Joins: Throwawayname (~Throwaway@replaced-ip )
135 [01:43:53] *** Quits: epony (epony@replaced-ip ) (Ping timeout: 240 seconds)
136 [01:45:01] *** Quits: fission6 (~textual@replaced-ip ) (Quit: fission6)
137 [01:46:25] *** Quits: c10l (~c10l@replaced-ip##) (Quit: ZNC 1.8.2+deb1 - ##replaced-url
138 [01:47:56] *** Joins: c10l (~c10l@replaced-ip )
139 [02:01:16] *** Quits: banox (~banox@replaced-ip ) (Quit: Leaving)
140 [02:05:20] *** Quits: catman370 (~catman@replaced-ip ) (Quit: See you later..)
141 [02:06:55] *** Joins: mthe878 (~mthe@replaced-ip )
142 [02:08:20] *** Joins: catman370 (~catman@replaced-ip )
143 [02:09:34] *** Quits: p9 (~9p@replaced-ip ) (Ping timeout: 252 seconds)
144 [02:11:44] *** Joins: epony (epony@replaced-ip )
145 [02:12:34] *** Joins: shallowoods (~chip@replaced-ip )
146 [02:13:36] *** Quits: hwpplayer1 (~user@replaced-ip ) (Quit: cy)
147 [02:16:04] <craigevil> ,v snapd
148 [02:16:06] <judd> Package: snapd on amd64 -- stretch: 2.21-2+b1; buster: 2.37.4-1+b1; bullseye: 2.49-1+b1; sid: 2.49-1+b1
149 [02:16:38] *** Joins: al0 (~al0@replaced-ip )
150 [02:16:40] *** Joins: freebench__ (~freebench@replaced-ip )
151 [02:16:54] *** Quits: S3xyL1nux (~brennen@replaced-ip ) (Remote host closed the connection)
152 [02:18:14] *** Quits: D4rk4ngel2020 (~darkangel@replaced-ip ) (Remote host closed the connection)
153 [02:18:53] *** Quits: fb_ (~freebench@replaced-ip ) (Ping timeout: 240 seconds)
154 [02:19:06] *** Joins: S3xyL1nux (~brennen@replaced-ip )
155 [02:19:39] *** Quits: shallowoods (~chip@replaced-ip ) (Quit: leaving)
156 [02:21:26] *** Joins: sinaowolabi (~Sina@replaced-ip )
157 [02:23:52] *** Joins: folti7777 (~folti@replaced-ip )
158 [02:25:34] *** Parts: cybercrypto (~morpheus@replaced-ip ) ("irssi v1.3-head - running on FreeBSD amd64")
159 [02:32:24] *** Quits: folti7777 (~folti@replaced-ip ) (Quit: Leaving.)
160 [02:33:55] *** Joins: winy (~vince@replaced-ip )
161 [02:35:04] *** Quits: tlgl^nix (~damien@replaced-ip ) (Remote host closed the connection)
162 [02:40:43] *** Joins: wintersky (uid453465@replaced-ip )
163 [02:41:52] *** Joins: _Matth_ (~Matth@replaced-ip )
164 [02:42:53] *** Quits: epony (epony@replaced-ip ) (Ping timeout: 240 seconds)
165 [02:49:23] *** Quits: winy (~vince@replaced-ip ) (Quit: Leaving.)
166 [02:52:42] *** Quits: stree (~stree@replaced-ip ) (Ping timeout: 240 seconds)
167 [02:56:57] *** Quits: Janos (~textual@replaced-ip ) (Quit: Gone to sleep. ZZZzzz…)
168 [02:57:30] *** Quits: ddsys (~ddsys@replaced-ip ) (Quit: Leaving)
169 [02:57:35] *** Quits: jarthur (~jarthur@replaced-ip ) (Ping timeout: 250 seconds)
170 [02:57:44] *** Joins: seekr (~seekr@replaced-ip )
171 [02:58:56] *** Joins: raub (~raub@replaced-ip )
172 [03:06:08] *** Joins: stree (~stree@replaced-ip )
173 [03:07:03] *** Quits: bedtime (18245cac@replaced-ip ) (Quit: Connection closed)
174 [03:10:45] *** Joins: jarthur (~jarthur@replaced-ip )
175 [03:11:26] *** Quits: catman370 (~catman@replaced-ip ) (Quit: See you later..)
176 [03:13:37] *** Joins: catman370 (~catman@replaced-ip )
177 [03:13:40] *** Joins: epony (epony@replaced-ip )
178 [03:14:29] *** Quits: tsal (~tsal@replaced-ip ) (Ping timeout: 265 seconds)
179 [03:14:49] *** Joins: tsal (~tsal@replaced-ip )
180 [03:18:42] *** Quits: Romarain (~Romarain@replaced-ip ) (Quit: Leaving)
181 [03:20:07] *** Parts: bejelentkezni (bejelentke@replaced-ip ) ()
182 [03:26:53] *** Quits: epony (epony@replaced-ip ) (Ping timeout: 240 seconds)
183 [03:36:06] *** Quits: pramsky (~pramsky@replaced-ip ) (Quit: Yikes! Divide by Zero returned a value!)
184 [03:55:36] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 260 seconds)
185 [03:57:21] *** Quits: sidmo_ (~ident@replaced-ip ) (Ping timeout: 252 seconds)
186 [03:57:25] *** Joins: sidmo (~ident@replaced-ip )
187 [03:58:01] *** debhelper sets mode: +l 938
188 [03:59:58] *** Quits: konrados (~konrados@replaced-ip ) (Read error: Connection reset by peer)
189 [04:00:36] *** Quits: catman370 (~catman@replaced-ip ) (Quit: See you later..)
190 [04:08:05] *** Joins: dannylee (~dannyleeb@replaced-ip )
191 [04:10:19] *** Parts: polardroid (~polardroi@replaced-ip ) ()
192 [04:17:32] *** Quits: _Matth_ (~Matth@replaced-ip ) (Ping timeout: 246 seconds)
193 [04:22:01] *** Joins: secntech (~secntech@replaced-ip )
194 [04:22:36] *** Parts: uxfi (~uxfi@replaced-ip ) ("Leaving")
195 [04:28:03] *** Quits: S3xyL1nux (~brennen@replaced-ip ) (Ping timeout: 246 seconds)
196 [04:29:01] *** Joins: fission6 (~textual@replaced-ip )
197 [04:32:36] *** Quits: auk_ (auk@replaced-ip ) (Quit: Leaving)
198 [04:34:24] *** Quits: dannylee (~dannyleeb@replaced-ip ) (Quit: Leaving)
199 [04:38:59] *** Quits: wallacer (~quassel@replaced-ip ) (Ping timeout: 250 seconds)
200 [04:39:31] *** Parts: peskybird (~pos@replaced-ip ) ()
201 [04:40:03] *** Joins: radu2421 (~radu242@replaced-ip )
202 [04:40:23] *** Quits: pvoigt (~Linux@replaced-ip ) (Max SendQ exceeded)
203 [04:41:41] *** Quits: radu242 (~radu242@replaced-ip ) (Ping timeout: 240 seconds)
204 [04:41:42] *** radu2421 is now known as radu242
205 [04:41:55] *** Quits: fmaurer (~quassel@replaced-ip ) (Ping timeout: 252 seconds)
206 [04:42:05] *** Joins: pvoigt (~Linux@replaced-ip )
207 [04:42:07] *** Joins: fmaurer (~quassel@replaced-ip )
208 [04:43:13] *** Quits: ChmEarl (~chmearl@replaced-ip ) (Quit: Leaving)
209 [04:43:13] *** Joins: fstd_ (~fstd@replaced-ip )
210 [04:47:17] *** Quits: fstd (~fstd@replaced-ip ) (Ping timeout: 246 seconds)
211 [04:47:18] *** fstd_ is now known as fstd
212 [04:48:01] *** debhelper sets mode: +l 930
213 [04:48:42] *** Joins: epony (epony@replaced-ip )
214 [04:49:24] *** Joins: tnewman (~tnewman@replaced-ip )
215 [04:50:13] *** Quits: Kel (~KelMonsta@replaced-ip##) (Quit: Going offline, see ya! (##replaced-url
216 [04:51:00] *** Joins: centrx (~centrx@replaced-ip )
217 [04:52:20] *** Joins: hobbanero (~hobbanero@replaced-ip )
218 [04:53:23] *** Quits: reillybrogan (~reillybro@replaced-ip ) (Remote host closed the connection)
219 [04:56:31] *** Quits: chachasmooth (~chachasmo@replaced-ip ) (Ping timeout: 260 seconds)
220 [04:57:10] *** Quits: fission6 (~textual@replaced-ip ) (Quit: fission6)
221 [04:57:46] *** Joins: reillybrogan (~reillybro@replaced-ip )
222 [04:59:59] *** Joins: chachasmooth (~chachasmo@replaced-ip )
223 [05:00:57] *** Joins: Janos (~textual@replaced-ip )
224 [05:01:08] *** Quits: riex (riex@replaced-ip ) (Quit: A TLS packet with unexpected length was received.)
225 [05:04:11] *** Quits: Aavar_ (aavar@replaced-ip ) (Ping timeout: 240 seconds)
226 [05:04:24] *** Joins: riex (riex@replaced-ip )
227 [05:04:26] *** Joins: s8548a_ (~s8548a@replaced-ip )
228 [05:05:11] *** Quits: slowly_stuck (~slowly_st@replaced-ip ) (Ping timeout: 240 seconds)
229 [05:06:14] *** Quits: chachasmooth (~chachasmo@replaced-ip ) (Ping timeout: 245 seconds)
230 [05:07:50] *** Joins: chachasmooth (~chachasmo@replaced-ip )
231 [05:09:20] *** nyov is now known as Guest35204
232 [05:09:20] *** Quits: Guest35204 (~nyov@replaced-ip ) (Killed (rothfuss.freenode.net (Nickname regained by services)))
233 [05:09:27] *** Joins: nyov (~nyov@replaced-ip )
234 [05:09:53] *** Joins: NoCode (~NoCode@replaced-ip )
235 [05:11:54] <NoCode> I'm getting an error where I am trying to install Debian. It brings me to the grub-rescue window without the ability to boot into Linux. I am dual booting, both windows and Debian are in UEFI mode.
236 [05:12:35] *** Joins: BillyZane (~BillyZane@replaced-ip )
237 [05:12:39] <NoCode> Could it be because fast boot is enabled?
238 [05:13:18] *** Quits: riex (riex@replaced-ip ) (Quit: A TLS packet with unexpected length was received.)
239 [05:14:21] *** Quits: stree (~stree@replaced-ip ) (Ping timeout: 265 seconds)
240 [05:15:24] *** Quits: s8548a_ (~s8548a@replaced-ip ) (Ping timeout: 245 seconds)
241 [05:17:20] *** Quits: wintersky (uid453465@replaced-ip ) (Quit: Connection closed for inactivity)
242 [05:20:40] *** Joins: s8548a (~s8548a@replaced-ip )
243 [05:21:55] *** Joins: riex (starz@replaced-ip )
244 [05:24:03] *** Quits: debsan_ (~debsan@replaced-ip ) (Ping timeout: 260 seconds)
245 [05:24:33] *** Quits: epony (epony@replaced-ip ) (Ping timeout: 240 seconds)
246 [05:27:30] *** Joins: stree (~stree@replaced-ip )
247 [05:29:39] *** Quits: freebench__ (~freebench@replaced-ip ) (Ping timeout: 246 seconds)
248 [05:30:29] *** Quits: Janos (~textual@replaced-ip ) (Quit: Gone to sleep. ZZZzzz…)
249 [05:30:51] *** Quits: s8548a (~s8548a@replaced-ip ) (Read error: Connection reset by peer)
250 [05:32:19] *** Joins: wintersky (uid453465@replaced-ip )
251 [05:42:29] *** Joins: s8548a (~s8548a@replaced-ip )
252 [05:43:33] *** Quits: peskiestbird (~peskiestb@replaced-ip ) (Quit: leaving)
253 [05:43:38] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
254 [05:43:45] *** Joins: Antioch047 (~Antioch@replaced-ip )
255 [05:44:35] *** Joins: z8z (~x@replaced-ip )
256 [05:49:15] <gry> NoCode: hi
257 [05:49:31] <NoCode> hey
258 [05:49:41] <gry> NoCode: did the installer not finish?
259 [05:50:22] <NoCode> It didn't finish in a way that the bootloader didn't get installed because of a error.
260 [05:50:28] <NoCode> But other than that yeah it got installed.
261 [05:50:44] *** Quits: centrx (~centrx@replaced-ip ) (Remote host closed the connection)
262 [05:51:04] <NoCode> Windows 10 is on another HDD.
263 [05:56:38] *** Quits: Spawns_Carpeting (~pi@replaced-ip##) (Quit: ZNC 1.7.2+deb3 - ##replaced-url
264 [05:57:30] *** Joins: Spawns_Carpeting (~pi@replaced-ip )
265 [05:58:09] <NoCode> Guess I'll try to install Ubuntu
266 [06:02:37] *** Quits: madagest (~madage@replaced-ip ) (Remote host closed the connection)
267 [06:02:50] *** Joins: madage (~madage@replaced-ip )
268 [06:02:58] *** Joins: kats99 (~pi@replaced-ip )
269 [06:04:25] *** Joins: forgotmynick (uid24625@replaced-ip )
270 [06:05:37] <gry> NoCode: what hardware is it?
271 [06:07:59] <jmcnaught> NoCode: you need to disable fast boot. replaced-url
272 [06:08:51] *** Quits: radu242 (~radu242@replaced-ip ) (Read error: Connection reset by peer)
273 [06:10:23] *** Joins: radu242 (~radu242@replaced-ip )
274 [06:12:33] <NoCode> will fast boot put me into a grub-recovery mode?
275 [06:12:54] <forgotmynick> hello. is there anyway to get a log file per user with sendmail?
276 [06:13:12] *** Quits: Katana_Steel (~quassel@replaced-ip##) (Quit: ##replaced-url
277 [06:15:51] *** Joins: DarthKnight (~DarthKnig@replaced-ip )
278 [06:16:04] <NoCode> Guess i'll disable and see.
279 [06:16:06] <NoCode> ...
280 [06:16:16] *** Quits: NoCode (~NoCode@replaced-ip ) (Quit: Leaving)
281 [06:16:20] *** Quits: DarthKnight (~DarthKnig@replaced-ip ) (Remote host closed the connection)
282 [06:16:25] *** Joins: acu_ (~acu@replaced-ip )
283 [06:16:29] <acu_> !paste
284 [06:16:29] <dpkg> Do not paste more than 2 lines to this channel. Instead, use for text: replaced-url
285 [06:16:50] *** Joins: ChubaDuba (~ChubaDuba@replaced-ip )
286 [06:23:07] *** Quits: czesmir (~stefan@replaced-ip ) (Ping timeout: 252 seconds)
287 [06:26:02] *** Joins: darunesh (~darunesh@replaced-ip )
288 [06:42:53] *** Joins: diogenes_ (~diogenes_@replaced-ip )
289 [06:43:41] *** Quits: buzzzz (~buzzzz@replaced-ip ) (Ping timeout: 240 seconds)
290 [06:43:56] *** Joins: Tobbi (~Tobbi@replaced-ip )
291 [06:44:44] *** Joins: buzzzz (~buzzzz@replaced-ip )
292 [06:49:29] *** Joins: centrx (~centrx@replaced-ip )
293 [06:49:37] *** Quits: alex11 (~alex11@replaced-ip ) (Quit: Leaving)
294 [06:49:59] *** Joins: alex11 (~alex11@replaced-ip )
295 [06:50:23] *** Quits: Tobbi (~Tobbi@replaced-ip ) (Ping timeout: 260 seconds)
296 [06:50:32] *** Joins: ridik (~ridik@replaced-ip )
297 [06:53:44] *** Quits: centrx (~centrx@replaced-ip ) (Ping timeout: 245 seconds)
298 [06:59:01] *** Joins: towo^work (~towo@replaced-ip )
299 [06:59:49] *** Joins: darunesh_ (~darunesh@replaced-ip )
300 [07:00:02] *** Quits: riff-IRC (~riff2@replaced-ip ) (Remote host closed the connection)
301 [07:01:58] *** Joins: Kel (~KelMonsta@replaced-ip )
302 [07:02:04] *** Quits: darunesh (~darunesh@replaced-ip ) (Ping timeout: 245 seconds)
303 [07:04:28] *** Joins: centrx (~centrx@replaced-ip )
304 [07:04:50] *** Quits: craigevil (craig@replaced-ip ) (Quit: leaving)
305 [07:07:27] *** Quits: urk (~urk@replaced-ip ) (Quit: Leaving)
306 [07:08:55] *** Quits: centrx (~centrx@replaced-ip ) (Ping timeout: 250 seconds)
307 [07:09:06] *** Quits: ChubaDuba (~ChubaDuba@replaced-ip ) (Ping timeout: 260 seconds)
308 [07:13:59] *** Joins: is0ke3 (~is0ke3@replaced-ip )
309 [07:14:09] *** Quits: thiras (~thiras@replaced-ip ) (Ping timeout: 245 seconds)
310 [07:15:14] *** Joins: folti7777 (~folti@replaced-ip )
311 [07:16:20] *** Joins: KhazAkar (uid144674@replaced-ip )
312 [07:18:02] *** Joins: ZeroBeholder (~brad@replaced-ip )
313 [07:18:31] *** Joins: craigevil (craig@replaced-ip )
314 [07:19:48] *** Joins: iridos (~iridos@replaced-ip )
315 [07:21:02] *** Joins: ChubaDuba (~ChubaDuba@replaced-ip )
316 [07:21:21] *** Joins: crypt0c4t (~cryptocat@replaced-ip )
317 [07:21:45] *** Joins: Janos (~textual@replaced-ip )
318 [07:21:53] *** Quits: _zerobeholder (~brad@replaced-ip ) (Ping timeout: 240 seconds)
319 [07:28:01] *** debhelper sets mode: +l 938
320 [07:28:48] *** Quits: oxek (~oxek@replaced-ip ) (Quit: K-Lined)
321 [07:29:37] *** Quits: [Lemmy] (~mathias@replaced-ip##) (Quit: ZNC 1.6.2 - ##replaced-url
322 [07:30:27] *** Joins: hwpplayer1 (~user@replaced-ip )
323 [07:30:59] *** Joins: coot (~coot@replaced-ip )
324 [07:35:13] *** Quits: stree (~stree@replaced-ip ) (Ping timeout: 240 seconds)
325 [07:36:59] *** Joins: odnes (~odnes@replaced-ip )
326 [07:38:40] *** Quits: folti7777 (~folti@replaced-ip ) (Quit: Leaving.)
327 [07:39:41] *** Joins: szorfein (~daggoth@replaced-ip )
328 [07:40:35] *** Quits: szorfein (~daggoth@replaced-ip ) (Remote host closed the connection)
329 [07:40:49] *** Joins: black_ant (~antilope@replaced-ip )
330 [07:41:01] *** Joins: szorfein (~daggoth@replaced-ip )
331 [07:48:00] *** Joins: drzacek (~drzacek@replaced-ip )
332 [07:48:58] *** Joins: stree (~stree@replaced-ip )
333 [07:50:53] *** Joins: folti7777 (~folti@replaced-ip )
334 [07:50:58] *** Joins: s8548a_ (~s8548a@replaced-ip )
335 [07:51:03] *** Quits: Janos (~textual@replaced-ip ) (Quit: Gone to sleep. ZZZzzz…)
336 [07:51:09] *** Quits: hwpplayer1 (~user@replaced-ip ) (Remote host closed the connection)
337 [07:51:24] *** Quits: s8548a (~s8548a@replaced-ip ) (Read error: Connection reset by peer)
338 [07:52:46] *** Quits: craigevil (craig@replaced-ip ) (Quit: leaving)
339 [07:54:35] *** Joins: alpernebbi (~quassel@replaced-ip )
340 [07:56:06] *** Joins: craigevil (craig@replaced-ip )
341 [07:56:46] *** Joins: centrx (~centrx@replaced-ip )
342 [07:58:41] *** Joins: krzych2137 (~krzych@replaced-ip )
343 [08:01:21] *** Quits: centrx (~centrx@replaced-ip ) (Ping timeout: 250 seconds)
344 [08:03:02] *** Joins: cccrow (~crow@replaced-ip )
345 [08:03:11] *** Quits: iridos (~iridos@replaced-ip ) (Ping timeout: 260 seconds)
346 [08:03:16] *** Joins: endstille (~endstille@replaced-ip )
347 [08:03:19] *** Quits: cccrow (~crow@replaced-ip ) (Client Quit)
348 [08:03:57] *** Quits: Filohuhum (~filohuhum@replaced-ip ) (Ping timeout: 240 seconds)
349 [08:05:29] *** Joins: centrx (~centrx@replaced-ip )
350 [08:05:45] *** Joins: Gm4n (~Gm4n@replaced-ip )
351 [08:06:07] *** Joins: filePeter (~filePeter@replaced-ip )
352 [08:08:01] *** debhelper sets mode: +l 944
353 [08:08:12] *** Quits: krzych2137 (~krzych@replaced-ip ) (Quit: Leaving)
354 [08:08:19] *** Joins: slowly_stuck (~slowly_st@replaced-ip )
355 [08:10:49] *** Quits: centrx (~centrx@replaced-ip ) (Ping timeout: 245 seconds)
356 [08:12:33] *** Joins: StyXman (~mdione@replaced-ip )
357 [08:12:34] *** Joins: centrx (~centrx@replaced-ip )
358 [08:13:40] <StyXman> how can I set KMS for a intelfb from boot? I first get vesafb which sets the video wrong, then intelfb takes over after 15s (so I guess it's not even in the initrd). also grub2 does set the resolution right. any ideas?
359 [08:14:51] *** Joins: e-baley (~e-baley@replaced-ip )
360 [08:17:04] *** Quits: centrx (~centrx@replaced-ip ) (Ping timeout: 245 seconds)
361 [08:17:47] *** Quits: forgotmynick (uid24625@replaced-ip ) (Quit: Connection closed for inactivity)
362 [08:18:13] *** Joins: einyx (einyx@replaced-ip )
363 [08:18:16] *** Quits: einyx_ (einyx@replaced-ip ) (Ping timeout: 245 seconds)
364 [08:20:16] *** Quits: craigevil (craig@replaced-ip ) (Ping timeout: 252 seconds)
365 [08:23:54] *** Quits: odnes (~odnes@replaced-ip ) (Read error: Connection reset by peer)
366 [08:24:27] *** Joins: bertbob (~bertbob@replaced-ip )
367 [08:32:11] *** Joins: centrx (~centrx@replaced-ip )
368 [08:32:29] *** Joins: odnes (~odnes@replaced-ip )
369 [08:36:40] *** Joins: digitalD (~dp@replaced-ip )
370 [08:36:47] *** Quits: z8z (~x@replaced-ip ) (Quit: Quitting)
371 [08:36:53] *** Quits: centrx (~centrx@replaced-ip ) (Ping timeout: 250 seconds)
372 [08:41:07] *** Quits: hobbanero (~hobbanero@replaced-ip ) (Quit: Leaving)
373 [08:41:14] *** Quits: digitalD (~dp@replaced-ip ) (Ping timeout: 245 seconds)
374 [08:41:38] *** Joins: PallasXD (~PallasXD@replaced-ip )
375 [08:41:47] *** Joins: martinus__ (~martin@replaced-ip )
376 [08:41:50] *** Quits: crypt0c4t (~cryptocat@replaced-ip ) (Remote host closed the connection)
377 [08:42:32] *** Quits: tnewman (~tnewman@replaced-ip ) (Quit: Ping timeout (120 seconds))
378 [08:42:34] *** Joins: centrx (~centrx@replaced-ip )
379 [08:43:14] *** Joins: tnewman (~tnewman@replaced-ip )
380 [08:43:20] *** Joins: Ycarus (~Ycarus@replaced-ip )
381 [08:47:04] *** Quits: centrx (~centrx@replaced-ip ) (Ping timeout: 245 seconds)
382 [08:48:06] *** Joins: centrx (~centrx@replaced-ip )
383 [08:51:40] *** Joins: mezzo (~mezzo@replaced-ip )
384 [08:52:29] *** Quits: centrx (~centrx@replaced-ip ) (Ping timeout: 250 seconds)
385 [08:52:44] *** Joins: centrx (~centrx@replaced-ip )
386 [08:53:09] *** Joins: darutoko (~darutoko@replaced-ip )
387 [08:55:14] *** Quits: nicopok (~nicopok@replaced-ip ) (Remote host closed the connection)
388 [08:55:32] *** Joins: nicopok (~nicopok@replaced-ip )
389 [08:57:02] *** Quits: PallasXD (~PallasXD@replaced-ip ) (Quit: Leaving)
390 [08:57:04] *** Quits: centrx (~centrx@replaced-ip ) (Ping timeout: 245 seconds)
391 [08:58:21] *** Quits: jarthur (~jarthur@replaced-ip ) (Quit: jarthur)
392 [09:00:24] *** Joins: centrx (~centrx@replaced-ip )
393 [09:04:11] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
394 [09:04:30] *** Quits: unluckyshrubbery (~unluckysh@replaced-ip##) (Quit: ZNC 1.8.2 - ##replaced-url
395 [09:05:03] *** Quits: centrx (~centrx@replaced-ip ) (Ping timeout: 250 seconds)
396 [09:06:27] *** Joins: Haudegen (~quassel@replaced-ip )
397 [09:09:02] *** Joins: tagomago (~tagomago@replaced-ip )
398 [09:15:45] *** Quits: Kulrak (Kulrak@replaced-ip ) (Ping timeout: 265 seconds)
399 [09:16:36] *** Joins: SoundShaman (~SoundSham@replaced-ip )
400 [09:16:43] *** Joins: Kulrak (Kulrak@replaced-ip )
401 [09:17:40] *** Joins: uvolmer (~uvolmer@replaced-ip )
402 [09:19:49] *** Quits: drzacek (~drzacek@replaced-ip ) (Quit: Leaving)
403 [09:21:58] *** Joins: zoitub (~zoitub@replaced-ip )
404 [09:22:06] *** Joins: idhugo (~idhugo@replaced-ip )
405 [09:22:51] *** Joins: centrx (~centrx@replaced-ip )
406 [09:22:52] *** Joins: Grldfrdom (uid391113@replaced-ip )
407 [09:24:50] *** Joins: TomyWork (~TomyLobo@replaced-ip )
408 [09:27:35] *** Quits: centrx (~centrx@replaced-ip ) (Ping timeout: 250 seconds)
409 [09:28:02] *** Joins: fearnothing (~fearnothi@replaced-ip )
410 [09:28:06] *** Joins: FnorZ (~FnorZ@replaced-ip )
411 [09:28:30] *** Quits: idhugo (~idhugo@replaced-ip ) (Remote host closed the connection)
412 [09:28:57] *** Joins: idhugo (~idhugo@replaced-ip )
413 [09:29:40] *** Joins: fflori (~fflori@replaced-ip )
414 [09:30:58] *** Quits: luuuciano__ (~luuuciano@replaced-ip ) (Ping timeout: 260 seconds)
415 [09:31:14] *** Joins: luuuciano__ (~luuuciano@replaced-ip )
416 [09:32:57] *** Joins: idhugo_ (~idhugo@replaced-ip )
417 [09:34:00] *** Joins: centrx (~centrx@replaced-ip )
418 [09:35:41] *** Quits: idhugo (~idhugo@replaced-ip ) (Ping timeout: 260 seconds)
419 [09:38:01] *** debhelper sets mode: +l 953
420 [09:38:19] *** Quits: centrx (~centrx@replaced-ip ) (Ping timeout: 245 seconds)
421 [09:39:42] *** Joins: HalfWord (~halfword@replaced-ip )
422 [09:40:20] *** Joins: centrx (~centrx@replaced-ip )
423 [09:40:43] *** Joins: ecsim (~Thunderbi@replaced-ip )
424 [09:40:55] *** Quits: ecsim (~Thunderbi@replaced-ip ) (Client Quit)
425 [09:42:12] *** Joins: Jerrynicki (~niklas@replaced-ip )
426 [09:42:54] *** Quits: ZeroBeholder (~brad@replaced-ip ) (Ping timeout: 245 seconds)
427 [09:44:59] *** Quits: centrx (~centrx@replaced-ip ) (Ping timeout: 245 seconds)
428 [09:45:59] *** Joins: nifker (~Thunderbi@replaced-ip )
429 [09:49:56] *** Joins: centrx (~centrx@replaced-ip )
430 [09:50:25] *** Joins: dob1_ (~dob1@replaced-ip )
431 [09:51:13] *** Quits: dob1 (~dob1@replaced-ip ) (Ping timeout: 240 seconds)
432 [09:54:09] *** Quits: centrx (~centrx@replaced-ip ) (Ping timeout: 245 seconds)
433 [09:57:04] *** Quits: stree (~stree@replaced-ip ) (Ping timeout: 245 seconds)
434 [09:58:54] *** Joins: Highlander (~alain@replaced-ip )
435 [10:00:02] *** Quits: odnes (~odnes@replaced-ip ) (Remote host closed the connection)
436 [10:00:19] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Remote host closed the connection)
437 [10:00:27] *** Joins: craigevil (craig@replaced-ip )
438 [10:00:31] *** Joins: odnes (~odnes@replaced-ip )
439 [10:00:43] *** Joins: diogenes_ (~diogenes_@replaced-ip )
440 [10:00:44] *** Joins: well_laid_lawn (~Jean-luc@replaced-ip )
441 [10:01:42] *** Joins: freebench__ (~freebench@replaced-ip )
442 [10:02:30] *** Joins: idhugo__ (~idhugo@replaced-ip )
443 [10:02:51] *** Joins: \\Mr_C\\ (~mrc@replaced-ip )
444 [10:05:11] *** Quits: idhugo_ (~idhugo@replaced-ip ) (Ping timeout: 268 seconds)
445 [10:05:53] *** Quits: sinaowolabi (~Sina@replaced-ip ) (Ping timeout: 240 seconds)
446 [10:06:23] *** Joins: cccrow (~cccrow@replaced-ip )
447 [10:06:40] *** Quits: cccrow (~cccrow@replaced-ip ) (Client Quit)
448 [10:08:40] *** Quits: secntech (~secntech@replaced-ip ) (Read error: Connection reset by peer)
449 [10:09:33] *** Joins: stree (~stree@replaced-ip )
450 [10:11:14] *** Quits: \\Mr_C\\ (~mrc@replaced-ip ) (Quit: Ping timeout: 999,999,999 years)
451 [10:13:00] *** Joins: D4rk4ngel2020 (~darkangel@replaced-ip )
452 [10:14:41] *** Joins: sinaowolabi (~Sina@replaced-ip )
453 [10:17:34] *** Joins: brokencycle (~brokencyc@replaced-ip )
454 [10:18:01] *** debhelper sets mode: +l 959
455 [10:20:59] *** Quits: SoundShaman (~SoundSham@replaced-ip ) (Quit: Leaving)
456 [10:24:18] *** Joins: lpancescu (~laur@replaced-ip )
457 [10:24:19] *** Quits: Tony-St4rk (sid74233@replaced-ip ) (Ping timeout: 248 seconds)
458 [10:24:33] *** Quits: craigevil (craig@replaced-ip ) (Ping timeout: 240 seconds)
459 [10:24:34] *** Joins: s8ori (~username@replaced-ip )
460 [10:24:35] *** Quits: astra (sid289983@replaced-ip ) (Ping timeout: 260 seconds)
461 [10:24:43] *** Parts: s8ori (~username@replaced-ip ) ()
462 [10:25:01] *** Joins: conta (Thunderbir@replaced-ip )
463 [10:25:04] *** Quits: conta (Thunderbir@replaced-ip ) (Remote host closed the connection)
464 [10:25:29] *** Joins: \\Mr_C\\ (~mrc@replaced-ip )
465 [10:26:37] *** Joins: craigevil (~craig@replaced-ip )
466 [10:27:53] *** Quits: odnes (~odnes@replaced-ip ) (Ping timeout: 240 seconds)
467 [10:29:21] *** Joins: Tony-St4rk (sid74233@replaced-ip )
468 [10:30:17] *** Joins: astra (sid289983@replaced-ip )
469 [10:33:10] *** Joins: lankanmon (~LKNnet@replaced-ip )
470 [10:34:26] *** Quits: endstille (~endstille@replaced-ip ) (Quit: I'll be back.)
471 [10:35:11] *** Quits: Jerrynicki (~niklas@replaced-ip ) (Ping timeout: 250 seconds)
472 [10:36:56] *** Joins: mortderi1 (~mortderir@replaced-ip )
473 [10:38:42] *** Joins: drzacek (~drzacek@replaced-ip )
474 [10:38:54] *** Joins: winy (~vince@replaced-ip )
475 [10:41:04] *** Joins: rockworld (~TheRocker@replaced-ip )
476 [10:41:24] <rockworld> hi everyone, Im wondering what Im doing wrong, I added a new website to my apache2 server on debian 10 in etc/apache2/sites-availables/replaced-url
477 [10:41:44] <rockworld> here is a example of my configuration replaced-url
478 [10:44:26] *** Quits: lpancescu (~laur@replaced-ip ) (Ping timeout: 240 seconds)
479 [10:44:49] *** Quits: winy (~vince@replaced-ip ) (Quit: Leaving.)
480 [10:45:56] <jelly> rockworld, what does "apachectl -S" say, and what is the REAL hostname used
481 [10:46:38] <rockworld> the real domain is nightradio.net
482 [10:48:05] <themill> did you tell apache to reload the config?
483 [10:48:16] <rockworld> yes I did
484 [10:49:00] <rockworld> but I dont understand all my other website is functionnal but this one doesnt
485 [10:49:13] <ratrace> rockworld: is teh conf symlinked into sites-enabled? when you access the site, what's the error you get exactly? what's logged by appache for that request?
486 [10:49:22] * jelly waits for apachectl -S
487 [10:49:32] *** Quits: craigevil (~craig@replaced-ip ) (Ping timeout: 246 seconds)
488 [10:49:44] <rockworld> replaced-url
489 [10:49:56] <rockworld> jelly: here is the output
490 [10:50:25] * themill swears at pastebin.com
491 [10:50:25] <jelly> nightradio.net. 3600 IN A 66.70.191.108 # points to a different IP right now
492 [10:50:42] *** Joins: infernix (~nix@replaced-ip )
493 [10:50:50] <rockworld> ooh :x
494 [10:51:06] <rockworld> I think I forgot to point to the real ip lol thanks my mistake
495 [10:51:15] *** Joins: w-oertl (~wolfgang@replaced-ip )
496 [10:51:24] *** Joins: uid_max (~samw@replaced-ip )
497 [10:51:37] <ratrace> themill: install ublockorigin :) "What ads?" :)
498 [10:51:37] <jelly> rockworld, if you're migrating and want to test the new site from a client to need to fake the ns resolution in /etc/hosts of the client where you're running the browser or or http client
499 [10:51:43] *** Joins: craigevil (craig@replaced-ip )
500 [10:52:01] *** Joins: unluckyshrubbery (~unluckysh@replaced-ip )
501 [10:52:09] <themill> ratrace: I've got the adblocker; I'm getting pastebin.com complaining about me not looking at their annoying ads because I've got an adblocker
502 [10:52:13] <jelly> or C:\Windows\system32\drivers\etc\hosts as the case may be
503 [10:53:03] <ratrace> themill: hmm... I don't get that from pastebin.com. maybe ublockorigin does the job better?
504 [10:53:35] <jelly> I don't see ads, just "Not a member of Pastebin yet? Sign Up, it unlocks many cool features!"
505 [10:54:10] <jelly> ub0 1.34.0
506 [10:54:29] <jelly> on the eeeevil google browser
507 [10:54:48] <ratrace> I mean, yeah, "raw" pastebin.com output is better, if it has to be used at all.... but ... :)
508 [10:54:48] *** Joins: centrx (~centrx@replaced-ip )
509 [10:55:31] *** Quits: idhugo__ (~idhugo@replaced-ip ) (Read error: Connection reset by peer)
510 [10:55:40] <rockworld> jelly: thanks for your help I appreciate
511 [10:55:59] *** Joins: Tobbi (~Tobbi@replaced-ip )
512 [10:56:55] *** Joins: idhugo__ (~idhugo@replaced-ip )
513 [10:57:00] *** Quits: rustyshackleford (uid236774@replaced-ip ) (Quit: Connection closed for inactivity)
514 [10:57:57] *** Joins: parallax (sid470420@replaced-ip )
515 [10:58:01] *** debhelper sets mode: +l 966
516 [10:59:18] <jelly> you're welcome!
517 [11:00:19] *** Quits: centrx (~centrx@replaced-ip ) (Ping timeout: 250 seconds)
518 [11:02:02] *** Quits: eqw (~eqw@replaced-ip ) (Ping timeout: 260 seconds)
519 [11:03:05] <rockworld> jelly: what are you using to see where its pointing to?
520 [11:03:28] *** Joins: Iamahuman4 (~noname@replaced-ip )
521 [11:04:27] *** Joins: Jerrynicki (~niklas@replaced-ip )
522 [11:04:54] <jelly> rockworld, dig, from dnsutils package
523 [11:05:28] *** Joins: digitalD (~dp@replaced-ip )
524 [11:05:54] <rockworld> ok :)
525 [11:06:03] *** Quits: KhazAkar (uid144674@replaced-ip ) (Quit: Connection closed for inactivity)
526 [11:06:20] <jelly> it's more consistent than the old nslookup
527 [11:07:34] <rockworld> I dont know how to use it, Im gonna need to read on this it can help sometimes
528 [11:09:47] <rockworld> I dont know if its pointing too right now but its not accessible yet
529 [11:09:55] <jelly> "dig nightradio.net" and look at the ANSWER SECTION; all the other stuff is useful to figure out if things are going wrong
530 [11:10:34] *** Quits: digitalD (~dp@replaced-ip ) (Ping timeout: 268 seconds)
531 [11:10:44] *** Joins: winy (~vince@replaced-ip )
532 [11:11:45] <jelly> nightradio.net. 3600 IN A 192.99.37.50 # you may have to wait up to an hour for the old cached version to expire from your (provider's) dns recursor
533 [11:12:17] <rockworld> yes I agree sometimes it takes more time
534 [11:12:55] *** Joins: D4rk2020 (~darkangel@replaced-ip )
535 [11:12:58] *** Quits: ChubaDuba (~ChubaDuba@replaced-ip ) (Quit: Leaving)
536 [11:13:41] *** Joins: p9 (~9p@replaced-ip )
537 [11:15:05] *** Quits: winy (~vince@replaced-ip ) (Client Quit)
538 [11:15:29] *** Quits: D4rk4ngel2020 (~darkangel@replaced-ip ) (Ping timeout: 268 seconds)
539 [11:16:28] *** Joins: oxek (~oxek@replaced-ip )
540 [11:20:27] *** Quits: Tobbi (~Tobbi@replaced-ip ) (Read error: Connection reset by peer)
541 [11:21:22] *** Joins: Brigo (~Brigo@replaced-ip )
542 [11:29:02] *** Joins: konrados (~konrados@replaced-ip )
543 [11:31:21] *** Joins: banox (~banox@replaced-ip )
544 [11:31:22] *** Joins: czesmir (~stefan@replaced-ip )
545 [11:32:09] *** Joins: centrx (~centrx@replaced-ip )
546 [11:32:35] *** Quits: Grldfrdom (uid391113@replaced-ip ) (Quit: Connection closed for inactivity)
547 [11:34:34] *** Joins: ecsim (~Thunderbi@replaced-ip )
548 [11:36:39] *** Quits: centrx (~centrx@replaced-ip ) (Ping timeout: 245 seconds)
549 [11:39:45] *** Joins: cupcake90 (~cupcake90@replaced-ip )
550 [11:39:46] *** Joins: centrx (~centrx@replaced-ip )
551 [11:41:15] *** Joins: digitalD (~dp@replaced-ip )
552 [11:41:32] *** Joins: plast1k_ (~plast1k_@replaced-ip )
553 [11:44:05] *** Quits: centrx (~centrx@replaced-ip ) (Ping timeout: 250 seconds)
554 [11:44:20] *** Joins: Dreadnaught (Kulrak@replaced-ip )
555 [11:44:27] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
556 [11:45:58] *** Quits: digitalD (~dp@replaced-ip ) (Ping timeout: 252 seconds)
557 [11:46:14] *** Quits: ecsim (~Thunderbi@replaced-ip ) (Remote host closed the connection)
558 [11:46:33] *** Joins: ecsim (~Thunderbi@replaced-ip )
559 [11:46:48] *** Joins: Hercules (~Genkei@replaced-ip )
560 [11:47:03] *** Quits: Kulrak (Kulrak@replaced-ip ) (Ping timeout: 268 seconds)
561 [11:47:30] *** Joins: centrx (~centrx@replaced-ip )
562 [11:48:01] *** debhelper sets mode: +l 972
563 [11:51:53] *** Quits: centrx (~centrx@replaced-ip ) (Ping timeout: 250 seconds)
564 [11:55:25] *** Quits: rockworld (~TheRocker@replaced-ip ) (Quit: Leaving)
565 [11:56:07] *** Joins: lucad111 (~lucad111@replaced-ip )
566 [12:02:04] *** Quits: steven_saus (~steven_sa@replaced-ip ) (Ping timeout: 245 seconds)
567 [12:03:39] *** Joins: riff-IRC (~riff2@replaced-ip )
568 [12:03:54] *** Joins: steven_saus (~steven_sa@replaced-ip )
569 [12:04:13] *** Quits: XORed (~xored@replaced-ip ) (Ping timeout: 268 seconds)
570 [12:05:39] *** Quits: ecsim (~Thunderbi@replaced-ip ) (Remote host closed the connection)
571 [12:05:57] *** Joins: ecsim (~Thunderbi@replaced-ip )
572 [12:06:12] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Quit: WeeChat 3.0)
573 [12:06:45] *** Joins: centrx (~centrx@replaced-ip )
574 [12:08:23] *** Joins: wallacer (~quassel@replaced-ip )
575 [12:10:01] *** Quits: dselect (~dselect@replaced-ip ) (Quit: ouch... that hurt)
576 [12:11:31] *** Joins: dselect (~dselect@replaced-ip )
577 [12:12:21] *** Quits: centrx (~centrx@replaced-ip ) (Ping timeout: 245 seconds)
578 [12:14:09] *** Joins: kwilczynski (sid379192@replaced-ip )
579 [12:15:11] *** Joins: NetTerminalGene (~Thunderbi@replaced-ip )
580 [12:16:22] *** Quits: ecsim (~Thunderbi@replaced-ip ) (Remote host closed the connection)
581 [12:16:41] *** Joins: ecsim (~Thunderbi@replaced-ip )
582 [12:17:47] *** Quits: stree (~stree@replaced-ip ) (Ping timeout: 268 seconds)
583 [12:18:22] *** Quits: matrixbot_bartab (~matrixbot@replaced-ip ) (Quit: Bridge terminating on SIGTERM)
584 [12:18:48] *** Joins: matrixbot_bartab (~matrixbot@replaced-ip )
585 [12:19:01] *** Quits: plast1k_ (~plast1k_@replaced-ip ) (Ping timeout: 260 seconds)
586 [12:19:20] *** Quits: tryte (~tryte@replaced-ip ) (Remote host closed the connection)
587 [12:19:35] *** Joins: tryte (~tryte@replaced-ip )
588 [12:19:40] *** Quits: Scotty_Trees (~Scotty_Tr@replaced-ip ) (Quit: Leaving)
589 [12:21:29] *** Joins: Scotty_Trees (~Scotty_Tr@replaced-ip )
590 [12:21:32] *** Quits: ecsim (~Thunderbi@replaced-ip ) (Remote host closed the connection)
591 [12:21:47] *** Quits: is0ke3 (~is0ke3@replaced-ip ) (Quit: Zzzzzz.....)
592 [12:24:11] *** Quits: BrianG61UK (~BrianG61U@replaced-ip ) (Read error: Connection reset by peer)
593 [12:25:46] *** Joins: lpancescu (~laur@replaced-ip )
594 [12:26:17] *** Joins: XORed (~xored@replaced-ip )
595 [12:26:33] *** Joins: centrx (~centrx@replaced-ip )
596 [12:26:51] *** Quits: Downer (downer@replaced-ip ) (Ping timeout: 246 seconds)
597 [12:28:54] *** Joins: Downer (downer@replaced-ip )
598 [12:30:43] *** Joins: stree (~stree@replaced-ip )
599 [12:31:19] *** Quits: centrx (~centrx@replaced-ip ) (Ping timeout: 250 seconds)
600 [12:34:31] *** Joins: BrianG61UK (~BrianG61U@replaced-ip )
601 [12:35:27] *** Joins: odnes (~odnes@replaced-ip )
602 [12:36:33] *** Joins: centrx (~centrx@replaced-ip )
603 [12:37:09] *** Quits: Scotty_Trees (~Scotty_Tr@replaced-ip ) (Quit: Leaving)
604 [12:41:14] *** Quits: centrx (~centrx@replaced-ip ) (Ping timeout: 245 seconds)
605 [12:43:16] *** Quits: Haudegen (~quassel@replaced-ip ) (Quit: Bin weg.)
606 [12:43:24] *** Quits: YWH_1 (~YWH@replaced-ip ) (Quit: Leaving)
607 [12:47:33] *** Joins: puke (~vroom@replaced-ip )
608 [12:47:49] *** Joins: centrx (~centrx@replaced-ip )
609 [12:48:49] *** Quits: sinaowolabi (~Sina@replaced-ip ) (Remote host closed the connection)
610 [12:50:55] *** Joins: sinaowolabi (~Sina@replaced-ip )
611 [12:54:04] *** Joins: ValeraRozuvan (~ValeraRoz@replaced-ip )
612 [12:59:05] *** Joins: mquin (~mquin@replaced-ip )
613 [12:59:33] *** Quits: PoaB (~Thunderbi@replaced-ip ) (Quit: PoaB)
614 [13:05:02] *** Quits: dpkg (~dpkg@replaced-ip ) (Quit: buh bye!)
615 [13:05:10] *** Quits: lpancescu (~laur@replaced-ip ) (Ping timeout: 252 seconds)
616 [13:05:44] *** Joins: b0rsuk (~b0rsuk@replaced-ip )
617 [13:05:45] *** Joins: dpkg (~dpkg@replaced-ip )
618 [13:06:19] *** Joins: captSamIngram (~Thunderbi@replaced-ip )
619 [13:06:34] <b0rsuk> Hi. I read on Arch wiki that systemd automatically detects and mounts swap partition based on GUID as long as you have a GPT partition table. This seems not to be the case in Debian.
620 [13:07:03] *** Quits: idhugo__ (~idhugo@replaced-ip ) (Ping timeout: 265 seconds)
621 [13:07:25] <b0rsuk> I commented out the swap partition (created by installer) in fstab and ran 'sudo swapon --show' after reboot. No output. There was output before.
622 [13:08:18] <b0rsuk> I know Arch wiki is Arch wiki, but isn't that a general systemd behaviour? Is the default systemd behaviour disabled in Debian?
623 [13:08:22] *** Quits: BrianG61UK (~BrianG61U@replaced-ip ) (Read error: Connection reset by peer)
624 [13:10:29] *** Quits: Iamahuman4 (~noname@replaced-ip ) (Quit: uudelleenkäynnistysaika)
625 [13:11:30] <ratrace> b0rsuk: that's news to me. link?
626 [13:11:56] <nkuttler> yeah, like, wtf, it's not systemd's job to guess what to mount..
627 [13:12:45] *** Quits: tryte (~tryte@replaced-ip ) (Ping timeout: 240 seconds)
628 [13:12:59] *** Joins: tryte (~tryte@replaced-ip )
629 [13:14:23] <ratrace> b0rsuk: I suppose you're referring to this: replaced-url
630 [13:14:37] <jelly> b0rsuk, some systemd components and features are disabled or crippled in debian by default
631 [13:15:04] *** Quits: Apeiron` (~Apeiron@replaced-ip ) (Ping timeout: 252 seconds)
632 [13:15:59] <jelly> usually because debian already has established ways of doing the same thing
633 [13:16:00] *** Joins: kirk781 (~kirk781@replaced-ip )
634 [13:16:09] <b0rsuk> ratrace: replaced-url
635 [13:16:12] <ratrace> the manpage says it'll only look on GTP disk with ESP. I guess the installer doesn't set up the swap partition with specific PTGUID
636 [13:16:29] <b0rsuk> jelly: Thanks, I had the right hunch.
637 [13:16:55] *** Joins: cvele (~cvele@replaced-ip )
638 [13:17:01] <ratrace> and doesn't have to really. this "automagic" can only lead to issues. you can always set the PTGUID yourself, I suppose, and see if debian's version of systemd will pick it up. Note, however, again, that it has to be an EFI system, according to the manpage
639 [13:17:02] *** Quits: CombatVet (~c4@replaced-ip ) (Remote host closed the connection)
640 [13:17:10] <b0rsuk> I'm investigating an odd boot behavior, multiple failed messages some of the time and there might be a race condition with an undetermined order of partition mounting...
641 [13:17:22] <b0rsuk> I'll need more time to see if the bug still persists.
642 [13:17:23] *** Joins: CombatVet (~c4@replaced-ip )
643 [13:17:52] <b0rsuk> I use encrypted swap and it might be causing issues.
644 [13:18:29] <ratrace> b0rsuk: encrypted how? LUKS + fixed passphrase, or plain + random passphrase?
645 [13:19:15] <ratrace> the latter I believe requires systemd cryptsetup support which is not default on debian. for that purpose I wrote my own simple crypto-swap service that does it on boot
646 [13:19:15] <b0rsuk> LVM on LUKS, I type passphrase at boot time.
647 [13:19:19] <folti7777> efi looks only partitions with esp, boot flags
648 [13:19:24] <jelly> I have no idea where and how systemd-fstab-generator does its thing, and it obviously does
649 [13:19:37] <folti7777> with parted, you can remove flags
650 [13:19:41] <b0rsuk> ratrace: I'll get back to you but I need to read some more documentation to ask the right questions.
651 [13:19:41] <jelly> b0rsuk, does your debian system have an /etc/fstab?
652 [13:20:03] *** Joins: igrtrrt (~igrtrrt@replaced-ip )
653 [13:20:07] <b0rsuk> jelly: Sure. After a few decades, I finally learned how to edit the file manually.
654 [13:20:14] <ratrace> b0rsuk: if you have one LUKS partiion atop of which the LVM resides, then it should be straightforward fstab mountpoint for swap
655 [13:20:24] <b0rsuk> I also learned messing up /etc/fstab can make system unbootable without a message.
656 [13:20:59] <jelly> then you shouldn't have to care about RedHat's crazy ideas about a read-only /etc and all the crazy things they implemented to make that work
657 [13:21:03] <folti7777> check out this thread-> replaced-url
658 [13:21:06] <folti7777> ;)
659 [13:21:25] <b0rsuk> I wish Debian has a wiki as nice as Arch.
660 [13:21:49] <folti7777> you just need to learn about efibootmanager
661 [13:21:51] <jelly> honestly, going back to flags in partition table
662 [13:22:16] <b0rsuk> jelly: Yes, my debian does have /etc/fstab.
663 [13:22:19] <ratrace> folti7777: what problem are you referring to?
664 [13:22:55] *** Quits: igrtrrt (~igrtrrt@replaced-ip ) (Remote host closed the connection)
665 [13:22:55] <folti7777> ratrace: his efi install
666 [13:22:57] <jelly> lvm on luks is a pretty standard config, supposed to work
667 [13:23:05] <ratrace> folti7777: "his" efi install is not in question at all
668 [13:23:28] <ratrace> the question is still unformulated, something something about encrypted vg with swap on a lv
669 [13:23:32] <folti7777> ok, sorry, what seems to be the problem then? setting right uuid in fstab?
670 [13:23:44] <ratrace> the problem has yet to be formulated properly.
671 [13:23:47] <b0rsuk> Is the difference between 'hibernate' and 'sleep'(suspend) that hibernate saves to disk, and hibernate will be unaffected if power goes out while the system is hibernated?
672 [13:23:53] <folti7777> ok, waiting
673 [13:24:03] <folti7777> single boot?
674 [13:24:14] *** Joins: diogenes_ (~diogenes_@replaced-ip )
675 [13:24:31] <jelly> b0rsuk, what does "odd boot behaviour" actually mean in terms of things failing, and output?
676 [13:24:41] *** Quits: fearnothing (~fearnothi@replaced-ip ) (Ping timeout: 240 seconds)
677 [13:24:43] *** Quits: cvele (~cvele@replaced-ip ) (Quit: Leaving)
678 [13:24:48] *** Joins: Tom01 (~tom@replaced-ip )
679 [13:25:16] *** Joins: otisolsen70 (~otisolsen@replaced-ip )
680 [13:26:47] *** Quits: Jerrynicki (~niklas@replaced-ip ) (Ping timeout: 250 seconds)
681 [13:27:25] *** Joins: Apeiron` (~Apeiron@replaced-ip )
682 [13:29:31] *** Quits: D4rk2020 (~darkangel@replaced-ip ) (Read error: Connection reset by peer)
683 [13:29:45] *** Joins: iridos (~iridos@replaced-ip )
684 [13:29:49] *** Joins: D4rk2020 (~darkangel@replaced-ip )
685 [13:30:01] *** Joins: thiras (~thiras@replaced-ip )
686 [13:31:15] <b0rsuk> jelly: Which log file has the conspicuous messages like [OK] and [FAILED]? I think they're absent in journalctl -b
687 [13:32:42] *** Quits: soulz (~soulz@replaced-ip ) (Ping timeout: 260 seconds)
688 [13:36:47] *** Joins: peregrine8 (peregrine8@replaced-ip )
689 [13:38:03] <folti7777> b0rsuk: like jelly asked and ratrace implied- what is the exact problem? Some things fail at boot stage then they are restarted (at my box, bluetooth, for example. Do you have single or multi-boot? Didi you select, during debian install, efi/gpt on the line "type" for / partition? And why is swap encrypted? I'm no master, but what's the point of that? Also, if it's efi and if you have ssd disk, is setting up swap part a habit or you hav
690 [13:38:03] <folti7777> e a reason for that?
691 [13:38:28] *** Joins: BrianG61UK (~BrianG61U@replaced-ip )
692 [13:38:51] *** Joins: Jerrynicki (~niklas@replaced-ip )
693 [13:41:00] *** Joins: idhugo (~idhugo@replaced-ip )
694 [13:42:12] *** Quits: odnes (~odnes@replaced-ip ) (Read error: Connection reset by peer)
695 [13:46:38] <b0rsuk> Does paste.debian.net have a mode where it converts the control characters to colors? I know how to display the colors on my machine. I'm googling the net to find a way to remove control characters.
696 [13:46:55] <b0rsuk> I thought maybe setting the language to 'console' would do that, but no.
697 [13:47:20] *** Quits: wintersky (uid453465@replaced-ip ) (Quit: Connection closed for inactivity)
698 [13:48:06] *** Quits: kirk781 (~kirk781@replaced-ip ) (Quit: Leaving)
699 [13:48:58] <b0rsuk> 'more' command displays the bootlogd control characters as colors by default, the newer program 'less' needs the -r option.
700 [13:50:04] *** Joins: Haudegen (~quassel@replaced-ip )
701 [13:50:24] <b0rsuk> There needs to be a cleaner way that pasting a regex from the net I don't understand.
702 [13:51:29] *** Quits: Dagger (~dagger@replaced-ip ) (Ping timeout: 250 seconds)
703 [13:52:06] *** Joins: fission6 (~textual@replaced-ip )
704 [13:52:39] *** Joins: Dagger (~dagger@replaced-ip )
705 [13:53:43] <ratrace> b0rsuk: are you talking about preparing text for pasting on a paste site?
706 [13:53:43] *** Quits: lord4163 (~lord4163@replaced-ip##) (Quit: ZNC 1.7.2+deb3 - ##replaced-url
707 [13:54:10] *** Quits: sweatsuit (~sweatsuit@replaced-ip ) (Ping timeout: 260 seconds)
708 [13:54:37] <folti7777> b0rsuk: don't tak this personal, but what is EXACTLY your problem? Boot messages, colors in shell, way debian.pastebin is working...?
709 [13:54:55] *** Quits: fission6 (~textual@replaced-ip ) (Client Quit)
710 [13:55:01] *** Quits: queip (~queip@replaced-ip ) (Ping timeout: 252 seconds)
711 [13:55:44] <ratrace> yeah, it's all over the place like an ADHD kid high on pure gluctose in a chocolate factory with free samples, a bouncing castle and a mini carnival ride.
712 [13:55:49] *** Joins: Romarain (~Romarain@replaced-ip )
713 [13:55:59] <folti7777> :D
714 [13:56:11] <jelly> b0rsuk, is there any actually not working on your system, that you need to be working, or are you just worried about some messages and looking for a way to show them to us?
715 [13:56:12] <ratrace> %s/ctose/cose/
716 [13:56:58] <jelly> describe in your own words
717 [13:58:53] <b0rsuk> jelly: In the meantime I found a sweet page about diagnosing boot/shutdown problems. I'll give it a go.
718 [13:59:18] <b0rsuk> But I'll be glad if you tell me a way to strip control characters from files like /var/log/boot.log
719 [13:59:36] <b0rsuk> They make pasting log files really obnoxious.
720 [13:59:56] <folti7777> b0rsuk: learn awk tool and cut command :)
721 [14:00:48] <ratrace> b0rsuk: do you even need boot.log? what are you looking for exactly?
722 [14:01:28] <ratrace> as for awk .... yes, or sed, if you really wanna paste boot.log :: replaced-url
723 [14:01:31] <folti7777> (and please, be patient...linux, especially debian, is about learning, not "quick 'n' dirty" fixes...
724 [14:01:46] <ratrace> well... linux is not "about" that :)
725 [14:01:52] *** Joins: sweatsuit (~sweatsuit@replaced-ip )
726 [14:02:09] <ratrace> it's not "about" choice either ;) replaced-url
727 [14:02:12] <b0rsuk> folti7777: If only there was a variant of AWK that can deal with a range of fields (for example, print fields from $2 to the end
728 [14:02:19] *** Quits: wallacer (~quassel@replaced-ip ) (Ping timeout: 250 seconds)
729 [14:02:34] <ratrace> b0rsuk: eh, what? of course it can.
730 [14:02:39] <ratrace> $NF I think is the var name
731 [14:02:42] <folti7777> I understand you, but ratrace, but I think he is really not-so-aptient newbie and I d'nt want to be mean.
732 [14:02:48] <jelly> b0rsuk, a dumb way: awk '{$1=""; print}'
733 [14:02:59] <ratrace> folti7777: sure, sure, just referring to "about" ;)
734 [14:03:10] <jelly> $NF is just the _last_ column
735 [14:03:24] <ratrace> oh right
736 [14:03:25] <b0rsuk> jelly: I'm referring to something like 'print $2-$NF'
737 [14:03:35] <ratrace> but there's a number of vars for addressing columns, is what I meant really
738 [14:03:36] <jelly> b0rsuk, yes, I know.
739 [14:03:54] <b0rsuk> I like awk but it also can't deal with UTF-8, I think?
740 [14:03:55] <jelly> you said that. That's the dumb answer. Set $1 to be empty, print whole line
741 [14:04:10] <jelly> with $1 now an empty string.
742 [14:04:11] *** Joins: lord4163 (~lord4163@replaced-ip )
743 [14:04:28] <b0rsuk> So I can just replace the offending fields with "".
744 [14:04:31] <ratrace> plethora thereof replaced-url
745 [14:04:45] *** Joins: wallacer (~quassel@replaced-ip )
746 [14:04:46] <b0rsuk> I just need to re-learn the syntax.
747 [14:05:24] * jelly goes back to writing a dumb cron job to kill services that eat too much cpu, for a distro without systemd
748 [14:06:35] * jelly learned about that the other day in #debian-TIL
749 [14:06:37] <folti7777> ***expecting systemd-Sysv or pulse-alsa fight :popocorn:
750 [14:07:08] <jelly> folti7777, no fight, we all agree to use the sanest available tools, until some better tools appear to replace it
751 [14:07:32] <folti7777> i agree...ok, it's for offtopic channel
752 [14:07:40] <ratrace> jelly: cgroups, use them. they ain't systemd things yakno'
753 [14:07:56] <jelly> right. cgroups. On EL5.
754 [14:08:02] <jelly> with 2.6.18
755 [14:08:04] <ratrace> EL5 !!!
756 [14:08:28] <ratrace> akshully... that ain't 2.6.18, you know it :) that's just teh version the forked of, a decade ago
757 [14:08:33] *** Joins: Slashman (~Slash@replaced-ip )
758 [14:08:46] <jelly> the vendor is willing to upgrade to EL7... for about 0.5-1 M€
759 [14:09:00] <ratrace> dman... EL6+
760 [14:09:03] <ratrace> *damn
761 [14:09:49] *** Joins: tradar (~tradar@replaced-ip )
762 [14:09:51] <jelly> you think EL5 is bad? The service is using JDK 1.5
763 [14:10:14] <ratrace> not bad, back in its day it was awesome. just ... extremely ancient even with all the backports
764 [14:10:40] <folti7777> what is it used for?
765 [14:10:49] <folti7777> that el5 install
766 [14:11:19] <ratrace> a gopher service, probably *runs*
767 [14:11:27] <folti7777> aaaaa
768 [14:11:36] *** Parts: ds-ac_ (~ds-ac_@replaced-ip ) ()
769 [14:12:51] <b0rsuk> Oh I forgot how cool AWK was.
770 [14:13:34] <folti7777> nice, so you have no problems anymore?
771 [14:13:58] *** Joins: queip (~queip@replaced-ip )
772 [14:14:06] <b0rsuk> For the time being, no.
773 [14:14:14] <folti7777> good
774 [14:17:06] *** Joins: Hercules` (~Genkei@replaced-ip )
775 [14:17:10] <b0rsuk> AWK was ahead of its time. You can use regex as a field separator, similar to re.split() in Python.
776 [14:17:43] <b0rsuk> It's uncanny how much "modern" programming language syntax is inspired by AWK.
777 [14:17:53] *** Quits: thiras (~thiras@replaced-ip ) (Ping timeout: 240 seconds)
778 [14:18:01] *** debhelper sets mode: +l 978
779 [14:18:13] *** Joins: saxin (~saxin@replaced-ip )
780 [14:19:27] *** Quits: madage (~madage@replaced-ip ) (Remote host closed the connection)
781 [14:19:32] *** Parts: StyXman (~mdione@replaced-ip##) ("##replaced-url
782 [14:19:39] *** Joins: madage (~madage@replaced-ip )
783 [14:20:57] *** Quits: Hercules (~Genkei@replaced-ip ) (Ping timeout: 260 seconds)
784 [14:22:16] <b0rsuk> Is there a file format that's like CSV but consistent?
785 [14:26:38] <ratrace> define "consistent"
786 [14:27:03] *** Joins: ddsys (~ddsys@replaced-ip )
787 [14:27:47] *** Joins: Filohuhum (~filohuhum@replaced-ip )
788 [14:32:46] *** Quits: Hercules` (~Genkei@replaced-ip ) (Ping timeout: 240 seconds)
789 [14:34:33] *** Quits: centrx (~centrx@replaced-ip ) (Remote host closed the connection)
790 [14:37:03] <sigint> b0rsuk, SQLite?
791 [14:38:58] *** Quits: stree (~stree@replaced-ip ) (Ping timeout: 260 seconds)
792 [14:42:02] <ratrace> that's a binary file format, nothing like CSV
793 [14:42:37] *** Joins: Hercules (~Genkei@replaced-ip )
794 [14:43:12] <folti7777> and what's not consistent with CSV? 'Cause of float type?
795 [14:43:13] *** Joins: debsan_ (~debsan@replaced-ip )
796 [14:43:44] *** Joins: Hunterkll (~hunterkll@replaced-ip )
797 [14:44:01] *** Quits: s8548a_ (~s8548a@replaced-ip ) (Quit: Leaving)
798 [14:44:28] <abrotman> CSV is pretty clunky and inconsistent with multi-value columns
799 [14:44:35] *** Quits: D4rk2020 (~darkangel@replaced-ip ) (Remote host closed the connection)
800 [14:44:57] <tradar> .ini text files can be parsed easily
801 [14:47:35] *** Joins: fission6 (~textual@replaced-ip )
802 [14:50:46] <Schwarzbaer> Hi. How can I look up the creation date of a file on an ext4?
803 [14:51:42] *** Joins: stree (~stree@replaced-ip )
804 [14:51:58] <jelly> !crtime
805 [14:51:58] <dpkg> Some filesystems may store creation time after all, even if POSIX APIs don't expose it. Ext4 does. E.g., to check how long ago your root filesystem root directory was created: f="/"; dev=`df -P "$f"|tail -n1|awk '{print $1}'`; i=`stat -c%i "$f"`; sudo debugfs -R"stat <$i>" "$dev" 2>&1|grep ^crtime
806 [14:52:35] <jelly> or wait for glibc... 2.32 and stat(1), not sure if bullseye
807 [14:52:37] <Schwarzbaer> ... Ooof... Thanks. Wow, that's deep magic.
808 [14:53:01] <jelly> it's unreadable to fit in the 300 characters of a single irc line
809 [14:53:27] <jelly> replace f="..." with your file's absolute path
810 [14:53:36] <Schwarzbaer> Yeah, Bullseye, I always forget that I'm in the wrong channel, sorry... stat gives me "Birth: -"
811 [14:54:12] <jelly> that's what I thought. I'm sure it's going to work in bookworm (the one after bullseye) ;-)
812 [14:54:47] *** Joins: zeden (~user@replaced-ip )
813 [14:55:47] *** Quits: coot (~coot@replaced-ip ) (Quit: coot)
814 [14:57:14] <ratrace> abrotman: I guess you meant "values with commas". you can make it consistent if you put in "quotes" the values, always, regardles of commas
815 [14:57:41] <ratrace> but you can't force someone to do it, and if you have to parse CSV, better use a fully functional CSV parser.
816 [14:58:12] <ratrace> (and yes, despite C in CSV, the delimiter could be ; or | or ...)
817 [15:00:07] <ratrace> ((disclaimer: the company I work for, one of primary services is data syndication and conversion and we convert between xml, csv and json files constantly, thousands of feeds per day; so I know the pain :) ))
818 [15:00:48] *** Quits: tradar (~tradar@replaced-ip ) (Quit: tradar)
819 [15:00:50] <b0rsuk> sigint: I was looking for a text format, but you have a point with SQLite.
820 [15:02:09] *** Joins: lazr47 (~lazr47@replaced-ip )
821 [15:04:00] <jelly> Schwarzbaer, careful, debugfs seems to return the readable timestamp in local timezone but does not actually state the timezone
822 [15:04:13] <jelly> crtime: 0x4fd34c77:20f84068 -- Sat Jun 9 13:15:35 2012
823 [15:08:22] <b0rsuk> Why is /sbin/ not in $PATH ? This causes a little more typing for users, and some Ubuntu people mistakenly believe all of them need to be prepended with sudo.
824 [15:08:48] <b0rsuk> I mean it is slightly misleading.
825 [15:10:03] *** Joins: Night-Shade (~TimF@replaced-ip )
826 [15:10:25] <Schwarzbaer> jelly, it does not return a crtime line for me at all, only ctime, atime, mtime.
827 [15:10:50] <jelly> Schwarzbaer, are you sure this is an ext4 filesystem type?
828 [15:10:51] <karlpinc> !buster su
829 [15:10:51] <dpkg> In buster, su no longer overrides PATH by default, requiring that you use "su -" or "su -l" for login shells (which is not really a new thing at all...). See replaced-url
830 [15:10:52] <Schwarzbaer> I guess that means there goes the information?
831 [15:11:00] *** Joins: ZeroBeholder (~brad@replaced-ip )
832 [15:11:01] *** ZeroBeholder is now known as _zerobeholder
833 [15:11:10] <ratrace> the whole bin vs sbin is a load on nonsense anyway, they should be merged
834 [15:11:19] <abrotman> ratrace: No, I did not mean that
835 [15:11:26] <Schwarzbaer> jelly, mount said so. It's also in a veracrypt volume, so that might be the source of the problem as well?
836 [15:11:27] *** Joins: digitalD (~dp@replaced-ip )
837 [15:12:00] <jelly> Schwarzbaer, which debian release is this, it might be missing if you converted from ext3 to ext4 I guess. Outer block device layer is not important and does not affect fs structure inside
838 [15:12:31] <karlpinc> b0rsuk: So, su (above) aside, /sbin/ is in root's path when you login as root.
839 [15:12:34] <jelly> Schwarzbaer, see if the root of that filesystem has a crtime
840 [15:12:58] <Schwarzbaer> Tue Aug 27 09:34:04 2019
841 [15:13:29] <jelly> but a specific file doesn't have it? weird
842 [15:13:39] *** Quits: ValeraRozuvan (~ValeraRoz@replaced-ip ) (Quit: ValeraRozuvan)
843 [15:13:42] <jelly> I don't know how that might happen
844 [15:13:50] <Schwarzbaer> ...and I'm on bullseye.
845 [15:14:02] *** Quits: downtrip (~downtrip@replaced-ip ) (Quit: WeeChat 3.1)
846 [15:14:25] *** Joins: downtrip (~downtrip@replaced-ip )
847 [15:14:29] <ratrace> they finally fixed the inode + filesystem + glibc support + syscall support for crtime? coming up in bullseye?
848 [15:14:49] <jelly> ratrace, nope, bullseye just missed that train
849 [15:15:03] <jelly> I think glibc is fine but coreutils isn't
850 [15:15:12] <jelly> or something like that
851 [15:15:16] <ratrace> then what crtime are you two talking about then?
852 [15:15:44] <jelly> the one you grab from the disk directly using debugfs
853 [15:15:53] <ratrace> ooh, I see
854 [15:16:15] *** Quits: downtrip (~downtrip@replaced-ip ) (Client Quit)
855 [15:16:24] <jelly> who needs OS support
856 [15:16:27] <ratrace> the inode one
857 [15:16:35] *** Joins: downtrip (~downtrip@replaced-ip )
858 [15:16:48] *** Quits: Antioch047 (~Antioch@replaced-ip##) (Quit: The Lounge - ##replaced-url
859 [15:17:11] *** Quits: cupcake90 (~cupcake90@replaced-ip ) (Remote host closed the connection)
860 [15:17:15] <jelly> ext4 fs has had it since wheezy or so
861 [15:17:22] <jelly> dpkg, factinfo crtime
862 [15:17:22] <dpkg> crtime -- created by jelly-hme <~jelly@homestuck.iskon.hr> at Sat Jun 18 07:42:39 2011 (3600 days); it has been requested 36 times, last by jelly, 25m 24s ago.
863 [15:17:35] <jelly> well that's ten years
864 [15:17:43] <ratrace> yeah I know about ext4 but I thought full stack support was needed to get it fully working and supported
865 [15:18:05] *** Quits: BrianG61UK (~BrianG61U@replaced-ip ) (Read error: Connection reset by peer)
866 [15:18:06] <jelly> Debian may have it in 2023? :-)
867 [15:18:24] <ratrace> I find this incredible that a vital piece of info like that has not been implemented from the beginning
868 [15:18:43] <ratrace> there's mtime, there's ctime but nobody thought "hey... creation timestamp... kinda important, dontchathink"
869 [15:18:59] <Schwarzbaer> Usually... not really?
870 [15:19:25] <jelly> so vital that me, you, or anyone else, hasn't bothered to push the missing userspace patch into bullseye
871 [15:19:57] <jelly> last time I looked it was just one piece missing, not sure if glibc or coreutils
872 [15:21:06] <ratrace> I never botehred because Linus said once it required support for entire ecosystem to sit together and coordinate, to which I laughed, ROFLed like a giggly little girl scout, and filed under "Linux Unicorns"
873 [15:21:24] <jelly> ratrace, this isn't ntfs devs you're talking about, every every feature is carefully measured and lovingly implemented
874 [15:21:37] <ratrace> indeed
875 [15:21:45] <jelly> s/every/where/
876 [15:22:52] <ratrace> where where feature? =)
877 [15:22:59] *** Joins: badsektor (~badsektor@replaced-ip )
878 [15:24:56] <ratrace> (meta sarcasm noted, btw :)) )
879 [15:26:11] *** Joins: mtn (~mtn@replaced-ip )
880 [15:36:33] *** Joins: epony (epony@replaced-ip )
881 [15:38:39] *** Joins: Guest11196 (bluepenq1@replaced-ip )
882 [15:40:19] *** Joins: ikus060 (~ikus060@replaced-ip )
883 [15:41:41] *** Joins: enoq (~textual@replaced-ip )
884 [15:43:28] *** Joins: Mister00X (quassel@replaced-ip )
885 [15:48:01] *** debhelper sets mode: +l 985
886 [15:50:04] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
887 [15:50:54] *** Joins: centrx (~centrx@replaced-ip )
888 [15:51:31] *** Joins: coot (~coot@replaced-ip )
889 [15:53:58] *** Quits: fission6 (~textual@replaced-ip ) (Quit: fission6)
890 [15:54:41] *** Quits: szorfein (~daggoth@replaced-ip ) (Remote host closed the connection)
891 [15:56:16] *** Joins: szorfein (~daggoth@replaced-ip )
892 [15:56:18] *** Quits: szorfein (~daggoth@replaced-ip ) (Remote host closed the connection)
893 [15:57:04] *** Joins: szorfein (~daggoth@replaced-ip )
894 [15:57:04] *** Joins: sandlst (~sandlst@replaced-ip )
895 [15:57:29] *** Parts: Guest11196 (bluepenq1@replaced-ip ) ("User left")
896 [15:58:35] *** Quits: lisco (~lisco@replaced-ip ) (Remote host closed the connection)
897 [15:58:52] *** Joins: odnes (~odnes@replaced-ip )
898 [15:59:22] *** Quits: drzacek (~drzacek@replaced-ip ) (Quit: Leaving)
899 [16:01:54] *** Joins: rustyshackleford (uid236774@replaced-ip )
900 [16:04:22] *** Joins: lisco (~lisco@replaced-ip )
901 [16:05:57] *** Quits: Filohuhum (~filohuhum@replaced-ip ) (Ping timeout: 240 seconds)
902 [16:07:33] *** Quits: wallacer (~quassel@replaced-ip ) (Ping timeout: 250 seconds)
903 [16:08:41] *** Quits: saxin (~saxin@replaced-ip ) (Remote host closed the connection)
904 [16:12:04] *** Joins: bgpepi (~Petar@replaced-ip )
905 [16:12:32] *** Joins: aaii (~aaii@replaced-ip )
906 [16:13:09] *** Joins: greycat (~greg@replaced-ip )
907 [16:14:39] *** Joins: wallacer (~quassel@replaced-ip )
908 [16:17:29] *** Joins: ZeroBeholder (~brad@replaced-ip )
909 [16:17:56] *** Quits: _zerobeholder (~brad@replaced-ip ) (Remote host closed the connection)
910 [16:18:59] *** Joins: Spr1ng (~Spr1ng@replaced-ip )
911 [16:21:39] *** Quits: wallacer (~quassel@replaced-ip ) (Ping timeout: 245 seconds)
912 [16:22:43] *** Quits: JohnML (~john1@replaced-ip ) (Remote host closed the connection)
913 [16:23:28] *** Joins: JohnML (~john1@replaced-ip )
914 [16:23:30] *** Joins: Cryptek (aab919df@replaced-ip )
915 [16:25:53] *** Joins: wallacer (~quassel@replaced-ip )
916 [16:27:06] *** Cryptek is now known as Orik
917 [16:29:22] *** Quits: ZeroBeholder (~brad@replaced-ip ) (Ping timeout: 268 seconds)
918 [16:31:36] *** Joins: renzhi (~renzhi@replaced-ip )
919 [16:31:42] *** Joins: Stonefruit (~Stonefrui@replaced-ip )
920 [16:31:53] *** Joins: nebunez (~nebunez@replaced-ip )
921 [16:32:11] *** Quits: b0rsuk (~b0rsuk@replaced-ip ) (Ping timeout: 260 seconds)
922 [16:32:37] *** Joins: SpeedyG (~SpeedyG@replaced-ip )
923 [16:33:06] *** Quits: Jerrynicki (~niklas@replaced-ip ) (Remote host closed the connection)
924 [16:34:14] *** Joins: ZeroBeholder (~brad@replaced-ip )
925 [16:34:15] *** ZeroBeholder is now known as _zerobeholder
926 [16:34:27] <queip> how to set VPN but only for one user
927 [16:34:40] <queip> or one program, or somehow isolated. without full VM
928 [16:35:30] <_zerobeholder> ...when I run this LDAP command, my password hash in the output has a line break... is that to be expected? "ldapsearch -LLL -Y EXTERNAL -H ldapi:/// -b cn=config olcRootDN=cn=admin,dc=myxyz,dc=biz dn olcRootDN olcRootPW"
929 [16:35:37] *** Joins: tdfischer (tdfischerk@replaced-ip )
930 [16:36:48] <_zerobeholder> I did include the -n switch in my slappasswd command and capturing the output of that command gives me a contiguous hash string... no line break to stdout or redirected to a text file.
931 [16:36:58] *** Joins: idhugo_ (~idhugo@replaced-ip )
932 [16:37:09] *** Quits: Hunterkll (~hunterkll@replaced-ip ) (Remote host closed the connection)
933 [16:37:36] *** Joins: Hunterkll (~hunterkll@replaced-ip )
934 [16:37:44] *** Quits: enoq (~textual@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
935 [16:37:52] *** Quits: aaii (~aaii@replaced-ip ) (Remote host closed the connection)
936 [16:38:01] *** debhelper sets mode: +l 991
937 [16:39:13] <ratrace> queip: by running the user's shell and other processes in a separate network namespace. it's doable even without NS, but would require iptables+routing trickery
938 [16:39:40] *** Quits: idhugo (~idhugo@replaced-ip ) (Ping timeout: 252 seconds)
939 [16:40:05] <folti7777> ratrace: or separate group with specific perms?
940 [16:40:24] <ratrace> folti7777: no, unix perms have no effect on routing
941 [16:40:32] <folti7777> ah, my bad
942 [16:41:04] *** Joins: Voxel (~v7@replaced-ip )
943 [16:41:07] <folti7777> right, new network. iptables are really not thaaaat complicated
944 [16:41:14] <greycat> I think iptables can route based on the UID that owns the process, maybe. That definitely falls under the "trickery" category.
945 [16:41:33] <ratrace> yes. iptables to "mark" packets belonging to UID/GID and then routing based on marks
946 [16:42:06] <ratrace> using namespaces, aka containers, is realy the easiest way to set up and control
947 [16:42:35] <queip> ratrace: what cmds to execute as user, and which as root? and start openvpn as...this user?
948 [16:42:56] *** Joins: diogenes_ (~diogenes_@replaced-ip )
949 [16:43:09] <ratrace> queip: depends. your first problem is how to put the user into namespace
950 [16:43:20] <folti7777> man, you're inspiring :) remembered how much I forgot because of 'only sql' fiddling
951 [16:43:32] <ratrace> is it a ssh shell access user? is it a local console user? is it even a human use or just system/program UIDs you want to isolate?
952 [16:43:33] *** Quits: epony (epony@replaced-ip ) (Ping timeout: 240 seconds)
953 [16:43:46] *** Quits: idhugo_ (~idhugo@replaced-ip ) (Ping timeout: 240 seconds)
954 [16:43:47] <queip> ratrace: local user. there was a cmd to start shell in namespace, forgot which one
955 [16:43:52] <ratrace> unshare
956 [16:44:15] <queip> ratrace: it's a local user, using own X server. but in the new namespace he needs to run X programs like browser
957 [16:45:09] <ratrace> well that first step is not something I can quickly think of OTOH. I would assume you'd want a foolprof way involving logind and/or shell definitions and/or user services, to launch that first "root" shell in a separate NS
958 [16:45:23] *** Quits: TheBigK (~quassel@replaced-ip##) (Quit: ##replaced-url
959 [16:45:28] <ratrace> queip: HOWEVER
960 [16:45:42] <ratrace> if it's a user you can "trust" to exec stuff in a namespace, tell him/her to simply launch things in firejail
961 [16:46:08] <ratrace> if it's an untrusted user you need to _force_ into a NS ... then it's the logind/shell/user-service trickery.
962 [16:46:47] <ratrace> and I wonder what you mean as "using own X server". you have multiple Xorgs running there?
963 [16:47:02] <_zerobeholder> According to bug reports, it seems there is a bug in the hashing algorithm implementation I was suggested I use to match the preexisting password practices elsewhere. It is unnecessary and mostly security theatre-- so, I am just going to wipe the new box and use the default hash. Dumb and wasted two days.
964 [16:47:54] <ratrace> _zerobeholder: huh?
965 [16:48:21] *** Joins: kryl (~kryl@replaced-ip )
966 [16:48:34] *** Quits: MrFixIt (~Sam@replaced-ip ) (Read error: Connection reset by peer)
967 [16:48:51] *** Joins: SpeedyG_ (~SpeedyG@replaced-ip )
968 [16:49:58] <queip> ratrace: use is trusted. maybe he should log into vt2, there unshare, then start xorg (just to avoid accidentially leaking ip). then root logs somewhere, unshares into same namespace by name and runs openvpn?
969 [16:50:12] <queip> user
970 [16:50:30] <jelly> _zerobeholder, /etc/shadow hash? No need to wipe the whole system just to set some new passwords
971 [16:50:35] *** Joins: james1138 (~james1138@replaced-ip )
972 [16:51:27] *** Quits: SpeedyG (~SpeedyG@replaced-ip ) (Ping timeout: 260 seconds)
973 [16:51:56] <jelly> even md5-based $1$ is still reasonably safe, there's salt in it and rainbow tables based attacks are impractical
974 [16:52:51] *** Joins: azy (~azy@replaced-ip )
975 [16:53:06] <azy> what file do i put custom dns settings in?
976 [16:54:00] <greycat> !override dns
977 [16:54:00] <dpkg> To have dhclient etc not touch /etc/resolv.conf, the best plan is to configure it not to touch that file. See replaced-url
978 [16:54:09] <jelly> !override dns
979 [16:54:09] <dpkg> To have dhclient etc not touch /etc/resolv.conf, the best plan is to configure it not to touch that file. See replaced-url
980 [16:54:11] *** Quits: stoffepojken (stoffe@replaced-ip##) (Quit: ZNC 1.8.2 - ##replaced-url
981 [16:54:25] <jelly> dpkg, you fail at deduplication
982 [16:54:25] <dpkg> I resemble that remark!
983 [16:54:43] *** Quits: iridos (~iridos@replaced-ip ) (Ping timeout: 260 seconds)
984 [16:54:54] *** Joins: d1cor (~d1cor@replaced-ip )
985 [16:55:54] *** Joins: stoffepojken (stoffe@replaced-ip )
986 [16:55:59] <ratrace> queip: replaced-url
987 [16:57:50] *** Joins: th0r (~th0r@replaced-ip )
988 [16:59:03] *** Quits: Orik (aab919df@replaced-ip ) (Ping timeout: 240 seconds)
989 [17:00:01] *** Quits: stree (~stree@replaced-ip ) (Ping timeout: 265 seconds)
990 [17:01:05] *** Joins: Janos (~textual@replaced-ip )
991 [17:03:00] <azy> i cant seem to edit the file. it says its read only. i see the nameserver i set in there, i just cant comment it out. i think the nameserver must be down right now
992 [17:04:02] <jelly> which file, azy?
993 [17:04:11] <greycat> you *do* have to be root to edit files in /etc you know
994 [17:04:24] <azy> resolv.conf, i did sudo
995 [17:04:33] * jelly hopes it's not the one the bot said NOT to edit directly
996 [17:04:43] <jelly> azy, sudo what?
997 [17:04:51] <jelly> sudoedit /etc/resolv.conf ?
998 [17:04:52] *** Quits: freshtube (~freshtube@replaced-ip ) (Quit: Leaving)
999 [17:05:00] <azy> ye
1000 [17:05:10] * greycat waits for the part where it's not a file, because it's a symlink to some crazy shit, and it turns out it's not even Debian either
1001 [17:05:18] <jelly> azy, and which error did that throw?
1002 [17:05:30] *** Joins: Aurora_v_kosmose (~Aurora_iz@replaced-ip )
1003 [17:05:33] <azy> e45: 'read only' option is set
1004 [17:05:43] <azy> add ! to override, vim
1005 [17:05:59] <greycat> ls -ld /etc/resoov.conf
1006 [17:06:01] <Aurora_v_kosmose> Does anyone know where the git repo for replaced-url
1007 [17:06:07] <greycat> gah
1008 [17:06:10] <greycat> ls -ld /etc/resolv.conf
1009 [17:06:10] *** Parts: james1138 (~james1138@replaced-ip ) ("Leaving")
1010 [17:06:14] <azy> rw-r--r-- 1 root root 96 Oct 13 2020 /etc/resolv.conf
1011 [17:06:16] *** _zerobeholder is now known as ZeroBeholder
1012 [17:06:27] <Aurora_v_kosmose> I'm trying to find when a useful example in the elisp info manual got added, and why it wasn't pushed upstream.
1013 [17:06:31] *** Joins: towo` (~towo@replaced-ip )
1014 [17:07:47] *** Quits: towo` (~towo@replaced-ip ) (Client Quit)
1015 [17:07:47] *** Quits: XORed (~xored@replaced-ip ) (Read error: Connection reset by peer)
1016 [17:09:27] *** Quits: th0r (~th0r@replaced-ip ) (Quit: Leaving)
1017 [17:11:08] <azy> how can i set a new dns sever?
1018 [17:11:28] *** Joins: XORed (~xored@replaced-ip )
1019 [17:11:34] <greycat> Edit resolv.conf if it's a file, and then follow one of the many choice on the wiki to make your system stop touching it.
1020 [17:12:20] <azy> i cant click links because my dns doesnt work
1021 [17:13:05] *** Joins: stree (~stree@replaced-ip )
1022 [17:13:08] <greycat> well then, edit first, and read the wiki next
1023 [17:13:26] <greycat> one wonders how you got irc to work
1024 [17:13:45] *** Joins: polardroid (~polardroi@replaced-ip )
1025 [17:14:00] <azy> direct to my bnc's ip
1026 [17:14:07] <jelly> nice
1027 [17:14:44] <jelly> azy, btw, did you do sudoedit ... or sudo vim ...?
1028 [17:14:44] *** Joins: qewr (crazyed@replaced-ip )
1029 [17:14:54] <azy> sudo vim. first ive heard of sudoedit
1030 [17:15:03] <queip> the resolve situation is such a mess on unixes
1031 [17:15:25] <queip> btw how to tell debian to f**** off from updating /etc/resolve, other than chattr +i
1032 [17:15:26] <jelly> azy, use sudoedit /path/to/file for files owned by root
1033 [17:15:37] *** Quits: dteselkin (~dteselkin@replaced-ip ) (Remote host closed the connection)
1034 [17:15:44] <greycat> !tell queip about override dns
1035 [17:15:54] <jelly> and please try to read and answer our questions carefully
1036 [17:16:11] <greycat> I use sudo vi all the time... not sure why you say not to.
1037 [17:16:16] <jelly> <jelly> azy, sudo what? <jelly> sudoedit /etc/resolv.conf ? <azy> ye
1038 [17:16:31] <azy> same issue though
1039 [17:16:56] <greycat> did you already chattr it, maybe?
1040 [17:17:08] <greycat> use lsattr to see
1041 [17:17:12] *** Quits: freebench__ (~freebench@replaced-ip ) (Ping timeout: 240 seconds)
1042 [17:17:25] *** Quits: Whiskey (~Whiskey@replaced-ip ) (Ping timeout: 265 seconds)
1043 [17:18:10] *** Parts: Aurora_v_kosmose (~Aurora_iz@replaced-ip ) ("Пока, мир.")
1044 [17:18:45] <petn-randall> queip: Or - hear me out - use the actual tools that configure /etc/resolv.conf instead of fighting them.
1045 [17:20:45] <greycat> petn-randall: that usually requires administrative power over the *network*, which you may not have.
1046 [17:20:55] *** Joins: arkho (~ccc@replaced-ip )
1047 [17:21:11] *** Quits: XORed (~xored@replaced-ip ) (Ping timeout: 240 seconds)
1048 [17:22:04] <petn-randall> greycat: It doesn't? Even when running a dhcp client you can configure the machine to ignore the dns coming from it, and set it manually.
1049 [17:22:27] <greycat> "Configure dhclient hooks" is one of the choices on the wiki.
1050 [17:22:45] *** Quits: abstrn (~abstracte@replaced-ip ) (Ping timeout: 240 seconds)
1051 [17:23:21] *** Quits: klaas (~klaas@replaced-ip##) (Quit: ZNC 1.8.2 - ##replaced-url
1052 [17:23:39] *** Quits: d1cor (~d1cor@replaced-ip ) (Ping timeout: 268 seconds)
1053 [17:24:39] *** Joins: abstrn (~abstracte@replaced-ip )
1054 [17:25:27] *** Joins: Whiskey (~Whiskey@replaced-ip )
1055 [17:26:57] *** Joins: PoaB (~Thunderbi@replaced-ip )
1056 [17:27:29] *** Joins: freshtube (~freshtube@replaced-ip )
1057 [17:27:33] *** Quits: badsektor (~badsektor@replaced-ip ) (Remote host closed the connection)
1058 [17:28:38] *** Joins: Hercules` (~Genkei@replaced-ip )
1059 [17:29:24] *** Quits: Hercules` (~Genkei@replaced-ip ) (Max SendQ exceeded)
1060 [17:29:51] *** Joins: Hercules` (~Genkei@replaced-ip )
1061 [17:30:20] *** Joins: winy (~vince@replaced-ip )
1062 [17:30:28] *** Quits: Janos (~textual@replaced-ip ) (Quit: Gone to sleep. ZZZzzz…)
1063 [17:30:32] *** Quits: Hercules (~Genkei@replaced-ip ) (Ping timeout: 260 seconds)
1064 [17:30:33] *** Quits: Hercules` (~Genkei@replaced-ip ) (Max SendQ exceeded)
1065 [17:30:39] *** Quits: winy (~vince@replaced-ip ) (Client Quit)
1066 [17:30:54] *** Joins: rsx (~rsx@replaced-ip )
1067 [17:30:58] *** Joins: Hercules` (~Genkei@replaced-ip )
1068 [17:33:21] <ratrace> it's definitely more sane choice than chattr'ing resolv.conf
1069 [17:34:43] <jelly> glibc resolver is broken anyway, you can't even do split dns
1070 [17:37:25] <jelly> you can't make apps notice nameserver updates
1071 [17:38:48] *** Joins: klaas (~klaas@replaced-ip )
1072 [17:39:23] *** Quits: rsx (~rsx@replaced-ip ) (Quit: rsx)
1073 [17:39:42] <ratrace> jelly: akshully ....... something something systemd-resolved DBUS something something
1074 [17:40:45] *** Quits: klaas (~klaas@replaced-ip ) (Client Quit)
1075 [17:41:41] *** Joins: catman370 (~catman@replaced-ip )
1076 [17:43:59] *** Joins: klaas (~klaas@replaced-ip )
1077 [17:47:49] *** Joins: v01d4lph4 (~v01d4lph4@replaced-ip )
1078 [17:49:20] *** Joins: idhugo_ (~idhugo@replaced-ip )
1079 [17:54:38] *** Quits: wyatt8740 (~wyatt8740@replaced-ip ) (Ping timeout: 265 seconds)
1080 [17:54:53] *** Quits: Haudegen (~quassel@replaced-ip ) (Quit: Bin weg.)
1081 [17:54:53] *** Quits: szorfein (~daggoth@replaced-ip ) (Remote host closed the connection)
1082 [17:55:15] *** Joins: szorfein (~daggoth@replaced-ip )
1083 [17:57:26] *** Quits: arkho (~ccc@replaced-ip ) (Quit: Leaving)
1084 [17:57:50] *** Joins: arkho (~ccc@replaced-ip )
1085 [17:58:08] *** Joins: wyatt8740 (~wyatt8740@replaced-ip )
1086 [17:58:48] <jelly> resolved plugs into resolv.conf, if I'm going to do that I'll just use a decent resolver like unbound
1087 [17:59:05] *** Quits: JohnML (~john1@replaced-ip ) (Remote host closed the connection)
1088 [17:59:57] *** Joins: JohnML (~john1@replaced-ip )
1089 [18:03:06] *** Quits: ikus060 (~ikus060@replaced-ip ) (Ping timeout: 240 seconds)
1090 [18:03:19] *** Joins: ikus060 (~ikus060@replaced-ip )
1091 [18:03:59] *** Joins: rbr (~rober@replaced-ip )
1092 [18:04:58] *** Quits: magic_ninja (~sparkie1@replaced-ip ) (Remote host closed the connection)
1093 [18:06:05] *** Joins: Janos (~textual@replaced-ip )
1094 [18:07:48] *** Joins: XORed (~xored@replaced-ip )
1095 [18:08:08] *** Joins: magic_ninja (~sparkie1@replaced-ip )
1096 [18:09:31] *** Quits: Janos (~textual@replaced-ip ) (Read error: Connection reset by peer)
1097 [18:09:45] *** Quits: coot (~coot@replaced-ip ) (Quit: coot)
1098 [18:13:01] *** Quits: folti7777 (~folti@replaced-ip ) (Quit: Leaving.)
1099 [18:14:47] *** Parts: polardroid (~polardroi@replaced-ip ) ("--")
1100 [18:15:00] *** ZeroBeholder is now known as _zerobeholder
1101 [18:18:06] *** Quits: v01d4lph4 (~v01d4lph4@replaced-ip ) (Remote host closed the connection)
1102 [18:19:01] *** Joins: epony (epony@replaced-ip )
1103 [18:22:05] *** Joins: [Lemmy] (~mathias@replaced-ip )
1104 [18:22:07] *** Joins: towo` (~towo@replaced-ip )
1105 [18:22:53] *** Joins: Z4CHe (uid496478@replaced-ip )
1106 [18:25:27] *** _zerobeholder is now known as ZeroBeholder
1107 [18:29:22] *** Joins: ValeraRozuvan (~ValeraRoz@replaced-ip )
1108 [18:33:38] *** Joins: Cryptek (aab919df@replaced-ip )
1109 [18:34:11] *** Joins: ephemer0l (~ephemer0l@replaced-ip )
1110 [18:34:27] *** Joins: ChmEarl (~chmearl@replaced-ip )
1111 [18:36:15] *** Quits: catman370 (~catman@replaced-ip ) (Quit: See you later..)
1112 [18:36:41] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
1113 [18:37:06] *** Quits: zoitub (~zoitub@replaced-ip ) (Quit: Leaving)
1114 [18:39:04] *** Joins: gelignite (~gelignite@replaced-ip )
1115 [18:39:31] *** Quits: matrixbot_bartab (~matrixbot@replaced-ip ) (Quit: Bridge terminating on SIGTERM)
1116 [18:39:45] *** Quits: Cryptek (aab919df@replaced-ip ) (Quit: Connection closed)
1117 [18:40:52] *** Joins: matrixbot_bartab (~matrixbot@replaced-ip )
1118 [18:41:00] *** Joins: Grldfrdom (uid391113@replaced-ip )
1119 [18:41:49] *** Joins: Cryptek (aab919df@replaced-ip )
1120 [18:44:38] *** Joins: b1ack0p (~m@replaced-ip )
1121 [18:45:24] *** Joins: v01d4lph4 (~v01d4lph4@replaced-ip )
1122 [18:48:01] *** debhelper sets mode: +l 997
1123 [18:50:01] *** Quits: shabius_ (~shabius@replaced-ip ) (Quit: Leaving)
1124 [18:50:01] *** Quits: v01d4lph4 (~v01d4lph4@replaced-ip ) (Ping timeout: 252 seconds)
1125 [18:50:24] *** Joins: shabius (~shabius@replaced-ip )
1126 [18:52:43] *** Quits: Cryptek (aab919df@replaced-ip ) (Ping timeout: 240 seconds)
1127 [18:53:27] *** Joins: catman370 (~catman@replaced-ip )
1128 [18:56:57] *** Joins: lpancescu (~laur@replaced-ip )
1129 [19:00:02] *** Joins: coot (~coot@replaced-ip )
1130 [19:00:28] *** Quits: ikus060 (~ikus060@replaced-ip ) (Quit: Leaving)
1131 [19:03:18] *** Quits: TomyWork (~TomyLobo@replaced-ip ) (Remote host closed the connection)
1132 [19:04:34] *** Joins: _till_ (~till@replaced-ip )
1133 [19:05:24] *** Quits: idhugo_ (~idhugo@replaced-ip ) (Ping timeout: 268 seconds)
1134 [19:05:54] *** Joins: amerigo (uid331857@replaced-ip )
1135 [19:06:33] *** Quits: epony (epony@replaced-ip ) (Ping timeout: 240 seconds)
1136 [19:08:04] *** Joins: TriJetScud (~TriJetScu@replaced-ip )
1137 [19:08:28] *** Joins: d1cor (~d1cor@replaced-ip )
1138 [19:09:46] *** Quits: konrados (~konrados@replaced-ip ) (Ping timeout: 240 seconds)
1139 [19:10:04] *** Quits: ValeraRozuvan (~ValeraRoz@replaced-ip ) (Quit: ValeraRozuvan)
1140 [19:10:38] *** Quits: JohnML (~john1@replaced-ip ) (Remote host closed the connection)
1141 [19:10:48] *** Joins: konrados (~konrados@replaced-ip )
1142 [19:11:12] *** Quits: allorder (allorder@replaced-ip ) (Ping timeout: 240 seconds)
1143 [19:11:16] *** Joins: JohnML (~john1@replaced-ip )
1144 [19:15:02] *** Quits: kristijonas (~kristijon@replaced-ip ) (Remote host closed the connection)
1145 [19:15:14] *** Quits: odnes (~odnes@replaced-ip ) (Ping timeout: 260 seconds)
1146 [19:15:33] *** Quits: Shadowcrit (~Shadowcri@replaced-ip##) (Quit: ZNC 1.8.2 - ##replaced-url
1147 [19:16:10] *** Joins: kristijonas (~kristijon@replaced-ip )
1148 [19:16:25] *** Joins: S4NDM4NN (~S4NDM4NN@replaced-ip )
1149 [19:18:55] *** Quits: gelignite (~gelignite@replaced-ip ) (Quit: Stay safe!)
1150 [19:21:18] *** Quits: stree (~stree@replaced-ip ) (Ping timeout: 260 seconds)
1151 [19:21:54] *** Joins: yans (~yans@replaced-ip )
1152 [19:28:30] *** Joins: Haudegen (~quassel@replaced-ip )
1153 [19:29:09] *** Joins: merazi (~merazi@replaced-ip )
1154 [19:29:37] *** Joins: allorder (allorder@replaced-ip )
1155 [19:31:53] *** Joins: TheBigK (~quassel@replaced-ip )
1156 [19:32:55] *** Quits: uid_max (~samw@replaced-ip ) (Ping timeout: 252 seconds)
1157 [19:32:58] *** Joins: diniwed (~gavron@replaced-ip )
1158 [19:33:20] *** Joins: BrianG61UK (~BrianG61U@replaced-ip )
1159 [19:33:54] *** Joins: stree (~stree@replaced-ip )
1160 [19:33:59] *** Joins: Shadowcrit (~Shadowcri@replaced-ip )
1161 [19:34:34] *** Quits: klaas (~klaas@replaced-ip##) (Quit: ZNC 1.8.2 - ##replaced-url
1162 [19:34:55] *** Joins: klaas (~klaas@replaced-ip )
1163 [19:35:10] *** Joins: prirai (~Priyanshu@replaced-ip )
1164 [19:35:43] *** Quits: Shadowcrit (~Shadowcri@replaced-ip ) (Client Quit)
1165 [19:37:27] *** Joins: format_c (~format_c@replaced-ip )
1166 [19:37:29] *** Joins: freebench (~freebench@replaced-ip )
1167 [19:38:01] *** debhelper sets mode: +l 1003
1168 [19:38:38] *** Joins: Shadowcrit (~Shadowcri@replaced-ip )
1169 [19:39:03] *** Quits: Shadowcrit (~Shadowcri@replaced-ip ) (Client Quit)
1170 [19:39:40] *** Joins: Iamahuman4 (~noname@replaced-ip )
1171 [19:40:14] *** Quits: alpernebbi (~quassel@replaced-ip ) (Quit: alpernebbi)
1172 [19:40:35] *** Joins: kn0rki (~Kn0rki@replaced-ip )
1173 [19:42:18] *** Quits: JohnML (~john1@replaced-ip ) (Quit: Leaving)
1174 [19:42:57] *** Joins: JohnML (~john1@replaced-ip )
1175 [19:43:08] *** Quits: Mister00X (quassel@replaced-ip ) (Quit: "I'll be back" — Arnold Schwarzenegger)
1176 [19:43:37] *** Joins: AliasNumber10 (~crix@replaced-ip )
1177 [19:43:37] *** Joins: hexorg (~Thunderbi@replaced-ip )
1178 [19:44:00] *** Joins: mike18 (d8c8e8fc@replaced-ip )
1179 [19:44:06] <mike18> hi where an I find package sbt-0.13.13.1.rpm ?
1180 [19:44:12] <mike18> or sbt-0.13.15.rpm
1181 [19:44:16] <mike18> or sbt-0.13.13.rpm
1182 [19:44:47] <greycat> Ask a red hat channel?
1183 [19:44:53] <EdePopede> mike18: rpm doesn't sound like a debian package
1184 [19:44:59] <mike18> oh
1185 [19:45:08] *** Parts: azy (~azy@replaced-ip ) ()
1186 [19:45:13] <greycat> ,v sbt
1187 [19:45:14] <judd> Package: sbt on amd64 -- sid: 0.13.13-2
1188 [19:45:24] <mike18> or for Debian: replaced-url
1189 [19:45:25] <mike18> ?
1190 [19:45:44] <greycat> sounds like you already know where to find this thing
1191 [19:46:55] <mike18> did you see version 0.13.15 ?
1192 [19:47:18] *** Quits: fflori (~fflori@replaced-ip ) (Read error: Connection reset by peer)
1193 [19:48:13] <greycat> you're the one providing the URL so I assume you know the URL
1194 [19:48:33] *** Quits: Deknos (~deknos@replaced-ip ) (Remote host closed the connection)
1195 [19:48:34] <greycat> Bah, they don't let you list replaced-url
1196 [19:48:39] <mike18> replaced-url
1197 [19:48:39] <greycat> Well, have fun with whatever this thing is.
1198 [19:49:00] <mike18> I get error dpkg-deb: error: 'sbt-0.13.13.deb' is not a debian format archive
1199 [19:49:00] <mike18> dpkg: error processing archive sbt-0.13.13.deb (--install):
1200 [19:49:00] <dpkg> mike18: That isn't an error, post the whole output to a pastebin (/msg dpkg pastebin).
1201 [19:49:01] <mike18> subprocess dpkg-deb --control returned error exit status 2
1202 [19:49:24] *** Quits: hexorg (~Thunderbi@replaced-ip ) (Quit: hexorg)
1203 [19:50:55] <mike18> greycat replaced-url
1204 [19:52:24] *** Joins: Deknos (~deknos@replaced-ip )
1205 [19:53:30] <EdePopede> lol: HTTP request sent, awaiting response... 403 Forbidden
1206 [19:54:21] *** Joins: shtrb (~shtrb@replaced-ip )
1207 [19:54:31] *** Joins: fission6 (~textual@replaced-ip )
1208 [19:55:42] *** Joins: shabius_ (~shabius@replaced-ip )
1209 [19:57:11] *** Quits: shabius (~shabius@replaced-ip ) (Ping timeout: 260 seconds)
1210 [19:57:32] *** Joins: Onyx47 (~onyx@replaced-ip )
1211 [20:02:16] *** Quits: jamiew0w (~jamie@replaced-ip ) (Quit: LOOKS LIKE ZNC HAS DIED LOL)
1212 [20:02:31] *** Quits: lpancescu (~laur@replaced-ip ) (Quit: WeeChat 2.3)
1213 [20:02:36] *** Joins: jamiew0w (~jamie@replaced-ip )
1214 [20:02:44] *** Quits: rbr (~rober@replaced-ip ) (Remote host closed the connection)
1215 [20:02:59] *** Joins: is0ke3 (~is0ke3@replaced-ip )
1216 [20:03:48] *** Quits: lucad111 (~lucad111@replaced-ip ) (Quit: Leaving)
1217 [20:04:46] *** Quits: ikonia (~irc@replaced-ip ) (Ping timeout: 240 seconds)
1218 [20:06:22] *** Joins: ikonia (~irc@replaced-ip )
1219 [20:08:04] *** Joins: fearnothing (~fearnothi@replaced-ip )
1220 [20:09:33] *** Quits: moldorcoder7 (~moldorcod@replaced-ip ) (Ping timeout: 240 seconds)
1221 [20:10:47] *** Joins: moldorcoder7 (~moldorcod@replaced-ip )
1222 [20:12:11] *** Quits: allorder (allorder@replaced-ip ) (Ping timeout: 240 seconds)
1223 [20:12:23] *** Quits: diniwed (~gavron@replaced-ip ) (Ping timeout: 265 seconds)
1224 [20:14:01] *** Joins: boog (~boog@replaced-ip )
1225 [20:14:28] *** Quits: boog (~boog@replaced-ip ) (Client Quit)
1226 [20:14:56] *** Joins: boog (~boog@replaced-ip )
1227 [20:16:17] *** Quits: prirai (~Priyanshu@replaced-ip ) (Ping timeout: 250 seconds)
1228 [20:17:31] *** Joins: prirai (~Priyanshu@replaced-ip )
1229 [20:17:35] *** Joins: hispeed (~hispeed@replaced-ip )
1230 [20:17:35] *** Joins: bicknell (~bicknell@replaced-ip )
1231 [20:22:50] *** Quits: boog (~boog@replaced-ip ) (Ping timeout: 246 seconds)
1232 [20:23:23] *** Joins: boog (~boog@replaced-ip )
1233 [20:26:40] *** Joins: diniwed (~gavron@replaced-ip )
1234 [20:28:37] *** Joins: ax56234 (~NickServ@replaced-ip )
1235 [20:29:02] *** Joins: YaoNai (~YaoNai@replaced-ip )
1236 [20:29:05] <mike18> any idea why I see that error? replaced-url
1237 [20:29:11] *** Joins: cyr4x3 (~cyr4x3@replaced-ip )
1238 [20:29:48] *** Quits: towo` (~towo@replaced-ip ) (Quit: Leaving)
1239 [20:30:46] *** Quits: moldorcoder7 (~moldorcod@replaced-ip ) (Ping timeout: 240 seconds)
1240 [20:32:23] *** Quits: darutoko (~darutoko@replaced-ip ) (Quit: Leaving)
1241 [20:32:31] *** Joins: towo` (~towo@replaced-ip )
1242 [20:33:56] *** Joins: Tobbi (~Tobbi@replaced-ip )
1243 [20:34:34] *** Quits: wallacer (~quassel@replaced-ip ) (Ping timeout: 245 seconds)
1244 [20:34:41] <mutante> mike18: whatever parses this bash script is not bash and doesnt like to see "# " as comment lines?
1245 [20:35:04] *** Quits: boog (~boog@replaced-ip ) (Ping timeout: 252 seconds)
1246 [20:35:16] <mike18> but that error dpkg-deb: error: 'sbt-0.13.13.deb' is not a debian format archive ?
1247 [20:35:27] *** Quits: PoaB (~Thunderbi@replaced-ip ) (Quit: PoaB)
1248 [20:36:20] <mutante> mike18: well, that's bad as well
1249 [20:36:43] <mutante> but the issue starts before that
1250 [20:36:58] <mutante> "prog.cpp:1:2: error: invalid preprocessing directive #! #!/bin/bash
1251 [20:37:12] <mutante> a C compiler is trying to compile a bash script or what?
1252 [20:38:24] <greycat> I'm so glad I ignored as soon as Docker came up.
1253 [20:38:52] *** Joins: moldorcoder7 (~moldorcod@replaced-ip )
1254 [20:39:18] <ratrace> lol that compiler error is from taht DUMB STUPID pastebin trying to parse the paste contents and .... compile them?!
1255 [20:40:26] *** Quits: YaoNai (~YaoNai@replaced-ip ) (Ping timeout: 265 seconds)
1256 [20:40:26] <ratrace> hwere do people find these .... exotic, stupid, dumb, lame...... paste sites....
1257 [20:42:30] *** Quits: Z4CHe (uid496478@replaced-ip ) (Quit: Connection closed for inactivity)
1258 [20:42:57] <shtrb> !fpaste
1259 [20:43:11] <mike18> mutante here the full paste: replaced-url
1260 [20:43:35] <shtrb> ideone isn't for c++ ?
1261 [20:43:40] <mike18> no
1262 [20:43:44] <mike18> all languages
1263 [20:44:06] *** Quits: bicknell (~bicknell@replaced-ip ) (Ping timeout: 240 seconds)
1264 [20:44:29] <ratrace> 'sbt-0.13.13.deb' is not a debian format archive sums it up
1265 [20:45:15] *** Joins: ax562 (~ax562@replaced-ip )
1266 [20:45:20] *** Joins: gelignite (~gelignite@replaced-ip )
1267 [20:45:29] <greycat> 0.13.13 is in sid
1268 [20:45:56] <greycat> I still have no idea what this thing *is* ... let's ask judd
1269 [20:45:57] <greycat> ,info sbt
1270 [20:45:58] *** Joins: moetunes (~Jean-luc@replaced-ip )
1271 [20:45:59] <judd> No package named 'sbt' was found in buster/amd64.
1272 [20:46:07] <greycat> ,info sbt --release sid
1273 [20:46:08] <judd> Package sbt (java, optional) in sid/amd64: Scala Build Tool. Version: 0.13.13-2; Size: 1025.6k; Installed: 1286k; Homepage: replaced-url
1274 [20:46:08] *** Quits: nebunez (~nebunez@replaced-ip ) (Quit: WeeChat 3.0)
1275 [20:47:31] <imMute> also all the && \ is redundant since -e is specified in the #! (assuming that works, otherwise add a "set -e" after it)
1276 [20:48:17] <greycat> && \ at the end of a line is redundant *anyway*
1277 [20:48:29] *** Quits: Hercules` (~Genkei@replaced-ip ) (Quit: Leaving)
1278 [20:48:31] <mutante> mike18: either $SBT_VERSION is wrong or the file is corrupt. wherever the .deb comes from. Maybe use "file" command on it to see what that is
1279 [20:48:36] <greycat> just having && at the end of a line already forces the shell to continue on the next line
1280 [20:49:02] <mike18> mutante looks like it - but I would like to use the old version before upgrading
1281 [20:49:08] *** Quits: centrx (~centrx@replaced-ip ) ()
1282 [20:49:11] *** Quits: format_c (~format_c@replaced-ip ) (Quit: format_c)
1283 [20:49:21] <mike18> thats why I look for a replaced-url
1284 [20:49:22] <mutante> mike18: what would give $SBT_VERSION a value ?
1285 [20:49:30] *** Quits: craigevil (craig@replaced-ip ) (Remote host closed the connection)
1286 [20:49:56] <greycat> I bet there are instructions somewhere that include "first, set SBT_VERSION to your desired version"
1287 [20:50:09] <greycat> I bet these instructions were not followed
1288 [20:50:42] *** Quits: Grldfrdom (uid391113@replaced-ip ) (Quit: Connection closed for inactivity)
1289 [20:50:48] *** Quits: e-baley (~e-baley@replaced-ip ) (Read error: Connection reset by peer)
1290 [20:50:59] <ratrace> but that's clearly set :: dpkg-deb: error: 'sbt-0.13.13.deb' is not a debian format archive
1291 [20:51:00] <mike18> look here: replaced-url
1292 [20:51:17] <mike18> which means it cannot find that old version any more?
1293 [20:51:19] <ratrace> It wouldn't be the first time I've seen sites alter responses when they see curl UA
1294 [20:51:25] <ratrace> try curl it manually and inspect what you've downloaded
1295 [20:52:42] <mutante> is it 0.13 instead of 0.13.13
1296 [20:53:09] <mutante> mike18: int that too many 13 ?
1297 [20:53:16] <mike18> curl replaced-url
1298 [20:53:17] <mike18> Forbidden!
1299 [20:53:42] *** Quits: Slashman (~Slash@replaced-ip ) (Quit: Leaving)
1300 [20:54:03] <ratrace> oh so you never even tested the URL you're trying?
1301 [20:54:18] <mutante> "
1302 [20:54:18] <mutante> Attention: All Bintray services will be deprecated and your accounts will be disabled on May 1st 2021. Learn More.
1303 [20:54:37] <mutante> they started to take it down a few days early ?
1304 [20:54:48] *** Quits: mezzo (~mezzo@replaced-ip ) (Quit: leaving)
1305 [20:55:33] *** Quits: coot (~coot@replaced-ip ) (Quit: coot)
1306 [20:55:51] <mike18> whats the replacement for that then?
1307 [20:56:24] *** Quits: kristijonas (~kristijon@replaced-ip ) (Remote host closed the connection)
1308 [20:56:51] *** Joins: kristijonas (~kristijon@replaced-ip )
1309 [20:57:00] *** Joins: craigevil (craig@replaced-ip )
1310 [20:57:03] *** Quits: d1cor (~d1cor@replaced-ip ) (Ping timeout: 252 seconds)
1311 [20:57:38] *** Joins: craigevi1 (craig@replaced-ip )
1312 [20:57:41] *** Quits: kristijonas (~kristijon@replaced-ip ) (Max SendQ exceeded)
1313 [20:58:01] *** debhelper sets mode: +l 997
1314 [20:58:27] *** Joins: kristijonas (~kristijon@replaced-ip )
1315 [20:59:40] *** Quits: kristijonas (~kristijon@replaced-ip ) (Max SendQ exceeded)
1316 [21:00:47] *** Joins: kristijonas (~kristijon@replaced-ip )
1317 [21:00:56] *** Quits: craigevil (craig@replaced-ip ) (Killed (weber.freenode.net (Nickname regained by services)))
1318 [21:00:56] *** craigevi1 is now known as craigevil
1319 [21:00:56] *** Quits: yans (~yans@replaced-ip ) (Quit: chaos is the only true answer)
1320 [21:01:22] *** Quits: kristijonas (~kristijon@replaced-ip ) (Max SendQ exceeded)
1321 [21:01:38] <mutante> mike18: you could install a webserver and then use reprepro to create your own .deb repo if that's what you need
1322 [21:02:09] *** SpeedyG_ is now known as SpeedyG
1323 [21:02:21] <mutante> after all it's more or less just a webserver and reprepro init or so
1324 [21:02:24] *** Joins: craigevi1 (craig@replaced-ip )
1325 [21:02:36] <mike18> why install a web server?
1326 [21:02:55] <mike18> can I download the repo somehow locally?
1327 [21:03:01] <mike18> and add it to my docker?
1328 [21:03:06] *** Joins: kristijonas (~kristijon@replaced-ip )
1329 [21:03:06] <mutante> because it seems he wants to download a .deb from it. but yea, can also copy it with scp, but so far we dont know who makes the .deb
1330 [21:03:57] <mutante> mike18: it seems you cant download it because it's gone
1331 [21:04:03] <mutante> or "forbidden
1332 [21:04:22] <mike18> wget replaced-url
1333 [21:04:23] <mutante> who makes that .deb you are looking for?
1334 [21:04:30] <mike18> no idea
1335 [21:04:53] <mutante> then it will be hard to find out what they are replacing it with
1336 [21:05:06] <mike18> I found another docker image: bigtruedata/sbt:0.13.15-2.11.8
1337 [21:05:13] <mike18> is there a way to extract it from here?
1338 [21:06:23] <mutante> how about searching for sbt upstream, like where the source comes from
1339 [21:06:38] <mike18> the version is super old
1340 [21:06:39] <mutante> and following their docs where to get the package from
1341 [21:06:42] <mike18> sbt is at version 1.x now
1342 [21:07:03] <greycat> (it's in sid, but no other release right now, and judd also gave us the upstream home page)
1343 [21:07:16] <karlpinc> mike18: If they have it under version control then you should be able to check out any version you like.
1344 [21:07:26] <alexrelis[m]> How can I test if my computer is actually suspending?
1345 [21:07:28] <mike18> and build myself?
1346 [21:07:42] *** Parts: diogenes_ (~diogenes_@replaced-ip ) ("vergissmeinnicht")
1347 [21:08:21] <alexrelis[m]> I swear it just turns the screen off.
1348 [21:08:45] <mutante> mike18: replaced-url
1349 [21:08:57] <mutante> that look way more official than bintray
1350 [21:09:12] <mutante> and has the 0.13 version .debs
1351 [21:09:32] <mutante> just get it from there instead?
1352 [21:10:22] <karlpinc> alexrelis[m]: I don't know, but I suspect there might be messages in dmesg output or in /var/log/syslog.
1353 [21:11:20] <mutante> mike18: this is straight from the download page on scala-sbt.org, dunno how that bintray stuff gets in there anyways
1354 [21:11:35] *** Quits: szorfein (~daggoth@replaced-ip ) (Remote host closed the connection)
1355 [21:11:58] *** Joins: szorfein (~daggoth@replaced-ip )
1356 [21:12:19] <mike18> mutante thanks!!
1357 [21:12:48] *** Joins: soulz (~soulz@replaced-ip )
1358 [21:13:39] <mutante> np
1359 [21:13:59] <alexrelis[m]> I see it suspending and unsuspending every hour.
1360 [21:14:09] *** Joins: zoitub (~zoitub@replaced-ip )
1361 [21:14:43] *** Joins: Filohuhum (~filohuhum@replaced-ip )
1362 [21:15:21] <alexrelis[m]> replaced-url
1363 [21:15:56] <alexrelis[m]> I closed my laptop lid for less than 15 minutes and the battery drained 10%.
1364 [21:16:05] *** Quits: prirai (~Priyanshu@replaced-ip ) (Ping timeout: 250 seconds)
1365 [21:16:58] *** Joins: prirai (~Priyanshu@replaced-ip )
1366 [21:17:04] *** Quits: martinus__ (~martin@replaced-ip ) (Ping timeout: 245 seconds)
1367 [21:17:17] *** Joins: badsektor (~badsektor@replaced-ip )
1368 [21:17:48] *** Quits: prirai (~Priyanshu@replaced-ip ) (Remote host closed the connection)
1369 [21:18:48] <karlpinc> alexrelis[m]: I've no real idea. Did you install with the unofficial installer with firmware included? If not then maybe (random guess) firmware is required. Check the boot logs in syslog. (And maybe dmesg?) Also, search for "linux" and your make and model and "suspend" and see what comes up.
1370 [21:20:08] *** Quits: shtrb (~shtrb@replaced-ip ) (Quit: Leaving)
1371 [21:20:09] <karlpinc> alexrelis[m]: Or maybe a newer (backports.debian.org perhaps) kernel is required. Or some sort of userspace tool turns it on. Never hurts to try a newer kernel. All depends on how old your laptop is.
1372 [21:21:37] *** Quits: catman370 (~catman@replaced-ip ) (Quit: See you later..)
1373 [21:21:48] *** Joins: iridos (~iridos@replaced-ip )
1374 [21:22:11] *** Joins: allorder (allorder@replaced-ip )
1375 [21:22:33] *** Quits: captSamIngram (~Thunderbi@replaced-ip ) (Quit: captSamIngram)
1376 [21:24:00] *** Joins: catman370 (~catman@replaced-ip )
1377 [21:30:58] *** Joins: odnes (~odnes@replaced-ip )
1378 [21:32:12] *** Quits: peregrine8 (peregrine8@replaced-ip ) (Quit: Leaving)
1379 [21:33:29] *** Quits: craigevil (craig@replaced-ip ) (Quit: leaving)
1380 [21:35:13] <alexrelis[m]> karlpinc: Thanks I am on the newer kernel and did install with the nonfree ISO.
1381 [21:35:30] <alexrelis[m]> It might actually be suspending, just waking up every hour and going back to sleep for some reason.
1382 [21:36:21] *** Joins: craigevil (craig@replaced-ip )
1383 [21:37:45] *** Quits: craigevi1 (craig@replaced-ip ) (Ping timeout: 252 seconds)
1384 [21:38:26] <alkisg> alexrelis[m]: eh, a quick way would be to ping it from another pc, if it replies it's awake :)
1385 [21:38:51] <alexrelis[m]> alkisg: Haha, I actually did that.
1386 [21:39:13] <alexrelis[m]> I got ping responses even after I closed the lid.
1387 [21:39:35] <alexrelis[m]> My laptop doesn't support S3 suspend, so it may not even turn the WiFi radio off.
1388 [21:40:46] *** Quits: ZeroBeholder (~brad@replaced-ip ) (Ping timeout: 240 seconds)
1389 [21:41:11] *** Joins: alxgomz (~alxgomz@replaced-ip )
1390 [21:41:42] *** Quits: stree (~stree@replaced-ip ) (Ping timeout: 240 seconds)
1391 [21:42:42] *** Quits: bertbob (~bertbob@replaced-ip ) (Ping timeout: 240 seconds)
1392 [21:42:46] *** Joins: kjd (~kjd@replaced-ip )
1393 [21:43:13] <velix> In the past, there has been a website, which estimates Debian Stable final date by amount of issues left. Does this still exist?
1394 [21:43:28] <alxgomz> I4m trying t orepackage imagemagick and I'm struggling to get the copyright file right. The one from the official package is very detailled and has proper license and credits or every singl efile. IS there some tool/script I can use to generate that file?
1395 [21:43:34] <greycat> !rc bugs
1396 [21:43:34] <dpkg> Release-Critical bugs are Debian bugs with critical, grave or serious severities, preventing the next release of Debian. See the graph at replaced-url
1397 [21:44:33] <velix> greycat: Yeah, but on one page, there was also the release date of the old releases etc.
1398 [21:52:09] *** Quits: catman370 (~catman@replaced-ip ) (Quit: See you later..)
1399 [21:54:54] *** Quits: kristijonas (~kristijon@replaced-ip ) (Remote host closed the connection)
1400 [21:55:16] *** Joins: stree (~stree@replaced-ip )
1401 [21:55:27] *** Joins: kristijonas (~kristijon@replaced-ip )
1402 [21:57:32] *** Joins: chmykh (~chmykh@replaced-ip )
1403 [21:58:06] <karlpinc> I used xsane to scan some pages and make a big PDF. But now want to rotate some pages and move others within the pdf. pdftk fails with "Error: Unable to find file.", after taking a really long time. pdfseparate produces separate pdfs for each page, but it seems that each pdf is the size of the original. (5.7G). (pdfseparate is still running, and will probably fill the disk before running out of pages.) What's the "right" tool to
1404 [21:58:06] <karlpinc> manipulate my pdf?
1405 [21:58:18] <velix> Nice! Finally an up to date walkthrough! replaced-url
1406 [21:58:27] *** Quits: chmykh (~chmykh@replaced-ip ) (Client Quit)
1407 [21:59:09] *** Quits: Filohuhum (~filohuhum@replaced-ip ) (Ping timeout: 240 seconds)
1408 [22:00:17] *** Joins: kept (~kept@replaced-ip )
1409 [22:01:02] *** Quits: fission6 (~textual@replaced-ip ) (Quit: fission6)
1410 [22:01:28] <karlpinc> Humm. Gimp says "PDF document is damaged"....
1411 [22:01:44] *** Joins: Lord_of_Life_ (~Lord@replaced-ip )
1412 [22:02:12] *** Quits: Haudegen (~quassel@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
1413 [22:03:40] *** Joins: Haudegen (~quassel@replaced-ip )
1414 [22:03:44] *** Quits: Lord_of_Life (~Lord@replaced-ip ) (Ping timeout: 245 seconds)
1415 [22:04:23] <karlpinc> This would seem to indicate that xsane produces damaged pdfs....
1416 [22:04:47] *** Joins: Aavar (aavar@replaced-ip )
1417 [22:04:49] *** Lord_of_Life_ is now known as Lord_of_Life
1418 [22:09:36] *** Joins: jack2019 (~jack2019@replaced-ip )
1419 [22:10:14] *** Quits: Iamahuman4 (~noname@replaced-ip ) (Quit: Konversation terminated!)
1420 [22:11:38] <karlpinc> (But it displays fine with evince or xpdf.)
1421 [22:12:46] <mutante> karlpinc: imagemagick maybe?
1422 [22:13:46] *** Joins: Iamahuman4 (~noname@replaced-ip )
1423 [22:14:20] *** Joins: platvoeten (~platvoete@replaced-ip )
1424 [22:14:55] *** Quits: kn0rki (~Kn0rki@replaced-ip ) (Quit: Leaving)
1425 [22:15:04] *** Quits: Haxxa (~Haxxa@replaced-ip ) (Quit: Haxxa flies away.)
1426 [22:15:41] *** Quits: wigums (~wigums@replaced-ip ) (Ping timeout: 240 seconds)
1427 [22:16:04] *** Quits: Aristide (~quassel@replaced-ip##) (Quit: ##replaced-url
1428 [22:20:00] <karlpinc> mutante: Possibly. I tried using it to rotate the xsane pbm files. But then xsane writes the rotated files into the pdf as blank pages. So maybe I can work directly on the pdf...
1429 [22:20:12] *** Quits: merazi (~merazi@replaced-ip ) (Quit: merazi)
1430 [22:20:23] *** Joins: Haxxa (~Haxxa@replaced-ip )
1431 [22:20:30] *** Quits: EdePopede (~EdePopede@replaced-ip ) (Ping timeout: 260 seconds)
1432 [22:22:41] *** Quits: p8m (p8m@replaced-ip ) (Ping timeout: 240 seconds)
1433 [22:24:21] <mutante> karlpinc: at least PDF was in some list of formats wth imagemagick
1434 [22:24:35] *** Quits: w-oertl (~wolfgang@replaced-ip ) (Ping timeout: 268 seconds)
1435 [22:28:01] *** debhelper sets mode: +l 991
1436 [22:28:35] *** Quits: shailangsa (~shailangs@replaced-ip ) (Read error: Connection reset by peer)
1437 [22:31:17] *** Joins: p8m (p8m@replaced-ip )
1438 [22:32:02] *** Quits: platvoeten (~platvoete@replaced-ip ) (Remote host closed the connection)
1439 [22:32:42] *** Joins: epony (epony@replaced-ip )
1440 [22:34:16] *** Joins: spacedude (~quassel@replaced-ip )
1441 [22:34:30] *** Quits: odnes (~odnes@replaced-ip ) (Ping timeout: 260 seconds)
1442 [22:36:12] *** Quits: p8m (p8m@replaced-ip ) (Ping timeout: 246 seconds)
1443 [22:36:22] *** Joins: YaoNai (~YaoNai@replaced-ip )
1444 [22:36:55] *** Quits: b1ack0p (~m@replaced-ip ) (Quit: leaving)
1445 [22:40:00] <karlpinc> ImageMagick's convert won't split pdfs unless you comment out the '<policy domain="coder" rights="none" pattern="PDF" />' lines in /etc/ImageMagick/policy.xml file. I can't tell if these are something leftover from an old debian or if the latest (at sources.debian.org) has the same problem. The lines are no longer needed, given buster's gs version. See: replaced-url
1446 [22:40:05] *** Quits: gelignite (~gelignite@replaced-ip ) (Quit: Stay safe!)
1447 [22:40:40] *** Quits: ridik (~ridik@replaced-ip ) (Read error: Connection reset by peer)
1448 [22:40:48] *** Joins: peterrooney (~peter@replaced-ip )
1449 [22:41:06] *** Joins: wigums (~wigums@replaced-ip )
1450 [22:41:24] *** Quits: kristijonas (~kristijon@replaced-ip ) (Remote host closed the connection)
1451 [22:41:37] *** Quits: Iamahuman4 (~noname@replaced-ip ) (Quit: gone to upgrade another OS)
1452 [22:41:55] *** Joins: kristijonas (~kristijon@replaced-ip )
1453 [22:43:13] *** Joins: wallacer (~quassel@replaced-ip )
1454 [22:43:27] <karlpinc> Sheesh. bugs.debian.org says "There is no maintainer for ImageMagick.".
1455 [22:43:46] *** Joins: p8m (p8m@replaced-ip )
1456 [22:44:12] *** Joins: alexandros_tab_ (~quassel@replaced-ip )
1457 [22:44:13] *** Joins: alexandros_c (~quassel@replaced-ip )
1458 [22:44:27] <karlpinc> Ah, they've gone lower case.
1459 [22:45:04] <petn-randall> karlpinc: "Maintainers for imagemagick are ImageMagick Packaging Team <pkg-gmagick-im-team@lists.alioth.debian.org>."
1460 [22:45:51] <ratrace> IM has been very quiet, security bug-wise in buster.
1461 [22:46:09] <ratrace> when I was freebsd maintainer, felt like we had to patch IM every otehr week
1462 [22:47:37] *** Quits: alexandros_c_ (~quassel@replaced-ip ) (Ping timeout: 252 seconds)
1463 [22:47:41] *** Quits: alexandros_tab (~quassel@replaced-ip ) (Ping timeout: 240 seconds)
1464 [22:48:42] *** Quits: szorfein (~daggoth@replaced-ip ) (Quit: szorfein)
1465 [22:49:25] *** Joins: mi11k1 (~mi11k1@replaced-ip )
1466 [22:49:39] *** Joins: Numero-6 (~Numero-6@replaced-ip )
1467 [22:50:02] *** Joins: huhuhu (~huhuhu@replaced-ip )
1468 [22:50:20] *** Quits: cyr4x3 (~cyr4x3@replaced-ip ) (Quit: WeeChat 1.6)
1469 [22:50:50] *** Joins: haijuno (~haijuno@replaced-ip )
1470 [22:50:55] *** Joins: Mister00X (~quassel@replaced-ip )
1471 [22:51:12] *** Joins: igrtrrt_ (~igrtrrt@replaced-ip )
1472 [22:51:22] *** Joins: KhazAkar (uid144674@replaced-ip )
1473 [22:51:31] <karlpinc> replaced-url
1474 [22:51:32] <judd> Bug replaced-url
1475 [22:51:48] *** Quits: igrtrrt_ (~igrtrrt@replaced-ip ) (Client Quit)
1476 [22:52:08] *** Joins: igrtrrt_ (~igrtrrt@replaced-ip )
1477 [22:52:25] <karlpinc> petn-randall: Thanks.
1478 [22:52:53] <karlpinc> I just pinged the bug, which should reach the maintainers. Looks like the restrictions introduced for security reasons are no longer required.
1479 [22:53:59] *** Parts: YaoNai (~YaoNai@replaced-ip ) ()
1480 [22:55:18] *** Joins: Filohuhum (~filohuhum@replaced-ip )
1481 [22:55:59] <karlpinc> Hopefully, they're allowed to delete a few lines from a config file before bullseye release. But I just don't track what's allowed when.
1482 [22:57:28] <greycat> Some of the restrictions are super weird. During the latest stage of the buster freeze, I just happened to be looking at ksh and wondering which upstream version of the source they were using, and found that the Source: line was missing from the copyright file. Rather than just add *one line* to a text file, they were ready to pull the package out of buster.
1483 [22:57:45] *** Quits: jack2019 (~jack2019@replaced-ip ) (Quit: Leaving)
1484 [22:58:31] <oxek> do debian developers even use the public IRC channels?
1485 [22:59:31] <greycat> Most of them are on OFTC.
1486 [22:59:35] *** Quits: igrtrrt_ (~igrtrrt@replaced-ip ) (Quit: igrtrrt_)
1487 [23:00:21] *** Joins: otisolsen70_ (~otisolsen@replaced-ip )
1488 [23:01:20] *** Quits: otisolsen70_ (~otisolsen@replaced-ip ) (Remote host closed the connection)
1489 [23:02:39] <otisolsen70> Is anyone running Debian 10 able to help me out a bit? I need someone to open libreoffice, press Alt+F12 to open Options. Then navigate to Libreoffice --> View and take a screenshot. I ran into this problem and cannot see any text and need to disable opengl: replaced-url
1490 [23:03:11] *** Quits: Onyx47 (~onyx@replaced-ip ) (Ping timeout: 240 seconds)
1491 [23:03:33] *** Joins: ttys000 (~ttys000@replaced-ip )
1492 [23:04:27] <mutante> otisolsen70: this is probably not very helpful but Alt+F12 doesnt open any options for me
1493 [23:04:40] *** Joins: Onyx47 (~onyx@replaced-ip )
1494 [23:04:44] <otisolsen70> mutante, libreoffice 1:6.1.5-3+deb10u7?
1495 [23:05:06] <mutante> otisolsen70: yes, that version it is
1496 [23:05:34] <oxek> otisolsen70: you could try libreoffice from backports
1497 [23:05:37] <otisolsen70> OK.
1498 [23:05:52] <oxek> it had a lot of work done on opengl
1499 [23:05:55] <otisolsen70> I'll just install debian 10 on a virtual machine and start up libreoffice from there.
1500 [23:06:05] <mutante> maybe the key combo is a thing of the window manager, not libreoffice?
1501 [23:06:06] <otisolsen70> oxek, ok. I'll look into that also
1502 [23:06:34] <karlpinc> Alt+F12 did not open anything for me either.
1503 [23:08:10] <otisolsen70> oxek, so I just add deb replaced-url
1504 [23:08:10] <otisolsen70> to sources.list and then "apt install -t buster-backports libreoffice" ?
1505 [23:08:30] <greycat> otisolsen70: apt update, too
1506 [23:08:39] <otisolsen70> Of course :)
1507 [23:08:40] <karlpinc> otisolsen70: You need to "apt update" after updating sources.list.
1508 [23:08:48] *** Quits: zoitub (~zoitub@replaced-ip ) (Quit: Leaving)
1509 [23:09:06] *** Joins: dadinn (~dadinn@replaced-ip )
1510 [23:10:01] <otisolsen70> Strange... I just did that and was prompted with this odd question: replaced-url
1511 [23:10:07] <NetTerminalGene> there is also appimage version of libreoffice
1512 [23:11:15] <otisolsen70> Is that normal to be prompted for such security issues when using backports?
1513 [23:11:17] *** Quits: Numero-6 (~Numero-6@replaced-ip ) (Quit: << - Qui etes vous ? - Je suis le nouveau numero 2 - Qui est le numero 1 ? - Vous etes le numero 6 - Je ne suis pas un numero ! Je suis un homme libre!! >>)
1514 [23:11:20] <otisolsen70> (this is my first use of backports)
1515 [23:11:59] <karlpinc> otisolsen70: Follow the "how to" at backports.debian.org.
1516 [23:12:21] *** Joins: shailangsa (~shailangs@replaced-ip )
1517 [23:12:22] *** Quits: Onyx47 (~onyx@replaced-ip ) (Ping timeout: 260 seconds)
1518 [23:12:34] <otisolsen70> karlpinc, I think I did. Is that suggestion relevant to the security question?
1519 [23:12:36] <sney> otisolsen70: you apparently have apt-listbugs installed, it will list any bugs for any package you are going to install, regardless of relevance, because apt-listbugs doesn't know anything about your system
1520 [23:13:05] <otisolsen70> sney, yeah, I have that installed. However, normally it only informs me of things not asking Y/N questions.
1521 [23:13:13] <otisolsen70> sney, but this is apt-listbugs then?
1522 [23:13:18] <sney> yes
1523 [23:13:22] <karlpinc> otisolsen70: Dunno. I didn't read your paste. Once upon a time you needed to install some keys to get backports. So maybe I'm just a distraction....
1524 [23:14:10] <sney> otisolsen70: it will ask you to confirm for any bugs with severity "serious" or greater, I guess. but the bug is irrelevant to installing a binary of libreoffice anyway.
1525 [23:14:21] *** Quits: czesmir (~stefan@replaced-ip ) (Quit: Lost terminal)
1526 [23:14:26] <sney> FTBFS stands for Fails To Build From Source
1527 [23:15:19] <otisolsen70> OMG. Libreoffice just got so much faster!
1528 [23:15:40] *** Joins: bertbob (~bertbob@replaced-ip )
1529 [23:15:43] <otisolsen70> Like, orders of magnitude faster
1530 [23:16:11] <otisolsen70> This is incredible. I should have done this long time ago :)
1531 [23:16:14] <otisolsen70> Thanks for the hlep
1532 [23:16:15] <otisolsen70> help
1533 [23:18:36] <NetTerminalGene> otisolsen70: what did you do?
1534 [23:18:38] *** Joins: b1ack0p (~m@replaced-ip )
1535 [23:18:49] <otisolsen70> NetTerminalGene, installed libreoffice from backports.
1536 [23:19:37] *** Joins: JonathanD (~JonathanD@replaced-ip )
1537 [23:19:41] * karlpinc is pissed at libreoffice because you can't middle-mouse-paste into a calc cell. It used to work and I filed a bug....
1538 [23:20:15] *** Quits: haijuno (~haijuno@replaced-ip ) (Quit: Leaving)
1539 [23:20:26] <otisolsen70> NetTerminalGene, I have this spreadsheet at about 7 sheets with each ~500 rows and between 20 and 100 colums and a dusin graphs. Every time I updated a cell it would literally take 3-5 seconds from I entered a number until LO would respond. Now it is just instantaneous.
1540 [23:20:46] <sney> nice, spreadsheets are some heavy duty stuff sometimes
1541 [23:21:17] <otisolsen70> sney, this is primarily just basic stuff. Adding numbers. Nothing fancy. IT does not make sense that it would be so slow.
1542 [23:21:28] <otisolsen70> But for some reason it just was.
1543 [23:21:41] <otisolsen70> I dont think it was in the LO version shipped with debian 7, 8 and 9.
1544 [23:22:26] *** Quits: dbristow (~dbristow@replaced-ip ) (Ping timeout: 240 seconds)
1545 [23:22:32] *** Quits: otisolsen70 (~otisolsen@replaced-ip ) (Quit: Leaving)
1546 [23:23:40] *** Quits: NetTerminalGene (~Thunderbi@replaced-ip ) (Quit: NetTerminalGene)
1547 [23:24:15] *** Joins: Onyx47 (~onyx@replaced-ip )
1548 [23:24:53] *** Quits: b1ack0p (~m@replaced-ip ) (Quit: leaving)
1549 [23:26:13] *** Joins: Lordseabeach (~Lordseabe@replaced-ip )
1550 [23:26:31] *** Quits: diniwed (~gavron@replaced-ip ) (Quit: WeeChat 2.3)
1551 [23:26:52] *** Joins: tnewman5 (~tnewman@replaced-ip )
1552 [23:27:29] <oxek> yeah, the version of libreoffice in debian-stable is pretty much unusuable
1553 [23:29:30] *** Joins: dbristow (~dbristow@replaced-ip )
1554 [23:30:41] *** Quits: tnewman (~tnewman@replaced-ip ) (Ping timeout: 252 seconds)
1555 [23:30:41] *** tnewman5 is now known as tnewman
1556 [23:31:04] *** Joins: b4stsh3ll (~fcksoxy@replaced-ip )
1557 [23:31:24] *** Joins: tcurdt (~tcurdt@replaced-ip )
1558 [23:32:20] <tcurdt> I never really understood the idea behind the 127.0.1.1 entry in /etc/hosts ... any pointers/explanation for that?
1559 [23:32:46] <karlpinc> tcurdt: Look up "localhost" on wikipeida.
1560 [23:33:01] <b4stsh3ll> that's the localhost
1561 [23:33:05] *** Joins: S3xyL1nux (~rubin@replaced-ip )
1562 [23:33:10] <CommunistWolf> in ipv4 you get all of 127/8 and it's great
1563 [23:33:21] <CommunistWolf> having just ::1 in ivp6 is occasionally annoying
1564 [23:33:29] <b4stsh3ll> yes
1565 [23:33:34] <b4stsh3ll> totally
1566 [23:33:57] <tcurdt> I consider 127.0.0.1 localhost
1567 [23:34:05] <tcurdt> not 127.0.1.1
1568 [23:34:38] <oxek> all of 127.x.x.x is localhost
1569 [23:34:44] <b4stsh3ll> replaced-url
1570 [23:34:54] <tcurdt> because it's /8 sure
1571 [23:35:05] <karlpinc> tcurdt: Although if somebody put 127.0.1.1 in there maybe they configured something to listen on that IP.
1572 [23:35:07] *** Quits: konrados (~konrados@replaced-ip ) (Ping timeout: 260 seconds)
1573 [23:35:10] <ratrace> CommunistWolf: but you get an entire /64 for the public IP
1574 [23:35:19] *** Joins: konrados (~konrados@replaced-ip )
1575 [23:35:28] <CommunistWolf> "yay"
1576 [23:35:28] <oxek> karlpinc: it's default debian it does that
1577 [23:35:30] <mutante> A datagram sent by a higher-level protocol to an address anywhere within this block loops back inside the host. This is ordinarily implemented using only 127.0.0.1/32 for loopback. As described in [RFC1122], Section 3.2.1.3, addresses within the entire 127.0.0.0/8 block do not legitimately appear on any network anywhere.
1578 [23:35:48] <ratrace> CommunistWolf: and there's the entire fe80:: range too . :)
1579 [23:35:48] <greycat> Debian puts a line with 127.0.1.1 and the hostname that you defined at installation time, so that your hostname is always guaranteed to resolve to *something* that will actually work.
1580 [23:35:51] <karlpinc> oxek: Not ...1.1.
1581 [23:36:02] <CommunistWolf> well, my lo doesn't have any lladdrs
1582 [23:36:04] <oxek> karlpinc: yes, 127.0.1.1, I have that on multiple systems here
1583 [23:36:07] <oxek> all default
1584 [23:36:11] <CommunistWolf> I'm not sure it'd be right
1585 [23:36:11] <ratrace> greycat: actually, that's a workaround for an old gnome bug
1586 [23:36:11] <greycat> karlpinc: it is the default, yes.
1587 [23:36:24] <CommunistWolf> 127.255.255.254 is better anyway
1588 [23:36:33] <mutante> .rfc 5735
1589 [23:36:47] <karlpinc> greycat: Really. Who knew? It didn't used to be because I've got 127.0.0.1.
1590 [23:37:50] <ratrace> replaced-url
1591 [23:37:57] <b4stsh3ll> i've never seen 127.0.1.1 before
1592 [23:38:10] <ratrace> .1.1 is a workaround for a gnome bug. there's no other technical reason to use .1.1 by teh installer
1593 [23:38:18] <b4stsh3ll> that's just might be a loopback as normal 127.0.0.1
1594 [23:38:32] <ratrace> 127.0.0.1 is "localhost" but teh installer can add ANY alias you've set up to that line as well
1595 [23:38:48] <b4stsh3ll> as well as 0.0.0.0
1596 [23:38:50] <ratrace> you can even FQDN it if you want
1597 [23:39:30] <oxek> /etc/hosts is a mess anyway
1598 [23:39:42] <oxek> so many different ways of doing it, every distro does it's own thing
1599 [23:39:46] <karlpinc> oxek: You should celebrate flag day.
1600 [23:39:52] <oxek> sometimes multiple entries on the same line
1601 [23:39:55] <oxek> duplicates
1602 [23:39:57] <oxek> ...
1603 [23:40:00] <imMute> ratrace: fe80:: is not localhost though....
1604 [23:40:19] <oxek> anyway, systemd will make /etc/hosts a symlink soon anyway, and manage it through systemd
1605 [23:40:20] *** Quits: Highlander (~alain@replaced-ip ) (Quit: Highlander)
1606 [23:40:22] <tcurdt> I read all the links but I still don't get the "it is necessary to ensure that the system hostname can be resolved" why not just add the hostname to 127.0.0.1?
1607 [23:40:24] <ratrace> imMute: right, it's link local
1608 [23:40:25] *** Quits: towo` (~towo@replaced-ip ) (Quit: Leaving)
1609 [23:40:29] <ratrace> imMute: still usable
1610 [23:40:48] <greycat> tcurdt: it spells it out quite clearly on replaced-url
1611 [23:41:03] <karlpinc> oxek: Flag day was the day they introduced dns, and switched away from having to distribute /etc/hosts to every host on the network. IIRC. Could be wrong.
1612 [23:41:26] *** Joins: eb0t (~eblip@replaced-ip )
1613 [23:41:34] <mutante> oxek: should all distros use systemd-hostsd or something?
1614 [23:41:58] *** Joins: diniwed (~gavron@replaced-ip )
1615 [23:42:32] <oxek> I don't understand why debian doesn't have a line like `127.0.0.1 localhost localhost.localdomain myhostname` in there instead of 127.0.1.1
1616 [23:42:52] <tcurdt> greycat: it does? to me it just reads like "do it this way" not why - but maybe I just missed the reason? ... re-reading ... again
1617 [23:43:16] <tcurdt> oxek: exactly
1618 [23:43:54] <ratrace> tcurdt: "The IP address 127.0.1.1 in the second line of this example may not be found on some other Unix-like systems. The Debian Installer creates this entry for a system without a permanent IP address as a workaround for some software (e.g., GNOME) as documented in the bug #719621."
1619 [23:43:56] <judd> Bug replaced-url
1620 [23:44:12] <greycat> and that bug points to #316099 which has an actual explanation
1621 [23:44:13] <judd> Bug replaced-url
1622 [23:45:33] *** Quits: jess (jess@replaced-ip ) ()
1623 [23:46:42] *** Quits: diniwed (~gavron@replaced-ip ) (Ping timeout: 240 seconds)
1624 [23:46:57] <tcurdt> ratrace: that's not really a good enough explanation for me ... but I guess I'll find that in the bug descriptions
1625 [23:46:58] *** Quits: b4stsh3ll (~fcksoxy@replaced-ip ) (Quit: leaving)
1626 [23:47:20] *** Joins: jarthur_ (~jarthur@replaced-ip )
1627 [23:47:48] *** Joins: lastshell (~lastshell@replaced-ip )
1628 [23:49:57] <ratrace> tcurdt: THAT is where the explanation is :)
1629 [23:50:01] *** Joins: mtn (~mtn@replaced-ip )
1630 [23:50:51] *** Quits: badsektor (~badsektor@replaced-ip ) (Remote host closed the connection)
1631 [23:52:05] *** Quits: lastshell (~lastshell@replaced-ip ) (Quit: leaving)
1632 [23:52:11] *** Quits: Throwawayname (~Throwaway@replaced-ip ) (Remote host closed the connection)
1633 [23:52:27] *** Joins: Throwawayname (~Throwaway@replaced-ip )
1634 [23:53:01] <tcurdt> "The UNIX hostname should be written into /etc/hosts always on its own line, never as an alias for 'localhost.localdomain'" and the reason given is "[it] will ensure that if the UNIX hostname _is_ resolved then it will always be its own canonical hostname"
1635 [23:54:27] *** Quits: bgpepi (~Petar@replaced-ip ) (Remote host closed the connection)
1636 [23:54:30] <tcurdt> So the problem is that with multiple aliases for 127.0.0.1 it's not clear which the hostname is?
1637 [23:55:00] *** Joins: coot (~coot@replaced-ip )
1638 [23:56:04] *** Joins: hg0noz (~hg0noz@replaced-ip )
1639 [23:57:02] <greycat> the explanation given by the maintainer in the 3xxxxxx bug report seemed quite clear to me
1640 [23:57:31] <greycat> In between [Thomas Hood] and the SHOULD NOT DO THIS part.
↑ top
context: nick names on moving displays as market values
#debian Freenode IRC channel closed on 2021-06-01
contact: a @ her0. be