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:02] <Randolf> Oh.
1 [00:00:31] <Randolf> I'm at the Debian installer main menu. I'll load those now.
2 [00:01:01] *** Quits: Kiwis (5a35a1ee@replaced-ip ) (Ping timeout: 255 seconds)
3 [00:01:12] <sponix2ipfw> Randolf: look in /sbin and /bin the default root path may not include them now
4 [00:01:30] <tor1panhuxyz> try to jump straight to disks step, no need to use cli
5 [00:01:31] <Randolf> It doesn't.
6 [00:02:05] <Randolf> I've got partitioning options. Normally I've been using "Guided - use entire disk and set up LVM" but I suspect you'll want me to go "Manual" this time?
7 [00:02:27] <tor1panhuxyz> yes
8 [00:02:41] <tor1panhuxyz> guided never create nee table i think
9 [00:02:48] <tor1panhuxyz> new*
10 [00:03:07] <Randolf> So there are a few LVM entries, then RAIDmd126 that has 3 partitions. The next one (which is last) is the USB memory stick I just booted from.
11 [00:03:14] <Randolf> #1 is EFI SYstem P
12 [00:03:17] <Randolf> #2 is ext2
13 [00:03:25] <Randolf> #3 is lvm
14 [00:04:02] <tor1panhuxyz> the entire disk, not partitions
15 [00:04:15] <Randolf> For that RAIDmd126 device, there's a note of #(auto-read-only) on that line.
16 [00:04:46] <Randolf> So, back to guided partitioning then?
17 [00:07:06] <tor1panhuxyz> theres no choice to create new table? cant move focus to the disk indtead of partition?
18 [00:07:36] <Randolf> New table? I don't see any such option.
19 [00:07:42] <tor1panhuxyz> if you using raid, i have no experience on installing on raid
20 [00:08:05] *** Quits: bigdice (~bigdice@replaced-ip ) (Quit: Leaving)
21 [00:08:18] <Randolf> I don't need RAID. It's off in the BIOS, but Debian's installer seems to put it in there automatically for me anyway.
22 [00:08:19] <tomreyn> i don't think there's an option to create partition tables on the installer, you'd need to do this from a shell
23 [00:08:37] <Randolf> I'm using AHCI in the BIOS (the other options are two types of RAID, which are software RAID so I don't want to use them anyway).
24 [00:09:06] <tomreyn> sounds right to me
25 [00:09:26] <tomreyn> it must have detected a previously configured raid, and automatically assembled it
26 [00:09:50] <tomreyn> you'd want to undo this first before creatnig a new partition table.
27 [00:10:21] <Randolf> Oh. That's certainly a possibility if the installer (I have others who assemble equipment for me) set up a mirror.
28 [00:10:43] <Randolf> Okay. So, I wonder how I can do this.
29 [00:11:11] <tomreyn> the debian installer doesn't automatically create software raids, you or someone else would have configured it previously.
30 [00:11:34] <Randolf> Okay. That must be what happened.
31 [00:11:57] <Randolf> I just tried deleting the RAID stuff through the installer's "Configure software RAID" menu, but they failed.
32 [00:11:59] <tomreyn> mdadm --stop /dev/md126
33 [00:12:43] <tomreyn> the device path may differ, e.g. could be /dev/md/126 instead
34 [00:12:50] *** Joins: eharmonic (~eharmonic@replaced-ip )
35 [00:12:56] *** Joins: integfred (~user@replaced-ip )
36 [00:13:33] *** Quits: eharmonic (~eharmonic@replaced-ip ) (Client Quit)
37 [00:13:47] *** Quits: frgo (~frgo@replaced-ip ) (Remote host closed the connection)
38 [00:14:23] *** Joins: frgo (~frgo@replaced-ip )
39 [00:16:21] *** Quits: pingfloyd (~pingfloyd@replaced-ip ) (Quit: WeeChat 1.6)
40 [00:16:22] <Randolf> /dev/md126 is correct. It's telling me that mdadm can't get exclusive access. When I use mount or df, I don't see md126 in there anywhere though.
41 [00:17:12] <Randolf> umount can't unmount /dev/md126 or /dev/md127 either -- Invalid argument.
42 [00:17:24] *** Joins: MenschZwoNull__ (~MenschZwo@replaced-ip )
43 [00:17:50] <tomreyn> so there's not immediately a file system on top but something else that's active
44 [00:18:06] <tor1panhuxyz> can you move your focus to your device instead of your partitions?
45 [00:18:08] <tomreyn> could be lvm
46 [00:18:12] <integfred> Hi, when apt looks for dependencies when installing a package, does it do it recursively? I'm looking at the information in Packages.gz, to give an example: The package evince has a direct dependency on libgtk-3-0, which in-turn has a direct dependency on adwaita-icon-theme. Would adwaita-icon-theme get installed or not ( see: replaced-url
47 [00:19:00] <Randolf> There's no data on this system yet. Blowing everything away would be fine.
48 [00:19:50] *** Quits: MenschZwoNull_ (~MenschZwo@replaced-ip ) (Ping timeout: 252 seconds)
49 [00:20:15] <tomreyn> you could just ignore the installer's state and just write a blank partition table. how many storages are connected anyways?
50 [00:20:54] <Randolf> Two 6 TB hard drives. That's it. (There's also the USB memory stick I booted from, but that's only temporary, obviously.)
51 [00:21:02] <tomreyn> integfred: yes it would, apt resolves dependencies recursively
52 [00:21:19] *** Quits: turona (~quassel@replaced-ip ) (Ping timeout: 272 seconds)
53 [00:21:41] <integfred> tomreyn: ok thanks
54 [00:21:52] *** Quits: lastrodamo (~lastrodam@replaced-ip ) (Quit: Quitte)
55 [00:21:56] <tomreyn> Randolf: so none other than that is listed by e.g. fdisk -l ?
56 [00:22:31] <tor1panhuxyz> oh you are seeing one device insteaf of two disks in thr installer?
57 [00:22:33] <Randolf> There is no "fdisk" available through the installer's shell.
58 [00:22:51] <Randolf> It's showing up as RAID. I want to get rid of RAID.
59 [00:22:57] <tor1panhuxyz> cant help you with raid sry
60 [00:23:49] <tor1panhuxyz> i meant this replaced-url
61 [00:24:28] <Randolf> I'm using the text mode installer (I don't like GUIs), but it looks the same aside from the graphics.
62 [00:24:54] <Randolf> The installer fails to "Delete MD device" which seems peculiar to me because the installer should be able to do this, right?
63 [00:25:27] *** Joins: DaRock (~quassel@replaced-ip )
64 [00:25:29] <tomreyn> not if there's something else on top that's active
65 [00:26:15] <Randolf> There shouldn't be, because this is just the installer.
66 [00:26:31] <Randolf> Maybe I should reboot and try again?
67 [00:26:42] <tor1panhuxyz> did you load all components in previoud step?
68 [00:26:48] *** Quits: dethos (~dethos@replaced-ip ) (Quit: Time to Go!)
69 [00:26:52] <Randolf> Yes.
70 [00:27:06] * Randolf is rebooting
71 [00:27:25] *** Joins: mrloafbot (~mrloafbot@replaced-ip )
72 [00:27:34] *** Quits: mrloafbot_ (~mrloafbot@replaced-ip ) (Ping timeout: 255 seconds)
73 [00:27:35] <somiaj> integfred: yes, adwaita-icon-theme would ahve to be installed to install libgtk-3-0
74 [00:29:08] <tomreyn> Randolf: the easiest approach may be to just use any bootable system of your choice to destroy existing partition tables or to replace partition table son those disks, then run the debian installer again
75 [00:29:34] <tomreyn> Randolf: you *can* do this from the debian installer's root shell, but it's not convenient there.
76 [00:29:58] *** Quits: tocka (uid198544@replaced-ip ) (Quit: Connection closed for inactivity)
77 [00:30:18] <Randolf> That's all I've got at the moment -- the installer USB.
78 [00:30:37] *** Quits: FSF-GNU-Soldier (~GNU-FSF-F@replaced-ip ) (Remote host closed the connection)
79 [00:31:43] *** Quits: rabbitear_g (~rabbitear@replaced-ip ) (Ping timeout: 240 seconds)
80 [00:32:08] *** Joins: turona (~quassel@replaced-ip )
81 [00:32:30] <tor1panhuxyz> there are quite some tricky parts in disks part. maybe use only one disk fisrt?
82 [00:33:14] *** Joins: rabbitear_g (~rabbitear@replaced-ip )
83 [00:33:38] *** Quits: cliluw (~cliluw@replaced-ip ) (Read error: Connection reset by peer)
84 [00:33:45] <Randolf> I just tried the installer again, and the same problem persists. Is there a process I can kill so I can dd the disks with all zeros?
85 [00:33:57] *** Joins: cliluw (~cliluw@replaced-ip )
86 [00:34:45] <tomreyn> you can press escape until you end up on the "Debian installer main menu", where, to the bottom, you have a "Execute a shell" option
87 [00:35:28] <Randolf> Yeah, I'm in that shell: BusyBox v1.30.1 (Debian 1:1.30.1-4) built-in shell (ash)
88 [00:36:56] <tomreyn> udpkg -i cdrom/pool/main/p/parted/parted-udeb_3.2-25_amd64.udeb
89 [00:37:26] <tomreyn> once installed, you can then run parted -ls
90 [00:37:47] *** Quits: turona (~quassel@replaced-ip ) (Ping timeout: 272 seconds)
91 [00:37:47] <Randolf> That worked!
92 [00:38:39] <tomreyn> to share it, pipe it through nc termbin.com 9999
93 [00:39:25] <Randolf> replaced-url
94 [00:39:25] <tomreyn> parted -ls 2>&1 | nc termbin.com 9999
95 [00:39:44] <tomreyn> okay that's good enough if there were no critical errors?
96 [00:39:46] *** Joins: benji (~DepQ@replaced-ip )
97 [00:39:51] <Randolf> Let me try that again.
98 [00:40:10] *** benji is now known as Guest81581
99 [00:40:14] <Randolf> replaced-url
100 [00:40:37] *** Quits: Guest81581 (~DepQ@replaced-ip ) (Remote host closed the connection)
101 [00:40:57] *** Quits: JaredSchooley (~Sech@replaced-ip ) (Ping timeout: 272 seconds)
102 [00:41:03] *** Joins: B3_Dw_ (~DepQ@replaced-ip )
103 [00:41:05] <Randolf> /dev/sdc is the USB memory stick I booted from.
104 [00:41:29] *** Quits: dtux (~dmtucker@replaced-ip ) (Remote host closed the connection)
105 [00:41:58] *** Joins: turona (~quassel@replaced-ip )
106 [00:42:37] <tomreyn> so you could try to undo those logical on-disk structures now or just ignore them and replace or zero the partition tables on those drives
107 [00:42:45] *** Joins: JaredSchooley (~Sech@replaced-ip )
108 [00:43:00] <Randolf> I just removed partition #3 (the "help" command in parted is ... helpful).
109 [00:43:15] <Randolf> replaced-url
110 [00:43:47] <Randolf> Looks like I have to remove it one more time.
111 [00:43:49] <tomreyn> okay, this can alo be done using parted /dev/sda mktable gpt
112 [00:44:19] <tomreyn> once should be enough, just need to do it on both sda and sdb
113 [00:45:38] *** Quits: B3_Dw_ (~DepQ@replaced-ip ) (Client Quit)
114 [00:46:03] <Randolf> replaced-url
115 [00:46:22] <Randolf> I just used "dd if=/dev/zero of=/dev/sda" and ditto for sdb.
116 [00:46:28] *** Quits: turona (~quassel@replaced-ip ) (Ping timeout: 255 seconds)
117 [00:46:42] <Randolf> I think I'll leave it to the installer to set things up from scratch now.
118 [00:46:47] <tomreyn> should work, too
119 [00:47:10] <Randolf> It sees RAID again. I'm rebooting.
120 [00:47:26] <Randolf> "Detect disks" might be referring to memory.
121 [00:47:52] *** Joins: saundkim (~saundkim@replaced-ip )
122 [00:47:52] <tomreyn> what sees raid when?
123 [00:48:02] <tor1panhuxyz> replaced-url
124 [00:48:10] <Randolf> The installer's option to "Detect disks."
125 [00:48:20] <Randolf> I'm rebooting though, so hopefully it won't see that this time.
126 [00:48:28] *** Quits: Guest11476 (~wwilliam@replaced-ip ) (Changing host)
127 [00:48:28] *** Joins: Guest11476 (~wwilliam@replaced-ip )
128 [00:48:28] *** Guest11476 is now known as wwilliam
129 [00:48:31] *** Quits: bhoman (~quassel@replaced-ip ) (Read error: Connection reset by peer)
130 [00:48:34] *** Joins: turona (~quassel@replaced-ip )
131 [00:49:06] *** Joins: bhoman (~quassel@replaced-ip )
132 [00:49:14] <tomreyn> should be gone after reboot
133 [00:49:50] <tomreyn> those were active logical structures during the previous session
134 [00:49:54] <Randolf> Damn, it's back!
135 [00:50:02] <tomreyn> the md?
136 [00:50:12] <Randolf> Yes.
137 [00:50:16] <Randolf> RAIDmd126.
138 [00:50:52] <Randolf> At the "Partition disks" stage I see: RAIDmd126 device #:RAIDactive device #(auto-read-only)RAIDraid1 device #sda[1]RAIDsdb
139 [00:51:07] *** Quits: jmcgnh (~jmcgnh@replaced-ip ) (Ping timeout: 260 seconds)
140 [00:51:15] <tor1panhuxyz> did you dd your fisrt 1GB of both sda and sdb? and you are sure its softraid?
141 [00:51:43] <tomreyn> well then let's remove it properly this time, and --zero-superblock
142 [00:51:47] *** Joins: jmcgnh_ (~jmcgnh@replaced-ip )
143 [00:52:20] *** jmcgnh_ is now known as jmcgnh
144 [00:52:32] <Randolf> I ran dd for about 30 seconds on each drive, but I don't know how much was actually written, so it could very well be that I didn't. I'm sure it's softRAID because this motherboard has two options which both refuse to function unless the RAID drivers that use CPU cycles to do the RAID are installed.
145 [00:52:32] <tomreyn> quoting replaced-url
146 [00:53:06] <Randolf> Which command takes the --zero-superblock option?
147 [00:53:32] <tomreyn> mdadm, but you should first remove any logical layers that are o top of it
148 [00:53:36] *** Quits: amphiprions (~amphiprio@replaced-ip ) (Read error: Connection reset by peer)
149 [00:53:41] *** Joins: Krennic (~Krennic@replaced-ip )
150 [00:53:53] <tomreyn> get a root shell
151 [00:53:57] <tomreyn> udpkg -i cdrom/pool/main/p/parted/parted-udeb_3.2-25_amd64.udeb
152 [00:54:08] <tomreyn> parted -ls 2>&1 | nc termbin.com 9999
153 [00:54:36] *** Quits: llucenic (~Thunderbi@replaced-ip ) (Ping timeout: 268 seconds)
154 [00:54:52] <Randolf> replaced-url
155 [00:55:13] <tomreyn> can you confirm that /dev/mapper/ is empty or doe snot exist?
156 [00:55:14] *** Parts: Travis (~Travis@replaced-ip ) ("Leaving")
157 [00:55:43] <Randolf> This command worked this time: mdadm --stop /dev/md126
158 [00:56:04] <tomreyn> mdadm --zero-superblock /dev/md126
159 [00:56:23] <Randolf> There's a subdirectory called /dev/mapper/control/
160 [00:56:29] <tomreyn> thats ok
161 [00:56:32] <Randolf> Wait, that's not a directory.
162 [00:56:37] <Randolf> That's all that seems to be there.
163 [00:56:52] <tomreyn> did you zero the superblock?
164 [00:58:04] *** Joins: hqdruxn08_ (hqdruxn08@replaced-ip )
165 [00:58:26] <Randolf> When I try "mdadm --zero-superblock /dev/sda" (and also "sdb") I get an error: Couldn't open /dev/sda for write - not zeroing
166 [01:00:11] <tomreyn> hmm, peculiar
167 [01:01:22] *** Joins: BlueByte_ (~walther@replaced-ip )
168 [01:01:46] <tomreyn> can you post parted -ls again
169 [01:02:06] *** Quits: hqdruxn08__ (hqdruxn08@replaced-ip ) (Ping timeout: 256 seconds)
170 [01:03:04] <Randolf> replaced-url
171 [01:03:24] <Randolf> This is what should normally be expected from a new system, right?
172 [01:03:33] *** Quits: BlueByte_ (~walther@replaced-ip ) (Client Quit)
173 [01:03:52] *** Joins: martigan (~martigan@replaced-ip )
174 [01:03:52] *** Quits: echosystm (~echosystm@replaced-ip ) (Quit: leaving)
175 [01:04:06] <tomreyn> yes, i would say so, although new disks often come with partition tables on them, i think
176 [01:04:39] <Randolf> You know, even if there are partition tables, I think it's reasonable to expect an OS installer to be able to ignore them and overwrite everything.
177 [01:04:51] <tomreyn> there's a --force option to mdadm --zero-superblock
178 [01:04:58] <Randolf> I'll try that.
179 [01:05:38] <Randolf> Done.
180 [01:06:00] <Randolf> I'm going to power cycle this box, just to make sure nothing gets written back to the disks secretly or anything like that.
181 [01:06:04] <tomreyn> oh, so it has a safety check there to only delete data from existing partitions
182 [01:06:49] <tomreyn> so you zeroed superblocks on both drives, right?
183 [01:06:56] <tomreyn> sda + sdb
184 [01:06:59] <Randolf> Yes. sda and sdb
185 [01:07:03] *** Joins: BlueByte_ (~walther@replaced-ip )
186 [01:07:09] <tomreyn> power cycle is a good plan
187 [01:07:17] <Randolf> Neither option resulted in any errors.
188 [01:08:15] *** Quits: BlueByte_ (~walther@replaced-ip ) (Client Quit)
189 [01:08:56] <Randolf> Now I'm seeing two separate drives. Okay, this is good. RAID is gone now.
190 [01:09:20] <tomreyn> good
191 [01:09:30] <Randolf> Forcing UEFI did not fail. Hopefully it actually works this time.
192 [01:09:41] *** Quits: Haudegen (~quassel@replaced-ip ) (Ping timeout: 265 seconds)
193 [01:09:50] <tomreyn> "forcing uefi"?
194 [01:10:03] *** Joins: we6jbo (~we6jbo@replaced-ip )
195 [01:10:16] <Randolf> You know what would be helpful in the installer? An expert option that could be selected right from the beginning that provided options like "dd first 1 GB of hard disk" and "run parted" and stuff like that.
196 [01:10:34] <Randolf> I have to elect to force the UEFI installation or else it definitely won't boot.
197 [01:10:49] <tor1panhuxyz> EFI partition not work on RAID is in the wiki
198 [01:11:07] <Randolf> At least that's what I had to do with Debian 10.1.0 and 10.2.0 over the past few months.
199 [01:11:24] <Randolf> tor1panhuxyz: Oh, I'm not trying to use RAID here. It's software RAID, so I don't want it.
200 [01:11:24] <tor1panhuxyz> but the installer's disk part is incomplete
201 [01:12:08] *** Quits: Jo-Anna (uid57472@replaced-ip ) (Quit: Connection closed for inactivity)
202 [01:12:08] <tomreyn> i'm not familiar with an installer option to "force uefi installation"
203 [01:12:25] <tor1panhuxyz> its mainboard firmware
204 [01:12:35] <Randolf> The installer should be smart enough to provide the user with an option to overwrite the existing disk. I know that there are technicians who will just give up if they can't get it working, as I've seen this happen multiple times with technicians who have little patience.
205 [01:12:39] *** Quits: TheCryptek (~TheCrypte@replaced-ip ) (Read error: Connection reset by peer)
206 [01:12:39] *** Quits: button (~crayon@replaced-ip ) (Read error: Connection reset by peer)
207 [01:12:48] <tor1panhuxyz> UEFI only vs legecy comptable
208 [01:12:48] *** Quits: eruantiensaga (eruantiens@replaced-ip ) (Remote host closed the connection)
209 [01:13:05] <Randolf> tomreyn: It prompts me after I select the hard drive to install to.
210 [01:13:07] *** Joins: eruantiensaga (eruantiens@replaced-ip )
211 [01:13:11] <tomreyn> Randolf: i guess this makes a good feature request
212 [01:13:21] *** Joins: crayon (~crayon@replaced-ip )
213 [01:13:32] <Randolf> tomreyn: I could do this.
214 [01:13:40] <somiaj> the installer has a manual partition method that gives you full control over how the disk (including software raids) are partitioned
215 [01:14:03] <tor1panhuxyz> the installer auto detects something and auto ignores something, and some options missing in normal installer
216 [01:14:05] <tomreyn> Randolf: oh i see the prompt now, i guess i haven't used debian installer on uefi in a while :)
217 [01:14:05] <somiaj> It just might only be in the 'expert install'
218 [01:14:08] <Randolf> somiaj: I doesn't work. If it did, then I wouldn't have had to go through all these steps today, which tomreyn and tor1panhuxyz helped me with.
219 [01:14:23] <tor1panhuxyz> i had to choose advanced installler to do somr tricks
220 [01:14:32] <somiaj> I have used teh installer multiple times to manually partition my disk, actually that is the way I do all installs.
221 [01:14:35] <Randolf> s/I doesn't work/It doesn't work/
222 [01:14:57] <Randolf> somiaj: Good luck getting rid of RAID with that. It doesn't work.
223 [01:15:04] <somiaj> sure, you need to use the expert installer to unlock expert features, these are features many end users won't need, so they won't be in the basic installer getting in the way.
224 [01:15:20] <Randolf> Installation complete, no GRUB failures either.
225 [01:15:35] <somiaj> If it is software raid (using linux tools) it works just fine.
226 [01:16:20] <tomreyn> Randolf: so unless you're dual-/multi-booting (multiple OS installations in different boot modes on the same disk(s)) you always want to force uefi mode at this prompt
227 [01:16:21] <Randolf> Debian is now booting properly. Thanks tomreyn (and also tor1panhuxyz), you've been a fantastic help to me. :)
228 [01:16:36] <Randolf> tomreyn: Right. That's how I read the prompt too.
229 [01:16:39] <tomreyn> Randolf: glad you worked it out..
230 [01:18:04] *** Joins: gavlee (~gav@replaced-ip )
231 [01:18:12] *** Quits: crayon (~crayon@replaced-ip ) (Read error: Connection reset by peer)
232 [01:18:32] <Randolf> I'll look into making a feature request (two, in fact -- one for the installer to prompt the user with an option to overwrite the existing disk if anything is detected on it, and the other for the expert options to simplify writing /dev/zero to the first 1 GB of a selected hard drive, killing off RAID, etc.).
233 [01:19:01] *** debhelper sets mode: +l 1527
234 [01:20:20] <somiaj> Randolf: this option is there, use the expert install mode.
235 [01:20:38] *** Quits: eruantiensaga (eruantiens@replaced-ip ) (Remote host closed the connection)
236 [01:20:40] <tomreyn> as we've seen zeroing the first GB of disks may not fully remove raid superblocks. i think those are actually located at the end of each raid members allocated storage, too.
237 [01:20:53] <somiaj> you can alsu just manually do all that from a console after you load the proper tools from .udebs
238 [01:20:57] *** Joins: eruantiensaga (eruantiens@replaced-ip )
239 [01:21:08] *** Joins: FSF-GNU-Soldier (~GNU-FSF-F@replaced-ip )
240 [01:21:48] <Randolf> tomreyn: Ah, that explains why that was needed.
241 [01:21:57] <tomreyn> somiaj: you're saying there's a zero superblock option on the extended installer?
242 [01:21:57] *** Quits: pugfantus (~pugfantus@replaced-ip ) (Read error: Connection reset by peer)
243 [01:22:08] * Randolf is installing 592 packages with apt now...
244 [01:23:14] <Randolf> somiaj: The problem has been resolved. Scroll up to about 80 minutes ago to see the whole conversation.
245 [01:23:18] <somiaj> tomreyn: well the first one, to delete the partition table and create the own. There isa zero the whole disk option. Though at some level these can all be done manually from a shell.
246 [01:24:08] *** Quits: _muecke_ (~muecke@replaced-ip ) (Read error: Connection reset by peer)
247 [01:25:30] <Randolf> This server will be replacing a NetBSD system. I really like NetBSD, but I've been running into problems with the package manager on it failing to update/upgrade certain packages and then breaking some other packages. I've also been having problems with NetBSD not supporting the newest hardware. So, I am finding Debian to be a really great replacement as it seems to come with very little pre-installed (I really like this about both NetBSD and Debian).
248 [01:25:57] *** Joins: pugfantus (~pugfantus@replaced-ip )
249 [01:26:00] <tor1panhuxyz> If Id like to install Debian on Raid, do I need to manually create EFI partions?
250 [01:26:05] <tor1panhuxyz> replaced-url
251 [01:26:36] *** Quits: fax (~quassel@replaced-ip ) (Ping timeout: 265 seconds)
252 [01:26:44] *** Joins: fax_ (~quassel@replaced-ip )
253 [01:26:53] <Randolf> Thanks tor1panhuxyz, I read that earlier. This is part of the reason I spiralled toward the conclusion that the EFI Shell is a disaster.
254 [01:27:06] *** Quits: MenschZwoNull__ (~MenschZwo@replaced-ip ) (Ping timeout: 240 seconds)
255 [01:27:22] <tomreyn> somiaj: i'm not familiar with the 'delete the partition table and create the own' option, will have a look, thanks. i don't think zeroing full disks is a good enough option on large disks. doing things manually from the root shell is what we did.
256 [01:27:46] <somiaj> tomreyn: tehy call it 'manual' partition
257 [01:28:00] *** Joins: TheCryptek (~TheCrypte@replaced-ip )
258 [01:28:16] <somiaj> tomreyn: under that you have options to delete the current partition table and rewrite your own, configure add/delete mdam raids and so on
259 [01:28:22] <tomreyn> somiaj: this doesn't create a new partition table though, i think, but reuses the existing one
260 [01:28:51] <tomreyn> i'll give it a try, maybe things changed, it's been a while
261 [01:28:52] <somiaj> well if you delete all partitions, and then make your own, it rewrites the partition table
262 [01:29:11] <somiaj> I have used to to delete an old raid, and build a new one with no issues
263 [01:29:16] <tor1panhuxyz> thats what i suggested, but Randolf's box failed at some steps
264 [01:29:48] <tor1panhuxyz> like configurr softraid option failed
265 [01:29:50] <somiaj> There will be edge cases, depending on the system, but overall I think we would hear more about it if it didn't work for most.
266 [01:30:19] <somiaj> There is #debian-installer on irc.oftc.net, they might have more details on the full capabilities.
267 [01:30:26] *** Quits: chomwitt (~chomwitt@replaced-ip ) (Ping timeout: 240 seconds)
268 [01:30:59] *** Quits: turona (~quassel@replaced-ip ) (Ping timeout: 272 seconds)
269 [01:31:17] <tor1panhuxyz> Is there a feature request on auto detect encrypted disks for debian installer?
270 [01:31:17] *** Quits: n_1-c_k (~n_1-c_k@replaced-ip ) (Read error: Connection reset by peer)
271 [01:31:27] <tomreyn> well i've also run into this problem of ghost md's many times. the easiest way to reproduce this problem is to install once and then install again, with manual partitioning.
272 [01:31:38] <Randolf> Xen is booting up properly now, and all is well. This is great.
273 [01:32:00] *** Joins: turona (~quassel@replaced-ip )
274 [01:32:06] *** Joins: n_1-c_k (~n_1-c_k@replaced-ip )
275 [01:32:09] *** Joins: swickrotation (~swickrota@replaced-ip )
276 [01:32:13] *** Joins: crayon (~crayon@replaced-ip )
277 [01:32:53] <Randolf> I'm glad to be on 10.3.0 and not having to go back to previous version.
278 [01:34:22] *** Joins: FSF-GNU-Fan (~GNU-FSF-F@replaced-ip )
279 [01:35:15] <Randolf> Thanks everyone! Have a great day.
280 [01:35:47] *** Quits: akaWolf (~akaWolf@replaced-ip ) (Ping timeout: 240 seconds)
281 [01:36:15] *** Quits: TheCryptek (~TheCrypte@replaced-ip ) (Read error: Connection reset by peer)
282 [01:36:15] *** Quits: crayon (~crayon@replaced-ip ) (Read error: Connection reset by peer)
283 [01:36:26] *** Joins: honsa__ (~honsa@replaced-ip )
284 [01:36:48] <tomreyn> you, too, enjoy Xen, though i'd prefer Zen.
285 [01:36:51] *** Quits: FSF-GNU-Soldier (~GNU-FSF-F@replaced-ip ) (Ping timeout: 260 seconds)
286 [01:37:31] <Randolf> Heh.
287 [01:37:41] *** Joins: tomg_ (tomg@replaced-ip )
288 [01:37:46] *** Quits: Randolf (~randolf@replaced-ip ) (Quit: Leaving)
289 [01:38:25] *** Joins: KillThemAll (~MonsterKi@replaced-ip )
290 [01:39:02] *** Quits: eruantiensaga (eruantiens@replaced-ip ) (Remote host closed the connection)
291 [01:39:21] *** Joins: eruantiensaga (eruantiens@replaced-ip )
292 [01:39:26] *** Joins: yue-lan (~lanyue@replaced-ip )
293 [01:40:00] *** Quits: JaredSchooley (~Sech@replaced-ip##) (Quit: ZNC 1.6.5+deb1+deb9u2 - ##replaced-url
294 [01:40:14] *** Quits: honsa_ (~honsa@replaced-ip ) (Ping timeout: 268 seconds)
295 [01:40:35] *** Quits: KillMostOfThem (~MonsterKi@replaced-ip ) (Ping timeout: 260 seconds)
296 [01:40:38] *** Quits: troy (~troy@replaced-ip ) (Quit: WeeChat 2.7)
297 [01:41:28] *** Quits: tomg (tomg@replaced-ip ) (Ping timeout: 268 seconds)
298 [01:43:04] *** Joins: troy (~troy@replaced-ip )
299 [01:43:14] *** Quits: basicmiracle (uid213868@replaced-ip ) (Quit: Connection closed for inactivity)
300 [01:43:58] *** Joins: c0ffee152 (coffee@replaced-ip )
301 [01:44:48] *** Joins: obsed (~obesd@replaced-ip )
302 [01:46:51] *** Quits: b (coffee@replaced-ip ) (Ping timeout: 258 seconds)
303 [01:47:19] *** Joins: bkraptor_ (~bkraptor@replaced-ip )
304 [01:47:43] *** Quits: martigan (~martigan@replaced-ip ) (Quit: Leaving)
305 [01:48:05] <tomreyn> somiaj: so you're right in that the manual partitioner can, once you've removed all the logical device structures (file systems, lvm, software raid, partitions, ...) create a new empty partition table. it doesn't let you choose the desired partition table type.
306 [01:48:23] *** Joins: crayon (~crayon@replaced-ip )
307 [01:48:23] <tomreyn> oh, i'm wrong, it does let you choose this in expert mode
308 [01:48:28] *** Quits: bhoman (~quassel@replaced-ip ) (Read error: Connection reset by peer)
309 [01:49:09] *** Joins: bhoman (~quassel@replaced-ip )
310 [01:49:39] <tomreyn> okay, so that's nice, and probably has always been there. it's still annoying having to undo all those logical structures first of all.
311 [01:50:38] *** Quits: crayon (~crayon@replaced-ip ) (Read error: Connection reset by peer)
312 [01:51:14] *** Quits: nolan_ (~nolan_@replaced-ip ) (Ping timeout: 240 seconds)
313 [01:52:11] *** Joins: TheCryptek (~TheCrypte@replaced-ip )
314 [01:52:26] *** Quits: obsed (~obesd@replaced-ip ) (Quit: Leaving)
315 [01:52:47] *** Joins: obsed (~obesd@replaced-ip )
316 [01:53:23] *** Joins: schizo (~schizo@replaced-ip )
317 [01:54:25] *** Joins: aliasnumber10 (~crix@replaced-ip )
318 [01:54:50] *** Quits: greatgatsby (~greatgats@replaced-ip ) (Quit: Leaving)
319 [01:55:33] *** Quits: rea77 (~Thunderbi@replaced-ip ) (Remote host closed the connection)
320 [01:56:03] *** Joins: mandrak (~user@replaced-ip )
321 [01:56:23] *** Joins: lanyue_ (~lanyue@replaced-ip )
322 [01:56:57] *** Joins: rea77 (~Thunderbi@replaced-ip )
323 [01:57:35] *** Quits: yue-lan (~lanyue@replaced-ip ) (Ping timeout: 258 seconds)
324 [01:57:40] *** Joins: titsuki (~titsuki@replaced-ip )
325 [01:57:54] *** Quits: fax_ (~quassel@replaced-ip##) (Quit: ##replaced-url
326 [01:57:55] <tor1panhuxyz> that might be the nature of raid, dont need if no raid. maybe let installer ask if we want to detect raid/lvm/luks?
327 [01:57:58] *** Quits: mandrak (~user@replaced-ip ) (Client Quit)
328 [01:58:05] *** Quits: rea77 (~Thunderbi@replaced-ip ) (Remote host closed the connection)
329 [01:58:24] *** Joins: rea77 (~Thunderbi@replaced-ip )
330 [01:59:07] *** Quits: TheCryptek (~TheCrypte@replaced-ip ) (Quit: Leaving the IRC world for now.)
331 [02:00:21] <tomreyn> yes, this might help
332 [02:01:50] *** Joins: NixZiZ (sid302101@replaced-ip )
333 [02:01:57] *** Joins: bigdice (~bigdice@replaced-ip )
334 [02:02:51] *** Quits: Brigo_ (~Brigo@replaced-ip ) (Ping timeout: 265 seconds)
335 [02:02:55] *** Quits: de-facto (~de-facto@replaced-ip ) (Quit: See you around.)
336 [02:03:37] *** Joins: de-facto (~de-facto@replaced-ip )
337 [02:05:49] *** Quits: bkraptor_ (~bkraptor@replaced-ip ) (Ping timeout: 272 seconds)
338 [02:07:14] *** Joins: lainon (~lainon@replaced-ip )
339 [02:07:44] *** Joins: TheCryptek (~TheCrypte@replaced-ip )
340 [02:07:47] *** Joins: snowboardre (~modster@replaced-ip )
341 [02:08:11] *** Quits: Nokaji (~Nokaji@replaced-ip##) (Quit: ***** Did Bill Gates & World Economic Forum Predict Coronavirus Outbreak? An Inside Look May Shock You! - ##replaced-url
342 [02:08:35] *** Joins: nolan_ (~nolan_@replaced-ip )
343 [02:08:44] *** Quits: rea77 (~Thunderbi@replaced-ip ) (Ping timeout: 252 seconds)
344 [02:10:20] *** Joins: crayon (~crayon@replaced-ip )
345 [02:12:06] *** Quits: NixZiZ (sid302101@replaced-ip ) ()
346 [02:13:25] *** Parts: integfred (~user@replaced-ip ) ()
347 [02:13:31] *** Quits: cliluw (~cliluw@replaced-ip ) (Read error: Connection reset by peer)
348 [02:13:43] *** Joins: cliluw (~cliluw@replaced-ip )
349 [02:13:47] *** Quits: schizo (~schizo@replaced-ip ) (Ping timeout: 240 seconds)
350 [02:14:45] *** Joins: mrloafbot_ (~mrloafbot@replaced-ip )
351 [02:15:04] <ectospasm> jjjjjjjjjjjjjjjjjjjj
352 [02:15:32] <dvs> kkkkkkkkkkkkkkkkkkkkkk
353 [02:15:34] *** Quits: mrloafbot (~mrloafbot@replaced-ip ) (Ping timeout: 255 seconds)
354 [02:15:50] <ectospasm> Sorry about that.
355 [02:17:19] *** Quits: cryptic (~cryptic@replaced-ip ) (Remote host closed the connection)
356 [02:17:22] *** Quits: Krennic (~Krennic@replaced-ip ) (Quit: Lost terminal)
357 [02:18:11] *** Joins: tinfoil-hat (~chrissly@replaced-ip )
358 [02:18:20] *** Quits: xcm (~xcm@replaced-ip ) (Read error: Connection reset by peer)
359 [02:19:12] *** Joins: xcm (~xcm@replaced-ip )
360 [02:20:05] *** Joins: fuxxy (~fuxxy@replaced-ip )
361 [02:21:08] *** Quits: bigdice (~bigdice@replaced-ip ) (Quit: Leaving)
362 [02:21:58] <fuxxy> Attempting to mount a FreeNAS NFS share using sec=krb5 and Active Directory. Anyone know how to make the mounting process easier? When attempting to mount as root, I get "access denied by server". I was able to mount without issue with sec=sys.
363 [02:24:42] *** Quits: DaRock (~quassel@replaced-ip ) (Read error: Connection reset by peer)
364 [02:24:44] *** Joins: mrrobot_ (~mrrobot@replaced-ip )
365 [02:24:59] *** Joins: DaRock (~quassel@replaced-ip )
366 [02:25:41] *** Joins: ob-sed___ (~obesd@replaced-ip )
367 [02:25:51] *** Quits: DaRock (~quassel@replaced-ip ) (Read error: Connection reset by peer)
368 [02:26:29] *** Joins: DaRock (~quassel@replaced-ip )
369 [02:26:51] *** Quits: mrrobot__ (~mrrobot@replaced-ip ) (Ping timeout: 240 seconds)
370 [02:27:06] *** Quits: DaRock (~quassel@replaced-ip ) (Read error: Connection reset by peer)
371 [02:27:28] *** Joins: DaRock (~quassel@replaced-ip )
372 [02:27:59] *** Quits: brokencycle (~brokencyc@replaced-ip ) (Ping timeout: 272 seconds)
373 [02:28:27] *** Quits: obsed (~obesd@replaced-ip ) (Ping timeout: 240 seconds)
374 [02:28:34] *** Quits: DaRock (~quassel@replaced-ip ) (Read error: Connection reset by peer)
375 [02:29:01] *** debhelper sets mode: +l 1521
376 [02:29:01] *** Joins: DaRock (~quassel@replaced-ip )
377 [02:29:02] *** Joins: schizo (~schizo@replaced-ip )
378 [02:30:25] *** Joins: Gerowen (~Gerowen@replaced-ip )
379 [02:30:27] *** Quits: ob-sed___ (~obesd@replaced-ip ) (Ping timeout: 240 seconds)
380 [02:31:23] *** Quits: Alleria (~AllahuAkb@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
381 [02:31:33] *** Joins: button (~crayon@replaced-ip )
382 [02:32:18] *** Joins: slv (~slv@replaced-ip )
383 [02:32:58] *** Joins: shiv (~shiv@replaced-ip )
384 [02:33:06] *** Quits: TheCryptek (~TheCrypte@replaced-ip ) (Ping timeout: 240 seconds)
385 [02:33:41] *** Quits: shiv (~shiv@replaced-ip ) (Remote host closed the connection)
386 [02:34:02] *** Quits: crayon (~crayon@replaced-ip ) (Ping timeout: 252 seconds)
387 [02:34:21] *** Joins: honsa_ (~honsa@replaced-ip )
388 [02:35:05] *** Quits: DaRock (~quassel@replaced-ip ) (Read error: Connection reset by peer)
389 [02:35:19] *** Joins: DaRock (~quassel@replaced-ip )
390 [02:36:34] *** Joins: kdlrep2 (~kdlrep@replaced-ip )
391 [02:37:09] *** Joins: Adbray (~Adbray@replaced-ip )
392 [02:37:14] *** Quits: honsa__ (~honsa@replaced-ip ) (Ping timeout: 240 seconds)
393 [02:38:04] *** Quits: Gerowen (~Gerowen@replaced-ip ) (Read error: Connection reset by peer)
394 [02:38:10] *** Joins: TheCryptek (~TheCrypte@replaced-ip )
395 [02:38:35] *** Joins: Gerowen (~Gerowen@replaced-ip )
396 [02:38:35] *** Quits: DaRock (~quassel@replaced-ip ) (Read error: Connection reset by peer)
397 [02:38:53] *** Joins: DaRock (~quassel@replaced-ip )
398 [02:39:22] *** Joins: _jrjsmrtn (~jrjsmrtn@replaced-ip )
399 [02:40:40] *** Quits: Gerowen (~Gerowen@replaced-ip ) (Read error: Connection reset by peer)
400 [02:40:52] *** Joins: CaCO3 (~CaCO3@replaced-ip )
401 [02:40:54] *** Quits: __jrjsmrtn__ (~jrjsmrtn@replaced-ip ) (Ping timeout: 258 seconds)
402 [02:41:40] *** Quits: monstar_ (~monstar@replaced-ip ) (Ping timeout: 255 seconds)
403 [02:41:53] *** Joins: cryptic (~cryptic@replaced-ip )
404 [02:43:08] *** Joins: b (coffee@replaced-ip )
405 [02:43:46] *** Quits: CurryWurst (~CurryWurs@replaced-ip ) (Ping timeout: 240 seconds)
406 [02:44:49] *** Quits: c0ffee152 (coffee@replaced-ip ) (Ping timeout: 255 seconds)
407 [02:44:49] *** Quits: pugfantus (~pugfantus@replaced-ip ) (Ping timeout: 255 seconds)
408 [02:44:49] *** Quits: diniwed (~gavron@replaced-ip ) (Ping timeout: 255 seconds)
409 [02:45:33] *** Joins: CurryWurst (~CurryWurs@replaced-ip )
410 [02:45:35] *** Joins: diniwed (~gavron@replaced-ip )
411 [02:45:43] *** Quits: RedAres4 (redares4@replaced-ip ) (Ping timeout: 255 seconds)
412 [02:46:36] *** Joins: rea77 (~Thunderbi@replaced-ip )
413 [02:47:02] *** Joins: pugfantus (~pugfantus@replaced-ip )
414 [02:47:31] *** Joins: legendre (~androirc@replaced-ip )
415 [02:47:48] *** Quits: KillThemAll (~MonsterKi@replaced-ip ) (Ping timeout: 258 seconds)
416 [02:47:49] *** Quits: milkt (~debian@replaced-ip ) (Quit: leaving)
417 [02:47:58] *** Parts: legendre (~androirc@replaced-ip ) ("Quit")
418 [02:48:29] *** Quits: bhoman (~quassel@replaced-ip ) (Read error: Connection reset by peer)
419 [02:49:00] *** Joins: milkt (~debian@replaced-ip )
420 [02:49:09] *** Joins: bhoman (~quassel@replaced-ip )
421 [02:49:33] *** Quits: swickrotation (~swickrota@replaced-ip ) (Quit: Lost terminal)
422 [02:50:35] *** Joins: uNmowed (~Kaede@replaced-ip )
423 [02:51:31] *** Quits: DaRock (~quassel@replaced-ip ) (Ping timeout: 260 seconds)
424 [02:51:46] *** Quits: monkeystance (~monkeysta@replaced-ip ) (Read error: Connection reset by peer)
425 [02:52:59] *** Joins: dtux (~dmtucker@replaced-ip )
426 [02:54:47] *** Quits: plantroon (~plantroon@replaced-ip ) (Ping timeout: 260 seconds)
427 [02:56:22] *** Quits: CaCO3 (~CaCO3@replaced-ip ) (Quit: Leaving)
428 [02:57:10] <somiaj> tomreyn: the partition type is set by boot mode, uefi will always be GPT and legacy will always be MBR
429 [02:57:24] *** Joins: DaRock (~quassel@replaced-ip )
430 [02:57:53] <somiaj> oh it does let you choose type, hmm, either way, it defaults based off of boot mode
431 [02:59:09] <somiaj> and yea, I guess it doesn't want to give you the 'delete whole table' option, not sure why. Though the installer can't always meet every use case, you can always just load gdisk, cfdisk, from a .udeb and manually do it that way.
432 [02:59:43] *** Quits: dez (uid92154@replaced-ip ) (Quit: Connection closed for inactivity)
433 [03:01:46] *** Quits: czesmir (~stefan@replaced-ip ) (Quit: Lost terminal)
434 [03:03:55] *** Joins: Tom01_ (~tom@replaced-ip )
435 [03:05:09] *** Joins: casjay_ (~casjay@replaced-ip )
436 [03:05:49] *** Quits: DaRock (~quassel@replaced-ip ) (Read error: Connection reset by peer)
437 [03:07:10] *** Joins: daddikim (~daddikim@replaced-ip )
438 [03:07:40] *** Quits: tyranny12 (~blarg@replaced-ip ) (Read error: Connection reset by peer)
439 [03:07:48] *** Quits: Tom01 (~tom@replaced-ip ) (Ping timeout: 268 seconds)
440 [03:08:31] *** Quits: casjay (~casjay@replaced-ip ) (Ping timeout: 272 seconds)
441 [03:08:51] *** Joins: tyranny12 (~blarg@replaced-ip )
442 [03:08:51] *** Quits: tyranny12 (~blarg@replaced-ip ) (Changing host)
443 [03:08:51] *** Joins: tyranny12 (~blarg@replaced-ip )
444 [03:11:27] *** Quits: daddikim (~daddikim@replaced-ip ) (Client Quit)
445 [03:11:40] *** Quits: [dd] (~dd]@replaced-ip ) (Quit: Leaving)
446 [03:11:45] *** Joins: daddikim (~daddikim@replaced-ip )
447 [03:14:42] *** Quits: lanyue_ (~lanyue@replaced-ip ) (Remote host closed the connection)
448 [03:14:49] *** Joins: lanyue_ (~lanyue@replaced-ip )
449 [03:14:50] *** Quits: kdlrep2 (~kdlrep@replaced-ip ) (Quit: This computer has gone to sleep)
450 [03:16:31] *** Joins: mekeor (~mekeor@replaced-ip )
451 [03:17:27] *** Joins: GNU-FSF-Soldier (~GNU-FSF-F@replaced-ip )
452 [03:18:13] *** Quits: GNU-FSF-Soldier (~GNU-FSF-F@replaced-ip ) (Remote host closed the connection)
453 [03:18:36] *** Joins: GNU-FSF-Soldier (~GNU-FSF-F@replaced-ip )
454 [03:20:22] *** Quits: FSF-GNU-Fan (~GNU-FSF-F@replaced-ip ) (Ping timeout: 255 seconds)
455 [03:22:38] *** Quits: danwellby (~danwellby@replaced-ip ) (Ping timeout: 256 seconds)
456 [03:23:24] *** Quits: daddikim (~daddikim@replaced-ip ) (Quit: daddikim)
457 [03:24:26] *** Joins: daddikim (~daddikim@replaced-ip )
458 [03:24:48] *** Joins: fmaurer (~quassel@replaced-ip )
459 [03:28:53] *** Quits: fmaurer_ (~quassel@replaced-ip ) (Ping timeout: 265 seconds)
460 [03:29:14] *** Quits: lainon (~lainon@replaced-ip ) (Quit: Leaving)
461 [03:29:25] *** Quits: rea77 (~Thunderbi@replaced-ip ) (Ping timeout: 272 seconds)
462 [03:30:01] *** Joins: liepro (~liepro@replaced-ip )
463 [03:31:47] *** Quits: saundkim (~saundkim@replaced-ip ) (Quit: saundkim)
464 [03:32:25] *** Joins: danwellby (~danwellby@replaced-ip )
465 [03:33:25] *** Quits: kriger (~norge@replaced-ip ) (Ping timeout: 255 seconds)
466 [03:34:08] <fuxxy> using kerberos authenticated by Active Directory domain controller. Does root need any sort of special kerberos consideration or account?
467 [03:35:43] *** Quits: nksegos (~Thunderbi@replaced-ip ) (Ping timeout: 258 seconds)
468 [03:36:02] *** Quits: J_C (~jc@replaced-ip ) (Quit: The bouncer lost its bungee)
469 [03:36:09] *** Joins: J_C (~jc@replaced-ip )
470 [03:39:01] *** debhelper sets mode: +l 1515
471 [03:39:14] <sponix2ipfw> somiaj: are you sure about the gpt vs mbr?
472 [03:40:15] <sponix2ipfw> somiaj: I was legacy booting but had all gpt partion tables at one point
473 [03:40:40] *** Joins: rwcom6 (~rwcom@replaced-ip )
474 [03:41:43] <tor1panhuxyz> if you already have a valid table, installer won't change it i think.
475 [03:42:16] *** Joins: jpe (~jp@replaced-ip )
476 [03:42:25] *** Quits: rwcom (~rwcom@replaced-ip ) (Ping timeout: 265 seconds)
477 [03:42:31] *** CrystalMath is now known as CrystalCat
478 [03:42:32] *** rwcom6 is now known as rwcom
479 [03:42:40] *** Joins: mikkel (~mike@replaced-ip )
480 [03:42:41] *** Joins: xingjiapeng (~xingjiape@replaced-ip )
481 [03:44:06] *** Joins: OS-7786 (~OS-7786@replaced-ip )
482 [03:44:20] *** Parts: OS-7786 (~OS-7786@replaced-ip ) ()
483 [03:45:14] *** Quits: jpe_ (~jp@replaced-ip ) (Ping timeout: 240 seconds)
484 [03:45:18] *** Joins: dez (uid92154@replaced-ip )
485 [03:45:22] *** Joins: Gt15 (bb24400b@replaced-ip )
486 [03:45:52] <Gt15> any chance librecmc <- hurd
487 [03:45:55] <Gt15> ?
488 [03:46:41] *** Joins: sidmo_ (~ident@replaced-ip )
489 [03:46:49] *** Joins: DaRock (~quassel@replaced-ip )
490 [03:47:08] <Gt15> before libreboot steammachines
491 [03:47:12] <Gt15> ihihih
492 [03:47:19] <Gt15> ???
493 [03:48:03] *** Quits: sidmo (~ident@replaced-ip ) (Ping timeout: 240 seconds)
494 [03:48:28] *** Quits: bhoman (~quassel@replaced-ip ) (Read error: Connection reset by peer)
495 [03:49:09] *** Joins: bhoman (~quassel@replaced-ip )
496 [03:50:29] <somiaj> sponix2ipfw: this is only when the installer creates partitions, (though maybe it changed with buster, I don't always keep up)
497 [03:50:45] <somiaj> I mean creates partition tables, if you ahve a partitiontable already, it uses that
498 [03:51:51] *** Joins: pirla (~acer@replaced-ip )
499 [03:52:22] <pirla> Hello everyone. I ust installed Debian Buster x86 on an old machine, but I have ome issues
500 [03:52:55] <pirla> In eg, adduser username sudo returns "not found adduser", same for shutdown and reboot
501 [03:53:28] <pirla> * command not found
502 [03:54:01] *** Quits: dashs (~dave@replaced-ip ) (Quit: Leaving)
503 [03:54:06] *** Quits: enyc (~enyc@replaced-ip ) (Ping timeout: 240 seconds)
504 [03:54:07] *** Quits: klokken (~klokken@replaced-ip ) (Ping timeout: 240 seconds)
505 [03:54:44] <dvs> !buster su
506 [03:54:44] <dpkg> In buster, su no longer overrides PATH by default, requiring that you use "su -" or "su -l" for login shells (which is not really a new thing at all...). To approximate the previous behaviour, put "ALWAYS_SET_PATH yes" in /etc/login.defs. See replaced-url
507 [03:55:30] *** Joins: romzan (~romzan@replaced-ip )
508 [03:55:47] <romzan> exit
509 [03:55:49] *** Quits: romzan (~romzan@replaced-ip ) (Client Quit)
510 [03:56:01] *** Joins: klokken (~klokken@replaced-ip )
511 [03:56:05] *** Joins: martigan (~martigan@replaced-ip )
512 [03:56:47] *** Joins: Err0r403 (~Err0r403@replaced-ip )
513 [03:57:08] <pirla> brb
514 [03:57:13] *** Quits: pirla (~acer@replaced-ip ) (Quit: Leaving)
515 [03:58:46] *** Quits: SoulsForBelial (~SoulsForB@replaced-ip ) (Ping timeout: 240 seconds)
516 [03:59:49] *** Quits: snowboardre (~modster@replaced-ip ) (Ping timeout: 272 seconds)
517 [04:00:48] *** Quits: tinfoil-hat (~chrissly@replaced-ip ) (Remote host closed the connection)
518 [04:02:38] *** Joins: pirla (~acer@replaced-ip )
519 [04:02:52] *** Joins: tinfoil-hat (~chrissly@replaced-ip )
520 [04:02:53] <pirla> Here I am. Thank, it works now
521 [04:03:07] <pirla> Now, I have issues with BlueTooth
522 [04:03:23] <pirla> The BlueMan applet doesn't even start
523 [04:03:31] <pirla> Note I'm using XFCE
524 [04:03:57] *** Joins: SoulsForBelial (~SoulsForB@replaced-ip )
525 [04:04:36] *** Joins: kriger (~norge@replaced-ip )
526 [04:04:36] *** Quits: kriger (~norge@replaced-ip ) (Changing host)
527 [04:04:36] *** Joins: kriger (~norge@replaced-ip )
528 [04:04:52] <pirla> It tells no bletooth devices are found
529 [04:05:08] *** Quits: Aavar (~aavar@replaced-ip ) (Ping timeout: 265 seconds)
530 [04:05:30] *** Joins: Aavar (~aavar@replaced-ip )
531 [04:05:59] *** Joins: enyc (~enyc@replaced-ip )
532 [04:06:28] <pirla> Excuse me for the lack of information, I have an Italian locale and I have to translate messages on the fly
533 [04:07:21] *** Joins: FSF-GNU-Fan (~GNU-FSF-F@replaced-ip )
534 [04:07:33] *** Quits: dArK_IcE (~lawl@replaced-ip ) ()
535 [04:07:43] *** Quits: rabbitear_g (~rabbitear@replaced-ip ) (Ping timeout: 240 seconds)
536 [04:08:12] *** Quits: FSF-GNU-Fan (~GNU-FSF-F@replaced-ip ) (Remote host closed the connection)
537 [04:08:36] *** Joins: FSF-GNU-Fan (~GNU-FSF-F@replaced-ip )
538 [04:09:01] *** debhelper sets mode: +l 1521
539 [04:09:23] <joepublic> do you have a compatible bluetooth adapter, or one that requires nonfree firmware.
540 [04:10:13] *** Quits: jpe (~jp@replaced-ip ) (Ping timeout: 258 seconds)
541 [04:10:13] *** Quits: GNU-FSF-Soldier (~GNU-FSF-F@replaced-ip ) (Ping timeout: 258 seconds)
542 [04:10:17] *** Joins: rabbitear_g (~rabbitear@replaced-ip )
543 [04:10:48] <pirla> don't know
544 [04:10:56] <pirla> Give me a moment
545 [04:12:09] <pirla> lspci don't give any valuable info
546 [04:12:19] <pirla> what could I use?
547 [04:12:29] *** Joins: Kysh (~foxy@replaced-ip )
548 [04:12:33] <Kysh> Grawr.
549 [04:13:11] *** Quits: martigan (~martigan@replaced-ip ) (Ping timeout: 260 seconds)
550 [04:13:15] <dvs> Roar!
551 [04:14:14] *** Joins: jerry21 (~jerry@replaced-ip )
552 [04:14:21] <joepublic> is it a pci bluetooth, or usb?
553 [04:14:22] *** Parts: jerry21 (~jerry@replaced-ip ) ()
554 [04:14:32] *** Quits: Kruppt (~Kruppt@replaced-ip ) (Quit: Leaving)
555 [04:14:37] <pirla> I guess is a PCI, unsure btw
556 [04:15:03] *** Quits: thiras (~thiras@replaced-ip ) (Ping timeout: 260 seconds)
557 [04:15:11] *** Joins: Gerowen (~Gerowen@replaced-ip )
558 [04:15:49] *** Joins: lanyue__ (~lanyue@replaced-ip )
559 [04:16:00] *** Joins: jerry (~jerry@replaced-ip )
560 [04:18:47] *** Quits: lanyue_ (~lanyue@replaced-ip ) (Ping timeout: 260 seconds)
561 [04:19:07] *** Joins: GNU-FSF-Soldier (~GNU-FSF-F@replaced-ip )
562 [04:21:17] <pirla> How can I tell if is it a USB?
563 [04:21:48] <pirla> Btw, my computer is a Acer Aspire 3102 WLMi
564 [04:22:06] *** Quits: robobox2 (~robobox2@replaced-ip ) (Quit: Leaving)
565 [04:22:06] *** Quits: FSF-GNU-Fan (~GNU-FSF-F@replaced-ip ) (Ping timeout: 258 seconds)
566 [04:24:46] *** Joins: romzan (~romzan@replaced-ip )
567 [04:25:11] <pirla> replaced-url
568 [04:25:20] *** Quits: krishna (~krishna@replaced-ip ) (Read error: Connection reset by peer)
569 [04:25:22] * Kysh stretches her wings, then furls them with a snap, settling to her haunches and grinning a toothy grin.
570 [04:26:04] <tor1panhuxyz> let me try this for ya
571 [04:26:09] <tor1panhuxyz> !bluetooth
572 [04:26:09] <dpkg> Bluetooth is a wireless communications protocol (replaced-url
573 [04:26:14] <pirla> Well, it's a BroadCom (according to the Acer specs page)
574 [04:26:19] *** Joins: pie3 (~pieee@replaced-ip )
575 [04:27:36] <pirla> Package bluez-utils has no installation candidate
576 [04:27:43] *** Quits: romzan (~romzan@replaced-ip ) (Client Quit)
577 [04:28:04] <pirla> idd --search: not found
578 [04:28:12] <pirla> *hidd
579 [04:29:08] *** Quits: dtux (~dmtucker@replaced-ip ) (Remote host closed the connection)
580 [04:29:50] *** Joins: citypw (~citypw@replaced-ip )
581 [04:30:13] <tor1panhuxyz> replaced-url
582 [04:30:51] *** Joins: Gerowin (~Gerowen@replaced-ip )
583 [04:31:52] *** Joins: cupcake90 (~cupcake90@replaced-ip )
584 [04:32:08] *** Quits: Gerowin (~Gerowen@replaced-ip ) (Read error: Connection reset by peer)
585 [04:32:10] *** Quits: Gerowen (~Gerowen@replaced-ip ) (Read error: Connection reset by peer)
586 [04:32:47] <pirla> Thanks a lot of lots!!!
587 [04:33:10] <pirla> Now works, I just have to see how can I start daemon at boot
588 [04:33:40] *** Joins: Gerowen (~Gerowen@replaced-ip )
589 [04:34:36] <pirla> I mean automatically. Unfortunately, the page you linked doesn't explain this
590 [04:34:52] <pirla> And I'm not really an administrator
591 [04:35:20] *** Joins: Guest45807 (~tls@replaced-ip )
592 [04:35:33] *** Quits: Halian (~halian@replaced-ip ) (Quit: HABEEB IT!)
593 [04:36:01] *** Guest45807 is now known as argus
594 [04:36:12] *** Joins: Halian (~halian@replaced-ip )
595 [04:36:34] *** Quits: Brainium (~brainium@replaced-ip ) (Quit: Konversation terminated!)
596 [04:36:48] <pirla> !service
597 [04:36:48] <dpkg> To view and alter system services, use one or more of <rcconf>, <sysv-rc-conf>, <update-rc.d>; or use ls, ln and mv in /etc/rc?.d/ . The /etc/services file provides a port numbers list, which is updated from replaced-url
598 [04:37:25] <pirla> !service bluetooth
599 [04:37:27] *** Quits: mikkel (~mike@replaced-ip ) (Ping timeout: 260 seconds)
600 [04:37:47] <tor1panhuxyz> You can use /msg dpkg XXX
601 [04:38:14] <pirla> no luck
602 [04:38:58] *** Quits: dionysus69 (~Thunderbi@replaced-ip ) (Ping timeout: 265 seconds)
603 [04:38:58] *** Quits: argusbr (~tls@replaced-ip ) (Ping timeout: 265 seconds)
604 [04:39:07] *** Joins: romzan (~romzan@replaced-ip )
605 [04:39:09] <pirla> Please, can anyone tell me how to automatically start bluetoth service? The command is: service bluetooth start
606 [04:41:42] *** Joins: lainon (~lainon@replaced-ip )
607 [04:41:42] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Read error: Connection reset by peer)
608 [04:42:23] *** Joins: TheFuzzball (~TheFuzzba@replaced-ip )
609 [04:42:23] *** Joins: Gerowin (~Gerowen@replaced-ip )
610 [04:42:31] *** Quits: JPT (~jpt@replaced-ip ) (Remote host closed the connection)
611 [04:43:50] <pirla> Anyone?
612 [04:45:15] *** Quits: Gerowen (~Gerowen@replaced-ip ) (Ping timeout: 265 seconds)
613 [04:45:17] *** Joins: Cabanoss- (~Cabanossi@replaced-ip )
614 [04:45:40] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 252 seconds)
615 [04:45:40] *** Cabanoss- is now known as Cabanossi
616 [04:47:15] *** Quits: TheFuzzball (~TheFuzzba@replaced-ip ) (Ping timeout: 260 seconds)
617 [04:47:21] <tor1panhuxyz> systemctl enable bluetooth
618 [04:47:28] *** Quits: xcm (~xcm@replaced-ip ) (Killed (hitchcock.freenode.net (Nickname regained by services)))
619 [04:47:52] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
620 [04:48:08] *** Joins: xcm (~xcm@replaced-ip )
621 [04:48:26] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Read error: Connection reset by peer)
622 [04:48:30] *** Quits: bhoman (~quassel@replaced-ip ) (Read error: Connection reset by peer)
623 [04:48:49] <pirla> brb, testing
624 [04:48:56] *** Quits: pirla (~acer@replaced-ip ) (Quit: Leaving)
625 [04:49:02] *** debhelper sets mode: +l 1515
626 [04:49:06] *** Joins: bhoman (~quassel@replaced-ip )
627 [04:50:17] *** Quits: Tom01_ (~tom@replaced-ip ) (Remote host closed the connection)
628 [04:51:23] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
629 [04:52:23] *** Joins: JPT (~jpt@replaced-ip )
630 [04:53:03] *** Joins: pirla (~acer@replaced-ip )
631 [04:53:14] <pirla> No luck
632 [04:58:23] *** Quits: Gerowin (~Gerowen@replaced-ip ) (Remote host closed the connection)
633 [04:58:39] <pirla> I need to launch bluetoothd at boot. How?
634 [05:01:02] <tomg_> it's in package bluetooth for me on stretch-based LMDE 3
635 [05:01:11] <tomg_> tomg@requiem /etc/init.d $ grep bluetoothd * bluetooth:DAEMON=/usr/sbin/bluetoothd
636 [05:01:58] <pirla> Do I have to type all in one line?
637 [05:01:59] <tomg_> i guess if systemctl doesn't do it i don't know what will
638 [05:02:04] <tomg_> no, don't type that at all
639 [05:02:20] <tomg_> i don't know why your bluetoothd isn't starting
640 [05:02:30] <pirla> I didn't try systemctl or anything similar yet
641 [05:02:45] <pirla> Just started the daemon (manually)
642 [05:02:56] <pirla> and the service runs on its own
643 [05:03:35] *** Quits: rare_energy (~quassel@replaced-ip ) (Ping timeout: 260 seconds)
644 [05:04:07] *** Joins: PaddyF (~irssi@replaced-ip )
645 [05:04:33] *** Quits: Halian (~halian@replaced-ip ) (Quit: HABEEB IT!)
646 [05:04:45] *** Joins: rare_energy (~quassel@replaced-ip )
647 [05:06:51] *** Quits: xingjiapeng (~xingjiape@replaced-ip ) (Ping timeout: 260 seconds)
648 [05:07:40] *** Quits: Ekchuan (~RandyMars@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
649 [05:07:47] <tor1panhuxyz> what's the output of "systemctl status bluetooth"?
650 [05:08:22] *** Quits: lainon (~lainon@replaced-ip ) (Ping timeout: 255 seconds)
651 [05:08:39] *** Quits: m1dnight_ (~m1dnight@replaced-ip ) (Read error: Connection reset by peer)
652 [05:09:04] <pirla> Unit bletooth.service could not be found.
653 [05:10:52] *** Quits: dimir (~dimir@replaced-ip ) (Ping timeout: 265 seconds)
654 [05:10:54] *** Joins: m1dnight_ (~m1dnight@replaced-ip )
655 [05:11:35] <aaro> "bletooth"? watchout for typos there
656 [05:11:45] <pirla> oh, sorry lol
657 [05:12:43] <pirla> replaced-url
658 [05:13:08] *** Joins: lszyba1 (~lszybalsk@replaced-ip )
659 [05:13:17] <terr_> tor1panhuxyz, I am not familiar with systemctl... can you brief me - meanwhile I'll see if its installed
660 [05:14:23] *** Joins: Ekchuan (~RandyMars@replaced-ip )
661 [05:15:28] <lszyba1> Hello,Sorry for asking on this channel, but would you know which software allows me to clean the voice output via a command line ..realtime would be best...
662 [05:15:28] <lszyba1> I have a recording but its sounds robotic, I need to adjust it somehow to make it look cleaner...
663 [05:15:28] <lszyba1> initally i was looking at female to male or male to female kind of software, but not sure exactly what I'm looking for..
664 [05:15:28] <lszyba1> (clean the voice)
665 [05:15:28] <terr_> Oh! I have used init. It looks like systemd and init might sleep in the same bed
666 [05:15:50] <aaro> pirla: systemctl start bluetooth
667 [05:16:31] <pirla> lszybal, try SoX (SOund eXchange)
668 [05:17:10] <pirla> You need to alter the pitch of your recording
669 [05:18:08] <terr_> Offtopic. If anyone is interested I am setting up RMA's for IBM Model M keyboards. I have 4 here in Calgary. What I can do is provide a summery of how to do this as inexpensivily as reasonable and how I make out.
670 [05:18:17] *** Joins: lainon (~lainon@replaced-ip )
671 [05:18:50] <pirla> tor1panhuxyz, now?
672 [05:21:10] <tor1panhuxyz> You ran "systemctl enable bluetooth" and restarted your system?
673 [05:21:14] <pirla> yep
674 [05:21:32] <lszyba1> pirla: thank you. Let me look for a command..
675 [05:21:32] <lszyba1> Do you know if there is one that optmizes for best audio? or pitch?
676 [05:21:57] <pirla> no, sorry, I used "service bluetooth start"
677 [05:22:31] <tor1panhuxyz> Do it then and try
678 [05:22:35] <pirla> did right now, should I reboot?
679 [05:23:05] <tor1panhuxyz> if you'd like to see if it works, reboot, yes
680 [05:23:11] <pirla> brb
681 [05:23:18] *** Quits: pirla (~acer@replaced-ip ) (Quit: Leaving)
682 [05:23:19] <somiaj> service will just pass things to systemctl anyways, and start is no thte same as enable
683 [05:23:47] *** Joins: asterismo_m (~Santiago@replaced-ip )
684 [05:23:47] *** Joins: akko (~gentoo@replaced-ip )
685 [05:23:59] *** Quits: Ekchuan (~RandyMars@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
686 [05:24:20] <aaro> i bet he's just making another typo somewhere
687 [05:24:26] <terr_> tor1panhuxyz, clarification please. say I use systemd.mount - how is this different than mount?
688 [05:27:00] *** Joins: mikkel (~mike@replaced-ip )
689 [05:27:01] *** Joins: pirla (~acer@replaced-ip )
690 [05:27:16] *** Quits: santiago__ (~Santiago@replaced-ip ) (Ping timeout: 255 seconds)
691 [05:27:22] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
692 [05:27:24] <tor1panhuxyz> not an expert and I do not like systemd. so read wiki maybe.
693 [05:27:24] <pirla> no luck
694 [05:27:28] <tor1panhuxyz> !systemd
695 [05:27:28] <dpkg> systemd is a system and service manager for Linux, compatible with SysV and LSB init scripts. It is a replacement for <sysvinit>. systemd shipped as a technology preview in Debian 7 "Wheezy" and is the default init system in Debian 8 "Jessie". replaced-url
696 [05:28:45] <tor1panhuxyz> pirla: did you make another typo? paste output of "systemctl status bluetooth"?
697 [05:29:32] <pirla> I see I have to manually start bluetoothd, then the BlueTooth Manager
698 [05:31:03] *** Quits: ChmEarl (~chmearl@replaced-ip ) (Quit: Leaving)
699 [05:32:51] *** Quits: itamarst (uid165457@replaced-ip ) (Quit: Connection closed for inactivity)
700 [05:34:10] <pirla> Any way to automatically start bluetoothd at boot?
701 [05:34:23] <pirla> And BlueTooth Manager too
702 [05:35:56] <terr_> tor1panhuxyz, systemd and systemctl look interesting and I may want to use them. But so far I don't know why I would want to control bluetooth via systemctl and what of USB because I may be wanting to work directly with USB - but its down the track. Right now I would like ot know how for instance a DP monitor or HDMI or SVGA monitor is implemented and ditto with RS232 because I know I need it to drive Arduinos
703 [05:36:31] *** Joins: dtux (~dmtucker@replaced-ip )
704 [05:37:22] <terr_> oh.. monitors (DP, HDMI, SVGA) and RS232 over USB
705 [05:37:37] *** Quits: In33dt0Kn0w (9f0067f2@replaced-ip ) (Ping timeout: 255 seconds)
706 [05:39:42] <somiaj> pirla: you were told you can enable the service with systemctl, if it isn't starting at boot, check systemctl status bluetooth to see if youc an figure out why
707 [05:40:12] <pirla> I can't figure out, otherwise I wouldn't have asked
708 [05:40:12] <somiaj> terr_: it is more you are proabably already using systemd (default in debian) and systemctl is just a command line to control services.
709 [05:40:19] <pirla> I'm not really a system admin
710 [05:40:39] <pirla> someone tagged me "frankendebian"
711 [05:40:39] *** Quits: n_1-c_k (~n_1-c_k@replaced-ip ) (Read error: Connection reset by peer)
712 [05:41:18] *** Joins: n_1-c_k (~n_1-c_k@replaced-ip )
713 [05:41:45] <tor1panhuxyz> systemd basically manages everything?
714 [05:42:04] *** Joins: nolan__ (~nolan_@replaced-ip )
715 [05:42:44] *** Joins: rwcom3 (~rwcom@replaced-ip )
716 [05:42:46] *** Quits: monkey-b (~monkey-b@replaced-ip ) (Ping timeout: 265 seconds)
717 [05:42:53] <terr_> somiaj, I sort of gathered this. Its why I asked what the difference (if any) between systemd.mount and mount
718 [05:43:02] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Read error: Connection reset by peer)
719 [05:43:49] *** Quits: pirla (~acer@replaced-ip ) (Remote host closed the connection)
720 [05:43:56] <tor1panhuxyz> terr_: Is it thunderbolt? Intel release technical details last year
721 [05:44:08] *** Quits: nolan_ (~nolan_@replaced-ip ) (Ping timeout: 258 seconds)
722 [05:44:18] *** nolan__ is now known as nolan_
723 [05:44:22] *** Quits: rwcom (~rwcom@replaced-ip ) (Ping timeout: 255 seconds)
724 [05:44:22] *** rwcom3 is now known as rwcom
725 [05:44:28] <tor1panhuxyz> Very few AMD boards support Type-C with thunderbolt now
726 [05:44:58] *** Quits: DaRock (~quassel@replaced-ip ) (Read error: Connection reset by peer)
727 [05:45:51] *** Joins: DaRock (~quassel@replaced-ip )
728 [05:45:53] *** Joins: monkey-b (~monkey-b@replaced-ip )
729 [05:46:21] *** Joins: pirla (~acer@replaced-ip )
730 [05:46:38] <pirla> BlueTooth service is run at boot, but not bluetoothd
731 [05:46:42] <tor1panhuxyz> pirla: Did you do a "systemctl status bluetooth" for debugging?
732 [05:47:06] <pirla> Yes, I rebooted and ran that rigt now
733 [05:47:20] <pirla> The service is run but not the daemon
734 [05:48:05] <terr_> tor1panhuxyz, no - ancient stuff. I am just wondering how it works because I will be firing up a Raspberry Pi soona nd using it to talk to Arduinos and they talk RS232 over USB. I _also_ need to read sensors in real time. Its all in the near future and I have not worked in Linux at this level before
735 [05:48:30] *** Quits: bhoman (~quassel@replaced-ip ) (Read error: Connection reset by peer)
736 [05:49:07] *** Joins: bhoman (~quassel@replaced-ip )
737 [05:50:06] <pirla> And neither the BlueTooth Manager (I have to start it manually, too)
738 [05:51:11] <terr_> pirla, to test that bluetooth interface (and I don't know this stufff - I am guessing) I woujld _think_ you should not need to reboot. You should be able to down it and up it.
739 [05:51:35] *** Quits: romzan (~romzan@replaced-ip ) (Quit: leaving)
740 [05:51:41] <pirla> I'm not sure, how could I tell it worked?
741 [05:51:41] <terr_> pirla, I know I can down an ethernet interface and bring it back up.
742 [05:51:53] *** Joins: diogenes_ (~diogenes_@replaced-ip )
743 [05:52:41] <terr_> pirla, from what you wrote... I surmise you have several seconds of sound. right? how many?
744 [05:53:12] <terr_> I also mount and unmount partitions - both sda and via USB
745 [05:53:17] <tor1panhuxyz> We need to know what you did and the logs, to debug for you, remotely
746 [05:53:23] <terr_> I mean SATA and USB
747 [05:53:43] <terr_> tor1panhuxyz, is he watching the logs?
748 [05:54:12] *** Joins: johnm (~johnm@replaced-ip )
749 [05:55:14] *** Joins: c0ffee152 (coffee@replaced-ip )
750 [05:55:30] <pirla> One thing is being able to do something along the way, another is to have it working at boot. I can use BlueTooth, but I have to manually start "bluetoothd" and "bluetooth manager" from the System Menu.
751 [05:55:41] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
752 [05:56:01] *** Quits: b (coffee@replaced-ip ) (Ping timeout: 258 seconds)
753 [05:56:30] <terr_> pirla, first you need to get it working. Then get it working nice
754 [05:56:45] <pirla> I already have it working
755 [05:56:54] <terr_> if its not working thgen it doesn't really matter if its nicely not working
756 [05:57:02] <pirla> read
757 [05:57:20] <terr_> ah so now you are just looking to have it come up automatically at boot.
758 [05:57:25] *** Quits: lainon (~lainon@replaced-ip ) (Ping timeout: 255 seconds)
759 [05:57:26] <pirla> yep
760 [05:58:10] <terr_> okay - well I'm walking in your footsteps... how often do you do this sort of thing?
761 [05:58:27] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Read error: Connection reset by peer)
762 [05:58:30] <pirla> what sort of thing?
763 [05:58:52] <tor1panhuxyz> why not paste the output of "systemcl status bluetooth" like you did before?
764 [05:58:55] <terr_> setting up a sybsytem to laod at boot time... not manually
765 [05:59:04] <pirla> output is still the same
766 [05:59:06] <tor1panhuxyz> right after reboot, without running anything else
767 [05:59:36] <pirla> same, tried earlier
768 [05:59:39] <terr_> tor1panhuxyz, if he is like me - I would not know how... yet... but we learn
769 [06:00:05] <terr_> pirla, tor1panhuxyz whats to actually look at the logs
770 [06:02:22] <pirla> Let's clarify this: The BlueTooth Service starts on boot, but before I can use the BlueTooth, I have to type "sudo bluetoothd" from the terminal and run "BlueTooth Manager" from the System Menu
771 [06:02:59] <pirla> So I need bluetoothd and manager to start on boot/login
772 [06:03:43] <terr_> pirla, we don't yet know why
773 [06:03:56] <pirla> why what?
774 [06:04:02] <terr_> it might be starting - and quitting
775 [06:04:35] <pirla> Don't know, but when I type in the terminal the daemon keeps "up"
776 [06:04:39] <terr_> does dmesg show you anythtng?
777 [06:04:55] <terr_> typos - I was fixin them and pressed enter
778 [06:05:06] *** Quits: dtux (~dmtucker@replaced-ip ) (Remote host closed the connection)
779 [06:05:26] <terr_> try dmesg | less (I think that is correct)
780 [06:05:37] *** Quits: cliluw (~cliluw@replaced-ip ) (Read error: Connection reset by peer)
781 [06:05:49] <pirla> replaced-url
782 [06:05:54] *** Joins: cliluw (~cliluw@replaced-ip )
783 [06:06:31] *** Quits: c0ffee152 (coffee@replaced-ip ) (Quit: Lost terminal)
784 [06:06:52] <terr_> pirla - dmesg shows a lot more than that
785 [06:07:08] <pirla> yes, I grep-ed luet
786 [06:07:42] <terr_> pirla paste all of it.
787 [06:08:04] *** rjsalts_ is now known as rjsalts
788 [06:08:19] <terr_> pirla and I am pretty newbie with this stuff
789 [06:08:40] <pirla> replaced-url
790 [06:11:56] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
791 [06:12:08] *** Joins: Jade_NL (~JadeNL@replaced-ip )
792 [06:12:22] <pirla> terr_, now what?
793 [06:12:35] <terr_> I am looking through it
794 [06:12:47] *** Joins: xcm (~xcm@replaced-ip )
795 [06:14:05] *** Quits: debsan (~debsan@replaced-ip ) (Ping timeout: 272 seconds)
796 [06:15:41] *** Quits: torbo (~user@replaced-ip ) (Remote host closed the connection)
797 [06:16:46] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
798 [06:16:51] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 260 seconds)
799 [06:17:12] *** Joins: Acid`Slayer (~whatisaus@replaced-ip )
800 [06:18:20] *** Quits: donofrio (~donofrio@replaced-ip ) (Remote host closed the connection)
801 [06:18:20] <terr_> line 805: [ 208.973799] Bluetooth: Core ver 2.22 >--- is this the first reference to bluetooth
802 [06:18:38] *** Quits: Tronzilla (~whatisaus@replaced-ip ) (Ping timeout: 258 seconds)
803 [06:18:46] <tor1panhuxyz> Since there's not enough info given, you can learn how to write and add a systemd unit to your system
804 [06:19:01] *** debhelper sets mode: +l 1509
805 [06:19:08] <tor1panhuxyz> so you can auto run anything when booting
806 [06:19:48] <terr_> tor1panhuxyz, yes I did read this - but not how to do it.
807 [06:20:10] <tor1panhuxyz> you should find out if bluetoothd is running after rebooting, like htop or "ps aux | grep bluetoothd"
808 [06:20:37] <terr_> tor1panhuxyz, I didn't see any reference to bluetoothd
809 [06:20:42] <tor1panhuxyz> and figure out if you need to run both bluetoothd and click that manager to use bt
810 [06:21:02] *** Joins: han-solo (~han-solo@replaced-ip )
811 [06:21:27] *** Joins: jasperarcola (~JasperArc@replaced-ip )
812 [06:21:31] <pirla> tring to reboot, brb
813 [06:21:39] *** Quits: pirla (~acer@replaced-ip ) (Read error: Connection reset by peer)
814 [06:21:40] <terr_> no worries
815 [06:22:25] *** Quits: slv (~slv@replaced-ip ) (Quit: Leaving)
816 [06:23:56] *** Quits: BrianG61UK (~BrianG61U@replaced-ip ) (Ping timeout: 252 seconds)
817 [06:23:57] <terr_> tor1panhuxyz, while he is rebooting - what I am doing is a manual install of Buster - from a Stretch system and I do not want to use the install image because its a rescue disk I'm setting up. Not just install - I am thinking - I'll set up a VM and test in there. but eventually I just wnat to reboot into Grub living on an external disk - and now the one originally booted from - can this be done?
818 [06:24:28] <terr_> init 0 as I recall just reboots the default system - not a new system
819 [06:24:38] *** Joins: pirla (~acer@replaced-ip )
820 [06:24:42] *** Joins: jm_ (flier@replaced-ip )
821 [06:24:46] <pirla> here I am
822 [06:24:51] <pirla> ● bluetooth.service - Bluetooth service
823 [06:24:52] <pirla> Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset
824 [06:24:52] <pirla> Active: inactive (dead)
825 [06:24:52] <pirla> Docs: man:bluetoothd(8)
826 [06:24:52] *** pirla was kicked by debhelper (flood)
827 [06:25:09] *** Joins: pirla (~acer@replaced-ip )
828 [06:25:24] <pirla> excuse me, my mistake
829 [06:25:34] *** Joins: llucenic (~Thunderbi@replaced-ip )
830 [06:27:25] <pirla> replaced-url
831 [06:27:26] <terr_> pirla paste it.
832 [06:27:56] <pirla> did it
833 [06:27:59] <pirla> sorry again
834 [06:28:20] *** Quits: soul-d (~name@replaced-ip ) (Remote host closed the connection)
835 [06:28:31] *** Joins: ARKANOID (~DINOWILLI@replaced-ip )
836 [06:28:42] <terr_> no worries.
837 [06:28:44] *** Joins: towo^work (~towo@replaced-ip )
838 [06:28:50] *** Quits: votesmith (~votesmith@replaced-ip ) (Ping timeout: 268 seconds)
839 [06:29:18] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Read error: Connection reset by peer)
840 [06:29:29] <terr_> It looks to me (and I'm green) that the deamon is stopping. There should be a log - I am not sure my sytem even supports bluetooth - likely not
841 [06:30:21] *** Joins: slv (~slv@replaced-ip )
842 [06:30:25] <pirla> What does "I'm green" mean?
843 [06:30:50] *** Quits: pie3 (~pieee@replaced-ip ) (Read error: Connection reset by peer)
844 [06:33:17] *** Quits: ARKANOID (~DINOWILLI@replaced-ip ) (Client Quit)
845 [06:33:44] *** Joins: ARKANOID (~DINOWILLI@replaced-ip )
846 [06:34:03] *** Joins: acidtripper (~acidtripp@replaced-ip )
847 [06:34:05] <terr_> 1) I have lottsa money 2) envy 3) newboot and likely don't (yet) know
848 [06:34:36] <tor1panhuxyz> could be service tried to run before loading bt kernel module
849 [06:34:54] <tor1panhuxyz> your wifi and bt is on the same card?
850 [06:35:32] *** Joins: votesmith (~votesmith@replaced-ip )
851 [06:35:37] <pirla> I don't think so, but I'm not very sure
852 [06:37:41] <pirla> Maybe it is, BT and WiFi both are BroadCom
853 [06:39:01] <pirla> But I can work with both enabled
854 [06:39:12] <terr_> tor1panhuxyz, I will leave it with you. I looked and I am pretty sure this machine does not support bluetooth so I can't even check what it does. No reason for me to be a boat anchor
855 [06:39:23] *** Quits: AJ_Z0 (~AJ_Z0@replaced-ip ) (Ping timeout: 260 seconds)
856 [06:40:52] *** Quits: diniwed (~gavron@replaced-ip ) (Ping timeout: 258 seconds)
857 [06:43:46] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
858 [06:45:23] *** Joins: dimir (~dimir@replaced-ip )
859 [06:47:46] *** Quits: seekr (~seekr@replaced-ip ) (Ping timeout: 258 seconds)
860 [06:48:26] *** Joins: seekr (~seekr@replaced-ip )
861 [06:48:31] *** Quits: bhoman (~quassel@replaced-ip ) (Read error: Connection reset by peer)
862 [06:49:09] *** Joins: bhoman (~quassel@replaced-ip )
863 [06:49:16] *** Quits: slv (~slv@replaced-ip ) (Quit: Leaving)
864 [06:49:58] *** Joins: krishna (~krishna@replaced-ip )
865 [06:50:08] *** Joins: AJ_Z0 (~AJ_Z0@replaced-ip )
866 [06:50:13] *** Joins: slv (~slv@replaced-ip )
867 [06:51:56] <pirla> Nevermind, please, can anyone help me with a foxconn modem?
868 [06:51:58] <pirla> 56k
869 [06:55:03] <tabb> that still existe
870 [06:55:13] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Read error: Connection reset by peer)
871 [06:56:20] <tabb> whats the model? google?
872 [06:56:24] *** Parts: lszyba1 (~lszybalsk@replaced-ip ) ()
873 [06:58:25] *** Quits: mrrobot_ (~mrrobot@replaced-ip ) (Ping timeout: 272 seconds)
874 [06:58:34] <pirla> Don't know, Acer product page only tells it's a 7.58.0.0 driver version
875 [06:58:50] <pirla> And manifactured by FoxConn
876 [06:58:52] <CCFL_Man> pirla: windows driver version?
877 [06:58:59] <pirla> That
878 [06:59:17] <pirla> replaced-url
879 [06:59:24] <CCFL_Man> you're not providing much help. is it a pci card?
880 [06:59:37] <pirla> Sorry, let me scan with lspci
881 [06:59:50] *** Joins: malestorm (~belovent@replaced-ip )
882 [06:59:54] <tabb> that a pc
883 [07:00:20] <CCFL_Man> you'll have to look and see if linux softmodem drivers support it
884 [07:00:47] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
885 [07:01:24] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Read error: Connection reset by peer)
886 [07:01:46] <pirla> I know, but neither lshw, lspci nor lsusb shows the hardware, so I guess it's not working
887 [07:02:05] <pirla> I'm trying to run Debian on a used PC I have gifted for
888 [07:02:27] <pirla> And trying to configure all the hardware, but I guess I can't for modem
889 [07:02:39] <CCFL_Man> pspci should show something
890 [07:02:48] <CCFL_Man> lspci
891 [07:02:52] *** Quits: krishna (~krishna@replaced-ip ) (Quit: Leaving)
892 [07:03:01] <pirla> I also have a Suyin webcam, not showed either
893 [07:03:16] <pirla> No, lspci doesn't list the modem
894 [07:04:00] <pirla> And same goes for the cam
895 [07:04:08] <tabb> replaced-url
896 [07:04:25] <CCFL_Man> the cam is probably usb
897 [07:04:52] <tabb> look under Wireless LAN
898 [07:04:58] <pirla> replaced-url
899 [07:05:41] <tabb> 06:01.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8100/8101L/8139 PCI Fast Ethernet Adapter (rev 10)
900 [07:05:42] <tabb> 06:02.0 Ethernet controller: Qualcomm Atheros AR2413/AR2414 Wireless Network Adapter [AR5005G(S) 802.11bg] (rev 01)
901 [07:05:59] <tabb> For Atheros devices, the Linux kernel's ath5k driver works correctly as of Linux 2.6.28 (n.b. you may need to load the rfkill module as well to have the radio enabled).
902 [07:06:09] <tabb> look under Wireless LAN on replaced-url
903 [07:06:14] <tabb> there's a link to the package
904 [07:07:02] <openbsdtai123> I have the same one, it worsk for me . Qualcomm Atheros AR2413/AR2414 Wireless Network Adapter
905 [07:07:21] <tabb> he has it too
906 [07:07:22] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
907 [07:07:23] <pirla> I have wifi, bluetooth and ethernet already working
908 [07:07:33] <tabb> [...?!]
909 [07:07:34] <pirla> my issues are with the webcam and the modem
910 [07:07:39] <tabb> then whats the trouble?
911 [07:07:44] <tabb> the modem?
912 [07:07:45] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Read error: Connection reset by peer)
913 [07:07:51] <pirla> while I have to figure out how to start bluetoothd at boot
914 [07:08:01] <tabb> you'Ve got wifi bluetooth and ethernet
915 [07:08:07] <pirla> yes
916 [07:08:17] <tabb> wth the model?
917 [07:08:24] <pirla> ?
918 [07:08:40] <tabb> i dont figure the modem
919 [07:08:44] *** Quits: CrystalCat (~coderain@replaced-ip##) (Quit: Support Richard Stallman | ##replaced-url
920 [07:08:45] <pirla> neither
921 [07:08:47] <pirla> m
922 [07:08:49] <pirla> me
923 [07:08:49] <tabb> if you got all internet stuff working
924 [07:08:55] *** Joins: BrianG61UK (~BrianG61U@replaced-ip )
925 [07:08:59] <tabb> why a modem?
926 [07:09:17] <pirla> The modem could come handy in some situations, and by th way I'm preparing the system to be sold
927 [07:09:21] *** Quits: CompWizrd (compwiz@replaced-ip ) (Ping timeout: 268 seconds)
928 [07:09:27] <pirla> I eg, I could send faxes
929 [07:09:53] <tabb> replaced-url
930 [07:10:05] <tabb> ok, who send faxes in 2020? ;p
931 [07:10:10] <tabb> joking
932 [07:10:42] <tabb> i cannot help much more witht he modem thing, dunno the model witch is the base to work on the trouble
933 [07:11:20] <CCFL_Man> tabb: some people still do
934 [07:11:45] <tabb> probably
935 [07:11:51] <tabb> i pass on them
936 [07:11:53] <tabb> ;>
937 [07:13:18] *** Joins: P1ersson (~P1ersson@replaced-ip )
938 [07:13:19] *** Quits: bliv (~bliv@replaced-ip ) (Ping timeout: 260 seconds)
939 [07:13:37] <CCFL_Man> pirla: if you are then we'd like a cut of the money
940 [07:13:48] *** Joins: xingjiapeng (~xingjiape@replaced-ip )
941 [07:13:56] <pirla> A cut on 40 euros? Maybe...
942 [07:14:14] <CCFL_Man> 5 euro should be good
943 [07:14:23] <pirla> lol ok
944 [07:15:44] <CCFL_Man> i don't really use linux anyway. i use unix and bsd
945 [07:16:02] <CCFL_Man> i only use linux for embedded stuff, like raspberry pi
946 [07:16:36] *** Quits: cliluw (~cliluw@replaced-ip ) (Read error: Connection reset by peer)
947 [07:16:50] *** Joins: cliluw (~cliluw@replaced-ip )
948 [07:17:20] <CCFL_Man> and i only use linux on raspberry pi because it's the only OS with alsa drivers for this soundcard i need to use for an SDE project
949 [07:17:23] <CCFL_Man> SDR
950 [07:17:38] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
951 [07:17:51] <pirla> nice
952 [07:17:55] <CCFL_Man> otherwise i'd use freebsd
953 [07:18:23] *** Joins: honsa__ (~honsa@replaced-ip )
954 [07:18:42] <CCFL_Man> i'm fond of sparc server hardware so i use solaris 10 on that, and i use mac os on the desktop
955 [07:19:02] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Read error: Connection reset by peer)
956 [07:19:11] *** Quits: Emmanuel_Chanel (~Emmanuel_@replaced-ip ) (Quit: Leaving)
957 [07:19:52] *** Joins: Emmanuel_Chanel (~Emmanuel_@replaced-ip )
958 [07:21:30] *** Quits: honsa_ (~honsa@replaced-ip ) (Ping timeout: 258 seconds)
959 [07:21:34] <pirla> wow, what a mix
960 [07:22:11] *** Quits: P1ersson (~P1ersson@replaced-ip ) (Ping timeout: 260 seconds)
961 [07:22:24] *** Quits: we6jbo (~we6jbo@replaced-ip ) (Remote host closed the connection)
962 [07:22:35] <tor1panhuxyz> sorry eating right now, but seems the cause is bt demands something that does not exist when starting
963 [07:23:02] *** Joins: CompWizrd (compwiz@replaced-ip )
964 [07:23:21] <tor1panhuxyz> like it demands ip 1.1.1.1 but no network available, so it failed
965 [07:24:23] *** Quits: mekeor (~mekeor@replaced-ip ) (Ping timeout: 272 seconds)
966 [07:24:36] <pirla> Oh, almost got it. Thanks.
967 [07:25:01] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
968 [07:25:05] *** Quits: eruantiensaga (eruantiens@replaced-ip ) (Remote host closed the connection)
969 [07:25:15] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Read error: Connection reset by peer)
970 [07:25:32] *** Quits: pirla (~acer@replaced-ip ) (Quit: Leaving)
971 [07:29:11] *** Quits: xingjiapeng (~xingjiape@replaced-ip ) (Ping timeout: 260 seconds)
972 [07:29:15] *** Joins: r-r (~ryan@replaced-ip )
973 [07:30:19] *** Quits: alazy (~alazywork@replaced-ip ) (Ping timeout: 258 seconds)
974 [07:30:45] *** Quits: lanyue__ (~lanyue@replaced-ip ) (Remote host closed the connection)
975 [07:31:20] *** Joins: Jerrynicki (~niklas@replaced-ip )
976 [07:31:34] *** Joins: Vizva (~Vizva@replaced-ip )
977 [07:31:49] *** Quits: r-r (~ryan@replaced-ip ) (Client Quit)
978 [07:32:20] *** Quits: mibo (~mibo@replaced-ip ) (Remote host closed the connection)
979 [07:32:47] *** Joins: AgTh (~b50c6@replaced-ip )
980 [07:33:04] *** Quits: mandeep (uid394387@replaced-ip ) (Quit: Connection closed for inactivity)
981 [07:33:39] *** Quits: blackest_mamba (~blackest_@replaced-ip ) (Ping timeout: 240 seconds)
982 [07:34:28] *** Quits: Jerrynicki (~niklas@replaced-ip ) (Remote host closed the connection)
983 [07:34:43] *** Joins: pie3 (~pieee@replaced-ip )
984 [07:34:52] *** Joins: blackest_mamba (~blackest_@replaced-ip )
985 [07:35:39] *** Joins: Jerrynicki (~niklas@replaced-ip )
986 [07:36:06] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
987 [07:36:17] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Read error: Connection reset by peer)
988 [07:37:38] *** Joins: BrianG61UK_ (~BrianG61U@replaced-ip )
989 [07:38:43] *** Joins: Pjusur (~Pjusur@replaced-ip )
990 [07:38:46] *** Quits: BrianG61UK (~BrianG61U@replaced-ip ) (Ping timeout: 265 seconds)
991 [07:42:06] *** Joins: plantroon (~plantroon@replaced-ip )
992 [07:42:43] *** Quits: votesmith (~votesmith@replaced-ip ) (Ping timeout: 260 seconds)
993 [07:42:48] *** Joins: BrianG61UK (~BrianG61U@replaced-ip )
994 [07:43:05] *** Joins: ZaZaGX (kenny@replaced-ip )
995 [07:43:21] *** Quits: BrianG61UK_ (~BrianG61U@replaced-ip ) (Ping timeout: 258 seconds)
996 [07:46:15] *** Quits: troys (~troy@replaced-ip ) (Quit: WeeChat 2.3)
997 [07:46:40] *** Joins: ryan_ (~ryan@replaced-ip )
998 [07:47:47] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
999 [07:47:51] *** Quits: ryan_ (~ryan@replaced-ip ) (Client Quit)
1000 [07:48:29] *** Quits: bhoman (~quassel@replaced-ip ) (Read error: Connection reset by peer)
1001 [07:48:43] *** Quits: kriger (~norge@replaced-ip ) (Ping timeout: 258 seconds)
1002 [07:49:06] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Read error: Connection reset by peer)
1003 [07:49:09] *** Joins: bhoman (~quassel@replaced-ip )
1004 [07:49:34] *** Joins: traveltissues (~traveltis@replaced-ip )
1005 [07:49:43] *** Quits: dez (uid92154@replaced-ip ) (Quit: Connection closed for inactivity)
1006 [07:51:43] *** Quits: milkt (~debian@replaced-ip ) (Ping timeout: 240 seconds)
1007 [07:51:44] *** Joins: milkt_ (~debian@replaced-ip )
1008 [07:51:47] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
1009 [07:52:17] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Read error: Connection reset by peer)
1010 [07:52:23] *** Joins: pragomer (~sisko@replaced-ip )
1011 [07:54:32] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
1012 [07:55:29] *** Quits: ZaZaGX (kenny@replaced-ip ) (Quit: leaving)
1013 [07:55:47] *** Joins: zamuro (~Samantha@replaced-ip )
1014 [07:55:47] *** Quits: zamuro (~Samantha@replaced-ip ) (Changing host)
1015 [07:55:47] *** Joins: zamuro (~Samantha@replaced-ip )
1016 [07:56:14] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Read error: Connection reset by peer)
1017 [07:57:02] *** Quits: daddikim (~daddikim@replaced-ip ) (Quit: daddikim)
1018 [07:57:18] *** Joins: dtux (~dmtucker@replaced-ip )
1019 [07:57:19] *** Joins: daddikim (~daddikim@replaced-ip )
1020 [07:57:58] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
1021 [07:59:04] *** Quits: titsuki (~titsuki@replaced-ip ) (Ping timeout: 265 seconds)
1022 [08:00:02] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Read error: Connection reset by peer)
1023 [08:00:42] *** Quits: fflori (~fflori@replaced-ip ) (Remote host closed the connection)
1024 [08:00:58] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
1025 [08:01:33] *** Quits: daddikim (~daddikim@replaced-ip ) (Client Quit)
1026 [08:01:50] *** Joins: daddikim (~daddikim@replaced-ip )
1027 [08:01:50] *** Quits: cliluw (~cliluw@replaced-ip ) (Read error: Connection reset by peer)
1028 [08:02:00] *** Joins: TReK (~UnFaQ@replaced-ip )
1029 [08:02:06] *** Joins: cliluw (~cliluw@replaced-ip )
1030 [08:03:52] *** Quits: deicide- (~deicide-@replaced-ip ) (Ping timeout: 255 seconds)
1031 [08:04:03] *** Quits: BazookaTooth (~bob@replaced-ip ) (Ping timeout: 240 seconds)
1032 [08:04:43] *** Joins: Onslaught2020 (~jeroen@replaced-ip )
1033 [08:07:38] *** Joins: barteks2x (~barteks2x@replaced-ip )
1034 [08:07:48] *** Quits: Jerrynicki (~niklas@replaced-ip ) (Remote host closed the connection)
1035 [08:10:37] *** Joins: electro33 (uid613@replaced-ip )
1036 [08:11:13] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
1037 [08:11:39] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Read error: Connection reset by peer)
1038 [08:13:50] *** Quits: pragomer (~sisko@replaced-ip ) (Quit: Konversation terminated!)
1039 [08:14:54] *** Quits: pie3 (~pieee@replaced-ip ) (Remote host closed the connection)
1040 [08:15:59] *** Joins: lastepoch (~ddd@replaced-ip )
1041 [08:16:55] *** Joins: pvdp (~pvdp@replaced-ip )
1042 [08:17:07] *** Quits: pvdp (~pvdp@replaced-ip ) (Read error: Connection reset by peer)
1043 [08:18:11] *** Joins: BrianG61UK_ (~BrianG61U@replaced-ip )
1044 [08:19:10] *** Quits: BrianG61UK (~BrianG61U@replaced-ip ) (Ping timeout: 255 seconds)
1045 [08:19:33] *** Joins: Jerrynicki (~niklas@replaced-ip )
1046 [08:19:39] *** Quits: Jerrynicki (~niklas@replaced-ip ) (Remote host closed the connection)
1047 [08:19:55] *** Joins: pvdp (~pvdp@replaced-ip )
1048 [08:20:44] *** Joins: zodo (~zodo@replaced-ip )
1049 [08:21:10] <zodo> Okay, I've gone round and round. Tired of looking, finding 6 answera snd NONE seem to work.
1050 [08:21:26] <zodo> How do I disable or Ignore LID on my laptop?
1051 [08:21:41] <korhojoa> rip out the sensor?
1052 [08:22:03] *** Joins: zeSoup (~jsc@replaced-ip )
1053 [08:22:08] *** Quits: hemimaniac (~hemi@replaced-ip ) (Quit: WeeChat 2.3)
1054 [08:22:22] <jelly> zodo: you can start by enumerating the 6 answers that did not work, so any volunteer does not suggest one of those again
1055 [08:22:51] <korhojoa> i mean if you already took out the sensor then idk, magic
1056 [08:23:05] *** Joins: Kevlar_Noir (~manjaro-u@replaced-ip )
1057 [08:23:16] <zodo> I tried the UPower.conf setting. NOPE. I tried putting exit as the first line of lid.sh (/etc/acpi/lid.sh??)
1058 [08:24:04] <zodo> Yeah, I tried the logind.conf thing. Something about blahLid=ignore
1059 [08:24:21] <zodo> And, I rebooted after each setting.
1060 [08:25:20] *** Joins: hugh_marera (~hugh_mare@replaced-ip )
1061 [08:25:35] *** Joins: krishna (~krishna@replaced-ip )
1062 [08:25:35] *** Quits: krishna (~krishna@replaced-ip ) (Client Quit)
1063 [08:25:51] *** Joins: krishna (~krishna@replaced-ip )
1064 [08:26:47] *** BrianG61UK_ is now known as BrianG61UK
1065 [08:27:05] *** Quits: Texou (~Texou@replaced-ip ) (Ping timeout: 272 seconds)
1066 [08:27:39] *** Joins: HerbY_NL2 (~HerbY_NL2@replaced-ip )
1067 [08:27:48] *** Joins: P1ersson (~P1ersson@replaced-ip )
1068 [08:28:29] <zodo> I'm just going to shotgut it. Try ALL at teh same STUPID Time. so I won't know WHICH one works.
1069 [08:28:59] *** Joins: knidos (~knidos@replaced-ip )
1070 [08:30:22] *** Joins: pingfloyd (~pingfloyd@replaced-ip )
1071 [08:30:54] *** Joins: Lord_of_Life_ (~Lord@replaced-ip )
1072 [08:31:44] *** Joins: evenom (~404kri@replaced-ip )
1073 [08:31:54] *** Quits: Onslaught2020 (~jeroen@replaced-ip ) (Quit: Konversation terminated!)
1074 [08:32:27] <thnee> In the QT program git-cola, there is an option to select GUI Theme: Flat dark grey. Is this theme available in a debian package, or must it be downloaded manually?
1075 [08:32:31] *** Joins: colttt (~quassel@replaced-ip )
1076 [08:33:11] *** Quits: Lord_of_Life (~Lord@replaced-ip ) (Ping timeout: 258 seconds)
1077 [08:33:11] *** Lord_of_Life_ is now known as Lord_of_Life
1078 [08:33:46] *** Joins: astronautical (~undefined@replaced-ip )
1079 [08:33:59] *** Parts: astronautical (~undefined@replaced-ip ) ("Leaving")
1080 [08:34:22] *** Joins: smcn360 (57c8b695@replaced-ip )
1081 [08:34:36] *** Quits: zodo (~zodo@replaced-ip ) (Quit: leaving)
1082 [08:35:39] *** Joins: conta (~Thunderbi@replaced-ip )
1083 [08:35:42] <tor1panhuxyz> zodo: did you try all HandleLidSwitch=ignore HandleLidSwitchExternalPower=ignore HandleLidSwitchDocked=ignore ?
1084 [08:36:35] *** Quits: krishna (~krishna@replaced-ip ) (Quit: Leaving)
1085 [08:36:42] *** Quits: ANero (~ANero@replaced-ip ) (Quit: Leaving)
1086 [08:38:11] *** Joins: Onslaught2020 (~jeroen@replaced-ip )
1087 [08:38:38] *** Joins: deicide- (~deicide-@replaced-ip )
1088 [08:39:01] *** debhelper sets mode: +l 1515
1089 [08:40:18] *** Joins: chele (~chele@replaced-ip )
1090 [08:40:39] *** Joins: serzhik (~serzhik@replaced-ip )
1091 [08:41:04] *** Joins: BazookaTooth (~bob@replaced-ip )
1092 [08:41:29] *** Quits: diroots (~diroots@replaced-ip ) (Read error: Connection reset by peer)
1093 [08:41:41] *** Joins: diroots (~diroots@replaced-ip )
1094 [08:43:39] *** Quits: Rhuarc (~Rhuarc-@replaced-ip ) (Ping timeout: 240 seconds)
1095 [08:44:03] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
1096 [08:44:09] *** Joins: grobi (~Thunderbi@replaced-ip )
1097 [08:44:30] *** Quits: Onslaught2020 (~jeroen@replaced-ip ) (Quit: Konversation terminated!)
1098 [08:44:41] *** Quits: Apeiron` (~Apeiron@replaced-ip ) (Ping timeout: 258 seconds)
1099 [08:44:47] *** Joins: Onslaught2020 (~jeroen@replaced-ip )
1100 [08:45:05] *** Joins: noboruma (~noboruma@replaced-ip )
1101 [08:46:21] *** Quits: frgo (~frgo@replaced-ip ) (Remote host closed the connection)
1102 [08:48:27] *** Quits: bhoman (~quassel@replaced-ip ) (Read error: Connection reset by peer)
1103 [08:49:07] *** Joins: bhoman (~quassel@replaced-ip )
1104 [08:49:38] *** Joins: tsal_ (~tsal@replaced-ip )
1105 [08:49:41] *** Joins: frgo (~frgo@replaced-ip )
1106 [08:51:23] *** Joins: encod3 (~encod3@replaced-ip )
1107 [08:51:58] *** Quits: tsal (~tsal@replaced-ip ) (Ping timeout: 258 seconds)
1108 [08:52:26] *** Joins: encod3_ (~encod3@replaced-ip )
1109 [08:53:27] *** Joins: BlueByte_ (~walther@replaced-ip )
1110 [08:55:11] *** Joins: m8 (~m8@replaced-ip )
1111 [08:55:59] *** Quits: encod3_ (~encod3@replaced-ip ) (Remote host closed the connection)
1112 [08:56:11] *** Quits: encod3 (~encod3@replaced-ip ) (Ping timeout: 258 seconds)
1113 [08:56:32] *** Quits: milkt_ (~debian@replaced-ip ) (Quit: leaving)
1114 [08:56:32] *** Joins: encod3 (~encod3@replaced-ip )
1115 [08:56:33] *** Quits: encod3 (~encod3@replaced-ip ) (Remote host closed the connection)
1116 [08:56:40] *** Joins: jedelava (~jedelava@replaced-ip )
1117 [08:56:45] *** Joins: encod3 (~encod3@replaced-ip )
1118 [08:57:24] *** Joins: desafder (~desafder@replaced-ip )
1119 [08:58:00] *** Quits: m8 (~m8@replaced-ip ) (Client Quit)
1120 [08:58:37] *** Quits: BlueByte_ (~walther@replaced-ip ) (Quit: This computer has gone to sleep)
1121 [08:58:39] <desafder> hello
1122 [08:58:55] *** Joins: Cyb0ti (~Cyb0ti@replaced-ip )
1123 [08:59:01] *** debhelper sets mode: +l 1522
1124 [08:59:25] *** Parts: Cyb0ti (~Cyb0ti@replaced-ip ) ()
1125 [09:00:13] *** Joins: milkt (~debian@replaced-ip )
1126 [09:01:25] *** Joins: diogenes_ (~diogenes_@replaced-ip )
1127 [09:02:37] *** Quits: lastepoch (~ddd@replaced-ip ) (Quit: Leaving)
1128 [09:03:14] *** Joins: Haudegen (~quassel@replaced-ip )
1129 [09:03:50] *** Quits: clemens3 (~clemens@replaced-ip ) (Ping timeout: 265 seconds)
1130 [09:04:27] *** Joins: fflori (~fflori@replaced-ip )
1131 [09:04:42] *** Quits: frgo (~frgo@replaced-ip ) (Read error: Connection reset by peer)
1132 [09:05:10] *** Quits: evenom (~404kri@replaced-ip ) (Quit: AtomicIRC: The nuclear option.)
1133 [09:05:48] *** Quits: orbiter (~orbiter@replaced-ip ) ()
1134 [09:05:55] *** Joins: murii (~murii@replaced-ip )
1135 [09:06:39] *** Joins: Funkin-Stoopid (~xavier@replaced-ip )
1136 [09:08:31] *** Joins: mrrobot (~mrrobot@replaced-ip )
1137 [09:10:17] *** Quits: conta (~Thunderbi@replaced-ip ) (Quit: conta)
1138 [09:12:34] *** Joins: thee-anarchist (~thee-anar@replaced-ip )
1139 [09:13:27] *** Quits: lankanmon_ (~LKNnet@replaced-ip ) (Quit: Left...)
1140 [09:13:32] *** Joins: NetTerminalGene (~NetTermin@replaced-ip )
1141 [09:13:32] *** Quits: encod3 (~encod3@replaced-ip ) (Remote host closed the connection)
1142 [09:13:58] *** Joins: encod3 (~encod3@replaced-ip )
1143 [09:14:03] *** Joins: drzacek (~drzacek@replaced-ip )
1144 [09:14:52] *** Joins: sg (~textual@replaced-ip )
1145 [09:15:11] *** Quits: knidos (~knidos@replaced-ip ) (Remote host closed the connection)
1146 [09:15:52] *** Joins: encod3_ (~encod3@replaced-ip )
1147 [09:16:49] *** Quits: sidmo_ (~ident@replaced-ip ) (Quit: Konversation terminated!)
1148 [09:16:53] *** Joins: knidos (~knidos@replaced-ip )
1149 [09:17:35] *** Joins: BlueByte_ (~walther@replaced-ip )
1150 [09:18:26] *** Quits: encod3 (~encod3@replaced-ip ) (Ping timeout: 240 seconds)
1151 [09:19:45] *** Joins: votesmith (~votesmith@replaced-ip )
1152 [09:21:47] *** Joins: AquaL1te (~AquaL1te@replaced-ip )
1153 [09:22:04] *** Quits: cliluw (~cliluw@replaced-ip ) (Read error: Connection reset by peer)
1154 [09:22:23] *** Joins: cliluw (~cliluw@replaced-ip )
1155 [09:22:53] *** Joins: Haohmaru (~Haohmaru@replaced-ip )
1156 [09:22:56] *** Parts: zamuro (~Samantha@replaced-ip ) ("[IRSSI]")
1157 [09:23:25] *** Joins: honsa_ (~honsa@replaced-ip )
1158 [09:26:10] *** Quits: smcn360 (57c8b695@replaced-ip ) (Remote host closed the connection)
1159 [09:26:40] *** Quits: honsa__ (~honsa@replaced-ip ) (Ping timeout: 255 seconds)
1160 [09:28:47] *** Joins: Ycarus (~Ycarus@replaced-ip )
1161 [09:30:17] *** Joins: noamber (~luca@replaced-ip )
1162 [09:30:24] *** honsa_ is now known as honsa
1163 [09:30:49] *** Joins: frgo (~frgo@replaced-ip )
1164 [09:31:47] *** Joins: user217_ (~user217_@replaced-ip )
1165 [09:31:52] *** Joins: colo-work (~colo-work@replaced-ip )
1166 [09:33:08] *** Joins: kolibri_user (~kolibri_u@replaced-ip )
1167 [09:34:57] *** Parts: kolibri_user (~kolibri_u@replaced-ip ) ()
1168 [09:35:38] *** Quits: colemickens_ (uid214@replaced-ip ) (Quit: Connection closed for inactivity)
1169 [09:35:39] *** Quits: noboruma (~noboruma@replaced-ip ) (Ping timeout: 260 seconds)
1170 [09:35:48] *** Quits: Vizva (~Vizva@replaced-ip ) (Remote host closed the connection)
1171 [09:36:42] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Ping timeout: 265 seconds)
1172 [09:37:58] *** Quits: Err0r403 (~Err0r403@replaced-ip ) (Ping timeout: 258 seconds)
1173 [09:38:33] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
1174 [09:38:44] *** Quits: seekr (~seekr@replaced-ip ) (Ping timeout: 258 seconds)
1175 [09:38:49] *** Joins: enoq (~textual@replaced-ip )
1176 [09:38:53] *** Quits: chicagnote (~chicao@replaced-ip ) (Quit: Leaving)
1177 [09:39:39] *** Joins: Err0r403 (~Err0r403@replaced-ip )
1178 [09:40:34] *** Quits: Aussie_matt (~quassel@replaced-ip##) (Quit: ##replaced-url
1179 [09:40:45] *** Joins: Vizva (~Vizva@replaced-ip )
1180 [09:40:47] *** Quits: Err0r403 (~Err0r403@replaced-ip ) (Remote host closed the connection)
1181 [09:41:41] *** Joins: Err0r403 (~Err0r403@replaced-ip )
1182 [09:43:12] *** Joins: Err0r_403 (~Err0r403@replaced-ip )
1183 [09:43:45] *** Joins: Slashman (~Slash@replaced-ip )
1184 [09:45:07] *** Joins: tuxmania (~tuxmania@replaced-ip )
1185 [09:46:26] *** Quits: Err0r403 (~Err0r403@replaced-ip ) (Ping timeout: 240 seconds)
1186 [09:47:31] *** Quits: Onslaught2020 (~jeroen@replaced-ip ) (Ping timeout: 272 seconds)
1187 [09:47:34] *** Joins: vogeaux (~vogeaux@replaced-ip )
1188 [09:48:36] *** Quits: bhoman (~quassel@replaced-ip ) (Read error: Connection reset by peer)
1189 [09:49:01] *** debhelper sets mode: +l 1528
1190 [09:49:06] *** Joins: bhoman (~quassel@replaced-ip )
1191 [09:50:08] *** Joins: clemens3 (~clemens@replaced-ip )
1192 [09:50:08] *** Quits: n_1-c_k (~n_1-c_k@replaced-ip ) (Read error: Connection reset by peer)
1193 [09:50:16] <vogeaux> hi
1194 [09:50:30] *** Joins: n_1-c_k (~n_1-c_k@replaced-ip )
1195 [09:50:40] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Read error: Connection reset by peer)
1196 [09:50:42] *** Joins: Eurisko (~thee-anar@replaced-ip )
1197 [09:51:11] *** Joins: mibo (~mibo@replaced-ip )
1198 [09:51:17] *** Quits: Eurisko (~thee-anar@replaced-ip ) (Client Quit)
1199 [09:51:25] *** Quits: bertbob (~bertbob@replaced-ip ) (Ping timeout: 255 seconds)
1200 [09:53:13] *** Quits: BlueByte_ (~walther@replaced-ip ) (Quit: Ahoi)
1201 [09:53:18] *** Quits: thee-anarchist (~thee-anar@replaced-ip ) (Ping timeout: 258 seconds)
1202 [09:53:34] *** Joins: Onslaught2020 (~jeroen@replaced-ip )
1203 [09:54:57] *** Quits: Vizva (~Vizva@replaced-ip ) (Remote host closed the connection)
1204 [09:55:35] *** Joins: m0u (~m0u@replaced-ip )
1205 [09:55:49] *** Quits: Err0r_403 (~Err0r403@replaced-ip ) (Quit: error403 left.)
1206 [09:56:06] *** Joins: Err0r_403 (~Err0r403@replaced-ip )
1207 [09:56:09] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
1208 [09:56:26] *** Joins: monstar_ (~monstar@replaced-ip )
1209 [09:56:42] *** Joins: kouett (~kouett@replaced-ip )
1210 [09:58:08] *** Joins: bertbob (~bertbob@replaced-ip )
1211 [10:02:23] *** Quits: bolt (~r00t@replaced-ip ) (Remote host closed the connection)
1212 [10:02:46] *** Joins: yournickname (~yourusern@replaced-ip )
1213 [10:03:04] *** yournickname is now known as Guest94976
1214 [10:03:07] *** Joins: dionysus69 (~Thunderbi@replaced-ip )
1215 [10:03:11] *** Quits: Guest94976 (~yourusern@replaced-ip ) (Client Quit)
1216 [10:03:16] *** Quits: votesmith (~votesmith@replaced-ip ) (Ping timeout: 258 seconds)
1217 [10:03:24] *** Joins: bolt (~r00t@replaced-ip )
1218 [10:03:34] *** Joins: zatumil (~Administr@replaced-ip )
1219 [10:03:36] *** Quits: enoq (~textual@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
1220 [10:05:32] *** Joins: xcorshinex (~xcorshine@replaced-ip )
1221 [10:07:22] *** Joins: TomyWork (~TomyLobo@replaced-ip )
1222 [10:07:38] *** Quits: xcorshinex (~xcorshine@replaced-ip ) (Client Quit)
1223 [10:08:19] *** Joins: xcorshinex (~xcorshine@replaced-ip )
1224 [10:09:01] *** debhelper sets mode: +l 1534
1225 [10:09:34] *** Quits: P1ersson (~P1ersson@replaced-ip ) (Ping timeout: 265 seconds)
1226 [10:09:43] *** Quits: bertbob (~bertbob@replaced-ip ) (Ping timeout: 260 seconds)
1227 [10:10:10] *** Quits: lavaflow (~martha@replaced-ip ) (Ping timeout: 258 seconds)
1228 [10:10:46] *** Quits: m0u (~m0u@replaced-ip ) (Ping timeout: 255 seconds)
1229 [10:15:10] <Kyros> that was hours ago but this one works for me HandleLidSwitch=ignore
1230 [10:17:27] <jrabbit> yeah I think I recently had to swap it.
1231 [10:17:46] <jrabbit> one must have been deprecated
1232 [10:18:37] *** Quits: Onslaught2020 (~jeroen@replaced-ip ) (Remote host closed the connection)
1233 [10:19:20] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
1234 [10:19:30] *** Joins: Onslaught2020 (~jeroen@replaced-ip )
1235 [10:20:26] *** Joins: chomwitt (~chomwitt@replaced-ip )
1236 [10:20:55] *** Quits: bolt (~r00t@replaced-ip ) (Remote host closed the connection)
1237 [10:21:02] *** Joins: slon_ (~slon@replaced-ip )
1238 [10:21:23] *** Quits: vogeaux (~vogeaux@replaced-ip ) (Ping timeout: 260 seconds)
1239 [10:21:28] *** Quits: cliluw (~cliluw@replaced-ip ) (Read error: Connection reset by peer)
1240 [10:21:42] *** Joins: cliluw (~cliluw@replaced-ip )
1241 [10:21:47] *** Joins: dez (uid92154@replaced-ip )
1242 [10:21:55] *** Quits: areisp (~ars@replaced-ip##) (Quit: ZNC 1.7.2+deb3 - ##replaced-url
1243 [10:22:01] *** Quits: slon (~slon@replaced-ip ) (Ping timeout: 255 seconds)
1244 [10:22:11] *** Joins: wonderer (~quakeroat@replaced-ip )
1245 [10:22:51] *** Quits: knidos (~knidos@replaced-ip ) (Remote host closed the connection)
1246 [10:23:06] *** Joins: bertbob (~bertbob@replaced-ip )
1247 [10:23:12] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Ping timeout: 258 seconds)
1248 [10:23:23] *** Joins: knidos (~knidos@replaced-ip )
1249 [10:24:32] *** Joins: areisp (~ars@replaced-ip )
1250 [10:24:47] *** Joins: GillBates (GillBates@replaced-ip )
1251 [10:25:31] *** Quits: daddikim (~daddikim@replaced-ip ) (Ping timeout: 272 seconds)
1252 [10:25:33] *** Joins: m0u (~m0u@replaced-ip )
1253 [10:26:15] *** Joins: pringau (~pringau@replaced-ip )
1254 [10:26:27] *** Joins: bolt (~r00t@replaced-ip )
1255 [10:27:48] *** Quits: GNU-FSF-Soldier (~GNU-FSF-F@replaced-ip ) (Ping timeout: 258 seconds)
1256 [10:28:22] <xcorshinex> d
1257 [10:28:38] *** Quits: Onslaught2020 (~jeroen@replaced-ip ) (Remote host closed the connection)
1258 [10:29:15] *** Joins: daddikim (~daddikim@replaced-ip )
1259 [10:29:49] *** Joins: Onslaught2020 (~jeroen@replaced-ip )
1260 [10:32:24] *** Quits: desafder (~desafder@replaced-ip ) (Ping timeout: 258 seconds)
1261 [10:32:42] *** Joins: votesmith (~votesmith@replaced-ip )
1262 [10:34:19] *** Quits: xcorshinex (~xcorshine@replaced-ip ) (Quit: leaving)
1263 [10:34:45] *** Quits: ihristov (55c48532@replaced-ip ) (Remote host closed the connection)
1264 [10:34:52] *** Quits: Onslaught2020 (~jeroen@replaced-ip ) (Remote host closed the connection)
1265 [10:35:14] *** Joins: Onslaught2020 (~jeroen@replaced-ip )
1266 [10:35:30] *** Joins: ihristov (55c48532@replaced-ip )
1267 [10:35:38] *** Joins: endstille (~endstille@replaced-ip )
1268 [10:35:40] *** Joins: marko1325 (~Thunderbi@replaced-ip )
1269 [10:36:13] *** Quits: bolt (~r00t@replaced-ip ) (Remote host closed the connection)
1270 [10:36:32] *** Quits: martian67 (~martian67@replaced-ip ) (Remote host closed the connection)
1271 [10:36:41] *** Quits: dtux (~dmtucker@replaced-ip ) (Remote host closed the connection)
1272 [10:36:59] *** Joins: martian67 (~martian67@replaced-ip )
1273 [10:37:18] *** Joins: desafder (~desafder@replaced-ip )
1274 [10:37:52] *** Joins: bolt (~r00t@replaced-ip )
1275 [10:38:24] *** Quits: endstille (~endstille@replaced-ip ) (Client Quit)
1276 [10:38:34] *** Joins: conta (~Thunderbi@replaced-ip )
1277 [10:38:52] *** Parts: marko1325 (~Thunderbi@replaced-ip ) ()
1278 [10:39:00] *** Joins: marko1325 (~Thunderbi@replaced-ip )
1279 [10:41:13] *** Quits: liepro (~liepro@replaced-ip ) (Ping timeout: 258 seconds)
1280 [10:41:57] *** Quits: Onslaught2020 (~jeroen@replaced-ip ) (Ping timeout: 265 seconds)
1281 [10:42:28] *** Joins: P1ersson (~P1ersson@replaced-ip )
1282 [10:42:37] *** Quits: knidos (~knidos@replaced-ip ) (Ping timeout: 272 seconds)
1283 [10:43:12] *** Joins: vogeaux (~vogeaux@replaced-ip )
1284 [10:43:58] *** Joins: lankanmon (~LKNnet@replaced-ip )
1285 [10:44:22] *** Joins: Texou (~Texou@replaced-ip )
1286 [10:45:14] *** Joins: liepro (~liepro@replaced-ip )
1287 [10:45:55] *** Quits: bolt (~r00t@replaced-ip ) (Remote host closed the connection)
1288 [10:46:04] *** Quits: votesmith (~votesmith@replaced-ip ) (Read error: Connection reset by peer)
1289 [10:47:12] *** Joins: oish (~charlie@replaced-ip )
1290 [10:47:46] *** Joins: ju5o (~ju5o@replaced-ip )
1291 [10:48:27] *** Quits: bhoman (~quassel@replaced-ip ) (Read error: Connection reset by peer)
1292 [10:48:33] *** Joins: nolan__ (~nolan_@replaced-ip )
1293 [10:48:55] *** Quits: nolan_ (~nolan_@replaced-ip ) (Ping timeout: 260 seconds)
1294 [10:49:02] *** nolan__ is now known as nolan_
1295 [10:49:06] *** Joins: bhoman (~quassel@replaced-ip )
1296 [10:49:48] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
1297 [10:51:29] *** Quits: chomwitt (~chomwitt@replaced-ip ) (Ping timeout: 272 seconds)
1298 [10:53:15] *** Quits: ju5o (~ju5o@replaced-ip ) (Quit: Leaving)
1299 [10:53:47] *** Joins: chomwitt (~chomwitt@replaced-ip )
1300 [10:53:52] *** Quits: kouett (~kouett@replaced-ip ) (Remote host closed the connection)
1301 [10:55:19] *** Joins: makaveli7 (~makaveli7@replaced-ip )
1302 [10:55:24] *** Joins: arahael (~arahael@replaced-ip )
1303 [10:55:30] *** Quits: daddikim (~daddikim@replaced-ip ) (Quit: daddikim)
1304 [10:58:18] *** Joins: asymptotically (~asymptoti@replaced-ip )
1305 [10:59:42] *** Joins: winy (~vince@replaced-ip )
1306 [11:00:38] *** Joins: gribiteaux (~girv@replaced-ip )
1307 [11:03:26] *** Quits: NetTerminalGene (~NetTermin@replaced-ip ) (Quit: Leaving)
1308 [11:05:02] *** Quits: Gazooo (~Gazooo@replaced-ip##) (Quit: The Lounge - ##replaced-url
1309 [11:06:01] *** Joins: NetTerminalGene (~NetTermin@replaced-ip )
1310 [11:06:03] *** Quits: CaptainN (~KevinKeen@replaced-ip ) (Quit: I have to pee!)
1311 [11:06:16] *** Joins: mrleaW (~shield@replaced-ip )
1312 [11:06:26] *** Quits: serzhik (~serzhik@replaced-ip ) (Quit: serzhik)
1313 [11:06:47] *** Joins: grobi1 (~rtng@replaced-ip )
1314 [11:07:19] *** Joins: Gazooo (~Gazooo@replaced-ip )
1315 [11:08:05] *** Joins: Barralastic (~Barralast@replaced-ip )
1316 [11:09:02] *** debhelper sets mode: +l 1540
1317 [11:10:28] *** Quits: nolan_ (~nolan_@replaced-ip ) (Ping timeout: 265 seconds)
1318 [11:10:49] *** Joins: Brigo_ (~Brigo@replaced-ip )
1319 [11:16:07] *** Joins: XsiSec (~elmnasd@replaced-ip )
1320 [11:18:18] *** Quits: pinnen (pinnen@replaced-ip ) (Read error: Connection reset by peer)
1321 [11:18:41] *** Joins: pinnen (pinnen@replaced-ip )
1322 [11:19:12] *** Joins: redguy (~matik@replaced-ip )
1323 [11:20:14] *** Quits: redguy (~matik@replaced-ip ) (Client Quit)
1324 [11:21:05] *** Joins: redguy (~matik@replaced-ip )
1325 [11:21:36] *** Joins: e01 (~Elmusa@replaced-ip )
1326 [11:22:40] *** Joins: PallasXD (~PallasXD@replaced-ip )
1327 [11:22:55] *** Joins: Swant (swant@replaced-ip )
1328 [11:24:09] *** Quits: redguy (~matik@replaced-ip ) (Client Quit)
1329 [11:24:23] *** Quits: nt80 (~nt80@replaced-ip ) (Ping timeout: 240 seconds)
1330 [11:24:28] *** Joins: redguy (~matik@replaced-ip )
1331 [11:24:39] *** Quits: redguy (~matik@replaced-ip ) (Client Quit)
1332 [11:25:17] *** Joins: redguy (~matik@replaced-ip )
1333 [11:25:51] *** Joins: ob-sed (~obesd@replaced-ip )
1334 [11:26:22] <grobi1> hello guys :)
1335 [11:26:50] *** Quits: conta (~Thunderbi@replaced-ip ) (Quit: conta)
1336 [11:27:28] *** Joins: Surfer2011 (~quassel@replaced-ip )
1337 [11:27:29] <grobi1> i like to install a long list of font-packages but a few of them seem not to be available.
1338 [11:27:59] *** Quits: e01 (~Elmusa@replaced-ip ) (Ping timeout: 258 seconds)
1339 [11:29:45] <grobi1> because of that nothing gets installed at all.. does someone know an option for apt to avoid that?
1340 [11:31:31] *** Joins: n4z4 (~n4z4@replaced-ip )
1341 [11:31:33] *** Quits: casjay_ (~casjay@replaced-ip ) (Remote host closed the connection)
1342 [11:32:02] *** Joins: ottpeter (~user@replaced-ip )
1343 [11:32:05] *** Quits: ottpeter (~user@replaced-ip ) (Remote host closed the connection)
1344 [11:33:35] *** Quits: liepro (~liepro@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
1345 [11:35:35] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Ping timeout: 260 seconds)
1346 [11:37:42] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
1347 [11:40:04] *** Quits: cliluw (~cliluw@replaced-ip ) (Read error: Connection reset by peer)
1348 [11:40:23] *** Joins: cliluw (~cliluw@replaced-ip )
1349 [11:40:23] *** Quits: PallasXD (~PallasXD@replaced-ip ) (Ping timeout: 240 seconds)
1350 [11:41:12] *** Err0r_403 is now known as Err0r403
1351 [11:41:39] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Ping timeout: 260 seconds)
1352 [11:43:30] <jm_> !bat
1353 [11:43:30] <dpkg> [Basic Apt* Troubleshooting]. To diagnose your problem, 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
1354 [11:43:33] <jm_> grobi1: ^^^^^^^^
1355 [11:44:17] *** Quits: gribiteaux (~girv@replaced-ip ) (Quit: Leaving)
1356 [11:44:45] *** Joins: Err0r_403 (~Err0r403@replaced-ip )
1357 [11:46:38] *** Joins: In33dt0Kn0w (9f0067f2@replaced-ip )
1358 [11:47:15] *** Quits: Err0r403 (~Err0r403@replaced-ip ) (Ping timeout: 260 seconds)
1359 [11:47:58] *** Err0r_403 is now known as Err0r403
1360 [11:48:16] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
1361 [11:48:25] *** Quits: bhoman (~quassel@replaced-ip ) (Read error: Connection reset by peer)
1362 [11:48:30] *** Err0r403 is now known as Mosquitoman
1363 [11:48:36] *** Mosquitoman is now known as Err0r403
1364 [11:49:10] *** Joins: bhoman (~quassel@replaced-ip )
1365 [11:49:16] *** Joins: xcm (~xcm@replaced-ip )
1366 [11:49:35] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
1367 [11:50:20] *** Quits: Kevlar_Noir (~manjaro-u@replaced-ip ) (Quit: Konversation terminated!)
1368 [11:52:06] *** Quits: redguy (~matik@replaced-ip ) (Ping timeout: 252 seconds)
1369 [11:52:34] *** Joins: czesmir (~stefan@replaced-ip )
1370 [11:53:56] *** Joins: curses (uid423981@replaced-ip )
1371 [11:54:43] *** Quits: P1ersson (~P1ersson@replaced-ip ) (Ping timeout: 255 seconds)
1372 [11:55:31] *** Joins: seekr (~seekr@replaced-ip )
1373 [11:55:46] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Read error: Connection reset by peer)
1374 [11:56:21] *** Joins: lucad111 (~lucad111@replaced-ip )
1375 [11:57:21] *** Quits: deb (~deb@replaced-ip ) (Ping timeout: 272 seconds)
1376 [11:58:50] *** Quits: colo-work (~colo-work@replaced-ip ) (Read error: Connection reset by peer)
1377 [11:59:04] *** Joins: colo-work (~colo-work@replaced-ip )
1378 [11:59:06] *** Joins: titsuki (~titsuki@replaced-ip )
1379 [12:01:26] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
1380 [12:01:38] *** Quits: vogeaux (~vogeaux@replaced-ip ) (Ping timeout: 252 seconds)
1381 [12:01:38] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Read error: Connection reset by peer)
1382 [12:04:00] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
1383 [12:04:02] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Read error: Connection reset by peer)
1384 [12:05:10] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
1385 [12:05:24] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Read error: Connection reset by peer)
1386 [12:05:59] *** Joins: rwcom6 (~rwcom@replaced-ip )
1387 [12:06:37] *** Quits: slv (~slv@replaced-ip ) (Quit: Leaving)
1388 [12:06:54] *** Joins: Err0r_403 (~Err0r403@replaced-ip )
1389 [12:07:26] *** Joins: dastier (~dastier@replaced-ip )
1390 [12:07:51] *** Quits: rwcom (~rwcom@replaced-ip ) (Ping timeout: 258 seconds)
1391 [12:07:52] *** rwcom6 is now known as rwcom
1392 [12:07:52] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
1393 [12:08:09] *** Joins: BrianG61UK_ (~BrianG61U@replaced-ip )
1394 [12:08:17] *** Quits: cheet (~cheet@replaced-ip ) (Read error: Connection reset by peer)
1395 [12:09:06] *** Quits: Err0r403 (~Err0r403@replaced-ip ) (Ping timeout: 240 seconds)
1396 [12:09:11] *** Quits: BrianG61UK (~BrianG61U@replaced-ip ) (Ping timeout: 260 seconds)
1397 [12:09:18] *** Err0r_403 is now known as Err0r403
1398 [12:10:02] *** Quits: dselect (~dselect@replaced-ip ) (Quit: ouch... that hurt)
1399 [12:10:58] *** Joins: dselect (~dselect@replaced-ip )
1400 [12:10:58] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Read error: Connection reset by peer)
1401 [12:11:10] *** Joins: snowboardre (~modster@replaced-ip )
1402 [12:11:43] *** Joins: frostschutz (~frostschu@replaced-ip )
1403 [12:11:54] *** Quits: llucenic (~Thunderbi@replaced-ip ) (Ping timeout: 252 seconds)
1404 [12:12:55] *** Joins: gribiteaux (~girv@replaced-ip )
1405 [12:14:19] *** Quits: prince1 (~prince@replaced-ip ) (Ping timeout: 260 seconds)
1406 [12:14:27] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
1407 [12:15:28] *** Joins: P1ersson (~P1ersson@replaced-ip )
1408 [12:16:37] <dob1> I am a bit worried does installing xfce4 will install network-manager too?
1409 [12:16:56] *** Joins: honsa_ (~honsa@replaced-ip )
1410 [12:17:00] <jrabbit> you should be able to check
1411 [12:17:36] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Read error: Connection reset by peer)
1412 [12:17:39] *** Quits: SchneeSchwarz (~schnee@replaced-ip ) (Quit: WeeChat 2.7)
1413 [12:18:10] *** Joins: hahawang24 (6f1339dc@replaced-ip )
1414 [12:18:24] <dob1> sudo apt-get --no-act install xfce4 |grep -i network I see only glib-networking
1415 [12:18:40] *** Joins: cheet (~cheet@replaced-ip )
1416 [12:18:43] *** Joins: SchneeSchwarz (~schnee@replaced-ip )
1417 [12:20:42] *** Quits: honsa (~honsa@replaced-ip ) (Ping timeout: 252 seconds)
1418 [12:21:37] *** Joins: bolt (~r00t@replaced-ip )
1419 [12:21:52] *** Quits: pinnen (pinnen@replaced-ip ) (Read error: Connection reset by peer)
1420 [12:22:32] *** Parts: hahawang24 (6f1339dc@replaced-ip ) ()
1421 [12:22:38] *** Joins: pinnen (pinnen@replaced-ip )
1422 [12:22:59] *** Quits: tolok (~tolok@replaced-ip ) (Read error: Connection reset by peer)
1423 [12:23:29] <jrabbit> should be ok then
1424 [12:23:33] *** Joins: tolok (~tolok@replaced-ip )
1425 [12:23:34] *** honsa_ is now known as honsa
1426 [12:24:11] <jrabbit> esp if you have some network admin thing already unsure that there's a virtual package for it exactly but there might be
1427 [12:24:20] *** Quits: sg (~textual@replaced-ip ) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
1428 [12:25:17] *** Joins: sg (~textual@replaced-ip )
1429 [12:25:38] *** Quits: sg (~textual@replaced-ip ) (Remote host closed the connection)
1430 [12:26:21] *** Quits: titsuki (~titsuki@replaced-ip ) (Ping timeout: 265 seconds)
1431 [12:27:47] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
1432 [12:28:29] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Read error: Connection reset by peer)
1433 [12:30:06] *** Quits: chomwitt (~chomwitt@replaced-ip ) (Ping timeout: 240 seconds)
1434 [12:32:07] *** Quits: milkt (~debian@replaced-ip ) (Quit: leaving)
1435 [12:32:07] *** Joins: chomwitt (~chomwitt@replaced-ip )
1436 [12:34:12] *** Joins: OS-68924 (~OS-68924@replaced-ip )
1437 [12:35:03] *** Quits: aindilis (~aindilis@replaced-ip ) (Remote host closed the connection)
1438 [12:35:27] *** Quits: Surfer2011 (~quassel@replaced-ip ) (Ping timeout: 258 seconds)
1439 [12:35:53] *** Joins: Prof_Gill (~GillBates@replaced-ip )
1440 [12:35:56] *** Joins: nksegos (~Thunderbi@replaced-ip )
1441 [12:36:12] *** Joins: serzhik (~serzhik@replaced-ip )
1442 [12:36:31] *** Joins: colemickens_ (uid214@replaced-ip )
1443 [12:36:52] *** Quits: ^Obi-Wan^ (~obi-wan@replaced-ip##) (Quit: ZNC by prozac - ##replaced-url
1444 [12:36:56] *** Joins: afidegnum (~isodec@replaced-ip )
1445 [12:37:07] *** Joins: Obi-Wan (~obi-wan@replaced-ip )
1446 [12:37:07] *** Quits: Obi-Wan (~obi-wan@replaced-ip ) (Changing host)
1447 [12:37:07] *** Joins: Obi-Wan (~obi-wan@replaced-ip )
1448 [12:37:45] *** Joins: aindilis (~aindilis@replaced-ip )
1449 [12:37:46] *** Joins: dtux (~dmtucker@replaced-ip )
1450 [12:37:47] <afidegnum> hello, i already have python 3.5.3 installed, how do i upgrade to python 3.6?
1451 [12:38:31] *** Quits: GillBates (GillBates@replaced-ip ) (Ping timeout: 258 seconds)
1452 [12:38:54] *** Quits: Haudegen (~quassel@replaced-ip ) (Quit: Bin weg.)
1453 [12:39:36] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
1454 [12:39:40] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Read error: Connection reset by peer)
1455 [12:40:39] *** Joins: titsuki (~titsuki@replaced-ip )
1456 [12:41:33] <nkuttler> ,v python3.6
1457 [12:41:34] <judd> No package named 'python3.6' was found in amd64.
1458 [12:41:39] <nkuttler> ,v python3.7
1459 [12:41:39] <ratrace> afidegnum: you don't. stretch has 3.5, buster has 3.7.
1460 [12:41:39] <jm_> afidegnum: in buster or what?
1461 [12:41:40] <judd> Package: python3.7 on amd64 -- buster: 3.7.3-2+deb10u1; bullseye: 3.7.6-1+b1; sid: 3.7.6-1+b1
1462 [12:41:46] *** Quits: dtux (~dmtucker@replaced-ip ) (Ping timeout: 240 seconds)
1463 [12:42:11] <nkuttler> afidegnum: no 3.6 but 3.7 in buster
1464 [12:42:22] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
1465 [12:42:32] <ratrace> if you require some functionality in 3.6+, consider upgrading to buster
1466 [12:43:13] *** Joins: sidmo (~ident@replaced-ip )
1467 [12:43:13] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Read error: Connection reset by peer)
1468 [12:45:07] <afidegnum> ouch!
1469 [12:46:32] *** Joins: donofrio (~donofrio@replaced-ip )
1470 [12:48:06] *** Quits: CurryWurst (~CurryWurs@replaced-ip ) (Ping timeout: 240 seconds)
1471 [12:48:26] *** Quits: bhoman (~quassel@replaced-ip ) (Read error: Connection reset by peer)
1472 [12:48:39] *** Quits: colo-work (~colo-work@replaced-ip ) (Ping timeout: 272 seconds)
1473 [12:49:06] *** Joins: bhoman (~quassel@replaced-ip )
1474 [12:50:01] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
1475 [12:50:30] *** Quits: dez (uid92154@replaced-ip ) (Quit: Connection closed for inactivity)
1476 [12:50:40] *** Joins: CurryWurst (~CurryWurs@replaced-ip )
1477 [12:51:17] *** Quits: IsThatAPlanet (~dawgy@replaced-ip ) (Remote host closed the connection)
1478 [12:52:36] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Read error: Connection reset by peer)
1479 [12:54:52] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
1480 [12:55:27] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Read error: Connection reset by peer)
1481 [12:55:35] *** Joins: BCMM (~BCMM@replaced-ip )
1482 [12:55:59] *** Joins: bliv (~bliv@replaced-ip )
1483 [12:57:14] *** Quits: Err0r403 (~Err0r403@replaced-ip ) (Ping timeout: 240 seconds)
1484 [12:57:42] *** Quits: XsiSec (~elmnasd@replaced-ip ) (Read error: Connection reset by peer)
1485 [12:58:00] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
1486 [12:58:50] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Read error: Connection reset by peer)
1487 [13:01:02] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
1488 [13:02:33] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Read error: Connection reset by peer)
1489 [13:03:00] *** Joins: diogenes_ (~diogenes_@replaced-ip )
1490 [13:03:47] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
1491 [13:05:01] *** Quits: dpkg (~dpkg@replaced-ip ) (Quit: buh bye!)
1492 [13:05:37] *** Joins: dpkg (~dpkg@replaced-ip )
1493 [13:06:14] *** BrianG61UK_ is now known as BrianG61UK
1494 [13:06:16] *** Quits: P1ersson (~P1ersson@replaced-ip ) (Ping timeout: 255 seconds)
1495 [13:06:40] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Read error: Connection reset by peer)
1496 [13:07:41] *** Joins: cdown_ (~cdown@replaced-ip )
1497 [13:07:55] *** Quits: m0u (~m0u@replaced-ip ) (Ping timeout: 265 seconds)
1498 [13:08:41] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
1499 [13:08:51] *** Joins: vogeaux (~vogeaux@replaced-ip )
1500 [13:09:08] *** Joins: redguy (~matik@replaced-ip )
1501 [13:09:30] *** Joins: twanny796 (~user@replaced-ip )
1502 [13:09:45] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Read error: Connection reset by peer)
1503 [13:10:20] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 265 seconds)
1504 [13:10:28] *** cdown_ is now known as cdown
1505 [13:11:03] *** Joins: MenschZwoNull__ (~MenschZwo@replaced-ip )
1506 [13:11:47] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
1507 [13:12:44] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Read error: Connection reset by peer)
1508 [13:15:12] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
1509 [13:16:00] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Read error: Connection reset by peer)
1510 [13:17:29] *** Quits: Namarrgon (~glei@replaced-ip ) (Quit: WeeChat 2.7.1)
1511 [13:17:37] *** Joins: MenschZwoNull_ (~MenschZwo@replaced-ip )
1512 [13:18:20] *** Joins: Namarrgon (~glei@replaced-ip )
1513 [13:18:57] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
1514 [13:19:01] *** debhelper sets mode: +l 1547
1515 [13:19:44] *** Joins: Grldfrdom (uid391113@replaced-ip )
1516 [13:20:04] *** Joins: serzhik_ (~serzhik@replaced-ip )
1517 [13:20:19] *** Quits: MenschZwoNull__ (~MenschZwo@replaced-ip ) (Ping timeout: 272 seconds)
1518 [13:20:24] *** Joins: jpe (~jp@replaced-ip )
1519 [13:20:44] *** Joins: Elirips (~Elirips@replaced-ip )
1520 [13:22:25] *** Quits: serzhik_ (~serzhik@replaced-ip ) (Client Quit)
1521 [13:22:28] *** Quits: OS-68924 (~OS-68924@replaced-ip ) (Ping timeout: 255 seconds)
1522 [13:22:28] *** Quits: tyranny12 (~blarg@replaced-ip ) (Ping timeout: 255 seconds)
1523 [13:22:47] *** Joins: serzhik_ (~serzhik@replaced-ip )
1524 [13:23:21] *** Joins: m0u (~m0u@replaced-ip )
1525 [13:23:46] *** Joins: tyranny12 (~blarg@replaced-ip )
1526 [13:23:46] *** Quits: tyranny12 (~blarg@replaced-ip ) (Changing host)
1527 [13:23:46] *** Joins: tyranny12 (~blarg@replaced-ip )
1528 [13:23:52] *** Quits: serzhik (~serzhik@replaced-ip ) (Ping timeout: 265 seconds)
1529 [13:25:24] *** Joins: wytchmaster (~wytchmast@replaced-ip )
1530 [13:25:34] *** Joins: mrcrypto08 (uid405647@replaced-ip )
1531 [13:27:20] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Read error: Connection reset by peer)
1532 [13:27:29] *** Joins: thelastjedi_ (~quassel@replaced-ip )
1533 [13:28:00] *** Quits: aindilis (~aindilis@replaced-ip ) (Remote host closed the connection)
1534 [13:29:39] *** Joins: leniom (~leniom@replaced-ip )
1535 [13:30:07] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
1536 [13:30:07] *** Joins: aindilis` (~aindilis@replaced-ip )
1537 [13:30:38] *** Joins: dvs (~hibbard@replaced-ip )
1538 [13:30:48] *** Quits: tolok (~tolok@replaced-ip ) (Remote host closed the connection)
1539 [13:31:08] *** Joins: tolok (~tolok@replaced-ip )
1540 [13:31:09] *** Quits: leniom (~leniom@replaced-ip ) (Client Quit)
1541 [13:31:35] *** Quits: cupcake90 (~cupcake90@replaced-ip ) (Remote host closed the connection)
1542 [13:32:01] *** Joins: tirrell (~cwl@replaced-ip )
1543 [13:32:49] *** Quits: tolok (~tolok@replaced-ip ) (Remote host closed the connection)
1544 [13:32:50] *** Joins: sweep90 (~nix@replaced-ip )
1545 [13:33:08] *** Joins: tolok (~tolok@replaced-ip )
1546 [13:34:41] *** Joins: Jo-Anna (uid57472@replaced-ip )
1547 [13:35:03] *** Quits: thelastjedi_ (~quassel@replaced-ip ) (Ping timeout: 260 seconds)
1548 [13:35:45] *** Joins: thelastjedi_ (~quassel@replaced-ip )
1549 [13:36:35] *** Joins: prince1 (~prince@replaced-ip )
1550 [13:38:51] *** Quits: sweep90 (~nix@replaced-ip ) (Remote host closed the connection)
1551 [13:39:01] *** debhelper sets mode: +l 1555
1552 [13:39:16] *** Joins: sweep90 (~nix@replaced-ip )
1553 [13:39:35] *** Quits: vogeaux (~vogeaux@replaced-ip ) (Quit: Quitte)
1554 [13:40:13] *** Joins: Err0r403 (~Err0r403@replaced-ip )
1555 [13:40:13] *** Quits: gribiteaux (~girv@replaced-ip ) (Quit: Leaving)
1556 [13:40:28] *** Quits: redguy (~matik@replaced-ip ) (Ping timeout: 255 seconds)
1557 [13:40:51] *** Quits: sweep90 (~nix@replaced-ip ) (Remote host closed the connection)
1558 [13:41:06] *** Quits: prince1 (~prince@replaced-ip ) (Ping timeout: 240 seconds)
1559 [13:41:14] *** Joins: sweep90 (~nix@replaced-ip )
1560 [13:41:39] *** Quits: ob-sed (~obesd@replaced-ip ) (Ping timeout: 240 seconds)
1561 [13:42:03] *** Parts: sweep90 (~nix@replaced-ip ) ()
1562 [13:43:27] *** Joins: debsan (~debsan@replaced-ip )
1563 [13:44:23] *** Quits: jpe (~jp@replaced-ip ) (Ping timeout: 260 seconds)
1564 [13:44:49] *** Joins: Christian75_ (~Christian@replaced-ip )
1565 [13:44:49] *** Joins: Alleria (~AllahuAkb@replaced-ip )
1566 [13:45:57] *** Joins: jpe (~jp@replaced-ip )
1567 [13:46:38] *** Joins: rgr (~rgr@replaced-ip )
1568 [13:47:20] *** Joins: __marco (~marco@replaced-ip )
1569 [13:48:03] *** Quits: Christian75 (~Christian@replaced-ip ) (Ping timeout: 240 seconds)
1570 [13:48:03] *** Joins: Haudegen (~quassel@replaced-ip )
1571 [13:48:23] *** Quits: bhoman (~quassel@replaced-ip ) (Read error: Connection reset by peer)
1572 [13:48:24] *** Quits: monstar_ (~monstar@replaced-ip ) (Remote host closed the connection)
1573 [13:48:37] *** Joins: bhoman (~quassel@replaced-ip )
1574 [13:48:50] *** Joins: plaisthos (~arne@replaced-ip )
1575 [13:49:09] *** Joins: P1ersson (~P1ersson@replaced-ip )
1576 [13:49:29] *** Joins: electro33 (uid613@replaced-ip )
1577 [13:49:31] *** Quits: aindilis` (~aindilis@replaced-ip ) (Remote host closed the connection)
1578 [13:49:46] *** Quits: MenschZwoNull_ (~MenschZwo@replaced-ip ) (Ping timeout: 240 seconds)
1579 [13:49:56] *** Joins: monstar_ (~monstar@replaced-ip )
1580 [13:49:59] *** Quits: rafalcpp (~racalcppp@replaced-ip ) (Ping timeout: 260 seconds)
1581 [13:50:03] *** Joins: aindilis (~aindilis@replaced-ip )
1582 [13:50:09] <plaisthos> I am feeling a bit stupid but how do I get dpkg-buildpackage/debhelper/... to execute dh_shlibdeps during build?
1583 [13:50:38] *** Quits: pvdp (~pvdp@replaced-ip ) (Remote host closed the connection)
1584 [13:50:45] <plaisthos> I always get unknown substitution variable ${shlibs:Depends}
1585 [13:52:05] *** Quits: jm_ (flier@replaced-ip ) (Quit: Disconnecting)
1586 [13:52:49] *** Joins: eggbean (~eggbean@replaced-ip )
1587 [13:53:24] *** Quits: serzhik_ (~serzhik@replaced-ip ) (Quit: serzhik_)
1588 [13:53:41] *** Quits: rgr (~rgr@replaced-ip ) (Quit: Leaving)
1589 [13:54:00] *** Joins: tomaz_vieira (~tomaz_vie@replaced-ip )
1590 [13:54:04] *** Quits: tomaz_vieira (~tomaz_vie@replaced-ip ) (Client Quit)
1591 [13:55:47] *** Quits: paulez (~paul@replaced-ip ) (Ping timeout: 272 seconds)
1592 [13:56:41] *** Quits: Err0r403 (~Err0r403@replaced-ip ) (Quit: error403 left.)
1593 [13:57:08] *** Joins: redguy (~matik@replaced-ip )
1594 [13:57:52] *** Quits: foul_owl (~foul_owl@replaced-ip ) (Read error: Connection reset by peer)
1595 [13:58:06] *** Quits: donofrio (~donofrio@replaced-ip ) (Read error: Connection reset by peer)
1596 [13:58:19] *** Quits: joepublic (~joepublic@replaced-ip ) (Remote host closed the connection)
1597 [13:58:33] *** Joins: donofrio (~donofrio@replaced-ip )
1598 [13:58:36] *** Joins: rafalcpp (~racalcppp@replaced-ip )
1599 [13:58:38] *** Quits: factor (~factor@replaced-ip ) (Remote host closed the connection)
1600 [13:58:58] *** Joins: factor (~factor@replaced-ip )
1601 [14:00:01] *** Quits: ayew (~ayew@replaced-ip ) (Quit: WeeChat 2.7)
1602 [14:00:07] *** Joins: saundkim (~saundkim@replaced-ip )
1603 [14:00:10] *** Joins: itamarst (uid165457@replaced-ip )
1604 [14:00:19] *** Joins: foul_owl (~foul_owl@replaced-ip )
1605 [14:01:54] *** Quits: snowboardre (~modster@replaced-ip ) (Quit: Leaving)
1606 [14:02:20] *** Quits: twanny796 (~user@replaced-ip ) (Remote host closed the connection)
1607 [14:02:22] *** Quits: pringau (~pringau@replaced-ip ) (Quit: Leaving)
1608 [14:02:36] *** Joins: twanny796 (~user@replaced-ip )
1609 [14:03:06] *** Quits: pinnen (pinnen@replaced-ip ) (Ping timeout: 240 seconds)
1610 [14:03:21] <jelly> plaisthos: which release (or which debhelper version) are you using, is it something old?
1611 [14:06:10] *** Joins: ayew (~ayew@replaced-ip )
1612 [14:06:53] *** Quits: stefanc_diff (~stefanc_d@replaced-ip ) (Ping timeout: 265 seconds)
1613 [14:07:17] *** Joins: Err0r403 (~Err0r403@replaced-ip )
1614 [14:09:06] <plaisthos> jelly: currently on Ubuntu 18.04, so I think not really old
1615 [14:09:12] *** Joins: rwcom9 (~rwcom@replaced-ip )
1616 [14:10:03] *** Quits: P1ersson (~P1ersson@replaced-ip ) (Ping timeout: 260 seconds)
1617 [14:10:37] *** Quits: nobyk (~oblivion@replaced-ip ) (Ping timeout: 255 seconds)
1618 [14:10:42] *** Quits: rwcom (~rwcom@replaced-ip ) (Ping timeout: 252 seconds)
1619 [14:10:42] *** Quits: desafder (~desafder@replaced-ip ) (Ping timeout: 252 seconds)
1620 [14:10:43] *** rwcom9 is now known as rwcom
1621 [14:11:39] *** Quits: tirrell (~cwl@replaced-ip ) (Ping timeout: 240 seconds)
1622 [14:12:23] *** Quits: KDr2 (~KDr2@replaced-ip ) (Killed (sinisalo.freenode.net (Nickname regained by services)))
1623 [14:12:25] *** Joins: KDr2 (~KDr2@replaced-ip )
1624 [14:12:29] *** Joins: nobyk (~oblivion@replaced-ip )
1625 [14:12:57] <plaisthos> jelly: found the problem, all instead of any for the architecture ...
1626 [14:14:18] *** Joins: luuuciano (~luuuciano@replaced-ip )
1627 [14:15:07] *** Quits: Acid`Slayer (~whatisaus@replaced-ip ) (Ping timeout: 255 seconds)
1628 [14:15:59] *** Joins: macrobat (~beep@replaced-ip )
1629 [14:16:22] *** Joins: pringau (~pringau@replaced-ip )
1630 [14:17:15] *** Quits: cliluw (~cliluw@replaced-ip ) (Read error: Connection reset by peer)
1631 [14:17:33] *** Joins: cliluw (~cliluw@replaced-ip )
1632 [14:17:38] *** Quits: nobyk (~oblivion@replaced-ip ) (Ping timeout: 240 seconds)
1633 [14:17:40] *** Quits: KDr2 (~KDr2@replaced-ip ) (Ping timeout: 252 seconds)
1634 [14:18:13] *** Quits: pringau (~pringau@replaced-ip ) (Remote host closed the connection)
1635 [14:18:25] <dob1> ,v virtualbox
1636 [14:18:26] <judd> Package: virtualbox on amd64 -- jessie/contrib: 4.3.36-dfsg-1+deb8u1; jessie-security/contrib: 4.3.36-dfsg-1+deb8u1; stretch-backports/contrib: 5.2.24-dfsg-4~bpo9+1; sid/contrib: 6.1.4-dfsg-1
1637 [14:18:26] *** Joins: cHi-ses- (~Username@replaced-ip )
1638 [14:19:01] *** debhelper sets mode: +l 1549
1639 [14:19:32] *** Quits: silentjet (~jet@replaced-ip ) (Remote host closed the connection)
1640 [14:19:40] *** Joins: black_ant (~antilope@replaced-ip )
1641 [14:19:40] *** Quits: black_ant (~antilope@replaced-ip ) (Changing host)
1642 [14:19:40] *** Joins: black_ant (~antilope@replaced-ip )
1643 [14:22:24] *** Quits: AgTh (~b50c6@replaced-ip ) (Quit: leaving)
1644 [14:22:35] *** Joins: AgTh (~b50c6@replaced-ip )
1645 [14:23:08] *** Joins: llucenic (~Thunderbi@replaced-ip )
1646 [14:23:14] <twanny796> how do I set my timezone for ntp?
1647 [14:23:40] *** Parts: plaisthos (~arne@replaced-ip ) ()
1648 [14:24:12] *** Joins: XmmD (~Bogdan@replaced-ip )
1649 [14:25:06] *** Quits: timur_davletshin (~timur_dav@replaced-ip ) (Read error: Connection reset by peer)
1650 [14:25:20] *** Joins: KDr2 (~KDr2@replaced-ip )
1651 [14:25:53] *** Joins: shtrb (~shtrb@replaced-ip )
1652 [14:26:23] <ratrace> twanny796: dpkg-reconfigure tzdata
1653 [14:27:16] *** Quits: flo2marsnet (~flo2marsn@replaced-ip ) (Ping timeout: 255 seconds)
1654 [14:27:32] *** Quits: AgTh (~b50c6@replaced-ip ) (Quit: leaving)
1655 [14:27:52] *** Joins: epitamizer (~snake@replaced-ip )
1656 [14:29:35] <twanny796> ratrace: kk
1657 [14:30:20] *** Joins: linuxx (~nuxx@replaced-ip )
1658 [14:30:47] *** Joins: forsal (05b43e40@replaced-ip )
1659 [14:32:03] *** Quits: In33dt0Kn0w (9f0067f2@replaced-ip ) (Ping timeout: 240 seconds)
1660 [14:32:17] *** Joins: paulez (~paul@replaced-ip )
1661 [14:32:28] *** Quits: twanny796 (~user@replaced-ip ) (Remote host closed the connection)
1662 [14:33:29] <jelly> ntp does not care about your puny timezones.
1663 [14:34:01] <Haohmaru> computers don't care about night or day, they don't sleep
1664 [14:34:47] *** Joins: zamuro (~Samantha@replaced-ip )
1665 [14:34:47] *** Quits: zamuro (~Samantha@replaced-ip ) (Changing host)
1666 [14:34:47] *** Joins: zamuro (~Samantha@replaced-ip )
1667 [14:34:56] *** Quits: linuxx (~nuxx@replaced-ip ) (Client Quit)
1668 [14:34:56] *** Joins: zodd (~Zzzzzzzzz@replaced-ip )
1669 [14:34:58] <Haohmaru> dpkg ain't that right, bruh
1670 [14:34:58] <dpkg> Haohmaru: are you using Windows?
1671 [14:35:08] *** Joins: PallasXD (~PallasXD@replaced-ip )
1672 [14:35:10] <Haohmaru> crap, u cought me there
1673 [14:35:20] *** zodd is now known as Guest5654
1674 [14:35:43] *** Guest5654 is now known as zodd_
1675 [14:35:55] *** Joins: retinux (~tine@replaced-ip )
1676 [14:36:57] *** Quits: turona (~quassel@replaced-ip ) (Ping timeout: 272 seconds)
1677 [14:37:43] *** Quits: rabbitear_g (~rabbitear@replaced-ip ) (Ping timeout: 240 seconds)
1678 [14:37:56] <forsal> Hi How can I make debian down bar to looks like monjaro (square shape shotrcuts) replaced-url
1679 [14:38:25] <shtrb> Haohmaru, dpkg is just a support account
1680 [14:38:29] <Haohmaru> how does it look now?
1681 [14:38:30] *** Joins: dtux (~dmtucker@replaced-ip )
1682 [14:38:48] <Haohmaru> forsal ^
1683 [14:38:58] <Haohmaru> shtrb i know ;P~
1684 [14:38:59] <shtrb> forsal, what DE are you using ?
1685 [14:39:02] *** Joins: Marqeaux (~Marqeaux@replaced-ip )
1686 [14:39:26] *** Quits: cliluw (~cliluw@replaced-ip ) (Read error: Connection reset by peer)
1687 [14:39:32] *** Quits: han-solo (~han-solo@replaced-ip ) (Quit: leaving)
1688 [14:39:43] *** Joins: cliluw (~cliluw@replaced-ip )
1689 [14:39:58] *** Joins: rabbitear_g (~rabbitear@replaced-ip )
1690 [14:40:04] *** Joins: silentjet (~jet@replaced-ip )
1691 [14:41:30] *** Quits: mrleaW (~shield@replaced-ip ) (Quit: mrleaW)
1692 [14:41:57] *** Joins: stefanc_diff (~stefanc_d@replaced-ip )
1693 [14:42:34] *** Quits: redguy (~matik@replaced-ip ) (Ping timeout: 255 seconds)
1694 [14:42:46] *** Quits: dtux (~dmtucker@replaced-ip ) (Ping timeout: 240 seconds)
1695 [14:42:47] *** Joins: Cyb0ti-2 (~Cyb0ti@replaced-ip )
1696 [14:43:16] *** Joins: kmalevich (~tdp@replaced-ip )
1697 [14:43:19] *** Quits: Pjusur (~Pjusur@replaced-ip ) (Quit: Leaving)
1698 [14:44:29] *** Quits: kreyren[m] (~kreyrenm]@replaced-ip ) (Remote host closed the connection)
1699 [14:44:49] *** Joins: kreyren[m] (~kreyrenm]@replaced-ip )
1700 [14:44:56] *** Joins: terrell (~terr@replaced-ip )
1701 [14:45:03] *** Joins: Rhuarc (~Rhuarc-@replaced-ip )
1702 [14:45:32] *** Joins: Apeiron` (~Apeiron@replaced-ip )
1703 [14:46:33] *** Joins: timur_davletshin (~timur_dav@replaced-ip )
1704 [14:47:04] *** Joins: Johann (~cisswit@replaced-ip )
1705 [14:47:04] <forsal> @shtrb de?hmmm debian10
1706 [14:47:31] *** Quits: terr_ (~terr@replaced-ip ) (Ping timeout: 255 seconds)
1707 [14:47:37] *** Quits: kmalevich (~tdp@replaced-ip ) (Client Quit)
1708 [14:48:25] *** Quits: bhoman (~quassel@replaced-ip ) (Read error: Connection reset by peer)
1709 [14:49:01] *** debhelper sets mode: +l 1556
1710 [14:49:07] *** Joins: bhoman (~quassel@replaced-ip )
1711 [14:49:57] *** Quits: user217_ (~user217_@replaced-ip ) (Quit: Leaving)
1712 [14:50:27] <shtrb> DE Desktop Environment (plasma/ Gnome , lxde ... )
1713 [14:50:46] <forsal> ah ok KDE
1714 [14:51:05] *** Parts: zamuro (~Samantha@replaced-ip ) ("[IRSSI]")
1715 [14:51:43] <shtrb> ,v papirus
1716 [14:51:44] <judd> No package named 'papirus' was found in amd64.
1717 [14:52:02] <shtrb> ,v papirus-icon-theme
1718 [14:52:03] <judd> Package: papirus-icon-theme on amd64 -- stretch-backports: 20190203-1~bpo9+1; buster: 20190203-1; buster-backports: 20200201-1~bpo10+1; bullseye: 20200201-1; sid: 20200201-1
1719 [14:52:28] <shtrb> forsal, install papirus-icon-theme and select it in your theme
1720 [14:52:54] *** Joins: Kevlar_Noir (~manjaro-u@replaced-ip )
1721 [14:52:54] <shtrb> sorry , wrong theme
1722 [14:53:44] *** Joins: AgTh (~b50c6@replaced-ip )
1723 [14:54:23] *** Quits: Eryn_1983_FL (~Eryn_1983@replaced-ip ) (Ping timeout: 260 seconds)
1724 [14:54:33] *** Joins: nirakara (~nurks@replaced-ip )
1725 [14:55:05] *** Joins: dashs (~dave@replaced-ip )
1726 [14:55:12] *** Quits: makaveli7 (~makaveli7@replaced-ip ) (Quit: WeeChat 2.7.1)
1727 [14:55:22] *** Quits: isostatic (uid224824@replaced-ip ) (Quit: Connection closed for inactivity)
1728 [14:55:54] *** Quits: epony (epony@replaced-ip ) (Quit: reconf)
1729 [14:55:55] *** Quits: shtrb (~shtrb@replaced-ip ) (Remote host closed the connection)
1730 [14:55:56] *** Joins: honsa_ (~honsa@replaced-ip )
1731 [14:56:12] *** Joins: mspe (~mspe@replaced-ip )
1732 [14:57:51] *** Quits: CTF (~ctf@replaced-ip ) (Ping timeout: 272 seconds)
1733 [14:58:12] *** Joins: mrrobot_ (~mrrobot@replaced-ip )
1734 [14:58:15] <forsal> shtrb thank you, testing
1735 [14:59:06] *** Quits: honsa (~honsa@replaced-ip ) (Ping timeout: 252 seconds)
1736 [15:00:27] *** Quits: mrrobot (~mrrobot@replaced-ip ) (Ping timeout: 240 seconds)
1737 [15:00:52] *** Quits: hugh_marera (~hugh_mare@replaced-ip ) (Quit: hugh_marera)
1738 [15:01:51] *** Joins: P1ersson (~P1ersson@replaced-ip )
1739 [15:01:59] *** Quits: PallasXD (~PallasXD@replaced-ip ) (Quit: Leaving)
1740 [15:02:21] *** Joins: alter (~alter@replaced-ip )
1741 [15:02:33] <alter> !list
1742 [15:02:33] <dpkg> alter: vedi replaced-url
1743 [15:02:42] *** Parts: alter (~alter@replaced-ip ) ()
1744 [15:03:31] *** Joins: hugh_marera (~hugh_mare@replaced-ip )
1745 [15:03:47] *** Joins: CTF (~ctf@replaced-ip )
1746 [15:04:35] *** Quits: epitamizer (~snake@replaced-ip ) (Quit: Leaving)
1747 [15:05:40] *** Quits: saundkim (~saundkim@replaced-ip ) (Quit: saundkim)
1748 [15:05:54] <forsal> @shtrb it's not what I'm looking for
1749 [15:06:18] *** Quits: jmcgnh (~jmcgnh@replaced-ip ) (Read error: Connection reset by peer)
1750 [15:06:24] <forsal> I want after you open for example firefox Icon stay in square shape
1751 [15:06:51] <forsal> the same like in monjaro kde
1752 [15:07:07] *** Joins: sk_tandt (~sk_tandt@replaced-ip )
1753 [15:07:29] *** Joins: Eryn_1983_FL (~Eryn_1983@replaced-ip )
1754 [15:07:31] *** Joins: Brainium (~brainium@replaced-ip )
1755 [15:07:38] *** Joins: redguy (~matik@replaced-ip )
1756 [15:08:33] *** Joins: jmcgnh (~jmcgnh@replaced-ip )
1757 [15:08:44] <PaddyF> during "graphical expert install" it does a "base install" first. how could i get to a list of packages that are installed then?
1758 [15:12:36] *** Joins: flo2marsnet (~flo2marsn@replaced-ip )
1759 [15:14:04] *** Quits: pingfloyd (~pingfloyd@replaced-ip ) (Ping timeout: 265 seconds)
1760 [15:14:04] *** Quits: P1ersson (~P1ersson@replaced-ip ) (Ping timeout: 255 seconds)
1761 [15:14:26] *** Quits: AgTh (~b50c6@replaced-ip ) (Quit: leaving)
1762 [15:14:36] *** Joins: AgTh (~b50c6@replaced-ip )
1763 [15:14:45] *** Joins: LifeFrame (~LifeFrame@replaced-ip )
1764 [15:16:03] *** Joins: P1ersson (~P1ersson@replaced-ip )
1765 [15:18:45] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
1766 [15:19:49] *** Quits: tryte (~tryte@replaced-ip ) (Remote host closed the connection)
1767 [15:20:06] *** Joins: tryte (~tryte@replaced-ip )
1768 [15:22:15] *** Quits: klokken (~klokken@replaced-ip ) (Quit: klokken)
1769 [15:22:20] *** Joins: dez (uid92154@replaced-ip )
1770 [15:23:16] *** Joins: klokken (~klokken@replaced-ip )
1771 [15:23:25] *** Quits: Brigo_ (~Brigo@replaced-ip ) (Remote host closed the connection)
1772 [15:24:00] *** Joins: Brigo_ (~Brigo@replaced-ip )
1773 [15:24:46] *** Quits: chomwitt (~chomwitt@replaced-ip ) (Ping timeout: 252 seconds)
1774 [15:25:01] *** Quits: ARKANOID (~DINOWILLI@replaced-ip ) ()
1775 [15:25:42] *** Joins: rootkea (~rootkea@replaced-ip )
1776 [15:26:29] *** Joins: chomwitt (~chomwitt@replaced-ip )
1777 [15:29:13] *** Quits: BrianG61UK (~BrianG61U@replaced-ip ) (Read error: Connection reset by peer)
1778 [15:30:48] *** Joins: grobi2 (~rtng@replaced-ip )
1779 [15:32:07] *** Joins: frgo_ (~frgo@replaced-ip )
1780 [15:33:25] *** Quits: frgo (~frgo@replaced-ip ) (Ping timeout: 255 seconds)
1781 [15:33:34] *** Quits: jmcgnh (~jmcgnh@replaced-ip ) (Read error: Connection reset by peer)
1782 [15:35:20] *** Quits: mrcrypto08 (uid405647@replaced-ip ) (Quit: Connection closed for inactivity)
1783 [15:35:37] *** Joins: code1o6 (~code1o6@replaced-ip )
1784 [15:35:41] <code1o6> Hello, what is the fastest way to package a python app to .deb?
1785 [15:36:03] *** Joins: lavaflow (~martha@replaced-ip )
1786 [15:36:07] *** Quits: uNmowed (~Kaede@replaced-ip ) (Read error: Connection reset by peer)
1787 [15:36:57] <Haohmaru> i've heard that sneks like hot milk
1788 [15:37:03] <themill> ,i pypi2deb
1789 [15:37:04] <judd> Package pypi2deb (python, optional) in buster/amd64: PyPI to Debian converter. Version: 2.20180804; Size: 16.8k; Installed: 111k; Homepage: replaced-url
1790 [15:37:07] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
1791 [15:37:19] <themill> code1o6: ^^ some people like that; personally, I just make the package.
1792 [15:37:26] *** Joins: prince1 (~prince@replaced-ip )
1793 [15:37:27] *** Quits: forsal (05b43e40@replaced-ip ) (Remote host closed the connection)
1794 [15:37:28] *** Quits: m0u (~m0u@replaced-ip ) (Ping timeout: 255 seconds)
1795 [15:38:45] *** Joins: alazy (~alazywork@replaced-ip )
1796 [15:39:11] *** Quits: MrAlexandr0 (~MrAlexand@replaced-ip ) (Ping timeout: 260 seconds)
1797 [15:40:57] *** Joins: jmcgnh (~jmcgnh@replaced-ip )
1798 [15:41:18] *** Joins: colo-work (~colo-work@replaced-ip )
1799 [15:42:08] *** Quits: prince1 (~prince@replaced-ip ) (Ping timeout: 258 seconds)
1800 [15:43:18] *** Quits: timur_davletshin (~timur_dav@replaced-ip ) (Quit: Leaving)
1801 [15:43:45] *** Joins: MrAlexandr0 (~MrAlexand@replaced-ip )
1802 [15:44:23] *** Joins: chachasmooth_ (~chachasmo@replaced-ip )
1803 [15:45:00] *** Joins: timur_davletshin (~timur_dav@replaced-ip )
1804 [15:45:21] *** Quits: chachasmooth (~chachasmo@replaced-ip ) (Ping timeout: 272 seconds)
1805 [15:45:26] *** Joins: lastrodamo (~lastrodam@replaced-ip )
1806 [15:46:28] *** Joins: thiras (~thiras@replaced-ip )
1807 [15:46:39] *** Quits: przemoc (~przemoc@replaced-ip ) (Ping timeout: 260 seconds)
1808 [15:48:13] *** Quits: frgo_ (~frgo@replaced-ip ) (Read error: Connection timed out)
1809 [15:48:24] *** Quits: bhoman (~quassel@replaced-ip ) (Read error: Connection reset by peer)
1810 [15:49:07] *** Joins: bhoman (~quassel@replaced-ip )
1811 [15:49:39] *** Joins: frgo (~frgo@replaced-ip )
1812 [15:50:01] *** Quits: mikkel (~mike@replaced-ip ) (Quit: leaving)
1813 [15:51:09] *** Quits: xcm (~xcm@replaced-ip ) (Read error: Connection reset by peer)
1814 [15:51:38] *** Joins: NecessaryEvil (~Necessary@replaced-ip )
1815 [15:52:05] *** Joins: xcm (~xcm@replaced-ip )
1816 [15:54:02] *** Joins: zamuro (~Samantha@replaced-ip )
1817 [15:54:02] *** Quits: zamuro (~Samantha@replaced-ip ) (Changing host)
1818 [15:54:02] *** Joins: zamuro (~Samantha@replaced-ip )
1819 [15:54:04] *** Joins: mtn (~mtn@replaced-ip )
1820 [15:54:22] *** honsa_ is now known as honsa
1821 [15:54:28] *** Quits: Jo-Anna (uid57472@replaced-ip ) (Quit: Connection closed for inactivity)
1822 [15:56:04] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
1823 [15:58:18] *** Joins: jackedin (~jackedin@replaced-ip )
1824 [15:58:28] *** Quits: jackedin (~jackedin@replaced-ip ) (Max SendQ exceeded)
1825 [15:59:01] *** Joins: jackedin (~jackedin@replaced-ip )
1826 [16:03:01] *** Parts: mononote (~mononote@replaced-ip ) ("Leaving")
1827 [16:03:27] *** Quits: P1ersson (~P1ersson@replaced-ip ) (Ping timeout: 260 seconds)
1828 [16:05:07] *** Joins: DingDigDangDanDi (~DingDigDa@replaced-ip )
1829 [16:05:31] *** Quits: DingDigDangDanDi (~DingDigDa@replaced-ip ) (Max SendQ exceeded)
1830 [16:06:17] *** Quits: MrAlexandr0 (~MrAlexand@replaced-ip ) (Ping timeout: 258 seconds)
1831 [16:06:27] *** Joins: DingDigDangDanDi (~DingDigDa@replaced-ip )
1832 [16:06:48] *** Quits: DingDigDangDanDi (~DingDigDa@replaced-ip ) (Max SendQ exceeded)
1833 [16:08:16] *** Joins: DingDigDangDanDi (~DingDigDa@replaced-ip )
1834 [16:08:36] *** Quits: DingDigDangDanDi (~DingDigDa@replaced-ip ) (Max SendQ exceeded)
1835 [16:08:39] *** Quits: NecessaryEvil (~Necessary@replaced-ip##) (Quit: Colloquy for iPhone - ##replaced-url
1836 [16:09:28] *** Joins: DingDigDangDanDi (~DingDigDa@replaced-ip )
1837 [16:09:46] *** Quits: DingDigDangDanDi (~DingDigDa@replaced-ip ) (Max SendQ exceeded)
1838 [16:10:27] *** Joins: DingDigDangDanDi (~DingDigDa@replaced-ip )
1839 [16:10:45] *** Quits: DingDigDangDanDi (~DingDigDa@replaced-ip ) (Max SendQ exceeded)
1840 [16:11:29] *** Joins: DingDigDangDanDi (~DingDigDa@replaced-ip )
1841 [16:11:46] *** Quits: DingDigDangDanDi (~DingDigDa@replaced-ip ) (Max SendQ exceeded)
1842 [16:12:12] *** ChanServ sets mode: +o jelly
1843 [16:12:13] *** ChanServ sets mode: -o jelly
1844 [16:12:16] *** ChanServ sets mode: +o jelly
1845 [16:12:35] *** Joins: DingDigDangDanDi (~DingDigDa@replaced-ip )
1846 [16:12:56] *** Quits: DingDigDangDanDi (~DingDigDa@replaced-ip ) (Max SendQ exceeded)
1847 [16:13:24] * Haohmaru eyeballz jelly
1848 [16:13:43] *** Joins: HarveyPwca (~HarveyPwc@replaced-ip )
1849 [16:14:04] *** Joins: MrAlexandr0 (~MrAlexand@replaced-ip )
1850 [16:14:16] *** Joins: DingDigDangDanDi (~DingDigDa@replaced-ip )
1851 [16:14:35] *** Quits: DingDigDangDanDi (~DingDigDa@replaced-ip ) (Max SendQ exceeded)
1852 [16:15:20] *** Joins: DingDigDangDanDi (~DingDigDa@replaced-ip )
1853 [16:15:38] *** Quits: DingDigDangDanDi (~DingDigDa@replaced-ip ) (Max SendQ exceeded)
1854 [16:16:28] *** Quits: zamuro (~Samantha@replaced-ip ) (Remote host closed the connection)
1855 [16:16:29] *** jelly sets mode: +b *!*@59.59.20.68$##fyc
1856 [16:16:40] *** ChanServ sets mode: -o jelly
1857 [16:16:43] *** Joins: P1ersson (~P1ersson@replaced-ip )
1858 [16:16:46] *** Joins: zamuro (~Samantha@replaced-ip )
1859 [16:16:46] *** Quits: zamuro (~Samantha@replaced-ip ) (Changing host)
1860 [16:16:46] *** Joins: zamuro (~Samantha@replaced-ip )
1861 [16:18:43] *** Joins: F0nzie (~happy@replaced-ip )
1862 [16:19:03] *** Joins: ChmEarl (~chmearl@replaced-ip )
1863 [16:19:26] *** Quits: TheCryptek (~TheCrypte@replaced-ip ) (Read error: Connection reset by peer)
1864 [16:19:26] *** Quits: button (~crayon@replaced-ip ) (Read error: Connection reset by peer)
1865 [16:21:25] *** Joins: honsa_ (~honsa@replaced-ip )
1866 [16:22:48] *** Joins: vvor (~vvor@replaced-ip )
1867 [16:24:16] *** Quits: P1ersson (~P1ersson@replaced-ip ) (Ping timeout: 255 seconds)
1868 [16:24:38] *** Quits: honsa (~honsa@replaced-ip ) (Ping timeout: 265 seconds)
1869 [16:25:15] *** Quits: Elirips (~Elirips@replaced-ip##) (Quit: KVIrc 5.0.0 Aria ##replaced-url
1870 [16:25:26] *** Joins: m0u (~m0u@replaced-ip )
1871 [16:26:05] *** Quits: peterS (~peter@replaced-ip ) (Ping timeout: 265 seconds)
1872 [16:26:38] *** Quits: PaddyF (~irssi@replaced-ip ) (Quit: leaving)
1873 [16:27:32] *** Joins: Kruppt (~Kruppt@replaced-ip )
1874 [16:27:45] *** Quits: Brigo_ (~Brigo@replaced-ip ) (Ping timeout: 258 seconds)
1875 [16:28:16] *** Quits: Kruppt (~Kruppt@replaced-ip ) (Max SendQ exceeded)
1876 [16:28:17] *** Joins: Annonomus (2f09da31@replaced-ip )
1877 [16:28:46] *** Quits: Alleria (~AllahuAkb@replaced-ip ) (Ping timeout: 255 seconds)
1878 [16:29:03] *** Joins: Kruppt (~Kruppt@replaced-ip )
1879 [16:29:10] *** Joins: twobitsprite (~ifreeman@replaced-ip )
1880 [16:29:24] <code1o6> @judd that is more convert python libraries to PyPi? does it work with applications?
1881 [16:30:33] *** Joins: MenschZwoNull_ (~MenschZwo@replaced-ip )
1882 [16:31:48] *** Joins: Alleria (~AllahuAkb@replaced-ip )
1883 [16:32:54] *** Parts: zamuro (~Samantha@replaced-ip ) ("[IRSSI]")
1884 [16:33:07] *** Joins: ob-sed (~obesd@replaced-ip )
1885 [16:33:22] <Annonomus> how to find any bugs in system
1886 [16:33:42] <jelly> use it
1887 [16:33:51] <jelly> you'll find some bugs soon enough
1888 [16:34:19] <Haohmaru> bugs only come out when you akchually are trying to do something for a purpose other than for testing for bugs
1889 [16:34:19] *** Joins: Tom01 (~tom@replaced-ip )
1890 [16:34:31] <Haohmaru> when you're testing - they b hidin'
1891 [16:34:39] *** Quits: flo2marsnet (~flo2marsn@replaced-ip ) (Ping timeout: 258 seconds)
1892 [16:35:07] *** Quits: curses (uid423981@replaced-ip ) ()
1893 [16:35:30] <jelly> QA teams would be useless were that a norm
1894 [16:35:38] *** Joins: curses (uid423981@replaced-ip )
1895 [16:36:38] *** Joins: MenschZwoNull__ (~MenschZwo@replaced-ip )
1896 [16:36:39] *** Quits: fiiirree (FIRE@replaced-ip ) (Ping timeout: 272 seconds)
1897 [16:36:47] *** Joins: jhutchins_wk (~jonathan@replaced-ip )
1898 [16:37:19] <n_1-c_k> The Wireguard page replaced-url
1899 [16:37:35] *** Joins: troys (~troy@replaced-ip )
1900 [16:38:24] *** Joins: P1ersson (~P1ersson@replaced-ip )
1901 [16:39:01] *** debhelper sets mode: +l 1562
1902 [16:39:11] *** Joins: dtux (~dmtucker@replaced-ip )
1903 [16:39:28] <jelly> ,v wireguard-dkms
1904 [16:39:30] <judd> Package: wireguard-dkms on amd64 -- bullseye: 0.0.20200215-1; sid: 0.0.20200215-1
1905 [16:39:45] <jelly> ,checkbackport wireguard-dkms
1906 [16:39:47] <judd> Backporting package wireguard-dkms in sid→buster/amd64: unsatisfiable build dependencies: Build-Depends: debhelper-compat (= 12).
1907 [16:39:49] *** Quits: MenschZwoNull_ (~MenschZwo@replaced-ip ) (Ping timeout: 272 seconds)
1908 [16:39:56] <jelly> judd: you fool!
1909 [16:39:57] *** Joins: TheCryptek (~TheCrypte@replaced-ip )
1910 [16:40:07] *** Quits: Tom01 (~tom@replaced-ip ) (Remote host closed the connection)
1911 [16:40:19] *** Quits: thelastjedi_ (~quassel@replaced-ip ) (Ping timeout: 260 seconds)
1912 [16:40:25] <jelly> n_1-c_k: they can't. Make a local backport to avoid accidental breakage
1913 [16:40:46] <n_1-c_k> jelly, OK - thanks.
1914 [16:41:31] <jelly> it's too easy to break things after adding binary "deb " of a newer debian branch to sources.list, even with pinning.
1915 [16:41:36] *** Joins: Tom01 (~tom@replaced-ip )
1916 [16:43:01] *** Joins: OS-41520 (~OS-41520@replaced-ip )
1917 [16:43:11] *** Parts: OS-41520 (~OS-41520@replaced-ip ) ()
1918 [16:43:22] *** Quits: drzacek (~drzacek@replaced-ip ) (Quit: Leaving)
1919 [16:43:26] *** Quits: dtux (~dmtucker@replaced-ip ) (Ping timeout: 240 seconds)
1920 [16:44:15] *** Quits: DaRock (~quassel@replaced-ip ) (Ping timeout: 272 seconds)
1921 [16:46:16] *** Joins: joepublic (~joepublic@replaced-ip )
1922 [16:46:23] *** Quits: martian67 (~martian67@replaced-ip ) (Remote host closed the connection)
1923 [16:46:24] *** Quits: psilonux (~psilonux@replaced-ip ) (Remote host closed the connection)
1924 [16:46:45] *** Joins: martian67 (~martian67@replaced-ip )
1925 [16:47:00] *** Joins: diniwed (~gavron@replaced-ip )
1926 [16:47:19] *** Joins: psilonux (~psilonux@replaced-ip )
1927 [16:48:08] *** Joins: diogenes_ (~diogenes_@replaced-ip )
1928 [16:48:26] *** Quits: bhoman (~quassel@replaced-ip ) (Read error: Connection reset by peer)
1929 [16:49:07] *** Joins: bhoman (~quassel@replaced-ip )
1930 [16:49:53] *** Quits: Namarrgon (~glei@replaced-ip ) (Quit: WeeChat 2.7.1)
1931 [16:50:45] *** Joins: crayon (~crayon@replaced-ip )
1932 [16:50:46] *** Joins: Namarrgon (~glei@replaced-ip )
1933 [16:51:44] *** Quits: dionysus69 (~Thunderbi@replaced-ip ) (Quit: dionysus69)
1934 [16:51:51] *** Quits: chachasmooth_ (~chachasmo@replaced-ip ) (Quit: Quit)
1935 [16:52:12] *** Joins: chachasmooth (~chachasmo@replaced-ip )
1936 [16:52:27] *** Joins: robobox2 (~robobox2@replaced-ip )
1937 [16:54:00] *** Quits: HerbY_NL2 (~HerbY_NL2@replaced-ip ) (Quit: Leaving)
1938 [16:54:19] *** Quits: seekr (~seekr@replaced-ip ) (Ping timeout: 260 seconds)
1939 [16:54:30] *** Annonomus is now known as Abhishek
1940 [16:56:43] *** Joins: fax (~quassel@replaced-ip )
1941 [16:58:18] *** Quits: Abhishek (2f09da31@replaced-ip ) (Remote host closed the connection)
1942 [16:59:14] *** Quits: AquaL1te (~AquaL1te@replaced-ip ) (Quit: leaving)
1943 [17:00:27] *** Quits: mibo (~mibo@replaced-ip ) (Remote host closed the connection)
1944 [17:02:22] *** Joins: hele (~hele@replaced-ip )
1945 [17:03:32] *** Joins: shoobie (~shoobie@replaced-ip )
1946 [17:03:36] *** Joins: dowwie (~dowwie@replaced-ip )
1947 [17:03:38] *** Quits: shoobie (~shoobie@replaced-ip ) (Remote host closed the connection)
1948 [17:03:38] *** Quits: dowwie (~dowwie@replaced-ip ) (Remote host closed the connection)
1949 [17:03:48] *** Quits: zeSoup (~jsc@replaced-ip ) (Quit: Leaving.)
1950 [17:03:56] *** Joins: quarterback (~quarterba@replaced-ip )
1951 [17:04:21] <quarterback> I'm curious what is the monthly data traffic size of a debian linux mirror?
1952 [17:05:02] *** Joins: epony (epony@replaced-ip )
1953 [17:05:58] *** Joins: towo` (~towo@replaced-ip )
1954 [17:06:25] *** Quits: P1ersson (~P1ersson@replaced-ip ) (Ping timeout: 272 seconds)
1955 [17:06:28] *** Quits: m0u (~m0u@replaced-ip ) (Ping timeout: 258 seconds)
1956 [17:06:52] <Haohmaru> 42
1957 [17:06:57] *** Joins: BitDEVil2K16 (BitDEVil2K@replaced-ip )
1958 [17:07:38] *** Quits: BitDEVil2K16 (BitDEVil2K@replaced-ip ) (Remote host closed the connection)
1959 [17:08:03] <quarterback> Those 42 people are borderline.
1960 [17:08:46] *** Quits: MenschZwoNull__ (~MenschZwo@replaced-ip ) (Ping timeout: 240 seconds)
1961 [17:10:18] *** Joins: pinnen (~pinnen@replaced-ip )
1962 [17:10:18] *** Quits: pinnen (~pinnen@replaced-ip ) (Changing host)
1963 [17:10:18] *** Joins: pinnen (~pinnen@replaced-ip )
1964 [17:11:24] *** Quits: joepublic (~joepublic@replaced-ip ) (Remote host closed the connection)
1965 [17:13:36] *** Quits: Mad_Hat (~Mad_Hat@replaced-ip ) ()
1966 [17:14:22] <jelly> quarterback: about 3.50
1967 [17:14:26] *** Quits: hramrach (hramrach@replaced-ip ) (Ping timeout: 240 seconds)
1968 [17:14:59] *** Quits: wodencafe (wodencafe@replaced-ip##) (Quit: ZNC 1.6.6+deb1ubuntu0.2 - ##replaced-url
1969 [17:15:46] *** Quits: chele (~chele@replaced-ip ) (Quit: Leaving)
1970 [17:15:59] *** Quits: abundantmussel (~quassel@replaced-ip ) (Quit: abundantmussel)
1971 [17:16:27] *** Quits: titsuki (~titsuki@replaced-ip ) (Read error: Connection reset by peer)
1972 [17:16:35] <jelly> Total kB Files | 110532390 # for January 2020
1973 [17:16:37] <quarterback> jelly, You mean 3.5 TB?
1974 [17:16:38] *** Quits: retinux (~tine@replaced-ip ) (Quit: Leaving)
1975 [17:16:44] *** Joins: titsuki (~titsuki@replaced-ip )
1976 [17:17:31] *** Quits: cliluw (~cliluw@replaced-ip ) (Read error: Connection reset by peer)
1977 [17:17:43] *** Joins: cliluw (~cliluw@replaced-ip )
1978 [17:19:01] *** debhelper sets mode: +l 1553
1979 [17:20:12] <jelly> it really depends on how many users get to use your mirror
1980 [17:20:36] *** Quits: Funkin-Stoopid (~xavier@replaced-ip ) (Quit: Konversation terminated!)
1981 [17:20:51] <jelly> we probably have more traffic from mirror syncing than from end users
1982 [17:20:52] <Haohmaru> and whether some of the big planets have aligned or not with their updates ;P~
1983 [17:20:55] <quarterback> It is not setup yet. I dont know actually, atleast a 100 to 1000 per month downloads of a full linux setup files.
1984 [17:21:12] *** Quits: F0nzie (~happy@replaced-ip ) (Remote host closed the connection)
1985 [17:21:26] <quarterback> How many users of debian are there?
1986 [17:21:44] *** Joins: hramrach (hramrach@replaced-ip )
1987 [17:22:01] <quarterback> I am assuming a mirror like us.debian.org or de.debian.org will get more like 10k downloads per month.
1988 [17:22:51] <quarterback> So its like 10k x 3.5 GB per month at most.
1989 [17:22:57] <jelly> downloads of what? People only download packages that have updates, or pacakges they want to install
1990 [17:23:34] <quarterback> First they download the whole distribution, then updates. Updates are probably less than 300 MB per month per user.
1991 [17:23:57] <quarterback> The whole linux setup for the first time in iso or network install is about 3.5 GB.
1992 [17:24:25] <jelly> that can vary wildly depending on what the user chooses in the installer
1993 [17:24:31] <jelly> and how fresh the installer is
1994 [17:24:41] <Haohmaru> "i want to try all the DEs \o/"
1995 [17:24:49] <quarterback> Yes, it can vary. I just selected the median.
1996 [17:24:51] <Haohmaru> "and all the kernelz"
1997 [17:24:52] *** Joins: glouch (~glouk@replaced-ip )
1998 [17:24:55] <jelly> also, iso images are mirrored separately from the repos
1999 [17:25:21] *** Quits: cHi-ses- (~Username@replaced-ip##) (Quit: Going offline, see ya! (##replaced-url
2000 [17:25:38] <jelly> I see traffic from daily ftpsync of about: rsync-ftpsync.log.3:2020/02/23 17:49:50 [21795] Total bytes received: 3809504306
2001 [17:25:44] <jelly> 3-4GB
2002 [17:25:55] *** Joins: santiago__ (~Santiago@replaced-ip )
2003 [17:26:22] *** Quits: SiAnDoG (~514nDoG@replaced-ip ) (Remote host closed the connection)
2004 [17:26:37] *** Quits: santiago__ (~Santiago@replaced-ip ) (Client Quit)
2005 [17:26:38] <jelly> that will be the same for any full mirror. Traffic from actual users may vary.
2006 [17:26:40] *** Joins: Mad_Hat (~Mad_Hat@replaced-ip )
2007 [17:26:48] *** Joins: SiAnDoG (~514nDoG@replaced-ip )
2008 [17:26:59] *** Joins: hemimaniac (~hemi@replaced-ip )
2009 [17:28:13] *** Joins: m0u (~m0u@replaced-ip )
2010 [17:28:35] <Haohmaru> that would rise significantly during that day when i tried to "convert" my 32bit debian to 64bit without reinstalling
2011 [17:28:58] <quarterback> Syncing just the mirror files is about 4 GB per day which is like 48 GB per month. Upload size per month depends on users.
2012 [17:29:47] *** Quits: asterismo_m (~Santiago@replaced-ip ) (Ping timeout: 260 seconds)
2013 [17:29:51] *** Quits: encod3_ (~encod3@replaced-ip ) (Remote host closed the connection)
2014 [17:29:54] *** honsa_ is now known as honsa
2015 [17:31:42] *** Joins: MenschZwoNull (~MenschZwo@replaced-ip )
2016 [17:31:55] *** Quits: dez (uid92154@replaced-ip ) (Quit: Connection closed for inactivity)
2017 [17:33:14] <quarterback> jelly, How often do you have to change your server HDD or SSD for maintaining a active debian mirror?
2018 [17:33:15] *** Joins: Ericounet (~Eric@replaced-ip )
2019 [17:34:14] *** Joins: jhon_love (~androirc@replaced-ip )
2020 [17:35:17] *** Quits: glouch (~glouk@replaced-ip ) (Quit: Leaving)
2021 [17:35:49] *** Quits: noamber (~luca@replaced-ip ) (Ping timeout: 255 seconds)
2022 [17:36:22] *** Joins: honsa_ (~honsa@replaced-ip )
2023 [17:36:43] *** Joins: poluniox (~popo@replaced-ip )
2024 [17:37:08] *** Quits: chomwitt (~chomwitt@replaced-ip ) (Ping timeout: 252 seconds)
2025 [17:37:12] *** Joins: bouzu_ (~bouzu_@replaced-ip )
2026 [17:37:31] *** Quits: citypw (~citypw@replaced-ip ) (Ping timeout: 258 seconds)
2027 [17:38:00] *** Joins: rsx (~rsx@replaced-ip )
2028 [17:38:21] *** Joins: mibo (~mibo@replaced-ip )
2029 [17:38:21] *** Joins: prince1 (~prince@replaced-ip )
2030 [17:38:49] *** Joins: chomwitt (~chomwitt@replaced-ip )
2031 [17:39:15] *** Quits: honsa (~honsa@replaced-ip ) (Ping timeout: 240 seconds)
2032 [17:40:08] *** Joins: mrleaW (~shield@replaced-ip )
2033 [17:40:50] *** jer0m_ is now known as jer0me
2034 [17:40:56] *** Joins: KaiForce (~chatzilla@replaced-ip )
2035 [17:41:17] *** Joins: Holiday (~rjr162@replaced-ip )
2036 [17:41:23] *** Quits: Holiday (~rjr162@replaced-ip ) (Changing host)
2037 [17:41:23] *** Joins: Holiday (~rjr162@replaced-ip )
2038 [17:41:57] *** Quits: traveltissues (~traveltis@replaced-ip ) (Remote host closed the connection)
2039 [17:42:57] *** Parts: Holiday (~rjr162@replaced-ip ) ()
2040 [17:42:57] <jelly> quarterback: that's really hard to tell as the VM is sharing disk array backend with 50-200 more VMs.
2041 [17:43:25] *** Quits: prince1 (~prince@replaced-ip ) (Ping timeout: 265 seconds)
2042 [17:43:33] <quarterback> jelly, Do you have a hosting company?
2043 [17:43:35] <Haohmaru> quarterback r u gonna run that thing on yer own comput0r?
2044 [17:43:42] <jelly> quarterback: I work for an ISP.
2045 [17:44:16] <quarterback> Haohmaru, If I had a fixed IP adresss and bandwidth, I would. I dont think I can at the moment.
2046 [17:44:24] <Haohmaru> jelly ah, u cheat0r, ur next to the big internet pipez
2047 [17:44:35] *** Quits: Haudegen (~quassel@replaced-ip ) (Quit: Bin weg.)
2048 [17:44:39] *** Quits: fflori (~fflori@replaced-ip ) (Remote host closed the connection)
2049 [17:44:42] <jelly> they're not THAT big, it's a small ISP
2050 [17:44:50] <Haohmaru> doesn't matter
2051 [17:45:34] <quarterback> Haohmaru, We dont have a submarine cable in our state in india and we buy bandwidth from other states. If we had our our submarine cable with 6 to 12 Tbps bandwidth, we can begin to host linux mirrors.
2052 [17:45:38] *** Quits: jhon_love (~androirc@replaced-ip ) (Remote host closed the connection)
2053 [17:46:16] *** Joins: RonWhoCares (~rpiggott@replaced-ip )
2054 [17:46:33] <Haohmaru> wow, packetz going underwater o_O
2055 [17:46:41] <Haohmaru> i haven't thought about that
2056 [17:46:51] <Haohmaru> i hope they seal them well
2057 [17:46:55] <quarterback> Haohmaru, Bandwidth here is quite expensive like for 10 Gbps unlimited uplink costs with mumbai or chennai for about 500k usd per year
2058 [17:47:45] <RonWhoCares> Could someone tell me what needs to change to accept this package "N: Skipping acquire of configured file 'main/binary-arm64/Packages' as repository 'replaced-url
2059 [17:47:45] *** Joins: b1ack0p (~m@replaced-ip )
2060 [17:48:12] <quarterback> Whoever has that internet pipe tries to overcharge people as they are mostly lunatics.
2061 [17:48:21] *** Joins: pie3 (~pieee@replaced-ip )
2062 [17:49:46] <jelly> RonWhoCares: postgres people do not build packages for arm64 right now apparently, so you'd have to convince them to start doing so, and putting them in a repo
2063 [17:50:23] *** Quits: cliluw (~cliluw@replaced-ip ) (Read error: Connection reset by peer)
2064 [17:50:31] <RonWhoCares> so I'd have to build it like I just did for the raspberry PI?
2065 [17:50:38] *** Joins: cliluw (~cliluw@replaced-ip )
2066 [17:50:46] <jelly> RonWhoCares: that would also work, yes
2067 [17:50:51] <RonWhoCares> ok
2068 [17:51:12] *** Joins: flo2marsnet (~flo2marsn@replaced-ip )
2069 [17:51:15] <jelly> if you visit apt.postgresql.org it says: Architectures: amd64 (64-bit x86), i386 (32-bit x86), ppc64el (little-endian 64-bit POWER)
2070 [17:53:52] <quarterback> Haohmaru, People here also dont want to look stupid by putting a advanced operating system which they cant make themselves on their own. There are lot of reasons for making hosting and internet very expensive.
2071 [17:54:00] *** Quits: wytchmaster (~wytchmast@replaced-ip##) (Quit: ##replaced-url
2072 [17:54:10] *** Quits: TomyWork (~TomyLobo@replaced-ip ) (Ping timeout: 256 seconds)
2073 [17:54:27] <jelly> ,v postgresql --release stretch --arch arm64
2074 [17:54:28] <judd> Package: postgresql on arm64 -- stretch: 9.6+181+deb9u3
2075 [17:54:43] <jelly> ,v postgresql --arch arm64
2076 [17:54:44] <judd> Package: postgresql on arm64 -- jessie: 9.4+165+deb8u3; jessie-security: 9.4+165+deb8u4; stretch: 9.6+181+deb9u3; stretch-security: 9.6+181+deb9u3; buster: 11+200+deb10u3; buster-security: 11+200+deb10u3; bullseye: 12+211; sid: 12+211
2077 [17:54:55] <jelly> RonWhoCares: 9.6 is too old for you?
2078 [17:54:57] <Haohmaru> hm
2079 [17:55:28] <RonWhoCares> jelly: Not necessarily
2080 [17:55:47] *** Quits: winy (~vince@replaced-ip ) (Quit: Leaving.)
2081 [17:55:48] <jelly> try the one available in the distro, then
2082 [17:56:10] *** Quits: Err0r403 (~Err0r403@replaced-ip ) (Remote host closed the connection)
2083 [17:56:11] *** Joins: slv (~slv@replaced-ip )
2084 [17:56:24] <jelly> or do a release upgrade to debian 10 if that's possible
2085 [17:56:28] *** Joins: Err0r403 (~Err0r403@replaced-ip )
2086 [17:56:35] <RonWhoCares> jelly: I've just upgraded my other 2 servers to Debian 10 and postgresql 12. The final server needs more prep work before I can update it to debian 10
2087 [17:57:01] <RonWhoCares> I was wondering if I could install Postgresql 12 so I am using the same database version at least.
2088 [17:57:26] <RonWhoCares> Although the servers don't connect to each other databases. They use an API I programed.
2089 [17:57:45] *** Joins: winy (~vince@replaced-ip )
2090 [17:58:10] *** Joins: charlotte (~22@replaced-ip )
2091 [17:58:54] *** Quits: winy (~vince@replaced-ip ) (Client Quit)
2092 [17:59:33] *** Joins: pringau (~pringau@replaced-ip )
2093 [18:00:38] *** Quits: quarterback (~quarterba@replaced-ip ) (Quit: Leaving)
2094 [18:00:55] *** Joins: MenschZwoNull_ (~MenschZwo@replaced-ip )
2095 [18:02:04] *** Joins: citypw (~citypw@replaced-ip )
2096 [18:02:34] *** Quits: Haohmaru (~Haohmaru@replaced-ip ) ()
2097 [18:03:32] *** Quits: MenschZwoNull (~MenschZwo@replaced-ip ) (Ping timeout: 252 seconds)
2098 [18:03:52] *** Quits: colemickens_ (uid214@replaced-ip ) (Quit: Connection closed for inactivity)
2099 [18:04:51] *** Quits: slv (~slv@replaced-ip ) (Quit: Leaving)
2100 [18:05:08] *** Quits: V7 (~v7@replaced-ip ) (Quit: WeeChat 2.7)
2101 [18:06:59] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
2102 [18:06:59] *** Quits: n_1-c_k (~n_1-c_k@replaced-ip ) (Read error: Connection reset by peer)
2103 [18:07:19] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Quit: Bye, bye...)
2104 [18:07:30] *** Joins: joepublic (~joepublic@replaced-ip )
2105 [18:07:35] *** Quits: m0u (~m0u@replaced-ip ) (Ping timeout: 260 seconds)
2106 [18:07:42] *** Joins: n_1-c_k (~n_1-c_k@replaced-ip )
2107 [18:09:12] *** Joins: LionOpeter (~liron@replaced-ip )
2108 [18:09:44] *** Quits: akko (~gentoo@replaced-ip ) (Quit: WeeChat 2.7)
2109 [18:10:23] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Ping timeout: 272 seconds)
2110 [18:11:25] *** Joins: Plasmoduck (~Plasmoduc@replaced-ip )
2111 [18:12:01] *** Quits: charlotte (~22@replaced-ip ) (Remote host closed the connection)
2112 [18:13:28] *** Quits: pringau (~pringau@replaced-ip ) (Remote host closed the connection)
2113 [18:13:39] *** Quits: Err0r403 (~Err0r403@replaced-ip ) (Quit: Err0r403 left. Don't miss him!)
2114 [18:13:46] *** Joins: pringau (~pringau@replaced-ip )
2115 [18:14:42] *** Joins: bashquest (~bash0r@replaced-ip )
2116 [18:17:38] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
2117 [18:17:44] *** Joins: V7 (~v7@replaced-ip )
2118 [18:18:15] <MicroJoe> je
2119 [18:18:29] <MicroJoe> ^ ignore, wrong window
2120 [18:19:34] *** Quits: Error451 (~R@replaced-ip ) (Remote host closed the connection)
2121 [18:19:37] <MicroJoe> hi, I have just done this modification in the Debian wiki: replaced-url
2122 [18:19:50] <MicroJoe> should I propagate this change to all the translations of the wiki pages?
2123 [18:20:54] <dob1> how can I turn off lightdm?
2124 [18:21:02] <dob1> I don't see any service for it
2125 [18:21:36] *** Joins: ptgrluver (~Mibbit@replaced-ip )
2126 [18:23:57] *** Joins: moondog (~Thunderbi@replaced-ip )
2127 [18:24:57] *** Quits: tolok (~tolok@replaced-ip ) (Ping timeout: 272 seconds)
2128 [18:25:45] *** Quits: Marqeaux (~Marqeaux@replaced-ip ) (Quit: Ik ben weg! Tot ziens allemaal!)
2129 [18:26:14] *** Joins: st3ma (~st3ma@replaced-ip )
2130 [18:26:43] *** Quits: lastrodamo (~lastrodam@replaced-ip ) (Quit: Quitte)
2131 [18:26:44] *** ChanServ sets mode: +o eir
2132 [18:26:44] *** eir sets mode: -bo *!*@59.59.20.68$##fyc eir
2133 [18:26:48] *** Joins: GNU-FSF-Soldier (~GNU-FSF-F@replaced-ip )
2134 [18:26:54] *** Joins: honsa__ (~honsa@replaced-ip )
2135 [18:27:53] *** Quits: llucenic (~Thunderbi@replaced-ip ) (Ping timeout: 265 seconds)
2136 [18:28:13] <jhutchins_wk> dob1: Does service lightdm status return anything?
2137 [18:29:05] <dob1> ah there is !
2138 [18:29:16] <dob1> I checked before and it was not present
2139 [18:29:19] <dob1> boh...
2140 [18:30:16] *** Quits: honsa_ (~honsa@replaced-ip ) (Ping timeout: 255 seconds)
2141 [18:30:43] *** Quits: clemens3 (~clemens@replaced-ip ) (Ping timeout: 255 seconds)
2142 [18:30:44] *** Joins: cfoch (uid153227@replaced-ip )
2143 [18:31:43] *** wwilliam is now known as Guest40346
2144 [18:31:43] *** Quits: Guest40346 (~wwilliam@replaced-ip ) (Killed (card.freenode.net (Nickname regained by services)))
2145 [18:31:46] *** Joins: greycat (~wooledg@replaced-ip )
2146 [18:32:06] *** Quits: MenschZwoNull_ (~MenschZwo@replaced-ip ) (Ping timeout: 240 seconds)
2147 [18:32:11] *** Joins: Guest40346 (~wwilliam@replaced-ip )
2148 [18:32:41] *** Quits: th_ (~th@replaced-ip ) (Quit: Leaving)
2149 [18:33:36] *** Joins: Error451 (~R@replaced-ip )
2150 [18:33:36] *** Quits: Error451 (~R@replaced-ip ) (Changing host)
2151 [18:33:36] *** Joins: Error451 (~R@replaced-ip )
2152 [18:33:42] *** Joins: tangarora (~tangarora@replaced-ip )
2153 [18:33:59] *** adikt is now known as everyone
2154 [18:34:03] *** everyone is now known as adikt
2155 [18:34:14] *** adikt is now known as everyone
2156 [18:34:17] *** everyone is now known as adikt
2157 [18:35:32] *** Quits: hele (~hele@replaced-ip ) (Ping timeout: 248 seconds)
2158 [18:36:31] *** Quits: vvor (~vvor@replaced-ip ) (Quit: leaving)
2159 [18:36:31] *** Joins: P1ersson (~P1ersson@replaced-ip )
2160 [18:39:21] *** Quits: Grldfrdom (uid391113@replaced-ip ) (Quit: Connection closed for inactivity)
2161 [18:39:57] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
2162 [18:40:21] *** Joins: MyroSVK (~MyroSVK@replaced-ip )
2163 [18:40:47] *** Quits: zodd_ (~Zzzzzzzzz@replaced-ip ) (Ping timeout: 272 seconds)
2164 [18:43:07] *** Quits: Plasmoduck (~Plasmoduc@replaced-ip ) (Quit: My iMac has gone to sleep. ZZZzzz…)
2165 [18:43:26] *** Quits: tuxmania (~tuxmania@replaced-ip ) (Quit: Leaving)
2166 [18:43:34] *** Quits: wonderer (~quakeroat@replaced-ip ) (Quit: Famous quotes #26: "The significant problems we face cannot be solved at the same level of thinking we were at when we created them." - Albert Einstein (1879-1955))
2167 [18:44:32] *** Joins: Brigo_ (~Brigo@replaced-ip )
2168 [18:45:50] *** Joins: Vizva (~Vizva@replaced-ip )
2169 [18:48:21] *** Quits: bhoman (~quassel@replaced-ip ) (Read error: Connection reset by peer)
2170 [18:48:36] *** Joins: bhoman (~quassel@replaced-ip )
2171 [18:49:45] *** Joins: hele (~hele@replaced-ip )
2172 [18:50:26] *** Quits: Texou (~Texou@replaced-ip ) (Ping timeout: 240 seconds)
2173 [18:52:06] *** Quits: chomwitt (~chomwitt@replaced-ip ) (Ping timeout: 240 seconds)
2174 [18:52:32] *** Quits: never_released (~excalibur@replaced-ip ) (Ping timeout: 265 seconds)
2175 [18:52:45] *** Quits: grobi (~Thunderbi@replaced-ip ) (Quit: see you later alligator)
2176 [18:52:46] *** Quits: CurryWurst (~CurryWurs@replaced-ip ) (Ping timeout: 240 seconds)
2177 [18:52:54] *** Joins: Resilience (~VonDoom@replaced-ip )
2178 [18:53:23] *** Joins: CurryWurst (~CurryWurs@replaced-ip )
2179 [18:54:09] *** Joins: chomwitt (~chomwitt@replaced-ip )
2180 [18:54:25] *** Joins: honsa_ (~honsa@replaced-ip )
2181 [18:54:26] *** Quits: sk_tandt (~sk_tandt@replaced-ip ) (Read error: Connection reset by peer)
2182 [18:55:45] *** Joins: jsync (~nosaj@replaced-ip )
2183 [18:56:09] <jsync> Hey, what's the package for glibc?
2184 [18:56:21] <jelly> libc6
2185 [18:56:39] <jelly> jsync: why do you ask?
2186 [18:57:14] <jsync> Thanks, jelly. I did apt-cache search, & that's what showed, though I wanted to make sure.
2187 [18:57:29] *** Joins: Alleria_ (~AllahuAkb@replaced-ip )
2188 [18:57:42] *** Joins: never_released (~excalibur@replaced-ip )
2189 [18:57:43] *** Quits: citypw (~citypw@replaced-ip ) (Ping timeout: 255 seconds)
2190 [18:57:49] <jsync> I'm getting GLIBC_2.15 not found with a software I compiled.
2191 [18:57:53] *** Quits: honsa__ (~honsa@replaced-ip ) (Ping timeout: 272 seconds)
2192 [18:58:45] <jsync> libc6 was installed already. 😕
2193 [18:59:01] <greycat> well, obviously... your computer wouldn't boot without it
2194 [18:59:04] <jelly> jsync: you compiled the software on an incompatible system with a newer glibc
2195 [18:59:38] <jsync> Yeah, it seems so. I compiled the software in Ubuntu.
2196 [18:59:53] *** Joins: nolan_ (~nolan_@replaced-ip )
2197 [18:59:54] <greycat> You need to compile it on the system it's going to run on, or an OLDER system. Never a newer system.
2198 [19:00:03] *** Joins: Haudegen (~quassel@replaced-ip )
2199 [19:00:08] <jsync> I wonder if I could go older & recompile.
2200 [19:00:15] *** Quits: stefanc_diff (~stefanc_d@replaced-ip ) (Quit: bye)
2201 [19:00:16] <jelly> jsync: build it on the same distro and release and architecture that it's going to be run on. does not have to be the same machine.
2202 [19:01:05] *** Quits: Alleria (~AllahuAkb@replaced-ip ) (Ping timeout: 258 seconds)
2203 [19:01:09] *** Joins: PallasXD (~PallasXD@replaced-ip )
2204 [19:01:33] <jsync> It's because I'm putting off upgrading this system really, though I wanted more time so I could make the transition more organized.
2205 [19:02:02] <jelly> ,v libc6
2206 [19:02:03] <judd> Package: libc6 on amd64 -- jessie: 2.19-18+deb8u10; jessie-security: 2.19-18+deb8u10; stretch-security: 2.24-11+deb9u1; stretch: 2.24-11+deb9u4; buster: 2.28-10; bullseye: 2.29-10; sid: 2.29-10; experimental: 2.30-0experimental2
2207 [19:02:56] <jelly> so you have at best a debian 7 there
2208 [19:02:59] <greycat> wheezy has 2.13, so he must be on wheezy or older
2209 [19:03:26] <jsync> It's my own 32 bit Debian build control system for my older machines, though it's my main home-network system. I've got Debian Stretch source files, though I haven't installed that yet.
2210 [19:03:38] <jelly> /o\
2211 [19:04:04] <jsync> Yeah, it's 32 bit Wheezy.
2212 [19:04:36] <jelly> (skipping releases is not supported, hope you have only deb-src from stretch)
2213 [19:04:59] <jsync> It's my stable 32 bit system for my older machines. I've worked on it for years. It's my favorite Debian release.
2214 [19:05:36] *** Parts: e2 (e2@replaced-ip ) ()
2215 [19:05:38] *** Quits: HarveyPwca (~HarveyPwc@replaced-ip ) (Quit: Leaving)
2216 [19:05:44] <jsync> I'm gonna do a fresh install of Stretch.
2217 [19:05:44] *** Joins: Organizm (~irssi@replaced-ip )
2218 [19:05:44] <terrell> I have some IBM Model-M keyboards and they have speakers inside. What (if anything) is the speaker used for?
2219 [19:05:52] *** Quits: bouzu_ (~bouzu_@replaced-ip ) (Quit: Leaving)
2220 [19:06:25] *** Quits: fax (~quassel@replaced-ip##) (Quit: ##replaced-url
2221 [19:06:34] <jelly> jsync: if you're going fresh, why not buster
2222 [19:06:58] *** Quits: alazy (~alazywork@replaced-ip ) (Ping timeout: 252 seconds)
2223 [19:07:31] *** Quits: nolan_ (~nolan_@replaced-ip ) (Ping timeout: 265 seconds)
2224 [19:07:48] <jelly> it's been 6+ months and 3 point releases
2225 [19:08:22] <greycat> buster is already crawling around, looking for electrical outlets to stick its fingers into
2226 [19:08:28] *** Joins: fax (~quassel@replaced-ip )
2227 [19:08:36] <jelly> terrell: do those have PS/2 connectivity or even older (AT?)
2228 [19:08:46] <terrell> I have Stretch running on a machine and I'm looking to upgrade to Buster. But - I wanna do it my way and update-grub so far is not working... I think some have spun me around and pointed me in the right direction before - is there a good DOC I can read. So far - I need to check the config files. Eventually I do NOT want to use install media and I want to boot directly from Stretch into Buster via a new version/installation of Grub (and Buster) on a
2229 [19:08:46] <terrell> different HDD
2230 [19:08:51] *** Joins: izmar (57d57a73@replaced-ip )
2231 [19:09:01] *** debhelper sets mode: +l 1547
2232 [19:09:11] <greycat> dpkg, stretch->buster
2233 [19:09:11] <dpkg> Read (at least) the upgrading chapter of the <release notes> replaced-url
2234 [19:09:12] <terrell> jelly - guess what? I have BOTH. But these are PS/2
2235 [19:09:37] <jelly> terrell: what you're doing is not called "upgrade", it's called "I'm planning a fresh installation of buster onto a second disk"
2236 [19:09:37] <izmar> I messed up my plasma KDE while apt removing some packages in Debian 10. Now my login screen looks like this: replaced-url
2237 [19:10:10] <terrell> jelly - thanks for the "update" - ya - I'm building a rescue disk.
2238 [19:10:17] <greycat> I'm pretty sure terrell was terr_ last week, and we told them the same thing back then.
2239 [19:10:23] <jsync> jelly, I have buster installed in my server. I just don't like it. Gnomes' new Nautilus really is terribly ridiculous imo.
2240 [19:10:30] <jelly> terrell: maybe someone in ##hardware has a clue about the speaker
2241 [19:10:35] *** Joins: MenschZwoNull_ (~MenschZwo@replaced-ip )
2242 [19:10:38] <greycat> your ... "server" ... has gnome?!
2243 [19:10:44] <terrell> greycat, yes you did - I have been in bed 1/2 the time since then.
2244 [19:10:45] <jelly> jsync: oh. I don't run GUI on servers.
2245 [19:11:18] <jelly> I have however seen vendors require GUI on Linux servers, and proceed to connect to them from Windows machines over xdm.
2246 [19:11:29] <jelly> because it's 1996 not 2020.
2247 [19:11:37] <terrell> jelly - that isn't really the issue. Unicomp says on the one KB they can't fix the speaker - and I can't remember the speaker even being used for anything.
2248 [19:11:45] <greycat> well sure, if it's a "server" of XDMCP for thin clients, then that makes some sense
2249 [19:11:53] *** Quits: led_belly (led_belly@replaced-ip ) (Quit: zen)
2250 [19:11:58] <jsync> Well, just looking at it, it's buggy & I don't like it. MariaDB is buggy as well, & Stretch allows me to use mysql-server. etc.
2251 [19:12:00] *** Joins: diogenes_ (~diogenes_@replaced-ip )
2252 [19:12:12] <jelly> greycat: that would actually make sense, would it
2253 [19:12:34] *** Joins: Spr1ng (~Spr1ng@replaced-ip )
2254 [19:12:42] <jelly> jsync: you don't have to Gnome.
2255 [19:12:52] <terrell> jsync, is there anything Buster does that Stretch does not do?
2256 [19:12:55] <jsync> I appreciate the help though, you guys. Have a great day!!
2257 [19:13:07] <greycat> terrell: gets security updates longer
2258 [19:13:08] * jelly has not seen Gnome in about a decade, maybe two
2259 [19:13:09] <terrell> jsync, must be sumthing
2260 [19:13:28] *** Parts: jsync (~nosaj@replaced-ip ) ("It's")
2261 [19:13:48] <jelly> jsync: tho if mariadb-server is buggy, that could be reported and f... eh
2262 [19:14:02] <terrell> I'm not presently planning on running any databases - but I do think I will install a VM - any suggestions which one? (VMWare or OpenBox or BOTH)
2263 [19:14:18] *** Joins: asarch (~asarch@replaced-ip )
2264 [19:14:40] *** Quits: chomwitt (~chomwitt@replaced-ip ) (Ping timeout: 252 seconds)
2265 [19:15:05] *** Quits: PallasXD (~PallasXD@replaced-ip ) (Quit: Leaving)
2266 [19:15:09] *** Joins: mtn (~mtn@replaced-ip )
2267 [19:15:49] <jelly> VirtualBox, openbox is a WM I think
2268 [19:16:13] <terrell> jelly, I thought OpenBox is a VM from Oracle
2269 [19:16:17] <jelly> go with native kvm instead. Not sure which UI.
2270 [19:16:31] *** Joins: chomwitt (~chomwitt@replaced-ip )
2271 [19:16:35] <FuturePilot> OpenBox is a WM
2272 [19:16:49] <terrell> Kvm - I need to learn about it.
2273 [19:16:59] *** Quits: asarch (~asarch@replaced-ip ) (Remote host closed the connection)
2274 [19:17:29] *** Joins: MyroSVK_ (~MyroSVK@replaced-ip )
2275 [19:17:29] <jelly> FuturePilot: perhaps that's just a VM made by future space faring Russians.
2276 [19:17:31] *** Quits: MyroSVK_ (~MyroSVK@replaced-ip ) (Client Quit)
2277 [19:17:53] *** Joins: MyroSVK_ (~MyroSVK@replaced-ip )
2278 [19:18:38] *** Quits: hid3 (~arnoldas@replaced-ip ) (Ping timeout: 265 seconds)
2279 [19:18:51] *** Quits: MyroSVK (~MyroSVK@replaced-ip ) (Ping timeout: 240 seconds)
2280 [19:18:52] <terrell> jelly, thanx for the tip on KVM. I will install it. Since I need to test Buster - why not do it in a VM? then when its working - then try booting.
2281 [19:19:55] *** Joins: deadrom (~mccoy@replaced-ip )
2282 [19:20:09] <deadrom> hi all
2283 [19:21:03] *** Joins: asarch (~asarch@replaced-ip )
2284 [19:21:06] <deadrom> bit of a situation: deb8 server, OS on RAID1 failing. one disk down, one dying. seperate set of disks form raid5, I'd like to shut them down before cutting power
2285 [19:21:14] <terrell> BBL - I'm off to read up on kvm
2286 [19:21:15] <deadrom> umount does not work.
2287 [19:21:29] <RonWhoCares> I am getting the error "configure: error: zlib library not found" which is the package I install for Debian 9 (stretch)
2288 [19:21:37] <asarch> For some reason, Xen causes a kernel panic at boot time. I would like to know the reason of this kernel panic. Is there any way to know it?
2289 [19:21:48] <greycat> if you're compiling something that needs zlib, try installing zlib1g-dev
2290 [19:22:04] <jelly> deadrom: shut down all apps writing to the raid5, if that fails remount all the filesystems on it read-only
2291 [19:22:15] *** Joins: Tttto (~Tttto@replaced-ip )
2292 [19:22:15] *** Quits: titsuki (~titsuki@replaced-ip ) (Ping timeout: 260 seconds)
2293 [19:22:38] *** Joins: Nokaji (~Nokaji@replaced-ip )
2294 [19:22:44] <jelly> RonWhoCares: if you're building things, might as well go ahead and install build-essential
2295 [19:23:00] *** Quits: Tobbi (~Tobbi@replaced-ip ) (Quit: Leaving)
2296 [19:23:05] <jelly> RonWhoCares: what is it that you are building?
2297 [19:23:20] <jelly> postgresql?
2298 [19:24:11] <RonWhoCares> I was going to give it a try
2299 [19:24:37] <RonWhoCares> - the folks in #postgresql told me Debian allows multiple versions of postgresql to run concurrently on Debian on different ports
2300 [19:24:44] *** Quits: MyroSVK_ (~MyroSVK@replaced-ip ) (Quit: Have to go...)
2301 [19:24:52] *** Joins: lainon (~lainon@replaced-ip )
2302 [19:24:56] <RonWhoCares> This is also so I can learn all the commands I've been trying
2303 [19:25:05] *** Joins: MyroSVK (~MyroSVK@replaced-ip )
2304 [19:25:06] <jelly> judd: checkbackport postgresql --fromrelease sid --torelease stretch
2305 [19:25:07] <judd> Backporting package postgresql in sid→stretch/amd64: all build-dependencies satisfied using stretch.
2306 [19:25:53] <izmar> Does anyone know what it could mean if my plasma lock screen looks like this: replaced-url
2307 [19:26:04] *** Quits: __marco (~marco@replaced-ip ) (Ping timeout: 255 seconds)
2308 [19:26:38] *** Quits: asarch (~asarch@replaced-ip ) (Read error: Connection reset by peer)
2309 [19:26:43] *** Joins: th_ (~th@replaced-ip )
2310 [19:26:55] *** Quits: dimir (~dimir@replaced-ip ) (Ping timeout: 260 seconds)
2311 [19:27:04] <jelly> judd: checkbackport postgresql-11 --fromrelease sid --torelease stretch
2312 [19:27:15] <judd> Backporting package postgresql-11 in sid→stretch/amd64: unsatisfiable build dependencies: Build-Depends: clang-9 [!alpha !hppa !hurd-i386 !ia64 !kfreebsd-amd64 !kfreebsd-i386 !m68k !powerpc !riscv64 !sh4 !sparc64 !x32], llvm-9-dev [!alpha !hppa !hurd-i386 !ia64 !kfreebsd-amd64 !kfreebsd-i386 !m68k !powerpc !riscv64 !sh4 !sparc64 !x32].
2313 [19:27:21] <jelly> eeyup.
2314 [19:27:27] *** Joins: dimir (~dimir@replaced-ip )
2315 [19:28:34] <jelly> "postgresql" is just some debian-specific scaffolding
2316 [19:29:50] <jelly> RonWhoCares: if you're going to build your own Pg and put it somewhere in /usr/local it's probably not going to use Debian's support for multiple versions
2317 [19:32:07] *** Joins: asarch (~asarch@replaced-ip )
2318 [19:32:35] <asarch> Sorry, sorry. I am having kernel panics even with any kernel at all
2319 [19:33:03] *** Joins: stefanc_diff (~stefanc_d@replaced-ip )
2320 [19:33:15] <asarch> Anyway, is there any way to check why a kernel is failing (a saved log before the tragedy)?
2321 [19:33:43] *** Joins: xxdxxd (~xxdxxd@replaced-ip )
2322 [19:34:07] <jelly> asarch: usually only if you prepared for that output to be saved in advance. Like a serial console.
2323 [19:35:09] <asarch> I see
2324 [19:35:10] *** Joins: phos_temp (~daniel@replaced-ip )
2325 [19:35:48] <RonWhoCares> I may have hit a roadblock I can't get around
2326 [19:36:07] <jelly> asarch: or a crashdump kernel. or this thing: replaced-url
2327 [19:36:25] <jelly> none of those are default however
2328 [19:36:26] *** Quits: littlebit (~Thunderbi@replaced-ip ) (Quit: littlebit)
2329 [19:36:26] <RonWhoCares> replaced-url
2330 [19:36:44] <RonWhoCares> Can I install 'bison'?
2331 [19:36:52] <jelly> RonWhoCares: I'd install "bison" if I saw that
2332 [19:36:57] <PipeItToDevNull> I want fqdn to be used in syslog, it only shows my short name. How can I change that
2333 [19:37:05] <Gt15> no problem with you SKELL links onto userdir $HOME, from nogroup folder/subdirs
2334 [19:37:17] <Gt15> struct
2335 [19:37:34] <RonWhoCares> jelly: I already tried: replaced-url
2336 [19:37:49] *** Quits: stefanc_diff (~stefanc_d@replaced-ip ) (Read error: Connection reset by peer)
2337 [19:38:26] *** Joins: honsa__ (~honsa@replaced-ip )
2338 [19:38:29] *** Joins: gpap (~gpap@replaced-ip )
2339 [19:38:36] *** Quits: grobi1 (~rtng@replaced-ip ) (Remote host closed the connection)
2340 [19:39:11] <annadane> can someone remind me of the command to follow logs as they appear?
2341 [19:39:12] *** Joins: prince1 (~prince@replaced-ip )
2342 [19:39:14] <annadane> not journalctl
2343 [19:39:26] <annadane> or rather, follow a specific log for new entries
2344 [19:39:34] <jelly> RonWhoCares: mm. Two things: does "/usr/bin/bison --version" say something? and unrelated, could you not find a better place to unpack source code than /var/lib/postgresql ??
2345 [19:39:48] <jelly> annadane: tail -f ?
2346 [19:39:53] <annadane> yeah, thanks
2347 [19:40:03] *** Quits: MyroSVK (~MyroSVK@replaced-ip ) (Ping timeout: 240 seconds)
2348 [19:40:25] <greycat> tail -F is nice, because it keeps following the file by *name* even if it gets rotated
2349 [19:40:26] *** Joins: stefanc_diff (~stefanc_d@replaced-ip )
2350 [19:40:26] <RonWhoCares> jelly: bison (GNU Bison) 3.0.4
2351 [19:40:32] *** Joins: fstd_ (~fstd@replaced-ip )
2352 [19:40:46] <RonWhoCares> As for the directory: I didn't realize
2353 [19:41:01] <asarch> Thank you jelly, thank you very much! :-)
2354 [19:41:13] *** Quits: grobi2 (~rtng@replaced-ip ) (Quit: WeeChat 2.2)
2355 [19:41:26] *** Quits: honsa_ (~honsa@replaced-ip ) (Ping timeout: 252 seconds)
2356 [19:41:32] <jelly> RonWhoCares: and now you're getting into "how to make this software build from source" teritory, avoiding that is a major reason why people use distros :-)
2357 [19:41:47] *** Joins: grobi (~rtng@replaced-ip )
2358 [19:41:57] <RonWhoCares> ok
2359 [19:42:10] <RonWhoCares> What is the newest version of postgresql available from the distro?
2360 [19:42:16] <RonWhoCares> for Debian Stretch
2361 [19:42:16] *** Joins: orbiter (~orbiter@replaced-ip )
2362 [19:42:30] *** Quits: rootkea (~rootkea@replaced-ip ) (Remote host closed the connection)
2363 [19:42:32] <jelly> 9.6 is the only version available for stretch
2364 [19:42:40] <jelly> ... from debian.org
2365 [19:43:18] <RonWhoCares> ok
2366 [19:44:07] *** Quits: prince1 (~prince@replaced-ip ) (Ping timeout: 272 seconds)
2367 [19:44:47] *** Quits: fstd (~fstd@replaced-ip ) (Ping timeout: 258 seconds)
2368 [19:44:48] *** fstd_ is now known as fstd
2369 [19:44:51] *** Joins: FreEm1nD (~FreEm1nD@replaced-ip )
2370 [19:45:04] *** Quits: poluniox (~popo@replaced-ip ) (Quit: Leaving)
2371 [19:45:09] *** Quits: lucad111 (~lucad111@replaced-ip ) (Quit: Leaving)
2372 [19:45:50] *** Joins: dez (uid92154@replaced-ip )
2373 [19:46:25] *** Joins: chmykh (~chmykh@replaced-ip )
2374 [19:46:45] *** Quits: Cyb0ti-2 (~Cyb0ti@replaced-ip ) (Remote host closed the connection)
2375 [19:46:53] *** Joins: poluniox (~popo@replaced-ip )
2376 [19:49:11] *** Quits: Freekid (~Ident@replaced-ip ) (Ping timeout: 272 seconds)
2377 [19:49:58] *** Joins: mlok (~mlok@replaced-ip )
2378 [19:51:39] *** Joins: Cyb0ti (~Cyb0ti@replaced-ip )
2379 [19:52:03] *** Joins: dax (dax@replaced-ip )
2380 [19:52:07] *** Joins: dvs (~hibbard@replaced-ip )
2381 [19:52:08] *** Quits: Cyb0ti (~Cyb0ti@replaced-ip ) (Client Quit)
2382 [19:52:28] *** Joins: m0u (~m0u@replaced-ip )
2383 [19:54:39] *** Joins: rgr (~rgr@replaced-ip )
2384 [19:55:05] *** Joins: format_c (~format_c@replaced-ip )
2385 [19:55:08] *** Quits: phos_temp (~daniel@replaced-ip ) (Ping timeout: 258 seconds)
2386 [19:55:15] *** Quits: planetmaker (~pm@replaced-ip ) (Ping timeout: 240 seconds)
2387 [19:55:17] *** Joins: IAmHal2000 (~thoben@replaced-ip )
2388 [19:55:59] *** Quits: izmar (57d57a73@replaced-ip ) (Remote host closed the connection)
2389 [19:57:41] *** Quits: hele (~hele@replaced-ip ) (Quit: Konversation terminated!)
2390 [19:58:18] *** Joins: hele (~hele@replaced-ip )
2391 [19:58:41] *** Joins: phos_temp (~daniel@replaced-ip )
2392 [19:58:57] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
2393 [19:59:02] *** debhelper sets mode: +l 1555
2394 [19:59:27] *** Quits: Alleria_ (~AllahuAkb@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2395 [20:00:35] *** Quits: Slashman (~Slash@replaced-ip ) (Quit: Leaving)
2396 [20:00:50] *** Quits: IAmHal2000 (~thoben@replaced-ip ) (Quit: Leaving)
2397 [20:00:54] *** Joins: twobitsp1ite (~ifreeman@replaced-ip )
2398 [20:01:01] *** Quits: tryte (~tryte@replaced-ip ) (Remote host closed the connection)
2399 [20:01:11] *** Joins: Tobbi (~Tobbi@replaced-ip )
2400 [20:01:18] *** Joins: tryte (~tryte@replaced-ip )
2401 [20:03:06] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
2402 [20:03:07] *** Joins: jhutchins_wk1 (~jonathan@replaced-ip )
2403 [20:03:31] *** Quits: nku (~nku@replaced-ip ) (Remote host closed the connection)
2404 [20:04:33] *** Quits: twobitsprite (~ifreeman@replaced-ip ) (Ping timeout: 265 seconds)
2405 [20:04:39] *** Quits: deadrom (~mccoy@replaced-ip ) ()
2406 [20:04:50] *** Joins: Alleria (~AllahuAkb@replaced-ip )
2407 [20:05:11] *** Quits: cliluw (~cliluw@replaced-ip ) (Ping timeout: 260 seconds)
2408 [20:05:18] *** Quits: pie3 (~pieee@replaced-ip ) (Remote host closed the connection)
2409 [20:05:36] *** Joins: cliluw (~cliluw@replaced-ip )
2410 [20:05:43] *** Joins: twobitsprite (~ifreeman@replaced-ip )
2411 [20:05:44] *** Quits: twobitsp1ite (~ifreeman@replaced-ip ) (Read error: Connection reset by peer)
2412 [20:06:55] *** Quits: jhutchins_wk (~jonathan@replaced-ip ) (Ping timeout: 272 seconds)
2413 [20:06:56] *** Joins: seekr (~seekr@replaced-ip )
2414 [20:06:56] *** Quits: seekr (~seekr@replaced-ip ) (Changing host)
2415 [20:06:56] *** Joins: seekr (~seekr@replaced-ip )
2416 [20:06:57] *** Joins: zodd_ (~Zzzzzzzzz@replaced-ip )
2417 [20:07:16] *** Joins: krabador (~krabador@replaced-ip )
2418 [20:07:21] *** zodd_ is now known as Guest54923
2419 [20:08:18] *** Quits: twobitsprite (~ifreeman@replaced-ip ) (Read error: Connection reset by peer)
2420 [20:08:24] <NetTerminalGene> guys, i have intel hd 630 gpu. gnome activities animation sometimes lags. is it true for all intel gpus?
2421 [20:08:34] *** Joins: twobitsprite (~ifreeman@replaced-ip )
2422 [20:08:56] *** Joins: openface (~of@replaced-ip )
2423 [20:09:12] <NetTerminalGene> i mean, it immediately shows windows but animations lags
2424 [20:09:33] <openface> how can i incrase space for /boot partition with dd, e.g.?
2425 [20:11:07] *** Joins: wytchmaster (~wytchmast@replaced-ip )
2426 [20:12:03] *** Quits: Tttto (~Tttto@replaced-ip ) (Ping timeout: 240 seconds)
2427 [20:12:23] *** Joins: brokencycle (~brokencyc@replaced-ip )
2428 [20:12:41] *** Quits: cliluw (~cliluw@replaced-ip ) (Read error: Connection reset by peer)
2429 [20:13:03] *** Joins: cliluw (~cliluw@replaced-ip )
2430 [20:13:09] *** Joins: Texou (~Texou@replaced-ip )
2431 [20:13:30] *** Quits: krabador (~krabador@replaced-ip ) (Remote host closed the connection)
2432 [20:13:50] <dvs> NetTerminalGene, try installing the firmware-misc-nonfree package
2433 [20:13:58] *** Joins: `mrleaW (~shield@replaced-ip )
2434 [20:14:04] *** Quits: MenschZwoNull_ (~MenschZwo@replaced-ip ) (Ping timeout: 252 seconds)
2435 [20:14:41] <dvs> openface, personally I'd use gparted but that's me
2436 [20:14:54] <NetTerminalGene> dvs, no
2437 [20:15:05] <NetTerminalGene> why do you think it would fix that?
2438 [20:15:15] *** Joins: `mrleaW_ (~shield@replaced-ip )
2439 [20:15:18] *** Joins: mikkel (~mike@replaced-ip )
2440 [20:15:30] <dvs> NetTerminalGene, because there's a bunch of Intel firmware files in there.
2441 [20:16:00] *** Quits: `mrleaW_ (~shield@replaced-ip ) (Client Quit)
2442 [20:16:09] <dvs> NetTerminalGene, such as "Broxton", "Skylake", "Cannonlake", etc
2443 [20:16:27] *** Quits: Guest54923 (~Zzzzzzzzz@replaced-ip ) (Ping timeout: 240 seconds)
2444 [20:16:28] *** Quits: mrleaW (~shield@replaced-ip ) (Ping timeout: 255 seconds)
2445 [20:16:47] *** Quits: apathor (~mike@replaced-ip ) (Ping timeout: 240 seconds)
2446 [20:16:48] <NetTerminalGene> dvs, do you know what they do?
2447 [20:17:14] *** Quits: stree (~stree@replaced-ip ) (Quit: Caught exception)
2448 [20:17:27] <chmykh> Hello dear Debian users! I am new to linux, I want a stable system, but not with too old desktop software. Which verstion of Debian is for me? Thank you.
2449 [20:17:32] *** Joins: stree (~stree@replaced-ip )
2450 [20:17:51] *** Parts: dax (dax@replaced-ip ) ()
2451 [20:17:51] <chmykh> Or maybe not so new, but looking for migrating from win.
2452 [20:18:02] <NetTerminalGene> chmykh, sid i thnik
2453 [20:18:05] <phos_temp> NetTerminalGene: 10.3? The newest one ;)
2454 [20:18:15] *** Quits: `mrleaW (~shield@replaced-ip ) (Ping timeout: 260 seconds)
2455 [20:18:22] *** Joins: apathor (~mike@replaced-ip )
2456 [20:18:29] <NetTerminalGene> phos_temp, ?
2457 [20:18:31] <chmykh> NetTerminalGene: is unstable is stable enough?
2458 [20:18:32] <phos_temp> sorry wrong user
2459 [20:18:39] *** Joins: rea77 (~Thunderbi@replaced-ip )
2460 [20:18:42] <dvs> NetTerminalGene, the firmware files are in a subdirectory called "i915" which is a graphics chip
2461 [20:18:57] <phos_temp> on the train - shaky keyboard :P
2462 [20:19:26] <NetTerminalGene> dvs, how can i check what bins in that package?
2463 [20:19:35] *** Quits: flo2marsnet (~flo2marsn@replaced-ip ) (Ping timeout: 272 seconds)
2464 [20:19:56] <dvs> NetTerminalGene, replaced-url
2465 [20:20:10] *** Quits: rea77 (~Thunderbi@replaced-ip ) (Remote host closed the connection)
2466 [20:20:17] <NetTerminalGene> let me check
2467 [20:20:30] *** Joins: rea77 (~Thunderbi@replaced-ip )
2468 [20:20:47] *** Quits: st3ma (~st3ma@replaced-ip ) (Quit: WeeChat 2.7.1)
2469 [20:21:28] *** Quits: never_released (~excalibur@replaced-ip ) (Ping timeout: 265 seconds)
2470 [20:22:08] *** Quits: rea77 (~Thunderbi@replaced-ip ) (Remote host closed the connection)
2471 [20:22:25] *** Joins: rea77 (~Thunderbi@replaced-ip )
2472 [20:22:45] *** Quits: phos_temp (~daniel@replaced-ip ) (Quit: WeeChat 2.3)
2473 [20:22:55] *** Quits: MrAlexandr0 (~MrAlexand@replaced-ip ) (Ping timeout: 265 seconds)
2474 [20:23:04] *** Joins: phanuel (~phanuel@replaced-ip )
2475 [20:23:17] *** Joins: CrystalMath (~coderain@replaced-ip )
2476 [20:23:21] <annadane> chmykh, it's generally trivial to get newer versions of software in debian stable
2477 [20:23:29] <annadane> you can use testing, but i do generally recommend using stable
2478 [20:23:32] <annadane> depends on what you need
2479 [20:23:48] <annadane> replaced-url
2480 [20:24:04] <chmykh> annadane: I want system for generic desktop, but with ability to install latest gimp. blender, music players, etc.
2481 [20:24:07] *** Quits: rea77 (~Thunderbi@replaced-ip ) (Remote host closed the connection)
2482 [20:24:17] <annadane> gimp and blender are available as flatpaks
2483 [20:24:30] *** Joins: rea77 (~Thunderbi@replaced-ip )
2484 [20:24:30] <annadane> and you can typically download what you need or compile from upstream sources generally
2485 [20:25:11] *** Quits: xxdxxd (~xxdxxd@replaced-ip ) (Quit: xxdxxd)
2486 [20:25:24] *** Quits: acidtripper (~acidtripp@replaced-ip ) (Quit: Leaving)
2487 [20:25:39] *** Joins: never_released (~excalibur@replaced-ip )
2488 [20:25:49] *** Quits: m0u (~m0u@replaced-ip ) (Ping timeout: 265 seconds)
2489 [20:26:02] <chmykh> I thought flatpacks is bloating system. Or it is good way to use software?
2490 [20:26:05] *** Quits: rea77 (~Thunderbi@replaced-ip ) (Remote host closed the connection)
2491 [20:26:15] <annadane> it's fine
2492 [20:26:57] *** Joins: Silmarilion (~Silmarili@replaced-ip )
2493 [20:27:08] <annadane> if you're willing to accept risk and keep backups and be prepared for breakage, you can use testing (less likely to break than sid, but delayed security fixes and stuff may be broken for a while) or sid (according to some people, quite usable, but more chance to break)
2494 [20:27:10] *** Quits: format_c (~format_c@replaced-ip ) (Quit: format_c)
2495 [20:27:30] <chmykh> annadane: than you! And last question for today - which de/wm personally are you using?
2496 [20:27:32] <annadane> or, use the siduction distro
2497 [20:27:33] *** Quits: wytchmaster (~wytchmast@replaced-ip##) (Quit: ##replaced-url
2498 [20:27:39] <annadane> i'm on XFCE
2499 [20:27:45] <chmykh> thx!
2500 [20:27:47] *** Quits: bolt (~r00t@replaced-ip ) (Remote host closed the connection)
2501 [20:28:54] *** Quits: \\Mr_C\\ (~mrc@replaced-ip ) (Quit: (Read error: Connection reset by beer))
2502 [20:28:57] *** Quits: twobitsprite (~ifreeman@replaced-ip ) (Read error: Connection reset by peer)
2503 [20:29:01] *** debhelper sets mode: +l 1543
2504 [20:29:11] *** Joins: MrAlexandr0 (~MrAlexand@replaced-ip )
2505 [20:29:14] *** Quits: cliluw (~cliluw@replaced-ip ) (Read error: Connection reset by peer)
2506 [20:29:16] *** Quits: fmaurer (~quassel@replaced-ip##) (Quit: ##replaced-url
2507 [20:29:29] *** Joins: twobitsprite (~ifreeman@replaced-ip )
2508 [20:29:32] *** Joins: cliluw (~cliluw@replaced-ip )
2509 [20:29:34] *** Joins: fmaurer (~quassel@replaced-ip )
2510 [20:29:36] *** Joins: bolt (~r00t@replaced-ip )
2511 [20:29:48] *** Quits: asarch (~asarch@replaced-ip ) (Quit: Leaving)
2512 [20:30:10] *** Quits: stree (~stree@replaced-ip ) (Quit: Caught exception)
2513 [20:30:21] *** Joins: Scytale89 (~Scytale89@replaced-ip )
2514 [20:30:26] *** Joins: stree (~stree@replaced-ip )
2515 [20:30:57] *** Joins: jsync (~nosaj@replaced-ip )
2516 [20:32:00] *** Joins: twobitsp1ite (~ifreeman@replaced-ip )
2517 [20:32:06] *** Joins: Lord_of_Life_ (~Lord@replaced-ip )
2518 [20:33:09] <jsync> Hey. When I'm making a local network mirror of a Debian system, I put deb-amd64 within the mirror list. Is the Stretch sources for 32 bit files deb-i386?
2519 [20:33:47] *** Joins: pingfloyd (~pingfloyd@replaced-ip )
2520 [20:33:51] *** Quits: Lord_of_Life (~Lord@replaced-ip ) (Ping timeout: 258 seconds)
2521 [20:33:52] *** Lord_of_Life_ is now known as Lord_of_Life
2522 [20:34:28] <greycat> !multiarch
2523 [20:34:29] <dpkg> Multiarch allows you to install foreign architecture packages. For example, to allow i386 packages to be installed on an amd64 system: «dpkg --add-architecture i386 && apt-get update». See replaced-url
2524 [20:34:37] *** Quits: twobitsprite (~ifreeman@replaced-ip ) (Ping timeout: 258 seconds)
2525 [20:34:52] *** Joins: bkraptor_ (~bkraptor@replaced-ip )
2526 [20:35:02] <greycat> Re-reading the question, it sounds like ... something different, about which I have no idea.
2527 [20:35:14] <jsync> So, deb-i386 replaced-url
2528 [20:35:44] <jsync> In /etc/apt/mirror.list
2529 [20:37:42] *** Quits: cliluw (~cliluw@replaced-ip ) (Read error: Connection reset by peer)
2530 [20:37:43] *** Quits: poluniox (~popo@replaced-ip ) (Quit: Leaving)
2531 [20:38:03] *** Joins: cliluw (~cliluw@replaced-ip )
2532 [20:38:44] *** Joins: fritzelcloug (~cloug@replaced-ip )
2533 [20:39:01] *** debhelper sets mode: +l 1549
2534 [20:39:59] *** Joins: SHBattleship (~Thunderbi@replaced-ip )
2535 [20:41:02] *** Joins: njka- (~njka-@replaced-ip )
2536 [20:41:13] *** Quits: stree (~stree@replaced-ip ) (Remote host closed the connection)
2537 [20:42:07] *** Quits: rafalcpp (~racalcppp@replaced-ip ) (Ping timeout: 255 seconds)
2538 [20:42:55] *** Quits: Jade_NL (~JadeNL@replaced-ip ) (Quit: leaving)
2539 [20:44:20] *** Quits: bashquest (~bash0r@replaced-ip ) (Quit: Leaving)
2540 [20:45:53] *** Joins: jhutchins_wk (~jonathan@replaced-ip )
2541 [20:46:46] *** Joins: stree (~stree@replaced-ip )
2542 [20:48:22] *** Quits: bhoman (~quassel@replaced-ip ) (Read error: Connection reset by peer)
2543 [20:48:37] *** Joins: bhoman (~quassel@replaced-ip )
2544 [20:48:38] *** Quits: debsan (~debsan@replaced-ip ) (Remote host closed the connection)
2545 [20:49:46] *** Quits: jhutchins_wk1 (~jonathan@replaced-ip ) (Ping timeout: 255 seconds)
2546 [20:49:54] *** Joins: debsan (~debsan@replaced-ip )
2547 [20:50:24] *** Joins: milkt (~debian@replaced-ip )
2548 [20:53:39] <chmykh> Which package manager I must use? apt or apt-get?
2549 [20:53:54] <greycat> dpkg, apt vs. apt-get
2550 [20:53:55] <dpkg> apt is promoted over apt-get for interactive use. It uses fancy colors and has output format differences. It removes the .deb files that it downloads during an install or upgrade. It installs new packages during upgrades. apt-get has a stable command-line interface and is promoted for scripting.
2551 [20:54:34] *** Quits: rsx (~rsx@replaced-ip ) (Remote host closed the connection)
2552 [20:54:45] *** Joins: nobyk (~oblivion@replaced-ip )
2553 [20:54:50] *** Quits: Brigo_ (~Brigo@replaced-ip ) (Ping timeout: 240 seconds)
2554 [20:55:33] <nkuttler> eh, apt deletes packages? i finally found the reason why i don't use it
2555 [20:56:00] *** Joins: Twemlow (~Twemlow@replaced-ip )
2556 [20:56:14] *** Quits: blackmajic (~black@replaced-ip ) (Quit: No Ping reply in 180 seconds.)
2557 [20:56:37] *** Parts: jsync (~nosaj@replaced-ip ) ("It's")
2558 [20:57:45] *** Joins: blackmajic (~black@replaced-ip )
2559 [20:57:46] <CrystalMath> ouch.. i had no idea
2560 [20:57:52] <CrystalMath> guess it's back to apt-get for me
2561 [20:58:04] <greycat> apt doesn't *delete packages*, at least not by default.
2562 [20:58:14] <chmykh> greycat: thank you!
2563 [20:58:25] <CrystalMath> it deletes the .deb instead of caching it?
2564 [20:58:31] *** Quits: pringau (~pringau@replaced-ip ) (Quit: Leaving)
2565 [20:58:48] <chmykh> Is it ok to use apt and apt-get together?
2566 [20:58:56] *** Parts: Twemlow (~Twemlow@replaced-ip ) ()
2567 [20:59:00] <BCMM> chmykh: yes. just two frontends to the same system
2568 [20:59:10] <chmykh> BCMM: thank you very much.
2569 [20:59:22] <BCMM> (it's also ok to use one of the many graphical frontend alongside apt/apt-get)
2570 [20:59:43] *** Quits: chmykh (~chmykh@replaced-ip ) (Quit: chmykh)
2571 [20:59:47] *** Joins: soee (~soee@replaced-ip )
2572 [20:59:51] *** Quits: Ericounet (~Eric@replaced-ip ) (Remote host closed the connection)
2573 [21:00:19] <BCMM> i've never really understood the point in caching .debs
2574 [21:00:28] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
2575 [21:00:40] <BCMM> seems like reinstalling a package is a pretty unusual thing to want to do
2576 [21:01:00] *** Joins: flo2marsnet (~flo2marsn@replaced-ip )
2577 [21:02:15] *** twobitsp1ite is now known as twobitsprite
2578 [21:02:27] <nkuttler> BCMM: happens from time to time when not on stable
2579 [21:02:47] *** Joins: tolok (~tolok@replaced-ip )
2580 [21:03:07] *** Quits: tolok (~tolok@replaced-ip ) (Max SendQ exceeded)
2581 [21:03:10] <greycat> BCMM: also, for some people, bandwidth may be quite precious
2582 [21:03:17] *** Quits: NetTerminalGene (~NetTermin@replaced-ip ) (Quit: Leaving)
2583 [21:03:31] *** Joins: tolok (~tolok@replaced-ip )
2584 [21:03:43] <nkuttler> actually.. now that i run an apt cacher on my laptop i could use apt .oO
2585 [21:04:22] *** Quits: debsan (~debsan@replaced-ip ) (Remote host closed the connection)
2586 [21:04:54] <greycat> And... another place where caching the .deb files is highly desired is when you're using a shared /var/cache/apt directory across multiple hosts, and saving bandwidth by letting them all use the same .deb files.
2587 [21:05:16] *** Joins: debsan (~debsan@replaced-ip )
2588 [21:05:33] *** Joins: rea77 (~Thunderbi@replaced-ip )
2589 [21:05:35] * jelly "saves bandwidth" by keeping a local mirror
2590 [21:05:57] <greycat> Yeah, this is just one of the More Than One Way To Do It.
2591 [21:05:58] * jelly ignores the fact the mirror uses 5-10GB every day just to keep up
2592 [21:06:09] <greycat> I use a squid proxy.
2593 [21:06:36] *** Quits: lainon (~lainon@replaced-ip ) (Remote host closed the connection)
2594 [21:07:31] *** Joins: Brigo_ (~Brigo@replaced-ip )
2595 [21:07:37] *** Joins: nolan_ (~nolan_@replaced-ip )
2596 [21:08:46] *** Quits: rgr (~rgr@replaced-ip ) (Quit: Leaving)
2597 [21:10:12] *** Joins: planetmaker (~pm@replaced-ip )
2598 [21:10:48] *** Quits: cliluw (~cliluw@replaced-ip ) (Read error: Connection reset by peer)
2599 [21:10:57] *** Quits: ptgrluver (~Mibbit@replaced-ip ) (Read error: Connection reset by peer)
2600 [21:11:00] *** Joins: cliluw (~cliluw@replaced-ip )
2601 [21:11:27] *** Joins: kriger (~norge@replaced-ip )
2602 [21:11:27] *** Quits: kriger (~norge@replaced-ip ) (Changing host)
2603 [21:11:27] *** Joins: kriger (~norge@replaced-ip )
2604 [21:11:31] *** Quits: rea77 (~Thunderbi@replaced-ip ) (Ping timeout: 272 seconds)
2605 [21:11:42] *** Quits: epony (epony@replaced-ip ) (Quit: reconf)
2606 [21:12:04] *** Joins: epony (epony@replaced-ip )
2607 [21:13:09] *** Quits: cliluw (~cliluw@replaced-ip ) (Read error: Connection reset by peer)
2608 [21:13:26] *** Joins: cliluw (~cliluw@replaced-ip )
2609 [21:13:35] *** Joins: supr3m369 (~kali@replaced-ip )
2610 [21:13:45] *** Quits: hugh_marera (~hugh_mare@replaced-ip ) (Quit: hugh_marera)
2611 [21:14:04] <supr3m369> Client: HexChat 2.14.3 • OS: Debian kali-rolling • CPU: Intel(R) Celeron(R) CPU J1900 @ 1.99GHz (2.00GHz) • Memory: Physical: 4.7 GiB Total (4.0 GiB Free) Swap: 2.0 GiB Total (2.0 GiB Free) • Storage: 17.7 GB / 80.0 GB (62.3 GB Free) • VGA: VMware SVGA II Adapter @ Intel Corporation 440FX - 82441FX PMC [Natoma] • Uptime: 40m 52s
2612 [21:14:19] <greycat> !kali
2613 [21:14:19] <dpkg> Kali Linux (replaced-url
2614 [21:14:34] <jelly> supr3m369: please avoid doing that in this channel unless we ask you to
2615 [21:14:46] *** Quits: jackedin (~jackedin@replaced-ip ) (Quit: Leaving)
2616 [21:15:29] *** Joins: hid3 (~arnoldas@replaced-ip )
2617 [21:15:49] <jelly> that "OS: Debian kali-rolling" makes me want to send a stern email to whoever maintains that
2618 [21:16:06] *** Joins: rgr (~rgr@replaced-ip )
2619 [21:16:34] *** Quits: planetmaker (~pm@replaced-ip ) (Ping timeout: 265 seconds)
2620 [21:16:40] *** Quits: Ycarus (~Ycarus@replaced-ip ) (Quit: Ycarus)
2621 [21:18:05] *** Quits: supr3m369 (~kali@replaced-ip ) (Client Quit)
2622 [21:18:07] *** Quits: bkraptor_ (~bkraptor@replaced-ip ) (Ping timeout: 255 seconds)
2623 [21:18:46] *** Joins: planetmaker (~pm@replaced-ip )
2624 [21:18:50] *** Quits: Brigo_ (~Brigo@replaced-ip ) (Ping timeout: 240 seconds)
2625 [21:19:02] *** debhelper sets mode: +l 1543
2626 [21:19:20] *** Joins: \\Mr_C\\ (~mrc@replaced-ip )
2627 [21:22:46] *** Joins: rcm888 (~u1@replaced-ip )
2628 [21:23:04] <rcm888> How to remove debian desktop?
2629 [21:23:21] *** Quits: fritzelcloug (~cloug@replaced-ip ) (Quit: Leaving)
2630 [21:23:45] *** Joins: well_laid_lawn (~Jean-luc@replaced-ip )
2631 [21:25:30] <jelly> rcm888: the whole GUI, leave just console and remote access?
2632 [21:25:46] <rcm888> jelly: yes.
2633 [21:26:36] *** Joins: terr_ (~terr@replaced-ip )
2634 [21:27:58] <somiaj> depends on how you installed, but removing the meta packages should remove most of it
2635 [21:28:00] <jelly> I don't know, you could start by trying to remove both backends for graphical environents: apt remove xserver-xorg-core xwayland.
2636 [21:28:00] *** Quits: SHBattleship (~Thunderbi@replaced-ip ) (Quit: SHBattleship)
2637 [21:28:18] *** Joins: Guest79740 (~jd@replaced-ip )
2638 [21:29:14] <somiaj> you could also reduce yourself down to a standard install (very minimial) and only install back the pieces you want (though depends on how much server side stuff you have and want to reinstall)
2639 [21:29:39] *** Quits: terrell (~terr@replaced-ip ) (Ping timeout: 260 seconds)
2640 [21:29:41] *** Joins: fritzelcloug (~cloug@replaced-ip )
2641 [21:29:45] <BCMM> removing the metapackage followed by autoremove, that is
2642 [21:29:47] <jelly> somiaj: how do you do that?
2643 [21:30:05] <somiaj> I think dpkg has a factoid, but you use aptitude search flags
2644 [21:30:59] <jelly> dpkg has a factoid to show packages from standard
2645 [21:30:59] <dpkg> no idea, jelly
2646 [21:31:03] <jelly> !standard
2647 [21:31:03] <dpkg> hmm... standard task is a "task" that should be installed on all machines during the installer stage. It installs packages that are important, required and standard (i.e. "aptitude install ~pstandard ~prequired ~pimportant"). Packages in the <essential> set are always installed. Also ask me about <tasksel>.
2648 [21:31:11] <terr_> How does the kernel handle initrd? I know it is loaded at boot time. Is it used after? I suspect not. The kernel can load modules and we can do it manually with insmod... reason I ask? I just installed kvm and it built a new initrd. Why would it need to initrd? unless there is something that needs to be done at boot time... what?
2649 [21:31:17] <jelly> somiaj: but how do you reduce the system to just those?
2650 [21:31:30] *** Joins: jackal_ (~jackal@replaced-ip )
2651 [21:31:46] <somiaj> must have been somewhere else I saw it, but aptitude remove not(standard/required/important) let me look up the syntax
2652 [21:32:41] <somiaj> aptitude remove ~pextra ~poptional (remove all extra and optional packages)
2653 [21:33:11] *** Joins: q-u-a-n3 (~q-u-a-n3@replaced-ip )
2654 [21:33:22] *** Quits: q-u-a-n3 (~q-u-a-n3@replaced-ip ) (Remote host closed the connection)
2655 [21:33:22] <Guest79740> hello all
2656 [21:33:23] <jelly> ,i openssh-server
2657 [21:33:25] <judd> Package openssh-server (net, optional) in buster/amd64: secure shell (SSH) server, for secure access from remote machines. Version: 1:7.9p1-10+deb10u2; Size: 343.9k; Installed: 1449k; Homepage: replaced-url
2658 [21:33:37] *** Guest79740 is now known as rocha
2659 [21:33:47] <jelly> rcm888: mind you, the command somiaj suggest will remove ssh server as well.
2660 [21:33:54] <somiaj> aptitude remove !standard !required !important (remove all packages that are not standard, not required, not important)
2661 [21:33:57] <rocha> hello all
2662 [21:34:02] *** Quits: hemimaniac (~hemi@replaced-ip ) (Ping timeout: 258 seconds)
2663 [21:34:03] <jelly> but it seems like a good place to start
2664 [21:34:23] <somiaj> though I think you need to escape the ! from the shell
2665 [21:34:47] <jelly> somiaj: care to not invent syntax, perhaps?
2666 [21:35:11] *** Joins: q-u-a-n3 (~q-u-a-n3@replaced-ip )
2667 [21:35:11] <somiaj> replaced-url
2668 [21:36:01] *** Quits: dab21 (1fa4e76711@replaced-ip ) (Excess Flood)
2669 [21:36:07] <somiaj> oh should include the not from above, aptitude remove ~!standard ~!required ~!important (that is how I read the docs)
2670 [21:36:10] <jelly> you also forgot what "standard" is (a priority)
2671 [21:36:36] <somiaj> arg, aptitude remove ~!pstandard ~!prequired ~!pimportant -- thanks
2672 [21:36:43] <jelly> nope
2673 [21:36:50] <jelly> you seem close though!
2674 [21:37:19] <jelly> somiaj: maybe try and test things before suggesting them in a channel with 1500 trusting people
2675 [21:37:26] *** Joins: nolan__ (~nolan_@replaced-ip )
2676 [21:37:38] *** jackal_ is now known as jackalxyz
2677 [21:38:02] *** Quits: nolan_ (~nolan_@replaced-ip ) (Ping timeout: 252 seconds)
2678 [21:38:09] *** Joins: Halian (~halian@replaced-ip )
2679 [21:38:10] *** nolan__ is now known as nolan_
2680 [21:38:24] <jelly> or don't help while tired, I should probably follow that as well
2681 [21:40:06] *** Joins: prince1 (~prince@replaced-ip )
2682 [21:40:19] *** Quits: sbetrium (~sbetrium@replaced-ip ) (Quit: sbetrium)
2683 [21:40:32] *** Quits: Kevlar_Noir (~manjaro-u@replaced-ip ) (Quit: Konversation terminated!)
2684 [21:40:54] *** Quits: Vizva (~Vizva@replaced-ip ) (Remote host closed the connection)
2685 [21:41:02] *** Joins: rea77 (~Thunderbi@replaced-ip )
2686 [21:41:06] *** Quits: FreEm1nD (~FreEm1nD@replaced-ip ) (Quit: Leaving)
2687 [21:41:50] *** Quits: openface (~of@replaced-ip ) (Quit: leaving)
2688 [21:42:24] *** Quits: rea77 (~Thunderbi@replaced-ip ) (Remote host closed the connection)
2689 [21:43:39] <Organizm> guys
2690 [21:43:43] <Organizm> wtf is rsyslog
2691 [21:43:49] <jelly> ,i rsyslog
2692 [21:43:50] <judd> Package rsyslog (admin, important) in buster/amd64: reliable system and kernel logging daemon. Version: 8.1901.0-1; Size: 642.8k; Installed: 1812k; Homepage: replaced-url
2693 [21:44:05] <Organizm> does it come with?
2694 [21:44:15] <Organizm> and running
2695 [21:44:16] <jelly> it's a thing that writes to most the files in /var/log/
2696 [21:44:24] <jelly> yes
2697 [21:44:32] *** Joins: openface (~of@replaced-ip )
2698 [21:44:33] <jelly> it comes... with.
2699 [21:44:44] *** Joins: erle-_ (~erle-@replaced-ip )
2700 [21:44:53] <jelly> if you install the standard stuff.
2701 [21:45:05] *** Quits: prince1 (~prince@replaced-ip ) (Ping timeout: 265 seconds)
2702 [21:45:35] <somiaj> all good advivce, so here is the search string, aptitude search '?not(?and(?priority(standard),?priority(required),?priority(important)))'
2703 [21:45:38] *** Quits: erle-_ (~erle-@replaced-ip ) (Client Quit)
2704 [21:45:55] *** Joins: [dd] (~dd]@replaced-ip )
2705 [21:46:22] *** Joins: spigot (michael@replaced-ip )
2706 [21:47:24] *** Joins: nuno_nunes (~PC@replaced-ip )
2707 [21:48:19] *** Quits: BCMM (~BCMM@replaced-ip ) (Ping timeout: 260 seconds)
2708 [21:49:04] *** Joins: EdNigma (~EdNigma@replaced-ip )
2709 [21:49:12] <greycat> a LISP bit my sister
2710 [21:49:28] *** Joins: uxfi (~uxfi@replaced-ip )
2711 [21:50:11] <greycat> that logic doesn't look right, but what the hell do I know about this crazy Polish-notation boolean thing
2712 [21:50:56] *** Quits: hele (~hele@replaced-ip ) (Quit: Konversation terminated!)
2713 [21:50:58] <somiaj> replaced-url
2714 [21:51:24] *** Quits: Scytale89 (~Scytale89@replaced-ip ) (Quit: Scytale89)
2715 [21:52:33] *** Quits: rgr (~rgr@replaced-ip ) (Quit: Leaving)
2716 [21:53:01] <jelly> dpkg, qotd305 is <reply><somiaj> all good advivce, so here is the search string, aptitude search '?not(?and(?priority(standard),?priority(required),?priority(important)))' <greycat> a LISP bit my sister
2717 [21:53:02] <dpkg> jelly: okay
2718 [21:54:24] <greycat> It produces a lot of output. I'm not quite sure what the output *is*, other than a huge list of pacakges with cryptic letters before them.
2719 [21:54:41] <jelly> somiaj: you probably want something like ?and(?not(foo),?not(bar),?not(baz)) -- only if it's none of those things
2720 [21:55:00] <jelly> because no package ever will satisfy two different priorities
2721 [21:55:07] *** Joins: bkraptor_ (~bkraptor@replaced-ip )
2722 [21:55:07] <greycat> I assumed it should've been not(or(x,y,z)).
2723 [21:55:20] *** Quits: kisser (null@replaced-ip ) (Quit: *)
2724 [21:55:31] *** Joins: kisser (null@replaced-ip )
2725 [21:55:31] *** Quits: kisser (null@replaced-ip ) (Changing host)
2726 [21:55:31] *** Joins: kisser (null@replaced-ip )
2727 [21:55:43] <greycat> But... I get similar-looking results if I replace "and" with "or", so I still have no idea what it's doing.
2728 [21:55:44] <jelly> I suspect those are equivalent
2729 [21:56:46] *** Joins: tuxmania (~tuxmania@replaced-ip )
2730 [21:57:29] *** Joins: mtn (~mtn@replaced-ip )
2731 [21:58:29] <jelly> aptitude search '~i ?not(?or(?priority(standard),?not(?priority(required)),?priority(important)))'|wc -l ... only 75
2732 [21:58:45] <jelly> oops
2733 [21:59:37] *** Joins: sanwas (~quassel@replaced-ip )
2734 [21:59:44] *** Quits: cfoch (uid153227@replaced-ip ) (Quit: Connection closed for inactivity)
2735 [22:00:04] *** Quits: redguy (~matik@replaced-ip ) (Ping timeout: 265 seconds)
2736 [22:01:03] *** Joins: Alessandro-B (~androirc@replaced-ip )
2737 [22:02:01] *** Joins: Howard (~freeirc@replaced-ip )
2738 [22:02:29] *** Quits: hramrach (hramrach@replaced-ip ) (Remote host closed the connection)
2739 [22:02:42] <jelly> 6060 when it's correct, out of 6304 total installed packages, seems reasonable
2740 [22:03:25] *** Joins: noboruma (~noboruma@replaced-ip )
2741 [22:04:47] <somiaj> ahh yea, thanks
2742 [22:06:26] <jelly> and by correct I meant either '?and(?installed,?not(?or(?priority(standard),?priority(required),?priority(important))))'
2743 [22:06:38] <jelly> or '?and(?installed,?and(?not(?priority(standard)),?not(?priority(required)),?not(?priority(important))))'
2744 [22:07:08] <jelly> and now I hate s expressions forever
2745 [22:08:02] *** Joins: troulouliou_dev (~troulouli@replaced-ip )
2746 [22:08:32] *** Joins: dab21 (~dab21@replaced-ip )
2747 [22:08:43] <jelly> also how do I have 6000 packages installed, that's a sizable % of the whole release
2748 [22:09:01] *** debhelper sets mode: +l 1550
2749 [22:09:08] <greycat> 1679 here
2750 [22:09:46] <jelly> only 335 are obsolete/local. Ah. multiarch.
2751 [22:10:10] <jelly> now you can have two or three or everything!
2752 [22:10:27] <jelly> of* everything
2753 [22:10:58] *** Joins: Jo-Anna (uid57472@replaced-ip )
2754 [22:11:02] <somiaj> what is a releasse up to these days? I have 1705 packages installed and 113036 not installed.
2755 [22:11:35] *** Joins: hemimaniac (~hemi@replaced-ip )
2756 [22:11:47] <somiaj> assuming that is double due to multiarch, is a release up to >50,000 packages these days?
2757 [22:12:08] *** Quits: chomwitt (~chomwitt@replaced-ip ) (Ping timeout: 252 seconds)
2758 [22:12:20] *** Joins: alazy (~alazywork@replaced-ip )
2759 [22:12:27] <greycat> replaced-url
2760 [22:12:56] *** Joins: BCMM (~BCMM@replaced-ip )
2761 [22:13:12] *** Joins: J0P3YE_ (~J0P3YE@replaced-ip )
2762 [22:13:29] *** Joins: TheWizard (~thewizard@replaced-ip )
2763 [22:13:50] *** Joins: chomwitt (~chomwitt@replaced-ip )
2764 [22:13:59] *** Quits: J0P3YE (~J0P3YE@replaced-ip ) (Ping timeout: 260 seconds)
2765 [22:14:27] *** Quits: troulouliou_dev (~troulouli@replaced-ip ) (Remote host closed the connection)
2766 [22:14:32] <jelly> replaced-url
2767 [22:14:47] <jelly> that is, in fact, over 59000
2768 [22:15:19] <somiaj> so 6000/60000 = 1/10 (assuming no multi arch, you are reaching 10%)
2769 [22:15:26] <jelly> I don't have double of everything, only 342 amd64 packages
2770 [22:16:40] <jelly> mostly to get some non-free 64-bit only crap running on this otherwise mostly 32bit installation
2771 [22:16:47] <jelly> mostly
2772 [22:17:59] <rocha> 18:15 <rocha> anyone speak portuguese ??
2773 [22:17:59] <rocha> 18:15 -!- does: No such nick/channel
2774 [22:18:11] <greycat> !pt
2775 [22:18:11] <dpkg> Por favor use #debian-pt para ajuda em portugues ou #debian-br para ajuda em portugues do brasil. ( /join #debian-br ) - debian-user-portuguese@lists.debian.org
2776 [22:19:23] *** Joins: shibboleth (~shibbolet@replaced-ip )
2777 [22:19:35] <jelly> #debian-br is on irc.oftc.net; the other one is pretty empty even on OFTC
2778 [22:19:43] *** Joins: p2hc (~p2hc@replaced-ip )
2779 [22:20:01] *** Quits: grumble (~grumble@replaced-ip ) (Quit: Some software updates just make me want to cURL up in a corner and sob.)
2780 [22:20:50] *** Joins: rea77 (~Thunderbi@replaced-ip )
2781 [22:21:33] *** Joins: openface_ (~of@replaced-ip )
2782 [22:21:36] *** Quits: czesmir (~stefan@replaced-ip ) (Quit: Lost terminal)
2783 [22:21:59] *** Joins: grumble (~grumble@replaced-ip )
2784 [22:22:23] *** Quits: rea77 (~Thunderbi@replaced-ip ) (Remote host closed the connection)
2785 [22:22:43] *** Joins: rea77 (~Thunderbi@replaced-ip )
2786 [22:22:43] *** Quits: alazy (~alazywork@replaced-ip ) (Ping timeout: 258 seconds)
2787 [22:22:53] <Organizm> im taking this to new level guys
2788 [22:23:24] *** Quits: towo` (~towo@replaced-ip ) (Quit: Leaving)
2789 [22:23:31] *** Quits: grumble (~grumble@replaced-ip ) (Changing host)
2790 [22:23:31] *** Joins: grumble (~grumble@replaced-ip )
2791 [22:23:47] *** Quits: Twoll (~Twoll@replaced-ip ) (Ping timeout: 260 seconds)
2792 [22:24:08] *** Joins: Shawn__ (~Shawn__@replaced-ip )
2793 [22:24:18] *** Quits: rea77 (~Thunderbi@replaced-ip ) (Remote host closed the connection)
2794 [22:24:35] <Shawn__> Hi, do you know why there is no phpmyadmin package in Debian 10 ?
2795 [22:25:04] <greycat> replaced-url
2796 [22:25:26] <greycat> pay particular attention to any line that says REMOVED
2797 [22:25:26] *** Joins: Twoll (~Twoll@replaced-ip )
2798 [22:25:58] <somiaj> replaced-url
2799 [22:27:20] *** Quits: fritzelcloug (~cloug@replaced-ip ) (Quit: Leaving)
2800 [22:29:05] *** Joins: mr_ab (~nobody@replaced-ip )
2801 [22:29:07] <mr_ab> Alllright
2802 [22:29:12] <mr_ab> I'm .. starting to get really screwed here.
2803 [22:30:16] *** Quits: bkraptor_ (~bkraptor@replaced-ip ) (Remote host closed the connection)
2804 [22:30:23] <mr_ab> How on earth do I create my own boot image? ... My main workstation has been offline for .. 3 days now .. partially my fault =) but I need to get this resolved. I downloaded a debian live CD, 10.3, and when it boots it still says it needs firmwire, despite me using the nonfree ISO
2805 [22:30:33] <mr_ab> I seen in the logs, there is some tool, 'lwr' I think ?
2806 [22:30:34] *** Joins: littlebit (~Thunderbi@replaced-ip )
2807 [22:31:05] *** Quits: dastier (~dastier@replaced-ip ) (Remote host closed the connection)
2808 [22:32:50] *** Quits: zatumil (~Administr@replaced-ip ) (Quit: leaving)
2809 [22:32:53] *** Joins: CaptainN (~KevinKeen@replaced-ip )
2810 [22:33:08] <mr_ab> ... to make matters worse, I can't get any network connected, because it apparently doesn't come with any sort of wireless config stuff
2811 [22:33:14] *** Quits: nksegos (~Thunderbi@replaced-ip ) (Remote host closed the connection)
2812 [22:33:45] *** Quits: Howard (~freeirc@replaced-ip ) (Read error: Connection reset by peer)
2813 [22:34:49] *** Joins: nksegos (~Thunderbi@replaced-ip )
2814 [22:38:01] *** Joins: ob-sed___ (~obesd@replaced-ip )
2815 [22:38:13] <Shawn__> thank you greycat and somiaj. What does "testing" refers to?
2816 [22:38:36] <greycat> !testing
2817 [22:38:36] <dpkg> Testing is a continuously updated release between <stable> and <unstable>, currently codenamed <bullseye>. See replaced-url
2818 [22:38:51] *** Joins: zodo (~zodo@replaced-ip )
2819 [22:39:22] <greycat> Packages that fail to meet the criteria for release are typically removed during the "testing" stage of the release's lifespan. In this case, for Debian 10 "buster", it was in testing up through the first half of 2019.
2820 [22:39:24] <mr_ab> live-wrapper, found it!... why is there so many dang tools to create live ISOs?
2821 [22:39:25] *** Joins: winy (~vince@replaced-ip )
2822 [22:39:31] <greycat> So, the REMOVED in early 2019 was during buster's testing stage.
2823 [22:40:32] <zodo> Help, I've fallen and I can't get up. OR I can't use my laptop when the lid is closed. Just the lid. I still want the acpi to work with the Power button.
2824 [22:40:51] *** Quits: ob-sed (~obesd@replaced-ip ) (Ping timeout: 240 seconds)
2825 [22:41:07] *** Joins: Aussie_matt (~quassel@replaced-ip )
2826 [22:41:20] <zodo> Hello greycat. Good to see you are still doing well.
2827 [22:41:34] *** Joins: dtux (~dmtucker@replaced-ip )
2828 [22:42:15] <zerocool> why does debian prefer ss over netstat?
2829 [22:42:22] *** Joins: MenschZwoNull_ (~MenschZwo@replaced-ip )
2830 [22:42:27] <greycat> the old net-tools are deprecated upstream
2831 [22:42:41] <zerocool> greycat: do you know why though?
2832 [22:42:44] *** Joins: rea77 (~Thunderbi@replaced-ip )
2833 [22:43:27] <Shawn__> greycat, thank you very much for your help and information given :)
2834 [22:43:27] <greycat> !iproute
2835 [22:43:28] <dpkg> [iproute] the successor to ifconfig and route and allows proper aliasing of ips rather than the old 'ip aliasing' scheme - read replaced-url
2836 [22:43:41] <greycat> I'm sure there are other pages ...
2837 [22:43:44] <zerocool> oh, ss is part of iproute2?
2838 [22:44:05] <greycat> It is.
2839 [22:44:21] *** Quits: rea77 (~Thunderbi@replaced-ip ) (Remote host closed the connection)
2840 [22:44:35] <zerocool> i see, okay. it makes sense in that imo iproute2 output is bad, just like ss's output
2841 [22:44:38] <zerocool> again imo
2842 [22:44:41] *** Quits: flo2marsnet (~flo2marsn@replaced-ip ) (Read error: Connection reset by peer)
2843 [22:45:46] *** Quits: dtux (~dmtucker@replaced-ip ) (Ping timeout: 240 seconds)
2844 [22:46:18] <BCMM> zerocool: the old/standard networking tools still work, and will work for a long time. it's just that they do not support (and do not aim to support) all of the features of the linux network stack
2845 [22:46:31] <tds> iproute2 also uses netlink, i've seen massive performance differences between it and old net-tools utils using the old /proc/net interfaces
2846 [22:47:06] *** Joins: dvs (~hibbard@replaced-ip )
2847 [22:47:06] *** Quits: jackalxyz (~jackal@replaced-ip ) (Quit: Leaving)
2848 [22:47:38] *** Quits: noboruma (~noboruma@replaced-ip ) (Ping timeout: 258 seconds)
2849 [22:48:09] *** Joins: ceska (~Cieska@replaced-ip )
2850 [22:48:09] <tds> i've no idea why the old interfaces are so slow, seems quite odd
2851 [22:48:25] *** Quits: foul_owl (~foul_owl@replaced-ip ) (Ping timeout: 272 seconds)
2852 [22:49:48] *** Joins: format_c (~format_c@replaced-ip )
2853 [22:55:08] <zodo> Okay, I've decided to remove acpi-support, acpi-support-base, acpid, and acpi-fakekey. I guess my problem can't be solved properly by me.
2854 [22:58:08] *** Joins: troulouliou_dev (~troulouli@replaced-ip )
2855 [22:58:38] <zodo> That didn't work either. Do I need to replace my kernel or something?
2856 [22:58:39] *** Joins: tvm (~tvm@replaced-ip )
2857 [22:58:43] *** Joins: mrrobot__ (~mrrobot@replaced-ip )
2858 [22:58:57] *** Joins: noboruma (~noboruma@replaced-ip )
2859 [22:59:01] *** debhelper sets mode: +l 1560
2860 [22:59:02] <zodo> How do I completely disable ALL power management lid and such CRAP on my laptop.
2861 [22:59:21] *** Quits: p2hc (~p2hc@replaced-ip ) (Quit: Konversation terminated!)
2862 [22:59:22] *** Quits: jhutchins_wk (~jonathan@replaced-ip ) (Remote host closed the connection)
2863 [22:59:27] *** Quits: tvm (~tvm@replaced-ip ) (Remote host closed the connection)
2864 [22:59:49] *** Joins: tvm (~tvm@replaced-ip )
2865 [22:59:53] *** Quits: troulouliou_dev (~troulouli@replaced-ip ) (Remote host closed the connection)
2866 [23:00:17] *** Quits: KaiForce (~chatzilla@replaced-ip ) (Quit: ChatZilla 0.9.93 [Firefox 52.9.0/20180621064021])
2867 [23:00:48] <tomreyn> see logind.conf(5)
2868 [23:01:10] *** Quits: mrrobot_ (~mrrobot@replaced-ip ) (Ping timeout: 255 seconds)
2869 [23:01:20] *** Quits: TheWizard (~thewizard@replaced-ip##) (Quit: KVIrc 5.0.0 Aria ##replaced-url
2870 [23:01:48] <tomreyn> i'm guessing on what you're running though since i don't think you said.
2871 [23:02:12] <zodo> Buster
2872 [23:03:14] *** Quits: moondog (~Thunderbi@replaced-ip ) (Ping timeout: 240 seconds)
2873 [23:03:34] <tomreyn> should be correct then
2874 [23:03:52] *** Quits: noboruma (~noboruma@replaced-ip ) (Ping timeout: 255 seconds)
2875 [23:04:01] <zodo> And if that proves to be useless? Any other ideas? because I've already been down that rabbit hole once.
2876 [23:04:35] *** Joins: hramrach (hramrach@replaced-ip )
2877 [23:04:53] *** Quits: cliluw (~cliluw@replaced-ip ) (Ping timeout: 272 seconds)
2878 [23:05:10] *** Joins: cliluw (~cliluw@replaced-ip )
2879 [23:05:22] *** Quits: littlebit (~Thunderbi@replaced-ip ) (Quit: littlebit)
2880 [23:05:51] *** Joins: Paraquat (~333@replaced-ip )
2881 [23:06:10] *** Joins: foul_owl (~foul_owl@replaced-ip )
2882 [23:06:45] *** Quits: format_c (~format_c@replaced-ip ) (Quit: format_c)
2883 [23:07:47] *** Quits: Prints (~333@replaced-ip ) (Ping timeout: 240 seconds)
2884 [23:09:01] *** debhelper sets mode: +l 1552
2885 [23:10:27] *** Quits: twobitsprite (~ifreeman@replaced-ip ) (Ping timeout: 260 seconds)
2886 [23:12:10] <zodo> Every time an attempt fails. It takes me at least 5 minutes to try again.
2887 [23:12:53] <zodo> And NOW when it faiils. Apparently I have to CRASH the system down power up again. Which makes it even worse.
2888 [23:13:09] *** Joins: eyalroz (~quassel@replaced-ip )
2889 [23:13:20] *** Quits: eyalroz (~quassel@replaced-ip ) (Client Quit)
2890 [23:13:52] *** Joins: bacoder (~bacoder@replaced-ip )
2891 [23:13:54] <bacoder> hey
2892 [23:14:05] <zodo> Hi there bac
2893 [23:14:27] <bacoder> when I close my laptop lid and open it back the screen goes black, no reaction
2894 [23:14:44] <bacoder> I am using gnome, neauveau and buster
2895 [23:14:51] <zodo> Wow, and you aren't me. So.... I guess this pain is common.
2896 [23:15:23] <bacoder> you have also experienced that?
2897 [23:15:34] *** Quits: b1ack0p (~m@replaced-ip ) (Ping timeout: 255 seconds)
2898 [23:15:52] <zodo> I'm just trying to COMPLETELY disable acpi at this point. Just don't turn my laptop off. I will do it myself.
2899 [23:16:30] <greycat> there's probably some kernel command-line parameter you can add to disable it
2900 [23:16:32] *** Joins: dArK_IcE (~lawl@replaced-ip )
2901 [23:16:52] *** Quits: shibboleth (~shibbolet@replaced-ip ) (Quit: shibboleth)
2902 [23:16:54] <bacoder> afaik the os will not, it is just putting it in a hybernated state, correct?
2903 [23:17:07] *** Quits: openface (~of@replaced-ip ) (Quit: leaving)
2904 [23:17:32] *** Joins: b1ack0p (~m@replaced-ip )
2905 [23:17:38] *** Quits: b1ack0p (~m@replaced-ip ) (Changing host)
2906 [23:17:38] *** Joins: b1ack0p (~m@replaced-ip )
2907 [23:17:49] <zodo> I am tyring to use the laptop as a closet server. Lid closed. I have a cat and don't want it dancing on my kebyoard.
2908 [23:18:06] *** Quits: LifeFrame (~LifeFrame@replaced-ip ) (Quit: -a- IRC for Android 2.1.55)
2909 [23:18:38] <bacoder> okay, this is my actual laptop, I am just trying to do something
2910 [23:19:07] <bacoder> like if I forget and I close my laptop lid the laptop needs to be hard reset
2911 [23:19:17] *** Joins: Randolf (~randolf@replaced-ip )
2912 [23:19:20] <bacoder> which is... wtf
2913 [23:19:25] *** Joins: greatgatsby (~greatgats@replaced-ip )
2914 [23:19:48] <bacoder> so - what are my options here?
2915 [23:19:59] <zodo> Same here. hold button Crash laptop and power on again just to use it.
2916 [23:20:30] <greycat> replaced-url
2917 [23:20:44] <greycat> looks like it's "acpi=off"
2918 [23:20:54] <tomreyn> you two could review your logs and see what's logged when you trigger those acpi actions. or you could use replaced-url
2919 [23:20:54] <bacoder> greycat: I have no idea on what acpi is, what is it?
2920 [23:21:21] <teclo-> advanced power control interface
2921 [23:21:23] <greycat> !acpi
2922 [23:21:23] <dpkg> Advanced Configuration and Power Interface (ACPI) is a power management interface that gives more control to the BIOS, or horribly horribly broken, or "run this arbitrary code in ring 0", or generally better than <APM>. For a list of supported systems/BIOSes, see replaced-url
2923 [23:21:45] *** Quits: openface_ (~of@replaced-ip ) (Ping timeout: 265 seconds)
2924 [23:22:06] <tomreyn> this lacks a reference to WMI ;)
2925 [23:22:47] *** Joins: rea77 (~Thunderbi@replaced-ip )
2926 [23:22:53] <bacoder> ok and if I disable it, what will happen once the lid is closed?
2927 [23:23:01] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
2928 [23:23:27] <greycat> 17:15 zodo> I'm just trying to COMPLETELY disable acpi at this point.
2929 [23:23:35] <teclo-> bacoder: if you disable it, it's very likely the laptop will never go to sleep mode/suspend mode/poweroff
2930 [23:23:39] <greycat> That's what I was answering. If it helps some other person, cool.
2931 [23:23:40] *** Quits: diniwed (~gavron@replaced-ip ) (Ping timeout: 258 seconds)
2932 [23:24:08] <BCMM> if you just *entirely* disable acpi support, can you even power the machine off from software? or do you go back to an "it is now safe to turn off your computer" type situation?
2933 [23:24:20] <zodo> Yeah, but simply removing the acpid will NOT disable it. So, don't bother attempting that. I did. :(
2934 [23:24:20] <teclo-> bacoder: actually you could do better than that, that is fine-tune the acpi configuration on your laptop, so that ACPI is still supported but it won't suspend or poweroff when you close the lid
2935 [23:24:54] <zodo> teclo-: That is what I have been trying to do desperately to NO avail.
2936 [23:25:15] *** Joins: BrianG61UK (~BrianG61U@replaced-ip )
2937 [23:25:31] <neox> BCMM: it depends on the OS. APM can still be supported by the mobo, and if the OS handles it, it's ok to shutdown by software
2938 [23:26:14] <zodo> Finally. acpi=off noapic seems to work well enough for me at the moment. Not sure which or both are needed to get it done.
2939 [23:26:59] <bacoder> for fucks sake, I wasn't expecting this problem to be this annoying
2940 [23:27:18] <zodo> Thank you greycat for reminding me I can use a boot option.
2941 [23:27:24] *** Quits: FalseMem (~Falsememo@replaced-ip ) (Remote host closed the connection)
2942 [23:27:27] <zodo> bacoder: I feel your pain.
2943 [23:27:56] <tomreyn> buster doesn't have any *acpi* package installed by default, and still systemd-sleep handles acpi calls fine.
2944 [23:27:59] *** Quits: winy (~vince@replaced-ip ) (Quit: Leaving.)
2945 [23:28:04] *** Quits: bacoder (~bacoder@replaced-ip ) (Quit: leaving)
2946 [23:28:26] *** Joins: bacoder (~bacoder@replaced-ip )
2947 [23:28:30] <bacoder> whoops
2948 [23:28:45] <zodo> tomreyn: Yeah, I noticed. Kernel has no problems KILLING my laptop without packages installed.
2949 [23:29:04] <tomreyn> seems like your kernel is unreasonable mean to you
2950 [23:29:35] <tomreyn> hopefully thats not targetted
2951 [23:29:55] *** Quits: debsan (~debsan@replaced-ip ) (Remote host closed the connection)
2952 [23:30:14] <zodo> I'm going to use the laptop with the curren HACK for a few hours so I can get work done before trying again for a proper solution.
2953 [23:30:51] *** Joins: debsan (~debsan@replaced-ip )
2954 [23:31:25] *** Quits: nuno_nunes (~PC@replaced-ip ) (Quit: Leaving)
2955 [23:31:48] *** Quits: greycat (~wooledg@replaced-ip ) (Quit: They see me clawin' the love seat / They won't do nothin' 'cause I'm cute and furry)
2956 [23:31:52] *** Joins: anoncon (~Falsememo@replaced-ip )
2957 [23:32:03] *** Quits: Randolf (~randolf@replaced-ip ) (Quit: Leaving)
2958 [23:32:24] *** Quits: EdNigma (~EdNigma@replaced-ip ) (Quit: Leaving)
2959 [23:32:27] *** Joins: diniwed (~gavron@replaced-ip )
2960 [23:33:52] *** Joins: ItsAlwaysDNs_ (~ItsAlways@replaced-ip )
2961 [23:34:36] <ItsAlwaysDNs_> NVIDIA can fucking go bankrupt. Their driver crapped itself on a recent Debian kernel upgrade. Had to fumble around with curl and wget to download the new driver install file.
2962 [23:35:01] *** Quits: bacoder (~bacoder@replaced-ip ) (Quit: Lost terminal)
2963 [23:35:05] <zodo> Okay. mine is fixed. Typos Suck. How the typo got in there. I don't know.
2964 [23:35:42] <ItsAlwaysDNs_> I'm surprised that NVIDIA allows hotlinking to their download servers. Maybe for sysadmins?
2965 [23:39:05] *** Quits: debsan (~debsan@replaced-ip ) (Ping timeout: 272 seconds)
2966 [23:39:06] *** Joins: bacoder (~bacoder@replaced-ip )
2967 [23:39:10] <bacoder> replaced-url
2968 [23:39:19] <bacoder> I did this, and it 'worked'
2969 [23:39:19] <zodo> Welcome back bacoder. I think I can help you.
2970 [23:39:23] <zodo> Typo !!!!!!
2971 [23:39:30] <bacoder> '''''''''''''''''''''''''''''''''''''''''''''''worked'''''''''''''''''''''''''''''''''''''''''''''''''''
2972 [23:39:37] <bacoder> as in , now it does nothing
2973 [23:39:55] <bacoder> hey zodo , thank you!
2974 [23:40:09] *** Quits: tuxmania (~tuxmania@replaced-ip ) (Remote host closed the connection)
2975 [23:40:11] *** Joins: prince1 (~prince@replaced-ip )
2976 [23:40:47] *** Quits: b1ack0p (~m@replaced-ip ) (Ping timeout: 260 seconds)
2977 [23:41:04] <zodo> I had a typo of in the word. HandleLidSwitch=ignore ... It was HandleLidSwitct <--- Notice Switct??
2978 [23:41:36] *** Quits: luuuciano (~luuuciano@replaced-ip ) (Remote host closed the connection)
2979 [23:41:56] <zodo> I can't swear that it was already that way. Just that I found it.
2980 [23:42:06] *** Joins: b1ack0p (~m@replaced-ip )
2981 [23:42:08] <bacoder> lol
2982 [23:42:17] *** Quits: b1ack0p (~m@replaced-ip ) (Changing host)
2983 [23:42:17] *** Joins: b1ack0p (~m@replaced-ip )
2984 [23:43:10] <bacoder> god damn these osses, someday I might actually turn to templeOs instead
2985 [23:43:14] <bacoder> or EVEN
2986 [23:43:19] <bacoder> reactos
2987 [23:43:32] *** Quits: phanuel (~phanuel@replaced-ip ) (Quit: Leaving)
2988 [23:45:22] *** Joins: Krennic (~Krennic@replaced-ip )
2989 [23:45:25] *** Quits: prince1 (~prince@replaced-ip ) (Ping timeout: 272 seconds)
2990 [23:45:40] <Organizm> how do i update env
2991 [23:45:43] <Organizm> variable
2992 [23:45:48] *** Parts: uxfi (~uxfi@replaced-ip ) ("Leaving")
2993 [23:45:55] *** Joins: uxfi (~uxfi@replaced-ip )
2994 [23:46:41] *** Parts: rocha (~jd@replaced-ip ) ()
2995 [23:47:14] <bacoder> another question btw, how much of a performance downer is it to use neauveau instead of the real deal?
2996 [23:47:33] <bacoder> specially for someone that likes to run vms
2997 [23:47:51] *** Quits: Krennic (~Krennic@replaced-ip ) (Quit: Lost terminal)
2998 [23:47:59] <Organizm> thats weird
2999 [23:48:17] <tomreyn> bacoder: i think you mean nouveau, which is french for "new"
3000 [23:48:21] <bacoder> afaik virtualization performance shouldn't get a lot from a powerfull gpu
3001 [23:48:21] *** Quits: bhoman (~quassel@replaced-ip ) (Read error: Connection reset by peer)
3002 [23:48:32] <bacoder> tomreyn: whatever.
3003 [23:48:36] *** Joins: bhoman (~quassel@replaced-ip )
3004 [23:48:53] *** Joins: luuuciano (~luuuciano@replaced-ip )
3005 [23:49:01] *** debhelper sets mode: +l 1544
3006 [23:49:12] <tomreyn> bacoder: for lack of nvidia providing documentation, nouveau's performance especiall yin terms of acceleration lack far behind the proprietary drivers.
3007 [23:49:31] <tomreyn> *lags
3008 [23:50:10] *** Quits: mspe (~mspe@replaced-ip ) (Quit: Leaving)
3009 [23:50:21] <b1ack0p> am i the only one having connection problem?
3010 [23:50:21] *** Joins: crestfallen (~john@replaced-ip )
3011 [23:50:31] <tomreyn> if you just run headless VMs and don't need graphics card based computation, this should not matter at all for virtualization.
3012 [23:51:19] <bacoder> yeah I get a bit of a performance penalty, but probably because of slow disk access (no ssd)
3013 [23:51:31] *** Quits: asymptotically (~asymptoti@replaced-ip ) (Quit: Leaving)
3014 [23:51:42] *** Quits: BCMM (~BCMM@replaced-ip ) (Quit: Konversation terminated!)
3015 [23:51:46] <tomreyn> b1ack0p: you're the only only one who pointed such out here recently
3016 [23:52:00] <b1ack0p> ok
3017 [23:53:22] <bacoder> thepiratebay.org seems odd lol
3018 [23:53:52] <ItsAlwaysDNs_> bacoder: Dead site. There are better alternatives, but because of Freenode/channel rules, I'm not going to tell you.
3019 [23:54:34] *** Quits: jmcgnh (~jmcgnh@replaced-ip ) (Read error: Connection reset by peer)
3020 [23:54:41] *** Joins: Spr1ng_ (~Spr1ng@replaced-ip )
3021 [23:54:56] <bacoder> ItsAlwaysDNs_: meh these corporate motherf*ckers
3022 [23:54:57] *** Joins: MenschZwoNull__ (~MenschZwo@replaced-ip )
3023 [23:55:06] <bacoder> worry not
3024 [23:56:39] *** Quits: soee (~soee@replaced-ip ) (Quit: Konversation terminated!)
3025 [23:56:51] *** Joins: Spr1ng__ (~Spr1ng@replaced-ip )
3026 [23:57:37] <terr_> I asked this in #kvm - no comment yet - I just used apt-get to install KVM in Stretch. I see there is a new initrd. do I have to reboot to use it - and no I have not read the docs yet
3027 [23:57:38] *** Quits: Spr1ng (~Spr1ng@replaced-ip ) (Ping timeout: 240 seconds)
3028 [23:58:05] *** Quits: MenschZwoNull_ (~MenschZwo@replaced-ip ) (Ping timeout: 272 seconds)
3029 [23:58:10] *** Quits: Spr1ng__ (~Spr1ng@replaced-ip ) (Client Quit)
3030 [23:58:20] *** Joins: jmcgnh (~jmcgnh@replaced-ip )
3031 [23:58:29] *** Joins: OGPAYASO (~bigdice@replaced-ip )
3032 [23:58:32] *** Joins: Spr1ng (~Spr1ng@replaced-ip )
3033 [23:58:57] *** Joins: oiaohm (~oiaohm@replaced-ip )
3034 [23:59:10] <tomreyn> the new initrd was probably generated to ensure the proper kvm module is loaded automatically when you boot.
3035 [23:59:27] <tomreyn> you could load it manually, though
3036 [23:59:35] *** Joins: Krennic (~Krennic@replaced-ip )
3037 [23:59:52] <tomreyn> "kvm-ok" may help you determine whether you're good to go.
↑ top
context: nick names on moving displays as market values
#debian Freenode IRC channel closed on 2021-06-01
contact: a @ her0. be