[00:28] who here is running the 16.04 pre-release as their day-to-day system, and is logging in with either GNOME 3 or GNOME Classic (GNOME 3 with an interface more like 2.x)? [00:32] !details [00:32] Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information, errors, steps, and possibly configuration files (use the !pastebin to avoid flooding the channel) [00:35] squinty: I am considering upgrading because of an issue I am having with GNOME Shell wedging at the lock screen after unlocking, and was wondering if there are any big gotchas with that setup and/or if this specific issue has been addressed [08:03] Anyone know a fix to this bug for unity 8 lxc? https://bugs.launchpad.net/ubuntu/+source/unity8-lxc/+bug/1425494 [08:03] Launchpad bug 1425494 in unity8-lxc (Ubuntu) "unity8-lxc session fails to start, returns to non-reacting lightdm greeter" [High,Triaged] [08:20] How does one configure bonding via libteamd in xenial? [09:25] Hi! I want to capture audio via ALSA & ffmpeg on a 16.04 server. I can only acces alsamixer with root privilege, ffmpeg fails because it can't see the hw:0 device. how would i best allow a normal user to acces the device? [09:39] ah, found it - add the user to the 'audio' group. thanks anway! [10:50] Somebody has changed GNU grep default behaviour in the 16.04 ? [10:50] I just get info that "Binary file freenode_##economics.log matches" [10:50] instead of it printing out the matching lines [10:51] what command did you use? [10:51] Is it a binary file? [10:52] What is the output of 'file freenode_##economics.log'. [10:52] 'grep "regexgoeshere" filename.log [10:52] lordievader: It is standard irc log made by Konversation [10:52] so should be just UTF-8 all along [10:52] Sure, but what is the output ;) [10:52] ahh.. I saw wrong [10:53] lordievader: freenode_##economics.log: UTF-8 Unicode text, with very long lines, with overstriking [10:53] Hmm, you would suppose grep to read those just fine. [10:53] lordievader: that's what it's been doing all these years [10:55] jubo2: So what command did you use exactly? [10:56] I know this looks bad [10:56] 'cat freenode_##economics.log | grep "will be insulted before it ends" [10:57] The sentence I am looking for is "##politics exists so the each and every participant will be insulted before it ends." [10:57] is from Apotheker Jubohi's walls of answers in the box marked "Why does ##politics exist" [10:58] is the output form cat freenode_##economics.log correct? [10:58] or is konversation using binary stuff that cant be read? [10:58] Seems to be printing the log since year 2012 [10:58] jubo2: test it please [10:58] I have older logs somewhere [10:59] jubo2: maybe the kde guys changed to binary logs? [10:59] it print out all [10:59] end end without problem [10:59] * lordievader sees misusage of cats [10:59] k1l_: dude. Why? [10:59] sometimes I even properly apply cats [11:00] grep "will be insulted before it ends" /path/to/file.log works [11:00] k1l_: nope [11:00] "Binary file freenode_##economics.log matches" [11:00] instead of the matching line [11:00] this was standard default behavior [11:00] and I don't get it why it is now changed [11:01] and it isnt binary [11:01] it is UTF-8 text [11:01] there is no sense that the Konversation people would break stuff like this [11:01] jubo2: works here with grep and my hexchat logs [11:01] so i guess the konversation logs are rubbish [11:01] nor the grep people [11:02] k1l_: Konversation bestest irc client [11:02] lol [11:02] This might screw up your terminal, but what happens when you issue: grep --binary-files=text "some string" /path/to/file [11:02] ? [11:02] what brings you "file logfile.log"? [11:02] k1l_: it says what I said [11:02] UTF-8 encoded Unicode text [11:04] jubo2: try "iconv -t ASCII freenode_##economics.log | grep "will be insulted before it ends" [11:04] Ah: http://unix.stackexchange.com/questions/19907/what-makes-grep-consider-a-file-to-be-binary [11:04] lordievader: that prints [11:04] the line I'm looking for [11:05] TJ-: I don't want ASCII, I want mah usual UTF-8 [11:05] jubo2: that logfile is broken [11:05] ASCII doesn't contain enough chars for reasonable logging of irc and similar network [11:06] damn. [11:06] One thing I should disclose [11:06] jubo2: try "iconv -t UTF-8 freenode_##economics.log | less "+/will be insulted before it ends" [11:07] I moved the log files using 'tar cvzf irc-logs-date.tar.gz *.log' [11:07] but it'd really be weird if tar or gzip was mangling the files [11:07] hmm.. [11:08] I have the old OS intact [11:08] on another hard drive [11:09] that slides in and out from to slot by the side if the cover is not attached [11:09] I should prlly boot to there at some point and see if the problem reproduces [11:12] I /j konversation [11:50] Hi all [11:52] hi BluesKaj [11:53] hey LogicalDash [12:21] Hello, I have a question about cpufreq in ubuntu 16.04 [12:25] I'm running it on a netbook with atom n450 processor, and I cannot manage to force the cpu to run at only 1GHz. [12:28] touil, ondemand is usually the default [12:32] BluesKaj: thank you for your answer. I used to install indicator-cpufreq on my old ubuntu 12.04, which allowed me to switch between conservative, performance... and to force the usage of only 1667 Mhz, or only 1333 Mhz or 1GHz. But now, clicking on 1Ghz does not set the frequency to 1Ghz anymore. Furthermore, cpufreq-info says that 1GHz frequency is used 0% of time. [12:34] touil, think it's a bit early in the game for cpufreq-utils to adapt to 16.04 , you may have to live with the auto settings for now [12:35] BluesKaj: Is it a kernel issue or something else ? [12:36] touil, no idea [12:37] Do you know if there is an irc channel dedicated to cpufreq-utils ? [12:41] touil: What is the output of 'grep FREQ /boot/config-'? [12:41] !paste [12:41] For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [12:44] Do I need to reinstall cpu-frequtils for that ? [12:45] touil: No. [12:45] http://paste.ubuntu.com/15628875/ [12:46] Your kernel should support it. [12:50] So I don't know why I can't force userspace 1GHz. [12:51] What command are you using? [12:52] sudo cpufreq-set -c 0 -f 1000000 [12:53] What happens when you set it to the powersave govenor? [12:53] Command ? [12:55] sudo cpufreq-set -g powersave [12:58] Oddly enough, now it looks like 1000 Mhz is in use... I uninstalled cpufreqd. Do you think it has something to do with it ? [12:59] It shoudn't [12:59] shouldn't* [13:02] Well now, everything seems to work. [13:02] Thank you everyone for your help. === xnox_ is now known as xnox === not_phunyguy is now known as phunyguy === akaWolf1 is now known as akaWolf === TJ_Remix is now known as TJ- [13:27] hello. is it possible to install openjdk 7 on ubuntu 16.04? It got removed from the repos but it is needed to compile android === lewq_ is now known as lewq [13:31] malu72: strange, I have a 16.04 chroot from March 5th that does have openjdk-7 ... I've asked in #ubuntu-devel for you [13:40] TJ-, it was removed on the 30th of March [13:40] malu72: you can always try and grab the older copy and manual install [13:40] that's always a 'possible' way, though it's very painful to maintain [13:40] right, and all the dependencies [13:41] mhm [13:41] really bad move because now omnirom and cyanoenmod and maybe others cannot be compiled anymore [13:44] bug 1563986 [13:44] bug 1563986 in radare2-bindings (Ubuntu) "openjdk-7 removal for 16.04 LTS" [Undecided,Fix released] https://launchpad.net/bugs/1563986 [13:45] malu72: might be a good idea to ask 'doko' in #ubuntu-devel since I can't find any mailing-list or irc log discussions about it, so far [13:47] from my March 5th chroot, there are a lot of reverse-depends on openjdk-7-jre, so I presume they've all been upgraded to openjdk-8-jre [13:48] probably [13:48] which might bring problems to you as well [13:49] TJ-, maybe there was no discussion. I saw the launchpad bug and one guy just removed it. at least in the bug there was no discussion about it [13:49] *report [14:08] hello, is there any plan to update zfs on xenial from 0.6.5.4 to 0.6.5.6 before the release? [14:10] the build is successful on http://autopkgtest.ubuntu.com/packages/z/zfs-linux/xenial/amd64/ for this version [14:44] Slashman: But for 'spl-linux' it's not, which it depends on: http://autopkgtest.ubuntu.com/packages/s/spl-linux/xenial/amd64/ , http://people.canonical.com/~ubuntu-archive/proposed-migration/update_excuses.html#zfs-linux [14:45] krytarik: oh right, any idea how I can find any ticket associated with this issue? [14:54] Slashman: Looks like you might have to file one: https://bugs.launchpad.net/ubuntu/+source/spl-linux/+filebug [14:57] Slashman: Also, this is more suited for #ubuntu-devel. [15:07] Slashman: However, you might also comment on LP bug 1561165. [15:07] Launchpad bug 1561165 in zfs-linux (Ubuntu) "[FFe] upgrade to 0.6.5.6 for critical fixes and grub compatibility" [Undecided,Confirmed] https://launchpad.net/bugs/1561165 [15:19] krytarik: thanks [15:46] running kubuntu 16.04 beta and it locks up when I connect an external monitor. Completely freezes. Where do I start in solving this problem? [15:49] hey.. anyone else having time synchronization problems with xenial-proposed kernel 4.4.0-17? https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1564951 [15:49] Launchpad bug 1564951 in systemd (Ubuntu) "systemd-timesyncd: Failed to call clock_adjtime(): Invalid argument" [Undecided,Confirmed] [16:42] Hello, can we also ask about KDE in here? QT related issues which make the desktop crash on startup [16:43] oparoz: sure. but i dont know if the #kubuntu guys have an own unstable channel [16:44] k1l_: This channel was mentioned in #kubuntu :) [16:45] I reported a bug using the KDE crash reporter and it ended up upstream which said it was distro specific, so I'm looking at a way to reinstall all QT plugins [17:26] Sup [17:27] Merp === jtaylor_ is now known as jtaylor [19:00] hi! i have ubuntu 15.10 running in an lxc container and want to upgrade it to 16.04. I dont have do_release_upgrade. Can i safely do s/vivid/xenial on /etc/apt/sources.list and do an apt-get upgrade / dist-upgrade / clean/ autoclean? Or will this break anything? [19:00] xatr0z: do-release-upgrade [19:00] that is not 'do_release_upgrade' [19:00] underscore vs. dashes [19:00] dont have that either :) [19:01] the lxc container ia a really slimmed down version of ubuntu [19:05] xatr0z: it should work [19:06] disable your ppa's first and you might end up with some obsolete packages not removed [19:06] xatr0z: but if its a continaer why not just create a new one with 16.04? [19:06] also you could install do-release-update [19:50] Stuck in a login loop [19:53] Should I be more specific? [19:53] Is anybody even on? [19:56] Copyrighted: more info, more help. what error? what says the log? ..... [19:58] it starts to login, then the screen blacks out and returns to login screen [19:59] loginto tty1 and see what belongs to root:root with "ls -al" [20:00] apparently xorg.conf belongs to root:root [20:03] no, in your users home? [20:03] do you login as root? [20:03] I really don't know [20:04] you dont know where you looked? are you sure a beta is the right thing? [20:04] I switched due to needing the nvidia-361 drivers [20:05] I can't scroll up in my tty1, so I can't exactly find my login permissions [20:06] what is the result of "whoami"? [20:06] and what is the result of "pwd"? [20:06] my main user [20:07] I have global menus set to "default" but i don't have any menus in Inkscape or Gimp. I did a clean install with my existing home folder last night. [20:09] Copyrighted: ok, another approach: test if the guestuser works on login screen [20:17] hdpb: try to set the setting for global menus back and forth. maybe the setting just needs to be set correctly? [20:19] I got something: lsb systems management engine failed [20:20] k1l: No luck. I tried choosing manually and choosing "reset to default" [20:22] k1l: I just tried guest session, it was no good [20:25] Copyrighted: then look into the xorg log and syslog what is going on. [20:29] how do I access the xorg log? It seems like all I can find are folders. [20:29] they are in /var/log/ [20:30] you could use "cat" on cli to look at them. or "less" [20:30] but that is a folder, I don't know what to access in there [20:31] syslog and Xorg.0.log are inside that folder [20:31] i really dont think a beta is the right os for you. better reinstall 15.10 when that worked for you. [20:32] I would, but I don't have the equipment i would need to do that. I lost my jump drive. [20:34] kl1: I got the error report. CRITICAL **: session_get_login1_session_id: assertion 'session != NULL' failed. That is what i found in the error report. [20:45] so I have this error message: CRITICAL **: session_get_login1_session_id: assertion 'session != NULL' failed. And I don't know what to do about it. GUI Login doesn't work at all. === vladimir-sn_ is now known as vladimir-sn