lordievader | Good morning. | 07:02 |
---|---|---|
elfy | morning lordievader | 07:24 |
lordievader | Hey elfy, how are you doing? | 07:25 |
elfy | other than the daily pretty good thanks - you? | 07:26 |
lordievader | Hehe, doing okay here. | 07:28 |
=== kbroulik is now known as kbroulik-lunch | ||
BluesKaj | Hiyas all | 12:41 |
=== kbroulik-lunch is now known as kbroulik | ||
BarnaSzalai | hi | 14:17 |
BarnaSzalai | trying to install Kubuntu 15.04 daily on VirtualBox but on start I got : intel_rapl no valid rapl domains found in package 0 | 14:18 |
BarnaSzalai | what is this message and how to bypass it? | 14:18 |
BarnaSzalai | leave | 15:05 |
=== JanC_ is now known as JanC | ||
scellow | Hey guys, my java apps are unable to reach the internet, i tested my code on osx and it works well, i tried different 3rd party java apps on ubuntu and they are all unable to reach internet, i tried using both Oracle jdk8 and Open jdk8 same issue, i think the problem came right after i updated my system, im running Ubuntu 15.04, and yesterday when i updated the system, ubuntu reported a problem, i can't remenber what was the | 18:42 |
scellow | problem :/, do you have an idea on what's going on ? | 18:42 |
igalic | so, pretty cool. flash (or something) just crashed my kde… kwin? i don't know. | 18:42 |
igalic | all windows are collapsed onto the screen which makes it not very useful :( | 18:42 |
lordievader | scellow: The rest of network connectivity is fine? | 18:43 |
scellow | lordievader: yes the system itself have access to internet, the problem is limitted to java | 18:43 |
lordievader | Heh. Unfortunatly I know nothing of Java. | 18:44 |
scellow | lordievader: could it be related to certificates or ubuntu settings ? is there a ways to reset networking settings ? | 18:45 |
lordievader | scellow: As I said, I know nothing of Java. It is one of those things I try to stay away from. I have no idea what it does with network connectivity. | 18:46 |
BluesKaj | scellow, try installing ubuntu-restricted-extras | 19:07 |
stef1a | i'm using Ubuntu 15.04 on a 64-bit machine and I'm having trouble installing Skype. I get the error, "cannot install libqtwebkit4:i386" when installing using the multiarch deb from the Skype website. If I try to install with apt-get, I get unmet dependency errors. help? | 21:35 |
stef1a | re: skype for 15.04: it looks like people have gotten this working herer: http://ubuntuforums.org/showthread.php?t=2266266. when i try sudo apt-get install skype:i386, i get an unmet dependencies error. any ideas? | 21:45 |
stef1a | (x-post from #ubuntu) | 21:45 |
genii | stef1a: Perhaps enable the partner repository and try the version from there instead of the one off the Skype site | 22:04 |
stef1a | k1l: i edited sources.list and ran apt-get update but i get a similar error (skype:i386 : Depends: skype-bin:i386 but it is not going to be installed | 22:12 |
stef1a | E: Unable to correct problems, you have held broken packages.) | 22:13 |
k1l | please pastebin the full result of "sudo apt-get dist-upgrade" | 22:13 |
genii | stef1a: Also, did you enable the partner repo yet before that. Also the packagename you should try to install is only skpe, not skype:i386 | 22:15 |
stef1a | genii: yes, i tried skype:i386 | 22:16 |
stef1a | and how would i enable the partner repo? | 22:16 |
genii | Yes, I know. I'm telling you not to\ | 22:16 |
stef1a | my bad; i misread that. i tried both. | 22:17 |
genii | stef1a: You edit the /etc/apt/sources.list file and add: deb http://archive.canonical.com/ubuntu vivid partner ... and another line: deb-src http://archive.canonical.com/ubuntu vivid partner ...then save and sudo apt-get update | 22:18 |
genii | After this you should be able to install it with just: sudo apt-get install skype | 22:19 |
stef1a | the dist-upgrade is taking a while | 22:20 |
stef1a | also, i had lines in there that were similar, but they didn't have "ubuntu" at the end | 22:20 |
stef1a | genii: repeated the process after editing and updating; same error | 22:24 |
stef1a | now dist-upgrading | 22:24 |
stef1a | same error after dist-upgarding | 22:29 |
stef1a | k1l: http://pastebin.com/HxSbcFPR | 22:31 |
genii | The pastebin does not contain the end of the output | 22:32 |
stef1a | that's the end of the output. | 22:33 |
stef1a | i did a dist-upgrade and an apt-get update, and i added the vivid partner sources to my sources.list, but i still get an unmet dependencies error when trying to install skype. help? | 23:23 |
k1l | stef1a: can you pastebin the message? | 23:35 |
stef1a | k1l: http://pastebin.com/YRANtySd | 23:37 |
k1l | stef1a: "sudo apt-get install skype-bin" | 23:37 |
stef1a | same errors i was getting before: http://pastebin.com/LS0VW2Zi | 23:38 |
k1l | "ls -al /etc/apt/sources.list.d" | 23:39 |
stef1a | http://pastebin.com/HSHux6Zv | 23:40 |
k1l | sudo apt-get install -f | 23:43 |
stef1a | 0 upgraded, etc... nothing to do | 23:44 |
k1l | is this a 32bit ubuntu? | 23:48 |
stef1a | 64 | 23:48 |
k1l | try to apt-get install the both packages libqtwebkit4:i386 and libgl1-mesa-glx:i386 and see why they dont want to install. we need to get to the end of the line and see what its blocking | 23:49 |
stef1a | k1l: http://pastebin.com/raw.php?i=GVQYVMdd | 23:50 |
k1l | hmm | 23:52 |
stef1a | i did have a weird graphics problem with this machine while using 14.10, and i was told to install 15.04 and the latest graphics libraries, which i did. that fixed my graphical problems. i don't know if that's related to this. | 23:53 |
stef1a | also i did add the i386 architecture with dpkg | 23:54 |
k1l | well. i never needed that to install skype tbh | 23:55 |
stef1a | hmmm | 23:57 |
k1l | i really dont know what is going on on your system there. | 23:58 |
stef1a | i just removed and purged all my i386 packages, and i disabled my i386 architecture, but now i can't install skype-bin because it has no installation candidate... | 23:58 |
stef1a | okay | 23:59 |
stef1a | thanks for all the help :-) hopefully it'll be fixed when 15.04 is released | 23:59 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!