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:01:35] *** Quits: flommi (~flommi@replaced-ip ) (Read error: Connection reset by peer)
1 [00:01:39] *** Quits: sig_9 (~sig@replaced-ip ) (Quit: Konversation terminated!)
2 [00:02:04] *** Quits: uvolmer (~uvolmer@replaced-ip ) (Ping timeout: 240 seconds)
3 [00:02:42] *** Joins: flommi (~flommi@replaced-ip )
4 [00:03:41] *** Quits: kriger (~norge@replaced-ip ) (Read error: Connection timed out)
5 [00:04:10] *** Joins: geowiesnot (~user@replaced-ip )
6 [00:04:22] <urk> Never mind, I figured it out.
7 [00:06:31] *** Quits: vonsyd0w (~vonsyd0w@replaced-ip ) (Quit: Leaving)
8 [00:06:40] *** Quits: monksam (~monksam@replaced-ip ) (Remote host closed the connection)
9 [00:07:53] *** Quits: twobitsprite (~isaac.fre@cpe-173-95-153-183.nc.res.rr.com) (Ping timeout: 256 seconds)
10 [00:08:01] *** debhelper sets mode: +l 1192
11 [00:08:43] *** Joins: sig_9 (~sig@replaced-ip )
12 [00:09:45] <urk> I got more problems. I setup a partition for /SWAP, but get an error that I have not setup a partition for swap space as a final warning befort writing my partition scheme to disk. Why is the install program not recognizing my partition? My partition was manually entered, and I didn't see an option for /SWAP in the auto selection tools.
13 [00:11:02] *** Joins: StathisA (~StathisA@replaced-ip )
14 [00:11:10] <rudi_s> urk: What is /SWAP supposted to be?
15 [00:11:10] *** Quits: Downer (downer@replaced-ip ) (Ping timeout: 258 seconds)
16 [00:11:27] <urk> The partitions I have created are: /, /boot, /SWAP, /var, /var/mail, /usr/local, /usr, /usr/bin, /usr/share/doc, /opt, /tmp, /Home.
17 [00:11:54] <rudi_s> urk: Swap partitions aren't located in a separate mount point but simply marked as "swap partition".
18 [00:12:07] <rudi_s> And it's quite uncommon to use so many partitions on Linux.
19 [00:12:19] <urk> rudi_s> ok, that must be the problem then.
20 [00:12:25] *** Quits: AppXprt (4addb582@replaced-ip ) (Quit: Connection closed)
21 [00:12:35] <rudi_s> A more traditional setup is / /boot /home and maybe /var
22 [00:13:03] <rudi_s> (Possibly /var/mail if you host a big mail server, but unlikely.)
23 [00:13:04] <rudi_s> /tmp is a tmpfs per default, and the rest are a part of /
24 [00:13:20] <rudi_s> And it's /home, if /Home wasn't a typo.
25 [00:14:01] <rudi_s> On small systems just / is fine too. And if you use LVM, which is always a good idea, you can easily add partitions later.
26 [00:14:07] <urk> rudi_s> I get an error indicating that Swap has to have a / in front of it so at this point I don't know what I am doing wrong. I think something else might be going on here.
27 [00:14:19] <rudi_s> (However, the debian installer allocates all disk space per default so you'd have to partition it manually.)
28 [00:14:23] <urk> rudi_s> Does it matter what order the /swap file is in?
29 [00:14:38] <urk> rudi_s> Everything I setup was done manually.
30 [00:14:55] <rudi_s> urk: The order doesn't matter, but you must setup the correct type, which is "swap partition" (or something similar). Not "ext4" or the like.
31 [00:15:17] <rudi_s> (Btw. on IRC user: is the common way to highlight people.)
32 [00:15:43] <urk> ok, its the type that I screwed up. Thanks for reminding me. It was an error.
33 [00:16:20] <urk> ok. Everything is now good.
34 [00:16:47] <rudi_s> urk: np, but please reconsider a more typical partition scheme.
35 [00:17:27] *** Quits: sig_9 (~sig@replaced-ip ) (Quit: Konversation terminated!)
36 [00:18:44] <urk> rudi_s> Why do I need more typical partition scheme? I wanted to isolate my partition for a mail server in case I get hit with a lot of spam.
37 [00:18:55] *** Joins: sig_9 (~sig@replaced-ip )
38 [00:19:47] <rudi_s> urk: Well, in that case splitting of /var/mail is fine. But the rest is just unnecessary and makes the result more complicated.
39 [00:20:22] <rudi_s> Why use separate partitions ofr /var /usr/local /usr /usr/bin /usr/share/doc /opt and /tmp?
40 [00:22:09] <urk> rudi_s> /usr/local is for a lot of non Debian programs, and I wanted to make sure libraries and documentation were well isolated.
41 [00:22:11] *** Joins: monksam (~monksam@replaced-ip )
42 [00:22:18] <urk> as well.
43 [00:23:09] <rudi_s> urk: Isolated in what way?
44 [00:23:23] <urk> I wanted to avoid the risk of having to reinstall if I ran out of space based on my expected needs.
45 [00:23:26] <rudi_s> It's not like /usr/local filling up / is a problem as nobody is writing there.
46 [00:23:32] <rudi_s> That's what LVM is for.
47 [00:23:42] <urk> And I don't want to borrow from the space dedicated to Open BSD.
48 [00:23:53] <rudi_s> And the risk of having to reinstall because you sized all those small partitions incorrectly is much higher.
49 [00:24:04] <rudi_s> Yeah, assumued you used a BSD before ;-)
50 [00:24:42] <rudi_s> But sure, go ahead. Just remember it can cause problems (mostly because it's not well tested and more partitions are more trouble to handle) in the future.
51 [00:25:01] *** Joins: mirrorbird (~psutcliff@replaced-ip )
52 [00:25:53] <urk> rudi_s> I have used Open BSD before, but the OS has changed substantially in the time that I first started using it. It used to be that you had to install it first in order to recognize certain characteristics. NOw the recommended suggestioin is to install it last if you are on a multi-partition boot. However, for my day-to-day stuff I like Debian linux a lot. Its simple, quick, very reliable, rolling distributions, and also very
53 [00:25:53] <urk> responsive to real world development needs.
54 [00:26:42] <urk> How are the docs and libraries normally setup if I don't setup a partition for them?
55 [00:26:58] <urk> Or would you say auto allocation is more certain if the partitions are not defined?
56 [00:27:43] *** Quits: sig_9 (~sig@replaced-ip ) (Quit: Konversation terminated!)
57 [00:30:02] *** Quits: w-oertl (~wolfgang@replaced-ip ) (Ping timeout: 256 seconds)
58 [00:30:07] *** Joins: sig_9 (~sig@replaced-ip )
59 [00:30:33] *** Quits: ob-sed (~obesd@replaced-ip ) (Ping timeout: 246 seconds)
60 [00:32:36] <urk> I got more problems. The Debian install program asks me if I want to setup a mirror, and initially I selected the one in Berkeley, but get an error "Bad archive mirror", so I selected a different mirror, and get the same error, and get the same error with each and every single mirror I have selected. What am I doing wrong? I doubt that all the mirrors are not bad so assume something is wrong on my end.
61 [00:32:58] *** Quits: coot (~coot@replaced-ip ) (Quit: coot)
62 [00:34:11] <urk> Incidentally I left the proxy information blank, and the next screen is the one that produced the error.
63 [00:34:58] *** Quits: Iamahuman (~noname@replaced-ip ) (Quit: Konversation terminated!)
64 [00:35:03] <foul_owl> Is anyone currently running 30 bit color with no issues?
65 [00:35:14] *** Quits: bolovanos_ (~bolovanos@replaced-ip ) (Quit: Leaving)
66 [00:35:37] *** Joins: polardroid (~polardroi@replaced-ip )
67 [00:35:41] <SponiX> foul_owl: that is a lot of bits
68 [00:36:47] *** Quits: monksam (~monksam@replaced-ip ) (Quit: leaving)
69 [00:37:21] <urk> One possible problem is that the mirrors don't support the current version of Debian. I haven't gone into the /var/log/syslog to check, but assume that is the problem. Still it seems odd if not rare.
70 [00:37:53] <milkt> urk: which installer are you using?
71 [00:38:45] *** Quits: Grldfrdom (uid391113@replaced-ip ) (Quit: Connection closed for inactivity)
72 [00:39:08] *** Joins: craigevil (craig@replaced-ip )
73 [00:40:46] <foul_owl> lol
74 [00:40:56] <foul_owl> Serious question though :)
75 [00:41:45] <urk> milkt> Debian Linux Stable.
76 [00:42:01] <urk> Its giving me a lot of trouble with the mirrors.
77 [00:42:26] <urk> Seems like updates to the mirror install routine are more difficult to deal with now than in the past.
78 [00:43:45] *** Quits: craigevil (craig@replaced-ip ) (Ping timeout: 240 seconds)
79 [00:44:48] *** Joins: behanw (uid110099@replaced-ip )
80 [00:46:08] *** Quits: gelignite (~gelignite@replaced-ip ) (Quit: Stay safe!)
81 [00:46:26] *** Quits: tagomago (~tagomago@replaced-ip ) (Quit: Konversation terminated!)
82 [00:46:49] *** Joins: tagomago (~tagomago@replaced-ip )
83 [00:47:42] *** Joins: godane (~godane4@replaced-ip )
84 [00:48:26] *** Quits: nifker (~Thunderbi@replaced-ip ) (Ping timeout: 240 seconds)
85 [00:49:21] *** Quits: Vizva (~Vizva@replaced-ip ) (Remote host closed the connection)
86 [00:49:49] *** Quits: Tobbi (~Tobbi@replaced-ip ) (Ping timeout: 272 seconds)
87 [00:50:49] *** Joins: craigevil (craig@replaced-ip )
88 [00:51:30] <urk> If I enter the mirror manually then the next scree is "please enter the directory in which the mirror of the Debian archive is located". The default entry is /debian/. Is this correct?
89 [00:52:03] <longears> What package allows me to fill in PDFs? I use `mupdf` for viewing files, but some of them have feels in them and I need to fill them up.
90 [00:52:43] <sig_9> okular?
91 [00:53:00] <sig_9> linux kinda sucks for pdf support, haven't found a decent app yet
92 [00:53:44] <urk> I think something is wrong with the install program. I should be able to advance within the program without any error at all, and doubt that all the mirrors are bad.
93 [00:54:06] <milkt> urk: i think you are having network issue on your side
94 [00:54:13] <sig_9> are you talking about sources.list urk?
95 [00:54:36] *** Joins: bopeep (~bopeep@replaced-ip )
96 [00:55:15] <urk> milkt> No network issue here because I haven't installed the firmware for connecting to a network. I should be able to complete the install without the firmware, and install the firmware later.
97 [00:55:34] <sig_9> ping google.com
98 [00:55:48] <milkt> urk: so are you trying to skip mirror selection?
99 [00:55:58] <bopeep> Error: ping not found
100 [00:56:05] <urk> milkt> I am installing from the unofficial source since I need firmware for my Dell XPS 15 7590. However, I don't find the firmware that I need in the unofficial source.
101 [00:56:12] <urk> milkt> yes
102 [00:56:31] <sig_9> just use the default selection
103 [00:56:36] <bopeep> urk, replaced-url
104 [00:56:43] <milkt> urk: there should be "go back" button or something similar which let you proceed to next step
105 [00:57:11] <milkt> ^ and you can also try install including nonfree firmware
106 [00:57:22] <bopeep> Its what I use on a very similar dell.
107 [00:57:27] <urk> milkt> I have used the go back button countless times, and the install program won't let me advance. This install program is buggy.
108 [00:57:41] <milkt> urk: which installer are you using?
109 [00:58:05] <sig_9> urk redownload the link bopeep gave you and try again
110 [00:58:22] <bopeep> replaced-url
111 [00:58:31] <urk> bopeep> So you want me to install for live CD instead of from disk?
112 [00:58:41] <sig_9> the live cd has an installer on it
113 [00:58:46] <bopeep> ^
114 [00:58:55] <sig_9> it will boot to a live session and you can click the install icon on the desktop
115 [00:59:15] <SponiX> I literally think he is trying to install from a "netinstall" image -- without the NET -- right now
116 [00:59:26] <sig_9> could be
117 [00:59:27] <bopeep> if gnome go to activities and youll see it there. if xfce its on desktop. cant speak to kde. never used it.
118 [00:59:29] <SponiX> And calling it buggy because of that
119 [00:59:44] <sig_9> kde will be on the desktop as well bopeep
120 [00:59:47] <urk> sig_9> Ok, I assume I will need to copy the link to a memory stick, and then use that to boot the system since I have already written over the windows partition.
121 [00:59:50] <bopeep> perfect, ty
122 [00:59:58] <sig_9> no
123 [00:59:59] <milkt> SponiX: i do that every time but can able to skip mirror selection and install minimum system
124 [01:00:25] <sig_9> you will need a computer to copy the iso image to usb or cd/dvd
125 [01:00:29] <SponiX> milkt: interesting
126 [01:00:30] <sig_9> then boot from that
127 [01:00:39] <bopeep> ah, check this: replaced-url
128 [01:00:43] <urk> Sponix> The install routine I downloaded should allow me to install from USB stick, and not from net.
129 [01:01:04] *** Joins: nifker (~Thunderbi@replaced-ip )
130 [01:01:07] <bopeep> what OS are you currently on? linux, windows?
131 [01:01:07] <milkt> urk: what is the name of installer file you downloaded?
132 [01:01:20] <sig_9> I use the net install and don't use any of the package selections, then reboot to tty and install what i need
133 [01:01:36] <bopeep> oh trust me bro. use the link i provided if its a dell of that model.
134 [01:02:02] <sig_9> probably uses iwlwifi driver too
135 [01:02:14] <sig_9> and firmware-realtek
136 [01:02:24] <bopeep> replaced-url
137 [01:02:56] <bopeep> theres for the amd64, now just need to pick which desktop environment you want. then download the ISO. once thats done let us know and we can help
138 [01:03:19] *** Joins: nifker1 (~Thunderbi@replaced-ip )
139 [01:03:34] <urk> milkt> Standby and I will look it up. I downloaded the image in Win 10 on the laptop I am trying to install to so I will have to look it up on the laptop I am communicating from now. The laptop I am on now is a 20 year old HP Pavilion de4000 running Linuxmint Ubuntu edition, and its sloooow because it is a 32-bit system.
140 [01:04:16] <bopeep> once its on the system and running youll have ~20ish packages to update.
141 [01:05:13] * bopeep goes back into lurker mode... minding sheep
142 [01:05:31] <milkt> urk: do you know the cpu architecture of machine which you are trying to installer debian on?
143 [01:05:48] *** Joins: cjoke_ (~cjoke@replaced-ip )
144 [01:06:24] *** Quits: nifker (~Thunderbi@replaced-ip ) (Ping timeout: 272 seconds)
145 [01:06:24] *** nifker1 is now known as nifker
146 [01:07:40] *** Quits: cjoke_ (~cjoke@replaced-ip ) (Client Quit)
147 [01:08:56] *** Joins: cjoke_ (~cjoke@replaced-ip )
148 [01:09:11] *** Quits: JohnDoh (~jeff@replaced-ip ) (Ping timeout: 265 seconds)
149 [01:09:40] *** Quits: cjoke (~cjoke@replaced-ip ) (Ping timeout: 265 seconds)
150 [01:09:44] *** cjoke_ is now known as cjoke
151 [01:11:50] <urk> milkt> Dell XPS 15 7590 is supposed to have a 6 core processor using Intel Generation 9. It is an enormously powerful computer, and probably an overkill for what I am doing.
152 [01:12:14] <urk> Its as light as a feather, but as powerful as a work station.
153 [01:12:23] *** Joins: filohuhum (~filohuhum@replaced-ip )
154 [01:12:30] <urk> I bought it because of the very bright screen. I despise working on dim screens.
155 [01:12:54] *** Quits: FnorZ (~FnorZ@replaced-ip ) (Ping timeout: 246 seconds)
156 [01:13:12] <urk> With respect to where I got the Debian Install disk, it was Iso 1 of a series of 3-4, unofficial, etc. HOwever, I don't think it was in the same location as what I just found replaced-url
157 [01:13:39] <urk> I might want to try redownloading, or better using your recommendation.
158 [01:13:47] <bopeep> ah - go here: replaced-url
159 [01:13:57] <bopeep> pick which desktop environment you prefer.
160 [01:13:59] <bopeep> download the iso
161 [01:14:09] <urk> bopeep> Don't I have to setup a DHCP in order to do this?
162 [01:14:09] <milkt> urk: i was just wondering if it is 32 bit or 64 bit pc
163 [01:14:22] <urk> milkt> I downloaded 64-bit.
164 [01:14:47] <milkt> i mean your machine which you are installing on
165 [01:14:56] <bopeep> urk, I recommend you download it to the machine you are currrntly talking to us on then burn it to a disc or... via usb
166 [01:14:58] <urk> It wouldn't have written the partitions to disk if it wasn't 64-bit. This problem of not letting me advance beyond mirrors appears to be a bug.
167 [01:15:20] <urk> bopeep> Doesn't this require me to setup a DHCP server on the new machine?
168 [01:15:35] *** Quits: shibboleth (~shibbolet@replaced-ip ) (Remote host closed the connection)
169 [01:15:46] <urk> bopeep> Why the iso-hybrid?
170 [01:16:33] <bopeep> Several of the Debian and Debian Live images, notably all i386, amd64 and arm64 images, are created using the isohybrid technology, which means that they may be used in two different ways:
171 [01:16:45] <bopeep> They may be written to CD/DVD/BD and used as normal for CD/DVD/BD booting. They may be written to USB flash drives, bootable directly from the BIOS / EFI firmware of most PCs.
172 [01:16:58] <bopeep> I use USB
173 [01:17:22] <urk> bopeep> So this means they are media independent?
174 [01:18:05] *** Quits: bopeep (~bopeep@replaced-ip ) (Read error: Connection reset by peer)
175 [01:18:05] *** Quits: Dotz0cat_ (~Dotz0cat@replaced-ip ) (Ping timeout: 240 seconds)
176 [01:18:21] <milkt> usk: iso file under iso-hybrid contain both of live image and installer
177 [01:18:24] *** Parts: polardroid (~polardroi@replaced-ip ) ("--")
178 [01:18:53] *** Joins: bopeep (~bopeep@replaced-ip )
179 [01:19:07] <milkt> urk: ^
180 [01:19:12] <urk> milkt> So I can boot from either a disk or a link?
181 [01:19:22] <bopeep> apologies, was disconnected. did you get what I sent re: usb?
182 [01:19:47] <milkt> urk: what do you mean with link?
183 [01:19:56] <bopeep> replaced-url
184 [01:20:09] *** Quits: Spr1ng (~Spr1ng@replaced-ip ) (Quit: WeeChat 3.0.1)
185 [01:20:22] <urk> milkt> The last message I got from you was "usk: iso file under iso-hybrid contain both of live image and installer".
186 [01:20:34] *** Joins: Dotz0cat (~Dotz0cat@replaced-ip )
187 [01:20:36] *** Joins: Spr1ng (~Spr1ng@replaced-ip )
188 [01:20:58] *** Quits: d1cor (~d1cor@replaced-ip ) (Ping timeout: 272 seconds)
189 [01:21:07] <urk> The 32-bit system I am communicating on has a lot of problems, and problems with the keyboard. It constantly jumps so it is very sloooow to type on.
190 [01:21:19] *** Joins: dvs (~hibbard@replaced-ip )
191 [01:21:30] <urk> I will redownload the OS at the link you provided, but it is going to be super slow.
192 [01:21:57] <milkt> urk: there is smaller image which only contain installer if your network is slow
193 [01:22:22] * dvs gets in late
194 [01:22:36] *** Quits: Loomaanaatii (Loomaanaat@replaced-ip ) (Read error: Connection reset by peer)
195 [01:22:39] *** Joins: Antioch04 (~Antioch@replaced-ip )
196 [01:22:51] *** Joins: Loomaanaatii (Loomaanaat@replaced-ip )
197 [01:23:10] <urk> milkt> I have 100mbps Comcast.
198 [01:23:31] *** Joins: raver (f98f5ce56e@replaced-ip )
199 [01:23:41] *** Joins: nifker1 (~Thunderbi@replaced-ip )
200 [01:25:56] *** Quits: nifker (~Thunderbi@replaced-ip ) (Ping timeout: 260 seconds)
201 [01:25:56] *** nifker1 is now known as nifker
202 [01:26:17] *** Joins: kupi (uid212005@replaced-ip )
203 [01:26:20] *** Quits: tagomago (~tagomago@replaced-ip ) (Quit: Konversation terminated!)
204 [01:26:25] <bopeep> at the biggest iso size, kde is like 3.1 gb. this is larger than some installs, but smaller than others (ahem, openSUSE)
205 [01:31:45] *** Quits: paulgrmn (~paulgrmn@replaced-ip ) (Ping timeout: 240 seconds)
206 [01:31:48] *** Quits: ripdisk (~ripdisk@replaced-ip ) (Ping timeout: 256 seconds)
207 [01:32:23] *** Quits: Sarcutus (47723067@replaced-ip ) (Ping timeout: 240 seconds)
208 [01:33:25] *** Quits: Loomaanaatii (Loomaanaat@replaced-ip ) (Ping timeout: 240 seconds)
209 [01:34:04] *** Joins: Loomaanaatii (Loomaanaat@replaced-ip )
210 [01:34:55] *** Parts: bopeep (~bopeep@replaced-ip ) ("Leaving")
211 [01:35:00] *** Joins: DaNeenjah (~DaNeenjah@replaced-ip )
212 [01:37:10] *** Joins: ripdisk (~ripdisk@replaced-ip )
213 [01:38:02] *** debhelper sets mode: +l 1186
214 [01:38:48] <urk> bopeep> I followed the link you sent, and it took me to a bunch of other links which included [ISO] debian-live-10.8.0-amd64-xfce+nonfree.iso Is this what I need?
215 [01:39:19] <urk> Or do I need this one debian-live-10.8.0-amd64-xfce+nonfree.packages
216 [01:39:38] <SponiX> urk: just the ISO one you listed
217 [01:40:16] <urk> SponiX> Whats the difference between the one that has the .packages after it?
218 [01:40:32] *** Quits: GJdan (~quassel@replaced-ip##) (Quit: ##replaced-url
219 [01:40:34] *** Joins: awal1 (~awal1@replaced-ip )
220 [01:40:42] *** Joins: nolan___ (~nolan_@replaced-ip )
221 [01:41:12] <urk> Is debian-live-10.8.0-amd64-xfce+nonfree.packages equally as good?
222 [01:41:26] <SponiX> urk: I think it is likely a large amount of extra packages that are likely unneeded
223 [01:41:36] <urk> SponiX> Thanks
224 [01:42:54] <urk> Hopefully I have enough room on here to install it. I'm on a machine with a really small hard drive. Its old enough to be in a museum.
225 [01:42:56] <milkt> urk: .packages is text file which contain list of package included in iso file
226 [01:43:23] <milkt> urk: what is the size of hard drive on target machine?
227 [01:43:32] <urk> milkt> Nah, I don't need it. I can always run a command and get the info if I need it.
228 [01:45:39] *** Joins: GJdan (~quassel@replaced-ip )
229 [01:46:55] *** Quits: mirrorbird (~psutcliff@replaced-ip ) (Quit: Leaving)
230 [01:47:31] *** Joins: stree (~stree@replaced-ip )
231 [01:49:18] *** Quits: Haudegen (~quassel@replaced-ip ) (Ping timeout: 246 seconds)
232 [01:49:32] *** Quits: stree (~stree@replaced-ip ) (Remote host closed the connection)
233 [01:50:10] *** Joins: stree (~stree@replaced-ip )
234 [01:50:15] *** Quits: stree (~stree@replaced-ip ) (Remote host closed the connection)
235 [01:50:49] *** Joins: stree (~stree@replaced-ip )
236 [01:51:19] *** Joins: Sarcutus (47723067@replaced-ip )
237 [01:52:46] *** Quits: LtL (~ltl@replaced-ip ) (Read error: Connection reset by peer)
238 [01:56:09] *** Joins: LtL (~ltl@replaced-ip )
239 [01:57:44] *** Quits: format_c (~format_c@replaced-ip ) (Quit: format_c)
240 [02:00:27] *** Quits: DaNeenjah (~DaNeenjah@replaced-ip ) (Quit: WeeChat 3.0)
241 [02:00:36] *** Joins: DaNeenjah (~DaNeenjah@replaced-ip )
242 [02:04:12] <ripdisk> if I do apt-get update and then apt-get upgrade it's just gonna upgrade all my packages right? Not upgrade me to the next version of OS?
243 [02:04:25] *** Quits: black_ant (~antilope@replaced-ip ) (Ping timeout: 240 seconds)
244 [02:05:51] *** Joins: pingouin (~pingouin@replaced-ip )
245 [02:06:04] *** Quits: diniwed (~gavron@replaced-ip ) (Ping timeout: 260 seconds)
246 [02:06:11] <milkt> ripdisk: probably depend on your apt policy
247 [02:06:24] <ripdisk> its default
248 [02:06:25] *** Quits: Section1 (~section1@replaced-ip ) (Ping timeout: 240 seconds)
249 [02:06:47] *** Joins: diniwed (~gavron@replaced-ip )
250 [02:07:19] *** Quits: pingouin (~pingouin@replaced-ip ) (Client Quit)
251 [02:08:32] <ripdisk> dang i can't do any upgrades
252 [02:08:32] *** Quits: SM0TVI (~sm0tvi@replaced-ip ) (Read error: Connection reset by peer)
253 [02:08:46] *** Joins: SM0TVI (~sm0tvi@replaced-ip )
254 [02:08:49] <urk> Only have 1.7GB downloaded of the install file because of the ancient computer that is downloading it. Looks like I might have to leave this on overnight. Well boohoo.
255 [02:09:05] <ripdisk> my apt-get servers must be out of date or soemthing it can't contact most of them
256 [02:09:35] *** Joins: yonder (~yonder@replaced-ip )
257 [02:10:49] <ripdisk> i can't use stretch anymore??
258 [02:11:08] <ripdisk> deb replaced-url
259 [02:11:25] <ripdisk> woah those are messed up
260 [02:12:23] <milkt> !sources.list
261 [02:12:23] <dpkg> A suitable /etc/apt/sources.list for "Buster" has the lines: "deb replaced-url
262 [02:12:48] <milkt> replace buster with stretch
263 [02:13:00] <ripdisk> ok.... wonder how those got so messed up wtf
264 [02:13:01] <milkt> ripdisk: ^
265 [02:13:07] <ripdisk> looks like a bad copypaste job lol
266 [02:13:53] <ripdisk> so i have
267 [02:14:04] <ripdisk> deb replaced-url
268 [02:14:04] <ripdisk> deb replaced-url
269 [02:14:04] <ripdisk> deb replaced-url
270 [02:14:07] *** Quits: DaNeenjah (~DaNeenjah@replaced-ip ) (Quit: WeeChat 3.0)
271 [02:14:08] <ripdisk> is that OK
272 [02:14:35] *** Quits: miofio41 (~user@replaced-ip ) (Remote host closed the connection)
273 [02:14:56] <milkt> look fine for me
274 [02:16:50] *** Quits: nolan___ (~nolan_@replaced-ip ) (Ping timeout: 264 seconds)
275 [02:17:28] <ripdisk> wait a second i just confused myself by working with two different computers in two different terminal windows
276 [02:17:32] <dvs> !stretch sources.list
277 [02:17:32] <dpkg> A suitable /etc/apt/sources.list for "Stretch" has three lines: "deb replaced-url
278 [02:17:59] *** Joins: thiras_ (~thiras@replaced-ip )
279 [02:18:23] <ripdisk> ohhh ok i'm sorry i'm wrong
280 [02:18:26] *** Joins: _Matth_ (~Matth@replaced-ip )
281 [02:18:40] <ripdisk> !jessie sources.list
282 [02:18:40] <dpkg> A suitable /etc/apt/sources.list for Debian 8 "Jessie" has two lines: "deb replaced-url
283 [02:19:22] *** Quits: Mister00X (quassel@replaced-ip ) (Quit: "I'll be back" — Arnold Schwarzenegger)
284 [02:19:22] <urk> Sponix> I am only up to 2.5 GB because of a very slooow download capability. My interest speed is fast (100mbps), but the laptop I am on is ancient. At this point I'm wondering if I wouldn't be better off just setting up a DHCP server on the new laptop, copy a link, and download from a network install instead?
285 [02:21:01] *** Quits: thiras (~thiras@replaced-ip ) (Ping timeout: 272 seconds)
286 [02:21:38] <dvs> So are you downloading a DVD ISO?
287 [02:22:36] <n4dir> and i always heard installing OpenBSD would be hard. Wondering how you managed that.
288 [02:23:01] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Quit: WeeChat 3.0)
289 [02:23:04] *** Joins: DaNeenjah (~DaNeenjah@replaced-ip )
290 [02:23:07] <ripdisk> hmmm
291 [02:23:15] <ripdisk> i changed my sources but its stil trying to get it from ftp.debian.org
292 [02:23:43] *** Joins: Kel (~KelMonsta@replaced-ip )
293 [02:23:47] *** Joins: mirrorbird (~psutcliff@replaced-ip )
294 [02:24:13] *** Quits: DaNeenjah (~DaNeenjah@replaced-ip ) (Client Quit)
295 [02:25:02] *** Joins: mr_machina (~user@replaced-ip )
296 [02:25:32] <ripdisk> replaced-url
297 [02:25:38] <ripdisk> That's what I get when I do apt-get update
298 [02:25:42] <ripdisk> I don't understand
299 [02:25:46] <milkt> !deb.debian.org
300 [02:25:46] <dpkg> deb.debian.org is a mirror network that is backed by international content delivery networks and for most users, this is the most reliable <mirror> to use in the <sources.list>. From Debian 9 "Stretch" onwards, apt queries SRV records in DNS which then send it off to a CDN. Older apt will get an HTTP redirect from deb.debian.org to the same CDNs. See replaced-url
301 [02:25:49] *** Joins: JohnDoh (~jeff@replaced-ip )
302 [02:26:08] *** Quits: frostschutz (~frostschu@replaced-ip ) (Remote host closed the connection)
303 [02:26:10] *** Joins: DaNeenjah (~DaNeenjah@replaced-ip )
304 [02:27:54] <abrotman> are you really still using jessie backports?
305 [02:28:00] *** Joins: beelzebuzz (~rasputin@replaced-ip )
306 [02:28:41] <milkt> !jessie
307 [02:28:42] <dpkg> Jessie is the codename for the current <oldoldstable> release, Debian 8, released on 2015-04-25. Security support ended 2018-05-17, repos removed from mirrors around 2019-03-24, except for <jessie-lts>. Jessie is the cowgirl in Toy Story 2. See replaced-url
308 [02:28:47] *** Quits: mr_machina (~user@replaced-ip ) (Remote host closed the connection)
309 [02:28:59] <abrotman> ripdisk: can you pastebin 'cat /etc/apt/sources.list /etc/apt/sources.list.d/*' ?
310 [02:29:01] <milkt> it say repository is removed
311 [02:29:47] *** Joins: mr_machina (~user@replaced-ip )
312 [02:30:37] <dvs> probably in archive.debian.org
313 [02:31:20] <abrotman> jessie-backports? yes
314 [02:33:39] *** Quits: koniu (~koniu@replaced-ip ) (Ping timeout: 268 seconds)
315 [02:34:26] *** Quits: geowiesnot (~user@replaced-ip ) (Ping timeout: 272 seconds)
316 [02:34:53] *** Joins: koniu (~koniu@replaced-ip )
317 [02:35:05] *** Quits: Dotz0cat (~Dotz0cat@replaced-ip ) (Ping timeout: 240 seconds)
318 [02:40:20] *** Joins: gnufr33dom (~gnufr33do@replaced-ip )
319 [02:40:23] *** Quits: DaNeenjah (~DaNeenjah@replaced-ip ) (Quit: WeeChat 3.0)
320 [02:41:29] *** Joins: fearedbliss (~fearedbli@replaced-ip )
321 [02:41:47] *** Joins: DaNeenjah (~DaNeenjah@replaced-ip )
322 [02:42:54] *** Quits: filohuhum (~filohuhum@replaced-ip ) (Ping timeout: 268 seconds)
323 [02:43:33] *** Joins: uos_lyn (~lyn@replaced-ip )
324 [02:44:00] *** Quits: uos_lyn (~lyn@replaced-ip ) (Client Quit)
325 [02:47:44] *** Joins: Dotz0cat (~Dotz0cat@replaced-ip )
326 [02:49:44] *** Joins: hosea61_ (uid486430@replaced-ip )
327 [02:54:46] *** Joins: forgotmynick (uid24625@replaced-ip )
328 [02:56:38] *** Quits: DaNeenjah (~DaNeenjah@replaced-ip ) (Quit: WeeChat 3.0)
329 [02:58:27] *** Quits: bertbob (~bertbob@replaced-ip ) (Ping timeout: 256 seconds)
330 [02:59:56] *** Quits: LtL (~ltl@replaced-ip ) (Ping timeout: 240 seconds)
331 [03:02:05] *** Joins: LtL (~ltl@replaced-ip )
332 [03:03:07] *** Quits: Tom01 (~tom@replaced-ip ) (Remote host closed the connection)
333 [03:07:58] *** Quits: D4rk2020 (~darkangel@replaced-ip ) (Remote host closed the connection)
334 [03:10:36] *** Joins: sidmo_ (~ident@replaced-ip )
335 [03:10:58] *** Quits: sidmo (~ident@replaced-ip ) (Ping timeout: 256 seconds)
336 [03:11:10] *** Quits: mr_machina (~user@replaced-ip ) (Remote host closed the connection)
337 [03:11:26] *** Quits: jckfrst (~jckfrst@replaced-ip ) (Remote host closed the connection)
338 [03:11:45] *** Joins: jckfrst (~jckfrst@replaced-ip )
339 [03:11:52] *** Quits: Brigo (~Brigo@replaced-ip ) (Ping timeout: 260 seconds)
340 [03:13:04] *** Quits: LtL (~ltl@replaced-ip ) (Read error: Connection reset by peer)
341 [03:14:00] <urk> milkt> What is the size of the Debian download ISO you referred to earlier? The reason I ask is that the file I downloaded is only 3 gb, and appears to not getting any larger. I'm on ancient system so big downloads are not easy.
342 [03:14:49] <ripdisk> i changed the sources but there must be a second list
343 [03:15:11] <ripdisk> cos the failed updates on that pastebin, none of those URLs are in my list.
344 [03:15:20] <ripdisk> so there must be a second list.
345 [03:16:13] <ripdisk> yep
346 [03:16:16] <ripdisk> there it is
347 [03:16:19] *** Joins: D4rk4ngel2020 (~darkangel@replaced-ip )
348 [03:16:20] <ripdisk> "jessie backports main:
349 [03:17:00] *** Quits: catman370 (~catman@replaced-ip ) (Quit: See you later..)
350 [03:17:10] <ripdisk> W: Failed to fetch replaced-url
351 [03:17:56] *** Quits: n4dir (~n4dir@replaced-ip ) (Ping timeout: 260 seconds)
352 [03:19:38] *** Quits: _Matth_ (~Matth@replaced-ip ) (Read error: Connection reset by peer)
353 [03:20:15] <sney> deb.debian.org is a cdn which can behave strangely sometimes depending on your region/isp/etc. try with a direct mirror like ftp.(country code).debian.org, see replaced-url
354 [03:21:04] <themill> jessie/updates won't be on the mirrors like that
355 [03:21:06] *** Joins: _Matth_ (~Matth@replaced-ip )
356 [03:21:36] *** Quits: fearedbliss (~fearedbli@replaced-ip ) (Ping timeout: 240 seconds)
357 [03:22:33] <ripdisk> W: Failed to fetch replaced-url
358 [03:22:40] <ripdisk> hm
359 [03:23:58] <notahackerlol> have you tried updating your apt?
360 [03:24:04] *** Joins: fmaurer_ (~quassel@replaced-ip )
361 [03:24:29] <ripdisk> that's the error i get when i update
362 [03:24:48] <dvs> I don't think they keep backports on obsolete releases
363 [03:24:57] *** Quits: nifker (~Thunderbi@replaced-ip ) (Quit: nifker)
364 [03:25:06] <notahackerlol> try --fix-missing?
365 [03:25:45] *** Quits: OPK (~OPK@replaced-ip ) (Ping timeout: 264 seconds)
366 [03:26:21] <ripdisk> W: Failed to fetch replaced-url
367 [03:26:21] <ripdisk> E: Some index files failed to download. They have been ignored, or old ones used instead.
368 [03:27:39] <dvs> *sigh*
369 [03:28:01] *** debhelper sets mode: +l 1179
370 [03:28:12] *** Quits: fmaurer (~quassel@replaced-ip ) (Ping timeout: 260 seconds)
371 [03:29:12] <notahackerlol> yea, like what sney said, you need to use a new mirror. deb.debian doesnt even have jesse
372 [03:29:58] *** Quits: Christian75 (~Christian@replaced-ip ) (Remote host closed the connection)
373 [03:30:15] <ripdisk> they said the opposite i thought
374 [03:30:20] <themill> deb.debian.org does have jessie; other random suites will be elsewhere
375 [03:30:21] <dvs> huh? yes it does
376 [03:30:28] <ripdisk> they said other mirrors WON'T hhave jessie
377 [03:30:29] <ripdisk> yeah
378 [03:30:33] <ripdisk> they said the opposite.
379 [03:30:49] <themill> ripdisk: jessie/updates and jessie-backports do not exist
380 [03:31:45] *** Joins: shiki (~sevu@replaced-ip )
381 [03:31:46] <ripdisk> deb replaced-url
382 [03:31:46] <ripdisk> deb replaced-url
383 [03:31:51] <ripdisk> thats what i have in my sources list
384 [03:32:08] <dvs> still not listening
385 [03:32:11] <themill> just because you have it in your sources.list doesn't mean that jessie/updates exists.
386 [03:32:23] <ripdisk> i wasn't saying that, sorry
387 [03:32:32] <ripdisk> i'm just going step by step
388 [03:32:37] <themill> jessie-backports also does not exist.
389 [03:32:46] <ripdisk> ok so i should change that second line to just jessie main?
390 [03:32:50] <urk> milkt> Not sure of the hard drive size, but its small. I believe the ISO file is complete because it doesn't have .part after it. Also, the burner on this laptop will not likely be able to burn to the USB stick because of the age of the system. This vintage was only capable of burning to DVD. I think there are two options: 1) Copy the image to a USB so that it can be burned on another system, or 2) Do a network install, and setup
391 [03:32:50] <urk> a DHCP. At this point setting up a network install with DHCP is the most practical even though its a bit more complicated.
392 [03:33:04] *** Quits: sevu (~sevu@replaced-ip ) (Ping timeout: 256 seconds)
393 [03:33:35] <ripdisk> or maybe jessie-updates
394 [03:33:51] <urk> milkt> I need to run an errand on my bicycle, and won't be back for at least an hour. If you have any advice on setting up the DHCP on the other laptop then let me know. I believe the partition scheme has already overwritten windows, but I could double check. Windows took up the entire 1 tb so its likely gone.
395 [03:34:05] *** Joins: superleaf1995 (bdb3f094@replaced-ip )
396 [03:34:09] *** Quits: Lord_of_Life (~Lord@replaced-ip ) (Ping timeout: 256 seconds)
397 [03:34:23] <urk> ripdisk> I do have a testing version I could try install, and then try to upgrade to stable after that. Thats another option, and the disk is already burned.
398 [03:34:26] <superleaf1995> im downloading debian-10.8.0-amd64-xfce-CD-1.iso, i only have a cd-r so i have one chance to burn the disk
399 [03:34:40] <superleaf1995> it is the same as netinst except it comes with xfce, right?
400 [03:34:40] <dvs> ripdisk: there is only "jessie" and "jessie-updates". That's all.
401 [03:35:06] <ripdisk> thats what i have now
402 [03:35:23] <ripdisk> deb replaced-url
403 [03:35:23] <ripdisk> deb replaced-url
404 [03:35:25] <themill> ripdisk: it is not, as evidenced by the things you keep pasting into the channel
405 [03:35:33] <themill> !show sources.list ripdisk
406 [03:35:33] <dpkg> ripdisk: Please pastebin the contents of your /etc/apt/sources.list and /etc/apt/sources.list.d/*.list. The easiest way to do this is to pastebin the output of: head -v -n -0 /etc/apt/sources.list{,.d/*}
407 [03:35:45] *** Quits: hermande (~hermande3@replaced-ip ) (Quit: Leaving)
408 [03:35:49] <dvs> ripdisk: nope, one of them says "security"
409 [03:35:55] <ripdisk> ok
410 [03:36:18] <ripdisk> there it goes.
411 [03:36:20] *** Joins: kriger (~norge@replaced-ip )
412 [03:36:21] <ripdisk> oh, nope
413 [03:36:32] *** Joins: Lord_of_Life (~Lord@replaced-ip )
414 [03:37:02] *** Quits: ddsys (~ddsys@replaced-ip ) (Quit: Leaving)
415 [03:37:05] *** Quits: tsal (~tsal@replaced-ip ) (Ping timeout: 265 seconds)
416 [03:37:22] <ripdisk> deb replaced-url
417 [03:37:23] <ripdisk> deb replaced-url
418 [03:37:43] <ripdisk> that's what I have now - I have tried that with and without the /debian/ on the second lne
419 [03:37:44] *** Joins: tsal (~tsal@replaced-ip )
420 [03:37:45] <themill> no. you need to stop making things up.
421 [03:38:25] *** Joins: LtL (~ltl@replaced-ip )
422 [03:38:37] <dvs> ripdisk: you probably tried with and without the /debian/ when it started with security.
423 [03:38:53] <ripdisk> no, i just did it.
424 [03:38:59] <ripdisk> what i just pasted is what it says now
425 [03:39:12] <dvs> the second one is still wrong.
426 [03:39:16] <ripdisk> when i change the second line to say deb.debian.org/debian/ it still does not work
427 [03:39:35] <themill> jessie-updates (while it exists) is not a thing anyway
428 [03:39:58] <ripdisk> deb replaced-url
429 [03:39:59] <ripdisk> deb replaced-url
430 [03:40:03] <ripdisk> tried with that too.,
431 [03:40:07] <ripdisk> neither work.
432 [03:40:11] <ripdisk> i'll just remove the second line entirely.
433 [03:40:29] <craigevil> isn't jessie in archive?
434 [03:40:48] <ripdisk> OK - all i have is the first line, and it still will not apt-get update.
435 [03:41:51] <craigevil> it won't
436 [03:42:05] <craigevil> use this:deb replaced-url
437 [03:42:18] <ripdisk> lol. ok, ten four hold on
438 [03:42:58] <ripdisk> should i do a jessie-updates line for that also
439 [03:42:59] *** Joins: Christian75 (~Christian@replaced-ip )
440 [03:43:20] *** Quits: beelzebuzz (~rasputin@replaced-ip ) (Ping timeout: 268 seconds)
441 [03:43:26] <ripdisk> deb replaced-url
442 [03:43:26] <ripdisk> deb replaced-url
443 [03:43:28] <ripdisk> how's that
444 [03:43:41] <dvs> wont work
445 [03:44:14] <ripdisk> ok no second line?
446 [03:44:23] <dvs> nope
447 [03:44:42] <ripdisk> yeah that does not work either craigevil.
448 [03:44:53] *** Joins: beelzebuzz (~rasputin@replaced-ip )
449 [03:45:11] *** Joins: hobbanero (~hobbanero@replaced-ip )
450 [03:46:06] <craigevil> remove this line: deb replaced-url
451 [03:46:13] <ripdisk> yeah, i did that.
452 [03:46:22] <ripdisk> already removed that, saved, and retried.
453 [03:46:34] <dvs> craigevil: does not exist
454 [03:46:48] <ripdisk> ¬_¬
455 [03:46:52] *** Quits: LtL (~ltl@replaced-ip ) (Ping timeout: 260 seconds)
456 [03:47:17] <dvs> oops. nvm
457 [03:47:52] <ripdisk> deb replaced-url
458 [03:47:57] <ripdisk> thtas' the only line i have, no worky
459 [03:48:26] *** Quits: NeonLevel (~NeonLevel@replaced-ip ) (Ping timeout: 240 seconds)
460 [03:48:32] <craigevil> weird
461 [03:48:42] <craigevil> replaced-url
462 [03:48:49] <dvs> that is weird
463 [03:48:52] <ripdisk> oh
464 [03:48:56] <ripdisk> its a different error now
465 [03:49:01] <ripdisk> W: GPG error: replaced-url
466 [03:49:02] <ripdisk> W: Failed to fetch replaced-url
467 [03:49:42] <dvs> why is it still saying deb.debian.org?
468 [03:49:47] <ripdisk> i have no idea i just noticed that
469 [03:49:55] <ripdisk> is there another freaking list somewhere?
470 [03:50:21] <craigevil> install the key: apt install debian-archive-keyring
471 [03:50:22] <dvs> /etc/apt/sources.list.d
472 [03:50:44] <ripdisk> i thought i freakin.
473 [03:50:54] <ripdisk> omfg. i knew about that one in there already i swear i already commented the damn thing out
474 [03:51:17] *** Quits: ghost43 (~daer@replaced-ip ) (Remote host closed the connection)
475 [03:51:22] <ripdisk> this time i deleted it
476 [03:51:26] <craigevil> you only need the one line
477 [03:51:33] *** Joins: ghost43 (~daer@replaced-ip )
478 [03:51:37] <ripdisk> yeah it was a second list
479 [03:51:45] <ripdisk> for backports
480 [03:52:15] <ripdisk> debian-archive-keyring is already the newest version.
481 [03:52:16] *** Joins: citypw_ (~citypw@replaced-ip )
482 [03:52:28] *** Quits: kriger (~norge@replaced-ip ) (Read error: Connection timed out)
483 [03:52:30] <craigevil> right, you're good now
484 [03:52:47] <ripdisk> Reading package lists... Done
485 [03:52:47] <ripdisk> W: GPG error: replaced-url
486 [03:52:58] *** Quits: JustASlacker (~JustASlac@replaced-ip ) (Ping timeout: 272 seconds)
487 [03:53:10] <dvs> its a warning
488 [03:53:46] <ripdisk> ok. when i do apt-get upgrade it says nothing needs to be upgraded and i am HIGHLY skeptical of this
489 [03:54:15] *** Quits: freebench (~freebench@replaced-ip ) (Ping timeout: 246 seconds)
490 [03:54:48] <themill> !show sources.list ripdisk
491 [03:54:49] <dpkg> ripdisk: Please pastebin the contents of your /etc/apt/sources.list and /etc/apt/sources.list.d/*.list. The easiest way to do this is to pastebin the output of: head -v -n -0 /etc/apt/sources.list{,.d/*}
492 [03:55:00] <ripdisk> i already did that 100 times
493 [03:55:05] <themill> no you didn't
494 [03:55:06] <ripdisk> its 1 line long
495 [03:55:15] <ripdisk> there's nothing in sources.list.d/ now
496 [03:55:31] <ripdisk> i have a sources.list
497 [03:55:42] <themill> in which case you are looking at two different machines
498 [03:55:56] <ripdisk> no
499 [03:56:02] <ripdisk> i dont have anything else open
500 [03:56:20] <ripdisk> hold on, themill what problem are you trying to solve right now
501 [03:56:21] *** Quits: zalt_ (~devp@replaced-ip ) (Ping timeout: 264 seconds)
502 [03:56:30] <ripdisk> we got apt-get update working
503 [03:56:56] <ripdisk> my sources.list says:
504 [03:56:59] <ripdisk> deb replaced-url
505 [03:57:02] <ripdisk> thats it.
506 [03:57:29] *** Joins: LtL (~ltl@replaced-ip )
507 [03:58:03] *** Joins: OPK (~OPK@replaced-ip )
508 [03:59:19] *** Quits: stree (~stree@replaced-ip ) (Ping timeout: 265 seconds)
509 [04:00:08] <ripdisk> well, apt-update works and when i do upgrade it's saying i have nothing to upgrade
510 [04:00:10] <ripdisk> i hope that's true
511 [04:00:27] <ripdisk> thanks craigevil and dvs
512 [04:00:48] <dvs> p
513 [04:00:59] *** Quits: hobbanero (~hobbanero@replaced-ip ) (Remote host closed the connection)
514 [04:01:03] *** Quits: queip (~queip@replaced-ip ) (Read error: Connection reset by peer)
515 [04:02:01] <themill> If apt has seed KEYEXPIRED, then it is ignore the sources.list entry
516 [04:02:25] *** Quits: Onyx47 (~onyx@replaced-ip ) (Ping timeout: 240 seconds)
517 [04:02:53] *** Joins: Onyx47 (~onyx@replaced-ip )
518 [04:03:18] <ripdisk> oh they said its just a warning though
519 [04:07:02] *** Joins: queip (~queip@replaced-ip )
520 [04:11:56] *** Quits: diniwed (~gavron@replaced-ip ) (Ping timeout: 240 seconds)
521 [04:12:05] *** Joins: stree (~stree@replaced-ip )
522 [04:12:10] *** Joins: DaNeenjah (~DaNeenjah@replaced-ip )
523 [04:12:39] *** Joins: Dotz0cat_ (~Dotz0cat@replaced-ip )
524 [04:12:45] *** Quits: Dotz0cat (~Dotz0cat@replaced-ip ) (Ping timeout: 240 seconds)
525 [04:14:51] *** Joins: zalt_ (~devp@replaced-ip )
526 [04:16:28] *** Joins: jochum (~quassel@replaced-ip )
527 [04:24:43] *** Quits: D4rk4ngel2020 (~darkangel@replaced-ip ) (Remote host closed the connection)
528 [04:25:53] *** Quits: CombatVet (~c4@replaced-ip ) (Ping timeout: 268 seconds)
529 [04:26:32] *** Quits: InvisibleRasta (~Invisible@replaced-ip ) (Ping timeout: 272 seconds)
530 [04:26:45] *** Quits: Conradish006 (~Conradish@replaced-ip ) (Ping timeout: 240 seconds)
531 [04:27:17] *** Joins: diniwed (~gavron@replaced-ip )
532 [04:29:37] *** Joins: CombatVet (~c4@replaced-ip )
533 [04:30:01] *** Quits: c10l (~c10l@replaced-ip##) (Quit: ZNC 1.8.2+deb1 - ##replaced-url
534 [04:30:36] *** Joins: InvisibleRasta (~Invisible@replaced-ip )
535 [04:31:12] *** Quits: zalt_ (~devp@replaced-ip ) (Ping timeout: 260 seconds)
536 [04:31:42] *** Joins: c10l (~c10l@replaced-ip )
537 [04:33:23] *** Quits: dasher00 (~dasher00@replaced-ip ) (Ping timeout: 272 seconds)
538 [04:36:05] *** Joins: saint_ (~saint_@replaced-ip )
539 [04:37:30] *** Quits: mrAZ (~code@replaced-ip ) (Ping timeout: 265 seconds)
540 [04:38:26] *** Quits: s8548a (~s8548a@replaced-ip ) (Ping timeout: 264 seconds)
541 [04:39:11] *** Joins: jotaxpe (jotaxpe@replaced-ip )
542 [04:39:38] *** Quits: zeden (~user@replaced-ip ) (Quit: WeeChat 3.0)
543 [04:39:42] *** Joins: zalt_ (~devp@replaced-ip )
544 [04:40:17] *** Joins: Conradish006 (~Conradish@replaced-ip )
545 [04:40:59] *** Quits: DaNeenjah (~DaNeenjah@replaced-ip ) (Ping timeout: 272 seconds)
546 [04:42:34] *** Joins: DaNeenjah (~DaNeenjah@replaced-ip )
547 [04:43:45] *** Quits: goL3m (goL3m@replaced-ip ) (Ping timeout: 240 seconds)
548 [04:44:22] *** Joins: goL3m (goL3m@replaced-ip )
549 [04:44:22] *** Joins: well_laid_lawn (~Jean-luc@replaced-ip )
550 [04:45:06] *** Joins: mohabaks2 (~mohabaks@replaced-ip )
551 [04:48:38] *** Joins: Tobbi (~Tobbi@replaced-ip )
552 [04:49:12] *** Joins: n0g_ (goL3m@replaced-ip )
553 [04:51:16] *** Quits: goL3m (goL3m@replaced-ip ) (Ping timeout: 240 seconds)
554 [04:51:33] *** Quits: de-facto (~de-facto@replaced-ip ) (Quit: See you around. 💤)
555 [04:53:19] *** Joins: de-facto (~de-facto@replaced-ip )
556 [04:53:20] *** Joins: goL3m (goL3m@replaced-ip )
557 [04:53:21] *** Joins: secntech (~secntech@replaced-ip )
558 [04:53:39] *** Quits: Tobbi (~Tobbi@replaced-ip ) (Ping timeout: 272 seconds)
559 [04:54:24] *** Quits: n0g_ (goL3m@replaced-ip ) (Ping timeout: 272 seconds)
560 [04:57:01] *** Joins: rnm (~rnm@replaced-ip )
561 [04:58:11] *** Joins: BillyZane2 (BillyZane@replaced-ip )
562 [04:58:36] *** Quits: goL3m (goL3m@replaced-ip ) (Ping timeout: 240 seconds)
563 [04:59:16] *** Joins: wr (~wr@replaced-ip )
564 [05:00:45] *** Quits: BillyZane (BillyZane@replaced-ip ) (Ping timeout: 246 seconds)
565 [05:00:53] *** Quits: ThothCastel (sid78195@replaced-ip ) (Ping timeout: 268 seconds)
566 [05:01:13] *** Quits: relipse (sid16131@replaced-ip ) (Ping timeout: 260 seconds)
567 [05:01:15] *** Quits: leonardus (sid358597@replaced-ip ) (Ping timeout: 272 seconds)
568 [05:01:34] *** BillyZane2 is now known as BillyZane
569 [05:02:07] *** Joins: leonardus (sid358597@replaced-ip )
570 [05:02:24] *** Joins: relipse (sid16131@replaced-ip )
571 [05:02:26] *** Quits: graingert (sid128301@replaced-ip ) (Ping timeout: 264 seconds)
572 [05:03:26] *** Joins: Aavar_ (~aavar@replaced-ip )
573 [05:03:30] *** Quits: Ekis (~Ekis@replaced-ip ) (Quit: leaving)
574 [05:03:53] *** Joins: graingert (sid128301@replaced-ip )
575 [05:03:55] *** Joins: ThothCastel (sid78195@replaced-ip )
576 [05:04:18] *** Quits: forgotmynick (uid24625@replaced-ip ) (Quit: Connection closed for inactivity)
577 [05:04:48] *** Quits: Aavar (~aavar@replaced-ip ) (Ping timeout: 260 seconds)
578 [05:05:34] *** Joins: s8548a (~s8548a@replaced-ip )
579 [05:06:14] *** Joins: riff-IRC (~riff2@replaced-ip )
580 [05:06:57] *** Quits: allorder (allorder@replaced-ip ) (Disconnected by services)
581 [05:08:18] *** Quits: czesmir (~stefan@replaced-ip ) (Quit: Lost terminal)
582 [05:11:55] *** Quits: Zauberfisch (~Zauberfis@replaced-ip ) (Read error: Connection reset by peer)
583 [05:12:52] *** Quits: jotaxpe (jotaxpe@replaced-ip ) (Quit: Leaving)
584 [05:13:26] *** Joins: Zauberfisch (~Zauberfis@replaced-ip )
585 [05:14:27] *** Quits: CrypticS_ (~CrypticS_@replaced-ip ) (Ping timeout: 256 seconds)
586 [05:15:55] *** Joins: Grldfrdom (uid391113@replaced-ip )
587 [05:17:28] *** Quits: dez (uid92154@replaced-ip ) (Quit: Connection closed for inactivity)
588 [05:22:51] *** Quits: DaNeenjah (~DaNeenjah@replaced-ip ) (Quit: WeeChat 3.0)
589 [05:22:52] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
590 [05:23:47] *** Joins: CrypticSquared (~CrypticS_@replaced-ip )
591 [05:24:54] *** Quits: ChmEarl (~chmearl@replaced-ip ) (Quit: Leaving)
592 [05:26:21] *** Quits: Romarain (~Romarain@replaced-ip ) (Ping timeout: 256 seconds)
593 [05:26:29] *** Joins: DaNeenjah (~DaNeenjah@replaced-ip )
594 [05:28:57] <urk> ripdisk> Some how I think of Jack the ripper when I see your handle. Anyway, I have a dilemma. I tried to install Debian Stable from a bootable install disk that I made, and the install failed. Apparently there was something with the distro, and it wouldn't advance beyond the screen asking me to write the partitions to disk.
595 [05:29:41] <milkt> urk: can you provide more detail
596 [05:29:43] <urk> On the advice of someone else on here I downloaded what is believed to be a more functional install disk, but discovered it couldn't be burned to the 32-bit system I am on because the hardware was so old that USB burn support wasn't offered.
597 [05:30:57] <urk> So I now tried to install from a Debian Testing disk that I also made. Different from the stable disk, the Testing disk had no problem picking up my modem, and installing firmware without me selecting an option. However, when I got to the petition manager, all of the volume names were gone. I just see the various ext4 partitions. The only one that kept the volume name was swap. What should I do?
598 [05:32:00] <urk> If I select "Configure the Logical Volume Manager" it doesn't give me the option of adding /var, /usr, /home, etc, etc.
599 [05:32:01] <milkt> urk: did you select guided partitioning?, also debian testing is offtopic here
600 [05:32:07] *** Quits: tgunr (admin@replaced-ip ) (Ping timeout: 265 seconds)
601 [05:32:26] *** Quits: DaNeenjah (~DaNeenjah@replaced-ip ) (Ping timeout: 264 seconds)
602 [05:33:26] <urk> I selected guided partitioning, and it took me to a scree with 5 options -- 4 of those options are for using the entire drive. If I select guided partitioning, it assigns names to the wrong partitions.
603 [05:33:50] <urk> The mount points are wrong, and I don't see how to fix this without redoing the entire partition table.
604 [05:33:56] *** Quits: Christian75 (~Christian@replaced-ip ) (Ping timeout: 240 seconds)
605 [05:35:09] <urk> oh, I just found it. It was a bit buried. never mind, I think I can handle it from here. If this doesn't work then I am going to try doing a DHCP, and a network install.
606 [05:36:15] *** Joins: Christian75 (~Christian@replaced-ip )
607 [05:38:02] *** debhelper sets mode: +l 1172
608 [05:38:10] *** Quits: koniu (~koniu@replaced-ip ) (Remote host closed the connection)
609 [05:38:38] *** Joins: koniu (~koniu@replaced-ip )
610 [05:39:44] *** cef is now known as Guest44205
611 [05:39:44] *** Quits: Guest44205 (~cef@replaced-ip ) (Killed (weber.freenode.net (Nickname regained by services)))
612 [05:39:49] *** Joins: cef (~cef@replaced-ip )
613 [05:39:53] *** Quits: citypw_ (~citypw@replaced-ip ) (Ping timeout: 268 seconds)
614 [05:43:02] *** Joins: kj14 (kj14@replaced-ip )
615 [05:43:17] *** Joins: akp55 (~akp55@replaced-ip )
616 [05:45:24] *** Quits: wr (~wr@replaced-ip ) (Quit: Leaving)
617 [05:46:11] *** Quits: CrypticSquared (~CrypticS_@replaced-ip ) (Ping timeout: 256 seconds)
618 [05:46:48] *** Quits: akp55_ (~akp55@replaced-ip ) (Ping timeout: 260 seconds)
619 [05:47:24] *** Joins: CrypticSquared (~CrypticS_@replaced-ip )
620 [05:47:59] *** Quits: jckfrst (~jckfrst@replaced-ip ) (Quit: Off to play with weiner)
621 [05:50:33] *** Joins: pk (~pk@replaced-ip )
622 [05:54:45] *** Quits: thiras_ (~thiras@replaced-ip ) (Ping timeout: 240 seconds)
623 [05:55:40] *** Joins: mcole (~sooi231@replaced-ip )
624 [05:59:19] *** Quits: bru (~bru@replaced-ip ) (Quit: Bye)
625 [06:00:02] *** Quits: polyphem (~p0lyph3m@replaced-ip ) (Ping timeout: 264 seconds)
626 [06:00:54] *** Quits: CrypticSquared (~CrypticS_@replaced-ip ) (Ping timeout: 272 seconds)
627 [06:01:51] *** Joins: CrypticSquared (~CrypticS_@replaced-ip )
628 [06:03:32] *** astronavt___ is now known as astronavt
629 [06:07:06] *** Joins: diogenes_ (~diogenes_@replaced-ip )
630 [06:07:50] <urk> milkt> What is the easiest way to change the petition order?
631 [06:09:59] *** Quits: Spr1ng (~Spr1ng@replaced-ip ) (Ping timeout: 256 seconds)
632 [06:12:34] *** Quits: hosea61 (~hosea61@replaced-ip ) (Quit: Leaving)
633 [06:12:34] *** hosea61_ is now known as hosea61
634 [06:14:36] *** Quits: CrypticSquared (~CrypticS_@replaced-ip ) (Ping timeout: 240 seconds)
635 [06:16:50] *** Quits: diniwed (~gavron@replaced-ip ) (Ping timeout: 256 seconds)
636 [06:17:25] *** Joins: CrypticSquared (~CrypticS_@replaced-ip )
637 [06:19:15] <milkt> urk: do you mean moving partition?
638 [06:20:27] *** Quits: stree (~stree@replaced-ip ) (Ping timeout: 265 seconds)
639 [06:23:01] *** Quits: CrypticSquared (~CrypticS_@replaced-ip ) (Ping timeout: 256 seconds)
640 [06:28:02] *** debhelper sets mode: +l 1165
641 [06:29:09] *** Quits: hosea61 (uid486430@replaced-ip ) (Quit: Connection closed for inactivity)
642 [06:31:37] *** Quits: Lutin (~Lutin@replaced-ip ) (Quit: Lutin)
643 [06:31:49] *** Quits: debsan (~debsan@replaced-ip ) (Ping timeout: 272 seconds)
644 [06:33:00] *** Quits: Conradish006 (~Conradish@replaced-ip ) (Ping timeout: 260 seconds)
645 [06:33:10] *** Joins: stree (~stree@replaced-ip )
646 [06:35:28] *** Quits: psiance8 (~psiance@replaced-ip ) (Read error: Connection reset by peer)
647 [06:35:29] *** Joins: psiance83 (~psiance@replaced-ip )
648 [06:40:56] *** Quits: koniu (~koniu@replaced-ip ) (Remote host closed the connection)
649 [06:42:56] *** Quits: \\Mr_C\\ (~mrc@replaced-ip ) (Quit: (Read error: Connection reset by beer))
650 [06:45:38] *** Quits: hke (~hke@replaced-ip ) (Read error: Connection reset by peer)
651 [06:45:45] *** Quits: kupi (uid212005@replaced-ip ) (Quit: Connection closed for inactivity)
652 [06:47:03] *** Joins: hke (~hke@replaced-ip )
653 [06:48:02] *** debhelper sets mode: +l 1159
654 [06:48:33] *** Quits: mcole (~sooi231@replaced-ip ) (Ping timeout: 264 seconds)
655 [06:54:18] *** Quits: CrystalMath (~coderain@replaced-ip##) (Quit: Support Richard Stallman! | ##replaced-url
656 [06:55:38] *** Quits: rnm (~rnm@replaced-ip ) (Remote host closed the connection)
657 [06:56:16] *** Joins: rnm (~rnm@replaced-ip )
658 [06:57:07] *** Joins: CrypticSquared (~CrypticS_@replaced-ip )
659 [06:57:31] *** Joins: koniu (~koniu@replaced-ip )
660 [07:03:12] *** Joins: wytchmaster (~wytchmast@replaced-ip )
661 [07:03:24] *** Joins: escanor (uid387784@replaced-ip )
662 [07:03:57] *** Joins: Gamuuth (~Gamuuth@replaced-ip )
663 [07:05:39] *** Joins: \\Mr_C\\ (~mrc@replaced-ip )
664 [07:07:09] *** Quits: blueingress (~pp_of_mm@replaced-ip ) (Remote host closed the connection)
665 [07:08:02] *** Quits: OPK (~OPK@replaced-ip ) (Ping timeout: 272 seconds)
666 [07:08:56] *** Quits: CrypticSquared (~CrypticS_@replaced-ip ) (Ping timeout: 240 seconds)
667 [07:12:09] <unixbsd> hello
668 [07:12:11] <unixbsd> hi
669 [07:12:35] <unixbsd> do you know any alternative for a large server, to " Microsoft Exchange Server 2013 " ?
670 [07:12:51] *** Quits: benj_ (~benj_@replaced-ip ) (Ping timeout: 265 seconds)
671 [07:17:10] *** Joins: fredl (~fredl@replaced-ip )
672 [07:18:58] *** Quits: fredl (~fredl@replaced-ip ) (Remote host closed the connection)
673 [07:19:00] *** Joins: benj_ (~benj_@replaced-ip )
674 [07:20:12] *** Joins: fredl (~fredl@replaced-ip )
675 [07:20:35] *** Quits: mirrorbird (~psutcliff@replaced-ip ) (Ping timeout: 272 seconds)
676 [07:21:05] *** Joins: sauvin (sauvin@replaced-ip )
677 [07:21:33] *** Joins: szorfein (~daggoth@replaced-ip )
678 [07:22:20] *** Joins: gateway2000 (~gateway20@replaced-ip )
679 [07:24:37] *** Quits: HeXiLeD (~grumpy@replaced-ip ) (Remote host closed the connection)
680 [07:25:13] <jolt> unixbsd: It's a too open question. To understand what you need we need to know more about what you are trying to achive.
681 [07:25:32] <jolt> unixbsd: like, what services are you trying to replace?
682 [07:25:59] *** Joins: HeXiLeD (~grumpy@replaced-ip )
683 [07:27:29] <urk> I have Debian installed, but I have bullseye/sid which is not what I want. What command do I need in order to convert this to Debian stable?
684 [07:27:49] *** Joins: Jerrynicki (~niklas@replaced-ip )
685 [07:28:15] <jolt> urk: Try something like this: replaced-url
686 [07:28:19] <urk> I ended up with SID because the stable installation had a problem with the installation, and I couldn't download to USB on my older computer because it wasn't supported.
687 [07:28:31] <jolt> I have never performed it, so I don't know if it works though.
688 [07:29:11] <milkt> system downgrade is not officially supported as i know
689 [07:30:51] <EdePopede> !downgrade
690 [07:30:51] <dpkg> Downgrading is not, nor will ever be supported by apt. Programs change their data in a way that can't be rolled back, and package maintainer scripts support upgrades to new config file formats but not downgrades. Try: "dpkg -i olderversion.deb" or "aptitude install package=version" using "apt-cache policy package" to get the old version number. See also <partial downgrade>, <unstable->testing>, <sdo>.
691 [07:31:10] *** Joins: mezzo (~mezzo@replaced-ip )
692 [07:31:22] *** Joins: Lutin (~Lutin@replaced-ip )
693 [07:31:32] <EdePopede> the SE thing looks like so much potential hassle that it would probably be easier to just make a clean install.
694 [07:32:00] *** Joins: fjavier (~fjavier@replaced-ip )
695 [07:32:14] <EdePopede> > If some packages failing on downgrade you have to purge them by doing:
696 [07:32:28] <EdePopede> imagine it's a big metapackage, good luck then
697 [07:33:55] <EdePopede> "couldn't download to USB" what? "it wasn't supported" 'it'?
698 [07:34:59] *** Quits: jmcgnh (~jmcgnh@replaced-ip ) (Ping timeout: 256 seconds)
699 [07:35:34] <milkt> urk: which installer did you use to install? pick debian stable installer of same variant and installation process will be pretty same i think
700 [07:35:44] *** Quits: elibrokeit (eschwartz@replaced-ip ) (Quit: A random quit message)
701 [07:36:00] *** Joins: elibrokeit (eschwartz@replaced-ip )
702 [07:38:02] *** debhelper sets mode: +l 1166
703 [07:38:06] *** Joins: jmcgnh (~jmcgnh@replaced-ip )
704 [07:38:09] <urk> milkt> Thought it was testing unofficial, but apparently its SID/Buster. Its really late, and I would like to continue tomorrow morning. internet is working in the new installation, but for reasons unknown packages are not downloading from the repos library. They show up with apt-cache setarch, but there is something else going on. I need to reconfigure my etc/sources.list file
705 [07:38:22] *** Quits: zapwai (~zapwai@replaced-ip ) (Quit: Leaving)
706 [07:38:48] <urk> see you all later, and thanks for your help.
707 [07:39:51] *** Quits: urk (~user@replaced-ip ) (Read error: Connection reset by peer)
708 [07:39:52] *** Parts: budlight (~richard@replaced-ip ) ("Leaving")
709 [07:40:40] <EdePopede> «Thought it was testing unofficial, but apparently its SID/Buster» oh my, definitely not a sid user.
710 [07:41:12] *** Joins: Downer (downer@replaced-ip )
711 [07:41:54] *** Joins: blueingress (~pp_of_mm@replaced-ip )
712 [07:47:35] *** Quits: gateway2000 (~gateway20@replaced-ip ) (Remote host closed the connection)
713 [07:49:55] *** Joins: gateway2000 (~gateway20@replaced-ip )
714 [07:50:01] *** Joins: JustASlacker (~JustASlac@replaced-ip )
715 [07:50:50] *** Quits: riff-IRC (~riff2@replaced-ip ) (Quit: PROTO-IRC v0.73a (C) 1988 NetSoft - Built on 11-13-1988 on AT&T System V)
716 [07:54:20] *** Quits: Lutin (~Lutin@replaced-ip ) (Quit: Lutin)
717 [07:57:37] *** Joins: Nindustries (5ee1b1f7@replaced-ip )
718 [07:58:24] *** Joins: Lope (~Lopeuser@replaced-ip )
719 [07:58:28] *** Quits: kawaiipunk (~from@replaced-ip ) (Quit: Leaving this Club)
720 [07:58:29] <Lope> Running Debian, when I run `apt update && apt upgrade -y` grub gets upgraded, and then grub thinks it's not properly installed, probably because I'm running rootfs on ZFS and grub doesn't fully support it (but it works)... so grub shows an annoying message asking me which disks to install to, then I have to manually go through the menu telling it to prooceed without (re) installing grub to any disks. So I try running `printf 'grub-pc grub-pc/install_device
721 [07:58:32] <Lope> s_empty boolean true\n' | debconf-set-selections` before upgrading grub, but it doesn't help. Any idea what debconf I need to tell grub to not ask me what devices to install to?
722 [07:58:47] *** Joins: kawaiipunk (~from@replaced-ip )
723 [07:59:37] <Lope> I don't want to use frontend noninteractive because I want to interactively upgrade the system, I just don't want to interact with this useless grub installation menu.
724 [08:02:26] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
725 [08:02:56] <jolt> Lope: I have the same problem, never thought about a solution for it though
726 [08:04:14] <Nindustries> Anyone here running openzfs on a Debian minimal system with e.g. k3s/? Curious about your experiences.
727 [08:16:02] *** Joins: darutoko (~darutoko@replaced-ip )
728 [08:20:46] *** Joins: __marco (~marco@replaced-ip )
729 [08:22:34] *** Quits: apollo13 (apollo13@replaced-ip##) (Quit: ZNC - ##replaced-url
730 [08:22:37] *** Joins: toorop (~toorop@replaced-ip )
731 [08:22:53] *** Joins: CrypticSquared (~CrypticS_@replaced-ip )
732 [08:22:57] *** Joins: Anderson69s (~Thunderbi@replaced-ip )
733 [08:24:14] <jochum> Nindustries: I'm running ZFS on Proxmox which is Debian based and K3S in a Ubuntu VM
734 [08:24:52] *** Joins: apollo13 (apollo13@replaced-ip )
735 [08:25:35] <jolt> I'm running a minimal system with zfs and dockers, works great.
736 [08:26:59] <Nindustries> Nice! It's what I want to do instead of minimal debian+zfs+docker
737 [08:28:25] *** Quits: CrypticSquared (~CrypticS_@replaced-ip ) (Ping timeout: 240 seconds)
738 [08:30:56] *** Quits: luuuciano_ (~luuuciano@replaced-ip ) (Read error: Connection reset by peer)
739 [08:32:06] *** Joins: is0ke3 (~is0ke3@replaced-ip )
740 [08:32:12] *** Joins: fab0tage (~fab0tage@replaced-ip )
741 [08:32:37] *** Quits: madage (~madage@replaced-ip ) (Remote host closed the connection)
742 [08:32:59] *** Joins: madage (~madage@replaced-ip )
743 [08:33:49] *** Quits: fab0tage (~fab0tage@replaced-ip ) (Remote host closed the connection)
744 [08:35:06] *** Joins: gateway2001 (~gateway20@replaced-ip )
745 [08:35:09] *** Quits: gateway2000 (~gateway20@replaced-ip ) (Read error: Connection reset by peer)
746 [08:38:24] <ratrace> what are k3s?
747 [08:38:53] *** Joins: CrypticSquared (~CrypticS_@replaced-ip )
748 [08:39:54] <Lope> jolt, okay, well if you figure it out, let me know, I'll do the same :)
749 [08:40:15] *** Joins: rsx (~rsx@replaced-ip )
750 [08:41:20] *** Quits: stree (~stree@replaced-ip ) (Ping timeout: 260 seconds)
751 [08:42:22] <Lope> jolt, I got the idea here: replaced-url
752 [08:42:32] <Lope> I didn't try setting DEBIAN_FRONTEND=text
753 [08:42:43] <Lope> I thought it was unnecessary... but I suppose it's worth a try.
754 [08:42:51] *** Quits: gateway2001 (~gateway20@replaced-ip ) (Quit: Leaving)
755 [08:43:32] *** Quits: yonder (~yonder@replaced-ip ) (Remote host closed the connection)
756 [08:43:50] <jolt> Lope: woudn't this be more like it? replaced-url
757 [08:44:27] *** Joins: luuuciano_ (~luuuciano@replaced-ip )
758 [08:44:49] <Lope> does debconf-set-selections require tabs or can normal spaces work? because when I run debconf-get-selections it comes with tabs, that command given on the URL i pasted above has tabs, but in my script I've replaced the tabs with spaces.
759 [08:44:58] <jolt> Lope: anyway, it doesn't seem to have to do with debconf, so just overriding interactive for grub doesn't seem to be possible according to that
760 [08:45:01] <Lope> echo "grub-pc grub-pc/install_devices_empty boolean true" | debconf-set-selections to echo "grub-pc grub-pc/install_devices_empty boolean true" | debconf-set-selections
761 [08:45:53] <Lope> jolt, I've thought of a more complicated way to do it, which should definitely work.
762 [08:46:24] <Lope> basically do the apt upgradable query, put all the packages into a string like "p1 p2 p3"
763 [08:46:35] <Lope> then remove grub from that string if it's present. then run the upgrade
764 [08:46:50] <Lope> then set the non-interactive environment variable, then upgrade that.
765 [08:46:59] <Lope> (well, actually run the grub upgrade first)
766 [08:47:00] <jolt> Lope: Haven't used it, but I think more of adding a rule to ucf
767 [08:47:21] <Lope> jolt, I've never heard of UCF?
768 [08:47:47] <Lope> Surely grub should just stop being such a useless PoS
769 [08:47:52] *** Joins: netcrash (~charmande@replaced-ip )
770 [08:47:52] <jolt> Haha
771 [08:48:10] <Lope> perhaps we should just modify the grub source to take a deb conf that says STFU_GRUB
772 [08:48:17] <jolt> Lope: replaced-url
773 [08:48:34] <jolt> replaced-url
774 [08:49:24] <jolt> not sure if it would only cover the defaults file or whatever is triggering the change of boot disk
775 [08:49:50] *** Quits: Texou (~Texou@replaced-ip ) (Ping timeout: 246 seconds)
776 [08:50:01] <jolt> worst case you could also look into the pre/post files for grub to see if there is something that is possible to override in there. I just ignore it for now
777 [08:50:07] <Lope> seems fairly complicated, if you figure it out, let me know :)
778 [08:50:24] *** Quits: gnufr33dom (~gnufr33do@replaced-ip ) (Ping timeout: 256 seconds)
779 [08:50:28] <Lope> yeah, it's the typical #linuxlife
780 [08:50:50] <Lope> spend 5 hours to automate something that takes up a 1.5 minutes of your time every 2 weeks.
781 [08:51:49] <Lope> Because you leave your PC while it's upgrading, then come back to find that grub has stopped the whole upgrade process. Then you have to go thru the grub menu which takes 10 seconds, then have to wait another minute or 2 for your upgrades to finish, kernel modules to build, etc.
782 [08:52:26] <Lope> I reckon the most surefire and simple way is to query the apt upgradable thing, then tell it to upgrade grub with non-interactive frontend
783 [08:52:40] <Lope> then just run apt upgrade -y after that.
784 [08:53:05] <Lope> I'm probably going to do that.
785 [08:54:01] *** Joins: stree (~stree@replaced-ip )
786 [08:56:57] *** Quits: dthpulse (~quassel@replaced-ip##) (Quit: ##replaced-url
787 [08:57:19] *** Joins: dthpulse (~quassel@replaced-ip )
788 [08:57:54] <jochum> People, Proxmox uses systemd-boot to bootup ZFS, may that helps
789 [08:58:03] *** Quits: CrypticSquared (~CrypticS_@replaced-ip ) (Ping timeout: 246 seconds)
790 [08:59:51] *** Quits: \\Mr_C\\ (~mrc@replaced-ip ) (Quit: (Read error: Connection reset by beer))
791 [09:00:24] *** Joins: idhugo_ (~idhugo@replaced-ip )
792 [09:02:27] *** Quits: unluckyshrubbery (~unluckysh@replaced-ip##) (Quit: ZNC 1.8.2 - ##replaced-url
793 [09:03:28] *** Joins: idhugo__ (~idhugo@replaced-ip )
794 [09:04:25] *** Quits: JustASlacker (~JustASlac@replaced-ip ) (Ping timeout: 240 seconds)
795 [09:05:36] *** Quits: idhugo_ (~idhugo@replaced-ip ) (Ping timeout: 240 seconds)
796 [09:06:02] *** Joins: dreamon (~dreamon@replaced-ip )
797 [09:06:37] *** Joins: tagomago (~tagomago@replaced-ip )
798 [09:07:25] *** Joins: fflori (~fflori@replaced-ip )
799 [09:08:56] *** Quits: blackroot (remi@replaced-ip ) (Ping timeout: 240 seconds)
800 [09:09:25] *** Joins: blackroot (remi@replaced-ip )
801 [09:12:33] *** Quits: Downer (downer@replaced-ip ) (*.net *.split)
802 [09:12:33] *** Quits: gpxlnx (gpxlnxmatr@replaced-ip ) (*.net *.split)
803 [09:12:34] *** Quits: WillPittenger (willpitten@replaced-ip ) (*.net *.split)
804 [09:12:34] *** Quits: vuoristoneuvos (~tth@replaced-ip ) (*.net *.split)
805 [09:12:34] *** Quits: rudi_s (~simon@replaced-ip ) (*.net *.split)
806 [09:12:34] *** Quits: st-gourichon-fid (~Stephane@replaced-ip ) (*.net *.split)
807 [09:12:34] *** Quits: sbraz (~sbraz@replaced-ip ) (*.net *.split)
808 [09:12:34] *** Quits: ssiyad (ssiyad@replaced-ip ) (*.net *.split)
809 [09:12:34] *** Quits: nicoz (nicoz@replaced-ip ) (*.net *.split)
810 [09:12:34] *** Quits: Dagger (~dagger@replaced-ip ) (*.net *.split)
811 [09:12:34] *** Quits: Stryker (~Stryker@replaced-ip ) (*.net *.split)
812 [09:12:34] *** Quits: pfoo (~pfood@replaced-ip ) (*.net *.split)
813 [09:12:34] *** Quits: zod (~zod@replaced-ip ) (*.net *.split)
814 [09:12:34] *** Quits: Arrowmaster (~Arrowmast@replaced-ip ) (*.net *.split)
815 [09:12:34] *** Quits: blackest_mamba (~blackest_@replaced-ip ) (*.net *.split)
816 [09:12:34] *** Quits: thread700c (drew@replaced-ip ) (*.net *.split)
817 [09:12:34] *** Quits: ChrisH (~dg7pc@replaced-ip ) (*.net *.split)
818 [09:12:34] *** Quits: exceptionz (~exception@replaced-ip ) (*.net *.split)
819 [09:12:34] *** Quits: ponyofdeath (~vladi@replaced-ip ) (*.net *.split)
820 [09:12:34] *** Quits: Fusl (fusl@replaced-ip ) (*.net *.split)
821 [09:12:34] *** Quits: mik (mik@replaced-ip ) (*.net *.split)
822 [09:13:34] *** Joins: \\Mr_C\\ (~mrc@replaced-ip )
823 [09:14:05] *** Joins: Haudegen (~quassel@replaced-ip )
824 [09:14:34] *** Joins: MichaelOF (~michael@replaced-ip )
825 [09:15:18] *** Joins: platvoeten (~platvoete@replaced-ip )
826 [09:15:49] *** Quits: secntech (~secntech@replaced-ip ) (Quit: Leaving)
827 [09:15:54] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (Ping timeout: 246 seconds)
828 [09:16:16] *** Joins: eth01 (sid271749@replaced-ip )
829 [09:17:47] *** Joins: citypw_ (~citypw@replaced-ip )
830 [09:18:02] *** debhelper sets mode: +l 1174
831 [09:18:26] *** Joins: jasperarcola (~JasperArc@replaced-ip )
832 [09:18:37] *** Quits: spacebison (~bison@replaced-ip ) (Remote host closed the connection)
833 [09:20:16] *** Quits: dreamer (~henk@replaced-ip ) (Ping timeout: 240 seconds)
834 [09:20:36] *** Quits: awal1 (~awal1@replaced-ip ) (Quit: Leaving)
835 [09:21:31] *** Joins: diogenes_ (~diogenes_@replaced-ip )
836 [09:23:02] *** Joins: Downer (downer@replaced-ip )
837 [09:23:02] *** Joins: gpxlnx (gpxlnxmatr@replaced-ip )
838 [09:23:02] *** Joins: WillPittenger (willpitten@replaced-ip )
839 [09:23:02] *** Joins: nicoz (nicoz@replaced-ip )
840 [09:23:02] *** Joins: pfoo (~pfood@replaced-ip )
841 [09:23:02] *** Joins: vuoristoneuvos (~tth@replaced-ip )
842 [09:23:02] *** Joins: rudi_s (~simon@replaced-ip )
843 [09:23:02] *** Joins: st-gourichon-fid (~Stephane@replaced-ip )
844 [09:23:02] *** Joins: sbraz (~sbraz@replaced-ip )
845 [09:23:02] *** Joins: ssiyad (ssiyad@replaced-ip )
846 [09:23:02] *** Joins: Dagger (~dagger@replaced-ip )
847 [09:23:02] *** Joins: Stryker (~Stryker@replaced-ip )
848 [09:23:02] *** Joins: zod (~zod@replaced-ip )
849 [09:23:02] *** Joins: Arrowmaster (~Arrowmast@replaced-ip )
850 [09:23:02] *** Joins: blackest_mamba (~blackest_@replaced-ip )
851 [09:23:02] *** Joins: thread700c (drew@replaced-ip )
852 [09:23:02] *** Joins: ChrisH (~dg7pc@replaced-ip )
853 [09:23:02] *** Joins: exceptionz (~exception@replaced-ip )
854 [09:23:03] *** Joins: ponyofdeath (~vladi@replaced-ip )
855 [09:23:03] *** Joins: Fusl (fusl@replaced-ip )
856 [09:23:03] *** Joins: mik (mik@replaced-ip )
857 [09:23:47] *** Quits: Arrowmaster (~Arrowmast@replaced-ip ) (Max SendQ exceeded)
858 [09:23:47] *** Quits: ssiyad (ssiyad@replaced-ip ) (Max SendQ exceeded)
859 [09:23:47] *** Quits: blackest_mamba (~blackest_@replaced-ip ) (Max SendQ exceeded)
860 [09:24:03] *** Quits: Hunterkll (~hunterkll@replaced-ip ) (Remote host closed the connection)
861 [09:24:03] *** Joins: blackest_mamba (~blackest_@replaced-ip )
862 [09:24:12] *** Joins: Arrowmaster (~Arrowmast@replaced-ip )
863 [09:24:34] *** Joins: Hunterkll (~hunterkll@replaced-ip )
864 [09:25:57] *** Quits: leibniz[m] (leibnizmat@replaced-ip ) (Ping timeout: 240 seconds)
865 [09:26:00] *** Joins: ssiyad (ssiyad@replaced-ip )
866 [09:26:15] *** Quits: gpxlnx (gpxlnxmatr@replaced-ip ) (Ping timeout: 258 seconds)
867 [09:26:16] *** Quits: WillPittenger (willpitten@replaced-ip ) (Ping timeout: 258 seconds)
868 [09:26:17] *** Quits: Nindustries (5ee1b1f7@replaced-ip ) (Quit: Connection closed)
869 [09:26:20] *** Quits: mrjpaxton[m] (mrjpaxton-@replaced-ip ) (Ping timeout: 244 seconds)
870 [09:26:20] *** Quits: Celmor[m] (celmormatr@replaced-ip ) (Ping timeout: 244 seconds)
871 [09:26:40] *** Quits: blue_penquin (bluepenq1@replaced-ip ) (Ping timeout: 268 seconds)
872 [09:26:45] *** Quits: fourstepper (~fourstepp@replaced-ip ) (Ping timeout: 246 seconds)
873 [09:26:45] *** Quits: colemickens (colemicken@replaced-ip ) (Ping timeout: 265 seconds)
874 [09:28:00] *** Quits: alexrelis[m] (alexrelism@replaced-ip ) (Ping timeout: 246 seconds)
875 [09:28:01] *** debhelper sets mode: +l 1163
876 [09:28:59] *** Joins: fourstepper (~fourstepp@replaced-ip )
877 [09:29:01] *** Joins: endstille (~endstille@replaced-ip )
878 [09:30:25] *** Joins: e-baley (~e-baley@replaced-ip )
879 [09:31:52] *** Quits: Jerrynicki (~niklas@replaced-ip ) (Ping timeout: 260 seconds)
880 [09:31:56] *** Quits: Night-Shade (~TimF@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
881 [09:32:50] *** Joins: coot (~coot@replaced-ip )
882 [09:35:23] *** Joins: LucaTM (~LucaTM@replaced-ip )
883 [09:36:19] *** Joins: dreamer (~henk@replaced-ip )
884 [09:38:39] *** Joins: black_ant (~antilope@replaced-ip )
885 [09:39:42] *** Joins: OPK (~OPK@replaced-ip )
886 [09:40:50] *** Quits: platvoeten (~platvoete@replaced-ip ) (Ping timeout: 256 seconds)
887 [09:42:02] *** Quits: daknob (~daknob@replaced-ip ) (Ping timeout: 264 seconds)
888 [09:43:58] *** Joins: daknob (~daknob@replaced-ip )
889 [09:46:50] *** Quits: LucaTM (~LucaTM@replaced-ip ) (Quit: To infinity and beyond...)
890 [09:52:05] *** Joins: binTrl (~binaryTra@replaced-ip )
891 [09:52:45] *** Joins: ob-sed (~obesd@replaced-ip )
892 [09:52:49] *** Joins: chele (~chele@replaced-ip )
893 [09:52:56] <binTrl> Hi -- is Debian appearing for GSoC this year ?
894 [09:53:49] <SpeedyG> according to my google query... replaced-url
895 [09:55:54] *** Joins: Tobbi (~Tobbi@replaced-ip )
896 [09:58:02] *** debhelper sets mode: +l 1171
897 [09:59:54] <binTrl> oops, thanks :)
898 [10:00:05] <SpeedyG> np :)
899 [10:01:06] *** Joins: NetTerminalGene (~Thunderbi@replaced-ip )
900 [10:01:24] *** Joins: LucaTM (~LucaTM@replaced-ip )
901 [10:02:12] *** Quits: mavhq (~quassel@replaced-ip ) (Ping timeout: 272 seconds)
902 [10:05:12] *** Quits: darunesh (~darunesh@replaced-ip ) (Ping timeout: 256 seconds)
903 [10:05:23] *** Joins: darunesh (~darunesh@replaced-ip )
904 [10:07:06] *** Joins: Texou (~Texou@replaced-ip )
905 [10:08:40] *** Joins: hendursa1 (~weechat@replaced-ip )
906 [10:09:51] *** Joins: darunesh_ (~darunesh@replaced-ip )
907 [10:09:56] *** Quits: darunesh (~darunesh@replaced-ip ) (Ping timeout: 240 seconds)
908 [10:10:36] *** Joins: mangix (~quassel@replaced-ip )
909 [10:10:36] *** Quits: hendursaga (~weechat@replaced-ip ) (Ping timeout: 268 seconds)
910 [10:10:42] *** Quits: mangix (~quassel@replaced-ip ) (Client Quit)
911 [10:11:41] *** Joins: rgr (~rgr@replaced-ip )
912 [10:11:42] *** Joins: mangix (~quassel@replaced-ip )
913 [10:12:32] *** Joins: budlight (~richard@replaced-ip )
914 [10:13:14] <jelly> ,v notepadqq
915 [10:13:15] <judd> Package: notepadqq on amd64 -- sid: 2.0.0~beta1-1+b1
916 [10:14:10] *** Joins: ioxzev1z (~ioxzev1z@replaced-ip )
917 [10:14:24] <ioxzev1z> Will the next version of Debian support Wireguard?
918 [10:15:24] <jelly> ,v wireguard
919 [10:15:25] <judd> Package: wireguard on amd64 -- buster-backports: 1.0.20200827-1~bpo10+1; bullseye: 1.0.20200827-1; sid: 1.0.20200827-1
920 [10:16:00] <jelly> ioxzev1z, apparently you can get it for the current version as well, with backports
921 [10:16:04] <jelly> ,v wireguard-dkms
922 [10:16:05] <judd> Package: wireguard-dkms on amd64 -- buster-backports: 1.0.20210124-1~bpo10+1; bullseye: 1.0.20210124-1; sid: 1.0.20210124-1
923 [10:16:48] <ioxzev1z> Thanks
924 [10:17:46] *** Quits: ScottPilgrim (~ScottPilg@replaced-ip ) (Ping timeout: 265 seconds)
925 [10:17:54] *** Joins: Pjusur (~Pjusur@replaced-ip )
926 [10:18:01] *** debhelper sets mode: +l 1177
927 [10:18:33] *** Joins: freebench (~freebench@replaced-ip )
928 [10:19:20] *** Joins: ScottPilgrim (~ScottPilg@replaced-ip )
929 [10:21:47] <velix> !seen greycat
930 [10:21:48] <dpkg> greycat <~greg@209.142.155.49> was last seen on IRC in channel #debian, 17h 50m 13s ago, saying: 'TIAS'.
931 [10:22:05] *** Joins: tgunr (admin@replaced-ip )
932 [10:22:11] <JackFrost> The tools are in backports, as well as the dkms module and a kernel that supports it native.
933 [10:22:43] <velix> Sorry for asking, which packages comes "su" from?
934 [10:22:57] *** Joins: mavhq (~quassel@replaced-ip )
935 [10:23:50] *** Quits: ioxzev1z (~ioxzev1z@replaced-ip ) (Quit: Leaving)
936 [10:24:44] *** Joins: WillPittenger (willpitten@replaced-ip )
937 [10:25:26] *** Quits: zyley (~zyley@replaced-ip ) (Ping timeout: 240 seconds)
938 [10:26:55] <milkt> velix: util-linux?
939 [10:27:18] <velix> d'oh. Thanks a lot :/
940 [10:29:35] *** Quits: tgunr (admin@replaced-ip ) (Ping timeout: 265 seconds)
941 [10:31:47] *** Quits: danwellby (~danwellby@replaced-ip ) (Ping timeout: 256 seconds)
942 [10:32:46] *** Joins: tgunr (admin@replaced-ip )
943 [10:33:09] *** Joins: uvolmer (~uvolmer@replaced-ip )
944 [10:33:11] *** Joins: danwellby (~danwellby@replaced-ip )
945 [10:34:07] *** Quits: superleaf1995 (bdb3f094@replaced-ip ) (Quit: Connection closed)
946 [10:34:17] *** Joins: mcope (~mcope@replaced-ip )
947 [10:34:37] *** Quits: szorfein (~daggoth@replaced-ip ) (Remote host closed the connection)
948 [10:35:03] *** Joins: szorfein (~daggoth@replaced-ip )
949 [10:38:28] *** Joins: zyley (~zyley@replaced-ip )
950 [10:45:55] *** Joins: unluckyshrubbery (~unluckysh@replaced-ip )
951 [10:45:56] <ksk> velix: "dpkg -S /path/to/file" can tell you that :)
952 [10:46:09] * velix added this to high notebook
953 [10:46:12] <velix> his*
954 [10:47:11] <ksk> (the other one you most likely wanna use from time to time might be "dpkg -L $package" to see its contents (only works when installed, since dpkg is a local package foo))
955 [10:47:36] *** Quits: uvolmer (~uvolmer@replaced-ip ) (Remote host closed the connection)
956 [10:49:39] *** Joins: uvolmer (~uvolmer@replaced-ip )
957 [10:50:53] *** Joins: yans (~yans@replaced-ip )
958 [10:51:33] *** Joins: Lxrowe (~Lxrowe@replaced-ip )
959 [10:54:14] *** Quits: zyley (~zyley@replaced-ip ) (Read error: Connection reset by peer)
960 [10:54:39] *** Joins: zyley (~zyley@replaced-ip )
961 [10:56:13] *** Quits: terrorjack (~terrorjac@replaced-ip##) (Quit: The Lounge - ##replaced-url
962 [10:58:02] *** debhelper sets mode: +l 1184
963 [10:59:49] *** Quits: Dotz0cat_ (~Dotz0cat@replaced-ip ) (Ping timeout: 265 seconds)
964 [10:59:57] *** Joins: hooway (~q@replaced-ip )
965 [11:00:01] *** Quits: zamnedix (~zamnedix@replaced-ip##) (Quit: ZNC 1.7.5+deb4 - ##replaced-url
966 [11:00:21] <hooway> hello
967 [11:00:40] *** Joins: eldereko (eldereko@replaced-ip )
968 [11:01:52] *** Joins: MrTrick (uid181961@replaced-ip )
969 [11:02:05] <hooway> i have debian installed with xfce, how do i safely install kde and tools so i can switch to kde?
970 [11:02:15] *** Quits: zyley (~zyley@replaced-ip ) (Quit: Leaving)
971 [11:02:21] *** Quits: stree (~stree@replaced-ip ) (Ping timeout: 264 seconds)
972 [11:02:28] <aminvakil> this may be an obvious question, but i'm going to ask it as i haven't find anything regarding this in replaced-url
973 [11:02:51] *** Joins: zamnedix (~zamnedix@replaced-ip )
974 [11:03:03] <aminvakil> when i install a package from backports if ever comes an update for the package from backports it would be updated using apt update && apt dist-upgrade
975 [11:03:04] <aminvakil> right?
976 [11:04:13] <aminvakil> hooway: if i were you i would reinstall debian minimal and install kde on top of it
977 [11:05:10] <aminvakil> i switched from gnome to kde sometime ago and some stuff didn't work or they act weirdly, i changed my laptop and installed os again from base and installed kde on top of it and everything was fine
978 [11:05:25] *** Joins: Mister00X (quassel@replaced-ip )
979 [11:06:07] *** Joins: Slashman (~Slash@replaced-ip )
980 [11:06:07] <hooway> i don't want to reinstall, i have bunch of files that are needed and everything is setup, i just want to install kde and keep xfce
981 [11:06:20] <aminvakil> although i'm not sure if xfce would cause a problem too or not, but be sure to remove any xfce configurations from ~/.config & ~/.local if you're going to remove xfce and install kde
982 [11:06:41] <hooway> but can i keep xfce?
983 [11:07:10] <aminvakil> i'm not sure, but i think so, i had gnome and kde at the same time for a week
984 [11:07:24] *** Quits: Mister00X (quassel@replaced-ip ) (Client Quit)
985 [11:07:41] <hooway> what are needed packages for kde to work properly?
986 [11:08:25] *** Joins: Mister00X (~quassel@replaced-ip )
987 [11:08:53] <aminvakil> actually i don't use debian on my pc:) so i don't know, but stuff i have said before apply to debian too
988 [11:09:24] <milkt> hooway: task-kde-desktop
989 [11:10:12] <milkt> hooway: maybe look at replaced-url
990 [11:10:40] *** Quits: search_social (~search_so@replaced-ip ) (Ping timeout: 260 seconds)
991 [11:10:59] <hooway> milkt: one package? im looking at this replaced-url
992 [11:11:00] *** Joins: bolovanos (~bolovanos@replaced-ip )
993 [11:11:03] *** Joins: frostschutz (~frostschu@replaced-ip )
994 [11:11:58] *** Joins: Vizva (~Vizva@replaced-ip )
995 [11:12:04] *** Quits: rgr (~rgr@replaced-ip ) (Remote host closed the connection)
996 [11:12:29] <milkt> hooway: "task-kde-desktop" depend on "tasksel" "task-desktop" "kde-standard" "sddm" so it will install those 4 as well
997 [11:13:06] <milkt> i recommend checking official wiki first
998 [11:13:28] <hooway> will look, thanks
999 [11:15:18] *** Joins: stree (~stree@replaced-ip )
1000 [11:16:03] *** Quits: grumble (~Thunderbi@replaced-ip ) (Quit: shovels were a truly groundbreaking invention)
1001 [11:19:10] *** Quits: Ycarus (~Ycarus@replaced-ip ) (Remote host closed the connection)
1002 [11:19:11] *** Joins: grumble (~Thunderbi@replaced-ip )
1003 [11:21:52] *** Quits: Lxrowe (~Lxrowe@replaced-ip ) (Ping timeout: 260 seconds)
1004 [11:22:50] *** Joins: Celmor[m] (celmormatr@replaced-ip )
1005 [11:22:50] *** Joins: diegov_ (diegovmatr@replaced-ip )
1006 [11:22:50] *** Joins: blue_penquin (bluepenq1@replaced-ip )
1007 [11:22:51] *** Joins: alexrelis[m] (alexrelism@replaced-ip )
1008 [11:22:51] *** Joins: mrjpaxton[m] (mrjpaxton-@replaced-ip )
1009 [11:22:51] *** Joins: gpxlnx (gpxlnxmatr@replaced-ip )
1010 [11:22:51] *** Joins: dunc4n (dunc4nmatr@replaced-ip )
1011 [11:22:51] *** Joins: awaxa (awaxamatri@replaced-ip )
1012 [11:22:51] *** Joins: colemickens (colemicken@replaced-ip )
1013 [11:22:51] *** Joins: leibniz[m] (leibnizmat@replaced-ip )
1014 [11:23:03] *** Joins: lucad111 (~lucad111@replaced-ip )
1015 [11:24:06] *** Joins: Lxrowe (~Lxrowe@replaced-ip )
1016 [11:27:56] *** Joins: CrypticSquared (~CrypticS_@replaced-ip )
1017 [11:28:01] *** debhelper sets mode: +l 1199
1018 [11:28:45] *** Quits: chele (~chele@replaced-ip ) (Remote host closed the connection)
1019 [11:29:16] *** Joins: chele (~chele@replaced-ip )
1020 [11:29:41] *** Joins: jmgresham (~jmg@replaced-ip )
1021 [11:30:09] *** Quits: cnsvc (~cnsvc@replaced-ip ) (Ping timeout: 268 seconds)
1022 [11:30:25] *** Joins: terrorjack (~terrorjac@replaced-ip )
1023 [11:31:29] *** Joins: SpikeHeron (~DutchIngr@replaced-ip )
1024 [11:33:25] *** Joins: rgr (~rgr@replaced-ip )
1025 [11:34:56] *** Quits: CrypticSquared (~CrypticS_@replaced-ip ) (Ping timeout: 240 seconds)
1026 [11:35:38] *** Quits: endstille (~endstille@replaced-ip ) (Quit: I'll be back.)
1027 [11:36:22] *** Joins: Ycarus (~Ycarus@replaced-ip )
1028 [11:36:38] *** Parts: jmgresham (~jmg@replaced-ip ) ()
1029 [11:40:32] *** Quits: Mister00X (~quassel@replaced-ip ) (Ping timeout: 260 seconds)
1030 [11:40:37] *** Joins: Mister00X_ (quassel@replaced-ip )
1031 [11:41:04] *** Joins: jmgresham (~jmg@replaced-ip )
1032 [11:42:36] *** Quits: terrorjack (~terrorjac@replaced-ip ) (Remote host closed the connection)
1033 [11:43:23] *** Joins: Lutin (~Lutin@replaced-ip )
1034 [11:43:25] *** Parts: jmgresham (~jmg@replaced-ip ) ()
1035 [11:46:04] *** Joins: rjb__ (~rjb__@replaced-ip )
1036 [11:46:05] *** Quits: mortderire (~mortderir@replaced-ip ) (Remote host closed the connection)
1037 [11:51:27] *** Quits: kj14 (kj14@replaced-ip ) (Quit: Leaving)
1038 [11:51:56] *** Quits: coot (~coot@replaced-ip ) (Quit: coot)
1039 [11:56:14] *** Quits: spacedust (~info@replaced-ip ) (Quit: leaving)
1040 [11:56:18] *** Joins: DaNeenjah (~DaNeenjah@replaced-ip )
1041 [11:57:39] *** Joins: Darcidride (~Darcidrid@replaced-ip )
1042 [11:58:01] *** Quits: wigums (~wigums@replaced-ip ) (Read error: Connection reset by peer)
1043 [11:58:14] *** Joins: wigums (~wigums@replaced-ip )
1044 [11:59:28] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
1045 [12:01:52] *** Joins: mortderire (~mortderir@replaced-ip )
1046 [12:02:43] *** Quits: escanor (uid387784@replaced-ip ) (Quit: Connection closed for inactivity)
1047 [12:06:44] *** Joins: filohuhum (~filohuhum@replaced-ip )
1048 [12:08:43] *** Quits: s8548a (~s8548a@replaced-ip ) (Quit: Leaving)
1049 [12:10:02] *** Quits: dselect (~dselect@replaced-ip ) (Quit: ouch... that hurt)
1050 [12:10:55] *** Joins: Brigo (~Brigo@replaced-ip )
1051 [12:11:07] *** Joins: dselect (~dselect@replaced-ip )
1052 [12:12:42] *** Quits: citypw_ (~citypw@replaced-ip ) (Ping timeout: 268 seconds)
1053 [12:15:12] *** Quits: roflbot (~hoydand@replaced-ip ) (Ping timeout: 272 seconds)
1054 [12:15:26] *** Quits: e-baley (~e-baley@replaced-ip ) (Ping timeout: 240 seconds)
1055 [12:16:17] *** Joins: terrorjack (~terrorjac@replaced-ip )
1056 [12:18:00] *** Joins: Jerrynicki (~niklas@replaced-ip )
1057 [12:20:43] *** Quits: filohuhum (~filohuhum@replaced-ip ) (Ping timeout: 268 seconds)
1058 [12:22:07] *** Quits: JohnML (~john1@replaced-ip ) (Remote host closed the connection)
1059 [12:22:51] *** Joins: JohnML (~john1@replaced-ip )
1060 [12:23:09] *** Quits: galex-713 (gal@replaced-ip ) (Ping timeout: 265 seconds)
1061 [12:24:22] *** Joins: nifker (~Thunderbi@replaced-ip )
1062 [12:24:55] *** Joins: citypw_ (~citypw@replaced-ip )
1063 [12:25:36] *** Quits: JohnML (~john1@replaced-ip ) (Remote host closed the connection)
1064 [12:26:15] *** Joins: s8548a (~s8548a@replaced-ip )
1065 [12:26:17] *** Joins: JohnML (~john1@replaced-ip )
1066 [12:26:18] *** Joins: galex-713 (gal@replaced-ip )
1067 [12:27:39] *** Quits: terrorjack (~terrorjac@replaced-ip ) (Remote host closed the connection)
1068 [12:28:21] *** Joins: terrorjack (~terrorjac@replaced-ip )
1069 [12:29:02] *** Quits: JohnML (~john1@replaced-ip ) (Remote host closed the connection)
1070 [12:29:34] *** Joins: D4rk4ngel2020 (~darkangel@replaced-ip )
1071 [12:30:09] *** Quits: Lutin (~Lutin@replaced-ip ) (Quit: Lutin)
1072 [12:30:24] *** Quits: TriJetScud (~TriJetScu@replaced-ip ) (Ping timeout: 272 seconds)
1073 [12:31:36] *** Quits: powerhouse_ (~powerhous@replaced-ip ) (Quit: Leaving)
1074 [12:33:04] *** Joins: galex-713_ (~quassel@replaced-ip )
1075 [12:33:27] *** Quits: galex-713 (gal@replaced-ip ) (Ping timeout: 272 seconds)
1076 [12:35:21] *** Quits: rjb__ (~rjb__@replaced-ip ) (Ping timeout: 264 seconds)
1077 [12:35:51] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Quit: WeeChat 3.0)
1078 [12:37:53] *** Quits: galex-713_ (~quassel@replaced-ip ) (Remote host closed the connection)
1079 [12:38:00] *** Joins: JohnML (~john1@replaced-ip )
1080 [12:38:42] *** Quits: JohnML (~john1@replaced-ip ) (Remote host closed the connection)
1081 [12:39:19] *** Joins: JohnML (~john1@replaced-ip )
1082 [12:39:36] *** Quits: JohnML (~john1@replaced-ip ) (Remote host closed the connection)
1083 [12:39:53] *** Joins: TriJetScud (~TriJetScu@replaced-ip )
1084 [12:40:09] *** Joins: JohnML (~john1@replaced-ip )
1085 [12:40:19] *** Quits: terrorjack (~terrorjac@replaced-ip ) (Remote host closed the connection)
1086 [12:40:27] *** Quits: tijara (~tijara@replaced-ip ) (Quit: tijara)
1087 [12:40:57] *** Joins: terrorjack (~terrorjac@replaced-ip )
1088 [12:43:35] *** Joins: Section1 (~section1@replaced-ip )
1089 [12:43:53] *** Joins: tijara (~tijara@replaced-ip )
1090 [12:46:58] *** Quits: JohnML (~john1@replaced-ip ) (Remote host closed the connection)
1091 [12:47:32] *** Joins: JohnML (~john1@replaced-ip )
1092 [12:47:37] *** Joins: search_social (~search_so@replaced-ip )
1093 [12:47:48] *** Joins: Deknos (~deknos@replaced-ip )
1094 [12:47:51] *** Quits: tgunr (admin@replaced-ip##) (Quit: ZNC - ##replaced-url
1095 [12:48:33] *** Quits: JohnML (~john1@replaced-ip ) (Remote host closed the connection)
1096 [12:48:42] *** Quits: Antoine- (~Antoine@replaced-ip ) (Ping timeout: 246 seconds)
1097 [12:49:17] *** Joins: JohnML (~john1@replaced-ip )
1098 [12:50:32] *** Joins: tgunr (~tgunr@replaced-ip )
1099 [12:50:40] *** Quits: __marco (~marco@replaced-ip ) (Ping timeout: 272 seconds)
1100 [12:52:24] *** Quits: terrorjack (~terrorjac@replaced-ip ) (Remote host closed the connection)
1101 [12:53:08] *** Joins: terrorjack (~terrorjac@replaced-ip )
1102 [12:55:20] *** Quits: beelzebuzz (~rasputin@replaced-ip ) (Remote host closed the connection)
1103 [12:55:34] *** Joins: beelzebuzz (~rasputin@replaced-ip )
1104 [12:55:52] *** Joins: galex-713 (gal@replaced-ip )
1105 [12:58:32] *** Joins: Antoine- (~Antoine@replaced-ip )
1106 [12:58:53] *** Joins: diogenes_ (~diogenes_@replaced-ip )
1107 [12:59:50] *** Joins: dez (uid92154@replaced-ip )
1108 [12:59:53] *** Quits: towo^work (~towo@replaced-ip ) (Quit: Leaving)
1109 [13:02:15] *** Quits: galex-713 (gal@replaced-ip ) (Remote host closed the connection)
1110 [13:02:56] *** Joins: filohuhum (~filohuhum@replaced-ip )
1111 [13:03:28] *** Joins: galex-713 (gal@replaced-ip )
1112 [13:04:47] *** Joins: fat_rat (~fat@replaced-ip )
1113 [13:05:01] *** Quits: dpkg (~dpkg@replaced-ip ) (Quit: buh bye!)
1114 [13:05:36] *** Joins: dpkg (~dpkg@replaced-ip )
1115 [13:08:06] *** Joins: Kel_ (~KelMonsta@replaced-ip )
1116 [13:08:36] *** Quits: benoitc (sid1888@replaced-ip ) (Remote host closed the connection)
1117 [13:08:36] *** Quits: relipse (sid16131@replaced-ip ) (Remote host closed the connection)
1118 [13:08:36] *** Quits: kozowu (uid44796@replaced-ip ) (Remote host closed the connection)
1119 [13:08:36] *** Quits: ThothCastel (sid78195@replaced-ip ) (Remote host closed the connection)
1120 [13:08:36] *** Quits: leonardus (sid358597@replaced-ip ) (Remote host closed the connection)
1121 [13:08:36] *** Quits: jhill (sid1055@replaced-ip ) (Remote host closed the connection)
1122 [13:08:36] *** Quits: graingert (sid128301@replaced-ip ) (Remote host closed the connection)
1123 [13:08:36] *** Quits: kwmiebach (sid16855@replaced-ip ) (Remote host closed the connection)
1124 [13:08:44] *** Quits: Kel (~KelMonsta@replaced-ip ) (Ping timeout: 260 seconds)
1125 [13:08:48] *** Kel_ is now known as Kel
1126 [13:09:26] *** Quits: filohuhum (~filohuhum@replaced-ip ) (Ping timeout: 268 seconds)
1127 [13:10:08] *** Joins: asy (~asymptoti@replaced-ip )
1128 [13:10:39] *** Joins: mirrorbird (~psutcliff@replaced-ip )
1129 [13:10:40] *** Quits: asymptotically (~asymptoti@replaced-ip ) (Ping timeout: 268 seconds)
1130 [13:11:32] *** Joins: drzacek (~drzacek@replaced-ip )
1131 [13:13:11] *** Joins: jhill (sid1055@replaced-ip )
1132 [13:13:11] *** Joins: benoitc (sid1888@replaced-ip )
1133 [13:13:12] *** Joins: CrypticSquared (~CrypticS_@replaced-ip )
1134 [13:13:22] *** asy is now known as asymptotically
1135 [13:13:26] *** Joins: kwmiebach (sid16855@replaced-ip )
1136 [13:13:40] *** Quits: kwmiebach (sid16855@replaced-ip ) (Remote host closed the connection)
1137 [13:13:41] *** Quits: benoitc (sid1888@replaced-ip ) (Remote host closed the connection)
1138 [13:13:41] *** Quits: jhill (sid1055@replaced-ip ) (Remote host closed the connection)
1139 [13:14:27] *** Joins: CrystalMath (~coderain@replaced-ip )
1140 [13:15:09] *** Joins: jhill (sid1055@replaced-ip )
1141 [13:15:10] *** Joins: benoitc (sid1888@replaced-ip )
1142 [13:15:14] *** Joins: filohuhum (~filohuhum@replaced-ip )
1143 [13:15:41] *** Joins: kwmiebach (sid16855@replaced-ip )
1144 [13:17:34] *** Joins: ThothCastel (sid78195@replaced-ip )
1145 [13:18:57] *** Joins: graingert (sid128301@replaced-ip )
1146 [13:19:19] *** Joins: galex-713_ (~quassel@replaced-ip )
1147 [13:19:41] *** Quits: galex-713 (gal@replaced-ip ) (Ping timeout: 272 seconds)
1148 [13:21:09] *** Quits: beelzebuzz (~rasputin@replaced-ip ) (Ping timeout: 268 seconds)
1149 [13:21:30] *** Joins: leonardus (sid358597@replaced-ip )
1150 [13:22:01] *** Joins: relipse (sid16131@replaced-ip )
1151 [13:22:22] *** Joins: kozowu (uid44796@replaced-ip )
1152 [13:22:26] *** Joins: beelzebuzz (~rasputin@replaced-ip )
1153 [13:22:39] *** Quits: pk (~pk@replaced-ip ) (Quit: leaving)
1154 [13:23:21] *** Quits: stree (~stree@replaced-ip ) (Ping timeout: 246 seconds)
1155 [13:24:39] *** Joins: geowiesnot (~user@replaced-ip )
1156 [13:25:04] *** Quits: CrypticSquared (~CrypticS_@replaced-ip ) (Ping timeout: 260 seconds)
1157 [13:25:44] *** Joins: zeden (~user@replaced-ip )
1158 [13:26:19] *** Quits: fat_rat (~fat@replaced-ip ) (Quit: Leaving.)
1159 [13:28:14] *** Quits: euandreh (~euandreh@replaced-ip ) (Ping timeout: 264 seconds)
1160 [13:28:15] *** Quits: galex-713_ (~quassel@replaced-ip ) (Ping timeout: 246 seconds)
1161 [13:28:21] *** Quits: JohnML (~john1@replaced-ip ) (Remote host closed the connection)
1162 [13:29:09] *** Joins: JohnML (~john1@replaced-ip )
1163 [13:29:39] *** Joins: galex-713 (gal@replaced-ip )
1164 [13:32:03] *** Joins: CrypticSquared (~CrypticS_@replaced-ip )
1165 [13:32:25] *** Joins: rewrited (~rewrited@replaced-ip )
1166 [13:33:38] *** Joins: ikus060 (~ikus060@replaced-ip )
1167 [13:34:08] *** Joins: Lutin (~Lutin@replaced-ip )
1168 [13:34:25] *** Quits: Lutin (~Lutin@replaced-ip ) (Client Quit)
1169 [13:35:37] *** Joins: Lutin (~Lutin@replaced-ip )
1170 [13:36:09] *** Quits: galex-713 (gal@replaced-ip ) (Ping timeout: 272 seconds)
1171 [13:36:37] *** Joins: stree (~stree@replaced-ip )
1172 [13:37:45] *** Quits: CrypticSquared (~CrypticS_@replaced-ip ) (Ping timeout: 264 seconds)
1173 [13:37:56] *** Quits: JohnML (~john1@replaced-ip ) (Remote host closed the connection)
1174 [13:38:01] *** debhelper sets mode: +l 1205
1175 [13:38:34] *** Joins: JohnML (~john1@replaced-ip )
1176 [13:38:36] *** Quits: geowiesnot (~user@replaced-ip ) (Ping timeout: 260 seconds)
1177 [13:39:58] *** Quits: darunesh_ (~darunesh@replaced-ip ) (Remote host closed the connection)
1178 [13:40:49] *** Joins: galex-713 (gal@replaced-ip )
1179 [13:40:53] *** Quits: rnm (~rnm@replaced-ip ) (Ping timeout: 268 seconds)
1180 [13:41:25] *** Quits: sweatsuit (~sweatsuit@replaced-ip ) (Ping timeout: 240 seconds)
1181 [13:42:08] *** Joins: Conradish006 (~Conradish@replaced-ip )
1182 [13:44:14] *** Joins: darunesh (~darunesh@replaced-ip )
1183 [13:45:26] *** Joins: towo` (~towo@replaced-ip )
1184 [13:48:11] *** Quits: galex-713 (gal@replaced-ip ) (Ping timeout: 272 seconds)
1185 [13:51:31] *** Quits: oxek (oxek@replaced-ip ) (Quit: oxek)
1186 [13:52:05] *** Joins: captSamIngram (~Thunderbi@replaced-ip )
1187 [13:54:20] *** Quits: rgr (~rgr@replaced-ip ) (Quit: Leaving)
1188 [13:56:28] *** Joins: mrAZ (~code@replaced-ip )
1189 [13:56:52] *** Joins: sweatsuit (~sweatsuit@replaced-ip )
1190 [13:57:04] *** Joins: gelignite (~gelignite@replaced-ip )
1191 [13:58:15] *** Quits: hooway (~q@replaced-ip ) (Quit: Gone fishing.)
1192 [13:58:54] *** Joins: czesmir (~stefan@replaced-ip )
1193 [13:59:27] *** Joins: debsan (~debsan@replaced-ip )
1194 [13:59:56] *** Quits: craigevil (craig@replaced-ip ) (Remote host closed the connection)
1195 [14:00:55] *** Quits: Scotty_Trees2 (~Scotty_Tr@replaced-ip ) (Quit: Leaving)
1196 [14:01:14] *** Joins: Scotty_Trees (~Scotty_Tr@replaced-ip )
1197 [14:02:32] *** Quits: dreamon (~dreamon@replaced-ip ) (Ping timeout: 260 seconds)
1198 [14:03:17] *** Joins: galex-713 (gal@replaced-ip )
1199 [14:04:44] *** Quits: Sarcutus (47723067@replaced-ip ) (Quit: Connection closed)
1200 [14:05:18] *** Quits: tijara (~tijara@replaced-ip ) (Quit: tijara)
1201 [14:05:47] *** Quits: Haudegen (~quassel@replaced-ip ) (Quit: Bin weg.)
1202 [14:05:52] *** Joins: coot (~coot@replaced-ip )
1203 [14:06:07] *** Quits: astra (sid289983@replaced-ip ) (Remote host closed the connection)
1204 [14:06:08] *** Quits: panzeroceania (sid16210@replaced-ip ) (Remote host closed the connection)
1205 [14:06:11] *** Quits: Manouchehri (sid384576@replaced-ip ) (Remote host closed the connection)
1206 [14:07:36] *** Quits: Darcidride (~Darcidrid@replaced-ip ) (Ping timeout: 240 seconds)
1207 [14:07:42] *** Joins: mtn (~mtn@replaced-ip )
1208 [14:07:43] *** Joins: astra (sid289983@replaced-ip )
1209 [14:08:30] *** Quits: terrorjack (~terrorjac@replaced-ip ) (Remote host closed the connection)
1210 [14:08:51] *** Joins: galex-713_ (~quassel@replaced-ip )
1211 [14:08:55] *** Joins: dreamon (~dreamon@replaced-ip )
1212 [14:09:05] *** Quits: galex-713 (gal@replaced-ip ) (Ping timeout: 272 seconds)
1213 [14:09:09] *** Quits: Mister00X_ (quassel@replaced-ip ) (Quit: "I'll be back" — Arnold Schwarzenegger)
1214 [14:09:29] *** Joins: terrorjack (~terrorjac@replaced-ip )
1215 [14:09:39] *** Joins: w-oertl (~wolfgang@replaced-ip )
1216 [14:10:45] *** Joins: bsund (~bsund@replaced-ip )
1217 [14:11:56] *** Joins: panzeroceania (sid16210@replaced-ip )
1218 [14:13:51] *** Joins: Darcidride (~Darcidrid@replaced-ip )
1219 [14:14:36] *** Quits: galex-713_ (~quassel@replaced-ip ) (Ping timeout: 240 seconds)
1220 [14:14:47] *** Quits: dreamon (~dreamon@replaced-ip ) (Ping timeout: 260 seconds)
1221 [14:18:00] *** Joins: polyphem (~p0lyph3m@replaced-ip )
1222 [14:19:42] *** Joins: Iamahuman (~noname@replaced-ip )
1223 [14:20:31] *** Joins: euandreh (~euandreh@replaced-ip )
1224 [14:22:48] *** Quits: ob-sed (~obesd@replaced-ip ) (Read error: Connection reset by peer)
1225 [14:25:50] *** Quits: euandreh (~euandreh@replaced-ip ) (Ping timeout: 264 seconds)
1226 [14:26:53] *** Joins: euandreh (~euandreh@replaced-ip )
1227 [14:29:55] *** Quits: astra (sid289983@replaced-ip ) ()
1228 [14:29:57] *** Quits: mrAZ (~code@replaced-ip ) (Ping timeout: 264 seconds)
1229 [14:30:06] *** Quits: gry (~test@replaced-ip ) (Ping timeout: 272 seconds)
1230 [14:30:12] *** Joins: astra (sid289983@replaced-ip )
1231 [14:31:49] *** Joins: cdown_ (~cdown@replaced-ip )
1232 [14:32:25] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 240 seconds)
1233 [14:32:38] *** Joins: Manouchehri (sid384576@replaced-ip )
1234 [14:32:39] *** Joins: ddsys (~ddsys@replaced-ip )
1235 [14:33:19] *** Quits: DaNeenjah (~DaNeenjah@replaced-ip ) (Quit: WeeChat 3.0)
1236 [14:33:31] *** Joins: msh07 (~msh07@replaced-ip )
1237 [14:33:52] *** Joins: cdown (~cdown@replaced-ip )
1238 [14:34:13] *** Joins: galex-713 (gal@replaced-ip )
1239 [14:34:47] *** Joins: FsgMax (~FsgMax@replaced-ip )
1240 [14:34:48] *** Joins: DaNeenjah (~DaNeenjah@replaced-ip )
1241 [14:35:47] *** Quits: qqx (~qqx@replaced-ip ) (Remote host closed the connection)
1242 [14:36:33] *** Quits: cdown_ (~cdown@replaced-ip ) (Ping timeout: 264 seconds)
1243 [14:36:54] *** Joins: qqx (~qqx@replaced-ip )
1244 [14:36:55] *** Quits: beelzebuzz (~rasputin@replaced-ip ) (Remote host closed the connection)
1245 [14:37:05] *** Joins: beelzebuzz (~rasputin@replaced-ip )
1246 [14:37:09] *** Joins: alpernebbi (~quassel@replaced-ip )
1247 [14:38:02] *** debhelper sets mode: +l 1211
1248 [14:39:29] *** Quits: euandreh (~euandreh@replaced-ip ) (Ping timeout: 272 seconds)
1249 [14:39:50] *** Quits: FsgMax (~FsgMax@replaced-ip ) (Quit: Leaving)
1250 [14:41:18] *** Joins: __marco (~marco@replaced-ip )
1251 [14:41:26] *** Joins: euandreh (~euandreh@replaced-ip )
1252 [14:45:32] *** Quits: msh07 (~msh07@replaced-ip ) (Ping timeout: 265 seconds)
1253 [14:45:35] *** _Posterdati_ is now known as Posterdati
1254 [14:45:59] *** mpmc is now known as Windbag
1255 [14:46:27] *** Quits: galex-713 (gal@replaced-ip ) (Ping timeout: 272 seconds)
1256 [14:49:13] *** Quits: zeden (~user@replaced-ip ) (Quit: WeeChat 3.0)
1257 [14:49:14] *** Joins: rjb__ (~rjb__@replaced-ip )
1258 [14:50:38] *** Joins: msh07 (~msh07@replaced-ip )
1259 [14:51:19] *** Joins: mrAZ (~code@replaced-ip )
1260 [14:52:14] *** Quits: euandreh (~euandreh@replaced-ip ) (Ping timeout: 264 seconds)
1261 [14:52:36] *** Quits: kafl (~kafl@replaced-ip ) (Ping timeout: 246 seconds)
1262 [14:52:43] *** Joins: kafl_ (~kafl@replaced-ip )
1263 [14:52:55] *** Joins: galex-713 (~quassel@replaced-ip )
1264 [14:53:56] *** Joins: euandreh (~euandreh@replaced-ip )
1265 [14:55:56] *** Quits: msh07 (~msh07@replaced-ip ) (Ping timeout: 240 seconds)
1266 [14:59:01] *** Quits: Scotty_Trees (~Scotty_Tr@replaced-ip ) (Quit: Leaving)
1267 [14:59:16] *** Quits: Vizva (~Vizva@replaced-ip ) (Remote host closed the connection)
1268 [14:59:29] *** Joins: paulgrmn (~paulgrmn@replaced-ip )
1269 [15:01:00] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
1270 [15:02:08] *** Quits: steven_saus (~steven_sa@replaced-ip ) (Quit: WeeChat 3.0)
1271 [15:02:35] *** Quits: daregap (~belovent@replaced-ip ) (Quit: daregap)
1272 [15:02:54] *** Joins: steven_saus (~steven_sa@replaced-ip )
1273 [15:04:23] *** Quits: euandreh (~euandreh@replaced-ip ) (Ping timeout: 260 seconds)
1274 [15:04:45] *** Quits: filohuhum (~filohuhum@replaced-ip ) (Ping timeout: 268 seconds)
1275 [15:05:21] *** Quits: Mad_Hat (~Mad_Hat@replaced-ip ) (Ping timeout: 265 seconds)
1276 [15:05:58] *** Joins: Mad_Hat (~Mad_Hat@replaced-ip )
1277 [15:06:26] *** Joins: euandreh (~euandreh@replaced-ip )
1278 [15:06:40] *** Quits: kafl_ (~kafl@replaced-ip ) (Ping timeout: 256 seconds)
1279 [15:09:56] *** Quits: galex-713 (~quassel@replaced-ip ) (Ping timeout: 240 seconds)
1280 [15:10:39] *** Joins: galex-713 (gal@replaced-ip )
1281 [15:11:08] *** Joins: Haudegen (~quassel@replaced-ip )
1282 [15:11:40] *** Quits: bsund (~bsund@replaced-ip ) (Quit: Lost terminal)
1283 [15:12:07] *** Quits: ikus060 (~ikus060@replaced-ip ) (Ping timeout: 265 seconds)
1284 [15:12:22] *** Quits: szorfein (~daggoth@replaced-ip ) (Quit: szorfein)
1285 [15:14:27] *** Joins: ikus060 (~ikus060@replaced-ip )
1286 [15:15:44] *** Joins: Romarain (~Romarain@replaced-ip )
1287 [15:18:31] *** Joins: CrypticSquared (~CrypticS_@replaced-ip )
1288 [15:20:31] *** Joins: galex-713_ (~quassel@replaced-ip )
1289 [15:20:39] *** Quits: galex-713 (gal@replaced-ip ) (Ping timeout: 272 seconds)
1290 [15:21:32] *** Joins: askall (~askall@replaced-ip )
1291 [15:22:27] *** Joins: shibboleth (~shibbolet@replaced-ip )
1292 [15:23:32] *** Quits: D4rk4ngel2020 (~darkangel@replaced-ip ) (Remote host closed the connection)
1293 [15:23:43] *** Joins: riff-IRC (~riff2@replaced-ip )
1294 [15:23:44] *** Joins: filohuhum (~filohuhum@replaced-ip )
1295 [15:25:22] *** Quits: galex-713_ (~quassel@replaced-ip ) (Remote host closed the connection)
1296 [15:25:52] *** Quits: shibboleth (~shibbolet@replaced-ip ) (Remote host closed the connection)
1297 [15:26:32] *** Joins: shibboleth (~shibbolet@replaced-ip )
1298 [15:28:46] *** Joins: cdown_ (~cdown@replaced-ip )
1299 [15:28:48] *** Joins: gryffus (~gryffus@replaced-ip )
1300 [15:29:34] *** Joins: fearedbliss (~fearedbli@replaced-ip )
1301 [15:30:30] *** Joins: igrtrrt (~igrtrrt@replaced-ip )
1302 [15:31:33] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 256 seconds)
1303 [15:31:41] *** cdown_ is now known as cdown
1304 [15:32:00] *** Joins: galex-713 (~quassel@replaced-ip )
1305 [15:32:22] *** Quits: fearedbliss (~fearedbli@replaced-ip ) (Client Quit)
1306 [15:33:15] *** Quits: CrypticSquared (~CrypticS_@replaced-ip ) (Ping timeout: 256 seconds)
1307 [15:34:12] *** Quits: askall (~askall@replaced-ip ) (Quit: leaving)
1308 [15:39:03] *** Quits: Hackerpcs (~user@replaced-ip ) (Quit: Hackerpcs)
1309 [15:39:13] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
1310 [15:39:55] *** Quits: karstensrage (~karstensr@replaced-ip##) (Quit: ZNC - ##replaced-url
1311 [15:41:08] *** Joins: Hackerpcs (~user@replaced-ip )
1312 [15:43:42] *** Joins: gnufr33dom (~gnufr33do@replaced-ip )
1313 [15:44:36] *** Quits: stree (~stree@replaced-ip ) (Ping timeout: 240 seconds)
1314 [15:46:23] *** Joins: FnorZ (~FnorZ@replaced-ip )
1315 [15:46:37] *** Quits: gelignite (~gelignite@replaced-ip ) (Quit: Stay safe!)
1316 [15:50:25] *** Quits: jjakob (~quassel@replaced-ip ) (Ping timeout: 272 seconds)
1317 [15:52:08] *** Joins: cstls (~cstls@replaced-ip )
1318 [15:52:29] *** Joins: bertbob (~bertbob@replaced-ip )
1319 [15:52:36] *** Joins: fstd_ (~fstd@replaced-ip )
1320 [15:52:45] *** Quits: fstd (~fstd@replaced-ip ) (Ping timeout: 240 seconds)
1321 [15:53:01] *** fstd_ is now known as fstd
1322 [15:53:24] *** Quits: banox (~banox@replaced-ip ) (Remote host closed the connection)
1323 [15:53:40] *** Quits: galex-713 (~quassel@replaced-ip ) (Read error: Connection reset by peer)
1324 [15:54:12] *** Joins: Spr1ng (~Spr1ng@replaced-ip )
1325 [15:54:57] *** Joins: galex-713 (gal@replaced-ip )
1326 [15:56:32] *** Joins: stree (~stree@replaced-ip )
1327 [15:56:42] *** Joins: holgersson (~quassel@replaced-ip )
1328 [15:58:08] *** Quits: ikus060 (~ikus060@replaced-ip ) (Ping timeout: 272 seconds)
1329 [15:58:50] *** Joins: superleaf1995 (bdb3f094@replaced-ip )
1330 [16:00:14] *** Joins: Mister00X (quassel@replaced-ip )
1331 [16:00:23] *** Joins: thiras_ (~thiras@replaced-ip )
1332 [16:01:11] *** Quits: igrtrrt (~igrtrrt@replaced-ip ) (Quit: igrtrrt)
1333 [16:02:20] *** Quits: rjb__ (~rjb__@replaced-ip ) (Ping timeout: 260 seconds)
1334 [16:02:26] *** Quits: hendursa1 (~weechat@replaced-ip ) (Quit: hendursa1)
1335 [16:02:45] *** Joins: hendursaga (~weechat@replaced-ip )
1336 [16:04:12] *** Quits: stree (~stree@replaced-ip ) (Quit: Caught exception)
1337 [16:04:36] *** Joins: stree (~stree@replaced-ip )
1338 [16:05:59] *** Joins: allorder (allorder@replaced-ip )
1339 [16:06:34] *** Quits: Gamuuth (~Gamuuth@replaced-ip ) (Quit: Leaving)
1340 [16:07:06] *** Joins: urk (~urk@replaced-ip )
1341 [16:07:24] *** Joins: jjakob (~quassel@replaced-ip )
1342 [16:10:24] *** Joins: pacbard (~pacbard@replaced-ip )
1343 [16:10:57] *** Quits: beelzebuzz (~rasputin@replaced-ip ) (Remote host closed the connection)
1344 [16:11:00] <urk> Would someone be able to provide me a link to the Debian Unofficial Hybrid for the stable release? Yesterday someone provided me that link while I was on a legacy system, but I couldn't burn the OS to USB because of the age of the system. So I would like to download it now.
1345 [16:11:10] *** Joins: beelzebuzz (~rasputin@replaced-ip )
1346 [16:12:01] *** Joins: twobitsprite (~isaac.fre@cpe-173-95-153-183.nc.res.rr.com)
1347 [16:12:16] *** Quits: FnorZ (~FnorZ@replaced-ip ) (Ping timeout: 240 seconds)
1348 [16:12:56] <urk> What had happened was that I downloaded an ISO unofficial that didn't have the firmware for my laptop, but also had a bug, and wouldn't advance beyond writing the partitions. So I installed Buster/Sid on a new laptop, and now wish to downgrade to the stable edition, but while doing that make another install stick for the stable.
1349 [16:12:58] *** Joins: chipxxx (~androirc@replaced-ip )
1350 [16:13:26] *** Quits: chipxxx (~androirc@replaced-ip ) (Read error: Connection reset by peer)
1351 [16:14:03] <urk> The hybrid release apparently has both the link for network installs as well as the software for making a boot disk.
1352 [16:14:39] *** Joins: |macallan| (nobody@replaced-ip )
1353 [16:14:45] <milkt> urk: replaced-url
1354 [16:14:57] <riff-IRC> urk: Edit /etc/apt/sources.list and change any references to sid/unstable to buster.
1355 [16:15:10] *** Quits: _Matth_ (~Matth@replaced-ip ) (Read error: Connection reset by peer)
1356 [16:15:20] *** Joins: galex-713_ (~quassel@replaced-ip )
1357 [16:15:28] <riff-IRC> Then do an apt update followed by an apt dist-upgrade
1358 [16:15:38] <riff-IRC> either that or an apt full-upgrade
1359 [16:15:45] *** Quits: galex-713 (gal@replaced-ip ) (Ping timeout: 272 seconds)
1360 [16:15:53] <urk> riff-IRC> Is buster the current stable release?
1361 [16:15:57] <riff-IRC> Yes
1362 [16:15:57] *** Joins: igrtrrt (~igrtrrt@replaced-ip )
1363 [16:16:34] <tinga> I wish I could tell debconf to be non-interactive via an env variable.
1364 [16:16:44] <urk> riff-IRC> Thanks
1365 [16:17:11] <riff-IRC> No problem
1366 [16:17:17] *** Joins: CrypticSquared (~CrypticS_@replaced-ip )
1367 [16:19:29] *** Joins: chipxxx (~androirc@replaced-ip )
1368 [16:21:25] *** Joins: amerigo (uid331857@replaced-ip )
1369 [16:22:12] *** Quits: fjavier (~fjavier@replaced-ip ) (Ping timeout: 272 seconds)
1370 [16:22:32] *** Quits: chipxxx (~androirc@replaced-ip ) (Read error: Connection reset by peer)
1371 [16:22:52] *** Quits: CrypticSquared (~CrypticS_@replaced-ip ) (Ping timeout: 260 seconds)
1372 [16:22:59] *** Joins: tuxmania (~tuxmania@replaced-ip )
1373 [16:23:36] *** Quits: Slashman (~Slash@replaced-ip ) (Quit: Leaving)
1374 [16:23:37] *** Joins: bru (~bru@replaced-ip )
1375 [16:23:39] *** Quits: galex-713_ (~quassel@replaced-ip ) (Ping timeout: 265 seconds)
1376 [16:24:39] *** Joins: bopeep (~bopeep@replaced-ip )
1377 [16:25:14] *** Joins: Slashman (~Slash@replaced-ip )
1378 [16:25:30] *** Joins: kriger (~norge@replaced-ip )
1379 [16:25:31] *** Joins: galex-713 (gal@replaced-ip )
1380 [16:28:02] *** debhelper sets mode: +l 1219
1381 [16:28:21] *** Joins: misgender (~misgender@replaced-ip )
1382 [16:29:03] *** Quits: MichaelOF (~michael@replaced-ip ) (Quit: Konversation terminated!)
1383 [16:29:36] *** Joins: Mister00X_ (quassel@replaced-ip )
1384 [16:30:02] *** Quits: Antioch04 (~Antioch@replaced-ip##) (Quit: The Lounge - ##replaced-url
1385 [16:33:05] *** Quits: affix (~affix@replaced-ip ) (Ping timeout: 244 seconds)
1386 [16:33:06] *** Joins: rjb__ (~rjb__@replaced-ip )
1387 [16:33:28] *** Joins: zeden (~user@replaced-ip )
1388 [16:33:33] *** Quits: Mister00X (quassel@replaced-ip ) (Ping timeout: 264 seconds)
1389 [16:33:40] *** Joins: chipxxx (~androirc@replaced-ip )
1390 [16:38:13] *** Quits: chele (~chele@replaced-ip ) (Remote host closed the connection)
1391 [16:38:33] *** Quits: galex-713 (gal@replaced-ip ) (Ping timeout: 272 seconds)
1392 [16:38:33] *** Joins: galex-713_ (~quassel@replaced-ip )
1393 [16:39:29] *** Joins: affix (~affix@replaced-ip )
1394 [16:39:34] *** Quits: iterati (~vangelis@replaced-ip ) (Read error: Connection reset by peer)
1395 [16:43:03] *** Quits: idhugo__ (~idhugo@replaced-ip ) (Remote host closed the connection)
1396 [16:43:45] *** Quits: galex-713_ (~quassel@replaced-ip ) (Ping timeout: 240 seconds)
1397 [16:44:14] *** Joins: idhugo (~idhugo@replaced-ip )
1398 [16:45:08] *** Joins: hendursa1 (~weechat@replaced-ip )
1399 [16:45:36] *** Quits: binTrl (~binaryTra@replaced-ip ) (Quit: WeeChat 3.0)
1400 [16:45:40] *** Joins: iterati (~vangelis@replaced-ip )
1401 [16:45:53] *** Quits: hendursaga (~weechat@replaced-ip ) (Ping timeout: 268 seconds)
1402 [16:46:51] *** Quits: chipxxx (~androirc@replaced-ip ) (Read error: Connection reset by peer)
1403 [16:47:29] *** Quits: tuxmania (~tuxmania@replaced-ip ) (Read error: Connection reset by peer)
1404 [16:47:47] *** Quits: stree (~stree@replaced-ip ) (Quit: Caught exception)
1405 [16:47:57] *** Joins: tuxmania (~tuxmania@replaced-ip )
1406 [16:48:08] *** Joins: stree (~stree@replaced-ip )
1407 [16:48:36] *** Quits: idhugo (~idhugo@replaced-ip ) (Ping timeout: 240 seconds)
1408 [16:50:17] <unixbsd> urk: you can still run the kernel separately and use the modules you want. Which kernel to you wish to have ?
1409 [16:51:30] *** Quits: urk (~urk@replaced-ip ) (Remote host closed the connection)
1410 [16:51:48] *** Quits: Mister00X_ (quassel@replaced-ip ) (Ping timeout: 260 seconds)
1411 [16:53:36] *** Quits: hendursa1 (~weechat@replaced-ip ) (Quit: hendursa1)
1412 [16:53:48] *** Joins: hendursaga (~weechat@replaced-ip )
1413 [16:56:39] *** Joins: hanasaki (~hanasaki@replaced-ip )
1414 [16:56:41] *** Quits: luna_is_here (~quassel@replaced-ip ) (Read error: Connection reset by peer)
1415 [16:57:27] *** Joins: luna_is_here (~quassel@replaced-ip )
1416 [16:58:29] <hanasaki> Have virtmanager settup to bridge to br0 however its not pulling a dhcp iP nor can it get to anything else. thougths please?
1417 [16:59:34] *** Quits: edgars (~edgars@replaced-ip ) (Ping timeout: 272 seconds)
1418 [17:00:21] *** Joins: chipxxx (~androirc@replaced-ip )
1419 [17:01:55] *** Quits: citypw_ (~citypw@replaced-ip ) (Ping timeout: 268 seconds)
1420 [17:03:13] *** Joins: ikus060 (~ikus060@replaced-ip )
1421 [17:04:20] *** Quits: chipxxx (~androirc@replaced-ip ) (Remote host closed the connection)
1422 [17:04:25] *** Quits: fling (~fling@replaced-ip ) (Ping timeout: 240 seconds)
1423 [17:05:01] *** Quits: kale (~kale@replaced-ip ) (Remote host closed the connection)
1424 [17:05:51] *** Joins: diniwed (~gavron@replaced-ip )
1425 [17:08:02] *** debhelper sets mode: +l 1213
1426 [17:08:45] *** Quits: Darcidride (~Darcidrid@replaced-ip ) (Ping timeout: 240 seconds)
1427 [17:10:01] *** Joins: fling (~fling@replaced-ip )
1428 [17:12:25] *** Joins: Tom01 (~tom@replaced-ip )
1429 [17:12:40] *** Quits: czesmir (~stefan@replaced-ip ) (Quit: Lost terminal)
1430 [17:12:46] *** Quits: rsx (~rsx@replaced-ip ) (Quit: rsx)
1431 [17:15:56] *** Quits: mrjpaxton[m] (mrjpaxton-@replaced-ip ) (Ping timeout: 240 seconds)
1432 [17:17:44] *** Quits: dunc4n (dunc4nmatr@replaced-ip ) (Ping timeout: 258 seconds)
1433 [17:17:59] *** Parts: bopeep (~bopeep@replaced-ip ) ("Leaving")
1434 [17:19:39] *** Quits: uvolmer (~uvolmer@replaced-ip ) (Ping timeout: 268 seconds)
1435 [17:19:40] *** Quits: gryffus (~gryffus@replaced-ip ) (Quit: Leaving)
1436 [17:20:08] *** Joins: mrjpaxton[m] (mrjpaxton-@replaced-ip )
1437 [17:20:55] *** Joins: Flukp (~Flukp@replaced-ip )
1438 [17:24:09] *** Quits: mrAZ (~code@replaced-ip ) (Ping timeout: 246 seconds)
1439 [17:26:28] *** Quits: fredl (~fredl@replaced-ip ) (Read error: Connection reset by peer)
1440 [17:26:45] *** Joins: fredl (~fredl@replaced-ip )
1441 [17:26:52] *** Joins: szorfein (~daggoth@replaced-ip )
1442 [17:27:35] *** Quits: Echoz (~chris@replaced-ip ) (Quit: WeeChat 3.0)
1443 [17:28:56] *** Joins: Dude-Meister (~JT-2020@replaced-ip )
1444 [17:29:20] <Dude-Meister> HI. Can anyone help me instal BlueCherry DVR?
1445 [17:29:36] *** Quits: Flukp (~Flukp@replaced-ip ) (Quit: Leaving)
1446 [17:30:03] <sig_9> Dude-Meister: what kind of package?
1447 [17:30:05] <sig_9> .deb?
1448 [17:30:20] <Dude-Meister> Yes.
1449 [17:30:30] <Dude-Meister> It's Buster
1450 [17:30:41] <Dude-Meister> Iguess? (Latest)
1451 [17:30:58] <sig_9> 'sudo dpkg -i nameofpackage.deb
1452 [17:31:15] <sig_9> sudo dpkg -i nameofpackage.deb
1453 [17:31:52] *** Quits: __marco (~marco@replaced-ip ) (Ping timeout: 272 seconds)
1454 [17:32:26] *** Quits: coot (~coot@replaced-ip ) (Quit: coot)
1455 [17:32:36] *** Joins: diogenes_ (~diogenes_@replaced-ip )
1456 [17:32:38] *** Joins: mrAZ (~code@replaced-ip )
1457 [17:33:30] <Dude-Meister> Error: Cannot access archive 'nameofpackage.deb'
1458 [17:35:05] *** Joins: _0bitcount (~Big_Byte@replaced-ip )
1459 [17:35:54] <Dude-Meister> sig_9 I know it's after ver 180X, and it should be updated
1460 [17:36:02] <Dude-Meister> 18.x
1461 [17:36:06] *** Quits: bleb (~cm@replaced-ip ) (Quit: leaving)
1462 [17:36:08] *** Quits: Bjornn (~Bjornn@replaced-ip ) (Remote host closed the connection)
1463 [17:36:15] *** Quits: sig_9 (~sig@replaced-ip ) (Remote host closed the connection)
1464 [17:37:07] *** Joins: CaptainBlackton (~Blackton@replaced-ip )
1465 [17:37:21] *** Joins: CrypticSquared (~CrypticS_@replaced-ip )
1466 [17:37:21] *** Joins: Bjornn (~Bjornn@replaced-ip )
1467 [17:37:47] <CaptainBlackton> Is this where the packaging is handled for Debian?
1468 [17:37:54] *** Quits: Dude-Meister (~JT-2020@replaced-ip ) (Quit: Leaving)
1469 [17:38:04] <imMute> CaptainBlackton: I don't think DDs hang out here very much. you might get lucky.
1470 [17:38:14] *** Joins: sig_9 (~sig@replaced-ip )
1471 [17:39:16] <CaptainBlackton> OK, well I'm coming here from the postfix channel, as it seems the postfix repository in Linux Mint is not getting the main.cf file for some reason, but I think that's coming from Ubuntu, which is coming from Debian, right?
1472 [17:39:45] *** Quits: rjb__ (~rjb__@replaced-ip ) (Ping timeout: 240 seconds)
1473 [17:39:51] <CaptainBlackton> What's a DD, BTW?
1474 [17:40:03] <avu> !based on debian
1475 [17:40:03] <dpkg> Your distribution may be based on and have software in common with Debian, but it is not Debian. We don't and cannot know what changes were made by your distribution (compare replaced-url
1476 [17:40:08] *** Quits: drzacek (~drzacek@replaced-ip ) (Quit: Leaving)
1477 [17:40:16] *** Quits: ikus060 (~ikus060@replaced-ip ) (Remote host closed the connection)
1478 [17:40:25] <imMute> CaptainBlackton: Debian Developer. the people who make Debian.
1479 [17:40:37] *** Quits: Lope (~Lopeuser@replaced-ip ) (Quit: Leaving)
1480 [17:40:40] <avu> CaptainBlackton: you're much better off asking Mint people for help, we don't know what they (or the Ubuntu devs) might have changed
1481 [17:40:46] *** Joins: zalt__ (~devp@replaced-ip )
1482 [17:41:04] <CaptainBlackton> OK, got it. Thanks for the help!
1483 [17:41:53] *** Quits: Roa (~roa@replaced-ip ) (Ping timeout: 256 seconds)
1484 [17:42:27] *** Quits: allorder (allorder@replaced-ip ) (Ping timeout: 256 seconds)
1485 [17:43:15] *** Joins: Flukp (~Flukp@replaced-ip )
1486 [17:43:26] *** Quits: Flukp (~Flukp@replaced-ip ) (Remote host closed the connection)
1487 [17:43:45] *** Quits: zalt_ (~devp@replaced-ip ) (Ping timeout: 240 seconds)
1488 [17:43:47] *** Joins: adapter (~adapter@replaced-ip )
1489 [17:43:47] *** Joins: debhead (~debhead@replaced-ip )
1490 [17:44:47] *** Quits: DaNeenjah (~DaNeenjah@replaced-ip ) (Ping timeout: 260 seconds)
1491 [17:45:22] *** Quits: gnufr33dom (~gnufr33do@replaced-ip ) (Quit: gnufr33dom)
1492 [17:46:08] *** Joins: Kurogane (~kuro@replaced-ip )
1493 [17:46:11] *** Joins: Flukp (~Flukp@replaced-ip )
1494 [17:46:31] *** Joins: DaNeenjah (~DaNeenjah@replaced-ip )
1495 [17:47:06] <Kurogane> Hello, how install this package? Can't locate DBI.pm in @INC (you may need to install the DBI module)
1496 [17:48:02] *** debhelper sets mode: +l 1206
1497 [17:48:45] *** Quits: CrypticSquared (~CrypticS_@replaced-ip ) (Ping timeout: 240 seconds)
1498 [17:51:52] <eb0t_> hey i upgraded to buster from stretch
1499 [17:52:01] <eb0t_> but when i type python it uses python 2
1500 [17:53:23] <avu> eb0t_: type python3 instead if you want Python 3
1501 [17:53:27] *** Joins: ChmEarl (~chmearl@replaced-ip )
1502 [17:54:12] *** Quits: Haudegen (~quassel@replaced-ip ) (Quit: Bin weg.)
1503 [17:54:14] *** Joins: Echoz (~chris@replaced-ip )
1504 [17:54:43] <eb0t_> its just i did a brand new install of buster on another machine...and this defaults to python3
1505 [17:55:02] <eb0t_> yet the other machine which was upgraded from stretch to buster...still defaults to python 2.7
1506 [17:55:25] <eb0t_> or maybe i put a python alias on that machine also
1507 [17:55:31] <avu> eb0t_: update-alternatives
1508 [17:55:31] <eb0t_> ill check and just start using python3
1509 [17:56:02] *** Joins: Night-Shade (~TimF@replaced-ip )
1510 [17:56:27] *** Quits: Jerrynicki (~niklas@replaced-ip ) (Ping timeout: 260 seconds)
1511 [17:56:29] <avu> although I'm not sure that's wise, seen it used without problems, YMMV
1512 [17:56:32] *** Quits: terrorjack (~terrorjac@replaced-ip ) (Read error: Connection reset by peer)
1513 [17:57:21] <avu> eb0t_: I'm surprised that you're saying that a fresh install defaults to python3 when running python, doesn't seem that way here
1514 [17:57:33] *** Joins: terrorjack (~terrorjac@replaced-ip )
1515 [17:57:46] <eb0t_> yes avu i think i have a python alias for that machine as well
1516 [17:57:54] <eb0t_> im just going to start using python3
1517 [17:58:02] <eb0t_> it will be second nature in a couple of weeks
1518 [17:58:05] <eb0t_> thanks guys
1519 [17:58:19] *** Quits: JohnDoh (~jeff@replaced-ip ) (Quit: leaving)
1520 [17:58:23] <avu> eb0t_: yeah, that's definitely the safest/sanest method
1521 [17:58:40] <eb0t_> yes ...sounds like sound advice to me .. and im taking it
1522 [17:59:37] *** Joins: jack2019 (~jack2019@replaced-ip )
1523 [18:00:15] *** Joins: JohnDoh (~jeff@replaced-ip )
1524 [18:00:44] *** Quits: JohnDoh (~jeff@replaced-ip ) (Client Quit)
1525 [18:03:26] *** Joins: Scotty_Trees (~Scotty_Tr@replaced-ip )
1526 [18:05:44] *** Quits: cstls (~cstls@replaced-ip ) (Quit: My MacBook Air has gone to sleep. ZZZzzz…)
1527 [18:07:34] *** Joins: jadax7 (~jadax@replaced-ip )
1528 [18:07:51] *** Joins: r0 (~r0@replaced-ip )
1529 [18:08:55] *** Quits: jadax (~jadax@replaced-ip ) (Ping timeout: 272 seconds)
1530 [18:08:55] *** jadax7 is now known as jadax
1531 [18:09:10] *** Joins: d3sync|2 (~d3sync@replaced-ip )
1532 [18:09:21] *** Joins: s8548a_ (~s8548a@replaced-ip )
1533 [18:09:32] *** Joins: r00 (~r0@replaced-ip )
1534 [18:09:32] *** Quits: r00 (~r0@replaced-ip ) (Client Quit)
1535 [18:09:50] *** Joins: treeview2 (~treeview@replaced-ip )
1536 [18:10:01] *** Joins: ddsys_ (~ddsys@replaced-ip )
1537 [18:10:03] *** Joins: tangarora__ (~tangarora@replaced-ip )
1538 [18:10:04] *** Joins: elkalamar_ (elkalamar@replaced-ip )
1539 [18:10:15] *** Quits: koniu (~koniu@replaced-ip ) (Remote host closed the connection)
1540 [18:10:17] *** Joins: psiance8 (~psiance@replaced-ip )
1541 [18:10:27] *** Joins: Nefertari (~Nefertiti@replaced-ip )
1542 [18:10:31] *** Joins: CxP7 (~CxP@replaced-ip )
1543 [18:10:32] *** Joins: hwm4rgs6 (~hwm4rgs@replaced-ip )
1544 [18:10:35] *** Joins: paulgrmn_ (~paulgrmn@replaced-ip )
1545 [18:10:39] *** Quits: treeview2 (~treeview@replaced-ip ) (Remote host closed the connection)
1546 [18:10:39] *** Joins: paradizelost7 (~paradizel@replaced-ip )
1547 [18:10:43] *** Joins: Dadrophenia2 (~Dadrophen@replaced-ip )
1548 [18:10:46] *** Joins: semeion (~semeion@replaced-ip )
1549 [18:11:00] *** Joins: mortderi1 (~mortderir@replaced-ip )
1550 [18:11:07] *** Joins: Ruud9 (~Ruud@replaced-ip )
1551 [18:11:31] *** Quits: de-facto (~de-facto@replaced-ip ) (Disconnected by services)
1552 [18:11:31] *** Joins: treeview2 (~treeview@replaced-ip )
1553 [18:11:54] *** Quits: treeview2 (~treeview@replaced-ip ) (Remote host closed the connection)
1554 [18:12:04] *** Joins: c10l_ (~c10l@replaced-ip )
1555 [18:12:48] *** Quits: |shark| (~shark_@replaced-ip ) (Ping timeout: 260 seconds)
1556 [18:12:51] *** Joins: Fufu (~Fufu@replaced-ip )
1557 [18:13:59] *** Quits: exezin (~exezin@replaced-ip ) (Ping timeout: 272 seconds)
1558 [18:14:00] *** Joins: Enissay2 (~Enissay@replaced-ip )
1559 [18:14:28] *** Quits: Epakai (Epakai@replaced-ip ) (Disconnected by services)
1560 [18:14:28] *** Joins: einyx_ (einyx@replaced-ip )
1561 [18:15:49] *** Quits: Kel (~KelMonsta@replaced-ip##) (Quit: Going offline, see ya! (##replaced-url
1562 [18:15:49] *** Joins: blackest_mamba_ (~blackest_@replaced-ip )
1563 [18:16:28] *** Quits: Marissa (Marissa@replaced-ip ) (Quit: Marissa)
1564 [18:16:30] *** Joins: bleb (~cm@replaced-ip )
1565 [18:16:51] *** Quits: yans (~yans@replaced-ip ) (Ping timeout: 246 seconds)
1566 [18:17:03] *** Joins: _rsully (~rsully@replaced-ip )
1567 [18:18:02] *** debhelper sets mode: +l 1221
1568 [18:18:07] *** Joins: Marissa (Marissa@replaced-ip )
1569 [18:18:14] *** Joins: rootkea (~rootkea@replaced-ip )
1570 [18:18:48] *** Quits: r0 (~r0@replaced-ip ) (*.net *.split)
1571 [18:18:48] *** Quits: jack2019 (~jack2019@replaced-ip ) (*.net *.split)
1572 [18:18:48] *** Quits: bru (~bru@replaced-ip ) (*.net *.split)
1573 [18:18:48] *** Quits: pacbard (~pacbard@replaced-ip ) (*.net *.split)
1574 [18:18:48] *** Quits: steven_saus (~steven_sa@replaced-ip ) (*.net *.split)
1575 [18:18:48] *** Quits: paulgrmn (~paulgrmn@replaced-ip ) (*.net *.split)
1576 [18:18:48] *** Quits: ddsys (~ddsys@replaced-ip ) (*.net *.split)
1577 [18:18:48] *** Quits: Antoine- (~Antoine@replaced-ip ) (*.net *.split)
1578 [18:18:48] *** Quits: s8548a (~s8548a@replaced-ip ) (*.net *.split)
1579 [18:18:48] *** Quits: mortderire (~mortderir@replaced-ip ) (*.net *.split)
1580 [18:18:48] *** Quits: fourstepper (~fourstepp@replaced-ip ) (*.net *.split)
1581 [18:18:48] *** Quits: blackest_mamba (~blackest_@replaced-ip ) (*.net *.split)
1582 [18:18:48] *** Quits: blackroot (remi@replaced-ip ) (*.net *.split)
1583 [18:18:48] *** Quits: luuuciano_ (~luuuciano@replaced-ip ) (*.net *.split)
1584 [18:18:48] *** Quits: darutoko (~darutoko@replaced-ip ) (*.net *.split)
1585 [18:18:49] *** Quits: psiance83 (~psiance@replaced-ip ) (*.net *.split)
1586 [18:18:49] *** Quits: saint_ (~saint_@replaced-ip ) (*.net *.split)
1587 [18:18:49] *** Quits: c10l (~c10l@replaced-ip ) (*.net *.split)
1588 [18:18:49] *** Quits: Onyx47 (~onyx@replaced-ip ) (*.net *.split)
1589 [18:18:49] *** Quits: Lord_of_Life (~Lord@replaced-ip ) (*.net *.split)
1590 [18:18:49] *** Quits: legonick (~legonick@replaced-ip ) (*.net *.split)
1591 [18:18:49] *** Quits: walnut_burl (~oak@replaced-ip ) (*.net *.split)
1592 [18:18:49] *** Quits: gordonfish (~gordonfis@replaced-ip ) (*.net *.split)
1593 [18:18:49] *** Quits: pokota (~pokota@replaced-ip ) (*.net *.split)
1594 [18:18:49] *** Quits: d3sync (~d3sync@replaced-ip ) (*.net *.split)
1595 [18:18:49] *** Quits: DirkS (~DirkS@replaced-ip ) (*.net *.split)
1596 [18:18:49] *** Quits: Nefertiti (~Nefertiti@replaced-ip ) (*.net *.split)
1597 [18:18:49] *** Quits: joze (~joze@replaced-ip ) (*.net *.split)
1598 [18:18:49] *** Quits: elkalamar__ (elkalamar@replaced-ip ) (*.net *.split)
1599 [18:18:49] *** Quits: led_belly (~led_belly@replaced-ip ) (*.net *.split)
1600 [18:18:49] *** Quits: CrazyEddy (crazyed@replaced-ip ) (*.net *.split)
1601 [18:18:49] *** Quits: cybiko123 (~cybiko123@replaced-ip ) (*.net *.split)
1602 [18:18:49] *** Quits: scoopex (~scoopex@replaced-ip ) (*.net *.split)
1603 [18:18:49] *** Quits: yuastnav (~quassel@replaced-ip ) (*.net *.split)
1604 [18:18:49] *** Quits: juhop (~anon@replaced-ip ) (*.net *.split)
1605 [18:18:49] *** Quits: Dadrophenia (~Dadrophen@replaced-ip ) (*.net *.split)
1606 [18:18:49] *** Quits: Blakes_Seven (~Blakes_Si@replaced-ip ) (*.net *.split)
1607 [18:18:49] *** Quits: einyx (einyx@replaced-ip ) (*.net *.split)
1608 [18:18:49] *** Quits: FightingFalcon (~ff@replaced-ip ) (*.net *.split)
1609 [18:18:49] *** Quits: epsilon (foobar@replaced-ip ) (*.net *.split)
1610 [18:18:49] *** Quits: konrados (~konrados@replaced-ip ) (*.net *.split)
1611 [18:18:49] *** Quits: fiet (~nobody@replaced-ip ) (*.net *.split)
1612 [18:18:49] *** Quits: lumpi (~quassel@replaced-ip ) (*.net *.split)
1613 [18:18:49] *** Quits: Teeed (~Teeed@replaced-ip ) (*.net *.split)
1614 [18:18:49] *** Quits: tangarora_ (~tangarora@replaced-ip ) (*.net *.split)
1615 [18:18:49] *** Quits: treeview (~treeview@replaced-ip ) (*.net *.split)
1616 [18:18:49] *** Quits: Nokaji (~Nokaji@replaced-ip ) (*.net *.split)
1617 [18:18:49] *** Quits: FuturePilot (~Fufu@replaced-ip ) (*.net *.split)
1618 [18:18:49] *** Quits: Ingvix (~Ingvix@replaced-ip ) (*.net *.split)
1619 [18:18:49] *** Quits: _shawn (~shawn@replaced-ip ) (*.net *.split)
1620 [18:18:49] *** Quits: teus (~teus@replaced-ip ) (*.net *.split)
1621 [18:18:49] *** Quits: CxP (~CxP@replaced-ip ) (*.net *.split)
1622 [18:18:49] *** Quits: Krizze (~krizze@replaced-ip ) (*.net *.split)
1623 [18:18:49] *** Quits: hwm4rgs (~hwm4rgs@replaced-ip ) (*.net *.split)
1624 [18:18:49] *** Quits: Ruud (~Ruud@replaced-ip ) (*.net *.split)
1625 [18:18:49] *** Quits: paradizelost (~paradizel@replaced-ip ) (*.net *.split)
1626 [18:18:49] *** Quits: jpe (~jp@replaced-ip ) (*.net *.split)
1627 [18:18:49] *** Quits: Enissay (~Enissay@replaced-ip ) (*.net *.split)
1628 [18:18:49] *** Quits: rsully (~rsully@replaced-ip ) (*.net *.split)
1629 [18:18:49] *** Quits: SerajewelKS (~me@replaced-ip ) (*.net *.split)
1630 [18:18:49] *** Quits: mesaboogie (~mesaboogi@replaced-ip ) (*.net *.split)
1631 [18:18:49] *** Quits: gnat_x (~nat@replaced-ip ) (*.net *.split)
1632 [18:18:49] *** Quits: phogg (~phogg@replaced-ip ) (*.net *.split)
1633 [18:18:49] *** Quits: deeplogic (~nsa@replaced-ip ) (*.net *.split)
1634 [18:18:49] *** Quits: starz (~riex@replaced-ip ) (*.net *.split)
1635 [18:18:49] *** hwm4rgs6 is now known as hwm4rgs
1636 [18:18:49] *** paradizelost7 is now known as paradizelost
1637 [18:18:49] *** Ruud9 is now known as Ruud
1638 [18:18:50] *** blackest_mamba_ is now known as blackest_mamba
1639 [18:18:52] *** c10l_ is now known as c10l
1640 [18:18:52] *** Dadrophenia2 is now known as Dadrophenia
1641 [18:18:52] *** debhelper sets mode: +mi
1642 [18:18:54] -debhelper- Channel locked temporarily due to flood, sorry for any inconvenience this may cause :-)
1643 [18:19:00] *** CxP7 is now known as CxP
1644 [18:19:00] *** CxP was kicked by debhelper (NICK flooder)
1645 [18:19:41] *** Quits: debhead (~debhead@replaced-ip ) (Quit: WeeChat 2.3)
1646 [18:19:54] *** debhelper sets mode: -m
1647 [18:20:24] *** debhelper sets mode: -i
1648 [18:20:25] *** Joins: cosimone (~cosimone@replaced-ip )
1649 [18:20:26] *** Quits: niv (~niv@replaced-ip##) (Quit: Free ZNC ~ Powered by LunarBNC: ##replaced-url
1650 [18:20:31] *** ddsys_ is now known as ddsys
1651 [18:20:42] *** Joins: debhead (~debhead@replaced-ip )
1652 [18:21:06] *** Joins: niv (~niv@replaced-ip )
1653 [18:21:17] *** Joins: r0 (~r0@replaced-ip )
1654 [18:21:17] *** Joins: jack2019 (~jack2019@replaced-ip )
1655 [18:21:17] *** Joins: pacbard (~pacbard@replaced-ip )
1656 [18:21:17] *** Joins: steven_saus (~steven_sa@replaced-ip )
1657 [18:21:17] *** Joins: paulgrmn (~paulgrmn@replaced-ip )
1658 [18:21:17] *** Joins: 07IAAUMC4 (~ddsys@replaced-ip )
1659 [18:21:17] *** Joins: s8548a (~s8548a@replaced-ip )
1660 [18:21:17] *** Joins: mortderire (~mortderir@replaced-ip )
1661 [18:21:17] *** Joins: 07IAAUJ3T (~fourstepp@replaced-ip )
1662 [18:21:17] *** Joins: blackroot (remi@replaced-ip )
1663 [18:21:17] *** Joins: luuuciano_ (~luuuciano@replaced-ip )
1664 [18:21:17] *** Joins: darutoko (~darutoko@replaced-ip )
1665 [18:21:17] *** Joins: saint_ (~saint_@replaced-ip )
1666 [18:21:17] *** Joins: 07IAAUHKB (~c10l@replaced-ip )
1667 [18:21:17] *** Joins: Onyx47 (~onyx@replaced-ip )
1668 [18:21:17] *** Joins: legonick (~legonick@replaced-ip )
1669 [18:21:17] *** Joins: walnut_burl (~oak@replaced-ip )
1670 [18:21:17] *** Joins: pokota (~pokota@replaced-ip )
1671 [18:21:17] *** Joins: d3sync (~d3sync@replaced-ip )
1672 [18:21:17] *** Joins: DirkS (~DirkS@replaced-ip )
1673 [18:21:17] *** Joins: joze (~joze@replaced-ip )
1674 [18:21:17] *** Joins: elkalamar__ (elkalamar@replaced-ip )
1675 [18:21:17] *** Joins: 07IAAT5JZ (crazyed@replaced-ip )
1676 [18:21:17] *** Joins: cybiko123 (~cybiko123@replaced-ip )
1677 [18:21:17] *** Joins: Blakes_Seven (~Blakes_Si@replaced-ip )
1678 [18:21:17] *** Joins: epsilon (foobar@replaced-ip )
1679 [18:21:17] *** Joins: konrados (~konrados@replaced-ip )
1680 [18:21:17] *** Joins: fiet (~nobody@replaced-ip )
1681 [18:21:17] *** Joins: lumpi (~quassel@replaced-ip )
1682 [18:21:17] *** Joins: Teeed (~Teeed@replaced-ip )
1683 [18:21:17] *** Joins: tangarora_ (~tangarora@replaced-ip )
1684 [18:21:17] *** Joins: treeview (~treeview@replaced-ip )
1685 [18:21:17] *** Joins: Nokaji (~Nokaji@replaced-ip )
1686 [18:21:17] *** Joins: _shawn (~shawn@replaced-ip )
1687 [18:21:17] *** Joins: teus (~teus@replaced-ip )
1688 [18:21:17] *** Joins: 07IAATTQM (~CxP@replaced-ip )
1689 [18:21:17] *** Joins: Krizze (~krizze@replaced-ip )
1690 [18:21:17] *** Joins: 07IAATRTU (~paradizel@replaced-ip )
1691 [18:21:17] *** Joins: Enissay (~Enissay@replaced-ip )
1692 [18:21:17] *** Joins: rsully (~rsully@replaced-ip )
1693 [18:21:17] *** Joins: gnat_x (~nat@replaced-ip )
1694 [18:21:17] *** Joins: mesaboogie (~mesaboogi@replaced-ip )
1695 [18:21:17] *** Joins: phogg (~phogg@replaced-ip )
1696 [18:21:17] *** Joins: deeplogic (~nsa@replaced-ip )
1697 [18:21:18] *** Quits: Nokaji (~Nokaji@replaced-ip ) (Excess Flood)
1698 [18:21:32] *** Quits: 07IAAUJ3T (~fourstepp@replaced-ip ) (Max SendQ exceeded)
1699 [18:21:34] *** Joins: |shark| (~shark_@replaced-ip )
1700 [18:21:39] *** Quits: 07IAAT5JZ (crazyed@replaced-ip ) (Max SendQ exceeded)
1701 [18:21:40] *** Quits: Teeed (~Teeed@replaced-ip ) (Max SendQ exceeded)
1702 [18:21:40] *** Quits: tangarora_ (~tangarora@replaced-ip ) (Max SendQ exceeded)
1703 [18:21:40] *** Quits: saint_ (~saint_@replaced-ip ) (Max SendQ exceeded)
1704 [18:21:41] *** Quits: s8548a (~s8548a@replaced-ip ) (Max SendQ exceeded)
1705 [18:21:41] *** Quits: pacbard (~pacbard@replaced-ip ) (Max SendQ exceeded)
1706 [18:21:42] *** Quits: walnut_burl (~oak@replaced-ip ) (Max SendQ exceeded)
1707 [18:21:42] *** Quits: konrados (~konrados@replaced-ip ) (Max SendQ exceeded)
1708 [18:21:42] *** Quits: elkalamar__ (elkalamar@replaced-ip ) (Max SendQ exceeded)
1709 [18:21:42] *** Quits: darutoko (~darutoko@replaced-ip ) (Max SendQ exceeded)
1710 [18:21:42] *** Quits: phogg (~phogg@replaced-ip ) (Max SendQ exceeded)
1711 [18:21:42] *** Quits: Enissay (~Enissay@replaced-ip ) (Max SendQ exceeded)
1712 [18:21:42] *** Quits: rsully (~rsully@replaced-ip ) (Max SendQ exceeded)
1713 [18:21:42] *** Quits: paulgrmn (~paulgrmn@replaced-ip ) (Max SendQ exceeded)
1714 [18:21:43] *** Quits: 07IAAUHKB (~c10l@replaced-ip ) (Max SendQ exceeded)
1715 [18:21:44] *** Quits: 07IAATRTU (~paradizel@replaced-ip ) (Max SendQ exceeded)
1716 [18:21:45] *** Joins: Nokaji (~Nokaji@replaced-ip )
1717 [18:21:45] *** Quits: steven_saus (~steven_sa@replaced-ip ) (Max SendQ exceeded)
1718 [18:21:46] *** Quits: debhead (~debhead@replaced-ip ) (Client Quit)
1719 [18:21:47] *** Quits: r0 (~r0@replaced-ip ) (Max SendQ exceeded)
1720 [18:21:47] *** Quits: mortderire (~mortderir@replaced-ip ) (Max SendQ exceeded)
1721 [18:21:47] *** Quits: 07IAATTQM (~CxP@replaced-ip ) (Max SendQ exceeded)
1722 [18:21:47] *** Quits: fiet (~nobody@replaced-ip ) (Max SendQ exceeded)
1723 [18:21:57] *** Joins: led_belly_ (~led_belly@replaced-ip )
1724 [18:22:09] *** Quits: ibex (~ibex@replaced-ip ) (Ping timeout: 264 seconds)
1725 [18:22:29] *** Quits: jack2019 (~jack2019@replaced-ip ) (Ping timeout: 254 seconds)
1726 [18:22:29] *** Quits: 07IAAUMC4 (~ddsys@replaced-ip ) (Ping timeout: 254 seconds)
1727 [18:22:29] *** Quits: blackroot (remi@replaced-ip ) (Ping timeout: 254 seconds)
1728 [18:22:29] *** Quits: Onyx47 (~onyx@replaced-ip ) (Ping timeout: 254 seconds)
1729 [18:22:29] *** Quits: legonick (~legonick@replaced-ip ) (Ping timeout: 254 seconds)
1730 [18:22:29] *** Quits: pokota (~pokota@replaced-ip ) (Ping timeout: 254 seconds)
1731 [18:22:29] *** Quits: d3sync (~d3sync@replaced-ip ) (Ping timeout: 254 seconds)
1732 [18:22:29] *** Quits: joze (~joze@replaced-ip ) (Ping timeout: 254 seconds)
1733 [18:22:29] *** Quits: Blakes_Seven (~Blakes_Si@replaced-ip ) (Ping timeout: 254 seconds)
1734 [18:22:29] *** Quits: epsilon (foobar@replaced-ip ) (Ping timeout: 254 seconds)
1735 [18:22:29] *** Quits: lumpi (~quassel@replaced-ip ) (Ping timeout: 254 seconds)
1736 [18:22:29] *** Quits: _shawn (~shawn@replaced-ip ) (Ping timeout: 254 seconds)
1737 [18:22:29] *** Quits: teus (~teus@replaced-ip ) (Ping timeout: 254 seconds)
1738 [18:22:29] *** Quits: Krizze (~krizze@replaced-ip ) (Ping timeout: 254 seconds)
1739 [18:22:29] *** Quits: mesaboogie (~mesaboogi@replaced-ip ) (Ping timeout: 254 seconds)
1740 [18:22:29] *** Quits: gnat_x (~nat@replaced-ip ) (Ping timeout: 254 seconds)
1741 [18:22:29] *** Quits: deeplogic (~nsa@replaced-ip ) (Ping timeout: 254 seconds)
1742 [18:22:45] *** Quits: dselect (~dselect@replaced-ip ) (Ping timeout: 264 seconds)
1743 [18:24:10] *** Joins: gordonfish (~gordonfis@replaced-ip )
1744 [18:24:30] *** Quits: thurin (~thurin@replaced-ip ) (Quit: quit)
1745 [18:25:14] *** Quits: sauvin (sauvin@replaced-ip ) (Remote host closed the connection)
1746 [18:25:17] *** Quits: treeview (~treeview@replaced-ip ) (Ping timeout: 260 seconds)
1747 [18:25:37] *** Joins: sauvin (sauvin@replaced-ip )
1748 [18:25:50] *** Joins: thurin (thurin@replaced-ip )
1749 [18:26:15] *** Quits: gpxlnx (gpxlnxmatr@replaced-ip ) (Ping timeout: 244 seconds)
1750 [18:26:15] *** Quits: colemickens (colemicken@replaced-ip ) (Ping timeout: 244 seconds)
1751 [18:26:15] *** Quits: hyiltiz-M (hyiltizkde@replaced-ip ) (Ping timeout: 244 seconds)
1752 [18:26:23] *** Quits: sauvin (sauvin@replaced-ip ) (Max SendQ exceeded)
1753 [18:26:35] *** Joins: geowiesnot (~user@replaced-ip )
1754 [18:26:47] *** Joins: sauvin (sauvin@replaced-ip )
1755 [18:26:57] *** Joins: koniu (~koniu@replaced-ip )
1756 [18:27:44] *** Quits: thurin (thurin@replaced-ip ) (Client Quit)
1757 [18:28:02] *** debhelper sets mode: +l 1178
1758 [18:28:35] *** Joins: idhugo (~idhugo@replaced-ip )
1759 [18:28:55] *** Joins: Dotz0cat (~Dotz0cat@replaced-ip )
1760 [18:29:00] *** Joins: thurin (~thurin@replaced-ip )
1761 [18:29:07] *** Joins: Mister00X (~quassel@replaced-ip )
1762 [18:32:26] *** Quits: luuuciano_ (~luuuciano@replaced-ip ) (Read error: Connection reset by peer)
1763 [18:35:11] *** Quits: filohuhum (~filohuhum@replaced-ip ) (Remote host closed the connection)
1764 [18:35:58] *** Joins: n4dir (~n4dir@replaced-ip )
1765 [18:37:10] *** Joins: JohnDoh (~jeff@replaced-ip )
1766 [18:38:01] *** debhelper sets mode: +l 1164
1767 [18:38:15] *** Quits: mirrorbird (~psutcliff@replaced-ip ) (Ping timeout: 272 seconds)
1768 [18:38:29] <imMute> Kurogane: sudo apt install libdbi-perl
1769 [18:38:57] <imMute> Kurogane: you can also use one of the CPAN clients (like cpanm) but you should really setup local::lib so you don't pollute the system library dirs.
1770 [18:39:18] *** Joins: hyiltiz-M (hyiltizkde@replaced-ip )
1771 [18:41:09] *** Joins: gpxlnx (gpxlnxmatr@replaced-ip )
1772 [18:42:00] *** Quits: Dotz0cat (~Dotz0cat@replaced-ip ) (Ping timeout: 256 seconds)
1773 [18:43:55] *** Joins: phogg (~phogg@replaced-ip )
1774 [18:43:58] *** Joins: CrazyEddy (crazyed@replaced-ip )
1775 [18:44:38] *** Quits: captSamIngram (~Thunderbi@replaced-ip ) (Quit: captSamIngram)
1776 [18:44:41] *** Joins: colemickens (colemicken@replaced-ip )
1777 [18:45:16] *** Joins: Dotz0cat (~Dotz0cat@replaced-ip )
1778 [18:45:45] *** Quits: mcope (~mcope@replaced-ip ) (Quit: Konversation terminated!)
1779 [18:46:12] *** Joins: format_c (~format_c@replaced-ip )
1780 [18:47:37] *** Quits: hqdruxn08 (~hqdruxn08@replaced-ip ) (Ping timeout: 256 seconds)
1781 [18:47:56] *** Quits: trysten (~user@replaced-ip ) (Ping timeout: 240 seconds)
1782 [18:49:31] *** Joins: nickodd (~nickodd@replaced-ip )
1783 [18:50:24] *** Joins: earthundead (~earthunde@replaced-ip )
1784 [18:51:19] *** Quits: niv (~niv@replaced-ip##) (Quit: Free ZNC ~ Powered by LunarBNC: ##replaced-url
1785 [18:52:30] *** Quits: ooboyle (~ooboyle@replaced-ip ) (Quit: WeeChat 2.9)
1786 [18:53:41] *** Quits: kisser (null@replaced-ip ) (Quit: *)
1787 [18:54:50] *** Joins: trysten (~user@replaced-ip )
1788 [18:55:03] *** Joins: hqdruxn08 (~hqdruxn08@replaced-ip )
1789 [18:56:07] *** Quits: stree (~stree@replaced-ip ) (Ping timeout: 256 seconds)
1790 [18:58:17] *** Quits: Robby (robby@replaced-ip ) (Ping timeout: 260 seconds)
1791 [19:00:23] *** Joins: fjavier (~fjavier@replaced-ip )
1792 [19:00:32] *** Joins: alexandros_c (~quassel@replaced-ip )
1793 [19:00:33] *** Joins: alexandros_tab (~quassel@replaced-ip )
1794 [19:02:57] *** Quits: wallacer (~quassel@replaced-ip ) (Ping timeout: 260 seconds)
1795 [19:03:25] *** Quits: eldereko (eldereko@replaced-ip ) (Ping timeout: 240 seconds)
1796 [19:03:54] *** Quits: alexandros_tab_ (~quassel@replaced-ip ) (Ping timeout: 246 seconds)
1797 [19:04:09] *** Joins: filohuhum (~filohuhum@replaced-ip )
1798 [19:04:13] *** Quits: filohuhum (~filohuhum@replaced-ip ) (Remote host closed the connection)
1799 [19:04:24] *** Quits: mortderi1 (~mortderir@replaced-ip ) (Remote host closed the connection)
1800 [19:04:34] *** Quits: tuxmania (~tuxmania@replaced-ip ) (Quit: Leaving)
1801 [19:04:37] *** Quits: alexandros_c__ (~quassel@replaced-ip ) (Ping timeout: 256 seconds)
1802 [19:04:57] *** Joins: wallacer (~quassel@replaced-ip )
1803 [19:04:58] *** Joins: filohuhum (~filohuhum@replaced-ip )
1804 [19:05:52] *** Quits: Deknos (~deknos@replaced-ip ) (Ping timeout: 260 seconds)
1805 [19:07:58] *** Joins: _aeris (~aeris@replaced-ip )
1806 [19:08:57] *** Quits: HeXiLeD (~grumpy@replaced-ip ) (Ping timeout: 268 seconds)
1807 [19:08:58] *** Quits: _aeris_ (~aeris@replaced-ip ) (Ping timeout: 268 seconds)
1808 [19:09:01] *** _aeris is now known as _aeris_
1809 [19:09:21] *** Joins: stree (~stree@replaced-ip )
1810 [19:09:29] *** Joins: Haudegen (~quassel@replaced-ip )
1811 [19:13:22] *** Joins: hitest (~hitest@replaced-ip )
1812 [19:13:43] *** Quits: filohuhum (~filohuhum@replaced-ip ) (Remote host closed the connection)
1813 [19:15:31] *** Joins: pimbaud (~pierre@replaced-ip )
1814 [19:16:18] *** Joins: Ekis (~Ekis@replaced-ip )
1815 [19:16:30] *** Joins: allorder (allorder@replaced-ip )
1816 [19:18:18] *** Joins: eldereko (eldereko@replaced-ip )
1817 [19:18:44] <pimbaud> Hi, folks. Mind if I try a question? I am on bullseye, and fail to install docker. Rather, when apt update, after adding docker repo in /etc/apt/sources.list, I get yelled at: E: The repository 'replaced-url
1818 [19:19:32] *** Joins: galex-713 (gal@replaced-ip )
1819 [19:20:35] <pimbaud> I can lower security level, as man apt-secure indicates. Is this normal? Is the Release file requirement new to bullseye? Is it ok to lower security, as suggested? Am I bold asking this here?
1820 [19:22:37] *** Joins: HeXiLeD (~grumpy@replaced-ip )
1821 [19:22:53] <BerntH> pimbaud: Hi. If you take your browser to that link and enter the dists/ directory there is no bullseye subdir so they do not have packages built for bullseye.
1822 [19:23:17] *** Joins: merAzi (~mer@replaced-ip )
1823 [19:23:36] <another> also: bullseye is testing
1824 [19:24:00] *** Quits: semeion (~semeion@replaced-ip ) (Read error: Connection reset by peer)
1825 [19:24:34] <Mister00X> also whats wrong with the docker in bullseye?
1826 [19:24:39] <Mister00X> ,v docker
1827 [19:24:40] <judd> Package: docker on amd64 -- jessie: 1.5-1; stretch: 1.5-1+b1; bullseye: 1.5-2; buster: 1.5-2; sid: 1.5-2
1828 [19:25:09] *** Joins: uvolmer (~uvolmer@replaced-ip )
1829 [19:25:14] *** Joins: semeion (~semeion@replaced-ip )
1830 [19:25:26] *** Joins: greycat (~greg@replaced-ip )
1831 [19:25:35] *** Quits: ml| (~ml|@replaced-ip ) (Ping timeout: 256 seconds)
1832 [19:27:22] *** Joins: filohuhum (~filohuhum@replaced-ip )
1833 [19:28:02] *** debhelper sets mode: +l 1172
1834 [19:28:35] <Mister00X> whoops thats the wrong docker
1835 [19:29:51] <Mister00X> the right one should be docker.io
1836 [19:31:03] *** Quits: filohuhum (~filohuhum@replaced-ip ) (Remote host closed the connection)
1837 [19:31:57] *** Quits: sauvin (sauvin@replaced-ip ) (Remote host closed the connection)
1838 [19:32:36] *** Joins: sauvin (sauvin@replaced-ip )
1839 [19:32:46] *** Joins: FnorZ (~FnorZ@replaced-ip )
1840 [19:33:09] *** Quits: merAzi (~mer@replaced-ip ) (Quit: Leaving)
1841 [19:33:21] *** Quits: galex-713 (gal@replaced-ip ) (Ping timeout: 272 seconds)
1842 [19:33:25] *** Joins: galex-713_ (~quassel@replaced-ip )
1843 [19:33:26] *** Joins: Jerrynicki (~niklas@replaced-ip )
1844 [19:34:04] *** Joins: mirrorbird (~psutcliff@replaced-ip )
1845 [19:36:21] *** Joins: fax (~quassel@replaced-ip )
1846 [19:39:43] *** Joins: ml| (~ml|@replaced-ip )
1847 [19:40:02] *** Quits: earthundead (~earthunde@replaced-ip ) (Remote host closed the connection)
1848 [19:40:02] *** Joins: bubi67 (~klo_jnk@replaced-ip )
1849 [19:40:34] *** Quits: breitenj (~breitenj@replaced-ip ) (Ping timeout: 265 seconds)
1850 [19:42:20] *** Quits: rootkea (~rootkea@replaced-ip ) (Ping timeout: 272 seconds)
1851 [19:44:24] *** Joins: Dotz0cat_ (~Dotz0cat@replaced-ip )
1852 [19:44:43] *** Quits: Dotz0cat (~Dotz0cat@replaced-ip ) (Ping timeout: 265 seconds)
1853 [19:45:45] <queip> how to make local resolver use dnssec and require it
1854 [19:46:20] <queip> so that for all domains that support dnssec, my queries can't be hacked (unless the DNS/registrar is)
1855 [19:51:06] *** Quits: mentor (~m@replaced-ip ) (Remote host closed the connection)
1856 [19:52:10] *** Joins: rootkea (~rootkea@replaced-ip )
1857 [19:57:41] *** Quits: milkt (~debian@replaced-ip ) (Quit: leaving)
1858 [19:59:00] *** Quits: lucad111 (~lucad111@replaced-ip ) (Quit: Leaving)
1859 [20:00:04] *** Quits: galex-713_ (~quassel@replaced-ip ) (Ping timeout: 272 seconds)
1860 [20:00:24] *** Joins: galex-713 (~quassel@replaced-ip )
1861 [20:01:18] *** Joins: cnsvc (~cnsvc@replaced-ip )
1862 [20:04:11] *** Quits: Grldfrdom (uid391113@replaced-ip ) (Quit: Connection closed for inactivity)
1863 [20:11:36] *** Quits: Mister00X (~quassel@replaced-ip ) (Quit: "I'll be back" — Arnold Schwarzenegger)
1864 [20:12:12] *** Joins: hotFix (~quassel@replaced-ip )
1865 [20:12:41] *** Joins: galex-713_ (~quassel@replaced-ip )
1866 [20:13:15] *** Quits: galex-713 (~quassel@replaced-ip ) (Ping timeout: 272 seconds)
1867 [20:16:43] *** Quits: format_c (~format_c@replaced-ip ) (Quit: format_c)
1868 [20:18:56] *** Quits: galex-713_ (~quassel@replaced-ip ) (Ping timeout: 240 seconds)
1869 [20:19:15] *** Joins: ibex (~ibex@replaced-ip )
1870 [20:19:23] *** Quits: mezzo (~mezzo@replaced-ip ) (Quit: leaving)
1871 [20:21:05] *** Quits: daknob (~daknob@replaced-ip ) (Quit: Quitting)
1872 [20:21:07] *** Parts: rootkea (~rootkea@replaced-ip ) ("Leaving")
1873 [20:21:41] *** Quits: eldereko (eldereko@replaced-ip ) (Ping timeout: 256 seconds)
1874 [20:21:59] *** Joins: zyley (~zyley@replaced-ip )
1875 [20:23:09] *** Joins: craigevil (craig@replaced-ip )
1876 [20:23:10] *** Quits: sauvin (sauvin@replaced-ip ) (Remote host closed the connection)
1877 [20:23:44] *** Quits: raver (f98f5ce56e@replaced-ip ) (Quit: Gateway shutdown)
1878 [20:24:02] *** Quits: idhugo (~idhugo@replaced-ip ) (Ping timeout: 258 seconds)
1879 [20:25:39] *** Joins: Samhain (~amr@replaced-ip )
1880 [20:34:36] *** Quits: kristijonas (~Kristijon@replaced-ip ) (Remote host closed the connection)
1881 [20:36:28] *** Quits: e (e@replaced-ip ) (*.net *.split)
1882 [20:36:28] *** Quits: uvolmer (~uvolmer@replaced-ip ) (*.net *.split)
1883 [20:36:28] *** Quits: colemickens (colemicken@replaced-ip ) (*.net *.split)
1884 [20:36:28] *** Quits: Nokaji (~Nokaji@replaced-ip ) (*.net *.split)
1885 [20:36:28] *** Quits: led_belly_ (~led_belly@replaced-ip ) (*.net *.split)
1886 [20:36:28] *** Quits: bleb (~cm@replaced-ip ) (*.net *.split)
1887 [20:36:28] *** Quits: _rsully (~rsully@replaced-ip ) (*.net *.split)
1888 [20:36:28] *** Quits: Fufu (~Fufu@replaced-ip ) (*.net *.split)
1889 [20:36:28] *** Quits: hwm4rgs (~hwm4rgs@replaced-ip ) (*.net *.split)
1890 [20:36:28] *** Quits: ddsys (~ddsys@replaced-ip ) (*.net *.split)
1891 [20:36:28] *** Quits: s8548a_ (~s8548a@replaced-ip ) (*.net *.split)
1892 [20:36:28] *** Quits: d3sync|2 (~d3sync@replaced-ip ) (*.net *.split)
1893 [20:36:28] *** Quits: Kurogane (~kuro@replaced-ip ) (*.net *.split)
1894 [20:36:29] *** Quits: sig_9 (~sig@replaced-ip ) (*.net *.split)
1895 [20:36:29] *** Quits: Bjornn (~Bjornn@replaced-ip ) (*.net *.split)
1896 [20:36:29] *** Quits: Downer (downer@replaced-ip ) (*.net *.split)
1897 [20:36:29] *** Quits: vuoristoneuvos (~tth@replaced-ip ) (*.net *.split)
1898 [20:36:29] *** Quits: rudi_s (~simon@replaced-ip ) (*.net *.split)
1899 [20:36:29] *** Quits: st-gourichon-fid (~Stephane@replaced-ip ) (*.net *.split)
1900 [20:36:29] *** Quits: sbraz (~sbraz@replaced-ip ) (*.net *.split)
1901 [20:36:29] *** Quits: nicoz (nicoz@replaced-ip ) (*.net *.split)
1902 [20:36:29] *** Quits: Dagger (~dagger@replaced-ip ) (*.net *.split)
1903 [20:36:29] *** Quits: Stryker (~Stryker@replaced-ip ) (*.net *.split)
1904 [20:36:29] *** Quits: pfoo (~pfood@replaced-ip ) (*.net *.split)
1905 [20:36:29] *** Quits: zod (~zod@replaced-ip ) (*.net *.split)
1906 [20:36:29] *** Quits: thread700c (drew@replaced-ip ) (*.net *.split)
1907 [20:36:29] *** Quits: ChrisH (~dg7pc@replaced-ip ) (*.net *.split)
1908 [20:36:29] *** Quits: exceptionz (~exception@replaced-ip ) (*.net *.split)
1909 [20:36:29] *** Quits: ponyofdeath (~vladi@replaced-ip ) (*.net *.split)
1910 [20:36:29] *** Quits: Fusl (fusl@replaced-ip ) (*.net *.split)
1911 [20:36:29] *** Quits: mik (mik@replaced-ip ) (*.net *.split)
1912 [20:36:29] *** Quits: blackest_mamba (~blackest_@replaced-ip ) (*.net *.split)
1913 [20:36:30] *** Quits: mavhq (~quassel@replaced-ip ) (*.net *.split)
1914 [20:36:30] *** Quits: leibniz[m] (leibnizmat@replaced-ip ) (*.net *.split)
1915 [20:36:30] *** Quits: slurpyb (~slurpyb@replaced-ip ) (*.net *.split)
1916 [20:36:30] *** Quits: FennecCode (MadestMadn@replaced-ip ) (*.net *.split)
1917 [20:36:30] *** Quits: Hash (~Hash@replaced-ip ) (*.net *.split)
1918 [20:36:30] *** Quits: mspe (mspe@replaced-ip ) (*.net *.split)
1919 [20:36:30] *** Quits: jamiew0w (~jamie@replaced-ip ) (*.net *.split)
1920 [20:36:30] *** Quits: peterandre (peterandre@replaced-ip ) (*.net *.split)
1921 [20:36:30] *** Quits: judd (~judd@replaced-ip ) (*.net *.split)
1922 [20:36:30] *** Quits: xar- (xar-@replaced-ip ) (*.net *.split)
1923 [20:36:30] *** Quits: mr_kyd (~Einherjer@replaced-ip ) (*.net *.split)
1924 [20:36:30] *** Quits: jor_ (~jor@replaced-ip ) (*.net *.split)
1925 [20:36:30] *** Quits: pugfantus (~pugfantus@replaced-ip ) (*.net *.split)
1926 [20:36:30] *** Quits: Domin (~Domin@replaced-ip ) (*.net *.split)
1927 [20:36:30] *** Quits: velix (~velix@replaced-ip ) (*.net *.split)
1928 [20:36:30] *** Quits: con3 (~con3@replaced-ip ) (*.net *.split)
1929 [20:36:30] *** Quits: Marissa (Marissa@replaced-ip ) (*.net *.split)
1930 [20:36:30] *** Quits: holgersson (~quassel@replaced-ip ) (*.net *.split)
1931 [20:36:30] *** Quits: klaas (~klaas@replaced-ip ) (*.net *.split)
1932 [20:36:30] *** Quits: nckx (~nckx@replaced-ip ) (*.net *.split)
1933 [20:36:30] *** Quits: mrjpaxton[m] (mrjpaxton-@replaced-ip ) (*.net *.split)
1934 [20:36:31] *** Quits: blue_penquin (bluepenq1@replaced-ip ) (*.net *.split)
1935 [20:36:31] *** Quits: Celmor[m] (celmormatr@replaced-ip ) (*.net *.split)
1936 [20:36:31] *** Quits: Tobbi (~Tobbi@replaced-ip ) (*.net *.split)
1937 [20:36:31] *** Quits: dreamer (~henk@replaced-ip ) (*.net *.split)
1938 [20:36:31] *** Quits: jrtc27 (~jrtc27@replaced-ip ) (*.net *.split)
1939 [20:36:31] *** Quits: petan (~g@replaced-ip ) (*.net *.split)
1940 [20:36:31] *** Quits: taman (~znc1@replaced-ip ) (*.net *.split)
1941 [20:36:31] *** Quits: Narcotion (~Narcotion@replaced-ip ) (*.net *.split)
1942 [20:36:31] *** Quits: tvm (~tvm@replaced-ip ) (*.net *.split)
1943 [20:36:31] *** Quits: futex (~quassel@replaced-ip ) (*.net *.split)
1944 [20:36:31] *** Quits: prnflks (~prnflks@replaced-ip ) (*.net *.split)
1945 [20:36:31] *** Quits: cj (~cjac@replaced-ip ) (*.net *.split)
1946 [20:36:31] *** Quits: Kulrak (Kulrak@replaced-ip ) (*.net *.split)
1947 [20:36:31] *** Quits: cnsvc (~cnsvc@replaced-ip ) (*.net *.split)
1948 [20:36:31] *** Quits: HeXiLeD (~grumpy@replaced-ip ) (*.net *.split)
1949 [20:36:31] *** Quits: _aeris_ (~aeris@replaced-ip ) (*.net *.split)
1950 [20:36:31] *** Quits: koniu (~koniu@replaced-ip ) (*.net *.split)
1951 [20:36:31] *** Quits: szorfein (~daggoth@replaced-ip ) (*.net *.split)
1952 [20:36:31] *** Quits: hendursaga (~weechat@replaced-ip ) (*.net *.split)
1953 [20:36:31] *** Quits: beelzebuzz (~rasputin@replaced-ip ) (*.net *.split)
1954 [20:36:31] *** Quits: shibboleth (~shibbolet@replaced-ip ) (*.net *.split)
1955 [20:36:31] *** Quits: asymptotically (~asymptoti@replaced-ip ) (*.net *.split)
1956 [20:36:31] *** Quits: madage (~madage@replaced-ip ) (*.net *.split)
1957 [20:36:31] *** Quits: mohabaks2 (~mohabaks@replaced-ip ) (*.net *.split)
1958 [20:36:31] *** Quits: CombatVet (~c4@replaced-ip ) (*.net *.split)
1959 [20:36:31] *** Quits: ghost43 (~daer@replaced-ip ) (*.net *.split)
1960 [20:36:31] *** Quits: nobyk (~nobyk@replaced-ip ) (*.net *.split)
1961 [20:36:31] *** Quits: jesse (~jesse@replaced-ip ) (*.net *.split)
1962 [20:36:31] *** Quits: bitblit (~bitblit@replaced-ip ) (*.net *.split)
1963 [20:36:31] *** Quits: u0m3 (~u0m3@replaced-ip ) (*.net *.split)
1964 [20:36:31] *** Quits: j7k6 (~j7k6@replaced-ip ) (*.net *.split)
1965 [20:36:31] *** Quits: tryte (~tryte@replaced-ip ) (*.net *.split)
1966 [20:36:31] *** Quits: kfvn (~weechat@replaced-ip ) (*.net *.split)
1967 [20:36:31] *** Quits: Freneticks (~Frenetick@replaced-ip ) (*.net *.split)
1968 [20:36:31] *** Quits: sorcerer (unknown@replaced-ip ) (*.net *.split)
1969 [20:36:31] *** Quits: lad (~swedishfi@replaced-ip ) (*.net *.split)
1970 [20:36:31] *** Quits: krytarik (krytarik@replaced-ip ) (*.net *.split)
1971 [20:36:31] *** Quits: skalis (1000@replaced-ip ) (*.net *.split)
1972 [20:36:31] *** Quits: stwalkerster (~stwalkers@replaced-ip ) (*.net *.split)
1973 [20:36:31] *** Quits: Pichet_ (~Pichet_@replaced-ip ) (*.net *.split)
1974 [20:36:31] *** Quits: DirkS (~DirkS@replaced-ip ) (*.net *.split)
1975 [20:36:31] *** Quits: cybiko123 (~cybiko123@replaced-ip ) (*.net *.split)
1976 [20:36:31] *** Quits: CrazyEddy (crazyed@replaced-ip ) (*.net *.split)
1977 [20:36:31] *** Quits: c10l (~c10l@replaced-ip ) (*.net *.split)
1978 [20:36:31] *** Quits: Dadrophenia (~Dadrophen@replaced-ip ) (*.net *.split)
1979 [20:36:31] *** Quits: tangarora__ (~tangarora@replaced-ip ) (*.net *.split)
1980 [20:36:31] *** Quits: Scotty_Trees (~Scotty_Tr@replaced-ip ) (*.net *.split)
1981 [20:36:31] *** Quits: zalt__ (~devp@replaced-ip ) (*.net *.split)
1982 [20:36:31] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (*.net *.split)
1983 [20:36:31] *** Quits: fling (~fling@replaced-ip ) (*.net *.split)
1984 [20:36:31] *** Quits: affix (~affix@replaced-ip ) (*.net *.split)
1985 [20:36:31] *** Quits: misgender (~misgender@replaced-ip ) (*.net *.split)
1986 [20:36:31] *** Quits: Slashman (~Slash@replaced-ip ) (*.net *.split)
1987 [20:36:31] *** Quits: |macallan| (nobody@replaced-ip ) (*.net *.split)
1988 [20:36:31] *** Quits: thiras_ (~thiras@replaced-ip ) (*.net *.split)
1989 [20:36:31] *** Quits: Spr1ng (~Spr1ng@replaced-ip ) (*.net *.split)
1990 [20:36:31] *** Quits: alpernebbi (~quassel@replaced-ip ) (*.net *.split)
1991 [20:36:31] *** Quits: w-oertl (~wolfgang@replaced-ip ) (*.net *.split)
1992 [20:36:31] *** Quits: rewrited (~rewrited@replaced-ip ) (*.net *.split)
1993 [20:36:31] *** Quits: wigums (~wigums@replaced-ip ) (*.net *.split)
1994 [20:36:31] *** Quits: bolovanos (~bolovanos@replaced-ip ) (*.net *.split)
1995 [20:36:31] *** Quits: zamnedix (~zamnedix@replaced-ip ) (*.net *.split)
1996 [20:36:31] *** Quits: Anderson69s (~Thunderbi@replaced-ip ) (*.net *.split)
1997 [20:36:31] *** Quits: Christian75 (~Christian@replaced-ip ) (*.net *.split)
1998 [20:36:31] *** Quits: InvisibleRasta (~Invisible@replaced-ip ) (*.net *.split)
1999 [20:36:31] *** Quits: queip (~queip@replaced-ip ) (*.net *.split)
2000 [20:36:31] *** Quits: GJdan (~quassel@replaced-ip ) (*.net *.split)
2001 [20:36:31] *** Quits: godane (~godane4@replaced-ip ) (*.net *.split)
2002 [20:36:31] *** Quits: StathisA (~StathisA@replaced-ip ) (*.net *.split)
2003 [20:36:31] *** Quits: foul_owl (~foul_owl@replaced-ip ) (*.net *.split)
2004 [20:36:31] *** Quits: naos62 (~naos62@replaced-ip ) (*.net *.split)
2005 [20:36:31] *** Quits: wwilliam (~afernande@replaced-ip ) (*.net *.split)
2006 [20:36:31] *** Quits: dabbott (~David@replaced-ip ) (*.net *.split)
2007 [20:36:31] *** Quits: bolt (~r00t@replaced-ip ) (*.net *.split)
2008 [20:36:31] *** Quits: dbristow (~dbristow@replaced-ip ) (*.net *.split)
2009 [20:36:31] *** Quits: Gramcor (~Gramcor@replaced-ip ) (*.net *.split)
2010 [20:36:31] *** Quits: cryptic (~cryptic@replaced-ip ) (*.net *.split)
2011 [20:36:31] *** Quits: shailangsa (~shailangs@replaced-ip ) (*.net *.split)
2012 [20:36:31] *** Quits: waxfire (~waxfire@replaced-ip ) (*.net *.split)
2013 [20:36:31] *** Quits: Poster (~poster@replaced-ip ) (*.net *.split)
2014 [20:36:31] *** Quits: notahackerlol (~notahacke@replaced-ip ) (*.net *.split)
2015 [20:36:31] *** Quits: wodencafe (wodencafe@replaced-ip ) (*.net *.split)
2016 [20:36:31] *** Quits: tomg (~tomg@replaced-ip ) (*.net *.split)
2017 [20:36:31] *** Quits: foka (~foka@replaced-ip ) (*.net *.split)
2018 [20:36:31] *** Quits: Tempesta (Tempesta@replaced-ip ) (*.net *.split)
2019 [20:36:31] *** Quits: dtman34 (~dtman34@replaced-ip ) (*.net *.split)
2020 [20:36:31] *** Quits: Quick_Wango (~quickwang@replaced-ip ) (*.net *.split)
2021 [20:36:31] *** Quits: derpadmin (~derpadmin@replaced-ip ) (*.net *.split)
2022 [20:36:31] *** Quits: zmarvel (~zack@replaced-ip ) (*.net *.split)
2023 [20:36:31] *** Quits: shokohsc (~shokohsc@replaced-ip ) (*.net *.split)
2024 [20:36:31] *** Quits: johnnyfive (~johnnyfiv@replaced-ip ) (*.net *.split)
2025 [20:36:31] *** Quits: pidroid (~pidroid@replaced-ip ) (*.net *.split)
2026 [20:36:31] *** Quits: nsrafkTL (~inkognito@replaced-ip ) (*.net *.split)
2027 [20:36:31] *** Quits: nsrafk (~inkognito@replaced-ip ) (*.net *.split)
2028 [20:36:31] *** Quits: thecoffemaker (~thecoffem@replaced-ip ) (*.net *.split)
2029 [20:36:31] *** Quits: ashka (~postmaste@replaced-ip ) (*.net *.split)
2030 [20:36:31] *** Quits: xet7 (~xet7@replaced-ip ) (*.net *.split)
2031 [20:36:31] *** Quits: genr8_ (~genr8_@replaced-ip ) (*.net *.split)
2032 [20:36:31] *** Quits: x0n (~x0n@replaced-ip ) (*.net *.split)
2033 [20:36:31] *** Quits: maggotbrain (~maggotbra@replaced-ip ) (*.net *.split)
2034 [20:36:31] *** Quits: Renari (~Renari@replaced-ip ) (*.net *.split)
2035 [20:36:31] *** Quits: KaiForce (~chatzilla@replaced-ip ) (*.net *.split)
2036 [20:36:31] *** Quits: NieDzejkob (~quassel@replaced-ip ) (*.net *.split)
2037 [20:36:31] *** Quits: TReK (~UnfaQ@replaced-ip ) (*.net *.split)
2038 [20:36:31] *** Quits: Mathisen (~mathisen@replaced-ip ) (*.net *.split)
2039 [20:36:31] *** Quits: brskq (~brskq@replaced-ip ) (*.net *.split)
2040 [20:36:32] *** Quits: jochum (~quassel@replaced-ip ) (*.net *.split)
2041 [20:36:32] *** Quits: suffer (znc@replaced-ip ) (*.net *.split)
2042 [20:36:32] *** Quits: Noah0504 (~noahduffy@replaced-ip ) (*.net *.split)
2043 [20:36:32] *** Quits: |3ean (~root@replaced-ip ) (*.net *.split)
2044 [20:36:32] *** Quits: oahong (~samigarus@replaced-ip ) (*.net *.split)
2045 [20:36:32] *** Quits: moetunes (~Jean-luc@replaced-ip ) (*.net *.split)
2046 [20:36:32] *** Quits: Marbug (~Marbug@replaced-ip ) (*.net *.split)
2047 [20:36:32] *** Quits: xingu (~xingu@replaced-ip ) (*.net *.split)
2048 [20:36:32] *** Quits: Cecil (~cecil@replaced-ip ) (*.net *.split)
2049 [20:36:32] *** Quits: mzajc (~mzajc@replaced-ip ) (*.net *.split)
2050 [20:36:32] *** Quits: nkuttler (~nkuttler@replaced-ip ) (*.net *.split)
2051 [20:36:32] *** Quits: Obi-Wan (~obi-wan@replaced-ip ) (*.net *.split)
2052 [20:36:32] *** Quits: tabris (~northman@replaced-ip ) (*.net *.split)
2053 [20:36:32] *** Quits: stefanc_diff (~stefanc_d@replaced-ip ) (*.net *.split)
2054 [20:36:32] *** Quits: phunyguy (~blaahchm@replaced-ip ) (*.net *.split)
2055 [20:36:32] *** Quits: keropok (~keropok@replaced-ip ) (*.net *.split)
2056 [20:36:32] *** Quits: MatrixBottolonie (~matrixbot@replaced-ip ) (*.net *.split)
2057 [20:36:32] *** Quits: Zardoz (~Zardoz@replaced-ip ) (*.net *.split)
2058 [20:36:32] *** Quits: monaco (blackdot@replaced-ip ) (*.net *.split)
2059 [20:36:32] *** Quits: Typhon (~Typhon@replaced-ip ) (*.net *.split)
2060 [20:36:32] *** Quits: Azrael_- (~aweoi@replaced-ip ) (*.net *.split)
2061 [20:36:32] *** Quits: cnsunyour (~cnsunyour@replaced-ip ) (*.net *.split)
2062 [20:36:32] *** Quits: apt (ibot@replaced-ip ) (*.net *.split)
2063 [20:36:32] *** Quits: edwardly (~edwardly@replaced-ip ) (*.net *.split)
2064 [20:36:32] *** Quits: tolecnal (tolecnal@replaced-ip ) (*.net *.split)
2065 [20:36:32] *** Quits: hgl (hgl@replaced-ip ) (*.net *.split)
2066 [20:36:32] *** Quits: SergioCabral (~SergioCab@replaced-ip ) (*.net *.split)
2067 [20:36:32] *** Quits: sc_ (~sc@replaced-ip ) (*.net *.split)
2068 [20:36:32] *** Quits: msantana (~darkstar@replaced-ip ) (*.net *.split)
2069 [20:36:32] *** Quits: phenom (~primus@replaced-ip ) (*.net *.split)
2070 [20:36:32] *** Quits: tallbarr (~none@replaced-ip ) (*.net *.split)
2071 [20:36:32] *** Quits: vlt (~dm@replaced-ip ) (*.net *.split)
2072 [20:36:32] *** Quits: lemsip (~emilsp@replaced-ip ) (*.net *.split)
2073 [20:36:32] *** Quits: unixbsd (openbsdtai@replaced-ip ) (*.net *.split)
2074 [20:36:32] *** Quits: MrFixIt (~Sam@replaced-ip ) (*.net *.split)
2075 [20:36:32] *** Quits: Caplain (~shayne@replaced-ip ) (*.net *.split)
2076 [20:36:32] *** Quits: cybrNaut (~cybrNaut@replaced-ip ) (*.net *.split)
2077 [20:36:32] *** Quits: steven (~steven@replaced-ip ) (*.net *.split)
2078 [20:36:32] *** Quits: aaro (aaro@replaced-ip ) (*.net *.split)
2079 [20:36:32] *** Quits: willcl_ark (~quassel@replaced-ip ) (*.net *.split)
2080 [20:36:32] *** Quits: SpeedyG (~SpeedyG@replaced-ip ) (*.net *.split)
2081 [20:36:32] *** Quits: Amun_Ra (~amun-ra@replaced-ip ) (*.net *.split)
2082 [20:36:32] *** Quits: civillian (~nick@replaced-ip ) (*.net *.split)
2083 [20:36:32] *** Quits: Yukikaze (znc@replaced-ip ) (*.net *.split)
2084 [20:36:32] *** Quits: kloeri (~kloeri@replaced-ip ) (*.net *.split)
2085 [20:36:32] *** Quits: oerheks (~OerHeks@replaced-ip ) (*.net *.split)
2086 [20:36:32] *** Quits: avu (~jan@replaced-ip ) (*.net *.split)
2087 [20:36:32] *** Quits: AimHere (~David@replaced-ip ) (*.net *.split)
2088 [20:36:32] *** Quits: dubiago (~dubiago@replaced-ip ) (*.net *.split)
2089 [20:36:32] *** Quits: LambdaComplex (~LambdaCom@replaced-ip ) (*.net *.split)
2090 [20:36:32] *** Quits: Mikail (~smuxi@replaced-ip ) (*.net *.split)
2091 [20:36:32] *** Quits: berndj (~berndj@replaced-ip ) (*.net *.split)
2092 [20:36:32] *** Quits: sssb54 (~ssssb56@replaced-ip ) (*.net *.split)
2093 [20:36:32] *** Quits: blazeme8 (~blazeme8@replaced-ip ) (*.net *.split)
2094 [20:36:32] *** Quits: xaviergmail (~xaviergma@replaced-ip ) (*.net *.split)
2095 [20:36:32] *** Quits: ekleog (~ii@replaced-ip ) (*.net *.split)
2096 [20:36:32] *** Quits: deetwelve (~deetwelve@replaced-ip ) (*.net *.split)
2097 [20:36:32] *** Quits: ibex (~ibex@replaced-ip ) (*.net *.split)
2098 [20:36:32] *** Quits: trysten (~user@replaced-ip ) (*.net *.split)
2099 [20:36:32] *** Quits: JohnDoh (~jeff@replaced-ip ) (*.net *.split)
2100 [20:36:32] *** Quits: Tom01 (~tom@replaced-ip ) (*.net *.split)
2101 [20:36:32] *** Quits: fstd (~fstd@replaced-ip ) (*.net *.split)
2102 [20:36:32] *** Quits: cdown (~cdown@replaced-ip ) (*.net *.split)
2103 [20:36:32] *** Quits: search_social (~search_so@replaced-ip ) (*.net *.split)
2104 [20:36:32] *** Quits: grumble (~Thunderbi@replaced-ip ) (*.net *.split)
2105 [20:36:32] *** Quits: Arrowmaster (~Arrowmast@replaced-ip ) (*.net *.split)
2106 [20:36:32] *** Quits: netcrash (~charmande@replaced-ip ) (*.net *.split)
2107 [20:36:32] *** Quits: toorop (~toorop@replaced-ip ) (*.net *.split)
2108 [20:36:32] *** Quits: hke (~hke@replaced-ip ) (*.net *.split)
2109 [20:36:32] *** Quits: cef (~cef@replaced-ip ) (*.net *.split)
2110 [20:36:32] *** Quits: tsal (~tsal@replaced-ip ) (*.net *.split)
2111 [20:36:32] *** Quits: SM0TVI (~sm0tvi@replaced-ip ) (*.net *.split)
2112 [20:36:32] *** Quits: pasiz (~pasiz@replaced-ip ) (*.net *.split)
2113 [20:36:32] *** Quits: scoofy (~scoofy@replaced-ip ) (*.net *.split)
2114 [20:36:32] *** Quits: plains (~plains@replaced-ip ) (*.net *.split)
2115 [20:36:32] *** Quits: egos (~egos@replaced-ip ) (*.net *.split)
2116 [20:36:32] *** Quits: azeem (~mbanck@replaced-ip ) (*.net *.split)
2117 [20:36:32] *** Quits: unborn (~ugly@replaced-ip ) (*.net *.split)
2118 [20:36:32] *** Quits: clemens3 (~clemens@replaced-ip ) (*.net *.split)
2119 [20:36:32] *** Quits: pieguy128 (~pieguy128@replaced-ip ) (*.net *.split)
2120 [20:36:32] *** Quits: nulleip (~luiz@replaced-ip ) (*.net *.split)
2121 [20:36:32] *** Quits: zykotick9 (~zykotick9@replaced-ip ) (*.net *.split)
2122 [20:36:32] *** Quits: tnewman (~tnewman@replaced-ip ) (*.net *.split)
2123 [20:36:32] *** Quits: AJ_Z0 (~AJ_Z0@replaced-ip ) (*.net *.split)
2124 [20:36:32] *** Quits: eb0t_ (~eblip@replaced-ip ) (*.net *.split)
2125 [20:36:32] *** Quits: ov3rmind (~over0-07@replaced-ip ) (*.net *.split)
2126 [20:36:32] *** Quits: nickname123 (~nickname1@replaced-ip ) (*.net *.split)
2127 [20:36:32] *** Quits: EmleyMoor (42b789682f@replaced-ip ) (*.net *.split)
2128 [20:36:32] *** Quits: ephemer0l (~ephemer0l@replaced-ip ) (*.net *.split)
2129 [20:36:32] *** Quits: DeaDSouL (~DeaDSouL@replaced-ip ) (*.net *.split)
2130 [20:36:32] *** Quits: jhutchins (~jonathan@replaced-ip ) (*.net *.split)
2131 [20:36:32] *** Quits: janneke (~janneke@replaced-ip ) (*.net *.split)
2132 [20:36:32] *** Quits: LeoTh3o (~th3o@replaced-ip ) (*.net *.split)
2133 [20:36:32] *** Quits: grummund (~unknown@replaced-ip ) (*.net *.split)
2134 [20:36:32] *** Quits: David-- (~none@replaced-ip ) (*.net *.split)
2135 [20:36:32] *** Quits: lordyod (~lordyod@replaced-ip ) (*.net *.split)
2136 [20:36:32] *** Quits: ScottE (~ScottE@replaced-ip ) (*.net *.split)
2137 [20:36:32] *** Quits: tomaw (tom@replaced-ip ) (*.net *.split)
2138 [20:36:32] *** Quits: samsmith (~samsmith@replaced-ip ) (*.net *.split)
2139 [20:36:32] *** Quits: imMute (~immute@replaced-ip ) (*.net *.split)
2140 [20:36:32] *** Quits: mazet (~ben@replaced-ip ) (*.net *.split)
2141 [20:36:32] *** Quits: Devastator (~devas@replaced-ip ) (*.net *.split)
2142 [20:36:32] *** Quits: abaranov (sid299162@replaced-ip ) (*.net *.split)
2143 [20:36:32] *** Quits: Apeiron` (~Apeiron@replaced-ip ) (*.net *.split)
2144 [20:36:32] *** Quits: sputnik (kli0rf@replaced-ip ) (*.net *.split)
2145 [20:36:32] *** Quits: Optic (sid178015@replaced-ip ) (*.net *.split)
2146 [20:36:32] *** Quits: b30wulf (uid175355@replaced-ip ) (*.net *.split)
2147 [20:36:32] *** Quits: kopper (~mrbabar@replaced-ip ) (*.net *.split)
2148 [20:36:32] *** Quits: TadeusTaD (tadeustad@replaced-ip ) (*.net *.split)
2149 [20:36:32] *** Quits: JakeSays (~jake@replaced-ip ) (*.net *.split)
2150 [20:36:32] *** Quits: vdehors (~vdehors@replaced-ip ) (*.net *.split)
2151 [20:36:32] *** Quits: Exchange (~Brumbazz@replaced-ip ) (*.net *.split)
2152 [20:36:32] *** Quits: Ruint (Ruint@replaced-ip ) (*.net *.split)
2153 [20:36:32] *** Quits: d1b (~db@replaced-ip ) (*.net *.split)
2154 [20:36:32] *** Quits: qman__ (~quassel@replaced-ip ) (*.net *.split)
2155 [20:36:32] *** Quits: chaology (sid369406@replaced-ip ) (*.net *.split)
2156 [20:36:32] *** Quits: Henry151 (~bishop@replaced-ip ) (*.net *.split)
2157 [20:36:32] *** Quits: jca (~jca@replaced-ip ) (*.net *.split)
2158 [20:36:32] *** Quits: beardy (~beardy@replaced-ip ) (*.net *.split)
2159 [20:36:32] *** Quits: JackFrost (ukikie@replaced-ip ) (*.net *.split)
2160 [20:36:32] *** Quits: Druid (aaa@replaced-ip ) (*.net *.split)
2161 [20:36:32] *** Quits: _NiC (~kristian@replaced-ip ) (*.net *.split)
2162 [20:36:32] *** Quits: hotFix (~quassel@replaced-ip ) (*.net *.split)
2163 [20:36:32] *** Quits: semeion (~semeion@replaced-ip ) (*.net *.split)
2164 [20:36:32] *** Quits: Ekis (~Ekis@replaced-ip ) (*.net *.split)
2165 [20:36:32] *** Quits: alexandros_tab (~quassel@replaced-ip ) (*.net *.split)
2166 [20:36:32] *** Quits: n4dir (~n4dir@replaced-ip ) (*.net *.split)
2167 [20:36:32] *** Quits: ChmEarl (~chmearl@replaced-ip ) (*.net *.split)
2168 [20:36:32] *** Quits: Flukp (~Flukp@replaced-ip ) (*.net *.split)
2169 [20:36:32] *** Quits: hanasaki (~hanasaki@replaced-ip ) (*.net *.split)
2170 [20:36:32] *** Quits: kriger (~norge@replaced-ip ) (*.net *.split)
2171 [20:36:32] *** Quits: Lutin (~Lutin@replaced-ip ) (*.net *.split)
2172 [20:36:32] *** Quits: tgunr (~tgunr@replaced-ip ) (*.net *.split)
2173 [20:36:32] *** Quits: frostschutz (~frostschu@replaced-ip ) (*.net *.split)
2174 [20:36:32] *** Quits: LtL (~ltl@replaced-ip ) (*.net *.split)
2175 [20:36:32] *** Quits: cjoke (~cjoke@replaced-ip ) (*.net *.split)
2176 [20:36:32] *** Quits: beencubed (~beencubed@replaced-ip ) (*.net *.split)
2177 [20:36:32] *** Quits: TheSilentLink (~TheSilent@replaced-ip ) (*.net *.split)
2178 [20:36:32] *** Quits: alex11 (~alex11@replaced-ip ) (*.net *.split)
2179 [20:36:32] *** Quits: magic_ninja (~sparkie1@replaced-ip ) (*.net *.split)
2180 [20:36:33] *** Quits: teclo- (42@replaced-ip ) (*.net *.split)
2181 [20:36:33] *** Quits: Hallcyon (~Hallcyon@replaced-ip ) (*.net *.split)
2182 [20:36:33] *** Quits: hiya (quassel@replaced-ip ) (*.net *.split)
2183 [20:36:33] *** Quits: sparky (~bob@replaced-ip ) (*.net *.split)
2184 [20:36:33] *** Quits: krzych (krzych@replaced-ip ) (*.net *.split)
2185 [20:36:33] *** Quits: nevivurn (~nevivurn@replaced-ip ) (*.net *.split)
2186 [20:36:33] *** Quits: Hrym (~oaidghejr@replaced-ip ) (*.net *.split)
2187 [20:36:33] *** Quits: lowin (~lowin@replaced-ip ) (*.net *.split)
2188 [20:36:33] *** Quits: lnslbrty (~NULL@replaced-ip ) (*.net *.split)
2189 [20:36:33] *** Quits: Slumlord (~Slumlord@replaced-ip ) (*.net *.split)
2190 [20:36:33] *** Quits: moldorcoder7 (~moldorcod@replaced-ip ) (*.net *.split)
2191 [20:36:33] *** Quits: Baloo (baloorj@replaced-ip ) (*.net *.split)
2192 [20:36:33] *** Quits: stoffepojken (stoffe@replaced-ip ) (*.net *.split)
2193 [20:36:33] *** Quits: Windbag (~mpmc@replaced-ip ) (*.net *.split)
2194 [20:36:33] *** Quits: XORed (~xored@replaced-ip ) (*.net *.split)
2195 [20:36:33] *** Quits: ryzokuken (~ryzokuken@replaced-ip ) (*.net *.split)
2196 [20:36:33] *** Quits: oskie (usel@replaced-ip ) (*.net *.split)
2197 [20:36:33] *** Quits: hegemoOn (~netmonk@replaced-ip ) (*.net *.split)
2198 [20:36:33] *** Quits: theCorvus (~quassel@replaced-ip ) (*.net *.split)
2199 [20:36:33] *** Quits: rjsalts (~rjsalts@replaced-ip ) (*.net *.split)
2200 [20:36:33] *** Quits: aidanpr (~aidanpr@replaced-ip ) (*.net *.split)
2201 [20:36:33] *** Quits: slowz (~kevin@replaced-ip ) (*.net *.split)
2202 [20:36:33] *** Quits: eki (~eki@replaced-ip ) (*.net *.split)
2203 [20:36:33] *** Quits: gacekjk (~gacekjk@replaced-ip ) (*.net *.split)
2204 [20:36:33] *** Quits: Kyros (kyros@replaced-ip ) (*.net *.split)
2205 [20:36:33] *** Quits: gdonald (gd@replaced-ip ) (*.net *.split)
2206 [20:36:33] *** Quits: shider (~shider@replaced-ip ) (*.net *.split)
2207 [20:36:33] *** Quits: Atlas (~atlas@replaced-ip ) (*.net *.split)
2208 [20:36:33] *** Quits: Dj_Dexter (~Dark_X@replaced-ip ) (*.net *.split)
2209 [20:36:33] *** Quits: chupawan (~chupawan@replaced-ip ) (*.net *.split)
2210 [20:36:33] *** Quits: jerry (~jerry@replaced-ip ) (*.net *.split)
2211 [20:36:33] *** Quits: sigtrm (quassel@replaced-ip ) (*.net *.split)
2212 [20:36:33] *** Quits: electrostat (~dag@replaced-ip ) (*.net *.split)
2213 [20:36:33] *** Quits: Myst (~Myst@replaced-ip ) (*.net *.split)
2214 [20:36:33] *** Quits: s-h-i-n-o-b-i (~quassel@replaced-ip ) (*.net *.split)
2215 [20:36:33] *** Quits: p_quarles (~pquarles@replaced-ip ) (*.net *.split)
2216 [20:36:33] *** Quits: Blablubber (sid481573@replaced-ip ) (*.net *.split)
2217 [20:36:33] *** Quits: rwp (~invalid@replaced-ip ) (*.net *.split)
2218 [20:36:33] *** Quits: Zotta (~zotta@replaced-ip ) (*.net *.split)
2219 [20:36:33] *** Quits: rebrec84 (~rebrec@replaced-ip ) (*.net *.split)
2220 [20:36:33] *** Quits: Zppix (sid182351@replaced-ip ) (*.net *.split)
2221 [20:36:33] *** Quits: r3 (~r3@replaced-ip ) (*.net *.split)
2222 [20:36:33] *** Quits: slowly_stuck (~slowly_st@replaced-ip ) (*.net *.split)
2223 [20:36:33] *** Quits: Louis (~Louis@replaced-ip ) (*.net *.split)
2224 [20:36:33] *** Quits: Hydroxide (~jimmy@replaced-ip ) (*.net *.split)
2225 [20:36:33] *** Quits: Unforgiving (unfr@replaced-ip ) (*.net *.split)
2226 [20:36:33] *** Quits: magenbrot (~magenbrot@replaced-ip ) (*.net *.split)
2227 [20:36:33] *** Quits: Anarchic (~Anarchic@replaced-ip ) (*.net *.split)
2228 [20:36:33] *** Quits: mguy (~robert@replaced-ip ) (*.net *.split)
2229 [20:36:33] *** Quits: xcm (~xcm@replaced-ip ) (*.net *.split)
2230 [20:36:33] *** Quits: Ganneff (~joerg@replaced-ip ) (*.net *.split)
2231 [20:36:33] *** Quits: tkob (thekingofb@replaced-ip ) (*.net *.split)
2232 [20:36:33] *** Quits: soulz (~soulz@replaced-ip ) (*.net *.split)
2233 [20:36:33] *** Quits: k-man (~jason@replaced-ip ) (*.net *.split)
2234 [20:36:33] *** Quits: t0ne (~t0ne@replaced-ip ) (*.net *.split)
2235 [20:36:33] *** Quits: KBme (~KBme@replaced-ip ) (*.net *.split)
2236 [20:36:33] *** Quits: UndeadLeech (~UndeadLee@replaced-ip ) (*.net *.split)
2237 [20:36:33] *** Quits: jim (~jim@replaced-ip ) (*.net *.split)
2238 [20:36:33] *** Quits: openJ (sid276354@replaced-ip ) (*.net *.split)
2239 [20:36:33] *** Quits: ialokin (ialokin-fr@replaced-ip ) (*.net *.split)
2240 [20:36:33] *** Quits: keith4_ (~keith@replaced-ip ) (*.net *.split)
2241 [20:36:33] *** Quits: Voldenet (~Voldenet@replaced-ip ) (*.net *.split)
2242 [20:36:33] *** Quits: Buliarous (~gypsydang@replaced-ip ) (*.net *.split)
2243 [20:36:33] *** Quits: Carno (~carno@replaced-ip ) (*.net *.split)
2244 [20:36:33] *** Quits: Bonn333 (~Bonn333@replaced-ip ) (*.net *.split)
2245 [20:36:33] *** Quits: Tahvok (~Tahvok@replaced-ip ) (*.net *.split)
2246 [20:36:33] *** Quits: Whiskey (~Whiskey@replaced-ip ) (*.net *.split)
2247 [20:36:33] *** Quits: ikonia (~irc@replaced-ip ) (*.net *.split)
2248 [20:36:33] *** Quits: grindhold_ (~quassel@replaced-ip ) (*.net *.split)
2249 [20:36:33] *** Quits: stivo (stivo@replaced-ip ) (*.net *.split)
2250 [20:36:33] *** Quits: apragmatist (~dustin@replaced-ip ) (*.net *.split)
2251 [20:36:33] *** Quits: ravioli (~ravioli@replaced-ip ) (*.net *.split)
2252 [20:36:33] *** Quits: esran (~esran@replaced-ip ) (*.net *.split)
2253 [20:36:33] *** Quits: ryszard (~mac@replaced-ip ) (*.net *.split)
2254 [20:36:33] *** Quits: jtdowney (~jtdowney@replaced-ip ) (*.net *.split)
2255 [20:36:33] *** Quits: msil (~msil@replaced-ip ) (*.net *.split)
2256 [20:36:33] *** Quits: Dr_Jazz (~jazz@replaced-ip ) (*.net *.split)
2257 [20:36:33] *** Quits: Haudegen (~quassel@replaced-ip ) (*.net *.split)
2258 [20:36:33] *** Quits: diniwed (~gavron@replaced-ip ) (*.net *.split)
2259 [20:36:33] *** Quits: twobitsprite (~isaac.fre@cpe-173-95-153-183.nc.res.rr.com) (*.net *.split)
2260 [20:36:33] *** Quits: CrystalMath (~coderain@replaced-ip ) (*.net *.split)
2261 [20:36:33] *** Quits: Brigo (~Brigo@replaced-ip ) (*.net *.split)
2262 [20:36:33] *** Quits: SpikeHeron (~DutchIngr@replaced-ip ) (*.net *.split)
2263 [20:36:33] *** Quits: is0ke3 (~is0ke3@replaced-ip ) (*.net *.split)
2264 [20:36:33] *** Quits: michaelni (~michael@replaced-ip ) (*.net *.split)
2265 [20:36:33] *** Quits: Olipro (~Olipro@replaced-ip ) (*.net *.split)
2266 [20:36:33] *** Quits: capn (~capn@replaced-ip ) (*.net *.split)
2267 [20:36:33] *** Quits: rare_energy (~quassel@replaced-ip ) (*.net *.split)
2268 [20:36:33] *** Quits: areisp (~ars@replaced-ip ) (*.net *.split)
2269 [20:36:33] *** Quits: Condor (~freenode@replaced-ip ) (*.net *.split)
2270 [20:36:33] *** Quits: Posterdati (~posterdat@replaced-ip ) (*.net *.split)
2271 [20:36:33] *** Quits: eyJhb (~eyJhb@replaced-ip ) (*.net *.split)
2272 [20:36:33] *** Quits: croddy (~cmr@replaced-ip ) (*.net *.split)
2273 [20:36:33] *** Quits: Orphis (~orphis@replaced-ip ) (*.net *.split)
2274 [20:36:33] *** Quits: sveva65 (~sverre@replaced-ip ) (*.net *.split)
2275 [20:36:33] *** Quits: bogus (~bogus@replaced-ip ) (*.net *.split)
2276 [20:36:33] *** Quits: samnob_ (~samnob@replaced-ip ) (*.net *.split)
2277 [20:36:33] *** Quits: ledeni (~ledeni@replaced-ip ) (*.net *.split)
2278 [20:36:33] *** Quits: lead_pipe23 (~Lead@replaced-ip ) (*.net *.split)
2279 [20:36:33] *** Quits: ttfk (~ttill@replaced-ip ) (*.net *.split)
2280 [20:36:33] *** Quits: lithiumpt (~lithiumpt@replaced-ip ) (*.net *.split)
2281 [20:36:33] *** Quits: zbychuk (~zbychuk@replaced-ip ) (*.net *.split)
2282 [20:36:33] *** Quits: finalbeta (~finalbeta@replaced-ip ) (*.net *.split)
2283 [20:36:33] *** Quits: Taserface (~taserface@replaced-ip ) (*.net *.split)
2284 [20:36:33] *** Quits: Teacup (~qteacup@replaced-ip ) (*.net *.split)
2285 [20:36:33] *** Quits: giaco (~jack@replaced-ip ) (*.net *.split)
2286 [20:36:33] *** Quits: coruja (~coruja@replaced-ip ) (*.net *.split)
2287 [20:36:33] *** Quits: hl521 (~Thunderbi@replaced-ip ) (*.net *.split)
2288 [20:36:33] *** Quits: hkz_ (~hkz@replaced-ip ) (*.net *.split)
2289 [20:36:33] *** Quits: ectospasm (~ectospasm@replaced-ip ) (*.net *.split)
2290 [20:36:33] *** Quits: bootdisk (~bootdisk@replaced-ip ) (*.net *.split)
2291 [20:36:33] *** Quits: jezebel (jasabella@replaced-ip ) (*.net *.split)
2292 [20:36:33] *** Quits: RadoS (~cheater@replaced-ip ) (*.net *.split)
2293 [20:36:33] *** Quits: DXR (~lyrical@replaced-ip ) (*.net *.split)
2294 [20:36:33] *** Quits: tinfoil-hat_ (~chrissly@replaced-ip ) (*.net *.split)
2295 [20:36:33] *** Quits: Highdude (~lol@replaced-ip ) (*.net *.split)
2296 [20:36:33] *** Quits: QcR208821 (~QcR@replaced-ip ) (*.net *.split)
2297 [20:36:33] *** Quits: Ekho (~Ekho@replaced-ip ) (*.net *.split)
2298 [20:36:33] *** Quits: overrider (~overrider@replaced-ip ) (*.net *.split)
2299 [20:36:33] *** Quits: goring (~goring@replaced-ip ) (*.net *.split)
2300 [20:36:33] *** Quits: fatalerrors (~fatalerro@replaced-ip ) (*.net *.split)
2301 [20:36:33] *** Quits: plantroon (~plantroon@replaced-ip ) (*.net *.split)
2302 [20:36:33] *** Quits: e2 (e2@replaced-ip ) (*.net *.split)
2303 [20:36:33] *** Quits: realtime-neil (~realtime-@replaced-ip ) (*.net *.split)
2304 [20:36:33] *** Quits: yoshi15 (~yoshi15@replaced-ip ) (*.net *.split)
2305 [20:36:33] *** Quits: Exagone313 (exa@replaced-ip ) (*.net *.split)
2306 [20:36:33] *** Quits: banym (~banym@replaced-ip ) (*.net *.split)
2307 [20:36:33] *** Quits: greenbagels (~gb@replaced-ip ) (*.net *.split)
2308 [20:36:33] *** Quits: Logg (~Logg@replaced-ip ) (*.net *.split)
2309 [20:36:33] *** Quits: maxdamage (~maxdamage@replaced-ip ) (*.net *.split)
2310 [20:36:33] *** Quits: peac (sid344662@replaced-ip ) (*.net *.split)
2311 [20:36:33] *** Quits: setuid (sid191390@replaced-ip ) (*.net *.split)
2312 [20:36:33] *** Quits: Gm4n (~Gm4n@replaced-ip ) (*.net *.split)
2313 [20:36:33] *** Quits: TimWolla (~timwolla@replaced-ip ) (*.net *.split)
2314 [20:36:33] *** Quits: sunkan (~sunkan@replaced-ip ) (*.net *.split)
2315 [20:36:33] *** Quits: GNU\colossus (~colo@replaced-ip ) (*.net *.split)
2316 [20:36:33] *** Quits: elios (~kia@replaced-ip ) (*.net *.split)
2317 [20:36:33] *** Quits: neoclust (~neoclust@replaced-ip ) (*.net *.split)
2318 [20:36:33] *** Quits: Trellmor (~Trellmor@replaced-ip ) (*.net *.split)
2319 [20:36:33] *** Quits: h0 (~h0@replaced-ip ) (*.net *.split)
2320 [20:36:33] *** Quits: chripell (~chripell@replaced-ip ) (*.net *.split)
2321 [20:36:33] *** Quits: bzed (~bzed@replaced-ip ) (*.net *.split)
2322 [20:36:33] *** Quits: bswinnerton (~bswinnert@replaced-ip ) (*.net *.split)
2323 [20:36:33] *** Quits: Sabaku (~Sabaku@replaced-ip ) (*.net *.split)
2324 [20:36:33] *** Quits: k3LV1n (~e@replaced-ip ) (*.net *.split)
2325 [20:36:33] *** Quits: grim4593 (~grim4593@replaced-ip ) (*.net *.split)
2326 [20:36:33] *** Quits: ptx0 (~cheesus_c@replaced-ip ) (*.net *.split)
2327 [20:36:33] *** Quits: ctrlbreak_MAD (~ctrlbreak@replaced-ip ) (*.net *.split)
2328 [20:36:34] *** Quits: bhoman (~bhoman@replaced-ip ) (*.net *.split)
2329 [20:36:34] *** Quits: tomreyn (~tomreyn@replaced-ip ) (*.net *.split)
2330 [20:36:34] *** Quits: dynetrekk (~dynetrekk@replaced-ip ) (*.net *.split)
2331 [20:36:34] *** Quits: udet (~RalphBa@replaced-ip ) (*.net *.split)
2332 [20:36:34] *** Quits: azizLIGHT (~azizLIGHT@replaced-ip ) (*.net *.split)
2333 [20:36:34] *** Quits: r00tobo (~r00tobo@replaced-ip ) (*.net *.split)
2334 [20:36:34] *** Quits: m4rley (~m4rley@replaced-ip ) (*.net *.split)
2335 [20:36:34] *** Quits: luna_ (~luna@replaced-ip ) (*.net *.split)
2336 [20:36:34] *** Quits: percY- (~percY@replaced-ip ) (*.net *.split)
2337 [20:36:34] *** Quits: Cork (~Cork@replaced-ip ) (*.net *.split)
2338 [20:36:34] *** Quits: hata (~caffeine@replaced-ip ) (*.net *.split)
2339 [20:36:34] *** Quits: len (~lenisko@replaced-ip ) (*.net *.split)
2340 [20:36:34] *** Quits: Yorick_ (Y@replaced-ip ) (*.net *.split)
2341 [20:36:34] *** Quits: gusnan (~gusnan@replaced-ip ) (*.net *.split)
2342 [20:36:34] *** Quits: LeandroLuiz (~clkalw@replaced-ip ) (*.net *.split)
2343 [20:36:34] *** Quits: eqw (~eqw@replaced-ip ) (*.net *.split)
2344 [20:36:34] *** Quits: PyR3X (~PyR3X@replaced-ip ) (*.net *.split)
2345 [20:36:34] *** Quits: Stx (~stx@replaced-ip ) (*.net *.split)
2346 [20:36:34] *** Quits: petn-randall (~petn-rand@replaced-ip ) (*.net *.split)
2347 [20:36:34] *** Quits: retali8 (~chown@replaced-ip ) (*.net *.split)
2348 [20:36:34] *** Quits: Trieste (~T@replaced-ip ) (*.net *.split)
2349 [20:36:34] *** Quits: Xalys (~ircusr@replaced-ip ) (*.net *.split)
2350 [20:36:34] *** Quits: hyiltiz-M (hyiltizkde@replaced-ip ) (*.net *.split)
2351 [20:36:34] *** Quits: riff-IRC (~riff2@replaced-ip ) (*.net *.split)
2352 [20:36:34] *** Quits: euandreh (~euandreh@replaced-ip ) (*.net *.split)
2353 [20:36:34] *** Quits: qqx (~qqx@replaced-ip ) (*.net *.split)
2354 [20:36:34] *** Quits: Manouchehri (sid384576@replaced-ip ) (*.net *.split)
2355 [20:36:34] *** Quits: polyphem (~p0lyph3m@replaced-ip ) (*.net *.split)
2356 [20:36:34] *** Quits: sweatsuit (~sweatsuit@replaced-ip ) (*.net *.split)
2357 [20:36:34] *** Quits: kozowu (uid44796@replaced-ip ) (*.net *.split)
2358 [20:36:34] *** Quits: graingert (sid128301@replaced-ip ) (*.net *.split)
2359 [20:36:34] *** Quits: dez (uid92154@replaced-ip ) (*.net *.split)
2360 [20:36:34] *** Quits: ssiyad (ssiyad@replaced-ip ) (*.net *.split)
2361 [20:36:34] *** Quits: kwilczynski (sid379192@replaced-ip ) (*.net *.split)
2362 [20:36:34] *** Quits: chalcedny (~chalcedon@replaced-ip ) (*.net *.split)
2363 [20:36:34] *** Quits: chapipo (sid412217@replaced-ip ) (*.net *.split)
2364 [20:36:34] *** Quits: omnidapps (sid400373@replaced-ip ) (*.net *.split)
2365 [20:36:34] *** Quits: kopiyka (~user@replaced-ip ) (*.net *.split)
2366 [20:36:34] *** Quits: jolt (jolt@replaced-ip ) (*.net *.split)
2367 [20:36:34] *** Quits: Some_Person (someperson@replaced-ip ) (*.net *.split)
2368 [20:36:34] *** Quits: wilson (~wilson@replaced-ip ) (*.net *.split)
2369 [20:36:34] *** Quits: BlueMatt (~BlueMatt@replaced-ip ) (*.net *.split)
2370 [20:36:34] *** Quits: Adbray (~Adbray@replaced-ip ) (*.net *.split)
2371 [20:36:34] *** Quits: kini (~kini@replaced-ip ) (*.net *.split)
2372 [20:36:34] *** Quits: GenTooMan (~cyberman@replaced-ip ) (*.net *.split)
2373 [20:36:34] *** Quits: djakov (~djakov@replaced-ip ) (*.net *.split)
2374 [20:36:34] *** Quits: ohithere (~binary@replaced-ip ) (*.net *.split)
2375 [20:36:34] *** Quits: pavelow (~pavelow@replaced-ip ) (*.net *.split)
2376 [20:36:34] *** Quits: s_ (rootvegeta@replaced-ip ) (*.net *.split)
2377 [20:36:34] *** Quits: chachasmooth (~chachasmo@replaced-ip ) (*.net *.split)
2378 [20:36:34] *** Quits: peterrooney (~peter@replaced-ip ) (*.net *.split)
2379 [20:36:34] *** Quits: mripx (~RipNix@replaced-ip ) (*.net *.split)
2380 [20:36:34] *** Quits: ilmostro (~ilmostro@replaced-ip ) (*.net *.split)
2381 [20:36:34] *** Quits: paladox (paladox@replaced-ip ) (*.net *.split)
2382 [20:36:34] *** Quits: dteselkin (~dteselkin@replaced-ip ) (*.net *.split)
2383 [20:36:34] *** Quits: PaulGit (~PaulGit@replaced-ip ) (*.net *.split)
2384 [20:36:34] *** Quits: hid3 (~arnoldas@replaced-ip ) (*.net *.split)
2385 [20:36:34] *** Quits: vjoki (vjoki@replaced-ip ) (*.net *.split)
2386 [20:36:34] *** Quits: blowry (~blowry@replaced-ip ) (*.net *.split)
2387 [20:36:34] *** Quits: TrentP (~quassel@replaced-ip ) (*.net *.split)
2388 [20:36:34] *** Quits: rj1 (~rj1@replaced-ip ) (*.net *.split)
2389 [20:36:34] *** Quits: zerymo (~zerymo@replaced-ip ) (*.net *.split)
2390 [20:36:34] *** Quits: crazed (~arqing@replaced-ip ) (*.net *.split)
2391 [20:36:34] *** Quits: mnencia (~mnencia@replaced-ip ) (*.net *.split)
2392 [20:36:34] *** Quits: spal (~spal@replaced-ip ) (*.net *.split)
2393 [20:36:34] *** Quits: sjoerd (~sjoerd@replaced-ip ) (*.net *.split)
2394 [20:36:34] *** Quits: hinderaker (hinderaker@replaced-ip ) (*.net *.split)
2395 [20:36:34] *** Quits: CamBan69 (~Cameron@replaced-ip ) (*.net *.split)
2396 [20:36:34] *** Quits: zrnd (~xand@replaced-ip ) (*.net *.split)
2397 [20:36:34] *** Quits: wyre (~wyre@replaced-ip ) (*.net *.split)
2398 [20:36:34] *** Quits: cg505 (~cg505@replaced-ip ) (*.net *.split)
2399 [20:36:34] *** Quits: osmanlicilegi (~nohup@replaced-ip ) (*.net *.split)
2400 [20:36:34] *** Quits: bl0m1_ (sid314902@replaced-ip ) (*.net *.split)
2401 [20:36:34] *** Quits: Merixer (~Merixer@replaced-ip ) (*.net *.split)
2402 [20:36:34] *** Quits: c077ee (sid471137@replaced-ip ) (*.net *.split)
2403 [20:36:34] *** Quits: timeless (sid4015@replaced-ip ) (*.net *.split)
2404 [20:36:34] *** Quits: aizen_s (sid462968@replaced-ip ) (*.net *.split)
2405 [20:36:34] *** Quits: noahmg123 (sid89117@replaced-ip ) (*.net *.split)
2406 [20:36:34] *** Quits: cryptodan_mobile (sid24065@replaced-ip ) (*.net *.split)
2407 [20:36:34] *** Quits: Nightmare (ddoscomin@replaced-ip ) (*.net *.split)
2408 [20:36:34] *** Quits: sangy (~sangy@replaced-ip ) (*.net *.split)
2409 [20:36:34] *** Quits: doubleqp (~doubleqp@replaced-ip ) (*.net *.split)
2410 [20:36:34] *** Quits: systemdave (dmonschein@replaced-ip ) (*.net *.split)
2411 [20:36:34] *** Quits: pierrot (~pi@replaced-ip ) (*.net *.split)
2412 [20:36:34] *** Quits: dynos01_ (~dynos01@replaced-ip ) (*.net *.split)
2413 [20:36:34] *** Quits: nathanhi (~nathanhi@replaced-ip ) (*.net *.split)
2414 [20:36:34] *** Quits: smil (~xnor@replaced-ip ) (*.net *.split)
2415 [20:36:34] *** Quits: benaiah (~benaiah@replaced-ip ) (*.net *.split)
2416 [20:36:34] *** Quits: antto (~pewpew@replaced-ip ) (*.net *.split)
2417 [20:36:34] *** Quits: crisu (crisu@replaced-ip ) (*.net *.split)
2418 [20:36:34] *** Quits: Jdbye (~furry4lif@replaced-ip ) (*.net *.split)
2419 [20:36:34] *** Quits: Hooloovo0 (Hooloovoo@replaced-ip ) (*.net *.split)
2420 [20:36:34] *** Quits: shann (~quassel@replaced-ip ) (*.net *.split)
2421 [20:36:34] *** Quits: mz` (~mz@replaced-ip ) (*.net *.split)
2422 [20:36:34] *** Quits: ra1stlin (~ra1stlin@replaced-ip ) (*.net *.split)
2423 [20:36:35] *** Quits: jmcnaught (~jeremy@replaced-ip ) (*.net *.split)
2424 [20:36:35] *** Quits: ComputerTech (ComputerTe@replaced-ip ) (*.net *.split)
2425 [20:36:35] *** Quits: n0nada (~nonada@replaced-ip ) (*.net *.split)
2426 [20:36:35] *** Quits: Cheaterman (~cheaterma@replaced-ip ) (*.net *.split)
2427 [20:36:35] *** Quits: michael_mbp (~michael_m@replaced-ip ) (*.net *.split)
2428 [20:36:35] *** Quits: alexxander (~alexxande@replaced-ip ) (*.net *.split)
2429 [20:36:35] *** Quits: gigetoo (~gigetoo@replaced-ip ) (*.net *.split)
2430 [20:36:35] *** Quits: abrotman (~abrotman@replaced-ip ) (*.net *.split)
2431 [20:36:35] *** Quits: tharkun (~tharkun@replaced-ip ) (*.net *.split)
2432 [20:36:35] *** Quits: tuv (~tuv@replaced-ip ) (*.net *.split)
2433 [20:36:35] *** Quits: nutron (~nutron@replaced-ip ) (*.net *.split)
2434 [20:36:35] *** Quits: soifou (~soifou@replaced-ip ) (*.net *.split)
2435 [20:36:35] *** Quits: blackop (~opc@replaced-ip ) (*.net *.split)
2436 [20:36:35] *** Quits: valerius (~valerius@replaced-ip ) (*.net *.split)
2437 [20:36:35] *** Quits: |aaron (~|aaron@replaced-ip ) (*.net *.split)
2438 [20:36:35] *** Quits: DerHorst (~derhorst@replaced-ip ) (*.net *.split)
2439 [20:36:35] *** Quits: |shark| (~shark_@replaced-ip ) (*.net *.split)
2440 [20:36:35] *** Quits: amerigo (uid331857@replaced-ip ) (*.net *.split)
2441 [20:36:35] *** Quits: astra (sid289983@replaced-ip ) (*.net *.split)
2442 [20:36:35] *** Quits: Iamahuman (~noname@replaced-ip ) (*.net *.split)
2443 [20:36:35] *** Quits: kwmiebach (sid16855@replaced-ip ) (*.net *.split)
2444 [20:36:35] *** Quits: nifker (~Thunderbi@replaced-ip ) (*.net *.split)
2445 [20:36:35] *** Quits: Ycarus (~Ycarus@replaced-ip ) (*.net *.split)
2446 [20:36:35] *** Quits: wytchmaster (~wytchmast@replaced-ip ) (*.net *.split)
2447 [20:36:35] *** Quits: behanw (uid110099@replaced-ip ) (*.net *.split)
2448 [20:36:35] *** Quits: sz0 (uid110435@replaced-ip ) (*.net *.split)
2449 [20:36:35] *** Quits: Swift110-mobile (sid410914@replaced-ip ) (*.net *.split)
2450 [20:36:35] *** Quits: another (~another@replaced-ip ) (*.net *.split)
2451 [20:36:35] *** Quits: nurupo (~nurupo.ga@unaffiliated/nurupo) (*.net *.split)
2452 [20:36:35] *** Quits: Neo_Chen (~Neo_Chen@replaced-ip ) (*.net *.split)
2453 [20:36:35] *** Quits: doubletwist (~doubletwi@replaced-ip ) (*.net *.split)
2454 [20:36:35] *** Quits: pvoigt (~Linux@replaced-ip ) (*.net *.split)
2455 [20:36:35] *** Quits: julienth37 (~julienth3@replaced-ip ) (*.net *.split)
2456 [20:36:35] *** Quits: n-st (~n-st@replaced-ip ) (*.net *.split)
2457 [20:36:35] *** Quits: noodle (~noodle@replaced-ip ) (*.net *.split)
2458 [20:36:35] *** Quits: longshot (~nobody@replaced-ip ) (*.net *.split)
2459 [20:36:35] *** Quits: sbingner (~sam@replaced-ip ) (*.net *.split)
2460 [20:36:35] *** Quits: mukmuk (~mukmuk@replaced-ip ) (*.net *.split)
2461 [20:36:35] *** Quits: kolla (~kolla@replaced-ip ) (*.net *.split)
2462 [20:36:35] *** Quits: mquin (~mquin@replaced-ip ) (*.net *.split)
2463 [20:36:35] *** Quits: Sideburns (~Sideburns@replaced-ip ) (*.net *.split)
2464 [20:36:35] *** Quits: nikow (~nikow@replaced-ip ) (*.net *.split)
2465 [20:36:35] *** Quits: burrows (burrows@replaced-ip ) (*.net *.split)
2466 [20:36:35] *** Quits: Tony-St4rk (sid74233@replaced-ip ) (*.net *.split)
2467 [20:36:35] *** Quits: kawaii (sid345572@replaced-ip ) (*.net *.split)
2468 [20:36:35] *** Quits: trelane_ (trelane@replaced-ip ) (*.net *.split)
2469 [20:36:35] *** Quits: eri451 (~eri@replaced-ip ) (*.net *.split)
2470 [20:36:35] *** Quits: aether (~aether@replaced-ip ) (*.net *.split)
2471 [20:36:35] *** Quits: NixZiZ (sid302101@replaced-ip ) (*.net *.split)
2472 [20:36:35] *** Quits: v0idpwn (sid483136@replaced-ip ) (*.net *.split)
2473 [20:36:35] *** Quits: s7r (~s7r@replaced-ip ) (*.net *.split)
2474 [20:36:35] *** Quits: lvrp16 (sid153650@replaced-ip ) (*.net *.split)
2475 [20:36:35] *** Quits: ratrace (~ratrace@replaced-ip ) (*.net *.split)
2476 [20:36:35] *** Quits: fryguy (~fryguy@replaced-ip ) (*.net *.split)
2477 [20:36:35] *** Quits: SerpentSpeech (serpent@replaced-ip ) (*.net *.split)
2478 [20:36:35] *** Quits: spammy (~pihahirot@replaced-ip ) (*.net *.split)
2479 [20:36:35] *** Quits: Waggie (~Waggie@replaced-ip ) (*.net *.split)
2480 [20:36:35] *** Quits: wMw (wMw@replaced-ip ) (*.net *.split)
2481 [20:36:35] *** Quits: Ashleee (~AshleeRee@replaced-ip ) (*.net *.split)
2482 [20:36:35] *** Quits: toolz (~dastan@replaced-ip ) (*.net *.split)
2483 [20:36:35] *** Quits: GNUtoo (~GNUtoo@replaced-ip ) (*.net *.split)
2484 [20:36:35] *** Quits: c0san0stra (~nunyuh@replaced-ip ) (*.net *.split)
2485 [20:36:35] *** Quits: tofran (~tofran@replaced-ip ) (*.net *.split)
2486 [20:36:35] *** Quits: monoxane (~monoxane@replaced-ip ) (*.net *.split)
2487 [20:36:35] *** Quits: Anessen97_0 (~Anessen97@replaced-ip ) (*.net *.split)
2488 [20:36:35] *** Quits: Kamilion (kamilion@replaced-ip ) (*.net *.split)
2489 [20:36:35] *** Quits: fury__ (~fury@replaced-ip ) (*.net *.split)
2490 [20:36:35] *** Quits: roguelazer (~roguelaze@replaced-ip ) (*.net *.split)
2491 [20:36:35] *** Quits: tobias (sid15532@replaced-ip ) (*.net *.split)
2492 [20:36:35] *** Quits: jcara (~jcara@replaced-ip ) (*.net *.split)
2493 [20:36:35] *** Quits: prg3 (~prg@replaced-ip ) (*.net *.split)
2494 [20:36:35] *** Quits: miklcct (quasselcor@replaced-ip ) (*.net *.split)
2495 [20:36:35] *** Quits: Casper26 (~Casper26@replaced-ip ) (*.net *.split)
2496 [20:36:35] *** Quits: Neoon (~Neoon@replaced-ip ) (*.net *.split)
2497 [20:36:35] *** Quits: Nothing4You (N4Y@replaced-ip ) (*.net *.split)
2498 [20:36:35] *** Quits: beaky (~beaky@replaced-ip ) (*.net *.split)
2499 [20:36:35] *** Quits: scc (~scc@replaced-ip ) (*.net *.split)
2500 [20:36:35] *** Quits: ec0 (~ec0_light@replaced-ip ) (*.net *.split)
2501 [20:36:35] *** Quits: GGMethos (~methos@replaced-ip ) (*.net *.split)
2502 [20:36:35] *** Quits: trobotham (nitemare@replaced-ip ) (*.net *.split)
2503 [20:36:35] *** Quits: infernix (~nix@replaced-ip ) (*.net *.split)
2504 [20:36:35] *** Quits: Nitori (~kappa@replaced-ip ) (*.net *.split)
2505 [20:36:35] *** Quits: DreamThief (~delaylama@replaced-ip ) (*.net *.split)
2506 [20:36:35] *** Quits: rdz (~rdz@replaced-ip ) (*.net *.split)
2507 [20:36:35] *** Quits: phantomcircuit (~phantomci@replaced-ip ) (*.net *.split)
2508 [20:36:35] *** Quits: cherti (cherti@replaced-ip ) (*.net *.split)
2509 [20:36:35] *** Quits: phuzion (~quassel@replaced-ip ) (*.net *.split)
2510 [20:36:35] *** Quits: mebus (~mebus@replaced-ip ) (*.net *.split)
2511 [20:36:35] *** Quits: squarebracket (~root@replaced-ip ) (*.net *.split)
2512 [20:36:35] *** Quits: evilroots (~roots@replaced-ip ) (*.net *.split)
2513 [20:36:35] *** Quits: f0x2 (~f0x@replaced-ip ) (*.net *.split)
2514 [20:36:35] *** Quits: CeBe (~cebe@replaced-ip ) (*.net *.split)
2515 [20:36:35] *** Quits: murmeli_ (~pascal@replaced-ip ) (*.net *.split)
2516 [20:36:35] *** Quits: lol768 (lol768@replaced-ip ) (*.net *.split)
2517 [20:36:35] *** Quits: tomjaguarpaw (~tom@replaced-ip ) (*.net *.split)
2518 [20:36:35] *** Quits: zyley (~zyley@replaced-ip ) (*.net *.split)
2519 [20:36:35] *** Quits: Jerrynicki (~niklas@replaced-ip ) (*.net *.split)
2520 [20:36:35] *** Quits: wallacer (~quassel@replaced-ip ) (*.net *.split)
2521 [20:36:35] *** Quits: gordonfish (~gordonfis@replaced-ip ) (*.net *.split)
2522 [20:36:35] *** Quits: cosimone (~cosimone@replaced-ip ) (*.net *.split)
2523 [20:36:35] *** Quits: einyx_ (einyx@replaced-ip ) (*.net *.split)
2524 [20:36:35] *** Quits: Ruud (~Ruud@replaced-ip ) (*.net *.split)
2525 [20:36:35] *** Quits: paradizelost (~paradizel@replaced-ip ) (*.net *.split)
2526 [20:36:35] *** Quits: psiance8 (~psiance@replaced-ip ) (*.net *.split)
2527 [20:36:35] *** Quits: jadax (~jadax@replaced-ip ) (*.net *.split)
2528 [20:36:35] *** Quits: terrorjack (~terrorjac@replaced-ip ) (*.net *.split)
2529 [20:36:35] *** Quits: DaNeenjah (~DaNeenjah@replaced-ip ) (*.net *.split)
2530 [20:36:35] *** Quits: adapter (~adapter@replaced-ip ) (*.net *.split)
2531 [20:36:35] *** Quits: _0bitcount (~Big_Byte@replaced-ip ) (*.net *.split)
2532 [20:36:36] *** Quits: freebench (~freebench@replaced-ip ) (*.net *.split)
2533 [20:36:36] *** Quits: budlight (~richard@replaced-ip ) (*.net *.split)
2534 [20:36:36] *** Quits: CaptainBlackton (~Blackton@replaced-ip ) (*.net *.split)
2535 [20:36:36] *** Quits: Texou (~Texou@replaced-ip ) (*.net *.split)
2536 [20:36:36] *** Quits: mitsuhiko (sid155833@replaced-ip ) (*.net *.split)
2537 [20:36:36] *** Quits: tinga (~tinga@replaced-ip ) (*.net *.split)
2538 [20:36:36] *** Quits: djanos (~djanos@replaced-ip ) (*.net *.split)
2539 [20:36:36] *** Quits: satanist (~satanist@replaced-ip ) (*.net *.split)
2540 [20:36:36] *** Quits: p0358 (p0358@replaced-ip ) (*.net *.split)
2541 [20:36:36] *** Quits: EtherMan (~quassel@replaced-ip ) (*.net *.split)
2542 [20:36:36] *** Quits: CommunistWolf (~gulag@replaced-ip ) (*.net *.split)
2543 [20:36:36] *** Quits: guerby (~guerby@replaced-ip ) (*.net *.split)
2544 [20:36:36] *** Quits: max-m (~max-m@replaced-ip ) (*.net *.split)
2545 [20:36:36] *** Quits: schizo (~schizo@replaced-ip ) (*.net *.split)
2546 [20:36:36] *** Quits: creat (~creat@replaced-ip ) (*.net *.split)
2547 [20:36:36] *** Quits: drupol (sid117588@replaced-ip ) (*.net *.split)
2548 [20:36:36] *** Quits: mdk (~mdk@replaced-ip ) (*.net *.split)
2549 [20:36:36] *** Quits: NitrousPG (~Nitrous@replaced-ip ) (*.net *.split)
2550 [20:36:36] *** Quits: Benett (~Benett@replaced-ip ) (*.net *.split)
2551 [20:36:36] *** Quits: miscalculated (miscalcula@replaced-ip ) (*.net *.split)
2552 [20:36:36] *** Quits: awaxa (awaxamatri@replaced-ip ) (*.net *.split)
2553 [20:36:36] *** Quits: ScottPilgrim (~ScottPilg@replaced-ip ) (*.net *.split)
2554 [20:36:36] *** Quits: OPK (~OPK@replaced-ip ) (*.net *.split)
2555 [20:36:36] *** Quits: Urbanecm[] (sid196503@replaced-ip ) (*.net *.split)
2556 [20:36:36] *** Quits: carlesc (sid181280@replaced-ip ) (*.net *.split)
2557 [20:36:36] *** Quits: r0bby (sid699@replaced-ip ) (*.net *.split)
2558 [20:36:36] *** Quits: BrianG61UK (~BrianG61U@replaced-ip ) (*.net *.split)
2559 [20:36:36] *** Quits: jess (jess@replaced-ip ) (*.net *.split)
2560 [20:36:36] *** Quits: binaryhermit (sid462772@replaced-ip ) (*.net *.split)
2561 [20:36:36] *** Quits: ledixus (~ledixus@replaced-ip ) (*.net *.split)
2562 [20:36:36] *** Quits: hisacro (~OBSD@replaced-ip ) (*.net *.split)
2563 [20:36:36] *** Quits: earthnative (~nemo@replaced-ip ) (*.net *.split)
2564 [20:36:36] *** Quits: salem (~salem@replaced-ip ) (*.net *.split)
2565 [20:36:36] *** Quits: rpthms (rpthms@replaced-ip ) (*.net *.split)
2566 [20:36:36] *** Quits: foxide (~foxide@replaced-ip ) (*.net *.split)
2567 [20:36:36] *** Quits: jpnurmi (jpnurmi@replaced-ip ) (*.net *.split)
2568 [20:36:36] *** Quits: SleePy (SleePy@replaced-ip ) (*.net *.split)
2569 [20:36:36] *** Quits: fauweh (~root@replaced-ip ) (*.net *.split)
2570 [20:36:36] *** Quits: beardface (~bearface@replaced-ip ) (*.net *.split)
2571 [20:36:36] *** Quits: toli (~toli@replaced-ip ) (*.net *.split)
2572 [20:36:36] *** Quits: Doo (~doo@replaced-ip ) (*.net *.split)
2573 [20:36:36] *** Quits: elwisp (~elwisp@replaced-ip ) (*.net *.split)
2574 [20:36:36] *** Quits: barhom (~barhom@replaced-ip ) (*.net *.split)
2575 [20:36:36] *** Quits: nevyn (~nevyn@replaced-ip ) (*.net *.split)
2576 [20:36:36] *** Quits: nzhuk98 (~nazar@replaced-ip ) (*.net *.split)
2577 [20:36:36] *** Quits: tosaraja (quassel@replaced-ip ) (*.net *.split)
2578 [20:36:36] *** Quits: russell-- (~russell@replaced-ip ) (*.net *.split)
2579 [20:36:36] *** Quits: stew (~stew@replaced-ip ) (*.net *.split)
2580 [20:36:36] *** Quits: mete (~mete@replaced-ip ) (*.net *.split)
2581 [20:36:36] *** Quits: ChanServ (ChanServ@replaced-ip ) (*.net *.split)
2582 [20:36:36] *** Quits: craigevil (craig@replaced-ip ) (*.net *.split)
2583 [20:36:36] *** Quits: bubi67 (~klo_jnk@replaced-ip ) (*.net *.split)
2584 [20:36:36] *** Quits: ml| (~ml|@replaced-ip ) (*.net *.split)
2585 [20:36:36] *** Quits: mirrorbird (~psutcliff@replaced-ip ) (*.net *.split)
2586 [20:36:36] *** Quits: FnorZ (~FnorZ@replaced-ip ) (*.net *.split)
2587 [20:36:36] *** Quits: greycat (~greg@replaced-ip ) (*.net *.split)
2588 [20:36:36] *** Quits: nickodd (~nickodd@replaced-ip ) (*.net *.split)
2589 [20:36:36] *** Quits: geowiesnot (~user@replaced-ip ) (*.net *.split)
2590 [20:36:36] *** Quits: Enissay2 (~Enissay@replaced-ip ) (*.net *.split)
2591 [20:36:36] *** Quits: paulgrmn_ (~paulgrmn@replaced-ip ) (*.net *.split)
2592 [20:36:36] *** Quits: Nefertari (~Nefertiti@replaced-ip ) (*.net *.split)
2593 [20:36:36] *** Quits: Night-Shade (~TimF@replaced-ip ) (*.net *.split)
2594 [20:36:36] *** Quits: mrAZ (~code@replaced-ip ) (*.net *.split)
2595 [20:36:36] *** Quits: fredl (~fredl@replaced-ip ) (*.net *.split)
2596 [20:36:36] *** Quits: Romarain (~Romarain@replaced-ip ) (*.net *.split)
2597 [20:36:36] *** Quits: panzeroceania (sid16210@replaced-ip ) (*.net *.split)
2598 [20:36:36] *** Quits: darunesh (~darunesh@replaced-ip ) (*.net *.split)
2599 [20:36:36] *** Quits: Conradish006 (~Conradish@replaced-ip ) (*.net *.split)
2600 [20:36:36] *** Quits: TriJetScud (~TriJetScu@replaced-ip ) (*.net *.split)
2601 [20:36:37] *** Quits: unluckyshrubbery (~unluckysh@replaced-ip ) (*.net *.split)
2602 [20:36:37] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (*.net *.split)
2603 [20:36:37] *** Quits: \\Mr_C\\ (~mrc@replaced-ip ) (*.net *.split)
2604 [20:36:37] *** Quits: benj_ (~benj_@replaced-ip ) (*.net *.split)
2605 [20:36:37] *** Quits: fmaurer_ (~quassel@replaced-ip ) (*.net *.split)
2606 [20:36:37] *** Quits: ripdisk (~ripdisk@replaced-ip ) (*.net *.split)
2607 [20:36:37] *** Quits: Loomaanaatii (Loomaanaat@replaced-ip ) (*.net *.split)
2608 [20:36:37] *** Quits: Dimitris (~dimitris@replaced-ip ) (*.net *.split)
2609 [20:36:37] *** Quits: eb0t (~eblip@replaced-ip ) (*.net *.split)
2610 [20:36:37] *** Quits: Nnavd (~Nnavd@replaced-ip ) (*.net *.split)
2611 [20:36:37] *** Quits: {41444d494e} (~kvirc@replaced-ip ) (*.net *.split)
2612 [20:36:37] *** Quits: epony (epony@replaced-ip ) (*.net *.split)
2613 [20:36:37] *** Quits: Ooze (~Ooze@replaced-ip ) (*.net *.split)
2614 [20:36:37] *** Quits: hikiko (~hikiko@replaced-ip ) (*.net *.split)
2615 [20:36:37] *** Quits: yokel (~yokel@replaced-ip ) (*.net *.split)
2616 [20:36:37] *** Quits: cadeskywalker (~madoka@replaced-ip ) (*.net *.split)
2617 [20:36:37] *** Quits: WARBIRD199 (~WARBIRD19@replaced-ip ) (*.net *.split)
2618 [20:36:37] *** Quits: akaWolf (~akaWolf@replaced-ip ) (*.net *.split)
2619 [20:36:37] *** Quits: B-E-N (~B-E-N@replaced-ip ) (*.net *.split)
2620 [20:36:37] *** Quits: kingsley (~kingsley@replaced-ip ) (*.net *.split)
2621 [20:36:37] *** Quits: Aebian (~Aebian@replaced-ip ) (*.net *.split)
2622 [20:36:37] *** Quits: JonathanD (~JonathanD@replaced-ip ) (*.net *.split)
2623 [20:36:37] *** Quits: Cerise (~jerry@replaced-ip ) (*.net *.split)
2624 [20:36:37] *** Quits: DLange (~DLange@replaced-ip ) (*.net *.split)
2625 [20:36:37] *** Quits: lazywalker (~lazywalke@replaced-ip ) (*.net *.split)
2626 [20:36:37] *** Quits: Sigyn (sigyn@replaced-ip ) (*.net *.split)
2627 [20:36:37] *** Quits: eir (eir@replaced-ip ) (*.net *.split)
2628 [20:36:37] *** Quits: fax (~quassel@replaced-ip ) (*.net *.split)
2629 [20:36:37] *** Quits: allorder (allorder@replaced-ip ) (*.net *.split)
2630 [20:36:37] *** Quits: hitest (~hitest@replaced-ip ) (*.net *.split)
2631 [20:36:37] *** Quits: pimbaud (~pierre@replaced-ip ) (*.net *.split)
2632 [20:36:37] *** Quits: Echoz (~chris@replaced-ip ) (*.net *.split)
2633 [20:36:37] *** Quits: luna_is_here (~quassel@replaced-ip ) (*.net *.split)
2634 [20:36:37] *** Quits: jjakob (~quassel@replaced-ip ) (*.net *.split)
2635 [20:36:37] *** Quits: debsan (~debsan@replaced-ip ) (*.net *.split)
2636 [20:36:37] *** Quits: relipse (sid16131@replaced-ip ) (*.net *.split)
2637 [20:36:37] *** Quits: leonardus (sid358597@replaced-ip ) (*.net *.split)
2638 [20:36:37] *** Quits: ThothCastel (sid78195@replaced-ip ) (*.net *.split)
2639 [20:36:37] *** Quits: benoitc (sid1888@replaced-ip ) (*.net *.split)
2640 [20:36:37] *** Quits: jhill (sid1055@replaced-ip ) (*.net *.split)
2641 [20:36:37] *** Quits: MrTrick (uid181961@replaced-ip ) (*.net *.split)
2642 [20:36:37] *** Quits: apollo13 (apollo13@replaced-ip ) (*.net *.split)
2643 [20:36:37] *** Quits: kawaiipunk (~from@replaced-ip ) (*.net *.split)
2644 [20:36:37] *** Quits: elibrokeit (eschwartz@replaced-ip ) (*.net *.split)
2645 [20:36:37] *** Quits: terabit (sid146285@replaced-ip ) (*.net *.split)
2646 [20:36:37] *** Quits: XenGi (~quassel@replaced-ip ) (*.net *.split)
2647 [20:36:37] *** Quits: wsky (uid453465@replaced-ip ) (*.net *.split)
2648 [20:36:37] *** Quits: marko1325 (~Thunderbi@replaced-ip ) (*.net *.split)
2649 [20:36:37] *** Quits: APLU (~mulx@replaced-ip ) (*.net *.split)
2650 [20:36:37] *** Quits: astronavt (~astronavt@replaced-ip ) (*.net *.split)
2651 [20:36:37] *** Quits: genghiz (~genghiz@replaced-ip ) (*.net *.split)
2652 [20:36:37] *** Quits: iamgr00t (~iamgr00t@replaced-ip ) (*.net *.split)
2653 [20:36:37] *** Quits: Kilobyte22 (~kilobyte@replaced-ip ) (*.net *.split)
2654 [20:36:37] *** Quits: BrianG61UK_ (~BrianG61U@replaced-ip ) (*.net *.split)
2655 [20:36:37] *** Quits: shabius (~shabius@replaced-ip ) (*.net *.split)
2656 [20:36:37] *** Quits: teej (uid154177@replaced-ip ) (*.net *.split)
2657 [20:36:37] *** Quits: fAST (uid487945@replaced-ip ) (*.net *.split)
2658 [20:36:37] *** Quits: edlou (uid413273@replaced-ip ) (*.net *.split)
2659 [20:36:37] *** Quits: crawler (~crawler@replaced-ip ) (*.net *.split)
2660 [20:36:37] *** Quits: ghormoon (~ghormoon@replaced-ip ) (*.net *.split)
2661 [20:36:37] *** Quits: nmg (~nmg@replaced-ip ) (*.net *.split)
2662 [20:36:37] *** Quits: bandali (bandali@replaced-ip ) (*.net *.split)
2663 [20:36:37] *** Quits: mandeep (uid394387@replaced-ip ) (*.net *.split)
2664 [20:36:37] *** Quits: JPT (~jpt@replaced-ip ) (*.net *.split)
2665 [20:36:37] *** Quits: Colti (Miramar-FL@replaced-ip ) (*.net *.split)
2666 [20:36:37] *** Quits: cluelessperson (~cluelessp@replaced-ip ) (*.net *.split)
2667 [20:36:37] *** Quits: gangstacat (~gangstaca@replaced-ip ) (*.net *.split)
2668 [20:36:37] *** Quits: parisienne (sid383587@replaced-ip ) (*.net *.split)
2669 [20:36:37] *** Quits: buzel (~buzel@replaced-ip ) (*.net *.split)
2670 [20:36:37] *** Quits: altendky (sid135382@replaced-ip ) (*.net *.split)
2671 [20:36:37] *** Quits: a_west (~a_west@replaced-ip ) (*.net *.split)
2672 [20:36:37] *** Quits: ramshadow (ramshadow@replaced-ip ) (*.net *.split)
2673 [20:36:37] *** Quits: TW1920 (~quassel@replaced-ip ) (*.net *.split)
2674 [20:36:37] *** Quits: dftxbs3e (~dftxbs3e@replaced-ip ) (*.net *.split)
2675 [20:36:37] *** Quits: introom (introom@replaced-ip ) (*.net *.split)
2676 [20:36:37] *** Quits: Raito_Bezarius (~Raito@replaced-ip ) (*.net *.split)
2677 [20:36:37] *** Quits: Python1320 (Python1320@replaced-ip ) (*.net *.split)
2678 [20:36:37] *** Quits: aminvakil (~aminvakil@replaced-ip ) (*.net *.split)
2679 [20:36:37] *** Quits: Furai (~Furai@replaced-ip ) (*.net *.split)
2680 [20:36:37] *** Quits: sigint (sigint@replaced-ip ) (*.net *.split)
2681 [20:36:37] *** Quits: Riviera (Riviera@replaced-ip ) (*.net *.split)
2682 [20:36:37] *** Quits: enkrypt (~enkrypt@replaced-ip ) (*.net *.split)
2683 [20:36:37] *** Quits: never_released (~never_rel@replaced-ip ) (*.net *.split)
2684 [20:36:37] *** Quits: Namarrgon (~Namarrgon@replaced-ip ) (*.net *.split)
2685 [20:36:37] *** Quits: poxifide (deathspawn@replaced-ip ) (*.net *.split)
2686 [20:36:37] *** Quits: knaved (~knaved@replaced-ip ) (*.net *.split)
2687 [20:36:37] *** Quits: SpudDogg (~SpudDogg@replaced-ip ) (*.net *.split)
2688 [20:36:37] *** Quits: dudz (~toilet@replaced-ip ) (*.net *.split)
2689 [20:36:37] *** Quits: horseshoecrab (~crab@replaced-ip ) (*.net *.split)
2690 [20:36:37] *** Quits: deepy (deepy@replaced-ip ) (*.net *.split)
2691 [20:36:37] *** Quits: nix-7 (nix@replaced-ip ) (*.net *.split)
2692 [20:36:37] *** Quits: noettore (~noettore@replaced-ip ) (*.net *.split)
2693 [20:36:37] *** Quits: x10 (~x10@replaced-ip ) (*.net *.split)
2694 [20:36:37] *** Quits: _jakob (~jakob@replaced-ip ) (*.net *.split)
2695 [20:36:37] *** Quits: mboehn_ (mathias@replaced-ip ) (*.net *.split)
2696 [20:36:37] *** Quits: reith (~reith@replaced-ip ) (*.net *.split)
2697 [20:36:37] *** Quits: mnt_grrrl (mnt_grrrl@replaced-ip ) (*.net *.split)
2698 [20:36:37] *** Quits: kevinsan (~kevinsan@replaced-ip ) (*.net *.split)
2699 [20:36:37] *** Quits: wmey (~w@replaced-ip ) (*.net *.split)
2700 [20:36:37] *** Quits: zimmedon (~zimmedon@replaced-ip ) (*.net *.split)
2701 [20:36:37] *** Quits: ws2k3 (yctn@replaced-ip ) (*.net *.split)
2702 [20:36:37] *** Quits: luz1- (~luz1@replaced-ip ) (*.net *.split)
2703 [20:36:37] *** Quits: JStoker (jstoker@replaced-ip ) (*.net *.split)
2704 [20:36:37] *** Quits: Grldfrdom_ (A099@replaced-ip ) (*.net *.split)
2705 [20:36:37] *** Quits: serafeim (serafeim@replaced-ip ) (*.net *.split)
2706 [20:36:37] *** Quits: Hobby_boy (Hobbyboy@replaced-ip ) (*.net *.split)
2707 [20:36:37] *** Quits: nyuszika7h (nyuszika7h@replaced-ip ) (*.net *.split)
2708 [20:36:37] *** Quits: ChillerDragon (~chiller@replaced-ip ) (*.net *.split)
2709 [20:36:37] *** Quits: bern (~bern@replaced-ip ) (*.net *.split)
2710 [20:36:37] *** Quits: rom1v (~rom1v@replaced-ip ) (*.net *.split)
2711 [20:36:37] *** Quits: fnordbar (~fnordbar@replaced-ip ) (*.net *.split)
2712 [20:36:37] *** Quits: Samhain (~amr@replaced-ip ) (*.net *.split)
2713 [20:36:37] *** Quits: Dotz0cat_ (~Dotz0cat@replaced-ip ) (*.net *.split)
2714 [20:36:37] *** Quits: stree (~stree@replaced-ip ) (*.net *.split)
2715 [20:36:37] *** Quits: alexandros_c (~quassel@replaced-ip ) (*.net *.split)
2716 [20:36:37] *** Quits: hqdruxn08 (~hqdruxn08@replaced-ip ) (*.net *.split)
2717 [20:36:37] *** Quits: phogg (~phogg@replaced-ip ) (*.net *.split)
2718 [20:36:37] *** Quits: iterati (~vangelis@replaced-ip ) (*.net *.split)
2719 [20:36:37] *** Quits: superleaf1995 (bdb3f094@replaced-ip ) (*.net *.split)
2720 [20:36:37] *** Quits: danwellby (~danwellby@replaced-ip ) (*.net *.split)
2721 [20:36:37] *** Quits: LucaTM (~LucaTM@replaced-ip ) (*.net *.split)
2722 [20:36:38] *** Quits: fflori (~fflori@replaced-ip ) (*.net *.split)
2723 [20:36:38] *** Quits: tagomago (~tagomago@replaced-ip ) (*.net *.split)
2724 [20:36:38] *** Quits: flommi (~flommi@replaced-ip ) (*.net *.split)
2725 [20:36:38] *** Quits: AmigaGod (~quassel@replaced-ip ) (*.net *.split)
2726 [20:36:38] *** Quits: BerntH (~BerntH@replaced-ip ) (*.net *.split)
2727 [20:36:38] *** Quits: locotus (~noahfx@replaced-ip ) (*.net *.split)
2728 [20:36:38] *** Quits: dfch (~dfch@replaced-ip ) (*.net *.split)
2729 [20:36:38] *** Quits: jelly (jelly@replaced-ip ) (*.net *.split)
2730 [20:36:38] *** Quits: downtrip (~downtrip@replaced-ip ) (*.net *.split)
2731 [20:36:38] *** Quits: Jck_true (~Jck_true@replaced-ip ) (*.net *.split)
2732 [20:36:38] *** Quits: bmlzootown_ (~bmlzootow@replaced-ip ) (*.net *.split)
2733 [20:36:38] *** Quits: plant-ian (~plantian@replaced-ip ) (*.net *.split)
2734 [20:36:38] *** Quits: anonymip (~anonymip@replaced-ip ) (*.net *.split)
2735 [20:36:38] *** Quits: OlCe (~user@replaced-ip ) (*.net *.split)
2736 [20:36:38] *** Quits: azrazalea (~azrazalea@replaced-ip ) (*.net *.split)
2737 [20:36:38] *** Quits: JmaJeremy (~JmaJeremy@replaced-ip ) (*.net *.split)
2738 [20:36:38] *** Quits: dragestil (~quassel@replaced-ip ) (*.net *.split)
2739 [20:36:38] *** Quits: Someguy123 (~someguy@replaced-ip ) (*.net *.split)
2740 [20:36:38] *** Quits: qubenix (~qubenix@replaced-ip ) (*.net *.split)
2741 [20:36:38] *** Quits: ddevault (znc@replaced-ip ) (*.net *.split)
2742 [20:36:38] *** Quits: kline (~kline@replaced-ip ) (*.net *.split)
2743 [20:36:38] *** Quits: nicole (ilbelkyr@replaced-ip ) (*.net *.split)
2744 [20:36:38] *** Quits: sa-ghosts (~sa-ghosts@replaced-ip ) (*.net *.split)
2745 [20:36:38] *** Quits: frimodig (~Thunderbi@replaced-ip ) (*.net *.split)
2746 [20:36:38] *** Quits: WrathOfAchilles (unit193@replaced-ip ) (*.net *.split)
2747 [20:36:38] *** Quits: SponiX (~sponix@replaced-ip ) (*.net *.split)
2748 [20:36:38] *** Quits: xakan (~xakan@replaced-ip ) (*.net *.split)
2749 [20:36:38] *** Quits: cp- (~cp-@replaced-ip ) (*.net *.split)
2750 [20:36:38] *** Quits: Abdullah (ak@replaced-ip ) (*.net *.split)
2751 [20:36:38] *** Quits: macrobat (~beep@replaced-ip ) (*.net *.split)
2752 [20:36:38] *** Quits: jeweet_ (~jeweet_@replaced-ip ) (*.net *.split)
2753 [20:36:38] *** Quits: m1dnight_ (~m1dnight@replaced-ip ) (*.net *.split)
2754 [20:36:38] *** Quits: karlpinc (~user@replaced-ip ) (*.net *.split)
2755 [20:36:38] *** Quits: iliv (~iliv@replaced-ip ) (*.net *.split)
2756 [20:36:38] *** Quits: A2666__ (~A2666@replaced-ip ) (*.net *.split)
2757 [20:36:38] *** Quits: ttys000 (~ttys000@replaced-ip ) (*.net *.split)
2758 [20:36:38] *** Quits: graytron (~tero@replaced-ip ) (*.net *.split)
2759 [20:36:38] *** Quits: zapatista (~zapatista@replaced-ip ) (*.net *.split)
2760 [20:36:38] *** Quits: talin (~unknown@replaced-ip ) (*.net *.split)
2761 [20:36:38] *** Quits: met (~met@replaced-ip ) (*.net *.split)
2762 [20:36:38] *** Quits: makani (makani@replaced-ip ) (*.net *.split)
2763 [20:36:38] *** Quits: brachamh (~bracham@replaced-ip ) (*.net *.split)
2764 [20:36:38] *** Quits: LordLamer (~lordlamer@replaced-ip ) (*.net *.split)
2765 [20:36:38] *** Quits: xedniv (~xedniv@replaced-ip ) (*.net *.split)
2766 [20:36:38] *** Quits: kcz (~quassel@replaced-ip ) (*.net *.split)
2767 [20:36:38] *** Quits: meti (~meti@replaced-ip ) (*.net *.split)
2768 [20:36:38] *** Quits: Space_Man (~Space_Man@replaced-ip ) (*.net *.split)
2769 [20:36:38] *** Quits: yae7nae4 (~yae7nae4@replaced-ip ) (*.net *.split)
2770 [20:36:38] *** Quits: or4n (~or4n@replaced-ip ) (*.net *.split)
2771 [20:36:38] *** Quits: el (~el@replaced-ip ) (*.net *.split)
2772 [20:36:38] *** Quits: Soliton (~Soliton@replaced-ip ) (*.net *.split)
2773 [20:36:38] *** Quits: Mava42 (Mava@replaced-ip ) (*.net *.split)
2774 [20:36:38] *** Quits: antoine (~antoine@replaced-ip ) (*.net *.split)
2775 [20:36:38] *** Quits: DoctorD90 (~DoctorD90@replaced-ip ) (*.net *.split)
2776 [20:36:38] *** Quits: VectorX (~VectorX@replaced-ip ) (*.net *.split)
2777 [20:36:38] *** Quits: ericnoan (~en@replaced-ip ) (*.net *.split)
2778 [20:36:38] *** Quits: eirc (~eirc@replaced-ip ) (*.net *.split)
2779 [20:36:38] *** Quits: mort (~mort96@replaced-ip ) (*.net *.split)
2780 [20:36:38] *** Quits: LiquidS (~LiquidS@replaced-ip ) (*.net *.split)
2781 [20:36:38] *** Quits: marcaurele (~marcaurel@replaced-ip ) (*.net *.split)
2782 [20:36:38] *** Quits: tabb (tabb@replaced-ip ) (*.net *.split)
2783 [20:36:38] *** Quits: atehwa (atehwa@replaced-ip ) (*.net *.split)
2784 [20:36:38] *** Quits: Ssquidly (~squidly@replaced-ip ) (*.net *.split)
2785 [20:36:38] *** Quits: fredsted (~fredsted@replaced-ip ) (*.net *.split)
2786 [20:36:38] *** Quits: tempora (~tempus@replaced-ip ) (*.net *.split)
2787 [20:36:38] *** Quits: nopf (~frosch@replaced-ip ) (*.net *.split)
2788 [20:36:38] *** Quits: JasonO (~jason@replaced-ip ) (*.net *.split)
2789 [20:36:38] *** Quits: michele (~eraser@replaced-ip ) (*.net *.split)
2790 [20:36:38] *** Quits: Voxel (~v7@replaced-ip ) (*.net *.split)
2791 [20:36:38] *** Quits: eldritch (~eldritch@replaced-ip ) (*.net *.split)
2792 [20:36:38] *** Quits: ndorf (~nd@replaced-ip ) (*.net *.split)
2793 [20:36:38] *** Quits: Johann (~cisswit@replaced-ip ) (*.net *.split)
2794 [20:36:38] *** Quits: trewas (~trewas@replaced-ip ) (*.net *.split)
2795 [20:36:38] *** Quits: javi404 (~quassel@replaced-ip ) (*.net *.split)
2796 [20:36:38] *** Quits: cheapie (cheapie@replaced-ip ) (*.net *.split)
2797 [20:36:38] *** Quits: a3Dman (~3Dman@replaced-ip ) (*.net *.split)
2798 [20:36:38] *** Quits: sdx23 (~sdx23@replaced-ip ) (*.net *.split)
2799 [20:36:38] *** Quits: empty_string (emptystrin@replaced-ip ) (*.net *.split)
2800 [20:36:38] *** Quits: KNERD (~KNERD@replaced-ip ) (*.net *.split)
2801 [20:36:38] *** Quits: boubou (~boubou@replaced-ip ) (*.net *.split)
2802 [20:36:38] *** Quits: donran (~donran@replaced-ip ) (*.net *.split)
2803 [20:36:38] *** Quits: dondelelcaro (~don@replaced-ip ) (*.net *.split)
2804 [20:36:38] *** Quits: LaurentDumont (~LaurentDu@replaced-ip ) (*.net *.split)
2805 [20:36:38] *** Quits: Kralle (~Kralle@replaced-ip ) (*.net *.split)
2806 [20:36:38] *** Quits: tabakhase (tabakhase@replaced-ip ) (*.net *.split)
2807 [20:36:38] *** Quits: Spydar007 (spydar007@replaced-ip ) (*.net *.split)
2808 [20:36:38] *** Quits: leachim6 (~leachim6@replaced-ip ) (*.net *.split)
2809 [20:36:38] *** Quits: folivora (~out@replaced-ip ) (*.net *.split)
2810 [20:36:38] *** Quits: HotSwap (~hotswap@replaced-ip ) (*.net *.split)
2811 [20:36:38] *** Quits: sney (~sney@replaced-ip ) (*.net *.split)
2812 [20:36:38] *** Quits: bigpresh (~bigpresh@replaced-ip ) (*.net *.split)
2813 [20:36:38] *** Quits: TonyL (~Tony@replaced-ip ) (*.net *.split)
2814 [20:36:38] *** Quits: RT_FM (~RT_FM@replaced-ip ) (*.net *.split)
2815 [20:36:38] *** Quits: amosbird (~amosbird@replaced-ip ) (*.net *.split)
2816 [20:36:38] *** Quits: etp (~etp@replaced-ip ) (*.net *.split)
2817 [20:36:38] *** Quits: smashgrab (~smashgrab@replaced-ip ) (*.net *.split)
2818 [20:36:38] *** Quits: AciD` (~fu@replaced-ip ) (*.net *.split)
2819 [20:36:38] *** Quits: redrabbit (~nick@replaced-ip ) (*.net *.split)
2820 [20:36:38] *** Quits: oznt (~oznt@replaced-ip ) (*.net *.split)
2821 [20:36:38] *** Quits: atomi_ (~atomi@replaced-ip ) (*.net *.split)
2822 [20:36:38] *** Quits: jer0me (~jerome@replaced-ip ) (*.net *.split)
2823 [20:36:38] *** Quits: nyany (~NyanCat@replaced-ip ) (*.net *.split)
2824 [20:36:38] *** Quits: JyZyXEL (~foo@replaced-ip ) (*.net *.split)
2825 [20:36:38] *** Quits: alexises (~lameire@replaced-ip ) (*.net *.split)
2826 [20:36:38] *** Quits: DarkaMaul (~ac@replaced-ip ) (*.net *.split)
2827 [20:36:38] *** Quits: elkalamar_ (elkalamar@replaced-ip ) (*.net *.split)
2828 [20:36:38] *** Quits: igrtrrt (~igrtrrt@replaced-ip ) (*.net *.split)
2829 [20:36:38] *** Quits: Lxrowe (~Lxrowe@replaced-ip ) (*.net *.split)
2830 [20:36:38] *** Quits: dthpulse (~quassel@replaced-ip ) (*.net *.split)
2831 [20:36:38] *** Quits: jmcgnh (~jmcgnh@replaced-ip ) (*.net *.split)
2832 [20:36:38] *** Quits: akp55 (~akp55@replaced-ip ) (*.net *.split)
2833 [20:36:38] *** Quits: Aavar_ (~aavar@replaced-ip ) (*.net *.split)
2834 [20:36:38] *** Quits: BillyZane (BillyZane@replaced-ip ) (*.net *.split)
2835 [20:36:38] *** Quits: shiki (~sevu@replaced-ip ) (*.net *.split)
2836 [20:36:38] *** Quits: Section1 (~section1@replaced-ip ) (*.net *.split)
2837 [20:36:38] *** Quits: Q_Continuum (~quassel@replaced-ip ) (*.net *.split)
2838 [20:36:38] *** Quits: dexta (~D3XTA@replaced-ip ) (*.net *.split)
2839 [20:36:38] *** Quits: puke (~vroom@replaced-ip ) (*.net *.split)
2840 [20:36:38] *** Quits: Plan_IX (~P9@replaced-ip ) (*.net *.split)
2841 [20:36:38] *** Quits: trly (~trly@replaced-ip ) (*.net *.split)
2842 [20:36:38] *** Quits: hexnewbie (~hexnewbie@replaced-ip ) (*.net *.split)
2843 [20:36:38] *** Quits: plasmik (~gentlelis@replaced-ip ) (*.net *.split)
2844 [20:36:38] *** Quits: plasticle (~plasticle@replaced-ip ) (*.net *.split)
2845 [20:36:38] *** Quits: madmattco (~kimjongil@replaced-ip ) (*.net *.split)
2846 [20:36:38] *** Quits: LuKaRo (~LuKaRo@replaced-ip ) (*.net *.split)
2847 [20:36:38] *** Quits: Riharu (~cerberus@replaced-ip ) (*.net *.split)
2848 [20:36:38] *** Quits: dastier (~dastier@replaced-ip ) (*.net *.split)
2849 [20:36:38] *** Quits: magnulu (~magnulu@replaced-ip ) (*.net *.split)
2850 [20:36:38] *** Quits: ksk (~ksk@replaced-ip ) (*.net *.split)
2851 [20:36:38] *** Quits: shingouz (~not@replaced-ip ) (*.net *.split)
2852 [20:36:38] *** Quits: Sellerie (~sellerie_@replaced-ip ) (*.net *.split)
2853 [20:36:38] *** Quits: saptech (~saptech@replaced-ip ) (*.net *.split)
2854 [20:36:38] *** Quits: cliluw (~cliluw@replaced-ip ) (*.net *.split)
2855 [20:36:38] *** Quits: enseneo (~madneap@replaced-ip ) (*.net *.split)
2856 [20:36:38] *** Quits: GreenRiot (~greenriot@replaced-ip ) (*.net *.split)
2857 [20:36:38] *** Quits: jh001_ (~user@replaced-ip ) (*.net *.split)
2858 [20:36:38] *** Quits: nyaomin (~naomi@replaced-ip ) (*.net *.split)
2859 [20:36:38] *** Quits: mxco86 (~mxco86@replaced-ip ) (*.net *.split)
2860 [20:36:38] *** Quits: megoix (~megoix@replaced-ip ) (*.net *.split)
2861 [20:36:38] *** Quits: buzzzz (~buzzzz@replaced-ip ) (*.net *.split)
2862 [20:36:38] *** Quits: Dev0n (~Dev0n@replaced-ip ) (*.net *.split)
2863 [20:36:38] *** Quits: lord4163 (~lord4163@replaced-ip ) (*.net *.split)
2864 [20:36:38] *** Quits: sobkas (~sobkas@replaced-ip ) (*.net *.split)
2865 [20:36:38] *** Quits: bachler (~bachler@replaced-ip ) (*.net *.split)
2866 [20:36:38] *** Quits: Sleepy63 (~Sleepy63@replaced-ip ) (*.net *.split)
2867 [20:36:38] *** Quits: dob1 (~dob1@replaced-ip ) (*.net *.split)
2868 [20:36:38] *** Quits: Fox (~fox@replaced-ip ) (*.net *.split)
2869 [20:36:38] *** Quits: dece (~Shgck@replaced-ip ) (*.net *.split)
2870 [20:36:38] *** Quits: LaunchDirector (~pi@replaced-ip ) (*.net *.split)
2871 [20:36:38] *** Quits: bryceml (~bryceml@replaced-ip ) (*.net *.split)
2872 [20:36:38] *** Quits: zeroed (~admin@replaced-ip ) (*.net *.split)
2873 [20:36:38] *** Quits: kanzure (~kanzure@replaced-ip ) (*.net *.split)
2874 [20:36:38] *** Quits: benpro (~benpro@replaced-ip ) (*.net *.split)
2875 [20:36:38] *** Quits: ttrs (~ttrs@replaced-ip ) (*.net *.split)
2876 [20:36:38] *** Quits: dazo (~freenode@replaced-ip ) (*.net *.split)
2877 [20:36:38] *** Quits: quasineutral (~quasineut@replaced-ip ) (*.net *.split)
2878 [20:36:39] *** Quits: keyvan (~keyvan@replaced-ip ) (*.net *.split)
2879 [20:36:39] *** Quits: jordanm (~jordanm@replaced-ip ) (*.net *.split)
2880 [20:36:39] *** Quits: tomocha_ (tomocha@replaced-ip ) (*.net *.split)
2881 [20:36:39] *** Quits: debhelper (~debhelper@replaced-ip ) (*.net *.split)
2882 [20:36:39] *** Quits: ballot (~darkalia@replaced-ip ) (*.net *.split)
2883 [20:36:39] *** Quits: desuwulf (sid36738@replaced-ip ) (*.net *.split)
2884 [20:36:39] *** Quits: sponix2ipfw (uid273627@replaced-ip ) (*.net *.split)
2885 [20:36:39] *** Quits: television (~alex@replaced-ip ) (*.net *.split)
2886 [20:36:39] *** Quits: teksimian (~teksimian@replaced-ip ) (*.net *.split)
2887 [20:36:39] *** Quits: blueness (~blueness@replaced-ip ) (*.net *.split)
2888 [20:36:39] *** Quits: mirko (~mirko@replaced-ip ) (*.net *.split)
2889 [20:36:39] *** Quits: pyre (~pyre@replaced-ip ) (*.net *.split)
2890 [20:36:39] *** Quits: Roedy (Roedy@replaced-ip ) (*.net *.split)
2891 [20:36:39] *** Quits: hemimaniac (~hemimania@replaced-ip ) (*.net *.split)
2892 [20:36:39] *** Quits: Brian- (~brian@replaced-ip ) (*.net *.split)
2893 [20:36:39] *** Quits: grinsekatze (~andreas@replaced-ip ) (*.net *.split)
2894 [20:36:39] *** Quits: artlogic (~artlogic@replaced-ip ) (*.net *.split)
2895 [20:36:39] *** Quits: morph (~matrixirc@replaced-ip ) (*.net *.split)
2896 [20:36:39] *** Quits: swk (~swk@replaced-ip ) (*.net *.split)
2897 [20:36:39] *** Quits: npcomp (~user@replaced-ip ) (*.net *.split)
2898 [20:36:39] *** Quits: ecdhe (~ecdhe@replaced-ip ) (*.net *.split)
2899 [20:36:39] *** Quits: freanux (~freanux@replaced-ip ) (*.net *.split)
2900 [20:36:39] *** Quits: derlg (~DerL@replaced-ip ) (*.net *.split)
2901 [20:36:39] *** Quits: sgo11 (~song@replaced-ip ) (*.net *.split)
2902 [20:36:39] *** Quits: fnstudio (~test@replaced-ip ) (*.net *.split)
2903 [20:36:39] *** Quits: brabo (~brabo@replaced-ip ) (*.net *.split)
2904 [20:36:39] *** Quits: DustyDingo (~nonamen@replaced-ip ) (*.net *.split)
2905 [20:36:39] *** Quits: zerocool (~muhGNUdoh@replaced-ip ) (*.net *.split)
2906 [20:36:39] *** Quits: gpxlnx (gpxlnxmatr@replaced-ip ) (*.net *.split)
2907 [20:36:39] *** Quits: alexrelis[m] (alexrelism@replaced-ip ) (*.net *.split)
2908 [20:36:39] *** Quits: diegov_ (diegovmatr@replaced-ip ) (*.net *.split)
2909 [20:36:39] *** Quits: WillPittenger (willpitten@replaced-ip ) (*.net *.split)
2910 [20:36:39] *** Quits: Pjusur (~Pjusur@replaced-ip ) (*.net *.split)
2911 [20:36:39] *** Quits: mangix (~quassel@replaced-ip ) (*.net *.split)
2912 [20:36:39] *** Quits: NetTerminalGene (~Thunderbi@replaced-ip ) (*.net *.split)
2913 [20:36:39] *** Quits: black_ant (~antilope@replaced-ip ) (*.net *.split)
2914 [20:36:39] *** Quits: Hunterkll (~hunterkll@replaced-ip ) (*.net *.split)
2915 [20:36:39] *** Quits: eth01 (sid271749@replaced-ip ) (*.net *.split)
2916 [20:36:39] *** Quits: MrNaz (sid133418@replaced-ip ) (*.net *.split)
2917 [20:36:39] *** Quits: gturner (gturner@replaced-ip ) (*.net *.split)
2918 [20:36:39] *** Quits: mniip (~mniip@replaced-ip ) (*.net *.split)
2919 [20:36:39] *** Quits: MikeDebian (~Mike@replaced-ip ) (*.net *.split)
2920 [20:36:39] *** Quits: tds (~tds@replaced-ip ) (*.net *.split)
2921 [20:36:39] *** Quits: neoweb (sid343200@replaced-ip ) (*.net *.split)
2922 [20:36:39] *** Quits: CaptainN (sid281065@replaced-ip ) (*.net *.split)
2923 [20:36:39] *** Quits: Papa (~papa@replaced-ip ) (*.net *.split)
2924 [20:36:39] *** Quits: JerryXiao (~JerryXiao@replaced-ip ) (*.net *.split)
2925 [20:36:39] *** Quits: shtouff (~shtouff@replaced-ip ) (*.net *.split)
2926 [20:36:39] *** Quits: aib (~aib@replaced-ip ) (*.net *.split)
2927 [20:36:39] *** Quits: mumixam (~m@replaced-ip ) (*.net *.split)
2928 [20:36:39] *** Quits: Chex (sss@replaced-ip ) (*.net *.split)
2929 [20:36:39] *** Quits: Hobbyboy (Hobbyboy@replaced-ip ) (*.net *.split)
2930 [20:36:39] *** Quits: Gertm- (~gertm@replaced-ip ) (*.net *.split)
2931 [20:36:39] *** Quits: sparsify (~sparsify@replaced-ip ) (*.net *.split)
2932 [20:36:39] *** Quits: f8e4 (~user@replaced-ip ) (*.net *.split)
2933 [20:36:39] *** Quits: koollman (samson_t@replaced-ip ) (*.net *.split)
2934 [20:36:39] *** Quits: H4ndy (~H4ndy@replaced-ip ) (*.net *.split)
2935 [20:36:39] *** Quits: churnd (~churnd@replaced-ip ) (*.net *.split)
2936 [20:40:19] *** Joins: kristijonas (~Kristijon@replaced-ip )
2937 [20:40:19] *** Joins: alexxander (alexxander@replaced-ip )
2938 [20:40:19] *** Joins: DaNeenjah (~DaNeenjah@replaced-ip )
2939 [20:40:19] *** Joins: DeaDSouL (~DeaDSouL@replaced-ip )
2940 [20:40:19] *** Joins: Mathisen (~mathisen@replaced-ip )
2941 [20:40:19] *** Joins: eldereko (eldereko@replaced-ip )
2942 [20:40:19] *** Joins: alexandros_tab (~quassel@replaced-ip )
2943 [20:40:19] *** Joins: |3ean (~root@replaced-ip )
2944 [20:40:19] *** Joins: tgunr (admin@replaced-ip )
2945 [20:40:19] *** Joins: DerHorst_ (~derhorst@replaced-ip )
2946 [20:40:19] *** Joins: ra1stlin (~ra1stlin@replaced-ip )
2947 [20:40:19] *** Joins: catman370 (~catman@replaced-ip )
2948 [20:40:19] *** Joins: thiras (~thiras@replaced-ip )
2949 [20:40:19] *** Joins: galex-713_ (~quassel@replaced-ip )
2950 [20:40:19] *** Joins: Samhain (~amr@replaced-ip )
2951 [20:40:19] *** Joins: craigevil (craig@replaced-ip )
2952 [20:40:19] *** Joins: zyley (~zyley@replaced-ip )
2953 [20:40:19] *** Joins: ibex (~ibex@replaced-ip )
2954 [20:40:19] *** Joins: hotFix (~quassel@replaced-ip )
2955 [20:40:19] *** Joins: cnsvc (~cnsvc@replaced-ip )
2956 [20:40:19] *** Joins: Dotz0cat_ (~Dotz0cat@replaced-ip )
2957 [20:40:19] *** Joins: bubi67 (~klo_jnk@replaced-ip )
2958 [20:40:19] *** Joins: ml| (~ml|@replaced-ip )
2959 [20:40:19] *** Joins: fax (~quassel@replaced-ip )
2960 [20:40:19] *** Joins: mirrorbird (~psutcliff@replaced-ip )
2961 [20:40:19] *** Joins: Jerrynicki (~niklas@replaced-ip )
2962 [20:40:19] *** Joins: FnorZ (~FnorZ@replaced-ip )
2963 [20:40:19] *** Joins: greycat (~greg@replaced-ip )
2964 [20:40:19] *** Joins: semeion (~semeion@replaced-ip )
2965 [20:40:19] *** Joins: uvolmer (~uvolmer@replaced-ip )
2966 [20:40:19] *** Joins: HeXiLeD (~grumpy@replaced-ip )
2967 [20:40:19] *** Joins: allorder (allorder@replaced-ip )
2968 [20:40:19] *** Joins: Ekis (~Ekis@replaced-ip )
2969 [20:40:19] *** Joins: pimbaud (~pierre@replaced-ip )
2970 [20:40:19] *** Joins: hitest (~hitest@replaced-ip )
2971 [20:40:19] *** Joins: Haudegen (~quassel@replaced-ip )
2972 [20:40:19] *** Joins: stree (~stree@replaced-ip )
2973 [20:40:19] *** Joins: _aeris_ (~aeris@replaced-ip )
2974 [20:40:19] *** Joins: wallacer (~quassel@replaced-ip )
2975 [20:40:19] *** Joins: alexandros_c (~quassel@replaced-ip )
2976 [20:40:19] *** Joins: hqdruxn08 (~hqdruxn08@replaced-ip )
2977 [20:40:19] *** Joins: trysten (~user@replaced-ip )
2978 [20:40:19] *** Joins: nickodd (~nickodd@replaced-ip )
2979 [20:40:19] *** Joins: colemickens (colemicken@replaced-ip )
2980 [20:40:19] *** Joins: CrazyEddy (crazyed@replaced-ip )
2981 [20:40:19] *** Joins: phogg (~phogg@replaced-ip )
2982 [20:40:19] *** Joins: gpxlnx (gpxlnxmatr@replaced-ip )
2983 [20:40:19] *** Joins: hyiltiz-M (hyiltizkde@replaced-ip )
2984 [20:40:19] *** Joins: JohnDoh (~jeff@replaced-ip )
2985 [20:40:19] *** Joins: n4dir (~n4dir@replaced-ip )
2986 [20:40:19] *** Joins: koniu (~koniu@replaced-ip )
2987 [20:40:19] *** Joins: geowiesnot (~user@replaced-ip )
2988 [20:40:19] *** Joins: gordonfish (~gordonfis@replaced-ip )
2989 [20:40:19] *** Joins: led_belly_ (~led_belly@replaced-ip )
2990 [20:40:19] *** Joins: Nokaji (~Nokaji@replaced-ip )
2991 [20:40:19] *** Joins: |shark| (~shark_@replaced-ip )
2992 [20:40:19] *** Joins: cybiko123 (~cybiko123@replaced-ip )
2993 [20:40:19] *** Joins: DirkS (~DirkS@replaced-ip )
2994 [20:40:19] *** Joins: cosimone (~cosimone@replaced-ip )
2995 [20:40:19] *** Joins: Marissa (Marissa@replaced-ip )
2996 [20:40:19] *** Joins: _rsully (~rsully@replaced-ip )
2997 [20:40:19] *** Joins: bleb (~cm@replaced-ip )
2998 [20:40:19] *** Joins: blackest_mamba (~blackest_@replaced-ip )
2999 [20:40:19] *** Joins: einyx_ (einyx@replaced-ip )
3000 [20:40:19] *** Joins: Enissay2 (~Enissay@replaced-ip )
3001 [20:40:19] *** Joins: Fufu (~Fufu@replaced-ip )
3002 [20:40:19] *** Joins: c10l (~c10l@replaced-ip )
3003 [20:40:19] *** Joins: Ruud (~Ruud@replaced-ip )
3004 [20:40:19] *** Joins: Dadrophenia (~Dadrophen@replaced-ip )
3005 [20:40:19] *** Joins: paradizelost (~paradizel@replaced-ip )
3006 [20:40:19] *** Joins: paulgrmn_ (~paulgrmn@replaced-ip )
3007 [20:40:19] *** Joins: hwm4rgs (~hwm4rgs@replaced-ip )
3008 [20:40:19] *** Joins: Nefertari (~Nefertiti@replaced-ip )
3009 [20:40:19] *** Joins: psiance8 (~psiance@replaced-ip )
3010 [20:40:19] *** Joins: elkalamar_ (elkalamar@replaced-ip )
3011 [20:40:19] *** Joins: tangarora__ (~tangarora@replaced-ip )
3012 [20:40:19] *** Joins: ddsys (~ddsys@replaced-ip )
3013 [20:40:19] *** Joins: s8548a_ (~s8548a@replaced-ip )
3014 [20:40:19] *** Joins: d3sync|2 (~d3sync@replaced-ip )
3015 [20:40:19] *** Joins: jadax (~jadax@replaced-ip )
3016 [20:40:19] *** Joins: Scotty_Trees (~Scotty_Tr@replaced-ip )
3017 [20:40:19] *** Joins: terrorjack (~terrorjac@replaced-ip )
3018 [20:40:19] *** Joins: Night-Shade (~TimF@replaced-ip )
3019 [20:40:19] *** Joins: Echoz (~chris@replaced-ip )
3020 [20:40:19] *** Joins: ChmEarl (~chmearl@replaced-ip )
3021 [20:40:19] *** Joins: Flukp (~Flukp@replaced-ip )
3022 [20:40:19] *** Joins: adapter (~adapter@replaced-ip )
3023 [20:40:19] *** Joins: zalt__ (~devp@replaced-ip )
3024 [20:40:19] *** Joins: sig_9 (~sig@replaced-ip )
3025 [20:40:19] *** Joins: Bjornn (~Bjornn@replaced-ip )
3026 [20:40:19] *** Joins: CaptainBlackton (~Blackton@replaced-ip )
3027 [20:40:19] *** Joins: _0bitcount (~Big_Byte@replaced-ip )
3028 [20:40:19] *** Joins: mrAZ (~code@replaced-ip )
3029 [20:40:19] *** Joins: diogenes_ (~diogenes_@replaced-ip )
3030 [20:40:19] *** Joins: szorfein (~daggoth@replaced-ip )
3031 [20:40:19] *** Joins: fredl (~fredl@replaced-ip )
3032 [20:40:19] *** Joins: mrjpaxton[m] (mrjpaxton-@replaced-ip )
3033 [20:40:19] *** Joins: Tom01 (~tom@replaced-ip )
3034 [20:40:19] *** Joins: fling (~fling@replaced-ip )
3035 [20:40:19] *** Joins: diniwed (~gavron@replaced-ip )
3036 [20:40:19] *** Joins: luna_is_here (~quassel@replaced-ip )
3037 [20:40:19] *** Joins: hanasaki (~hanasaki@replaced-ip )
3038 [20:40:19] *** Joins: hendursaga (~weechat@replaced-ip )
3039 [20:40:19] *** Joins: iterati (~vangelis@replaced-ip )
3040 [20:40:19] *** Joins: affix (~affix@replaced-ip )
3041 [20:40:19] *** Joins: misgender (~misgender@replaced-ip )
3042 [20:40:19] *** Joins: kriger (~norge@replaced-ip )
3043 [20:40:19] *** Joins: Slashman (~Slash@replaced-ip )
3044 [20:40:19] *** Joins: amerigo (uid331857@replaced-ip )
3045 [20:40:19] *** Joins: igrtrrt (~igrtrrt@replaced-ip )
3046 [20:40:19] *** Joins: twobitsprite (~isaac.fre@cpe-173-95-153-183.nc.res.rr.com)
3047 [20:40:19] *** Joins: beelzebuzz (~rasputin@replaced-ip )
3048 [20:40:19] *** Joins: jjakob (~quassel@replaced-ip )
3049 [20:40:19] *** Joins: superleaf1995 (bdb3f094@replaced-ip )
3050 [20:40:19] *** Joins: holgersson (~quassel@replaced-ip )
3051 [20:40:19] *** Joins: Spr1ng (~Spr1ng@replaced-ip )
3052 [20:40:19] *** Joins: fstd (~fstd@replaced-ip )
3053 [20:40:19] *** Joins: cdown (~cdown@replaced-ip )
3054 [20:40:19] *** Joins: shibboleth (~shibbolet@replaced-ip )
3055 [20:40:20] *** Joins: riff-IRC (~riff2@replaced-ip )
3056 [20:40:20] *** Joins: Romarain (~Romarain@replaced-ip )
3057 [20:40:20] *** Joins: euandreh (~euandreh@replaced-ip )
3058 [20:40:20] *** Joins: qqx (~qqx@replaced-ip )
3059 [20:40:20] *** Joins: Manouchehri (sid384576@replaced-ip )
3060 [20:40:20] *** Joins: astra (sid289983@replaced-ip )
3061 [20:40:20] *** Joins: Iamahuman (~noname@replaced-ip )
3062 [20:40:20] *** Joins: polyphem (~p0lyph3m@replaced-ip )
3063 [20:40:20] *** Joins: panzeroceania (sid16210@replaced-ip )
3064 [20:40:20] *** Joins: w-oertl (~wolfgang@replaced-ip )
3065 [20:40:20] *** Joins: debsan (~debsan@replaced-ip )
3066 [20:40:20] *** Joins: sweatsuit (~sweatsuit@replaced-ip )
3067 [20:40:20] *** Joins: darunesh (~darunesh@replaced-ip )
3068 [20:40:20] *** Joins: Conradish006 (~Conradish@replaced-ip )
3069 [20:40:20] *** Joins: Lutin (~Lutin@replaced-ip )
3070 [20:40:20] *** Joins: rewrited (~rewrited@replaced-ip )
3071 [20:40:20] *** Joins: kozowu (uid44796@replaced-ip )
3072 [20:40:20] *** Joins: relipse (sid16131@replaced-ip )
3073 [20:40:20] *** Joins: leonardus (sid358597@replaced-ip )
3074 [20:40:20] *** Joins: graingert (sid128301@replaced-ip )
3075 [20:40:20] *** Joins: ThothCastel (sid78195@replaced-ip )
3076 [20:40:20] *** Joins: kwmiebach (sid16855@replaced-ip )
3077 [20:40:20] *** Joins: benoitc (sid1888@replaced-ip )
3078 [20:40:20] *** Joins: jhill (sid1055@replaced-ip )
3079 [20:40:20] *** Joins: CrystalMath (~coderain@replaced-ip )
3080 [20:40:20] *** Joins: asymptotically (~asymptoti@replaced-ip )
3081 [20:40:20] *** Joins: dez (uid92154@replaced-ip )
3082 [20:40:20] *** Joins: search_social (~search_so@replaced-ip )
3083 [20:40:20] *** Joins: Section1 (~section1@replaced-ip )
3084 [20:40:20] *** Joins: TriJetScud (~TriJetScu@replaced-ip )
3085 [20:40:20] *** Joins: nifker (~Thunderbi@replaced-ip )
3086 [20:40:20] *** Joins: Brigo (~Brigo@replaced-ip )
3087 [20:40:20] *** Joins: wigums (~wigums@replaced-ip )
3088 [20:40:20] *** Joins: Ycarus (~Ycarus@replaced-ip )
3089 [20:40:20] *** Joins: SpikeHeron (~DutchIngr@replaced-ip )
3090 [20:40:20] *** Joins: Lxrowe (~Lxrowe@replaced-ip )
3091 [20:40:20] *** Joins: leibniz[m] (leibnizmat@replaced-ip )
3092 [20:40:20] *** Joins: awaxa (awaxamatri@replaced-ip )
3093 [20:40:20] *** Joins: alexrelis[m] (alexrelism@replaced-ip )
3094 [20:40:20] *** Joins: blue_penquin (bluepenq1@replaced-ip )
3095 [20:40:20] *** Joins: diegov_ (diegovmatr@replaced-ip )
3096 [20:40:20] *** Joins: Celmor[m] (celmormatr@replaced-ip )
3097 [20:40:20] *** Joins: grumble (~Thunderbi@replaced-ip )
3098 [20:40:20] *** Joins: frostschutz (~frostschu@replaced-ip )
3099 [20:40:20] *** Joins: bolovanos (~bolovanos@replaced-ip )
3100 [20:40:20] *** Joins: zamnedix (~zamnedix@replaced-ip )
3101 [20:40:20] *** Joins: MrTrick (uid181961@replaced-ip )
3102 [20:40:20] *** Joins: unluckyshrubbery (~unluckysh@replaced-ip )
3103 [20:40:20] *** Joins: danwellby (~danwellby@replaced-ip )
3104 [20:40:20] *** Joins: WillPittenger (willpitten@replaced-ip )
3105 [20:40:20] *** Joins: mavhq (~quassel@replaced-ip )
3106 [20:40:20] *** Joins: ScottPilgrim (~ScottPilg@replaced-ip )
3107 [20:40:20] *** Joins: freebench (~freebench@replaced-ip )
3108 [20:40:20] *** Joins: Pjusur (~Pjusur@replaced-ip )
3109 [20:40:20] *** Joins: budlight (~richard@replaced-ip )
3110 [20:40:20] *** Joins: mangix (~quassel@replaced-ip )
3111 [20:40:20] *** Joins: LucaTM (~LucaTM@replaced-ip )
3112 [20:40:20] *** Joins: NetTerminalGene (~Thunderbi@replaced-ip )
3113 [20:40:20] *** Joins: Tobbi (~Tobbi@replaced-ip )
3114 [20:40:20] *** Joins: OPK (~OPK@replaced-ip )
3115 [20:40:20] *** Joins: black_ant (~antilope@replaced-ip )
3116 [20:40:20] *** Joins: dreamer (~henk@replaced-ip )
3117 [20:40:20] *** Joins: ssiyad (ssiyad@replaced-ip )
3118 [20:40:20] *** Joins: Hunterkll (~hunterkll@replaced-ip )
3119 [20:40:20] *** Joins: Arrowmaster (~Arrowmast@replaced-ip )
3120 [20:40:20] *** Joins: mik (mik@replaced-ip )
3121 [20:40:20] *** Joins: Fusl (fusl@replaced-ip )
3122 [20:40:20] *** Joins: ponyofdeath (~vladi@replaced-ip )
3123 [20:40:20] *** Joins: exceptionz (~exception@replaced-ip )
3124 [20:40:20] *** Joins: ChrisH (~dg7pc@replaced-ip )
3125 [20:40:20] *** Joins: thread700c (drew@replaced-ip )
3126 [20:40:20] *** Joins: zod (~zod@replaced-ip )
3127 [20:40:20] *** Joins: Stryker (~Stryker@replaced-ip )
3128 [20:40:20] *** Joins: Dagger (~dagger@replaced-ip )
3129 [20:40:20] *** Joins: sbraz (~sbraz@replaced-ip )
3130 [20:40:20] *** Joins: st-gourichon-fid (~Stephane@replaced-ip )
3131 [20:40:20] *** Joins: rudi_s (~simon@replaced-ip )
3132 [20:40:20] *** Joins: vuoristoneuvos (~tth@replaced-ip )
3133 [20:40:20] *** Joins: pfoo (~pfood@replaced-ip )
3134 [20:40:20] *** Joins: nicoz (nicoz@replaced-ip )
3135 [20:40:20] *** Joins: Downer (downer@replaced-ip )
3136 [20:40:20] *** Joins: jasperarcola (~JasperArc@replaced-ip )
3137 [20:40:20] *** Joins: eth01 (sid271749@replaced-ip )
3138 [20:40:20] *** Joins: \\Mr_C\\ (~mrc@replaced-ip )
3139 [20:40:20] *** Joins: fflori (~fflori@replaced-ip )
3140 [20:40:20] *** Joins: tagomago (~tagomago@replaced-ip )
3141 [20:40:20] *** Joins: dthpulse (~quassel@replaced-ip )
3142 [20:40:20] *** Joins: netcrash (~charmande@replaced-ip )
3143 [20:40:20] *** Joins: madage (~madage@replaced-ip )
3144 [20:40:20] *** Joins: is0ke3 (~is0ke3@replaced-ip )
3145 [20:40:20] *** Joins: apollo13 (apollo13@replaced-ip )
3146 [20:40:20] *** Joins: Anderson69s (~Thunderbi@replaced-ip )
3147 [20:40:20] *** Joins: toorop (~toorop@replaced-ip )
3148 [20:40:20] *** Joins: kawaiipunk (~from@replaced-ip )
3149 [20:40:20] *** Joins: jmcgnh (~jmcgnh@replaced-ip )
3150 [20:40:20] *** Joins: elibrokeit (eschwartz@replaced-ip )
3151 [20:40:20] *** Joins: benj_ (~benj_@replaced-ip )
3152 [20:40:20] *** Joins: wytchmaster (~wytchmast@replaced-ip )
3153 [20:40:20] *** Joins: hke (~hke@replaced-ip )
3154 [20:40:20] *** Joins: akp55 (~akp55@replaced-ip )
3155 [20:40:20] *** Joins: cef (~cef@replaced-ip )
3156 [20:40:20] *** Joins: Christian75 (~Christian@replaced-ip )
3157 [20:40:20] *** Joins: Aavar_ (~aavar@replaced-ip )
3158 [20:40:20] *** Joins: BillyZane (BillyZane@replaced-ip )
3159 [20:40:20] *** Joins: mohabaks2 (~mohabaks@replaced-ip )
3160 [20:40:20] *** Joins: InvisibleRasta (~Invisible@replaced-ip )
3161 [20:40:20] *** Joins: CombatVet (~c4@replaced-ip )
3162 [20:40:20] *** Joins: jochum (~quassel@replaced-ip )
3163 [20:40:20] *** Joins: queip (~queip@replaced-ip )
3164 [20:40:20] *** Joins: LtL (~ltl@replaced-ip )
3165 [20:40:20] *** Joins: ghost43 (~daer@replaced-ip )
3166 [20:40:20] *** Joins: tsal (~tsal@replaced-ip )
3167 [20:40:20] *** Joins: shiki (~sevu@replaced-ip )
3168 [20:40:20] *** Joins: fmaurer_ (~quassel@replaced-ip )
3169 [20:40:20] *** Joins: SM0TVI (~sm0tvi@replaced-ip )
3170 [20:40:20] *** Joins: GJdan (~quassel@replaced-ip )
3171 [20:40:20] *** Joins: ripdisk (~ripdisk@replaced-ip )
3172 [20:40:20] *** Joins: Loomaanaatii (Loomaanaat@replaced-ip )
3173 [20:40:20] *** Joins: cjoke (~cjoke@replaced-ip )
3174 [20:40:20] *** Joins: godane (~godane4@replaced-ip )
3175 [20:40:20] *** Joins: behanw (uid110099@replaced-ip )
3176 [20:40:20] *** Joins: StathisA (~StathisA@replaced-ip )
3177 [20:40:20] *** Joins: flommi (~flommi@replaced-ip )
3178 [20:40:20] *** Joins: kwilczynski (sid379192@replaced-ip )
3179 [20:40:20] *** Joins: foul_owl (~foul_owl@replaced-ip )
3180 [20:40:20] *** Joins: naos62 (~naos62@replaced-ip )
3181 [20:40:20] *** Joins: beencubed (~beencubed@replaced-ip )
3182 [20:40:20] *** Joins: TheSilentLink (~TheSilent@replaced-ip )
3183 [20:40:20] *** Joins: chalcedny (~chalcedon@replaced-ip )
3184 [20:40:20] *** Joins: terabit (sid146285@replaced-ip )
3185 [20:40:20] *** Joins: scoofy (~scoofy@replaced-ip )
3186 [20:40:20] *** Joins: sz0 (uid110435@replaced-ip )
3187 [20:40:20] *** Joins: Swift110-mobile (sid410914@replaced-ip )
3188 [20:40:20] *** Joins: chapipo (sid412217@replaced-ip )
3189 [20:40:20] *** Joins: omnidapps (sid400373@replaced-ip )
3190 [20:40:20] *** Joins: Urbanecm[] (sid196503@replaced-ip )
3191 [20:40:20] *** Joins: carlesc (sid181280@replaced-ip )
3192 [20:40:20] *** Joins: mitsuhiko (sid155833@replaced-ip )
3193 [20:40:20] *** Joins: MrNaz (sid133418@replaced-ip )
3194 [20:40:20] *** Joins: r0bby (sid699@replaced-ip )
3195 [20:40:20] *** Joins: pasiz (~pasiz@replaced-ip )
3196 [20:40:20] *** Joins: trly (~trly@replaced-ip )
3197 [20:40:20] *** Joins: peterrooney (~peter@replaced-ip )
3198 [20:40:20] *** Joins: plains (~plains@replaced-ip )
3199 [20:40:20] *** Joins: wwilliam (~afernande@replaced-ip )
3200 [20:40:20] *** Joins: krzych (krzych@replaced-ip )
3201 [20:40:20] *** Joins: alex11 (~alex11@replaced-ip )
3202 [20:40:20] *** Joins: michaelni (~michael@replaced-ip )
3203 [20:40:20] *** Joins: magic_ninja (~sparkie1@replaced-ip )
3204 [20:40:20] *** Joins: BrianG61UK (~BrianG61U@replaced-ip )
3205 [20:40:20] *** Joins: Olipro (~Olipro@replaced-ip )
3206 [20:40:20] *** Joins: dabbott (~David@replaced-ip )
3207 [20:40:20] *** Joins: AmigaGod (~quassel@replaced-ip )
3208 [20:40:20] *** Joins: bolt (~r00t@replaced-ip )
3209 [20:40:20] *** Joins: nobyk (~nobyk@replaced-ip )
3210 [20:40:20] *** Joins: dbristow (~dbristow@replaced-ip )
3211 [20:40:20] *** Joins: tinga (~tinga@replaced-ip )
3212 [20:40:20] *** Joins: Dimitris (~dimitris@replaced-ip )
3213 [20:40:20] *** Joins: sparky (~bob@replaced-ip )
3214 [20:40:20] *** Joins: teclo- (42@replaced-ip )
3215 [20:40:20] *** Joins: capn (~capn@replaced-ip )
3216 [20:40:20] *** Joins: slurpyb (~slurpyb@replaced-ip )
3217 [20:40:20] *** Joins: Q_Continuum (~quassel@replaced-ip )
3218 [20:40:20] *** Joins: kopiyka (~user@replaced-ip )
3219 [20:40:20] *** Joins: Xalys (~ircusr@replaced-ip )
3220 [20:40:20] *** Joins: velix (~velix@replaced-ip )
3221 [20:40:20] *** Joins: XenGi (~quassel@replaced-ip )
3222 [20:40:20] *** Joins: wsky (uid453465@replaced-ip )
3223 [20:40:20] *** Joins: dexta (~D3XTA@replaced-ip )
3224 [20:40:20] *** Joins: Hallcyon (~Hallcyon@replaced-ip )
3225 [20:40:20] *** Joins: another (~another@replaced-ip )
3226 [20:40:20] *** Joins: hiya (quassel@replaced-ip )
3227 [20:40:20] *** Joins: FennecCode (MadestMadn@replaced-ip )
3228 [20:40:20] *** Joins: jolt (jolt@replaced-ip )
3229 [20:40:20] *** Joins: djanos (~djanos@replaced-ip )
3230 [20:40:20] *** Joins: marko1325 (~Thunderbi@replaced-ip )
3231 [20:40:20] *** Joins: rare_energy (~quassel@replaced-ip )
3232 [20:40:20] *** Joins: areisp (~ars@replaced-ip )
3233 [20:40:20] *** Joins: puke (~vroom@replaced-ip )
3234 [20:40:20] *** Joins: BerntH (~BerntH@replaced-ip )
3235 [20:40:20] *** Joins: APLU (~mulx@replaced-ip )
3236 [20:40:20] *** Joins: Gramcor (~Gramcor@replaced-ip )
3237 [20:40:20] *** Joins: jesse (~jesse@replaced-ip )
3238 [20:40:20] *** Joins: bitblit (~bitblit@replaced-ip )
3239 [20:40:20] *** Joins: hl521 (~Thunderbi@replaced-ip )
3240 [20:40:20] *** Joins: Plan_IX (~P9@replaced-ip )
3241 [20:40:20] *** Joins: shailangsa (~shailangs@replaced-ip )
3242 [20:40:20] *** Joins: u0m3 (~u0m3@replaced-ip )
3243 [20:40:20] *** Joins: Some_Person (someperson@replaced-ip )
3244 [20:40:20] *** Joins: cryptic (~cryptic@replaced-ip )
3245 [20:40:20] *** Joins: Condor (~freenode@replaced-ip )
3246 [20:40:20] *** Joins: nevivurn (~nevivurn@replaced-ip )
3247 [20:40:20] *** Joins: egos (~egos@replaced-ip )
3248 [20:40:20] *** Joins: hexnewbie (~hexnewbie@replaced-ip )
3249 [20:40:20] *** Joins: plasmik (~gentlelis@replaced-ip )
3250 [20:40:20] *** Joins: waxfire (~waxfire@replaced-ip )
3251 [20:40:20] *** Joins: azeem (~mbanck@replaced-ip )
3252 [20:40:20] *** Joins: plasticle (~plasticle@replaced-ip )
3253 [20:40:20] *** Joins: Poster (~poster@replaced-ip )
3254 [20:40:20] *** Joins: unborn (~ugly@replaced-ip )
3255 [20:40:20] *** Joins: clemens3 (~clemens@replaced-ip )
3256 [20:40:20] *** Joins: Posterdati (~posterdat@replaced-ip )
3257 [20:40:20] *** Joins: locotus (~noahfx@replaced-ip )
3258 [20:40:20] *** Joins: eb0t (~eblip@replaced-ip )
3259 [20:40:20] *** Joins: eyJhb (~eyJhb@replaced-ip )
3260 [20:40:20] *** Joins: Hrym (~oaidghejr@replaced-ip )
3261 [20:40:20] *** Joins: dfch (~dfch@replaced-ip )
3262 [20:40:20] *** Joins: croddy (~cmr@replaced-ip )
3263 [20:40:20] *** Joins: Orphis (~orphis@replaced-ip )
3264 [20:40:20] *** Joins: jelly (jelly@replaced-ip )
3265 [20:40:20] *** Joins: sveva65 (~sverre@replaced-ip )
3266 [20:40:20] *** Joins: bogus (~bogus@replaced-ip )
3267 [20:40:20] *** Joins: downtrip (~downtrip@replaced-ip )
3268 [20:40:20] *** Joins: Nnavd (~Nnavd@replaced-ip )
3269 [20:40:20] *** Joins: lowin (~lowin@replaced-ip )
3270 [20:40:20] *** Joins: samnob_ (~samnob@replaced-ip )
3271 [20:40:20] *** Joins: astronavt (~astronavt@replaced-ip )
3272 [20:40:20] *** Joins: Jck_true (~Jck_true@replaced-ip )
3273 [20:40:20] *** Joins: bmlzootown_ (~bmlzootow@replaced-ip )
3274 [20:40:20] *** Joins: ledeni (~ledeni@replaced-ip )
3275 [20:40:20] *** Joins: nurupo (~nurupo.ga@unaffiliated/nurupo)
3276 [20:40:20] *** Joins: pieguy128 (~pieguy128@replaced-ip )
3277 [20:40:20] *** Joins: plant-ian (~plantian@replaced-ip )
3278 [20:40:20] *** Joins: notahackerlol (~notahacke@replaced-ip )
3279 [20:40:20] *** Joins: genghiz (~genghiz@replaced-ip )
3280 [20:40:20] *** Joins: j7k6 (~j7k6@replaced-ip )
3281 [20:40:20] *** Joins: wodencafe (wodencafe@replaced-ip )
3282 [20:40:20] *** Joins: Neo_Chen (~Neo_Chen@replaced-ip )
3283 [20:40:20] *** Joins: {41444d494e} (~kvirc@replaced-ip )
3284 [20:40:20] *** Joins: iamgr00t (~iamgr00t@replaced-ip )
3285 [20:40:20] *** Joins: satanist (~satanist@replaced-ip )
3286 [20:40:20] *** Joins: Kilobyte22 (~kilobyte@replaced-ip )
3287 [20:40:20] *** Joins: tryte (~tryte@replaced-ip )
3288 [20:40:20] *** Joins: BrianG61UK_ (~BrianG61U@replaced-ip )
3289 [20:40:20] *** Joins: shabius (~shabius@replaced-ip )
3290 [20:40:20] *** Joins: doubletwist (~doubletwi@replaced-ip )
3291 [20:40:20] *** Joins: lnslbrty (~NULL@replaced-ip )
3292 [20:40:20] *** Joins: pvoigt (~Linux@replaced-ip )
3293 [20:40:20] *** Joins: madmattco (~kimjongil@replaced-ip )
3294 [20:40:20] *** Joins: p0358 (p0358@replaced-ip )
3295 [20:40:20] *** Joins: tomg (~tomg@replaced-ip )
3296 [20:40:20] *** Joins: foka (~foka@replaced-ip )
3297 [20:40:20] *** Joins: Tempesta (Tempesta@replaced-ip )
3298 [20:40:20] *** Joins: dtman34 (~dtman34@replaced-ip )
3299 [20:40:20] *** Joins: nulleip (~luiz@replaced-ip )
3300 [20:40:20] *** Joins: lead_pipe23 (~Lead@replaced-ip )
3301 [20:40:20] *** Joins: Slumlord (~Slumlord@replaced-ip )
3302 [20:40:20] *** Joins: Ruint (Ruint@replaced-ip )
3303 [20:40:20] *** Joins: klaas (~klaas@replaced-ip )
3304 [20:40:20] *** Joins: ttfk (~ttill@replaced-ip )
3305 [20:40:20] *** Joins: jess (jess@replaced-ip )
3306 [20:40:20] *** Joins: zykotick9 (~zykotick9@replaced-ip )
3307 [20:40:20] *** Joins: gturner (gturner@replaced-ip )
3308 [20:40:20] *** Joins: julienth37 (~julienth3@replaced-ip )
3309 [20:40:20] *** Joins: Quick_Wango (~quickwang@replaced-ip )
3310 [20:40:20] *** Joins: epony (epony@replaced-ip )
3311 [20:40:20] *** Joins: shingouz (~not@replaced-ip )
3312 [20:40:20] *** Joins: kfvn (~weechat@replaced-ip )
3313 [20:40:20] *** Joins: tnewman (~tnewman@replaced-ip )
3314 [20:40:20] *** Joins: lad (~swedishfi@replaced-ip )
3315 [20:40:20] *** Joins: moldorcoder7 (~moldorcod@replaced-ip )
3316 [20:40:20] *** Joins: LuKaRo (~LuKaRo@replaced-ip )
3317 [20:40:20] *** Joins: Riharu (~cerberus@replaced-ip )
3318 [20:40:20] *** Joins: binaryhermit (sid462772@replaced-ip )
3319 [20:40:20] *** Joins: AJ_Z0 (~AJ_Z0@replaced-ip )
3320 [20:40:20] *** Joins: EtherMan (~quassel@replaced-ip )
3321 [20:40:20] *** Joins: eb0t_ (~eblip@replaced-ip )
3322 [20:40:20] *** Joins: Ooze (~Ooze@replaced-ip )
3323 [20:40:20] *** Joins: Baloo (baloorj@replaced-ip )
3324 [20:40:20] *** Joins: realtime-neil (~realtime-@replaced-ip )
3325 [20:40:20] *** Joins: ledixus (~ledixus@replaced-ip )
3326 [20:40:20] *** Joins: CommunistWolf (~gulag@replaced-ip )
3327 [20:40:20] *** Joins: derpadmin (~derpadmin@replaced-ip )
3328 [20:40:20] *** Joins: ov3rmind (~over0-07@replaced-ip )
3329 [20:40:20] *** Joins: lithiumpt (~lithiumpt@replaced-ip )
3330 [20:40:20] *** Joins: Hash (~Hash@replaced-ip )
3331 [20:40:20] *** Joins: dastier (~dastier@replaced-ip )
3332 [20:40:20] *** Joins: stoffepojken (stoffe@replaced-ip )
3333 [20:40:20] *** Joins: magnulu (~magnulu@replaced-ip )
3334 [20:40:20] *** Joins: ksk (~ksk@replaced-ip )
3335 [20:40:20] *** Joins: zbychuk (~zbychuk@replaced-ip )
3336 [20:40:20] *** Joins: Logg (~Logg@replaced-ip )
3337 [20:40:20] *** Joins: anonymip (~anonymip@replaced-ip )
3338 [20:40:20] *** Joins: zmarvel (~zack@replaced-ip )
3339 [20:40:20] *** Joins: wilson (~wilson@replaced-ip )
3340 [20:40:20] *** Joins: teej (uid154177@replaced-ip )
3341 [20:40:20] *** Joins: shokohsc (~shokohsc@replaced-ip )
3342 [20:40:20] *** Joins: Windbag (~mpmc@replaced-ip )
3343 [20:40:20] *** Joins: BlueMatt (~BlueMatt@replaced-ip )
3344 [20:40:20] *** Joins: fAST (uid487945@replaced-ip )
3345 [20:40:20] *** Joins: edlou (uid413273@replaced-ip )
3346 [20:40:20] *** Joins: crawler (~crawler@replaced-ip )
3347 [20:40:20] *** Joins: Freneticks (~Frenetick@replaced-ip )
3348 [20:40:20] *** Joins: finalbeta (~finalbeta@replaced-ip )
3349 [20:40:20] *** Joins: johnnyfive (~johnnyfiv@replaced-ip )
3350 [20:40:20] *** Joins: Taserface (~taserface@replaced-ip )
3351 [20:40:20] *** Joins: nickname123 (~nickname1@replaced-ip )
3352 [20:40:20] *** Joins: EmleyMoor (42b789682f@replaced-ip )
3353 [20:40:20] *** Joins: n-st (~n-st@replaced-ip )
3354 [20:40:20] *** Joins: XORed (~xored@replaced-ip )
3355 [20:40:20] *** Joins: pidroid (~pidroid@replaced-ip )
3356 [20:40:20] *** Joins: nsrafkTL (~inkognito@replaced-ip )
3357 [20:40:20] *** Joins: nsrafk (~inkognito@replaced-ip )
3358 [20:40:20] *** Joins: thecoffemaker (~thecoffem@replaced-ip )
3359 [20:40:20] *** Joins: Sellerie (~sellerie_@replaced-ip )
3360 [20:40:20] *** Joins: ephemer0l (~ephemer0l@replaced-ip )
3361 [20:40:20] *** Joins: Adbray (~Adbray@replaced-ip )
3362 [20:40:20] *** Joins: ashka (~postmaste@replaced-ip )
3363 [20:40:20] *** Joins: xet7 (~xet7@replaced-ip )
3364 [20:40:20] *** Joins: genr8_ (~genr8_@replaced-ip )
3365 [20:40:20] *** Joins: ryzokuken (~ryzokuken@replaced-ip )
3366 [20:40:20] *** Joins: jhutchins (~jonathan@replaced-ip )
3367 [20:40:20] *** Joins: setuid (sid191390@replaced-ip )
3368 [20:40:20] *** Joins: jrtc27 (~jrtc27@replaced-ip )
3369 [20:40:20] *** Joins: OlCe (~user@replaced-ip )
3370 [20:40:20] *** Joins: azrazalea (~azrazalea@replaced-ip )
3371 [20:40:20] *** Joins: oskie (usel@replaced-ip )
3372 [20:40:20] *** Joins: hikiko (~hikiko@replaced-ip )
3373 [20:40:20] *** Joins: saptech (~saptech@replaced-ip )
3374 [20:40:20] *** Joins: cliluw (~cliluw@replaced-ip )
3375 [20:40:20] *** Joins: kini (~kini@replaced-ip )
3376 [20:40:20] *** Joins: JmaJeremy (~JmaJeremy@replaced-ip )
3377 [20:40:20] *** Joins: hegemoOn (~netmonk@replaced-ip )
3378 [20:40:20] *** Joins: dragestil (~quassel@replaced-ip )
3379 [20:40:20] *** Joins: Someguy123 (~someguy@replaced-ip )
3380 [20:40:20] *** Joins: noodle (~noodle@replaced-ip )
3381 [20:40:20] *** Joins: Teacup (~qteacup@replaced-ip )
3382 [20:40:20] *** Joins: theCorvus (~quassel@replaced-ip )
3383 [20:40:20] *** Joins: qubenix (~qubenix@replaced-ip )
3384 [20:40:20] *** Joins: ddevault (znc@replaced-ip )
3385 [20:40:20] *** Joins: kline (~kline@replaced-ip )
3386 [20:40:20] *** Joins: rjsalts (~rjsalts@replaced-ip )
3387 [20:40:20] *** Joins: nicole (ilbelkyr@replaced-ip )
3388 [20:40:20] *** Joins: aidanpr (~aidanpr@replaced-ip )
3389 [20:40:20] *** Joins: GenTooMan (~cyberman@replaced-ip )
3390 [20:40:20] *** Joins: giaco (~jack@replaced-ip )
3391 [20:40:20] *** Joins: coruja (~coruja@replaced-ip )
3392 [20:40:20] *** Joins: x0n (~x0n@replaced-ip )
3393 [20:40:20] *** Joins: Noah0504 (~noahduffy@replaced-ip )
3394 [20:40:20] *** Joins: maggotbrain (~maggotbra@replaced-ip )
3395 [20:40:20] *** Joins: longshot (~nobody@replaced-ip )
3396 [20:40:20] *** Joins: janneke (~janneke@replaced-ip )
3397 [20:40:20] *** Joins: sbingner (~sam@replaced-ip )
3398 [20:40:20] *** Joins: jezebel (jasabella@replaced-ip )
3399 [20:40:20] *** Joins: LeoTh3o (~th3o@replaced-ip )
3400 [20:40:20] *** Joins: enseneo (~madneap@replaced-ip )
3401 [20:40:20] *** Joins: slowz (~kevin@replaced-ip )
3402 [20:40:20] *** Joins: Renari (~Renari@replaced-ip )
3403 [20:40:20] *** Joins: KaiForce (~chatzilla@replaced-ip )
3404 [20:40:20] *** Joins: guerby (~guerby@replaced-ip )
3405 [20:40:20] *** Joins: mukmuk (~mukmuk@replaced-ip )
3406 [20:40:20] *** Joins: djakov (~djakov@replaced-ip )
3407 [20:40:20] *** Joins: DXR (~lyrical@replaced-ip )
3408 [20:40:20] *** Joins: grummund (~unknown@replaced-ip )
3409 [20:40:20] *** Joins: hkz_ (~hkz@replaced-ip )
3410 [20:40:20] *** Joins: hisacro (~OBSD@replaced-ip )
3411 [20:40:20] *** Joins: ectospasm (~ectospasm@replaced-ip )
3412 [20:40:20] *** Joins: NieDzejkob (~quassel@replaced-ip )
3413 [20:40:20] *** Joins: TReK (~UnfaQ@replaced-ip )
3414 [20:40:20] *** Joins: ghormoon (~ghormoon@replaced-ip )
3415 [20:40:20] *** Joins: bootdisk (~bootdisk@replaced-ip )
3416 [20:40:20] *** Joins: sa-ghosts (~sa-ghosts@replaced-ip )
3417 [20:40:20] *** Joins: nmg (~nmg@replaced-ip )
3418 [20:40:20] *** Joins: max-m (~max-m@replaced-ip )
3419 [20:40:20] *** Joins: frimodig (~Thunderbi@replaced-ip )
3420 [20:40:20] *** Joins: brskq (~brskq@replaced-ip )
3421 [20:40:20] *** Joins: RadoS (~cheater@replaced-ip )
3422 [20:40:20] *** Joins: ohithere (~binary@replaced-ip )
3423 [20:40:20] *** Joins: pavelow (~pavelow@replaced-ip )
3424 [20:40:20] *** Joins: tinfoil-hat_ (~chrissly@replaced-ip )
3425 [20:40:20] *** Joins: bandali (bandali@replaced-ip )
3426 [20:40:20] *** Joins: mandeep (uid394387@replaced-ip )
3427 [20:40:20] *** Joins: Kulrak (Kulrak@replaced-ip )
3428 [20:40:20] *** Joins: s_ (rootvegeta@replaced-ip )
3429 [20:40:20] *** Joins: chachasmooth (~chachasmo@replaced-ip )
3430 [20:40:20] *** Joins: JPT (~jpt@replaced-ip )
3431 [20:40:20] *** Joins: suffer (znc@replaced-ip )
3432 [20:40:20] *** Joins: kingsley (~kingsley@replaced-ip )
3433 [20:40:20] *** Joins: mripx (~RipNix@replaced-ip )
3434 [20:40:20] *** Joins: Azrael_- (~aweoi@replaced-ip )
3435 [20:40:20] *** Joins: Brian- (~brian@replaced-ip )
3436 [20:40:20] *** Joins: Highdude (~lol@replaced-ip )
3437 [20:40:20] *** Joins: schizo (~schizo@replaced-ip )
3438 [20:40:20] *** Joins: eki (~eki@replaced-ip )
3439 [20:40:20] *** Joins: gacekjk (~gacekjk@replaced-ip )
3440 [20:40:20] *** Joins: David-- (~none@replaced-ip )
3441 [20:40:20] *** Joins: ilmostro (~ilmostro@replaced-ip )
3442 [20:40:20] *** Joins: WrathOfAchilles (unit193@replaced-ip )
3443 [20:40:20] *** Joins: cadeskywalker (~madoka@replaced-ip )
3444 [20:40:20] *** Joins: kolla (~kolla@replaced-ip )
3445 [20:40:20] *** Joins: Colti (Miramar-FL@replaced-ip )
3446 [20:40:20] *** Joins: yokel (~yokel@replaced-ip )
3447 [20:40:20] *** Joins: cluelessperson (~cluelessp@replaced-ip )
3448 [20:40:20] *** Joins: gangstacat (~gangstaca@replaced-ip )
3449 [20:40:20] *** Joins: lordyod (~lordyod@replaced-ip )
3450 [20:40:20] *** Joins: oahong (~samigarus@replaced-ip )
3451 [20:40:20] *** Joins: GreenRiot (~greenriot@replaced-ip )
3452 [20:40:20] *** Joins: moetunes (~Jean-luc@replaced-ip )
3453 [20:40:20] *** Joins: QcR208821 (~QcR@replaced-ip )
3454 [20:40:20] *** Joins: Kyros (kyros@replaced-ip )
3455 [20:40:20] *** Joins: Ganneff (~joerg@replaced-ip )
3456 [20:40:20] *** Joins: SponiX (~sponix@replaced-ip )
3457 [20:40:20] *** Joins: ScottE (~ScottE@replaced-ip )
3458 [20:40:20] *** Joins: Marbug (~Marbug@replaced-ip )
3459 [20:40:20] *** Joins: jh001_ (~user@replaced-ip )
3460 [20:40:20] *** Joins: nyaomin (~naomi@replaced-ip )
3461 [20:40:20] *** Joins: mquin (~mquin@replaced-ip )
3462 [20:40:20] *** Joins: xingu (~xingu@replaced-ip )
3463 [20:40:20] *** Joins: gdonald (gd@replaced-ip )
3464 [20:40:20] *** tepper.freenode.net sets mode: +o Ganneff
3465 [20:40:20] *** Joins: mxco86 (~mxco86@replaced-ip )
3466 [20:40:20] *** Joins: Cecil (~cecil@replaced-ip )
3467 [20:40:20] *** Joins: mzajc (~mzajc@replaced-ip )
3468 [20:40:20] *** Joins: tomaw (tom@replaced-ip )
3469 [20:40:20] *** Joins: xakan (~xakan@replaced-ip )
3470 [20:40:20] *** Joins: Sideburns (~Sideburns@replaced-ip )
3471 [20:40:20] *** Joins: petan (~g@replaced-ip )
3472 [20:40:20] *** Joins: monaco (blackdot@replaced-ip )
3473 [20:40:20] *** Joins: earthnative (~nemo@replaced-ip )
3474 [20:40:20] *** Joins: MikeDebian (~Mike@replaced-ip )
3475 [20:40:20] *** Joins: mniip (~mniip@replaced-ip )
3476 [20:40:20] *** Joins: tds (~tds@replaced-ip )
3477 [20:40:20] *** Joins: creat (~creat@replaced-ip )
3478 [20:40:20] *** Joins: salem (~salem@replaced-ip )
3479 [20:40:20] *** Joins: con3 (~con3@replaced-ip )
3480 [20:40:20] *** Joins: Domin (~Domin@replaced-ip )
3481 [20:40:20] *** Joins: pugfantus (~pugfantus@replaced-ip )
3482 [20:40:20] *** Joins: jor_ (~jor@replaced-ip )
3483 [20:40:20] *** Joins: mr_kyd (~Einherjer@replaced-ip )
3484 [20:40:20] *** Joins: xar- (xar-@replaced-ip )
3485 [20:40:20] *** Joins: judd (~judd@replaced-ip )
3486 [20:40:20] *** Joins: peterandre (peterandre@replaced-ip )
3487 [20:40:20] *** Joins: jamiew0w (~jamie@replaced-ip )
3488 [20:40:20] *** Joins: mspe (mspe@replaced-ip )
3489 [20:40:20] *** Joins: nkuttler (~nkuttler@replaced-ip )
3490 [20:40:20] *** Joins: drupol (sid117588@replaced-ip )
3491 [20:40:20] *** Joins: nckx (~nckx@replaced-ip )
3492 [20:40:20] *** Joins: neoweb (sid343200@replaced-ip )
3493 [20:40:20] *** Joins: Ekho (~Ekho@replaced-ip )
3494 [20:40:20] *** Joins: cj (~cjac@replaced-ip )
3495 [20:40:20] *** Joins: prnflks (~prnflks@replaced-ip )
3496 [20:40:20] *** Joins: futex (~quassel@replaced-ip )
3497 [20:40:20] *** Joins: tvm (~tvm@replaced-ip )
3498 [20:40:20] *** Joins: Narcotion (~Narcotion@replaced-ip )
3499 [20:40:20] *** Joins: taman (~znc1@replaced-ip )
3500 [20:40:20] *** Joins: cp- (~cp-@replaced-ip )
3501 [20:40:20] *** Joins: megoix (~megoix@replaced-ip )
3502 [20:40:20] *** Joins: Obi-Wan (~obi-wan@replaced-ip )
3503 [20:40:20] *** Joins: parisienne (sid383587@replaced-ip )
3504 [20:40:20] *** Joins: buzzzz (~buzzzz@replaced-ip )
3505 [20:40:20] *** Joins: deetwelve (~deetwelve@replaced-ip )
3506 [20:40:20] *** Joins: ekleog (~ii@replaced-ip )
3507 [20:40:20] *** Joins: xaviergmail (~xaviergma@replaced-ip )
3508 [20:40:20] *** Joins: blazeme8 (~blazeme8@replaced-ip )
3509 [20:40:20] *** Joins: berndj (~berndj@replaced-ip )
3510 [20:40:20] *** Joins: Mikail (~smuxi@replaced-ip )
3511 [20:40:20] *** Joins: LambdaComplex (~LambdaCom@replaced-ip )
3512 [20:40:20] *** Joins: dubiago (~dubiago@replaced-ip )
3513 [20:40:20] *** Joins: AimHere (~David@replaced-ip )
3514 [20:40:20] *** Joins: avu (~jan@replaced-ip )
3515 [20:40:20] *** Joins: oerheks (~OerHeks@replaced-ip )
3516 [20:40:20] *** Joins: kloeri (~kloeri@replaced-ip )
3517 [20:40:20] *** Joins: Yukikaze (znc@replaced-ip )
3518 [20:40:20] *** Joins: civillian (~nick@replaced-ip )
3519 [20:40:20] *** Joins: sssb54 (~ssssb56@replaced-ip )
3520 [20:40:20] *** Joins: Amun_Ra (~amun-ra@replaced-ip )
3521 [20:40:20] *** Joins: SpeedyG (~SpeedyG@replaced-ip )
3522 [20:40:20] *** Joins: willcl_ark (~quassel@replaced-ip )
3523 [20:40:20] *** Joins: aaro (aaro@replaced-ip )
3524 [20:40:20] *** Joins: steven (~steven@replaced-ip )
3525 [20:40:20] *** Joins: cybrNaut (~cybrNaut@replaced-ip )
3526 [20:40:20] *** Joins: Caplain (~shayne@replaced-ip )
3527 [20:40:20] *** Joins: MrFixIt (~Sam@replaced-ip )
3528 [20:40:20] *** Joins: lemsip (~emilsp@replaced-ip )
3529 [20:40:20] *** Joins: vlt (~dm@replaced-ip )
3530 [20:40:20] *** Joins: unixbsd (openbsdtai@replaced-ip )
3531 [20:40:20] *** Joins: tallbarr (~none@replaced-ip )
3532 [20:40:20] *** Joins: phenom (~primus@replaced-ip )
3533 [20:40:20] *** Joins: msantana (~darkstar@replaced-ip )
3534 [20:40:20] *** Joins: sc_ (~sc@replaced-ip )
3535 [20:40:20] *** Joins: SergioCabral (~SergioCab@replaced-ip )
3536 [20:40:20] *** Joins: hgl (hgl@replaced-ip )
3537 [20:40:20] *** Joins: edwardly (~edwardly@replaced-ip )
3538 [20:40:20] *** Joins: tolecnal (tolecnal@replaced-ip )
3539 [20:40:20] *** Joins: apt (ibot@replaced-ip )
3540 [20:40:20] *** Joins: cnsunyour (~cnsunyour@replaced-ip )
3541 [20:40:20] *** Joins: Typhon (~Typhon@replaced-ip )
3542 [20:40:20] *** Joins: Zardoz (~Zardoz@replaced-ip )
3543 [20:40:20] *** Joins: MatrixBottolonie (~matrixbot@replaced-ip )
3544 [20:40:20] *** Joins: keropok (~keropok@replaced-ip )
3545 [20:40:20] *** Joins: phunyguy (~blaahchm@replaced-ip )
3546 [20:40:20] *** Joins: stefanc_diff (~stefanc_d@replaced-ip )
3547 [20:40:20] *** Joins: tabris (~northman@replaced-ip )
3548 [20:40:20] *** Joins: JackFrost (ukikie@replaced-ip )
3549 [20:40:20] *** Joins: beardy (~beardy@replaced-ip )
3550 [20:40:20] *** Joins: jca (~jca@replaced-ip )
3551 [20:40:20] *** Joins: Henry151 (~bishop@replaced-ip )
3552 [20:40:20] *** Joins: _NiC (~kristian@replaced-ip )
3553 [20:40:20] *** Joins: chaology (sid369406@replaced-ip )
3554 [20:40:20] *** Joins: qman__ (~quassel@replaced-ip )
3555 [20:40:20] *** Joins: d1b (~db@replaced-ip )
3556 [20:40:20] *** Joins: Exchange (~Brumbazz@replaced-ip )
3557 [20:40:20] *** Joins: vdehors (~vdehors@replaced-ip )
3558 [20:40:20] *** Joins: JakeSays (~jake@replaced-ip )
3559 [20:40:20] *** Joins: TadeusTaD (tadeustad@replaced-ip )
3560 [20:40:20] *** Joins: kopper (~mrbabar@replaced-ip )
3561 [20:40:20] *** Joins: Druid (aaa@replaced-ip )
3562 [20:40:20] *** Joins: b30wulf (uid175355@replaced-ip )
3563 [20:40:20] *** Joins: Optic (sid178015@replaced-ip )
3564 [20:40:20] *** Joins: sputnik (kli0rf@replaced-ip )
3565 [20:40:20] *** Joins: Apeiron` (~Apeiron@replaced-ip )
3566 [20:40:20] *** Joins: abaranov (sid299162@replaced-ip )
3567 [20:40:20] *** Joins: Devastator (~devas@replaced-ip )
3568 [20:40:20] *** Joins: mazet (~ben@replaced-ip )
3569 [20:40:20] *** Joins: imMute (~immute@replaced-ip )
3570 [20:40:20] *** Joins: samsmith (~samsmith@replaced-ip )
3571 [20:40:20] *** Joins: Dev0n (~Dev0n@replaced-ip )
3572 [20:40:20] *** Joins: nikow (~nikow@replaced-ip )
3573 [20:40:20] *** Joins: WARBIRD199 (~WARBIRD19@replaced-ip )
3574 [20:40:20] *** Joins: buzel (~buzel@replaced-ip )
3575 [20:40:20] *** Joins: overrider (~overrider@replaced-ip )
3576 [20:40:20] *** Joins: goring (~goring@replaced-ip )
3577 [20:40:20] *** Joins: russell-- (~russell@replaced-ip )
3578 [20:40:20] *** Joins: paladox (paladox@replaced-ip )
3579 [20:40:20] *** Joins: burrows (burrows@replaced-ip )
3580 [20:40:20] *** Joins: lord4163 (~lord4163@replaced-ip )
3581 [20:40:20] *** Joins: Abdullah (ak@replaced-ip )
3582 [20:40:21] *** Joins: DustyDingo (~nonamen@replaced-ip )
3583 [20:40:21] *** Joins: macrobat (~beep@replaced-ip )
3584 [20:40:21] *** Joins: dteselkin (~dteselkin@replaced-ip )
3585 [20:40:21] *** Joins: sobkas (~sobkas@replaced-ip )
3586 [20:40:21] *** Joins: bachler (~bachler@replaced-ip )
3587 [20:40:21] *** Joins: shider (~shider@replaced-ip )
3588 [20:40:21] *** Joins: rpthms (rpthms@replaced-ip )
3589 [20:40:21] *** Joins: Sleepy63 (~Sleepy63@replaced-ip )
3590 [20:40:21] *** Joins: Atlas (~atlas@replaced-ip )
3591 [20:40:21] *** Joins: foxide (~foxide@replaced-ip )
3592 [20:40:21] *** Joins: javi404 (~quassel@replaced-ip )
3593 [20:40:21] *** Joins: Dj_Dexter (~Dark_X@replaced-ip )
3594 [20:40:21] *** Joins: altendky (sid135382@replaced-ip )
3595 [20:40:21] *** Joins: kawaii (sid345572@replaced-ip )
3596 [20:40:21] *** Joins: Tony-St4rk (sid74233@replaced-ip )
3597 [20:40:21] *** Joins: dob1 (~dob1@replaced-ip )
3598 [20:40:21] *** Joins: v0idpwn (sid483136@replaced-ip )
3599 [20:40:21] *** Joins: fatalerrors (~fatalerro@replaced-ip )
3600 [20:40:21] *** Joins: mort (~mort96@replaced-ip )
3601 [20:40:21] *** Joins: jeweet_ (~jeweet_@replaced-ip )
3602 [20:40:21] *** Joins: Fox (~fox@replaced-ip )
3603 [20:40:21] *** Joins: m1dnight_ (~m1dnight@replaced-ip )
3604 [20:40:21] *** Joins: karlpinc (~user@replaced-ip )
3605 [20:40:21] *** Joins: dece (~Shgck@replaced-ip )
3606 [20:40:21] *** Joins: iliv (~iliv@replaced-ip )
3607 [20:40:21] *** Joins: PaulGit (~PaulGit@replaced-ip )
3608 [20:40:21] *** Joins: trelane_ (trelane@replaced-ip )
3609 [20:40:21] *** Joins: hid3 (~arnoldas@replaced-ip )
3610 [20:40:21] *** Joins: shann (~quassel@replaced-ip )
3611 [20:40:21] *** Joins: plantroon (~plantroon@replaced-ip )
3612 [20:40:21] *** Joins: e2 (e2@replaced-ip )
3613 [20:40:21] *** Joins: LaunchDirector (~pi@replaced-ip )
3614 [20:40:21] *** Joins: vjoki (vjoki@replaced-ip )
3615 [20:40:21] *** Joins: a_west (~a_west@replaced-ip )
3616 [20:40:21] *** Joins: chupawan (~chupawan@replaced-ip )
3617 [20:40:21] *** Joins: A2666__ (~A2666@replaced-ip )
3618 [20:40:21] *** Joins: ttys000 (~ttys000@replaced-ip )
3619 [20:40:21] *** Joins: yoshi15 (~yoshi15@replaced-ip )
3620 [20:40:21] *** Joins: Exagone313 (exa@replaced-ip )
3621 [20:40:21] *** Joins: blowry (~blowry@replaced-ip )
3622 [20:40:21] *** Joins: jerry (~jerry@replaced-ip )
3623 [20:40:21] *** Joins: bryceml (~bryceml@replaced-ip )
3624 [20:40:21] *** Joins: banym (~banym@replaced-ip )
3625 [20:40:21] *** Joins: tosaraja (quassel@replaced-ip )
3626 [20:40:21] *** Joins: greenbagels (~gb@replaced-ip )
3627 [20:40:21] *** Joins: ramshadow (ramshadow@replaced-ip )
3628 [20:40:21] *** Joins: graytron (~tero@replaced-ip )
3629 [20:40:21] *** Joins: TW1920 (~quassel@replaced-ip )
3630 [20:40:21] *** Joins: eri451 (~eri@replaced-ip )
3631 [20:40:21] *** Joins: zeroed (~admin@replaced-ip )
3632 [20:40:21] *** Joins: sigtrm (quassel@replaced-ip )
3633 [20:40:21] *** Joins: electrostat (~dag@replaced-ip )
3634 [20:40:21] *** Joins: Myst (~Myst@replaced-ip )
3635 [20:40:21] *** Joins: zapatista (~zapatista@replaced-ip )
3636 [20:40:21] *** Joins: dftxbs3e (~dftxbs3e@replaced-ip )
3637 [20:40:21] *** Joins: talin (~unknown@replaced-ip )
3638 [20:40:21] *** Joins: aether (~aether@replaced-ip )
3639 [20:40:21] *** Joins: luna_ (~luna@replaced-ip )
3640 [20:40:21] *** Joins: NixZiZ (sid302101@replaced-ip )
3641 [20:40:21] *** Joins: met (~met@replaced-ip )
3642 [20:40:21] *** Joins: makani (makani@replaced-ip )
3643 [20:40:21] *** Joins: s-h-i-n-o-b-i (~quassel@replaced-ip )
3644 [20:40:21] *** Joins: s7r (~s7r@replaced-ip )
3645 [20:40:21] *** Joins: p_quarles (~pquarles@replaced-ip )
3646 [20:40:21] *** Joins: maxdamage (~maxdamage@replaced-ip )
3647 [20:40:21] *** Joins: introom (introom@replaced-ip )
3648 [20:40:21] *** Joins: brachamh (~bracham@replaced-ip )
3649 [20:40:21] *** Joins: lvrp16 (sid153650@replaced-ip )
3650 [20:40:21] *** Joins: peac (sid344662@replaced-ip )
3651 [20:40:21] *** Joins: Blablubber (sid481573@replaced-ip )
3652 [20:40:21] *** Joins: rwp (~invalid@replaced-ip )
3653 [20:40:21] *** Joins: TrentP (~quassel@replaced-ip )
3654 [20:40:21] *** Joins: LordLamer (~lordlamer@replaced-ip )
3655 [20:40:21] *** Joins: xedniv (~xedniv@replaced-ip )
3656 [20:40:21] *** Joins: Zotta (~zotta@replaced-ip )
3657 [20:40:21] *** Joins: rebrec84 (~rebrec@replaced-ip )
3658 [20:40:21] *** Joins: Zppix (sid182351@replaced-ip )
3659 [20:40:21] *** Joins: fryguy (~fryguy@replaced-ip )
3660 [20:40:21] *** Joins: r3 (~r3@replaced-ip )
3661 [20:40:21] *** Joins: Raito_Bezarius (~Raito@replaced-ip )
3662 [20:40:21] *** Joins: ratrace (~ratrace@replaced-ip )
3663 [20:40:21] *** Joins: slowly_stuck (~slowly_st@replaced-ip )
3664 [20:40:21] *** Joins: kcz (~quassel@replaced-ip )
3665 [20:40:21] *** Joins: Python1320 (Python1320@replaced-ip )
3666 [20:40:21] *** Joins: kanzure (~kanzure@replaced-ip )
3667 [20:40:21] *** Joins: Gm4n (~Gm4n@replaced-ip )
3668 [20:40:21] *** Joins: Louis (~Louis@replaced-ip )
3669 [20:40:21] *** Joins: Hooloovo0 (Hooloovoo@replaced-ip )
3670 [20:40:21] *** Joins: Riviera (Riviera@replaced-ip )
3671 [20:40:21] *** Joins: Hydroxide (~jimmy@replaced-ip )
3672 [20:40:21] *** Joins: TimWolla (~timwolla@replaced-ip )
3673 [20:40:21] *** Joins: meti (~meti@replaced-ip )
3674 [20:40:21] *** Joins: zimmedon (~zimmedon@replaced-ip )
3675 [20:40:21] *** Joins: Unforgiving (unfr@replaced-ip )
3676 [20:40:21] *** Joins: benpro (~benpro@replaced-ip )
3677 [20:40:21] *** Joins: Space_Man (~Space_Man@replaced-ip )
3678 [20:40:21] *** Joins: sunkan (~sunkan@replaced-ip )
3679 [20:40:21] *** Joins: aminvakil (~aminvakil@replaced-ip )
3680 [20:40:21] *** Joins: GNU\colossus (~colo@replaced-ip )
3681 [20:40:21] *** Joins: elios (~kia@replaced-ip )
3682 [20:40:21] *** Joins: ttrs (~ttrs@replaced-ip )
3683 [20:40:21] *** Joins: dazo (~freenode@replaced-ip )
3684 [20:40:21] *** Joins: Furai (~Furai@replaced-ip )
3685 [20:40:21] *** Joins: Mava42 (Mava@replaced-ip )
3686 [20:40:21] *** Joins: neoclust (~neoclust@replaced-ip )
3687 [20:40:21] *** Joins: toolz (~dastan@replaced-ip )
3688 [20:40:21] *** Joins: magenbrot (~magenbrot@replaced-ip )
3689 [20:40:21] *** Joins: Anarchic (~Anarchic@replaced-ip )
3690 [20:40:21] *** Joins: mguy (~robert@replaced-ip )
3691 [20:40:21] *** Joins: eqw (~eqw@replaced-ip )
3692 [20:40:21] *** Joins: akaWolf (~akaWolf@replaced-ip )
3693 [20:40:21] *** Joins: Trellmor (~Trellmor@replaced-ip )
3694 [20:40:21] *** Joins: SerpentSpeech (serpent@replaced-ip )
3695 [20:40:21] *** Joins: desuwulf (sid36738@replaced-ip )
3696 [20:40:21] *** Joins: B-E-N (~B-E-N@replaced-ip )
3697 [20:40:21] *** Joins: h0 (~h0@replaced-ip )
3698 [20:40:21] *** Joins: spammy (~pihahirot@replaced-ip )
3699 [20:40:21] *** Joins: xcm (~xcm@replaced-ip )
3700 [20:40:21] *** Joins: Waggie (~Waggie@replaced-ip )
3701 [20:40:21] *** Joins: chripell (~chripell@replaced-ip )
3702 [20:40:21] *** Joins: rj1 (~rj1@replaced-ip )
3703 [20:40:21] *** Joins: zerymo (~zerymo@replaced-ip )
3704 [20:40:21] *** Joins: dudz (~toilet@replaced-ip )
3705 [20:40:21] *** Joins: quasineutral (~quasineut@replaced-ip )
3706 [20:40:21] *** Joins: crazed (~arqing@replaced-ip )
3707 [20:40:21] *** Joins: bswinnerton (~bswinnert@replaced-ip )
3708 [20:40:21] *** Joins: sigint (sigint@replaced-ip )
3709 [20:40:21] *** Joins: tkob (thekingofb@replaced-ip )
3710 [20:40:21] *** Joins: soulz (~soulz@replaced-ip )
3711 [20:40:21] *** Joins: k-man (~jason@replaced-ip )
3712 [20:40:21] *** Joins: yae7nae4 (~yae7nae4@replaced-ip )
3713 [20:40:21] *** Joins: or4n (~or4n@replaced-ip )
3714 [20:40:21] *** Joins: t0ne (~t0ne@replaced-ip )
3715 [20:40:21] *** Joins: mnencia (~mnencia@replaced-ip )
3716 [20:40:21] *** Joins: el (~el@replaced-ip )
3717 [20:40:21] *** Joins: Soliton (~Soliton@replaced-ip )
3718 [20:40:21] *** Joins: Sabaku (~Sabaku@replaced-ip )
3719 [20:40:21] *** Joins: k3LV1n (~e@replaced-ip )
3720 [20:40:21] *** Joins: KBme (~KBme@replaced-ip )
3721 [20:40:21] *** Joins: grim4593 (~grim4593@replaced-ip )
3722 [20:40:21] *** Joins: ChillerDragon (~chiller@replaced-ip )
3723 [20:40:21] *** Joins: wMw (wMw@replaced-ip )
3724 [20:40:21] *** Joins: UndeadLeech (~UndeadLee@replaced-ip )
3725 [20:40:21] *** Joins: sorcerer (unknown@replaced-ip )
3726 [20:40:21] *** Joins: jpnurmi (jpnurmi@replaced-ip )
3727 [20:40:21] *** Joins: enkrypt (~enkrypt@replaced-ip )
3728 [20:40:21] *** Joins: Ashleee (~AshleeRee@replaced-ip )
3729 [20:40:21] *** Joins: keyvan (~keyvan@replaced-ip )
3730 [20:40:21] *** Joins: ComputerTech (ComputerTe@replaced-ip )
3731 [20:40:21] *** Joins: ptx0 (~cheesus_c@replaced-ip )
3732 [20:40:21] *** Joins: never_released (~never_rel@replaced-ip )
3733 [20:40:21] *** Joins: spal (~spal@replaced-ip )
3734 [20:40:21] *** Joins: mz` (~mz@replaced-ip )
3735 [20:40:21] *** Joins: ryszard (~mac@replaced-ip )
3736 [20:40:21] *** Joins: SleePy (SleePy@replaced-ip )
3737 [20:40:21] *** Joins: tharkun (~tharkun@replaced-ip )
3738 [20:40:21] *** Joins: ctrlbreak_MAD (~ctrlbreak@replaced-ip )
3739 [20:40:21] *** Joins: sjoerd (~sjoerd@replaced-ip )
3740 [20:40:21] *** Joins: jmcnaught (~jeremy@replaced-ip )
3741 [20:40:21] *** Joins: mdk (~mdk@replaced-ip )
3742 [20:40:21] *** Joins: barhom (~barhom@replaced-ip )
3743 [20:40:21] *** Joins: Doo (~doo@replaced-ip )
3744 [20:40:21] *** Joins: elwisp (~elwisp@replaced-ip )
3745 [20:40:21] *** Joins: toli (~toli@replaced-ip )
3746 [20:40:21] *** Joins: beardface (~bearface@replaced-ip )
3747 [20:40:21] *** Joins: fauweh (~root@replaced-ip )
3748 [20:40:21] *** Joins: mete (~mete@replaced-ip )
3749 [20:40:21] *** Joins: stew (~stew@replaced-ip )
3750 [20:40:21] *** Joins: nzhuk98 (~nazar@replaced-ip )
3751 [20:40:21] *** Joins: nevyn (~nevyn@replaced-ip )
3752 [20:40:21] *** Joins: knaved (~knaved@replaced-ip )
3753 [20:40:21] *** Joins: jim (~jim@replaced-ip )
3754 [20:40:21] *** Joins: c0san0stra (~nunyuh@replaced-ip )
3755 [20:40:21] *** Joins: tofran (~tofran@replaced-ip )
3756 [20:40:21] *** Joins: monoxane (~monoxane@replaced-ip )
3757 [20:40:21] *** Joins: hinderaker (hinderaker@replaced-ip )
3758 [20:40:21] *** Joins: CamBan69 (~Cameron@replaced-ip )
3759 [20:40:21] *** Joins: Anessen97_0 (~Anessen97@replaced-ip )
3760 [20:40:21] *** Joins: jordanm (~jordanm@replaced-ip )
3761 [20:40:21] *** Joins: tomocha_ (tomocha@replaced-ip )
3762 [20:40:21] *** Joins: debhelper (~debhelper@replaced-ip )
3763 [20:40:21] *** Joins: zrnd (~xand@replaced-ip )
3764 [20:40:21] *** Joins: Kamilion (kamilion@replaced-ip )
3765 [20:40:21] *** Joins: wyre (~wyre@replaced-ip )
3766 [20:40:21] *** Joins: antoine (~antoine@replaced-ip )
3767 [20:40:21] *** Joins: fury__ (~fury@replaced-ip )
3768 [20:40:21] *** Joins: n0nada (~nonada@replaced-ip )
3769 [20:40:21] *** Joins: cg505 (~cg505@replaced-ip )
3770 [20:40:21] *** Joins: DoctorD90 (~DoctorD90@replaced-ip )
3771 [20:40:21] *** Joins: michael_mbp (~michael_m@replaced-ip )
3772 [20:40:21] *** Joins: Cheaterman (~cheaterma@replaced-ip )
3773 [20:40:21] *** tepper.freenode.net sets mode: +o debhelper
3774 [20:40:21] *** Joins: Namarrgon (~Namarrgon@replaced-ip )
3775 [20:40:21] *** Joins: phuzion (~quassel@replaced-ip )
3776 [20:40:21] *** Joins: ballot (~darkalia@replaced-ip )
3777 [20:40:21] *** Joins: osmanlicilegi (~nohup@replaced-ip )
3778 [20:40:21] *** Joins: poxifide (deathspawn@replaced-ip )
3779 [20:40:21] *** Joins: bhoman (~bhoman@replaced-ip )
3780 [20:40:21] *** Joins: roguelazer (~roguelaze@replaced-ip )
3781 [20:40:21] *** Joins: bl0m1_ (sid314902@replaced-ip )
3782 [20:40:21] *** Joins: Merixer (~Merixer@replaced-ip )
3783 [20:40:21] *** Joins: gigetoo (~gigetoo@replaced-ip )
3784 [20:40:21] *** Joins: c077ee (sid471137@replaced-ip )
3785 [20:40:21] *** Joins: timeless (sid4015@replaced-ip )
3786 [20:40:21] *** Joins: aizen_s (sid462968@replaced-ip )
3787 [20:40:21] *** Joins: noahmg123 (sid89117@replaced-ip )
3788 [20:40:21] *** Joins: tobias (sid15532@replaced-ip )
3789 [20:40:21] *** Joins: sponix2ipfw (uid273627@replaced-ip )
3790 [20:40:21] *** Joins: cryptodan_mobile (sid24065@replaced-ip )
3791 [20:40:21] *** Joins: CaptainN (sid281065@replaced-ip )
3792 [20:40:21] *** Joins: openJ (sid276354@replaced-ip )
3793 [20:40:21] *** Joins: keith4_ (~keith@replaced-ip )
3794 [20:40:21] *** Joins: tomreyn (~tomreyn@replaced-ip )
3795 [20:40:21] *** Joins: television (~alex@replaced-ip )
3796 [20:40:21] *** Joins: ialokin (ialokin-fr@replaced-ip )
3797 [20:40:21] *** Joins: NitrousPG (~Nitrous@replaced-ip )
3798 [20:40:21] *** Joins: Voldenet (~Voldenet@replaced-ip )
3799 [20:40:21] *** Joins: VectorX (~VectorX@replaced-ip )
3800 [20:40:21] *** Joins: abrotman (~abrotman@replaced-ip )
3801 [20:40:21] *** Joins: Buliarous (~gypsydang@replaced-ip )
3802 [20:40:21] *** Joins: Carno (~carno@replaced-ip )
3803 [20:40:21] *** Joins: ericnoan (~en@replaced-ip )
3804 [20:40:21] *** Joins: Bonn333 (~Bonn333@replaced-ip )
3805 [20:40:21] *** Joins: SpudDogg (~SpudDogg@replaced-ip )
3806 [20:40:21] *** Joins: jcara (~jcara@replaced-ip )
3807 [20:40:21] *** Joins: eirc (~eirc@replaced-ip )
3808 [20:40:21] *** Joins: dynetrekk (~dynetrekk@replaced-ip )
3809 [20:40:21] *** Joins: udet (~RalphBa@replaced-ip )
3810 [20:40:21] *** Joins: LiquidS (~LiquidS@replaced-ip )
3811 [20:40:21] *** Joins: teksimian (~teksimian@replaced-ip )
3812 [20:40:21] *** Joins: marcaurele (~marcaurel@replaced-ip )
3813 [20:40:21] *** Joins: mnt_grrrl (mnt_grrrl@replaced-ip )
3814 [20:40:21] *** Joins: blueness (~blueness@replaced-ip )
3815 [20:40:21] *** Joins: tabb (tabb@replaced-ip )
3816 [20:40:21] *** Joins: mirko (~mirko@replaced-ip )
3817 [20:40:21] *** Joins: Benett (~Benett@replaced-ip )
3818 [20:40:21] *** Joins: azizLIGHT (~azizLIGHT@replaced-ip )
3819 [20:40:21] *** Joins: horseshoecrab (~crab@replaced-ip )
3820 [20:40:21] *** Joins: ravioli (~ravioli@replaced-ip )
3821 [20:40:21] *** Joins: deepy (deepy@replaced-ip )
3822 [20:40:21] *** Joins: Nightmare (ddoscomin@replaced-ip )
3823 [20:40:21] *** Joins: sangy (~sangy@replaced-ip )
3824 [20:40:21] *** Joins: amosbird (~amosbird@replaced-ip )
3825 [20:40:21] *** Joins: r00tobo (~r00tobo@replaced-ip )
3826 [20:40:21] *** Joins: Tahvok (~Tahvok@replaced-ip )
3827 [20:40:21] *** Joins: pyre (~pyre@replaced-ip )
3828 [20:40:21] *** Joins: doubleqp (~doubleqp@replaced-ip )
3829 [20:40:21] *** Joins: tuv (~tuv@replaced-ip )
3830 [20:40:21] *** Joins: prg3 (~prg@replaced-ip )
3831 [20:40:21] *** Joins: miklcct (quasselcor@replaced-ip )
3832 [20:40:21] *** Joins: m4rley (~m4rley@replaced-ip )
3833 [20:40:21] *** Joins: krytarik (krytarik@replaced-ip )
3834 [20:40:21] *** Joins: atehwa (atehwa@replaced-ip )
3835 [20:40:21] *** Joins: Ssquidly (~squidly@replaced-ip )
3836 [20:40:21] *** Joins: Roedy (Roedy@replaced-ip )
3837 [20:40:21] *** Joins: miscalculated (miscalcula@replaced-ip )
3838 [20:40:21] *** Joins: Whiskey (~Whiskey@replaced-ip )
3839 [20:40:21] *** Joins: nix-7 (nix@replaced-ip )
3840 [20:40:21] *** Joins: skalis (1000@replaced-ip )
3841 [20:40:21] *** Joins: ikonia (~irc@replaced-ip )
3842 [20:40:21] *** Joins: Pichet_ (~Pichet_@replaced-ip )
3843 [20:40:21] *** Joins: stwalkerster (~stwalkers@replaced-ip )
3844 [20:40:21] *** Joins: Chex (sss@replaced-ip )
3845 [20:40:21] *** Joins: hemimaniac (~hemimania@replaced-ip )
3846 [20:40:21] *** Joins: grindhold_ (~quassel@replaced-ip )
3847 [20:40:21] *** Joins: stivo (stivo@replaced-ip )
3848 [20:40:21] *** Joins: apragmatist (~dustin@replaced-ip )
3849 [20:40:21] *** Joins: brabo (~brabo@replaced-ip )
3850 [20:40:21] *** Joins: noettore (~noettore@replaced-ip )
3851 [20:40:21] *** Joins: percY- (~percY@replaced-ip )
3852 [20:40:21] *** Joins: Cork (~Cork@replaced-ip )
3853 [20:40:21] *** Joins: hata (~caffeine@replaced-ip )
3854 [20:40:21] *** Joins: Papa (~papa@replaced-ip )
3855 [20:40:21] *** Joins: len (~lenisko@replaced-ip )
3856 [20:40:21] *** Joins: JerryXiao (~JerryXiao@replaced-ip )
3857 [20:40:21] *** Joins: aib (~aib@replaced-ip )
3858 [20:40:21] *** Joins: shtouff (~shtouff@replaced-ip )
3859 [20:40:21] *** Joins: mumixam (~m@replaced-ip )
3860 [20:40:21] *** Joins: Hobbyboy (Hobbyboy@replaced-ip )
3861 [20:40:21] *** Joins: Neoon (~Neoon@replaced-ip )
3862 [20:40:21] *** Joins: Casper26 (~Casper26@replaced-ip )
3863 [20:40:21] *** Joins: Nothing4You (N4Y@replaced-ip )
3864 [20:40:21] *** Joins: beaky (~beaky@replaced-ip )
3865 [20:40:21] *** Joins: Yorick_ (Y@replaced-ip )
3866 [20:40:21] *** Joins: churnd (~churnd@replaced-ip )
3867 [20:40:21] *** Joins: fnstudio (~test@replaced-ip )
3868 [20:40:21] *** Joins: zerocool (~muhGNUdoh@replaced-ip )
3869 [20:40:21] *** Joins: bigpresh (~bigpresh@replaced-ip )
3870 [20:40:21] *** Joins: jer0me (~jerome@replaced-ip )
3871 [20:40:21] *** Joins: TonyL (~Tony@replaced-ip )
3872 [20:40:21] *** Joins: nyany (~NyanCat@replaced-ip )
3873 [20:40:21] *** Joins: RT_FM (~RT_FM@replaced-ip )
3874 [20:40:21] *** Joins: etp (~etp@replaced-ip )
3875 [20:40:21] *** Joins: smashgrab (~smashgrab@replaced-ip )
3876 [20:40:21] *** Joins: alexises (~lameire@replaced-ip )
3877 [20:40:21] *** Joins: AciD` (~fu@replaced-ip )
3878 [20:40:21] *** Joins: redrabbit (~nick@replaced-ip )
3879 [20:40:21] *** Joins: oznt (~oznt@replaced-ip )
3880 [20:40:21] *** Joins: atomi_ (~atomi@replaced-ip )
3881 [20:40:21] *** Joins: JyZyXEL (~foo@replaced-ip )
3882 [20:40:21] *** Joins: DarkaMaul (~ac@replaced-ip )
3883 [20:40:21] *** Joins: bern (~bern@replaced-ip )
3884 [20:40:21] *** Joins: fnordbar (~fnordbar@replaced-ip )
3885 [20:40:21] *** Joins: eir (eir@replaced-ip )
3886 [20:40:21] *** Joins: sney (~sney@replaced-ip )
3887 [20:40:21] *** Joins: HotSwap (~hotswap@replaced-ip )
3888 [20:40:21] *** Joins: lazywalker (~lazywalke@replaced-ip )
3889 [20:40:21] *** Joins: derlg (~DerL@replaced-ip )
3890 [20:40:21] *** Joins: freanux (~freanux@replaced-ip )
3891 [20:40:21] *** Joins: H4ndy (~H4ndy@replaced-ip )
3892 [20:40:21] *** Joins: folivora (~out@replaced-ip )
3893 [20:40:21] *** Joins: nyuszika7h (nyuszika7h@replaced-ip )
3894 [20:40:21] *** Joins: Hobby_boy (Hobbyboy@replaced-ip )
3895 [20:40:21] *** Joins: ChanServ (ChanServ@replaced-ip )
3896 [20:40:21] *** Joins: leachim6 (~leachim6@replaced-ip )
3897 [20:40:21] *** Joins: Sigyn (sigyn@replaced-ip )
3898 [20:40:21] *** Joins: Spydar007 (spydar007@replaced-ip )
3899 [20:40:21] *** Joins: tabakhase (tabakhase@replaced-ip )
3900 [20:40:21] *** Joins: DLange (~DLange@replaced-ip )
3901 [20:40:21] *** Joins: LaurentDumont (~LaurentDu@replaced-ip )
3902 [20:40:21] *** Joins: Kralle (~Kralle@replaced-ip )
3903 [20:40:21] *** Joins: JStoker (jstoker@replaced-ip )
3904 [20:40:21] *** Joins: luz1- (~luz1@replaced-ip )
3905 [20:40:21] *** Joins: Grldfrdom_ (A099@replaced-ip )
3906 [20:40:21] *** tepper.freenode.net sets mode: +o ChanServ
3907 [20:40:21] *** Joins: donran (~donran@replaced-ip )
3908 [20:40:21] *** Joins: ecdhe (~ecdhe@replaced-ip )
3909 [20:40:21] *** Joins: koollman (samson_t@replaced-ip )
3910 [20:40:21] *** Joins: f8e4 (~user@replaced-ip )
3911 [20:40:21] *** Joins: ws2k3 (yctn@replaced-ip )
3912 [20:40:21] *** Joins: infernix (~nix@replaced-ip )
3913 [20:40:21] *** Joins: Nitori (~kappa@replaced-ip )
3914 [20:40:21] *** Joins: DreamThief (~delaylama@replaced-ip )
3915 [20:40:21] *** Joins: rdz (~rdz@replaced-ip )
3916 [20:40:21] *** Joins: cherti (cherti@replaced-ip )
3917 [20:40:21] *** Joins: mebus (~mebus@replaced-ip )
3918 [20:40:21] *** Joins: squarebracket (~root@replaced-ip )
3919 [20:40:21] *** Joins: evilroots (~roots@replaced-ip )
3920 [20:40:21] *** Joins: tomjaguarpaw (~tom@replaced-ip )
3921 [20:40:21] *** Joins: f0x2 (~f0x@replaced-ip )
3922 [20:40:21] *** Joins: CeBe (~cebe@replaced-ip )
3923 [20:40:21] *** Joins: murmeli_ (~pascal@replaced-ip )
3924 [20:40:21] *** Joins: lol768 (lol768@replaced-ip )
3925 [20:40:21] *** Joins: sparsify (~sparsify@replaced-ip )
3926 [20:40:21] *** Joins: trobotham (nitemare@replaced-ip )
3927 [20:40:21] *** Joins: dondelelcaro (~don@replaced-ip )
3928 [20:40:21] *** Joins: phantomcircuit (~phantomci@replaced-ip )
3929 [20:40:21] *** Joins: |aaron (~|aaron@replaced-ip )
3930 [20:40:21] *** Joins: boubou (~boubou@replaced-ip )
3931 [20:40:21] *** Joins: rom1v (~rom1v@replaced-ip )
3932 [20:40:21] *** Joins: KNERD (~KNERD@replaced-ip )
3933 [20:40:21] *** Joins: serafeim (serafeim@replaced-ip )
3934 [20:40:21] *** Joins: empty_string (emptystrin@replaced-ip )
3935 [20:40:21] *** Joins: Cerise (~jerry@replaced-ip )
3936 [20:40:21] *** Joins: sdx23 (~sdx23@replaced-ip )
3937 [20:40:21] *** Joins: a3Dman (~3Dman@replaced-ip )
3938 [20:40:21] *** Joins: JonathanD (~JonathanD@replaced-ip )
3939 [20:40:21] *** Joins: swk (~swk@replaced-ip )
3940 [20:40:21] *** Joins: wmey (~w@replaced-ip )
3941 [20:40:21] *** Joins: cheapie (cheapie@replaced-ip )
3942 [20:40:21] *** Joins: morph (~matrixirc@replaced-ip )
3943 [20:40:21] *** Joins: blackop (~opc@replaced-ip )
3944 [20:40:21] *** Joins: GGMethos (~methos@replaced-ip )
3945 [20:40:21] *** Joins: npcomp (~user@replaced-ip )
3946 [20:40:21] *** Joins: ec0 (~ec0_light@replaced-ip )
3947 [20:40:21] *** Joins: kevinsan (~kevinsan@replaced-ip )
3948 [20:40:21] *** Joins: Johann (~cisswit@replaced-ip )
3949 [20:40:21] *** Joins: ndorf (~nd@replaced-ip )
3950 [20:40:21] *** Joins: scc (~scc@replaced-ip )
3951 [20:40:21] *** Joins: eldritch (~eldritch@replaced-ip )
3952 [20:40:21] *** Joins: Voxel (~v7@replaced-ip )
3953 [20:40:21] *** Joins: michele (~eraser@replaced-ip )
3954 [20:40:21] *** Joins: trewas (~trewas@replaced-ip )
3955 [20:40:21] *** Joins: artlogic (~artlogic@replaced-ip )
3956 [20:40:21] *** Joins: reith (~reith@replaced-ip )
3957 [20:40:21] *** Joins: mboehn_ (mathias@replaced-ip )
3958 [20:40:21] *** Joins: soifou (~soifou@replaced-ip )
3959 [20:40:21] *** Joins: nutron (~nutron@replaced-ip )
3960 [20:40:21] *** Joins: Gertm- (~gertm@replaced-ip )
3961 [20:40:21] *** Joins: grinsekatze (~andreas@replaced-ip )
3962 [20:40:21] *** Joins: JasonO (~jason@replaced-ip )
3963 [20:40:21] *** Joins: nopf (~frosch@replaced-ip )
3964 [20:40:21] *** Joins: _jakob (~jakob@replaced-ip )
3965 [20:40:21] *** Joins: e (e@replaced-ip )
3966 [20:40:21] *** Joins: Aebian (~Aebian@replaced-ip )
3967 [20:40:21] *** Joins: x10 (~x10@replaced-ip )
3968 [20:40:21] *** Joins: systemdave (dmonschein@replaced-ip )
3969 [20:40:21] *** Joins: pierrot (~pi@replaced-ip )
3970 [20:40:21] *** Joins: dynos01_ (~dynos01@replaced-ip )
3971 [20:40:21] *** Joins: nathanhi (~nathanhi@replaced-ip )
3972 [20:40:21] *** Joins: smil (~xnor@replaced-ip )
3973 [20:40:21] *** Joins: antto (~pewpew@replaced-ip )
3974 [20:40:21] *** Joins: benaiah (~benaiah@replaced-ip )
3975 [20:40:21] *** Joins: crisu (crisu@replaced-ip )
3976 [20:40:21] *** Joins: Jdbye (~furry4lif@replaced-ip )
3977 [20:40:21] *** Joins: tempora (~tempus@replaced-ip )
3978 [20:40:21] *** Joins: LeandroLuiz (~clkalw@replaced-ip )
3979 [20:40:21] *** Joins: esran (~esran@replaced-ip )
3980 [20:40:21] *** Joins: jtdowney (~jtdowney@replaced-ip )
3981 [20:40:21] *** Joins: PyR3X (~PyR3X@replaced-ip )
3982 [20:40:21] *** Joins: msil (~msil@replaced-ip )
3983 [20:40:21] *** Joins: Stx (~stx@replaced-ip )
3984 [20:40:21] *** Joins: Dr_Jazz (~jazz@replaced-ip )
3985 [20:40:21] *** Joins: petn-randall (~petn-rand@replaced-ip )
3986 [20:40:21] *** Joins: retali8 (~chown@replaced-ip )
3987 [20:40:21] *** Joins: Trieste (~T@replaced-ip )
3988 [20:40:21] *** Joins: fredsted (~fredsted@replaced-ip )
3989 [20:40:21] *** Joins: sgo11 (~song@replaced-ip )
3990 [20:40:21] *** Joins: gusnan (~gusnan@replaced-ip )
3991 [20:40:21] *** Quits: _bleb (cm@replaced-ip ) (Max SendQ exceeded)
3992 [20:40:21] *** Quits: Hackerpcs (~user@replaced-ip ) (Max SendQ exceeded)
3993 [20:40:21] *** Quits: fs2 (~fs2@replaced-ip ) (Max SendQ exceeded)
3994 [20:40:29] *** Quits: nikow (~nikow@replaced-ip ) (Remote host closed the connection)
3995 [20:40:45] *** Joins: |macallan| (nobody@replaced-ip )
3996 [20:40:51] *** Quits: petn-randall (~petn-rand@replaced-ip ) (Ping timeout: 246 seconds)
3997 [20:41:16] *** Joins: nikow (~nikow@replaced-ip )
3998 [20:41:21] *** Joins: fs2 (~fs2@replaced-ip )
3999 [20:41:27] *** Joins: bzed (~bzed@replaced-ip )
4000 [20:41:45] *** Joins: petn-randall (~petn-rand@replaced-ip )
4001 [20:42:27] *** Joins: Hackerpcs (~user@replaced-ip )
4002 [20:42:31] *** Joins: GNUtoo (~GNUtoo@replaced-ip )
4003 [20:42:41] *** Joins: fourstepper (~fourstepp@replaced-ip )
4004 [20:44:18] *** Joins: ||shark|| (~shark_@replaced-ip )
4005 [20:45:59] *** Joins: _bleb (cm@replaced-ip )
4006 [20:46:12] *** Quits: |shark| (~shark_@replaced-ip ) (Ping timeout: 260 seconds)
4007 [20:46:13] *** ||shark|| is now known as |shark|
4008 [20:47:48] *** Joins: daknob (~daknob@replaced-ip )
4009 [20:50:01] *** Quits: galex-713_ (~quassel@replaced-ip ) (Ping timeout: 256 seconds)
4010 [20:50:46] *** Quits: shabius (~shabius@replaced-ip ) (Quit: Leaving)
4011 [20:51:59] *** Joins: shabius (~shabius@replaced-ip )
4012 [20:53:44] *** Quits: bubi67 (~klo_jnk@replaced-ip ) (Quit: Leaving.)
4013 [20:54:37] <kristijonas> what would be the most secure way to make a Debian's bootable USB on Windows?
4014 [20:55:46] *** Quits: DaNeenjah (~DaNeenjah@replaced-ip ) (Quit: WeeChat 3.0)
4015 [20:55:52] *** Joins: galex-713 (~quassel@replaced-ip )
4016 [20:56:10] *** Joins: Stonefruit (~Plum@replaced-ip )
4017 [20:56:27] <tomreyn> it's not clear what you mean by 'secure'.
4018 [20:56:56] *** Quits: Samhain (~amr@replaced-ip ) (Remote host closed the connection)
4019 [20:56:59] *** Joins: p8m (p8m@replaced-ip )
4020 [20:57:12] <tomreyn> if you validate the gpg signate on the iso file checksum, and then checksum against the iso file, it should be secure, unless the usb connection or mass storage device isn't
4021 [20:57:39] *** Quits: realtime-neil (~realtime-@replaced-ip ) (Ping timeout: 246 seconds)
4022 [20:57:39] <tomreyn> (or you loose control on your system by other means)
4023 [20:58:01] *** debhelper sets mode: +l 1165
4024 [20:58:32] <tomreyn> if you just mean 'reliable' then any utility which verifies the data written should help. one of those is balena etcher. it's also a huge pile of electron junk. but user-friendly for gui folks.
4025 [21:00:05] <Stonefruit> hello. I have a new laptop with a network controller which requires a 5.2+ kernel. I'd like to install Debian stable on the computer, but won't be able upgrade the kernel without accessing the wifi, which obviously is a problem. is there a simple workaround? (e.g. pre-downlaod all the necessary backported packages onto an external HD?)
4026 [21:00:32] *** Joins: galex-713_ (gal@replaced-ip )
4027 [21:00:33] *** Quits: galex-713 (~quassel@replaced-ip ) (Ping timeout: 264 seconds)
4028 [21:01:23] <greycat> you could put the buster-backports kernel on a USB or CD or whatever
4029 [21:01:35] <Stonefruit> what about the dependencies?
4030 [21:01:41] <tomreyn> kristijonas: see above. you can probably do the same with less heavy utilities, too replaced-url
4031 [21:01:56] <Stonefruit> could I somehow get them all pre-install?
4032 [21:02:02] <greycat> if you also need firmware or whatever, same thing applies
4033 [21:02:23] <petn-randall> Stonefruit: One way is to just download the kernel .deb and install it by hand after you finished installing. Other option is to use debootstrap, which is more complex, but will allow you to install whatever you want.
4034 [21:03:20] <Stonefruit> petn-randall and greycat: I'd like to just download the .deb file, but, could I somehow verify what other packages I need beforehand? or does the kernel not have any dependencies?
4035 [21:03:28] <tomreyn> Stonefruit: a usb to ethernet or wireless 'dongle' can also help there. or a smartphone which you tether through usb wire
4036 [21:03:58] <petn-randall> !apt-offline
4037 [21:03:58] <dpkg> To use apt on a machine that doesn't have a network connection (if you have a separate machine that does have a network connection), read replaced-url
4038 [21:04:13] <greycat> ,depends linux-image-5.10.0-3-amd64 --release buster-backports
4039 [21:04:18] <judd> No package named 'linux-image-5.10.0-3-amd64' was found in buster-backports/amd64.
4040 [21:04:18] <petn-randall> Stonefruit: Not sure if it's installed by default. ^^^
4041 [21:04:21] <greycat> ,kernels
4042 [21:04:23] <judd> Available kernel versions are: experimental: 5.10.0-trunk-686 (5.10.2-1~exp1); sid: 5.10.0-3-686-pae (5.10.13-1); bullseye: 5.10.0-3-686-pae (5.10.13-1); buster-backports: 5.10.0-0.bpo.3-686-pae (5.10.13-1~bpo10+1); buster: 4.19.0-14-686-pae (4.19.171-2); stretch-backports: 4.19.0-0.bpo.9-686-pae (4.19.118-2+deb10u1~bpo9+1); stretch: 4.19.0-0.bpo.14-686 (4.19.171-2~deb9u1); jessie-
4043 [21:04:24] <judd> backports: 4.9.0-0.bpo.6-686-pae (4.9.88-1+deb9u1~bpo8+1); jessie: 4.9.0-0.bpo.12-686 (4.9.210-1+deb9u1~deb8u1)
4044 [21:04:28] *** Quits: p8m (p8m@replaced-ip ) (Ping timeout: 265 seconds)
4045 [21:04:35] <Stonefruit> petn-randall: thanks!! that's exactly it
4046 [21:04:45] <greycat> ,depends linux-image-5.10.0-0.bpo.3-amd64 --release buster-backports
4047 [21:04:46] <judd> Package linux-image-5.10.0-0.bpo.3-amd64 in buster-backports/amd64 -- depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool.
4048 [21:04:53] <greycat> There ya go.
4049 [21:05:03] <Stonefruit> thanks everyone :)
4050 [21:05:19] <kristijonas> tomreyn, thanks!
4051 [21:06:34] *** Joins: pacbard (~pacbard@replaced-ip )
4052 [21:07:16] *** Quits: geowiesnot (~user@replaced-ip ) (Ping timeout: 240 seconds)
4053 [21:07:30] <kristijonas> tomreyn, normally, on Linux I just go with 'sudo cp debian.iso /dev/sdX & sync' without any third-party software. So wondered if there was a similar way on Windows. Will check your link.
4054 [21:07:38] *** Joins: TaZeR (~TaZeR@replaced-ip )
4055 [21:08:09] *** Quits: eldereko (eldereko@replaced-ip ) (Ping timeout: 256 seconds)
4056 [21:08:44] *** Parts: nickodd (~nickodd@replaced-ip ) ()
4057 [21:08:52] *** Joins: kupi (uid212005@replaced-ip )
4058 [21:11:27] <greycat> hopefully && rather than &
4059 [21:11:46] *** Joins: galex-713 (~quassel@replaced-ip )
4060 [21:12:09] *** Quits: galex-713_ (gal@replaced-ip ) (Ping timeout: 272 seconds)
4061 [21:12:48] <aminvakil> kristijonas: check out rufus replaced-url
4062 [21:13:00] <greycat> !rufus
4063 [21:13:00] <dpkg> rufus is a tool that can be used to make bootable USB devices under Windows. Debian CD/DVD images MUST be written in "DD Mode," otherwise it mangles the installer in cruel and unusual ways, resulting in hard to debug problems. Ask me about <hybrid images>, <usb install>, <win32diskimager>.
4064 [21:13:40] <aminvakil> greycat++
4065 [21:15:12] *** Joins: platvoeten (~platvoete@replaced-ip )
4066 [21:16:56] *** Quits: TaZeR (~TaZeR@replaced-ip ) (Ping timeout: 240 seconds)
4067 [21:17:02] *** Joins: Mister00X (~quassel@replaced-ip )
4068 [21:17:02] *** Quits: Slashman (~Slash@replaced-ip ) (Quit: Leaving)
4069 [21:17:27] *** Joins: well_laid_lawn (~Jean-luc@replaced-ip )
4070 [21:17:47] *** Quits: stree (~stree@replaced-ip ) (Ping timeout: 256 seconds)
4071 [21:18:35] *** Joins: tablerice (~tablerice@replaced-ip )
4072 [21:18:57] *** Joins: eldereko (eldereko@replaced-ip )
4073 [21:19:04] *** Quits: kristijonas (~Kristijon@replaced-ip ) (Remote host closed the connection)
4074 [21:19:05] *** Quits: tablerice (~tablerice@replaced-ip ) (Read error: Connection reset by peer)
4075 [21:20:23] *** Joins: tablerice (~tablerice@replaced-ip )
4076 [21:21:13] *** Quits: tablerice (~tablerice@replaced-ip ) (Read error: Connection reset by peer)
4077 [21:22:41] *** Joins: tablerice (~tablerice@replaced-ip )
4078 [21:23:35] *** Quits: tablerice (~tablerice@replaced-ip ) (Read error: Connection reset by peer)
4079 [21:23:44] *** Joins: urk (~urk@replaced-ip )
4080 [21:24:58] *** Joins: tablerice (~tablerice@replaced-ip )
4081 [21:25:15] *** Quits: tablerice (~tablerice@replaced-ip ) (Read error: Connection reset by peer)
4082 [21:25:40] *** Quits: tgunr (admin@replaced-ip##) (Quit: ZNC - ##replaced-url
4083 [21:25:58] *** Joins: tablerice (~tablerice@replaced-ip )
4084 [21:25:59] *** Quits: tablerice (~tablerice@replaced-ip ) (Read error: Connection reset by peer)
4085 [21:26:50] *** Joins: allizom (~Thunderbi@replaced-ip )
4086 [21:28:08] *** Quits: pacbard (~pacbard@replaced-ip##) (Quit: ZNC 1.8.2 - ##replaced-url
4087 [21:29:32] *** Joins: pacbard (~pacbard@replaced-ip )
4088 [21:30:37] *** Joins: stree (~stree@replaced-ip )
4089 [21:31:28] *** Quits: Flukp (~Flukp@replaced-ip ) (Quit: Leaving)
4090 [21:32:05] *** Joins: TaZeR (~TaZeR@replaced-ip )
4091 [21:32:45] *** Joins: Darcidride (~Darcidrid@replaced-ip )
4092 [21:34:05] *** Joins: p8m (p8m@replaced-ip )
4093 [21:34:24] *** Joins: Heavy_Mettle (~Heavy_Met@replaced-ip )
4094 [21:41:57] *** Quits: Darcidride (~Darcidrid@replaced-ip ) (Ping timeout: 264 seconds)
4095 [21:44:12] *** Joins: niv (~niv@replaced-ip )
4096 [21:44:45] *** Joins: fuzzface (~fuzzface@replaced-ip )
4097 [21:46:45] *** Quits: w-oertl (~wolfgang@replaced-ip ) (Ping timeout: 240 seconds)
4098 [21:47:06] *** Joins: gry (~test@replaced-ip )
4099 [21:49:11] *** Quits: dftxbs3e (~dftxbs3e@replaced-ip ) (Remote host closed the connection)
4100 [21:51:07] *** Joins: Texou (~Texou@replaced-ip )
4101 [21:51:11] <urk> I just reconfigured the sources.list in preparation of downgrading from testing to stable, and wondering if anyone sees anything wrong with my new sources.list replaced-url
4102 [21:51:31] <greycat> Downgrading is not supported, and apt won't do it.
4103 [21:51:32] <urk> The old sources.list before the changes was replaced-url
4104 [21:51:54] <urk> greycat> I'm following the instructions here replaced-url
4105 [21:52:19] <greycat> Well have fun following random advice from stackexchange.
4106 [21:53:35] *** Joins: raver (f98f5ce56e@replaced-ip )
4107 [21:53:44] <urk> greycat> What had happened was that I had initially made two install sticks: one for stable, and one for testing. The stable install disk was faulty, wouldn't let me advance past the partition write stage, and didn't recognize my firmware. Additionally my other laptop was so old it wouldn't burn to a memory stick. So I had a choice: setup a DHCP and download from the net, or try the testing install disk. Either way there was going
4108 [21:53:44] <urk> to be some extra work.
4109 [21:54:31] *** Quits: cosimone (~cosimone@replaced-ip ) (Quit: cosimone)
4110 [21:55:47] <alex11> is omemo with gajim not really working for other people?
4111 [21:56:02] <alex11> the newer gajim seems to be fine so i wonder if omemo in debian is too old
4112 [21:56:34] *** Joins: YWH_1 (~YWH@replaced-ip )
4113 [21:58:02] *** debhelper sets mode: +l 1171
4114 [22:01:08] *** Joins: tgunr (admin@replaced-ip )
4115 [22:01:45] *** Quits: galex-713 (~quassel@replaced-ip ) (Ping timeout: 264 seconds)
4116 [22:03:48] <EdePopede> urk: i've read earlier your history, seems you ran into issues twice and both times instead of trying to fix them you chose another route making things more complicated.
4117 [22:07:19] <urk> EdePopede> Not true. The first Debian stable install disk was defective, and wouldn't let me advance past the partition write phase. As a result, I downloaded was supposed to have been an improved version, and someone on here provided me a link to the hybrid file which has both the install disk, and a link for downloading from the net. Unfortunately my other laptop is more than 20 years old so I wasn't able to burn a USB. Since I
4118 [22:07:19] <urk> already had a USB burned for testing, I chose to install that, but could have downloaded a link, and setup a DHCP. So not sure how I am to blame. The reason I posted on here is to see if anyone had suggestions on how I could improve my modified sources.list file before I finalize the downgrade replaced-url
4119 [22:07:28] *** Joins: galex-713 (gal@replaced-ip )
4120 [22:08:05] <EdePopede> "defective", did you check it? md5 at least
4121 [22:08:06] <urk> Testing is working ok but there are some bugs. Xfburn doesn't work correctly, and the bottom panel in XFCE disappears when you hover over it.
4122 [22:08:37] <urk> EdePopede> It was extensively checked, and md5 is ok. It has a programming bug, and also wouldn't pick up my firmware.
4123 [22:08:56] <urk> EdePopede> I had no such problem with the testing install disk.
4124 [22:09:09] <urk> So how dow my sources.list file look? Did I forget anything?
4125 [22:09:34] <urk> replaced-url
4126 [22:11:15] <EdePopede> !sources.list
4127 [22:11:15] <dpkg> A suitable /etc/apt/sources.list for "Buster" has the lines: "deb replaced-url
4128 [22:11:23] <EdePopede> urk, i don't see any update entry
4129 [22:11:52] *** Joins: BlakesSeven (~RBlake@replaced-ip )
4130 [22:12:09] <EdePopede> though don't take my word for it, the combinations can be confusing
4131 [22:13:19] *** Quits: Dotz0cat_ (~Dotz0cat@replaced-ip ) (Ping timeout: 256 seconds)
4132 [22:13:47] * BlakesSeven looks around
4133 [22:14:15] <EdePopede> you don't burn USB, you burn optical media. to sticks you just copy, may it be to the file system on it or to the raw media.
4134 [22:14:48] <jmcnaught> Yeah I was just going to say, Xfburn is definitely not the right program for writing ISO to USB.
4135 [22:14:51] <BlakesSeven> Just coming in on the convo, I'm kinda sorry I missed the question
4136 [22:15:42] <EdePopede> whenever i may find the time i'll definitely check what they're doing to the ISOs
4137 [22:17:08] <jmcnaught> urk: if you really want a stable/buster system and you currently have a testing/bullseye system it makes more sense to use the current install to make a new stable installer USB than to downgrade.
4138 [22:17:12] <jmcnaught> !downgrade
4139 [22:17:12] <dpkg> Downgrading is not, nor will ever be supported by apt. Programs change their data in a way that can't be rolled back, and package maintainer scripts support upgrades to new config file formats but not downgrades. Try: "dpkg -i olderversion.deb" or "aptitude install package=version" using "apt-cache policy package" to get the old version number. See also <partial downgrade>, <unstable->testing>, <sdo>.
4140 [22:17:17] <greycat> BlakesSeven: the context is "Hi! I'm following a random SE post that says I can downgrade testing to stable. Am I doing it right? Please read the entire SE post and then double check my work to make sure I'm doing this unsupported thing properly."
4141 [22:18:08] *** Joins: zapwai (~zapwai@replaced-ip )
4142 [22:18:10] * BlakesSeven slinks back to lurking
4143 [22:19:12] *** Joins: erts_ (erts@replaced-ip )
4144 [22:19:15] *** Joins: Robby (robby@replaced-ip )
4145 [22:19:35] *** Joins: Dotz0cat (~Dotz0cat@replaced-ip )
4146 [22:19:55] *** Quits: galex-713 (gal@replaced-ip ) (Ping timeout: 272 seconds)
4147 [22:21:44] *** Quits: erts_ (erts@replaced-ip ) (Client Quit)
4148 [22:21:46] <kline> is there a good place to look at DPI with debian? i have a 2560x1440 screen connected to my laptop (eDP at 1336x768) and something has decided that my cursor now has to be 4x the size
4149 [22:22:31] <greycat> if you're in X, xdpyinfo | grep 'dots per inch'
4150 [22:23:00] *** Joins: tangarora_ (~tangarora@replaced-ip )
4151 [22:23:00] <kline> 96x96 dpi is listed, but im not sure what to do with that
4152 [22:23:05] *** Joins: rwtrecs (~rewrited@replaced-ip )
4153 [22:23:09] *** Quits: tangarora__ (~tangarora@replaced-ip ) (Read error: Connection reset by peer)
4154 [22:23:19] <kline> everything is rendering fine in terms of windows and content, its just the cursor
4155 [22:23:39] *** Quits: wytchmaster (~wytchmast@replaced-ip##) (Quit: ##replaced-url
4156 [22:23:41] <kline> im not sure where the decision is made about how big or small to make the cursor so i dont know how to tell it not to do this
4157 [22:24:28] <qman__> my system's doing the same thing, I haven't bothered to try and fix it yet
4158 [22:24:58] <qman__> 4k displays, cursor takes up like 3 lines of text
4159 [22:25:08] *** Quits: rwtrecs (~rewrited@replaced-ip ) (Remote host closed the connection)
4160 [22:25:09] *** Quits: twobitsprite (~isaac.fre@cpe-173-95-153-183.nc.res.rr.com) (Ping timeout: 246 seconds)
4161 [22:25:10] *** Quits: sig_9 (~sig@replaced-ip ) (Ping timeout: 258 seconds)
4162 [22:25:17] <kline> qman__, right, thats my issue
4163 [22:25:25] *** Quits: rewrited (~rewrited@replaced-ip ) (Ping timeout: 240 seconds)
4164 [22:25:36] *** Joins: rwtrecs (~rewrited@replaced-ip )
4165 [22:26:08] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
4166 [22:27:20] *** Quits: KaiForce (~chatzilla@replaced-ip ) (Quit: ChatZilla 0.9.93 [Firefox 52.9.0/20180621064021])
4167 [22:28:43] <kline> replaced-url
4168 [22:29:03] <kline> look at that comedy-size cursor in the bottom window on the prose section of the man page
4169 [22:29:23] <qman__> yeah
4170 [22:29:47] *** Joins: sig_9 (~sig@replaced-ip )
4171 [22:33:06] *** Quits: mangix (~quassel@replaced-ip##) (Quit: ##replaced-url
4172 [22:33:31] *** Quits: notahackerlol (~notahacke@replaced-ip ) (Quit: Leaving)
4173 [22:33:49] <kline> qman__, depending on how desperate you are, deleting your cursor theme pack solves this
4174 [22:34:08] <kline> since it then falls back onto the X cursors that presumably do not have whatever is making this hidpi decision to scale
4175 [22:34:18] <urk> jmcnaught> Do you know of a decent burner that works in testing? Xfburn "burn option" doesn't work, and is buggy.
4176 [22:34:31] <kline> as a bonus, you get crisp bitmap cursors
4177 [22:34:54] *** Quits: Dotz0cat (~Dotz0cat@replaced-ip ) (Ping timeout: 256 seconds)
4178 [22:35:05] *** Joins: Dotz0cat_ (~Dotz0cat@replaced-ip )
4179 [22:36:05] *** Joins: craigevi1 (craig@replaced-ip )
4180 [22:36:23] <jmcnaught> urk: follow the instructions in the install manual, use 'cp' on the command line. It's easy: replaced-url
4181 [22:36:23] *** Quits: rwtrecs (~rewrited@replaced-ip ) (Quit: ...)
4182 [22:36:45] <greycat> cp is for writing to a USB device, not for burning an actual CD or DVD or BD
4183 [22:37:16] *** Joins: mangix (~quassel@replaced-ip )
4184 [22:37:49] *** Quits: platvoeten (~platvoete@replaced-ip ) (Remote host closed the connection)
4185 [22:39:39] <jmcnaught> urk: I would consider staying on bullseye anyways. If I recall correctly your computer was too new for the kernel and firmware in the buster installer, and you would probably have to sneakernet newer packages after installation to get various devices working.
4186 [22:40:49] <urk> jmcnaught> That was the original thought, but subsequently I found out from other Debian posts that there is no problem with XPS 15 7590. For that reason the problem was with the install disk. 7590 is supported by the current release of Debian stable, and will detect the firmware, etc, etc.
4187 [22:40:57] *** Quits: _0bitcount (~Big_Byte@replaced-ip ) (Remote host closed the connection)
4188 [22:41:25] *** Joins: _0bitcount (~Big_Byte@replaced-ip )
4189 [22:43:11] <urk> I'm trying to remember, whats the difference between lines that start with deb and deb-src in the sources.list file?
4190 [22:43:20] <jmcnaught> urk: the XPS 15 7590 seems to have been released in fall 2019. Buster was frozen in late winter/early spring 2019.
4191 [22:43:48] <greycat> deb-src points to source packages
4192 [22:44:04] *** Quits: riff-IRC (~riff2@replaced-ip ) (Remote host closed the connection)
4193 [22:44:24] <urk> jmcnaught> Does that mean stable is supported in XPS 15 7590?
4194 [22:45:12] *** Joins: riff-IRC (~riff2@replaced-ip )
4195 [22:45:35] <jmcnaught> urk: it means you probably need a newer kernel and firmware-iwlwifi package than what is included in buster. You can get newer kernel and firmware from buster-backports after installing buster, but if ethernet also does not work you will need to copy them on a USB stick.
4196 [22:45:40] *** Fufu is now known as FuturePilot
4197 [22:46:30] <urk> ethernet appears to be working fine. I'm putting a line in my sources.list to pull from backports.
4198 [22:46:49] *** Quits: hotFix (~quassel@replaced-ip##) (Quit: ##replaced-url
4199 [22:46:59] <jmcnaught> urk: for the record I think your plan to downgrade from bullseye to buster is a bad one.
4200 [22:47:37] *** Joins: tna0100 (~tna0100@replaced-ip )
4201 [22:51:26] *** Quits: Tobbi (~Tobbi@replaced-ip ) (Remote host closed the connection)
4202 [22:52:24] *** Joins: Tobbi (~Tobbi@replaced-ip )
4203 [22:53:04] <urk> Do I need both a line starting with deb, and another line starting with deb-src?
4204 [22:53:08] *** Joins: hyiltiz (~quassel@replaced-ip )
4205 [22:53:19] <urk> Seems like I would be getting redundancy.
4206 [22:53:20] *** Joins: galex-713 (~quassel@replaced-ip )
4207 [22:53:35] <n4dir> deb-src lines are only needed if you plan to build packages from source, compile them
4208 [22:53:57] <urk> n4dir> Thanks.
4209 [22:54:16] <n4dir> you could still comment instead of remove them, and if you ever want to compile from source, you just uncomment them
4210 [22:54:42] *** Parts: tna0100 (~tna0100@replaced-ip ) ("Leaving")
4211 [22:56:29] *** Quits: craigevi1 (craig@replaced-ip ) (Quit: leaving)
4212 [22:56:30] *** Quits: mohabaks2 (~mohabaks@replaced-ip ) (Ping timeout: 268 seconds)
4213 [22:56:53] *** Quits: Ekis (~Ekis@replaced-ip ) (Quit: leaving)
4214 [22:58:23] *** Quits: shibboleth (~shibbolet@replaced-ip ) (Quit: shibboleth)
4215 [22:59:27] <urk> n4dir> Is it ok to just have security updates instead of a line set aside for security in the sources.list?
4216 [22:59:41] *** Quits: szorfein (~daggoth@replaced-ip ) (Remote host closed the connection)
4217 [23:00:04] *** Joins: szorfein (~daggoth@replaced-ip )
4218 [23:00:33] <n4dir> i usually go with whatever wiki.debian.org has minus the deb-src lines
4219 [23:00:43] <n4dir> without much thinking about it, that is
4220 [23:00:57] *** Quits: szorfein (~daggoth@replaced-ip ) (Client Quit)
4221 [23:01:45] <urk> n4dir> You mean the installation guide? replaced-url
4222 [23:02:50] <n4dir> replaced-url
4223 [23:03:10] <urk> thanks
4224 [23:03:32] <n4dir> i am not the right guy to ask about sources list. As said: i just use it as is without much thinking what does what exactly
4225 [23:04:08] <urk> n4dir> This is all I need, and can probably figure it out from here.
4226 [23:04:21] *** Quits: TaZeR (~TaZeR@replaced-ip ) (Ping timeout: 246 seconds)
4227 [23:04:42] <n4dir> yeah, sure. But if you address me directly, in case of further questions, ... i guess you got me
4228 [23:04:56] *** Joins: kristijonas (~Kristijon@replaced-ip )
4229 [23:05:18] *** Quits: Heavy_Mettle (~Heavy_Met@replaced-ip ) (Quit: Leaving)
4230 [23:05:45] <kline> qman__, replaced-url
4231 [23:06:05] *** Quits: zeden (~user@replaced-ip ) (Quit: WeeChat 3.0)
4232 [23:06:07] <kline> one or the other may do it, im tired so i just applied both directly to the forehead and it looks like after a relog its good
4233 [23:06:39] <kline> the example size there is 16 but i understand 24 is the normal default and thats worked out well for me
4234 [23:07:02] *** Joins: Flukp (~Flukp@replaced-ip )
4235 [23:07:46] *** Quits: fjavier (~fjavier@replaced-ip ) (Ping timeout: 256 seconds)
4236 [23:08:02] *** debhelper sets mode: +l 1162
4237 [23:08:12] *** Quits: toorop (~toorop@replaced-ip ) (Ping timeout: 265 seconds)
4238 [23:09:40] *** Joins: toorop (~toorop@replaced-ip )
4239 [23:09:53] *** Joins: dvs (~hibbard@replaced-ip )
4240 [23:10:04] *** Quits: kristijonas (~Kristijon@replaced-ip ) (Remote host closed the connection)
4241 [23:10:15] *** Joins: galex-713_ (~quassel@replaced-ip )
4242 [23:10:59] <qman__> cool
4243 [23:11:44] *** Joins: galex-713__ (~quassel@replaced-ip )
4244 [23:12:13] *** Quits: galex-713 (~quassel@replaced-ip ) (Read error: Connection reset by peer)
4245 [23:12:17] *** Joins: twobitsprite (~isaac.fre@cpe-173-95-153-183.nc.res.rr.com)
4246 [23:13:07] *** Joins: fb_ (~freebench@replaced-ip )
4247 [23:13:14] *** Joins: d1cor (~d1cor@replaced-ip )
4248 [23:14:21] *** Joins: galex-713 (~quassel@replaced-ip )
4249 [23:14:45] *** Quits: galex-713__ (~quassel@replaced-ip ) (Read error: Connection reset by peer)
4250 [23:14:53] *** Joins: galex-713___ (~quassel@replaced-ip )
4251 [23:15:26] *** Quits: freebench (~freebench@replaced-ip ) (Ping timeout: 240 seconds)
4252 [23:15:39] *** Quits: galex-713_ (~quassel@replaced-ip ) (Ping timeout: 256 seconds)
4253 [23:15:51] *** Joins: galex-713_ (~quassel@replaced-ip )
4254 [23:15:54] *** Quits: galex-713 (~quassel@replaced-ip ) (Read error: Connection reset by peer)
4255 [23:16:40] *** Joins: galex-713 (~quassel@replaced-ip )
4256 [23:17:02] *** Quits: galex-713___ (~quassel@replaced-ip ) (Read error: Connection reset by peer)
4257 [23:17:42] *** Quits: ov3rmind (~over0-07@replaced-ip ) (Read error: Connection reset by peer)
4258 [23:17:47] *** Joins: galex-713__ (~quassel@replaced-ip )
4259 [23:18:58] *** Joins: TaZeR (~TaZeR@replaced-ip )
4260 [23:20:36] *** Quits: galex-713_ (~quassel@replaced-ip ) (Ping timeout: 240 seconds)
4261 [23:20:56] *** Quits: pacbard (~pacbard@replaced-ip##) (Quit: ZNC 1.8.2 - ##replaced-url
4262 [23:21:28] *** Joins: pacbard (~pacbard@replaced-ip )
4263 [23:21:30] *** Quits: pacbard (~pacbard@replaced-ip ) (Remote host closed the connection)
4264 [23:21:51] *** Quits: galex-713__ (~quassel@replaced-ip ) (Ping timeout: 246 seconds)
4265 [23:21:51] *** Quits: galex-713 (~quassel@replaced-ip ) (Ping timeout: 246 seconds)
4266 [23:22:42] *** Joins: galex-713 (gal@replaced-ip )
4267 [23:22:43] *** Joins: pacbard (~pacbard@replaced-ip )
4268 [23:23:48] *** Joins: filohuhum (~filohuhum@replaced-ip )
4269 [23:24:40] *** Joins: rgwu (~rgwu@replaced-ip )
4270 [23:26:38] *** Joins: geowiesnot (~user@replaced-ip )
4271 [23:27:15] *** Joins: galex-713_ (~quassel@replaced-ip )
4272 [23:27:21] *** Joins: gelignite (~gelignite@replaced-ip )
4273 [23:27:41] *** Quits: galex-713 (gal@replaced-ip ) (Ping timeout: 272 seconds)
4274 [23:27:55] *** Joins: format_c (~format_c@replaced-ip )
4275 [23:28:01] *** debhelper sets mode: +l 1169
4276 [23:28:27] *** Joins: FozzWorth (~FozzWorth@replaced-ip )
4277 [23:28:38] *** Quits: pacbard (~pacbard@replaced-ip ) (Max SendQ exceeded)
4278 [23:29:01] *** Joins: pacbard (~pacbard@replaced-ip )
4279 [23:29:51] *** Quits: craigevil (craig@replaced-ip ) (Remote host closed the connection)
4280 [23:30:25] *** Quits: filohuhum (~filohuhum@replaced-ip ) (Ping timeout: 268 seconds)
4281 [23:30:32] *** Quits: allizom (~Thunderbi@replaced-ip ) (Quit: allizom)
4282 [23:30:38] *** Quits: pacbard (~pacbard@replaced-ip ) (Client Quit)
4283 [23:31:13] *** Joins: pacbard (~pacbard@replaced-ip )
4284 [23:34:25] *** Quits: hitest (~hitest@replaced-ip ) (Quit: Leaving)
4285 [23:34:46] *** Quits: Dotz0cat_ (~Dotz0cat@replaced-ip ) (Ping timeout: 272 seconds)
4286 [23:36:18] *** Quits: towo` (~towo@replaced-ip ) (Quit: Leaving)
4287 [23:38:36] *** Quits: stree (~stree@replaced-ip ) (Ping timeout: 240 seconds)
4288 [23:38:40] *** Joins: filohuhum (~filohuhum@replaced-ip )
4289 [23:40:17] *** Quits: wsky (uid453465@replaced-ip ) (Quit: Connection closed for inactivity)
4290 [23:40:45] *** Quits: fuzzface (~fuzzface@replaced-ip ) (Quit: Leaving)
4291 [23:45:20] *** Joins: esaym153 (~esaym153@replaced-ip )
4292 [23:46:32] *** Joins: radmuskai (~radmuskai@replaced-ip )
4293 [23:46:33] *** Joins: jack2019 (~jack2019@replaced-ip )
4294 [23:48:36] *** Quits: paulgrmn_ (~paulgrmn@replaced-ip ) (Ping timeout: 240 seconds)
4295 [23:49:35] *** Quits: NetTerminalGene (~Thunderbi@replaced-ip ) (Remote host closed the connection)
4296 [23:50:13] *** Quits: superleaf1995 (bdb3f094@replaced-ip ) (Ping timeout: 256 seconds)
4297 [23:50:25] *** Quits: pacbard (~pacbard@replaced-ip##) (Quit: ZNC 1.8.2 - ##replaced-url
4298 [23:50:29] *** Quits: Python1320 (Python1320@replaced-ip ) (Ping timeout: 272 seconds)
4299 [23:51:39] *** Quits: Jerrynicki (~niklas@replaced-ip ) (Remote host closed the connection)
4300 [23:51:41] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Quit: WeeChat 3.0)
4301 [23:52:12] *** Joins: stree (~stree@replaced-ip )
4302 [23:52:33] *** Quits: greycat (~greg@replaced-ip ) (Quit: Bye)
4303 [23:53:39] *** Joins: pacbard (~pacbard@replaced-ip )
4304 [23:53:48] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
4305 [23:53:48] *** Quits: is0ke3 (~is0ke3@replaced-ip ) (Quit: Zzzzzz.....)
4306 [23:54:27] <kingsley> Report: The Linux Foundation is partnering with the U.S. Defense Advanced Research Projects Agency (DARPA).
4307 [23:54:39] <kingsley> replaced-url
4308 [23:54:49] <kingsley> Wikipedia says DARPA develops U.S. military tech.
4309 [23:55:02] <kingsley> replaced-url
4310 [23:55:17] <kingsley> I hope no one gets hurt.
4311 [23:55:23] <Mister00X> so?
4312 [23:56:10] *** Quits: radmuskai (~radmuskai@replaced-ip ) (Quit: Leaving)
4313 [23:56:12] <riff-IRC> !
4314 [23:57:59] *** Quits: blueingress (~pp_of_mm@replaced-ip ) (Remote host closed the connection)
4315 [23:58:02] *** debhelper sets mode: +l 1155
4316 [23:58:29] *** Joins: Python1320 (Python1320@replaced-ip )
4317 [23:59:16] *** Quits: |shark| (~shark_@replaced-ip ) (Ping timeout: 240 seconds)
↑ top
context: nick names on moving displays as market values
#debian Freenode IRC channel closed on 2021-06-01
contact: a @ her0. be