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:25] *** Joins: LorD_n1c0w (~igor.a@187.45.177.18)
1 [00:00:43] *** Quits: Jmabsd (~jmabsd@replaced-ip ) (Ping timeout: 246 seconds)
2 [00:01:37] *** Quits: Hitmanu (~manuel@replaced-ip ) (Quit: Leaving)
3 [00:02:03] *** Joins: Hitmanu (~manuel@replaced-ip )
4 [00:03:52] *** Quits: pingfloyd (~pingfloyd@replaced-ip ) (Quit: WeeChat 1.6)
5 [00:04:42] *** Quits: chrissl (~chris@replaced-ip ) (Remote host closed the connection)
6 [00:04:59] *** Joins: ibrokeit (~user@replaced-ip )
7 [00:05:00] *** Joins: Susant (~Susant@replaced-ip )
8 [00:05:05] *** Joins: ZeroBeholder (~ZeroBehol@replaced-ip )
9 [00:05:21] <ibrokeit> so it warned me that i was installing a kernel without crypto, and yeah, that was the result
10 [00:05:57] *** mnemonic is now known as Guest33610
11 [00:06:06] *** Joins: semeion (~semeion@replaced-ip )
12 [00:07:20] *** Joins: grobi (~rtng@replaced-ip )
13 [00:07:48] *** Quits: Akuw (~x@replaced-ip ) (Quit: Leaving)
14 [00:08:14] *** Quits: Hitmanu (~manuel@replaced-ip ) (Quit: Leaving)
15 [00:08:54] *** Quits: Guest33610 (~semeion@replaced-ip ) (Ping timeout: 272 seconds)
16 [00:08:55] *** Joins: RebelCoder (~RebelCode@replaced-ip )
17 [00:09:37] *** Quits: Susant (~Susant@replaced-ip ) (Ping timeout: 245 seconds)
18 [00:09:47] *** Quits: hyskaru (~hyskaru@replaced-ip ) (Quit: hyskaru)
19 [00:09:56] <trek00> ibrokeit: it was update-initramfs?
20 [00:10:51] <ibrokeit> update-initramfs is throwing me the "The initramfs image may not contain cryptsetup binaries" error. i ignored it, tried to boot, and it wouldn't due to my drive being LUKS encrypted.
21 [00:10:52] *** Joins: testing-dsgsdfa (81617c3b@replaced-ip )
22 [00:11:26] <ibrokeit> i used update-initramfs instead of apt reinstall because apt reinstall was giving me issues on the grub update aspect
23 [00:12:26] *** Quits: semeion (~semeion@replaced-ip ) (Ping timeout: 268 seconds)
24 [00:13:11] <ibrokeit> the problem for update-initramfs seems to be that i haven't mounted /proc properly, and the problem for apt reinstall seems to be that i haven't mounted /dev properly :/
25 [00:13:32] <ibrokeit> lol
26 [00:13:55] *** Joins: semeion (~semeion@replaced-ip )
27 [00:14:34] <trek00> ibrokeit: if you are in live install and mounted your broken system to /mnt, you could do: for d in dev proc sys; do mount --bind /$d /mnt/$d; done
28 [00:15:41] *** Joins: opara (~opara@replaced-ip )
29 [00:16:01] <trek00> ibrokeit: then you could try again with chroot and reinstall or update-initramfs
30 [00:17:32] *** Quits: leandrovianna (~leandrovi@replaced-ip ) (Ping timeout: 244 seconds)
31 [00:17:58] *** Parts: Mibd (user031@replaced-ip ) ("Leaving")
32 [00:18:34] *** Joins: chrissl (~chris@replaced-ip )
33 [00:18:54] *** Quits: bramStroker (~Mutter@replaced-ip ) (Remote host closed the connection)
34 [00:19:01] *** debhelper sets mode: +l 1510
35 [00:20:40] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Ping timeout: 246 seconds)
36 [00:21:09] *** Joins: antonimmanuel (~myer@replaced-ip )
37 [00:21:32] *** Joins: daniel-s (~daniel-s@replaced-ip )
38 [00:21:45] <ibrokeit> trek00, after that, with apt reinstall i get "No file name for linux-image-4.19.0-5-amd64" and with update-initramfs I get "update-initramfs is disabled (live system is running without media mounted on /lib/live/mount/medium)"
39 [00:22:19] *** Joins: foureyes` (~zzzzzz@replaced-ip )
40 [00:22:27] *** Quits: sorko999 (~sorko999@replaced-ip ) (Quit: Leaving.)
41 [00:22:36] *** Quits: antonimmanuel (~myer@replaced-ip ) (K-Lined)
42 [00:23:31] *** Joins: xeon (~quassel@replaced-ip )
43 [00:23:57] <trek00> ibrokeit: never seen these errors
44 [00:24:04] <ibrokeit> it's ok i'll deal with it
45 [00:24:30] <trek00> ibrokeit: have you done chroot /mnt bevore apt reinstall?
46 [00:24:42] <ibrokeit> yeah
47 [00:24:51] *** Quits: spacebison (~bison@replaced-ip ) (Ping timeout: 250 seconds)
48 [00:24:51] <ibrokeit> this is in the chroot environment
49 [00:25:18] <trek00> apt install too?
50 [00:25:22] <ibrokeit> yes
51 [00:25:43] *** Joins: leandrovianna (~leandrovi@replaced-ip )
52 [00:25:55] <ibrokeit> i got around it by using mkinitramfs -o /boot/initrd.img-4.19.0-5-amd64 4.19.0-5-amd64
53 [00:26:19] <ibrokeit> but i still get an issue, which is: WARNING: target 'luks-943c6de2-716e-45ad-a861-03a4ba76991d' not found in /etc/crypttab
54 [00:26:30] <trek00> ibrokeit: please check if this returns empty output apt-cache show linux-image-4.19.0-5-amd64
55 [00:26:55] <ibrokeit> not empty.
56 [00:26:58] *** Quits: Nach0z (~nach0z@replaced-ip ) (Remote host closed the connection)
57 [00:27:13] <trek00> ibrokeit: it's strange
58 [00:27:24] *** Joins: Nach__ (~nach0z@replaced-ip )
59 [00:28:50] <trek00> ibrokeit: is the crypttab correct?
60 [00:29:23] <ibrokeit> sda2_crypt UUID=943c6de2-716e-45ad-a861-03a4ba76991d none luks
61 [00:29:25] *** Joins: nollie (~wyatan@replaced-ip )
62 [00:30:10] <ibrokeit> it is correct
63 [00:30:25] *** Joins: sfvm (~sfvm@replaced-ip )
64 [00:30:42] *** Quits: krabador (~krabador@replaced-ip ) (Remote host closed the connection)
65 [00:31:11] <ibrokeit> oh wait. if i go to /dev/mapper, the name is correct, but if i run blkid, it's a different uuid
66 [00:31:33] *** Joins: Aussie_matt (~quassel@replaced-ip )
67 [00:31:56] *** Joins: Gerowen (~Gerowen@replaced-ip )
68 [00:32:20] *** Quits: opara (~opara@replaced-ip##) (Quit: ZNC - ##replaced-url
69 [00:32:39] <trek00> ibrokeit: it's strange to have different uuid and apt not running fine anymore
70 [00:33:36] *** Joins: opara (~opara@replaced-ip )
71 [00:33:39] *** Quits: Nach__ (~nach0z@replaced-ip ) (Changing host)
72 [00:33:39] *** Joins: Nach__ (~nach0z@replaced-ip )
73 [00:33:44] *** Nach__ is now known as Nach0z
74 [00:35:03] *** Joins: spacebison (~bison@replaced-ip )
75 [00:35:04] *** Parts: nollie (~wyatan@replaced-ip ) ()
76 [00:35:12] *** Joins: Flynnn (~textual@replaced-ip )
77 [00:36:20] *** Quits: zeden (~user@replaced-ip ) (Ping timeout: 248 seconds)
78 [00:36:27] <trek00> ibrokeit: i don't have many ideas how to repair without making more problems, i would double check if debsums is now ok and try to understand why apt is no more running fine, before to write anything more to the disks
79 [00:36:43] <ibrokeit> ok
80 [00:37:04] *** Joins: zeden (~user@replaced-ip )
81 [00:37:27] <trek00> ibrokeit: what says dpkg? there is a double ii at the start of the line of output of dpkg -l | grep linux-image
82 [00:38:22] <ibrokeit> ii linux-image-4.19.0-5-amd64 4.19.37-5+deb10u2
83 [00:38:23] *** Quits: foka (~foka@replaced-ip ) (Ping timeout: 245 seconds)
84 [00:38:50] *** Joins: paulgrmn (~paulgrmn@replaced-ip )
85 [00:39:01] <trek00> ibrokeit: then it should be installed and configured
86 [00:39:13] *** Quits: twobitsprite (~isaac@replaced-ip ) (Ping timeout: 245 seconds)
87 [00:39:22] <ibrokeit> it's just lacking the required crypto to decrypt my luks
88 [00:40:07] *** Quits: opara (~opara@replaced-ip##) (Quit: ZNC - ##replaced-url
89 [00:40:45] <trek00> ibrokeit: actually mkinitramfs search for crypto modules loaded, may be this one of the probems
90 [00:40:52] <trek00> dpkg-reconfigure initramfs-tools
91 [00:41:02] <trek00> and select to include all the drivers
92 [00:41:40] *** Quits: xeon (~quassel@replaced-ip ) (Ping timeout: 246 seconds)
93 [00:41:43] <ibrokeit> I: update-initramfs is disabled (live system is running without media mounted on /lib/live/mount/medium).
94 [00:41:55] <ibrokeit> i get that from dpkg-reconfigure
95 [00:42:13] *** Joins: opara (~opara@replaced-ip )
96 [00:43:29] <trek00> ibrokeit: i don't know why update-initramfs inside chroot is checking for live system....
97 [00:44:22] *** Quits: leandrovianna (~leandrovi@replaced-ip ) (Ping timeout: 272 seconds)
98 [00:44:30] <ibrokeit> lemme see about this
99 [00:44:37] <trek00> ibrokeit: it seems you are calling the live update-initramfs...
100 [00:44:51] <ibrokeit> from within the chroot
101 [00:44:55] *** Quits: stunder (~Stunder@replaced-ip ) (Quit: WeeChat 1.6)
102 [00:45:03] *** Quits: diniwed (~gavron@replaced-ip ) (Ping timeout: 245 seconds)
103 [00:45:15] <trek00> check ls -l /usr/sbin/update-initramfs*
104 [00:47:49] *** Joins: xeon (~quassel@replaced-ip )
105 [00:47:55] *** Joins: dvs (~hibbard@replaced-ip )
106 [00:48:06] <trek00> ibrokeit: may be you have mounted --bind sbin and not sys?
107 [00:48:22] *** Quits: Flynnn (~textual@replaced-ip ) (Quit: Auf Wiedersehen!)
108 [00:48:29] <ibrokeit> lrwxrwxrwx 1 root root 26 Dec 8 2017 /usr/sbin/update-initramfs -> /bin/live-update-initramfs
109 [00:49:02] *** Quits: hypn0 (~h@replaced-ip ) (Quit: Leaving.)
110 [00:50:03] *** Quits: Gyro (~user@replaced-ip ) (Ping timeout: 245 seconds)
111 [00:50:15] <trek00> ibrokeit: may be dpkg -l | grep live-tools
112 [00:50:46] <ibrokeit> ii ; it's there
113 [00:51:16] *** Quits: chrissl (~chris@replaced-ip ) (Ping timeout: 248 seconds)
114 [00:51:19] <trek00> ibrokeit: well uninstall it
115 [00:51:23] <ibrokeit> lol ok
116 [00:51:43] <trek00> ibrokeit: then your update-initramfs should be restored to normal operation
117 [00:51:59] *** Joins: yonder (~yonder@replaced-ip )
118 [00:52:00] <ibrokeit> mmmm yeah
119 [00:52:29] *** Quits: bionade24 (~oskar@replaced-ip ) (Quit: Apocalypsis Incoming!)
120 [00:52:35] *** Quits: woshty (~woshty@replaced-ip ) (Ping timeout: 250 seconds)
121 [00:53:58] *** Joins: a_l_b (~a_l_b@replaced-ip )
122 [00:54:22] *** Joins: bionade24 (~oskar@replaced-ip )
123 [00:54:42] <ibrokeit> reinstall finished. some errors though. "cannot find a GRUB drive for /dev/sdb1" (should be sda1) and "cryptsetup: WARNING: target 'luks-943c6de2-716e-45ad-a861-03a4ba76991d' not found in /etc/crypttab"
124 [00:55:59] *** Joins: a0s510 (~ascott@replaced-ip )
125 [00:56:29] *** Joins: zombieman (~androirc@replaced-ip )
126 [00:56:43] <trek00> ibrokeit: what's shows lsblk -o+uuid
127 [00:56:59] *** Quits: BCMM (~BCMM@replaced-ip ) (Quit: Konversation terminated!)
128 [00:57:10] <ibrokeit> └─luks-943c6de2-716e-45ad-a861-03a4ba76991d 254:0 0 51.1G 0 crypt /
129 [00:58:06] <ibrokeit> and /etc/crypttab shows sda2_crypt UUID=943c6de2-716e-45ad-a861-03a4ba76991d none luks
130 [00:58:21] <trek00> ibrokeit: i don't have luks, but it seems to be ok
131 [00:58:23] *** Quits: Haudegen (~quassel@replaced-ip ) (Ping timeout: 245 seconds)
132 [01:00:08] *** Quits: martigan (~johnny@replaced-ip ) (Quit: Lost terminal)
133 [01:00:20] *** Joins: iulian (~iulian@replaced-ip )
134 [01:00:44] *** iulian is now known as Guest15998
135 [01:01:10] *** Quits: a0s510 (~ascott@replaced-ip ) (Quit: Leaving)
136 [01:01:13] *** Quits: a_l_b (~a_l_b@replaced-ip ) (Quit: a_l_b)
137 [01:01:34] *** Joins: a0s510 (~ascott@replaced-ip )
138 [01:01:38] *** Joins: diniwed (~gavron@replaced-ip )
139 [01:02:26] <trek00> ibrokeit: do you modified /etc/crypttab after the break?
140 [01:02:34] <ibrokeit> no
141 [01:02:47] <ibrokeit> modified it for testing but put it back the same way it was
142 [01:03:02] *** Joins: akko (~gentoo@replaced-ip )
143 [01:03:29] <trek00> ibrokeit: i would try to reboot once, may be this warning is not so bad, anyway do you have a backup of your initrd for chance?
144 [01:04:14] *** Joins: h4ckz0n3 (~h4ckz0n3@replaced-ip )
145 [01:04:19] *** Quits: oo_miguel (~miguel@replaced-ip ) (Quit: WeeChat 1.6)
146 [01:05:52] *** Quits: Guest15998 (~iulian@replaced-ip ) (Remote host closed the connection)
147 [01:06:44] <ibrokeit> not that i am aware of. i'll try rebooting and see how it goes. i have an idea to test in grub, since i have an old kernel. might be able to copy over some configs manually.
148 [01:06:54] *** Quits: zeden (~user@replaced-ip ) (Quit: WeeChat 2.4)
149 [01:06:55] *** Quits: ibrokeit (~user@replaced-ip ) (Remote host closed the connection)
150 [01:07:10] *** Quits: a0s510 (~ascott@replaced-ip ) (Quit: Leaving)
151 [01:08:21] *** Joins: a0s510 (~ascott@replaced-ip )
152 [01:08:54] *** Joins: jdk2 (~jdk2@replaced-ip )
153 [01:09:41] *** Quits: a0s510 (~ascott@replaced-ip ) (Client Quit)
154 [01:10:32] *** Joins: a0s510 (~ascott@replaced-ip )
155 [01:10:40] *** Quits: Spr1ng (~Spr1ng@replaced-ip ) (Quit: WeeChat 2.5)
156 [01:12:07] *** Quits: trek00 (~trek@replaced-ip ) (Ping timeout: 245 seconds)
157 [01:12:28] *** Joins: trek00 (~trek@replaced-ip )
158 [01:13:18] *** Quits: JohnDoe2 (~johndoe2@replaced-ip ) (Read error: Connection reset by peer)
159 [01:13:38] *** Quits: eemaster5[m] (eemaster5m@replaced-ip ) (Ping timeout: 252 seconds)
160 [01:13:44] *** Joins: JohnDoe2 (~johndoe2@replaced-ip )
161 [01:15:16] *** Quits: xeon (~quassel@replaced-ip ) (Ping timeout: 248 seconds)
162 [01:15:23] *** Joins: eemaster5[m] (eemaster5m@replaced-ip )
163 [01:16:18] *** Quits: a0s510 (~ascott@replaced-ip ) (Quit: Leaving)
164 [01:16:45] *** Joins: septi (be7322cc@replaced-ip )
165 [01:17:46] *** Joins: a0s510 (~a0s510@replaced-ip )
166 [01:18:34] *** Joins: Tom-_ (tomg@replaced-ip )
167 [01:19:04] *** Joins: ibrokeit (~user@replaced-ip )
168 [01:19:49] <ibrokeit> back. still not letting me decrypt / therefore it is not possible for it to mount the unencrypted partition that it is looking for
169 [01:19:54] *** Quits: qubenix (~qubenix@replaced-ip ) (Quit: quit)
170 [01:20:02] *** Quits: user888 (~user888@replaced-ip ) (Ping timeout: 245 seconds)
171 [01:21:20] *** Joins: qubenix (~qubenix@replaced-ip )
172 [01:21:29] <trek00> ibrokeit: it says no modules to decrypt partition?
173 [01:21:29] *** Joins: teej (uid154177@replaced-ip )
174 [01:21:42] <trek00> ibrokeit: or it can't find partition?
175 [01:22:02] <ibrokeit> trek00, it says it can't find the partition, and identifies the UUID of the decrypted partition, not the encrypted one
176 [01:22:19] *** Joins: montgomerylincol (~arnie@replaced-ip )
177 [01:22:49] *** Quits: montgomerylincol (~arnie@replaced-ip ) (K-Lined)
178 [01:23:18] <trek00> ibrokeit: you should have the inner uuid in fstab and outer uuid in crypttab (may be other levels of uuid if you have lvm/md)
179 [01:23:32] <trek00> ibrokeit: check if they are correct in your lsblk
180 [01:24:10] <trek00> ibrokeit: uuid for / should be the innermost and the same as the one written in fstab
181 [01:25:10] <ibrokeit> yeah
182 [01:25:40] <ibrokeit> there is just one problem, which arises during the reinstall of the kernel, through any method
183 [01:25:45] <ibrokeit> cryptsetup: WARNING: target 'luks-943c6de2-716e-45ad-a861-03a4ba76991d' not found in /etc/crypttab
184 [01:25:53] <ibrokeit> that is some chroot issue i think
185 [01:27:54] *** Joins: MrCCoffee (coffee@replaced-ip )
186 [01:28:17] *** Quits: touki (~jgrosman@replaced-ip ) (Quit: Lost terminal)
187 [01:29:44] *** Joins: torbo (~user@replaced-ip )
188 [01:29:48] <h4ckz0n3> Hello!!!
189 [01:29:50] <h4ckz0n3> I present H4CKZ0N3 FORUM, a forum with extensive content in hacking and techniques.
190 [01:29:52] <h4ckz0n3> We have the following categories and forums:
191 [01:29:53] *** Joins: iulian_ (~iulian@replaced-ip )
192 [01:29:54] <h4ckz0n3> -General (Forums: General H4CKZ0N3, Rules / Announcements / News / Feedback, Suggestions / Ideas & Presentation)
193 [01:29:57] <h4ckz0n3> -Hack & Security (Forums: Security Hacking, Malware, Anonymity Privacy, Cryptography, Social Engineering, Spam / Mailings, IM Messengers / Social Networks, Wardriving & Bluejacking & Money)
194 [01:29:57] *** h4ckz0n3 was kicked by debhelper (flood)
195 [01:30:36] *** Quits: zombieman (~androirc@replaced-ip ) (Ping timeout: 272 seconds)
196 [01:31:00] *** Quits: humpled (~i@replaced-ip ) (Quit: hello)
197 [01:33:32] <trek00> ibrokeit: try adding luks- to the UUID of crypttab, this should not happens, but give it a try
198 [01:33:48] <ibrokeit> already tried. no help.
199 [01:35:06] *** Joins: Flynnn (~textual@replaced-ip )
200 [01:38:38] *** Quits: Nokaji (~Nokaji@replaced-ip##) (Quit: ***** ##replaced-url
201 [01:38:39] <trek00> ibrokeit: i have no idea, actually initramfs runs some scripts under /usr/share/initramfs-tools/ that checks for the target in crypttab, but it search luks-943c6de2-716e-45ad-a861-03a4ba76991d and not UUID=943c6de2-716e-45ad-a861-03a4ba76991d
202 [01:39:20] *** Quits: LorD_n1c0w (~igor.a@187.45.177.18) (Quit: Leaving.)
203 [01:39:34] <trek00> ibrokeit: may be you can try to set the first work exactly what it search, but i can't figure why it was running fine before, may be that live-tools changed something?
204 [01:40:02] *** Quits: CrazyEddy (crazyed@replaced-ip ) (Ping timeout: 245 seconds)
205 [01:40:32] <trek00> ibrokeit: fix my spelling, set the first worD in crypttab to luks-943c6de2-716e-45ad-a861-03a4ba76991d
206 [01:40:48] *** Joins: ioitboy (~ioitboy@replaced-ip )
207 [01:40:53] *** Joins: corvo (~Thunderbi@replaced-ip )
208 [01:41:14] *** Quits: alexandros_tab (~alexandro@replaced-ip ) (Ping timeout: 268 seconds)
209 [01:42:27] <ibrokeit> unbelievably, that seems to have fixed it
210 [01:42:36] <ibrokeit> gonna update my fstab and try it
211 [01:42:40] *** Joins: plains (~plains@replaced-ip )
212 [01:42:52] *** Joins: LorD_n1c0w (~igor.a@187.45.177.18)
213 [01:42:57] <trek00> ibrokeit: fstab should be unchanged
214 [01:43:07] <ibrokeit> hmm
215 [01:43:22] *** Quits: mpmc (~mpmc@replaced-ip##) (Quit: ZNC - ##replaced-url
216 [01:43:34] <trek00> ibrokeit: it says it can't find GRUB drive for /dev/sdb1 because actually your /mnt is on sdb1
217 [01:43:38] <ibrokeit> but the mount name has changed from sda2_crypt to luks-943c6de2-716e-45ad-a861-03a4ba76991d, hasn't it?
218 [01:43:53] <ibrokeit> ic
219 [01:44:04] *** Quits: Nefertiti (~Nefertiti@replaced-ip ) (Remote host closed the connection)
220 [01:44:10] *** Quits: akem-hp (~akem@replaced-ip ) (Remote host closed the connection)
221 [01:44:12] *** Joins: we6jbo (~we6jbo@replaced-ip )
222 [01:44:38] *** Joins: akem-hp (~akem@replaced-ip )
223 [01:44:54] *** Joins: ukine (~ukine__@replaced-ip )
224 [01:45:05] *** Joins: Nefertiti (~Nefertiti@replaced-ip )
225 [01:45:17] <ibrokeit> i'm going to restart without changing fstab and i'll come back and change it if need be
226 [01:45:26] <ibrokeit> should at least get to the password part this time
227 [01:45:39] *** Quits: ibrokeit (~user@replaced-ip ) (Remote host closed the connection)
228 [01:45:40] <trek00> ibrokeit: sorry i'm tired, the crypttab should be something like:
229 [01:45:40] <trek00> sda2_crypt luks-943c6de2-716e-45ad-a861-03a4ba76991d none luks
230 [01:46:04] *** Joins: LorD_n1c0w1 (~igor.a@187.45.177.18)
231 [01:46:31] *** Quits: Sabotender (~Sabotende@replaced-ip ) (Read error: Connection reset by peer)
232 [01:46:52] *** Quits: foureyes` (~zzzzzz@replaced-ip ) (Remote host closed the connection)
233 [01:47:07] *** Quits: LorD_n1c0w (~igor.a@187.45.177.18) (Ping timeout: 246 seconds)
234 [01:47:13] *** Joins: mpmc (~mpmc@replaced-ip )
235 [01:47:35] *** Joins: testing9922 (~testing99@replaced-ip )
236 [01:47:39] *** Joins: Sabotender (~Sabotende@replaced-ip )
237 [01:47:42] *** Quits: Gerowen (~Gerowen@replaced-ip ) (Ping timeout: 272 seconds)
238 [01:49:31] *** Joins: greatgatsby (~greatgats@replaced-ip )
239 [01:50:53] *** Quits: RebelCoder (~RebelCode@replaced-ip ) (Ping timeout: 245 seconds)
240 [01:52:30] *** Quits: BrianG61UK (~BrianG61U@replaced-ip ) (Read error: Connection reset by peer)
241 [01:53:46] *** Quits: AndrewMC (~amc@replaced-ip ) (Ping timeout: 246 seconds)
242 [01:54:04] *** Joins: BrianG61UK (~BrianG61U@replaced-ip )
243 [01:55:28] *** Quits: testing9922 (~testing99@replaced-ip##) (Quit: The Lounge - ##replaced-url
244 [01:56:10] *** Joins: testing9922 (~testing99@replaced-ip )
245 [01:56:45] *** Quits: MACscr (~MACscr@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
246 [01:56:57] *** Joins: AndrewMC (~amc@replaced-ip )
247 [01:57:35] *** Quits: AndrewMC (~amc@replaced-ip ) (Client Quit)
248 [01:58:28] *** Quits: diniwed (~gavron@replaced-ip ) (Ping timeout: 272 seconds)
249 [01:59:44] *** Joins: AndrewMC (~amc@replaced-ip )
250 [02:00:24] *** Quits: ukine (~ukine__@replaced-ip ) (Quit: ByrdIRC)
251 [02:02:08] *** Quits: de-facto (~de-facto@replaced-ip ) (Quit: See you around.)
252 [02:02:22] *** Joins: de-facto (~de-facto@replaced-ip )
253 [02:03:24] *** Joins: Oksana_ (~Wikiwide@replaced-ip )
254 [02:03:37] *** Quits: Oksana_ (~Wikiwide@replaced-ip ) (Changing host)
255 [02:03:37] *** Joins: Oksana_ (~Wikiwide@replaced-ip )
256 [02:03:43] *** Quits: fkg (~fkg@replaced-ip ) (Remote host closed the connection)
257 [02:04:11] *** Joins: Arimil (~Renari@replaced-ip )
258 [02:04:23] *** Joins: freedom (~freedom@replaced-ip )
259 [02:04:59] *** Quits: de-facto (~de-facto@replaced-ip ) (Remote host closed the connection)
260 [02:05:15] *** Quits: testing9922 (~testing99@replaced-ip##) (Quit: The Lounge - ##replaced-url
261 [02:05:31] *** Quits: Oksana (~Wikiwide@replaced-ip ) (Ping timeout: 244 seconds)
262 [02:05:32] *** Joins: testing9922 (~testing99@replaced-ip )
263 [02:05:47] *** Joins: de-facto (~de-facto@replaced-ip )
264 [02:06:10] *** Oksana_ is now known as Oksana
265 [02:07:30] *** Quits: Renari (~Renari@replaced-ip ) (Ping timeout: 258 seconds)
266 [02:08:36] *** Quits: freedom (~freedom@replaced-ip ) (Ping timeout: 248 seconds)
267 [02:09:18] *** Joins: freedom (~freedom@replaced-ip )
268 [02:12:34] *** Quits: freedom (~freedom@replaced-ip ) (Remote host closed the connection)
269 [02:12:36] *** Joins: th0r (~th0r@replaced-ip )
270 [02:12:53] *** Joins: freedom (~freedom@replaced-ip )
271 [02:13:57] *** Joins: diniwed (~gavron@replaced-ip )
272 [02:16:12] *** Quits: freedom (~freedom@replaced-ip ) (Remote host closed the connection)
273 [02:16:59] *** Quits: apt (ibot@replaced-ip ) (Remote host closed the connection)
274 [02:17:43] *** Joins: apt (ibot@replaced-ip )
275 [02:18:12] *** Joins: freedom (~freedom@replaced-ip )
276 [02:18:52] *** Parts: jdk2 (~jdk2@replaced-ip ) ("Leaving")
277 [02:18:59] *** Joins: AndroUser2 (~androirc@replaced-ip )
278 [02:19:48] *** Joins: preview (~quassel@replaced-ip )
279 [02:21:41] *** Joins: jeep (~jeep@replaced-ip )
280 [02:21:43] *** Quits: Makerblaker (~Makerblak@replaced-ip ) (Ping timeout: 245 seconds)
281 [02:28:32] *** Joins: Brocellous (~Brocellou@replaced-ip )
282 [02:29:38] *** Quits: paulgrmn (~paulgrmn@replaced-ip ) (Ping timeout: 245 seconds)
283 [02:33:27] *** Joins: user888 (~user888@replaced-ip )
284 [02:34:27] *** Quits: bertbob (~bertbob@replaced-ip ) (Ping timeout: 244 seconds)
285 [02:35:28] *** Quits: rednul (~rednul@replaced-ip ) (Ping timeout: 245 seconds)
286 [02:36:28] *** Joins: dreamon_ (~dreamon@replaced-ip )
287 [02:37:08] *** Joins: bertbob (~bertbob@replaced-ip )
288 [02:37:44] *** Quits: embden (~embden@replaced-ip ) (Ping timeout: 272 seconds)
289 [02:38:24] *** Quits: th0r (~th0r@replaced-ip ) (Quit: Leaving)
290 [02:40:03] *** Quits: dreamon__ (~dreamon@replaced-ip ) (Ping timeout: 245 seconds)
291 [02:40:52] *** Joins: venusNmars (~venus@replaced-ip )
292 [02:43:55] *** Joins: lagbolt (~jojommmm@replaced-ip )
293 [02:48:50] *** Quits: ChmEarl (~chmearl@replaced-ip ) (Quit: Leaving)
294 [02:50:02] *** Parts: Brocellous (~Brocellou@replaced-ip ) ("WeeChat 2.5")
295 [02:50:07] *** Joins: Brocellous (~Brocellou@replaced-ip )
296 [02:50:49] *** Joins: hans__ (~hans@replaced-ip )
297 [02:51:03] <lagbolt> I am wondering if anyone running linux-image-4.19.0-5-amd64 continuously gets do_IRQ: 0.33 No irq handler for vector. Eventually crashes my X. Dropping back to 4.9.0-6 and runs with no msg or crash. Google has been a no go for solutions.
298 [02:51:23] *** Parts: Brocellous (~Brocellou@replaced-ip ) ("WeeChat 2.5")
299 [02:51:54] <hans__> what is the difference between the netinst.iso (approx 300 MB) and the mini.iso (approx 50MB) other than the size difference? they both appear to be network installers
300 [02:54:30] <trek00> lagbolt: it could be a bug in linux drivers with your devices bios
301 [02:54:49] *** Joins: Thedarkb-X40 (~beno@replaced-ip )
302 [02:55:05] *** Parts: septi (be7322cc@replaced-ip ) ()
303 [02:55:13] *** Joins: dArK_IcE (~lawl@replaced-ip )
304 [02:55:18] <dvs> hans__, the netinst.iso can install a minimal system without goiing to the internet.
305 [02:55:27] <lagbolt> trek00: has been working for years. perhaps its aged out and needs update?
306 [02:55:27] <trek00> lagbolt: check replaced-url
307 [02:55:42] *** Joins: worth (~domenic@replaced-ip )
308 [02:55:49] *** Joins: rl12 (~rl12@replaced-ip )
309 [02:56:02] <trek00> lagbolt: it's the same motherboard?
310 [02:56:49] <lagbolt> trek00 Gigabyte Technology GA-990XA-UD3
311 [02:57:03] *** Quits: rl12 (~rl12@replaced-ip ) (Client Quit)
312 [02:57:38] *** cef is now known as Guest25475
313 [02:57:38] *** Quits: Guest25475 (~cef@replaced-ip ) (Killed (livingstone.freenode.net (Nickname regained by services)))
314 [02:57:43] *** Joins: cef (~cef@replaced-ip )
315 [02:58:15] <lagbolt> trek00: the error on this thread has 0.91, not sure the same issue. I can try passing the options and see if i get lucky.
316 [02:58:57] <trek00> lagbolt: the number depends by your irq configuration (set by motherboard)
317 [02:59:24] <lagbolt> trek00: ok. well worth a shot.
318 [02:59:31] *** Quits: Megaf (uid155773@replaced-ip ) (Quit: Connection closed for inactivity)
319 [03:00:10] *** Quits: avantgardist (~desktop@replaced-ip ) (Quit: Lost terminal)
320 [03:01:07] *** Quits: lagbolt (~jojommmm@replaced-ip ) (Quit: Leaving)
321 [03:01:10] *** Quits: allorder (~allorder@replaced-ip ) (Ping timeout: 272 seconds)
322 [03:01:27] *** Parts: worth (~domenic@replaced-ip ) ()
323 [03:02:57] *** Quits: AndroUser2 (~androirc@replaced-ip ) (Ping timeout: 245 seconds)
324 [03:03:09] *** Joins: AndroUser2 (~androirc@replaced-ip )
325 [03:04:12] *** Quits: lnslbrty (~NULL@replaced-ip ) (Ping timeout: 245 seconds)
326 [03:04:44] *** Quits: freedom (~freedom@replaced-ip ) (Remote host closed the connection)
327 [03:05:03] *** Quits: testing9922 (~testing99@replaced-ip##) (Quit: The Lounge - ##replaced-url
328 [03:05:55] *** Joins: testing9922 (~testing99@replaced-ip )
329 [03:06:16] *** Quits: Insanity_ (uid179350@replaced-ip ) (Quit: Connection closed for inactivity)
330 [03:09:01] *** debhelper sets mode: +l 1502
331 [03:10:27] *** Quits: venusNmars (~venus@replaced-ip ) (Remote host closed the connection)
332 [03:11:39] *** Quits: Psil0Cybin (Psil0Cybin@replaced-ip ) (Quit: I'm interested in upgrading my twenty eight point eight kilobaud internet connection to a one point five megabit fibre-optic T-1 line. Will you be able to provide an IP router that's compatable with my token ring ethernet LAN configuration? - Comicbookgu)
333 [03:12:31] *** Joins: lnslbrty (~NULL@replaced-ip )
334 [03:14:08] *** Joins: uNmowed (~Kaede@replaced-ip )
335 [03:14:21] *** Joins: hope_canyon (~newplasti@replaced-ip )
336 [03:14:22] *** Joins: sidmo (~ident@replaced-ip )
337 [03:14:36] *** Quits: iulian_ (~iulian@replaced-ip ) (Remote host closed the connection)
338 [03:14:44] *** Joins: cstls (~guy@replaced-ip )
339 [03:15:31] *** Quits: b0b (~bob@replaced-ip ) (Ping timeout: 276 seconds)
340 [03:16:16] *** Joins: alexandros_tab (~alexandro@replaced-ip )
341 [03:16:18] *** Quits: polman (~ananevtem@replaced-ip ) (Ping timeout: 245 seconds)
342 [03:17:28] *** Quits: AndroUser2 (~androirc@replaced-ip ) (Ping timeout: 264 seconds)
343 [03:17:28] *** Quits: sidmo_ (~ident@replaced-ip ) (Ping timeout: 264 seconds)
344 [03:17:58] *** Joins: AndroUser2 (~androirc@replaced-ip )
345 [03:18:34] *** Joins: alic (~weber@replaced-ip )
346 [03:19:11] *** Joins: allorder (~allorder@replaced-ip )
347 [03:20:38] *** Joins: polman (~ananevtem@replaced-ip )
348 [03:21:55] *** Parts: neyaoz (~neyaoz@replaced-ip ) ()
349 [03:21:59] *** Quits: akko (~gentoo@replaced-ip ) (Quit: WeeChat 2.5)
350 [03:23:21] *** Joins: om0919 (47011bab@replaced-ip )
351 [03:23:22] *** Quits: alic (~weber@replaced-ip ) (Ping timeout: 246 seconds)
352 [03:25:07] *** Quits: diniwed (~gavron@replaced-ip ) (Ping timeout: 246 seconds)
353 [03:25:27] *** Quits: magic_ninja (~sparkie1@replaced-ip ) (Ping timeout: 268 seconds)
354 [03:27:47] *** Joins: magic_ninja (~sparkie1@replaced-ip )
355 [03:29:00] *** Joins: b0b (~bob@replaced-ip )
356 [03:30:17] *** Quits: leden (~leden@replaced-ip ) (Ping timeout: 264 seconds)
357 [03:30:51] *** Joins: xeon (~quassel@replaced-ip )
358 [03:31:19] *** Quits: testing-dsgsdfa (81617c3b@replaced-ip ) (Ping timeout: 260 seconds)
359 [03:31:28] *** Quits: CaptainN (~KevinKeen@replaced-ip ) (Quit: I have to pee!)
360 [03:31:29] *** Quits: AndroUser2 (~androirc@replaced-ip ) (Write error: Broken pipe)
361 [03:31:37] *** Joins: AndroUser2 (~androirc@replaced-ip )
362 [03:32:32] *** Quits: preview (~quassel@replaced-ip ) (Quit: preview)
363 [03:34:08] *** Quits: pugfantus (~pugfantus@replaced-ip ) (Ping timeout: 258 seconds)
364 [03:36:09] *** Joins: pugfantus (~pugfantus@replaced-ip )
365 [03:36:16] *** Joins: Ekchuan_ (~RandyMars@replaced-ip )
366 [03:37:12] *** Quits: Ekchuan (~RandyMars@replaced-ip ) (Ping timeout: 258 seconds)
367 [03:39:38] *** Quits: monstar (~mitya@replaced-ip ) (Ping timeout: 245 seconds)
368 [03:39:38] *** Quits: n_1-c_k (~n_1-c_k@replaced-ip ) (Read error: Connection reset by peer)
369 [03:40:31] *** Joins: n_1-c_k (~n_1-c_k@replaced-ip )
370 [03:41:11] *** Joins: kts (~kts@replaced-ip )
371 [03:41:17] *** Quits: Tom01 (~tom@replaced-ip ) (Remote host closed the connection)
372 [03:41:25] *** Quits: cstls (~guy@replaced-ip ) (Ping timeout: 258 seconds)
373 [03:41:50] *** Joins: diniwed (~gavron@replaced-ip )
374 [03:43:38] *** Quits: martian67 (~martian67@replaced-ip##) (Quit: ZNC 1.7.2+deb3 - ##replaced-url
375 [03:45:11] *** Quits: ioitboy (~ioitboy@replaced-ip ) (Ping timeout: 268 seconds)
376 [03:46:05] *** Joins: leden (~leden@replaced-ip )
377 [03:47:25] *** Joins: plaisn (~plains@replaced-ip )
378 [03:47:26] *** Quits: yvyz (~yvyz@replaced-ip ) (Remote host closed the connection)
379 [03:47:29] *** Joins: martian67 (~martian67@replaced-ip )
380 [03:47:43] *** Joins: yvyz (~yvyz@replaced-ip )
381 [03:48:48] *** Quits: plains (~plains@replaced-ip ) (Ping timeout: 245 seconds)
382 [03:49:16] *** Quits: a0s510 (~a0s510@replaced-ip ) (Ping timeout: 264 seconds)
383 [03:49:49] *** Quits: mvaenskae (~mvaenskae@replaced-ip ) (Read error: Connection reset by peer)
384 [03:50:03] *** Quits: leden (~leden@replaced-ip ) (Client Quit)
385 [03:50:46] *** Quits: czesmir_ (~stefan@replaced-ip ) (Quit: Lost terminal)
386 [03:50:53] *** Quits: StalkerRiga (~Stalker@replaced-ip ) (Ping timeout: 245 seconds)
387 [03:53:50] *** Joins: zeden (~user@replaced-ip )
388 [03:54:21] *** Joins: ZaZaGX (cutiepi@replaced-ip )
389 [03:54:57] *** Joins: hays (~quassel@replaced-ip )
390 [03:55:44] *** Quits: martian67 (~martian67@replaced-ip##) (Quit: ZNC 1.7.2+deb3 - ##replaced-url
391 [03:56:15] *** Joins: leden (~leden@replaced-ip )
392 [03:56:27] *** Joins: ledeni|2 (~leden@replaced-ip )
393 [03:56:55] *** Quits: ledeni|2 (~leden@replaced-ip ) (Client Quit)
394 [03:57:15] *** Joins: martian67 (~martian67@replaced-ip )
395 [03:59:18] *** Joins: toxync12- (~toxync12@replaced-ip )
396 [03:59:38] *** Quits: toxync12 (~toxync12@replaced-ip ) (Ping timeout: 245 seconds)
397 [04:02:05] *** Joins: StalkerRiga (~Stalker@replaced-ip )
398 [04:03:14] *** Quits: hans__ (~hans@replaced-ip ) (Ping timeout: 272 seconds)
399 [04:03:16] *** Joins: VadPerevad (~vadpereva@replaced-ip )
400 [04:04:09] *** Parts: devslash (~devslash@replaced-ip ) ("Leaving")
401 [04:06:18] *** Quits: AndroUser2 (~androirc@replaced-ip ) (Ping timeout: 245 seconds)
402 [04:06:44] *** Joins: ojaito (~choimais@replaced-ip )
403 [04:07:14] *** Joins: Makerblaker (~Makerblak@replaced-ip )
404 [04:07:33] *** Quits: ojaito (~choimais@replaced-ip ) (Client Quit)
405 [04:08:29] <ZaZaGX> how come sometimes my grub screen has a different color? like everytime i format, it changes color
406 [04:09:01] *** Joins: patterson (~patterson@replaced-ip )
407 [04:10:00] *** Joins: Susant (~Susant@replaced-ip )
408 [04:10:02] <trek00> ZaZaGX: it's a special feature to tell you have formatted a disk
409 [04:10:12] *** Quits: patterson_ (~patterson@replaced-ip ) (Ping timeout: 248 seconds)
410 [04:10:17] <trek00> (joke)
411 [04:10:48] *** Joins: a0s510 (~a0s510@replaced-ip )
412 [04:11:17] <ZaZaGX> like sometimes it stays blue, other times it stays grey with the debian swirl
413 [04:12:00] <trek00> ZaZaGX: may be sometimes it gets graphical mode and sometimes text only?
414 [04:12:11] *** Joins: martigan (~martigan@replaced-ip )
415 [04:12:20] *** Quits: pugfantus (~pugfantus@replaced-ip ) (Ping timeout: 248 seconds)
416 [04:12:35] *** Quits: parab (~parab@replaced-ip ) (Quit: parab)
417 [04:12:38] *** Joins: pugfantus (~pugfantus@replaced-ip )
418 [04:12:57] <ZaZaGX> well, i noticed when i encrypted the whole disk its blue. and when i don't have the whole disk encrypted, it stays grey
419 [04:13:09] *** Joins: Zvmdyv (~Zvmdyv@replaced-ip )
420 [04:13:20] *** Parts: Zvmdyv (~Zvmdyv@replaced-ip ) ()
421 [04:13:28] *** Joins: Zvmdyv (~Zvmdyv@replaced-ip )
422 [04:14:03] <trek00> ZaZaGX: if you have grub backgrounds installed, may be it can't find them if they are on the encrypted disk
423 [04:14:19] *** Joins: heidegger (~geist66@replaced-ip )
424 [04:14:45] <ZaZaGX> i'm not even sure if i installed the grub background
425 [04:15:58] <trek00> grub2-splashimages
426 [04:16:48] <ZaZaGX> wheres the list dict?
427 [04:17:03] <trek00> dpkg -l ?
428 [04:17:04] <dpkg> Files in package trek00-pr0n: /srv/trek00-pr0n/trek00.jpg
429 [04:17:17] <trek00> :)
430 [04:17:44] <ZaZaGX> i don't see it
431 [04:17:46] <trek00> ZaZaGX: i see may be also plymouth has his grub theme
432 [04:18:38] <ZaZaGX> i don't see the pr0n
433 [04:19:46] <noahmg123> OK, I am stumped. I'm trying to add my school's printer as a SAMBA printer, and I keep getting "NT_STATUS_ACCESS_DENIED" while the job is "held for authentication". When I try to authenticate, the password prompt says "negotiate". I'm assuming this has something to do with some auth protocol, but I'm not sure which.
434 [04:19:55] <trek00> ZaZaGX: don't read the dkpg response, that was a joke, anyway checking /etc/grub.d/05_debian_theme there are at least 4 types of background that could be loaded from grub, and they are all under /usr
435 [04:20:23] <noahmg123> Looking in the CUPS log, there's also an NT_STATUS_INVALID_PARAMETER error
436 [04:21:42] *** Quits: tyranny12 (~blarg@replaced-ip ) (Ping timeout: 245 seconds)
437 [04:21:49] <trek00> noahmg123: it seems you are not authorized to join the windows authentication server
438 [04:23:01] <noahmg123> trek00: what would that mean exactly? And how would I fix it? I can use the smbclient command just fine from the command line. Is there a config file I need to edit?
439 [04:23:11] *** Joins: tyranny12 (~blarg@replaced-ip )
440 [04:23:12] *** Quits: tyranny12 (~blarg@replaced-ip ) (Changing host)
441 [04:23:12] *** Joins: tyranny12 (~blarg@replaced-ip )
442 [04:23:48] <trek00> noahmg123: i'm not practical with microsoft world, but you can check replaced-url
443 [04:24:22] <trek00> noahmg123: there are many helpful tips, config file and smbclient commands
444 [04:25:22] <noahmg123> trek00: I think the issue is SAMBA authentication is not built into the printer itself. I'm not sure, but it may just call smbclient directly. If I knew how it was calling smbclient, that would definitely be helpful
445 [04:27:39] *** Joins: felixfoertsch (~felixfoer@replaced-ip )
446 [04:27:58] *** Joins: neyaoz (~neyaoz@replaced-ip )
447 [04:28:01] *** xeon is now known as bqq
448 [04:28:03] <trek00> noahmg123: try accessing to the printer via smblcient, if it is ok, try again to print
449 [04:28:31] *** Quits: nexgen2 (~nexgen@replaced-ip ) (Quit: Leaving)
450 [04:28:43] <noahmg123> trek00: well... I've always been able to use that command to connect
451 [04:28:52] <noahmg123> But the printer has never worked
452 [04:29:36] <trek00> noahmg123: if smbclient can't connect to the printer, cups will never use it
453 [04:29:37] *** Parts: neyaoz (~neyaoz@replaced-ip ) ()
454 [04:29:56] *** Quits: felixfoertsch23 (~felixfoer@replaced-ip ) (Ping timeout: 248 seconds)
455 [04:29:56] <noahmg123> trek00: smbclient can connect to the printer
456 [04:30:40] *** Quits: Arkaniad (~Arkaniad@replaced-ip##) (Quit: ZNC 1.7.2+deb2ubuntu0.1 - ##replaced-url
457 [04:31:02] *** Joins: Arkaniad (~Arkaniad@replaced-ip )
458 [04:31:36] <trek00> noahmg123: may be this can help? replaced-url
459 [04:32:03] <noahmg123> I'll take a look. Thank you.
460 [04:32:41] *** Joins: neyaoz (~neyaoz@replaced-ip )
461 [04:33:24] *** Quits: sedrosken (~sedrosken@replaced-ip ) (Quit: You shouldn't be seeing this!)
462 [04:33:53] *** Joins: sedrosken (~sedrosken@replaced-ip )
463 [04:35:10] *** Joins: crestfallen (~John@replaced-ip )
464 [04:35:31] *** Joins: enseneo (~madneap@replaced-ip )
465 [04:36:18] *** Quits: magic_ninja (~sparkie1@replaced-ip ) (Ping timeout: 245 seconds)
466 [04:36:32] *** Quits: enseneo (~madneap@replaced-ip ) (Client Quit)
467 [04:38:10] *** Joins: ioitboy (~ioitboy@replaced-ip )
468 [04:38:24] *** Joins: foka (~foka@replaced-ip )
469 [04:38:35] *** Joins: magic_ninja (~sparkie1@replaced-ip )
470 [04:39:52] *** Parts: neyaoz (~neyaoz@replaced-ip ) ()
471 [04:40:52] *** Quits: alexandros_tab (~alexandro@replaced-ip ) (Ping timeout: 245 seconds)
472 [04:41:30] *** Quits: a0s510 (~a0s510@replaced-ip ) (Remote host closed the connection)
473 [04:41:51] *** Joins: cstls (~guy@replaced-ip )
474 [04:43:30] *** Joins: neyaoz (~neyaoz@replaced-ip )
475 [04:49:42] *** Joins: paulgrmn (~paulgrmn@replaced-ip )
476 [04:49:49] *** Quits: Flynnn (~textual@replaced-ip ) (Quit: Auf Wiedersehen!)
477 [04:52:07] *** Quits: martigan (~martigan@replaced-ip ) (Ping timeout: 245 seconds)
478 [04:53:37] <ZaZaGX> will debian buster support a wifi card or adaptor of 802.11ax?
479 [04:53:39] *** Joins: AndroUser2 (~androirc@replaced-ip )
480 [04:54:13] *** Joins: COOurb (COOurb@replaced-ip )
481 [04:55:42] *** Quits: kupi (uid212005@replaced-ip ) (Quit: Connection closed for inactivity)
482 [04:59:48] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 248 seconds)
483 [05:01:23] *** Quits: AndroUser2 (~androirc@replaced-ip ) (Remote host closed the connection)
484 [05:01:39] *** Joins: Cabanoss- (~Cabanossi@replaced-ip )
485 [05:01:56] *** Quits: melpy (~melpy@replaced-ip ) (Remote host closed the connection)
486 [05:02:09] *** Joins: enseneo (~madneap@replaced-ip )
487 [05:02:16] *** Joins: AndroUser2 (~androirc@replaced-ip )
488 [05:02:19] *** Joins: virgie (~riordan@replaced-ip )
489 [05:02:24] *** Quits: virgie (~riordan@replaced-ip ) (K-Lined)
490 [05:04:40] *** Joins: bazhang (~bazhang@replaced-ip )
491 [05:05:01] *** Quits: ksk (~ksk@replaced-ip ) (Remote host closed the connection)
492 [05:05:20] *** Joins: ksk (~ksk@replaced-ip )
493 [05:06:16] *** Quits: dArK_IcE (~lawl@replaced-ip ) ()
494 [05:06:50] *** Joins: vadperevad__ (~vadpereva@replaced-ip )
495 [05:07:25] *** Joins: airsoftmodels (~airsoftmo@replaced-ip )
496 [05:08:04] *** Quits: enseneo (~madneap@replaced-ip ) (Quit: WeeChat 2.3)
497 [05:09:02] *** Joins: martigan (~martigan@replaced-ip )
498 [05:09:44] *** Quits: VadPerevad (~vadpereva@replaced-ip ) (Ping timeout: 272 seconds)
499 [05:10:19] *** Joins: enseneo (~madneap@replaced-ip )
500 [05:11:17] *** Quits: enseneo (~madneap@replaced-ip ) (Client Quit)
501 [05:12:14] *** Quits: airsoftmodels (~airsoftmo@replaced-ip ) (Client Quit)
502 [05:12:57] *** Joins: citypw (~citypw@replaced-ip )
503 [05:13:48] *** Joins: jeddy (~chadd@replaced-ip )
504 [05:14:23] *** Quits: jeddy (~chadd@replaced-ip ) (K-Lined)
505 [05:16:14] *** Joins: OS-19416 (~OS-19416@replaced-ip )
506 [05:16:52] *** Quits: AndroUser2 (~androirc@replaced-ip ) (Ping timeout: 248 seconds)
507 [05:16:57] *** Joins: jamison (~walden@replaced-ip )
508 [05:16:58] *** Joins: rednul (~rednul@replaced-ip )
509 [05:17:20] *** Quits: paulgrmn (~paulgrmn@replaced-ip ) (Ping timeout: 272 seconds)
510 [05:17:38] *** Joins: AndroUser2 (~androirc@replaced-ip )
511 [05:18:06] *** Joins: enseneo (~madneap@replaced-ip )
512 [05:19:01] *** debhelper sets mode: +l 1508
513 [05:21:08] *** Quits: cstls (~guy@replaced-ip ) (Ping timeout: 272 seconds)
514 [05:22:41] *** Parts: jamison (~walden@replaced-ip ) ()
515 [05:22:41] *** Quits: enseneo (~madneap@replaced-ip ) (Client Quit)
516 [05:22:59] *** Joins: enseneo (~madneap@replaced-ip )
517 [05:23:05] *** Joins: airsoftmodels (~airsoftmo@replaced-ip )
518 [05:26:33] *** Joins: bondie (~bentley@replaced-ip )
519 [05:26:49] *** Quits: bondie (~bentley@replaced-ip ) (K-Lined)
520 [05:27:59] *** Joins: xcynth (~xcynth@replaced-ip )
521 [05:30:34] <ZaZaGX> dang, someone is getting k-lined
522 [05:31:20] *** Quits: AndroUser2 (~androirc@replaced-ip ) (Remote host closed the connection)
523 [05:33:26] *** Joins: AndroUser2 (~androirc@replaced-ip )
524 [05:33:34] *** Quits: kts (~kts@replaced-ip ) (Ping timeout: 246 seconds)
525 [05:34:49] *** Joins: thePiGrepper (~nagato@replaced-ip )
526 [05:37:53] *** Quits: Arkaniad (~Arkaniad@replaced-ip##) (Quit: ZNC 1.7.2+deb2ubuntu0.1 - ##replaced-url
527 [05:37:54] *** Quits: airsoftmodels (~airsoftmo@replaced-ip ) (Quit: Leaving)
528 [05:38:34] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
529 [05:41:16] *** Joins: Arkaniad (~Arkaniad@replaced-ip )
530 [05:42:15] *** Quits: zeden (~user@replaced-ip ) (Quit: WeeChat 2.4)
531 [05:44:35] *** Quits: AndroUser2 (~androirc@replaced-ip ) (Ping timeout: 244 seconds)
532 [05:45:59] *** Joins: well_laid_lawn (~Jean-luc@replaced-ip )
533 [05:47:02] *** Joins: dalli (~tyrone@replaced-ip )
534 [05:48:00] *** Quits: dalli (~tyrone@replaced-ip ) (K-Lined)
535 [05:48:39] *** Joins: awal1 (~awal1@replaced-ip )
536 [05:49:28] *** Quits: vadperevad__ (~vadpereva@replaced-ip ) (Quit: Leaving)
537 [05:52:29] *** Quits: testing9922 (~testing99@replaced-ip##) (Quit: The Lounge - ##replaced-url
538 [05:53:26] *** Quits: quinnnuaa (~Administr@replaced-ip ) (Ping timeout: 272 seconds)
539 [05:53:49] *** Joins: plains (~plains@replaced-ip )
540 [05:54:38] *** Quits: plaisn (~plains@replaced-ip ) (Ping timeout: 245 seconds)
541 [05:58:42] *** Joins: nexgen2 (~nexgen@replaced-ip )
542 [05:59:11] *** Joins: quinnnuaa (~Administr@replaced-ip )
543 [06:00:35] *** Joins: alkisg (~alkisg@replaced-ip )
544 [06:02:58] *** Quits: opara (~opara@replaced-ip ) (Ping timeout: 246 seconds)
545 [06:02:58] *** Quits: ZaZaGX (cutiepi@replaced-ip ) (Ping timeout: 245 seconds)
546 [06:03:21] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
547 [06:03:30] *** Joins: pity (~pity@replaced-ip )
548 [06:03:32] *** Quits: nexgen2 (~nexgen@replaced-ip ) (Excess Flood)
549 [06:03:50] *** Joins: nexgen2 (~nexgen@replaced-ip )
550 [06:07:06] *** Quits: pav (~vjetar@replaced-ip ) (Quit: Bye a/All, it's time to walk the dog...)
551 [06:07:46] *** Quits: krytarik (krytarik@replaced-ip ) (Ping timeout: 276 seconds)
552 [06:08:08] *** Joins: barri (~dennet@replaced-ip )
553 [06:10:03] *** Quits: plasticle (~plasticle@replaced-ip ) (Ping timeout: 245 seconds)
554 [06:10:29] <warsoul> hi guys
555 [06:10:55] <warsoul> when i boot on debian i see some BIOS error but the go fast cant see what they say
556 [06:11:30] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
557 [06:11:32] *** Quits: xcynth (~xcynth@replaced-ip ) (Quit: xcynth)
558 [06:11:40] *** Joins: pity (~pity@replaced-ip )
559 [06:12:14] *** Quits: barri (~dennet@replaced-ip ) (K-Lined)
560 [06:12:32] *** Quits: Unit193 (ukikie@replaced-ip ) (Ping timeout: 600 seconds)
561 [06:12:41] <alkisg> warsoul: try running `dmesg`, do you see it there?
562 [06:12:55] *** Joins: kts (~kts@replaced-ip )
563 [06:13:22] *** Quits: martigan (~martigan@replaced-ip ) (Ping timeout: 245 seconds)
564 [06:14:08] *** Quits: gremlin42 (~eric@replaced-ip ) (Remote host closed the connection)
565 [06:16:10] <warsoul> replaced-url
566 [06:16:33] *** Joins: travereben (~flinn@replaced-ip )
567 [06:17:41] *** Joins: Shahnaz (~Shahnaz@replaced-ip )
568 [06:18:05] *** Joins: iulian (~iulian@replaced-ip )
569 [06:18:28] *** iulian is now known as Guest80993
570 [06:19:02] *** debhelper sets mode: +l 1501
571 [06:19:19] *** Quits: b00^ (~void@replaced-ip ) (Remote host closed the connection)
572 [06:19:41] *** Quits: martian67 (~martian67@replaced-ip##) (Quit: ZNC 1.7.2+deb3 - ##replaced-url
573 [06:20:11] *** Quits: Shahnaz_ (~Shahnaz@replaced-ip ) (Ping timeout: 250 seconds)
574 [06:20:27] <OerHeks> around: 1.413472] ACPI BIOS Error (bug): Could not resolve [\_SB.PCI0.SAT0.SPT4._GTF.DSSP], AE_NOT_FOUND (20180810/psargs-330)
575 [06:20:34] <user888> hey warsoul. I don't know what causes those acpi errors but I have the same issue.
576 [06:20:52] <user888> Just curious what motherboard/cpu combo do you have?
577 [06:21:10] <warsoul> motherboard i forgot the brand
578 [06:21:17] <user888> asus?
579 [06:21:27] <warsoul> Client: HexChat 2.14.2 • OS: Debian 10.0 • CPU: Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz (3.50GHz) • Memory: 15.2 GiB Total (14.8 GiB Free) • Storage: 32.4 GB / 507.5 GB (475.1 GB Free) • VGA: NVIDIA Corporation NF7-S/NF7 @ Intel Corporation 4th Gen Core Processor DRAM Controller • Uptime: 14m 13s
580 [06:21:49] *** Quits: travereben (~flinn@replaced-ip ) (Ping timeout: 268 seconds)
581 [06:22:16] *** Quits: p0lyph3m (~p0lyph3m@replaced-ip ) (Ping timeout: 264 seconds)
582 [06:22:16] <OerHeks> 8.039424] kvm: disabled by bios .. not enabled VT-x ??
583 [06:22:55] *** Quits: furaidi_ (~quassel@replaced-ip##) (Quit: ##replaced-url
584 [06:22:57] *** Joins: lilabsence (~RizzoTheR@replaced-ip )
585 [06:23:15] *** Quits: sidmo (~ident@replaced-ip ) (Quit: Konversation terminated!)
586 [06:23:45] *** Joins: e1z0 (~null@replaced-ip )
587 [06:24:34] *** Joins: martian67 (~martian67@replaced-ip )
588 [06:26:26] *** Quits: rizzo (~RizzoTheR@replaced-ip ) (Ping timeout: 244 seconds)
589 [06:26:37] <user888> Hmm that's newer than me. I'm still on sandy bridge (2500k) so it doesn't seem to be platform specific.
590 [06:27:11] *** Joins: sidmo (~ident@replaced-ip )
591 [06:28:05] *** Quits: martian67 (~martian67@replaced-ip ) (Client Quit)
592 [06:28:31] *** Quits: Zvmdyv (~Zvmdyv@replaced-ip ) (Remote host closed the connection)
593 [06:28:32] *** Joins: martian67 (~martian67@replaced-ip )
594 [06:29:32] *** Quits: nexgen2 (~nexgen@replaced-ip ) (Ping timeout: 244 seconds)
595 [06:30:13] *** Parts: trek00 (~trek@replaced-ip ) ()
596 [06:32:15] *** Quits: MrCCoffee (coffee@replaced-ip ) (Quit: leaving)
597 [06:32:19] *** Quits: guerby (~guerby@replaced-ip ) (Read error: Connection reset by peer)
598 [06:33:24] *** Quits: lead_pipe23 (~Lead@replaced-ip ) (Quit: Bye)
599 [06:34:46] *** Joins: guerby (~guerby@replaced-ip )
600 [06:36:52] *** Joins: AgTh (~b50c6@replaced-ip )
601 [06:37:45] *** Quits: Susant (~Susant@replaced-ip ) (Ping timeout: 258 seconds)
602 [06:38:19] *** Quits: Bjornn (~Bjornn@replaced-ip ) (Ping timeout: 276 seconds)
603 [06:39:01] *** debhelper sets mode: +l 1491
604 [06:39:05] *** Quits: mosh (~chaos@replaced-ip ) (Ping timeout: 268 seconds)
605 [06:39:05] *** Quits: Hafert92 (~travis@replaced-ip ) (Ping timeout: 268 seconds)
606 [06:39:05] *** Quits: WARBIRD199 (~WARBIRD19@replaced-ip ) (Ping timeout: 268 seconds)
607 [06:39:23] *** Joins: Hafert92 (travis@replaced-ip )
608 [06:39:43] *** Joins: corvo1 (~Thunderbi@replaced-ip )
609 [06:39:48] *** Parts: sanya555 (C331@replaced-ip ) ()
610 [06:39:58] *** Joins: bliv (~bliv@replaced-ip )
611 [06:40:19] *** Quits: genpaku (~genpaku@replaced-ip ) (Ping timeout: 268 seconds)
612 [06:40:56] *** Quits: corvo (~Thunderbi@replaced-ip ) (Ping timeout: 268 seconds)
613 [06:40:57] *** corvo1 is now known as corvo
614 [06:41:00] *** Joins: pingfloyd (~pingfloyd@replaced-ip )
615 [06:41:21] *** Joins: mosh (~chaos@replaced-ip )
616 [06:42:05] *** Quits: heidegger (~geist66@replaced-ip ) (Remote host closed the connection)
617 [06:42:10] *** Joins: czart (~czart@replaced-ip )
618 [06:42:11] *** Joins: genpaku (~genpaku@replaced-ip )
619 [06:42:31] *** Joins: heidegger (~geist66@replaced-ip )
620 [06:42:33] *** Joins: ZaZaGX (cutiepi@replaced-ip )
621 [06:42:39] *** Joins: Bjornn (~Bjornn@replaced-ip )
622 [06:42:44] *** Joins: WARBIRD199 (~WARBIRD19@replaced-ip )
623 [06:43:19] *** Quits: torbo (~user@replaced-ip ) (Remote host closed the connection)
624 [06:44:22] *** Joins: Mo7Qt0 (~Mo7Qt0@replaced-ip )
625 [06:45:27] *** Quits: jeep (~jeep@replaced-ip ) (Quit: Leaving)
626 [06:45:37] *** Joins: electro33 (uid613@replaced-ip )
627 [06:47:37] *** Quits: Guest80993 (~iulian@replaced-ip ) (Quit: Leaving)
628 [06:48:03] *** Joins: iulian_ (~iulian@replaced-ip )
629 [06:48:40] *** Joins: firas (~firas@replaced-ip )
630 [06:49:32] *** Joins: nexgen2 (~nexgen@replaced-ip )
631 [06:49:51] *** Quits: firas (~firas@replaced-ip ) (Max SendQ exceeded)
632 [06:51:10] *** Quits: MyStartx (~X@replaced-ip##) (Quit: AndroIRC - Android IRC Client ( ##replaced-url
633 [06:55:46] *** Quits: AgTh (~b50c6@replaced-ip ) (Ping timeout: 258 seconds)
634 [06:56:44] *** Quits: we6jbo (~we6jbo@replaced-ip ) (Remote host closed the connection)
635 [06:58:44] *** Quits: nexgen2 (~nexgen@replaced-ip ) (Ping timeout: 248 seconds)
636 [06:59:16] *** Quits: djanos- (~djanos@replaced-ip ) (Ping timeout: 248 seconds)
637 [06:59:22] *** Joins: AgTh (~b50c6@replaced-ip )
638 [07:00:34] *** Joins: djanos_ (~djanos@replaced-ip )
639 [07:00:35] *** Quits: martian67 (~martian67@replaced-ip##) (Quit: ZNC 1.7.2+deb3 - ##replaced-url
640 [07:00:41] *** Joins: diogenes_ (~diogenes_@replaced-ip )
641 [07:00:43] *** Quits: fatalerrors (~fatalerro@replaced-ip ) (Ping timeout: 246 seconds)
642 [07:00:52] *** Quits: foka (~foka@replaced-ip ) (Ping timeout: 248 seconds)
643 [07:00:54] *** Joins: guerby_ (~guerby@replaced-ip )
644 [07:01:14] *** Quits: guerby (~guerby@replaced-ip ) (Ping timeout: 252 seconds)
645 [07:01:47] *** Joins: foka (~foka@replaced-ip )
646 [07:02:31] *** Quits: kts (~kts@replaced-ip ) (Quit: Konversation terminated!)
647 [07:02:49] *** Joins: fatalerrors (~fatalerro@replaced-ip )
648 [07:03:15] *** Quits: ZaZaGX (cutiepi@replaced-ip ) (Quit: leaving)
649 [07:04:13] *** Quits: plains (~plains@replaced-ip ) (Remote host closed the connection)
650 [07:06:13] *** Quits: diniwed (~gavron@replaced-ip ) (Ping timeout: 244 seconds)
651 [07:06:15] *** Quits: CrystalMath (~coderain@replaced-ip##) (Quit: Support Free Software - ##replaced-url
652 [07:06:28] *** Joins: nexgen2 (~nexgen@replaced-ip )
653 [07:07:22] *** Quits: OS-19416 (~OS-19416@replaced-ip ) (Quit: Leaving)
654 [07:08:24] *** Quits: tdn (~tdn@replaced-ip ) (Quit: leaving)
655 [07:08:58] *** Quits: nexgen2 (~nexgen@replaced-ip ) (Remote host closed the connection)
656 [07:09:26] *** Joins: nexgen2 (~nexgen@replaced-ip )
657 [07:09:33] *** Joins: martian67 (~martian67@replaced-ip )
658 [07:09:39] *** Joins: zeligfitzgerald (~gaspard@replaced-ip )
659 [07:11:53] *** Quits: crestfallen (~John@replaced-ip ) (Remote host closed the connection)
660 [07:12:14] *** Joins: melpy (~melpy@replaced-ip )
661 [07:13:24] *** Joins: furaidi_ (~quassel@replaced-ip )
662 [07:15:03] *** Quits: KnoP (~andreas@replaced-ip ) (Ping timeout: 245 seconds)
663 [07:15:21] *** Parts: zeligfitzgerald (~gaspard@replaced-ip ) ()
664 [07:18:23] *** Joins: lead_pipe23 (~Lead@replaced-ip )
665 [07:18:28] *** Quits: ZeroBeholder (~ZeroBehol@replaced-ip ) (Ping timeout: 248 seconds)
666 [07:19:13] *** Quits: nexgen2 (~nexgen@replaced-ip ) (Remote host closed the connection)
667 [07:19:39] *** Joins: nexgen2 (~nexgen@replaced-ip )
668 [07:21:02] *** Joins: ZeroBeholder (~ZeroBehol@replaced-ip )
669 [07:21:49] *** Quits: Uberius (~Uberius@replaced-ip ) (Quit: Quit)
670 [07:22:17] *** Quits: martian67 (~martian67@replaced-ip##) (Quit: ZNC 1.7.2+deb3 - ##replaced-url
671 [07:23:46] *** Joins: l9 (~muad@replaced-ip )
672 [07:25:44] *** Joins: kts (~kts@replaced-ip )
673 [07:25:51] *** Quits: ZeroBeholder (~ZeroBehol@replaced-ip ) (Ping timeout: 244 seconds)
674 [07:25:54] *** Quits: AgTh (~b50c6@replaced-ip ) (Ping timeout: 272 seconds)
675 [07:26:02] *** Joins: martian67 (~martian67@replaced-ip )
676 [07:26:06] *** Joins: sauvin (sauvin@replaced-ip )
677 [07:26:07] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
678 [07:27:14] *** Joins: AgTh (~b50c6@replaced-ip )
679 [07:27:29] *** Joins: oish (~charlie@replaced-ip )
680 [07:27:57] *** Quits: nexgen2 (~nexgen@replaced-ip ) (Ping timeout: 245 seconds)
681 [07:28:46] *** Joins: baxiepattin (~dexter@replaced-ip )
682 [07:29:16] *** Quits: oish (~charlie@replaced-ip ) (Remote host closed the connection)
683 [07:29:44] *** Joins: diniwed (~gavron@replaced-ip )
684 [07:31:18] *** Joins: pity (~pity@replaced-ip )
685 [07:31:29] *** Quits: ich (~ich@replaced-ip ) (Remote host closed the connection)
686 [07:32:04] *** Joins: ZeroBeholder (~ZeroBehol@replaced-ip )
687 [07:34:24] *** Parts: baxiepattin (~dexter@replaced-ip ) ()
688 [07:35:49] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
689 [07:35:50] *** Joins: Newami (~Newami@replaced-ip )
690 [07:36:18] *** Joins: pity (~pity@replaced-ip )
691 [07:36:52] *** Quits: Newami (~Newami@replaced-ip ) (Remote host closed the connection)
692 [07:36:52] *** Quits: Mo7Qt0 (~Mo7Qt0@replaced-ip ) (Read error: Connection reset by peer)
693 [07:37:05] *** Joins: Dick (~user@replaced-ip )
694 [07:37:40] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
695 [07:38:09] <Dick> Hi, where do i download "old debian-iso" files, could not find any on "archive.debian.org" .. ?
696 [07:38:58] *** Quits: toxync12- (~toxync12@replaced-ip ) (Excess Flood)
697 [07:39:33] *** Quits: user888 (~user888@replaced-ip ) (Quit: Leaving)
698 [07:39:43] *** Joins: Mo7Qt0 (~Mo7Qt0@replaced-ip )
699 [07:40:29] <jh001> Dick: google finds replaced-url
700 [07:41:03] *** Joins: toxync12 (~toxync12@replaced-ip )
701 [07:41:09] *** Joins: oish (~charlie@replaced-ip )
702 [07:41:20] *** Joins: pity (~pity@replaced-ip )
703 [07:41:21] <diogenes_> what a nickname ^
704 [07:41:25] <Dick> jh001: Nice , thank, nice cluttering up the debian archive, by the way....
705 [07:41:36] *** Parts: Dick (~user@replaced-ip ) ()
706 [07:42:42] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
707 [07:43:15] *** Joins: careta (~careta@replaced-ip )
708 [07:45:13] *** Quits: diniwed (~gavron@replaced-ip ) (Ping timeout: 258 seconds)
709 [07:46:21] *** Joins: pity (~pity@replaced-ip )
710 [07:48:51] *** Joins: beegrrl (~beegrrl@replaced-ip )
711 [07:48:51] *** Quits: n_1-c_k (~n_1-c_k@replaced-ip ) (Read error: Connection reset by peer)
712 [07:48:59] *** Quits: timur_davletshin (~timur_dav@replaced-ip ) (Quit: Leaving)
713 [07:49:43] *** Joins: n_1-c_k (~n_1-c_k@replaced-ip )
714 [07:50:00] *** Quits: radkos (~radkos@replaced-ip ) (Ping timeout: 268 seconds)
715 [07:50:44] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
716 [07:51:23] *** Joins: pity (~pity@replaced-ip )
717 [07:52:10] *** Quits: tyranny12 (~blarg@replaced-ip ) (Ping timeout: 246 seconds)
718 [07:52:45] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
719 [07:54:14] *** Joins: z8z (~x@replaced-ip )
720 [07:54:17] *** Joins: tyranny12 (~blarg@replaced-ip )
721 [07:54:17] *** Quits: tyranny12 (~blarg@replaced-ip ) (Changing host)
722 [07:54:17] *** Joins: tyranny12 (~blarg@replaced-ip )
723 [07:54:30] *** Quits: beegrrl (~beegrrl@replaced-ip ) (Quit: beegrrl)
724 [07:54:44] *** Joins: beegrrl (~beegrrl@replaced-ip )
725 [07:56:24] *** Joins: pity (~pity@replaced-ip )
726 [07:57:24] *** Quits: oish (~charlie@replaced-ip ) (Quit: Lost terminal)
727 [07:57:34] *** Quits: sedrosken (~sedrosken@replaced-ip ) (Ping timeout: 272 seconds)
728 [07:58:15] *** Quits: cnsunyour (~cnsunyour@replaced-ip ) (Ping timeout: 258 seconds)
729 [07:59:16] *** Joins: oish (~charlie@replaced-ip )
730 [07:59:43] *** Joins: krytarik (krytarik@replaced-ip )
731 [08:00:09] *** Joins: sedrosken (~sedrosken@replaced-ip )
732 [08:00:31] *** Joins: timur_davletshin (~timur_dav@replaced-ip )
733 [08:01:47] *** Joins: Ericounet (~Eric@replaced-ip )
734 [08:02:00] *** Quits: epony (epony@replaced-ip ) (Ping timeout: 272 seconds)
735 [08:02:17] *** Joins: Gyro (~user@replaced-ip )
736 [08:02:23] *** Joins: amphiprions (~amphiprio@replaced-ip )
737 [08:02:50] *** Joins: ZaZaGX (cutiepi@replaced-ip )
738 [08:03:51] *** Joins: radkos (~radkos@replaced-ip )
739 [08:03:58] *** Joins: dionysus69 (~Thunderbi@replaced-ip )
740 [08:05:02] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 245 seconds)
741 [08:05:08] *** Quits: ZaZaGX (cutiepi@replaced-ip ) (Client Quit)
742 [08:07:04] *** Joins: Haohmaru (~Haohmaru@replaced-ip )
743 [08:07:32] *** Quits: Ingvix (~Ingvix@replaced-ip ) (Ping timeout: 248 seconds)
744 [08:07:54] *** Joins: nexgen2 (~nexgen@replaced-ip )
745 [08:09:04] *** Joins: zzor (~zzor@replaced-ip )
746 [08:09:31] *** Quits: tyranny12 (~blarg@replaced-ip ) (Remote host closed the connection)
747 [08:09:37] *** Joins: martian67| (~martian67@replaced-ip )
748 [08:10:47] *** Joins: tyranny12 (~blarg@replaced-ip )
749 [08:10:47] *** Quits: tyranny12 (~blarg@replaced-ip ) (Changing host)
750 [08:10:47] *** Joins: tyranny12 (~blarg@replaced-ip )
751 [08:11:00] *** Quits: martian67 (~martian67@replaced-ip ) (Ping timeout: 260 seconds)
752 [08:12:16] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
753 [08:12:47] *** Joins: Ingvix (~Ingvix@replaced-ip )
754 [08:12:49] *** Quits: nexgen2 (~nexgen@replaced-ip ) (Ping timeout: 268 seconds)
755 [08:15:58] *** Joins: airwind (~belovent@replaced-ip )
756 [08:17:00] *** Quits: patterson (~patterson@replaced-ip ) ()
757 [08:17:03] *** Quits: yonder (~yonder@replaced-ip ) (Remote host closed the connection)
758 [08:17:26] *** Joins: pity (~pity@replaced-ip )
759 [08:17:57] *** Quits: oahong (~samigarus@replaced-ip ) (Ping timeout: 245 seconds)
760 [08:18:35] *** Joins: oahong (~samigarus@replaced-ip )
761 [08:18:59] *** Quits: dionysus69 (~Thunderbi@replaced-ip ) (Ping timeout: 268 seconds)
762 [08:21:38] *** Quits: thePiGrepper (~nagato@replaced-ip ) (Ping timeout: 272 seconds)
763 [08:22:07] *** Joins: shiradz (~shiradz@replaced-ip )
764 [08:22:21] *** Joins: fkg (~fkg@replaced-ip )
765 [08:22:24] *** Quits: awal1 (~awal1@replaced-ip ) (Quit: Leaving)
766 [08:24:33] *** Quits: sfvm (~sfvm@replaced-ip ) (Quit: off to the basement, mixing up the medicine)
767 [08:24:33] *** Quits: radkos (~radkos@replaced-ip ) (Read error: Connection reset by peer)
768 [08:24:49] *** Joins: uio (~uio3@replaced-ip )
769 [08:24:59] *** Joins: oish (~charlie@replaced-ip )
770 [08:25:53] *** Quits: bolt (~r00t@replaced-ip ) (Remote host closed the connection)
771 [08:25:54] *** Joins: HerbY_NL2 (~HerbY_NL2@replaced-ip )
772 [08:25:56] *** Quits: Texou (~Texou@replaced-ip ) (Ping timeout: 252 seconds)
773 [08:26:41] *** Joins: radkos (~radkos@replaced-ip )
774 [08:27:36] * uio will remember to not change their nick too many times so as not be kicked out...
775 [08:27:42] *** Quits: melpy (~melpy@replaced-ip ) (Remote host closed the connection)
776 [08:28:02] *** Joins: bolt (~r00t@replaced-ip )
777 [08:29:16] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
778 [08:29:19] *** Parts: ioitboy (~ioitboy@replaced-ip ) ()
779 [08:29:27] *** Joins: pity (~pity@replaced-ip )
780 [08:30:21] *** Joins: fiet (~nobody@replaced-ip )
781 [08:30:25] *** Quits: tenknarf (~frank@replaced-ip ) (Quit: Konversation terminated!)
782 [08:30:39] *** Joins: czart_ (~czart@replaced-ip )
783 [08:31:37] *** Joins: ZaZaGX (cutiepi@replaced-ip )
784 [08:32:47] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
785 [08:33:17] *** Joins: ralala (~marcel@replaced-ip )
786 [08:34:24] *** Quits: czart (~czart@replaced-ip ) (Ping timeout: 268 seconds)
787 [08:34:32] *** Joins: pity (~pity@replaced-ip )
788 [08:35:44] *** Joins: loumagnou (~louq@replaced-ip )
789 [08:36:51] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
790 [08:37:07] *** Quits: bliv (~bliv@replaced-ip ) (Ping timeout: 245 seconds)
791 [08:37:46] *** Joins: Flynnn (~textual@replaced-ip )
792 [08:39:32] *** Joins: pity (~pity@replaced-ip )
793 [08:40:01] *** Joins: woshty (~woshty@replaced-ip )
794 [08:40:03] *** Joins: rephlexie (~rephlexie@replaced-ip )
795 [08:40:54] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
796 [08:42:26] *** Joins: gerri (~justen@replaced-ip )
797 [08:42:47] *** Joins: nexgen2 (~nexgen@replaced-ip )
798 [08:43:48] *** Quits: radkos (~radkos@replaced-ip ) (Ping timeout: 248 seconds)
799 [08:44:36] *** Joins: pity (~pity@replaced-ip )
800 [08:45:24] *** Joins: BlueByte (~walther@replaced-ip )
801 [08:47:23] *** Quits: gerri (~justen@replaced-ip ) (K-Lined)
802 [08:48:28] *** Joins: Unit193 (ukikie@replaced-ip )
803 [08:49:01] *** debhelper sets mode: +l 1500
804 [08:49:07] *** Joins: chele (~chele@replaced-ip )
805 [08:49:07] *** Joins: maurise (~darren@replaced-ip )
806 [08:50:09] *** Quits: maurise (~darren@replaced-ip ) (K-Lined)
807 [08:50:28] *** Quits: useretail (~n00buser@replaced-ip ) (Remote host closed the connection)
808 [08:50:55] *** Joins: useretail (~n00buser@replaced-ip )
809 [08:50:56] *** Joins: encod3 (~encod3@replaced-ip )
810 [08:51:01] <ZaZaGX> does it work?
811 [08:52:12] *** Joins: humpled (~i@replaced-ip )
812 [08:52:17] *** Quits: dreamon_ (~dreamon@replaced-ip ) (Ping timeout: 268 seconds)
813 [08:53:22] *** Quits: terr_ (~terr@replaced-ip ) (Ping timeout: 245 seconds)
814 [08:53:57] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
815 [08:54:06] *** Joins: pity (~pity@replaced-ip )
816 [08:54:43] *** Quits: guerby_ (~guerby@replaced-ip ) (Quit: Leaving)
817 [08:54:57] *** Joins: TomyWork (~TomyLobo@replaced-ip )
818 [08:55:21] *** Quits: meisteris (~meisteris@replaced-ip ) (Remote host closed the connection)
819 [08:55:24] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
820 [08:55:27] *** Quits: nuuuciano (~luuuciano@replaced-ip ) (Ping timeout: 245 seconds)
821 [08:56:06] *** Joins: Ycarus (~Ycarus@replaced-ip )
822 [08:56:16] *** Quits: martian67| (~martian67@replaced-ip ) (Ping timeout: 260 seconds)
823 [08:56:18] *** Joins: radkos (~radkos@replaced-ip )
824 [08:56:29] *** Joins: guerby (~guerby@replaced-ip )
825 [08:57:22] *** Joins: martian67 (~martian67@replaced-ip )
826 [08:57:40] *** Quits: hope_canyon (~newplasti@replaced-ip ) (Quit: Leaving)
827 [08:58:04] *** Joins: pierson (~ellis@replaced-ip )
828 [08:58:20] *** Quits: ZaZaGX (cutiepi@replaced-ip ) (Quit: leaving)
829 [08:58:27] *** Quits: pierson (~ellis@replaced-ip ) (K-Lined)
830 [08:59:28] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
831 [08:59:39] *** Joins: pity (~pity@replaced-ip )
832 [08:59:51] *** Quits: shiradz (~shiradz@replaced-ip ) (Quit: shiradz)
833 [08:59:55] *** Joins: sofakingwetoddid (~sofakingw@replaced-ip )
834 [08:59:57] *** Quits: sofakingwetoddid (~sofakingw@replaced-ip ) (Remote host closed the connection)
835 [09:00:32] *** Joins: sofakingwetoddid (~sofakingw@replaced-ip )
836 [09:00:53] *** Quits: sofakingwetoddid (~sofakingw@replaced-ip ) (Client Quit)
837 [09:01:24] *** Joins: meisteris (~meisteris@replaced-ip )
838 [09:01:30] *** Joins: sofakingwetoddid (~sofakingw@replaced-ip )
839 [09:01:32] *** Quits: nexgen2 (~nexgen@replaced-ip ) (Ping timeout: 268 seconds)
840 [09:02:38] *** Joins: shiradz (~shiradz@replaced-ip )
841 [09:02:59] *** Quits: beegrrl (~beegrrl@replaced-ip ) (Quit: beegrrl)
842 [09:03:43] *** Quits: martian67 (~martian67@replaced-ip##) (Quit: ZNC 1.7.2+deb3 - ##replaced-url
843 [09:05:01] *** Joins: barteks2x (~barteks2x@replaced-ip )
844 [09:05:51] *** Joins: Haudegen (~quassel@replaced-ip )
845 [09:07:00] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
846 [09:07:11] *** Joins: pity (~pity@replaced-ip )
847 [09:07:14] *** Quits: emOne (~emOne@replaced-ip ) (Ping timeout: 272 seconds)
848 [09:07:18] *** Joins: a0z (~a0z@replaced-ip )
849 [09:07:18] *** Joins: martian67 (~martian67@replaced-ip )
850 [09:09:31] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
851 [09:11:38] *** Quits: iulian_ (~iulian@replaced-ip ) (Remote host closed the connection)
852 [09:11:39] *** Joins: ich (~ich@replaced-ip )
853 [09:12:12] *** Joins: pity (~pity@replaced-ip )
854 [09:12:55] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
855 [09:13:32] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
856 [09:13:34] *** Quits: __jrjsmrtn__ (~jrjsmrtn@replaced-ip ) (Ping timeout: 272 seconds)
857 [09:14:20] *** Joins: drzacek (~drzacek@replaced-ip )
858 [09:15:03] *** Joins: __jrjsmrtn__ (~jrjsmrtn@replaced-ip )
859 [09:17:15] *** Joins: pity (~pity@replaced-ip )
860 [09:18:35] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
861 [09:19:14] *** Joins: altin (~altin@replaced-ip )
862 [09:19:14] *** Quits: altin (~altin@replaced-ip ) (Changing host)
863 [09:19:14] *** Joins: altin (~altin@replaced-ip )
864 [09:19:34] *** Quits: tyranny12 (~blarg@replaced-ip ) (Read error: Connection reset by peer)
865 [09:20:04] *** Joins: tyranny12 (~blarg@replaced-ip )
866 [09:20:04] *** Quits: tyranny12 (~blarg@replaced-ip ) (Changing host)
867 [09:20:04] *** Joins: tyranny12 (~blarg@replaced-ip )
868 [09:20:18] *** Joins: annadane (~annadane@replaced-ip )
869 [09:20:49] *** Joins: cnsunyour (~cnsunyour@replaced-ip )
870 [09:22:11] *** Joins: emOne (~emOne@replaced-ip )
871 [09:22:18] *** Joins: pity (~pity@replaced-ip )
872 [09:22:39] *** Joins: embden (~embden@replaced-ip )
873 [09:23:37] *** Joins: dionysus69 (~Thunderbi@replaced-ip )
874 [09:24:19] *** Joins: mein_groot (~groot@replaced-ip )
875 [09:24:47] *** Quits: cnsunyour (~cnsunyour@replaced-ip ) (Client Quit)
876 [09:26:14] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 244 seconds)
877 [09:26:34] *** Quits: ZeroBeholder (~ZeroBehol@replaced-ip ) (Quit: Konversation terminated!)
878 [09:26:44] *** Quits: grobi (~rtng@replaced-ip ) (Quit: WeeChat 2.3)
879 [09:27:41] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
880 [09:27:46] *** Joins: ZeroBeholder (~ZeroBehol@replaced-ip )
881 [09:27:54] *** Joins: pity (~pity@replaced-ip )
882 [09:28:13] *** Joins: grobi (~rtng@replaced-ip )
883 [09:28:44] *** Prints is now known as Laimpresions
884 [09:28:51] *** Quits: grobi (~rtng@replaced-ip ) (Client Quit)
885 [09:28:59] *** Laimpresions is now known as LaImpresions
886 [09:29:01] *** Joins: nexgen2 (~nexgen@replaced-ip )
887 [09:29:02] *** debhelper sets mode: +l 1506
888 [09:29:45] *** Joins: grobi (~rtng@replaced-ip )
889 [09:29:54] *** Joins: progart (~kamee@replaced-ip )
890 [09:30:28] *** Quits: bertbob (~bertbob@replaced-ip ) (Ping timeout: 245 seconds)
891 [09:30:32] *** Quits: progart (~kamee@replaced-ip ) (Client Quit)
892 [09:30:52] *** Quits: saptaks (~saptaks@replaced-ip ) (Ping timeout: 245 seconds)
893 [09:31:03] *** Quits: daniel-s (~daniel-s@replaced-ip ) (Quit: Konversation terminated!)
894 [09:31:09] *** Joins: MenschZwoNull (~MenschZwo@replaced-ip )
895 [09:31:16] *** Quits: lilabsence (~RizzoTheR@replaced-ip ) (Ping timeout: 248 seconds)
896 [09:31:50] *** Joins: Pjusur (~Pjusur@replaced-ip )
897 [09:32:21] *** Joins: bertbob (~bertbob@replaced-ip )
898 [09:33:13] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
899 [09:33:23] *** Joins: pity (~pity@replaced-ip )
900 [09:33:50] *** Quits: corvo (~Thunderbi@replaced-ip ) (Ping timeout: 272 seconds)
901 [09:34:00] *** Joins: corvo (~Thunderbi@replaced-ip )
902 [09:34:20] *** Joins: thefatma (~thefatma@replaced-ip )
903 [09:34:51] *** Joins: Texou (~Texou@replaced-ip )
904 [09:36:30] *** Quits: grobi (~rtng@replaced-ip ) (Quit: WeeChat 2.3)
905 [09:37:15] *** Joins: grobi (~rtng@replaced-ip )
906 [09:37:44] *** Quits: sofakingwetoddid (~sofakingw@replaced-ip ) (Quit: Leaving)
907 [09:39:19] *** Joins: mosfet (uid388147@replaced-ip )
908 [09:42:46] *** Quits: MenschZwoNull (~MenschZwo@replaced-ip ) (Remote host closed the connection)
909 [09:44:15] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
910 [09:44:24] *** Joins: pity (~pity@replaced-ip )
911 [09:45:19] *** Quits: Night-Shade (~TimF@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
912 [09:46:44] *** Quits: magic_ninja (~sparkie1@replaced-ip ) (Ping timeout: 248 seconds)
913 [09:46:46] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
914 [09:49:01] *** Joins: magic_ninja (~sparkie1@replaced-ip )
915 [09:49:26] *** Joins: pity (~pity@replaced-ip )
916 [09:49:48] *** Joins: ghaoil_ (~ghaoil@replaced-ip )
917 [09:50:31] *** Quits: ghaoil_ (~ghaoil@replaced-ip ) (Remote host closed the connection)
918 [09:50:45] *** Quits: uio (~uio3@replaced-ip ) (Quit: Leaving)
919 [09:51:26] *** Joins: MenschZwoNull (~MenschZwo@replaced-ip )
920 [09:52:37] *** Quits: z8z (~x@replaced-ip ) (Quit: Quitting)
921 [09:53:16] *** Quits: orbiter (~orbiter@replaced-ip ) ()
922 [09:53:48] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
923 [09:54:28] *** Joins: pity (~pity@replaced-ip )
924 [09:55:40] *** Joins: daiko (~daiko@replaced-ip )
925 [09:55:41] *** Joins: daiko_ (~daiko@replaced-ip )
926 [09:55:52] *** Quits: daiko_ (~daiko@replaced-ip ) (Remote host closed the connection)
927 [09:56:20] *** Joins: CrazyEddy (crazyed@replaced-ip )
928 [09:56:39] *** Quits: grobi (~rtng@replaced-ip ) (Quit: WeeChat 2.3)
929 [09:57:25] *** Joins: Makaveli7 (~arch@replaced-ip )
930 [09:58:50] *** Quits: mein_groot (~groot@replaced-ip ) (Quit: Leaving)
931 [09:59:01] *** Joins: Megaf (uid155773@replaced-ip )
932 [10:00:35] *** Joins: kalamaki (~kalamaki@replaced-ip )
933 [10:06:09] *** Quits: encod3 (~encod3@replaced-ip ) (Remote host closed the connection)
934 [10:06:15] *** Joins: a_l_b (~a_l_b@replaced-ip )
935 [10:06:19] *** Quits: disposable2 (~Thunderbi@replaced-ip ) (Quit: disposable2)
936 [10:07:08] *** Quits: ZeroBeholder (~ZeroBehol@replaced-ip ) (Ping timeout: 245 seconds)
937 [10:07:25] *** Joins: encod3_ (~encod3@replaced-ip )
938 [10:08:13] *** Joins: diogenes_ (~diogenes_@replaced-ip )
939 [10:09:20] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
940 [10:09:28] *** Joins: pity (~pity@replaced-ip )
941 [10:10:06] *** Joins: iulian (~iulian@replaced-ip )
942 [10:10:30] *** iulian is now known as Guest23965
943 [10:10:46] *** Quits: Flynnn (~textual@replaced-ip ) (Quit: Auf Wiedersehen!)
944 [10:11:51] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
945 [10:14:30] *** Joins: pity (~pity@replaced-ip )
946 [10:15:42] *** Joins: qam4r (~qam4r@replaced-ip )
947 [10:15:45] *** Quits: qam4r (~qam4r@replaced-ip ) (Client Quit)
948 [10:16:36] *** Quits: magic_ninja (~sparkie1@replaced-ip ) (Ping timeout: 248 seconds)
949 [10:17:08] *** Quits: thefatma (~thefatma@replaced-ip ) (Ping timeout: 248 seconds)
950 [10:17:44] *** Joins: adc (~adc@replaced-ip )
951 [10:18:33] *** Quits: embden (~embden@replaced-ip ) (Ping timeout: 258 seconds)
952 [10:19:52] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
953 [10:20:03] *** Joins: pity (~pity@replaced-ip )
954 [10:21:44] *** Quits: uNmowed (~Kaede@replaced-ip ) (Read error: Connection reset by peer)
955 [10:22:20] *** Joins: thefatma (~thefatma@replaced-ip )
956 [10:22:23] *** Joins: magic_ninja (~sparkie1@replaced-ip )
957 [10:23:23] *** Quits: frgo (~frgo@replaced-ip ) (Ping timeout: 245 seconds)
958 [10:23:25] *** Joins: disposable2 (~Thunderbi@replaced-ip )
959 [10:23:36] *** LaImpresions is now known as Prints
960 [10:24:02] *** Joins: achen_ (~thefatma@replaced-ip )
961 [10:24:52] *** Joins: flokuehn (~flokuehn@replaced-ip )
962 [10:25:54] *** Joins: MonRa (~MonRa@replaced-ip )
963 [10:26:00] *** Joins: Insanity_ (uid179350@replaced-ip )
964 [10:27:15] *** Quits: thefatma (~thefatma@replaced-ip ) (Remote host closed the connection)
965 [10:27:19] <MonRa> Hi, there's this website asking me to use a webcam to take a photo but I really just wanna upload a photo I already have, can you point me to some resources to "fake" the webcam stream?
966 [10:27:44] *** Quits: raclette (~raclette@replaced-ip ) (Quit: WeeChat 1.6)
967 [10:29:22] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
968 [10:29:28] <EdePopede> why not making a photo of the photo?
969 [10:29:31] *** Joins: pity (~pity@replaced-ip )
970 [10:30:15] *** Joins: mortderire (~mortderir@replaced-ip )
971 [10:30:38] *** Joins: mase-tech (~mase-tech@replaced-ip )
972 [10:31:54] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
973 [10:32:48] *** Quits: MonRa (~MonRa@replaced-ip ) (Ping timeout: 268 seconds)
974 [10:32:54] *** Quits: ich (~ich@replaced-ip ) (Remote host closed the connection)
975 [10:33:59] <nvz> I guess they couldn't be arsed to wait around for an aswer
976 [10:34:14] <nvz> ,i v4l2loopback-dkms
977 [10:34:16] <judd> Package v4l2loopback-dkms (kernel, optional) in buster/amd64: Source for the v4l2loopback driver (DKMS). Version: 0.12.1-1; Size: 33.8k; Installed: 112k; Homepage: replaced-url
978 [10:34:30] *** Quits: war9407 (war@replaced-ip ) (Remote host closed the connection)
979 [10:34:34] *** Joins: pity (~pity@replaced-ip )
980 [10:35:48] *** Quits: Lord_of_Life (~Lord@replaced-ip ) (Ping timeout: 248 seconds)
981 [10:35:53] *** Quits: AgTh (~b50c6@replaced-ip ) (Ping timeout: 268 seconds)
982 [10:36:09] *** Joins: Codier (~user@replaced-ip )
983 [10:36:14] *** Quits: toxync12 (~toxync12@replaced-ip ) (Excess Flood)
984 [10:36:51] *** Joins: toxync12 (~toxync12@replaced-ip )
985 [10:37:40] *** Joins: AgTh (~b50c6@replaced-ip )
986 [10:37:44] *** Quits: Gyro (~user@replaced-ip ) (Ping timeout: 268 seconds)
987 [10:38:24] *** Joins: Lord_of_Life (~Lord@replaced-ip )
988 [10:41:38] *** Joins: lucad111 (~lucad111@replaced-ip )
989 [10:41:54] *** Joins: ich (~ich@replaced-ip )
990 [10:42:12] *** Quits: flokuehn (~flokuehn@replaced-ip ) (Ping timeout: 248 seconds)
991 [10:42:55] *** Joins: brondif (~toinen@replaced-ip )
992 [10:43:54] *** Quits: AgTh (~b50c6@replaced-ip ) (Ping timeout: 268 seconds)
993 [10:44:02] *** Quits: careta (~careta@replaced-ip ) (Quit: Leaving)
994 [10:44:08] *** Quits: olegb (~ole@replaced-ip ) (Ping timeout: 272 seconds)
995 [10:44:13] *** Joins: saptaks (~saptaks@replaced-ip )
996 [10:44:25] *** Joins: AgTh (~b50c6@replaced-ip )
997 [10:48:34] *** Quits: Alina-malina (~Alina-mal@replaced-ip ) (Ping timeout: 272 seconds)
998 [10:48:44] *** Joins: frgo (~frgo@replaced-ip )
999 [10:51:02] *** Quits: beaver^ (~beaver@replaced-ip ) (Quit: leaving)
1000 [10:53:48] *** Quits: AimHere (~David@replaced-ip ) (Ping timeout: 245 seconds)
1001 [10:54:35] <jelly> nvz: that v4l2loopback thing did not build successfully for years, I uninstalled it around stretch
1002 [10:54:51] *** Joins: raclette (~raclette@replaced-ip )
1003 [10:54:57] <nvz> I see.. then why is it still in Debian?
1004 [10:55:27] *** Quits: bazhang (~bazhang@replaced-ip ) (Quit: Leaving)
1005 [10:55:29] *** Joins: AimHere (~David@replaced-ip )
1006 [10:55:59] *** Joins: MonRa (~MonRa@replaced-ip )
1007 [10:56:29] *** Joins: fstd_ (~fstd@replaced-ip )
1008 [10:56:55] *** Joins: paraxial (~paraxial@replaced-ip )
1009 [10:57:03] *** Quits: czart_ (~czart@replaced-ip ) (Read error: Connection reset by peer)
1010 [10:57:25] *** Quits: fstd (~fstd@replaced-ip ) (Remote host closed the connection)
1011 [10:57:25] *** fstd_ is now known as fstd
1012 [10:58:25] *** Quits: coruja (~coruja@replaced-ip ) (Read error: Connection reset by peer)
1013 [10:59:52] *** Joins: Alina-malina (~Alina-mal@replaced-ip )
1014 [10:59:55] *** Joins: monstar (~mitya@replaced-ip )
1015 [11:00:35] *** Joins: coruja (~coruja@replaced-ip )
1016 [11:00:39] *** Quits: Aussie_matt (~quassel@replaced-ip##) (Quit: ##replaced-url
1017 [11:00:57] *** Quits: raclette (~raclette@replaced-ip ) (Quit: WeeChat 1.6)
1018 [11:01:08] *** Joins: raclette (~raclette@replaced-ip )
1019 [11:01:11] *** Joins: flokuehn (~flokuehn@replaced-ip )
1020 [11:01:40] *** Joins: epony (epony@replaced-ip )
1021 [11:01:44] *** Quits: raclette (~raclette@replaced-ip ) (Client Quit)
1022 [11:01:53] *** Joins: raclette (~raclette@replaced-ip )
1023 [11:02:20] *** Quits: zamba (~marius@replaced-ip ) (Ping timeout: 244 seconds)
1024 [11:03:00] <RandomSerb> can someone please help? I installed debian, and on first boot, I get error: *ERROR* radeon kernel modesetting for R600 or later requires firmware. I then booted into recovery mode, changed main into main contrib non-free in sources.list, installed firmware-amd-graphics package, rebooted, and still the same problem
1025 [11:03:33] *** Quits: Makaveli7 (~arch@replaced-ip ) (Quit: WeeChat 2.5)
1026 [11:03:39] <RandomSerb> the actual problem is that my screen reports that it's out of range(37.9khz/85hz)
1027 [11:03:45] <RandomSerb> debian buster
1028 [11:03:50] *** Joins: beaver^ (~beaver@replaced-ip )
1029 [11:03:54] *** Joins: zamuro (~Samantha@replaced-ip )
1030 [11:03:54] *** Quits: zamuro (~Samantha@replaced-ip ) (Changing host)
1031 [11:03:54] *** Joins: zamuro (~Samantha@replaced-ip )
1032 [11:04:44] <diogenes_> RandomSerb, try to boot a live non-free iso.
1033 [11:04:49] *** Joins: RebelCoder (~RebelCode@replaced-ip )
1034 [11:05:45] *** Quits: rephlexie (~rephlexie@replaced-ip ) (Quit: Leaving)
1035 [11:06:05] *** Joins: zamba (~marius@replaced-ip )
1036 [11:06:28] *** Joins: shtrb (~shtrb@replaced-ip )
1037 [11:07:13] *** Quits: toxync12 (~toxync12@replaced-ip ) (Excess Flood)
1038 [11:07:58] *** Joins: toxync12 (~toxync12@replaced-ip )
1039 [11:08:22] *** Quits: BazookaTooth (~bob@replaced-ip ) (Remote host closed the connection)
1040 [11:08:38] *** Joins: BazookaTooth (~bob@replaced-ip )
1041 [11:08:55] <shtrb> Can anyone please add in HP all-in-one (aio) section of replaced-url
1042 [11:09:01] *** debhelper sets mode: +l 1513
1043 [11:09:47] *** Joins: Susant (~Susant@replaced-ip )
1044 [11:11:31] *** Quits: zamuro (~Samantha@replaced-ip ) (Quit: [IRSSI])
1045 [11:11:56] *** Joins: zamuro (~Samantha@replaced-ip )
1046 [11:11:56] *** Quits: zamuro (~Samantha@replaced-ip ) (Changing host)
1047 [11:11:56] *** Joins: zamuro (~Samantha@replaced-ip )
1048 [11:12:52] *** Joins: melpy (~melpy@replaced-ip )
1049 [11:13:23] *** Quits: Codier (~user@replaced-ip ) (Quit: Leaving)
1050 [11:14:13] *** Quits: a_l_b (~a_l_b@replaced-ip ) (Ping timeout: 244 seconds)
1051 [11:14:54] *** Joins: lcabrera (~desarroll@replaced-ip )
1052 [11:14:55] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
1053 [11:15:05] *** Joins: pity (~pity@replaced-ip )
1054 [11:16:25] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
1055 [11:18:22] *** Quits: zamba (~marius@replaced-ip ) (Ping timeout: 245 seconds)
1056 [11:18:48] *** Quits: tyranny12 (~blarg@replaced-ip ) (Ping timeout: 245 seconds)
1057 [11:18:49] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
1058 [11:19:05] *** Joins: jubo2 (~juboxi@replaced-ip )
1059 [11:19:20] *** Joins: knidos (~knidos@replaced-ip )
1060 [11:20:03] *** Joins: a_l_b (~a_l_b@replaced-ip )
1061 [11:20:13] *** Joins: pity (~pity@replaced-ip )
1062 [11:21:06] *** Joins: tyranny12 (~blarg@replaced-ip )
1063 [11:21:06] *** Quits: tyranny12 (~blarg@replaced-ip ) (Changing host)
1064 [11:21:06] *** Joins: tyranny12 (~blarg@replaced-ip )
1065 [11:21:09] <annadane> shtrb, anyone can make a wiki account, i think. i would add it but i'm afraid of getting the context wrong, unless it can arbitrarily go in its own paragraph anywhere in the section
1066 [11:21:16] *** Joins: zamba (~marius@replaced-ip )
1067 [11:21:43] <annadane> or just tell me where it should go i guess... but i'm about to go to sleep
1068 [11:22:02] <annadane> i know what *section*, just not where in the section so it's coherent with everything else
1069 [11:23:39] *** Quits: BuildTheRobots (sid42622@replaced-ip ) ()
1070 [11:24:31] *** Quits: dionysus69 (~Thunderbi@replaced-ip ) (Read error: Connection reset by peer)
1071 [11:24:50] *** Joins: BuildTheRobots (sid42622@replaced-ip )
1072 [11:26:13] *** Joins: dionysus69 (~Thunderbi@replaced-ip )
1073 [11:27:06] *** Parts: lcabrera (~desarroll@replaced-ip ) ()
1074 [11:27:12] *** Joins: Bodiro (~quassel@replaced-ip )
1075 [11:28:15] *** Joins: traveltissues (~traveltis@replaced-ip )
1076 [11:28:57] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
1077 [11:29:03] *** Joins: NetTerminalGene (~NetTermin@replaced-ip )
1078 [11:29:06] *** Joins: pity (~pity@replaced-ip )
1079 [11:29:14] <shtrb> it doesn't matter where in that section , just so it will exist it's an hpaio only issue
1080 [11:29:42] <shtrb> there is hpaio section in the scanner page ( I gave an exact link to the paragrph about hpaio)
1081 [11:30:09] *** Quits: a_l_b (~a_l_b@replaced-ip ) (Ping timeout: 268 seconds)
1082 [11:30:54] <shtrb> for instance after the sentence Having hplip on the system also makes it easier to install a non-free plugin.
1083 [11:31:52] <shtrb> Oh sorry , that is for buster not for stretch !
1084 [11:32:27] <annadane> i'll add it...
1085 [11:34:17] *** Joins: Aussie_matt (~quassel@replaced-ip )
1086 [11:35:15] <shtrb> Thanks !
1087 [11:35:59] *** Quits: Susant (~Susant@replaced-ip ) (Ping timeout: 258 seconds)
1088 [11:36:19] * shtrb sends pizza slice as a thank you to annadane
1089 [11:36:40] <annadane> let me know if it's legible
1090 [11:36:44] <annadane> the wiki entry, not the pizza
1091 [11:36:48] <shtrb> it is :)
1092 [11:37:13] *** Quits: LiENUS (~quake@replaced-ip##) (Quit: ZNC 1.7.4 - ##replaced-url
1093 [11:37:45] *** Joins: Susant (~Susant@replaced-ip )
1094 [11:39:59] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
1095 [11:40:17] *** Joins: pity (~pity@replaced-ip )
1096 [11:40:33] *** Quits: encod3_ (~encod3@replaced-ip ) (Remote host closed the connection)
1097 [11:41:17] *** Joins: encod3 (~encod3@replaced-ip )
1098 [11:41:18] *** Quits: encod3 (~encod3@replaced-ip ) (Remote host closed the connection)
1099 [11:41:41] *** Joins: encod3 (~encod3@replaced-ip )
1100 [11:43:21] *** Quits: deicide- (~deicide-@replaced-ip ) (Remote host closed the connection)
1101 [11:45:26] *** Joins: deicide- (~deicide-@replaced-ip )
1102 [11:46:29] *** Joins: Tom01 (~tom@replaced-ip )
1103 [11:47:57] *** Quits: bqq (~quassel@replaced-ip ) (Ping timeout: 245 seconds)
1104 [11:50:56] *** Quits: traveltissues (~traveltis@replaced-ip ) (Quit: _)
1105 [11:51:06] *** Joins: traveltissues (~traveltis@replaced-ip )
1106 [11:51:43] *** Joins: leandrovianna (~leandrovi@replaced-ip )
1107 [11:51:44] *** Quits: brondif (~toinen@replaced-ip ) (Quit: Konversation terminated!)
1108 [11:53:02] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
1109 [11:53:11] *** Joins: pity (~pity@replaced-ip )
1110 [11:54:31] *** Quits: azizLIGHT (~azizLIGHT@replaced-ip ) (Ping timeout: 244 seconds)
1111 [11:54:44] *** Joins: nononsense41 (3c325365@replaced-ip )
1112 [11:55:02] *** Quits: heidegger (~geist66@replaced-ip ) (Ping timeout: 245 seconds)
1113 [11:55:34] *** Quits: Freshnuts (~Freshnuts@replaced-ip ) (Quit: Leaving)
1114 [11:58:56] <nononsense41> hello guys, can you actually add a new partition to usb drive written with an isohybrid installation image and still be bootable? i read the claim in the installation guide where this image doesn't use most of the disk space and you can add new partition and use it as a normal usb drive alongside the it's bootable property..shed some light here ple
1115 [11:58:56] <nononsense41> ase
1116 [11:59:15] *** Joins: hans__ (~hans@replaced-ip )
1117 [12:01:35] *** Joins: LiENUS (~quake@replaced-ip )
1118 [12:02:56] *** Joins: lcabrera (~desarroll@replaced-ip )
1119 [12:03:59] *** Quits: e1z0 (~null@replaced-ip ) (Changing host)
1120 [12:04:00] *** Joins: e1z0 (~null@replaced-ip )
1121 [12:04:03] *** Quits: Greyztar (~irc@replaced-ip ) (Remote host closed the connection)
1122 [12:04:24] *** Joins: czesmir (~stefan@replaced-ip )
1123 [12:04:24] *** Joins: Greyztar (~irc@replaced-ip )
1124 [12:06:03] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
1125 [12:06:14] *** Joins: pity (~pity@replaced-ip )
1126 [12:06:51] *** Quits: swift110 (~swift110@replaced-ip ) (Ping timeout: 250 seconds)
1127 [12:07:21] *** Joins: xeon (~quassel@replaced-ip )
1128 [12:07:34] *** Joins: BCMM (~BCMM@replaced-ip )
1129 [12:09:02] *** debhelper sets mode: +l 1520
1130 [12:09:36] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
1131 [12:10:01] *** Quits: dselect (~dselect@replaced-ip ) (Quit: ouch... that hurt)
1132 [12:11:00] *** Joins: dselect (~dselect@replaced-ip )
1133 [12:11:15] *** Joins: pity (~pity@replaced-ip )
1134 [12:11:26] *** Joins: Jerrynicki (~niklas@replaced-ip )
1135 [12:11:48] *** Quits: leandrovianna (~leandrovi@replaced-ip ) (Ping timeout: 252 seconds)
1136 [12:12:09] *** Quits: zamuro (~Samantha@replaced-ip ) (Quit: [IRSSI])
1137 [12:15:36] *** Parts: nononsense41 (3c325365@replaced-ip ) ()
1138 [12:17:22] *** Quits: RebelCoder (~RebelCode@replaced-ip ) (Remote host closed the connection)
1139 [12:17:40] *** Quits: MonRa (~MonRa@replaced-ip ) (Quit: WeeChat 2.4)
1140 [12:18:57] *** Joins: embden (~embden@replaced-ip )
1141 [12:19:47] *** Joins: m0u (~m0u@replaced-ip )
1142 [12:20:33] *** Joins: dreamon_ (~dreamon@replaced-ip )
1143 [12:21:35] *** Joins: zamuro (~Samantha@replaced-ip )
1144 [12:21:35] *** Quits: zamuro (~Samantha@replaced-ip ) (Changing host)
1145 [12:21:35] *** Joins: zamuro (~Samantha@replaced-ip )
1146 [12:23:04] *** Quits: magic_ninja (~sparkie1@replaced-ip ) (Ping timeout: 246 seconds)
1147 [12:25:07] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
1148 [12:25:20] *** Joins: pity (~pity@replaced-ip )
1149 [12:26:31] *** Quits: tyranny12 (~blarg@replaced-ip ) (Read error: Connection reset by peer)
1150 [12:26:42] *** Joins: magic_ninja (~sparkie1@replaced-ip )
1151 [12:28:45] *** Joins: tyranny12 (~blarg@replaced-ip )
1152 [12:28:45] *** Quits: tyranny12 (~blarg@replaced-ip ) (Changing host)
1153 [12:28:45] *** Joins: tyranny12 (~blarg@replaced-ip )
1154 [12:29:51] *** Joins: thefatma (~thefatma@replaced-ip )
1155 [12:30:13] *** Quits: achen_ (~thefatma@replaced-ip ) (Read error: Connection reset by peer)
1156 [12:30:32] *** Quits: foka (~foka@replaced-ip ) (Ping timeout: 272 seconds)
1157 [12:30:52] *** Joins: Makaveli7 (~arch@replaced-ip )
1158 [12:30:56] *** Joins: obaino (~obaino@replaced-ip )
1159 [12:31:07] *** Joins: foka (~foka@replaced-ip )
1160 [12:31:41] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
1161 [12:31:51] *** Joins: pity (~pity@replaced-ip )
1162 [12:32:10] *** Quits: greatgatsby (~greatgats@replaced-ip ) (Ping timeout: 246 seconds)
1163 [12:33:08] *** Parts: obaino (~obaino@replaced-ip ) ()
1164 [12:35:03] *** Quits: DeaDSouL (~DeaDSouL@replaced-ip ) (Ping timeout: 245 seconds)
1165 [12:35:46] *** Joins: grobi (~rtng@replaced-ip )
1166 [12:36:40] *** Quits: grobi (~rtng@replaced-ip ) (Client Quit)
1167 [12:37:05] *** Joins: DeaDSouL (~DeaDSouL@replaced-ip )
1168 [12:37:10] *** Quits: dionysus69 (~Thunderbi@replaced-ip ) (Quit: dionysus69)
1169 [12:37:11] *** Joins: CrystalMath (~coderain@replaced-ip )
1170 [12:38:04] *** Joins: forgotmynick (uid24625@replaced-ip )
1171 [12:39:10] *** Quits: tyranny12 (~blarg@replaced-ip ) (Ping timeout: 246 seconds)
1172 [12:39:23] *** Quits: Bodiro (~quassel@replaced-ip##) (Quit: ##replaced-url
1173 [12:40:12] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
1174 [12:40:21] *** Joins: pity (~pity@replaced-ip )
1175 [12:40:57] *** Quits: vjoki (vjoki@replaced-ip ) (Quit: ...)
1176 [12:41:17] *** Quits: Trieste (~T@replaced-ip ) (Ping timeout: 245 seconds)
1177 [12:41:29] *** Joins: grobi (~rtng@replaced-ip )
1178 [12:42:55] *** Joins: tyranny12 (~blarg@replaced-ip )
1179 [12:42:55] *** Quits: tyranny12 (~blarg@replaced-ip ) (Changing host)
1180 [12:42:55] *** Joins: tyranny12 (~blarg@replaced-ip )
1181 [12:43:11] *** Parts: alkisg (~alkisg@replaced-ip ) ()
1182 [12:43:54] *** Joins: wwilliam (~afernande@replaced-ip )
1183 [12:44:06] *** Joins: yokowka (~yokowka@replaced-ip )
1184 [12:44:42] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
1185 [12:45:22] *** Joins: pity (~pity@replaced-ip )
1186 [12:45:44] *** Quits: flokuehn (~flokuehn@replaced-ip ) (Ping timeout: 272 seconds)
1187 [12:45:56] *** Quits: BlueByte (~walther@replaced-ip ) (Quit: This computer has gone to sleep)
1188 [12:52:44] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
1189 [12:52:53] *** Joins: pity (~pity@replaced-ip )
1190 [12:55:27] *** Joins: flokuehn (~flokuehn@replaced-ip )
1191 [12:57:04] *** Joins: P1ersson (~P1ersson@replaced-ip )
1192 [12:57:51] *** Joins: ensamvarg (~ensamvarg@replaced-ip )
1193 [12:59:34] *** Quits: useretail (~n00buser@replaced-ip ) (Ping timeout: 268 seconds)
1194 [13:02:05] *** Quits: grobi (~rtng@replaced-ip ) (Quit: WeeChat 2.3)
1195 [13:02:12] *** Quits: AgTh (~b50c6@replaced-ip ) (Ping timeout: 244 seconds)
1196 [13:02:23] *** Joins: oish (~charlie@replaced-ip )
1197 [13:02:33] *** Joins: grobi (~rtng@replaced-ip )
1198 [13:02:58] *** Joins: ruslan_m_ (ruslan_m_@replaced-ip )
1199 [13:03:03] *** Joins: afuentes (~kusanagi@replaced-ip )
1200 [13:04:04] *** Quits: lankanmon (~LKNnet@replaced-ip ) (Ping timeout: 248 seconds)
1201 [13:04:37] *** Quits: ruslan_m (ruslan_m_@replaced-ip ) (Ping timeout: 245 seconds)
1202 [13:05:01] *** Quits: dpkg (~dpkg@replaced-ip ) (Quit: buh bye!)
1203 [13:05:13] *** Quits: grobi (~rtng@replaced-ip ) (Client Quit)
1204 [13:05:22] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Ping timeout: 272 seconds)
1205 [13:05:44] *** Joins: grobi (~rtng@replaced-ip )
1206 [13:05:48] *** Joins: dpkg (~dpkg@replaced-ip )
1207 [13:07:08] *** Joins: simpledat (~unknown@replaced-ip )
1208 [13:07:44] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
1209 [13:07:53] *** Joins: pity (~pity@replaced-ip )
1210 [13:09:09] *** Joins: lankanmon (~LKNnet@replaced-ip )
1211 [13:10:15] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
1212 [13:10:26] *** Quits: shtrb (~shtrb@replaced-ip ) (Quit: Leaving)
1213 [13:12:55] *** Joins: pity (~pity@replaced-ip )
1214 [13:13:04] *** Quits: m0u (~m0u@replaced-ip ) (Quit: WeeChat 2.5)
1215 [13:13:42] *** Joins: rl12 (~rl12@replaced-ip )
1216 [13:14:01] *** Joins: AgTh (~b50c6@replaced-ip )
1217 [13:14:24] *** Joins: cnsunyour (~cnsunyour@replaced-ip )
1218 [13:16:17] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
1219 [13:17:56] *** Joins: pity (~pity@replaced-ip )
1220 [13:18:16] *** Quits: zamuro (~Samantha@replaced-ip ) (Quit: [IRSSI])
1221 [13:19:29] *** Joins: dionysus69 (~Thunderbi@replaced-ip )
1222 [13:19:32] *** Quits: Makaveli7 (~arch@replaced-ip ) (Quit: WeeChat 2.5)
1223 [13:19:41] *** Quits: Haudegen (~quassel@replaced-ip ) (Quit: Bin weg.)
1224 [13:20:18] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
1225 [13:20:32] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 268 seconds)
1226 [13:20:40] *** Quits: Susant (~Susant@replaced-ip ) (Ping timeout: 276 seconds)
1227 [13:21:33] *** Joins: Makaveli7 (~arch@replaced-ip )
1228 [13:21:42] *** Quits: rl12 (~rl12@replaced-ip ) (Quit: WeeChat 1.6)
1229 [13:21:55] *** Joins: diogenes_ (~diogenes_@replaced-ip )
1230 [13:22:11] *** Quits: cnsunyour (~cnsunyour@replaced-ip ) (Quit: WeeChat 2.5)
1231 [13:22:58] *** Joins: pity (~pity@replaced-ip )
1232 [13:24:08] *** Quits: Guest23965 (~iulian@replaced-ip ) (Remote host closed the connection)
1233 [13:24:17] *** Joins: Susant (~Susant@replaced-ip )
1234 [13:25:20] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
1235 [13:25:33] *** Joins: ZaZaGX (cutiepi@replaced-ip )
1236 [13:27:22] *** Quits: simpledat (~unknown@replaced-ip ) (Quit: leaving)
1237 [13:28:00] *** Joins: pity (~pity@replaced-ip )
1238 [13:28:05] *** Joins: Sepultura (~quassel@replaced-ip )
1239 [13:28:05] *** Quits: Sepultura (~quassel@replaced-ip ) (Changing host)
1240 [13:28:05] *** Joins: Sepultura (~quassel@replaced-ip )
1241 [13:29:16] *** Quits: grobi (~rtng@replaced-ip ) (Remote host closed the connection)
1242 [13:30:21] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
1243 [13:30:37] *** Joins: Brain (~brain@replaced-ip )
1244 [13:32:37] *** Joins: luneff (~yury@replaced-ip )
1245 [13:33:07] *** Joins: pity (~pity@replaced-ip )
1246 [13:33:40] *** Quits: [Brain] (~brain@replaced-ip ) (Ping timeout: 258 seconds)
1247 [13:33:51] *** Quits: ZaZaGX (cutiepi@replaced-ip ) (Quit: leaving)
1248 [13:34:53] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
1249 [13:36:47] *** Joins: sedrosken_ (~sedrosken@replaced-ip )
1250 [13:37:43] *** Quits: afuentes (~kusanagi@replaced-ip ) (Remote host closed the connection)
1251 [13:38:10] *** Joins: pity (~pity@replaced-ip )
1252 [13:40:16] *** Quits: sedrosken (~sedrosken@replaced-ip ) (Ping timeout: 268 seconds)
1253 [13:40:17] *** sedrosken_ is now known as sedrosken
1254 [13:40:56] *** Quits: yokowka (~yokowka@replaced-ip ) (Quit: Leaving)
1255 [13:41:31] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
1256 [13:41:43] *** Quits: AgTh (~b50c6@replaced-ip ) (Ping timeout: 245 seconds)
1257 [13:41:59] *** Joins: ax1 (~axl@replaced-ip )
1258 [13:42:58] *** Quits: d3sync (~d3sync@replaced-ip ) (Ping timeout: 245 seconds)
1259 [13:43:12] *** Joins: pity (~pity@replaced-ip )
1260 [13:43:27] *** Joins: uio (~uio3@replaced-ip )
1261 [13:43:34] *** Joins: AlmarShenwan (~quassel@replaced-ip )
1262 [13:43:51] *** Joins: AgTh (~b50c6@replaced-ip )
1263 [13:44:09] *** Joins: greatgatsby (~greatgats@replaced-ip )
1264 [13:44:27] <uio> Is it possible to encrypt a flash drive with luks or something like that without destroying pre-existing data?
1265 [13:44:39] *** Joins: yokowka (~yokowka@replaced-ip )
1266 [13:45:10] *** Quits: AlmarShenwan_ (~quassel@replaced-ip ) (Ping timeout: 258 seconds)
1267 [13:45:28] *** Quits: jubo2 (~juboxi@replaced-ip ) (Read error: Connection reset by peer)
1268 [13:46:35] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
1269 [13:48:16] *** Joins: pity (~pity@replaced-ip )
1270 [13:48:40] *** Quits: woshty (~woshty@replaced-ip ) (Ping timeout: 264 seconds)
1271 [13:50:28] *** Quits: BotaniCar (botanicar@replaced-ip ) (Ping timeout: 245 seconds)
1272 [13:50:43] *** Quits: yokowka (~yokowka@replaced-ip ) (Remote host closed the connection)
1273 [13:51:16] *** Joins: ghaoil (~ghaoil@replaced-ip )
1274 [13:51:25] <Megaf> uio: it is, but it takes a while and has lots of steps
1275 [13:51:40] <uio> Megaf, Is there a guide somewhere?
1276 [13:53:05] *** Joins: yokowka (~yokowka@replaced-ip )
1277 [13:53:22] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
1278 [13:54:38] *** Quits: Nefertiti (~Nefertiti@replaced-ip ) (Quit: ........)
1279 [13:55:01] <Megaf> uio: some, but I didn't line any of them, I strongly suggest you get a new HD/SSD and start from scratch
1280 [13:55:04] *** Quits: AgTh (~b50c6@replaced-ip ) (Ping timeout: 268 seconds)
1281 [13:55:27] *** Joins: manARMy (~nobody@replaced-ip )
1282 [13:55:40] *** Joins: BotaniCar (botanicar@replaced-ip )
1283 [13:56:21] *** Joins: AgTh (~b50c6@replaced-ip )
1284 [13:56:42] <manARMy> Hello. I removed most of /usr/share/applications/*.desktop But now when I click a ZIP file in FireFox it suggests I use the "unzip" program. How does FireFox know about it? I wish to delete the link
1285 [13:58:06] *** Joins: AlmarShenwan_ (~quassel@replaced-ip )
1286 [13:58:28] <humpled> you did what
1287 [13:58:37] *** Quits: flokuehn (~flokuehn@replaced-ip ) (Ping timeout: 246 seconds)
1288 [13:59:24] *** Joins: BlueByte (~walther@replaced-ip )
1289 [13:59:34] <manARMy> It worked. Except unzip
1290 [13:59:49] <humpled> maybe in firefox go to 'about:preferences' and scroll down to applications
1291 [14:00:00] <manARMy> I know that one. No luck
1292 [14:00:04] *** Quits: AlmarShenwan (~quassel@replaced-ip ) (Ping timeout: 244 seconds)
1293 [14:00:37] <humpled> i never had a problem with firefox trying to help me unzip a link
1294 [14:00:44] <humpled> how does this happen?
1295 [14:01:03] <manARMy> Because I don't have the file-roller desktop file.
1296 [14:02:27] <humpled> hmm, neither do i
1297 [14:03:29] <humpled> presumably you asked firefox to open the zip rather than download it
1298 [14:03:35] <manARMy> Yes of course
1299 [14:03:49] <humpled> but you don't want to open it
1300 [14:03:53] <manARMy> No
1301 [14:04:08] *** Joins: thePiGrepper (~nagato@replaced-ip )
1302 [14:04:12] *** Quits: nexgen2 (~nexgen@replaced-ip ) (Ping timeout: 244 seconds)
1303 [14:04:34] *** Quits: foka (~foka@replaced-ip ) (Ping timeout: 246 seconds)
1304 [14:04:40] <manARMy> Other file extensions it doesn't even offer
1305 [14:05:48] <humpled> yup for pdfs i have to click on them to download, then click on the download box to ask firefox to open them
1306 [14:06:19] *** Joins: patterson (~patterson@replaced-ip )
1307 [14:06:28] <manARMy> Use unzip (default) How can it be the default? Let me check *.desktop again
1308 [14:06:28] <uio> Is it true that LUKS drives are at a greater risk of data loss due to encryption?
1309 [14:07:25] <humpled> with these desktop files manARMy, the usual tactic is to create your own versions in ~/.local/share/applications to override the default ones
1310 [14:07:39] *** Joins: saint__ (~saint_@replaced-ip )
1311 [14:09:27] <manARMy> uio: I only encrypt one partition
1312 [14:09:38] *** Quits: saint_ (~saint_@replaced-ip ) (Ping timeout: 245 seconds)
1313 [14:10:08] <uio> manARMy, Which one?
1314 [14:10:33] <manARMy> I put there, SSH keys and so on.
1315 [14:10:36] <uio> manARMy, I mean, if I back up my date to a LUKS flash drive, will that increase chances of losing all data?
1316 [14:10:41] <wwilliam> Ok this is a version of debian but may be you guys know how to fix such error?
1317 [14:10:43] <wwilliam> N: Repository 'replaced-url
1318 [14:10:49] *** Joins: saint_ (~saint_@replaced-ip )
1319 [14:10:53] <uio> if the flash drive is corrupt.
1320 [14:11:10] <jelly> uio: well, if you forget the passphrase, or accidentally erase part of disk with the only copy of the key, data is lost
1321 [14:11:29] *** Joins: AlmarShenwan (~quassel@replaced-ip )
1322 [14:11:30] <jelly> this is a feature?
1323 [14:12:01] <jelly> that's literally what you use encryption FOR
1324 [14:12:14] <uio> jelly, Yes, right.
1325 [14:12:28] *** Quits: saint__ (~saint_@replaced-ip ) (Ping timeout: 244 seconds)
1326 [14:12:34] <jelly> luks has provisions to backup luks keys.
1327 [14:12:50] *** Quits: BrianG61UK (~BrianG61U@replaced-ip ) (Read error: Connection reset by peer)
1328 [14:12:51] <uio> jelly, My question is just, I don't know, physical wear on a flash drive causing key and thus data loss.
1329 [14:12:59] *** Joins: Nefertiti (~Nefertiti@replaced-ip )
1330 [14:13:07] <uio> jelly, Oh, how does one backup the keys??
1331 [14:13:16] *** Joins: flokuehn (~flokuehn@replaced-ip )
1332 [14:13:45] <jelly> uio: I don't remember. It's in luks faq and cryptsetup manual.
1333 [14:13:58] * uio tells jelly that /me got unblocked from #debian after yesterday's nick-spree :)
1334 [14:13:58] *** Joins: progart (~kamee@replaced-ip )
1335 [14:14:14] <uio> jelly, Oaky, I'll have to look that up.
1336 [14:15:03] *** Quits: dreamon_ (~dreamon@replaced-ip ) (Ping timeout: 244 seconds)
1337 [14:15:17] *** Joins: cstls (~guy@replaced-ip )
1338 [14:15:20] <wwilliam> nm
1339 [14:15:28] *** Quits: AlmarShenwan_ (~quassel@replaced-ip ) (Ping timeout: 245 seconds)
1340 [14:15:31] <uio> jelly, Are you talking about having alternate keys?
1341 [14:15:40] <uio> jelly, Like the max 10 keys or something?
1342 [14:16:19] <jelly> uio: no, I'm talking about a backup of luks header thingy
1343 [14:16:29] <uio> jelly, Hmmm.
1344 [14:17:24] <jelly> around the WARNINGS section in the manual
1345 [14:17:27] <uio> jelly, Is that default in Debian LUKS?
1346 [14:17:32] <uio> jelly, Okay.
1347 [14:18:09] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
1348 [14:18:18] *** Joins: pity (~pity@replaced-ip )
1349 [14:18:30] *** Quits: corvo (~Thunderbi@replaced-ip ) (Ping timeout: 268 seconds)
1350 [14:18:36] <uio> jelly, of cryptsetup?
1351 [14:18:39] *** Joins: corvo1 (~Thunderbi@replaced-ip )
1352 [14:19:51] <jelly> yes
1353 [14:21:00] *** corvo1 is now known as corvo
1354 [14:21:01] *** Joins: Haudegen (~quassel@replaced-ip )
1355 [14:22:06] *** Joins: ykrons (~guillaume@replaced-ip )
1356 [14:22:12] *** Quits: greatgatsby (~greatgats@replaced-ip ) (Ping timeout: 268 seconds)
1357 [14:22:40] *** Joins: macondo123 (~bobo@replaced-ip )
1358 [14:23:35] *** Quits: Insanity_ (uid179350@replaced-ip ) (Quit: Connection closed for inactivity)
1359 [14:23:43] <uio> jelly, replaced-url
1360 [14:24:01] <uio> I don't quite get it, but I won't worry too much as I have two backups...
1361 [14:25:09] *** Quits: monstar (~mitya@replaced-ip ) (Remote host closed the connection)
1362 [14:25:32] *** Quits: Highdude (~lol@replaced-ip ) (Remote host closed the connection)
1363 [14:25:34] *** Joins: hejux (~hejux@replaced-ip )
1364 [14:26:06] *** Joins: monstar (~mitya@replaced-ip )
1365 [14:26:14] *** Quits: macondo123 (~bobo@replaced-ip ) (Remote host closed the connection)
1366 [14:27:48] *** Quits: Susant (~Susant@replaced-ip ) (Ping timeout: 248 seconds)
1367 [14:28:16] *** Joins: sunzero (~sunzero@replaced-ip )
1368 [14:28:29] *** Joins: saint__ (~saint_@replaced-ip )
1369 [14:28:37] *** Quits: COOurb (COOurb@replaced-ip##) (Quit: KVIrc 5.0.0 Aria ##replaced-url
1370 [14:28:40] *** Quits: NetTerminalGene (~NetTermin@replaced-ip ) (Quit: Leaving)
1371 [14:28:56] <simbalion> where can I download a 32bit netinst of stretch?
1372 [14:30:30] *** Quits: sentriz (~sentriz@replaced-ip##) (Quit: The Lounge - ##replaced-url
1373 [14:31:03] <uio> simbalion, replaced-url
1374 [14:31:17] *** Quits: saint_ (~saint_@replaced-ip ) (Ping timeout: 245 seconds)
1375 [14:31:34] <simbalion> tyvm!
1376 [14:31:41] <uio> simbalion, More specifically : replaced-url
1377 [14:31:46] <uio> simbalion, np
1378 [14:32:21] *** Joins: Susant (~Susant@replaced-ip )
1379 [14:32:48] *** Joins: fuzzface (~fuzzface@replaced-ip )
1380 [14:33:19] *** Joins: Zvmdyv (~Zvmdyv@replaced-ip )
1381 [14:35:01] *** Quits: magic_ninja (~sparkie1@replaced-ip ) (Ping timeout: 246 seconds)
1382 [14:35:12] *** Quits: Johann (~cisswit@replaced-ip ) (Ping timeout: 244 seconds)
1383 [14:35:44] *** Joins: mdx0 (~mdx0@replaced-ip )
1384 [14:35:52] *** Joins: Guest_6 (1fc9c10f@replaced-ip )
1385 [14:36:03] *** Quits: monstar (~mitya@replaced-ip ) (Read error: Connection reset by peer)
1386 [14:36:54] *** Joins: monstar (~mitya@replaced-ip )
1387 [14:37:07] <mdx0> which is the package name for vpn client for network manager?
1388 [14:37:18] *** Joins: magic_ninja (~sparkie1@replaced-ip )
1389 [14:37:38] *** Joins: cnsunyour (~cnsunyour@replaced-ip )
1390 [14:39:13] *** Quits: hwm4rgs (~hwm4rgs@replaced-ip ) (Ping timeout: 245 seconds)
1391 [14:40:02] *** Quits: cstls (~guy@replaced-ip ) (Ping timeout: 245 seconds)
1392 [14:40:40] <colo-work> mdx0, `apt-cache search --names-only vpn network manager`
1393 [14:41:10] <mdx0> thanx
1394 [14:41:32] *** Joins: hwm4rgs (~hwm4rgs@replaced-ip )
1395 [14:43:10] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
1396 [14:43:14] *** Quits: sunzero (~sunzero@replaced-ip ) (Quit: disconnect)
1397 [14:43:20] *** Joins: pity (~pity@replaced-ip )
1398 [14:43:38] *** Joins: sunzero (~sunzero@replaced-ip )
1399 [14:43:52] *** Joins: VadPerevad (~VadPereva@replaced-ip )
1400 [14:44:03] *** Joins: Johann (~cisswit@replaced-ip )
1401 [14:44:52] *** Joins: NetTerminalGene (~NetTermin@replaced-ip )
1402 [14:44:56] *** Joins: afuentes (~kusanagi@replaced-ip )
1403 [14:45:28] *** Quits: P1ersson (~P1ersson@replaced-ip ) (Ping timeout: 245 seconds)
1404 [14:46:09] *** Joins: zamuro (~Samantha@replaced-ip )
1405 [14:46:09] *** Quits: zamuro (~Samantha@replaced-ip ) (Changing host)
1406 [14:46:09] *** Joins: zamuro (~Samantha@replaced-ip )
1407 [14:46:13] *** Joins: azeem (~mbanck@replaced-ip )
1408 [14:48:18] *** Joins: cryptodan (~cryptodan@replaced-ip )
1409 [14:48:40] *** Quits: AgTh (~b50c6@replaced-ip ) (Ping timeout: 246 seconds)
1410 [14:48:46] *** Joins: The`AFKgiven (~BHT@replaced-ip )
1411 [14:48:52] *** Quits: The`AFKgiven (~BHT@replaced-ip ) (Client Quit)
1412 [14:49:13] *** Quits: azeem_ (~mbanck@replaced-ip ) (Ping timeout: 245 seconds)
1413 [14:50:36] *** saint__ is now known as saint_
1414 [14:50:36] *** Joins: AgTh (~b50c6@replaced-ip )
1415 [14:50:54] *** Quits: hans__ (~hans@replaced-ip ) (Read error: Connection reset by peer)
1416 [14:51:17] *** Joins: hans__ (~hans@replaced-ip )
1417 [14:51:27] *** Quits: zamuro (~Samantha@replaced-ip ) (Quit: [IRSSI])
1418 [14:51:35] *** Quits: airwind (~belovent@replaced-ip ) (Quit: airwind)
1419 [14:51:48] *** Quits: iViLe (~bob@replaced-ip ) (Ping timeout: 248 seconds)
1420 [14:53:17] *** Quits: manARMy (~nobody@replaced-ip ) (Remote host closed the connection)
1421 [14:53:26] *** Quits: Susant (~Susant@replaced-ip ) (Read error: Connection reset by peer)
1422 [14:53:27] *** Joins: greatgatsby (~greatgats@replaced-ip )
1423 [14:53:48] *** Joins: iViLe (bob@replaced-ip )
1424 [14:54:18] *** Joins: oish (~charlie@replaced-ip )
1425 [14:54:27] *** Joins: czart (~czart@replaced-ip )
1426 [14:55:28] *** Quits: flokuehn (~flokuehn@replaced-ip ) (Ping timeout: 245 seconds)
1427 [14:55:47] *** Joins: Margolis (~Margolis@replaced-ip )
1428 [14:57:22] *** Joins: Trieste (~T@replaced-ip )
1429 [14:58:30] *** Joins: zamuro (~Samantha@replaced-ip )
1430 [14:58:31] *** Quits: zamuro (~Samantha@replaced-ip ) (Changing host)
1431 [14:58:31] *** Joins: zamuro (~Samantha@replaced-ip )
1432 [14:58:48] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 245 seconds)
1433 [14:59:49] *** Joins: liberiga (~liberiga@replaced-ip )
1434 [14:59:59] *** Quits: hejux (~hejux@replaced-ip ) (Remote host closed the connection)
1435 [15:00:11] *** Joins: hejux (~hejux@replaced-ip )
1436 [15:00:27] *** Quits: shtouff (~shtouff@replaced-ip ) (Ping timeout: 268 seconds)
1437 [15:00:36] *** Quits: Guest_6 (1fc9c10f@replaced-ip ) (Remote host closed the connection)
1438 [15:02:02] *** Joins: Susant (~Susant@replaced-ip )
1439 [15:02:33] *** Joins: Hitmanu (~manuel@replaced-ip )
1440 [15:02:38] *** Quits: cef (~cef@replaced-ip ) (Killed (card.freenode.net (Nickname regained by services)))
1441 [15:02:42] *** Joins: cef (~cef@replaced-ip )
1442 [15:03:52] *** Quits: Hitmanu (~manuel@replaced-ip ) (Client Quit)
1443 [15:04:32] *** Quits: Sepultura (~quassel@replaced-ip ) (Read error: Connection reset by peer)
1444 [15:05:02] *** Joins: TheWizard (~thewizard@replaced-ip )
1445 [15:05:50] *** Quits: sunzero (~sunzero@replaced-ip ) (Changing host)
1446 [15:05:50] *** Joins: sunzero (~sunzero@replaced-ip )
1447 [15:05:52] *** Joins: preview (~quassel@replaced-ip )
1448 [15:05:53] *** Quits: luneff (~yury@replaced-ip ) (Quit: Ухожу я от вас)
1449 [15:06:34] *** Quits: sunzero (~sunzero@replaced-ip ) (Quit: disconnect)
1450 [15:06:42] *** Quits: crash_ (~pi@replaced-ip ) (Ping timeout: 245 seconds)
1451 [15:07:45] *** Joins: zeden (~user@replaced-ip )
1452 [15:08:12] *** Quits: HurricaneHarry (~quassel@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
1453 [15:08:28] *** Joins: jubo2 (~juboxi@replaced-ip )
1454 [15:09:11] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
1455 [15:09:23] *** Joins: pity (~pity@replaced-ip )
1456 [15:09:27] *** Joins: HurricaneHarry (~quassel@replaced-ip )
1457 [15:09:40] *** Quits: Susant (~Susant@replaced-ip ) (Ping timeout: 264 seconds)
1458 [15:10:16] *** Quits: MenschZwoNull (~MenschZwo@replaced-ip ) (Ping timeout: 264 seconds)
1459 [15:10:44] *** Joins: Darcidride (~Darcidrid@replaced-ip )
1460 [15:11:18] *** Joins: Susant (~Susant@replaced-ip )
1461 [15:11:55] *** Joins: shtouff (~shtouff@replaced-ip )
1462 [15:12:03] *** Joins: azizLIGHT (~azizLIGHT@replaced-ip )
1463 [15:12:49] *** Joins: P1ersson (~P1ersson@replaced-ip )
1464 [15:13:52] *** Quits: Ericounet (~Eric@replaced-ip ) (Remote host closed the connection)
1465 [15:14:15] *** Quits: hejux (~hejux@replaced-ip ) (Remote host closed the connection)
1466 [15:14:28] *** Joins: hejux (~hejux@replaced-ip )
1467 [15:15:38] *** Quits: tyranny12 (~blarg@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
1468 [15:16:48] *** Joins: doveina (be7322cc@replaced-ip )
1469 [15:17:03] *** Joins: tyranny12 (~blarg@replaced-ip )
1470 [15:17:34] *** Joins: Ericounet (~Eric@replaced-ip )
1471 [15:17:40] *** Quits: forgotmynick (uid24625@replaced-ip ) (Quit: Connection closed for inactivity)
1472 [15:19:01] *** debhelper sets mode: +l 1528
1473 [15:19:17] *** Joins: Seto_Kaiba (~hunterkll@replaced-ip )
1474 [15:19:34] *** Joins: Rutice (~Rutice@replaced-ip )
1475 [15:20:21] *** Quits: Hunterkll (~hunterkll@replaced-ip ) (Ping timeout: 240 seconds)
1476 [15:21:37] *** Joins: Margolis_ (~Margolis@replaced-ip )
1477 [15:21:50] *** Quits: BCMM (~BCMM@replaced-ip ) (Quit: Konversation terminated!)
1478 [15:24:27] *** Quits: hejux (~hejux@replaced-ip ) (Remote host closed the connection)
1479 [15:24:46] *** Joins: hejux (~hejux@replaced-ip )
1480 [15:24:48] *** Quits: czart (~czart@replaced-ip ) (Ping timeout: 244 seconds)
1481 [15:25:04] *** Joins: hejux_ (~hejux@replaced-ip )
1482 [15:25:13] *** Quits: Margolis (~Margolis@replaced-ip ) (Ping timeout: 258 seconds)
1483 [15:25:54] *** Quits: tsujp (~tsujp@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
1484 [15:26:28] *** Quits: greatgatsby (~greatgats@replaced-ip ) (Ping timeout: 246 seconds)
1485 [15:27:09] *** Joins: Insanity_ (uid179350@replaced-ip )
1486 [15:27:43] *** Quits: hejux_ (~hejux@replaced-ip ) (Remote host closed the connection)
1487 [15:27:55] *** Joins: hejux_ (~hejux@replaced-ip )
1488 [15:27:59] *** Joins: flokuehn (~flokuehn@replaced-ip )
1489 [15:28:03] *** Joins: tsujp (~tsujp@replaced-ip )
1490 [15:28:56] *** Quits: hejux (~hejux@replaced-ip ) (Ping timeout: 244 seconds)
1491 [15:29:15] *** Joins: AlexPortable (uid7568@replaced-ip )
1492 [15:29:30] *** Quits: uio (~uio3@replaced-ip ) (Quit: Leaving)
1493 [15:30:14] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
1494 [15:30:24] *** Joins: pity (~pity@replaced-ip )
1495 [15:31:04] *** Joins: czart (~czart@replaced-ip )
1496 [15:31:04] *** Quits: tommaso (~pi@replaced-ip ) (Ping timeout: 260 seconds)
1497 [15:31:25] *** Joins: tommaso (~pi@replaced-ip )
1498 [15:31:31] *** Quits: progart (~kamee@replaced-ip ) (Quit: Leaving.)
1499 [15:33:40] *** Quits: BlueByte (~walther@replaced-ip ) (Quit: This computer has gone to sleep)
1500 [15:35:10] *** Parts: olf-folks (olf-folks@replaced-ip ) ()
1501 [15:37:08] *** Quits: czart (~czart@replaced-ip ) (Ping timeout: 248 seconds)
1502 [15:37:42] *** Joins: BlueByte (~walther@replaced-ip )
1503 [15:38:44] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
1504 [15:39:06] *** Joins: pity (~pity@replaced-ip )
1505 [15:39:31] *** Quits: Aussie_matt (~quassel@replaced-ip##) (Quit: ##replaced-url
1506 [15:39:54] *** Quits: magic_ninja (~sparkie1@replaced-ip ) (Ping timeout: 272 seconds)
1507 [15:40:28] *** Quits: nulleip (~luiz@replaced-ip ) (Ping timeout: 246 seconds)
1508 [15:41:58] *** Quits: Mo7Qt0 (~Mo7Qt0@replaced-ip##) (Quit: KVIrc 5.0.0 Aria ##replaced-url
1509 [15:42:11] *** Joins: magic_ninja (~sparkie1@replaced-ip )
1510 [15:42:48] *** Joins: uio (~uio3@replaced-ip )
1511 [15:43:47] <uio> Does diff exit once it's done? I'm comparing two flash drives and it is hanging, or taking a long time, don't know which one....
1512 [15:43:51] *** Quits: Makaveli7 (~arch@replaced-ip ) (Quit: WeeChat 2.5)
1513 [15:44:01] <hop> uio: yes
1514 [15:44:14] <hop> how did you start it?
1515 [15:44:16] <uio> hop, How can I check if it is still working?
1516 [15:44:28] <uio> sudo diff -qr drive1 drive2
1517 [15:44:35] <uio> I have some output.
1518 [15:44:39] <hop> then it's still working
1519 [15:44:41] <uio> But it hasn't stopped yet.
1520 [15:44:44] <uio> Okay.
1521 [15:44:45] <uio> :)
1522 [15:44:52] <hop> or there's a problem with the hardware
1523 [15:45:11] *** Joins: MenschZwoNull (~MenschZwo@replaced-ip )
1524 [15:45:38] <uio> I wanted to use it to check if I successfully copied my archives from one usb to the other before deleted (and then LUKSing the first one).
1525 [15:45:48] <uio> hop, How could I check if there is a hardware issue?
1526 [15:46:11] <hop> check for smoke?
1527 [15:46:13] *** Joins: subopt (~subopt@replaced-ip )
1528 [15:46:28] *** Quits: beaver^ (~beaver@replaced-ip ) (Ping timeout: 260 seconds)
1529 [15:46:33] <uio> hop, No smoke :)
1530 [15:46:35] <hop> syslog should show timeouts. do you suspect one of the drives to be faulty?
1531 [15:46:40] *** Joins: freedom (~freedom@replaced-ip )
1532 [15:46:47] <uio> hop, ~80%
1533 [15:46:54] <uio> *80°C
1534 [15:47:00] <hop> so what
1535 [15:47:06] <uio> Also, I can access files on the drives.
1536 [15:47:10] <uio> so no smoke :)
1537 [15:47:27] <hop> is there io?
1538 [15:47:36] <uio> hop, Sorry, how do I check that?
1539 [15:47:38] <hop> dstat
1540 [15:48:29] <uio> I don't think I have it.
1541 [15:48:42] <hop> ...
1542 [15:48:50] <uio> …
1543 [15:49:20] <uio> …
1544 [15:49:29] <hop> are you now timing out?
1545 [15:49:48] <uio> dstat installed.
1546 [15:50:00] <hop> next time use rsync or cpio
1547 [15:50:11] <uio> hop, for?
1548 [15:50:17] <uio> the check?
1549 [15:50:27] <hop> for copying in the first place
1550 [15:50:28] *** Quits: Trieste (~T@replaced-ip ) (Ping timeout: 245 seconds)
1551 [15:50:37] <hop> although you /could/ use rsync to check
1552 [15:51:17] <uio> hop, runnning dstat
1553 [15:51:28] *** Joins: f8e3 (~f8e3@replaced-ip )
1554 [15:51:28] <uio> I have in and out showing numbers
1555 [15:51:42] *** Joins: iulian (~iulian@replaced-ip )
1556 [15:51:44] <f8e3> to run a server process what to use: supervisord vs tmux
1557 [15:51:46] *** Joins: code_falcon (~hugo@replaced-ip )
1558 [15:52:06] *** iulian is now known as Guest81394
1559 [15:52:24] <uio> hop, Should 15Gb really take this long?
1560 [15:52:25] <hop> f8e3: why would you use a terminal muxer to supervis a daemon?
1561 [15:52:41] <hop> uio: let me ask my crystal ball…
1562 [15:52:55] <f8e3> i try to keep the process alive once ssl conneciton closed, so i use tmux, how do i monitor it eg python foo.py process dies?
1563 [15:53:02] * uio has other questions for the ball.
1564 [15:53:35] *** Quits: afawfweaf (~lglaf@replaced-ip ) (Ping timeout: 258 seconds)
1565 [15:53:55] <f8e3> do i need supervisor or what to use?
1566 [15:53:58] *** Quits: LaunchDirector (~pi@replaced-ip ) (Ping timeout: 258 seconds)
1567 [15:54:14] <uio> hop, I mean, if there were two small files, obviously that should not take so long on such a machine. 100GB would. So one could get a ballpark figure without magic.
1568 [15:54:25] <uio> *on most machines.
1569 [15:55:00] <hop> the answer is 17
1570 [15:55:19] *** Quits: altin (~altin@replaced-ip ) (Quit: Leaving)
1571 [15:55:26] *** Quits: VadPerevad (~VadPereva@replaced-ip ) (Quit: Leaving)
1572 [15:55:51] <uio> the answer is passive-agressive pseudo-sarcastic.
1573 [15:56:33] *** Quits: tyranny12 (~blarg@replaced-ip ) (Ping timeout: 268 seconds)
1574 [15:57:20] *** Quits: tsujp (~tsujp@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
1575 [15:57:33] <hop> true, true
1576 [15:59:01] *** debhelper sets mode: +l 1521
1577 [15:59:12] *** Quits: xeon (~quassel@replaced-ip ) (Ping timeout: 245 seconds)
1578 [15:59:21] *** Joins: beaver^ (~beaver@replaced-ip )
1579 [15:59:25] <mdx0> i'm trying to bulid a VPN client with openVPN on debian...
1580 [16:00:08] *** Joins: BlueByte_ (~walther@replaced-ip )
1581 [16:00:12] <mdx0> but don't know exactly how...
1582 [16:00:40] *** Quits: Jerrynicki (~niklas@replaced-ip ) (Ping timeout: 264 seconds)
1583 [16:02:32] *** Quits: BlueByte (~walther@replaced-ip ) (Ping timeout: 245 seconds)
1584 [16:02:52] *** Joins: liepro (~liepro@replaced-ip )
1585 [16:03:10] *** Quits: AgTh (~b50c6@replaced-ip ) (Ping timeout: 258 seconds)
1586 [16:03:41] *** Joins: tsujp (~tsujp@replaced-ip )
1587 [16:05:15] *** Joins: tyranny12 (~blarg@replaced-ip )
1588 [16:05:39] *** Joins: dreamon_ (~dreamon@replaced-ip )
1589 [16:06:00] *** Quits: Guest81394 (~iulian@replaced-ip ) (Remote host closed the connection)
1590 [16:06:03] *** Joins: kirk781 (~kirk781@replaced-ip )
1591 [16:06:22] *** Parts: kbelyea (~kbelyea@replaced-ip ) ()
1592 [16:06:39] *** Quits: dionysus69 (~Thunderbi@replaced-ip ) (Ping timeout: 244 seconds)
1593 [16:06:52] *** Joins: p0lyph3m (~p0lyph3m@replaced-ip )
1594 [16:06:52] *** Quits: n_1-c_k (~n_1-c_k@replaced-ip ) (Read error: Connection reset by peer)
1595 [16:07:17] *** Joins: mtn (~mtn@replaced-ip )
1596 [16:07:55] *** Joins: n_1-c_k (~n_1-c_k@replaced-ip )
1597 [16:08:28] *** Quits: Space_Man_ (~Space_Man@replaced-ip ) (Remote host closed the connection)
1598 [16:09:21] *** Quits: Bliepo (~Bliepo@replaced-ip ) (Quit: Hit any user to continue...)
1599 [16:09:33] *** Quits: thefatma (~thefatma@replaced-ip ) (Read error: Connection reset by peer)
1600 [16:09:43] *** Joins: Space_Man_ (~Space_Man@replaced-ip )
1601 [16:11:14] *** Joins: tdn (~tdn@replaced-ip )
1602 [16:16:42] <uio> So, diff shows they are, other than some unimportant files, the same. Would it be safe to erase the original usb? There is not risk of some unseen corruption?
1603 [16:17:16] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
1604 [16:17:27] *** Joins: RebelCoder (~RebelCode@replaced-ip )
1605 [16:17:28] *** Joins: pity (~pity@replaced-ip )
1606 [16:17:56] *** Joins: Margolis__ (~Margolis@replaced-ip )
1607 [16:18:00] *** Joins: twobitsprite (~isaac@replaced-ip )
1608 [16:18:16] *** Joins: Trieste (~T@replaced-ip )
1609 [16:19:30] <uio> probably a bit paranoid here...
1610 [16:20:13] *** Joins: d3sync (~d3sync@replaced-ip )
1611 [16:20:14] *** Quits: d3sync (~d3sync@replaced-ip ) (Changing host)
1612 [16:20:14] *** Joins: d3sync (~d3sync@replaced-ip )
1613 [16:20:31] *** Joins: downey (sid10506@replaced-ip )
1614 [16:21:17] *** Joins: leandrovianna (~leandrovi@replaced-ip )
1615 [16:21:38] *** Quits: Margolis_ (~Margolis@replaced-ip ) (Ping timeout: 244 seconds)
1616 [16:23:14] *** abdulocracy_ is now known as abdulocracy
1617 [16:23:15] <hop> there's always a chance
1618 [16:25:02] <uio> hop, What would be best practice?
1619 [16:25:17] <hop> how many 9s after the comma?
1620 [16:25:21] *** Joins: RTMRave (~quassel@replaced-ip )
1621 [16:25:34] *** Joins: StillFactoringN (~root@replaced-ip )
1622 [16:25:45] <uio> 17, no?
1623 [16:25:54] *** Parts: StillFactoringN (~root@replaced-ip ) ()
1624 [16:25:55] *** Quits: sobkas (~sobkas@replaced-ip ) (Ping timeout: 276 seconds)
1625 [16:26:10] <uio> hop, C'mon hop, you know this!
1626 [16:26:15] <uio> 17!!
1627 [16:26:17] <hop> i'm not going to say "get over yourself," but get over yourself
1628 [16:26:34] *** Quits: zamuro (~Samantha@replaced-ip ) (Read error: Connection reset by peer)
1629 [16:26:53] <uio> hop, ?
1630 [16:27:00] <uio> hop, It was joke.
1631 [16:27:13] <hop> what was?
1632 [16:27:23] <uio> The hamburger.
1633 [16:27:32] <hop> i was talking about the paranois
1634 [16:27:36] <hop> *a
1635 [16:27:48] <uio> Oh, sorry, I meant the bathtub. But good to know.
1636 [16:28:47] *** Quits: hans__ (~hans@replaced-ip ) (Remote host closed the connection)
1637 [16:28:52] *** Quits: Susant (~Susant@replaced-ip ) (Ping timeout: 264 seconds)
1638 [16:29:09] *** Joins: hans__ (~hans@replaced-ip )
1639 [16:29:10] *** Quits: Halian (~Halian@replaced-ip ) (Ping timeout: 276 seconds)
1640 [16:29:41] *** Quits: LiENUS (~quake@replaced-ip ) (Excess Flood)
1641 [16:29:43] *** Quits: daiko (~daiko@replaced-ip ) (Remote host closed the connection)
1642 [16:29:54] *** Joins: LiENUS (~quake@replaced-ip )
1643 [16:29:58] *** Joins: diogenes_ (~diogenes_@replaced-ip )
1644 [16:30:14] *** Joins: Spr1ng (~Spr1ng@replaced-ip )
1645 [16:30:20] *** Joins: Susant (~Susant@replaced-ip )
1646 [16:30:29] <uio> Is there a faster way to destroy the data that was on it other than gnome-disk zero writing?
1647 [16:30:30] *** Joins: oft_gegong (~oft_gegon@replaced-ip )
1648 [16:30:35] <uio> 38 minutes !!!
1649 [16:31:38] <hop> you said it was an ssd?
1650 [16:32:07] <uio> flash drive. Usb
1651 [16:32:21] <hop> which is solid state…
1652 [16:32:25] <uio> (with bacon)
1653 [16:32:31] <hop> anyway, can't be sure without physically destroying it
1654 [16:32:36] *** Quits: ribasushi (~riba@replaced-ip ) (Ping timeout: 248 seconds)
1655 [16:32:39] <uio> Right. (oops didn't know that...)
1656 [16:32:42] *** Quits: Haohmaru (~Haohmaru@replaced-ip ) ()
1657 [16:32:44] *** Joins: cdown (~cdown@replaced-ip )
1658 [16:32:57] <uio> Who's paranoid now?
1659 [16:32:58] *** Quits: tempora (~tempus@replaced-ip ) (Ping timeout: 246 seconds)
1660 [16:33:21] <uio> hop, Should I just LUKS it?
1661 [16:33:22] <hop> you want us to make your decisions
1662 [16:33:27] <uio> That should do it.
1663 [16:33:49] *** Joins: tempora (~tempus@replaced-ip )
1664 [16:33:54] <uio> hop, No, I'm making the decisions, I'm asking for information to make informed decisions...
1665 [16:34:33] <hop> and i'm giving you the information that the firmware on the thing might decide to write the zeroes somewhere else than where the data was
1666 [16:35:12] <hop> for all i know your usb stick contains natinaly security level info
1667 [16:35:13] *** Joins: oish (~charlie@replaced-ip )
1668 [16:35:16] *** Quits: hejux_ (~hejux@replaced-ip ) (Quit: WeeChat 2.5)
1669 [16:35:58] <uio> hop, Kewl. Thanks. LUKS'll take care of that.
1670 [16:36:03] <hop> nope
1671 [16:36:17] <uio> 17?
1672 [16:36:19] <uio> How nope?
1673 [16:36:35] *** Quits: NetEcho (~NetEcho@replaced-ip ) (Read error: Connection reset by peer)
1674 [16:36:46] <hop> exactly as nope as writing zeroes
1675 [16:36:56] <uio> That's pretty damn nope.
1676 [16:37:08] <uio> What is best practice other than destroying it?
1677 [16:37:27] <hop> well, are these files top secret?
1678 [16:37:27] *** Joins: Halian (~Halian@replaced-ip )
1679 [16:37:35] <uio> hop, Yep.
1680 [16:37:59] <hop> then there is no other way
1681 [16:38:00] *** Joins: Woniken (~Woniken@replaced-ip )
1682 [16:38:03] *** Quits: nsrafk (nsrafk@replaced-ip ) (Ping timeout: 258 seconds)
1683 [16:38:10] *** Quits: flokuehn (~flokuehn@replaced-ip ) (Ping timeout: 272 seconds)
1684 [16:38:31] *** Joins: ribasushi (~riba@replaced-ip )
1685 [16:38:37] <Woniken> hello
1686 [16:38:38] <uio> o
1687 [16:38:54] <Woniken> im trying to install i386 in a amd64 environment
1688 [16:39:02] *** debhelper sets mode: +l 1527
1689 [16:39:34] <hop> uio: reall, if they are top secret, you should have staff for that at your agency…
1690 [16:39:37] <Woniken> but after i do dpkg --add-architecture i386 and apt upgrade, nothing happens
1691 [16:40:24] *** Quits: Pjusur (~Pjusur@replaced-ip ) (Quit: Leaving)
1692 [16:40:28] <uio> hop, They're on holiday. They get back on Monday, but this is urgent!
1693 [16:40:34] *** Joins: nsrafk (nsrafk@replaced-ip )
1694 [16:40:54] <uio> hop, And my yearly budget doesn't allow for replacing flash drives.
1695 [16:40:55] <hop> pull someone else's leg
1696 [16:41:23] <uio> I'm pretty hands off; I prefer to not pull legs.
1697 [16:41:49] <uio> Nice you found the … hop!
1698 [16:42:13] *** Joins: jhutchins_wk (~jonathan@replaced-ip )
1699 [16:42:15] *** Joins: deadmarshal (~deadmarsh@replaced-ip )
1700 [16:42:23] *** FragtioN` is now known as FragtioN
1701 [16:43:15] <oft_gegong> Woniken, it's apt update not apt upgrade
1702 [16:43:17] <deadmarshal> hi. there's an app named osd-lyrics, when I install that, and login to my system for example tomorrow, it's gone :|. it keeps getting removed. how to fix this issue?
1703 [16:43:25] *** Quits: liepro (~liepro@replaced-ip ) (Ping timeout: 268 seconds)
1704 [16:43:48] *** Quits: P1ersson (~P1ersson@replaced-ip ) (Ping timeout: 248 seconds)
1705 [16:44:03] <oft_gegong> disable cron jobs?
1706 [16:44:17] <Woniken> oft_gegong, hey
1707 [16:44:27] <Woniken> i did both
1708 [16:44:34] *** Parts: daemoneye (~daemoneye@replaced-ip ) ("WeeChat 2.3")
1709 [16:46:25] *** Joins: user888 (~user888@replaced-ip )
1710 [16:46:32] *** Quits: magyar (~magyar@replaced-ip ) (Quit: Riding the split)
1711 [16:48:12] <jhutchins_wk> deadmarshal: Check your logs.
1712 [16:49:11] *** Joins: progart (~kamee@replaced-ip )
1713 [16:49:19] *** Quits: progart (~kamee@replaced-ip ) (Client Quit)
1714 [16:50:02] *** Joins: liepro (~liepro@replaced-ip )
1715 [16:51:06] <deadmarshal> there's nothing in logs, only some messages about tor
1716 [16:51:43] *** Quits: oft_gegong (~oft_gegon@replaced-ip ) (Read error: Connection reset by peer)
1717 [16:52:01] <humpled> ,v osd-lyrics
1718 [16:52:02] <judd> No package named 'osd-lyrics' was found in amd64.
1719 [16:52:07] *** Joins: oft_gegong (~oft_gegon@replaced-ip )
1720 [16:52:40] *** Quits: Susant (~Susant@replaced-ip ) (Ping timeout: 252 seconds)
1721 [16:53:00] <deadmarshal> :|
1722 [16:53:33] *** Quits: freedom (~freedom@replaced-ip ) (Remote host closed the connection)
1723 [16:54:12] *** Quits: liepro (~liepro@replaced-ip ) (Max SendQ exceeded)
1724 [16:55:55] *** Quits: mibo (~mibo@replaced-ip ) (Remote host closed the connection)
1725 [16:56:19] <humpled> so it's up to us to guess what you installed and how
1726 [16:57:00] *** Joins: liepro (~liepro@replaced-ip )
1727 [16:57:46] *** Quits: mortderire (~mortderir@replaced-ip ) (Quit: WeeChat 1.4)
1728 [16:57:55] *** Quits: HerbY_NL2 (~HerbY_NL2@replaced-ip ) (Quit: Leaving)
1729 [16:58:01] *** Joins: mortderire (~mortderir@replaced-ip )
1730 [16:58:07] *** Joins: greycat (~wooledg@replaced-ip )
1731 [16:58:18] *** Quits: furaidi_ (~quassel@replaced-ip##) (Quit: ##replaced-url
1732 [16:58:23] <uio> deadmarshal, What did you install and how? Did you download it? Did you get in on a vinyl?
1733 [16:58:28] *** Joins: P1ersson (~P1ersson@replaced-ip )
1734 [16:58:50] *** Quits: RebelCoder (~RebelCode@replaced-ip ) (Ping timeout: 244 seconds)
1735 [16:59:04] *** Joins: tyzoid (~tyzoid@replaced-ip )
1736 [16:59:13] *** Quits: deadmarshal (~deadmarsh@replaced-ip ) (Ping timeout: 245 seconds)
1737 [16:59:24] <hop> and what does "it's gone" mean, exactly?
1738 [16:59:37] <uio> hop, They left!
1739 [16:59:41] <uio> Come back!
1740 [16:59:41] *** Joins: Susant (~Susant@replaced-ip )
1741 [16:59:51] <uio> Come back!!
1742 [17:00:02] * uio sheds a tear
1743 [17:00:14] *** Joins: electro33 (uid613@replaced-ip )
1744 [17:00:19] *** Joins: zenix_2k2 (~zenix@replaced-ip )
1745 [17:00:23] *** Parts: zenix_2k2 (~zenix@replaced-ip ) ()
1746 [17:00:29] *** Quits: oft_gegong (~oft_gegon@replaced-ip ) (Quit: Leaving)
1747 [17:00:58] *** Quits: tnozyrox (~tnozyrox@replaced-ip ) (Ping timeout: 272 seconds)
1748 [17:01:22] * uio wonders if we'll ever see them again....
1749 [17:02:24] *** Joins: dvs (~hibbard@replaced-ip )
1750 [17:02:59] *** Joins: Jerrynicki (~niklas@replaced-ip )
1751 [17:03:07] *** Joins: progart (~kamee@replaced-ip )
1752 [17:04:29] *** Joins: oft_gegong (~oft_gegon@replaced-ip )
1753 [17:04:38] *** Parts: oft_gegong (~oft_gegon@replaced-ip ) ()
1754 [17:04:40] <Woniken> can anyone help me
1755 [17:05:01] <greycat> !ask
1756 [17:05:02] <dpkg> If you have a question, just ask! For example: "I have a problem with ___; I'm running Debian version ___. When I try to do ___ I get the following output ___. I expected it to do ___." Don't ask if you can ask, if anyone uses it, or pick one person to ask. We're all volunteers; make it easy for us to help you. If you don't get an answer try a few hours later or on debian-user@lists.debian.org. See <smart questions><errors>.
1757 [17:05:05] *** Joins: oft_gegong (~oft_gegon@replaced-ip )
1758 [17:05:07] *** Quits: chele (~chele@replaced-ip ) (Quit: Leaving)
1759 [17:05:12] <uio> !anyone
1760 [17:05:13] <dpkg> Please do not ask if anyone can help you, knows 'something' or uses 'some_program'. Instead, ask your real question. (If the real question _was_ "does anyone use 'some_program'?" ask me about <popcon> instead.) See <ask> <ask to ask> <polls> <search> <sicco> <smart questions>.
1761 [17:05:24] <uio> Woniken, Just kidding, what do you need?
1762 [17:05:24] <humpled> !help
1763 [17:05:28] <uio> !okay
1764 [17:05:28] <humpled> sorry
1765 [17:05:29] <dpkg> Don't talk back to me or you're going to be sorry!
1766 [17:05:33] <Woniken> how do i install i386 arch
1767 [17:05:50] <uio> Woniken, What have you tried?
1768 [17:05:50] <Woniken> in a amd64 environment
1769 [17:05:59] <greycat> replaced-url
1770 [17:06:02] <uio> Woniken, Why do you want to do that?
1771 [17:06:02] <beavis> search for debian multiarch
1772 [17:06:03] <greycat> ... GAH
1773 [17:06:11] <greycat> PUT YOUR WHOLE QUESTION ON ONE LINE
1774 [17:06:17] <beavis> dpkg: tell Woniken about multiarch
1775 [17:06:26] * uio realises that they probably can't help...
1776 [17:06:44] <jelly> Woniken: you already enabled i386 and did an apt update. That's it.
1777 [17:06:45] <uio> beavis, Glad you're here.
1778 [17:07:15] <Woniken> how do i get the packages
1779 [17:07:16] <jelly> Woniken: from that point on you should be able to install 32bit packages that you actually want or need.
1780 [17:07:23] <jelly> Woniken: which packages do you need?
1781 [17:07:38] <Woniken> i need some packages for a game
1782 [17:08:00] <jelly> Woniken: can you be more specific?
1783 [17:08:07] <Woniken> idk which packages
1784 [17:08:28] <uio> Woniken, What is the game?
1785 [17:08:30] <jelly> Woniken: well then, how does the game fail?
1786 [17:08:31] *** Quits: encod3 (~encod3@replaced-ip ) ()
1787 [17:08:36] <greycat> If the game is a third-party binary, you run ldd on it to see what shared libs it needs. Then you use apt-file or packages.debian.org or /msg judd to find out what package contains each library.
1788 [17:08:57] <Woniken> ok
1789 [17:09:27] <jelly> Woniken: install libc6:i386 for a start, otherwise ldd tool won't work
1790 [17:09:28] <uio> ,v ok
1791 [17:09:30] <judd> No package named 'ok' was found in amd64.
1792 [17:10:07] <uio> cheers!
1793 [17:10:09] *** Quits: uio (~uio3@replaced-ip ) (Quit: Leaving)
1794 [17:10:13] <jelly> ,file lib/ld-linux.so.2 --arch i386
1795 [17:10:18] <judd> Search for lib/ld-linux.so.2 in buster/i386: libc6: lib/ld-linux.so.2; libc6-i386-x32-cross: usr/x86_64-linux-gnux32/lib/ld-linux.so.2; libc6-i386-amd64-cross: usr/x86_64-linux-gnu/lib/ld-linux.so.2; libc6.1-alpha-cross: usr/alpha-linux-gnu/lib/ld-linux.so.2; libc6-i386-cross: usr/i686-linux-gnu/lib/ld-linux.so.2; libc6-sparc64-cross: usr/sparc64-linux-gnu/lib/ld-linux.so.2;
1796 [17:10:20] <judd> libc6-sh4-cross: usr/sh4-linux-gnu/lib/ld-linux.so.2
1797 [17:10:25] *** Quits: dvs (~hibbard@replaced-ip ) (Ping timeout: 246 seconds)
1798 [17:10:30] <jelly> good grief
1799 [17:10:46] <greycat> judd is so cross
1800 [17:10:47] *** Joins: encod3 (~encod3@replaced-ip )
1801 [17:10:56] <Woniken> ldd doesnt work
1802 [17:11:18] *** Quits: fuzzface (~fuzzface@replaced-ip ) (Quit: Leaving)
1803 [17:11:25] <jelly> Woniken: how esxactly did you call it, and what exactly did it say?
1804 [17:11:49] <Woniken> ldd EU4 and not a dynamic executable
1805 [17:11:50] <greycat> and did you do what jelly told you to do, to allow ldd to work?
1806 [17:12:06] <greycat> is EU4 a shell script that runs some other program for you?
1807 [17:12:12] *** Quits: tyranny12 (~blarg@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
1808 [17:12:14] <Woniken> wait
1809 [17:12:15] *** Joins: nairc (~na@replaced-ip )
1810 [17:12:40] <jelly> no need to wait, irc is asynchronous
1811 [17:12:57] <Woniken> ok did that
1812 [17:13:07] <Woniken> EU4 is a binary
1813 [17:13:33] *** Joins: tyranny12 (~blarg@replaced-ip )
1814 [17:13:33] *** Quits: tyranny12 (~blarg@replaced-ip ) (Changing host)
1815 [17:13:33] *** Joins: tyranny12 (~blarg@replaced-ip )
1816 [17:13:38] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 268 seconds)
1817 [17:14:06] <Woniken> im installing libc6
1818 [17:14:13] <Woniken> i386
1819 [17:14:42] *** Joins: deadmarshal (~deadmarsh@replaced-ip )
1820 [17:15:09] <greycat> OK, when that finishes, run "file EU4" and see what kind of file this thing is.
1821 [17:15:31] <Woniken> ok
1822 [17:17:04] *** Quits: tsujp (~tsujp@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
1823 [17:17:11] *** Joins: angelblade (~angelblad@replaced-ip )
1824 [17:18:54] *** Quits: kirk781 (~kirk781@replaced-ip ) (Quit: Leaving)
1825 [17:19:35] *** Joins: xeon (~quassel@replaced-ip )
1826 [17:20:52] *** Quits: deadmarshal (~deadmarsh@replaced-ip ) (Ping timeout: 245 seconds)
1827 [17:21:08] *** Joins: deadmarshal (~deadmarsh@replaced-ip )
1828 [17:22:40] *** Quits: subopt (~subopt@replaced-ip ) (Ping timeout: 246 seconds)
1829 [17:22:40] *** Joins: nulleip (~luiz@replaced-ip )
1830 [17:23:18] *** Quits: progart (~kamee@replaced-ip ) (Quit: Leaving.)
1831 [17:23:36] *** Joins: redsec (~redsec@replaced-ip )
1832 [17:23:40] *** Joins: magyar (~magyar@replaced-ip )
1833 [17:24:14] *** Parts: redsec (~redsec@replaced-ip ) ()
1834 [17:24:22] *** Joins: HarveyPwca (~HarveyPwc@replaced-ip )
1835 [17:24:28] *** Quits: oft_gegong (~oft_gegon@replaced-ip ) (Remote host closed the connection)
1836 [17:25:03] *** Joins: bliv (~bliv@replaced-ip )
1837 [17:25:21] *** Quits: xSmurf (~MrSmurf@replaced-ip ) (Ping timeout: 268 seconds)
1838 [17:25:44] *** Joins: towo` (~towo@replaced-ip )
1839 [17:26:05] *** Quits: drzacek (~drzacek@replaced-ip ) (Quit: Leaving)
1840 [17:26:15] *** Joins: StuartMI (~stkirk@replaced-ip )
1841 [17:26:17] *** Quits: P1ersson (~P1ersson@replaced-ip ) (Ping timeout: 245 seconds)
1842 [17:26:19] *** Quits: tyranny12 (~blarg@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
1843 [17:26:38] *** Joins: tyranny12 (~blarg@replaced-ip )
1844 [17:26:46] *** Quits: tyranny12 (~blarg@replaced-ip ) (Changing host)
1845 [17:26:46] *** Joins: tyranny12 (~blarg@replaced-ip )
1846 [17:27:04] *** Joins: subopt (~subopt@replaced-ip )
1847 [17:27:07] *** Quits: xeon (~quassel@replaced-ip ) (Ping timeout: 245 seconds)
1848 [17:27:14] *** Joins: xSmurf (~MrSmurf@replaced-ip )
1849 [17:27:32] *** Quits: sulvone (~sulvone@replaced-ip ) (Quit: sulvone)
1850 [17:27:51] <jelly> !qotd0
1851 [17:27:51] <dpkg> <Maulkin> *mumble*raid0-isn't-raid*mumble* * resiak removes two of Maulkin's chair's legs. "It's okay, because they were in a redundant array!"
1852 [17:28:15] *** Joins: sulvone (~sulvone@replaced-ip )
1853 [17:30:11] *** Quits: encod3 (~encod3@replaced-ip ) (Remote host closed the connection)
1854 [17:30:35] *** Joins: oft_gegong (~oft_gegon@replaced-ip )
1855 [17:31:56] *** Joins: ChmEarl (~chmearl@replaced-ip )
1856 [17:32:31] *** Joins: overbythere (~textual@replaced-ip )
1857 [17:32:32] *** Quits: xcm (~xcm@replaced-ip ) (Ping timeout: 245 seconds)
1858 [17:32:58] *** Quits: czesmir (~stefan@replaced-ip ) (Ping timeout: 245 seconds)
1859 [17:33:27] *** Joins: mason (~mason@replaced-ip )
1860 [17:33:30] *** Quits: oft_gegong (~oft_gegon@replaced-ip ) (Client Quit)
1861 [17:34:36] *** Quits: corvo (~Thunderbi@replaced-ip ) (Ping timeout: 268 seconds)
1862 [17:37:13] *** Joins: BCMM (~BCMM@replaced-ip )
1863 [17:37:46] *** Joins: oft_gegong (~oft_gegon@replaced-ip )
1864 [17:40:04] *** Joins: root (~root@replaced-ip )
1865 [17:40:27] *** root is now known as Guest56049
1866 [17:40:47] *** Quits: Guest56049 (~root@replaced-ip ) (Client Quit)
1867 [17:40:47] *** Joins: xeon (~quassel@replaced-ip )
1868 [17:44:17] *** Quits: liepro (~liepro@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
1869 [17:45:06] *** Joins: nifker (~Thunderbi@replaced-ip )
1870 [17:45:22] *** Joins: emOne_ (~emOne@replaced-ip )
1871 [17:45:31] *** Joins: sobkas (~sobkas@replaced-ip )
1872 [17:46:12] <nifker> Will the new Firefox ESR land in Bullseye?
1873 [17:46:13] *** Quits: oft_gegong (~oft_gegon@replaced-ip ) (Quit: adios amigo)
1874 [17:46:25] <themill> yes, when it's ready
1875 [17:46:44] <greycat> ESR rollover isn't until October, I thought... am I mis-remembering?
1876 [17:47:26] *** Quits: xeon (~quassel@replaced-ip ) (Ping timeout: 258 seconds)
1877 [17:47:36] *** Quits: Haudegen (~quassel@replaced-ip ) (Quit: Bin weg.)
1878 [17:48:43] <themill> The new one is out, the old one is still supported
1879 [17:48:53] *** Joins: msb (~msb@replaced-ip )
1880 [17:49:03] <themill> replaced-url
1881 [17:49:06] *** Quits: emOne (~emOne@replaced-ip ) (Ping timeout: 272 seconds)
1882 [17:49:11] *** Joins: rsx (~rsx@replaced-ip )
1883 [17:49:12] *** Quits: Oksana (~Wikiwide@replaced-ip ) (Ping timeout: 245 seconds)
1884 [17:49:14] <greycat> Right, and Debian flips when the current one expires, NOT when the newer one is out.
1885 [17:49:40] <themill> yeah, there are merits in waiting for the .1 and ignoring the .0...
1886 [17:49:44] *** Quits: Susant (~Susant@replaced-ip ) (Ping timeout: 258 seconds)
1887 [17:50:12] * greycat looks at Debian 10.0
1888 [17:51:22] *** Parts: doveina (be7322cc@replaced-ip ) ()
1889 [17:51:28] *** Joins: foka (~foka@replaced-ip )
1890 [17:51:30] <themill> heh
1891 [17:52:19] *** Quits: shiradz (~shiradz@replaced-ip ) (Quit: shiradz)
1892 [17:52:27] *** Joins: Akuw (~x@replaced-ip )
1893 [17:53:04] *** Joins: greatgatsby (~greatgats@replaced-ip )
1894 [17:54:21] *** Joins: sentriz (~sentriz@replaced-ip )
1895 [17:55:38] *** Joins: Susant (~Susant@replaced-ip )
1896 [17:55:58] <jelly> mozilla's tarball does the same thing
1897 [17:56:11] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
1898 [17:57:01] *** Joins: nuuuciano (~luuuciano@replaced-ip )
1899 [17:57:31] *** Joins: ohwowlol (uid375208@replaced-ip )
1900 [17:58:02] *** Quits: Tom01 (~tom@replaced-ip ) (Remote host closed the connection)
1901 [17:58:37] *** Quits: blackmajic (~black@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
1902 [17:58:46] *** Joins: blackmajic (~black@replaced-ip )
1903 [18:00:04] *** Quits: Susant (~Susant@replaced-ip ) (Ping timeout: 248 seconds)
1904 [18:00:36] *** Joins: progart (~kamee@replaced-ip )
1905 [18:01:14] *** Quits: slon (~slon@replaced-ip ) (Ping timeout: 258 seconds)
1906 [18:01:28] *** Joins: slon (~slon@replaced-ip )
1907 [18:01:50] *** Quits: Woniken (~Woniken@replaced-ip ) (Quit: Leaving)
1908 [18:02:07] *** Quits: tw (~tw@replaced-ip ) (Ping timeout: 245 seconds)
1909 [18:02:23] *** Quits: user888 (~user888@replaced-ip ) (Ping timeout: 244 seconds)
1910 [18:02:55] *** Joins: tw (~tw@replaced-ip )
1911 [18:04:32] *** Joins: lilabsence (~RizzoTheR@replaced-ip )
1912 [18:05:48] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
1913 [18:05:57] *** Quits: emOne_ (~emOne@replaced-ip ) (Read error: Connection timed out)
1914 [18:06:02] *** Joins: pity (~pity@replaced-ip )
1915 [18:06:19] *** Quits: Akuw (~x@replaced-ip ) (Read error: Connection reset by peer)
1916 [18:06:33] *** Joins: Akuw (~x@replaced-ip )
1917 [18:07:20] *** Joins: Kemocon (~Kemocon@replaced-ip )
1918 [18:07:30] *** Joins: emOne (~emOne@replaced-ip )
1919 [18:08:03] *** Joins: tnozyrox (~tnozyrox@replaced-ip )
1920 [18:08:45] *** Quits: iViLe (bob@replaced-ip ) (Read error: Connection reset by peer)
1921 [18:10:12] *** Quits: leandrovianna (~leandrovi@replaced-ip ) (Ping timeout: 248 seconds)
1922 [18:10:18] *** Joins: mibo (~mibo@replaced-ip )
1923 [18:10:39] *** Joins: Oksana (~Wikiwide@replaced-ip )
1924 [18:11:40] *** Joins: iViLe (bob@replaced-ip )
1925 [18:13:11] *** Joins: murii (~murii@replaced-ip )
1926 [18:13:44] *** Quits: mibo (~mibo@replaced-ip ) (Remote host closed the connection)
1927 [18:14:17] *** Joins: xcm (~xcm@replaced-ip )
1928 [18:14:35] *** Joins: chalcedony (~chalcedon@replaced-ip )
1929 [18:14:55] *** Quits: progart (~kamee@replaced-ip ) (Quit: Leaving.)
1930 [18:15:10] *** Joins: while (~while@replaced-ip )
1931 [18:16:17] *** Joins: furaidi (~quassel@replaced-ip )
1932 [18:17:16] *** Quits: saptaks (~saptaks@replaced-ip ) (Remote host closed the connection)
1933 [18:17:43] *** Quits: chalcedny (~chalcedon@replaced-ip ) (Ping timeout: 276 seconds)
1934 [18:17:57] *** Joins: saptaks (~saptaks@replaced-ip )
1935 [18:19:02] *** Joins: fat_mexican (~marg@replaced-ip )
1936 [18:19:22] *** Quits: Ericounet (~Eric@replaced-ip ) (Quit: Je m'en vais ...)
1937 [18:19:46] *** Quits: fat_mexican (~marg@replaced-ip ) (Quit: Leaving)
1938 [18:19:47] *** Joins: twanny796 (~user@replaced-ip )
1939 [18:20:52] *** Quits: a0z (~a0z@replaced-ip ) (Ping timeout: 245 seconds)
1940 [18:21:42] *** Joins: gremlin42 (~eric@replaced-ip )
1941 [18:23:03] *** Quits: iViLe (bob@replaced-ip ) (Ping timeout: 244 seconds)
1942 [18:23:48] *** Quits: citypw (~citypw@replaced-ip ) (Ping timeout: 245 seconds)
1943 [18:23:58] *** Quits: zeden (~user@replaced-ip ) (Quit: WeeChat 2.4)
1944 [18:24:40] *** Joins: iViLe (~bob@replaced-ip )
1945 [18:24:53] *** Joins: sunzero (~sunzero@replaced-ip )
1946 [18:25:16] *** Joins: zeden (~user@replaced-ip )
1947 [18:25:24] <SerajewelKS> on buster's jackd, it seems that jackd segfaults any time that the qjackctl patch bay is activated
1948 [18:25:59] *** sunzero is now known as nullbyte_
1949 [18:26:03] *** Quits: nullbyte_ (~sunzero@replaced-ip ) (Changing host)
1950 [18:26:03] *** Joins: nullbyte_ (~sunzero@replaced-ip )
1951 [18:27:05] *** nullbyte_ is now known as sunzero
1952 [18:27:10] *** Quits: sunzero (~sunzero@replaced-ip ) (Client Quit)
1953 [18:27:34] *** Joins: sunzero (~sunzero@replaced-ip )
1954 [18:27:54] *** Joins: woshty (~woshty@replaced-ip )
1955 [18:28:37] *** Quits: loumagnou (~louq@replaced-ip ) (Quit: Leaving)
1956 [18:28:48] *** Quits: thePiGrepper (~nagato@replaced-ip ) (Ping timeout: 245 seconds)
1957 [18:28:56] <Habbie> SerajewelKS, pretty sure that did not happen for me last week
1958 [18:30:40] <SerajewelKS> it's 100% reprocudible here :/
1959 [18:30:53] <SerajewelKS> at any rate i'm pretty sure jackd should not be segfaulting when qjackctl attempts to patch things
1960 [18:31:46] *** Quits: overbythere (~textual@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
1961 [18:32:24] <SerajewelKS> suddenly this time it did not segfault. so it happens most of the time, but not every time. probably a race condition.
1962 [18:33:42] *** Quits: gremlin42 (~eric@replaced-ip ) (Remote host closed the connection)
1963 [18:33:48] *** Joins: airsoftmodels (~airsoftmo@replaced-ip )
1964 [18:34:32] *** Quits: TheWizard (~thewizard@replaced-ip##) (Quit: KVIrc 5.0.0 Aria ##replaced-url
1965 [18:34:37] *** Joins: format_c (~format_c@replaced-ip )
1966 [18:34:55] *** Quits: kts (~kts@replaced-ip ) (Quit: Konversation terminated!)
1967 [18:36:37] *** Joins: th0r (~th0r@replaced-ip )
1968 [18:36:40] *** Quits: x0n (~x0n@replaced-ip ) (Ping timeout: 264 seconds)
1969 [18:36:57] *** Quits: th0r (~th0r@replaced-ip ) (Client Quit)
1970 [18:37:36] *** Joins: x0n (~x0n@replaced-ip )
1971 [18:37:37] *** Joins: thePiGrepper (~nagato@replaced-ip )
1972 [18:38:07] *** Quits: dreamon_ (~dreamon@replaced-ip ) (Ping timeout: 268 seconds)
1973 [18:38:30] *** Quits: foka (~foka@replaced-ip ) (Ping timeout: 272 seconds)
1974 [18:40:35] *** Quits: airsoftmodels (~airsoftmo@replaced-ip ) (Quit: Leaving)
1975 [18:42:12] *** Quits: emOne (~emOne@replaced-ip ) (Read error: Connection timed out)
1976 [18:42:26] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
1977 [18:43:30] *** Joins: emOne (~emOne@replaced-ip )
1978 [18:43:44] *** Joins: Lord_of_Life_ (~Lord@replaced-ip )
1979 [18:44:17] *** Joins: simpledat (~unknown@replaced-ip )
1980 [18:45:52] *** Joins: Tom01 (~tom@replaced-ip )
1981 [18:46:28] *** Quits: Lord_of_Life (~Lord@replaced-ip ) (Ping timeout: 258 seconds)
1982 [18:46:42] *** Lord_of_Life_ is now known as Lord_of_Life
1983 [18:49:56] *** Joins: Bliepo (~Bliepo@replaced-ip )
1984 [18:52:12] *** Quits: simpledat (~unknown@replaced-ip ) (Quit: leaving)
1985 [18:52:21] *** Quits: satanist (~satanist@replaced-ip##) (Quit: ZNC 1.6.1 - ##replaced-url
1986 [18:52:37] *** Joins: satanist (~satanist@replaced-ip )
1987 [18:53:15] *** Joins: grst (~grst@replaced-ip )
1988 [18:53:41] *** Quits: ralala (~marcel@replaced-ip ) (Quit: Konversation terminated!)
1989 [18:55:10] *** Joins: dvs (~hibbard@replaced-ip )
1990 [18:56:04] *** Quits: Adbray_ (~Adbray@replaced-ip ) (Ping timeout: 276 seconds)
1991 [18:56:29] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
1992 [18:56:32] *** Joins: RebelCoder (~RebelCode@replaced-ip )
1993 [18:58:57] *** Quits: mortderire (~mortderir@replaced-ip ) (Remote host closed the connection)
1994 [19:00:05] *** Quits: toxync12 (~toxync12@replaced-ip ) (Excess Flood)
1995 [19:00:17] *** Joins: Night-Shade (~TimF@replaced-ip )
1996 [19:00:33] *** Joins: toxync12 (~toxync12@replaced-ip )
1997 [19:00:40] *** Quits: Texou (~Texou@replaced-ip ) (Ping timeout: 264 seconds)
1998 [19:01:36] *** Quits: knidos (~knidos@replaced-ip ) (Quit: WeeChat 1.9.1)
1999 [19:01:43] *** Quits: TomyWork (~TomyLobo@replaced-ip ) (Ping timeout: 246 seconds)
2000 [19:02:01] *** Quits: mase-tech (~mase-tech@replaced-ip ) (Quit: Leaving)
2001 [19:02:35] *** Quits: amphiprions (~amphiprio@replaced-ip ) (Read error: Connection reset by peer)
2002 [19:02:36] *** Joins: kts (~kts@replaced-ip )
2003 [19:03:18] *** Quits: Bliepo (~Bliepo@replaced-ip ) (Remote host closed the connection)
2004 [19:04:12] *** Joins: emOne_ (~emOne@replaced-ip )
2005 [19:04:37] *** Seto_Kaiba is now known as Hunterkll
2006 [19:04:43] *** Joins: loumagnou (~louq@replaced-ip )
2007 [19:05:38] *** Joins: frgo_ (~frgo@replaced-ip )
2008 [19:05:59] *** Joins: Spr1ng_ (~Spr1ng@replaced-ip )
2009 [19:06:11] *** Quits: Spr1ng_ (~Spr1ng@replaced-ip ) (Client Quit)
2010 [19:06:37] *** Quits: Kemocon (~Kemocon@replaced-ip ) (Quit: Leaving)
2011 [19:07:48] *** Quits: emOne (~emOne@replaced-ip ) (Ping timeout: 248 seconds)
2012 [19:07:50] *** Quits: Spr1ng (~Spr1ng@replaced-ip ) (Quit: WeeChat 2.5)
2013 [19:07:55] *** Quits: grst (~grst@replaced-ip ) (Quit: WeeChat 2.3)
2014 [19:08:13] *** Quits: ekleog (~ii@replaced-ip ) (Quit: WeeChat 2.4)
2015 [19:08:52] *** Quits: Thedarkb-T60 (~Thedarkb-@replaced-ip ) (Ping timeout: 248 seconds)
2016 [19:09:02] *** debhelper sets mode: +l 1520
2017 [19:09:04] *** Quits: frgo (~frgo@replaced-ip ) (Ping timeout: 246 seconds)
2018 [19:09:51] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
2019 [19:10:01] *** Joins: dastier_ (~dastier@replaced-ip )
2020 [19:10:07] *** Quits: Darcidride (~Darcidrid@replaced-ip ) (Ping timeout: 246 seconds)
2021 [19:10:27] *** Quits: dastier_ (~dastier@replaced-ip ) (Max SendQ exceeded)
2022 [19:10:28] *** Quits: frgo_ (~frgo@replaced-ip ) (Ping timeout: 248 seconds)
2023 [19:10:55] *** Joins: dastier_ (~dastier@replaced-ip )
2024 [19:11:56] *** Joins: ekleog (~ii@replaced-ip )
2025 [19:12:51] *** Joins: Spr1ng (~Spr1ng@replaced-ip )
2026 [19:13:00] *** Quits: shabius_ (~shabius@replaced-ip ) (Quit: Leaving)
2027 [19:13:06] *** Quits: kts (~kts@replaced-ip ) (Quit: Konversation terminated!)
2028 [19:15:09] *** Joins: minnesotags1 (~tqmy@replaced-ip )
2029 [19:16:04] *** Quits: saptaks (~saptaks@replaced-ip ) (Ping timeout: 246 seconds)
2030 [19:16:25] *** Quits: Spr1ng (~Spr1ng@replaced-ip ) (Client Quit)
2031 [19:17:14] *** Joins: shabius (~shabius@replaced-ip )
2032 [19:18:32] *** Parts: minnesotags1 (~tqmy@replaced-ip ) ()
2033 [19:18:59] *** Joins: minnesotags1 (~tqmy@replaced-ip )
2034 [19:19:16] *** Quits: liberiga (~liberiga@replaced-ip ) (Ping timeout: 260 seconds)
2035 [19:20:13] <simbalion> Hi, I just did a netinst of 9.9 in qemu and it doesn't install route by default? is that right? Shouldn't the netinst include route?
2036 [19:20:32] <greycat> Nope.
2037 [19:20:33] *** Quits: nairc (~na@replaced-ip ) (Quit: Leaving)
2038 [19:20:53] <greycat> The ifconfig, netstat and route commands are deprecated, and are not installed by default in 9.x or 10.x.
2039 [19:21:08] *** Quits: AimHere (~David@replaced-ip ) (Ping timeout: 248 seconds)
2040 [19:21:19] *** Joins: EvansEssence (~q0wh@replaced-ip )
2041 [19:21:28] <simbalion> huh, whats replaced route?
2042 [19:21:32] <greycat> ,file bin/route --release stretch
2043 [19:21:34] <greycat> "ip route"
2044 [19:21:37] <judd> Search for bin/route in stretch/amd64: net-tools: sbin/route
2045 [19:21:40] <simbalion> ah ok tyvm :)
2046 [19:22:38] *** Joins: AimHere (~David@replaced-ip )
2047 [19:22:56] *** Joins: czart (~czart@replaced-ip )
2048 [19:24:11] *** Joins: PretendMatter (~username@replaced-ip )
2049 [19:24:59] *** Quits: turtlehat (~ouaei@replaced-ip ) (Ping timeout: 268 seconds)
2050 [19:26:57] *** Quits: sunzero (~sunzero@replaced-ip ) (Quit: leaving)
2051 [19:27:04] *** Quits: jubo2 (~juboxi@replaced-ip ) (Ping timeout: 264 seconds)
2052 [19:28:26] *** Joins: saptaks (~saptaks@replaced-ip )
2053 [19:28:54] *** Joins: Spr1ng (~Spr1ng@replaced-ip )
2054 [19:29:15] *** Quits: astra`` (~astra@replaced-ip##) (Quit: ZNC 1.7.1 - ##replaced-url
2055 [19:29:30] *** Joins: astra`` (~astra@replaced-ip )
2056 [19:32:09] *** Quits: lucad111 (~lucad111@replaced-ip ) (Quit: Leaving)
2057 [19:32:49] *** Joins: Echo6 (~Echo6@replaced-ip )
2058 [19:33:24] *** Joins: dasj19 (~dasj19@replaced-ip )
2059 [19:33:49] *** Joins: Sepultura (~quassel@replaced-ip )
2060 [19:34:35] *** Quits: ich (~ich@replaced-ip ) (Quit: Ex-Chat)
2061 [19:34:48] *** Joins: sunzero (~sunzero@replaced-ip )
2062 [19:36:53] *** Joins: etech3 (~root@replaced-ip )
2063 [19:37:50] *** Joins: nicolas__ (~nicolas@replaced-ip )
2064 [19:37:58] *** Quits: dasj19 (~dasj19@replaced-ip ) (Ping timeout: 245 seconds)
2065 [19:39:06] *** Quits: etech3 (~root@replaced-ip ) (Client Quit)
2066 [19:39:32] *** Joins: Bliepo (~Bliepo@replaced-ip )
2067 [19:39:36] *** Quits: sunzero (~sunzero@replaced-ip ) (Client Quit)
2068 [19:40:53] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
2069 [19:41:05] *** Joins: pity (~pity@replaced-ip )
2070 [19:41:43] *** Joins: dvs (~hibbard@replaced-ip )
2071 [19:42:10] *** Quits: Zvmdyv (~Zvmdyv@replaced-ip ) (Remote host closed the connection)
2072 [19:42:15] *** Joins: frgo (~frgo@replaced-ip )
2073 [19:42:50] *** Joins: johnfg (~johnfg@replaced-ip )
2074 [19:42:50] *** Joins: tnozyrox_ (~tnozyrox@replaced-ip )
2075 [19:43:26] *** Joins: shibboleth (~shibbolet@replaced-ip )
2076 [19:43:26] <johnfg> Hi guys!
2077 [19:43:42] *** Joins: diogenes_ (~diogenes_@replaced-ip )
2078 [19:43:50] <EoflaOE> Hello johnfg. Any questions?
2079 [19:44:02] *** Quits: dastier (~dastier@replaced-ip ) (Read error: Connection reset by peer)
2080 [19:44:32] <johnfg> Just got a mesg from apt dist-upgrade that libxml2: The following packages have been kept back:
2081 [19:44:48] <johnfg> Is there a way to update it?
2082 [19:45:07] *** Quits: tnozyrox (~tnozyrox@replaced-ip ) (Ping timeout: 258 seconds)
2083 [19:45:11] <jelly> johnfg: that's not the whole message.
2084 [19:45:15] <greycat> oh sure, leave out all the *details* that are absolutely important to understanding the question
2085 [19:45:16] <jelly> !bat
2086 [19:45:16] <dpkg> In order to troubleshoot your problem with apt-get, apt or aptitude we need ALL OF THE FOLLOWING information: 1. complete output of your apt-get/apt/aptitude run (including the command used) 2. output from "apt-cache policy pkg1 pkg2..." for ALL packages mentioned ANYWHERE in the problem, and 3. "apt-cache policy". Use replaced-url
2087 [19:45:19] <jelly> ^
2088 [19:45:36] *** Joins: rany (~rany@replaced-ip )
2089 [19:45:53] <jelly> johnfg: read carefully the instructions above and provide all the info
2090 [19:46:06] *** Joins: zyley (~zyley@replaced-ip )
2091 [19:46:20] *** Joins: cliluw (~cliluw@replaced-ip )
2092 [19:46:34] *** Quits: format_c (~format_c@replaced-ip ) (Quit: format_c)
2093 [19:46:35] <greycat> A nice summary of what release you're using and what you were trying to do with "apt dist-upgrade" would be appreciated too.
2094 [19:47:06] <johnfg> Actually, it was the whole (relevant) message: replaced-url
2095 [19:47:14] <johnfg> But I'll get the others you mention.
2096 [19:47:28] <greycat> Yay, I remembered how to get the raw for that site!
2097 [19:47:31] <greycat> replaced-url
2098 [19:47:53] <jelly> greycat likes it raw?
2099 [19:47:56] <greycat> what happens if you type "apt install libxml2" ?
2100 [19:48:53] *** Joins: mase-tech (~mase-tech@replaced-ip )
2101 [19:49:29] <jelly> last time that happened for me I was on wheezy with ELTS and figured out ELTS people forgot to build libxml2:i386 but had built libxml2:amd64. Also I forgot to report that.
2102 [19:50:32] *** Joins: orbiter (~orbiter@replaced-ip )
2103 [19:50:59] <johnfg> greycat: It works, that's what! Looks like the slot :i386 was used instead of amd64. Maybe that's what the problem was.
2104 [19:51:06] *** Joins: foka (~foka@replaced-ip )
2105 [19:51:58] <jelly> "slot :i386 was used instead of amd64" does not make a lot of sense
2106 [19:52:11] *** Quits: Cabanoss- (~Cabanossi@replaced-ip ) (Quit: Bye, bye...)
2107 [19:52:33] *** Quits: BCMM (~BCMM@replaced-ip ) (Ping timeout: 245 seconds)
2108 [19:52:39] <jelly> but hey if whatever was broken is fixed now, I'll take it!
2109 [19:53:25] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
2110 [19:53:40] *** Quits: ax1 (~axl@replaced-ip ) (Ping timeout: 248 seconds)
2111 [19:55:40] *** Joins: Haudegen (~quassel@replaced-ip )
2112 [19:56:04] *** Joins: clarance (~saxe@replaced-ip )
2113 [19:56:17] <johnfg> jelly: That's probably my using terminology from another distro, but whatever :i386 is, what's installed now is the :amd64.
2114 [19:56:51] *** Parts: deadmarshal (~deadmarsh@replaced-ip ) ()
2115 [19:56:56] *** Quits: angelblade (~angelblad@replaced-ip ) (Quit: Leaving)
2116 [19:56:59] *** Joins: progart (~kamee@replaced-ip )
2117 [19:57:58] *** Quits: shibboleth (~shibbolet@replaced-ip ) (Quit: shibboleth)
2118 [19:58:33] *** Joins: beencubed_ (~beencubed@replaced-ip )
2119 [19:58:56] *** Quits: beencubed (~beencubed@replaced-ip ) (Ping timeout: 272 seconds)
2120 [20:01:11] *** Quits: mdx0 (~mdx0@replaced-ip ) (Quit: Verlassend)
2121 [20:01:16] *** Joins: Susant (~Susant@replaced-ip )
2122 [20:01:53] *** Parts: clarance (~saxe@replaced-ip ) ()
2123 [20:02:15] <hans__> johnfg, i ususally do apt purge "*:i386"; dpkg --remove-foreign-architecture i386; at the end of amd64 system installations :p
2124 [20:02:33] *** Quits: phaseNi (~phaset@replaced-ip ) (Ping timeout: 245 seconds)
2125 [20:03:28] *** Joins: hyskaru (~hyskaru@replaced-ip )
2126 [20:03:54] <hans__> johnfg, (and if you don't need to run i386, you can do that too)
2127 [20:03:55] *** Quits: nku (~nku@replaced-ip ) (Read error: Connection reset by peer)
2128 [20:05:34] <hans__> only time i actually need to run i386 binaries these days is when i'm running programs in WINE, and on most of my systems, i don't have wine sos
2129 [20:06:28] <greycat> we've got some workstations here that run a vendor's proprietary application that has both i386 and amd64 pieces to it, for reasons I do not know and did not ask about
2130 [20:07:25] *** Quits: twobitsprite (~isaac@replaced-ip ) (Ping timeout: 244 seconds)
2131 [20:07:25] *** Quits: johnfg (~johnfg@replaced-ip ) (Read error: Connection reset by peer)
2132 [20:07:26] <hans__> ick, do they start with the letter "A" and have the color red associated with them?
2133 [20:07:32] *** Quits: czart (~czart@replaced-ip ) (Ping timeout: 248 seconds)
2134 [20:07:41] *** Joins: johnfg (~johnfg@replaced-ip )
2135 [20:08:00] <greycat> Nope. It's not a company most people would ever know about. Very specialized medical equipment and supporting software.
2136 [20:08:03] *** Joins: diniwed (~gavron@replaced-ip )
2137 [20:08:06] <hans__> kk
2138 [20:08:12] *** Quits: Rutice (~Rutice@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
2139 [20:08:26] *** Joins: MACscr (~MACscr@replaced-ip )
2140 [20:08:42] *** Joins: Lars_1 (~androirc@replaced-ip )
2141 [20:08:54] <Lars_1> hello
2142 [20:09:16] <hans__> Lars_1, no, there's nobody here, everybody's afk
2143 [20:09:57] *** Joins: dionysus69 (~Thunderbi@replaced-ip )
2144 [20:10:25] *** Joins: emOne (~emOne@replaced-ip )
2145 [20:10:26] *** Quits: emOne (~emOne@replaced-ip ) (Changing host)
2146 [20:10:26] *** Joins: emOne (~emOne@replaced-ip )
2147 [20:10:31] *** Quits: twanny796 (~user@replaced-ip ) (Ping timeout: 244 seconds)
2148 [20:10:31] <johnfg> I think the last couple of times there was a new release, I did go the upgrade route, like jessie>stretch. Does stretch>buster look as seamless?
2149 [20:10:41] *** Quits: traveltissues (~traveltis@replaced-ip ) (Remote host closed the connection)
2150 [20:10:43] <greycat> replaced-url
2151 [20:11:52] *** Joins: phaseNi (~phaset@replaced-ip )
2152 [20:13:01] *** Joins: a0z (~a0z@replaced-ip )
2153 [20:13:26] *** Joins: Iridos (~iridos@replaced-ip )
2154 [20:13:28] *** Joins: emOne__ (~emOne@replaced-ip )
2155 [20:13:36] *** Quits: emOne_ (~emOne@replaced-ip ) (Ping timeout: 252 seconds)
2156 [20:13:53] <Lars_1> need help with nvidia driver installation!!
2157 [20:13:58] <Iridos> uuh, where was the readme for aptitude that had all the ~ options (and why isn't that information in the manpage)
2158 [20:14:31] *** Joins: electro33 (uid613@replaced-ip )
2159 [20:15:02] <jelly> Iridos: install aptitude-doc and browse or read it online
2160 [20:15:03] <greycat> it's in some separate aptitude documentation package
2161 [20:15:29] <jelly> replaced-url
2162 [20:15:39] <Iridos> thanks
2163 [20:15:41] <Lars_1> (Lars_1) need help with nvidia driver installation!!
2164 [20:15:48] <greycat> !nvidia
2165 [20:15:48] <dpkg> Where possible, Nvidia graphic processing units are supported using the open source <nouveau> driver on Debian systems by default. To install the proprietary "nvidia" driver, see replaced-url
2166 [20:15:59] <jelly> !ask
2167 [20:15:59] *** Quits: n_1-c_k (~n_1-c_k@replaced-ip ) (Read error: Connection reset by peer)
2168 [20:15:59] <dpkg> If you have a question, just ask! For example: "I have a problem with ___; I'm running Debian version ___. When I try to do ___ I get the following output ___. I expected it to do ___." Don't ask if you can ask, if anyone uses it, or pick one person to ask. We're all volunteers; make it easy for us to help you. If you don't get an answer try a few hours later or on debian-user@lists.debian.org. See <smart questions><errors>.
2169 [20:16:03] <jelly> Lars_1: ^
2170 [20:16:36] <jelly> if you need general pointers, start at
2171 [20:16:44] <jelly> !nvidia dkms
2172 [20:16:44] <dpkg> For Debian 7 "Wheezy" and later systems. Ask me about <contrib> and <non-free sources>. «aptitude -r install linux-headers-`uname -r|sed 's,[^-]*-[^-]*-,,'` nvidia-kernel-dkms && mkdir -p /etc/X11/xorg.conf.d ; echo -e 'Section "Device"\n\tIdentifier "My GPU"\n\tDriver "nvidia"\nEndSection' > /etc/X11/xorg.conf.d/20-nvidia.conf». Restart your system to enable the <nouveau> blacklist.
2173 [20:16:46] <Lars_1> things is, while installing the .run file, it faild and says some x server in running, then tells me to see the logs
2174 [20:16:56] *** Quits: emOne (~emOne@replaced-ip ) (Ping timeout: 258 seconds)
2175 [20:17:02] <jelly> Lars_1: avoid using nvidia's own installer.
2176 [20:17:06] *** Joins: n_1-c_k (~n_1-c_k@replaced-ip )
2177 [20:17:12] <jelly> install from packages instead.
2178 [20:17:40] <Lars_1> nvidia detect shows to install 390.xx
2179 [20:17:50] <jelly> Lars_1: which debian release do you have installed? Which card?
2180 [20:18:07] <Lars_1> buster, nvidia geforce mx150
2181 [20:19:01] *** debhelper sets mode: +l 1526
2182 [20:19:09] <jelly> Lars_1: great. So do what !nvidia dkms above says, except replace "nvidia-kernel-dkms" with "nvidia-legacy-390xx-kernel-dkms"
2183 [20:19:48] <jelly> aptitude -r install linux-headers-`uname -r|sed 's,[^-]*-[^-]*-,,'` nvidia-legacy-390xx-kernel-dkms && mkdir -p /etc/X11/xorg.conf.d ; echo -e 'Section "Device"\n\tIdentifier "My GPU"\n\tDriver "nvidia"\nEndSection' > /etc/X11/xorg.conf.d/20-nvidia.conf
2184 [20:19:55] <jelly> ^ as root
2185 [20:20:27] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
2186 [20:20:27] <Lars_1> how sure are u that it wont break my system 8th time again?
2187 [20:20:37] *** Joins: pity (~pity@replaced-ip )
2188 [20:21:09] <Lars_1> (jelly) aptitude -r install linux-headers-`uname -r|sed 's,[^-]*-[^-]*-,,'` nvidia-legacy-390xx-kernel-dkms && mkdir -p /etc/X11/xorg.conf.d ; echo -e 'Section "Device"\n\tIdentifier "My GPU"\n\tDriver "nvidia"\nEndSection' > /etc/X11/xorg.conf.d/20-nvidia.conf
2189 [20:21:16] *** Quits: rsx (~rsx@replaced-ip ) (Remote host closed the connection)
2190 [20:21:21] <Lars_1> in this command what i have to replace with what?
2191 [20:21:22] <jelly> depends on what you've done so far and how many leftovers there are from previous attempts
2192 [20:21:36] <jelly> I've already replaced it for you
2193 [20:21:43] <Lars_1> ok
2194 [20:23:22] *** Joins: twobitsprite (~isaac@replaced-ip )
2195 [20:23:37] *** Quits: ensamvarg (~ensamvarg@replaced-ip ) (Ping timeout: 246 seconds)
2196 [20:24:11] <Lars_1> says /etc/X11/xorg.conf.d/20-nvidia.conf: No such file or directory
2197 [20:24:36] <greycat> then you mistyped the previous command where it makes that directory
2198 [20:24:55] *** Joins: P1ersson (~P1ersson@replaced-ip )
2199 [20:26:07] <jelly> I guess if aptitude command fails the mkdir will not happen
2200 [20:26:08] *** Joins: flokuehn (~flokuehn@replaced-ip )
2201 [20:26:20] <jelly> Lars_1: did aptitude fail?
2202 [20:26:38] <Lars_1> bash
2203 [20:26:42] <greycat> yeah, the mix of && and ; is weird
2204 [20:26:58] *** Quits: ohwowlol (uid375208@replaced-ip ) (Quit: Connection closed for inactivity)
2205 [20:27:07] <jelly> Lars_1: did you run this in a root shell?
2206 [20:27:13] <Lars_1> yes
2207 [20:27:16] <Lars_1> no
2208 [20:27:26] <Lars_1> i ran it with sudo
2209 [20:27:36] <jelly> that's not good
2210 [20:27:38] *** Joins: overbythere (~textual@replaced-ip )
2211 [20:28:04] <Lars_1> so what now ?
2212 [20:28:07] *** Joins: a_l_b (~a_l_b@replaced-ip )
2213 [20:28:08] *** Quits: overbythere (~textual@replaced-ip ) (Client Quit)
2214 [20:28:17] *** Quits: HarveyPwca (~HarveyPwc@replaced-ip ) (Quit: Leaving)
2215 [20:28:32] <elwisp> What happened to the vifo modules in debian? I try to load em now after a reinstall but it just says its missing
2216 [20:28:41] *** Joins: overbythere (~textual@replaced-ip )
2217 [20:28:45] <jelly> Lars_1: so either learn how to use sudo to call huge oneliners with multiple commands, or open a root shell (with, say, sudo -i)
2218 [20:28:52] *** Quits: RebelCoder (~RebelCode@replaced-ip ) (Ping timeout: 246 seconds)
2219 [20:28:52] <greycat> Lars_1: "sudo -i" and then paste it again
2220 [20:29:08] <Lars_1> ok
2221 [20:29:35] <johnfg> Thanks for the help today guys! Gotta run to 2nd job, but may be back in the process of upgrading to Buster!
2222 [20:29:38] *** Quits: johnfg (~johnfg@replaced-ip ) (Quit: leaving)
2223 [20:29:39] <Lars_1> are u on telegram, i cant send a picture here!!
2224 [20:29:44] <greycat> That particular sequence of commands has *every* type of shell quoting already in it, so attempting to wrap yet another layer of shell quoting around it so it can be fed to sudo would be madness.
2225 [20:32:13] *** Quits: Arkaniad (~Arkaniad@replaced-ip ) (Read error: No route to host)
2226 [20:32:17] *** Joins: oish (~charlie@replaced-ip )
2227 [20:32:34] <jelly> Lars_1: you can upload an image to eg. imgur.com and show the URL here
2228 [20:32:43] <Lars_1> ok
2229 [20:32:45] <jelly> or use a text-based pastebin
2230 [20:32:45] <ws2k3> how can i monitor which files/dirs are being access by nfs? i have a huge ioload on my machine. it seems to be coming from nfs. but im not sure what is accessed
2231 [20:32:48] <jelly> !paste
2232 [20:32:48] <dpkg> Do not paste more than 2 lines to this channel. Instead, use for text: replaced-url
2233 [20:32:54] *** Joins: Arkaniad (~Arkaniad@replaced-ip )
2234 [20:33:10] <greycat> pasting text from your terminal is greatly preferred over pasting an image of said text
2235 [20:33:29] *** Joins: dreamon_ (~dreamon@replaced-ip )
2236 [20:33:40] *** Quits: RTMRave (~quassel@replaced-ip ) (Ping timeout: 248 seconds)
2237 [20:34:57] <Lars_1> sed: can't read nvidia-legacy-390xx-kernel-dkms: No such file or directory
2238 [20:34:57] <Lars_1> E: Command line option 'r' [from -r] is not understood in combination with the other options.
2239 [20:34:57] <Lars_1> bash: /etc/X11/xorg.conf.d/20-nvidia.conf: No such file or directory
2240 [20:35:04] <Lars_1> this is what it gave
2241 [20:35:32] *** Joins: lankanmon_ (~LKNnet@replaced-ip )
2242 [20:35:40] *** Quits: lankanmon (~LKNnet@replaced-ip ) (Ping timeout: 272 seconds)
2243 [20:36:05] <greycat> Did you *paste* what jelly said to run, or did you attempt to *type* it by hand, and mess it up?
2244 [20:36:26] *** Quits: bablux (~bablux@replaced-ip##) (Quit: ZNC - ##replaced-url
2245 [20:36:26] <Lars_1> let me copy paste it again
2246 [20:37:17] <jelly> he's also typing in oftc #debian, and the quote there suggests backticks have disappeared from the actual command that was run
2247 [20:37:34] *** Quits: dvs (~hibbard@replaced-ip ) (Ping timeout: 272 seconds)
2248 [20:37:45] <greycat> It's conceivable that his IRC client is eating the backquotes because it thinks they're IRC markup instead of shell syntax.
2249 [20:39:08] <Lars_1> aptitude was not installed earlier sorry, now it did
2250 [20:39:10] *** Joins: bablux (~bablux@replaced-ip )
2251 [20:39:13] <Lars_1> but now its giving this
2252 [20:39:16] <Lars_1> sed: can't read nvidia-legacy-390xx-kernel-dkms: No such file or directory
2253 [20:39:16] <Lars_1> Unable to apply some actions, aborting
2254 [20:39:17] <Lars_1> bash: /etc/X11/xorg.conf.d/20-nvidia.conf: No such file or directory
2255 [20:39:17] *** Lars_1 was kicked by debhelper (flood)
2256 [20:39:46] <jelly> "and they never heard of him again"
2257 [20:39:49] <greycat> dpkg, no, nvidia dkms is <reply>For Debian 7 "Wheezy" and later systems. Ask me about <contrib> and <non-free sources>. «aptitude -r install linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') nvidia-kernel-dkms && mkdir -p /etc/X11/xorg.conf.d && echo -e 'Section "Device"\n\tIdentifier "My GPU"\n\tDriver "nvidia"\nEndSection' > /etc/X11/xorg.conf.d/20-nvidia.conf». Restart your system to enable the
2258 [20:39:50] <dpkg> greycat: okay
2259 [20:39:55] <greycat> <nouveau> blacklist.
2260 [20:39:58] <greycat> FUCK
2261 [20:40:00] *** Joins: connman (connman@replaced-ip )
2262 [20:40:10] *** Quits: connman (connman@replaced-ip ) (Quit: Leaving)
2263 [20:40:19] <annadane> lol
2264 [20:40:19] *** Joins: Texou (~Texou@replaced-ip )
2265 [20:40:20] <jelly> I remember there being a reason for ``
2266 [20:40:29] *** Joins: connman (connman@replaced-ip )
2267 [20:40:30] <greycat> dpkg, no, nvidia dkms is <reply>For Debian 7 "Wheezy" and later. Ask me about <contrib> and <non-free sources>. «aptitude -r install linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') nvidia-kernel-dkms && mkdir -p /etc/X11/xorg.conf.d && echo -e 'Section "Device"\n\tIdentifier "My GPU"\n\tDriver "nvidia"\nEndSection' > /etc/X11/xorg.conf.d/20-nvidia.conf». Reboot to enable the <nouveau> blacklist.
2268 [20:40:31] <dpkg> greycat: okay
2269 [20:40:34] <ws2k3> how can i monitor which files/dirs are being access by nfs? i have a huge ioload on my machine. it seems to be coming from nfs. but im not sure what is accessed
2270 [20:41:45] *** Joins: titos (~falito@replaced-ip )
2271 [20:42:15] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
2272 [20:43:03] <jhutchins_wk> ws2k3: I don't think there's any per-file or per-directory monitoring, but you can at lest see which hosts are using a share. Check the man page for showmount.
2273 [20:44:28] <rany> ws2k3, lsof somewhat
2274 [20:44:32] *** Joins: user888 (~user888@replaced-ip )
2275 [20:45:18] *** Joins: publio (~publio@replaced-ip )
2276 [20:45:37] <rany> ws2k3, from lsof man page: `lsof -b /nfs/mount/point`
2277 [20:45:56] *** Quits: yokowka (~yokowka@replaced-ip ) (Quit: Leaving)
2278 [20:46:38] <jhutchins_wk> rany: Good to know.
2279 [20:47:01] <jhutchins_wk> rany: I work more with the shares on the hosts using them, NFS is managed by our storage team.
2280 [20:47:35] *** Parts: titos (~falito@replaced-ip ) ()
2281 [20:47:48] *** Joins: NaderB (~sokak@replaced-ip )
2282 [20:48:24] <jelly> rany: isn't that for nfs client, not nfs server?
2283 [20:48:29] *** Joins: Lars_1 (~androirc@replaced-ip )
2284 [20:48:40] <Lars_1> hey
2285 [20:48:46] <jelly> it's you!
2286 [20:48:51] <Lars_1> yea
2287 [20:49:11] <Lars_1> so i am doing taht command which piper told me, if it breaks i ll get back here
2288 [20:49:33] <greycat> who or what is piper?
2289 [20:49:45] <rany> jelly, only for client... reread the man page :/
2290 [20:49:52] *** Quits: MenschZwoNull (~MenschZwo@replaced-ip ) (Ping timeout: 264 seconds)
2291 [20:50:06] <jelly> piper is a highly unreliable agent of chaos, a user on oftc running sidux and offering people advice that may or may not be right for stable
2292 [20:50:07] *** Joins: LCRERGO (~lucas@replaced-ip )
2293 [20:50:21] <ws2k3> already fiddeling with lsof but that does not realy provide any usefull output
2294 [20:50:26] <Lars_1> so what should i do ??
2295 [20:50:52] *** Quits: nicholas__ (~Christian@replaced-ip ) (Ping timeout: 272 seconds)
2296 [20:50:58] <rany> ws2k3, all it does is show you open files
2297 [20:50:58] *** Quits: dionysus69 (~Thunderbi@replaced-ip ) (Read error: Connection reset by peer)
2298 [20:51:04] <rany> and by which processes
2299 [20:51:07] <jelly> Lars_1: show the command you did and the complete output, for starters
2300 [20:51:10] <greycat> Lars_1: I'm curious, when you pasted the command from jelly into your terminal, did the command include backwards quote marks? The character above the Tab key on a US keyboard. Some people (and maybe some IRC clients) use it for IRC markup.
2301 [20:51:23] *** Quits: nicolas__ (~nicolas@replaced-ip ) (Quit: nicolas__)
2302 [20:51:25] *** Joins: Lars_3 (~Tars@replaced-ip )
2303 [20:51:28] <jelly> Lars_1: if you need to, use an image upload site if you can't use paste.debian.net
2304 [20:51:32] *** Joins: LaunchDirector (~pi@replaced-ip )
2305 [20:52:16] <Lars_3> sed: can't read nvidia-legacy-390xx-kernel-dkms: No such file or directory
2306 [20:52:17] <Lars_3> Unable to apply some actions, aborting
2307 [20:52:17] <Lars_3> bash: /etc/X11/xorg.conf.d/20-nvidia.conf: No such file or directory
2308 [20:52:25] <Lars_1> this was the last output
2309 [20:52:29] <NetTerminalGene> guys. i can't watch trailer in imdb.com firefo closes it. could someone confirm it please_
2310 [20:52:33] <greycat> We need to see the command you're running.
2311 [20:52:43] <Lars_1> ok
2312 [20:52:58] <Lars_3> sudo aptitude -r install linux-headers-uname -r|sed 's,[^-]*-[^-]*-,,' nvidia-legacy-390xx-kernel-dkms && mkdir -p /etc/X11/xorg.conf.d ; echo -e 'Section "Device"\n\tIdentifier "My GPU"\n\tDriver "nvidia"\nEndSection' > /etc/X11/xorg.conf.d/20-nvidia.conf
2313 [20:53:00] *** Quits: code_falcon (~hugo@replaced-ip ) (Read error: Connection reset by peer)
2314 [20:53:02] *** Joins: dionysus69 (~Thunderbi@replaced-ip )
2315 [20:53:09] <Lars_1> this is that command m running
2316 [20:53:09] <greycat> Yeah, the backquotes are totally gone.
2317 [20:53:17] *** Joins: AlmarShenwan_ (~quassel@replaced-ip )
2318 [20:53:23] *** Joins: BCMM (~BCMM@replaced-ip )
2319 [20:53:51] <greycat> also, you're still trying to put sudo in front of a compound shell command. You can't DO that.
2320 [20:54:09] *** Joins: Christian75 (~Christian@replaced-ip )
2321 [20:54:15] <Lars_1> can u send me this command some other way?
2322 [20:54:19] *** Quits: loumagnou (~louq@replaced-ip ) (Quit: Leaving)
2323 [20:54:28] <greycat> If you have a compound shell command like a;b;c and you put sudo in front of it, you end up with sudo a;b;c and then only a is run via sudo. b and c are run as you.
2324 [20:54:31] <rany> Lars_1, run `sudo -i` and then run the same command
2325 [20:54:43] <Lars_1> ok
2326 [20:54:46] <greycat> rany: he needs to use the $() variant also, because his client is eating the backquotes.
2327 [20:55:19] <greycat> Because IRC wasn't already bad enough without clients commandeering shell syntax for their own purposes.
2328 [20:55:23] <Lars_3> please send the command again, m using hexchat now
2329 [20:56:02] <greycat> aptitude -r install linux-headers-$sed 's,[^-]*-[^-]*-,,' nvidia-kernel-dkms && mkdir -p /etc/X11/xorg.conf.d && echo -e 'Section "Device"n\tIdentifier "My GPU"n\tDriver "nvidia"nEndSection' > /etc/X11/xorg.conf.d/20-nvidia.conf
2330 [20:56:04] *** Quits: AlmarShenwan (~quassel@replaced-ip ) (Ping timeout: 248 seconds)
2331 [20:56:12] <greycat> CRAP, what ...
2332 [20:56:17] * jelly offers greycat some ()
2333 [20:56:19] <greycat> no, don't use that one either
2334 [20:56:24] <greycat> DPKG WHAT DID YOU DO
2335 [20:56:25] <dpkg> i don't know, greycat
2336 [20:57:06] <greycat> So we can't use backquotes in bot factoids because evil clients eat them, and we can't use () either, because dpkg eats them.
2337 [20:57:15] *** Joins: grobi (~rtng@replaced-ip )
2338 [20:57:21] <greycat> God DAMN it.
2339 [20:57:22] <Lars_3> new output
2340 [20:57:29] <Lars_3> Package linux-headers is not installed, so it will not be removed
2341 [20:57:29] <Lars_3> Couldn't find any package whose name or description matched "s,[^-]*-[^-]*-,,"
2342 [20:57:30] <Lars_3> Unable to apply some actions, aborting
2343 [20:57:42] <jelly> Lars_3: aptitude -r install linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') nvidia-legacy-390xx-kernel-dkms && mkdir -p /etc/X11/xorg.conf.d ; echo -e 'Section "Device"\n\tIdentifier "My GPU"\n\tDriver "nvidia"\nEndSection' > /etc/X11/xorg.conf.d/20-nvidia.conf
2344 [20:58:00] <jelly> after opening a separate root shell to run that in.
2345 [20:58:00] *** Quits: LCRERGO (~lucas@replaced-ip ) (Quit: leaving)
2346 [20:58:14] <greycat> this is beyond irritating...
2347 [20:58:16] *** Quits: kingsley (~kingsley@replaced-ip ) (Ping timeout: 246 seconds)
2348 [20:58:17] *** Quits: grobi (~rtng@replaced-ip ) (Client Quit)
2349 [20:58:28] <jelly> greycat: oh, you figured out the reason!
2350 [20:58:57] <greycat> jelly: $(foo|bar) gets treated as "randomly pick foo or bar" by the bot's factoid processing
2351 [20:59:14] <Lars_3> this last command u gave jelly, is asking me to install packages worth size 77 mb
2352 [20:59:21] <greycat> YES! IT WORKED!
2353 [20:59:24] <jelly> Lars_3: that seems about right
2354 [20:59:32] <greycat> Now if only we could figure out how to get that command INTO THE BOT.
2355 [20:59:34] *** Quits: Giotis (~Giotis@replaced-ip ) (Read error: Connection reset by peer)
2356 [20:59:50] <Lars_1> its installing now
2357 [20:59:58] <Lars_1> hope it wont break again
2358 [20:59:59] <greycat> I really don't want to use $'\x28' for (
2359 [21:00:30] *** Joins: kingsley (~kingsley@replaced-ip )
2360 [21:00:30] <jelly> greycat: you think the bot interprets that?
2361 [21:00:36] <Lars_3> Conflicting nouveau kernel module loaded │
2362 [21:00:36] <Lars_3> │ │
2363 [21:00:36] <Lars_3> │ The free nouveau kernel module is currently loaded and conflicts with the non-free nvidia kernel module. │
2364 [21:00:36] <Lars_3> │ │
2365 [21:00:40] <Lars_3> │ The easiest way to fix this is to reboot the machine once the installation has finished.
2366 [21:00:40] *** Lars_3 was kicked by debhelper (flood)
2367 [21:00:47] <Lars_1> reboot?
2368 [21:01:01] <greycat> dpkg, pipeline test is <reply>x=$(foo|bar)
2369 [21:01:01] <dpkg> greycat: okay
2370 [21:01:04] <greycat> dpkg, pipeline test
2371 [21:01:04] <dpkg> x=$foo
2372 [21:01:23] <jelly> Lars_1: yes
2373 [21:01:28] <Lars_1> ok
2374 [21:01:40] *** Quits: rany (~rany@replaced-ip ) (Remote host closed the connection)
2375 [21:01:57] *** Joins: rany (~rany@replaced-ip )
2376 [21:02:12] <jelly> Lars_1: assuming the installation and dkms build was successful, that is
2377 [21:02:33] *** Joins: xd123 (~udadbiggu@replaced-ip )
2378 [21:02:35] <Lars_1> new problem now
2379 [21:02:49] <jelly> sometimes building modules from dpkg fails but the installation itself does not fail. You need to read the output.
2380 [21:02:52] <xd123> hi everyone, I'm new to Linux and IRC :D
2381 [21:02:53] <Lars_1> so many .bin files are missing for module nouveau
2382 [21:03:09] <jelly> Lars_1: you should not be using nouveau at all after reboot.
2383 [21:03:20] <jhutchins_wk> xd123: Many wonderful discoveries lie ahead of you.
2384 [21:03:29] <rany> Lars_1, it should be blacklisted so it doesn't matter
2385 [21:03:42] <xd123> Thank you my dude :)
2386 [21:03:50] <Lars_1> so reboot now ?
2387 [21:04:16] <greycat> dpkg, forget pipeline test
2388 [21:04:18] <dpkg> greycat: i forgot pipeline test
2389 [21:04:53] *** Quits: wwilliam (~afernande@replaced-ip ) (Ping timeout: 268 seconds)
2390 [21:04:58] <jelly> Lars_1: I thought you rebooted the first time you asked
2391 [21:05:04] <greycat> jelly: is there any way to *suppress* the (foo|bar) processing in the bot for a single factoid?
2392 [21:05:12] *** Joins: Lars_3 (~Tars@replaced-ip )
2393 [21:05:26] <xd123> bit of an odd question and likely know the correct answer - are most of you running VMs or physical machines?
2394 [21:05:27] *** Quits: oahong (~samigarus@replaced-ip ) (Ping timeout: 245 seconds)
2395 [21:05:32] <jelly> greycat: FIIK, I've basically given up on infobot's crummy perl
2396 [21:06:10] <Lars_1> now it just suggested me to. but after i pressed ok on that bios-look-a-like screen, it jept on doing something and at the end showed a lot of .bin files are missing
2397 [21:06:35] <Lars_1> *no
2398 [21:06:40] *** Quits: mase-tech (~mase-tech@replaced-ip ) (Quit: Leaving)
2399 [21:07:02] <jhutchins_wk> jelly: Y'know, I found the nvidia drivers very easy to get along with.
2400 [21:07:43] <jhutchins_wk> Then again, I've had to do things like scratch build kernel modules for random brand touchscreens, so maybe I have an advantage.
2401 [21:07:51] <jelly> jhutchins_wk: sure, if you NEVER patch any of xorg/mesa/libdrm stack
2402 [21:08:09] <jhutchins_wk> Time will tell.
2403 [21:08:23] <Lars_1> time is not going well for me.
2404 [21:08:27] <greycat> So, we have three choices that I can see. (1) we put the factoid back as it was with backquotes, and it fails for anyone whose IRC client eats backquotes. (2) we leave the factoid as it is now, and you MUST trigger it with "literal" to see the proper shell command.
2405 [21:08:35] <xd123> jhutchins_wk: I've added you as a friend but I'm unsure how friends work on IRC lol
2406 [21:08:52] <greycat> (3) we move the shell command to the wiki, and force people to ACTUALLY READ THE URLS THE BOT SAYS TO READ instead of trying to spoon-feed them directly here.
2407 [21:09:07] <jelly> dpkg, lefoo is ((silly)) thing
2408 [21:09:07] <dpkg> jelly: okay
2409 [21:09:10] <jelly> !lefoo
2410 [21:09:10] <dpkg> hmm... lefoo is ((silly)) thing
2411 [21:09:20] <greycat> jelly: the pipeline is important here
2412 [21:09:21] <jhutchins_wk> xd123: It's mostly just open chat. We try to keep the troubleshooting public so other people can learn or catch errors.
2413 [21:09:34] <jelly> dpkg, lefoo is ((silly)|(silly)) thing
2414 [21:09:34] <dpkg> ...but lefoo is already something else...
2415 [21:09:35] <Lars_1> why not on telegra?
2416 [21:09:39] <jelly> dpkg, no, lefoo is ((silly)|(silly)) thing
2417 [21:09:39] <dpkg> jelly: okay
2418 [21:09:40] <greycat> also (( )) in shell means something entirely different from ( ( ) )
2419 [21:09:41] <Lars_1> *telegram
2420 [21:09:47] <jelly> but that will make it rather long
2421 [21:09:47] <Lars_1> why irc?
2422 [21:09:52] <jelly> !lefoo
2423 [21:09:52] <dpkg> extra, extra, read all about it, lefoo is (silly) thing
2424 [21:10:21] *** Joins: toxync12- (~toxync12@replaced-ip )
2425 [21:10:27] <Lars_1> so what to do with the problem now ?
2426 [21:10:34] <jelly> Lars_1: irc is an open protocol and will not die suddently if the company behind it goes under
2427 [21:10:48] <jelly> unlike icq or telegram
2428 [21:10:55] <greycat> jelly: you need to get it to actually print $(x|y) as output, which I don't think you can do that way.
2429 [21:10:55] <jhutchins_wk> Lars_1: irc has been a technical forum (as well as social) since mainframe days.
2430 [21:10:55] <Lars_1> ok
2431 [21:10:58] *** Quits: toxync12 (~toxync12@replaced-ip ) (Ping timeout: 244 seconds)
2432 [21:10:58] <xd123> icq was a meme though...
2433 [21:11:07] *** Quits: rabbitear_g (~rabbitear@replaced-ip ) (Remote host closed the connection)
2434 [21:11:20] <Lars_1> can we get back to the nvidia problem?
2435 [21:11:26] <greycat> What problem are you having now?
2436 [21:11:43] <jelly> Lars_1: does lsmod show nvidia or nouveau loaded right now, or none?
2437 [21:12:15] <greycat> also how did he reboot so quickly?
2438 [21:12:30] *** Quits: bebbet (~bebbet@replaced-ip##) (Quit: ZNC 1.7.2+deb3 - ##replaced-url
2439 [21:12:30] <xd123> jhutchins_wk: is there an easy way to direct message someone and/or reply without typing their whole name?
2440 [21:12:35] <jelly> new machine? nvme ssd? no idea.
2441 [21:12:40] <xd123> SSD life?
2442 [21:12:46] <greycat> xd123: type the first couple letters of their nick and press TAb.
2443 [21:13:06] *** Joins: talbot (~eldredge@replaced-ip )
2444 [21:13:07] *** Joins: fduran (~fduran@replaced-ip )
2445 [21:13:08] <jhutchins_wk> xd123: Most clients will auto-complete a name if you type some characters and press tab.
2446 [21:13:16] <Lars_1> i can only see nouveau typed so many times on lsmod output
2447 [21:13:17] <xd123> Ah, cheers guys :)
2448 [21:13:23] *** Joins: bebbet (~bebbet@replaced-ip )
2449 [21:13:35] <Lars_1> i did not reboot, nobody told me to
2450 [21:13:35] <jhutchins_wk> xd123: However, direct messaging without permission is considered by some silly people to be rude.
2451 [21:13:38] *** Quits: fduran (~fduran@replaced-ip ) (Client Quit)
2452 [21:13:42] <xd123> I'm only learning how to use Unix based OS because work is pushing people towards it
2453 [21:13:44] <jelly> Lars_1: reboot now.
2454 [21:13:52] <Lars_1> ok
2455 [21:13:53] *** Quits: talbot (~eldredge@replaced-ip ) (K-Lined)
2456 [21:13:58] <xd123> jhutchins_wk, I wouldn't know how to direct message people anyway :D
2457 [21:14:00] *** Quits: Lars_3 (~Tars@replaced-ip ) (Remote host closed the connection)
2458 [21:14:09] <jhutchins_wk> xd123: We
2459 [21:14:10] <greycat> Nobody told him to except the bot factoid, half a dozen times, and jelly, 2 or 3 times, ...
2460 [21:14:14] <jelly> Lars_1: the installation told you to. Also the dpkg bot told you to.
2461 [21:14:24] <jhutchins_wk> xd123: We'll leave that feature alone for a while then.
2462 [21:14:28] <Lars_1> guess its broken
2463 [21:14:38] <Lars_1> says resuming from hibernation
2464 [21:14:45] *** Quits: connman (connman@replaced-ip ) (Remote host closed the connection)
2465 [21:14:51] <xd123> jhutchins_wk, I'm getting the hang of it, slowly... I've managed to install a few apps with no issue
2466 [21:14:55] <jelly> Lars_1: wait for it.
2467 [21:15:01] <Lars_1> waiting
2468 [21:15:06] *** Joins: connman (connman@replaced-ip )
2469 [21:15:07] *** Joins: Uberius (~Uberius@replaced-ip )
2470 [21:15:12] <xd123> jhutchins_wk, even overcome th eissue of running everything as root.. woops :D
2471 [21:15:13] *** Joins: Freshnuts (~Freshnuts@replaced-ip )
2472 [21:15:56] *** Quits: Sepultura (~quassel@replaced-ip ) (Read error: Connection reset by peer)
2473 [21:16:17] <jelly> Lars_1: if the boot process does not continue after a minute or so, press the reset button
2474 [21:16:18] *** Quits: Thedarkb-X40 (~beno@replaced-ip ) (Ping timeout: 245 seconds)
2475 [21:16:19] *** Joins: weidar (~wendall@replaced-ip )
2476 [21:16:41] <jelly> or powercycle if that's a laptop without a reset button
2477 [21:16:50] *** Quits: weidar (~wendall@replaced-ip ) (K-Lined)
2478 [21:16:57] *** Joins: AlmarShenwan (~quassel@replaced-ip )
2479 [21:17:12] <Lars_1> by reset you mean long press the power button ?
2480 [21:17:12] <xd123> am I right in thinking that those IP addresses which appear next to people's names are open to everyone?
2481 [21:17:27] <xd123> stranger danger
2482 [21:17:42] *** Quits: AlmarShenwan_ (~quassel@replaced-ip ) (Read error: Connection reset by peer)
2483 [21:18:05] <jelly> Lars_1: I mean reset.
2484 [21:18:25] <jelly> long press of power is a forced power-off.
2485 [21:18:36] <Lars_1> how to reset than ?
2486 [21:18:44] <hop> xd123: you're welcome to stalk my data center…?
2487 [21:18:49] <xd123> jelly, working in an IT environment I am surprised these questions are coming from people that've managed to join an IRC chat..
2488 [21:18:49] <jelly> maybe machines do not have reset buttons these days.
2489 [21:19:16] <xd123> hop, I am new to this stuff, I can't stalk anything. Useful information knowing you've got a datacentre though :)
2490 [21:19:16] <Lars_1> its a laptop i hv
2491 [21:19:25] <jelly> xd123: users come with all levels of knowledge
2492 [21:19:42] <jelly> Lars_1: then you have to power it off and back on.
2493 [21:19:53] *** Joins: shingouz (~not@replaced-ip )
2494 [21:20:27] <Lars_1> helly, i forced power off now its still stuck their
2495 [21:20:30] <Lars_1> on hibernation
2496 [21:20:36] <jelly> oh, and if it's a laptop there's a serious possibility it's one of those optimus setups where both intel and nvidia gpus work at the same time
2497 [21:20:36] *** Quits: Susant (~Susant@replaced-ip ) (Ping timeout: 248 seconds)
2498 [21:20:55] <jhutchins_wk> xd123: It's probably a feature of your client, mine just shows time < user
2499 [21:20:55] <xd123> jhutchins_wk, what's a CTCP version?
2500 [21:21:01] <jelly> Lars_1: that's weird. power cycle it again, and press e on the grub menu
2501 [21:21:09] <Lars_1> jelly, its not working
2502 [21:21:11] <Lars_1> ok
2503 [21:21:18] <xd123> jhutchins_wk, I'm using hexchat
2504 [21:21:38] <Lars_1> in the grub menu, now ?
2505 [21:21:39] <jhutchins_wk> xd123: I now know that you're using hexchat, and should probably /join the kali chanel.
2506 [21:21:43] <jhutchins_wk> !kali
2507 [21:21:44] <dpkg> Kali Linux (replaced-url
2508 [21:21:56] *** Joins: ikus060 (~ikus060@replaced-ip )
2509 [21:22:13] <Lars_1> jelly, m in grub menu now
2510 [21:22:20] *** Quits: flokuehn (~flokuehn@replaced-ip ) (Ping timeout: 244 seconds)
2511 [21:22:30] *** Joins: loumagnou (~louq@replaced-ip )
2512 [21:22:36] <jelly> Lars_1: press e while on the first debian entry
2513 [21:22:41] <xd123> jhutchins_wk, yes, it's something we're looking into at my company, we have 6,000 deviced on our network and we have to run penetration tests. Hence the reasons I am trying to understand this way of life :p
2514 [21:22:48] <jelly> Lars_1: you're in a rudimentary editor now
2515 [21:23:01] *** Joins: srgg (~srgg@replaced-ip )
2516 [21:23:05] <Lars_1> yes i am in the rudimentary editor now
2517 [21:23:08] <jelly> Lars_1: find an (indented) line starting with linux
2518 [21:23:19] <Lars_1> found it
2519 [21:23:29] *** Quits: ikus060 (~ikus060@replaced-ip ) (Client Quit)
2520 [21:23:36] <jhutchins_wk> xd123: This is meant to be a dedicated Debian support chanel. There is #debian-offtopic and #freenode for social chat.
2521 [21:23:38] *** Quits: progart (~kamee@replaced-ip ) (Quit: Leaving.)
2522 [21:23:40] *** Quits: NetTerminalGene (~NetTermin@replaced-ip ) (Quit: Leaving)
2523 [21:23:42] <jelly> Lars_1: if there's a resume=blahblah word in it, delete that
2524 [21:24:00] *** Joins: oahong (~samigarus@replaced-ip )
2525 [21:24:01] *** Quits: hans__ (~hans@replaced-ip ) (Ping timeout: 258 seconds)
2526 [21:24:01] <xd123> jhutchins_wk, I appreciate all of your help thus far. It's been helpful to say the least - I had no clue what I was joining, as I was joing
2527 [21:24:06] *** Joins: well_laid_lawn (~Jean-luc@replaced-ip )
2528 [21:24:07] <Lars_1> sadly their is no word like that
2529 [21:24:08] <jelly> resume=/dev/disk/by-uuid/2b0d4690-ac05-4826-965e-7caf75525db1 <-- all of that
2530 [21:24:24] <jelly> Lars_1: no mention of resume anywhere?
2531 [21:24:34] <Lars_1> not even on the whole screen
2532 [21:24:40] <jelly> huh
2533 [21:24:41] <xd123> jhutchins_wk, #kali is invite only channel btw
2534 [21:24:41] *** Joins: hans__ (~hans@replaced-ip )
2535 [21:24:47] *** Joins: yans (~yans@replaced-ip )
2536 [21:25:05] *** Quits: xd123 (~udadbiggu@replaced-ip ) (Remote host closed the connection)
2537 [21:25:16] *** Quits: yvyz (~yvyz@replaced-ip ) (Ping timeout: 260 seconds)
2538 [21:25:33] <jhutchins_wk> Yeah, but #kali-linux isn't. Ah well.
2539 [21:25:40] *** Joins: xd123 (~udadbiggu@replaced-ip )
2540 [21:25:47] <xd123> accidentally rebooted my VM
2541 [21:26:11] *** Quits: hans__ (~hans@replaced-ip ) (Remote host closed the connection)
2542 [21:26:24] <Lars_1> jelly, guess their isn't much to do now !
2543 [21:26:35] *** Joins: hans__ (~hans@replaced-ip )
2544 [21:26:46] <greycat> xd123: it's #kali-linux not #kali
2545 [21:27:28] *** Quits: overbythere (~textual@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
2546 [21:27:48] <xd123> greycat, okay - thank you :)
2547 [21:27:52] *** Joins: crash_ (~pi@replaced-ip )
2548 [21:28:07] <jelly> Lars_1: assuming the resume acts on an existing hibernation signature on the swap partition, you can boot a livecd and wipe the swap partition beginning
2549 [21:28:22] <Lars_1> oh
2550 [21:28:45] *** Quits: connman (connman@replaced-ip ) (Remote host closed the connection)
2551 [21:29:05] <jelly> Lars_1: or power cycle again, and see if there's a recovery option someplace (under Advanced options sub-menu perhaps)
2552 [21:29:08] <Lars_1> jelly, is anything that can be done by the tty5 terminal ??
2553 [21:29:22] <jelly> Lars_1: which tty5 terminal
2554 [21:29:33] *** Quits: beaver^ (~beaver@replaced-ip ) (Remote host closed the connection)
2555 [21:29:42] <Lars_1> one that comes when you press ctrl+alt+f4
2556 [21:29:49] <greycat> someone's off by one
2557 [21:30:04] <jelly> Lars_1: that does not exist unless you've managed to boot some sort of linux
2558 [21:30:05] *** Joins: connman (connman@replaced-ip )
2559 [21:30:11] <Lars_1> jelly, when on the hibernation screen
2560 [21:30:15] *** Quits: connman (connman@replaced-ip ) (Remote host closed the connection)
2561 [21:30:34] *** Quits: Jerrynicki (~niklas@replaced-ip ) (Remote host closed the connection)
2562 [21:30:36] <Lars_1> i pressed the combination now its asking for login and password
2563 [21:30:38] *** Joins: connman (connman@replaced-ip )
2564 [21:30:42] *** Joins: laptop2 (~my123@replaced-ip )
2565 [21:30:45] <jelly> wut
2566 [21:30:57] <jelly> Lars_1: that implies the system has actually booted.
2567 [21:31:02] <Lars_1> now i am on non gui terminal
2568 [21:31:06] <Lars_1> so what now ?
2569 [21:31:12] <jhutchins_wk> jelly: Or that he's switched consoles.
2570 [21:31:14] <jelly> Lars_1: go back to Ctrl-Alt-F1. Press enter a couple of times.
2571 [21:31:21] <Lars_1> may be its just the display manager thats broke
2572 [21:31:24] <greycat> jhutchins_wk: which only exist after boot succeeds
2573 [21:31:37] <jelly> Lars_1: does a login prompt appear?
2574 [21:31:55] *** Quits: xd123 (~udadbiggu@replaced-ip ) (Quit: Leaving)
2575 [21:31:56] <jhutchins_wk> greycat: True. Sorry, I'm not paying closer attention before commenting.
2576 [21:31:58] <Lars_1> yep
2577 [21:32:01] <Lars_1> i logged in
2578 [21:32:13] <jelly> Lars_1: so the machine actually booted.
2579 [21:32:26] *** Joins: The_Loko (~The_Loko@replaced-ip )
2580 [21:32:31] <Lars_1> i ll count that as an achievement
2581 [21:32:33] <jelly> now look at lsmod output
2582 [21:32:34] *** Joins: duk (~udadbiggu@replaced-ip )
2583 [21:32:46] *** Quits: connman (connman@replaced-ip ) (Remote host closed the connection)
2584 [21:33:01] <jelly> is there anything in eg. lsmod|grep nvidia
2585 [21:33:07] *** Quits: The_Loko (~The_Loko@replaced-ip ) (Max SendQ exceeded)
2586 [21:33:12] <Lars_1> drm_kms_helper : nvidia_drm, i915
2587 [21:33:27] <jelly> there should be more.
2588 [21:33:36] *** Joins: The_Loko (~The_Loko@replaced-ip )
2589 [21:33:54] <jelly> but nvidia_drm is a good sign
2590 [21:33:56] <greycat> dpkg, no, nvidia dkms is <reply>For Debian 7 "Wheezy" and later. Ask me about <contrib> and <non-free sources>. «aptitude -r install linux-headers-`uname -r|sed 's,[^-]*-[^-]*-,,'` nvidia-kernel-dkms && mkdir -p /etc/X11/xorg.conf.d && echo -e 'Section "Device"n\tIdentifier "My GPU"n\tDriver "nvidia"nEndSection' > /etc/X11/xorg.conf.d/20-nvidia.conf». Reboot to enable the <nouveau> blacklist.
2591 [21:33:56] <dpkg> okay, greycat
2592 [21:33:57] <Lars_1> yeo
2593 [21:34:03] <greycat> we'll go with "put it back" for now.
2594 [21:34:29] *** Joins: somedude (~somedude@replaced-ip )
2595 [21:34:41] *** Joins: yvyz (~yvyz@replaced-ip )
2596 [21:34:46] <Lars_1> nvidia_modest, nvidia, ipmi_msghandler, drm_kms_helper
2597 [21:34:47] <Lars_1> etc
2598 [21:34:50] <duk> jhutchins_wk, my dude, this is my new username, it's all registered and verified too
2599 [21:35:14] <jelly> Lars_1: ok, that means the kernel part of the driver was built and loaded successfully
2600 [21:35:28] <Lars_1> 2nd achievement
2601 [21:35:33] <Lars_1> next?
2602 [21:35:36] <duk> jhutchins_wk, it's xd123 btw
2603 [21:36:08] *** Joins: beaver^ (~beaver@replaced-ip )
2604 [21:36:10] <jhutchins_wk> duk: Progress!
2605 [21:36:16] <jelly> Lars_1: is there a /var/log/Xorg.0.log file and is it recent?
2606 [21:36:35] *** Joins: himcesjf_ (~cesjf@replaced-ip )
2607 [21:36:49] <Lars_1> in lsmod| grep nvidia?
2608 [21:36:54] <Lars_1> jelly
2609 [21:36:56] *** Quits: oahong (~samigarus@replaced-ip##) (Quit: ZNC 1.7.1 - ##replaced-url
2610 [21:36:59] <jelly> on the filesystem.
2611 [21:37:04] *** Joins: grobi (~rtng@replaced-ip )
2612 [21:37:05] <jelly> ls -ld /var/log/Xorg.0.log
2613 [21:37:10] *** Joins: oahong (~samigarus@replaced-ip )
2614 [21:37:42] <Lars_1> yea the file is present
2615 [21:37:50] <Lars_1> jelly
2616 [21:37:55] <jelly> pastebin the contents.
2617 [21:38:06] <Lars_1> how?
2618 [21:38:09] *** Quits: grobi (~rtng@replaced-ip ) (Client Quit)
2619 [21:38:10] <jelly> install pastebinit tool and use it
2620 [21:38:14] <Lars_1> ok
2621 [21:38:15] *** Quits: tuv (~tuv@replaced-ip ) (Quit: Leaving)
2622 [21:38:31] *** Quits: somedude (~somedude@replaced-ip ) (Client Quit)
2623 [21:38:31] *** Joins: tuv (~tuv@replaced-ip )
2624 [21:38:34] * jelly predicts "there's no network"
2625 [21:38:49] *** Joins: somedude (~somedude@replaced-ip )
2626 [21:39:04] <Lars_1> whats the command to use pastebin?
2627 [21:39:08] <Lars_1> jelly
2628 [21:40:10] <greycat> Lars_1: you mean, from the console? one common way is your command | nc termbin.com 9999
2629 [21:40:32] <jelly> Lars_1: pastebinit < /var/log/Xorg.0.log
2630 [21:40:35] *** Quits: duk (~udadbiggu@replaced-ip ) (Quit: Leaving)
2631 [21:40:38] <Lars_1> ok
2632 [21:40:54] *** Quits: Makerblaker (~Makerblak@replaced-ip ) (Ping timeout: 272 seconds)
2633 [21:41:12] <jelly> if that fails try pastebinit -b replaced-url
2634 [21:41:26] *** Quits: somedude (~somedude@replaced-ip ) (Client Quit)
2635 [21:41:44] <Lars_1> just did it
2636 [21:41:46] *** Joins: somedude (~somedude@replaced-ip )
2637 [21:42:02] *** Joins: grobi (~rtng@replaced-ip )
2638 [21:42:11] <Lars_1> last line if the output says,,..... replaced-url
2639 [21:42:18] <jelly> Lars_1: did it show an URL as result?
2640 [21:42:30] <jelly> but nothing after replaced-url
2641 [21:42:37] <jelly> that's not good
2642 [21:42:53] <Lars_1> no no url, nothing after .net/
2643 [21:42:58] *** Quits: somedude (~somedude@replaced-ip ) (Client Quit)
2644 [21:42:59] <jelly> try, eg. pastebinit -b replaced-url
2645 [21:43:06] *** Joins: jnavila (~jnavila@replaced-ip )
2646 [21:43:13] <Lars_1> ok
2647 [21:43:14] *** Joins: l33land_guant (~l33land_g@replaced-ip )
2648 [21:43:38] <jelly> that works on my buster
2649 [21:44:10] *** Quits: cryptodan (~cryptodan@replaced-ip ) (Remote host closed the connection)
2650 [21:44:11] <jelly> the people managing paste.debian.net seem to break or change the api all too often
2651 [21:44:21] <Lars_1> got it
2652 [21:44:49] *** Quits: l33land_guant (~l33land_g@replaced-ip ) (Client Quit)
2653 [21:44:52] <jelly> you need to tell us the resulting URL
2654 [21:45:05] <Lars_1> paste.ubuntu.com/p/Hcptd5NNbC/
2655 [21:45:14] *** Joins: l3land_guant (~l3land_gu@replaced-ip )
2656 [21:45:48] <greycat> still needs a login to read the raw version :(
2657 [21:46:31] <jelly> wtf
2658 [21:46:41] <Lars_1> is it cancer?
2659 [21:46:46] *** Quits: l3land_guant (~l3land_gu@replaced-ip ) (Client Quit)
2660 [21:47:18] <jelly> well, the userspace part of the driver thinks there is no nvidia card it can attach to
2661 [21:47:19] *** Joins: l3landguant (~l3landgua@replaced-ip )
2662 [21:47:50] <jelly> ,pciid 10de:1d10
2663 [21:47:51] <judd> [10de:1d10] is 'GP108M [GeForce MX150]' from 'NVIDIA Corporation' with kernel modules 'nouveau', 'snd-hda-intel' in stretch. See also replaced-url
2664 [21:48:03] <Lars_1> guess by the time we ll sort this problem humans will reach mars
2665 [21:48:23] <jelly> nvidia-detect 10de:1d10 says...
2666 [21:48:34] <jelly> Your card is supported by the default drivers and legacy driver series 390.
2667 [21:49:09] <Lars_1> it says it supports that, but its not concious of it
2668 [21:49:17] <jelly> so this driver ought to work. The default one ought to work as well.
2669 [21:49:23] <jhutchins_wk> jelly: I thought I saw an i915 go by, is it hybrid?
2670 [21:49:29] <jelly> jhutchins_wk: it is.
2671 [21:49:46] *** Quits: deicide- (~deicide-@replaced-ip ) (Remote host closed the connection)
2672 [21:49:51] <greycat> The wiki warns not to use the xorg.conf.d thing for Optimus systems.
2673 [21:50:06] <jelly> Lars_1: I have no idea if additional steps need to be taken for a system with both intel and nvidia gpu.
2674 [21:50:22] <greycat> replaced-url
2675 [21:50:23] <Lars_1> can i go back to intel?
2676 [21:50:40] <jelly> Lars_1: try to rm /etc/X11/xorg.conf.d/20-nvidia.conf and reboot again
2677 [21:50:42] <Lars_1> so we should go with bumblebee?
2678 [21:51:07] <jhutchins_wk> Lars_1: "We" should read some documentation.
2679 [21:51:32] *** Quits: Margolis__ (~Margolis@replaced-ip ) (Read error: Connection reset by peer)
2680 [21:51:42] <Lars_1> Will do that for sure next time sir.
2681 [21:51:57] <jelly> ,v bumblebee
2682 [21:51:58] <judd> Package: bumblebee on amd64 -- jessie: 3.2.1-7; stretch: 3.2.1-14; bullseye: 3.2.1-20; buster: 3.2.1-20; sid: 3.2.1-20
2683 [21:52:12] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Quit: Bye, bye...)
2684 [21:52:28] <jelly> Lars_1: go read replaced-url
2685 [21:52:38] <Lars_1> lets continue with bumblebee? my systems broken already, guess we can broke it some more
2686 [21:52:39] <jelly> well some of us. I'm just about done
2687 [21:52:44] <Lars_1> ok
2688 [21:52:52] *** Joins: lenci (~omar@replaced-ip )
2689 [21:54:00] *** Quits: l3landguant (~l3landgua@replaced-ip ) (Quit: Leaving...)
2690 [21:54:39] *** Joins: l3landgaunt (~l3landgau@replaced-ip )
2691 [21:54:50] *** Quits: oahong (~samigarus@replaced-ip ) (Ping timeout: 268 seconds)
2692 [21:55:03] *** Quits: lenci (~omar@replaced-ip ) (K-Lined)
2693 [21:55:56] *** Joins: MenschZwoNull (~MenschZwo@replaced-ip )
2694 [21:56:08] <jelly> Lars_1: you already have an equivalent of libgl1-nvidia-glx installed. I'd continue with steps at replaced-url
2695 [21:56:57] <Lars_1> ok
2696 [21:57:07] *** Joins: pernell (~bentlee@replaced-ip )
2697 [21:57:18] <Lars_1> i am booted up
2698 [21:57:30] <Lars_1> jelly,i removed that file as told.
2699 [21:57:38] <jelly> with a gui login screen, or text mode only as before?
2700 [21:57:53] *** Quits: pernell (~bentlee@replaced-ip ) (K-Lined)
2701 [21:58:01] <Lars_1> proper gui screen
2702 [21:58:10] <jelly> that's just intel
2703 [21:58:13] *** Joins: kupi (uid212005@replaced-ip )
2704 [21:58:16] <Lars_1> yep
2705 [21:58:31] *** Quits: karakedi (~eAC53C340@replaced-ip ) (Read error: Connection reset by peer)
2706 [21:58:42] <jelly> verify libgl1-nvidia-legacy-340xx-glx is installed, then install the rest of bumblebee bits
2707 [21:58:54] <jelly> dpkg -l packagename
2708 [21:58:54] <dpkg> ii packagename 3.6-13 jelly's private porn collection
2709 [21:58:56] <Lars_1> 350 or 390m
2710 [21:59:19] <Lars_1> sorry 340 or 390?
2711 [21:59:21] <jelly> eugh... whichever you installed before :-)
2712 [21:59:25] *** Joins: zerotech1 (~zerotech@replaced-ip )
2713 [21:59:31] <Lars_1> ok
2714 [21:59:59] <jelly> 390xx apparently
2715 [22:00:28] <jelly> in that case it might be either libgl1-nvidia-legacy-390xx-glvnd-glx or libgl1-nvidia-legacy-390xx-glx
2716 [22:00:48] *** Joins: deicide- (~deicide-@replaced-ip )
2717 [22:00:54] <jelly> I'm honestly not sure about the difference. Let's assume that if any one of those is installed, that's fine
2718 [22:00:55] <Lars_1> its all installed
2719 [22:01:10] <Lars_1> some firmware files are missing
2720 [22:01:26] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
2721 [22:01:32] <Abdullah> my touchpad on thinkpad stops working after a suspend or sometime.
2722 [22:01:52] <jelly> Lars_1: does "optirun glxgears -info" work now (as normal user)?
2723 [22:02:02] <Lars_1> jelly, names goes like this... xxx_xxx_ver01_07_1398.bin
2724 [22:02:21] <jelly> Lars_1: that's not complete output and I have no idea what it means.
2725 [22:02:43] *** Quits: l3landgaunt (~l3landgau@replaced-ip ) (Remote host closed the connection)
2726 [22:02:59] <jelly> hopefully now you can pastebin things
2727 [22:03:11] <Lars_1> says i have no permission to connect with bumblebee daemon and after running it with sudo says glxgears: no such file or directory
2728 [22:03:15] *** Joins: Sark (~Sark@replaced-ip )
2729 [22:03:40] <Lars_1> m doing pastebin then ok?
2730 [22:04:02] <jelly> ,file bin/glxgears
2731 [22:04:08] <judd> Search for bin/glxgears in buster/amd64: mesa-utils: usr/bin/glxgears
2732 [22:04:18] <jelly> Lars_1: install mesa-utils to get that command
2733 [22:04:48] <jelly> and you probably need to log off and back on again to activate membership of bumblebee group.
2734 [22:04:52] *** Joins: ax1 (~axl@replaced-ip )
2735 [22:05:17] <jelly> Lars_1: does "id -a yourusername" show you're supposed to be a member of that group now?
2736 [22:05:26] <Lars_1> jelly, paate.ubuntu.com/p/Bq4pw3gxGt/
2737 [22:05:44] <Lars_1> jelly, paste.ubuntu.com/p/Bq4pw3gxGt/
2738 [22:05:57] <greycat> I thought you had X working now, and yet you're manually retyping URLs?
2739 [22:06:35] <annadane> how does exactly the same link not work in one instance...
2740 [22:06:35] <Lars_1> sorry will that exactly next time
2741 [22:06:54] <Lars_1> *do
2742 [22:07:07] <jelly> Lars_1: that basically just tells us "X is working and intel gpu is driving outputs on your system and not nvidia directly"
2743 [22:07:41] <Lars_1> are you guys devs at debian ?
2744 [22:07:50] <jelly> Lars_1: next steps are, if the wiki is to be trusted, "verify you're a member of group bumblebee"
2745 [22:07:54] <jelly> no.
2746 [22:07:55] *** Quits: yans (~yans@replaced-ip ) (Quit: chaos is the only true answer)
2747 [22:08:16] <jelly> some others are, not me tho
2748 [22:08:50] <jelly> speinding devs time on low level tech support would be somewhat wasteful
2749 [22:09:01] *** Joins: l3landgaunt (~l3landgau@replaced-ip )
2750 [22:09:05] *** Quits: jnavila (~jnavila@replaced-ip ) (Remote host closed the connection)
2751 [22:09:08] <Lars_1> this was 9th attempt doing this nvidia thing, i guess i should move on from debian to something else, guess its time to move on
2752 [22:09:29] <Lars_1> i really appreciate you all guys helping me.
2753 [22:09:35] <jelly> how is it 9th time now when you haven't even finished the 8th time
2754 [22:09:40] *** Quits: puxavida (~comptekki@replaced-ip ) (Ping timeout: 246 seconds)
2755 [22:09:48] <Lars_1> its quit time maybe ?
2756 [22:09:52] *** Quits: timur_davletshin (~timur_dav@replaced-ip ) (Quit: Leaving)
2757 [22:09:53] <jelly> why?
2758 [22:10:02] <Sark> So, minor thing to mention - but the installer for Debian 10 has something wrong with the font, or the way it's scaled, because some lines of text are *blurry*. replaced-url
2759 [22:10:05] <Lars_1> then whats next?
2760 [22:10:07] *** Quits: jhutchins_wk (~jonathan@replaced-ip ) (Quit: leaving)
2761 [22:10:13] <annadane> never mind, first one is 'paate.ubuntu.com', i should actually learn to read
2762 [22:10:14] <jelly> [22:08] <jelly> Lars_1: next steps are, if the wiki is to be trusted, "verify you're a member of group bumblebee"
2763 [22:10:24] *** Joins: cryptodan (~cryptodan@replaced-ip )
2764 [22:10:34] <jelly> Lars_1: did you read that wiki page for bumblebee
2765 [22:10:52] <Sark> Anyone know what causes this? Just curious, it really doesn't matter since it's only in the installer, but still. It's strange, and I've never seen anything do this before.
2766 [22:10:57] *** Joins: jhutchins_wk (~jonathan@replaced-ip )
2767 [22:11:02] <Lars_1> i need to sign up ?? i read that page
2768 [22:11:24] <jelly> Lars_1: and are you trying to follow the steps
2769 [22:11:29] *** Quits: ax1 (~axl@replaced-ip ) (Ping timeout: 268 seconds)
2770 [22:11:51] <Lars_1> dude i did,
2771 [22:11:57] <SerajewelKS> Sark: that just looks like the video hardware is outputting an image smaller than the monitor's native resolution, and the monitor is upscaling it
2772 [22:12:10] <SerajewelKS> Sark: try turning off upscaling on your monitor, if it has that option
2773 [22:12:17] <Sark> It doesn't - it has no native resolution.
2774 [22:12:27] <Sark> It should be clear in all resolutions.
2775 [22:12:27] <jelly> Lars_1: ok. Did you verify you're a member of group bumblebee, after installing bumblebee and primus packages?
2776 [22:12:35] *** Joins: hypn0 (~h@replaced-ip )
2777 [22:12:53] <SerajewelKS> Sark: is it a CRT?
2778 [22:12:56] <Sark> Yes.
2779 [22:13:10] <Lars_1> no i dont know how to verify
2780 [22:13:12] *** Quits: ghaoil (~ghaoil@replaced-ip ) (Ping timeout: 272 seconds)
2781 [22:13:20] <jelly> Lars_1: the command is "id"
2782 [22:13:26] <greycat> 16:05 jelly> Lars_1: does "id -a yourusername" show you're supposed to be a member of that group now?
2783 [22:13:29] *** Quits: l3landgaunt (~l3landgau@replaced-ip ) (Ping timeout: 244 seconds)
2784 [22:13:29] *** Quits: zerotech1 (~zerotech@replaced-ip ) (Ping timeout: 244 seconds)
2785 [22:13:41] <jelly> oh right, id -a yourusername
2786 [22:13:43] <greycat> "id" to show your CURRENT privs, "id $LOGNAME" to show your FUTURE privs
2787 [22:13:56] <greycat> -a is ignored, apparently
2788 [22:14:34] *** Joins: Lars_3 (~Tars@replaced-ip )
2789 [22:15:01] <Lars_3> id gave this: uid=1000(commandline) gid=1000(commandline) groups=1000(commandline),24(cdrom),25(floppy),27(sudo),29(audio),30(dip),44(video),46(plugdev),109(netdev),112(bluetooth),117(lpadmin),118(scanner)
2790 [22:15:15] <jelly> Lars_3: and "id commandline" ?
2791 [22:15:25] <jelly> or "id -a commandline"?
2792 [22:15:29] <Lars_3> id -a "yourusername" gave this: uid=1000(commandline) gid=1000(commandline) groups=1000(commandline),24(cdrom),25(floppy),27(sudo),29(audio),30(dip),44(video),46(plugdev),109(netdev),112(bluetooth),117(lpadmin),118(scanner),998(bumblebee)
2793 [22:15:40] <Lars_1> hmm same
2794 [22:15:41] <greycat> Lars_3: you see the difference, yes?
2795 [22:15:46] <jelly> Lars_3: it's not the same
2796 [22:15:53] <Lars_1> yea
2797 [22:15:56] <Lars_1> not same
2798 [22:16:03] <greycat> So you need to log out and back in.
2799 [22:16:09] <SerajewelKS> Sark: then it may be that the monitor needs to adjust. what happens if you press the auto-adjust button?
2800 [22:16:14] *** Joins: timur_davletshin (~timur_dav@replaced-ip )
2801 [22:16:17] *** Quits: Lars_3 (~Tars@replaced-ip ) (Client Quit)
2802 [22:16:22] <jelly> (because group memberships are only set at login)
2803 [22:16:30] <Sark> It's a CRT. There is no auto adjust. They don't work like that.
2804 [22:16:30] <SerajewelKS> Sark: i've only seen this effect when there is some kind of digital scaling of the picture. it could happen in the video hardware or in the monitor.
2805 [22:16:46] <Sark> There isn't any digital section to the monitor.
2806 [22:17:06] *** Quits: nifker (~Thunderbi@replaced-ip ) (Ping timeout: 244 seconds)
2807 [22:17:11] <SerajewelKS> like i said, the scaling could be happening in the video hardware
2808 [22:17:11] <Sark> I guess it could be something weird with the video hardware in the computer?
2809 [22:17:25] <Sark> But this is a pretty boring, standard sort of computer. Optiplex 390.
2810 [22:17:27] *** Joins: nifker (~Thunderbi@replaced-ip )
2811 [22:17:27] <SerajewelKS> TBH that's the only place that it would make sense given your description of the hardware
2812 [22:17:32] *** Quits: Arkaniad (~Arkaniad@replaced-ip ) (Ping timeout: 245 seconds)
2813 [22:17:41] <Lars_1> jelly, i logged in again and now it says, Oh no! Something has gone wrong
2814 [22:17:54] *** Quits: a0z (~a0z@replaced-ip ) (Quit: leaving)
2815 [22:17:58] <jelly> heh
2816 [22:18:09] <SerajewelKS> right i forgot auto-adjust is for digital displays that accept VGA
2817 [22:18:22] <jelly> Lars_1: maybe reboot and try to log in again
2818 [22:18:25] <Sark> I've just not seen this happen before. I'll poke around in the BIOS, maybe there's some setting for the video hardware there that's messed up? Or perhaps the installer isn't properly initializing the video hardware.
2819 [22:18:32] <SerajewelKS> Sark: i'd look in the BIOS settings. i've seen display scaling settings in there on some systems.
2820 [22:18:39] <Sark> It's not using the standard VGA text font, it's doing it's own thing.
2821 [22:19:01] *** debhelper sets mode: +l 1520
2822 [22:19:14] <Lars_1> rebboted its again stuck at hibernation
2823 [22:19:45] <SerajewelKS> Sark: right, it does replace the font. but it's still VGA text mode. it's not using a framebuffer or anything. therefore i don't think the curses UI could do this, and i doubt the kernel is responsible either.
2824 [22:19:51] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
2825 [22:19:52] *** Quits: cryptodan (~cryptodan@replaced-ip ) (Remote host closed the connection)
2826 [22:19:55] <Sark> Interesting.
2827 [22:20:08] <jhutchins_wk> SerajewelKS: Actually, the protocol for autodetect and auto-adjust was present in some (but not all) CRT monitors too.
2828 [22:20:12] *** Joins: Arkaniad (~Arkaniad@replaced-ip )
2829 [22:20:44] <Sark> Actually, one thing I would like to find is where to replace the font - the font the installer picks is horrible, and I really just want the VGA text mode font back on the non-framebuffer console (after the system is installed)
2830 [22:21:07] *** Joins: plasticle (~plasticle@replaced-ip )
2831 [22:21:13] <jelly> Lars_1: it's not stuck, press enter a couple times
2832 [22:21:34] <jelly> Lars_1: or switch to ctrl-alt-f1 and then press enter
2833 [22:22:25] <jelly> Lars_1: does the gui login screen not appear on this boot?
2834 [22:22:26] <SerajewelKS> Sark: IIRC it's "dpkg-reconfigure console-data" but i might be wrong
2835 [22:22:41] <Lars_1> i did ctrl+alt+f1, logged in, removed everything nvidia, now it booted again, m on the logged in gui
2836 [22:22:48] <Sark> I'll mess with that. Thanks SerajewelKS!
2837 [22:22:52] <jelly> sigh
2838 [22:23:04] <SerajewelKS> Sark: np. btw i'm pretty sure i've seen the scaling option in the BIOS on other dells too.
2839 [22:23:14] <Lars_1> any other step?
2840 [22:23:29] <jelly> Lars_1: wasn't the point of this whole exercise to make that "everything nvidia" work?
2841 [22:23:37] <Lars_1> yep
2842 [22:23:42] <Lars_1> which it did not!
2843 [22:23:45] <SerajewelKS> Sark: i think the theory is that the display hardware can output the "correct" resolution for the monitor all the time, preventing the display glitching out for a few seconds every time the system tries to change the output resolution.
2844 [22:23:55] <jelly> so why did you remove it, instead of asking what to do next?
2845 [22:24:08] <SerajewelKS> Sark: the trade-off is you have to live with scaling artifacts when the OS is trying to display at a resolution that's not optimal for the display
2846 [22:24:14] <hop> because shotgun!
2847 [22:24:27] <jelly> Lars_1: debugging is an iterative process
2848 [22:24:29] <Sark> Interesting. I'll have to look at that, maybe I can turn it off.
2849 [22:24:56] <Lars_1> sir, its scary, i dont know when u may leave the chat, i ll be stuck so to be just on the safe side did that
2850 [22:25:01] <Sark> This is a new computer to me, so I haven't spent a whole lot of time with it yet.
2851 [22:25:10] *** Joins: xaeB5 (xaeB5@replaced-ip )
2852 [22:25:14] *** Quits: dionysus69 (~Thunderbi@replaced-ip ) (Ping timeout: 272 seconds)
2853 [22:25:28] <jelly> Lars_1: okay, I'm going to take the opportunity to stop now, then :-)
2854 [22:25:32] <Sark> I don't have an LCD display, so it seems silly to have something trying to pre-scale anything, since the normal monitors can just automatically adjust to any resolution so long as it's within range.
2855 [22:25:37] <jelly> good luck!
2856 [22:25:54] <Lars_1> jelly, lets try it someother time ?
2857 [22:26:10] <jelly> perhaps in about 22 hours from now
2858 [22:26:20] <Abdullah> touchpad isn't working after suspend or after sometime
2859 [22:26:21] <SerajewelKS> Sark: it doesn't make much sense to me either, i just know it's a thing that exists :)
2860 [22:26:28] <Sark> Now, I did just check the menu in the monitor - it's running at a really strange non-standard resoution. 720x400 at 70hz. What the heck is going on? I've never heard of that before. It's not even the correct aspect ratio for anything.
2861 [22:26:35] <Lars_1> jelly, so may be lets continue it?
2862 [22:27:01] * jelly has half a mind to buy a T25 thinkpad just to see how broken these optimus setups are
2863 [22:27:12] <SerajewelKS> oh boy, optimus
2864 [22:27:22] <SerajewelKS> a coworker has one of those setups and it's pretty much hell
2865 [22:28:03] <jelly> Sark: 720x400 is actually standard VGA text mode
2866 [22:28:16] <Lars_1> why cant we just have an "Additional Drivers" section in the software & updates?
2867 [22:28:18] <jelly> (80x25 characters, in a 9x16 size)
2868 [22:28:30] <jhutchins_wk> SerajewelKS: Like so many hardware implementation problems, Optimus works great when it works, and is miserable to deal with when it doesn't.
2869 [22:28:40] <jelly> Lars_1: mostly because Debian does not go out of its way to help with non-free software
2870 [22:28:55] <jelly> Lars_1: and all this nvidia-driver stuff is, well, non-free software
2871 [22:28:57] <Lars_1> Out of all tye OS's Popos did the best
2872 [22:29:05] <Lars_1> hmm i understand
2873 [22:29:06] <Sark> Huh - I guess not one I remeber - I was thinking of VGA text mode as being 640x480. I could just be misremembering.
2874 [22:29:30] <jelly> Sark: that's a graphical mode with square pixels
2875 [22:29:36] <Sark> Ah, right.
2876 [22:30:23] <jelly> old vga cards could do neat setups for text modes, say 100x37 (= 800x600) @ 90Hz
2877 [22:31:01] <jelly> but typical LCD monitors can't deal with such a range of vert. refresh
2878 [22:31:08] <SerajewelKS> jhutchins_wk: sounds like printing
2879 [22:31:32] *** Quits: slack_ (~slack@replaced-ip ) (Read error: Connection reset by peer)
2880 [22:31:32] *** Quits: tommaso (~pi@replaced-ip ) (Ping timeout: 260 seconds)
2881 [22:32:02] *** Joins: tommaso (~pi@replaced-ip )
2882 [22:32:17] <jhutchins_wk> One of these days I'm going to have to move my printer to the port on the router and see if cups can handle that. It uses a 32b wrapper, and I can't get it to work on my wife's newer computer.
2883 [22:34:26] <jelly> text mode-alike fonts! replaced-url
2884 [22:34:37] <jhutchins_wk> What's the factoid for changing the network naming scheme?
2885 [22:35:15] *** Quits: pingfloyd (~pingfloyd@replaced-ip ) (Quit: WeeChat 1.6)
2886 [22:35:17] <greycat> replaced-url
2887 [22:35:22] *** Quits: kein31 (~root@replaced-ip ) (Ping timeout: 272 seconds)
2888 [22:35:23] *** Joins: Lord_of_Life_ (~Lord@replaced-ip )
2889 [22:35:39] <SerajewelKS> !disable persistent interface naming
2890 [22:35:39] <dpkg> Persistent naming of network interfaces (ask me about <udev mac>) is a recommended Debian system default, but this can be disabled. For Debian 6.0 "Squeeze" and later releases: «touch /etc/udev/rules.d/75-persistent-net-generator.rules && rm /etc/udev/rules.d/70-persistent-net.rules».
2891 [22:35:42] *** Quits: Ycarus (~Ycarus@replaced-ip ) (Quit: Ycarus)
2892 [22:35:45] <SerajewelKS> well that's just wrong ^
2893 [22:36:22] <greycat> !factinfo disable persistent interface naming
2894 [22:36:23] <dpkg> disable persistent interface naming -- created by gsimmons <~gsimmons@gsimmons.org> at Wed Jun 2 16:16:47 2010 (3374 days); it has been requested 38 times, last by SerajewelKS, 43s ago.
2895 [22:36:26] <SerajewelKS> !interface names
2896 [22:36:26] <dpkg> Starting with <stretch>, network interface names have changed from the previous convention of eth0, eth1/wlan0, wlan1 to names based on the device vendor or driver. This has some upsides and some downsides. For more information and options, see replaced-url
2897 [22:36:29] <jelly> dpkg, disable persistent interface naming =~ s/ and later/ up to Debian 9/
2898 [22:36:44] <jelly> SerajewelKS: now it's technically NOT wrong!
2899 [22:37:15] <greycat> I do not understand what that factoid is even trying to achieve.
2900 [22:38:03] <jelly> confusion?
2901 [22:38:05] <greycat> But it sounds vaguely like what Gene is asking for on debian-user.
2902 [22:38:32] *** Quits: Lord_of_Life (~Lord@replaced-ip ) (Ping timeout: 272 seconds)
2903 [22:39:08] <greycat> wtf is "/etc/udev/rules.d/75-persistent-net-generator.rules" and how do I find out what creating that (empty) file does?
2904 [22:39:50] *** Lord_of_Life_ is now known as Lord_of_Life
2905 [22:39:59] *** Quits: Sigyn (sigyn@replaced-ip ) (Killed (tomaw (<No reason given>)))
2906 [22:40:09] *** Joins: Sigyn (sigyn@replaced-ip )
2907 [22:40:27] *** Joins: mibo (~mibo@replaced-ip )
2908 [22:40:30] *** Joins: alexandros_tab (~alexandro@replaced-ip )
2909 [22:40:47] <jelly> greycat: it used to be a generator that created and saved the 70-persistent-net.rules file IIRC
2910 [22:41:24] <jelly> presumably touching an empty one in /etc/udev/rules would override the real one in /lib
2911 [22:41:39] * greycat logs into a squeeze box to see this thing
2912 [22:41:44] <jelly> thus, disabling the creation of 70-* forever?
2913 [22:42:07] <jelly> but today it's not generated anyway
2914 [22:42:35] <greycat> yeah, there's no 75-persistent-thingy in buster
2915 [22:42:39] <jhutchins_wk> greycat: I think that's where udev drops the link between an interface name and it's MAC. If it links to /dev/null that doesn't do anything.
2916 [22:43:00] <jhutchins_wk> greycat: Right, different mechanism in the later kernels.
2917 [22:43:44] *** Quits: toxync12- (~toxync12@replaced-ip ) (Excess Flood)
2918 [22:43:49] <jelly> !listvals net.ifnames=0
2919 [22:43:50] <dpkg> Factoid search of 'net.ifnames=0' by value (1): dpni.
2920 [22:44:02] <jelly> uh.
2921 [22:44:08] *** Quits: Sigyn (sigyn@replaced-ip ) (Killed (tomaw (<No reason given>)))
2922 [22:44:17] *** Joins: Sigyn (sigyn@replaced-ip )
2923 [22:44:20] <jelly> dpkg, literal disable persistent interface naming
2924 [22:44:20] <dpkg> "disable persistent interface naming" is "<reply>Persistent naming of network interfaces (ask me about <udev mac>) is a recommended Debian system default, but this can be disabled. For Debian 6.0 "Squeeze" and later releases: «touch /etc/udev/rules.d/75-persistent-net-generator.rules && rm /etc/udev/rules.d/70-persistent-net.rules»."
2925 [22:44:28] <jelly> dpkg, literal dpni
2926 [22:44:28] *** Joins: toxync12 (~toxync12@replaced-ip )
2927 [22:44:29] <dpkg> "dpni" is "<reply>To disable Predictable Network Interface naming and revert back to the old interface naming, run "ln -s /dev/null /etc/systemd/network/99-default.link" as root (without quotes). Creating this symbolic link prevents systemd from being able to change interface names. You will need to unplug/replug your device or reboot/reload module. Alternatively add net.ifnames=0 to GRUB_CMDLINE_LINUX in /etc/default/grub then run update-grub and reboot."
2928 [22:44:46] <greycat> persistent != predictable
2929 [22:44:48] *** Joins: l3landgaunt (~l3landgau@replaced-ip )
2930 [22:44:54] <jelly> one is persistent, other is predic... right
2931 [22:45:13] <jelly> this is why we can't have nice things!
2932 [22:45:19] *** Quits: beaver^ (~beaver@replaced-ip ) (Remote host closed the connection)
2933 [22:45:25] *** Joins: CaCO3 (~CaCO3@replaced-ip )
2934 [22:46:01] <jelly> dpkg, listvals biosdevname
2935 [22:46:03] <dpkg> Factoid search of 'biosdevname' by value returned no results.
2936 [22:46:33] *** Joins: CaptainN (~KevinKeen@replaced-ip )
2937 [22:47:24] *** Quits: JesseWalling (~jpwall@replaced-ip##) (Quit: ZNC - ##replaced-url
2938 [22:48:13] *** Joins: saptech (~saptech@replaced-ip )
2939 [22:48:13] <greycat> also, it ignored your =~
2940 [22:48:24] <greycat> still says squeeze and later
2941 [22:49:29] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
2942 [22:49:39] *** Joins: pity (~pity@replaced-ip )
2943 [22:49:53] *** Joins: Gyro (~user@replaced-ip )
2944 [22:50:07] *** Joins: oahong (~samigarus@replaced-ip )
2945 [22:51:45] *** Joins: wwilliam (~afernande@replaced-ip )
2946 [22:52:21] *** Quits: CaCO3 (~CaCO3@replaced-ip ) (Quit: Leaving)
2947 [22:53:25] *** Quits: hans__ (~hans@replaced-ip ) (Ping timeout: 246 seconds)
2948 [22:53:45] *** Joins: JesseWalling (~jpwall@replaced-ip )
2949 [22:53:46] <jelly> yeah, I've given up
2950 [22:53:47] *** Joins: hans__ (~hans@replaced-ip )
2951 [22:54:38] *** Quits: oahong (~samigarus@replaced-ip ) (Ping timeout: 245 seconds)
2952 [22:55:23] *** Joins: puxavida (~comptekki@replaced-ip )
2953 [22:55:42] *** Quits: dastier_ (~dastier@replaced-ip ) (Quit: Leaving)
2954 [22:55:54] *** Joins: mystic (~mystic@replaced-ip )
2955 [22:56:05] *** Quits: srgg (~srgg@replaced-ip ) (Quit: srgg)
2956 [22:56:22] <mystic> Running MX linux, wifi not working. tried the terminal commands that fixed the issue on ubuntu, didnt work on mx. please advice
2957 [22:56:31] <greycat> !mxlinux
2958 [22:56:31] <dpkg> Current MX Linux is based on Debian stretch. However, MX Linux is not supported in #debian. Seek help at replaced-url
2959 [22:56:47] *** Joins: sunzero (~sunzero@replaced-ip )
2960 [22:56:54] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 272 seconds)
2961 [22:57:05] <mystic> if its not supported, why is this the default room mx hexchat sends me too?
2962 [22:57:14] *** Joins: diogenes_ (~diogenes_@replaced-ip )
2963 [22:57:18] *** Joins: leandrovianna (~leandrovi@replaced-ip )
2964 [22:57:21] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Remote host closed the connection)
2965 [22:57:50] *** Quits: mavhq (~quassel@replaced-ip ) (Read error: Connection reset by peer)
2966 [22:57:50] *** Joins: Woniken (~Woniken@replaced-ip )
2967 [22:57:55] <jelly> because mx people did not fix their hexchat package and left it exactly as in the parent distro, presumably
2968 [22:58:05] <mystic> lazy sods
2969 [22:58:14] *** Quits: toxync12 (~toxync12@replaced-ip ) (Excess Flood)
2970 [22:58:22] <jelly> well, tiny distros have to pick what they'll work on
2971 [22:58:22] <greycat> Because the developers of certain other distributions are assholes that send their users HERE so they won't have to do as much supporting.
2972 [22:58:44] <mystic> maybe im an asshole too.. but help would be appreciated
2973 [22:58:46] <jelly> tbh we are also assholes, punting their users out
2974 [22:58:47] *** Quits: BlueByte_ (~walther@replaced-ip ) (Quit: This computer has gone to sleep)
2975 [22:59:06] <jelly> it's assholes all the way down
2976 [22:59:07] *** Joins: mavhq (~quassel@replaced-ip )
2977 [22:59:24] *** Joins: magic_ninja_work (~sparkie1@replaced-ip )
2978 [22:59:31] <mystic> assholes n asshats.. what else we got
2979 [23:00:11] <jelly> if you try to install actual debian, then we can go suggest things to make wifi working
2980 [23:00:18] <beavis> asspenies
2981 [23:00:29] <sunzero> with what tool can i set fan/gpu settings to nvidia card, and save it hardwarely after reboot
2982 [23:00:34] <sunzero> specially fan
2983 [23:00:38] <jelly> like "use unofficial installer that already has most of the firmware inside"
2984 [23:00:39] <sunzero> some sensor package?
2985 [23:00:46] <mystic> my wifi doesnt work on any linux distro
2986 [23:00:48] <sunzero> they are changed by default (hardwarely) by mining apps (tools)
2987 [23:01:04] <mystic> but i cna get it working on ubuntu with some terminal commands i found
2988 [23:01:09] <mystic> didnt work on mx though
2989 [23:01:10] <jelly> mystic: oh, then get a wifi card that works on linux
2990 [23:01:23] <mystic> or linux pull your finger out and support it
2991 [23:01:32] <jelly> atheros chipsets
2992 [23:01:34] <mystic> like good ol windows duz
2993 [23:01:44] *** Joins: toxync12 (~toxync12@replaced-ip )
2994 [23:02:01] *** Joins: hermie (~jerrome@replaced-ip )
2995 [23:02:11] <sunzero> who knows
2996 [23:02:19] <mystic> so what do i need to type to make it work ?
2997 [23:02:26] <mystic> 'work u sonofa' ?
2998 [23:02:26] <jelly> mystic: paying kernel devs hours to make your card work will be a LOT more expensive than getting an atheros mini pcie or usb
2999 [23:02:51] <mystic> well. if linux isnt up to par, i will use windows when need be. often it seems
3000 [23:02:52] <jhutchins_wk> !info fancontrol
3001 [23:02:59] <dpkg> fancontrol: (utility to control the fan speed), section utils, is optional. Version: 1:3.5.0-3 (sid), Packaged size: 46 kB, Installed size: 100 kB
3002 [23:03:00] *** Quits: hermie (~jerrome@replaced-ip ) (K-Lined)
3003 [23:03:08] <magic_ninja_work> jelly, atheros a good wifi chip for linux?
3004 [23:03:30] <jhutchins_wk> mystic: We can almost always get them to work, it just requires some tinkering.
3005 [23:03:37] <jelly> magic_ninja_work: many wifi chips from that company Just Work
3006 [23:03:41] <sunzero> jhutchins: which is the package
3007 [23:03:56] <mystic> im hamfisted.. i dont tinker. something will break under the force
3008 [23:04:02] <jelly> some even have free firmware
3009 [23:04:09] <jhutchins_wk> mystic: Many wifi chipsets require "firmware" that sets channel frequencies and power levels and is not free, so needs to be manually installed.
3010 [23:04:19] *** Joins: swift110 (~swift110@replaced-ip )
3011 [23:04:31] *** Quits: swift110 (~swift110@replaced-ip ) (Changing host)
3012 [23:04:31] *** Joins: swift110 (~swift110@replaced-ip )
3013 [23:04:38] <mystic> this works in ubuntu..if i paste the right code, so download is enough
3014 [23:05:15] *** Quits: NaderB (~sokak@replaced-ip ) (Remote host closed the connection)
3015 [23:05:20] <jhutchins_wk> sunzero: Sorry, I just realized that's not released yet. There's something available though, it's been around for years.
3016 [23:05:34] <sunzero> ok
3017 [23:05:47] <mystic> what do i need to type to make it work
3018 [23:06:08] *** Joins: astrospace (~quassel@replaced-ip )
3019 [23:06:16] <sunzero> jhutchins thanks
3020 [23:06:28] <jelly> sunzero: I suppose if anyone knows it will be the people in #nouveau channel, if that's the driver you use
3021 [23:06:43] <mystic> club nouveu
3022 [23:06:49] <jhutchins_wk> sunzero: Sorry, I misinterpreted that, fancontrol is available in stretch and buster too.
3023 [23:07:22] <sunzero> ok thank you :D
3024 [23:07:24] *** Quits: grobi (~rtng@replaced-ip ) (Quit: WeeChat 2.3)
3025 [23:07:29] <sunzero> i will see
3026 [23:07:55] *** Joins: grobi (~rtng@replaced-ip )
3027 [23:08:08] <swift110> hey guys
3028 [23:08:37] *** Joins: Makerblaker (~Makerblak@replaced-ip )
3029 [23:08:45] *** Quits: greycat (~wooledg@replaced-ip ) (Quit: They see me clawin' the love seat / They won't do nothin' 'cause I'm cute and furry)
3030 [23:08:47] <mystic> any ideas?
3031 [23:08:48] <jhutchins_wk> sunzero: As for the GPU I have no idea on that.
3032 [23:09:01] <mystic> or just forget mx and go back to windows/ubuntu ?
3033 [23:09:49] <sunzero> jhutchins this is terrible but this mining gits are terrible they are chaning fan speed randomly some times if you compile it or apt-get it
3034 [23:09:55] <jhutchins_wk> mystic: You need to figure out what chipset it is and whether it needs firmware. dmesg | grep firmware will tell you some of that (or dmesg | less and search, that shows you lines on either side as well.
3035 [23:10:06] <jhutchins_wk> (There's a way to do that with grep but I've never use it.)
3036 [23:10:07] <jelly> mystic: two things a) symptoms not clear enough b) not debian
3037 [23:10:20] <mystic> i cant figure that out even if i get the results
3038 [23:10:36] <mystic> oh well.. i'll pass on mx then..
3039 [23:10:36] *** sunzero is now known as nullbyte_
3040 [23:10:39] *** Quits: nullbyte_ (~sunzero@replaced-ip ) (Changing host)
3041 [23:10:39] *** Joins: nullbyte_ (~sunzero@replaced-ip )
3042 [23:10:57] <jhutchins_wk> mystic: Yeah, Ubuntu's probably your best fit.
3043 [23:10:59] <mystic> only linux i can use pretty well is ubuntu.. the rest are a bit flaky at best
3044 [23:11:31] <mystic> havent got round to designing gui's yet and rely on tarballs n terminals. cant be going down that road
3045 [23:11:46] <jhutchins_wk> mystic: Not really, they just take a little more work. Ubuntu does a lot of the subtle things for you.
3046 [23:12:00] <mystic> thats what i want.. the rest i dont have time for
3047 [23:12:10] <mystic> or the desire to loose my hair learning terminal language
3048 [23:12:52] <jhutchins_wk> mystic: Remember something like 96% of the internet runs on linux, and (almost?) all animated movies are rendered on linux server farms.
3049 [23:12:53] <mystic> i was gonna give mx a crack.. see if it might be better than ubuntu for me. i think not
3050 [23:13:11] <jhutchins_wk> mystic: So some distros may be flakey, but linux in general is not.
3051 [23:13:19] <mystic> thats great, if ure a geek who creates it. as a user, its no good for me
3052 [23:13:34] <swift110> linux is awesome
3053 [23:13:46] <mystic> i cant builda car, and if i bought one id be offended if they then told me to build it
3054 [23:14:13] *** Quits: grobi (~rtng@replaced-ip ) (Quit: WeeChat 2.3)
3055 [23:14:29] <mystic> im sure linux runs great.. seems to... but i have to go with gui's.. every time
3056 [23:14:35] <jhutchins_wk> mystic: If you deliberately bought a kit car that would be more like linux. Great control, customization, and performance, some work required.
3057 [23:14:49] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
3058 [23:14:56] <jhutchins_wk> mystic: You can buy systems with linux already installed and running.
3059 [23:15:02] *** Quits: astrospace (~quassel@replaced-ip ) (Remote host closed the connection)
3060 [23:15:04] <mystic> id only would have bought the kit car if i was told 'even my grandma has one, its easy' the lie that hooks you lol
3061 [23:15:32] *** Joins: dvs (~hibbard@replaced-ip )
3062 [23:15:48] *** Quits: jhutchins_wk (~jonathan@replaced-ip ) (Remote host closed the connection)
3063 [23:15:55] *** Joins: xcm (~xcm@replaced-ip )
3064 [23:15:59] <mystic> sorry got to go work
3065 [23:16:05] *** Quits: mystic (~mystic@replaced-ip ) (Quit: Leaving)
3066 [23:18:08] <humpled> :\/
3067 [23:18:16] *** Quits: greatgatsby (~greatgats@replaced-ip ) (Quit: Leaving)
3068 [23:18:45] *** Joins: mystic (~mystic@replaced-ip )
3069 [23:18:55] <mystic> back.. had to boot int osomething i can work on
3070 [23:19:05] <humpled> are you mystic?
3071 [23:19:13] <mystic> am i wat
3072 [23:19:27] <humpled> from politics/derp channels
3073 [23:19:35] <mystic> no
3074 [23:19:37] <mystic> i dont go there
3075 [23:19:40] *** Joins: kouett (~ugo@replaced-ip )
3076 [23:19:49] <humpled> oh, you remind me of them
3077 [23:19:50] <mystic> im mystic from linux drives me nuts channels
3078 [23:20:30] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
3079 [23:20:39] *** Joins: pity (~pity@replaced-ip )
3080 [23:21:32] *** Joins: OS-46011 (~OS-46011@replaced-ip )
3081 [23:21:42] <OS-46011> !bruce
3082 [23:21:43] <dpkg> extra, extra, read all about it, bruce is a metasyntactic variable or the head of the mythical Open Source Initiative or the person that was deposed as head of LSB in a coup or the person that has helped make Qt OpenSource.
3083 [23:22:12] *** Quits: l3landgaunt (~l3landgau@replaced-ip ) (Quit: Leaving...)
3084 [23:22:15] *** Joins: loptr (~loptr@replaced-ip )
3085 [23:22:45] <mystic> !george
3086 [23:22:45] * dpkg pokes george.... yep, he's asleep
3087 [23:22:55] *** Joins: grobi (~rtng@replaced-ip )
3088 [23:23:19] *** Joins: oahong (~samigarus@replaced-ip )
3089 [23:23:31] *** Quits: loptr (~loptr@replaced-ip ) (Client Quit)
3090 [23:24:18] <mystic> is it possible to run linux on a commodore 64?
3091 [23:24:26] *** Joins: Theroxat (~quassel@replaced-ip )
3092 [23:25:04] *** Quits: Lars_1 (~androirc@replaced-ip##) (Quit: AndroIRC - Android IRC Client ( ##replaced-url
3093 [23:26:15] *** Quits: loumagnou (~louq@replaced-ip ) (Remote host closed the connection)
3094 [23:27:05] *** Quits: towo` (~towo@replaced-ip ) (Quit: Leaving)
3095 [23:27:15] *** Quits: nullbyte_ (~sunzero@replaced-ip ) (Quit: leaving)
3096 [23:28:07] *** Quits: Sigyn (sigyn@replaced-ip ) (Killed (tomaw (<No reason given>)))
3097 [23:28:17] *** Joins: Sigyn (sigyn@replaced-ip )
3098 [23:29:09] *** Quits: grobi (~rtng@replaced-ip ) (Quit: WeeChat 2.3)
3099 [23:30:08] <jelly> OS-46011: you probably want the #offsec channel, not #debian
3100 [23:30:31] *** Quits: timur_davletshin (~timur_dav@replaced-ip ) (Read error: Connection reset by peer)
3101 [23:31:19] <mystic> no banter allowed here?
3102 [23:31:33] *** Joins: sunzero (~sunzero@replaced-ip )
3103 [23:33:18] *** Joins: oish (~charlie@replaced-ip )
3104 [23:33:20] *** Joins: grobi (~rtng@replaced-ip )
3105 [23:33:27] <dvs> nope
3106 [23:33:37] <dvs> strictly help
3107 [23:33:39] <mystic> was my question classed as banter?
3108 [23:34:05] <jelly> !offtopic
3109 [23:34:05] <dpkg> #debian is primarily a support channel for Debian users. Please keep the discussions in #debian on-topic and take longer discussions and non-support questions to #debian-offtopic. Imagine the chaos if each of the hundreds of people in the channel felt the need to wander off topic for a few minutes every day.
3110 [23:34:15] *** Joins: pengennnnn (~androirc@replaced-ip )
3111 [23:34:24] <mystic> can debian be run on a commodore 64 then ?
3112 [23:34:31] <jelly> !slap mystic
3113 [23:34:31] * dpkg strikes a resounding *THWAP* across mystic's face
3114 [23:34:37] <mystic> :/
3115 [23:35:18] *** Joins: beaver^ (~beaver@replaced-ip )
3116 [23:35:39] *** Joins: mandeep (mandeep@replaced-ip )
3117 [23:35:52] *** Quits: kouett (~ugo@replaced-ip ) (Quit: WeeChat 2.3)
3118 [23:35:58] *** Quits: leandrovianna (~leandrovi@replaced-ip ) (Ping timeout: 268 seconds)
3119 [23:36:19] *** Quits: grobi (~rtng@replaced-ip ) (Client Quit)
3120 [23:37:00] *** Joins: Ametrine (~Butt3rfly@replaced-ip )
3121 [23:37:26] <mystic> !slap mystic
3122 [23:37:26] * dpkg strikes a resounding *THWAP* across mystic's face
3123 [23:37:26] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
3124 [23:37:40] *** Quits: Butt3rfly (~Butt3rfly@replaced-ip ) (Ping timeout: 248 seconds)
3125 [23:38:30] *** Joins: xcm (~xcm@replaced-ip )
3126 [23:39:09] <jelly> is GEOS not good enough for you
3127 [23:39:15] <dvs> heh
3128 [23:39:28] <mystic> whats that
3129 [23:39:28] * dvs prefers Workbench
3130 [23:40:08] <jelly> a gui OS for C64, C128
3131 [23:40:17] *** Quits: oish (~charlie@replaced-ip ) (Ping timeout: 268 seconds)
3132 [23:41:07] <jelly> exactly the kind of question seriousness for #debian-offtopic
3133 [23:41:41] *** Joins: Nd-969-m (~nend@replaced-ip )
3134 [23:42:20] *** Joins: grobi (~rtng@replaced-ip )
3135 [23:42:38] *** Quits: Akuw (~x@replaced-ip ) (Quit: Leaving)
3136 [23:42:40] <swift110> sup jelly
3137 [23:42:47] *** Quits: laptop2 (~my123@replaced-ip ) (Read error: Connection reset by peer)
3138 [23:42:51] *** Joins: mandeep_ (~mandeep@replaced-ip )
3139 [23:42:56] *** Quits: spaceone (~spaceone@replaced-ip ) (Quit: WeeChat 2.4)
3140 [23:42:56] *** Quits: Theroxat (~quassel@replaced-ip ) (Remote host closed the connection)
3141 [23:43:08] *** Quits: The_Loko (~The_Loko@replaced-ip ) (Read error: Connection reset by peer)
3142 [23:43:09] *** Quits: mandeep (mandeep@replaced-ip ) (Read error: Connection reset by peer)
3143 [23:43:12] <Woniken> hey jelly remember OtakuSenpai
3144 [23:44:09] *** Quits: Spr1ng (~Spr1ng@replaced-ip ) (Quit: WeeChat 2.5)
3145 [23:45:31] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
3146 [23:45:42] *** Joins: pity (~pity@replaced-ip )
3147 [23:47:00] *** Quits: zzor (~zzor@replaced-ip ) (Ping timeout: 258 seconds)
3148 [23:47:19] *** Quits: diniwed (~gavron@replaced-ip ) (Ping timeout: 246 seconds)
3149 [23:47:27] <mystic> i will look at geos on youtube, thanks
3150 [23:47:33] *** Quits: rany (~rany@replaced-ip ) (Quit: Leaving)
3151 [23:47:49] *** Quits: hyskaru (~hyskaru@replaced-ip ) (Quit: hyskaru)
3152 [23:48:46] *** Joins: timur_davletshin (~timur_dav@replaced-ip )
3153 [23:50:04] *** Quits: pity (~pity@replaced-ip ) (Remote host closed the connection)
3154 [23:50:47] *** Joins: pity (~pity@replaced-ip )
3155 [23:51:09] *** Joins: abbama (be7322cc@replaced-ip )
3156 [23:51:18] *** Joins: yepla (~quassel@replaced-ip )
3157 [23:51:25] *** Quits: grobi (~rtng@replaced-ip ) (Remote host closed the connection)
3158 [23:51:50] *** Joins: grobi (~rtng@replaced-ip )
3159 [23:51:55] *** Joins: rany (~rany@replaced-ip )
3160 [23:51:59] *** Quits: Rovanion (~rovanion@replaced-ip ) (Ping timeout: 258 seconds)
3161 [23:53:36] *** Quits: sunzero (~sunzero@replaced-ip ) (Quit: disconnect)
3162 [23:54:04] *** Quits: OS-46011 (~OS-46011@replaced-ip ) (Ping timeout: 264 seconds)
3163 [23:54:16] *** Joins: OS-46011 (~OS-46011@replaced-ip )
3164 [23:54:33] *** Joins: tacocat` (~james@replaced-ip )
3165 [23:55:02] *** Joins: zeroed (~zeroed@replaced-ip )
3166 [23:55:16] *** Quits: mandeep_ (~mandeep@replaced-ip ) (Quit: Leaving)
3167 [23:55:55] *** Quits: grobi (~rtng@replaced-ip ) (Client Quit)
3168 [23:56:59] *** tacocat is now known as Guest11990
3169 [23:56:59] *** tacocat` is now known as tacocat
3170 [23:57:32] *** Joins: leandrovianna (~leandrovi@replaced-ip )
3171 [23:57:35] *** Joins: Estul (~textual@replaced-ip )
3172 [23:58:10] *** Quits: Guest11990 (~james@replaced-ip ) (Ping timeout: 268 seconds)
3173 [23:58:12] *** Quits: tacocat (~james@replaced-ip ) (Remote host closed the connection)
3174 [23:58:33] *** Joins: tacocat (~james@replaced-ip )
3175 [23:58:34] *** Joins: _Woniken_ (~Woniken@replaced-ip )
3176 [23:58:52] *** Quits: Woniken (~Woniken@replaced-ip ) (Ping timeout: 246 seconds)
3177 [23:59:12] *** Quits: _Woniken_ (~Woniken@replaced-ip ) (Remote host closed the connection)
↑ top
context: nick names on moving displays as market values
#debian Freenode IRC channel closed on 2021-06-01
contact: a @ her0. be