People who Joins, Parts or Quits a chatroom
this is #debian an IRC-Channel at freenode (freenode IRC service)
-
0[00:00:10] *** Quits: flux242 (~chatzilla@replaced-ip) (Ping timeout: 258 seconds)
-
1[00:01:22] *** Quits: _foldLeft (~foldleft@replaced-ip) (Remote host closed the connection)
-
2[00:02:39] *** Quits: wasaki (~wasaki@replaced-ip) (Client Quit)
-
3[00:02:51] *** Quits: cyborg-one (~cyborg-on@replaced-ip) (Quit: cyborg-one)
-
4[00:03:13] <__0> anyone know how to reach replaced-url
-
5[00:03:34] <__0> *him*
-
6[00:04:24] *** Quits: boubou (boubou@replaced-ip) (Ping timeout: 265 seconds)
-
7[00:04:26] <__0> copyright 2000 year, too old
-
8[00:04:52] *** Joins: idts (~lxuser@replaced-ip)
-
9[00:04:54] *** Joins: cmh__ (~cmh_@replaced-ip)
-
10[00:05:03] *** Quits: Waxhead (~waxhead@replaced-ip) (Remote host closed the connection)
-
11[00:06:20] *** Quits: Wizek_ (~Wizek@replaced-ip) (Ping timeout: 255 seconds)
-
12[00:06:24] *** Joins: robotroll (~robotroll@replaced-ip)
-
13[00:06:44] *** Quits: rrehbein (~rrehbein@replaced-ip) (Quit: Leaving)
-
14[00:06:59] <bmomjian> IPMI card removed, as suggested
-
15[00:07:41] *** Quits: cmh_ (~cmh_@replaced-ip) (Ping timeout: 255 seconds)
-
16[00:08:00] *** debhelper sets mode: +l 1678
-
17[00:08:07] *** Quits: bub_ (~bub_@replaced-ip) (Remote host closed the connection)
-
18[00:08:46] *** Quits: OS-13290 (~OS-13290@replaced-ip) (Quit: Leaving)
-
19[00:09:17] *** Quits: ltem (~panta@replaced-ip) (Quit: Leaving)
-
20[00:09:21] *** Quits: cmh__ (~cmh_@replaced-ip) (Ping timeout: 245 seconds)
-
21[00:10:43] *** Quits: v4s (~v4s@replaced-ip) (Ping timeout: 248 seconds)
-
22[00:11:12] *** Joins: boubou (boubou@replaced-ip)
-
23[00:11:40] *** Quits: baraba (~baraba@replaced-ip) (Ping timeout: 258 seconds)
-
24[00:11:49] *** Joins: v4s (~v4s@replaced-ip)
-
25[00:12:53] *** Quits: cyphase (~cyphase@replaced-ip) (Ping timeout: 256 seconds)
-
26[00:13:01] *** Quits: robotroll (~robotroll@replaced-ip) (Remote host closed the connection)
-
27[00:13:50] *** Joins: DeaDSouL (~deadsoul@replaced-ip)
-
28[00:16:20] <__0> i do not want to call him because my english spelling sucks he would not understand me simply(
-
29[00:16:51] *** Quits: Richard_Cavell (~Richard_C@replaced-ip) (Ping timeout: 245 seconds)
-
30[00:17:09] *** Joins: Richard_Cavell (~Richard_C@replaced-ip)
-
31[00:17:12] *** Joins: seanrdev (~seanrdev@replaced-ip)
-
32[00:17:35] <__0> and it is very expensive for me:(
-
33[00:17:38] *** Joins: denisk (~denisk@replaced-ip)
-
34[00:17:40] <Juzzy> __0: email or call him
-
35[00:17:50] <missmbob> !ot
-
36[00:17:51] <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.
-
37[00:17:55] *** Quits: alecov (~control@replaced-ip) (Ping timeout: 246 seconds)
-
38[00:18:16] *** Quits: DeaDSouL (~deadsoul@replaced-ip) (Ping timeout: 246 seconds)
-
39[00:18:29] *** Quits: clorophormo (~cloro@replaced-ip) (Ping timeout: 255 seconds)
-
40[00:18:41] <seanrdev> So I have huge amounts of files in a folder... everytime I execute rm x* to delete all files in folder that start with an x I get the error "argument list to long" is there a way around that?
-
41[00:19:19] <missmbob> quote it
-
42[00:19:29] *** Joins: clorophormo (~cloro@replaced-ip)
-
43[00:19:30] *** Quits: clorophormo (~cloro@replaced-ip) (Changing host)
-
44[00:19:30] *** Joins: clorophormo (~cloro@replaced-ip)
-
45[00:19:31] <seanrdev> As in rm 'x*'
-
46[00:19:36] <Juzzy> that wont work either
-
47[00:19:47] <Juzzy> that will be file not found
-
48[00:19:50] <missmbob> you can escape * so it's x\*
-
49[00:19:53] *** Joins: cyphase (~cyphase@replaced-ip)
-
50[00:20:03] <Juzzy> find -name 'x*' -delete
-
51[00:21:15] <Juzzy> seanrdev ---^ that will work for you.
-
52[00:21:47] <seanrdev> Juzzy: Thanks I believe that worked.. So rm has to parse a list of files and if the list is larger that some buffer somewhere it spits out the error?
-
53[00:22:09] <Juzzy> bash is actually concatting rm x* into 1 single command line
-
54[00:22:17] <Juzzy> and it exceeds the command line buffer length
-
55[00:22:29] <Juzzy> errr it's expanding it out
-
56[00:22:37] *** Quits: Hans-Martin (~ignore@replaced-ip) (Remote host closed the connection)
-
57[00:23:10] <seanrdev> Ahh I see. So it's like doing for example rm xaaaaaab && rm xaaaaaac etc etc..
-
58[00:23:25] <teraflops> well, be careful using -delete with find
-
59[00:23:27] *** Joins: cynicallemon (~cynicalle@replaced-ip)
-
60[00:23:53] <__0> missmbob, where can i find channel for people search and connecting on freenode irc server?
-
61[00:24:18] <missmbob> __0: great question for #debian-offtopic
-
62[00:24:26] *** Quits: TsukiRa (~fpob@replaced-ip) (Quit: Leaving.)
-
63[00:25:46] *** Joins: Yukiteru (~Yukiteru@replaced-ip)
-
64[00:25:47] *** Quits: ebarch (~ebarch@replaced-ip) (Read error: Connection reset by peer)
-
65[00:26:21] <Juzzy> one alternative if you are scared you first run it with -print and view the list
-
66[00:26:34] <Juzzy> or you can use -exec rm -v {} \; instead
-
67[00:26:47] <Juzzy> or whatever the rm flag is to ask to delete
-
68[00:26:48] <bmomjian> Is there any way to see the motherboard temperatures and fan values without an ipmi card installed, e.g. directly from the motherboard? I know ipmitool works if I have an ipmi card installed.
-
69[00:27:53] *** Joins: gonz0 (~gonz0@replaced-ip)
-
70[00:28:05] *** Joins: technohehl (~technoheh@replaced-ip)
-
71[00:28:28] *** Parts: luxio (~luxio@replaced-ip)
-
72[00:28:29] *** Quits: callidvs (~Icedove@replaced-ip) (Quit: callidvs)
-
73[00:29:35] *** Joins: tables (~user@replaced-ip)
-
74[00:29:58] *** Joins: _0bitcount (~Big_Byte@replaced-ip)
-
75[00:30:07] *** Quits: ArchDuke (~ArchDuke@replaced-ip) (Read error: No route to host)
-
76[00:30:14] *** Joins: kobain (~kobain@replaced-ip)
-
77[00:30:52] *** Quits: technohehl (~technoheh@replaced-ip) (Remote host closed the connection)
-
78[00:30:54] *** Joins: ArchDuke (~ArchDuke@replaced-ip)
-
79[00:31:03] *** Joins: technohehl (~technoheh@replaced-ip)
-
80[00:32:45] *** Quits: technohehl (~technoheh@replaced-ip) (Remote host closed the connection)
-
81[00:32:55] *** Joins: technohehl (~technoheh@replaced-ip)
-
82[00:33:05] *** Quits: kion (~kion@replaced-ip) (Quit: Leaving)
-
83[00:33:47] *** Quits: RickXy (~zncadmin@replaced-ip) (Ping timeout: 255 seconds)
-
84[00:35:08] *** Joins: dethos (~dethos@replaced-ip)
-
85[00:35:12] *** Quits: manjaroCinnamon1 (~Manjarous@replaced-ip) (Quit: Leaving)
-
86[00:35:32] *** Joins: sorin-mihai (~sorin-mih@replaced-ip)
-
87[00:35:35] *** Quits: Brigo (~Brigo@replaced-ip) (Excess Flood)
-
88[00:35:52] *** Joins: phila_ (~philamons@replaced-ip)
-
89[00:36:02] *** Joins: Brigo (~Brigo@replaced-ip)
-
90[00:36:21] *** Joins: RickXy (~zncadmin@replaced-ip)
-
91[00:36:58] *** Quits: rbern (~rbern@replaced-ip) (Read error: Connection reset by peer)
-
92[00:37:30] *** Quits: Olufunmilayo (~Olufunmil@replaced-ip) (Quit: Olufunmilayo)
-
93[00:37:32] *** Quits: tkla2_ (~tklassen@replaced-ip) (Ping timeout: 272 seconds)
-
94[00:37:40] *** Quits: wildlander (~wildlande@replaced-ip) (Quit: Saliendo)
-
95[00:38:01] *** debhelper sets mode: +l 1672
-
96[00:38:15] *** Joins: sziken (~chiken@replaced-ip)
-
97[00:38:23] *** Joins: Olufunmilayo (~Olufunmil@replaced-ip)
-
98[00:38:32] <sziken> hello, can some one remind me how to leave a channel in irssi ?
-
99[00:38:57] <zykotick9> sziken: i use /wc
-
100[00:39:01] *** Joins: yeticry_ (~yeticry@replaced-ip)
-
101[00:39:01] *** Quits: philamonster (~philamons@replaced-ip) (Ping timeout: 264 seconds)
-
102[00:39:11] *** Joins: Wizek_ (~Wizek@replaced-ip)
-
103[00:39:14] <zykotick9> bmomjian: "sensors" maybe?
-
104[00:39:21] *** Joins: ebarch (~ebarch@replaced-ip)
-
105[00:39:55] <sziken> zykotick9: thanks, works just same, as a matter of fact, /leave works as well :)
-
106[00:39:57] <sziken> cheers
-
107[00:40:08] *** Quits: SuperTramp83 (~gnu@replaced-ip) (Quit: Leaving.)
-
108[00:40:14] *** Parts: sziken (~chiken@replaced-ip)
-
109[00:41:15] *** Joins: davimore_ (~davimore@replaced-ip)
-
110[00:41:20] *** Joins: Poppabear (~Poppabear@replaced-ip)
-
111[00:41:20] *** Quits: Poppabear (~Poppabear@replaced-ip) (Changing host)
-
112[00:41:20] *** Joins: Poppabear (~Poppabear@replaced-ip)
-
113[00:41:21] <bmomjian> 'sensors' is nice, thanks
-
114[00:41:23] *** Quits: Starky (~Starky@replaced-ip) (Quit: Closed the client)
-
115[00:41:34] *** Quits: ebarch (~ebarch@replaced-ip) (Remote host closed the connection)
-
116[00:41:39] *** Quits: yeticry (~yeticry@replaced-ip) (Ping timeout: 248 seconds)
-
117[00:41:40] *** Joins: sziken (~chiken@replaced-ip)
-
118[00:41:43] *** Quits: exezin (~exezin@replaced-ip) (Quit: WeeChat 1.4)
-
119[00:41:57] *** Joins: exezin (~exezin@replaced-ip)
-
120[00:42:52] *** Blendify is now known as Blendify|afk
-
121[00:42:56] *** Joins: pfred1 (~pfred1@replaced-ip)
-
122[00:44:30] *** Quits: davimore__ (~davimore@replaced-ip) (Ping timeout: 272 seconds)
-
123[00:44:35] *** Joins: DeaDSouL (~deadsoul@replaced-ip)
-
124[00:44:38] *** Quits: dionysus69 (~Thunderbi@replaced-ip) (Ping timeout: 258 seconds)
-
125[00:46:21] *** Joins: Old_Dog (~don@replaced-ip)
-
126[00:46:52] *** Quits: bumbal (~lxk@replaced-ip) (Ping timeout: 240 seconds)
-
127[00:47:41] *** Joins: anuxivm (~anuxi@replaced-ip)
-
128[00:48:05] *** Quits: f10__ (~flo@replaced-ip) (Ping timeout: 258 seconds)
-
129[00:48:40] *** Joins: rbern (~rbern@replaced-ip)
-
130[00:48:48] *** Quits: DandyPandy (~freenode@replaced-ip) (Read error: Connection reset by peer)
-
131[00:49:38] <unborn> ,v shc
-
132[00:49:38] *** Quits: tables (~user@replaced-ip) (Read error: Connection reset by peer)
-
133[00:49:57] <unborn> heh is bot dead?
-
134[00:50:05] *** Joins: ebarch (~ebarch@replaced-ip)
-
135[00:50:27] *** Joins: tables (~user@replaced-ip)
-
136[00:50:43] <bazhang> ,v vrms
-
137[00:50:44] *** Quits: Cloudish (~Cloudish@replaced-ip) (Quit: Leaving)
-
138[00:51:12] *** Quits: DeaDSouL (~deadsoul@replaced-ip) (Ping timeout: 240 seconds)
-
139[00:51:50] *** Joins: buffal0 (~buffal0@replaced-ip)
-
140[00:52:05] *** Quits: MARPATdroid (~MARPATdro@replaced-ip) (Quit: ok now buh bye)
-
141[00:52:05] * zykotick9 notes that judd is M.I.A.
-
142[00:53:56] *** Quits: ebarch (~ebarch@replaced-ip) (Remote host closed the connection)
-
143[00:54:41] *** Joins: baraba (~baraba@replaced-ip)
-
144[00:55:23] *** Quits: kambei (~kambei@replaced-ip) (Ping timeout: 256 seconds)
-
145[00:56:20] *** Joins: MARPATdroid (~MARPATdro@replaced-ip)
-
146[00:56:30] *** Quits: cynicallemon (~cynicalle@replaced-ip) (Quit: Leaving)
-
147[00:56:47] *** Joins: Cloudish (~Cloudish@replaced-ip)
-
148[00:57:39] *** Quits: tables (~user@replaced-ip) (Ping timeout: 248 seconds)
-
149[00:58:23] *** Joins: judd (~judd@replaced-ip)
-
150[00:58:23] *** Quits: judd (~judd@replaced-ip) (Changing host)
-
151[00:58:23] *** Joins: judd (~judd@replaced-ip)
-
152[00:59:53] *** Quits: hydr0poniX (~hydr0poni@replaced-ip) (Read error: Connection reset by peer)
-
153[01:00:07] <judd> It's OK! Stop panicking! I'm back!
-
154[01:00:37] <bazhang> ,v vrms
-
155[01:00:38] <judd> Package: vrms on amd64 -- stretch: 1.16; wheezy: 1.16; sid: 1.16; jessie: 1.16
-
156[01:00:41] *** Joins: dondartho (b53c82c0@replaced-ip)
-
157[01:00:42] <zykotick9> :)
-
158[01:00:59] <themill> vrms should just go away as a package
-
159[01:01:07] <zykotick9> themill: +1
-
160[01:01:45] *** Joins: ebarch (~ebarch@replaced-ip)
-
161[01:01:53] *** Quits: technohehl (~technoheh@replaced-ip) (Remote host closed the connection)
-
162[01:02:01] *** Joins: technohehl (~technoheh@replaced-ip)
-
163[01:02:52] *** Quits: technohehl (~technoheh@replaced-ip) (Remote host closed the connection)
-
164[01:03:03] *** Joins: technohehl (~technoheh@replaced-ip)
-
165[01:03:53] *** Joins: dvs (~hibbard@replaced-ip)
-
166[01:04:26] *** Quits: buffal0 (~buffal0@replaced-ip) (Quit: Computer has gone to sleep. ZZZzzz…)
-
167[01:04:33] *** Joins: Cloudish_ (~Cloudish@replaced-ip)
-
168[01:05:07] *** Quits: vonsyd0w (~vonsyd0w@replaced-ip) (Ping timeout: 248 seconds)
-
169[01:05:09] *** Quits: stefanc_diff (~stefanc_d@replaced-ip) (Ping timeout: 240 seconds)
-
170[01:05:20] *** Quits: rbern (~rbern@replaced-ip) (Ping timeout: 258 seconds)
-
171[01:07:03] *** Quits: todd_dsm (~todd_dsm@replaced-ip) (Remote host closed the connection)
-
172[01:07:15] *** Quits: fearnothing (~nothing@replaced-ip) (Ping timeout: 248 seconds)
-
173[01:07:29] *** Quits: Cloudish_ (~Cloudish@replaced-ip) (Client Quit)
-
174[01:08:26] *** Quits: Cloudish (~Cloudish@replaced-ip) (Ping timeout: 255 seconds)
-
175[01:08:28] *** Joins: Lewoco (36f0c4a9@replaced-ip)
-
176[01:08:32] *** Quits: RickXy (~zncadmin@replaced-ip) (Ping timeout: 240 seconds)
-
177[01:09:01] *** Quits: Brigo (~Brigo@replaced-ip) (Ping timeout: 246 seconds)
-
178[01:09:05] *** Joins: baraba_ (~baraba@replaced-ip)
-
179[01:09:13] *** Quits: baraba (~baraba@replaced-ip) (Disconnected by services)
-
180[01:09:21] *** baraba_ is now known as baraba
-
181[01:09:37] <Lewoco> I've mounted an old debian root filesystem. How can I see all the debian packages that were installed on it?
-
182[01:09:47] *** Joins: Cloudish (~Cloudish@replaced-ip)
-
183[01:10:23] *** Joins: stefanc_diff (~stefanc_d@replaced-ip)
-
184[01:10:54] *** Joins: RickXy (~zncadmin@replaced-ip)
-
185[01:11:12] *** Quits: Gurty (~princess@replaced-ip) (Ping timeout: 240 seconds)
-
186[01:11:28] <bmomjian> you want all packages or all packaged manually installed?
-
187[01:11:33] *** Quits: digidog_ (~digidog@replaced-ip) (Remote host closed the connection)
-
188[01:11:47] *** Joins: h8R (~ari_pak@replaced-ip)
-
189[01:15:30] *** Joins: AlineGomes (uid198215@replaced-ip)
-
190[01:16:43] *** Quits: mavhq (~quassel@replaced-ip) (Read error: Connection reset by peer)
-
191[01:16:49] *** Quits: nikoma (~nikoma@replaced-ip) (Remote host closed the connection)
-
192[01:16:50] *** Quits: oufo (~ET@replaced-ip) (Ping timeout: 258 seconds)
-
193[01:16:53] *** Quits: technohehl (~technoheh@replaced-ip) (Remote host closed the connection)
-
194[01:16:59] *** Joins: technohehl (~technoheh@replaced-ip)
-
195[01:17:53] *** Joins: mavhq (~quassel@replaced-ip)
-
196[01:18:02] *** Joins: pencilandpaper (~penciland@replaced-ip)
-
197[01:19:33] *** Quits: criztovyl (~christoph@replaced-ip) (Quit: Nooooooooo)
-
198[01:20:26] *** Quits: electro33 (uid613@replaced-ip) (Quit: Connection closed for inactivity)
-
199[01:23:32] *** Quits: leptone (~leptone@replaced-ip) (Ping timeout: 240 seconds)
-
200[01:24:10] *** Joins: androot (~androot@replaced-ip)
-
201[01:24:40] *** Quits: ebarch (~ebarch@replaced-ip) (Read error: Connection reset by peer)
-
202[01:25:28] *** Quits: Flynnn (~textual@replaced-ip) (Ping timeout: 246 seconds)
-
203[01:25:28] *** Joins: Gurty (~princess@replaced-ip)
-
204[01:25:36] *** Quits: technohehl (~technoheh@replaced-ip) (Read error: Connection reset by peer)
-
205[01:25:46] *** Quits: Gurty (~princess@replaced-ip) (Changing host)
-
206[01:25:46] *** Joins: Gurty (~princess@replaced-ip)
-
207[01:26:03] *** Joins: technohehl (~technoheh@replaced-ip)
-
208[01:27:47] *** Quits: technohehl (~technoheh@replaced-ip) (Remote host closed the connection)
-
209[01:27:53] *** Joins: rafaeldelucena (~Rafael@replaced-ip)
-
210[01:27:57] *** Quits: karakedi (~e7E2C80CD@replaced-ip) (Ping timeout: 258 seconds)
-
211[01:28:01] *** debhelper sets mode: +l 1665
-
212[01:28:37] *** Joins: MasterLazzer (580ab96e@replaced-ip)
-
213[01:28:47] <MasterLazzer> HI
-
214[01:29:08] *** Parts: MasterLazzer (580ab96e@replaced-ip)
-
215[01:31:05] *** Quits: Ricardo__ (~rick@replaced-ip) (Ping timeout: 256 seconds)
-
216[01:31:32] *** Joins: g_man (~gary@replaced-ip)
-
217[01:32:29] *** Quits: kobain (~kobain@replaced-ip##) (Quit: KVIrc 4.2.0 Equilibrium ##replaced-url
-
218[01:33:45] *** Quits: androot (~androot@replaced-ip) (Read error: Connection reset by peer)
-
219[01:34:21] *** Quits: firefighter (~chatzilla@replaced-ip) (Quit: ChatZilla 0.9.93 [Firefox 50.1.0/20161209094930])
-
220[01:34:56] *** Quits: gonz0 (~gonz0@replaced-ip) (Quit: fui)
-
221[01:35:10] *** Joins: technohehl (~technoheh@replaced-ip)
-
222[01:35:22] *** Joins: DeaDSouL (~deadsoul@replaced-ip)
-
223[01:35:37] *** Quits: twobitsprite (~isaac.fre@198.153.184.6) (Ping timeout: 246 seconds)
-
224[01:35:47] *** Quits: technohehl (~technoheh@replaced-ip) (Client Quit)
-
225[01:36:01] *** Quits: KaliLinuxGR (~KaliLinux@replaced-ip) (Ping timeout: 245 seconds)
-
226[01:36:59] *** Joins: ebarch (~ebarch@replaced-ip)
-
227[01:37:39] *** Joins: technohehl (~technoheh@replaced-ip)
-
228[01:37:54] *** Joins: chip_ (~chip@replaced-ip)
-
229[01:38:42] *** Quits: Tom01 (~tom@replaced-ip) (Remote host closed the connection)
-
230[01:40:09] <zuiss1> hi. anyone know why my list of wireless networks might be empty after install the kernel from backports
-
231[01:40:16] <zuiss1> but reverting to 3.16 works fine
-
232[01:42:08] *** Quits: githogori (~githogori@replaced-ip) (Ping timeout: 272 seconds)
-
233[01:42:41] *** Joins: KaliLinuxGR (~KaliLinux@replaced-ip)
-
234[01:43:06] *** Quits: stooj (~stooj@replaced-ip) (Ping timeout: 268 seconds)
-
235[01:43:33] *** Quits: d8v3 (~david@replaced-ip) (Ping timeout: 256 seconds)
-
236[01:44:08] *** Joins: freeowl (~freeowl@replaced-ip)
-
237[01:44:26] *** Joins: user_ (~user@replaced-ip)
-
238[01:44:34] *** user_ is now known as pignon
-
239[01:45:37] *** Joins: xiaodong (~xiaodong@replaced-ip)
-
240[01:45:38] *** Joins: tables (~user@replaced-ip)
-
241[01:46:10] *** Joins: stooj (~stooj@replaced-ip)
-
242[01:47:08] *** Quits: KaiserAres (~KaiserAre@replaced-ip) (Quit: .)
-
243[01:48:01] *** Quits: idts (~lxuser@replaced-ip) (Quit: "You picked the wrong kite to run away with!")
-
244[01:48:35] *** Joins: carpinator (~enxada@replaced-ip)
-
245[01:49:29] *** Joins: wonderworld (~ww@replaced-ip)
-
246[01:51:34] *** Quits: Lewoco (36f0c4a9@replaced-ip) (Ping timeout: 260 seconds)
-
247[01:52:36] *** Joins: karakedi (~e7E2C80CD@replaced-ip)
-
248[01:54:03] *** Quits: LaptopBrain (brain@replaced-ip) (Ping timeout: 258 seconds)
-
249[01:54:15] *** Quits: technohehl (~technoheh@replaced-ip) (Remote host closed the connection)
-
250[01:54:25] *** Joins: technohehl (~technoheh@replaced-ip)
-
251[01:54:31] *** Quits: B[]rG (~tuptidup@replaced-ip) (Remote host closed the connection)
-
252[01:54:34] *** Joins: Droolio (~drool@replaced-ip)
-
253[01:54:39] *** Parts: carpinator (~enxada@replaced-ip)
-
254[01:54:53] *** Joins: hays_ (~quassel@replaced-ip)
-
255[01:55:15] *** Joins: haschisch00 (~haschisch@replaced-ip)
-
256[01:55:47] *** Quits: pignon (~user@replaced-ip) (Quit: Leaving)
-
257[01:55:59] *** Quits: lithie (uid45836@replaced-ip) (Quit: Connection closed for inactivity)
-
258[01:56:07] <donofrio> anyone here use fitbit bluetooth paird to notebook?
-
259[01:56:31] *** Quits: mavhq (~quassel@replaced-ip) (Read error: Connection reset by peer)
-
260[01:56:52] <technohehl> nope, just with my mobile...
-
261[01:57:19] *** Quits: hays (~quassel@replaced-ip) (Ping timeout: 246 seconds)
-
262[01:57:40] *** Joins: mavhq (~quassel@replaced-ip)
-
263[01:58:23] *** Quits: technohehl (~technoheh@replaced-ip) (Remote host closed the connection)
-
264[01:58:33] *** Joins: technohehl (~technoheh@replaced-ip)
-
265[01:58:39] *** Quits: bbtech (~brett@replaced-ip) (Remote host closed the connection)
-
266[02:00:12] *** Joins: kiki` (uid170954@replaced-ip)
-
267[02:00:34] *** Quits: Nh3xus (~Nh3xus@replaced-ip) (Quit: Leaving)
-
268[02:01:47] *** Quits: webuser5224 (~webuser52@replaced-ip) (Ping timeout: 272 seconds)
-
269[02:01:50] *** Quits: zuiss1 (~zuiss1@replaced-ip) (Quit: Leaving)
-
270[02:05:33] *** Quits: technohehl (~technoheh@replaced-ip) (Remote host closed the connection)
-
271[02:05:42] *** Joins: technohehl (~technoheh@replaced-ip)
-
272[02:06:28] *** Quits: freeowl (~freeowl@replaced-ip) (Ping timeout: 248 seconds)
-
273[02:06:34] *** Joins: twobitsprite (~isaac.fre@50.58.65.6)
-
274[02:06:47] *** Quits: haschisch00 (~haschisch@replaced-ip) (Quit: Leaving)
-
275[02:08:00] *** debhelper sets mode: +l 1658
-
276[02:08:34] *** Joins: vonsyd0w (~vonsyd0w@replaced-ip)
-
277[02:09:36] *** Joins: OS-24126 (~OS-24126@replaced-ip)
-
278[02:10:05] *** Quits: comgot (~Icedove@replaced-ip) (Read error: Connection reset by peer)
-
279[02:10:06] *** Joins: mophed (~mophed@replaced-ip)
-
280[02:10:18] *** Quits: xiaodong (~xiaodong@replaced-ip) (Quit: leaving)
-
281[02:10:41] *** Joins: xiaodong (~xiaodong@replaced-ip)
-
282[02:11:02] <mophed> would anyone be able to tell me why i cannot connect to my virtual machine through SSH. ive changed the default port, and verified with netcat that it is open but i still get a connection refused
-
283[02:12:14] *** Joins: comgot (~Icedove@replaced-ip)
-
284[02:12:23] <maddawg2> mophed well there are lots of reasons
-
285[02:12:30] <maddawg2> but tell us more about this virtual machine
-
286[02:12:32] *** Quits: h8R (~ari_pak@replaced-ip) (Ping timeout: 272 seconds)
-
287[02:12:39] <maddawg2> is it NAT?
-
288[02:12:42] <maddawg2> is it bridged
-
289[02:12:44] <maddawg2> etc
-
290[02:12:50] <maddawg2> the network card that is
-
291[02:12:50] <mophed> its bridged
-
292[02:13:00] *** Joins: kmo (~kmo@replaced-ip)
-
293[02:13:01] <maddawg2> so it should be getting an IP from your router
-
294[02:13:12] <technohehl> can u ping it?
-
295[02:13:18] <maddawg2> so it should be in the same ip range and subnet as the machine you're sshing from
-
296[02:13:29] <maddawg2> yea can you ping it?
-
297[02:13:33] <mophed> i can
-
298[02:13:42] <maddawg2> ok that's good
-
299[02:13:50] <technohehl> try an nmap scan...
-
300[02:13:51] *** Quits: dustpuppy (~dustpuppy@replaced-ip) (*.net *.split)
-
301[02:13:51] *** Quits: jareth_ (~jareth_@replaced-ip) (*.net *.split)
-
302[02:13:51] *** Quits: ikanobori (sid187663@replaced-ip) (*.net *.split)
-
303[02:13:51] *** Quits: chaology (~James5979@replaced-ip) (*.net *.split)
-
304[02:13:51] *** Quits: mquin (~mquin@replaced-ip) (*.net *.split)
-
305[02:13:51] *** Quits: freakyy (~uwe@replaced-ip) (*.net *.split)
-
306[02:13:51] *** Quits: JoshuaACasey (Joshua@replaced-ip) (*.net *.split)
-
307[02:13:51] *** Quits: smidlers (smyers@replaced-ip) (*.net *.split)
-
308[02:13:51] *** Quits: Subfusc (subfusc@replaced-ip) (*.net *.split)
-
309[02:13:51] *** Quits: EmleyMoor (phil@replaced-ip) (*.net *.split)
-
310[02:13:51] *** Quits: Sabotender (~Sabotende@replaced-ip) (*.net *.split)
-
311[02:13:51] *** Quits: milobit (~milobit@replaced-ip) (*.net *.split)
-
312[02:13:51] *** Quits: magnulu (~magnulu@replaced-ip) (*.net *.split)
-
313[02:13:51] *** Quits: boudiccas (~boudiccas@replaced-ip) (*.net *.split)
-
314[02:13:51] *** Quits: basic` (sid141140@replaced-ip) (*.net *.split)
-
315[02:13:51] *** Quits: WARBIRD199 (~WARBIRD19@replaced-ip) (*.net *.split)
-
316[02:13:51] *** Quits: riddle (riddle@replaced-ip) (*.net *.split)
-
317[02:13:51] *** Quits: djz88 (ZKubala@replaced-ip) (*.net *.split)
-
318[02:13:51] *** Quits: nighty (~nighty@replaced-ip) (*.net *.split)
-
319[02:13:51] *** Quits: Shahnaz (~Shahnaz@replaced-ip) (*.net *.split)
-
320[02:13:51] *** Quits: electrostat (~dag@replaced-ip) (*.net *.split)
-
321[02:13:51] *** Quits: moss (moss@replaced-ip) (*.net *.split)
-
322[02:13:51] *** Quits: tuv (~quassel@replaced-ip) (*.net *.split)
-
323[02:13:51] *** Quits: MafProd (~mafprod@replaced-ip) (*.net *.split)
-
324[02:13:51] *** Quits: enoch85 (~enoch85@replaced-ip) (*.net *.split)
-
325[02:13:51] *** Quits: myse|f (~xXx@replaced-ip) (*.net *.split)
-
326[02:13:51] *** Quits: [-5h4k3-] (queuepop@replaced-ip) (*.net *.split)
-
327[02:13:51] *** Quits: hayer (~hayer@replaced-ip) (*.net *.split)
-
328[02:13:51] *** Quits: rolig (~rolig@replaced-ip) (*.net *.split)
-
329[02:13:51] *** Quits: banging (~banging@replaced-ip) (*.net *.split)
-
330[02:13:51] *** Quits: paramourne (~synth@replaced-ip) (*.net *.split)
-
331[02:13:51] *** Quits: frikinz (~laurent@replaced-ip) (*.net *.split)
-
332[02:13:51] *** Quits: SCHAAP137 (~schapie@replaced-ip) (*.net *.split)
-
333[02:13:51] *** Quits: eb0t (~eblip@replaced-ip) (*.net *.split)
-
334[02:13:51] *** Quits: ApEtc (~apetc@replaced-ip) (*.net *.split)
-
335[02:13:51] *** Quits: Trellmor (~Trellmor@replaced-ip) (*.net *.split)
-
336[02:13:51] *** Quits: MrFrood_ (U2FsdGVkX1@replaced-ip) (*.net *.split)
-
337[02:13:51] *** Quits: jeezy (~xz@replaced-ip) (*.net *.split)
-
338[02:13:51] *** Quits: xet7 (~xet7@replaced-ip) (*.net *.split)
-
339[02:13:51] *** Quits: Ard1t (~ard1t@replaced-ip) (*.net *.split)
-
340[02:13:51] *** Quits: NightKhaos (~NK@replaced-ip) (*.net *.split)
-
341[02:13:51] *** Quits: fauweh (~root@replaced-ip) (*.net *.split)
-
342[02:13:51] *** Quits: patriciam (quassel@replaced-ip) (*.net *.split)
-
343[02:13:51] *** Quits: JonathanD (~JonathanD@replaced-ip) (*.net *.split)
-
344[02:13:51] *** Quits: ekix (~eki@replaced-ip) (*.net *.split)
-
345[02:13:51] *** Quits: Tr4sK (~tr4sk@replaced-ip) (*.net *.split)
-
346[02:13:51] *** Quits: CrazyyMaxx (CrazyyMaxx@replaced-ip) (*.net *.split)
-
347[02:13:51] *** Quits: FinalX (~danielm@replaced-ip) (*.net *.split)
-
348[02:13:51] *** Quits: pankid (~quassel@replaced-ip) (*.net *.split)
-
349[02:13:51] *** Quits: tensorpudding (~michael@replaced-ip) (*.net *.split)
-
350[02:13:51] *** Quits: me4 (~me@replaced-ip) (*.net *.split)
-
351[02:13:51] *** Quits: DoberMann (~james@replaced-ip) (*.net *.split)
-
352[02:13:51] *** Quits: {sd} (~Silva@replaced-ip) (*.net *.split)
-
353[02:13:51] *** Quits: nathanhi (~nathanhi@replaced-ip) (*.net *.split)
-
354[02:13:51] *** Quits: BreakerZero (~M00N@replaced-ip) (*.net *.split)
-
355[02:13:51] *** Quits: Saar (~Saar@replaced-ip) (*.net *.split)
-
356[02:13:51] *** Quits: madmattco (~quassel@replaced-ip) (*.net *.split)
-
357[02:13:51] *** Quits: ploop (~ploop@replaced-ip) (*.net *.split)
-
358[02:13:51] *** Quits: pvn (~vep2@replaced-ip) (*.net *.split)
-
359[02:13:51] *** Quits: DoctorD90 (~DoctorD90@replaced-ip) (*.net *.split)
-
360[02:13:51] *** Quits: Shadur (shadur@replaced-ip) (*.net *.split)
-
361[02:13:51] *** Quits: vook (~vook@replaced-ip) (*.net *.split)
-
362[02:13:51] *** Quits: cam13 (cam@replaced-ip) (*.net *.split)
-
363[02:13:51] *** Quits: BiGBOi_ (~michael@replaced-ip) (*.net *.split)
-
364[02:13:51] *** Quits: amospalla (~amospalla@replaced-ip) (*.net *.split)
-
365[02:13:51] *** Quits: Attoy (~attoy@replaced-ip) (*.net *.split)
-
366[02:13:51] *** Quits: _guios (~gio@replaced-ip) (*.net *.split)
-
367[02:13:51] *** Quits: Otyg (~otyg@replaced-ip) (*.net *.split)
-
368[02:13:51] *** Quits: cyphix (~cyphix@replaced-ip) (*.net *.split)
-
369[02:13:51] *** Quits: Posterdati (~kvirc@replaced-ip) (*.net *.split)
-
370[02:13:51] *** Quits: eeeprom (~lem0n@replaced-ip) (*.net *.split)
-
371[02:13:51] *** Quits: Quick_Wango (~quickwang@replaced-ip) (*.net *.split)
-
372[02:13:51] *** Quits: TimWolla (~timwolla@replaced-ip) (*.net *.split)
-
373[02:13:51] *** Quits: elysium (elysium@replaced-ip) (*.net *.split)
-
374[02:13:51] *** Quits: ws2k3 (freenodeyc@replaced-ip) (*.net *.split)
-
375[02:13:51] *** Quits: datasmurf (~datasmurf@replaced-ip) (*.net *.split)
-
376[02:13:51] *** Quits: madprops (~clouds@replaced-ip) (*.net *.split)
-
377[02:13:51] *** Quits: seyeongkim (sid45616@replaced-ip) (*.net *.split)
-
378[02:13:51] *** Quits: sayo- (~sayo-@replaced-ip) (*.net *.split)
-
379[02:13:51] *** Quits: quarters (quarters@replaced-ip) (*.net *.split)
-
380[02:13:51] *** Quits: pauna (pauna@replaced-ip) (*.net *.split)
-
381[02:13:51] *** Quits: _tremo (~tremo@replaced-ip) (*.net *.split)
-
382[02:13:51] *** Quits: Quimby (~Quimby@replaced-ip) (*.net *.split)
-
383[02:13:51] *** Quits: ksk (~ksk@replaced-ip) (*.net *.split)
-
384[02:13:51] *** Quits: BackEndCoder (~steve@replaced-ip) (*.net *.split)
-
385[02:13:51] *** Quits: Keridos (~Keridos@replaced-ip) (*.net *.split)
-
386[02:13:51] *** Quits: Fusselkater (~Fusselkat@replaced-ip) (*.net *.split)
-
387[02:13:51] *** Quits: aibot (~aibot@replaced-ip) (*.net *.split)
-
388[02:13:51] *** Quits: redrabbit (~nick@replaced-ip) (*.net *.split)
-
389[02:13:51] *** Quits: RyanKnack (RyanKnack@replaced-ip) (*.net *.split)
-
390[02:13:51] *** Quits: jor (~jor@replaced-ip) (*.net *.split)
-
391[02:13:51] *** Quits: matthiaskrgr (matthiaskr@replaced-ip) (*.net *.split)
-
392[02:13:51] *** Quits: Khudher (~K@replaced-ip) (*.net *.split)
-
393[02:13:51] *** Quits: ausinch (~Lager_Mon@replaced-ip) (*.net *.split)
-
394[02:13:51] *** Quits: cadeskywalker (~madoka@replaced-ip) (*.net *.split)
-
395[02:13:51] *** Quits: ix (kvamtroe@replaced-ip) (*.net *.split)
-
396[02:13:51] *** Quits: breitenj (~breitenj@replaced-ip) (*.net *.split)
-
397[02:13:51] *** Quits: n-st (~n-st@replaced-ip) (*.net *.split)
-
398[02:13:51] *** Quits: Cybertinus (~Cybertinu@replaced-ip) (*.net *.split)
-
399[02:13:51] *** Quits: beardface (~bearface@replaced-ip) (*.net *.split)
-
400[02:13:51] *** Quits: Psy-Q (~psy-q@replaced-ip) (*.net *.split)
-
401[02:13:52] *** Quits: Mattieu_ (~mmatthieu@replaced-ip) (*.net *.split)
-
402[02:13:52] *** Quits: dur (~dur@replaced-ip) (*.net *.split)
-
403[02:13:52] *** Quits: homegrown (combrink@replaced-ip) (*.net *.split)
-
404[02:13:52] *** Quits: nickdastain (~nickdasta@replaced-ip) (*.net *.split)
-
405[02:13:52] *** Quits: NickyP (sid20176@replaced-ip) (*.net *.split)
-
406[02:13:52] *** Quits: smurfd_ (~smurfd@replaced-ip) (*.net *.split)
-
407[02:13:52] *** Quits: sydney_untangle (~sydney@replaced-ip) (*.net *.split)
-
408[02:13:52] *** Quits: tobias1 (sid15532@replaced-ip) (*.net *.split)
-
409[02:13:52] *** Quits: gunkaaa (~gunkaaa@replaced-ip) (*.net *.split)
-
410[02:13:52] *** Quits: koltrast (b53421df@replaced-ip) (*.net *.split)
-
411[02:13:52] *** Quits: xyassin (xyassin@replaced-ip) (*.net *.split)
-
412[02:13:52] *** Quits: Cerise (jerry@replaced-ip) (*.net *.split)
-
413[02:13:52] *** Quits: Brian-- (~brian@replaced-ip) (*.net *.split)
-
414[02:13:52] *** Quits: RickyB98 (RickyB98@replaced-ip) (*.net *.split)
-
415[02:13:52] *** Quits: tortal (tortal@replaced-ip) (*.net *.split)
-
416[02:13:52] *** Quits: bezaban (~bezaban@replaced-ip) (*.net *.split)
-
417[02:13:52] *** Quits: APLU (~mulx@replaced-ip) (*.net *.split)
-
418[02:13:52] *** Quits: TonyL (~Tony@replaced-ip) (*.net *.split)
-
419[02:13:52] *** Quits: beardyname (~beardy@replaced-ip) (*.net *.split)
-
420[02:13:52] *** Quits: Spr1ng (~Spr1ng@replaced-ip) (*.net *.split)
-
421[02:13:52] *** Quits: nhandler (~nhandler@replaced-ip) (*.net *.split)
-
422[02:13:52] *** Quits: kInOzAwA (~init@replaced-ip) (*.net *.split)
-
423[02:13:52] *** Quits: fiQmob (sid13281@replaced-ip) (*.net *.split)
-
424[02:13:52] *** Quits: nwe (~nwe@replaced-ip) (*.net *.split)
-
425[02:13:52] *** Quits: Robby (robby@replaced-ip) (*.net *.split)
-
426[02:13:52] *** Quits: shahri (~shahri@replaced-ip) (*.net *.split)
-
427[02:13:52] *** Quits: llwu (~llwu@replaced-ip) (*.net *.split)
-
428[02:13:52] *** Quits: attente (sid178759@replaced-ip) (*.net *.split)
-
429[02:13:52] *** Quits: thalos (~thalos@replaced-ip) (*.net *.split)
-
430[02:13:52] *** Quits: TriJetScud (~TriJetScu@replaced-ip) (*.net *.split)
-
431[02:13:52] *** Quits: ColtonDRG (~coltondrg@replaced-ip) (*.net *.split)
-
432[02:13:52] *** Quits: devtea (~tdreyer1@replaced-ip) (*.net *.split)
-
433[02:13:52] *** Quits: digdilem (~digdilem@replaced-ip) (*.net *.split)
-
434[02:13:52] *** Quits: altyr (~nobody@replaced-ip) (*.net *.split)
-
435[02:13:52] *** Quits: Sciuro (~rogier@replaced-ip) (*.net *.split)
-
436[02:13:52] *** Quits: keith4 (~keith4@replaced-ip) (*.net *.split)
-
437[02:13:52] *** Quits: ryan-c (~ryan@replaced-ip) (*.net *.split)
-
438[02:13:52] *** Quits: SM0TVI (~sm0tvi@replaced-ip) (*.net *.split)
-
439[02:13:52] *** Quits: JyZyXEL (~foo@replaced-ip) (*.net *.split)
-
440[02:13:52] *** Quits: unwanted (unwanted@replaced-ip) (*.net *.split)
-
441[02:13:52] *** Quits: Nazara (~Sovereign@replaced-ip) (*.net *.split)
-
442[02:13:52] *** Quits: nymony (~nymony@replaced-ip) (*.net *.split)
-
443[02:13:52] *** Quits: bibble (~bibble@replaced-ip) (*.net *.split)
-
444[02:13:52] *** Quits: Zambezi (Zulu@replaced-ip) (*.net *.split)
-
445[02:13:52] *** Quits: Nightmare (ddoscomin@replaced-ip) (*.net *.split)
-
446[02:13:52] *** Quits: nonadz (~nonada@replaced-ip) (*.net *.split)
-
447[02:13:57] *** Joins: Shadur_ (shadur@replaced-ip)
-
448[02:13:57] *** Quits: v4s (~v4s@replaced-ip) (Ping timeout: 258 seconds)
-
449[02:13:58] *** Quits: SwedeMike (swmike@replaced-ip) (*.net *.split)
-
450[02:13:58] *** Quits: ariador (aria@replaced-ip) (*.net *.split)
-
451[02:13:58] *** Quits: pseubodot (~p-dot@replaced-ip) (*.net *.split)
-
452[02:13:58] *** Quits: jhill_ (sid1055@replaced-ip) (*.net *.split)
-
453[02:13:58] *** Quits: brong (sid191083@replaced-ip) (*.net *.split)
-
454[02:13:58] *** Quits: internat (~nf@replaced-ip) (*.net *.split)
-
455[02:13:58] *** Quits: Daniel0 (~admin@replaced-ip) (*.net *.split)
-
456[02:13:58] *** Quits: aZz7eCh (~aZz7eCh@replaced-ip) (*.net *.split)
-
457[02:13:58] *** Quits: avoozl (~avoozl@replaced-ip) (*.net *.split)
-
458[02:13:58] *** Quits: benj_ (~benj_@replaced-ip) (*.net *.split)
-
459[02:13:58] *** Quits: bpsecret (~bpsecret@replaced-ip) (*.net *.split)
-
460[02:13:58] *** Quits: Arrowmaster (~Arrowmast@replaced-ip) (*.net *.split)
-
461[02:13:58] *** Quits: m7stic (~billyMays@replaced-ip) (*.net *.split)
-
462[02:13:58] *** Quits: Jonuz (~Joona@replaced-ip) (*.net *.split)
-
463[02:13:58] *** Quits: hiberno (~flume@replaced-ip) (*.net *.split)
-
464[02:13:58] *** Quits: mcintosh (~look@replaced-ip) (*.net *.split)
-
465[02:13:58] *** Quits: pampeho (~pampeho@replaced-ip) (*.net *.split)
-
466[02:13:58] *** Quits: missmbob (~missmbob@replaced-ip) (*.net *.split)
-
467[02:13:58] *** Quits: Eryn_1983_FL (~Eryn_1983@replaced-ip) (*.net *.split)
-
468[02:13:58] *** Quits: bobe (~bobe@replaced-ip) (*.net *.split)
-
469[02:13:59] *** Quits: haasn (~haasn@replaced-ip) (*.net *.split)
-
470[02:13:59] *** Quits: polemic (~polemic@replaced-ip) (*.net *.split)
-
471[02:13:59] *** Quits: d-fence_ (~quassel@replaced-ip) (*.net *.split)
-
472[02:13:59] *** Quits: acrocity (~acrocity@replaced-ip) (*.net *.split)
-
473[02:13:59] *** Quits: Tribaal (sid3081@replaced-ip) (*.net *.split)
-
474[02:13:59] *** Quits: kini (~kini@replaced-ip) (*.net *.split)
-
475[02:13:59] *** Quits: Nach0z (~nach0z@replaced-ip) (*.net *.split)
-
476[02:13:59] *** Quits: hawken (~hawken@replaced-ip) (*.net *.split)
-
477[02:13:59] *** Quits: sp3ctr3 (~sp3ctr3@replaced-ip) (*.net *.split)
-
478[02:13:59] *** Quits: Wire (~quassel@replaced-ip) (*.net *.split)
-
479[02:13:59] *** Quits: idmistir (~idmistir@replaced-ip) (*.net *.split)
-
480[02:13:59] *** Quits: misiek200m (~miskof@replaced-ip) (*.net *.split)
-
481[02:13:59] *** Quits: edi (~e@replaced-ip) (*.net *.split)
-
482[02:13:59] *** Quits: mirko (~mirko@replaced-ip) (*.net *.split)
-
483[02:13:59] *** Quits: Spiffy (~Spiffy@replaced-ip) (*.net *.split)
-
484[02:13:59] *** Quits: LennyKitty (~lk@replaced-ip) (*.net *.split)
-
485[02:13:59] *** Quits: disi (~quassel@replaced-ip) (*.net *.split)
-
486[02:13:59] *** Quits: jolt (jolt@replaced-ip) (*.net *.split)
-
487[02:13:59] *** Quits: Guest69981 (don@replaced-ip) (*.net *.split)
-
488[02:13:59] *** Quits: iwkse (~iwkse@replaced-ip) (*.net *.split)
-
489[02:13:59] *** Quits: t3eblinder1 (~quassel@replaced-ip) (*.net *.split)
-
490[02:13:59] *** Quits: ineiros (~itniemin@replaced-ip) (*.net *.split)
-
491[02:13:59] *** Quits: XDS2010 (sid1218@replaced-ip) (*.net *.split)
-
492[02:13:59] *** Quits: valerius (~valerius@replaced-ip) (*.net *.split)
-
493[02:13:59] *** Quits: d3lphi (~d3lphi@replaced-ip) (*.net *.split)
-
494[02:13:59] *** Quits: bencevans (~quassel@replaced-ip) (*.net *.split)
-
495[02:13:59] *** Quits: psmolen (~psmolen@replaced-ip) (*.net *.split)
-
496[02:13:59] *** Quits: LostSoul (~LostSoul@replaced-ip) (*.net *.split)
-
497[02:13:59] *** Quits: Waggie (~Waggie@replaced-ip) (*.net *.split)
-
498[02:13:59] *** Quits: SirShmoopy (~yshi@replaced-ip) (*.net *.split)
-
499[02:13:59] *** Quits: Pedr0 (~Pedr0@replaced-ip) (*.net *.split)
-
500[02:13:59] *** Quits: dwar (~dwar@replaced-ip) (*.net *.split)
-
501[02:13:59] *** Quits: bluszcz (~bluszcz@replaced-ip) (*.net *.split)
-
502[02:13:59] *** Quits: Andy80 (~andy80@replaced-ip) (*.net *.split)
-
503[02:13:59] *** Quits: tobiasBora (~tobiasBor@replaced-ip) (*.net *.split)
-
504[02:13:59] *** Quits: flashdel (~benedict@replaced-ip) (*.net *.split)
-
505[02:13:59] *** Quits: Gruselbauer (~grslbr@replaced-ip) (*.net *.split)
-
506[02:13:59] *** Quits: thursdaylark (thurstylar@replaced-ip) (*.net *.split)
-
507[02:13:59] *** Quits: Ssquidly (~squidly@replaced-ip) (*.net *.split)
-
508[02:13:59] *** Quits: r0r0 (~r0r0@replaced-ip) (*.net *.split)
-
509[02:13:59] *** Quits: elmcrest (sid46763@replaced-ip) (*.net *.split)
-
510[02:13:59] *** Quits: mosene (~irc@replaced-ip) (*.net *.split)
-
511[02:13:59] *** Quits: s1lver (~daniel@replaced-ip) (*.net *.split)
-
512[02:13:59] *** Quits: Mortumm_ (~pi@replaced-ip) (*.net *.split)
-
513[02:13:59] *** Quits: terr1 (~terr1@replaced-ip) (*.net *.split)
-
514[02:13:59] *** Quits: coruja (~coruja@replaced-ip) (*.net *.split)
-
515[02:13:59] *** Quits: Akufen (~Akufen@replaced-ip) (*.net *.split)
-
516[02:13:59] *** Quits: plicease (quassel@replaced-ip) (*.net *.split)
-
517[02:13:59] *** Quits: benf (~benf2004@replaced-ip) (*.net *.split)
-
518[02:13:59] *** Quits: hid3 (~arnoldas@replaced-ip) (*.net *.split)
-
519[02:13:59] *** Quits: buk (Elite18423@replaced-ip) (*.net *.split)
-
520[02:13:59] *** Quits: nomad_dw (~nomad@replaced-ip) (*.net *.split)
-
521[02:13:59] *** Quits: t0m0 (~t0m@replaced-ip) (*.net *.split)
-
522[02:13:59] *** Quits: davdunc (sid93271@replaced-ip) (*.net *.split)
-
523[02:13:59] *** Quits: cromag (~cromag@replaced-ip) (*.net *.split)
-
524[02:13:59] *** Quits: zymurgy (~zymurgy@replaced-ip) (*.net *.split)
-
525[02:13:59] *** Quits: karlamrhein (sid161194@replaced-ip) (*.net *.split)
-
526[02:13:59] *** Quits: Uninstall (~quassel@replaced-ip) (*.net *.split)
-
527[02:13:59] *** Quits: bzed (~bzed@replaced-ip) (*.net *.split)
-
528[02:13:59] *** Quits: spaceone (~spaceone@replaced-ip) (*.net *.split)
-
529[02:13:59] *** Quits: bionix (~bionix@replaced-ip) (*.net *.split)
-
530[02:13:59] *** Quits: ohithere (~binary@replaced-ip) (*.net *.split)
-
531[02:13:59] *** Quits: debhelper (~debhelper@replaced-ip) (*.net *.split)
-
532[02:13:59] *** Quits: Orochimarufan (~taeyeon@replaced-ip) (*.net *.split)
-
533[02:13:59] *** Quits: raidghost (~raidghost@replaced-ip) (*.net *.split)
-
534[02:13:59] *** Quits: Alexej (~alexej@replaced-ip) (*.net *.split)
-
535[02:13:59] *** Quits: kodapa (kod@replaced-ip) (*.net *.split)
-
536[02:13:59] *** Quits: AndrewAlexMac (~andrewale@replaced-ip) (*.net *.split)
-
537[02:13:59] *** Quits: rancyd (stryfe@replaced-ip) (*.net *.split)
-
538[02:13:59] *** Quits: valdyn (valdyn@replaced-ip) (*.net *.split)
-
539[02:13:59] *** Quits: blacksyke (sid151792@replaced-ip) (*.net *.split)
-
540[02:13:59] *** Quits: CodingWithClass (~CodingWit@replaced-ip) (*.net *.split)
-
541[02:13:59] *** Quits: qman (quassel@replaced-ip) (*.net *.split)
-
542[02:13:59] *** Quits: drahti (~stiel@replaced-ip) (*.net *.split)
-
543[02:13:59] *** Quits: ancky (~ancky@replaced-ip) (*.net *.split)
-
544[02:13:59] *** Quits: folivora (~out@replaced-ip) (*.net *.split)
-
545[02:13:59] *** Quits: subzero79 (~subzero79@replaced-ip) (*.net *.split)
-
546[02:13:59] *** Quits: c-c (csmr@replaced-ip) (*.net *.split)
-
547[02:13:59] *** Quits: Xjs|moonshine (moon@replaced-ip) (*.net *.split)
-
548[02:13:59] *** Quits: Nitori (~kappa@replaced-ip) (*.net *.split)
-
549[02:13:59] *** Quits: m0ltar (~moltar@replaced-ip) (*.net *.split)
-
550[02:13:59] *** Quits: c0ded (~c0ded@replaced-ip) (*.net *.split)
-
551[02:13:59] *** Quits: webpigeon (~quassel@replaced-ip) (*.net *.split)
-
552[02:13:59] *** Quits: introom (~introom@replaced-ip) (*.net *.split)
-
553[02:13:59] *** Quits: hosiet (~hosiet@replaced-ip) (*.net *.split)
-
554[02:13:59] *** Quits: jgornick (jgornick@replaced-ip) (*.net *.split)
-
555[02:13:59] *** Quits: lbatalha (~lbatalha@replaced-ip) (*.net *.split)
-
556[02:13:59] *** Quits: flyingkiwi (~kiwi@replaced-ip) (*.net *.split)
-
557[02:13:59] *** Quits: kisser (null@replaced-ip) (*.net *.split)
-
558[02:13:59] *** Quits: Silmaril (~benoit@replaced-ip) (*.net *.split)
-
559[02:13:59] *** Quits: gildarts (gildarts@replaced-ip) (*.net *.split)
-
560[02:13:59] *** Quits: galeido (galeido@replaced-ip) (*.net *.split)
-
561[02:13:59] *** Quits: spm_draget (~draget@replaced-ip) (*.net *.split)
-
562[02:13:59] *** Quits: NaPs (~NaPs@replaced-ip) (*.net *.split)
-
563[02:13:59] *** Quits: Pseudo (betrayer@replaced-ip) (*.net *.split)
-
564[02:13:59] *** Quits: vhf (~vhf@replaced-ip) (*.net *.split)
-
565[02:13:59] *** Quits: tobiw (~tobiw@replaced-ip) (*.net *.split)
-
566[02:13:59] *** Quits: crashev (~crashev@replaced-ip) (*.net *.split)
-
567[02:13:59] *** Quits: r0bby (sid699@replaced-ip) (*.net *.split)
-
568[02:13:59] *** Quits: flokuehn (Elite17958@replaced-ip) (*.net *.split)
-
569[02:13:59] *** Quits: kolbe (~kolbe@replaced-ip) (*.net *.split)
-
570[02:13:59] *** Quits: diabel (~diabel@replaced-ip) (*.net *.split)
-
571[02:13:59] *** Quits: ranix (~ranix@replaced-ip) (*.net *.split)
-
572[02:13:59] *** Quits: nkuttler (~nkuttler@replaced-ip) (*.net *.split)
-
573[02:13:59] *** Quits: jelly (jelly@replaced-ip) (*.net *.split)
-
574[02:13:59] *** Quits: BotaniCar (~botanicar@replaced-ip) (*.net *.split)
-
575[02:13:59] *** Quits: skney (~skney@replaced-ip) (*.net *.split)
-
576[02:13:59] *** Quits: sheepman (~sheepman@replaced-ip) (*.net *.split)
-
577[02:13:59] *** Quits: jercos (jercos@replaced-ip) (*.net *.split)
-
578[02:13:59] *** Quits: yves_del_harlow (~ydh@replaced-ip) (*.net *.split)
-
579[02:14:00] *** Joins: Tr4sK (~tr4sk@replaced-ip)
-
580[02:14:01] *** Joins: ryan-c (~ryan@replaced-ip)
-
581[02:14:02] *** Joins: gunkaaa_ (~gunkaaa@replaced-ip)
-
582[02:14:03] *** Joins: nymony_ (~nymony@replaced-ip)
-
583[02:14:03] *** Joins: vook (~vook@replaced-ip)
-
584[02:14:03] *** Joins: thalos_ (~thalos@replaced-ip)
-
585[02:14:03] *** Joins: koltrast (3e458a3e@replaced-ip)
-
586[02:14:03] *** Joins: homegrown (combrink@replaced-ip)
-
587[02:14:03] *** Joins: llwu (~llwu@replaced-ip)
-
588[02:14:03] *** Joins: aibot_ (~aibot@replaced-ip)
-
589[02:14:03] *** Joins: ws2k3_ (freenodeyc@replaced-ip)
-
590[02:14:04] *** Joins: breitenj (~breitenj@replaced-ip)
-
591[02:14:04] *** Joins: DoberMann (~james@replaced-ip)
-
592[02:14:04] *** Joins: nwe (~nwe@replaced-ip)
-
593[02:14:04] *** Joins: RyanKnack (RyanKnack@replaced-ip)
-
594[02:14:04] *** Joins: tensorpudding (~michael@replaced-ip)
-
595[02:14:05] *** Joins: Keridos_ (~Keridos@replaced-ip)
-
596[02:14:05] *** Joins: ekix_ (~eki@replaced-ip)
-
597[02:14:05] *** Joins: [-5h4k3-] (queuepop@replaced-ip)
-
598[02:14:05] <mophed> nc -v -z 192.168.1.227 13
-
599[02:14:05] *** Joins: madmattco (~quassel@replaced-ip)
-
600[02:14:05] *** Joins: iwkse_ (~iwkse@replaced-ip)
-
601[02:14:05] *** Joins: crashev_ (~crashev@replaced-ip)
-
602[02:14:06] *** Joins: ineiros_ (ineiros@replaced-ip)
-
603[02:14:06] <mophed> says its open
-
604[02:14:06] *** Joins: Fusselkater (~Fusselkat@replaced-ip)
-
605[02:14:06] *** Joins: jercos_ (jercos@replaced-ip)
-
606[02:14:06] *** Joins: pankid (~quassel@replaced-ip)
-
607[02:14:06] *** Joins: Alexej_ (~alexej@replaced-ip)
-
608[02:14:06] *** Joins: raidgh0st (raidghost@replaced-ip)
-
609[02:14:06] *** Joins: EmleyMoo1 (phil@replaced-ip)
-
610[02:14:07] *** Joins: Warrigal (~tswett@replaced-ip)
-
611[02:14:07] *** Joins: c-c_ (csmr@replaced-ip)
-
612[02:14:07] *** Joins: LennyKitty (~lk@replaced-ip)
-
613[02:14:07] *** Joins: unwanted (unwanted@replaced-ip)
-
614[02:14:07] *** Joins: digdilem (~digdilem@replaced-ip)
-
615[02:14:08] *** Joins: myse|f (~xXx@replaced-ip)
-
616[02:14:08] *** Joins: redrabbit (~nick@replaced-ip)
-
617[02:14:08] *** Joins: beardface (~bearface@replaced-ip)
-
618[02:14:08] *** Joins: kisser- (null@replaced-ip)
-
619[02:14:08] *** Joins: xyassin (xyassin@replaced-ip)
-
620[02:14:08] *** Joins: ranix_ (~ranix@replaced-ip)
-
621[02:14:09] *** Joins: ApEtc (~apetc@replaced-ip)
-
622[02:14:09] *** Joins: JoshuaACasey (Joshua@replaced-ip)
-
623[02:14:09] *** Joins: Mortumm__ (~pi@replaced-ip)
-
624[02:14:09] *** Joins: diabel_ (diabel@replaced-ip)
-
625[02:14:09] *** Joins: CodingWithClass_ (~CodingWit@replaced-ip)
-
626[02:14:09] *** Joins: galeido (galeido@replaced-ip)
-
627[02:14:09] <maddawg2> wait you changed the port?
-
628[02:14:10] *** Joins: smurfd_ (~smurfd@replaced-ip)
-
629[02:14:10] *** Joins: dur (~dur@replaced-ip)
-
630[02:14:10] *** Joins: jolt (jolt@replaced-ip)
-
631[02:14:10] *** Joins: Otyg (~otyg@replaced-ip)
-
632[02:14:10] *** Joins: eeeprom (~lem0n@replaced-ip)
-
633[02:14:10] *** Joins: djz88 (ZKubala@replaced-ip)
-
634[02:14:10] *** Joins: ColtonDRG (~coltondrg@replaced-ip)
-
635[02:14:10] *** Joins: freakyy (~uwe@replaced-ip)
-
636[02:14:10] *** Joins: m0ltar (~moltar@replaced-ip)
-
637[02:14:10] *** Joins: TonyL (~Tony@replaced-ip)
-
638[02:14:10] *** Joins: CrazyyMaxx (CrazyyMaxx@replaced-ip)
-
639[02:14:10] *** Joins: missmbob (~missmbob@replaced-ip)
-
640[02:14:11] *** Joins: Nach0z (~nach0z@replaced-ip)
-
641[02:14:11] *** Joins: sp3ctr3 (~sp3ctr3@replaced-ip)
-
642[02:14:11] *** Joins: s1lver (~daniel@replaced-ip)
-
643[02:14:11] *** Joins: folivora (~out@replaced-ip)
-
644[02:14:11] *** Joins: Uninstall (~quassel@replaced-ip)
-
645[02:14:12] *** Joins: Psy-Q (~psy-q@replaced-ip)
-
646[02:14:12] *** Joins: nomad_dw_ (~nomad@replaced-ip)
-
647[02:14:12] *** Joins: guios (~gio@replaced-ip)
-
648[02:14:13] *** Joins: me4 (~me@replaced-ip)
-
649[02:14:13] *** Joins: {sd} (~Silva@replaced-ip)
-
650[02:14:13] *** Joins: psmolen (~psmolen@replaced-ip)
-
651[02:14:13] *** Joins: Saar (~Saar@replaced-ip)
-
652[02:14:13] *** Quits: Karazhan (~nobody@replaced-ip) (Excess Flood)
-
653[02:14:13] *** Joins: jgornick_ (jgornick@replaced-ip)
-
654[02:14:13] *** Joins: TimWolla (~timwolla@replaced-ip)
-
655[02:14:14] *** Quits: missmbob (~missmbob@replaced-ip) (Changing host)
-
656[02:14:14] *** Joins: missmbob (~missmbob@replaced-ip)
-
657[02:14:14] *** Joins: d3lphi (~d3lphi@replaced-ip)
-
658[02:14:14] *** Joins: ausinch (~Lager_Mon@replaced-ip)
-
659[02:14:14] *** Joins: datasmurf (~datasmurf@replaced-ip)
-
660[02:14:14] *** Joins: flyingkiwi (~kiwi@replaced-ip)
-
661[02:14:14] *** Joins: idmistir (~idmistir@replaced-ip)
-
662[02:14:14] *** Joins: ksk (~ksk@replaced-ip)
-
663[02:14:15] *** Joins: bezaban (~bezaban@replaced-ip)
-
664[02:14:15] *** Joins: t0m0 (~t0m@replaced-ip)
-
665[02:14:15] *** Joins: sayo- (~sayo-@replaced-ip)
-
666[02:14:15] *** Joins: qman__ (quassel@replaced-ip)
-
667[02:14:15] *** Joins: cromag (~cromag@replaced-ip)
-
668[02:14:15] *** Joins: vhf (~vhf@replaced-ip)
-
669[02:14:15] *** Joins: bobe (~bobe@replaced-ip)
-
670[02:14:15] *** Joins: dustpuppy (~dustpuppy@replaced-ip)
-
671[02:14:15] *** Joins: pseubodot (~p-dot@replaced-ip)
-
672[02:14:16] *** Joins: mirko (~mirko@replaced-ip)
-
673[02:14:16] *** Joins: frikinz (~laurent@replaced-ip)
-
674[02:14:16] *** Joins: ancky (~ancky@replaced-ip)
-
675[02:14:16] *** Joins: d-fence_ (~quassel@replaced-ip)
-
676[02:14:16] *** Joins: Shahnaz (~Shahnaz@replaced-ip)
-
677[02:14:16] *** Joins: hawken (~hawken@replaced-ip)
-
678[02:14:16] *** Joins: introom (~introom@replaced-ip)
-
679[02:14:16] *** Joins: cadeskywalker (~madoka@replaced-ip)
-
680[02:14:16] *** Joins: m7stic (~billyMays@replaced-ip)
-
681[02:14:17] *** Quits: beardface (~bearface@replaced-ip) (Changing host)
-
682[02:14:17] *** Joins: beardface (~bearface@replaced-ip)
-
683[02:14:17] *** Joins: thestain (~nickdasta@replaced-ip)
-
684[02:14:17] *** Joins: valerius_ (~valerius@replaced-ip)
-
685[02:14:17] *** Joins: bzed (~bzed@replaced-ip)
-
686[02:14:17] *** Joins: magnulu (~magnulu@replaced-ip)
-
687[02:14:18] *** Joins: acrocity (~acrocity@replaced-ip)
-
688[02:14:18] *** Joins: DonVitoCorleone (don@replaced-ip)
-
689[02:14:18] *** Joins: JonathanD (~JonathanD@replaced-ip)
-
690[02:14:18] *** Joins: valdyn (valdyn@replaced-ip)
-
691[02:14:18] *** Joins: hid3 (~arnoldas@replaced-ip)
-
692[02:14:18] *** Joins: avoozl (~avoozl@replaced-ip)
-
693[02:14:18] *** Joins: tobiw (~tobiw@replaced-ip)
-
694[02:14:19] *** Joins: keith4 (~keith4@replaced-ip)
-
695[02:14:19] *** Joins: nighty (~nighty@replaced-ip)
-
696[02:14:19] *** Joins: drahti (~stiel@replaced-ip)
-
697[02:14:19] *** Joins: Trellmor (~Trellmor@replaced-ip)
-
698[02:14:20] *** Joins: kodapa (kod@replaced-ip)
-
699[02:14:21] *** Joins: Spr1ng (~Spr1ng@replaced-ip)
-
700[02:14:21] *** Joins: Andy80 (~andy80@replaced-ip)
-
701[02:14:21] *** Joins: Khudher (~K@replaced-ip)
-
702[02:14:21] *** Joins: flashdel (~benedict@replaced-ip)
-
703[02:14:21] *** Joins: debhelper (~debhelper@replaced-ip)
-
704[02:14:22] *** Joins: Ard1t (~ard1t@replaced-ip)
-
705[02:14:22] *** thestain is now known as nickdastain
-
706[02:14:22] *** Joins: LostSoul (~LostSoul@replaced-ip)
-
707[02:14:22] *** Joins: madprops_ (~clouds@replaced-ip)
-
708[02:14:23] *** Joins: hayer (~hayer@replaced-ip)
-
709[02:14:23] *** Joins: RickyB98 (RickyB98@replaced-ip)
-
710[02:14:23] *** Joins: NightKhaos (~NK@replaced-ip)
-
711[02:14:23] *** Joins: Nazara (~Sovereign@replaced-ip)
-
712[02:14:23] *** Joins: flokuehn (Elite17958@replaced-ip)
-
713[02:14:23] *** Joins: hiberno (~flume@replaced-ip)
-
714[02:14:24] *** Joins: Posterdati (~kvirc@replaced-ip)
-
715[02:14:24] *** Joins: matthiaskrgr (matthiaskr@replaced-ip)
-
716[02:14:25] *** Joins: altyr (~nobody@replaced-ip)
-
717[02:14:25] *** Joins: sydney_u1tangle (~sydney@replaced-ip)
-
718[02:14:26] *** Joins: polemic (~polemic@replaced-ip)
-
719[02:14:27] *** Joins: FinalX (~danielm@replaced-ip)
-
720[02:14:27] *** Joins: subzero79 (~subzero79@replaced-ip)
-
721[02:14:27] *** Quits: redrabbit (~nick@replaced-ip) (Changing host)
-
722[02:14:27] *** Joins: redrabbit (~nick@replaced-ip)
-
723[02:14:27] *** Quits: d3lphi (~d3lphi@replaced-ip) (Changing host)
-
724[02:14:27] *** Joins: d3lphi (~d3lphi@replaced-ip)
-
725[02:14:27] *** Joins: banging (~banging@replaced-ip)
-
726[02:14:28] *** Quits: kisser- (null@replaced-ip) (Changing host)
-
727[02:14:28] *** Joins: kisser- (null@replaced-ip)
-
728[02:14:28] *** Joins: Gruselbauer (~grslbr@replaced-ip)
-
729[02:14:28] *** Joins: moss (moss@replaced-ip)
-
730[02:14:29] *** Joins: riddle (riddle@replaced-ip)
-
731[02:14:29] *** valerius_ is now known as valerius
-
732[02:14:29] *** Joins: coruja_ (coruja@replaced-ip)
-
733[02:14:29] *** Joins: cyphix (~cyphix@replaced-ip)
-
734[02:14:30] *** Joins: Sciuro (~rogier@replaced-ip)
-
735[02:14:31] *** Joins: Mattieu_ (~mmatthieu@replaced-ip)
-
736[02:14:31] *** Joins: thursdaylark (thurstylar@replaced-ip)
-
737[02:14:32] *** Joins: Ssquidly (~squidly@replaced-ip)
-
738[02:14:32] *** Joins: mosene (irc@replaced-ip)
-
739[02:14:32] *** Joins: bpsecret (~bpsecret@replaced-ip)
-
740[02:14:32] *** Quits: mirko (~mirko@replaced-ip) (Changing host)
-
741[02:14:32] *** Joins: mirko (~mirko@replaced-ip)
-
742[02:14:33] *** Joins: Akufen (~Akufen@replaced-ip)
-
743[02:14:33] *** Joins: mcintosh (~look@replaced-ip)
-
744[02:14:33] *** Joins: chaology (~James5979@replaced-ip)
-
745[02:14:33] *** Quits: Akufen (~Akufen@replaced-ip) (Changing host)
-
746[02:14:34] *** Joins: Akufen (~Akufen@replaced-ip)
-
747[02:14:34] <mophed> yeah i made it 13
-
748[02:14:34] *** Joins: internat (~nf@replaced-ip)
-
749[02:14:34] *** Joins: aZz7eCh (~aZz7eCh@replaced-ip)
-
750[02:14:35] *** Joins: amospalla (~amospalla@replaced-ip)
-
751[02:14:35] *** Joins: NaPs (~NaPs@replaced-ip)
-
752[02:14:35] *** Joins: buk (Elite18423@replaced-ip)
-
753[02:14:35] *** Joins: r0r0 (~r0r0@replaced-ip)
-
754[02:14:35] *** Quits: introom (~introom@replaced-ip) (Changing host)
-
755[02:14:35] *** Joins: introom (~introom@replaced-ip)
-
756[02:14:35] *** Joins: edi (~e@replaced-ip)
-
757[02:14:36] *** Joins: hosiet (~hosiet@replaced-ip)
-
758[02:14:36] *** Quits: Nach0z (~nach0z@replaced-ip) (Changing host)
-
759[02:14:36] *** Joins: Nach0z (~nach0z@replaced-ip)
-
760[02:14:37] *** Joins: milobit (~milobit@replaced-ip)
-
761[02:14:38] <maddawg2> also open doesnt mean anything is listening on it
-
762[02:14:38] *** Joins: ploop (~ploop@replaced-ip)
-
763[02:14:38] *** Joins: BreakerZero (~M00N@replaced-ip)
-
764[02:14:38] *** Quits: Uninstall (~quassel@replaced-ip) (Changing host)
-
765[02:14:38] *** Joins: Uninstall (~quassel@replaced-ip)
-
766[02:14:38] *** Joins: MrFrood_ (U2FsdGVkX1@replaced-ip)
-
767[02:14:38] *** Joins: DoctorD90 (~DoctorD90@replaced-ip)
-
768[02:14:39] *** Quits: amospalla (~amospalla@replaced-ip) (Changing host)
-
769[02:14:39] *** Joins: amospalla (~amospalla@replaced-ip)
-
770[02:14:41] *** Joins: paramourne (~synth@replaced-ip)
-
771[02:14:43] *** Joins: yves_del_harlow (~ydh@replaced-ip)
-
772[02:14:43] <maddawg2> AHHHHH
-
773[02:14:44] *** Joins: terr1 (~terr1@replaced-ip)
-
774[02:14:45] *** Joins: Quimby (~Quimby@replaced-ip)
-
775[02:14:46] *** Joins: pvn (~vep2@replaced-ip)
-
776[02:14:46] *** Joins: Eryn_1983_FL (~Eryn_1983@replaced-ip)
-
777[02:14:48] *** Joins: spaceone (~spaceone@replaced-ip)
-
778[02:14:49] *** Joins: BiGBOi (~michael@replaced-ip)
-
779[02:14:52] *** Quits: sayo- (~sayo-@replaced-ip) (Changing host)
-
780[02:14:52] *** Joins: sayo- (~sayo-@replaced-ip)
-
781[02:14:52] *** Joins: zymurgy (~zymurgy@replaced-ip)
-
782[02:14:53] *** Joins: ohithere (~binary@replaced-ip)
-
783[02:14:53] *** Quits: cromag (~cromag@replaced-ip) (Changing host)
-
784[02:14:53] *** Joins: cromag (~cromag@replaced-ip)
-
785[02:14:55] *** Joins: c0ded (~c0ded@replaced-ip)
-
786[02:14:55] *** Joins: brian_ (~brian@replaced-ip)
-
787[02:14:56] *** Joins: Karazhan (~nobody@replaced-ip)
-
788[02:14:58] *** Joins: tuv (~quassel@replaced-ip)
-
789[02:14:58] *** Quits: pseubodot (~p-dot@replaced-ip) (Changing host)
-
790[02:14:58] *** Joins: pseubodot (~p-dot@replaced-ip)
-
791[02:14:59] *** Quits: Spr1ng (~Spr1ng@replaced-ip) (Changing host)
-
792[02:14:59] *** Joins: Spr1ng (~Spr1ng@replaced-ip)
-
793[02:15:01] *** Joins: snow_bckspc (~snow_bcks@replaced-ip)
-
794[02:15:01] *** Joins: tobiasBora (~tobiasBor@replaced-ip)
-
795[02:15:05] *** Joins: plicease (quassel@replaced-ip)
-
796[02:15:05] *** Joins: patriciam (quassel@replaced-ip)
-
797[02:15:06] *** Quits: cyphix (~cyphix@replaced-ip) (Changing host)
-
798[02:15:06] *** Joins: cyphix (~cyphix@replaced-ip)
-
799[02:15:06] *** Quits: TonyL (~Tony@replaced-ip) (Changing host)
-
800[02:15:06] *** Joins: TonyL (~Tony@replaced-ip)
-
801[02:15:07] *** Joins: elysium (elysium@replaced-ip)
-
802[02:15:07] *** Joins: litheum (~kolbe@replaced-ip)
-
803[02:15:07] *** Joins: bencevans (~quassel@replaced-ip)
-
804[02:15:08] *** Joins: eb0t (~eblip@replaced-ip)
-
805[02:15:10] *** Joins: _tremo (~tremo@replaced-ip)
-
806[02:15:10] *** Joins: Subfusc (subfusc@replaced-ip)
-
807[02:15:11] *** Joins: t3eblinder (~quassel@replaced-ip)
-
808[02:15:12] *** Joins: Nightmare (ddoscomin@replaced-ip)
-
809[02:15:15] *** Quits: aZz7eCh (~aZz7eCh@replaced-ip) (Changing host)
-
810[02:15:15] *** Joins: aZz7eCh (~aZz7eCh@replaced-ip)
-
811[02:15:15] *** Quits: altyr (~nobody@replaced-ip) (Changing host)
-
812[02:15:15] *** Joins: altyr (~nobody@replaced-ip)
-
813[02:15:15] *** Quits: ohithere (~binary@replaced-ip) (Changing host)
-
814[02:15:15] *** Joins: ohithere (~binary@replaced-ip)
-
815[02:15:16] *** Joins: Wire (~quassel@replaced-ip)
-
816[02:15:20] *** Joins: shahri (~shahri@replaced-ip)
-
817[02:15:21] *** Joins: _jareth_ (~jareth_@replaced-ip)
-
818[02:15:33] *** Quits: milobit (~milobit@replaced-ip) (Changing host)
-
819[02:15:33] *** Joins: milobit (~milobit@replaced-ip)
-
820[02:15:33] *** Joins: Pedr0 (~Pedr0@replaced-ip)
-
821[02:15:33] *** LennyKitty is now known as Guest73504
-
822[02:15:35] *** Joins: devtea (~tdreyer1@replaced-ip)
-
823[02:15:37] *** Joins: BackEndCoder (~steve@replaced-ip)
-
824[02:15:38] *** eeeprom is now known as Guest37990
-
825[02:15:39] <maddawg2> mophed... i've never tried this before but maybe it'll work... have you tried sshing into localhost on that port
-
826[02:15:40] *** Joins: lbatalha (~lbatalha@replaced-ip)
-
827[02:15:52] *** datasmurf is now known as Guest37306
-
828[02:15:57] *** Quits: _0bitcount (~Big_Byte@replaced-ip) (Quit: Leaving)
-
829[02:16:02] *** Joins: v4s (~v4s@replaced-ip)
-
830[02:16:05] *** Quits: debhelper (~debhelper@replaced-ip) (Changing host)
-
831[02:16:05] *** Joins: debhelper (~debhelper@replaced-ip)
-
832[02:16:05] *** ChanServ sets mode: +o debhelper
-
833[02:16:06] *** bezaban is now known as Guest94953
-
834[02:16:07] *** Ard1t is now known as Guest13664
-
835[02:16:08] *** RickyB98 is now known as Guest31885
-
836[02:16:08] *** matthiaskrgr is now known as Guest31356
-
837[02:16:10] *** Quits: idmistir (~idmistir@replaced-ip) (Changing host)
-
838[02:16:10] *** Joins: idmistir (~idmistir@replaced-ip)
-
839[02:16:10] *** Joins: haasn (~haasn@replaced-ip)
-
840[02:16:10] *** mosene is now known as Guest72185
-
841[02:16:11] *** debhelper sets mode: +mi
-
842[02:16:11] -debhelper- Channel locked temporarily due to flood, sorry for any inconvenience this may cause :-)
-
843[02:16:12] *** Quits: tuv (~quassel@replaced-ip) (Changing host)
-
844[02:16:12] *** Joins: tuv (~quassel@replaced-ip)
-
845[02:16:12] *** Quits: bpsecret (~bpsecret@replaced-ip) (Changing host)
-
846[02:16:12] *** Joins: bpsecret (~bpsecret@replaced-ip)
-
847[02:16:14] *** chaology is now known as Guest71584
-
848[02:16:14] *** edi is now known as Guest61183
-
849[02:16:14] *** Guest71584 was kicked by debhelper (NICK flooder)
-
850[02:16:14] *** Quits: Nightmare (ddoscomin@replaced-ip) (Changing host)
-
851[02:16:14] *** Joins: Nightmare (ddoscomin@replaced-ip)
-
852[02:16:15] *** Quits: DonVitoCorleone (don@replaced-ip) (Changing host)
-
853[02:16:15] *** Joins: DonVitoCorleone (don@replaced-ip)
-
854[02:16:16] *** devtea is now known as Guest56535
-
855[02:16:17] *** Quits: Andy80 (~andy80@replaced-ip) (Changing host)
-
856[02:16:17] *** Joins: Andy80 (~andy80@replaced-ip)
-
857[02:16:18] *** Guest56535 was kicked by debhelper (NICK flooder)
-
858[02:16:20] *** Karazhan is now known as Guest36723
-
859[02:16:20] *** Guest36723 was kicked by debhelper (NICK flooder)
-
860[02:16:23] *** Quits: Cloudish (~Cloudish@replaced-ip) (Ping timeout: 255 seconds)
-
861[02:16:23] *** Quits: Guest31885 (RickyB98@replaced-ip) (Changing host)
-
862[02:16:23] *** Joins: Guest31885 (RickyB98@replaced-ip)
-
863[02:16:26] *** Quits: ToeSnacks (sid84043@replaced-ip) (Ping timeout: 245 seconds)
-
864[02:16:26] *** Quits: nickle (sid89854@replaced-ip) (Ping timeout: 245 seconds)
-
865[02:16:35] *** Quits: uda (sid143461@replaced-ip) (Ping timeout: 248 seconds)
-
866[02:16:38] *** Quits: Cihan (uid205532@replaced-ip) (Ping timeout: 258 seconds)
-
867[02:16:49] *** Quits: L235 (L235@replaced-ip) (Ping timeout: 240 seconds)
-
868[02:16:49] *** Quits: Ceber (~cerberus@replaced-ip) (Ping timeout: 264 seconds)
-
869[02:16:51] *** Quits: BuildTheRobots (sid42622@replaced-ip) (Ping timeout: 245 seconds)
-
870[02:17:03] *** Quits: `z (sid68223@replaced-ip) (Ping timeout: 258 seconds)
-
871[02:17:09] *** Quits: stealthii (sid17385@replaced-ip) (Ping timeout: 240 seconds)
-
872[02:17:11] *** debhelper sets mode: -m
-
873[02:17:26] *** Quits: Guest31356 (matthiaskr@replaced-ip) (Changing host)
-
874[02:17:26] *** Joins: Guest31356 (matthiaskr@replaced-ip)
-
875[02:17:26] *** Quits: Guest31356 (matthiaskr@replaced-ip) (Changing host)
-
876[02:17:26] *** Joins: Guest31356 (matthiaskr@replaced-ip)
-
877[02:17:28] *** Quits: petems (sid27138@replaced-ip) (Ping timeout: 260 seconds)
-
878[02:17:28] *** Quits: flyinprogrammer (sid145234@replaced-ip) (Ping timeout: 260 seconds)
-
879[02:17:33] <mophed> still refused
-
880[02:17:41] *** debhelper sets mode: -i
-
881[02:17:43] *** Joins: beardyname (~beardy@replaced-ip)
-
882[02:17:46] *** Quits: emerson (~emerson@replaced-ip) (Remote host closed the connection)
-
883[02:17:47] *** Joins: gildarts (~gildarts@replaced-ip)
-
884[02:17:47] *** Quits: dave0x6d (uid190567@replaced-ip) (Ping timeout: 258 seconds)
-
885[02:17:48] *** Joins: kInOzAwA (~init@replaced-ip)
-
886[02:17:48] *** Joins: n-st (~n-st@replaced-ip)
-
887[02:17:49] *** Quits: eshlox (sid44222@replaced-ip) (Ping timeout: 240 seconds)
-
888[02:17:49] <mophed> nmap shows 13/tcp open as well
-
889[02:17:51] *** Joins: Orochimarufan (znc@replaced-ip)
-
890[02:17:51] *** Joins: jor (~jor@replaced-ip)
-
891[02:17:52] *** Joins: ariador (aria@replaced-ip)
-
892[02:17:52] *** Joins: Quick_Wango (~quickwang@replaced-ip)
-
893[02:17:52] *** Joins: AndrewAlexMac (~andrewale@replaced-ip)
-
894[02:17:52] *** Joins: Robby (robby@replaced-ip)
-
895[02:17:53] *** Joins: Gerowen (~Gerowen@replaced-ip)
-
896[02:17:53] *** Joins: nhandler (~nhandler@replaced-ip)
-
897[02:17:55] *** Joins: Attoy (~attoy@replaced-ip)
-
898[02:17:56] *** Joins: cam13 (cam@replaced-ip)
-
899[02:17:56] *** Quits: katymoe_ (sid135810@replaced-ip) (Ping timeout: 260 seconds)
-
900[02:17:58] *** Joins: WARBIRD199 (~WARBIRD19@replaced-ip)
-
901[02:17:59] *** Joins: sheepman (~sheepman@replaced-ip)
-
902[02:17:59] *** Joins: emerson (~emerson@replaced-ip)
-
903[02:17:59] *** Joins: benj_ (~benj_@replaced-ip)
-
904[02:18:00] *** Joins: electrostat (~dag@replaced-ip)
-
905[02:18:00] *** Joins: Nitori (~kappa@replaced-ip)
-
906[02:18:00] *** debhelper sets mode: +l 1578
-
907[02:18:02] *** Joins: Daniel0 (~admin@replaced-ip)
-
908[02:18:04] *** Joins: pampeho (~pampeho@replaced-ip)
-
909[02:18:05] *** Joins: smidlers (smyers@replaced-ip)
-
910[02:18:05] *** Joins: rolig (~rolig@replaced-ip)
-
911[02:18:05] *** Joins: Guest56535 (~tdreyer1@replaced-ip)
-
912[02:18:05] *** Joins: SM0TVI (~sm0tvi@replaced-ip)
-
913[02:18:07] *** Joins: Spiffy (~Spiffy@replaced-ip)
-
914[02:18:09] *** Quits: lebster (sid17131@replaced-ip) (Ping timeout: 240 seconds)
-
915[02:18:10] *** Quits: ggherdov (sid11402@replaced-ip) (Ping timeout: 258 seconds)
-
916[02:18:16] *** Guest31356 is now known as matthiaskrgr_
-
917[02:18:33] *** Joins: APLU (~mulx@replaced-ip)
-
918[02:18:37] <technohehl> Is the SSH working on port 22?
-
919[02:18:52] <mophed> no i changed it to 13
-
920[02:18:57] <mophed> but i can go back to 22 if i need to
-
921[02:19:01] <technohehl> try it...
-
922[02:19:22] <maddawg2> mophed you could also type: "lsof -Pnl +M -i4"
-
923[02:19:29] <maddawg2> this should show you what is listening on what ports
-
924[02:19:44] <maddawg2> maybe pipe that through grep and search for ssh or openssh
-
925[02:19:46] <maddawg2> not sure what it'd be called
-
926[02:19:55] <mophed> sshd 2972 0 3u IPv4 65601 0t0 TCP *:13 (LISTEN)
-
927[02:20:15] *** Joins: SCHAAP137 (~schapie@replaced-ip)
-
928[02:20:20] <maddawg2> hm
-
929[02:20:24] *** Joins: nkuttler (~nkuttler@replaced-ip)
-
930[02:20:30] <maddawg2> i assume you've rebooted?
-
931[02:20:33] <maddawg2> right
-
932[02:20:38] <maddawg2> just in case
-
933[02:20:51] *** Joins: earendel (~earendel@replaced-ip)
-
934[02:20:55] <mophed> ive restarted ssh but not my system
-
935[02:20:57] *** Parts: earendel (~earendel@replaced-ip)
-
936[02:20:58] *** Joins: HeXiLeD (~grumpynes@replaced-ip)
-
937[02:21:00] *** Joins: shovel_boss (~shovel_bo@replaced-ip)
-
938[02:21:05] <maddawg2> i mean it should be working
-
939[02:21:08] *** Joins: JyZyXEL (~foo@replaced-ip)
-
940[02:21:16] <maddawg2> i assume there's nothing else listeing on 13
-
941[02:21:25] *** Quits: wpostma (~wpostma@replaced-ip) (Quit: WeeChat 1.5)
-
942[02:21:28] <maddawg2> perrhaps run the command again but grep for *:13
-
943[02:21:38] <maddawg2> maybe there are two things listening on it or something
-
944[02:21:39] *** Joins: basic` (sid141140@replaced-ip)
-
945[02:21:45] <maddawg2> just a guess
-
946[02:21:46] *** Quits: sh00p (~sh00p@replaced-ip) ()
-
947[02:22:03] *** Joins: gonz0 (~gonz0@replaced-ip)
-
948[02:22:05] *** Joins: rancyd (stryfe@replaced-ip)
-
949[02:22:29] *** Joins: Pseudo (betrayer@replaced-ip)
-
950[02:23:58] *** Joins: haschisch00 (~haschisch@replaced-ip)
-
951[02:24:09] *** Quits: cereal_poster (~DouglasT@replaced-ip) (Read error: Connection reset by peer)
-
952[02:24:17] *** Joins: paradizelost (sid23952@replaced-ip)
-
953[02:24:21] *** Quits: Xanthor (~Xanthor@replaced-ip) (Remote host closed the connection)
-
954[02:24:21] *** Joins: fiQmob (sid13281@replaced-ip)
-
955[02:24:23] *** Quits: haschisch00 (~haschisch@replaced-ip) (Client Quit)
-
956[02:24:27] *** Joins: cereal_poster (~DouglasT@replaced-ip)
-
957[02:26:31] *** Quits: alxy (uid115853@replaced-ip) (Quit: Connection closed for inactivity)
-
958[02:26:48] *** Joins: flyinprogrammer (sid145234@replaced-ip)
-
959[02:26:57] *** Quits: kmo (~kmo@replaced-ip) (Quit: Ta-ta for now...)
-
960[02:26:59] *** Joins: Waggie (~Waggie@replaced-ip)
-
961[02:27:06] *** Quits: overlord_tm (~andraz@replaced-ip) (Ping timeout: 272 seconds)
-
962[02:27:16] *** Joins: karlamrhein (sid161194@replaced-ip)
-
963[02:28:00] *** debhelper sets mode: +l 1539
-
964[02:30:04] *** Quits: OS-24126 (~OS-24126@replaced-ip) (Quit: Leaving)
-
965[02:32:29] *** Quits: comgot (~Icedove@replaced-ip) (Remote host closed the connection)
-
966[02:33:17] *** Quits: baraba (~baraba@replaced-ip) (Quit: BRB)
-
967[02:35:08] *** Comstock- is now known as Comstock
-
968[02:35:10] *** Warrigal is now known as tswett
-
969[02:36:51] *** Quits: Gerowen (~Gerowen@replaced-ip) (Ping timeout: 245 seconds)
-
970[02:38:44] *** Quits: thejrose1984 (~thejrose1@replaced-ip) (Read error: Connection reset by peer)
-
971[02:38:59] *** Quits: mavhq (~quassel@replaced-ip) (Read error: Connection reset by peer)
-
972[02:40:29] *** Quits: Horachi (~Horachi@replaced-ip) (Quit: Leaving)
-
973[02:40:36] *** Quits: MichaelSasser (~michaelsa@replaced-ip) (Ping timeout: 248 seconds)
-
974[02:41:01] *** Quits: faw (~faw@replaced-ip) (Ping timeout: 245 seconds)
-
975[02:41:56] *** Quits: tsuggs (~tim@replaced-ip) (Ping timeout: 258 seconds)
-
976[02:42:12] *** Quits: ki0 (~ki0@replaced-ip) (Ping timeout: 248 seconds)
-
977[02:42:30] *** Quits: webdev007 (~webdev007@replaced-ip) (Remote host closed the connection)
-
978[02:44:30] *** Quits: Insanity_ (uid179350@replaced-ip) (Quit: Connection closed for inactivity)
-
979[02:44:40] *** Quits: pos (~pos@replaced-ip) (Quit: pos)
-
980[02:47:14] *** Quits: Guest45641 (tristan@replaced-ip) (K-Lined)
-
981[02:48:01] *** debhelper sets mode: +l 1524
-
982[02:48:09] *** Quits: phdeswer (~phdeswer@replaced-ip) (Ping timeout: 256 seconds)
-
983[02:55:55] *** Quits: gonz0 (~gonz0@replaced-ip) (Quit: fui)
-
984[02:56:46] *** Quits: Orbitrix (~Huevos@replaced-ip) (Remote host closed the connection)
-
985[02:57:10] *** Quits: cliluw (~cliluw@replaced-ip) (Ping timeout: 246 seconds)
-
986[02:57:47] *** Quits: chrisyy (~chrisy@replaced-ip) (Ping timeout: 255 seconds)
-
987[02:58:00] *** Quits: rOss^64 (hayama@replaced-ip##) (Quit: ZNC - ##replaced-url
-
988[02:58:54] *** Quits: denisk (~denisk@replaced-ip) (Remote host closed the connection)
-
989[03:03:28] *** Quits: bony (~quassel@replaced-ip) (Ping timeout: 246 seconds)
-
990[03:03:49] *** Quits: alexbligh1 (~alexbligh@replaced-ip) (Ping timeout: 246 seconds)
-
991[03:04:38] *** Quits: Darcidride (~Darcidrid@replaced-ip) (Remote host closed the connection)
-
992[03:08:01] *** debhelper sets mode: +l 1514
-
993[03:08:06] *** Quits: cereal_poster (~DouglasT@replaced-ip) (Quit: Fui!)
-
994[03:08:31] *** Quits: yeticry_ (~yeticry@replaced-ip) (Ping timeout: 245 seconds)
-
995[03:12:44] *** Quits: frostschutz (~frostschu@replaced-ip) (Remote host closed the connection)
-
996[03:13:46] *** Quits: root-x (~root-x@replaced-ip) (Read error: Connection reset by peer)
-
997[03:15:47] *** Quits: neurot (~neurosis@replaced-ip) (Ping timeout: 248 seconds)
-
998[03:16:25] *** Quits: phila_ (~philamons@replaced-ip) (Ping timeout: 246 seconds)
-
999[03:18:00] *** debhelper sets mode: +l 1508
-
1000[03:18:06] *** Quits: LtL (~irssi@replaced-ip) (Ping timeout: 245 seconds)
-
1001[03:18:39] *** Quits: nickenchuggets (~nicken@replaced-ip) (Read error: Network is unreachable)
-
1002[03:23:37] *** Quits: _sfiguser (~sfigguser@replaced-ip) (Remote host closed the connection)
-
1003[03:24:15] *** Quits: wonderworld (~ww@replaced-ip) (Remote host closed the connection)
-
1004[03:27:00] *** Quits: ebarch (~ebarch@replaced-ip) (Remote host closed the connection)
-
1005[03:30:46] *** Quits: mario__ (~mario@replaced-ip) (Ping timeout: 246 seconds)
-
1006[03:33:20] *** Quits: sandeepkr_ (~Sandeepkr@replaced-ip) (Ping timeout: 255 seconds)
-
1007[03:34:54] *** Quits: g_man (~gary@replaced-ip) (Quit: leaving)
-
1008[03:35:40] *** Quits: gone (~g0ne@replaced-ip) (Ping timeout: 246 seconds)
-
1009[03:36:37] *** Quits: chip_ (~chip@replaced-ip) (Remote host closed the connection)
-
1010[03:37:46] *** Quits: Mahe (~mahe@replaced-ip) (Ping timeout: 246 seconds)
-
1011[03:38:00] *** debhelper sets mode: +l 1497
-
1012[03:40:16] *** Quits: Quatroking (~Quatrokin@replaced-ip) (Read error: Connection reset by peer)
-
1013[03:40:16] *** Quits: sidmo_ (~sidmo@replaced-ip) (Ping timeout: 268 seconds)
-
1014[03:43:33] *** jercos_ is now known as jercos
-
1015[03:43:33] *** Quits: thursdaylark (thurstylar@replaced-ip##) (Quit: ##replaced-url
-
1016[03:44:15] *** Quits: chomwitt (~chomwitt@replaced-ip) (Ping timeout: 256 seconds)
-
1017[03:44:51] *** madprops_ is now known as madprops
-
1018[03:45:32] *** Quits: Lacho (~lacho@replaced-ip) (Ping timeout: 240 seconds)
-
1019[03:50:38] *** Quits: krytarik (~krytarik@replaced-ip) (Quit: Leaving)
-
1020[03:52:03] *** Quits: Juzzy (Xinu@replaced-ip) (Read error: Connection reset by peer)
-
1021[03:52:25] *** Quits: Lowl3v3l (~Lowl3v3l@replaced-ip) (Remote host closed the connection)
-
1022[03:54:02] *** Quits: mdorenka (~mdorenka@replaced-ip) (Ping timeout: 255 seconds)
-
1023[03:54:43] *** Quits: skrb_ (~skrb@replaced-ip) (Ping timeout: 248 seconds)
-
1024[03:55:14] *** Quits: kw21 (~kw21@replaced-ip) (Quit: Leaving)
-
1025[03:57:24] *** Quits: Janos (~Janos@replaced-ip) (Ping timeout: 248 seconds)
-
1026[03:58:01] *** debhelper sets mode: +l 1485
-
1027[04:01:01] *** Quits: pencilandpaper (~penciland@replaced-ip) (Quit: WeeChat 1.7-rc1)
-
1028[04:03:12] *** Quits: crayon (~realname@replaced-ip) (Ping timeout: 240 seconds)
-
1029[04:05:16] *** Quits: chachasmooth (~chachasmo@replaced-ip) (Ping timeout: 272 seconds)
-
1030[04:06:15] *** Quits: steakwipe (~ninjapira@replaced-ip) (Quit: Leaving)
-
1031[04:08:10] *** Quits: alphabet (~alphabet@replaced-ip) (Ping timeout: 258 seconds)
-
1032[04:09:52] *** Quits: mophed (~mophed@replaced-ip) (Ping timeout: 240 seconds)
-
1033[04:12:20] *** Quits: the8thbit (~eightbit@replaced-ip) (Ping timeout: 248 seconds)
-
1034[04:17:16] *** Quits: tables (~user@replaced-ip) (Read error: Connection reset by peer)
-
1035[04:18:00] *** debhelper sets mode: +l 1477
-
1036[04:18:34] *** Quits: domovoy (~domovoy@replaced-ip) (Ping timeout: 272 seconds)
-
1037[04:19:40] *** Quits: Strife89 (~quassel@replaced-ip) (Ping timeout: 258 seconds)
-
1038[04:21:38] *** Quits: Colti (Miramar-FL@replaced-ip) (Excess Flood)
-
1039[04:23:53] *** Quits: hexagoxel (~hexagoxel@replaced-ip) (Ping timeout: 258 seconds)
-
1040[04:25:08] *** Quits: argus (~unix@replaced-ip) (Ping timeout: 248 seconds)
-
1041[04:26:04] *** Quits: kiki` (uid170954@replaced-ip) (Quit: Connection closed for inactivity)
-
1042[04:27:10] *** Quits: k_sze[work] (~Kira@replaced-ip) (Quit: Leaving)
-
1043[04:28:00] *** debhelper sets mode: +l 1470
-
1044[04:28:20] *** Quits: rattking (~rattking@replaced-ip) (Ping timeout: 248 seconds)
-
1045[04:30:32] *** Quits: Wizek_ (~Wizek@replaced-ip) (Ping timeout: 240 seconds)
-
1046[04:35:02] *** Quits: afernandez_ (~afernande@replaced-ip) (Read error: Connection reset by peer)
-
1047[04:36:18] *** Quits: hexnewbie (~hexnewbie@replaced-ip) (Ping timeout: 248 seconds)
-
1048[04:37:22] *** Quits: kooldavi (~kooldavi@replaced-ip) (Ping timeout: 248 seconds)
-
1049[04:40:17] *** Quits: dondartho (b53c82c0@replaced-ip) (Quit: Page closed)
-
1050[04:42:16] *** Quits: Henric (~Henric@replaced-ip) (Ping timeout: 245 seconds)
-
1051[04:43:32] *** Quits: clorophormo (~cloro@replaced-ip) (Ping timeout: 240 seconds)
-
1052[04:45:21] *** Quits: SPF|Cloud (uid11755@replaced-ip) (Quit: Connection closed for inactivity)
-
1053[04:48:00] *** debhelper sets mode: +l 1461
-
1054[04:49:06] *** Quits: dethos (~dethos@replaced-ip) (Ping timeout: 248 seconds)
-
1055[05:04:43] *** Quits: fstd (~fstd@replaced-ip) (Ping timeout: 256 seconds)
-
1056[05:05:17] *** Parts: anuxivm (~anuxi@replaced-ip)
-
1057[05:09:58] *** Quits: tenthirteen (~ten13@replaced-ip) (Quit: .)
-
1058[05:16:03] *** Quits: SynrGy (~synrg@replaced-ip) (Ping timeout: 256 seconds)
-
1059[05:17:11] *** Quits: SynrG (~synrg@replaced-ip) (Ping timeout: 256 seconds)
-
1060[05:18:00] *** debhelper sets mode: +l 1455
-
1061[05:20:19] *** Quits: seanrdev (~seanrdev@replaced-ip) (Remote host closed the connection)
-
1062[05:20:30] *** Quits: dvs (~hibbard@replaced-ip) (Remote host closed the connection)
-
1063[05:23:13] *** Blendify|afk is now known as Blendify
-
1064[05:29:12] *** Quits: XSoul (~XRule@replaced-ip) (Ping timeout: 265 seconds)
-
1065[05:37:40] *** Quits: diniwed (~gavron@replaced-ip) (Quit: WeeChat 1.0.1)
-
1066[05:38:41] *** Quits: sn0wmonster (~yeti@replaced-ip) (Ping timeout: 258 seconds)
-
1067[05:42:40] *** Quits: pfred1 (~pfred1@replaced-ip) (Quit: ..)
-
1068[05:45:05] *** Quits: lankanmon_ (~LKNnet@replaced-ip) (Read error: Connection reset by peer)
-
1069[05:45:42] *** Quits: lsv (~nn@replaced-ip) (Read error: Connection reset by peer)
-
1070[05:45:54] *** Quits: likcoras (~likcoras@replaced-ip) (Quit: leaving)
-
1071[05:47:41] *** Quits: Riku (~riku@replaced-ip) (Quit: WeeChat 1.4)
-
1072[05:48:00] *** debhelper sets mode: +l 1445
-
1073[05:50:59] *** Quits: oaao (~oaao@replaced-ip) (Quit: Leaving)
-
1074[06:01:19] *** mactimes_ is now known as mactimes
-
1075[06:16:24] *** Quits: TiCPU (~owrt@replaced-ip) (Ping timeout: 260 seconds)
-
1076[06:24:21] *** Quits: Belkaar (~Belkaar@replaced-ip) (Ping timeout: 245 seconds)
-
1077[06:31:07] <levifig> is there any way to stop `apt` from clearing my buffer after completion? :(
-
1078[06:31:24] <levifig> tty buffer that is… it's like it's running `clear` after completion
-
1079[06:40:04] *** Quits: TomTomTo1 (~henryk@replaced-ip) (Ping timeout: 255 seconds)
-
1080[06:49:33] *** Quits: Cabanossi (~Cabanossi@replaced-ip) (Ping timeout: 258 seconds)
-
1081[06:57:55] <peterrooney> levifig: experiment with your TERM variable
-
1082[06:58:10] *** Quits: my123 (~my123@replaced-ip) (Ping timeout: 272 seconds)
-
1083[06:59:24] <peterrooney> levifig: I have had good results with TERM=vt100 but YMMV
-
1084[06:59:41] <levifig> yea, using xterm-256color myself…
-
1085[07:00:08] <peterrooney> levifig: alternately, TERM=linux
-
1086[07:01:40] <levifig> this is for a remote host… isn't that configured on the tty?
-
1087[07:03:37] *** Quits: murfjr (~ayy@replaced-ip) (Quit: Leaving)
-
1088[07:05:05] <levifig> I think I solved it by switching ttys :X
-
1089[07:05:17] <levifig> thanks for pointing out that it was TERM-related, peterrooney <3
-
1090[07:06:10] *** Quits: Yukiteru (~Yukiteru@replaced-ip) (Ping timeout: 248 seconds)
-
1091[07:08:00] *** debhelper sets mode: +l 1437
-
1092[07:10:55] *** Quits: tolecnal (tolecnal@replaced-ip) (Ping timeout: 246 seconds)
-
1093[07:19:51] *** Quits: donught (~donught@replaced-ip) (Remote host closed the connection)
-
1094[07:25:31] *** Blendify is now known as Blendify|zzz
-
1095[07:26:18] *** Quits: Jacob843 (~Jacob843@replaced-ip) (Remote host closed the connection)
-
1096[07:26:30] *** Blendify|zzz is now known as Blendify
-
1097[07:27:30] *** Quits: k-t (~kt@replaced-ip) (Ping timeout: 248 seconds)
-
1098[07:33:25] *** Blendify is now known as Blendify|zzz
-
1099[07:39:24] *** Quits: HugsWontletgo (~HugsWontl@replaced-ip) (Quit: leaving)
-
1100[07:43:00] *** Quits: remo (~remo@replaced-ip) (Ping timeout: 248 seconds)
-
1101[07:46:35] *** Quits: knidos (~knidos@replaced-ip) (Quit: knidos)
-
1102[07:47:53] *** Quits: patterson (~patterson@replaced-ip##) (Quit: Going offline, see ya! (##replaced-url
-
1103[07:48:00] *** debhelper sets mode: +l 1429
-
1104[07:59:21] *** Quits: DeaDSouL (~deadsoul@replaced-ip) (Remote host closed the connection)
-
1105[08:00:32] *** Quits: Nix_Albus (~Nix@replaced-ip) (Read error: Connection reset by peer)
-
1106[08:10:24] *** Quits: PryMar56 (~prymar@replaced-ip) (Quit: Leaving)
-
1107[08:10:44] *** Quits: davimore_ (~davimore@replaced-ip) (Ping timeout: 248 seconds)
-
1108[08:15:26] *** Quits: x_ (~x@replaced-ip) (Ping timeout: 272 seconds)
-
1109[08:27:22] *** Quits: beardface (~bearface@replaced-ip) (Quit: Reconnecting)
-
1110[08:30:03] *** Joins: jelly (jelly@replaced-ip)
-
1111[08:30:11] *** ChanServ sets mode: +o jelly
-
1112[08:30:17] *** jelly sets mode: +l 1600
-
1113[08:30:21] *** Joins: alexbligh1 (~alexbligh@replaced-ip)
-
1114[08:30:23] *** Joins: clorophormo (~cloro@replaced-ip)
-
1115[08:30:24] *** Joins: Cabanossi (~Cabanossi@replaced-ip)
-
1116[08:30:37] *** Joins: BotaniCar (botanicar@replaced-ip)
-
1117[08:30:43] *** Joins: TriJetScud (~TriJetScu@replaced-ip)
-
1118[08:30:45] *** Joins: Xjs|moonshine (moon@replaced-ip)
-
1119[08:31:10] *** Joins: ongolaBoy (~ongolaBoy@replaced-ip)
-
1120[08:31:20] *** Joins: sliekas99 (~mantas@replaced-ip)
-
1121[08:31:41] *** Joins: dayten (~gnoid@replaced-ip)
-
1122[08:33:32] *** Joins: jscoder (~user@replaced-ip)
-
1123[08:33:40] *** Quits: karakedi (~e7E2C80CD@replaced-ip) (Ping timeout: 248 seconds)
-
1124[08:34:01] *** Quits: Sir_Designer (~Sir_Desig@replaced-ip) (Read error: Connection reset by peer)
-
1125[08:34:25] *** Joins: Sir_Designer (~Sir_Desig@replaced-ip)
-
1126[08:34:39] *** Joins: gitgud (~GitGud@replaced-ip)
-
1127[08:35:03] <gitgud> dope
-
1128[08:35:04] *** Parts: gitgud (~GitGud@replaced-ip)
-
1129[08:35:20] *** Joins: buu (~buu@replaced-ip)
-
1130[08:35:27] <buu> I just want you to know I already solved my problem. Without you.
-
1131[08:35:37] <jscoder> kudos to self help
-
1132[08:35:41] <buu> lol
-
1133[08:35:54] <buu> systemd's error messages could use some help
-
1134[08:35:56] <jscoder> carlin said if you could do it yourself you didn't need help
-
1135[08:36:07] *** Joins: chickens (uid188175@replaced-ip)
-
1136[08:38:00] *** Joins: overlord_tm (~andraz@replaced-ip)
-
1137[08:38:00] *** debhelper sets mode: +l 1436
-
1138[08:38:51] *** Quits: sharky (~sharky@replaced-ip) (Ping timeout: 258 seconds)
-
1139[08:39:51] <elky> and it set it back to under the current population again
-
1140[08:40:46] <jscoder> seems debhelper is high on the job
-
1141[08:41:38] <jscoder> this is what happens when you don't drug test your bots
-
1142[08:42:39] <buu> launch it into the fire
-
1143[08:43:19] *** Quits: hank (~hank@replaced-ip) (Ping timeout: 246 seconds)
-
1144[08:43:25] <buu> ok team
-
1145[08:43:32] <buu> Why the fuck is systemd failing to mount my sata disk?
-
1146[08:43:38] <jscoder> if I'm not mistaken debhelper is also hosted by dondelelcaro at uc berkeley so short of kicking the bot, we'd have to wait for him to fix it
-
1147[08:43:50] <buu> kicking it seems simple
-
1148[08:44:12] <jscoder> yeah then we lose automatic flood protection
-
1149[08:44:14] <buu> Ok, I have a working sata disk plugged into my system
-
1150[08:44:57] <buu> debian launches grub, starts booting, runs systemd, does some random units then hangs on 'waiting on job <hash string here>' then times out at 1:30 and enters emergency mode
-
1151[08:45:04] <buu> Execept.. the disk mounts fine
-
1152[08:48:11] <Iota> Good morning, world!
-
1153[08:48:18] *** [Saint] is now known as TyrellWellick
-
1154[08:48:38] <jscoder> buu: are you sure you don't have any erroneus entries in fstab?
-
1155[08:49:05] <jscoder> buu: hint, it could be a uuid changed or something like that
-
1156[08:49:11] *** TyrellWellick is now known as JoannaWellick
-
1157[08:49:24] *** Quits: inex (~inex@replaced-ip) (Quit: oh)
-
1158[08:49:35] <jscoder> Iota: the world is not here, in fact with debhelper acting up few are getting in
-
1159[08:50:39] <jscoder> the support is plenty but the the channel limit is few.. - Debian 3:16
-
1160[08:52:02] <jscoder> typically uuids don't change but creating a new filesystem or such could do it.
-
1161[08:52:21] <Iota> :(
-
1162[08:52:22] *** Quits: abu0 (~abu0@replaced-ip) (Ping timeout: 255 seconds)
-
1163[08:52:25] <Iota> xD
-
1164[08:53:04] *** JoannaWellick is now known as PhillipPrice
-
1165[08:53:27] <buu> jscoder: So I'm in emergency mode and typed 'mount /f' (The mount point in fstab) and it ran cleanly then I checked dmesg and it whined about being mounted 151 times in a row
-
1166[08:53:42] *** PhillipPrice is now known as ElliotAlderson
-
1167[08:53:44] <buu> If systemctl is failing because of that stupid mount message WITHOUT TELLING ME I am going to be slightly irate
-
1168[08:54:34] <grawity> this looked interesting at first, but you said you'd already solved the problem, so I'm out
-
1169[08:54:54] *** ElliotAlderson is now known as [Saint]
-
1170[08:55:02] <buu> the problem is back
-
1171[08:55:05] <buu> and hates me
-
1172[08:55:29] <buu> I actually double checked the uuid and it looks fine
-
1173[08:55:40] <buu> Since mount can still read the fstab, but systemctl still dumps me into emergency mode
-
1174[08:56:44] *** jelly sets mode: +l 1600
-
1175[08:56:51] *** Parts: jelly (jelly@replaced-ip)
-
1176[08:56:51] *** Joins: jelly (jelly@replaced-ip)
-
1177[08:56:58] <buu> lol
-
1178[08:57:10] <buu> jelly: the bot is dropping it
-
1179[08:57:15] *** Joins: stare (~stare@replaced-ip)
-
1180[08:57:20] <jelly> I know
-
1181[08:57:27] *** Joins: shdb (~shdb@replaced-ip)
-
1182[08:57:27] <buu> ok!
-
1183[08:57:34] <grawity> this is freenode, why not use the server-based flood protection instead?
-
1184[08:58:00] *** debhelper sets mode: +l 1435
-
1185[08:58:11] <jelly> you assume I have any idea where or how it works
-
1186[08:58:34] *** ChanServ sets mode: +o jelly
-
1187[08:58:45] *** debhelper was kicked by jelly (debhelper)
-
1188[08:59:12] <grawity> +j 5:10 for 5 joins/10 seconds, or something such
-
1189[08:59:17] *** jelly sets mode: +l 1600
-
1190[09:00:00] *** Joins: debhelper (~debhelper@replaced-ip)
-
1191[09:00:00] *** ChanServ sets mode: +o debhelper
-
1192[09:00:32] *** Joins: WildPenguin (~linuxuser@replaced-ip)
-
1193[09:00:46] <WildPenguin> hello...
-
1194[09:01:15] <jscoder> buu: there is a systemd-analyze commnand that may help run it down more
-
1195[09:01:31] *** Joins: DeaDSouL (~deadsoul@replaced-ip)
-
1196[09:01:35] <WildPenguin> what is the most lightweigh DE compatible with Debian?
-
1197[09:01:49] *** Quits: stare (~stare@replaced-ip) (Ping timeout: 255 seconds)
-
1198[09:02:06] <jelly> WildPenguin: presumably anything packaged is compatible. You could try lxde, dunno.
-
1199[09:02:23] <jelly> or not use a DE at all, just a wm instead
-
1200[09:02:41] <jscoder> WildPenguin: LXDE or XFCE are probably the lightest on resources of the complete DEs
-
1201[09:02:41] *** Joins: repka (~repka@replaced-ip)
-
1202[09:02:44] <WildPenguin> ok. I am a linux beginner, so, would be needing some DE.
-
1203[09:03:29] <WildPenguin> I have a very old laptop. tried lxde also. videos on youtube are sluggish sometimes.
-
1204[09:03:45] <jelly> 2005 old? 2010 old?
-
1205[09:04:05] <WildPenguin> was bought in 2003 or 2004
-
1206[09:04:13] <jscoder> if your laptop is old and low on resource your DE is hardly the reason that youtube is slow.. thats the browser and flash overhead
-
1207[09:04:31] <WildPenguin> runs on Celeron M single core 1.6 Ghz cpu and 2 gb ram.
-
1208[09:04:39] <jelly> WildPenguin: web browsers are hogs and viewing video inside them will always eat lots of resources. Consider using an external video player for those.
-
1209[09:04:46] <jscoder> I'm on a Celeron M 1.8 with 1gb ram
-
1210[09:05:15] *** Joins: Zvmdyv (~Zvmdyv@replaced-ip)
-
1211[09:05:18] <WildPenguin> offline videos on VLC also become slow, sometimes.
-
1212[09:05:22] <jscoder> and I'm using Mate and firefox.. and yeah, firefox is slow as can be, even when not doing flash
-
1213[09:05:33] <jelly> WildPenguin: for example, mpv works well with yt links after youtube-dl from jessie-backports is installed
-
1214[09:05:53] <WildPenguin> ok.
-
1215[09:05:57] <jelly> !jessie-backports
-
1216[09:05:58] <dpkg> Selected packages intended for the Debian 9 "Stretch" release but recompiled for use with "Jessie" (8.x) can be found in the "jessie-backports" repository. Note that jessie-backports are on the regular mirror network, not on backports.debian.org. A suitable line for your sources.list is «deb replaced-url
-
1217[09:06:24] <WildPenguin> ok
-
1218[09:06:43] <jelly> jscoder: that can be remedied somewhat with NoScript and not whitelisting the common ad/tracking stuff
-
1219[09:06:52] <jscoder> firefox seems to have gained a lot of bloat in general, we got new machines here with Win10 and 4gb ram and its slow as can be
-
1220[09:07:16] <WildPenguin> btw, which is the fastest web browser?
-
1221[09:07:18] <jelly> you'll probably by comfortable with like 8GB RAM :-|
-
1222[09:07:28] <jelly> be* more
-
1223[09:07:37] <jelly> WildPenguin: there's no such thing
-
1224[09:07:42] *** Joins: mavhq (~quassel@replaced-ip)
-
1225[09:07:47] <jscoder> WildPenguin: links2 and dillo are fastest but they may not suit your needs as they are not fully featured
-
1226[09:07:53] <buu> Breaking news, systemd still won't mount my disk
-
1227[09:08:01] *** debhelper sets mode: +l 1492
-
1228[09:08:11] * buu pokes debhelper
-
1229[09:08:14] <jscoder> buu: yeah I just heard on CNN, systemd hates buu
-
1230[09:08:19] <jelly> WildPenguin: there are basically only two web browsers that are both modern enough and still have security updates for linux.
-
1231[09:08:22] <WildPenguin> the problem here is that, the 2 gb ram I have doesn't get used up fully. At the max 1 gb even when multiple tabs are open.
-
1232[09:08:27] <jelly> chromium/chrome and firefox
-
1233[09:08:40] *** mactimes is now known as mactimes_
-
1234[09:08:47] <WildPenguin> It is the cpu usage which rises to 100% suddenly.
-
1235[09:08:55] <WildPenguin> and the system slows down.
-
1236[09:09:43] <WildPenguin> have tried many distros like Lubuntu, Xubuntu etc.
-
1237[09:09:45] *** Joins: nj8 (~nj8@replaced-ip)
-
1238[09:09:47] <jscoder> what kills it for me is google maps... I get better performance on google earth than google maps in firefox
-
1239[09:10:00] <jelly> WildPenguin: distros are not the issue there
-
1240[09:10:08] <WildPenguin> ok
-
1241[09:10:20] <jelly> they all have the same two browsers after akk
-
1242[09:10:46] <WildPenguin> is Debina lxde the same as Lubuntu as far as performance is concerned?
-
1243[09:10:47] <jscoder> chrome is slightly better on resources but its not really an option for us
-
1244[09:10:53] <jelly> probably
-
1245[09:11:19] *** Guest94953 is now known as bezaban
-
1246[09:11:22] <jscoder> jelly: because I don't know if you noticed this but chrome has been discontinuing 32bit, and Celeron M which we're talking about here is 32bit
-
1247[09:11:50] <WildPenguin> jscoder, yes. this machine is a 32 bit machine.
-
1248[09:11:51] <jelly> debian still has chromium on i386
-
1249[09:12:51] *** Quits: repka (~repka@replaced-ip) (Quit: Leaving)
-
1250[09:12:57] <jscoder> WildPenguin: I know, I'm telling you I got the same thing.. mine's an IBM T42 with Celeron M 1.8ghz w/ 1gb ram
-
1251[09:13:10] <WildPenguin> ok.
-
1252[09:13:28] <WildPenguin> btw, what's the difference between Arch linux and Debian?
-
1253[09:13:41] <bazhang> tonnes different
-
1254[09:13:48] <WildPenguin> like?
-
1255[09:13:54] <jscoder> WildPenguin: there are a vast many differencs. check out distrowatch for brief overviews
-
1256[09:14:01] *** Joins: TomyWork (~tomy@replaced-ip)
-
1257[09:14:03] <bazhang> package management for one
-
1258[09:14:04] <WildPenguin> ok
-
1259[09:14:07] *** Joins: jubo2 (~juboxi@replaced-ip)
-
1260[09:14:08] <jelly> I've given up on using a 2005 IBM Thinkpad Z60m around 2011 (also Celeron M, 2GB RAM, even put in an SSD), got a desktop instead
-
1261[09:14:25] *** Joins: patterson (~patterson@replaced-ip)
-
1262[09:14:34] <buu> My local craigslist has 2011+ laptops for like $100-$150
-
1263[09:14:38] <WildPenguin> jelly, I too am thinking of buying a new laptop.
-
1264[09:14:39] <bazhang> I got the R60e
-
1265[09:14:52] <jscoder> WildPenguin: and read replaced-url
-
1266[09:14:54] <bazhang> it still runs everything on 2gb ram
-
1267[09:14:55] <WildPenguin> didn't want to throw this one.
-
1268[09:15:21] <WildPenguin> jscoder, I have gone through them.
-
1269[09:15:34] *** Quits: otih (~otih@replaced-ip) (Quit: No Ping reply in 180 seconds.)
-
1270[09:15:53] <jelly> I recently got a T420s for $250 or so, now that works rather well (esp. with 16GB RAM for an extra $80)
-
1271[09:16:03] <WildPenguin> I do prefer to stick to Debian or Debian derivatives.
-
1272[09:16:19] <buu> uh
-
1273[09:16:25] <buu> How do I make apt install the latest kernel in the repo?
-
1274[09:16:44] <jelly> buu: what does dpkg --print-architecture say?
-
1275[09:16:47] <jscoder> WildPenguin: If I had to sum up 10 years or more as a debian user, Stability, Freedom, and Unparalleled Support are how I'd describe this distro. I'd only recommend looking elsewhere for people who are more concerned with faster release schedules and shinier software and that don't care about freedom, stability, or larger support community
-
1276[09:16:54] <jelly> buu: and which debian release are you using?
-
1277[09:16:55] <buu> jscoder: amd64
-
1278[09:16:57] <buu> sid
-
1279[09:17:08] <jelly> buu: install linux-image-amd64
-
1280[09:17:23] <WildPenguin> jscoder, ok
-
1281[09:17:33] <buu> and why do I have linux-headers-4.8 installed along with linux-image 3.14 and linux-headers 3.14..
-
1282[09:17:36] <jelly> buu: if you're on sid, you should probably ask in #debian-next on irc.oftc.net (different server/network!)
-
1283[09:18:14] <jelly> and sid is always broken in some way, that's what it's for...
-
1284[09:18:23] <buu> jelly: you should see my ycmd!
-
1285[09:19:50] *** Quits: gigetoo (~gigetoo@replaced-ip) (Read error: Connection reset by peer)
-
1286[09:19:52] *** Quits: ffatman (~ffamousff@replaced-ip) (Ping timeout: 240 seconds)
-
1287[09:20:33] *** Joins: gigetoo (~gigetoo@replaced-ip)
-
1288[09:20:41] *** ChanServ sets mode: -o jelly
-
1289[09:20:48] *** Joins: steakwipe (~ninjapira@replaced-ip)
-
1290[09:20:52] <steakwipe> yaaay!!
-
1291[09:20:55] <buu> Woo, rebooted and no ssh
-
1292[09:23:42] *** Quits: CtrlC (~CtrlC@replaced-ip) (Ping timeout: 258 seconds)
-
1293[09:23:42] *** Quits: artkrz (~artkrz@replaced-ip) (Ping timeout: 258 seconds)
-
1294[09:24:00] *** Quits: tomreyn (~tomreyn@replaced-ip) (Ping timeout: 260 seconds)
-
1295[09:24:05] *** Quits: JuaN-CruZ (Elite15705@replaced-ip) (Ping timeout: 258 seconds)
-
1296[09:24:27] *** Quits: fred`` (fred@replaced-ip) (Ping timeout: 255 seconds)
-
1297[09:24:28] *** Quits: PhonicUK (~PhonicUK@replaced-ip) (Ping timeout: 258 seconds)
-
1298[09:24:37] *** Quits: gftg_away (~gftg@replaced-ip) (Ping timeout: 264 seconds)
-
1299[09:24:51] *** Quits: bdeferme (~bdeferme@replaced-ip) (Ping timeout: 258 seconds)
-
1300[09:24:51] *** Quits: thib (~thib@replaced-ip) (Ping timeout: 258 seconds)
-
1301[09:24:56] *** Quits: lel (l@replaced-ip) (Ping timeout: 260 seconds)
-
1302[09:24:56] *** Quits: tabakhase (tabakhase@replaced-ip) (Ping timeout: 260 seconds)
-
1303[09:24:56] *** Quits: dustinm`_ (~dustinm@replaced-ip) (Ping timeout: 260 seconds)
-
1304[09:24:56] *** Quits: nicoulaj (~nicoulaj@replaced-ip) (Ping timeout: 260 seconds)
-
1305[09:24:56] *** Quits: bla (bla@replaced-ip) (Ping timeout: 260 seconds)
-
1306[09:24:56] *** Quits: claritty (~claritty@replaced-ip) (Ping timeout: 260 seconds)
-
1307[09:25:13] *** Quits: Zerant- (~Zerant@replaced-ip) (Ping timeout: 264 seconds)
-
1308[09:25:13] *** Quits: deetwelve (~deetwelve@replaced-ip) (Ping timeout: 264 seconds)
-
1309[09:25:14] *** Quits: doebi__ (~user@replaced-ip) (Ping timeout: 258 seconds)
-
1310[09:25:24] *** Quits: Pavr (~Pavr@replaced-ip) (Ping timeout: 260 seconds)
-
1311[09:25:24] *** Quits: yaymuffins (~yaymuffin@replaced-ip) (Ping timeout: 260 seconds)
-
1312[09:30:27] *** Joins: tabakhase (tabakhase@replaced-ip)
-
1313[09:31:31] *** Quits: tomaw (tom@replaced-ip) (Ping timeout: 624 seconds)
-
1314[09:31:31] *** Quits: e (e@replaced-ip) (*.net *.split)
-
1315[09:31:31] *** Quits: Zvmdyv (~Zvmdyv@replaced-ip) (*.net *.split)
-
1316[09:31:31] *** Quits: overlord_tm (~andraz@replaced-ip) (*.net *.split)
-
1317[09:31:31] *** Quits: alexbligh1 (~alexbligh@replaced-ip) (*.net *.split)
-
1318[09:31:31] *** Quits: clorophormo (~cloro@replaced-ip) (*.net *.split)
-
1319[09:31:31] *** Quits: fiQmob (sid13281@replaced-ip) (*.net *.split)
-
1320[09:31:31] *** Quits: nhandler (~nhandler@replaced-ip) (*.net *.split)
-
1321[09:31:31] *** Quits: ariador (aria@replaced-ip) (*.net *.split)
-
1322[09:31:31] *** Quits: jor (~jor@replaced-ip) (*.net *.split)
-
1323[09:31:31] *** Quits: Nitori (~kappa@replaced-ip) (*.net *.split)
-
1324[09:31:31] *** Quits: Attoy (~attoy@replaced-ip) (*.net *.split)
-
1325[09:31:31] *** Quits: _tremo (~tremo@replaced-ip) (*.net *.split)
-
1326[09:31:31] *** Quits: tuv (~quassel@replaced-ip) (*.net *.split)
-
1327[09:31:31] *** Quits: Eryn_1983_FL (~Eryn_1983@replaced-ip) (*.net *.split)
-
1328[09:31:31] *** Quits: keith4 (~keith4@replaced-ip) (*.net *.split)
-
1329[09:31:31] *** Quits: Shahnaz (~Shahnaz@replaced-ip) (*.net *.split)
-
1330[09:31:31] *** Quits: haasn (~haasn@replaced-ip) (*.net *.split)
-
1331[09:31:31] *** Quits: hawken (~hawken@replaced-ip) (*.net *.split)
-
1332[09:31:31] *** Quits: psmolen (~psmolen@replaced-ip) (*.net *.split)
-
1333[09:31:31] *** Quits: nomad_dw_ (~nomad@replaced-ip) (*.net *.split)
-
1334[09:31:31] *** Quits: sp3ctr3 (~sp3ctr3@replaced-ip) (*.net *.split)
-
1335[09:31:31] *** Quits: me4 (~me@replaced-ip) (*.net *.split)
-
1336[09:31:31] *** Quits: coruja_ (coruja@replaced-ip) (*.net *.split)
-
1337[09:31:31] *** Quits: jercos (jercos@replaced-ip) (*.net *.split)
-
1338[09:31:31] *** Quits: pankid (~quassel@replaced-ip) (*.net *.split)
-
1339[09:31:31] *** Quits: Quimby (~Quimby@replaced-ip) (*.net *.split)
-
1340[09:31:31] *** Quits: Alexej_ (~alexej@replaced-ip) (*.net *.split)
-
1341[09:31:31] *** Quits: banging (~banging@replaced-ip) (*.net *.split)
-
1342[09:31:31] *** Quits: Fusselkater (~Fusselkat@replaced-ip) (*.net *.split)
-
1343[09:31:31] *** Quits: ekix_ (~eki@replaced-ip) (*.net *.split)
-
1344[09:31:31] *** Quits: [-5h4k3-] (queuepop@replaced-ip) (*.net *.split)
-
1345[09:31:31] *** Quits: Keridos_ (~Keridos@replaced-ip) (*.net *.split)
-
1346[09:31:31] *** Quits: xiaodong (~xiaodong@replaced-ip) (*.net *.split)
-
1347[09:31:31] *** Quits: technohehl (~technoheh@replaced-ip) (*.net *.split)
-
1348[09:31:31] *** Quits: Gurty (~princess@replaced-ip) (*.net *.split)
-
1349[09:31:31] *** Quits: ArchDuke (~ArchDuke@replaced-ip) (*.net *.split)
-
1350[09:31:31] *** Quits: Richard_Cavell (~Richard_C@replaced-ip) (*.net *.split)
-
1351[09:31:31] *** Quits: michaelni (~michael@replaced-ip) (*.net *.split)
-
1352[09:31:31] *** Quits: Neo (~neo@replaced-ip) (*.net *.split)
-
1353[09:31:31] *** Quits: moozer (~moz@replaced-ip) (*.net *.split)
-
1354[09:31:31] *** Quits: Domhack (~Domhack@replaced-ip) (*.net *.split)
-
1355[09:31:31] *** Quits: zero85 (~zero@replaced-ip) (*.net *.split)
-
1356[09:31:31] *** Quits: JeDa (JeDa@replaced-ip) (*.net *.split)
-
1357[09:31:31] *** Quits: `slikts (~nelabs@replaced-ip) (*.net *.split)
-
1358[09:31:31] *** Quits: deciph3r (~desiph3r@replaced-ip) (*.net *.split)
-
1359[09:31:31] *** Quits: ELLIOTTCABLE (sid1544@replaced-ip) (*.net *.split)
-
1360[09:31:31] *** Quits: Guest4003 (~gareth__@replaced-ip) (*.net *.split)
-
1361[09:31:31] *** Quits: pentiumone133 (~quassel@replaced-ip) (*.net *.split)
-
1362[09:31:31] *** Quits: AndrewMC (~amc@replaced-ip) (*.net *.split)
-
1363[09:31:31] *** Quits: Anarchic` (~Anarchic@replaced-ip) (*.net *.split)
-
1364[09:31:31] *** Quits: unhallowed (~root@replaced-ip) (*.net *.split)
-
1365[09:31:31] *** Quits: simp (~simp@replaced-ip) (*.net *.split)
-
1366[09:31:31] *** Quits: ageis (~kevin@replaced-ip) (*.net *.split)
-
1367[09:31:31] *** Quits: LaunchDirector (~pi@replaced-ip) (*.net *.split)
-
1368[09:31:31] *** Quits: himiko (~himiko@replaced-ip) (*.net *.split)
-
1369[09:31:31] *** Quits: squarecircle (~goto@replaced-ip) (*.net *.split)
-
1370[09:31:31] *** Quits: SpeedBus (~SpeedBus@replaced-ip) (*.net *.split)
-
1371[09:31:31] *** Quits: Guest33911 (~postmaste@replaced-ip) (*.net *.split)
-
1372[09:31:31] *** Quits: Anwarias_ (~quassel@replaced-ip) (*.net *.split)
-
1373[09:31:31] *** Quits: Butt3rfly (~Butt3rfly@replaced-ip) (*.net *.split)
-
1374[09:31:31] *** Quits: suffer (jeff@replaced-ip) (*.net *.split)
-
1375[09:31:31] *** Quits: HappyLoaf (~HappyLoaf@replaced-ip) (*.net *.split)
-
1376[09:31:31] *** Quits: TriJetScud (~TriJetScu@replaced-ip) (*.net *.split)
-
1377[09:31:31] *** Quits: karlamrhein (sid161194@replaced-ip) (*.net *.split)
-
1378[09:31:31] *** Quits: paradizelost (sid23952@replaced-ip) (*.net *.split)
-
1379[09:31:31] *** Quits: Pseudo (betrayer@replaced-ip) (*.net *.split)
-
1380[09:31:31] *** Quits: rancyd (stryfe@replaced-ip) (*.net *.split)
-
1381[09:31:31] *** Quits: WARBIRD199 (~WARBIRD19@replaced-ip) (*.net *.split)
-
1382[09:31:31] *** Quits: Orochimarufan (znc@replaced-ip) (*.net *.split)
-
1383[09:31:31] *** Quits: Nightmare (ddoscomin@replaced-ip) (*.net *.split)
-
1384[09:31:31] *** Quits: plicease (quassel@replaced-ip) (*.net *.split)
-
1385[09:31:31] *** Quits: c0ded (~c0ded@replaced-ip) (*.net *.split)
-
1386[09:31:31] *** Quits: spaceone (~spaceone@replaced-ip) (*.net *.split)
-
1387[09:31:31] *** Quits: subzero79 (~subzero79@replaced-ip) (*.net *.split)
-
1388[09:31:31] *** Quits: Mattieu_ (~mmatthieu@replaced-ip) (*.net *.split)
-
1389[09:31:31] *** Quits: Guest13664 (~ard1t@replaced-ip) (*.net *.split)
-
1390[09:31:31] *** Quits: kodapa (kod@replaced-ip) (*.net *.split)
-
1391[09:31:31] *** Quits: tobiw (~tobiw@replaced-ip) (*.net *.split)
-
1392[09:31:31] *** Quits: qman__ (quassel@replaced-ip) (*.net *.split)
-
1393[09:31:31] *** Quits: cromag (~cromag@replaced-ip) (*.net *.split)
-
1394[09:31:31] *** Quits: flyingkiwi (~kiwi@replaced-ip) (*.net *.split)
-
1395[09:31:31] *** Quits: moss (moss@replaced-ip) (*.net *.split)
-
1396[09:31:31] *** Quits: ksk (~ksk@replaced-ip) (*.net *.split)
-
1397[09:31:31] *** Quits: FinalX (~danielm@replaced-ip) (*.net *.split)
-
1398[09:31:31] *** Quits: DonVitoCorleone (don@replaced-ip) (*.net *.split)
-
1399[09:31:31] *** Quits: kisser- (null@replaced-ip) (*.net *.split)
-
1400[09:31:31] *** Quits: Psy-Q (~psy-q@replaced-ip) (*.net *.split)
-
1401[09:31:31] *** Quits: digdilem (~digdilem@replaced-ip) (*.net *.split)
-
1402[09:31:31] *** Quits: unwanted (unwanted@replaced-ip) (*.net *.split)
-
1403[09:31:31] *** Quits: tswett (~tswett@replaced-ip) (*.net *.split)
-
1404[09:31:31] *** Quits: madprops (~clouds@replaced-ip) (*.net *.split)
-
1405[09:31:31] *** Quits: EmleyMoo1 (phil@replaced-ip) (*.net *.split)
-
1406[09:31:31] *** Quits: nickdastain (~nickdasta@replaced-ip) (*.net *.split)
-
1407[09:31:32] *** Quits: sorin-mihai (~sorin-mih@replaced-ip) (*.net *.split)
-
1408[09:31:32] *** Quits: relaxed (~relaxed@replaced-ip) (*.net *.split)
-
1409[09:31:32] *** Quits: d0nn1e (~d0nn1e@replaced-ip) (*.net *.split)
-
1410[09:31:32] *** Quits: sphenxes (~sphenxes@replaced-ip) (*.net *.split)
-
1411[09:31:32] *** Quits: cybrNaut (cybrNaut@replaced-ip) (*.net *.split)
-
1412[09:31:32] *** Quits: jandrusk (~jra@replaced-ip) (*.net *.split)
-
1413[09:31:32] *** Quits: Atm0spher1c (~future@replaced-ip) (*.net *.split)
-
1414[09:31:32] *** Quits: raynold (uid201163@replaced-ip) (*.net *.split)
-
1415[09:31:32] *** Quits: Gaxpaxxo (~Gazpacho@replaced-ip) (*.net *.split)
-
1416[09:31:32] *** Quits: papitfx (~hafiz@replaced-ip) (*.net *.split)
-
1417[09:31:32] *** Quits: littlebearz__ (littlebear@replaced-ip) (*.net *.split)
-
1418[09:31:32] *** Quits: noroot_ (~noroot@replaced-ip) (*.net *.split)
-
1419[09:31:32] *** Quits: Atlas (atlas@replaced-ip) (*.net *.split)
-
1420[09:31:32] *** Quits: grumble (~grumble@replaced-ip) (*.net *.split)
-
1421[09:31:32] *** Quits: crowell (~jeff@replaced-ip) (*.net *.split)
-
1422[09:31:32] *** Quits: Guest24427 (~pythonsna@replaced-ip) (*.net *.split)
-
1423[09:31:32] *** Quits: Wyzard (~mike@replaced-ip) (*.net *.split)
-
1424[09:31:32] *** Quits: dinoocch (~dinoocch@replaced-ip) (*.net *.split)
-
1425[09:31:32] *** Quits: przemoc (~przemoc@replaced-ip) (*.net *.split)
-
1426[09:31:32] *** Quits: bcd (~bcd@replaced-ip) (*.net *.split)
-
1427[09:31:32] *** Quits: althalus (~althalus@replaced-ip) (*.net *.split)
-
1428[09:31:32] *** Quits: Carno (~carno@replaced-ip) (*.net *.split)
-
1429[09:31:32] *** Quits: TmvC (~TmvC@replaced-ip) (*.net *.split)
-
1430[09:31:32] *** Quits: percY- (~percY@replaced-ip) (*.net *.split)
-
1431[09:31:32] *** Quits: hagbard_celine_ (~hagbard_c@replaced-ip) (*.net *.split)
-
1432[09:31:32] *** Quits: Celelibi (celelibi@replaced-ip) (*.net *.split)
-
1433[09:31:32] *** Quits: Comstock (~Comstock@replaced-ip) (*.net *.split)
-
1434[09:31:32] *** Quits: rozie (~rozie@replaced-ip) (*.net *.split)
-
1435[09:31:32] *** Quits: olegfusion (~olegfusio@replaced-ip) (*.net *.split)
-
1436[09:31:32] *** Quits: fyrril2 (~fyrril@replaced-ip) (*.net *.split)
-
1437[09:31:32] *** Quits: r3m (~r3m@replaced-ip) (*.net *.split)
-
1438[09:31:32] *** Quits: binaryc (~binaryc@replaced-ip) (*.net *.split)
-
1439[09:31:32] *** Quits: baum (~baum@replaced-ip) (*.net *.split)
-
1440[09:31:32] *** Quits: j3x (~j3x@replaced-ip) (*.net *.split)
-
1441[09:31:32] *** Quits: darkalia (~darkalia@replaced-ip) (*.net *.split)
-
1442[09:31:32] *** Quits: grawity (grawity@replaced-ip) (*.net *.split)
-
1443[09:31:32] *** Quits: k0nsl (~k0nsl@replaced-ip) (*.net *.split)
-
1444[09:31:32] *** Quits: enki (~enki@replaced-ip) (*.net *.split)
-
1445[09:31:32] *** Quits: ludocode (~quassel@replaced-ip) (*.net *.split)
-
1446[09:31:32] *** Quits: SiCC (~sicc@replaced-ip) (*.net *.split)
-
1447[09:31:32] *** Quits: Monthrec- (~P4rtyV4n@replaced-ip) (*.net *.split)
-
1448[09:31:32] *** Quits: mibbit8449 (~nicholas@replaced-ip) (*.net *.split)
-
1449[09:31:32] *** Quits: supersoju (~ajones@replaced-ip) (*.net *.split)
-
1450[09:31:32] *** Quits: PityDaFool (~Thunderbi@replaced-ip) (*.net *.split)
-
1451[09:31:32] *** Quits: MrNeon (~misterneo@replaced-ip) (*.net *.split)
-
1452[09:31:32] *** Quits: patterson (~patterson@replaced-ip) (*.net *.split)
-
1453[09:31:32] *** Quits: WildPenguin (~linuxuser@replaced-ip) (*.net *.split)
-
1454[09:31:32] *** Quits: ongolaBoy (~ongolaBoy@replaced-ip) (*.net *.split)
-
1455[09:31:32] *** Quits: BotaniCar (botanicar@replaced-ip) (*.net *.split)
-
1456[09:31:32] *** Quits: jelly (jelly@replaced-ip) (*.net *.split)
-
1457[09:31:32] *** Quits: shovel_boss (~shovel_bo@replaced-ip) (*.net *.split)
-
1458[09:31:32] *** Quits: sheepman (~sheepman@replaced-ip) (*.net *.split)
-
1459[09:31:32] *** Quits: SM0TVI (~sm0tvi@replaced-ip) (*.net *.split)
-
1460[09:31:32] *** Quits: smidlers (smyers@replaced-ip) (*.net *.split)
-
1461[09:31:32] *** Quits: benj_ (~benj_@replaced-ip) (*.net *.split)
-
1462[09:31:32] *** Quits: electrostat (~dag@replaced-ip) (*.net *.split)
-
1463[09:31:32] *** Quits: bencevans (~quassel@replaced-ip) (*.net *.split)
-
1464[09:31:32] *** Quits: paramourne (~synth@replaced-ip) (*.net *.split)
-
1465[09:31:32] *** Quits: ploop (~ploop@replaced-ip) (*.net *.split)
-
1466[09:31:32] *** Quits: BreakerZero (~M00N@replaced-ip) (*.net *.split)
-
1467[09:31:32] *** Quits: snow_bckspc (~snow_bcks@replaced-ip) (*.net *.split)
-
1468[09:31:32] *** Quits: Guest72185 (irc@replaced-ip) (*.net *.split)
-
1469[09:31:32] *** Quits: matthiaskrgr_ (matthiaskr@replaced-ip) (*.net *.split)
-
1470[09:31:32] *** Quits: buk (Elite18423@replaced-ip) (*.net *.split)
-
1471[09:31:32] *** Quits: vhf (~vhf@replaced-ip) (*.net *.split)
-
1472[09:31:32] *** Quits: bobe (~bobe@replaced-ip) (*.net *.split)
-
1473[09:31:32] *** Quits: idmistir (~idmistir@replaced-ip) (*.net *.split)
-
1474[09:31:32] *** Quits: DoctorD90 (~DoctorD90@replaced-ip) (*.net *.split)
-
1475[09:31:32] *** Quits: Saar (~Saar@replaced-ip) (*.net *.split)
-
1476[09:31:32] *** Quits: dur (~dur@replaced-ip) (*.net *.split)
-
1477[09:31:32] *** Quits: CodingWithClass_ (~CodingWit@replaced-ip) (*.net *.split)
-
1478[09:31:32] *** Quits: diabel_ (diabel@replaced-ip) (*.net *.split)
-
1479[09:31:32] *** Quits: Mortumm__ (~pi@replaced-ip) (*.net *.split)
-
1480[09:31:32] *** Quits: ApEtc (~apetc@replaced-ip) (*.net *.split)
-
1481[09:31:32] *** Quits: JoshuaACasey (Joshua@replaced-ip) (*.net *.split)
-
1482[09:31:32] *** Quits: nymony_ (~nymony@replaced-ip) (*.net *.split)
-
1483[09:31:32] *** Quits: Shadur_ (shadur@replaced-ip) (*.net *.split)
-
1484[09:31:32] *** Quits: Droolio (~drool@replaced-ip) (*.net *.split)
-
1485[09:31:32] *** Quits: AlineGomes (uid198215@replaced-ip) (*.net *.split)
-
1486[09:31:32] *** Quits: Poppabear (~Poppabear@replaced-ip) (*.net *.split)
-
1487[09:31:32] *** Quits: sziken (~chiken@replaced-ip) (*.net *.split)
-
1488[09:31:32] *** Quits: pfoo (~pfood@replaced-ip) (*.net *.split)
-
1489[09:31:32] *** Quits: muhannad (~muhannad@replaced-ip) (*.net *.split)
-
1490[09:31:32] *** Quits: levifig (~levi@replaced-ip) (*.net *.split)
-
1491[09:31:32] *** Quits: Pr0metheus (~nezos@replaced-ip) (*.net *.split)
-
1492[09:31:32] *** Quits: marlinc (~marlinc@replaced-ip) (*.net *.split)
-
1493[09:31:32] *** Quits: civillian (~nick@replaced-ip) (*.net *.split)
-
1494[09:31:32] *** Quits: Kev- (~Kev@replaced-ip) (*.net *.split)
-
1495[09:31:32] *** Quits: mypapit (~fakap@replaced-ip) (*.net *.split)
-
1496[09:31:32] *** Quits: _Vi (~vi@replaced-ip) (*.net *.split)
-
1497[09:31:32] *** Quits: Hurtz (~Hurtz@replaced-ip) (*.net *.split)
-
1498[09:31:32] *** Quits: bmomjian (~bmomjian@replaced-ip) (*.net *.split)
-
1499[09:31:32] *** Quits: Nnavd (~Nnavd@replaced-ip) (*.net *.split)
-
1500[09:31:32] *** Quits: Devastator (~devas@replaced-ip) (*.net *.split)
-
1501[09:31:32] *** Quits: mda1 (~dreamseek@replaced-ip) (*.net *.split)
-
1502[09:31:32] *** Quits: doogaille (~doogaille@replaced-ip) (*.net *.split)
-
1503[09:31:32] *** Quits: satbyy (satbyy@replaced-ip) (*.net *.split)
-
1504[09:31:32] *** Quits: towo^work (~towo@replaced-ip) (*.net *.split)
-
1505[09:31:32] *** Quits: fatalerrors (~fatalerro@replaced-ip) (*.net *.split)
-
1506[09:31:32] *** Quits: Guest73411 (skarn@replaced-ip) (*.net *.split)
-
1507[09:31:32] *** Quits: Bryanstein (~Bryanstei@replaced-ip) (*.net *.split)
-
1508[09:31:32] *** Quits: Emmanuel_Chanel (~emmanuel@replaced-ip) (*.net *.split)
-
1509[09:31:32] *** Quits: lohenpaa (~jotain@replaced-ip) (*.net *.split)
-
1510[09:31:32] *** Quits: friesenpeter (~friesenpe@replaced-ip) (*.net *.split)
-
1511[09:31:32] *** Quits: emilsp (~emilsp@replaced-ip) (*.net *.split)
-
1512[09:31:32] *** Quits: juhop_ (~anon@replaced-ip) (*.net *.split)
-
1513[09:31:32] *** Quits: atehwa_ (atehwa@replaced-ip) (*.net *.split)
-
1514[09:31:32] *** Quits: Alina-malina (~Alina-mal@replaced-ip) (*.net *.split)
-
1515[09:31:32] *** Quits: KODY92802138 (~annonymou@replaced-ip) (*.net *.split)
-
1516[09:31:32] *** Quits: Shentino (~Shentino@replaced-ip) (*.net *.split)
-
1517[09:31:32] *** Quits: LiamMon (~liam.monc@185.166.131.51.srvlist.ukfast.net) (*.net *.split)
-
1518[09:31:32] *** Quits: jesopo (jess@replaced-ip) (*.net *.split)
-
1519[09:31:32] *** Quits: hanleym (~hanleym@replaced-ip) (*.net *.split)
-
1520[09:31:32] *** Quits: mt (mteufel@replaced-ip) (*.net *.split)
-
1521[09:31:32] *** Quits: cwillu_at_work (~cwillu@replaced-ip) (*.net *.split)
-
1522[09:31:32] *** Quits: KnightsWhoSayNi (Magic@replaced-ip) (*.net *.split)
-
1523[09:31:32] *** Quits: Zharf (~eclipser@replaced-ip) (*.net *.split)
-
1524[09:31:32] *** Quits: lazouz (~lazouz@replaced-ip) (*.net *.split)
-
1525[09:31:32] *** Quits: AfroThundr (~AfroThund@replaced-ip) (*.net *.split)
-
1526[09:31:32] *** Quits: llimeht (~stuart@replaced-ip) (*.net *.split)
-
1527[09:31:32] *** Quits: aatwood (~quassel@replaced-ip) (*.net *.split)
-
1528[09:31:32] *** Quits: Hobbyboy (Hobbyboy@replaced-ip) (*.net *.split)
-
1529[09:31:32] *** Quits: Jan\ (kvirc@replaced-ip) (*.net *.split)
-
1530[09:31:32] *** Quits: RamPage (~R@replaced-ip) (*.net *.split)
-
1531[09:31:32] *** Quits: dym (~patrick@replaced-ip) (*.net *.split)
-
1532[09:31:32] *** Quits: finchd (~finchd@replaced-ip) (*.net *.split)
-
1533[09:31:32] *** Quits: pkiller (~pkiller@replaced-ip) (*.net *.split)
-
1534[09:31:32] *** Quits: nSe (~leo@replaced-ip) (*.net *.split)
-
1535[09:31:32] *** Quits: RichiH (~richih@replaced-ip) (*.net *.split)
-
1536[09:31:32] *** Quits: Speed` (~shivam@replaced-ip) (*.net *.split)
-
1537[09:31:32] *** Quits: sparty (~sparty@replaced-ip) (*.net *.split)
-
1538[09:31:32] *** Quits: Texou (~Texou@replaced-ip) (*.net *.split)
-
1539[09:31:32] *** Quits: Ishaq (~Ishaq@replaced-ip) (*.net *.split)
-
1540[09:31:32] *** Quits: PlasmaStar (Plasma@replaced-ip) (*.net *.split)
-
1541[09:31:32] *** Quits: ScottE (~ScottE@replaced-ip) (*.net *.split)
-
1542[09:31:32] *** Quits: iNs (~ins@replaced-ip) (*.net *.split)
-
1543[09:31:32] *** Quits: Uf0 (~luna@replaced-ip) (*.net *.split)
-
1544[09:31:32] *** Quits: pugfantus (~pugfantus@replaced-ip) (*.net *.split)
-
1545[09:31:32] *** Quits: hycer (~hycer@replaced-ip) (*.net *.split)
-
1546[09:31:32] *** Quits: skypuke (~sky@replaced-ip) (*.net *.split)
-
1547[09:31:32] *** Quits: badiane (~badiane@replaced-ip) (*.net *.split)
-
1548[09:31:32] *** Quits: nicdev (user@replaced-ip) (*.net *.split)
-
1549[09:31:32] *** Quits: ska (~skatinolo@replaced-ip) (*.net *.split)
-
1550[09:31:32] *** Quits: WinstonSmith (~WinstonSm@replaced-ip) (*.net *.split)
-
1551[09:31:32] *** Quits: inch (mijutu@replaced-ip) (*.net *.split)
-
1552[09:31:32] *** Quits: nj8 (~nj8@replaced-ip) (*.net *.split)
-
1553[09:31:32] *** Quits: mavhq (~quassel@replaced-ip) (*.net *.split)
-
1554[09:31:32] *** Quits: buu (~buu@replaced-ip) (*.net *.split)
-
1555[09:31:32] *** Quits: Cabanossi (~Cabanossi@replaced-ip) (*.net *.split)
-
1556[09:31:32] *** Quits: steakwipe (~ninjapira@replaced-ip) (*.net *.split)
-
1557[09:31:33] *** Quits: Waggie (~Waggie@replaced-ip) (*.net *.split)
-
1558[09:31:33] *** Quits: chickens (uid188175@replaced-ip) (*.net *.split)
-
1559[09:31:33] *** Quits: JyZyXEL (~foo@replaced-ip) (*.net *.split)
-
1560[09:31:33] *** Quits: HeXiLeD (~grumpynes@replaced-ip) (*.net *.split)
-
1561[09:31:33] *** Quits: nkuttler (~nkuttler@replaced-ip) (*.net *.split)
-
1562[09:31:33] *** Quits: emerson (~emerson@replaced-ip) (*.net *.split)
-
1563[09:31:33] *** Quits: gildarts (~gildarts@replaced-ip) (*.net *.split)
-
1564[09:31:33] *** Quits: kInOzAwA (~init@replaced-ip) (*.net *.split)
-
1565[09:31:33] *** Quits: n-st (~n-st@replaced-ip) (*.net *.split)
-
1566[09:31:33] *** Quits: Robby (robby@replaced-ip) (*.net *.split)
-
1567[09:31:33] *** Quits: zymurgy (~zymurgy@replaced-ip) (*.net *.split)
-
1568[09:31:33] *** Quits: eb0t (~eblip@replaced-ip) (*.net *.split)
-
1569[09:31:33] *** Quits: internat (~nf@replaced-ip) (*.net *.split)
-
1570[09:31:33] *** Quits: aZz7eCh (~aZz7eCh@replaced-ip) (*.net *.split)
-
1571[09:31:33] *** Quits: r0r0 (~r0r0@replaced-ip) (*.net *.split)
-
1572[09:31:33] *** Quits: Posterdati (~kvirc@replaced-ip) (*.net *.split)
-
1573[09:31:33] *** Quits: Gruselbauer (~grslbr@replaced-ip) (*.net *.split)
-
1574[09:31:33] *** Quits: yves_del_harlow (~ydh@replaced-ip) (*.net *.split)
-
1575[09:31:33] *** Quits: Guest31885 (RickyB98@replaced-ip) (*.net *.split)
-
1576[09:31:33] *** Quits: altyr (~nobody@replaced-ip) (*.net *.split)
-
1577[09:31:33] *** Quits: ohithere (~binary@replaced-ip) (*.net *.split)
-
1578[09:31:33] *** Quits: NightKhaos (~NK@replaced-ip) (*.net *.split)
-
1579[09:31:33] *** Quits: Nazara (~Sovereign@replaced-ip) (*.net *.split)
-
1580[09:31:33] *** Quits: Andy80 (~andy80@replaced-ip) (*.net *.split)
-
1581[09:31:33] *** Quits: Khudher (~K@replaced-ip) (*.net *.split)
-
1582[09:31:33] *** Quits: bpsecret (~bpsecret@replaced-ip) (*.net *.split)
-
1583[09:31:33] *** Quits: Ssquidly (~squidly@replaced-ip) (*.net *.split)
-
1584[09:31:33] *** Quits: valdyn (valdyn@replaced-ip) (*.net *.split)
-
1585[09:31:33] *** Quits: hid3 (~arnoldas@replaced-ip) (*.net *.split)
-
1586[09:31:33] *** Quits: avoozl (~avoozl@replaced-ip) (*.net *.split)
-
1587[09:31:33] *** Quits: drahti (~stiel@replaced-ip) (*.net *.split)
-
1588[09:31:33] *** Quits: BackEndCoder (~steve@replaced-ip) (*.net *.split)
-
1589[09:31:33] *** Quits: dustpuppy (~dustpuppy@replaced-ip) (*.net *.split)
-
1590[09:31:33] *** Quits: Subfusc (subfusc@replaced-ip) (*.net *.split)
-
1591[09:31:33] *** Quits: LostSoul (~LostSoul@replaced-ip) (*.net *.split)
-
1592[09:31:33] *** Quits: debhelper (~debhelper@replaced-ip) (*.net *.split)
-
1593[09:31:33] *** Quits: Sciuro (~rogier@replaced-ip) (*.net *.split)
-
1594[09:31:33] *** Quits: bezaban (~bezaban@replaced-ip) (*.net *.split)
-
1595[09:31:33] *** Quits: jgornick_ (jgornick@replaced-ip) (*.net *.split)
-
1596[09:31:33] *** Quits: brian_ (~brian@replaced-ip) (*.net *.split)
-
1597[09:31:33] *** Quits: TimWolla (~timwolla@replaced-ip) (*.net *.split)
-
1598[09:31:33] *** Quits: hays_ (~quassel@replaced-ip) (*.net *.split)
-
1599[09:31:33] *** Quits: judd (~judd@replaced-ip) (*.net *.split)
-
1600[09:31:33] *** Quits: Olufunmilayo (~Olufunmil@replaced-ip) (*.net *.split)
-
1601[09:31:33] *** Quits: CihanKaygusuz (uid205533@replaced-ip) (*.net *.split)
-
1602[09:31:33] *** Quits: asti (~user@replaced-ip) (*.net *.split)
-
1603[09:31:33] *** Quits: kiao2938 (~mj@replaced-ip) (*.net *.split)
-
1604[09:31:33] *** Quits: Mario_ (~Mario@replaced-ip) (*.net *.split)
-
1605[09:31:33] *** Quits: LoRez (~LoRez@replaced-ip) (*.net *.split)
-
1606[09:31:33] *** Quits: fp7 (~fp7@replaced-ip) (*.net *.split)
-
1607[09:31:33] *** Quits: babilen (~babilen@replaced-ip) (*.net *.split)
-
1608[09:31:33] *** Quits: Obi-Wan (~obi-wan@replaced-ip) (*.net *.split)
-
1609[09:31:33] *** Quits: joethei (~joethei@replaced-ip) (*.net *.split)
-
1610[09:31:33] *** Quits: dooglus (~biufter@replaced-ip) (*.net *.split)
-
1611[09:31:33] *** Quits: feodaron (~feodaron@replaced-ip) (*.net *.split)
-
1612[09:31:33] *** Quits: p_quarles (~pquarles@replaced-ip) (*.net *.split)
-
1613[09:31:33] *** Quits: _Baltazar_ (~Baltazars@replaced-ip) (*.net *.split)
-
1614[09:31:33] *** Quits: petn-randall (~petn-rand@replaced-ip) (*.net *.split)
-
1615[09:31:33] *** Quits: sndb (~kiri@replaced-ip) (*.net *.split)
-
1616[09:31:33] *** Quits: mundus2018 (~mundus201@replaced-ip) (*.net *.split)
-
1617[09:31:33] *** Quits: sonne (~vmlinuz@replaced-ip) (*.net *.split)
-
1618[09:31:33] *** Quits: benster (~ben@replaced-ip) (*.net *.split)
-
1619[09:31:33] *** Quits: joerg_ (~joerg@replaced-ip) (*.net *.split)
-
1620[09:31:33] *** Quits: Ooze (~Ooze@replaced-ip) (*.net *.split)
-
1621[09:31:33] *** Quits: sputnik (kli0rf@replaced-ip) (*.net *.split)
-
1622[09:31:33] *** Quits: enkrypt (~enkrypt@replaced-ip) (*.net *.split)
-
1623[09:31:33] *** Quits: phate408 (~Phate@replaced-ip) (*.net *.split)
-
1624[09:31:33] *** Quits: UUID00 (~UUID00@replaced-ip) (*.net *.split)
-
1625[09:31:33] *** Quits: booboy (~booboy@replaced-ip) (*.net *.split)
-
1626[09:31:33] *** Quits: LambdaComplex (~LambdaCom@replaced-ip) (*.net *.split)
-
1627[09:31:33] *** Quits: VoidFox (VoidFox@replaced-ip) (*.net *.split)
-
1628[09:31:33] *** Quits: Elronnd (elronnd@replaced-ip) (*.net *.split)
-
1629[09:31:33] *** Quits: Malinux (~malin@replaced-ip) (*.net *.split)
-
1630[09:31:33] *** Quits: Exagone313 (exa@replaced-ip) (*.net *.split)
-
1631[09:31:33] *** Quits: JStoker (jstoker@replaced-ip) (*.net *.split)
-
1632[09:31:33] *** Quits: Len (~Lenisko@replaced-ip) (*.net *.split)
-
1633[09:31:33] *** Quits: sohum (sohum@replaced-ip) (*.net *.split)
-
1634[09:31:33] *** Quits: Qrc (~lehtine5@replaced-ip) (*.net *.split)
-
1635[09:31:33] *** Quits: JZTech101 (jztech101@replaced-ip) (*.net *.split)
-
1636[09:31:33] *** Quits: Noskcaj (~Noskcaj@replaced-ip) (*.net *.split)
-
1637[09:31:33] *** Quits: DarkDevil (~demon@replaced-ip) (*.net *.split)
-
1638[09:31:33] *** Quits: jticket (~jticket@replaced-ip) (*.net *.split)
-
1639[09:31:33] *** Quits: wsm (~master@replaced-ip) (*.net *.split)
-
1640[09:31:33] *** Quits: barteks2x (barteks2x@replaced-ip) (*.net *.split)
-
1641[09:31:33] *** Quits: meLon (~meLon@replaced-ip) (*.net *.split)
-
1642[09:31:33] *** Quits: wkalt (~wkalt@replaced-ip) (*.net *.split)
-
1643[09:31:33] *** Quits: jamesl (jamesl@replaced-ip) (*.net *.split)
-
1644[09:31:33] *** Quits: ectospasm (~ectospasm@replaced-ip) (*.net *.split)
-
1645[09:31:33] *** Quits: shingouz (~doowop@replaced-ip) (*.net *.split)
-
1646[09:31:33] *** Quits: tugrik (~username@replaced-ip) (*.net *.split)
-
1647[09:31:33] *** Quits: altin (~altin@replaced-ip) (*.net *.split)
-
1648[09:31:33] *** Quits: r0mdau (~romain@replaced-ip) (*.net *.split)
-
1649[09:31:33] *** Quits: fold4 (~JimmyRcom@replaced-ip) (*.net *.split)
-
1650[09:31:33] *** Quits: Ring0` (~mike@replaced-ip) (*.net *.split)
-
1651[09:31:33] *** Quits: launchy (~david63@replaced-ip) (*.net *.split)
-
1652[09:31:33] *** Quits: Junaos (~Junaos@replaced-ip) (*.net *.split)
-
1653[09:31:33] *** Quits: floyin (~floyin@replaced-ip) (*.net *.split)
-
1654[09:31:33] *** Quits: jmcnaught (~jeremy@replaced-ip) (*.net *.split)
-
1655[09:31:33] *** Quits: TheAvatar (TheAvatar@replaced-ip) (*.net *.split)
-
1656[09:31:33] *** Quits: Getty (getty@replaced-ip) (*.net *.split)
-
1657[09:31:33] *** Quits: seprob (seprob@replaced-ip) (*.net *.split)
-
1658[09:31:33] *** Quits: hqx (bender@replaced-ip) (*.net *.split)
-
1659[09:31:33] *** Quits: mauro25987 (~mgonzalez@replaced-ip) (*.net *.split)
-
1660[09:31:33] *** Quits: prussian (~prussian@replaced-ip) (*.net *.split)
-
1661[09:31:33] *** Quits: sypher (sypher@replaced-ip) (*.net *.split)
-
1662[09:31:33] *** Quits: Spydar007 (spydar007@replaced-ip) (*.net *.split)
-
1663[09:31:33] *** Quits: johnnyfive (~johnnyfiv@replaced-ip) (*.net *.split)
-
1664[09:31:33] *** Quits: Walex (~Walex@replaced-ip) (*.net *.split)
-
1665[09:31:33] *** Quits: armin (~armin@replaced-ip) (*.net *.split)
-
1666[09:31:33] *** Quits: WizardGed (~WizardGed@replaced-ip) (*.net *.split)
-
1667[09:31:33] *** Quits: MonsterKiller (~MonsterKi@replaced-ip) (*.net *.split)
-
1668[09:31:33] *** Quits: TuxShells (~TuxShells@replaced-ip) (*.net *.split)
-
1669[09:31:33] *** Quits: rperier (~rperier@replaced-ip) (*.net *.split)
-
1670[09:31:33] *** Quits: pipeep (~pipeep@replaced-ip) (*.net *.split)
-
1671[09:31:33] *** Quits: ksft (~k@replaced-ip) (*.net *.split)
-
1672[09:31:33] *** Quits: M-shine (shinematri@replaced-ip) (*.net *.split)
-
1673[09:31:33] *** Quits: jgrasser (~quassel@replaced-ip) (*.net *.split)
-
1674[09:31:33] *** Quits: franzer (~franzer@replaced-ip) (*.net *.split)
-
1675[09:31:33] *** Quits: bogus- (~bogus@replaced-ip) (*.net *.split)
-
1676[09:31:33] *** Quits: kak (kak@replaced-ip) (*.net *.split)
-
1677[09:31:33] *** Quits: alchemistswl (uid204238@replaced-ip) (*.net *.split)
-
1678[09:31:33] *** Quits: sloucher_ (sid168007@replaced-ip) (*.net *.split)
-
1679[09:31:33] *** Quits: BazookaTooth (~corin@replaced-ip) (*.net *.split)
-
1680[09:31:33] *** Quits: swaechter (swaechter@replaced-ip) (*.net *.split)
-
1681[09:31:33] *** Quits: MetalGearSolid (~MetalGear@replaced-ip) (*.net *.split)
-
1682[09:31:33] *** Quits: frankie (~frankie@replaced-ip) (*.net *.split)
-
1683[09:31:33] *** Quits: creat (~Creator@replaced-ip) (*.net *.split)
-
1684[09:31:33] *** Quits: max-m (~max-m@replaced-ip) (*.net *.split)
-
1685[09:31:33] *** Quits: Messenger_bird (~banana@replaced-ip) (*.net *.split)
-
1686[09:31:33] *** Quits: Penix (~Penix@replaced-ip) (*.net *.split)
-
1687[09:31:33] *** Quits: CeBe (~cebe@replaced-ip) (*.net *.split)
-
1688[09:31:33] *** Quits: DK2 (~DK2@replaced-ip) (*.net *.split)
-
1689[09:31:33] *** Quits: upils (~upils@replaced-ip) (*.net *.split)
-
1690[09:31:33] *** Quits: KNERD (~KNERD@replaced-ip) (*.net *.split)
-
1691[09:31:33] *** Quits: Jikan (~Jikan@replaced-ip) (*.net *.split)
-
1692[09:31:33] *** Quits: bipul (~bipul@replaced-ip) (*.net *.split)
-
1693[09:31:33] *** Quits: sysanthrope (~quassel@replaced-ip) (*.net *.split)
-
1694[09:31:33] *** Quits: McLive (~McLive@replaced-ip) (*.net *.split)
-
1695[09:31:33] *** Quits: thallada (~thallada@replaced-ip) (*.net *.split)
-
1696[09:31:33] *** Quits: Blendify|zzz (~Blendify@replaced-ip) (*.net *.split)
-
1697[09:31:33] *** Quits: ptx0 (~cheesus_c@replaced-ip) (*.net *.split)
-
1698[09:31:33] *** Quits: khfeng (~khfeng@replaced-ip) (*.net *.split)
-
1699[09:31:33] *** Quits: alexlist (~alexlist@replaced-ip) (*.net *.split)
-
1700[09:31:33] *** Quits: Nevolution2 (xhr@replaced-ip) (*.net *.split)
-
1701[09:31:33] *** Quits: jmyrv (~jmyrv@replaced-ip) (*.net *.split)
-
1702[09:31:33] *** Quits: spacebug^ (~spacebug@replaced-ip) (*.net *.split)
-
1703[09:31:33] *** Quits: `Kevin (~kevin@replaced-ip) (*.net *.split)
-
1704[09:31:33] *** Quits: busch (~busch@replaced-ip) (*.net *.split)
-
1705[09:31:33] *** Quits: Immanuel (~Manu@replaced-ip) (*.net *.split)
-
1706[09:31:33] *** Quits: tapout (~tapout@replaced-ip) (*.net *.split)
-
1707[09:31:33] *** Quits: Xjs|moonshine (moon@replaced-ip) (*.net *.split)
-
1708[09:31:33] *** Quits: flyinprogrammer (sid145234@replaced-ip) (*.net *.split)
-
1709[09:31:33] *** Quits: basic` (sid141140@replaced-ip) (*.net *.split)
-
1710[09:31:33] *** Quits: cam13 (cam@replaced-ip) (*.net *.split)
-
1711[09:31:33] *** Quits: beardyname (~beardy@replaced-ip) (*.net *.split)
-
1712[09:31:33] *** Quits: mcintosh (~look@replaced-ip) (*.net *.split)
-
1713[09:31:33] *** Quits: cyphix (~cyphix@replaced-ip) (*.net *.split)
-
1714[09:31:33] *** Quits: flokuehn (Elite17958@replaced-ip) (*.net *.split)
-
1715[09:31:33] *** Quits: hosiet (~hosiet@replaced-ip) (*.net *.split)
-
1716[09:31:33] *** Quits: Guest37306 (~datasmurf@replaced-ip) (*.net *.split)
-
1717[09:31:33] *** Quits: TonyL (~Tony@replaced-ip) (*.net *.split)
-
1718[09:31:33] *** Quits: freakyy (~uwe@replaced-ip) (*.net *.split)
-
1719[09:31:33] *** Quits: CrazyyMaxx (CrazyyMaxx@replaced-ip) (*.net *.split)
-
1720[09:31:33] *** Quits: valerius (~valerius@replaced-ip) (*.net *.split)
-
1721[09:31:33] *** Quits: breitenj (~breitenj@replaced-ip) (*.net *.split)
-
1722[09:31:33] *** Quits: koltrast (3e458a3e@replaced-ip) (*.net *.split)
-
1723[09:31:33] *** Quits: gunkaaa_ (~gunkaaa@replaced-ip) (*.net *.split)
-
1724[09:31:33] *** Quits: thalos_ (~thalos@replaced-ip) (*.net *.split)
-
1725[09:31:33] *** Quits: _jareth_ (~jareth_@replaced-ip) (*.net *.split)
-
1726[09:31:33] *** Quits: stefanc_diff (~stefanc_d@replaced-ip) (*.net *.split)
-
1727[09:31:33] *** Quits: jje (~quassel@replaced-ip) (*.net *.split)
-
1728[09:31:33] *** Quits: rdz (~rdz@replaced-ip) (*.net *.split)
-
1729[09:31:33] *** Quits: trvz (~trvz@replaced-ip) (*.net *.split)
-
1730[09:31:33] *** Quits: v-y (v-y@replaced-ip) (*.net *.split)
-
1731[09:31:33] *** Quits: Sigyn (sigyn@replaced-ip) (*.net *.split)
-
1732[09:31:33] *** Quits: Hobby_boy (Hobbyboy@replaced-ip) (*.net *.split)
-
1733[09:31:33] *** Quits: sandman13 (~sandman13@replaced-ip) (*.net *.split)
-
1734[09:31:33] *** Quits: noexcept (~noexcept@replaced-ip) (*.net *.split)
-
1735[09:31:33] *** Quits: hiya (hiya@replaced-ip) (*.net *.split)
-
1736[09:31:33] *** Quits: ckuehl (ckuehl@replaced-ip) (*.net *.split)
-
1737[09:31:33] *** Quits: djvdorp (djvdorp@replaced-ip) (*.net *.split)
-
1738[09:31:33] *** Quits: twisted` (sid6794@replaced-ip) (*.net *.split)
-
1739[09:31:33] *** Quits: benklop (~quassel@replaced-ip) (*.net *.split)
-
1740[09:31:33] *** Quits: alfred_ (~quassel@replaced-ip) (*.net *.split)
-
1741[09:31:33] *** Quits: gmh (glenn@replaced-ip) (*.net *.split)
-
1742[09:31:33] *** Quits: gwaaf (gwaafmatri@replaced-ip) (*.net *.split)
-
1743[09:31:33] *** Quits: M-wkennington (wkenningto@replaced-ip) (*.net *.split)
-
1744[09:31:33] *** Quits: qqx (~qqx@replaced-ip) (*.net *.split)
-
1745[09:31:33] *** Quits: j` (sid11434@replaced-ip) (*.net *.split)
-
1746[09:31:33] *** Quits: thebwt (sid199145@replaced-ip) (*.net *.split)
-
1747[09:31:33] *** Quits: j0z (sid44053@replaced-ip) (*.net *.split)
-
1748[09:31:33] *** Quits: raSter^ (raster@replaced-ip) (*.net *.split)
-
1749[09:31:34] *** Quits: vaidy (vaidy@replaced-ip) (*.net *.split)
-
1750[09:31:34] *** Quits: duoi (~duoi@replaced-ip) (*.net *.split)
-
1751[09:31:34] *** Quits: tx (~texta@replaced-ip) (*.net *.split)
-
1752[09:31:34] *** Quits: ThomasJ (thomas@replaced-ip) (*.net *.split)
-
1753[09:31:34] *** Quits: waz0wski (waz0wski@replaced-ip) (*.net *.split)
-
1754[09:31:34] *** Quits: blackest_mamba (~blackest_@replaced-ip) (*.net *.split)
-
1755[09:31:34] *** Quits: Treylis (~quassel@replaced-ip) (*.net *.split)
-
1756[09:31:34] *** Quits: Sl0vi (Sl0vi@replaced-ip) (*.net *.split)
-
1757[09:31:34] *** Quits: cbdev (~fnord@replaced-ip) (*.net *.split)
-
1758[09:31:34] *** Quits: x2xx3x (Elite18596@replaced-ip) (*.net *.split)
-
1759[09:31:34] *** Quits: Cisien_ (~Chris@replaced-ip) (*.net *.split)
-
1760[09:31:34] *** Quits: cpc26 (~cpc26@replaced-ip) (*.net *.split)
-
1761[09:31:34] *** Quits: teraflops (~teraflops@replaced-ip) (*.net *.split)
-
1762[09:31:34] *** Quits: Satyajit (Satyajit@replaced-ip) (*.net *.split)
-
1763[09:31:34] *** Quits: JelmerD (~JelmerD@replaced-ip) (*.net *.split)
-
1764[09:31:34] *** Quits: ddp` (~ddp@replaced-ip) (*.net *.split)
-
1765[09:31:34] *** Quits: hagabaka (hagabaka@replaced-ip) (*.net *.split)
-
1766[09:31:34] *** Quits: Jubaleth (~Jubaleth@replaced-ip) (*.net *.split)
-
1767[09:31:34] *** Quits: Downer (~downer@replaced-ip) (*.net *.split)
-
1768[09:31:34] *** Quits: sptnx (senate@replaced-ip) (*.net *.split)
-
1769[09:31:34] *** Quits: gigetoo (~gigetoo@replaced-ip) (*.net *.split)
-
1770[09:31:34] *** Quits: jubo2 (~juboxi@replaced-ip) (*.net *.split)
-
1771[09:31:34] *** Quits: jscoder (~user@replaced-ip) (*.net *.split)
-
1772[09:31:34] *** Quits: AndrewAlexMac (~andrewale@replaced-ip) (*.net *.split)
-
1773[09:31:34] *** Quits: Spiffy (~Spiffy@replaced-ip) (*.net *.split)
-
1774[09:31:34] *** Quits: Daniel0 (~admin@replaced-ip) (*.net *.split)
-
1775[09:31:34] *** Quits: Wire (~quassel@replaced-ip) (*.net *.split)
-
1776[09:31:34] *** Quits: patriciam (quassel@replaced-ip) (*.net *.split)
-
1777[09:31:34] *** Quits: tobiasBora (~tobiasBor@replaced-ip) (*.net *.split)
-
1778[09:31:34] *** Quits: pvn (~vep2@replaced-ip) (*.net *.split)
-
1779[09:31:34] *** Quits: Guest61183 (~e@replaced-ip) (*.net *.split)
-
1780[09:31:34] *** Quits: NaPs (~NaPs@replaced-ip) (*.net *.split)
-
1781[09:31:34] *** Quits: sydney_u1tangle (~sydney@replaced-ip) (*.net *.split)
-
1782[09:31:34] *** Quits: Trellmor (~Trellmor@replaced-ip) (*.net *.split)
-
1783[09:31:34] *** Quits: m7stic (~billyMays@replaced-ip) (*.net *.split)
-
1784[09:31:34] *** Quits: lbatalha (~lbatalha@replaced-ip) (*.net *.split)
-
1785[09:31:34] *** Quits: acrocity (~acrocity@replaced-ip) (*.net *.split)
-
1786[09:31:34] *** Quits: frikinz (~laurent@replaced-ip) (*.net *.split)
-
1787[09:31:34] *** Quits: ancky (~ancky@replaced-ip) (*.net *.split)
-
1788[09:31:34] *** Quits: Spr1ng (~Spr1ng@replaced-ip) (*.net *.split)
-
1789[09:31:34] *** Quits: pseubodot (~p-dot@replaced-ip) (*.net *.split)
-
1790[09:31:34] *** Quits: mirko (~mirko@replaced-ip) (*.net *.split)
-
1791[09:31:34] *** Quits: sayo- (~sayo-@replaced-ip) (*.net *.split)
-
1792[09:31:34] *** Quits: JonathanD (~JonathanD@replaced-ip) (*.net *.split)
-
1793[09:31:34] *** Quits: Uninstall (~quassel@replaced-ip) (*.net *.split)
-
1794[09:31:34] *** Quits: ranix_ (~ranix@replaced-ip) (*.net *.split)
-
1795[09:31:34] *** Quits: xyassin (xyassin@replaced-ip) (*.net *.split)
-
1796[09:31:34] *** Quits: aibot_ (~aibot@replaced-ip) (*.net *.split)
-
1797[09:31:34] *** Quits: riddle (riddle@replaced-ip) (*.net *.split)
-
1798[09:31:34] *** Quits: ws2k3_ (freenodeyc@replaced-ip) (*.net *.split)
-
1799[09:31:34] *** Quits: twobitsprite (~isaac.fre@50.58.65.6) (*.net *.split)
-
1800[09:31:34] *** Quits: rafaeldelucena (~Rafael@replaced-ip) (*.net *.split)
-
1801[09:31:34] *** Quits: Old_Dog (~don@replaced-ip) (*.net *.split)
-
1802[09:31:34] *** Quits: cyphase (~cyphase@replaced-ip) (*.net *.split)
-
1803[09:31:34] *** Quits: NP|2 (~kvirc@replaced-ip) (*.net *.split)
-
1804[09:31:34] *** Quits: Kobra_ (~quassel@replaced-ip) (*.net *.split)
-
1805[09:31:34] *** Quits: vila (~vila@replaced-ip) (*.net *.split)
-
1806[09:31:34] *** Quits: rogst (~roger@replaced-ip) (*.net *.split)
-
1807[09:31:34] *** Quits: cesdo (~user@replaced-ip) (*.net *.split)
-
1808[09:31:34] *** Quits: vinzv (~quassel@replaced-ip) (*.net *.split)
-
1809[09:31:34] *** Quits: dae (~dae@replaced-ip) (*.net *.split)
-
1810[09:31:34] *** Quits: angor (~angor@replaced-ip) (*.net *.split)
-
1811[09:31:34] *** Quits: bchroneos (~ben@replaced-ip) (*.net *.split)
-
1812[09:31:34] *** Quits: slicepaperwords (~slicepape@replaced-ip) (*.net *.split)
-
1813[09:31:34] *** Quits: treegor (~gary@replaced-ip) (*.net *.split)
-
1814[09:31:34] *** Quits: sinduck (~bouncer@replaced-ip) (*.net *.split)
-
1815[09:31:34] *** Quits: ijmad (~ian@replaced-ip) (*.net *.split)
-
1816[09:31:34] *** Quits: zz_CyberJacob (~CyberJaco@replaced-ip) (*.net *.split)
-
1817[09:31:34] *** Quits: ceng (ceng@replaced-ip) (*.net *.split)
-
1818[09:31:34] *** Quits: admiral0 (~admiral0@replaced-ip) (*.net *.split)
-
1819[09:31:34] *** Quits: InFerNo_ (~infy@replaced-ip) (*.net *.split)
-
1820[09:31:34] *** Quits: ski_ (~ski@replaced-ip) (*.net *.split)
-
1821[09:31:34] *** Quits: Cork (~Cork@replaced-ip) (*.net *.split)
-
1822[09:31:34] *** Quits: noodle (~noodle@replaced-ip) (*.net *.split)
-
1823[09:31:34] *** Quits: nbags (~nbags@replaced-ip) (*.net *.split)
-
1824[09:31:34] *** Quits: dreki (~dreki@replaced-ip) (*.net *.split)
-
1825[09:31:34] *** Quits: tonyoy (~ay@replaced-ip) (*.net *.split)
-
1826[09:31:34] *** Quits: TacoGS (~TacoGS@replaced-ip) (*.net *.split)
-
1827[09:31:34] *** Quits: rudi_s (~simon@replaced-ip) (*.net *.split)
-
1828[09:31:34] *** Quits: DLange (~DLange@replaced-ip) (*.net *.split)
-
1829[09:31:34] *** Quits: slax0r (slax0r@replaced-ip) (*.net *.split)
-
1830[09:31:34] *** Quits: aaro (~aaro@replaced-ip) (*.net *.split)
-
1831[09:31:34] *** Quits: NeoBlaster (~N3oBl@replaced-ip) (*.net *.split)
-
1832[09:31:34] *** Quits: Caplain (~shayne@replaced-ip) (*.net *.split)
-
1833[09:31:34] *** Quits: bazhang (~bazhang@replaced-ip) (*.net *.split)
-
1834[09:31:34] *** Quits: wyre (wyre@replaced-ip) (*.net *.split)
-
1835[09:31:34] *** Quits: typosaurus (~typosauru@replaced-ip) (*.net *.split)
-
1836[09:31:34] *** Quits: p53ud0nym (~p53ud0nym@replaced-ip) (*.net *.split)
-
1837[09:31:34] *** Quits: SotK (~adamcoldr@replaced-ip) (*.net *.split)
-
1838[09:31:34] *** Quits: unicron (~unicron@replaced-ip) (*.net *.split)
-
1839[09:31:34] *** Quits: Kazzy (~kaz@replaced-ip) (*.net *.split)
-
1840[09:31:34] *** Quits: grim45932 (~grim4593@replaced-ip) (*.net *.split)
-
1841[09:31:34] *** Quits: nopf (~frosch@replaced-ip) (*.net *.split)
-
1842[09:31:34] *** Quits: Smither_ (~Smither@replaced-ip) (*.net *.split)
-
1843[09:31:34] *** Quits: nurupo (~nurupo.ga@unaffiliated/nurupo) (*.net *.split)
-
1844[09:31:34] *** Quits: Blanco (~Blanco@replaced-ip) (*.net *.split)
-
1845[09:31:34] *** Quits: MoDaX (foobar@replaced-ip) (*.net *.split)
-
1846[09:31:34] *** Quits: willmore (~willmore@replaced-ip) (*.net *.split)
-
1847[09:31:34] *** Quits: sobkas (~sobkas@replaced-ip) (*.net *.split)
-
1848[09:31:34] *** Quits: blueness (~blueness@replaced-ip) (*.net *.split)
-
1849[09:31:34] *** Quits: maddawg2 (~maddawg@replaced-ip) (*.net *.split)
-
1850[09:31:34] *** Quits: jasabella (~jasabella@replaced-ip) (*.net *.split)
-
1851[09:31:34] *** Quits: effraie (~effraie@replaced-ip) (*.net *.split)
-
1852[09:31:34] *** Quits: kisk (~kisk@replaced-ip) (*.net *.split)
-
1853[09:31:34] *** Quits: Epakai (~coweater@replaced-ip) (*.net *.split)
-
1854[09:31:34] *** Quits: {41444d494e} (~kvirc@replaced-ip) (*.net *.split)
-
1855[09:31:34] *** Quits: nOgAnOo (sid146237@replaced-ip) (*.net *.split)
-
1856[09:31:34] *** Quits: Whiskey (~Whiskey@replaced-ip) (*.net *.split)
-
1857[09:31:34] *** Quits: Qann (~Nomad@replaced-ip) (*.net *.split)
-
1858[09:31:34] *** Quits: Guest48842 (~ID100T@replaced-ip) (*.net *.split)
-
1859[09:31:34] *** Quits: chen (~fury@replaced-ip) (*.net *.split)
-
1860[09:31:34] *** Quits: Rurd2di (~atom@replaced-ip) (*.net *.split)
-
1861[09:31:34] *** Quits: thms (~thms@replaced-ip) (*.net *.split)
-
1862[09:31:34] *** Quits: alez (~alez@replaced-ip) (*.net *.split)
-
1863[09:31:34] *** Quits: kayamm (~km@replaced-ip) (*.net *.split)
-
1864[09:31:34] *** Quits: dondelelcaro (~don@replaced-ip) (*.net *.split)
-
1865[09:31:34] *** Quits: ketralnis (~ketralnis@replaced-ip) (*.net *.split)
-
1866[09:31:34] *** Quits: itsiam (~unknown@replaced-ip) (*.net *.split)
-
1867[09:31:34] *** Quits: HelloShitty (~PsySc0rpi@replaced-ip) (*.net *.split)
-
1868[09:31:34] *** Quits: ctp (~ctp@replaced-ip) (*.net *.split)
-
1869[09:31:34] *** Quits: NiLon (nilon@replaced-ip) (*.net *.split)
-
1870[09:31:34] *** Quits: Zyf_B_Gone (~Zyferus@replaced-ip) (*.net *.split)
-
1871[09:31:34] *** Quits: JohnDoh (~jeff@replaced-ip) (*.net *.split)
-
1872[09:31:34] *** Quits: Aquarina (~GRAMA@replaced-ip) (*.net *.split)
-
1873[09:31:34] *** Quits: llucenic (~Thunderbi@replaced-ip) (*.net *.split)
-
1874[09:31:34] *** Quits: SPF (~spf@replaced-ip) (*.net *.split)
-
1875[09:31:34] *** Quits: GGMethos (~methos@replaced-ip) (*.net *.split)
-
1876[09:31:34] *** Quits: johnny_ (~johnny@replaced-ip) (*.net *.split)
-
1877[09:31:34] *** Quits: dos1 (~dos1@replaced-ip) (*.net *.split)
-
1878[09:31:34] *** Quits: prosto (~prosto@replaced-ip) (*.net *.split)
-
1879[09:31:34] *** Quits: ikonia (~irc@replaced-ip) (*.net *.split)
-
1880[09:31:34] *** Quits: cydrobolt (~cydrobolt@replaced-ip) (*.net *.split)
-
1881[09:31:34] *** Quits: ephesius (~ephesius@replaced-ip) (*.net *.split)
-
1882[09:31:34] *** Quits: heinrich5991 (~hein5991@replaced-ip) (*.net *.split)
-
1883[09:31:34] *** Quits: agrecascino (~agrecasci@replaced-ip) (*.net *.split)
-
1884[09:31:34] *** Quits: bauerj (~bauerj@replaced-ip) (*.net *.split)
-
1885[09:31:34] *** Quits: preaction (~doug@replaced-ip) (*.net *.split)
-
1886[09:31:34] *** Quits: parshimers (~parshimer@replaced-ip) (*.net *.split)
-
1887[09:31:34] *** Quits: Fusselkroete (hypno@replaced-ip) (*.net *.split)
-
1888[09:31:34] *** Quits: bolt (r00t@replaced-ip) (*.net *.split)
-
1889[09:31:34] *** Quits: moetunes (~Jean-luc@replaced-ip) (*.net *.split)
-
1890[09:31:34] *** Quits: Haudegen (~quassel@replaced-ip) (*.net *.split)
-
1891[09:31:34] *** Quits: rolig (~rolig@replaced-ip) (*.net *.split)
-
1892[09:31:34] *** Quits: pampeho (~pampeho@replaced-ip) (*.net *.split)
-
1893[09:31:34] *** Quits: Quick_Wango (~quickwang@replaced-ip) (*.net *.split)
-
1894[09:31:34] *** Quits: litheum (~kolbe@replaced-ip) (*.net *.split)
-
1895[09:31:34] *** Quits: MrFrood_ (U2FsdGVkX1@replaced-ip) (*.net *.split)
-
1896[09:31:34] *** Quits: magnulu (~magnulu@replaced-ip) (*.net *.split)
-
1897[09:31:34] *** Quits: d-fence_ (~quassel@replaced-ip) (*.net *.split)
-
1898[09:31:34] *** Quits: missmbob (~missmbob@replaced-ip) (*.net *.split)
-
1899[09:31:34] *** Quits: terr1 (~terr1@replaced-ip) (*.net *.split)
-
1900[09:31:34] *** Quits: c-c_ (csmr@replaced-ip) (*.net *.split)
-
1901[09:31:34] *** Quits: stooj (~stooj@replaced-ip) (*.net *.split)
-
1902[09:31:34] *** Quits: RickXy (~zncadmin@replaced-ip) (*.net *.split)
-
1903[09:31:34] *** Quits: awal1 (~awal1@replaced-ip) (*.net *.split)
-
1904[09:31:34] *** Quits: murphy (~murphy@replaced-ip) (*.net *.split)
-
1905[09:31:34] *** Quits: SpacePenguin (~SpacePeng@replaced-ip) (*.net *.split)
-
1906[09:31:34] *** Quits: ioudas^work (~ioudasw@replaced-ip) (*.net *.split)
-
1907[09:31:34] *** Quits: |DM| (~|DM|@replaced-ip) (*.net *.split)
-
1908[09:31:34] *** Quits: lethu (~lethu@replaced-ip) (*.net *.split)
-
1909[09:31:34] *** Quits: MrGeneral (~MrGeneral@replaced-ip) (*.net *.split)
-
1910[09:31:34] *** Quits: NoxiousPloK (~noxiouspl@replaced-ip) (*.net *.split)
-
1911[09:31:34] *** Quits: syssi (~syssi@replaced-ip) (*.net *.split)
-
1912[09:31:34] *** Quits: dpkg (~dpkg@replaced-ip) (*.net *.split)
-
1913[09:31:34] *** Quits: fcharton (~fca@replaced-ip) (*.net *.split)
-
1914[09:31:34] *** Quits: shakalaka (~shakalaka@replaced-ip) (*.net *.split)
-
1915[09:31:34] *** Quits: grift (~grift@replaced-ip) (*.net *.split)
-
1916[09:31:34] *** Quits: shtirlic (~shtirlic@replaced-ip) (*.net *.split)
-
1917[09:31:34] *** Quits: MasonMH (~SHRMz@replaced-ip) (*.net *.split)
-
1918[09:31:34] *** Quits: phantomcircuit (~phantomci@replaced-ip) (*.net *.split)
-
1919[09:31:34] *** Quits: umbSublime (~Sublime_@replaced-ip) (*.net *.split)
-
1920[09:31:34] *** Quits: mdk (~mandark@replaced-ip) (*.net *.split)
-
1921[09:31:34] *** Quits: pixdamix (~pix@replaced-ip) (*.net *.split)
-
1922[09:31:34] *** Quits: nopnopnop (~nope@replaced-ip) (*.net *.split)
-
1923[09:31:34] *** Quits: quasisane (~sanep@replaced-ip) (*.net *.split)
-
1924[09:31:34] *** Quits: gluytium (U2FsdGVkX1@replaced-ip) (*.net *.split)
-
1925[09:31:34] *** Quits: frediz (~Fred@replaced-ip) (*.net *.split)
-
1926[09:31:34] *** Quits: dahl (tusj@replaced-ip) (*.net *.split)
-
1927[09:31:34] *** Quits: XeonSquared (~ShadowKat@replaced-ip) (*.net *.split)
-
1928[09:31:34] *** Quits: mossman (~mossman@replaced-ip) (*.net *.split)
-
1929[09:31:34] *** Quits: wondiws (~Jasper@replaced-ip) (*.net *.split)
-
1930[09:31:34] *** Quits: nikola (~nikola@replaced-ip) (*.net *.split)
-
1931[09:31:34] *** Quits: mik (mik@replaced-ip) (*.net *.split)
-
1932[09:31:34] *** Quits: luz1 (~luz1@replaced-ip) (*.net *.split)
-
1933[09:31:34] *** Quits: smeert (~heller@replaced-ip) (*.net *.split)
-
1934[09:31:34] *** Quits: arha_ (~temp@replaced-ip) (*.net *.split)
-
1935[09:31:34] *** Quits: Ximensi0ns (~Ximensi0n@replaced-ip) (*.net *.split)
-
1936[09:31:34] *** Quits: bitch (hctib@replaced-ip) (*.net *.split)
-
1937[09:31:34] *** Quits: paw (~afong@replaced-ip) (*.net *.split)
-
1938[09:31:34] *** Quits: somiaj (~jaimos@replaced-ip) (*.net *.split)
-
1939[09:31:34] *** Quits: jcara (~jcara@replaced-ip) (*.net *.split)
-
1940[09:31:34] *** Quits: brolin_empey (~brolin@replaced-ip) (*.net *.split)
-
1941[09:31:34] *** Quits: strass (~strass@replaced-ip) (*.net *.split)
-
1942[09:31:34] *** Quits: SporkWitch (~SporkWitc@replaced-ip) (*.net *.split)
-
1943[09:31:34] *** Quits: silver_hook (~hook@replaced-ip) (*.net *.split)
-
1944[09:31:34] *** Quits: Afforess (~Afforess@replaced-ip) (*.net *.split)
-
1945[09:31:34] *** Quits: blue (~blue@replaced-ip) (*.net *.split)
-
1946[09:31:34] *** Quits: rook2pawn (~rook@replaced-ip) (*.net *.split)
-
1947[09:31:34] *** Quits: oom8ail (~rottmrei@replaced-ip) (*.net *.split)
-
1948[09:31:34] *** Quits: niko (~niko@replaced-ip) (*.net *.split)
-
1949[09:31:34] *** Quits: stu_meat (~stu_meat@replaced-ip) (*.net *.split)
-
1950[09:31:34] *** Quits: beaver (~none@replaced-ip) (*.net *.split)
-
1951[09:31:34] *** Quits: ValodiaDeSeynes (~ValodiaDe@replaced-ip) (*.net *.split)
-
1952[09:31:34] *** Quits: GrimKriegor (~GrimKrieg@replaced-ip) (*.net *.split)
-
1953[09:31:34] *** Quits: s0ph0s (~s0ph0s@replaced-ip) (*.net *.split)
-
1954[09:31:34] *** Quits: rypervenche (~rypervenc@replaced-ip) (*.net *.split)
-
1955[09:31:34] *** Quits: lmcloughlin (sid1532@replaced-ip) (*.net *.split)
-
1956[09:31:34] *** Quits: Rockj (rockj@replaced-ip) (*.net *.split)
-
1957[09:31:34] *** Quits: Rune (~TheFlying@replaced-ip) (*.net *.split)
-
1958[09:31:34] *** Quits: Guest10451 (~felix@replaced-ip) (*.net *.split)
-
1959[09:31:34] *** Quits: bier (~bier@replaced-ip) (*.net *.split)
-
1960[09:31:34] *** Quits: Guest93518 (~quassel@replaced-ip) (*.net *.split)
-
1961[09:31:34] *** Quits: vOYtEC (~vOYtEC@replaced-ip) (*.net *.split)
-
1962[09:31:34] *** Quits: thinkpad (~thinkpad@replaced-ip) (*.net *.split)
-
1963[09:31:34] *** Quits: jhutchins (~jonathan@replaced-ip) (*.net *.split)
-
1964[09:31:34] *** Quits: pcdummy (~quassel@replaced-ip) (*.net *.split)
-
1965[09:31:34] *** Quits: meti (~meti@replaced-ip) (*.net *.split)
-
1966[09:31:35] *** Quits: rax0 (~nx@replaced-ip) (*.net *.split)
-
1967[09:31:35] *** Quits: Brski__ (~Brski@replaced-ip) (*.net *.split)
-
1968[09:31:35] *** Quits: fa-st (~fast@replaced-ip) (*.net *.split)
-
1969[09:31:35] *** Quits: dxtr (b1015d9e@replaced-ip) (*.net *.split)
-
1970[09:31:35] *** Quits: ShaRose (ShaRose@replaced-ip) (*.net *.split)
-
1971[09:31:35] *** Quits: magyar (~magyar@replaced-ip) (*.net *.split)
-
1972[09:31:35] *** Quits: DeaDSouL (~deadsoul@replaced-ip) (*.net *.split)
-
1973[09:31:35] *** Quits: v4s (~v4s@replaced-ip) (*.net *.split)
-
1974[09:31:35] *** Quits: t3eblinder (~quassel@replaced-ip) (*.net *.split)
-
1975[09:31:35] *** Quits: Guest56535 (~tdreyer1@replaced-ip) (*.net *.split)
-
1976[09:31:35] *** Quits: milobit (~milobit@replaced-ip) (*.net *.split)
-
1977[09:31:35] *** Quits: flashdel (~benedict@replaced-ip) (*.net *.split)
-
1978[09:31:35] *** Quits: cadeskywalker (~madoka@replaced-ip) (*.net *.split)
-
1979[09:31:35] *** Quits: s1lver (~daniel@replaced-ip) (*.net *.split)
-
1980[09:31:35] *** Quits: folivora (~out@replaced-ip) (*.net *.split)
-
1981[09:31:35] *** Quits: ColtonDRG (~coltondrg@replaced-ip) (*.net *.split)
-
1982[09:31:35] *** Quits: jolt (jolt@replaced-ip) (*.net *.split)
-
1983[09:31:35] *** Quits: raidgh0st (raidghost@replaced-ip) (*.net *.split)
-
1984[09:31:35] *** Quits: crashev_ (~crashev@replaced-ip) (*.net *.split)
-
1985[09:31:35] *** Quits: ineiros_ (ineiros@replaced-ip) (*.net *.split)
-
1986[09:31:35] *** Quits: RyanKnack (RyanKnack@replaced-ip) (*.net *.split)
-
1987[09:31:35] *** Quits: tensorpudding (~michael@replaced-ip) (*.net *.split)
-
1988[09:31:35] *** Quits: shahri (~shahri@replaced-ip) (*.net *.split)
-
1989[09:31:35] *** Quits: ryan-c (~ryan@replaced-ip) (*.net *.split)
-
1990[09:31:35] *** Quits: exezin (~exezin@replaced-ip) (*.net *.split)
-
1991[09:31:35] *** Quits: Merixer (~Merixer@replaced-ip) (*.net *.split)
-
1992[09:31:35] *** Quits: saturos (~saturos@replaced-ip) (*.net *.split)
-
1993[09:31:35] *** Quits: Aebian (~Aebian@replaced-ip) (*.net *.split)
-
1994[09:31:35] *** Quits: GNU\colossus (colo@replaced-ip) (*.net *.split)
-
1995[09:31:35] *** Quits: owl0 (~owl@replaced-ip) (*.net *.split)
-
1996[09:31:35] *** Quits: greyeax_ (~marmalade@replaced-ip) (*.net *.split)
-
1997[09:31:35] *** Quits: Gloomy (~Gloomy@replaced-ip) (*.net *.split)
-
1998[09:31:35] *** Quits: edwardly (~edwardly@replaced-ip) (*.net *.split)
-
1999[09:31:35] *** Quits: simbalion` (~simba@replaced-ip) (*.net *.split)
-
2000[09:31:35] *** Quits: paulgrmn (~paulgorma@replaced-ip) (*.net *.split)
-
2001[09:31:35] *** Quits: jssjr (~relax@replaced-ip) (*.net *.split)
-
2002[09:31:35] *** Quits: mns (~mns@replaced-ip) (*.net *.split)
-
2003[09:31:35] *** Quits: Miga (Miga@replaced-ip) (*.net *.split)
-
2004[09:31:35] *** Quits: Hydroxide (~jimmy@replaced-ip) (*.net *.split)
-
2005[09:31:35] *** Quits: marens (~quassel@replaced-ip) (*.net *.split)
-
2006[09:31:35] *** Quits: mingdao (~mingdao@replaced-ip) (*.net *.split)
-
2007[09:31:35] *** Quits: fossrox (~fossrox@replaced-ip) (*.net *.split)
-
2008[09:31:35] *** Quits: ledeni (~ledeni@replaced-ip) (*.net *.split)
-
2009[09:31:35] *** Quits: Schmantinski (~cmantsch@replaced-ip) (*.net *.split)
-
2010[09:31:35] *** Quits: transience (~transienc@replaced-ip) (*.net *.split)
-
2011[09:31:35] *** Quits: joze (~joze@replaced-ip) (*.net *.split)
-
2012[09:31:35] *** Quits: EyeOfJupiter1 (~EyeOfJ@replaced-ip) (*.net *.split)
-
2013[09:31:35] *** Quits: jpalmer (~jpalmer@replaced-ip) (*.net *.split)
-
2014[09:31:35] *** Quits: GhostInTheShell (~melkor@replaced-ip) (*.net *.split)
-
2015[09:31:35] *** Quits: dmc_ (dmc@replaced-ip) (*.net *.split)
-
2016[09:31:35] *** Quits: infernix (nix@replaced-ip) (*.net *.split)
-
2017[09:31:35] *** Quits: neskau (~Sbyte@replaced-ip) (*.net *.split)
-
2018[09:31:35] *** Quits: BWMerlin (~Thunderbi@replaced-ip) (*.net *.split)
-
2019[09:31:35] *** Quits: teclo- (42@replaced-ip) (*.net *.split)
-
2020[09:31:35] *** Quits: SQL (~SQL@replaced-ip) (*.net *.split)
-
2021[09:31:35] *** Quits: unkmar (~unkmar@replaced-ip) (*.net *.split)
-
2022[09:31:35] *** Quits: apathor (~apathor@replaced-ip) (*.net *.split)
-
2023[09:31:35] *** Quits: sussudio (~sussudio@replaced-ip) (*.net *.split)
-
2024[09:31:35] *** Quits: cafuego (~cafuego@replaced-ip) (*.net *.split)
-
2025[09:31:35] *** Quits: w0bni (madsar@replaced-ip) (*.net *.split)
-
2026[09:31:35] *** Quits: Snakes2 (~Snakes@replaced-ip) (*.net *.split)
-
2027[09:31:35] *** Quits: Ryushin (user@replaced-ip) (*.net *.split)
-
2028[09:31:35] *** Quits: MissionCritical (~MissionCr@replaced-ip) (*.net *.split)
-
2029[09:31:35] *** Quits: Vorpal (~Vorpal@replaced-ip) (*.net *.split)
-
2030[09:31:35] *** Quits: Mouaad (~Mouaad@replaced-ip) (*.net *.split)
-
2031[09:31:35] *** Quits: sifeic (~sifeic@replaced-ip) (*.net *.split)
-
2032[09:31:35] *** Quits: jpinx (~jpinx@replaced-ip) (*.net *.split)
-
2033[09:31:35] *** Quits: cryptic_ (~cryptic@replaced-ip) (*.net *.split)
-
2034[09:31:35] *** Quits: testian (~quassel@replaced-ip) (*.net *.split)
-
2035[09:31:35] *** Quits: peterrooney (~peter@replaced-ip) (*.net *.split)
-
2036[09:31:35] *** Quits: IdleGandalf (~IdleGanda@replaced-ip) (*.net *.split)
-
2037[09:31:35] *** Quits: heurist (heurist@replaced-ip) (*.net *.split)
-
2038[09:31:35] *** Quits: rax- (~rax-@replaced-ip) (*.net *.split)
-
2039[09:31:35] *** Quits: WebDawg (~webdawg@replaced-ip) (*.net *.split)
-
2040[09:31:35] *** Quits: malf (~malf@replaced-ip) (*.net *.split)
-
2041[09:31:35] *** Quits: CompWizrd (compwiz@replaced-ip) (*.net *.split)
-
2042[09:31:35] *** Quits: gema (~Gema@replaced-ip) (*.net *.split)
-
2043[09:31:35] *** Quits: jhebden (~jhebden@replaced-ip) (*.net *.split)
-
2044[09:31:35] *** Quits: phuzion (~phuzion@replaced-ip) (*.net *.split)
-
2045[09:31:35] *** Quits: jdiez (~jdiez@replaced-ip) (*.net *.split)
-
2046[09:31:35] *** Quits: MrFixIt (~samurai@replaced-ip) (*.net *.split)
-
2047[09:31:35] *** Quits: rlange (~rlange@replaced-ip) (*.net *.split)
-
2048[09:31:35] *** Quits: Python1320 (Python1320@replaced-ip) (*.net *.split)
-
2049[09:31:35] *** Quits: pingveno (~pingveno@replaced-ip) (*.net *.split)
-
2050[09:31:35] *** Quits: cyboman33 (~cyboman33@replaced-ip) (*.net *.split)
-
2051[09:31:35] *** Quits: bars0 (~Name@replaced-ip) (*.net *.split)
-
2052[09:31:35] *** Quits: darxmurf (~darxmurf@replaced-ip) (*.net *.split)
-
2053[09:31:35] *** Quits: sweatsuit (~sweatsuit@replaced-ip) (*.net *.split)
-
2054[09:31:35] *** Quits: toruvinn (~toruvinn@replaced-ip) (*.net *.split)
-
2055[09:31:35] *** Quits: sliekas99 (~mantas@replaced-ip) (*.net *.split)
-
2056[09:31:35] *** Quits: Pedr0 (~Pedr0@replaced-ip) (*.net *.split)
-
2057[09:31:35] *** Quits: hiberno (~flume@replaced-ip) (*.net *.split)
-
2058[09:31:35] *** Quits: bzed (~bzed@replaced-ip) (*.net *.split)
-
2059[09:31:35] *** Quits: introom (~introom@replaced-ip) (*.net *.split)
-
2060[09:31:35] *** Quits: polemic (~polemic@replaced-ip) (*.net *.split)
-
2061[09:31:35] *** Quits: Guest37990 (~lem0n@replaced-ip) (*.net *.split)
-
2062[09:31:35] *** Quits: hayer (~hayer@replaced-ip) (*.net *.split)
-
2063[09:31:35] *** Quits: galeido (galeido@replaced-ip) (*.net *.split)
-
2064[09:31:35] *** Quits: smurfd_ (~smurfd@replaced-ip) (*.net *.split)
-
2065[09:31:35] *** Quits: Guest73504 (~lk@replaced-ip) (*.net *.split)
-
2066[09:31:35] *** Quits: myse|f (~xXx@replaced-ip) (*.net *.split)
-
2067[09:31:35] *** Quits: redrabbit (~nick@replaced-ip) (*.net *.split)
-
2068[09:31:35] *** Quits: iwkse_ (~iwkse@replaced-ip) (*.net *.split)
-
2069[09:31:35] *** Quits: nwe (~nwe@replaced-ip) (*.net *.split)
-
2070[09:31:35] *** Quits: guios (~gio@replaced-ip) (*.net *.split)
-
2071[09:31:35] *** Quits: DoberMann (~james@replaced-ip) (*.net *.split)
-
2072[09:31:35] *** Quits: djz88 (ZKubala@replaced-ip) (*.net *.split)
-
2073[09:31:35] *** Quits: vook (~vook@replaced-ip) (*.net *.split)
-
2074[09:31:35] *** Quits: {sd} (~Silva@replaced-ip) (*.net *.split)
-
2075[09:31:35] *** Quits: SCHAAP137 (~schapie@replaced-ip) (*.net *.split)
-
2076[09:31:35] *** Quits: vonsyd0w (~vonsyd0w@replaced-ip) (*.net *.split)
-
2077[09:31:35] *** Quits: MARPATdroid (~MARPATdro@replaced-ip) (*.net *.split)
-
2078[09:31:35] *** Quits: ghormoon (~ghormoon@replaced-ip) (*.net *.split)
-
2079[09:31:35] *** Quits: cosmos (~quassel@replaced-ip) (*.net *.split)
-
2080[09:31:35] *** Quits: sphenxes01 (~sphenxes@replaced-ip) (*.net *.split)
-
2081[09:31:35] *** Quits: Mr_Pancake (~Pancake@replaced-ip) (*.net *.split)
-
2082[09:31:35] *** Quits: AimHere (~David@replaced-ip) (*.net *.split)
-
2083[09:31:35] *** Quits: alxd (~alxd@replaced-ip) (*.net *.split)
-
2084[09:31:35] *** Quits: Velgor (~Velgor@replaced-ip) (*.net *.split)
-
2085[09:31:35] *** Quits: trewas (~trewas@replaced-ip) (*.net *.split)
-
2086[09:31:35] *** Quits: rkj (~rkj@replaced-ip) (*.net *.split)
-
2087[09:31:35] *** Quits: linuxthefish (~ltf@replaced-ip) (*.net *.split)
-
2088[09:31:35] *** Quits: vivid (~vivid@replaced-ip) (*.net *.split)
-
2089[09:31:35] *** Quits: themill (~stuart@replaced-ip) (*.net *.split)
-
2090[09:31:35] *** Quits: churnd (~churnd@replaced-ip) (*.net *.split)
-
2091[09:31:35] *** Quits: Scotteh (~Scotteh@replaced-ip) (*.net *.split)
-
2092[09:31:35] *** Quits: jair (~jair@replaced-ip) (*.net *.split)
-
2093[09:31:35] *** Quits: module000 (~module000@replaced-ip) (*.net *.split)
-
2094[09:31:35] *** Quits: CrazyEddy (crazyed@replaced-ip) (*.net *.split)
-
2095[09:31:35] *** Quits: funnel (~funnel@replaced-ip) (*.net *.split)
-
2096[09:31:35] *** Quits: at0m (~at0m@replaced-ip) (*.net *.split)
-
2097[09:31:35] *** Quits: volter (~volter@replaced-ip) (*.net *.split)
-
2098[09:31:35] *** Quits: zorg1 (~zorg1@replaced-ip) (*.net *.split)
-
2099[09:31:35] *** Quits: jager (~quassel@replaced-ip) (*.net *.split)
-
2100[09:31:35] *** Quits: verboese (~verboese@replaced-ip) (*.net *.split)
-
2101[09:31:35] *** Quits: APexil (~you@replaced-ip) (*.net *.split)
-
2102[09:31:35] *** Quits: lstanley (liam@replaced-ip) (*.net *.split)
-
2103[09:31:35] *** Quits: Redfoxmoon (~Redfox@replaced-ip) (*.net *.split)
-
2104[09:31:35] *** Quits: kirkland (~kirkland@replaced-ip) (*.net *.split)
-
2105[09:31:35] *** Quits: goberle (~goberle@replaced-ip) (*.net *.split)
-
2106[09:31:35] *** Quits: denken (denken@replaced-ip) (*.net *.split)
-
2107[09:31:35] *** Quits: turfrex (~py@replaced-ip) (*.net *.split)
-
2108[09:31:35] *** Quits: osx (osx@replaced-ip) (*.net *.split)
-
2109[09:31:35] *** Quits: hplar (~ralph@replaced-ip) (*.net *.split)
-
2110[09:31:35] *** Quits: ribasushi (~riba@replaced-ip) (*.net *.split)
-
2111[09:31:35] *** Quits: grinsekatze (~andreas@replaced-ip) (*.net *.split)
-
2112[09:31:35] *** Quits: Gm4n (~Gm4n@replaced-ip) (*.net *.split)
-
2113[09:31:35] *** Quits: dsfox (~dsf@replaced-ip) (*.net *.split)
-
2114[09:31:35] *** Quits: AJ_Z0 (~AJ_Z0@replaced-ip) (*.net *.split)
-
2115[09:31:35] *** Quits: pelegreno (~cinch@replaced-ip) (*.net *.split)
-
2116[09:31:35] *** Quits: kale (~kale@replaced-ip) (*.net *.split)
-
2117[09:31:35] *** Quits: ^GoD^ (~156@replaced-ip) (*.net *.split)
-
2118[09:31:35] *** Quits: cheapie (~cheapie@replaced-ip) (*.net *.split)
-
2119[09:31:35] *** Quits: baloney (tony@replaced-ip) (*.net *.split)
-
2120[09:31:35] *** Quits: thoros (~thoros@replaced-ip) (*.net *.split)
-
2121[09:31:35] *** Quits: jvelasquez (~jvelasque@replaced-ip) (*.net *.split)
-
2122[09:31:35] *** Quits: dynek (~dynek@replaced-ip) (*.net *.split)
-
2123[09:31:35] *** Quits: blimpy (~jacob@replaced-ip) (*.net *.split)
-
2124[09:31:35] *** Quits: Eloy (~eloy@replaced-ip) (*.net *.split)
-
2125[09:31:35] *** Quits: Dadou (~Dadou@replaced-ip) (*.net *.split)
-
2126[09:31:35] *** Quits: Shock- (~Shock@replaced-ip) (*.net *.split)
-
2127[09:31:35] *** Quits: iViLe (~bob@replaced-ip) (*.net *.split)
-
2128[09:31:35] *** Quits: sukaeto (~sukaeto@replaced-ip) (*.net *.split)
-
2129[09:31:35] *** Quits: micronn (~micronn@replaced-ip) (*.net *.split)
-
2130[09:31:35] *** Quits: dTal (~dtal@replaced-ip) (*.net *.split)
-
2131[09:31:35] *** Quits: Asoka (~a@replaced-ip) (*.net *.split)
-
2132[09:31:35] *** Quits: erry (~errietta@replaced-ip) (*.net *.split)
-
2133[09:31:35] *** Quits: cerbere (~cerbere@replaced-ip) (*.net *.split)
-
2134[09:31:35] *** Quits: verwilst (~smuxi@replaced-ip) (*.net *.split)
-
2135[09:31:35] *** Quits: yort (~troy@replaced-ip) (*.net *.split)
-
2136[09:31:35] *** Quits: obihann (~jhann@replaced-ip) (*.net *.split)
-
2137[09:31:35] *** Quits: pvoigt (~Linux@replaced-ip) (*.net *.split)
-
2138[09:31:35] *** Quits: sqz (~sqz@replaced-ip) (*.net *.split)
-
2139[09:31:35] *** Quits: delYsid`` (~user@replaced-ip) (*.net *.split)
-
2140[09:31:35] *** Quits: unborn (~ugly@replaced-ip) (*.net *.split)
-
2141[09:31:35] *** Quits: Kobaz (~kobaz@replaced-ip) (*.net *.split)
-
2142[09:31:35] *** Quits: mukmuk (mukmuk@replaced-ip) (*.net *.split)
-
2143[09:31:35] *** Quits: xsdg (~xsdg@replaced-ip) (*.net *.split)
-
2144[09:31:35] *** Quits: Gabemo (~Gabemo@replaced-ip) (*.net *.split)
-
2145[09:31:35] *** Quits: jer0me (~jerome@replaced-ip) (*.net *.split)
-
2146[09:31:35] *** Quits: watersoul_ (~ircuser@replaced-ip) (*.net *.split)
-
2147[09:31:35] *** Quits: Ticho (~Ticho@replaced-ip) (*.net *.split)
-
2148[09:31:35] *** Quits: poi_ (~pi@replaced-ip) (*.net *.split)
-
2149[09:31:35] *** Quits: ex3 (01I3J9Myh6@replaced-ip) (*.net *.split)
-
2150[09:31:35] *** Quits: TheComplaintJar (~C2N14@replaced-ip) (*.net *.split)
-
2151[09:31:35] *** Quits: tdn (~tdn@replaced-ip) (*.net *.split)
-
2152[09:31:35] *** Quits: LiENUS (~quake@replaced-ip) (*.net *.split)
-
2153[09:31:35] *** Quits: Sir_Designer (~Sir_Desig@replaced-ip) (*.net *.split)
-
2154[09:31:36] *** Quits: nighty (~nighty@replaced-ip) (*.net *.split)
-
2155[09:31:36] *** Quits: amospalla (~amospalla@replaced-ip) (*.net *.split)
-
2156[09:31:36] *** Quits: t0m0 (~t0m@replaced-ip) (*.net *.split)
-
2157[09:31:36] *** Quits: d3lphi (~d3lphi@replaced-ip) (*.net *.split)
-
2158[09:31:36] *** Quits: ausinch (~Lager_Mon@replaced-ip) (*.net *.split)
-
2159[09:31:36] *** Quits: Nach0z (~nach0z@replaced-ip) (*.net *.split)
-
2160[09:31:36] *** Quits: m0ltar (~moltar@replaced-ip) (*.net *.split)
-
2161[09:31:36] *** Quits: Otyg (~otyg@replaced-ip) (*.net *.split)
-
2162[09:31:36] *** Quits: madmattco (~quassel@replaced-ip) (*.net *.split)
-
2163[09:31:36] *** Quits: llwu (~llwu@replaced-ip) (*.net *.split)
-
2164[09:31:36] *** Quits: homegrown (combrink@replaced-ip) (*.net *.split)
-
2165[09:31:36] *** Quits: BiGBOi (~michael@replaced-ip) (*.net *.split)
-
2166[09:31:36] *** Quits: Tr4sK (~tr4sk@replaced-ip) (*.net *.split)
-
2167[09:31:36] *** Quits: KaliLinuxGR (~KaliLinux@replaced-ip) (*.net *.split)
-
2168[09:31:36] *** Quits: brizz (~brizz@replaced-ip) (*.net *.split)
-
2169[09:31:36] *** Quits: tatalazo (~Icedove@replaced-ip) (*.net *.split)
-
2170[09:31:36] *** Quits: lachlan (~lachlan@replaced-ip) (*.net *.split)
-
2171[09:31:36] *** Quits: spacebison (~bison@replaced-ip) (*.net *.split)
-
2172[09:31:36] *** Quits: fvb (~fvb@replaced-ip) (*.net *.split)
-
2173[09:31:36] *** Quits: WindowsXPForever (rep@replaced-ip) (*.net *.split)
-
2174[09:31:36] *** Quits: tswartz (~tswartz@replaced-ip) (*.net *.split)
-
2175[09:31:36] *** Quits: Stummi (~Stummi@replaced-ip) (*.net *.split)
-
2176[09:31:36] *** Quits: clopez (~tau@replaced-ip) (*.net *.split)
-
2177[09:31:36] *** Quits: GenTooMan (~cyberman@replaced-ip) (*.net *.split)
-
2178[09:31:36] *** Quits: zwamkat (~zwamkat@replaced-ip) (*.net *.split)
-
2179[09:31:36] *** Quits: Keitaro (trickster@replaced-ip) (*.net *.split)
-
2180[09:31:36] *** Quits: Sleepy63 (~Sleepy63@replaced-ip) (*.net *.split)
-
2181[09:31:36] *** Quits: Krigsforbryter (~weechat@replaced-ip) (*.net *.split)
-
2182[09:31:36] *** Quits: d33tah (~d33tah@replaced-ip) (*.net *.split)
-
2183[09:31:36] *** Quits: bhurstpdx (~bhurstpdx@replaced-ip) (*.net *.split)
-
2184[09:31:36] *** Quits: muugal (~jackson@replaced-ip) (*.net *.split)
-
2185[09:31:36] *** Quits: cbmuser (~glaubitz@replaced-ip) (*.net *.split)
-
2186[09:31:36] *** Quits: hahainternet (~abusevict@replaced-ip) (*.net *.split)
-
2187[09:31:36] *** Quits: Midworm (~Midworm@replaced-ip) (*.net *.split)
-
2188[09:31:36] *** Quits: bfit (~bfit@replaced-ip) (*.net *.split)
-
2189[09:31:36] *** Quits: dselect (~dselect@replaced-ip) (*.net *.split)
-
2190[09:31:36] *** Quits: GPenguin (~patrick@replaced-ip) (*.net *.split)
-
2191[09:31:36] *** Quits: LambdaCalculus37 (~robert@replaced-ip) (*.net *.split)
-
2192[09:31:36] *** Quits: Jdbye (~furry4lif@replaced-ip) (*.net *.split)
-
2193[09:31:36] *** Quits: SpeedyG (~SpeedyG@replaced-ip) (*.net *.split)
-
2194[09:31:36] *** Quits: rxc (~ryan@replaced-ip) (*.net *.split)
-
2195[09:31:36] *** Quits: Phibonacci (~quassel@replaced-ip) (*.net *.split)
-
2196[09:31:36] *** Quits: wodim (~zzz@replaced-ip) (*.net *.split)
-
2197[09:31:36] *** Quits: N3X15 (~Rob@replaced-ip) (*.net *.split)
-
2198[09:31:36] *** Quits: zerun0 (~zerun0@replaced-ip) (*.net *.split)
-
2199[09:31:36] *** Quits: Tempesta (Tempesta@replaced-ip) (*.net *.split)
-
2200[09:31:36] *** Quits: leachim6 (~leachim6@replaced-ip) (*.net *.split)
-
2201[09:31:36] *** Quits: firztspawn (~firztspaw@replaced-ip) (*.net *.split)
-
2202[09:31:36] *** Quits: d1b (~db@replaced-ip) (*.net *.split)
-
2203[09:31:36] *** Quits: cruxeternus (~cruxetern@replaced-ip) (*.net *.split)
-
2204[09:31:36] *** Quits: frazr (~nik@replaced-ip) (*.net *.split)
-
2205[09:31:36] *** Quits: Hink (~Hink@replaced-ip) (*.net *.split)
-
2206[09:31:36] *** Quits: oliverio (~oliverio@replaced-ip) (*.net *.split)
-
2207[09:31:36] *** Quits: HandheldPenguin (~dude@replaced-ip) (*.net *.split)
-
2208[09:31:36] *** Quits: weltzooo (~weltzooo@replaced-ip) (*.net *.split)
-
2209[09:31:36] *** Quits: NoCode (~NoCode@replaced-ip) (*.net *.split)
-
2210[09:31:36] *** Quits: mallxs (~chatzilla@replaced-ip) (*.net *.split)
-
2211[09:31:36] *** Quits: tacocat (~GLolol@replaced-ip) (*.net *.split)
-
2212[09:31:36] *** Quits: krups (~krups@replaced-ip) (*.net *.split)
-
2213[09:31:36] *** Quits: LeandroLuiz (~clkalw@replaced-ip) (*.net *.split)
-
2214[09:31:36] *** Quits: Dracunos (~Dracunos@replaced-ip) (*.net *.split)
-
2215[09:31:36] *** Quits: somepoortech (~somepoort@replaced-ip) (*.net *.split)
-
2216[09:31:36] *** Quits: tripkin (~tripkin@replaced-ip) (*.net *.split)
-
2217[09:31:36] *** Quits: monoxane (~monoxane@replaced-ip) (*.net *.split)
-
2218[09:31:36] *** Quits: phogg (~phogg@replaced-ip) (*.net *.split)
-
2219[09:31:36] *** Quits: kingkong (antalya@replaced-ip) (*.net *.split)
-
2220[09:31:36] *** Quits: jonasbits (~quassel@replaced-ip) (*.net *.split)
-
2221[09:31:36] *** Quits: zykotick9 (~zykotick9@replaced-ip) (*.net *.split)
-
2222[09:31:36] *** Quits: ponyofdeath (~vladi@replaced-ip) (*.net *.split)
-
2223[09:31:36] *** Quits: vectr0n (vectr0n@replaced-ip) (*.net *.split)
-
2224[09:31:36] *** Quits: Bercik (~Yotsuba@replaced-ip) (*.net *.split)
-
2225[09:31:36] *** Quits: [Saint] (~sinner@replaced-ip) (*.net *.split)
-
2226[09:31:36] *** Quits: GJdan (~dan@replaced-ip) (*.net *.split)
-
2227[09:31:36] *** Quits: ]3n19m4[ (~]3n19m4@replaced-ip) (*.net *.split)
-
2228[09:31:36] *** Quits: pierrot (~DelJordan@replaced-ip) (*.net *.split)
-
2229[09:31:36] *** Quits: pk12 (~pk12@replaced-ip) (*.net *.split)
-
2230[09:31:36] *** Quits: Sabaku (~Sabaku@replaced-ip) (*.net *.split)
-
2231[09:31:36] *** Quits: gump_ (~gump___@replaced-ip) (*.net *.split)
-
2232[09:31:36] *** Quits: odish (~odish@replaced-ip) (*.net *.split)
-
2233[09:31:36] *** Quits: riot (riot@replaced-ip) (*.net *.split)
-
2234[09:31:36] *** Quits: Telvana (~digits@replaced-ip) (*.net *.split)
-
2235[09:31:36] *** Quits: sbach (~sbach@replaced-ip) (*.net *.split)
-
2236[09:31:36] *** Quits: daishan (~daishan@replaced-ip) (*.net *.split)
-
2237[09:31:36] *** Quits: x10 (~x10@replaced-ip) (*.net *.split)
-
2238[09:31:36] *** Quits: tim_s007 (~tim_s007@replaced-ip) (*.net *.split)
-
2239[09:31:36] *** Quits: ircnode0 (~salamande@replaced-ip) (*.net *.split)
-
2240[09:31:36] *** Quits: meldron (R1vCRTnD3z@replaced-ip) (*.net *.split)
-
2241[09:31:36] *** Quits: dflurker (~dimon@replaced-ip) (*.net *.split)
-
2242[09:31:36] *** Quits: ygeLN (~zeMMRTTso@replaced-ip) (*.net *.split)
-
2243[09:31:36] *** Quits: d3mag0gu3 (~demagogue@replaced-ip) (*.net *.split)
-
2244[09:31:36] *** Quits: nyuszika7h (nyuszika7h@replaced-ip) (Max SendQ exceeded)
-
2245[09:32:25] *** Quits: tm (~sinnlos@replaced-ip) (Ping timeout: 299 seconds)
-
2246[09:32:36] *** Joins: nyuszika7h (nyuszika7h@replaced-ip)
-
2247[09:34:46] *** Joins: Cork (~Cork@replaced-ip)
-
2248[09:35:03] *** Quits: owa (~over@replaced-ip) (Ping timeout: 250 seconds)
-
2249[09:35:12] *** Quits: CEnnis91 (uid3543@replaced-ip) (Ping timeout: 258 seconds)
-
2250[09:35:40] *** Quits: ashb (sid79875@replaced-ip) (Ping timeout: 260 seconds)
-
2251[09:35:40] *** Quits: boxrick1 (sid98261@replaced-ip) (Ping timeout: 260 seconds)
-
2252[09:35:55] *** Quits: Freeaqingme (~quassel@replaced-ip) (Ping timeout: 250 seconds)
-
2253[09:36:11] *** Joins: LucaTM (~LucaTM@replaced-ip)
-
2254[09:36:42] *** Quits: leochill (~leochill@replaced-ip) (Ping timeout: 268 seconds)
-
2255[09:37:50] *** Joins: pyface (~pyface@replaced-ip)
-
2256[09:37:50] *** Joins: emerson (~emerson@replaced-ip)
-
2257[09:37:50] *** Joins: Walex (~Walex@replaced-ip)
-
2258[09:37:50] *** Joins: MetalGearSolid (~MetalGear@replaced-ip)
-
2259[09:37:50] *** Joins: MoDaX (foobar@replaced-ip)
-
2260[09:37:50] *** Joins: jero (~ID100T@replaced-ip)
-
2261[09:37:50] *** Joins: nopf (~frosch@replaced-ip)
-
2262[09:37:50] *** Joins: ancky (~ancky@replaced-ip)
-
2263[09:37:50] *** Joins: Ooze (~Ooze@replaced-ip)
-
2264[09:37:50] *** Joins: yaymuffins (~yaymuffin@replaced-ip)
-
2265[09:37:50] *** Joins: Zerant (~Zerant@replaced-ip)
-
2266[09:37:50] *** Joins: claritty (~claritty@replaced-ip)
-
2267[09:37:50] *** Joins: hank (~hank@replaced-ip)
-
2268[09:37:50] *** Joins: Daniel0 (~admin@replaced-ip)
-
2269[09:37:50] *** Joins: tomreyn_ (~tomreyn@replaced-ip)
-
2270[09:37:50] *** Joins: xiaodong (~xiaodong@replaced-ip)
-
2271[09:37:50] *** Joins: yves_del_harlow (~ydh@replaced-ip)
-
2272[09:37:50] *** Joins: bogus- (~bogus@replaced-ip)
-
2273[09:37:50] *** Joins: deetwelv- (~deetwelve@replaced-ip)
-
2274[09:37:50] *** Joins: JyZyXEL (~foo@replaced-ip)
-
2275[09:37:50] *** Joins: hqx (bender@replaced-ip)
-
2276[09:37:50] *** Joins: grim4593 (~grim4593@replaced-ip)
-
2277[09:37:50] *** Joins: dustpuppy (~dustpuppy@replaced-ip)
-
2278[09:37:50] *** Joins: el_bamba (~roberto@replaced-ip)
-
2279[09:37:50] *** Joins: dtonal (~dtonal@replaced-ip)
-
2280[09:37:50] *** Joins: dustinm` (~dustinm@replaced-ip)
-
2281[09:37:50] *** Joins: Getty (getty@replaced-ip)
-
2282[09:37:50] *** Joins: riddle (riddle@replaced-ip)
-
2283[09:37:50] *** Joins: ksft (~k@replaced-ip)
-
2284[09:37:50] *** Joins: sputnik (kli0rf@replaced-ip)
-
2285[09:37:50] *** Joins: JohnDoh (~jeff@replaced-ip)
-
2286[09:37:50] *** Joins: alez (~alez@replaced-ip)
-
2287[09:37:50] *** Joins: thib_ (~thib@replaced-ip)
-
2288[09:37:50] *** Joins: LostSoul (~LostSoul@replaced-ip)
-
2289[09:37:50] *** Joins: joerg (~joerg@replaced-ip)
-
2290[09:37:50] *** Joins: seprob (seprob@replaced-ip)
-
2291[09:37:50] *** Joins: gigetoo (~gigetoo@replaced-ip)
-
2292[09:37:50] *** Joins: parshimers (~parshimer@replaced-ip)
-
2293[09:37:50] *** Joins: SPF (~spf@replaced-ip)
-
2294[09:37:50] *** Joins: jscoder (~user@replaced-ip)
-
2295[09:37:50] *** Joins: rogst (~roger@replaced-ip)
-
2296[09:37:50] *** Joins: frikinz (~laurent@replaced-ip)
-
2297[09:37:50] *** Joins: Trellmor (~Trellmor@replaced-ip)
-
2298[09:37:50] *** Joins: JonathanD (~JonathanD@replaced-ip)
-
2299[09:37:50] *** Joins: Wire (~quassel@replaced-ip)
-
2300[09:37:50] *** Joins: Haudegen (~quassel@replaced-ip)
-
2301[09:37:50] *** Joins: Kobra (~quassel@replaced-ip)
-
2302[09:37:50] *** Joins: bla (bla@replaced-ip)
-
2303[09:37:50] *** Joins: gftg_awa` (~gftg@replaced-ip)
-
2304[09:37:50] *** Joins: PhonicUK2 (~PhonicUK@replaced-ip)
-
2305[09:37:50] *** Joins: artkrz_ (~artkrz@replaced-ip)
-
2306[09:37:50] *** Joins: Smither (~Smither@replaced-ip)
-
2307[09:37:50] *** Joins: pLk (~sherwood@replaced-ip)
-
2308[09:37:50] *** Joins: hays (~quassel@replaced-ip)
-
2309[09:37:50] *** Joins: NeoBlaster (~N3oBl@replaced-ip)
-
2310[09:37:50] *** Joins: nj8 (~nj8@replaced-ip)
-
2311[09:37:50] *** Joins: g0ne_ (~g0ne@replaced-ip)
-
2312[09:37:50] *** Joins: avoozl (~avoozl@replaced-ip)
-
2313[09:37:50] *** Joins: altin (~altin@replaced-ip)
-
2314[09:37:50] *** Joins: UUID00 (~UUID00@replaced-ip)
-
2315[09:37:50] *** Joins: Caplain (~shayne@replaced-ip)
-
2316[09:37:50] *** Joins: otih (~otih@replaced-ip)
-
2317[09:37:50] *** Joins: neuraload (~neuraload@replaced-ip)
-
2318[09:37:50] *** Joins: patterson (~patterson@replaced-ip)
-
2319[09:37:50] *** Joins: jubo2 (~juboxi@replaced-ip)
-
2320[09:37:50] *** Joins: Zvmdyv (~Zvmdyv@replaced-ip)
-
2321[09:37:50] *** Joins: DeaDSouL (~deadsoul@replaced-ip)
-
2322[09:37:50] *** Joins: WildPenguin (~linuxuser@replaced-ip)
-
2323[09:37:50] *** Joins: debhelper (~debhelper@replaced-ip)
-
2324[09:37:50] *** Joins: jelly (jelly@replaced-ip)
-
2325[09:37:50] *** Joins: overlord_tm (~andraz@replaced-ip)
-
2326[09:37:50] *** Joins: buu (~buu@replaced-ip)
-
2327[09:37:50] *** Joins: Sir_Designer (~Sir_Desig@replaced-ip)
-
2328[09:37:50] *** Joins: sliekas99 (~mantas@replaced-ip)
-
2329[09:37:50] *** Joins: ongolaBoy (~ongolaBoy@replaced-ip)
-
2330[09:37:50] *** Joins: Xjs|moonshine (moon@replaced-ip)
-
2331[09:37:50] *** Joins: TriJetScud (~TriJetScu@replaced-ip)
-
2332[09:37:50] *** Joins: BotaniCar (botanicar@replaced-ip)
-
2333[09:37:50] *** Joins: clorophormo (~cloro@replaced-ip)
-
2334[09:37:50] *** Joins: alexbligh1 (~alexbligh@replaced-ip)
-
2335[09:37:50] *** Joins: karlamrhein (sid161194@replaced-ip)
-
2336[09:37:50] *** Joins: Waggie (~Waggie@replaced-ip)
-
2337[09:37:50] *** Joins: fiQmob (sid13281@replaced-ip)
-
2338[09:37:50] *** Joins: Pseudo (betrayer@replaced-ip)
-
2339[09:37:50] *** Joins: rancyd (stryfe@replaced-ip)
-
2340[09:37:50] *** Joins: shovel_boss (~shovel_bo@replaced-ip)
-
2341[09:37:50] *** Joins: nkuttler (~nkuttler@replaced-ip)
-
2342[09:37:50] *** Joins: SCHAAP137 (~schapie@replaced-ip)
-
2343[09:37:50] *** Joins: SM0TVI (~sm0tvi@replaced-ip)
-
2344[09:37:50] *** Joins: Guest56535 (~tdreyer1@replaced-ip)
-
2345[09:37:50] *** Joins: rolig (~rolig@replaced-ip)
-
2346[09:37:50] *** Joins: smidlers (smyers@replaced-ip)
-
2347[09:37:50] *** Joins: pampeho (~pampeho@replaced-ip)
-
2348[09:37:50] *** Joins: Nitori (~kappa@replaced-ip)
-
2349[09:37:50] *** Joins: electrostat (~dag@replaced-ip)
-
2350[09:37:50] *** Joins: benj_ (~benj_@replaced-ip)
-
2351[09:37:50] *** Joins: sheepman (~sheepman@replaced-ip)
-
2352[09:37:50] *** Joins: WARBIRD199 (~WARBIRD19@replaced-ip)
-
2353[09:37:50] *** Joins: cam13 (cam@replaced-ip)
-
2354[09:37:50] *** Joins: Attoy (~attoy@replaced-ip)
-
2355[09:37:50] *** Joins: nhandler (~nhandler@replaced-ip)
-
2356[09:37:50] *** Joins: Robby (robby@replaced-ip)
-
2357[09:37:50] *** Joins: AndrewAlexMac (~andrewale@replaced-ip)
-
2358[09:37:50] *** Joins: Quick_Wango (~quickwang@replaced-ip)
-
2359[09:37:50] *** Joins: ariador (aria@replaced-ip)
-
2360[09:37:50] *** Joins: jor (~jor@replaced-ip)
-
2361[09:37:50] *** Joins: Orochimarufan (znc@replaced-ip)
-
2362[09:37:50] *** Joins: n-st (~n-st@replaced-ip)
-
2363[09:37:50] *** Joins: kInOzAwA (~init@replaced-ip)
-
2364[09:37:50] *** Joins: gildarts (~gildarts@replaced-ip)
-
2365[09:37:50] *** Joins: beardyname (~beardy@replaced-ip)
-
2366[09:37:50] *** Joins: haasn (~haasn@replaced-ip)
-
2367[09:37:50] *** Joins: v4s (~v4s@replaced-ip)
-
2368[09:37:50] *** Joins: lbatalha (~lbatalha@replaced-ip)
-
2369[09:37:50] *** Joins: BackEndCoder (~steve@replaced-ip)
-
2370[09:37:50] *** Joins: Pedr0 (~Pedr0@replaced-ip)
-
2371[09:37:50] *** Joins: _jareth_ (~jareth_@replaced-ip)
-
2372[09:37:50] *** Joins: shahri (~shahri@replaced-ip)
-
2373[09:37:50] *** Joins: Nightmare (ddoscomin@replaced-ip)
-
2374[09:37:50] *** Joins: t3eblinder (~quassel@replaced-ip)
-
2375[09:37:50] *** Joins: Subfusc (subfusc@replaced-ip)
-
2376[09:37:50] *** Joins: _tremo (~tremo@replaced-ip)
-
2377[09:37:50] *** Joins: eb0t (~eblip@replaced-ip)
-
2378[09:37:50] *** Joins: bencevans (~quassel@replaced-ip)
-
2379[09:37:50] *** Joins: litheum (~kolbe@replaced-ip)
-
2380[09:37:50] *** Joins: patriciam (quassel@replaced-ip)
-
2381[09:37:50] *** Joins: plicease (quassel@replaced-ip)
-
2382[09:37:50] *** Joins: tobiasBora (~tobiasBor@replaced-ip)
-
2383[09:37:50] *** Joins: snow_bckspc (~snow_bcks@replaced-ip)
-
2384[09:37:50] *** Joins: tuv (~quassel@replaced-ip)
-
2385[09:37:50] *** Joins: brian_ (~brian@replaced-ip)
-
2386[09:37:50] *** Joins: c0ded (~c0ded@replaced-ip)
-
2387[09:37:50] *** Joins: ohithere (~binary@replaced-ip)
-
2388[09:37:50] *** Joins: zymurgy (~zymurgy@replaced-ip)
-
2389[09:37:50] *** Joins: BiGBOi (~michael@replaced-ip)
-
2390[09:37:50] *** Joins: spaceone (~spaceone@replaced-ip)
-
2391[09:37:50] *** Joins: Eryn_1983_FL (~Eryn_1983@replaced-ip)
-
2392[09:37:50] *** Joins: pvn (~vep2@replaced-ip)
-
2393[09:37:50] *** Joins: Quimby (~Quimby@replaced-ip)
-
2394[09:37:50] *** Joins: terr1 (~terr1@replaced-ip)
-
2395[09:37:50] *** Joins: paramourne (~synth@replaced-ip)
-
2396[09:37:50] *** Joins: DoctorD90 (~DoctorD90@replaced-ip)
-
2397[09:37:50] *** Joins: MrFrood_ (U2FsdGVkX1@replaced-ip)
-
2398[09:37:50] *** Joins: BreakerZero (~M00N@replaced-ip)
-
2399[09:37:50] *** Joins: ploop (~ploop@replaced-ip)
-
2400[09:37:50] *** Joins: milobit (~milobit@replaced-ip)
-
2401[09:37:50] *** Joins: hosiet (~hosiet@replaced-ip)
-
2402[09:37:50] *** Joins: Guest61183 (~e@replaced-ip)
-
2403[09:37:50] *** Joins: r0r0 (~r0r0@replaced-ip)
-
2404[09:37:50] *** Joins: buk (Elite18423@replaced-ip)
-
2405[09:37:50] *** Joins: amospalla (~amospalla@replaced-ip)
-
2406[09:37:50] *** Joins: aZz7eCh (~aZz7eCh@replaced-ip)
-
2407[09:37:50] *** Joins: internat (~nf@replaced-ip)
-
2408[09:37:50] *** Joins: mcintosh (~look@replaced-ip)
-
2409[09:37:50] *** Joins: bpsecret (~bpsecret@replaced-ip)
-
2410[09:37:50] *** Joins: Guest72185 (irc@replaced-ip)
-
2411[09:37:50] *** Joins: Ssquidly (~squidly@replaced-ip)
-
2412[09:37:50] *** Joins: Mattieu_ (~mmatthieu@replaced-ip)
-
2413[09:37:50] *** Joins: Sciuro (~rogier@replaced-ip)
-
2414[09:37:50] *** Joins: cyphix (~cyphix@replaced-ip)
-
2415[09:37:50] *** Joins: coruja_ (coruja@replaced-ip)
-
2416[09:37:50] *** Joins: moss (moss@replaced-ip)
-
2417[09:37:50] *** Joins: Gruselbauer (~grslbr@replaced-ip)
-
2418[09:37:50] *** Joins: banging (~banging@replaced-ip)
-
2419[09:37:50] *** Joins: subzero79 (~subzero79@replaced-ip)
-
2420[09:37:50] *** Joins: FinalX (~danielm@replaced-ip)
-
2421[09:37:50] *** Joins: polemic (~polemic@replaced-ip)
-
2422[09:37:50] *** Joins: sydney_u1tangle (~sydney@replaced-ip)
-
2423[09:37:50] *** Joins: altyr (~nobody@replaced-ip)
-
2424[09:37:50] *** Joins: matthiaskrgr_ (matthiaskr@replaced-ip)
-
2425[09:37:50] *** Joins: hiberno (~flume@replaced-ip)
-
2426[09:37:50] *** Joins: flokuehn (Elite17958@replaced-ip)
-
2427[09:37:50] *** Joins: Nazara (~Sovereign@replaced-ip)
-
2428[09:37:50] *** Joins: NightKhaos (~NK@replaced-ip)
-
2429[09:37:50] *** Joins: Guest31885 (RickyB98@replaced-ip)
-
2430[09:37:50] *** Joins: hayer (~hayer@replaced-ip)
-
2431[09:37:50] *** Joins: madprops (~clouds@replaced-ip)
-
2432[09:37:50] *** Joins: Guest13664 (~ard1t@replaced-ip)
-
2433[09:37:50] *** Joins: flashdel (~benedict@replaced-ip)
-
2434[09:37:50] *** Joins: Khudher (~K@replaced-ip)
-
2435[09:37:50] *** Joins: Andy80 (~andy80@replaced-ip)
-
2436[09:37:50] *** Joins: Spr1ng (~Spr1ng@replaced-ip)
-
2437[09:37:50] *** Joins: kodapa (kod@replaced-ip)
-
2438[09:37:50] *** Joins: drahti (~stiel@replaced-ip)
-
2439[09:37:50] *** Joins: nighty (~nighty@replaced-ip)
-
2440[09:37:50] *** Joins: keith4 (~keith4@replaced-ip)
-
2441[09:37:50] *** Joins: tobiw (~tobiw@replaced-ip)
-
2442[09:37:50] *** Joins: valdyn (valdyn@replaced-ip)
-
2443[09:37:50] *** Joins: DonVitoCorleone (don@replaced-ip)
-
2444[09:37:50] *** Joins: acrocity (~acrocity@replaced-ip)
-
2445[09:37:50] *** Joins: magnulu (~magnulu@replaced-ip)
-
2446[09:37:50] *** Joins: bzed (~bzed@replaced-ip)
-
2447[09:37:50] *** Joins: valerius (~valerius@replaced-ip)
-
2448[09:37:50] *** Joins: nickdastain (~nickdasta@replaced-ip)
-
2449[09:37:50] *** Joins: cadeskywalker (~madoka@replaced-ip)
-
2450[09:37:50] *** Joins: introom (~introom@replaced-ip)
-
2451[09:37:50] *** Joins: hawken (~hawken@replaced-ip)
-
2452[09:37:50] *** Joins: Shahnaz (~Shahnaz@replaced-ip)
-
2453[09:37:50] *** Joins: d-fence_ (~quassel@replaced-ip)
-
2454[09:37:50] *** Joins: mirko (~mirko@replaced-ip)
-
2455[09:37:50] *** Joins: pseubodot (~p-dot@replaced-ip)
-
2456[09:37:50] *** Joins: bobe (~bobe@replaced-ip)
-
2457[09:37:50] *** Joins: vhf (~vhf@replaced-ip)
-
2458[09:37:50] *** Joins: cromag (~cromag@replaced-ip)
-
2459[09:37:50] *** Joins: qman__ (quassel@replaced-ip)
-
2460[09:37:50] *** Joins: sayo- (~sayo-@replaced-ip)
-
2461[09:37:50] *** Joins: t0m0 (~t0m@replaced-ip)
-
2462[09:37:50] *** Joins: bezaban (~bezaban@replaced-ip)
-
2463[09:37:50] *** Joins: ksk (~ksk@replaced-ip)
-
2464[09:37:50] *** Joins: idmistir (~idmistir@replaced-ip)
-
2465[09:37:50] *** Joins: flyingkiwi (~kiwi@replaced-ip)
-
2466[09:37:50] *** Joins: Guest37306 (~datasmurf@replaced-ip)
-
2467[09:37:50] *** Joins: ausinch (~Lager_Mon@replaced-ip)
-
2468[09:37:50] *** Joins: d3lphi (~d3lphi@replaced-ip)
-
2469[09:37:50] *** Joins: TimWolla (~timwolla@replaced-ip)
-
2470[09:37:50] *** Joins: jgornick_ (jgornick@replaced-ip)
-
2471[09:37:50] *** Joins: Saar (~Saar@replaced-ip)
-
2472[09:37:50] *** Joins: psmolen (~psmolen@replaced-ip)
-
2473[09:37:50] *** Joins: {sd} (~Silva@replaced-ip)
-
2474[09:37:50] *** Joins: me4 (~me@replaced-ip)
-
2475[09:37:50] *** Joins: guios (~gio@replaced-ip)
-
2476[09:37:50] *** Joins: nomad_dw_ (~nomad@replaced-ip)
-
2477[09:37:50] *** Joins: Psy-Q (~psy-q@replaced-ip)
-
2478[09:37:50] *** Joins: Uninstall (~quassel@replaced-ip)
-
2479[09:37:50] *** Joins: folivora (~out@replaced-ip)
-
2480[09:37:50] *** Joins: s1lver (~daniel@replaced-ip)
-
2481[09:37:50] *** Joins: sp3ctr3 (~sp3ctr3@replaced-ip)
-
2482[09:37:50] *** Joins: Nach0z (~nach0z@replaced-ip)
-
2483[09:37:50] *** Joins: missmbob (~missmbob@replaced-ip)
-
2484[09:37:50] *** Joins: CrazyyMaxx (CrazyyMaxx@replaced-ip)
-
2485[09:37:50] *** Joins: TonyL (~Tony@replaced-ip)
-
2486[09:37:50] *** Joins: m0ltar (~moltar@replaced-ip)
-
2487[09:37:50] *** Joins: freakyy (~uwe@replaced-ip)
-
2488[09:37:50] *** Joins: ColtonDRG (~coltondrg@replaced-ip)
-
2489[09:37:50] *** Joins: djz88 (ZKubala@replaced-ip)
-
2490[09:37:50] *** Joins: Guest37990 (~lem0n@replaced-ip)
-
2491[09:37:50] *** Joins: Otyg (~otyg@replaced-ip)
-
2492[09:37:50] *** Joins: jolt (jolt@replaced-ip)
-
2493[09:37:50] *** Joins: dur (~dur@replaced-ip)
-
2494[09:37:50] *** Joins: smurfd_ (~smurfd@replaced-ip)
-
2495[09:37:50] *** Joins: galeido (galeido@replaced-ip)
-
2496[09:37:50] *** Joins: CodingWithClass_ (~CodingWit@replaced-ip)
-
2497[09:37:50] *** Joins: diabel_ (diabel@replaced-ip)
-
2498[09:37:50] *** Joins: Mortumm__ (~pi@replaced-ip)
-
2499[09:37:50] *** Joins: JoshuaACasey (Joshua@replaced-ip)
-
2500[09:37:50] *** Joins: ApEtc (~apetc@replaced-ip)
-
2501[09:37:50] *** Joins: ranix_ (~ranix@replaced-ip)
-
2502[09:37:50] *** Joins: xyassin (xyassin@replaced-ip)
-
2503[09:37:50] *** Joins: kisser- (null@replaced-ip)
-
2504[09:37:50] *** Joins: redrabbit (~nick@replaced-ip)
-
2505[09:37:50] *** Joins: myse|f (~xXx@replaced-ip)
-
2506[09:37:50] *** Joins: digdilem (~digdilem@replaced-ip)
-
2507[09:37:50] *** Joins: unwanted (unwanted@replaced-ip)
-
2508[09:37:50] *** Joins: Guest73504 (~lk@replaced-ip)
-
2509[09:37:50] *** Joins: c-c_ (csmr@replaced-ip)
-
2510[09:37:50] *** Joins: tswett (~tswett@replaced-ip)
-
2511[09:37:50] *** Joins: EmleyMoo1 (phil@replaced-ip)
-
2512[09:37:50] *** Joins: raidgh0st (raidghost@replaced-ip)
-
2513[09:37:50] *** Joins: Alexej_ (~alexej@replaced-ip)
-
2514[09:37:50] *** Joins: pankid (~quassel@replaced-ip)
-
2515[09:37:50] *** Joins: jercos (jercos@replaced-ip)
-
2516[09:37:50] *** Joins: Fusselkater (~Fusselkat@replaced-ip)
-
2517[09:37:50] *** Joins: ineiros_ (ineiros@replaced-ip)
-
2518[09:37:50] *** Joins: crashev_ (~crashev@replaced-ip)
-
2519[09:37:50] *** Joins: iwkse_ (~iwkse@replaced-ip)
-
2520[09:37:50] *** Joins: madmattco (~quassel@replaced-ip)
-
2521[09:37:50] *** Joins: [-5h4k3-] (queuepop@replaced-ip)
-
2522[09:37:50] *** Joins: ekix_ (~eki@replaced-ip)
-
2523[09:37:50] *** Joins: Keridos_ (~Keridos@replaced-ip)
-
2524[09:37:50] *** Joins: tensorpudding (~michael@replaced-ip)
-
2525[09:37:50] *** Joins: RyanKnack (RyanKnack@replaced-ip)
-
2526[09:37:50] *** Joins: nwe (~nwe@replaced-ip)
-
2527[09:37:50] *** Joins: DoberMann (~james@replaced-ip)
-
2528[09:37:50] *** Joins: breitenj (~breitenj@replaced-ip)
-
2529[09:37:50] *** Joins: ws2k3_ (freenodeyc@replaced-ip)
-
2530[09:37:50] *** Joins: aibot_ (~aibot@replaced-ip)
-
2531[09:37:50] *** Joins: llwu (~llwu@replaced-ip)
-
2532[09:37:50] *** Joins: homegrown (combrink@replaced-ip)
-
2533[09:37:50] *** Joins: koltrast (3e458a3e@replaced-ip)
-
2534[09:37:50] *** Joins: thalos_ (~thalos@replaced-ip)
-
2535[09:37:50] *** Joins: vook (~vook@replaced-ip)
-
2536[09:37:50] *** Joins: nymony_ (~nymony@replaced-ip)
-
2537[09:37:50] *** Joins: gunkaaa_ (~gunkaaa@replaced-ip)
-
2538[09:37:50] *** Joins: ryan-c (~ryan@replaced-ip)
-
2539[09:37:50] *** Joins: Tr4sK (~tr4sk@replaced-ip)
-
2540[09:37:50] *** Joins: Shadur_ (shadur@replaced-ip)
-
2541[09:37:50] *** Joins: vonsyd0w (~vonsyd0w@replaced-ip)
-
2542[09:37:50] *** Joins: twobitsprite (~isaac.fre@50.58.65.6)
-
2543[09:37:50] *** Joins: technohehl (~technoheh@replaced-ip)
-
2544[09:37:50] *** Joins: Droolio (~drool@replaced-ip)
-
2545[09:37:50] *** Joins: stooj (~stooj@replaced-ip)
-
2546[09:37:50] *** Joins: KaliLinuxGR (~KaliLinux@replaced-ip)
-
2547[09:37:50] *** Joins: rafaeldelucena (~Rafael@replaced-ip)
-
2548[09:37:50] *** Joins: Gurty (~princess@replaced-ip)
-
2549[09:37:50] *** Joins: RickXy (~zncadmin@replaced-ip)
-
2550[09:37:50] *** Joins: stefanc_diff (~stefanc_d@replaced-ip)
-
2551[09:37:50] *** Joins: judd (~judd@replaced-ip)
-
2552[09:37:50] *** Joins: MARPATdroid (~MARPATdro@replaced-ip)
-
2553[09:37:50] *** Joins: exezin (~exezin@replaced-ip)
-
2554[09:37:50] *** Joins: sziken (~chiken@replaced-ip)
-
2555[09:37:50] *** Joins: Poppabear (~Poppabear@replaced-ip)
-
2556[09:37:50] *** Joins: Olufunmilayo (~Olufunmil@replaced-ip)
-
2557[09:37:50] *** Joins: sorin-mihai (~sorin-mih@replaced-ip)
-
2558[09:37:50] *** Joins: ArchDuke (~ArchDuke@replaced-ip)
-
2559[09:37:50] *** Joins: cyphase (~cyphase@replaced-ip)
-
2560[09:37:50] *** Joins: Richard_Cavell (~Richard_C@replaced-ip)
-
2561[09:37:50] *** Joins: brizz (~brizz@replaced-ip)
-
2562[09:37:50] *** Joins: pfoo (~pfood@replaced-ip)
-
2563[09:37:50] *** Joins: jje (~quassel@replaced-ip)
-
2564[09:37:50] *** Joins: muhannad (~muhannad@replaced-ip)
-
2565[09:37:50] *** Joins: relaxed (~relaxed@replaced-ip)
-
2566[09:37:50] *** Joins: ghormoon (~ghormoon@replaced-ip)
-
2567[09:37:50] *** Joins: awal1 (~awal1@replaced-ip)
-
2568[09:37:50] *** Joins: Merixer (~Merixer@replaced-ip)
-
2569[09:37:50] *** Joins: d0nn1e (~d0nn1e@replaced-ip)
-
2570[09:37:50] *** Joins: cesdo (~user@replaced-ip)
-
2571[09:37:50] *** Joins: saturos (~saturos@replaced-ip)
-
2572[09:37:50] *** Joins: michaelni (~michael@replaced-ip)
-
2573[09:37:50] *** Joins: murphy (~murphy@replaced-ip)
-
2574[09:37:50] *** Joins: Neo (~neo@replaced-ip)
-
2575[09:37:50] *** Joins: CihanKaygusuz (uid205533@replaced-ip)
-
2576[09:37:50] *** Joins: SpacePenguin (~SpacePeng@replaced-ip)
-
2577[09:37:50] *** Joins: NP|2 (~kvirc@replaced-ip)
-
2578[09:37:50] *** Joins: moozer (~moz@replaced-ip)
-
2579[09:37:50] *** Joins: asti (~user@replaced-ip)
-
2580[09:37:50] *** Joins: levifig (~levi@replaced-ip)
-
2581[09:37:50] *** Joins: Aebian (~Aebian@replaced-ip)
-
2582[09:37:50] *** Joins: tatalazo (~Icedove@replaced-ip)
-
2583[09:37:50] *** Joins: ioudas^work (~ioudasw@replaced-ip)
-
2584[09:37:50] *** Joins: sphenxes (~sphenxes@replaced-ip)
-
2585[09:37:50] *** Joins: Pr0metheus (~nezos@replaced-ip)
-
2586[09:37:50] *** Joins: bmomjian (~bmomjian@replaced-ip)
-
2587[09:37:50] *** Joins: cybrNaut (cybrNaut@replaced-ip)
-
2588[09:37:50] *** Joins: cosmos (~quassel@replaced-ip)
-
2589[09:37:50] *** Joins: jandrusk (~jra@replaced-ip)
-
2590[09:37:50] *** Joins: GNU\colossus (colo@replaced-ip)
-
2591[09:37:50] *** Joins: mauro25987 (~mgonzalez@replaced-ip)
-
2592[09:37:50] *** Joins: sphenxes01 (~sphenxes@replaced-ip)
-
2593[09:37:50] *** Joins: marlinc (~marlinc@replaced-ip)
-
2594[09:37:50] *** Joins: Mr_Pancake (~Pancake@replaced-ip)
-
2595[09:37:50] *** Joins: CrazyEddy (crazyed@replaced-ip)
-
2596[09:37:51] *** Joins: owl0 (~owl@replaced-ip)
-
2597[09:37:51] *** Joins: Atm0spher1c (~future@replaced-ip)
-
2598[09:37:51] *** Joins: |DM| (~|DM|@replaced-ip)
-
2599[09:37:51] *** Joins: rdz (~rdz@replaced-ip)
-
2600[09:37:51] *** Joins: civillian (~nick@replaced-ip)
-
2601[09:37:51] *** Joins: Domhack (~Domhack@replaced-ip)
-
2602[09:37:51] *** Joins: Gaxpaxxo (~Gazpacho@replaced-ip)
-
2603[09:37:51] *** Joins: kiao2938 (~mj@replaced-ip)
-
2604[09:37:51] *** Joins: zero85 (~zero@replaced-ip)
-
2605[09:37:51] *** Joins: Kev- (~Kev@replaced-ip)
-
2606[09:37:51] *** Joins: greyeax_ (~marmalade@replaced-ip)
-
2607[09:37:51] *** Joins: mypapit (~fakap@replaced-ip)
-
2608[09:37:51] *** Joins: papitfx (~hafiz@replaced-ip)
-
2609[09:37:51] *** Joins: AimHere (~David@replaced-ip)
-
2610[09:37:51] *** Joins: _Vi (~vi@replaced-ip)
-
2611[09:37:51] *** Joins: lethu (~lethu@replaced-ip)
-
2612[09:37:51] *** Joins: Hurtz (~Hurtz@replaced-ip)
-
2613[09:37:51] *** Joins: MrGeneral (~MrGeneral@replaced-ip)
-
2614[09:37:51] *** Joins: JeDa (JeDa@replaced-ip)
-
2615[09:37:51] *** Joins: `slikts (~nelabs@replaced-ip)
-
2616[09:37:51] *** Joins: Mario_ (~Mario@replaced-ip)
-
2617[09:37:51] *** Joins: lachlan (~lachlan@replaced-ip)
-
2618[09:37:51] *** Joins: littlebearz__ (littlebear@replaced-ip)
-
2619[09:37:51] *** Joins: spacebison (~bison@replaced-ip)
-
2620[09:37:51] *** Joins: Nnavd (~Nnavd@replaced-ip)
-
2621[09:37:51] *** Joins: alxd (~alxd@replaced-ip)
-
2622[09:37:51] *** Joins: Velgor (~Velgor@replaced-ip)
-
2623[09:37:51] *** Joins: Devastator (~devas@replaced-ip)
-
2624[09:37:51] *** Joins: fvb (~fvb@replaced-ip)
-
2625[09:37:51] *** Joins: WindowsXPForever (rep@replaced-ip)
-
2626[09:37:51] *** Joins: NoxiousPloK (~noxiouspl@replaced-ip)
-
2627[09:37:51] *** Joins: tswartz (~tswartz@replaced-ip)
-
2628[09:37:51] *** Joins: mda1 (~dreamseek@replaced-ip)
-
2629[09:37:51] *** Joins: vinzv (~quassel@replaced-ip)
-
2630[09:37:51] *** Joins: doogaille (~doogaille@replaced-ip)
-
2631[09:37:51] *** Joins: trewas (~trewas@replaced-ip)
-
2632[09:37:51] *** Joins: Gloomy (~Gloomy@replaced-ip)
-
2633[09:37:51] *** Joins: angor (~angor@replaced-ip)
-
2634[09:37:51] *** Joins: Stummi (~Stummi@replaced-ip)
-
2635[09:37:51] *** Joins: clopez (~tau@replaced-ip)
-
2636[09:37:51] *** Joins: satbyy (satbyy@replaced-ip)
-
2637[09:37:51] *** Joins: bchroneos (~ben@replaced-ip)
-
2638[09:37:51] *** Joins: edwardly (~edwardly@replaced-ip)
-
2639[09:37:51] *** Joins: syssi (~syssi@replaced-ip)
-
2640[09:37:51] *** Joins: babilen (~babilen@replaced-ip)
-
2641[09:37:51] *** Joins: GenTooMan (~cyberman@replaced-ip)
-
2642[09:37:51] *** Joins: deciph3r (~desiph3r@replaced-ip)
-
2643[09:37:51] *** Joins: noroot_ (~noroot@replaced-ip)
-
2644[09:37:51] *** Joins: Atlas (atlas@replaced-ip)
-
2645[09:37:51] *** Joins: towo^work (~towo@replaced-ip)
-
2646[09:37:51] *** Joins: fatalerrors (~fatalerro@replaced-ip)
-
2647[09:37:51] *** Joins: joethei (~joethei@replaced-ip)
-
2648[09:37:51] *** Joins: grumble (~grumble@replaced-ip)
-
2649[09:37:51] *** Joins: dooglus (~biufter@replaced-ip)
-
2650[09:37:51] *** Joins: dpkg (~dpkg@replaced-ip)
-
2651[09:37:51] *** Joins: ELLIOTTCABLE (sid1544@replaced-ip)
-
2652[09:37:51] *** Joins: linuxthefish (~ltf@replaced-ip)
-
2653[09:37:51] *** Joins: fcharton (~fca@replaced-ip)
-
2654[09:37:51] *** Joins: rkj (~rkj@replaced-ip)
-
2655[09:37:51] *** Joins: sonne (~vmlinuz@replaced-ip)
-
2656[09:37:51] *** Joins: Guest24427 (~pythonsna@replaced-ip)
-
2657[09:37:51] *** Joins: shakalaka (~shakalaka@replaced-ip)
-
2658[09:37:51] *** Joins: grift (~grift@replaced-ip)
-
2659[09:37:51] *** Joins: Guest4003 (~gareth__@replaced-ip)
-
2660[09:37:51] *** Joins: Guest73411 (skarn@replaced-ip)
-
2661[09:37:51] *** Joins: sinduck (~bouncer@replaced-ip)
-
2662[09:37:51] *** Joins: zwamkat (~zwamkat@replaced-ip)
-
2663[09:37:51] *** Joins: pentiumone133 (~quassel@replaced-ip)
-
2664[09:37:51] *** Joins: crowell (~jeff@replaced-ip)
-
2665[09:37:51] *** Joins: MasonMH (~SHRMz@replaced-ip)
-
2666[09:37:51] *** Joins: shtirlic (~shtirlic@replaced-ip)
-
2667[09:37:51] *** Joins: Keitaro (trickster@replaced-ip)
-
2668[09:37:51] *** Joins: vivid (~vivid@replaced-ip)
-
2669[09:37:51] *** Joins: AndrewMC (~amc@replaced-ip)
-
2670[09:37:51] *** Joins: Bryanstein (~Bryanstei@replaced-ip)
-
2671[09:37:51] *** Joins: themill (~stuart@replaced-ip)
-
2672[09:37:51] *** Joins: simbalion` (~simba@replaced-ip)
-
2673[09:37:51] *** Joins: Sleepy63 (~Sleepy63@replaced-ip)
-
2674[09:37:51] *** Joins: phantomcircuit (~phantomci@replaced-ip)
-
2675[09:37:51] *** Joins: Krigsforbryter (~weechat@replaced-ip)
-
2676[09:37:51] *** Joins: Anarchic` (~Anarchic@replaced-ip)
-
2677[09:37:51] *** Joins: paulgrmn (~paulgorma@replaced-ip)
-
2678[09:37:51] *** Joins: zz_CyberJacob (~CyberJaco@replaced-ip)
-
2679[09:37:51] *** Joins: mdk (~mandark@replaced-ip)
-
2680[09:37:51] *** Joins: p_quarles (~pquarles@replaced-ip)
-
2681[09:37:51] *** Joins: mundus2018 (~mundus201@replaced-ip)
-
2682[09:37:51] *** Joins: _Baltazar_ (~Baltazars@replaced-ip)
-
2683[09:37:51] *** Joins: InFerNo_ (~infy@replaced-ip)
-
2684[09:37:51] *** Joins: funnel (~funnel@replaced-ip)
-
2685[09:37:51] *** Joins: unhallowed (~root@replaced-ip)
-
2686[09:37:51] *** Joins: d33tah (~d33tah@replaced-ip)
-
2687[09:37:51] *** Joins: muugal (~jackson@replaced-ip)
-
2688[09:37:51] *** Joins: bhurstpdx (~bhurstpdx@replaced-ip)
-
2689[09:37:51] *** Joins: Emmanuel_Chanel (~emmanuel@replaced-ip)
-
2690[09:37:51] *** Joins: umbSublime (~Sublime_@replaced-ip)
-
2691[09:37:51] *** Joins: lohenpaa (~jotain@replaced-ip)
-
2692[09:37:51] *** Joins: Wyzard (~mike@replaced-ip)
-
2693[09:37:51] *** Joins: dinoocch (~dinoocch@replaced-ip)
-
2694[09:37:51] *** Joins: pixdamix (~pix@replaced-ip)
-
2695[09:37:51] *** Joins: simp (~simp@replaced-ip)
-
2696[09:37:51] *** Joins: cbmuser (~glaubitz@replaced-ip)
-
2697[09:37:51] *** Joins: frediz (~Fred@replaced-ip)
-
2698[09:37:51] *** Joins: ijmad (~ian@replaced-ip)
-
2699[09:37:51] *** Joins: mns (~mns@replaced-ip)
-
2700[09:37:51] *** Joins: jair (~jair@replaced-ip)
-
2701[09:37:51] *** Joins: Scotteh (~Scotteh@replaced-ip)
-
2702[09:37:51] *** Joins: churnd (~churnd@replaced-ip)
-
2703[09:37:51] *** Joins: quasisane (~sanep@replaced-ip)
-
2704[09:37:51] *** Joins: nopnopnop (~nope@replaced-ip)
-
2705[09:37:51] *** Joins: Midworm (~Midworm@replaced-ip)
-
2706[09:37:51] *** Joins: hahainternet (~abusevict@replaced-ip)
-
2707[09:37:51] *** Joins: ageis (~kevin@replaced-ip)
-
2708[09:37:51] *** Joins: LaunchDirector (~pi@replaced-ip)
-
2709[09:37:51] *** Joins: przemoc (~przemoc@replaced-ip)
-
2710[09:37:51] *** Joins: friesenpeter (~friesenpe@replaced-ip)
-
2711[09:37:51] *** Joins: module000 (~module000@replaced-ip)
-
2712[09:37:51] *** Joins: Carno (~carno@replaced-ip)
-
2713[09:37:51] *** Joins: althalus (~althalus@replaced-ip)
-
2714[09:37:51] *** Joins: bcd (~bcd@replaced-ip)
-
2715[09:37:51] *** Joins: ceng (ceng@replaced-ip)
-
2716[09:37:51] *** Joins: petn-randall (~petn-rand@replaced-ip)
-
2717[09:37:51] *** Joins: jssjr (~relax@replaced-ip)
-
2718[09:37:51] *** Joins: benster (~ben@replaced-ip)
-
2719[09:37:51] *** Joins: sndb (~kiri@replaced-ip)
-
2720[09:37:51] *** Joins: admiral0 (~admiral0@replaced-ip)
-
2721[09:37:51] *** Joins: emilsp (~emilsp@replaced-ip)
-
2722[09:37:51] *** Joins: hagbard_celine_ (~hagbard_c@replaced-ip)
-
2723[09:37:51] *** Joins: Guest33911 (~postmaste@replaced-ip)
-
2724[09:37:51] *** Joins: SpeedBus (~SpeedBus@replaced-ip)
-
2725[09:37:51] *** Joins: squarecircle (~goto@replaced-ip)
-
2726[09:37:51] *** Joins: himiko (~himiko@replaced-ip)
-
2727[09:37:51] *** Joins: TmvC (~TmvC@replaced-ip)
-
2728[09:37:51] *** Joins: gluytium (U2FsdGVkX1@replaced-ip)
-
2729[09:37:51] *** Joins: Miga (Miga@replaced-ip)
-
2730[09:37:51] *** Joins: at0m (~at0m@replaced-ip)
-
2731[09:37:51] *** Joins: Hydroxide (~jimmy@replaced-ip)
-
2732[09:37:51] *** Joins: percY- (~percY@replaced-ip)
-
2733[09:37:51] *** Joins: marens (~quassel@replaced-ip)
-
2734[09:37:51] *** Joins: volter (~volter@replaced-ip)
-
2735[09:37:51] *** Joins: ski_ (~ski@replaced-ip)
-
2736[09:37:51] *** Joins: bfit (~bfit@replaced-ip)
-
2737[09:37:51] *** Joins: atehwa_ (atehwa@replaced-ip)
-
2738[09:37:51] *** Joins: juhop_ (~anon@replaced-ip)
-
2739[09:37:51] *** Joins: trvz (~trvz@replaced-ip)
-
2740[09:37:51] *** Joins: dselect (~dselect@replaced-ip)
-
2741[09:37:51] *** Joins: v-y (v-y@replaced-ip)
-
2742[09:37:51] *** Joins: Alina-malina (~Alina-mal@replaced-ip)
-
2743[09:37:51] *** Joins: KODY92802138 (~annonymou@replaced-ip)
-
2744[09:37:51] *** Joins: Shentino (~Shentino@replaced-ip)
-
2745[09:37:51] *** Joins: Anwarias_ (~quassel@replaced-ip)
-
2746[09:37:51] *** Joins: mingdao (~mingdao@replaced-ip)
-
2747[09:37:51] *** Joins: LiamMon (~liam.monc@185.166.131.51.srvlist.ukfast.net)
-
2748[09:37:51] *** Joins: fossrox (~fossrox@replaced-ip)
-
2749[09:37:51] *** Joins: dahl (tusj@replaced-ip)
-
2750[09:37:51] *** Joins: Celelibi (celelibi@replaced-ip)
-
2751[09:37:51] *** Joins: GPenguin (~patrick@replaced-ip)
-
2752[09:37:51] *** Joins: fa-st (~fast@replaced-ip)
-
2753[09:37:51] *** Joins: enkrypt (~enkrypt@replaced-ip)
-
2754[09:37:51] *** Joins: zorg1 (~zorg1@replaced-ip)
-
2755[09:37:51] *** Joins: noodle (~noodle@replaced-ip)
-
2756[09:37:51] *** Joins: jesopo (jess@replaced-ip)
-
2757[09:37:51] *** Joins: Comstock (~Comstock@replaced-ip)
-
2758[09:37:51] *** Joins: LambdaCalculus37 (~robert@replaced-ip)
-
2759[09:37:51] *** Joins: rozie (~rozie@replaced-ip)
-
2760[09:37:51] *** Joins: phate408 (~Phate@replaced-ip)
-
2761[09:37:51] *** Joins: olegfusion (~olegfusio@replaced-ip)
-
2762[09:37:51] *** Joins: Butt3rfly (~Butt3rfly@replaced-ip)
-
2763[09:37:51] *** Joins: jager (~quassel@replaced-ip)
-
2764[09:37:51] *** Joins: nbags (~nbags@replaced-ip)
-
2765[09:37:51] *** Joins: XeonSquared (~ShadowKat@replaced-ip)
-
2766[09:37:51] *** Joins: fyrril2 (~fyrril@replaced-ip)
-
2767[09:37:51] *** Joins: suffer (jeff@replaced-ip)
-
2768[09:37:51] *** Joins: verboese (~verboese@replaced-ip)
-
2769[09:37:51] *** Joins: hanleym (~hanleym@replaced-ip)
-
2770[09:37:51] *** Joins: ledeni (~ledeni@replaced-ip)
-
2771[09:37:51] *** Joins: LambdaComplex (~LambdaCom@replaced-ip)
-
2772[09:37:51] *** Joins: mossman (~mossman@replaced-ip)
-
2773[09:37:51] *** Joins: r3m (~r3m@replaced-ip)
-
2774[09:37:51] *** Joins: APexil (~you@replaced-ip)
-
2775[09:37:51] *** Joins: infernix (nix@replaced-ip)
-
2776[09:37:51] *** Joins: lstanley (liam@replaced-ip)
-
2777[09:37:51] *** Joins: binaryc (~binaryc@replaced-ip)
-
2778[09:37:51] *** Joins: Jdbye (~furry4lif@replaced-ip)
-
2779[09:37:51] *** Joins: Sigyn (sigyn@replaced-ip)
-
2780[09:37:51] *** Joins: Noskcaj (~Noskcaj@replaced-ip)
-
2781[09:37:51] *** Joins: VoidFox (VoidFox@replaced-ip)
-
2782[09:37:51] *** Joins: Exagone313 (exa@replaced-ip)
-
2783[09:37:51] *** Joins: baum (~baum@replaced-ip)
-
2784[09:37:51] *** Joins: Redfoxmoon (~Redfox@replaced-ip)
-
2785[09:37:51] *** Joins: transience (~transienc@replaced-ip)
-
2786[09:37:51] *** Joins: Elronnd (elronnd@replaced-ip)
-
2787[09:37:51] *** Joins: Malinux (~malin@replaced-ip)
-
2788[09:37:51] *** Joins: mt (mteufel@replaced-ip)
-
2789[09:37:51] *** Joins: grawity (grawity@replaced-ip)
-
2790[09:37:51] *** Joins: cwillu_at_work (~cwillu@replaced-ip)
-
2791[09:37:51] *** Joins: j3x (~j3x@replaced-ip)
-
2792[09:37:51] *** Joins: Schmantinski (~cmantsch@replaced-ip)
-
2793[09:37:51] *** Joins: darkalia (~darkalia@replaced-ip)
-
2794[09:37:51] *** Joins: JStoker (jstoker@replaced-ip)
-
2795[09:37:51] *** Joins: JZTech101 (jztech101@replaced-ip)
-
2796[09:37:51] *** Joins: wondiws (~Jasper@replaced-ip)
-
2797[09:37:51] *** Joins: mik (mik@replaced-ip)
-
2798[09:37:51] *** Joins: joze (~joze@replaced-ip)
-
2799[09:37:51] *** Joins: Hobby_boy (Hobbyboy@replaced-ip)
-
2800[09:37:51] *** Joins: nikola (~nikola@replaced-ip)
-
2801[09:37:51] *** Joins: Monthrec- (~P4rtyV4n@replaced-ip)
-
2802[09:37:51] *** Joins: wsm (~master@replaced-ip)
-
2803[09:37:51] *** Joins: SpeedyG (~SpeedyG@replaced-ip)
-
2804[09:37:51] *** Joins: TacoGS (~TacoGS@replaced-ip)
-
2805[09:37:51] *** Joins: DLange (~DLange@replaced-ip)
-
2806[09:37:51] *** Joins: Len (~Lenisko@replaced-ip)
-
2807[09:37:51] *** Joins: k0nsl (~k0nsl@replaced-ip)
-
2808[09:37:51] *** Joins: enki (~enki@replaced-ip)
-
2809[09:37:51] *** Joins: sohum (sohum@replaced-ip)
-
2810[09:37:51] *** Joins: EyeOfJupiter1 (~EyeOfJ@replaced-ip)
-
2811[09:37:51] *** Joins: tonyoy (~ay@replaced-ip)
-
2812[09:37:51] *** Joins: ludocode (~quassel@replaced-ip)
-
2813[09:37:51] *** Joins: Qrc (~lehtine5@replaced-ip)
-
2814[09:37:51] *** Joins: jpalmer (~jpalmer@replaced-ip)
-
2815[09:37:51] *** Joins: GhostInTheShell (~melkor@replaced-ip)
-
2816[09:37:51] *** Joins: kirkland (~kirkland@replaced-ip)
-
2817[09:37:51] *** Joins: jticket (~jticket@replaced-ip)
-
2818[09:37:51] *** Joins: DarkDevil (~demon@replaced-ip)
-
2819[09:37:51] *** Joins: luz1 (~luz1@replaced-ip)
-
2820[09:37:51] *** Joins: neskau (~Sbyte@replaced-ip)
-
2821[09:37:51] *** Joins: rudi_s (~simon@replaced-ip)
-
2822[09:37:51] *** Joins: noexcept (~noexcept@replaced-ip)
-
2823[09:37:51] *** Joins: SiCC (~sicc@replaced-ip)
-
2824[09:37:51] *** Joins: sandman13 (~sandman13@replaced-ip)
-
2825[09:37:51] *** Joins: KnightsWhoSayNi (Magic@replaced-ip)
-
2826[09:37:51] *** Joins: dmc_ (dmc@replaced-ip)
-
2827[09:37:51] *** Joins: smeert (~heller@replaced-ip)
-
2828[09:37:51] *** Joins: denken (denken@replaced-ip)
-
2829[09:37:51] *** Joins: goberle (~goberle@replaced-ip)
-
2830[09:37:51] *** Joins: slax0r (slax0r@replaced-ip)
-
2831[09:37:51] *** Joins: Zharf (~eclipser@replaced-ip)
-
2832[09:37:51] *** Joins: rxc (~ryan@replaced-ip)
-
2833[09:37:51] *** Joins: Phibonacci (~quassel@replaced-ip)
-
2834[09:37:51] *** Joins: mibbit8449 (~nicholas@replaced-ip)
-
2835[09:37:51] *** Joins: aaro (~aaro@replaced-ip)
-
2836[09:37:51] *** Joins: lazouz (~lazouz@replaced-ip)
-
2837[09:37:51] *** Joins: supersoju (~ajones@replaced-ip)
-
2838[09:37:51] *** Joins: PityDaFool (~Thunderbi@replaced-ip)
-
2839[09:37:51] *** Joins: MrNeon (~misterneo@replaced-ip)
-
2840[09:37:51] *** Joins: BWMerlin (~Thunderbi@replaced-ip)
-
2841[09:37:51] *** Joins: hiya (hiya@replaced-ip)
-
2842[09:37:51] *** Joins: monoxane (~monoxane@replaced-ip)
-
2843[09:37:51] *** Joins: arha_ (~temp@replaced-ip)
-
2844[09:37:51] *** Joins: AfroThundr (~AfroThund@replaced-ip)
-
2845[09:37:51] *** Joins: Ximensi0ns (~Ximensi0n@replaced-ip)
-
2846[09:37:51] *** Joins: llimeht (~stuart@replaced-ip)
-
2847[09:37:51] *** Joins: turfrex (~py@replaced-ip)
-
2848[09:37:51] *** Joins: aatwood (~quassel@replaced-ip)
-
2849[09:37:51] *** Joins: HappyLoaf (~HappyLoaf@replaced-ip)
-
2850[09:37:51] *** Joins: ckuehl (ckuehl@replaced-ip)
-
2851[09:37:51] *** Joins: barteks2x (barteks2x@replaced-ip)
-
2852[09:37:51] *** Joins: Hobbyboy (Hobbyboy@replaced-ip)
-
2853[09:37:51] *** Joins: djvdorp (djvdorp@replaced-ip)
-
2854[09:37:51] *** Joins: bazhang (~bazhang@replaced-ip)
-
2855[09:37:51] *** Joins: osx (osx@replaced-ip)
-
2856[09:37:51] *** Joins: bitch (hctib@replaced-ip)
-
2857[09:37:51] *** Joins: wodim (~zzz@replaced-ip)
-
2858[09:37:51] *** Joins: teclo- (42@replaced-ip)
-
2859[09:37:51] *** Joins: paw (~afong@replaced-ip)
-
2860[09:37:51] *** Joins: Jan\ (kvirc@replaced-ip)
-
2861[09:37:51] *** Joins: RamPage (~R@replaced-ip)
-
2862[09:37:51] *** Joins: N3X15 (~Rob@replaced-ip)
-
2863[09:37:51] *** Joins: hplar (~ralph@replaced-ip)
-
2864[09:37:51] *** Joins: somiaj (~jaimos@replaced-ip)
-
2865[09:37:51] *** Joins: zerun0 (~zerun0@replaced-ip)
-
2866[09:37:51] *** Joins: ribasushi (~riba@replaced-ip)
-
2867[09:37:51] *** Joins: meLon (~meLon@replaced-ip)
-
2868[09:37:51] *** Joins: dym (~patrick@replaced-ip)
-
2869[09:37:51] *** Joins: wyre (wyre@replaced-ip)
-
2870[09:37:51] *** Joins: finchd (~finchd@replaced-ip)
-
2871[09:37:51] *** Joins: AJ_Z0 (~AJ_Z0@replaced-ip)
-
2872[09:37:51] *** Joins: pkiller (~pkiller@replaced-ip)
-
2873[09:37:51] *** Joins: jcara (~jcara@replaced-ip)
-
2874[09:37:51] *** Joins: jamesl (jamesl@replaced-ip)
-
2875[09:37:51] *** Joins: brolin_empey (~brolin@replaced-ip)
-
2876[09:37:51] *** Joins: Tempesta (Tempesta@replaced-ip)
-
2877[09:37:51] *** Joins: sussudio (~sussudio@replaced-ip)
-
2878[09:37:51] *** Joins: weltzooo (~weltzooo@replaced-ip)
-
2879[09:37:51] *** Joins: strass (~strass@replaced-ip)
-
2880[09:37:51] *** Joins: Afforess (~Afforess@replaced-ip)
-
2881[09:37:51] *** Joins: Kazzy (~kaz@replaced-ip)
-
2882[09:37:51] *** Joins: Gm4n (~Gm4n@replaced-ip)
-
2883[09:37:51] *** Joins: leachim6 (~leachim6@replaced-ip)
-
2884[09:37:51] *** Joins: cheapie (~cheapie@replaced-ip)
-
2885[09:37:51] *** Joins: grinsekatze (~andreas@replaced-ip)
-
2886[09:37:51] *** Joins: SporkWitch (~SporkWitc@replaced-ip)
-
2887[09:37:51] *** Joins: cafuego (~cafuego@replaced-ip)
-
2888[09:37:51] *** Joins: pelegreno (~cinch@replaced-ip)
-
2889[09:37:51] *** Joins: nSe (~leo@replaced-ip)
-
2890[09:37:51] *** Joins: HandheldPenguin (~dude@replaced-ip)
-
2891[09:37:51] *** Joins: Ring0` (~mike@replaced-ip)
-
2892[09:37:51] *** Joins: firztspawn (~firztspaw@replaced-ip)
-
2893[09:37:51] *** Joins: r0mdau (~romain@replaced-ip)
-
2894[09:37:51] *** Joins: silver_hook (~hook@replaced-ip)
-
2895[09:37:51] *** Joins: typosaurus (~typosauru@replaced-ip)
-
2896[09:37:51] *** Joins: dsfox (~dsf@replaced-ip)
-
2897[09:37:51] *** Joins: launchy (~david63@replaced-ip)
-
2898[09:37:51] *** Joins: kale (~kale@replaced-ip)
-
2899[09:37:51] *** Joins: d1b (~db@replaced-ip)
-
2900[09:37:51] *** Joins: frazr (~nik@replaced-ip)
-
2901[09:37:51] *** Joins: cruxeternus (~cruxetern@replaced-ip)
-
2902[09:37:51] *** Joins: apathor (~apathor@replaced-ip)
-
2903[09:37:51] *** Joins: unkmar (~unkmar@replaced-ip)
-
2904[09:37:51] *** Joins: SQL (~SQL@replaced-ip)
-
2905[09:37:51] *** Joins: jmcnaught (~jeremy@replaced-ip)
-
2906[09:37:51] *** Joins: p53ud0nym (~p53ud0nym@replaced-ip)
-
2907[09:37:51] *** Joins: Junaos (~Junaos@replaced-ip)
-
2908[09:37:51] *** Joins: floyin (~floyin@replaced-ip)
-
2909[09:37:51] *** Joins: SotK (~adamcoldr@replaced-ip)
-
2910[09:37:51] *** Joins: TheAvatar (TheAvatar@replaced-ip)
-
2911[09:37:51] *** Joins: RichiH (~richih@replaced-ip)
-
2912[09:37:51] *** Joins: ^GoD^ (~156@replaced-ip)
-
2913[09:37:51] *** Joins: unicron (~unicron@replaced-ip)
-
2914[09:37:51] *** Joins: oliverio (~oliverio@replaced-ip)
-
2915[09:37:51] *** Joins: Hink (~Hink@replaced-ip)
-
2916[09:37:51] *** Joins: Speed` (~shivam@replaced-ip)
-
2917[09:37:51] *** Joins: sparty (~sparty@replaced-ip)
-
2918[09:37:51] *** Joins: blue (~blue@replaced-ip)
-
2919[09:37:51] *** Joins: oom8ail (~rottmrei@replaced-ip)
-
2920[09:37:51] *** Joins: rook2pawn (~rook@replaced-ip)
-
2921[09:37:51] *** Joins: Snakes2 (~Snakes@replaced-ip)
-
2922[09:37:51] *** Joins: w0bni (madsar@replaced-ip)
-
2923[09:37:51] *** Joins: baloney (tony@replaced-ip)
-
2924[09:37:51] *** Joins: Ryushin (user@replaced-ip)
-
2925[09:37:51] *** Joins: Texou (~Texou@replaced-ip)
-
2926[09:37:51] *** Joins: Ishaq (~Ishaq@replaced-ip)
-
2927[09:37:51] *** Joins: benklop (~quassel@replaced-ip)
-
2928[09:37:51] *** Joins: PlasmaStar (Plasma@replaced-ip)
-
2929[09:37:51] *** Joins: maddawg2 (~maddawg@replaced-ip)
-
2930[09:37:51] *** Joins: alfred_ (~quassel@replaced-ip)
-
2931[09:37:51] *** Joins: ScottE (~ScottE@replaced-ip)
-
2932[09:37:51] *** Joins: MissionCritical (~MissionCr@replaced-ip)
-
2933[09:37:51] *** Joins: prussian (~prussian@replaced-ip)
-
2934[09:37:51] *** Joins: Vorpal (~Vorpal@replaced-ip)
-
2935[09:37:51] *** Joins: NoCode (~NoCode@replaced-ip)
-
2936[09:37:51] *** Joins: sypher (sypher@replaced-ip)
-
2937[09:37:51] *** Joins: mallxs (~chatzilla@replaced-ip)
-
2938[09:37:51] *** Joins: Mouaad (~Mouaad@replaced-ip)
-
2939[09:37:51] *** Joins: thoros (~thoros@replaced-ip)
-
2940[09:37:51] *** Joins: sifeic (~sifeic@replaced-ip)
-
2941[09:37:51] *** Joins: iNs (~ins@replaced-ip)
-
2942[09:37:51] *** Joins: Uf0 (~luna@replaced-ip)
-
2943[09:37:51] *** Joins: pugfantus (~pugfantus@replaced-ip)
-
2944[09:37:51] *** Joins: tacocat (~GLolol@replaced-ip)
-
2945[09:37:51] *** Joins: krups (~krups@replaced-ip)
-
2946[09:37:51] *** Joins: niko (~niko@replaced-ip)
-
2947[09:37:51] *** Joins: gmh (glenn@replaced-ip)
-
2948[09:37:51] *** Joins: hycer (~hycer@replaced-ip)
-
2949[09:37:51] *** Joins: jpinx (~jpinx@replaced-ip)
-
2950[09:37:51] *** Joins: LeandroLuiz (~clkalw@replaced-ip)
-
2951[09:37:51] *** Joins: Dracunos (~Dracunos@replaced-ip)
-
2952[09:37:51] *** Joins: somepoortech (~somepoort@replaced-ip)
-
2953[09:37:51] *** Joins: stu_meat (~stu_meat@replaced-ip)
-
2954[09:37:51] *** Joins: tripkin (~tripkin@replaced-ip)
-
2955[09:37:51] *** Joins: Spydar007 (spydar007@replaced-ip)
-
2956[09:37:51] *** Joins: jvelasquez (~jvelasque@replaced-ip)
-
2957[09:37:51] *** Joins: johnnyfive (~johnnyfiv@replaced-ip)
-
2958[09:37:51] *** Joins: dynek (~dynek@replaced-ip)
-
2959[09:37:51] *** Joins: beaver (~none@replaced-ip)
-
2960[09:37:51] *** Joins: phogg (~phogg@replaced-ip)
-
2961[09:37:51] *** Joins: kingkong (antalya@replaced-ip)
-
2962[09:37:51] *** Joins: cryptic_ (~cryptic@replaced-ip)
-
2963[09:37:51] *** Joins: armin (~armin@replaced-ip)
-
2964[09:37:51] *** Joins: WizardGed (~WizardGed@replaced-ip)
-
2965[09:37:51] *** Joins: MonsterKiller (~MonsterKi@replaced-ip)
-
2966[09:37:51] *** Joins: ValodiaDeSeynes (~ValodiaDe@replaced-ip)
-
2967[09:37:51] *** Joins: nurupo (~nurupo.ga@unaffiliated/nurupo)
-
2968[09:37:51] *** Joins: darxmurf (~darxmurf@replaced-ip)
-
2969[09:37:51] *** Joins: Blanco (~Blanco@replaced-ip)
-
2970[09:37:51] *** Joins: TuxShells (~TuxShells@replaced-ip)
-
2971[09:37:51] *** Joins: blimpy (~jacob@replaced-ip)
-
2972[09:37:51] *** Joins: jonasbits (~quassel@replaced-ip)
-
2973[09:37:51] *** Joins: rperier (~rperier@replaced-ip)
-
2974[09:37:51] *** Joins: testian (~quassel@replaced-ip)
-
2975[09:37:51] *** Joins: sobkas (~sobkas@replaced-ip)
-
2976[09:37:51] *** Joins: M-wkennington (wkenningto@replaced-ip)
-
2977[09:37:51] *** Joins: M-shine (shinematri@replaced-ip)
-
2978[09:37:51] *** Joins: pipeep (~pipeep@replaced-ip)
-
2979[09:37:51] *** Joins: gwaaf (gwaafmatri@replaced-ip)
-
2980[09:37:51] *** Joins: jasabella (~jasabella@replaced-ip)
-
2981[09:37:51] *** Joins: jgrasser (~quassel@replaced-ip)
-
2982[09:37:51] *** Joins: zykotick9 (~zykotick9@replaced-ip)
-
2983[09:37:51] *** Joins: ponyofdeath (~vladi@replaced-ip)
-
2984[09:37:51] *** Joins: vectr0n (vectr0n@replaced-ip)
-
2985[09:37:51] *** Joins: badiane (~badiane@replaced-ip)
-
2986[09:37:51] *** Joins: franzer (~franzer@replaced-ip)
-
2987[09:37:51] *** Joins: nicdev (user@replaced-ip)
-
2988[09:37:51] *** Joins: effraie (~effraie@replaced-ip)
-
2989[09:37:51] *** Joins: Bercik (~Yotsuba@replaced-ip)
-
2990[09:37:51] *** Joins: GrimKriegor (~GrimKrieg@replaced-ip)
-
2991[09:37:51] *** Joins: peterrooney (~peter@replaced-ip)
-
2992[09:37:51] *** Joins: Eloy (~eloy@replaced-ip)
-
2993[09:37:51] *** Joins: kisk (~kisk@replaced-ip)
-
2994[09:37:51] *** Joins: ska (~skatinolo@replaced-ip)
-
2995[09:37:51] *** Joins: s0ph0s (~s0ph0s@replaced-ip)
-
2996[09:37:51] *** Joins: IdleGandalf (~IdleGanda@replaced-ip)
-
2997[09:37:51] *** Joins: WinstonSmith (~WinstonSm@replaced-ip)
-
2998[09:37:51] *** Joins: heurist (heurist@replaced-ip)
-
2999[09:37:51] *** Joins: [Saint] (~sinner@replaced-ip)
-
3000[09:37:51] *** Joins: rypervenche (~rypervenc@replaced-ip)
-
3001[09:37:51] *** Joins: GJdan (~dan@replaced-ip)
-
3002[09:37:51] *** Joins: inch (mijutu@replaced-ip)
-
3003[09:37:51] *** Joins: Epakai (~coweater@replaced-ip)
-
3004[09:37:51] *** Joins: ]3n19m4[ (~]3n19m4@replaced-ip)
-
3005[09:37:51] *** Joins: Dadou (~Dadou@replaced-ip)
-
3006[09:37:51] *** Joins: {41444d494e} (~kvirc@replaced-ip)
-
3007[09:37:51] *** Joins: qqx (~qqx@replaced-ip)
-
3008[09:37:51] *** Joins: Shock- (~Shock@replaced-ip)
-
3009[09:37:51] *** Joins: kak (kak@replaced-ip)
-
3010[09:37:51] *** Joins: nOgAnOo (sid146237@replaced-ip)
-
3011[09:37:51] *** Joins: iViLe (~bob@replaced-ip)
-
3012[09:37:51] *** Joins: alchemistswl (uid204238@replaced-ip)
-
3013[09:37:51] *** Joins: sloucher_ (sid168007@replaced-ip)
-
3014[09:37:51] *** Joins: lmcloughlin (sid1532@replaced-ip)
-
3015[09:37:51] *** Joins: BazookaTooth (~corin@replaced-ip)
-
3016[09:37:51] *** Joins: j0z (sid44053@replaced-ip)
-
3017[09:37:51] *** Joins: raSter^ (raster@replaced-ip)
-
3018[09:37:51] *** Joins: vaidy (vaidy@replaced-ip)
-
3019[09:37:51] *** Joins: Whiskey (~Whiskey@replaced-ip)
-
3020[09:37:51] *** Joins: Rockj (rockj@replaced-ip)
-
3021[09:37:51] *** Joins: pk12 (~pk12@replaced-ip)
-
3022[09:37:51] *** Joins: tx (~texta@replaced-ip)
-
3023[09:37:51] *** Joins: swaechter (swaechter@replaced-ip)
-
3024[09:37:51] *** Joins: rax- (~rax-@replaced-ip)
-
3025[09:37:51] *** Joins: bier (~bier@replaced-ip)
-
3026[09:37:51] *** Joins: pierrot (~DelJordan@replaced-ip)
-
3027[09:37:51] *** Joins: ThomasJ (thomas@replaced-ip)
-
3028[09:37:51] *** Joins: duoi (~duoi@replaced-ip)
-
3029[09:37:51] *** Joins: Qann (~Nomad@replaced-ip)
-
3030[09:37:51] *** Joins: blackest_mamba (~blackest_@replaced-ip)
-
3031[09:37:51] *** Joins: waz0wski (waz0wski@replaced-ip)
-
3032[09:37:51] *** Joins: Rune (~TheFlying@replaced-ip)
-
3033[09:37:51] *** Joins: frankie (~frankie@replaced-ip)
-
3034[09:37:51] *** Joins: WebDawg (~webdawg@replaced-ip)
-
3035[09:37:51] *** Joins: max-m (~max-m@replaced-ip)
-
3036[09:37:51] *** Joins: creat (~Creator@replaced-ip)
-
3037[09:37:51] *** Joins: chen (~fury@replaced-ip)
-
3038[09:37:51] *** Joins: cbdev (~fnord@replaced-ip)
-
3039[09:37:51] *** Joins: KNERD (~KNERD@replaced-ip)
-
3040[09:37:51] *** Joins: Sabaku (~Sabaku@replaced-ip)
-
3041[09:37:51] *** Joins: Asoka (~a@replaced-ip)
-
3042[09:37:51] *** Joins: malf (~malf@replaced-ip)
-
3043[09:37:51] *** Joins: Rurd2di (~atom@replaced-ip)
-
3044[09:37:51] *** Joins: Sl0vi (Sl0vi@replaced-ip)
-
3045[09:37:51] *** Joins: Treylis (~quassel@replaced-ip)
-
3046[09:37:51] *** Joins: thms (~thms@replaced-ip)
-
3047[09:37:51] *** Joins: odish (~odish@replaced-ip)
-
3048[09:37:51] *** Joins: Penix (~Penix@replaced-ip)
-
3049[09:37:51] *** Joins: jdiez (~jdiez@replaced-ip)
-
3050[09:37:51] *** Joins: x2xx3x (Elite18596@replaced-ip)
-
3051[09:37:51] *** Joins: upils (~upils@replaced-ip)
-
3052[09:37:51] *** Joins: gump_ (~gump___@replaced-ip)
-
3053[09:37:51] *** Joins: CompWizrd (compwiz@replaced-ip)
-
3054[09:37:51] *** Joins: sukaeto (~sukaeto@replaced-ip)
-
3055[09:37:51] *** Joins: gema (~Gema@replaced-ip)
-
3056[09:37:51] *** Joins: ketralnis (~ketralnis@replaced-ip)
-
3057[09:37:51] *** Joins: micronn (~micronn@replaced-ip)
-
3058[09:37:51] *** Joins: bipul (~bipul@replaced-ip)
-
3059[09:37:51] *** Joins: Jikan (~Jikan@replaced-ip)
-
3060[09:37:51] *** Joins: kayamm (~km@replaced-ip)
-
3061[09:37:51] *** Joins: jhebden (~jhebden@replaced-ip)
-
3062[09:37:51] *** Joins: sysanthrope (~quassel@replaced-ip)
-
3063[09:37:51] *** Joins: McLive (~McLive@replaced-ip)
-
3064[09:37:51] *** Joins: itsiam (~unknown@replaced-ip)
-
3065[09:37:51] *** Joins: phuzion (~phuzion@replaced-ip)
-
3066[09:37:51] *** Joins: ctp (~ctp@replaced-ip)
-
3067[09:37:51] *** Joins: Guest10451 (~felix@replaced-ip)
-
3068[09:37:51] *** Joins: riot (riot@replaced-ip)
-
3069[09:37:51] *** Joins: NiLon (nilon@replaced-ip)
-
3070[09:37:51] *** Joins: dTal (~dtal@replaced-ip)
-
3071[09:37:51] *** Joins: Cisien_ (~Chris@replaced-ip)
-
3072[09:37:51] *** Joins: Guest93518 (~quassel@replaced-ip)
-
3073[09:37:51] *** Joins: Zyf_B_Gone (~Zyferus@replaced-ip)
-
3074[09:37:51] *** Joins: cpc26 (~cpc26@replaced-ip)
-
3075[09:37:51] *** Joins: thallada (~thallada@replaced-ip)
-
3076[09:37:51] *** Joins: teraflops (~teraflops@replaced-ip)
-
3077[09:37:51] *** Joins: Satyajit (Satyajit@replaced-ip)
-
3078[09:37:51] *** Joins: MrFixIt (~samurai@replaced-ip)
-
3079[09:37:51] *** Joins: erry (~errietta@replaced-ip)
-
3080[09:37:51] *** Joins: ptx0 (~cheesus_c@replaced-ip)
-
3081[09:37:51] *** Joins: khfeng (~khfeng@replaced-ip)
-
3082[09:37:51] *** Joins: alexlist (~alexlist@replaced-ip)
-
3083[09:37:51] *** Joins: cerbere (~cerbere@replaced-ip)
-
3084[09:37:51] *** Joins: Nevolution2 (xhr@replaced-ip)
-
3085[09:37:51] *** Joins: verwilst (~smuxi@replaced-ip)
-
3086[09:37:51] *** Joins: Aquarina (~GRAMA@replaced-ip)
-
3087[09:37:51] *** Joins: llucenic (~Thunderbi@replaced-ip)
-
3088[09:37:51] *** Joins: ddp` (~ddp@replaced-ip)
-
3089[09:37:51] *** Joins: JelmerD (~JelmerD@replaced-ip)
-
3090[09:37:51] *** Joins: Jubaleth (~Jubaleth@replaced-ip)
-
3091[09:37:51] *** Joins: hagabaka (hagabaka@replaced-ip)
-
3092[09:37:51] *** Joins: jmyrv (~jmyrv@replaced-ip)
-
3093[09:37:51] *** Joins: busch (~busch@replaced-ip)
-
3094[09:37:51] *** Joins: Immanuel (~Manu@replaced-ip)
-
3095[09:37:51] *** Joins: tapout (~tapout@replaced-ip)
-
3096[09:37:51] *** Joins: vOYtEC (~vOYtEC@replaced-ip)
-
3097[09:37:51] *** Joins: yort (~troy@replaced-ip)
-
3098[09:37:51] *** Joins: thinkpad (~thinkpad@replaced-ip)
-
3099[09:37:51] *** Joins: jhutchins (~jonathan@replaced-ip)
-
3100[09:37:51] *** Joins: GGMethos (~methos@replaced-ip)
-
3101[09:37:51] *** Joins: rlange (~rlange@replaced-ip)
-
3102[09:37:51] *** Joins: pcdummy (~quassel@replaced-ip)
-
3103[09:37:51] *** Joins: poi_ (~pi@replaced-ip)
-
3104[09:37:51] *** Joins: obihann (~jhann@replaced-ip)
-
3105[09:37:51] *** Joins: Python1320 (Python1320@replaced-ip)
-
3106[09:37:51] *** Joins: dos1 (~dos1@replaced-ip)
-
3107[09:37:51] *** Joins: pvoigt (~Linux@replaced-ip)
-
3108[09:37:51] *** Joins: Kobaz (~kobaz@replaced-ip)
-
3109[09:37:51] *** Joins: meti (~meti@replaced-ip)
-
3110[09:37:51] *** Joins: sqz (~sqz@replaced-ip)
-
3111[09:37:51] *** Joins: Telvana (~digits@replaced-ip)
-
3112[09:37:51] *** Joins: sbach (~sbach@replaced-ip)
-
3113[09:37:51] *** Joins: daishan (~daishan@replaced-ip)
-
3114[09:37:51] *** Joins: prosto (~prosto@replaced-ip)
-
3115[09:37:51] *** Joins: x10 (~x10@replaced-ip)
-
3116[09:37:51] *** Joins: preaction (~doug@replaced-ip)
-
3117[09:37:51] *** Joins: tim_s007 (~tim_s007@replaced-ip)
-
3118[09:37:51] *** Joins: watersoul_ (~ircuser@replaced-ip)
-
3119[09:37:51] *** Joins: delYsid`` (~user@replaced-ip)
-
3120[09:37:51] *** Joins: rax0 (~nx@replaced-ip)
-
3121[09:37:51] *** Joins: ircnode0 (~salamande@replaced-ip)
-
3122[09:37:51] *** Joins: ikonia (~irc@replaced-ip)
-
3123[09:37:51] *** Joins: ephesius (~ephesius@replaced-ip)
-
3124[09:37:51] *** Joins: cydrobolt (~cydrobolt@replaced-ip)
-
3125[09:37:51] *** Joins: agrecascino (~agrecasci@replaced-ip)
-
3126[09:37:51] *** Joins: heinrich5991 (~hein5991@replaced-ip)
-
3127[09:37:51] *** Joins: bauerj (~bauerj@replaced-ip)
-
3128[09:37:51] *** Joins: unborn (~ugly@replaced-ip)
-
3129[09:37:51] *** Joins: meldron (R1vCRTnD3z@replaced-ip)
-
3130[09:37:51] *** Joins: Fusselkroete (hypno@replaced-ip)
-
3131[09:37:51] *** Joins: Gabemo (~Gabemo@replaced-ip)
-
3132[09:37:51] *** Joins: xsdg (~xsdg@replaced-ip)
-
3133[09:37:51] *** Joins: mukmuk (mukmuk@replaced-ip)
-
3134[09:37:51] *** Joins: pingveno (~pingveno@replaced-ip)
-
3135[09:37:51] *** Joins: jer0me (~jerome@replaced-ip)
-
3136[09:37:51] *** Joins: cyboman33 (~cyboman33@replaced-ip)
-
3137[09:37:51] *** Joins: dflurker (~dimon@replaced-ip)
-
3138[09:37:51] *** Joins: Brski__ (~Brski@replaced-ip)
-
3139[09:37:51] *** Joins: Ticho (~Ticho@replaced-ip)
-
3140[09:37:51] *** Joins: Downer (~downer@replaced-ip)
-
3141[09:37:51] *** Joins: sptnx (senate@replaced-ip)
-
3142[09:37:51] *** Joins: bars0 (~Name@replaced-ip)
-
3143[09:37:51] *** Joins: dxtr (b1015d9e@replaced-ip)
-
3144[09:37:51] *** Joins: ex3 (01I3J9Myh6@replaced-ip)
-
3145[09:37:51] *** Joins: bolt (r00t@replaced-ip)
-
3146[09:37:51] *** Joins: 10UAAAEZ9 (~C2N14@replaced-ip)
-
3147[09:37:51] *** Joins: ShaRose (ShaRose@replaced-ip)
-
3148[09:37:51] *** Joins: ygeLN (~zeMMRTTso@replaced-ip)
-
3149[09:37:51] *** Joins: tdn (~tdn@replaced-ip)
-
3150[09:37:51] *** Joins: moetunes (~Jean-luc@replaced-ip)
-
3151[09:37:51] *** Joins: sweatsuit (~sweatsuit@replaced-ip)
-
3152[09:37:51] *** Joins: toruvinn (~toruvinn@replaced-ip)
-
3153[09:37:51] *** Joins: magyar (~magyar@replaced-ip)
-
3154[09:37:51] *** Joins: LiENUS (~quake@replaced-ip)
-
3155[09:37:51] *** Joins: d3mag0gu3 (~demagogue@replaced-ip)
-
3156[09:37:52] *** Quits: yokel (~yokel@replaced-ip) (Max SendQ exceeded)
-
3157[09:37:54] *** Quits: mar77i (~mar77i@replaced-ip) (Max SendQ exceeded)
-
3158[09:37:55] *** Quits: beaky (~beaky@replaced-ip) (Max SendQ exceeded)
-
3159[09:38:02] *** Joins: CeBe (~cebe@replaced-ip)
-
3160[09:38:02] *** Joins: DK2 (~DK2@replaced-ip)
-
3161[09:38:02] *** Quits: parshimers (~parshimer@replaced-ip) (Changing host)
-
3162[09:38:02] *** Joins: parshimers (~parshimer@replaced-ip)
-
3163[09:38:02] *** Quits: deetwelv- (~deetwelve@replaced-ip) (Changing host)
-
3164[09:38:02] *** Joins: deetwelv- (~deetwelve@replaced-ip)
-
3165[09:38:04] *** Quits: nyuszika7h (nyuszika7h@replaced-ip) (Max SendQ exceeded)
-
3166[09:38:04] *** Quits: rt (rt@replaced-ip) (Max SendQ exceeded)
-
3167[09:38:04] *** Quits: sparetire (~sparetire@replaced-ip) (Max SendQ exceeded)
-
3168[09:38:04] *** Quits: Willis (Willis@replaced-ip) (Max SendQ exceeded)
-
3169[09:38:04] *** Quits: Haxxa (~Harrison@replaced-ip) (Max SendQ exceeded)
-
3170[09:38:05] *** Joins: johnny_ (~johnny@replaced-ip)
-
3171[09:38:05] *** Joins: leochill (~leochill@replaced-ip)
-
3172[09:38:05] *** Quits: genpaku (~genpaku@replaced-ip) (Max SendQ exceeded)
-
3173[09:38:05] *** Quits: Olipro (~Olipro@replaced-ip) (Max SendQ exceeded)
-
3174[09:38:05] *** Quits: KindOne (kindone@replaced-ip) (Max SendQ exceeded)
-
3175[09:38:05] *** Joins: feodaron (~feodaron@replaced-ip)
-
3176[09:38:05] *** Quits: chalcedony (~chalcedon@replaced-ip) (Max SendQ exceeded)
-
3177[09:38:05] *** Quits: catsup (d@replaced-ip) (Max SendQ exceeded)
-
3178[09:38:05] *** Quits: Nik05 (~Nik05@replaced-ip) (Max SendQ exceeded)
-
3179[09:38:05] *** debhelper sets mode: +l 1455
-
3180[09:38:05] *** Joins: shingouz (~doowop@replaced-ip)
-
3181[09:38:05] *** Joins: Levure (~quassel@replaced-ip)
-
3182[09:38:05] *** Joins: Olipro (~Olipro@replaced-ip)
-
3183[09:38:06] *** Joins: Old_Dog (~don@replaced-ip)
-
3184[09:38:07] *** Quits: CyberaX (~elodie@replaced-ip) (Excess Flood)
-
3185[09:38:08] *** Joins: Posterdati (~kvirc@replaced-ip)
-
3186[09:38:08] *** Joins: HeXiLeD (~grumpynes@replaced-ip)
-
3187[09:38:11] *** Joins: Obi-Wan (~obi-wan@replaced-ip)
-
3188[09:38:16] *** Joins: dae (~dae@replaced-ip)
-
3189[09:38:16] *** Joins: Nik05 (~Nik05@replaced-ip)
-
3190[09:38:17] *** deetwelv- is now known as deetwelve
-
3191[09:38:18] *** Joins: catsup (d@replaced-ip)
-
3192[09:38:18] *** Joins: tugrik (~username@replaced-ip)
-
3193[09:38:24] *** Joins: ffatman (~ffamousff@replaced-ip)
-
3194[09:38:28] *** Joins: LoRez (~LoRez@replaced-ip)
-
3195[09:38:30] *** Joins: m7stic (~billyMays@replaced-ip)
-
3196[09:38:33] *** Joins: NaPs (~NaPs@replaced-ip)
-
3197[09:38:33] *** Joins: genpaku (~genpaku@replaced-ip)
-
3198[09:38:36] *** Joins: bdeferme (~bdeferme@replaced-ip)
-
3199[09:38:38] *** Joins: Karazhan (~nobody@replaced-ip)
-
3200[09:38:43] *** Joins: Messenger_bird (~banana@replaced-ip)
-
3201[09:38:45] *** Joins: CyberaX (~elodie@replaced-ip)
-
3202[09:38:56] *** Joins: `Kevin (~kevin@replaced-ip)
-
3203[09:39:05] *** Joins: treegor (~gary@replaced-ip)
-
3204[09:39:07] *** Joins: yokel (~yokel@replaced-ip)
-
3205[09:39:08] *** Joins: doebi__ (~user@replaced-ip)
-
3206[09:39:11] *** Joins: wkalt (~wkalt@replaced-ip)
-
3207[09:39:11] *** Joins: mar77i (~mar77i@replaced-ip)
-
3208[09:39:11] *** Quits: HeXiLeD (~grumpynes@replaced-ip) (Changing host)
-
3209[09:39:11] *** Joins: HeXiLeD (~grumpynes@replaced-ip)
-
3210[09:39:11] *** Quits: Olipro (~Olipro@replaced-ip) (Changing host)
-
3211[09:39:11] *** Joins: Olipro (~Olipro@replaced-ip)
-
3212[09:39:12] *** Quits: hqx (bender@replaced-ip) (Changing host)
-
3213[09:39:12] *** Joins: hqx (bender@replaced-ip)
-
3214[09:39:13] *** Quits: Nik05 (~Nik05@replaced-ip) (Changing host)
-
3215[09:39:14] *** Joins: Nik05 (~Nik05@replaced-ip)
-
3216[09:39:15] *** Quits: Ooze (~Ooze@replaced-ip) (Changing host)
-
3217[09:39:15] *** Joins: Ooze (~Ooze@replaced-ip)
-
3218[09:39:15] *** Haudegen is now known as Guest36404
-
3219[09:39:15] *** sputnik is now known as Guest3774
-
3220[09:39:16] *** Zerant is now known as Guest91570
-
3221[09:39:16] *** jero is now known as Guest10720
-
3222[09:39:17] *** Quits: Obi-Wan (~obi-wan@replaced-ip) (Changing host)
-
3223[09:39:17] *** Joins: Obi-Wan (~obi-wan@replaced-ip)
-
3224[09:39:17] *** Joins: booboy (~booboy@replaced-ip)
-
3225[09:39:17] *** altin is now known as Guest96325
-
3226[09:39:18] *** Quits: LoRez (~LoRez@replaced-ip) (Changing host)
-
3227[09:39:18] *** Joins: LoRez (~LoRez@replaced-ip)
-
3228[09:39:19] *** Quits: Messenger_bird (~banana@replaced-ip) (Changing host)
-
3229[09:39:19] *** Joins: Messenger_bird (~banana@replaced-ip)
-
3230[09:39:22] *** Quits: yokel (~yokel@replaced-ip) (Changing host)
-
3231[09:39:22] *** Joins: yokel (~yokel@replaced-ip)
-
3232[09:39:22] *** Karazhan is now known as Guest20662
-
3233[09:39:23] *** debhelper sets mode: +mi
-
3234[09:39:23] -debhelper- Channel locked temporarily due to flood, sorry for any inconvenience this may cause :-)
-
3235[09:39:46] *** Quits: lmcloughlin (sid1532@replaced-ip) (Ping timeout: 241 seconds)
-
3236[09:39:52] *** Quits: ELLIOTTCABLE (sid1544@replaced-ip) (Ping timeout: 240 seconds)
-
3237[09:39:52] *** Quits: HappyLoaf (~HappyLoaf@replaced-ip) (Ping timeout: 255 seconds)
-
3238[09:40:03] *** Quits: thib_ (~thib@replaced-ip) (Quit: leaving)
-
3239[09:40:11] *** Quits: sloucher_ (sid168007@replaced-ip) (Ping timeout: 257 seconds)
-
3240[09:40:14] *** ChanServ sets mode: +o jelly
-
3241[09:40:18] *** jelly sets mode: -m
-
3242[09:40:18] *** jelly sets mode: -i
-
3243[09:40:19] *** Joins: Cabanossi (~Cabanossi@replaced-ip)
-
3244[09:40:20] *** Quits: gonyere (sid13040@replaced-ip) (Ping timeout: 260 seconds)
-
3245[09:40:25] *** Joins: jirka (~Icedove@replaced-ip)
-
3246[09:40:27] *** Joins: Guest6346 (rt@replaced-ip)
-
3247[09:40:28] *** Joins: CtrlC (~CtrlC@replaced-ip)
-
3248[09:40:29] *** Joins: thib (~thib@replaced-ip)
-
3249[09:40:31] *** Joins: lel (l@replaced-ip)
-
3250[09:40:32] *** Joins: Spiffy (~Spiffy@replaced-ip)
-
3251[09:40:37] *** Quits: thib (~thib@replaced-ip) (Client Quit)
-
3252[09:40:37] *** Joins: HelloShitty (~PsySc0rpi@replaced-ip)
-
3253[09:40:45] *** Joins: owa (~over@replaced-ip)
-
3254[09:40:53] *** Joins: davdunc (sid93271@replaced-ip)
-
3255[09:40:53] *** Quits: neuraload (~neuraload@replaced-ip) (Ping timeout: 258 seconds)
-
3256[09:40:55] *** Joins: dondelelcaro (~don@replaced-ip)
-
3257[09:40:58] *** Quits: karlamrhein (sid161194@replaced-ip) (Ping timeout: 255 seconds)
-
3258[09:41:00] *** jelly sets mode: +l 160055
-
3259[09:41:04] *** Joins: mavhq (~quassel@replaced-ip)
-
3260[09:41:05] *** Joins: spacebug- (~spacebug@replaced-ip)
-
3261[09:41:06] *** spacebug- is now known as spacebug^
-
3262[09:41:07] *** Joins: neuraload (~neuraload@replaced-ip)
-
3263[09:41:08] *** Joins: sparetire (~sparetire@replaced-ip)
-
3264[09:41:12] *** Quits: fiQmob (sid13281@replaced-ip) (Ping timeout: 240 seconds)
-
3265[09:41:20] *** Quits: gtrott_ (sid78444@replaced-ip) (Ping timeout: 258 seconds)
-
3266[09:41:39] *** Quits: mda1 (~dreamseek@replaced-ip) (Ping timeout: 258 seconds)
-
3267[09:41:44] *** Quits: webbyz (sid48091@replaced-ip) (Ping timeout: 260 seconds)
-
3268[09:41:46] *** Joins: beaky (~beaky@replaced-ip)
-
3269[09:41:49] *** Quits: j0z (sid44053@replaced-ip) (Ping timeout: 240 seconds)
-
3270[09:41:51] *** Quits: jirka (~Icedove@replaced-ip) (Client Quit)
-
3271[09:41:56] *** jelly sets mode: +l 1600
-
3272[09:42:12] *** Quits: Iota (~weechat@replaced-ip) (Ping timeout: 260 seconds)
-
3273[09:42:54] *** Joins: tm (~sinnlos@replaced-ip)
-
3274[09:42:55] *** Joins: TvL2386 (~tom@replaced-ip)
-
3275[09:43:04] *** Joins: stare (~stare@replaced-ip)
-
3276[09:43:11] *** Joins: tomaw (tom@replaced-ip)
-
3277[09:43:17] *** Joins: mda1 (~dreamseek@replaced-ip)
-
3278[09:43:42] *** Joins: KindOne (kindone@replaced-ip)
-
3279[09:44:48] *** Joins: Guest6576 (Elite15705@replaced-ip)
-
3280[09:44:50] *** Joins: comgot (~Icedove@replaced-ip)
-
3281[09:44:54] *** Joins: fred`` (fred@replaced-ip)
-
3282[09:45:11] *** Joins: danslo (~danslo@replaced-ip)
-
3283[09:45:25] *** Joins: basic` (sid141140@replaced-ip)
-
3284[09:45:35] *** Joins: nickle (sid89854@replaced-ip)
-
3285[09:45:37] *** Joins: Iota (~weechat@replaced-ip)
-
3286[09:45:41] *** Joins: Lacho (~lacho@replaced-ip)
-
3287[09:45:52] *** Joins: blacksyke (sid151792@replaced-ip)
-
3288[09:45:58] *** Joins: alecov (~control@replaced-ip)
-
3289[09:46:41] *** Joins: btf (~btf@replaced-ip)
-
3290[09:46:46] *** Joins: blueness (~blueness@replaced-ip)
-
3291[09:46:55] *** Joins: HappyLoaf (~HappyLoaf@replaced-ip)
-
3292[09:46:59] *** Joins: stealthii (sid17385@replaced-ip)
-
3293[09:47:42] *** Joins: thib (~thib@replaced-ip)
-
3294[09:47:52] *** Joins: Ceber (~cerberus@replaced-ip)
-
3295[09:48:01] *** debhelper sets mode: +l 1479
-
3296[09:49:00] *** Joins: Cihan (uid205532@replaced-ip)
-
3297[09:49:03] *** Joins: chickens (uid188175@replaced-ip)
-
3298[09:49:52] *** Joins: petems (sid27138@replaced-ip)
-
3299[09:49:58] *** Joins: ggherdov (sid11402@replaced-ip)
-
3300[09:50:26] *** Quits: danslo (~danslo@replaced-ip) (Ping timeout: 272 seconds)
-
3301[09:50:27] *** Joins: boudiccas (~boudiccas@replaced-ip)
-
3302[09:50:37] *** Joins: dumbnode (~humpthat@replaced-ip)
-
3303[09:50:39] *** Joins: twisted` (sid6794@replaced-ip)
-
3304[09:50:41] <dumbnode> RAPE! RAPE! RAPE! RAPE! RAPE! RAPE! RAPE! RAPE! RAPE! RAPE! RAPE! RAPE! RAPE! RAPE! RAPE! RAPE! RAPE! RAPE! RAPE! RAPE! RAPE! RAPE! RAPE! RAPE! RAPE! RAPE! RAPE! RAPE! RAPE! RAPE! RAPE! RAPE! RAPE! RAPE! RAPE! RAPE! RAPE! RAPE! RAPE! RAPE! RAPE! RAPE! RAPE! RAPE! RAPE! RAPE! RAPE! RAPE! RAPE! RAPE!
-
3305[09:50:42] *** Joins: lebster (sid17131@replaced-ip)
-
3306[09:50:56] <JeDa> no u
-
3307[09:51:17] <dumbnode> i rape rapists
-
3308[09:51:19] *** Quits: Levure (~quassel@replaced-ip) (Remote host closed the connection)
-
3309[09:51:23] *** Joins: dave0x6d (uid190567@replaced-ip)
-
3310[09:51:27] *** Joins: katymoe_ (sid135810@replaced-ip)
-
3311[09:51:36] <bazhang> !ops | dumbnode
-
3312[09:51:36] <dpkg> Hydroxide, dondelelcaro, LoRez, RichiH, mentor, abrotman, Maulkin, stew, peterS, Myon, Ganneff, weasel, zobel, themill, babilen, SynrG, jm_, somiaj, jelly: bazhang complains about: | dumbnode
-
3313[09:51:42] *** Joins: thebwt (sid199145@replaced-ip)
-
3314[09:51:51] *** Joins: AlineGomes (uid198215@replaced-ip)
-
3315[09:51:54] *** Joins: j` (sid11434@replaced-ip)
-
3316[09:51:55] <dumbnode> !ops | bazhang rapes people
-
3317[09:51:55] <dpkg> Hydroxide, dondelelcaro, LoRez, RichiH, mentor, abrotman, Maulkin, stew, peterS, Myon, Ganneff, weasel, zobel, themill, babilen, SynrG, jm_, somiaj, jelly: dumbnode complains about: | bazhang rapes people
-
3318[09:52:04] <dumbnode> RAPE! RAPE! RAPE! RAPE! RAPE!
-
3319[09:52:19] *** Joins: boxrick1 (sid98261@replaced-ip)
-
3320[09:52:20] *** Joins: gonyere (sid13040@replaced-ip)
-
3321[09:52:22] *** Quits: dumbnode (~humpthat@replaced-ip) (K-Lined)
-
3322[09:52:31] <JeDa> lol
-
3323[09:52:47] *** Joins: ikanobori (sid187663@replaced-ip)
-
3324[09:53:17] *** Joins: gvvg (sid188075@replaced-ip)
-
3325[09:53:17] *** Joins: fiQmob (sid13281@replaced-ip)
-
3326[09:54:14] *** Quits: comgot (~Icedove@replaced-ip) (Quit: comgot)
-
3327[09:54:24] *** Joins: CEnnis91 (uid3543@replaced-ip)
-
3328[09:56:37] *** Quits: ggherdov (sid11402@replaced-ip) (Excess Flood)
-
3329[09:56:51] *** Joins: steakwipe (~ninjapira@replaced-ip)
-
3330[09:57:03] *** Quits: Adbray (~Adbtay@replaced-ip) (Ping timeout: 258 seconds)
-
3331[09:57:23] *** Joins: r0bby (sid699@replaced-ip)
-
3332[09:58:00] *** Quits: subzero79 (~subzero79@replaced-ip) (Remote host closed the connection)
-
3333[09:58:00] *** debhelper sets mode: +l 1494
-
3334[09:58:38] *** Joins: subzero79 (~subzero79@replaced-ip)
-
3335[09:58:53] *** Joins: ggherdov (sid11402@replaced-ip)
-
3336[09:59:37] *** Joins: raynold (uid201163@replaced-ip)
-
3337[09:59:47] *** Quits: neuraload (~neuraload@replaced-ip) (Quit: This computer has gone to sleep)
-
3338[09:59:47] *** Joins: jhill_ (sid1055@replaced-ip)
-
3339[09:59:50] *** Joins: sloucher_ (sid168007@replaced-ip)
-
3340[09:59:56] *** Joins: lmcloughlin (sid1532@replaced-ip)
-
3341[10:00:28] *** Joins: eshlox (sid44222@replaced-ip)
-
3342[10:00:52] *** Joins: nezZario (sid125746@replaced-ip)
-
3343[10:00:54] *** Joins: krazedkat (~krazedkat@replaced-ip)
-
3344[10:01:04] *** Joins: ELLIOTTCABLE (sid1544@replaced-ip)
-
3345[10:01:29] *** Joins: neuraload (~neuraload@replaced-ip)
-
3346[10:02:21] *** Joins: Adbray (~Adbtay@replaced-ip)
-
3347[10:02:27] *** Joins: XDS2010 (sid1218@replaced-ip)
-
3348[10:02:43] *** Joins: gtrott_ (sid78444@replaced-ip)
-
3349[10:03:13] *** Joins: altin_ (~altin@replaced-ip)
-
3350[10:03:45] *** Joins: vila (~vila@replaced-ip)
-
3351[10:03:48] *** Quits: twobitsprite (~isaac.fre@50.58.65.6) (Ping timeout: 248 seconds)
-
3352[10:03:51] *** Joins: ToeSnacks (sid84043@replaced-ip)
-
3353[10:04:21] *** Joins: uda (sid143461@replaced-ip)
-
3354[10:05:44] *** Quits: muhannad (~muhannad@replaced-ip) (Read error: Connection reset by peer)
-
3355[10:06:09] *** Joins: twobitsprite (~isaac.fre@98.122.134.221)
-
3356[10:06:53] *** Quits: ELLIOTTCABLE (sid1544@replaced-ip) (Excess Flood)
-
3357[10:07:26] *** Joins: LorD_n1c0w (~igorhenri@replaced-ip)
-
3358[10:08:01] *** debhelper sets mode: +l 1509
-
3359[10:08:09] *** Quits: XDS2010 (sid1218@replaced-ip) (Excess Flood)
-
3360[10:08:28] *** Joins: yotamV (~yotamV@replaced-ip)
-
3361[10:08:44] *** Joins: cyborg-one (~cyborg-on@replaced-ip)
-
3362[10:09:29] *** Joins: XDS2010 (sid1218@replaced-ip)
-
3363[10:09:56] *** trench_ is now known as trench
-
3364[10:10:21] *** Quits: zuck05 (~goirc@replaced-ip) (Max SendQ exceeded)
-
3365[10:10:25] *** Quits: Guest20662 (~nobody@replaced-ip) (Remote host closed the connection)
-
3366[10:10:39] *** Quits: alxd (~alxd@replaced-ip) (Excess Flood)
-
3367[10:10:43] *** Joins: zuck05 (~goirc@replaced-ip)
-
3368[10:11:06] *** Joins: MarcoNL (b922ab02@replaced-ip)
-
3369[10:11:19] *** Joins: nonada (~nonada@replaced-ip)
-
3370[10:11:50] <MarcoNL> Anyone here who can help me with preseeding a system with two SSD's that I would like to run as a RAID 1?
-
3371[10:12:23] *** Quits: angor (~angor@replaced-ip) (Remote host closed the connection)
-
3372[10:12:38] *** Joins: m8 (~m8@replaced-ip)
-
3373[10:12:40] *** Quits: yotam (~yotamV@replaced-ip) (Ping timeout: 252 seconds)
-
3374[10:12:52] *** Joins: paradizelost (sid23952@replaced-ip)
-
3375[10:13:27] *** Joins: alxd (~alxd@replaced-ip)
-
3376[10:13:37] *** Quits: el_bamba (~roberto@replaced-ip) (Remote host closed the connection)
-
3377[10:13:46] *** Joins: lithie (uid45836@replaced-ip)
-
3378[10:14:10] *** Joins: ashb (ashb@replaced-ip)
-
3379[10:14:19] *** Joins: L235 (sid41243@replaced-ip)
-
3380[10:14:52] *** Joins: webbyz (sid48091@replaced-ip)
-
3381[10:15:27] <buu> ok
-
3382[10:15:29] *** Joins: angor (~angor@replaced-ip)
-
3383[10:15:33] *** Joins: BuildTheRobots (sid42622@replaced-ip)
-
3384[10:15:35] <MarcoNL> I already tried a couple of things, but all I find on google is different anwsers. All en up that the system is looking for /dev/sda5, that I am not using
-
3385[10:15:36] <buu> How did I end up with 78.8G of ram?
-
3386[10:16:49] *** nonada is now known as n0nada
-
3387[10:17:00] <steakwipe> ha
-
3388[10:17:02] <steakwipe> hax
-
3389[10:17:03] <steakwipe> lol
-
3390[10:17:15] *** n0nada is now known as nonada
-
3391[10:17:45] <buu> I'm so confused
-
3392[10:17:58] <buu> I should have 4x8 + 4x16
-
3393[10:18:00] *** debhelper sets mode: +l 1517
-
3394[10:18:22] *** Joins: nullbyte_ (~byte@replaced-ip)
-
3395[10:18:31] *** Quits: DeaDSouL (~deadsoul@replaced-ip) (Remote host closed the connection)
-
3396[10:18:45] *** Quits: nullbyte_ (~byte@replaced-ip) (Remote host closed the connection)
-
3397[10:19:01] *** Joins: bvdk (~bvdkfreen@replaced-ip)
-
3398[10:19:02] *** Quits: bvdk (~bvdkfreen@replaced-ip) (Max SendQ exceeded)
-
3399[10:19:17] *** Joins: zhangweichinese (~zhangwei@replaced-ip)
-
3400[10:19:20] *** Quits: zhangweichinese (~zhangwei@replaced-ip) (Max SendQ exceeded)
-
3401[10:19:27] *** Joins: Karazhan (~nobody@replaced-ip)
-
3402[10:19:28] *** Joins: bvdk (~bvdkfreen@replaced-ip)
-
3403[10:19:57] *** Joins: zhangweichinese (~zhangwei@replaced-ip)
-
3404[10:20:10] *** Quits: zhangweichinese (~zhangwei@replaced-ip) (Max SendQ exceeded)
-
3405[10:20:45] *** Joins: srtu (~hypnotoad@replaced-ip)
-
3406[10:21:14] *** Joins: z0ran (~z0ran@replaced-ip)
-
3407[10:22:15] *** Joins: hank_ (~hank@replaced-ip)
-
3408[10:22:19] *** Joins: maotm (~mao@replaced-ip)
-
3409[10:22:49] *** Joins: betandr (~betandr@replaced-ip)
-
3410[10:23:16] <Tsutsukakushi> >lxd: The Linux Container Daemon, 793 days in preparation, last activity 20 days ago.
-
3411[10:23:28] <Tsutsukakushi> over 2 years
-
3412[10:23:32] * Tsutsukakushi sighs
-
3413[10:24:01] <bazhang> lxcontainer has a channel here on freenode
-
3414[10:24:12] *** Quits: Nnavd (~Nnavd@replaced-ip) (Ping timeout: 258 seconds)
-
3415[10:25:05] <Tsutsukakushi> i know
-
3416[10:25:13] <buu> Oh, I figured it out
-
3417[10:25:14] <Tsutsukakushi> i don't think they use debian
-
3418[10:25:17] <buu> 4x4
-
3419[10:25:17] <Tsutsukakushi> or package for debian
-
3420[10:25:20] <buu> + 16x4
-
3421[10:25:21] <Tsutsukakushi> since they work for ubuntu
-
3422[10:25:22] <buu> = 80
-
3423[10:25:38] *** Quits: hank (~hank@replaced-ip) (Ping timeout: 248 seconds)
-
3424[10:26:17] *** Quits: LiamMon (~liam.monc@185.166.131.51.srvlist.ukfast.net) (Quit: Lost terminal)
-
3425[10:26:28] *** Joins: m_m (~m_m@replaced-ip)
-
3426[10:27:03] *** Quits: hank_ (~hank@replaced-ip) (Client Quit)
-
3427[10:29:34] *** Quits: UUID00 (~UUID00@replaced-ip) (Ping timeout: 255 seconds)
-
3428[10:29:48] *** Joins: cdown (~cdown@replaced-ip)
-
3429[10:30:58] *** Quits: m_m (~m_m@replaced-ip) (Ping timeout: 248 seconds)
-
3430[10:31:12] *** Joins: jamespole (~jamespole@replaced-ip)
-
3431[10:31:16] *** Joins: Jonuz (~Joona@replaced-ip)
-
3432[10:31:28] *** ChanServ sets mode: +o eir
-
3433[10:31:29] *** eir sets mode: -bo *!*@178.189.81.162 eir
-
3434[10:31:44] *** Joins: nyuszika7h (nyuszika7h@replaced-ip)
-
3435[10:31:49] <nyuszika7h> why was the channel +i?
-
3436[10:33:07] *** Joins: Lowl3v3l (~Lowl3v3l@replaced-ip)
-
3437[10:33:43] *** Joins: nickenchuggets (~nicken@replaced-ip)
-
3438[10:35:20] <epsilon> happens on joinflood/netsplit. just ignore
-
3439[10:35:54] *** Joins: zhangweichinese (~zhangwei@replaced-ip)
-
3440[10:36:06] *** Quits: zhangweichinese (~zhangwei@replaced-ip) (Max SendQ exceeded)
-
3441[10:36:32] *** Joins: sharky (~sharky@replaced-ip)
-
3442[10:36:34] *** Quits: MarcoNL (b922ab02@replaced-ip) (Ping timeout: 260 seconds)
-
3443[10:36:49] *** Joins: OS-20332 (~OS-20332@replaced-ip)
-
3444[10:38:01] *** debhelper sets mode: +l 1525
-
3445[10:38:02] *** Joins: zhangweichinese (~zhangwei@replaced-ip)
-
3446[10:39:00] *** Quits: trench (trench@replaced-ip) (Read error: Connection reset by peer)
-
3447[10:39:12] *** Quits: moozer (~moz@replaced-ip) (Ping timeout: 240 seconds)
-
3448[10:39:46] *** Quits: Noskcaj (~Noskcaj@replaced-ip) (Ping timeout: 245 seconds)
-
3449[10:40:01] *** Quits: crooz (crooz@replaced-ip) (Remote host closed the connection)
-
3450[10:40:03] *** Joins: Rapterz (c134d076@replaced-ip)
-
3451[10:41:44] *** Joins: trench (trench@replaced-ip)
-
3452[10:42:03] *** Joins: LiamMon (~liam.monc@185.166.131.51.srvlist.ukfast.net)
-
3453[10:42:03] *** Quits: LiamMon (~liam.monc@185.166.131.51.srvlist.ukfast.net) (Client Quit)
-
3454[10:42:18] *** Quits: roylaprattep (~roylaprat@replaced-ip) (Quit: leaving)
-
3455[10:42:19] *** Joins: LiamMon (~liam.monc@185.166.131.51.srvlist.ukfast.net)
-
3456[10:42:21] *** Joins: lucad111 (~lucad111@replaced-ip)
-
3457[10:42:24] *** Quits: bittin (~luna@replaced-ip) (Ping timeout: 265 seconds)
-
3458[10:42:30] *** Joins: roylaprattep (~roylaprat@replaced-ip)
-
3459[10:43:20] *** Joins: jirka (~Icedove@replaced-ip)
-
3460[10:45:32] *** Quits: awal1 (~awal1@replaced-ip) (Quit: Leaving)
-
3461[10:46:33] *** Joins: merloon (~merloon@replaced-ip)
-
3462[10:47:11] *** Joins: Noskcaj (~Noskcaj@replaced-ip)
-
3463[10:47:52] *** Parts: avoozl (~avoozl@replaced-ip)
-
3464[10:47:54] *** Joins: avoozl (~avoozl@replaced-ip)
-
3465[10:48:48] <avoozl> Hi, I have a daemon, and I want to run it as a service.. the daemon works nicely when I start it from console.. but once I try to start it at boot-time, it can't find the .conf-file .. and I have no idea where to put it
-
3466[10:48:48] *** Quits: Domhack (~Domhack@replaced-ip) (Read error: Connection reset by peer)
-
3467[10:48:56] *** Joins: Domhack (~Domhack@replaced-ip)
-
3468[10:49:07] <bazhang> which daemon
-
3469[10:49:15] *** Joins: bittin (~luna@replaced-ip)
-
3470[10:49:16] *** Joins: Niah (~OS-26034@replaced-ip)
-
3471[10:49:25] <avoozl> the daemon starts all good as a service, it's running and all.. but it doesn't get username, password, ip, portnumber etc from the .conf-file
-
3472[10:49:32] <avoozl> it's a qtservice program
-
3473[10:50:03] *** Joins: crooz (crooz@replaced-ip)
-
3474[10:50:10] *** Joins: Insanity_ (uid179350@replaced-ip)
-
3475[10:50:38] <avoozl> it shows up in the service lists.. as running.. all good right.. but then I see in /tmp/service-debuglog.txt it is trying to connect to our database, but it doesn't have the correct username, password etc.. I just don't know where to put our .conf-file
-
3476[10:50:51] *** Joins: UUID00 (~UUID00@replaced-ip)
-
3477[10:51:03] *** Quits: bittin (~luna@replaced-ip) (Changing host)
-
3478[10:51:03] *** Joins: bittin (~luna@replaced-ip)
-
3479[10:51:16] <bazhang> qtservice?
-
3480[10:51:24] <bazhang> thats the name of it?
-
3481[10:51:35] *** Joins: Gazpaxxo (~Gazpacho@replaced-ip)
-
3482[10:52:19] <avoozl> no, it's called RandomController
-
3483[10:52:38] <bazhang> ok
-
3484[10:53:18] <avoozl> when I start it in userland.. in console.. it finds all the configuration in $home/.config/Random/RandomController.conf
-
3485[10:53:28] *** Quits: dave0x6d (uid190567@replaced-ip) (Quit: Connection closed for inactivity)
-
3486[10:53:30] <avoozl> and it starts up nicely as a daemon
-
3487[10:53:36] *** Joins: moozer (~moz@replaced-ip)
-
3488[10:53:37] *** Joins: TsukiRa (~fpob@replaced-ip)
-
3489[10:53:52] *** Quits: Gaxpaxxo (~Gazpacho@replaced-ip) (Ping timeout: 255 seconds)
-
3490[10:54:12] <avoozl> once we start it as a systemd service, it starts, it runs.. but it doesn't use/find the RandomController.conf .. and I don't know where to put it
-
3491[10:54:18] <merloon> hi avoozl
-
3492[10:54:26] <avoozl> hi there merloon
-
3493[10:54:31] <merloon> how did you configure the service ?
-
3494[10:54:32] *** Joins: UUID01 (~UUID00@replaced-ip)
-
3495[10:54:43] <avoozl> chkconfig RandomController on
-
3496[10:54:55] <avoozl> and we also made a very simple script in /etc/init.d/
-
3497[10:55:01] <merloon> ok
-
3498[10:55:19] <merloon> so you don't use systemd
-
3499[10:55:33] <avoozl> is it possible to use initvsys together with systemd?
-
3500[10:55:36] *** Quits: UUID00 (~UUID00@replaced-ip) (Ping timeout: 245 seconds)
-
3501[10:55:53] *** Joins: Boltermor (~Boltermor@replaced-ip)
-
3502[10:55:56] <merloon> you are on a jessie ?
-
3503[10:55:56] <avoozl> I was a bit perplexed by the fact that it says it's using systemd.. but I still can use the 'service' command, which is afaik sysvinit
-
3504[10:56:01] <avoozl> yeah
-
3505[10:56:17] <avoozl> systemctl works too
-
3506[10:57:21] *** Joins: lowin (~lowin@replaced-ip)
-
3507[10:57:27] <avoozl> or maybe there's a more simple solution to this.. all we want is to run RandomController at boot-time.. so we don't have to log in
-
3508[10:57:46] <merloon> your service have to be start at the end when the filesystem are up and your database started
-
3509[10:58:00] *** debhelper sets mode: +l 1535
-
3510[10:59:34] *** Joins: nhhc (~nhhc@replaced-ip)
-
3511[10:59:37] <merloon> if you use sysvinit you can use /etc/rc.local (it's bad but it works)
-
3512[10:59:59] <merloon> this file in load at the end of the boot
-
3513[11:00:08] <merloon> s/in/is
-
3514[11:00:15] <avoozl> yeah, but then we get to the next problem, if we're starting RandomController in /etc/rc.local
-
3515[11:00:15] *** Quits: xiaodong (~xiaodong@replaced-ip) (Remote host closed the connection)
-
3516[11:00:27] <avoozl> we need LD_PATH_LIBRARY set to a place where the .so-files are..
-
3517[11:01:15] <avoozl> first time trying to make a daemon and/or service in linux.. so I'm probably doing some bad things.. hehe
-
3518[11:01:36] <merloon> ok so it work when you launch your daemon with you user and not with root user ? is it rtight ?
-
3519[11:01:38] <avoozl> you see, RandomController starts up other executables
-
3520[11:01:51] *** Quits: Penix (~Penix@replaced-ip) (Ping timeout: 245 seconds)
-
3521[11:02:00] *** Joins: oish (~charlie@replaced-ip)
-
3522[11:02:02] *** Quits: Guest6576 (Elite15705@replaced-ip) (Quit: Powered By Karmax)
-
3523[11:02:04] *** Quits: RyanKnack (RyanKnack@replaced-ip) (Quit: I'm out of here!)
-
3524[11:02:07] <avoozl> I haven't tried the /etc/rc.local solution too much
-
3525[11:02:08] *** Joins: l0llip0p (~vilitaltt@replaced-ip)
-
3526[11:02:28] <avoozl> but yeah, if I log in and start RandomController in userland, it's all good
-
3527[11:02:39] <avoozl> as long as the LD_LIBRARY_PATH points to where we have our .so-files
-
3528[11:03:24] *** Quits: l0llip0p (~vilitaltt@replaced-ip) (Client Quit)
-
3529[11:03:25] <merloon> do you set the LD_PATH_LIBRARY in your startup script ?
-
3530[11:03:42] *** Joins: l0llip0p (~vilitaltt@replaced-ip)
-
3531[11:03:49] *** Quits: l0llip0p (~vilitaltt@replaced-ip) (Client Quit)
-
3532[11:04:18] *** Joins: RyanKnack (RyanKnack@replaced-ip)
-
3533[11:04:31] <merloon> you can aslo use the su command to launch the daemon with the good user
-
3534[11:04:34] <avoozl> in /etc/init.d you mean?
-
3535[11:05:10] <merloon> like that: su - <your_user> -c <the_script>
-
3536[11:05:24] *** Quits: UUID01 (~UUID00@replaced-ip) (Ping timeout: 246 seconds)
-
3537[11:05:49] *** Quits: ddp` (~ddp@replaced-ip) (Ping timeout: 240 seconds)
-
3538[11:06:01] *** Joins: ddp` (~ddp@replaced-ip)
-
3539[11:06:02] <avoozl> but is it possible to start the daemon without ever logging in?
-
3540[11:06:25] <merloon> yes of course
-
3541[11:06:27] *** Joins: Gollum (Elite15705@replaced-ip)
-
3542[11:06:30] *** Gollum is now known as Guest76898
-
3543[11:06:44] <avoozl> I think I might have complicated matters by trying to go the service-route
-
3544[11:07:16] *** Parts: cesdo (~user@replaced-ip)
-
3545[11:07:47] *** Joins: HaMsTeRs (~SUPERGAYH@replaced-ip)
-
3546[11:07:52] *** Joins: vvande (~chatzilla@replaced-ip)
-
3547[11:07:57] <avoozl> I'll try more on the /etc/rc.local path instead
-
3548[11:08:08] <avoozl> just had problems setting the LD_LIBRARY_PATH
-
3549[11:08:49] <merloon> don an echo $LD_LIBRARY_PATH on a terminal
-
3550[11:09:10] <merloon> you will see what you have to put in it
-
3551[11:09:23] <avoozl> there's nothing there
-
3552[11:09:26] <merloon> when starting in rc.local
-
3553[11:09:35] <avoozl> ok, let me try that again
-
3554[11:09:45] *** Quits: RyanKnack (RyanKnack@replaced-ip) (Quit: I'm out of here!)
-
3555[11:09:45] <merloon> go on ;)
-
3556[11:09:59] *** Joins: RyanKnack_ (RyanKnack@replaced-ip)
-
3557[11:10:11] *** Joins: chele (~chele@replaced-ip)
-
3558[11:10:23] *** RyanKnack_ is now known as RyanKnack
-
3559[11:10:25] *** Joins: panta (~chatzilla@replaced-ip)
-
3560[11:10:32] <avoozl> now I have "export LD_LIBRARY_PATH='/foo/bar'" in rc.local .. before 'exit 0'
-
3561[11:10:44] *** Quits: dayten (~gnoid@replaced-ip) (Remote host closed the connection)
-
3562[11:10:53] *** Quits: jirka (~Icedove@replaced-ip) (Quit: jirka)
-
3563[11:11:14] <avoozl> so next time I reboot, I sould be able to 'echo $LD_LIBRARY_PATH' and it would print /foo/bar
-
3564[11:11:20] *** Quits: Zvmdyv (~Zvmdyv@replaced-ip) (Remote host closed the connection)
-
3565[11:11:26] *** panta is now known as ltem
-
3566[11:11:44] <HaMsTeRs> does anyone know do we access menu:// in terminal?
-
3567[11:12:01] <HaMsTeRs> or the menu://applications/ folder?
-
3568[11:12:34] <vvande> ls /bin?
-
3569[11:12:36] *** Joins: Jazz86 (~jacob@replaced-ip)
-
3570[11:13:04] *** Joins: n4dir (~user@replaced-ip)
-
3571[11:13:09] <vvande> or ls /usr/bin
-
3572[11:13:18] *** Quits: steakwipe (~ninjapira@replaced-ip) (Remote host closed the connection)
-
3573[11:13:35] *** Joins: x_ (~x@replaced-ip)
-
3574[11:13:36] <vvande> that is the directory with user applications
-
3575[11:13:51] <HaMsTeRs> hm, not that. I'm looking for the shortcut
-
3576[11:13:57] *** Joins: bArk3nMuTT3r (~evilcom@replaced-ip)
-
3577[11:14:01] <HaMsTeRs> the file structure of the menu is gone
-
3578[11:14:14] <vvande> I don't understand.
-
3579[11:14:35] <vvande> you can start things with, or example, /usr/bin/firefox
-
3580[11:14:45] <HaMsTeRs> yes, I understand that
-
3581[11:14:50] <vvande> oh
-
3582[11:14:51] <HaMsTeRs> but my menu for a submenu
-
3583[11:15:03] <HaMsTeRs> I want to list all the items in the submenu. I'm using lxde
-
3584[11:15:17] <vvande> sorry, I guess I'm on a different planet lol
-
3585[11:15:47] <vvande> it sounds like an lxde question and not a Debian one
-
3586[11:15:57] *** Joins: Zathras (~Zzzth@replaced-ip)
-
3587[11:15:57] *** Zathras is now known as od
-
3588[11:16:08] *** Quits: lachlan (~lachlan@replaced-ip) (Quit: Ex-Chat)
-
3589[11:16:08] <vvande> I get what you're asking now though :)
-
3590[11:16:55] *** Joins: wonderworld (~ww@replaced-ip)
-
3591[11:18:33] *** Joins: soee (~soee@replaced-ip)
-
3592[11:19:37] *** Joins: robotroll (~robotroll@replaced-ip)
-
3593[11:20:20] *** Joins: lachlan (~lachlan@replaced-ip)
-
3594[11:20:55] *** Parts: v-y (v-y@replaced-ip)
-
3595[11:21:03] *** Joins: ximr (~ximr@replaced-ip)
-
3596[11:21:11] *** Joins: pingfloyd (~pingfloyd@replaced-ip)
-
3597[11:21:12] *** Joins: hid3 (~arnoldas@replaced-ip)
-
3598[11:22:41] *** Joins: Anwarias (~quassel@replaced-ip)
-
3599[11:23:17] <avoozl> merloon, it doesn't get set
-
3600[11:23:18] *** Joins: akwiatkowski (~bobik314@replaced-ip)
-
3601[11:23:22] *** Parts: bArk3nMuTT3r (~evilcom@replaced-ip)
-
3602[11:23:35] <avoozl> echo $LD_LIBRARY_PATH is "" .. empty
-
3603[11:23:37] *** Joins: steakwipe (~ninjapira@replaced-ip)
-
3604[11:24:19] *** Joins: f10__ (~flo@replaced-ip)
-
3605[11:24:29] *** Quits: merloon (~merloon@replaced-ip) (Remote host closed the connection)
-
3606[11:24:32] *** Quits: Anwarias_ (~quassel@replaced-ip) (Ping timeout: 240 seconds)
-
3607[11:24:42] *** Joins: merloon (~merloon@replaced-ip)
-
3608[11:25:21] *** Quits: AimHere (~David@replaced-ip) (Quit: Leaving)
-
3609[11:25:55] *** Joins: wz1000 (~wz1000@replaced-ip)
-
3610[11:26:13] *** Joins: UUID00 (~UUID00@replaced-ip)
-
3611[11:26:26] *** Quits: ximr (~ximr@replaced-ip) (Ping timeout: 248 seconds)
-
3612[11:27:17] *** Joins: flux242 (~chatzilla@replaced-ip)
-
3613[11:27:52] *** Joins: rgr (~user@replaced-ip)
-
3614[11:27:53] *** Joins: UUID01 (~UUID00@replaced-ip)
-
3615[11:28:01] *** debhelper sets mode: +l 1548
-
3616[11:28:04] *** Quits: Guest13664 (~ard1t@replaced-ip) (Ping timeout: 255 seconds)
-
3617[11:28:34] *** Joins: m_m (~m_m@replaced-ip)
-
3618[11:28:36] *** Quits: _Vi (~vi@replaced-ip) (Ping timeout: 258 seconds)
-
3619[11:29:23] *** Joins: Andrew_S (~Icedove@replaced-ip)
-
3620[11:29:39] *** Joins: Brigo (~Brigo@replaced-ip)
-
3621[11:30:38] *** Quits: drot (drot@replaced-ip) (Quit: WeeChat 1.6)
-
3622[11:31:05] *** Quits: Rapterz (c134d076@replaced-ip##) (Quit: ##replaced-url
-
3623[11:31:16] *** Quits: UUID00 (~UUID00@replaced-ip) (Ping timeout: 248 seconds)
-
3624[11:32:02] *** Joins: Cloudish (~Cloudish@replaced-ip)
-
3625[11:32:46] *** Joins: czesmir (~stefan@replaced-ip)
-
3626[11:33:32] *** Quits: m_m (~m_m@replaced-ip) (Ping timeout: 240 seconds)
-
3627[11:33:38] *** Joins: drot (drot@replaced-ip)
-
3628[11:33:57] *** Quits: cosmos (~quassel@replaced-ip) (Remote host closed the connection)
-
3629[11:34:15] *** Joins: Gaxpazo (~Gazpacho@replaced-ip)
-
3630[11:34:48] *** Quits: Gazpaxxo (~Gazpacho@replaced-ip) (Read error: Connection reset by peer)
-
3631[11:34:56] *** Joins: morphis (~morphis@replaced-ip)
-
3632[11:38:03] <vvande> anybody here familiar with Debian ftpd?
-
3633[11:38:41] <vvande> I just installed it and it worked fine for what I was doing. However I wanted to stop it from running.
-
3634[11:38:49] <vvande> service ftpd status
-
3635[11:38:56] <vvande> no such service
-
3636[11:39:06] <vvande> can't find it anywhere
-
3637[11:39:21] <merloon> systemctl stop ftpd.service
-
3638[11:39:30] *** Joins: ilushka4 (~ilushka@replaced-ip)
-
3639[11:40:02] <vvande> on Debian 7?
-
3640[11:40:05] <vvande> I'll try
-
3641[11:40:16] *** Joins: Slydder (~chuck@replaced-ip)
-
3642[11:40:22] *** Quits: yotamV (~yotamV@replaced-ip) (Quit: yotamV)
-
3643[11:40:30] <steakwipe> i think stop only stops it, if its set to launch on boot you might try disable? correct me if im wrong, wrong box to check
-
3644[11:40:42] <merloon> not on debian 7 vvande
-
3645[11:40:43] <vvande> systemctl: command not found
-
3646[11:40:49] <steakwipe> sudo
-
3647[11:40:55] <steakwipe> ?
-
3648[11:40:59] <vvande> yeah I'm root already
-
3649[11:41:01] <steakwipe> oh ok
-
3650[11:41:11] <steakwipe> i am late to the game i just constantly forget sudo or to su
-
3651[11:41:12] <steakwipe> :p
-
3652[11:41:30] <vvande> ps or top does not show any ftp service of any kind
-
3653[11:41:42] <vvande> yet I was able to ftp into the machine
-
3654[11:41:52] <friesenpeter> vvande: inetd?
-
3655[11:42:01] *** Joins: vjgd (~vjgd@replaced-ip)
-
3656[11:42:06] <vvande> not familiar with that
-
3657[11:42:08] <friesenpeter> check with netstat -lt what has the port open
-
3658[11:42:24] *** Joins: ninjak (~ninjak@replaced-ip)
-
3659[11:42:41] *** Quits: Andrew_S (~Icedove@replaced-ip) (Remote host closed the connection)
-
3660[11:42:42] <vvande> ok thanks, but it's too late for that - I uninstalled it just now
-
3661[11:42:55] <vvande> but was curious about what's going on with that on Debian
-
3662[11:42:56] <friesenpeter> replaced-url
-
3663[11:43:23] <vvande> is inetd on 7?
-
3664[11:44:05] <vvande> yes, just checked :)
-
3665[11:44:15] *** Joins: jirka (~Icedove@replaced-ip)
-
3666[11:44:56] <vvande> friesenpeter: thanks for that
-
3667[11:45:11] <vvande> I'll bookmark that for for next time
-
3668[11:46:16] *** Quits: drot (drot@replaced-ip) (Quit: WeeChat 1.6)
-
3669[11:46:19] *** Joins: danslo (~danslo@replaced-ip)
-
3670[11:46:27] *** Joins: inex (~inex@replaced-ip)
-
3671[11:47:42] *** Quits: vjgd (~vjgd@replaced-ip) (Read error: Connection reset by peer)
-
3672[11:47:49] *** Joins: drot (drot@replaced-ip)
-
3673[11:50:04] *** Joins: Y04NN_ (~y04nn@replaced-ip)
-
3674[11:50:52] *** Quits: HaMsTeRs (~SUPERGAYH@replaced-ip) (Quit: Leaving)
-
3675[11:51:30] *** Quits: mda1 (~dreamseek@replaced-ip) (Ping timeout: 248 seconds)
-
3676[11:51:36] *** Quits: KODY92802138 (~annonymou@replaced-ip) (Ping timeout: 258 seconds)
-
3677[11:52:20] *** Quits: jamespole (~jamespole@replaced-ip) (Quit: Bye)
-
3678[11:52:53] *** Joins: mda1 (~dreamseek@replaced-ip)
-
3679[11:53:08] *** Quits: danslo (~danslo@replaced-ip) (Ping timeout: 258 seconds)
-
3680[11:53:18] *** Joins: KODY92802138 (~annonymou@replaced-ip)
-
3681[11:55:00] *** Joins: Gazpaxxo (~Gazpacho@replaced-ip)
-
3682[11:55:04] *** Joins: l3archos (~Icedove@replaced-ip)
-
3683[11:55:52] *** Joins: Guest9191 (~indian@replaced-ip)
-
3684[11:56:48] <Guest9191> Hello, currently any attemtn to connection to debain ftp repository "ftp.cz.debian.org" returns error. Is it just my issue, or there is some problem on the repository servers?
-
3685[11:57:22] *** Quits: Gaxpazo (~Gazpacho@replaced-ip) (Ping timeout: 248 seconds)
-
3686[11:57:45] *** Joins: Agent (uid41384@replaced-ip)
-
3687[11:58:10] *** Joins: samodid (~vsamodid@replaced-ip)
-
3688[11:58:35] *** Joins: chomwitt (~chomwitt@replaced-ip)
-
3689[11:59:12] *** Joins: valeriansaliou (~valerians@replaced-ip)
-
3690[11:59:13] <babilen> Guest9191: Which error? Does the same happen with other mirrors? (e.g. ftp.uk.debian.org or ftp.de.debian.org)
-
3691[11:59:18] *** Quits: valeriansaliou (~valerians@replaced-ip) (Client Quit)
-
3692[11:59:45] *** Joins: OS-27265 (~OS-27265@replaced-ip)
-
3693[11:59:47] *** Joins: Lokke (~Thunderbi@replaced-ip)
-
3694[12:00:17] <OS-27265> r
-
3695[12:01:16] <OS-27265> d
-
3696[12:01:20] *** Parts: OS-27265 (~OS-27265@replaced-ip)
-
3697[12:01:32] *** Joins: lishoujun (~Icedove@replaced-ip)
-
3698[12:02:38] *** mactimes_ is now known as mactimes
-
3699[12:02:55] *** Quits: steakwipe (~ninjapira@replaced-ip) (Quit: Leaving)
-
3700[12:03:06] *** Quits: Mario_ (~Mario@replaced-ip) (Ping timeout: 245 seconds)
-
3701[12:03:08] *** Quits: Atm0spher1c (~future@replaced-ip) (Quit: quit)
-
3702[12:04:04] *** Quits: hays (~quassel@replaced-ip) (Ping timeout: 255 seconds)
-
3703[12:05:09] *** Quits: pyface (~pyface@replaced-ip) (Quit: Leaving)
-
3704[12:06:45] *** Joins: R2AMO (R2AMO@replaced-ip)
-
3705[12:06:49] <Guest9191> W: Failed to fetch replaced-url
-
3706[12:06:50] *** Joins: hays_ (~quassel@replaced-ip)
-
3707[12:06:57] *** Joins: super_gollum (~ich@replaced-ip)
-
3708[12:07:06] *** Joins: Penix (~Penix@replaced-ip)
-
3709[12:07:26] <Guest9191> When I check replaced-url
-
3710[12:07:49] *** Quits: trvz (~trvz@replaced-ip) (Ping timeout: 240 seconds)
-
3711[12:08:00] *** debhelper sets mode: +l 1555
-
3712[12:10:02] *** Quits: dselect (~dselect@replaced-ip) (Quit: ouch... that hurt)
-
3713[12:10:52] *** Quits: neuraload (~neuraload@replaced-ip) (Ping timeout: 240 seconds)
-
3714[12:11:21] *** Joins: dselect (~dselect@replaced-ip)
-
3715[12:11:27] <babilen> Guest9191: Looks as if your IPv6 networking isn't working, it might be that your router is setup incorrectly
-
3716[12:13:02] <Dagger> just because there's a v6 address in the error doesn't mean that v6 is at fault
-
3717[12:13:15] <Dagger> in this case the server is just down. I can't connect over v6 or v4
-
3718[12:14:27] <babilen> Guest9191: So, did you try other mirrors?
-
3719[12:14:55] <babilen> Because ftp.uk.debian.org is definitely working
-
3720[12:15:15] <Guest9191> I'll try UK mirror and let you know, just a sec
-
3721[12:15:41] <babilen> I had assumed you've done that already
-
3722[12:15:59] *** gftg_awa` is now known as gftg
-
3723[12:16:23] *** Joins: AndreasLutro (andreas@replaced-ip)
-
3724[12:16:24] <Guest9191> Well, I tried one, however it did not work(yesterday), maybe it was due to its location(Czech republic as original mirror)
-
3725[12:16:49] <Guest9191> UK mirror works fine, sorry for taking your time.
-
3726[12:16:52] <Guest9191> Thanks a lot
-
3727[12:17:06] <AndreasLutro> is there a recommended way to build different .deb packages for different versions of debian? I could just manually rename the .deb depending on which VM/container I'm building in but maybe there's something built-in I don't know about
-
3728[12:17:18] <babilen> Guest9191: You could also try deb.debian.org
-
3729[12:17:22] <babilen> dpkg: deb.debian.org
-
3730[12:17:23] <dpkg> deb.debian.org is a mirror network that is backed by international content delivery networks and for most users, this is the most reliable <mirror> to use in the <sources.list>. From Debian 9 "Stretch" onwards, apt queries SRV records in DNS which then send it off to a CDN. Older apt will get an HTTP redirect from deb.debian.org to the same CDNs. See replaced-url
-
3731[12:18:03] *** Quits: bencevans (~quassel@replaced-ip) (Ping timeout: 258 seconds)
-
3732[12:18:05] *** Quits: Jazz86 (~jacob@replaced-ip) (Quit: leaving)
-
3733[12:18:29] *** Joins: sh00p (~sh00p@replaced-ip)
-
3734[12:18:33] *** Quits: lishoujun (~Icedove@replaced-ip) (Quit: lishoujun)
-
3735[12:20:53] *** Joins: steakwipe (~ninjapira@replaced-ip)
-
3736[12:21:13] *** Joins: bencevans (~quassel@replaced-ip)
-
3737[12:21:18] *** Joins: sidmo_ (~sidmo@replaced-ip)
-
3738[12:22:44] *** Quits: lachlan (~lachlan@replaced-ip) (Ping timeout: 256 seconds)
-
3739[12:23:55] *** Quits: Guest9191 (~indian@replaced-ip) (Quit: Lost terminal)
-
3740[12:24:07] *** Joins: echosystm (~echosystm@replaced-ip)
-
3741[12:26:01] *** Quits: KODY92802138 (~annonymou@replaced-ip) (Remote host closed the connection)
-
3742[12:26:27] *** Joins: stefan__2 (~stefan@replaced-ip)
-
3743[12:26:58] *** Joins: KODY92802138 (~annonymou@replaced-ip)
-
3744[12:27:12] <stefan__2> sdf
-
3745[12:28:14] *** Joins: gnupi (~moltar@replaced-ip)
-
3746[12:29:35] <stefan__2> Does someone know when is the next stable release planned ?
-
3747[12:31:08] *** Quits: Boltermor (~Boltermor@replaced-ip) (Quit: Leaving)
-
3748[12:31:25] *** Joins: _Nox (~Nox@replaced-ip)
-
3749[12:31:34] <babilen> dpkg: wwsr
-
3750[12:31:35] <dpkg> Debian 9 "Stretch" will probably release in mid-2017. It will release sooner if you help fix bugs in stretch and sid... take that as a challenge. Ask me about <stretch freeze>, <how-can-i-help>
-
3751[12:31:44] <babilen> dpkg: stretch freeze
-
3752[12:31:44] <dpkg> Stretch will start to freeze in early 2017; no new versions of packages will enter the release as this is a period of intense bug fixing. See replaced-url
-
3753[12:31:58] <babilen> stefan__2: ^
-
3754[12:32:44] *** Joins: cyan__ (~cyan@replaced-ip)
-
3755[12:32:58] <stefan__2> thank you. I knew that, I was hoping to get a more prceise information. But I udnerstand, Debian is not exactly a small project :-)
-
3756[12:33:06] *** Joins: MrCoffee (~glen@replaced-ip)
-
3757[12:33:14] *** Joins: Andrew_S (~Icedove@replaced-ip)
-
3758[12:33:59] <babilen> stefan__2: Nobody knows. It really depends on how long it takes to fix all bugs
-
3759[12:35:14] *** Quits: wz1000 (~wz1000@replaced-ip) (Read error: Connection reset by peer)
-
3760[12:36:00] <stefan__2> yep. what scares me a bit is this graph : replaced-url
-
3761[12:36:12] <stefan__2> it seems it took more than a year to actually fix the green line bugs...
-
3762[12:36:31] *** Joins: Slashman (~Slash@replaced-ip)
-
3763[12:36:48] <stefan__2> I love the stable release but, being from the 21st century, I love updates too :-)
-
3764[12:37:24] <babilen> "stable" in the context of Debian means "not changing"
-
3765[12:37:50] <babilen> That's why the project has to make sure that every bug is fixed before the release
-
3766[12:38:02] *** Joins: mrtnt_ (~martint@replaced-ip)
-
3767[12:38:31] *** Quits: dtonal (~dtonal@replaced-ip) (Ping timeout: 245 seconds)
-
3768[12:38:58] *** Quits: MoDaX (foobar@replaced-ip) (Read error: Connection reset by peer)
-
3769[12:39:01] *** chickens is now known as hens
-
3770[12:39:07] <stefan__2> yep. I know that. I was just sharing my impatience :-) But no problem. I like the stable release for the very reason it's called stable :-) Thx for listening :-)
-
3771[12:39:07] *** Joins: MoDaX (foobar@replaced-ip)
-
3772[12:39:30] *** Quits: |DM| (~|DM|@replaced-ip) (Ping timeout: 248 seconds)
-
3773[12:39:44] *** Joins: redeemed (~rd@replaced-ip)
-
3774[12:40:24] *** Quits: alez (~alez@replaced-ip) (Remote host closed the connection)
-
3775[12:40:28] *** Quits: ajp (~quassel@replaced-ip) (Ping timeout: 260 seconds)
-
3776[12:40:30] <stefan__2> ahhh my bad. I just read the post you sent. It's clearly ssaid that the freeze should end by 2018. So my answer is there. SOrry for bothering you
-
3777[12:40:45] *** hens is now known as chickens
-
3778[12:41:25] *** Quits: wonderworld (~ww@replaced-ip) (Ping timeout: 255 seconds)
-
3779[12:42:17] *** Quits: ]3n19m4[ (~]3n19m4@replaced-ip) (Read error: Connection reset by peer)
-
3780[12:42:41] *** Joins: Yukiteru (~Yukiteru@replaced-ip)
-
3781[12:43:06] *** Joins: ]3n19m4[ (~]3n19m4@replaced-ip)
-
3782[12:43:27] *** Joins: Elirips (~Elirips@replaced-ip)
-
3783[12:43:58] *** Quits: MoDaX (foobar@replaced-ip) (Ping timeout: 272 seconds)
-
3784[12:44:27] *** Joins: Mario_ (~Mario@replaced-ip)
-
3785[12:44:40] *** Quits: ]3n19m4[ (~]3n19m4@replaced-ip) (Read error: Connection reset by peer)
-
3786[12:44:58] *** Joins: MoDaX (foobar@replaced-ip)
-
3787[12:46:25] *** Quits: Shentino (~Shentino@replaced-ip) (Ping timeout: 258 seconds)
-
3788[12:46:27] *** Joins: e (e@replaced-ip)
-
3789[12:47:36] *** Joins: ajp (~quassel@replaced-ip)
-
3790[12:48:12] *** Joins: ]3n19m4[ (~]3n19m4@replaced-ip)
-
3791[12:49:04] *** Quits: od (~Zzzth@replaced-ip) (Remote host closed the connection)
-
3792[12:49:34] *** Joins: Cutty (~mint@replaced-ip)
-
3793[12:51:01] *** Quits: ploop (~ploop@replaced-ip) (Ping timeout: 258 seconds)
-
3794[12:51:02] *** Joins: venkat_330 (~Thunderbi@replaced-ip)
-
3795[12:51:18] *** Joins: dtonal (~dtonal@replaced-ip)
-
3796[12:52:50] *** Quits: Cutty (~mint@replaced-ip) (Client Quit)
-
3797[12:53:35] *** Joins: Cutty (~mint@replaced-ip)
-
3798[12:53:56] *** Quits: UUID01 (~UUID00@replaced-ip) (Ping timeout: 248 seconds)
-
3799[12:54:18] *** Joins: babs (~babs@replaced-ip)
-
3800[12:55:02] *** Joins: Quatroking (~Quatrokin@replaced-ip)
-
3801[12:55:37] *** Quits: echosystm (~echosystm@replaced-ip) (Quit: leaving)
-
3802[12:56:01] *** Guest36404 is now known as Haudegen
-
3803[12:56:05] *** Quits: Cutty (~mint@replaced-ip) (Client Quit)
-
3804[12:57:37] *** Quits: stefan__2 (~stefan@replaced-ip) (Quit: leaving)
-
3805[12:58:58] *** Joins: MaBunny (~MaBunny@replaced-ip)
-
3806[12:59:22] *** cryptic_ is now known as cryptic
-
3807[12:59:38] *** Joins: SynrG (~synrg@replaced-ip)
-
3808[12:59:39] *** Quits: MaBunny (~MaBunny@replaced-ip) (Changing host)
-
3809[12:59:40] *** Joins: MaBunny (~MaBunny@replaced-ip)
-
3810[12:59:56] *** Joins: Shentino (~Shentino@replaced-ip)
-
3811[13:01:12] *** Quits: Richard_Cavell (~Richard_C@replaced-ip) (Ping timeout: 240 seconds)
-
3812[13:02:02] *** Joins: SynrGy (~synrg@replaced-ip)
-
3813[13:02:36] *** Joins: Cutty (~mint@replaced-ip)
-
3814[13:03:12] *** Quits: m8 (~m8@replaced-ip) (Ping timeout: 240 seconds)
-
3815[13:03:24] *** Quits: pingfloyd (~pingfloyd@replaced-ip) (Quit: ☮ out)
-
3816[13:04:05] *** MaBunny is now known as ByteStorm
-
3817[13:05:01] *** Quits: Cutty (~mint@replaced-ip) (Quit: Leaving)
-
3818[13:05:01] *** Quits: dpkg (~dpkg@replaced-ip) (Quit: buh bye!)
-
3819[13:05:09] *** hays_ is now known as hays
-
3820[13:05:11] *** Joins: skade_ (~skade@replaced-ip)
-
3821[13:06:04] *** Joins: dpkg (~dpkg@replaced-ip)
-
3822[13:06:57] *** Joins: Richard_Cavell (~Richard_C@replaced-ip)
-
3823[13:08:01] *** debhelper sets mode: +l 1563
-
3824[13:09:36] *** Quits: Lokke (~Thunderbi@replaced-ip) (Quit: Lokke)
-
3825[13:09:51] *** Joins: ki0 (~ki0@replaced-ip)
-
3826[13:10:33] *** Quits: mavhq (~quassel@replaced-ip) (Read error: Connection reset by peer)
-
3827[13:11:15] *** Joins: Mir4g3 (~Mir4g3@replaced-ip)
-
3828[13:11:41] *** Joins: mavhq (~quassel@replaced-ip)
-
3829[13:12:17] *** wingman2 is now known as ChangePlaces
-
3830[13:12:41] *** Joins: JohnA (~john@replaced-ip)
-
3831[13:13:11] *** Joins: miqueiaspenha (~miqueiasp@replaced-ip)
-
3832[13:13:20] *** ChangePlaces is now known as ThePhilanthropis
-
3833[13:14:07] *** ThePhilanthropis is now known as wingman2
-
3834[13:14:41] *** Joins: hspcd (~hspcd@replaced-ip)
-
3835[13:14:45] *** Joins: arcresu (~arcresu@replaced-ip)
-
3836[13:14:48] *** Joins: risq (~risq@replaced-ip)
-
3837[13:15:00] *** Quits: BWMerlin (~Thunderbi@replaced-ip) (Ping timeout: 272 seconds)
-
3838[13:15:19] *** Quits: ]3n19m4[ (~]3n19m4@replaced-ip) (Read error: Connection reset by peer)
-
3839[13:15:46] *** Quits: rkj (~rkj@replaced-ip) (Quit: Leaving)
-
3840[13:16:03] *** Joins: ]3n19m4[ (~]3n19m4@replaced-ip)
-
3841[13:16:16] *** Joins: ee2455 (~ee2455@replaced-ip)
-
3842[13:17:22] *** Quits: Brigo (~Brigo@replaced-ip) (Ping timeout: 248 seconds)
-
3843[13:17:47] *** Quits: miqueiaspenha (~miqueiasp@replaced-ip) (Quit: Leaving)
-
3844[13:18:06] *** Joins: miqueiaspenha (~miqueiasp@replaced-ip)
-
3845[13:18:55] *** Quits: MoDaX (foobar@replaced-ip) (Read error: Connection reset by peer)
-
3846[13:19:04] *** Joins: MoDaX (foobar@replaced-ip)
-
3847[13:19:27] *** Joins: L0aD1nG (~L0aD1nG@replaced-ip)
-
3848[13:20:35] *** Quits: ]3n19m4[ (~]3n19m4@replaced-ip) (Read error: Connection reset by peer)
-
3849[13:21:14] *** Joins: ]3n19m4[ (~]3n19m4@replaced-ip)
-
3850[13:22:54] *** Joins: cosmos (~quassel@replaced-ip)
-
3851[13:24:03] *** katyucha_ is now known as katyucha
-
3852[13:28:00] *** debhelper sets mode: +l 1569
-
3853[13:28:13] *** Joins: trvz (~trvz@replaced-ip)
-
3854[13:28:55] *** Joins: Ozzyboshi (~quassel@replaced-ip)
-
3855[13:30:22] *** Joins: GeMiNniS (~geminnis@replaced-ip)
-
3856[13:32:08] *** Quits: ]3n19m4[ (~]3n19m4@replaced-ip) (Read error: Connection reset by peer)
-
3857[13:33:08] *** Joins: _Vi (~vi@replaced-ip)
-
3858[13:34:27] *** Joins: gebjgd (~stmsgebjg@replaced-ip)
-
3859[13:34:41] *** cosmos is now known as ShalokShalom
-
3860[13:35:21] *** Joins: SnakeBot (~pi@replaced-ip)
-
3861[13:35:28] *** Quits: aaro (~aaro@replaced-ip) (Read error: Connection reset by peer)
-
3862[13:35:30] *** Quits: zhangweichinese (~zhangwei@replaced-ip) (Ping timeout: 248 seconds)
-
3863[13:35:31] *** Parts: AndreasLutro (andreas@replaced-ip)
-
3864[13:35:34] *** Quits: cdown (~cdown@replaced-ip) (Remote host closed the connection)
-
3865[13:35:38] *** Joins: ]3n19m4[ (~]3n19m4@replaced-ip)
-
3866[13:38:10] *** Quits: rolig (~rolig@replaced-ip) (Ping timeout: 248 seconds)
-
3867[13:38:32] *** Joins: B[]rG (~tuptidup@replaced-ip)
-
3868[13:39:20] *** Quits: MrCoffee (~glen@replaced-ip) (Quit: Lost terminal)
-
3869[13:39:21] *** Joins: nikoma (~nikoma@replaced-ip)
-
3870[13:41:33] *** Joins: Tristan-Speccy (~tristan@replaced-ip)
-
3871[13:41:58] *** Tristan-Speccy is now known as Guest1390
-
3872[13:44:16] *** Joins: gonz0 (~gonz0@replaced-ip)
-
3873[13:44:25] *** Joins: lachlan (~lachlan@replaced-ip)
-
3874[13:44:50] *** Quits: Domhack (~Domhack@replaced-ip) (Quit: Leaving)
-
3875[13:45:08] *** Quits: lachlan (~lachlan@replaced-ip) (Client Quit)
-
3876[13:49:23] *** Joins: rolig (~rolig@replaced-ip)
-
3877[13:49:48] *** Joins: Janos (~Janos@replaced-ip)
-
3878[13:50:03] *** Joins: electro33 (uid613@replaced-ip)
-
3879[13:50:44] *** Joins: lachlan (~lachlan@replaced-ip)
-
3880[13:51:01] *** Quits: Ozzyboshi (~quassel@replaced-ip) (Ping timeout: 245 seconds)
-
3881[13:51:41] *** Quits: lachlan (~lachlan@replaced-ip) (Client Quit)
-
3882[13:51:42] *** nomad_dw_ is now known as nomad_dw
-
3883[13:51:44] *** Joins: Ozzyboshi (~quassel@replaced-ip)
-
3884[13:51:52] *** Joins: lachlan (~lachlan@replaced-ip)
-
3885[13:52:53] *** Quits: lachlan (~lachlan@replaced-ip) (Client Quit)
-
3886[13:53:51] *** Joins: rsx (~dummy@replaced-ip)
-
3887[13:53:58] *** Joins: Hallo32 (~Thunderbi@replaced-ip)
-
3888[13:54:03] *** Joins: warr10r (~pi@replaced-ip)
-
3889[13:54:38] *** Quits: ]3n19m4[ (~]3n19m4@replaced-ip) (Read error: Connection reset by peer)
-
3890[13:55:14] *** Joins: cereal_poster (~DouglasT@replaced-ip)
-
3891[13:55:17] *** Joins: ]3n19m4[ (~]3n19m4@replaced-ip)
-
3892[13:55:17] *** Quits: deciph3r (~desiph3r@replaced-ip) (Quit: Leaving...)
-
3893[13:55:22] <GPenguin> libvnc{-client,-server} as update?
-
3894[13:55:33] <GPenguin> why is that installed by default?
-
3895[13:57:07] *** Quits: ]3n19m4[ (~]3n19m4@replaced-ip) (Read error: Connection reset by peer)
-
3896[13:57:25] <n4dir> what about aptitude why libvnc-server. I would assume that is part of a metapackage, either a DE or a display-manager or such (as i sure ain't got it installed)
-
3897[13:57:35] *** Joins: maotm_ (~mao@replaced-ip)
-
3898[13:58:00] *** debhelper sets mode: +l 1578
-
3899[13:58:07] <GPenguin> ah, okay. my fantasy went again too far
-
3900[13:58:29] <n4dir> oh, GPenguin, i was only making assumptions.
-
3901[13:59:17] <GPenguin> no, its easy. virtualbox brought the dependency in
-
3902[13:59:41] <n4dir> ah, i see.
-
3903[13:59:52] <n4dir> so aptitude why was the solution?
-
3904[14:00:02] <GPenguin> yes :)
-
3905[14:00:02] *** Quits: maotm (~mao@replaced-ip) (Ping timeout: 248 seconds)
-
3906[14:00:08] <n4dir> cool.
-
3907[14:00:21] *** Joins: giricz81 (~giricz81@replaced-ip)
-
3908[14:00:36] *** Joins: cosmos (~quassel@replaced-ip)
-
3909[14:00:45] *** Joins: dethos (~dethos@replaced-ip)
-
3910[14:00:52] *** Joins: ]3n19m4[ (~]3n19m4@replaced-ip)
-
3911[14:01:04] <Ooze> I mounted my new NAS fileshare using NFS, but when I'm managing files through samba the permssions are whacked
-
3912[14:01:12] <n4dir> not sure if i got that right, but it doesn't alway play well for me. It lists one package, i remove that, but then aptitude why shows another one, and so forth, in a loop ....
-
3913[14:01:16] <Ooze> It only seems to be a user, no group
-
3914[14:01:20] <Ooze> Numbers, not username
-
3915[14:01:43] *** Joins: bumbal (~lxk@replaced-ip)
-
3916[14:02:06] *** Joins: karakedi (~e7E2C80CD@replaced-ip)
-
3917[14:02:06] *** Joins: muhannad (~muhannad@replaced-ip)
-
3918[14:02:51] *** Quits: OS-20332 (~OS-20332@replaced-ip) (Ping timeout: 255 seconds)
-
3919[14:03:10] *** Quits: gonz0 (~gonz0@replaced-ip) (Quit: fui)
-
3920[14:03:31] *** Quits: ShalokShalom (~quassel@replaced-ip) (Ping timeout: 245 seconds)
-
3921[14:03:47] *** Joins: KaffeeJunky123 (~s3cr34t@replaced-ip)
-
3922[14:03:57] *** Joins: echosystm (~echosystm@replaced-ip)
-
3923[14:04:07] *** Quits: oish (~charlie@replaced-ip) (Quit: leaving)
-
3924[14:04:28] *** Quits: giricz81 (~giricz81@replaced-ip) (Client Quit)
-
3925[14:04:45] *** Joins: chabibi (scum@replaced-ip)
-
3926[14:05:28] <chabibi> is there any way to restore the file permissions of a package's installed filed to their original ones?
-
3927[14:05:49] <chabibi> without reinstalling
-
3928[14:06:56] *** Quits: karakedi (~e7E2C80CD@replaced-ip) (Ping timeout: 272 seconds)
-
3929[14:07:45] *** Quits: n4dir (~user@replaced-ip) (Remote host closed the connection)
-
3930[14:08:11] *** Quits: cyborg-one (~cyborg-on@replaced-ip) (Quit: cyborg-one)
-
3931[14:08:14] <KaffeeJunky123> On debian squeeze I have an issue with the g15daemon.service, it fails to start at boot, but later it'll work after a reload, here's what journalctl prints about the service replaced-url
-
3932[14:08:33] *** Parts: echosystm (~echosystm@replaced-ip)
-
3933[14:09:09] <KaffeeJunky123> From the looks the init script is hardcoded to look for the keyboard at /dev/input/uinput, I wonder how it manages to detect the keyboard at all
-
3934[14:09:28] *** Quits: Ozzyboshi (~quassel@replaced-ip) (Ping timeout: 272 seconds)
-
3935[14:09:52] *** Quits: Hallo32 (~Thunderbi@replaced-ip) (Remote host closed the connection)
-
3936[14:10:23] *** Joins: OS-26831 (~OS-26831@replaced-ip)
-
3937[14:10:24] *** Quits: sphenxes01 (~sphenxes@replaced-ip) (Ping timeout: 256 seconds)
-
3938[14:10:49] <KaffeeJunky123> chabibi: why is reinstalling not an option?
-
3939[14:11:06] *** Joins: zhangweichinese (~zhangwei@replaced-ip)
-
3940[14:11:15] <ksk> chabibi: besides a manual chmod there is no way.
-
3941[14:11:33] <chabibi> KaffeeJunky123: I want to keep the configuration. This is for the mediawiki package
-
3942[14:11:38] *** Joins: morphis_ (~morphis@replaced-ip)
-
3943[14:12:56] <KaffeeJunky123> chabibi: you can make a backup of the configuration files and reinstall
-
3944[14:13:10] <KaffeeJunky123> then you move the contents to the newly created configuration files
-
3945[14:13:24] *** Joins: karakedi (~e7E2C80CD@replaced-ip)
-
3946[14:13:32] <chabibi> yes, that's probably the right way
-
3947[14:13:58] <ByteStorm> chmod
-
3948[14:15:03] <Stummi> reinstall shouldn't override the configuration
-
3949[14:15:24] *** Joins: criztovyl (~christoph@replaced-ip)
-
3950[14:15:28] <chabibi> okay
-
3951[14:15:33] <KaffeeJunky123> Stummi: but will it reset the permissions on the files?
-
3952[14:15:48] *** Quits: morphis (~morphis@replaced-ip) (Ping timeout: 272 seconds)
-
3953[14:15:51] <KaffeeJunky123> anyways, you could just look up the proper file permissions and chmod
-
3954[14:15:51] *** Quits: mavhq (~quassel@replaced-ip) (Read error: Connection reset by peer)
-
3955[14:15:56] <chabibi> with aptitude?
-
3956[14:16:22] *** chickens is now known as wolves
-
3957[14:16:29] <KaffeeJunky123> I wonder if there's a way to find out without looking at the actual package code
-
3958[14:17:00] *** Joins: mavhq (~quassel@replaced-ip)
-
3959[14:17:07] *** Joins: cmh__ (~cmh_@replaced-ip)
-
3960[14:17:23] <ByteStorm> not code
-
3961[14:17:34] *** Joins: SPF|Cloud (uid11755@replaced-ip)
-
3962[14:17:56] <ByteStorm> the changes to the file permissions of the files you touched
-
3963[14:18:08] *** Joins: UUID00 (~UUID00@replaced-ip)
-
3964[14:18:08] <ByteStorm> thts what you need to check
-
3965[14:18:13] *** Quits: risq (~risq@replaced-ip) (Quit: Leaving)
-
3966[14:18:19] <ByteStorm> reinstalling wont hurt too
-
3967[14:18:40] <KaffeeJunky123> ByteStorm: but it won't fix faulty permissions, will it?
-
3968[14:18:48] *** Joins: conta (~Thunderbi@replaced-ip)
-
3969[14:19:05] <ByteStorm> what will?
-
3970[14:19:12] *** Parts: cmh__ (~cmh_@replaced-ip)
-
3971[14:19:21] *** Joins: sphenxes01 (~sphenxes@replaced-ip)
-
3972[14:19:44] *** Quits: raynold (uid201163@replaced-ip) (Quit: Connection closed for inactivity)
-
3973[14:19:48] <KaffeeJunky123> ByteStorm: reinstalling won't change permissions on configuration files that are altered, or am I wrong?
-
3974[14:20:16] *** Joins: redguy (~matik@replaced-ip)
-
3975[14:20:17] *** Quits: redguy (~matik@replaced-ip) (Changing host)
-
3976[14:20:17] *** Joins: redguy (~matik@replaced-ip)
-
3977[14:20:38] <ByteStorm> if you make a backup of the said configuration files,then its ok
-
3978[14:20:51] <ByteStorm> or else the reinstall might touch them too
-
3979[14:21:11] *** Joins: llorephie (~Thunderbi@replaced-ip)
-
3980[14:21:44] <KaffeeJunky123> ByteStorm: apt will ask if you want to keep them
-
3981[14:21:46] <babilen> chabibi: Which files is this about?
-
3982[14:21:55] <chabibi> babilen: mediawiki
-
3983[14:22:14] *** Quits: bumbal (~lxk@replaced-ip) (Ping timeout: 258 seconds)
-
3984[14:22:16] <chabibi> I found out someone messed up the permissions for the files
-
3985[14:22:22] <babilen> chabibi: That is not a file, but a package
-
3986[14:22:27] <chabibi> and want to restore them to the original
-
3987[14:22:29] *** Joins: willmore (~willmore@replaced-ip)
-
3988[14:22:36] <babilen> "the files" -- what kind of files are you referring to here?
-
3989[14:22:38] *** Quits: jirka (~Icedove@replaced-ip) (Quit: jirka)
-
3990[14:22:49] <chabibi> babilen: all the files in /usr/share/mediawiki
-
3991[14:22:59] <chabibi> babilen: php files mostly
-
3992[14:23:07] <babilen> Okay, so there is no need to be concerned with configuration files at all
-
3993[14:23:13] <babilen> Rest reinstall the package
-
3994[14:23:15] <babilen> *Just
-
3995[14:24:46] *** Joins: Carlo (~kvirc@replaced-ip)
-
3996[14:25:10] *** Carlo is now known as Guest30483
-
3997[14:25:14] *** Joins: bumbal (~lxk@replaced-ip)
-
3998[14:25:59] *** Joins: berndj (~berndj@replaced-ip)
-
3999[14:27:36] *** Quits: OS-26831 (~OS-26831@replaced-ip) (Ping timeout: 255 seconds)
-
4000[14:27:41] *** Quits: ]3n19m4[ (~]3n19m4@replaced-ip) (Ping timeout: 245 seconds)
-
4001[14:27:58] <KaffeeJunky123> babilen: php files are configuration files on mediawiki :<
-
4002[14:28:45] *** Quits: Niah (~OS-26034@replaced-ip) (Ping timeout: 246 seconds)
-
4003[14:29:49] <babilen> KaffeeJunky123: mediawiki ships configuration files in /usr/share ?
-
4004[14:30:05] *** Joins: soee_ (~soee@replaced-ip)
-
4005[14:30:14] *** Quits: gnupi (~moltar@replaced-ip) (Ping timeout: 256 seconds)
-
4006[14:30:22] <KaffeeJunky123> babilen: most php projects contain configuration files in their php
-
4007[14:30:27] <babilen> Well .. it is PHP. Why am I surprised that it is a broken pile of shit.
-
4008[14:30:43] *** Joins: alwyn (~alwyn@replaced-ip)
-
4009[14:30:55] <KaffeeJunky123> if they haven't changed the configuration model heavily since I last took a look at it you'll find configuration insides the php
-
4010[14:31:10] <KaffeeJunky123> babilen: It's not a matter of PHP but of programming style
-
4011[14:31:26] <KaffeeJunky123> PHP allows you for proper separation of configuration and code
-
4012[14:31:34] *** Joins: m_m (~m_m@replaced-ip)
-
4013[14:31:40] <KaffeeJunky123> Most PHP coders don't do that thou
-
4014[14:31:42] *** Quits: muhannad (~muhannad@replaced-ip) (Quit: muhannad)
-
4015[14:32:33] *** Quits: soee (~soee@replaced-ip) (Ping timeout: 255 seconds)
-
4016[14:32:45] *** Joins: nixhed (~nixhed@replaced-ip)
-
4017[14:32:57] *** Quits: arcresu (~arcresu@replaced-ip) (Quit: arcresu)
-
4018[14:33:11] *** Joins: arcresu (~arcresu@replaced-ip)
-
4019[14:33:39] *** Quits: buk (Elite18423@replaced-ip) (Changing host)
-
4020[14:33:39] *** Joins: buk (Elite18423@replaced-ip)
-
4021[14:33:39] *** Quits: buk (Elite18423@replaced-ip) (Changing host)
-
4022[14:33:39] *** Joins: buk (Elite18423@replaced-ip)
-
4023[14:34:00] <babilen> KaffeeJunky123: Sure, but PHP projects seem to particular suffer from these kind of ailments.
-
4024[14:36:40] <FinalX> nsainfo 1134423
-
4025[14:36:46] *** mrtnt_ is now known as mrtnt
-
4026[14:36:48] *** Quits: btf (~btf@replaced-ip) (Remote host closed the connection)
-
4027[14:37:18] *** Quits: llorephie (~Thunderbi@replaced-ip) (Read error: Connection reset by peer)
-
4028[14:37:33] <FinalX> eh, wow, window focus.
-
4029[14:37:37] <FinalX> sorry :)
-
4030[14:37:42] *** Joins: gnupi (~moltar@replaced-ip)
-
4031[14:37:44] <alwyn> ..welp
-
4032[14:37:48] *** Joins: llorephie (~Thunderbi@replaced-ip)
-
4033[14:37:53] <alwyn> security incident!
-
4034[14:37:54] *** Quits: m_m (~m_m@replaced-ip) (Ping timeout: 248 seconds)
-
4035[14:38:10] <FinalX> howso?
-
4036[14:38:22] <FinalX> nsainfo is just a shell tool for me :)
-
4037[14:38:25] <alwyn> idk, it looks like it could be a user/password
-
4038[14:38:26] *** Joins: Pavr (~Pavr@replaced-ip)
-
4039[14:38:28] *** Joins: cmh_ (~cmh_@replaced-ip)
-
4040[14:38:29] <alwyn> oh
-
4041[14:39:34] *** Joins: cdown (~cdown@replaced-ip)
-
4042[14:40:50] *** Joins: kardborren (~weechat@replaced-ip)
-
4043[14:40:56] *** Joins: Lokke (~Thunderbi@replaced-ip)
-
4044[14:41:14] <kardborren> How do the maintainers decide on the priority of the packages?
-
4045[14:41:28] <KaffeeJunky123> kardborren: I'd roll a dice ;D
-
4046[14:41:58] <kardborren> KaffeeJunky123: Give me your email address so I can find your packages. Gotta do some purging. ;-)
-
4047[14:42:03] *** Quits: Sabaku (~Sabaku@replaced-ip) (Ping timeout: 246 seconds)
-
4048[14:43:09] <KaffeeJunky123> kardborren: I'm not a maintainer thou
-
4049[14:43:31] <KaffeeJunky123> I'd happily become a maintainer if someone paid me to do it ;)
-
4050[14:43:37] <kardborren> KaffeeJunky123: I gathered as much. :)
-
4051[14:43:47] *** Quits: Agent (uid41384@replaced-ip) (Quit: Connection closed for inactivity)
-
4052[14:44:31] <KaffeeJunky123> kardborren: only question is whether the debmaintainers would be happy about that too :D
-
4053[14:44:33] <kardborren> I went down the rabbit hole to understand why my Jessie has some packages installed that seem arcane. Found the path in tasksel etc, and how it pretty much boils down the priority of the package.
-
4054[14:44:43] *** Joins: ]3n19m4[ (~]3n19m4@replaced-ip)
-
4055[14:45:20] *** Quits: WildPenguin (~linuxuser@replaced-ip) (Quit: Leaving)
-
4056[14:45:59] <kardborren> Which leads to the question: Who decides on the priority? If it's the package maintainer, we'd all run the risk of someone having a stroke and all of a sudden Frogger is part of the "required" priority.
-
4057[14:47:00] *** Joins: echosystm (~echosystm@replaced-ip)
-
4058[14:47:14] *** Quits: p8m (~p8m@replaced-ip) (Ping timeout: 258 seconds)
-
4059[14:47:16] *** Quits: rolig (~rolig@replaced-ip) (Ping timeout: 245 seconds)
-
4060[14:47:19] <echosystm> if i am root and i want to do something potentially dangerous, say open a web browser
-
4061[14:47:40] <echosystm> is it unsafe for me to simply run "su someotheruser mywebbrowser" ?
-
4062[14:47:54] <echosystm> can "mywebbrowser" somehow break out and get root?
-
4063[14:48:00] *** debhelper sets mode: +l 1584
-
4064[14:48:26] *** Joins: noroot (~noroot@replaced-ip)
-
4065[14:48:32] <babilen> kardborren: The maintainer obviously
-
4066[14:48:34] *** Quits: zhangweichinese (~zhangwei@replaced-ip) (Quit: Leaving.)
-
4067[14:48:56] *** Joins: BadSnappa (~BadSnappa@replaced-ip)
-
4068[14:50:15] *** Quits: LeandroLuiz (~clkalw@replaced-ip) (Read error: Connection timed out)
-
4069[14:50:49] *** Joins: lethu_ (~lethu@replaced-ip)
-
4070[14:50:53] <kardborren> babilen: Really? No committee at some point?
-
4071[14:51:03] *** Quits: ]3n19m4[ (~]3n19m4@replaced-ip) (Read error: Connection reset by peer)
-
4072[14:51:27] *** Quits: noroot_ (~noroot@replaced-ip) (Ping timeout: 255 seconds)
-
4073[14:51:27] *** Joins: ]3n19m4[ (~]3n19m4@replaced-ip)
-
4074[14:51:40] *** Joins: biberu (~biberu@replaced-ip)
-
4075[14:51:55] *** Joins: zhangweichinese (~zhangwei@replaced-ip)
-
4076[14:51:57] *** Quits: zhangweichinese (~zhangwei@replaced-ip) (Max SendQ exceeded)
-
4077[14:52:03] <babilen> kardborren: Packages are created by the respective maintainer. You might be interested in replaced-url
-
4078[14:52:16] *** Quits: emerson (~emerson@replaced-ip) (Quit: leaving)
-
4079[14:52:19] *** Joins: LeandroLuiz (~clkalw@replaced-ip)
-
4080[14:52:25] *** Joins: zhangweichinese (~zhangwei@replaced-ip)
-
4081[14:52:28] <babilen> replaced-url
-
4082[14:52:37] *** Joins: emerson (~emerson@replaced-ip)
-
4083[14:53:19] <FinalX> kardborren: to be fair, why wouldn't Frogger be an absolute requirement for a valid base Debian bootstrap. I mean, come on, Frogger.
-
4084[14:53:22] *** Quits: lethu (~lethu@replaced-ip) (Ping timeout: 248 seconds)
-
4085[14:53:29] <kardborren> babilen: Actually the document I've been reading the last 15 minutes. :)
-
4086[14:53:32] *** Quits: echosystm (~echosystm@replaced-ip) (Quit: leaving)
-
4087[14:53:36] <babilen> Implying that this would ever be a problem is ridiculous
-
4088[14:53:38] <kardborren> FinalX: Tru dat
-
4089[14:53:44] *** Joins: rolig (~rolig@replaced-ip)
-
4090[14:53:56] *** Joins: alxy (uid115853@replaced-ip)
-
4091[14:54:03] <kardborren> babilen: Am I implying? I thought I was asking about the process.
-
4092[14:54:27] *** Joins: shinnya (~shinnya@replaced-ip)
-
4093[14:54:29] <babilen> The priority is chosen by the maintainer of the package in line with the Debian policy
-
4094[14:54:31] *** Joins: effbiai (~effbiai@replaced-ip)
-
4095[14:54:31] *** Quits: effbiai (~effbiai@replaced-ip) (Changing host)
-
4096[14:54:31] *** Joins: effbiai (~effbiai@replaced-ip)
-
4097[14:54:43] <babilen> (just like other packaging decisions)
-
4098[14:54:44] *** Quits: kiao2938 (~mj@replaced-ip) (Quit: Konversation terminated!)
-
4099[14:55:22] *** Joins: fullz_VBV (kibrahimaa@replaced-ip)
-
4100[14:56:47] <kardborren> babilen: Fine, I understand. But let me ask this entirely hypothetical question:
-
4101[14:57:07] *** Joins: ralpheeee (~ralpheeee@replaced-ip)
-
4102[14:58:00] *** debhelper sets mode: +l 1590
-
4103[14:58:00] <kardborren> babilen: Let's say I produce a small app (fully open source and all) and become the maintainer for it. If I set the priority to "required", it will automatically be installed in all new installations (if I have understood it correctly). Is this correct?
-
4104[14:58:30] <babilen> Yes
-
4105[14:58:38] *** Joins: m8 (~m8@replaced-ip)
-
4106[14:58:56] *** Joins: chachasmooth (~chachasmo@replaced-ip)
-
4107[14:59:11] *** Quits: arcresu (~arcresu@replaced-ip) (Quit: arcresu)
-
4108[14:59:18] <kardborren> Obviously that would not be in line of the policy.
-
4109[14:59:31] <babilen> Doing so would, however, violate Debian policy (unless the "app" really is required for the proper functioning of the system
-
4110[14:59:36] <babilen> )
-
4111[14:59:43] <kardborren> So who reacts? Who will say no?
-
4112[15:00:43] <babilen> First and foremost: Becoming a Debian Developer is a rather involved process in which you have to proof your familiarity with the policy
-
4113[15:00:54] <kardborren> Ok, understood
-
4114[15:01:21] <babilen> There are various stages in which this would probably come up. The first is that you'd write a ITP which is being sent to debian-devel. I'd expect many people to react to that.
-
4115[15:01:37] *** Quits: zhangweichinese (~zhangwei@replaced-ip) (Remote host closed the connection)
-
4116[15:02:02] <babilen> Then, even if that isn't caught the package would be checked by ftp-masters who check packages in the NEW queue (mostly for copyright and policy compliance)
-
4117[15:02:20] <babilen> Iff they don't catch this violation you (or somebody else) would file a RC bug against the package ..
-
4118[15:02:31] <babilen> If the maintainer refuses to change this one could escalate it
-
4119[15:02:53] <babilen> Either by offering nice beverages during the next Debconf or in a more formal way to the TC
-
4120[15:03:01] <kardborren> LOL
-
4121[15:03:05] <kardborren> TC = ?
-
4122[15:03:05] <babilen> TC could decide to overrule the maintainer (no brainer in this case)
-
4123[15:03:22] <ralpheeee> hi guys been using arch for close to two years (have to say I love it and its simplicity)....due to professional change change is required...leaning towards debian rather than suse...my question....(taking into mind stability is the key goal now)...i still however wish to have a "rolling" release...what are the recommendations ....sid or stretch
-
4124[15:03:28] <babilen> karborren: replaced-url
-
4125[15:03:35] *** Joins: rrehbein (~rrehbein@replaced-ip)
-
4126[15:03:41] *** Quits: Slydder (~chuck@replaced-ip) (Quit: Leaving.)
-
4127[15:04:00] <babilen> ITP == intent to package
-
4128[15:04:01] <kardborren> babilen: Ah, the Debian Technical Committee. I wasn't aware of their existence
-
4129[15:04:32] *** Joins: _foldLeft (~foldleft@replaced-ip)
-
4130[15:05:01] <kardborren> So they have the power to handle who can be a maintainer, and can decide and override all when it comes to packages (and more, I assume)?
-
4131[15:05:38] <babilen> In the end .. Debian is built on the assumption that people *try* very hard to provide excellent packages. A framework of rules has been laid out that summarise "best practices" to do so and there are ways in which problems can be dealt with.
-
4132[15:06:56] <kardborren> Understood. You've been very helpful, thank you. I have a follow-up question though. :)
-
4133[15:07:11] <babilen> The technical committee has the power to overrule a maintainer, yes -- See replaced-url
-
4134[15:07:51] <babilen> Doing so is quite a drastic measure and measures are put in place to solve issues before it comes to this
-
4135[15:08:02] <babilen> (the "nice drink at debconf approach")
-
4136[15:08:21] *** Joins: Sabaku (~Sabaku@replaced-ip)
-
4137[15:08:24] *** Joins: Hallo32 (~Thunderbi@replaced-ip)
-
4138[15:08:51] <Ooze> I'm trying to create an NFS share with the proper permissions on my new NAS. Currently, I have the same user on each machine -- I'm reaching I need to make one of these a 'no-login' user and add sec=sys in my fstab entry
-
4139[15:09:04] *** Quits: _Nox (~Nox@replaced-ip) (Remote host closed the connection)
-
4140[15:09:14] <Ooze> Can someone provide documentation/guidance on this process? I'm a little confused how I can have the same user on both servers and preser permissions
-
4141[15:09:29] *** Joins: bluenemo (~bluenemo@replaced-ip)
-
4142[15:09:40] <kardborren> The reason I went down this rabbit hole was that I have a freshly installed (minimal) Jessie and found it to contain mutt, calendar and a couple of other things I consider stone-age. I don't claim to know if there are other things in the system that relies on them - no idea - but that made me wonder what was installed, which led to tasksel, and the priority value. And the follow-up question: Do you know if
-
4143[15:09:42] <kardborren> there's been a recent (say last 5 years) effort in looking through the "required" packages and making sure everything actually is required?
-
4144[15:10:20] <babilen> I am not aware of such an effort, no
-
4145[15:10:29] <babilen> (that doesn't mean it doesn't exist though)
-
4146[15:10:36] <kardborren> Yeah, understood.
-
4147[15:10:59] *** Joins: vinter (~attf@replaced-ip)
-
4148[15:10:59] <babilen> mutt is "Priority: optional" though
-
4149[15:11:19] <kardborren> I kind of would like to see some page in the policy document on this. What was required 1990 probably isn't automatically so now. Well, maybe, anyway.
-
4150[15:11:28] *** Parts: vinter (~attf@replaced-ip)
-
4151[15:11:44] *** Joins: Achylles (~Achylles@replaced-ip)
-
4152[15:11:49] *** Joins: vinter (~attf@replaced-ip)
-
4153[15:12:03] <babilen> kardborren: If you have the feeling that changes are needed the right way to go about this is by filing a bug against the package. Feel free to set a high priority (as it is an alleged policy violation)
-
4154[15:12:55] <babilen> We try to offer a great system .. errors are made .. priorities, quite literally, change and I'd be very surprised if technically excellent advise or work would be disregarded
-
4155[15:13:30] <kardborren> babilen: Really, it's "standard" for me. (Not required as I thought, still gets pulled in though)
-
4156[15:13:32] <babilen> Debian is a very much a "do-ocracy" in that action is valued higher than inaction (and empty talk)
-
4157[15:13:33] *** Joins: ben25 (~ben25@replaced-ip)
-
4158[15:14:42] <kardborren> babilen: Yeah, I might actually do that. Do you recommend filing a bug though? Not just sending an email to the maintainer? Too great a risk of getting lost in the inbox?
-
4159[15:15:12] *** Quits: Lokke (~Thunderbi@replaced-ip) (Quit: Lokke)
-
4160[15:15:23] <babilen> kardborren: replaced-url
-
4161[15:15:43] <babilen> kardborren: Bugs are the right way to go (also in terms of documentation)
-
4162[15:16:02] <kardborren> babilen: And just to be clear: I don't have anything against mutt in itself. I just started wondering about the process. Mutt just happened to become an example.
-
4163[15:16:26] <Pavr> It might have been a part of a virtual package you installed.
-
4164[15:17:02] <babilen> kardborren: It sounds as if you might have installed the standard task.
-
4165[15:17:47] <kardborren> babilen: Yep, sure did. That was before I understood what it meant. Live and learn.
-
4166[15:18:17] <babilen> Anything else I can help you with today?
-
4167[15:18:19] <kardborren> babilen: But I am confused by the link you sent me. Clearly optional there. But in synaptic it clearly says standard.
-
4168[15:18:43] <babilen> Which version of the package? Could you paste the output of "apt-cache show mutt" to replaced-url
-
4169[15:19:16] *** Quits: Guest73504 (~lk@replaced-ip) (Changing host)
-
4170[15:19:16] *** Joins: Guest73504 (~lk@replaced-ip)
-
4171[15:19:29] *** Guest73504 is now known as LennyKitty
-
4172[15:19:34] *** Quits: Guest6346 (rt@replaced-ip) (Changing host)
-
4173[15:19:34] *** Joins: Guest6346 (rt@replaced-ip)
-
4174[15:19:37] <Pavr> replaced-url
-
4175[15:19:52] *** Joins: ExoUNX (~ExoUNX@replaced-ip)
-
4176[15:19:56] *** Guest6346 is now known as rt
-
4177[15:20:26] <kardborren> babilen: replaced-url
-
4178[15:20:32] *** Joins: Deathrattle (~death@replaced-ip)
-
4179[15:22:00] *** Joins: catbehemoth (~vasyl@replaced-ip)
-
4180[15:22:01] <babilen> It was changed in replaced-url
-
4181[15:22:30] <babilen> "This is currently the value in the archive, as overriden by ftp-masters." -- So ftp-masters caught this and adjusted the priority
-
4182[15:22:55] <kardborren> So pretty much exactly what we've been discussing? :)
-
4183[15:23:29] *** Joins: Namikaze (znc@replaced-ip)
-
4184[15:23:54] *** Joins: Nh3xus (~Nh3xus@replaced-ip)
-
4185[15:23:54] *** Quits: jscoder (~user@replaced-ip) (Quit: leaving)
-
4186[15:24:02] *** wolves is now known as ^s
-
4187[15:24:08] <babilen> kardborren: Exactly
-
4188[15:24:10] *** ^s is now known as wolves
-
4189[15:24:16] *** Quits: lethu_ (~lethu@replaced-ip) (Remote host closed the connection)
-
4190[15:24:38] <babilen> And the maintainer adjusted the priority in the packaging in reaction to it
-
4191[15:24:39] <Ooze> How can I have the same user w/ the same UID on multiple servers so my file permissions are retained when I create/transfer via samba?
-
4192[15:24:48] <kardborren> babilen: This is by far the most productive talk I've ever had with anyone in this channel. Many thanks!
-
4193[15:24:53] <Ooze> I was going to set up LDAP, but I don't think I need that
-
4194[15:25:21] <babilen> kardborren: I haven't investigated this in more detail .. I'm sure you'll find the actual conversation about it in the mailing list archives, but this seems to be a pretty good example for one way the "checks and balances" process could work
-
4195[15:25:35] *** Joins: Niah (~OS-26034@replaced-ip)
-
4196[15:25:35] *** wolves is now known as ^sb
-
4197[15:25:39] <babilen> kardborren: You are most welcome
-
4198[15:26:05] *** Quits: llorephie (~Thunderbi@replaced-ip) (Read error: Connection reset by peer)
-
4199[15:26:09] *** Quits: Achylles (~Achylles@replaced-ip) (Ping timeout: 246 seconds)
-
4200[15:26:19] *** Parts: kardborren (~weechat@replaced-ip)
-
4201[15:26:30] <Ooze> What's the usual purpose of a no-login user?
-
4202[15:26:44] *** Joins: llorephie (~Thunderbi@replaced-ip)
-
4203[15:26:44] <Ooze> Can I create another user w/ the same name on the same host as a no-login user?
-
4204[15:27:12] *** Quits: clopez (~tau@replaced-ip) (Ping timeout: 246 seconds)
-
4205[15:27:26] *** Joins: lethu (~lethu@replaced-ip)
-
4206[15:27:43] *** Quits: ilushka4 (~ilushka@replaced-ip) (Quit: Leaving)
-
4207[15:28:00] *** debhelper sets mode: +l 1596
-
4208[15:28:10] *** Quits: shovel_boss (~shovel_bo@replaced-ip) (Ping timeout: 258 seconds)
-
4209[15:28:20] *** Joins: sk__ (~sk__@replaced-ip)
-
4210[15:28:25] <sk__> hello i have got a question about irda on linux
-
4211[15:28:33] *** Joins: dionysus70 (~Thunderbi@replaced-ip)
-
4212[15:28:35] <sk__> how can i understand where attach tty to irda port?
-
4213[15:29:21] *** dionysus70 is now known as dionysus69
-
4214[15:29:37] *** Joins: clopez (~tau@replaced-ip)
-
4215[15:29:46] *** Quits: Niah (~OS-26034@replaced-ip) (Ping timeout: 245 seconds)
-
4216[15:30:39] <KaffeeJunky123> I really need to make a list of what I need on a default debian installation
-
4217[15:31:06] *** Joins: kpease_ (~kpease@replaced-ip)
-
4218[15:31:24] <at0m> KaffeeJunky123: once you've finished install, dpkg --get-selections on source machine, and --set-selections on the target?
-
4219[15:32:33] <KaffeeJunky123> at0m: good idea, but that doesn't work reliable across versions
-
4220[15:33:07] <KaffeeJunky123> might give it a try
-
4221[15:33:07] *** Joins: jazz (~jazz@replaced-ip)
-
4222[15:33:27] *** Joins: aaro (~aaro@replaced-ip)
-
4223[15:34:36] *** Joins: saysp_ (~saysp@replaced-ip)
-
4224[15:34:37] *** Quits: rt (rt@replaced-ip) (Quit: Life is too short to wait.)
-
4225[15:35:09] <KaffeeJunky123> maybe I should write a script to configure for booting my jessie, I'm using the same home drive with stretch, so I've to move my user folders around before booting jessie xD
-
4226[15:35:30] *** Quits: srtu (~hypnotoad@replaced-ip) (Quit: Verlassend)
-
4227[15:35:42] *** Joins: nidr0x (~z4.30i@nidr0x.ddns.jazztel.es)
-
4228[15:35:43] <KaffeeJunky123> home sysadmins are the worst lol
-
4229[15:35:54] *** Joins: rt (rt@replaced-ip)
-
4230[15:35:56] *** Joins: darkdust (~xavier@replaced-ip)
-
4231[15:36:29] <sk__> can anyone helo me with irda?
-
4232[15:36:52] *** Quits: darkdust (~xavier@replaced-ip) (Client Quit)
-
4233[15:39:30] *** Joins: linux-fox (~linux-fox@replaced-ip)
-
4234[15:40:25] *** Quits: linux-fox (~linux-fox@replaced-ip) (Client Quit)
-
4235[15:40:54] *** Joins: shovel_boss (~shovel_bo@replaced-ip)
-
4236[15:42:15] *** Quits: dionysus69 (~Thunderbi@replaced-ip) (Ping timeout: 246 seconds)
-
4237[15:42:41] *** Quits: TuxShells (~TuxShells@replaced-ip) (Ping timeout: 245 seconds)
-
4238[15:42:57] *** Quits: twobitsprite (~isaac.fre@98.122.134.221) (Ping timeout: 246 seconds)
-
4239[15:43:07] *** Joins: DeaDSouL (~deadsoul@replaced-ip)
-
4240[15:43:10] *** Joins: TuxShells (~TuxShells@replaced-ip)
-
4241[15:43:11] *** Quits: bmomjian (~bmomjian@replaced-ip) (Quit: Leaving.)
-
4242[15:43:15] *** Joins: bmomjian1 (~bmomjian@replaced-ip)
-
4243[15:44:24] *** Joins: gear4_ (c557f2dc@replaced-ip)
-
4244[15:44:29] <gear4_> hey guys
-
4245[15:44:53] *** Joins: Lacho1 (~lacho@replaced-ip)
-
4246[15:45:03] <gear4_> I have debian 8 on a live disk and I'm trying to chroot into an existing archlinux environment
-
4247[15:46:24] <gear4_> however /dev doesn't show my disk drives
-
4248[15:46:26] <gear4_> any idea why ?
-
4249[15:46:42] *** Quits: Lacho (~lacho@replaced-ip) (Ping timeout: 248 seconds)
-
4250[15:46:49] <gear4_> or will I just be ignored again
-
4251[15:47:15] *** Quits: d0nn1e (~d0nn1e@replaced-ip) (Ping timeout: 255 seconds)
-
4252[15:47:55] *** Quits: vinter (~attf@replaced-ip) (Quit: WeeChat 1.0.1)
-
4253[15:48:13] *** Joins: phdeswer (~phdeswer@replaced-ip)
-
4254[15:49:29] *** Joins: d0nn1e (~d0nn1e@replaced-ip)
-
4255[15:50:08] *** Quits: Sabaku (~Sabaku@replaced-ip) (Ping timeout: 256 seconds)
-
4256[15:50:17] <Pavr> gear4_, any info in dmesg?
-
4257[15:52:41] *** Quits: towo^work (~towo@replaced-ip) (Quit: Leaving)
-
4258[15:53:13] <gear4_> Pavr: I fixed it already, thanks
-
4259[15:54:21] *** Quits: NP|2 (~kvirc@replaced-ip) (Read error: Connection reset by peer)
-
4260[15:54:44] <Stummi> well, at least tell us what the problem was and how you fixed it :)
-
4261[15:54:44] *** Quits: Janos (~Janos@replaced-ip) (Ping timeout: 248 seconds)
-
4262[15:55:05] *** Quits: GeMiNniS (~geminnis@replaced-ip) (Remote host closed the connection)
-
4263[15:57:43] <gear4_> Stummi: maybe
-
4264[15:57:51] <gear4_> maybe later
-
4265[15:57:54] *** Quits: stooj (~stooj@replaced-ip) (Ping timeout: 248 seconds)
-
4266[15:58:26] *** Joins: Blendify (~Blendify@replaced-ip)
-
4267[15:59:49] *** Joins: stooj (~stooj@replaced-ip)
-
4268[16:00:08] *** Joins: Duvrazh (9fac2a05@replaced-ip)
-
4269[16:00:12] *** Quits: rolig (~rolig@replaced-ip) (Ping timeout: 240 seconds)
-
4270[16:00:26] *** Quits: electro33 (uid613@replaced-ip) (Quit: Connection closed for inactivity)
-
4271[16:00:38] *** Quits: _foldLeft (~foldleft@replaced-ip) (Remote host closed the connection)
-
4272[16:00:54] *** Quits: maotm_ (~mao@replaced-ip) (Ping timeout: 256 seconds)
-
4273[16:04:23] *** Quits: LeandroLuiz (~clkalw@replaced-ip##) (Quit: ZNC - ##replaced-url
-
4274[16:04:44] *** Joins: stare_ (~stare@replaced-ip)
-
4275[16:05:21] *** Quits: deetwelve (~deetwelve@replaced-ip) (Quit: foobar)
-
4276[16:05:29] *** Joins: LeandroLuiz (~clkalw@replaced-ip)
-
4277[16:05:49] *** Joins: deetwelve (~deetwelve@replaced-ip)
-
4278[16:06:50] *** Quits: vonsyd0w (~vonsyd0w@replaced-ip) (Read error: Connection reset by peer)
-
4279[16:07:57] <ben25> does anybody knows from when the test database and the anonymous users aren't installed with mysql on debian?
-
4280[16:08:12] *** Quits: stare (~stare@replaced-ip) (Ping timeout: 240 seconds)
-
4281[16:08:20] <ben25> is it just from jessie or a global security fix or something?
-
4282[16:08:23] *** Joins: tram0004 (~tram0004@replaced-ip)
-
4283[16:08:33] <ben25> since when*
-
4284[16:08:53] *** Joins: larjona (~quassel@replaced-ip)
-
4285[16:09:22] <Duvrazh> ben25: which database package?
-
4286[16:09:24] *** Quits: stooj (~stooj@replaced-ip) (Ping timeout: 256 seconds)
-
4287[16:09:32] <Duvrazh> oh nevermind I see
-
4288[16:09:41] *** Joins: muhannad (~muhannad@replaced-ip)
-
4289[16:09:41] <Duvrazh> They're installed by default. sudo mysql_secure_installation to remove them.
-
4290[16:09:48] *** Quits: fullz_VBV (kibrahimaa@replaced-ip) (Ping timeout: 272 seconds)
-
4291[16:09:48] <Duvrazh> IIRC
-
4292[16:09:50] <ben25> ohh
-
4293[16:10:29] *** Joins: p8m (~p8m@replaced-ip)
-
4294[16:10:43] *** Joins: rolig (~rolig@replaced-ip)
-
4295[16:10:43] *** Quits: badiane (~badiane@replaced-ip) (Ping timeout: 258 seconds)
-
4296[16:11:07] *** Joins: ceprius (ceprius@replaced-ip)
-
4297[16:11:20] *** Joins: stooj (~stooj@replaced-ip)
-
4298[16:12:14] *** beaver is now known as evilnewbie
-
4299[16:12:46] *** Joins: thunderrd (~thunderrd@replaced-ip)
-
4300[16:13:12] *** Joins: Horachi (~Horachi@replaced-ip)
-
4301[16:13:13] *** Joins: spaik (~Alex@replaced-ip)
-
4302[16:13:22] *** Quits: redguy (~matik@replaced-ip) (Ping timeout: 256 seconds)
-
4303[16:13:40] <spaik> привет русские есть?
-
4304[16:15:10] <GPenguin> !ru
-
4305[16:15:15] *** Joins: Sabaku (~Sabaku@replaced-ip)
-
4306[16:15:26] *** Joins: stare (~stare@replaced-ip)
-
4307[16:15:31] <spaik> нету ру комнты
-
4308[16:15:34] <dpkg> Это английскоговорящий канал, пожалуйста, говорите по-английски или посетите #debian-russian (irc.freenode.net) (Russian speakers please go to #debian-russian)
-
4309[16:15:50] *** Joins: twobitsprite (~isaac.fre@198.153.184.6)
-
4310[16:16:02] *** Parts: spaik (~Alex@replaced-ip)
-
4311[16:16:06] *** Quits: cdown (~cdown@replaced-ip) (Remote host closed the connection)
-
4312[16:16:08] *** Joins: cdown_ (~cdown@replaced-ip)
-
4313[16:16:09] *** Quits: steakwipe (~ninjapira@replaced-ip) (Remote host closed the connection)
-
4314[16:16:17] *** cdown_ is now known as cdown
-
4315[16:16:31] *** Joins: steakwipe (~ninjapira@replaced-ip)
-
4316[16:16:32] <ben25> Duvrazh, do you think they are still installed?
-
4317[16:16:37] <ben25> by default
-
4318[16:16:59] *** Quits: stare_ (~stare@replaced-ip) (Ping timeout: 256 seconds)
-
4319[16:17:24] <Duvrazh> Last I checked. I have a dummy VM, give me a minute I'll test it for you
-
4320[16:17:40] *** Quits: sk__ (~sk__@replaced-ip) (Ping timeout: 247 seconds)
-
4321[16:17:44] *** Joins: silverhom (~silverhom@replaced-ip)
-
4322[16:17:53] *** Quits: llorephie (~Thunderbi@replaced-ip) (Remote host closed the connection)
-
4323[16:17:57] *** Quits: stooj (~stooj@replaced-ip) (Ping timeout: 246 seconds)
-
4324[16:19:06] *** Joins: _foldLeft (~foldleft@replaced-ip)
-
4325[16:19:17] <Duvrazh> I'm installing the lamp task and I'll check that - it's a pretty default installation of mysql
-
4326[16:19:44] *** Joins: ldnblk (~ldnblk___@replaced-ip)
-
4327[16:20:01] *** Joins: towo` (~towo@replaced-ip)
-
4328[16:20:02] *** Joins: Brigo (~Brigo@replaced-ip)
-
4329[16:20:08] *** Quits: Alina-malina (~Alina-mal@replaced-ip) (Excess Flood)
-
4330[16:20:17] *** Quits: Guest30483 (~kvirc@replaced-ip) (Remote host closed the connection)
-
4331[16:20:20] <ben25> ah that's nice, thank you
-
4332[16:20:28] *** Quits: super_gollum (~ich@replaced-ip) (Quit: Ex-Chat)
-
4333[16:20:30] *** Joins: Alina-malina (~Alina-mal@replaced-ip)
-
4334[16:20:32] *** Joins: DammitJim (~DammitJim@replaced-ip)
-
4335[16:20:42] *** Joins: krytarik (~krytarik@replaced-ip)
-
4336[16:20:51] *** Joins: stooj (~stooj@replaced-ip)
-
4337[16:20:59] <chabibi> I need a web tool to monitor a single server for disk usage, memory usage, rootkits, apache logs, mailman logs, postfix logs, network drops, etc. What program would you recommend?
-
4338[16:21:13] *** Joins: regedit (uid150526@replaced-ip)
-
4339[16:21:43] <ldnblk> Hi there folks happy new year to you all, I am running debian wheezy with windows 7 I just done an update and windows is not showing on the grub loader, anyone know the command to get it back again ?
-
4340[16:22:15] <Duvrazh> update-grub sometimes works
-
4341[16:22:22] *** Quits: Alina-malina (~Alina-mal@replaced-ip) (Changing host)
-
4342[16:22:23] *** Joins: Alina-malina (~Alina-mal@replaced-ip)
-
4343[16:23:45] <ldnblk> Duvazh: thanks it worked, have a great weekend.
-
4344[16:23:53] <Duvrazh> you too
-
4345[16:24:12] *** Quits: ldnblk (~ldnblk___@replaced-ip) (Client Quit)
-
4346[16:24:17] <Duvrazh> ben25: still rollin. give me a moment
-
4347[16:24:27] <teraflops> ldnblk: because you have os-prober installed
-
4348[16:24:55] <Duvrazh> teraflops: he left already :)
-
4349[16:25:01] *** Joins: ubizzy (~ubizzy@replaced-ip)
-
4350[16:25:15] <teraflops> I see ;D
-
4351[16:26:01] *** Quits: lithie (uid45836@replaced-ip) (Quit: Connection closed for inactivity)
-
4352[16:27:30] *** Joins: btf (~btf@replaced-ip)
-
4353[16:27:51] *** Joins: sk__ (~sk__@replaced-ip)
-
4354[16:27:52] *** Quits: sk__ (~sk__@replaced-ip) (Client Quit)
-
4355[16:27:56] *** Joins: Lokke (~Thunderbi@replaced-ip)
-
4356[16:28:00] *** debhelper sets mode: +l 1606
-
4357[16:28:01] <Duvrazh> ben25: The default databases that installed are information_schema, mysql, performance_schema
-
4358[16:28:09] *** Joins: makimaki (~makimaki`@replaced-ip)
-
4359[16:28:21] *** Quits: conta (~Thunderbi@replaced-ip) (Ping timeout: 258 seconds)
-
4360[16:28:28] <Duvrazh> and for some reason mysql installed with swedish collation. stupid sandbox
-
4361[16:28:49] *** Joins: knidos (~knidos@replaced-ip)
-
4362[16:28:56] *** Quits: bumbal (~lxk@replaced-ip) (Ping timeout: 245 seconds)
-
4363[16:28:56] *** Quits: towo` (~towo@replaced-ip) (Quit: Leaving)
-
4364[16:28:58] *** Joins: dtcrshr (~datacrush@replaced-ip)
-
4365[16:29:05] *** Joins: jotr_ (~tram0004@replaced-ip)
-
4366[16:29:27] *** Joins: freedom01 (~freedom@replaced-ip)
-
4367[16:29:30] *** Quits: tram0004 (~tram0004@replaced-ip) (Ping timeout: 246 seconds)
-
4368[16:30:05] <ben25> lol, nah the sweedish is asome kind of default something i got it too i believe
-
4369[16:30:08] *** Joins: HarveyPwca (~HarveyPwc@replaced-ip)
-
4370[16:30:17] <ben25> but ok, no test
-
4371[16:30:29] <Duvrazh> Nope. That's news to me.
-
4372[16:30:46] <Duvrazh> I still recommend you run the mysql_secure_installation command though
-
4373[16:31:16] <ben25> hum, i guess
-
4374[16:31:43] *** Quits: gebjgd (~stmsgebjg@replaced-ip) (Remote host closed the connection)
-
4375[16:32:34] <ben25> thanks alot anyway
-
4376[16:32:49] *** Joins: jfdh (~jfdh@replaced-ip)
-
4377[16:33:09] *** Joins: `z (sid68223@replaced-ip)
-
4378[16:33:38] *** Quits: jfdh (~jfdh@replaced-ip) (Client Quit)
-
4379[16:34:51] *** Joins: WildPenguin (~linuxuser@replaced-ip)
-
4380[16:36:26] *** Joins: jfdh (~jfdh@replaced-ip)
-
4381[16:36:53] *** Quits: TomyWork (~tomy@replaced-ip) (Remote host closed the connection)
-
4382[16:37:06] <WildPenguin> hello, which DE between lxde and xfce is more beginner friendly?
-
4383[16:38:02] <Hello71> doesn't really matter
-
4384[16:38:13] <WildPenguin> why?
-
4385[16:38:18] *** Quits: rolig (~rolig@replaced-ip) (Ping timeout: 256 seconds)
-
4386[16:38:32] <Hello71> neither provide very large applications
-
4387[16:38:43] <Hello71> if you just want to type commands lxterminal and xterm are basically the same
-
4388[16:38:44] <KaffeeJunky123> WildPenguin: they're both the same in ease of use
-
4389[16:38:54] <WildPenguin> then, which one would you suggest?
-
4390[16:39:07] <KaffeeJunky123> But I think a beginner would want a fully integrated desktop experience like gnome3 or kde
-
4391[16:39:09] <Hello71> neither, openbox or Plasma
-
4392[16:39:22] *** Joins: towo` (~towo@replaced-ip)
-
4393[16:39:34] <WildPenguin> Mate?
-
4394[16:40:06] *** Quits: gnupi (~moltar@replaced-ip) (Quit: Lost terminal)
-
4395[16:40:25] *** Quits: p8m (~p8m@replaced-ip) (Read error: Connection reset by peer)
-
4396[16:40:29] <WildPenguin> or Cinnamon?
-
4397[16:40:32] <KaffeeJunky123> WildPenguin: it depends on the users background
-
4398[16:40:45] <KaffeeJunky123> What sort of operating system are they familiar with?
-
4399[16:40:47] *** Joins: zathras (~Zzzzzzzzz@replaced-ip)
-
4400[16:40:57] <WildPenguin> ok. Let me be more specific. Someone switching from Windows.
-
4401[16:40:57] <KaffeeJunky123> If they have no experience what so ever, it doesn't really matter
-
4402[16:41:08] <KaffeeJunky123> You should chose something that you know very well yourself
-
4403[16:41:14] <KaffeeJunky123> WildPenguin: Which windows?
-
4404[16:41:29] <KaffeeJunky123> If they're used to windows7 I'd recommend KDE
-
4405[16:41:33] <WildPenguin> the latest one. Win 10.
-
4406[16:41:36] <KaffeeJunky123> It's rather similar
-
4407[16:41:43] <jhutchins> WildPenguin: I'd suggest xfce. It's a little more familiar and featured than lxde.
-
4408[16:41:46] *** Joins: Poster (~poster@replaced-ip)
-
4409[16:42:00] *** Joins: ClassicSC (~sam@replaced-ip)
-
4410[16:42:03] <KaffeeJunky123> WildPenguin: gnome3 has a very different UX
-
4411[16:42:19] <jhutchins> WildPenguin: While KDE may be a little more windows-like, it's also very complex and pretty resource heavy.
-
4412[16:42:23] <KaffeeJunky123> KDE is even similar when it comes to settings
-
4413[16:42:36] <KaffeeJunky123> jhutchins: shouldn't matter on a windows 10 machine
-
4414[16:42:48] <KaffeeJunky123> assuming you want to use the computer that runs his current os
-
4415[16:42:51] <KaffeeJunky123> or her*
-
4416[16:43:01] <jhutchins> KDE does things like run three different databases in the background to index your mail.
-
4417[16:43:09] <KaffeeJunky123> But I don't know how well maintained KDE in Debian is nowdays
-
4418[16:43:21] <KaffeeJunky123> jhutchins: are you serious?
-
4419[16:43:32] <zathras> ldconfig -v -l creates a rather weird symlink namewise on one particiular .so file. What can be the cause of this please?
-
4420[16:43:37] <KaffeeJunky123> I was pretty sure they centralized all that stuff in akonaid or however it's spelled
-
4421[16:43:41] <WildPenguin> ok. which DE is properly integrated with Debian?
-
4422[16:43:58] *** Quits: shinnya (~shinnya@replaced-ip) (Ping timeout: 256 seconds)
-
4423[16:44:08] <KaffeeJunky123> WildPenguin: The gnome3 desktop I'd say
-
4424[16:44:13] <jhutchins> KaffeeJunky123: I dropped out pretty early in the 4.x cycle. Yes, my address book crashed two of the three.
-
4425[16:44:23] <KaffeeJunky123> jhutchins: We're at 5 now :<
-
4426[16:44:24] <WildPenguin> so that any new user can install it and start working with it.
-
4427[16:44:32] *** Quits: phdeswer (~phdeswer@replaced-ip) (Ping timeout: 240 seconds)
-
4428[16:44:40] *** Joins: apt (ibot@replaced-ip)
-
4429[16:44:54] <KaffeeJunky123> WildPenguin: install it whilst removing an existing windows installation?
-
4430[16:44:55] <jhutchins> WildPenguin: Pretty much any of the ones packaged in Debian works out-of-the-box.
-
4431[16:44:59] <WildPenguin> Kubuntu?
-
4432[16:45:14] <KaffeeJunky123> urg no
-
4433[16:45:20] <jhutchins> WildPenguin: Contrary to some propaganda, Kubuntu is just standard Ubuntu with KDE installed.
-
4434[16:45:25] <KaffeeJunky123> Their KDE integration has been terrible
-
4435[16:45:34] <WildPenguin> ok.
-
4436[16:45:39] *** Joins: DandyPandy (~freenode@replaced-ip)
-
4437[16:45:44] <KaffeeJunky123> If you want something that is built around KDE get OpenSUSE
-
4438[16:45:46] *** Joins: soupmagnet (~soupmagne@replaced-ip)
-
4439[16:45:58] <KaffeeJunky123> Or Fedora
-
4440[16:46:06] <WildPenguin> I'm looking for an OS that is Debian based.
-
4441[16:46:08] *** Joins: vonsyd0w (~vonsyd0w@replaced-ip)
-
4442[16:46:13] <jhutchins> WildPenguin: It's worth noting that you can have multiple Environments installed together and switch between them as you like.
-
4443[16:46:14] <KaffeeJunky123> WildPenguin: then just use Debian :)
-
4444[16:46:29] <KaffeeJunky123> But you should test it
-
4445[16:46:35] <WildPenguin> ok.
-
4446[16:46:38] <KaffeeJunky123> And you should have knowledge in the desktop that you'll recommend
-
4447[16:46:49] <KaffeeJunky123> I mean, you're going to provide support for a while after all
-
4448[16:46:58] *** Quits: bvdk (~bvdkfreen@replaced-ip) (Ping timeout: 248 seconds)
-
4449[16:47:03] <KaffeeJunky123> And you should be able to troubleshoot common issues
-
4450[16:47:10] <WildPenguin> I had almost forgotten that multiple DE can be installed.
-
4451[16:47:26] <KaffeeJunky123> Well they can, but it doesn't make much sense when they use different groupware
-
4452[16:47:36] <KaffeeJunky123> evolution vs kontact etc
-
4453[16:47:43] <WildPenguin> But, still it should work without any hiccups.
-
4454[16:47:55] *** Joins: woffs (~woffs@replaced-ip)
-
4455[16:48:00] *** debhelper sets mode: +l 1612
-
4456[16:48:02] <KaffeeJunky123> Yes, because they've seperate configuration for their stuff
-
4457[16:48:21] <WildPenguin> that is why, I feel going for a single DE which is suitable is better.
-
4458[16:48:51] <jhutchins> WildPenguin: You can also run gnome programs within KDE and vice-versa.
-
4459[16:49:22] *** Joins: dionysus69 (~Thunderbi@replaced-ip)
-
4460[16:49:34] *** Joins: Ricardo__ (~rick@replaced-ip)
-
4461[16:49:34] *** Quits: Ricardo__ (~rick@replaced-ip) (Changing host)
-
4462[16:49:34] *** Joins: Ricardo__ (~rick@replaced-ip)
-
4463[16:49:37] *** Joins: |DM| (~|DM|@replaced-ip)
-
4464[16:49:39] <WildPenguin> so, Debian stable with kde?
-
4465[16:52:26] *** Joins: rolig (~rolig@replaced-ip)
-
4466[16:53:00] <sh00p> i'd go for testing if you got a reasonably modern computer
-
4467[16:53:07] <sh00p> testing is pretty solid imo
-
4468[16:53:48] *** Joins: astrofog (~astrofog@replaced-ip)
-
4469[16:54:00] *** Quits: Duvrazh (9fac2a05@replaced-ip) (Ping timeout: 260 seconds)
-
4470[16:54:06] *** Quits: jotr_ (~tram0004@replaced-ip) (Remote host closed the connection)
-
4471[16:54:09] <sh00p> or actualy stable is pretty recent
-
4472[16:54:11] <sh00p> nevermind
-
4473[16:54:16] <WildPenguin> testing what?
-
4474[16:54:31] <sh00p> debian testing
-
4475[16:54:35] *** Quits: gear4_ (c557f2dc@replaced-ip) (Ping timeout: 260 seconds)
-
4476[16:54:59] <WildPenguin> ok.
-
4477[16:55:10] *** Quits: salato (1f188a32@replaced-ip) (Ping timeout: 260 seconds)
-
4478[16:55:21] <sh00p> but i dont know where debian is at right now, so i'm sure you'll be fine with stable
-
4479[16:55:58] *** Quits: Sue (~sue@replaced-ip) (Remote host closed the connection)
-
4480[16:56:00] <jhutchins> sh00p: Please don't recommend testing to newcomers.
-
4481[16:56:38] <sh00p> jhutchins: alright, if you will
-
4482[16:56:51] <jhutchins> WildPenguin: Testing is available so you can help find bugs before it's released. It's meant to be broken, and it stays broken until a proper fix is found. It does not get quick security updates.
-
4483[16:56:56] <sh00p> i've never had any problems with my setup, so i'm coming from that perspective
-
4484[16:57:06] *** Quits: SnakeBot (~pi@replaced-ip) (Ping timeout: 258 seconds)
-
4485[16:57:10] *** Quits: overlord_tm (~andraz@replaced-ip) (Remote host closed the connection)
-
4486[16:57:17] *** Joins: KaiserAres (~KaiserAre@replaced-ip)
-
4487[16:57:36] <WildPenguin> I'm too new to Linux to deal with such things.
-
4488[16:57:37] <jhutchins> WildPenguin: You should get familiar with how Debian does things and handles packages, and maybe watch the channels for a while to see what goes wrong and how people fix it.
-
4489[16:57:58] <WildPenguin> and I want an OS to get the work done.
-
4490[16:58:11] *** Andrew_S is now known as Guest42512
-
4491[16:58:19] <jhutchins> WildPenguin: If you actually need the computer to get work done you want to have stable available at least as a fallback.
-
4492[16:58:40] <WildPenguin> For me stable is the only option.
-
4493[16:58:55] <jhutchins> WildPenguin: Stable might not have the latest packages with the latest cool features, but it just works.
-
4494[16:59:01] <WildPenguin> Besides me others also may use the computer.
-
4495[16:59:33] *** Joins: troulouliou_div2 (~troulouli@replaced-ip)
-
4496[16:59:44] <WildPenguin> ok.
-
4497[17:00:23] <jhutchins> WildPenguin: I've been using Linux exclusively for about a decade, and my wife's home computer has always been Linux.
-
4498[17:00:55] <WildPenguin> I am just about a month old in Linux.
-
4499[17:01:04] *** Quits: Guest33911 (~postmaste@replaced-ip) (Quit: En fait, le BSDiste, c'est comme l'homme politique, tu lui dis de quoi t'as besoin, il t'explique comment t'en passer)
-
4500[17:01:11] *** Joins: ashka (~postmaste@replaced-ip)
-
4501[17:01:12] *** Quits: ashka (~postmaste@replaced-ip) (Changing host)
-
4502[17:01:12] *** Joins: ashka (~postmaste@replaced-ip)
-
4503[17:02:24] *** Quits: DandyPandy (~freenode@replaced-ip) (Ping timeout: 255 seconds)
-
4504[17:03:18] *** Joins: me (~meme@replaced-ip)
-
4505[17:03:24] *** Joins: bumbal (~lxk@replaced-ip)
-
4506[17:03:41] *** me is now known as Guest8870
-
4507[17:03:42] *** Joins: Zvmdyv (~Zvmdyv@replaced-ip)
-
4508[17:03:44] *** Quits: Guest8870 (~meme@replaced-ip) (Client Quit)
-
4509[17:04:08] *** Quits: altin_ (~altin@replaced-ip) (Read error: Connection reset by peer)
-
4510[17:04:30] *** Joins: tram0004 (~tram0004@replaced-ip)
-
4511[17:04:31] *** Joins: Duvrazh (9fac2a05@replaced-ip)
-
4512[17:04:38] *** Joins: altin_ (~altin@replaced-ip)
-
4513[17:04:38] *** Quits: altin_ (~altin@replaced-ip) (Changing host)
-
4514[17:04:38] *** Joins: altin_ (~altin@replaced-ip)
-
4515[17:05:18] *** Quits: altin_ (~altin@replaced-ip) (Read error: Connection reset by peer)
-
4516[17:05:32] *** Quits: stare (~stare@replaced-ip) (Ping timeout: 240 seconds)
-
4517[17:05:46] *** Joins: Beretta021 (~Beretta02@replaced-ip)
-
4518[17:05:47] *** Joins: Strife89 (~quassel@replaced-ip)
-
4519[17:07:02] *** Joins: Freeaqingme (~quassel@replaced-ip)
-
4520[17:07:12] *** Quits: jair (~jair@replaced-ip) (Ping timeout: 256 seconds)
-
4521[17:07:45] *** Quits: ltem (~chatzilla@replaced-ip) (Quit: ChatZilla 0.9.93 [Firefox 50.1.0/20161208153507])
-
4522[17:08:18] *** Quits: Sabaku (~Sabaku@replaced-ip) (Ping timeout: 248 seconds)
-
4523[17:08:18] *** Quits: biberu (~biberu@replaced-ip) (Ping timeout: 248 seconds)
-
4524[17:08:28] *** Joins: altin_ (~altin@replaced-ip)
-
4525[17:08:28] *** Quits: altin_ (~altin@replaced-ip) (Changing host)
-
4526[17:08:28] *** Joins: altin_ (~altin@replaced-ip)
-
4527[17:08:42] *** Quits: tram0004 (~tram0004@replaced-ip) (Ping timeout: 255 seconds)
-
4528[17:08:53] *** Joins: jair (~jair@replaced-ip)
-
4529[17:08:59] *** Parts: chabibi (scum@replaced-ip)
-
4530[17:09:11] *** Joins: tram0004 (~tram0004@replaced-ip)
-
4531[17:09:35] *** Quits: altin_ (~altin@replaced-ip) (Read error: Connection reset by peer)
-
4532[17:09:55] <Duvrazh> Man.... I tried to join #centos automatically, and did so before my IDENT went through, and they banned me.
-
4533[17:10:13] *** Quits: TvL2386 (~tom@replaced-ip) (Remote host closed the connection)
-
4534[17:11:00] *** Quits: rolig (~rolig@replaced-ip) (Ping timeout: 248 seconds)
-
4535[17:11:24] *** Joins: altin_ (~altin@replaced-ip)
-
4536[17:11:44] *** Quits: altin_ (~altin@replaced-ip) (Remote host closed the connection)
-
4537[17:11:44] *** Quits: Mr_Pancake (~Pancake@replaced-ip) (Ping timeout: 256 seconds)
-
4538[17:11:52] *** Quits: Brigo (~Brigo@replaced-ip) (Ping timeout: 272 seconds)
-
4539[17:11:57] <Poster> They send you to #centos-unregistered, this is in the ban list from 1/2/17:
-
4540[17:12:01] *** Quits: althalus (~althalus@replaced-ip) (Quit: leaving)
-
4541[17:12:11] <Poster> #centos *!*@gateway/web/freenode/*$#centos-unregistered set by nylund.freenode.net (Mon Jan 02 17:24:05 2017)
-
4542[17:12:24] <Poster> I think it was probably before then, there have been some splits
-
4543[17:12:30] *** Quits: Elirips (~Elirips@replaced-ip##) (Quit: KVIrc 4.9.1 Aria ##replaced-url
-
4544[17:12:51] *** Joins: Brigo (~Brigo@replaced-ip)
-
4545[17:13:25] *** Joins: gl-prout (~gl-prout@replaced-ip)
-
4546[17:13:27] <Duvrazh> Yeah they auto-banned me because I hadn't ident'd with nickserv yet apparently, but I was reconnecting with ident token. Tried to join them automatically. They did indeed send me there. That's kind of a PITA.
-
4547[17:13:39] *** Quits: tram0004 (~tram0004@replaced-ip) (Ping timeout: 255 seconds)
-
4548[17:14:06] <Poster> It's likely setup that way due to abuse, unfortunately you got hit in the crossfire
-
4549[17:14:15] <Poster> I had the same issue
-
4550[17:14:18] *** Joins: mtn (~mtn@replaced-ip)
-
4551[17:14:41] *** Joins: rolig (~rolig@replaced-ip)
-
4552[17:14:43] <Poster> I am now setup to only join channels after NickServ has logged me in
-
4553[17:14:56] <dStruct> Duvrazh: they probably have a blanket ban set for anyone not logged into nickserv, if you auth can you login afterwards?
-
4554[17:15:00] <teraflops> than use e.g sasl
-
4555[17:15:10] <Duvrazh> dStruct: I did auth. Still banned.
-
4556[17:15:14] *** Joins: Mr_Pancake (~Pancake@replaced-ip)
-
4557[17:15:16] *** Joins: ubizzy_ (~ubizzy@replaced-ip)
-
4558[17:15:16] <Duvrazh> Rather annoying
-
4559[17:15:30] *** Joins: webuser5224 (~webuser52@replaced-ip)
-
4560[17:15:38] <Duvrazh> Oh well forget them.
-
4561[17:15:45] <Duvrazh> #debian is where it's at.
-
4562[17:16:19] *** Joins: vectr0n|cloud (uid25562@replaced-ip)
-
4563[17:16:33] *** Joins: tram0004 (~tram0004@replaced-ip)
-
4564[17:16:36] *** Quits: ben25 (~ben25@replaced-ip) (Quit: Leaving)
-
4565[17:16:36] *** Quits: Ooze (~Ooze@replaced-ip) (Quit: I have to return some videotapes...)
-
4566[17:17:27] <dStruct> Duvrazh: ahh you're using the webclient, it looks like they have a blanket ban for all users that come from there
-
4567[17:17:38] <Duvrazh> booooo
-
4568[17:17:41] <Duvrazh> Yeah I totally am.
-
4569[17:18:04] <Duvrazh> I try not to install software if I don't have to.
-
4570[17:18:10] *** Joins: Ooze (~Ooze@replaced-ip)
-
4571[17:18:11] <Duvrazh> I wind up with more crap...
-
4572[17:18:31] *** Quits: ubizzy (~ubizzy@replaced-ip) (Ping timeout: 245 seconds)
-
4573[17:18:34] *** Joins: GunshipPenguin (~GunshipPe@replaced-ip)
-
4574[17:19:17] *** Quits: WildPenguin (~linuxuser@replaced-ip) (Quit: Leaving)
-
4575[17:19:22] <dStruct> Duvrazh: I'd recommend setting up a client with SASL and sharing the public key with nickserv, you can still auth with password if you want but it's more secure with SSL (port 6697) and SASL
-
4576[17:19:48] <Duvrazh> Never tried that. I'm assuming this is common amongst most irc clients?
-
4577[17:20:07] <Duvrazh> I'm at work, therefore I'm on a Windows box. :(
-
4578[17:20:21] *** Quits: lethu (~lethu@replaced-ip) (Remote host closed the connection)
-
4579[17:20:30] *** Joins: stare (~stare@replaced-ip)
-
4580[17:20:43] <Duvrazh> dStruct: ^
-
4581[17:20:51] *** Quits: tram0004 (~tram0004@replaced-ip) (Ping timeout: 255 seconds)
-
4582[17:20:57] <dStruct> Duvrazh: most, not all, yes
-
4583[17:21:15] *** Quits: _Vi (~vi@replaced-ip) (Ping timeout: 258 seconds)
-
4584[17:21:16] <Duvrazh> You've convinced me.... Off to Google to find the best.
-
4585[17:21:21] <Poster> KVIrc can run portable (no installer, run from USB drive, for example)
-
4586[17:21:24] <Poster> replaced-url
-
4587[17:21:29] <dStruct> Duvrazh: I prefer using ZNC and having it handle all the auth for me so I'm always on and always auth'd
-
4588[17:21:47] <dStruct> Duvrazh: check out Hexchat, it's not too bad IMHO
-
4589[17:21:54] <Poster> plus it can have many clients connected to it -^
-
4590[17:22:00] <Poster> znc that is
-
4591[17:22:04] *** Quits: btf (~btf@replaced-ip) (Remote host closed the connection)
-
4592[17:22:16] *** Joins: stare_ (~stare@replaced-ip)
-
4593[17:22:31] *** Quits: bmomjian1 (~bmomjian@replaced-ip) (Read error: Connection reset by peer)
-
4594[17:22:36] <dStruct> Poster: yes it can, although I only have myself on it, but I can login from for example Mutter on my iPhone 7 and stay connected and get push notified when I get a /msg :D
-
4595[17:22:36] <Duvrazh> hmmmm..... Well I might look into that for later
-
4596[17:22:41] *** Joins: Sabaku (~Sabaku@replaced-ip)
-
4597[17:22:56] *** Joins: Colti (Miramar-FL@replaced-ip)
-
4598[17:23:16] <Duvrazh> Heh. iPhone. I used to be a fanboy.
-
4599[17:23:19] <Poster> dStruct: yeah I have an instance I connect from 2 desktops full time and occasionlly my phone
-
4600[17:23:33] *** Quits: zathras (~Zzzzzzzzz@replaced-ip) (Ping timeout: 255 seconds)
-
4601[17:24:03] *** Joins: _m8 (~m8@replaced-ip)
-
4602[17:24:14] <dStruct> Poster: it's nice literally NEVER missing anything, it logs everything and plays it back on reconnect, which is pretty awesome
-
4603[17:24:51] *** Joins: lmc (~lmc@replaced-ip)
-
4604[17:24:58] <dStruct> Duvrazh: I'm pretty happy with it, but then again I may be a little biased
-
4605[17:25:05] *** Quits: stare (~stare@replaced-ip) (Ping timeout: 258 seconds)
-
4606[17:25:05] <dStruct> Duvrazh: the iPhone that is
-
4607[17:25:12] *** Quits: m8 (~m8@replaced-ip) (Ping timeout: 240 seconds)
-
4608[17:25:19] <Poster> dStruct: yes I agree 100%
-
4609[17:25:21] <Duvrazh> dStruct: I used to be too. Then my work gave me a Samsung Galaxy S7. I'll never go back to iPhone.
-
4610[17:25:26] * dStruct waits to be yelled at for being super off topic :D
-
4611[17:25:36] <Duvrazh> oh yeah we are aren't we?
-
4612[17:25:44] *** Quits: ]3n19m4[ (~]3n19m4@replaced-ip) (Read error: Connection reset by peer)
-
4613[17:25:46] <dStruct> we should move the convo to #debian-offtopic
-
4614[17:25:57] *** Quits: jazz (~jazz@replaced-ip) (Remote host closed the connection)
-
4615[17:25:58] <Duvrazh> I'm game
-
4616[17:26:10] *** Joins: ]3n19m4[ (~]3n19m4@replaced-ip)
-
4617[17:27:42] *** Quits: KaffeeJunky123 (~s3cr34t@replaced-ip) (Quit: leaving)
-
4618[17:28:02] *** Quits: nj8 (~nj8@replaced-ip) (Quit: Leaving)
-
4619[17:28:40] *** Quits: mtn (~mtn@replaced-ip) (Quit: Konversation terminated!)
-
4620[17:29:01] *** Joins: neurot (~neurosis@replaced-ip)
-
4621[17:30:38] *** Joins: ploop (~ploop@replaced-ip)
-
4622[17:30:51] *** Joins: mtn (~mtn@replaced-ip)
-
4623[17:31:22] *** Quits: Y04NN_ (~y04nn@replaced-ip) (Remote host closed the connection)
-
4624[17:31:50] *** Joins: Y04NN (~y04nn@replaced-ip)
-
4625[17:31:56] *** Joins: Janos (~Janos@replaced-ip)
-
4626[17:33:31] *** Quits: ByteStorm (~MaBunny@replaced-ip) (Ping timeout: 245 seconds)
-
4627[17:33:41] *** precise is now known as snekbot5000
-
4628[17:34:02] *** Quits: rafaeldelucena (~Rafael@replaced-ip) (Quit: Leaving)
-
4629[17:34:11] *** Quits: astrofog (~astrofog@replaced-ip) (Quit: Quite)
-
4630[17:34:32] *** Quits: rolig (~rolig@replaced-ip) (Ping timeout: 240 seconds)
-
4631[17:34:52] *** Quits: KaiserAres (~KaiserAre@replaced-ip) (Ping timeout: 240 seconds)
-
4632[17:35:48] *** Joins: m_m (~m_m@replaced-ip)
-
4633[17:36:00] *** Quits: Y04NN (~y04nn@replaced-ip) (Ping timeout: 246 seconds)
-
4634[17:37:11] *** Joins: gonz0 (~gonz0@replaced-ip)
-
4635[17:38:01] *** debhelper sets mode: +l 1606
-
4636[17:38:27] *** Quits: Janos (~Janos@replaced-ip) (Ping timeout: 246 seconds)
-
4637[17:39:10] *** Quits: redeemed (~rd@replaced-ip) (Quit: q)
-
4638[17:39:55] *** Quits: [-5h4k3-] (queuepop@replaced-ip) (Read error: Connection reset by peer)
-
4639[17:40:20] *** Quits: Guest37306 (~datasmurf@replaced-ip) (Quit: Take your stinking paws off me, you damn dirty ape!)
-
4640[17:40:24] *** Joins: datasmurf (~datasmurf@replaced-ip)
-
4641[17:40:55] *** Joins: xet7 (~xet7@replaced-ip)
-
4642[17:42:20] *** Quits: m_m (~m_m@replaced-ip) (Ping timeout: 256 seconds)
-
4643[17:42:21] *** Quits: TheAvatar (TheAvatar@replaced-ip) (Quit: changing servers)
-
4644[17:42:48] *** Quits: mtn (~mtn@replaced-ip) (Quit: Konversation terminated!)
-
4645[17:42:57] *** Joins: WormDude (~wormfood@replaced-ip)
-
4646[17:43:18] *** Joins: TheAvatar (TheAvatar@replaced-ip)
-
4647[17:43:44] *** Quits: WormFood (~wormfood@replaced-ip) (Ping timeout: 240 seconds)
-
4648[17:43:57] *** Quits: tccki (tccki@replaced-ip) (Ping timeout: 258 seconds)
-
4649[17:44:36] *** Quits: GunshipPenguin (~GunshipPe@replaced-ip) (Ping timeout: 248 seconds)
-
4650[17:44:38] *** Quits: chele (~chele@replaced-ip) (Quit: Leaving)
-
4651[17:45:00] *** Joins: lethu (~lethu@replaced-ip)
-
4652[17:45:00] *** Joins: mtn (~mtn@replaced-ip)
-
4653[17:45:10] *** Joins: hypermelon (~hypermelo@replaced-ip)
-
4654[17:45:25] *** Joins: [-5h4k3-] (queuepop@replaced-ip)
-
4655[17:45:31] *** Joins: mutex7c (~mutex7c@replaced-ip)
-
4656[17:45:59] <asti> hello
-
4657[17:46:10] <asti> I'm having trouble installing java-jdk-8
-
4658[17:46:30] *** Quits: zerun0 (~zerun0@replaced-ip) (Ping timeout: 246 seconds)
-
4659[17:46:38] *** Quits: hypermelon (~hypermelo@replaced-ip) (Client Quit)
-
4660[17:46:40] <asti> I get this error:
-
4661[17:46:53] *** Joins: KaffeeJunky123 (~s3cr34t@replaced-ip)
-
4662[17:47:19] <asti> detected debian gnu type: i586-linux-gnu
-
4663[17:47:26] *** Quits: towo` (~towo@replaced-ip) (Quit: Leaving)
-
4664[17:47:35] <asti> what's that? I have an i7 not a pentium CPU
-
4665[17:47:40] <KaffeeJunky123> when porting a debian package to systemd, how do I get it to set the daemon to enabled by default?
-
4666[17:47:46] *** Joins: plasticle (~john@replaced-ip)
-
4667[17:48:02] *** Joins: rolig (~rolig@replaced-ip)
-
4668[17:48:20] *** rysiek|pl is now known as wzjp2
-
4669[17:48:37] *** wzjp2 is now known as rysiek|pl
-
4670[17:48:58] <dondelelcaro> KaffeeJunky123: if you have debian/package.service, dh_systemd_enable should do that for you
-
4671[17:49:11] <dondelelcaro> KaffeeJunky123: man dh_systemd_enable and dh_systemd_start for details
-
4672[17:49:13] *** Quits: ubizzy_ (~ubizzy@replaced-ip) (Ping timeout: 258 seconds)
-
4673[17:49:27] *** Joins: towo` (~towo@replaced-ip)
-
4674[17:49:52] *** Quits: neurot (~neurosis@replaced-ip) (Ping timeout: 272 seconds)
-
4675[17:49:57] *** Quits: plasticle (~john@replaced-ip) (Client Quit)
-
4676[17:50:17] <dondelelcaro> KaffeeJunky123: specifically, though, you shouldn't need to do that manually
-
4677[17:50:20] <KaffeeJunky123> dondelelcaro: the package came with a sysvinit script, I've added a systemd unit file and build deps on dh-systemd, it looks like it's generating the systemd stuff, but also the update-rc.d commands
-
4678[17:50:21] <asti> I, once more, discovered why I normally use arch and not debian: stale package hell
-
4679[17:50:55] <dondelelcaro> asti: which architecture of Debian did you install?
-
4680[17:51:34] *** Joins: mrproper (~kbreit@replaced-ip)
-
4681[17:52:01] <dondelelcaro> asti: and do you mean openjdk-8-jdk? or is this a package created with java-package?
-
4682[17:52:03] <mrproper> I have a relatively fresh Debian install and am having problems with NTP. It doesn’t seem to be starting on boot and won’t stay active permanently
-
4683[17:52:40] *** Quits: dtonal (~dtonal@replaced-ip) (Ping timeout: 258 seconds)
-
4684[17:53:03] <dondelelcaro> mrproper: and you've got ntp installed? it should start by default, and be configured by default too
-
4685[17:53:25] <dondelelcaro> mrproper: what does systemctl status ntp; say?
-
4686[17:53:42] <dStruct> if I want to modify a default shell keyboard key for example how the up arrow in bash brings up the last command, where is that actually set up?
-
4687[17:53:43] *** Quits: DeaDSouL (~deadsoul@replaced-ip) (Remote host closed the connection)
-
4688[17:53:44] <dondelelcaro> KaffeeJunky123: if I understand it correctly, your package should have both of them
-
4689[17:54:08] <mrproper> dondelelcaro: Yeah it’s installed. It’s in rc5.d but when I try to run that script I get an error “No such file or directory”. If I do a restart against the init.d version (really, destination of the symlink) it works. Again, it doesn’t stay running that long, but it works for the moment.
-
4690[17:54:25] <dondelelcaro> dStruct: man 3 readline; for details
-
4691[17:54:28] *** Joins: fearnothing (~nothing@replaced-ip)
-
4692[17:54:30] <KaffeeJunky123> dondelelcaro: I guess so too, so we can support debian installations without systemd
-
4693[17:54:36] <dondelelcaro> KaffeeJunky123: right
-
4694[17:54:42] <mrproper> dondelelcaro: At the moment it says it’s working. But I’ll need to give it some time.
-
4695[17:54:56] <KaffeeJunky123> dondelelcaro: I guess I'll have to look into what causes the issues, just now the service came back up just fine after a suspend
-
4696[17:55:10] *** Joins: jim (~jim@replaced-ip)
-
4697[17:55:11] <KaffeeJunky123> dondelelcaro: it's the g15daemon
-
4698[17:55:27] <dStruct> dondelelcaro: awesome, thanks :D
-
4699[17:55:33] <dondelelcaro> dStruct: np
-
4700[17:55:39] *** Quits: mavhq (~quassel@replaced-ip) (Read error: Connection reset by peer)
-
4701[17:55:56] <dStruct> dondelelcaro: I knew that lol, but couldn't remember. I'm actually applying this to a System V R3 box heh
-
4702[17:56:16] *** Joins: plasticle (~plasticle@replaced-ip)
-
4703[17:56:21] <dondelelcaro> heh
-
4704[17:56:48] *** Joins: mavhq (~quassel@replaced-ip)
-
4705[17:56:57] <dondelelcaro> mrproper: ah, so it's starting, but failing randomly? are you using systemd? [If so, systemctl status ntp; or journalctl -u ntp; should tell you what went wrong with it. If not, you'll have to check /var/log/daemon.log IIRC.]
-
4706[17:57:32] *** Quits: rolig (~rolig@replaced-ip) (Ping timeout: 240 seconds)
-
4707[17:57:32] <dondelelcaro> mrproper: you might also check what the output of ntpq -c peers; is when it fails
-
4708[17:57:42] <mrproper> dondelelcaro: I think it’s systemd since systemctl works. I’ll need to give some time to let it fail and then troubleshoot.
-
4709[17:58:02] <dondelelcaro> mrproper: cool. Assuming that you're saving the logs, you could potentially look at the old ones to see what it did
-
4710[17:58:25] <dondelelcaro> mrproper: just mkdir /var/log/journal; and journalctl should start saving them for you
-
4711[17:58:28] *** Quits: rsx (~dummy@replaced-ip) (Quit: rsx)
-
4712[17:58:37] *** Quits: troulouliou_div2 (~troulouli@replaced-ip) (Quit: Leaving)
-
4713[17:59:42] *** Joins: otyugh_II (~otyugh_V@replaced-ip)
-
4714[17:59:59] <asti> dondelelcaro: I installed debian-8.6.0-i386
-
4715[18:00:18] *** Joins: stare (~stare@replaced-ip)
-
4716[18:00:33] <dondelelcaro> asti: so then your i7 CPU is going to be treated as if it was a pentium class CPU.
-
4717[18:00:46] <dondelelcaro> asti: if you want it otherwise, install debian-8.6.0-amd64.
-
4718[18:00:59] <asti> dondelelcaro: that was the problem
-
4719[18:01:01] <asti> got it thanks
-
4720[18:01:10] <asti> but why amd? I have an intel chip?
-
4721[18:01:25] <dondelelcaro> asti: because amd invented the instruction set first
-
4722[18:01:27] *** Joins: tram0004 (~tram0004@replaced-ip)
-
4723[18:01:37] <asti> okay thanks
-
4724[18:01:38] <dondelelcaro> asti: while intel was making IA64, which no one ended up using
-
4725[18:01:38] *** Joins: ubizzy_ (~ubizzy@replaced-ip)
-
4726[18:01:43] *** Joins: GunshipPenguin (~GunshipPe@replaced-ip)
-
4727[18:01:50] *** Quits: LeandroLuiz (~clkalw@replaced-ip##) (Quit: ZNC - ##replaced-url
-
4728[18:02:03] *** Joins: dave0x6d (uid190567@replaced-ip)
-
4729[18:02:12] <dondelelcaro> !em64t
-
4730[18:02:13] <dpkg> "Intel 64" (formerly IA-32e, EM64T) is Intel's clone of AMD64, providing 64-bit extensions to the i386 architecture. Get either Debian i386 or amd64. Ask me about <amd64>.
-
4731[18:02:33] *** Joins: wonderworld (~ww@replaced-ip)
-
4732[18:02:33] *** Joins: HaMsTeRs (~SUPERGAYH@replaced-ip)
-
4733[18:02:59] *** Joins: jotr_ (~tram0004@replaced-ip)
-
4734[18:03:03] *** Joins: skney (skney@replaced-ip)
-
4735[18:03:46] *** Quits: stare_ (~stare@replaced-ip) (Ping timeout: 248 seconds)
-
4736[18:04:30] *** Quits: stare (~stare@replaced-ip) (Ping timeout: 255 seconds)
-
4737[18:04:39] *** Quits: zorg1 (~zorg1@replaced-ip) (Remote host closed the connection)
-
4738[18:04:41] *** Joins: Agent (Agent@replaced-ip)
-
4739[18:04:59] *** Quits: ralpheeee (~ralpheeee@replaced-ip) (Quit: WeeChat 1.6)
-
4740[18:05:11] *** Quits: jotr_ (~tram0004@replaced-ip) (Remote host closed the connection)
-
4741[18:05:21] *** Joins: jotr_ (~tram0004@replaced-ip)
-
4742[18:05:51] *** Quits: tram0004 (~tram0004@replaced-ip) (Ping timeout: 255 seconds)
-
4743[18:06:41] *** Joins: rsx (~dummy@replaced-ip)
-
4744[18:06:42] *** Joins: LeandroLuiz (~clkalw@replaced-ip)
-
4745[18:06:52] *** Quits: ariador (aria@replaced-ip) (Ping timeout: 240 seconds)
-
4746[18:08:52] *** Quits: saysp_ (~saysp@replaced-ip) (Ping timeout: 272 seconds)
-
4747[18:09:13] *** Quits: mutex7c (~mutex7c@replaced-ip) ()
-
4748[18:09:38] *** Quits: bumbal (~lxk@replaced-ip) (Ping timeout: 248 seconds)
-
4749[18:09:53] *** Joins: Nnavd (~Nnavd@replaced-ip)
-
4750[18:10:17] *** Joins: n4dir (~user@replaced-ip)
-
4751[18:10:58] *** Quits: ExoUNX (~ExoUNX@replaced-ip) (Read error: Connection reset by peer)
-
4752[18:11:51] *** Quits: hanleym (~hanleym@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
-
4753[18:12:42] *** Joins: ExoUNX (~ExoUNX@replaced-ip)
-
4754[18:12:43] <plasticle> ls
-
4755[18:12:53] *** Quits: ExoUNX (~ExoUNX@replaced-ip) (Client Quit)
-
4756[18:12:58] <plasticle> sorry, wrong window:)
-
4757[18:13:15] *** Joins: ExoUNX (~ExoUNX@replaced-ip)
-
4758[18:13:27] *** Quits: ExoUNX (~ExoUNX@replaced-ip) (Client Quit)
-
4759[18:13:30] *** Quits: mrproper (~kbreit@replaced-ip) (Quit: mrproper)
-
4760[18:13:32] *** Joins: noahmg123 (614cd214@replaced-ip)
-
4761[18:13:35] *** Joins: ariador (~aria@replaced-ip)
-
4762[18:14:03] *** Quits: samodid (~vsamodid@replaced-ip) (Remote host closed the connection)
-
4763[18:14:15] *** Joins: ExoUNX (~ExoUNX@replaced-ip)
-
4764[18:14:25] *** Quits: thunderrd (~thunderrd@replaced-ip) (Read error: Connection reset by peer)
-
4765[18:14:33] *** Joins: Darcidride (~Darcidrid@replaced-ip)
-
4766[18:14:51] *** Joins: samodid (~vsamodid@replaced-ip)
-
4767[18:14:52] *** Joins: rolig (~rolig@replaced-ip)
-
4768[18:16:02] *** Joins: Akuli (~Akuli@replaced-ip)
-
4769[18:16:40] <jhutchins> !ia-64
-
4770[18:16:41] <dpkg> Intel Itanium Architecture (formerly IA-64) is Intel's *other* 64-bit architecture. Itanium processors are primarily found in HP Integrity servers and are supported by Debian's ia64 port (replaced-url
-
4771[18:17:16] <noahmg123> I have connected a bluetooth headset but it does not appear in the sound settings
-
4772[18:17:27] <jhutchins> xeons still use ia-64 don't they?
-
4773[18:17:46] <teclo-> no I have Xeons and they run amd64
-
4774[18:18:29] *** Joins: conta (~Thunderbi@replaced-ip)
-
4775[18:18:31] *** Joins: qwerty (~qwerty@replaced-ip)
-
4776[18:18:40] <jhutchins> IIRC the problem with IA-64 is it wasn't 32b compatible.
-
4777[18:18:51] *** ^sb is now known as sleepinbeans
-
4778[18:19:05] <qwerty> d
-
4779[18:19:21] *** Quits: _foldLeft (~foldleft@replaced-ip) (Remote host closed the connection)
-
4780[18:19:41] *** Joins: OS-20332 (~OS-20332@replaced-ip)
-
4781[18:19:46] *** Quits: webuser5224 (~webuser52@replaced-ip) (Read error: Connection reset by peer)
-
4782[18:20:05] *** Quits: patterson (~patterson@replaced-ip##) (Quit: Going offline, see ya! (##replaced-url
-
4783[18:20:05] *** Joins: socomm (~socomm@replaced-ip)
-
4784[18:20:18] *** Quits: Noah0504 (~noah@replaced-ip) (Quit: leaving)
-
4785[18:21:41] *** Joins: deeb (~dee@replaced-ip)
-
4786[18:21:42] *** snekbot5000 is now known as precise
-
4787[18:22:46] *** Quits: noahmg123 (614cd214@replaced-ip##) (Quit: ##replaced-url
-
4788[18:22:50] *** Joins: LtL (~irssi@replaced-ip)
-
4789[18:22:53] *** Joins: tables (~user@replaced-ip)
-
4790[18:23:01] <tables> what's the easiest way to create a debian live cd?
-
4791[18:23:17] *** Parts: socomm (~socomm@replaced-ip)
-
4792[18:23:45] *** Quits: qwerty (~qwerty@replaced-ip) (Quit: Leaving)
-
4793[18:23:45] *** Joins: bDreadz (~bDreadz@replaced-ip)
-
4794[18:24:05] <GPenguin> tables: there is no easy way - at least to my knowledge
-
4795[18:24:46] *** Quits: rolig (~rolig@replaced-ip) (Ping timeout: 245 seconds)
-
4796[18:24:49] *** Quits: LeandroLuiz (~clkalw@replaced-ip##) (Quit: ZNC - ##replaced-url
-
4797[18:24:54] *** Quits: robotroll (~robotroll@replaced-ip) (Remote host closed the connection)
-
4798[18:25:18] <GPenguin> tables: the web browsing journey could begin at Knoppers' remastering guides
-
4799[18:25:27] <GPenguin> but the base is knoppix then
-
4800[18:25:51] *** Quits: criztovyl (~christoph@replaced-ip) (Quit: Nooooooooo)
-
4801[18:26:12] *** Quits: tables (~user@replaced-ip) (Read error: Connection reset by peer)
-
4802[18:26:14] *** Joins: joncrunchbang (~joncrunch@replaced-ip)
-
4803[18:26:21] <n4dir> tables: you could look at refractasnapshot and i think antix has a similar tool. Both left the systmed thing behind, but i don't think it matters.
-
4804[18:26:22] *** Joins: LeandroLuiz (~clkalw@replaced-ip)
-
4805[18:26:39] *** Joins: tables (~user@replaced-ip)
-
4806[18:26:43] <tables> what's the easiest way to create a linux live cd distribution?
-
4807[18:26:59] <n4dir> been ages i used live-helper or such, a debian package itself, but that sure ain't easy (as long you want a really customized version)
-
4808[18:27:30] <GPenguin> tables: tools like ubiquity dont work for debian
-
4809[18:27:48] <GPenguin> and cd distribution is another field
-
4810[18:27:57] <GPenguin> did you take 10 minutes to google?
-
4811[18:28:10] *** Parts: KaffeeJunky123 (~s3cr34t@replaced-ip)
-
4812[18:28:23] *** Quits: Ooze (~Ooze@replaced-ip) (Quit: I have to return some videotapes...)
-
4813[18:28:29] <GPenguin> ah, sorry n4dir
-
4814[18:28:40] *** Quits: tables (~user@replaced-ip) (Read error: Connection reset by peer)
-
4815[18:29:46] *** Joins: n4dir1 (~user@replaced-ip)
-
4816[18:29:58] *** Joins: Ooze (~Ooze@replaced-ip)
-
4817[18:30:01] *** Joins: _Vi (~vi@replaced-ip)
-
4818[18:30:09] *** Joins: electro33 (uid613@replaced-ip)
-
4819[18:30:34] *** Joins: crayon (~realname@replaced-ip)
-
4820[18:31:23] *** Quits: f10__ (~flo@replaced-ip) (Read error: Connection reset by peer)
-
4821[18:31:38] *** Joins: tables (~user@replaced-ip)
-
4822[18:32:04] *** Quits: n4dir (~user@replaced-ip) (Ping timeout: 248 seconds)
-
4823[18:32:05] *** Quits: sorin-mihai (~sorin-mih@replaced-ip) (Read error: Connection reset by peer)
-
4824[18:32:50] *** Joins: f10__ (~flo@replaced-ip)
-
4825[18:32:55] *** Joins: cyborg-one (~cyborg-on@replaced-ip)
-
4826[18:34:19] *** Joins: wingnut (~mollox@replaced-ip)
-
4827[18:34:49] <jhutchins> !live
-
4828[18:34:49] <dpkg> The Debian Live project provides pre-built Debian live system images and allows creation of your own. These can be used to install a Debian system. Live images are available from replaced-url
-
4829[18:35:11] <jhutchins> tabakhase: pendrivelinux.com also has advice on building your own live image.
-
4830[18:35:17] *** Quits: Ooze (~Ooze@replaced-ip) (Quit: I have to return some videotapes...)
-
4831[18:35:38] *** Joins: gutsss (~holoirc@replaced-ip)
-
4832[18:36:34] *** Quits: gutsss (~holoirc@replaced-ip) (Client Quit)
-
4833[18:36:40] <wingnut> hi, i am using firefox-esr on debian from a remote location and it works well. What does -esr mean ?
-
4834[18:36:52] *** Joins: Ooze (~Ooze@replaced-ip)
-
4835[18:37:07] *** Joins: qatiu (~qatiu@replaced-ip)
-
4836[18:38:13] *** Quits: tables (~user@replaced-ip) (Read error: Connection reset by peer)
-
4837[18:38:20] <jhutchins> tabakhase: Sorry, nic completion fail.
-
4838[18:38:22] *** Quits: betandr (~betandr@replaced-ip) (Remote host closed the connection)
-
4839[18:38:29] <wingnut> also, it seems debian package this with some 'built-in' xorg functionality because xorg is not intalled on the server.
-
4840[18:38:43] *** Joins: sorin-mihai (~sorin-mih@replaced-ip)
-
4841[18:38:54] <jhutchins> wingnut: What are you using for your GUI then?
-
4842[18:38:55] *** Joins: betandr (~betandr@replaced-ip)
-
4843[18:39:13] *** Joins: Agiofws (~agiofws@replaced-ip)
-
4844[18:39:19] *** Quits: ClassicSC (~sam@replaced-ip) (Quit: Leaving)
-
4845[18:39:22] <wingnut> jhutchins: i am connecting remotely from a linux mint box
-
4846[18:40:12] <wingnut> to a debian server where firefox-esr is intalled
-
4847[18:40:13] *** Joins: tables (~user@replaced-ip)
-
4848[18:40:48] <jhutchins> wingnut: You don't need much of xorg installed to run an app remotely. We used to just install xclock, it would pull the necessary libraries and was useful for testing.
-
4849[18:41:01] <jhutchins> wingnut: -esr is Extended Support Release.
-
4850[18:41:04] *** Starduster_ is now known as Starduster
-
4851[18:41:10] *** Joins: lithie (uid45836@replaced-ip)
-
4852[18:41:16] <wingnut> ok thanks :)
-
4853[18:41:58] <jhutchins> wingnut: Oracle has some GUI apps that the DBAs run remotely off the servers.
-
4854[18:42:47] <wingnut> jhutchins: I am very happy with the debian setup infact .. but I am trying to work out what debian package firefox-esr with because xorg is not installed. apt-get install xorg would result in 110mb of installation
-
4855[18:43:12] *** Quits: betandr (~betandr@replaced-ip) (Ping timeout: 240 seconds)
-
4856[18:43:15] *** Quits: katyucha (~katyucha@replaced-ip) (Quit: leaving)
-
4857[18:43:16] *** Quits: L0aD1nG (~L0aD1nG@replaced-ip) (Quit: WeeChat 1.0.1)
-
4858[18:43:26] *** Joins: stolto (~stolto@replaced-ip)
-
4859[18:43:26] *** Joins: PryMar56 (~prymar@replaced-ip)
-
4860[18:43:31] *** Parts: stolto (~stolto@replaced-ip)
-
4861[18:43:44] <wingnut> the reason is : the same setup on an ubuntu server (somewhere else) results in very slow rendering
-
4862[18:43:47] <jhutchins> wingnut: Take a look at the apt*/dpkg logs in /var/log/, see what installed with it.
-
4863[18:44:09] <jhutchins> wingnut: Slow rendering is normal for forwarded X.
-
4864[18:44:21] <wingnut> the ubuntu version does require full xorg install
-
4865[18:44:51] <wingnut> the debian setup works almost as well as running locally
-
4866[18:44:56] <jhutchins> wingnut: That's a matter of packaging (dependencies).
-
4867[18:45:42] <jhutchins> wingnut: I doubt there's much difference in the code, they're both just packaged from the Mozilla binaries.
-
4868[18:45:57] *** Joins: tenthirteen (~ten13@replaced-ip)
-
4869[18:45:57] *** Quits: GunshipPenguin (~GunshipPe@replaced-ip) (Ping timeout: 258 seconds)
-
4870[18:45:57] *** Quits: Deathrattle (~death@replaced-ip) (Ping timeout: 258 seconds)
-
4871[18:46:19] *** Joins: rafaeldelucena (~Rafael@replaced-ip)
-
4872[18:46:25] *** Quits: Caplain (~shayne@replaced-ip) (Read error: Connection reset by peer)
-
4873[18:46:52] *** Joins: Caplain (~shayne@replaced-ip)
-
4874[18:46:58] <wingnut> debian uses firefox-esr 45.6 .. ubuntu uses firefox 50.1
-
4875[18:47:04] <jhutchins> wingnut: You might make sure that the Ubuntu install isn't actually _running_ X.
-
4876[18:47:20] <jhutchins> ,v firefox
-
4877[18:47:27] <judd> Package: firefox on amd64 -- jessie-backports/firefox-release: 50.1.0-1~bpo80+1; stretch: 50.1.0-1; sid: 50.1.0-1; experimental: 51.0~b5-1
-
4878[18:47:34] *** Joins: Armays (6dd59c6c@replaced-ip)
-
4879[18:47:39] <Armays> Hello how can i include the Access-Control-Allow-Headers header in my servers response ?
-
4880[18:48:01] *** debhelper sets mode: +l 1612
-
4881[18:48:03] <jhutchins> Armays: What server?
-
4882[18:48:33] *** Quits: tables (~user@replaced-ip) (Read error: Connection reset by peer)
-
4883[18:48:52] *** Joins: tables (~user@replaced-ip)
-
4884[18:49:58] *** Joins: tables_ (~user@replaced-ip)
-
4885[18:49:58] *** Quits: tables (~user@replaced-ip) (Read error: Connection reset by peer)
-
4886[18:50:08] *** Quits: tables_ (~user@replaced-ip) (Read error: Connection reset by peer)
-
4887[18:50:48] *** Joins: conta1 (~Thunderbi@replaced-ip)
-
4888[18:51:05] <Armays> jhutchins: a debian jessie
-
4889[18:51:20] <Armays> i installed osrm
-
4890[18:51:45] *** Quits: Darcidride (~Darcidrid@replaced-ip) (Ping timeout: 255 seconds)
-
4891[18:52:13] *** Joins: jnavila (~jnavila@replaced-ip)
-
4892[18:52:21] *** Quits: Guest3774 (kli0rf@replaced-ip) (Quit: Reconnecting)
-
4893[18:52:34] *** Joins: rolig (~rolig@replaced-ip)
-
4894[18:52:36] *** Joins: sputnik (kli0rf@replaced-ip)
-
4895[18:52:42] *** Quits: alwyn (~alwyn@replaced-ip) (Quit: Good night.)
-
4896[18:52:53] *** Quits: gonz0 (~gonz0@replaced-ip) (Quit: fui)
-
4897[18:53:04] *** Joins: KaiserAres (~KaiserAre@replaced-ip)
-
4898[18:53:06] *** Quits: jfdh (~jfdh@replaced-ip) (Ping timeout: 255 seconds)
-
4899[18:54:04] <teraflops> Armays: idk what osrm is, but in e.g nginx use add_header
-
4900[18:54:39] <Armays> ok i use nginx
-
4901[18:54:47] <teraflops> then use add_header
-
4902[18:54:51] <Armays> could you give me an exemple please ?
-
4903[18:54:57] *** Joins: tables (~user@replaced-ip)
-
4904[18:55:02] <jhutchins> Armays: You should consult the ngnix docs.
-
4905[18:55:03] *** Joins: d8v3 (~david@replaced-ip)
-
4906[18:55:17] <Armays> ok thanks
-
4907[18:55:18] *** Joins: zz_Duvrazh (~Duvrazh@replaced-ip)
-
4908[18:55:20] *** Duvrazh is now known as Duvrazh_w
-
4909[18:55:20] *** zz_Duvrazh is now known as Duvrazh
-
4910[18:55:21] *** Quits: conta1 (~Thunderbi@replaced-ip) (Ping timeout: 255 seconds)
-
4911[18:55:45] <jhutchins> Armays: Probably useful to google "ngnix Access-Control-Headers"
-
4912[18:55:59] *** Joins: SqrtOfPi (~ahop@replaced-ip)
-
4913[18:56:18] *** Quits: tables (~user@replaced-ip) (Read error: Connection reset by peer)
-
4914[19:00:00] *** Joins: tables (~user@replaced-ip)
-
4915[19:00:24] *** Parts: LorD_n1c0w (~igorhenri@replaced-ip)
-
4916[19:00:45] *** Quits: knidos (~knidos@replaced-ip) (Ping timeout: 255 seconds)
-
4917[19:01:19] *** Quits: HaMsTeRs (~SUPERGAYH@replaced-ip) (Quit: Leaving)
-
4918[19:01:27] *** Quits: Duvrazh_w (9fac2a05@replaced-ip) (Quit: Page closed)
-
4919[19:01:58] *** Quits: tables (~user@replaced-ip) (Read error: Connection reset by peer)
-
4920[19:02:35] <woffs> anyone using mini-buildd?
-
4921[19:02:55] *** Joins: BadSappa (~BadSnappa@replaced-ip)
-
4922[19:03:01] <dTal> So there's this nifty but orphaned program called 'hnb' which Debian is evidently the sole maintainer for. I fixed a small bug a year ago and submitted a patch. Nothing happened. Did I do it right?
-
4923[19:03:26] *** Joins: kw21 (~kw21@replaced-ip)
-
4924[19:03:34] <dTal> I say "small" - the fix is small but without it the program is unusable.
-
4925[19:03:54] <dTal> replaced-url
-
4926[19:03:55] <judd> Bug replaced-url
-
4927[19:04:25] *** Quits: wingnut (~mollox@replaced-ip) (Quit: Closing IRC)
-
4928[19:04:54] *** Quits: Zvmdyv (~Zvmdyv@replaced-ip) (Remote host closed the connection)
-
4929[19:04:58] *** Joins: tables (~user@replaced-ip)
-
4930[19:05:52] *** Quits: jnavila (~jnavila@replaced-ip) (Ping timeout: 240 seconds)
-
4931[19:06:43] <jhutchins> Armays: BTW, that's not a "Figure it out for yourself", I think with public services like a web server it's best to understand the background of what you're doing and the security implications.
-
4932[19:06:46] *** Joins: freddys6 (~freddys6@replaced-ip)
-
4933[19:06:54] *** Duvrazh is now known as zz_Duvrazh
-
4934[19:06:54] *** Quits: Pavr (~Pavr@replaced-ip) (Quit: bye)
-
4935[19:07:00] *** Quits: d8v3 (~david@replaced-ip) (Ping timeout: 246 seconds)
-
4936[19:07:17] *** Joins: Pavr (~Pavr@replaced-ip)
-
4937[19:07:54] *** Joins: d8v3 (~david@replaced-ip)
-
4938[19:08:13] *** Joins: koowgnojeel (~koowgnoje@replaced-ip)
-
4939[19:08:42] <koowgnojeel> I love you Debian :x Happy new year.
-
4940[19:08:48] *** Parts: koowgnojeel (~koowgnoje@replaced-ip)
-
4941[19:08:50] *** Quits: Lokke (~Thunderbi@replaced-ip) (Quit: Lokke)
-
4942[19:09:40] *** Quits: rolig (~rolig@replaced-ip) (Ping timeout: 272 seconds)
-
4943[19:10:09] *** Joins: jfdh (~jfdh@replaced-ip)
-
4944[19:11:38] *** Quits: chachasmooth (~chachasmo@replaced-ip) (Ping timeout: 258 seconds)
-
4945[19:12:08] *** Joins: Darcidride (~Darcidrid@replaced-ip)
-
4946[19:12:26] *** Joins: miqueiaspenha_ (~miqueiasp@replaced-ip)
-
4947[19:12:50] *** Joins: mfukar (~mfukar@replaced-ip)
-
4948[19:12:57] *** Quits: miqueiaspenha (~miqueiasp@replaced-ip) (Ping timeout: 246 seconds)
-
4949[19:13:11] *** Quits: lucad111 (~lucad111@replaced-ip) (Quit: Leaving)
-
4950[19:13:41] *** Joins: knidos (~knidos@replaced-ip)
-
4951[19:13:43] *** Quits: zz_Duvrazh (~Duvrazh@replaced-ip##) (Quit: ZNC - ##replaced-url
-
4952[19:13:49] *** Quits: LtL (~irssi@replaced-ip) (Quit: leaving)
-
4953[19:14:01] *** Joins: zz_Duvrazh (~Duvrazh@replaced-ip)
-
4954[19:14:23] *** zz_Duvrazh is now known as Duvrazh
-
4955[19:14:52] <jhutchins> dTal: Have you tried contacting the maintainer?
-
4956[19:15:05] <jhutchins> ,v hnb
-
4957[19:15:06] <judd> Package: hnb on amd64 -- wheezy: 1.9.18-9; jessie: 1.9.18-10; sid: 1.9.18+ds1-1; stretch: 1.9.18+ds1-1
-
4958[19:15:06] *** Quits: wonderworld (~ww@replaced-ip) (Remote host closed the connection)
-
4959[19:15:45] *** Quits: Duvrazh (~Duvrazh@replaced-ip) (Client Quit)
-
4960[19:15:58] <dTal> not directly, I thought bug reports went to the maintainer - they'd be kind of pointless otherwise
-
4961[19:16:29] *** Joins: daniel-s (~daniel-s@replaced-ip)
-
4962[19:16:31] *** Joins: zz_Duvrazh (~Duvrazh@replaced-ip)
-
4963[19:16:56] *** Quits: mcintosh (~look@replaced-ip) (Changing host)
-
4964[19:16:56] *** Joins: mcintosh (~look@replaced-ip)
-
4965[19:16:57] *** Quits: tables (~user@replaced-ip) (Read error: Connection reset by peer)
-
4966[19:17:15] *** Joins: tables (~user@replaced-ip)
-
4967[19:17:23] *** Joins: format_c (~format_c@replaced-ip)
-
4968[19:17:32] *** Joins: chachasmooth (~chachasmo@replaced-ip)
-
4969[19:18:19] *** Joins: Deathrattle (~death@replaced-ip)
-
4970[19:19:09] *** Quits: regedit (uid150526@replaced-ip) (Quit: Connection closed for inactivity)
-
4971[19:19:20] *** Quits: nhhc (~nhhc@replaced-ip) (Remote host closed the connection)
-
4972[19:19:29] *** Parts: mfukar (~mfukar@replaced-ip)
-
4973[19:19:39] *** Quits: zz_Duvrazh (~Duvrazh@replaced-ip) (Client Quit)
-
4974[19:19:48] *** Quits: jair (~jair@replaced-ip) (Ping timeout: 272 seconds)
-
4975[19:20:02] *** Joins: zz_Duvrazh (~Duvrazh@replaced-ip)
-
4976[19:20:24] *** zz_Duvrazh is now known as Duvrazh
-
4977[19:20:36] <cusco> hi, what's the difference between firmware-linux-nonfree and firmware-misc-nonfree ?
-
4978[19:21:14] *** Joins: jair (~jair@replaced-ip)
-
4979[19:22:09] *** Joins: nicoulaj (~nicoulaj@replaced-ip)
-
4980[19:22:34] *** Quits: miqueiaspenha_ (~miqueiasp@