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:08] *** Joins: cdown_ (~cdown@replaced-ip )
1 [00:01:32] <Numero-6> Hi all, i have make a service with systemd for test my connectivity network. At this moment i use netcat for test an wan website like nc -z -w 5 8.8.8.8 53, and a while loop. What is the better command for do that, and the most generic, netcat, ping, /dev/tcp/ ?
2 [00:01:42] <Numero-6> wlan*
3 [00:02:27] <greycat> (they asked this in #bash and I told them to use ping) (their actual rationale was "sometimes I do not pay my bill and the cut off my Internet and I want to know when this happens")
4 [00:03:07] <sney> install monitoring_plugins and use check_tcp, and then try to consider why you aren't using nagios/icinga/etc for monitoring when reinventing the wheel with systemd is so much more work
5 [00:03:15] <sney> ,v monitoring-plugins
6 [00:03:16] <judd> Package: monitoring-plugins on amd64 -- jessie: 2.1.1-1; stretch: 2.2-3; stretch-backports: 2.2-6~bpo9+1; bullseye: 2.2-6; buster: 2.2-6; sid: 2.2-6
7 [00:03:29] <Numero-6> greycat: yes i have lose the discussion. that no just about the paid, that my ISP is lot of instable
8 [00:03:56] *** Quits: cdown (~cdown@replaced-ip ) (Ping timeout: 265 seconds)
9 [00:04:02] *** cdown_ is now known as cdown
10 [00:04:06] <sney> look at all of those *options* replaced-url
11 [00:04:18] <Numero-6> ok i do test ping -c 1 and other settings, and i look for package you say
12 [00:04:45] <sney> monitoring plugins install to /usr/lib/nagios/plugins so they will not be in your PATH, fyi.
13 [00:05:08] <Numero-6> ok sney i look read, understand and test
14 [00:05:24] <greycat> what do you want the monitor to *do* when it detects that the internet is dead?
15 [00:05:59] <Numero-6> greycat: i use ifupifdown, wifi, custom dns, vpn and other
16 [00:06:23] <Numero-6> sometime i need to know at what time i can't access to network
17 [00:06:44] <Numero-6> for look the log with this time
18 [00:06:59] *** Quits: paulgrmn_ (~paulgrmn@replaced-ip ) (Ping timeout: 240 seconds)
19 [00:07:03] <Numero-6> so i begging to write a full servic for testing all that
20 [00:07:04] <greycat> oh, you want *logging* and shit? well, then you want a real solution, not some cobbled-together bash script
21 [00:07:35] *** Joins: martian67 (~martian67@replaced-ip )
22 [00:08:11] <Numero-6> i have sometime feature with wpa_supplicant and other i have make one log by service so that can help for easy found what is the problem
23 [00:08:25] *** Quits: NetTerminalGene (~Thunderbi@replaced-ip ) (Quit: NetTerminalGene)
24 [00:08:47] <Numero-6> but i think i go use ping, because i need a generic tool for my backup and fresh install
25 [00:08:56] <greycat> you want to be able to ask your logging-monitoring thing, "for the last 24 hours, show me when the internet worked, and when it did not" -- that means you need a *real* solution, not a cobbled-together piece of crap
26 [00:09:17] <sney> so if you had a local website that showed you the service status, and maybe it sent you an email to notify you of the change, that would be good? again: nagios.
27 [00:09:33] <Numero-6> greycat: yea that what you think, i think other lol
28 [00:09:49] <greycat> if you keep moving the goalposts, guess what I am going to do?
29 [00:09:57] *** Joins: renzhi (~renzhi@replaced-ip )
30 [00:10:35] <Numero-6> i can't explain the full project, but i have make lot of project that interesting other
31 [00:11:12] *** Quits: fflori (~fflori@replaced-ip ) (Read error: Connection reset by peer)
32 [00:11:14] <Numero-6> kiss you greycat :D i go testing ping and filter the output and thank sney i go look what is theses tools
33 [00:12:02] *** Quits: bmlzootown (~bmlzootow@replaced-ip ) (Read error: Connection reset by peer)
34 [00:12:36] *** Quits: linzst (~linzst@replaced-ip ) (Quit: Leaving)
35 [00:13:31] *** Joins: Ensnared (~Ensnared@replaced-ip )
36 [00:13:44] *** Quits: rewrited (~rewrited@replaced-ip ) (Quit: ...)
37 [00:14:19] *** Quits: voidSurfr (~todd_dsm@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
38 [00:19:03] <pasiz> Numero-6: could you explain what isp is so unstable you need to constantly monitor it?
39 [00:19:09] <pasiz> i suggest to change isp
40 [00:19:54] <sney> sometimes people can't. or sometimes national infrastructure is so bad that all of the isps suck
41 [00:20:02] <sney> monitoring is a good thing to know how to do, anyway
42 [00:20:26] *** Quits: swift110 (~swift110@replaced-ip ) (Ping timeout: 256 seconds)
43 [00:21:12] *** Quits: dastier (~dastier@replaced-ip ) (Remote host closed the connection)
44 [00:21:27] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 240 seconds)
45 [00:22:32] <pasiz> i think monitoring is invented, no need to reinvent the wheel
46 [00:22:46] <sney> I agree which is why I said nagios something like 4 times
47 [00:22:55] *** Joins: zalt_ (~devp@replaced-ip )
48 [00:23:43] *** Quits: pmy (~user@replaced-ip ) (Ping timeout: 244 seconds)
49 [00:24:06] <Numero-6> pasiz: long story, and i have look lot of thing
50 [00:24:09] <pasiz> prtg, snabbix etc
51 [00:24:16] *** Quits: pingfloyd (~pingfloyd@replaced-ip ) (Quit: later)
52 [00:24:19] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
53 [00:24:32] <mutante> Numero-6: icinga
54 [00:24:33] <pasiz> mean zabbix
55 [00:24:34] <Numero-6> I have found one time a guy wh spawn me with desauth request
56 [00:24:40] <Numero-6> and other and other xD
57 [00:25:04] <pasiz> then i suggest using wpa2 enterprise
58 [00:25:07] <Numero-6> So i make lot of script for monotoring all that and no lose my time
59 [00:25:25] *** Quits: zalt (~devp@replaced-ip ) (Ping timeout: 240 seconds)
60 [00:25:27] <Numero-6> i use a gtk notification for see that in real time
61 [00:25:45] <pasiz> all of the solutions have monitoring and notification services
62 [00:25:56] *** Joins: pmy (~user@replaced-ip )
63 [00:25:57] <Numero-6> yup
64 [00:26:33] <pasiz> and they will bend to more than you could imagine
65 [00:26:36] *** Joins: HarveyPwca (~HarveyPwc@replaced-ip )
66 [00:27:27] <Numero-6> in the past i have make a 5 xterm spawns, each monotoring a service
67 [00:27:50] <Numero-6> but i have lose the code, so i don't want rewrite, and i test other
68 [00:30:02] *** Quits: ephemer0l_ (~ephemer0l@replaced-ip ) (Ping timeout: 265 seconds)
69 [00:31:13] *** Quits: mbrad (~mbrad@replaced-ip ) (Quit: leaving)
70 [00:32:30] *** Quits: m0u (~m0u@replaced-ip ) (Ping timeout: 244 seconds)
71 [00:32:35] *** Quits: greycat (~greg@replaced-ip ) (Quit: Bye)
72 [00:33:22] *** Joins: ndegruchy__ (~ndegruchy@replaced-ip )
73 [00:33:51] *** Quits: ndegruchy (~ndegruchy@replaced-ip ) (Killed (karatkievich.freenode.net (Nickname regained by services)))
74 [00:33:51] *** ndegruchy__ is now known as ndegruchy
75 [00:35:28] <noosanon> guys, what about munin??
76 [00:35:35] <noosanon> it's great
77 [00:35:39] *** Joins: ephemer0l_ (~ephemer0l@replaced-ip )
78 [00:36:14] <noosanon> and it works right out of the box
79 [00:36:24] <noosanon> just install it and use it
80 [00:36:32] *** Quits: platvoeten (~platvoete@replaced-ip ) (Remote host closed the connection)
81 [00:36:36] *** Quits: asymptotically (~asymptoti@replaced-ip ) (Quit: Leaving)
82 [00:36:39] <noosanon> apt install munin-node and apt install munin
83 [00:36:45] *** Quits: Tyrasuki (~Tyrasuki@replaced-ip ) (Ping timeout: 240 seconds)
84 [00:36:46] <noosanon> and it just works...
85 [00:37:43] *** Quits: kreyren (~kreyren@replaced-ip ) (Ping timeout: 240 seconds)
86 [00:37:50] *** Joins: nsegkos (~Thunderbi@replaced-ip )
87 [00:39:01] *** debhelper sets mode: +l 1171
88 [00:39:34] *** Joins: swift110 (~swift110@replaced-ip )
89 [00:39:44] *** Quits: ndegruchy (~ndegruchy@replaced-ip ) (Ping timeout: 244 seconds)
90 [00:40:50] *** Joins: Tyrasuki (~Tyrasuki@replaced-ip )
91 [00:41:01] *** Joins: polardroid (~polardroi@replaced-ip )
92 [00:41:28] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 244 seconds)
93 [00:42:31] <jhutchins> Is there a program that will check the partition table(s)?
94 [00:42:34] *** Quits: wymillerlinux (~wymillerl@replaced-ip ) (Ping timeout: 260 seconds)
95 [00:43:40] <jhutchins> I keep getting "Invalid Partion Table" on boot. It will continue a normal boot if I hit any key.
96 [00:45:37] <rany> if this happened all of a sudden then most likely your hard drive is failing
97 [00:45:52] <rany> you should make sure you backed up everything asap
98 [00:46:49] *** Joins: adfeno (~Icedove@replaced-ip )
99 [00:46:55] *** Joins: ndegruchy (~ndegruchy@replaced-ip )
100 [00:47:27] <adfeno> Hi, I have one question, in "Provides" of debian/control file, which type of package is allowed? "Source" or "Package" ?
101 [00:48:09] *** Quits: UndeadLeech (~UndeadLee@replaced-ip ) (Quit: Critical System Error)
102 [00:48:20] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
103 [00:49:27] *** Joins: UndeadLeech (~UndeadLee@replaced-ip )
104 [00:50:08] *** Quits: krabador (~krabador@replaced-ip ) (Quit: Leaving)
105 [00:50:51] <rany> replaced-url
106 [00:51:45] *** Quits: renzhi (~renzhi@replaced-ip ) (Ping timeout: 240 seconds)
107 [00:51:59] <adfeno> Oh, as far as I understand, it doesn't matter, all that matters is that the name matches another one that needs to be provided.
108 [00:54:54] *** Joins: krabador (~krabador@replaced-ip )
109 [00:56:33] *** Quits: Numero-6 (~Numero-6@replaced-ip ) (Quit: << - Qui etes vous ? - Je suis le nouveau numero 2 - Qui est le numero 1 ? - Vous etes le numero 6 - Je ne suis pas un numero ! Je suis un homme libre!! >>)
110 [00:58:18] *** Joins: runlevel7_ (~runlevel7@replaced-ip )
111 [00:58:49] *** Joins: MESSIAH (5610dafd@replaced-ip )
112 [00:58:54] <MESSIAH> Hi
113 [00:59:12] *** Quits: mihi (~mihi@replaced-ip ) (Quit: Leaving)
114 [00:59:15] <sney> hi
115 [00:59:38] <MESSIAH> I have problem with Apache 2
116 [00:59:47] *** Joins: dvs (~hibbard@replaced-ip )
117 [00:59:50] *** Quits: diniwed (~gavron@replaced-ip ) (Ping timeout: 260 seconds)
118 [00:59:52] <MESSIAH> I can't use .htaccess and .htpasswd
119 [01:00:24] <sney> what happens when you try?
120 [01:00:33] <MESSIAH> Nothing
121 [01:00:34] *** Joins: diniwed (~gavron@replaced-ip )
122 [01:00:41] <MESSIAH> Like it's not eneble
123 [01:00:45] <rany> did you setup Override ?
124 [01:00:52] <MESSIAH> Probably not
125 [01:01:04] <MESSIAH> Where I should do that?
126 [01:01:26] *** Quits: runlevel7 (~runlevel7@replaced-ip ) (Ping timeout: 244 seconds)
127 [01:01:44] <rany> in /etc/apache2/apache2.conf
128 [01:02:11] <rany> search for AllowOverride and set it to All
129 [01:03:05] *** Quits: Lord_of_Life (~Lord@replaced-ip ) (Ping timeout: 240 seconds)
130 [01:03:14] <rany> (make sure you're in the right <Directory ..> though)
131 [01:03:25] *** Joins: Lord_of_Life (~Lord@replaced-ip )
132 [01:03:39] <MESSIAH> It's working
133 [01:03:44] *** Parts: adfeno (~Icedove@replaced-ip ) ()
134 [01:03:49] <MESSIAH> Thank you all
135 [01:04:06] <MESSIAH> Done kaboom \O/
136 [01:04:17] *** Quits: spacebison (~bison@replaced-ip ) (Ping timeout: 260 seconds)
137 [01:04:26] *** Quits: v01t (~matrixirc@replaced-ip ) (Quit: killed)
138 [01:04:35] <rany> great :)
139 [01:05:22] *** Quits: mfranzwa (~mfranzwa@replaced-ip ) (Read error: Connection reset by peer)
140 [01:05:36] <noosanon> such a good OS
141 [01:05:45] <MESSIAH> I like it very much
142 [01:05:46] <noosanon> lol
143 [01:05:57] <MESSIAH> I'm with Debian about 8 years
144 [01:06:05] <noosanon> ohhh I absolutely love it
145 [01:06:08] <MESSIAH> I wish get Debian on my smartphone
146 [01:06:30] <noosanon> so stable...
147 [01:06:47] <noosanon> and no great reasource requirements
148 [01:07:59] *** Joins: iflema (~ian@replaced-ip )
149 [01:08:24] <MESSIAH> It's Argon2 support .htpasswd ??
150 [01:08:55] <MESSIAH> I can't login using this but when I change to Bcrypt it's working fine
151 [01:09:39] *** Joins: v01t (~matrixirc@replaced-ip )
152 [01:10:13] <sney> behold, a list: replaced-url
153 [01:11:35] *** Joins: darunesh (~darunesh@replaced-ip )
154 [01:12:02] <MESSIAH> What other options are available??
155 [01:12:17] <MESSIAH> Basic and oher is??
156 [01:12:41] <tomreyn> scroll down
157 [01:14:48] <MESSIAH> Digest
158 [01:14:51] *** Joins: jlbuckner (~jlbuckner@replaced-ip )
159 [01:14:53] <MESSIAH> OK thank you
160 [01:15:21] <MESSIAH> I need setup e-mail server for my web server
161 [01:15:34] <MESSIAH> Do someone know any good tutorial?
162 [01:16:44] <sney> this will get you going, for the most part: replaced-url
163 [01:16:55] <sney> hosting your own email can be tiresome, though. you may want to use a hosted service instead.
164 [01:17:02] <p4xz> MESSIAH: mailcow if you want something simple that works out of the box
165 [01:17:02] *** Quits: ceska (~Cieska@replaced-ip ) (Ping timeout: 258 seconds)
166 [01:17:30] <mutante> sudo dpkg-reconfigure exim -> select 'satellite system' -> enter external mail server. <the end>
167 [01:17:48] <mutante> eh, sorry, replace exim with postfix :)
168 [01:18:24] <MESSIAH> I have Postfix and Dovecot
169 [01:18:40] <sney> I've also heard good things about iredmail as a self-hosted option that makes configuration easier.
170 [01:18:53] *** Quits: Spr1ng (~Spr1ng@replaced-ip ) (Quit: WeeChat 2.8)
171 [01:19:11] <sney> any good email server has postfix and dovecot, but it's a lot more complicated to do properly than hosting a website.
172 [01:19:16] <mutante> don't run postfix/mysql/spamd just to have outgoing mail to the webmaster
173 [01:19:45] <MESSIAH> But I can't configure DNSSEC
174 [01:19:46] <p4xz> sney: what about opensmtpd
175 [01:20:00] <sney> there are many mtas but postfix is the best one
176 [01:20:07] <p4xz> why
177 [01:20:11] <MESSIAH> sney yes it's half automated but not supporting MYSQL
178 [01:20:30] <mutante> you only need mysql support if you have many users with actual inboxes
179 [01:21:05] <mutante> are you planning to be the mail admin for many other people? don't do it :p
180 [01:21:26] <sney> p4xz: I'm not going to die on this hill, but it's powerful and sensible and the docs are clear. I will always tell people to use what they're accustomed to, unless they're starting from 0, in which case use postfix :P
181 [01:21:36] *** Quits: v01t (~matrixirc@replaced-ip ) (Quit: killed)
182 [01:21:59] <tomreyn> those who want to "setup e-mail server for my web server" should really create ab snto account at some managed mail service and configure their web application to use this mail account with smtp-auth, though.
183 [01:22:05] <p4xz> sney: I'm asking because I started from 0 with opensmtpd following a tutorial ^^
184 [01:22:10] *** Quits: cdown (~cdown@replaced-ip ) (Remote host closed the connection)
185 [01:22:17] <MESSIAH> sney iRedMail not support MYSQL
186 [01:22:20] <tomreyn> snto -> SMTP
187 [01:22:23] *** Joins: v01t (~matrixirc@replaced-ip )
188 [01:22:27] *** Joins: cdown (~cdown@replaced-ip )
189 [01:22:29] <p4xz> it seems to be very simple and works well for me
190 [01:23:03] <sney> MESSIAH: ok? why are you telling me
191 [01:23:17] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 246 seconds)
192 [01:23:18] <MESSIAH> You mentioned it before
193 [01:23:23] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
194 [01:23:30] <MESSIAH> I was try to use it without succes
195 [01:24:28] *** Quits: v01t (~matrixirc@replaced-ip ) (Client Quit)
196 [01:24:32] <MESSIAH> Someone know how to setup DNSSEC?
197 [01:24:40] <sney> I've heard good things about it but I've never tried it. glancing at their documentation page, there are a few mentions of mysql, so maybe you forgot to enable that backend or something.
198 [01:25:15] <MESSIAH> Nope I was get support from author and He said he drop support for MYSQL
199 [01:25:26] <sney> ah, well. postgres is fine too.
200 [01:25:37] <mutante> it has a "web-admin panel". that disqualifies it for me
201 [01:25:42] *** Joins: v01t (~matrixirc@replaced-ip )
202 [01:26:14] *** Quits: prp-e (~prp-e@replaced-ip ) (Ping timeout: 258 seconds)
203 [01:26:31] <MESSIAH> After version 0.9 he decide to left MYSQL - probably money in his pocket is not satisfied
204 [01:26:46] <mutante> MESSIAH: so is it "mail for my webserver" or is it "i want to be an email provider for others?
205 [01:26:59] <MESSIAH> mutante : You can install postfix admin web panel as well
206 [01:27:03] <MESSIAH> I have it
207 [01:27:09] *** Quits: k4nz (~Thunderbi@replaced-ip ) (Ping timeout: 256 seconds)
208 [01:27:19] <MESSIAH> Only for my VHosts
209 [01:27:25] <mutante> MESSIAH: ok, but can you _not_ install it with iredmail?
210 [01:27:26] *** Joins: k4nz (~Thunderbi@replaced-ip )
211 [01:27:43] <MESSIAH> Yes
212 [01:27:55] <MESSIAH> I don't have iredmail
213 [01:28:12] <mutante> MESSIAH: then that is all completely overkill to even worry about "mysql support"
214 [01:28:13] <MESSIAH> I have standalone Postfix + Dovecot
215 [01:28:51] <mutante> MESSIAH: do you have ANY existing email address?
216 [01:28:57] *** Quits: v01t (~matrixirc@replaced-ip ) (Client Quit)
217 [01:29:03] *** Joins: runlevel7__ (~runlevel7@replaced-ip )
218 [01:29:14] <MESSIAH> Yes I have and I'm using it for sending e-mails to my customers
219 [01:29:22] <mutante> just tell postfix to send your mail to your existing mail server
220 [01:29:27] <MESSIAH> For my MYSQL is very important
221 [01:29:29] <mutante> then you are done
222 [01:29:42] *** Joins: v01t (~matrixirc@replaced-ip )
223 [01:29:54] <mutante> with dpkg-reconfigure you can do all that in a wizard, not even editing config files
224 [01:30:01] <MESSIAH> What's gonna happened? Infinity loop?
225 [01:30:18] <MESSIAH> Yes I was do that
226 [01:30:24] *** Joins: horribleprogram (~horriblep@replaced-ip )
227 [01:30:31] <mutante> no? the postfix MTA will do its job and _transfer_ your mail
228 [01:30:35] <mutante> to where it should go
229 [01:30:51] <MESSIAH> I found good tutorial with lot of information
230 [01:31:01] *** Quits: cdown (~cdown@replaced-ip ) (Remote host closed the connection)
231 [01:31:03] * mutante gives up
232 [01:31:06] *** Quits: v01t (~matrixirc@replaced-ip ) (Client Quit)
233 [01:31:41] *** Quits: iflema (~ian@replaced-ip ) (Ping timeout: 256 seconds)
234 [01:31:59] <mutante> MESSIAH: it's literally a single command line.. but if you really want to follow tutorials just for fun then that's another story. good luck
235 [01:32:27] *** Joins: cdown (~cdown@replaced-ip )
236 [01:32:33] *** Quits: runlevel7_ (~runlevel7@replaced-ip ) (Ping timeout: 260 seconds)
237 [01:33:31] <MESSIAH> mutante You need follow tutorial or your e-mails will be rejected
238 [01:34:04] <sney> I'm assuming there's some part of the puzzle that #debian isn't privy to.
239 [01:34:23] *** Joins: v01t (~matrixirc@replaced-ip )
240 [01:34:32] <sney> MESSIAH: have fun setting up an email server, and be extra careful with dovecot's auth config
241 [01:34:35] <MESSIAH> If you just install Postfix + Dovecot you need set it up because lot of receivers will missed your e-mails
242 [01:35:17] <p4xz> the rest is really just dns txt records nad setting your server's hostname
243 [01:35:30] <p4xz> and making sure your ip isn't on a blacklist for some reason
244 [01:35:42] <MESSIAH> I was lot of fun to set up emails for VHosts
245 [01:35:45] *** Joins: raver (f98f5ce56e@replaced-ip )
246 [01:35:54] <sney> email is a publicly networked system, and 90% of the time, there is some other mta that you can reach and use as a smarthost so that you don't have to admin one yourself. but there are always exceptions. and there's no downside to knowing more about how email works, anyway
247 [01:36:39] <petn-randall> Handling email properly is a *lot* more complex than running a web server, IMHO.
248 [01:37:14] <sney> it is way more complicated and there are way more places where it can go horribly wrong
249 [01:37:55] <MESSIAH> petn-randall yes it's true. I see sometimes strange action
250 [01:38:12] <sney> the note about dovecot auth was from experience - there is an imap option that was a best practice once upon a time, until it became a security hole that botnets could use to send email from your users
251 [01:38:47] <MESSIAH> Why nobody make e-mail easier?
252 [01:38:51] <MESSIAH> Like a web chat
253 [01:38:56] *** Quits: jlbuckner (~jlbuckner@replaced-ip ) (Quit: Leaving)
254 [01:39:15] <sney> many have tried, but smtp keeps outliving them
255 [01:39:18] <MESSIAH> Should be simple settings and simple installation
256 [01:39:54] <MESSIAH> I hope this will change fast
257 [01:40:08] *** Quits: _0bitcount (~Big_Byte@replaced-ip ) (Quit: Leaving)
258 [01:40:17] <sney> you think that at first, but the actual requirements for sending messages to anyone, anywhere on the internet, quickly get more complicated than you'd think
259 [01:41:34] <MESSIAH> To much spammers around and before you get e-mail server working you will spend lot of weeks to trying fix simple errors
260 [01:42:04] <sney> and none of the big sexy startups will ever succeed in replacing email because it's a necessary service. any lasting replacement for smtp cannot be profitable. so here we are, lol :)
261 [01:42:06] *** Quits: v01t (~matrixirc@replaced-ip ) (Quit: killed)
262 [01:42:23] <mutante> MESSIAH: lol, this is why several people have been telling you that it's not a good idea. now you say this yourself
263 [01:43:02] *** Quits: tagomago (~tagomago@replaced-ip ) (Quit: Konversation terminated!)
264 [01:43:47] <MESSIAH> Personally if you have business and selling using your own shop you should keep e-mails with you no on others e-mail providers
265 [01:44:18] <sney> there are definitely good security reasons for doing it that way.
266 [01:44:22] <MESSIAH> Most of companies scan e-mails etc
267 [01:44:45] <sney> I'm not going to tell you not to host an email server, just be aware, there be dragons
268 [01:44:46] *** Joins: paulgrmn_ (~paulgrmn@replaced-ip )
269 [01:44:52] <MESSIAH> So if you have similar shop to ebay then you will be easier target for them
270 [01:45:15] <mutante> MESSIAH: you came in here saying "it's just for the webserver" and now it is "run your own ebay". that is completely different
271 [01:45:33] <mutante> but i see the point about wanting to control your own mail. that's fair
272 [01:46:05] <mutante> you can use Protonmail instead of Google though, f.e.
273 [01:46:36] <MESSIAH> I can bet google use some scripts to scan e-mails of some merchant companies
274 [01:46:57] <annadane> he's not the messiah. he's a very naughty boy.
275 [01:47:04] <sney> at some point you always have to trust that x or y provider is being honest when they say that they aren't looking at your stuff
276 [01:47:16] <MESSIAH> How you can make a business where you are watched
277 [01:47:31] <graphicsv> Debian keeps warning me about newer kernel available. How can I fix it?
278 [01:47:47] <mutante> MESSIAH: encrypt your mail with GPG
279 [01:47:49] <sney> graphicsv: consider yourself warned, and ignore the message?
280 [01:48:35] <petn-randall> graphicsv: "warning" you? Where does it say that? Maybe you running one of those update notifiers, so you likely need to just install all updates.
281 [01:48:58] <annadane> and also what release are you on? stable, testing?
282 [01:49:02] <MESSIAH> mutante yes you can do that on your server but if you use google?
283 [01:49:07] <mutante> MESSIAH: at least you can use a mail provider where the business model is not based on reading your mail, basically. so that means paying for it
284 [01:49:09] *** Joins: v01t (~matrixirc@replaced-ip )
285 [01:49:15] <annadane> but what petn-randall said is closer to the point, make sure you're fully updated
286 [01:49:24] <sney> graphicsv: debian has a very strict package version policy, so for your custom kernel, you may need to change the version string so that apt can tell it is "newer" than the one in buster/buster-bpo.
287 [01:49:49] <graphicsv> petn-randall: ` Newer kernel available. The currently running kernel version is 4.19.134-ryzen which is not the expected kernel version 5.8.0-rc6-ryzen. Restarting the system to load the new kernel will not be handled automatically, so you should consider rebooting.`
288 [01:50:16] <graphicsv> Maybe I should just uninstall these bleeding edge versions and stick to tweaked `4.19.134-ryzen`
289 [01:50:27] <sney> graphicsv: that sounds like you have the 5.8 kernel installed but not running. uninstall the package if you don't want it
290 [01:50:52] *** Quits: v01t (~matrixirc@replaced-ip ) (Client Quit)
291 [01:50:55] <mutante> MESSIAH: if you worry about privacy i would not use Google. But if you want Google and still encrypt you can use replaced-url
292 [01:51:13] <graphicsv> mutante: What's wrong with Google?
293 [01:51:22] <sney> prism, mainly
294 [01:51:23] *** Quits: Acheron (~Acheron@replaced-ip ) (Quit: Good Bye and Good Luck)
295 [01:51:41] *** Quits: swift110 (~swift110@replaced-ip ) (Remote host closed the connection)
296 [01:51:52] *** Joins: v01t (~matrixirc@replaced-ip )
297 [01:52:07] <noosanon> lololol. everything graphicsv...
298 [01:52:16] <MESSIAH> graphicsv If you are just normal user than don't worry about Google of course if you not sending illegal pictures
299 [01:52:17] <noosanon> google is evil
300 [01:52:19] <noosanon> lol
301 [01:52:22] <sney> !offtopic
302 [01:52:22] <mutante> graphicsv: MESSIAH said he does not want his mail provider to be able to read his mail but Google is a free service so basically the business model is to read all the mail
303 [01:52:22] <dpkg> #debian is primarily a support channel for Debian users. Please keep the discussions in #debian on-topic and take longer discussions and non-support questions to #debian-offtopic. Imagine the chaos if each of the hundreds of people in the channel felt the need to wander off topic for a few minutes every day.
304 [01:52:31] <graphicsv> I use Google and Google Photos and Google Drive, Docs, Mail so on
305 [01:52:58] <sney> I also use a lot of google services, but it's informed usage I guess
306 [01:53:06] <graphicsv> What'd be the alternative? I love Google Mail :'(
307 [01:53:10] <MESSIAH> graphicsv But if you are rising business trader than you will be on aim
308 [01:53:27] <mutante> Google will not add "Easy GPG" because then they can't read it. Hence "FlowCrypt" is done by a third party. FlowCrypt works great though.
309 [01:53:36] *** Quits: salaam (~salaam@replaced-ip ) (Quit: salaam)
310 [01:53:38] <MESSIAH> Did someone heard about last ebay action?
311 [01:53:44] <mutante> graphicsv: protonmail for example
312 [01:54:00] <sney> MESSIAH: that goes for you too, try to keep this conversation debian-usage related
313 [01:54:06] *** Quits: lxbarbosa (~user@replaced-ip ) (Ping timeout: 246 seconds)
314 [01:54:32] *** Quits: v01t (~matrixirc@replaced-ip ) (Client Quit)
315 [01:54:51] <graphicsv> sney is right. But I'd like to keep this conversation elsewhere. #debian-offtopic ?
316 [01:55:24] *** Joins: v01t (~matrixirc@replaced-ip )
317 [01:55:29] <annadane> or fastmail, given some of protonmail's general distrust
318 [01:55:29] *** Quits: n_1-c_k (~n_1-c_k@replaced-ip ) (Read error: Connection reset by peer)
319 [01:55:57] <MESSIAH> graphicsv I'm in
320 [01:56:15] *** Joins: n_1-c_k (~n_1-c_k@replaced-ip )
321 [01:56:49] *** Quits: v01t (~matrixirc@replaced-ip ) (Client Quit)
322 [01:57:41] *** Joins: v01t (~matrixirc@replaced-ip )
323 [01:58:01] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
324 [01:59:01] *** debhelper sets mode: +l 1164
325 [01:59:36] *** Quits: v01t (~matrixirc@replaced-ip ) (Client Quit)
326 [01:59:56] *** Joins: runlevel7_ (~runlevel7@replaced-ip )
327 [02:00:08] *** Quits: donofrio (~donofrio@replaced-ip ) (Remote host closed the connection)
328 [02:00:25] *** Joins: v01t (~matrixirc@replaced-ip )
329 [02:00:35] *** Joins: donofrio (~donofrio@replaced-ip )
330 [02:01:08] *** Quits: de-facto (~de-facto@replaced-ip ) (Quit: See you around.)
331 [02:01:11] *** Quits: v01t (~matrixirc@replaced-ip ) (Client Quit)
332 [02:01:24] *** Joins: de-facto (~de-facto@replaced-ip )
333 [02:01:57] *** Joins: v01t (~matrixirc@replaced-ip )
334 [02:02:55] *** Quits: runlevel7__ (~runlevel7@replaced-ip ) (Ping timeout: 244 seconds)
335 [02:03:11] *** Quits: v01t (~matrixirc@replaced-ip ) (Client Quit)
336 [02:03:24] *** Quits: jrgill (~jrgill@replaced-ip ) (Ping timeout: 256 seconds)
337 [02:04:10] *** Joins: v01t (~matrixirc@replaced-ip )
338 [02:04:45] *** Quits: HarveyPwca (~HarveyPwc@replaced-ip ) (Quit: Leaving)
339 [02:05:28] <petn-randall> graphicsv: None of these kernels seems to be from Debian. What OS are you running?
340 [02:05:53] *** Quits: ndegruchy (~ndegruchy@replaced-ip ) (Quit: Bye!)
341 [02:06:05] <sney> petn-randall: graphicsv has been here for a while tweaking the debian kernel to support their too-new hardware. it's a custom build from debian's source using the debian config as a base
342 [02:06:07] *** Joins: ndegruchy (~ndegruchy@replaced-ip )
343 [02:06:07] <graphicsv> petn-randall: I'm running Debian. I needed to build kernel with custom flags for my Ryzen 5 3600X
344 [02:06:13] *** Quits: Kiwis (6dd4f82d@replaced-ip ) (Quit: Connection closed)
345 [02:06:19] <graphicsv> sney: That's correct. Thanks
346 [02:07:01] *** Quits: donofrio (~donofrio@replaced-ip ) (Remote host closed the connection)
347 [02:07:06] <petn-randall> Ah, ok. Then I don't understand why you get this message. Did you hand-build 5.8.0-rc6-ryzen yourself? And maybe you're using "needrestart"?
348 [02:07:31] *** Joins: donofrio (~donofrio@replaced-ip )
349 [02:10:23] <graphicsv> petn-randall: Yes, I did. For now I just uninstalled the unused versions and the warning is gone.
350 [02:10:57] <graphicsv> petn-randall: I'm mainly using `4.19.134` so I don't actually need the recent ones. It's incredible the speed that my computer build the Linux kernel.
351 [02:11:15] <petn-randall> If you happen to have a newer kernel installed regularly, and you don't want to get notified about it, you can change the config of needrestart to skip that check.
352 [02:12:53] <graphicsv> petn-randall: Interesting. Is it an APT option?
353 [02:13:25] *** Joins: zeden_ (~user@replaced-ip )
354 [02:14:15] *** Quits: freefolk (ac5c0d10@replaced-ip ) (Ping timeout: 245 seconds)
355 [02:15:31] *** Quits: Tobbi (~Tobbi@replaced-ip ) (Quit: Leaving)
356 [02:16:35] *** Quits: zeden (~user@replaced-ip ) (Ping timeout: 240 seconds)
357 [02:17:42] *** Quits: donofrio (~donofrio@replaced-ip ) (Remote host closed the connection)
358 [02:18:09] *** Joins: donofrio (~donofrio@replaced-ip )
359 [02:19:39] <Enissay> I'd like to append a new line to a variable, this doesnt seem to work: RESULT=$(printf "${RESULT}\n") Is there any better cleaner way ?
360 [02:22:08] *** Joins: kreyren (~kreyren@replaced-ip )
361 [02:25:20] <graphicsv> Enissay: Shel script? Shouldn't RESULT="${RESULT}\n" work?
362 [02:26:26] *** Quits: v01t (~matrixirc@replaced-ip ) (Quit: killed)
363 [02:27:06] *** Joins: v01t (~matrixirc@replaced-ip )
364 [02:27:07] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 240 seconds)
365 [02:28:37] *** Quits: v01t (~matrixirc@replaced-ip ) (Client Quit)
366 [02:29:02] *** debhelper sets mode: +l 1158
367 [02:29:10] *** Joins: v01t (~matrixirc@replaced-ip )
368 [02:29:16] *** Quits: Jerrynicki (~niklas@replaced-ip ) (Ping timeout: 244 seconds)
369 [02:29:47] *** Quits: diniwed (~gavron@replaced-ip ) (Ping timeout: 244 seconds)
370 [02:29:47] *** Joins: halvors (~Thunderbi@replaced-ip )
371 [02:30:47] *** Joins: runlevel7__ (~runlevel7@replaced-ip )
372 [02:31:37] *** Quits: fred1m (~quassel@replaced-ip ) (Ping timeout: 272 seconds)
373 [02:33:48] *** Quits: runlevel7_ (~runlevel7@replaced-ip ) (Ping timeout: 260 seconds)
374 [02:35:06] *** Joins: zeden (~user@replaced-ip )
375 [02:35:25] *** Quits: horribleprogram (~horriblep@replaced-ip ) (Quit: Where I came from the Great Wild 'n shit, where you can get shot if you crack smiles and shit...)
376 [02:35:58] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
377 [02:36:27] *** Joins: heiner_ (~heiner@replaced-ip )
378 [02:37:03] *** Quits: Ensnared (~Ensnared@replaced-ip ) (Remote host closed the connection)
379 [02:37:51] *** Quits: zeden_ (~user@replaced-ip ) (Ping timeout: 246 seconds)
380 [02:38:01] <Enissay> graphicsv: Im using this to concatenate a string in a loop. It simply shows \n & \t in plain text :-/
381 [02:38:50] *** Joins: Acheron (~Acheron@replaced-ip )
382 [02:39:50] *** Quits: heiner__ (~heiner@replaced-ip ) (Ping timeout: 256 seconds)
383 [02:39:54] <Enissay> Darn... I was missing -e in echo xD
384 [02:41:06] *** Quits: Haudegen (~quassel@replaced-ip ) (Ping timeout: 260 seconds)
385 [02:43:01] *** Quits: adapter (~adapter@replaced-ip ) (Read error: Connection reset by peer)
386 [02:44:14] *** Quits: paulgrmn_ (~paulgrmn@replaced-ip ) (Ping timeout: 246 seconds)
387 [02:44:46] *** Joins: luna (~Lunateris@replaced-ip )
388 [02:46:25] *** Quits: noosanon (~user@replaced-ip ) (Ping timeout: 264 seconds)
389 [02:48:23] *** Quits: ndegruchy (~ndegruchy@replaced-ip ) (Ping timeout: 244 seconds)
390 [02:53:53] *** Quits: zeden (~user@replaced-ip ) (Quit: WeeChat 2.8)
391 [02:54:57] *** Joins: zeden (~user@replaced-ip )
392 [02:56:48] *** Joins: noosanon (~user@replaced-ip )
393 [02:57:43] *** Joins: ub3g33k (ubergeek@replaced-ip )
394 [02:58:00] *** Quits: zeden (~user@replaced-ip ) (Client Quit)
395 [02:58:58] *** Joins: zeden (~user@replaced-ip )
396 [03:01:16] *** Quits: ub3g33k (ubergeek@replaced-ip ) (Quit: WeeChat 2.8)
397 [03:01:29] *** Joins: BenderRodriguez (~TaxDodger@replaced-ip )
398 [03:01:36] *** Joins: runlevel7_ (~runlevel7@replaced-ip )
399 [03:02:51] *** Quits: k4nz (~Thunderbi@replaced-ip ) (Ping timeout: 244 seconds)
400 [03:03:09] *** Joins: k4nz (~Thunderbi@replaced-ip )
401 [03:03:34] *** Joins: palimaar (oasd@replaced-ip )
402 [03:03:39] *** Quits: quadrathoch2 (~quadratho@replaced-ip ) (Remote host closed the connection)
403 [03:04:24] *** Quits: runlevel7__ (~runlevel7@replaced-ip ) (Ping timeout: 244 seconds)
404 [03:05:06] *** Joins: quadrathoch2 (~quadratho@replaced-ip )
405 [03:06:00] *** Quits: troulouliou_div2 (~troulouli@replaced-ip ) (Quit: Leaving)
406 [03:06:44] *** Joins: zeden_ (~user@replaced-ip )
407 [03:07:01] *** Quits: kupi (uid212005@replaced-ip ) (Quit: Connection closed for inactivity)
408 [03:09:03] *** Quits: zeden (~user@replaced-ip ) (Ping timeout: 244 seconds)
409 [03:09:16] *** Joins: DeaDSouL (~DeaDSouL@replaced-ip )
410 [03:11:26] *** Joins: _Matth_ (~Matth@replaced-ip )
411 [03:11:47] *** Quits: absps (~pierre@replaced-ip ) (Ping timeout: 240 seconds)
412 [03:12:39] *** Joins: winy (~vince@replaced-ip )
413 [03:15:52] *** Quits: Medusa-chan (~Medusa-ch@replaced-ip ) (Remote host closed the connection)
414 [03:16:11] *** Joins: Medusa-chan (~Medusa-ch@replaced-ip )
415 [03:16:58] *** Quits: chalcedny (~chalcedon@replaced-ip ) (Ping timeout: 260 seconds)
416 [03:17:52] *** Joins: oahong_ (~samigarus@replaced-ip )
417 [03:18:01] *** Joins: chalcedony (~chalcedon@replaced-ip )
418 [03:18:12] *** Quits: oahong (~samigarus@replaced-ip ) (Ping timeout: 256 seconds)
419 [03:18:13] *** Quits: _Matth_ (~Matth@replaced-ip ) (Ping timeout: 264 seconds)
420 [03:20:33] *** Joins: dvs (~hibbard@replaced-ip )
421 [03:22:42] *** Quits: winy (~vince@replaced-ip ) (Quit: Leaving.)
422 [03:23:41] *** Joins: ub3g33k (ubergeek@replaced-ip )
423 [03:23:52] *** Quits: banox (~banox@replaced-ip ) (Quit: Leaving)
424 [03:28:03] *** Joins: sidmo_ (~ident@replaced-ip )
425 [03:28:16] *** Quits: MESSIAH (5610dafd@replaced-ip ) (Remote host closed the connection)
426 [03:30:41] *** Quits: sidmo (~ident@replaced-ip ) (Ping timeout: 256 seconds)
427 [03:30:53] *** Joins: paradizelost5 (~paradizel@replaced-ip )
428 [03:31:00] *** Joins: benpro2 (~benpro@replaced-ip )
429 [03:31:40] *** Joins: zalt___ (~devp@replaced-ip )
430 [03:32:26] *** Joins: runlevel7__ (~runlevel7@replaced-ip )
431 [03:33:20] *** Quits: Tom01 (~tom@replaced-ip ) (Ping timeout: 244 seconds)
432 [03:33:23] *** Quits: zalt_ (~devp@replaced-ip ) (Ping timeout: 240 seconds)
433 [03:33:23] *** Quits: noosanon (~user@replaced-ip ) (Read error: Connection reset by peer)
434 [03:33:23] *** Quits: paradizelost (~paradizel@replaced-ip ) (Quit: Ping timeout (120 seconds))
435 [03:33:23] *** Quits: benpro (~benpro@replaced-ip ) (Quit: Ping timeout (120 seconds))
436 [03:33:23] *** Quits: torbo (~user@replaced-ip ) (Remote host closed the connection)
437 [03:33:23] *** benpro2 is now known as benpro
438 [03:33:24] *** Quits: bpsecret (~bpsecret@replaced-ip ) (Ping timeout: 240 seconds)
439 [03:33:24] *** paradizelost5 is now known as paradizelost
440 [03:33:24] *** Quits: bryceml (~bryceml@replaced-ip ) (Ping timeout: 240 seconds)
441 [03:33:37] *** Joins: bryceml_ (~bryceml@replaced-ip )
442 [03:35:24] *** Quits: runlevel7_ (~runlevel7@replaced-ip ) (Ping timeout: 244 seconds)
443 [03:36:17] *** Joins: yonder (~yonder@replaced-ip )
444 [03:37:17] *** Joins: bpsecret (~bpsecret@replaced-ip )
445 [03:37:52] *** Quits: leorat (~leorat@replaced-ip ) (Remote host closed the connection)
446 [03:38:01] *** Quits: nifker (~Thunderbi@replaced-ip ) (Quit: nifker)
447 [03:38:29] *** Joins: leorat (~leorat@replaced-ip )
448 [03:39:01] *** debhelper sets mode: +l 1151
449 [03:40:00] *** Joins: fmaurer_ (~quassel@replaced-ip )
450 [03:41:18] *** Quits: zeden_ (~user@replaced-ip ) (Quit: WeeChat 2.8)
451 [03:42:16] *** Joins: zeden (~user@replaced-ip )
452 [03:43:43] *** Quits: fmaurer (~quassel@replaced-ip ) (Ping timeout: 256 seconds)
453 [03:46:44] *** Quits: hipete (~hipete@replaced-ip ) (Remote host closed the connection)
454 [03:47:59] *** Parts: polardroid (~polardroi@replaced-ip ) ("-")
455 [03:51:18] *** Quits: zeden (~user@replaced-ip ) (Quit: WeeChat 2.8)
456 [03:52:13] *** Joins: zeden (~user@replaced-ip )
457 [03:55:33] *** Quits: zv (~zv@replaced-ip ) (Ping timeout: 246 seconds)
458 [03:56:36] *** Quits: v01t (~matrixirc@replaced-ip ) (Ping timeout: 246 seconds)
459 [04:00:07] *** Quits: oiaohm (~oiaohm@replaced-ip ) (Read error: Connection reset by peer)
460 [04:00:12] *** Quits: zeden (~user@replaced-ip ) (Ping timeout: 244 seconds)
461 [04:08:04] *** Quits: e (e@replaced-ip ) (*.net *.split)
462 [04:08:05] *** Quits: benpro (~benpro@replaced-ip ) (*.net *.split)
463 [04:08:05] *** Quits: k4nz (~Thunderbi@replaced-ip ) (*.net *.split)
464 [04:08:05] *** Quits: BenderRodriguez (~TaxDodger@replaced-ip ) (*.net *.split)
465 [04:08:05] *** Quits: nsegkos (~Thunderbi@replaced-ip ) (*.net *.split)
466 [04:08:05] *** Quits: anoncon (~Falsememo@replaced-ip ) (*.net *.split)
467 [04:08:05] *** Quits: tijara (~tijara@replaced-ip ) (*.net *.split)
468 [04:08:05] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (*.net *.split)
469 [04:08:05] *** Quits: MatrixBottolonie (~matrixirc@replaced-ip ) (*.net *.split)
470 [04:08:05] *** Quits: HelloShitty (~narayan@replaced-ip ) (*.net *.split)
471 [04:08:05] *** Quits: uso (~uso@replaced-ip ) (*.net *.split)
472 [04:08:05] *** Quits: Prints (~333@replaced-ip ) (*.net *.split)
473 [04:08:05] *** Quits: alexandros_c (~quassel@replaced-ip ) (*.net *.split)
474 [04:08:05] *** Quits: r3 (~r3@replaced-ip ) (*.net *.split)
475 [04:08:05] *** Quits: cheet (~cheet@replaced-ip ) (*.net *.split)
476 [04:08:05] *** Quits: puke (~vroom@replaced-ip ) (*.net *.split)
477 [04:08:05] *** Quits: dez (uid92154@replaced-ip ) (*.net *.split)
478 [04:08:05] *** Quits: crayon (~crayon@replaced-ip ) (*.net *.split)
479 [04:08:05] *** Quits: ChmEarl (~chmearl@replaced-ip ) (*.net *.split)
480 [04:08:05] *** Quits: semeion (~semeion@replaced-ip ) (*.net *.split)
481 [04:08:05] *** Quits: lvrp16 (sid153650@replaced-ip ) (*.net *.split)
482 [04:08:05] *** Quits: Darkfoe (sid402081@replaced-ip ) (*.net *.split)
483 [04:08:05] *** Quits: sulvone (~sulvone@replaced-ip ) (*.net *.split)
484 [04:08:05] *** Quits: ramshadow (ramshadow@replaced-ip ) (*.net *.split)
485 [04:08:05] *** Quits: Kralle (~Kralle@replaced-ip ) (*.net *.split)
486 [04:08:05] *** Quits: empty_string (emptystrin@replaced-ip ) (*.net *.split)
487 [04:08:05] *** Quits: leorat (~leorat@replaced-ip ) (*.net *.split)
488 [04:08:05] *** Quits: luna (~Lunateris@replaced-ip ) (*.net *.split)
489 [04:08:05] *** Quits: heiner_ (~heiner@replaced-ip ) (*.net *.split)
490 [04:08:05] *** Quits: halvors (~Thunderbi@replaced-ip ) (*.net *.split)
491 [04:08:05] *** Quits: UndeadLeech (~UndeadLee@replaced-ip ) (*.net *.split)
492 [04:08:05] *** Quits: xet7 (~xet7@replaced-ip ) (*.net *.split)
493 [04:08:05] *** Quits: phorce1 (~gvl2@replaced-ip ) (*.net *.split)
494 [04:08:05] *** Quits: annadane (~annadane@replaced-ip ) (*.net *.split)
495 [04:08:05] *** Quits: stnly (~stnly@replaced-ip ) (*.net *.split)
496 [04:08:05] *** Quits: dselect (~dselect@replaced-ip ) (*.net *.split)
497 [04:08:05] *** Quits: ayew (~ayew@replaced-ip ) (*.net *.split)
498 [04:08:05] *** Quits: smidlers (smyers@replaced-ip ) (*.net *.split)
499 [04:08:05] *** Quits: lead_pipe23 (~Lead@replaced-ip ) (*.net *.split)
500 [04:08:05] *** Quits: nullheroes (~danielvu@replaced-ip ) (*.net *.split)
501 [04:08:05] *** Quits: {41444d494e} (~kvirc@replaced-ip ) (*.net *.split)
502 [04:08:05] *** Quits: gordonfish (~gordonfis@replaced-ip ) (*.net *.split)
503 [04:08:05] *** Quits: coruja (~coruja@replaced-ip ) (*.net *.split)
504 [04:08:05] *** Quits: tinfoil-hat (~chrissly@replaced-ip ) (*.net *.split)
505 [04:08:05] *** Quits: jmcgnh (~jmcgnh@replaced-ip ) (*.net *.split)
506 [04:08:05] *** Quits: hobbanero (~hobbanero@replaced-ip ) (*.net *.split)
507 [04:08:05] *** Quits: Orcs53 (~Orcs53@replaced-ip ) (*.net *.split)
508 [04:08:05] *** Quits: jeweet_ (jeweet_@replaced-ip ) (*.net *.split)
509 [04:08:05] *** Quits: ijurisic (~ijurisic@replaced-ip ) (*.net *.split)
510 [04:08:05] *** Quits: Apeiron` (~Apeiron@replaced-ip ) (*.net *.split)
511 [04:08:05] *** Quits: luz1 (~luz1@replaced-ip ) (*.net *.split)
512 [04:08:05] *** Quits: uxfi (~uxfi@replaced-ip ) (*.net *.split)
513 [04:08:05] *** Quits: foul_owl_ (~foul_owl@replaced-ip ) (*.net *.split)
514 [04:08:05] *** Quits: x0n (~x0n@replaced-ip ) (*.net *.split)
515 [04:08:05] *** Quits: daniel-s (~daniel-s@replaced-ip ) (*.net *.split)
516 [04:08:05] *** Quits: jess (jess@replaced-ip ) (*.net *.split)
517 [04:08:05] *** Quits: blazeme8 (~blazeme8@replaced-ip ) (*.net *.split)
518 [04:08:05] *** Quits: StathisA (~StathisA@replaced-ip ) (*.net *.split)
519 [04:08:05] *** Quits: plantroon (~plantroon@replaced-ip ) (*.net *.split)
520 [04:08:05] *** Quits: njka (~njka@replaced-ip ) (*.net *.split)
521 [04:08:05] *** Quits: television (~alex@replaced-ip ) (*.net *.split)
522 [04:08:05] *** Quits: Arrowmaster (~Arrowmast@replaced-ip ) (*.net *.split)
523 [04:08:05] *** Quits: JohnDoh (~jeff@replaced-ip ) (*.net *.split)
524 [04:08:05] *** Quits: sputnik (kli0rf@replaced-ip ) (*.net *.split)
525 [04:08:05] *** Quits: fiet (~nobody@replaced-ip ) (*.net *.split)
526 [04:08:05] *** Quits: d3sync (~d3sync@replaced-ip ) (*.net *.split)
527 [04:08:05] *** Quits: alx^ (~alx^@replaced-ip ) (*.net *.split)
528 [04:08:05] *** Quits: drcd (~drcd@replaced-ip ) (*.net *.split)
529 [04:08:05] *** Quits: Zardoz (~Zardoz@replaced-ip ) (*.net *.split)
530 [04:08:06] *** Quits: zululee_ (~zululee@replaced-ip ) (*.net *.split)
531 [04:08:06] *** Quits: PipeItToDevNull (~PipeItToD@replaced-ip ) (*.net *.split)
532 [04:08:06] *** Quits: Devastator (~devas@replaced-ip ) (*.net *.split)
533 [04:08:06] *** Quits: meti (~meti@replaced-ip ) (*.net *.split)
534 [04:08:06] *** Quits: luna_is_here (~quassel@replaced-ip ) (*.net *.split)
535 [04:08:06] *** Quits: Unit193 (ukikie@replaced-ip ) (*.net *.split)
536 [04:08:06] *** Quits: enoch85 (~enoch85@replaced-ip ) (*.net *.split)
537 [04:08:06] *** Quits: Plan_IX (~P9@replaced-ip ) (*.net *.split)
538 [04:08:06] *** Quits: JakeSays (~jake@replaced-ip ) (*.net *.split)
539 [04:08:06] *** Quits: Zauberfisch (~Zauberfis@replaced-ip ) (*.net *.split)
540 [04:08:06] *** Quits: dfch (~dfch@replaced-ip ) (*.net *.split)
541 [04:08:06] *** Quits: qubenix (~qubenix@replaced-ip ) (*.net *.split)
542 [04:08:06] *** Quits: moetunes (~Jean-luc@replaced-ip ) (*.net *.split)
543 [04:08:06] *** Quits: veikko (veikko@replaced-ip ) (*.net *.split)
544 [04:08:06] *** Quits: QcR20 (~QcR@replaced-ip ) (*.net *.split)
545 [04:08:06] *** Quits: benf (benf2004@replaced-ip ) (*.net *.split)
546 [04:08:06] *** Quits: snooky (~snooky@replaced-ip ) (*.net *.split)
547 [04:08:06] *** Quits: hemimaniac (~hemimania@replaced-ip ) (*.net *.split)
548 [04:08:06] *** Quits: walnut_burl (~oak@replaced-ip ) (*.net *.split)
549 [04:08:06] *** Quits: jmcnaught (~jeremy@replaced-ip ) (*.net *.split)
550 [04:08:06] *** Quits: pacbard (~pacbard@replaced-ip ) (*.net *.split)
551 [04:08:06] *** Quits: lad (~swedishfi@replaced-ip ) (*.net *.split)
552 [04:08:06] *** Quits: ponyofdeath (~vladi@replaced-ip ) (*.net *.split)
553 [04:08:06] *** Quits: CrypticSquared (~CrypticS_@replaced-ip ) (*.net *.split)
554 [04:08:06] *** Quits: Katana_Steel (~quassel@replaced-ip ) (*.net *.split)
555 [04:08:06] *** Quits: devfx11 (~y@replaced-ip ) (*.net *.split)
556 [04:08:06] *** Quits: gpeskens (~gijs@replaced-ip ) (*.net *.split)
557 [04:08:06] *** Quits: PaulePanter (~paul@replaced-ip ) (*.net *.split)
558 [04:08:06] *** Quits: Dreadnaught (Kulrak@replaced-ip ) (*.net *.split)
559 [04:08:06] *** Quits: ragouel (~crow11@replaced-ip ) (*.net *.split)
560 [04:08:06] *** Quits: Medusa-chan (~Medusa-ch@replaced-ip ) (*.net *.split)
561 [04:08:06] *** Quits: dvs (~hibbard@replaced-ip ) (*.net *.split)
562 [04:08:06] *** Quits: b1ack0p (~m@replaced-ip ) (*.net *.split)
563 [04:08:06] *** Quits: tristero (~nobody@replaced-ip ) (*.net *.split)
564 [04:08:06] *** Quits: fstd (~fstd@replaced-ip ) (*.net *.split)
565 [04:08:06] *** Quits: milobit (~milobit@replaced-ip ) (*.net *.split)
566 [04:08:06] *** Quits: aidanpr (~aidanpr@replaced-ip ) (*.net *.split)
567 [04:08:06] *** Quits: nulleip (~luiz@replaced-ip ) (*.net *.split)
568 [04:08:06] *** Quits: dashs (~dave@replaced-ip ) (*.net *.split)
569 [04:08:06] *** Quits: xingu (~xingu@replaced-ip ) (*.net *.split)
570 [04:08:06] *** Quits: maggotbrain (~maggotbra@replaced-ip ) (*.net *.split)
571 [04:08:06] *** Quits: magnulu (~magnulu@replaced-ip ) (*.net *.split)
572 [04:08:06] *** Quits: maxrazer (~siducer88@replaced-ip ) (*.net *.split)
573 [04:08:06] *** Quits: a3Dman (~3Dman@replaced-ip ) (*.net *.split)
574 [04:08:06] *** Quits: hid3 (~arnoldas@replaced-ip ) (*.net *.split)
575 [04:08:06] *** Quits: kriger (~norge@replaced-ip ) (*.net *.split)
576 [04:08:06] *** Quits: plasticle (~plasticle@replaced-ip ) (*.net *.split)
577 [04:08:06] *** Quits: wyre (wyre@replaced-ip ) (*.net *.split)
578 [04:08:06] *** Quits: RoyK (~roy@replaced-ip ) (*.net *.split)
579 [04:08:06] *** Quits: sveva65 (~sverre@replaced-ip ) (*.net *.split)
580 [04:08:06] *** Quits: vince (~vince@replaced-ip ) (*.net *.split)
581 [04:08:06] *** Quits: Sayona (~sayona@replaced-ip ) (*.net *.split)
582 [04:08:06] *** Quits: Oksana (~Wikiwide@replaced-ip ) (*.net *.split)
583 [04:08:06] *** Quits: nckx (~nckx@replaced-ip ) (*.net *.split)
584 [04:08:06] *** Quits: blackbart (~sv@replaced-ip ) (*.net *.split)
585 [04:08:06] *** Quits: soul-d (~name@replaced-ip ) (*.net *.split)
586 [04:08:06] *** Quits: eniacpx (~eniacpx@replaced-ip ) (*.net *.split)
587 [04:08:06] *** Quits: sponix (~sponix@replaced-ip ) (*.net *.split)
588 [04:08:06] *** Quits: PyR3X (~PyR3X@replaced-ip ) (*.net *.split)
589 [04:08:06] *** Quits: elkalamar (~elkalamar@replaced-ip ) (*.net *.split)
590 [04:08:06] *** Quits: FrogPidgeon (~FrogPidge@replaced-ip ) (*.net *.split)
591 [04:08:06] *** Quits: infernix (nix@replaced-ip ) (*.net *.split)
592 [04:08:06] *** Quits: OPK (~OPK@replaced-ip ) (*.net *.split)
593 [04:08:06] *** Quits: finlstrm (~quassel@replaced-ip ) (*.net *.split)
594 [04:08:06] *** Quits: or4n (~or4n@replaced-ip ) (*.net *.split)
595 [04:08:06] *** Quits: WARBIRD199 (~WARBIRD19@replaced-ip ) (*.net *.split)
596 [04:08:06] *** Quits: dob1 (~dob1@replaced-ip ) (*.net *.split)
597 [04:08:06] *** Quits: grindhold (~quassel@replaced-ip ) (*.net *.split)
598 [04:08:06] *** Quits: Roedy (Roedy@replaced-ip ) (*.net *.split)
599 [04:08:06] *** Quits: ddevault (znc@replaced-ip ) (*.net *.split)
600 [04:08:06] *** Quits: berndj (~berndj@replaced-ip ) (*.net *.split)
601 [04:08:06] *** Quits: Epakai (Epakai@replaced-ip ) (*.net *.split)
602 [04:08:06] *** Quits: kline (~kline@replaced-ip ) (*.net *.split)
603 [04:08:07] *** Quits: kfarsn (~inkognito@replaced-ip ) (*.net *.split)
604 [04:08:07] *** Quits: Ssquidly (~squidly@replaced-ip ) (*.net *.split)
605 [04:08:07] *** Quits: Orphis (~orphis@replaced-ip ) (*.net *.split)
606 [04:08:07] *** Quits: Louis (~Louis@replaced-ip ) (*.net *.split)
607 [04:08:07] *** Quits: m4rley (~m4rley@replaced-ip ) (*.net *.split)
608 [04:08:07] *** Quits: graytron (~tero@replaced-ip ) (*.net *.split)
609 [04:08:07] *** Quits: wwilliam (~wwilliam@replaced-ip ) (*.net *.split)
610 [04:08:07] *** Quits: keyvan (~keyvan@replaced-ip ) (*.net *.split)
611 [04:08:07] *** Quits: webmind (~webmind@replaced-ip ) (*.net *.split)
612 [04:08:07] *** Quits: bionade24 (~oskar@replaced-ip ) (*.net *.split)
613 [04:08:07] *** Quits: ooboyle (~ooboyle@replaced-ip ) (*.net *.split)
614 [04:08:07] *** Quits: binaryhermit (~binaryher@replaced-ip ) (*.net *.split)
615 [04:08:07] *** Quits: Johann (~cisswit@replaced-ip ) (*.net *.split)
616 [04:08:07] *** Quits: somiaj (~jaimos@replaced-ip ) (*.net *.split)
617 [04:08:07] *** Quits: magenbrot (~magenbrot@replaced-ip ) (*.net *.split)
618 [04:08:07] *** Quits: avu (~jan@replaced-ip ) (*.net *.split)
619 [04:08:07] *** Quits: EtherMan (~quassel@replaced-ip ) (*.net *.split)
620 [04:08:07] *** Quits: obiwahn (~obiwahn@replaced-ip ) (*.net *.split)
621 [04:08:07] *** Quits: lbatalha (~lbatalha@replaced-ip ) (*.net *.split)
622 [04:08:07] *** Quits: Shadur (~shadur@replaced-ip ) (*.net *.split)
623 [04:08:07] *** Quits: GhostInTheShell (~melkor@replaced-ip ) (*.net *.split)
624 [04:08:07] *** Quits: tekk (me@replaced-ip ) (*.net *.split)
625 [04:08:07] *** Quits: mavhq (~quassel@replaced-ip ) (*.net *.split)
626 [04:08:07] *** Quits: Fox (~fox@replaced-ip ) (*.net *.split)
627 [04:08:07] *** Quits: dgriffi (~dave@replaced-ip ) (*.net *.split)
628 [04:08:07] *** Quits: teclo- (42@replaced-ip ) (*.net *.split)
629 [04:08:07] *** Quits: artlogic (~artlogic@replaced-ip ) (*.net *.split)
630 [04:08:07] *** Quits: unixbassen (~unixbasse@replaced-ip ) (*.net *.split)
631 [04:08:07] *** Quits: JonathanD (~JonathanD@replaced-ip ) (*.net *.split)
632 [04:08:07] *** Quits: naptastic (~david@replaced-ip ) (*.net *.split)
633 [04:08:07] *** Quits: programmer892264 (~programme@replaced-ip ) (*.net *.split)
634 [04:08:07] *** Quits: StalkerRiga (~Stalker@replaced-ip ) (*.net *.split)
635 [04:08:07] *** Quits: AimHere (~David@replaced-ip ) (*.net *.split)
636 [04:08:07] *** Quits: allorder (~allorder@replaced-ip ) (*.net *.split)
637 [04:08:07] *** Quits: SerajewelKS (~me@replaced-ip ) (*.net *.split)
638 [04:08:07] *** Quits: cryptic (~cryptic@replaced-ip ) (*.net *.split)
639 [04:08:07] *** Quits: dadinn (~dadinn@replaced-ip ) (*.net *.split)
640 [04:08:07] *** Quits: roylaprattep (~roylaprat@replaced-ip ) (*.net *.split)
641 [04:08:07] *** Quits: grummund (~unknown@replaced-ip ) (*.net *.split)
642 [04:08:07] *** Quits: RadoS (~cheater@replaced-ip ) (*.net *.split)
643 [04:08:07] *** Quits: chachasmooth (~chachasmo@replaced-ip ) (*.net *.split)
644 [04:08:07] *** Quits: ajeremias (~ajeremias@replaced-ip ) (*.net *.split)
645 [04:08:07] *** Quits: hke (~hke@replaced-ip ) (*.net *.split)
646 [04:08:07] *** Quits: anon213727232 (~quassel@replaced-ip ) (*.net *.split)
647 [04:08:07] *** Quits: JonJ (~jonjahren@replaced-ip ) (*.net *.split)
648 [04:08:07] *** Quits: mthe878 (~mthe@replaced-ip ) (*.net *.split)
649 [04:08:07] *** Quits: affix (~affix@replaced-ip ) (*.net *.split)
650 [04:08:07] *** Quits: sentreen (sentreen@replaced-ip ) (*.net *.split)
651 [04:08:07] *** Quits: greatgatsby (~greatgats@replaced-ip ) (*.net *.split)
652 [04:08:07] *** Quits: TrentP (~TrentP@replaced-ip ) (*.net *.split)
653 [04:08:07] *** Quits: anonymip (~anonymip@replaced-ip ) (*.net *.split)
654 [04:08:07] *** Quits: nvz (~user@replaced-ip ) (*.net *.split)
655 [04:08:07] *** Quits: cheapie (cheapie@replaced-ip ) (*.net *.split)
656 [04:08:07] *** Quits: electrostat (~dag@replaced-ip ) (*.net *.split)
657 [04:08:07] *** Quits: deetwelv- (~deetwelve@replaced-ip ) (*.net *.split)
658 [04:08:07] *** Quits: shokohsc6 (~shokohsc@replaced-ip ) (*.net *.split)
659 [04:08:07] *** Quits: boturk (boturk@replaced-ip ) (*.net *.split)
660 [04:08:07] *** Quits: p3lim (~p3lim@replaced-ip ) (*.net *.split)
661 [04:08:07] *** Quits: toli (~toli@replaced-ip ) (*.net *.split)
662 [04:08:07] *** Quits: magyar (~magyar@replaced-ip ) (*.net *.split)
663 [04:08:07] *** Quits: valerius (~valerius@replaced-ip ) (*.net *.split)
664 [04:08:07] *** Quits: morph (~matrixirc@replaced-ip ) (*.net *.split)
665 [04:08:07] *** Quits: nmg (~nmg@replaced-ip ) (*.net *.split)
666 [04:08:07] *** Quits: Lovepump (~grant@replaced-ip ) (*.net *.split)
667 [04:08:07] *** Quits: TheAvatar (TheAvatar@replaced-ip ) (*.net *.split)
668 [04:08:07] *** Quits: hisacro (~OBSD@replaced-ip ) (*.net *.split)
669 [04:08:07] *** Quits: Amun_Ra (~amun-ra@replaced-ip ) (*.net *.split)
670 [04:08:07] *** Quits: ibex (~ibex@replaced-ip ) (*.net *.split)
671 [04:08:07] *** Quits: z14 (~alzee@replaced-ip ) (*.net *.split)
672 [04:08:07] *** Quits: Voldenet (~Voldenet@replaced-ip ) (*.net *.split)
673 [04:08:08] *** Quits: stoffepojken (stoffe@replaced-ip ) (*.net *.split)
674 [04:08:08] *** Quits: Cecil (~cecil@replaced-ip ) (*.net *.split)
675 [04:08:08] *** Quits: elios (~kia@replaced-ip ) (*.net *.split)
676 [04:08:08] *** Quits: syneardwin (~ellisgeek@replaced-ip ) (*.net *.split)
677 [04:08:08] *** Quits: TheCryptek (~TheCrypte@replaced-ip ) (*.net *.split)
678 [04:08:08] *** Quits: Stx (~stx@replaced-ip ) (*.net *.split)
679 [04:08:08] *** Quits: epsilonKNOT (~epsilonKN@replaced-ip ) (*.net *.split)
680 [04:08:08] *** Quits: Pidgeotto (drowsyivy@replaced-ip ) (*.net *.split)
681 [04:08:08] *** Quits: dysfigured (~dysfigure@replaced-ip ) (*.net *.split)
682 [04:08:08] *** Quits: ekaj (~ekaj@replaced-ip ) (*.net *.split)
683 [04:08:08] *** Quits: wodencafe (wodencafe@replaced-ip ) (*.net *.split)
684 [04:08:08] *** Quits: ravioli (~ravioli@replaced-ip ) (*.net *.split)
685 [04:08:08] *** Quits: Dragon092 (~Dragon@replaced-ip ) (*.net *.split)
686 [04:08:08] *** Quits: HyP3r (~HyP3r@replaced-ip ) (*.net *.split)
687 [04:08:08] *** Quits: kloeri (~kloeri@replaced-ip ) (*.net *.split)
688 [04:08:08] *** Quits: madmattco (~kimjongil@replaced-ip ) (*.net *.split)
689 [04:08:08] *** Quits: Voxel (~v7@replaced-ip ) (*.net *.split)
690 [04:08:08] *** Quits: kawaiipunk (~from@replaced-ip ) (*.net *.split)
691 [04:08:08] *** Quits: Regor (~Rod@replaced-ip ) (*.net *.split)
692 [04:08:08] *** Quits: hassoon (~hassoon@replaced-ip ) (*.net *.split)
693 [04:08:08] *** Quits: bolt (~r00t@replaced-ip ) (*.net *.split)
694 [04:08:08] *** Quits: Thalian (~quassel@replaced-ip ) (*.net *.split)
695 [04:08:08] *** Quits: Telcoguy (~quassel@replaced-ip ) (*.net *.split)
696 [04:08:08] *** Quits: Aristide (~quassel@replaced-ip ) (*.net *.split)
697 [04:08:08] *** Quits: Colti (Miramar-FL@replaced-ip ) (*.net *.split)
698 [04:08:08] *** Quits: exceptionz (~exception@replaced-ip ) (*.net *.split)
699 [04:08:08] *** Quits: esran_ (~esran@replaced-ip ) (*.net *.split)
700 [04:08:08] *** Quits: kisser (null@replaced-ip ) (*.net *.split)
701 [04:08:08] *** Quits: eigenfire (~eigenfire@replaced-ip ) (*.net *.split)
702 [04:08:08] *** Quits: Zppix (uid182351@replaced-ip ) (*.net *.split)
703 [04:08:08] *** Quits: guerby (~guerby@replaced-ip ) (*.net *.split)
704 [04:08:08] *** Quits: jjakob (~quassel@replaced-ip ) (*.net *.split)
705 [04:08:08] *** Quits: graphicsv (sid340368@replaced-ip ) (*.net *.split)
706 [04:08:08] *** Quits: Texou (~Texou@replaced-ip ) (*.net *.split)
707 [04:08:08] *** Quits: montyboy (sid333652@replaced-ip ) (*.net *.split)
708 [04:08:08] *** Quits: pvoigt (~Linux@replaced-ip ) (*.net *.split)
709 [04:08:08] *** Quits: irick (sid1585@replaced-ip ) (*.net *.split)
710 [04:08:08] *** Quits: jhill (sid1055@replaced-ip ) (*.net *.split)
711 [04:08:08] *** Quits: dftxbs3e (~dftxbs3e@replaced-ip ) (*.net *.split)
712 [04:08:08] *** Quits: Yorick_ (Y@replaced-ip ) (*.net *.split)
713 [04:08:08] *** Quits: lstanley (sid7517@replaced-ip ) (*.net *.split)
714 [04:08:08] *** Quits: noahmg123 (sid89117@replaced-ip ) (*.net *.split)
715 [04:08:08] *** Quits: ayekat (~ayekat@replaced-ip ) (*.net *.split)
716 [04:08:08] *** Quits: sn00p (uid454604@replaced-ip ) (*.net *.split)
717 [04:08:08] *** Quits: djanos (~djanos@replaced-ip ) (*.net *.split)
718 [04:08:08] *** Quits: sponix2ipfw (uid273627@replaced-ip ) (*.net *.split)
719 [04:08:08] *** Quits: Manouchehri (sid384576@replaced-ip ) (*.net *.split)
720 [04:08:08] *** Quits: Deihmos (uid212731@replaced-ip ) (*.net *.split)
721 [04:08:08] *** Quits: Nothing4You (N4Y@replaced-ip ) (*.net *.split)
722 [04:08:08] *** Quits: astra (sid289983@replaced-ip ) (*.net *.split)
723 [04:08:09] *** Quits: cryptodan_mobile (sid24065@replaced-ip ) (*.net *.split)
724 [04:08:09] *** Quits: Raito_Bezarius (~Raito_Bez@replaced-ip ) (*.net *.split)
725 [04:08:09] *** Quits: Gurty (~princess@replaced-ip ) (*.net *.split)
726 [04:08:09] *** Quits: ohnx (~ohnx@replaced-ip ) (*.net *.split)
727 [04:08:09] *** Quits: Optic (sid178015@replaced-ip ) (*.net *.split)
728 [04:08:09] *** Quits: p0358 (p0358@replaced-ip ) (*.net *.split)
729 [04:08:09] *** Quits: openJ (sid276354@replaced-ip ) (*.net *.split)
730 [04:08:09] *** Quits: squarebracket (~root@replaced-ip ) (*.net *.split)
731 [04:08:09] *** Quits: systemdave (dmonschein@replaced-ip ) (*.net *.split)
732 [04:08:09] *** Quits: gangstacat (~gangstaca@replaced-ip ) (*.net *.split)
733 [04:08:09] *** Quits: djakov (~djakov@replaced-ip ) (*.net *.split)
734 [04:08:09] *** Quits: TimWolla (~timwolla@replaced-ip ) (*.net *.split)
735 [04:08:09] *** Quits: dondelelcaro (don@replaced-ip ) (*.net *.split)
736 [04:08:09] *** Quits: krack (~krack@replaced-ip ) (*.net *.split)
737 [04:08:09] *** Quits: breitenj (~breitenj@replaced-ip ) (*.net *.split)
738 [04:08:09] *** Quits: Remy^ (~remy@replaced-ip ) (*.net *.split)
739 [04:08:09] *** Quits: nyuszika7h (nyuszika7h@replaced-ip ) (*.net *.split)
740 [04:08:09] *** Quits: Belial` (~joe@replaced-ip ) (*.net *.split)
741 [04:08:09] *** Quits: Robby (robby@replaced-ip ) (*.net *.split)
742 [04:08:09] *** Quits: evilroots (~roots@replaced-ip ) (*.net *.split)
743 [04:08:09] *** Quits: CamBan69 (~Cameron@replaced-ip ) (*.net *.split)
744 [04:08:09] *** Quits: rj1 (~rj1@replaced-ip ) (*.net *.split)
745 [04:08:09] *** Quits: murmeli (~pascal@replaced-ip ) (*.net *.split)
746 [04:08:09] *** Quits: Randy (randy@replaced-ip ) (*.net *.split)
747 [04:08:09] *** Quits: knaved (~knaved@replaced-ip ) (*.net *.split)
748 [04:08:09] *** Quits: schweby (~quassel@replaced-ip ) (*.net *.split)
749 [04:08:09] *** Quits: rjsalts (~rjsalts@replaced-ip ) (*.net *.split)
750 [04:08:09] *** Quits: aib (~aib@replaced-ip ) (*.net *.split)
751 [04:08:09] *** Quits: ratrace (~ratrace@replaced-ip ) (*.net *.split)
752 [04:08:09] *** Quits: tabakhase (tabakhase@replaced-ip ) (*.net *.split)
753 [04:08:09] *** Quits: Mozoa (~mozoa@replaced-ip ) (*.net *.split)
754 [04:08:09] *** Quits: f0x2 (~f0x@replaced-ip ) (*.net *.split)
755 [04:08:09] *** Quits: JStoker (jstoker@replaced-ip ) (*.net *.split)
756 [04:08:09] *** Quits: TonyL (~Tony@replaced-ip ) (*.net *.split)
757 [04:08:09] *** Quits: zeroed (~admin@replaced-ip ) (*.net *.split)
758 [04:08:09] *** Quits: HurricaneHarry (~quassel@replaced-ip ) (*.net *.split)
759 [04:08:09] *** Quits: pfoo (~pfood@replaced-ip ) (*.net *.split)
760 [04:08:09] *** Quits: Spitfire_ (spitfire@replaced-ip ) (*.net *.split)
761 [04:08:09] *** Quits: mukmuk (~mukmuk@replaced-ip ) (*.net *.split)
762 [04:08:09] *** Quits: creat (~creat@replaced-ip ) (*.net *.split)
763 [04:08:09] *** Quits: ghormoon (~ghormoon@replaced-ip ) (*.net *.split)
764 [04:08:09] *** Quits: bendem (~bendem@replaced-ip ) (*.net *.split)
765 [04:08:09] *** Quits: kdl (kdl@replaced-ip ) (*.net *.split)
766 [04:08:09] *** Quits: TadeusTaD (tadeustad@replaced-ip ) (*.net *.split)
767 [04:08:09] *** Quits: scc (~scc@replaced-ip ) (*.net *.split)
768 [04:08:09] *** Quits: croddy (cmr@replaced-ip ) (*.net *.split)
769 [04:08:09] *** Quits: beaky (~beaky@replaced-ip ) (*.net *.split)
770 [04:08:09] *** Quits: Nitori_ (~kappa@replaced-ip ) (*.net *.split)
771 [04:08:09] *** Quits: themill (~stuart@replaced-ip ) (*.net *.split)
772 [04:08:09] *** Quits: jrtc27 (~jrtc27@replaced-ip ) (*.net *.split)
773 [04:08:09] *** Quits: xvilka (~xvilka@replaced-ip ) (*.net *.split)
774 [04:08:09] *** Quits: leachim6 (~leachim6@replaced-ip ) (*.net *.split)
775 [04:08:09] *** Quits: LeShadow (~dark@replaced-ip ) (*.net *.split)
776 [04:08:09] *** Quits: CeBe (~cebe@replaced-ip ) (*.net *.split)
777 [04:08:09] *** Quits: megatog (~megatog@replaced-ip ) (*.net *.split)
778 [04:08:09] *** Quits: waz0wski (~waz0wski@replaced-ip ) (*.net *.split)
779 [04:08:09] *** Quits: ephemer0l_ (~ephemer0l@replaced-ip ) (*.net *.split)
780 [04:08:09] *** Quits: Gazooo (~Gazooo@replaced-ip ) (*.net *.split)
781 [04:08:09] *** Quits: Arahael (~arahael@replaced-ip ) (*.net *.split)
782 [04:08:09] *** Quits: p4xz (~p4xz@replaced-ip ) (*.net *.split)
783 [04:08:09] *** Quits: Mathisen (~mathisen@replaced-ip ) (*.net *.split)
784 [04:08:09] *** Quits: JerryXiao (~JerryXiao@replaced-ip ) (*.net *.split)
785 [04:08:09] *** Quits: gigetoo (~gigetoo@replaced-ip ) (*.net *.split)
786 [04:08:09] *** Quits: Benett (~Benett@replaced-ip ) (*.net *.split)
787 [04:08:09] *** Quits: Nnavd (~Nnavd@replaced-ip ) (*.net *.split)
788 [04:08:09] *** Quits: holgersson (~quassel@replaced-ip ) (*.net *.split)
789 [04:08:10] *** Quits: blueness (~blueness@replaced-ip ) (*.net *.split)
790 [04:08:10] *** Quits: maple_twig (~maple_twi@replaced-ip ) (*.net *.split)
791 [04:08:10] *** Quits: Namarrgon (~Namarrgon@replaced-ip ) (*.net *.split)
792 [04:08:10] *** Quits: _anb (~anb@replaced-ip ) (*.net *.split)
793 [04:08:10] *** Quits: f8e4 (~user@replaced-ip ) (*.net *.split)
794 [04:08:10] *** Quits: mmx_in_orbit (~mmx_in_sp@replaced-ip ) (*.net *.split)
795 [04:08:10] *** Quits: udet (~RalphBa@replaced-ip ) (*.net *.split)
796 [04:08:10] *** Quits: xi (~quassel@replaced-ip ) (*.net *.split)
797 [04:08:10] *** Quits: VoidFox (voidfox@replaced-ip ) (*.net *.split)
798 [04:08:10] *** Quits: abeniis (~Abeniis@replaced-ip ) (*.net *.split)
799 [04:08:10] *** Quits: riex (riex@replaced-ip ) (*.net *.split)
800 [04:08:10] *** Quits: ttrs (~ttrs@replaced-ip ) (*.net *.split)
801 [04:08:10] *** Quits: arbogt (~quassel@replaced-ip ) (*.net *.split)
802 [04:08:10] *** Quits: WizJin (~WizJin@replaced-ip ) (*.net *.split)
803 [04:08:10] *** Quits: benaiah (~benaiah@replaced-ip ) (*.net *.split)
804 [04:08:10] *** Quits: Diezel (~mahellma@replaced-ip ) (*.net *.split)
805 [04:08:10] *** Quits: Emmanuel_Chanel (~Emmanuel_@replaced-ip ) (*.net *.split)
806 [04:08:10] *** Quits: edi (~e@replaced-ip ) (*.net *.split)
807 [04:08:10] *** Quits: antoine (~antoine@replaced-ip ) (*.net *.split)
808 [04:08:10] *** Quits: nahanil (~nahanil@replaced-ip ) (*.net *.split)
809 [04:08:10] *** Quits: klaas (~klaas@replaced-ip ) (*.net *.split)
810 [04:08:10] *** Quits: Kohlrabi (~kohlrabi@replaced-ip ) (*.net *.split)
811 [04:08:10] *** Quits: cef (~cef@replaced-ip ) (*.net *.split)
812 [04:08:10] *** Quits: Whiskey (~Whiskey@replaced-ip ) (*.net *.split)
813 [04:08:10] *** Quits: mason (~mason@replaced-ip ) (*.net *.split)
814 [04:08:10] *** Quits: krah (~krah@replaced-ip ) (*.net *.split)
815 [04:08:10] *** Quits: CME (~CME@replaced-ip ) (*.net *.split)
816 [04:08:10] *** Quits: Scotteh (~Scotteh@replaced-ip ) (*.net *.split)
817 [04:08:10] *** Quits: mutante (foobar@replaced-ip ) (*.net *.split)
818 [04:08:10] *** Quits: trewas (~trewas@replaced-ip ) (*.net *.split)
819 [04:08:10] *** Quits: wingedrhino (~quassel@replaced-ip ) (*.net *.split)
820 [04:08:10] *** Quits: badpixel (~badpixel@replaced-ip ) (*.net *.split)
821 [04:08:10] *** Quits: shann (~quassel@replaced-ip ) (*.net *.split)
822 [04:08:10] *** Quits: azrazalea (~azrazalea@replaced-ip ) (*.net *.split)
823 [04:08:10] *** Quits: Rockj (~rockj@replaced-ip ) (*.net *.split)
824 [04:08:10] *** Quits: sussudio (~sussudio@replaced-ip ) (*.net *.split)
825 [04:08:10] *** Quits: willcl_ark (~quassel@replaced-ip ) (*.net *.split)
826 [04:08:10] *** Quits: blueingress (~pp_of_mm@replaced-ip ) (*.net *.split)
827 [04:08:10] *** Quits: rsully (~rsully@replaced-ip ) (*.net *.split)
828 [04:08:10] *** Quits: tomaw (tom@replaced-ip ) (*.net *.split)
829 [04:08:10] *** Quits: babilen5 (~babilen@replaced-ip ) (*.net *.split)
830 [04:08:10] *** Quits: kryo_ (~kryo@replaced-ip ) (*.net *.split)
831 [04:08:10] *** Quits: stivo (stivo@replaced-ip ) (*.net *.split)
832 [04:08:10] *** Quits: pikolinosimo (~testos@replaced-ip ) (*.net *.split)
833 [04:08:10] *** Quits: juhop (~anon@replaced-ip ) (*.net *.split)
834 [04:08:10] *** Quits: bananas (~bananas@replaced-ip ) (*.net *.split)
835 [04:08:10] *** Quits: nebunez (~user@replaced-ip ) (*.net *.split)
836 [04:08:10] *** Quits: rany (99c1d81a73@replaced-ip ) (*.net *.split)
837 [04:08:10] *** Quits: tsal (~tsal@replaced-ip ) (*.net *.split)
838 [04:08:10] *** Quits: danwellby (~danwellby@replaced-ip ) (*.net *.split)
839 [04:08:10] *** Quits: mibo (~mibo@replaced-ip ) (*.net *.split)
840 [04:08:10] *** Quits: DJDan_ (~DJDan@replaced-ip ) (*.net *.split)
841 [04:08:10] *** Quits: Posterdati (~posterdat@replaced-ip ) (*.net *.split)
842 [04:08:10] *** Quits: hqdruxn08_ (hqdruxn08@replaced-ip ) (*.net *.split)
843 [04:08:10] *** Quits: lewie67[p] (~lewie67p]@replaced-ip ) (*.net *.split)
844 [04:08:10] *** Quits: Battaglin (~rss@replaced-ip ) (*.net *.split)
845 [04:08:10] *** Quits: wallacer3 (~quassel@replaced-ip ) (*.net *.split)
846 [04:08:10] *** Quits: nicole (ilbelkyr@replaced-ip ) (*.net *.split)
847 [04:08:10] *** Quits: doric (~doric@replaced-ip ) (*.net *.split)
848 [04:08:11] *** Quits: XORed_ (xored@replaced-ip ) (*.net *.split)
849 [04:08:11] *** Quits: areisp (~ars@replaced-ip ) (*.net *.split)
850 [04:08:11] *** Quits: tdn (~tdn@replaced-ip ) (*.net *.split)
851 [04:08:11] *** Quits: Mad_Hat (~Mad_Hat@replaced-ip ) (*.net *.split)
852 [04:08:11] *** Quits: joze (~joze@replaced-ip ) (*.net *.split)
853 [04:08:11] *** Quits: yuriii (~yurii@replaced-ip ) (*.net *.split)
854 [04:08:11] *** Quits: x10 (~x10@replaced-ip ) (*.net *.split)
855 [04:08:11] *** Quits: Decobus (~quassel@replaced-ip ) (*.net *.split)
856 [04:08:11] *** Quits: d1b (~db@replaced-ip ) (*.net *.split)
857 [04:08:11] *** Quits: Azrael_- (~aweoi@replaced-ip ) (*.net *.split)
858 [04:08:11] *** Quits: jtdowney (~jtdowney@replaced-ip ) (*.net *.split)
859 [04:08:11] *** Quits: radkos (~radkos@replaced-ip ) (*.net *.split)
860 [04:08:11] *** Quits: michele (~eraser@replaced-ip ) (*.net *.split)
861 [04:08:11] *** Quits: epsilon (foobar@replaced-ip ) (*.net *.split)
862 [04:08:11] *** Quits: Exagone313 (exa@replaced-ip ) (*.net *.split)
863 [04:08:11] *** Quits: Ruint (Ruint@replaced-ip ) (*.net *.split)
864 [04:08:11] *** Quits: exezin (~exezin@replaced-ip ) (*.net *.split)
865 [04:08:11] *** Quits: Highdude (~lol@replaced-ip ) (*.net *.split)
866 [04:08:11] *** Quits: Mikail (~smuxi@replaced-ip ) (*.net *.split)
867 [04:08:11] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (*.net *.split)
868 [04:08:11] *** Quits: d3vlin (~d3vlin@replaced-ip ) (*.net *.split)
869 [04:08:11] *** Quits: absinthe (~absinthe@replaced-ip ) (*.net *.split)
870 [04:08:11] *** Quits: Kobaz (~kobaz@replaced-ip ) (*.net *.split)
871 [04:08:11] *** Quits: unborn (~ugly@replaced-ip ) (*.net *.split)
872 [04:08:11] *** Quits: tempora (~tempus@replaced-ip ) (*.net *.split)
873 [04:08:11] *** Quits: c0pt (~c0pt@replaced-ip ) (*.net *.split)
874 [04:08:11] *** Quits: TW1920 (~quassel@replaced-ip ) (*.net *.split)
875 [04:08:11] *** Quits: JustTheDoctor (~iam@replaced-ip ) (*.net *.split)
876 [04:08:11] *** Quits: JyZyXEL (~foo@replaced-ip ) (*.net *.split)
877 [04:08:11] *** Quits: |aaron_ (~|aaron@replaced-ip ) (*.net *.split)
878 [04:08:11] *** Quits: oskie (usel@replaced-ip ) (*.net *.split)
879 [04:08:11] *** Quits: shiin (~shiin@replaced-ip ) (*.net *.split)
880 [04:08:11] *** Quits: percY- (~percY@replaced-ip ) (*.net *.split)
881 [04:08:11] *** Quits: rmacd (~rmacd@replaced-ip ) (*.net *.split)
882 [04:08:11] *** Quits: kevr (~kevr@replaced-ip ) (*.net *.split)
883 [04:08:11] *** Quits: cybrNaut (~cybrNaut@replaced-ip ) (*.net *.split)
884 [04:08:11] *** Quits: tabb (tabb@replaced-ip ) (*.net *.split)
885 [04:08:11] *** Quits: sidv (sidv@replaced-ip ) (*.net *.split)
886 [04:08:11] *** Quits: Messenger_bird (~banana@replaced-ip ) (*.net *.split)
887 [04:08:11] *** Quits: Someguy123 (~someguy@replaced-ip ) (*.net *.split)
888 [04:08:11] *** Quits: pierrot (~pi@replaced-ip ) (*.net *.split)
889 [04:08:11] *** Quits: neoclust (~neoclust@replaced-ip ) (*.net *.split)
890 [04:08:11] *** Quits: antto (~pewpew@replaced-ip ) (*.net *.split)
891 [04:08:11] *** Quits: nyaomi (~naomi@replaced-ip ) (*.net *.split)
892 [04:08:11] *** Quits: DLange (~DLange@replaced-ip ) (*.net *.split)
893 [04:08:11] *** Quits: paradigm (~paradigm@replaced-ip ) (*.net *.split)
894 [04:08:11] *** Quits: Yukikaze (~Yuki@replaced-ip ) (*.net *.split)
895 [04:08:11] *** Quits: oznt (~oznt@replaced-ip ) (*.net *.split)
896 [04:08:11] *** Quits: DarkaMaul (~ac@replaced-ip ) (*.net *.split)
897 [04:08:11] *** Quits: mdk (~mdk@replaced-ip ) (*.net *.split)
898 [04:08:11] *** Quits: mr_yogurt (~mr_yogurt@replaced-ip ) (*.net *.split)
899 [04:08:11] *** Quits: wmascl (~sdfsjdf20@replaced-ip ) (*.net *.split)
900 [04:08:11] *** Quits: Guest98236 (~kko@replaced-ip ) (*.net *.split)
901 [04:08:11] *** Quits: blu2 (~blu@replaced-ip ) (*.net *.split)
902 [04:08:14] *** Quits: barhom (~barhom@replaced-ip ) (*.net *.split)
903 [04:08:14] *** Quits: beardface (~bearface@replaced-ip ) (*.net *.split)
904 [04:08:14] *** Quits: Swant (swant@replaced-ip ) (*.net *.split)
905 [04:08:14] *** Quits: kevinsan (~kevinsan@replaced-ip ) (*.net *.split)
906 [04:08:14] *** Quits: fauweh (~root@replaced-ip ) (*.net *.split)
907 [04:08:14] *** Quits: jor (~jor@replaced-ip ) (*.net *.split)
908 [04:08:14] *** Quits: Neo (~Neo@replaced-ip ) (*.net *.split)
909 [04:08:14] *** Quits: rad4day (~rad4day@replaced-ip ) (*.net *.split)
910 [04:08:14] *** Quits: dusares (~dusares@replaced-ip ) (*.net *.split)
911 [04:08:14] *** Quits: dazo (~freenode@replaced-ip ) (*.net *.split)
912 [04:08:14] *** Quits: kodapa (david@replaced-ip ) (*.net *.split)
913 [04:08:14] *** Quits: leopard (~leopard@replaced-ip ) (*.net *.split)
914 [04:08:14] *** Quits: sangy (~sangy@replaced-ip ) (*.net *.split)
915 [04:08:14] *** Quits: drdo (~drdo@replaced-ip ) (*.net *.split)
916 [04:08:14] *** Quits: ssgelm (~ssgelm@replaced-ip ) (*.net *.split)
917 [04:08:14] *** Quits: jpnurmi (jpnurmi@replaced-ip ) (*.net *.split)
918 [04:08:14] *** Quits: ChanServ (ChanServ@replaced-ip ) (*.net *.split)
919 [04:08:14] *** Quits: klokken (~klokken@replaced-ip ) (*.net *.split)
920 [04:08:14] *** Quits: nsrafk (nsrafk@replaced-ip ) (*.net *.split)
921 [04:08:16] *** Quits: FightingFalcon (~ff@replaced-ip ) (*.net *.split)
922 [04:08:16] *** Quits: chapipo (sid412217@replaced-ip ) (*.net *.split)
923 [04:08:16] *** Quits: zymurgy (~zymurgy@replaced-ip ) (*.net *.split)
924 [04:08:16] *** Quits: meggie (~meggie@replaced-ip ) (*.net *.split)
925 [04:08:16] *** Quits: atlas (~atlas@replaced-ip ) (*.net *.split)
926 [04:08:16] *** Quits: michael_mbp (~michael_m@replaced-ip ) (*.net *.split)
927 [04:08:16] *** Quits: DK2 (~DK2@replaced-ip ) (*.net *.split)
928 [04:08:16] *** Quits: dudz (znc@replaced-ip ) (*.net *.split)
929 [04:08:16] *** Quits: debchange (~debchange@replaced-ip ) (*.net *.split)
930 [04:08:16] *** Quits: cg505 (~cg505@replaced-ip ) (*.net *.split)
931 [04:08:16] *** Quits: Zharf (~eclipser@replaced-ip ) (*.net *.split)
932 [04:08:16] *** Quits: gusnan (~gusnan@replaced-ip ) (*.net *.split)
933 [04:08:16] *** Quits: Jdbye (~furry4lif@replaced-ip ) (*.net *.split)
934 [04:08:16] *** Quits: ilmostro (~ilmostro@replaced-ip ) (*.net *.split)
935 [04:08:16] *** Quits: fpob (~fpob@replaced-ip ) (*.net *.split)
936 [04:08:16] *** Quits: blowry (~blowry@replaced-ip ) (*.net *.split)
937 [04:08:16] *** Quits: nkuttler (~nkuttler@replaced-ip ) (*.net *.split)
938 [04:08:16] *** Quits: Cerise (~jerry@replaced-ip ) (*.net *.split)
939 [04:08:16] *** Quits: tarzeau (~alex@replaced-ip ) (*.net *.split)
940 [04:08:16] *** Quits: CrystalMath (~coderain@replaced-ip ) (*.net *.split)
941 [04:08:16] *** Quits: lesless (~lessless@replaced-ip ) (*.net *.split)
942 [04:08:16] *** Quits: p8m (p8m@replaced-ip ) (*.net *.split)
943 [04:08:16] *** Quits: Kyros (kyros@replaced-ip ) (*.net *.split)
944 [04:08:16] *** Quits: johnnyfive (~johnnyfiv@replaced-ip ) (*.net *.split)
945 [04:08:16] *** Quits: fling (~fling@replaced-ip ) (*.net *.split)
946 [04:08:16] *** Quits: v__ (~zyley@replaced-ip ) (*.net *.split)
947 [04:08:16] *** Quits: azidhaka (~azidhaka@replaced-ip ) (*.net *.split)
948 [04:08:16] *** Quits: Barralastic (~Barralast@replaced-ip ) (*.net *.split)
949 [04:08:16] *** Quits: unluckyshrubbery (~unluckysh@replaced-ip ) (*.net *.split)
950 [04:08:16] *** Quits: Bjornn (~Bjornn@replaced-ip ) (*.net *.split)
951 [04:08:16] *** Quits: Nokaji (~Nokaji@replaced-ip ) (*.net *.split)
952 [04:08:16] *** Quits: budlight (~richard@replaced-ip ) (*.net *.split)
953 [04:08:16] *** Quits: SM0TVI (~sm0tvi@replaced-ip ) (*.net *.split)
954 [04:08:16] *** Quits: Ceber (~cerberus@replaced-ip ) (*.net *.split)
955 [04:08:16] *** Quits: mxco86 (~mxco86@replaced-ip ) (*.net *.split)
956 [04:08:16] *** Quits: dexta (~D3XTA@replaced-ip ) (*.net *.split)
957 [04:08:16] *** Quits: kolla (~kolla@replaced-ip ) (*.net *.split)
958 [04:08:16] *** Quits: k-man (~jason@replaced-ip ) (*.net *.split)
959 [04:08:16] *** Quits: Nefertiti (~Nefertiti@replaced-ip ) (*.net *.split)
960 [04:08:16] *** Quits: XenGi (~quassel@replaced-ip ) (*.net *.split)
961 [04:08:16] *** Quits: epony (epony@replaced-ip ) (*.net *.split)
962 [04:08:16] *** Quits: samsmith (~samsmith@replaced-ip ) (*.net *.split)
963 [04:08:16] *** Quits: LionOpeter (~liron@replaced-ip ) (*.net *.split)
964 [04:08:16] *** Quits: krzych (krzych@replaced-ip ) (*.net *.split)
965 [04:08:16] *** Quits: ski (~ski@replaced-ip ) (*.net *.split)
966 [04:08:16] *** Quits: phunyguy (~blaahchm@replaced-ip ) (*.net *.split)
967 [04:08:16] *** Quits: disillusion (disillusio@replaced-ip ) (*.net *.split)
968 [04:08:16] *** Quits: warsoul (warsoul@replaced-ip ) (*.net *.split)
969 [04:08:16] *** Quits: aaro (aaro@replaced-ip ) (*.net *.split)
970 [04:08:16] *** Quits: shtouff (~shtouff@replaced-ip ) (*.net *.split)
971 [04:08:16] *** Quits: Eryn_1983_FL (~Eryn_1983@replaced-ip ) (*.net *.split)
972 [04:08:16] *** Quits: apt (ibot@replaced-ip ) (*.net *.split)
973 [04:08:16] *** Quits: azizLIGHT (~azizLIGHT@replaced-ip ) (*.net *.split)
974 [04:08:16] *** Quits: Piggy (~Piggy@replaced-ip ) (*.net *.split)
975 [04:08:16] *** Quits: synbiose (~synbiose@replaced-ip ) (*.net *.split)
976 [04:08:16] *** Quits: aindilis (~aindilis@replaced-ip ) (*.net *.split)
977 [04:08:16] *** Quits: temple48 (~temple48@replaced-ip ) (*.net *.split)
978 [04:08:16] *** Quits: eb0t (~eblip@replaced-ip ) (*.net *.split)
979 [04:08:16] *** Quits: sukaeto (~sukaeto@replaced-ip ) (*.net *.split)
980 [04:08:16] *** Quits: dbristow (~dbristow@replaced-ip ) (*.net *.split)
981 [04:08:16] *** Quits: Tempesta (Tempesta@replaced-ip ) (*.net *.split)
982 [04:08:16] *** Quits: el (~el@replaced-ip ) (*.net *.split)
983 [04:08:16] *** Quits: tripkin (~tripkin@replaced-ip ) (*.net *.split)
984 [04:08:16] *** Quits: hejux (~hejux@replaced-ip ) (*.net *.split)
985 [04:08:16] *** Quits: cluelessperson (~cluelessp@replaced-ip ) (*.net *.split)
986 [04:08:16] *** Quits: HarmtH (~harmth@replaced-ip ) (*.net *.split)
987 [04:08:16] *** Quits: miklcct (quasselcor@replaced-ip ) (*.net *.split)
988 [04:08:17] *** Quits: dfacto (~qwerty@replaced-ip ) (*.net *.split)
989 [04:08:17] *** Quits: Error451 (~R@replaced-ip ) (*.net *.split)
990 [04:08:17] *** Quits: dudenugget2000 (~dudenugge@replaced-ip ) (*.net *.split)
991 [04:08:17] *** Quits: buzzzz (~buzzzz@replaced-ip ) (*.net *.split)
992 [04:08:17] *** Quits: freanux (~freanux@replaced-ip ) (*.net *.split)
993 [04:08:17] *** Quits: defcronyke (~defcron@replaced-ip ) (*.net *.split)
994 [04:08:17] *** Quits: cooldude (~cooldude1@replaced-ip ) (*.net *.split)
995 [04:08:17] *** Quits: Typhon (~Typhon@replaced-ip ) (*.net *.split)
996 [04:08:17] *** Quits: hinderaker (hinderaker@replaced-ip ) (*.net *.split)
997 [04:08:17] *** Quits: MidnightRanger (~MidnightR@replaced-ip ) (*.net *.split)
998 [04:08:17] *** Quits: judd (~judd@replaced-ip ) (*.net *.split)
999 [04:08:17] *** Quits: Soliton (~Soliton@replaced-ip ) (*.net *.split)
1000 [04:08:17] *** Quits: Carno (~carno@replaced-ip ) (*.net *.split)
1001 [04:08:17] *** Quits: cyberbanjo (~cyberbanj@replaced-ip ) (*.net *.split)
1002 [04:08:17] *** Quits: fatalerrors (~fatalerro@replaced-ip ) (*.net *.split)
1003 [04:08:17] *** Quits: LeoTh3o (~th3o@replaced-ip ) (*.net *.split)
1004 [04:08:17] *** Quits: bern (~bern@replaced-ip ) (*.net *.split)
1005 [04:08:17] *** Quits: althalus (~bjanes@replaced-ip ) (*.net *.split)
1006 [04:08:17] *** Quits: teksimian (~teksimian@replaced-ip ) (*.net *.split)
1007 [04:08:17] *** Quits: Anarchic (~Anarchic@replaced-ip ) (*.net *.split)
1008 [04:08:17] *** Quits: greenbagels (~gb@replaced-ip ) (*.net *.split)
1009 [04:08:17] *** Quits: ikonia (~irc@replaced-ip ) (*.net *.split)
1010 [04:08:17] *** Quits: m1dnight_ (~m1dnight@replaced-ip ) (*.net *.split)
1011 [04:08:17] *** Quits: ring0` (~ringo@replaced-ip ) (*.net *.split)
1012 [04:08:17] *** Quits: funnel (~funnel@replaced-ip ) (*.net *.split)
1013 [04:08:17] *** Quits: Q_Continuum (~quassel@replaced-ip ) (*.net *.split)
1014 [04:08:17] *** Quits: h0 (~h0@replaced-ip ) (*.net *.split)
1015 [04:08:17] *** Quits: quasineutral (~quasineut@replaced-ip ) (*.net *.split)
1016 [04:08:17] *** Quits: genpaku (~genpaku@replaced-ip ) (*.net *.split)
1017 [04:08:17] *** Quits: mr_kyd (~Einherjer@replaced-ip ) (*.net *.split)
1018 [04:08:17] *** Quits: ericnoan (~en@replaced-ip ) (*.net *.split)
1019 [04:08:17] *** Quits: jft (znc@replaced-ip ) (*.net *.split)
1020 [04:08:17] *** Quits: levifig (~levi@replaced-ip ) (*.net *.split)
1021 [04:08:17] *** Quits: t0ne (~t0ne@replaced-ip ) (*.net *.split)
1022 [04:08:17] *** Quits: ScottE (~ScottE@replaced-ip ) (*.net *.split)
1023 [04:08:17] *** Quits: L1Cafe (~L1Cafe@replaced-ip ) (*.net *.split)
1024 [04:08:17] *** Quits: purphoros (purphoros@replaced-ip ) (*.net *.split)
1025 [04:08:17] *** Quits: egos (~egos@replaced-ip ) (*.net *.split)
1026 [04:08:17] *** Quits: orb (orb@replaced-ip ) (*.net *.split)
1027 [04:08:17] *** Quits: GNU\colossus (~colo@replaced-ip ) (*.net *.split)
1028 [04:08:17] *** Quits: metbsd (~metbsd@replaced-ip ) (*.net *.split)
1029 [04:08:17] *** Quits: mureena (~mureena@replaced-ip ) (*.net *.split)
1030 [04:08:17] *** Quits: tallbarr (~none@replaced-ip ) (*.net *.split)
1031 [04:08:17] *** Quits: russell-- (~russell@replaced-ip ) (*.net *.split)
1032 [04:08:17] *** Quits: NaPs (~NaPs@replaced-ip ) (*.net *.split)
1033 [04:08:17] *** Quits: tomocha_ (tomocha@replaced-ip ) (*.net *.split)
1034 [04:08:17] *** Quits: ribasushi (~riba@replaced-ip ) (*.net *.split)
1035 [04:08:17] *** Quits: c0san0stra (~nunyuh@replaced-ip ) (*.net *.split)
1036 [04:08:17] *** Quits: spaceone (~spaceone@replaced-ip ) (*.net *.split)
1037 [04:08:17] *** Quits: lrvick (~weechat_u@replaced-ip ) (*.net *.split)
1038 [04:08:17] *** Quits: Jazzah (~jazz@replaced-ip ) (*.net *.split)
1039 [04:08:17] *** Quits: P0G (~pogay@replaced-ip ) (*.net *.split)
1040 [04:08:17] *** Quits: Len (~lenisko@replaced-ip ) (*.net *.split)
1041 [04:08:17] *** Quits: donran (~donran@replaced-ip ) (*.net *.split)
1042 [04:08:17] *** Quits: Jakyll (~cca@replaced-ip ) (*.net *.split)
1043 [04:08:23] *** Quits: xcm (~xcm@replaced-ip ) (Remote host closed the connection)
1044 [04:09:02] *** debhelper sets mode: +l 1144
1045 [04:10:13] *** weber.freenode.net sets mode: +l 1151
1046 [04:10:13] *** Joins: benpro (~benpro@replaced-ip )
1047 [04:10:13] *** Joins: k4nz (~Thunderbi@replaced-ip )
1048 [04:10:13] *** Joins: BenderRodriguez (~TaxDodger@replaced-ip )
1049 [04:10:13] *** Joins: 7ITAADMTA (~Thunderbi@replaced-ip )
1050 [04:10:13] *** Joins: anoncon (~Falsememo@replaced-ip )
1051 [04:10:13] *** Joins: tijara (~tijara@replaced-ip )
1052 [04:10:13] *** Joins: well_laid_lawn (~Jean-luc@replaced-ip )
1053 [04:10:13] *** Joins: MatrixBottolonie (~matrixirc@replaced-ip )
1054 [04:10:13] *** Joins: HelloShitty (~narayan@replaced-ip )
1055 [04:10:13] *** Joins: uso (~uso@replaced-ip )
1056 [04:10:13] *** Joins: Prints (~333@replaced-ip )
1057 [04:10:13] *** Joins: alexandros_c (~quassel@replaced-ip )
1058 [04:10:13] *** Joins: r3 (~r3@replaced-ip )
1059 [04:10:13] *** Joins: cheet (~cheet@replaced-ip )
1060 [04:10:13] *** Joins: puke (~vroom@replaced-ip )
1061 [04:10:13] *** Joins: dez (uid92154@replaced-ip )
1062 [04:10:13] *** Joins: crayon (~crayon@replaced-ip )
1063 [04:10:13] *** Joins: ChmEarl (~chmearl@replaced-ip )
1064 [04:10:13] *** Joins: lvrp16 (sid153650@replaced-ip )
1065 [04:10:13] *** Joins: Darkfoe (sid402081@replaced-ip )
1066 [04:10:13] *** Joins: sulvone (~sulvone@replaced-ip )
1067 [04:10:13] *** Joins: ramshadow (ramshadow@replaced-ip )
1068 [04:10:13] *** Joins: Kralle (~Kralle@replaced-ip )
1069 [04:10:13] *** Joins: empty_string (emptystrin@replaced-ip )
1070 [04:10:36] *** Quits: bl0m1 (sid314902@replaced-ip ) (Ping timeout: 256 seconds)
1071 [04:10:37] *** Quits: Shun131 (sid377723@replaced-ip ) (Ping timeout: 253 seconds)
1072 [04:10:38] *** Quits: drbrule (sid395654@replaced-ip ) (Ping timeout: 253 seconds)
1073 [04:10:43] *** Quits: jameshjacks0njr (sid381910@replaced-ip ) (Ping timeout: 244 seconds)
1074 [04:10:57] *** Joins: ragouel (~crow11@replaced-ip )
1075 [04:10:57] *** Joins: Dreadnaught (Kulrak@replaced-ip )
1076 [04:10:57] *** Quits: Fenhl (sid30770@replaced-ip ) (Ping timeout: 260 seconds)
1077 [04:11:10] *** Quits: ThothCastel (sid78195@replaced-ip ) (Ping timeout: 256 seconds)
1078 [04:11:10] *** Quits: BuildTheRobots (sid42622@replaced-ip ) (Ping timeout: 256 seconds)
1079 [04:11:13] *** Quits: d1rewolf (sid312924@replaced-ip ) (Ping timeout: 260 seconds)
1080 [04:11:40] *** Quits: blurkis (~blurkis@replaced-ip ) (Read error: Connection reset by peer)
1081 [04:11:53] *** Quits: alexrelis[m] (alexrelism@replaced-ip ) (Write error: Connection reset by peer)
1082 [04:12:07] *** Joins: dvs (~hibbard@replaced-ip )
1083 [04:12:07] *** Joins: b1ack0p (~m@replaced-ip )
1084 [04:12:07] *** Joins: tristero (~nobody@replaced-ip )
1085 [04:12:07] *** Joins: fstd (~fstd@replaced-ip )
1086 [04:12:07] *** Joins: milobit (~milobit@replaced-ip )
1087 [04:12:07] *** Joins: aidanpr (~aidanpr@replaced-ip )
1088 [04:12:07] *** Joins: nulleip (~luiz@replaced-ip )
1089 [04:12:07] *** Joins: dashs (~dave@replaced-ip )
1090 [04:12:07] *** Joins: xingu (~xingu@replaced-ip )
1091 [04:12:07] *** Joins: maggotbrain (~maggotbra@replaced-ip )
1092 [04:12:07] *** Joins: magnulu (~magnulu@replaced-ip )
1093 [04:12:07] *** Joins: maxrazer (~siducer88@replaced-ip )
1094 [04:12:07] *** Joins: a3Dman (~3Dman@replaced-ip )
1095 [04:12:07] *** Joins: hid3 (~arnoldas@replaced-ip )
1096 [04:12:07] *** Joins: kriger (~norge@replaced-ip )
1097 [04:12:07] *** Joins: blackbart (~sv@replaced-ip )
1098 [04:12:07] *** Joins: plasticle (~plasticle@replaced-ip )
1099 [04:12:07] *** Joins: RoyK (~roy@replaced-ip )
1100 [04:12:07] *** Joins: sveva65 (~sverre@replaced-ip )
1101 [04:12:07] *** Joins: vince (~vince@replaced-ip )
1102 [04:12:07] *** Joins: Sayona (~sayona@replaced-ip )
1103 [04:12:07] *** Joins: Oksana (~Wikiwide@replaced-ip )
1104 [04:12:07] *** Joins: nckx (~nckx@replaced-ip )
1105 [04:12:07] *** Joins: obiwahn (~obiwahn@replaced-ip )
1106 [04:12:07] *** Joins: soul-d (~name@replaced-ip )
1107 [04:12:07] *** Joins: eniacpx (~eniacpx@replaced-ip )
1108 [04:12:07] *** Joins: sponix (~sponix@replaced-ip )
1109 [04:12:07] *** Joins: PyR3X (~PyR3X@replaced-ip )
1110 [04:12:07] *** Joins: elkalamar (~elkalamar@replaced-ip )
1111 [04:12:07] *** Joins: FrogPidgeon (~FrogPidge@replaced-ip )
1112 [04:12:07] *** Joins: OPK (~OPK@replaced-ip )
1113 [04:12:07] *** Joins: finlstrm (~quassel@replaced-ip )
1114 [04:12:07] *** Joins: or4n (~or4n@replaced-ip )
1115 [04:12:07] *** Joins: WARBIRD199 (~WARBIRD19@replaced-ip )
1116 [04:12:07] *** Joins: dob1 (~dob1@replaced-ip )
1117 [04:12:07] *** Joins: grindhold (~quassel@replaced-ip )
1118 [04:12:07] *** Joins: Roedy (Roedy@replaced-ip )
1119 [04:12:07] *** Joins: Epakai (Epakai@replaced-ip )
1120 [04:12:07] *** Joins: kline (~kline@replaced-ip )
1121 [04:12:07] *** Joins: kfarsn (~inkognito@replaced-ip )
1122 [04:12:07] *** Joins: Ssquidly (~squidly@replaced-ip )
1123 [04:12:07] *** Joins: dgriffi (~dave@replaced-ip )
1124 [04:12:07] *** Joins: Orphis (~orphis@replaced-ip )
1125 [04:12:07] *** Joins: Louis (~Louis@replaced-ip )
1126 [04:12:07] *** Joins: somiaj (~jaimos@replaced-ip )
1127 [04:12:07] *** Joins: m4rley (~m4rley@replaced-ip )
1128 [04:12:07] *** Joins: graytron (~tero@replaced-ip )
1129 [04:12:07] *** Joins: wwilliam (~wwilliam@replaced-ip )
1130 [04:12:07] *** Joins: keyvan (~keyvan@replaced-ip )
1131 [04:12:07] *** Joins: webmind (~webmind@replaced-ip )
1132 [04:12:07] *** Joins: bionade24 (~oskar@replaced-ip )
1133 [04:12:07] *** Joins: ooboyle (~ooboyle@replaced-ip )
1134 [04:12:07] *** Joins: binaryhermit (~binaryher@replaced-ip )
1135 [04:12:07] *** Joins: Johann (~cisswit@replaced-ip )
1136 [04:12:07] *** Joins: magenbrot (~magenbrot@replaced-ip )
1137 [04:12:07] *** Joins: avu (~jan@replaced-ip )
1138 [04:12:07] *** Joins: EtherMan (~quassel@replaced-ip )
1139 [04:12:07] *** Joins: lbatalha (~lbatalha@replaced-ip )
1140 [04:12:07] *** Joins: Shadur (~shadur@replaced-ip )
1141 [04:12:07] *** Joins: GhostInTheShell (~melkor@replaced-ip )
1142 [04:12:07] *** Joins: tekk (me@replaced-ip )
1143 [04:12:07] *** Joins: Fox (~fox@replaced-ip )
1144 [04:12:07] *** Joins: mavhq (~quassel@replaced-ip )
1145 [04:12:07] *** Joins: teclo- (42@replaced-ip )
1146 [04:12:07] *** Joins: artlogic (~artlogic@replaced-ip )
1147 [04:12:07] *** Joins: unixbassen (~unixbasse@replaced-ip )
1148 [04:12:07] *** Joins: JonathanD (~JonathanD@replaced-ip )
1149 [04:12:18] *** Quits: petan (~g@replaced-ip ) (Ping timeout: 256 seconds)
1150 [04:12:21] *** Quits: dez (uid92154@replaced-ip ) (Ping timeout: 243 seconds)
1151 [04:13:34] *** Joins: bananas (~bananas@replaced-ip )
1152 [04:13:34] *** Joins: juhop (~anon@replaced-ip )
1153 [04:13:34] *** Joins: pikolinosimo (~testos@replaced-ip )
1154 [04:13:34] *** Joins: babilen5 (~babilen@replaced-ip )
1155 [04:13:34] *** Joins: kryo_ (~kryo@replaced-ip )
1156 [04:13:34] *** Joins: tomaw (tom@replaced-ip )
1157 [04:13:34] *** Joins: rsully (~rsully@replaced-ip )
1158 [04:13:34] *** Joins: blueingress (~pp_of_mm@replaced-ip )
1159 [04:13:34] *** Joins: stivo (stivo@replaced-ip )
1160 [04:13:34] *** Joins: willcl_ark (~quassel@replaced-ip )
1161 [04:13:34] *** Joins: sussudio (~sussudio@replaced-ip )
1162 [04:13:34] *** Joins: Rockj (~rockj@replaced-ip )
1163 [04:13:34] *** Joins: azrazalea (~azrazalea@replaced-ip )
1164 [04:13:34] *** Joins: badpixel (~badpixel@replaced-ip )
1165 [04:13:34] *** Joins: shann (~quassel@replaced-ip )
1166 [04:13:34] *** Joins: Scotteh (~Scotteh@replaced-ip )
1167 [04:13:34] *** Joins: CME (~CME@replaced-ip )
1168 [04:13:34] *** Joins: krah (~krah@replaced-ip )
1169 [04:13:34] *** Joins: trewas (~trewas@replaced-ip )
1170 [04:13:34] *** Joins: Whiskey (~Whiskey@replaced-ip )
1171 [04:13:34] *** Joins: cef (~cef@replaced-ip )
1172 [04:13:34] *** Joins: Kohlrabi (~kohlrabi@replaced-ip )
1173 [04:13:34] *** Joins: klaas (~klaas@replaced-ip )
1174 [04:13:34] *** Joins: nahanil (~nahanil@replaced-ip )
1175 [04:13:34] *** Joins: antoine (~antoine@replaced-ip )
1176 [04:13:34] *** Joins: edi (~e@replaced-ip )
1177 [04:13:34] *** Joins: Emmanuel_Chanel (~Emmanuel_@replaced-ip )
1178 [04:13:34] *** Joins: mason (~mason@replaced-ip )
1179 [04:13:34] *** Joins: Diezel (~mahellma@replaced-ip )
1180 [04:13:34] *** Joins: benaiah (~benaiah@replaced-ip )
1181 [04:13:34] *** Joins: arbogt (~quassel@replaced-ip )
1182 [04:13:34] *** Joins: ttrs (~ttrs@replaced-ip )
1183 [04:13:34] *** Joins: mutante (foobar@replaced-ip )
1184 [04:13:34] *** Joins: abeniis (~Abeniis@replaced-ip )
1185 [04:13:34] *** Joins: VoidFox (voidfox@replaced-ip )
1186 [04:13:34] *** Joins: xi (~quassel@replaced-ip )
1187 [04:13:34] *** Joins: udet (~RalphBa@replaced-ip )
1188 [04:13:34] *** Joins: _anb (~anb@replaced-ip )
1189 [04:13:34] *** Joins: riex (riex@replaced-ip )
1190 [04:13:34] *** Joins: Namarrgon (~Namarrgon@replaced-ip )
1191 [04:13:34] *** Joins: maple_twig (~maple_twi@replaced-ip )
1192 [04:13:34] *** Joins: blueness (~blueness@replaced-ip )
1193 [04:13:34] *** Joins: f8e4 (~user@replaced-ip )
1194 [04:13:34] *** Joins: holgersson (~quassel@replaced-ip )
1195 [04:13:34] *** Joins: Nnavd (~Nnavd@replaced-ip )
1196 [04:13:34] *** Joins: Benett (~Benett@replaced-ip )
1197 [04:13:34] *** Joins: gigetoo (~gigetoo@replaced-ip )
1198 [04:13:34] *** Joins: JerryXiao (~JerryXiao@replaced-ip )
1199 [04:13:34] *** Joins: WizJin (~WizJin@replaced-ip )
1200 [04:13:34] *** Joins: Mathisen (~mathisen@replaced-ip )
1201 [04:13:34] *** Joins: wingedrhino (~quassel@replaced-ip )
1202 [04:13:34] *** Joins: Gazooo (~Gazooo@replaced-ip )
1203 [04:13:34] *** Joins: p4xz (~p4xz@replaced-ip )
1204 [04:13:34] *** Joins: ephemer0l_ (~ephemer0l@replaced-ip )
1205 [04:13:34] *** Joins: PaulePanter (~paul@replaced-ip )
1206 [04:13:34] *** Joins: gpeskens (~gijs@replaced-ip )
1207 [04:13:34] *** Joins: CrypticSquared (~CrypticS_@replaced-ip )
1208 [04:13:34] *** Joins: ponyofdeath (~vladi@replaced-ip )
1209 [04:13:34] *** Joins: lad (~swedishfi@replaced-ip )
1210 [04:13:34] *** Joins: Katana_Steel (~quassel@replaced-ip )
1211 [04:13:34] *** Joins: pacbard (~pacbard@replaced-ip )
1212 [04:13:34] *** Joins: devfx11 (~y@replaced-ip )
1213 [04:13:34] *** Joins: jmcnaught (~jeremy@replaced-ip )
1214 [04:13:34] *** Joins: walnut_burl (~oak@replaced-ip )
1215 [04:13:34] *** Joins: snooky (~snooky@replaced-ip )
1216 [04:13:34] *** Joins: benf (benf2004@replaced-ip )
1217 [04:13:34] *** Joins: QcR20 (~QcR@replaced-ip )
1218 [04:13:34] *** Joins: veikko (veikko@replaced-ip )
1219 [04:13:34] *** Joins: moetunes (~Jean-luc@replaced-ip )
1220 [04:13:34] *** Joins: qubenix (~qubenix@replaced-ip )
1221 [04:13:34] *** Joins: dfch (~dfch@replaced-ip )
1222 [04:13:34] *** Joins: Zauberfisch (~Zauberfis@replaced-ip )
1223 [04:13:34] *** Joins: JakeSays (~jake@replaced-ip )
1224 [04:13:34] *** Joins: Plan_IX (~P9@replaced-ip )
1225 [04:13:34] *** Joins: enoch85 (~enoch85@replaced-ip )
1226 [04:13:34] *** Joins: Unit193 (ukikie@replaced-ip )
1227 [04:13:34] *** Joins: luna_is_here (~quassel@replaced-ip )
1228 [04:13:34] *** Joins: meti (~meti@replaced-ip )
1229 [04:13:34] *** Joins: PipeItToDevNull (~PipeItToD@replaced-ip )
1230 [04:13:34] *** Joins: Devastator (~devas@replaced-ip )
1231 [04:13:34] *** Joins: zululee_ (~zululee@replaced-ip )
1232 [04:13:34] *** Joins: Zardoz (~Zardoz@replaced-ip )
1233 [04:13:34] *** Joins: drcd (~drcd@replaced-ip )
1234 [04:13:34] *** Joins: alx^ (~alx^@replaced-ip )
1235 [04:13:34] *** Joins: d3sync (~d3sync@replaced-ip )
1236 [04:13:34] *** Joins: fiet (~nobody@replaced-ip )
1237 [04:13:34] *** Joins: sputnik (kli0rf@replaced-ip )
1238 [04:13:34] *** Joins: hemimaniac (~hemimania@replaced-ip )
1239 [04:13:34] *** Joins: JohnDoh (~jeff@replaced-ip )
1240 [04:13:34] *** Joins: Arrowmaster (~Arrowmast@replaced-ip )
1241 [04:13:34] *** Joins: television (~alex@replaced-ip )
1242 [04:13:34] *** Joins: njka (~njka@replaced-ip )
1243 [04:13:34] *** Joins: plantroon (~plantroon@replaced-ip )
1244 [04:13:34] *** Joins: StathisA (~StathisA@replaced-ip )
1245 [04:13:34] *** Joins: blazeme8 (~blazeme8@replaced-ip )
1246 [04:13:34] *** Joins: daniel-s (~daniel-s@replaced-ip )
1247 [04:13:34] *** Joins: x0n (~x0n@replaced-ip )
1248 [04:13:34] *** Joins: foul_owl_ (~foul_owl@replaced-ip )
1249 [04:13:34] *** Joins: uxfi (~uxfi@replaced-ip )
1250 [04:13:34] *** Joins: luz1 (~luz1@replaced-ip )
1251 [04:13:34] *** Joins: Apeiron` (~Apeiron@replaced-ip )
1252 [04:13:34] *** Joins: ijurisic (~ijurisic@replaced-ip )
1253 [04:13:34] *** Joins: jeweet_ (jeweet_@replaced-ip )
1254 [04:13:34] *** Joins: Orcs53 (~Orcs53@replaced-ip )
1255 [04:13:34] *** Joins: hobbanero (~hobbanero@replaced-ip )
1256 [04:13:34] *** Joins: tinfoil-hat (~chrissly@replaced-ip )
1257 [04:13:34] *** Joins: coruja (~coruja@replaced-ip )
1258 [04:13:34] *** Joins: gordonfish (~gordonfis@replaced-ip )
1259 [04:13:34] *** Joins: {41444d494e} (~kvirc@replaced-ip )
1260 [04:13:34] *** Joins: nullheroes (~danielvu@replaced-ip )
1261 [04:13:34] *** Joins: lead_pipe23 (~Lead@replaced-ip )
1262 [04:13:34] *** Joins: smidlers (smyers@replaced-ip )
1263 [04:13:34] *** Joins: ayew (~ayew@replaced-ip )
1264 [04:13:34] *** Joins: dselect (~dselect@replaced-ip )
1265 [04:13:34] *** Joins: stnly (~stnly@replaced-ip )
1266 [04:13:34] *** Joins: annadane (~annadane@replaced-ip )
1267 [04:13:34] *** Joins: phorce1 (~gvl2@replaced-ip )
1268 [04:13:34] *** Joins: xet7 (~xet7@replaced-ip )
1269 [04:13:34] *** Joins: UndeadLeech (~UndeadLee@replaced-ip )
1270 [04:13:34] *** Joins: halvors (~Thunderbi@replaced-ip )
1271 [04:13:34] *** Joins: heiner_ (~heiner@replaced-ip )
1272 [04:13:34] *** Joins: luna (~Lunateris@replaced-ip )
1273 [04:13:34] *** Joins: leorat (~leorat@replaced-ip )
1274 [04:13:34] *** Joins: CrystalMath (~coderain@replaced-ip )
1275 [04:13:34] *** Joins: lesless (~lessless@replaced-ip )
1276 [04:13:34] *** Joins: p8m (p8m@replaced-ip )
1277 [04:13:34] *** Joins: Kyros (kyros@replaced-ip )
1278 [04:13:34] *** Joins: johnnyfive (~johnnyfiv@replaced-ip )
1279 [04:13:34] *** Joins: fling (~fling@replaced-ip )
1280 [04:13:34] *** Joins: azidhaka (~azidhaka@replaced-ip )
1281 [04:13:34] *** Joins: Barralastic (~Barralast@replaced-ip )
1282 [04:13:34] *** Joins: unluckyshrubbery (~unluckysh@replaced-ip )
1283 [04:13:34] *** Joins: Nokaji (~Nokaji@replaced-ip )
1284 [04:13:34] *** Joins: SM0TVI (~sm0tvi@replaced-ip )
1285 [04:13:34] *** Joins: Ceber (~cerberus@replaced-ip )
1286 [04:13:34] *** Joins: mxco86 (~mxco86@replaced-ip )
1287 [04:13:34] *** Joins: dexta (~D3XTA@replaced-ip )
1288 [04:13:34] *** Joins: lrvick (~weechat_u@replaced-ip )
1289 [04:13:34] *** Joins: kolla (~kolla@replaced-ip )
1290 [04:13:34] *** Joins: k-man (~jason@replaced-ip )
1291 [04:13:34] *** Joins: XenGi (~quassel@replaced-ip )
1292 [04:13:34] *** Joins: epony (epony@replaced-ip )
1293 [04:13:34] *** Joins: samsmith (~samsmith@replaced-ip )
1294 [04:13:34] *** Joins: krzych (krzych@replaced-ip )
1295 [04:13:34] *** Joins: ski (~ski@replaced-ip )
1296 [04:13:34] *** Joins: phunyguy (~blaahchm@replaced-ip )
1297 [04:13:34] *** Joins: warsoul (warsoul@replaced-ip )
1298 [04:13:34] *** Joins: shtouff (~shtouff@replaced-ip )
1299 [04:13:34] *** Joins: Eryn_1983_FL (~Eryn_1983@replaced-ip )
1300 [04:13:34] *** Joins: apt (ibot@replaced-ip )
1301 [04:13:34] *** Joins: azizLIGHT (~azizLIGHT@replaced-ip )
1302 [04:13:34] *** Joins: barhom (~barhom@replaced-ip )
1303 [04:13:34] *** Joins: Piggy (~Piggy@replaced-ip )
1304 [04:13:34] *** Joins: synbiose (~synbiose@replaced-ip )
1305 [04:13:34] *** Joins: aindilis (~aindilis@replaced-ip )
1306 [04:13:34] *** Joins: temple48 (~temple48@replaced-ip )
1307 [04:13:34] *** Joins: eb0t (~eblip@replaced-ip )
1308 [04:13:34] *** Joins: sukaeto (~sukaeto@replaced-ip )
1309 [04:13:34] *** Joins: dbristow (~dbristow@replaced-ip )
1310 [04:13:34] *** Joins: Tempesta (Tempesta@replaced-ip )
1311 [04:13:34] *** Joins: el (~el@replaced-ip )
1312 [04:13:34] *** Joins: tripkin (~tripkin@replaced-ip )
1313 [04:13:34] *** Joins: hejux (~hejux@replaced-ip )
1314 [04:13:34] *** Joins: cluelessperson (~cluelessp@replaced-ip )
1315 [04:13:34] *** Joins: HarmtH (~harmth@replaced-ip )
1316 [04:13:34] *** Joins: dudenugget2000 (~dudenugge@replaced-ip )
1317 [04:13:34] *** Joins: miklcct (quasselcor@replaced-ip )
1318 [04:13:34] *** Joins: dfacto (~qwerty@replaced-ip )
1319 [04:13:34] *** Joins: althalus (~bjanes@replaced-ip )
1320 [04:13:34] *** Joins: Error451 (~R@replaced-ip )
1321 [04:13:34] *** Joins: buzzzz (~buzzzz@replaced-ip )
1322 [04:13:34] *** Joins: freanux (~freanux@replaced-ip )
1323 [04:13:34] *** Joins: defcronyke (~defcron@replaced-ip )
1324 [04:13:34] *** Joins: cooldude (~cooldude1@replaced-ip )
1325 [04:13:34] *** Joins: Typhon (~Typhon@replaced-ip )
1326 [04:13:34] *** Joins: hinderaker (hinderaker@replaced-ip )
1327 [04:13:34] *** Joins: MidnightRanger (~MidnightR@replaced-ip )
1328 [04:13:34] *** Joins: Soliton (~Soliton@replaced-ip )
1329 [04:13:34] *** Joins: Carno (~carno@replaced-ip )
1330 [04:13:34] *** Joins: cyberbanjo (~cyberbanj@replaced-ip )
1331 [04:13:34] *** Joins: fatalerrors (~fatalerro@replaced-ip )
1332 [04:13:34] *** Joins: LeoTh3o (~th3o@replaced-ip )
1333 [04:13:34] *** Joins: bern (~bern@replaced-ip )
1334 [04:13:34] *** Joins: teksimian (~teksimian@replaced-ip )
1335 [04:13:34] *** Joins: Anarchic (~Anarchic@replaced-ip )
1336 [04:13:34] *** Joins: jpnurmi (jpnurmi@replaced-ip )
1337 [04:13:34] *** Joins: ssgelm (~ssgelm@replaced-ip )
1338 [04:13:34] *** Joins: drdo (~drdo@replaced-ip )
1339 [04:13:34] *** Joins: sangy (~sangy@replaced-ip )
1340 [04:13:34] *** Joins: leopard (~leopard@replaced-ip )
1341 [04:13:34] *** Joins: kodapa (david@replaced-ip )
1342 [04:13:34] *** Joins: dazo (~freenode@replaced-ip )
1343 [04:13:34] *** Joins: dusares (~dusares@replaced-ip )
1344 [04:13:34] *** Joins: jor (~jor@replaced-ip )
1345 [04:13:34] *** Joins: fauweh (~root@replaced-ip )
1346 [04:13:34] *** Joins: rad4day (~rad4day@replaced-ip )
1347 [04:13:34] *** Joins: kevinsan (~kevinsan@replaced-ip )
1348 [04:13:34] *** Joins: Swant (swant@replaced-ip )
1349 [04:13:34] *** Joins: ChanServ (ChanServ@replaced-ip )
1350 [04:13:34] *** Joins: Neo (~Neo@replaced-ip )
1351 [04:13:34] *** Joins: beardface (~bearface@replaced-ip )
1352 [04:13:34] *** Joins: m1dnight_ (~m1dnight@replaced-ip )
1353 [04:13:34] *** Joins: ikonia (~irc@replaced-ip )
1354 [04:13:34] *** Joins: greenbagels (~gb@replaced-ip )
1355 [04:13:34] *** Joins: funnel (~funnel@replaced-ip )
1356 [04:13:34] *** Joins: ring0` (~ringo@replaced-ip )
1357 [04:13:34] *** Joins: Jakyll (~cca@replaced-ip )
1358 [04:13:34] *** Joins: Len (~lenisko@replaced-ip )
1359 [04:13:34] *** Joins: P0G (~pogay@replaced-ip )
1360 [04:13:34] *** Joins: Jazzah (~jazz@replaced-ip )
1361 [04:13:34] *** Joins: spaceone (~spaceone@replaced-ip )
1362 [04:13:34] *** Joins: c0san0stra (~nunyuh@replaced-ip )
1363 [04:13:34] *** Joins: donran (~donran@replaced-ip )
1364 [04:13:34] *** Joins: ribasushi (~riba@replaced-ip )
1365 [04:13:34] *** Joins: tomocha_ (tomocha@replaced-ip )
1366 [04:13:34] *** Joins: NaPs (~NaPs@replaced-ip )
1367 [04:13:34] *** Joins: tallbarr (~none@replaced-ip )
1368 [04:13:34] *** Joins: mureena (~mureena@replaced-ip )
1369 [04:13:34] *** Joins: metbsd (~metbsd@replaced-ip )
1370 [04:13:34] *** Joins: GNU\colossus (~colo@replaced-ip )
1371 [04:13:34] *** weber.freenode.net sets mode: +o ChanServ
1372 [04:13:34] *** Joins: orb (orb@replaced-ip )
1373 [04:13:34] *** Joins: egos (~egos@replaced-ip )
1374 [04:13:34] *** Joins: L1Cafe (~L1Cafe@replaced-ip )
1375 [04:13:34] *** Joins: purphoros (purphoros@replaced-ip )
1376 [04:13:34] *** Joins: ScottE (~ScottE@replaced-ip )
1377 [04:13:34] *** Joins: t0ne (~t0ne@replaced-ip )
1378 [04:13:34] *** Joins: russell-- (~russell@replaced-ip )
1379 [04:13:34] *** Joins: levifig (~levi@replaced-ip )
1380 [04:13:34] *** Joins: ericnoan (~en@replaced-ip )
1381 [04:13:34] *** Joins: jft (znc@replaced-ip )
1382 [04:13:34] *** Joins: mr_kyd (~Einherjer@replaced-ip )
1383 [04:13:34] *** Joins: genpaku (~genpaku@replaced-ip )
1384 [04:13:34] *** Joins: quasineutral (~quasineut@replaced-ip )
1385 [04:13:34] *** Joins: h0 (~h0@replaced-ip )
1386 [04:13:34] *** Joins: Q_Continuum (~quassel@replaced-ip )
1387 [04:14:09] *** Joins: doric (~doric@replaced-ip )
1388 [04:14:09] *** Joins: nebunez (~user@replaced-ip )
1389 [04:14:09] *** Joins: rany (99c1d81a73@replaced-ip )
1390 [04:14:09] *** Joins: tsal (~tsal@replaced-ip )
1391 [04:14:09] *** Joins: lewie67[p] (~lewie67p]@replaced-ip )
1392 [04:14:09] *** Joins: danwellby (~danwellby@replaced-ip )
1393 [04:14:09] *** Joins: Battaglin (~rss@replaced-ip )
1394 [04:14:09] *** Joins: mibo (~mibo@replaced-ip )
1395 [04:14:09] *** Joins: DJDan_ (~DJDan@replaced-ip )
1396 [04:14:09] *** Joins: Posterdati (~posterdat@replaced-ip )
1397 [04:14:09] *** Joins: hqdruxn08_ (hqdruxn08@replaced-ip )
1398 [04:14:09] *** Joins: wallacer3 (~quassel@replaced-ip )
1399 [04:14:09] *** Joins: nicole (ilbelkyr@replaced-ip )
1400 [04:14:09] *** Joins: XORed_ (xored@replaced-ip )
1401 [04:14:09] *** Joins: areisp (~ars@replaced-ip )
1402 [04:14:09] *** Joins: tdn (~tdn@replaced-ip )
1403 [04:14:09] *** Joins: Mad_Hat (~Mad_Hat@replaced-ip )
1404 [04:14:09] *** Joins: joze (~joze@replaced-ip )
1405 [04:14:09] *** Joins: yuriii (~yurii@replaced-ip )
1406 [04:14:09] *** Joins: x10 (~x10@replaced-ip )
1407 [04:14:09] *** Joins: Decobus (~quassel@replaced-ip )
1408 [04:14:09] *** Joins: d1b (~db@replaced-ip )
1409 [04:14:09] *** Joins: Azrael_- (~aweoi@replaced-ip )
1410 [04:14:09] *** Joins: jtdowney (~jtdowney@replaced-ip )
1411 [04:14:09] *** Joins: radkos (~radkos@replaced-ip )
1412 [04:14:09] *** Joins: d3vlin (~d3vlin@replaced-ip )
1413 [04:14:09] *** Joins: michele (~eraser@replaced-ip )
1414 [04:14:09] *** Joins: epsilon (foobar@replaced-ip )
1415 [04:14:09] *** Joins: Exagone313 (exa@replaced-ip )
1416 [04:14:09] *** Joins: Ruint (Ruint@replaced-ip )
1417 [04:14:09] *** Joins: Kobaz (~kobaz@replaced-ip )
1418 [04:14:09] *** Joins: exezin (~exezin@replaced-ip )
1419 [04:14:09] *** Joins: Highdude (~lol@replaced-ip )
1420 [04:14:09] *** Joins: Mikail (~smuxi@replaced-ip )
1421 [04:14:09] *** Joins: jasperarcola (~JasperArc@replaced-ip )
1422 [04:14:09] *** Joins: absinthe (~absinthe@replaced-ip )
1423 [04:14:09] *** Joins: unborn (~ugly@replaced-ip )
1424 [04:14:09] *** Joins: tempora (~tempus@replaced-ip )
1425 [04:14:09] *** Joins: c0pt (~c0pt@replaced-ip )
1426 [04:14:09] *** Joins: JustTheDoctor (~iam@replaced-ip )
1427 [04:14:09] *** Joins: TW1920 (~quassel@replaced-ip )
1428 [04:14:09] *** Joins: |aaron_ (~|aaron@replaced-ip )
1429 [04:14:09] *** Joins: JyZyXEL (~foo@replaced-ip )
1430 [04:14:09] *** Joins: oskie (usel@replaced-ip )
1431 [04:14:09] *** Joins: shiin (~shiin@replaced-ip )
1432 [04:14:09] *** Joins: percY- (~percY@replaced-ip )
1433 [04:14:09] *** Joins: rmacd (~rmacd@replaced-ip )
1434 [04:14:09] *** Joins: kevr (~kevr@replaced-ip )
1435 [04:14:09] *** Joins: cybrNaut (~cybrNaut@replaced-ip )
1436 [04:14:09] *** Joins: tabb (tabb@replaced-ip )
1437 [04:14:09] *** Joins: sidv (sidv@replaced-ip )
1438 [04:14:09] *** Joins: Messenger_bird (~banana@replaced-ip )
1439 [04:14:09] *** Joins: Someguy123 (~someguy@replaced-ip )
1440 [04:14:09] *** Joins: pierrot (~pi@replaced-ip )
1441 [04:14:09] *** Joins: neoclust (~neoclust@replaced-ip )
1442 [04:14:09] *** Joins: antto (~pewpew@replaced-ip )
1443 [04:14:09] *** Joins: nyaomi (~naomi@replaced-ip )
1444 [04:14:09] *** Joins: oznt (~oznt@replaced-ip )
1445 [04:14:09] *** Joins: DLange (~DLange@replaced-ip )
1446 [04:14:09] *** Joins: paradigm (~paradigm@replaced-ip )
1447 [04:14:09] *** Joins: Yukikaze (~Yuki@replaced-ip )
1448 [04:14:09] *** Joins: DarkaMaul (~ac@replaced-ip )
1449 [04:14:09] *** Joins: mdk (~mdk@replaced-ip )
1450 [04:14:09] *** Joins: mr_yogurt (~mr_yogurt@replaced-ip )
1451 [04:14:09] *** Joins: wmascl (~sdfsjdf20@replaced-ip )
1452 [04:14:09] *** Joins: Guest98236 (~kko@replaced-ip )
1453 [04:14:09] *** Joins: blu2 (~blu@replaced-ip )
1454 [04:14:09] *** Quits: gordonfish (~gordonfis@replaced-ip ) (Ping timeout: 241 seconds)
1455 [04:14:18] *** Joins: klokken (~klokken@replaced-ip )
1456 [04:14:18] *** Joins: nsrafk (nsrafk@replaced-ip )
1457 [04:14:18] *** Joins: FightingFalcon (~ff@replaced-ip )
1458 [04:14:18] *** Joins: chapipo (sid412217@replaced-ip )
1459 [04:14:18] *** Joins: DK2 (~DK2@replaced-ip )
1460 [04:14:18] *** Joins: dudz (znc@replaced-ip )
1461 [04:14:18] *** Joins: michael_mbp (~michael_m@replaced-ip )
1462 [04:14:18] *** Joins: zymurgy (~zymurgy@replaced-ip )
1463 [04:14:18] *** Joins: meggie (~meggie@replaced-ip )
1464 [04:14:18] *** Joins: atlas (~atlas@replaced-ip )
1465 [04:14:18] *** Joins: debchange (~debchange@replaced-ip )
1466 [04:14:18] *** Joins: cg505 (~cg505@replaced-ip )
1467 [04:14:18] *** Joins: gusnan (~gusnan@replaced-ip )
1468 [04:14:18] *** Joins: Zharf (~eclipser@replaced-ip )
1469 [04:14:18] *** Joins: Jdbye (~furry4lif@replaced-ip )
1470 [04:14:18] *** Joins: ilmostro (~ilmostro@replaced-ip )
1471 [04:14:18] *** Joins: fpob (~fpob@replaced-ip )
1472 [04:14:18] *** Joins: blowry (~blowry@replaced-ip )
1473 [04:14:18] *** Joins: Cerise (~jerry@replaced-ip )
1474 [04:14:18] *** Joins: nkuttler (~nkuttler@replaced-ip )
1475 [04:14:18] *** Joins: tarzeau (~alex@replaced-ip )
1476 [04:14:20] *** Quits: hqdruxn08_ (hqdruxn08@replaced-ip ) (Max SendQ exceeded)
1477 [04:14:20] *** Quits: michele (~eraser@replaced-ip ) (Max SendQ exceeded)
1478 [04:14:21] *** Quits: klokken (~klokken@replaced-ip ) (Max SendQ exceeded)
1479 [04:14:22] *** Quits: michael_mbp (~michael_m@replaced-ip ) (Max SendQ exceeded)
1480 [04:14:42] *** Joins: kawaiipunk (~from@replaced-ip )
1481 [04:14:42] *** Joins: Regor (~Rod@replaced-ip )
1482 [04:14:42] *** Joins: hassoon (~hassoon@replaced-ip )
1483 [04:14:42] *** Joins: bolt (~r00t@replaced-ip )
1484 [04:14:42] *** Joins: Thalian (~quassel@replaced-ip )
1485 [04:14:42] *** Joins: Telcoguy (~quassel@replaced-ip )
1486 [04:14:42] *** Joins: Aristide (~quassel@replaced-ip )
1487 [04:14:42] *** Joins: Colti (Miramar-FL@replaced-ip )
1488 [04:14:42] *** Joins: exceptionz (~exception@replaced-ip )
1489 [04:14:42] *** Joins: esran_ (~esran@replaced-ip )
1490 [04:14:42] *** Joins: kisser (null@replaced-ip )
1491 [04:14:42] *** Joins: eigenfire (~eigenfire@replaced-ip )
1492 [04:14:42] *** Joins: Zppix (uid182351@replaced-ip )
1493 [04:14:42] *** Joins: jjakob (~quassel@replaced-ip )
1494 [04:14:42] *** Joins: Texou (~Texou@replaced-ip )
1495 [04:14:42] *** Joins: sn00p (uid454604@replaced-ip )
1496 [04:14:42] *** Joins: montyboy (sid333652@replaced-ip )
1497 [04:14:42] *** Joins: pvoigt (~Linux@replaced-ip )
1498 [04:14:42] *** Joins: irick (sid1585@replaced-ip )
1499 [04:14:42] *** Joins: dftxbs3e (~dftxbs3e@replaced-ip )
1500 [04:14:42] *** Joins: 18WAA1ULD (Y@replaced-ip )
1501 [04:14:42] *** Joins: noahmg123 (sid89117@replaced-ip )
1502 [04:14:42] *** Joins: ayekat (~ayekat@replaced-ip )
1503 [04:14:42] *** Joins: djanos (~djanos@replaced-ip )
1504 [04:14:42] *** Joins: sponix2ipfw (uid273627@replaced-ip )
1505 [04:14:42] *** Joins: Manouchehri (sid384576@replaced-ip )
1506 [04:14:42] *** Joins: Deihmos (uid212731@replaced-ip )
1507 [04:14:42] *** Joins: astra (sid289983@replaced-ip )
1508 [04:14:42] *** Joins: cryptodan_mobile (sid24065@replaced-ip )
1509 [04:14:42] *** Joins: Raito_Bezarius (~Raito_Bez@replaced-ip )
1510 [04:14:42] *** Joins: Gurty (~princess@replaced-ip )
1511 [04:14:42] *** Joins: ohnx (~ohnx@replaced-ip )
1512 [04:14:42] *** Joins: Optic (sid178015@replaced-ip )
1513 [04:14:42] *** Joins: p0358 (p0358@replaced-ip )
1514 [04:14:42] *** Joins: xvilka (~xvilka@replaced-ip )
1515 [04:14:42] *** Joins: openJ (sid276354@replaced-ip )
1516 [04:14:42] *** Joins: squarebracket (~root@replaced-ip )
1517 [04:14:42] *** Joins: systemdave (dmonschein@replaced-ip )
1518 [04:14:42] *** Joins: gangstacat (~gangstaca@replaced-ip )
1519 [04:14:42] *** Joins: djakov (~djakov@replaced-ip )
1520 [04:14:42] *** Joins: TimWolla (~timwolla@replaced-ip )
1521 [04:14:42] *** Joins: dondelelcaro (don@replaced-ip )
1522 [04:14:42] *** Joins: krack (~krack@replaced-ip )
1523 [04:14:42] *** Joins: breitenj (~breitenj@replaced-ip )
1524 [04:14:42] *** Joins: Remy^ (~remy@replaced-ip )
1525 [04:14:42] *** Joins: nyuszika7h (nyuszika7h@replaced-ip )
1526 [04:14:42] *** Joins: Belial` (~joe@replaced-ip )
1527 [04:14:42] *** Joins: Robby (robby@replaced-ip )
1528 [04:14:42] *** Joins: evilroots (~roots@replaced-ip )
1529 [04:14:42] *** Joins: CamBan69 (~Cameron@replaced-ip )
1530 [04:14:42] *** Joins: rj1 (~rj1@replaced-ip )
1531 [04:14:42] *** Joins: murmeli (~pascal@replaced-ip )
1532 [04:14:42] *** Joins: Randy (randy@replaced-ip )
1533 [04:14:42] *** Joins: schweby (~quassel@replaced-ip )
1534 [04:14:42] *** Joins: knaved (~knaved@replaced-ip )
1535 [04:14:42] *** Joins: rjsalts (~rjsalts@replaced-ip )
1536 [04:14:42] *** Joins: pfoo (~pfood@replaced-ip )
1537 [04:14:42] *** Joins: aib (~aib@replaced-ip )
1538 [04:14:42] *** Joins: ratrace (~ratrace@replaced-ip )
1539 [04:14:42] *** Joins: tabakhase (tabakhase@replaced-ip )
1540 [04:14:42] *** Joins: zeroed (~admin@replaced-ip )
1541 [04:14:42] *** Joins: Mozoa (~mozoa@replaced-ip )
1542 [04:14:42] *** Joins: f0x2 (~f0x@replaced-ip )
1543 [04:14:42] *** Joins: JStoker (jstoker@replaced-ip )
1544 [04:14:42] *** Joins: TonyL (~Tony@replaced-ip )
1545 [04:14:42] *** Joins: HurricaneHarry (~quassel@replaced-ip )
1546 [04:14:42] *** Joins: Spitfire_ (spitfire@replaced-ip )
1547 [04:14:42] *** Joins: mukmuk (~mukmuk@replaced-ip )
1548 [04:14:42] *** Joins: creat (~creat@replaced-ip )
1549 [04:14:42] *** Joins: ghormoon (~ghormoon@replaced-ip )
1550 [04:14:42] *** Joins: bendem (~bendem@replaced-ip )
1551 [04:14:42] *** Joins: kdl (kdl@replaced-ip )
1552 [04:14:42] *** Joins: TadeusTaD (tadeustad@replaced-ip )
1553 [04:14:42] *** Joins: scc (~scc@replaced-ip )
1554 [04:14:42] *** Joins: croddy (cmr@replaced-ip )
1555 [04:14:42] *** Joins: beaky (~beaky@replaced-ip )
1556 [04:14:42] *** Joins: Nitori_ (~kappa@replaced-ip )
1557 [04:14:42] *** Joins: themill (~stuart@replaced-ip )
1558 [04:14:42] *** Joins: jrtc27 (~jrtc27@replaced-ip )
1559 [04:14:42] *** Joins: leachim6 (~leachim6@replaced-ip )
1560 [04:14:42] *** Joins: LeShadow (~dark@replaced-ip )
1561 [04:14:42] *** Joins: CeBe (~cebe@replaced-ip )
1562 [04:14:42] *** Joins: megatog (~megatog@replaced-ip )
1563 [04:14:42] *** Joins: waz0wski (~waz0wski@replaced-ip )
1564 [04:14:53] *** Joins: naptastic (~david@replaced-ip )
1565 [04:14:53] *** Joins: StalkerRiga (~Stalker@replaced-ip )
1566 [04:14:53] *** Joins: AimHere (~David@replaced-ip )
1567 [04:14:53] *** Joins: anon213727232 (~quassel@replaced-ip )
1568 [04:14:53] *** Joins: allorder (~allorder@replaced-ip )
1569 [04:14:53] *** Joins: SerajewelKS (~me@replaced-ip )
1570 [04:14:53] *** Joins: cryptic (~cryptic@replaced-ip )
1571 [04:14:53] *** Joins: dadinn (~dadinn@replaced-ip )
1572 [04:14:53] *** Joins: roylaprattep (~roylaprat@replaced-ip )
1573 [04:14:53] *** Joins: grummund (~unknown@replaced-ip )
1574 [04:14:53] *** Joins: RadoS (~cheater@replaced-ip )
1575 [04:14:53] *** Joins: ajeremias (~ajeremias@replaced-ip )
1576 [04:14:53] *** Joins: hke (~hke@replaced-ip )
1577 [04:14:53] *** Joins: JonJ (~jonjahren@replaced-ip )
1578 [04:14:53] *** Joins: mthe878 (~mthe@replaced-ip )
1579 [04:14:53] *** Joins: sentreen (sentreen@replaced-ip )
1580 [04:14:53] *** Joins: nvz (~user@replaced-ip )
1581 [04:14:53] *** Joins: greatgatsby (~greatgats@replaced-ip )
1582 [04:14:53] *** Joins: TrentP (~TrentP@replaced-ip )
1583 [04:14:53] *** Joins: electrostat (~dag@replaced-ip )
1584 [04:14:53] *** Joins: cheapie (cheapie@replaced-ip )
1585 [04:14:53] *** Joins: anonymip (~anonymip@replaced-ip )
1586 [04:14:53] *** Joins: deetwelv- (~deetwelve@replaced-ip )
1587 [04:14:53] *** Joins: boturk (boturk@replaced-ip )
1588 [04:14:53] *** Joins: p3lim (~p3lim@replaced-ip )
1589 [04:14:53] *** Joins: toli (~toli@replaced-ip )
1590 [04:14:53] *** Joins: TheAvatar (TheAvatar@replaced-ip )
1591 [04:14:53] *** Joins: ekaj (~ekaj@replaced-ip )
1592 [04:14:53] *** Joins: magyar (~magyar@replaced-ip )
1593 [04:14:53] *** Joins: valerius (~valerius@replaced-ip )
1594 [04:14:53] *** Joins: nmg (~nmg@replaced-ip )
1595 [04:14:53] *** Joins: morph (~matrixirc@replaced-ip )
1596 [04:14:53] *** Joins: Lovepump (~grant@replaced-ip )
1597 [04:14:53] *** Joins: hisacro (~OBSD@replaced-ip )
1598 [04:14:53] *** Joins: Amun_Ra (~amun-ra@replaced-ip )
1599 [04:14:53] *** Joins: ibex (~ibex@replaced-ip )
1600 [04:14:53] *** Joins: z14 (~alzee@replaced-ip )
1601 [04:14:53] *** Joins: Voldenet (~Voldenet@replaced-ip )
1602 [04:14:53] *** Joins: stoffepojken (stoffe@replaced-ip )
1603 [04:14:53] *** Joins: Cecil (~cecil@replaced-ip )
1604 [04:14:53] *** Joins: wodencafe (wodencafe@replaced-ip )
1605 [04:14:53] *** Joins: syneardwin (~ellisgeek@replaced-ip )
1606 [04:14:53] *** Joins: TheCryptek (~TheCrypte@replaced-ip )
1607 [04:14:53] *** Joins: Stx (~stx@replaced-ip )
1608 [04:14:53] *** Joins: epsilonKNOT (~epsilonKN@replaced-ip )
1609 [04:14:53] *** Joins: Pidgeotto (drowsyivy@replaced-ip )
1610 [04:14:53] *** Joins: ravioli (~ravioli@replaced-ip )
1611 [04:14:53] *** Joins: Dragon092 (~Dragon@replaced-ip )
1612 [04:14:53] *** Joins: HyP3r (~HyP3r@replaced-ip )
1613 [04:14:53] *** Joins: kloeri (~kloeri@replaced-ip )
1614 [04:14:53] *** Joins: madmattco (~kimjongil@replaced-ip )
1615 [04:14:53] *** Joins: Voxel (~v7@replaced-ip )
1616 [04:15:03] *** Quits: naptastic (~david@replaced-ip ) (*.net *.split)
1617 [04:15:03] *** Quits: StalkerRiga (~Stalker@replaced-ip ) (*.net *.split)
1618 [04:15:03] *** Quits: AimHere (~David@replaced-ip ) (*.net *.split)
1619 [04:15:03] *** Quits: allorder (~allorder@replaced-ip ) (*.net *.split)
1620 [04:15:03] *** Quits: SerajewelKS (~me@replaced-ip ) (*.net *.split)
1621 [04:15:03] *** Quits: cryptic (~cryptic@replaced-ip ) (*.net *.split)
1622 [04:15:03] *** Quits: dadinn (~dadinn@replaced-ip ) (*.net *.split)
1623 [04:15:03] *** Quits: roylaprattep (~roylaprat@replaced-ip ) (*.net *.split)
1624 [04:15:03] *** Quits: grummund (~unknown@replaced-ip ) (*.net *.split)
1625 [04:15:03] *** Quits: RadoS (~cheater@replaced-ip ) (*.net *.split)
1626 [04:15:03] *** Quits: ajeremias (~ajeremias@replaced-ip ) (*.net *.split)
1627 [04:15:04] *** Quits: hke (~hke@replaced-ip ) (*.net *.split)
1628 [04:15:04] *** Quits: anon213727232 (~quassel@replaced-ip ) (*.net *.split)
1629 [04:15:04] *** Quits: JonJ (~jonjahren@replaced-ip ) (*.net *.split)
1630 [04:15:04] *** Quits: mthe878 (~mthe@replaced-ip ) (*.net *.split)
1631 [04:15:04] *** Quits: sentreen (sentreen@replaced-ip ) (*.net *.split)
1632 [04:15:04] *** Quits: greatgatsby (~greatgats@replaced-ip ) (*.net *.split)
1633 [04:15:04] *** Quits: TrentP (~TrentP@replaced-ip ) (*.net *.split)
1634 [04:15:04] *** Quits: nvz (~user@replaced-ip ) (*.net *.split)
1635 [04:15:04] *** Quits: anonymip (~anonymip@replaced-ip ) (*.net *.split)
1636 [04:15:04] *** Quits: cheapie (cheapie@replaced-ip ) (*.net *.split)
1637 [04:15:04] *** Quits: electrostat (~dag@replaced-ip ) (*.net *.split)
1638 [04:15:04] *** Quits: deetwelv- (~deetwelve@replaced-ip ) (*.net *.split)
1639 [04:15:04] *** Quits: boturk (boturk@replaced-ip ) (*.net *.split)
1640 [04:15:04] *** Quits: p3lim (~p3lim@replaced-ip ) (*.net *.split)
1641 [04:15:04] *** Quits: toli (~toli@replaced-ip ) (*.net *.split)
1642 [04:15:04] *** Quits: magyar (~magyar@replaced-ip ) (*.net *.split)
1643 [04:15:04] *** Quits: valerius (~valerius@replaced-ip ) (*.net *.split)
1644 [04:15:04] *** Quits: morph (~matrixirc@replaced-ip ) (*.net *.split)
1645 [04:15:04] *** Quits: nmg (~nmg@replaced-ip ) (*.net *.split)
1646 [04:15:04] *** Quits: Lovepump (~grant@replaced-ip ) (*.net *.split)
1647 [04:15:04] *** Quits: TheAvatar (TheAvatar@replaced-ip ) (*.net *.split)
1648 [04:15:04] *** Quits: hisacro (~OBSD@replaced-ip ) (*.net *.split)
1649 [04:15:04] *** Quits: Amun_Ra (~amun-ra@replaced-ip ) (*.net *.split)
1650 [04:15:04] *** Quits: ibex (~ibex@replaced-ip ) (*.net *.split)
1651 [04:15:04] *** Quits: z14 (~alzee@replaced-ip ) (*.net *.split)
1652 [04:15:04] *** Quits: Voldenet (~Voldenet@replaced-ip ) (*.net *.split)
1653 [04:15:04] *** Quits: stoffepojken (stoffe@replaced-ip ) (*.net *.split)
1654 [04:15:04] *** Quits: Cecil (~cecil@replaced-ip ) (*.net *.split)
1655 [04:15:04] *** Quits: syneardwin (~ellisgeek@replaced-ip ) (*.net *.split)
1656 [04:15:04] *** Quits: TheCryptek (~TheCrypte@replaced-ip ) (*.net *.split)
1657 [04:15:04] *** Quits: Stx (~stx@replaced-ip ) (*.net *.split)
1658 [04:15:04] *** Quits: epsilonKNOT (~epsilonKN@replaced-ip ) (*.net *.split)
1659 [04:15:04] *** Quits: Pidgeotto (drowsyivy@replaced-ip ) (*.net *.split)
1660 [04:15:04] *** Quits: ekaj (~ekaj@replaced-ip ) (*.net *.split)
1661 [04:15:04] *** Quits: wodencafe (wodencafe@replaced-ip ) (*.net *.split)
1662 [04:15:04] *** Quits: ravioli (~ravioli@replaced-ip ) (*.net *.split)
1663 [04:15:04] *** Quits: Dragon092 (~Dragon@replaced-ip ) (*.net *.split)
1664 [04:15:04] *** Quits: HyP3r (~HyP3r@replaced-ip ) (*.net *.split)
1665 [04:15:04] *** Quits: kloeri (~kloeri@replaced-ip ) (*.net *.split)
1666 [04:15:04] *** Quits: madmattco (~kimjongil@replaced-ip ) (*.net *.split)
1667 [04:15:04] *** Quits: Voxel (~v7@replaced-ip ) (*.net *.split)
1668 [04:15:04] *** Quits: kawaiipunk (~from@replaced-ip ) (*.net *.split)
1669 [04:15:04] *** Quits: Regor (~Rod@replaced-ip ) (*.net *.split)
1670 [04:15:04] *** Quits: hassoon (~hassoon@replaced-ip ) (*.net *.split)
1671 [04:15:04] *** Quits: bolt (~r00t@replaced-ip ) (*.net *.split)
1672 [04:15:04] *** Quits: Thalian (~quassel@replaced-ip ) (*.net *.split)
1673 [04:15:04] *** Quits: Telcoguy (~quassel@replaced-ip ) (*.net *.split)
1674 [04:15:04] *** Quits: Aristide (~quassel@replaced-ip ) (*.net *.split)
1675 [04:15:04] *** Quits: Colti (Miramar-FL@replaced-ip ) (*.net *.split)
1676 [04:15:04] *** Quits: exceptionz (~exception@replaced-ip ) (*.net *.split)
1677 [04:15:04] *** Quits: esran_ (~esran@replaced-ip ) (*.net *.split)
1678 [04:15:04] *** Quits: kisser (null@replaced-ip ) (*.net *.split)
1679 [04:15:04] *** Quits: eigenfire (~eigenfire@replaced-ip ) (*.net *.split)
1680 [04:15:04] *** Quits: Zppix (uid182351@replaced-ip ) (*.net *.split)
1681 [04:15:04] *** Quits: jjakob (~quassel@replaced-ip ) (*.net *.split)
1682 [04:15:04] *** Quits: Texou (~Texou@replaced-ip ) (*.net *.split)
1683 [04:15:04] *** Quits: montyboy (sid333652@replaced-ip ) (*.net *.split)
1684 [04:15:04] *** Quits: pvoigt (~Linux@replaced-ip ) (*.net *.split)
1685 [04:15:04] *** Quits: irick (sid1585@replaced-ip ) (*.net *.split)
1686 [04:15:04] *** Quits: dftxbs3e (~dftxbs3e@replaced-ip ) (*.net *.split)
1687 [04:15:04] *** Quits: 18WAA1ULD (Y@replaced-ip ) (*.net *.split)
1688 [04:15:05] *** Quits: noahmg123 (sid89117@replaced-ip ) (*.net *.split)
1689 [04:15:05] *** Quits: ayekat (~ayekat@replaced-ip ) (*.net *.split)
1690 [04:15:05] *** Quits: sn00p (uid454604@replaced-ip ) (*.net *.split)
1691 [04:15:05] *** Quits: djanos (~djanos@replaced-ip ) (*.net *.split)
1692 [04:15:05] *** Quits: sponix2ipfw (uid273627@replaced-ip ) (*.net *.split)
1693 [04:15:05] *** Quits: Manouchehri (sid384576@replaced-ip ) (*.net *.split)
1694 [04:15:05] *** Quits: Deihmos (uid212731@replaced-ip ) (*.net *.split)
1695 [04:15:05] *** Quits: astra (sid289983@replaced-ip ) (*.net *.split)
1696 [04:15:05] *** Quits: cryptodan_mobile (sid24065@replaced-ip ) (*.net *.split)
1697 [04:15:05] *** Quits: Raito_Bezarius (~Raito_Bez@replaced-ip ) (*.net *.split)
1698 [04:15:05] *** Quits: Gurty (~princess@replaced-ip ) (*.net *.split)
1699 [04:15:05] *** Quits: ohnx (~ohnx@replaced-ip ) (*.net *.split)
1700 [04:15:05] *** Quits: Optic (sid178015@replaced-ip ) (*.net *.split)
1701 [04:15:05] *** Quits: p0358 (p0358@replaced-ip ) (*.net *.split)
1702 [04:15:05] *** Quits: openJ (sid276354@replaced-ip ) (*.net *.split)
1703 [04:15:05] *** Quits: squarebracket (~root@replaced-ip ) (*.net *.split)
1704 [04:15:05] *** Quits: systemdave (dmonschein@replaced-ip ) (*.net *.split)
1705 [04:15:05] *** Quits: gangstacat (~gangstaca@replaced-ip ) (*.net *.split)
1706 [04:15:05] *** Quits: djakov (~djakov@replaced-ip ) (*.net *.split)
1707 [04:15:05] *** Quits: TimWolla (~timwolla@replaced-ip ) (*.net *.split)
1708 [04:15:05] *** Quits: dondelelcaro (don@replaced-ip ) (*.net *.split)
1709 [04:15:05] *** Quits: krack (~krack@replaced-ip ) (*.net *.split)
1710 [04:15:05] *** Quits: breitenj (~breitenj@replaced-ip ) (*.net *.split)
1711 [04:15:05] *** Quits: Remy^ (~remy@replaced-ip ) (*.net *.split)
1712 [04:15:05] *** Quits: nyuszika7h (nyuszika7h@replaced-ip ) (*.net *.split)
1713 [04:15:05] *** Quits: Belial` (~joe@replaced-ip ) (*.net *.split)
1714 [04:15:05] *** Quits: Robby (robby@replaced-ip ) (*.net *.split)
1715 [04:15:05] *** Quits: evilroots (~roots@replaced-ip ) (*.net *.split)
1716 [04:15:05] *** Quits: CamBan69 (~Cameron@replaced-ip ) (*.net *.split)
1717 [04:15:05] *** Quits: rj1 (~rj1@replaced-ip ) (*.net *.split)
1718 [04:15:05] *** Quits: murmeli (~pascal@replaced-ip ) (*.net *.split)
1719 [04:15:05] *** Quits: Randy (randy@replaced-ip ) (*.net *.split)
1720 [04:15:05] *** Quits: knaved (~knaved@replaced-ip ) (*.net *.split)
1721 [04:15:05] *** Quits: schweby (~quassel@replaced-ip ) (*.net *.split)
1722 [04:15:05] *** Quits: rjsalts (~rjsalts@replaced-ip ) (*.net *.split)
1723 [04:15:05] *** Quits: aib (~aib@replaced-ip ) (*.net *.split)
1724 [04:15:05] *** Quits: ratrace (~ratrace@replaced-ip ) (*.net *.split)
1725 [04:15:05] *** Quits: tabakhase (tabakhase@replaced-ip ) (*.net *.split)
1726 [04:15:05] *** Quits: Mozoa (~mozoa@replaced-ip ) (*.net *.split)
1727 [04:15:05] *** Quits: f0x2 (~f0x@replaced-ip ) (*.net *.split)
1728 [04:15:05] *** Quits: JStoker (jstoker@replaced-ip ) (*.net *.split)
1729 [04:15:05] *** Quits: TonyL (~Tony@replaced-ip ) (*.net *.split)
1730 [04:15:05] *** Quits: zeroed (~admin@replaced-ip ) (*.net *.split)
1731 [04:15:05] *** Quits: HurricaneHarry (~quassel@replaced-ip ) (*.net *.split)
1732 [04:15:05] *** Quits: pfoo (~pfood@replaced-ip ) (*.net *.split)
1733 [04:15:05] *** Quits: Spitfire_ (spitfire@replaced-ip ) (*.net *.split)
1734 [04:15:05] *** Quits: mukmuk (~mukmuk@replaced-ip ) (*.net *.split)
1735 [04:15:05] *** Quits: creat (~creat@replaced-ip ) (*.net *.split)
1736 [04:15:05] *** Quits: ghormoon (~ghormoon@replaced-ip ) (*.net *.split)
1737 [04:15:05] *** Quits: bendem (~bendem@replaced-ip ) (*.net *.split)
1738 [04:15:05] *** Quits: kdl (kdl@replaced-ip ) (*.net *.split)
1739 [04:15:05] *** Quits: TadeusTaD (tadeustad@replaced-ip ) (*.net *.split)
1740 [04:15:05] *** Quits: scc (~scc@replaced-ip ) (*.net *.split)
1741 [04:15:05] *** Quits: croddy (cmr@replaced-ip ) (*.net *.split)
1742 [04:15:05] *** Quits: beaky (~beaky@replaced-ip ) (*.net *.split)
1743 [04:15:05] *** Quits: Nitori_ (~kappa@replaced-ip ) (*.net *.split)
1744 [04:15:05] *** Quits: themill (~stuart@replaced-ip ) (*.net *.split)
1745 [04:15:05] *** Quits: jrtc27 (~jrtc27@replaced-ip ) (*.net *.split)
1746 [04:15:05] *** Quits: xvilka (~xvilka@replaced-ip ) (*.net *.split)
1747 [04:15:05] *** Quits: leachim6 (~leachim6@replaced-ip ) (*.net *.split)
1748 [04:15:05] *** Quits: LeShadow (~dark@replaced-ip ) (*.net *.split)
1749 [04:15:05] *** Quits: CeBe (~cebe@replaced-ip ) (*.net *.split)
1750 [04:15:05] *** Quits: megatog (~megatog@replaced-ip ) (*.net *.split)
1751 [04:15:05] *** Quits: waz0wski (~waz0wski@replaced-ip ) (*.net *.split)
1752 [04:15:06] *** Quits: nsrafk (nsrafk@replaced-ip ) (*.net *.split)
1753 [04:15:06] *** Quits: FightingFalcon (~ff@replaced-ip ) (*.net *.split)
1754 [04:15:06] *** Quits: chapipo (sid412217@replaced-ip ) (*.net *.split)
1755 [04:15:06] *** Quits: zymurgy (~zymurgy@replaced-ip ) (*.net *.split)
1756 [04:15:06] *** Quits: meggie (~meggie@replaced-ip ) (*.net *.split)
1757 [04:15:06] *** Quits: atlas (~atlas@replaced-ip ) (*.net *.split)
1758 [04:15:06] *** Quits: DK2 (~DK2@replaced-ip ) (*.net *.split)
1759 [04:15:06] *** Quits: dudz (znc@replaced-ip ) (*.net *.split)
1760 [04:15:06] *** Quits: debchange (~debchange@replaced-ip ) (*.net *.split)
1761 [04:15:06] *** Quits: cg505 (~cg505@replaced-ip ) (*.net *.split)
1762 [04:15:06] *** Quits: Zharf (~eclipser@replaced-ip ) (*.net *.split)
1763 [04:15:06] *** Quits: gusnan (~gusnan@replaced-ip ) (*.net *.split)
1764 [04:15:06] *** Quits: Jdbye (~furry4lif@replaced-ip ) (*.net *.split)
1765 [04:15:06] *** Quits: ilmostro (~ilmostro@replaced-ip ) (*.net *.split)
1766 [04:15:06] *** Quits: fpob (~fpob@replaced-ip ) (*.net *.split)
1767 [04:15:06] *** Quits: blowry (~blowry@replaced-ip ) (*.net *.split)
1768 [04:15:06] *** Quits: nkuttler (~nkuttler@replaced-ip ) (*.net *.split)
1769 [04:15:06] *** Quits: Cerise (~jerry@replaced-ip ) (*.net *.split)
1770 [04:15:06] *** Quits: tarzeau (~alex@replaced-ip ) (*.net *.split)
1771 [04:15:06] *** Quits: nebunez (~user@replaced-ip ) (*.net *.split)
1772 [04:15:06] *** Quits: rany (99c1d81a73@replaced-ip ) (*.net *.split)
1773 [04:15:06] *** Quits: tsal (~tsal@replaced-ip ) (*.net *.split)
1774 [04:15:06] *** Quits: danwellby (~danwellby@replaced-ip ) (*.net *.split)
1775 [04:15:06] *** Quits: mibo (~mibo@replaced-ip ) (*.net *.split)
1776 [04:15:06] *** Quits: DJDan_ (~DJDan@replaced-ip ) (*.net *.split)
1777 [04:15:06] *** Quits: Posterdati (~posterdat@replaced-ip ) (*.net *.split)
1778 [04:15:06] *** Quits: lewie67[p] (~lewie67p]@replaced-ip ) (*.net *.split)
1779 [04:15:06] *** Quits: Battaglin (~rss@replaced-ip ) (*.net *.split)
1780 [04:15:06] *** Quits: wallacer3 (~quassel@replaced-ip ) (*.net *.split)
1781 [04:15:06] *** Quits: nicole (ilbelkyr@replaced-ip ) (*.net *.split)
1782 [04:15:06] *** Quits: doric (~doric@replaced-ip ) (*.net *.split)
1783 [04:15:06] *** Quits: XORed_ (xored@replaced-ip ) (*.net *.split)
1784 [04:15:06] *** Quits: areisp (~ars@replaced-ip ) (*.net *.split)
1785 [04:15:06] *** Quits: tdn (~tdn@replaced-ip ) (*.net *.split)
1786 [04:15:06] *** Quits: Mad_Hat (~Mad_Hat@replaced-ip ) (*.net *.split)
1787 [04:15:06] *** Quits: joze (~joze@replaced-ip ) (*.net *.split)
1788 [04:15:06] *** Quits: yuriii (~yurii@replaced-ip ) (*.net *.split)
1789 [04:15:06] *** Quits: x10 (~x10@replaced-ip ) (*.net *.split)
1790 [04:15:06] *** Quits: Decobus (~quassel@replaced-ip ) (*.net *.split)
1791 [04:15:06] *** Quits: d1b (~db@replaced-ip ) (*.net *.split)
1792 [04:15:06] *** Quits: Azrael_- (~aweoi@replaced-ip ) (*.net *.split)
1793 [04:15:06] *** Quits: jtdowney (~jtdowney@replaced-ip ) (*.net *.split)
1794 [04:15:06] *** Quits: radkos (~radkos@replaced-ip ) (*.net *.split)
1795 [04:15:06] *** Quits: epsilon (foobar@replaced-ip ) (*.net *.split)
1796 [04:15:06] *** Quits: Exagone313 (exa@replaced-ip ) (*.net *.split)
1797 [04:15:06] *** Quits: Ruint (Ruint@replaced-ip ) (*.net *.split)
1798 [04:15:06] *** Quits: exezin (~exezin@replaced-ip ) (*.net *.split)
1799 [04:15:06] *** Quits: Highdude (~lol@replaced-ip ) (*.net *.split)
1800 [04:15:06] *** Quits: Mikail (~smuxi@replaced-ip ) (*.net *.split)
1801 [04:15:06] *** Quits: jasperarcola (~JasperArc@replaced-ip ) (*.net *.split)
1802 [04:15:06] *** Quits: d3vlin (~d3vlin@replaced-ip ) (*.net *.split)
1803 [04:15:06] *** Quits: absinthe (~absinthe@replaced-ip ) (*.net *.split)
1804 [04:15:06] *** Quits: Kobaz (~kobaz@replaced-ip ) (*.net *.split)
1805 [04:15:06] *** Quits: unborn (~ugly@replaced-ip ) (*.net *.split)
1806 [04:15:06] *** Quits: tempora (~tempus@replaced-ip ) (*.net *.split)
1807 [04:15:06] *** Quits: c0pt (~c0pt@replaced-ip ) (*.net *.split)
1808 [04:15:06] *** Quits: TW1920 (~quassel@replaced-ip ) (*.net *.split)
1809 [04:15:06] *** Quits: JustTheDoctor (~iam@replaced-ip ) (*.net *.split)
1810 [04:15:06] *** Quits: JyZyXEL (~foo@replaced-ip ) (*.net *.split)
1811 [04:15:06] *** Quits: |aaron_ (~|aaron@replaced-ip ) (*.net *.split)
1812 [04:15:06] *** Quits: oskie (usel@replaced-ip ) (*.net *.split)
1813 [04:15:06] *** Quits: shiin (~shiin@replaced-ip ) (*.net *.split)
1814 [04:15:06] *** Quits: percY- (~percY@replaced-ip ) (*.net *.split)
1815 [04:15:06] *** Quits: rmacd (~rmacd@replaced-ip ) (*.net *.split)
1816 [04:15:06] *** Quits: kevr (~kevr@replaced-ip ) (*.net *.split)
1817 [04:15:07] *** Quits: cybrNaut (~cybrNaut@replaced-ip ) (*.net *.split)
1818 [04:15:07] *** Quits: tabb (tabb@replaced-ip ) (*.net *.split)
1819 [04:15:07] *** Quits: sidv (sidv@replaced-ip ) (*.net *.split)
1820 [04:15:07] *** Quits: Messenger_bird (~banana@replaced-ip ) (*.net *.split)
1821 [04:15:07] *** Quits: Someguy123 (~someguy@replaced-ip ) (*.net *.split)
1822 [04:15:07] *** Quits: pierrot (~pi@replaced-ip ) (*.net *.split)
1823 [04:15:07] *** Quits: neoclust (~neoclust@replaced-ip ) (*.net *.split)
1824 [04:15:07] *** Quits: antto (~pewpew@replaced-ip ) (*.net *.split)
1825 [04:15:07] *** Quits: nyaomi (~naomi@replaced-ip ) (*.net *.split)
1826 [04:15:07] *** Quits: DLange (~DLange@replaced-ip ) (*.net *.split)
1827 [04:15:07] *** Quits: paradigm (~paradigm@replaced-ip ) (*.net *.split)
1828 [04:15:07] *** Quits: Yukikaze (~Yuki@replaced-ip ) (*.net *.split)
1829 [04:15:07] *** Quits: oznt (~oznt@replaced-ip ) (*.net *.split)
1830 [04:15:07] *** Quits: DarkaMaul (~ac@replaced-ip ) (*.net *.split)
1831 [04:15:07] *** Quits: mdk (~mdk@replaced-ip ) (*.net *.split)
1832 [04:15:07] *** Quits: mr_yogurt (~mr_yogurt@replaced-ip ) (*.net *.split)
1833 [04:15:07] *** Quits: wmascl (~sdfsjdf20@replaced-ip ) (*.net *.split)
1834 [04:15:07] *** Quits: Guest98236 (~kko@replaced-ip ) (*.net *.split)
1835 [04:15:07] *** Quits: blu2 (~blu@replaced-ip ) (*.net *.split)
1836 [04:15:07] *** Quits: ephemer0l_ (~ephemer0l@replaced-ip ) (*.net *.split)
1837 [04:15:07] *** Quits: Gazooo (~Gazooo@replaced-ip ) (*.net *.split)
1838 [04:15:07] *** Quits: p4xz (~p4xz@replaced-ip ) (*.net *.split)
1839 [04:15:07] *** Quits: Mathisen (~mathisen@replaced-ip ) (*.net *.split)
1840 [04:15:07] *** Quits: JerryXiao (~JerryXiao@replaced-ip ) (*.net *.split)
1841 [04:15:07] *** Quits: gigetoo (~gigetoo@replaced-ip ) (*.net *.split)
1842 [04:15:07] *** Quits: Benett (~Benett@replaced-ip ) (*.net *.split)
1843 [04:15:07] *** Quits: Nnavd (~Nnavd@replaced-ip ) (*.net *.split)
1844 [04:15:07] *** Quits: holgersson (~quassel@replaced-ip ) (*.net *.split)
1845 [04:15:07] *** Quits: blueness (~blueness@replaced-ip ) (*.net *.split)
1846 [04:15:07] *** Quits: maple_twig (~maple_twi@replaced-ip ) (*.net *.split)
1847 [04:15:07] *** Quits: Namarrgon (~Namarrgon@replaced-ip ) (*.net *.split)
1848 [04:15:07] *** Quits: _anb (~anb@replaced-ip ) (*.net *.split)
1849 [04:15:07] *** Quits: f8e4 (~user@replaced-ip ) (*.net *.split)
1850 [04:15:07] *** Quits: udet (~RalphBa@replaced-ip ) (*.net *.split)
1851 [04:15:07] *** Quits: xi (~quassel@replaced-ip ) (*.net *.split)
1852 [04:15:07] *** Quits: VoidFox (voidfox@replaced-ip ) (*.net *.split)
1853 [04:15:07] *** Quits: abeniis (~Abeniis@replaced-ip ) (*.net *.split)
1854 [04:15:07] *** Quits: riex (riex@replaced-ip ) (*.net *.split)
1855 [04:15:07] *** Quits: ttrs (~ttrs@replaced-ip ) (*.net *.split)
1856 [04:15:07] *** Quits: arbogt (~quassel@replaced-ip ) (*.net *.split)
1857 [04:15:07] *** Quits: WizJin (~WizJin@replaced-ip ) (*.net *.split)
1858 [04:15:07] *** Quits: benaiah (~benaiah@replaced-ip ) (*.net *.split)
1859 [04:15:07] *** Quits: Diezel (~mahellma@replaced-ip ) (*.net *.split)
1860 [04:15:07] *** Quits: Emmanuel_Chanel (~Emmanuel_@replaced-ip ) (*.net *.split)
1861 [04:15:07] *** Quits: edi (~e@replaced-ip ) (*.net *.split)
1862 [04:15:07] *** Quits: antoine (~antoine@replaced-ip ) (*.net *.split)
1863 [04:15:07] *** Quits: nahanil (~nahanil@replaced-ip ) (*.net *.split)
1864 [04:15:07] *** Quits: klaas (~klaas@replaced-ip ) (*.net *.split)
1865 [04:15:07] *** Quits: Kohlrabi (~kohlrabi@replaced-ip ) (*.net *.split)
1866 [04:15:07] *** Quits: cef (~cef@replaced-ip ) (*.net *.split)
1867 [04:15:07] *** Quits: Whiskey (~Whiskey@replaced-ip ) (*.net *.split)
1868 [04:15:07] *** Quits: mason (~mason@replaced-ip ) (*.net *.split)
1869 [04:15:07] *** Quits: krah (~krah@replaced-ip ) (*.net *.split)
1870 [04:15:07] *** Quits: CME (~CME@replaced-ip ) (*.net *.split)
1871 [04:15:07] *** Quits: Scotteh (~Scotteh@replaced-ip ) (*.net *.split)
1872 [04:15:08] *** Quits: mutante (foobar@replaced-ip ) (*.net *.split)
1873 [04:15:08] *** Quits: trewas (~trewas@replaced-ip ) (*.net *.split)
1874 [04:15:08] *** Quits: wingedrhino (~quassel@replaced-ip ) (*.net *.split)
1875 [04:15:08] *** Quits: badpixel (~badpixel@replaced-ip ) (*.net *.split)
1876 [04:15:08] *** Quits: shann (~quassel@replaced-ip ) (*.net *.split)
1877 [04:15:08] *** Quits: azrazalea (~azrazalea@replaced-ip ) (*.net *.split)
1878 [04:15:08] *** Quits: Rockj (~rockj@replaced-ip ) (*.net *.split)
1879 [04:15:08] *** Quits: sussudio (~sussudio@replaced-ip ) (*.net *.split)
1880 [04:15:08] *** Quits: willcl_ark (~quassel@replaced-ip ) (*.net *.split)
1881 [04:15:08] *** Quits: blueingress (~pp_of_mm@replaced-ip ) (*.net *.split)
1882 [04:15:08] *** Quits: rsully (~rsully@replaced-ip ) (*.net *.split)
1883 [04:15:08] *** Quits: tomaw (tom@replaced-ip ) (*.net *.split)
1884 [04:15:08] *** Quits: babilen5 (~babilen@replaced-ip ) (*.net *.split)
1885 [04:15:08] *** Quits: kryo_ (~kryo@replaced-ip ) (*.net *.split)
1886 [04:15:08] *** Quits: stivo (stivo@replaced-ip ) (*.net *.split)
1887 [04:15:08] *** Quits: pikolinosimo (~testos@replaced-ip ) (*.net *.split)
1888 [04:15:08] *** Quits: juhop (~anon@replaced-ip ) (*.net *.split)
1889 [04:15:08] *** Quits: bananas (~bananas@replaced-ip ) (*.net *.split)
1890 [04:15:08] *** Quits: leorat (~leorat@replaced-ip ) (*.net *.split)
1891 [04:15:08] *** Quits: luna (~Lunateris@replaced-ip ) (*.net *.split)
1892 [04:15:08] *** Quits: heiner_ (~heiner@replaced-ip ) (*.net *.split)
1893 [04:15:08] *** Quits: halvors (~Thunderbi@replaced-ip ) (*.net *.split)
1894 [04:15:08] *** Quits: UndeadLeech (~UndeadLee@replaced-ip ) (*.net *.split)
1895 [04:15:08] *** Quits: xet7 (~xet7@replaced-ip ) (*.net *.split)
1896 [04:15:08] *** Quits: phorce1 (~gvl2@replaced-ip ) (*.net *.split)
1897 [04:15:08] *** Quits: annadane (~annadane@replaced-ip ) (*.net *.split)
1898 [04:15:08] *** Quits: stnly (~stnly@replaced-ip ) (*.net *.split)
1899 [04:15:08] *** Quits: dselect (~dselect@replaced-ip ) (*.net *.split)
1900 [04:15:08] *** Quits: ayew (~ayew@replaced-ip ) (*.net *.split)
1901 [04:15:08] *** Quits: smidlers (smyers@replaced-ip ) (*.net *.split)
1902 [04:15:08] *** Quits: lead_pipe23 (~Lead@replaced-ip ) (*.net *.split)
1903 [04:15:08] *** Quits: nullheroes (~danielvu@replaced-ip ) (*.net *.split)
1904 [04:15:08] *** Quits: {41444d494e} (~kvirc@replaced-ip ) (*.net *.split)
1905 [04:15:08] *** Quits: coruja (~coruja@replaced-ip ) (*.net *.split)
1906 [04:15:08] *** Quits: tinfoil-hat (~chrissly@replaced-ip ) (*.net *.split)
1907 [04:15:08] *** Quits: hobbanero (~hobbanero@replaced-ip ) (*.net *.split)
1908 [04:15:08] *** Quits: Orcs53 (~Orcs53@replaced-ip ) (*.net *.split)
1909 [04:15:08] *** Quits: jeweet_ (jeweet_@replaced-ip ) (*.net *.split)
1910 [04:15:08] *** Quits: ijurisic (~ijurisic@replaced-ip ) (*.net *.split)
1911 [04:15:08] *** Quits: Apeiron` (~Apeiron@replaced-ip ) (*.net *.split)
1912 [04:15:08] *** Quits: luz1 (~luz1@replaced-ip ) (*.net *.split)
1913 [04:15:08] *** Quits: uxfi (~uxfi@replaced-ip ) (*.net *.split)
1914 [04:15:08] *** Quits: foul_owl_ (~foul_owl@replaced-ip ) (*.net *.split)
1915 [04:15:08] *** Quits: x0n (~x0n@replaced-ip ) (*.net *.split)
1916 [04:15:08] *** Quits: daniel-s (~daniel-s@replaced-ip ) (*.net *.split)
1917 [04:15:08] *** Quits: blazeme8 (~blazeme8@replaced-ip ) (*.net *.split)
1918 [04:15:08] *** Quits: StathisA (~StathisA@replaced-ip ) (*.net *.split)
1919 [04:15:08] *** Quits: plantroon (~plantroon@replaced-ip ) (*.net *.split)
1920 [04:15:08] *** Quits: njka (~njka@replaced-ip ) (*.net *.split)
1921 [04:15:08] *** Quits: television (~alex@replaced-ip ) (*.net *.split)
1922 [04:15:08] *** Quits: Arrowmaster (~Arrowmast@replaced-ip ) (*.net *.split)
1923 [04:15:08] *** Quits: JohnDoh (~jeff@replaced-ip ) (*.net *.split)
1924 [04:15:08] *** Quits: sputnik (kli0rf@replaced-ip ) (*.net *.split)
1925 [04:15:08] *** Quits: fiet (~nobody@replaced-ip ) (*.net *.split)
1926 [04:15:08] *** Quits: d3sync (~d3sync@replaced-ip ) (*.net *.split)
1927 [04:15:08] *** Quits: alx^ (~alx^@replaced-ip ) (*.net *.split)
1928 [04:15:08] *** Quits: drcd (~drcd@replaced-ip ) (*.net *.split)
1929 [04:15:08] *** Quits: Zardoz (~Zardoz@replaced-ip ) (*.net *.split)
1930 [04:15:08] *** Quits: zululee_ (~zululee@replaced-ip ) (*.net *.split)
1931 [04:15:08] *** Quits: PipeItToDevNull (~PipeItToD@replaced-ip ) (*.net *.split)
1932 [04:15:08] *** Quits: Devastator (~devas@replaced-ip ) (*.net *.split)
1933 [04:15:08] *** Quits: meti (~meti@replaced-ip ) (*.net *.split)
1934 [04:15:08] *** Quits: luna_is_here (~quassel@replaced-ip ) (*.net *.split)
1935 [04:15:08] *** Quits: Unit193 (ukikie@replaced-ip ) (*.net *.split)
1936 [04:15:08] *** Quits: enoch85 (~enoch85@replaced-ip ) (*.net *.split)
1937 [04:15:08] *** Quits: Plan_IX (~P9@replaced-ip ) (*.net *.split)
1938 [04:15:08] *** Quits: JakeSays (~jake@replaced-ip ) (*.net *.split)
1939 [04:15:08] *** Quits: Zauberfisch (~Zauberfis@replaced-ip ) (*.net *.split)
1940 [04:15:08] *** Quits: dfch (~dfch@replaced-ip ) (*.net *.split)
1941 [04:15:08] *** Quits: qubenix (~qubenix@replaced-ip ) (*.net *.split)
1942 [04:15:08] *** Quits: moetunes (~Jean-luc@replaced-ip ) (*.net *.split)
1943 [04:15:08] *** Quits: veikko (veikko@replaced-ip ) (*.net *.split)
1944 [04:15:08] *** Quits: QcR20 (~QcR@replaced-ip ) (*.net *.split)
1945 [04:15:08] *** Quits: benf (benf2004@replaced-ip ) (*.net *.split)
1946 [04:15:09] *** Quits: snooky (~snooky@replaced-ip ) (*.net *.split)
1947 [04:15:09] *** Quits: hemimaniac (~hemimania@replaced-ip ) (*.net *.split)
1948 [04:15:09] *** Quits: walnut_burl (~oak@replaced-ip ) (*.net *.split)
1949 [04:15:09] *** Quits: jmcnaught (~jeremy@replaced-ip ) (*.net *.split)
1950 [04:15:09] *** Quits: pacbard (~pacbard@replaced-ip ) (*.net *.split)
1951 [04:15:09] *** Quits: lad (~swedishfi@replaced-ip ) (*.net *.split)
1952 [04:15:09] *** Quits: ponyofdeath (~vladi@replaced-ip ) (*.net *.split)
1953 [04:15:09] *** Quits: CrypticSquared (~CrypticS_@replaced-ip ) (*.net *.split)
1954 [04:15:09] *** Quits: Katana_Steel (~quassel@replaced-ip ) (*.net *.split)
1955 [04:15:09] *** Quits: devfx11 (~y@replaced-ip ) (*.net *.split)
1956 [04:15:09] *** Quits: gpeskens (~gijs@replaced-ip ) (*.net *.split)
1957 [04:15:09] *** Quits: PaulePanter (~paul@replaced-ip ) (*.net *.split)
1958 [04:15:09] *** Quits: barhom (~barhom@replaced-ip ) (*.net *.split)
1959 [04:15:09] *** Quits: beardface (~bearface@replaced-ip ) (*.net *.split)
1960 [04:15:09] *** Quits: Swant (swant@replaced-ip ) (*.net *.split)
1961 [04:15:09] *** Quits: kevinsan (~kevinsan@replaced-ip ) (*.net *.split)
1962 [04:15:09] *** Quits: fauweh (~root@replaced-ip ) (*.net *.split)
1963 [04:15:09] *** Quits: jor (~jor@replaced-ip ) (*.net *.split)
1964 [04:15:09] *** Quits: Neo (~Neo@replaced-ip ) (*.net *.split)
1965 [04:15:09] *** Quits: rad4day (~rad4day@replaced-ip ) (*.net *.split)
1966 [04:15:09] *** Quits: dusares (~dusares@replaced-ip ) (*.net *.split)
1967 [04:15:09] *** Quits: dazo (~freenode@replaced-ip ) (*.net *.split)
1968 [04:15:09] *** Quits: kodapa (david@replaced-ip ) (*.net *.split)
1969 [04:15:09] *** Quits: leopard (~leopard@replaced-ip ) (*.net *.split)
1970 [04:15:09] *** Quits: sangy (~sangy@replaced-ip ) (*.net *.split)
1971 [04:15:09] *** Quits: drdo (~drdo@replaced-ip ) (*.net *.split)
1972 [04:15:09] *** Quits: ssgelm (~ssgelm@replaced-ip ) (*.net *.split)
1973 [04:15:09] *** Quits: jpnurmi (jpnurmi@replaced-ip ) (*.net *.split)
1974 [04:15:09] *** Quits: ChanServ (ChanServ@replaced-ip ) (*.net *.split)
1975 [04:15:09] *** Quits: CrystalMath (~coderain@replaced-ip ) (*.net *.split)
1976 [04:15:09] *** Quits: lesless (~lessless@replaced-ip ) (*.net *.split)
1977 [04:15:09] *** Quits: p8m (p8m@replaced-ip ) (*.net *.split)
1978 [04:15:09] *** Quits: Kyros (kyros@replaced-ip ) (*.net *.split)
1979 [04:15:09] *** Quits: johnnyfive (~johnnyfiv@replaced-ip ) (*.net *.split)
1980 [04:15:09] *** Quits: fling (~fling@replaced-ip ) (*.net *.split)
1981 [04:15:09] *** Quits: azidhaka (~azidhaka@replaced-ip ) (*.net *.split)
1982 [04:15:09] *** Quits: Barralastic (~Barralast@replaced-ip ) (*.net *.split)
1983 [04:15:09] *** Quits: unluckyshrubbery (~unluckysh@replaced-ip ) (*.net *.split)
1984 [04:15:09] *** Quits: Nokaji (~Nokaji@replaced-ip ) (*.net *.split)
1985 [04:15:09] *** Quits: SM0TVI (~sm0tvi@replaced-ip ) (*.net *.split)
1986 [04:15:09] *** Quits: Ceber (~cerberus@replaced-ip ) (*.net *.split)
1987 [04:15:09] *** Quits: mxco86 (~mxco86@replaced-ip ) (*.net *.split)
1988 [04:15:09] *** Quits: dexta (~D3XTA@replaced-ip ) (*.net *.split)
1989 [04:15:09] *** Quits: kolla (~kolla@replaced-ip ) (*.net *.split)
1990 [04:15:09] *** Quits: k-man (~jason@replaced-ip ) (*.net *.split)
1991 [04:15:09] *** Quits: XenGi (~quassel@replaced-ip ) (*.net *.split)
1992 [04:15:09] *** Quits: epony (epony@replaced-ip ) (*.net *.split)
1993 [04:15:09] *** Quits: samsmith (~samsmith@replaced-ip ) (*.net *.split)
1994 [04:15:09] *** Quits: krzych (krzych@replaced-ip ) (*.net *.split)
1995 [04:15:09] *** Quits: ski (~ski@replaced-ip ) (*.net *.split)
1996 [04:15:09] *** Quits: phunyguy (~blaahchm@replaced-ip ) (*.net *.split)
1997 [04:15:09] *** Quits: warsoul (warsoul@replaced-ip ) (*.net *.split)
1998 [04:15:09] *** Quits: shtouff (~shtouff@replaced-ip ) (*.net *.split)
1999 [04:15:09] *** Quits: Eryn_1983_FL (~Eryn_1983@replaced-ip ) (*.net *.split)
2000 [04:15:09] *** Quits: apt (ibot@replaced-ip ) (*.net *.split)
2001 [04:15:09] *** Quits: azizLIGHT (~azizLIGHT@replaced-ip ) (*.net *.split)
2002 [04:15:09] *** Quits: Piggy (~Piggy@replaced-ip ) (*.net *.split)
2003 [04:15:09] *** Quits: synbiose (~synbiose@replaced-ip ) (*.net *.split)
2004 [04:15:09] *** Quits: aindilis (~aindilis@replaced-ip ) (*.net *.split)
2005 [04:15:09] *** Quits: temple48 (~temple48@replaced-ip ) (*.net *.split)
2006 [04:15:09] *** Quits: eb0t (~eblip@replaced-ip ) (*.net *.split)
2007 [04:15:09] *** Quits: sukaeto (~sukaeto@replaced-ip ) (*.net *.split)
2008 [04:15:09] *** Quits: dbristow (~dbristow@replaced-ip ) (*.net *.split)
2009 [04:15:09] *** Quits: Tempesta (Tempesta@replaced-ip ) (*.net *.split)
2010 [04:15:09] *** Quits: el (~el@replaced-ip ) (*.net *.split)
2011 [04:15:09] *** Quits: tripkin (~tripkin@replaced-ip ) (*.net *.split)
2012 [04:15:09] *** Quits: hejux (~hejux@replaced-ip ) (*.net *.split)
2013 [04:15:09] *** Quits: cluelessperson (~cluelessp@replaced-ip ) (*.net *.split)
2014 [04:15:09] *** Quits: HarmtH (~harmth@replaced-ip ) (*.net *.split)
2015 [04:15:09] *** Quits: miklcct (quasselcor@replaced-ip ) (*.net *.split)
2016 [04:15:09] *** Quits: dfacto (~qwerty@replaced-ip ) (*.net *.split)
2017 [04:15:09] *** Quits: Error451 (~R@replaced-ip ) (*.net *.split)
2018 [04:15:09] *** Quits: dudenugget2000 (~dudenugge@replaced-ip ) (*.net *.split)
2019 [04:15:09] *** Quits: buzzzz (~buzzzz@replaced-ip ) (*.net *.split)
2020 [04:15:09] *** Quits: freanux (~freanux@replaced-ip ) (*.net *.split)
2021 [04:15:09] *** Quits: defcronyke (~defcron@replaced-ip ) (*.net *.split)
2022 [04:15:09] *** Quits: cooldude (~cooldude1@replaced-ip ) (*.net *.split)
2023 [04:15:09] *** Quits: Typhon (~Typhon@replaced-ip ) (*.net *.split)
2024 [04:15:09] *** Quits: hinderaker (hinderaker@replaced-ip ) (*.net *.split)
2025 [04:15:09] *** Quits: MidnightRanger (~MidnightR@replaced-ip ) (*.net *.split)
2026 [04:15:09] *** Quits: Soliton (~Soliton@replaced-ip ) (*.net *.split)
2027 [04:15:09] *** Quits: Carno (~carno@replaced-ip ) (*.net *.split)
2028 [04:15:09] *** Quits: cyberbanjo (~cyberbanj@replaced-ip ) (*.net *.split)
2029 [04:15:09] *** Quits: fatalerrors (~fatalerro@replaced-ip ) (*.net *.split)
2030 [04:15:09] *** Quits: LeoTh3o (~th3o@replaced-ip ) (*.net *.split)
2031 [04:15:09] *** Quits: bern (~bern@replaced-ip ) (*.net *.split)
2032 [04:15:09] *** Quits: althalus (~bjanes@replaced-ip ) (*.net *.split)
2033 [04:15:09] *** Quits: teksimian (~teksimian@replaced-ip ) (*.net *.split)
2034 [04:15:09] *** Quits: Anarchic (~Anarchic@replaced-ip ) (*.net *.split)
2035 [04:15:09] *** Quits: greenbagels (~gb@replaced-ip ) (*.net *.split)
2036 [04:15:09] *** Quits: ikonia (~irc@replaced-ip ) (*.net *.split)
2037 [04:15:09] *** Quits: m1dnight_ (~m1dnight@replaced-ip ) (*.net *.split)
2038 [04:15:09] *** Quits: ring0` (~ringo@replaced-ip ) (*.net *.split)
2039 [04:15:09] *** Quits: funnel (~funnel@replaced-ip ) (*.net *.split)
2040 [04:15:10] *** Quits: Q_Continuum (~quassel@replaced-ip ) (*.net *.split)
2041 [04:15:10] *** Quits: h0 (~h0@replaced-ip ) (*.net *.split)
2042 [04:15:10] *** Quits: quasineutral (~quasineut@replaced-ip ) (*.net *.split)
2043 [04:15:10] *** Quits: genpaku (~genpaku@replaced-ip ) (*.net *.split)
2044 [04:15:10] *** Quits: mr_kyd (~Einherjer@replaced-ip ) (*.net *.split)
2045 [04:15:10] *** Quits: ericnoan (~en@replaced-ip ) (*.net *.split)
2046 [04:15:10] *** Quits: jft (znc@replaced-ip ) (*.net *.split)
2047 [04:15:10] *** Quits: levifig (~levi@replaced-ip ) (*.net *.split)
2048 [04:15:10] *** Quits: t0ne (~t0ne@replaced-ip ) (*.net *.split)
2049 [04:15:10] *** Quits: ScottE (~ScottE@replaced-ip ) (*.net *.split)
2050 [04:15:10] *** Quits: L1Cafe (~L1Cafe@replaced-ip ) (*.net *.split)
2051 [04:15:10] *** Quits: purphoros (purphoros@replaced-ip ) (*.net *.split)
2052 [04:15:10] *** Quits: egos (~egos@replaced-ip ) (*.net *.split)
2053 [04:15:10] *** Quits: orb (orb@replaced-ip ) (*.net *.split)
2054 [04:15:10] *** Quits: GNU\colossus (~colo@replaced-ip ) (*.net *.split)
2055 [04:15:10] *** Quits: metbsd (~metbsd@replaced-ip ) (*.net *.split)
2056 [04:15:10] *** Quits: mureena (~mureena@replaced-ip ) (*.net *.split)
2057 [04:15:10] *** Quits: tallbarr (~none@replaced-ip ) (*.net *.split)
2058 [04:15:10] *** Quits: russell-- (~russell@replaced-ip ) (*.net *.split)
2059 [04:15:10] *** Quits: NaPs (~NaPs@replaced-ip ) (*.net *.split)
2060 [04:15:10] *** Quits: tomocha_ (tomocha@replaced-ip ) (*.net *.split)
2061 [04:15:10] *** Quits: ribasushi (~riba@replaced-ip ) (*.net *.split)
2062 [04:15:10] *** Quits: c0san0stra (~nunyuh@replaced-ip ) (*.net *.split)
2063 [04:15:10] *** Quits: spaceone (~spaceone@replaced-ip ) (*.net *.split)
2064 [04:15:10] *** Quits: lrvick (~weechat_u@replaced-ip ) (*.net *.split)
2065 [04:15:10] *** Quits: Jazzah (~jazz@replaced-ip ) (*.net *.split)
2066 [04:15:10] *** Quits: P0G (~pogay@replaced-ip ) (*.net *.split)
2067 [04:15:10] *** Quits: Len (~lenisko@replaced-ip ) (*.net *.split)
2068 [04:15:10] *** Quits: donran (~donran@replaced-ip ) (*.net *.split)
2069 [04:15:10] *** Quits: Jakyll (~cca@replaced-ip ) (*.net *.split)
2070 [04:15:21] *** Quits: donofrio (~donofrio@replaced-ip ) (Remote host closed the connection)
2071 [04:15:49] *** Joins: nsrafk (nsrafk@replaced-ip )
2072 [04:15:49] *** Joins: FightingFalcon (~ff@replaced-ip )
2073 [04:15:49] *** Joins: chapipo (sid412217@replaced-ip )
2074 [04:15:49] *** Joins: DK2 (~DK2@replaced-ip )
2075 [04:15:49] *** Joins: dudz (znc@replaced-ip )
2076 [04:15:49] *** Joins: zymurgy (~zymurgy@replaced-ip )
2077 [04:15:49] *** Joins: meggie (~meggie@replaced-ip )
2078 [04:15:49] *** Joins: atlas (~atlas@replaced-ip )
2079 [04:15:49] *** Joins: debchange (~debchange@replaced-ip )
2080 [04:15:49] *** Joins: cg505 (~cg505@replaced-ip )
2081 [04:15:49] *** Joins: gusnan (~gusnan@replaced-ip )
2082 [04:15:49] *** Joins: Zharf (~eclipser@replaced-ip )
2083 [04:15:49] *** Joins: Jdbye (~furry4lif@replaced-ip )
2084 [04:15:49] *** Joins: ilmostro (~ilmostro@replaced-ip )
2085 [04:15:49] *** Joins: fpob (~fpob@replaced-ip )
2086 [04:15:49] *** Joins: blowry (~blowry@replaced-ip )
2087 [04:15:49] *** Joins: Cerise (~jerry@replaced-ip )
2088 [04:15:49] *** Joins: nkuttler (~nkuttler@replaced-ip )
2089 [04:15:49] *** Joins: tarzeau (~alex@replaced-ip )
2090 [04:15:50] *** Quits: hid3 (~arnoldas@replaced-ip ) (Ping timeout: 255 seconds)
2091 [04:15:51] *** Quits: Darkfoe (sid402081@replaced-ip ) (Ping timeout: 246 seconds)
2092 [04:15:53] *** Quits: MrNaz (sid133418@replaced-ip ) (Ping timeout: 244 seconds)
2093 [04:15:53] *** Quits: tobias (sid15532@replaced-ip ) (Ping timeout: 244 seconds)
2094 [04:15:54] *** Quits: chapipo (sid412217@replaced-ip ) (Ping timeout: 246 seconds)
2095 [04:16:16] *** Quits: juboxi (sid188888@replaced-ip ) (Ping timeout: 256 seconds)
2096 [04:16:28] *** Quits: skyliner_369 (uid80781@replaced-ip ) (Ping timeout: 260 seconds)
2097 [04:16:28] *** Quits: jonmasters (sid410222@replaced-ip ) (Ping timeout: 260 seconds)
2098 [04:16:47] *** Joins: leorat (~leorat@replaced-ip )
2099 [04:16:47] *** Joins: luna (~Lunateris@replaced-ip )
2100 [04:16:47] *** Joins: heiner_ (~heiner@replaced-ip )
2101 [04:16:47] *** Joins: halvors (~Thunderbi@replaced-ip )
2102 [04:16:47] *** Joins: UndeadLeech (~UndeadLee@replaced-ip )
2103 [04:16:47] *** Joins: xet7 (~xet7@replaced-ip )
2104 [04:16:47] *** Joins: phorce1 (~gvl2@replaced-ip )
2105 [04:16:47] *** Joins: annadane (~annadane@replaced-ip )
2106 [04:16:47] *** Joins: stnly (~stnly@replaced-ip )
2107 [04:16:47] *** Joins: dselect (~dselect@replaced-ip )
2108 [04:16:47] *** Joins: ayew (~ayew@replaced-ip )
2109 [04:16:47] *** Joins: smidlers (smyers@replaced-ip )
2110 [04:16:47] *** Joins: lead_pipe23 (~Lead@replaced-ip )
2111 [04:16:47] *** Joins: nullheroes (~danielvu@replaced-ip )
2112 [04:16:47] *** Joins: {41444d494e} (~kvirc@replaced-ip )
2113 [04:16:47] *** Joins: coruja (~coruja@replaced-ip )
2114 [04:16:47] *** Joins: tinfoil-hat (~chrissly@replaced-ip )
2115 [04:16:47] *** Joins: hobbanero (~hobbanero@replaced-ip )
2116 [04:16:47] *** Joins: Orcs53 (~Orcs53@replaced-ip )
2117 [04:16:47] *** Joins: jeweet_ (jeweet_@replaced-ip )
2118 [04:16:47] *** Joins: ijurisic (~ijurisic@replaced-ip )
2119 [04:16:47] *** Joins: Apeiron` (~Apeiron@replaced-ip )
2120 [04:16:47] *** Joins: luz1 (~luz1@replaced-ip )
2121 [04:16:47] *** Joins: uxfi (~uxfi@replaced-ip )
2122 [04:16:47] *** Joins: foul_owl_ (~foul_owl@replaced-ip )
2123 [04:16:47] *** Joins: x0n (~x0n@replaced-ip )
2124 [04:16:47] *** Joins: daniel-s (~daniel-s@replaced-ip )
2125 [04:16:47] *** Joins: blazeme8 (~blazeme8@replaced-ip )
2126 [04:16:47] *** Joins: StathisA (~StathisA@replaced-ip )
2127 [04:16:47] *** Joins: plantroon (~plantroon@replaced-ip )
2128 [04:16:47] *** Joins: njka (~njka@replaced-ip )
2129 [04:16:47] *** Joins: television (~alex@replaced-ip )
2130 [04:16:47] *** Joins: Arrowmaster (~Arrowmast@replaced-ip )
2131 [04:16:47] *** Joins: JohnDoh (~jeff@replaced-ip )
2132 [04:16:47] *** Joins: hemimaniac (~hemimania@replaced-ip )
2133 [04:16:47] *** Joins: sputnik (kli0rf@replaced-ip )
2134 [04:16:47] *** Joins: fiet (~nobody@replaced-ip )
2135 [04:16:47] *** Joins: d3sync (~d3sync@replaced-ip )
2136 [04:16:47] *** Joins: alx^ (~alx^@replaced-ip )
2137 [04:16:47] *** Joins: drcd (~drcd@replaced-ip )
2138 [04:16:47] *** Joins: Zardoz (~Zardoz@replaced-ip )
2139 [04:16:47] *** Joins: zululee_ (~zululee@replaced-ip )
2140 [04:16:47] *** Joins: Devastator (~devas@replaced-ip )
2141 [04:16:47] *** Joins: PipeItToDevNull (~PipeItToD@replaced-ip )
2142 [04:16:47] *** Joins: meti (~meti@replaced-ip )
2143 [04:16:47] *** Joins: luna_is_here (~quassel@replaced-ip )
2144 [04:16:47] *** Joins: Unit193 (ukikie@replaced-ip )
2145 [04:16:47] *** Joins: enoch85 (~enoch85@replaced-ip )
2146 [04:16:47] *** Joins: Plan_IX (~P9@replaced-ip )
2147 [04:16:47] *** Joins: JakeSays (~jake@replaced-ip )
2148 [04:16:47] *** Joins: Zauberfisch (~Zauberfis@replaced-ip )
2149 [04:16:47] *** Joins: dfch (~dfch@replaced-ip )
2150 [04:16:47] *** Joins: qubenix (~qubenix@replaced-ip )
2151 [04:16:47] *** Joins: moetunes (~Jean-luc@replaced-ip )
2152 [04:16:47] *** Joins: veikko (veikko@replaced-ip )
2153 [04:16:47] *** Joins: QcR20 (~QcR@replaced-ip )
2154 [04:16:47] *** Joins: benf (benf2004@replaced-ip )
2155 [04:16:47] *** Joins: snooky (~snooky@replaced-ip )
2156 [04:16:47] *** Joins: walnut_burl (~oak@replaced-ip )
2157 [04:16:47] *** Joins: jmcnaught (~jeremy@replaced-ip )
2158 [04:16:47] *** Joins: devfx11 (~y@replaced-ip )
2159 [04:16:47] *** Joins: pacbard (~pacbard@replaced-ip )
2160 [04:16:47] *** Joins: Katana_Steel (~quassel@replaced-ip )
2161 [04:16:47] *** Joins: lad (~swedishfi@replaced-ip )
2162 [04:16:47] *** Joins: ponyofdeath (~vladi@replaced-ip )
2163 [04:16:47] *** Joins: CrypticSquared (~CrypticS_@replaced-ip )
2164 [04:16:47] *** Joins: gpeskens (~gijs@replaced-ip )
2165 [04:16:47] *** Joins: PaulePanter (~paul@replaced-ip )
2166 [04:16:56] *** Quits: Deific (sid66892@replaced-ip ) (Ping timeout: 244 seconds)
2167 [04:16:57] *** Quits: slanck (sid205487@replaced-ip ) (Ping timeout: 244 seconds)
2168 [04:16:57] *** Quits: kawaii (sid345572@replaced-ip ) (Ping timeout: 244 seconds)
2169 [04:17:03] *** Quits: kozowu (uid44796@replaced-ip ) (Ping timeout: 257 seconds)
2170 [04:17:03] *** Quits: benoitc (sid1888@replaced-ip ) (Ping timeout: 257 seconds)
2171 [04:17:03] *** Quits: timeless (sid4015@replaced-ip ) (Ping timeout: 257 seconds)
2172 [04:17:03] *** Quits: mp107 (uid383093@replaced-ip ) (Ping timeout: 257 seconds)
2173 [04:17:03] *** Quits: tibaret (sid146285@replaced-ip ) (Ping timeout: 257 seconds)
2174 [04:17:15] *** Quits: lvrp16 (sid153650@replaced-ip ) (Ping timeout: 246 seconds)
2175 [04:17:21] *** Quits: r0bby (sid699@replaced-ip ) (Ping timeout: 244 seconds)
2176 [04:17:22] *** Quits: matti (sid379192@replaced-ip ) (Ping timeout: 260 seconds)
2177 [04:17:22] *** Quits: timwis (sid152344@replaced-ip ) (Ping timeout: 260 seconds)
2178 [04:17:22] *** Quits: peltre (sid268329@replaced-ip ) (Ping timeout: 260 seconds)
2179 [04:17:24] *** Quits: savantgarde (sid256535@replaced-ip ) (Ping timeout: 256 seconds)
2180 [04:17:24] *** Quits: CaptainN (sid281065@replaced-ip ) (Ping timeout: 256 seconds)
2181 [04:17:38] *** Quits: bn_work (uid268505@replaced-ip ) (Ping timeout: 260 seconds)
2182 [04:18:32] *** Quits: Strife89 (sid399903@replaced-ip ) (Ping timeout: 256 seconds)
2183 [04:18:51] *** Joins: doric (~doric@replaced-ip )
2184 [04:18:51] *** Joins: nebunez (~user@replaced-ip )
2185 [04:18:51] *** Joins: rany (99c1d81a73@replaced-ip )
2186 [04:18:51] *** Joins: tsal (~tsal@replaced-ip )
2187 [04:18:51] *** Joins: lewie67[p] (~lewie67p]@replaced-ip )
2188 [04:18:51] *** Joins: danwellby (~danwellby@replaced-ip )
2189 [04:18:51] *** Joins: Battaglin (~rss@replaced-ip )
2190 [04:18:51] *** Joins: mibo (~mibo@replaced-ip )
2191 [04:18:51] *** Joins: DJDan_ (~DJDan@replaced-ip )
2192 [04:18:51] *** Joins: Posterdati (~posterdat@replaced-ip )
2193 [04:18:51] *** Joins: wallacer3 (~quassel@replaced-ip )
2194 [04:18:51] *** Joins: nicole (ilbelkyr@replaced-ip )
2195 [04:18:51] *** Joins: XORed_ (xored@replaced-ip )
2196 [04:18:51] *** Joins: areisp (~ars@replaced-ip )
2197 [04:18:51] *** Joins: tdn (~tdn@replaced-ip )
2198 [04:18:51] *** Joins: Mad_Hat (~Mad_Hat@replaced-ip )
2199 [04:18:51] *** Joins: joze (~joze@replaced-ip )
2200 [04:18:51] *** Joins: yuriii (~yurii@replaced-ip )
2201 [04:18:51] *** Joins: x10 (~x10@replaced-ip )
2202 [04:18:51] *** Joins: Decobus (~quassel@replaced-ip )
2203 [04:18:51] *** Joins: d1b (~db@replaced-ip )
2204 [04:18:51] *** Joins: Azrael_- (~aweoi@replaced-ip )
2205 [04:18:51] *** Joins: jtdowney (~jtdowney@replaced-ip )
2206 [04:18:51] *** Joins: radkos (~radkos@replaced-ip )
2207 [04:18:51] *** Joins: d3vlin (~d3vlin@replaced-ip )
2208 [04:18:51] *** Joins: epsilon (foobar@replaced-ip )
2209 [04:18:51] *** Joins: Exagone313 (exa@replaced-ip )
2210 [04:18:51] *** Joins: Ruint (Ruint@replaced-ip )
2211 [04:18:51] *** Joins: Kobaz (~kobaz@replaced-ip )
2212 [04:18:51] *** Joins: exezin (~exezin@replaced-ip )
2213 [04:18:51] *** Joins: Highdude (~lol@replaced-ip )
2214 [04:18:51] *** Joins: Mikail (~smuxi@replaced-ip )
2215 [04:18:51] *** Joins: jasperarcola (~JasperArc@replaced-ip )
2216 [04:18:51] *** Joins: absinthe (~absinthe@replaced-ip )
2217 [04:18:51] *** Joins: unborn (~ugly@replaced-ip )
2218 [04:18:51] *** Joins: tempora (~tempus@replaced-ip )
2219 [04:18:51] *** Joins: c0pt (~c0pt@replaced-ip )
2220 [04:18:51] *** Joins: JustTheDoctor (~iam@replaced-ip )
2221 [04:18:51] *** Joins: TW1920 (~quassel@replaced-ip )
2222 [04:18:51] *** Joins: |aaron_ (~|aaron@replaced-ip )
2223 [04:18:51] *** Joins: JyZyXEL (~foo@replaced-ip )
2224 [04:18:51] *** Joins: oskie (usel@replaced-ip )
2225 [04:18:51] *** Joins: shiin (~shiin@replaced-ip )
2226 [04:18:51] *** Joins: percY- (~percY@replaced-ip )
2227 [04:18:51] *** Joins: rmacd (~rmacd@replaced-ip )
2228 [04:18:51] *** Joins: cybrNaut (~cybrNaut@replaced-ip )
2229 [04:18:51] *** Joins: tabb (tabb@replaced-ip )
2230 [04:18:51] *** Joins: sidv (sidv@replaced-ip )
2231 [04:18:51] *** Joins: Messenger_bird (~banana@replaced-ip )
2232 [04:18:51] *** Joins: Someguy123 (~someguy@replaced-ip )
2233 [04:18:51] *** Joins: pierrot (~pi@replaced-ip )
2234 [04:18:51] *** Joins: neoclust (~neoclust@replaced-ip )
2235 [04:18:51] *** Joins: antto (~pewpew@replaced-ip )
2236 [04:18:51] *** Joins: nyaomi (~naomi@replaced-ip )
2237 [04:18:51] *** Joins: oznt (~oznt@replaced-ip )
2238 [04:18:51] *** Joins: DLange (~DLange@replaced-ip )
2239 [04:18:51] *** Joins: paradigm (~paradigm@replaced-ip )
2240 [04:18:51] *** Joins: Yukikaze (~Yuki@replaced-ip )
2241 [04:18:51] *** Joins: DarkaMaul (~ac@replaced-ip )
2242 [04:18:51] *** Joins: mdk (~mdk@replaced-ip )
2243 [04:18:51] *** Joins: mr_yogurt (~mr_yogurt@replaced-ip )
2244 [04:18:51] *** Joins: wmascl (~sdfsjdf20@replaced-ip )
2245 [04:18:51] *** Joins: Guest98236 (~kko@replaced-ip )
2246 [04:18:51] *** Joins: blu2 (~blu@replaced-ip )
2247 [04:19:17] *** Joins: naptastic (~david@replaced-ip )
2248 [04:19:17] *** Joins: StalkerRiga (~Stalker@replaced-ip )
2249 [04:19:17] *** Joins: AimHere (~David@replaced-ip )
2250 [04:19:17] *** Joins: anon213727232 (~quassel@replaced-ip )
2251 [04:19:17] *** Joins: allorder (~allorder@replaced-ip )
2252 [04:19:17] *** Joins: SerajewelKS (~me@replaced-ip )
2253 [04:19:17] *** Joins: cryptic (~cryptic@replaced-ip )
2254 [04:19:17] *** Joins: dadinn (~dadinn@replaced-ip )
2255 [04:19:17] *** Joins: roylaprattep (~roylaprat@replaced-ip )
2256 [04:19:17] *** Joins: grummund (~unknown@replaced-ip )
2257 [04:19:17] *** Joins: RadoS (~cheater@replaced-ip )
2258 [04:19:17] *** Joins: ajeremias (~ajeremias@replaced-ip )
2259 [04:19:17] *** Joins: hke (~hke@replaced-ip )
2260 [04:19:17] *** Joins: JonJ (~jonjahren@replaced-ip )
2261 [04:19:17] *** Joins: mthe878 (~mthe@replaced-ip )
2262 [04:19:17] *** Joins: sentreen (sentreen@replaced-ip )
2263 [04:19:17] *** Joins: nvz (~user@replaced-ip )
2264 [04:19:17] *** Joins: TrentP (~TrentP@replaced-ip )
2265 [04:19:17] *** Joins: electrostat (~dag@replaced-ip )
2266 [04:19:17] *** Joins: cheapie (cheapie@replaced-ip )
2267 [04:19:17] *** Joins: anonymip (~anonymip@replaced-ip )
2268 [04:19:17] *** Joins: deetwelv- (~deetwelve@replaced-ip )
2269 [04:19:17] *** Joins: boturk (boturk@replaced-ip )
2270 [04:19:17] *** Joins: p3lim (~p3lim@replaced-ip )
2271 [04:19:17] *** Joins: toli (~toli@replaced-ip )
2272 [04:19:17] *** Joins: magyar (~magyar@replaced-ip )
2273 [04:19:17] *** Joins: valerius (~valerius@replaced-ip )
2274 [04:19:17] *** Joins: nmg (~nmg@replaced-ip )
2275 [04:19:17] *** Joins: morph (~matrixirc@replaced-ip )
2276 [04:19:17] *** Joins: Lovepump (~grant@replaced-ip )
2277 [04:19:17] *** Joins: hisacro (~OBSD@replaced-ip )
2278 [04:19:17] *** Joins: Amun_Ra (~amun-ra@replaced-ip )
2279 [04:19:17] *** Joins: z14 (~alzee@replaced-ip )
2280 [04:19:17] *** Joins: Voldenet (~Voldenet@replaced-ip )
2281 [04:19:17] *** Joins: stoffepojken (stoffe@replaced-ip )
2282 [04:19:17] *** Joins: Cecil (~cecil@replaced-ip )
2283 [04:19:17] *** Joins: wodencafe (wodencafe@replaced-ip )
2284 [04:19:17] *** Joins: syneardwin (~ellisgeek@replaced-ip )
2285 [04:19:17] *** Joins: TheCryptek (~TheCrypte@replaced-ip )
2286 [04:19:17] *** Joins: Stx (~stx@replaced-ip )
2287 [04:19:17] *** Joins: epsilonKNOT (~epsilonKN@replaced-ip )
2288 [04:19:17] *** Joins: Pidgeotto (drowsyivy@replaced-ip )
2289 [04:19:17] *** Joins: ravioli (~ravioli@replaced-ip )
2290 [04:19:17] *** Joins: Dragon092 (~Dragon@replaced-ip )
2291 [04:19:17] *** Joins: HyP3r (~HyP3r@replaced-ip )
2292 [04:19:17] *** Joins: kloeri (~kloeri@replaced-ip )
2293 [04:19:17] *** Joins: madmattco (~kimjongil@replaced-ip )
2294 [04:19:17] *** Joins: Voxel (~v7@replaced-ip )
2295 [04:19:24] *** Joins: barhom (~barhom@replaced-ip )
2296 [04:19:24] *** Joins: beardface (~bearface@replaced-ip )
2297 [04:19:24] *** Joins: Neo (~Neo@replaced-ip )
2298 [04:19:24] *** Joins: ChanServ (ChanServ@replaced-ip )
2299 [04:19:24] *** Joins: Swant (swant@replaced-ip )
2300 [04:19:24] *** Joins: kevinsan (~kevinsan@replaced-ip )
2301 [04:19:24] *** Joins: rad4day (~rad4day@replaced-ip )
2302 [04:19:24] *** Joins: fauweh (~root@replaced-ip )
2303 [04:19:24] *** Joins: jor (~jor@replaced-ip )
2304 [04:19:24] *** Joins: dusares (~dusares@replaced-ip )
2305 [04:19:24] *** Joins: dazo (~freenode@replaced-ip )
2306 [04:19:24] *** Joins: kodapa (david@replaced-ip )
2307 [04:19:24] *** Joins: leopard (~leopard@replaced-ip )
2308 [04:19:24] *** Joins: sangy (~sangy@replaced-ip )
2309 [04:19:24] *** Joins: drdo (~drdo@replaced-ip )
2310 [04:19:24] *** Joins: ssgelm (~ssgelm@replaced-ip )
2311 [04:19:24] *** Joins: jpnurmi (jpnurmi@replaced-ip )
2312 [04:19:24] *** weber.freenode.net sets mode: +o ChanServ
2313 [04:19:32] *** Joins: ephemer0l_ (~ephemer0l@replaced-ip )
2314 [04:19:32] *** Joins: p4xz (~p4xz@replaced-ip )
2315 [04:19:32] *** Joins: Gazooo (~Gazooo@replaced-ip )
2316 [04:19:32] *** Joins: wingedrhino (~quassel@replaced-ip )
2317 [04:19:32] *** Joins: Mathisen (~mathisen@replaced-ip )
2318 [04:19:32] *** Joins: WizJin (~WizJin@replaced-ip )
2319 [04:19:32] *** Joins: JerryXiao (~JerryXiao@replaced-ip )
2320 [04:19:32] *** Joins: gigetoo (~gigetoo@replaced-ip )
2321 [04:19:32] *** Joins: Benett (~Benett@replaced-ip )
2322 [04:19:32] *** Joins: Nnavd (~Nnavd@replaced-ip )
2323 [04:19:32] *** Joins: holgersson (~quassel@replaced-ip )
2324 [04:19:32] *** Joins: f8e4 (~user@replaced-ip )
2325 [04:19:32] *** Joins: blueness (~blueness@replaced-ip )
2326 [04:19:32] *** Joins: maple_twig (~maple_twi@replaced-ip )
2327 [04:19:32] *** Joins: Namarrgon (~Namarrgon@replaced-ip )
2328 [04:19:32] *** Joins: riex (riex@replaced-ip )
2329 [04:19:32] *** Joins: _anb (~anb@replaced-ip )
2330 [04:19:32] *** Joins: udet (~RalphBa@replaced-ip )
2331 [04:19:32] *** Joins: xi (~quassel@replaced-ip )
2332 [04:19:32] *** Joins: VoidFox (voidfox@replaced-ip )
2333 [04:19:32] *** Joins: abeniis (~Abeniis@replaced-ip )
2334 [04:19:32] *** Joins: mutante (foobar@replaced-ip )
2335 [04:19:32] *** Joins: ttrs (~ttrs@replaced-ip )
2336 [04:19:32] *** Joins: arbogt (~quassel@replaced-ip )
2337 [04:19:32] *** Joins: benaiah (~benaiah@replaced-ip )
2338 [04:19:32] *** Joins: Diezel (~mahellma@replaced-ip )
2339 [04:19:32] *** Joins: mason (~mason@replaced-ip )
2340 [04:19:32] *** Joins: Emmanuel_Chanel (~Emmanuel_@replaced-ip )
2341 [04:19:32] *** Joins: edi (~e@replaced-ip )
2342 [04:19:32] *** Joins: antoine (~antoine@replaced-ip )
2343 [04:19:32] *** Joins: nahanil (~nahanil@replaced-ip )
2344 [04:19:32] *** Joins: klaas (~klaas@replaced-ip )
2345 [04:19:32] *** Joins: Kohlrabi (~kohlrabi@replaced-ip )
2346 [04:19:32] *** Joins: cef (~cef@replaced-ip )
2347 [04:19:32] *** Joins: Whiskey (~Whiskey@replaced-ip )
2348 [04:19:32] *** Joins: trewas (~trewas@replaced-ip )
2349 [04:19:32] *** Joins: krah (~krah@replaced-ip )
2350 [04:19:32] *** Joins: CME (~CME@replaced-ip )
2351 [04:19:32] *** Joins: Scotteh (~Scotteh@replaced-ip )
2352 [04:19:32] *** Joins: shann (~quassel@replaced-ip )
2353 [04:19:32] *** Joins: badpixel (~badpixel@replaced-ip )
2354 [04:19:32] *** Joins: azrazalea (~azrazalea@replaced-ip )
2355 [04:19:32] *** Joins: Rockj (~rockj@replaced-ip )
2356 [04:19:32] *** Joins: sussudio (~sussudio@replaced-ip )
2357 [04:19:32] *** Joins: willcl_ark (~quassel@replaced-ip )
2358 [04:19:32] *** Joins: stivo (stivo@replaced-ip )
2359 [04:19:32] *** Joins: blueingress (~pp_of_mm@replaced-ip )
2360 [04:19:32] *** Joins: rsully (~rsully@replaced-ip )
2361 [04:19:32] *** Joins: tomaw (tom@replaced-ip )
2362 [04:19:32] *** Joins: kryo_ (~kryo@replaced-ip )
2363 [04:19:32] *** Joins: babilen5 (~babilen@replaced-ip )
2364 [04:19:32] *** Joins: pikolinosimo (~testos@replaced-ip )
2365 [04:19:33] *** Joins: juhop (~anon@replaced-ip )
2366 [04:19:33] *** Joins: bananas (~bananas@replaced-ip )
2367 [04:19:41] *** debhelper sets mode: +l 1071
2368 [04:19:58] *** weber.freenode.net sets mode: +l 1151
2369 [04:19:58] *** Joins: kawaiipunk (~from@replaced-ip )
2370 [04:19:58] *** Joins: Regor (~Rod@replaced-ip )
2371 [04:19:58] *** Joins: hassoon (~hassoon@replaced-ip )
2372 [04:19:58] *** Joins: bolt (~r00t@replaced-ip )
2373 [04:19:58] *** Joins: Thalian (~quassel@replaced-ip )
2374 [04:19:58] *** Joins: Telcoguy (~quassel@replaced-ip )
2375 [04:19:58] *** Joins: Aristide (~quassel@replaced-ip )
2376 [04:19:58] *** Joins: exceptionz (~exception@replaced-ip )
2377 [04:19:58] *** Joins: esran_ (~esran@replaced-ip )
2378 [04:19:58] *** Joins: kisser (null@replaced-ip )
2379 [04:19:58] *** Joins: eigenfire (~eigenfire@replaced-ip )
2380 [04:19:58] *** Joins: jjakob (~quassel@replaced-ip )
2381 [04:19:58] *** Joins: Texou (~Texou@replaced-ip )
2382 [04:19:58] *** Joins: sn00p (uid454604@replaced-ip )
2383 [04:19:58] *** Joins: irick (sid1585@replaced-ip )
2384 [04:19:58] *** Joins: 18WAA1ULD (Y@replaced-ip )
2385 [04:19:58] *** Joins: ayekat (~ayekat@replaced-ip )
2386 [04:19:58] *** Joins: djanos (~djanos@replaced-ip )
2387 [04:19:58] *** Joins: sponix2ipfw (uid273627@replaced-ip )
2388 [04:19:58] *** Joins: Raito_Bezarius (~Raito_Bez@replaced-ip )
2389 [04:19:58] *** Joins: Gurty (~princess@replaced-ip )
2390 [04:19:58] *** Joins: ohnx (~ohnx@replaced-ip )
2391 [04:19:58] *** Joins: Optic (sid178015@replaced-ip )
2392 [04:19:58] *** Joins: p0358 (p0358@replaced-ip )
2393 [04:19:58] *** Joins: xvilka (~xvilka@replaced-ip )
2394 [04:19:58] *** Joins: squarebracket (~root@replaced-ip )
2395 [04:19:58] *** Joins: systemdave (dmonschein@replaced-ip )
2396 [04:19:58] *** Joins: gangstacat (~gangstaca@replaced-ip )
2397 [04:19:58] *** Joins: djakov (~djakov@replaced-ip )
2398 [04:19:58] *** Joins: TimWolla (~timwolla@replaced-ip )
2399 [04:19:58] *** Joins: dondelelcaro (don@replaced-ip )
2400 [04:19:58] *** Joins: krack (~krack@replaced-ip )
2401 [04:19:58] *** Joins: breitenj (~breitenj@replaced-ip )
2402 [04:19:58] *** Joins: Remy^ (~remy@replaced-ip )
2403 [04:19:58] *** Joins: nyuszika7h (nyuszika7h@replaced-ip )
2404 [04:19:58] *** Joins: Belial` (~joe@replaced-ip )
2405 [04:19:58] *** Joins: Robby (robby@replaced-ip )
2406 [04:19:58] *** Joins: evilroots (~roots@replaced-ip )
2407 [04:19:58] *** Joins: CamBan69 (~Cameron@replaced-ip )
2408 [04:19:58] *** Joins: rj1 (~rj1@replaced-ip )
2409 [04:19:58] *** Joins: murmeli (~pascal@replaced-ip )
2410 [04:19:58] *** Joins: Randy (randy@replaced-ip )
2411 [04:19:58] *** Joins: schweby (~quassel@replaced-ip )
2412 [04:19:58] *** Joins: knaved (~knaved@replaced-ip )
2413 [04:19:58] *** Joins: rjsalts (~rjsalts@replaced-ip )
2414 [04:19:58] *** Joins: pfoo (~pfood@replaced-ip )
2415 [04:19:58] *** Joins: aib (~aib@replaced-ip )
2416 [04:19:58] *** Joins: ratrace (~ratrace@replaced-ip )
2417 [04:19:58] *** Joins: tabakhase (tabakhase@replaced-ip )
2418 [04:19:58] *** Joins: zeroed (~admin@replaced-ip )
2419 [04:19:58] *** Joins: Mozoa (~mozoa@replaced-ip )
2420 [04:19:58] *** Joins: f0x2 (~f0x@replaced-ip )
2421 [04:19:58] *** Joins: JStoker (jstoker@replaced-ip )
2422 [04:19:58] *** Joins: TonyL (~Tony@replaced-ip )
2423 [04:19:58] *** Joins: HurricaneHarry (~quassel@replaced-ip )
2424 [04:19:58] *** Joins: Spitfire_ (spitfire@replaced-ip )
2425 [04:19:58] *** Joins: mukmuk (~mukmuk@replaced-ip )
2426 [04:19:58] *** Joins: creat (~creat@replaced-ip )
2427 [04:19:58] *** Joins: ghormoon (~ghormoon@replaced-ip )
2428 [04:19:58] *** Joins: bendem (~bendem@replaced-ip )
2429 [04:19:58] *** Joins: kdl (kdl@replaced-ip )
2430 [04:19:58] *** Joins: TadeusTaD (tadeustad@replaced-ip )
2431 [04:19:58] *** Joins: scc (~scc@replaced-ip )
2432 [04:19:58] *** Joins: croddy (cmr@replaced-ip )
2433 [04:19:58] *** Joins: beaky (~beaky@replaced-ip )
2434 [04:19:58] *** Joins: Nitori_ (~kappa@replaced-ip )
2435 [04:19:58] *** Joins: themill (~stuart@replaced-ip )
2436 [04:19:58] *** Joins: jrtc27 (~jrtc27@replaced-ip )
2437 [04:19:59] *** Joins: leachim6 (~leachim6@replaced-ip )
2438 [04:19:59] *** Joins: LeShadow (~dark@replaced-ip )
2439 [04:19:59] *** Joins: CeBe (~cebe@replaced-ip )
2440 [04:19:59] *** Joins: megatog (~megatog@replaced-ip )
2441 [04:19:59] *** Joins: waz0wski (~waz0wski@replaced-ip )
2442 [04:19:59] *** Quits: jeddi0 (~jedd@replaced-ip ) (Quit: Ping timeout (120 seconds))
2443 [04:20:09] *** Quits: madage (~madage@replaced-ip ) (Ping timeout: 240 seconds)
2444 [04:20:14] *** Quits: thiras (~thiras@replaced-ip ) (Ping timeout: 256 seconds)
2445 [04:20:16] *** Joins: zyley (~zyley@replaced-ip )
2446 [04:20:19] *** Joins: disillusion (disillusio@replaced-ip )
2447 [04:20:19] *** Joins: wyre (wyre@replaced-ip )
2448 [04:20:20] *** Joins: hqdruxn08 (hqdruxn08@replaced-ip )
2449 [04:20:20] *** Quits: graingert (sid128301@replaced-ip ) (Ping timeout: 256 seconds)
2450 [04:20:21] *** Joins: aaro (aaro@replaced-ip )
2451 [04:20:21] *** Joins: Nefertiti (~Nefertiti@replaced-ip )
2452 [04:20:22] *** Quits: disillusion (disillusio@replaced-ip ) (Remote host closed the connection)
2453 [04:20:33] *** Joins: Guest80933 (znc@replaced-ip )
2454 [04:20:35] *** Joins: funnel (~funnel@replaced-ip )
2455 [04:20:35] *** Quits: wyre (wyre@replaced-ip ) (Changing host)
2456 [04:20:36] *** Joins: wyre (wyre@replaced-ip )
2457 [04:20:36] *** Quits: aaro (aaro@replaced-ip ) (Changing host)
2458 [04:20:36] *** Joins: aaro (aaro@replaced-ip )
2459 [04:20:44] *** Joins: fatalerrors (~fatalerro@replaced-ip )
2460 [04:20:45] *** Joins: m1dnight_ (~m1dnight@replaced-ip )
2461 [04:20:47] *** Joins: dftxbs3e (~dftxbs3e@replaced-ip )
2462 [04:20:49] *** Joins: chachasmooth (~chachasmo@replaced-ip )
2463 [04:20:49] *** Joins: lvrp16 (sid153650@replaced-ip )
2464 [04:20:50] *** Joins: openJ (sid276354@replaced-ip )
2465 [04:20:53] *** Joins: greatgatsby (~greatgats@replaced-ip )
2466 [04:20:53] *** Joins: CrystalMath (~coderain@replaced-ip )
2467 [04:20:53] *** Joins: disillusion (disillusio@replaced-ip )
2468 [04:20:54] *** Joins: Sleepy63 (~Sleepy63@replaced-ip )
2469 [04:20:54] *** Joins: michele (~eraser@replaced-ip )
2470 [04:20:55] *** Joins: Bjornn (~Bjornn@replaced-ip )
2471 [04:20:55] *** Joins: mmx_in_orbit (~mmx_in_sp@replaced-ip )
2472 [04:20:55] *** Joins: chapipo (sid412217@replaced-ip )
2473 [04:20:55] *** Joins: kozowu (uid44796@replaced-ip )
2474 [04:21:07] *** Joins: gerforce (~b0urne@replaced-ip )
2475 [04:21:11] *** Joins: lesless (~lessless@replaced-ip )
2476 [04:21:11] *** Joins: p8m (p8m@replaced-ip )
2477 [04:21:11] *** Joins: Kyros (kyros@replaced-ip )
2478 [04:21:11] *** Joins: johnnyfive (~johnnyfiv@replaced-ip )
2479 [04:21:11] *** Joins: fling (~fling@replaced-ip )
2480 [04:21:11] *** Joins: azidhaka (~azidhaka@replaced-ip )
2481 [04:21:11] *** Joins: Barralastic (~Barralast@replaced-ip )
2482 [04:21:11] *** Joins: unluckyshrubbery (~unluckysh@replaced-ip )
2483 [04:21:11] *** Joins: Nokaji (~Nokaji@replaced-ip )
2484 [04:21:11] *** Joins: SM0TVI (~sm0tvi@replaced-ip )
2485 [04:21:11] *** Joins: mxco86 (~mxco86@replaced-ip )
2486 [04:21:11] *** Joins: lrvick (~weechat_u@replaced-ip )
2487 [04:21:11] *** Joins: kolla (~kolla@replaced-ip )
2488 [04:21:11] *** Joins: k-man (~jason@replaced-ip )
2489 [04:21:11] *** Joins: XenGi (~quassel@replaced-ip )
2490 [04:21:11] *** Joins: epony (epony@replaced-ip )
2491 [04:21:11] *** Joins: samsmith (~samsmith@replaced-ip )
2492 [04:21:11] *** Joins: phunyguy (~blaahchm@replaced-ip )
2493 [04:21:11] *** Joins: warsoul (warsoul@replaced-ip )
2494 [04:21:11] *** Joins: shtouff (~shtouff@replaced-ip )
2495 [04:21:11] *** Joins: Eryn_1983_FL (~Eryn_1983@replaced-ip )
2496 [04:21:11] *** Joins: apt (ibot@replaced-ip )
2497 [04:21:11] *** Joins: azizLIGHT (~azizLIGHT@replaced-ip )
2498 [04:21:11] *** Joins: Piggy (~Piggy@replaced-ip )
2499 [04:21:11] *** Joins: synbiose (~synbiose@replaced-ip )
2500 [04:21:11] *** Joins: aindilis (~aindilis@replaced-ip )
2501 [04:21:11] *** Joins: eb0t (~eblip@replaced-ip )
2502 [04:21:11] *** Joins: sukaeto (~sukaeto@replaced-ip )
2503 [04:21:11] *** Joins: dbristow (~dbristow@replaced-ip )
2504 [04:21:11] *** Joins: Tempesta (Tempesta@replaced-ip )
2505 [04:21:11] *** Joins: el (~el@replaced-ip )
2506 [04:21:11] *** Joins: tripkin (~tripkin@replaced-ip )
2507 [04:21:11] *** Joins: hejux (~hejux@replaced-ip )
2508 [04:21:11] *** Joins: cluelessperson (~cluelessp@replaced-ip )
2509 [04:21:11] *** Joins: HarmtH (~harmth@replaced-ip )
2510 [04:21:11] *** Joins: dudenugget2000 (~dudenugge@replaced-ip )
2511 [04:21:11] *** Joins: miklcct (quasselcor@replaced-ip )
2512 [04:21:11] *** Joins: dfacto (~qwerty@replaced-ip )
2513 [04:21:11] *** Joins: Error451 (~R@replaced-ip )
2514 [04:21:11] *** Joins: buzzzz (~buzzzz@replaced-ip )
2515 [04:21:11] *** Joins: freanux (~freanux@replaced-ip )
2516 [04:21:11] *** Joins: defcronyke (~defcron@replaced-ip )
2517 [04:21:11] *** Joins: cooldude (~cooldude1@replaced-ip )
2518 [04:21:11] *** Joins: Typhon (~Typhon@replaced-ip )
2519 [04:21:11] *** Joins: MidnightRanger (~MidnightR@replaced-ip )
2520 [04:21:11] *** Joins: cyberbanjo (~cyberbanj@replaced-ip )
2521 [04:21:11] *** Joins: bern (~bern@replaced-ip )
2522 [04:21:11] *** Joins: Anarchic (~Anarchic@replaced-ip )
2523 [04:21:11] *** Joins: greenbagels (~gb@replaced-ip )
2524 [04:21:11] *** Joins: Q_Continuum (~quassel@replaced-ip )
2525 [04:21:11] *** Joins: h0 (~h0@replaced-ip )
2526 [04:21:11] *** Joins: quasineutral (~quasineut@replaced-ip )
2527 [04:21:11] *** Joins: mr_kyd (~Einherjer@replaced-ip )
2528 [04:21:11] *** Joins: jft (znc@replaced-ip )
2529 [04:21:11] *** Joins: ericnoan (~en@replaced-ip )
2530 [04:21:11] *** Joins: levifig (~levi@replaced-ip )
2531 [04:21:11] *** Joins: t0ne (~t0ne@replaced-ip )
2532 [04:21:11] *** Joins: ScottE (~ScottE@replaced-ip )
2533 [04:21:11] *** Joins: purphoros (purphoros@replaced-ip )
2534 [04:21:11] *** Joins: L1Cafe (~L1Cafe@replaced-ip )
2535 [04:21:11] *** Joins: egos (~egos@replaced-ip )
2536 [04:21:11] *** Joins: orb (orb@replaced-ip )
2537 [04:21:11] *** Joins: GNU\colossus (~colo@replaced-ip )
2538 [04:21:11] *** Joins: metbsd (~metbsd@replaced-ip )
2539 [04:21:11] *** Joins: mureena (~mureena@replaced-ip )
2540 [04:21:11] *** Joins: tallbarr (~none@replaced-ip )
2541 [04:21:11] *** Joins: NaPs (~NaPs@replaced-ip )
2542 [04:21:11] *** Joins: tomocha_ (tomocha@replaced-ip )
2543 [04:21:11] *** Joins: ribasushi (~riba@replaced-ip )
2544 [04:21:11] *** Joins: donran (~donran@replaced-ip )
2545 [04:21:11] *** Joins: c0san0stra (~nunyuh@replaced-ip )
2546 [04:21:11] *** Joins: spaceone (~spaceone@replaced-ip )
2547 [04:21:11] *** Joins: Jazzah (~jazz@replaced-ip )
2548 [04:21:11] *** Joins: P0G (~pogay@replaced-ip )
2549 [04:21:11] *** Joins: Len (~lenisko@replaced-ip )
2550 [04:21:11] *** Joins: Jakyll (~cca@replaced-ip )
2551 [04:21:12] *** Joins: genpaku (~genpaku@replaced-ip )
2552 [04:21:13] *** Joins: benoitc (sid1888@replaced-ip )
2553 [04:21:13] *** Quits: dftxbs3e (~dftxbs3e@replaced-ip ) (Remote host closed the connection)
2554 [04:21:13] *** Joins: donofrio (~donofrio@replaced-ip )
2555 [04:21:16] *** Joins: timeless (sid4015@replaced-ip )
2556 [04:21:25] *** Joins: dez (uid92154@replaced-ip )
2557 [04:21:26] *** Joins: lstanley (sid7517@replaced-ip )
2558 [04:21:29] *** Joins: dftxbs3e (~dftxbs3e@replaced-ip )
2559 [04:21:38] *** Joins: kawaii (sid345572@replaced-ip )
2560 [04:21:39] *** Joins: Deihmos (uid212731@replaced-ip )
2561 [04:21:42] *** Joins: tobias (sid15532@replaced-ip )
2562 [04:21:46] *** Joins: oiaohm_ (~oiaohm@replaced-ip )
2563 [04:21:47] *** Joins: noahmg123 (sid89117@replaced-ip )
2564 [04:21:50] *** Joins: jess (jess@replaced-ip )
2565 [04:21:58] *** Quits: donofrio (~donofrio@replaced-ip ) (Remote host closed the connection)
2566 [04:22:13] *** Joins: CaptainN (sid281065@replaced-ip )
2567 [04:22:13] *** Joins: savantgarde (sid256535@replaced-ip )
2568 [04:22:14] *** Quits: naptastic (~david@replaced-ip ) (Ping timeout: 248 seconds)
2569 [04:22:19] *** Joins: kevr (~kevr@replaced-ip )
2570 [04:22:26] *** Quits: Guest80933 (znc@replaced-ip ) (Quit: Why do I even put this quit message in if I never quit)
2571 [04:22:39] *** Joins: renzhi (~renzhi@replaced-ip )
2572 [04:22:43] *** Joins: Colti (Miramar-FL@replaced-ip )
2573 [04:22:44] *** Joins: berndj (~berndj@replaced-ip )
2574 [04:22:59] <gerforce> libc-2.17.so been accidently deleted. How can i recover it.Now i have booted to a livecd image.
2575 [04:23:15] *** Joins: donofrio (~donofrio@replaced-ip )
2576 [04:23:18] *** Joins: awal1 (~awal1@replaced-ip )
2577 [04:23:25] *** Joins: tibaret (sid146285@replaced-ip )
2578 [04:23:29] <gerforce> Or how can i reinstall the whole glibc to recover the system?
2579 [04:23:32] *** Quits: holgersson (~quassel@replaced-ip ) (Ping timeout: 256 seconds)
2580 [04:23:33] *** Joins: astra (sid289983@replaced-ip )
2581 [04:23:46] <CrystalMath> gerforce: oops, can you chroot into the system?
2582 [04:23:52] *** Joins: mp107 (uid383093@replaced-ip )
2583 [04:23:56] *** Joins: madage (~madage@replaced-ip )
2584 [04:24:01] *** Joins: Soliton (~Soliton@replaced-ip )
2585 [04:24:02] *** Joins: temple48 (~temple48@replaced-ip )
2586 [04:24:06] <CrystalMath> if not, maybe copy the live's libc into it, then chroot, then reinstall libc6
2587 [04:24:07] *** Quits: donofrio (~donofrio@replaced-ip ) (Remote host closed the connection)
2588 [04:24:16] *** Joins: elios (~kia@replaced-ip )
2589 [04:24:17] *** Joins: peltre (sid268329@replaced-ip )
2590 [04:24:21] <sney> if all you deleted was that one file, you can go to replaced-url
2591 [04:24:27] *** Joins: ikonia (~irc@replaced-ip )
2592 [04:24:32] *** Quits: hyskaru (~hyskaru@replaced-ip ) (Quit: hyskaru)
2593 [04:24:35] *** Joins: donofrio (~donofrio@replaced-ip )
2594 [04:24:42] *** Joins: r0bby (sid699@replaced-ip )
2595 [04:25:03] *** Joins: Zppix (uid182351@replaced-ip )
2596 [04:25:05] *** Joins: slanck (sid205487@replaced-ip )
2597 [04:25:08] *** Joins: bn_work (uid268505@replaced-ip )
2598 [04:25:21] *** Joins: matti (sid379192@replaced-ip )
2599 [04:25:25] *** Joins: timwis (sid152344@replaced-ip )
2600 [04:25:32] <sney> and yes if the live env uses the same version of libc, that .so will work too
2601 [04:25:36] <CrystalMath> sney: and verify that it hasn't been messed with
2602 [04:25:39] *** Joins: michael_mbp (~michael_m@replaced-ip )
2603 [04:25:48] *** Joins: cryptodan_mobile (sid24065@replaced-ip )
2604 [04:25:52] *** Quits: donofrio (~donofrio@replaced-ip ) (Remote host closed the connection)
2605 [04:25:55] *** Joins: graingert (sid128301@replaced-ip )
2606 [04:25:58] *** Joins: chasnorw (~c.r.norwo@194.99.106.181)
2607 [04:26:04] *** Joins: Darkfoe (sid402081@replaced-ip )
2608 [04:26:13] *** Joins: Nothing4You (N4Y@replaced-ip )
2609 [04:26:20] *** Joins: infernix (nix@replaced-ip )
2610 [04:26:23] *** Joins: donofrio (~donofrio@replaced-ip )
2611 [04:26:44] <sney> I mean, downloading a deb over https from a debian mirror linked to from a debian.org page is verification enough *for me*, but checksums are present on those mirrors as well if you want to make sure.
2612 [04:27:08] *** Quits: donofrio (~donofrio@replaced-ip ) (Remote host closed the connection)
2613 [04:27:35] *** Joins: donofrio (~donofrio@replaced-ip )
2614 [04:27:47] *** Joins: Manouchehri (sid384576@replaced-ip )
2615 [04:28:06] *** Quits: crn (~c.r.norwo@2600:1700:4000:c3a0::28) (Ping timeout: 244 seconds)
2616 [04:28:24] <sney> (I've been warned against suggesting "just download the deb" in the past and I get it, but one has limited options for a system with no libc.)
2617 [04:28:44] <gerforce> so i need to find the right version of libc, and put it to the right place. Then problem solved?
2618 [04:28:55] <sney> assuming that's all you deleted, yes
2619 [04:29:01] *** debhelper sets mode: +l 1092
2620 [04:29:50] *** Joins: mnemonic (~semeion@replaced-ip )
2621 [04:30:21] <gerforce> what if I want to reinstall the glibc? what should i do?
2622 [04:30:28] *** Quits: gerforce (~b0urne@replaced-ip ) (Quit: WeeChat 2.7.1)
2623 [04:31:23] <sney> I guess they made their decision.
2624 [04:31:45] *** Joins: SirLagz (~SirLagz@replaced-ip )
2625 [04:31:57] *** Joins: gerforce (~b0urne@replaced-ip )
2626 [04:32:04] *** Joins: ddevault (znc@replaced-ip )
2627 [04:32:32] *** Joins: graphicsv (sid340368@replaced-ip )
2628 [04:32:40] *** Quits: donofrio (~donofrio@replaced-ip ) (Remote host closed the connection)
2629 [04:32:42] <graphicsv> Hi
2630 [04:33:07] *** Joins: donofrio (~donofrio@replaced-ip )
2631 [04:33:28] <dvs> sney, nope
2632 [04:33:36] <graphicsv> Since now I've disabled most of my power management settings. I wonder if this will be a problem in my power bill?
2633 [04:33:40] *** Quits: strive (~sedlav@replaced-ip ) (Quit: = "")
2634 [04:33:49] <gerforce> Do i miss anything? I have wrongly leaved the channel.
2635 [04:35:01] *** Joins: strive (~sedlav@replaced-ip )
2636 [04:36:14] <sney> dvs: what are you noping exactly
2637 [04:36:33] <dvs> The decision wasn't made
2638 [04:36:40] <sney> ah.
2639 [04:36:44] *** Joins: citypw (~citypw@replaced-ip )
2640 [04:37:35] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Ping timeout: 244 seconds)
2641 [04:37:48] <sney> gerforce: if you want to reinstall the glibc, securely download and verify the libc6 package and unpack the whole thing. the paths are straightforward and there's nothing special about the permissions.
2642 [04:38:43] *** Quits: elios (~kia@replaced-ip ) (Quit: leaving)
2643 [04:39:03] <sney> .deb packages are extracted with 'ar x filename.deb' and then the contents are in the data tarball.
2644 [04:39:26] *** Joins: e (e@replaced-ip )
2645 [04:39:42] *** Joins: elios (~kia@replaced-ip )
2646 [04:40:32] *** Quits: elios (~kia@replaced-ip ) (Client Quit)
2647 [04:40:42] *** Quits: chasnorw (~c.r.norwo@194.99.106.181) (Ping timeout: 246 seconds)
2648 [04:41:27] <gerforce> sney:so i boot to the livecd, then mount my root patition to a directory. Chroot to that directory, download the libc6 package, the install it
2649 [04:41:53] *** Quits: b1ack0p (~m@replaced-ip ) (Quit: leaving)
2650 [04:42:05] <sney> chroot is optional and may not work, but yes basically
2651 [04:42:14] *** Joins: sincere_fox (uid337158@replaced-ip )
2652 [04:42:29] <sney> (if chroot works, and dpkg -i works afterwards, then you can dpkg -i the package rather than copying the files manually.)
2653 [04:43:13] *** Joins: elios (~kia@replaced-ip )
2654 [04:44:37] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
2655 [04:45:23] <gerforce> sney: I got it. The goal was to put all files of libc package to the right place in the system. But we do it mannually instead of using package manager.
2656 [04:45:31] <sney> yes exactly
2657 [04:45:36] *** Joins: jhill (sid1055@replaced-ip )
2658 [04:45:57] <gerforce> all right, thanks sney
2659 [04:46:02] <sney> np
2660 [04:49:02] *** debhelper sets mode: +l 1098
2661 [04:50:14] *** Quits: krabador (~krabador@replaced-ip ) (Remote host closed the connection)
2662 [04:51:00] *** Joins: holgersson (~quassel@replaced-ip )
2663 [04:53:39] *** Joins: spacebison (~bison@replaced-ip )
2664 [04:55:48] *** oiaohm_ is now known as oiaohm
2665 [05:03:30] *** Parts: jaggz (~jaggz@replaced-ip ) ("Leaving")
2666 [05:03:45] *** Quits: pmy (~user@replaced-ip ) (Ping timeout: 244 seconds)
2667 [05:06:13] *** Joins: pmy (~user@replaced-ip )
2668 [05:17:22] *** Quits: Brainium (~brainium@replaced-ip ) (Quit: Konversation terminated!)
2669 [05:22:59] *** Joins: jmcgnh (~jmcgnh@replaced-ip )
2670 [05:26:16] *** Joins: vutral (uid364305@replaced-ip )
2671 [05:27:45] *** Quits: cliluw (~cliluw@replaced-ip ) (Ping timeout: 240 seconds)
2672 [05:33:54] *** Quits: Bjornn (~Bjornn@replaced-ip ) (Read error: No route to host)
2673 [05:34:12] *** Joins: Bjornn (~Bjornn@replaced-ip )
2674 [05:34:46] *** Quits: pmy (~user@replaced-ip ) (Ping timeout: 256 seconds)
2675 [05:35:17] *** Quits: dvs (~hibbard@replaced-ip ) (Remote host closed the connection)
2676 [05:35:21] *** Joins: pmy (~user@replaced-ip )
2677 [05:41:23] *** Quits: martian67 (~martian67@replaced-ip ) (Ping timeout: 240 seconds)
2678 [05:48:24] *** Joins: satousan (main@replaced-ip )
2679 [05:49:20] *** Joins: cliluw (~cliluw@replaced-ip )
2680 [05:55:26] *** Quits: tristero (~nobody@replaced-ip ) (Ping timeout: 264 seconds)
2681 [05:56:02] *** Quits: Oksana (~Wikiwide@replaced-ip ) (Ping timeout: 264 seconds)
2682 [05:57:42] *** Quits: cliluw (~cliluw@replaced-ip ) (Ping timeout: 260 seconds)
2683 [05:58:15] *** Joins: martian67 (~martian67@replaced-ip )
2684 [05:59:47] *** Quits: luna (~Lunateris@replaced-ip ) (Ping timeout: 240 seconds)
2685 [06:00:51] *** Quits: Lovepump (~grant@replaced-ip ) (Remote host closed the connection)
2686 [06:01:52] *** Joins: tux_de_botina (~dann@replaced-ip )
2687 [06:02:31] *** Joins: cliluw (~cliluw@replaced-ip )
2688 [06:04:08] *** Joins: cryptodan (~cryptodan@replaced-ip )
2689 [06:07:05] *** Quits: Bjornn (~Bjornn@replaced-ip ) (Ping timeout: 240 seconds)
2690 [06:07:06] *** Joins: gnufr33dom (~gnufr33do@replaced-ip )
2691 [06:10:35] *** Quits: polyphem (~p0lyph3m@replaced-ip ) (Ping timeout: 244 seconds)
2692 [06:11:01] *** Joins: Jade_NL (~JadeNL@replaced-ip )
2693 [06:11:04] *** Quits: cryptodan (~cryptodan@replaced-ip ) (Remote host closed the connection)
2694 [06:12:32] *** Joins: hid3 (~arnoldas@replaced-ip )
2695 [06:14:20] *** Joins: diogenes_ (~diogenes_@replaced-ip )
2696 [06:15:45] *** Joins: ibex (~ibex@replaced-ip )
2697 [06:22:48] *** Quits: paradizelost (~paradizel@replaced-ip ) (Ping timeout: 244 seconds)
2698 [06:24:54] *** Joins: tomgray (~quassel@replaced-ip )
2699 [06:25:00] *** Quits: Sleepy63 (~Sleepy63@replaced-ip ) (Ping timeout: 246 seconds)
2700 [06:26:17] *** Quits: nebunez (~user@replaced-ip ) (Ping timeout: 256 seconds)
2701 [06:29:59] *** Quits: tux_de_botina (~dann@replaced-ip ) (Read error: Connection reset by peer)
2702 [06:30:55] *** zalt___ is now known as zalt
2703 [06:32:02] *** Quits: satousan (main@replaced-ip ) (Quit: WeeChat 2.3)
2704 [06:36:59] *** Joins: ckur13 (~ckur13@replaced-ip )
2705 [06:39:06] *** Quits: palimaar (oasd@replaced-ip ) (Ping timeout: 260 seconds)
2706 [06:43:05] *** Quits: chiluk (~quassel@replaced-ip ) (Ping timeout: 240 seconds)
2707 [06:44:35] *** Quits: pmy (~user@replaced-ip ) (Ping timeout: 240 seconds)
2708 [06:45:07] *** Joins: pmy (~user@replaced-ip )
2709 [06:47:39] *** Joins: incentive (~rbatty@replaced-ip )
2710 [06:56:13] *** Quits: runlevel7__ (~runlevel7@replaced-ip ) (Quit: Leaving)
2711 [06:59:18] *** Quits: anoncon (~Falsememo@replaced-ip ) (Ping timeout: 246 seconds)
2712 [07:01:25] *** Quits: pmy (~user@replaced-ip ) (Ping timeout: 240 seconds)
2713 [07:01:55] *** Joins: pmy (~user@replaced-ip )
2714 [07:02:36] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
2715 [07:03:28] *** Quits: pmy (~user@replaced-ip ) (Read error: Connection reset by peer)
2716 [07:07:27] *** Quits: 7ITAADMTA (~Thunderbi@replaced-ip ) (Quit: 7ITAADMTA)
2717 [07:08:07] *** Joins: diogenes_ (~diogenes_@replaced-ip )
2718 [07:08:17] *** Joins: pmy (~user@replaced-ip )
2719 [07:09:01] *** debhelper sets mode: +l 1092
2720 [07:16:56] *** Joins: kein31 (~root@replaced-ip )
2721 [07:17:44] *** Joins: palimaar (oasd@replaced-ip )
2722 [07:21:10] *** Joins: Ericounet (~Eric@replaced-ip )
2723 [07:23:48] *** Quits: Ericounet (~Eric@replaced-ip ) (Remote host closed the connection)
2724 [07:26:48] *** Quits: ChmEarl (~chmearl@replaced-ip ) (Quit: Leaving)
2725 [07:27:36] *** Quits: duskmourn (~duskmourn@replaced-ip ) (Quit: Konversation terminated!)
2726 [07:28:18] *** Joins: duskmourn (~duskmourn@replaced-ip )
2727 [07:31:20] *** Joins: Ericounet (~Eric@replaced-ip )
2728 [07:31:47] *** Joins: bocaneri (sauvin@replaced-ip )
2729 [07:35:00] *** Quits: Prints (~333@replaced-ip ) (Ping timeout: 246 seconds)
2730 [07:39:23] *** Quits: mnemonic (~semeion@replaced-ip ) (Quit: WeeChat 2.9)
2731 [07:40:55] *** Quits: Ericounet (~Eric@replaced-ip ) (Remote host closed the connection)
2732 [07:41:15] *** Joins: Ericounet (~Eric@replaced-ip )
2733 [07:42:00] *** Quits: ckur13 (~ckur13@replaced-ip ) (Quit: Leaving)
2734 [07:50:05] *** Quits: kein31 (~root@replaced-ip ) (Ping timeout: 240 seconds)
2735 [07:52:38] *** Quits: phunyguy (~blaahchm@replaced-ip ) (Ping timeout: 258 seconds)
2736 [07:52:50] *** Joins: electro33 (uid613@replaced-ip )
2737 [07:58:10] *** Quits: lad (~swedishfi@replaced-ip##) (Quit: ZNC 1.7.2+deb3 - ##replaced-url
2738 [07:59:25] *** Quits: cdown (~cdown@replaced-ip ) (Remote host closed the connection)
2739 [07:59:43] *** Joins: cdown (~cdown@replaced-ip )
2740 [08:00:20] *** Quits: pmy (~user@replaced-ip ) (Ping timeout: 256 seconds)
2741 [08:00:29] *** Joins: lad (~swedishfi@replaced-ip )
2742 [08:00:58] *** Joins: pmy (~user@replaced-ip )
2743 [08:02:31] *** Quits: duskmourn (~duskmourn@replaced-ip ) (Ping timeout: 244 seconds)
2744 [08:02:42] *** Joins: dusmourn__ (~duskmourn@replaced-ip )
2745 [08:03:19] *** Joins: phunyguy (~blaahchm@replaced-ip )
2746 [08:04:22] *** Quits: CrystalMath (~coderain@replaced-ip##) (Quit: Support Richard Stallman and other victims of cancel culture! | ##replaced-url
2747 [08:05:11] *** Joins: kein31 (~root@replaced-ip )
2748 [08:09:58] *** Quits: dusmourn__ (~duskmourn@replaced-ip ) (Quit: Konversation terminated!)
2749 [08:11:10] *** Quits: lad (~swedishfi@replaced-ip##) (Quit: ZNC 1.7.2+deb3 - ##replaced-url
2750 [08:11:49] *** Quits: zalt (~devp@replaced-ip ) (Ping timeout: 244 seconds)
2751 [08:12:25] *** Quits: incentive (~rbatty@replaced-ip ) (Quit: Leaving)
2752 [08:13:45] *** Quits: Abrax (~Abrax@replaced-ip ) (Quit: Leaving)
2753 [08:14:02] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
2754 [08:14:37] *** Joins: Abrax (~Abrax@replaced-ip )
2755 [08:14:44] *** Quits: pmy (~user@replaced-ip ) (Ping timeout: 256 seconds)
2756 [08:16:30] *** Joins: pmy (~user@replaced-ip )
2757 [08:17:51] *** Quits: phunyguy (~blaahchm@replaced-ip ) (Read error: Connection reset by peer)
2758 [08:19:01] *** debhelper sets mode: +l 1086
2759 [08:20:19] *** Joins: phunyguy (~blaahchm@replaced-ip )
2760 [08:20:57] *** Joins: ckur13 (~ckur13@replaced-ip )
2761 [08:21:17] *** Quits: yonder (~yonder@replaced-ip ) (Remote host closed the connection)
2762 [08:23:19] *** Joins: czesmir (~stefan@replaced-ip )
2763 [08:26:59] *** Quits: cliluw (~cliluw@replaced-ip ) (Ping timeout: 240 seconds)
2764 [08:29:00] *** Joins: croepha2 (~textual@replaced-ip )
2765 [08:29:13] <croepha2> So, lets say I want the binaries of a package, but I don't want them configured (ie, like I don't want setup scripts to run, or setup the service to run automatically)... Is there a way to apt install a package and have it skip configuration for a package?
2766 [08:31:25] *** Quits: palimaar (oasd@replaced-ip ) (Ping timeout: 240 seconds)
2767 [08:31:26] *** Quits: ragouel (~crow11@replaced-ip ) (Ping timeout: 245 seconds)
2768 [08:33:02] *** Joins: Grldfrdom (uid391113@replaced-ip )
2769 [08:35:34] *** Quits: ckur13 (~ckur13@replaced-ip ) (Quit: Leaving)
2770 [08:37:27] *** Joins: fflori (~fflori@replaced-ip )
2771 [08:47:05] *** Joins: fred1m (~quassel@replaced-ip )
2772 [08:47:11] *** Joins: ragouel (~crow11@replaced-ip )
2773 [08:49:52] *** Joins: stitched_unicorn (~stitched_@replaced-ip )
2774 [08:56:23] *** Quits: grummund (~unknown@replaced-ip ) (Remote host closed the connection)
2775 [08:57:30] *** Quits: dez (uid92154@replaced-ip ) (Quit: Connection closed for inactivity)
2776 [08:59:53] *** Quits: Cabanossi (~Cabanossi@replaced-ip ) (Quit: Bye, bye...)
2777 [09:03:08] *** Joins: Cabanossi (~Cabanossi@replaced-ip )
2778 [09:03:19] *** Quits: unluckyshrubbery (~unluckysh@replaced-ip##) (Quit: ZNC 1.8.1 - ##replaced-url
2779 [09:06:54] *** Joins: NetTerminalGene (~Thunderbi@replaced-ip )
2780 [09:12:09] *** Joins: orange_romeda (orange_rom@replaced-ip )
2781 [09:12:24] *** Joins: incentive (~rbatty@replaced-ip )
2782 [09:13:02] *** Joins: grummund (~unknown@replaced-ip )
2783 [09:15:05] *** Quits: iliv (~iliv@replaced-ip ) (Ping timeout: 240 seconds)
2784 [09:15:44] *** Joins: nickodd (~nickodd@replaced-ip )
2785 [09:16:27] *** Joins: iliv (~iliv@replaced-ip )
2786 [09:16:58] *** Joins: AquaL1te (~AquaL1te@replaced-ip )
2787 [09:18:37] *** Quits: dfcnvt (~tagraf@replaced-ip ) (Ping timeout: 256 seconds)
2788 [09:19:02] *** debhelper sets mode: +l 1092
2789 [09:20:15] *** Joins: dfcnvt (tagraf@replaced-ip )
2790 [09:21:10] *** Joins: Haudegen (~quassel@replaced-ip )
2791 [09:21:38] *** Joins: r4u1 (~raf@replaced-ip )
2792 [09:24:04] *** Quits: Rurd2di (Rurd2di@replaced-ip ) ()
2793 [09:29:12] *** Joins: tagomago (~tagomago@replaced-ip )
2794 [09:32:50] *** Quits: lesless (~lessless@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
2795 [09:34:05] *** Quits: luuuciano_ (~luuuciano@replaced-ip ) (Ping timeout: 240 seconds)
2796 [09:35:07] *** Joins: luuuciano_ (~luuuciano@replaced-ip )
2797 [09:40:43] *** Joins: zalt (~devp@replaced-ip )
2798 [09:42:44] *** Joins: palimaar (oasd@replaced-ip )
2799 [09:42:46] *** Joins: drprune (~eliot@replaced-ip )
2800 [09:43:30] *** Quits: r4u1 (~raf@replaced-ip ) (Quit: leaving)
2801 [09:44:29] *** Joins: platvoeten (~platvoete@replaced-ip )
2802 [09:45:57] *** Quits: vutral (uid364305@replaced-ip ) (Quit: Connection closed for inactivity)
2803 [09:47:10] *** Joins: k4nz1 (~Thunderbi@replaced-ip )
2804 [09:48:00] *** Quits: k4nz (~Thunderbi@replaced-ip ) (Ping timeout: 246 seconds)
2805 [09:48:00] *** k4nz1 is now known as k4nz
2806 [09:48:10] *** Joins: Arahael (~arahael@replaced-ip )
2807 [09:49:45] *** Joins: d3vnull (devnull@replaced-ip )
2808 [09:51:25] *** Joins: dastier (~dastier@replaced-ip )
2809 [09:55:53] *** Joins: alpernebbi (~quassel@replaced-ip )
2810 [09:59:02] *** debhelper sets mode: +l 1100
2811 [09:59:42] *** Joins: atlizz_ (~atlizz@replaced-ip )
2812 [09:59:46] <atlizz_> hey folks
2813 [10:00:17] *** Quits: Betal (~Betal@replaced-ip ) (Quit: WeeChat 2.9)
2814 [10:00:26] <atlizz_> a question... I just woke up and watch logs from my server, and i see connections to ssh accepted publickey, all night long, every 4 minutes exactly
2815 [10:00:34] *** Joins: Kevlar_Noir (~manjaro-u@replaced-ip )
2816 [10:00:57] <atlizz_> why is that? my ssh sessions should terminate after that time... but i dont understand why is accepting my publicKey if im sleeping
2817 [10:01:06] <atlizz_> oooh
2818 [10:01:08] <atlizz_> i know now
2819 [10:01:12] <atlizz_> Valentina studio
2820 [10:01:16] *** Joins: mezzo (~mezzo@replaced-ip )
2821 [10:01:17] <atlizz_> i let that software open
2822 [10:01:25] *** Quits: pmy (~user@replaced-ip ) (Ping timeout: 240 seconds)
2823 [10:01:29] <atlizz_> for database , tunneled by ssh
2824 [10:01:32] <atlizz_> is that, for sure
2825 [10:02:33] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
2826 [10:03:41] *** Joins: pmy (~user@replaced-ip )
2827 [10:05:54] *** Quits: renzhi (~renzhi@replaced-ip ) (Ping timeout: 256 seconds)
2828 [10:07:25] *** atlizz_ is now known as atlizz
2829 [10:07:33] *** Joins: coot (~coot@replaced-ip )
2830 [10:12:07] *** Joins: Miles8of9 (~miles@replaced-ip )
2831 [10:13:17] *** Quits: Dragon092 (~Dragon@replaced-ip ) (Ping timeout: 246 seconds)
2832 [10:13:17] *** Quits: n_1-c_k (~n_1-c_k@replaced-ip ) (Read error: Connection reset by peer)
2833 [10:13:39] *** Joins: n_1-c_k (~n_1-c_k@replaced-ip )
2834 [10:15:29] *** Quits: Zppix (uid182351@replaced-ip ) (Quit: Connection closed for inactivity)
2835 [10:21:09] *** Quits: SirLagz (~SirLagz@replaced-ip ) (Read error: Connection reset by peer)
2836 [10:21:39] *** Joins: SirLagz (~SirLagz@replaced-ip )
2837 [10:21:43] *** Quits: Tempesta (Tempesta@replaced-ip ) (Read error: Connection reset by peer)
2838 [10:22:07] *** Joins: Tempesta (Tempesta@replaced-ip )
2839 [10:23:59] *** Joins: bestucan (~bestucan@replaced-ip )
2840 [10:24:32] *** Joins: user217217 (~user21721@replaced-ip )
2841 [10:24:46] *** Quits: user217217 (~user21721@replaced-ip ) (Client Quit)
2842 [10:26:16] <drprune> So, I'm using testing, and lately apt-get dist-upgrade wants to remove 708 packages. Any tips on finding the original cause of this? I suspect it is librar[y|ies] removal - but which?
2843 [10:27:48] <drprune> and is this situation likely to improve if I way (T=?)
2844 [10:27:54] <drprune> wait (T=?)
2845 [10:28:21] <quadrathoch2> !testing
2846 [10:28:21] <dpkg> Testing is a continuously updated release between <stable> and <unstable>, currently codenamed <bullseye>. See replaced-url
2847 [10:28:24] <quadrathoch2> drprune ^
2848 [10:28:54] <drprune> Yah I know. In general it has not been that bumpy...
2849 [10:29:10] <nkuttler> !debian-next
2850 [10:29:10] <dpkg> #debian-next is the channel for testing/unstable support on the OFTC network (irc.oftc.net), *not* on freenode. If you get "Cannot join #debian-next (Channel is invite only)." it means you did not read it's on irc.oftc.net. See also replaced-url
2851 [10:29:25] *** Joins: unluckyshrubbery (~unluckysh@replaced-ip )
2852 [10:29:48] <drprune> OK I'll take it over there...
2853 [10:31:14] *** Quits: JohnDoh (~jeff@replaced-ip ) (Quit: leaving)
2854 [10:32:05] *** Quits: pmy (~user@replaced-ip ) (Ping timeout: 240 seconds)
2855 [10:34:31] *** Joins: pmy (~user@replaced-ip )
2856 [10:36:10] *** Joins: bouzu_ (~bouzu_@replaced-ip )
2857 [10:38:59] *** Quits: cdown (~cdown@replaced-ip ) (Read error: Connection reset by peer)
2858 [10:39:15] *** Joins: cdown (~cdown@replaced-ip )
2859 [10:40:23] *** Quits: Adbray (~Adbray@replaced-ip ) (Quit: Ah! By Brain!)
2860 [10:40:57] *** Joins: squarecircle (~root@replaced-ip )
2861 [10:42:11] *** Joins: Tobbi (~Tobbi@replaced-ip )
2862 [10:42:23] *** Joins: ceska (~Cieska@replaced-ip )
2863 [10:46:26] *** Quits: incentive (~rbatty@replaced-ip ) (Quit: Leaving)
2864 [10:52:21] *** Quits: orange_romeda (orange_rom@replaced-ip ) (Quit: Leaving)
2865 [10:56:38] *** Joins: Jerrynicki (~niklas@replaced-ip )
2866 [10:57:00] *** Quits: d3vnull (devnull@replaced-ip ) (Quit: Lost terminal)
2867 [10:58:00] *** Joins: Adbray (~Adbray@replaced-ip )
2868 [10:59:23] <Regor> hi i have huwai usb mobile wireless modem it is listed in lsusb output "" Bus 002 Device 005: ID 12d1:1446 Huawei Technologies Co., Ltd. HSPA modem". but network manager doesnt detect it ..how to fix it?
2869 [11:00:49] *** Joins: ventos (ventos@replaced-ip )
2870 [11:01:25] *** Quits: pmy (~user@replaced-ip ) (Ping timeout: 264 seconds)
2871 [11:02:11] *** Joins: JohnDoh (~jeff@replaced-ip )
2872 [11:03:12] *** Joins: diogenes_ (~diogenes_@replaced-ip )
2873 [11:03:19] *** Joins: pmy (~user@replaced-ip )
2874 [11:04:38] *** Quits: JohnDoh (~jeff@replaced-ip ) (Client Quit)
2875 [11:05:02] *** Quits: Gazooo (~Gazooo@replaced-ip##) (Quit: The Lounge - ##replaced-url
2876 [11:05:49] *** Quits: Abdullah (ak@replaced-ip ) (Read error: Connection reset by peer)
2877 [11:06:07] <Regor> i downloaded complete tarball nonfree-firmware replaced-url
2878 [11:08:04] *** Joins: JohnDoh (~jeff@replaced-ip )
2879 [11:08:11] <ratrace> Regor: or just apt install it?
2880 [11:08:30] *** Quits: Tempesta (Tempesta@replaced-ip ) (Quit: AdiIRC is updating to v3.9 Beta Build (2020/07/24 UTC) 64 Bit)
2881 [11:08:34] *** Joins: Gazooo (~Gazooo@replaced-ip )
2882 [11:08:35] <ratrace> Regor: if there's firmware missing, it'd be logged in dmesg, so dmesg | grep -i firmware
2883 [11:08:47] *** Joins: Tempesta (Tempesta@replaced-ip )
2884 [11:08:53] <Regor> ok i check
2885 [11:09:47] *** Quits: sincere_fox (uid337158@replaced-ip ) (Quit: Connection closed for inactivity)
2886 [11:11:00] <Regor> i get this " 0.399221] pci 0000:02:00.0: [Firmware Bug]: disabling VPD access (can't determine size of non-standard VPD format)"
2887 [11:11:47] <Regor> i actually tried few firmware related with usb wireless .. but ididnt work so i uninstalled them..
2888 [11:12:36] <ratrace> installing firmware doesn't make sense if the kernel is not asking for it
2889 [11:13:08] <ratrace> as for that output you have, it may or may not be related, it's same pci bus but the error message isn't referring to device 005
2890 [11:13:20] <Regor> ys.. actually i did it first.. but after lsusb..its listed so i didnt do anything after that..
2891 [11:14:21] <Regor> output might be related with the firmware i installed and removed..
2892 [11:14:31] <ratrace> modems and bluetooth devices are notorious like that, no firmware missing and yet they don't work
2893 [11:14:39] <Regor> ohh
2894 [11:15:08] <Regor> system detects well thats its huawei modem usb...
2895 [11:15:58] <ratrace> !pciid 12d1:1446
2896 [11:16:01] *** Joins: jo3 (~root@replaced-ip )
2897 [11:16:12] <ratrace> judd: pciid 12d1:1446
2898 [11:16:44] <ratrace> huh
2899 [11:16:56] <diogenes_> maybe dot or comma?
2900 [11:17:11] <ratrace> ,pciid 12d1:1446
2901 [11:17:56] <ratrace> it responded in privmsg..... meh... "[12d1:1446] is 'Unknown device' from 'PSITech' with no known kernel module in stretch or in sid. See also replaced-url
2902 [11:17:58] <Regor> can i choose a different connection type besides "mobile broadband" so it may work ?
2903 [11:18:56] <ratrace> yeah well judd ain't here, duh lolol
2904 [11:19:15] <Regor> this device worked in all *buntus..though..
2905 [11:20:02] <ratrace> Regor: try and find out what ubuntu does for it. ubuntu often adds "SAUCE" patches to the kernel for hardware enablement, patches that are specific for ubuntu and not upstreamed to the mainline kernel (thus not available to other distros)
2906 [11:20:24] *** Joins: ob-sed (~obesd@replaced-ip )
2907 [11:20:43] <Regor> yeah..ubuntu puts lots of non-free blobs..
2908 [11:22:04] <Regor> ok i check this device in friends ubuntu machine..
2909 [11:22:55] <ratrace> Regor: lspci -vk should be useful in detecting the module name, then you can track it down and see where it comes from
2910 [11:23:11] <Regor> ok i do it
2911 [11:25:58] <diogenes_> Regor, have you trien contrib non-free firmware?
2912 [11:26:12] <Regor> not yet
2913 [11:27:31] <ratrace> if firmware were missing, the kernel would log the path to missing firmware file, and apt-file could be used to track the package. hence the dmesg | grep -i firmware
2914 [11:27:36] <diogenes_> Regor, download a non-free live iso and try it out off a USB drive.
2915 [11:27:43] <Regor> i have downloaded the tarball of non-free firmwares .. device is though listed in "lsusb" after plugging
2916 [11:29:01] *** debhelper sets mode: +l 1106
2917 [11:29:11] *** Quits: dastier (~dastier@replaced-ip ) (Remote host closed the connection)
2918 [11:29:37] <Regor> replaced-url
2919 [11:30:01] <Regor> check this.if something ican do with it ..
2920 [11:30:45] <Regor> though i dont think firmware is missing .. because it detects its type..
2921 [11:30:59] *** Quits: SirLagz (~SirLagz@replaced-ip ) (Ping timeout: 246 seconds)
2922 [11:31:09] <Regor> honestly i dont know .. i just doing enough attempts ..
2923 [11:32:44] <ratrace> hardware could be detected even without firmware
2924 [11:33:12] <ratrace> Regor: you can download the ubuntu live USB and boot it without installing, to check and trace the module
2925 [11:33:48] <ratrace> ... infact hardware MUST be detected without firmware, as the kernel must know which module to load and the module then requires firmware
2926 [11:33:55] <Regor> ys..i think my friend have live usb iso so i can find out details about it ..
2927 [11:34:48] <diogenes_> Regor, few days ago there was an user with some firmware troubles too, i suggested him for testing purpose this: replaced-url
2928 [11:35:10] <diogenes_> and it fixed his issue.
2929 [11:35:14] <Regor> ok ..i check that. too
2930 [11:36:20] <ratrace> I don't think the xanmod introduces any hardware enablement. it only reconfigures and patches the mainline kernel for a lowlatency use
2931 [11:37:01] <ratrace> anyhow installing, using and problems caused by it are not supported in #debian
2932 [11:40:40] <Regor> ys
2933 [11:41:45] <Regor> exactly ..i want to fix it with official debian way..
2934 [11:43:21] *** Quits: croepha2 (~textual@replaced-ip ) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2935 [11:43:22] *** Quits: drprune (~eliot@replaced-ip ) (Ping timeout: 260 seconds)
2936 [11:44:02] *** Joins: towo` (~towo@replaced-ip )
2937 [11:45:50] *** Quits: awal1 (~awal1@replaced-ip ) (Quit: Leaving)
2938 [11:53:00] *** Joins: affix (~affix@replaced-ip )
2939 [11:53:59] *** Quits: atlizz (~atlizz@replaced-ip ) (Ping timeout: 244 seconds)
2940 [11:54:28] *** Joins: Neo_Chen (~Neo_Chen@replaced-ip )
2941 [11:55:12] *** Joins: asymptotically (~asymptoti@replaced-ip )
2942 [11:55:25] *** Quits: ob-sed (~obesd@replaced-ip ) (Ping timeout: 264 seconds)
2943 [11:56:11] *** Quits: trap-chan (~steph@replaced-ip ) (Remote host closed the connection)
2944 [11:57:12] *** Quits: zalt (~devp@replaced-ip ) (Ping timeout: 256 seconds)
2945 [11:58:18] *** Quits: nevivurn (~nevivurn@replaced-ip ) (Ping timeout: 260 seconds)
2946 [11:58:22] *** Joins: bouzu__ (~bouzu_@replaced-ip )
2947 [12:00:56] *** Quits: bouzu_ (~bouzu_@replaced-ip ) (Ping timeout: 256 seconds)
2948 [12:01:00] *** Joins: Abdullah (ak@replaced-ip )
2949 [12:02:05] *** Quits: Abdullah (ak@replaced-ip ) (Client Quit)
2950 [12:02:17] *** Joins: Abdullah (ak@replaced-ip )
2951 [12:05:34] *** Quits: cdown (~cdown@replaced-ip ) (Read error: Connection reset by peer)
2952 [12:06:06] *** Joins: OptimusMKD (~optimusmk@replaced-ip )
2953 [12:07:33] *** Joins: cdown (~cdown@replaced-ip )
2954 [12:08:07] *** Quits: Abdullah (ak@replaced-ip ) (Quit: Abdullah)
2955 [12:09:14] *** Joins: Ycarus (~Ycarus@replaced-ip )
2956 [12:10:02] *** Quits: dselect (~dselect@replaced-ip ) (Quit: ouch... that hurt)
2957 [12:11:16] *** Joins: dselect (~dselect@replaced-ip )
2958 [12:11:32] *** Quits: towo` (~towo@replaced-ip ) (Quit: Leaving)
2959 [12:12:20] *** Joins: Prints (~333@replaced-ip )
2960 [12:13:05] *** Quits: bpsecret (~bpsecret@replaced-ip ) (Ping timeout: 240 seconds)
2961 [12:14:17] *** Joins: vutral (uid364305@replaced-ip )
2962 [12:14:48] *** grumble is now known as rawr
2963 [12:15:59] *** Joins: bpsecret (~bpsecret@replaced-ip )
2964 [12:16:42] *** Joins: atlizz (~atlizz@replaced-ip )
2965 [12:18:51] *** Joins: nifker (~Thunderbi@replaced-ip )
2966 [12:24:11] *** Joins: towo` (~towo@replaced-ip )
2967 [12:25:58] *** Quits: k4nz (~Thunderbi@replaced-ip ) (Read error: Connection reset by peer)
2968 [12:26:45] *** Joins: k4nz (~Thunderbi@replaced-ip )
2969 [12:26:57] *** Quits: Tobbi (~Tobbi@replaced-ip ) (Ping timeout: 272 seconds)
2970 [12:29:14] *** Joins: Vizva (~Vizva@replaced-ip )
2971 [12:30:08] *** Quits: pmy (~user@replaced-ip ) (Ping timeout: 256 seconds)
2972 [12:32:11] *** Joins: pmy (~user@replaced-ip )
2973 [12:32:47] *** Joins: Oksana (~Wikiwide@replaced-ip )
2974 [12:32:56] *** Quits: Oksana (~Wikiwide@replaced-ip ) (Remote host closed the connection)
2975 [12:35:23] *** Joins: Oksana (~Wikiwide@replaced-ip )
2976 [12:35:41] *** Quits: Oksana (~Wikiwide@replaced-ip ) (Remote host closed the connection)
2977 [12:36:19] *** Joins: Oksana (~Wikiwide@replaced-ip )
2978 [12:37:32] *** Joins: thoros (~thoros@replaced-ip )
2979 [12:38:17] *** Joins: eventhorizon5 (~smuxi@replaced-ip )
2980 [12:46:41] *** Quits: Jerrynicki (~niklas@replaced-ip ) (Ping timeout: 244 seconds)
2981 [12:47:03] *** Quits: timofonic (~timofonic@replaced-ip ) (Read error: Connection reset by peer)
2982 [12:48:17] *** Quits: alpernebbi (~quassel@replaced-ip ) (Quit: alpernebbi)
2983 [12:48:46] *** Quits: AquaL1te (~AquaL1te@replaced-ip ) (Quit: leaving)
2984 [12:53:26] *** Joins: nevivurn (~nevivurn@replaced-ip )
2985 [12:58:15] *** Joins: Jerrynicki (~niklas@replaced-ip )
2986 [12:58:46] *** Joins: banox (~banox@replaced-ip )
2987 [13:00:43] *** Joins: jrgill (~jrgill@replaced-ip )
2988 [13:00:52] *** Joins: Lord_of_Life_ (~Lord@replaced-ip )
2989 [13:01:25] *** Quits: pmy (~user@replaced-ip ) (Ping timeout: 264 seconds)
2990 [13:01:34] *** Joins: thiras (~thiras@replaced-ip )
2991 [13:03:00] *** Joins: pmy (~user@replaced-ip )
2992 [13:03:41] *** Quits: Christian75 (~Christian@replaced-ip ) (Remote host closed the connection)
2993 [13:04:09] *** Quits: Lord_of_Life (~Lord@replaced-ip ) (Ping timeout: 256 seconds)
2994 [13:04:16] *** Lord_of_Life_ is now known as Lord_of_Life
2995 [13:04:33] *** Joins: zyleb (~zyley@replaced-ip )
2996 [13:05:01] *** Quits: dpkg (~dpkg@replaced-ip ) (Quit: buh bye!)
2997 [13:05:18] *** Joins: dpkg (~dpkg@replaced-ip )
2998 [13:05:18] *** Joins: Christian75 (~Christian@replaced-ip )
2999 [13:05:29] *** Quits: zyley (~zyley@replaced-ip ) (Read error: Connection reset by peer)
3000 [13:05:54] *** Quits: thoros (~thoros@replaced-ip ) (Quit: WeeChat 2.8)
3001 [13:08:37] *** Quits: palimaar (oasd@replaced-ip ) (Ping timeout: 246 seconds)
3002 [13:09:37] *** Quits: JohnML (~john1@replaced-ip ) (Remote host closed the connection)
3003 [13:10:54] *** Joins: Tobbi (~Tobbi@replaced-ip )
3004 [13:12:03] *** Quits: zyleb (~zyley@replaced-ip ) (Read error: Connection reset by peer)
3005 [13:12:33] *** Joins: zyleb (~zyley@replaced-ip )
3006 [13:13:41] *** Joins: Abdullah (ak@replaced-ip )
3007 [13:14:05] *** Quits: jrgill (~jrgill@replaced-ip ) (Ping timeout: 240 seconds)
3008 [13:17:24] *** Quits: Sayona (~sayona@replaced-ip ) (Read error: Connection reset by peer)
3009 [13:17:59] *** Quits: donofrio (~donofrio@replaced-ip ) (Remote host closed the connection)
3010 [13:18:28] *** Joins: donofrio (~donofrio@replaced-ip )
3011 [13:18:28] *** Joins: G__81 (~G__81@replaced-ip )
3012 [13:18:39] *** Parts: G__81 (~G__81@replaced-ip ) ()
3013 [13:20:13] *** Joins: Sayona (~sayona@replaced-ip )
3014 [13:21:06] *** Quits: Abdullah (ak@replaced-ip ) (Quit: Abdullah)
3015 [13:23:53] *** Quits: k4nz (~Thunderbi@replaced-ip ) (Read error: Connection reset by peer)
3016 [13:24:51] *** Joins: k4nz (~Thunderbi@replaced-ip )
3017 [13:27:32] <cybrNaut> is there a functional difference between doing a package upgrade, and a package removal followed by an installation of a newer version?
3018 [13:27:38] *** Quits: Kevlar_Noir (~manjaro-u@replaced-ip ) (Quit: Konversation terminated!)
3019 [13:28:06] <quadrathoch2> cybrNaut probably not
3020 [13:28:25] <quadrathoch2> except you purge (that would remove any config files)
3021 [13:28:51] *** Joins: JohnML (~john1@replaced-ip )
3022 [13:30:37] <cybrNaut> i thought config files normally stayed around. guess i'll have to back them up
3023 [13:31:34] *** Quits: Oksana (~Wikiwide@replaced-ip ) (Remote host closed the connection)
3024 [13:32:03] <quadrathoch2> cybrNaut when you apt remove, config files stay, purge removes config files (package provided ones, not the local ones)
3025 [13:32:13] *** Joins: Oksana (~Wikiwide@replaced-ip )
3026 [13:32:35] <cybrNaut> ok, good
3027 [13:38:53] *** Quits: donofrio (~donofrio@replaced-ip ) (Remote host closed the connection)
3028 [13:39:28] *** Joins: donofrio (~donofrio@replaced-ip )
3029 [13:40:10] *** Quits: donofrio (~donofrio@replaced-ip ) (Remote host closed the connection)
3030 [13:40:16] *** Joins: netcrash (~charmande@replaced-ip )
3031 [13:40:39] *** Joins: donofrio (~donofrio@replaced-ip )
3032 [13:43:16] *** Quits: eki (~eki@replaced-ip ) (Quit: leaving)
3033 [13:46:02] *** Joins: ob-sed (~obesd@replaced-ip )
3034 [13:46:26] *** Joins: eki (~eki@replaced-ip )
3035 [13:46:53] *** Joins: black_ant (~antilope@replaced-ip )
3036 [13:48:33] *** Quits: halvors (~Thunderbi@replaced-ip ) (Quit: halvors)
3037 [13:49:36] *** Quits: silverballz (~hidden@replaced-ip ) (Quit: One for all, all for One (2 Corinthians 5))
3038 [13:51:24] *** Joins: silverwhitefish (~hidden@replaced-ip )
3039 [13:51:29] *** Joins: hyskaru (~hyskaru@replaced-ip )
3040 [13:52:13] *** Quits: Adbray (~Adbray@replaced-ip ) (Ping timeout: 260 seconds)
3041 [13:57:38] *** Joins: tsujp (~tsujp@replaced-ip )
3042 [13:57:50] *** Quits: tsujp (~tsujp@replaced-ip ) (Client Quit)
3043 [14:00:42] *** Joins: _0bitcount (~Big_Byte@replaced-ip )
3044 [14:02:16] *** Joins: palimaar (oasd@replaced-ip )
3045 [14:08:14] *** Quits: gacekjk (~gacekjk@replaced-ip ) (Quit: leaving)
3046 [14:11:41] *** Joins: gacekjk (~gacekjk@replaced-ip )
3047 [14:12:10] *** Quits: Vizva (~Vizva@replaced-ip ) (Remote host closed the connection)
3048 [14:13:12] *** Quits: cdown (~cdown@replaced-ip ) (Remote host closed the connection)
3049 [14:13:28] *** Joins: cdown (~cdown@replaced-ip )
3050 [14:13:48] *** Joins: fstd_ (~fstd@replaced-ip )
3051 [14:15:26] *** Joins: ddsys (~ddsys@replaced-ip )
3052 [14:17:07] *** Joins: Kiwis (6dd4f82d@replaced-ip )
3053 [14:17:37] *** Joins: Adbray (~Adbray@replaced-ip )
3054 [14:18:13] *** Quits: fstd (~fstd@replaced-ip ) (Ping timeout: 264 seconds)
3055 [14:18:15] *** fstd_ is now known as fstd
3056 [14:19:01] *** debhelper sets mode: +l 1113
3057 [14:19:59] *** Joins: Abdullah (ak@replaced-ip )
3058 [14:20:02] *** Quits: donofrio (~donofrio@replaced-ip ) (Ping timeout: 246 seconds)
3059 [14:20:25] *** Quits: Abdullah (ak@replaced-ip ) (Client Quit)
3060 [14:20:39] *** Joins: Abdullah (ak@replaced-ip )
3061 [14:21:52] *** Quits: n_1-c_k (~n_1-c_k@replaced-ip ) (Read error: Connection reset by peer)
3062 [14:22:36] *** Joins: winy (~vince@replaced-ip )
3063 [14:22:52] *** Joins: n_1-c_k (~n_1-c_k@replaced-ip )
3064 [14:23:23] *** Quits: d3sync (~d3sync@replaced-ip ) (Ping timeout: 240 seconds)
3065 [14:23:42] *** Joins: zapatista (~zapatista@replaced-ip )
3066 [14:23:56] *** Quits: vutral (uid364305@replaced-ip ) (Quit: Connection closed for inactivity)
3067 [14:24:18] *** Quits: Jerrynicki (~niklas@replaced-ip ) (Ping timeout: 260 seconds)
3068 [14:25:09] *** Joins: tomyangsh (~Thunderbi@replaced-ip )
3069 [14:25:33] *** Quits: zapatista (~zapatista@replaced-ip ) (Client Quit)
3070 [14:26:42] *** Joins: LCRERGO (~lucas@replaced-ip )
3071 [14:28:54] <LCRERGO> What is the repo in salsa that is used for packing emacs?
3072 [14:29:21] *** Joins: d3sync (~d3sync@replaced-ip )
3073 [14:29:47] *** Joins: guerby (~guerby@replaced-ip )
3074 [14:31:19] *** Joins: Dragon092 (~Dragon@replaced-ip )
3075 [14:34:08] <annadane> LCRERGO, i think this replaced-url
3076 [14:34:27] *** Quits: n_1-c_k (~n_1-c_k@replaced-ip ) (Quit: WeeChat 2.9)
3077 [14:34:34] <annadane> though the description says 25.2 where emacs in buster is 26
3078 [14:35:47] *** Quits: MatrixBottolonie (~matrixirc@replaced-ip ) (Remote host closed the connection)
3079 [14:36:13] *** Quits: ob-sed (~obesd@replaced-ip ) (Ping timeout: 264 seconds)
3080 [14:36:23] <annadane> on the other hand this may be the main group replaced-url
3081 [14:36:36] <annadane> probably more on point than my earlier reply
3082 [14:37:24] <annadane> i'm not being very helpful :/
3083 [14:38:12] *** Joins: ropeiX0e (~ropeiX0e@replaced-ip )
3084 [14:38:40] <LCRERGO> no problem, I'm a little lost because there are around 3 repos with the same name
3085 [14:39:34] *** Joins: MatrixBottolonie (~matrixirc@replaced-ip )
3086 [14:41:10] *** Quits: leorat (~leorat@replaced-ip ) (Quit: Leaving)
3087 [14:41:38] *** Quits: atlizz (~atlizz@replaced-ip ) (Ping timeout: 264 seconds)
3088 [14:41:45] *** Joins: ob-sed (~obesd@replaced-ip )
3089 [14:42:22] *** Quits: well_laid_lawn (~Jean-luc@replaced-ip ) (Quit: WeeChat 2.8)
3090 [14:43:21] *** Joins: polyphem (~p0lyph3m@replaced-ip )
3091 [14:44:16] *** Quits: ropeiX0e (~ropeiX0e@replaced-ip ) (Quit: ropeiX0e)
3092 [14:45:21] *** Joins: timofonic (~timofonic@replaced-ip )
3093 [14:47:07] <annadane> LCRERGO, maybe you can contact them directly debian-emacsen@lists.debian.org
3094 [14:51:11] *** Joins: klokken (~klokken@replaced-ip )
3095 [14:52:32] *** Joins: zeden (~user@replaced-ip )
3096 [14:52:47] <annadane> LCRERGO, the first link i gave (replaced-url
3097 [14:53:25] *** Joins: atlizz (~atlizz@replaced-ip )
3098 [14:53:48] <annadane> please remind me not to answer more questions unless i know for sure what the answer is :|
3099 [14:54:09] *** Quits: zyleb (~zyley@replaced-ip ) (Remote host closed the connection)
3100 [14:54:35] *** Joins: zyleb (~zyley@replaced-ip )
3101 [14:56:27] <quadrathoch2> annadane just relax a little more ;) you don't need to answer every single question ;)
3102 [14:56:34] *** Quits: yokel (~yokel@replaced-ip ) (Ping timeout: 260 seconds)
3103 [14:57:04] *** Quits: gigetoo (~gigetoo@replaced-ip ) (Ping timeout: 256 seconds)
3104 [14:57:28] *** Quits: LCRERGO (~lucas@replaced-ip ) (Ping timeout: 256 seconds)
3105 [14:57:33] *** Joins: yokel (~yokel@replaced-ip )
3106 [14:57:35] *** Joins: gigetoo (~gigetoo@replaced-ip )
3107 [14:57:42] *** Quits: hyskaru (~hyskaru@replaced-ip ) (Quit: hyskaru)
3108 [14:58:06] *** Quits: bestucan (~bestucan@replaced-ip ) (Quit: Leaving)
3109 [15:00:35] *** Quits: pmy (~user@replaced-ip ) (Ping timeout: 240 seconds)
3110 [15:00:58] *** Quits: MatrixBottolonie (~matrixirc@replaced-ip ) (Remote host closed the connection)
3111 [15:02:10] *** Joins: Zppix (uid182351@replaced-ip )
3112 [15:02:58] *** Joins: pmy (~user@replaced-ip )
3113 [15:06:32] <epsilon> ehm, if I download replaced-url
3114 [15:06:59] *** Quits: greatgatsby (~greatgats@replaced-ip ) (Remote host closed the connection)
3115 [15:07:04] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
3116 [15:08:49] *** Quits: longears (longears@replaced-ip ) (Ping timeout: 256 seconds)
3117 [15:10:47] <quadrathoch2> epsilon replaced-url
3118 [15:11:23] <epsilon> quadrathoch2: know, already verified
3119 [15:11:54] <quadrathoch2> so what was the question then? epsilon
3120 [15:13:23] *** Quits: k4nz (~Thunderbi@replaced-ip ) (Read error: Connection reset by peer)
3121 [15:14:18] *** Joins: k4nz (~Thunderbi@replaced-ip )
3122 [15:16:00] *** Quits: sinaowolabi (~Sina@replaced-ip ) (Ping timeout: 244 seconds)
3123 [15:18:41] *** Joins: sinaowolabi (~Sina@replaced-ip )
3124 [15:18:58] *** Quits: winy (~vince@replaced-ip ) (Quit: Leaving.)
3125 [15:21:28] *** Joins: SirLagz (~SirLagz@replaced-ip )
3126 [15:25:42] *** Joins: k4nz1 (~Thunderbi@replaced-ip )
3127 [15:25:52] *** esran_ is now known as esran
3128 [15:26:29] *** Joins: mfranzwa (~mfranzwa@replaced-ip )
3129 [15:28:24] *** Quits: k4nz (~Thunderbi@replaced-ip ) (Read error: Connection reset by peer)
3130 [15:28:24] *** k4nz1 is now known as k4nz
3131 [15:29:10] *** Joins: winy (~vince@replaced-ip )
3132 [15:30:00] *** Quits: pmy (~user@replaced-ip ) (Ping timeout: 265 seconds)
3133 [15:30:34] *** Joins: MatrixBottolonie (~matrixirc@replaced-ip )
3134 [15:31:30] *** Joins: rebrec (~rebrec@replaced-ip )
3135 [15:31:45] *** Joins: pmy (~user@replaced-ip )
3136 [15:34:35] *** Quits: dadinn (~dadinn@replaced-ip ) (Ping timeout: 246 seconds)
3137 [15:35:02] *** Quits: palimaar (oasd@replaced-ip ) (Ping timeout: 264 seconds)
3138 [15:38:16] *** Quits: mezzo (~mezzo@replaced-ip ) (Quit: leaving)
3139 [15:40:25] *** Quits: hobbanero (~hobbanero@replaced-ip ) (Remote host closed the connection)
3140 [15:40:49] *** Joins: palimaar (oasd@replaced-ip )
3141 [15:40:50] *** Joins: hobbanero (~hobbanero@replaced-ip )
3142 [15:42:54] *** Joins: noosanon (~user@replaced-ip )
3143 [15:43:10] <graphicsv> When I run `dpkg-reconfigure aufs-dkms` I get `Running module version sanity check. Error! Module version 4.19.17+-20190211 for aufs.ko is not newer than what is already found in kernel 4.19.134-ryzen (4.19.63+-20200622). You may override by specifying --force.` -- My custom kernel version is named as `4.19.134-ryzen` and my system kernel is named `4.19.0-9-amd64`. Not sure what to do to mitigate this?
3144 [15:43:44] *** Quits: dftxbs3e (~dftxbs3e@replaced-ip ) (Remote host closed the connection)
3145 [15:45:14] *** Quits: palimaar (oasd@replaced-ip ) (Ping timeout: 256 seconds)
3146 [15:47:18] *** Joins: palimaar (oasd@replaced-ip )
3147 [15:49:05] *** Joins: LeoTh3o (~th3o@replaced-ip )
3148 [15:49:52] *** Joins: ChmEarl (~chmearl@replaced-ip )
3149 [15:50:20] <ratrace> graphicsv: those aren't regular debian kernels
3150 [15:50:50] <graphicsv> ratrace: Is it possible to make it behave as if it were? I just want it to work properly as the default one
3151 [15:51:05] <ratrace> we can't possibly know what kind of changes you did there and how to fix them
3152 [15:51:23] <ratrace> !frankendebian
3153 [15:51:23] <dpkg> When you get random packages from random repositories, mix multiple releases of Debian, or mix Debian and derived distributions, you have a mess. There's no way anyone can support this "distribution of Frankenstein" and #debian certainly doesn't want to even try. Ask me about <reinstall>
3154 [15:51:44] *** Quits: palimaar (oasd@replaced-ip ) (Ping timeout: 246 seconds)
3155 [15:51:45] *** Joins: diogenes_ (~diogenes_@replaced-ip )
3156 [15:51:56] <graphicsv> It was basically a kernel I downloaded from kernel.org + aufs and `CONFIG_RCU_NOCB_CPU=y`
3157 [15:52:44] <graphicsv> Config inherited from `/boot/config-4.19.0-9-amd64`
3158 [15:52:48] *** Joins: palimaar (oasd@replaced-ip )
3159 [15:53:20] *** Joins: Night-Shade (~TimF@replaced-ip )
3160 [15:53:26] *** Joins: dftxbs3e (~dftxbs3e@replaced-ip )
3161 [15:53:58] *** Joins: Medusa-chan (~Medusa-ch@replaced-ip )
3162 [15:54:36] <ratrace> there's a way to run dkms manually and force rebuilds, but I don't know it otoh
3163 [15:56:17] <ratrace> graphicsv: look at the dkms manpage, build command
3164 [15:56:55] <frunks> you could build your own deb and make it depend on your custom kernel
3165 [15:59:02] *** debhelper sets mode: +l 1119
3166 [16:00:02] *** Quits: ceska (~Cieska@replaced-ip ) (Ping timeout: 260 seconds)
3167 [16:00:49] *** Quits: citypw (~citypw@replaced-ip ) (Remote host closed the connection)
3168 [16:01:06] *** Joins: ceska (~Cieska@replaced-ip )
3169 [16:01:59] *** Joins: citypw (~citypw@replaced-ip )
3170 [16:04:07] *** Quits: k4nz (~Thunderbi@replaced-ip ) (Read error: Connection reset by peer)
3171 [16:04:30] *** Quits: noosanon (~user@replaced-ip ) (Ping timeout: 256 seconds)
3172 [16:04:53] *** Joins: k4nz (~Thunderbi@replaced-ip )
3173 [16:07:04] *** Joins: PoaB (~Thunderbi@replaced-ip )
3174 [16:07:50] *** Joins: Jerrynicki (~niklas@replaced-ip )
3175 [16:08:08] *** Joins: noosanon (~user@replaced-ip )
3176 [16:08:13] *** Quits: UncleCid (~UncleCid@replaced-ip ) (Remote host closed the connection)
3177 [16:08:31] *** Joins: UncleCid (~UncleCid@replaced-ip )
3178 [16:08:46] *** Quits: deicide- (~deicide-@replaced-ip ) (Quit: Leaving)
3179 [16:08:59] *** Quits: Night-Shade (~TimF@replaced-ip ) (Ping timeout: 240 seconds)
3180 [16:09:06] *** Joins: mork (~mork@replaced-ip )
3181 [16:10:03] *** Joins: deicide- (~deicide-@replaced-ip )
3182 [16:12:19] *** Quits: winy (~vince@replaced-ip ) (Quit: Leaving.)
3183 [16:15:11] *** Joins: Night-Shade (~TimF@replaced-ip )
3184 [16:18:12] *** Quits: elios (~kia@replaced-ip ) (Read error: Connection reset by peer)
3185 [16:18:23] *** Quits: Night-Shade (~TimF@replaced-ip ) (Read error: Connection reset by peer)
3186 [16:18:46] *** Joins: elios (~kia@replaced-ip )
3187 [16:20:27] *** Joins: badsektor (~badsektor@replaced-ip )
3188 [16:20:34] <badsektor> hey bros, why no pinta in repos
3189 [16:20:37] <badsektor> ?
3190 [16:20:39] *** Quits: Namarrgon (~Namarrgon@replaced-ip ) (Quit: WeeChat 2.8)
3191 [16:21:45] *** Joins: sincere_fox (uid337158@replaced-ip )
3192 [16:22:16] <annadane> probably because debian is a volunteer effort
3193 [16:22:19] <annadane> !nmg
3194 [16:22:19] <dpkg> The packaging tutorial (replaced-url
3195 [16:22:46] *** Joins: tux_de_botina (~dann@replaced-ip )
3196 [16:26:37] *** Joins: longears (longears@replaced-ip )
3197 [16:29:24] <badsektor> annadane, no it was in the repos until recently, they took it out
3198 [16:30:24] *** Quits: noosanon (~user@replaced-ip ) (Ping timeout: 256 seconds)
3199 [16:31:13] <annadane> replaced-url
3200 [16:34:00] *** Joins: semeion (~semeion@replaced-ip )
3201 [16:35:33] *** Joins: darunesh|out (~darunesh@replaced-ip )
3202 [16:37:18] *** Quits: citypw (~citypw@replaced-ip ) (Remote host closed the connection)
3203 [16:37:38] *** Quits: darunesh (~darunesh@replaced-ip ) (Ping timeout: 244 seconds)
3204 [16:38:36] *** Quits: zeden (~user@replaced-ip ) (Quit: WeeChat 2.8)
3205 [16:41:45] *** Quits: pvdp66556 (~pvdp@replaced-ip ) (Remote host closed the connection)
3206 [16:42:05] *** Joins: Namarrgon (~Namarrgon@replaced-ip )
3207 [16:42:38] *** Quits: Abdullah (ak@replaced-ip ) (Quit: Abdullah)
3208 [16:43:16] *** jess is now known as j
3209 [16:49:29] *** Joins: ob-sed___ (~obesd@replaced-ip )
3210 [16:49:46] *** ob-sed___ is now known as obsed
3211 [16:50:58] <rany> You could use the one on flathub for now...
3212 [16:52:25] *** Quits: ob-sed (~obesd@replaced-ip ) (Ping timeout: 264 seconds)
3213 [16:52:35] *** Quits: StathisA (~StathisA@replaced-ip ) (Ping timeout: 240 seconds)
3214 [16:54:02] *** Joins: Newami (~Newami@replaced-ip )
3215 [16:54:10] *** Quits: Newami (~Newami@replaced-ip ) (Remote host closed the connection)
3216 [16:55:28] *** Joins: chosenone (~chosenone@replaced-ip )
3217 [16:56:59] *** Quits: palimaar (oasd@replaced-ip ) (Ping timeout: 240 seconds)
3218 [16:57:11] *** Quits: czesmir (~stefan@replaced-ip ) (Ping timeout: 246 seconds)
3219 [16:58:12] *** Joins: CrystalMath (~coderain@replaced-ip )
3220 [17:00:07] *** Joins: noosanon (~user@replaced-ip )
3221 [17:00:30] *** Joins: StathisA (~StathisA@replaced-ip )
3222 [17:01:31] *** Joins: Lupricon (~Lupricon@replaced-ip )
3223 [17:01:44] *** Quits: ceska (~Cieska@replaced-ip ) (Ping timeout: 246 seconds)
3224 [17:03:05] *** Quits: pi_ (~Lupricon@replaced-ip ) (Ping timeout: 240 seconds)
3225 [17:04:44] *** Quits: noosanon (~user@replaced-ip ) (Ping timeout: 265 seconds)
3226 [17:04:46] *** Joins: xlirate (~xlirate@replaced-ip )
3227 [17:06:32] <xlirate> My ap is in a bad state. I tried to upgrade to g++ 10, and now I am being helb back because libgcc-s1 can't use the newest version of gcc-10-base. What can I do?
3228 [17:09:46] <frunks> upgrade libgcc-s1
3229 [17:10:09] *** Joins: dastier (~dastier@replaced-ip )
3230 [17:12:05] *** Quits: k4nz (~Thunderbi@replaced-ip ) (Read error: Connection reset by peer)
3231 [17:13:13] *** Joins: k4nz (~Thunderbi@replaced-ip )
3232 [17:15:38] <xlirate> apt install libgcc-s1: libgcc-s1 : Depends: gcc-10-base (= 10.1.0-6) but 10.1.0-5 is to be installed
3233 [17:15:39] <xlirate> apt install gcc-10-base: libgcc-s1 : Depends: gcc-10-base (= 10.1.0-5) but 10.1.0-6 is to be installed
3234 [17:16:25] <xlirate> dist-upgrade does little better
3235 [17:19:18] <frunks> I would remove what I installed and reinstall from /var/cache/apt/archives
3236 [17:19:25] *** Quits: pmy (~user@replaced-ip ) (Ping timeout: 264 seconds)
3237 [17:19:34] <frunks> and start over
3238 [17:20:17] *** Joins: czesmir (~stefan@replaced-ip )
3239 [17:20:40] <frunks> assuming something went wrong during an upgrade
3240 [17:20:55] *** Joins: stefanc_diff (~stefanc_d@replaced-ip )
3241 [17:20:57] *** Joins: marcello1 (~marcello1@replaced-ip )
3242 [17:21:27] *** Joins: pmy (~user@replaced-ip )
3243 [17:23:27] *** Joins: Achylles (~Achylles@replaced-ip )
3244 [17:23:33] *** Joins: Tom01 (~tom@replaced-ip )
3245 [17:24:09] *** Joins: wonderer (~quakeroat@replaced-ip )
3246 [17:26:45] *** Quits: k4nz (~Thunderbi@replaced-ip ) (Ping timeout: 240 seconds)
3247 [17:27:04] <annadane> i might be wrong but if you're trying to install something that depends on gcc 10, which isn't even in debian stable, does that not mean you're in danger of breaking the system?
3248 [17:27:13] *** Quits: obsed (~obesd@replaced-ip ) (Ping timeout: 264 seconds)
3249 [17:27:33] *** Joins: k4nz (~Thunderbi@replaced-ip )
3250 [17:28:20] <frunks> breaking libc breaks the system
3251 [17:28:22] *** Joins: erle- (~stephan@replaced-ip )
3252 [17:28:36] <xlirate> It still boots
3253 [17:29:01] *** debhelper sets mode: +l 1127
3254 [17:29:25] <xlirate> I looked through my bash_history, none of the packages that I tried to install last night actually installed, I don't have anything to remove
3255 [17:31:02] *** Joins: sklei4 (~sklei4@replaced-ip )
3256 [17:31:04] <frunks> what does apt-get install -f show?
3257 [17:31:15] *** Quits: devfx11 (~y@replaced-ip ) (Remote host closed the connection)
3258 [17:31:34] <xlirate> 0 upgraded, 0 newly installed, 0 to remove and 25 not upgraded.
3259 [17:32:27] <xlirate> What is the pastbin of choice? I can drop in my list --upgradable
3260 [17:33:40] <xlirate> replaced-url
3261 [17:33:42] *** Joins: Betal (~Betal@replaced-ip )
3262 [17:34:07] <frunks> are you running debian stable?
3263 [17:35:51] <xlirate> In my sources list, I have buster, buster/updates bullseye, bullseye-security, stretch, and sid
3264 [17:37:04] <frunks> remove all except buster, buster/updates
3265 [17:37:23] <frunks> you can only have one
3266 [17:37:45] <frunks> then apt-get update
3267 [17:37:53] <xlirate> If I have things installed from sid, that are only in sid, will removing it breake my system?
3268 [17:38:29] <frunks> you should not install packages from unstable on stable
3269 [17:38:50] *** Joins: palimaar (oasd@replaced-ip )
3270 [17:39:12] <frunks> they should be removed or the whole system upgraded to unstable
3271 [17:39:29] <xlirate> ok. How do I upgrade my entire system to unstable?
3272 [17:40:18] *** Quits: sweatsuit (~sweatsuit@replaced-ip ) (Ping timeout: 260 seconds)
3273 [17:40:43] <xlirate> This is my sources right now replaced-url
3274 [17:41:18] *** Joins: tristero (~nobody@replaced-ip )
3275 [17:41:51] <quadrathoch2> xlirate remove everything except the last 2 (sid) and then 'sudo apt update' 'sudo apt full-upgrade'
3276 [17:42:45] *** Joins: zalt (~devp@replaced-ip )
3277 [17:46:35] *** Joins: mtn (~mtn@replaced-ip )
3278 [17:46:57] <xlirate> inkscape updated, nothing else though, replaced-url
3279 [17:47:42] *** Joins: Kruppt (~Kruppt@replaced-ip )
3280 [17:47:57] *** Quits: mtn (~mtn@replaced-ip ) (Client Quit)
3281 [17:48:12] *** Quits: klokken (~klokken@replaced-ip ) (Quit: klokken)
3282 [17:48:17] <quadrathoch2> you still have even more repositories configured. you would need to remove them xlirate
3283 [17:48:42] <xlirate> Where are they configured? I do not see them in me sources
3284 [17:49:00] <quadrathoch2> probably in /etc/apt/sources.list.d/ xlirate
3285 [17:49:02] *** Quits: Acheron (~Acheron@replaced-ip ) (Quit: Good Bye and Good Luck)
3286 [17:49:42] *** Quits: palimaar (oasd@replaced-ip ) (Ping timeout: 260 seconds)
3287 [17:51:04] *** Joins: mtn (~mtn@replaced-ip )
3288 [17:51:09] *** Quits: mtn (~mtn@replaced-ip ) (Client Quit)
3289 [17:51:36] *** Quits: netcrash (~charmande@replaced-ip ) (Ping timeout: 256 seconds)
3290 [17:53:25] <xlirate> Still no dice replaced-url
3291 [17:53:25] *** Joins: winy (~vince@replaced-ip )
3292 [17:53:36] *** Quits: platvoeten (~platvoete@replaced-ip ) (Remote host closed the connection)
3293 [17:53:41] *** Quits: winy (~vince@replaced-ip ) (Client Quit)
3294 [17:53:53] *** Joins: sweatsuit (~sweatsuit@replaced-ip )
3295 [17:56:43] *** Quits: deicide- (~deicide-@replaced-ip ) (Quit: Leaving)
3296 [17:57:13] <frunks> does apt full-upgrade also run apt-get dist-upgrade?
3297 [17:57:28] <xlirate> Same with full-upgrade and dist-upgrade
3298 [17:57:44] <xlirate> still no luck
3299 [17:58:22] <quadrathoch2> frunks full-upgrade should replace dist-upgrade at some point afaik, as it is more descriptive than dist (as you don't upgrade your distribution)
3300 [17:58:23] *** Quits: rebrec (~rebrec@replaced-ip ) (Read error: Connection reset by peer)
3301 [17:58:55] <quadrathoch2> I guess there is still something installed that interferes with the upgrade :/
3302 [17:59:27] *** Joins: rebrec (~rebrec@replaced-ip )
3303 [18:00:22] <annadane> are you trying to mix sid packages with stable?
3304 [18:00:45] <quadrathoch2> he did, and now wants to upgrade to sid
3305 [18:00:46] *** Quits: marcello1 (~marcello1@replaced-ip ) (Quit: Leaving)
3306 [18:01:41] <xlirate> I was. I started with stable about 9 months ago, added unstable to my sources about 4 months ago, and added sid about 1 month ago. I just removed everything but sid, but it still dosn't seem to want to upgrade
3307 [18:02:37] *** Joins: yonder (~yonder@replaced-ip )
3308 [18:02:48] <frunks> dpkg --list |grep gcc
3309 [18:02:48] <dpkg> no idea, frunks
3310 [18:02:58] <xlirate> This started when I wanted to get my g++ up to version 10, but all of my install attempts failed. Nothing that I apt installed stuck
3311 [18:03:21] *** Quits: bochku (~aditya@replaced-ip ) (Quit: WeeChat 2.8)
3312 [18:03:36] <xlirate> replaced-url
3313 [18:04:06] <xlirate> why would I have libgcc-s1:i386 ?
3314 [18:04:25] <xlirate> is there a way to list the things that depend on something?
3315 [18:04:52] *** Joins: bochku (~aditya@replaced-ip )
3316 [18:04:53] <frunks> apt-cache depends gcc
3317 [18:06:21] *** Quits: Achylles (~Achylles@replaced-ip ) (Remote host closed the connection)
3318 [18:06:24] <xlirate> I am going to try removing the 32bit gcc
3319 [18:06:33] <frunks> try running apt-get autoremove
3320 [18:06:47] <xlirate> there was nothing to remove
3321 [18:07:19] <quadrathoch2> i guess there are a lot of packages from stable/testing that interfere with the removal :/
3322 [18:07:28] <xlirate> oh, some of these things that are getting removed with gcc-10-base:i386 look like I made a mistake
3323 [18:08:40] *** Quits: PoaB (~Thunderbi@replaced-ip ) (Quit: PoaB)
3324 [18:09:02] <xlirate> If I had both stable and sid in my sources, and everything that I has from stable was also on sid, and I ran dist-upgrade after adding sid, wouldn't I already be on sid?
3325 [18:10:05] <quadrathoch2> it should, but I guess you had a lot of repos in there, so we can't be sure
3326 [18:10:06] <frunks> you are on sid, but you're also on buster, bullseye, stretch, etc
3327 [18:10:39] <xlirate> removing my other sources didn't fix the issue, unfortunetly
3328 [18:10:51] *** Quits: bochku (~aditya@replaced-ip ) (Ping timeout: 272 seconds)
3329 [18:11:29] *** Joins: noosanon (~user@replaced-ip )
3330 [18:12:04] <quadrathoch2> I guess the install is beyond timely repair :/
3331 [18:12:33] *** Joins: bochku (~aditya@replaced-ip )
3332 [18:13:51] <quadrathoch2> and even if it is fixable, there is no way to guarantee that it won't mess up again at some point
3333 [18:14:22] *** Joins: r3d (~r3d@replaced-ip )
3334 [18:15:54] *** Joins: Bjornn (~Bjornn@replaced-ip )
3335 [18:16:53] <xlirate> Right now apt is basically removing all of my i386 packages. Debian doesn't need any i386 packages to boot, right?
3336 [18:17:10] <xlirate> This is an amd64 install
3337 [18:17:11] *** Joins: debsan (~debsan@replaced-ip )
3338 [18:17:21] *** Quits: Jerrynicki (~niklas@replaced-ip ) (Ping timeout: 244 seconds)
3339 [18:17:34] <quadrathoch2> no it doesn't you had it probably because of steam
3340 [18:17:37] <quadrathoch2> and lutris
3341 [18:17:44] *** Joins: n_1-c_k (~n_1-c_k@replaced-ip )
3342 [18:17:50] <xlirate> probably
3343 [18:18:19] <xlirate> I can put those back later, if I need to. I would rather have an apt that works then be able to play some games
3344 [18:19:05] *** Joins: Achylles (~Achylles@replaced-ip )
3345 [18:19:11] *** Joins: huwjr (~huwjr@replaced-ip )
3346 [18:19:11] *** Quits: huwjr (~huwjr@replaced-ip ) (Client Quit)
3347 [18:19:14] <quadrathoch2> xlirate you should probably remove most of the stuff you installed so you can make sure that there shouldn't be issues with removing older gcc versions
3348 [18:20:14] *** Joins: mtn (~mtn@replaced-ip )
3349 [18:20:56] <xlirate> What do you mean by remove most of what I have installed?
3350 [18:21:26] <quadrathoch2> try to figure out which stuff is still installed from buster/stable or even testing/bullseye
3351 [18:21:41] <xlirate> ok
3352 [18:22:18] <frunks> it may be easier to re-install without formatting
3353 [18:22:24] <xlirate> the remove finished and now full-upgrade is updating most of the 18 packages that were left. I will see what is straggling in a bit
3354 [18:23:02] <xlirate> libopenmpi-dev libopenmpi3 are the only 2 left
3355 [18:23:15] <frunks> just keeping the home directory
3356 [18:23:27] <quadrathoch2> btw I still ask myself why somebody would 'install' a repository for steam (as it is in the debian repos)
3357 [18:23:49] <epictetus2> quadrathoch2: faster updates?
3358 [18:23:49] <xlirate> the one in the debian repos didn't open
3359 [18:23:55] <xlirate> The one on the steam repos did
3360 [18:24:10] <quadrathoch2> epictetus2 which are through steam and not the repos?
3361 [18:24:20] <quadrathoch2> xlirate weird, never had issues :/
3362 [18:24:52] <epictetus2> quadrathoch2: the steam repo is probably faster with upgrades im guessing
3363 [18:25:06] <quadrathoch2> upgrades of what? epictetus2
3364 [18:25:16] <epictetus2> packages
3365 [18:25:48] <quadrathoch2> i wouldn't know which one but meh whatever
3366 [18:26:02] <xlirate> libucx0 : Depends: libbinutils (< 2.34.90.20200707)
3367 [18:26:14] <quadrathoch2> as most of the stuff steam needs is packaged with steam
3368 [18:26:23] <xlirate> Is there a way to check what I have that depends on a given package?
3369 [18:26:34] *** Quits: noosanon (~user@replaced-ip ) (Ping timeout: 260 seconds)
3370 [18:26:47] <epictetus2> quadrathoch2: when steam creates a new release they put it in their repo before the debian packagers had time to create a .deb package
3371 [18:27:02] <quadrathoch2> you can do that with aptitude why <package> but you would need to install aptitude
3372 [18:27:45] *** Joins: palimaar (oasd@replaced-ip )
3373 [18:27:55] <quadrathoch2> idk not too much about steam, as most of the time I don't use it, but when I do, it works. so shouldn't seem to matter if outside packages (outside of steam) are not updated epictetus2
3374 [18:28:01] <frunks> apt-get depends libucx0
3375 [18:28:01] *** Joins: HarveyPwca (~HarveyPwc@replaced-ip )
3376 [18:28:06] <xlirate> Is there a compelling reason why I should want to not install aptitude?
3377 [18:28:10] <frunks> apt-cache depends libucx0
3378 [18:28:12] <frunks> *
3379 [18:28:51] <xlirate> frunks, doesn't that tell me what libucx0 depends on?
3380 [18:28:57] *** Joins: programmer892264 (~programme@replaced-ip )
3381 [18:29:01] *** Joins: st-gourichon-fid (~Stephane@replaced-ip )
3382 [18:29:04] <frunks> yes
3383 [18:29:25] <xlirate> I want the other way around
3384 [18:29:36] <xlirate> I want to know what needs libucx0
3385 [18:29:50] <quadrathoch2> epictetus2 I don't want to "fight" with you, here is the content of the repo ;) replaced-url
3386 [18:29:50] *** Joins: huwjr (~huwjr@replaced-ip )
3387 [18:29:58] <xlirate> aptitude tells me that libboost-system-dev needs it
3388 [18:29:59] *** Quits: huwjr (~huwjr@replaced-ip ) (Client Quit)
3389 [18:30:12] <xlirate> so I guess it stays
3390 [18:30:36] <xlirate> Thank you guys for all the help
3391 [18:30:36] <epictetus2> quadrathoch2: sure. Do you see any advantages at all to third party repos?
3392 [18:31:04] <quadrathoch2> yeah, but they have to be justified. for example winehq could be a good example
3393 [18:31:18] <xlirate> I see them as just a bit more convenient than automating git pull; make install
3394 [18:32:37] *** Quits: palimaar (oasd@replaced-ip ) (Ping timeout: 264 seconds)
3395 [18:32:44] <quadrathoch2> you are right, imho there should still be a thought why you install something (too old of a version for example (wine), or because it's not in the repos (lutris). or for example steam, which is in the repos, and there is literally no need for the steam repo)
3396 [18:33:01] *** Quits: _0bitcount (~Big_Byte@replaced-ip ) (Remote host closed the connection)
3397 [18:33:26] *** Joins: _0bitcount (~Big_Byte@replaced-ip )
3398 [18:33:36] *** Joins: idhugo (~idhugo@replaced-ip )
3399 [18:35:11] <epictetus2> quadrathoch2: I guess you are right. if they dont update the package very often
3400 [18:36:41] <quadrathoch2> xlirate and btw, I guess, that there is something wrong with your install, and that's why steam won't work. but I guess nobody knows how to fix it except you would look into it (steam related)
3401 [18:37:11] *** Joins: diniwed (~gavron@replaced-ip )
3402 [18:37:13] <quadrathoch2> epictetus2 yeah, I guess they only update it if there is a really big need because dependencys change
3403 [18:37:37] <quadrathoch2> but as that package is just a wrapper *shrug*
3404 [18:39:01] *** debhelper sets mode: +l 1134
3405 [18:40:34] <xlirate> steam very doesn't work right now, replaced-url
3406 [18:40:40] *** Quits: DJDan_ (~DJDan@replaced-ip ) (Ping timeout: 256 seconds)
3407 [18:40:41] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Quit: vergissmeinnicht)
3408 [18:41:03] <quadrathoch2> as I said, you would need to fix your install, or just reinstall xlirate
3409 [18:42:25] *** Quits: Achylles (~Achylles@replaced-ip ) (Quit: Leaving)
3410 [18:42:45] *** Joins: bewees (~quassel@replaced-ip )
3411 [18:42:57] <bewees> hi where does this script get the old and new ipv6 address from? replaced-url
3412 [18:43:09] *** Quits: mork (~mork@replaced-ip ) (Ping timeout: 246 seconds)
3413 [18:43:14] <xlirate> It looks like libgcc-s1:i386 needs an older specific version of gcc-10-base:i386. I will try again in a few days, and if it still doesn't work then I will reinstall
3414 [18:44:11] *** Quits: erle- (~stephan@replaced-ip ) (Quit: Leaving)
3415 [18:44:56] <frunks> xlirate: you should skip to reinstall
3416 [18:45:06] *** Joins: DJDan (~DJDan@replaced-ip )
3417 [18:45:12] *** Joins: salaam (~salaam@replaced-ip )
3418 [18:45:36] <xlirate> I need to give a zoom presentation in 20m, I am not starting a reinstall just yet
3419 [18:46:02] <quadrathoch2> do it afterwards, as it seems that install is beyond repair
3420 [18:46:11] *** Quits: bochku (~aditya@replaced-ip ) (Ping timeout: 260 seconds)
3421 [18:46:13] <quadrathoch2> hopefully zoom still works
3422 [18:46:41] <xlirate> It does, chromium still launches and I do all of my zooming within the browser
3423 [18:46:53] <xlirate> trying to keep it's fingers at bay
3424 [18:47:06] <frunks> you can ctrl+alt+f2 during the installer, mount and remove all directories except 'home'
3425 [18:47:29] *** Joins: ceska (~Cieska@replaced-ip )
3426 [18:47:35] <frunks> and select not to format during partitioning
3427 [18:47:44] <obiwahn> Hi, I used to create deb from vanilla kernel sources but that is long ago. Can you point me to an up to date tutorial?
3428 [18:47:49] <xlirate> When I want to start the reinstall process I will have a second computer with this irc open
3429 [18:48:23] <quadrathoch2> imho, you are the perfect candidate for btrfs+snapper
3430 [18:48:30] *** Joins: bochku (~aditya@replaced-ip )
3431 [18:48:33] <xlirate> I am?
3432 [18:49:01] <xlirate> my last btrfs install ran out of root partition in only 9 days, dispite having 200gb to work with
3433 [18:49:22] <xlirate> I may be a developer, but I am too much of a linux noob to be comfertable maintaining something like that
3434 [18:49:45] *** Quits: SirLagz (~SirLagz@replaced-ip ) (Ping timeout: 240 seconds)
3435 [18:49:56] <annadane> i feel like apt should be like "YOU'RE TRYING TO MIX PACKAGES ARE YOU REALLY SURE YOU WANT TO DO THIS YOU MORON"
3436 [18:50:01] <quadrathoch2> xlirate then you should ask yourself if testing/sid is the right distribution. as stuff will break
3437 [18:50:08] <annadane> [y/N]
3438 [18:50:25] *** Quits: StathisA (~StathisA@replaced-ip ) (Ping timeout: 240 seconds)
3439 [18:50:33] <quadrathoch2> there are better distributions for keeping up with newer technology
3440 [18:50:47] <xlirate> When things break, I am mostly able to fix them. This is the first time I have needed to come to the irc for help
3441 [18:51:02] <xlirate> I am on debian because my servers are all on debian
3442 [18:51:23] <quadrathoch2> xlirate kk, just wanted to give out a warning. but then you probably should stay within reason to add third party repos
3443 [18:51:37] *** Quits: silverwhitefish (~hidden@replaced-ip ) (Ping timeout: 246 seconds)
3444 [18:51:38] <xlirate> Thank you for you wisdom
3445 [18:51:47] *** Quits: ceska (~Cieska@replaced-ip ) (Ping timeout: 240 seconds)
3446 [18:52:05] *** Joins: silverwhitefish (~hidden@replaced-ip )
3447 [18:52:08] <xlirate> I will keep that in mind and not play kitchen sink with my repos on my next go around
3448 [18:52:41] *** Joins: ndegruchy (~ndegruchy@replaced-ip )
3449 [18:53:36] <quadrathoch2> xlirate or rather ask earlier if something doesn't work (for example steam). If you stay on sid, you should probably switch next time to the #debian-next on the OFTC network, as people there can help you even better with the 'testing' stuff
3450 [18:53:38] *** Joins: incentive (~rbatty@replaced-ip )
3451 [18:53:57] *** Joins: StathisA (~StathisA@replaced-ip )
3452 [18:54:21] <xlirate> tbf, steam didn't work when I was on stable ether
3453 [18:55:02] *** Quits: Kruppt (~Kruppt@replaced-ip ) (Quit: Leaving)
3454 [18:55:45] <annadane> full sid is still better than stable + sid
3455 [18:55:51] <xlirate> yes
3456 [18:56:15] <xlirate> Is it safe to have something like sib+sid-backports
3457 [18:56:56] *** Joins: noosanon (~user@replaced-ip )
3458 [18:57:18] <annadane> there aren't any sid-backports
3459 [18:57:27] <annadane> backports are taken from testing
3460 [18:57:50] <xlirate> Then, is sid+testing safe?
3461 [18:57:56] <quadrathoch2> xlirate theoretically you could use experimental as "backports"
3462 [18:58:05] <quadrathoch2> which is even newer than sid
3463 [18:58:22] <annadane> that's not necessarily recommended
3464 [18:58:25] <xlirate> that sounds odd
3465 [18:58:26] <quadrathoch2> xlirate other way around is seen as 'okay', so testing base + sid packages
3466 [18:58:38] <eigenfire> Using experimental is generally considered ill advised.
3467 [18:58:39] <annadane> anyway, yes, mixing testing + sid is doable if you understand package dependencies
3468 [18:58:52] <annadane> (in moderation)
3469 [18:58:59] <quadrathoch2> the difference is like 5-10 days xlirate
3470 [18:59:53] <xlirate> The main reasion that I wanted to leave older repos is that sometimes I will need a package that is no longer in buster, but is in jessie for instance
3471 [19:00:25] <quadrathoch2> xlirate vms or containers are for that
3472 [19:00:26] <xlirate> and I 'need' it because it is a dependency of a library that my research lab is using
3473 [19:02:14] <quadrathoch2> just install a jessie vm or container, and use it that way
3474 [19:02:22] *** Joins: Jerrynicki (~niklas@replaced-ip )
3475 [19:03:44] *** Joins: ceska (~Cieska@replaced-ip )
3476 [19:03:47] *** Joins: tds6 (~tds@replaced-ip )
3477 [19:03:53] *** Joins: seaef (~seaef@replaced-ip )
3478 [19:04:02] *** Quits: tds (~tds@replaced-ip ) (Ping timeout: 244 seconds)
3479 [19:04:02] *** tds6 is now known as tds
3480 [19:05:25] *** Quits: noosanon (~user@replaced-ip ) (Ping timeout: 240 seconds)
3481 [19:06:39] *** Joins: noosanon (~user@replaced-ip )
3482 [19:10:51] *** Joins: Bjornn- (~Bjornn@replaced-ip )
3483 [19:11:32] *** Joins: Tweska (~tweska@replaced-ip )
3484 [19:11:38] *** Quits: noosanon (~user@replaced-ip ) (Ping timeout: 264 seconds)
3485 [19:12:38] *** Quits: Prints (~333@replaced-ip ) (Ping timeout: 244 seconds)
3486 [19:14:42] *** Quits: Bjornn (~Bjornn@replaced-ip ) (Ping timeout: 244 seconds)
3487 [19:15:56] *** Joins: Night-Shade (~TimF@replaced-ip )
3488 [19:16:21] *** Joins: diogenes_ (~diogenes_@replaced-ip )
3489 [19:16:44] *** Joins: cliluw (~cliluw@replaced-ip )
3490 [19:18:47] *** Joins: erle- (~stephan@replaced-ip )
3491 [19:18:47] *** Joins: atlizz_ (~atlizz@replaced-ip )
3492 [19:19:01] *** debhelper sets mode: +l 1140
3493 [19:21:23] *** Joins: renzhi (~renzhi@replaced-ip )
3494 [19:22:00] *** Quits: atlizz (~atlizz@replaced-ip ) (Ping timeout: 265 seconds)
3495 [19:23:47] *** Quits: tryte (~tryte@replaced-ip ) (Remote host closed the connection)
3496 [19:24:48] *** Joins: b1ack0p (~m@replaced-ip )
3497 [19:25:27] *** Quits: tagomago (~tagomago@replaced-ip ) (Read error: Connection reset by peer)
3498 [19:25:30] *** Quits: OptimusMKD (~optimusmk@replaced-ip ) ()
3499 [19:25:43] *** Joins: tagomago (~tagomago@replaced-ip )
3500 [19:26:35] *** Quits: cliluw (~cliluw@replaced-ip ) (Ping timeout: 244 seconds)
3501 [19:27:20] *** Quits: anon213727232 (~quassel@replaced-ip ) (Ping timeout: 246 seconds)
3502 [19:27:39] *** Quits: nickodd (~nickodd@replaced-ip ) (Remote host closed the connection)
3503 [19:31:00] *** Joins: cliluw (~cliluw@replaced-ip )
3504 [19:32:07] *** Joins: deicide- (~deicide-@replaced-ip )
3505 [19:32:08] *** Joins: noosanon (~user@replaced-ip )
3506 [19:32:57] *** Joins: nickodd (~nickodd@replaced-ip )
3507 [19:33:14] *** Joins: Portland (~xenoi@replaced-ip )
3508 [19:33:32] *** Parts: Portland (~xenoi@replaced-ip ) ()
3509 [19:35:34] *** Quits: puke (~vroom@replaced-ip ) (Quit: puke)
3510 [19:36:26] *** Quits: noosanon (~user@replaced-ip ) (Ping timeout: 246 seconds)
3511 [19:37:01] *** Quits: deicide- (~deicide-@replaced-ip ) (Quit: Leaving)
3512 [19:37:16] *** Joins: deicide- (~deicide-@replaced-ip )
3513 [19:37:25] *** Quits: zalt (~devp@replaced-ip ) (Ping timeout: 240 seconds)
3514 [19:41:02] *** Quits: dastier (~dastier@replaced-ip ) (Quit: Leaving)
3515 [19:41:21] *** Joins: puke (~vroom@replaced-ip )
3516 [19:41:36] *** Quits: b1ack0p (~m@replaced-ip ) (Quit: bbl)
3517 [19:42:40] *** Quits: timofonic (~timofonic@replaced-ip ) (Ping timeout: 256 seconds)
3518 [19:43:14] *** Quits: thiras (~thiras@replaced-ip ) (Remote host closed the connection)
3519 [19:43:32] *** Joins: timofonic (~timofonic@replaced-ip )
3520 [19:43:40] *** Joins: BenDover (~Thunderbi@replaced-ip )
3521 [19:43:53] *** Joins: thiras (~thiras@replaced-ip )
3522 [19:45:20] *** Quits: k4nz (~Thunderbi@replaced-ip ) (Read error: Connection reset by peer)
3523 [19:45:23] *** Joins: electro33 (uid613@replaced-ip )
3524 [19:46:15] *** Joins: k4nz (~Thunderbi@replaced-ip )
3525 [19:47:02] *** Joins: ax562 (aec293db@replaced-ip )
3526 [19:51:22] *** Joins: rgwu (~rgwu@replaced-ip )
3527 [19:54:09] *** Quits: seaef (~seaef@replaced-ip ) (Quit: I am functioning within established parameters.)
3528 [19:55:22] *** Quits: BenDover (~Thunderbi@replaced-ip ) (Remote host closed the connection)
3529 [19:57:08] *** Quits: badsektor (~badsektor@replaced-ip ) (Quit: Leaving)
3530 [19:58:02] *** Quits: bochku (~aditya@replaced-ip ) (Ping timeout: 260 seconds)
3531 [19:59:22] *** Joins: sphenxes (~sphenxes@replaced-ip )
3532 [20:00:58] *** Joins: alexandros_tab_ (~quassel@replaced-ip )
3533 [20:01:24] *** Joins: noosanon (~user@replaced-ip )
3534 [20:02:18] *** Joins: alexandros_c_ (~quassel@replaced-ip )
3535 [20:02:23] *** Quits: kreyren (~kreyren@replaced-ip ) (Ping timeout: 240 seconds)
3536 [20:02:27] *** Joins: bochku (~aditya@replaced-ip )
3537 [20:02:59] <quadrathoch2> !nmp
3538 [20:03:16] *** Quits: alexandros_tab (~quassel@replaced-ip ) (Ping timeout: 244 seconds)
3539 [20:03:18] *** Quits: alexandros_c (~quassel@replaced-ip ) (Ping timeout: 246 seconds)
3540 [20:03:49] *** Joins: wildlander (~wildlande@replaced-ip )
3541 [20:04:04] *** Quits: noosanon (~user@replaced-ip ) (Remote host closed the connection)
3542 [20:04:50] *** Joins: noosanon (~user@replaced-ip )
3543 [20:05:02] *** Quits: bewees (~quassel@replaced-ip ) (Ping timeout: 260 seconds)
3544 [20:05:17] *** Quits: sphenxes (~sphenxes@replaced-ip ) (Quit: Leaving)
3545 [20:05:45] *** Quits: darunesh|out (~darunesh@replaced-ip ) (Ping timeout: 240 seconds)
3546 [20:06:06] *** Joins: blb4393 (~chatzilla@replaced-ip )
3547 [20:06:45] *** Quits: Ericounet (~Eric@replaced-ip ) (Ping timeout: 272 seconds)
3548 [20:08:54] *** Joins: CarlFK (~carl@replaced-ip )
3549 [20:09:28] *** Joins: Silmarilion (~Silmarili@replaced-ip )
3550 [20:10:50] <CarlFK> "Intel Corporation HD Graphics 530" ... I'm trying to figure out if I can send audio to it. how do I list available audio devices?
3551 [20:11:18] <frunks> aplay -l
3552 [20:11:23] <sponix> CarlFK: install and use pavucontrol "Pulse Audio Volume Control"
3553 [20:11:37] *** Quits: idhugo (~idhugo@replaced-ip ) (Ping timeout: 264 seconds)
3554 [20:12:17] *** Quits: deicide- (~deicide-@replaced-ip ) (Quit: Leaving)
3555 [20:12:18] <CarlFK> "card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]" that is encouraging.
3556 [20:12:23] *** Quits: timofonic (~timofonic@replaced-ip ) (Remote host closed the connection)
3557 [20:14:51] *** Joins: slv (~slv@replaced-ip )
3558 [20:16:04] *** Joins: brondif (~brondif@replaced-ip )
3559 [20:16:45] *** Quits: blb4393 (~chatzilla@replaced-ip ) (Ping timeout: 240 seconds)
3560 [20:17:16] *** Joins: troulouliou_div2 (~troulouli@replaced-ip )
3561 [20:24:07] *** Quits: troulouliou_div2 (~troulouli@replaced-ip ) (Remote host closed the connection)
3562 [20:26:01] *** Quits: stitched_unicorn (~stitched_@replaced-ip ) (Quit: stitched_unicorn)
3563 [20:26:22] *** Joins: deicide- (~deicide-@replaced-ip )
3564 [20:28:00] *** Quits: Night-Shade (~TimF@replaced-ip ) (Ping timeout: 256 seconds)
3565 [20:31:59] *** Quits: zyleb (~zyley@replaced-ip ) (Read error: Connection reset by peer)
3566 [20:32:37] *** Joins: zyleb (~zyley@replaced-ip )
3567 [20:32:55] *** Joins: mihi (~mihi@replaced-ip )
3568 [20:33:51] *** Joins: lenswipe (~lenswipe@replaced-ip )
3569 [20:34:19] <lenswipe> Hey folks. I'm having a problem with my sound. It was working fine, then I installed audacity and without me changing anything it now doesn't
3570 [20:34:49] *** Parts: nickodd (~nickodd@replaced-ip ) ()
3571 [20:34:55] <lenswipe> If any application tries to play audio, i hear a soft pop in my headphones and then silence.
3572 [20:34:57] *** Joins: Night-Shade (~TimF@replaced-ip )
3573 [20:35:00] <lenswipe> This ONLY affects headphones. The speakers work fine
3574 [20:35:06] <lenswipe> and I have no audio until i reboot
3575 [20:35:13] <lenswipe> again, this only started when I installed audacity
3576 [20:35:16] *** Quits: aindilis (~aindilis@replaced-ip ) (Read error: Connection reset by peer)
3577 [20:36:12] *** Joins: usr1987 (~USR1987@replaced-ip )
3578 [20:36:24] <sney> look at your apt log and see what audacity brought with it as dependencies. there may be jackd or something else that is messing with audio multiplexing.
3579 [20:36:59] <sney> audacity itself will not do anything to your sound devices unless it is currently recording or playing back.
3580 [20:37:30] <lenswipe> sney, i forgot to mention, ive uninstalled audacity and the problem is still there
3581 [20:37:39] <lenswipe> whatever got broken is still broken
3582 [20:38:17] <sney> same advice
3583 [20:38:20] <lenswipe> when i first launched audacity, i heard the same soft pop (the sound you get when you plug a pair of headphones in)
3584 [20:38:21] *** Joins: Prints (~333@replaced-ip )
3585 [20:38:22] *** Quits: CombatVet (~c4@replaced-ip ) (Remote host closed the connection)
3586 [20:38:24] <lenswipe> and then the sound stopped working
3587 [20:38:30] <lenswipe> how do i look at my apt log?
3588 [20:38:41] *** Joins: CombatVet (~c4@replaced-ip )
3589 [20:38:46] <lenswipe> I just ran `sudo apt show audacity` and it has a bunch of things listed under "depends"
3590 [20:38:50] <lenswipe> are those the dependencies of audacity?
3591 [20:40:39] <lenswipe> apparently audacity depends on: audacity-data, libasound2, libavcodec58, libavcodec-extra58, libavformat58, libavutil56, libc6, libexpat1, libflac++6v5, libflac8, libgcc1, libgdk-pixbuf2.0-0, libglib2.0-0, libgtk2.0-0, libid3tag0, liblilv-0-0, libmad0, libmp3lame0, libogg0, libportaudio2, libportsmf0, libsndfile1, libsoundtouch1, libsoxr0, libstdc++6, libsuil-0-0, libtwolame0, libvamp-hostsdk3v5, libvorbis0a, libvorbisenc2, libvorbisfile3,
3592 [20:40:39] <lenswipe> libwxbase3.0-0v5, libwxgtk3.0-0v5,
3593 [20:40:44] <sney> yes, along with the Reccommends. But I told you to look at the apt *log* because some of those deps/recs were probably already on your system, and we're trying to find out what *changed*.
3594 [20:40:55] <lenswipe> so where do i find the apt log?
3595 [20:41:04] *** Quits: atlizz_ (~atlizz@replaced-ip ) (Read error: Connection reset by peer)
3596 [20:41:14] <lenswipe> oh right, just /var/log/apt
3597 [20:41:19] <lenswipe> i was thinking it was something in journalctl
3598 [20:41:56] *** Quits: renzhi (~renzhi@replaced-ip ) (Ping timeout: 256 seconds)
3599 [20:42:14] <lenswipe> sney, replaced-url
3600 [20:42:15] *** Quits: cdown (~cdown@replaced-ip ) (Read error: Connection reset by peer)
3601 [20:42:40] <usr1987> Hi Everyone, just a user here, but tried to install Deb 10 with UEFI and grub was properly set, but pc does not boot. Reinstalled in legacy and it all worker, why it can't find a boot in UEFI? is this an issue, I did google!
3602 [20:42:44] *** Joins: cdown (~cdown@replaced-ip )
3603 [20:43:02] <lenswipe> usr1987, define "does not boot"
3604 [20:43:17] <usr1987> @lenswipe can't find boot device
3605 [20:43:20] <sney> lenswipe: I suspect libportaudio2.
3606 [20:43:57] *** Joins: ZeroSploit (~ZeroSploi@replaced-ip )
3607 [20:44:21] <sney> usr1987: don't @ on irc, many clients ignore that style of highlights. also, does your device have any bios/efi updates available? sometimes efi has issues with non-windows from the factory, but it's usually fixed by the vendor
3608 [20:44:39] *** Joins: dez (uid92154@replaced-ip )
3609 [20:44:41] <ZeroSploit> where can i get help with a python script i made
3610 [20:44:50] <sney> have you tried #python
3611 [20:45:03] <ZeroSploit> lol makes alot a sence
3612 [20:45:14] <usr1987> yeah... its fully updated, its a dell lat 7450... other distros boot just fine
3613 [20:45:17] <ZeroSploit> thanks
3614 [20:45:53] <lenswipe> sney, go on...
3615 [20:46:14] <mason> usr1987: Boot rescue media (e.g., a livecd) and collect efibootmgr output, and maybe list the contents of your EFI System Partition.
3616 [20:46:25] *** Joins: aindilis (~aindilis@replaced-ip )
3617 [20:46:43] <sney> lenswipe: the name looked relevant so I looked at it with 'apt show' and the description sounds like something that could mess with audio output.
3618 [20:46:56] *** Joins: idhugo (~idhugo@replaced-ip )
3619 [20:47:09] <lenswipe> well i just uninstalled it
3620 [20:47:12] <lenswipe> let's see what happens now
3621 [20:47:26] <sney> lenswipe: but you have the list of what was installed by audacity and what wasn't removed when you removed audacity, so it's going to be one of those.
3622 [20:47:52] <lenswipe> sney, right, the only question is if it's their presence that's breaking things - or something that they chantged
3623 [20:48:21] *** Quits: Lupricon (~Lupricon@replaced-ip ) (Remote host closed the connection)
3624 [20:48:42] *** Joins: Lupricon (~Lupricon@replaced-ip )
3625 [20:48:44] <sney> in either case, removing the package should also (by debian policy) undo any config changes, or at least prompt you to make that decision yourself
3626 [20:48:56] <sney> you may also need to reboot and/or restart pulseaudio in between tests
3627 [20:48:57] <usr1987> I may add, I am using the firmware dvd written on the usb with rufus... is there a negative impact using legacy boot vs uefi? I can use legacy
3628 [20:49:33] <sney> usr1987: rufus is known to break the debian installer sometimes in unpredictable ways, unless you use the 'dd mode'.
3629 [20:49:42] <sney> !win32diskimager
3630 [20:49:42] <dpkg> win32diskimager is much more reliable than <unetbootin> for copying ISO images to USB sticks and you can download it from replaced-url
3631 [20:49:47] *** Quits: lenswipe (~lenswipe@replaced-ip ) (Remote host closed the connection)
3632 [20:50:53] <usr1987> sney: i will try a iso to DVD boot and see if thats the issue. I really don't want to tinker much with the issue, unless is legacy is not worth using
3633 [20:51:01] *** Joins: Acheron (~Acheron@replaced-ip )
3634 [20:51:45] *** Parts: brondif (~brondif@replaced-ip ) ("Leaving")
3635 [20:51:56] <sney> usr1987: IME it doesn't make much difference, but using legacy may make some efi features unavailable, and I think there may be some issues with >4TB disks. but my primary desktop and laptop are both installed in legacy mode with no complaints here.
3636 [20:52:15] <mason> usr1987: Boot rescue media (e.g., a livecd) and collect efibootmgr output, and maybe list the contents of your EFI System Partition.
3637 [20:52:18] *** Quits: polyphem (~p0lyph3m@replaced-ip ) (Ping timeout: 246 seconds)
3638 [20:52:43] <mason> Or, we can all play a guessing game! I guess "red" on my turn.
3639 [20:53:51] <usr1987> sney... only got a 256 mvne drive, and 16gb, so I think I am ok... Thank you! Mason I may try that at a future date.
3640 [20:53:53] *** Joins: polyphem (~p0lyph3m@replaced-ip )
3641 [20:54:44] *** Quits: SM0TVI (~sm0tvi@replaced-ip ) (Read error: Connection reset by peer)
3642 [20:54:59] *** Joins: rander2 (~rd@replaced-ip )
3643 [20:55:03] *** Joins: SM0TVI (~sm0tvi@replaced-ip )
3644 [20:55:08] <rander2> hello
3645 [20:55:10] *** Joins: leorat (~leorat@replaced-ip )
3646 [20:55:28] <rander2> to add a path in bash , must I modify .profile ?
3647 [20:55:43] *** Quits: ZeroSploit (~ZeroSploi@replaced-ip ) (Quit: Leaving)
3648 [20:55:50] <mason> rander2: or .bashrc or .shrc or something of the sort.
3649 [20:55:59] *** Joins: zalt (~devp@replaced-ip )
3650 [20:56:20] *** Quits: rebrec (~rebrec@replaced-ip ) (Ping timeout: 256 seconds)
3651 [20:56:49] <mason> rander2: You can say PATH="$PATH:/my/new/path" ; export PATH to add to what you've already got.
3652 [20:57:05] *** Joins: ZeroSploit (~ZeroSploi@replaced-ip )
3653 [20:57:49] <ZeroSploit> help with my python script there was no help at #python and the guy was very rude
3654 [20:58:08] <nkuttler> well, you spammed that channel. use a pastebin
3655 [20:58:26] <sney> ZeroSploit: sorry, that's not how it works. maybe you should just refer back to your textbook instead.
3656 [20:59:33] <RoyK> mason: or just "export PATH="$PATH:/somewhere"
3657 [20:59:37] *** Quits: mtn (~mtn@replaced-ip ) (Quit: Konversation terminated!)
3658 [20:59:52] *** Quits: TripleDES (~sjr@replaced-ip##) (Quit: ZNC 1.7.2+deb3 - ##replaced-url
3659 [20:59:54] <mason> RoyK: Sure, but that's just Bash. I'd rather teach people portable ways to do the same thing.
3660 [21:00:07] <nkuttler> ZeroSploit: just join the python channel again, and use the pastebin in the topic this time
3661 [21:00:11] *** Joins: TripleDES (~sjr@replaced-ip )
3662 [21:00:12] <RoyK> well, if it's in .bashrc, it won't be much of a problem ;)
3663 [21:00:36] <mason> RoyK: And as soon as he wants to do it for Dash, he wonders why it breaks and has to come back and ask again.
3664 [21:00:42] *** Parts: ZeroSploit (~ZeroSploi@replaced-ip ) ()
3665 [21:00:53] <RoyK> mason: sure, but I'm not sure why people use dash
3666 [21:01:00] *** Quits: rander2 (~rd@replaced-ip ) (Remote host closed the connection)
3667 [21:01:00] * sney mutters something about obvious newbies with "hacker" nicks
3668 [21:01:18] <nkuttler> you've got to have goals
3669 [21:01:24] <sney> lol
3670 [21:01:31] <mason> RoyK: Hah, and for kicks, it turns out that Dash actually supports it. So... s/Dash/KSH/ maybe?
3671 [21:01:43] *** Quits: k4nz (~Thunderbi@replaced-ip ) (Read error: Connection reset by peer)
3672 [21:02:25] <RoyK> mason: stick to bsh if the punched cards won't work ;)
3673 [21:02:40] *** Joins: oxek (qjvl@replaced-ip )
3674 [21:02:50] *** Joins: k4nz (~Thunderbi@replaced-ip )
3675 [21:03:27] <f8e4> how to print all file contents in a dir?
3676 [21:03:36] <f8e4> find . -type f -exec cat -;
3677 [21:04:03] <RoyK> find /somedir -type f -exec cat {} \;
3678 [21:04:05] <RoyK> perhaps
3679 [21:04:07] *** Quits: Night-Shade (~TimF@replaced-ip ) (Ping timeout: 256 seconds)
3680 [21:04:21] <f8e4> or find . -name '*' -exec cat {} + ?
3681 [21:04:41] <nkuttler> f8e4: cat * ?
3682 [21:04:41] *** Quits: usr1987 (~USR1987@replaced-ip ) (Quit: Leaving)
3683 [21:04:47] <RoyK> nkuttler++
3684 [21:04:50] <oxek> How can I rename a command, such as 'man' to 'docs', in such a way that it applies to all users of the system, including newly created ones, and does not break anything in directories managed by apt, such as in /usr?
3685 [21:04:55] <mason> cat .??* * you're missing dot files
3686 [21:05:24] <RoyK> oxek: generally, you don't. you learn the commands as they are
3687 [21:05:35] <sney> oxek: symlinks or aliases, but the 'man' binary should stay in place so as not to break anything
3688 [21:05:38] <nkuttler> mason: that still misses some
3689 [21:05:39] <oxek> RoyK: this comes from above, I have to rename the command
3690 [21:05:52] <RoyK> oxek: why?
3691 [21:05:57] <mason> Misses anything with a space, as an example.
3692 [21:06:15] <RoyK> alias docs=man
3693 [21:06:22] <oxek> RoyK: please don't ask why, I don't want to create a weird discussion here
3694 [21:06:23] <nkuttler> mason: or . plus one char
3695 [21:06:27] <RoyK> but still, why on earth would you rename it?
3696 [21:06:34] <sney> oxek: the file /usr/bin/man is owned by the debian package 'man-db', so messing with it will break that package, which violates your last requirement.
3697 [21:06:37] <RoyK> someone finding it sexish or something?
3698 [21:06:41] <oxek> the man command will of course stay in the canonical path in /usr/bin
3699 [21:06:56] *** Joins: huwjr (~huwjr@replaced-ip )
3700 [21:07:01] <sney> ln -s /usr/bin/man /usr/local/bin/docs
3701 [21:07:17] <mason> nkuttler: The issue is .?* catches .. as well.
3702 [21:07:17] <nkuttler> i usually do .[a-zA-Z], but i obviously check the files
3703 [21:07:24] <RoyK> sney: better use an alias in /etc/bash.bashrc or something
3704 [21:07:25] <oxek> sney: yeah, that's smart, that should do it, thanks
3705 [21:07:30] <mason> nkuttler: That misses .1
3706 [21:07:36] <nkuttler> obviously
3707 [21:07:54] *** Quits: huwjr (~huwjr@replaced-ip ) (Client Quit)
3708 [21:08:05] <sney> RoyK: the symlink is easier to reverse engineer a year from now when you've forgotten how it was implemented
3709 [21:08:06] <RoyK> oxek: the discussion is weird already ;)
3710 [21:08:09] <oxek> RoyK: that would miss out on cases where the user might use fish, zsh, sh, etc.
3711 [21:08:12] <mason> .??* is less typing
3712 [21:08:45] <nkuttler> f8e4: lots of options
3713 [21:09:00] *** Joins: hogarius (hogarius@replaced-ip )
3714 [21:09:11] <RoyK> oxek: could you please answer why you want to rename a command that has been the same for 30+ years?
3715 [21:09:13] *** Quits: noosanon (~user@replaced-ip ) (Ping timeout: 256 seconds)
3716 [21:09:21] <oxek> do I understand it correctly then that /usr/local/bin is not under control of the package manager, i.e. apt will not mess with things in there?
3717 [21:09:26] <sney> oxek: yes.
3718 [21:09:34] <EdePopede> sounds to me more like "i have to" than "i want to"
3719 [21:09:50] <oxek> RoyK: I don't want to do it, but I've been asked to provide an option so that users can run 'docs' to get the functionality of 'man'
3720 [21:10:04] <EdePopede> oxek: /usr/local is under discretion of the sysadmin
3721 [21:10:21] <sney> RoyK: yeah, it sounds like some nontechnial executive meddling. sucks, but re-educating oxek's boss is outside the scope of #debian
3722 [21:10:28] <RoyK> oxek: and 'dir' instead of 'ls' and 'md' instead of 'mkdir' etc?
3723 [21:10:40] <RoyK> btw, dir is there already, last I checked
3724 [21:10:45] <nkuttler> did somebody mention creating a symlink yet?
3725 [21:10:52] <nkuttler> ah, yes..
3726 [21:11:02] <oxek> RoyK: nope, I've not been asked to rename those ones.
3727 [21:11:17] *** Joins: kreyren (~kreyren@replaced-ip )
3728 [21:11:21] *** Joins: noosanon (~user@replaced-ip )
3729 [21:11:22] <oxek> anyway, thanks very much for pointing me to /usr/local/bin
3730 [21:11:27] <sney> np
3731 [21:11:36] <RoyK> oxek: I just wonder what sort of idiot orders you to fix a working system
3732 [21:12:02] <sney> spoken like someone who's never worked corporate ^^
3733 [21:12:10] <f8e4> do you guys trust brother printer driver?
3734 [21:12:21] <EdePopede> i've read some time ago that there once was a distro (or some unix probably even earlier) in germany where they TRANSLATED all the commands.
3735 [21:12:34] <f8e4> i am looking at "CUPS wrapper Printer driver Source Codes" but dont know hwere to put all the files?
3736 [21:12:43] <mason> EdePopede: That must have made shell scripts fun.
3737 [21:12:49] <RoyK> sney: nah - corporate users rarely use the commandline
3738 [21:12:52] <sney> f8e4: I don't "trust" any black box proprietary stuff, but the brother driver is generally known to support printers
3739 [21:13:03] <EdePopede> mason: or they kept around symlinks for the commands in the scripts :>
3740 [21:13:45] <sney> f8e4: if they gave you a source package, it probably has instructions. but you may want to check your cups configuration before dealing with that, as some models are supported out of the box via postscript
3741 [21:13:46] <f8e4> sney it is not shown in strg+P dialog, so i downloaded the cups wrapper source: PPD, cupswrapper and brcupsconfig dirs; where to put them?
3742 [21:13:57] <EdePopede> may have been around the time when sysadmins were told by their bosses to use this lunix things for the email box they've heard of :D
3743 [21:14:14] <oxek> RoyK: this is for a school system where our company helps out as a matter of good-will, and we've been asked by the school to do this
3744 [21:14:23] <f8e4> sney is cups on by default? i dont like switching printer server stuff on
3745 [21:14:28] <oxek> we recently donated ~50 laptops to them running debian
3746 [21:14:37] *** Joins: usr1987 (~USR1987@replaced-ip )
3747 [21:14:46] <sney> f8e4: if it's installed it's running. open replaced-url
3748 [21:14:55] <EdePopede> "schools" system? one of the goals of schools is to teach people to do things THE RIGHT WAY
3749 [21:15:13] <sney> unfortunately the contract sysadmins don't have any say in the curriculum
3750 [21:15:25] *** Quits: noosanon (~user@replaced-ip ) (Ping timeout: 240 seconds)
3751 [21:15:45] *** Joins: Ceber (~cerberus@replaced-ip )
3752 [21:15:54] <EdePopede> oxek: regular schools? with kids and teens and such?
3753 [21:16:08] <RoyK> oxek: which doesn't make sense, since the point of a school is to teach you things, like linux/unix commands
3754 [21:16:10] <oxek> EdePopede: yeah, regular school with kids.
3755 [21:16:28] <sney> also, lots of things are learned wrong in school, if only due to progress and changing attitudes etc... most students eventually learn critical thinking as well, which provides the tools to resolve that
3756 [21:16:38] <EdePopede> oxek: then it's a waste of ressources. better donate the machines to schools doing their job
3757 [21:17:01] <oxek> RoyK: I agree with you, personally I don't want to do this, but I have to
3758 [21:17:07] <EdePopede> they'll release people with no clue how to use a linux system if they do some more of this crap.
3759 [21:17:45] <sney> if some kid joins #debian in the next couple years asking "where is the docs command" then we'll know who to blame. >:D
3760 [21:17:48] <RoyK> oxek: then talk to the teacher and tell him/her that this is really counterproductive. they'll learn something that only works on that system
3761 [21:17:50] <EdePopede> heh
3762 [21:18:05] *** Quits: usr1987 (~USR1987@replaced-ip ) (Quit: Leaving)
3763 [21:18:38] *** Quits: ax562 (aec293db@replaced-ip ) (Remote host closed the connection)
3764 [21:18:56] <RoyK> sounds like someone that doesn't know linux at all found the 'man' command sexish or something :þ
3765 [21:18:56] <sney> if this were my problem, I'd probably make /usr/local/bin/docs a shell script that outputs "most unix systems will only have the 'man' command, this 'docs' alias is provided for your convenience" then sleep for a second before calling up the manpage
3766 [21:19:09] <oxek> RoyK: not my place to have this discussion. At least the kids are learning how to use the system, and that there's "help COMMAND", "info COMMAND", "COMMAND --help" and now 'better named' command "docs COMMAND".
3767 [21:19:17] <EdePopede> i'm surprised that such teachers are still around in 2020. was ok in the 80s when they didn't have proper preparation themselves, but now it's just a desaster.
3768 [21:19:41] <oxek> sney: that's a great idea!
3769 [21:19:47] <EdePopede> oxek: tell them about woman(1) ;)
3770 [21:19:49] <RoyK> oxek: I give in - rename all the commands to politicaly correct ones and try to get it though
3771 [21:20:07] <EdePopede> it's to man what less is to more (or even most) or pinfo to info
3772 [21:20:22] <oxek> RoyK: I did not say it is for any politically correct reasons, I simply have to do this
3773 [21:20:53] <RoyK> reminds me of replaced-url
3774 [21:20:59] <EdePopede> yeah
3775 [21:21:49] *** Joins: blb4393 (~chatzilla@replaced-ip )
3776 [21:22:29] <oxek> EdePopede: we've been helping out this school for years, and don't want to punish the kids for any such decisions made by the school administration
3777 [21:22:31] *** Joins: noosanon (~user@replaced-ip )
3778 [21:23:06] <oxek> we don't get any tax relief or anything like that for it, it's just something our company has been doing since it was founded
3779 [21:23:23] <f8e4> sney: would you rather put wifi printer onto router or install their driver for usb?
3780 [21:23:24] <RoyK> oxek: then tell the kids how to make an alias docs="man" so at least they'll learn something
3781 [21:23:34] <EdePopede> oxek: good thing. the idea with the nagscript would push them into the right direction i think. even on a meta level, showing them that they shouldn't rely too much on what they're told.
3782 [21:24:09] <sney> f8e4: I would (and do) just use my printer on the network.
3783 [21:24:11] *** Parts: hogarius (hogarius@replaced-ip ) ()
3784 [21:24:32] <oxek> RoyK: it's a hard decision on what we can and cannot tell the kids. They are happy with our picture based documentation on how to use the systems, etc. but if we were to be 'educating' the kids then we'd be crossing the line
3785 [21:24:32] <EdePopede> oxek: or if you have the time and are willing to maybe some specific docs(sic!) to that system. so they know what they are confronted with.
3786 [21:24:41] <f8e4> sney me scared some chinese guy comes in, or printer pings outwards (no idea)
3787 [21:25:03] <f8e4> f8e4 i feel its a high security risk
3788 [21:25:29] <EdePopede> oxek: hmpf. the prime directive.
3789 [21:25:42] <sney> f8e4: that stuff is pretty unlikely, but if you have a sane router you can filter the printer's ip from reaching the internet
3790 [21:25:46] <RoyK> oxek: it'd be interesting to know what the teacher want to achieve from this
3791 [21:26:16] <oxek> RoyK: it's not even the teachers, it comes from the higher-ups
3792 [21:26:30] <RoyK> can you spell micromanagement?
3793 [21:26:45] *** Quits: deicide- (~deicide-@replaced-ip ) (Ping timeout: 240 seconds)
3794 [21:26:52] <f8e4> RoyK most want their paycheck and cup of coffee during launchbreak on a chat with fellows..
3795 [21:27:03] <sney> some school board dead weight trying to justify their own existence, maybe
3796 [21:27:32] *** Joins: n4dir (~n4dir@replaced-ip )
3797 [21:27:32] <EdePopede> most school systems are horribly broken probably anyway
3798 [21:28:26] *** Joins: lionrouge (~lionrouge@replaced-ip )
3799 [21:28:28] <lionrouge> hi !
3800 [21:28:41] <oxek> now this is a little bit 'extra', but is there a simple way of making it so that 'docs docs' brings up the manpage of 'man'?
3801 [21:29:10] <lionrouge> Trying to install Epson printer drivers from their official site. They distribute them as *.deb.tar.gz. And when I do `tar xf` I get a drectory instead of 1 .deb file. What can I do about it?
3802 [21:29:31] <RoyK> oxek: yeah - you just have to rename it all, run sed through all the manpages and change them from "man" to "docs"
3803 [21:29:31] <sney> oxek: make that a case for the shell script
3804 [21:29:40] <RoyK> for gods' sake - why???
3805 [21:30:00] <sney> or symlink man.1.gz to docs.1.gz
3806 [21:30:04] <oxek> RoyK: I doubt I'd need to rename every occurence of 'man' everywhere. I was just asked to rename the command.
3807 [21:30:05] *** Parts: mason (~mason@replaced-ip ) ()
3808 [21:30:22] <oxek> even having 'docs docs' is a bit extra, but as sney says I'll do it in the script
3809 [21:30:25] <sney> lionrouge: what's actually in that directory? it's hard for us to guess
3810 [21:30:55] <sney> lionrouge: also, some of the less cheap printers are supported out of the box by cups-driverless, so you might not even need that package
3811 [21:31:14] <EdePopede> oxek: some manpages are just links to others. can't remember the exact method, just look into some really small one ;)
3812 [21:31:20] <RoyK> oxek: I suggeste you contact management and slowly, but kindly tell them the "man" command has nothing to do with gender, but "manual" and at the same time, tell them you'll need to do a week's worth of work to rename it, and that it'll probably break in future upgrades
3813 [21:31:32] <oxek> sney: I'd need to do the symlink in the man-db dir, which is under control of apt, so it would possibly break at some point
3814 [21:31:45] <oxek> unless there's some special /usr/local/ dir for that too
3815 [21:31:48] <sney> oxek: only if some debian package introduced a file by the same name
3816 [21:31:52] <EdePopede> should work if you create docs.1.gz in /usr/local and point to the normal manpage
3817 [21:31:53] <sney> but yes there is also /usr/local/man
3818 [21:32:12] <lionrouge> sney, sorry I was wrong
3819 [21:32:18] <lionrouge> I thought it's .deb package internals
3820 [21:32:23] <sney> or maybe it's /usr/local/share/doc hmm I'd have to look at the fhs to be sure
3821 [21:32:24] <sney> !fhs
3822 [21:32:24] <dpkg> Debian follows the Filesystem Hierarchy Standard. The filesystem is categorized by purpose, not application. This allows, for example, the easy and efficient deployment of a read-only /usr area across a number of thin clients. See replaced-url
3823 [21:32:32] <RoyK> EdePopede: no, don't - just teach the kids how to use the system as it is
3824 [21:32:36] <lionrouge> but it's just a couple of dirs with deb packages, README.rst and install.sh
3825 [21:32:42] <lionrouge> it works fine
3826 [21:32:43] <oxek> sney: /usr/local/man will work then, wonderful, thank you once again. I need to explore the functionality of /usr/local at some point, might as well do it now
3827 [21:32:57] * RoyK gives in
3828 [21:33:28] <sney> RoyK: it's been established repeatedly that oxek doesn't have any say in these requirements, so um, welcome to the party
3829 [21:33:29] <EdePopede> RoyK: seems as there's no other option then just to do it. customer is king. they could refuse it, but it's their decision.
3830 [21:33:42] *** Quits: idhugo (~idhugo@replaced-ip ) (Ping timeout: 260 seconds)
3831 [21:33:43] <oxek> RoyK: I'm just a small fry, it's not my place to be doing that. And we're doing it for free anyway.
3832 [21:33:58] <EdePopede> of course the whole approach is totally braindead, but they want it like this ¯\_(ツ)_/¯
3833 [21:34:03] <RoyK> oxek: then tell them to do it themselves
3834 [21:34:58] <EdePopede> oxek: your company is d'accord with doing it like this? or did you see your boss fp'ing?
3835 [21:35:11] *** Joins: wikan (~wikan@replaced-ip )
3836 [21:35:16] <oxek> RoyK: it's a sensitive issue, we don't want to be in the news "Company X refuses to fix -ist terminology on school systems"
3837 [21:35:26] <EdePopede> the alternative would be to just tell them "there's no sane way doing it without braking the system"
3838 [21:35:28] <wikan> hi. Question about meltdown/spectre bugs
3839 [21:35:29] *** dfacto is now known as xparanoik
3840 [21:36:02] <RoyK> oxek: I should be more like "Management in Compny X refuses to use their brains"
3841 [21:36:02] <oxek> I am of course exaggerating, it would very likely not make the news
3842 [21:36:09] <wikan> if I use debian and repository apps is those bugs a real risk?
3843 [21:36:27] <sney> wikan: both are mitigated by default in debian kernels
3844 [21:37:20] <wikan> understand, but I wonder what exactly the risk is
3845 [21:37:37] <sney> wikan: also, real-world vulnerabilities using either are few and far between on *client* systems like your home pc. it's more of an issue for machines that, for instance, host multiple websites with privileged data
3846 [21:37:39] *** Quits: zyleb (~zyley@replaced-ip ) (Read error: Connection reset by peer)
3847 [21:37:39] <wikan> it is risky to run external software or every software - like firefox and websites
3848 [21:37:52] *** Joins: zyleb (~zyley@replaced-ip )
3849 [21:38:05] <sney> wikan: the meltdownattack.com site describes it better than I can.
3850 [21:38:07] <wikan> s/it is/is it/
3851 [21:38:20] <annadane> yes but this is why there are certificates
3852 [21:38:23] <wikan> ok :) thanks
3853 [21:38:32] <annadane> and general common sense
3854 [21:38:44] <wikan> i am trying to find why I have performance problems here
3855 [21:39:29] <wikan> i use a little old laptop. mostly everything work fine, but not videos in firefox
3856 [21:39:44] <sney> what's your definition of "old laptop"
3857 [21:40:24] <wikan> well I use 32bit debian on GenuineIntel 2.00GHz 2Core, 3.9GB
3858 [21:40:29] <annadane> (and ublock origin)
3859 [21:41:24] <wikan> dell m1210
3860 [21:41:26] <sney> some old mobile gpus are genuinely too slow for common web videos
3861 [21:42:03] <wikan> sney: right, but i am trying to understand what is a problem here
3862 [21:42:27] <sney> I wouldn't be surprised if a laptop from 2006 using a gma950 genuinely *can't* decode h.264 in realtime
3863 [21:42:54] <wikan> so it is about some registers?
3864 [21:43:11] *** Joins: d3sync|2 (~d3sync@replaced-ip )
3865 [21:43:15] <sney> it's about some hardware that is too old for the modern internet.
3866 [21:43:36] <wikan> not sure
3867 [21:43:40] <sney> you can try disabling the spectre/meltdown mitigations, there are kernel options for it iirc.
3868 [21:43:42] <oxek> wikan: afaik there has not been a single demonstrated case of someone using meltdown/spectre/etc. to exfiltrate data or anything like that
3869 [21:43:44] <wikan> i can use compton and watch videos in vlc
3870 [21:43:46] <sney> but I doubt that will make your video faster.
3871 [21:44:12] <ratrace> oxek: you mean other than PoCs
3872 [21:44:20] <oxek> ratrace: yeah, other than PoCs
3873 [21:45:29] *** Joins: k4nz1 (~Thunderbi@replaced-ip )
3874 [21:45:43] <wikan> oxek: I understand that the risk is using external apps. But not sure if firefox from repo may be used from website's javascript level to attack
3875 [21:46:02] *** Quits: k4nz (~Thunderbi@replaced-ip ) (Ping timeout: 265 seconds)
3876 [21:46:02] *** k4nz1 is now known as k4nz
3877 [21:46:02] *** Quits: d3sync (~d3sync@replaced-ip ) (Ping timeout: 256 seconds)
3878 [21:46:05] <wikan> or even firefox from firefox.com
3879 [21:46:20] <wikan> so question is about javascript on websites
3880 [21:46:48] <wikan> wonder if I can disable thsese patches - maybe that affects performance
3881 [21:46:57] <oxek> wikan: it theoretically may, but so far it has only been demonstrated in PoCs in very specific lab conditions. Nobody knows if it has been used in the real world yet, or if it even realistically could be used, especially on home PCs.
3882 [21:47:44] <oxek> wikan: easy to disable, pass mitigations=off to your kernel cmdline
3883 [21:47:52] *** Joins: satousan (main@replaced-ip )
3884 [21:48:41] <wikan> oxek: can I disable only selected patches?
3885 [21:48:44] <oxek> and test if it gives you a noticeable performance gain in what you're doing so that you know if it is worth it or not
3886 [21:48:56] <wikan> I have: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs
3887 [21:48:56] <oxek> wikan: yeah, but you'll need to search online for that
3888 [21:49:04] *** Joins: nebunez (~user@replaced-ip )
3889 [21:49:15] *** Joins: Admiral_Purr (~Admiral_P@replaced-ip )
3890 [21:49:25] *** Quits: eventhorizon5 (~smuxi@replaced-ip ) (Ping timeout: 264 seconds)
3891 [21:50:06] <wikan> damn
3892 [21:50:19] <wikan> grub args
3893 [21:50:47] <wikan> i thought it is possible to disable on fly
3894 [21:50:50] <oxek> doesn't have to be grub args, there are ways of doing it even if you don't boot using grubs
3895 [21:50:57] <oxek> but a restart is very likely necessary
3896 [21:51:46] *** Joins: deicide- (~deicide-@replaced-ip )
3897 [21:51:51] *** Quits: Admiral_Purr (~Admiral_P@replaced-ip ) (Client Quit)
3898 [21:52:19] *** Joins: Admiral_Purr (~yaaic@replaced-ip )
3899 [21:52:33] *** Quits: Admiral_Purr (~yaaic@replaced-ip ) (Client Quit)
3900 [21:52:37] <wikan> i don't know how to do it
3901 [21:53:01] <wikan> I was using grub ver 1 10 years ago :)
3902 [21:53:13] <wikan> grub2 is a magic to me
3903 [21:53:35] <wikan> can you show me some directions?
3904 [21:53:38] *** Quits: noosanon (~user@replaced-ip ) (Ping timeout: 264 seconds)
3905 [21:53:44] <nvz> one easy way to change the commandline for all linux entries is to add something to /etc/default/grub one of the first few lines is GRUB_CMDLINE_LINUX="" or such
3906 [21:53:59] <nvz> anything you put there will be appended to the kernel commandline for all linux entries
3907 [21:54:17] <nvz> then just run grub-install
3908 [21:54:44] <oxek> nvz: I'd say run 'update-grub' instead
3909 [21:54:51] <nvz> yeah that too
3910 [21:54:52] <nvz> :D
3911 [21:55:05] <wikan> can I just add second entry in grub?
3912 [21:55:10] <oxek> wikan: you'll want something like GRUB_CMDLINE_LINUX_DEFAULT="quiet mitigations=off"
3913 [21:55:21] <oxek> but instead of mitigations=off, you'll want the specific ones you want
3914 [21:55:42] <wikan> i prefer new entry in grub
3915 [21:56:08] <nvz> well, good luck with that :D
3916 [21:56:14] <oxek> wikan: if you don't want to modify anything, you can just pass that argument at the grub menu
3917 [21:56:22] <nvz> looks like you'll be learning grub2 afterall :D
3918 [21:57:38] *** Joins: atlizz_ (~atlizz@replaced-ip )
3919 [21:57:44] <oxek> wikan: you can create new menus in /etc/grub.d/ and then run update-grub
3920 [21:58:46] <wikan> not /boot/grub/grub.cfg?
3921 [21:59:03] <oxek> grub.cfg gets generated from those in /etc/grub.d/
3922 [21:59:04] <wikan> "this is automaticaly generated" right
3923 [21:59:17] <oxek> so try editing /etc/grub.d/40_custom
3924 [21:59:37] <wikan> ok, but i have empty /etc/grub.d dir
3925 [21:59:52] <oxek> hmm
3926 [21:59:57] <wikan> ups sorry
3927 [21:59:58] <oxek> systemd-boot perhaps?
3928 [22:00:03] <wikan> checked for /etc/default
3929 [22:00:38] *** Quits: black_ant (~antilope@replaced-ip ) (Ping timeout: 246 seconds)
3930 [22:00:45] *** Joins: Night-Shade (~TimF@replaced-ip )
3931 [22:00:50] <oxek> this is one of the big changes between grub1 and grub2 - in grub2 you shouldn't edit the grub.cfg manually, it gets generated
3932 [22:02:30] <wikan> damn
3933 [22:02:37] <oxek> I'd say don't mess with this now - just do it temporarily on boot by adding that option in the grub menu when you start the computer
3934 [22:02:47] <oxek> press 'c' or 'e' on start, can't remember right now
3935 [22:03:20] <oxek> certainly safer than what you're might be doing now
3936 [22:03:32] <wikan> oxek you right
3937 [22:03:52] <wikan> i will try comands at boot
3938 [22:04:11] <wikan> btw, what if I do blablabla=10
3939 [22:04:30] <wikan> can I remove bad argument from grub?
3940 [22:04:31] <oxek> nothing should break afaik, kernel ignores unknown commandlines
3941 [22:05:10] <oxek> wikan: what bad argument are you talking about?
3942 [22:06:34] <wikan> any
3943 [22:07:16] <wikan> not sure if it is ok but I got:
3944 [22:07:29] <wikan> File descriptor 26 (pipe:[335637]) leaked on lvs invocation. Parent PID 13950
3945 [22:07:40] <wikan> many errors like this when I did update-grub
3946 [22:08:56] *** jfb4_ is now known as jfb4
3947 [22:09:13] <oxek> not familiar with that one, so someone else might help
3948 [22:09:40] *** Quits: coot (~coot@replaced-ip ) (Quit: coot)
3949 [22:09:47] <wikan> ok... restarting
3950 [22:09:56] <wikan> wish me luck
3951 [22:10:19] *** Quits: Ycarus (~Ycarus@replaced-ip ) (Quit: Ycarus)
3952 [22:10:22] * wikan will back
3953 [22:10:25] *** Quits: wikan (~wikan@replaced-ip ) (Quit: WeeChat 2.3)
3954 [22:10:36] *** Joins: CrazyEddy (crazyed@replaced-ip )
3955 [22:11:35] *** Joins: Hokedli (~laslie@replaced-ip )
3956 [22:12:28] *** Quits: LeoTh3o (~th3o@replaced-ip ) (Quit: Leaving)
3957 [22:13:15] *** Quits: slv (~slv@replaced-ip ) (Quit: Leaving)
3958 [22:13:40] *** Joins: LeoTh3o (~th3o@replaced-ip )
3959 [22:13:59] *** Quits: Jade_NL (~JadeNL@replaced-ip ) (Quit: leaving)
3960 [22:14:07] *** Joins: gelignite (~gelignite@replaced-ip )
3961 [22:15:09] *** Quits: electro33 (uid613@replaced-ip ) (Quit: Connection closed for inactivity)
3962 [22:16:50] *** Joins: wikan (~wikan@replaced-ip )
3963 [22:17:15] <wikan> nothing happen
3964 [22:17:18] *** Quits: lionrouge (~lionrouge@replaced-ip ) (Quit: Leaving)
3965 [22:17:32] <wikan> still cpuinfo gives me bugs
3966 [22:17:48] <oxek> cpuinfo will still list those bugs
3967 [22:18:04] <oxek> what does this do: cat /proc/cmdline
3968 [22:18:41] <wikan> correct command
3969 [22:18:51] <wikan> i can play 720p
3970 [22:18:53] *** Joins: chris_ (~chris@replaced-ip )
3971 [22:18:54] <wikan> on youtube
3972 [22:18:56] <wikan> so it works
3973 [22:19:14] <wikan> i had have set 480 max
3974 [22:19:15] *** Joins: noosanon (~user@replaced-ip )
3975 [22:19:37] <oxek> strange but ok, I would not have expected it to affect something like video playback so severely
3976 [22:19:54] <oxek> perhaps the restart itself helped? Something was running in background taking up performace?
3977 [22:20:09] <wikan> nope
3978 [22:20:21] <wikan> i had firefox, xterm and weechat
3979 [22:20:34] <wikan> i always had 720p probelms
3980 [22:20:54] <wikan> now 1080p plays exactly like 720p before
3981 [22:20:59] <wikan> slideshow
3982 [22:21:52] <wikan> play, stop reacts immediately
3983 [22:22:07] <wikan> it is faster
3984 [22:22:12] <wikan> much faster
3985 [22:22:35] *** Quits: satousan (main@replaced-ip ) (Ping timeout: 240 seconds)
3986 [22:23:17] *** Quits: Prints (~333@replaced-ip ) (Ping timeout: 244 seconds)
3987 [22:23:18] *** Quits: zyleb (~zyley@replaced-ip ) (Read error: Connection reset by peer)
3988 [22:23:26] *** Joins: zyleb (~zyley@replaced-ip )
3989 [22:24:58] *** Joins: satousan (main@replaced-ip )
3990 [22:25:46] <wikan> even gmail works much faster
3991 [22:25:59] <wikan> gmail is a s**t
3992 [22:26:05] <oxek> strage that it would have such an impact
3993 [22:26:45] <wikan> it is about 20% - 50%
3994 [22:26:49] <wikan> it depends
3995 [22:27:14] <oxek> 20%-50% in very specific scenarios, none of which should be 'gmail' or 'video playback'
3996 [22:27:55] *** Joins: AquaL1te (~AquaL1te@replaced-ip )
3997 [22:30:49] *** Quits: kreyren (~kreyren@replaced-ip ) (Remote host closed the connection)
3998 [22:31:02] *** Quits: chris_ (~chris@replaced-ip ) (Quit: chris_)
3999 [22:31:07] *** Quits: wonderer (~quakeroat@replaced-ip ) (Quit: Famous quotes #81: It grows in company time, so I'll get it cut in company time. - Angel (1976-Present), When asked why he was getting his hair-cut during a lunch break.)
4000 [22:31:35] *** Joins: kreyren (~kreyren@replaced-ip )
4001 [22:32:35] *** Quits: noosanon (~user@replaced-ip ) (Ping timeout: 240 seconds)
4002 [22:34:53] <wikan> it is not gmail or video playback
4003 [22:34:59] <wikan> it is javascript around it
4004 [22:35:01] *** Quits: erle- (~stephan@replaced-ip ) (Quit: Leaving)
4005 [22:39:20] *** Joins: nuno_nunes (~PC@replaced-ip )
4006 [22:43:05] *** Quits: Night-Shade (~TimF@replaced-ip ) (Read error: Connection reset by peer)
4007 [22:43:15] *** Joins: hipodilski (~hipo@replaced-ip )
4008 [22:43:51] <hipodilski> any idea how can I fix a messed debian installation due to mistakenly deletion of /usr/lib/dpkg
4009 [22:44:12] <hipodilski> I tried reinstalling using a copy of /usr/lib/dpkg from another debian but some packages are failing badly with dependency issues
4010 [22:44:34] *** Joins: sphenxes (~sphenxes@replaced-ip )
4011 [22:44:52] *** Quits: satousan (main@replaced-ip ) (Quit: WeeChat 2.3)
4012 [22:45:36] <nkuttler> hipodilski: what kind of files do you have in there? find /usr/lib/dpkg
4013 [22:46:36] *** Quits: r3d (~r3d@replaced-ip ) (Quit: Leaving)
4014 [22:47:35] *** Quits: NetTerminalGene (~Thunderbi@replaced-ip ) (Quit: NetTerminalGene)
4015 [22:47:41] <frunks> hipodilski: dpkg -s apt
4016 [22:48:18] *** Quits: thiras (~thiras@replaced-ip ) (Ping timeout: 256 seconds)
4017 [22:49:02] *** debhelper sets mode: +l 1134
4018 [22:51:14] *** Quits: semeion (~semeion@replaced-ip ) (Ping timeout: 264 seconds)
4019 [22:51:21] <wikan> oxek: for example, deviantart works 30% better
4020 [22:51:38] <wikan> thanks :)
4021 [22:54:16] *** Joins: pingfloyd (~pingfloyd@replaced-ip )
4022 [22:57:37] *** Joins: noosanon (~user@replaced-ip )
4023 [22:58:28] *** Joins: Prints (~333@replaced-ip )
4024 [22:59:24] *** Quits: dez (uid92154@replaced-ip ) (Quit: Connection closed for inactivity)
4025 [22:59:55] <oxek> wikan: did you use mitigations=off or some specific ones instead?
4026 [23:00:44] <wikan> i puked there
4027 [23:01:09] <wikan> noibpb pti=off nopti spectre_v2=off spectre_v1=off nospec_store_bypass_disable mds=off mitigations=off
4028 [23:02:27] *** Joins: tryte (~tryte@replaced-ip )
4029 [23:02:47] *** Quits: Grldfrdom (uid391113@replaced-ip ) (Quit: Connection closed for inactivity)
4030 [23:04:24] *** Joins: tds7 (~tds@replaced-ip )
4031 [23:04:38] *** Quits: tds (~tds@replaced-ip ) (Ping timeout: 260 seconds)
4032 [23:04:38] *** tds7 is now known as tds
4033 [23:05:42] *** Quits: raidghost (raidghost@replaced-ip ) (Remote host closed the connection)
4034 [23:06:19] *** Joins: LifeFrame (~LifeFrame@replaced-ip )
4035 [23:06:23] <quadrathoch2> so all are off, interesting. 30% is quite a lot
4036 [23:07:01] *** Quits: wikan (~wikan@replaced-ip ) (Quit: WeeChat 2.3)
4037 [23:08:18] *** Joins: wikan (~wikan@replaced-ip )
4038 [23:09:06] *** Quits: noosanon (~user@replaced-ip ) (Remote host closed the connection)
4039 [23:09:21] *** Joins: noosanon (~user@replaced-ip )
4040 [23:10:25] <wikan> quadrathoch2: well sometimes it is like 200%. Firefox and JS needs resources so there is a huge difference sometimes
4041 [23:10:46] <wikan> fine I like it
4042 [23:11:24] *** Joins: voidSurfr (~todd_dsm@replaced-ip )
4043 [23:12:12] *** Quits: mihi (~mihi@replaced-ip ) (Quit: Leaving)
4044 [23:12:21] <wikan> thank you for your help and instructions ;)
4045 [23:12:33] *** Joins: timofonic (~timofonic@replaced-ip )
4046 [23:14:11] *** Quits: k4nz (~Thunderbi@replaced-ip ) (Read error: Connection reset by peer)
4047 [23:14:46] *** Joins: k4nz (~Thunderbi@replaced-ip )
4048 [23:14:54] *** Quits: ddsys (~ddsys@replaced-ip ) (Quit: Leaving)
4049 [23:15:10] *** Quits: diogenes_ (~diogenes_@replaced-ip ) (Ping timeout: 256 seconds)
4050 [23:15:34] *** Quits: zyleb (~zyley@replaced-ip ) (Remote host closed the connection)
4051 [23:15:53] *** Joins: semeion (~semeion@replaced-ip )
4052 [23:15:53] *** Joins: zyleb (~zyley@replaced-ip )
4053 [23:16:03] <wikan> last info: changing resolution -> firefox changeing window size in < 1 second. Before it was > 3 seconds.
4054 [23:18:33] *** Joins: Chakpapa (~chakpapa@replaced-ip )
4055 [23:18:50] *** Parts: Chakpapa (~chakpapa@replaced-ip ) ()
4056 [23:26:09] *** Joins: nevoyu (~Nevoyu@replaced-ip )
4057 [23:27:09] *** Joins: raidghost (raidghost@replaced-ip )
4058 [23:27:21] *** nckx is now known as AMDinc
4059 [23:27:28] *** AMDinc is now known as nckx
4060 [23:28:09] *** Quits: fflori (~fflori@replaced-ip ) (Remote host closed the connection)
4061 [23:29:30] *** Joins: _aeris (~aeris@replaced-ip )
4062 [23:30:23] *** Quits: _aeris_ (~aeris@replaced-ip ) (Ping timeout: 240 seconds)
4063 [23:30:29] *** _aeris is now known as _aeris_
4064 [23:30:52] *** Joins: greatgatsby (~greatgats@replaced-ip )
4065 [23:31:13] *** Quits: nuno_nunes (~PC@replaced-ip ) (Quit: Leaving)
4066 [23:32:06] *** Joins: v__ (~zyley@replaced-ip )
4067 [23:32:33] *** Quits: zyleb (~zyley@replaced-ip ) (Read error: Connection reset by peer)
4068 [23:33:06] *** Quits: wikan (~wikan@replaced-ip ) (Quit: WeeChat 2.3)
4069 [23:34:39] *** Joins: freefolk (ac5c0d10@replaced-ip )
4070 [23:35:28] *** Quits: tagomago (~tagomago@replaced-ip ) (Read error: Connection reset by peer)
4071 [23:35:55] *** Joins: tagomago (~tagomago@replaced-ip )
4072 [23:38:14] *** Joins: mnemonic (~semeion@replaced-ip )
4073 [23:39:45] *** Quits: semeion (~semeion@replaced-ip ) (Ping timeout: 240 seconds)
4074 [23:42:01] *** Quits: Hokedli (~laslie@replaced-ip ) (Quit: Konversation terminated!)
4075 [23:44:55] *** Quits: GenTooMan (~cyberman@replaced-ip ) (Ping timeout: 244 seconds)
4076 [23:45:21] *** Quits: gelignite (~gelignite@replaced-ip ) (Quit: Stay safe! Stay at home! Stop the chain reaction!)
4077 [23:45:25] *** Joins: kupi (uid212005@replaced-ip )
4078 [23:46:25] *** Joins: GenTooMan (~cyberman@replaced-ip )
4079 [23:46:53] *** Joins: root1337 (~root1337@replaced-ip )
4080 [23:49:00] *** Joins: petan (~g@replaced-ip )
4081 [23:51:06] *** Quits: root1337 (~root1337@replaced-ip ) (Client Quit)
4082 [23:51:41] <freefolk> The debian wiki page for the rt2800usb driver (replaced-url
4083 [23:53:07] *** Joins: netcrash (~charmande@replaced-ip )
4084 [23:53:19] <freefolk> `dpkg -L firmware-misc-nonfree | grep rt5572` doesn't give any hits either.
4085 [23:54:27] *** Joins: Prokofiev (~Sergei@replaced-ip )
4086 [23:55:47] *** Quits: sinaowolabi (~Sina@replaced-ip ) (Ping timeout: 246 seconds)
4087 [23:56:05] *** Quits: noosanon (~user@replaced-ip ) (Ping timeout: 240 seconds)
4088 [23:56:24] *** Parts: tomyangsh (~Thunderbi@replaced-ip ) ()
4089 [23:58:02] <jhutchins> !rt5572
4090 [23:58:02] <dpkg> The Ralink RT5572 802.11n chip is supported by the <rt2800usb> driver since Linux 3.10. Debian 7 "Wheezy" users: ask me about <bdo kernel> and install firmware-ralink from <wheezy-backports> for device support.
4091 [23:58:21] *** Joins: xcm (~xcm@replaced-ip )
4092 [23:58:55] *** Quits: netcrash (~charmande@replaced-ip ) (Ping timeout: 246 seconds)
4093 [23:59:19] *** Quits: sphenxes (~sphenxes@replaced-ip ) (Quit: Leaving)
4094 [23:59:25] *** Joins: andrewzah (~andrewzah@replaced-ip )
4095 [23:59:42] *** Quits: diniwed (~gavron@replaced-ip ) (Ping timeout: 256 seconds)
↑ top
context: nick names on moving displays as market values
#debian Freenode IRC channel closed on 2021-06-01
contact: a @ her0. be