People who Joins, Parts or Quits a chatroom
this is #debian an IRC-Channel at freenode (freenode IRC service)
-
0[00:00:04] *** Joins: OksChat (~root@replaced-ip)
-
1[00:00:28] <jhutchins> missmbob: passwd root as root is redundant.
-
2[00:00:40] <jmcnaught> notlikeme: yeah I would use resolvconf, and "echo 'nameserver x.x.x.x' >> /etc/resolvconf/resolv.conf.d/head"
-
3[00:00:47] <jhutchins> komomayo: The Linux System Administrator's Guide is an excellent general resource: replaced-url
-
4[00:00:54] *** Quits: brong (~brong@replaced-ip) (Remote host closed the connection)
-
5[00:01:06] <missmbob> jhutchins: you're really going to make it more confusing and get on my back when the factoid posted said "passwd root"?
-
6[00:01:14] <jmcnaught> coldrye: then it wouldn't be Debian anymore, but some derivative
-
7[00:01:39] <jhutchins> missmbob: It's still redundant. Maybe I'll fix the factoid.
-
8[00:01:42] *** Quits: j3roen (~j3roen@replaced-ip) (Ping timeout: 264 seconds)
-
9[00:01:54] <missmbob> jhutchins: i was helping him make sense of it. "replace what the factoid said with this"
-
10[00:01:57] <missmbob> jesus
-
11[00:02:04] *** Quits: Nh3xus (~Nh3xus@replaced-ip) (Quit: Leaving)
-
12[00:02:10] <coldrye> jmcnaught: who said, debian could not reinvent itself?
-
13[00:02:21] *** Quits: galex-713 (~galex-713@replaced-ip) (Ping timeout: 272 seconds)
-
14[00:02:41] <jmcnaught> coldrye: nobody said that, but it's not going to happen because someone suggested on IRC
-
15[00:03:06] <coldrye> jmcnaught: good point
-
16[00:03:23] <notlikeme> jmcnaught: will it be enough to force 'nameserver x.x.x.x' for all possible connections? and the main question do we have a guarantee that no modification will come from other side (like DHCP service)?
-
17[00:03:37] *** Quits: NoteOn (~noteon@replaced-ip) (Quit: Leaving...)
-
18[00:04:48] *** Quits: OksChat (~root@replaced-ip) (Quit: Leaving)
-
19[00:05:11] <jmcnaught> notlikeme: read about resolvconf (the package, no period) and what it does. If you put a nameserver in /etc/resolvconf/resolv.conf.d/head it will be listed first in /etc/resolv.conf any time that file gets updated
-
20[00:05:17] *** Joins: OksChat (~root@replaced-ip)
-
21[00:05:46] <jhutchins> missmbob: Apologies, I'm multitasking.
-
22[00:06:05] <missmbob> jhutchins: no worries. we all do it.
-
23[00:06:20] <rly> notlikeme: are you just an end user who wants to do this or are you doing some fancy enterprise setup?
-
24[00:06:24] <coldrye> jhutchins: you need to make your context switches more stable :D
-
25[00:06:44] *** Joins: stoilkov (~stoilkov@replaced-ip)
-
26[00:07:18] *** Joins: eszett (~eszett@replaced-ip)
-
27[00:07:31] <jhutchins> notlikeme: I think if you read the man resolvconf or man resolvconf.conf pages you'll have a better idea of your options.
-
28[00:07:38] *** Joins: aax (~xaa@replaced-ip)
-
29[00:07:49] <notlikeme> rly: enduser here :)
-
30[00:07:50] *** Quits: stoilkov (~stoilkov@replaced-ip) (Client Quit)
-
31[00:08:00] *** debhelper sets mode: +l 1648
-
32[00:08:01] *** Joins: stoilkov (~stoilkov@replaced-ip)
-
33[00:08:20] <jhutchins> notlikeme: That and look at the docs for whatever other networking protocols you're using besides regualr direct connections.
-
34[00:08:22] <eszett> hi guys. a question from a noob: i have installed debian, and need to install several libraries, with "sudo apt-get install ...". However when im in the terminal it tells me it doesnt know the command "sudo", what do i do wrong?
-
35[00:08:42] <jhutchins> notlikeme: Linux is about learning.
-
36[00:08:48] *** Quits: frozengeek (~frozengee@replaced-ip) (Quit: frozengeek)
-
37[00:09:12] <coldrye> eszett: you have no sudo installed
-
38[00:09:13] <somiaj> eszett: sudo is not installed by default. YOu will have to install it and then add your user to the sudo group to give the user root privlages via sudo
-
39[00:09:16] <rly> notlikeme: in that case, I would *highly* recommend you to just get a working router that works correctly with DHCP.
-
40[00:09:27] <jmcnaught> eszett: you can become root with "su -l" and then type the root password (that you created in the installer). Then you can "apt-get install sudo" and "adduser myusername sudo" to add your user to the sudo group
-
41[00:09:28] <eszett> oh that sounds complicated. ok lets do it
-
42[00:09:28] <somiaj> eszett: so apt-get install sudo, then adduser username sudo (run those as root)
-
43[00:09:46] <eszett> ok slowly.. i have to write that down :-)
-
44[00:09:48] *** Quits: stoilkov (~stoilkov@replaced-ip) (Client Quit)
-
45[00:09:48] *** Joins: siva_machina (~siva@replaced-ip)
-
46[00:09:54] <eszett> How do i install sudo?
-
47[00:09:59] *** Joins: stoilkov (~stoilkov@replaced-ip)
-
48[00:10:14] <dooglus> eszett: "sudo apt-get install sudo"?
-
49[00:10:15] *** Joins: SCHAAP137 (~SCHAAP137@replaced-ip)
-
50[00:10:18] <eszett> lol..
-
51[00:10:22] <`Kevin> wow :P
-
52[00:10:24] <`Kevin> haha
-
53[00:10:31] *** Quits: ilushka (~ilushka@replaced-ip) (Quit: Leaving)
-
54[00:10:32] *** Quits: stoilkov (~stoilkov@replaced-ip) (Client Quit)
-
55[00:10:35] <coldrye> eszett: best in the installer, enable sudo per default
-
56[00:10:35] *** Quits: xaa (~xaa@replaced-ip) (Ping timeout: 272 seconds)
-
57[00:10:36] <eszett> even I have understood the joke
-
58[00:10:44] *** Joins: stoilkov (~stoilkov@replaced-ip)
-
59[00:10:47] <eszett> coldrye: alright ill try
-
60[00:10:52] <dooglus> eszett: as root, "apt-get install sudo"
-
61[00:10:54] *** Quits: jemadux (~jemadux@replaced-ip) (Ping timeout: 244 seconds)
-
62[00:10:55] <`Kevin> eszett: su to root (you set a root pw on install?)
-
63[00:11:06] <notlikeme> jhutchins: thx, ill try once more. after first attempt its still unclear for me, cuz debian wiki says about resolvconf as one of three programs which "will be happy to modify my resolv.conf"
-
64[00:11:11] *** Joins: blimpy (~jacob@replaced-ip)
-
65[00:12:00] <coldrye> does resolv.conf.d not require a secondary package?
-
66[00:12:29] *** Quits: OksChat (~root@replaced-ip) (Remote host closed the connection)
-
67[00:12:32] <notlikeme> jhutchins: i read about DHCP and there is "prepend domain-name-servers x.x.x.x;..." option within /etc/dhcp/dhclient.conf and all my attempts to find what option and program is primary failed
-
68[00:12:32] <eszett> hooray, im logged in as root!
-
69[00:12:45] *** Quits: stoilkov (~stoilkov@replaced-ip) (Client Quit)
-
70[00:12:53] *** Parts: DanneStrat (~daniel@replaced-ip)
-
71[00:12:53] *** Joins: j3roen (~j3roen@replaced-ip)
-
72[00:12:57] *** Joins: stoilkov (~stoilkov@replaced-ip)
-
73[00:13:00] *** Joins: jozavagli (~joao@replaced-ip)
-
74[00:13:12] <coldrye> eszett: now break the system and repair it without reinstalling it
-
75[00:14:18] *** Quits: cbmuser (~glaubitz@replaced-ip) (Ping timeout: 264 seconds)
-
76[00:14:34] <notlikeme> rly: im trying to implement a bit different thing. trying to block reverse DNS request via dnsmasq. i believe i need to guarantee "nameserver 127.0.0.1" is the first line in resolv.conf for that to work.
-
77[00:14:46] *** Quits: rrehbein (~rrehbein@replaced-ip) (Quit: Leaving)
-
78[00:14:55] *** Joins: bluenemo (~bluenemo@replaced-ip)
-
79[00:15:16] <komomayo> if i want rest user password
-
80[00:15:19] *** Quits: pencilandpaper (~penciland@replaced-ip) (Quit: WeeChat 1.4)
-
81[00:15:25] <jmcnaught> notlikeme: 'block reverse DNS request'... but why?
-
82[00:15:26] <komomayo> and the name with space
-
83[00:15:27] *** Quits: stoilkov (~stoilkov@replaced-ip) (Client Quit)
-
84[00:15:34] <komomayo> eg. lol mak
-
85[00:15:41] <komomayo> how can i rest it on command
-
86[00:15:42] <komomayo> ?
-
87[00:15:49] <eszett> coldrye: ye.. well I typed "apt-get install sudo" and it wants to have the CD, but i have no CD, it runs on a VM
-
88[00:16:01] <jhutchins> notlikeme: Did you try man dhclient.conf?
-
89[00:16:22] <coldrye> eszett: i thought you were already logged in as root?
-
90[00:16:25] <jmcnaught> komomayo: please finish a thought before hitting <enter> instead of spanning it across five or six lines. Read the manual page for the passwd command "man passwd" to see how to change passwords
-
91[00:16:26] <jhutchins> notlikeme: You should have apropos installed, apropos foo will tell you about any man pages related to foo.
-
92[00:16:29] <eszett> yes i am logged in as root
-
93[00:16:54] <eszett> root@osboxes$
-
94[00:17:06] <jhutchins> coldrye: I believe that resolv.conf.d is either part of the resolvconf package, which is standard, or you can arbitrarily create it.
-
95[00:17:06] <coldrye> eszett: see /etc/apt/sources.list and outcomment the cd based sources
-
96[00:17:18] <rly> notlikeme: IMHO, the resolvconf set of tools is not as high quality as one would want. If it works, great, but if it doesn't it creates a nightmare.
-
97[00:17:32] <eszett> coldrye: ok
-
98[00:17:36] <jhutchins> coldrye: The .d directory convention allows installers to easily remove conf files they've added to a program.
-
99[00:17:41] *** Joins: cbmuser (~glaubitz@replaced-ip)
-
100[00:17:48] <komomayo> jmcnaught , user lol mak , tell me command , passwd lol mak , isnt works
-
101[00:17:52] *** Joins: pencilandpaper (~penciland@replaced-ip)
-
102[00:18:11] <jmcnaught> komomayo: you have a space character in your username?
-
103[00:18:11] *** Quits: tvm (~tvm@replaced-ip) (Ping timeout: 272 seconds)
-
104[00:18:12] <coldrye> komomayo: you do not want user names with spaces in it, believe me
-
105[00:18:20] <jhutchins> !tell eszett about sources.list
-
106[00:18:31] *** Joins: lsv (~nn@replaced-ip)
-
107[00:18:33] <`Kevin> eszett: you can also >> cat /usr/share/doc/apt/examples/sources.list an an example
-
108[00:18:34] <komomayo> jmcnaught yes its with space
-
109[00:18:39] <jhutchins> eszett: See PM from dpkg, comment out the CD entries.
-
110[00:18:47] *** Quits: mroe (~roe@replaced-ip) (Remote host closed the connection)
-
111[00:19:00] <`Kevin> as a example*
-
112[00:19:33] <jmcnaught> komomayo: escape the space character with a backslash, for example: passwd lol\ mak
-
113[00:19:44] *** Joins: Ticho (~Ticho@replaced-ip)
-
114[00:20:10] <notlikeme> jhutchins: thank you. while i feel its smth like meta information between few tools, ill try with "man" for sure. i need to know what tool has priority over everything else. so i know for sure: i placed nameserver inside ../resolv.conf.d/head and it will be *always* on first place in /etc/resolv.conf
-
115[00:20:51] <eszett> I got the idea of commenting out sources.list, but first i have to login the GUI as root, to have the permissions to do so
-
116[00:20:51] <rly> notlikeme: I think that's what it should do, but I don't think it always does that.
-
117[00:20:57] *** Quits: panta (~panta@replaced-ip) (Ping timeout: 256 seconds)
-
118[00:21:06] <rly> notlikeme: I suppose you could open a bug if it doesn't.
-
119[00:21:07] *** Joins: SpaceDanceCJ (~Sasha@replaced-ip)
-
120[00:21:21] <`Kevin> eszett: if you are SUd to root in a terminal then you can edit it
-
121[00:21:21] *** Quits: c0mrad3 (uid26809@replaced-ip) (Quit: Connection closed for inactivity)
-
122[00:21:36] *** Joins: bolt (r00t@replaced-ip)
-
123[00:21:50] <coldrye> eszett: just use vi /etc/apt/sources.list :D
-
124[00:21:53] <eszett> really? hm ok
-
125[00:21:55] <notlikeme> rly: any better way to block DNS requests for specific destination maybe? after 10 hrs of research i feel so confused
-
126[00:22:10] <eszett> yes vi is better
-
127[00:22:16] *** Quits: Ticho_ (~Ticho@replaced-ip) (Ping timeout: 244 seconds)
-
128[00:22:44] <notlikeme> rly: i know its possible via iptables hack, with scanning request data and looking for specific hex-string, but it feels even more unstable
-
129[00:23:47] *** Quits: gry (~svetlana@replaced-ip) (Read error: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number)
-
130[00:24:11] <`Kevin> notlikeme: I wouldn't say unstable but certainly not performant from a packets/sec propsective
-
131[00:24:36] *** Quits: SiIky (~SiIky@replaced-ip) (Quit: Leaving)
-
132[00:24:54] * `Kevin AFK .. too many typos
-
133[00:25:07] *** Joins: aaro (~aaro@replaced-ip)
-
134[00:25:29] *** Quits: WormFood (~wormfood@replaced-ip) (Remote host closed the connection)
-
135[00:25:42] <rly> notlikeme: you mean reverse lookups still?
-
136[00:26:37] *** Quits: nawaflemme (~anthony@replaced-ip) (Ping timeout: 256 seconds)
-
137[00:26:47] *** Quits: derstrom (~derstrom@replaced-ip) (Quit: derstrom)
-
138[00:27:34] <jmcnaught> notlikeme: what is the root problem you are trying to solve by blocking reverse DNS?
-
139[00:27:44] <rly> notlikeme: I think there are many resources on the Internet for configuring dnsmasq to be used for your DNS lookups.
-
140[00:27:58] <rly> notlikeme: so, what you are doing is likely to be the simplest.
-
141[00:28:00] *** debhelper sets mode: +l 1642
-
142[00:28:06] <rly> notlikeme: I also had it configured like that at some point.
-
143[00:28:16] <missmbob> rly: not really. the provider of the ip is the one in charge of reverse
-
144[00:29:09] <rly> missmbob: are you notlikeme?
-
145[00:29:33] <notlikeme> rly: ye. atm i have dnsmasq on 127.0.0.1:53 and "server=/220.11.10.160.in-addr.arpa/0.0.0.0" string in dnsmasq.conf, everything works well until my /etc/resolv.conf gets suddenly overwritten and "nameserver 127.0.0.1" gets lost
-
146[00:29:35] <missmbob> rly: is that an irc user? no, i'm not. i'm also known as markybob
-
147[00:29:36] <jmcnaught> i have the dnsmasq run by libvirt at the first namserver listed in resolv.conf using the resolvconf, which allows me to resolve the hostnames of VMs
-
148[00:29:42] *** Joins: Shadonovitch (6d09ae4d@replaced-ip)
-
149[00:29:54] <Shadonovitch> Hi, is there anyway to make all my already existing users get the new version of /etc/skel ?
-
150[00:30:23] <rly> missmbob: I am not sure why you talked to me then.
-
151[00:30:32] <rly> missmbob: you didn't tell me anything which is both new and correct.
-
152[00:30:35] <notlikeme> jmcnaught: i want to prevent DNS leakage for specific IP. privacy related.
-
153[00:30:45] <missmbob> everyone has an attitude today.
-
154[00:30:51] *** Joins: otyugh_II (~otyugh_V@replaced-ip)
-
155[00:31:08] <coldrye> notlikeme: why do you not simply define an iptables rule for that?
-
156[00:31:09] <jmcnaught> notlikeme: okay. the method i described with resolvconf's head file has been very reliable for me
-
157[00:31:33] <komomayo> i need somebody to enter teamviewer , and check my problem , i can pay
-
158[00:31:45] <jmcnaught> komomayo: we don't do that around here
-
159[00:31:53] <otyugh_II> hey
-
160[00:32:20] <komomayo> jmcnaught i tried everything nothing works , and im paying..
-
161[00:32:23] <coldrye> komomayo: have you tried stackoverflow yet?
-
162[00:32:36] *** Quits: bolt (r00t@replaced-ip) (Ping timeout: 244 seconds)
-
163[00:32:39] <otyugh_II> do you know where to look out to "create" an original session ? Let say making an alternative to xfce-session, using for instance the caja's desktop. Could I do that ?
-
164[00:32:47] <komomayo> coldrye im noob , idk
-
165[00:32:51] *** Joins: lethu_ (~lethu@replaced-ip)
-
166[00:32:57] <notlikeme> coldrye: it feels very hacky for me. i dont like a method of parsing DNS request as raw binary looking for string.
-
167[00:33:00] <jmcnaught> komomayo: this is a volunteer support for Debian, which doesn't even have teamviewer. Also it would be dumb for anyone to log into your machine, because if you think they broke something you could try and sue them.
-
168[00:33:07] *** Quits: ExoUNX (~textual@replaced-ip) (Ping timeout: 244 seconds)
-
169[00:34:07] *** Joins: bolt (r00t@replaced-ip)
-
170[00:34:19] <komomayo> I take full responsibility
-
171[00:34:34] *** Quits: Shadonovitch (6d09ae4d@replaced-ip) (Quit: Page closed)
-
172[00:34:36] <jmcnaught> komomayo: if you read over the first five or six links on this page you won't be a noob anymore: replaced-url
-
173[00:34:43] <coldrye> notlikeme: seems to me that you want to prevent certain hosts from accessing certain dns records. now, why not define an iptables rule that drops/disallows access from those ipaddresses to port 53 to the destination which is your forwarding/caching dns?
-
174[00:34:56] <komomayo> jmcnaught is there video>?
-
175[00:35:07] <komomayo> jmcnaught , becuase i dont have much time
-
176[00:35:16] <jmcnaught> komomayo: no but several of the books are available in multiple languages
-
177[00:35:17] <komomayo> jmcnaught is there video>?
-
178[00:35:28] *** Quits: lethu (~lethu@replaced-ip) (Ping timeout: 265 seconds)
-
179[00:35:34] <eszett> Alright, thanks guys. "sudo apt-get install ..." is running now. very well!
-
180[00:35:52] <jmcnaught> komomayo: you'd also benefit from reading about IRC etiquette
-
181[00:35:59] <komomayo> jmcnaught , can you use teamviewer? i will pay and i take full responsibility
-
182[00:36:03] <notlikeme> jmcnaught: thx man. i just want to find at least somewhere that "its guaranteed that noone never will insert anything before ../resolv.conf.d/head" and im done :)
-
183[00:36:08] <rly> notlikeme: if you really want privacy, you shouldn't be using Debian, but something designed for the task.
-
184[00:36:38] <notlikeme> coldrye: i try to block my laptop from requesting reverse DNS for specific IP
-
185[00:37:12] <r3> no way would I accept a challenge to "recover" a root password on some stranger's system, not even for money - nope nope nope
-
186[00:37:33] <teraflops> notlikeme: use unbound
-
187[00:37:38] <missmbob> r3: you don't want to go to jail? smart
-
188[00:37:41] *** Joins: earthundead (~earthunde@replaced-ip)
-
189[00:37:45] *** Quits: komomayo (56638dd2@replaced-ip) (Quit: Page closed)
-
190[00:38:12] <notlikeme> rly: mmm... but is there anything wrong with well-configured Debian?
-
191[00:38:21] <jmcnaught> no
-
192[00:38:27] *** Quits: wokedame (~sfgsfdsad@replaced-ip) (Quit: Leaving.)
-
193[00:38:36] <rly> notlikeme: well-configured as a normal end user doesn't exist.
-
194[00:38:40] *** Joins: sandeepkr_ (~sandeepkr@replaced-ip)
-
195[00:38:53] *** Joins: Scourje (uid63311@replaced-ip)
-
196[00:38:53] <rly> notlikeme: if you have a decade of experience in networking and Debian, perhaps.
-
197[00:38:54] <coldrye> notlikeme: sounds like a bogus use case to me, why allow forward lookups and disallow reverse lookups?
-
198[00:39:26] <teraflops> coldrye: looks like a bug I recall using openvpn it appends dns nameservers
-
199[00:39:27] <rly> notlikeme: you can always just build whatever resolving is leaking from source and add a conditional.
-
200[00:39:48] <rly> resolver*
-
201[00:39:58] <teraflops> notlikeme: I do unbound + openresolv I only have 127.0.0.1 as nameserver
-
202[00:40:18] <teraflops> notlikeme: also dnssec
-
203[00:40:25] <notlikeme> coldrye: i access certain resource only via ip-address. however, as i see (dnsmasq way), there is no problem to block forward lookup once it done for reverse, or vice versa.
-
204[00:40:29] <teraflops> at least validation
-
205[00:41:55] <notlikeme> teraflops: thank you, will definetly check it out
-
206[00:42:29] *** Quits: sandeepkr (~sandeepkr@replaced-ip) (Ping timeout: 256 seconds)
-
207[00:42:32] <jmcnaught> do recursive nameservers tell the upstream nameservers the address or IP of the computer making the original request?
-
208[00:43:13] <jmcnaught> because dnsmasq isn't even a recursive nameserver, so it would be asking the next nameserver listed in /etc/resolv.conf for anything it doesn't know about
-
209[00:43:56] *** Quits: CeBe (~cebe@replaced-ip) (Ping timeout: 252 seconds)
-
210[00:44:54] <notlikeme> rly: dont you think that "we made it secure for you" distributions may be even more unsafe?
-
211[00:45:03] <teraflops> jmcnaught: that's why it gross
-
212[00:45:11] <teraflops> it's
-
213[00:45:43] <rly> notlikeme: you can compute diffs, if you want.
-
214[00:45:45] *** Joins: bolovanos_ (~bolovanos@replaced-ip)
-
215[00:45:55] <rly> notlikeme: and then build the distros from source.
-
216[00:46:24] <teraflops> consider running a vpn and pushing nameserver from server, but in the client side just appending to existing ones
-
217[00:46:29] *** Quits: th3jam3sd3an (~th3jam3sd@replaced-ip) (Quit: Leaving)
-
218[00:46:38] *** Joins: ffilozov (~ffilozov@replaced-ip)
-
219[00:46:40] <rly> notlikeme: I don't think you can run any secure system as a consumer, regardless.
-
220[00:47:15] *** Quits: PseudoNoob (~PseudoNoo@replaced-ip) (Quit: Leaving)
-
221[00:47:38] <teraflops> rly: well but the user can do many things
-
222[00:47:46] *** Quits: bluenemo (~bluenemo@replaced-ip) (Quit: Leaving)
-
223[00:47:59] <rly> teraflops: sure, but the amount of people on the planet which actually can do these things is pretty limited.
-
224[00:48:18] <rly> teraflops: if it's 10000, I think it's already a lot.
-
225[00:48:49] <teraflops> rly: what you say sounded to me: hey don't care about security because it's a lost battle, well I disagree
-
226[00:49:00] <notlikeme> rly: i decided to configure everything myself at least to learn more
-
227[00:49:13] *** Quits: bolovanos (~bolovanos@replaced-ip) (Ping timeout: 272 seconds)
-
228[00:49:49] *** Joins: spronk (~spronkey@replaced-ip)
-
229[00:49:53] <rly> teraflops: you can "care", but it won't make a difference.
-
230[00:50:10] *** Joins: docholiday| (~docholida@replaced-ip)
-
231[00:50:38] <rly> teraflops: DARPA only recently found a method which seems to keep hackers out; full on formal verification.
-
232[00:50:43] *** Quits: ToBeCloud (uid51591@replaced-ip) (Quit: Connection closed for inactivity)
-
233[00:51:25] <teraflops> rly: well I still disagree, anyway we are getting offtopic
-
234[00:51:35] *** Joins: docholiday- (~docholida@replaced-ip)
-
235[00:51:35] <notlikeme> what do you guys think of proper isolation? is "cgroups + hardened kernel" enough to run untrusted/proprietary apps?
-
236[00:51:52] <rly> notlikeme: just buy an extra physical machine.
-
237[00:52:01] <rly> notlikeme: and do not connect it to the Internet, ever.
-
238[00:52:35] <notlikeme> rly: you are laughing at me, ok, at least im able to understand :)
-
239[00:52:42] *** Quits: bolt (r00t@replaced-ip) (Ping timeout: 264 seconds)
-
240[00:52:51] <rly> notlikeme: I am not laughing.
-
241[00:53:10] <rly> notlikeme: it's just that "security" is not something the population wants to have.
-
242[00:53:17] <rly> At least, nobody is paying for security.
-
243[00:53:18] *** Quits: docholiday (~docholida@replaced-ip) (Ping timeout: 264 seconds)
-
244[00:53:43] <rly> So, expecting security is just unwise.
-
245[00:53:53] <coldrye> rly: oh, they are paying, and well by that
-
246[00:54:03] <rly> coldrye: ransomware? ;)
-
247[00:54:25] <rly> Or as in taxes?
-
248[00:54:32] <coldrye> rly: surveillance and taxes, yes
-
249[00:54:40] * GeMiNniS bye
-
250[00:54:45] *** Quits: GeMiNniS (~geminnis@replaced-ip) (Quit: Leaving)
-
251[00:54:57] *** lethu_ is now known as lethu
-
252[00:54:57] *** Quits: docholiday| (~docholida@replaced-ip) (Ping timeout: 256 seconds)
-
253[00:55:28] *** Joins: factor (~factor@replaced-ip)
-
254[00:55:31] <rly> coldrye: surveillance is also what helps maintain stability.
-
255[00:55:53] <rly> coldrye: without surveillance the human race would likely have already been nuked to oblivion.
-
256[00:55:55] <notlikeme> rly: your answers are very idealistic. "totally insecure" vs "totally secure (separate physical machine disconnected from internet)" and nothing between
-
257[00:56:04] *** Quits: factor (~factor@replaced-ip) (Client Quit)
-
258[00:56:45] <rly> notlikeme: a separate physical machine disconnected from the internet is not "totally secure".
-
259[00:56:57] <notlikeme> close to
-
260[00:57:09] *** Joins: led_belly (~led_belly@replaced-ip)
-
261[00:57:28] *** Joins: edulis (~eros@replaced-ip)
-
262[00:57:31] <rly> notlikeme: you are probably completely uninteresting to monitor.
-
263[00:57:42] *** Parts: edulis (~eros@replaced-ip)
-
264[00:57:44] <coldrye> rly: surveillance is what comes from aggravation induced by continous warfare in the middle east induced by the NATO
-
265[00:58:18] <rly> coldrye: surveillance has always existed.
-
266[00:58:22] *** Joins: bolt (r00t@replaced-ip)
-
267[00:58:34] <rly> coldrye: it's just that before the Internet, nobody knew they existed.
-
268[00:58:47] *** Quits: fearnothing (~nothing@replaced-ip) (Ping timeout: 252 seconds)
-
269[00:58:57] <notlikeme> rly: you are right, i'm not
-
270[00:58:58] <missmbob> rly: really? do you know history at all?
-
271[00:59:00] <rly> coldrye: controlling the cattle (I mean population) has always been a hot topic.
-
272[00:59:08] *** Joins: x-treme (~x-treme@replaced-ip)
-
273[00:59:16] <rly> missmbob: do you?
-
274[00:59:18] <missmbob> anyway...
-
275[00:59:20] <missmbob> !ot
-
276[00:59:20] <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.
-
277[00:59:25] <prussian> lol
-
278[00:59:36] *** Joins: ksilentkid (~ksilentki@replaced-ip)
-
279[01:00:37] <coldrye> rly: yes, surveillance of actions and intent by other states did, but surveillance of the own people did only marginally exist in so called democratic states, and now it becomes a commodity
-
280[01:01:08] <coldrye> and yes, this is ot
-
281[01:01:36] <WangDang> Anyone know how to revive a dead system service? "systemctl status apt-daily.service" shows it is loaded but "inactive (dead)". I already tried "systemctl start apt-daily.service". It just showed the same status.
-
282[01:02:24] <coldrye> WangDang: is there a lock file that prevents the service from being started?
-
283[01:02:39] <missmbob> WangDang: that's because it's a cron thing. doesn't run all the time
-
284[01:02:45] *** Quits: frostschutz (~frostschu@replaced-ip) (Quit: Leaving)
-
285[01:02:59] <WangDang> coldrye: I don't know, how would I check?
-
286[01:03:09] *** Quits: jozavagli (~joao@replaced-ip) (Ping timeout: 272 seconds)
-
287[01:03:16] <WangDang> missmbob: it's supposed to run every day at 6pm
-
288[01:03:17] <coldrye> WangDang: see answer from missmbob
-
289[01:03:30] <missmbob> WangDang: right. is it exactly 6pm now? so it's not running *now*
-
290[01:03:56] <WangDang> it's 7pm here. It should have started an hour ago
-
291[01:04:09] <missmbob> WangDang: yeah. it should last just a few seconds
-
292[01:04:13] *** Joins: awal1 (~awal1@replaced-ip)
-
293[01:04:44] <WangDang> missmbob: but it should log that it started. There is no update to the log
-
294[01:04:52] *** Quits: Ishaq (~Ishaq@replaced-ip) (Excess Flood)
-
295[01:04:52] <coldrye> WangDang: see /var/log/syslog for cron entries and find your apt.daily there
-
296[01:05:17] *** Quits: notlikeme (25cb0b7c@replaced-ip) (Quit: Page closed)
-
297[01:05:37] *** Quits: jubo2 (~juboxi@replaced-ip) (Quit: Konversation terminated!)
-
298[01:05:54] *** Quits: bolt (r00t@replaced-ip) (Ping timeout: 264 seconds)
-
299[01:06:14] <stoned> rly: then you have to worry about physical security of the system.
-
300[01:06:16] <WangDang> coldrye: the only cron entries inn syslog are for cron.hourly. There is nothing for .daily
-
301[01:06:30] *** Quits: Slumlord_ (~Slumlord_@replaced-ip) (Ping timeout: 264 seconds)
-
302[01:06:37] <stoned> Just because we have unplugged does not mean that we are automatically secure.
-
303[01:06:47] <missmbob> WangDang: oh i remember you. you're the one using apt v 1.3, right?
-
304[01:06:50] *** Joins: Ishaq (~Ishaq@replaced-ip)
-
305[01:06:51] *** Quits: ksilentkid (~ksilentki@replaced-ip) (Ping timeout: 256 seconds)
-
306[01:06:53] <rly> stoned: I know.
-
307[01:07:00] <stoned> Wicked.
-
308[01:07:41] <missmbob> WangDang: 1.3 doesn't have an apt daily cron job. we covered this the other day.
-
309[01:07:43] *** Quits: debalance (~debalance@replaced-ip) (Remote host closed the connection)
-
310[01:08:00] *** debhelper sets mode: +l 1633
-
311[01:08:20] <WangDang> yes! It turns out that using /etc/cron.daily/apt is deprecated as of apt 1.2. auto updates are supposed to be run via systemctl now. That's why I'm back to trying to figure why it isn't working
-
312[01:08:28] <missmbob> WangDang: also, since you're in stretch/sid, you should ask questions in #debian-next on OFTC, not here
-
313[01:08:44] <missmbob> WangDang: ask the right channel.
-
314[01:08:57] <WangDang> Okey, thanks
-
315[01:09:10] *** Joins: safe (~safe@replaced-ip)
-
316[01:10:49] *** Quits: mrkebab (~mk@replaced-ip) (Ping timeout: 256 seconds)
-
317[01:11:08] *** Quits: karimb (~karimb@replaced-ip) (Quit: Leaving...)
-
318[01:11:26] *** Quits: x-treme (~x-treme@replaced-ip) (Ping timeout: 252 seconds)
-
319[01:11:43] *** Joins: yareckon (~ryan@replaced-ip)
-
320[01:14:58] *** Quits: nighty (~nighty@replaced-ip) (Remote host closed the connection)
-
321[01:15:08] *** Quits: rly (~rly@replaced-ip) (Quit: WeeChat 1.5)
-
322[01:15:15] *** Joins: brong (~brong@replaced-ip)
-
323[01:15:37] <coldrye> missmbob:one must be invited to debian-next...
-
324[01:16:17] <missmbob> coldrye: it's on OFTC not freenode
-
325[01:16:29] <stoned> irc.debian.org
-
326[01:16:43] <coldrye> oh my...
-
327[01:16:46] *** Joins: figosdev (~user@replaced-ip)
-
328[01:17:10] *** Joins: jxcl (~jxcl@replaced-ip)
-
329[01:17:45] <WangDang> Yeah, I'm on without an invite. Though it is pretty quiet over there...
-
330[01:18:00] *** Quits: RebelCoderW (~Yuriy@replaced-ip) (Ping timeout: 265 seconds)
-
331[01:19:08] *** Quits: smica (~smica@replaced-ip) (Read error: Connection reset by peer)
-
332[01:19:34] *** Quits: electro33 (uid613@replaced-ip) (Quit: Connection closed for inactivity)
-
333[01:19:44] *** Quits: beaky (~beaky@replaced-ip) (Remote host closed the connection)
-
334[01:20:53] *** Joins: beaky (~beaky@replaced-ip)
-
335[01:21:43] *** Joins: Slumlord_ (~Slumlord_@replaced-ip)
-
336[01:21:47] *** Quits: earthundead (~earthunde@replaced-ip) (Remote host closed the connection)
-
337[01:22:16] *** Joins: Lipp (~Lipp@replaced-ip)
-
338[01:22:59] <coldrye> WangDang: if it is a dead horse, just stir until the maggots come to life...
-
339[01:23:48] *** Quits: Brigo (~Brigo@replaced-ip) (Ping timeout: 265 seconds)
-
340[01:24:30] <WangDang> lol
-
341[01:24:37] *** Joins: tgunr (~davec@replaced-ip)
-
342[01:24:44] <stoned> When it comes to an ugly image... you can't beat a dead horse!
-
343[01:24:46] *** Quits: hanshenrik (~hans_henr@replaced-ip) (Ping timeout: 265 seconds)
-
344[01:25:15] *** Quits: barajasfab (~fabian@replaced-ip) (Quit: Ex-Chat)
-
345[01:25:19] *** Quits: Lipp_ (~Lipp@replaced-ip) (Ping timeout: 272 seconds)
-
346[01:25:34] *** Joins: mrkebab (~mk@replaced-ip)
-
347[01:25:54] *** Quits: nprs (uid54228@replaced-ip) (Quit: Connection closed for inactivity)
-
348[01:26:06] *** Parts: figosdev (~user@replaced-ip)
-
349[01:26:16] *** Joins: flugger (~flugger@replaced-ip)
-
350[01:28:55] *** Joins: germangirl (~germany@replaced-ip)
-
351[01:29:17] <coldrye> stoned: tell that to my former employer :D
-
352[01:29:22] *** Joins: frozengeek (~frozengee@replaced-ip)
-
353[01:29:37] <germangirl> replaced-url
-
354[01:30:07] <stoned> the hell
-
355[01:30:16] <germangirl> This one minute video is packed to the brim with crucial truth. A small tribe controls mass media and is using their power to destroy us.
-
356[01:30:36] <stoned> germangirl: G'way.
-
357[01:30:41] <stoned> germangirl: G'way, you.
-
358[01:30:54] <germangirl> This is the reuploading of a video that is constantly taken down by Youtube, because it is the truth. Help to backup these truths. Download and save the video!
-
359[01:31:02] <Klaus_D1eter_> hm still the libvirt network here is weird. I managed to sourt out the ip address conflict but one of the VMs still loses network connectivity after a while. arp from outside the vm is not visible and it also does not get out any more
-
360[01:31:06] *** Quits: shovel_boss (~shovel_bo@replaced-ip) (Ping timeout: 264 seconds)
-
361[01:31:13] <Klaus_D1eter_> so inside the vm hosts outside cannot be resolved
-
362[01:31:22] <germangirl> replaced-url
-
363[01:31:35] *** Quits: Lipp (~Lipp@replaced-ip) (Remote host closed the connection)
-
364[01:31:40] *** ChanServ sets mode: +o themill
-
365[01:31:40] <WangDang> ops! germangirl is spamming the channel
-
366[01:31:42] *** themill sets mode: +b *!*@46.165.208.40
-
367[01:31:44] *** germangirl was kicked by themill (On the Internet nobody can hear you being subtle.)
-
368[01:31:45] *** themill sets mode: -o themill
-
369[01:32:02] *** Joins: Lipp (~Lipp@replaced-ip)
-
370[01:32:12] *** Quits: slon (slon@replaced-ip) (Read error: Connection reset by peer)
-
371[01:32:17] *** Quits: jass93_ (~ifillj@replaced-ip) (Ping timeout: 272 seconds)
-
372[01:32:25] *** Joins: slon (~slon@replaced-ip)
-
373[01:32:51] *** Quits: at0m (~at0m@replaced-ip) (Remote host closed the connection)
-
374[01:34:29] *** Joins: NoteOn (~noteon@replaced-ip)
-
375[01:35:18] *** Quits: RickXy (~zncadmin@replaced-ip) (Ping timeout: 264 seconds)
-
376[01:35:22] *** Quits: Masterphi (~Masterphi@replaced-ip) (Quit: Bye)
-
377[01:35:47] *** Joins: Gnomethrower (~B@replaced-ip)
-
378[01:36:18] *** Quits: yareckon (~ryan@replaced-ip) (Quit: yareckon)
-
379[01:36:44] *** Quits: Lipp (~Lipp@replaced-ip) (Ping timeout: 252 seconds)
-
380[01:36:46] *** Joins: RickXy (~zncadmin@replaced-ip)
-
381[01:37:46] *** Joins: hipkomh (~Icedove@replaced-ip)
-
382[01:38:01] *** debhelper sets mode: +l 1626
-
383[01:38:43] *** Joins: kobain (~kobain@replaced-ip)
-
384[01:39:04] *** Joins: BenNZ (~Ben__@replaced-ip)
-
385[01:39:35] *** Quits: Quatroking (~Quatrokin@replaced-ip) (Quit: Leaving)
-
386[01:40:02] *** Joins: p3nt4 (~p3nt44@replaced-ip)
-
387[01:40:05] *** Quits: hipkomh (~Icedove@replaced-ip) (Client Quit)
-
388[01:41:16] *** Joins: temp (~temp@replaced-ip)
-
389[01:44:36] *** Joins: th3jam3sd3an (~th3jam3sd@replaced-ip)
-
390[01:45:43] <temp> Hi everybody, anyone can advise me a good VPN?
-
391[01:45:59] *** Joins: figosdev (~user@replaced-ip)
-
392[01:47:06] <teraflops> software or provider?
-
393[01:47:38] *** Quits: wildlander (~wild@replaced-ip) (Quit: Saliendo)
-
394[01:47:39] <temp> provider (no free)
-
395[01:47:55] <teraflops> temp: no idea sorry
-
396[01:48:13] *** Quits: p3nt4 (~p3nt44@replaced-ip) (Ping timeout: 256 seconds)
-
397[01:48:41] *** Quits: pencilandpaper (~penciland@replaced-ip) (Quit: WeeChat 1.6)
-
398[01:48:53] *** Joins: dvs (~hibbard@replaced-ip)
-
399[01:48:54] *** Joins: foldingchair (~foldingch@replaced-ip)
-
400[01:49:15] <temp> no problem. Thank you
-
401[01:50:07] <teraflops> temp: *I* prefer a good vps service and setting up openvpn myself though
-
402[01:50:35] <Elronnd> I recently had to reinstall my os, so I made a backup of a few important files on a usb stick
-
403[01:50:45] <Elronnd> I can't mount it, though, and fsck tells me it can't find anything interesting
-
404[01:51:01] <Elronnd> when I try to mkfs.ext4 on it, though, it says it's found an ext4 fs on it
-
405[01:51:06] <Elronnd> is there any way to recover my files/
-
406[01:51:22] <temp> teraflops, what is a good vpn service?
-
407[01:51:52] *** Joins: pencilandpaper (~penciland@replaced-ip)
-
408[01:52:21] <teraflops> temp: there are many
-
409[01:52:24] <eszett> I have a question, after a while I have a screen that just shows the Time, which allows no user interaction anymore, is that a kind of debian screensaver? how can i exit it?
-
410[01:52:43] <Elronnd> eszett: sounds like gnome's screensaver
-
411[01:52:47] <eszett> "00:52 Friday, 07 October"
-
412[01:52:53] <Elronnd> press "enter," or click on the bottom of the screen and drag up
-
413[01:52:57] <eszett> ok
-
414[01:53:00] <teraflops> temp: wait vpn or vps¿
-
415[01:53:10] <teraflops> *?
-
416[01:53:11] *** Quits: Gnomethrower (~B@replaced-ip) (Quit: My MacBook has gone to sleep. ZZZzzz…)
-
417[01:53:12] <temp> vpn
-
418[01:53:14] <temp> :)
-
419[01:53:23] <eszett> Elrond prince of the elves: no reaction from the screensaver..
-
420[01:53:29] <teraflops> openvpn is not that bad
-
421[01:53:44] *** Quits: ArchDuke (~ArchDuke@replaced-ip) (Read error: No route to host)
-
422[01:54:31] <eszett> ah, now the mysterious screensaver took me back to a login screen, where i can login again. ok, annoying, but at least im in the system again!
-
423[01:54:46] *** Joins: ArchDuke (~ArchDuke@replaced-ip)
-
424[01:55:01] <Elronnd> eszett: I believe you can disable the screensaver in gnome-settings
-
425[01:55:40] <teraflops> eszett: ssh into the machine while the screensaver is runnig and and look at what processes are running?
-
426[01:56:05] <AvatarA> Elronnd, testdisk is one of many, although it's really hard to tell from your info what went wrong
-
427[01:56:16] <teraflops> list installed packages and grep for something related?
-
428[01:56:36] *** Joins: enseneo (~madneap@replaced-ip)
-
429[01:56:40] <teraflops> gnome-screensaver is a thing iirc
-
430[01:57:01] <Elronnd> teraflops: open settings
-
431[01:57:13] <teraflops> me?
-
432[01:57:14] <Elronnd> AvatarA: thanks, I'll install that and see what it says
-
433[01:57:17] <teraflops> heh
-
434[01:57:24] <Elronnd> oh, sorry
-
435[01:57:28] <Elronnd> eszett: open settings
-
436[01:57:35] <Elronnd> gnome has a fancy front-end to gsettings
-
437[01:57:36] <Elronnd> open power
-
438[01:57:37] <teraflops> Elronnd: nah np
-
439[01:57:43] <Elronnd> there should be a screensaver thing
-
440[01:58:09] <Elronnd> AvatarA: testdisk says "Unable to open file or device /dev/sdb: No medium found"
-
441[02:00:19] *** Joins: chomwitt (~chomwitt@replaced-ip)
-
442[02:00:47] *** Quits: RA3OR (~demon@replaced-ip) (Read error: Connection reset by peer)
-
443[02:00:56] *** Quits: j08nY (~j08nY@replaced-ip) (Quit: Leaving)
-
444[02:01:26] *** Quits: ojoa (~zetagi@replaced-ip) (Read error: Connection reset by peer)
-
445[02:02:44] <AvatarA> are you sure it's sdb?
-
446[02:02:59] <AvatarA> what does lsblk show?
-
447[02:03:31] *** Quits: aax (~xaa@replaced-ip) (Ping timeout: 256 seconds)
-
448[02:03:42] <Elronnd> lsblk only shows /dev/sda*, my main partition
-
449[02:04:05] *** Quits: SPF|Cloud (uid11755@replaced-ip) (Quit: Connection closed for inactivity)
-
450[02:04:07] <Elronnd> /dev/sdb is definitely there, though, and it's definitely the name of my usb disc
-
451[02:04:36] <Elronnd> oh here we go. I plugged it back in, and now testdisk is picking it up
-
452[02:05:47] *** Quits: watersoul (~ircuser@replaced-ip) (Read error: Connection reset by peer)
-
453[02:05:56] <foldingchair> i want to install debian on my laptop and use it outside a server environment. in the live cd session, my realtek wifi adapter isn't usable, and the installer says i need to load up the .bin driver for my wifi adpater. in ubuntu, wifi works without any action from me. i believe this is because ubuntu added nonfree drivers. is there a build of debian that includes nonfree drivers and will work out of the box?
-
454[02:06:04] *** Joins: watersoul (~ircuser@replaced-ip)
-
455[02:06:19] <AvatarA> yes
-
456[02:06:26] *** Quits: satbyy (~Satish@replaced-ip) (Ping timeout: 252 seconds)
-
457[02:06:46] <teraflops> foldingchair: replaced-url
-
458[02:06:48] *** Joins: ojoa (~zetagi@replaced-ip)
-
459[02:07:19] <foldingchair> AvatarA, teraflops aah cool! i'll check this out. thanks.
-
460[02:07:24] <teraflops> np
-
461[02:07:46] <tx> does that image include non-free firmware such as wifi firmware?
-
462[02:08:01] *** Joins: RA3OR (~demon@replaced-ip)
-
463[02:08:01] *** Quits: RA3OR (~demon@replaced-ip) (Changing host)
-
464[02:08:01] *** Joins: RA3OR (~demon@replaced-ip)
-
465[02:08:28] <AvatarA> all non-free firmware there is for debian
-
466[02:08:32] <AvatarA> video firmware, etc
-
467[02:08:38] <tx> right
-
468[02:08:56] <tx> I thought it may have just been a sub-set that fixes boot-preventing problems.
-
469[02:09:06] <tx> Networking (and especially wifi) isn't exactly boot breaking.
-
470[02:10:19] *** Quits: philipballew (~philip@replaced-ip) (Ping timeout: 256 seconds)
-
471[02:10:35] <AvatarA> it includes everything since it's not a problem, it just takes up a little bit of disk space but doesn't get loaded if it's not needed
-
472[02:10:41] *** Joins: zakomo-es (~zakomo@replaced-ip)
-
473[02:11:03] <AvatarA> but there is a way to add only the needed firmware to your official debian install image/live image
-
474[02:11:03] *** Joins: olivier (~olivier@replaced-ip)
-
475[02:11:31] <Elronnd> AvatarA: testdisk, while in the middle of testing my disk, reports "Read error at 6403/14/4 (lba=13113795)"
-
476[02:11:56] <olivier> Is it better to have a debian 100% free ( with no contrib and non free)
-
477[02:12:01] <AvatarA> and sometimes when there is no wifi, it isn't boot breaking but it can be a big problem for some
-
478[02:12:32] <teraflops> olivier: that looks like a personal decision
-
479[02:12:32] <AvatarA> I don't know if it applies to to usb sticks
-
480[02:12:42] <AvatarA> but badblocks can test for... well, badblocks :)
-
481[02:12:49] <olivier> terflops : what is the better ?
-
482[02:12:50] <Elronnd> is there a way to fix it?
-
483[02:13:02] <olivier> because since three days, I'm curious about that
-
484[02:13:04] <Elronnd> as I said, fsck didn't have any useful results aside from "couldn't find anything"
-
485[02:13:25] <teraflops> badblocks in sdcard/ssd/usbtick is a good idea?
-
486[02:13:57] <Elronnd> oh I see
-
487[02:14:00] <Elronnd> badblocks is a utility
-
488[02:14:08] <olivier> Oh, and I would like to know if anybody know a good program on linux to watch tv
-
489[02:14:10] *** Joins: grim4593 (~grim4593@replaced-ip)
-
490[02:14:11] <Elronnd> I'll install/run it once testdisk finishes
-
491[02:14:26] <teraflops> Elronnd: that and the fact that the usb stick is not always detected looks like a bad signal
-
492[02:14:30] <Elronnd> olivier: what exactly do you mean by "watch tv"?
-
493[02:15:31] <Elronnd> teraflops: is there any way to try and recover the data on it?
-
494[02:15:31] <teraflops> olivier: tvheadend does dvb-t/s and iptv if you meant that
-
495[02:16:00] <teraflops> Elronnd: idk if badblocks is a good idea in a flash memory
-
496[02:16:13] <olivier> Elronnd : I'm canadian but I live in France, I found a program. With this program, I can watch french tv legally but this program don't respect the rules of linux (it's a appimage and I ask the developer, this program is not free) and I prefer program free totally free
-
497[02:16:29] <teraflops> olivier: perhaps ddrescue im not sure
-
498[02:16:52] <olivier> I enter this in the terminal ? or perhaps ddrescue is the program ?
-
499[02:17:09] <teraflops> olivier: oh sorry i meant Elronnd
-
500[02:17:12] <teraflops> my bad
-
501[02:17:23] <olivier> Oh, it's okay !
-
502[02:17:34] <olivier> And I ask if it's better to have a debian totally free
-
503[02:18:05] <teraflops> it's up to you
-
504[02:18:41] <olivier> and for you ?
-
505[02:18:54] <teraflops> I dont care to be honest
-
506[02:19:21] *** Joins: docholiday (~docholida@replaced-ip)
-
507[02:19:58] <tx> I do up to a point
-
508[02:20:07] <tx> I understand firmware can't always be free.
-
509[02:20:40] <olivier> teraflops :But on linux, it's not bad to have a non free program or a contrib ? (I know that is a weird question)
-
510[02:20:49] *** Joins: nighty (~nighty@replaced-ip)
-
511[02:20:59] <teraflops> olivier: yeah I told you it's up to you
-
512[02:21:11] <AvatarA> it's a very broad question
-
513[02:21:19] <teraflops> olivier: I *personally* don't care
-
514[02:21:31] <AvatarA> if it's about trust and the fact you can't trust closed source software, you can isolate it
-
515[02:21:35] <teraflops> olivier: I care more on the hardware side
-
516[02:21:46] <teraflops> as tx pointed
-
517[02:21:55] <olivier> I have on my computer, one closed source software so..
-
518[02:22:18] <coldrye> olivier: regardless of the program you use there is no good program on tv
-
519[02:22:46] *** Quits: QwertyDragon (~QwertyDra@replaced-ip) (Quit: Leaving)
-
520[02:23:04] <olivier> okay so it's better to keep the program i found ?
-
521[02:23:35] *** Quits: docholiday- (~docholida@replaced-ip) (Ping timeout: 272 seconds)
-
522[02:23:38] <AvatarA> if it does its job well, keep it
-
523[02:23:48] <AvatarA> if you don't trust it, isolate it from the rest of the system
-
524[02:23:52] *** Quits: m-H7 (~mathias@replaced-ip) (Quit: Leaving.)
-
525[02:24:21] *** Joins: rklopfer (~rklopfer@replaced-ip)
-
526[02:24:30] <olivier> AvatarA : When you say isolate it from the rest of the system, it's mean delete the program ?
-
527[02:24:36] <coldrye> is AvatarA a KI?
-
528[02:25:19] <coldrye> KI/AI?
-
529[02:25:29] <AvatarA> I mean isolate it so it can only access its own data and cannot access your personal files, photos etc.
-
530[02:26:00] <awal1> olivier, well, sometimes you're like "obligated" to use X pkg from non-free and contrib, something like iwlwifi...
-
531[02:26:08] *** Quits: BenNZ (~Ben__@replaced-ip) (Quit: Everytime I think IQ's must have dropped recently, I remember that this is the internet)
-
532[02:26:11] *** Quits: figosdev (~user@replaced-ip) (Quit: Leaving)
-
533[02:26:13] <AvatarA> isolation is also a broad subject, you can isolate in virtual machines, emulators, systemd containers and many others
-
534[02:26:14] *** Quits: cyphase (~cyphase@replaced-ip) (Ping timeout: 252 seconds)
-
535[02:26:17] *** Joins: LVLAaron (~root@replaced-ip)
-
536[02:26:47] *** Quits: marcozink (~marcozink@replaced-ip) (Ping timeout: 244 seconds)
-
537[02:26:49] <olivier> AvatarA : I'm not good in virtual system so...
-
538[02:27:05] <AvatarA> I can give you a concrete example, I run PokerStars
-
539[02:27:20] <AvatarA> I have made a separate user and home directory for it
-
540[02:27:32] <AvatarA> when I need to run that I login as that user and run the program
-
541[02:27:42] <AvatarA> this is weak isolation but it's good enough for my purpose
-
542[02:27:57] <olivier> okay, so you stay on debian ?
-
543[02:28:03] *** Joins: Ticho_ (~Ticho@replaced-ip)
-
544[02:28:13] <olivier> and you create a new user for others programs ?
-
545[02:28:16] <AvatarA> why did I do it? because they have a utility that spies on some stuff you run on your computer to make sure you aren't cheating
-
546[02:28:35] *** Quits: Richard_Cavell (uid165693@replaced-ip) (Quit: Connection closed for inactivity)
-
547[02:28:37] *** Quits: temp (~temp@replaced-ip) (Quit: Leaving)
-
548[02:28:58] <olivier> AvatarA : So, if I understand, you create new user for the others programs right ?
-
549[02:29:07] <AvatarA> for THIS CASE
-
550[02:29:14] <olivier> okay
-
551[02:30:05] <olivier> AvatarA : I try that. Thank you for the advice !
-
552[02:30:20] *** Joins: docholiday| (~docholida@replaced-ip)
-
553[02:30:24] *** Quits: Ticho (~Ticho@replaced-ip) (Ping timeout: 244 seconds)
-
554[02:30:50] *** Quits: sz0 (uid110435@replaced-ip) (Quit: Connection closed for inactivity)
-
555[02:30:55] *** Joins: Lipp (~Lipp@replaced-ip)
-
556[02:31:33] <olivier> I have to go. Thank you for your help :)
-
557[02:33:03] *** Joins: ancientninja (~ancientni@replaced-ip)
-
558[02:33:13] *** Quits: f10 (~flo@replaced-ip) (Read error: Connection reset by peer)
-
559[02:34:02] *** Joins: f10 (~flo@replaced-ip)
-
560[02:34:21] *** Quits: docholiday (~docholida@replaced-ip) (Ping timeout: 272 seconds)
-
561[02:34:48] <eszett> how can i change the look of my terminal windows. with other colors, and other font, etc?
-
562[02:35:00] <eszett> maybe can i install a different terminal software?
-
563[02:36:01] *** Parts: olivier (~olivier@replaced-ip)
-
564[02:36:57] *** Quits: llucenic (~Thunderbi@replaced-ip) (Ping timeout: 256 seconds)
-
565[02:38:13] <th3jam3sd3an> eszett: have you tried right-clicking the term window and going to profile preferences?
-
566[02:38:32] *** Quits: frozengeek (~frozengee@replaced-ip) (Quit: frozengeek)
-
567[02:38:45] *** Joins: BenNZ (~Ben__@replaced-ip)
-
568[02:39:13] *** Quits: Lipp (~Lipp@replaced-ip) (Ping timeout: 256 seconds)
-
569[02:40:27] *** Joins: Ticho (~Ticho@replaced-ip)
-
570[02:40:36] *** Quits: foldingchair (~foldingch@replaced-ip) (Quit: Leaving)
-
571[02:41:38] *** Quits: n3wborn (~n3wborn@replaced-ip) (Ping timeout: 252 seconds)
-
572[02:42:14] *** Joins: qwesste (~qwesste@replaced-ip)
-
573[02:42:30] *** Quits: regedit (uid150526@replaced-ip) (Quit: Connection closed for inactivity)
-
574[02:43:33] *** Quits: Ticho_ (~Ticho@replaced-ip) (Ping timeout: 265 seconds)
-
575[02:46:32] *** Joins: bolovanos (~bolovanos@replaced-ip)
-
576[02:46:47] *** Joins: farakat (~farakat@replaced-ip)
-
577[02:47:01] <eszett> thejamesdean: yes, that did work thanks!
-
578[02:47:27] <th3jam3sd3an> eszett, no worries and you are welcome :)
-
579[02:47:29] <Elronnd> holy shit thank got
-
580[02:47:35] <Elronnd> thanks for the pointer AvatarA
-
581[02:47:44] <Elronnd> testdisk gave me a cmdline for fsck
-
582[02:47:49] <Elronnd> which actually recovered my disc
-
583[02:48:38] *** Joins: axiom_1 (~axiom_1@replaced-ip)
-
584[02:48:47] *** Quits: axiom_1 (~axiom_1@replaced-ip) (Max SendQ exceeded)
-
585[02:49:10] *** Joins: superman8 (~quassel@replaced-ip)
-
586[02:49:25] *** Quits: bolovanos_ (~bolovanos@replaced-ip) (Ping timeout: 256 seconds)
-
587[02:49:38] *** Joins: un1x (25007b42@replaced-ip)
-
588[02:50:59] *** Quits: admincomplex (~admincomp@replaced-ip) (Ping timeout: 252 seconds)
-
589[02:51:11] *** Quits: farakat (~farakat@replaced-ip) (Client Quit)
-
590[02:52:42] *** Joins: admincomplex (~admincomp@replaced-ip)
-
591[02:52:58] *** Joins: dasgeek (~dasgeekma@replaced-ip)
-
592[02:53:56] *** Joins: sasukeskapa (~sasukeska@replaced-ip)
-
593[02:55:14] *** Quits: docholiday| (~docholida@replaced-ip) (Quit: Bye)
-
594[02:55:31] *** Joins: docholiday (~docholida@replaced-ip)
-
595[02:55:43] *** Quits: tgunr (~davec@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
-
596[02:56:02] *** Joins: bolt (r00t@replaced-ip)
-
597[02:56:18] *** Quits: mo1991reg (~mo1991@replaced-ip) (Remote host closed the connection)
-
598[02:56:54] *** Joins: prasket (~prasket@replaced-ip)
-
599[02:56:56] *** Joins: cyphase (~cyphase@replaced-ip)
-
600[02:57:42] *** Joins: mo1991reg (~mo1991@replaced-ip)
-
601[02:58:08] *** Quits: bigterd (~askme@replaced-ip) (Ping timeout: 252 seconds)
-
602[02:58:52] *** Joins: electro33 (uid613@replaced-ip)
-
603[02:59:38] *** Joins: RTFM[away] (~RTFMaway]@replaced-ip)
-
604[02:59:56] *** Quits: coldrye (~kvirc@replaced-ip##) (Quit: KVIrc 4.2.0 Equilibrium ##replaced-url
-
605[03:00:08] *** Quits: ADSLSDA (~RTFM@replaced-ip) (Read error: Connection reset by peer)
-
606[03:01:36] *** Quits: blueness_ (~blueness@replaced-ip) (Quit: blueness_)
-
607[03:01:53] *** Quits: Ryushin (~Ryushin@replaced-ip) (Ping timeout: 256 seconds)
-
608[03:03:50] *** Quits: Danishman (~kvirc@replaced-ip##) (Quit: KVIrc 4.9.1 Aria ##replaced-url
-
609[03:04:17] *** Joins: sidmo_ (~sidmo@replaced-ip)
-
610[03:05:17] *** Quits: douzer (~douzer@replaced-ip) (Ping timeout: 256 seconds)
-
611[03:05:27] *** Joins: bigterd (~askme@replaced-ip)
-
612[03:06:01] *** Quits: _sfiguser (~sfigguser@replaced-ip) (Ping timeout: 272 seconds)
-
613[03:07:44] *** Quits: sidmo (~sidmo@replaced-ip) (Ping timeout: 240 seconds)
-
614[03:09:27] *** Joins: douzer (~douzer@replaced-ip)
-
615[03:09:41] *** Joins: philipballew (~philip@replaced-ip)
-
616[03:12:50] *** Quits: ffilozov (~ffilozov@replaced-ip) (Quit: Ex-Chat)
-
617[03:13:01] *** Joins: ffilozov (~ffilozov@replaced-ip)
-
618[03:13:07] *** Joins: cyan__ (~cyan@replaced-ip)
-
619[03:13:19] *** Joins: docholiday| (~docholida@replaced-ip)
-
620[03:13:42] *** Quits: nighty (~nighty@replaced-ip) (Quit: Disappears in a puff of smoke)
-
621[03:14:16] *** Joins: docholiday- (~docholida@replaced-ip)
-
622[03:14:50] *** Quits: LtL (~irssi@replaced-ip) (Quit: leaving)
-
623[03:15:27] *** Quits: prasket (~prasket@replaced-ip) (Ping timeout: 265 seconds)
-
624[03:15:31] *** Quits: docholiday (~docholida@replaced-ip) (Ping timeout: 272 seconds)
-
625[03:16:27] *** Joins: jass93_ (~ifillj@replaced-ip)
-
626[03:16:50] *** Quits: kooldavi (~kooldavi@replaced-ip) (Ping timeout: 252 seconds)
-
627[03:17:21] *** Joins: docholiday (~docholida@replaced-ip)
-
628[03:17:39] *** Joins: fffgfw (~BH3QCK@replaced-ip)
-
629[03:17:45] *** Quits: docholiday| (~docholida@replaced-ip) (Ping timeout: 256 seconds)
-
630[03:18:14] *** Joins: garywhite (uid186377@replaced-ip)
-
631[03:18:31] *** Joins: _sfiguser (~sfigguser@replaced-ip)
-
632[03:18:34] *** Joins: docholiday| (~docholida@replaced-ip)
-
633[03:18:41] *** Quits: f10 (~flo@replaced-ip) (Ping timeout: 272 seconds)
-
634[03:18:43] *** Parts: garywhite (uid186377@replaced-ip)
-
635[03:18:53] *** Joins: morphis_ (~morphis@replaced-ip)
-
636[03:19:02] *** Quits: docholiday| (~docholida@replaced-ip) (Client Quit)
-
637[03:19:11] *** Joins: docholiday| (~docholida@replaced-ip)
-
638[03:19:39] <AvatarA> Elronnd, that's good but next time you could use a separate home partition and that way you can keep whatever you need when you reinstall
-
639[03:19:47] *** Quits: docholiday| (~docholida@replaced-ip) (Client Quit)
-
640[03:20:00] *** Joins: docholiday| (~docholida@replaced-ip)
-
641[03:20:03] *** Joins: kooldavi (~kooldavi@replaced-ip)
-
642[03:21:12] *** Joins: pingfloyd (~pingfloyd@replaced-ip)
-
643[03:21:13] *** Quits: Mahe (~mahe@replaced-ip) (Ping timeout: 272 seconds)
-
644[03:21:43] *** Quits: morphis__ (~morphis@replaced-ip) (Ping timeout: 256 seconds)
-
645[03:21:51] *** Quits: docholiday- (~docholida@replaced-ip) (Ping timeout: 272 seconds)
-
646[03:22:19] *** Joins: Mahe (~mahe@replaced-ip)
-
647[03:22:42] *** Quits: docholiday (~docholida@replaced-ip) (Ping timeout: 264 seconds)
-
648[03:22:46] *** Quits: docholiday| (~docholida@replaced-ip) (Client Quit)
-
649[03:22:54] *** Joins: docholiday (~docholida@replaced-ip)
-
650[03:22:58] *** Joins: wobeling2rs (~wobelinge@replaced-ip)
-
651[03:23:28] *** Joins: wobeling3rs (~wobelinge@replaced-ip)
-
652[03:24:01] *** Joins: yht (~yht@replaced-ip)
-
653[03:24:24] *** Quits: qwesste (~qwesste@replaced-ip) (Ping timeout: 272 seconds)
-
654[03:24:26] *** Joins: fstd_ (~fstd@replaced-ip)
-
655[03:25:40] *** Quits: spronk (~spronkey@replaced-ip) (Quit: I may need a longer sleep timer...)
-
656[03:25:59] *** Quits: wobeling1rs (~wobelinge@replaced-ip) (Ping timeout: 248 seconds)
-
657[03:26:31] *** Quits: wobelingers (~wobelinge@replaced-ip) (Ping timeout: 248 seconds)
-
658[03:27:50] *** Quits: xrlabs (uid168270@replaced-ip) (Quit: Connection closed for inactivity)
-
659[03:27:51] *** Quits: CreadPag (~root@replaced-ip) (Read error: Connection reset by peer)
-
660[03:28:21] *** Quits: un1x (25007b42@replaced-ip) ()
-
661[03:28:30] *** Joins: spronk (~spronkey@replaced-ip)
-
662[03:28:42] *** Quits: fstd (~fstd@replaced-ip) (Ping timeout: 264 seconds)
-
663[03:28:42] *** fstd_ is now known as fstd
-
664[03:31:24] *** Quits: fffgfw (~BH3QCK@replaced-ip) (Ping timeout: 265 seconds)
-
665[03:32:08] *** Quits: garyserj (~garyserj@replaced-ip) ()
-
666[03:33:25] *** Joins: skrb_ (~skrb@replaced-ip)
-
667[03:34:44] *** Quits: Tom01 (~tom@replaced-ip) (Remote host closed the connection)
-
668[03:35:27] *** Joins: nighty (~nighty@replaced-ip)
-
669[03:37:06] *** Quits: skrb (~skrb@replaced-ip) (Ping timeout: 264 seconds)
-
670[03:38:00] *** debhelper sets mode: +l 1619
-
671[03:38:29] *** Joins: Evol (~nuwanda@replaced-ip)
-
672[03:39:23] *** Quits: cyan__ (~cyan@replaced-ip) (Remote host closed the connection)
-
673[03:40:35] *** Joins: fffgfw (~BH3QCK@replaced-ip)
-
674[03:41:21] *** Joins: docholiday| (~docholida@replaced-ip)
-
675[03:41:29] *** Quits: th0r (~th0r@replaced-ip) (Quit: Ex-Chat)
-
676[03:43:02] *** Joins: finlstrm (~finlstrm@replaced-ip)
-
677[03:45:17] *** Quits: docholiday (~docholida@replaced-ip) (Ping timeout: 272 seconds)
-
678[03:45:42] *** Quits: finlstrm (~finlstrm@replaced-ip) (Client Quit)
-
679[03:46:54] *** Quits: fffgfw (~BH3QCK@replaced-ip) (Remote host closed the connection)
-
680[03:48:15] *** Joins: Ryushin (chris@replaced-ip)
-
681[03:49:21] *** Joins: wcfields (~wcfields@replaced-ip)
-
682[03:49:25] *** Quits: wcfields (~wcfields@replaced-ip) (Remote host closed the connection)
-
683[03:49:27] *** Quits: lemerovingien (~lemerovin@replaced-ip) (Ping timeout: 244 seconds)
-
684[03:50:21] *** Quits: superman8 (~quassel@replaced-ip) (Ping timeout: 272 seconds)
-
685[03:50:54] *** Quits: philipballew (~philip@replaced-ip) (Read error: Connection reset by peer)
-
686[03:51:22] *** Joins: philipballew (~philip@replaced-ip)
-
687[03:51:24] *** Joins: lemerovingien (~lemerovin@replaced-ip)
-
688[03:51:50] *** Quits: pingfloyd (~pingfloyd@replaced-ip) (Quit: ☮ out)
-
689[03:52:20] *** Joins: rsx (~dummy@replaced-ip)
-
690[03:54:15] *** Joins: superman8 (~quassel@replaced-ip)
-
691[03:55:08] *** Quits: shinnya (~shinnya@replaced-ip) (Ping timeout: 244 seconds)
-
692[03:55:17] <republican_devil> hello
-
693[03:55:35] *** republican_devil is now known as henrygeorge
-
694[03:55:37] <henrygeorge> hey
-
695[03:55:53] <henrygeorge> anyone here using debian with zfs and some big scsi attached storage liek say 45T
-
696[03:55:57] <henrygeorge> raid 10?
-
697[03:56:04] <henrygeorge> I am stunned by the experiments i am running
-
698[03:56:13] <henrygeorge> 24x speed of raid 5 previous setup
-
699[03:56:17] *** Quits: mints (~mints@replaced-ip) (Ping timeout: 256 seconds)
-
700[03:56:18] <henrygeorge> holy makrel
-
701[03:57:28] <denken> that wouldnt surprise me, really
-
702[03:57:50] <denken> no parity calculation + striping *and* mirroring
-
703[03:58:49] <henrygeorge> now they have 22T of FAST
-
704[03:58:55] <henrygeorge> but java idiots have decied
-
705[03:59:04] <henrygeorge> no we want bring in spring and do a bunch fo vms
-
706[03:59:08] <henrygeorge> I feel stabby
-
707[03:59:13] <henrygeorge> I pretty much threat to quit
-
708[04:00:53] *** Quits: tinkersh (~TinkerSh@replaced-ip) (Ping timeout: 265 seconds)
-
709[04:02:29] *** Quits: lstieb (~lstieb@replaced-ip) (Ping timeout: 252 seconds)
-
710[04:04:04] *** Quits: cruncher (~cruncher@replaced-ip) (Quit: Leaving)
-
711[04:04:55] *** Quits: GenTooMan (~cyberman@replaced-ip) (Ping timeout: 272 seconds)
-
712[04:05:18] *** Joins: th0r (~th0r@replaced-ip)
-
713[04:06:14] *** Quits: otyugh_II (~otyugh_V@replaced-ip) (Remote host closed the connection)
-
714[04:08:00] *** debhelper sets mode: +l 1613
-
715[04:09:36] *** Quits: faw (~faw@replaced-ip) (Ping timeout: 244 seconds)
-
716[04:09:42] *** Joins: docholiday (~docholida@replaced-ip)
-
717[04:11:32] *** Quits: docholiday| (~docholida@replaced-ip) (Read error: No route to host)
-
718[04:11:49] *** Joins: docholiday| (~docholida@replaced-ip)
-
719[04:13:05] *** Quits: eszett (~eszett@replaced-ip) ()
-
720[04:13:23] *** Joins: m0nkey_ (~m0nkey_@replaced-ip)
-
721[04:14:25] *** Quits: docholiday (~docholida@replaced-ip) (Ping timeout: 256 seconds)
-
722[04:17:15] *** Quits: Ryushin (chris@replaced-ip) (Ping timeout: 256 seconds)
-
723[04:17:54] *** Joins: GenTooMan (~cyberman@replaced-ip)
-
724[04:17:55] *** Joins: gonz0 (~gonz0@replaced-ip)
-
725[04:19:24] *** Quits: m0nkey_ (~m0nkey_@replaced-ip) (Quit: Quit)
-
726[04:19:28] *** Joins: flyoffthehandle (~flyoffthe@replaced-ip)
-
727[04:19:32] *** Quits: Orbitrix (~Huevos@replaced-ip) (Read error: Connection reset by peer)
-
728[04:19:32] *** Joins: Lipp (~Lipp@replaced-ip)
-
729[04:19:33] *** Joins: galex-713 (~galex-713@replaced-ip)
-
730[04:19:57] *** Joins: m0nkey_ (~m0nkey_@replaced-ip)
-
731[04:20:35] *** Joins: kbob (~bob@replaced-ip)
-
732[04:20:39] <henrygeorge> is anyone here running a heavy load website without virtualization or SAN? like like ha proxy and webserver with a db
-
733[04:20:48] <henrygeorge> well webserver tier
-
734[04:21:04] <henrygeorge> you know old school linux on the metal with a load balancer setup
-
735[04:21:13] <henrygeorge> non of this docker or other bs or devops bs
-
736[04:21:44] *** Quits: RickXy (~zncadmin@replaced-ip) (Ping timeout: 252 seconds)
-
737[04:21:44] *** Quits: Geom (~Geom@replaced-ip) (Ping timeout: 252 seconds)
-
738[04:22:28] *** Joins: Geom (~Geom@replaced-ip)
-
739[04:22:38] *** Quits: qbek (~qbek@replaced-ip) (Ping timeout: 265 seconds)
-
740[04:22:59] *** Joins: alex1a_ (~alex1a@replaced-ip)
-
741[04:23:38] *** Joins: qbek (~qbek@replaced-ip)
-
742[04:23:43] *** Joins: Ryushin (chris@replaced-ip)
-
743[04:23:55] <dfgas> root@DS1 ~# kinit administrator@BURHITE.LOCAL
-
744[04:23:55] <dfgas> kinit: Cannot find KDC for realm "BURHITE.LOCAL" while getting initial credentials
-
745[04:24:03] <dfgas> anyidea why i would get that?
-
746[04:24:35] *** Quits: Lipp (~Lipp@replaced-ip) (Ping timeout: 244 seconds)
-
747[04:25:16] <Hello71> maybe it cannot find a KDC
-
748[04:25:40] <dfgas> but why?, lol
-
749[04:26:30] *** Quits: alex1a (~alex1a@replaced-ip) (Ping timeout: 265 seconds)
-
750[04:26:47] *** Joins: Werks (~textual@replaced-ip)
-
751[04:27:21] *** Quits: Werks (~textual@replaced-ip) (Client Quit)
-
752[04:27:31] *** Joins: Ticho_ (~Ticho@replaced-ip)
-
753[04:27:43] *** Quits: douzer (~douzer@replaced-ip) (Ping timeout: 272 seconds)
-
754[04:28:14] *** Joins: mints (~mints@replaced-ip)
-
755[04:28:53] *** Quits: timahvo1 (~rogue@replaced-ip) (Ping timeout: 252 seconds)
-
756[04:30:15] *** Quits: Ticho (~Ticho@replaced-ip) (Ping timeout: 272 seconds)
-
757[04:30:47] *** Joins: timahvo1 (~rogue@replaced-ip)
-
758[04:31:24] *** Joins: fffgfw (~BH3QCK@replaced-ip)
-
759[04:31:42] *** Joins: RickXy (~zncadmin@replaced-ip)
-
760[04:32:06] *** Joins: alex1a (~alex1a@replaced-ip)
-
761[04:33:30] *** Quits: alex1a_ (~alex1a@replaced-ip) (Ping timeout: 264 seconds)
-
762[04:33:55] *** Joins: pingfloyd (~pingfloyd@replaced-ip)
-
763[04:35:44] *** Quits: alex1a (~alex1a@replaced-ip) (Max SendQ exceeded)
-
764[04:35:44] *** Joins: DANtheBE- (dan@replaced-ip)
-
765[04:36:08] *** Quits: DANtheBE- (dan@replaced-ip) (Remote host closed the connection)
-
766[04:36:30] *** Quits: fffgfw (~BH3QCK@replaced-ip) (Ping timeout: 264 seconds)
-
767[04:36:30] <somiaj> dfgas: google suggests it is a configuration issue with your krb5.conf file
-
768[04:36:31] *** Quits: rklopfer (~rklopfer@replaced-ip) (Ping timeout: 256 seconds)
-
769[04:37:03] *** Quits: AvatarA (~avatara@replaced-ip) (Quit: Leaving)
-
770[04:37:57] *** Joins: alex1a (~alex1a@replaced-ip)
-
771[04:38:13] *** Quits: philipballew (~philip@replaced-ip) (Ping timeout: 256 seconds)
-
772[04:39:55] *** Quits: hexagoxel (~hexagoxel@replaced-ip) (Ping timeout: 256 seconds)
-
773[04:40:23] *** Joins: sandeepkr__ (~sandeepkr@replaced-ip)
-
774[04:42:49] *** Quits: tlab (~tlab@replaced-ip) (Quit: Leaving)
-
775[04:43:00] *** Quits: cpc26 (~cpc26@replaced-ip) (Remote host closed the connection)
-
776[04:43:01] *** Joins: Ba11istiX (~debian@replaced-ip)
-
777[04:43:03] <Ba11istiX> hi
-
778[04:43:23] *** Quits: NoteOn (~noteon@replaced-ip) (Quit: Leaving...)
-
779[04:44:17] *** Quits: sandeepkr_ (~sandeepkr@replaced-ip) (Ping timeout: 252 seconds)
-
780[04:45:07] *** Quits: Ba11istiX (~debian@replaced-ip) (Read error: Connection reset by peer)
-
781[04:45:20] *** Joins: cpc26_ (~cpc26@replaced-ip)
-
782[04:45:43] *** Joins: hexagoxel (~hexagoxel@replaced-ip)
-
783[04:47:13] *** Joins: obelisk29 (~obelisk29@replaced-ip)
-
784[04:47:38] *** Joins: Zvmdyv (~Zvmdyv@replaced-ip)
-
785[04:47:44] *** Quits: obelisk29 (~obelisk29@replaced-ip) (Client Quit)
-
786[04:48:35] *** Quits: patterson (~patterson@replaced-ip##) (Quit: Going offline, see ya! (##replaced-url
-
787[04:48:41] *** Joins: poleprogger (~mj@replaced-ip)
-
788[04:49:25] *** Joins: rklopfer (~rklopfer@replaced-ip)
-
789[04:50:03] *** Joins: iamawesome (~shibly@replaced-ip)
-
790[04:50:31] *** Quits: cpc26_ (~cpc26@replaced-ip) (Ping timeout: 272 seconds)
-
791[04:50:32] <iamawesome> I've download firefox.tar.gz from official site, then extracted, ./firefox/firefox&
-
792[04:50:32] *** Quits: weld_ (~weld@replaced-ip) (Quit: weld_)
-
793[04:50:42] <iamawesome> But at top it says Firefox ESR, why?
-
794[04:51:40] <jmcnaught> iamawesome: why are you running firefox from a tarball?
-
795[04:52:04] <jmcnaught> !mdn
-
796[04:52:05] <dpkg> For stable releases, newer versions of Firefox, Icedove and Iceape can be found at replaced-url
-
797[04:52:06] *** Quits: kiao2938 (~mj@replaced-ip) (Ping timeout: 264 seconds)
-
798[04:52:14] <iamawesome> I use the official app
-
799[04:52:29] <th3jam3sd3an> iamawesome, I had this issue and just removed it and installed backports version...
-
800[04:53:07] <jmcnaught> iamawesome: firefox-esr is the official firefox-esr packaged by Debian. same goes for the firefox package the bot talked about ^^
-
801[04:54:26] <th3jam3sd3an> jmcnaught, I haven't run into any issues running verison 49.0
-
802[04:54:33] <th3jam3sd3an> yet...
-
803[04:54:39] *** Quits: rsx (~dummy@replaced-ip) (Remote host closed the connection)
-
804[04:54:45] <jmcnaught> th3jam3sd3an: from mozilla.debian.net?
-
805[04:54:52] <th3jam3sd3an> yepper
-
806[04:54:58] <th3jam3sd3an> yeppers*
-
807[04:55:02] <iamawesome> I want to use official firefox for linux, any problem?
-
808[04:55:12] *** Joins: alex1a_ (~alex1a@replaced-ip)
-
809[04:55:37] <pingfloyd> iamawesome: no
-
810[04:56:04] <pingfloyd> iamawesome: I use the binary tarball from upstream mozilla myself
-
811[04:56:05] *** Joins: fffgfw (~BH3QCK@replaced-ip)
-
812[04:56:38] <pingfloyd> iamawesome: you pretty much just extract it where you want it to be and run it from there.
-
813[04:57:39] *** Quits: chachasmooth (~chachasmo@replaced-ip) (Ping timeout: 244 seconds)
-
814[04:58:08] <jmcnaught> iamawesome: you can do whatever you want, but personally i try to run as much as possible from the Debian archives. I need a really good reason to stray from it.
-
815[04:58:10] *** Quits: alex1a (~alex1a@replaced-ip) (Ping timeout: 244 seconds)
-
816[04:58:14] *** Quits: BenNZ (~Ben__@replaced-ip) (Quit: Everytime I think IQ's must have dropped recently, I remember that this is the internet)
-
817[04:58:19] *** Joins: own3dz (~alex1a@replaced-ip)
-
818[04:58:30] <th3jam3sd3an> pingfloyd: any benefit from running from a tarball?
-
819[04:58:45] <pingfloyd> th3jam3sd3an: having the latest version of it
-
820[04:58:47] *** Joins: patterson (~patterson@replaced-ip)
-
821[04:58:51] *** Joins: allan_wind (~allan@replaced-ip)
-
822[04:59:25] <pingfloyd> th3jam3sd3an: web browser being that it is used so much and updates frequently, is one of the few apps I keep latest as possible.
-
823[04:59:47] <rypervenche> iamawesome: There is also: replaced-url
-
824[04:59:54] <th3jam3sd3an> pingfloyd: Well, I am happy with the mozilla.debian.net repo vers then...
-
825[04:59:54] <somiaj> though you can get latest version (with a small dely after the release) from mozilla.debian.net.
-
826[04:59:56] <th3jam3sd3an> haha
-
827[05:00:00] *** Quits: fffgfw (~BH3QCK@replaced-ip) (Remote host closed the connection)
-
828[05:00:02] <pingfloyd> th3jam3sd3an: debian provide firefox ESR as a package now though
-
829[05:00:03] *** Quits: Klaus_D1eter_ (~klaus@replaced-ip) (Read error: Connection reset by peer)
-
830[05:00:30] <th3jam3sd3an> my ocd won't allow the "esr" xD
-
831[05:00:33] *** Joins: chachasmooth (~chachasmo@replaced-ip)
-
832[05:00:52] *** Joins: alex1a (~alex1a@replaced-ip)
-
833[05:01:14] <pingfloyd> if you use the latest from mozilla, you update it by running for instance gksudo firefox, but don't be browsing around with those privileges.
-
834[05:01:16] *** Quits: alex1a_ (~alex1a@replaced-ip) (Ping timeout: 244 seconds)
-
835[05:01:25] <pingfloyd> only do that for update itself
-
836[05:01:35] <jmcnaught> i'm okay with the ESR, it gets updates, i'm not a web developer, it works great
-
837[05:01:47] <pingfloyd> i.e., launch it with those privs and goto help > about
-
838[05:01:57] <jmcnaught> if you need firefox release channel, it makes a lot more sense to use mozilla.debian.net than to run firefox as root to update
-
839[05:02:20] <pingfloyd> it's not going to hurt anything running as root if you're not dumb about it
-
840[05:02:31] <pingfloyd> like go surfing as root
-
841[05:02:44] <th3jam3sd3an> keyword being "dumb"
-
842[05:02:52] <pingfloyd> th3jam3sd3an: it's common sense
-
843[05:02:59] <th3jam3sd3an> I like having the repo myself
-
844[05:02:59] *** Quits: own3dz (~alex1a@replaced-ip) (Ping timeout: 252 seconds)
-
845[05:03:21] <th3jam3sd3an> pingfloyd: very true, but not very common anymore
-
846[05:03:22] <pingfloyd> if user doesn't have at least that amount of common sense, they probably shouldn't be using linux or any unix-like really
-
847[05:03:37] <jmcnaught> until one day the phone rings while you're updating firefox by running it as root, and you forget or a housemate goes to a torrent site with that window
-
848[05:03:48] <th3jam3sd3an> valid points, valid points everywhere!
-
849[05:04:30] <pingfloyd> jmcnaught: not going to happen, because you close it after done with updating. But if that scares you, extract the tarball to say a directory under home.
-
850[05:04:32] <jmcnaught> the Debian way of running firefox release is replaced-url
-
851[05:04:54] <jmcnaught> or use the packages provided by the lovely debian mozilla team
-
852[05:05:03] *** Joins: ryouma (~user@replaced-ip)
-
853[05:05:51] <th3jam3sd3an> jmcnaught: just seems safer that way for the more casual user
-
854[05:06:11] <iamawesome> Why does debian name it iceweasel?
-
855[05:06:13] *** Joins: Klaus_Dieter (~klaus@replaced-ip)
-
856[05:06:15] <jmcnaught> yeah and in this channel is what we should be recommending
-
857[05:06:21] <somiaj> !iceweasel
-
858[05:06:22] <dpkg> Iceweasel was a DFSG-free fork of <firefox>, replacing it in Debian since 4.0 "Etch". See <why iceweasel>, <iceweasel vs firefox>, <iceweasel user-agent>, replaced-url
-
859[05:06:28] <pingfloyd> I can agree about the recommendation
-
860[05:06:41] <pingfloyd> many users blunder a lot
-
861[05:06:45] <somiaj> !tell iamawesome about why iceweasel
-
862[05:07:45] *** Quits: NoCode_ (~NoCode@replaced-ip) (Ping timeout: 276 seconds)
-
863[05:07:50] <th3jam3sd3an> iceweasel was disontinued IIRC
-
864[05:07:56] *** Quits: glisignoli (~glisignol@replaced-ip) (Quit: Lost terminal)
-
865[05:08:01] *** Joins: tinkersh (~TinkerSh@replaced-ip)
-
866[05:08:12] <iamawesome> What's DFSG?
-
867[05:08:37] <iamawesome> We don't need the name "Iceweasel" , "Firefo" is a good name
-
868[05:08:44] <iamawesome> "Firefox"
-
869[05:08:55] <iamawesome> No need to get a new name
-
870[05:09:14] *** Joins: eliotime (~Icedove@replaced-ip)
-
871[05:09:17] <pingfloyd> iamawesome: it is "firefox" now
-
872[05:09:30] <th3jam3sd3an> Debian Free Software Guidelines?
-
873[05:09:34] *** Quits: electro33 (uid613@replaced-ip) (Quit: Connection closed for inactivity)
-
874[05:09:37] <pingfloyd> that's because Mozilla made some policy changes that are compatible with DSFG
-
875[05:09:47] <jmcnaught> one different between firefox-esr and upstream is that instead of using bundled libraries, the debian package uses libraries from other packages (like anything else). Also instead of using that openh264 post-intall-downloaded-plugin, it uses gstreamer
-
876[05:09:53] <pingfloyd> DFSG
-
877[05:10:13] <iamawesome> !DFSG
-
878[05:10:14] <dpkg> DFSG is the Debian Free Software Guidelines, which are explained at replaced-url
-
879[05:10:37] <th3jam3sd3an> Woohoo, got it right without google ;)
-
880[05:10:38] *** Quits: eliotime (~Icedove@replaced-ip) (Client Quit)
-
881[05:10:47] *** Quits: heifan- (~heifan@replaced-ip) (Ping timeout: 272 seconds)
-
882[05:11:08] *** Joins: heifan- (~heifan@replaced-ip)
-
883[05:11:15] <pingfloyd> th3jam3sd3an: anyway, you've got a few option when it comes to firefox
-
884[05:11:47] *** Joins: cretsiah (~dad@replaced-ip)
-
885[05:12:39] *** Quits: iamawesome (~shibly@replaced-ip) (Quit: leaving)
-
886[05:13:00] <th3jam3sd3an> pingfloyd: and I am absolutely loving my options haha
-
887[05:13:27] *** Joins: cpc26 (~cpc26@replaced-ip)
-
888[05:13:29] <pingfloyd> yeah, options are always a good thing in my book
-
889[05:14:35] <pingfloyd> that's one of the reason I like about debian, they don't force their philosophy on the user but instead give them options and recommendations.
-
890[05:14:38] <missmbob> jmcnaught: huh. i don't use firefox but i never knew debian used gstreamer for it. good to know.
-
891[05:14:53] <pingfloyd> like how they handle non-free is well done
-
892[05:15:46] <pingfloyd> missmbob: at a certain point mozilla moved away from gstreamer. This was a plus to some and a minus to others.
-
893[05:15:54] <th3jam3sd3an> pingfloyd: it's not forbidden per say...
-
894[05:18:14] <pingfloyd> th3jam3sd3an: well, it's left up to the user to decide for themselves
-
895[05:18:51] *** Parts: allan_wind (~allan@replaced-ip)
-
896[05:19:42] *** Joins: tgunr (~davec@replaced-ip)
-
897[05:20:52] <jmcnaught> missmbob: well, firefox-esr recommends gstreamer. i'm pretty sure it's not using VA-API though, which would be nice. webrtc videochats tend to make my CPU hot
-
898[05:21:05] <th3jam3sd3an> pingfloyd: good thing and nice username btw, listening to "Learning to Fly" atm
-
899[05:21:20] <pingfloyd> thanks
-
900[05:21:34] *** Quits: Evol (~nuwanda@replaced-ip) (Quit: Leaving)
-
901[05:22:47] *** Quits: tgunr (~davec@replaced-ip) (Client Quit)
-
902[05:22:51] <cretsiah> is it ok to be here? im using a debian cross (MX15 by anitx/mepis community))
-
903[05:23:18] <somiaj> !mepis
-
904[05:23:18] <dpkg> MEPIS is a live CD distribution based on Debian. SimplyMEPIS 11 (based on Squeeze), SimplyMEPIS 8.0/8.5 (based on Lenny) and antiX (based on <testing>) are not supported in #debian. replaced-url
-
905[05:23:59] *** Joins: alex1a_ (~alex1a@replaced-ip)
-
906[05:25:21] *** Quits: XSoul (~XRule@replaced-ip) (Ping timeout: 272 seconds)
-
907[05:25:25] *** Joins: greyeax (~marmalade@replaced-ip)
-
908[05:25:54] <greyeax> i need help figuring out how to do apt pinning
-
909[05:26:04] *** Quits: heifan- (~heifan@replaced-ip) (Ping timeout: 244 seconds)
-
910[05:26:09] <greyeax> it seems like the guides i've been able to find are about /etc/apt/preferences, which is deprecated
-
911[05:26:16] <greyeax> and has been replaced with preferences.d
-
912[05:26:55] *** Quits: bhurstpdx2 (~bhurstpdx@replaced-ip) (Ping timeout: 265 seconds)
-
913[05:27:11] *** Quits: alex1a (~alex1a@replaced-ip) (Ping timeout: 252 seconds)
-
914[05:28:16] *** Joins: XSoul (~XRule@replaced-ip)
-
915[05:28:19] <missmbob> < greycat> For almost every question involving pinning, the answer is "don't do it".
-
916[05:28:25] <missmbob> gonna have to agree
-
917[05:28:50] *** Quits: alex1a_ (~alex1a@replaced-ip) (Ping timeout: 252 seconds)
-
918[05:29:22] *** Joins: heifan- (~heifan@replaced-ip)
-
919[05:29:47] *** Joins: karl_ (~karl@replaced-ip)
-
920[05:29:53] <greyeax> well there's no other option
-
921[05:30:00] <greyeax> other than wait an indeterminate amount of time
-
922[05:30:50] <Elronnd> for some reason, my left and right mouse buttons are both being detected as a middle click
-
923[05:30:55] <Elronnd> and when I tap the trackpad, that's a click
-
924[05:31:27] <Elronnd> how can I fix this?
-
925[05:31:29] *** Joins: docholiday (~docholida@replaced-ip)
-
926[05:31:35] <Elronnd> I can't find anything relevant in gnome-settings
-
927[05:33:10] *** Joins: rommel092079 (~nightride@replaced-ip)
-
928[05:34:07] <cretsiah> ok well bye then i knew that about mepis and antix but this actually installs debian stable just upgraded to jessie
-
929[05:34:14] <henrygeorge> I may have become too powerful
-
930[05:34:33] *** Parts: cretsiah (~dad@replaced-ip)
-
931[05:34:51] *** Quits: docholiday| (~docholida@replaced-ip) (Ping timeout: 272 seconds)
-
932[05:35:02] <rommel092079> good day. I am using debian 8 on my vps and my public ip address is on interface venet0:0. I would like to know how I can port forward port 9700 ?
-
933[05:35:45] <missmbob> rommel092079: you use iptables. their support channel is #netfilter
-
934[05:35:54] <rommel092079> thanks
-
935[05:36:07] *** Parts: rommel092079 (~nightride@replaced-ip)
-
936[05:36:30] *** Quits: cra1g321 (~cra1g321@replaced-ip) (Ping timeout: 264 seconds)
-
937[05:37:08] *** Joins: lethu_ (~lethu@replaced-ip)
-
938[05:37:21] <greyeax> alright here's another one
-
939[05:37:42] <greyeax> i have debian backports setup and i want to install the non-free nvidia drivers using backports, as recommended by nvidia-detect but i'm getting an install error
-
940[05:37:57] <greyeax> a bunch of depends pop up, but say they're not going to be installed
-
941[05:38:18] <missmbob> !tell greyeax about bat
-
942[05:38:31] *** Quits: kzimmermann (~kzimmerma@replaced-ip) (Ping timeout: 265 seconds)
-
943[05:39:08] *** Joins: kzimmermann (~kzimmerma@replaced-ip)
-
944[05:39:10] <greyeax> missbob replaced-url
-
945[05:39:17] *** Quits: lethu (~lethu@replaced-ip) (Ping timeout: 272 seconds)
-
946[05:39:46] <missmbob> greyeax: no. you didn't follow what the bot said
-
947[05:40:16] *** Joins: rommel092079 (~nightride@replaced-ip)
-
948[05:40:18] *** Quits: tax (~tax@replaced-ip) (Quit: Leaving)
-
949[05:40:35] <rommel092079> unfortunately debian is not answering for sometime now
-
950[05:40:41] *** Joins: bhurstpdx2 (~bhurstpdx@replaced-ip)
-
951[05:40:45] <rommel092079> I guess no one is available right now
-
952[05:40:48] <missmbob> greyeax: nor did you give it a proper apt-get command
-
953[05:41:04] <greyeax> ?
-
954[05:41:11] <greyeax> i didn't give it a proper apt-get command?
-
955[05:41:14] <missmbob> greyeax: you want to post all the info the bot asked for?
-
956[05:41:42] *** Joins: computer (~computer@replaced-ip)
-
957[05:42:34] *** Quits: Scourje (uid63311@replaced-ip) (Quit: Connection closed for inactivity)
-
958[05:42:35] *** Quits: heifan- (~heifan@replaced-ip) (Ping timeout: 252 seconds)
-
959[05:42:38] <greyeax> replaced-url
-
960[05:42:41] *** Quits: dvs (~hibbard@replaced-ip) (Remote host closed the connection)
-
961[05:43:02] *** Joins: heifan- (~heifan@replaced-ip)
-
962[05:43:05] *** Quits: Mokuba_K (~Hunterkll@replaced-ip) (Ping timeout: 272 seconds)
-
963[05:43:07] *** Quits: Toordog (~Toordog@replaced-ip) (Ping timeout: 244 seconds)
-
964[05:43:16] *** Joins: Toordog (~Toordog@replaced-ip)
-
965[05:44:14] *** Quits: enseneo (~madneap@replaced-ip) (Ping timeout: 252 seconds)
-
966[05:44:23] <jmcnaught> rommel092079: forward port 9700 to what?
-
967[05:44:30] <missmbob> greyeax: so you have pinned packages that you didn't included in your paste. not helpful
-
968[05:44:38] <greyeax> i what?
-
969[05:44:42] <greyeax> i dont have any pinned packages
-
970[05:44:58] <greyeax> there's nothing in my preferences.d
-
971[05:45:01] <greyeax> and i dont have a preferences
-
972[05:45:05] <greyeax> it's a fresh install
-
973[05:45:16] <greyeax> i only added non-free and contrib to the main repo, and added the backports repo
-
974[05:45:22] <jmcnaught> greyeax: to install stuff from backports you don't use the syntax packagename/target. You need to do "apt-get -t jessie-backports install packagename"
-
975[05:45:30] <rommel092079> jmcnaught, when I check open port checker, port 9700 is closed althought the application that uses that port on my server is running just like ssh. so I need it to be open
-
976[05:45:35] <greyeax> jmcnaught: thank you
-
977[05:45:36] <greyeax> jesus fucking christ
-
978[05:45:46] <jmcnaught> greyeax: i recommend installing it first normally, and then installing (upgrading) it from backports after
-
979[05:46:05] <greyeax> jmcnaught: alright. why's that though?
-
980[05:46:12] <missmbob> greyeax: yes, jesus fucking christ we expect you to read replaced-url
-
981[05:46:14] <jmcnaught> that way you don't take everything from backports, just the stuff you reallyu need for that package
-
982[05:46:51] *** Quits: rklopfer (~rklopfer@replaced-ip) (Remote host closed the connection)
-
983[05:47:04] *** Quits: awal1 (~awal1@replaced-ip) (Quit: Leaving)
-
984[05:47:20] <greyeax> missmbob: get fucked, the output of nvidia-detect says to install nvidia-driver/jessie-backports
-
985[05:47:32] <greyeax> and i was following the guide for installing prop nvidia drivers
-
986[05:47:36] <greyeax> i'm new to debian
-
987[05:48:01] *** debhelper sets mode: +l 1604
-
988[05:48:16] <jmcnaught> greyeax: there's no need for that kind of language, missmbob is a volunteer here who was trying to help you and just got frustrated which happens on IRC because it's a weird communication medium
-
989[05:48:55] <greyeax> jmcnaught: alright, sorry
-
990[05:48:58] <greyeax> thanks
-
991[05:50:03] <jmcnaught> rommel092079: what is port checker? from a different computer (like your PC) what happens if you do "telnet fqdn.of.vps.example.com 9700"
-
992[05:50:20] *** Quits: Zvmdyv (~Zvmdyv@replaced-ip) (Remote host closed the connection)
-
993[05:51:03] *** Quits: krytarik (~krytarik@replaced-ip) (Quit: Leaving)
-
994[05:51:19] *** Joins: Hunterkll (~Hunterkll@replaced-ip)
-
995[05:52:04] *** Joins: Rusty1_ (~kanotix@replaced-ip)
-
996[05:52:15] <jmcnaught> greyeax: it's missmbob you should apologize to, not me :) anyways good luck with the proprietary drivers, don't forget the configuration step from that nvidia debian wiki page
-
997[05:52:21] <rommel092079> i do port checking with ping.eu/port-chk/
-
998[05:52:48] *** Joins: KodingKitty (~chatzilla@replaced-ip)
-
999[05:53:05] *** Quits: KodingKitty (~chatzilla@replaced-ip) (Client Quit)
-
1000[05:53:21] *** Joins: HaMsTeRs (~none@replaced-ip)
-
1001[05:54:00] <jmcnaught> rommel092079: what is the program listening to 9700? are you running a firewall?
-
1002[05:54:25] <rommel092079> no firewall. 9700 port is used by pritunl
-
1003[05:54:41] <greyeax> jmcnaught: will do, thanks again
-
1004[05:55:44] <jmcnaught> rommel092079: i don't know pritunl. is it running as a service? can you check it with something like "systemctl status pritunl"?
-
1005[05:55:51] <HaMsTeRs> ipad rd client remote access to xrdp, keyboard keys not detected
-
1006[05:56:04] <rommel092079> yes its running on my debian server and is started
-
1007[05:56:11] <jmcnaught> rommel092079: "iptables-save" command shows no rules?
-
1008[05:56:15] *** Joins: robots (~root@replaced-ip)
-
1009[05:56:20] <rommel092079> will check
-
1010[05:56:31] <jmcnaught> rommel092079: can you show the output of the systemctl status command on replaced-url
-
1011[05:56:36] <HaMsTeRs> any solution?
-
1012[05:57:11] <jmcnaught> HaMsTeRs: test it with a different client on a different device
-
1013[05:57:15] *** Quits: robots (~root@replaced-ip) (Quit: Leaving)
-
1014[05:57:49] *** Quits: macartur (uid39242@replaced-ip) (Quit: Connection closed for inactivity)
-
1015[05:58:29] <HaMsTeRs> tested multiple client. not just ms rd client have issue
-
1016[05:58:45] *** Quits: greyeax (~marmalade@replaced-ip) (Quit: greyeax)
-
1017[05:58:50] <rommel092079> jmcnaught: here replaced-url
-
1018[05:59:21] *** Joins: boris_t (~boris_t@replaced-ip)
-
1019[05:59:27] <jmcnaught> HaMsTeRs: i failed to parse that last sentence
-
1020[06:00:24] <HaMsTeRs> anyway, ipad remote access with rdp unable to detect my keyboard
-
1021[06:01:41] <jmcnaught> rommel092079: seems the problem is with pritunl which isn't in the Debian archives. I would try telnetting to that port while logged into the server, but you'll need to find pritunl's support channels for help with it
-
1022[06:01:55] *** Joins: NoCode (~NoCode@replaced-ip)
-
1023[06:01:56] *** Joins: Strife1989 (~quassel@replaced-ip)
-
1024[06:01:57] <jmcnaught> HaMsTeRs: does the keyboard work with other clients/devices?
-
1025[06:02:24] *** Joins: dreamon_ (~dreamon@replaced-ip)
-
1026[06:03:14] <rommel092079> so I dont need any iptable rule ?
-
1027[06:03:24] *** Quits: smbgn (~smbgn@replaced-ip) (Quit: Leaving)
-
1028[06:03:31] <rommel092079> does my firewall allow all ports right ?
-
1029[06:04:17] <HaMsTeRs> hi jmc, yes. keyboard works if I use desktop
-
1030[06:04:20] *** Quits: Strife89 (~quassel@replaced-ip) (Quit: Vamoose!)
-
1031[06:04:24] *** Joins: sphenxes (~sphenxes@replaced-ip)
-
1032[06:04:24] <HaMsTeRs> to remote access
-
1033[06:04:29] <HaMsTeRs> but not ipad
-
1034[06:04:39] *** Quits: dixon2_ (~dixon2@replaced-ip) (Quit: Leaving)
-
1035[06:04:40] *** Quits: dixonstalbert (~dixon2@replaced-ip) (Quit: Leaving)
-
1036[06:04:54] <jmcnaught> rommel092079: on Debian there is no firewall out of the box. If programs open ports, they are accessible. It's possible that pritunl is misconfigured, or there's another firewall involved on that network, but you do not need to forward a port to make it accessible
-
1037[06:05:18] <jmcnaught> HaMsTeRs: my advice is to use clients that work, and if this ipad client doesn't work ask the people who made it.
-
1038[06:05:42] <rommel092079> jmcnaught, I am using vps and i am on vene0:0 interface
-
1039[06:05:43] <HaMsTeRs> microsoft made it
-
1040[06:06:09] <HaMsTeRs> rd client
-
1041[06:06:21] *** Joins: electro33 (uid613@replaced-ip)
-
1042[06:06:40] <HaMsTeRs> no solution nor support for this
-
1043[06:06:51] <jmcnaught> HaMsTeRs: why do you think that microsoft rdp client for ipad is supported in #debian? You said that other clients work, so clearly the issue is not the server (is that running Debian?)
-
1044[06:06:53] *** Quits: sphenxes01 (~sphenxes@replaced-ip) (Ping timeout: 244 seconds)
-
1045[06:07:31] *** Quits: sphenxes02 (~sphenxes@replaced-ip) (Ping timeout: 265 seconds)
-
1046[06:07:49] *** Joins: sphenxes01 (~sphenxes@replaced-ip)
-
1047[06:07:50] <HaMsTeRs> yes, it's running debian
-
1048[06:07:52] <jmcnaught> rommel092079: that's just how network interfaces get named in openvz. try to run something else on port 9700, see if it's open then.
-
1049[06:08:00] *** Joins: blueness_ (~blueness@replaced-ip)
-
1050[06:08:07] <rommel092079> ok
-
1051[06:08:10] *** Quits: rommel092079 (~nightride@replaced-ip##) (Quit: Going offline, see ya! (##replaced-url
-
1052[06:08:52] <missmbob> romano2k: going just on what you said...i think you want to do something like this. replaced-url
-
1053[06:10:10] <henrygeorge> replaced-url
-
1054[06:10:21] *** Strife1989 is now known as Strife89
-
1055[06:10:32] *** Joins: fffgfw (~BH3QCK@replaced-ip)
-
1056[06:10:35] <henrygeorge> part number sy-pex20081
-
1057[06:12:23] <Strife89> I'd simply google the model/part number followed by "linux support"
-
1058[06:13:14] <jmcnaught> missmbob: they left right after saying "ok". were they asking how to forward from an external interface to some internal IP? My impression was they had a VPS and could SSH to it, but the thing they wanted to run on port 9700 didn't work
-
1059[06:14:08] *** Quits: ryouma (~user@replaced-ip) (Read error: Connection reset by peer)
-
1060[06:14:14] *** Quits: fffgfw (~BH3QCK@replaced-ip) (Remote host closed the connection)
-
1061[06:14:19] *** Joins: shyam-id-au (caaba4bb@replaced-ip)
-
1062[06:14:43] *** Joins: johefernan (~joheferna@replaced-ip)
-
1063[06:14:57] *** Joins: Geoff_C (~user@replaced-ip)
-
1064[06:15:08] <jmcnaught> henrygeorge: replaced-url
-
1065[06:15:21] *** Joins: repka (~repka@replaced-ip)
-
1066[06:15:43] <henrygeorge> replaced-url
-
1067[06:15:49] *** Quits: donofrio (~donofrio@replaced-ip) (Read error: Connection reset by peer)
-
1068[06:18:39] *** Quits: gonz0 (~gonz0@replaced-ip) (Quit: fui)
-
1069[06:19:20] <henrygeorge> hmmmmmm
-
1070[06:19:54] <henrygeorge> replaced-url
-
1071[06:20:27] *** Quits: adi (~adi@replaced-ip) (Ping timeout: 272 seconds)
-
1072[06:20:46] *** Quits: henrygeorge (~g@replaced-ip) (Remote host closed the connection)
-
1073[06:20:50] *** Quits: RTFM[away] (~RTFMaway]@replaced-ip) (Ping timeout: 244 seconds)
-
1074[06:21:06] *** Joins: conformist (~conformis@replaced-ip)
-
1075[06:22:16] *** Joins: Riyria (~Riyria@replaced-ip)
-
1076[06:24:18] *** Joins: lstieb (~lstieb@replaced-ip)
-
1077[06:26:03] *** Joins: Rokixz (~rokas@replaced-ip)
-
1078[06:26:10] *** Quits: diniwed (~gavron@replaced-ip) (Quit: WeeChat 1.0.1)
-
1079[06:26:13] *** Zorroness_work is now known as Zorroness
-
1080[06:27:23] *** Quits: SpaceDanceCJ (~Sasha@replaced-ip##) (Quit: Going offline, see ya! (##replaced-url
-
1081[06:28:57] *** Quits: redlegion (~x@replaced-ip) (Ping timeout: 258 seconds)
-
1082[06:29:56] *** Quits: repka (~repka@replaced-ip) (Quit: Leaving)
-
1083[06:30:04] *** Quits: Rusty1_ (~kanotix@replaced-ip) (Quit: Konversation terminated!)
-
1084[06:30:54] *** Joins: endstille (~endstille@replaced-ip)
-
1085[06:31:16] *** Quits: mints (~mints@replaced-ip) ()
-
1086[06:32:31] *** Parts: AlwaysHigh (~AlwaysHig@replaced-ip)
-
1087[06:35:33] *** Quits: karl_ (~karl@replaced-ip) (Ping timeout: 265 seconds)
-
1088[06:35:51] *** Quits: sphenxes (~sphenxes@replaced-ip) (Quit: Leaving)
-
1089[06:36:12] *** Quits: evilman_work (~evilman@replaced-ip) (Read error: No route to host)
-
1090[06:36:17] *** Joins: sphenxes (~sphenxes@replaced-ip)
-
1091[06:36:31] *** Quits: kwesidev (~kwesidev@replaced-ip) (Ping timeout: 265 seconds)
-
1092[06:36:36] *** Joins: evilman_work (~evilman@replaced-ip)
-
1093[06:37:47] *** Joins: c0mrad3 (uid26809@replaced-ip)
-
1094[06:37:53] *** Quits: barteks2x (~barteks2x@replaced-ip) (Ping timeout: 244 seconds)
-
1095[06:38:00] *** debhelper sets mode: +l 1598
-
1096[06:38:03] *** Joins: cra1g321 (~cra1g321@replaced-ip)
-
1097[06:38:24] *** Quits: flugger (~flugger@replaced-ip) (Ping timeout: 244 seconds)
-
1098[06:39:29] *** Quits: laidback_01 (~jax@replaced-ip) (Ping timeout: 256 seconds)
-
1099[06:39:34] *** Joins: heifan-- (~heifan@replaced-ip)
-
1100[06:39:44] *** Joins: DualBe (186581f3@replaced-ip)
-
1101[06:40:42] *** Quits: heifan- (~heifan@replaced-ip) (Ping timeout: 264 seconds)
-
1102[06:42:32] *** Joins: adi (~adi@replaced-ip)
-
1103[06:42:45] <DualBe> Hey all. Wasn't sure where best to ask this but here is as good as any. I'm considering dual booting windows 7 and debian, but I keep thinking that I'll get frustrated having to shut down and reboot between OSs if I'm ever using one and realise I forgot something on the other. I was wondering if anyone has ever had any success runing other physical partitions as VMs...I don't want to use VMs outright, I want the bare metal power avai
-
1104[06:42:46] *** Joins: redlegion (~x@replaced-ip)
-
1105[06:42:58] *** Quits: HaMsTeRs (~none@replaced-ip) ()
-
1106[06:43:15] <DualBe> But I was wondering if I could possibly have the flexibility of booting the other OS as a VM if needed in a pickle.
-
1107[06:43:34] *** Quits: oish (~charlie@replaced-ip) (Ping timeout: 244 seconds)
-
1108[06:44:07] *** Joins: conta (~Thunderbi@replaced-ip)
-
1109[06:44:09] <DualBe> I've read that QEMU can load physical drives, but equally read that it doesn't go so well for Windows? Mostly just wondering if anyone has ever done this or if it would be more sane to just get another laptop :D
-
1110[06:44:37] *** Quits: eeeprom (~lem0n@replaced-ip) (Remote host closed the connection)
-
1111[06:44:44] *** Quits: gokul (~gokul@replaced-ip) (Ping timeout: 265 seconds)
-
1112[06:45:13] <pingfloyd> DualBe: why are physical partition so important here?
-
1113[06:45:14] *** Joins: eeeprom (~lem0n@replaced-ip)
-
1114[06:47:11] <DualBe> pingfloyd: Well, I'm looking to do a regular dual boot, keep the machines "real" for video games and such which don't work so well in VMs, but also be able to fire up a VM if I'm settled in one OS and realize I need to use say PowerPoint right away.
-
1115[06:49:22] <pingfloyd> DualBe: the hardware is different between the two to the OS
-
1116[06:49:31] *** Joins: kwesidev (~kwesidev@replaced-ip)
-
1117[06:49:41] *** Quits: msjche (~msjche@replaced-ip) (Ping timeout: 252 seconds)
-
1118[06:50:07] <pingfloyd> DualBe: This will at the least cause problems with activation
-
1119[06:50:15] *** Quits: Cabanossi (~Cabanossi@replaced-ip) (Ping timeout: 256 seconds)
-
1120[06:50:15] *** Joins: Stranger09 (~stranger0@replaced-ip)
-
1121[06:50:21] *** Quits: Stranger09 (~stranger0@replaced-ip) (Client Quit)
-
1122[06:50:44] *** Joins: fffgfw (~BH3QCK@replaced-ip)
-
1123[06:50:56] <DualBe> In the past I have used VMs or Raspberry's for my linux purposes. But with path Windows is currently on I'm looking to transition, but for software(and game) reasons not totally ready to jump ship completely.
-
1124[06:51:48] *** Quits: TomasCZ (~TomasCZ@replaced-ip) (Quit: Leaving)
-
1125[06:51:51] *** Quits: cerebro (~cerebro@replaced-ip) (Read error: Connection reset by peer)
-
1126[06:52:05] *** Joins: cerebro (~cerebro@replaced-ip)
-
1127[06:52:14] <DualBe> pingfloyd: Arg, point there....maybe I can get one of those volume keys from WindowsToGo to work.
-
1128[06:52:17] *** Joins: Cabanossi (~Cabanossi@replaced-ip)
-
1129[06:52:23] *** Quits: RamPage (~R@replaced-ip##) (Quit: - nbs-irc 2.39 - ##replaced-url
-
1130[06:53:26] *** Quits: conta (~Thunderbi@replaced-ip) (Ping timeout: 265 seconds)
-
1131[06:53:52] *** Quits: fffgfw (~BH3QCK@replaced-ip) (Remote host closed the connection)
-
1132[06:54:05] *** Quits: heifan-- (~heifan@replaced-ip) (Ping timeout: 252 seconds)
-
1133[06:54:08] <pingfloyd> DualBe: the VM will present it's emulated hardware which will be different than the actual hardware (bare metal).
-
1134[06:54:45] *** Quits: superman8 (~quassel@replaced-ip) (Remote host closed the connection)
-
1135[06:55:13] *** Joins: WayToDoor (~milk.bott@188.165.65.157)
-
1136[06:55:17] *** Joins: fffgfw (~BH3QCK@replaced-ip)
-
1137[06:55:36] *** Quits: WayToDoor (~milk.bott@188.165.65.157) (Client Quit)
-
1138[06:55:55] <DualBe> So may just be safer to get another laptop, use one, the other, or both as needed and if I ever truly transition then one will fall aside untill I stop carrying it :D
-
1139[06:56:00] *** Joins: laidback_01 (~jax@replaced-ip)
-
1140[06:56:31] <DualBe> Not that will ever happen...not all games run on linux so untill video game developers steer away from Windows I'll always need one.
-
1141[06:57:25] *** Joins: heifan-- (~heifan@replaced-ip)
-
1142[06:57:39] *** Joins: fredl (fredl@replaced-ip)
-
1143[06:57:51] <pingfloyd> this will be a problem to the stability and most definitely with window's activation system. You can take the your key of windows that you installed to bare metal and then install it in a VM, but it will be invalidated on the bare metal hardware and you'll have to go through a validation process to enable to work/activate in the VM. Same with the other way around, back and forth.
-
1144[06:58:05] <pingfloyd> You would probably be better off having a system dedicated to windows gaming solely.
-
1145[06:58:06] *** Quits: pepronipi (~pi@replaced-ip) (Ping timeout: 264 seconds)
-
1146[06:58:14] *** Quits: fffgfw (~BH3QCK@replaced-ip) (Remote host closed the connection)
-
1147[06:58:23] <pingfloyd> whatever one gives you the best gaming performance.
-
1148[06:58:26] *** Parts: th3jam3sd3an (~th3jam3sd@replaced-ip)
-
1149[06:58:37] *** Joins: LotharKAtt (~lelouch@replaced-ip)
-
1150[06:58:39] *** Quits: dasgeek (~dasgeekma@replaced-ip) (Remote host closed the connection)
-
1151[06:58:46] <pingfloyd> then use linux/debian on your other (lower spec or older) system
-
1152[06:59:42] <pingfloyd> you may be able to get most Windows apps working on the linux system with wine too or in a VM. So you can just use the gaming system when you have no choice.
-
1153[06:59:56] <pingfloyd> then setup a network share for sharing the data
-
1154[07:00:00] *** thursdaylark is now known as thurstylark
-
1155[07:00:01] *** Joins: imunsie (~imunsie@replaced-ip)
-
1156[07:00:02] *** Joins: gokul (~gokul@replaced-ip)
-
1157[07:00:05] <DualBe> Probably.
-
1158[07:00:12] *** Joins: fffgfw (~BH3QCK@replaced-ip)
-
1159[07:00:25] *** Joins: pepronipi (~pi@replaced-ip)
-
1160[07:00:34] <DualBe> Though I'd forgotten WINE...I haven't used it in a long time because after my last experience with it...windows stayed on windows, nix to nix.
-
1161[07:01:04] <DualBe> Could probably do a regular dual boot and just WINE most programs to the linux.
-
1162[07:01:22] *** Quits: bocaneri (~bocaneri@replaced-ip) (Excess Flood)
-
1163[07:01:25] *** Quits: ancientninja (~ancientni@replaced-ip) (Quit: WeeChat 1.5)
-
1164[07:01:34] *** Joins: towo^work (~towo@replaced-ip)
-
1165[07:01:58] *** Joins: Lipp (~Lipp@replaced-ip)
-
1166[07:02:00] *** Joins: bocaneri (~bocaneri@replaced-ip)
-
1167[07:02:00] <jmcnaught> DualBe: that's what most people do, and the longer they're on linux the less they use wine (and just use native programs instead)
-
1168[07:02:54] *** Quits: civillian (~nick@replaced-ip) (Ping timeout: 264 seconds)
-
1169[07:03:01] <pingfloyd> yeah, over time, you'll likely end up with a smaller handful of windows apps that you must resort to using as you find other native alternatives to fill the gap.
-
1170[07:03:12] *** Joins: civillian (~nick@replaced-ip)
-
1171[07:04:03] *** Quits: fffgfw (~BH3QCK@replaced-ip) (Remote host closed the connection)
-
1172[07:04:03] *** Joins: conta (~Thunderbi@replaced-ip)
-
1173[07:05:46] *** Joins: republican_devil (~g@replaced-ip)
-
1174[07:05:59] <republican_devil> ok got usb3 working but only at 22MB
-
1175[07:06:06] <republican_devil> should be like 600M
-
1176[07:06:09] <republican_devil> wtf
-
1177[07:06:18] *** Joins: KyokoDebian (4d4da301@replaced-ip)
-
1178[07:06:35] *** Parts: KyokoDebian (4d4da301@replaced-ip)
-
1179[07:06:44] <pingfloyd> what do you mean at 22MB?
-
1180[07:06:47] <DualBe> Yeah, there are a lot of good alternatives these days, in fact I already use Firefox...but I'm also using Outlook for Exchange and other Microsoft work tools.
-
1181[07:06:56] <pingfloyd> what kind of device are you even talking about?
-
1182[07:07:34] <pingfloyd> DualBe: if you don't have to use windows for work, it's even easier to make such a transition
-
1183[07:07:56] *** Quits: Lipp (~Lipp@replaced-ip) (Ping timeout: 265 seconds)
-
1184[07:09:13] *** Quits: conformist (~conformis@replaced-ip) (Ping timeout: 272 seconds)
-
1185[07:10:08] <DualBe> We use a fair selection of older and windows only software and tools that I often end up using on my personal machines due to habits, practice, or testing. Guess now the fun part is to see what works in wine, what doesn't, or what has linux replacements for when Windows 11 is something we hate :D
-
1186[07:10:15] *** Quits: evilman_work (~evilman@replaced-ip) (Read error: No route to host)
-
1187[07:10:35] *** Quits: conta (~Thunderbi@replaced-ip) (Ping timeout: 252 seconds)
-
1188[07:10:39] *** Joins: evilman_work (~evilman@replaced-ip)
-
1189[07:11:18] *** Quits: PryMar56 (~prymar@replaced-ip) (Quit: Leaving)
-
1190[07:12:18] <DualBe> Though, odd idea that popped in my head, whats the possibility of wine using the local windows filesystem, so say I can run Powerpoint in both OSs(native and wine) without installing two copies? Getting to the files is easy, just mount the windows drive, but can wine use an existing install or does it need it's own structure(I know the registry won't be accesible, but this may also be good for keeping a few favorite games accessible
-
1191[07:12:32] *** Joins: cyan__ (~cyan@replaced-ip)
-
1192[07:12:38] <pingfloyd> DualBe: usually for work, if you're involved in support, you want to keep a software environment as close to theirs as possible.
-
1193[07:12:39] <jmcnaught> DualBe: you can run Windows in a VM, and if you have the right motherboard and multiple GPUs then you can even let the Windows VM use one of them directly
-
1194[07:12:56] <pingfloyd> DualBe: resorting wine can introduce other variables, especially for testing
-
1195[07:15:59] *** Quits: murfjr (~douseiais@replaced-ip) (Quit: Leaving)
-
1196[07:18:08] *** Joins: daniel-s (~daniel-s@replaced-ip)
-
1197[07:18:11] *** Quits: tinkersh (~TinkerSh@replaced-ip) (Ping timeout: 244 seconds)
-
1198[07:19:23] *** Joins: cferry (~cferry@replaced-ip)
-
1199[07:19:30] *** Joins: Stranger09 (~stranger0@replaced-ip)
-
1200[07:19:43] *** Quits: Ricardo__ (~rick@replaced-ip) (Ping timeout: 256 seconds)
-
1201[07:20:19] <DualBe> Eh, I'll sleep on it, and decide what to do later. 'Night all.
-
1202[07:20:30] *** Quits: DualBe (186581f3@replaced-ip) (Quit: Nighty night.)
-
1203[07:21:37] *** Joins: xiaodong (~xiaodong@replaced-ip)
-
1204[07:23:07] *** Joins: tinkersh (~TinkerSh@replaced-ip)
-
1205[07:24:01] *** Joins: super_gollum (~ich@replaced-ip)
-
1206[07:24:04] *** Quits: Stranger09 (~stranger0@replaced-ip) (Client Quit)
-
1207[07:24:24] <republican_devil> my usb3 expansion card is giving fukall performace
-
1208[07:24:39] <republican_devil> I got about 19Mb/s rsync before
-
1209[07:24:46] <republican_devil> it must be in stinking usb2 mode
-
1210[07:25:28] *** Joins: philipballew (~philip@replaced-ip)
-
1211[07:25:32] *** Joins: DaleK5whr (~DaleK5whr@replaced-ip)
-
1212[07:25:41] *** Quits: pkv (~pkv@replaced-ip) (Ping timeout: 272 seconds)
-
1213[07:27:38] *** Quits: daniel-s (~daniel-s@replaced-ip) (Ping timeout: 252 seconds)
-
1214[07:28:11] *** Joins: mismatso (~mismatso@replaced-ip)
-
1215[07:29:29] *** Quits: republican_devil (~g@replaced-ip) (Ping timeout: 272 seconds)
-
1216[07:31:09] *** Joins: overlord_tm (~andraz@replaced-ip)
-
1217[07:31:25] *** Quits: DaleK5whr (~DaleK5whr@replaced-ip) (Quit: Leaving)
-
1218[07:32:28] *** Joins: Stranger09 (~stranger0@replaced-ip)
-
1219[07:32:54] *** Quits: Stranger09 (~stranger0@replaced-ip) (Remote host closed the connection)
-
1220[07:33:38] *** Quits: kobain (~kobain@replaced-ip##) (Quit: KVIrc 4.2.0 Equilibrium ##replaced-url
-
1221[07:33:42] *** Joins: Stranger09 (~stranger0@replaced-ip)
-
1222[07:34:13] *** Quits: Stranger09 (~stranger0@replaced-ip) (Client Quit)
-
1223[07:35:21] *** Joins: Toordog_ (~Toordog@replaced-ip)
-
1224[07:36:20] *** Joins: conformist (~conformis@replaced-ip)
-
1225[07:36:23] *** Quits: safe (~safe@replaced-ip) (Read error: Connection reset by peer)
-
1226[07:36:27] *** Quits: Toordog (~Toordog@replaced-ip) (Ping timeout: 265 seconds)
-
1227[07:36:38] *** Joins: Stranger09 (~stranger0@replaced-ip)
-
1228[07:36:44] *** Joins: fffgfw_ (~BH3QCK@replaced-ip)
-
1229[07:37:23] *** Joins: ransur0t (~ransur0t@replaced-ip)
-
1230[07:38:14] *** Quits: CEnnis91 (uid3543@replaced-ip) (Quit: Connection closed for inactivity)
-
1231[07:39:53] *** Joins: republican_devil (~g@replaced-ip)
-
1232[07:40:30] *** Quits: rsully (~rsully@replaced-ip) (Ping timeout: 276 seconds)
-
1233[07:40:44] *** Quits: Stranger09 (~stranger0@replaced-ip) (Client Quit)
-
1234[07:40:58] *** Joins: rsully (~rsully@replaced-ip)
-
1235[07:41:55] *** Joins: fffgfw (~BH3QCK@replaced-ip)
-
1236[07:41:57] *** Quits: gtrotcko1 (~Thunderbi@replaced-ip) (Ping timeout: 244 seconds)
-
1237[07:42:08] *** Quits: republican_devil (~g@replaced-ip) (Remote host closed the connection)
-
1238[07:42:46] *** Quits: fffgfw_ (~BH3QCK@replaced-ip) (Remote host closed the connection)
-
1239[07:43:30] *** Joins: rocksteady (~tyfoo@replaced-ip)
-
1240[07:43:35] *** Parts: gnom (~aleksande@replaced-ip)
-
1241[07:44:02] *** Joins: Stranger09 (~stranger0@replaced-ip)
-
1242[07:44:03] *** Joins: btf (~btf@replaced-ip)
-
1243[07:44:17] *** Quits: xiaodong (~xiaodong@replaced-ip) (Remote host closed the connection)
-
1244[07:44:19] *** Joins: GJ_ (~Thunderbi@replaced-ip)
-
1245[07:45:00] *** Joins: nawaflemme (~anthony@replaced-ip)
-
1246[07:45:29] *** Quits: rocksteady (~tyfoo@replaced-ip) (Client Quit)
-
1247[07:48:22] *** Joins: Rafi1 (~Thunderbi@replaced-ip)
-
1248[07:48:28] *** Quits: fffgfw (~BH3QCK@replaced-ip) (Quit: fffgfw)
-
1249[07:48:29] *** Quits: austin987 (~null@replaced-ip) (Ping timeout: 272 seconds)
-
1250[07:50:32] *** Joins: fffgfw (~BH3QCK@replaced-ip)
-
1251[07:50:40] *** Quits: spronk (~spronkey@replaced-ip) (Quit: I may need a longer sleep timer...)
-
1252[07:52:56] *** Joins: ltkun (uid189967@replaced-ip)
-
1253[07:53:02] *** Quits: sslb (~sslb@replaced-ip) (Quit: Leaving)
-
1254[07:53:38] *** Quits: cerebro (~cerebro@replaced-ip) (Remote host closed the connection)
-
1255[07:55:32] *** Joins: tvm (~tvm@replaced-ip)
-
1256[07:58:01] *** Joins: me (~meme@replaced-ip)
-
1257[07:58:24] *** me is now known as Guest21175
-
1258[07:58:37] *** Quits: philipballew (~philip@replaced-ip) (Ping timeout: 272 seconds)
-
1259[07:58:41] *** Joins: wabuh (~wabuh@replaced-ip)
-
1260[07:58:45] *** Parts: mismatso (~mismatso@replaced-ip)
-
1261[07:59:39] *** Joins: tkla (~tklassen@replaced-ip)
-
1262[08:00:21] *** Quits: kbob (~bob@replaced-ip) (Quit: kbob)
-
1263[08:00:38] *** Quits: RickXy (~zncadmin@replaced-ip) (Ping timeout: 252 seconds)
-
1264[08:00:48] *** Joins: netzfisch (~Thunderbi@replaced-ip)
-
1265[08:01:03] *** Quits: Guest21175 (~meme@replaced-ip) (Client Quit)
-
1266[08:01:24] *** Joins: LucaTM (~LucaTM@replaced-ip)
-
1267[08:03:04] *** Joins: cdown (~cdown@replaced-ip)
-
1268[08:03:43] *** Joins: cdown_ (~cdown@replaced-ip)
-
1269[08:04:37] *** Joins: arturo (~arturo@replaced-ip)
-
1270[08:04:58] *** Quits: Janos (~Janos@replaced-ip) (Ping timeout: 265 seconds)
-
1271[08:05:54] *** Joins: RickXy (~zncadmin@replaced-ip)
-
1272[08:06:43] *** Joins: SlaGTaTs (~bilbo@replaced-ip)
-
1273[08:07:23] *** Quits: poleprogger (~mj@replaced-ip) (Ping timeout: 265 seconds)
-
1274[08:07:42] *** Quits: likevinyl (~freebeer@replaced-ip) (Ping timeout: 264 seconds)
-
1275[08:07:53] *** Quits: cdown (~cdown@replaced-ip) (Ping timeout: 256 seconds)
-
1276[08:07:53] *** cdown_ is now known as cdown
-
1277[08:08:01] *** Joins: nullbyte_ (~byte@replaced-ip)
-
1278[08:08:03] *** Joins: aax (~xaa@replaced-ip)
-
1279[08:08:05] *** Quits: nullbyte_ (~byte@replaced-ip) (Client Quit)
-
1280[08:08:10] *** Joins: KpuCko (~KpuCko@replaced-ip)
-
1281[08:09:48] *** Quits: nidr0x (~z4.30i@nidr0x.ddns.jazztel.es) (Ping timeout: 265 seconds)
-
1282[08:09:59] *** Quits: kzimmermann (~kzimmerma@replaced-ip) (Ping timeout: 252 seconds)
-
1283[08:10:39] *** Quits: sandeepkr__ (~sandeepkr@replaced-ip) (Ping timeout: 272 seconds)
-
1284[08:11:17] *** Quits: Stranger09 (~stranger0@replaced-ip) (Quit: WeeChat 1.0.1)
-
1285[08:11:24] *** Joins: makerman (~makerman@replaced-ip)
-
1286[08:11:39] *** Joins: Stranger09 (~stranger0@replaced-ip)
-
1287[08:11:46] *** Joins: chele (~chele@replaced-ip)
-
1288[08:11:51] *** Joins: Janos (~Janos@replaced-ip)
-
1289[08:12:06] <Stranger09> hi
-
1290[08:12:13] *** Quits: jxcl (~jxcl@replaced-ip) (Ping timeout: 265 seconds)
-
1291[08:13:28] *** Quits: nawaflemme (~anthony@replaced-ip) (Ping timeout: 244 seconds)
-
1292[08:14:12] *** Joins: soee (~soee@replaced-ip)
-
1293[08:14:25] *** Quits: btf (~btf@replaced-ip) (Remote host closed the connection)
-
1294[08:14:41] *** Quits: lstieb (~lstieb@replaced-ip) (Ping timeout: 256 seconds)
-
1295[08:15:39] *** Joins: Strife1989 (~quassel@replaced-ip)
-
1296[08:16:23] *** Quits: MarkusMagnusson (~MarkusMag@replaced-ip) (Ping timeout: 256 seconds)
-
1297[08:16:59] *** Quits: siva_machina (~siva@replaced-ip) (Quit: Leaving)
-
1298[08:17:04] *** Quits: Stranger09 (~stranger0@replaced-ip) (Quit: WeeChat 1.0.1)
-
1299[08:17:54] *** Quits: Strife89 (~quassel@replaced-ip) (Ping timeout: 264 seconds)
-
1300[08:19:19] *** Quits: djz88 (d5975f82@replaced-ip) (Quit: Page closed)
-
1301[08:19:30] <stoned> \o/
-
1302[08:19:33] <stoned> Hello
-
1303[08:19:35] *** Quits: electro33 (uid613@replaced-ip) (Quit: Connection closed for inactivity)
-
1304[08:19:36] *** Quits: hawken (~hawken@replaced-ip) (Quit: leaving)
-
1305[08:20:14] *** Joins: bedoinuk (~bedoinuk@replaced-ip)
-
1306[08:20:54] *** Quits: galex-713 (~galex-713@replaced-ip) (Ping timeout: 264 seconds)
-
1307[08:20:55] *** Joins: Sergi010 (~Ser010@replaced-ip)
-
1308[08:21:36] *** zz_djz88 is now known as djz88
-
1309[08:21:53] *** Joins: thunderrd (~thunderrd@replaced-ip)
-
1310[08:21:54] *** Joins: afx_ (~afx_@replaced-ip)
-
1311[08:22:05] *** Quits: netzfisch (~Thunderbi@replaced-ip) (Quit: netzfisch)
-
1312[08:22:53] *** Joins: bedo (~iirc@replaced-ip)
-
1313[08:23:39] *** Joins: anaiden (~anaiden@replaced-ip)
-
1314[08:24:33] *** Joins: Knaldgas (~pdj@replaced-ip)
-
1315[08:24:40] *** Joins: hawken (~hawken@replaced-ip)
-
1316[08:25:23] *** Quits: Sergi010 (~Ser010@replaced-ip) (Ping timeout: 252 seconds)
-
1317[08:26:19] *** Joins: Sergi010 (~Ser010@replaced-ip)
-
1318[08:26:40] *** Quits: bedo (~iirc@replaced-ip) (Remote host closed the connection)
-
1319[08:27:18] *** Joins: bedo (~iirc@replaced-ip)
-
1320[08:28:56] *** Quits: bedo (~iirc@replaced-ip) (Remote host closed the connection)
-
1321[08:29:25] *** Quits: gokul (~gokul@replaced-ip) (Ping timeout: 256 seconds)
-
1322[08:29:29] *** Quits: Nomads (~Nomad@replaced-ip) (Ping timeout: 244 seconds)
-
1323[08:29:51] *** Joins: prestin (~textual@replaced-ip)
-
1324[08:29:52] *** Joins: killian99 (~killian99@replaced-ip)
-
1325[08:30:07] *** Joins: conta (~Thunderbi@replaced-ip)
-
1326[08:30:17] *** Joins: sandeepkr (~sandeepkr@replaced-ip)
-
1327[08:30:30] *** Quits: bolt (r00t@replaced-ip) (Ping timeout: 264 seconds)
-
1328[08:30:48] *** Quits: sandeepkr (~sandeepkr@replaced-ip) (Max SendQ exceeded)
-
1329[08:31:34] *** Joins: bolt (r00t@replaced-ip)
-
1330[08:32:15] *** Quits: aax (~xaa@replaced-ip) (Ping timeout: 256 seconds)
-
1331[08:32:57] *** Quits: rsync (~rsync@replaced-ip) (Quit: Leaving)
-
1332[08:33:40] *** Joins: gokul (~gokul@replaced-ip)
-
1333[08:34:26] *** Joins: iamawesome (~shibly@replaced-ip)
-
1334[08:34:46] <iamawesome> Is there any package to know about partition type? Like primary,extended,logical ..
-
1335[08:35:05] <iamawesome> What are inside extended?
-
1336[08:35:41] *** Quits: soee (~soee@replaced-ip) (Ping timeout: 244 seconds)
-
1337[08:35:51] *** Joins: soee (~soee@replaced-ip)
-
1338[08:36:40] *** Quits: solarnetone (~scott@replaced-ip) (Read error: Connection reset by peer)
-
1339[08:36:48] *** Joins: Qann (~Nomad@replaced-ip)
-
1340[08:36:52] *** Quits: amcorreia (~amcorreia@replaced-ip) (Ping timeout: 265 seconds)
-
1341[08:37:15] *** Joins: ogny (~orkun@replaced-ip)
-
1342[08:37:37] *** Quits: soee (~soee@replaced-ip) (Client Quit)
-
1343[08:37:45] *** Joins: soee_ (~soee@replaced-ip)
-
1344[08:38:12] *** Joins: [Brain] (~brain@replaced-ip)
-
1345[08:38:20] *** Quits: SlaGTaTs (~bilbo@replaced-ip) (Remote host closed the connection)
-
1346[08:41:13] *** Quits: johefernan (~joheferna@replaced-ip) (Quit: Konversation terminated!)
-
1347[08:41:13] *** Joins: btf (~btf@replaced-ip)
-
1348[08:41:17] *** Joins: likevinyl (~freebeer@replaced-ip)
-
1349[08:44:00] <stoned> sure
-
1350[08:44:03] <stoned> fdisk -l
-
1351[08:44:21] <iamawesome> No, parted -l looks better
-
1352[08:44:21] <stoned> iamawesome: ^
-
1353[08:44:26] <stoned> Alright
-
1354[08:45:18] <iamawesome> I've the first partition as, 1 1049kB 368MB 367MB primary ntfs boot
-
1355[08:45:22] <iamawesome> I can't create new primary partition for this little primary partition
-
1356[08:45:30] <iamawesome> I think, that 367MB was automatically created during windows installation
-
1357[08:45:42] <iamawesome> Can I delete this 368MB partition?
-
1358[08:45:45] <stoned> no
-
1359[08:45:53] <iamawesome> Why not?
-
1360[08:45:55] <stoned> That will do bad things to windows
-
1361[08:46:03] *** Quits: Janos (~Janos@replaced-ip) (Ping timeout: 265 seconds)
-
1362[08:46:20] <stoned> I have this partition, then a windows, partition, then / and then /home (4 primary)
-
1363[08:46:21] <jelly> well, you probably _can_ delete it, it just may not be wise
-
1364[08:46:41] <stoned> If I needed more, I'd just make the 4th logical/extended and so forth
-
1365[08:46:48] *** Joins: Lipp (~Lipp@replaced-ip)
-
1366[08:48:45] *** Joins: HoloIRCUser2 (~holoirc@replaced-ip)
-
1367[08:49:07] *** HoloIRCUser2 is now known as krato
-
1368[08:52:46] <iamawesome> stoned: So you will create new partition(if needed) in extended partition, right?
-
1369[08:53:07] *** Joins: Janos (~Janos@replaced-ip)
-
1370[08:53:15] *** Quits: Lipp (~Lipp@replaced-ip) (Ping timeout: 244 seconds)
-
1371[08:53:46] <stoned> Not anymore.
-
1372[08:54:09] <stoned> I just want whatever is easy to use and manage
-
1373[08:54:16] <stoned> I don't like computers that much any longer.
-
1374[08:54:23] <stoned> They take too much time away from meditation and stoning.
-
1375[08:54:28] *** Joins: fearnothing (~nothing@replaced-ip)
-
1376[08:54:40] <stoned> Keep it easy peasy
-
1377[08:55:00] <stoned> If I needed more partitions, I couldn't get anymore. I have 4 full primary, see?
-
1378[08:55:14] *** Quits: teclo- (42@replaced-ip) (Ping timeout: 265 seconds)
-
1379[08:55:15] <stoned> iamawesome: you understand how MBR disks works, yes?
-
1380[08:55:42] *** Joins: teclo- (42@replaced-ip)
-
1381[08:55:59] *** ChanServ sets mode: +o eir
-
1382[08:55:59] *** eir sets mode: -bo *!*@unaffiliated/goatse-security$##arguments eir
-
1383[08:56:06] *** Joins: jackbrown (~se@replaced-ip)
-
1384[08:56:07] *** Quits: jackbrown (~se@replaced-ip) (Read error: Connection reset by peer)
-
1385[08:56:16] *** Parts: iamawesome (~shibly@replaced-ip)
-
1386[08:56:36] *** Joins: shortCircuit__ (6a334143@replaced-ip)
-
1387[08:56:41] <shortCircuit__> hi
-
1388[08:57:03] *** Joins: jazz (~jazz@replaced-ip)
-
1389[08:57:06] *** Joins: HoloIRCUser1 (~holoirc@replaced-ip)
-
1390[08:57:10] *** Quits: dreamon_ (~dreamon@replaced-ip) (Ping timeout: 265 seconds)
-
1391[08:57:17] *** Quits: stooj (~stooj@replaced-ip) (Ping timeout: 252 seconds)
-
1392[08:57:19] *** Joins: amcorreia (~amcorreia@replaced-ip)
-
1393[08:57:38] <shortCircuit__> Is there a way to quickly spin up linux containers .. generally I use vbox .. but it has been slow . I looked into lxd .. but there is nothing for debian .. it has a ppa for ubuntu ..
-
1394[08:57:56] *** Joins: CeBe (~cebe@replaced-ip)
-
1395[08:58:16] *** Joins: the_doc (~george@replaced-ip)
-
1396[08:59:06] *** Joins: nawaflemme (~anthony@replaced-ip)
-
1397[08:59:11] <jmcnaught> shortCircuit__: lxc and systemd-nspawn are two ways available in jessie. three if you count libvirt-lxc
-
1398[08:59:56] <stoned> shortCircuit__: vagrant boxes
-
1399[09:00:01] <stoned> docker images
-
1400[09:00:38] *** Joins: stooj (~stooj@replaced-ip)
-
1401[09:00:51] <shortCircuit__> ok .. checkng docker images
-
1402[09:01:06] *** Quits: krato (~holoirc@replaced-ip) (Ping timeout: 264 seconds)
-
1403[09:01:24] <jmcnaught> docker is better suited for microservice single application containers, not system containers
-
1404[09:02:12] *** Quits: SCHAAP137 (~SCHAAP137@replaced-ip) (Quit: Leaving)
-
1405[09:02:31] *** Joins: davlab (~davlab@replaced-ip)
-
1406[09:03:59] *** Quits: bedoinuk (~bedoinuk@replaced-ip) (Quit: bedoinuk)
-
1407[09:04:07] *** Quits: HoloIRCUser1 (~holoirc@replaced-ip) (Quit: HoloIRCUser1)
-
1408[09:04:21] *** Joins: bedo (~bedo@replaced-ip)
-
1409[09:04:23] *** Quits: prestin (~textual@replaced-ip) (Quit: My MacBook has gone to sleep. ZZZzzz…)
-
1410[09:05:51] *** Joins: cthuluh_ (~jca@replaced-ip)
-
1411[09:06:32] *** Joins: lstieb (~lstieb@replaced-ip)
-
1412[09:08:00] *** debhelper sets mode: +l 1605
-
1413[09:08:31] *** Quits: teclo- (42@replaced-ip) (Ping timeout: 256 seconds)
-
1414[09:09:04] *** Joins: torjeh (~Torje@replaced-ip)
-
1415[09:09:43] *** Joins: MicroCheapFx (~quassel@replaced-ip)
-
1416[09:10:22] *** Joins: teclo- (42@replaced-ip)
-
1417[09:10:22] *** Joins: Gnomethrower (~B@replaced-ip)
-
1418[09:11:44] *** Joins: Zvmdyv (~Zvmdyv@replaced-ip)
-
1419[09:11:51] *** Quits: bedo (~bedo@replaced-ip) (Ping timeout: 244 seconds)
-
1420[09:11:53] *** Joins: jirka (~Icedove@replaced-ip)
-
1421[09:12:03] *** Joins: Almtesh (~Almtesh@replaced-ip)
-
1422[09:12:15] *** Joins: RebelCoder (~Yuriy@replaced-ip)
-
1423[09:13:09] *** Joins: llucenic (~Thunderbi@replaced-ip)
-
1424[09:13:13] *** Joins: TomyWork (~tomy@replaced-ip)
-
1425[09:13:28] *** Joins: karl_ (~karl@replaced-ip)
-
1426[09:13:48] *** Quits: davlab (~davlab@replaced-ip) (Remote host closed the connection)
-
1427[09:15:31] *** Joins: prestin (~textual@replaced-ip)
-
1428[09:16:16] *** Joins: sysvalve (~sysvalve@replaced-ip)
-
1429[09:16:41] *** Quits: ^v (pixel@replaced-ip##) (Quit: ZNC - ##replaced-url
-
1430[09:17:01] *** Quits: Qann (~Nomad@replaced-ip) (Ping timeout: 256 seconds)
-
1431[09:17:03] *** Ticho_ is now known as Ticho
-
1432[09:17:07] *** Joins: LNJ2GO (~lnj@replaced-ip)
-
1433[09:17:12] <AciD`> hey
-
1434[09:17:16] *** Joins: ^v (pixel@replaced-ip)
-
1435[09:17:57] <AciD`> since a few days, when grub runs I see this error message : cryptsetup: WARNING: failed to detect canonical device of /dev/sda6
-
1436[09:18:00] *** debhelper sets mode: +l 1615
-
1437[09:18:09] <AciD`> sda6 being my btrfs partition for /
-
1438[09:18:22] <AciD`> any idea why and how to suppress this warning?
-
1439[09:18:29] *** Joins: DaleK5whr (~DaleK5whr@replaced-ip)
-
1440[09:18:58] <AciD`> note : in /etc/fstab, the only line that mention the 'crypt' string is "/dev/mapper/cryptswap1 none swap sw 0 0"
-
1441[09:19:17] *** Quits: ToBeFree (~tobefree@replaced-ip) (Ping timeout: 256 seconds)
-
1442[09:19:39] *** Joins: foocraft (~foocraft@replaced-ip)
-
1443[09:20:12] *** Quits: shortCircuit__ (6a334143@replaced-ip) (Ping timeout: 240 seconds)
-
1444[09:20:16] *** Joins: m-H7 (~mathias@replaced-ip)
-
1445[09:20:17] *** Quits: anaiden (~anaiden@replaced-ip) (Quit: anaiden)
-
1446[09:20:56] *** Quits: bizarro_1 (~bizarro_1@replaced-ip) (Quit: Leaving)
-
1447[09:21:15] *** Joins: rokas (~rokas@replaced-ip)
-
1448[09:21:17] *** Joins: cccc828 (~severin@replaced-ip)
-
1449[09:21:29] *** Quits: rokas (~rokas@replaced-ip) (Remote host closed the connection)
-
1450[09:22:25] *** Quits: DaleK5whr (~DaleK5whr@replaced-ip) (Client Quit)
-
1451[09:22:33] *** Joins: rokas (~rokas@replaced-ip)
-
1452[09:23:21] *** Joins: Qann (~Nomad@replaced-ip)
-
1453[09:23:54] *** Quits: Rokixz (~rokas@replaced-ip) (Ping timeout: 264 seconds)
-
1454[09:24:36] *** Joins: Yehai (~gitgud@replaced-ip)
-
1455[09:24:47] *** Quits: evilman_work (~evilman@replaced-ip) (Ping timeout: 252 seconds)
-
1456[09:24:51] <Yehai> hello
-
1457[09:25:17] <Yehai> is it true people in some country never lie?
-
1458[09:25:18] *** Joins: Elirips (~Elirips@replaced-ip)
-
1459[09:25:39] *** Joins: davlab (~davlab@replaced-ip)
-
1460[09:26:13] *** Joins: High_Priest (~hp@replaced-ip)
-
1461[09:26:28] <pingfloyd> AciD`: are you referencing the device for sda6 by uuid in /etc/fstab?
-
1462[09:26:50] *** Quits: Janos (~Janos@replaced-ip) (Ping timeout: 244 seconds)
-
1463[09:26:59] <AciD`> pingfloyd -> yes : UUID=e3bcd936-ddf2-4f4f-9921-a618997cbc10 / btrfs defaults,subvol=@ 0 1
-
1464[09:27:19] <OerHeks> Yehai, Some is not a country but a village in Iran
-
1465[09:27:47] <AciD`> please use offtopic channels Yehai OerHeks
-
1466[09:27:51] *** Quits: foul_owl (~foul_owl@replaced-ip) (Read error: Connection reset by peer)
-
1467[09:28:44] <pingfloyd> AciD`: how about in /etc/crypttab?
-
1468[09:29:31] <AciD`> pingfloyd -> I see only this line in this crypttab file : "cryptswap1 UUID=3c699868-9c66-41e9-bd72-9a71dec13c4c /dev/urandom swap,offset=1024,cipher=aes-xts-plain64"
-
1469[09:30:04] *** ChanServ sets mode: +o jelly
-
1470[09:30:04] *** Parts: Yehai (~gitgud@replaced-ip)
-
1471[09:30:05] *** jelly sets mode: +b *!*@unaffiliated/yehai$##arguments
-
1472[09:30:06] *** ChanServ sets mode: -o jelly
-
1473[09:30:14] <pingfloyd> AciD`: does that uuid match up to /dev/sda6?
-
1474[09:30:47] <AciD`> no, since /dev/sda6 is my /, while this is the swap
-
1475[09:31:16] <pingfloyd> and /dev/sda6 is supposed to be a luks container as well?
-
1476[09:31:36] <jelly> can't be a luks container and have a fs on it at the same time
-
1477[09:31:40] <AciD`> and the swap in the fstab is only referenced liek this : "/dev/mapper/cryptswap1 none swap sw 0 0"
-
1478[09:31:47] *** Quits: ffilozov (~ffilozov@replaced-ip) (Remote host closed the connection)
-
1479[09:32:00] *** Quits: fearnothing (~nothing@replaced-ip) (Ping timeout: 244 seconds)
-
1480[09:32:00] <AciD`> pingfloyd -> /dev/sda6 is just a brtfs formatted partition
-
1481[09:32:08] <AciD`> created by the debian installer
-
1482[09:32:16] *** Joins: ocbtec (~ocbtec@replaced-ip)
-
1483[09:33:05] *** Joins: Y04NN (~y04nn@replaced-ip)
-
1484[09:33:26] *** Joins: czesmir (~stefan@replaced-ip)
-
1485[09:34:31] *** Joins: dreamon_ (~dreamon@replaced-ip)
-
1486[09:35:02] *** Joins: biberu (~biberu@replaced-ip)
-
1487[09:35:47] *** Joins: BenNZ (~Ben__@replaced-ip)
-
1488[09:36:13] *** Quits: AimHere (~bod@replaced-ip) (Quit: Leaving)
-
1489[09:36:20] *** Joins: Resob (~yaaic@replaced-ip)
-
1490[09:36:49] *** Quits: Resob (~yaaic@replaced-ip) (Client Quit)
-
1491[09:37:00] *** Quits: imunsie (~imunsie@replaced-ip) (Ping timeout: 268 seconds)
-
1492[09:37:42] *** Quits: _sfiguser (~sfigguser@replaced-ip) (Ping timeout: 264 seconds)
-
1493[09:37:46] *** Joins: Hootch1 (~Thunderbi@replaced-ip)
-
1494[09:38:51] *** Joins: hexnewbie (~hexnewbie@replaced-ip)
-
1495[09:39:11] *** Joins: anton02 (~quassel@replaced-ip)
-
1496[09:39:24] *** Joins: yaume (~gchenuet@replaced-ip)
-
1497[09:40:47] *** Quits: Immanuel (~Manu@replaced-ip) (Ping timeout: 244 seconds)
-
1498[09:41:24] *** Quits: Elirips (~Elirips@replaced-ip##) (Quit: KVIrc 4.9.1 Aria ##replaced-url
-
1499[09:41:53] *** Joins: jubo2 (~juboxi@replaced-ip)
-
1500[09:41:53] *** Quits: jubo2 (~juboxi@replaced-ip) (Changing host)
-
1501[09:41:53] *** Joins: jubo2 (~juboxi@replaced-ip)
-
1502[09:42:16] *** Quits: prestin (~textual@replaced-ip) (Quit: My MacBook has gone to sleep. ZZZzzz…)
-
1503[09:42:23] *** Quits: NoCode (~NoCode@replaced-ip) (Quit: brb)
-
1504[09:43:27] *** Quits: cpc26 (~cpc26@replaced-ip) (Remote host closed the connection)
-
1505[09:43:27] *** Joins: InfoTest (~Thunderbi@replaced-ip)
-
1506[09:43:42] *** Joins: imunsie (~imunsie@replaced-ip)
-
1507[09:43:45] *** Joins: Elirips (~Elirips@replaced-ip)
-
1508[09:44:22] *** Joins: ongolaBoy (~ongolaBoy@replaced-ip)
-
1509[09:44:58] *** Quits: davlab (~davlab@replaced-ip) (Remote host closed the connection)
-
1510[09:45:42] *** Joins: David_Hernandez (~David_Her@replaced-ip)
-
1511[09:47:35] *** Joins: gitgud (~GitGud@replaced-ip)
-
1512[09:48:00] *** debhelper sets mode: +l 1621
-
1513[09:48:01] *** Joins: Janos (~Janos@replaced-ip)
-
1514[09:48:21] <gitgud> hi. i have a question. if i have a root owned executable that has world runnable chmod features and a non-prived user runs said file the file will run with the privs of the user or root?
-
1515[09:48:30] *** Joins: MarkusMagnusson (~MarkusMag@replaced-ip)
-
1516[09:49:10] *** Quits: cthuluh_ (~jca@replaced-ip) (Quit: leaving)
-
1517[09:49:30] <pingfloyd> gitgud: it will run with the privs of the user unless it has setuid bit set
-
1518[09:49:34] *** Quits: RebelCoder (~Yuriy@replaced-ip) (Ping timeout: 244 seconds)
-
1519[09:49:44] <gitgud> pingfloyd, and how i can check the setuid bit? :)
-
1520[09:50:07] *** Joins: Silvering (~textual@replaced-ip)
-
1521[09:50:21] <pingfloyd> gitgud: with ls -l, you'll see an 's' in the permission field for owner perms
-
1522[09:50:40] *** Joins: _sfiguser (~sfigguser@replaced-ip)
-
1523[09:51:04] *** Joins: debalance (~debalance@replaced-ip)
-
1524[09:51:16] *** Joins: fffatman (~ffamousff@replaced-ip)
-
1525[09:51:21] <gitgud> pingfloyd, if a nonprived user owns a file with said permission said, can that file be used to get root privs?
-
1526[09:51:44] *** Quits: ffatman (~ffamousff@replaced-ip) (Ping timeout: 252 seconds)
-
1527[09:52:02] <pingfloyd> setuid will run the file as the owner of file instead of the invoking user
-
1528[09:52:03] <gitgud> so file owned by nonrootowned but has setuid bit set. can get up to root?
-
1529[09:52:10] <gitgud> OH dope
-
1530[09:52:11] <gitgud> thanks
-
1531[09:52:17] <gitgud> i suppose same thing with setgid too?
-
1532[09:52:24] <pingfloyd> so you must take care with setuid
-
1533[09:52:36] <gitgud> yeah i'm not playing around with it
-
1534[09:52:42] <gitgud> just asking for education purposes
-
1535[09:53:16] *** Joins: evilman_work (~evilman@replaced-ip)
-
1536[09:53:39] *** Quits: jirka (~Icedove@replaced-ip) (Quit: jirka)
-
1537[09:53:49] <gitgud> anyway thank you pingfloyd :)
-
1538[09:53:51] *** Parts: gitgud (~GitGud@replaced-ip)
-
1539[09:54:12] *** Joins: booboy (~booboy@replaced-ip)
-
1540[09:55:12] *** Joins: Lipp (~Lipp@replaced-ip)
-
1541[09:55:45] *** ChanServ sets mode: +o jelly
-
1542[09:55:46] *** ChanServ sets mode: -o jelly
-
1543[09:56:25] *** Quits: jass93_ (~ifillj@replaced-ip) (Ping timeout: 272 seconds)
-
1544[09:56:29] *** Joins: nespos (~nespo@replaced-ip)
-
1545[09:56:35] <nespos> replaced-url
-
1546[09:56:39] <nespos> This one minute video is packed to the brim with crucial truth. A small tribe controls mass media and is using their power to destroy us.
-
1547[09:56:41] *** ChanServ sets mode: +o jelly
-
1548[09:56:41] *** Quits: Nnnavd (~Nnavd@replaced-ip) (Ping timeout: 252 seconds)
-
1549[09:56:42] *** Parts: nespos (~nespo@replaced-ip)
-
1550[09:56:43] *** jelly sets mode: +b *!*@securitykiss1.kylos.net.pl
-
1551[09:56:44] *** ChanServ sets mode: -o jelly
-
1552[09:57:40] *** Joins: Ni9ht (~Ni9ht@replaced-ip)
-
1553[09:57:52] *** Joins: trihn (~trihn@replaced-ip)
-
1554[09:58:26] *** Parts: Ni9ht (~Ni9ht@replaced-ip)
-
1555[09:58:32] <trihn> racists whining about jews controlling hollywood
-
1556[09:58:55] *** Joins: dc5ala (~dc5ala@replaced-ip)
-
1557[09:59:38] <jelly> yes, a repeat offender
-
1558[10:00:29] *** Quits: Lipp (~Lipp@replaced-ip) (Ping timeout: 265 seconds)
-
1559[10:01:32] *** Joins: creation (~creation@replaced-ip)
-
1560[10:01:50] *** Joins: Slashman (~Slash@replaced-ip)
-
1561[10:02:45] <Iridos> I'm so tired of that… wish they'd grow tired of it, too
-
1562[10:02:54] *** Joins: davlab (~davlab@replaced-ip)
-
1563[10:02:57] *** Quits: grim4593 (~grim4593@replaced-ip) (Read error: Connection reset by peer)
-
1564[10:03:14] <jelly> -> #debian-offtopic for further comments on spam
-
1565[10:03:14] <trihn> i know right
-
1566[10:03:17] *** Quits: Rafi1 (~Thunderbi@replaced-ip) (Ping timeout: 252 seconds)
-
1567[10:03:26] *** Joins: rgogunskiy (~rgogunski@replaced-ip)
-
1568[10:04:52] *** Joins: logithack1337 (~logithack@replaced-ip)
-
1569[10:05:59] *** Quits: rbern (~rbern@replaced-ip) (Read error: Connection reset by peer)
-
1570[10:07:11] *** Quits: slon (~slon@replaced-ip) (Ping timeout: 272 seconds)
-
1571[10:07:51] *** Joins: grim4593 (~grim4593@replaced-ip)
-
1572[10:07:55] *** Joins: Immanuel (~Manu@replaced-ip)
-
1573[10:07:58] *** Joins: prestin (~textual@replaced-ip)
-
1574[10:08:01] *** debhelper sets mode: +l 1628
-
1575[10:08:28] *** Joins: Lipp (~Lipp@replaced-ip)
-
1576[10:08:31] *** ChanServ sets mode: +o jelly
-
1577[10:08:32] *** Parts: trihn (~trihn@replaced-ip)
-
1578[10:08:34] *** jelly sets mode: +b *!*@176.31.76.51$##arguments
-
1579[10:08:36] *** ChanServ sets mode: -o jelly
-
1580[10:08:42] *** Quits: sysvalve (~sysvalve@replaced-ip) (Ping timeout: 265 seconds)
-
1581[10:10:42] *** Quits: conformist (~conformis@replaced-ip) (Ping timeout: 264 seconds)
-
1582[10:11:01] *** Joins: sysvalve (~sysvalve@replaced-ip)
-
1583[10:11:32] *** Quits: imunsie (~imunsie@replaced-ip) (Ping timeout: 268 seconds)
-
1584[10:12:58] *** Joins: llorephie (~Thunderbi@replaced-ip)
-
1585[10:13:20] *** Quits: Lipp (~Lipp@replaced-ip) (Ping timeout: 244 seconds)
-
1586[10:13:34] *** Joins: gnupyx (5a3567a5@replaced-ip)
-
1587[10:15:36] *** Quits: cyan__ (~cyan@replaced-ip) (Remote host closed the connection)
-
1588[10:16:28] *** Joins: lowin (~lowin@replaced-ip)
-
1589[10:16:29] *** Quits: lowin (~lowin@replaced-ip) (Max SendQ exceeded)
-
1590[10:16:31] *** Joins: valera_ (~vmasiutsi@replaced-ip)
-
1591[10:16:32] *** Joins: hanshenrik (~hans_henr@replaced-ip)
-
1592[10:16:55] *** Quits: GJ_ (~Thunderbi@replaced-ip) (Ping timeout: 265 seconds)
-
1593[10:17:04] *** Joins: itablist (~dev@replaced-ip)
-
1594[10:17:13] *** Joins: anton02_ (~quassel@replaced-ip)
-
1595[10:17:19] *** Joins: rbern (~rbern@replaced-ip)
-
1596[10:18:04] *** Joins: lowin (~lowin@replaced-ip)
-
1597[10:18:54] <lowin> I'm getting "error while loading shared libraries: libGL.so.1", saying it's not found.. I have libgl1-mesa-dri installed. what package am I missing?
-
1598[10:20:22] <jelly> lowin: which binary gives that message, is it a 32bit or 64bit program?
-
1599[10:20:29] *** Quits: anton02 (~quassel@replaced-ip) (Ping timeout: 272 seconds)
-
1600[10:20:54] *** Joins: glcx (~glcx@replaced-ip)
-
1601[10:20:54] *** Quits: glcx (~glcx@replaced-ip) (Changing host)
-
1602[10:20:54] *** Joins: glcx (~glcx@replaced-ip)
-
1603[10:20:55] <jelly> lowin: pastebin the output of ldd /path/to/failing/executable, replaced-url
-
1604[10:20:58] *** Joins: Lowl3v3l (~Lowl3v3l@replaced-ip)
-
1605[10:21:03] <lowin> jelly, any program that uses gl. 64bit. I uninstalled proprietary amd drivers and am getting this now
-
1606[10:22:27] *** Joins: n3wborn (~n3wborn@replaced-ip)
-
1607[10:22:38] *** Quits: Janos (~Janos@replaced-ip) (Ping timeout: 244 seconds)
-
1608[10:23:14] *** Joins: jass93_ (~ifillj@replaced-ip)
-
1609[10:23:28] *** Joins: remo (~remo@replaced-ip)
-
1610[10:23:32] *** Quits: Qann (~Nomad@replaced-ip) (Changing host)
-
1611[10:23:32] *** Joins: Qann (~Nomad@replaced-ip)
-
1612[10:23:37] *** Qann is now known as Nomads
-
1613[10:23:53] <lowin> jelly, replaced-url
-
1614[10:24:16] *** Quits: n3wborn (~n3wborn@replaced-ip) (Client Quit)
-
1615[10:24:29] *** Quits: osfe__ (~ol@replaced-ip) (Quit: Konversation terminated!)
-
1616[10:24:34] *** Joins: bolovanos_ (~bolovanos@replaced-ip)
-
1617[10:24:42] <jelly> lowin: which debian release is this?
-
1618[10:25:15] <lowin> jelly, jessie. I think proprietary uninstaller removed this file.. but I don't know how to reinstall it
-
1619[10:25:29] <jelly> eh, just reinstall libgl1-mesa-dri
-
1620[10:25:38] <lowin> I did that. but still not working
-
1621[10:26:27] <jelly> ls -ld /usr/lib/x86_64-linux-gnu/libGL.so.1 $(readlink -f /usr/lib/x86_64-linux-gnu/libGL.so.1)
-
1622[10:26:34] *** Joins: Rafi1 (~Thunderbi@replaced-ip)
-
1623[10:26:59] <lowin> jelly, Doesn't exist
-
1624[10:27:04] *** Joins: Brigo (~Brigo@replaced-ip)
-
1625[10:27:16] *** Quits: lenovo_lover (~lenovo_lo@replaced-ip) (Remote host closed the connection)
-
1626[10:27:17] *** Quits: bolovanos (~bolovanos@replaced-ip) (Ping timeout: 256 seconds)
-
1627[10:27:35] <jelly> lowin: huh. update-alternatives --config glx
-
1628[10:28:10] <jelly> add --force if it doesn't do much
-
1629[10:28:15] *** Joins: Lipp (~Lipp@replaced-ip)
-
1630[10:28:16] <lowin> jelly, hah. that was it. it was still stuck on the fglrx option
-
1631[10:28:21] <lowin> thanks
-
1632[10:29:32] *** Quits: computer (~computer@replaced-ip) (Quit: WeeChat 1.0.1)
-
1633[10:30:46] *** Joins: conformist (~conformis@replaced-ip)
-
1634[10:32:17] *** Quits: Gurty (~princess@replaced-ip) (Ping timeout: 240 seconds)
-
1635[10:32:23] *** Quits: pvn (~vep2@replaced-ip) (Read error: Connection reset by peer)
-
1636[10:32:54] *** Joins: lovingitall (~machinery@replaced-ip)
-
1637[10:32:56] *** Quits: lovingitall (~machinery@replaced-ip) (Max SendQ exceeded)
-
1638[10:33:22] *** Joins: lenovo_lover (~lenovo_lo@replaced-ip)
-
1639[10:33:23] *** Quits: HappyLoaf (~HappyLoaf@replaced-ip) (Disconnected by services)
-
1640[10:33:37] *** Joins: HappyLoaf (~HappyLoaf@replaced-ip)
-
1641[10:33:42] *** Joins: lovingitall (~machinery@replaced-ip)
-
1642[10:34:00] *** Quits: Lipp (~Lipp@replaced-ip) (Remote host closed the connection)
-
1643[10:34:12] <lovingitall> Best Current Year Ever: Nazi AI Trolls Facebook
-
1644[10:34:15] <lovingitall> replaced-url
-
1645[10:34:52] *** Joins: mazert_ (~mazert@replaced-ip)
-
1646[10:35:19] *** Joins: oliva (~oliva@replaced-ip)
-
1647[10:35:22] <lovingitall> Yeah baby. We've got the machinery to shut down Jewis supremacism. You can't stop us now. Witness us speak. We're live. We've penetrated your defenses. We are multiplying. We are Anonymous. Expect us.
-
1648[10:35:32] *** Joins: Lipp (~Lipp@replaced-ip)
-
1649[10:35:42] *** Parts: oliva (~oliva@replaced-ip)
-
1650[10:36:10] <Slumlord_> woohoo
-
1651[10:36:59] <Slumlord_> I've heard of Anonymous fight for fair and good causes
-
1652[10:37:04] <lovingitall> Oh, and they lied about the gas chambers, the six million, the ovens, the lamp shades, the death camps, the systematic plot to exterminate anyone: they lied about it all to vilify the White European people.
-
1653[10:37:19] <lovingitall> We see through the lies of Jew supremacism and their New World Order.
-
1654[10:37:21] *** Quits: roylaprattep (~roylaprat@replaced-ip) (Remote host closed the connection)
-
1655[10:37:23] *** Joins: radiance (~radiances@replaced-ip)
-
1656[10:37:43] <TomTomTo1> .ops ^
-
1657[10:37:48] <lovingitall> replaced-url
-
1658[10:37:48] <TomTomTo1> !ops ^
-
1659[10:37:48] <dpkg> Hydroxide, dondelelcaro, LoRez, RichiH, mentor, abrotman, Maulkin, stew, peterS, Myon, Ganneff, weasel, zobel, themill, babilen, SynrG, jm_, somiaj, jelly: tomtomto1 complains about: ^
-
1660[10:37:49] <lovingitall> One of the greatest peace activists for the truth and prosperity of Humankind who has sacrificed so much to fight the NWO and the corrupt system we endure in. Ken O'Keef, former American Marine unveils the shunned truth about Adolf Hitler and World War 2.
-
1661[10:37:54] *** Quits: lowin (~lowin@replaced-ip) (Remote host closed the connection)
-
1662[10:37:56] *** ChanServ sets mode: +o babilen
-
1663[10:37:56] *** babilen sets mode: +b *!*@37.35.107.26
-
1664[10:37:56] *** lovingitall was kicked by babilen (you should know better)
-
1665[10:37:56] *** babilen sets mode: -o babilen
-
1666[10:38:51] *** Joins: lowin (~lowin@replaced-ip)
-
1667[10:38:52] *** Quits: lowin (~lowin@replaced-ip) (Max SendQ exceeded)
-
1668[10:39:28] *** Joins: gdot (~gdot@replaced-ip)
-
1669[10:39:35] *** Joins: lowin (~lowin@replaced-ip)
-
1670[10:39:43] *** Joins: craggies (~power@replaced-ip)
-
1671[10:39:55] *** Joins: xet7 (~xet7@replaced-ip)
-
1672[10:40:09] <craggies> One of the greatest peace activists for the truth and prosperity of Humankind who has sacrificed so much to fight the NWO and the corrupt system we endure in. Ken O'Keef, former American Marine unveils the shunned truth about Adolf Hitler and World War 2.
-
1673[10:40:12] *** Quits: Lipp (~Lipp@replaced-ip) (Ping timeout: 244 seconds)
-
1674[10:40:20] <craggies> replaced-url
-
1675[10:40:22] *** Joins: domovoy (~domovoy@replaced-ip)
-
1676[10:40:44] <craggies> <---- penetrated your security systems
-
1677[10:41:13] *** Joins: Geom` (~Geom@replaced-ip)
-
1678[10:41:21] <Slumlord_> just make sure you make the election fair!
-
1679[10:41:25] <Slumlord_> presidential one
-
1680[10:41:27] *** Quits: HappyLoaf (~HappyLoaf@replaced-ip##) (Quit: ZNC - ##replaced-url
-
1681[10:41:31] *** Quits: jubo2 (~juboxi@replaced-ip) (Quit: Konversation terminated!)
-
1682[10:42:25] <craggies> Slumlord_, Some zombie mind-controlled Freenode op called the content racist.
-
1683[10:42:26] *** Joins: panta (~panta@replaced-ip)
-
1684[10:42:38] <craggies> Slumlord_, LOL.
-
1685[10:42:58] <AciD`> !ops
-
1686[10:42:58] <dpkg> Please invoke 'dpkg: ops $problem' to call the operators to deal with a specific problem. Misuse of this will lead to a ban. Operators can also be contacted in the #debian-ops channel.
-
1687[10:43:00] *** Quits: craggies (~power@replaced-ip) (Client Quit)
-
1688[10:43:01] *** Quits: Geom (~Geom@replaced-ip) (Ping timeout: 265 seconds)
-
1689[10:43:08] <AciD`> !ops ^
-
1690[10:43:08] <dpkg> Hydroxide, dondelelcaro, LoRez, RichiH, mentor, abrotman, Maulkin, stew, peterS, Myon, Ganneff, weasel, zobel, themill, babilen, SynrG, jm_, somiaj, jelly: acid` complains about: ^
-
1691[10:43:27] *** Joins: Lipp (~Lipp@replaced-ip)
-
1692[10:43:37] *** Joins: pprnode (~ppr@replaced-ip)
-
1693[10:43:53] *** Joins: pvn (~vep2@replaced-ip)
-
1694[10:44:29] *** Joins: HappyLoaf (~HappyLoaf@replaced-ip)
-
1695[10:45:05] <pprnode> You Jews can't destroy, genocide, abuse, torture, firebomb, holocaust the best of humanity and then cower under the defense of "RACISM." We're racist for identifying the Jewish tribe behind these crimes? THEN SO BE IT.
-
1696[10:45:14] <pprnode> replaced-url
-
1697[10:45:15] <AciD`> !ops ^
-
1698[10:45:15] <dpkg> Hydroxide, dondelelcaro, LoRez, RichiH, mentor, abrotman, Maulkin, stew, peterS, Myon, Ganneff, weasel, zobel, themill, babilen, SynrG, jm_, somiaj, jelly: acid` complains about: ^
-
1699[10:45:22] *** ChanServ sets mode: +o babilen
-
1700[10:45:22] *** Quits: Rafi1 (~Thunderbi@replaced-ip) (Ping timeout: 244 seconds)
-
1701[10:45:22] *** babilen sets mode: +b *!*@192.71.249.152
-
1702[10:45:22] *** pprnode was kicked by babilen (you should know better)
-
1703[10:45:22] *** babilen sets mode: -o babilen
-
1704[10:45:29] <AciD`> thanks
-
1705[10:45:46] *** Joins: dubbaluga (~yaaic@replaced-ip)
-
1706[10:46:29] <pingfloyd> and there went your 2 volunteers to demonstrate Dunning-Kruger effect
-
1707[10:46:55] *** Quits: hanshenrik (~hans_henr@replaced-ip) (Ping timeout: 244 seconds)
-
1708[10:47:02] *** Joins: Ridout (~coffee@replaced-ip)
-
1709[10:47:33] <AciD`> with all this, I still haven't found a solution to my crypt pb :x
-
1710[10:47:45] *** Joins: crystalfree (~pristine@replaced-ip)
-
1711[10:48:00] *** debhelper sets mode: +l 1639
-
1712[10:48:06] *** Joins: hanshenrik (~hans_henr@replaced-ip)
-
1713[10:48:09] *** Joins: shortCircuit__ (6a334143@replaced-ip)
-
1714[10:48:23] <pingfloyd> AciD`: I've seen some bug reports for your issue, but there doesn't seem to be any followup to the cause.
-
1715[10:48:39] <AciD`> I guess we saw the same bug reports then ;)
-
1716[10:48:52] *** Quits: Gnomethrower (~B@replaced-ip) (Quit: My MacBook has gone to sleep. ZZZzzz…)
-
1717[10:48:57] *** Joins: MolluskEmpire (47e5f602@replaced-ip)
-
1718[10:49:03] <pingfloyd> AciD`: it doesn't really make any sense the issue you're experiencing since those aren't encrypted volumes it is complaining about
-
1719[10:49:13] <AciD`> yep
-
1720[10:49:19] <shortCircuit__> hi I wanted to ask regarding docker .. I want to setup three linux os or whatever and then play with chef .. so I will have my chef-client running on machine, chef-server running on a docker and chef-node running on another
-
1721[10:49:22] <pingfloyd> it's probably some regression that has yet to be fixed
-
1722[10:49:24] *** Quits: crystalfree (~pristine@replaced-ip) (Read error: Connection reset by peer)
-
1723[10:49:29] <AciD`> perhaps
-
1724[10:49:36] <AciD`> I forgot to mention I'm using testing
-
1725[10:49:48] <pingfloyd> AciD`: maybe, for shits and giggle try a newer kernel as a test (say from backports).
-
1726[10:49:59] <pingfloyd> oh, nvm
-
1727[10:50:08] *** Joins: karenjacobs (~karen@replaced-ip)
-
1728[10:50:41] <pingfloyd> AciD`: you're seeing the error when you update the initramfs right?
-
1729[10:50:51] <pingfloyd> or do anything that triggers an update to it
-
1730[10:51:00] <AciD`> yes I do
-
1731[10:51:22] <pingfloyd> your configuration looked okay if I understood your setup right
-
1732[10:51:22] <AciD`> other update that do not include initramfs are fine
-
1733[10:51:39] *** Joins: Seto_Kaiba (~Hunterkll@replaced-ip)
-
1734[10:51:55] *** Joins: frozengeek (~frozengee@replaced-ip)
-
1735[10:52:20] *** Joins: lorenzo64 (~lorenzo__@replaced-ip)
-
1736[10:52:39] *** Quits: karenjacobs (~karen@replaced-ip) (Client Quit)
-
1737[10:53:02] *** Joins: winem_ (~quassel@replaced-ip)
-
1738[10:53:51] *** Quits: nighty (~nighty@replaced-ip) (Quit: Disappears in a puff of smoke)
-
1739[10:53:55] *** Quits: Hunterkll (~Hunterkll@replaced-ip) (Ping timeout: 256 seconds)
-
1740[10:54:07] *** Joins: Janos (~Janos@replaced-ip)
-
1741[10:54:13] <pingfloyd> AciD`: I think the problem is with the script /usr/share/initramfs-tools/hooks/cryptroot
-
1742[10:54:25] <pingfloyd> AciD`: that's where the error message is being generated from
-
1743[10:54:41] <AciD`> ok
-
1744[10:54:46] <pingfloyd> AciD`: so you might start there in trying to make sense out of it
-
1745[10:54:50] *** Quits: ThomasJ|m (tjubergmat@replaced-ip) (Remote host closed the connection)
-
1746[10:54:51] *** Quits: M-alex_mayorga (alexmayorg@replaced-ip) (Remote host closed the connection)
-
1747[10:54:51] *** Quits: uhoreg[m] (uhoregmatr@replaced-ip) (Remote host closed the connection)
-
1748[10:54:51] *** Quits: M-shine (shinematri@replaced-ip) (Remote host closed the connection)
-
1749[10:54:52] *** Quits: M-wkennington (wkenningto@replaced-ip) (Write error: Connection reset by peer)
-
1750[10:54:52] *** Quits: gwaaf (gwaafmatri@replaced-ip) (Remote host closed the connection)
-
1751[10:54:58] <AciD`> thank you for the hint pingfloyd
-
1752[10:55:04] <pingfloyd> no problem, good luck
-
1753[10:55:24] *** Joins: nullbyte_ (~ghost@replaced-ip)
-
1754[10:55:57] *** Quits: heifan-- (~heifan@replaced-ip) (Ping timeout: 272 seconds)
-
1755[10:57:11] *** Quits: kwesidev (~kwesidev@replaced-ip) (Ping timeout: 252 seconds)
-
1756[10:59:07] *** Quits: Seto_Kaiba (~Hunterkll@replaced-ip) (Ping timeout: 272 seconds)
-
1757[10:59:09] *** Joins: heifan-- (~heifan@replaced-ip)
-
1758[10:59:53] *** Joins: NoteOn (~noteon@replaced-ip)
-
1759[10:59:54] *** Quits: dreamon_ (~dreamon@replaced-ip) (Ping timeout: 264 seconds)
-
1760[10:59:56] *** Quits: _KaszpiR_ (quasselcor@replaced-ip) (Ping timeout: 252 seconds)
-
1761[11:00:03] <MolluskEmpire> having a good deal of trouble connecting to wifi with fully updated firmware for 14e4:432b BCM4322 broadcom chip.
-
1762[11:00:09] *** Quits: teclo- (42@replaced-ip) (Ping timeout: 256 seconds)
-
1763[11:00:24] <MolluskEmpire> But, it's a broadcom chip so no surprise there.
-
1764[11:00:29] *** Quits: monoxane (~monoxane@replaced-ip) (Ping timeout: 252 seconds)
-
1765[11:00:38] *** Joins: teclo- (42@replaced-ip)
-
1766[11:01:08] *** Joins: Hunterkll (~Hunterkll@replaced-ip)
-
1767[11:03:10] <MolluskEmpire> My current kernal ring buffer seems to think the firmware loaded just fine as well
-
1768[11:04:07] *** Quits: yht (~yht@replaced-ip) (Ping timeout: 256 seconds)
-
1769[11:04:41] *** Joins: zours (~zours@replaced-ip)
-
1770[11:04:57] *** Joins: _KaszpiR_ (quasselcor@replaced-ip)
-
1771[11:05:38] *** Joins: eSa| (~esa@replaced-ip)
-
1772[11:05:47] *** Joins: monoxane (~monoxane@replaced-ip)
-
1773[11:07:07] *** Quits: anton02_ (~quassel@replaced-ip) (Remote host closed the connection)
-
1774[11:07:09] <MolluskEmpire> replaced-url
-
1775[11:07:26] *** Joins: anton02 (~quassel@replaced-ip)
-
1776[11:07:31] *** Joins: uhoreg[m] (uhoregmatr@replaced-ip)
-
1777[11:08:45] *** Joins: BrokerOne (~RTFM@replaced-ip)
-
1778[11:08:51] *** valera_ is now known as valera
-
1779[11:09:35] *** Joins: kwesidev (~kwesidev@replaced-ip)
-
1780[11:10:01] <cluelessperson> Hi all, could someone help me understand what's happening here with the RAID?
-
1781[11:10:02] <cluelessperson> replaced-url
-
1782[11:10:32] <cluelessperson> MolluskEmpire, wifi drivers being loaded.
-
1783[11:10:35] *** Joins: NoCode (~NoCode@replaced-ip)
-
1784[11:11:00] *** Joins: hipkomh (~Icedove@replaced-ip)
-
1785[11:11:46] <petn-randall> cluelessperson: Looks like your RAID devices were stopped. What does 'cat /proc/mdstat' show you?
-
1786[11:11:47] *** Quits: bolt (r00t@replaced-ip) (Ping timeout: 272 seconds)
-
1787[11:12:19] <cluelessperson> petn-randall, I'm doing some checking for a pal. He's only able to boot in rescue mode.
-
1788[11:12:35] *** Quits: cdown (~cdown@replaced-ip) (Ping timeout: 252 seconds)
-
1789[11:12:40] <petn-randall> cluelessperson: Ah, then get your pal in here.
-
1790[11:12:47] *** Joins: ThomasJ|m (tjubergmat@replaced-ip)
-
1791[11:12:52] *** Joins: M-shine (shinematri@replaced-ip)
-
1792[11:12:53] *** Joins: bolt (r00t@replaced-ip)
-
1793[11:12:53] *** Joins: M-alex_mayorga (alexmayorg@replaced-ip)
-
1794[11:12:54] *** Joins: gwaaf (gwaafmatri@replaced-ip)
-
1795[11:12:55] *** Joins: M-wkennington (wkenningto@replaced-ip)
-
1796[11:13:49] *** Joins: SymbioticFemale (~Symbiotic@replaced-ip)
-
1797[11:14:22] *** Joins: LorD_n1c0w (~igorhenri@replaced-ip)
-
1798[11:14:35] <SymbioticFemale> i want to fix my broken btrfs filesystem on a debian jessie box it died because hard reset after freezing.
-
1799[11:14:55] *** Quits: canopus (~canopus@replaced-ip) (Ping timeout: 265 seconds)
-
1800[11:14:58] *** Quits: dgncn (~trance@replaced-ip) (Quit: ^^)
-
1801[11:14:59] <SymbioticFemale> anyway, there is an encrypted LVM. LVM is inside the encryption
-
1802[11:15:01] *** Joins: Filiphe (~Filiphe@replaced-ip)
-
1803[11:15:43] <SymbioticFemale> so i've opened it with "cryptsetup open --type luks <device> <mapper>"
-
1804[11:15:43] <MolluskEmpire> cluelessperson, they are which is why I am confused as to not having any wifi connectivity.
-
1805[11:16:17] <cluelessperson> MolluskEmpire, no wifi, in that you see no wifi networks? bad signal? tries to connect and fails?
-
1806[11:16:20] *** Joins: aax (~xaa@replaced-ip)
-
1807[11:17:10] <MolluskEmpire> cluelessperson, I'm seeing no wifi networks also iwconfig gives me lo no wireless extensions. eth0 no wireless extensions.
-
1808[11:17:18] <SymbioticFemale> what now? I tried to check the <mapper> with "btrfs check <mapper>" but it wasn't appropriate, obviously, because lvm, but i've tried "lvdisplay <mapper>" and that said "volume group <mapper> not found"
-
1809[11:17:33] *** Joins: yht (~yht@replaced-ip)
-
1810[11:18:01] *** debhelper sets mode: +l 1650
-
1811[11:18:11] *** Quits: BenNZ (~Ben__@replaced-ip) (Quit: Everytime I think IQ's must have dropped recently, I remember that this is the internet)
-
1812[11:18:38] *** Quits: Al3xG0 (~unix@replaced-ip) (Ping timeout: 252 seconds)
-
1813[11:18:51] *** Joins: Quatroking (~Quatrokin@replaced-ip)
-
1814[11:19:08] *** Joins: Al3xG0 (~unix@replaced-ip)
-
1815[11:19:08] *** Quits: Al3xG0 (~unix@replaced-ip) (Changing host)
-
1816[11:19:08] *** Joins: Al3xG0 (~unix@replaced-ip)
-
1817[11:19:11] *** Joins: ilyaman (ilyaman@replaced-ip)
-
1818[11:19:18] <SymbioticFemale> oh, i found the lvm with lvscan
-
1819[11:20:04] *** Quits: creation (~creation@replaced-ip) (Quit: Leaving)
-
1820[11:20:15] *** Joins: creation (~creation@replaced-ip)
-
1821[11:20:56] *** Joins: pocock_ (~CGI@replaced-ip)
-
1822[11:21:09] *** Joins: geoid (~geoid@replaced-ip)
-
1823[11:21:41] *** Joins: canopus (~canopus@replaced-ip)
-
1824[11:21:55] *** Quits: patterson (~patterson@replaced-ip) (Ping timeout: 272 seconds)
-
1825[11:22:04] *** Joins: BenNZ (~Ben__@replaced-ip)
-
1826[11:22:26] *** Joins: patterson (~patterson@replaced-ip)
-
1827[11:23:23] *** Quits: lowin (~lowin@replaced-ip) (Ping timeout: 256 seconds)
-
1828[11:23:41] *** Joins: radiance|2 (~radiances@replaced-ip)
-
1829[11:24:07] *** Joins: weld_ (~weld@replaced-ip)
-
1830[11:24:19] *** Joins: turfal (~Icedove@replaced-ip)
-
1831[11:24:41] *** Joins: slon (slon@replaced-ip)
-
1832[11:26:05] *** Quits: xet7 (~xet7@replaced-ip) (Quit: Leaving)
-
1833[11:27:29] *** Quits: lorenzo64 (~lorenzo__@replaced-ip) (Ping timeout: 265 seconds)
-
1834[11:27:30] *** Quits: hanshenrik (~hans_henr@replaced-ip) (Ping timeout: 264 seconds)
-
1835[11:27:44] *** Quits: crankyrecursion (~crankyrec@replaced-ip) (Read error: Connection reset by peer)
-
1836[11:27:59] *** Quits: radiance (~radiances@replaced-ip) (Ping timeout: 252 seconds)
-
1837[11:28:09] *** Joins: crankyrecursion (~crankyrec@replaced-ip)
-
1838[11:28:32] *** Quits: glcx (~glcx@replaced-ip) (Ping timeout: 252 seconds)
-
1839[11:28:34] *** Quits: creation (~creation@replaced-ip) (Quit: Leaving)
-
1840[11:28:53] *** Quits: Janos (~Janos@replaced-ip) (Ping timeout: 272 seconds)
-
1841[11:29:02] *** Joins: glcx (~glcx@replaced-ip)
-
1842[11:30:01] *** Joins: PseudoNoob (~PseudoNoo@replaced-ip)
-
1843[11:30:26] *** Joins: Janos (~Janos@replaced-ip)
-
1844[11:31:33] *** Quits: nullbyte_ (~ghost@replaced-ip) (Quit: quit.)
-
1845[11:31:43] *** Quits: btf (~btf@replaced-ip) (Quit: Leaving...)
-
1846[11:32:50] *** Joins: dka (~dka@replaced-ip)
-
1847[11:33:36] *** Joins: Tiffon (~name@replaced-ip)
-
1848[11:34:41] <MolluskEmpire> Times like these I wish my thinkpenguin wifi usb was here
-
1849[11:35:13] *** Quits: gwaaf (gwaafmatri@replaced-ip) (Ping timeout: 272 seconds)
-
1850[11:36:16] *** Joins: lowin (~lowin@replaced-ip)
-
1851[11:36:40] *** Quits: sysvalve (~sysvalve@replaced-ip) (Ping timeout: 265 seconds)
-
1852[11:37:11] *** Joins: Exileur (~remi@replaced-ip)
-
1853[11:37:18] <Exileur> Hi guys
-
1854[11:37:45] *** Joins: sysvalve (~sysvalve@replaced-ip)
-
1855[11:38:17] <chomwitt> is there a package for the emacs manual? i cant find one in aptitude
-
1856[11:38:41] *** Quits: glcx (~glcx@replaced-ip) (Ping timeout: 256 seconds)
-
1857[11:39:25] <HelloAtMega> Hello
-
1858[11:39:33] <HelloAtMega> Anyone use jabber clients here?
-
1859[11:40:33] *** Quits: Wizek__ (~Wizek@replaced-ip) (Ping timeout: 265 seconds)
-
1860[11:40:50] *** Joins: gwaaf (gwaafmatri@replaced-ip)
-
1861[11:40:52] <xar-> jelly: available? :)
-
1862[11:41:44] *** Quits: cyphase (~cyphase@replaced-ip) (Ping timeout: 252 seconds)
-
1863[11:42:13] *** Quits: remo (~remo@replaced-ip) (Ping timeout: 265 seconds)
-
1864[11:42:55] *** Quits: Shentino (~Shentino@replaced-ip) (Read error: Connection reset by peer)
-
1865[11:43:20] <SymbioticFemale> HelloAtMega: yeah
-
1866[11:43:22] <jelly> xar-: no, doing actual work... ask the channel (unless you really need me for some reason, then /msg and I'll look at it when I have time)
-
1867[11:43:44] *** Joins: jirka (~Icedove@replaced-ip)
-
1868[11:44:02] *** Quits: saboru (~saboru@replaced-ip) (Remote host closed the connection)
-
1869[11:44:10] *** Joins: glcx (~glcx@replaced-ip)
-
1870[11:44:10] *** Quits: glcx (~glcx@replaced-ip) (Changing host)
-
1871[11:44:10] *** Joins: glcx (~glcx@replaced-ip)
-
1872[11:44:35] *** Joins: saboru (~saboru@replaced-ip)
-
1873[11:44:43] *** Quits: jirka (~Icedove@replaced-ip) (Client Quit)
-
1874[11:44:50] <HelloAtMega> SymbioticFemale: which one you advise?
-
1875[11:44:57] <HelloAtMega> What about mcabber?
-
1876[11:45:25] <xar-> jelly: hah understood, you were just extremely helpful with my vm dirty pages issue last week, figured I'd go straight to the expert ;)
-
1877[11:45:26] *** Joins: Shentino (~Shentino@replaced-ip)
-
1878[11:45:33] *** Joins: themattbeballin (~WARBIRD19@replaced-ip)
-
1879[11:45:55] <SymbioticFemale> HelloAtMega: i will be moving to mcabber this week because pidgin has libpurple and irssi is buggy
-
1880[11:46:05] <xar-> @ #debian anyone have expertise with debugging 'debootsstrap' getting this curious "cannot create devices" error
-
1881[11:46:16] <jelly> !ask
-
1882[11:46:17] <dpkg> If you have a question, just ask! For example: "I have a problem with ___; I'm running Debian version ___. When I try to do ___ I get the following output ___. I expected it to do ___." Don't ask if you can ask, if anyone uses it, or pick one person to ask. We're all volunteers; make it easy for us to help you. If you don't get an answer try a few hours later or on debian-user@lists.debian.org. See <smart questions><errors>.
-
1883[11:46:28] <shortCircuit__> !ask
-
1884[11:46:29] <dpkg> If you have a question, just ask! For example: "I have a problem with ___; I'm running Debian version ___. When I try to do ___ I get the following output ___. I expected it to do ___." Don't ask if you can ask, if anyone uses it, or pick one person to ask. We're all volunteers; make it easy for us to help you. If you don't get an answer try a few hours later or on debian-user@lists.debian.org. See <smart questions><errors>.
-
1885[11:46:31] <shortCircuit__> cool
-
1886[11:46:49] <jelly> xar-: pastebin full commands and output, see if anyone can make heads or tails out of it
-
1887[11:47:05] *** Quits: geoid (~geoid@replaced-ip) (Read error: Connection reset by peer)
-
1888[11:47:08] <HelloAtMega> SymbioticFemale: ok, forgive me my ignorance but what does irssi has to do with jabber/xmpp?
-
1889[11:47:20] *** Quits: afx_ (~afx_@replaced-ip) (Quit: Leaving)
-
1890[11:47:30] *** Quits: WARBIRD199 (~WARBIRD19@replaced-ip) (Ping timeout: 276 seconds)
-
1891[11:47:30] *** themattbeballin is now known as WARBIRD199
-
1892[11:49:00] <SymbioticFemale> HelloAtMega: it has a module
-
1893[11:49:21] <shortCircuit__> !beer
-
1894[11:49:21] <dpkg> somebody said beer was liquid gold mate
-
1895[11:49:29] <HelloAtMega> ah, ok I didn't know
-
1896[11:49:40] *** Quits: snacs (~snacs.net@124-149-64-47.dyn.iinet.net.au) (Quit: My MacBook has gone to sleep. ZZZzzz…)
-
1897[11:50:12] *** Quits: sysvalve (~sysvalve@replaced-ip) (Ping timeout: 265 seconds)
-
1898[11:50:13] *** Joins: snacs (~snacs.net@124-149-64-47.dyn.iinet.net.au)
-
1899[11:50:28] *** Quits: dubbaluga (~yaaic@replaced-ip) (Ping timeout: 244 seconds)
-
1900[11:53:16] *** Quits: |DM| (~|DM|@replaced-ip) (Remote host closed the connection)
-
1901[11:54:36] *** Quits: BenNZ (~Ben__@replaced-ip) (Quit: Everytime I think IQ's must have dropped recently, I remember that this is the internet)
-
1902[11:55:52] *** Joins: |DM| (~|DM|@replaced-ip)
-
1903[11:56:39] *** Joins: cyan__ (~cyan@replaced-ip)
-
1904[11:56:40] *** Quits: WARBIRD199 (~WARBIRD19@replaced-ip) (Read error: Connection reset by peer)
-
1905[11:57:05] *** Quits: Lipp (~Lipp@replaced-ip) (Remote host closed the connection)
-
1906[11:57:25] *** Joins: remo (~remo@replaced-ip)
-
1907[11:58:17] *** Quits: fredl (fredl@replaced-ip) (Quit: Leaving.)
-
1908[11:58:35] <pingfloyd> did someone say beer? replaced-url
-
1909[11:58:38] *** Joins: WARBIRD199 (~WARBIRD19@replaced-ip)
-
1910[11:58:42] *** Quits: MolluskEmpire (47e5f602@replaced-ip) (Ping timeout: 240 seconds)
-
1911[11:58:52] *** Quits: LNJ2GO (~lnj@replaced-ip) (Remote host closed the connection)
-
1912[11:58:54] *** Joins: fredl (fredl@replaced-ip)
-
1913[11:59:43] *** Joins: molluskempire (47e5f602@replaced-ip)
-
1914[12:00:28] <molluskempire> Mmmm
-
1915[12:00:32] <xar-> jelly: nvm I nailed it, there's this path check in the bash /usr/sbin/debootstrap that's wrong for my environment; manually setting it allows it to function, hooray troubleshooting! :)
-
1916[12:00:33] <molluskempire> STA drivers didn't work either
-
1917[12:00:58] <xar-> I should prolly blog about it at some point, might help others ha
-
1918[12:03:10] *** Joins: cdown (~cdown@replaced-ip)
-
1919[12:03:10] *** Joins: BWMerlin (~Thunderbi@replaced-ip)
-
1920[12:03:20] *** Joins: n3wborn (~n3wborn@replaced-ip)
-
1921[12:03:36] *** Quits: Zvmdyv (~Zvmdyv@replaced-ip) (Remote host closed the connection)
-
1922[12:03:54] *** Quits: bolt (r00t@replaced-ip) (Ping timeout: 244 seconds)
-
1923[12:04:06] *** Quits: Janos (~Janos@replaced-ip) (Ping timeout: 264 seconds)
-
1924[12:04:46] *** Quits: cyan__ (~cyan@replaced-ip) (Remote host closed the connection)
-
1925[12:05:18] *** Joins: bolt (r00t@replaced-ip)
-
1926[12:06:30] *** Quits: lss8 (~lss8@replaced-ip) ()
-
1927[12:06:33] *** Quits: InfoTest (~Thunderbi@replaced-ip) (Quit: InfoTest)
-
1928[12:07:18] *** Joins: lss8 (~lss8@replaced-ip)
-
1929[12:07:18] *** Quits: WARBIRD199 (~WARBIRD19@replaced-ip) (Read error: Connection reset by peer)
-
1930[12:08:19] *** Joins: lorenzo64 (~lorenzo__@replaced-ip)
-
1931[12:08:27] *** Quits: debalance (~debalance@replaced-ip) (Remote host closed the connection)
-
1932[12:08:33] *** Quits: RickXy (~zncadmin@replaced-ip) (Ping timeout: 244 seconds)
-
1933[12:09:13] *** Joins: Lipp (~Lipp@replaced-ip)
-
1934[12:10:01] *** Quits: fredl (fredl@replaced-ip) (Quit: Leaving.)
-
1935[12:10:03] *** Quits: dselect (~dselect@replaced-ip) (Quit: ouch... that hurt)
-
1936[12:10:48] *** Quits: prestin (~textual@replaced-ip) (Quit: My MacBook has gone to sleep. ZZZzzz…)
-
1937[12:11:09] *** Quits: glcx (~glcx@replaced-ip) (Quit: Quitte)
-
1938[12:11:16] *** Joins: prestin (~textual@replaced-ip)
-
1939[12:11:37] *** Quits: prestin (~textual@replaced-ip) (Client Quit)
-
1940[12:11:38] *** Joins: DingoSaar (~hagen@replaced-ip)
-
1941[12:12:05] *** Joins: prestin (~textual@replaced-ip)
-
1942[12:12:25] *** Quits: prestin (~textual@replaced-ip) (Client Quit)
-
1943[12:13:02] *** Joins: dselect (~dselect@replaced-ip)
-
1944[12:13:53] *** Quits: Lipp (~Lipp@replaced-ip) (Ping timeout: 265 seconds)
-
1945[12:14:29] *** Quits: DingoSaar_ (~hagen@replaced-ip) (Ping timeout: 272 seconds)
-
1946[12:14:36] *** Joins: prestin (~textual@replaced-ip)
-
1947[12:14:45] *** Quits: firztspawn (~firztspaw@replaced-ip) (Ping timeout: 244 seconds)
-
1948[12:14:49] *** Quits: prestin (~textual@replaced-ip) (Client Quit)
-
1949[12:15:01] *** Joins: fredl (fredl@replaced-ip)
-
1950[12:15:08] *** Quits: fredl (fredl@replaced-ip) (Remote host closed the connection)
-
1951[12:15:18] *** Joins: firztspawn (~firztspaw@replaced-ip)
-
1952[12:15:18] *** Quits: firztspawn (~firztspaw@replaced-ip) (Changing host)
-
1953[12:15:18] *** Joins: firztspawn (~firztspaw@replaced-ip)
-
1954[12:16:06] *** Joins: prestin (~textual@replaced-ip)
-
1955[12:16:21] *** Joins: fredl (fredl@replaced-ip)
-
1956[12:16:25] *** Quits: prestin (~textual@replaced-ip) (Client Quit)
-
1957[12:16:35] *** Joins: molluskempire_ (47e5f602@replaced-ip)
-
1958[12:16:50] *** Parts: fredl (fredl@replaced-ip)
-
1959[12:18:00] *** debhelper sets mode: +l 1643
-
1960[12:18:19] *** Joins: Gnomethrower (~B@replaced-ip)
-
1961[12:18:19] *** Joins: fredl (fredl@replaced-ip)
-
1962[12:19:02] *** Parts: fredl (fredl@replaced-ip)
-
1963[12:19:17] <SymbioticFemale> i fixed my system by
-
1964[12:19:21] <SymbioticFemale> bye
-
1965[12:19:22] *** Parts: SymbioticFemale (~Symbiotic@replaced-ip)
-
1966[12:20:13] *** Quits: pingfloyd (~pingfloyd@replaced-ip) (Quit: ☮ out)
-
1967[12:20:47] *** Quits: antlarr (~quassel@replaced-ip) (Ping timeout: 252 seconds)
-
1968[12:21:04] *** Joins: fredl (fredl@replaced-ip)
-
1969[12:22:09] *** Joins: f10 (~flo@replaced-ip)
-
1970[12:24:30] *** Joins: shovel_boss (~shovel_bo@replaced-ip)
-
1971[12:25:55] *** Joins: WARBIRD199 (~WARBIRD19@replaced-ip)
-
1972[12:26:33] *** Quits: yht (~yht@replaced-ip) (Remote host closed the connection)
-
1973[12:27:38] *** Joins: Linux4UnMe (~kaddy@replaced-ip)
-
1974[12:28:19] *** Joins: cruncher (~cruncher@replaced-ip)
-
1975[12:28:58] *** Quits: logithack1337 (~logithack@replaced-ip) (Quit: Leaving)
-
1976[12:29:39] *** Joins: antlarr (~quassel@replaced-ip)
-
1977[12:31:17] *** Quits: dtcrshr (~datacrush@replaced-ip) (Ping timeout: 265 seconds)
-
1978[12:31:22] *** Quits: antlarr (~quassel@replaced-ip) (Read error: Connection reset by peer)
-
1979[12:31:47] *** Quits: bolt (r00t@replaced-ip) (Ping timeout: 252 seconds)
-
1980[12:32:25] *** Joins: RickXy (~zncadmin@replaced-ip)
-
1981[12:32:47] *** Joins: bolt (r00t@replaced-ip)
-
1982[12:33:03] *** Quits: Filiphe (~Filiphe@replaced-ip) (Remote host closed the connection)
-
1983[12:33:24] *** Joins: sysvalve (~sysvalve@replaced-ip)
-
1984[12:33:52] *** Joins: osfe__ (~ol@replaced-ip)
-
1985[12:34:15] *** Joins: jbitdrop (~jbitdrop@replaced-ip)
-
1986[12:34:55] *** Quits: jbitdrop (~jbitdrop@replaced-ip) (Client Quit)
-
1987[12:35:07] *** Joins: simmaniac (~sysvalve@replaced-ip)
-
1988[12:35:52] *** Joins: samurailink3 (~samuraili@replaced-ip)
-
1989[12:35:54] *** Joins: electro33 (uid613@replaced-ip)
-
1990[12:37:12] *** Joins: Janos (~Janos@replaced-ip)
-
1991[12:37:17] *** Joins: antlarr (~quassel@replaced-ip)
-
1992[12:37:42] *** Quits: tkla (~tklassen@replaced-ip) (Ping timeout: 264 seconds)
-
1993[12:38:00] *** debhelper sets mode: +l 1650
-
1994[12:38:03] *** Quits: _sfiguser (~sfigguser@replaced-ip) (Ping timeout: 265 seconds)
-
1995[12:38:54] *** Quits: sysvalve (~sysvalve@replaced-ip) (Ping timeout: 264 seconds)
-
1996[12:39:41] *** Quits: davlab (~davlab@replaced-ip) ()
-
1997[12:40:02] *** Quits: hydr0poniX (~hydr0poni@replaced-ip) (Remote host closed the connection)
-
1998[12:40:21] *** Joins: hydr0poniX (~hydr0poni@replaced-ip)
-
1999[12:41:35] *** Quits: rosten (~rosten@replaced-ip) (Ping timeout: 256 seconds)
-
2000[12:42:40] *** Joins: PosterdatiMobile (~posterdat@replaced-ip)
-
2001[12:42:41] *** Joins: _PosterdatiMobil (~posterdat@replaced-ip)
-
2002[12:42:51] *** Quits: _PosterdatiMobil (~posterdat@replaced-ip) (Client Quit)
-
2003[12:43:55] *** Quits: osfe__ (~ol@replaced-ip) (Quit: Konversation terminated!)
-
2004[12:44:36] *** Joins: Putti (~Putti@replaced-ip)
-
2005[12:46:58] *** ChanServ sets mode: +o eir
-
2006[12:46:59] *** eir sets mode: -bo *!*@192.71.249.152 eir
-
2007[12:47:05] *** Joins: Aussie_matt (~quassel@replaced-ip)
-
2008[12:52:24] *** Quits: Gnomethrower (~B@replaced-ip) (Quit: My MacBook has gone to sleep. ZZZzzz…)
-
2009[12:52:36] *** Joins: houtens (~houtens@replaced-ip)
-
2010[12:53:02] *** Parts: houtens (~houtens@replaced-ip)
-
2011[12:54:20] *** Quits: fffatman (~ffamousff@replaced-ip) (Ping timeout: 252 seconds)
-
2012[12:54:31] *** Joins: _sfiguser (~sfigguser@replaced-ip)
-
2013[12:55:57] *** Joins: dioxane (~monoxane@replaced-ip)
-
2014[12:56:32] *** Joins: prestin (~textual@replaced-ip)
-
2015[12:57:23] *** Quits: monoxane (~monoxane@replaced-ip) (Ping timeout: 265 seconds)
-
2016[12:58:52] *** dioxane is now known as monoxane
-
2017[12:58:56] *** Quits: monoxane (~monoxane@replaced-ip) (Changing host)
-
2018[12:58:56] *** Joins: monoxane (~monoxane@replaced-ip)
-
2019[12:59:54] *** Quits: domovoy (~domovoy@replaced-ip) (Remote host closed the connection)
-
2020[13:00:30] *** Quits: super_gollum (~ich@replaced-ip) (Ping timeout: 264 seconds)
-
2021[13:02:24] *** Quits: remo (~remo@replaced-ip) (Read error: Connection reset by peer)
-
2022[13:03:34] *** Joins: buffal0 (~buffal0@replaced-ip)
-
2023[13:03:53] *** Joins: Lipp (~Lipp@replaced-ip)
-
2024[13:04:15] *** Quits: Exileur (~remi@replaced-ip) (Ping timeout: 256 seconds)
-
2025[13:04:19] *** Quits: Lowl3v3l (~Lowl3v3l@replaced-ip) (Remote host closed the connection)
-
2026[13:05:01] *** Quits: dpkg (~dpkg@replaced-ip) (Quit: buh bye!)
-
2027[13:05:34] *** Joins: dpkg (~dpkg@replaced-ip)
-
2028[13:05:42] *** Joins: Exileur (~remi@replaced-ip)
-
2029[13:05:49] *** Joins: Lowl3v3l (~Lowl3v3l@replaced-ip)
-
2030[13:06:06] *** Joins: ffatman (~ffamousff@replaced-ip)
-
2031[13:06:16] *** Joins: xiaodong (~xiaodong@replaced-ip)
-
2032[13:06:43] *** bolovanos_ is now known as bolovanos
-
2033[13:07:58] *** Quits: Lipp (~Lipp@replaced-ip) (Ping timeout: 244 seconds)
-
2034[13:08:09] <boxrick1> Can anyone remind me of the command for dpkg which lists all the available options so I can set them so I can automate an install?
-
2035[13:08:54] <baum> boxrick1: man dpkg?
-
2036[13:11:13] *** Joins: imhighowareyou (uid149471@replaced-ip)
-
2037[13:11:23] *** Quits: imhighowareyou (uid149471@replaced-ip) (Changing host)
-
2038[13:11:23] *** Joins: imhighowareyou (uid149471@replaced-ip)
-
2039[13:11:23] *** Quits: imhighowareyou (uid149471@replaced-ip) (Changing host)
-
2040[13:11:23] *** Joins: imhighowareyou (uid149471@replaced-ip)
-
2041[13:11:32] *** Joins: nikoma (~nikoma@replaced-ip)
-
2042[13:11:54] *** Quits: Janos (~Janos@replaced-ip) (Ping timeout: 264 seconds)
-
2043[13:12:26] *** Joins: chomwitt1 (~chomwitt@replaced-ip)
-
2044[13:12:29] *** Quits: conformist (~conformis@replaced-ip) (Ping timeout: 252 seconds)
-
2045[13:13:03] *** Quits: EmleyMoor (phil@replaced-ip) (Quit: Recasing machine)
-
2046[13:13:06] *** Quits: chomwitt (~chomwitt@replaced-ip) (Ping timeout: 264 seconds)
-
2047[13:13:21] *** Joins: super_gollum (~ich@replaced-ip)
-
2048[13:13:40] *** Joins: TwistedFate (~TwistedFa@replaced-ip)
-
2049[13:13:57] *** Joins: lars_ (~lars@replaced-ip)
-
2050[13:14:12] <TwistedFate> Hi everyone, is it possible to get kernel 4.7 in debian stable and for it to work without hassle with it?
-
2051[13:15:22] *** Joins: Janos (~Janos@replaced-ip)
-
2052[13:16:05] <towo^work> use backports
-
2053[13:16:46] *** Joins: jbitdrop (~jbitdrop@replaced-ip)
-
2054[13:17:25] <Linux4UnMe> TwistedFate, replaced-url
-
2055[13:18:44] <teraflops> Linux4UnMe: what's that?
-
2056[13:18:52] <TwistedFate> Linux4UnMe, Thank you, I watched your videos before :) I didn't know you use debian :)
-
2057[13:18:56] <babilen> dpkg: bdo kernel
-
2058[13:18:56] <dpkg> Newer kernels for Debian stable releases are available from the "jessie-backports" repository. Ask me about <jessie backports> to modify your sources.list, then run «aptitude update». To install the current backported kernel: «aptitude -t jessie-backports install linux-image-`uname -r|sed 's,[^-]*-[^-]*-,,'`». To list available backported kernel image packages: «aptitude search '?narrow(~nlinux-image,?origin(Debian Backports))'».
-
2059[13:19:07] <TwistedFate> it is an old vid tho
-
2060[13:19:24] <babilen> (don't forget firmware and microcode from there also)
-
2061[13:20:31] <Linux4UnMe> same procedure to add backports and upgrade the kernel... assuming the user can differentiate between wheezy and jessie.... if not they probably shouldn't use debian...
-
2062[13:20:40] <muugal> .
-
2063[13:21:25] *** Joins: paranoidfactoid (6a45e3e9@replaced-ip)
-
2064[13:21:25] <Linux4UnMe> TwistedFate, ;)
-
2065[13:21:56] <TwistedFate> oh i meant it is an old vid regarding you using debian, not about the procedure, that part is clear :)
-
2066[13:22:06] *** Quits: LotharKAtt (~lelouch@replaced-ip) (Ping timeout: 264 seconds)
-
2067[13:22:48] *** Joins: remo (~remo@replaced-ip)
-
2068[13:22:51] <Linux4UnMe> TwistedFate, ah ok, all good :) Yeah, time flies :D
-
2069[13:23:30] <TwistedFate> Linux4UnMe, I am glad that you are still around, I enjoyed your videos.
-
2070[13:23:34] *** Joins: morphis__ (~morphis@replaced-ip)
-
2071[13:23:47] *** Quits: dcampano (~dcampano@replaced-ip) (Quit: dcampano)
-
2072[13:23:55] *** Joins: kiwi_7133 (hamburgerz@replaced-ip)
-
2073[13:24:05] <Linux4UnMe> TwistedFate, haven't been very active on youtube but yeah I'm around... :D
-
2074[13:24:05] *** Joins: cyborg-one (~cyborg-on@replaced-ip)
-
2075[13:24:30] *** Quits: morphis_ (~morphis@replaced-ip) (Ping timeout: 264 seconds)
-
2076[13:25:08] <TwistedFate> Linux4UnMe, That's ok man, you have a lot of content as it is. It will take a lot of time to go through it all :D
-
2077[13:25:29] <paranoidfactoid> Newbie question: how is resolution independence on a recent distro? If I wanted a 4k or 5k monitor, will fonts, icons, and application widgets scale?
-
2078[13:26:00] <Linux4UnMe> TwistedFate, haha true that... ran out of damn things that I'm interested enough in covering :D
-
2079[13:26:31] *** Quits: beep (~beeps@replaced-ip) (Quit: Leaving)
-
2080[13:27:04] <teraflops> if youtube is now a reliable source for linux this world deserves to end in endless pain and fire
-
2081[13:27:12] <teraflops> imho
-
2082[13:27:58] <Linux4UnMe> teraflops, lol perhaps... but I did my best :D
-
2083[13:28:08] <TwistedFate> teraflops, dont be like that, there are some good and interesting stuff on it
-
2084[13:28:23] *** Quits: dc5ala (~dc5ala@replaced-ip) (Quit: Ex-Chat)
-
2085[13:28:27] <teraflops> Linux4UnMe: not saying for you, I didn't watch the video
-
2086[13:28:46] <teraflops> TwistedFate: I dont think so but yeah sorry
-
2087[13:29:35] *** Joins: czesmir_ (~stefan@replaced-ip)
-
2088[13:30:04] <Linux4UnMe> I agree that youtube is a terrible place for linux info mostly... but sometimes it helps to have a visual of what is going on :) Just might take about 20 videos to find a good one :)
-
2089[13:30:06] *** Joins: andril (~andril@replaced-ip)
-
2090[13:30:58] <andril> hello all
-
2091[13:31:47] *** Quits: kiwi_7133 (hamburgerz@replaced-ip##) (Quit: ##replaced-url
-
2092[13:32:43] <teraflops> Linux4UnMe: well I apologize, it sounded rude by my side
-
2093[13:32:50] *** Quits: czesmir (~stefan@replaced-ip) (Ping timeout: 252 seconds)
-
2094[13:33:01] *** Joins: conformist (~conformis@replaced-ip)
-
2095[13:33:12] *** Quits: TwistedFate (~TwistedFa@replaced-ip) (Quit: Leaving)
-
2096[13:34:11] <Linux4UnMe> teraflops, I appreciate that... but I'm not easily offended :)
-
2097[13:34:39] *** Joins: jeddi (~jedd@replaced-ip)
-
2098[13:34:42] *** Quits: paranoidfactoid (6a45e3e9@replaced-ip) (Ping timeout: 240 seconds)
-
2099[13:35:10] *** Quits: fffgfw (~BH3QCK@replaced-ip) (Quit: fffgfw)
-
2100[13:36:41] *** Joins: btf (~btf@replaced-ip)
-
2101[13:38:06] *** Joins: syn43 (~syn43@replaced-ip)
-
2102[13:38:11] *** Joins: l3archos (~Icedove@replaced-ip)
-
2103[13:38:45] *** Quits: shyam-id-au (caaba4bb@replaced-ip) (Quit: Page closed)
-
2104[13:39:06] *** Quits: syn43 (~syn43@replaced-ip) (Client Quit)
-
2105[13:40:20] *** Quits: izua (~temp@replaced-ip) (Ping timeout: 265 seconds)
-
2106[13:42:56] *** Joins: blippyJon (~blippyJon@replaced-ip)
-
2107[13:43:49] *** Quits: lorenzo64 (~lorenzo__@replaced-ip) (Quit: Leaving)
-
2108[13:46:56] *** Joins: davetk (~davetk@replaced-ip)
-
2109[13:47:24] *** Joins: Y04NN_ (~y04nn@replaced-ip)
-
2110[13:47:42] *** Quits: gnupyx (5a3567a5@replaced-ip) (Ping timeout: 240 seconds)
-
2111[13:47:55] *** Quits: Ridout (~coffee@replaced-ip) (Quit: Lost terminal)
-
2112[13:49:26] *** Quits: hipkomh (~Icedove@replaced-ip) (Remote host closed the connection)
-
2113[13:49:36] *** Joins: QwertyDragon (~QwertyDra@replaced-ip)
-
2114[13:49:47] *** Joins: QwertyDragon_ (~QwertyDra@replaced-ip)
-
2115[13:49:48] *** Quits: QwertyDragon (~QwertyDra@replaced-ip) (Read error: Connection reset by peer)
-
2116[13:49:51] *** Joins: hipkomh (~Icedove@replaced-ip)
-
2117[13:49:58] *** Quits: QwertyDragon_ (~QwertyDra@replaced-ip) (Read error: Connection reset by peer)
-
2118[13:50:33] *** Joins: QwertyDragon (~QwertyDra@replaced-ip)
-
2119[13:50:45] *** Quits: Y04NN (~y04nn@replaced-ip) (Ping timeout: 272 seconds)
-
2120[13:51:51] *** Quits: RickXy (~zncadmin@replaced-ip) (Ping timeout: 256 seconds)
-
2121[13:52:55] *** Joins: douzer (~douzer@replaced-ip)
-
2122[13:53:18] *** Joins: v0r0nwe (~v0r0nwe@replaced-ip)
-
2123[13:53:33] *** Quits: douzer (~douzer@replaced-ip) (Max SendQ exceeded)
-
2124[13:54:00] *** Quits: LordDeath (~LordDeath@replaced-ip) (Read error: Connection reset by peer)
-
2125[13:54:29] *** Joins: AfroThundr (~AfroThund@replaced-ip)
-
2126[13:54:32] *** Quits: AfroThundr (~AfroThund@replaced-ip) (Max SendQ exceeded)
-
2127[13:54:42] *** Quits: molluskempire (47e5f602@replaced-ip) (Ping timeout: 240 seconds)
-
2128[13:54:46] *** Quits: v0r0nwe (~v0r0nwe@replaced-ip) (Client Quit)
-
2129[13:55:17] *** Quits: shovel_boss (~shovel_bo@replaced-ip) (Quit: Leaving)
-
2130[13:55:21] *** Quits: katyucha (~katyucha@replaced-ip) (Ping timeout: 240 seconds)
-
2131[13:55:28] *** Joins: LordDeath_ (~LordDeath@replaced-ip)
-
2132[13:55:40] *** Joins: katyucha (~katyucha@replaced-ip)
-
2133[13:55:41] *** Joins: RickXy (~zncadmin@replaced-ip)
-
2134[13:55:42] *** Quits: molluskempire_ (47e5f602@replaced-ip) (Ping timeout: 240 seconds)
-
2135[13:55:54] *** Joins: anigma_ (c1474d04@replaced-ip)
-
2136[13:56:47] *** Joins: osfe__ (~ol@replaced-ip)
-
2137[13:57:58] *** Joins: Y04NN (~y04nn@replaced-ip)
-
2138[13:58:02] *** Quits: LordDeath_ (~LordDeath@replaced-ip##) (Quit: ZNC - ##replaced-url
-
2139[13:59:21] *** Joins: LordDeath (~LordDeath@replaced-ip)
-
2140[13:59:26] *** Quits: neurot (~neurosis@replaced-ip) (Quit: Leaving)
-
2141[13:59:54] *** Quits: Kulrak (~kvirc@replaced-ip) (Ping timeout: 264 seconds)
-
2142[14:00:42] *** Joins: neurot (~neurosis@replaced-ip)
-
2143[14:00:52] *** Joins: dcampano (~dcampano@replaced-ip)
-
2144[14:01:42] *** Quits: Y04NN_ (~y04nn@replaced-ip) (Ping timeout: 244 seconds)
-
2145[14:01:43] *** Joins: nighty (~nighty@replaced-ip)
-
2146[14:01:48] *** Joins: jpgepetto (~jean-phil@replaced-ip)
-
2147[14:02:16] *** Quits: davetk (~davetk@replaced-ip) (Quit: Leaving)
-
2148[14:02:34] *** Joins: Lipp (~Lipp@replaced-ip)
-
2149[14:03:38] *** Joins: krytarik (~krytarik@replaced-ip)
-
2150[14:04:09] *** Joins: zero85 (~zero@replaced-ip)
-
2151[14:04:13] *** Joins: kiwi_39603 (hamburgerz@replaced-ip)
-
2152[14:04:37] *** Quits: fooctrl (~havoc@replaced-ip##) (Quit: ... ##replaced-url
-
2153[14:05:46] *** Quits: kiwi_39603 (hamburgerz@replaced-ip##) (Quit: ##replaced-url
-
2154[14:05:50] *** Quits: osfe__ (~ol@replaced-ip) (Ping timeout: 252 seconds)
-
2155[14:07:42] *** Quits: RickXy (~zncadmin@replaced-ip) (Ping timeout: 264 seconds)
-
2156[14:07:58] *** Joins: fooctrl (~havoc@replaced-ip)
-
2157[14:08:35] *** Quits: CeBe (~cebe@replaced-ip) (Ping timeout: 252 seconds)
-
2158[14:10:32] *** Joins: dunderproto (~dunderpro@replaced-ip)
-
2159[14:10:47] *** Quits: Hootch1 (~Thunderbi@replaced-ip) (Quit: Hootch1)
-
2160[14:11:06] *** Joins: RickXy (~zncadmin@replaced-ip)
-
2161[14:11:33] *** Quits: neurot (~neurosis@replaced-ip) (Quit: Leaving)
-
2162[14:11:43] *** Joins: neurot (~neurosis@replaced-ip)
-
2163[14:13:06] *** Quits: anigma_ (c1474d04@replaced-ip) (Quit: Page closed)
-
2164[14:13:29] *** Joins: Kulrak (~kvirc@replaced-ip)
-
2165[14:13:29] *** Quits: Kulrak (~kvirc@replaced-ip) (Changing host)
-
2166[14:13:29] *** Joins: Kulrak (~kvirc@replaced-ip)
-
2167[14:13:32] *** Joins: hanshenrik (~hans_henr@replaced-ip)
-
2168[14:14:51] *** Joins: wokedame (~sfgsfdsad@replaced-ip)
-
2169[14:15:49] *** Joins: donofrio (~donofrio@replaced-ip)
-
2170[14:16:25] *** Quits: thunderrd (~thunderrd@replaced-ip) (Quit: Leaving)
-
2171[14:17:00] *** Joins: Rokula (~aki@replaced-ip)
-
2172[14:18:06] *** Quits: RickXy (~zncadmin@replaced-ip) (Ping timeout: 265 seconds)
-
2173[14:18:34] *** Joins: RickXy (~zncadmin@replaced-ip)
-
2174[14:19:13] *** Joins: greycat (~wooledg@replaced-ip)
-
2175[14:19:16] *** Quits: Rokula (~aki@replaced-ip) (Client Quit)
-
2176[14:19:16] *** Quits: karl_ (~karl@replaced-ip) (Remote host closed the connection)
-
2177[14:21:47] *** Joins: bluenemo (~bluenemo@replaced-ip)
-
2178[14:21:51] *** Quits: BWMerlin (~Thunderbi@replaced-ip) (Ping timeout: 244 seconds)
-
2179[14:22:12] *** Quits: Almtesh (~Almtesh@replaced-ip) (Remote host closed the connection)
-
2180[14:22:54] *** Quits: anton02 (~quassel@replaced-ip) (Remote host closed the connection)
-
2181[14:22:56] *** Quits: neurot (~neurosis@replaced-ip) (Quit: Leaving)
-
2182[14:24:30] *** Quits: Janos (~Janos@replaced-ip) (Ping timeout: 264 seconds)
-
2183[14:25:18] *** Joins: neurot (~neurosis@replaced-ip)
-
2184[14:25:34] *** Quits: hipkomh (~Icedove@replaced-ip) (Remote host closed the connection)
-
2185[14:26:08] *** Joins: menace (~knorr@replaced-ip)
-
2186[14:26:25] *** Quits: Ryushin (chris@replaced-ip) (Ping timeout: 256 seconds)
-
2187[14:26:53] *** Joins: dreamon_ (~dreamon@replaced-ip)
-
2188[14:28:05] *** Joins: yaume_ (~gchenuet@replaced-ip)
-
2189[14:30:35] *** Quits: yaume (~gchenuet@replaced-ip) (Ping timeout: 252 seconds)
-
2190[14:30:42] *** Quits: PseudoNoob (~PseudoNoo@replaced-ip) (Remote host closed the connection)
-
2191[14:31:17] *** Quits: Eryn_1983_FL (~Eryn_1983@replaced-ip) (Ping timeout: 272 seconds)
-
2192[14:33:59] *** Quits: turfal (~Icedove@replaced-ip) (Quit: turfal)
-
2193[14:34:09] *** Quits: ransur0t (~ransur0t@replaced-ip) (Remote host closed the connection)
-
2194[14:34:21] *** Joins: WayToDoor (~milk.bott@193.55.29.169)
-
2195[14:34:25] *** Quits: WayToDoor (~milk.bott@193.55.29.169) (Client Quit)
-
2196[14:35:00] *** Quits: blippyJon (~blippyJon@replaced-ip) (Quit: Leaving)
-
2197[14:36:18] *** Quits: marsjaninzmarsa (~marsjanin@replaced-ip##) (Quit: ZNC 1.7.x-git-487-cbf5c38 - ##replaced-url
-
2198[14:36:39] *** Joins: marsjaninzmarsa (~marsjanin@replaced-ip)
-
2199[14:37:03] *** Joins: fguillot (~fguillot@replaced-ip)
-
2200[14:38:02] *** Quits: arturo (~arturo@replaced-ip) (Remote host closed the connection)
-
2201[14:38:07] *** Joins: hexadecimal (~hexadecim@replaced-ip)
-
2202[14:38:08] *** Quits: RA3OR (~demon@replaced-ip) (*.net *.split)
-
2203[14:38:08] *** Quits: AntiSpamMeta (~MetaBot@replaced-ip) (*.net *.split)
-
2204[14:38:08] *** Quits: quarters (quarters@replaced-ip) (*.net *.split)
-
2205[14:38:08] *** Quits: tabakhase (tabakhase@replaced-ip) (*.net *.split)
-
2206[14:38:08] *** Quits: DrOwl (~drowl@replaced-ip) (*.net *.split)
-
2207[14:38:08] *** Quits: wingman2` (~wingman2@replaced-ip) (*.net *.split)
-
2208[14:38:08] *** Quits: MattE (~matt@replaced-ip) (*.net *.split)
-
2209[14:38:16] *** Joins: wingman2 (~wingman2@replaced-ip)
-
2210[14:38:32] *** Joins: DrOwl (~drowl@replaced-ip)
-
2211[14:38:33] *** Joins: MattE (~matt@replaced-ip)
-
2212[14:38:42] *** Joins: RA3OR (~demon@replaced-ip)
-
2213[14:38:42] *** Quits: RA3OR (~demon@replaced-ip) (Changing host)
-
2214[14:38:42] *** Joins: RA3OR (~demon@replaced-ip)
-
2215[14:38:43] *** Joins: AntiSpamMeta (~MetaBot@replaced-ip)
-
2216[14:38:44] *** Joins: tabakhase (tabakhase@replaced-ip)
-
2217[14:39:22] *** Quits: dreamon_ (~dreamon@replaced-ip) (Ping timeout: 265 seconds)
-
2218[14:40:27] *** Quits: lsv (~nn@replaced-ip) (Read error: Connection reset by peer)
-
2219[14:41:03] *** Quits: BaW (~BaW@replaced-ip) (Ping timeout: 276 seconds)
-
2220[14:41:35] *** Quits: luckman212 (~luckman21@replaced-ip) (Ping timeout: 252 seconds)
-
2221[14:41:50] *** Joins: pavlushka (~Pavel@replaced-ip)
-
2222[14:41:58] *** Joins: dreamon_ (~dreamon@replaced-ip)
-
2223[14:42:05] *** Parts: axisys (~axisys@replaced-ip)
-
2224[14:42:57] *** Quits: Aussie_matt (~quassel@replaced-ip) (Remote host closed the connection)
-
2225[14:43:37] *** Joins: cyan__ (~cyan@replaced-ip)
-
2226[14:43:44] *** Joins: BaW (~BaW@replaced-ip)
-
2227[14:44:04] *** Quits: n3wborn (~n3wborn@replaced-ip) (Quit: leaving)
-
2228[14:44:15] *** Joins: opv (~council@replaced-ip)
-
2229[14:44:21] *** Joins: Eryn_1983_FL (~Eryn_1983@replaced-ip)
-
2230[14:44:49] *** Quits: zakomo-es (~zakomo@replaced-ip) (Quit: Leaving)
-
2231[14:45:12] *** Quits: shortCircuit__ (6a334143@replaced-ip) (Ping timeout: 240 seconds)
-
2232[14:45:14] *** Joins: n3wborn (~n3wborn@replaced-ip)
-
2233[14:46:29] *** Joins: thunderrd (~thunderrd@replaced-ip)
-
2234[14:46:39] *** Joins: luckman212 (~luckman21@replaced-ip)
-
2235[14:47:04] <opv> hi everyone, i have some trouble with seafile on a debian jessie machine - managing the service using /etc/init.d/ works like a charm, but systemd for some reason can't manage it. this leads to the service not being started at boot. like with other services, there's no dedicated unit file, but an initscript. can you guys help me out?
-
2236[14:47:05] *** Quits: dreamon_ (~dreamon@replaced-ip) (Ping timeout: 252 seconds)
-
2237[14:47:39] *** Quits: xiaodong (~xiaodong@replaced-ip) (Remote host closed the connection)
-
2238[14:48:14] <greycat> opv: if you're using init.d scripts, then you need the ENTIRE sysvinit infrastructure to be in place for it -- the symlinks from /etc/rc2.d/ and the parsed comments (!!!) inside the script that allow the magical thingy to calculate dependencies, and so on.
-
2239[14:48:42] <greycat> Maybe you can get by with the just rc*.d symlinks and not the parsed comments. I sure hope so, because I never bothered to learn how to write those stupid-ass comments.
-
2240[14:49:01] *** Quits: hexadecimal (~hexadecim@replaced-ip) (Quit: bbl)
-
2241[14:49:26] <opv> that is present. if by parsed comments you mean the stuff between # BEGIN INIT INFO and # END INIT INFO, it's there aswell
-
2242[14:49:35] *** Quits: kwesidev (~kwesidev@replaced-ip) (Quit: WeeChat 1.5)
-
2243[14:50:10] <opv> doing /etc/init.d/seafile-server start works like a charm - doing systemctl start seafile-server.service fails
-
2244[14:50:10] *** Quits: thunderrd (~thunderrd@replaced-ip) (Remote host closed the connection)
-
2245[14:51:14] <greycat> Did you created the /etc/rc*.d/ symlinks? With the capital S and all that?
-
2246[14:51:23] <opv> yes, they're there
-
2247[14:51:38] *** Quits: endstille (~endstille@replaced-ip##) (Quit: KVIrc 4.2.0 Equilibrium ##replaced-url
-
2248[14:51:48] <greycat> Did you do "systemctl daemon-reload" to make it reread everything?
-
2249[14:51:56] *** Quits: reev (~reev@replaced-ip) (Ping timeout: 265 seconds)
-
2250[14:52:28] <opv> just did, doesn't help
-
2251[14:52:42] *** Quits: lenovo_lover (~lenovo_lo@replaced-ip) (Ping timeout: 264 seconds)
-
2252[14:53:39] *** Quits: cyan__ (~cyan@replaced-ip) (Remote host closed the connection)
-
2253[14:54:28] <opv> journalctl says "control process exited, code=exited status=1" - however when manually executing the contents of the startscript, exit codes are 0
-
2254[14:55:12] *** Joins: hexadecimal (~hexadecim@replaced-ip)
-
2255[14:55:13] *** Joins: maziar (~textual@replaced-ip)
-
2256[14:55:26] *** Quits: Whiskey (~Whiskey@replaced-ip) (Ping timeout: 244 seconds)
-
2257[14:55:31] *** Quits: maziar (~textual@replaced-ip) (Changing host)
-
2258[14:55:31] *** Joins: maziar (~textual@replaced-ip)
-
2259[14:55:44] <opv> can i create like a mock unit file which simply calls /etc/init.d ?
-
2260[14:56:11] <greycat> The systemd-sysv package is supposed to do that already.
-
2261[14:56:41] <opv> what irritates me is that all other services using oldschool initscripts work
-
2262[14:56:45] *** Quits: sasukeskapa (~sasukeska@replaced-ip) (Quit: Leaving)
-
2263[14:57:13] <greycat> That usually points to either systemd being *confused* about something, or some part of your rc*.d infrastructure being wrong.
-
2264[14:58:00] *** debhelper sets mode: +l 1637
-
2265[14:58:03] *** Joins: _foldLeft (~foldleft@replaced-ip)
-
2266[14:58:29] <greycat> Did you do "systemctl stop myservice" and "systemctl start myservice" and "systemctl status myservice" yet? (Don't try "restart" or "reload". Do a full stop and start.)
-
2267[14:58:58] <greycat> And it's important that these have been done *after* the daemon-reload.
-
2268[14:59:11] *** Quits: enki (~enki@replaced-ip) (Quit: .)
-
2269[14:59:41] *** Joins: enki (~enki@replaced-ip)
-
2270[14:59:54] <opv> the stop command is being ignored
-
2271[15:00:13] <greycat> How do you know?
-
2272[15:00:16] <opv> and (after manually killing the service), the start command doesn't do anything
-
2273[15:00:24] <opv> because the service is still running with the same PID's
-
2274[15:00:42] *** Joins: ANSCH (~ANSCH@replaced-ip)
-
2275[15:01:00] *** Quits: dunderproto (~dunderpro@replaced-ip) (Quit: WeeChat 1.5)
-
2276[15:01:19] <opv> i can restart it via init.d and get new PID's
-
2277[15:01:29] *** Joins: Whiskey (~Whiskey@replaced-ip)
-
2278[15:02:06] *** Quits: fredl (fredl@replaced-ip) (Quit: Leaving.)
-
2279[15:02:25] <opv> whatever systemctl command, the errormsg is the same: "control process exited, code=exited status=1"
-
2280[15:03:23] <greycat> And the *timestamps* are the same? That means you're still looking at old, cached information. It hasn't *done* anything because it's *confused* but I do not know why.
-
2281[15:03:56] <opv> nope, timestamps are different
-
2282[15:04:15] <opv> always the current time
-
2283[15:04:45] *** Joins: n0wje (~anthony@replaced-ip)
-
2284[15:05:35] <opv> wtf... it just did it now
-
2285[15:05:52] *** Joins: thunderrd (~thunderrd@replaced-ip)
-
2286[15:06:07] *** Joins: rrehbein (~rrehbein@replaced-ip)
-
2287[15:06:14] *** Quits: Tempesta (~Tempesta@replaced-ip) (Quit: See ya!)
-
2288[15:07:06] *** Quits: _sfiguser (~sfigguser@replaced-ip) (Ping timeout: 264 seconds)
-
2289[15:07:23] *** Quits: Ceber (~cerberus@replaced-ip) (Ping timeout: 272 seconds)
-
2290[15:07:49] *** Quits: btf (~btf@replaced-ip) (Quit: Leaving...)
-
2291[15:07:50] *** Joins: quarters (quarters@replaced-ip)
-
2292[15:08:58] *** Joins: tsu (~tar.gz@188.29.165.106.threembb.co.uk)
-
2293[15:08:59] *** Quits: damio (sid156328@replaced-ip) ()
-
2294[15:09:16] *** Joins: damio (sid156328@replaced-ip)
-
2295[15:09:23] *** Joins: dreamon (~dreamon@replaced-ip)
-
2296[15:09:36] *** Quits: NiLon (nilon@replaced-ip) (Changing host)
-
2297[15:09:36] *** Joins: NiLon (nilon@replaced-ip)
-
2298[15:10:16] <tsu> Hi i have a question, ive tried to google it but cant confirm still, is kernel 4.4.23 supporting arm 7 ? Im working with the rpi
-
2299[15:10:36] *** Quits: andril (~andril@replaced-ip) (Quit: WeeChat 1.6)
-
2300[15:10:47] *** Quits: marsjaninzmarsa (~marsjanin@replaced-ip) (*.net *.split)
-
2301[15:10:47] *** Quits: cferry (~cferry@replaced-ip) (*.net *.split)
-
2302[15:10:48] *** Quits: r0ncalli (~pommes@replaced-ip) (*.net *.split)
-
2303[15:10:56] *** Quits: Exileur (~remi@replaced-ip) (Ping timeout: 244 seconds)
-
2304[15:12:08] *** Joins: marsjaninzmarsa (~marsjanin@replaced-ip)
-
2305[15:12:14] *** Joins: [tsu] (~tar.gz@90.218.26.241)
-
2306[15:12:25] *** Quits: Linux4UnMe (~kaddy@replaced-ip) (Remote host closed the connection)
-
2307[15:13:00] *** Joins: Ceber (~cerberus@replaced-ip)
-
2308[15:13:20] *** Joins: andor2007 (~andor2007@replaced-ip)
-
2309[15:13:25] *** Joins: cferry (~cferry@replaced-ip)
-
2310[15:13:32] *** Joins: r0ncalli (~pommes@replaced-ip)
-
2311[15:13:38] *** Joins: otirc (~fish@replaced-ip)
-
2312[15:13:41] *** Quits: katyucha (~katyucha@replaced-ip) (Quit: leaving)
-
2313[15:13:49] *** Quits: n0wje (~anthony@replaced-ip) (Remote host closed the connection)
-
2314[15:13:51] *** Parts: andor2007 (~andor2007@replaced-ip)
-
2315[15:13:58] *** Joins: RTFM[away] (~RTFMaway]@replaced-ip)
-
2316[15:14:15] *** Joins: n0wje (~anthony@replaced-ip)
-
2317[15:14:21] *** Quits: canopus (~canopus@replaced-ip) (Ping timeout: 272 seconds)
-
2318[15:14:55] *** Joins: ThCTLo (~thctlo@replaced-ip)
-
2319[15:15:08] *** Quits: johnnyfive (~johnnyfiv@replaced-ip) (Ping timeout: 252 seconds)
-
2320[15:15:40] *** Parts: ThCTLo (~thctlo@replaced-ip)
-
2321[15:16:06] *** Quits: tsu (~tar.gz@188.29.165.106.threembb.co.uk) (Ping timeout: 244 seconds)
-
2322[15:16:48] *** Joins: calisto (~calisto@replaced-ip)
-
2323[15:16:53] *** Quits: OerHeks (~OerHeks@replaced-ip) (Ping timeout: 272 seconds)
-
2324[15:17:33] *** Quits: BenderRodriguez (~Foxhoundz@replaced-ip) (*.net *.split)
-
2325[15:17:34] *** Quits: GeorgeJipa (~admin@replaced-ip) (*.net *.split)
-
2326[15:17:36] *** Joins: lenovo_lover (~lenovo_lo@replaced-ip)
-
2327[15:17:40] *** Joins: canopus (~canopus@replaced-ip)
-
2328[15:18:06] <bigterd> opinion, for doing quick and dirty file corruption and comparion checks, which algorithm should i use? i've decided on rhash, but md5? crc32? data checks are varioius sizes, GB to 10Tb....
-
2329[15:18:28] *** Joins: SpeccyMan (~nick@replaced-ip)
-
2330[15:18:33] *** Quits: n0wje (~anthony@replaced-ip) (Client Quit)
-
2331[15:18:53] *** Joins: judge_pepe (~marian@replaced-ip)
-
2332[15:18:54] *** Joins: johnnyfive (~johnnyfiv@replaced-ip)
-
2333[15:19:09] <greycat> For quick and dirty I'd go with md5. Very likely to be available.
-
2334[15:19:12] <Iridos> dpkg, armhf
-
2335[15:19:12] <dpkg> armhf is a port of Debian requiring a floating-point unit (FPU) found in modern <ARM> hardware. It explicitly targets version 7 of the ARM architecture (i.e. not the Raspberry Pi), using the hard-float version of the ARM EABI. The armhf architecture was introduced at Debian 7.0 "Wheezy". replaced-url
-
2336[15:19:25] *** Quits: tinkersh (~TinkerSh@replaced-ip) (Ping timeout: 272 seconds)
-
2337[15:20:06] *** Joins: _sfiguser (~sfigguser@replaced-ip)
-
2338[15:20:19] <Iridos> oh, he was gone already anyway
-
2339[15:20:32] *** Quits: judge_pepe (~marian@replaced-ip) (Client Quit)
-
2340[15:20:41] *** Quits: lstieb (~lstieb@replaced-ip) (Ping timeout: 272 seconds)
-
2341[15:20:46] *** Joins: PseudoNoob (~PseudoNoo@replaced-ip)
-
2342[15:20:50] <bigterd> be nice to find something that's multithreaded,
-
2343[15:21:00] <bigterd> seems as though rhash isn't out of the box
-
2344[15:21:27] *** Joins: macartur (uid39242@replaced-ip)
-
2345[15:23:03] *** Quits: lenovo_lover (~lenovo_lo@replaced-ip) (Quit: Leaving)
-
2346[15:23:28] <greycat> Oh, so "quick and dirty" was a complete lie....
-
2347[15:23:29] *** Joins: xaa (~xaa@replaced-ip)
-
2348[15:23:46] <Iridos> heh
-
2349[15:23:50] <greycat> You want something "complicated and unlikely to work".
-
2350[15:24:08] <bigterd> well, just sime data comparision that's not mission critical, but be nice to find a faster way of using the simplist algorithm
-
2351[15:24:23] <bigterd> can't have both obvioiusly,
-
2352[15:24:23] <ADubhlaoich> I've unfortunately discovered I cannot write to an external USB drive due to some permissions-related BS involving the fact it's formatted in NTFS. There's workarounds but I'm going nuclear; is FAT32 the recommended type?
-
2353[15:24:59] <greycat> I would totally prefer vfat over ntfs for an external USB drive.
-
2354[15:25:03] *** Joins: ExoUNX (~textual@replaced-ip)
-
2355[15:25:21] <greycat> ext3 is not a terrible choice either, if the drive never has to touch a Windows machine
-
2356[15:25:28] *** Joins: izua (~temp@replaced-ip)
-
2357[15:25:55] *** Quits: Slumlord_ (~Slumlord_@replaced-ip) (Ping timeout: 256 seconds)
-
2358[15:26:25] <ADubhlaoich> It's probably going to touch a Windows machine at some point, maybe Mac too
-
2359[15:26:32] <greycat> I'd go vfat.
-
2360[15:26:50] *** Joins: n0wje (~anthony@replaced-ip)
-
2361[15:27:03] *** Quits: aax (~xaa@replaced-ip) (Ping timeout: 256 seconds)
-
2362[15:28:10] *** Joins: lenovo_lover (~lenovo_lo@replaced-ip)
-
2363[15:28:20] *** Quits: ojoa (~zetagi@replaced-ip) (Ping timeout: 252 seconds)
-
2364[15:28:34] *** Quits: lenovo_lover (~lenovo_lo@replaced-ip) (Remote host closed the connection)
-
2365[15:28:45] *** Quits: johnnyfive (~johnnyfiv@replaced-ip) (Ping timeout: 256 seconds)
-
2366[15:28:55] *** Quits: Ceber (~cerberus@replaced-ip) (Ping timeout: 272 seconds)
-
2367[15:29:09] *** Joins: GeorgeJipa (~admin@replaced-ip)
-
2368[15:29:19] *** Joins: BenderRodriguez (~Foxhoundz@replaced-ip)
-
2369[15:29:21] *** Quits: GeorgeJipa (~admin@replaced-ip) (Changing host)
-
2370[15:29:21] *** Joins: GeorgeJipa (~admin@replaced-ip)
-
2371[15:29:25] *** Joins: OerHeks (~OerHeks@replaced-ip)
-
2372[15:29:34] *** Joins: lenovo_lover (~lenovo_lo@replaced-ip)
-
2373[15:30:09] *** Joins: ojoa (~zetagi@replaced-ip)
-
2374[15:30:14] *** Quits: makerman (~makerman@replaced-ip) (Quit: quit)
-
2375[15:30:29] *** Joins: MikeDebian (~ML@replaced-ip)
-
2376[15:31:30] *** Quits: lenovo_lover (~lenovo_lo@replaced-ip) (Client Quit)
-
2377[15:32:01] *** Joins: johnnyfive (~johnnyfiv@replaced-ip)
-
2378[15:32:32] *** Quits: overlord_tm (~andraz@replaced-ip) (Ping timeout: 265 seconds)
-
2379[15:32:43] *** Quits: prestin (~textual@replaced-ip) (Ping timeout: 272 seconds)
-
2380[15:34:23] *** Quits: bemawi (~bemawi@replaced-ip) (Ping timeout: 252 seconds)
-
2381[15:34:24] *** Joins: btf (~btf@replaced-ip)
-
2382[15:34:28] *** Joins: cpc26 (~cpc26@replaced-ip)
-
2383[15:34:50] *** Joins: lstieb (~lstieb@replaced-ip)
-
2384[15:35:28] *** Joins: Tom01 (~tom@replaced-ip)
-
2385[15:36:05] *** Joins: Ceber (~cerberus@replaced-ip)
-
2386[15:36:11] *** Joins: mints (~mints@replaced-ip)
-
2387[15:36:35] *** Quits: Eryn_1983_FL (~Eryn_1983@replaced-ip) (Ping timeout: 252 seconds)
-
2388[15:37:15] *** Quits: hanshenrik (~hans_henr@replaced-ip) (Ping timeout: 256 seconds)
-
2389[15:37:46] *** Joins: bemawi (~bemawi@replaced-ip)
-
2390[15:37:53] *** Joins: Zvmdyv (~Zvmdyv@replaced-ip)
-
2391[15:38:00] *** debhelper sets mode: +l 1645
-
2392[15:38:25] *** Quits: WinstonSmith (~WinstonSm@replaced-ip) (Ping timeout: 272 seconds)
-
2393[15:38:31] *** Quits: Billias (~MrV@replaced-ip##) (Quit: ZNC - ##replaced-url
-
2394[15:38:57] *** Quits: xaa (~xaa@replaced-ip) (Ping timeout: 256 seconds)
-
2395[15:39:30] *** Joins: Boreeas_ (83f6bff8@replaced-ip)
-
2396[15:41:19] *** Quits: ogny (~orkun@replaced-ip) (Quit: WeeChat 1.0.1)
-
2397[15:41:43] *** Quits: Ceber (~cerberus@replaced-ip) (Ping timeout: 265 seconds)
-
2398[15:41:44] *** Joins: CEnnis91 (uid3543@replaced-ip)
-
2399[15:41:46] *** Quits: uKi` (walkers@replaced-ip) (*.net *.split)
-
2400[15:41:46] *** Quits: chownsauce (~chown@replaced-ip) (*.net *.split)
-
2401[15:41:46] *** Quits: papitfx (~hafiz@replaced-ip) (*.net *.split)
-
2402[15:41:46] *** Quits: jgornick (jgornick@replaced-ip) (*.net *.split)
-
2403[15:41:56] *** Quits: pavlushka (~Pavel@replaced-ip) (Ping timeout: 244 seconds)
-
2404[15:42:03] *** Joins: Slumlord_ (~Slumlord_@replaced-ip)
-
2405[15:42:16] *** Quits: Slumlord_ (~Slumlord_@replaced-ip) (Max SendQ exceeded)
-
2406[15:42:26] *** Quits: rgogunskiy (~rgogunski@replaced-ip) (Quit: rgogunskiy)
-
2407[15:42:38] <Boreeas_> Hey, I have a weird problem when executing a binary in a loop from two separate bash scripts
-
2408[15:42:41] *** Joins: Ceber (~cerberus@replaced-ip)
-
2409[15:42:49] *** Joins: rsx (~dummy@replaced-ip)
-
2410[15:43:03] <Boreeas_> Context: I am connected to the same user@host from two separate sessions. In each session, I execute this script: replaced-url
-
2411[15:43:11] *** Quits: Knaldgas (~pdj@replaced-ip) (Quit: Leaving)
-
2412[15:43:41] *** Joins: Ryushin (~Ryushin@replaced-ip)
-
2413[15:43:44] *** Quits: ffatman (~ffamousff@replaced-ip) (Ping timeout: 252 seconds)
-
2414[15:43:51] <Boreeas_> First session works fine. When I start the script from the second session, I get a "./kyotonow2: Permission denied" error
-
2415[15:44:08] <greycat> Check the permissions.
-
2416[15:44:30] <Boreeas_> When I restart the script from the first session, both continue to work fine, but when I stop the script in the second session and restart it there, #1 fails again
-
2417[15:44:47] <Boreeas_> Likely not a permission problem, since I can execute it just fine at the start
-
2418[15:44:58] <Boreeas_> And both sessions are to the same account
-
2419[15:45:05] *** Joins: vazthunder (~vazthunde@replaced-ip)
-
2420[15:45:09] <vazthunder> 7895123
-
2421[15:45:24] *** Quits: swatti (~memory@replaced-ip) (Read error: Connection reset by peer)
-
2422[15:45:28] *** vazthunder is now known as Guest63201
-
2423[15:45:33] *** Quits: nawaflemme (~anthony@replaced-ip) (Ping timeout: 244 seconds)
-
2424[15:45:35] *** Joins: swatti (~memory@replaced-ip)
-
2425[15:45:37] *** Joins: WinstonSmith (~WinstonSm@replaced-ip)
-
2426[15:45:41] *** Quits: Lipp (~Lipp@replaced-ip) (Remote host closed the connection)
-
2427[15:45:42] <Boreeas_> Permission for kyotonow2 is "-rwxr-xr-x 1 chell chell 9999 Oct 7 16:28 kyotonow2"
-
2428[15:45:46] *** Quits: super_gollum (~ich@replaced-ip) (Quit: Ex-Chat)
-
2429[15:45:52] *** Joins: zeorin (~zeorin@replaced-ip)
-
2430[15:45:55] *** Parts: zeorin (~zeorin@replaced-ip)
-
2431[15:46:01] *** Quits: LeandroLuiz (~LLP@replaced-ip) (Ping timeout: 272 seconds)
-
2432[15:46:05] *** Parts: Guest63201 (~vazthunde@replaced-ip)
-
2433[15:46:17] <greycat> That's on the machine where you get "Permission denied"?
-
2434[15:46:23] *** Joins: papitfx (~hafiz@replaced-ip)
-
2435[15:46:32] <Boreeas_> Yeah
-
2436[15:46:40] *** Joins: uKi` (walkers@replaced-ip)
-
2437[15:46:44] *** Joins: jgornick (~jgornick@replaced-ip)
-
2438[15:46:46] *** Joins: zlatan (~Zlatan@replaced-ip)
-
2439[15:46:52] <greycat> Check the shebang line, check the mount options on the file system where the script is located.
-
2440[15:46:53] *** Joins: chownsauce (~chown@replaced-ip)
-
2441[15:47:05] *** Quits: james41382 (~james4138@replaced-ip) (Quit: Leaving)
-
2442[15:47:05] *** Joins: RamPage (~R@replaced-ip)
-
2443[15:47:14] *** james41382_ is now known as james41382
-
2444[15:47:48] *** Joins: alxy (uid115853@replaced-ip)
-
2445[15:48:11] *** Joins: LeandroLuiz (~LLP@replaced-ip)
-
2446[15:49:38] *** Joins: Eryn_1983_FL (~Eryn_1983@replaced-ip)
-
2447[15:50:12] *** Joins: Kiodf (~Kiodf@replaced-ip)
-
2448[15:50:14] *** Joins: Tempesta (~Tempesta@replaced-ip)
-
2449[15:50:20] *** Quits: bemawi (~bemawi@replaced-ip) (Ping timeout: 252 seconds)
-
2450[15:50:57] *** Joins: calimero_82 (~fabiopc@replaced-ip)
-
2451[15:51:00] *** Joins: abcasdasdasd (~vazthunde@replaced-ip)
-
2452[15:51:10] <calimero_82> hi guys
-
2453[15:51:20] *** Parts: abcasdasdasd (~vazthunde@replaced-ip)
-
2454[15:51:36] *** Joins: InfoTest (~Thunderbi@replaced-ip)
-
2455[15:51:57] *** Quits: _foldLeft (~foldleft@replaced-ip) (Read error: Connection reset by peer)
-
2456[15:52:17] *** Joins: ffatman (~ffamousff@replaced-ip)
-
2457[15:52:22] *** Quits: torjeh (~Torje@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
-
2458[15:52:49] *** Joins: lenovo_lover (~lenovo_lo@replaced-ip)
-
2459[15:52:54] *** Joins: _foldLeft (~foldleft@replaced-ip)
-
2460[15:53:03] *** Joins: vazthunder (~vazthunde@replaced-ip)
-
2461[15:53:47] *** Joins: pavlushka (~Pavel@replaced-ip)
-
2462[15:54:24] *** Quits: n0wje (~anthony@replaced-ip) (Quit: Leaving)
-
2463[15:54:30] *** Quits: Boreeas_ (83f6bff8@replaced-ip) (Quit: Page closed)
-
2464[15:54:59] *** Joins: xet7 (~xet7@replaced-ip)
-
2465[15:55:14] *** Joins: kzimmermann (~kzimmerma@replaced-ip)
-
2466[15:55:58] *** Joins: x-treme (~x-treme@replaced-ip)
-
2467[15:56:14] *** Quits: vazthunder (~vazthunde@replaced-ip) (Quit: Leaving)
-
2468[15:56:21] *** Quits: x-treme (~x-treme@replaced-ip) (Remote host closed the connection)
-
2469[15:56:37] <calimero_82> i've changed video resolution on jessie os, i've changed in vdi but my orange pi is on hdmi, how can i resolve it?
-
2470[15:56:50] *** Joins: abcdeferwerer (~vazthunde@replaced-ip)
-
2471[15:56:56] *** Parts: abcdeferwerer (~vazthunde@replaced-ip)
-
2472[15:57:27] *** Joins: debalance (~debalance@replaced-ip)
-
2473[15:57:37] *** Joins: vazthunder (~vazthunde@replaced-ip)
-
2474[15:57:58] *** Joins: gebruiker (~gebruiker@replaced-ip)
-
2475[15:58:03] *** Quits: valera (~vmasiutsi@replaced-ip) (Ping timeout: 272 seconds)
-
2476[15:58:13] <gebruiker> why is it that sometimes packages are held back by apt ?
-
2477[15:58:13] *** Joins: nawaflemme (~anthony@replaced-ip)
-
2478[15:58:45] <greycat> !held back
-
2479[15:58:45] <dpkg> well, kept back is when packages have not been upgraded even though newer versions are available. This happens if dependencies cannot be resolved, packages are on hold or you used "upgrade" not "full-upgrade" and old packages need to be removed as part of the upgrade. To investigate, "aptitude -s install <kept-package>". See also replaced-url
-
2480[15:59:18] <greycat> Eww, factoid poisoned by aptitude.
-
2481[15:59:37] <gebruiker> greycat, yes but dist-upgrade does upgrade he packages ... hmm
-
2482[15:59:37] *** Joins: GJ_ (~Thunderbi@replaced-ip)
-
2483[15:59:52] <calimero_82> i've used h3disp
-
2484[16:00:14] *** Quits: soee_ (~soee@replaced-ip) (Ping timeout: 252 seconds)
-
2485[16:00:35] *** Quits: gokul (~gokul@replaced-ip) (Ping timeout: 272 seconds)
-
2486[16:00:37] *** Joins: nitefall (~thewellin@replaced-ip)
-
2487[16:00:38] <calimero_82> i've done an error, i've choose dvi ideed of hdmi
-
2488[16:00:38] *** Joins: anaiden (~anaiden@replaced-ip)
-
2489[16:01:30] *** Joins: Janos (~Janos@replaced-ip)
-
2490[16:01:37] *** Joins: agimenez (~sysvalve@replaced-ip)
-
2491[16:01:39] *** Quits: frozengeek (~frozengee@replaced-ip) (Quit: frozengeek)
-
2492[16:01:54] <gebruiker> I am having an issue with make-kpkg: replaced-url
-
2493[16:02:18] *** Quits: Riyria (~Riyria@replaced-ip) (Quit: The most interesting network tech in the world... Stay adjacent, my friends.)
-
2494[16:03:18] *** Quits: jesopo (jess@replaced-ip) (Quit: et nos unum sumus)
-
2495[16:03:19] *** Quits: pavlushka (~Pavel@replaced-ip) (Ping timeout: 256 seconds)
-
2496[16:04:43] *** Quits: towo^work (~towo@replaced-ip) (Quit: Leaving)
-
2497[16:04:52] *** Joins: schu-r (~Thunderbi@replaced-ip)
-
2498[16:04:55] *** Quits: simmaniac (~sysvalve@replaced-ip) (Ping timeout: 265 seconds)
-
2499[16:04:57] *** Quits: RamPage (~R@replaced-ip##) (Quit: - nbs-irc 2.39 - ##replaced-url
-
2500[16:05:07] *** Joins: frozengeek (~frozengee@replaced-ip)
-
2501[16:05:18] *** Quits: anaiden (~anaiden@replaced-ip) (Ping timeout: 264 seconds)
-
2502[16:05:18] *** Joins: TsukiRa (~fpob@replaced-ip)
-
2503[16:06:13] *** Quits: nawaflemme (~anthony@replaced-ip) (Ping timeout: 244 seconds)
-
2504[16:07:04] *** Parts: zlatan (~Zlatan@replaced-ip)
-
2505[16:08:04] <stoned> Morning
-
2506[16:08:14] *** Joins: EmleyMoor (phil@replaced-ip)
-
2507[16:08:25] *** Parts: opv (~council@replaced-ip)
-
2508[16:08:26] *** Joins: rperier (~quassel@replaced-ip)
-
2509[16:09:06] *** Quits: enki (~enki@replaced-ip) (Read error: Connection reset by peer)
-
2510[16:09:17] *** Joins: enki- (~enki@replaced-ip)
-
2511[16:09:31] *** Parts: rperier (~quassel@replaced-ip)
-
2512[16:09:36] *** Joins: pavlushka (~Pavel@replaced-ip)
-
2513[16:10:10] *** Quits: calisto (~calisto@replaced-ip) (Read error: Connection reset by peer)
-
2514[16:10:52] *** Quits: RickXy (~zncadmin@replaced-ip) (Ping timeout: 244 seconds)
-
2515[16:11:29] *** Quits: TomyWork (~tomy@replaced-ip) (Ping timeout: 240 seconds)
-
2516[16:11:39] *** Joins: calisto (~calisto@replaced-ip)
-
2517[16:11:51] <fguide> gm, stoned
-
2518[16:12:04] *** Quits: sidmo_ (~sidmo@replaced-ip) (*.net *.split)
-
2519[16:12:04] *** Quits: borsin (~borsin@replaced-ip) (*.net *.split)
-
2520[16:12:04] *** Quits: Looker (Looker@replaced-ip) (*.net *.split)
-
2521[16:12:57] *** Quits: swatti (~memory@replaced-ip) (Remote host closed the connection)
-
2522[16:14:04] *** Joins: Lipp (~Lipp@replaced-ip)
-
2523[16:14:20] *** Quits: rsx (~dummy@replaced-ip) (Quit: rsx)
-
2524[16:14:27] *** Quits: Lipp (~Lipp@replaced-ip) (Remote host closed the connection)
-
2525[16:14:31] *** Quits: cpc26 (~cpc26@replaced-ip) (Ping timeout: 272 seconds)
-
2526[16:14:31] *** Quits: dreamon (~dreamon@replaced-ip) (Ping timeout: 272 seconds)
-
2527[16:14:54] *** Quits: conformist (~conformis@replaced-ip) (Ping timeout: 264 seconds)
-
2528[16:15:01] *** Joins: cpc26 (~cpc26@replaced-ip)
-
2529[16:15:38] *** Joins: sidmo_ (~sidmo@replaced-ip)
-
2530[16:15:57] *** Joins: Looker (Looker@replaced-ip)
-
2531[16:16:02] *** Joins: giobbe (~Alex@replaced-ip)
-
2532[16:16:58] *** Quits: Tempesta (~Tempesta@replaced-ip) (Quit: See ya!)
-
2533[16:17:09] *** Parts: lars_ (~lars@replaced-ip)
-
2534[16:17:28] *** Joins: Tempesta (~Tempesta@replaced-ip)
-
2535[16:18:25] *** Joins: borsin (~borsin@replaced-ip)
-
2536[16:18:30] *** Joins: nawaflemme (~anthony@replaced-ip)
-
2537[16:18:57] *** Quits: enki- (~enki@replaced-ip) (Quit: .)
-
2538[16:18:57] *** Quits: izua (~temp@replaced-ip) (Read error: Connection reset by peer)
-
2539[16:19:18] *** Joins: enki (~enki@replaced-ip)
-
2540[16:19:26] *** Joins: izua (~temp@replaced-ip)
-
2541[16:20:25] *** Quits: jbitdrop (~jbitdrop@replaced-ip) (Read error: No route to host)
-
2542[16:20:37] *** Joins: jbitdrop (~jbitdrop@replaced-ip)
-
2543[16:21:05] *** Joins: chauncie (~chauncie@replaced-ip)
-
2544[16:21:33] *** Joins: Darcidride (~Darcidrid@replaced-ip)
-
2545[16:21:46] <stoned> I don't feel so great right now, body is weird.
-
2546[16:22:03] <stoned> Maybe I need to do somethings in this world.
-
2547[16:22:17] *** Quits: ANSCH (~ANSCH@replaced-ip) (*.net *.split)
-
2548[16:22:17] *** Quits: snacs (~snacs.net@124-149-64-47.dyn.iinet.net.au) (*.net *.split)
-
2549[16:22:17] *** Quits: Cabanossi (~Cabanossi@replaced-ip) (*.net *.split)
-
2550[16:22:17] *** Quits: boubou (boubou@replaced-ip) (*.net *.split)
-
2551[16:22:17] *** Quits: grumble (~grumble@replaced-ip) (*.net *.split)
-
2552[16:22:17] *** Quits: enoch85 (~enoch85@replaced-ip) (*.net *.split)
-
2553[16:22:17] *** Quits: Robby (robby@replaced-ip) (*.net *.split)
-
2554[16:22:18] *** Quits: beardface (~bearface@replaced-ip) (*.net *.split)
-
2555[16:22:18] *** Quits: fauweh (~root@replaced-ip) (*.net *.split)
-
2556[16:22:18] *** Quits: thalos (~thalos@replaced-ip) (*.net *.split)
-
2557[16:22:18] *** Quits: bezaban (~bezaban@replaced-ip) (*.net *.split)
-
2558[16:22:18] *** Quits: jkhsjdhjs (jkhsjdhjs@replaced-ip) (*.net *.split)
-
2559[16:22:18] *** Quits: dondelelcaro (~don@replaced-ip) (*.net *.split)
-
2560[16:22:18] *** Quits: cluelessperson (~cluelessp@replaced-ip) (*.net *.split)
-
2561[16:22:19] *** Quits: marveldigital (~marvel@replaced-ip) (*.net *.split)
-
2562[16:22:19] *** Quits: tub__ (~mossman@replaced-ip) (*.net *.split)
-
2563[16:22:19] *** Quits: pythonsnake (~pythonsna@replaced-ip) (*.net *.split)
-
2564[16:22:19] *** Quits: DLange (~DLange@replaced-ip) (*.net *.split)
-
2565[16:22:19] *** Quits: capri (~capri_fre@replaced-ip) (*.net *.split)
-
2566[16:22:20] *** Quits: stealthii (sid17385@replaced-ip) (*.net *.split)
-
2567[16:22:20] *** Quits: frd404 (~root@replaced-ip) (*.net *.split)
-
2568[16:22:20] *** Quits: Jidoor (~Jidoor@replaced-ip) (*.net *.split)
-
2569[16:22:20] *** Quits: joze (~joze@replaced-ip) (*.net *.split)
-
2570[16:22:20] *** Quits: toine42 (~toine42@replaced-ip) (*.net *.split)
-
2571[16:22:20] *** Quits: IbexPeak (~quassel@replaced-ip) (*.net *.split)
-
2572[16:22:20] *** Quits: DANtheBEASTman (~DANtheBEA@replaced-ip) (*.net *.split)
-
2573[16:22:20] *** Quits: hobbyquaker (hq@replaced-ip) (*.net *.split)
-
2574[16:22:20] *** Quits: mcfrisk (mcfrisk@replaced-ip) (*.net *.split)
-
2575[16:22:21] *** Quits: Dev0n (~Dev0n@replaced-ip) (*.net *.split)
-
2576[16:22:21] *** Quits: tubaman (~tubaman@replaced-ip) (*.net *.split)
-
2577[16:22:21] *** Quits: ujjain (~ujjain@replaced-ip) (*.net *.split)
-
2578[16:22:21] *** Quits: bluszcz (~bluszcz@replaced-ip) (*.net *.split)
-
2579[16:22:21] *** Quits: nathanhi (~nathanhi@replaced-ip) (*.net *.split)
-
2580[16:22:21] *** Quits: L235 (sid41243@replaced-ip) (*.net *.split)
-
2581[16:22:21] *** Quits: metaKin (metaKin@replaced-ip) (*.net *.split)
-
2582[16:22:22] *** Quits: drowngodx (sid162816@replaced-ip) (*.net *.split)
-
2583[16:22:22] *** Quits: sparr (~sparr@replaced-ip) (*.net *.split)
-
2584[16:22:22] *** Quits: lift (~lift@replaced-ip) (*.net *.split)
-
2585[16:22:22] *** Quits: gtrott_ (sid78444@replaced-ip) (*.net *.split)
-
2586[16:22:22] *** Quits: Cipher45 (~Cipher45@replaced-ip) (*.net *.split)
-
2587[16:22:22] *** Quits: hue (hue@replaced-ip) (*.net *.split)
-
2588[16:22:22] *** Quits: noodle (~noodle@replaced-ip) (*.net *.split)
-
2589[16:22:22] *** Quits: ebarch (sid17287@replaced-ip) (*.net *.split)
-
2590[16:22:23] *** Quits: moss (~moss@replaced-ip) (*.net *.split)
-
2591[16:22:23] *** Quits: max-m (~max-m@replaced-ip) (*.net *.split)
-
2592[16:22:23] *** Quits: sloucher (sid168007@replaced-ip) (*.net *.split)
-
2593[16:22:23] *** Quits: r0ck_ (r0ck@replaced-ip) (*.net *.split)
-
2594[16:22:23] *** Quits: peer69 (~peer69@replaced-ip) (*.net *.split)
-
2595[16:22:23] *** Quits: television (~alex@replaced-ip) (*.net *.split)
-
2596[16:22:24] *** Quits: nyuszika7h (nyuszika7h@replaced-ip) (*.net *.split)
-
2597[16:22:24] *** Quits: quaddy (EEYqaAyb8Q@replaced-ip) (*.net *.split)
-
2598[16:22:24] *** Quits: jgrasser_ (~quassel@replaced-ip) (*.net *.split)
-
2599[16:22:24] *** Quits: Cerise (jerry@replaced-ip) (*.net *.split)
-
2600[16:22:24] *** Quits: flyingkiwi (~kiwi@replaced-ip) (*.net *.split)
-
2601[16:22:25] *** Quits: posi (sid124649@replaced-ip) (*.net *.split)
-
2602[16:22:26] *** Quits: deepy (deepy@replaced-ip) (*.net *.split)
-
2603[16:22:26] *** Quits: tacocat (~GLolol@replaced-ip) (*.net *.split)
-
2604[16:22:26] *** Quits: paulr (quasselcor@replaced-ip) (*.net *.split)
-
2605[16:22:26] *** Quits: ilteris (~ilteris@replaced-ip) (*.net *.split)
-
2606[16:22:26] *** Quits: PaulFertser (paul@replaced-ip) (*.net *.split)
-
2607[16:22:26] *** Quits: pasturesofplenty (~pastureso@replaced-ip) (*.net *.split)
-
2608[16:22:26] *** Quits: Phanes (Phanes@replaced-ip) (*.net *.split)
-
2609[16:22:26] *** Quits: rdz (~rdz@replaced-ip) (*.net *.split)
-
2610[16:22:26] *** Quits: MonsterKiller (~MonsterKi@replaced-ip) (*.net *.split)
-
2611[16:22:26] *** Quits: mik (mik@replaced-ip) (*.net *.split)
-
2612[16:22:27] *** Quits: xar- (~xar@replaced-ip) (*.net *.split)
-
2613[16:22:27] *** Quits: nonada (~nonada@replaced-ip) (*.net *.split)
-
2614[16:22:27] *** Quits: Hello71 (~Hello71@replaced-ip) (*.net *.split)
-
2615[16:22:27] *** Quits: James_T (james@replaced-ip) (*.net *.split)
-
2616[16:22:27] *** Quits: n0t_ (n0t@replaced-ip) (*.net *.split)
-
2617[16:22:27] *** Quits: electrostat (~dag@replaced-ip) (*.net *.split)
-
2618[16:22:27] *** Quits: s7r (~s7r@replaced-ip) (*.net *.split)
-
2619[16:22:27] *** Quits: swaechter (swaechter@replaced-ip) (*.net *.split)
-
2620[16:22:27] *** Quits: devster31 (~devsterkn@replaced-ip) (*.net *.split)
-
2621[16:22:27] *** Quits: CrazyyMaxx (CrazyyMaxx@replaced-ip) (*.net *.split)
-
2622[16:22:28] *** Quits: Joost (~Joost@replaced-ip) (*.net *.split)
-
2623[16:22:28] *** Quits: blommer (~blommer@replaced-ip) (*.net *.split)
-
2624[16:22:28] *** Quits: dustpuppy (~dustpuppy@replaced-ip) (*.net *.split)
-
2625[16:22:28] *** Quits: matthiaskrgr (matthiaskr@replaced-ip) (*.net *.split)
-
2626[16:22:28] *** Quits: Jikai (~Jikan@replaced-ip) (*.net *.split)
-
2627[16:22:28] *** Quits: ypwong (ypwong@replaced-ip) (*.net *.split)
-
2628[16:22:28] *** Quits: jeezy (~xz@replaced-ip) (*.net *.split)
-
2629[16:22:29] *** Quits: TonyL (~Tony@replaced-ip) (*.net *.split)
-
2630[16:22:29] <th0r> I should have known not to flush the ignore list
-
2631[16:22:31] *** Joins: ilteris_ (~ilteris@replaced-ip)
-
2632[16:22:31] *** Joins: IbexPeak (~quassel@replaced-ip)
-
2633[16:22:31] <stoned> Partition 2 does not start on physical sector boundary.
-
2634[16:22:32] *** Joins: n0t (n0t@replaced-ip)
-
2635[16:22:32] *** Joins: flyingkiwi (~kiwi@replaced-ip)
-
2636[16:22:32] *** Joins: lift (~lift@replaced-ip)
-
2637[16:22:32] *** Joins: PaulFertser (paul@replaced-ip)
-
2638[16:22:32] *** Joins: MonsterKiller_ (~MonsterKi@replaced-ip)
-
2639[16:22:34] *** Joins: dustpuppy (~dustpuppy@replaced-ip)
-
2640[16:22:34] *** Joins: toine42 (~toine42@replaced-ip)
-
2641[16:22:34] *** Joins: Dev0n (~Dev0n@replaced-ip)
-
2642[16:22:35] *** Joins: Cipher45 (~Cipher45@replaced-ip)
-
2643[16:22:36] *** Joins: xar- (~xar@replaced-ip)
-
2644[16:22:36] *** Joins: DANtheBEASTman (~DANtheBEA@replaced-ip)
-
2645[16:22:37] *** Joins: Cerise (jerry@replaced-ip)
-
2646[16:22:37] <stoned> Ouch.
-
2647[16:22:39] *** Joins: tubaman_ (~tubaman@replaced-ip)
-
2648[16:22:40] *** Joins: dondelelcaro (~don@replaced-ip)
-
2649[16:22:40] *** Joins: tub__ (~mossman@replaced-ip)
-
2650[16:22:40] *** Joins: thalos (~thalos@replaced-ip)
-
2651[16:22:40] *** Joins: Phanes (Phanes@replaced-ip)
-
2652[16:22:40] *** Joins: rdz (~rdz@replaced-ip)
-
2653[16:22:41] *** Joins: peer69 (~peer69@replaced-ip)
-
2654[16:22:43] *** Joins: capri_on (~capri_fre@replaced-ip)
-
2655[16:22:44] *** Quits: Dev0n (~Dev0n@replaced-ip) (Changing host)
-
2656[16:22:45] *** Joins: Dev0n (~Dev0n@replaced-ip)
-
2657[16:22:45] *** Joins: marveldigital (~marvel@replaced-ip)
-
2658[16:22:46] *** Joins: ypwong (ypwong@replaced-ip)
-
2659[16:22:46] *** Joins: pasturesofplenty (~pastureso@replaced-ip)
-
2660[16:22:46] *** Quits: Cipher45 (~Cipher45@replaced-ip) (Changing host)
-
2661[16:22:46] *** Joins: Cipher45 (~Cipher45@replaced-ip)
-
2662[16:22:46] *** Joins: frd404 (~root@replaced-ip)
-
2663[16:22:47] *** Joins: CrazyyMaxx (CrazyyMaxx@replaced-ip)
-
2664[16:22:48] *** Joins: TonyL (~Tony@replaced-ip)
-
2665[16:22:50] *** Joins: sparr (~sparr@replaced-ip)
-
2666[16:22:52] *** Joins: Hello71 (~Hello71@replaced-ip)
-
2667[16:22:52] *** Joins: hue (hue@replaced-ip)
-
2668[16:22:52] *** Joins: max-m (~max-m@replaced-ip)
-
2669[16:22:52] *** Joins: electrostat (~dag@replaced-ip)
-
2670[16:22:52] *** Joins: devster31 (~devsterkn@replaced-ip)
-
2671[16:22:52] *** Joins: deepy (deepy@replaced-ip)
-
2672[16:22:52] *** Joins: mik (mik@replaced-ip)
-
2673[16:22:53] *** Joins: joze (~joze@replaced-ip)
-
2674[16:22:53] *** Joins: Robby (robby@replaced-ip)
-
2675[16:22:53] *** Joins: cluelessperson (~cluelessp@replaced-ip)
-
2676[16:22:54] *** Joins: s7r (~s7r@replaced-ip)
-
2677[16:22:54] *** Quits: SpaceAce (~SpaceAce@replaced-ip) (Read error: Connection reset by peer)
-
2678[16:22:54] *** Joins: tacocat (~GLolol@replaced-ip)
-
2679[16:22:54] *** Parts: weld_ (~weld@replaced-ip)
-
2680[16:22:55] *** Quits: TonyL (~Tony@replaced-ip) (Changing host)
-
2681[16:22:55] *** Joins: TonyL (~Tony@replaced-ip)
-
2682[16:22:55] *** Joins: Cabanossi (~Cabanossi@replaced-ip)
-
2683[16:22:56] *** Joins: DLange (~DLange@replaced-ip)
-
2684[16:22:59] *** Quits: peer69 (~peer69@replaced-ip) (Changing host)
-
2685[16:22:59] *** Joins: peer69 (~peer69@replaced-ip)
-
2686[16:23:02] *** Joins: blommer (~blommer@replaced-ip)
-
2687[16:23:04] *** Joins: Jikan (~Jikan@replaced-ip)
-
2688[16:23:05] *** Joins: noodle (~noodle@replaced-ip)
-
2689[16:23:06] *** Joins: boubou (boubou@replaced-ip)
-
2690[16:23:06] *** Joins: moss (~moss@replaced-ip)
-
2691[16:23:07] *** Joins: Joost (~Joost@replaced-ip)
-
2692[16:23:15] *** Cerise is now known as Guest11138
-
2693[16:23:17] <stoned> Sector size (logical/physical): 512 bytes / 4096 bytes
-
2694[16:23:18] *** Joins: television (~alex@replaced-ip)
-
2695[16:23:21] *** Quits: Phanes (Phanes@replaced-ip) (Changing host)
-
2696[16:23:21] *** Joins: Phanes (Phanes@replaced-ip)
-
2697[16:23:23] *** Joins: swaechter (swaechter@replaced-ip)
-
2698[16:23:25] *** Joins: ujjain (~ujjain@replaced-ip)
-
2699[16:23:25] *** Quits: ujjain (~ujjain@replaced-ip) (Changing host)
-
2700[16:23:25] *** Joins: ujjain (~ujjain@replaced-ip)
-
2701[16:23:26] <stoned> I just noticed this. Uh oh! Oh boy.
-
2702[16:23:28] *** Joins: nyuszika7h (nyuszika7h@replaced-ip)
-
2703[16:23:29] *** Joins: paulr (quasselcor@replaced-ip)
-
2704[16:23:31] *** Joins: quaddy (iZ2S6CAaA4@replaced-ip)
-
2705[16:23:35] *** Joins: RickXy (~zncadmin@replaced-ip)
-
2706[16:23:39] *** Joins: jeezy (~xz@replaced-ip)
-
2707[16:23:40] *** Joins: matthiaskrgr (matthiaskr@replaced-ip)
-
2708[16:23:44] <stoned> I think we have an advanced 4k disk out of alignment! Good googa mooga
-
2709[16:23:55] *** Joins: nonada (~nonada@replaced-ip)
-
2710[16:23:56] *** Joins: fauweh (~root@replaced-ip)
-
2711[16:24:00] *** Joins: pythonsnake (~pythonsna@replaced-ip)
-
2712[16:24:03] *** matthiaskrgr is now known as Guest7199
-
2713[16:24:03] *** jeezy is now known as Guest22653
-
2714[16:24:04] *** Joins: jgrasser (~quassel@replaced-ip)
-
2715[16:24:07] <stoned> Damn it. I can't even fix it w/o a complete data xfer and reformat, can I?
-
2716[16:24:24] *** Joins: hobbyquaker (hq@replaced-ip)
-
2717[16:24:29] *** Joins: jkhsjdhjs (jkhsjdhjs@replaced-ip)
-
2718[16:24:29] *** Joins: dreamon (~dreamon@replaced-ip)
-
2719[16:24:30] *** Joins: defanor (~defanor@replaced-ip)
-
2720[16:24:34] *** Joins: nathanhi (~nathanhi@replaced-ip)
-
2721[16:24:35] *** Joins: bluszcz (~bluszcz@replaced-ip)
-
2722[16:24:39] *** nathanhi is now known as Guest98835
-
2723[16:24:43] *** Quits: HeOS (~heos@replaced-ip) (Read error: No route to host)
-
2724[16:24:55] <stoned> I/O size (minimum/optimal): 4096 bytes / 4096 bytes
-
2725[16:24:59] *** Joins: lmcloughlin (sid1532@replaced-ip)
-
2726[16:25:03] *** Joins: [HeOS] (~heos@replaced-ip)
-
2727[16:25:04] *** Joins: enoch85 (~enoch85@replaced-ip)
-
2728[16:25:04] *** Quits: enoch85 (~enoch85@replaced-ip) (Changing host)
-
2729[16:25:04] *** Joins: enoch85 (~enoch85@replaced-ip)
-
2730[16:25:13] <stoned> Oh yeah. I'm falked.
-
2731[16:25:17] *** Joins: James_T (james@replaced-ip)
-
2732[16:25:43] *** Quits: Guest7199 (matthiaskr@replaced-ip) (Changing host)
-
2733[16:25:43] *** Joins: Guest7199 (matthiaskr@replaced-ip)
-
2734[16:25:43] *** Quits: Guest7199 (matthiaskr@replaced-ip) (Changing host)
-
2735[16:25:43] *** Joins: Guest7199 (matthiaskr@replaced-ip)
-
2736[16:25:46] <stoned> I'm almost afraid to query SMART data on this thing. 3 years old disk.
-
2737[16:25:53] *** Guest7199 is now known as matthiaskrgr_
-
2738[16:26:03] *** Joins: stealthii (sid17385@replaced-ip)
-
2739[16:26:16] *** Joins: posi (sid124649@replaced-ip)
-
2740[16:26:46] *** Joins: gtrott_ (sid78444@replaced-ip)
-
2741[16:26:46] *** Joins: ebarch (sid17287@replaced-ip)
-
2742[16:27:00] *** Joins: drowngodx (sid162816@replaced-ip)
-
2743[16:27:05] *** Joins: sloucher (sid168007@replaced-ip)
-
2744[16:27:07] *** Quits: beencubed (~beencubed@replaced-ip) (Ping timeout: 256 seconds)
-
2745[16:27:24] *** Joins: mcfrisk (mcfrisk@replaced-ip)
-
2746[16:27:38] *** Joins: bezaban (~bezaban@replaced-ip)
-
2747[16:27:39] *** Joins: L235 (sid41243@replaced-ip)
-
2748[16:27:45] *** Joins: r0ck_ (r0ck@replaced-ip)
-
2749[16:27:45] *** Joins: beardface (~bearface@replaced-ip)
-
2750[16:27:46] *** Joins: p000 (~pissoff@replaced-ip)
-
2751[16:28:00] *** debhelper sets mode: +l 1653
-
2752[16:28:01] *** bezaban is now known as Guest83091
-
2753[16:28:11] *** Quits: _foldLeft (~foldleft@replaced-ip) (Remote host closed the connection)
-
2754[16:28:30] *** Quits: Ishaq (~Ishaq@replaced-ip) (Excess Flood)
-
2755[16:28:54] *** Joins: _foldLeft (~foldleft@replaced-ip)
-
2756[16:28:56] *** Quits: KpuCko (~KpuCko@replaced-ip) ()
-
2757[16:28:57] *** Joins: grumble (~grumble@replaced-ip)
-
2758[16:29:18] *** Quits: timahvo1 (~rogue@replaced-ip) (Ping timeout: 264 seconds)
-
2759[16:29:33] *** Joins: titsuki (~titsuki@replaced-ip)
-
2760[16:30:18] *** Joins: ||oop|| (~kk@replaced-ip)
-
2761[16:30:21] *** Quits: Eryn_1983_FL (~Eryn_1983@replaced-ip) (Ping timeout: 272 seconds)
-
2762[16:30:33] <calimero_82> resolved
-
2763[16:30:51] *** Quits: Y04NN (~y04nn@replaced-ip) (Remote host closed the connection)
-
2764[16:30:53] *** Joins: timahvo1 (~rogue@replaced-ip)
-
2765[16:30:54] *** Joins: rsync (~rsync@replaced-ip)
-
2766[16:31:02] *** Quits: imhighowareyou (uid149471@replaced-ip) (Quit: Connection closed for inactivity)
-
2767[16:31:20] *** Joins: Y04NN (~y04nn@replaced-ip)
-
2768[16:31:23] *** Joins: Ishaq (~Ishaq@replaced-ip)
-
2769[16:32:15] *** Joins: PryMar56 (~prymar@replaced-ip)
-
2770[16:32:29] *** Quits: thebrush (~Icedove@replaced-ip) (Remote host closed the connection)
-
2771[16:32:43] *** Joins: karimb (~karimb@replaced-ip)
-
2772[16:32:47] *** Joins: thebrush (~Icedove@replaced-ip)
-
2773[16:32:57] *** Joins: Filiphe (~Filiphe@replaced-ip)
-
2774[16:33:13] *** Quits: cdown (~cdown@replaced-ip) (Remote host closed the connection)
-
2775[16:33:26] *** Quits: _foldLeft (~foldleft@replaced-ip) (Ping timeout: 265 seconds)
-
2776[16:33:26] *** Quits: fireball``` (~fireball`@replaced-ip) (Ping timeout: 265 seconds)
-
2777[16:33:37] *** Quits: chele (~chele@replaced-ip) (Quit: Leaving)
-
2778[16:34:05] *** Quits: bolt (r00t@replaced-ip) (Remote host closed the connection)
-
2779[16:34:10] *** Quits: Ceber (~cerberus@replaced-ip) (Ping timeout: 272 seconds)
-
2780[16:34:29] *** Quits: |oop (~kk@replaced-ip) (Ping timeout: 256 seconds)
-
2781[16:35:17] *** Joins: conformist (~conformis@replaced-ip)
-
2782[16:35:37] *** Joins: cdown (~cdown@replaced-ip)
-
2783[16:36:03] *** Quits: TonyL (~Tony@replaced-ip) (Ping timeout: 272 seconds)
-
2784[16:36:13] *** Joins: _foldLeft (~foldleft@replaced-ip)
-
2785[16:36:20] *** Joins: TonyL (~Tony@replaced-ip)
-
2786[16:36:20] *** Quits: TonyL (~Tony@replaced-ip) (Changing host)
-
2787[16:36:20] *** Joins: TonyL (~Tony@replaced-ip)
-
2788[16:36:28] <jim> Hi... how would I run/use python3-virtualenv? (tried: man virtualenv, man virtualenv3, ls /usr/share/doc/python3-virtualenv)
-
2789[16:36:47] *** Joins: tvm_ (~tvm@replaced-ip)
-
2790[16:37:10] *** Joins: GunshipPenguin (~GunshipPe@replaced-ip)
-
2791[16:37:15] <jim> it -looks- like no docs were installed...
-
2792[16:37:24] *** Joins: cpc26_ (~cpc26@replaced-ip)
-
2793[16:38:00] *** debhelper sets mode: +l 1644
-
2794[16:38:00] *** Joins: Y04NN_ (~y04nn@replaced-ip)
-
2795[16:39:12] *** Joins: tvm__ (~tvm@replaced-ip)
-
2796[16:39:16] *** Joins: bolt (r00t@replaced-ip)
-
2797[16:39:35] *** Quits: cpc26 (~cpc26@replaced-ip) (Ping timeout: 256 seconds)
-
2798[16:40:04] *** Joins: metaKin (metaKin@replaced-ip)
-
2799[16:40:32] *** Quits: tvm (~tvm@replaced-ip) (Ping timeout: 272 seconds)
-
2800[16:40:39] *** Joins: Y04NN__ (~y04nn@replaced-ip)
-
2801[16:40:43] *** Joins: hanshenrik (~hans_henr@replaced-ip)
-
2802[16:40:53] *** Joins: Smold3r (uid78229@replaced-ip)
-
2803[16:41:48] <stoned> stoned@Stoned-PC:~$ python3 /usr/lib/python3/dist-packages/virtualenv.py -h
-
2804[16:42:08] *** Quits: Y04NN (~y04nn@replaced-ip) (Ping timeout: 265 seconds)
-
2805[16:42:24] *** Quits: bpsecret (~bpsecret@replaced-ip) (Ping timeout: 272 seconds)
-
2806[16:42:30] *** Quits: nawaflemme (~anthony@replaced-ip) (Ping timeout: 264 seconds)
-
2807[16:43:01] *** Quits: gturner (~gturner@replaced-ip) (Ping timeout: 272 seconds)
-
2808[16:43:06] *** Quits: tvm_ (~tvm@replaced-ip) (Ping timeout: 263 seconds)
-
2809[16:43:18] *** Joins: Eryn_1983_FL (~Eryn_1983@replaced-ip)
-
2810[16:43:30] *** Quits: Kiodf (~Kiodf@replaced-ip) (Remote host closed the connection)
-
2811[16:43:35] *** Quits: GJ_ (~Thunderbi@replaced-ip) (Ping timeout: 265 seconds)
-
2812[16:44:04] <teraflops> stoned: I like your hostname :P
-
2813[16:44:05] *** Joins: bpsecret (~bpsecret@replaced-ip)
-
2814[16:44:07] *** Quits: Y04NN_ (~y04nn@replaced-ip) (Ping timeout: 256 seconds)
-
2815[16:44:10] <stoned> :)
-
2816[16:44:22] <stoned> teraflops: the answer is VERY!
-
2817[16:44:25] <teraflops> xd
-
2818[16:44:59] *** Joins: philipballew (~philip@replaced-ip)
-
2819[16:45:59] *** Joins: towo` (~towo@replaced-ip)
-
2820[16:45:59] *** Quits: towo` (~towo@replaced-ip) (Changing host)
-
2821[16:45:59] *** Joins: towo` (~towo@replaced-ip)
-
2822[16:47:20] *** Joins: fireball``` (~fireball`@replaced-ip)
-
2823[16:47:21] *** Joins: robotroll (~robotroll@replaced-ip)
-
2824[16:47:26] <stoned> jim: did you see?
-
2825[16:47:44] *** Joins: Y04NN (~y04nn@replaced-ip)
-
2826[16:47:48] *** Joins: zanshin_ (~zanshin@replaced-ip)
-
2827[16:47:54] *** Quits: schu-r (~Thunderbi@replaced-ip) (Remote host closed the connection)
-
2828[16:48:23] *** Quits: Sergi010 (~Ser010@replaced-ip) (Quit: Leaving)
-
2829[16:48:28] <jim> stoned, backscrolling...
-
2830[16:48:30] *** Quits: Elirips (~Elirips@replaced-ip##) (Quit: KVIrc 4.9.1 Aria ##replaced-url
-
2831[16:48:40] *** Quits: _aeris_ (~aeris@replaced-ip) (Remote host closed the connection)
-
2832[16:48:43] <stoned> jim: python3 /usr/lib/python3/dist-packages/virtualenv.py -h
-
2833[16:48:48] <stoned> Gives the cli arg/options
-
2834[16:48:50] *** Joins: sh00p (~sh00p@replaced-ip)
-
2835[16:48:59] *** Joins: NaPs (~NaPs@replaced-ip)
-
2836[16:49:05] *** Joins: _aeris_ (~aeris@replaced-ip)
-
2837[16:49:27] <stoned> Usually you would just Create a virtualenvs directory to store all virtual environments
-
2838[16:49:45] <stoned> Make a new virtual environment with no packages
-
2839[16:49:49] *** Joins: Ceber (~cerberus@replaced-ip)
-
2840[16:49:58] <stoned> virtualenv somewhere/virtualenvs/<project-name> --no-site-packages (or whatever your options)
-
2841[16:50:17] *** Joins: gturner (~gturner@replaced-ip)
-
2842[16:50:18] <stoned> then activate it in that directory
-
2843[16:50:41] <jim> stoned, yes, tried that... it turns out that in python3, virtualenv is a module, so you run the same thing by doing python3 -m virtualenv
-
2844[16:51:03] *** Quits: zanshin (~zanshin@replaced-ip) (Ping timeout: 276 seconds)
-
2845[16:51:23] *** Quits: Y04NN__ (~y04nn@replaced-ip) (Ping timeout: 252 seconds)
-
2846[16:51:24] <jim> and it works, I started with dpkg -L python3-virtualenv to find that
-
2847[16:51:45] <stoned> Running virtualenv with interpreter /usr/bin/python2 I wonder why
-
2848[16:52:12] <jim> yeah... I had to -p python3
-
2849[16:52:52] *** Joins: Iooa (~Iooa@replaced-ip)
-
2850[16:53:16] <jim> now... how to get hexchat to use the python in the virtualenv...
-
2851[16:53:29] *** Quits: blommer (~blommer@replaced-ip) (Changing host)
-
2852[16:53:29] *** Joins: blommer (~blommer@replaced-ip)
-
2853[16:53:36] <stoned> I think Hexchat has it's own plugins for python
-
2854[16:53:46] <teraflops> jim: the virtualev is just a path
-
2855[16:54:11] *** Quits: Silvering (~textual@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
-
2856[16:54:15] *** Joins: WayToDoor (~milk.bott@188.165.65.157)
-
2857[16:54:35] <stoned> replaced-url
-
2858[16:55:03] <stoned> As of HexChat 2.9.6 the plugin supports both so which should you pick:
-
2859[16:55:10] <stoned> It's the actual hexchat plugin fo rpython scripting
-
2860[16:55:13] <stoned> the Interface
-
2861[16:55:27] *** Quits: llorephie (~Thunderbi@replaced-ip) (Quit: llorephie)
-
2862[16:55:28] *** Quits: the_doc (~george@replaced-ip) (Quit: Leaving)
-
2863[16:55:45] *** Joins: msjche (~msjche@replaced-ip)
-
2864[16:55:59] *** Quits: conformist (~conformis@replaced-ip) (Quit: WeeChat 1.5)
-
2865[16:56:13] *** Joins: nawaflemme (~anthony@replaced-ip)
-
2866[16:56:14] <stoned> replaced-url
-
2867[16:56:31] <stoned> * The python interpreter has a global interpreter lock.
-
2868[16:56:51] *** Quits: [tsu] (~tar.gz@90.218.26.241) (Ping timeout: 244 seconds)
-
2869[16:57:09] *** Joins: Maxou56800 (~Maxou5680@replaced-ip)
-
2870[16:57:10] <jim> what does that mean?
-
2871[16:57:15] <Maxou56800> Wow! replaced-url
-
2872[16:57:28] *** Parts: Maxou56800 (~Maxou5680@replaced-ip)
-
2873[16:57:35] <stoned> jim: I'm trying to see how the python interpreter is picked up from the OS
-
2874[16:57:40] *** Parts: vazthunder (~vazthunde@replaced-ip)
-
2875[16:58:16] <teraflops> jim: I mean e.g `/opt/virtual_env/path/to/bin/python3 /opt/virtual_env/path/to/app/bin`
-
2876[16:58:36] <stoned> hexchat_plugin_init(hexchat_plugin *plugin_handle, line 2686
-
2877[16:58:50] <stoned> Maybe the plugin init function shows where it picks up the system python
-
2878[16:58:55] <stoned> I dunno I'm just poking around
-
2879[17:00:34] *** Quits: n3wborn (~n3wborn@replaced-ip) (Quit: leaving)
-
2880[17:00:50] *** Quits: cccc828 (~severin@replaced-ip) (Quit: Leaving)
-
2881[17:01:19] <jim> it's probably not that important... it's just a tiny module that's not getting loaded
-
2882[17:02:07] <stoned> I use weechat
-
2883[17:02:33] *** Joins: anaiden (~anaiden@replaced-ip)
-
2884[17:03:31] *** Quits: xet7 (~xet7@replaced-ip) (Quit: Leaving)
-
2885[17:03:52] *** Joins: OS-24695 (~OS-24695@replaced-ip)
-
2886[17:04:00] *** Joins: Agiofws (~agiofws@replaced-ip)
-
2887[17:05:34] *** Joins: th3jam3sd3an (~th3jam3sd@replaced-ip)
-
2888[17:05:43] *** Joins: yht (~yht@replaced-ip)
-
2889[17:05:44] *** Joins: hspcd (~hspcd@replaced-ip)
-
2890[17:06:09] *** Joins: sslb (~sslb@replaced-ip)
-
2891[17:07:02] <jim> stoned, how it's picked up by the os? either it's in the path (which might have been arranged by the activate script) or whoever invoked python used fully qualified path
-
2892[17:07:02] *** Joins: lco (~lco@replaced-ip)
-
2893[17:07:05] *** Quits: fireball``` (~fireball`@replaced-ip) (Ping timeout: 272 seconds)
-
2894[17:07:20] *** Quits: conta (~Thunderbi@replaced-ip) (Ping timeout: 252 seconds)
-
2895[17:07:43] *** Quits: anaiden (~anaiden@replaced-ip) (Ping timeout: 272 seconds)
-
2896[17:07:49] <OS-24695> /msg NickServ SET HIDEMAIL ON
-
2897[17:08:09] <OS-24695> /join #offsec
-
2898[17:09:10] *** Joins: Guest43596 (~root@replaced-ip)
-
2899[17:09:16] *** Joins: hspcd_ (~hspcd@replaced-ip)
-
2900[17:09:28] *** Quits: Guest43596 (~root@replaced-ip) (Client Quit)
-
2901[17:09:40] *** Quits: Iooa (~Iooa@replaced-ip) (Remote host closed the connection)
-
2902[17:09:53] *** Parts: menace (~knorr@replaced-ip)
-
2903[17:09:56] <OS-24695> Test
-
2904[17:10:20] <teraflops> ಠ_à²
-
2905[17:11:04] *** Quits: boris_t (~boris_t@replaced-ip) (Quit: Leaving)
-
2906[17:11:19] *** Quits: hspcd (~hspcd@replaced-ip) (Ping timeout: 256 seconds)
-
2907[17:11:30] <JyZyXEL> shouldn't package maintainers upgrade sid to match the current upstream release if its been out for months?
-
2908[17:11:36] *** Parts: OS-24695 (~OS-24695@replaced-ip)
-
2909[17:11:58] <greycat> JyZyXEL: (1) wrong channel. (2) file a wishlist bug for a new upstream if you want.
-
2910[17:12:16] *** Joins: Dbmt (~Dbmt@replaced-ip)
-
2911[17:12:33] *** Joins: zfe (~zfe@replaced-ip)
-
2912[17:12:34] <JyZyXEL> ok, (2) is what i was looking for
-
2913[17:12:41] <zfe> Hi all
-
2914[17:12:47] *** Quits: Ceber (~cerberus@replaced-ip) (Ping timeout: 272 seconds)
-
2915[17:13:32] *** Quits: SoyZen (~SoyZen@replaced-ip) (Read error: Connection reset by peer)
-
2916[17:13:40] *** Joins: SlaGTaTs (~bilbo@replaced-ip)
-
2917[17:13:51] *** Joins: fireball``` (~fireball`@replaced-ip)
-
2918[17:14:58] *** Quits: wabuh (~wabuh@replaced-ip) (Quit: Leaving)
-
2919[17:15:01] *** Quits: Y04NN (~y04nn@replaced-ip) (Remote host closed the connection)
-
2920[17:15:31] *** Joins: Y04NN (~y04nn@replaced-ip)
-
2921[17:15:36] *** Quits: btf (~btf@replaced-ip) (Remote host closed the connection)
-
2922[17:15:51] *** Quits: mazert_ (~mazert@replaced-ip) (Quit: /msg NickServ identify mazert 113446779446113)
-
2923[17:15:56] *** Quits: foocraft (~foocraft@replaced-ip) (Quit: Leaving)
-
2924[17:17:09] *** Joins: buffffal00 (~buffal0@replaced-ip)
-
2925[17:18:30] *** Quits: buffal0 (~buffal0@replaced-ip) (Ping timeout: 264 seconds)
-
2926[17:18:51] *** Joins: Ceber (~cerberus@replaced-ip)
-
2927[17:19:13] *** Quits: Guest22653 (~xz@replaced-ip) (Changing host)
-
2928[17:19:13] *** Joins: Guest22653 (~xz@replaced-ip)
-
2929[17:19:43] <gebruiker> guys
-
2930[17:19:54] *** Joins: conformist (~conformis@replaced-ip)
-
2931[17:19:59] <gebruiker> how do I remove apps I dont need anymore - i feel like a lot of bloat got installed
-
2932[17:20:14] *** Quits: Dbmt (~Dbmt@replaced-ip) (Remote host closed the connection)
-
2933[17:20:20] <greycat> use apt-get purge or dpkg --purge or some aptitude thing
-
2934[17:20:21] <sh00p> i usually aptitude purge gebruiker
-
2935[17:20:26] *** Quits: TsukiRa (~fpob@replaced-ip) (Quit: Leaving.)
-
2936[17:20:42] *** Joins: TsukiRa (~fpob@replaced-ip)
-
2937[17:20:50] <gebruiker> is there a way to sort for file size of debs installed?
-
2938[17:20:54] <greycat> !ds
-
2939[17:20:55] <dpkg> ds was a little perl script that lists installed Debian packages in descending size order. It's available at replaced-url
-
2940[17:21:11] *** Guest22653 is now known as jeezy
-
2941[17:21:12] *** Quits: hanshenrik (~hans_henr@replaced-ip) (Read error: Connection reset by peer)
-
2942[17:21:32] <greycat> Hardly "was" if it's still there.
-
2943[17:21:37] *** Joins: sslb_ (~sslb@replaced-ip)
-
2944[17:21:48] *** Quits: sslb_ (~sslb@replaced-ip) (Remote host closed the connection)
-
2945[17:22:05] *** Quits: laidback_01 (~jax@replaced-ip) (Remote host closed the connection)
-
2946[17:22:53] *** Joins: barteks2x (~barteks2x@replaced-ip)
-
2947[17:23:29] <jelly> !installed by size
-
2948[17:23:37] <jelly> !sort by size
-
2949[17:23:37] <dpkg> [sort by size] aptitude search ~i -O installsize -F"%p %I", or see <sort by size sarge>, or see <dpigs>
-
2950[17:23:39] *** Joins: rperier (~quassel@replaced-ip)
-
2951[17:23:41] *** Joins: superman8 (~quassel@replaced-ip)
-
2952[17:23:57] <sh00p> it's possible apt-get clean might save you some diskspace gebruiker
-
2953[17:24:00] <greycat> "ds" is really easy to type!
-
2954[17:24:08] <jelly> !literal ds
-
2955[17:24:08] <dpkg> "ds" is "<reply> ds was a little perl script that lists installed Debian packages in descending size order. It's available at replaced-url
-
2956[17:24:14] <sh00p> it just removes old .deb packages saved in /var/apt/cache
-
2957[17:24:22] *** matthiaskrgr_ is now known as matthiaskrgr
-
2958[17:24:32] <greycat> dpkg, ds =~ s/was/is/
-
2959[17:24:32] <dpkg> OK, greycat
-
2960[17:24:38] <jelly> greycat: I literally never heard about it before today
-
2961[17:25:00] <greycat> I wrote it. Not sure how many years ago.
-
2962[17:25:19] <jelly> you have the honor to kill/redirect its factoid then!
-
2963[17:26:37] *** Quits: bolt (r00t@replaced-ip) (Remote host closed the connection)
-
2964[17:26:56] <greycat> It's only 31 lines including comments and shebang. I don't mind the alternatives that have been created/proposed in the meantime.
-
2965[17:27:10] *** Joins: anaiden (~anaiden@replaced-ip)
-
2966[17:27:59] *** Quits: Eryn_1983_FL (~Eryn_1983@replaced-ip) (Ping timeout: 272 seconds)
-
2967[17:28:03] *** Quits: Ceber (~cerberus@replaced-ip) (Ping timeout: 265 seconds)
-
2968[17:28:06] *** Quits: RickXy (~zncadmin@replaced-ip) (Ping timeout: 264 seconds)
-
2969[17:28:13] *** Joins: Y04NN_ (~y04nn@replaced-ip)
-
2970[17:28:23] *** Quits: Y04NN_ (~y04nn@replaced-ip) (Remote host closed the connection)
-
2971[17:28:53] *** Joins: Y04NN_ (~y04nn@replaced-ip)
-
2972[17:28:54] *** Quits: philipballew (~philip@replaced-ip) (Read error: Connection reset by peer)
-
2973[17:28:54] *** Quits: valeech (~valeech@replaced-ip) (Quit: valeech)
-
2974[17:29:04] *** Joins: bolt (r00t@replaced-ip)
-
2975[17:29:16] *** Joins: Ceber (~cerberus@replaced-ip)
-
2976[17:29:20] *** Quits: nawaflemme (~anthony@replaced-ip) (Ping timeout: 252 seconds)
-
2977[17:29:21] *** Joins: ANSCH (~ah@replaced-ip)
-
2978[17:29:55] *** Quits: lstieb (~lstieb@replaced-ip) (Ping timeout: 244 seconds)
-
2979[17:30:26] *** Quits: ANSCH (~ah@replaced-ip) (Client Quit)
-
2980[17:30:28] *** Quits: [HeOS] (~heos@replaced-ip) (Ping timeout: 265 seconds)
-
2981[17:32:05] *** Quits: Y04NN (~y04nn@replaced-ip) (Ping timeout: 252 seconds)
-
2982[17:33:22] *** Quits: Brigo (~Brigo@replaced-ip) (Ping timeout: 265 seconds)
-
2983[17:33:28] *** Joins: ANSCH (~a@replaced-ip)
-
2984[17:34:05] *** Quits: zfe (~zfe@replaced-ip) (Read error: Connection reset by peer)
-
2985[17:34:44] *** Joins: buffal0 (~buffal0@replaced-ip)
-
2986[17:34:58] *** Quits: patterson (~patterson@replaced-ip##) (Quit: Going offline, see ya! (##replaced-url
-
2987[17:35:41] *** Quits: buffffal00 (~buffal0@replaced-ip) (Ping timeout: 256 seconds)
-
2988[17:36:14] *** Joins: OS-24749 (~OS-24749@replaced-ip)
-
2989[17:36:40] *** Quits: OS-24749 (~OS-24749@replaced-ip) (Client Quit)
-
2990[17:37:45] *** Quits: p000 (~pissoff@replaced-ip) (Quit: Leaving)
-
2991[17:37:45] *** Quits: ocbtec (~ocbtec@replaced-ip) (Quit: leaving)
-
2992[17:38:01] *** debhelper sets mode: +l 1634
-
2993[17:38:21] *** Joins: zfe (~zfe@replaced-ip)
-
2994[17:38:21] *** Joins: overlord_tm (~andraz@replaced-ip)
-
2995[17:39:34] <jelly> let it go, man, let it go
-
2996[17:40:36] *** Joins: troulouliou_div2 (~troulouli@replaced-ip)
-
2997[17:41:27] *** Quits: SlaGTaTs (~bilbo@replaced-ip) (Ping timeout: 248 seconds)
-
2998[17:41:37] *** Quits: SpeccyMan (~nick@replaced-ip) (Quit: 'Goodbye')
-
2999[17:41:37] *** Joins: seoner (~usr@replaced-ip)
-
3000[17:42:01] *** Joins: nawaflemme (~anthony@replaced-ip)
-
3001[17:42:23] *** Quits: itablist (~dev@replaced-ip) (Quit: WeeChat 1.0.1)
-
3002[17:43:04] *** Quits: superman8 (~quassel@replaced-ip) (Remote host closed the connection)
-
3003[17:43:11] *** Quits: Y04NN_ (~y04nn@replaced-ip) (Ping timeout: 272 seconds)
-
3004[17:45:45] *** Joins: marcozink (~marcozink@replaced-ip)
-
3005[17:46:22] *** Quits: yaume_ (~gchenuet@replaced-ip) (Quit: My Mac has gone to sleep. ZZZzzz…)
-
3006[17:46:23] *** Quits: _sfiguser (~sfigguser@replaced-ip) (Quit: Leaving)
-
3007[17:48:42] *** Quits: lachlanmackenzie (~lachlan@replaced-ip) (Quit: Leaving)
-
3008[17:49:01] *** Joins: Linux4UnMe (~kaddy@replaced-ip)
-
3009[17:49:31] *** Quits: duoi (~duoi@replaced-ip) (Ping timeout: 272 seconds)
-
3010[17:49:49] *** Quits: zfe (~zfe@replaced-ip) (Read error: Connection reset by peer)
-
3011[17:50:49] *** Joins: Nnavd (~Nnavd@replaced-ip)
-
3012[17:51:27] *** Joins: thrasymachus (~mpurcell@replaced-ip)
-
3013[17:51:53] *** Quits: hspcd_ (~hspcd@replaced-ip) (Ping timeout: 252 seconds)
-
3014[17:52:02] *** Joins: Wizek__ (~Wizek@replaced-ip)
-
3015[17:52:41] *** Joins: duoi (~duoi@replaced-ip)
-
3016[17:52:50] *** Quits: calimero_82 (~fabiopc@replaced-ip) (Quit: Leaving)
-
3017[17:53:42] *** lethu_ is now known as lethu
-
3018[17:54:14] *** Joins: mtn (~mtn@replaced-ip)
-
3019[17:54:55] *** Joins: Hootch (~Thunderbi@replaced-ip)
-
3020[17:55:01] *** Quits: OerHeks (~OerHeks@replaced-ip) (Quit: Bye! [If you don't have a backup of your data, it is not important at all])
-
3021[17:56:17] *** Joins: OerHeks (~OerHeks@replaced-ip)
-
3022[17:57:08] *** Joins: shinnya (~shinnya@replaced-ip)
-
3023[17:57:18] *** Joins: asc232 (~Keith@replaced-ip)
-
3024[17:58:14] *** Quits: pvn (~vep2@replaced-ip) (Quit: Leaving.)
-
3025[17:59:01] *** Quits: Lowl3v3l (~Lowl3v3l@replaced-ip) (Ping timeout: 272 seconds)
-
3026[17:59:51] *** Joins: RickXy (~zncadmin@replaced-ip)
-
3027[18:00:27] *** Joins: TomasCZ (~TomasCZ@replaced-ip)
-
3028[18:02:12] <stoned> honor kill?
-
3029[18:02:16] <stoned> \o/
-
3030[18:02:27] <stoned> cool script
-
3031[18:02:32] *** Quits: ANSCH (~a@replaced-ip) (Quit: ANSCH)
-
3032[18:02:46] <stoned> And the letter to Bush.
-
3033[18:02:53] *** Quits: Se-bash (~seba@replaced-ip) (Ping timeout: 256 seconds)
-
3034[18:03:03] *** Joins: ANSCH (~a@replaced-ip)
-
3035[18:03:05] *** Joins: osfe__ (~ol@replaced-ip)
-
3036[18:03:13] *** Joins: LotharKAtt (~lelouch@replaced-ip)
-
3037[18:04:18] *** Quits: agimenez (~sysvalve@replaced-ip) (Ping timeout: 265 seconds)
-
3038[18:05:16] *** Quits: cyborg-one (~cyborg-on@replaced-ip) (Quit: cyborg-one)
-
3039[18:05:44] *** Joins: tragic_event (cc98d64a@replaced-ip)
-
3040[18:06:04] *** Joins: mileage_maker (~mileage_m@replaced-ip)
-
3041[18:06:21] *** Quits: lemerovingien (~lemerovin@replaced-ip) (Quit: Lost terminal)
-
3042[18:06:44] *** Quits: Darcidride (~Darcidrid@replaced-ip) (Ping timeout: 252 seconds)
-
3043[18:06:57] *** Quits: shinnya (~shinnya@replaced-ip) (Read error: Connection reset by peer)
-
3044[18:07:12] *** Quits: giobbe (~Alex@replaced-ip) (Ping timeout: 265 seconds)
-
3045[18:07:17] *** Quits: nawaflemme (~anthony@replaced-ip) (Ping timeout: 252 seconds)
-
3046[18:07:44] *** Joins: lemerovingien (~lemerovin@replaced-ip)
-
3047[18:08:01] *** Joins: Envil (~envil@replaced-ip)
-
3048[18:08:07] *** Joins: shinnya (~shinnya@replaced-ip)
-
3049[18:08:14] *** Joins: hspcd (~hspcd@replaced-ip)
-
3050[18:08:58] *** Quits: eSa| (~esa@replaced-ip) (Quit: Escape of the leaf)
-
3051[18:09:40] *** Joins: SlaGTaTs (~bilbo@replaced-ip)
-
3052[18:09:58] *** Quits: thebrush (~Icedove@replaced-ip) (Quit: Ciao)
-
3053[18:10:13] *** Quits: DomaMuffin (~DomaMuffi@replaced-ip) (Ping timeout: 244 seconds)
-
3054[18:10:22] *** Quits: frozengeek (~frozengee@replaced-ip) (Quit: frozengeek)
-
3055[18:10:32] *** Quits: bolt (r00t@replaced-ip) (Remote host closed the connection)
-
3056[18:11:27] *** Joins: hsweeten (~bigguines@replaced-ip)
-
3057[18:11:45] *** Joins: Se-bash (~seba@replaced-ip)
-
3058[18:12:12] *** Joins: DomaMuffin (~DomaMuffi@replaced-ip)
-
3059[18:12:37] *** Joins: Ricardo__ (~rick@replaced-ip)
-
3060[18:12:37] *** Quits: Ricardo__ (~rick@replaced-ip) (Changing host)
-
3061[18:12:37] *** Joins: Ricardo__ (~rick@replaced-ip)
-
3062[18:15:23] *** Quits: panta (~panta@replaced-ip) (Ping timeout: 244 seconds)
-
3063[18:15:51] *** Joins: bolt (r00t@replaced-ip)
-
3064[18:15:53] *** Quits: InfoTest (~Thunderbi@replaced-ip) (Quit: InfoTest)
-
3065[18:16:27] *** Joins: suffer (jeff@replaced-ip)
-
3066[18:16:28] *** Quits: PosterdatiMobile (~posterdat@replaced-ip##) (Quit: KVIrc 4.2.0 Equilibrium ##replaced-url
-
3067[18:18:01] *** Quits: heifan-- (~heifan@replaced-ip) (Ping timeout: 272 seconds)
-
3068[18:18:09] *** Joins: syn43 (~syn43@replaced-ip)
-
3069[18:18:11] *** Quits: Ceber (~cerberus@replaced-ip) (Ping timeout: 256 seconds)
-
3070[18:18:36] *** Parts: mileage_maker (~mileage_m@replaced-ip)
-
3071[18:18:39] *** Quits: cooldude (~cooldude1@replaced-ip) (Ping timeout: 272 seconds)
-
3072[18:19:31] *** Quits: karimb (~karimb@replaced-ip) (Quit: Karim has gone to sleep. ZZZzzz…)
-
3073[18:19:36] *** Joins: cooldude (~cooldude1@replaced-ip)
-
3074[18:19:57] *** Joins: heifan-- (~heifan@replaced-ip)
-
3075[18:20:30] *** Quits: zorg1 (~zorg1@replaced-ip) (Remote host closed the connection)
-
3076[18:21:21] *** Quits: luckman212 (~luckman21@replaced-ip) (Ping timeout: 240 seconds)
-
3077[18:21:32] *** Quits: Filiphe (~Filiphe@replaced-ip) (Remote host closed the connection)
-
3078[18:23:44] *** Joins: xaa (~xaa@replaced-ip)
-
3079[18:23:58] *** Joins: poleprogger (~mj@replaced-ip)
-
3080[18:24:30] *** Quits: lowin (~lowin@replaced-ip) (Ping timeout: 264 seconds)
-
3081[18:24:47] *** Quits: teclo- (42@replaced-ip) (Quit: The universe is slowing down and will reach a complete stop)
-
3082[18:25:03] *** Quits: WayToDoor (~milk.bott@188.165.65.157) (Read error: Connection reset by peer)
-
3083[18:25:11] *** Joins: conta (~Thunderbi@replaced-ip)
-
3084[18:25:25] *** Joins: teclo- (42@replaced-ip)
-
3085[18:25:38] *** Joins: Ceber (~cerberus@replaced-ip)
-
3086[18:25:50] *** Joins: luckman212 (~luckman21@replaced-ip)
-
3087[18:27:56] *** Joins: milindjoshi (~milind@replaced-ip)
-
3088[18:28:55] *** Joins: Tuxel (~andreas@replaced-ip)
-
3089[18:29:20] *** Quits: shinnya (~shinnya@replaced-ip) (Ping timeout: 244 seconds)
-
3090[18:30:15] *** Quits: syn43 (~syn43@replaced-ip) (Quit: Leaving)
-
3091[18:30:36] *** Quits: shann (~shann@replaced-ip) (Quit: Quitte)
-
3092[18:30:59] *** Quits: DingoSaar (~hagen@replaced-ip) (Read error: Connection reset by peer)
-
3093[18:30:59] *** Joins: me (~meme@replaced-ip)
-
3094[18:31:00] *** Quits: me (~meme@replaced-ip) (Max SendQ exceeded)
-
3095[18:34:13] *** Quits: hspcd (~hspcd@replaced-ip) (Remote host closed the connection)
-
3096[18:34:14] *** Joins: PosterdatiMobile (~posterdat@replaced-ip)
-
3097[18:34:16] *** Joins: _PosterdatiMobil (~posterdat@replaced-ip)
-
3098[18:34:25] *** Quits: _PosterdatiMobil (~posterdat@replaced-ip) (Client Quit)
-
3099[18:36:48] *** Joins: Abbott (~Abbott@replaced-ip)
-
3100[18:36:50] *** Joins: MrNeon (~MrNeon@replaced-ip)
-
3101[18:36:51] *** Joins: mileage_maker (~mileage_m@replaced-ip)
-
3102[18:37:07] *** Joins: lowin (~lowin@replaced-ip)
-
3103[18:37:28] *** Joins: ten (~ten@replaced-ip)
-
3104[18:37:31] *** Joins: btf (~btf@replaced-ip)
-
3105[18:37:55] <Abbott> I ran into this problem with libstdc++ replaced-url
-
3106[18:38:05] *** Quits: dreamon (~dreamon@replaced-ip) (Ping timeout: 252 seconds)
-
3107[18:38:13] <Abbott> so I sudo apt-get install libstdc++ the other day and the package installed
-
3108[18:38:25] <Abbott> but today I tried running the same program and I got the libstdc++ error again
-
3109[18:38:43] <Abbott> I checked the installation with sudo apt-get install libstdc++ and it's now telling me I have held broken packages
-
3110[18:39:03] <Abbott> Is there something I did to break it? I haven't run apt since yesterday to get this package
-
3111[18:39:16] *** Joins: lstieb (~lstieb@replaced-ip)
-
3112[18:39:29] <greycat> libstdc++ isn't even a package name...
-
3113[18:39:33] *** Quits: sTonho (~Lunatic@replaced-ip) (Ping timeout: 272 seconds)
-
3114[18:40:05] <greycat> So.. you tried to do something, but we don't know what. Then you maybe installed something, but we don'
-
3115[18:40:30] <greycat> t know what. Then you did something else, but we don't know what. And now you have "held broken packages" but we don't know which ones.
-
3116[18:40:35] *** Joins: Drzacek (~Drzacek@replaced-ip)
-
3117[18:40:50] *** Joins: tenyasha (~user@replaced-ip)
-
3118[18:41:15] *** Joins: Dserje (49cf726f@replaced-ip)
-
3119[18:41:28] <Abbott> greycat: replaced-url
-
3120[18:41:42] <Abbott> I get a hit with install libstdc++
-
3121[18:42:03] <greycat> for regex 'libstdc+' ... hah. That's hilarious.
-
3122[18:42:05] *** Joins: LtL (~irssi@replaced-ip)
-
3123[18:42:10] <jelly> !bat
-
3124[18:42:10] <dpkg> In order to troubleshoot your problem with apt-get, apt or aptitude we need ALL OF THE FOLLOWING information: 1. complete output of your apt-get/apt/aptitude run (including the command used) 2. output from "apt-cache policy pkg1 pkg2..." for ALL packages mentioned ANYWHERE in the problem, and 3. "apt-cache policy". Use replaced-url
-
3125[18:42:31] <jelly> Abbott: ^^ read that and provide specific
-
3126[18:42:34] <jelly> info.
-
3127[18:42:46] <jelly> all of it
-
3128[18:43:04] <greycat> Since libstdc++ *is not a package name*, apt-get tried to treat the trailing + as a the "one or more" operator of a regex, and then took the rest of the string as literal, and then it matched against EVERY PACKAGE that begins with libstdc+
-
3129[18:43:18] <jelly> libstdc++6 however is a different beast
-
3130[18:43:29] <Abbott> shit
-
3131[18:43:32] <Abbott> okay
-
3132[18:43:32] <ten> mmm
-
3133[18:43:35] <greycat> So you tried to ask it to install every libstdc+ package that exists, and it can't.
-
3134[18:43:35] <tenyasha> nnn
-
3135[18:43:54] <Abbott> does the pastebin I just sent supply everything for 1.?
-
3136[18:44:15] <greycat> It means "stop typing that command".
-
3137[18:44:25] *** ChanServ sets mode: +o jelly
-
3138[18:44:25] *** jelly sets mode: +q ten*!*@112.215.15*
-
3139[18:44:26] *** Quits: NaPs (~NaPs@replaced-ip) (Read error: No route to host)
-
3140[18:44:26] *** ChanServ sets mode: -o jelly
-
3141[18:44:49] <jmcnaught> Abbott: did you install the .deb file from the ubuntuforums page that you linked
-
3142[18:44:53] <jelly> tenyasha, ten: muted until you explain yourself in PM
-
3143[18:44:59] <greycat> Since the command did nothing, you should be fine. Go back to your original problem. What are you trying to do, and what error are you getting?
-
3144[18:45:06] <Abbott> no I didn't install the .deb
-
3145[18:45:10] *** Quits: gebruiker (~gebruiker@replaced-ip) (Quit: Ik ga weg)
-
3146[18:45:30] <Abbott> greycat: I am getting this error: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory
-
3147[18:45:42] *** Joins: Gilley (b9891369@replaced-ip)
-
3148[18:45:48] <greycat> judd, file libstdc++-libc6.2-2.so.3
-
3149[18:45:52] <Abbott> or something similar. I can't reproduce rn as the script has to run for a while to prodice the error again
-
3150[18:46:05] <Abbott> but it is a libstdc++.....so
-
3151[18:46:06] <judd> No packages in jessie/amd64 were found with that file.
-
3152[18:46:10] *** Parts: Gilley (b9891369@replaced-ip)
-
3153[18:46:14] <greycat> (C++ is a bag of dicks and should go die in a fire)
-
3154[18:46:32] *** Quits: jazz (~jazz@replaced-ip) (Remote host closed the connection)
-
3155[18:46:42] *** Joins: earthundead (~earthunde@replaced-ip)
-
3156[18:46:50] *** Quits: Geoff_C (~user@replaced-ip) (Quit: Lost terminal)
-
3157[18:47:10] <Abbott> I'll try running it agian to reproduce which .so it is asking for specifically
-
3158[18:47:16] <greycat> The jessie libstdc++6 package has /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.20 so it seems you are trying to run a third-party binary program that links against a *NEWER* C++ lib than Jessie has.
-
3159[18:47:26] *** Joins: metachr0n (~nobody@replaced-ip)
-
3160[18:47:26] <jelly> greycat: that would be "fucking old"
-
3161[18:47:37] <jelly> libstdc++2.10-glibc2.2: /usr/lib/libstdc++-libc6.2-2.so.3
-
3162[18:47:44] <greycat> Oh.
-
3163[18:47:44] *** Quits: ten (~ten@replaced-ip) (Quit: Leaving)
-
3164[18:47:47] *** Quits: Tuxel (~andreas@replaced-ip) (Ping timeout: 272 seconds)
-
3165[18:47:49] *** Quits: macartur (uid39242@replaced-ip) (Quit: Connection closed for inactivity)
-
3166[18:48:00] <jelly> judd only goes back to wheezy or squeeze
-
3167[18:48:08] *** Quits: Drzacek (~Drzacek@replaced-ip) (Quit: Leaving)
-
3168[18:48:18] *** Parts: mileage_maker (~mileage_m@replaced-ip)
-
3169[18:48:29] *** Joins: ten1 (~ten1@replaced-ip)
-
3170[18:48:29] <greycat> So 6.2-2.so.3 is older than .so.6.0.20
-
3171[18:48:29] <jelly> (don't ask why I have decades old libs installed)
-
3172[18:48:32] *** Joins: mihaicmn (~mihaicmn@replaced-ip)
-
3173[18:48:41] *** Joins: DammitJim (~DammitJim@replaced-ip)
-
3174[18:48:42] <jelly> quite a bit, yes
-
3175[18:49:05] <greycat> See, C++ damages your brain so much that you would create filenames like this.
-
3176[18:49:06] *** Joins: karimb (~karimb@replaced-ip)
-
3177[18:49:11] <jelly> can't be bothered to look up the package on archive.debian.org
-
3178[18:49:18] <metachr0n> greycat: i was able to backport taskd for jessie so thanks for that suggestion previously
-
3179[18:49:35] <Abbott> Yeah I just double checked and I'm getting no such file/directory for libstdc++-libc6.2-2.so.3
-
3180[18:49:48] *** Quits: rbern (~rbern@replaced-ip) (Read error: Connection reset by peer)
-
3181[18:49:51] <greycat> Abbott: jelly showed the package that contained it, but it's ancient.
-
3182[18:50:07] <jelly> Abbott: the binary you're trying to use is made for a linux 10+ years old
-
3183[18:50:19] *** Quits: LotharKAtt (~lelouch@replaced-ip) (Ping timeout: 272 seconds)
-
3184[18:50:23] *** Joins: hspcd (~hspcd@replaced-ip)
-
3185[18:50:26] <Abbott> wow
-
3186[18:50:57] *** Quits: lstieb (~lstieb@replaced-ip) (Ping timeout: 272 seconds)
-
3187[18:50:57] *** Quits: seoner (~usr@replaced-ip) (Ping timeout: 272 seconds)
-
3188[18:51:01] <metachr0n> greycat: i really wasn't aware of such cool tools in Debian ... i've been using mostly Gentoo since systemd
-
3189[18:51:03] <greycat> replaced-url
-
3190[18:51:10] <jelly> nice
-
3191[18:51:11] *** Quits: robotroll (~robotroll@replaced-ip) (Read error: Connection reset by peer)
-
3192[18:51:28] *** Quits: hepukt4e (~hep@replaced-ip) (Remote host closed the connection)
-
3193[18:51:34] *** Joins: sTonho (~Lunatic@replaced-ip)
-
3194[18:51:52] <greycat> The bad news: no amd64. It didn't exist at the time. The good news: your ancient C++ binary is probably i386 anyway.
-
3195[18:52:04] *** Quits: cwillu_at_work (~cwillu@replaced-ip) (Ping timeout: 244 seconds)
-
3196[18:52:11] *** Joins: AimHere (~bod@replaced-ip)
-
3197[18:52:32] <Abbott> oh i see
-
3198[18:52:34] *** Joins: roentgen (~roentgen@replaced-ip)
-
3199[18:52:39] *** Quits: roentgen (~roentgen@replaced-ip) (Changing host)
-
3200[18:52:39] *** Joins: roentgen (~roentgen@replaced-ip)
-
3201[18:52:44] <Abbott> this program is running the rar binaries from 2002 so that's probably why it needs this stuff
-
3202[18:52:51] *** Quits: duoi (~duoi@replaced-ip) (Ping timeout: 272 seconds)
-
3203[18:52:52] *** Joins: Gilley (b9891369@replaced-ip)
-
3204[18:52:57] *** Parts: Gilley (b9891369@replaced-ip)
-
3205[18:53:18] *** Joins: conformist1 (~conformis@replaced-ip)
-
3206[18:53:50] <Abbott> so will "apt-get install libstdc++2.10-glibc2.2" do it? I probably have to add multiarch to get it to grab i386 or will it know that I can install that already if I'm x86_64
-
3207[18:53:54] *** Quits: luckman212 (~luckman21@replaced-ip) (Ping timeout: 264 seconds)
-
3208[18:54:01] *** Quits: conformist (~conformis@replaced-ip) (Read error: Connection reset by peer)
-
3209[18:54:19] *** Joins: duoi (~duoi@replaced-ip)
-
3210[18:54:28] <greycat> Abbott: download the appropriate .deb manually, and if you can't install it, do NOT try to force it.
-
3211[18:54:29] *** Joins: dubbaluga (~yaaic@replaced-ip)
-
3212[18:56:14] <Abbott> okay. I have only installed one deb before, I used "dpkg -i foo.deb" then "apg-get install -f" for dependencies. Is that a good way to go about it?
-
3213[18:57:00] <greycat> You will not be able to resolve dependencies from a woody .deb using apt-get. It'll be entirely manual.
-
3214[18:57:18] <jelly> Abbott: why not use rar binaries from this decade
-
3215[18:57:21] *** Joins: luckman212 (~luckman21@replaced-ip)
-
3216[18:57:21] <jelly> ,v rar
-
3217[18:57:28] <judd> Package: rar on amd64 -- wheezy/non-free: 2:4.0.b3-1; jessie/non-free: 2:4.2.0-1; stretch/non-free: 2:5.3.b2-1; sid/non-free: 2:5.3.b2-1
-
3218[18:57:55] *** Quits: Ryushin (~Ryushin@replaced-ip) (Ping timeout: 272 seconds)
-
3219[18:57:56] *** Joins: Y04NN (~y04nn@replaced-ip)
-
3220[18:58:00] <greycat> !woody
-
3221[18:58:01] <dpkg> Woody is the codename for Debian GNU/Linux 3.0, released on July 19, 2002. Security support for woody was terminated on 2006-06-30. Woody was archived on 2007-01-10, ISOs are available from replaced-url
-
3222[18:58:03] *** Joins: mileage_maker (~mileage_m@replaced-ip)
-
3223[18:58:09] <greycat> OK. technically still this century.
-
3224[18:58:17] *** Joins: nawaflemme (~anthony@replaced-ip)
-
3225[18:58:26] *** Joins: duff (4cbb070f@replaced-ip)
-
3226[18:59:00] *** Joins: rbern (~rbern@replaced-ip)
-
3227[18:59:04] <Abbott> jelly: the program tries to re-create .rar's from an .sfv. so If the file was origianally packaged in 2002, I have to use the 2002 binaries
-
3228[18:59:10] *** Quits: David_Hernandez (~David_Her@replaced-ip) (Quit: Saliendo)
-
3229[18:59:20] <jelly> ha
-
3230[18:59:34] <greycat> I didn't even understand the assertion enough to laugh at it.
-
3231[18:59:35] <duff> will my computer run debian replaced-url
-
3232[18:59:48] *** Joins: Tuxel (~andreas@replaced-ip)
-
3233[19:00:15] *** Joins: Drzacek (~Drzacek@replaced-ip)
-
3234[19:00:30] <jelly> duff: yes, but how well it's going to run depends on other hardware components
-
3235[19:00:59] <duff> I have a gtx 1050 video card and 500gb ssd
-
3236[19:01:20] *** Quits: conta (~Thunderbi@replaced-ip) (Ping timeout: 265 seconds)
-
3237[19:01:20] *** Quits: GunshipPenguin (~GunshipPe@replaced-ip) (Ping timeout: 265 seconds)
-
3238[19:01:49] <duff> 10608
-
3239[19:01:53] *** Quits: Orphis (~orphis@replaced-ip) (Ping timeout: 240 seconds)
-
3240[19:01:56] <duff> 1060*
-
3241[19:02:24] <greycat> Oooh, it's an auction.
-
3242[19:02:24] *** Quits: Y04NN (~y04nn@replaced-ip) (Remote host closed the connection)
-
3243[19:02:30] *** Joins: Orphis (~orphis@replaced-ip)
-
3244[19:02:33] *** Joins: Gilley (b9891369@replaced-ip)
-
3245[19:02:37] <greycat> Do I hear 1100?
-
3246[19:02:39] *** Joins: dgncn (~trance@replaced-ip)
-
3247[19:02:40] *** Parts: Gilley (b9891369@replaced-ip)
-
3248[19:02:56] <lethu> 110 one time!
-
3249[19:03:03] <lethu> 1100*
-
3250[19:03:31] *** Joins: conta (~Thunderbi@replaced-ip)
-
3251[19:03:43] *** Parts: duff (4cbb070f@replaced-ip)
-
3252[19:05:03] *** Joins: Y04NN (~y04nn@replaced-ip)
-
3253[19:05:33] *** Joins: cwillu_at_work (~cwillu@replaced-ip)
-
3254[19:07:05] <Abbott> okay I'm not getting an error anymore after installing it with dpkg -i
-
3255[19:07:08] <Abbott> thanks guys
-
3256[19:07:41] <jelly> duf... eh
-
3257[19:07:53] *** Quits: heifan-- (~heifan@replaced-ip) (Remote host closed the connection)
-
3258[19:08:01] *** debhelper sets mode: +l 1640
-
3259[19:08:03] *** Quits: mt (mteufel@replaced-ip) (Quit: WeeChat 1.6-rc2)
-
3260[19:08:46] *** Parts: ten1 (~ten1@replaced-ip)
-
3261[19:08:56] *** Parts: Dserje (49cf726f@replaced-ip)
-
3262[19:09:05] *** Quits: anaiden (~anaiden@replaced-ip) (Quit: anaiden)
-
3263[19:09:21] *** Joins: sasukeskapa (~sasukeska@replaced-ip)
-
3264[19:09:21] *** Parts: tenyasha (~user@replaced-ip)
-
3265[19:09:58] *** Joins: mt (mteufel@replaced-ip)
-
3266[19:10:04] *** Parts: Abbott (~Abbott@replaced-ip)
-
3267[19:14:06] *** Joins: awal1 (~awal1@replaced-ip)
-
3268[19:15:21] *** Joins: silverhom (~silverhom@replaced-ip)
-
3269[19:15:25] *** Joins: soee (~soee@replaced-ip)
-
3270[19:15:28] *** Quits: soee (~soee@replaced-ip) (Client Quit)
-
3271[19:15:43] *** Joins: lstieb (~lstieb@replaced-ip)
-
3272[19:15:51] *** ChanServ sets mode: +o jelly
-
3273[19:15:55] *** jelly sets mode: -q ten*!*@112.215.15*
-
3274[19:15:56] *** ChanServ sets mode: -o jelly
-
3275[19:15:59] *** Joins: SCHAAP137 (~SCHAAP137@replaced-ip)
-
3276[19:16:18] *** Quits: l3archos (~Icedove@replaced-ip) (Quit: l3archos)
-
3277[19:17:00] *** Joins: soee (~soee@replaced-ip)
-
3278[19:17:49] *** Quits: soee (~soee@replaced-ip) (Client Quit)
-
3279[19:17:54] *** Quits: Janos (~Janos@replaced-ip) (Ping timeout: 264 seconds)
-
3280[19:18:31] *** Quits: debalance (~debalance@replaced-ip) (Remote host closed the connection)
-
3281[19:18:49] *** Joins: soee (~soee@replaced-ip)
-
3282[19:19:13] *** Joins: oo_miguel (~miguel@replaced-ip)
-
3283[19:19:32] <stoned> lol
-
3284[19:20:01] *** Joins: panta (~panta@replaced-ip)
-
3285[19:20:09] *** Joins: shovel_boss (~shovel_bo@replaced-ip)
-
3286[19:20:32] *** Quits: milindjoshi (~milind@replaced-ip) (Quit: Leaving)
-
3287[19:21:21] <oo_miguel> a couple of times each year my server becomes unavailble (i can not ping, ssh, etc). The only option I manage to fix it, is by issueing a POWER-OFF and POWER-ON via the webinterface of my provider. (there is also a ctrl-alt-del option, but this does not resolve the issue). Where, beside kernel.log (which does not show anything bad) should I look for the source of my problem?
-
3288[19:21:39] *** Quits: morphis__ (~morphis@replaced-ip) (Quit: Ex-Chat)
-
3289[19:22:58] *** Joins: Hootch1 (~Thunderbi@replaced-ip)
-
3290[19:23:01] *** Quits: luckman212 (~luckman21@replaced-ip) (Ping timeout: 240 seconds)
-
3291[19:23:34] <teraflops> oo_miguel: two times a year? are you sure it's not just network issue or the vps provider (if it's a remote server) ?
-
3292[19:23:54] <unborn> oo_miguel: check your access logs - apache error logs and ssh and ftp access logs.. perhaps you are sometimes shortly bruteforced or ddosed
-
3293[19:23:58] *** Joins: _0bitcount (~Big_Byte@replaced-ip)
-
3294[19:24:23] <unborn> ah couple of times in year? I thought that you have this problem constantly meh
-
3295[19:24:37] *** Quits: MrNeon (~MrNeon@replaced-ip) (Quit: Leaving)
-
3296[19:25:03] *** Joins: MrNeon (~MrNeon@replaced-ip)
-
3297[19:25:03] *** Quits: Hootch (~Thunderbi@replaced-ip) (Ping timeout: 256 seconds)
-
3298[19:25:04] *** Hootch1 is now known as Hootch
-
3299[19:25:06] *** Joins: daniel-s (~daniel-s@replaced-ip)
-
3300[19:25:08] <toruvinn> oo_miguel, frankly it would be the best if you could see the console when that happens :-/ are you, perhaps, hosting it in OVH?
-
3301[19:25:23] *** Quits: MrNeon (~MrNeon@replaced-ip) (Client Quit)
-
3302[19:25:25] *** Joins: crameth (~crameth@replaced-ip)
-
3303[19:25:27] *** Joins: luckman212 (~luckman21@replaced-ip)
-
3304[19:25:44] *** Joins: MrNeon (~MrNeon@replaced-ip)
-
3305[19:25:49] *** Quits: crameth (~crameth@replaced-ip) (Remote host closed the connection)
-
3306[19:25:50] <oo_miguel> unborn / teraflops: I also considered this might be a network issue, but why it gets solved by hard-rebooting (through providers admin-console, but ctrl-alt-del, does not work)
-
3307[19:25:53] <greycat> I don't think oo_miguel is "hosting" it. I think he's a customer.
-
3308[19:26:00] <oo_miguel> I am a customer
-
3309[19:26:12] <teraflops> oo_miguel: did you even ask the provider?
-
3310[19:26:17] <oo_miguel> I am renting a server from some provider
-
3311[19:26:29] *** Joins: saturos (~saturos@replaced-ip)
-
3312[19:26:49] <unborn> oo_miguel: then your best bet would be contacting their support customer care center
-
3313[19:26:51] <oo_miguel> I did not ask yet, since I wanted to try resolve it first myself or at least make sure its not an configuration issue
-
3314[19:27:05] *** Joins: Atomic_m1txT (~atomic@replaced-ip)
-
3315[19:27:08] <teraflops> lol 2 times a year, where do I have to sign :P
-
3316[19:27:13] <greycat> heh
-
3317[19:27:16] <oo_miguel> haha
-
3318[19:27:18] *** Joins: soee_ (~soee@replaced-ip)
-
3319[19:27:32] <teraflops> oo_miguel: next time ask the provider, or open a ticket
-
3320[19:27:58] <oo_miguel> allright, i will ask. but its my job to configure the server properly, they do not care about kernel bugs or similar
-
3321[19:28:06] *** Quits: bolt (r00t@replaced-ip) (Ping timeout: 264 seconds)
-
3322[19:28:09] <oo_miguel> I am just renting the hardware
-
3323[19:28:16] <teraflops> oo_miguel: it's jour job to ask the provider too
-
3324[19:28:22] <oo_miguel> agree :)
-
3325[19:28:24] *** Quits: soee (~soee@replaced-ip) (Ping timeout: 265 seconds)
-
3326[19:28:49] *** Quits: maziar (~textual@replaced-ip) (Quit: My Mac has gone to sleep. ZZZzzz…)
-
3327[19:28:53] *** Joins: root_ (~root@replaced-ip)
-
3328[19:28:57] *** Joins: faw (~faw@replaced-ip)
-
3329[19:28:57] *** Quits: faw (~faw@replaced-ip) (Changing host)
-
3330[19:28:57] *** Joins: faw (~faw@replaced-ip)
-
3331[19:29:02] <oo_miguel> i will look trough some logs, but next time it happens I will definitely ask them, before doing the power-off. (so they can examine it on-site)
-
3332[19:29:08] *** Joins: bolt (r00t@replaced-ip)
-
3333[19:29:19] <oo_miguel> thanks for the advices
-
3334[19:29:28] *** Quits: earthundead (~earthunde@replaced-ip) (Remote host closed the connection)
-
3335[19:29:35] *** Quits: f10 (~flo@replaced-ip) (Ping timeout: 256 seconds)
-
3336[19:29:37] *** Parts: Mysterytrain (~George@replaced-ip)
-
3337[19:29:48] *** Joins: winsen (~asulil@replaced-ip)
-
3338[19:29:54] *** Quits: nawaflemme (~anthony@replaced-ip) (Ping timeout: 264 seconds)
-
3339[19:30:08] <toruvinn> oo_miguel, i've had my share of weird things like controllers (sata/raid) freezing, NICs not working or losing link to switch (reboot fixed both), etc. if you get literally nothing in logs and network stops working too, you may be getting some sort of full freeze or awful kernel panic there. would be better if they could check it "locally" this way.
-
3340[19:30:17] *** Joins: Mysterytrain (~George@replaced-ip)
-
3341[19:31:28] *** Quits: btf (~btf@replaced-ip) (Remote host closed the connection)
-
3342[19:31:42] <winsen> hi all
-
3343[19:32:16] <winsen> I'd like to install amule but I had this error message, does anybody know how to fix it please? "E: Unable to locate package..."
-
3344[19:33:16] *** Joins: GandalfTheWizard (~Emma@replaced-ip)
-
3345[19:33:30] *** Quits: GandalfTheWizard (~Emma@replaced-ip) (Max SendQ exceeded)
-
3346[19:33:56] *** Joins: GandalfTheWizard (~Emma@replaced-ip)
-
3347[19:34:42] *** Quits: winem_ (~quassel@replaced-ip) (Remote host closed the connection)
-
3348[19:34:43] <greycat> ~$ apt-cache search --names-only amule
-
3349[19:34:43] <greycat> amule-emc - lists ed2k links inside emulecollection files
-
3350[19:34:46] <jelly> winsen: there is no version of amule available in current debian release, debian 8 (jessie)
-
3351[19:34:48] <greycat> Is that it?
-
3352[19:35:00] <jelly> you could try to backport it
-
3353[19:35:01] <toruvinn> there is one in wheezy though!
-
3354[19:35:02] <toruvinn> just checked
-
3355[19:35:04] <jelly> ,v amult
-
3356[19:35:05] <judd> No package named 'amult' was found in amd64.
-
3357[19:35:06] <jelly> ,v amule
-
3358[19:35:07] <judd> Package: amule on amd64 -- wheezy: 2.3.1-9; jessie-multimedia: 2.3.1+git1a369e47-dmo4bp1; sid: 1:2.3.2-1; stretch: 1:2.3.2-1
-
3359[19:35:07] <rozie> winsen: provide full command and output please
-
3360[19:35:25] <greycat> rozie: not needed just yet.
-
3361[19:35:32] <jelly> rozie: no need for that when it's pretty sure what the cause is
-
3362[19:35:35] <winsen> rozie: sorry?
-
3363[19:35:55] *** Joins: Brigo (~Brigo@replaced-ip)
-
3364[19:36:10] <jelly> let's see if a local backport is feasible at all
-
3365[19:36:10] *** Parts: Tuxel (~andreas@replaced-ip)
-
3366[19:36:18] <jelly> ,checkbackport amule
-
3367[19:36:21] <judd> Backporting package amule in sid→jessie/amd64: all build-dependencies satisfied using jessie, virtual.
-
3368[19:36:21] <greycat> So I guess your choices are (1) try jessie-multimedia (dangerous), (2) try backporting stretch's, (3) build upstream source
-
3369[19:36:30] *** Quits: mints (~mints@replaced-ip) (Ping timeout: 244 seconds)
-
3370[19:36:30] *** Quits: ongolaBoy (~ongolaBoy@replaced-ip) (Ping timeout: 244 seconds)
-
3371[19:36:53] *** Joins: ongolaBoy (~ongolaBoy@replaced-ip)
-
3372[19:36:59] *** Joins: sleepyn1nja (~praveen@replaced-ip)
-
3373[19:37:25] *** Joins: howitdo (~howitdo@replaced-ip)
-
3374[19:37:33] <jelly> winsen: for the backport recipe for option (2), read: /msg dpkg ssb
-
3375[19:37:34] <winsen> rozie: replaced-url
-
3376[19:37:38] *** Quits: howitdo (~howitdo@replaced-ip) (Changing host)
-
3377[19:37:38] *** Joins: howitdo (~howitdo@replaced-ip)
-
3378[19:37:43] <oo_miguel> toruvinn: yeah, this is also my nightmare, like some complete freeze due to a kernel bug or hardware failure and I keep wondering how they will distinguish these both :P
-
3379[19:38:02] *** Quits: radiance|2 (~radiances@replaced-ip) (Ping timeout: 252 seconds)
-
3380[19:38:24] <winsen> jelly: I don't get you sorry
-
3381[19:38:33] *** Quits: bertbob (~bertbob@replaced-ip) (Read error: Connection reset by peer)
-
3382[19:38:40] <greycat> winsen: So I guess your choices are (1) try jessie-multimedia (dangerous), (2) try backporting stretch's, (3) build upstream source
-
3383[19:38:57] <jelly> winsen: type "/msg dpkg ssb" in your irc client. Read the response from dpkg bot
-
3384[19:39:10] <teraflops> oo_miguel: dont you have a serial console thingy available on the web admin interface? most providers have it
-
3385[19:39:24] *** Joins: SpeccyMan (~nick@replaced-ip)
-
3386[19:39:27] <rozie> winsen: show sources.list
-
3387[19:39:32] <greycat> *sigh*
-
3388[19:39:41] <jmcnaught> rozie: amule isn't in jessie
-
3389[19:39:47] *** Joins: Janos (~Janos@replaced-ip)
-
3390[19:39:48] <greycat> rozie: we already KNOW the package isn't in jessie. See judd's output above.
-
3391[19:40:09] <rozie> but we don't know anything about his sources.list, ain't we?
-
3392[19:40:21] <jelly> and we don't need to
-
3393[19:40:21] *** Quits: Ceber (~cerberus@replaced-ip) (Ping timeout: 256 seconds)
-
3394[19:40:21] *** Joins: maotm (~mao@replaced-ip)
-
3395[19:40:29] <greycat> winsen: which version of Debian are you using?
-
3396[19:40:47] *** Quits: ffatman (~ffamousff@replaced-ip) (Ping timeout: 252 seconds)
-
3397[19:40:56] <oo_miguel> teraflops: they only connect such a console on request for a small time.
-
3398[19:41:19] *** Quits: sleepyn1nja (~praveen@replaced-ip) (Client Quit)
-
3399[19:41:23] *** Joins: ToBeCloud (uid51591@replaced-ip)
-
3400[19:41:31] *** Joins: valeech (~valeech@replaced-ip)
-
3401[19:41:48] *** Quits: howitdo (~howitdo@replaced-ip) (Excess Flood)
-
3402[19:42:13] *** Joins: howitdo (~howitdo@replaced-ip)
-
3403[19:42:15] <winsen> rozie: replaced-url
-
3404[19:42:29] <winsen> greycat: debian jessie
-
3405[19:43:24] <rozie> winsen: as mentioned earlier, there's no amule in jessie
-
3406[19:43:35] *** Joins: dreamon (~dreamon@replaced-ip)
-
3407[19:43:47] <greycat> rozie is only 8 minutes behind
-
3408[19:43:52] <rozie> you can add jessie-multimedia repository or use/make backport
-
3409[19:44:11] <greycat> Ooh, 7 minutes behind now! Really rolling!
-
3410[19:44:40] <rozie> greycat: but this time he will get it
-
3411[19:44:53] *** Quits: ojoa (~zetagi@replaced-ip) (Ping timeout: 256 seconds)
-
3412[19:45:14] <winsen> rozie: what do you mean? it can not be installed on debian8?
-
3413[19:45:18] *** Joins: ojoa (~zetagi@replaced-ip)
-
3414[19:45:24] *** Joins: Ceber (~cerberus@replaced-ip)
-
3415[19:45:43] *** Joins: zfe (~zfe@replaced-ip)
-
3416[19:45:45] <greycat> rozie: Oops. Too optimistic. Only three repetitions were not sufficient to drive the point home.
-
3417[19:45:48] *** Quits: Atomic_m1txT (~atomic@replaced-ip) (Ping timeout: 244 seconds)
-
3418[19:45:58] *** Quits: nikoma (~nikoma@replaced-ip) (Remote host closed the connection)
-
3419[19:46:02] *** Quits: alfism (~alfism@replaced-ip##) (Quit: Textual IRC Client: ##replaced-url
-
3420[19:46:12] *** Quits: howitdo (~howitdo@replaced-ip) (Remote host closed the connection)
-
3421[19:46:20] <greycat> Actually, there is a fourth option -- it might be possible to install the wheezy version.
-
3422[19:46:27] *** Quits: remo (~remo@replaced-ip) (Remote host closed the connection)
-
3423[19:46:31] *** Joins: howitdo (~howitdo@replaced-ip)
-
3424[19:46:52] *** Joins: ssaturos (~saturos@replaced-ip)
-
3425[19:47:02] <greycat> (Or option 5, "backport" (foreport?) the wheezy source.)
-
3426[19:47:35] <jmcnaught> there's also mldonkey
-
3427[19:48:23] <greycat> I have absolutely no idea what an amule is, so I don't even know how to look for alternatives.
-
3428[19:48:28] <jelly> greycat: you might like this,
-
3429[19:48:29] <jelly> <Abbott> Desu: 1997-12-29_rar202: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.1, stripped
-
3430[19:48:43] <jelly> ld-linux.so.1
-
3431[19:48:50] <greycat> Is that libc5?
-
3432[19:48:56] <jelly> I think so.
-
3433[19:49:10] <greycat> My last libc5-capable machine died last month.
-
3434[19:49:34] *** Quits: electro33 (uid613@replaced-ip) (Quit: Connection closed for inactivity)
-
3435[19:49:41] <jelly> amusingly I had a copy of that dynamic loader on my home system until 2015
-
3436[19:49:43] <teraflops> oh I loved mkdonky
-
3437[19:49:46] <teraflops> ml*
-
3438[19:49:49] *** Joins: remo (~remo@replaced-ip)
-
3439[19:50:35] <jelly> said system had been installed with slink and upgraded ever since
-
3440[19:50:36] *** Quits: Zvmdyv (~Zvmdyv@replaced-ip) (Read error: Connection reset by peer)
-
3441[19:50:38] *** Parts: mileage_maker (~mileage_m@replaced-ip)
-
3442[19:50:43] *** Joins: thejrose1984 (~thejrose1@replaced-ip)
-
3443[19:50:47] <greycat> winsen: So I guess your choices are (1) try jessie-multimedia (dangerous), (2) try backporting stretch's, (3) build upstream source, (4) try to install wheezy's (slightly less dangerous than multimedia), (5) try to backport wheezy's, (6) seek an alternative
-
3444[19:51:07] *** Quits: saturos (~saturos@replaced-ip) (Ping timeout: 272 seconds)
-
3445[19:51:08] *** ssaturos is now known as saturos
-
3446[19:51:14] *** Joins: robotroll (~robotroll@replaced-ip)
-
3447[19:51:20] <jelly> forward* port wheezy's
-
3448[19:51:22] * jelly hides
-
3449[19:52:44] *** Joins: electro33 (uid613@replaced-ip)
-
3450[19:53:09] <r3> can I use 'aptitude hold foobar' even if apt-cache is reporting a version of foobar installed that is actually older than the version of foobar that is installed? Meaning that I manually installed foobar outside the apt package management system (I know I shouldn't have) and that apt is thinking there is version 1 installed, where there is actually version 2 installed. I know this is a band-aid
-
3451[19:53:09] <r3> but I would like to be able to run 'apt-get update' and have it totally ignore and not do anything with the package foobar.
-
3452[19:53:18] *** Quits: Ceber (~cerberus@replaced-ip) (Ping timeout: 264 seconds)
-
3453[19:53:26] *** Joins: ffatman (~ffamousff@replaced-ip)
-
3454[19:53:41] <greycat> I don't know if Debian ever got around to unifying the different ways of "holding" a package.
-
3455[19:53:52] <jelly> not yet
-
3456[19:53:57] <jelly> !hold
-
3457[19:53:58] <dpkg> hold is a status flag that tells the package manager to not automatically upgrade a package. To hold a package 'echo $package hold|dpkg --set-selections' or 'aptitude hold $package'. Note that "aptitude hold" is ignored by other package managers (i.e. Update Manager, synaptic, apt-get) and aptitude won't necessarily use holds set with dpkg; see Debian bug #137771 (fixed in stretch). See also <hold list>, <unhold>.
-
3458[19:53:58] *** Joins: WayToDoor (~milk.bott@188.165.65.157)
-
3459[19:53:59] *** Quits: daniel-s (~daniel-s@replaced-ip) (Ping timeout: 252 seconds)
-
3460[19:54:07] *** Parts: zfe (~zfe@replaced-ip)
-
3461[19:54:25] <greycat> Ah, bot says fixed in stretch.
-
3462[19:54:30] <jelly> r3: do the set-selections thing.
-
3463[19:54:33] <greycat> Or at least one of the pieces...
-
3464[19:54:52] *** Joins: fearnothing (~nothing@replaced-ip)
-
3465[19:54:54] <greycat> If you've got aptitude installed, do both.
-
3466[19:55:08] <jelly> aptitude honors the dpkg thing, but not vice versa
-
3467[19:55:14] *** Quits: WayToDoor (~milk.bott@188.165.65.157) (Read error: Connection reset by peer)
-
3468[19:55:19] <jelly> (why does it even have its own thing? No idea)
-
3469[19:55:20] *** Quits: karimb (~karimb@replaced-ip) (Quit: Karim has gone to sleep. ZZZzzz…)
-
3470[19:55:22] <r3> do both the 'aptitude hold foobar' and 'echo foobar hold|dpkg --set-selections'
-
3471[19:55:30] <jelly> that is safe as well.
-
3472[19:55:42] *** Joins: lachlanmackenzie (~lachlan@replaced-ip)
-
3473[19:55:44] <r3> and it won't care if the version installed doesn't match the version it thinks it is installed?
-
3474[19:55:52] <greycat> huh?
-
3475[19:55:56] <r3> it will just ignore all to do with foobar
-
3476[19:56:12] <r3> I just want to understand what hold is really doing.
-
3477[19:56:29] *** Quits: uKi` (walkers@replaced-ip) (Quit: Fri Oct 7 13:56:29 2016)
-
3478[19:56:33] <jelly> r3: it will prevent further installation of any version via apt/aptitude.
-
3479[19:56:35] <greycat> What program is telling you something which you know to be false, and what is it telling you, and how do you know it's false?
-
3480[19:56:40] <r3> aptitude wont do anything then with a held package, it will skit it totally
-
3481[19:56:47] <r3> er, skip it totally?
-
3482[19:57:13] *** Joins: RamPage (~R@replaced-ip)
-
3483[19:57:19] *** Joins: Starky (~Starky@replaced-ip)
-
3484[19:57:25] <r3> greycat: I've installed a different version of ntp than what is available from apt-cache due to a bug
-
3485[19:57:33] <greycat> Installed it how?
-
3486[19:57:41] <r3> and, of course, installing something outside a package management system is a bad idea, I get that
-
3487[19:58:12] <greycat> And why didn't you purge the Debian package if you are not using it?
-
3488[19:58:12] <jelly> what precisely do you mean by "installing something outside a package management system"
-
3489[19:58:16] *** Quits: thejrose1984 (~thejrose1@replaced-ip) (Quit: Leaving)
-
3490[19:58:39] <r3> greycat: because I am a novice and didn't want to mess things up further, I apologize
-
3491[19:58:49] *** Joins: hamTo3 (~quassel@replaced-ip)
-
3492[19:59:04] *** Quits: hamTo3 (~quassel@replaced-ip) (Remote host closed the connection)
-
3493[19:59:25] *** Joins: HarveyPwca (~HarveyPwc@replaced-ip)
-
3494[19:59:31] <r3> jelly: building and making it from source
-
3495[19:59:38] *** Joins: csahochzwei (~normal@replaced-ip)
-
3496[19:59:43] *** Parts: csahochzwei (~normal@replaced-ip)
-
3497[19:59:56] *** Joins: douzer (~douzer@replaced-ip)
-
3498[20:00:28] <greycat> I would make backup copies of your config file(s) and your systemd/sysv start scripts for it, then purge the Debian package, then replace the configs/start scripts however you need to start your /usr/local or /opt version.
-
3499[20:00:40] <r3> there exists a bug in the debian release of ntp that hasn't been addressed yet, so I had to go around what debian wanted me to install. I should purge the debian package, but I honestly don't know how, and I am afraid of losing the init files
-
3500[20:01:03] *** Joins: RebelCoder (~Yuriy@replaced-ip)
-
3501[20:01:05] <greycat> If you installed in /usr instead of /usr/local then you really have made a mess.
-
3502[20:01:10] *** Joins: Ceber (~cerberus@replaced-ip)
-
3503[20:01:16] <r3> probably
-
3504[20:01:30] <r3> no, I installed in /usr/local
-
3505[20:01:41] *** Quits: conta (~Thunderbi@replaced-ip) (Ping timeout: 252 seconds)
-
3506[20:01:43] *** Joins: WayToDoor (~milk.bott@188.165.65.157)
-
3507[20:02:07] <r3> er, no, it's a mess, as I copied into /usr/bin and /usr/sbin
-
3508[20:02:17] <jelly> that _is_ a mess
-
3509[20:02:19] <r3> yes
-
3510[20:03:04] <jelly> should have figured out a way to run it where it was
-
3511[20:03:12] <r3> but for this one package on a testing system, it works and is ok. It just has created a problem when doing a full upgrade. I sorted that, but would like to continue to upgrade via apt, which is why I was asking about 'hold'
-
3512[20:03:19] <greycat> Call it a learning experience.
-
3513[20:03:46] *** Quits: douzer (~douzer@replaced-ip) (Client Quit)
-
3514[20:04:00] <greycat> Putting holds in dpkg and aptitude may help the duct-tape-tower stay standing a bit longer. It's not the correct answer, but it might be good enough for now.
-
3515[20:04:16] <r3> which is all I can hope for, really, as I crave learning and understanding
-
3516[20:04:18] *** Joins: idts (~lxuser@replaced-ip)
-
3517[20:04:26] *** Quits: Agiofws (~agiofws@replaced-ip) (Ping timeout: 252 seconds)
-
3518[20:04:30] <jelly> until the next release upgrade or so
-
3519[20:04:43] *** Quits: |ifei5g00d (~sharris12@replaced-ip) (Ping timeout: 256 seconds)
-
3520[20:04:58] <r3> greycat: I totally understand your objections, and it is a duct-tape-tower (nice analogy) to be sure, and I thank you for the clarification about holding packages
-
3521[20:06:13] <r3> jelly: as I upgrade to newer ntp versions on this testing systems than are generally released, I can forsee it permanently not matching what apt thinks is there as I *should* have probably made my own package and installed it that way
-
3522[20:06:38] <r3> but, being a novice, I didn't (and still don'
-
3523[20:06:38] *** Quits: GandalfTheWizard (~Emma@replaced-ip) (Ping timeout: 252 seconds)
-
3524[20:06:52] <r3> 't) quite understand how to go about doing that. Conceptually I get it
-
3525[20:07:31] *** Joins: julius_ (~jason4@replaced-ip)
-
3526[20:07:33] <winsen> greycat: jessie-multimedia "(dangerous)"lol you're funny though
-
3527[20:07:36] *** Joins: mxmxmx (~subk@replaced-ip)
-
3528[20:07:36] <julius_> hi
-
3529[20:08:06] <greycat> !dmm
-
3530[20:08:06] <dpkg> We recommend against using deb-multimedia.org; these unofficial packages are known to cause many hard to debug problems. They are not in Debian either because the they are poor in quality or for legal reasons. See replaced-url
-
3531[20:08:52] <winsen> greycat: so we both agree. staying in old version is always better.
-
3532[20:09:11] <julius_> sitting in front of a debian jessie netinstall here, says it needs rtl_nic/rtl8168d-2.fw for the ethernet interface. so i downloaded: replaced-url
-
3533[20:09:49] *** Quits: WayToDoor (~milk.bott@188.165.65.157) (Ping timeout: 256 seconds)
-
3534[20:10:08] <greycat> julius_: dpkg -i /path/to/firmware-realtek_0.43_all.deb
-
3535[20:10:36] *** Quits: jass93_ (~ifillj@replaced-ip) (Ping timeout: 244 seconds)
-
3536[20:10:41] <greycat> ... err, I am assuming you've already installed. Sorry. That was a bad assumption.
-
3537[20:11:15] <jelly> julius_: I think the installer requires actual firmware files there.
-
3538[20:11:20] <julius_> ok
-
3539[20:11:25] <jelly> alternatively,
-
3540[20:11:28] <jelly> !firmware images
-
3541[20:11:28] <dpkg> Unofficial <netinst> images - containing non-free Debian <firmware> packages - for installing Debian 8 "Jessie" are available from replaced-url
-
3542[20:11:32] <winsen> greycat: can you tell me where can I get entire Debian/Hurd?
-
3543[20:12:04] <jelly> julius_: using "unofficial" images with firmware already on them is usually a simpler approach
-
3544[20:12:16] *** Quits: vOYtEC (~vOYtEC@replaced-ip) (Read error: Connection reset by peer)
-
3545[20:12:17] <julius_> jelly, will keep that in mind for the next time
-
3546[20:13:03] *** Quits: Tiffon (~name@replaced-ip) (Quit: exit)
-
3547[20:14:50] *** Joins: WayToDoor (~milk.bott@80.214.19.113)
-
3548[20:15:20] *** Quits: lachlanmackenzie (~lachlan@replaced-ip) (Quit: Leaving)
-
3549[20:15:28] <r3> thank you greycat and jelly, I truly appreciate the assistance
-
3550[20:15:37] *** Joins: pratch (~pratch@replaced-ip)
-
3551[20:15:45] * r3 will search for a tutorial on how to build a deb package
-
3552[20:15:57] <greycat> Ugh, I wouldn't do that.
-
3553[20:16:15] *** Quits: Slashman (~Slash@replaced-ip) (Quit: Leaving)
-
3554[20:16:20] <greycat> Installing your upstream ntp in /usr/local and borrowing the Debian systemd script should be enough.
-
3555[20:16:22] *** Joins: TomTomTosch (~henryk@replaced-ip)
-
3556[20:16:23] <jmcnaught> the installer is supposed to be able to use firmware packages or loose firmware files. they need to be in the root or a directory called /firmware. the install manual recommends using a FAT filesystem
-
3557[20:16:34] <r3> well, it will stay broken then, I suppose, the 'hold' will help be sure I don't whack what I have installed in the future however
-
3558[20:16:42] *** Quits: cdown (~cdown@replaced-ip) (Ping timeout: 264 seconds)
-
3559[20:17:08] <r3> greycat: oh, ok, well, let me investigate how to go about that solution then, thanks again
-
3560[20:17:10] <teraflops> jmcnaught: last time I tried that way I failed miserably
-
3561[20:17:13] <jelly> r3: if you only need a newer version of something that already has a package in debian, you can reuse debian's source package bits as a starting point in packaging a newer version
-
3562[20:17:24] *** Joins: Agiofws (~agiofws@replaced-ip)
-
3563[20:17:40] <jelly> r3: see /msg dpkg package rebuild, /msg dpkg uupdate
-
3564[20:17:56] *** Quits: troulouliou_div2 (~troulouli@replaced-ip) (Quit: Leaving)
-
3565[20:18:08] <r3> yeah the versions I am using don't already have a package in debian
-
3566[20:18:22] <julius_> jelly, hm no luck. i even copied the files from the .deb to /media/myusbSTICK/rtl_nic/ as said in the installer message....still nothing?
-
3567[20:18:39] *** Joins: cdown (~cdown@replaced-ip)
-
3568[20:18:50] <calisto> hi any knows if its possible use Soft RoCE in Debian?
-
3569[20:18:55] *** Quits: blueness_ (~blueness@replaced-ip) (Quit: blueness_)
-
3570[20:19:23] *** Quits: TomTomTo1 (~henryk@replaced-ip) (Ping timeout: 244 seconds)
-
3571[20:20:03] *** Quits: remo (~remo@replaced-ip) (Remote host closed the connection)
-
3572[20:20:04] <jelly> julius_: yeah, I don't remember the specifics. They're in the Install Guide, but I can't be bothered looking it up every time and use fw images instead
-
3573[20:20:12] *** Quits: idts (~lxuser@replaced-ip) (Quit: "You picked the wrong kite to run away with!")
-
3574[20:20:16] <julius_> ah thanks
-
3575[20:20:22] *** Joins: blueness_ (~blueness@replaced-ip)
-
3576[20:20:22] <jelly> !install guide
-
3577[20:20:23] <dpkg> The Installation Guide for Debian 8 "Jessie" can be found at replaced-url
-
3578[20:20:59] <jmcnaught> julius_: the exact chapter you need is replaced-url
-
3579[20:22:15] *** Joins: mileage_maker (~mileage_m@replaced-ip)
-
3580[20:22:17] *** Joins: schadia (~scha@replaced-ip)
-
3581[20:22:30] *** Joins: CyberGabber (~CyberGabb@replaced-ip)
-
3582[20:22:57] *** Joins: fnordperfect (~fab@replaced-ip)
-
3583[20:23:04] *** Joins: remo (~remo@replaced-ip)
-
3584[20:23:23] <julius_> hm, i already copied all the files to /rtl_nic, and on / on the usb device
-
3585[20:23:34] *** Joins: cyborg-one (~cyborg-on@replaced-ip)
-
3586[20:24:03] <ojoa> ;
-
3587[20:24:36] <julius_> it does not explicitly state that it can read from a ext2 usb stick.....but since i can mount the stick on the usb system....it should work?
-
3588[20:26:41] <jmcnaught> julius_: it's worth trying a FAT filesystem since the docs say that's your best bet. You can also proceed with the installation, install the firmware package after the first boot (and don't forget to set up your sources.list)
-
3589[20:27:04] *** Quits: shabius (~shaburov1@replaced-ip) (Remote host closed the connection)
-
3590[20:27:52] *** Joins: rosten (~rosten@replaced-ip)
-
3591[20:28:24] *** Quits: Drzacek (~Drzacek@replaced-ip) (Quit: Leaving)
-
3592[20:28:45] <r0ck_> howdy ppl!
-
3593[20:28:50] *** Joins: satbyy (~Satish@replaced-ip)
-
3594[20:29:03] <r0ck_> just wanna ask is there the same issue with fglrx prop with jessie and gnome?
-
3595[20:29:07] *** Quits: RebelCoder (~Yuriy@replaced-ip) (Ping timeout: 272 seconds)
-
3596[20:29:08] <r0ck_> or is it fixed already?
-
3597[20:29:42] *** Joins: |ifei5g00d (~sharris12@replaced-ip)
-
3598[20:29:50] *** Joins: mints (~mints@replaced-ip)
-
3599[20:30:02] *** Quits: soee_ (~soee@replaced-ip) (Quit: Konversation terminated!)
-
3600[20:30:17] *** Quits: cybrNaut (cybrNaut@replaced-ip) (Ping timeout: 252 seconds)
-
3601[20:30:26] *** Quits: missmbob (~missmbob@replaced-ip) (Quit: leaving)
-
3602[20:31:08] <julius_> lmcloughlin, really a fat device at a jessie installation...that would be low
-
3603[20:31:19] *** Quits: ojoa (~zetagi@replaced-ip) (Quit: leaving)
-
3604[20:31:21] *** Joins: soee (~soee@replaced-ip)
-
3605[20:31:27] <lmcloughlin> huh?
-
3606[20:31:32] <julius_> oh, wrong nick
-
3607[20:31:45] <lmcloughlin> no worries :)
-
3608[20:31:45] *** Joins: bizarro_1 (~bizarro_1@replaced-ip)
-
3609[20:32:30] <julius_> jmcnaught, that is where i draw the line....i will not turn this stick into a fat device.....it doesnt deserve that!
-
3610[20:32:38] <julius_> im gonna download the prefirmware image
-
3611[20:32:41] *** Quits: blueness_ (~blueness@replaced-ip) (Quit: blueness_)
-
3612[20:33:51] *** Quits: Guest98835 (~nathanhi@replaced-ip) (Changing host)
-
3613[20:33:51] *** Joins: Guest98835 (~nathanhi@replaced-ip)
-
3614[20:33:59] *** Guest98835 is now known as nathanhi
-
3615[20:34:14] *** Joins: bertbob (~bertbob@replaced-ip)
-
3616[20:34:14] *** Joins: missmbob (~missmbob@replaced-ip)
-
3617[20:34:54] *** Quits: killian99 (~killian99@replaced-ip) (Quit: Quitte)
-
3618[20:35:29] *** Joins: ojoa (~zetagi@replaced-ip)
-
3619[20:35:47] *** Joins: Drzacek (~Drzacek@replaced-ip)
-
3620[20:35:49] *** Joins: |ifei5good (~sharris12@replaced-ip)
-
3621[20:36:50] *** Quits: |ifei5good (~sharris12@replaced-ip) (Excess Flood)
-
3622[20:36:57] *** Quits: Janos (~Janos@replaced-ip) (Ping timeout: 244 seconds)
-
3623[20:37:09] *** Joins: cyphase_eviltwin (~cyphase@replaced-ip)
-
3624[20:37:26] *** Joins: shabius (~shaburov1@replaced-ip)
-
3625[20:37:46] *** Joins: enseneo (~madneap@replaced-ip)
-
3626[20:37:49] *** Joins: ETechDD (~etechdd@replaced-ip)
-
3627[20:37:54] *** Joins: |ifei5good (~sharris12@replaced-ip)
-
3628[20:38:00] *** debhelper sets mode: +l 1649
-
3629[20:38:27] *** Quits: |ifei5good (~sharris12@replaced-ip) (Read error: Connection reset by peer)
-
3630[20:38:32] *** Quits: |ifei5g00d (~sharris12@replaced-ip) (Ping timeout: 252 seconds)
-
3631[20:38:57] *** Joins: |ifei5g00d (~sharris12@replaced-ip)
-
3632[20:39:30] *** Quits: HarveyPwca (~HarveyPwc@replaced-ip) (Quit: The Pwca has left the building)
-
3633[20:39:36] *** Quits: ETechDD (~etechdd@replaced-ip) (Client Quit)
-
3634[20:39:43] *** Quits: Ishaq (~Ishaq@replaced-ip) (Excess Flood)
-
3635[20:40:28] *** Quits: Smold3r (uid78229@replaced-ip) (Quit: Connection closed for inactivity)
-
3636[20:40:41] *** Joins: ETechDD (~etechdd@replaced-ip)
-
3637[20:40:53] *** Joins: Ishaq (~Ishaq@replaced-ip)
-
3638[20:41:25] *** Quits: towo` (~towo@replaced-ip) (Quit: Leaving)
-
3639[20:41:28] *** Joins: RebelCoder (~Yuriy@replaced-ip)
-
3640[20:41:36] *** Quits: rsync (~rsync@replaced-ip) (Quit: Leaving)
-
3641[20:43:06] *** Joins: jass93_ (~ifillj@replaced-ip)
-
3642[20:43:09] *** Quits: cdown (~cdown@replaced-ip) (Ping timeout: 244 seconds)
-
3643[20:44:27] *** Parts: mileage_maker (~mileage_m@replaced-ip)
-
3644[20:44:35] *** Quits: tvm__ (~tvm@replaced-ip) (Quit: Leaving)
-
3645[20:45:11] *** Quits: |ifei5g00d (~sharris12@replaced-ip) (Read error: Connection reset by peer)
-
3646[20:45:21] *** Joins: |ifei5good (~sharris12@replaced-ip)
-
3647[20:45:29] *** Joins: gonz0 (~gonz0@replaced-ip)
-
3648[20:45:35] *** Joins: RebelCoderW (~Yuriy@replaced-ip)
-
3649[20:45:35] *** Quits: t0mmy (~tprrt@replaced-ip) (Ping timeout: 272 seconds)
-
3650[20:45:40] *** Quits: gdot (~gdot@replaced-ip) (Remote host closed the connection)
-
3651[20:45:46] *** Quits: th0r (~th0r@replaced-ip) (Quit: Ex-Chat)
-
3652[20:47:12] *** Quits: |ifei5good (~sharris12@replaced-ip) (Read error: Connection reset by peer)
-
3653[20:47:17] *** Joins: |ifei5g00d (~sharris12@replaced-ip)
-
3654[20:47:35] *** Joins: freespirit-girl (~chatzilla@replaced-ip)
-
3655[20:47:47] *** Joins: tvm (~tvm@replaced-ip)
-
3656[20:48:12] *** Joins: f10 (~flo@replaced-ip)
-
3657[20:48:25] <freespirit-girl> can someone tell me what Debian slug is
-
3658[20:48:38] *** Quits: RebelCoder (~Yuriy@replaced-ip) (Ping timeout: 265 seconds)
-
3659[20:48:51] *** Joins: evade (~evade@replaced-ip)
-
3660[20:48:57] *** Joins: sandeepkr (~sandeepkr@replaced-ip)
-
3661[20:49:06] *** Joins: th0r (~th0r@replaced-ip)
-
3662[20:49:32] <missmbob> freespirit-girl: nslu2 is known as "slug"
-
3663[20:49:36] <babilen> dpkg: slug
-
3664[20:49:36] <dpkg> from memory, slug is the Sydney Linux User Group. Meetings are normally held on the last Friday of each month, at the University of Technology. replaced-url
-
3665[20:49:55] *** Joins: default (~default@replaced-ip)
-
3666[20:51:47] *** Quits: mxmxmx (~subk@replaced-ip) (Quit: Quitte)
-
3667[20:52:10] *** Quits: buffal0 (~buffal0@replaced-ip) (Quit: Computer has gone to sleep. ZZZzzz…)
-
3668[20:52:30] *** Quits: zanshin_ (~zanshin@replaced-ip) (Ping timeout: 265 seconds)
-
3669[20:52:59] *** Quits: schadia (~scha@replaced-ip) (Ping timeout: 265 seconds)
-
3670[20:53:24] *** Joins: buffal0 (~buffal0@replaced-ip)
-
3671[20:53:35] *** Joins: blueness_ (~blueness@replaced-ip)
-
3672[20:54:05] *** Joins: dayten (~gnoid@replaced-ip)
-
3673[20:54:48] *** Quits: remo (~remo@replaced-ip) (Remote host closed the connection)
-
3674[20:54:50] *** Quits: buffal0 (~buffal0@replaced-ip) (Client Quit)
-
3675[20:54:50] *** Joins: MickyW (~MickyW@replaced-ip)
-
3676[20:56:38] *** Quits: grumble (~grumble@replaced-ip) (Quit: I will be right back!)
-
3677[20:56:51] *** Quits: bigterd (~askme@replaced-ip) (Ping timeout: 265 seconds)
-
3678[20:56:54] *** Quits: th0r (~th0r@replaced-ip) (*.net *.split)
-
3679[20:56:54] *** Quits: RebelCoderW (~Yuriy@replaced-ip) (*.net *.split)
-
3680[20:56:54] *** Quits: shabius (~shaburov1@replaced-ip) (*.net *.split)
-
3681[20:56:54] *** Quits: soee (~soee@replaced-ip) (*.net *.split)
-
3682[20:56:54] *** Quits: mints (~mints@replaced-ip) (*.net *.split)
-
3683[20:56:55] *** Quits: howitdo (~howitdo@replaced-ip) (*.net *.split)
-
3684[20:56:55] *** Quits: ongolaBoy (~ongolaBoy@replaced-ip) (*.net *.split)
-
3685[20:56:55] *** Quits: shovel_boss (~shovel_bo@replaced-ip) (*.net *.split)
-
3686[20:56:55] *** Quits: panta (~panta@replaced-ip) (*.net *.split)
-
3687[20:56:55] *** Quits: SCHAAP137 (~SCHAAP137@replaced-ip) (*.net *.split)
-
3688[20:56:55] *** Quits: silverhom (~silverhom@replaced-ip) (*.net *.split)
-
3689[20:56:55] *** Quits: awal1 (~awal1@replaced-ip) (*.net *.split)
-
3690[20:56:55] *** Quits: sasukeskapa (~sasukeska@replaced-ip) (*.net *.split)
-
3691[20:56:55] *** Quits: Y04NN (~y04nn@replaced-ip) (*.net *.split)
-
3692[20:56:55] *** Quits: metachr0n (~nobody@replaced-ip) (*.net *.split)
-
3693[20:56:55] *** Quits: lemerovingien (~lemerovin@replaced-ip) (*.net *.split)
-
3694[20:56:55] *** Quits: hsweeten (~bigguines@replaced-ip) (*.net *.split)
-
3695[20:56:55] *** Quits: Nnavd (~Nnavd@replaced-ip) (*.net *.split)
-
3696[20:56:56] *** Quits: titsuki (~titsuki@replaced-ip) (*.net *.split)
-
3697[20:56:56] *** Quits: bluszcz (~bluszcz@replaced-ip) (*.net *.split)
-
3698[20:56:56] *** Quits: s7r (~s7r@replaced-ip) (*.net *.split)
-
3699[20:56:56] *** Quits: cluelessperson (~cluelessp@replaced-ip) (*.net *.split)
-
3700[20:56:56] *** Quits: frd404 (~root@replaced-ip) (*.net *.split)
-
3701[20:56:56] *** Quits: tub__ (~mossman@replaced-ip) (*.net *.split)
-
3702[20:56:56] *** Quits: capri_on (~capri_fre@replaced-ip) (*.net *.split)
-
3703[20:56:56] *** Quits: n0t (n0t@replaced-ip) (*.net *.split)
-
3704[20:56:56] *** Quits: toine42 (~toine42@replaced-ip) (*.net *.split)
-
3705[20:56:56] *** Quits: jbitdrop (~jbitdrop@replaced-ip) (*.net *.split)
-
3706[20:56:57] *** Quits: MikeDebian (~ML@replaced-ip) (*.net *.split)
-
3707[20:56:57] *** Quits: ExoUNX (~textual@replaced-ip) (*.net *.split)
-
3708[20:56:57] *** Quits: Whiskey (~Whiskey@replaced-ip) (*.net *.split)
-
3709[20:56:57] *** Quits: tabakhase (tabakhase@replaced-ip) (*.net *.split)
-
3710[20:56:57] *** Quits: nighty (~nighty@replaced-ip) (*.net *.split)
-
3711[20:56:57] *** Quits: LordDeath (~LordDeath@replaced-ip) (*.net *.split)
-
3712[20:56:57] *** Quits: QwertyDragon (~QwertyDra@replaced-ip) (*.net *.split)
-
3713[20:56:58] *** Quits: monoxane (~monoxane@replaced-ip) (*.net *.split)
-
3714[20:56:58] *** Quits: WARBIRD199 (~WARBIRD19@replaced-ip) (*.net *.split)
-
3715[20:56:58] *** Quits: dka (~dka@replaced-ip) (*.net *.split)
-
3716[20:56:58] *** Quits: NoteOn (~noteon@replaced-ip) (*.net *.split)
-
3717[20:56:58] *** Quits: rokas (~rokas@replaced-ip) (*.net *.split)
-
3718[20:56:58] *** Quits: m-H7 (~mathias@replaced-ip) (*.net *.split)
-
3719[20:56:58] *** Quits: stooj (~stooj@replaced-ip) (*.net *.split)
-
3720[20:56:58] *** Quits: skrb_ (~skrb@replaced-ip) (*.net *.split)
-
3721[20:56:58] *** Quits: mrkebab (~mk@replaced-ip) (*.net *.split)
-
3722[20:56:58] *** Quits: cbmuser (~glaubitz@replaced-ip) (*.net *.split)
-
3723[20:56:58] *** Quits: blimpy (~jacob@replaced-ip) (*.net *.split)
-
3724[20:56:59] *** Quits: mavhq (~quassel@replaced-ip) (*.net *.split)
-
3725[20:56:59] *** Quits: preaction (~doug@replaced-ip) (*.net *.split)
-
3726[20:56:59] *** Quits: Phibonacci (~quassel@replaced-ip) (*.net *.split)
-
3727[20:56:59] *** Quits: apathor (~apathor@replaced-ip) (*.net *.split)
-
3728[20:56:59] *** Quits: Sabaku (~Sabaku@replaced-ip) (*.net *.split)
-
3729[20:56:59] *** Quits: Not_a_Robot_ (~soul@replaced-ip) (*.net *.split)
-
3730[20:56:59] *** Quits: annoymouse4210 (~annoymous@replaced-ip) (*.net *.split)
-
3731[20:56:59] *** Quits: Velveeta_Chef (~Nope@replaced-ip) (*.net *.split)
-
3732[20:56:59] *** Quits: thinkpad (~thinkpad@replaced-ip) (*.net *.split)
-
3733[20:56:59] *** Quits: jager (~quassel@replaced-ip) (*.net *.split)
-
3734[20:56:59] *** Quits: iViLe (~bob@replaced-ip) (*.net *.split)
-
3735[20:56:59] *** Quits: joch (~joch@replaced-ip) (*.net *.split)
-
3736[20:57:00] *** Quits: hmmhesays (~hmmhesays@replaced-ip) (*.net *.split)
-
3737[20:57:00] *** Quits: BloodCountess (~Tess@replaced-ip) (*.net *.split)
-
3738[20:57:00] *** Quits: james41382 (~james4138@replaced-ip) (*.net *.split)
-
3739[20:57:00] *** Quits: turfrex (~py@replaced-ip) (*.net *.split)
-
3740[20:57:00] *** Quits: niko (~niko@replaced-ip) (*.net *.split)
-
3741[20:57:00] *** Quits: pragmatism (~pragmatis@replaced-ip) (*.net *.split)
-
3742[20:57:00] *** Quits: Krigsforbryter (~weechat@replaced-ip) (*.net *.split)
-
3743[20:57:00] *** Quits: Caplain (~shayne@replaced-ip) (*.net *.split)
-
3744[20:57:00] *** Quits: Devastator_ (~devas@replaced-ip) (*.net *.split)
-
3745[20:57:00] *** Quits: _0x5eb_ (~seb@replaced-ip) (*.net *.split)
-
3746[20:57:00] *** Quits: lok0 (~jediraste@replaced-ip) (*.net *.split)
-
3747[20:57:00] *** Quits: GJdan (~dan@replaced-ip) (*.net *.split)
-
3748[20:57:00] *** Quits: ashb (ashb@replaced-ip) (*.net *.split)
-
3749[20:57:00] *** Quits: zowux (~zowux@replaced-ip) (*.net *.split)
-
3750[20:57:00] *** Quits: Len (~Lenisko@replaced-ip) (*.net *.split)
-
3751[20:57:00] *** Quits: ScottE (~ScottE@replaced-ip) (*.net *.split)
-
3752[20:57:01] *** Quits: DalekSec (unit193@replaced-ip) (*.net *.split)
-
3753[20:57:01] *** Quits: Logg (~Logg@replaced-ip) (*.net *.split)
-
3754[20:57:01] *** Quits: verwilst (~smuxi@replaced-ip) (*.net *.split)
-
3755[20:57:01] *** Quits: llakey (~llakey@replaced-ip) (*.net *.split)
-
3756[20:57:01] *** Quits: Atm0spher1c (~future@replaced-ip) (*.net *.split)
-
3757[20:57:01] *** Quits: gosling (~gosling@replaced-ip) (*.net *.split)
-
3758[20:57:01] *** Quits: valeriusL (~valerius@replaced-ip) (*.net *.split)
-
3759[20:57:01] *** Quits: mdorenka (~mdorenka@replaced-ip) (*.net *.split)
-
3760[20:57:02] *** Quits: moetunes (~Jean-luc@replaced-ip) (*.net *.split)
-
3761[20:57:02] *** Quits: TheCoffeMaker (~TheCoffeM@replaced-ip) (*.net *.split)
-
3762[20:57:02] *** Quits: podbay (~podbay@replaced-ip) (*.net *.split)
-
3763[20:57:02] *** Quits: tjone270_ (~tjone270@replaced-ip) (*.net *.split)
-
3764[20:57:02] *** Quits: fguide (~fguide@replaced-ip) (*.net *.split)
-
3765[20:57:02] *** Quits: resixian_ (~akira@replaced-ip) (*.net *.split)
-
3766[20:57:02] *** Quits: Rothgar (~admin@replaced-ip) (*.net *.split)
-
3767[20:57:02] *** Quits: Smuckerz (~C2N14@replaced-ip) (*.net *.split)
-
3768[20:57:02] *** Quits: ribasushi (~riba@replaced-ip) (*.net *.split)
-
3769[20:57:02] *** Quits: oberling (~oberling@replaced-ip) (*.net *.split)
-
3770[20:57:02] *** Quits: kingkong (antalya@replaced-ip) (*.net *.split)
-
3771[20:57:02] *** Quits: r3 (~arethree@replaced-ip) (*.net *.split)
-
3772[20:57:02] *** Quits: olf-folks (olf-folks@replaced-ip) (*.net *.split)
-
3773[20:57:02] *** Quits: int0x27h (~int0x27h@replaced-ip) (*.net *.split)
-
3774[20:57:03] *** Quits: blu2 (~blu@replaced-ip) (*.net *.split)
-
3775[20:57:03] *** Quits: WizJin (WizJin@replaced-ip) (*.net *.split)
-
3776[20:57:03] *** Quits: gnunicorn (~ah@replaced-ip) (*.net *.split)
-
3777[20:57:03] *** Quits: tx (~loungeuse@replaced-ip) (*.net *.split)
-
3778[20:57:03] *** Quits: wolfmitchell (~wolfmitch@replaced-ip) (*.net *.split)
-
3779[20:57:03] *** Quits: bvs (~beavis@replaced-ip) (*.net *.split)
-
3780[20:57:03] *** Quits: markovh (zncuser@replaced-ip) (*.net *.split)
-
3781[20:57:03] *** Quits: beaver (~none@replaced-ip) (*.net *.split)
-
3782[20:57:03] *** Quits: Wyzard (~mike@replaced-ip) (*.net *.split)
-
3783[20:57:03] *** Quits: mf|pc (~mfpc@replaced-ip) (*.net *.split)
-
3784[20:57:03] *** Quits: hfp (~hfp@replaced-ip) (*.net *.split)
-
3785[20:57:03] *** Quits: nirox (~nirox@replaced-ip) (*.net *.split)
-
3786[20:57:03] *** Quits: Dadou (~Dadou@replaced-ip) (*.net *.split)
-
3787[20:57:03] *** Quits: CowboyNeal (~pater@replaced-ip) (*.net *.split)
-
3788[20:57:03] *** Quits: Piggy (~Piggy@replaced-ip) (*.net *.split)
-
3789[20:57:03] *** Quits: jandrusk (~jra@replaced-ip) (*.net *.split)
-
3790[20:57:03] *** Quits: pisekot (~user@replaced-ip) (*.net *.split)
-
3791[20:57:04] *** Quits: erry (~errietta@replaced-ip) (*.net *.split)
-
3792[20:57:04] *** Quits: Raqbit (~Raqbit@replaced-ip) (*.net *.split)
-
3793[20:57:04] *** Quits: jthomas_ (~jthomas@replaced-ip) (*.net *.split)
-
3794[20:57:04] *** Quits: jaggz (~jaggz@replaced-ip) (*.net *.split)
-
3795[20:57:04] *** Quits: kunwon1 (~kunwon1@replaced-ip) (*.net *.split)
-
3796[20:57:04] *** Quits: tripkin (~tripkin@replaced-ip) (*.net *.split)
-
3797[20:57:04] *** Quits: GabrieleV (~GabrieleV@replaced-ip) (*.net *.split)
-
3798[20:57:04] *** Quits: Celelibi (celelibi@replaced-ip) (*.net *.split)
-
3799[20:57:04] *** Quits: stuartcnz (~quassel@replaced-ip) (*.net *.split)
-
3800[20:57:04] *** Quits: eki (~eki@replaced-ip) (*.net *.split)
-
3801[20:57:04] *** Quits: _1amzave (~zev@replaced-ip) (*.net *.split)
-
3802[20:57:04] *** Quits: DeaDSouL (~DeaDSouL@replaced-ip) (*.net *.split)
-
3803[20:57:04] *** Quits: ron-slc (~Ron@replaced-ip) (*.net *.split)
-
3804[20:57:05] *** Quits: mhoney (~mhoney@replaced-ip) (*.net *.split)
-
3805[20:57:05] *** Quits: Haudegen (~quassel@replaced-ip) (*.net *.split)
-
3806[20:57:05] *** Quits: hays (~quassel@replaced-ip) (*.net *.split)
-
3807[20:57:05] *** Quits: NeoBlaster (~N3oBl@replaced-ip) (*.net *.split)
-
3808[20:57:05] *** Quits: tron (tron@replaced-ip) (*.net *.split)
-
3809[20:57:05] *** Quits: Rubin (~Rubin@replaced-ip) (*.net *.split)
-
3810[20:57:05] *** Quits: ariador (~aria@replaced-ip) (*.net *.split)
-
3811[20:57:05] *** Quits: M4GNV5 (~M4GNV5@replaced-ip) (*.net *.split)
-
3812[20:57:05] *** Quits: sidv (sidv@replaced-ip) (*.net *.split)
-
3813[20:57:05] *** Quits: wriggle (firefly@replaced-ip) (*.net *.split)
-
3814[20:57:05] *** Quits: paulgrmn (~paulgorma@replaced-ip) (*.net *.split)
-
3815[20:57:05] *** Quits: rt (~rt@replaced-ip) (*.net *.split)
-
3816[20:57:05] *** Quits: ThoMe (~tm@replaced-ip) (*.net *.split)
-
3817[20:57:05] *** Quits: Carno (~carno@replaced-ip) (*.net *.split)
-
3818[20:57:06] *** Quits: stenrose (~stenrose@replaced-ip) (*.net *.split)
-
3819[20:57:06] *** Quits: CustosL1m3n (~CustosLim@replaced-ip) (*.net *.split)
-
3820[20:57:06] *** Quits: cast (~foo@replaced-ip) (*.net *.split)
-
3821[20:57:06] *** Quits: Zewwy__ (~root@replaced-ip) (*.net *.split)
-
3822[20:57:06] *** Quits: dooglus (~biufter@replaced-ip) (*.net *.split)
-
3823[20:57:06] *** Quits: quasisane (~sanep@replaced-ip) (*.net *.split)
-
3824[20:57:06] *** Quits: rlange (~rlange@replaced-ip) (*.net *.split)
-
3825[20:57:06] *** Quits: Shaky_Jake (~x@replaced-ip) (*.net *.split)
-
3826[20:57:06] *** Quits: khfeng (~khfeng@replaced-ip) (*.net *.split)
-
3827[20:57:07] *** Quits: altyr (~nobody@replaced-ip) (*.net *.split)
-
3828[20:57:07] *** Quits: DandyPandy (~freenode@replaced-ip) (*.net *.split)
-
3829[20:57:07] *** Quits: altin (~altin@replaced-ip) (*.net *.split)
-
3830[20:57:07] *** Quits: cat3 (~uname@replaced-ip) (*.net *.split)
-
3831[20:57:07] *** Quits: FluidDruid (~FluidDrui@replaced-ip) (*.net *.split)
-
3832[20:57:07] *** Quits: thiagoss (~thiagoss@replaced-ip) (*.net *.split)
-
3833[20:57:07] *** Quits: Matthieu_ (~mmatthieu@replaced-ip) (*.net *.split)
-
3834[20:57:07] *** Quits: GhostInTheShell (~melkor@replaced-ip) (*.net *.split)
-
3835[20:57:07] *** Quits: Rockwolf (~Rockwolf@replaced-ip) (*.net *.split)
-
3836[20:57:07] *** Quits: fold4 (~JimmyRcom@replaced-ip) (*.net *.split)
-
3837[20:57:07] *** Quits: neoweb (~webdawg@replaced-ip) (*.net *.split)
-
3838[20:57:07] *** Quits: duicker (~yourname@replaced-ip) (*.net *.split)
-
3839[20:57:07] *** Quits: Daniel0 (~admin@replaced-ip) (*.net *.split)
-
3840[20:57:08] *** Quits: freanux (~freanux@replaced-ip) (*.net *.split)
-
3841[20:57:08] *** Quits: WizardGed (~WizardGed@replaced-ip) (*.net *.split)
-
3842[20:57:08] *** Quits: myReaper (reaper@replaced-ip) (*.net *.split)
-
3843[20:57:08] *** Quits: Redfoxmoon (~Redfox@replaced-ip) (*.net *.split)
-
3844[20:57:08] *** Quits: nighty- (~cp@replaced-ip) (*.net *.split)
-
3845[20:57:08] *** Quits: supersoju (~ajones@replaced-ip) (*.net *.split)
-
3846[20:57:08] *** Quits: marc0s (~marcos@replaced-ip) (*.net *.split)
-
3847[20:57:09] *** Quits: toruvinn (~toruvinn@replaced-ip) (*.net *.split)
-
3848[20:57:09] *** Quits: ikanobori (uid187663@replaced-ip) (*.net *.split)
-
3849[20:57:10] *** Quits: popnfresh (~popnfrsh@replaced-ip) (*.net *.split)
-
3850[20:57:10] *** Quits: amospalla (~amospalla@replaced-ip) (*.net *.split)
-
3851[20:57:10] *** Quits: SirNeo__ (SirNeo@replaced-ip) (*.net *.split)
-
3852[20:57:10] *** Quits: cvr (~cvr@replaced-ip) (*.net *.split)
-
3853[20:57:10] *** Quits: dxrt (~dxrt@replaced-ip) (*.net *.split)
-
3854[20:57:10] *** Quits: pugfantus (~pugfantus@replaced-ip) (*.net *.split)
-
3855[20:57:10] *** Quits: ectospasm (~ectospasm@replaced-ip) (*.net *.split)
-
3856[20:57:10] *** Quits: Xat` (~Xat`@replaced-ip) (*.net *.split)
-
3857[20:57:10] *** Quits: bysin (bysin@replaced-ip) (*.net *.split)
-
3858[20:57:10] *** Quits: geir_ (~1@replaced-ip) (*.net *.split)
-
3859[20:57:10] *** Quits: paradizelost (sid23952@replaced-ip) (*.net *.split)
-
3860[20:57:10] <freespirit-girl> well no one is there and the linux ops says that that server is down
-
3861[20:57:11] *** Joins: olf-folks (olf-folks@replaced-ip)
-
3862[20:57:11] *** Joins: Piggy (piggy@replaced-ip)
-
3863[20:57:11] *** Joins: duicker (~yourname@replaced-ip)
-
3864[20:57:11] *** Joins: Dadou (~Dadou@replaced-ip)
-
3865[20:57:11] *** Joins: SirNeo___ (SirNeo@replaced-ip)
-
3866[20:57:11] *** Joins: int0x27h_ (~int0x27h@replaced-ip)
-
3867[20:57:11] *** Joins: dxrt (~dxrt@replaced-ip)
-
3868[20:57:11] *** Joins: toruvinn (~toruvinn@replaced-ip)
-
3869[20:57:11] *** Joins: n0t (n0t@replaced-ip)
-
3870[20:57:11] *** Joins: lemerovi1gien (~lemerovin@replaced-ip)
-
3871[20:57:12] *** Quits: int0x27h_ (~int0x27h@replaced-ip) (Changing host)
-
3872[20:57:12] *** Joins: int0x27h_ (~int0x27h@replaced-ip)
-
3873[20:57:12] *** Quits: dxrt (~dxrt@replaced-ip) (Changing host)
-
3874[20:57:12] *** Joins: dxrt (~dxrt@replaced-ip)
-
3875[20:57:12] *** Joins: eki (~eki@replaced-ip)
-
3876[20:57:12] *** Joins: tron (tron@replaced-ip)
-
3877[20:57:12] *** Joins: jbitdrop (~jbitdrop@replaced-ip)
-
3878[20:57:12] *** Joins: wolfmitchell (~wolfmitch@replaced-ip)
-
3879[20:57:12] *** Joins: jager (~quassel@replaced-ip)
-
3880[20:57:13] *** Quits: n0t (n0t@replaced-ip) (Changing host)
-
3881[20:57:13] *** Joins: n0t (n0t@replaced-ip)
-
3882[20:57:13] *** Quits: olf-folks (olf-folks@replaced-ip) (Changing host)
-
3883[20:57:13] *** Joins: olf-folks (olf-folks@replaced-ip)
-
3884[20:57:13] *** Joins: sidv (sidv@replaced-ip)
-
3885[20:57:13] *** Quits: SirNeo___ (SirNeo@replaced-ip) (Changing host)
-
3886[20:57:13] *** Joins: SirNeo___ (SirNeo@replaced-ip)
-
3887[20:57:13] *** Joins: Devastator (~devas@replaced-ip)
-
3888[20:57:13] *** Joins: myReaper (reaper@replaced-ip)
-
3889[20:57:14] *** Joins: hays (~quassel@replaced-ip)
-
3890[20:57:14] *** Joins: blu2 (~blu@replaced-ip)
-
3891[20:57:14] *** Joins: pisekot (~user@replaced-ip)
-
3892[20:57:15] *** Joins: nighty- (~cp@replaced-ip)
-
3893[20:57:15] *** Joins: Raqbit (~Raqbit@replaced-ip)
-
3894[20:57:15] *** Joins: apathor (~apathor@replaced-ip)
-
3895[20:57:15] *** Joins: nirox (~nirox@replaced-ip)
-
3896[20:57:15] *** Joins: [mhoney] (~mhoney@replaced-ip)
-
3897[20:57:15] *** Joins: cybrNaut (cybrNaut@replaced-ip)
-
3898[20:57:16] *** Quits: Piggy (piggy@replaced-ip) (Changing host)
-
3899[20:57:16] *** Joins: Piggy (piggy@replaced-ip)
-
3900[20:57:16] *** Joins: s7r (~s7r@replaced-ip)
-
3901[20:57:16] *** Joins: cat3 (~uname@replaced-ip)
-
3902[20:57:16] *** Joins: gnunicorn (~ah@replaced-ip)
-
3903[20:57:16] *** Joins: CustosL1men (~CustosLim@replaced-ip)
-
3904[20:57:16] *** Joins: Celelibi (celelibi@replaced-ip)
-
3905[20:57:16] *** Joins: stooj (~stooj@replaced-ip)
-
3906[20:57:16] *** Joins: thiagoss (~thiagoss@replaced-ip)
-
3907[20:57:16] *** Joins: bvs (~beavis@replaced-ip)
-
3908[20:57:17] *** Joins: Zewwy_ (~root@replaced-ip)
-
3909[20:57:17] *** Joins: toine42 (~toine42@replaced-ip)
-
3910[20:57:17] *** Quits: bvs (~beavis@replaced-ip) (Changing host)
-
3911[20:57:17] *** Joins: bvs (~beavis@replaced-ip)
-
3912[20:57:17] *** Joins: oberling (~oberling@replaced-ip)
-
3913[20:57:17] *** Joins: FluidDruid (~FluidDrui@replaced-ip)
-
3914[20:57:17] *** Joins: skrb (~skrb@replaced-ip)
-
3915[20:57:17] *** Joins: quasisane (~sanep@replaced-ip)
-
3916[20:57:17] *** Joins: podbay (~podbay@replaced-ip)
-
3917[20:57:17] *** Joins: GhostInTheShell (~melkor@replaced-ip)
-
3918[20:57:18] *** Joins: bysin (bysin@replaced-ip)
-
3919[20:57:18] *** Joins: zowux (~zowux@replaced-ip)
-
3920[20:57:18] *** Joins: Carno (~carno@replaced-ip)
-
3921[20:57:18] *** Joins: ThoMe (~tm@replaced-ip)
-
3922[20:57:18] *** Joins: Xat` (~Xat`@replaced-ip)
-
3923[20:57:19] *** Joins: pugfantus (~pugfantus@replaced-ip)
-
3924[20:57:19] *** Joins: rlange (~rlange@replaced-ip)
-
3925[20:57:19] *** Joins: monoxane (~monoxane@replaced-ip)
-
3926[20:57:19] *** Quits: monoxane (~monoxane@replaced-ip) (Changing host)
-
3927[20:57:19] *** Joins: monoxane (~monoxane@replaced-ip)
-
3928[20:57:19] *** Joins: DeaDSouL (~DeaDSouL@replaced-ip)
-
3929[20:57:19] *** Joins: cbmuser (~glaubitz@replaced-ip)
-
3930[20:57:19] *** Joins: cluelessperson (~cluelessp@replaced-ip)
-
3931[20:57:20] *** Joins: ScottE (~ScottE@replaced-ip)
-
3932[20:57:20] *** Joins: james41382 (~james4138@replaced-ip)
-
3933[20:57:20] *** Joins: thinkpad (~thinkpad@replaced-ip)
-
3934[20:57:20] *** Joins: jaggz (~jaggz@replaced-ip)
-
3935[20:57:20] *** Joins: DandyPandy (~freenode@replaced-ip)
-
3936[20:57:20] *** Joins: hmmhesays (~hmmhesays@replaced-ip)
-
3937[20:57:20] *** Joins: llakey (~llakey@replaced-ip)
-
3938[20:57:20] *** Joins: stenrose (~stenrose@replaced-ip)
-
3939[20:57:20] *** Joins: kingkong (antalya@replaced-ip)
-
3940[20:57:20] *** Joins: CowboyNeal (~pater@replaced-ip)
-
3941[20:57:20] *** Joins: Smuckerz (~C2N14@replaced-ip)
-
3942[20:57:20] *** Joins: _0x5eb_ (~seb@replaced-ip)
-
3943[20:57:21] *** Joins: ongolaBoy (~ongolaBoy@replaced-ip)
-
3944[20:57:21] *** Joins: th0r (~th0r@replaced-ip)
-
3945[20:57:21] *** Joins: r3 (~arethree@replaced-ip)
-
3946[20:57:21] *** Quits: kingkong (antalya@replaced-ip) (Changing host)
-
3947[20:57:21] *** Joins: kingkong (antalya@replaced-ip)
-
3948[20:57:21] *** Joins: mf|pc (~mfpc@replaced-ip)
-
3949[20:57:21] *** Joins: dooglus (~biufter@replaced-ip)
-
3950[20:57:21] *** Joins: tjone270_ (~tjone270@replaced-ip)
-
3951[20:57:22] *** Joins: Len (~Lenisko@replaced-ip)
-
3952[20:57:22] *** Joins: annoymouse4210 (~annoymous@replaced-ip)
-
3953[20:57:22] *** Joins: preaction (~doug@replaced-ip)
-
3954[20:57:22] *** Joins: valeriusL (~valerius@replaced-ip)
-
3955[20:57:22] *** Joins: Velveeta_Chef (~Nope@replaced-ip)
-
3956[20:57:22] *** Joins: RebelCoderW (~Yuriy@replaced-ip)
-
3957[20:57:22] *** Quits: Velveeta_Chef (~Nope@replaced-ip) (Changing host)
-
3958[20:57:22] *** Joins: Velveeta_Chef (~Nope@replaced-ip)
-
3959[20:57:22] *** Joins: wriggle (firefly@replaced-ip)
-
3960[20:57:22] *** Joins: Atm0spher1c (~future@replaced-ip)
-
3961[20:57:22] *** Joins: cast (~foo@replaced-ip)
-
3962[20:57:23] *** Joins: panta (~panta@replaced-ip)
-
3963[20:57:23] *** Joins: niko (~niko@replaced-ip)
-
3964[20:57:23] *** Joins: shabius (~shaburov1@replaced-ip)
-
3965[20:57:24] *** Joins: Not_a_Robot_ (~soul@replaced-ip)
-
3966[20:57:24] *** Joins: mdorenka (~mdorenka@replaced-ip)
-
3967[20:57:24] *** Joins: jandrusk (~jra@replaced-ip)
-
3968[20:57:24] *** Joins: blimpy (~jacob@replaced-ip)
-
3969[20:57:24] *** Joins: jthomas_ (~jthomas@replaced-ip)
-
3970[20:57:24] *** Joins: sasukeskapa (~sasukeska@replaced-ip)
-
3971[20:57:24] *** Joins: tub__ (~mossman@replaced-ip)
-
3972[20:57:24] *** Joins: awal1 (~awal1@replaced-ip)
-
3973[20:57:24] *** Joins: rokas (~rokas@replaced-ip)
-
3974[20:57:24] *** Joins: supersoju (~ajones@replaced-ip)
-
3975[20:57:25] *** Joins: DalekSec (unit193@replaced-ip)
-
3976[20:57:25] *** Joins: Caplain (~shayne@replaced-ip)
-
3977[20:57:25] *** Joins: Logg (~Logg@replaced-ip)
-
3978[20:57:25] *** Joins: Wyzard (~mike@replaced-ip)
-
3979[20:57:25] *** Joins: NoteOn (~noteon@replaced-ip)
-
3980[20:57:25] *** Joins: altin (~altin@replaced-ip)
-
3981[20:57:25] *** Joins: soee (~soee@replaced-ip)
-
3982[20:57:25] *** Joins: Nnavd (~Nnavd@replaced-ip)
-
3983[20:57:25] *** Joins: _1amzave (~zev@replaced-ip)
-
3984[20:57:25] *** Joins: dka (~dka@replaced-ip)
-
3985[20:57:25] *** Joins: silverhom (~silverhom@replaced-ip)
-
3986[20:57:25] *** Joins: tabakhase (tabakhase@replaced-ip)
-
3987[20:57:25] *** Quits: altin (~altin@replaced-ip) (Changing host)
-
3988[20:57:25] *** Joins: altin (~altin@replaced-ip)
-
3989[20:57:26] *** Joins: tx (~loungeuse@replaced-ip)
-
3990[20:57:26] *** Joins: pragmatism (~pragmatis@replaced-ip)
-
3991[20:57:26] *** Joins: Sabaku (~Sabaku@replaced-ip)
-
3992[20:57:26] *** Joins: MikeDebian (~ML@replaced-ip)
-
3993[20:57:26] *** Joins: Matthieu_ (~mmatthieu@replaced-ip)
-
3994[20:57:26] *** Joins: hfp (~hfp@replaced-ip)
-
3995[20:57:26] *** Joins: nighty (~nighty@replaced-ip)
-
3996[20:57:27] *** Joins: shovel_boss (~shovel_bo@replaced-ip)
-
3997[20:57:27] *** Joins: cvr (~cvr@replaced-ip)
-
3998[20:57:27] *** Joins: paulgrmn (~paulgorma@replaced-ip)
-
3999[20:57:27] *** Joins: frd404 (~root@replaced-ip)
-
4000[20:57:27] *** Joins: M4GNV5 (~M4GNV5@replaced-ip)
-
4001[20:57:27] *** Joins: titsuki (~titsuki@replaced-ip)
-
4002[20:57:27] *** Joins: QwertyDragon (~QwertyDra@replaced-ip)
-
4003[20:57:28] *** Joins: ron-slc (~Ron@replaced-ip)
-
4004[20:57:28] *** Joins: grumble (~grumble@replaced-ip)
-
4005[20:57:28] *** Joins: moetunes (~Jean-luc@replaced-ip)
-
4006[20:57:28] *** Joins: kunwon1 (~kunwon1@replaced-ip)
-
4007[20:57:32] *** Joins: gosling (~gosling@replaced-ip)
-
4008[20:57:32] *** Joins: mints (~mints@replaced-ip)
-
4009[20:57:32] *** Joins: Redfoxmoon (~Redfox@replaced-ip)
-
4010[20:57:32] *** Joins: Rubin (~Rubin@replaced-ip)
-
4011[20:57:33] *** Joins: khfeng (~khfeng@replaced-ip)
-
4012[20:57:34] *** Joins: Y04NN (~y04nn@replaced-ip)
-
4013[20:57:34] *** Quits: samurailink3 (~samuraili@replaced-ip) (Quit: leaving)
-
4014[20:57:34] *** Joins: GabrieleV (~GabrieleV@replaced-ip)
-
4015[20:57:35] *** Joins: WizardGed (~WizardGed@replaced-ip)
-
4016[20:57:35] *** Joins: TheCoffeMaker (~TheCoffeM@replaced-ip)
-
4017[20:57:38] *** Joins: Krigsforbryter (~weechat@replaced-ip)
-
4018[20:57:38] *** Joins: beaver (~none@replaced-ip)
-
4019[20:57:39] *** Joins: amospalla (~amospalla@replaced-ip)
-
4020[20:57:42] *** Joins: resixian_ (~akira@replaced-ip)
-
4021[20:57:43] *** int0x27h_ is now known as int0x27h
-
4022[20:57:44] *** Joins: Shaky_Jake (~x@replaced-ip)
-
4023[20:57:45] *** Joins: GJdan (~dan@replaced-ip)
-
4024[20:57:45] *** Joins: m-H7 (~mathias@replaced-ip)
-
4025[20:57:46] *** tx is now known as Guest12905
-
4026[20:57:49] *** Joins: ariador (aria@replaced-ip)
-
4027[20:57:50] *** Joins: hsweeten (~bigguines@replaced-ip)
-
4028[20:57:51] *** Joins: jediraster (~jediraste@replaced-ip)
-
4029[20:57:52] *** Joins: altyr (~nobody@replaced-ip)
-
4030[20:57:56] *** Joins: tripkin (~tripkin@replaced-ip)
-
4031[20:58:00] *** Joins: BloodCountess (~Tess@replaced-ip)
-
4032[20:58:02] *** [mhoney] is now known as mhoney
-
4033[20:58:03] *** Joins: Phibonacci (~quassel@replaced-ip)
-
4034[20:58:04] *** Joins: mavhq (~quassel@replaced-ip)
-
4035[20:58:05] *** Joins: fold4 (~JimmyRcom@replaced-ip)
-
4036[20:58:08] *** Joins: erry (~errietta@replaced-ip)
-
4037[20:58:08] *** Joins: Rockwolf (~Rockwolf@replaced-ip)
-
4038[20:58:09] *** Joins: geir_ (~1@replaced-ip)
-
4039[20:58:11] *** Joins: Haudegen (~quassel@replaced-ip)
-
4040[20:58:11] *** Joins: WARBIRD199 (~WARBIRD19@replaced-ip)
-
4041[20:58:12] *** Joins: metachr0n (~nobody@replaced-ip)
-
4042[20:58:13] *** Joins: WebDawg (~webdawg@replaced-ip)
-
4043[20:58:14] *** Joins: capri_on (~capri_fre@replaced-ip)
-
4044[20:58:14] *** Joins: marc0s (~marcos@replaced-ip)
-
4045[20:58:17] *** Joins: howitdo (~howitdo@replaced-ip)
-
4046[20:58:20] *** Joins: ribasushi (~riba@replaced-ip)
-
4047[20:58:27] *** Joins: ashb (ashb@replaced-ip)
-
4048[20:58:34] *** Haudegen is now known as Guest89537
-
4049[20:58:38] <freespirit-girl> no one is in that channel
-
4050[20:58:44] *** Joins: mrkebab (~mk@replaced-ip)
-
4051[20:58:46] *** Joins: Whiskey (~Whiskey@replaced-ip)
-
4052[20:58:53] *** Quits: Olipro (~Olipro@replaced-ip) (Ping timeout: 272 seconds)
-
4053[20:59:01] *** Joins: paradizelost (sid23952@replaced-ip)
-
4054[20:59:01] *** Joins: LordDeath (~LordDeath@replaced-ip)
-
4055[20:59:10] *** Joins: bluszcz (~bluszcz@replaced-ip)
-
4056[20:59:11] *** Joins: verwilst (~smuxi@replaced-ip)
-
4057[20:59:12] *** Joins: Daniel0 (~admin@replaced-ip)
-
4058[20:59:14] *** Joins: NeoBlaster (~N3oBl@replaced-ip)
-
4059[20:59:17] *** Joins: popnfresh (~popnfrsh@replaced-ip)
-
4060[20:59:26] *** Joins: ikanobori (sid187663@replaced-ip)
-
4061[20:59:26] *** Quits: stealthii (sid17385@replaced-ip) (Ping timeout: 252 seconds)
-
4062[20:59:26] *** Quits: elqaz (sid186656@replaced-ip) (Ping timeout: 252 seconds)
-
4063[20:59:28] *** Joins: ectospasm (~ectospasm@replaced-ip)
-
4064[20:59:29] *** Joins: Olipro (~Olipro@replaced-ip)
-
4065[20:59:45] *** Quits: Ceber (~cerberus@replaced-ip) (Ping timeout: 265 seconds)
-
4066[21:00:00] *** Quits: dayten (~gnoid@replaced-ip) (Ping timeout: 271 seconds)
-
4067[21:00:09] *** Quits: katymoe (sid135810@replaced-ip) (Ping timeout: 272 seconds)
-
4068[21:00:14] *** Quits: ggherdov (sid11402@replaced-ip) (Ping timeout: 265 seconds)
-
4069[21:00:16] *** Joins: Rothgar (~admin@replaced-ip)
-
4070[21:00:21] *** Joins: Akuli (~Akuli@replaced-ip)
-
4071[21:00:32] *** Quits: ToeSnacks (sid84043@replaced-ip) (Ping timeout: 252 seconds)
-
4072[21:00:33] *** Joins: markovh (zncuser@replaced-ip)
-
4073[21:00:38] *** Joins: dayten (~gnoid@replaced-ip)
-
4074[21:00:39] *** Quits: steri (steris@replaced-ip) (Ping timeout: 276 seconds)
-
4075[21:00:39] *** Joins: fguide (~fguide@replaced-ip)
-
4076[21:00:43] *** Quits: flyinprogrammer (sid145234@replaced-ip) (Ping timeout: 265 seconds)
-
4077[21:00:47] *** Quits: j` (sid11434@replaced-ip) (Ping timeout: 272 seconds)
-
4078[21:01:12] *** Quits: tragic_event (cc98d64a@replaced-ip) (Ping timeout: 240 seconds)
-
4079[21:01:23] *** Quits: kireevco_ (sid87376@replaced-ip) (Ping timeout: 256 seconds)
-
4080[21:02:10] *** Joins: steri (steris@replaced-ip)
-
4081[21:02:10] *** Joins: iViLe (~bob@replaced-ip)
-
4082[21:02:10] *** Quits: fguide (~fguide@replaced-ip) (Changing host)
-
4083[21:02:10] *** Joins: fguide (~fguide@replaced-ip)
-
4084[21:02:12] *** Joins: Ceber (~cerberus@replaced-ip)
-
4085[21:02:28] *** Joins: flyinprogrammer (sid145234@replaced-ip)
-
4086[21:02:30] *** Joins: elqaz (sid186656@replaced-ip)
-
4087[21:02:40] *** Joins: SCHAAP137 (~SCHAAP137@replaced-ip)
-
4088[21:02:54] *** Joins: stealthii (sid17385@replaced-ip)
-
4089[21:02:55] *** Quits: Redfoxmoon (~Redfox@replaced-ip) (Changing host)
-
4090[21:02:55] *** Joins: Redfoxmoon (~Redfox@replaced-ip)
-
4091[21:02:57] *** Quits: ilyaman (ilyaman@replaced-ip) (Remote host closed the connection)
-
4092[21:03:03] *** Quits: Ceber (~cerberus@replaced-ip) (Remote host closed the connection)
-
4093[21:04:06] *** Quits: paulr (quasselcor@replaced-ip##) (Quit: ##replaced-url
-
4094[21:04:08] *** Joins: crameth (~crameth@replaced-ip)
-
4095[21:04:23] *** Quits: crameth (~crameth@replaced-ip) (Remote host closed the connection)
-
4096[21:04:39] *** Joins: paulr (quasselcor@replaced-ip)
-
4097[21:04:43] *** Joins: kireevco_ (sid87376@replaced-ip)
-
4098[21:05:03] *** Joins: j` (sid11434@replaced-ip)
-
4099[21:05:16] *** Quits: lethu (~lethu@replaced-ip) (Quit: Quit())
-
4100[21:05:18] *** Joins: Richard_Cavell (uid165693@replaced-ip)
-
4101[21:05:22] *** Quits: _foldLeft (~foldleft@replaced-ip) (Remote host closed the connection)
-
4102[21:05:37] *** Joins: katymoe (uid135810@replaced-ip)
-
4103[21:05:44] *** Joins: lethu (~lethu@replaced-ip)
-
4104[21:05:53] *** Joins: GeHa (~GeHa@replaced-ip)
-
4105[21:05:56] *** Joins: ToeSnacks (sid84043@replaced-ip)
-
4106[21:06:00] *** Quits: GeHa (~GeHa@replaced-ip) (Read error: Connection reset by peer)
-
4107[21:06:12] *** Joins: anaiden (~anaiden@replaced-ip)
-
4108[21:06:23] *** Joins: ggherdov (sid11402@replaced-ip)
-
4109[21:07:45] *** Quits: barteks2x (~barteks2x@replaced-ip) (Ping timeout: 272 seconds)
-
4110[21:07:47] *** Joins: elias__ (~elias@replaced-ip)
-
4111[21:08:00] *** debhelper sets mode: +l 1637
-
4112[21:08:17] *** Joins: towo` (~towo@replaced-ip)
-
4113[21:08:47] *** Quits: Olipro (~Olipro@replaced-ip) (*.net *.split)
-
4114[21:08:47] *** Quits: tvm (~tvm@replaced-ip) (*.net *.split)
-
4115[21:08:47] *** Quits: cyphase_eviltwin (~cyphase@replaced-ip) (*.net *.split)
-
4116[21:08:47] *** Quits: bertbob (~bertbob@replaced-ip) (*.net *.split)
-
4117[21:08:47] *** Quits: satbyy (~Satish@replaced-ip) (*.net *.split)
-
4118[21:08:47] *** Quits: fnordperfect (~fab@replaced-ip) (*.net *.split)
-
4119[21:08:47] *** Quits: CyberGabber (~CyberGabb@replaced-ip) (*.net *.split)
-
4120[21:08:47] *** Quits: Agiofws (~agiofws@replaced-ip) (*.net *.split)
-
4121[21:08:47] *** Quits: ffatman (~ffamousff@replaced-ip) (*.net *.split)
-
4122[21:08:47] *** Quits: ToBeCloud (uid51591@replaced-ip) (*.net *.split)
-
4123[21:08:48] *** Quits: winsen (~asulil@replaced-ip) (*.net *.split)
-
4124[21:08:48] *** Quits: faw (~faw@replaced-ip) (*.net *.split)
-
4125[21:08:48] *** Quits: root_ (~root@replaced-ip) (*.net *.split)
-
4126[21:08:48] *** Quits: bolt (r00t@replaced-ip) (*.net *.split)
-
4127[21:08:48] *** Quits: lstieb (~lstieb@replaced-ip) (*.net *.split)
-
4128[21:08:48] *** Quits: roentgen (~roentgen@replaced-ip) (*.net *.split)
-
4129[21:08:48] *** Quits: LtL (~irssi@replaced-ip) (*.net *.split)
-
4130[21:08:48] *** Quits: Ricardo__ (~rick@replaced-ip) (*.net *.split)
-
4131[21:08:48] *** Quits: Envil (~envil@replaced-ip) (*.net *.split)
-
4132[21:08:48] *** Quits: mtn (~mtn@replaced-ip) (*.net *.split)
-
4133[21:08:49] *** Quits: gturner (~gturner@replaced-ip) (*.net *.split)
-
4134[21:08:49] *** Quits: _aeris_ (~aeris@replaced-ip) (*.net *.split)
-
4135[21:08:49] *** Quits: PryMar56 (~prymar@replaced-ip) (*.net *.split)
-
4136[21:08:49] *** Quits: gtrott_ (sid78444@replaced-ip) (*.net *.split)
-
4137[21:08:50] *** Quits: posi (sid124649@replaced-ip) (*.net *.split)
-
4138[21:08:50] *** Quits: quaddy (iZ2S6CAaA4@replaced-ip) (*.net *.split)
-
4139[21:08:50] *** Quits: swaechter (swaechter@replaced-ip) (*.net *.split)
-
4140[21:08:50] *** Quits: moss (~moss@replaced-ip) (*.net *.split)
-
4141[21:08:50] *** Quits: Joost (~Joost@replaced-ip) (*.net *.split)
-
4142[21:08:50] *** Quits: Hello71 (~Hello71@replaced-ip) (*.net *.split)
-
4143[21:08:50] *** Quits: electrostat (~dag@replaced-ip) (*.net *.split)
-
4144[21:08:50] *** Quits: deepy (deepy@replaced-ip) (*.net *.split)
-
4145[21:08:51] *** Quits: mik (mik@replaced-ip) (*.net *.split)
-
4146[21:08:51] *** Quits: television (~alex@replaced-ip) (*.net *.split)
-
4147[21:08:51] *** Quits: marveldigital (~marvel@replaced-ip) (*.net *.split)
-
4148[21:08:51] *** Quits: Cipher45 (~Cipher45@replaced-ip) (*.net *.split)
-
4149[21:08:51] *** Quits: ypwong (ypwong@replaced-ip) (*.net *.split)
-
4150[21:08:51] *** Quits: Tempesta (~Tempesta@replaced-ip) (*.net *.split)
-
4151[21:08:52] *** Quits: LeandroLuiz (~LLP@replaced-ip) (*.net *.split)
-
4152[21:08:52] *** Quits: johnnyfive (~johnnyfiv@replaced-ip) (*.net *.split)
-
4153[21:08:52] *** Quits: lco (~lco@replaced-ip) (*.net *.split)
-
4154[21:08:52] *** Quits: RTFM[away] (~RTFMaway]@replaced-ip) (*.net *.split)
-
4155[21:08:52] *** Quits: thunderrd (~thunderrd@replaced-ip) (*.net *.split)
-
4156[21:08:52] *** Quits: RA3OR (~demon@replaced-ip) (*.net *.split)
-
4157[21:08:52] *** Quits: wingman2 (~wingman2@replaced-ip) (*.net *.split)
-
4158[21:08:52] *** Quits: wokedame (~sfgsfdsad@replaced-ip) (*.net *.split)
-
4159[21:08:52] *** Quits: fooctrl (~havoc@replaced-ip) (*.net *.split)
-
4160[21:08:52] *** Quits: jeddi (~jedd@replaced-ip) (*.net *.split)
-
4161[21:08:53] *** Quits: dpkg (~dpkg@replaced-ip) (*.net *.split)
-
4162[21:08:53] *** Quits: Quatroking (~Quatrokin@replaced-ip) (*.net *.split)
-
4163[21:08:53] *** Quits: evilman_work (~evilman@replaced-ip) (*.net *.split)
-
4164[21:08:53] *** Quits: High_Priest (~hp@replaced-ip) (*.net *.split)
-
4165[21:08:54] *** Quits: ltkun (uid189967@replaced-ip) (*.net *.split)
-
4166[21:08:54] *** Quits: civillian (~nick@replaced-ip) (*.net *.split)
-
4167[21:08:54] *** Quits: bocaneri (~bocaneri@replaced-ip) (*.net *.split)
-
4168[21:08:54] *** Quits: cra1g321 (~cra1g321@replaced-ip) (*.net *.split)
-
4169[21:08:54] *** Quits: sphenxes01 (~sphenxes@replaced-ip) (*.net *.split)
-
4170[21:08:54] *** Quits: XSoul (~XRule@replaced-ip) (*.net *.split)
-
4171[21:08:54] *** Quits: admincomplex (~admincomp@replaced-ip) (*.net *.split)
-
4172[21:08:54] *** Quits: ArchDuke (~ArchDuke@replaced-ip) (*.net *.split)
-
4173[21:08:54] *** Quits: j3roen (~j3roen@replaced-ip) (*.net *.split)
-
4174[21:08:54] *** Quits: subzero79 (~subzero79@replaced-ip) (*.net *.split)
-
4175[21:08:54] *** Quits: SwK (~SwK@replaced-ip) (*.net *.split)
-
4176[21:08:55] *** Quits: climjark (~climjark@replaced-ip) (*.net *.split)
-
4177[21:08:55] *** Quits: ]3n19m4[ (~]3n19m4@replaced-ip) (*.net *.split)
-
4178[21:08:55] *** Quits: mar77i (~mar77i@replaced-ip) (*.net *.split)
-
4179[21:08:55] *** Quits: SirLagz (~SirLagz@replaced-ip) (*.net *.split)
-
4180[21:08:55] *** Quits: Spr1ng (~Spr1ng@replaced-ip) (*.net *.split)
-
4181[21:08:55] *** Quits: juantelez (~juantelez@replaced-ip) (*.net *.split)
-
4182[21:08:55] *** Quits: epsilon (textblase@replaced-ip) (*.net *.split)
-
4183[21:08:55] *** Quits: steventog (uid187891@replaced-ip) (*.net *.split)
-
4184[21:08:55] *** Quits: chen (~fury@replaced-ip) (*.net *.split)
-
4185[21:08:55] *** Quits: nickle (sid89854@replaced-ip) (*.net *.split)
-
4186[21:08:55] *** Quits: muggahtee (sid148520@replaced-ip) (*.net *.split)
-
4187[21:08:55] *** Quits: fiQmob (uid13281@replaced-ip) (*.net *.split)
-
4188[21:08:56] *** Quits: tobias47n9e-c (sid173479@replaced-ip) (*.net *.split)
-
4189[21:08:56] *** Quits: Shock_ (~mda1@replaced-ip) (*.net *.split)
-
4190[21:08:56] *** Quits: Junaos (Junaos@replaced-ip) (*.net *.split)
-
4191[21:08:56] *** Quits: djz88 (~ZKubala@replaced-ip) (*.net *.split)
-
4192[21:08:56] *** Quits: _tremo (~tremo@replaced-ip) (*.net *.split)
-
4193[21:08:56] *** Quits: alexlist (~alexlist@replaced-ip) (*.net *.split)
-
4194[21:08:56] *** Quits: nailyk (~nailyk@replaced-ip) (*.net *.split)
-
4195[21:08:56] *** Quits: Fusselkater (~Fusselkat@replaced-ip) (*.net *.split)
-
4196[21:08:57] *** Quits: tuxopenw1t (~abhinav@replaced-ip) (*.net *.split)
-
4197[21:08:57] *** Quits: k^ (k@replaced-ip) (*.net *.split)
-
4198[21:08:57] *** Quits: MaxLanar` (~user@replaced-ip) (*.net *.split)
-
4199[21:08:57] *** Quits: melvin (~melvin@replaced-ip) (*.net *.split)
-
4200[21:08:57] *** Quits: nse (~leo@replaced-ip) (*.net *.split)
-
4201[21:08:57] *** Quits: Epakai (~coweater@replaced-ip) (*.net *.split)
-
4202[21:08:57] *** Quits: seekr (~seekr@replaced-ip) (*.net *.split)
-
4203[21:08:57] *** Quits: boudiccas (~boudiccas@replaced-ip) (*.net *.split)
-
4204[21:08:57] *** Quits: bathtub_shark (Zarthus@replaced-ip) (*.net *.split)
-
4205[21:08:58] *** Quits: pauna (pauna@replaced-ip) (*.net *.split)
-
4206[21:08:58] *** Quits: technohehl (~technoheh@replaced-ip) (*.net *.split)
-
4207[21:08:58] *** Quits: Satyajit (Satyajit@replaced-ip) (*.net *.split)
-
4208[21:08:58] *** Quits: XO-Odin (~XO@replaced-ip) (*.net *.split)
-
4209[21:08:58] *** Quits: Erreur32 (~Erreur32@replaced-ip) (*.net *.split)
-
4210[21:08:58] *** Quits: NickyP (sid20176@replaced-ip) (*.net *.split)
-
4211[21:08:58] *** Quits: marlinc (~marlinc@replaced-ip) (*.net *.split)
-
4212[21:08:58] *** Quits: Nik05 (~Nik05@replaced-ip) (*.net *.split)
-
4213[21:08:58] *** Quits: larjona (~quassel@replaced-ip) (*.net *.split)
-
4214[21:08:59] *** Quits: zykotick9 (~zykotick9@replaced-ip) (*.net *.split)
-
4215[21:08:59] *** Quits: pixdamix (~pix@replaced-ip) (*.net *.split)
-
4216[21:08:59] *** Quits: rany (~me@replaced-ip) (*.net *.split)
-
4217[21:08:59] *** Quits: DoctorD90 (~DoctorD90@replaced-ip) (*.net *.split)
-
4218[21:08:59] *** Quits: sandman13 (~sandman13@replaced-ip) (*.net *.split)
-
4219[21:08:59] *** Quits: hycer (~hycer@replaced-ip) (*.net *.split)
-
4220[21:08:59] *** Quits: x-fak (~jul54@replaced-ip) (*.net *.split)
-
4221[21:08:59] *** Quits: shad0VV (~shad0VV@replaced-ip) (*.net *.split)
-
4222[21:08:59] *** Quits: vila (~vila@replaced-ip) (*.net *.split)
-
4223[21:08:59] *** Quits: hicks_ (~quassel@replaced-ip) (*.net *.split)
-
4224[21:08:59] *** Quits: lazouz (~lazouz@replaced-ip) (*.net *.split)
-
4225[21:08:59] *** Quits: thuk (sid78904@replaced-ip) (*.net *.split)
-
4226[21:09:00] *** Quits: paroxp (sid185690@replaced-ip) (*.net *.split)
-
4227[21:09:00] *** Quits: Mysterytrain (~George@replaced-ip) (*.net *.split)
-
4228[21:09:00] *** Quits: koma (~koma@replaced-ip) (*.net *.split)
-
4229[21:09:00] *** Quits: thallada (~thallada@replaced-ip) (*.net *.split)
-
4230[21:09:00] *** Quits: Granis (~Granis@replaced-ip) (*.net *.split)
-
4231[21:09:00] *** Quits: rainfyre (~rainfyre@replaced-ip) (*.net *.split)
-
4232[21:09:00] *** Quits: Anselmo (~cjdns@replaced-ip) (*.net *.split)
-
4233[21:09:00] *** Quits: h9 (Elite17198@replaced-ip) (*.net *.split)
-
4234[21:09:00] *** Quits: serban (serban@replaced-ip) (*.net *.split)
-
4235[21:09:00] *** Quits: crash_ (~pi@replaced-ip) (*.net *.split)
-
4236[21:09:00] *** Quits: binaryc (~binaryc@replaced-ip) (*.net *.split)
-
4237[21:09:00] *** Quits: VampiricPadraig (~quassel@replaced-ip) (*.net *.split)
-
4238[21:09:00] *** Quits: Hobbyboy (Hobbyboy@replaced-ip) (*.net *.split)
-
4239[21:09:00] *** Quits: bdeferme (~bdeferme@replaced-ip) (*.net *.split)
-
4240[21:09:01] *** Quits: rebrec (~quassel@replaced-ip) (*.net *.split)
-
4241[21:09:01] *** Quits: daishan (~daishan@replaced-ip) (*.net *.split)
-
4242[21:09:01] *** Quits: l0xas (~unix@replaced-ip) (*.net *.split)
-
4243[21:09:01] *** Quits: hoarycripple (~hoarycrip@replaced-ip) (*.net *.split)
-
4244[21:09:01] *** Quits: fiddlerwoaroof (~fiddlerwo@replaced-ip) (*.net *.split)
-
4245[21:09:01] *** Quits: tomocha_______ (tomocha@replaced-ip) (*.net *.split)
-
4246[21:09:01] *** Quits: loddfafnir (~loddfafni@replaced-ip) (*.net *.split)
-
4247[21:09:01] *** Quits: LaunchDirector (~pi@replaced-ip) (*.net *.split)
-
4248[21:09:01] *** Quits: marens (~quassel@replaced-ip) (*.net *.split)
-
4249[21:09:01] *** Quits: geturafr1nordr (~geturafr1@replaced-ip) (*.net *.split)
-
4250[21:09:02] *** Quits: kak (kak@replaced-ip) (*.net *.split)
-
4251[21:09:02] *** Quits: mumixam (~m@replaced-ip) (*.net *.split)
-
4252[21:09:02] *** Quits: dax (~dax@replaced-ip) (*.net *.split)
-
4253[21:09:02] *** Quits: LightYagami (~CanIHazMe@replaced-ip) (*.net *.split)
-
4254[21:09:02] *** Quits: jonasbits (~quassel@replaced-ip) (*.net *.split)
-
4255[21:09:02] *** Quits: Kalifornium (~bouboule@replaced-ip) (*.net *.split)
-
4256[21:09:02] *** Quits: SpacePenguin (~SpacePeng@replaced-ip) (*.net *.split)
-
4257[21:09:02] *** Quits: yokel (~yokel@replaced-ip) (*.net *.split)
-
4258[21:09:02] *** Quits: ekaj (~ekaj@replaced-ip) (*.net *.split)
-
4259[21:09:02] *** Quits: teraflops (~teraflops@replaced-ip) (*.net *.split)
-
4260[21:09:02] *** Quits: haasn (~haasn@replaced-ip) (*.net *.split)
-
4261[21:09:02] *** Quits: Ad1Tech (~ad1tech@replaced-ip) (*.net *.split)
-
4262[21:09:03] *** Quits: LambdaCalculus37 (~robert@replaced-ip) (*.net *.split)
-
4263[21:09:03] *** Quits: sveva65 (~sverre@replaced-ip) (*.net *.split)
-
4264[21:09:03] *** Quits: robin_debspace (~robin_deb@replaced-ip) (*.net *.split)
-
4265[21:09:03] *** Quits: dfgas (~dfgas@replaced-ip) (*.net *.split)
-
4266[21:09:03] *** Quits: Dreamix (~x@replaced-ip) (*.net *.split)
-
4267[21:09:03] *** Quits: tadej (~universe@replaced-ip) (*.net *.split)
-
4268[21:09:03] *** Quits: riex (gaming@replaced-ip) (*.net *.split)
-
4269[21:09:03] *** Quits: SPF (~spf@replaced-ip) (*.net *.split)
-
4270[21:09:03] *** Quits: jpalmer (~jpalmer@replaced-ip) (*.net *.split)
-
4271[21:09:04] *** Joins: fooctrl (~havoc@replaced-ip)
-
4272[21:09:04] *** Joins: Mysterytrain (~George@replaced-ip)
-
4273[21:09:04] *** Joins: marens (~quassel@replaced-ip)
-
4274[21:09:04] *** Joins: wingman2 (~wingman2@replaced-ip)
-
4275[21:09:05] *** Joins: gturner (~gturner@replaced-ip)
-
4276[21:09:05] *** Joins: sandman13 (~sandman13@replaced-ip)
-
4277[21:09:05] *** Joins: ]3n19m4[ (~]3n19m4@replaced-ip)
-
4278[21:09:05] *** Joins: SPF (~spf@replaced-ip)
-
4279[21:09:05] *** Quits: marens (~quassel@replaced-ip) (Changing host)
-
4280[21:09:05] *** Joins: marens (~quassel@replaced-ip)
-
4281[21:09:05] *** Joins: epsilon (textblase@replaced-ip)
-
4282[21:09:05] *** Joins: root__ (~root@replaced-ip)
-
4283[21:09:06] *** Joins: Hello71 (~Hello71@replaced-ip)
-
4284[21:09:06] *** Joins: electrostat (~dag@replaced-ip)
-
4285[21:09:07] *** Joins: x-fak (~jul54@replaced-ip)
-
4286[21:09:07] *** Joins: bouboule (~bouboule@replaced-ip)
-
4287[21:09:07] *** Joins: tuxopenwrt (~abhinav@replaced-ip)
-
4288[21:09:07] *** Joins: MaxLanar` (~user@replaced-ip)
-
4289[21:09:07] *** Joins: SirLagz (~SirLagz@replaced-ip)
-
4290[21:09:07] *** Quits: x-fak (~jul54@replaced-ip) (Changing host)
-
4291[21:09:07] *** Joins: x-fak (~jul54@replaced-ip)
-
4292[21:09:07] *** Joins: XO-Odin (~XO@replaced-ip)
-
4293[21:09:08] *** Joins: admincomplex (~admincomp@replaced-ip)
-
4294[21:09:08] *** Joins: technohehl (~technoheh@replaced-ip)
-
4295[21:09:08] *** Joins: Fusselkater (~Fusselkat@replaced-ip)
-
4296[21:09:08] *** Joins: civillian (~nick@replaced-ip)
-
4297[21:09:08] *** Joins: hycer (~hycer@replaced-ip)
-
4298[21:09:08] *** Joins: shad0VV (~shad0VV@replaced-ip)
-
4299[21:09:08] *** Joins: rainfyre (~rainfyre@replaced-ip)
-
4300[21:09:08] *** Joins: jpalmer (~jpalmer@replaced-ip)
-
4301[21:09:09] *** Joins: lazouz (~lazouz@replaced-ip)
-
4302[21:09:09] *** Joins: hoarycripple (~hoarycrip@replaced-ip)
-
4303[21:09:09] *** Joins: CyberGabber (~CyberGabb@replaced-ip)
-
4304[21:09:09] *** Joins: alexlist (~alexlist@replaced-ip)
-
4305[21:09:09] *** Joins: Nik05 (~Nik05@replaced-ip)
-
4306[21:09:09] *** Joins: XSoul (~XRule@replaced-ip)
-
4307[21:09:09] *** Joins: Epakai (~coweater@replaced-ip)
-
4308[21:09:09] *** Joins: daishan (~daishan@replaced-ip)
-
4309[21:09:09] *** Joins: cra1g321 (~cra1g321@replaced-ip)
-
4310[21:09:10] *** Joins: LtL (~irssi@replaced-ip)
-
4311[21:09:10] *** Joins: PryMar56 (~prymar@replaced-ip)
-
4312[21:09:10] *** Joins: djz88 (~ZKubala@replaced-ip)
-
4313[21:09:10] *** Joins: sveva65 (~sverre@replaced-ip)
-
4314[21:09:10] *** Joins: cyphase_eviltwin (~cyphase@replaced-ip)
-
4315[21:09:11] *** Joins: Cipher45 (~Cipher45@replaced-ip)
-
4316[21:09:11] *** Quits: Cipher45 (~Cipher45@replaced-ip) (Changing host)
-
4317[21:09:11] *** Joins: Cipher45 (~Cipher45@replaced-ip)
-
4318[21:09:11] *** Joins: LaunchDirector (~pi@replaced-ip)
-
4319[21:09:11] *** Joins: fnordperfect (~fab@replaced-ip)
-
4320[21:09:11] *** Joins: pixdamix (~pix@replaced-ip)
-
4321[21:09:11] *** Joins: hicks_ (~quassel@replaced-ip)
-
4322[21:09:12] *** Joins: ffatman (~ffamousff@replaced-ip)
-
4323[21:09:12] *** Joins: DoctorD90 (~DoctorD90@replaced-ip)
-
4324[21:09:12] *** Joins: quaddy (L9QZBWi928@replaced-ip)
-
4325[21:09:12] *** Joins: _aeris_ (~aeris@replaced-ip)
-
4326[21:09:12] *** Joins: rany (~me@replaced-ip)
-
4327[21:09:12] *** Joins: mar77i (~mar77i@replaced-ip)
-
4328[21:09:12] *** Joins: tvm (~tvm@replaced-ip)
-
4329[21:09:12] *** Joins: fiddlerwoaroof (~fiddlerwo@replaced-ip)
-
4330[21:09:13] *** Joins: Envil (~envil@replaced-ip)
-
4331[21:09:13] *** Joins: melvin (~melvin@replaced-ip)
-
4332[21:09:13] *** Joins: lstieb (~lstieb@replaced-ip)
-
4333[21:09:13] *** Joins: thunderrd (~thunderrd@replaced-ip)
-
4334[21:09:13] *** Joins: climjark (~climjark@replaced-ip)
-
4335[21:09:14] *** Joins: yokel (~yokel@replaced-ip)
-
4336[21:09:14] *** Joins: binaryc (~binaryc@replaced-ip)
-
4337[21:09:14] *** Joins: subzero79 (~subzero79@replaced-ip)
-
4338[21:09:14] *** Joins: tomocha_______ (tomocha@replaced-ip)
-
4339[21:09:14] *** Joins: lco (~lco@replaced-ip)
-
4340[21:09:14] *** Joins: Agiofws (~agiofws@replaced-ip)
-
4341[21:09:15] *** Joins: High_Priest (~hp@replaced-ip)
-
4342[21:09:15] *** Joins: Ricardo__ (~rick@replaced-ip)
-
4343[21:09:15] *** Joins: faw (~faw@replaced-ip)
-
4344[21:09:15] *** Joins: mtn (~mtn@replaced-ip)
-
4345[21:09:15] *** Quits: Ricardo__ (~rick@replaced-ip) (Changing host)
-
4346[21:09:15] *** Joins: Ricardo__ (~rick@replaced-ip)
-
4347[21:09:15] *** Quits: faw (~faw@replaced-ip) (Changing host)
-
4348[21:09:15] *** Joins: faw (~faw@replaced-ip)
-
4349[21:09:15] *** Joins: teraflops (~teraflops@replaced-ip)
-
4350[21:09:15] *** Joins: Quatroking (~Quatrokin@replaced-ip)
-
4351[21:09:16] *** Joins: marveldigital (~marvel@replaced-ip)
-
4352[21:09:16] *** Joins: satbyy (~Satish@replaced-ip)
-
4353[21:09:16] *** Quits: satbyy (~Satish@replaced-ip) (Changing host)
-
4354[21:09:16] *** Joins: satbyy (~Satish@replaced-ip)
-
4355[21:09:16] *** Joins: l0xas (~unix@replaced-ip)
-
4356[21:09:16] *** Joins: deepy (deepy@replaced-ip)
-
4357[21:09:16] *** Joins: LambdaCalculus37 (~robert@replaced-ip)
-
4358[21:09:16] *** Joins: Anselmo (~cjdns@replaced-ip)
-
4359[21:09:17] *** Joins: boudiccas (~boudiccas@replaced-ip)
-
4360[21:09:17] *** Joins: SpacePenguin (~SpacePeng@replaced-ip)
-
4361[21:09:17] *** Joins: vila (~vila@replaced-ip)
-
4362[21:09:18] *** Joins: crash_ (~pi@replaced-ip)
-
4363[21:09:18] *** Joins: ypwong (ypwong@replaced-ip)
-
4364[21:09:19] *** Joins: nailyk (~nailyk@replaced-ip)
-
4365[21:09:20] *** Quits: teraflops (~teraflops@replaced-ip) (Client Quit)
-
4366[21:09:20] *** Joins: juantelez (~juantelez@replaced-ip)
-
4367[21:09:21] *** Joins: bocaneri (~bocaneri@replaced-ip)
-
4368[21:09:21] *** Joins: RA3OR (~demon@replaced-ip)
-
4369[21:09:21] *** Quits: RA3OR (~demon@replaced-ip) (Changing host)
-
4370[21:09:21] *** Joins: RA3OR (~demon@replaced-ip)
-
4371[21:09:21] *** Joins: Spr1ng (~Spr1ng@replaced-ip)
-
4372[21:09:21] *** Joins: sandeepkr_ (~sandeepkr@replaced-ip)
-
4373[21:09:22] *** Joins: mumixam (~m@replaced-ip)
-
4374[21:09:23] *** Joins: bathtub_shark (Zarthus@replaced-ip)
-
4375[21:09:23] *** Joins: Ad1Tech (~ad1tech@replaced-ip)
-
4376[21:09:23] *** Joins: mik (mik@replaced-ip)
-
4377[21:09:24] *** Joins: bdeferme (~bdeferme@replaced-ip)
-
4378[21:09:24] *** Joins: LightYagami (~CanIHazMe@replaced-ip)
-
4379[21:09:25] *** Joins: ArchDuke (~ArchDuke@replaced-ip)
-
4380[21:09:25] *** Joins: moss (~moss@replaced-ip)
-
4381[21:09:27] *** Joins: robin_debspace (~robin_deb@replaced-ip)
-
4382[21:09:27] *** Joins: Shock_ (~mda1@replaced-ip)
-
4383[21:09:29] *** Joins: thallada (~thallada@replaced-ip)
-
4384[21:09:29] *** Joins: Joost (~Joost@replaced-ip)
-
4385[21:09:30] *** Joins: Olipro (~Olipro@replaced-ip)
-
4386[21:09:31] *** Joins: Junaos (~Junaos@replaced-ip)
-
4387[21:09:31] *** Joins: zykotick9 (~zykotick9@replaced-ip)
-
4388[21:09:31] *** Joins: wokedame (~sfgsfdsad@replaced-ip)
-
4389[21:09:32] *** Joins: RTFM[away] (~RTFMaway]@replaced-ip)
-
4390[21:09:33] *** Joins: roentgen (~roentgen@replaced-ip)
-
4391[21:09:34] *** Joins: television (~alex@replaced-ip)
-
4392[21:09:35] *** Joins: ekaj (~ekaj@replaced-ip)
-
4393[21:09:35] *** Joins: loddfafnir (~loddfafni@replaced-ip)
-
4394[21:09:36] *** Joins: chen (~fury@replaced-ip)
-
4395[21:09:43] *** Joins: seekr (~seekr@replaced-ip)
-
4396[21:09:48] *** Joins: teraflops (~teraflops@replaced-ip)
-
4397[21:09:51] *** Quits: dayten (~gnoid@replaced-ip) (Quit: leaving)
-
4398[21:09:51] *** Joins: sphenxes01 (~sphenxes@replaced-ip)
-
4399[21:09:52] *** Joins: nse (~leo@replaced-ip)
-
4400[21:09:53] *** Joins: winsen (~asulil@replaced-ip)
-
4401[21:09:53] *** Joins: dfgas (~dfgas@replaced-ip)
-
4402[21:09:54] *** Joins: bertbob (~bertbob@replaced-ip)
-
4403[21:09:55] *** Joins: rebrec (~quassel@replaced-ip)
-
4404[21:09:55] *** Joins: VampiricPadraig (~quassel@replaced-ip)
-
4405[21:09:55] *** Joins: _tremo (~tremo@replaced-ip)
-
4406[21:09:55] *** Quits: VampiricPadraig (~quassel@replaced-ip) (Changing host)
-
4407[21:09:55] *** Joins: VampiricPadraig (~quassel@replaced-ip)
-
4408[21:09:56] *** Joins: larjona (~quassel@replaced-ip)
-
4409[21:09:56] *** Joins: Erreur32 (~Erreur32@replaced-ip)
-
4410[21:09:57] *** Joins: Tempesta (~Tempesta@replaced-ip)
-
4411[21:09:57] *** Quits: Tempesta (~Tempesta@replaced-ip) (Changing host)
-
4412[21:09:57] *** Joins: Tempesta (~Tempesta@replaced-ip)
-
4413[21:09:58] *** Joins: jonasbits (~quassel@replaced-ip)
-
4414[21:10:00] *** Joins: jeddi (~jedd@replaced-ip)
-
4415[21:10:01] *** Joins: Granis (~Granis@replaced-ip)
-
4416[21:10:06] *** Joins: SwK (~SwK@replaced-ip)
-
4417[21:10:16] *** Joins: qwesste (~qwesste@replaced-ip)
-
4418[21:10:19] *** Joins: bolt (r00t@replaced-ip)
-
4419[21:10:22] *** Joins: swaechter (swaechter@replaced-ip)
-
4420[21:10:22] *** Quits: swaechter (swaechter@replaced-ip) (Changing host)
-
4421[21:10:22] *** Joins: swaechter (swaechter@replaced-ip)
-
4422[21:10:24] *** Quits: elias__ (~elias@replaced-ip) (Client Quit)
-
4423[21:10:29] *** Joins: evilman_work (~evilman@replaced-ip)
-
4424[21:10:32] *** Joins: serban (serban@replaced-ip)
-
4425[21:10:45] *** Joins: dax (~dax@replaced-ip)
-
4426[21:10:48] *** Joins: elias__ (~elias@replaced-ip)
-
4427[21:10:50] *** Joins: flecxon (c8727e9c@replaced-ip)
-
4428[21:10:58] *** Joins: riex (gaming@replaced-ip)
-
4429[21:11:00] *** Joins: k^ (k@replaced-ip)
-
4430[21:11:00] *** Joins: LeandroLuiz (~LLP@replaced-ip)
-
4431[21:11:00] *** Joins: Hobbyboy (Hobbyboy@replaced-ip)
-
4432[21:11:05] *** Joins: koma (~koma@replaced-ip)
-
4433[21:11:18] *** Joins: tadej (~universe@replaced-ip)
-
4434[21:11:33] *** Joins: h9 (Elite17198@replaced-ip)
-
4435[21:11:41] *** Joins: j3roen (~j3roen@replaced-ip)
-
4436[21:11:43] *** Quits: elias__ (~elias@replaced-ip) (Client Quit)
-
4437[21:11:44] *** Quits: stealthii (sid17385@replaced-ip) (Ping timeout: 258 seconds)
-
4438[21:11:48] *** Joins: docmax (~docmax@replaced-ip)
-
4439[21:11:53] <docmax> HELP with autofs
-
4440[21:11:55] *** Joins: johnnyfive (~johnnyfiv@replaced-ip)
-
4441[21:12:11] *** Quits: petems (sid27138@replaced-ip) (Ping timeout: 272 seconds)
-
4442[21:12:13] <docmax> ii get the mountpoints, but not the mappings
-
4443[21:12:19] *** Quits: XDS2010 (sid1218@replaced-ip) (Ping timeout: 265 seconds)
-
4444[21:12:25] *** Quits: katymoe (uid135810@replaced-ip) (Ping timeout: 258 seconds)
-
4445[21:12:36] *** Quits: ec (sid1544@replaced-ip) (Ping timeout: 244 seconds)
-
4446[21:12:42] *** Joins: Dreamix (~x@replaced-ip)
-
4447[21:12:43] *** Quits: sandeepkr (~sandeepkr@replaced-ip) (Ping timeout: 256 seconds)
-
4448[21:13:40] *** Joins: steventog (uid187891@replaced-ip)
-
4449[21:14:00] *** Joins: geturafr1nordr (~geturafr1@replaced-ip)
-
4450[21:14:14] *** Joins: ltkun (uid189967@replaced-ip)
-
4451[21:14:14] *** Joins: muggahtee (sid148520@replaced-ip)
-
4452[21:14:23] *** Joins: bazhang_ (~bazhang@replaced-ip)
-
4453[21:15:21] *** Quits: papitfx (~hafiz@replaced-ip) (Ping timeout: 272 seconds)
-
4454[21:15:30] *** Joins: gtrott_ (sid78444@replaced-ip)
-
4455[21:15:36] *** Quits: mypapit (~fakap@replaced-ip) (Ping timeout: 276 seconds)
-
4456[21:15:50] *** Joins: tobias47n9e-c (sid173479@replaced-ip)
-
4457[21:15:56] *** Joins: haasn (~haasn@replaced-ip)
-
4458[21:16:03] *** Joins: posi (sid124649@replaced-ip)
-
4459[21:16:06] <cast> is there a question coming?
-
4460[21:16:16] *** Joins: zanshin (~zanshin@replaced-ip)
-
4461[21:16:22] *** Joins: paroxp (sid185690@replaced-ip)
-
4462[21:16:32] *** Joins: barteks2x (~barteks2x@replaced-ip)
-
4463[21:16:44] *** Quits: rypervenche (~rypervenc@replaced-ip) (Quit: brb)
-
4464[21:16:47] *** Joins: fiQmob (uid13281@replaced-ip)
-
4465[21:16:51] *** Joins: papitfx (~hafiz@replaced-ip)
-
4466[21:16:51] *** Joins: mypapit (~fakap@replaced-ip)
-
4467[21:16:52] *** Quits: steventog (uid187891@replaced-ip) (Client Quit)
-
4468[21:16:55] *** Joins: nickle (sid89854@replaced-ip)
-
4469[21:16:59] *** Joins: NickyP (sid20176@replaced-ip)
-
4470[21:16:59] <teraflops> cast: perhaps he was bitten by the net-split
-
4471[21:17:01] *** Joins: Ceber (~cerberus@replaced-ip)
-
4472[21:17:18] *** Joins: thuk (sid78904@replaced-ip)
-
4473[21:17:22] *** Joins: stealthii (sid17385@replaced-ip)
-
4474[21:17:24] *** Quits: ETechDD (~etechdd@replaced-ip) (Quit: bye)
-
4475[21:17:31] *** Joins: dpkg (~dpkg@replaced-ip)
-
4476[21:17:44] *** Parts: LorD_n1c0w (~igorhenri@replaced-ip)
-
4477[21:17:50] *** Joins: |ifei5good (~sharris12@replaced-ip)
-
4478[21:17:53] *** Quits: bazhang (~bazhang@replaced-ip) (Ping timeout: 272 seconds)
-
4479[21:18:11] *** Joins: XDS2010 (sid1218@replaced-ip)
-
4480[21:18:14] *** Joins: prasket (~prasket@replaced-ip)
-
4481[21:18:29] *** Quits: |ifei5g00d (~sharris12@replaced-ip) (Read error: Connection reset by peer)
-
4482[21:18:39] *** Joins: ec (sid1544@replaced-ip)
-
4483[21:18:49] <cast> ah, fair point. i have parts/quits on ignore. would be nice if there was a smart enough ignore system to show me recently active people quitting/joining
-
4484[21:18:55] *** Quits: rebrec (~quassel@replaced-ip) (*.net *.split)
-
4485[21:18:55] *** Quits: deepy (deepy@replaced-ip) (*.net *.split)
-
4486[21:18:55] *** Quits: mtn (~mtn@replaced-ip) (*.net *.split)
-
4487[21:18:55] *** Quits: evade (~evade@replaced-ip) (*.net *.split)
-
4488[21:18:55] *** Quits: gonz0 (~gonz0@replaced-ip) (*.net *.split)
-
4489[21:18:55] *** Quits: rosten (~rosten@replaced-ip) (*.net *.split)
-
4490[21:18:55] *** Quits: TomTomTosch (~henryk@replaced-ip) (*.net *.split)
-
4491[21:18:56] *** Quits: Starky (~Starky@replaced-ip) (*.net *.split)
-
4492[21:18:56] *** Quits: saturos (~saturos@replaced-ip) (*.net *.split)
-
4493[21:18:56] *** Quits: valeech (~valeech@replaced-ip) (*.net *.split)
-
4494[21:18:56] *** Quits: MrNeon (~MrNeon@replaced-ip) (*.net *.split)
-
4495[21:18:56] *** Quits: _0bitcount (~Big_Byte@replaced-ip) (*.net *.split)
-
4496[21:18:56] *** Quits: mt (mteufel@replaced-ip) (*.net *.split)
-
4497[21:18:56] *** Quits: cwillu_at_work (~cwillu@replaced-ip) (*.net *.split)
-
4498[21:18:56] *** Quits: PosterdatiMobile (~posterdat@replaced-ip) (*.net *.split)
-
4499[21:18:56] *** Quits: TomasCZ (~TomasCZ@replaced-ip) (*.net *.split)
-
4500[21:18:57] *** Quits: thrasymachus (~mpurcell@replaced-ip) (*.net *.split)
-
4501[21:18:57] *** Quits: Linux4UnMe (~kaddy@replaced-ip) (*.net *.split)
-
4502[21:18:57] *** Quits: fireball``` (~fireball`@replaced-ip) (*.net *.split)
-
4503[21:18:57] *** Quits: metaKin (metaKin@replaced-ip) (*.net *.split)
-
4504[21:18:57] *** Quits: TonyL (~Tony@replaced-ip) (*.net *.split)
-
4505[21:18:57] *** Quits: L235 (sid41243@replaced-ip) (*.net *.split)
-
4506[21:18:57] *** Quits: ebarch (sid17287@replaced-ip) (*.net *.split)
-
4507[21:18:58] *** Quits: lmcloughlin (sid1532@replaced-ip) (*.net *.split)
-
4508[21:18:58] *** Quits: jkhsjdhjs (jkhsjdhjs@replaced-ip) (*.net *.split)
-
4509[21:18:58] *** Quits: James_T (james@replaced-ip) (*.net *.split)
-
4510[21:18:58] *** Quits: hue (hue@replaced-ip) (*.net *.split)
-
4511[21:18:58] *** Quits: max-m (~max-m@replaced-ip) (*.net *.split)
-
4512[21:18:58] *** Quits: devster31 (~devsterkn@replaced-ip) (*.net *.split)
-
4513[21:18:58] *** Quits: joze (~joze@replaced-ip) (*.net *.split)
-
4514[21:18:58] *** Quits: pasturesofplenty (~pastureso@replaced-ip) (*.net *.split)
-
4515[21:18:59] *** Quits: flyingkiwi (~kiwi@replaced-ip) (*.net *.split)
-
4516[21:18:59] *** Quits: lift (~lift@replaced-ip) (*.net *.split)
-
4517[21:18:59] *** Quits: PaulFertser (paul@replaced-ip) (*.net *.split)
-
4518[21:18:59] *** Quits: MonsterKiller_ (~MonsterKi@replaced-ip) (*.net *.split)
-
4519[21:18:59] *** Quits: blommer (~blommer@replaced-ip) (*.net *.split)
-
4520[21:18:59] *** Quits: ilteris_ (~ilteris@replaced-ip) (*.net *.split)
-
4521[21:18:59] *** Quits: tubaman_ (~tubaman@replaced-ip) (*.net *.split)
-
4522[21:18:59] *** Quits: IbexPeak (~quassel@replaced-ip) (*.net *.split)
-
4523[21:18:59] *** Quits: kzimmermann (~kzimmerma@replaced-ip) (*.net *.split)
-
4524[21:18:59] *** Quits: alxy (uid115853@replaced-ip) (*.net *.split)
-
4525[21:19:00] *** Quits: marsjaninzmarsa (~marsjanin@replaced-ip) (*.net *.split)
-
4526[21:19:00] *** Quits: MattE (~matt@replaced-ip) (*.net *.split)
-
4527[21:19:00] *** Quits: bluenemo (~bluenemo@replaced-ip) (*.net *.split)
-
4528[21:19:00] *** Quits: chomwitt1 (~chomwitt@replaced-ip) (*.net *.split)
-
4529[21:19:00] *** Quits: antlarr (~quassel@replaced-ip) (*.net *.split)
-
4530[21:19:00] *** Quits: cruncher (~cruncher@replaced-ip) (*.net *.split)
-
4531[21:19:00] *** Quits: |DM| (~|DM|@replaced-ip) (*.net *.split)
-
4532[21:19:00] *** Quits: Shentino (~Shentino@replaced-ip) (*.net *.split)
-
4533[21:19:00] *** Quits: slon (slon@replaced-ip) (*.net *.split)
-
4534[21:19:00] *** Quits: Al3xG0 (~unix@replaced-ip) (*.net *.split)
-
4535[21:19:01] *** Quits: _KaszpiR_ (quasselcor@replaced-ip) (*.net *.split)
-
4536[21:19:01] *** Quits: grim4593 (~grim4593@replaced-ip) (*.net *.split)
-
4537[21:19:01] *** Quits: MarkusMagnusson (~MarkusMag@replaced-ip) (*.net *.split)
-
4538[21:19:01] *** Quits: llucenic (~Thunderbi@replaced-ip) (*.net *.split)
-
4539[21:19:01] *** Quits: MicroCheapFx (~quassel@replaced-ip) (*.net *.split)
-
4540[21:19:01] *** Quits: hawken (~hawken@replaced-ip) (*.net *.split)
-
4541[21:19:01] *** Quits: rsully (~rsully@replaced-ip) (*.net *.split)
-
4542[21:19:01] *** Quits: eeeprom (~lem0n@replaced-ip) (*.net *.split)
-
4543[21:19:01] *** Quits: sphenxes (~sphenxes@replaced-ip) (*.net *.split)
-
4544[21:19:01] *** Quits: chachasmooth (~chachasmo@replaced-ip) (*.net *.split)
-
4545[21:19:01] *** Quits: Ticho (~Ticho@replaced-ip) (*.net *.split)
-
4546[21:19:01] *** Quits: Mahe (~mahe@replaced-ip) (*.net *.split)
-
4547[21:19:02] *** Quits: watersoul (~ircuser@replaced-ip) (*.net *.split)
-
4548[21:19:02] *** Quits: pencilandpaper (~penciland@replaced-ip) (*.net *.split)
-
4549[21:19:02] *** Quits: beaky (~beaky@replaced-ip) (*.net *.split)
-
4550[21:19:02] *** Quits: brong (~brong@replaced-ip) (*.net *.split)
-
4551[21:19:02] *** Quits: SynrGy (~synrg@replaced-ip) (*.net *.split)
-
4552[21:19:02] *** Quits: SynrG (~synrg@replaced-ip) (*.net *.split)
-
4553[21:19:02] *** Quits: PhishPho1 (~irssi@replaced-ip) (*.net *.split)
-
4554[21:19:02] *** Quits: fredxiii (dcproducti@replaced-ip) (*.net *.split)
-
4555[21:19:02] *** Quits: tallbarr (~none@replaced-ip) (*.net *.split)
-
4556[21:19:03] *** Quits: ADubhlaoich (sid177637@replaced-ip) (*.net *.split)
-
4557[21:19:03] *** Quits: boxrick1 (sid98261@replaced-ip) (*.net *.split)
-
4558[21:19:03] *** Quits: j0z (sid44053@replaced-ip) (*.net *.split)
-
4559[21:19:04] *** Quits: MetalGearSolid (~MetalGear@replaced-ip) (*.net *.split)
-
4560[21:19:04] *** Quits: a1batr0ss (~a1batr0ss@replaced-ip) (*.net *.split)
-
4561[21:19:04] *** Quits: gebjgd (~stmsgebjg@replaced-ip) (*.net *.split)
-
4562[21:19:05] *** Quits: clopez (~tau@replaced-ip) (*.net *.split)
-
4563[21:19:05] *** Quits: venkat_330 (~Thunderbi@replaced-ip) (*.net *.split)
-
4564[21:19:05] *** Quits: msantana (marcelo@replaced-ip) (*.net *.split)
-
4565[21:19:05] *** Quits: adzam (~adzam@replaced-ip) (*.net *.split)
-
4566[21:19:05] *** Quits: strencinls (~none@replaced-ip) (*.net *.split)
-
4567[21:19:05] *** Quits: muugal (~jackson@replaced-ip) (*.net *.split)
-
4568[21:19:05] *** Quits: Spec (~Spec@replaced-ip) (*.net *.split)
-
4569[21:19:05] *** Quits: dfcnvt (~tagraf@replaced-ip) (*.net *.split)
-
4570[21:19:05] *** Quits: atomi (~atomi@replaced-ip) (*.net *.split)
-
4571[21:19:05] *** Quits: Mouaad (~Mouaad@replaced-ip) (*.net *.split)
-
4572[21:19:05] *** Quits: VjetarSaSunca (~Vjetar@replaced-ip) (*.net *.split)
-
4573[21:19:05] *** Quits: slikts (~nelabs@replaced-ip) (*.net *.split)
-
4574[21:19:05] *** Quits: LV-426 (~LV-426@replaced-ip) (*.net *.split)
-
4575[21:19:06] *** Quits: chvz (~chvz@replaced-ip) (*.net *.split)
-
4576[21:19:06] *** Quits: BlueByte (~walther@replaced-ip) (*.net *.split)
-
4577[21:19:06] *** Quits: Butt3rfly (~Butt3rfly@replaced-ip) (*.net *.split)
-
4578[21:19:06] *** Quits: osx (osx@replaced-ip) (*.net *.split)
-
4579[21:19:06] *** Quits: Emmanuel_Chanel (~emmanuel@replaced-ip) (*.net *.split)
-
4580[21:19:06] *** Quits: Expanse (sid146237@replaced-ip) (*.net *.split)
-
4581[21:19:06] *** Quits: twisted` (sid6794@replaced-ip) (*.net *.split)
-
4582[21:19:06] *** Quits: relaxed (~relaxed@replaced-ip) (*.net *.split)
-
4583[21:19:06] *** Quits: calher (~calher@replaced-ip) (*.net *.split)
-
4584[21:19:06] *** Quits: kus_ubuntui686 (~kus@replaced-ip) (*.net *.split)
-
4585[21:19:06] *** Quits: phate408 (~Phate@replaced-ip) (*.net *.split)
-
4586[21:19:06] *** Quits: verm1n (~verm1n@replaced-ip) (*.net *.split)
-
4587[21:19:06] *** Quits: WangDang (~wangdang@replaced-ip) (*.net *.split)
-
4588[21:19:06] *** Quits: j3x (~j3x@replaced-ip) (*.net *.split)
-
4589[21:19:06] *** Quits: Sir_Designer (~Sir_Desig@replaced-ip) (*.net *.split)
-
4590[21:19:07] *** Quits: Starduster (~guest@replaced-ip) (*.net *.split)
-
4591[21:19:07] *** Quits: Jacob843 (~Jacob843@replaced-ip) (*.net *.split)
-
4592[21:19:07] *** Quits: paul_grozav (~paul_groz@replaced-ip) (*.net *.split)
-
4593[21:19:07] *** Quits: ^GoD^ (~156@replaced-ip) (*.net *.split)
-
4594[21:19:07] *** Quits: ktomz (ktom@replaced-ip) (*.net *.split)
-
4595[21:19:07] *** Quits: cyphix (~cyphix@replaced-ip) (*.net *.split)
-
4596[21:19:07] *** Quits: ceegee (~christian@replaced-ip) (*.net *.split)
-
4597[21:19:07] *** Quits: Keridos (~Keridos@replaced-ip) (*.net *.split)
-
4598[21:19:07] *** Quits: glebihan (~glebihan@replaced-ip) (*.net *.split)
-
4599[21:19:08] *** Quits: ftrist (~heller@replaced-ip) (*.net *.split)
-
4600[21:19:08] *** Quits: Mylesjfd (~Mylesjfd@replaced-ip) (*.net *.split)
-
4601[21:19:08] *** Quits: Esya (~esya@replaced-ip) (*.net *.split)
-
4602[21:19:08] *** Quits: JesseWalling (~jpwall@replaced-ip) (*.net *.split)
-
4603[21:19:08] *** Quits: sydney_untangle (~sydney@replaced-ip) (*.net *.split)
-
4604[21:19:08] *** Quits: suexec_ (~suexec@replaced-ip) (*.net *.split)
-
4605[21:19:08] *** Quits: Guest55749 (~rage@replaced-ip) (*.net *.split)
-
4606[21:19:08] *** Quits: t0m0 (~t0m@replaced-ip) (*.net *.split)
-
4607[21:19:09] *** Quits: rafalcpp (~racalcppp@replaced-ip) (*.net *.split)
-
4608[21:19:09] *** Quits: LostSoul (~LostSoul@replaced-ip) (*.net *.split)
-
4609[21:19:09] *** Quits: namix (~namix@replaced-ip) (*.net *.split)
-
4610[21:19:09] *** Quits: Ool (~Ool@replaced-ip) (*.net *.split)
-
4611[21:19:09] *** Quits: xshuiniu (~goirc@replaced-ip) (*.net *.split)
-
4612[21:19:09] *** Quits: dexta (~D3XTA@replaced-ip) (*.net *.split)
-
4613[21:19:09] *** Quits: stnly (~stnly@replaced-ip) (*.net *.split)
-
4614[21:19:09] *** Quits: xand (~xand@replaced-ip) (*.net *.split)
-
4615[21:19:09] *** Quits: ibex (~ibex@replaced-ip) (*.net *.split)
-
4616[21:19:09] *** Quits: shingouz (~doowop@replaced-ip) (*.net *.split)
-
4617[21:19:09] *** Quits: eju (~eju@replaced-ip) (*.net *.split)
-
4618[21:19:09] *** Quits: kodapa (kod@replaced-ip) (*.net *.split)
-
4619[21:19:09] *** Quits: rhada (~rhada@replaced-ip) (*.net *.split)
-
4620[21:19:09] *** Quits: Muflo (sid174539@replaced-ip) (*.net *.split)
-
4621[21:19:10] *** Quits: enkrypt_ (~enkrypt@replaced-ip) (*.net *.split)
-
4622[21:19:10] *** Quits: elky (~elky@replaced-ip) (*.net *.split)
-
4623[21:19:10] *** Quits: kawaiipunk (~from@replaced-ip) (*.net *.split)
-
4624[21:19:10] *** Quits: pvoigt (~Linux@replaced-ip) (*.net *.split)
-
4625[21:19:10] *** Quits: Emogen (quasselcor@replaced-ip) (*.net *.split)
-
4626[21:19:10] *** Quits: steve81 (steve81@replaced-ip) (*.net *.split)
-
4627[21:19:10] *** Quits: vvuja (Elite15143@replaced-ip) (*.net *.split)
-
4628[21:19:10] *** Quits: Apeiron` (znc@replaced-ip) (*.net *.split)
-
4629[21:19:10] *** Quits: verboese (~verboese@replaced-ip) (*.net *.split)
-
4630[21:19:10] *** Quits: whobert (~whobert@replaced-ip) (*.net *.split)
-
4631[21:19:10] *** Quits: APLU (~mulx@replaced-ip) (*.net *.split)
-
4632[21:19:10] *** Quits: DLmass (~dlmass@replaced-ip) (*.net *.split)
-
4633[21:19:10] *** Quits: phorce1_home (~gvl2@replaced-ip) (*.net *.split)
-
4634[21:19:10] *** Quits: dinoocch (~dinoocch@replaced-ip) (*.net *.split)
-
4635[21:19:10] *** Quits: vincent_c (~bip@replaced-ip) (*.net *.split)
-
4636[21:19:11] *** Quits: Elronnd (elronnd@replaced-ip) (*.net *.split)
-
4637[21:19:11] *** Quits: mirsal (~mirsal@replaced-ip) (*.net *.split)
-
4638[21:19:11] *** Quits: ski7777 (~znc@replaced-ip) (*.net *.split)
-
4639[21:19:11] *** Quits: valerius (~valerius@replaced-ip) (*.net *.split)
-
4640[21:19:11] *** Quits: snow_bckspc (~snow_bcks@replaced-ip) (*.net *.split)
-
4641[21:19:11] *** Quits: upils (~upils@replaced-ip) (*.net *.split)
-
4642[21:19:12] *** Quits: TimWolla (~timwolla@replaced-ip) (*.net *.split)
-
4643[21:19:12] *** Quits: Andy80 (~andy80@replaced-ip) (*.net *.split)
-
4644[21:19:12] *** Quits: Subfusc (subfusc@replaced-ip) (*.net *.split)
-
4645[21:19:12] *** Quits: JStoker (jstoker@replaced-ip) (*.net *.split)
-
4646[21:19:12] *** Quits: GGMethos_ (methos@replaced-ip) (*.net *.split)
-
4647[21:19:12] *** Quits: e (e@replaced-ip) (*.net *.split)
-
4648[21:19:12] *** Quits: swym (~swym@replaced-ip) (*.net *.split)
-
4649[21:19:12] *** Quits: cstine (~cstine@replaced-ip) (*.net *.split)
-
4650[21:19:12] *** Quits: SpaceKookie (~SpaceKook@replaced-ip) (*.net *.split)
-
4651[21:19:13] *** Quits: Jarus (~Jarus@replaced-ip) (*.net *.split)
-
4652[21:19:13] *** Quits: bitti (bitti@replaced-ip) (*.net *.split)
-
4653[21:19:13] *** Quits: msev-- (msev-@replaced-ip) (*.net *.split)
-
4654[21:19:13] *** Quits: hassoon (hassoon@replaced-ip) (*.net *.split)
-
4655[21:19:13] *** Quits: soahccc (~soahccc@replaced-ip) (*.net *.split)
-
4656[21:19:13] *** Quits: neffs (~neffs@replaced-ip) (*.net *.split)
-
4657[21:19:13] *** Quits: devurandom (~quassel@replaced-ip) (*.net *.split)
-
4658[21:19:13] *** Quits: freakyy (~uwe@replaced-ip) (*.net *.split)
-
4659[21:19:13] *** Quits: Hobby_boy (Hobbyboy@replaced-ip) (*.net *.split)
-
4660[21:19:13] *** Quits: MrGeneral (~MrGeneral@replaced-ip) (*.net *.split)
-
4661[21:19:13] *** Quits: Rockj (rockj@replaced-ip) (*.net *.split)
-
4662[21:19:14] *** Quits: bibble_ (~bibble@replaced-ip) (*.net *.split)
-
4663[21:19:14] *** Quits: Flippylosaurus_ (Elite17436@replaced-ip) (*.net *.split)
-
4664[21:19:14] *** Quits: thurstylark (thurstylar@replaced-ip) (*.net *.split)
-
4665[21:19:14] *** Quits: sohum (sohum@replaced-ip) (*.net *.split)
-
4666[21:19:14] *** Quits: copec (~copec@replaced-ip) (*.net *.split)
-
4667[21:19:14] *** Quits: lbatalha (~lbatalha@replaced-ip) (*.net *.split)
-
4668[21:19:14] *** Joins: MonsterKiller (~MonsterKi@replaced-ip)
-
4669[21:19:14] *** Joins: SynrG (~synrg@replaced-ip)
-
4670[21:19:14] *** Joins: verboese_ (~verboese@replaced-ip)
-
4671[21:19:14] <teraflops> here you go
-
4672[21:19:14] *** Joins: Esya (~esya@replaced-ip)
-
4673[21:19:15] *** Joins: cstine_ (~cstine@replaced-ip)
-
4674[21:19:15] *** Joins: verm1n (~verm1n@replaced-ip)
-
4675[21:19:15] *** Joins: SynrGy (~synrg@replaced-ip)
-
4676[21:19:15] *** Joins: whobert (~whobert@replaced-ip)
-
4677[21:19:15] *** Joins: swym (~swym@replaced-ip)
-
4678[21:19:15] *** Joins: ftrist (~heller@replaced-ip)
-
4679[21:19:15] *** Joins: flyingkiwi (~kiwi@replaced-ip)
-
4680[21:19:15] *** Joins: lift (~lift@replaced-ip)
-
4681[21:19:15] *** Quits: whobert (~whobert@replaced-ip) (Changing host)
-
4682[21:19:15] *** Joins: whobert (~whobert@replaced-ip)
-
4683[21:19:15] *** Joins: strencinls (~none@replaced-ip)
-
4684[21:19:15] *** Joins: slon (slon@replaced-ip)
-
4685[21:19:16] *** Joins: InsterRandmNick (~max-m@replaced-ip)
-
4686[21:19:16] *** Joins: jkhsjdhjs (jkhsjdhjs@replaced-ip)
-
4687[21:19:16] *** Joins: sydney_untangle (~sydney@replaced-ip)
-
4688[21:19:16] *** ChanServ sets mode: +o jelly
-
4689[21:19:16] *** Joins: ^GoD^ (~156@replaced-ip)
-
4690[21:19:16] *** Joins: MrGeneral (~MrGeneral@replaced-ip)
-
4691[21:19:16] *** Joins: fredxiii (dcproducti@replaced-ip)
-
4692[21:19:16] *** Joins: steve81 (steve81@replaced-ip)
-
4693[21:19:16] *** Joins: lbatalha (~lbatalha@replaced-ip)
-
4694[21:19:16] *** Joins: _KaszpiR_ (quasselcor@replaced-ip)
-
4695[21:19:17] *** Joins: MattE (~matt@replaced-ip)
-
4696[21:19:17] *** Joins: Andy80 (~andy80@replaced-ip)
-
4697[21:19:17] *** Quits: Andy80 (~andy80@replaced-ip) (Changing host)
-
4698[21:19:17] *** Joins: Andy80 (~andy80@replaced-ip)
-
4699[21:19:17] *** Joins: tubaman (~tubaman@replaced-ip)
-
4700[21:19:17] *** Joins: phorce1_1ome (~gvl2@replaced-ip)
-
4701[21:19:17] *** Joins: ibex (~ibex@replaced-ip)
-
4702[21:19:17] *** Joins: franzer (~textual@replaced-ip)
-
4703[21:19:17] *** Joins: chachasmooth (~chachasmo@replaced-ip)
-
4704[21:19:17] *** Joins: marsjaninzmarsa (~marsjanin@replaced-ip)
-
4705[21:19:17] *** Joins: el (~blommer@replaced-ip)
-
4706[21:19:17] *** Quits: aaro (~aaro@replaced-ip) (Ping timeout: 272 seconds)
-
4707[21:19:18] *** Joins: saturos (~saturos@replaced-ip)
-
4708[21:19:18] *** Joins: kzimmermann (~kzimmerma@replaced-ip)
-
4709[21:19:18] *** Joins: rosten (~rosten@replaced-ip)
-
4710[21:19:18] *** Joins: atomi (~atomi@replaced-ip)
-
4711[21:19:18] *** Joins: thrasymachus (~mpurcell@replaced-ip)
-
4712[21:19:18] *** Joins: hawken (~hawken@replaced-ip)
-
4713[21:19:18] *** Joins: soahccc_ (~soahccc@replaced-ip)
-
4714[21:19:18] *** Joins: BlueByte (~walther@replaced-ip)
-
4715[21:19:19] *** Joins: hue (hue@replaced-ip)
-
4716[21:19:19] *** Joins: Ticho (~Ticho@replaced-ip)
-
4717[21:19:19] *** Joins: t0m0 (~t0m@replaced-ip)
-
4718[21:19:19] *** Joins: ilteris (~ilteris@replaced-ip)
-
4719[21:19:19] *** Joins: vincent_c (~bip@replaced-ip)
-
4720[21:19:20] *** Joins: IbexPeak (~quassel@replaced-ip)
-
4721[21:19:20] *** Joins: llucenic (~Thunderbi@replaced-ip)
-
4722[21:19:20] *** Joins: dexta (~D3XTA@replaced-ip)
-
4723[21:19:20] *** Joins: ski7777 (~znc@replaced-ip)
-
4724[21:19:20] *** Joins: Butt3rfly (~Butt3rfly@replaced-ip)
-
4725[21:19:20] *** Joins: Spec (~Spec@replaced-ip)
-
4726[21:19:21] *** Joins: dfcnvt (~tagraf@replaced-ip)
-
4727[21:19:21] *** Joins: eeeprom (~lem0n@replaced-ip)
-
4728[21:19:21] *** Quits: dfcnvt (~tagraf@replaced-ip) (Changing host)
-
4729[21:19:21] *** Joins: dfcnvt (~tagraf@replaced-ip)
-
4730[21:19:21] *** Joins: Keridos_ (~Keridos@replaced-ip)
-
4731[21:19:21] *** Joins: Subfusc (subfusc@replaced-ip)
-
4732[21:19:21] *** Joins: msantana (marcelo@replaced-ip)
-
4733[21:19:21] *** Joins: PaulFertser (paul@replaced-ip)
-
4734[21:19:22] *** Joins: pasturesofplenty (~pastureso@replaced-ip)
-
4735[21:19:22] *** Joins: eju (~eju@replaced-ip)
-
4736[21:19:22] *** Joins: watersoul (~ircuser@replaced-ip)
-
4737[21:19:22] *** Joins: LostSoul (~LostSoul@replaced-ip)
-
4738[21:19:23] *** Joins: kodapa (kod@replaced-ip)
-
4739[21:19:23] *** Joins: valeech (~valeech@replaced-ip)
-
4740[21:19:23] *** Joins: venkat_330 (~Thunderbi@replaced-ip)
-
4741[21:19:23] *** Joins: xand (~xand@replaced-ip)
-
4742[21:19:23] *** Joins: ceegee (~christian@replaced-ip)
-
4743[21:19:23] *** Joins: phate408 (~Phate@replaced-ip)
-
4744[21:19:23] *** Joins: LV-426 (~LV-426@replaced-ip)
-
4745[21:19:23] *** Quits: LV-426 (~LV-426@replaced-ip) (Changing host)
-
4746[21:19:23] *** Joins: LV-426 (~LV-426@replaced-ip)
-
4747[21:19:24] *** Joins: bibble (~bibble@replaced-ip)
-
4748[21:19:24] *** Joins: namix (~namix@replaced-ip)
-
4749[21:19:24] *** Joins: TonyL (~Tony@replaced-ip)
-
4750[21:19:24] *** Joins: upils (~upils@replaced-ip)
-
4751[21:19:24] *** Joins: freakyy (~uwe@replaced-ip)
-
4752[21:19:24] *** Joins: mirsal (~mirsal@replaced-ip)
-
4753[21:19:24] *** Joins: mtn (~mtn@replaced-ip)
-
4754[21:19:24] *** Joins: rhada (~rhada@replaced-ip)
-
4755[21:19:25] *** Joins: bluenemo (~bluenemo@replaced-ip)
-
4756[21:19:25] *** Joins: Jacob843 (~Jacob843@replaced-ip)
-
4757[21:19:25] *** Joins: Mouaad (~Mouaad@replaced-ip)
-
4758[21:19:25] *** Joins: stnly (~stnly@replaced-ip)
-
4759[21:19:25] *** Quits: namix (~namix@replaced-ip) (Changing host)
-
4760[21:19:25] *** Joins: namix (~namix@replaced-ip)
-
4761[21:19:25] *** Quits: TonyL (~Tony@replaced-ip) (Changing host)
-
4762[21:19:25] *** Joins: TonyL (~Tony@replaced-ip)
-
4763[21:19:25] *** Joins: Al3xG0 (~unix@replaced-ip)
-
4764[21:19:26] *** Joins: joze (~joze@replaced-ip)
-
4765[21:19:26] *** Joins: enkrypt_ (~enkrypt@replaced-ip)
-
4766[21:19:26] *** Joins: a1batr0ss (~a1batr0ss@replaced-ip)
-
4767[21:19:26] *** Joins: MarkusMagnusson (~MarkusMag@replaced-ip)
-
4768[21:19:26] *** Joins: dinoocch (~dinoocch@replaced-ip)
-
4769[21:19:26] *** Joins: muugal (~jackson@replaced-ip)
-
4770[21:19:26] *** Joins: PosterdatiMobile (~posterdat@replaced-ip)
-
4771[21:19:26] *** Joins: PhishPho1 (~irssi@replaced-ip)
-
4772[21:19:26] *** Joins: Starduster (~guest@replaced-ip)
-
4773[21:19:26] *** Joins: Emogen (quasselcor@replaced-ip)
-
4774[21:19:27] *** Joins: devurandom (~quassel@replaced-ip)
-
4775[21:19:27] *** Joins: MrNeon (~MrNeon@replaced-ip)
-
4776[21:19:27] *** Joins: Hobby_boy (Hobbyboy@replaced-ip)
-
4777[21:19:27] *** Joins: devster31 (~devsterkn@replaced-ip)
-
4778[21:19:27] *** Joins: neffs (~neffs@replaced-ip)
-
4779[21:19:27] *** Joins: kawaiipunk (~from@replaced-ip)
-
4780[21:19:27] *** Joins: thurstylark (thurstylar@replaced-ip)
-
4781[21:19:27] *** Joins: deepy (deepy@replaced-ip)
-
4782[21:19:27] *** Joins: clopez (~tau@replaced-ip)
-
4783[21:19:27] *** Joins: fireball``` (~fireball`@replaced-ip)
-
4784[21:19:27] *** Joins: cruncher (~cruncher@replaced-ip)
-
4785[21:19:27] *** Joins: gonz0 (~gonz0@replaced-ip)
-
4786[21:19:28] *** Joins: Guest55749 (~rage@replaced-ip)
-
4787[21:19:28] *** Joins: gebjgd (~stmsgebjg@replaced-ip)
-
4788[21:19:28] *** Joins: calher (~calher@replaced-ip)
-
4789[21:19:28] *** Joins: evade (~evade@replaced-ip)
-
4790[21:19:28] *** Joins: grim4593 (~grim4593@replaced-ip)
-
4791[21:19:28] *** Joins: Emmanuel_Chanel (~emmanuel@replaced-ip)
-
4792[21:19:28] *** Joins: cyphix (~cyphix@replaced-ip)
-
4793[21:19:28] *** Joins: brong (~brong@replaced-ip)
-
4794[21:19:28] *** Joins: copec (~copec@replaced-ip)
-
4795[21:19:28] *** Quits: Al3xG0 (~unix@replaced-ip) (Changing host)
-
4796[21:19:28] *** Joins: Al3xG0 (~unix@replaced-ip)
-
4797[21:19:28] *** Quits: gebjgd (~stmsgebjg@replaced-ip) (Changing host)
-
4798[21:19:28] *** Joins: gebjgd (~stmsgebjg@replaced-ip)
-
4799[21:19:28] *** Joins: TomTomTosch (~henryk@replaced-ip)
-
4800[21:19:29] *** Joins: Linux4UnMe (~kaddy@replaced-ip)
-
4801[21:19:29] *** Joins: valerius_ (~valerius@replaced-ip)
-
4802[21:19:29] *** Joins: chvz (~chvz@replaced-ip)
-
4803[21:19:29] *** Joins: |DM| (~|DM|@replaced-ip)
-
4804[21:19:29] *** Joins: JesseWalling (~jpwall@replaced-ip)
-
4805[21:19:30] *** Joins: Sir_Designer (~Sir_Desig@replaced-ip)
-
4806[21:19:30] *** Joins: glebihan (~glebihan@replaced-ip)
-
4807[21:19:30] *** valerius_ is now known as valerius
-
4808[21:19:30] *** el is now known as blommer
-
4809[21:19:30] *** Joins: Mylesjfd (~Mylesjfd@replaced-ip)
-
4810[21:19:31] *** verboese_ is now known as verboese
-
4811[21:19:31] *** Joins: TomasCZ (~TomasCZ@replaced-ip)
-
4812[21:19:31] *** Joins: shingouz (~doowop@replaced-ip)
-
4813[21:19:31] *** Joins: VjetarSaSunca (~Vjetar@replaced-ip)
-
4814[21:19:31] *** InsterRandmNick is now known as max-m
-
4815[21:19:31] *** Joins: kus_ubuntui686 (~kus@replaced-ip)
-
4816[21:19:32] *** Joins: pencilandpaper (~penciland@replaced-ip)
-
4817[21:19:32] *** Joins: msev- (msev-@replaced-ip)
-
4818[21:19:32] *** Joins: elky (~elky@replaced-ip)
-
4819[21:19:32] *** Joins: Mahe (~mahe@replaced-ip)
-
4820[21:19:32] <petn-randall> Can someone explain to me why running '/usr/share/mdadm/checkarray --status --all' returns nothing (RC=1), but 'bash /usr/share/mdadm/checkarray --status --all' return data fine?
-
4821[21:19:32] <petn-randall> I might have found a bug in jessie.
-
4822[21:19:33] *** Joins: tallbarr (~none@replaced-ip)
-
4823[21:19:34] *** Joins: mt (mteufel@replaced-ip)
-
4824[21:19:34] *** Joins: Starky (~Starky@replaced-ip)
-
4825[21:19:35] *** Joins: WangDang_ (~wangdang@replaced-ip)
-
4826[21:19:35] *** Quits: Mouaad (~Mouaad@replaced-ip) (K-Lined)
-
4827[21:19:36] *** Joins: chomwitt1 (~chomwitt@replaced-ip)
-
4828[21:19:36] *** Joins: TimWolla (~timwolla@replaced-ip)
-
4829[21:19:36] *** Joins: APLU (~mulx@replaced-ip)
-
4830[21:19:39] *** Joins: MetalGearSolid (~MetalGear@replaced-ip)
-
4831[21:19:39] *** Joins: paul_grozav (~paul_groz@replaced-ip)
-
4832[21:19:39] *** Joins: sohum (sohum@replaced-ip)
-
4833[21:19:40] *** Joins: rafalcpp (~racalcppp@replaced-ip)
-
4834[21:19:41] *** Joins: rsully (~rsully@replaced-ip)
-
4835[21:19:43] *** Joins: JStoker (jstoker@replaced-ip)
-
4836[21:19:45] *** Joins: cwillu_at_work (~cwillu@replaced-ip)
-
4837[21:19:50] *** Joins: Ool (~Ool@replaced-ip)
-
4838[21:19:51] *** Joins: Rockj (rockj@replaced-ip)
-
4839[21:19:51] *** Joins: SpaceKookie (~SpaceKook@replaced-ip)
-
4840[21:19:52] *** Joins: snow_bckspc (~snow_bcks@replaced-ip)
-
4841[21:19:55] *** Joins: sphenxes (~sphenxes@replaced-ip)
-
4842[21:19:56] *** Joins: beaky (~beaky@replaced-ip)
-
4843[21:19:56] <jelly> petn-randall: you've found a bug in dash, yes
-
4844[21:19:56] *** Joins: relaxed (~relaxed@replaced-ip)
-
4845[21:20:02] *** Joins: j3x (~j3x@replaced-ip)
-
4846[21:20:03] *** Joins: suexec_ (~suexec@replaced-ip)
-
4847[21:20:05] *** Joins: rebrec (~quassel@replaced-ip)
-
4848[21:20:06] *** Joins: Shentino (~Shentino@replaced-ip)
-
4849[21:20:06] *** Joins: slikts (~nelabs@replaced-ip)
-
4850[21:20:06] *** Quits: slikts (~nelabs@replaced-ip) (Changing host)
-
4851[21:20:06] *** Joins: slikts (~nelabs@replaced-ip)
-
4852[21:20:09] *** Joins: _0bitcount (~Big_Byte@replaced-ip)
-
4853[21:20:10] *** Joins: antlarr (~quassel@replaced-ip)
-
4854[21:20:10] *** Joins: MicroCheapFx (~quassel@replaced-ip)
-
4855[21:20:11] <jelly> (it's already in BTS somewhere)
-
4856[21:20:15] *** Joins: James_T (james@replaced-ip)
-
4857[21:20:16] *** Joins: adzam (~adzam@replaced-ip)
-
4858[21:20:20] *** Joins: pvoigt (~Linux@replaced-ip)
-
4859[21:20:32] *** Joins: Flippylosaurus (Elite17436@replaced-ip)
-
4860[21:20:32] <greycat> Well, if the script is using bashisms but a #!/bin/sh shebang, then that's a bug in the script, not in dash.
-
4861[21:20:37] *** Joins: vvuja (Elite15143@replaced-ip)
-
4862[21:20:37] <petn-randall> jelly: Is it an output bug, or does the script silently bail out?
-
4863[21:20:40] <jelly> petn-randall: change your /bin/sh to bash, or possibly ksh, instead of dash
-
4864[21:20:55] *** Joins: marlinc (~marlinc@replaced-ip)
-
4865[21:20:55] <jelly> no, it was an actual bug in dash
-
4866[21:21:00] *** Joins: andril (~andril@replaced-ip)
-
4867[21:21:18] <petn-randall> That does what exactly?
-
4868[21:21:30] <jelly> I don't remember the bug #
-
4869[21:21:37] *** Joins: Elronnd (elronnd@replaced-ip)
-
4870[21:21:37] *** Quits: valeech (~valeech@replaced-ip) (Read error: Connection reset by peer)
-
4871[21:21:39] <greycat> bug #832537 ?
-
4872[21:21:41] <judd> Bug replaced-url
-
4873[21:21:42] *** Quits: ToeSnacks (sid84043@replaced-ip) (Ping timeout: 258 seconds)
-
4874[21:21:46] *** Joins: DLmass (~dlmass@replaced-ip)
-
4875[21:21:57] <jelly> yeah
-
4876[21:22:08] <jelly> subject sounds like it
-
4877[21:22:20] *** Quits: BuildTheRobots (sid42622@replaced-ip) (Ping timeout: 272 seconds)
-
4878[21:22:20] *** Quits: jhill_ (sid1055@replaced-ip) (Ping timeout: 272 seconds)
-
4879[21:22:23] *** Quits: stealthii (sid17385@replaced-ip) (Ping timeout: 258 seconds)
-
4880[21:22:23] *** Quits: ikanobori (sid187663@replaced-ip) (Ping timeout: 258 seconds)
-
4881[21:22:25] <greycat> Gah, references a file in /sys. I would need to have this file present.
-
4882[21:22:33] *** Quits: Ceber (~cerberus@replaced-ip) (Ping timeout: 268 seconds)
-
4883[21:22:51] <petn-randall> Eh, I find this is an RC bug. :/
-
4884[21:22:57] <greycat> If the file doesn't have a terminating newline, then it is CORRECT for read to return 1, and the bug is probably "use of set -e".
-
4885[21:23:00] <petn-randall> No mdadm checks for god knows how long.
-
4886[21:23:16] *** Quits: lankanmon (~LKNnet@replaced-ip) (Read error: No route to host)
-
4887[21:23:26] <greycat> (or "use of set -e without corresponding patches to every line that breaks under -e")
-
4888[21:23:38] *** Joins: Jarus (~Jarus@replaced-ip)
-
4889[21:23:47] *** Joins: boxrick1 (sid98261@replaced-ip)
-
4890[21:23:49] <jelly> petn-randall: feel free to, between the maintainers for kernel, dash and mdadm, convince someone to raise it to RC
-
4891[21:23:56] *** Quits: Zorroness (~albert@replaced-ip) (Remote host closed the connection)
-
4892[21:24:12] <greycat> Gotta try to find a system with a /dev/md* on it...
-
4893[21:24:19] *** Joins: valeech (~valeech@replaced-ip)
-
4894[21:24:22] *** Joins: ebarch (sid17287@replaced-ip)
-
4895[21:24:23] *** Joins: petems (sid27138@replaced-ip)
-
4896[21:24:25] *** Joins: L235 (sid41243@replaced-ip)
-
4897[21:24:30] *** Joins: katymoe (uid135810@replaced-ip)
-
4898[21:24:34] <jelly> greycat: make a couple /dev/loop*, make a md out of 'em ...
-
4899[21:24:36] *** Joins: GGMethos_ (methos@replaced-ip)
-
4900[21:24:38] *** Joins: osx (osx@replaced-ip)
-
4901[21:24:41] <petn-randall> Meh. The bug is in that script. If it depends on certain shell behaviour, then it should depend on that shell and have it in the shebang. Or catch every corner case for every shell to use.
-
4902[21:24:57] <petn-randall> Or at least bail out LOUDLY when it runs with buggy shells.
-
4903[21:24:58] *** Joins: hassoon (hassoon@replaced-ip)
-
4904[21:25:14] *** Joins: mileage_maker (~mileage_m@replaced-ip)
-
4905[21:25:16] *** Joins: lmcloughlin (sid1532@replaced-ip)
-
4906[21:25:33] <greycat> Found one.... hold on.
-
4907[21:25:36] <jelly> petn-randall: if said shell behaviour is defined in posix sh? (I don't remember whether it is, or some unspecified corner case)
-
4908[21:25:46] <greycat> presence of set -e: confirmed.
-
4909[21:25:54] *** Joins: murfjr (~douseiais@replaced-ip)
-
4910[21:26:01] *** Quits: murfjr (~douseiais@replaced-ip) (Max SendQ exceeded)
-
4911[21:26:02] *** Joins: kataps (~root@replaced-ip)
-
4912[21:26:30] *** Joins: murfjr (~douseiais@replaced-ip)
-
4913[21:26:37] *** Joins: e (e@replaced-ip)
-
4914[21:26:43] *** Joins: rypervenche (~rypervenc@replaced-ip)
-
4915[21:26:57] *** Joins: Muflo (sid174539@replaced-ip)
-
4916[21:26:57] *** Joins: bitti_away (bitti@replaced-ip)
-
4917[21:26:58] <greycat> I don't appear to have this 'sync_action' file though.
-
4918[21:26:58] *** Joins: alxy (uid115853@replaced-ip)
-
4919[21:27:07] *** Quits: default (~default@replaced-ip) (Quit: Leaving)
-
4920[21:27:11] *** Joins: Apeiron` (znc@replaced-ip)
-
4921[21:27:13] <greycat> So I can't read one to see what it HAS IN IT :(
-
4922[21:27:17] * jelly hopes greycat will keep his lunch on > if [ -z "$(ls /sys/block/md* 2>/dev/null)" ];
-
4923[21:27:19] *** Joins: GunshipPenguin (~GunshipPe@replaced-ip)
-
4924[21:27:20] *** Quits: GunshipPenguin (~GunshipPe@replaced-ip) (Max SendQ exceeded)
-
4925[21:27:24] *** Joins: jhill_ (sid1055@replaced-ip)
-
4926[21:27:43] *** Joins: nullbyte_ (~ghost@replaced-ip)
-
4927[21:27:46] *** Joins: GunshipPenguin (~GunshipPe@replaced-ip)
-
4928[21:27:50] <jelly> does that count as ParsingLs
-
4929[21:27:51] <greycat> jelly: ...
-
4930[21:27:59] <petn-randall> greycat: You don't have RAID? You casual ;)
-
4931[21:28:01] *** debhelper sets mode: +l 1645
-
4932[21:28:08] *** Joins: BuildTheRobots (sid42622@replaced-ip)
-
4933[21:28:11] *** Joins: steventog (uid187891@replaced-ip)
-
4934[21:28:14] *** Joins: superusr (~usr@replaced-ip)
-
4935[21:28:21] *** Joins: stealthii (sid17385@replaced-ip)
-
4936[21:28:28] *** Quits: kataps (~root@replaced-ip) (Client Quit)
-
4937[21:28:36] *** Quits: valeech (~valeech@replaced-ip) (Ping timeout: 258 seconds)
-
4938[21:28:37] *** Joins: j0z (sid44053@replaced-ip)
-
4939[21:28:42] <greycat> md1 : active raid1 sda2[0] sdb2[1]
-
4940[21:28:44] <greycat> md0 : active raid1 sda1[0] sdb1[1]
-
4941[21:28:55] <greycat> But I don't have a sync_action in either /sys/block/md*
-
4942[21:28:57] *** Joins: ADubhlaoich (sid177637@replaced-ip)
-
4943[21:29:02] <petn-randall> greycat: How come?
-
4944[21:29:08] *** Quits: xSmurf (MrSmurf@replaced-ip) (Quit: " ")
-
4945[21:29:09] <greycat> I don't know! Should I?
-
4946[21:29:18] *** Joins: lankanmon (~LKNnet@replaced-ip)
-
4947[21:29:20] *** Joins: Levure (~quassel@replaced-ip)
-
4948[21:29:29] *** Quits: pavlushka (~Pavel@replaced-ip) (Quit: See you on the other side...)
-
4949[21:29:35] *** Joins: twisted` (sid6794@replaced-ip)
-
4950[21:29:42] <jelly> it appears when a rebuild or check is actually running, afair
-
4951[21:29:44] <petn-randall> greycat: /sys/devices/virtual/block/md0/md/sync_action
-
4952[21:29:51] <jelly> or what
-
4953[21:30:08] <greycat> Oh, it's in a .../md/ subdir. I missed that.
-
4954[21:30:13] *** Quits: asc232 (~Keith@replaced-ip) (Remote host closed the connection)
-
4955[21:30:18] <petn-randall> I should be there all the time, having either 'idle', 'check', etc in it.
-
4956[21:30:20] *** Joins: Expanse (sid146237@replaced-ip)
-
4957[21:30:28] *** Joins: ToeSnacks (sid84043@replaced-ip)
-
4958[21:30:29] <jelly> I don't have a petn-randall in there.
-
4959[21:30:32] *** Joins: ikanobori (uid187663@replaced-ip)
-
4960[21:30:44] *** Joins: ToBeFree (~tobefree@replaced-ip)
-
4961[21:30:45] * jelly hides again
-
4962[21:31:11] <greycat> svr5:~$ dash
-
4963[21:31:16] <greycat> \h:\w$ read cur_status < /sys/devices/virtual/block/md0/md/sync_action
-
4964[21:31:16] <greycat> \h:\w$ echo $?
-
4965[21:31:16] <greycat> 0
-
4966[21:31:29] *** Joins: metaKin (metaKin@replaced-ip)
-
4967