koleygr 2017-03-05 23:46:34
Hi
koleygr 2017-03-05 23:48:57
I have a friend that sometimes his ubuntu starts without unity and taskbar. I told him to use this link to solve the problem http://askubuntu.com/questions/17381/unity-doesnt-load-no-launcher-no-dash-appears but after 20 days he has the same problem again. His syslog is here: http://pastebin.com/JSEDiPxu
cuckoo 2017-03-05 23:50:13
hey i am using virtualbox xp inside it its ip is 10. something but on terminal i am seeing virbro has 192. something?
cuckoo 2017-03-05 23:50:18
its stranger isnt it?
ikevin 2017-03-05 23:50:41
koleygr, tell him to take a look in ~/.xsession_errors
ikevin 2017-03-05 23:51:12
cuckoo, it depend of network settings in vb
cuckoo 2017-03-05 23:51:51
so wat i need to do fr keeping it in that range i mean 192. something
koleygr 2017-03-05 23:52:00
thank you ikevin ... I will ask him to do it and come back if not find a solution
ikevin 2017-03-05 23:52:21
cuckoo, configure network as bridge and not as nat
cuckoo 2017-03-05 23:52:39
ohh thankx i will check once :)
jSmP 2017-03-05 23:59:54
jsmp
cuckoo 2017-03-06 00:00:26
ikevin, i configured network as attached to bridged and name = eth0 still its showing 10. something
ikevin 2017-03-06 00:01:37
cuckoo, your xp guest is using dhcp?
cuckoo 2017-03-06 00:02:02
i dont know :(
cuckoo 2017-03-06 00:02:09
how to check it?
ikevin 2017-03-06 00:02:24
check on windows network settings
cuckoo 2017-03-06 00:04:37
where exactly in internet properties?
ikevin 2017-03-06 00:05:49
cuckoo, in connection details
cuckoo 2017-03-06 00:10:45
ikevin, i ma not able to find it can u guide me :(
cuckoo 2017-03-06 00:11:04
i went to control panel and then network connections
mantise 2017-03-06 00:11:31
can i just click the cnijfilter-mg5100series_3.40-1_amd64.deb file to install in ubuntu or do i need a terminal command ?
mantise 2017-03-06 00:12:20
because open with software install doesnt work
EriC^^ 2017-03-06 00:17:00
if you had a partition you absolutely did not want mounted, is there a command to forbid that/allow it later easily?
EriC^^ 2017-03-06 00:17:39
reason i'm asking is i'm mounting the disk from virtualbox as a raw disk image and i guess if linux mounts and writes to it at the same time, bad things can happen?
krstjns 2017-03-06 00:29:31
Hello, would this be a good place to ask how to deal with library issues when compiling a project on ubuntu?
octopeg 2017-03-06 00:38:53
hello. I am trying to upgrade Qt from 5.5 to 5.7, but I am having difficulties with software not looking at the right installation. to install 5.7 I did wget http://download.qt.io/official_releases/qt/5.7/5.7.0/qt-opensource-linux-x64-5.7.0.run and chmod +x qt-opensource-linux-x64-5.7.0.run and sudo ./qt-opensource-linux-x64-5.7.0.run
octopeg 2017-03-06 00:39:30
I tried to change the default Qt paths in /usr/lib/x86_64-linux-gnu/qtchooser/default.conf, but the program I am running seems to still look in the wrong place.
octopeg 2017-03-06 00:40:50
that is, it looks for libQt5Core.so.5 and similar files in /usr/lib/x86_64-linux-gnu/ and not in /opt/Qt5.7.0/5.7/gcc_64/lib where they seem to have been installed to.
octopeg 2017-03-06 00:41:44
qtchooser -print-env gives me the right new paths, so I am not sure why the program looks in a different directory (it may be hardcoded to look there?)