Tuesday, 2015-02-17

sledgesMakalak: cd /dev; mknod log_main c 10 44; mkdir alog; cd alog; ln -s ../log_main main00:00
Makalakok00:01
sledges/usr/libexec/droid-hybris/system/bin/logcat00:01
Makalaklogcat read: Invalid argument00:01
Makalaksledges: should /mer/targets/$device/ be rootfs.. aka be representive of build.tar.bz2?00:07
Makalakshouldnt*00:07
sledgestarget is just a uber-handy skeleton for compiling against needed headers/libs00:07
Makalakbut if i add something, shouldnt it be added to build no?00:08
Makalaklike fstab and such?00:08
sledgesit's only a target, nothing to do with final rootfs00:08
Makalakok00:08
sledgescompilation/scratchbox's target00:08
Makalakif i want to add something, where should I?00:09
sledgesdepends what00:09
Makalakfstab00:10
sledgesfstab is not used00:10
sledges.mount units are00:10
Makalakandroid-init does00:10
sledgesdoes what?00:11
Makalakwell.. when i was testing with vakkov.. we were getting /system/bin/blah not found.. but that was fixed after adding the fdtab00:11
Makalakmount using fstab00:11
sledgesfstab *shouldn't* be used ;)00:11
sledgeseverything goes through systemd00:12
sledges/lib/systemd/system/*mount00:12
Makalakfstab.endeavoru to more exact...00:12
Makalakin that case... could that be causing problems?00:13
sledgesnah00:13
sledgesbut better sort it sooner than later00:13
sledgescat /lib/systemd/system/system.mount00:13
Makalakdoesnt exist00:14
sledgesls -l /lib/systemd/system/*.mount00:14
*** M4rtinK <M4rtinK!~M4rtinK@ip-89-177-124-246.net.upcbroadband.cz> has quit IRC (Ping timeout: 246 seconds)00:16
*** beidl <beidl!~quassel@91-114-202-9.adsl.highway.telekom.at> has joined #sailfishos-porters00:16
Makalaksledges: cat /lib/systemd/system/*.mount | grep /system, returns nothing about the /system partition00:17
sledgesls -l /lib/systemd/system/*.mount00:17
Makalakhttp://pastebin.com/qzhNy1KX00:18
sledgeson host: find $ANDROID_ROOT -maxdepth 5 -name "*fstab*" -exec grep -Hw system {} \;00:19
*** beidl_ <beidl_!~quassel@188-22-95-194.adsl.highway.telekom.at> has quit IRC (Ping timeout: 256 seconds)00:19
Makalakhttp://pastebin.com/9gG5hFzf00:21
sledgescat ./device/htc/endeavoru/ramdisk/fstab.endeavoru00:22
Makalakhttp://pastebin.com/R9EFHiyp00:22
sledgeswaterhell00:24
sledgeshtc fstabs are totally in a wrong format!00:24
Makalakthats for the recovery00:24
sledgeseither00:25
Makalakhttps://github.com/teemodk/android_device_htc_endeavoru/blob/b-d/ramdisk/fstab.endeavoru00:26
sledgeson host: find $ANDROID_ROOT/device/htc/endeavoru/ -name -exec grep -H mmcblk {} \;00:26
Makalakthats probably the one you want... but since i have my own init, i dont use any of them... thus the mess you see :p00:26
sledgesyes ./device/htc/endeavoru/ramdisk/fstab.endeavoru:/system        ext4    /dev/block/mmcblk0p12   flags=backup=1;display="System"00:27
sledgesis not what you linked00:27
Makalakwhat did i link?00:28
sledges02:26 < Makalak> https://github.com/teemodk/android_device_htc_endeavoru/blob/b-d/ramdisk/fstab.endeavoru00:28
Makalakok...00:29
Makalakwill just placing that in device tree fix that00:29
Makalak?00:29
sledgesi've no idea what else is wrong00:29
sledgesclearly .mount units were not generated00:29
sledgesfirmwares/modem and other needed bits among them00:30
sledgesjust backup your device repo, and repo sync with CM00:31
Makalakthere is no fireware partition00:31
sledgesit's not called firmware00:31
sledgesbut there are plenty of relevant ones00:31
vakkovsledges, this is the one that has to be removed, isnt it - /lib/systemd/system/usb-moded.service00:34
*** olafh_ <olafh_!~olafh@p5B25BD1B.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 250 seconds)00:35
vakkovugh00:35
sledgesvakkov: ya00:35
sledgesgnite peopleos!00:36
vakkovnite00:37
Makalaknight00:37
vakkovsledges, on n9 this blocks the ssh :(00:38
vakkovlike, it doesnt even appear00:38
vakkovon the pc00:38
Makalaksledges: before you go... how far back will i need to go for the rebuild00:39
sledgesMakalak: make hybris-hal00:39
sledgesvakkov: ssh or usb0?00:40
vakkovusb000:40
vakkovifconfig -a no usb000:40
vakkovand no ssh obviously00:40
sledgesand if you leave that .service in place?00:41
vakkovi just had ssh before i moved the service to .service.bak00:41
vakkovi need to have ssh to debug the new kernel ;(00:41
*** arcean <arcean!~arcean@aafr26.neoplus.adsl.tpnet.pl> has quit IRC (Quit: Leaving)00:42
sledgesvakkov: don't move that .service00:44
vakkovsledges: also happened when i removed it before00:45
sledges^00:45
vakkoveven when i delete the service file00:46
vakkovssh stops working00:46
sledgesdon't delete00:46
vakkovit seems that charging also dies00:46
sledgesdon't move00:46
sledgeswhat happens then?00:46
vakkovi have ssh when lipstick starts00:46
vakkovthat happens00:47
sledgesvakkov: got wlan?00:48
vakkovsledges: i'll try to start it, the framebuffer is reverted again and the fix is through ssh00:48
sledgesgo back to working lipstick state00:49
sledgesremove usb-moded00:49
sledgesssh via wlan00:49
sledgesand modprobe usb_rndis (you need to find out exact driver name)00:50
vakkovlipstick works, the framebuffer has to be rotated with fbset (the service that the guys have made for some reason fails to do it on boot up)00:50
vakkovok00:50
sledgesonce you setup working usb connection, add that to some startup file/settings00:50
vakkovto a startup file?00:51
sledgesor just wait and ask phdeswer instead, telling him that it's the non-hybris n9 without telnet00:51
vakkovlike a systemd service?00:51
sledgesvakkov: anything goes00:51
sledgesdroid-hal-device has lots of examples how to modprobe and how to execute scripts on startups, as you know00:51
sledgesdepends what you'll need00:51
sledgesto reverse engineer usb networking00:52
sledgesor there will just be a package phdeswer will tell you to install00:52
sledgesand on non-hybris case, that will work (hopefully)00:52
sledgesnight night00:52
vakkovnight!00:52
*** cxl000 <cxl000!~cxl000@c27-253-5-120.brodm4.vic.optusnet.com.au> has joined #sailfishos-porters01:14
*** Makalak <Makalak!~Makalak@unaffiliated/makalak> has quit IRC (Remote host closed the connection)01:18
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@212-198-218-185.rev.numericable.fr> has quit IRC (Quit: Konversation terminated!)01:51
spiiroinMakalak, sledges: That dsme strace looks normal for dsme-wdd proces (="dsme" in journal). If there are problems, they are probably in dsme-server process (="DSME" in journal)01:56
spiiroinif the latter gets stuck somehow, watchdog reboot is what should happen01:58
*** scientes <scientes!~scientes@unaffiliated/scientes> has quit IRC (Read error: Connection reset by peer)01:58
vakkovsledges, i built https://github.com/nemomobile/usb-moded02:01
vakkovbut i removed --enable-meegodevlock from the spec file02:02
vakkovsledges: the resulting version is 0.70 which is lower than 0.8002:02
vakkovthat is used in sailfish in n9 :P  but lipstick just started and i have been in ssh for ~30 seconds :P :P02:03
klopsi-u3congrats02:07
klopsi-u3no reboots yet vakkov ?03:02
*** filippz <filippz!~filippz@93-137-241-167.adsl.net.t-com.hr> has joined #sailfishos-porters05:38
*** filippz <filippz!~filippz@93-137-241-167.adsl.net.t-com.hr> has quit IRC (Remote host closed the connection)05:45
*** olafh_ <olafh_!~olafh@p5B25B87D.dip0.t-ipconnect.de> has joined #sailfishos-porters06:20
*** electrolux <electrolux!~Adium@62-78-217-43.bb.dnainternet.fi> has joined #sailfishos-porters06:31
*** johnyz89 <johnyz89!~johny@apn-46-215-227-63.dynamic.gprs.plus.pl> has joined #sailfishos-porters06:45
*** plfiorini <plfiorini!~plfiorini@net-93-71-167-190.cust.vodafonedsl.it> has quit IRC (Quit: Sto andando via)06:55
*** tanty_off is now known as tanty06:58
*** ruthenianboy <ruthenianboy!~198811@ip-85.163.189.121.o2inet.sk> has joined #sailfishos-porters07:11
ruthenianboyGood morning guys. I need advise. I built hybris-boot and recovery. But it looks somthing is screwed. It is not booting, usb debug functionality is not started. Kernel is working, i tried it in stock boot. Any idea where to look?07:17
*** harha <harha!~harha@194.157.27.2> has joined #sailfishos-porters07:54
*** electrolux <electrolux!~Adium@62-78-217-43.bb.dnainternet.fi> has quit IRC (Quit: Leaving.)08:04
*** arcean <arcean!~arcean@aafq121.neoplus.adsl.tpnet.pl> has joined #sailfishos-porters08:09
vakkovruthenianboy: the kernel that you built for sailfish booted stock? nice08:13
vakkovothwerwise, can you give us some dmesg from the host?08:13
vakkovis it showing something about a new usb device?08:14
*** jerpelea <jerpelea!55e202bf@gateway/web/freenode/ip.85.226.2.191> has joined #sailfishos-porters08:20
phdeswervakkov: Aha, I know what is wrong with the USB on N9. It uses regular modules so you need to install other usb-moded config packages than on the hybris/android port versions as they use the android gadget08:38
vakkovphdeswer: i built usb-moded without the --enable-meegodevlock option and it seemed to work08:39
vakkovis this it08:40
phdeswervakkov: UI not coming up?08:40
vakkovit is, i want to have ssh even if it doesnt08:40
vakkovgoing to experiment with the kernel ..08:40
vakkovnow debugging it to be more precise :D08:40
phdeswervakkov: ah ok, so the N9 config setup is right then (good to know). You need the rescue mode.08:40
vakkovwhat is this rescue mode, phdswer08:41
phdeswerBut yeah without the devicelock is also an option08:41
phdeswerIt is a some systemd magic that starts usb-moded with a flag to ignore the devicelock until UI comes up08:41
vakkovphdeswer: nice, which file is this08:42
phdeswerI'd hoped that by now the jolla-rnd-device package would be in the open, but I am not sure.08:42
phdeswerAlthough there is an alternative. usb-moded-systemd-rescue-mode08:43
phdeswerThis does more or less the same08:43
*** dr_gogeta86 <dr_gogeta86!~gogeta@151.22.5.65> has quit IRC (Ping timeout: 246 seconds)08:49
*** vakkov <vakkov!~vakkov@s3n105.brunel.ac.uk> has quit IRC (Ping timeout: 250 seconds)08:50
ruthenianboyvakkov: i repacked stock boot.img dumped from phone with kernel built for sailfish an it booted up. But hybris-boot or recovery packed with same kernel is not booting.  Without this, i cannot continue in porting. I am using fastboot on windows. I will try linux fastboot binary and tail of dmesg at afternoon.08:51
*** M4rtinK <M4rtinK!~M4rtinK@ip-89-177-124-246.net.upcbroadband.cz> has joined #sailfishos-porters08:53
*** electrolux <electrolux!~Adium@192.194.199.34> has joined #sailfishos-porters08:54
*** carepack <carepack!~carepack@HSI-KBW-078-042-018-044.hsi3.kabel-badenwuerttemberg.de> has joined #sailfishos-porters08:54
carepackgoogd morning08:54
*** filippz <filippz!~filippz@93-137-241-167.adsl.net.t-com.hr> has joined #sailfishos-porters08:54
*** vakkov <vakkov!~vakkov@s3n105.brunel.ac.uk> has joined #sailfishos-porters08:59
*** M4rtinK <M4rtinK!~M4rtinK@ip-89-177-124-246.net.upcbroadband.cz> has quit IRC (Ping timeout: 265 seconds)09:00
*** dr_gogeta86 <dr_gogeta86!~gogeta@151.22.5.65> has joined #sailfishos-porters09:01
klopsi-u3morning carepack09:04
*** vakkov <vakkov!~vakkov@s3n105.brunel.ac.uk> has quit IRC (Ping timeout: 250 seconds)09:04
klopsi-u3anybody want to buy a motorola droid 4?09:06
*** vakkov <vakkov!~vakkov@134.83.207.29> has joined #sailfishos-porters09:18
*** harha <harha!~harha@194.157.27.2> has quit IRC (Quit: Leaving.)09:51
*** harha <harha!~harha@194.157.27.2> has joined #sailfishos-porters10:01
*** harha <harha!~harha@194.157.27.2> has quit IRC (Quit: Leaving.)10:31
*** beidl_ <beidl_!~quassel@91-113-127-172.adsl.highway.telekom.at> has joined #sailfishos-porters10:34
*** beidl <beidl!~quassel@91-114-202-9.adsl.highway.telekom.at> has quit IRC (Ping timeout: 256 seconds)10:35
*** filippz <filippz!~filippz@93-137-241-167.adsl.net.t-com.hr> has quit IRC (Remote host closed the connection)11:00
*** harha <harha!~harha@a91-153-12-92.elisa-laajakaista.fi> has joined #sailfishos-porters11:08
*** uhhimhere <uhhimhere!~uhhimhere@1.9.99.52> has joined #sailfishos-porters11:24
*** Tassadar <Tassadar!~tassadar@ip4-83-240-20-212.cust.nbox.cz> has joined #sailfishos-porters12:00
*** Nokius_away <Nokius_away!~sailfish@46.189.45.234> has joined #sailfishos-porters12:04
*** uhhimhere <uhhimhere!~uhhimhere@1.9.99.52> has quit IRC (Ping timeout: 255 seconds)12:04
*** ruthenianboy <ruthenianboy!~198811@ip-85.163.189.121.o2inet.sk> has quit IRC (Ping timeout: 256 seconds)12:08
*** filippz <filippz!~filippz@93-137-241-167.adsl.net.t-com.hr> has joined #sailfishos-porters12:40
*** arcean <arcean!~arcean@aafq121.neoplus.adsl.tpnet.pl> has quit IRC (Ping timeout: 252 seconds)12:59
*** s5pik3 <s5pik3!~Spike@163.5.121.103> has joined #sailfishos-porters13:10
*** Nokius_away <Nokius_away!~sailfish@46.189.45.234> has quit IRC (Quit: IRC for Sailfish 0.9)13:36
*** electrolux <electrolux!~Adium@192.194.199.34> has quit IRC (Quit: Leaving.)13:42
*** jerpelea <jerpelea!55e202bf@gateway/web/freenode/ip.85.226.2.191> has quit IRC (Quit: Page closed)14:08
*** filippz <filippz!~filippz@93-137-241-167.adsl.net.t-com.hr> has quit IRC (Quit: Leaving)14:12
*** Tassadar <Tassadar!~tassadar@ip4-83-240-20-212.cust.nbox.cz> has quit IRC (Ping timeout: 252 seconds)14:24
*** ruthenianboy <ruthenianboy!~198811@ip-85.163.93.229.o2inet.sk> has joined #sailfishos-porters14:39
*** arcean <arcean!~arcean@aafq121.neoplus.adsl.tpnet.pl> has joined #sailfishos-porters14:53
*** vakkov <vakkov!~vakkov@134.83.207.29> has quit IRC (Ping timeout: 256 seconds)15:04
*** s5pik3 <s5pik3!~Spike@163.5.121.103> has quit IRC (Ping timeout: 256 seconds)15:07
*** vakkov <vakkov!~vakkov@s3n105.brunel.ac.uk> has joined #sailfishos-porters15:18
*** s5pik3 <s5pik3!~Spike@163.5.141.7> has joined #sailfishos-porters15:19
*** electrolux <electrolux!~Adium@62-78-217-43.bb.dnainternet.fi> has joined #sailfishos-porters15:25
*** vakkov <vakkov!~vakkov@s3n105.brunel.ac.uk> has quit IRC (Ping timeout: 265 seconds)15:26
*** vakkov <vakkov!~vakkov@134.83.207.29> has joined #sailfishos-porters15:39
*** s5pik3 <s5pik3!~Spike@163.5.141.7> has quit IRC (Quit: Quitte)15:50
*** electrolux <electrolux!~Adium@62-78-217-43.bb.dnainternet.fi> has quit IRC (Quit: Leaving.)16:06
*** Makalak <Makalak!~Makalak@unaffiliated/makalak> has joined #sailfishos-porters16:12
*** erikys <erikys!~androirc@78-61-140-105.static.zebra.lt> has joined #sailfishos-porters16:14
*** beidl <beidl!~quassel@188-22-86-117.adsl.highway.telekom.at> has joined #sailfishos-porters16:16
erikysSledges online? Please pm16:17
*** beidl_ <beidl_!~quassel@91-113-127-172.adsl.highway.telekom.at> has quit IRC (Ping timeout: 256 seconds)16:17
*** carepack <carepack!~carepack@HSI-KBW-078-042-018-044.hsi3.kabel-badenwuerttemberg.de> has quit IRC (Quit: Lost terminal)16:25
*** prophecy <prophecy!~prophecy@2a02:810b:380:2c4:8e89:a5ff:fec6:eb43> has joined #sailfishos-porters16:33
*** tanty is now known as tanty_off16:33
*** ruthenianboy <ruthenianboy!~198811@ip-85.163.93.229.o2inet.sk> has quit IRC (Ping timeout: 264 seconds)16:47
sledgessitu: no triage today, no bugs, and super busy too16:51
*** erikys <erikys!~androirc@78-61-140-105.static.zebra.lt> has quit IRC (Read error: Connection reset by peer)16:51
situsledges: Alright16:52
*** johnyz89 <johnyz89!~johny@apn-46-215-227-63.dynamic.gprs.plus.pl> has quit IRC (Quit: Wychodzi)16:53
*** electrolux <electrolux!~Adium@62-78-217-43.bb.dnainternet.fi> has joined #sailfishos-porters17:04
*** Tassadar <Tassadar!~tassadar@ip4-83-240-20-212.cust.nbox.cz> has joined #sailfishos-porters17:15
*** olafh__ <olafh__!~olafh@p5B25B0FC.dip0.t-ipconnect.de> has joined #sailfishos-porters17:22
*** olafh_ <olafh_!~olafh@p5B25B87D.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 240 seconds)17:22
Makalaksledges: before I test hybris*.img, i tried building a custom recovery image... and it refused to boot, would that be expected?17:27
Makalakthe reason i did that was to confirm/(make an assumption) the build is fine, if the recovery booted, since i've gotten it to boot before, but if it didn't boot, then something is wrong, and there is little point trying to run sfe, which doesnt boot, when something that does isn't starting initially17:29
*** r0kk3rz <r0kk3rz!~chatzilla@host-78-148-2-143.as13285.net> has joined #sailfishos-porters17:30
*** AC is now known as dwangoAC17:30
*** johnyz89 <johnyz89!~johnyz89@user-94-254-199-50.play-internet.pl> has joined #sailfishos-porters17:42
*** trt` <trt`!~trt@ip70-174-22-208.hr.hr.cox.net> has quit IRC (Quit: Connection reset by beer)17:43
*** plfiorini <plfiorini!~plfiorini@net-93-71-167-190.cust.vodafonedsl.it> has joined #sailfishos-porters17:46
*** johnyz89 <johnyz89!~johnyz89@user-94-254-199-50.play-internet.pl> has quit IRC (Quit: leaving)17:48
*** Lipevakala <Lipevakala!~sailfish@85-76-70-79-nat.elisa-mobile.fi> has joined #sailfishos-porters18:04
*** gogeta <gogeta!~gogeta@net-188-217-76-5.cust.vodafonedsl.it> has joined #sailfishos-porters18:08
*** ruthenianboy <ruthenianboy!~root@chello085216159245.chello.sk> has joined #sailfishos-porters18:39
*** filippz <filippz!~filippz@93-143-138-240.adsl.net.t-com.hr> has joined #sailfishos-porters18:39
ruthenianboyi build hybris-recovery and boot but looks like init script is not executed18:41
*** electrolux <electrolux!~Adium@62-78-217-43.bb.dnainternet.fi> has quit IRC (Quit: Leaving.)18:42
*** gogeta <gogeta!~gogeta@net-188-217-76-5.cust.vodafonedsl.it> has quit IRC (Ping timeout: 246 seconds)18:55
*** yacuken <yacuken!~archie@91.202.45.46> has joined #sailfishos-porters19:03
*** yacuken <yacuken!~archie@91.202.45.46> has left #sailfishos-porters19:06
mal-debugging random memory corruption is not fun19:16
ruthenianboyany idea how to troubleshoot ramdisk/init issue?19:19
mal-how do you know it is not running?19:20
ruthenianboydebug function is not running, for example. I modified init script to create file in /data to be sure init was executed. But nothing happen.19:22
mal-ok19:23
mal-I had a problem that the ramdisk was in wrong format i.e. not gzip19:31
tbruse the usb description field debugging19:32
mal-actually the ramdisk was correct but kernel thought it would be different19:32
tbror if in any way possible, gain a real debug uart19:32
*** gogeta <gogeta!~gogeta@net-188-217-76-5.cust.vodafonedsl.it> has joined #sailfishos-porters19:41
*** Nokius_ <Nokius_!~Nokius@p5DDB6AD0.dip0.t-ipconnect.de> has joined #sailfishos-porters19:41
ruthenianboytbr: how to use that usb debugging?19:42
tbrruthenianboy: should be explained in HADK19:42
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@212-198-218-185.rev.numericable.fr> has joined #sailfishos-porters19:42
*** Nokius <Nokius!~Nokius@p5DDB70B3.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 265 seconds)19:44
ruthenianboytbr: if you mean section 9.2 of HADK, this is not possible in this case19:46
*** CarlosMazieri <CarlosMazieri!~carlos@187.75.153.149> has joined #sailfishos-porters19:47
tbrbecause?19:47
ruthenianboytbr: because init script from ramdisk is initializing USB section. But i cant manage init script to be executed. And need to find out why19:48
tbrruthenianboy: you could try to compile with a fbconsole19:51
tbrthen you could pipe out kernel console messages to it19:51
juicemeevening... Started looking into integrating guest account into SFOS, has anybody done anything yet towards that?19:52
juicemewhat needs to be done; a launcher that enables you to select the login account instead of starting direclt as "nemo"19:53
juicemes/direclt/directly/19:54
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@212-198-218-185.rev.numericable.fr> has quit IRC (Quit: Konversation terminated!)19:54
locusfthis needs stuff for systemd user session, not trivial, but might want to ask on #sailfishos instead of here :)19:56
juicemelocusf thx, well systemd is not that complicated :)19:56
juicemeI was kind of thinking the expertise would be here rather than on #sailfishos :)19:57
locusfah ok :)19:57
juicemejust wanted to know if someone has already done anything for it, so not need to start from scratch...19:58
tbrmight be more of a #mer or #nemomobile thing even. same difference of people in the know though19:58
juicemeyes. so what's your opinion on where to discuss this, since the same people probably inabit all those channels?19:59
*** Nokius_ is now known as Nokius20:07
*** filippz <filippz!~filippz@93-143-138-240.adsl.net.t-com.hr> has quit IRC (Ping timeout: 250 seconds)20:15
*** filippz <filippz!~filippz@93-137-236-140.adsl.net.t-com.hr> has joined #sailfishos-porters20:15
*** M4rtinK <M4rtinK!~M4rtinK@ip-89-177-124-246.net.upcbroadband.cz> has joined #sailfishos-porters20:16
*** M4rtinK2 <M4rtinK2!~M4rtinK@ip-89-177-124-246.net.upcbroadband.cz> has joined #sailfishos-porters20:19
*** filippz <filippz!~filippz@93-137-236-140.adsl.net.t-com.hr> has quit IRC (Quit: Leaving)20:32
*** CarlosMazieri <CarlosMazieri!~carlos@187.75.153.149> has quit IRC (Quit: Konversation terminated!)20:36
*** M4rtinK <M4rtinK!~M4rtinK@ip-89-177-124-246.net.upcbroadband.cz> has quit IRC (Quit: Odcházím)20:37
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@212-198-218-185.rev.numericable.fr> has joined #sailfishos-porters20:43
*** prophecy <prophecy!~prophecy@2a02:810b:380:2c4:8e89:a5ff:fec6:eb43> has quit IRC (Quit: Leaving)20:44
*** AmadeusXNet_ <AmadeusXNet_!~nemo@dsl-hkibrasgw1-58c080-64.dhcp.inet.fi> has joined #sailfishos-porters20:56
*** AmadeusXNet_ <AmadeusXNet_!~nemo@dsl-hkibrasgw1-58c080-64.dhcp.inet.fi> has quit IRC (Client Quit)20:58
*** AmadeusXNet_ <AmadeusXNet_!~nemo@dsl-hkibrasgw1-58c080-64.dhcp.inet.fi> has joined #sailfishos-porters21:00
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@212-198-218-185.rev.numericable.fr> has quit IRC (Ping timeout: 265 seconds)21:05
*** ruthenianboy <ruthenianboy!~root@chello085216159245.chello.sk> has quit IRC (Ping timeout: 264 seconds)21:23
*** joel <joel!~joel@84.93.184.210> has joined #sailfishos-porters21:29
*** joel <joel!~joel@84.93.184.210> has joined #sailfishos-porters21:30
*** Guest57139 <Guest57139!~joel@84.93.184.210> has joined #sailfishos-porters21:30
Guest57139What is the command to log into account, log time since using IRC.21:35
Guest57139long*21:35
Makalak/nick21:35
sledges /msg nickserv identify PASSWORD21:36
Guest57139thank you21:36
Guest57139Roughly how long does it take to change?21:40
sledgesGuest57139: first use Makalak's command, then mines21:41
Guest57139I've been trying however no luck21:42
Makalak/nick username21:42
sledgesGuest57139: we haven't seen you issuing /nick USERNAME21:42
Makalakit should be immediate21:42
*** CardenalJimenez <CardenalJimenez!~CardenalJ@2a01:e35:2422:60d0:4dd0:4388:c7ad:28e> has joined #sailfishos-porters21:43
Guest57139That's weird as I'm spamming it.21:43
sledgesGuest57139: maybe nick security kicked in21:43
Makalaktry anoterh name21:44
Makalakanother*21:44
*** Guest57139 is now known as joelymole21:44
*** CardenalJimenez <CardenalJimenez!~CardenalJ@2a01:e35:2422:60d0:4dd0:4388:c7ad:28e> has left #sailfishos-porters21:44
Makalakthere21:44
joelymoleinteresting...21:44
joelymoleThanks21:44
*** CardenalJimenez <CardenalJimenez!~CardenalJ@2a01:e35:2422:60d0:4dd0:4388:c7ad:28e> has joined #sailfishos-porters21:45
*** joelymole <joelymole!~joel@84.93.184.210> has quit IRC (Quit: Ex-Chat)21:46
*** cxl000 <cxl000!~cxl000@c27-253-5-120.brodm4.vic.optusnet.com.au> has quit IRC (Quit: Leaving)21:47
*** swex <swex!~quassel@176.14.78.203> has quit IRC (Ping timeout: 240 seconds)21:48
AmadeusXNet_It's like 10 years or so, last time i used xchat.. :)21:55
klopsi-u3time speeds by21:55
AmadeusXNet_Yes it does :)21:56
*** CardenalJimenez <CardenalJimenez!~CardenalJ@2a01:e35:2422:60d0:4dd0:4388:c7ad:28e> has quit IRC (Ping timeout: 252 seconds)22:07
*** CardenalJimenez <CardenalJimenez!~CardenalJ@rob92-2-82-66-38-13.fbx.proxad.net> has joined #sailfishos-porters22:07
*** AmadeusXNet_ <AmadeusXNet_!~nemo@dsl-hkibrasgw1-58c080-64.dhcp.inet.fi> has quit IRC (Quit: Lämnar)22:18
*** harha <harha!~harha@a91-153-12-92.elisa-laajakaista.fi> has quit IRC (Quit: Leaving.)22:30
*** gogeta <gogeta!~gogeta@net-188-217-76-5.cust.vodafonedsl.it> has quit IRC (Quit: Leaving)22:41
*** r0kk3rz <r0kk3rz!~chatzilla@host-78-148-2-143.as13285.net> has quit IRC (Ping timeout: 250 seconds)23:03
*** phlixi <phlixi!~phlixi@ppp-212-114-183-87.dynamic.mnet-online.de> has quit IRC ()23:09
*** stephg_ <stephg_!~stephg@93.89.81.153> has quit IRC (Quit: leaving)23:11
klopsi-u3try Miles Davis - Kind of Blue sometime23:22
*** Tassadar <Tassadar!~tassadar@ip4-83-240-20-212.cust.nbox.cz> has quit IRC (Ping timeout: 240 seconds)23:42
*** arcean <arcean!~arcean@aafq121.neoplus.adsl.tpnet.pl> has quit IRC (Read error: Connection reset by peer)23:43
*** Makalak <Makalak!~Makalak@unaffiliated/makalak> has quit IRC (Remote host closed the connection)23:58
*** AmadeusXNet_ <AmadeusXNet_!~nemo@dsl-hkibrasgw1-58c080-64.dhcp.inet.fi> has joined #sailfishos-porters23:59

Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!