#nemomobile log for Wednesday, 2012-12-12

chriadamHtheB: generally, the device will get 192.168.2.15 as its ip, so you want to set your development computer's usb0 ip to 192.168.2.14.  note that if network manager gets in the way, you need to open the network manager applet and disable the "wired" connection which is actually the usb connection.  network manager might also change the network interface to be an ethX device because it's retarded.00:03
HtheBoke, trying to flash the bootloader (had to revert things yesterday to boot up harmattan(00:03
chriadamso, basically, open nm-applet, disable the wired connection, then run ifconfig - usb0 should exist, do: sudo ifconfig eth1 up 192.168.2.14; then you should be able to ping .15 at least.00:04
chriadamoh, ok.00:04
*** DocScrutinizer05 has quit IRC00:07
*** fk_lx has quit IRC00:08
*** DocScrutinizer05 has joined #nemomobile00:08
*** alien_ has quit IRC00:12
*** unifly has quit IRC00:21
*** unifly has joined #nemomobile00:23
HtheBchriadam:  oke, so now im at the bootloader00:23
HtheBtelling that i can telnet to 2.1500:23
chriadamok, you never want to telnet to 2.15, but at least the network interface should be up at this point.00:24
chriadamso, on your development box, what does "ifconfig" tell you?00:24
HtheBoh00:24
HtheBlets see00:24
HtheBeth0 and wlan000:24
HtheBand lo00:24
chriadamyou've plugged in your usb cable from the device to your dev box?00:25
HtheByes00:25
chriadamwhich version of linux are you using?00:25
HtheBhow else could I flash it to the bootloader?00:25
HtheBubuntu 12.1000:25
HtheBwith ugly unity00:25
chriadamif you grep through /var/log/syslog for usb0 do you see anything?00:25
chriadamor syslog.100:26
HtheBno00:27
*** beford has quit IRC00:27
chriadamHtheB: for "*usb*" ?00:28
chriadamif not, try plugging your usb cable into a different usb port.00:28
chriadampreferably a powered one (so it can draw current)00:28
HtheBhow do you grep?00:29
HtheBmaybe i do it wrong00:29
chriadamcat /var/log/syslog* | grep usb00:29
HtheBcat  /var/log/syslog00:30
HtheBoke, then i do it good :P00:30
*** HtheB_ has joined #nemomobile00:32
HtheB_meh, firefox crashed00:32
HtheB_(using webchat atm)00:32
HtheB_there are a lot of messages though00:33
HtheB_trying to pastebin00:33
HtheB_but it crashes somehow when I go to pastebin :/00:33
HtheB_(firefox)00:33
chriadamHtheB: tbh I don't know what could be going on.  maybe you don't have the kernel modules needed to talk to set up the usb ethernet device.  modprobe -l | grep g_ether tell you anything?00:34
HtheB_kernel/drivers/usb/gadget/g_ether.ko00:34
chriadamanyway, it sounds like you've got a broken system.  try looking for information on the wiki, but I don't know how to help you, unfortunately :-(00:34
*** HtheB has quit IRC00:34
*** HtheB_ is now known as HtheB00:34
HtheBchriadam: could it be that because I' m using the modified moslo?00:35
HtheB(dual boot)00:35
chriadamno idea, I'm sorry00:35
chriadamnever tried that00:35
uniflyremove camble usb, do the command: diff <(dmesg) <(sleep 30; dmesg), next first of 30 seconds you insert usb and wait the output00:35
unifly*cable00:35
HtheBok00:37
HtheBunifly: check pm00:38
HtheBubuntu@ubuntu:~$ diff <(dmesg) <(sleep 30; dmesg) 1423a1424,1431 > [ 2561.855173] usb 2-1.4: new high-speed USB device number 14 using ehci_hcd > [ 2561.948578] usb 2-1.4: unable to get BOS descriptor > [ 2565.159705] usb 2-1.4: USB disconnect, device number 14 > [ 2566.383178] usb 2-1.4: new high-speed USB device number 15 using ehci_hcd > [ 2566.498604] SQUASHFS error: squashfs_read_data failed to read block 0x60ab210 > [ 2566.4900:40
HtheBd fragment cache entry [60ab210] > [ 2566.498618] SQUASHFS error: Unable to read page, block 60ab210, size 68f4 > [ 2568.999584] usb 2-1.4: USB disconnect, device number 1500:40
HtheBoke, somehow00:42
HtheBtried again, gives me a total different output00:42
HtheB1446a1447,1465 > [ 2826.751082] usb 2-1.4: new high-speed USB device number 19 using ehci_hcd > [ 2826.844079] usb 2-1.4: unable to get BOS descriptor > [ 2829.908186] usb 2-1.4: USB disconnect, device number 19 > [ 2831.131083] usb 2-1.4: new high-speed USB device number 20 using ehci_hcd > [ 2831.246252] SQUASHFS error: Unable to read fragment cache entry [60ab210] > [ 2831.246260] SQUASHFS error: Unable to read page, block 60ab200:43
HtheB 2-1.4: USB disconnect, device number 20 > [ 2855.290865] usb 2-1.4: new high-speed USB device number 21 using ehci_hcd > [ 2855.778720] usb 2-1.4: device not accepting address 21, error -71 > [ 2855.794985] hub 2-1:1.0: unable to enumerate USB device on port 4 > [ 2856.287086] usb 2-1.4: new high-speed USB device number 23 using ehci_hcd > [ 2856.386442] scsi11 : usb-storage 2-1.4:2.4 > [ 2856.393562] SQUASHFS error: Unable to rea00:43
HtheB[ 2856.393572] SQUASHFS error: Unable to read page, block 409406a, size a165 > [ 2856.393925] SQUASHFS error: Unable to read fragment cache entry [546d926] > [ 2856.393933] SQUASHFS error: Unable to read page, block 546d926, size 82eb > [ 2857.388702] scsi 11:0:0:0: Direct-Access     Linux    File-CD Gadget   0316 PQ: 0 ANSI: 2 > [ 2857.391532] sd 11:0:0:0: Attached scsi generic sg3 type 0 > [ 2857.394750] sd 11:0:0:0: [sdd] Attach00:43
uniflystop to post code HtheB00:44
HtheBstopped00:44
HtheBthat was the last part though00:44
*** pablocastellanos has quit IRC00:44
uniflyyou try to find the error00:44
HtheBit says something about attatched scsi removable disk00:44
HtheBno luck :(00:49
*** LaoLang_cool has joined #nemomobile00:50
*** arcean has quit IRC00:51
*** LaoLang_cool has left #nemomobile01:03
*** blam_ has quit IRC01:16
*** blam_ has joined #nemomobile01:18
*** M4rtinK2 has quit IRC01:38
*** dakovaci has joined #nemomobile01:40
*** dakovaci has quit IRC02:06
*** yunta has quit IRC02:10
*** HtheB has quit IRC02:12
*** yunta has joined #nemomobile02:23
*** unifly has quit IRC02:27
*** Figure has quit IRC02:37
*** Figure has joined #nemomobile02:43
*** KaIRC has quit IRC02:45
*** Figure has quit IRC02:57
iekkumorning03:02
*** Figure has joined #nemomobile03:02
*** pablocastellanos has joined #nemomobile03:11
*** pablocastellanos has quit IRC03:33
*** dakovaci has joined #nemomobile03:45
*** pablocastellanos has joined #nemomobile04:02
*** DocScrutinizer05 has quit IRC04:02
*** DocScrutinizer05 has joined #nemomobile04:02
*** furikku has joined #nemomobile04:09
*** dakovaci has quit IRC04:27
*** dakovaci has joined #nemomobile04:35
*** yunta has quit IRC04:35
*** Khertan_n9_ has joined #nemomobile04:59
*** dakovaci has quit IRC05:20
*** Khertan_n9_ has quit IRC05:37
*** npm has quit IRC06:22
*** npm has joined #nemomobile06:22
*** jussi has quit IRC06:25
*** phaeron has joined #nemomobile06:27
*** VDVsx has joined #nemomobile06:28
*** arturo182 has quit IRC06:35
*** arturo182 has joined #nemomobile06:38
*** ZogG_laptop has quit IRC06:39
*** himamura has joined #nemomobile06:41
*** blam_ has quit IRC06:56
*** cheriff has quit IRC07:02
deztructor_snow and mild minus, morning07:03
*** arturo182 has quit IRC07:11
*** blam_ has joined #nemomobile07:29
*** cheriff has joined #nemomobile07:30
*** alien_ has joined #nemomobile07:30
*** rcg has joined #nemomobile07:38
*** Jay_BEE has quit IRC07:43
*** niqt has joined #nemomobile07:49
*** phaeron has quit IRC07:49
niqtmorning07:53
*** SKonstantin_N9 has joined #nemomobile07:56
*** mvogt has quit IRC07:57
*** niqt has quit IRC08:11
*** slaine has quit IRC08:13
*** qwazix has joined #nemomobile08:15
*** qwazix has joined #nemomobile08:15
*** himamura has quit IRC08:16
*** Martix has joined #nemomobile08:29
*** qwazix has quit IRC08:39
*** Jaded has quit IRC08:40
*** slaine has joined #nemomobile08:50
*** rcg has quit IRC08:51
*** dakovaci has joined #nemomobile08:52
*** jpetrell has joined #nemomobile08:52
*** alien_ has quit IRC08:55
*** jpetrell has quit IRC08:55
*** SKonstantin_N9 has quit IRC08:57
*** jpetrell has joined #nemomobile08:59
*** jussi has joined #nemomobile09:00
*** Martix has quit IRC09:04
*** M13 has joined #nemomobile09:06
*** cxl000 has joined #nemomobile09:08
*** phaeron has joined #nemomobile09:09
*** cheriff has quit IRC09:09
*** himamura has joined #nemomobile09:10
*** niqt has joined #nemomobile09:24
*** cheriff has joined #nemomobile09:29
*** khertan has joined #nemomobile09:36
*** rcg-work has joined #nemomobile09:42
*** smyows has joined #nemomobile09:56
*** smyows has joined #nemomobile09:56
sledgesg'morn!10:04
*** M4rtinK2 has joined #nemomobile10:08
*** n9mx has joined #nemomobile10:17
*** qwazix has joined #nemomobile10:21
*** qwazix has joined #nemomobile10:21
*** jpetrell has quit IRC10:30
*** FlameReaper-PC has joined #nemomobile10:32
*** FlameReaper-PC has quit IRC10:33
*** FlameReaper-PC has joined #nemomobile10:35
*** lizardo has joined #nemomobile10:43
*** cybette has quit IRC10:48
*** cybette has joined #nemomobile10:49
*** Termana has joined #nemomobile10:51
Termanamorning10:53
TermanaIs the image repo suppose to be *really* slow? I'm stuck downloading at 29.5KB/s10:54
Sageusually it has been ok, no idea what is up10:58
*** n9mx has quit IRC11:07
*** M13 has quit IRC11:12
*** jreznik has joined #nemomobile11:16
*** yunta has joined #nemomobile11:16
niqtSage: will have we the Christmas version of nemo?11:25
sledgesnice niqt :) and Sage, what happened to the nice green background? now it's all winter since August :D (that nice green11:27
sledgeswould look great on social websites as mouth watering screenshots)11:27
*** KaIRC has joined #nemomobile11:30
*** faenil has quit IRC11:30
*** arturo182 has joined #nemomobile11:30
*** arturo182_ has joined #nemomobile11:32
*** arturo182_ has quit IRC11:32
*** arturo182 has quit IRC11:35
*** faenil has joined #nemomobile11:35
Sageniqt: lets see11:42
Sageniqt: the updates are running in constantly and people can just update the images the fact that there is new image/snapshot doesn't mean it has something special in it really11:43
niqtThis morning I encounter any difficulties with upgrades with repositories, maybe is my network problem, i'll try later11:45
sledgesjust got a cunning idea (see mer mailing list ;))11:48
*** Sfiet_Konstantin has joined #nemomobile11:53
*** Martix_ has joined #nemomobile12:22
*** VDVsx has quit IRC12:26
*** Martix_ has quit IRC12:27
*** HazardousWaster has joined #nemomobile12:29
*** arcean has joined #nemomobile12:30
khertanMorning all12:38
sledgesgood mornan!12:39
*** Termana has quit IRC12:40
*** arcean has quit IRC12:45
*** arcean has joined #nemomobile12:48
*** veskuh has quit IRC12:51
*** veskuh has joined #nemomobile12:52
*** Sfiet_Konstantin has quit IRC12:54
*** VDVsx has joined #nemomobile12:55
*** Sfiet_Konstantin has joined #nemomobile12:59
*** dakovaci has quit IRC13:06
*** faenil has quit IRC13:06
*** blam_ has quit IRC13:13
*** pablocastellanos has quit IRC13:29
*** FlameReaper-PC has quit IRC13:44
*** yunta has quit IRC13:44
*** danielcbit has joined #nemomobile13:49
*** Sfiet_Konstantin has quit IRC13:54
*** Sfiet_Konstantin has joined #nemomobile13:57
*** VDVsx has quit IRC14:20
*** Sfiet_Konstantin has quit IRC14:24
*** Sfiet_Konstantin has joined #nemomobile14:25
*** arturo182 has joined #nemomobile14:26
*** pablocastellanos has joined #nemomobile14:36
*** VDVsx has joined #nemomobile14:46
*** sivang has joined #nemomobile15:08
*** faenil has joined #nemomobile15:12
*** ridikulus_rat has joined #nemomobile15:19
*** pablocastellanos has quit IRC15:19
*** ridikulus_rat has left #nemomobile15:19
*** rcg-work has quit IRC15:24
*** himamura_ has joined #nemomobile15:39
*** himamura has quit IRC15:41
*** M4rtinK2 has quit IRC15:49
*** niqt has quit IRC16:08
*** unifly has joined #nemomobile16:12
*** qwazix has quit IRC16:16
*** veskuh has quit IRC16:21
the-bossphaeron lbt sage stskeeps SR#7526 waiting for review at https://build.pub.meego.com//request/show/752616:32
*** qwazix has joined #nemomobile16:41
*** qwazix has joined #nemomobile16:41
*** sivang has quit IRC16:51
*** ZogG_laptop has joined #nemomobile16:52
*** ZogG_laptop has joined #nemomobile16:52
*** unifly has quit IRC17:00
*** himamura has joined #nemomobile17:02
*** himamura_ has quit IRC17:04
*** NIN101 has joined #nemomobile17:07
*** NIN101 has quit IRC17:12
*** NIN102 has joined #nemomobile17:12
*** NIN101 has joined #nemomobile17:12
*** NIN101 has quit IRC17:12
*** phaeron has quit IRC17:13
*** NIN102 has quit IRC17:16
*** slaine has quit IRC17:28
*** qwazix has quit IRC17:39
*** qwazix has joined #nemomobile17:50
*** qwazix has quit IRC18:11
*** faenil has quit IRC18:15
*** Sfiet_Konstantin has quit IRC18:18
*** Sfiet_Konstantin has joined #nemomobile18:28
*** Jay_BEE has joined #nemomobile18:32
*** himamura_ has joined #nemomobile18:34
*** himamura has quit IRC18:36
*** furikku has quit IRC19:09
*** smyows has quit IRC19:25
*** phaeron has joined #nemomobile19:37
*** cheriff has quit IRC19:56
the-bossphaeron lbt sage stskeeps SR#7527 waiting for review at https://build.pub.meego.com//request/show/752720:19
sledgesIt doesn't really work if we target our Nemo social presence text to a non-geek audience20:29
sledgeswith the text the way it is20:29
Aardnemo social presence?20:29
sledgesthe question: what is the target audience? For non-geeks is too early imo, as one cannot use Nemo sas daily phone (yet)20:30
Aarddepends on your masochism level20:30
sledgesAard, http://www.mail-archive.com/mer-general@lists.merproject.org/msg00942.html20:31
sledgeslet's say, those who use will be on either side of the Gauss curve :)20:32
Aardyeah, for that it's probably too early20:32
sledgeswe should target the middle part of the Gauss curve20:32
* sledges will revise the text20:34
sledges:}20:34
*** niqt has joined #nemomobile20:46
*** jreznik has quit IRC21:00
*** lizardo has quit IRC21:00
*** rcg has joined #nemomobile21:03
*** stroughtonsmith has joined #nemomobile21:03
*** M4rtinK2 has joined #nemomobile21:04
*** cheriff has joined #nemomobile21:14
*** arcean has quit IRC21:33
*** arcean has joined #nemomobile21:34
*** VDVsx has quit IRC21:35
*** pcat has quit IRC21:43
*** cxl000 has quit IRC21:45
*** dakovaci has joined #nemomobile22:04
*** niqt has quit IRC22:05
*** mvogt has joined #nemomobile22:09
*** gabriel9 has joined #nemomobile22:09
*** HtheB has joined #nemomobile22:16
HtheBmarquiz, Aard, sledges ... one of you here?22:17
HtheB(or anybody else?)22:17
sledgesaround here HtheB22:18
sledges:)22:18
HtheBdo you have any knowledge of moslo ? :(22:18
HtheBI am trying to get nemo on the n950 for like 3 days now22:18
HtheBwithout any luck22:18
AardHtheB: here, half22:18
HtheBsame question for you Aard, any knowledge of moslo?22:18
Aardthe latest version of nemos moslo is patched by me22:19
HtheBI flash the device, but after that, I just get a message telling that it can't repartition22:19
HtheBoh really!? great!22:19
Aardtelnet into the device?22:19
HtheBhope you can help me22:19
HtheBAard: couldn't telnet it22:19
HtheBeven though it said that I could telnet it22:19
Aardwhy not?22:19
HtheB192.168.2.1522:19
HtheBno connection22:19
HtheBsomehow, it doesnt show on my ubuntu22:19
sledgesping ?22:20
sledgesifconfig usb0 ?22:20
HtheBLet me turn on ubuntu quickly22:20
AardHtheB: you need to manually set it up, configure 192.168.2.14 as local ip22:20
HtheBto show u the results22:20
sledges^ what Aard said :)22:20
HtheBhang on, takes just a couple seconds22:20
HtheB(i really hope this time it WILL work  because I want to join this project aswell)22:21
AardHtheB: which timezone are you in? I'm about to go to bed22:21
sledges22:22 here :)22:22
HtheB23:2222:22
sledgesI can stick around for a bit22:22
Aard00:22 here :)22:22
sledgeslol22:22
sledgesas I sorted repartition problem on N922:22
sledges(wiki updated)22:22
HtheBAard22:22
HtheBIm trying the dualboot method22:22
HtheBon the N95022:22
HtheBany differences?22:22
the-bossphaeron lbt sage stskeeps SR#7528 waiting for review at https://build.pub.meego.com//request/show/752822:23
sledgesbest is to try the simplest first - before carving too many changes to bootloaders22:23
Aardsledges: what exactly did you update?22:23
Aardfrom what I have the problem is the old parted we have in moslo sometimes segfaulting during the initial repartitioning22:25
sledgeshttps://wiki.merproject.org/wiki/Nemo/Installing#FATAL:_Re-partitioning_failed.21_You_might_be_in_trouble.2122:25
*** HtheB_ has joined #nemomobile22:25
sledgesin my N9 case it mixed up partition numbering22:26
sledgesas you see22:26
HtheB_back on ubuntu22:26
Aardah, yes, that's the result, not the cause22:26
sledgessure, and the kludge to it :)22:26
Aardit was only now documented that you need to manually restore the partitions?22:26
*** HtheB has quit IRC22:27
*** HtheB_ is now known as HtheB22:27
HtheBso what do I have to do guys22:27
AardHtheB: can your n950 still boot to harmattan?22:27
HtheBno22:27
HtheBwell22:27
HtheBI had to reflash the moslo with an empty.img22:28
HtheBafter that, it booted22:28
sledgesAard, I added manual fix description back in August22:28
HtheBotherwise, it will show the nokia logo, and will shut down just before the "circle loading"  thing happens22:28
AardHtheB: so right now it boots to harmattan again?22:28
HtheBat the moment: yes22:28
Aardsledges: the documentation is status I had something like half a year ago, but it seems neither I nor the people I helped in fixing their devices documented it before22:29
AardHtheB: well, that's a good sign, your partitiontable is not screwed up at the moment :)22:29
HtheBwhat do you advice me to get this still going on22:29
AardHtheB: now you should flash moslo22:29
HtheBoh by the way22:29
HtheBi have pr1.3 already on the device22:30
HtheBdoes that matter?22:30
sledgesthat's why it's documented since I found no documentation :)22:30
AardHtheB: it _should_ not, since on n950 the relevant bits should be in nolo, but I don't have a n950 myself22:30
HtheBoke flashing the moslo again22:31
HtheBwith command22:32
HtheBsudo flasher -a moslo-rootfs-1.2011.34-2_RM680-OEM1-916_0.0.13-12.1.bin -L usr/share/moslo/moslo.img --suppress-warranty-warning -f -R22:32
HtheBoke22:34
*** spangles has joined #nemomobile22:34
HtheBso now I have flashed the moslo22:34
HtheBphone is booting22:34
HtheBinto the green loader22:34
HtheBso, what next?22:35
Aardwhat did it say about partitioning?22:36
HtheBugh, it reboots just a second22:36
*** spangles has quit IRC22:37
HtheBAard, got a second?22:39
HtheBseems like it doesnt flashed it correctly22:40
HtheBis there any "force" command to flash it?22:40
HtheB(phone needs at least 11% to flash it says)22:40
HtheBit's at 7%22:40
HtheB(charging at the moment)22:40
*** dakovaci has quit IRC22:40
Aardthere's an option to make flasher wait until the phone is charged22:40
HtheBits already " waiting untill it's 11%" and then itll flash22:41
HtheBautom.22:41
Aardyes22:41
Aardthen you'll just have to wait22:41
HtheBthat takes only like 1-2 seconds22:41
HtheB(flashing moslo)22:41
HtheBI remember it just said something like22:42
HtheBERR: can't re-partition22:42
HtheByou can telnet to 192.168.2.1522:42
HtheBand when i remove the usb cable, it says that no alternative os found, booting into harmattan in 10 seconds22:42
Aardyes, removing the usb cable at  that point is a stupid idea. you should telnet in, as it tells you to22:43
HtheBwell, i couldn't reach it :D22:44
Aardyou just need to configure the interface on your computer as well :)22:44
Aardif you're lucky partitioning will work this time, it's not blowing up every time22:44
HtheBI tried it like 10 times now :p22:45
sledgesi rememeber it will fail forever now, as it failed for me22:46
sledgesit messes up partition numbering first time22:46
HtheBso, any advice?22:46
sledgesso it re-partitions fine22:46
sledgestelnet!22:46
Aardsledges: the interesting bit is that he says he can boot into harmattan. on n9 it breaks the harmattan partition22:46
HtheBi couldnt boot into harmattan before flashing an empty  img file22:47
sledges^22:47
sledgesas I said: it repartitions fine, but then performs a check and sees that new partition is not there (just because numebring is assigned wrongly)22:47
sledgesso says regardless: "repartition failed"22:48
Aardah, interesting. on n9 flasher bitched about partition tables beeing broken when you tried reflashing anything22:48
sledgesuntil manual intervention22:48
HtheBoke 11%22:48
HtheBflashed moslo now22:48
HtheBthis is what Ive got:22:48
HtheBWaiting for eMMC device...22:48
HtheBRepartitioning MMC for AlternateOS22:49
HtheBDo not unplug USB or poweroff the device!!!22:49
*** dakovaci has joined #nemomobile22:49
HtheBERR: Re-partitioning failied! No partition created.22:49
*** fk_lx has joined #nemomobile22:49
HtheBhuh!22:49
HtheBthats strange!22:49
HtheBsomehow, I've got usb0 now!22:50
HtheBas wired connection :/22:50
sledgesand so now you can telnet22:50
HtheBthis didnt happen to me like 3 days now22:50
HtheBlets try !22:50
sledgeswait, first try ifconfig usb0 ;)22:50
the-bossphaeron lbt sage stskeeps SR#7528 Accepted promotion request22:50
sledgesif you don't have your wired connection configged as static IP, might have tough luck22:51
sledgeshow to telnet is explained here: https://wiki.merproject.org/wiki/Nemo/Installing#Removing_Nemo_rootfs_and_the_Alternative_OS_partition22:51
sledges(just first instruction ofc)22:52
*** HtheB has quit IRC22:54
*** blam_ has joined #nemomobile22:56
*** HtheB has joined #nemomobile22:57
HtheBfinally22:57
HtheBsorry, the whole network thing was kinda crippled suddenly22:58
HtheBbut yes, im telnetting now22:58
HtheBso, what should I do next :D22:58
HtheBsledges, Aard22:59
*** Sfiet_Konstantin has quit IRC23:00
*** Sfiet_Konstantin has joined #nemomobile23:00
sledgescat /var/log/repartition.log23:00
sledgesHtheB, ^23:00
HtheBERROR: Limits for Harmattan User partition could not be satisfied!        Part size: 18463744  Required min part size: 11264000        Free space: 1383808  Required min free space: 61440023:00
HtheB6144000 *23:00
HtheBmissed 1 zero at the end of the req min free space23:01
sledgesall clear - delete stuff off from your /home/user/MyDocs/23:01
sledgesbackup i.e.23:01
HtheBhmmm23:01
sledgesall videos/photos etc23:01
HtheBi get it23:01
HtheBposible from telnet?23:01
HtheBto copy quickly some file?23:01
HtheBmaybe they it should be documented because i have like 900 MB free I thought23:01
sledgesit says you have 1.3GB free23:02
sledgesyou need to free up 6GB23:02
HtheBO_O23:02
HtheBthat defenitly should be documented then23:02
sledgeswelcome to our shoes ;)23:02
HtheB:D23:02
HtheBthanks23:02
HtheBlet me quickly reflash the empty file23:03
sledgesI keep deleting my videos, good that I'm not listening to music that much23:03
sledgesoff the phone :)23:03
HtheBso I can boot up harmattan an make a quick backup23:03
HtheBI only use spotify for music though23:03
sledges+123:03
HtheBbut thats also like 1GB23:03
HtheBdont have any videos23:03
sledgesyou can find out how much you use via `du -sh *`23:03
sledgesquick and easy way23:04
sledgesyou'll find some gigabytes hidden around23:04
sledges:)23:04
HtheByeah23:04
HtheBwell, there is a gui tool23:04
sledgessure23:04
HtheB:D23:04
HtheBoke booting into harmattan23:04
sledgeswe thought of documenting those things and many others23:05
HtheBthis is something necessary though23:05
HtheBhope that no other people will be faceing the same thing23:05
sledgesbut had a bar raised that someone can figure out that themselves (e.g. telnetting and figuring out where the logs are stored)23:06
HtheBhmm23:06
sledgesif not, quite dangerous to proceed23:06
sledgesbut that was a year ago :D23:06
HtheBxD23:06
HtheBYou know, I' m very interested in Jolla23:06
sledgesnow things became easier (including update process of nemo etc.)23:06
HtheBthats why I want to look into this mer project23:06
HtheBdonno why I didnt before ....23:06
sledgesso we need to ease up all those processes/document/fix partitioning bugs if any still around23:07
sledgesyes, if you are eager - should be no problem23:07
sledgeshowever, we do not document that and other stuff also because23:07
sledgesit is better you come here and ask23:07
sledgesrather than read everything from wiki, and then come here and say, I bricked my device ;)23:08
sledgesthat was the decision i remember clearly :)23:08
Aardwell, it's hard to brick your device on that level. you'll just kill all your data, worst case23:08
sledgesalso get integrated to the community this way23:08
sledgescorrect, Aard :))23:08
HtheB:D23:09
HtheBmoving files to HDD23:09
sledges\o/23:09
HtheBonce done, i just should reflash?23:09
AardI was considering some nolo hacks, but _that_ could really bring people in bad situation if they don't know what they're doing23:10
HtheB(my god, even my english is starting to look crappy when I'm excited)23:10
HtheBi did some nolo stuff on the N900 thoug23:10
HtheBchanging nokia boot logo :p23:10
HtheB(color)23:10
sledgessimple enough Aard, just don't document it :) and only hardcore tinkerers will find out :) but then, is it worth the penny? ;)23:11
HtheBhttp://talk.maemo.org/showthread.php?t=7550423:12
*** Frye has joined #nemomobile23:12
sledgesgood stuff HtheB23:13
*** fk_lx has left #nemomobile23:14
HtheB5 secs left23:14
HtheBand done23:14
HtheBoke flashing moslo once again23:14
HtheBhere it goes now...23:16
HtheBflashing doen23:16
HtheBdone*23:16
sledgesyeeeeeeehaaaaw :D23:16
HtheBoh yes!23:16
HtheBno errors!23:16
sledges\o/23:16
HtheB\o\23:16
HtheBoke, how long will this procedure take?23:17
HtheByaaay \:D/23:17
HtheBAlt_OS23:17
sledgesup, you know what to do now (https://wiki.merproject.org/wiki/Nemo/Installing#Nokia_N950_.26_Nokia_N9_Rootfs_Installation)23:18
marquizHtheB: yeah, i know moslo23:19
marquizhaven't touched it in months, though23:19
HtheBwell23:23
HtheBI couldnt get past the repartition error23:23
HtheBbut seems like I just had to have more free space on home/user/MyDocs23:24
* sledges boots Nemo too. 279 packages to updated since last update 1.5 months ago, YOU GUYS ROCK!! :D23:24
HtheBNEMO!23:25
*** cheriff has quit IRC23:25
HtheByiiihaa!23:25
HtheBi saw the (ugly) boot logo23:25
HtheBFINALLY23:26
HtheBNEMO ! :)23:26
HtheBthanks sledges !23:26
HtheBso that was the only reason why I couldnt get past the damn error :D23:26
HtheBsometimes, things are very easy23:26
HtheBbut.. well.. you just have to know I guess23:26
sledges\\o//23:30
sledgessounds like yet another victory :) it's time for bed :)23:30
sledgesdon't forget to update nemo HtheB23:31
HtheBsledges: how?23:31
sledgesor leave it to another evening23:31
sledges:)23:31
HtheB(never used nemo before)23:31
HtheBi guess so23:31
HtheBtime to fool around with nemo before going to bed23:31
HtheBHope ill get to know nemo better asap :)23:31
sledgesah ok, fool around now, as updating would make you just wait instead :)23:32
HtheB:D23:32
sledgesit takes time, but once you've taimed it, you'll feel the power and possibilities ;)23:32
HtheBthnx again!23:32
HtheB1 question23:32
sledgesyou're welcome23:32
sledgesgo on23:32
HtheBwhats the difference between harmattan and nemo23:32
HtheBany changes23:32
HtheBaside that nemo uses rpom23:32
HtheBrpm23:32
sledgesnemo is re-using several harmattan components23:33
HtheBand harmattan deb23:33
sledgesall those that were open source23:33
sledgesso it can look and feel similar23:33
sledgesyes, harmattan uses apt-*23:33
sledgesnemo uses zypper23:33
sledgesin the same fashion23:33
HtheBzypper23:33
HtheBhmm23:33
sledgesstems from OpenSUSE23:33
sledgesyou'll get to love it soon, too :))23:34
HtheByeah, was just googling about it23:34
HtheBnever used any rpm system before23:34
sledgesi like `zypper up` :D23:34
HtheBhaha23:34
sledgesto update one's system23:34
HtheBhelium reborn23:34
HtheBhow to update anyway?23:35
HtheBmaybe I can update while sleeping23:35
sledgeshere is a Rosetta, so you can see what to do on zypper, once you already know apt (or antyhting else): https://wiki.archlinux.org/index.php/Pacman_Rosetta23:35
sledgesyes you can, but don't forget to plug it into the charger23:35
HtheByeah, it was about 15%23:35
HtheBso I have to plug it in already23:35
sledgesok23:36
sledgesbasically, first connect to your wifi AP23:36
HtheByes connected23:36
sledgesvia settings (click on status bar once, and it will pop down)23:36
sledgesnice23:36
sledgesthen call the terminal23:36
HtheByes23:37
HtheBah, the link you gave me is very nice!23:37
HtheBso it's actually almost the same23:37
HtheBinstead of apt-get23:37
HtheBjust zypper23:37
sledgeszypper in[stall]23:37
HtheBthat's dpkg -i23:37
HtheBright?23:37
sledgesyes23:38
HtheBin debian language23:38
HtheBoke :D quick learner over here23:38
sledges;)23:38
sledgesso23:38
sledgesterminal23:38
sledgestype su23:38
HtheBhow to get root priv.23:38
sledgespassword is "nemo"23:38
HtheByes23:38
HtheBzypper update?23:38
sledgesthen type iwconfig wlan0 power off23:38
HtheBoh!?23:38
sledgesdon't rush ;P23:38
HtheB:D23:39
sledgesto disable wifi power management23:39
sledgesso it downloads faster23:39
*** cheriff has joined #nemomobile23:39
sledgesthen type23:39
sledgeszypper ref23:39
sledges(to refresh repositories)23:39
sledgesand tell me when you're done (shouldn't be too long)23:39
sledgesthis is equiv of apt-get update23:39
HtheBug23:39
HtheBit disabled wifi totally23:40
sledgesshouldn't have, you might just disconnected by accident23:40
HtheBwifi is not available on this device23:41
HtheBit says23:41
HtheB:P23:41
*** cheriff has quit IRC23:41
sledgesiwconfig wlan0 power on23:41
sledges?23:41
sledges:P :)23:41
HtheBweird23:41
*** dakovaci has quit IRC23:41
HtheBiwconfig just tells me that im connected to CIA23:41
HtheB(yeah, my ssid)23:41
sledges:))23:42
sledgesi got a "Password sniffer 2" from my neighbours :D23:42
HtheBsniff it all the way you can23:42
HtheBits wep23:42
HtheBno need to sniff it23:42
HtheBhaha23:42
sledges:))23:43
HtheBrebooting device23:43
HtheBjust in case23:43
sledgesso can you ping merproject.org ?23:43
HtheBnope23:43
HtheBnothing worked23:43
sledgesok, rebooting should bring you back to moslo23:43
HtheBor to black screen with no power?!23:44
HtheBxD23:44
sledges(I don't have n950, so I could not tell the proper wifi init for you either, iwconfig ..power off applies to my N9, dunno about 950)23:44
sledgesjust to note ;)23:44
HtheBhmmm23:44
HtheBits ok if it takes some time though23:44
sledgesyes, ur gonna sleep anyway, and it will not drain battery hence23:45
HtheBi really should join this project at least for the looks of it....23:45
HtheBboot logo, can better23:45
HtheBa little bit beauty can be good, right? :P23:45
HtheBbtw, how do i get the dropdown menu?23:46
sledgesyes., bootlogo=bleeding wound23:46
sledgestap on clock?23:46
HtheBah ok23:47
* sledges did the power button ;)23:47
sledgeswas first tinkering with Qt, finally! :)23:47
HtheBhmmm23:48
sledgesand you joined the project rght on time - we are about to finalise Nemo logo: play.qwazix.com/grog/wp-content/uploads/2012/08/nemo3.png23:48
sledgesit's all as in Captain Nemo btw ;)23:48
HtheBoh gosh23:48
HtheBno23:48
the-bossphaeron lbt sage stskeeps SR#7520 Accepted promotion request23:48
sledgesit will take time to get a feeling of clicks and bottom-up swipes23:48
HtheBso I can enter the project?23:49
sledgesit won the poll I'm afraid ;) and it symbolises nautical insignia. we went through the whole email thread and polling: http://polldaddy.com/poll/6679035 :)23:49
HtheBhmm23:49
HtheB:D ok23:49
HtheBanyway23:49
HtheBI guess there is a bug23:49
HtheBim pretty sure its a N950 thing then :(23:49
HtheBwifi not available on device23:50
sledges(can be as you are using not updated version yet)23:50
HtheBbut now I dont know if it has to do with zypper ref or not23:50
sledgesso you cannot connect to AP?23:50
HtheBi was connected just a min ago :/23:50
HtheBi was23:50
sledgesno23:50
HtheBbut then, when it said cannot resolve23:50
sledgeszypper ref does not update anyting on system23:50
HtheBi looked back int he settings23:50
HtheBand then again, wifi is not avail.23:50
FryeI have the same issue with wlan roaming.23:50
FryeMy N900 just drops the connection23:50
*** unifly has joined #nemomobile23:51
Fryeinstead of reconnecting th the closer AP23:51
HtheBand this time, it didn't recognized my sim either23:51
HtheB(didnt ask for pin)23:51
sledgessome stuff to look into fixing ;)23:51
HtheBmaybe its already fixed with the updates?23:51
HtheBi donno23:51
sledgeslot's things done, lot's to do!23:51
sledgesthat too!23:51
sledgesso23:52
sledgesthere's another way to connecto to the internet23:52
HtheBso first i need to get updated O_o23:52
sledgesvia USB!23:52
HtheBoh!23:52
sledgesis not painful :)23:52
HtheBjust rebooted again -_-23:52
HtheBwell, tell me :D23:52
HtheBnever did that before23:52
sledgesyou'll need to enable internet connection sharing on your Ubuntu host23:52
HtheBwell, i always did the other way around with my good old N80 back in the days23:52
sledgesso usb0 gets it23:52
HtheBoh btw, phone doesnt power off completely23:53
HtheBis that normal?23:53
HtheB(it stays black with the backlight on)23:53
sledgesvia power off menu?23:53
HtheBholding down the power button23:53
sledgeswhich version of nemo have you extracted to AltOS? :)23:53
HtheBuntill the nemo logo shows23:53
HtheBlet me see23:53
HtheBnemo-handset-armv7hl-n950-0.20120315.1.NEMO.2012-03-19.123:53
sledgesmam mia23:54
sledges:D23:54
HtheBoh gosh, I guess this is kinda old23:54
HtheBhave picked the wrong file i guess hahaha23:54
* sledges slaps HtheB around with a large trout (and feels old fashioned :))23:54
sledgesyour nemo will update for ages23:54
sledgestoo23:54
HtheB:D23:54
sledgeswipe out the AltOS and put latest nemo on it :) and I think we can call it a night then ;)23:54
HtheB:D guess so23:55
sledgeshaving said that, have a good one!23:55
sledgessee you tomorrow23:55
HtheBthanks!23:55
HtheBttyl ! :D23:55
sledgeswelcome, and keep the sails up!23:56
HtheB(have to flash moslo again right?023:56
HtheBalways sailing with my jolla =)23:56
sledgesyes, but I think single boot would suffice (no need to write it to flash memory anymore)23:56
sledgesjsut to be able to one-off access AltOS23:56
sledgesbtw, doesn't moslo offer you that anyway23:56
sledgesa23:56
sledgesit should!23:56
HtheBxD23:56
sledgesjust turn off23:56
HtheByeah23:56
sledgesthe phone23:56
HtheByes23:56
HtheBbut when I turn on23:56
sledgesand plug usb cable23:56
HtheBoh23:57
sledgesand then it will turn on itself ;)23:57
HtheByes23:57
HtheBturns on23:57
sledgesoffering AltOS mounted23:57
sledges;)23:57
HtheBi love this23:57
sledges+123:57
HtheBat least....23:57
HtheByes23:57
HtheBlove it :D23:57
sledgesnice little details :)23:57
HtheBi can wipe it totally right?23:58
sledgesyes23:58
sledgesthere's nothing there you'd miss23:58
HtheBevn boot-orin etc?23:58
HtheBoh23:58
HtheBi can't remove anything :/23:59
sledgeswell, you should not use nautilus for that23:59
HtheBterminal23:59
HtheBftw23:59
HtheBsudo rm -rf * ftw23:59
sledgessudo rm -rf /media/AltOS23:59

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