sledges | Makalak: cd /dev; mknod log_main c 10 44; mkdir alog; cd alog; ln -s ../log_main main | 00:00 |
---|---|---|
Makalak | ok | 00:01 |
sledges | /usr/libexec/droid-hybris/system/bin/logcat | 00:01 |
Makalak | logcat read: Invalid argument | 00:01 |
Makalak | sledges: should /mer/targets/$device/ be rootfs.. aka be representive of build.tar.bz2? | 00:07 |
Makalak | shouldnt* | 00:07 |
sledges | target is just a uber-handy skeleton for compiling against needed headers/libs | 00:07 |
Makalak | but if i add something, shouldnt it be added to build no? | 00:08 |
Makalak | like fstab and such? | 00:08 |
sledges | it's only a target, nothing to do with final rootfs | 00:08 |
Makalak | ok | 00:08 |
sledges | compilation/scratchbox's target | 00:08 |
Makalak | if i want to add something, where should I? | 00:09 |
sledges | depends what | 00:09 |
Makalak | fstab | 00:10 |
sledges | fstab is not used | 00:10 |
sledges | .mount units are | 00:10 |
Makalak | android-init does | 00:10 |
sledges | does what? | 00:11 |
Makalak | well.. when i was testing with vakkov.. we were getting /system/bin/blah not found.. but that was fixed after adding the fdtab | 00:11 |
Makalak | mount using fstab | 00:11 |
sledges | fstab *shouldn't* be used ;) | 00:11 |
sledges | everything goes through systemd | 00:12 |
sledges | /lib/systemd/system/*mount | 00:12 |
Makalak | fstab.endeavoru to more exact... | 00:12 |
Makalak | in that case... could that be causing problems? | 00:13 |
sledges | nah | 00:13 |
sledges | but better sort it sooner than later | 00:13 |
sledges | cat /lib/systemd/system/system.mount | 00:13 |
Makalak | doesnt exist | 00:14 |
sledges | ls -l /lib/systemd/system/*.mount | 00: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-porters | 00:16 | |
Makalak | sledges: cat /lib/systemd/system/*.mount | grep /system, returns nothing about the /system partition | 00:17 |
sledges | ls -l /lib/systemd/system/*.mount | 00:17 |
Makalak | http://pastebin.com/qzhNy1KX | 00:18 |
sledges | on 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 | |
Makalak | http://pastebin.com/9gG5hFzf | 00:21 |
sledges | cat ./device/htc/endeavoru/ramdisk/fstab.endeavoru | 00:22 |
Makalak | http://pastebin.com/R9EFHiyp | 00:22 |
sledges | waterhell | 00:24 |
sledges | htc fstabs are totally in a wrong format! | 00:24 |
Makalak | thats for the recovery | 00:24 |
sledges | either | 00:25 |
Makalak | https://github.com/teemodk/android_device_htc_endeavoru/blob/b-d/ramdisk/fstab.endeavoru | 00:26 |
sledges | on host: find $ANDROID_ROOT/device/htc/endeavoru/ -name -exec grep -H mmcblk {} \; | 00:26 |
Makalak | thats probably the one you want... but since i have my own init, i dont use any of them... thus the mess you see :p | 00:26 |
sledges | yes ./device/htc/endeavoru/ramdisk/fstab.endeavoru:/system ext4 /dev/block/mmcblk0p12 flags=backup=1;display="System" | 00:27 |
sledges | is not what you linked | 00:27 |
Makalak | what did i link? | 00:28 |
sledges | 02:26 < Makalak> https://github.com/teemodk/android_device_htc_endeavoru/blob/b-d/ramdisk/fstab.endeavoru | 00:28 |
Makalak | ok... | 00:29 |
Makalak | will just placing that in device tree fix that | 00:29 |
Makalak | ? | 00:29 |
sledges | i've no idea what else is wrong | 00:29 |
sledges | clearly .mount units were not generated | 00:29 |
sledges | firmwares/modem and other needed bits among them | 00:30 |
sledges | just backup your device repo, and repo sync with CM | 00:31 |
Makalak | there is no fireware partition | 00:31 |
sledges | it's not called firmware | 00:31 |
sledges | but there are plenty of relevant ones | 00:31 |
vakkov | sledges, this is the one that has to be removed, isnt it - /lib/systemd/system/usb-moded.service | 00:34 |
*** olafh_ <olafh_!~olafh@p5B25BD1B.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 250 seconds) | 00:35 | |
vakkov | ugh | 00:35 |
sledges | vakkov: ya | 00:35 |
sledges | gnite peopleos! | 00:36 |
vakkov | nite | 00:37 |
Makalak | night | 00:37 |
vakkov | sledges, on n9 this blocks the ssh :( | 00:38 |
vakkov | like, it doesnt even appear | 00:38 |
vakkov | on the pc | 00:38 |
Makalak | sledges: before you go... how far back will i need to go for the rebuild | 00:39 |
sledges | Makalak: make hybris-hal | 00:39 |
sledges | vakkov: ssh or usb0? | 00:40 |
vakkov | usb0 | 00:40 |
vakkov | ifconfig -a no usb0 | 00:40 |
vakkov | and no ssh obviously | 00:40 |
sledges | and if you leave that .service in place? | 00:41 |
vakkov | i just had ssh before i moved the service to .service.bak | 00:41 |
vakkov | i 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 | |
sledges | vakkov: don't move that .service | 00:44 |
vakkov | sledges: also happened when i removed it before | 00:45 |
sledges | ^ | 00:45 |
vakkov | even when i delete the service file | 00:46 |
vakkov | ssh stops working | 00:46 |
sledges | don't delete | 00:46 |
vakkov | it seems that charging also dies | 00:46 |
sledges | don't move | 00:46 |
sledges | what happens then? | 00:46 |
vakkov | i have ssh when lipstick starts | 00:46 |
vakkov | that happens | 00:47 |
sledges | vakkov: got wlan? | 00:48 |
vakkov | sledges: i'll try to start it, the framebuffer is reverted again and the fix is through ssh | 00:48 |
sledges | go back to working lipstick state | 00:49 |
sledges | remove usb-moded | 00:49 |
sledges | ssh via wlan | 00:49 |
sledges | and modprobe usb_rndis (you need to find out exact driver name) | 00:50 |
vakkov | lipstick 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 |
vakkov | ok | 00:50 |
sledges | once you setup working usb connection, add that to some startup file/settings | 00:50 |
vakkov | to a startup file? | 00:51 |
sledges | or just wait and ask phdeswer instead, telling him that it's the non-hybris n9 without telnet | 00:51 |
vakkov | like a systemd service? | 00:51 |
sledges | vakkov: anything goes | 00:51 |
sledges | droid-hal-device has lots of examples how to modprobe and how to execute scripts on startups, as you know | 00:51 |
sledges | depends what you'll need | 00:51 |
sledges | to reverse engineer usb networking | 00:52 |
sledges | or there will just be a package phdeswer will tell you to install | 00:52 |
sledges | and on non-hybris case, that will work (hopefully) | 00:52 |
sledges | night night | 00:52 |
vakkov | night! | 00:52 |
*** cxl000 <cxl000!~cxl000@c27-253-5-120.brodm4.vic.optusnet.com.au> has joined #sailfishos-porters | 01: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 | |
spiiroin | Makalak, 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 |
spiiroin | if the latter gets stuck somehow, watchdog reboot is what should happen | 01:58 |
*** scientes <scientes!~scientes@unaffiliated/scientes> has quit IRC (Read error: Connection reset by peer) | 01:58 | |
vakkov | sledges, i built https://github.com/nemomobile/usb-moded | 02:01 |
vakkov | but i removed --enable-meegodevlock from the spec file | 02:02 |
vakkov | sledges: the resulting version is 0.70 which is lower than 0.80 | 02:02 |
vakkov | that is used in sailfish in n9 :P but lipstick just started and i have been in ssh for ~30 seconds :P :P | 02:03 |
klopsi-u3 | congrats | 02:07 |
klopsi-u3 | no reboots yet vakkov ? | 03:02 |
*** filippz <filippz!~filippz@93-137-241-167.adsl.net.t-com.hr> has joined #sailfishos-porters | 05: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-porters | 06:20 | |
*** electrolux <electrolux!~Adium@62-78-217-43.bb.dnainternet.fi> has joined #sailfishos-porters | 06:31 | |
*** johnyz89 <johnyz89!~johny@apn-46-215-227-63.dynamic.gprs.plus.pl> has joined #sailfishos-porters | 06: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 tanty | 06:58 | |
*** ruthenianboy <ruthenianboy!~198811@ip-85.163.189.121.o2inet.sk> has joined #sailfishos-porters | 07:11 | |
ruthenianboy | Good 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-porters | 07: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-porters | 08:09 | |
vakkov | ruthenianboy: the kernel that you built for sailfish booted stock? nice | 08:13 |
vakkov | othwerwise, can you give us some dmesg from the host? | 08:13 |
vakkov | is it showing something about a new usb device? | 08:14 |
*** jerpelea <jerpelea!55e202bf@gateway/web/freenode/ip.85.226.2.191> has joined #sailfishos-porters | 08:20 | |
phdeswer | vakkov: 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 gadget | 08:38 |
vakkov | phdeswer: i built usb-moded without the --enable-meegodevlock option and it seemed to work | 08:39 |
vakkov | is this it | 08:40 |
phdeswer | vakkov: UI not coming up? | 08:40 |
vakkov | it is, i want to have ssh even if it doesnt | 08:40 |
vakkov | going to experiment with the kernel .. | 08:40 |
vakkov | now debugging it to be more precise :D | 08:40 |
phdeswer | vakkov: ah ok, so the N9 config setup is right then (good to know). You need the rescue mode. | 08:40 |
vakkov | what is this rescue mode, phdswer | 08:41 |
phdeswer | But yeah without the devicelock is also an option | 08:41 |
phdeswer | It is a some systemd magic that starts usb-moded with a flag to ignore the devicelock until UI comes up | 08:41 |
vakkov | phdeswer: nice, which file is this | 08:42 |
phdeswer | I'd hoped that by now the jolla-rnd-device package would be in the open, but I am not sure. | 08:42 |
phdeswer | Although there is an alternative. usb-moded-systemd-rescue-mode | 08:43 |
phdeswer | This does more or less the same | 08: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 | |
ruthenianboy | vakkov: 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-porters | 08:53 | |
*** electrolux <electrolux!~Adium@192.194.199.34> has joined #sailfishos-porters | 08:54 | |
*** carepack <carepack!~carepack@HSI-KBW-078-042-018-044.hsi3.kabel-badenwuerttemberg.de> has joined #sailfishos-porters | 08:54 | |
carepack | googd morning | 08:54 |
*** filippz <filippz!~filippz@93-137-241-167.adsl.net.t-com.hr> has joined #sailfishos-porters | 08:54 | |
*** vakkov <vakkov!~vakkov@s3n105.brunel.ac.uk> has joined #sailfishos-porters | 08: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-porters | 09:01 | |
klopsi-u3 | morning carepack | 09:04 |
*** vakkov <vakkov!~vakkov@s3n105.brunel.ac.uk> has quit IRC (Ping timeout: 250 seconds) | 09:04 | |
klopsi-u3 | anybody want to buy a motorola droid 4? | 09:06 |
*** vakkov <vakkov!~vakkov@134.83.207.29> has joined #sailfishos-porters | 09: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-porters | 10: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-porters | 10: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-porters | 11:08 | |
*** uhhimhere <uhhimhere!~uhhimhere@1.9.99.52> has joined #sailfishos-porters | 11:24 | |
*** Tassadar <Tassadar!~tassadar@ip4-83-240-20-212.cust.nbox.cz> has joined #sailfishos-porters | 12:00 | |
*** Nokius_away <Nokius_away!~sailfish@46.189.45.234> has joined #sailfishos-porters | 12: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-porters | 12: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-porters | 13: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-porters | 14:39 | |
*** arcean <arcean!~arcean@aafq121.neoplus.adsl.tpnet.pl> has joined #sailfishos-porters | 14: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-porters | 15:18 | |
*** s5pik3 <s5pik3!~Spike@163.5.141.7> has joined #sailfishos-porters | 15:19 | |
*** electrolux <electrolux!~Adium@62-78-217-43.bb.dnainternet.fi> has joined #sailfishos-porters | 15: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-porters | 15: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-porters | 16:12 | |
*** erikys <erikys!~androirc@78-61-140-105.static.zebra.lt> has joined #sailfishos-porters | 16:14 | |
*** beidl <beidl!~quassel@188-22-86-117.adsl.highway.telekom.at> has joined #sailfishos-porters | 16:16 | |
erikys | Sledges online? Please pm | 16: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-porters | 16:33 | |
*** tanty is now known as tanty_off | 16:33 | |
*** ruthenianboy <ruthenianboy!~198811@ip-85.163.93.229.o2inet.sk> has quit IRC (Ping timeout: 264 seconds) | 16:47 | |
sledges | situ: no triage today, no bugs, and super busy too | 16:51 |
*** erikys <erikys!~androirc@78-61-140-105.static.zebra.lt> has quit IRC (Read error: Connection reset by peer) | 16:51 | |
situ | sledges: Alright | 16: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-porters | 17:04 | |
*** Tassadar <Tassadar!~tassadar@ip4-83-240-20-212.cust.nbox.cz> has joined #sailfishos-porters | 17:15 | |
*** olafh__ <olafh__!~olafh@p5B25B0FC.dip0.t-ipconnect.de> has joined #sailfishos-porters | 17:22 | |
*** olafh_ <olafh_!~olafh@p5B25B87D.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 240 seconds) | 17:22 | |
Makalak | sledges: before I test hybris*.img, i tried building a custom recovery image... and it refused to boot, would that be expected? | 17:27 |
Makalak | the 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 initially | 17:29 |
*** r0kk3rz <r0kk3rz!~chatzilla@host-78-148-2-143.as13285.net> has joined #sailfishos-porters | 17:30 | |
*** AC is now known as dwangoAC | 17:30 | |
*** johnyz89 <johnyz89!~johnyz89@user-94-254-199-50.play-internet.pl> has joined #sailfishos-porters | 17: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-porters | 17: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-porters | 18:04 | |
*** gogeta <gogeta!~gogeta@net-188-217-76-5.cust.vodafonedsl.it> has joined #sailfishos-porters | 18:08 | |
*** ruthenianboy <ruthenianboy!~root@chello085216159245.chello.sk> has joined #sailfishos-porters | 18:39 | |
*** filippz <filippz!~filippz@93-143-138-240.adsl.net.t-com.hr> has joined #sailfishos-porters | 18:39 | |
ruthenianboy | i build hybris-recovery and boot but looks like init script is not executed | 18: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-porters | 19:03 | |
*** yacuken <yacuken!~archie@91.202.45.46> has left #sailfishos-porters | 19:06 | |
mal- | debugging random memory corruption is not fun | 19:16 |
ruthenianboy | any idea how to troubleshoot ramdisk/init issue? | 19:19 |
mal- | how do you know it is not running? | 19:20 |
ruthenianboy | debug 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- | ok | 19:23 |
mal- | I had a problem that the ramdisk was in wrong format i.e. not gzip | 19:31 |
tbr | use the usb description field debugging | 19:32 |
mal- | actually the ramdisk was correct but kernel thought it would be different | 19:32 |
tbr | or if in any way possible, gain a real debug uart | 19:32 |
*** gogeta <gogeta!~gogeta@net-188-217-76-5.cust.vodafonedsl.it> has joined #sailfishos-porters | 19:41 | |
*** Nokius_ <Nokius_!~Nokius@p5DDB6AD0.dip0.t-ipconnect.de> has joined #sailfishos-porters | 19:41 | |
ruthenianboy | tbr: how to use that usb debugging? | 19:42 |
tbr | ruthenianboy: should be explained in HADK | 19:42 |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@212-198-218-185.rev.numericable.fr> has joined #sailfishos-porters | 19:42 | |
*** Nokius <Nokius!~Nokius@p5DDB70B3.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 265 seconds) | 19:44 | |
ruthenianboy | tbr: if you mean section 9.2 of HADK, this is not possible in this case | 19:46 |
*** CarlosMazieri <CarlosMazieri!~carlos@187.75.153.149> has joined #sailfishos-porters | 19:47 | |
tbr | because? | 19:47 |
ruthenianboy | tbr: because init script from ramdisk is initializing USB section. But i cant manage init script to be executed. And need to find out why | 19:48 |
tbr | ruthenianboy: you could try to compile with a fbconsole | 19:51 |
tbr | then you could pipe out kernel console messages to it | 19:51 |
juiceme | evening... Started looking into integrating guest account into SFOS, has anybody done anything yet towards that? | 19:52 |
juiceme | what needs to be done; a launcher that enables you to select the login account instead of starting direclt as "nemo" | 19:53 |
juiceme | s/direclt/directly/ | 19:54 |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@212-198-218-185.rev.numericable.fr> has quit IRC (Quit: Konversation terminated!) | 19:54 | |
locusf | this needs stuff for systemd user session, not trivial, but might want to ask on #sailfishos instead of here :) | 19:56 |
juiceme | locusf thx, well systemd is not that complicated :) | 19:56 |
juiceme | I was kind of thinking the expertise would be here rather than on #sailfishos :) | 19:57 |
locusf | ah ok :) | 19:57 |
juiceme | just wanted to know if someone has already done anything for it, so not need to start from scratch... | 19:58 |
tbr | might be more of a #mer or #nemomobile thing even. same difference of people in the know though | 19:58 |
juiceme | yes. 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 Nokius | 20: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-porters | 20:15 | |
*** M4rtinK <M4rtinK!~M4rtinK@ip-89-177-124-246.net.upcbroadband.cz> has joined #sailfishos-porters | 20:16 | |
*** M4rtinK2 <M4rtinK2!~M4rtinK@ip-89-177-124-246.net.upcbroadband.cz> has joined #sailfishos-porters | 20: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-porters | 20: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-porters | 20: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-porters | 21: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-porters | 21:29 | |
*** joel <joel!~joel@84.93.184.210> has joined #sailfishos-porters | 21:30 | |
*** Guest57139 <Guest57139!~joel@84.93.184.210> has joined #sailfishos-porters | 21:30 | |
Guest57139 | What is the command to log into account, log time since using IRC. | 21:35 |
Guest57139 | long* | 21:35 |
Makalak | /nick | 21:35 |
sledges | /msg nickserv identify PASSWORD | 21:36 |
Guest57139 | thank you | 21:36 |
Guest57139 | Roughly how long does it take to change? | 21:40 |
sledges | Guest57139: first use Makalak's command, then mines | 21:41 |
Guest57139 | I've been trying however no luck | 21:42 |
Makalak | /nick username | 21:42 |
sledges | Guest57139: we haven't seen you issuing /nick USERNAME | 21:42 |
Makalak | it should be immediate | 21:42 |
*** CardenalJimenez <CardenalJimenez!~CardenalJ@2a01:e35:2422:60d0:4dd0:4388:c7ad:28e> has joined #sailfishos-porters | 21:43 | |
Guest57139 | That's weird as I'm spamming it. | 21:43 |
sledges | Guest57139: maybe nick security kicked in | 21:43 |
Makalak | try anoterh name | 21:44 |
Makalak | another* | 21:44 |
*** Guest57139 is now known as joelymole | 21:44 | |
*** CardenalJimenez <CardenalJimenez!~CardenalJ@2a01:e35:2422:60d0:4dd0:4388:c7ad:28e> has left #sailfishos-porters | 21:44 | |
Makalak | there | 21:44 |
joelymole | interesting... | 21:44 |
joelymole | Thanks | 21:44 |
*** CardenalJimenez <CardenalJimenez!~CardenalJ@2a01:e35:2422:60d0:4dd0:4388:c7ad:28e> has joined #sailfishos-porters | 21: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-u3 | time speeds by | 21: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-porters | 22: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-u3 | try Miles Davis - Kind of Blue sometime | 23: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-porters | 23:59 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!