--- Log opened Mon Jan 27 00:00:07 2014 00:04 <*> Quits ->saturn2000 [~froloff@87.228.77.93] [Ping timeout: 240 seconds] 01:14 <*> Quits ->kwizart [~kwizart@fedora/kwizart] [Remote host closed the connection] 01:36 <*> Joins[#ac100] ->stroughtonsmith_ [~steven@86.47.36.196] 01:37 <*> Quits ->stroughtonsmith [~steven@86.47.36.196] [Ping timeout: 245 seconds] 01:37 <*> stroughtonsmith_ is now known as stroughtonsmith 01:42 <*> Quits ->pranza [pranza@pranza.audiomastering.lt] [Read error: Connection reset by peer] 01:43 <*> Quits ->gomiboy [~frodone@ppp-230-113.21-151.libero.it] [Quit: Leaving.] 01:57 <*> Quits ->pekka [~naivsuper@cm-84.210.54.188.getinternet.no] [Ping timeout: 252 seconds] 01:57 <*> Quits ->lenios [~lenios@unaffiliated/lenios] [Quit: Quitte] 02:22 <*> Joins[#ac100] ->pekka [~naivsuper@cm-84.210.54.188.getinternet.no] 02:51 <*> Joins[#ac100] ->werebutt [~buttbutt@109.201.154.163] 02:51 <*> Parts[#ac100] ->werebutt [~buttbutt@109.201.154.163] [] 02:58 <*> Joins[#ac100] ->Geniack [~Geniack@unaffiliated/geniack] 03:01 <*> Quits ->sjoos [~yaaic@095-096-206-140.static.chello.nl] [Remote host closed the connection] 03:02 <*> Quits ->Geniack_ [~Geniack@unaffiliated/geniack] [Ping timeout: 272 seconds] 04:23 <*> Joins[#ac100] ->savalik [~savalik@176.99.70.21] 04:43 <*> Joins[#ac100] ->stuw_ [~stuw@87.255.14.112] 04:50 <*> Quits ->savalik [~savalik@176.99.70.21] [Read error: Connection reset by peer] 04:55 <*> Quits ->stuw_ [~stuw@87.255.14.112] [Ping timeout: 260 seconds] 05:08 <*> Quits ->stroughtonsmith [~steven@86.47.36.196] [Quit: stroughtonsmith] 05:17 <*> Joins[#ac100] ->mapr [~quassel@p4FEF6427.dip0.t-ipconnect.de] 05:19 <*> Quits ->mapr_ [~quassel@p4FEF6E30.dip0.t-ipconnect.de] [Read error: Operation timed out] 07:42 <*> Quits ->zombah [~zombah@194.165.0.6] [Quit: Konversation terminated!] 08:20 <*> Joins[#ac100] ->saturn2000 [~froloff@87.228.77.93] 09:29 <*> Joins[#ac100] ->kjeldo [535d0650@gateway/web/freenode/ip.83.93.6.80] 09:44 <*> Quits ->PaulFertser [paul@paulfertser.info] [Ping timeout: 272 seconds] 09:44 <*> Joins[#ac100] ->resetnow_ [~quassel@84.53.252.163] 09:51 <*> Joins[#ac100] ->PaulFertser [paul@paulfertser.info] 09:53 <*> Joins[#ac100] ->zombah [~zombie@fw0.msk.stream-internet.net] 10:18 <*> Quits ->ogra_ [~ogra@62.7.83.243] [Ping timeout: 260 seconds] 10:19 <*> Joins[#ac100] ->jiuce19 [~tz2625@itepkrysun.itep.kit.edu] 10:28 <*> Quits ->zombah [~zombie@fw0.msk.stream-internet.net] [Quit: Konversation terminated!] 10:41 <*> Joins[#ac100] ->savalik [~savalik@176.99.70.21] 10:44 <*> Joins[#ac100] ->stenzel [stenzel@nat/ibm/x-amblqgrdiimlciyz] 10:51 <*> Joins[#ac100] ->ogra_ [~ogra@nat/canonical/x-gbrtydocsfxludkr] 10:52 < lautriv> PaulFertser, around ? 10:52 <*> Quits ->marvin24 [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] [Remote host closed the connection] 10:53 < PaulFertser> lautriv: hi, yes, sort of 10:53 < PaulFertser> lautriv: yes, I compiled that utility natively on my ac100 back then. 10:55 <*> Joins[#ac100] ->marvin24 [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] 10:57 < lautriv> PaulFertser, i wonder a bit about that input-event-daemon, when doing a make it starts some awk script to extract/create a keytable. this remains incomplete ( starting struct without content ) so i skipped the awk and used the delivered one (obv. from a x86_64 system) now i can get the appropirate keys by input-events which are from a namespace i'm used to from lirc e.g. KEY_COMPOSE and the like but the *.conf want keys without KEY_ so i omit 10:57 < lautriv> ted that part and still no function.....what keys did you enter ? 10:58 < PaulFertser> lautriv: I needed only LID events so I had LID:0 and LID:1 in there afair. 10:58 < lautriv> ah, that are switches from some /sys or /proc 11:01 < PaulFertser> I think that's what I figured by looking at input-events output. 11:02 < PaulFertser> lautriv: do you want me to boot my netbook now to figure the details? 11:04 < PaulFertser> I'm sure LID is reported as any other button via the input kernel subsystem. 11:05 < lautriv> PaulFertser, just wondering why it doesn't work like expected, maybe my /usr/include/input.h is not like desired. i choosed even simple keys like CTRL = foo without success. 11:07 < lautriv> i remember the lid was triggered via ACPI on my thinkpad but that may be uncommon. 11:07 < PaulFertser> Userspace shouldn't care how exactly the events are registered, what's important is that they all should go throw the input subsystem, e.g. lsinput and input-events work with all of them. 11:08 < lautriv> that thinkpad was the old days, i guess there was not even evdev around ;) 11:09 < PaulFertser> :) 11:12 < lautriv> btw a real linux-kernel runs a ton faster than messy androshit :o) 11:12 < PaulFertser> lautriv: booted the thing, I have "NVEC lid switch button" on event4, input-events 4 shows "EV_SW SW_LID 1", "EV_SYN code=0 value=0", then after I open the lid, EV_SW SW_LID 0; EV_SYN code=0 value=0 11:13 < PaulFertser> listen = /dev/input/event4 11:13 < PaulFertser> [Switches]\n LID:1 = echo .... 11:15 < lautriv> the sample is using " MUTE = amixer -q set MASTER mute" but my test on "CTRL = /usr/bin/foo" fails 11:17 < PaulFertser> I have KEY_RIGHTCTRL and KEY_LEFTCTRL, not KEY_CTRL 11:18 < lautriv> i referred to the sample of CTRL+ALT+DEL = beep where i assumed CTRL is meant to be any LEFT/RIGHT. however others like F11 don't either. 11:20 <*> Joins[#ac100] ->zombah [~zombie@fw0.msk.stream-internet.net] 11:25 < PaulFertser> lautriv: I think since I see LEFTCTRL in "input-events" output, I'd have use the same name in that daemon's config. 11:27 < lautriv> maybe but that doesn't change anything. actually trying to recompile kernel with moar namespaces ( rather pointless since input-event reports as such but maybe that daemon refers to something ) 11:27 < PaulFertser> lautriv: try "input-event-daemon -m" 11:28 < PaulFertser> lautriv: after you set listen = to the appropriate device. 11:28 < lautriv> AH, I#m dumbass thought about that yesterday and somehow forgot it later on .... nice hint. 11:29 <*> Joins[#ac100] ->pranza [pranza@pranza.audiomastering.lt] 11:29 <*> Quits ->pranza [pranza@pranza.audiomastering.lt] [Client Quit] 11:29 < PaulFertser> np 11:34 <*> Joins[#ac100] ->pranza [pranza@pranza.audiomastering.lt] 11:34 < lautriv> reports keys without KEY_ but no function. my scripts are executeable, calling directly works, user is always root ( like the daemon is started as ) 11:35 < lautriv> i may try the git instead the *.zip 11:35 < PaulFertser> lautriv: "strace -f" the daemon, should be obvious. 11:38 < PaulFertser> I was running 004558c65 11:49 < lautriv> ok, working halfways, tweaking scripts :) 11:50 < PaulFertser> lautriv: what was the issue? 11:52 < lautriv> i found the strace is calling the script but i had some echo to test and since it is not bound to any tty, i can't rely on that output. however the real problem appears to be within /sys/class/gpio where i have to add several checks. 11:53 < PaulFertser> I see. Nice you got it going forward. 11:56 < lautriv> right now i'm close to open a site for a "proper working netbook using wondermedia and debian on a REAL kernel" ;) 11:59 <*> Joins[#ac100] ->woglinde [~henning@fb-n15-11.unbelievable-machine.net] 11:59 < woglinde> gm 11:59 < woglinde> ogra ping 12:00 < ogra_> hey woglinde 12:00 ogra_ waves from london .... 12:01 < woglinde> he 12:01 < woglinde> ogra did you ever wrote an upstart script with respawn and pppd? 12:02 < ogra_> i havent touched pppd in ages, no 12:02 < ogra_> but shouldnt be to hard 12:02 < woglinde> hm it is 12:03 < woglinde> upstart fails to get the pid right in case of respawn 12:04 < ogra_> woglinde, http://upstart.ubuntu.com/cookbook/#expect 12:04 < woglinde> sure 12:05 < woglinde> problem is pppd calls chat 12:05 < woglinde> so there are more forks 12:06 < ogra_> well, did you try the different expect stanzas yet ? 12:06 < ogra_> sounds like you need "expect daemon" 12:07 < woglinde> yes I tried 12:07 < woglinde> othewise I would not asked 12:07 < PaulFertser> woglinde: hm, what ancient device is that so you need pppd? 12:07 < woglinde> lte modem? 12:08 < ogra_> woglinde, probably ask upstream then ... jodh in #upstart or #ubuntu-devel 12:08 < woglinde> hm while the damn connect script fails always at the first try 12:08 < woglinde> I am already on #upstart 12:08 < PaulFertser> woglinde: I thought all of them expose a network interface over usb. 12:08 < ogra_> oh, LTE ? 12:08 < woglinde> yes 12:08 < ogra_> not sure you want pppd there 12:08 < woglinde> it works 12:09 < ogra_> i suspect ofono would be the better choice 12:10 < woglinde> hm 12:14 <*> Joins[#ac100] ->nchauvet [arr68913xv@92.103.166.6] 12:15 < PaulFertser> I'm fine with stty + chat, no need for ofono or something like that. 12:18 < woglinde> documentation suckz 12:18 < woglinde> fo ofono 12:19 < ogra_> ++ 12:21 PaulFertser is using FSO on his smartphone 12:23 <*> Quits ->zombah [~zombie@fw0.msk.stream-internet.net] [Quit: Konversation terminated!] 12:25 < woglinde> hm no ofono suckz 12:30 <*> Joins[#ac100] ->zombah [~zombie@fw0.msk.stream-internet.net] 12:31 < PaulFertser> woglinde: http://ac100.grandou.net/tips_and_tricks#wireless_connectivity_without_networkmanager have youseen that? I think stock ac100 GSM/UMTS module is not that different from your LTE. 12:36 < woglinde> PaulFertser doesnt solve the respawn stuff 12:38 < PaulFertser> woglinde: for me the connectivity was restoring automatically iirc. 12:40 < woglinde> hm we doesnt patched the kernel for wwan interface 12:40 < woglinde> hm maybee nodetach will do the trick 12:40 < woglinde> testing 12:43 < woglinde> hm or the updetach was the problem 12:44 < woglinde> *sigh* an manually killing it fails to respawn 13:03 <*> Joins[#ac100] ->DanSwano [~danswano@93.81.234.22] 13:05 < lautriv> PaulFertser, are you used to some gpio stuff ? 13:06 < woglinde> lautriv just ask 13:09 < lautriv> woglinde, i have one pin (gpio 6) which i first activate by "echo 6 >/sys/class/gpio/export" and then i do "echo out >/sys/class/gpio/gpio6/direction" and "echo 1 >/sys/class/gpio/gpio6/value" the latter gives me sometimes "operation not permitted". 13:16 < PaulFertser> lautriv: sure 13:17 < PaulFertser> lautriv: your sequence looks fine to me. 13:17 <*> Joins[#ac100] ->afaerber_ [~andreasf_@p54940DFA.dip0.t-ipconnect.de] 13:17 < lautriv> AH, script fails on checking condition end gives me exit1 after export so the direction is still "in" 13:17 <*> Quits ->afaerber [~andreasf_@p549401DD.dip0.t-ipconnect.de] [Read error: Operation timed out] 13:18 < PaulFertser> lautriv: you can also check "cat /sys/kernel/debug/gpio" to see what gpios are used and by whom. 13:44 < resetnow_> marvin24: I've added NAND description the device tree. I don't know if I did this right — I have just replaced wp-gpios with TEGRA_GPIO macro. 13:44 < resetnow_> As I have understood, 3.x kernel uses some different file/folder structure for implementing machine-related includes. 13:44 < resetnow_> i. e. 2.6.38 uses /arch/arm/mach-tegra/include/mach/nand.h 13:46 < resetnow_> it would be great to find some article about main differences between 2.6.x and 3.x development process 14:04 < woglinde> resetnow_ where does the ac100 have nand? 14:08 < PaulFertser> Inside eMMC ;) 14:08 < ogra_> heh 14:21 < woglinde> *g* 14:22 < resetnow_> It does have once I soldered 14:22 < resetnow_> http://snag.gy/AD4FF.jpg 14:22 < resetnow_> here :) 14:23 < PaulFertser> resetnow_: cool! Just soldered an IC there, and that's all? 14:23 < PaulFertser> resetnow_: planning on using UBI on it? Or what was the purpose? 14:23 < resetnow_> PaulFertser: no, I measured Vcc and checked the chematics before 14:24 < resetnow_> also, not all NAND chips are compatible 14:24 < resetnow_> this board requires 8-bit 3.3V nand 14:25 < resetnow_> PaulFertser: what is UBI? 14:25 < resetnow_> the purpose is a) to increase internal memory b) just for fun 14:27 < woglinde> ubi and ubifs are filesystem for better use of nand flash 14:30 < resetnow_> For now I'm far away of filesystem choosing stage. 14:31 < PaulFertser> resetnow_: I meant no other components are missing on board, just the memory itself. 14:31 < PaulFertser> resetnow_: yes, UBI is the ultimate solution to be used on NAND currently. 14:33 < resetnow_> PaulFertser: according to schematics, NAND chip requires just a bit of resistors and capacitors, I haven't found any of them missing. 14:34 < PaulFertser> resetnow_: great :) did you use a lead-free solder? ;) 14:35 < resetnow_> PaulFertser: no, it would be too hard to operate with. I don't have IR soldering station, just lukey 702d with air solder. 14:37 < PaulFertser> resetnow_: afaict, you can use lead-free solder with a usual soldering iron, probably needs setting the temperature (if adjustable) a bit higher. I've a lukey (or similar) "smd rework station" myself. But to solder a soic chip a usual soldering iron is enough. 14:41 < resetnow_> PaulFertser: at first I was thinking about using some low-temerature solder, because something may go wrong and I had to remove soldered chip. In this case, using higher temperatures may affect nearly standing chips, including tegra itself, because of thermal «extension» (I'm sorry for my english, maybe there is some specific word for it). 14:42 < marvin24> resetnow_: can you post the diff to the dt somewhere - I can take a look 14:43 <*> Quits ->resetnow_ [~quassel@84.53.252.163] [Read error: Connection reset by peer] 14:53 <*> Quits ->savalik [~savalik@176.99.70.21] [Read error: Connection reset by peer] 14:54 <*> Joins[#ac100] ->resetnow_ [~quassel@84.53.254.150] 14:57 < resetnow_> marvin24: http://www.diffchecker.com/a5luivme 15:00 < marvin24> resetnow_: looks good 15:00 < marvin24> but I'm not sure about the tristate and pull 15:02 < resetnow_> maybe there should be section like conf_atc { nvidia,pins = "atc" } 15:03 < resetnow_> also these pins must be enabled via TEGRA_PIN_ENABLE 15:03 < resetnow_> and i don't know about pullup 15:04 < resetnow_> i need to take look at schematics 15:06 < marvin24> resetnow_: there is another problem ... 15:06 < marvin24> uboot cannot yet interpret the pinmux 15:06 < marvin24> so you need to do this "by hand" in the board file 15:06 < marvin24> or use a forward ported driver in the kernel 15:07 < marvin24> sorry, I though someone had written a uboot patch already 15:07 < marvin24> in fact, it's not so compicated 15:07 < resetnow_> no problem, I understand the complexity of this task 15:08 < marvin24> eg. colibri_t20-common.c has funcmux_select(PERIPH_ID_NDFLASH, FUNCMUX_NDFLASH_KBC_8_BIT); 15:08 < marvin24> but that's wired to the KBC pingroup while our is the atc group 15:09 < marvin24> using FUNCMUX_NDFLASH_ATC instead may help 15:10 < resetnow_> >or use a forward ported driver in the kernel 15:10 < resetnow_> kernel has already implemented pinmux, or I'll need to "hardcode" pin configuration into board file? 15:10 < marvin24> resetnow_: I meant the nand driver 15:10 < lautriv> PaulFertser, if found some inconsisteny which leads to that strange behaviour ( you may reproduce if curious ) if i -m that daemon, i get LEFTALT and RIGHTSHIFT for each resp. button but i get ALT+RIGHTSHIFT for both ;) 15:10 < marvin24> resetnow_: also the dt you posted is from the kernel, but you need to modify the one for uboot (if you want to use this) 15:11 < marvin24> take a look how the colibi board does it 15:12 < marvin24> board/toradex/* 15:12 < resetnow_> marvin24: thank you. So, using NAND memory with kernel (not in u-boot) will require driver forward porting from chromeos-2.6.38 ? 15:12 < marvin24> resetnow_: yes, or better 3.1 (our 3.1 kernel has nand support) 15:12 < marvin24> but no device tree support 15:13 < marvin24> you could also go with 3.1, but then you need to add platform data for it (instead of using dt) 15:14 < PaulFertser> resetnow_: or if you're using hot air, you can blow off some nearby small component altogether, yes :) 15:14 < lautriv> hot storm then :o) 15:15 < PaulFertser> resetnow_: btw, I've been to Vladimir this autumn, a nice town :) I was surprised there were almost no cyclists though. 15:18 < resetnow_> PaulFertser: great, and where are you from? I'm not so familiar with IRC, and WHOIS didn't give me IP or something related 15:18 < PaulFertser> resetnow_: Moscow, Russia 15:26 < resetnow_> PaulFertser: as you may know, bicycle roads are a very uncommon apperance in Russia. However, few months ago some progress appeared, and road services drew bike lanes on sidewalks. Can't say it's very usable, though. 15:28 < PaulFertser> resetnow_: I do not think special bike lanes are of much usefullness for serious cyclists. 15:28 < PaulFertser> I just go along with the cars. 15:30 < resetnow_> PaulFertser: that's a kamikadze way in Vladimir, because drivers will immediately try to show their road superiority. 15:32 < PaulFertser> resetnow_: they didn't seem to be that furious. Are you sure moscow drivers are _that_ better? 15:34 < PaulFertser> marvin24: won't the kernel redo all the pinmux and gpio settings anyway, why would resetnow_ need to do anything about his bootloader? 15:36 < resetnow_> PaulFertser: of course no, but in my city i only go along the cars on small roads, not on the central avenues (this word looks very funny when being applied to Vladimir) 15:39 < marvin24> PaulFertser: nand is currently not support be mainline kernels 15:39 < marvin24> only in the bootloader 15:40 < PaulFertser> marvin24: yes, but I think resetnow_ wants it in kernel, and bootloader is irrelevant to him? 15:40 < marvin24> it was just for testing I think 15:40 < marvin24> if it works at all 15:41 < marvin24> not sure if you can compile the kernel driver out of the box if you just put it into mainline 15:41 < marvin24> also there may be no device tree support for it ... 15:41 < lautriv> i try to create udev symlinks for persistent devices, unfortunately this thingie --> http://pastebin.com/0uHj6KtP which is a combined keyboard/mouse input has no proper class for mouse(touchpad) any suggestions how to rectify this ? 15:41 < marvin24> hell, maybe resetnow_ should just use a 3.1 kernel 15:43 < resetnow_> to be clear, I'm running 3.1 now, because I havent updated it for a while 15:44 < resetnow_> I'll try to compile it with NAND support enabled 15:44 < marvin24> resetnow_: well, you can try it 15:45 < marvin24> you need to change pinmux (paz00-pinmux) and add some platform data (paz00.c) 15:45 < lautriv> heh, just found thgere is #udev ;) 15:45 marvin24 wishes we had dt for 10 years already 15:51 <*> Quits ->nchauvet [arr68913xv@92.103.166.6] [Quit: Quitte] 16:06 <*> Joins[#ac100] ->nchauvet [gfv8k77qwj@92.103.166.6] 16:11 <*> Quits ->nchauvet [gfv8k77qwj@92.103.166.6] [Client Quit] 16:11 <*> Joins[#ac100] ->nchauvet [zfe0gshejv@92.103.166.6] 16:32 < woglinde> marvin24 yes 16:43 <*> Joins[#ac100] ->juliank [~juliank@swla1712.WLAN.Uni-Marburg.DE] 16:43 <*> Quits ->juliank [~juliank@swla1712.WLAN.Uni-Marburg.DE] [Changing host] 16:43 <*> Joins[#ac100] ->juliank [~juliank@ubuntu/member/juliank] 16:49 <*> Quits ->woglinde [~henning@fb-n15-11.unbelievable-machine.net] [Ping timeout: 240 seconds] 17:00 <*> Joins[#ac100] ->mase76 [~mase@p5DD3923D.dip0.t-ipconnect.de] 17:08 <*> Quits ->mase76 [~mase@p5DD3923D.dip0.t-ipconnect.de] [Quit: Konversation terminated!] 17:09 <*> Joins[#ac100] ->mase76 [~mase@p5DD3923D.dip0.t-ipconnect.de] 17:09 <*> Quits ->zombah [~zombie@fw0.msk.stream-internet.net] [Quit: Konversation terminated!] 17:14 <*> Quits ->juliank [~juliank@ubuntu/member/juliank] [Ping timeout: 245 seconds] 17:19 <*> Joins[#ac100] ->juliank [~juliank@swla1712.WLAN.Uni-Marburg.DE] 17:19 <*> Quits ->juliank [~juliank@swla1712.WLAN.Uni-Marburg.DE] [Changing host] 17:19 <*> Joins[#ac100] ->juliank [~juliank@ubuntu/member/juliank] 17:22 <*> Joins[#ac100] ->frankbutt [~frankbutt@66.172.11.32] 17:22 <*> Parts[#ac100] ->frankbutt [~frankbutt@66.172.11.32] [] 17:30 <*> Quits ->stenzel [stenzel@nat/ibm/x-amblqgrdiimlciyz] [Ping timeout: 264 seconds] 17:38 <*> Quits ->afaerber_ [~andreasf_@p54940DFA.dip0.t-ipconnect.de] [Quit: Verlassend] 17:57 <*> Joins[#ac100] ->afaerber [andreasf_@nat/novell/x-xgjfsmjlzenprmhg] 18:01 <*> Quits ->juliank [~juliank@ubuntu/member/juliank] [Ping timeout: 240 seconds] 19:18 <*> Quits ->pekka [~naivsuper@cm-84.210.54.188.getinternet.no] [Ping timeout: 264 seconds] 19:36 <*> Quits ->saturn2000 [~froloff@87.228.77.93] [Ping timeout: 252 seconds] 19:48 <*> Joins[#ac100] ->pekka [~naivsuper@cm-84.210.54.188.getinternet.no] 20:05 <*> Quits ->lautriv [~lautriv@f050082046.adsl.alicedsl.de] [Ping timeout: 252 seconds] 20:10 <*> Joins[#ac100] ->juliank [~juliank@ubuntu/member/juliank] 20:16 <*> Joins[#ac100] ->zombah [~zombah@194.165.0.6] 20:16 <*> Joins[#ac100] ->stuw_ [~stuw@87.255.14.112] 20:16 <*> Joins[#ac100] ->sjoos [~yaaic@095-096-206-140.static.chello.nl] 20:17 <*> Joins[#ac100] ->lautriv [~lautriv@f050080178.adsl.alicedsl.de] 20:20 <*> Quits ->pekka [~naivsuper@cm-84.210.54.188.getinternet.no] [Ping timeout: 252 seconds] 20:34 <*> Quits ->lautriv [~lautriv@f050080178.adsl.alicedsl.de] [Ping timeout: 264 seconds] 20:38 <*> Joins[#ac100] ->woglinde [~henning@g224252113.adsl.alicedsl.de] 20:43 <*> Quits ->ogra_ [~ogra@nat/canonical/x-gbrtydocsfxludkr] [Ping timeout: 245 seconds] 20:58 <*> Quits ->woglinde [~henning@g224252113.adsl.alicedsl.de] [Ping timeout: 264 seconds] 21:03 <*> Quits ->afaerber [andreasf_@nat/novell/x-xgjfsmjlzenprmhg] [Quit: Verlassend] 21:23 <*> Joins[#ac100] ->afaerber [~andreasf_@p54940DFA.dip0.t-ipconnect.de] 21:31 <*> Joins[#ac100] ->woglinde [~henning@g224252113.adsl.alicedsl.de] 21:37 <*> Quits ->resetnow_ [~quassel@84.53.254.150] [Remote host closed the connection] 21:38 <*> Quits ->stuw_ [~stuw@87.255.14.112] [Ping timeout: 265 seconds] 23:11 <*> Joins[#ac100] ->stroughtonsmith [~steven@86.47.36.196] 23:24 <*> Joins[#ac100] ->kwizart [~kwizart@fedora/kwizart] 23:58 <*> Joins[#ac100] ->makka [~matei@p4FF344ED.dip0.t-ipconnect.de] --- Day changed Tue Jan 28 2014 00:13 <*> Quits ->mase76 [~mase@p5DD3923D.dip0.t-ipconnect.de] [Quit: Konversation terminated!] 00:39 <*> Quits ->zombah [~zombah@194.165.0.6] [Quit: Konversation terminated!] 01:21 <*> Quits ->woglinde [~henning@g224252113.adsl.alicedsl.de] [Ping timeout: 264 seconds] 01:21 <*> Quits ->kwizart [~kwizart@fedora/kwizart] [Quit: Quitte] 01:22 <*> Quits ->juliank [~juliank@ubuntu/member/juliank] [Quit: Verlassend] 01:48 <*> Quits ->Geniack [~Geniack@unaffiliated/geniack] [Disconnected by services] 01:48 <*> Joins[#ac100] ->Geniack_ [~Geniack@unaffiliated/geniack] 02:04 <*> Quits ->makka [~matei@p4FF344ED.dip0.t-ipconnect.de] [Ping timeout: 260 seconds] 02:58 <*> Joins[#ac100] ->Geniack [~Geniack@unaffiliated/geniack] 03:01 <*> Quits ->Geniack_ [~Geniack@unaffiliated/geniack] [Ping timeout: 248 seconds] 04:21 <*> Joins[#ac100] ->savalik [~savalik@176.99.70.21] 04:21 <*> Quits ->savalik [~savalik@176.99.70.21] [Client Quit] 04:51 <*> Quits ->stroughtonsmith [~steven@86.47.36.196] [Quit: stroughtonsmith] 04:52 <*> Joins[#ac100] ->brutal_ [~Brutal@188.134.36.89] 05:13 <*> Joins[#ac100] ->mapr_ [~quassel@p4FEF6794.dip0.t-ipconnect.de] 05:13 <*> Joins[#ac100] ->stuw_ [~stuw@87.255.14.112] 05:15 <*> Quits ->mapr [~quassel@p4FEF6427.dip0.t-ipconnect.de] [Ping timeout: 248 seconds] 07:55 <*> Quits ->stuw_ [~stuw@87.255.14.112] [Ping timeout: 245 seconds] 08:38 <*> Joins[#ac100] ->zombah [~zombie@fw0.msk.stream-internet.net] 08:45 <*> Joins[#ac100] ->saturn2000 [~froloff@87.228.77.93] 09:37 <*> Joins[#ac100] ->makka [~matei@p4FF344ED.dip0.t-ipconnect.de] 09:46 <*> Joins[#ac100] ->resetnow_ [~quassel@84.53.254.150] 10:00 <*> Quits ->mirco [~mirco@ip-109-90-231-36.unitymediagroup.de] [Quit: mirco] 10:01 <*> Joins[#ac100] ->woglinde [~henning@fb-n15-11.unbelievable-machine.net] 10:01 <*> Joins[#ac100] ->mirco [~mirco@ip-109-90-231-36.unitymediagroup.de] 10:15 <*> Quits ->e-ndy [~e-ndy@fantomas.bestit.cz] [Read error: Operation timed out] 10:17 <*> Joins[#ac100] ->e-ndy [~e-ndy@fantomas.bestit.cz] 10:20 <*> Quits ->warfare [~falk@kilbeggan.fourecks.de] [Read error: Operation timed out] 10:21 <*> Joins[#ac100] ->resetnow_1 [~resetnow@84.53.254.150] 10:21 <*> Joins[#ac100] ->warfare [~falk@kilbeggan.fourecks.de] 10:54 <*> Joins[#ac100] ->savalik [~savalik@176.99.70.21] 10:58 <*> Joins[#ac100] ->ogra_ [~ogra@nat/canonical/x-qhpilizrkkiuedtp] 11:02 <*> Quits ->warfare [~falk@kilbeggan.fourecks.de] [Read error: Operation timed out] 11:14 <*> Quits ->marvin24 [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] [Ping timeout: 245 seconds] 11:14 <*> Joins[#ac100] ->marvin24 [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] 11:17 <*> Joins[#ac100] ->stenzel [stenzel@nat/ibm/x-dxawhldhjgvfgiwy] 11:18 <*> Joins[#ac100] ->warfare [~falk@kilbeggan.fourecks.de] 11:22 <*> Quits ->marvin24 [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] [Read error: Connection reset by peer] 11:25 <*> Joins[#ac100] ->marvin24 [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] 11:34 <*> Quits ->marvin24 [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] [Quit: No Ping reply in 180 seconds.] 11:37 <*> Joins[#ac100] ->marvin24 [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] 11:50 <*> Quits ->marvin24 [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] [Read error: Connection reset by peer] 11:50 <*> Joins[#ac100] ->marvin24 [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] 11:53 <*> Quits ->stenzel [stenzel@nat/ibm/x-dxawhldhjgvfgiwy] [Ping timeout: 252 seconds] 12:05 <*> Joins[#ac100] ->stenzel [stenzel@nat/ibm/x-kbbbnfonxvrvdehc] 12:35 <*> Quits ->woglinde [~henning@fb-n15-11.unbelievable-machine.net] [Read error: Operation timed out] 13:04 < resetnow_> marvin24: Hello 13:05 < resetnow_> I was able to read NAND after copying some board code from harmony and editing chip description (ids and timings) 13:06 < resetnow_> /dev/mtd0 can be read with dd 13:06 < resetnow_> however, mount says /dev/mtd0 is not a block device 13:07 < resetnow_> and write via dd doesn't work 13:07 < resetnow_> [ 2260.284851] tegra_nand_write_oob: Unaligned write (to 0x200) not supported 13:11 < resetnow_> it looks like UBI kernel modules need to be enabled, I'll try it later 13:14 < nchauvet> resetnow_, does it work with mtd-utils commands ? 13:15 < nchauvet> mtd_debug and others 13:16 < resetnow_> mtdinfo shows cound of MTD devices 1, Sysfs interface supported: yes 13:17 < resetnow_> nchauvet: yes, it works 13:17 < resetnow_> mtd_debug info mtd0, for example 13:17 <*> Joins[#ac100] ->afaerber_ [~andreasf_@p54942E93.dip0.t-ipconnect.de] 13:19 < resetnow_> mtd_debug write works too 13:20 <*> Quits ->afaerber [~andreasf_@p54940DFA.dip0.t-ipconnect.de] [Ping timeout: 272 seconds] 13:21 <*> Joins[#ac100] ->juliank [~juliank@pcac086.LANzug.Uni-Marburg.DE] 13:21 <*> Quits ->juliank [~juliank@pcac086.LANzug.Uni-Marburg.DE] [Changing host] 13:21 <*> Joins[#ac100] ->juliank [~juliank@ubuntu/member/juliank] 13:30 < marvin24> resetnow_: hey, great news 13:30 < marvin24> mtd isn't a block device AFAIK 13:31 < marvin24> you need a special "filesystem" first 13:36 < resetnow_1> marvin24: ubi and ubifs? 13:38 < marvin24> resetnow_: maybe 13:38 < marvin24> I never worked with mtd 13:38 < marvin24> see what you can compile and try it :-) 13:38 < ogra_> or yaffs etc 13:39 < ogra_> the point is that you need to assmble the img first before dumping it in place 13:40 < marvin24> http://www.ibm.com/developerworks/library/l-flash-filesystems/ 13:41 < marvin24> f2fs is more modern I think 13:54 <*> Quits ->afaerber_ [~andreasf_@p54942E93.dip0.t-ipconnect.de] [Quit: Verlassend] 14:10 <*> Joins[#ac100] ->afaerber [andreasf_@nat/suse/x-nmkhzxlpdextbjnk] 14:51 <*> Quits ->juliank [~juliank@ubuntu/member/juliank] [Quit: Verlassend] 15:55 <*> Joins[#ac100] ->mase76 [~mase@tmo-109-157.customers.d1-online.com] 15:57 < mase76> hi! ist es auf android nicht moglich, die systemsprache auf englisch zu setzen, die region aber auf deutschland? 16:00 <*> Joins[#ac100] ->pekka2 [~pekka@cm-84.210.54.188.getinternet.no] 16:10 <*> Quits ->makka [~matei@p4FF344ED.dip0.t-ipconnect.de] [Read error: Operation timed out] 16:31 < resetnow_> Either my nand chip is broken, or I have written wrong timings 16:31 < resetnow_> http://snag.gy/n2DJY.jpg 16:32 < resetnow_> This is what happens when I try to format nand to ubifs 16:33 < resetnow_> btw this chip was working well when it was being used as usb disk 16:34 < resetnow_> here is the patch 16:34 < resetnow_> http://ac100.wikispaces.com/file/view/paz00-nand-support.patch/485774708/paz00-nand-support.patch 16:37 < PaulFertser> resetnow_: have you tried -e 0 ? 16:37 < PaulFertser> And -v 16:39 < resetnow_> PaulFertser: yes 16:39 < resetnow_> datasheet says tcs timing should be 0 16:39 < resetnow_> i found this strange and set it to 20 16:39 < resetnow_> i'll try now with 0 16:40 < PaulFertser> resetnow_: I mean ubiformat -e 0 16:40 < PaulFertser> resetnow_: to reset erase counters 16:40 < resetnow_> yes, I did. It resets erasecounters only on «good» blocks 16:44 < PaulFertser> resetnow_: flash_eraseall ? 16:48 < resetnow_> PaulFertser: skipping bad block at ..... 16:48 < resetnow_> only 38 blocks can be erased 16:48 < resetnow_> i'm trying to find timings description 16:53 < PaulFertser> resetnow_: hm, I seem to remember... The only way to overwrite OOB data I can think of is using nandwrite with -N -o 16:54 < PaulFertser> Somewhat related http://sourceforge.net/p/ipaq214android/blog/2012/10/the-strange-hardware-ecc-of-the-pxa310-flash-controller/ 16:55 < PaulFertser> Chances are the usb mass storage controller used OOB in a different way to how the kernel wants it and so the issue might be unrelated to timings. 17:00 < PaulFertser> I think you should take a look at the IC datasheet, then figure out the way manufacturer is using OOB data to mark "factory bad" blocks, then make a full dump (with nandread) with OOB data, then overwrite with 0xFF's everything except the very bits set by manufacturer, and then nandwrite it back (with OOB data). 17:01 < PaulFertser> Or probably just overwrite it all, hoping that your usage will eventually mark all the factory bad blocks on its own. 17:02 < resetnow_> Thank you, i'll try. By the way, timings change didn't solve the problem, you were right. 17:03 < resetnow_> Any block where the 1st Byte in the spare area of the 1st or 2nd page(if the 1st page is Bad) does not contain FFh is a Bad Block. 17:04 <*> Quits ->zombah [~zombie@fw0.msk.stream-internet.net] [Quit: Konversation terminated!] 17:05 < PaulFertser> resetnow_: I think different OOB bits are used by manufacturer and by Linux, the kernel, to mark bad blocks. 17:05 < resetnow_> PaulFertser: well, i think i need to write the whole nand with 0xFF 17:07 < PaulFertser> resetnow_: I do not see any harm in that, should be possible with nandwrite -N -o 17:16 < resetnow_> do_read_oob: can't read OOB from multiple pages 17:17 < resetnow_> looks like i need some script thar reads a page, sets badblock flag and writes it back 17:19 <*> Joins[#ac100] ->makka [~matei@p4FF344ED.dip0.t-ipconnect.de] 17:19 < resetnow_> eh, strange, even this doesn't work: 17:19 < resetnow_> nanddump -f nand_oob --oob --bb=dumpbad --length=64 /dev/mtd0 17:22 < PaulFertser> What does it say? 17:26 < resetnow_> PaulFertser: http://pastebin.com/aj4Uqukg 17:33 < resetnow_> however, it works without --oob option 17:39 <*> Quits ->makka [~matei@p4FF344ED.dip0.t-ipconnect.de] [Ping timeout: 272 seconds] 17:54 <*> Joins[#ac100] ->mase762 [~mase@p5DD38FD7.dip0.t-ipconnect.de] 17:58 <*> Quits ->mase76 [~mase@tmo-109-157.customers.d1-online.com] [Ping timeout: 265 seconds] 18:00 <*> Quits ->stenzel [stenzel@nat/ibm/x-kbbbnfonxvrvdehc] [Ping timeout: 264 seconds] 18:01 <*> Quits ->mase762 [~mase@p5DD38FD7.dip0.t-ipconnect.de] [Ping timeout: 248 seconds] 18:06 <*> Joins[#ac100] ->mase76 [~mase@tmo-106-199.customers.d1-online.com] 18:14 <*> Joins[#ac100] ->woglinde [~henning@p5099b351.dip0.t-ipconnect.de] 18:15 < resetnow_> https://gitorious.org/colibri-t20-embedded-linux-bsp/colibri_t20-linux-kernel/source/7a0dba83ce48f3ff913b136f9d9329600a866ca3:drivers/mtd/devices/tegra_nand.c#L176 18:15 < resetnow_> maybe these values need to be corrected 18:15 < resetnow_> this also explains dmesg error (64 > 20) 18:16 < woglinde> hm why are you using the gitourius repo? 18:17 < woglinde> or did you clone from the toradex git? 18:19 < resetnow_> no, i just have posted a wrong link 18:20 < resetnow_> however, this file (tegra_nand.c) does not have any differences 18:26 <*> Joins[#ac100] ->mase762 [~mase@p5DD38FD7.dip0.t-ipconnect.de] 18:28 <*> Quits ->mase76 [~mase@tmo-106-199.customers.d1-online.com] [Ping timeout: 252 seconds] 18:29 <*> Quits ->mase762 [~mase@p5DD38FD7.dip0.t-ipconnect.de] [Client Quit] 18:33 <*> Joins[#ac100] ->mase76 [~mase@p5DD38FD7.dip0.t-ipconnect.de] 18:54 <*> Quits ->mase76 [~mase@p5DD38FD7.dip0.t-ipconnect.de] [Quit: Konversation terminated!] 18:55 <*> Joins[#ac100] ->mase76 [~mase@p5DD38FD7.dip0.t-ipconnect.de] 18:57 <*> Joins[#ac100] ->makka [~matei@p4FF344ED.dip0.t-ipconnect.de] 19:02 <*> Quits ->mase76 [~mase@p5DD38FD7.dip0.t-ipconnect.de] [Quit: Konversation terminated!] 19:17 <*> Quits ->jiuce19 [~tz2625@itepkrysun.itep.kit.edu] [Quit: Leaving] 19:28 <*> Quits ->saturn2000 [~froloff@87.228.77.93] [Ping timeout: 272 seconds] 19:33 <*> Joins[#ac100] ->makka_ [~matei@p4FD6FD85.dip0.t-ipconnect.de] 19:36 <*> Quits ->makka [~matei@p4FF344ED.dip0.t-ipconnect.de] [Ping timeout: 260 seconds] 19:42 <*> Joins[#ac100] ->zombah [~zombah@194.165.0.6] 19:45 <*> Joins[#ac100] ->mase76 [~mase@p5DD38FD7.dip0.t-ipconnect.de] 20:10 <*> Joins[#ac100] ->pekka1 [~naivsuper@cm-84.210.54.188.getinternet.no] 20:13 <*> Joins[#ac100] ->stuw_ [~stuw@87.255.14.112] 20:28 <*> Quits ->makka_ [~matei@p4FD6FD85.dip0.t-ipconnect.de] [Ping timeout: 240 seconds] 20:33 <*> Joins[#ac100] ->makka_ [~matei@p4FD6FD85.dip0.t-ipconnect.de] 20:54 <*> Quits ->srwarren [~swarren@2001:470:1f0f:bd7::2] [Ping timeout: 264 seconds] 20:56 <*> Joins[#ac100] ->srwarren [~swarren@2001:470:1f0f:bd7::2] 21:00 <*> Quits ->pekka2 [~pekka@cm-84.210.54.188.getinternet.no] [Ping timeout: 252 seconds] 21:00 <*> Joins[#ac100] ->pekka2 [~pekka@cm-84.210.54.188.getinternet.no] 21:01 <*> Quits ->afaerber [andreasf_@nat/suse/x-nmkhzxlpdextbjnk] [Quit: Verlassend] 21:02 <*> Quits ->resetnow_ [~quassel@84.53.254.150] [Remote host closed the connection] 21:05 <*> Quits ->ogra_ [~ogra@nat/canonical/x-qhpilizrkkiuedtp] [Ping timeout: 245 seconds] 21:23 <*> Joins[#ac100] ->afaerber [~andreasf_@p54942E93.dip0.t-ipconnect.de] 21:26 <*> Quits ->afaerber [~andreasf_@p54942E93.dip0.t-ipconnect.de] [Remote host closed the connection] 21:30 <*> Joins[#ac100] ->afaerber [~andreasf_@p54942E93.dip0.t-ipconnect.de] 21:35 <*> Quits ->stuw_ [~stuw@87.255.14.112] [Read error: Connection reset by peer] 21:42 <*> Quits ->woglinde [~henning@p5099b351.dip0.t-ipconnect.de] [Ping timeout: 245 seconds] 21:46 <*> Quits ->resetnow_1 [~resetnow@84.53.254.150] [Quit: Bye] 21:53 <*> Quits ->mase76 [~mase@p5DD38FD7.dip0.t-ipconnect.de] [Quit: Konversation terminated!] 22:21 <*> Joins[#ac100] ->juliank [~juliank@pcst032.KBH-Studwohn.Uni-Marburg.DE] 22:21 <*> Quits ->juliank [~juliank@pcst032.KBH-Studwohn.Uni-Marburg.DE] [Changing host] 22:21 <*> Joins[#ac100] ->juliank [~juliank@ubuntu/member/juliank] 22:25 <*> Quits ->makka_ [~matei@p4FD6FD85.dip0.t-ipconnect.de] [Ping timeout: 248 seconds] 22:31 <*> Joins[#ac100] ->kwizart [~kwizart@fedora/kwizart] 22:59 <*> Quits ->savalik [~savalik@176.99.70.21] [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/] 23:10 <*> Joins[#ac100] ->mase76 [~mase@p5DD38FD7.dip0.t-ipconnect.de] 23:33 <*> Quits ->mase76 [~mase@p5DD38FD7.dip0.t-ipconnect.de] [Quit: Konversation terminated!] 23:37 <*> Quits ->pekka1 [~naivsuper@cm-84.210.54.188.getinternet.no] [Ping timeout: 245 seconds] 23:58 <*> Joins[#ac100] ->makka_ [~matei@p4FD6FD85.dip0.t-ipconnect.de] --- Day changed Wed Jan 29 2014 00:05 <*> Quits ->sjoos [~yaaic@095-096-206-140.static.chello.nl] [Ping timeout: 252 seconds] 00:06 <*> Quits ->makka_ [~matei@p4FD6FD85.dip0.t-ipconnect.de] [Quit: WeeChat 0.4.2] 00:07 <*> Joins[#ac100] ->sjoos [~yaaic@095-096-206-140.static.chello.nl] 00:11 <*> Joins[#ac100] ->stroughtonsmith [~steven@86.47.36.196] 00:25 <*> Quits ->zombah [~zombah@194.165.0.6] [Quit: Konversation terminated!] 00:27 <*> Quits ->stroughtonsmith [~steven@86.47.36.196] [Quit: stroughtonsmith] 00:58 <*> Quits ->juliank [~juliank@ubuntu/member/juliank] [Quit: Verlassend] 01:38 <*> Quits ->kwizart [~kwizart@fedora/kwizart] [Quit: Quitte] 02:57 <*> Quits ->Geniack [~Geniack@unaffiliated/geniack] [Disconnected by services] 02:57 <*> Joins[#ac100] ->Geniack_ [~Geniack@unaffiliated/geniack] 04:44 <*> Joins[#ac100] ->stuw_ [~stuw@87.255.14.112] 04:53 <*> Quits ->stuw_ [~stuw@87.255.14.112] [Ping timeout: 252 seconds] 05:08 <*> Joins[#ac100] ->mapr [~quassel@p548761E4.dip0.t-ipconnect.de] 05:10 <*> Quits ->mapr_ [~quassel@p4FEF6794.dip0.t-ipconnect.de] [Ping timeout: 272 seconds] 07:34 <*> Joins[#ac100] ->DanSwano_ [DanSwano@109.111.23.45] 07:34 <*> Quits ->DanSwano_ [DanSwano@109.111.23.45] [Client Quit] 07:44 <*> Joins[#ac100] ->lobefux [~syntacs@c71695AC1.dhcp.as2116.net] 08:01 <*> Joins[#ac100] ->saturn2000 [~froloff@87.228.77.93] 08:19 <*> Quits ->lobefux [~syntacs@c71695AC1.dhcp.as2116.net] [Quit: leaving] 09:39 <*> Quits ->nashpa [~nashpa@dliviu.plus.com] [Quit: Going away] 09:48 <*> Joins[#ac100] ->zombah [~zombie@fw0.msk.stream-internet.net] 09:57 <*> Joins[#ac100] ->woglinde [~henning@fb-n15-11.unbelievable-machine.net] 10:03 < scoopr> http://arstechnica.com/information-technology/2014/01/amd-reveals-its-first-arm-processor-8-core-opteron-a1100/ 10:19 <*> Joins[#ac100] ->resetnow_ [~quassel@84.53.254.150] 10:19 <*> Quits ->sjoos [~yaaic@095-096-206-140.static.chello.nl] [Ping timeout: 252 seconds] 10:37 <*> Quits ->pranza [pranza@pranza.audiomastering.lt] [Ping timeout: 252 seconds] 10:44 <*> Joins[#ac100] ->pranza [pranza@pranza.audiomastering.lt] 10:44 <*> Quits ->pranza [pranza@pranza.audiomastering.lt] [Client Quit] 10:44 <*> Joins[#ac100] ->pranza [pranza@pranza.audiomastering.lt] 10:47 <*> Joins[#ac100] ->stenzel [stenzel@nat/ibm/x-vwputugjnrvibsji] 10:51 <*> Joins[#ac100] ->ogra_ [~ogra@nat/canonical/x-vwdrmkygfikngkyw] 11:02 <*> Quits ->pranza [pranza@pranza.audiomastering.lt] [Quit: ðikt!] 11:05 <*> Quits ->mirco [~mirco@ip-109-90-231-36.unitymediagroup.de] [Ping timeout: 252 seconds] 11:53 <*> Quits ->afaerber [~andreasf_@p54942E93.dip0.t-ipconnect.de] [Quit: Verlassend] 12:03 <*> Joins[#ac100] ->pranza [pranza@pranza.audiomastering.lt] 12:19 <*> Joins[#ac100] ->afaerber [andreasf_@nat/suse/x-petjefhqkourtxvd] 12:44 <*> Joins[#ac100] ->savalik [~savalik@176.99.70.21] 13:29 <*> Quits ->saturn2000 [~froloff@87.228.77.93] [Ping timeout: 240 seconds] 14:47 <*> Quits ->brutal_ [~Brutal@188.134.36.89] [Read error: Connection reset by peer] 14:47 <*> Joins[#ac100] ->brutal_ [~Brutal@188.134.36.89] 15:05 <*> Joins[#ac100] ->juliank [~juliank@ubuntu/member/juliank] 15:20 <*> Quits ->savalik [~savalik@176.99.70.21] [Read error: Connection reset by peer] 16:25 <*> Quits ->juliank [~juliank@ubuntu/member/juliank] [Quit: Verlassend] 16:33 <*> Joins[#ac100] ->mase76 [~mase@p5DD39555.dip0.t-ipconnect.de] 16:37 < mase76> i am using the for-next kernel and have problems with all kind of swap. i get a kernel oops after some minutes. i tried a swap partition and zram. both the same behaviour. 16:39 <*> Geniack_ is now known as Geniack 17:14 <*> Joins[#ac100] ->savalik [~savalik@176.99.70.21] 17:15 <*> Quits ->mase76 [~mase@p5DD39555.dip0.t-ipconnect.de] [Quit: Konversation terminated!] 17:18 <*> Joins[#ac100] ->mase76 [~mase@p5DD39555.dip0.t-ipconnect.de] 17:30 <*> Quits ->mase76 [~mase@p5DD39555.dip0.t-ipconnect.de] [Quit: Konversation terminated!] 17:31 <*> Joins[#ac100] ->mase76 [~mase@p5DD39555.dip0.t-ipconnect.de] 17:32 <*> Quits ->mase76 [~mase@p5DD39555.dip0.t-ipconnect.de] [Client Quit] 17:33 <*> Joins[#ac100] ->mase76 [~mase@p5DD39555.dip0.t-ipconnect.de] 17:45 <*> Quits ->mase76 [~mase@p5DD39555.dip0.t-ipconnect.de] [Quit: Konversation terminated!] 17:46 <*> Joins[#ac100] ->mase76 [~mase@p5DD39555.dip0.t-ipconnect.de] 17:46 <*> Joins[#ac100] ->stuw_ [~stuw@87.255.14.112] 17:51 <*> Quits ->mase76 [~mase@p5DD39555.dip0.t-ipconnect.de] [Quit: Konversation terminated!] 17:52 <*> Joins[#ac100] ->mase76 [~mase@p5DD39555.dip0.t-ipconnect.de] 18:26 <*> Quits ->stenzel [stenzel@nat/ibm/x-vwputugjnrvibsji] [Ping timeout: 260 seconds] 18:47 <*> Quits ->woglinde [~henning@fb-n15-11.unbelievable-machine.net] [Ping timeout: 252 seconds] 18:50 <*> Quits ->mase76 [~mase@p5DD39555.dip0.t-ipconnect.de] [Quit: Konversation terminated!] 18:54 <*> Joins[#ac100] ->mase76 [~mase@p5DD39555.dip0.t-ipconnect.de] 18:54 <*> Quits ->mase76 [~mase@p5DD39555.dip0.t-ipconnect.de] [Client Quit] 19:14 <*> Joins[#ac100] ->mase76 [~mase76@p5DD39555.dip0.t-ipconnect.de] 19:14 <*> Quits ->mase76 [~mase76@p5DD39555.dip0.t-ipconnect.de] [Read error: Connection reset by peer] 19:31 <*> Joins[#ac100] ->nashpa [~nashpa@dliviu.plus.com] 20:15 <*> Quits ->savalik [~savalik@176.99.70.21] [Ping timeout: 272 seconds] 20:20 <*> Quits ->zombah [~zombie@fw0.msk.stream-internet.net] [Quit: Konversation terminated!] 20:26 <*> Quits ->afaerber [andreasf_@nat/suse/x-petjefhqkourtxvd] [Quit: Verlassend] 20:43 <*> Quits ->stuw_ [~stuw@87.255.14.112] [Read error: Connection reset by peer] 20:48 <*> Joins[#ac100] ->afaerber [~andreasf_@p54941437.dip0.t-ipconnect.de] 20:52 <*> Quits ->ogra_ [~ogra@nat/canonical/x-vwdrmkygfikngkyw] [Ping timeout: 245 seconds] 21:06 <*> Joins[#ac100] ->pekka1 [~naivsuper@cm-84.210.54.188.getinternet.no] 21:17 <*> Joins[#ac100] ->kwizart [~kwizart@fedora/kwizart] 21:21 <*> Quits ->resetnow_ [~quassel@84.53.254.150] [Read error: Connection reset by peer] 21:40 <*> Joins[#ac100] ->savalik [~savalik@176.99.70.21] 21:41 <*> Quits ->pekka1 [~naivsuper@cm-84.210.54.188.getinternet.no] [Ping timeout: 245 seconds] 21:46 <*> Joins[#ac100] ->woglinde [~henning@g225083252.adsl.alicedsl.de] 22:29 <*> Quits ->savalik [~savalik@176.99.70.21] [Read error: Connection reset by peer] 22:34 <*> Joins[#ac100] ->zombah [~zombah@194.165.0.6] --- Day changed Thu Jan 30 2014 00:01 <*> Quits ->kwizart [~kwizart@fedora/kwizart] [Quit: Quitte] 00:33 <*> Quits ->woglinde [~henning@g225083252.adsl.alicedsl.de] [Ping timeout: 245 seconds] 00:49 <*> Quits ->zombah [~zombah@194.165.0.6] [Quit: Konversation terminated!] 01:04 <*> Joins[#ac100] ->woglinde [~henning@g225083252.adsl.alicedsl.de] 01:09 <*> Quits ->woglinde [~henning@g225083252.adsl.alicedsl.de] [Ping timeout: 252 seconds] 01:57 <*> Quits ->kjeldo [535d0650@gateway/web/freenode/ip.83.93.6.80] [Quit: Page closed] 02:55 <*> Quits ->Geniack [~Geniack@unaffiliated/geniack] [Disconnected by services] 02:55 <*> Joins[#ac100] ->Geniack_ [~Geniack@unaffiliated/geniack] 04:52 <*> Joins[#ac100] ->savalik [~savalik@176.99.70.21] 05:04 <*> Joins[#ac100] ->mapr_ [~quassel@p4FEF7AD7.dip0.t-ipconnect.de] 05:06 <*> Quits ->mapr [~quassel@p548761E4.dip0.t-ipconnect.de] [Ping timeout: 264 seconds] 05:07 <*> Joins[#ac100] ->stuw_ [~stuw@87.255.14.112] 05:37 <*> Quits ->stuw_ [~stuw@87.255.14.112] [Ping timeout: 240 seconds] 06:01 <*> Joins[#ac100] ->mapr [~quassel@p54876B5E.dip0.t-ipconnect.de] 06:03 <*> Quits ->mapr_ [~quassel@p4FEF7AD7.dip0.t-ipconnect.de] [Ping timeout: 260 seconds] 06:22 <*> Quits ->savalik [~savalik@176.99.70.21] [Read error: Connection reset by peer] 07:37 <*> Quits ->PaulFertser [paul@paulfertser.info] [Read error: Connection reset by peer] 09:08 <*> Quits ->stuw [~andreydan@swsoft-msk-nat.sw.ru] [Ping timeout: 248 seconds] 09:25 <*> Joins[#ac100] ->saturn2000 [~froloff@87.228.77.93] 09:25 <*> Quits ->saturn2000 [~froloff@87.228.77.93] [Client Quit] 09:44 <*> Joins[#ac100] ->saturn2000 [~froloff@87.228.77.93] 09:55 <*> Joins[#ac100] ->resetnow_ [~quassel@84.53.254.150] 09:59 <*> Joins[#ac100] ->woglinde [~henning@fb-n15-11.unbelievable-machine.net] 10:01 <*> Quits ->resetnow_ [~quassel@84.53.254.150] [Read error: Connection reset by peer] 10:03 <*> Joins[#ac100] ->resetnow_ [~quassel@84.53.254.150] 10:51 <*> Joins[#ac100] ->zombah [~zombie@fw0.msk.stream-internet.net] 10:58 <*> Joins[#ac100] ->ppisati [~ppisati@nat/canonical/x-vushrrzheiuvxwpe] 11:04 <*> Joins[#ac100] ->stuw [~andreydan@swsoft-msk-nat.sw.ru] 11:08 <*> Joins[#ac100] ->ogra_ [~ogra@nat/canonical/x-zfqqdzxwcfoxowpd] 11:29 <*> Joins[#ac100] ->stenzel [stenzel@nat/ibm/x-mtsjkjilnrygcddp] 12:13 <*> Quits ->phh [~quassel@quassel-phh.rezel.net] [Quit: No Ping reply in 180 seconds.] 12:13 <*> Joins[#ac100] ->phh_ [~quassel@quassel-phh.rezel.net] 12:15 <*> phh_ is now known as ph 12:15 <*> ph is now known as phh 12:20 <*> Joins[#ac100] ->PaulFertser [paul@paulfertser.info] 12:45 <*> Joins[#ac100] ->gordan [~gordan@80-45-26-161.static.dsl.as9105.com] 12:45 < gordan> Is there somewhere I can download recent kernel binaries for the AC100? 12:46 < gordan> aimage + /lib/modules + /lib/firmware, preferably as tar balls? 12:46 < gordan> s/aimage/vmlinuz/ 13:17 <*> Joins[#ac100] ->afaerber_ [~andreasf_@p54940272.dip0.t-ipconnect.de] 13:20 <*> Quits ->afaerber [~andreasf_@p54941437.dip0.t-ipconnect.de] [Ping timeout: 240 seconds] 13:21 <*> Quits ->woglinde [~henning@fb-n15-11.unbelievable-machine.net] [Ping timeout: 264 seconds] 13:52 <*> Quits ->saturn2000 [~froloff@87.228.77.93] [Ping timeout: 245 seconds] 13:59 <*> Joins[#ac100] ->woglinde [~henning@fb-n15-11.unbelievable-machine.net] 14:25 <*> Quits ->woglinde [~henning@fb-n15-11.unbelievable-machine.net] [Ping timeout: 245 seconds] 14:25 <*> Joins[#ac100] ->woglinde [~henning@fb-n15-11.unbelievable-machine.net] 14:46 <*> Parts[#ac100] ->gordan [~gordan@80-45-26-161.static.dsl.as9105.com] ["Konversation terminated!"] 15:05 <*> Joins[#ac100] ->savalik [~savalik@176.99.70.21] 15:24 <*> Joins[#ac100] ->kjeldo [535d0650@gateway/web/freenode/ip.83.93.6.80] 15:28 <*> Quits ->afaerber_ [~andreasf_@p54940272.dip0.t-ipconnect.de] [Quit: Verlassend] 15:42 <*> Joins[#ac100] ->afaerber [andreasf_@nat/novell/x-wneyixdomwzyaiqk] 16:21 <*> Joins[#ac100] ->p2-mate_ [~p2@emantra.psychaos.be] 16:23 <*> Quits ->p2-mate [~p2@emantra.psychaos.be] [Ping timeout: 246 seconds] 16:23 <*> Quits ->warfare [~falk@kilbeggan.fourecks.de] [Ping timeout: 252 seconds] 16:24 <*> Joins[#ac100] ->pekka [~naivsuper@cm-84.210.54.188.getinternet.no] 16:26 <*> Joins[#ac100] ->warfare [~falk@kilbeggan.fourecks.de] 16:41 <*> Quits ->woglinde [~henning@fb-n15-11.unbelievable-machine.net] [Ping timeout: 252 seconds] 16:41 <*> Joins[#ac100] ->juliank [~juliank@ubuntu/member/juliank] 16:41 <*> Quits ->slackner [~Purefan@fds-team.de] [Ping timeout: 252 seconds] 16:42 <*> Joins[#ac100] ->slackner [~Purefan@fds-team.de] 17:29 <*> Quits ->zombah [~zombie@fw0.msk.stream-internet.net] [Quit: Konversation terminated!] 18:00 <*> Quits ->stenzel [stenzel@nat/ibm/x-mtsjkjilnrygcddp] [Ping timeout: 248 seconds] 19:20 <*> Quits ->ppisati [~ppisati@nat/canonical/x-vushrrzheiuvxwpe] [Remote host closed the connection] 19:21 <*> p2-mate_ is now known as p2mate 19:24 <*> Joins[#ac100] ->zombah [~zombah@194.165.0.6] 19:30 <*> Quits ->ogra_ [~ogra@nat/canonical/x-zfqqdzxwcfoxowpd] [Ping timeout: 272 seconds] 19:41 <*> Joins[#ac100] ->bad-wolf [~androirc@ppp046176051084.access.hol.gr] 19:41 < bad-wolf> Hello ppl 19:41 < bad-wolf> Anyone for help? 20:03 < bad-wolf> Nobody?my ac100 has a problem 20:05 < phh> like ? 20:06 < bad-wolf> So 20:06 < bad-wolf> When i power on after 5 secs freezes 20:06 < bad-wolf> Sometimes 20:06 < bad-wolf> It has stock rom 2.2 20:07 < bad-wolf> And root (z4) 20:07 < phh> .... 20:07 < phh> stock rom ? srsly ? 20:07 < bad-wolf> Yes.. 20:08 < bad-wolf> Would like to put ubuntu but i saw many bugs.. 20:08 < bad-wolf> Sorry if my spell is bad 20:12 <*> Quits ->bad-wolf [~androirc@ppp046176051084.access.hol.gr] [Remote host closed the connection] 20:13 <*> Joins[#ac100] ->bad-wolf [~androirc@ppp046176051084.access.hol.gr] 20:13 < bad-wolf> so tell me 20:13 < bad-wolf> Any idea? 20:13 <*> Quits ->bad-wolf [~androirc@ppp046176051084.access.hol.gr] [Client Quit] 20:15 <*> Joins[#ac100] ->bad-wolf [~androirc@ppp046176051084.access.hol.gr] 20:15 <*> Quits ->afaerber [andreasf_@nat/novell/x-wneyixdomwzyaiqk] [Quit: Verlassend] 20:15 < bad-wolf> Any ideas 20:15 <*> Joins[#ac100] ->thief_and_a_liar [~thief@m188-149-114-190.cust.tele2.no] 20:16 <*> Quits ->bad-wolf [~androirc@ppp046176051084.access.hol.gr] [Client Quit] 20:18 <*> Joins[#ac100] ->stuw_ [~stuw@87.255.14.112] 20:21 <*> Quits ->resetnow_ [~quassel@84.53.254.150] [Remote host closed the connection] 20:26 <*> Joins[#ac100] ->bad-wolf [~androirc@ppp046176051084.access.hol.gr] 20:26 < bad-wolf> Sorry happened again 20:26 < bad-wolf> It freezed 20:26 < phh> noone here uses stock rom i'm afraid... 20:29 <*> Quits ->bad-wolf [~androirc@ppp046176051084.access.hol.gr] [Read error: Connection reset by peer] 20:30 <*> Joins[#ac100] ->bad-wolf_ [~androirc@ppp046176051084.access.hol.gr] 20:31 < bad-wolf_> So what are the alternative roms except ubuntu 20:31 < bad-wolf_> I m not trolling or something if you think so 20:33 < phh> i haven't heard of any android rom for a while 20:33 < bad-wolf_> The latest ubuntu version 20:33 < bad-wolf_> Has many bugs? 20:34 < phh> works fine for my usage... 20:34 < bad-wolf_> You mean e-mail ,browsing 20:35 < bad-wolf_> And what about flash player 20:35 < phh> doesn't work 20:36 < bad-wolf_> :( 20:37 < bad-wolf_> Do you know any way to get some help 20:37 < bad-wolf_> For stock rom off course 20:37 < bad-wolf_> I tried xda-developers but no one replies 20:40 <*> Quits ->bad-wolf_ [~androirc@ppp046176051084.access.hol.gr] [Read error: Connection reset by peer] 20:41 <*> Joins[#ac100] ->bad-wolf_ [~androirc@ppp046176051084.access.hol.gr] 20:41 bad-wolf_ i will throw it out of the window 20:43 < stuw_> are you talking about ac100 ? 20:43 < bad-wolf_> Yeah 20:44 < bad-wolf_> I have problem 20:44 < stuw_> there is beta of cm 11 (android 4) 20:44 < bad-wolf_> Yeah? 20:44 < bad-wolf_> Gimme link pls 20:44 < bad-wolf_> In PV 20:44 < stuw_> maybe it a little bit tricky... http://code.google.com/p/cm-paz00/wiki/InstallGuide?wl=en 20:45 < bad-wolf_> Needs nvflash? 20:45 < stuw_> what problem do you have ? 20:45 < stuw_> bad-wolf_, yes. 20:45 < bad-wolf_> I run the stock 20:45 < bad-wolf_> 2.2 20:45 < bad-wolf_> When i power on sometimes 20:45 < bad-wolf_> It freezes 20:45 < bad-wolf_> Sound like brick or sth 20:46 < stuw_> you can restore 2.1 if you wish 20:46 < stuw_> maybe it's a hardware problem 20:46 < stuw_> http://code.google.com/p/cm-paz00/wiki/DeprecatedInstallGuide?wl=en - easier to install 20:47 < bad-wolf_> Yes about hardware 20:47 < bad-wolf_> Doesnt see 3g module 20:47 < stuw_> android 3 - http://www.tabletroms.com/forums/ac100-rom-development/3698-acomb100-v0-5-honeycomb-3-0-1-review-installation-android-3-0-toshiba-ac100.html 20:47 < bad-wolf_> It dissapeared from status bar 20:47 < bad-wolf_> Even when i put a sim 20:49 < stuw_> Some people had no 3g because sim was inserted upside down 20:49 < bad-wolf_> No i know this 20:49 < bad-wolf_> It is software or hardware problem 20:49 < stuw_> btw, are you talking about internal modem ? 20:50 < bad-wolf_> Yes 20:50 < bad-wolf_> Its the 10G 20:53 <*> Quits ->bad-wolf_ [~androirc@ppp046176051084.access.hol.gr] [Read error: Connection reset by peer] 20:55 <*> Joins[#ac100] ->bad-wolf_ [~androirc@ppp046176051084.access.hol.gr] 20:56 bad-wolf_ sorry 20:56 bad-wolf_ stuck again 20:56 < bad-wolf_> Maybe it is a software failure 20:57 < stuw_> try to restore 2.1 20:57 < bad-wolf_> Yes i llok forward to it 20:57 < bad-wolf_> Does it deed nv flash the procedure? 20:58 < stuw_> yes 20:58 < bad-wolf_> ... 20:58 < bad-wolf_> My desktop is for service 20:59 < bad-wolf_> Btw thanks 20:59 < bad-wolf_> For ur time 20:59 < stuw_> no problem 21:00 < bad-wolf_> Cya greetings from greece 21:00 <*> Quits ->bad-wolf_ [~androirc@ppp046176051084.access.hol.gr] [Client Quit] 21:42 <*> Quits ->stuw_ [~stuw@87.255.14.112] [Ping timeout: 264 seconds] 22:43 <*> Quits ->savalik [~savalik@176.99.70.21] [Read error: Connection reset by peer] 23:43 <*> Joins[#ac100] ->woglinde [~henning@e179138124.adsl.alicedsl.de] 23:47 <*> Joins[#ac100] ->kwizart [~kwizart@fedora/kwizart] --- Day changed Fri Jan 31 2014 00:31 <*> Quits ->kwizart [~kwizart@fedora/kwizart] [Quit: Quitte] 00:45 <*> Joins[#ac100] ->Marsokod [~Marsokod@46.246.47.99] 00:55 <*> Quits ->woglinde [~henning@e179138124.adsl.alicedsl.de] [Ping timeout: 248 seconds] 00:57 <*> Quits ->Marsokod [~Marsokod@46.246.47.99] [Ping timeout: 264 seconds] 01:05 <*> Quits ->pekka [~naivsuper@cm-84.210.54.188.getinternet.no] [Read error: Operation timed out] 01:32 <*> Quits ->zombah [~zombah@194.165.0.6] [Quit: Konversation terminated!] 01:32 <*> Quits ->juliank [~juliank@ubuntu/member/juliank] [Quit: Verlassend] 02:11 <*> Quits ->kjeldo [535d0650@gateway/web/freenode/ip.83.93.6.80] [Quit: Page closed] 02:18 <*> Joins[#ac100] ->antoszka [~antoszka@unaffiliated/antoszka] 02:19 < antoszka> Evenin', guys. Is it possible to access the kernel parameters in AC100's bootloader like you can with, say, grub, at boottime? 02:19 < antoszka> s/access/edit/ 02:55 <*> Joins[#ac100] ->Geniack [~Geniack@unaffiliated/geniack] 02:59 <*> Quits ->Geniack_ [~Geniack@unaffiliated/geniack] [Ping timeout: 264 seconds] 05:08 <*> Joins[#ac100] ->stuw_ [~stuw@87.255.14.112] 05:31 <*> Quits ->stuw_ [~stuw@87.255.14.112] [Read error: Connection reset by peer] 05:56 <*> Quits ->mapr [~quassel@p54876B5E.dip0.t-ipconnect.de] [Read error: Operation timed out] 05:57 <*> Joins[#ac100] ->mapr [~quassel@p4FEF7505.dip0.t-ipconnect.de] 07:38 <*> Joins[#ac100] ->stroughtonsmith [~steven@86.47.36.196] 07:38 <*> Parts[#ac100] ->stroughtonsmith [~steven@86.47.36.196] [] 07:58 < stuw> antoszka, with u-boot (you can type new boot commands in u-boot console). AFAIK modification isn't possible even with u-boot. 08:00 <*> Joins[#ac100] ->stroughtonsmith [~steven@86.47.36.196] 08:01 <*> Quits ->stroughtonsmith [~steven@86.47.36.196] [Client Quit] 10:00 <*> Joins[#ac100] ->woglinde [~henning@fb-n15-11.unbelievable-machine.net] 10:14 <*> Quits ->gtom [~tom@floreal.gtom.eu] [Ping timeout: 276 seconds] 10:20 <*> Joins[#ac100] ->gtom [~tom@floreal.gtom.eu] 10:29 <*> Joins[#ac100] ->zombah [~zombie@fw0.msk.stream-internet.net] 10:33 <*> Quits ->gtom [~tom@floreal.gtom.eu] [Ping timeout: 264 seconds] 10:44 <*> Joins[#ac100] ->gtom [~tom@floreal.gtom.eu] 10:57 <*> Joins[#ac100] ->stenzel [stenzel@nat/ibm/x-huhmnzewlcsnupil] 10:57 <*> Joins[#ac100] ->ppisati [~ppisati@nat/canonical/x-brmoqqmbteopwyas] 10:58 <*> Joins[#ac100] ->ogra_ [~ogra@nat/canonical/x-euubxgoylosfvafw] 11:02 < antoszka> stuw: Thanks. 11:18 <*> Joins[#ac100] ->savalik [~savalik@176.99.70.21] 11:40 <*> Quits ->ppisati [~ppisati@nat/canonical/x-brmoqqmbteopwyas] [Remote host closed the connection] 11:42 <*> Joins[#ac100] ->ppisati [~ppisati@nat/canonical/x-fgygsixvnwlffbfz] 11:55 <*> Quits ->savalik [~savalik@176.99.70.21] [Read error: Connection reset by peer] 11:56 < marvin24> well, saveenv should actually work, but it may write to some unexpected place ... 12:01 < stuw> If boot process is interrupted from keyboard you have no any environment from boot script. Isn't it ? 12:24 <*> Joins[#ac100] ->savalik [~savalik@176.99.70.21] 12:52 < woglinde> stuw yes 12:52 < woglinde> or depends 12:53 < woglinde> when the env is on some media not mounted yet 12:55 <*> Quits ->ppisati [~ppisati@nat/canonical/x-fgygsixvnwlffbfz] [Ping timeout: 252 seconds] 12:57 <*> Joins[#ac100] ->ppisati [~ppisati@nat/canonical/x-lozdciplpnsagmpr] 13:38 < marvin24> stuw: you have the hard coded env variables 13:38 < marvin24> otherwise you woudn't be able to start any bootscript at all 13:38 < marvin24> see printenv 13:38 <*> Quits ->marvin24 [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] [Remote host closed the connection] 13:40 < stuw> the question was about kernel parameters (cmdline) AFAIU 13:42 < stuw> http://julkinen.salaliitto.com/ac100/logs/ - still 404 Not Found :( 13:59 <*> Parts[#ac100] ->pekka2 [~pekka@cm-84.210.54.188.getinternet.no] [] 14:20 <*> Joins[#ac100] ->resetnow_ [~quassel@84.53.254.150] 14:55 <*> Quits ->savalik [~savalik@176.99.70.21] [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/] 15:31 < woglinde> stuw its the same 15:32 < woglinde> confirm it at least for colibri board 15:32 < woglinde> which has an emmc uboot env partition 16:00 <*> Joins[#ac100] ->marvin24 [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] 16:24 stuw: my site works fine here, are you sure your dns isn't stale? 16:24 we switched salalitto.com over two times the past few weeks, first to netherlands and then back to finland 16:24 so some problems were expected 16:25 < marvin24> gildean: mmh, firefox doesn't work, konqueror does 16:25 < marvin24> also the mainpage loads, the logs have 404 16:25 strange 16:25 i haven't touched the dir structure tho' 16:26 marvin24: the same problem with this domain: http://ok.salaliitto.com/ac100/logs/ 16:26 or not? 16:27 < marvin24> gildean: this works fine 16:27 <*> Quits ->stenzel [stenzel@nat/ibm/x-huhmnzewlcsnupil] [Read error: Operation timed out] 16:27 < marvin24> mainpage loads 16:27 < marvin24> logs have 404 16:27 marvin24: on both domains? 16:28 (they're the same domain, just cnames) 16:28 < marvin24> firefox doesn't work on http://julkinen.salaliitto.com/ac100/logs 16:28 < marvin24> but works on http://ok.salaliitto.com/ac100/logs/ 16:28 < marvin24> I cleared all caches to be sure 16:28 that's really weird, they're the same site, just two cnames pointing to the same vhost 16:29 < marvin24> well, my dns knowledge is near zero 16:29 i've done a bunch of things with dns but can't ever remeber this happening 16:30 < marvin24> strange enough, lynx seems to load the logs, where firefox and konqueror fail 16:30 < marvin24> gildean: do have have access to the server logs? 16:32 marvin24: unfortunately not atm. i have to ask our main admin to add permissions back to the logs, they were all cleared when we switched the servers 16:33 i pointed http://ac100.tunk.org also to http://ok.salaliitto.com/ac100 so if anyone used that one it should also work 16:33 < marvin24> gildean: I think many people use your logs (and also statistics) 16:33 <*> Topic for #ac100: French on #ac100-fr | Italian on #ac100-it | Russian on #ac100-ru | Wiki: http://ac100.grandou.net | Sources: http://gitorious.org/ac100/ | Developer team & mailing-list: https://launchpad.net/~ac100 | Check logs on http://ac100.tunk.org/logs 16:33 <*> Topic set by ggrandou [~quassel@clochette.grandou.net] [Mon Aug 15 20:06:17 2011] 16:33 < marvin24> would be sad to loose them 16:34 <*> Quits ->zombah [~zombie@fw0.msk.stream-internet.net] [Quit: Konversation terminated!] 16:34 marvin24: yep, i'm planning to keep them up as long as i possibly can 16:34 < marvin24> thanks! It's really helpful 16:34 marvin24: as in, i haven't planned on stopping to log and share the logs, it doens't cost me anything more to do it 16:35 < marvin24> maintainance time is also some "cost" 16:35 yeah, but that i'm willing to contribute to the community 16:37 i'll check the problem with the other name later when our admin answers, it's probably some misconfig, i just don't get how it works for me and it works for you on certain browsers 16:37 well, anyways, i'm sure it's just some minor thing 16:38 < woglinde> hm 404 here to with chrome 16:38 < woglinde> some ip filter? 16:39 woglinde: there shouldn't be, it's the same server serving the same site, there's just two cnames 16:39 and if the other one works, the only thing i can think of is some kind of dns problem 16:39 < woglinde> this looks like some ngix missconfiguration 16:39 probably is 16:39 i didn't config the new server, so i have to ask our admin 16:39 < woglinde> with www path 16:40 well, the other url works and now the dynamic name is also pointing to it so you should at least be able to read the logs 16:41 < woglinde> yes julkinen.salaliitto.com works 16:41 < woglinde> ok.salaliitto.com not 16:42 < woglinde> lol 16:42 < woglinde> really funny 16:42 < woglinde> julkinen.salaliitto.com works only for logs 16:42 marvin24 just said the opposite 16:42 < woglinde> lol 16:42 < woglinde> okay here http://ok.salaliitto.com/ac100 works for main page 16:43 < woglinde> and nothing else 16:43 < woglinde> and julkinen.salaliitto.com works for the logs only 16:43 but yeah, i can't do anything to solve that before our admin answers, hopefully it'll be solved later today 16:47 <*> Quits ->e-ndy [~e-ndy@fantomas.bestit.cz] [Ping timeout: 272 seconds] 17:21 <*> Joins[#ac100] ->e-ndy [~e-ndy@fantomas.bestit.cz] 17:25 <*> Quits ->e-ndy [~e-ndy@fantomas.bestit.cz] [Excess Flood] 17:25 <*> Joins[#ac100] ->e-ndy [~e-ndy@fantomas.bestit.cz] 18:11 <*> Joins[#ac100] ->stuw_ [~stuw@87.255.14.112] 18:37 <*> Joins[#ac100] ->mase76 [~mase76@p5DD3B23D.dip0.t-ipconnect.de] 18:38 <*> Quits ->mase76 [~mase76@p5DD3B23D.dip0.t-ipconnect.de] [Client Quit] 18:50 <*> Joins[#ac100] ->saturn2000 [~froloff@87.228.77.93] 18:58 <*> Quits ->ppisati [~ppisati@nat/canonical/x-lozdciplpnsagmpr] [Remote host closed the connection] 19:01 <*> Quits ->woglinde [~henning@fb-n15-11.unbelievable-machine.net] [Ping timeout: 248 seconds] 19:18 <*> Joins[#ac100] ->saturn20001 [~froloff@87.228.77.93] 19:18 <*> Quits ->saturn2000 [~froloff@87.228.77.93] [Read error: Connection reset by peer] 19:26 <*> Quits ->saturn20001 [~froloff@87.228.77.93] [Ping timeout: 245 seconds] 19:46 <*> Quits ->nchauvet [zfe0gshejv@92.103.166.6] [Remote host closed the connection] 19:51 <*> Joins[#ac100] ->resetnow__ [~quassel@109-126-200-164.domolink.elcom.ru] 19:53 <*> Quits ->resetnow_ [~quassel@84.53.254.150] [Ping timeout: 252 seconds] 20:02 <*> Joins[#ac100] ->savalik [~savalik@176.99.70.21] 20:28 <*> Quits ->thief_and_a_liar [~thief@m188-149-114-190.cust.tele2.no] [Ping timeout: 265 seconds] 20:32 <*> Joins[#ac100] ->mase76 [~mase76@p5DD3B23D.dip0.t-ipconnect.de] 20:43 <*> Joins[#ac100] ->zombah [~zombah@ppp37-190-30-105.pppoe.spdop.ru] 20:48 <*> Quits ->ogra_ [~ogra@nat/canonical/x-euubxgoylosfvafw] [Ping timeout: 272 seconds] 20:54 <*> Quits ->mase76 [~mase76@p5DD3B23D.dip0.t-ipconnect.de] [Remote host closed the connection] 21:10 <*> Quits ->resetnow__ [~quassel@109-126-200-164.domolink.elcom.ru] [Read error: Connection reset by peer] 21:18 <*> Joins[#ac100] ->kwizart [~kwizart@fedora/kwizart] 21:22 <*> Joins[#ac100] ->thief_and_a_liar [~thief@m188-149-114-190.cust.tele2.no] 22:16 <*> Quits ->brutal_ [~Brutal@188.134.36.89] [Quit: Leaving] 22:37 <*> Joins[#ac100] ->pekka2 [~naivsuper@cm-84.210.54.188.getinternet.no] 22:38 <*> Joins[#ac100] ->gomiboy [~frodone@ppp-232-106.21-151.libero.it] 23:39 <*> Quits ->stuw_ [~stuw@87.255.14.112] [Ping timeout: 248 seconds] --- Day changed Sat Feb 01 2014 00:06 <*> Quits ->thief_and_a_liar [~thief@m188-149-114-190.cust.tele2.no] [Ping timeout: 265 seconds] 00:33 <*> Quits ->savalik [~savalik@176.99.70.21] [Read error: Connection reset by peer] 01:14 <*> Quits ->zombah [~zombah@ppp37-190-30-105.pppoe.spdop.ru] [Ping timeout: 252 seconds] 01:22 <*> Quits ->kwizart [~kwizart@fedora/kwizart] [Quit: Quitte] 01:43 <*> Joins[#ac100] ->stroughtonsmith [~steven@86.47.36.196] 01:44 <*> Quits ->stroughtonsmith [~steven@86.47.36.196] [Client Quit] 01:51 <*> Quits ->pekka2 [~naivsuper@cm-84.210.54.188.getinternet.no] [Ping timeout: 252 seconds] 01:52 <*> Quits ->gomiboy [~frodone@ppp-232-106.21-151.libero.it] [Quit: Leaving.] 02:53 <*> Quits ->Geniack [~Geniack@unaffiliated/geniack] [Disconnected by services] 02:53 <*> Joins[#ac100] ->Geniack_ [~Geniack@unaffiliated/geniack] 03:18 <*> Joins[#ac100] ->pekka1 [~naivsuper@cm-84.210.54.188.getinternet.no] 03:54 <*> Joins[#ac100] ->thief_and_a_liar [~thief@m188-149-114-190.cust.tele2.no] 04:00 <*> Quits ->thief_and_a_liar [~thief@m188-149-114-190.cust.tele2.no] [Quit: Leaving] 05:52 <*> Joins[#ac100] ->mapr_ [~quassel@p4FEF6DC6.dip0.t-ipconnect.de] 05:54 <*> Quits ->mapr [~quassel@p4FEF7505.dip0.t-ipconnect.de] [Ping timeout: 245 seconds] 08:03 <*> Joins[#ac100] ->brutal_ [~Brutal@188.134.36.89] 08:05 <*> Joins[#ac100] ->stuw_ [~stuw@87.255.14.112] 08:48 <*> Joins[#ac100] ->saturn2000 [~froloff@87.228.77.93] 09:49 <*> Joins[#ac100] ->resetnow_ [~quassel@212.124.11.38] 10:14 <*> resetnow_ is now known as resetnow 10:26 <*> Joins[#ac100] ->savalik [~savalik@176.99.70.21] 11:01 <*> Joins[#ac100] ->zombah [~zombah@194.165.0.6] 11:02 <*> Quits ->stuw [~andreydan@swsoft-msk-nat.sw.ru] [Ping timeout: 240 seconds] 11:06 <*> Joins[#ac100] ->stuw [~andreydan@195.214.232.10] 11:12 <*> Quits ->stuw [~andreydan@195.214.232.10] [Ping timeout: 248 seconds] 11:13 <*> Joins[#ac100] ->stuw [~andreydan@swsoft-msk-nat.sw.ru] 11:30 <*> Netsplit *.net <-> *.split quits: slackner, sqshr, taruti 11:34 <*> Netsplit over, joins: sqshr, taruti 11:35 <*> Netsplit over, joins: slackner 11:38 <*> Quits ->saturn2000 [~froloff@87.228.77.93] [Ping timeout: 248 seconds] 11:41 <*> Joins[#ac100] ->mase76 [~mase76@p5DD3AA3B.dip0.t-ipconnect.de] 11:41 <*> Quits ->taruti [taruti@ultra.violetti.org] [Remote host closed the connection] 11:41 <*> Joins[#ac100] ->taruti [taruti@ultra.violetti.org] 11:41 <*> Quits ->taruti [taruti@ultra.violetti.org] [Ping timeout: 260 seconds] 11:42 <*> Joins[#ac100] ->taruti [taruti@ultra.violetti.org] 11:57 <*> Quits ->mase76 [~mase76@p5DD3AA3B.dip0.t-ipconnect.de] [Remote host closed the connection] 11:58 <*> Joins[#ac100] ->mase76 [~mase76@p5DD3AA3B.dip0.t-ipconnect.de] 12:09 <*> Quits ->mase76 [~mase76@p5DD3AA3B.dip0.t-ipconnect.de] [Remote host closed the connection] 12:09 <*> Joins[#ac100] ->mase76 [~mase76@p5DD3AA3B.dip0.t-ipconnect.de] 12:13 <*> Quits ->stuw [~andreydan@swsoft-msk-nat.sw.ru] [Ping timeout: 252 seconds] 12:20 <*> Quits ->mase76 [~mase76@p5DD3AA3B.dip0.t-ipconnect.de] [Remote host closed the connection] 12:21 <*> Joins[#ac100] ->mase76 [~mase76@p5DD3AA3B.dip0.t-ipconnect.de] 12:24 <*> Joins[#ac100] ->mase_76 [~mase76@p5DD3AA3B.dip0.t-ipconnect.de] 12:25 <*> Quits ->mase_76 [~mase76@p5DD3AA3B.dip0.t-ipconnect.de] [Remote host closed the connection] 12:40 <*> Joins[#ac100] ->stuw [~andreydan@swsoft-msk-nat.sw.ru] 14:36 <*> Quits ->resetnow [~quassel@212.124.11.38] [Read error: Connection reset by peer] 14:39 <*> Joins[#ac100] ->resetnow [~quassel@212.124.11.38] 14:57 <*> Quits ->mase76 [~mase76@p5DD3AA3B.dip0.t-ipconnect.de] [Remote host closed the connection] 15:50 <*> Joins[#ac100] ->kjeldo [535d0650@gateway/web/freenode/ip.83.93.6.80] 16:44 <*> Quits ->savalik [~savalik@176.99.70.21] [Read error: Connection reset by peer] 16:56 <*> Joins[#ac100] ->mase76 [~mase76@p5DD3AA3B.dip0.t-ipconnect.de] 17:03 <*> Joins[#ac100] ->ali_as [~as@unaffiliated/ali-as/x-9346880] 17:08 <*> Joins[#ac100] ->savalik [~savalik@176.99.70.21] 18:08 <*> Joins[#ac100] ->mase_76 [~mase76@p5DD3AA3B.dip0.t-ipconnect.de] 18:10 < mase_76> marvin24: you there? 18:11 < mase_76> anybody here with for-next kernel and swap working? 18:13 < mase_76> i get a kernel oops after some minutes with swap partition or zram. 18:29 <*> Quits ->savalik [~savalik@176.99.70.21] [Ping timeout: 252 seconds] 18:40 <*> Joins[#ac100] ->juliank [~juliank@ubuntu/member/juliank] 18:55 <*> Joins[#ac100] ->savalik [~savalik@176.99.70.21] 19:22 <*> Quits ->savalik [~savalik@176.99.70.21] [Read error: Connection reset by peer] 19:45 <*> Quits ->kjeldo [535d0650@gateway/web/freenode/ip.83.93.6.80] [Quit: Page closed] 21:25 <*> Quits ->resetnow [~quassel@212.124.11.38] [Read error: Connection reset by peer] 21:41 <*> Joins[#ac100] ->antithesis [antithesis@5.44.97.38] 21:41 < antithesis> Hello 21:42 < antithesis> Does Ubuntu work well on the ac100? 21:42 < antithesis> Or Debian, for that matter 22:13 < antithesis> Also, how's the screen? Can I hold it like a book, and still see the screen clearly? 22:13 < antithesis> I have a netbook where the screen just isn't designed for that 22:36 < sirderpalot> dunno 22:37 < antithesis> Mind trying? 22:37 < sirderpalot> i don't have one :P 22:45 <*> Quits ->stuw_ [~stuw@87.255.14.112] [Read error: Connection reset by peer] 23:42 < antithesis> Meh, I'll just buy a proper tablet --- Day changed Sun Feb 02 2014 00:07 <*> Quits ->juliank [~juliank@ubuntu/member/juliank] [Ping timeout: 252 seconds] 01:15 <*> Parts[#ac100] ->antithesis [antithesis@5.44.97.38] ["Leaving"] 01:47 <*> Joins[#ac100] ->stroughtonsmith [~steven@86.47.36.196] 01:50 <*> Quits ->mase_76 [~mase76@p5DD3AA3B.dip0.t-ipconnect.de] [Ping timeout: 248 seconds] 01:50 <*> Quits ->mase76 [~mase76@p5DD3AA3B.dip0.t-ipconnect.de] [Ping timeout: 252 seconds] 01:51 <*> Joins[#ac100] ->mase76 [~mase76@p5DD3A8B0.dip0.t-ipconnect.de] 01:54 <*> Quits ->zombah [~zombah@194.165.0.6] [Quit: Konversation terminated!] 02:04 <*> Joins[#ac100] ->mase_76 [~mase76@p5DD3A8B0.dip0.t-ipconnect.de] 02:40 <*> Joins[#ac100] ->lautriv [~lautriv@f050080186.adsl.alicedsl.de] 02:40 < lautriv> PaulFertser, are you around ? 02:46 < sirderpalot> derp. 02:52 <*> Joins[#ac100] ->Geniack [~Geniack@unaffiliated/geniack] 02:53 <*> Quits ->Geniack_ [~Geniack@unaffiliated/geniack] [Read error: Operation timed out] 04:19 <*> Joins[#ac100] ->savalik [~savalik@176.99.70.21] 04:55 <*> Quits ->savalik [~savalik@176.99.70.21] [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/] 05:49 <*> Joins[#ac100] ->mapr [~quassel@p4FEF7999.dip0.t-ipconnect.de] 05:49 <*> Quits ->mapr_ [~quassel@p4FEF6DC6.dip0.t-ipconnect.de] [Ping timeout: 252 seconds] 07:24 <*> Quits ->mase76 [~mase76@p5DD3A8B0.dip0.t-ipconnect.de] [Read error: Operation timed out] 07:25 <*> Joins[#ac100] ->mase76 [~mase76@p5DD393C3.dip0.t-ipconnect.de] 07:27 <*> Quits ->mase_76 [~mase76@p5DD3A8B0.dip0.t-ipconnect.de] [Ping timeout: 245 seconds] 07:27 <*> Joins[#ac100] ->mase_76 [~mase76@p5DD39475.dip0.t-ipconnect.de] 07:29 <*> Quits ->mase76 [~mase76@p5DD393C3.dip0.t-ipconnect.de] [Ping timeout: 240 seconds] 07:32 <*> Quits ->mase_76 [~mase76@p5DD39475.dip0.t-ipconnect.de] [Ping timeout: 265 seconds] 07:47 <*> Quits ->lautriv [~lautriv@f050080186.adsl.alicedsl.de] [Ping timeout: 260 seconds] 08:00 <*> Joins[#ac100] ->lautriv [~lautriv@f050081164.adsl.alicedsl.de] 08:03 <*> Joins[#ac100] ->stroughtonsmith_ [~steven@86.47.36.196] 08:04 < PaulFertser> lautriv: just woken up 08:05 <*> Quits ->stroughtonsmith [~steven@86.47.36.196] [Ping timeout: 260 seconds] 08:05 <*> stroughtonsmith_ is now known as stroughtonsmith 08:06 < lautriv> PaulFertser, hi there ;) just about to go to bed. i had an issue with some defunctional install via debootstrap but it pointed out the used cardreader was unable to handle SDHC/SDXC, works now. 08:07 < PaulFertser> lautriv: great 08:07 < PaulFertser> lautriv: have a good night :) 08:07 < lautriv> PaulFertser, if my wife won't hurt me, the initial release will be made to the public today. 08:08 < PaulFertser> lautriv: looking forward to it! It'd be nice to have another mass-market device supported :) 08:10 < lautriv> works here, you may look at https://www.coldplug.net/public and in the meantime i got some space from halifax RWTH Aachen ( speak : ftp2.de.debian.org ) they are bound to the net with 10Gb/s 08:21 < PaulFertser> lautriv: if you need assistance in preparing Xkb configuration (Xmodmap is old stuff and in X.org it works via a limited emulation layer), I can try to help. 08:23 < lautriv> PaulFertser, since i had never problems with keymaps, i did what i found. if there is a better approach, i loke to know. Also if i got that right, latest console-tools go another way, maybe that's what you're after ? 08:24 < lautriv> *like 08:25 < PaulFertser> lautriv: I think console-tools didn't change much, but X.org is always using the keyboard in "raw" mode and deals with all the mappings on its own. It used to be Xmodmap before but for probably 10 years or so they switched to Xkb. 08:26 < lautriv> ok, but what was that unified handling i read about ? 08:30 < sirderpalot> PaulFertser, lautriv: you need a trimslice. 08:31 < sirderpalot> the Trimslice H diskless is going for $99 on amazon right now. 08:31 < sirderpalot> http://www.amazon.com/Trim-Slice-Trim-Slice-HS-CompuLab-H-Diskless/dp/B00FLZGJCW 08:31 < lautriv> sirderpalot, it's not about what i need but more what i have and will port ;) 08:32 < sirderpalot> lol 08:32 < sirderpalot> but it works great at the moment 08:32 < sirderpalot> other than the wifi causing hangs because of kernel module 08:33 < sirderpalot> it's like an ac100... minus the keyboard and screen 08:38 < lautriv> sirderpalot, nice thingie, could consider to use it for htpc but probably a bit less power for streming ? 08:40 < lautriv> ok, 7:40 AM here and i had no sleep, laters. 08:45 <*> Joins[#ac100] ->stuw_ [~stuw@87.255.14.112] 09:27 <*> Joins[#ac100] ->mase76 [~mase76@p5DD38D03.dip0.t-ipconnect.de] 09:29 <*> Joins[#ac100] ->mase_76 [~mase76@p5DD38D03.dip0.t-ipconnect.de] 10:12 < lautriv> can't get sleep *grumble* 10:17 <*> Joins[#ac100] ->savalik [~savalik@176.99.70.21] 10:26 < lautriv> PaulFertser, just had a read on xkb, what a mess o.O 10:56 < PaulFertser> lautriv: well, it's sort of less of a mess than xmodmap given the current x.org input subsystem requirements. 10:57 < lautriv> PaulFertser, maybe if done/compiled but the layout froze my left eye. 10:59 < lautriv> could also be i took the wrong page to read ;) 11:02 < PaulFertser> lautriv: the bad thing about it is that it's poorly documented, that's why I offered to help since I had already went through the pain :) 11:05 < lautriv> PaulFertser, the main difference on this thingie is RAlt with keycode 135, i may check if the rest is ok with given xkb. 11:08 < topi`> there's surprisingly lot of discussion here 11:08 < topi`> my ac100 has been unused since the hinge broke. 11:09 < lautriv> topi`, what broke ? 11:10 < lautriv> lemme reprase, was it part of the plastic ? 11:14 <*> Joins[#ac100] ->ogra_ [~ogra@p4FDFAC53.dip0.t-ipconnect.de] 11:15 <*> Joins[#ac100] ->ogra_` [~ogra_@p5098ed03.dip0.t-ipconnect.de] 11:16 <*> Quits ->ogra_ [~ogra@p4FDFAC53.dip0.t-ipconnect.de] [Remote host closed the connection] 11:21 <*> Joins[#ac100] ->resetnow [~quassel@81-27-48-136.domolink.elcom.ru] 11:41 < topi`> yeah, the plastic hinge 11:41 < topi`> so it's being kept together by the wires going to the display now 11:42 < topi`> anyhow, the biggest problem of the AC100 is/was the lack of WiFi range 11:42 < topi`> it was hugely disappointing, even the samsung chromebook has much better range 11:43 < antoszka> Guys, I got an AC100 second hand off an auction, guy advertised as having 3G – I can't however see any modem on the USB bus (is that where I should look) nor any ttyUSB/ACM modem-related entries in the kernel log. 11:43 < topi`> I bought a Lenovo Ideapad A10 (quad-core cortex-A9) and its wifi works *everywhere* in my house. wonderful. 11:43 < antoszka> So I suppose it's *not* a 3G enabled model or shall I look somewhere else than dmesg/lsusb? 11:55 <*> Joins[#ac100] ->kjeldo [535d0650@gateway/web/freenode/ip.83.93.6.80] 12:02 < stuw_> antoszka, check exact model. I have no 3g modem in my ac100 and I don't remember, how it's detected in os 12:08 < antoszka> the exact model is not listed on the wiki, but the main model (10K, was it?) is listed as *not* having 3g, which supports my suspicion. 12:13 <*> Joins[#ac100] ->juliank [~juliank@ubuntu/member/juliank] 12:22 < stuw_> 10k has no 3g/bt (it is listed on wiki - http://ac100.grandou.net/models) 12:22 < antoszka> yeah 12:23 < antoszka> it's AC100-10K P/N PDN01E-001018PL 12:24 < antoszka> 10K is on the wiki, but the 001018PL bit is not. 12:24 < antoszka> So I wasn't sure. 12:36 <*> Joins[#ac100] ->arune_ [~arune@h-186-219.a357.priv.bahnhof.se] 12:40 <*> Netsplit *.net <-> *.split quits: arune 13:01 <*> Joins[#ac100] ->pekka [~pekka@cm-84.210.54.188.getinternet.no] 15:02 <*> Joins[#ac100] ->kusma [~kusma@dings.rbnw.no] 15:03 <*> Joins[#ac100] ->woglinde [woglinde@conference/fosdem/x-sacypakkvjaddhrb] 15:26 <*> Quits ->stroughtonsmith [~steven@86.47.36.196] [Quit: stroughtonsmith] 15:47 <*> Quits ->savalik [~savalik@176.99.70.21] [Read error: Connection reset by peer] 15:59 <*> Quits ->woglinde [woglinde@conference/fosdem/x-sacypakkvjaddhrb] [Ping timeout: 245 seconds] 16:20 <*> Joins[#ac100] ->savalik [~savalik@176.99.70.21] 16:56 <*> Quits ->mase_76 [~mase76@p5DD38D03.dip0.t-ipconnect.de] [Ping timeout: 252 seconds] 16:56 <*> Quits ->mase76 [~mase76@p5DD38D03.dip0.t-ipconnect.de] [Ping timeout: 252 seconds] 17:00 <*> Joins[#ac100] ->mase76 [~mase76@p5DD38D03.dip0.t-ipconnect.de] 17:00 <*> Quits ->mase76 [~mase76@p5DD38D03.dip0.t-ipconnect.de] [Client Quit] 17:02 <*> Joins[#ac100] ->mase76 [~mase76@p5DD38D03.dip0.t-ipconnect.de] 17:03 <*> Quits ->mase76 [~mase76@p5DD38D03.dip0.t-ipconnect.de] [Client Quit] 17:03 <*> Joins[#ac100] ->mase76 [~mase76@p5DD38D03.dip0.t-ipconnect.de] 17:11 <*> Quits ->mase76 [~mase76@p5DD38D03.dip0.t-ipconnect.de] [Quit: Ex-Chat] 17:11 <*> Joins[#ac100] ->mase76 [~mase76@p5DD38D03.dip0.t-ipconnect.de] 18:55 <*> Quits ->savalik [~savalik@176.99.70.21] [Read error: Connection reset by peer] 19:10 <*> Joins[#ac100] ->savalik [~savalik@176.99.70.21] 19:12 < mase76> you have DRM_TEGRA_FBDEV and DRM_TEGRA_STAGING enabled for modesetting driver? 19:25 <*> Quits ->resetnow [~quassel@81-27-48-136.domolink.elcom.ru] [Ping timeout: 245 seconds] 19:34 <*> Joins[#ac100] ->resetnow [~quassel@109-126-219-130.domolink.elcom.ru] 19:54 < lautriv> PaulFertser, i found the option XkbRules several times set to xorg but there is neither a file nor an alias, is this internally bound to xfree86 ? 19:57 < PaulFertser> lautriv: I have /usr/share/X11/xkb/rules/ 19:59 < lautriv> PaulFertser, ah, i see it's linked to base. since i grepped the dir i didn's see that ;) 20:05 <*> ogra_` is now known as ogra_ 20:21 < topi`> hey ogra_ :) did you read about AMD's upcoming Opteron A1100? 20:21 < ogra_> i saw the news, yep 20:21 < topi`> they're going to release a developer box 20:21 < topi`> I wonder how much that'll cost 20:32 < ogra_> well, it is server class HW ... wont be cheap 20:33 <*> Quits ->resetnow [~quassel@109-126-219-130.domolink.elcom.ru] [Remote host closed the connection] 20:34 < lautriv> PaulFertser, my Xorg.0.log told me can't load server-0.xkb this is obv. because it wasn't compiled and placed to /var/lib/xkb not really a problem right now but i removed the xorg.conf completely and it still loads my german settings ( was prev. in xorg ) is that somewhere cached or does it select by console-presets ? 20:37 < PaulFertser> lautriv: hm, that's the first time I hear about console presets. 20:39 <*> Quits ->stuw_ [~stuw@87.255.14.112] [Read error: Connection reset by peer] 20:40 < lautriv> PaulFertser, got that part only by some recent package changes. rumours there is some unification around because latest xorg will grab input directly from udev, however i wonder why it actually loads my pc-105-de-latin1-nodeadkeys while xorg.conf is nonexistent. 20:42 < lautriv> ogra_, i could imagine it's not that expensive because the only server-spec is calculation-power where the generic i/o is rather desktop. 20:43 < ogra_> well ... it comes with pretty high class peripherials (10GigE ... SATA .. ) that are not actually typical for ARM dev boards 20:44 < ogra_> but we'll see i guess 20:44 < lautriv> right but regular PC, server would have RSA/BMC/SAS/iLo/RAID and whatelse 20:44 < ogra_> most actually marvell server class ARM boards i have worked with in my life were rather in the 4 digit price range than in the 2 or 3 digit one 20:45 < lautriv> starting price is also massively depening on market/count of sold PCS. 20:48 < ogra_> it will surely not be in the price range of a beagle, panda or RPi, but if they want devs (outside of big company backed ones) to actually work with it they will also try to keep it out of the four digit price range 20:49 < ogra_> i would expect something between $200-$400 20:50 < lautriv> seems reasonable since they actually count ~$100 for the CPU. would be nice to see more arm than x86 in future :o) 20:52 < ogra_> we surely will :) 20:53 < ogra_> (we already do, mind you ... there are more linux driven phones out there than windows driven PCs) 20:54 < mase76> what must i do to get the power button work? i see only an event in the log. 20:55 < lautriv> mase76, does it produce a regular keycode ? 20:57 < mase76> no, an ec event 21:01 < lautriv> mase76, i'm actually not on the AC100 but i remember debian on a thinkpad handled those with suspend, PaulFertser recommented me also input-event-handler. 21:10 < lautriv> PaulFertser, there is the curiosity -> http://pastebin.com/8piFXv6x 21:14 < mase76> i am on debian. the button worked in the past. i surely only forgot to enable something in the kernel config. 21:14 < lautriv> mase76, maybe you didn't enable exports to /sys 21:15 < lautriv> can anyone tell me what the "most common" keyboard setting for the US is in a.) xorg.conf b.) loaded keymap for console 21:16 < ogra_> "us" 21:17 < ogra_> dont you use debian ? there xorg.conf should pick it up from console-setup 21:18 < ogra_> (see /etc/default/console-setup (which sources /etc/default/keyboard)) 21:20 < lautriv> ogra_, i have to tweak an uncommon layout and my own is de like yours but i need to know what the americans usually load to go there . 21:20 < ogra_> should really be just "us" 21:21 < ogra_> sudo dpkg-reconfigure console-setup 21:22 < ogra_> that should set the proper defaults based on your selection 21:22 < lautriv> and for those NOT using XKB on console ? 21:22 < ogra_> same thing, xkb is derived from the console settings in debian afaik 21:30 < mase76> lautriv: what kernel option is this exactly? 21:31 < lautriv> mase76, lemme check ... 21:35 < lautriv> mase76, clearly CONFIG_SYSFS=y where there is no additional option in powermanagement but you _may_ need the deprecated /proc/acpi/* 21:36 < mase76> isn't that all enabled in the defconfig? 21:36 < lautriv> can i know what you configured ? 21:36 < mase76> tegra_defconfig and some additional drivers, mainly usb. 21:38 < lautriv> i guess the /proc/acpi is not longer default since recent kernel have recent options ( where /proc/acpi is considered to be deprecated, no idea what the actual suspend is using ) 21:46 < mase76> the bigger problem is, that the modesetting driver does not work. the defconfig has no DRM_TEGRA_FBDEV and DRM_TEGRA_STAGING enabled. without these, the display does not work at all. enabling both, only fbdev works with x. now i try with DRM_TEGRA_STAGING only. 21:55 < lautriv> mase76, my AC100 (rather the one of my wife ) has a broken display but graphics just worked when i was there. may tell you details if there is a new display mounted. 21:57 < lautriv> ok, to tweak the US layout i have just a picture of the said thingie, what is usually on the button left to "z" ? 22:27 <*> Quits ->savalik [~savalik@176.99.70.21] [Read error: Connection reset by peer] 22:32 < marvin24> mase76: you need to catch the event and generate a key out of it inside the kernel 22:33 < marvin24> the 3.8 does this, but I never ported it to newer version 22:46 <*> Quits ->juliank [~juliank@ubuntu/member/juliank] [Quit: Verlassend] 23:00 <*> Quits ->pranza [pranza@pranza.audiomastering.lt] [Quit: ðikt!] 23:07 < mase76> marvin24: that explains everything. 23:09 < mase76> marvin24: can you check the defconfig? DRM_TEGRA_FBDEV and DRM_TEGRA_STAGING are both not enabled. 23:21 < marvin24> DRM_TEGRA_FBDEV is set 23:21 < marvin24> STAGING isn't (which is ok) 23:22 < marvin24> you need to run make tegra_defconfig and check .config instead 23:22 < marvin24> tegra_defconfig only holds non default options (tegra_fbdev may be autoselected) 23:23 < mase76> ok, then i enable fbdev and disable staging and retry. 23:23 < marvin24> AFAIK, staging only enabled libdrm support which isn't upstreamed yet 23:24 < marvin24> it shouldn't hurt though 23:24 < mase76> i still try to find out, why modesetting does not work. 23:28 < marvin24> I still think it must be debian related, cause ubuntu 13.10 works fine here 23:30 < mase76> i also tried rebuilding the driver 23:31 < marvin24> maybe xorg or some of its dependencies 23:31 < marvin24> you could try to get a backtrace 23:31 < mase76> so you mean, the host1x stuff has nothing to do with this issue? 23:31 < marvin24> yes 23:32 < marvin24> I know ubuntu has some patch not to crash on non-pci gpus 23:32 < marvin24> maybe you hit this 23:32 < marvin24> again, backtrace would be helpful 23:32 < mase76> there is no crash. no devices are detected. 23:33 < marvin24> ah, yes, sorry, I mixed this up 23:33 < marvin24> you said 3.10 was working (until it crashes)? 23:35 marvin24 needs some sleep now 23:36 < mase76> you propably mean my kernel oops when using swap. --- Log closed Mon Feb 03 00:00:17 2014 --- Log opened Mon Jan 26 00:00:28 2015 00:29 <*> Quits ->brutal [~Brutal@5.18.76.119] [Remote host closed the connection] 00:29 <*> Joins[#ac100] ->brutal_ [~Brutal@5.18.76.119] 05:53 <*> Quits ->XTaran [~abe@kiva6.ethz.ch] [Ping timeout: 252 seconds] 06:08 <*> Joins[#ac100] ->stuw__ [~stuw_@87.255.2.218] 08:12 <*> Quits ->zombah [~zombah@fw0.msk.stream-internet.net] [Quit: Leaving] 09:35 <*> Joins[#ac100] ->ppisati [~ppisati@2-230-238-136.ip204.fastwebnet.it] 09:48 <*> Joins[#ac100] ->lovecraftian [~cthulhu@77.228.175.74] 09:48 <*> Quits ->lovecraftian [~cthulhu@77.228.175.74] [Changing host] 09:48 <*> Joins[#ac100] ->lovecraftian [~cthulhu@unaffiliated/lovecraftian] 09:57 <*> Quits ->Tequila [~guillaume@cab.pkg.fr] [Ping timeout: 264 seconds] 09:58 <*> Joins[#ac100] ->Tequila [~guillaume@cab.pkg.fr] 10:02 <*> Joins[#ac100] ->zombah [~zombah@2a02:28:3:1:214:4fff:fe47:5920] 11:03 <*> Joins[#ac100] ->nchauvet [gob506fwt3@92.103.166.6] 11:13 <*> Joins[#ac100] ->stenzel [stenzel@nat/ibm/x-stndmhriyqpycnxn] 11:31 <*> Quits ->gtom [~tom@floreal.gtom.eu] [Ping timeout: 252 seconds] 11:37 <*> Joins[#ac100] ->gtom [~tom@floreal.gtom.eu] 12:02 <*> Quits ->stuw__ [~stuw_@87.255.2.218] [Ping timeout: 245 seconds] 12:39 <*> Joins[#ac100] ->stuw__ [~stuw_@87.255.2.218] 13:31 <*> Joins[#ac100] ->mirco_ [~mirco@ip-176-198-211-199.hsi05.unitymediagroup.de] 14:52 <*> Quits ->pranza [pranza@pranza.audiomastering.lt] [Ping timeout: 252 seconds] 15:19 <*> Quits ->Tequila [~guillaume@cab.pkg.fr] [Ping timeout: 246 seconds] 15:31 <*> Joins[#ac100] ->Tequila [~guillaume@cab.pkg.fr] 15:37 <*> Quits ->Tequila [~guillaume@cab.pkg.fr] [Ping timeout: 244 seconds] 15:42 <*> Quits ->PaulFertser [paul@paulfertser.info] [Ping timeout: 272 seconds] 15:45 <*> Joins[#ac100] ->Tequila [~guillaume@cab.pkg.fr] 15:50 <*> Quits ->Tequila [~guillaume@cab.pkg.fr] [Ping timeout: 264 seconds] 15:51 <*> Joins[#ac100] ->Tequila [~guillaume@cab.pkg.fr] 16:07 <*> Quits ->Tequila [~guillaume@cab.pkg.fr] [Ping timeout: 244 seconds] 16:29 <*> Joins[#ac100] ->Tequila [~guillaume@cab.pkg.fr] 16:52 <*> Joins[#ac100] ->PaulFertser [paul@paulfertser.info] 18:34 <*> Quits ->stenzel [stenzel@nat/ibm/x-stndmhriyqpycnxn] [Ping timeout: 244 seconds] 19:03 <*> Quits ->zombah [~zombah@2a02:28:3:1:214:4fff:fe47:5920] [Quit: Leaving] 19:12 <*> Joins[#ac100] ->afaerber_ [~andreasf_@p54943C9A.dip0.t-ipconnect.de] 19:15 <*> Quits ->afaerber [~andreasf_@p54941F98.dip0.t-ipconnect.de] [Ping timeout: 265 seconds] 19:30 <*> afaerber_ is now known as afaerber 20:19 <*> Quits ->ppisati [~ppisati@2-230-238-136.ip204.fastwebnet.it] [Quit: leaving] 20:56 <*> Joins[#ac100] ->seppArd [~seppArd@79.115.62.40] 20:56 <*> Quits ->seppArd [~seppArd@79.115.62.40] [Client Quit] 21:22 <*> Joins[#ac100] ->woglinde [~henning@f053042058.adsl.alicedsl.de] 21:29 <*> Joins[#ac100] ->zombah [~zombah@fw0.msk.stream-internet.net] 22:27 <*> Quits ->stuw__ [~stuw_@87.255.2.218] [Ping timeout: 244 seconds] 22:28 <*> Quits ->lovecraftian [~cthulhu@unaffiliated/lovecraftian] [Quit: "cheerio chaps"] 23:38 <*> Quits ->woglinde [~henning@f053042058.adsl.alicedsl.de] [Ping timeout: 244 seconds] --- Day changed Tue Jan 27 2015 00:55 <*> Quits ->zombah [~zombah@fw0.msk.stream-internet.net] [Quit: Leaving] 06:25 <*> Quits ->nchauvet [gob506fwt3@92.103.166.6] [Ping timeout: 252 seconds] 06:26 <*> Joins[#ac100] ->nchauvet [sbtvut0vm5@92.103.166.6] 07:43 <*> Joins[#ac100] ->ppisati [~ppisati@2-230-238-136.ip204.fastwebnet.it] 07:45 <*> Quits ->nchauvet [sbtvut0vm5@92.103.166.6] [Ping timeout: 265 seconds] 07:45 <*> Joins[#ac100] ->nchauvet [n1at8caknd@92.103.166.6] 09:08 <*> Joins[#ac100] ->lovecraftian [~cthulhu@77.228.175.74] 09:08 <*> Quits ->lovecraftian [~cthulhu@77.228.175.74] [Changing host] 09:08 <*> Joins[#ac100] ->lovecraftian [~cthulhu@unaffiliated/lovecraftian] 09:19 <*> Joins[#ac100] ->stuw__ [~stuw_@87.255.2.218] 09:49 <*> Joins[#ac100] ->woglinde [~henning@fb-n15-11.unbelievable-machine.net] 10:28 <*> Joins[#ac100] ->zombah [~zombah@2a02:28:3:1:214:4fff:fe47:5920] 10:55 <*> Quits ->mirco_ [~mirco@ip-176-198-211-199.hsi05.unitymediagroup.de] [Quit: mirco_] 11:14 <*> Joins[#ac100] ->stenzel [stenzel@nat/ibm/x-bzepvfuupcjoitwp] 12:04 <*> Quits ->lovecraftian [~cthulhu@unaffiliated/lovecraftian] [Quit: "cheerio chaps"] 12:08 <*> Joins[#ac100] ->lovecraftian [~cthulhu@77.228.175.74] 12:08 <*> Quits ->lovecraftian [~cthulhu@77.228.175.74] [Changing host] 12:08 <*> Joins[#ac100] ->lovecraftian [~cthulhu@unaffiliated/lovecraftian] 14:02 <*> Joins[#ac100] ->searcher2090 [d9764e74@gateway/web/freenode/ip.217.118.78.116] 14:02 < searcher2090> hi all 14:03 < searcher2090> i am try update from 14.04 to 14.10 14:03 < searcher2090> dual boot with u-boot (with Android CM 11.0) 14:03 < searcher2090> and give Starting Kernel and all 14:04 < searcher2090> after i am select Boot Linux in u-boot menu 14:04 < searcher2090> whats problem????? 14:04 < searcher2090> THANKS!!!!! 14:05 < searcher2090> "Starting kernel" after that nothing going on 14:06 < searcher2090> to update i am using apt-get dist-upgrade from official ubuntu repos 14:43 <*> Quits ->marvin24_ [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] [Remote host closed the connection] 14:44 <*> Joins[#ac100] ->marvin24 [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] 14:49 < marvin24> searcher2090: maybe a problem with flash-kernel 14:49 < marvin24> it was not updated to support ac100/uboot 14:49 < marvin24> you can try to load the kernel manually and see if this works 15:37 <*> Joins[#ac100] ->DanSwano [~danswano@128-73-14-24.broadband.corbina.ru] 16:33 <*> Quits ->lovecraftian [~cthulhu@unaffiliated/lovecraftian] [Quit: "cheerio chaps"] 16:40 < searcher2090> i have kernel pazz3.8.0-20 16:40 < searcher2090> flash-kernel 16:40 < searcher2090> dtb 16:40 <*> Quits ->stenzel [stenzel@nat/ibm/x-bzepvfuupcjoitwp] [Ping timeout: 255 seconds] 17:04 <*> Joins[#ac100] ->stenzel [stenzel@nat/ibm/x-phhwqbvpphihljxv] 17:10 <*> Quits ->woglinde [~henning@fb-n15-11.unbelievable-machine.net] [Ping timeout: 264 seconds] 17:13 <*> Quits ->stuw__ [~stuw_@87.255.2.218] [Ping timeout: 245 seconds] 17:44 <*> Joins[#ac100] ->woglinde [~henning@ip5b41c286.dynamic.kabel-deutschland.de] 17:48 <*> Quits ->stenzel [stenzel@nat/ibm/x-phhwqbvpphihljxv] [Ping timeout: 246 seconds] 18:17 <*> Quits ->zombah [~zombah@2a02:28:3:1:214:4fff:fe47:5920] [Quit: Leaving] 18:18 <*> Quits ->slackner [~slackner@fds-team.de] [Ping timeout: 276 seconds] 18:18 <*> Joins[#ac100] ->slackner [~slackner@fds-team.de] 18:53 <*> Joins[#ac100] ->mirco_ [~mirco@ip-176-198-211-199.hsi05.unitymediagroup.de] 19:09 <*> Joins[#ac100] ->pranza [pranza@pranza.audiomastering.lt] 19:12 <*> Joins[#ac100] ->afaerber_ [~andreasf_@p54943B5B.dip0.t-ipconnect.de] 19:15 <*> Quits ->afaerber [~andreasf_@p54943C9A.dip0.t-ipconnect.de] [Ping timeout: 252 seconds] 19:30 <*> Quits ->brutal_ [~Brutal@5.18.76.119] [Quit: Leaving] 19:31 <*> Quits ->ppisati [~ppisati@2-230-238-136.ip204.fastwebnet.it] [Quit: leaving] 19:58 <*> Joins[#ac100] ->zombah [~zombah@fw0.msk.stream-internet.net] 19:59 <*> Joins[#ac100] ->brutal_ [~Brutal@5.18.76.119] 20:58 <*> Joins[#ac100] ->stuw__ [~stuw_@87.255.2.218] 21:59 <*> Quits ->woglinde [~henning@ip5b41c286.dynamic.kabel-deutschland.de] [Ping timeout: 246 seconds] 22:22 <*> Joins[#ac100] ->GeneralIdler [~calvin@2001:4b98:dc0:47:216:3eff:fe18:5d33] 22:23 <*> Joins[#ac100] ->Chipaca` [~John@2001:41d0:a:1646::1] 22:32 <*> Netsplit *.net <-> *.split quits: Chipaca, Hobbes` 22:47 <*> Quits ->mirco_ [~mirco@ip-176-198-211-199.hsi05.unitymediagroup.de] [Ping timeout: 255 seconds] 22:48 <*> Joins[#ac100] ->mirco_ [~mirco@ip-176-198-211-199.hsi05.unitymediagroup.de] 22:51 <*> Quits ->stuw__ [~stuw_@87.255.2.218] [Ping timeout: 240 seconds] 23:28 <*> Joins[#ac100] ->mirco__ [~mirco@ip-176-198-211-199.hsi05.unitymediagroup.de] 23:28 <*> Quits ->mirco_ [~mirco@ip-176-198-211-199.hsi05.unitymediagroup.de] [Ping timeout: 264 seconds] --- Day changed Wed Jan 28 2015 01:09 <*> Quits ->searcher2090 [d9764e74@gateway/web/freenode/ip.217.118.78.116] [Ping timeout: 246 seconds] 01:31 <*> Quits ->pranza [pranza@pranza.audiomastering.lt] [Quit: The system is going down for system halt NOW!] 02:00 <*> Quits ->Snark_ [~jpuydt@cro38-1-82-236-148-178.fbx.proxad.net] [Ping timeout: 272 seconds] 02:03 <*> Joins[#ac100] ->pranza [pranza@pranza.audiomastering.lt] 02:07 <*> Joins[#ac100] ->Snark [~jpuydt@cro38-1-82-236-148-178.fbx.proxad.net] 07:09 <*> Quits ->mirco__ [~mirco@ip-176-198-211-199.hsi05.unitymediagroup.de] [Ping timeout: 245 seconds] 07:53 <*> Quits ->zombah [~zombah@fw0.msk.stream-internet.net] [Quit: Leaving] 09:11 <*> Joins[#ac100] ->lovecraftian [~cthulhu@unaffiliated/lovecraftian] 09:39 <*> Joins[#ac100] ->ppisati [~ppisati@2-230-238-136.ip204.fastwebnet.it] 09:41 <*> Joins[#ac100] ->mirco_ [~mirco@ip-176-198-211-199.hsi05.unitymediagroup.de] 09:52 <*> Joins[#ac100] ->woglinde [~henning@fb-n15-11.unbelievable-machine.net] 10:06 <*> Joins[#ac100] ->zombah [~zombah@2a02:28:3:1:214:4fff:fe47:5920] 10:26 <*> Joins[#ac100] ->stenzel [stenzel@nat/ibm/x-kybqhsclzhtnnkzu] 10:29 <*> Quits ->woglinde [~henning@fb-n15-11.unbelievable-machine.net] [Ping timeout: 264 seconds] 10:31 <*> Joins[#ac100] ->stuw__ [~stuw_@87.255.2.218] 11:15 <*> Quits ->ppisati [~ppisati@2-230-238-136.ip204.fastwebnet.it] [Quit: leaving] 11:15 <*> Joins[#ac100] ->ppisati [~ppisati@2-230-238-136.ip204.fastwebnet.it] 11:21 <*> Joins[#ac100] ->woglinde [~henning@fb-n15-11.unbelievable-machine.net] 11:26 <*> Quits ->woglinde [~henning@fb-n15-11.unbelievable-machine.net] [Ping timeout: 245 seconds] 11:27 <*> Joins[#ac100] ->woglinde [~henning@fb-n15-11.unbelievable-machine.net] 11:33 <*> Quits ->woglinde [~henning@fb-n15-11.unbelievable-machine.net] [Ping timeout: 264 seconds] 11:34 <*> Joins[#ac100] ->woglinde [~henning@fb-n15-11.unbelievable-machine.net] 11:39 <*> Quits ->woglinde [~henning@fb-n15-11.unbelievable-machine.net] [Ping timeout: 264 seconds] 11:58 <*> Quits ->ogra_ [~ogra_@p5098ed03.dip0.t-ipconnect.de] [Ping timeout: 264 seconds] 11:59 <*> Joins[#ac100] ->ogra_ [~ogra_@p5098ed03.dip0.t-ipconnect.de] 12:17 <*> Joins[#ac100] ->Wuynga [531dda9c@gateway/web/freenode/ip.83.29.218.156] 12:20 < Wuynga> Guys things finally started to move on with tegra drm support, am I right? 12:20 < Wuynga> http://www.phoronix.com/scan.php?page=news_item&px=Libdrm-2.4.59-Tegra-Skylake 12:20 < Wuynga> http://www.phoronix.com/scan.php?page=news_item&px=NVIDIA-Tegra-Atomic-ModeSet 12:26 <*> Joins[#ac100] ->woglinde [~henning@fb-n15-11.unbelievable-machine.net] 12:31 <*> Quits ->woglinde [~henning@fb-n15-11.unbelievable-machine.net] [Ping timeout: 272 seconds] 12:39 <*> Quits ->Wuynga [531dda9c@gateway/web/freenode/ip.83.29.218.156] [Quit: Page closed] 12:49 <*> Chipaca` is now known as Chipaca 12:49 <*> Quits ->Chipaca [~John@2001:41d0:a:1646::1] [Changing host] 12:49 <*> Joins[#ac100] ->Chipaca [~John@canonical/chipaca] 12:56 <*> Quits ->kenws [~ken@elliptique.net] [Remote host closed the connection] 12:57 <*> Joins[#ac100] ->kenws [~ken@elliptique.net] 13:38 <*> Quits ->Tequila [~guillaume@cab.pkg.fr] [Ping timeout: 272 seconds] 13:39 <*> Joins[#ac100] ->Tequila [~guillaume@cab.pkg.fr] 13:47 <*> Joins[#ac100] ->stuw [~stuw_@87.255.2.218] 13:49 <*> Quits ->stuw__ [~stuw_@87.255.2.218] [Ping timeout: 264 seconds] 14:03 <*> Joins[#ac100] ->woglinde [~henning@fb-n15-11.unbelievable-machine.net] 14:51 <*> Quits ->woglinde [~henning@fb-n15-11.unbelievable-machine.net] [Ping timeout: 264 seconds] 15:04 <*> Joins[#ac100] ->woglinde [~henning@fb-n15-11.unbelievable-machine.net] 15:12 <*> Quits ->woglinde [~henning@fb-n15-11.unbelievable-machine.net] [Ping timeout: 272 seconds] 15:19 <*> Joins[#ac100] ->woglinde [~henning@fb-n15-11.unbelievable-machine.net] 15:24 <*> Quits ->woglinde [~henning@fb-n15-11.unbelievable-machine.net] [Ping timeout: 240 seconds] 15:25 <*> Joins[#ac100] ->woglinde [~henning@fb-n15-11.unbelievable-machine.net] 15:26 <*> Quits ->afaerber_ [~andreasf_@p54943B5B.dip0.t-ipconnect.de] [Quit: Verlassend] 15:34 <*> Quits ->woglinde [~henning@fb-n15-11.unbelievable-machine.net] [Ping timeout: 245 seconds] 15:38 <*> Quits ->mirco_ [~mirco@ip-176-198-211-199.hsi05.unitymediagroup.de] [Quit: mirco_] 15:41 <*> Joins[#ac100] ->afaerber [andreasf_@nat/novell/x-twyizyqyrlbndclf] 16:39 <*> Joins[#ac100] ->woglinde [~henning@fb-n15-11.unbelievable-machine.net] 18:10 <*> Quits ->stenzel [stenzel@nat/ibm/x-kybqhsclzhtnnkzu] [Ping timeout: 256 seconds] 18:36 <*> Quits ->zombah [~zombah@2a02:28:3:1:214:4fff:fe47:5920] [Quit: Leaving] 19:02 <*> Quits ->ppisati [~ppisati@2-230-238-136.ip204.fastwebnet.it] [Quit: leaving] 19:33 <*> Quits ->sirderpalot [~pzzt@unaffiliated/sirderpalot] [Ping timeout: 246 seconds] 19:38 <*> Joins[#ac100] ->stuw__ [~stuw_@87.255.2.218] 19:40 <*> Quits ->stuw [~stuw_@87.255.2.218] [Ping timeout: 264 seconds] 19:47 <*> Quits ->woglinde [~henning@fb-n15-11.unbelievable-machine.net] [Ping timeout: 255 seconds] 20:01 <*> Joins[#ac100] ->sirderpalot [~pzzt@unaffiliated/sirderpalot] 22:25 <*> Joins[#ac100] ->zombah [~zombah@fw0.msk.stream-internet.net] 22:40 <*> Quits ->stuw__ [~stuw_@87.255.2.218] [Ping timeout: 264 seconds] 22:59 <*> Joins[#ac100] ->lenios [~lenios@unaffiliated/lenios] 23:08 <*> Quits ->janus [Janus@2a01:4f8:120:7061::5:46a0] [Ping timeout: 272 seconds] 23:12 <*> Quits ->zombah [~zombah@fw0.msk.stream-internet.net] [Ping timeout: 252 seconds] 23:13 <*> Joins[#ac100] ->janus [Janus@animux.de] 23:24 <*> Joins[#ac100] ->zombah [~zombah@194.165.0.6] 23:29 <*> Quits ->afaerber [andreasf_@nat/novell/x-twyizyqyrlbndclf] [Quit: Verlassend] 23:37 <*> Quits ->zombah [~zombah@194.165.0.6] [Ping timeout: 244 seconds] 23:50 <*> Joins[#ac100] ->zombah [~zombah@fw0.msk.stream-internet.net] 23:53 <*> Quits ->lovecraftian [~cthulhu@unaffiliated/lovecraftian] [Quit: "cheerio chaps"] --- Day changed Thu Jan 29 2015 00:16 <*> Quits ->pranza [pranza@pranza.audiomastering.lt] [Ping timeout: 265 seconds] 00:41 <*> Quits ->zombah [~zombah@fw0.msk.stream-internet.net] [Quit: Leaving] 02:53 <*> Quits ->lenios [~lenios@unaffiliated/lenios] [Ping timeout: 276 seconds] 04:06 <*> Quits ->ogra_ [~ogra_@p5098ed03.dip0.t-ipconnect.de] [Ping timeout: 264 seconds] 04:17 <*> Quits ->PaulFertser [paul@paulfertser.info] [Ping timeout: 272 seconds] 04:29 <*> Joins[#ac100] ->PaulFertser [paul@paulfertser.info] 07:21 <*> Joins[#ac100] ->stuw__ [~stuw_@87.255.2.218] 08:18 <*> You're now known as gildean 08:57 <*> Quits ->stuw__ [~stuw_@87.255.2.218] [Ping timeout: 246 seconds] 09:13 <*> Joins[#ac100] ->ppisati [~ppisati@2-230-238-136.ip204.fastwebnet.it] 10:15 <*> Joins[#ac100] ->lovecraftian [~cthulhu@unaffiliated/lovecraftian] 10:54 <*> Joins[#ac100] ->ogra_ [~ogra_@p5098ed03.dip0.t-ipconnect.de] 10:57 <*> Joins[#ac100] ->zombah [~zombah@2a02:28:3:1:214:4fff:fe47:5920] 10:57 <*> Quits ->zombah [~zombah@2a02:28:3:1:214:4fff:fe47:5920] [Remote host closed the connection] 11:07 <*> Joins[#ac100] ->zombah [~zombah@2a02:28:3:1:214:4fff:fe47:5920] 11:13 <*> Joins[#ac100] ->stenzel [stenzel@nat/ibm/x-ovuczubusyilpobo] 11:48 <*> Quits ->kenws [~ken@elliptique.net] [Read error: Connection reset by peer] 11:50 <*> Joins[#ac100] ->kenws [~ken@elliptique.net] 12:01 <*> Joins[#ac100] ->stuw__ [~stuw_@87.255.2.218] 12:36 <*> Joins[#ac100] ->pranza [pranza@pranza.audiomastering.lt] 13:05 <*> Joins[#ac100] ->stuw [~stuw_@87.255.2.218] 13:05 <*> Quits ->lovecraftian [~cthulhu@unaffiliated/lovecraftian] [Read error: Connection reset by peer] 13:06 <*> Joins[#ac100] ->lovecraftian [~cthulhu@77.228.175.74] 13:06 <*> Quits ->lovecraftian [~cthulhu@77.228.175.74] [Changing host] 13:06 <*> Joins[#ac100] ->lovecraftian [~cthulhu@unaffiliated/lovecraftian] 13:06 <*> Quits ->lovecraftian [~cthulhu@unaffiliated/lovecraftian] [Read error: Connection reset by peer] 13:08 <*> Quits ->stuw__ [~stuw_@87.255.2.218] [Ping timeout: 264 seconds] 13:12 <*> Joins[#ac100] ->lovecraftian [~cthulhu@77.228.175.74] 13:12 <*> Quits ->lovecraftian [~cthulhu@77.228.175.74] [Changing host] 13:12 <*> Joins[#ac100] ->lovecraftian [~cthulhu@unaffiliated/lovecraftian] 13:12 <*> Quits ->lovecraftian [~cthulhu@unaffiliated/lovecraftian] [Read error: Connection reset by peer] 13:58 <*> Joins[#ac100] ->afaerber [andreasf_@nat/suse/x-iqhmshedrlruftlr] 16:26 <*> Quits ->zombah [~zombah@2a02:28:3:1:214:4fff:fe47:5920] [Quit: Leaving] 17:02 <*> Quits ->stuw [~stuw_@87.255.2.218] [Ping timeout: 252 seconds] 18:18 <*> Quits ->stenzel [stenzel@nat/ibm/x-ovuczubusyilpobo] [Ping timeout: 240 seconds] 18:54 <*> Quits ->ppisati [~ppisati@2-230-238-136.ip204.fastwebnet.it] [Quit: leaving] 19:39 <*> Joins[#ac100] ->stuw__ [~stuw_@87.255.2.218] 19:46 <*> Joins[#ac100] ->lenios [~lenios@unaffiliated/lenios] 19:50 <*> Quits ->afaerber [andreasf_@nat/suse/x-iqhmshedrlruftlr] [Quit: Verlassend] 21:50 <*> Joins[#ac100] ->Tequila_ [~guillaume@cab.pkg.fr] 21:50 <*> Joins[#ac100] ->phh_ [~quassel@quassel-phh.rezel.net] 21:56 <*> Quits ->janus [Janus@animux.de] [Ping timeout: 264 seconds] 21:56 <*> Quits ->Tequila [~guillaume@cab.pkg.fr] [Ping timeout: 264 seconds] 21:56 <*> Quits ->sirderpalot [~pzzt@unaffiliated/sirderpalot] [Ping timeout: 264 seconds] 21:56 <*> Quits ->phh [~quassel@quassel-phh.rezel.net] [Ping timeout: 264 seconds] 21:57 <*> Joins[#ac100] ->sirderpalot [~pzzt@unaffiliated/sirderpalot] 21:57 <*> Joins[#ac100] ->janus [Janus@2a01:4f8:120:7061::5:46a0] 22:19 <*> Quits ->stuw__ [~stuw_@87.255.2.218] [Ping timeout: 265 seconds] 22:27 <*> Joins[#ac100] ->zombah [~zombah@fw0.msk.stream-internet.net] 22:41 <*> Quits ->zombah [~zombah@fw0.msk.stream-internet.net] [Quit: Leaving] --- Day changed Fri Jan 30 2015 00:56 <*> Quits ->marvin24 [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] [Quit: No Ping reply in 180 seconds.] 00:58 <*> Joins[#ac100] ->marvin24 [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] 01:08 <*> Quits ->marvin24 [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] [Ping timeout: 265 seconds] 01:10 <*> Joins[#ac100] ->marvin24 [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] 02:46 <*> Quits ->lenios [~lenios@unaffiliated/lenios] [Ping timeout: 276 seconds] 09:16 <*> Joins[#ac100] ->stuw__ [~stuw_@87.255.2.218] 09:31 <*> Joins[#ac100] ->dpol [~neo@khr-pool1-insecure-private.nic.ru] 09:31 <*> Joins[#ac100] ->ppisati [~ppisati@2-230-238-136.ip204.fastwebnet.it] 10:07 < dpol> xf86-video-opentegra now in portage tree 10:24 <*> Parts[#ac100] ->dpol [~neo@khr-pool1-insecure-private.nic.ru] [] 10:30 <*> Joins[#ac100] ->lovecraftian [~cthulhu@77.228.175.74] 10:30 <*> Quits ->lovecraftian [~cthulhu@77.228.175.74] [Changing host] 10:30 <*> Joins[#ac100] ->lovecraftian [~cthulhu@unaffiliated/lovecraftian] 11:02 <*> Joins[#ac100] ->pr|\nza [pranza@pranza.audiomastering.lt] 11:02 <*> Quits ->pr|\nza [pranza@pranza.audiomastering.lt] [Client Quit] 11:17 <*> Joins[#ac100] ->stenzel [stenzel@nat/ibm/x-ciqlamymqvdoyfvn] 11:19 <*> Quits ->marvin24 [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] [Remote host closed the connection] 11:21 <*> Joins[#ac100] ->marvin24 [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] 11:30 <*> Quits ->DanSwano [~danswano@128-73-14-24.broadband.corbina.ru] [Ping timeout: 240 seconds] 11:32 <*> Joins[#ac100] ->DanSwano [~danswano@128-73-14-24.broadband.corbina.ru] 11:50 <*> phh_ is now known as phh 12:01 <*> Quits ->stuw__ [~stuw_@87.255.2.218] [Ping timeout: 246 seconds] 12:23 <*> Joins[#ac100] ->zombah [~zombah@2a02:28:3:1:214:4fff:fe47:5920] 13:17 <*> Joins[#ac100] ->stuw__ [~stuw_@87.255.2.218] 17:39 <*> Quits ->stenzel [stenzel@nat/ibm/x-ciqlamymqvdoyfvn] [Ping timeout: 245 seconds] 17:52 <*> Quits ->zombah [~zombah@2a02:28:3:1:214:4fff:fe47:5920] [Quit: Leaving] 17:57 <*> Quits ->DanSwano [~danswano@128-73-14-24.broadband.corbina.ru] [Ping timeout: 272 seconds] 18:41 <*> Joins[#ac100] ->woglinde [~henning@fb-n15-11.unbelievable-machine.net] 19:11 <*> Quits ->ppisati [~ppisati@2-230-238-136.ip204.fastwebnet.it] [Quit: leaving] 19:31 <*> Quits ->nchauvet [n1at8caknd@92.103.166.6] [Quit: Quitte] 19:51 <*> Joins[#ac100] ->lenios [~lenios@unaffiliated/lenios] 19:57 <*> Joins[#ac100] ->zombah [~zombah@fw0.msk.stream-internet.net] 20:04 <*> Quits ->woglinde [~henning@fb-n15-11.unbelievable-machine.net] [Ping timeout: 264 seconds] 20:08 <*> Quits ->nashpa [~nashpa@dliviu.plus.com] [Ping timeout: 252 seconds] 20:08 <*> Quits ->jbrown [~jules@5751dfa3.skybroadband.com] [Ping timeout: 252 seconds] 20:13 <*> Joins[#ac100] ->nashpa [~nashpa@dliviu.plus.com] 20:22 <*> Joins[#ac100] ->jbrown [~jules@5751dfa3.skybroadband.com] 23:08 <*> Quits ->stuw__ [~stuw_@87.255.2.218] [Ping timeout: 240 seconds] --- Day changed Sat Jan 31 2015 02:16 <*> Quits ->lovecraftian [~cthulhu@unaffiliated/lovecraftian] [Quit: "cheerio chaps"] 09:13 <*> Quits ->pranza [pranza@pranza.audiomastering.lt] [Ping timeout: 255 seconds] 09:43 <*> Joins[#ac100] ->stuw__ [~stuw_@87.255.2.218] 10:39 <*> Joins[#ac100] ->lovecraftian [~cthulhu@77.228.175.74] 10:39 <*> Quits ->lovecraftian [~cthulhu@77.228.175.74] [Changing host] 10:39 <*> Joins[#ac100] ->lovecraftian [~cthulhu@unaffiliated/lovecraftian] 10:51 <*> Quits ->stuw__ [~stuw_@87.255.2.218] [Ping timeout: 276 seconds] 10:55 <*> Quits ->ogra_ [~ogra_@p5098ed03.dip0.t-ipconnect.de] [Ping timeout: 245 seconds] 10:56 <*> Joins[#ac100] ->ogra_ [~ogra_@p5098ed03.dip0.t-ipconnect.de] 10:56 <*> Quits ->zombah [~zombah@fw0.msk.stream-internet.net] [Ping timeout: 240 seconds] 11:12 <*> Joins[#ac100] ->zombah [~zombah@194.165.0.6] 11:35 <*> Joins[#ac100] ->stuw__ [~stuw_@87.255.2.218] 12:06 <*> Quits ->brutal_ [~Brutal@5.18.76.119] [Quit: Leaving] 13:26 <*> Joins[#ac100] ->stuw [~stuw_@87.255.2.218] 13:29 <*> Quits ->stuw__ [~stuw_@87.255.2.218] [Ping timeout: 256 seconds] 15:09 <*> Quits ->lovecraftian [~cthulhu@unaffiliated/lovecraftian] [Quit: "cheerio chaps"] 16:10 <*> Joins[#ac100] ->woglinde [~henning@g224255215.adsl.alicedsl.de] 16:18 <*> Joins[#ac100] ->woglinde_ [~henning@f052016112.adsl.alicedsl.de] 16:19 <*> Quits ->woglinde [~henning@g224255215.adsl.alicedsl.de] [Ping timeout: 245 seconds] 16:29 <*> Quits ->woglinde_ [~henning@f052016112.adsl.alicedsl.de] [Ping timeout: 246 seconds] 18:40 <*> Joins[#ac100] ->brutal [~Brutal@5.18.76.119] 20:17 <*> Quits ->indy [~indy@shadow.kastnerove.cz] [Ping timeout: 255 seconds] 20:23 <*> Joins[#ac100] ->indy [~indy@shadow.kastnerove.cz] 21:42 <*> GeneralIdler is now known as Hobbes` 21:44 <*> Hobbes` is now known as Hobbes 21:44 <*> Hobbes is now known as Hobbes` 21:56 <*> Joins[#ac100] ->pranza [pranza@pranza.audiomastering.lt] 23:03 <*> Quits ->stuw [~stuw_@87.255.2.218] [Ping timeout: 246 seconds] --- Day changed Sun Feb 01 2015 00:47 <*> Quits ->Tequila_ [~guillaume@cab.pkg.fr] [Ping timeout: 240 seconds] 00:52 <*> Quits ->lenios [~lenios@unaffiliated/lenios] [Remote host closed the connection] 01:02 <*> Joins[#ac100] ->Tequila_ [~guillaume@cab.pkg.fr] 01:05 <*> Quits ->zombah [~zombah@194.165.0.6] [Quit: Leaving] 01:19 <*> Joins[#ac100] ->lenios [~lenios@unaffiliated/lenios] 01:28 <*> Quits ->woshty [~irc@84.200.211.57] [Ping timeout: 264 seconds] 01:28 <*> Joins[#ac100] ->woshty [~irc@84.200.211.57] 01:40 <*> Quits ->kwizart_ [~kwizart@srv01.kwizart.net] [Ping timeout: 264 seconds] 01:42 <*> Joins[#ac100] ->kwizart [~kwizart@srv01.kwizart.net] 01:42 <*> Quits ->pranza [pranza@pranza.audiomastering.lt] [Ping timeout: 264 seconds] 01:43 <*> Quits ->taruti [taruti@ultra.violetti.org] [Ping timeout: 264 seconds] 01:44 <*> Joins[#ac100] ->taruti [taruti@ultra.violetti.org] 01:49 <*> Quits ->lenios [~lenios@unaffiliated/lenios] [Ping timeout: 276 seconds] 02:00 <*> Joins[#ac100] ->lenios [~lenios@unaffiliated/lenios] 02:04 <*> Joins[#ac100] ->pranza [pranza@pranza.audiomastering.lt] 02:37 <*> Joins[#ac100] ->zombah [~zombah@fw0.msk.stream-internet.net] 02:45 <*> Quits ->zombah [~zombah@fw0.msk.stream-internet.net] [Quit: Leaving] 03:01 <*> Quits ->pranza [pranza@pranza.audiomastering.lt] [Ping timeout: 272 seconds] 03:08 <*> Joins[#ac100] ->pranza [pranza@pranza.audiomastering.lt] 03:08 <*> Quits ->pranza [pranza@pranza.audiomastering.lt] [Client Quit] 03:08 <*> Joins[#ac100] ->pranza [pranza@pranza.audiomastering.lt] 03:43 <*> Quits ->betaboon [~betaboon@ip92348188.dynamic.kabel-deutschland.de] [Ping timeout: 256 seconds] 03:43 <*> Quits ->mmind00 [~quassel@gloria.sntech.de] [Ping timeout: 256 seconds] 03:43 <*> Quits ->pranza [pranza@pranza.audiomastering.lt] [Ping timeout: 256 seconds] 03:43 <*> Netsplit *.net <-> *.split quits: woshty, kenws 03:43 <*> Joins[#ac100] ->betaboon_ [~betaboon@ip92348188.dynamic.kabel-deutschland.de] 03:43 <*> betaboon_ is now known as betaboon 03:44 <*> Joins[#ac100] ->mmind00_ [~quassel@gloria.sntech.de] 03:52 <*> Netsplit over, joins: woshty, kenws 04:13 <*> Quits ->lenios [~lenios@unaffiliated/lenios] [Ping timeout: 276 seconds] 08:07 <*> Joins[#ac100] ->jazzbordercollie [~jazzborde@40.50.31.109.rev.sfr.net] 08:08 <*> Quits ->jazzbordercollie [~jazzborde@40.50.31.109.rev.sfr.net] [Client Quit] 09:54 <*> Joins[#ac100] ->stuw__ [~stuw_@87.255.2.218] 10:38 <*> Joins[#ac100] ->betaboon_ [~betaboon@ip92348188.dynamic.kabel-deutschland.de] 10:38 <*> Joins[#ac100] ->gtom_ [~tom@floreal.gtom.eu] 10:45 <*> Netsplit *.net <-> *.split quits: betaboon, gtom, nashpa, slackner 10:45 <*> betaboon_ is now known as betaboon 10:45 <*> Netsplit over, joins: nashpa 10:50 <*> Netsplit over, joins: slackner 10:58 <*> Quits ->ogra_ [~ogra_@p5098ed03.dip0.t-ipconnect.de] [Ping timeout: 246 seconds] 10:58 <*> Joins[#ac100] ->ogra_ [~ogra_@p5098ed03.dip0.t-ipconnect.de] 11:04 <*> Joins[#ac100] ->janus_ [Janus@2a01:4f8:120:7061::5:46a0] 11:04 <*> Quits ->janus [Janus@2a01:4f8:120:7061::5:46a0] [Ping timeout: 276 seconds] 11:04 <*> janus_ is now known as janus 11:16 <*> Joins[#ac100] ->zombah [~zombah@fw0.msk.stream-internet.net] 13:43 <*> Joins[#ac100] ->lenios [~lenios@unaffiliated/lenios] 13:44 <*> Quits ->sirderpalot [~pzzt@unaffiliated/sirderpalot] [Ping timeout: 264 seconds] 14:11 <*> Joins[#ac100] ->sirderpalot [~pzzt@unaffiliated/sirderpalot] 14:46 <*> Quits ->lenios [~lenios@unaffiliated/lenios] [Ping timeout: 252 seconds] 14:47 <*> Joins[#ac100] ->lenios [~lenios@unaffiliated/lenios] 15:00 <*> Quits ->lenios [~lenios@unaffiliated/lenios] [Remote host closed the connection] 15:01 <*> Joins[#ac100] ->lenios [~lenios@unaffiliated/lenios] 17:31 <*> Joins[#ac100] ->pekka10 [~pekka@cm-84.210.54.188.getinternet.no] 18:31 <*> Quits ->zombah [~zombah@fw0.msk.stream-internet.net] [Quit: Leaving] 19:51 <*> Joins[#ac100] ->woglinde [~henning@g225108012.adsl.alicedsl.de] 20:04 <*> Joins[#ac100] ->pranza [pranza@pranza.audiomastering.lt] 20:10 <*> Quits ->woglinde [~henning@g225108012.adsl.alicedsl.de] [Ping timeout: 264 seconds] 20:55 <*> Quits ->nashpa [~nashpa@dliviu.plus.com] [Ping timeout: 256 seconds] 20:56 <*> Joins[#ac100] ->nashpa [~nashpa@dliviu.plus.com] 21:37 <*> Joins[#ac100] ->zombah [~zombah@fw0.msk.stream-internet.net] 22:14 <*> Joins[#ac100] ->woglinde [~henning@g225108012.adsl.alicedsl.de] 22:30 <*> Joins[#ac100] ->woglinde_ [~henning@f053045180.adsl.alicedsl.de] 22:33 <*> Quits ->woglinde [~henning@g225108012.adsl.alicedsl.de] [Ping timeout: 240 seconds] 23:00 <*> Quits ->brutal [~Brutal@5.18.76.119] [Remote host closed the connection] 23:00 <*> Joins[#ac100] ->brutal_ [~Brutal@5.18.76.119] 23:11 <*> Quits ->stuw__ [~stuw_@87.255.2.218] [Ping timeout: 265 seconds] --- Log closed Mon Feb 02 00:00:39 2015 --- Log opened Mon Jan 25 00:00:39 2016 02:00 <*> Quits ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] [Quit: Quitte] 03:26 <*> Quits ->zombah [~zombah@fw0.msk.stream-internet.net] [Quit: Leaving] 05:59 <*> Joins[#ac100] ->stuw_ [~stuw_@broadband-178-140-66-220.nationalcablenetworks.ru] 06:34 <*> Quits ->stuw_ [~stuw_@broadband-178-140-66-220.nationalcablenetworks.ru] [Ping timeout: 265 seconds] 11:08 <*> Joins[#ac100] ->stenzel [stenzel@nat/ibm/x-wljjuftkpvqcavcf] 12:11 <*> Joins[#ac100] ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] 12:11 <*> Quits ->PaulFertser [paul@paulfertser.info] [Ping timeout: 240 seconds] 12:18 <*> Joins[#ac100] ->PaulFertser [paul@paulfertser.info] 12:38 <*> Joins[#ac100] ->lovecraftian [~cthulhu@2.155.71.16.dyn.user.ono.com] 12:38 <*> Quits ->lovecraftian [~cthulhu@2.155.71.16.dyn.user.ono.com] [Changing host] 12:38 <*> Joins[#ac100] ->lovecraftian [~cthulhu@unaffiliated/lovecraftian] 12:55 <*> Joins[#ac100] ->zombah [~zombah@2a02:28:3:1:214:4fff:fe47:5920] 14:07 <*> Quits ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] [Remote host closed the connection] 14:08 <*> Joins[#ac100] ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] 15:32 <*> Joins[#ac100] ->Uber [cb072229@gateway/web/freenode/ip.203.7.34.41] 15:33 < Uber> Hello 15:34 < Uber> Found an ac100 for cheap but want to know if can put on cyborghawk or similar 15:45 < stuw> Uber, is cyborghawk compiled fro ARM architecture ? 15:48 < Uber> Dunno. Just exploring now 15:48 < Uber> Seeing what pentest options there are 16:02 < Uber> Kali has some arm builds 16:31 <*> Quits ->Uber [cb072229@gateway/web/freenode/ip.203.7.34.41] [Ping timeout: 252 seconds] 16:46 <*> Quits ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] [Quit: Quitte] 17:13 <*> Quits ->lovecraftian [~cthulhu@unaffiliated/lovecraftian] [Quit: "cheerio chaps"] 17:49 <*> Joins[#ac100] ->lovecraftian [~cthulhu@2.155.71.16] 17:49 <*> Quits ->lovecraftian [~cthulhu@2.155.71.16] [Changing host] 17:49 <*> Joins[#ac100] ->lovecraftian [~cthulhu@unaffiliated/lovecraftian] 18:18 <*> Quits ->zombah [~zombah@2a02:28:3:1:214:4fff:fe47:5920] [Quit: Leaving] 18:50 <*> Joins[#ac100] ->stuw_ [~stuw_@broadband-178-140-66-220.nationalcablenetworks.ru] 19:05 <*> Quits ->stenzel [stenzel@nat/ibm/x-wljjuftkpvqcavcf] [Ping timeout: 245 seconds] 19:19 <*> Joins[#ac100] ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] 20:22 <*> Quits ->ogra_ [~ogra_@p5098ed03.dip0.t-ipconnect.de] [Ping timeout: 256 seconds] 20:22 <*> Joins[#ac100] ->ogra_ [~ogra_@p5098ed03.dip0.t-ipconnect.de] 21:44 <*> Quits ->Tequila [~guillaume@juv34-2-82-228-58-145.fbx.proxad.net] [Ping timeout: 276 seconds] 21:49 <*> Joins[#ac100] ->Tequila [~guillaume@jay.pkg.fr] 21:58 <*> Quits ->naraic_ [~naraic@89.100.239.99] [Ping timeout: 256 seconds] 22:00 <*> Joins[#ac100] ->naraic [~naraic@89.100.239.99] 22:44 <*> Quits ->stuw_ [~stuw_@broadband-178-140-66-220.nationalcablenetworks.ru] [Ping timeout: 240 seconds] 23:52 <*> Quits ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] [Quit: Quitte] --- Day changed Tue Jan 26 2016 00:11 <*> Joins[#ac100] ->zombah [~zombah@195.34.40.32] 00:59 <*> Quits ->lovecraftian [~cthulhu@unaffiliated/lovecraftian] [Quit: "cheerio chaps"] 04:18 <*> Quits ->zombah [~zombah@195.34.40.32] [Quit: Leaving] 04:23 <*> Quits ->nashpa [~nashpa@dliviu.plus.com] [Quit: Going away] 04:23 <*> Joins[#ac100] ->nashpa [~nashpa@dliviu.plus.com] 06:26 <*> Joins[#ac100] ->stuw_ [~stuw_@broadband-178-140-66-220.nationalcablenetworks.ru] 06:52 <*> Quits ->stuw_ [~stuw_@broadband-178-140-66-220.nationalcablenetworks.ru] [Ping timeout: 250 seconds] 10:15 <*> Joins[#ac100] ->lovecraftian [~cthulhu@unaffiliated/lovecraftian] 10:49 <*> Joins[#ac100] ->stenzel [stenzel@nat/ibm/x-crfuqcpkhfvbgbih] 11:02 <*> Quits ->gtom [~tom@floreal.gtom.eu] [Ping timeout: 250 seconds] 11:08 <*> Joins[#ac100] ->gtom [~tom@floreal.gtom.eu] 11:58 <*> Joins[#ac100] ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] 12:46 <*> Joins[#ac100] ->gildean [gildean@salaliitto.com] 12:46 <*> Topic for #ac100: French on #ac100-fr | Italian on #ac100-it | Russian on #ac100-ru | Wiki: http://ac100.grandou.net | Sources: http://gitorious.org/ac100/ | Developer team & mailing-list: https://launchpad.net/~ac100 | Check logs on http://ac100.tunk.org/logs 12:46 <*> Topic set by ggrandou [~quassel@clochette.grandou.net] [Mon Aug 15 20:06:17 2011] 12:46 [Users #ac100] 12:46 [ AC`97 ] [ gtom ] [ kwizart ] [ ogra_ ] [ Shahid ] [ warfare] 12:46 [ betaboon ] [ Hobbes` ] [ lovecraftian] [ p2-mate ] [ slackner] 12:46 [ Chipaca ] [ indy ] [ marvin24_ ] [ panda| ] [ stenzel ] 12:46 [ GekkePrutser] [ infinity] [ naraic ] [ PaulFertser] [ stuw ] 12:46 [ gildean ] [ janus ] [ nashpa ] [ phh ] [ Tequila ] 12:46 [ gouchi ] [ jbrown ] [ nchauvet ] [ pranza ] [ topi` ] 12:46 <*> Irssi: #ac100: Total of 31 nicks [0 ops, 0 halfops, 0 voices, 31 normal] 12:46 <*> Channel #ac100 created Sat Sep 18 20:56:21 2010 12:47 <*> Irssi: Join to #ac100 was synced in 67 secs --- Log opened Tue Jan 26 12:55:46 2016 12:56 <*> Joins[#ac100] ->gildean_ [gildean@salaliitto.com] 12:56 <*> Topic for #ac100: French on #ac100-fr | Italian on #ac100-it | Russian on #ac100-ru | Wiki: http://ac100.grandou.net | Sources: http://gitorious.org/ac100/ | Developer team & mailing-list: https://launchpad.net/~ac100 | Check logs on http://ac100.tunk.org/logs 12:56 <*> Topic set by ggrandou [~quassel@clochette.grandou.net] [Mon Aug 15 20:06:17 2011] 12:56 [Users #ac100] 12:56 [ AC`97 ] [ gouchi ] [ jbrown ] [ nchauvet ] [ pranza ] [ topi` ] 12:56 [ betaboon ] [ gtom ] [ kwizart ] [ ogra_ ] [ Shahid ] [ warfare] 12:56 [ Chipaca ] [ Hobbes` ] [ lovecraftian] [ p2-mate ] [ slackner] 12:56 [ GekkePrutser] [ indy ] [ marvin24_ ] [ panda| ] [ stenzel ] 12:56 [ gildean ] [ infinity] [ naraic ] [ PaulFertser] [ stuw ] 12:56 [ gildean_ ] [ janus ] [ nashpa ] [ phh ] [ Tequila ] 12:56 <*> Irssi: #ac100: Total of 32 nicks [0 ops, 0 halfops, 0 voices, 32 normal] 12:56 <*> Joins[#ac100] ->gildean_ [gildean@salaliitto.com] 12:56 <*> Channel #ac100 created Sat Sep 18 20:56:21 2010 12:57 <*> Irssi: Join to #ac100 was synced in 83 secs 13:19 <*> Quits ->gildean_ [gildean@salaliitto.com] [Ping timeout: 265 seconds] 13:19 <*> Joins[#ac100] ->gildean_ [gildean@salaliitto.com] 13:19 <*> Topic for #ac100: French on #ac100-fr | Italian on #ac100-it | Russian on #ac100-ru | Wiki: http://ac100.grandou.net | Sources: http://gitorious.org/ac100/ | Developer team & mailing-list: https://launchpad.net/~ac100 | Check logs on http://ac100.tunk.org/logs 13:19 <*> Topic set by ggrandou [~quassel@clochette.grandou.net] [Mon Aug 15 20:06:17 2011] 13:19 [Users #ac100] 13:19 [ AC`97 ] [ gouchi ] [ jbrown ] [ nchauvet ] [ pranza ] [ topi` ] 13:19 [ betaboon ] [ gtom ] [ kwizart ] [ ogra_ ] [ Shahid ] [ warfare] 13:19 [ Chipaca ] [ Hobbes` ] [ lovecraftian] [ p2-mate ] [ slackner] 13:19 [ GekkePrutser] [ indy ] [ marvin24_ ] [ panda| ] [ stenzel ] 13:19 [ gildean ] [ infinity] [ naraic ] [ PaulFertser] [ stuw ] 13:19 [ gildean_ ] [ janus ] [ nashpa ] [ phh ] [ Tequila ] 13:19 <*> Irssi: #ac100: Total of 32 nicks [0 ops, 0 halfops, 0 voices, 32 normal] 13:19 <*> Joins[#ac100] ->gildean_ [gildean@salaliitto.com] 13:19 <*> Channel #ac100 created Sat Sep 18 20:56:21 2010 13:20 <*> Irssi: Join to #ac100 was synced in 72 secs 13:40 <*> Joins[#ac100] ->zombah [~zombah@2a02:28:3:1:214:4fff:fe47:5920] 13:40 <*> Joins[#ac100] ->zombah [~zombah@2a02:28:3:1:214:4fff:fe47:5920] 15:04 <*> Quits ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] [Remote host closed the connection] 15:04 <*> Quits ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] [Remote host closed the connection] 15:49 <*> Quits ->zombah [~zombah@2a02:28:3:1:214:4fff:fe47:5920] [Quit: Leaving] 15:49 <*> Quits ->zombah [~zombah@2a02:28:3:1:214:4fff:fe47:5920] [Quit: Leaving] 16:53 <*> Joins[#ac100] ->stuw_ [~stuw_@broadband-178-140-66-220.nationalcablenetworks.ru] 16:53 <*> Joins[#ac100] ->stuw_ [~stuw_@broadband-178-140-66-220.nationalcablenetworks.ru] 18:47 <*> Quits ->stenzel [stenzel@nat/ibm/x-crfuqcpkhfvbgbih] [Ping timeout: 264 seconds] 18:47 <*> Quits ->stenzel [stenzel@nat/ibm/x-crfuqcpkhfvbgbih] [Ping timeout: 264 seconds] 19:19 <*> Quits ->gildean [gildean@salaliitto.com] [Ping timeout: 240 seconds] 19:20 <*> Joins[#ac100] ->gildean__ [gildean@salaliitto.com] 19:20 <*> Joins[#ac100] ->gildean__ [gildean@salaliitto.com] 19:20 <*> Topic for #ac100: French on #ac100-fr | Italian on #ac100-it | Russian on #ac100-ru | Wiki: http://ac100.grandou.net | Sources: http://gitorious.org/ac100/ | Developer team & mailing-list: https://launchpad.net/~ac100 | Check logs on http://ac100.tunk.org/logs 19:20 <*> Topic set by ggrandou [~quassel@clochette.grandou.net] [Mon Aug 15 20:06:17 2011] 19:20 [Users #ac100] 19:20 [ AC`97 ] [ gildean__] [ jbrown ] [ nchauvet ] [ pranza ] [ topi` ] 19:20 [ betaboon ] [ gtom ] [ kwizart ] [ ogra_ ] [ Shahid ] [ warfare] 19:20 [ Chipaca ] [ Hobbes` ] [ lovecraftian] [ p2-mate ] [ slackner] 19:20 [ GekkePrutser] [ indy ] [ marvin24_ ] [ panda| ] [ stuw ] 19:20 [ gildean ] [ infinity ] [ naraic ] [ PaulFertser] [ stuw_ ] 19:20 [ gildean_ ] [ janus ] [ nashpa ] [ phh ] [ Tequila ] 19:20 <*> Irssi: #ac100: Total of 32 nicks [0 ops, 0 halfops, 0 voices, 32 normal] 19:20 <*> Channel #ac100 created Sat Sep 18 20:56:21 2010 19:20 <*> Quits ->gildean [gildean@salaliitto.com] [Ping timeout: 240 seconds] 19:20 <*> Quits ->gildean [gildean@salaliitto.com] [Ping timeout: 240 seconds] 19:21 <*> Irssi: Join to #ac100 was synced in 69 secs 19:30 <*> Quits ->panda| [~panda|z@li1104-148.members.linode.com] [Ping timeout: 260 seconds] 19:30 <*> Quits ->panda| [~panda|z@li1104-148.members.linode.com] [Ping timeout: 260 seconds] 19:34 <*> Joins[#ac100] ->panda|z [~panda|z@li1104-148.members.linode.com] 19:34 <*> Joins[#ac100] ->panda|z [~panda|z@li1104-148.members.linode.com] 20:18 <*> Joins[#ac100] ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] 20:18 <*> Joins[#ac100] ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] 21:31 <*> Joins[#ac100] ->pr|\nza [pranza@pranza.audiomastering.lt] 21:31 <*> Joins[#ac100] ->pr|\nza [pranza@pranza.audiomastering.lt] 21:31 <*> Quits ->pr|\nza [pranza@pranza.audiomastering.lt] [Client Quit] 21:31 <*> Quits ->pr|\nza [pranza@pranza.audiomastering.lt] [Client Quit] 21:31 <*> Quits ->pranza [pranza@pranza.audiomastering.lt] [Ping timeout: 272 seconds] 21:31 <*> Quits ->pranza [pranza@pranza.audiomastering.lt] [Ping timeout: 272 seconds] 21:32 <*> Joins[#ac100] ->pranza [pranza@pranza.audiomastering.lt] 21:32 <*> Joins[#ac100] ->pranza [pranza@pranza.audiomastering.lt] 21:32 <*> Quits ->pranza [pranza@pranza.audiomastering.lt] [Client Quit] 21:32 <*> Quits ->pranza [pranza@pranza.audiomastering.lt] [Client Quit] 21:41 <*> Joins[#ac100] ->pranza [pranza@pranza.audiomastering.lt] 21:41 <*> Joins[#ac100] ->pranza [pranza@pranza.audiomastering.lt] 22:24 <*> Joins[#ac100] ->zombah [~zombah@fw0.msk.stream-internet.net] 22:24 <*> Joins[#ac100] ->zombah [~zombah@fw0.msk.stream-internet.net] 23:57 <*> Quits ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] [Ping timeout: 265 seconds] 23:57 <*> Quits ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] [Ping timeout: 265 seconds] --- Day changed Wed Jan 27 2016 02:55 <*> Quits ->zombah [~zombah@fw0.msk.stream-internet.net] [Quit: Leaving] --- Day changed Wed Jan 27 2016 02:55 <*> Quits ->zombah [~zombah@fw0.msk.stream-internet.net] [Quit: Leaving] 03:53 <*> Quits ->lovecraftian [~cthulhu@unaffiliated/lovecraftian] [Ping timeout: 260 seconds] 03:53 <*> Quits ->lovecraftian [~cthulhu@unaffiliated/lovecraftian] [Ping timeout: 260 seconds] 03:54 <*> Joins[#ac100] ->lovecraftian [~cthulhu@unaffiliated/lovecraftian] 03:54 <*> Joins[#ac100] ->lovecraftian [~cthulhu@unaffiliated/lovecraftian] 06:30 <*> Quits ->stuw_ [~stuw_@broadband-178-140-66-220.nationalcablenetworks.ru] [Ping timeout: 264 seconds] 06:30 <*> Quits ->stuw_ [~stuw_@broadband-178-140-66-220.nationalcablenetworks.ru] [Ping timeout: 264 seconds] 09:19 <*> Joins[#ac100] ->panda| [~panda|z@li1104-148.members.linode.com] 09:19 <*> Joins[#ac100] ->panda| [~panda|z@li1104-148.members.linode.com] 09:21 <*> Quits ->lovecraftian [~cthulhu@unaffiliated/lovecraftian] [Ping timeout: 240 seconds] 09:21 <*> Quits ->lovecraftian [~cthulhu@unaffiliated/lovecraftian] [Ping timeout: 240 seconds] 09:21 <*> Quits ->panda|z [~panda|z@li1104-148.members.linode.com] [Ping timeout: 240 seconds] 09:21 <*> Quits ->panda|z [~panda|z@li1104-148.members.linode.com] [Ping timeout: 240 seconds] 09:26 <*> Joins[#ac100] ->lovecraftian [~cthulhu@2.155.71.16.dyn.user.ono.com] 09:26 <*> Joins[#ac100] ->lovecraftian [~cthulhu@2.155.71.16.dyn.user.ono.com] 09:26 <*> Quits ->lovecraftian [~cthulhu@2.155.71.16.dyn.user.ono.com] [Changing host] 09:26 <*> Quits ->lovecraftian [~cthulhu@2.155.71.16.dyn.user.ono.com] [Changing host] 09:26 <*> Joins[#ac100] ->lovecraftian [~cthulhu@unaffiliated/lovecraftian] 09:26 <*> Joins[#ac100] ->lovecraftian [~cthulhu@unaffiliated/lovecraftian] 11:03 <*> Joins[#ac100] ->stenzel [stenzel@nat/ibm/x-zqlaxrvyateeaeqa] 11:03 <*> Joins[#ac100] ->stenzel [stenzel@nat/ibm/x-zqlaxrvyateeaeqa] 11:28 <*> Quits ->lovecraftian [~cthulhu@unaffiliated/lovecraftian] [Ping timeout: 250 seconds] 11:28 <*> Quits ->lovecraftian [~cthulhu@unaffiliated/lovecraftian] [Ping timeout: 250 seconds] 11:30 <*> Joins[#ac100] ->lovecraftian [~cthulhu@unaffiliated/lovecraftian] 11:30 <*> Joins[#ac100] ->lovecraftian [~cthulhu@unaffiliated/lovecraftian] 12:24 <*> Joins[#ac100] ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] 12:24 <*> Joins[#ac100] ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] 12:37 <*> Joins[#ac100] ->lovecraftian_ [~cthulhu@unaffiliated/lovecraftian] 12:37 <*> Joins[#ac100] ->lovecraftian_ [~cthulhu@unaffiliated/lovecraftian] 12:40 <*> Quits ->lovecraftian [~cthulhu@unaffiliated/lovecraftian] [Ping timeout: 245 seconds] 12:40 <*> Quits ->lovecraftian [~cthulhu@unaffiliated/lovecraftian] [Ping timeout: 245 seconds] 12:56 <*> Quits ->lovecraftian_ [~cthulhu@unaffiliated/lovecraftian] [Quit: "cheerio chaps"] 12:56 <*> Quits ->lovecraftian_ [~cthulhu@unaffiliated/lovecraftian] [Quit: "cheerio chaps"] 13:01 <*> Joins[#ac100] ->lovecraftian [~cthulhu@2.155.71.16.dyn.user.ono.com] 13:01 <*> Joins[#ac100] ->lovecraftian [~cthulhu@2.155.71.16.dyn.user.ono.com] 13:01 <*> Quits ->lovecraftian [~cthulhu@2.155.71.16.dyn.user.ono.com] [Changing host] 13:01 <*> Quits ->lovecraftian [~cthulhu@2.155.71.16.dyn.user.ono.com] [Changing host] 13:01 <*> Joins[#ac100] ->lovecraftian [~cthulhu@unaffiliated/lovecraftian] 13:01 <*> Joins[#ac100] ->lovecraftian [~cthulhu@unaffiliated/lovecraftian] 13:06 <*> Joins[#ac100] ->lovecraftian_ [~cthulhu@unaffiliated/lovecraftian] 13:06 <*> Joins[#ac100] ->lovecraftian_ [~cthulhu@unaffiliated/lovecraftian] 13:07 <*> Quits ->lovecraftian [~cthulhu@unaffiliated/lovecraftian] [Ping timeout: 276 seconds] 13:07 <*> Quits ->lovecraftian [~cthulhu@unaffiliated/lovecraftian] [Ping timeout: 276 seconds] 13:13 <*> Joins[#ac100] ->lovecraftian [~cthulhu@2.155.71.16.dyn.user.ono.com] 13:13 <*> Joins[#ac100] ->lovecraftian [~cthulhu@2.155.71.16.dyn.user.ono.com] 13:13 <*> Quits ->lovecraftian [~cthulhu@2.155.71.16.dyn.user.ono.com] [Changing host] 13:13 <*> Quits ->lovecraftian [~cthulhu@2.155.71.16.dyn.user.ono.com] [Changing host] 13:13 <*> Joins[#ac100] ->lovecraftian [~cthulhu@unaffiliated/lovecraftian] 13:13 <*> Joins[#ac100] ->lovecraftian [~cthulhu@unaffiliated/lovecraftian] 13:16 <*> Quits ->lovecraftian_ [~cthulhu@unaffiliated/lovecraftian] [Ping timeout: 240 seconds] 13:16 <*> Quits ->lovecraftian_ [~cthulhu@unaffiliated/lovecraftian] [Ping timeout: 240 seconds] 13:23 <*> Quits ->kwizart [~kwizart@fedora/kwizart] [Ping timeout: 244 seconds] 13:23 <*> Quits ->kwizart [~kwizart@fedora/kwizart] [Ping timeout: 244 seconds] 13:25 <*> Joins[#ac100] ->kwizart [~kwizart@fedora/kwizart] 13:25 <*> Joins[#ac100] ->kwizart [~kwizart@fedora/kwizart] 13:53 <*> Joins[#ac100] ->zombah [~zombah@2a02:28:3:1:214:4fff:fe47:5920] 13:53 <*> Joins[#ac100] ->zombah [~zombah@2a02:28:3:1:214:4fff:fe47:5920] 16:13 <*> Joins[#ac100] ->marvin24 [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] 16:13 <*> Joins[#ac100] ->marvin24 [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] 16:14 <*> Quits ->marvin24_ [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] [Ping timeout: 260 seconds] 16:14 <*> Quits ->marvin24_ [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] [Ping timeout: 260 seconds] 16:31 <*> Quits ->gtom [~tom@floreal.gtom.eu] [Ping timeout: 265 seconds] 16:31 <*> Quits ->gtom [~tom@floreal.gtom.eu] [Ping timeout: 265 seconds] 16:32 <*> Joins[#ac100] ->gtom [~tom@floreal.gtom.eu] 16:32 <*> Joins[#ac100] ->gtom [~tom@floreal.gtom.eu] 17:19 <*> Quits ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] [Ping timeout: 256 seconds] 17:19 <*> Quits ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] [Ping timeout: 256 seconds] 17:50 <*> Quits ->zombah [~zombah@2a02:28:3:1:214:4fff:fe47:5920] [Quit: Leaving] 17:50 <*> Quits ->zombah [~zombah@2a02:28:3:1:214:4fff:fe47:5920] [Quit: Leaving] 18:04 <*> Quits ->stenzel [stenzel@nat/ibm/x-zqlaxrvyateeaeqa] [Ping timeout: 265 seconds] 18:04 <*> Quits ->stenzel [stenzel@nat/ibm/x-zqlaxrvyateeaeqa] [Ping timeout: 265 seconds] 18:20 <*> Joins[#ac100] ->stuw_ [~stuw_@broadband-178-140-66-220.nationalcablenetworks.ru] 18:20 <*> Joins[#ac100] ->stuw_ [~stuw_@broadband-178-140-66-220.nationalcablenetworks.ru] 20:57 <*> Joins[#ac100] ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] 20:57 <*> Joins[#ac100] ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] 23:46 <*> Quits ->stuw_ [~stuw_@broadband-178-140-66-220.nationalcablenetworks.ru] [Ping timeout: 250 seconds] 23:46 <*> Quits ->stuw_ [~stuw_@broadband-178-140-66-220.nationalcablenetworks.ru] [Ping timeout: 250 seconds] --- Day changed Thu Jan 28 2016 02:52 <*> Quits ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] [Quit: Quitte] --- Day changed Thu Jan 28 2016 02:52 <*> Quits ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] [Quit: Quitte] 06:25 <*> Joins[#ac100] ->stuw_ [~stuw_@broadband-178-140-66-220.nationalcablenetworks.ru] 06:25 <*> Joins[#ac100] ->stuw_ [~stuw_@broadband-178-140-66-220.nationalcablenetworks.ru] 06:56 <*> Quits ->stuw_ [~stuw_@broadband-178-140-66-220.nationalcablenetworks.ru] [Ping timeout: 240 seconds] 06:56 <*> Quits ->stuw_ [~stuw_@broadband-178-140-66-220.nationalcablenetworks.ru] [Ping timeout: 240 seconds] 08:18 <*> Joins[#ac100] ->zombah [~zombah@fw0.msk.stream-internet.net] 08:18 <*> Joins[#ac100] ->zombah [~zombah@fw0.msk.stream-internet.net] 11:53 <*> Joins[#ac100] ->stenzel [stenzel@nat/ibm/x-rwiuiogxujxpejee] 11:53 <*> Joins[#ac100] ->stenzel [stenzel@nat/ibm/x-rwiuiogxujxpejee] 12:18 <*> Quits ->lovecraftian [~cthulhu@unaffiliated/lovecraftian] [Quit: "cheerio chaps"] 12:18 <*> Quits ->lovecraftian [~cthulhu@unaffiliated/lovecraftian] [Quit: "cheerio chaps"] 12:31 <*> Joins[#ac100] ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] 12:31 <*> Joins[#ac100] ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] 14:20 <*> Joins[#ac100] ->marvin24_ [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] 14:20 <*> Joins[#ac100] ->marvin24_ [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] 14:22 <*> Quits ->marvin24 [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] [Ping timeout: 250 seconds] 14:22 <*> Quits ->marvin24 [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] [Ping timeout: 250 seconds] 14:22 <*> Joins[#ac100] ->marvin24 [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] 14:22 <*> Joins[#ac100] ->marvin24 [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] 14:25 <*> Quits ->marvin24_ [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] [Ping timeout: 260 seconds] 14:25 <*> Quits ->marvin24_ [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] [Ping timeout: 260 seconds] 15:10 <*> Quits ->betaboon [~betaboon@ip5f5b05dd.dynamic.kabel-deutschland.de] [Ping timeout: 276 seconds] 15:10 <*> Quits ->betaboon [~betaboon@ip5f5b05dd.dynamic.kabel-deutschland.de] [Ping timeout: 276 seconds] --- Log opened Thu Jan 28 16:23:03 2016 --- Log closed Thu Jan 28 16:23:07 2016 16:23 <*> Joins[#ac100] ->gildean [gildean@salaliitto.com] 16:23 <*> Joins[#ac100] ->gildean [gildean@salaliitto.com] 16:23 <*> Quits ->gildean [gildean@salaliitto.com] [Client Quit] 16:23 <*> Quits ->gildean [gildean@salaliitto.com] [Client Quit] 16:23 <*> Quits ->gildean_ [gildean@salaliitto.com] [Quit: leaving] --- Log closed Thu Jan 28 16:23:57 2016 16:25 <*> You're now known as gildean 17:52 <*> Quits ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] [Ping timeout: 250 seconds] 18:02 <*> Quits ->stenzel [stenzel@nat/ibm/x-rwiuiogxujxpejee] [Ping timeout: 240 seconds] 18:39 <*> Quits ->gtom [~tom@floreal.gtom.eu] [Ping timeout: 264 seconds] 18:50 <*> Joins[#ac100] ->gtom [~tom@floreal.gtom.eu] 19:15 <*> Joins[#ac100] ->stuw_ [~stuw_@broadband-178-140-66-220.nationalcablenetworks.ru] 19:29 <*> Joins[#ac100] ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] 21:43 <*> Quits ->nchauvet [p7gmg0die8@92.103.166.6] [Ping timeout: 240 seconds] 21:51 <*> Joins[#ac100] ->nchauvet [jzrv3jllvo@92.103.166.6] 22:45 <*> Quits ->stuw_ [~stuw_@broadband-178-140-66-220.nationalcablenetworks.ru] [Ping timeout: 250 seconds] 23:28 <*> Joins[#ac100] ->stuw_ [~stuw_@broadband-178-140-66-220.nationalcablenetworks.ru] --- Day changed Fri Jan 29 2016 00:48 <*> Quits ->zombah [~zombah@fw0.msk.stream-internet.net] [Ping timeout: 256 seconds] 00:53 <*> Quits ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] [Ping timeout: 256 seconds] 01:20 <*> Quits ->stuw_ [~stuw_@broadband-178-140-66-220.nationalcablenetworks.ru] [Ping timeout: 240 seconds] 01:37 <*> Joins[#ac100] ->zombah [~zombah@fw0.msk.stream-internet.net] 03:18 <*> Quits ->nashpa [~nashpa@dliviu.plus.com] [Ping timeout: 250 seconds] 03:27 <*> Joins[#ac100] ->nashpa [~nashpa@dliviu.plus.com] 03:31 <*> Quits ->nashpa [~nashpa@dliviu.plus.com] [Ping timeout: 240 seconds] 03:32 <*> Joins[#ac100] ->nashpa [~nashpa@dliviu.plus.com] 03:36 <*> Joins[#ac100] ->nashpa_ [~nashpa@dliviu.plus.com] 03:37 <*> Quits ->nashpa [~nashpa@dliviu.plus.com] [Ping timeout: 264 seconds] 03:37 <*> Joins[#ac100] ->nashpa [~nashpa@dliviu.plus.com] 03:42 <*> Quits ->nashpa_ [~nashpa@dliviu.plus.com] [Ping timeout: 264 seconds] 03:45 <*> Quits ->nashpa [~nashpa@dliviu.plus.com] [Ping timeout: 264 seconds] 03:47 <*> Joins[#ac100] ->nashpa [~nashpa@dliviu.plus.com] 03:53 <*> Quits ->nashpa [~nashpa@dliviu.plus.com] [Ping timeout: 250 seconds] 03:58 <*> Joins[#ac100] ->nashpa [~nashpa@dliviu.plus.com] 04:07 <*> Quits ->nashpa [~nashpa@dliviu.plus.com] [Ping timeout: 264 seconds] 04:08 <*> Joins[#ac100] ->nashpa [~nashpa@dliviu.plus.com] 04:13 <*> Quits ->zombah [~zombah@fw0.msk.stream-internet.net] [Quit: Leaving] 04:15 <*> Quits ->nashpa [~nashpa@dliviu.plus.com] [Ping timeout: 264 seconds] 04:26 <*> Joins[#ac100] ->nashpa [~nashpa@dliviu.plus.com] 04:28 <*> Quits ->nashpa [~nashpa@dliviu.plus.com] [Client Quit] 04:58 <*> Joins[#ac100] ->nashpa [~nashpa@dliviu.plus.com] 05:07 <*> Quits ->nashpa [~nashpa@dliviu.plus.com] [Quit: Going away] 05:14 <*> Joins[#ac100] ->nashpa [~nashpa@dliviu.plus.com] 05:23 <*> Quits ->nashpa [~nashpa@dliviu.plus.com] [Quit: Going away] 06:18 <*> Joins[#ac100] ->stuw_ [~stuw_@broadband-178-140-66-220.nationalcablenetworks.ru] 06:55 <*> Quits ->stuw_ [~stuw_@broadband-178-140-66-220.nationalcablenetworks.ru] [Ping timeout: 240 seconds] 10:49 <*> Joins[#ac100] ->stenzel [stenzel@nat/ibm/x-vjgehcybsoroceki] 11:47 <*> Joins[#ac100] ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] 12:58 <*> Joins[#ac100] ->zombah [~zombah@fw0.msk.stream-internet.net] 13:16 <*> Joins[#ac100] ->marvin24_ [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] 13:17 <*> Quits ->marvin24 [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] [Ping timeout: 250 seconds] 13:27 <*> Joins[#ac100] ->marvin24 [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] 13:29 <*> Quits ->marvin24_ [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] [Ping timeout: 240 seconds] 15:20 <*> Quits ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] [Remote host closed the connection] 16:07 <*> Joins[#ac100] ->nashpa [~nashpa@dliviu.plus.com] 17:40 <*> Quits ->stenzel [stenzel@nat/ibm/x-vjgehcybsoroceki] [Ping timeout: 250 seconds] 18:24 <*> Joins[#ac100] ->melman [d95946c8@gateway/web/freenode/ip.217.89.70.200] 18:24 < melman> hello 18:25 < melman> any infos about new ubuntu version on ac100? 18:32 <*> Quits ->melman [d95946c8@gateway/web/freenode/ip.217.89.70.200] [Quit: Page closed] 18:46 <*> Parts[#ac100] ->pranza [pranza@pranza.audiomastering.lt] [] 19:41 <*> Joins[#ac100] ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] 19:52 <*> Joins[#ac100] ->betaboon [~betaboon@ip9234ca12.dynamic.kabel-deutschland.de] 20:04 <*> Quits ->betaboon [~betaboon@ip9234ca12.dynamic.kabel-deutschland.de] [Ping timeout: 272 seconds] 20:31 <*> Joins[#ac100] ->stuw_ [~stuw_@broadband-178-140-66-220.nationalcablenetworks.ru] 20:34 <*> Joins[#ac100] ->woglinde [~henning@229.227-241-81.adsl-static.isp.belgacom.be] 21:10 <*> Quits ->woglinde [~henning@229.227-241-81.adsl-static.isp.belgacom.be] [Ping timeout: 240 seconds] 23:06 <*> Quits ->stuw_ [~stuw_@broadband-178-140-66-220.nationalcablenetworks.ru] [Ping timeout: 272 seconds] 23:37 <*> Joins[#ac100] ->pranza [pranza@pranza.audiomastering.lt] 23:50 <*> Joins[#ac100] ->Extraterrestrial [~Miranda@95.153.134.217] --- Day changed Sat Jan 30 2016 00:53 <*> Quits ->pranza [pranza@pranza.audiomastering.lt] [Ping timeout: 240 seconds] 01:12 <*> Joins[#ac100] ->pranza [pranza@pranza.audiomastering.lt] 01:33 <*> Quits ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] [Quit: Quitte] 02:17 <*> Joins[#ac100] ->betaboon [~betaboon@ip9234ca12.dynamic.kabel-deutschland.de] 02:59 <*> Joins[#ac100] ->kwizart_ [~kwizart@srv01.kwizart.net] 02:59 <*> Joins[#ac100] ->infinity_ [adconrad@loki.0c3.net] 03:02 <*> Joins[#ac100] ->GekkePrutser_ [sid50410@gateway/web/irccloud.com/x-mgnyzrzvcvfazwsc] 03:04 <*> Netsplit *.net <-> *.split quits: GekkePrutser, infinity, kwizart 03:17 <*> Quits ->betaboon [~betaboon@ip9234ca12.dynamic.kabel-deutschland.de] [Ping timeout: 240 seconds] 03:29 <*> Quits ->GekkePrutser_ [sid50410@gateway/web/irccloud.com/x-mgnyzrzvcvfazwsc] [] 03:41 <*> Joins[#ac100] ->betaboon [~betaboon@ip92340627.dynamic.kabel-deutschland.de] 03:47 <*> Joins[#ac100] ->GekkePrutser_ [sid50410@gateway/web/irccloud.com/x-gmmbsjdtyiitjcew] 03:48 <*> GekkePrutser_ is now known as GekkePrutser 04:47 <*> Quits ->Extraterrestrial [~Miranda@95.153.134.217] [Ping timeout: 250 seconds] 04:53 <*> Quits ->zombah [~zombah@fw0.msk.stream-internet.net] [Quit: Leaving] 10:06 <*> Joins[#ac100] ->stuw_ [~stuw_@broadband-178-140-66-220.nationalcablenetworks.ru] 10:17 <*> infinity_ is now known as infinity 12:12 <*> Joins[#ac100] ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] 12:50 <*> Quits ->Tequila [~guillaume@jay.pkg.fr] [Ping timeout: 272 seconds] 12:55 <*> Quits ->betaboon [~betaboon@ip92340627.dynamic.kabel-deutschland.de] [Ping timeout: 250 seconds] 12:56 <*> Joins[#ac100] ->Tequila [~guillaume@jay.pkg.fr] 12:57 <*> Joins[#ac100] ->betaboon [~betaboon@ip92340627.dynamic.kabel-deutschland.de] 13:06 <*> Quits ->betaboon [~betaboon@ip92340627.dynamic.kabel-deutschland.de] [Ping timeout: 245 seconds] 13:10 <*> Joins[#ac100] ->betaboon [~betaboon@ip92340627.dynamic.kabel-deutschland.de] 13:15 <*> Quits ->betaboon [~betaboon@ip92340627.dynamic.kabel-deutschland.de] [Ping timeout: 256 seconds] 13:17 <*> Joins[#ac100] ->betaboon [~betaboon@ip92340627.dynamic.kabel-deutschland.de] 13:58 <*> Joins[#ac100] ->Extraterrestrial [~Miranda@95.153.134.217] 14:41 <*> Quits ->betaboon [~betaboon@ip92340627.dynamic.kabel-deutschland.de] [Ping timeout: 240 seconds] 14:46 <*> Joins[#ac100] ->betaboon [~betaboon@ip92340627.dynamic.kabel-deutschland.de] 15:04 <*> Quits ->betaboon [~betaboon@ip92340627.dynamic.kabel-deutschland.de] [Ping timeout: 256 seconds] 15:06 <*> Joins[#ac100] ->betaboon [~betaboon@ip92340627.dynamic.kabel-deutschland.de] 15:12 <*> Quits ->betaboon [~betaboon@ip92340627.dynamic.kabel-deutschland.de] [Read error: Connection reset by peer] 15:26 <*> Joins[#ac100] ->betaboon [~betaboon@ip92340627.dynamic.kabel-deutschland.de] 15:33 <*> Quits ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] [Quit: Quitte] 16:13 <*> Quits ->betaboon [~betaboon@ip92340627.dynamic.kabel-deutschland.de] [Ping timeout: 276 seconds] 16:49 <*> Joins[#ac100] ->betaboon [~betaboon@ip92340627.dynamic.kabel-deutschland.de] 17:19 <*> Quits ->stuw_ [~stuw_@broadband-178-140-66-220.nationalcablenetworks.ru] [Ping timeout: 240 seconds] 17:20 <*> Quits ->betaboon [~betaboon@ip92340627.dynamic.kabel-deutschland.de] [Read error: Connection reset by peer] 17:20 <*> Joins[#ac100] ->betaboon [~betaboon@ip92340627.dynamic.kabel-deutschland.de] 17:24 <*> Quits ->betaboon [~betaboon@ip92340627.dynamic.kabel-deutschland.de] [Read error: Connection reset by peer] 17:26 <*> Joins[#ac100] ->betaboon [~betaboon@ip92340627.dynamic.kabel-deutschland.de] 18:00 <*> Joins[#ac100] ->stuw_ [~stuw_@broadband-178-140-66-220.nationalcablenetworks.ru] 18:22 <*> Quits ->betaboon [~betaboon@ip92340627.dynamic.kabel-deutschland.de] [Ping timeout: 240 seconds] 18:25 <*> Joins[#ac100] ->betaboon [~betaboon@ip92340627.dynamic.kabel-deutschland.de] 19:53 <*> Joins[#ac100] ->zombah [~zombah@fw0.msk.stream-internet.net] 19:53 <*> Joins[#ac100] ->lovecraftian [~cthulhu@2.155.71.16.dyn.user.ono.com] 19:53 <*> Quits ->lovecraftian [~cthulhu@2.155.71.16.dyn.user.ono.com] [Changing host] 19:53 <*> Joins[#ac100] ->lovecraftian [~cthulhu@unaffiliated/lovecraftian] 20:36 <*> Quits ->ogra_ [~ogra_@p5098ed03.dip0.t-ipconnect.de] [Ping timeout: 240 seconds] 20:37 <*> Joins[#ac100] ->ogra_ [~ogra_@p5098ed03.dip0.t-ipconnect.de] 21:31 <*> Quits ->betaboon [~betaboon@ip92340627.dynamic.kabel-deutschland.de] [Ping timeout: 245 seconds] 21:36 <*> Joins[#ac100] ->betaboon [~betaboon@ip92340627.dynamic.kabel-deutschland.de] 22:30 <*> Joins[#ac100] ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] 23:29 <*> Quits ->stuw_ [~stuw_@broadband-178-140-66-220.nationalcablenetworks.ru] [Ping timeout: 276 seconds] --- Day changed Sun Jan 31 2016 00:30 <*> Quits ->betaboon [~betaboon@ip92340627.dynamic.kabel-deutschland.de] [Ping timeout: 250 seconds] 00:31 <*> Joins[#ac100] ->betaboon [~betaboon@ip92340627.dynamic.kabel-deutschland.de] 00:57 <*> Quits ->Extraterrestrial [~Miranda@95.153.134.217] [Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org] 00:57 <*> Joins[#ac100] ->Extraterrestrial [~Miranda@95.153.134.217] 01:04 <*> Quits ->Extraterrestrial [~Miranda@95.153.134.217] [Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org] 01:05 <*> Joins[#ac100] ->Extraterrestrial [~Miranda@95.153.134.217] 01:06 <*> Joins[#ac100] ->ogra_` [~ogra_@p5098ed03.dip0.t-ipconnect.de] 01:07 <*> Quits ->Extraterrestrial [~Miranda@95.153.134.217] [Client Quit] 01:08 <*> Joins[#ac100] ->Extraterrestrial [~Miranda@95.153.134.217] 01:08 <*> Quits ->Extraterrestrial [~Miranda@95.153.134.217] [Client Quit] 01:09 <*> Joins[#ac100] ->Extraterrestrial [~Miranda@95.153.134.217] 01:10 <*> Joins[#ac100] ->zombah_ [~zombah@fw0.msk.stream-internet.net] 01:10 <*> Quits ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] [Quit: Quitte] 01:10 <*> Quits ->ogra_ [~ogra_@p5098ed03.dip0.t-ipconnect.de] [Ping timeout: 240 seconds] 01:10 <*> Quits ->zombah [~zombah@fw0.msk.stream-internet.net] [Ping timeout: 240 seconds] 01:50 <*> Quits ->zombah_ [~zombah@fw0.msk.stream-internet.net] [Quit: Leaving] 03:24 <*> Quits ->betaboon [~betaboon@ip92340627.dynamic.kabel-deutschland.de] [Read error: Connection reset by peer] 03:25 <*> Joins[#ac100] ->betaboon [~betaboon@ip92340627.dynamic.kabel-deutschland.de] 09:29 <*> Joins[#ac100] ->stuw_ [~stuw_@broadband-178-140-66-220.nationalcablenetworks.ru] 12:29 <*> Joins[#ac100] ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] 12:57 <*> Joins[#ac100] ->pasquale [2e128dcc@gateway/web/freenode/ip.46.18.141.204] 12:59 <*> Quits ->pasquale [2e128dcc@gateway/web/freenode/ip.46.18.141.204] [Client Quit] 13:51 <*> Quits ->betaboon [~betaboon@ip92340627.dynamic.kabel-deutschland.de] [Ping timeout: 240 seconds] 14:11 <*> Joins[#ac100] ->betaboon [~betaboon@ip92340627.dynamic.kabel-deutschland.de] 14:25 <*> Netsplit *.net <-> *.split quits: stuw, betaboon, gtom, naraic, GekkePrutser 14:27 <*> Netsplit *.net <-> *.split quits: indy, warfare, topi`, ogra_`, lovecraftian, Extraterrestrial, AC`97, slackner, gouchi, pranza, (+10 more, use /NETSPLIT to show all of them) 14:28 <*> Netsplit over, joins: stuw, naraic, betaboon, Extraterrestrial, Tequila, GekkePrutser, kwizart_, pranza, nashpa, marvin24 (+7 more) 14:29 <*> Netsplit over, joins: ogra_`, warfare, indy, janus 14:30 <*> Netsplit over, joins: gouchi, phh 14:30 <*> Joins[#ac100] ->topi`_ [topi@kaverit.org] 14:31 <*> Netsplit over, joins: lovecraftian, topi` 14:35 <*> Quits ->topi` [topi@kaverit.org] [Max SendQ exceeded] 15:02 <*> Quits ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] [Quit: Quitte] 15:19 <*> Joins[#ac100] ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] 16:40 <*> Quits ->stuw_ [~stuw_@broadband-178-140-66-220.nationalcablenetworks.ru] [Ping timeout: 250 seconds] 16:41 <*> Joins[#ac100] ->stuw_ [~stuw_@broadband-178-140-66-220.nationalcablenetworks.ru] 16:52 <*> Quits ->stuw_ [~stuw_@broadband-178-140-66-220.nationalcablenetworks.ru] [Ping timeout: 264 seconds] 18:50 <*> Quits ->Extraterrestrial [~Miranda@95.153.134.217] [Read error: Connection reset by peer] 19:05 <*> Quits ->gtom [~tom@floreal.gtom.eu] [Ping timeout: 245 seconds] 19:06 <*> Joins[#ac100] ->gtom [~tom@floreal.gtom.eu] 21:05 <*> Joins[#ac100] ->zombah [~zombah@fw0.msk.stream-internet.net] 22:48 <*> Quits ->zombah [~zombah@fw0.msk.stream-internet.net] [Quit: Leaving] 23:35 <*> Quits ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] [Quit: Quitte] 23:56 <*> Joins[#ac100] ->Extraterrestrial [~Miranda@95.153.134.217] --- Log closed Mon Feb 01 00:00:48 2016 --- Log opened Mon Jan 23 00:00:52 2017 00:41 <*> Quits ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] [Quit: Quitte] 05:46 <*> Joins[#ac100] ->stuw_ [~stuw@broadband-178-140-64-215.moscow.rt.ru] 07:14 <*> Quits ->stuw_ [~stuw@broadband-178-140-64-215.moscow.rt.ru] [Ping timeout: 258 seconds] 10:56 <*> Joins[#ac100] ->stenzel [stenzel@nat/ibm/x-pmmticjkkavraave] 15:57 <*> Quits ->marvin24 [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] [Remote host closed the connection] 15:59 <*> Joins[#ac100] ->marvin24 [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] 18:27 <*> Quits ->stenzel [stenzel@nat/ibm/x-pmmticjkkavraave] [Ping timeout: 255 seconds] 18:52 < dpol> hi... anybody run 4.9.5 mainline kernel with tegrapart patch ?.. I've build kernel, but boot process stop on ~ "waiting root device on /dev/mmcblk0p7" 18:54 < dpol> current working kernel is 4.4.39-gentoo with tegra part patch 20:28 <*> Joins[#ac100] ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] 20:45 <*> Joins[#ac100] ->stuw_ [~stuw@broadband-178-140-64-215.moscow.rt.ru] 21:01 <*> Joins[#ac100] ->herekun [~herekun@ppp109-252-26-188.pppoe.spdop.ru] 21:49 <*> Quits ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] [Remote host closed the connection] 21:50 <*> Joins[#ac100] ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] --- Day changed Tue Jan 24 2017 00:02 <*> Quits ->stuw_ [~stuw@broadband-178-140-64-215.moscow.rt.ru] [Ping timeout: 245 seconds] 00:40 <*> Quits ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] [Remote host closed the connection] 02:55 <*> Quits ->stuw [~stuw@31.44.80.66] [Read error: Connection reset by peer] 02:55 <*> Joins[#ac100] ->stuw [~stuw@31.44.80.66] 05:49 <*> Joins[#ac100] ->stuw_ [~stuw@broadband-178-140-64-215.moscow.rt.ru] 05:53 <*> Quits ->stuw_ [~stuw@broadband-178-140-64-215.moscow.rt.ru] [Read error: Connection reset by peer] 05:54 <*> Joins[#ac100] ->stuw_ [~stuw@broadband-178-140-64-215.moscow.rt.ru] 06:32 <*> Quits ->stuw_ [~stuw@broadband-178-140-64-215.moscow.rt.ru] [Ping timeout: 258 seconds] 10:58 <*> Joins[#ac100] ->stenzel [stenzel@nat/ibm/x-vvjqtaelyydrxbnu] 11:54 < marvin24> dpol: why do you still need this partition setup? 11:55 < marvin24> and why don't you just use build-in command line partitions? 11:55 < marvin24> Documentation/block/cmdline-partition.txt 15:47 < dpol> marvin24: how to convert name:xxx:xxx:xxx,[etc...] tegrapart line to partdef line - [@offset](part-name) ? 15:54 < marvin24> dpol: never did this, rtfm? 15:55 < marvin24> blkdevparts takes bytes as argument, while tegrapart takes blocks 15:58 < marvin24> tegrapart=recovery:300:a00:800 means blkdevparts=mmcblk1:5m@1536k(recovery) 15:59 < marvin24> (untested) 15:59 < dpol> 1 blocks = 1 bytes ? 16:00 < marvin24> no 1 blk = 2k 16:00 < marvin24> (the last number, 0x800) 16:02 < dpol> What is name::: of tegrapart numbers ? 16:03 < marvin24> offset:size:blksize 16:03 < marvin24> (I think) 16:10 < dpol> tegrapart=recovery:300:a00:800,boot:d00:1000:800,mbr:ad00:200:800 (3 partitions) ... recovery - kernel (p1), boot - kernel (p2, I've dd img of kernel here), mbr - info about mmcblk0p3 - p7 ?.. or I should find info about p1-p7 partitions (offset:size:blksize) and define its in blkdevparts kernel command params ? 16:14 < dpol> I've find http://pastebin.com/gE59NRPG ... blkdevparts=mmcblk1:5343880[@5767168](SOS),8488608(LNX),1048576(MBR) ...but I don't know what is ac100, 117, 116 || something else model... 16:16 < dpol> kernel by zombah@struchok.msk.stream-iptv.net :) 16:17 < zombah> %) 16:18 < zombah> i doubt cmdparts even enabled there 16:19 < zombah> i droped tegrapart long aga, who need it in 21st century 16:23 < dpol> zombah: I've convert tegrapart patch to gentoo's emerge environment and after update sys-kernel/gentoo-sources I've got sources prepared to compile, dd, etc... 16:26 <*> Joins[#ac100] ->stuw2 [~stuw@83.69.216.10] 16:28 <*> Quits ->stuw [~stuw@31.44.80.66] [Read error: Connection reset by peer] 16:31 <*> Quits ->stuw2 [~stuw@83.69.216.10] [Ping timeout: 248 seconds] 16:31 <*> Joins[#ac100] ->stuw [~stuw@31.44.80.66] 17:50 < stuw> dpol: https://paz00.ru/index.php/Tegrapart 17:53 < stuw> (in ru) 18:35 <*> Quits ->stenzel [stenzel@nat/ibm/x-vvjqtaelyydrxbnu] [Ping timeout: 255 seconds] 19:31 <*> Joins[#ac100] ->stuw_ [~stuw@broadband-178-140-64-215.moscow.rt.ru] 20:34 <*> Joins[#ac100] ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] 21:54 <*> Quits ->lovecraftian [~ianlovecr@unaffiliated/lovecraftian] [Quit: "cheerio chaps"] 22:00 <*> Quits ->stuw_ [~stuw@broadband-178-140-64-215.moscow.rt.ru] [Ping timeout: 240 seconds] --- Day changed Wed Jan 25 2017 00:00 <*> Joins[#ac100] ->lovecraftian [~ianlovecr@unaffiliated/lovecraftian] 00:39 <*> Quits ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] [Quit: Quitte] 02:44 <*> Quits ->lovecraftian [~ianlovecr@unaffiliated/lovecraftian] [Read error: Connection reset by peer] 02:49 <*> Joins[#ac100] ->lovecraftian [~ianlovecr@2.155.71.16.dyn.user.ono.com] 02:49 <*> Quits ->lovecraftian [~ianlovecr@2.155.71.16.dyn.user.ono.com] [Changing host] 02:49 <*> Joins[#ac100] ->lovecraftian [~ianlovecr@unaffiliated/lovecraftian] 05:49 <*> Joins[#ac100] ->stuw_ [~stuw@broadband-178-140-64-215.moscow.rt.ru] 07:23 <*> Quits ->stuw_ [~stuw@broadband-178-140-64-215.moscow.rt.ru] [Ping timeout: 255 seconds] 11:02 <*> Joins[#ac100] ->stenzel [stenzel@nat/ibm/x-vvjcvodxfrjuhgwf] 12:21 <*> Quits ->marvin24 [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] [Remote host closed the connection] 12:22 <*> Joins[#ac100] ->marvin24 [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] 13:29 <*> Quits ->dpol [~neo@khr-pool1-r01-dev.nic.ru] [Quit: Leaving.] 13:46 <*> Joins[#ac100] ->dpol [~neo@khr-pool1-r01-dev.nic.ru] 14:04 <*> Quits ->stuw [~stuw@31.44.80.66] [Ping timeout: 260 seconds] 14:05 <*> Joins[#ac100] ->stuw [~stuw@31.44.80.66] 14:16 <*> Quits ->stuw [~stuw@31.44.80.66] [Remote host closed the connection] 14:17 <*> Joins[#ac100] ->lovecraftian_ [~ianlovecr@2.155.71.16.dyn.user.ono.com] 14:17 <*> Quits ->lovecraftian_ [~ianlovecr@2.155.71.16.dyn.user.ono.com] [Changing host] 14:17 <*> Joins[#ac100] ->lovecraftian_ [~ianlovecr@unaffiliated/lovecraftian] 14:20 <*> Quits ->lovecraftian [~ianlovecr@unaffiliated/lovecraftian] [Ping timeout: 240 seconds] 14:22 <*> Joins[#ac100] ->stuw [~stuw@31.44.80.66] 14:50 <*> Quits ->stuw [~stuw@31.44.80.66] [Remote host closed the connection] 14:57 <*> Joins[#ac100] ->stuw [~stuw@31.44.80.66] 15:15 <*> Quits ->ogra_ [~ogra_@p5098ed03.dip0.t-ipconnect.de] [Ping timeout: 240 seconds] 15:17 <*> Joins[#ac100] ->ogra_ [~ogra_@p5098ed03.dip0.t-ipconnect.de] 16:14 <*> lovecraftian_ is now known as lovecraftian 18:17 <*> Quits ->stenzel [stenzel@nat/ibm/x-vvjcvodxfrjuhgwf] [Ping timeout: 255 seconds] 19:16 <*> Joins[#ac100] ->stuw_ [~stuw@broadband-178-140-64-215.moscow.rt.ru] 20:05 <*> Joins[#ac100] ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] 23:22 <*> Quits ->kwizart [~kwizart@fedora/kwizart] [Remote host closed the connection] 23:23 <*> Quits ->DanSwano [~danswano@109.234.34.139] [Ping timeout: 264 seconds] 23:23 <*> Joins[#ac100] ->DanSwano [~danswano@109.234.34.139] 23:28 <*> Quits ->stuw_ [~stuw@broadband-178-140-64-215.moscow.rt.ru] [Ping timeout: 245 seconds] 23:41 <*> Joins[#ac100] ->kwizart [~kwizart@srv02.kwizart.net] 23:41 <*> Quits ->kwizart [~kwizart@srv02.kwizart.net] [Changing host] 23:41 <*> Joins[#ac100] ->kwizart [~kwizart@fedora/kwizart] --- Day changed Thu Jan 26 2017 00:45 <*> Quits ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] [Quit: Quitte] 03:50 <*> Quits ->zombah [~zombah@195.34.41.43] [Ping timeout: 245 seconds] 03:50 <*> Joins[#ac100] ->zombah [~zombah@195.34.41.43] 06:18 <*> Joins[#ac100] ->stuw_ [~stuw@broadband-178-140-64-215.moscow.rt.ru] 07:09 <*> Quits ->stuw_ [~stuw@broadband-178-140-64-215.moscow.rt.ru] [Ping timeout: 256 seconds] 11:00 <*> Joins[#ac100] ->stenzel [stenzel@nat/ibm/x-laqbmzoyjgzcdvsk] 12:37 <*> Quits ->nashpa [~nashpa@dliviu.plus.com] [Quit: Going away] 12:37 <*> Joins[#ac100] ->nashpa [~nashpa@dliviu.plus.com] 15:39 <*> Quits ->dpol [~neo@khr-pool1-r01-dev.nic.ru] [Quit: Leaving.] 15:54 <*> Joins[#ac100] ->dpol [~neo@khr-pool1-r01-dev.nic.ru] 16:22 <*> Quits ->marvin24 [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] [Remote host closed the connection] 16:25 <*> Joins[#ac100] ->marvin24 [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] 17:02 <*> Quits ->stenzel [stenzel@nat/ibm/x-laqbmzoyjgzcdvsk] [Ping timeout: 276 seconds] 17:51 <*> Joins[#ac100] ->stenzel [stenzel@nat/ibm/x-wbstcjifpmxmvnuf] 18:04 <*> Quits ->stenzel [stenzel@nat/ibm/x-wbstcjifpmxmvnuf] [Ping timeout: 260 seconds] 19:09 <*> Quits ->lovecraftian [~ianlovecr@unaffiliated/lovecraftian] [Quit: "cheerio chaps"] 21:08 <*> Joins[#ac100] ->stuw_ [~stuw@broadband-178-140-64-215.moscow.rt.ru] 21:10 <*> Joins[#ac100] ->lovecraftian [~ianlovecr@2.155.71.16.dyn.user.ono.com] 21:10 <*> Quits ->lovecraftian [~ianlovecr@2.155.71.16.dyn.user.ono.com] [Changing host] 21:10 <*> Joins[#ac100] ->lovecraftian [~ianlovecr@unaffiliated/lovecraftian] 21:18 <*> Joins[#ac100] ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] 22:53 <*> Quits ->arune [~arune@h-142-213.a357.priv.bahnhof.se] [Ping timeout: 246 seconds] --- Day changed Fri Jan 27 2017 00:22 <*> Quits ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] [Quit: Quitte] 01:05 <*> Quits ->stuw_ [~stuw@broadband-178-140-64-215.moscow.rt.ru] [Ping timeout: 240 seconds] 09:13 <*> Joins[#ac100] ->stuw_ [~stuw@broadband-178-140-64-215.moscow.rt.ru] 09:23 <*> Quits ->stuw [~stuw@31.44.80.66] [Ping timeout: 240 seconds] 09:30 <*> Joins[#ac100] ->stuw [~stuw@31.44.80.66] 11:10 <*> Joins[#ac100] ->stenzel [stenzel@nat/ibm/x-krpynzuhhmkiyueu] 14:05 < zombah> marvin24: hello, with dts sync for u-boot from kernel i added backlight regulator which kernel miss, what do you think its better now to add it to kernel also? 14:33 < marvin24> zombah: mmh? the kernel misses a backlight regulator? let me check... 14:38 < marvin24> mmh, yes, it is somehow missing 14:39 < marvin24> wonder why it works at all .... 14:40 < zombah> marvin24: btw maybe you know any way how to find udc gpio/pinmux? i want to enable gadget drivers in u-boot but it's not working without some gpio or state change 14:41 < marvin24> zombah: I fear you have to dig into the original source code (if it is put there at all) 14:42 < marvin24> zombah: so the backlight was never shut off in the kernel during power save? 14:43 < zombah> marvin24: hm i don't know for sure, i only noticed that regulator missing while syncing dts from kernel to u-boot 14:46 < zombah> hm i think even hdmi is supported now by u-boot we can enable it also 14:46 < marvin24> zombah: well, you should check it first though 14:47 < zombah> marvin24: will check rpi sources how they use it 14:48 < marvin24> I mean check with real hardware, not software 14:48 < marvin24> I can also try it (later) 14:48 < zombah> marvin24: for sure i will try it first 14:49 < zombah> marvin24: btw i enabled ulpi, but we don't have anything vital for bootloader there to enable it in u-boot 14:49 < zombah> marvin24: so i don't think any reason to submit it upstream 14:50 < zombah> only if someone want to use internal minipcie for storage 14:50 < zombah> here is patch https://github.com/ac100-ru/u-boot/commit/16470a9873960652cae06b031740fa3e60cab67d 14:51 < zombah> with it i see wifi in u-boot 14:52 < marvin24> zombah: you can submit it if u-boot supports netboot via wifi :-) 14:52 < warfare> oO 14:52 < zombah> marvin24: ha thats idea! 14:53 < zombah> i think i saw in u-boot ml that some boards use wifi, we can also then 8) 14:53 < zombah> but udc much more interesting to able to use DFU/UMS drivers 14:54 < zombah> if it works we can even enable fastboot mode 14:55 < zombah> fastboot in u-boot still very limited, but interesting to play imo 14:55 < marvin24> I don't know how this all works, the schematic has some connection to the ec in order to switch to gadget mode 14:55 < marvin24> but maybe thi sis wrong 14:56 < marvin24> if nothing helps, you have to boot android and see what changes (if it is controlled by userspace) 14:56 < zombah> i see only USB1_VBUS in schematic, but i dont know how to read schemes at all 14:57 < zombah> marvin24: you mean to compare gpio states between linux wo udc and android with udc? 14:58 < marvin24> zombah: I mean the USB1_ID wire 15:00 < marvin24> not sure if you can read out the ec gpio lines 15:00 < marvin24> there must be an ec command to control it 15:03 < marvin24> paz00-diag.c has some hints 15:19 < zombah> ah yes USB1_ID in schematic there is even note that LOw:HOST HIGH:Client 15:21 <*> Quits ->ogra_ [~ogra_@p5098ed03.dip0.t-ipconnect.de] [Ping timeout: 240 seconds] 15:21 < marvin24> zombah: last time I checked, the kernel did not support otg on tegra 15:21 < marvin24> but maybe uboot does 15:22 < zombah> marvin24: u-boot does for long time, it is enabled for all ventana board and higher, but not harmony ones 15:22 <*> Joins[#ac100] ->ogra_ [~ogra_@p5098ed03.dip0.t-ipconnect.de] 15:27 < zombah> hm yes in paz00-diag.c from factory kernel there is ec commands for that 15:28 < zombah> https://github.com/ac100-ru/old_ac100_kernel/blob/2.6.32/drivers/paz00/paz00-diag.c#L55 16:04 <*> Quits ->marvin24 [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] [Remote host closed the connection] 16:05 <*> Joins[#ac100] ->marvin24 [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] 16:21 <*> Quits ->lovecraftian [~ianlovecr@unaffiliated/lovecraftian] [Quit: "cheerio chaps"] 16:30 <*> Joins[#ac100] ->lovecraftian [~ianlovecr@2.155.71.16.dyn.user.ono.com] 16:30 <*> Quits ->lovecraftian [~ianlovecr@2.155.71.16.dyn.user.ono.com] [Changing host] 16:30 <*> Joins[#ac100] ->lovecraftian [~ianlovecr@unaffiliated/lovecraftian] 17:18 <*> Quits ->stenzel [stenzel@nat/ibm/x-krpynzuhhmkiyueu] [Ping timeout: 260 seconds] 18:14 <*> Quits ->stuw_ [~stuw@broadband-178-140-64-215.moscow.rt.ru] [Ping timeout: 255 seconds] 19:30 <*> Joins[#ac100] ->stuw_ [~stuw@broadband-178-140-64-215.moscow.rt.ru] 19:34 <*> Joins[#ac100] ->nchauvet [~nchauvet@92.103.166.6] 19:59 <*> Quits ->nchauvet [~nchauvet@92.103.166.6] [Remote host closed the connection] 20:29 <*> Joins[#ac100] ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] 23:42 < zombah> marvin24: any chance that your fix for lcd will land into stable and lts branches? --- Day changed Sat Jan 28 2017 00:54 <*> Quits ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] [Quit: Quitte] 02:57 <*> Quits ->stuw_ [~stuw@broadband-178-140-64-215.moscow.rt.ru] [Ping timeout: 252 seconds] 07:23 <*> Joins[#ac100] ->stuw_ [~stuw@broadband-178-140-64-215.moscow.rt.ru] 07:29 <*> Quits ->stuw_ [~stuw@broadband-178-140-64-215.moscow.rt.ru] [Ping timeout: 255 seconds] 10:01 <*> Joins[#ac100] ->stuw_ [~stuw@broadband-178-140-64-215.moscow.rt.ru] 10:31 <*> Joins[#ac100] ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] 11:14 <*> Quits ->stuw_ [~stuw@broadband-178-140-64-215.moscow.rt.ru] [Ping timeout: 256 seconds] 12:45 <*> Joins[#ac100] ->stuw_ [~stuw@broadband-178-140-64-215.moscow.rt.ru] 13:08 < marvin24> zombah: seems tagr didn't added the tag 13:08 < marvin24> I ask him to do so (maybe a bit indirect) 13:13 < zombah> marvin24: i think many current distros use 4.4 which is lts and next lts announced 4.9 so we need it at least in 4.9 but 4.4 will be perfect 8) 13:27 < zombah> it seems gregkh admins both 4.9 and 4.4 13:30 < zombah> but patch not in linux-next yet 14:15 < marvin24> not sure when the problem started 14:16 < marvin24> we can always send a patch to -stable ml after it was merged by linus 14:16 < zombah> marvin24: problem started in 4.1-rc1 14:16 < zombah> marvin24: i know exact commit if you interested 14:17 < zombah> marvin24: i've had to revert it until your patch 14:18 < zombah> marvin24: https://github.com/torvalds/linux/commit/8f116d1c12580b7c2349e3291d22621ee21b08a0 15:09 <*> Quits ->stuw_ [~stuw@broadband-178-140-64-215.moscow.rt.ru] [Ping timeout: 240 seconds] 15:24 <*> Quits ->ogra_ [~ogra_@p5098ed03.dip0.t-ipconnect.de] [Ping timeout: 252 seconds] 15:24 <*> Joins[#ac100] ->ogra_ [~ogra_@p5098ed03.dip0.t-ipconnect.de] 21:53 <*> Quits ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] [Read error: Connection reset by peer] 21:55 <*> Joins[#ac100] ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] 22:00 <*> Quits ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] [Read error: Connection reset by peer] 22:03 <*> Joins[#ac100] ->stuw_ [~stuw@broadband-178-140-64-215.moscow.rt.ru] 22:03 <*> Joins[#ac100] ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] 22:56 <*> Quits ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] [Read error: Connection reset by peer] 23:10 <*> Joins[#ac100] ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] --- Day changed Sun Jan 29 2017 00:11 <*> Quits ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] [Quit: Quitte] 03:39 <*> Quits ->stuw_ [~stuw@broadband-178-140-64-215.moscow.rt.ru] [Ping timeout: 248 seconds] 08:51 <*> Joins[#ac100] ->stuw_ [~stuw@broadband-178-140-64-215.moscow.rt.ru] 10:36 <*> Joins[#ac100] ->gouchi [~gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] 14:54 <*> Quits ->marvin24 [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] [Remote host closed the connection] 14:56 <*> Joins[#ac100] ->marvin24 [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] 23:29 <*> Quits ->stuw_ [~stuw@broadband-178-140-64-215.moscow.rt.ru] [Ping timeout: 240 seconds] --- Log closed Mon Jan 30 00:00:02 2017 --- Log opened Mon Jan 22 00:00:21 2018 00:03 <*> Quits ->gouchi [~gouchi@unaffiliated/gouchi] [Quit: Quitte] 02:42 <*> Joins[#ac100] ->jbrown [~jules@mtrlpq4706w-lp130-06-174-93-150-153.dsl.bell.ca] 06:32 <*> Joins[#ac100] ->stuw_ [~stuw@broadband-178-140-64-215.moscow.rt.ru] 07:25 <*> Quits ->stuw_ [~stuw@broadband-178-140-64-215.moscow.rt.ru] [Ping timeout: 246 seconds] 08:59 <*> Joins[#ac100] ->stuw [~stuw@31.44.80.66] 09:53 <*> Quits ->jbrown [~jules@mtrlpq4706w-lp130-06-174-93-150-153.dsl.bell.ca] [Ping timeout: 248 seconds] 11:00 <*> Joins[#ac100] ->stenzel [stenzel@nat/ibm/x-nhglyqjeaeevajic] 11:06 <*> Joins[#ac100] ->marvin24 [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] 11:47 <*> Quits ->marvin24 [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] [Remote host closed the connection] 11:48 <*> Joins[#ac100] ->marvin24 [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] 12:17 <*> Quits ->nashpa [~nashpa@dliviu.plus.com] [Ping timeout: 268 seconds] 12:17 <*> Joins[#ac100] ->nashpa [~nashpa@dliviu.plus.com] 13:18 <*> Quits ->pranza [pranza@pranza.audiomastering.lt] [Quit: \_(?)_/] 14:20 <*> Quits ->marvin24 [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] [Remote host closed the connection] 14:22 <*> Joins[#ac100] ->marvin24 [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] 15:49 <*> Joins[#ac100] ->jbrown [~jules@mtrlpq4706w-lp130-06-174-93-150-153.dsl.bell.ca] 18:25 <*> Quits ->stenzel [stenzel@nat/ibm/x-nhglyqjeaeevajic] [Ping timeout: 276 seconds] 19:13 <*> Joins[#ac100] ->stuw_ [~stuw@broadband-178-140-64-215.moscow.rt.ru] 21:17 <*> Joins[#ac100] ->gouchi [~gouchi@lns-bzn-36-82-251-21-187.adsl.proxad.net] 21:17 <*> Quits ->gouchi [~gouchi@lns-bzn-36-82-251-21-187.adsl.proxad.net] [Changing host] 21:17 <*> Joins[#ac100] ->gouchi [~gouchi@unaffiliated/gouchi] 21:54 <*> Quits ->gouchi [~gouchi@unaffiliated/gouchi] [Remote host closed the connection] 22:01 <*> Joins[#ac100] ->gouchi [~gouchi@lns-bzn-36-82-251-21-187.adsl.proxad.net] 22:01 <*> Quits ->gouchi [~gouchi@lns-bzn-36-82-251-21-187.adsl.proxad.net] [Changing host] 22:01 <*> Joins[#ac100] ->gouchi [~gouchi@unaffiliated/gouchi] 23:30 <*> Joins[#ac100] ->stuw__ [~stuw@broadband-178-140-64-215.moscow.rt.ru] 23:31 <*> Quits ->stuw__ [~stuw@broadband-178-140-64-215.moscow.rt.ru] [Read error: Connection reset by peer] 23:32 <*> Joins[#ac100] ->stuw__ [~stuw@broadband-178-140-64-215.moscow.rt.ru] 23:33 <*> Quits ->stuw_ [~stuw@broadband-178-140-64-215.moscow.rt.ru] [Ping timeout: 264 seconds] 23:39 <*> Quits ->stuw__ [~stuw@broadband-178-140-64-215.moscow.rt.ru] [Ping timeout: 248 seconds] --- Day changed Tue Jan 23 2018 00:26 <*> Quits ->gouchi [~gouchi@unaffiliated/gouchi] [Remote host closed the connection] 01:27 <*> Quits ->janus [Janus@bnc.animux.de] [Ping timeout: 256 seconds] 01:28 <*> Joins[#ac100] ->janus [Janus@bnc.animux.de] 02:54 <*> Quits ->nashpa [~nashpa@dliviu.plus.com] [Ping timeout: 246 seconds] 02:57 <*> Joins[#ac100] ->nashpa [~nashpa@dliviu.plus.com] 04:35 <*> Quits ->jbrown [~jules@mtrlpq4706w-lp130-06-174-93-150-153.dsl.bell.ca] [Ping timeout: 240 seconds] 05:06 <*> Joins[#ac100] ->pranza [pranza@pranza.audiomastering.lt] 06:48 <*> Joins[#ac100] ->stuw__ [~stuw@broadband-178-140-64-215.moscow.rt.ru] 07:25 <*> Quits ->stuw__ [~stuw@broadband-178-140-64-215.moscow.rt.ru] [Ping timeout: 260 seconds] 10:55 <*> Parts[#ac100] ->dpol [~neo@khr-pool1-r01-dev.nic.ru] [] 11:21 <*> Joins[#ac100] ->stenzel [stenzel@nat/ibm/x-jqcknpyuseyzlyma] 11:28 <*> Joins[#ac100] ->dpol [~neo@khr-pool1-r01-dev.nic.ru] 14:16 <*> Quits ->ogra_ [~ogra_@p5098ed03.dip0.t-ipconnect.de] [Ping timeout: 248 seconds] 14:17 <*> Joins[#ac100] ->ogra_ [~ogra_@80.152.237.3] 15:49 <*> Joins[#ac100] ->jbrown [~jules@mtrlpq4706w-lp130-06-174-93-150-153.dsl.bell.ca] 17:37 <*> Quits ->nashpa [~nashpa@dliviu.plus.com] [Quit: Going away] 18:04 <*> Quits ->stenzel [stenzel@nat/ibm/x-jqcknpyuseyzlyma] [Ping timeout: 264 seconds] 20:30 <*> Joins[#ac100] ->gouchi [~gouchi@lns-bzn-36-82-251-21-187.adsl.proxad.net] 20:30 <*> Quits ->gouchi [~gouchi@lns-bzn-36-82-251-21-187.adsl.proxad.net] [Changing host] 20:30 <*> Joins[#ac100] ->gouchi [~gouchi@unaffiliated/gouchi] 20:51 <*> Joins[#ac100] ->nashpa [~nashpa@dliviu.plus.com] 20:57 <*> Joins[#ac100] ->stuw__ [~stuw@broadband-178-140-64-215.moscow.rt.ru] 22:49 <*> Quits ->stuw__ [~stuw@broadband-178-140-64-215.moscow.rt.ru] [Ping timeout: 256 seconds] 23:56 <*> Quits ->gouchi [~gouchi@unaffiliated/gouchi] [Remote host closed the connection] --- Day changed Wed Jan 24 2018 07:11 <*> Quits ->jbrown [~jules@mtrlpq4706w-lp130-06-174-93-150-153.dsl.bell.ca] [Ping timeout: 255 seconds] 09:05 <*> Quits ->stuw [~stuw@31.44.80.66] [Ping timeout: 240 seconds] 09:53 <*> Joins[#ac100] ->stuw [~stuw@31.44.80.66] 11:08 <*> Joins[#ac100] ->stenzel [stenzel@nat/ibm/x-ghguxhackjqcvrge] 15:51 <*> Joins[#ac100] ->jbrown [~jules@mtrlpq4706w-lp130-06-174-93-150-153.dsl.bell.ca] 16:18 <*> Quits ->marvin24 [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] [Remote host closed the connection] 16:20 <*> Joins[#ac100] ->marvin24 [~quassel@egonalter-2-pt.tunnel.tserv6.fra1.ipv6.he.net] 18:14 <*> Quits ->stenzel [stenzel@nat/ibm/x-ghguxhackjqcvrge] [Ping timeout: 240 seconds] 18:15 <*> Quits ->jbrown [~jules@mtrlpq4706w-lp130-06-174-93-150-153.dsl.bell.ca] [Ping timeout: 246 seconds] 19:56 <*> Joins[#ac100] ->stuw__ [~stuw@broadband-178-140-64-215.moscow.rt.ru] 20:06 <*> Joins[#ac100] ->gouchi [~gouchi@lns-bzn-36-82-251-21-187.adsl.proxad.net] 20:06 <*> Quits ->gouchi [~gouchi@lns-bzn-36-82-251-21-187.adsl.proxad.net] [Changing host] 20:06 <*> Joins[#ac100] ->gouchi [~gouchi@unaffiliated/gouchi] 20:23 <*> Joins[#ac100] ->jbrown [~jules@23.233.195.134] 22:50 <*> Quits ->stuw__ [~stuw@broadband-178-140-64-215.moscow.rt.ru] [Ping timeout: 268 seconds] 23:36 <*> Quits ->gouchi [~gouchi@unaffiliated/gouchi] [Remote host closed the connection] --- Day changed Thu Jan 25 2018 01:02 <*> Quits ->jbrown [~jules@23.233.195.134] [Ping timeout: 256 seconds] 01:15 <*> Quits ->pranza [pranza@pranza.audiomastering.lt] [Read error: Connection reset by peer] 04:34 <*> Joins[#ac100] ->stuw__ [~stuw@broadband-178-140-64-215.moscow.rt.ru] 05:26 <*> Joins[#ac100] ->jbrown [~jules@mtrlpq4706w-lp130-06-174-93-150-153.dsl.bell.ca] 06:02 <*> Quits ->jbrown [~jules@mtrlpq4706w-lp130-06-174-93-150-153.dsl.bell.ca] [Ping timeout: 240 seconds] 07:25 <*> Quits ->stuw__ [~stuw@broadband-178-140-64-215.moscow.rt.ru] [Ping timeout: 252 seconds] 11:05 <*> Joins[#ac100] ->stenzel [stenzel@nat/ibm/x-akvwdgrnzxpkqghr] 13:14 <*> Quits ->stuw [~stuw@31.44.80.66] [] 13:30 <*> Quits ->stenzel [stenzel@nat/ibm/x-akvwdgrnzxpkqghr] [Remote host closed the connection] 13:32 <*> Joins[#ac100] ->stenzel [stenzel@nat/ibm/x-yvazcngunspyorqf] 14:21 <*> Quits ->ogra_ [~ogra_@80.152.237.3] [Ping timeout: 256 seconds] 14:22 <*> Joins[#ac100] ->ogra_ [~ogra_@p5098ed03.dip0.t-ipconnect.de] 15:49 <*> Joins[#ac100] ->jbrown [~jules@mtrlpq4706w-lp130-06-174-93-150-153.dsl.bell.ca] 17:45 <*> Quits ->jbrown [~jules@mtrlpq4706w-lp130-06-174-93-150-153.dsl.bell.ca] [Ping timeout: 240 seconds] 18:06 <*> Quits ->stenzel [stenzel@nat/ibm/x-yvazcngunspyorqf] [Ping timeout: 248 seconds] 19:06 <*> Joins[#ac100] ->jbrown [~jules@mtrlpq4706w-lp130-06-174-93-150-153.dsl.bell.ca] 19:27 <*> Joins[#ac100] ->stuw__ [~stuw@broadband-178-140-64-215.moscow.rt.ru] 21:30 <*> Joins[#ac100] ->gouchi [~gouchi@lns-bzn-36-82-251-21-187.adsl.proxad.net] 21:30 <*> Quits ->gouchi [~gouchi@lns-bzn-36-82-251-21-187.adsl.proxad.net] [Changing host] 21:30 <*> Joins[#ac100] ->gouchi [~gouchi@unaffiliated/gouchi] 22:35 <*> Quits ->stuw__ [~stuw@broadband-178-140-64-215.moscow.rt.ru] [Ping timeout: 268 seconds] --- Day changed Fri Jan 26 2018 00:23 <*> Quits ->gouchi [~gouchi@unaffiliated/gouchi] [Remote host closed the connection] 02:13 <*> Quits ->Hobbes` [~calvin@2001:4b98:dc0:47:216:3eff:fe18:5d33] [Ping timeout: 256 seconds] 06:37 <*> Joins[#ac100] ->stuw__ [~stuw@broadband-178-140-64-215.moscow.rt.ru] 07:14 <*> Quits ->stuw__ [~stuw@broadband-178-140-64-215.moscow.rt.ru] [Ping timeout: 260 seconds] 08:54 <*> Quits ->jbrown [~jules@mtrlpq4706w-lp130-06-174-93-150-153.dsl.bell.ca] [Ping timeout: 265 seconds] 09:05 <*> Quits ->DanSwano [~danswano@109.234.34.139] [Remote host closed the connection] 11:01 <*> Joins[#ac100] ->stenzel [stenzel@nat/ibm/x-euoiznqueyouamiw] 15:02 <*> Quits ->digetx [digetx@gateway/shell/panicbnc/x-clvzjbsmmzpphpco] [Ping timeout: 265 seconds] 15:23 <*> Joins[#ac100] ->stuw [~stuw@31.44.80.66] 15:25 <*> Joins[#ac100] ->digetx [digetx@gateway/shell/panicbnc/x-znkrkgsgmgslxbdg] 15:50 <*> Joins[#ac100] ->jbrown [~jules@mtrlpq4706w-lp130-06-174-93-150-153.dsl.bell.ca] 16:02 <*> Quits ->stuw [~stuw@31.44.80.66] [Remote host closed the connection] 16:03 <*> Joins[#ac100] ->stuw [~stuw@31.44.80.66] 16:37 <*> Quits ->stuw [~stuw@31.44.80.66] [Remote host closed the connection] 16:39 <*> Joins[#ac100] ->stuw [~stuw@31.44.80.66] 18:35 <*> Quits ->stenzel [stenzel@nat/ibm/x-euoiznqueyouamiw] [Ping timeout: 252 seconds] 19:57 <*> Joins[#ac100] ->stuw__ [~stuw@broadband-178-140-64-215.moscow.rt.ru] 20:10 <*> Joins[#ac100] ->gouchi [~gouchi@lns-bzn-36-82-251-21-187.adsl.proxad.net] 20:10 <*> Quits ->gouchi [~gouchi@lns-bzn-36-82-251-21-187.adsl.proxad.net] [Changing host] 20:10 <*> Joins[#ac100] ->gouchi [~gouchi@unaffiliated/gouchi] 20:57 <*> Quits ->jbrown [~jules@mtrlpq4706w-lp130-06-174-93-150-153.dsl.bell.ca] [Ping timeout: 240 seconds] 21:12 <*> Joins[#ac100] ->jbrown [~jules@mtrlpq4706w-lp130-06-174-93-150-153.dsl.bell.ca] 23:48 <*> Quits ->gouchi [~gouchi@unaffiliated/gouchi] [Remote host closed the connection] --- Day changed Sat Jan 27 2018 00:04 <*> Quits ->stuw__ [~stuw@broadband-178-140-64-215.moscow.rt.ru] [Ping timeout: 256 seconds] 09:22 <*> Joins[#ac100] ->stuw__ [~stuw@broadband-178-140-64-215.moscow.rt.ru] 09:52 <*> Quits ->jbrown [~jules@mtrlpq4706w-lp130-06-174-93-150-153.dsl.bell.ca] [Ping timeout: 256 seconds] 10:09 <*> Joins[#ac100] ->pranza [pranza@pranza.audiomastering.lt] 11:09 <*> Quits ->stuw__ [~stuw@broadband-178-140-64-215.moscow.rt.ru] [Ping timeout: 256 seconds] 11:32 <*> Joins[#ac100] ->gouchi [~gouchi@lns-bzn-36-82-251-21-187.adsl.proxad.net] 11:32 <*> Quits ->gouchi [~gouchi@lns-bzn-36-82-251-21-187.adsl.proxad.net] [Changing host] 11:32 <*> Joins[#ac100] ->gouchi [~gouchi@unaffiliated/gouchi] 15:25 <*> Joins[#ac100] ->stuw__ [~stuw@broadband-178-140-64-215.moscow.rt.ru] 19:42 <*> Joins[#ac100] ->jbrown [~jules@mtrlpq4706w-lp130-06-174-93-150-153.dsl.bell.ca] 21:07 <*> Quits ->stuw__ [~stuw@broadband-178-140-64-215.moscow.rt.ru] [Ping timeout: 240 seconds] --- Day changed Sun Jan 28 2018 00:55 <*> Quits ->gouchi [~gouchi@unaffiliated/gouchi] [Remote host closed the connection] 05:11 <*> Quits ->jbrown [~jules@mtrlpq4706w-lp130-06-174-93-150-153.dsl.bell.ca] [Ping timeout: 252 seconds] 06:17 <*> Quits ->herekun [~herekun@164.132.132.199] [Ping timeout: 256 seconds] 06:20 <*> Joins[#ac100] ->herekun [~herekun@164.132.132.199] 08:49 <*> Joins[#ac100] ->stuw__ [~stuw@broadband-178-140-64-215.moscow.rt.ru] 11:41 <*> Joins[#ac100] ->gouchi [~gouchi@lns-bzn-36-82-251-21-187.adsl.proxad.net] 11:41 <*> Quits ->gouchi [~gouchi@lns-bzn-36-82-251-21-187.adsl.proxad.net] [Changing host] 11:41 <*> Joins[#ac100] ->gouchi [~gouchi@unaffiliated/gouchi] 11:59 <*> Quits ->indy [~indy@dsl-static-104.213-160-167.telecom.sk] [Ping timeout: 246 seconds] 12:07 <*> Joins[#ac100] ->indy [~indy@dsl-static-104.213-160-167.telecom.sk] 13:43 <*> Quits ->stuw__ [~stuw@broadband-178-140-64-215.moscow.rt.ru] [Ping timeout: 264 seconds] 16:04 <*> Joins[#ac100] ->stuw__ [~stuw@broadband-178-140-64-215.moscow.rt.ru] 16:45 <*> Quits ->stuw [~stuw@31.44.80.66] [Ping timeout: 264 seconds] 17:18 <*> Joins[#ac100] ->stuw [~stuw@31.44.80.66] 19:26 <*> Joins[#ac100] ->jbrown [~jules@mtrlpq4706w-lp130-06-174-93-150-153.dsl.bell.ca] 21:53 <*> Quits ->jbrown [~jules@mtrlpq4706w-lp130-06-174-93-150-153.dsl.bell.ca] [Ping timeout: 256 seconds] 21:54 <*> Joins[#ac100] ->jbrown [~jules@mtrlpq4706w-lp130-06-174-93-150-153.dsl.bell.ca] 23:53 <*> Quits ->gouchi [~gouchi@unaffiliated/gouchi] [Remote host closed the connection] --- Log closed Mon Jan 29 00:00:36 2018 --- Log opened Mon Jan 28 00:00:25 2019 --- Log closed Mon Feb 04 00:00:43 2019 --- Log opened Mon Jan 27 00:00:04 2020 --- Log closed Mon Feb 03 00:00:23 2020 --- Log opened Mon Jan 25 00:00:29 2021 --- Log closed Mon Feb 01 00:00:39 2021 --- Log opened Mon Jan 24 00:00:55 2022 --- Log closed Mon Jan 31 00:00:05 2022 --- Log opened Mon Jan 23 00:00:01 2023