/srv/irclogs.ubuntu.com/2018/12/06/#lubuntu.txt

lubotMoabMoraes was added by: MoabMoraes10:10
mariojughello12:44
lubotjoeberetta was added by: teward00115:18
lubot<teward001> @joeberetta *waves*15:19
lubot<joeberetta> Boost.Python error in job "automirror". ... <class 'NameError'> ... name 'socket' is not defined ... Traceback: ... File "/usr/lib/x86_64-linux-gnu/calamares/modules/automirror/main.py", line 157, in run ...  prefix = getmirror(country) ...  File "/usr/lib/x86_64-linux-gnu/calamares/modules/automirror/main.py", line 115, in getmirr16:35
lubotor ...  if isinstance(error.reason, socket.timeout):16:35
lubot<joeberetta> (Photo, 800x319) https://i.imgur.com/37XTDDe.jpg16:36
wxldid you check the hashes of the iso?16:36
lubot<joeberetta> Got this error in the end of installing16:36
lubot<joeberetta> Yes16:36
wxland you checked the disc for defects at boot?16:38
lubot<joeberetta> Yes. I googled. And found answer for error like this. Man wrote that problems with locale (country)16:39
lubot<joeberetta> And now do not have any idea16:40
wxlbecause i have never seen that specific issue ever16:40
lubot<joeberetta> Me 2))16:41
wxlit suggests something expected is missing16:41
wxland that makes me think it must be a download or copy error16:41
wxlhow did you check the installation media?16:41
lubot<joeberetta> You mean checking for errors liveUsb?16:43
wxlperhaps. tell me what you did16:44
lubot<joeberetta> So downloaded iso.file and created liveUsb using Rufus16:46
wxlthat's not what you need to do16:47
wxlso just to be sure: how did you check the hashes?16:47
lubot<joeberetta> Via HashTab16:48
wxlwhat is that?16:48
wxloh some windows garbage, ok16:49
wxlso what was the hash value you got for the iso? and which one?16:49
lubot<joeberetta> Yeah😅16:49
lubot<joeberetta> c53e553cfc4db0f83f2ed48a55f3f1ac16:52
wxlok so that's the legitimate value for the amd64 iso, assuming that's what you downloaded16:53
lubot<teward001> 18.04? 18.10?16:53
lubot<teward001> because reasons :P16:53
lubot<teward001> oh wait wxl is on it NEVERMIND16:53
lubot<joeberetta> 18.1016:53
wxl18.10 because it's a calamares error16:53
wxlgo back to sleep XD16:54
lubot<teward001> wxl: gdiaf.  you owe me coffee anyways.16:54
wxldon't you know hellspawn can't die in fire?16:54
wxlbut yeah that might be a good way to roast some beans for you16:54
wxlANYWAYS16:56
wxljoe go boot the iso and select the option "check disc for defects"16:56
lubot<joeberetta> Ok16:56
lubot<joeberetta> Check finished: no errors found ... Result of checking. As you told17:00
wxlok.. that's weird.17:04
wxlcan you try the install again? if it fails again, there's a log file in the calamares folder in ~/.cache17:04
lubot<joeberetta> The problem is that I have just done it a second time.17:06
wxlbut if it failed you won't have the log file, so..........17:07
lubot<joeberetta> Just a moment17:07
wxl@joeberetta where are you located at?17:17
wxl@joeberetta or maybe more appropriately where is your IP located at?17:18
lubot<joeberetta> Aisa. Tomsk, Russia17:19
wxlyeah that's probably the problem17:19
wxlif you go to https://ipapi.co/json can you connect to it?17:20
lubot<joeberetta> { "ip": "176.59.147.239", "city": "Novosibirsk", "region": "Novosibirsk Oblast", "region_code": "NVS", "country": "RU", "country_name": "Russia", "continent_code": "EU", "in_eu": false, "postal": "630000", "latitude": 55.0411, "longitude": 82.9344, "timezone": "Asia/Novosibirsk", "utc_offset": "+0700", "country_calling_code": "+7",17:22
lubot "currency": "RUB", "languages": "ru,tt,xal,cau,ady,kv,ce,tyv,cv,udm,tut,mns,bua,myv,mdf,chm,ba,inh,tut,kbd,krc,av,sah,nog", "asn": "AS41330", "org": "T2 Mobile LLC" }17:22
wxl"yes" would have sufficied XD17:22
wxlyou're using a mobile connection?17:23
lubot<joeberetta> At this moment yes17:23
lubot<joeberetta> Sharing wifi from mobile17:23
wxlwas that what you were doing before?17:23
lubot<joeberetta> No17:23
wxlok, what were you doing then?17:23
lubot<joeberetta> Before used wifi17:24
wxland using your IP from that connection, can you connect to that same URL? a yes or no is all i need (you don't want to tell the world your longitude and latitude!)17:25
wxland that's also located in russia?17:25
lubot<joeberetta> Yes17:26
lubot<joeberetta> Russia17:26
wxlyes to both questions?17:26
lubot<joeberetta> Both17:26
wxlok17:26
wxlin any case you had some sort of network issue trying to reach that url which we use to determine your location so we can select a nearby mirror17:27
wxlto speed up downloads17:27
wxlthere's a bug in our error handling, which is why it blew up the way it did17:27
lubot<joeberetta> Hmm17:28
wxlluckily since this is python and not compiled code, you can actually tweak it in such a way to make it work regardless17:28
wxlin yuor case, it will have no effect as we don't actually have a russian mirror17:28
lubot<joeberetta> By the way. After rebooting system now trying to find bugs17:29
wxli'm surprised it installed the system at all17:29
lubot<joeberetta> And everything is ok except "sudo apt -f install" command17:30
lubot<joeberetta> @wxl [<wxl> i'm surprised it installed the system at all], Me too))17:30
wxlwhy are you trying to -f ?17:30
lubot<joeberetta> Yesterday I tried to install google chrome and got errors and after found the solution where in one of the steps i needed do that17:32
lubot<joeberetta> But now. I'm trying to install here chtomium. So waiting for now. Will tell if will get any error17:33
wxlin the event your installation is actually problematic, the way to fix the bug is to edit the automirror code before installing. the file is /usr/lib/x86_64-linux-gnu/calamares/modules/automirror/main.py. in the run() function, just remove the if/else statement and replace it with `prefix = ""` and everything will just work17:33
wxlyeah well google chrome errors------- are probably things you should bring up with google XD17:34
wxlthat said, i've never had issues installing chrome17:34
lubot<joeberetta> Now me 2. I think it was my mistake17:35
wxlbut they could certainly have requirements which don't keep lockstep with the available packages in ubuntu17:35
lubot<joeberetta> @wxl [<wxl> in the event your installation is actually problematic, the way to fix the …], Do you suggest to reinstall lubuntu?17:35
wxlif and only if there's a problem17:35
wxlgenerally, no17:36
lubot<joeberetta> Ok. At this time no problems. If will get them let you know17:37
lubot<joeberetta> Thank you for help17:38
wxlno problem17:38
wxlif you have issues with chromium or other packages, we'd need to see the actual errors17:39
lubot<joeberetta> Got it)17:48

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!