[00:00] HappySomethingSo: I have to leave soon but am interested in how this issue ends. If you are on tomorrow, please give an update [00:00] michagogo: did you configure lxc-usernet ? [00:00] genii: ok, thank yo for your help [00:01] TJ-: I'm running privileged for now [00:01] I was under the impression that's not needed [00:01] (created with the ubuntu template as root, not download, and sudoing lxc-start) === CyberJacob is now known as zz_CyberJacob [00:02] michagogo: OK, you've set the veth and bridge in the config? [00:02] Er, maybe not? Which config, the container's? [00:03] I thought the default on Ubuntu just works... There does seem to be a veth device [00:03] michagogo: see https://help.ubuntu.com/lts/serverguide/lxc.html#lxc-network [00:04] I think I tried reading that. I don't know that I understand it fully... [00:05] Right now, I don't want it to be accessible from the outside -- I want to be able, as a start, to SSH from the host into the container [00:06] Why does fresh install never set my prefix and root correctly :/ [00:06] dat grub rescue life I always forget which partition to use and it takes forever to find it again [00:11] I just upgraded to Xenial, and apt-get update is broken [00:11] It gets to "Fetched 187 kB in 5s (31.2 kB/s)" and then never finishes [00:11] Is there a way to debug this? [00:13] melodoron - apparently apt is broken right now (for me as well). [00:14] relevant logs: " whenever I run apt-get update it stucks" [00:14] " \join #ubuntu-server" [00:14] appstreamcli 100% CPU usage right? [00:17] Hm. Why does the container know who I am? [00:17] I ran sudoedit, it put me in vi [00:17] melodoron, hmmm....must be a new buglet. it was working fine yesterday..... [00:17] vim* [00:17] Now, when I exit, it says "E138: Can't write viminfo file /home/micha/.viminfo!" [00:18] michagogo, gksudo gedit [00:18] * [Saint] wonders how other people, if at all, work around the whole "encrypted home and key based ssh authentication with password disabled" thing [00:18] squinty: Huh? *inside* an LXC? [00:18] michagogo: the sudo shell environment [00:19] <[Saint]> I'm using a fairly simply script in my unencrypted ~ in .sshrc [00:19] TJ-: right now I'm in `sudo lxc-attach` [00:19] <[Saint]> is there a better way to manage automatically decrypting home with ssh key based login? [00:19] [Saint]: easily :) [00:19] michagogo, didn't realize you were using lxc [00:19] squinty: Yeah, I'm trying to figure out sshing into a fresh lxc... [00:20] <[Saint]> TJ-: let me guess "don't use encrypted ~"? ;) [00:21] [Saint]: /etc/ssh/sshd_config has "AuthorizedKeysFile /etc/ssh/authorized_keys.d/%u" ... and you create the directory and then put the file at /etc/ssh/authorized_keys.d/$USER [00:21] <[Saint]> TJ-: I think you're misunderstanding the problem. [00:21] <[Saint]> If I wasn't doing that I wouldn't even be able to initiate the connection. [00:22] <[Saint]> What I aim to do is decrypt ~ automatically. [00:22] <[Saint]> which for some inexplicable reason doesn't happen for ssh key based login with password disabled. [00:23] [Saint]: that's how it's done. As long as the authorized_keys is *outside* the $HOME then when the user does key-based log-in the pam_ecryptfs module will unlock and mount the $USERs ecryptfs [00:23] [Saint]: all my systems have been configured that way for many years, without any problems [00:24] When I look at the container with lxc-info/lxc-ls, I see it appears to have 2 IP addresses, 10.0.3.1 and 10.0.3.196 [00:24] When I lxc-attach to the container, both of those addresses seem to point to the container [00:24] <[Saint]> TJ-: on my servers it doesn't actually decrypt and this needs to be handled by the user - I suspect you're using *buntu Desktop, yes? [00:24] On the host, .1 points to the host, and .196 says "no route to host". [00:25] [Saint]: server [00:25] [Saint]: decryption and mounting is done by pam_ecryptfs once the user has authenticated [00:25] [Saint]: have you altered the PAM config? [00:26] [Saint]: amongst other entries the important one is "/etc/pam.d/common-auth:auth optional pam_ecryptfs.so unwrap" [00:26] Anyone got any ideas? [00:33] michagogo: what version of host? [00:33] <[Saint]> TJ-: Appears to be https://bugs.launchpad.net/ubuntu/+source/ecryptfs-utils/+bug/364015 [00:33] Launchpad bug 364015 in ecryptfs-utils (Ubuntu) "Support a wrapped-passphrase.ssh, wrapped with an ssh private key" [Wishlist,Won't fix] [00:33] <[Saint]> marked as WONTFIX [00:33] nacc: trusty [00:33] michagogo: also, #lxcontainers may be a better place to ask [00:33] michagogo: on xenial, with a random container, i don't see that with `lxc list` [00:34] nacc: In the past (and now) I've tried a bunch of times, that channel seems mostly inactive [00:34] michagogo: are you using lxd? [00:34] No [00:34] What's lxd? [00:34] :( [00:35] michagogo: ah not available in trusty anyways [00:35] michagogo: well, it's like a container hypervisor. But basically lets you do `lxc launch ubuntu:xenial` and it spits out a container name running xenial [00:36] and you can then just do `lxc exec bash` and you're in [00:36] no need for sudo, etc [00:36] the images are maintained on linuxcontainers.org, iirc, and cached locally [00:36] michagogo: might be a reason to setup a xenial environment on its own, if you're really interested in containers [00:36] Well, not sure that's an option... [00:37] At this point I'm trying to figure out if there's a way to get https://github.com/devrandom/gitian-builder/blob/master/README.md to work with LXC in what seems to me to be the "correct" way [00:37] michagogo: there's also #lxc-dev, but you might get mocked for asking for support in a dev channel (but then again you coudl say no response in the support channel) [00:37] That is, treating the container like a VM -- starting, stopping, SSHing in, etc [00:38] michagogo: right, lxd is a backend for lxc, basically [00:38] so if lxd is running, you use lxc as client side interction still [00:38] but in any case [00:38] (right now, the LXC support there basically hacks together a rootfs that can sort of pass for an LXC, but breaks fairly often, and seems to be broken on xenial) [00:39] <[Saint]> So, instead of my convoluted workaround with sshrc, would doing something like this in the unencrypted user's .bash_login be "better"? [00:39] <[Saint]> http://pastebin.com/Cm0vzCFF [00:39] michagogo: sounds like a support question for this project, no? [00:40] michagogo: that projects home page can't be reached by me, i'll assume something buggy. [00:40] nacc: well, there isn't really much support. It's pretty small. My idea was to see if I can figure out how to take the flow used for KVM builders and adapt that for "LXC-as-a-VM" [00:40] So at this point I'm just trying to figure out how LXC works [00:40] i think it's a bad idea to even think of LXC as a VM :) [00:40] nacc: I don't mean as a VM [00:40] I mean, working with it like you would with a VM [00:41] i.e. creating it with the proper tools, starting and stopping it, and connecting into it, rather than debootstrapping into a file and tricking lxc-execute into running scripts in that environment [00:42] But I can't seem to get as far as being able to create a container, start it, and SSH into it... [00:42] michagogo: i unfortunately don't have a trusty environment around right now [00:43] Anyway, it's 3:42 AM here. I think I'm going to call it a night, probably just throw away what I've tried at this point and maybe try again from scratch in my clean Trusty Sandbox VM at some point in the future [00:43] michagogo: what have you tried to do, sorry? [00:43] nacc: I lxc-created a container [00:43] I lxc-started it [00:44] And I can;t figure out what I need to do in order to be able to ssh into it from the host [00:44] michagogo: did you try: https://linuxcontainers.org/lxc/getting-started/ [00:44] nacc: yeah, I saw that [00:45] michagogo: that's where i'd start, in particular the bridge setup [00:45] I created a privileged container with the ubuntu template (not download) [00:45] michagogo: a container shouldn't have two IPs generally, and it definitely shouldn't have one be a gateway IP [00:45] at least, i'd find that surprising [00:46] nacc: the only thing I see on that page regarding bridge setup is the file that lets a user account create veth devices [00:46] michagogo: if you want to try to get it working again later, ping me and i will spin up a trusty VM [00:47] michagogo: from a general ease-of-use thing, though, i'd really recommend trying lxd [00:47] <[Saint]> TJ-: I have to ask - but, you're not just saying "it works" after having already unwrapped the encrypted home at some point with a local login, are you? I honestly can't see any way for this flow of ssh+encrypted home+key based auth+password login disabled to work with an encrypted home and every bug I can dig up on the topic basically writes it off as wontfix. [00:47] michagogo: what "packages" is gitian-builder referring to? [00:48] How Can I Make Music Play in My Laptop? [00:48] How Can I Make Music Play in My Laptop? [00:49] Im New To Linux [00:49] edgardoanaya: do you mean the software to use for music in Ubuntu? or do you mean you don't get any soudn? [00:49] Help [00:49] <[Saint]> why didn't "in" deserve a capital letter? and why are you typing in camel case? [00:49] !players | edgardoanaya [00:49] edgardoanaya: Audio (Ogg, MP3...) players: Audacious, Banshee, Listen, Quod Libet, Rhythmbox, Exaile, XMMS2 (GTK/Gnome based) and Amarok, JuK (Qt/KDE based). Video players: Totem, Xine, MPlayer, VLC, Kaffeine - See also !codecs [00:49] Right No Sound [00:49] !sound | edgardoanaya [00:49] edgardoanaya: If you're having problems with sound, click the Volume applet, then Sound Preferences, and check your Volume, Hardware, Input, and Output settings. If that fails, see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - http://alsa.opensrc.org/DmixPlugin - For playing audio files, see !players and !mp3. [00:50] !info ubuntu-restricted-extras | edgardoanaya [00:50] edgardoanaya: ubuntu-restricted-extras (source: ubuntu-restricted-extras): Commonly used media codecs and fonts for Ubuntu. In component multiverse, is optional. Version 65 (xenial), package size 3 kB, installed size 14 kB [00:50] install that edgardoanaya [00:50] see the sound troubleshooting above edgardoanaya and the players link as well [00:51] Well I tried all The Simple Solutions But None Worked!!!! [00:52] nacc: Gitian is used to build Bitcoin Core, among other things [00:52] I'm pretty sure The Tor Project also uses it for their builds [00:52] <[Saint]> edgardoanaya: can you please type properly, without every word having a capital letter? It is driving my text-to-speech nuts. [00:53] michagogo: i see; well, i can help you probably get lxc working, like i said, just give me some notice to get a vm spun up [00:53] edgardoanaya, did you install the restricted extras as above [00:53] edgardoanaya, which players have you tried [00:54] Okay, I'm not sure when I'll get around to it... I don't often have free time for things like this [00:54] ok So How Can I Listen to My Sound? [00:54] If I remember, I'll try pinging you when I'm going to try again [00:54] michagogo: sounds good [00:56] other than squid, which forwarding proxy would you recommend? [00:57] edgardoanaya, I have asked you several questions, please respond with more info instead of just repeating [00:59] anybody else having trouble with apt-get update: https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1583845 ? [00:59] Launchpad bug 1579712 in appstream (Ubuntu Xenial) "duplicate for #1583845 Refresh hangs due to strdup on non-NULL terminated string" [Medium,Fix committed] [01:01] I want to thank All Here On this Channel For UR Support [01:05] hi [01:06] i wanted to record from my laptop sound card with this command [01:06] ffmpeg -f pulse -i alsa_output.pci-0000_00_1b.0.analog-stereo.monitor output.wav [01:07] it alays worked with ubuntu 14.04, but not with 16.04 [01:07] i found the audio source name with `pactl list sources` [01:07] pls help [01:08] Hi, guys. Update of a remote server from 15.04 to 15.10 got interupted (ctrl+c). What's my best course of action? thanks. [01:09] hid|ninja, does it ouput an error, exit code, etc? We need more information... [01:10] precise: no error, the wav file sounds like it was recorded from my intern microphone [01:11] so just to clarify: internal mic =/= sound card in your scenario? [01:12] hmm [01:12] for me, internal mic is the one next to the laptop webcam [01:13] Ok, got ya. [01:14] so i took the sound card output: alsa_output.pci-0000_00_1b.0.analog-stereo.monitor [01:18] On the ffmpeg man page, checkout line 1283, specifically: [01:18] ffmpeg -f alsa -ac 1 -i hw:1 -f video4linux2 -i /dev/video0 /tmp/out.mpg === darthbhyrava is now known as darthbhyrava_aro [01:22] perhaps force the alsa format with the -f flag instead of the pulse format? Forgive me, I don't have much experience with FFMPEG. === darthbhyrava_aro is now known as darthbbhy_around === darthbbhy_around is now known as darthbhy_around [01:24] do chinese eat butter? [01:25] precise: i have this error: [alsa @ 0xedb4a0] cannot open audio device hw:1 (No such file or directory) [01:26] Because hw:1 was just an example... [01:26] Something like this: [01:26] it's like hee https://trac.ffmpeg.org/wiki/Capture/ALSA#Selectingtheinputcard, but i really dont get [01:27] hid|ninja, youre trying audio capture? [01:27] yes forgot_my_name [01:27] Can you pastebin the output of arecord -l? hid|ninja [01:28] hid|ninja, errr. as far as I know, ALSA is good for playback, while pulse is for recording === Maxim is now known as Guest95008 [01:29] forgot_my_name: you are probably right, I know next to nothing about Audio Engineering, etc. I'm just a linux guy who happened to be in the room :P [01:30] Is anybody else having problems updating today? [01:30] here is the paste: http://pastebin.com/0TSZN9f5 [01:31] k00l3th4n, yeah. It is an error with appstream, it is currently in the proposed repository and will be pushed out to xenial at a later date, in order to get around this issue, uninstall appstream "sudo apt remove appstream", reinstall when the update is pushed out. [01:32] k00l3th4n: xenial ? this https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1583845 ? [01:32] Launchpad bug 1579712 in appstream (Ubuntu Xenial) "duplicate for #1583845 Refresh hangs due to strdup on non-NULL terminated string" [Medium,Fix committed] [01:32] `$ sudo apt-get update` hangs on my machine. would someone advise me to help resolve it? [01:32] hid|ninja, you said you have a soundcard and a built in microphone? [01:32] Has anyone here got an experience with mdadm? [01:32] bumblehead: https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1583845 [01:32] precise: Thanks so much. I thought my machine was going down. lol [01:33] I'm having a very similar issue to over here: http://ubuntuforums.org/showthread.php?t=1223457 with my /dev/md0 disappearing after rebooting. [01:33] No problem, we were all having the issue earlier :P [01:33] yes precise [01:33] nothing else is plugged [01:33] Shouldn't there be more than one device if you have multiple recording devices? [01:34] precise: thanks this looks like the same issue I am having [01:34] workaround is to remove the appstream package [01:34] I figured it had something to do with that package being it was eating half my CPU and stalling. [01:34] olá. Boa noite [01:34] bumblehead, yeah it is a 3 year old bug that for some reason just reared /its ugly face today. [01:34] hid|ninja, so youre trying to capture analog to digital === rafael is now known as Guest30905 [01:35] Speak portuguese? [01:35] !pt [01:35] Por favor, use #ubuntu-br para ajuda em português. Para entrar no canal por favor faça "/join #ubuntu-br" sem as aspas. Para a comunidade local portuguêsa, use #ubuntu-pt. Obrigada. [01:35] Thanks ubottu [01:35] thanks [01:35] precise: is it safe to `$ sudo apt-get remove appstream`? [01:36] bumblehead: yes, it is not required by aptitude [01:36] I am typing this from a machine that has no appstream [01:36] bumblehead, that is safe, as appstream is optional [01:36] Worked like magic on my rig. [01:36] precise: i have all listed here: http://pastebin.com/QD972sKx [01:37] forgot_my_name: analog to digital? idk [01:37] precise: thank you [01:37] DerHeks: thank you [01:37] np bumblehead [01:37] just trying to record the all sounds coming from the sound card [01:37] rebooting to be sure everything is good... [01:37] hid|ninja, ok [01:38] hid|ninja: try this: ffmpeg -f pulse -i hw:0 output.wav [01:39] i think that will do.... [01:39] everything is good now I was able to update [01:39] thanks for the help :) [01:39] im corssing my fingers [01:39] Are the broken yet? [01:39] have fun bumblehead [01:40] and [01:40] just one more question --when will unity 8 be finished [01:40] precise: it says: hw:0: No such process [01:40] :( [01:41] processes? [01:41] thatshould be a dev not a process [01:42] yes, process [01:43] i think hw:0 is the odd... - there should be another way to express that [01:43] forgot_my_name: https://trac.ffmpeg.org/wiki/Capture/ALSA#Selectingtheinputcard [01:43] ninja posted that earlier... [01:44] ffmpeg -f alsa -i hw:0 output.wav [01:44] ??? [01:44] did you see the pactl command? [01:45] Me? [01:45] it says: Source #0 State: SUSPENDED [01:45] !who | hid|ninja [01:45] hid|ninja: As you can see, this is a large channel. If you're speaking to someone in particular, please put their nickname in what you say (use !tab), or else messages get lost and it becomes confusing :) [01:45] precise: and forgot_my_name [01:45] my bad [01:46] hid|ninja: check the pactl man page under the suspend-source option. [01:46] It takes args SOURCE and a 1 or 0 [01:47] Something like: [01:47] pactl suspend-source [YOUR MIC] 0 [01:48] YOU MIC can be defined (according to the man page) by its symbolic name or numeric index, which you can find in your pactl pastebin [01:48] got another problem with 16.04 or some reason my top menu bar fonts look thinner than normal fonts [01:48] you mean in "Name"? [01:49] precise: [01:49] Something like this: [01:49] pactl suspend-source alsa_output.pci-0000_00_1b.0.analog-stereo.monitor 0 [01:49] ah ok [01:49] That 'should' resume that source. [01:50] Run the pactl list again to verify [01:51] hmmmm, it says: Failure: Invalid argument [01:56] Hello, I've got a Samsung 64GB SD card. I wrote an image file to it using Disk Image Writer, IIRC, but now the SD card only reports as 7.4GB. Gparted only reports it as 7.4GB. I've used other various utilities in Windows and they only report it as 7.4GB. How do I reclaim the rest of the space? [01:56] I just tried to run software updater and it just hangs . . . upwards of 30 minutes [01:57] Sorry, hid|ninja, I'm out of ideas. Hopefully you can figure it out, maybe drop by tommorrow when more people are on (midday)? [01:57] destinydriven, try apt-get update instead. [01:57] Blakes5, tried that . . it hangs there too [01:57] destinydriven: There is a bug in appstream [01:57] yes thanks precise [01:57] i'll come later :> [01:57] np hid|ninja [01:57] precise, oh that's a bug? === asteroid435w is now known as joh45op3 [01:58] Blakes5, I heard that there are some rogue cards around [01:58] destinydriven: Ithttps://launchpad.net/ubuntu/+source/appstream/0.9.4-1ubuntu1 [01:58] https://launchpad.net/ubuntu/+source/appstream/0.9.4-1ubuntu1 [01:58] forgot_my_name, this is a known working card. It was reporting 64GB before I imaged it. [01:58] The patch is currently in the propsed repo, to be pushed out soon [01:59] destinydriven^ [01:59] so no workaround? [01:59] Work around is to uninstall appstream [01:59] sudo apt remove appstream [01:59] apt-get update isn't working for me [01:59] ok === asteroid435w is now known as joh45op3 [01:59] then reinstall appstream when they send out the fix [01:59] pretending I know why I need appstream . .. . [01:59] ok cool [02:00] appstream is optional, so really you don't even need it [02:00] ok great [02:00] let me reboot and do that === asteroid435w is now known as joh45op3 [02:02] precise, that sorted it out, thanks [02:02] nop destinydriven [02:02] *np [02:03] :D [02:04] ok so . . . ubuntu center == apstream? cuz that just disappeared on me [02:04] I think I remember now, I used DD to write an image to the SD card. Any idea how to recover the missing space? [02:05] hi , how to unzip in ubuntu via command for somezip_1of2.zip and somezip_2of2.zip ? [02:05] anyone? [02:05] i have 2 zip file [02:05] Hulio: unzip -l foo [02:05] unzip foo.zip [02:05] unzip -d newdir foo.zip [02:05] the first file ? [02:05] Hulio: if it's split into volumes, the first should suffice [02:05] blake5: heheheheheh..... DD may be a bitch if you dont treat her with attention [02:05] rarely it is the last instead of the first [02:06] oh [02:06] and some archive formats are smart enough to know regardless which volume you point at [02:06] let me try [02:06] Hulio: although if it's a ZIP, it might just be two entirely separate archives [02:06] forgot_my_name, well, it worked. I think it just didn't worry about the rest of the space. [02:06] as ZIP is a popular format among the ignorant :D [02:06] destinydriven: yeah, not permanent though, just reinstall appstream when they push the patch out. [02:06] forgot_my_name, if I had a 64GB image of something I guess I could use DD to write it to the SD card but I don't know where I would get something like that or how to create it. [02:07] precise, ok I see [02:07] blake5 and you want to get the space back in a "non destructive" way? [02:07] forgot_my_name, oh, I don't care what's on the card. I'm trying to repurpose it [02:08] Blakes5, what about gparted? [02:08] I actually have another 64GB card in my phone that is partitioned for 64GB. I guess I could clone that with DD. [02:08] forgot_my_name, gparted only sees 7.4gb [02:08] hi [02:08] Hi, I'm having trouble network troubles with my install of 16.04. I can't install packages, and I can't ping outside servers. I'm currently logged in remotely though. I think there is some sort of DNS trouble. Any ideas? [02:09] Is anyone else having trouble installing Ubuntu 16.04 due to appstream issues? [02:09] Blakes5, weird [02:10] reisio, man, unzip -l file.zip is only listing [02:10] i need to extra brother [02:10] El_Chapo, yes. Appstream is not required and you can uninstall as a work around if you'd like. [02:10] Datz, I think you might be having the same issue as me. It's not DNS it's something to do with appstreamcli [02:11] damn...gotta go [02:11] bye [02:11] humm, I see [02:11] The patch is in the proposed repository, and planned to be rolled out into stable eventually. [02:11] This is what I'm getting trying to install a package : http://hastebin.com/iwozasesig.vhdl [02:11] Hulio: it's important to do -l first to make sure it won't dump contents all over your cwd === darthbhy_around is now known as darthbhyrava [02:12] reisio, nevermind, i was able to double click the file [02:12] and drag outside the folder :) [02:12] i use GUI [02:12] Datz: I can ping the mirrors, it is probably on your end. [02:12] Can you traceroute to 'us.archive.ubuntu.com'? [02:12] precise: yes, I can't even ping google.com [02:13] but I can ping IP addresses [02:13] Datz: That is most likely DNS. [02:13] guys [02:13] my apt is not working [02:13] its stuck [02:13] any ideas? [02:14] Ali1: Known bug, to be patched shortly. [02:14] Ali1: https://launchpad.net/ubuntu/+source/appstream/0.9.4-1ubuntu1 [02:14] Uninstalling appstream is a workaround, but you will lose your software center [02:14] Datz, can you pastbin the output of: [02:15] cat /etc/resolv.conf [02:15] Ali1: See: http://ubuntuforums.org/showthread.php?t=2325168&page=2 . There are other work-a-rounds . [02:16] Bashing-om: Isn't that the same workaround? [02:16] Bashing-om, so should I wait for them to fix ? [02:17] precise: Getting help in -server let you know if I get it working. Thanks. [02:17] precise: Yes and no " sudo pkill appstreamcli " in another terminal . [02:18] NP Datz [02:18] precise, should I wait [02:18] ? [02:18] Patience Ali1 [02:18] ok [02:18] Ali1: Depends on the need , You can bet the fix will be in place rather quickly . [02:18] Bashing-om, doesn't that just end the process? [02:19] well DD is working on the SD card....we'll see..... [02:19] What's quick? Hours, Day ,Week? [02:19] El_Chapo, for a patch? [02:19] yeah [02:20] precise: Yes ,, the " sudo apt remove appstream " seems to be the more popular . [02:20] Bashing-om, actually I am trying install fresh ubuntu [02:21] and its stuck here [02:21] Bashing-om: I'm not saying your wrong, but everytime someone comes in here, I say "sudo apt remove appstream" I just want to be sure I am giving the proper advice that's all. [02:21] Ali1: Are you installing ubuntu currently or is this just recently installed? [02:22] currently installing [02:22] removed ubuntu due to apt update stuck problem [02:22] but turns out its stuck in installing fresh aswel [02:22] precise: You do good . If there were a problem .. many here watch and will be quick to correct .. Ya gotta love this channel . [02:23] Ali1: You re-installed because you couldn't apt update/upgrade? [02:23] Bashing-om: Oh good :) [02:23] yea precise [02:23] now how to make it install [02:23] Its stuck [02:23] in retrieving file step [02:24] Restart install without an internet connection, uninstall appstream on first boot. [02:24] but dont u think updates are essential during installation? [02:25] Ali1: see The Cogs' solution : http://ubuntuforums.org/showthread.php?t=2325168&page=2 . [02:25] or I can get the same updates after installation? [02:25] ok [02:25] Ali1: Yes, but by reinstalling while the appstream bug is active, your install will hang permanently [02:25] You can get updates after install [02:25] precise, it will be same as I could with internet connection right? [02:25] or I will miss out something? [02:26] Where do I find the HowTo to let one's KUbuntu install listen for incoming remoteX connections from localhost? Ideally I'd like to listen only on localhost as it's always from an SSH tunnel (eg: ssh -x , then xeyes) (xposted to #kubuntu, but it's quiet in there currently) [02:26] Ali1: You can connect to the internet after install and run apt update/upgrade to get what you missed out. [02:26] oh ok [02:26] so nothing is missed then right [02:26] Bashing-om: He is actually in the middle of installing ubuntu. [02:26] thanks :) [02:26] coz I dont wanna re install again after the bug is fixed [02:27] to get what I missed out during installation due to internet connection [02:27] Bashing-om: The appstream bug causes the apt update to hang, even during first install. [02:28] Ali1: You generally don't have to reinstall Ubuntu too much, just make sure to research the problem and drop by here. [02:28] Ali1: It takes quite a bit to bork the OS [02:28] precise: Yes .. on a fresh install is where that bug 1st reard it's head . " So then I tried to install without downloading updates as it went. The install worked, but a post-install apt-get update hung, again with appstreamcli stuck at 100% CPU." . [02:28] bug 1 in Ubuntu Malaysia LoCo Team "Microsoft has a majority market share" [Critical,In progress] https://launchpad.net/bugs/1 [02:29] lol [02:29] hi [02:30] Well, I got to work, I'll see you all later... [02:30] precise, so [02:30] after installation [02:30] precise: Take care .. come back in good shape . [02:31] I need to run apt-get remove ? [02:32] Or, failing that, how do I setup kubuntu to listen for X11 connections? I can futz with iptables after. [02:34] anyone else experiencing problems with the proprietary Nvidia drivers in 16.04? [02:35] all desktop effects (in Kubuntu) have ceased working for me [02:36] hi all [02:38] Does anyone here do remoteX with 16.04? [02:38] not sure what the heck happened to my machine since it's been powered down, but for some reason it's not updating now.... I run sudo apt-get update and it seems to pull down the updates, but then it prints out the last line saying it fetched 'x' bytes in 'x' seconds and seems like it freezes [02:38] using 16.04 [02:39] d3ad7rack, you suffer this bug, lots of heat now: https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712 [02:39] Launchpad bug 1579712 in appstream (Ubuntu Xenial) "Refresh hangs due to strdup on non-NULL terminated string" [High,Fix committed] [02:39] ahhh, ty OerHeks, glad to see I'm not the only one :( [02:39] precise: ended up adding a nameserver (google) to resolve.conf [02:39] remove that appstream and you can update again ( it is optional, not critical) [02:40] precise: it could be a local network problem for me too apparently. [02:40] FYI, but thanks for your help/interest. [02:40] OerHeks: gotcha, ty very much :) [02:40] ubottu: ty :) [02:40] what is 'sudo alien ? [02:40] alien?? [02:41] d3ad7rack, please read the whole post, there is a fix in it by dl & install the patched\ [02:41] c/patches [02:41] but i would remove it all. [02:41] i can't update it hangs at "Fetched 281 kB in 1s (163 kB/s) " [02:41] that is with sudo apt update [02:41] Hulio,Alien is a tool to translate between RPM and DEB, iirc. [02:41] Hulio, apt show alien [02:41] goddard, see my answer to d3ad7rack [02:42] OerHeks: i think i missed it [02:42] oh, you just joined [02:42] https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712 [02:42] Launchpad bug 1579712 in appstream (Ubuntu Xenial) "Refresh hangs due to strdup on non-NULL terminated string" [High,Fix committed] [02:43] i did an apt-get update and "appstreamcli" is pegging my cpu to close-100% [02:43] known issue? any fixes? [02:43] try now [02:43] I think they just fixed it [02:43] ah [02:44] nope, still the same === silent is now known as Guest23773 [02:44] rohan, https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712 [02:44] Launchpad bug 1579712 in appstream (Ubuntu Xenial) "Refresh hangs due to strdup on non-NULL terminated string" [High,Fix committed] === Mrokii_ is now known as Mrokii [02:44] El_Chapo, don't think, as it won't be fixed by itself. [02:44] squinty: catching up on it [02:45] so installing the new appstream package should fix this issue? [02:45] that is one solution, rohan [02:45] rohan, yes [02:46] OerHeks: what's the other one? :) [02:46] i was about to follow https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/comments/24 [02:46] Launchpad bug 1579712 in appstream (Ubuntu Xenial) "Refresh hangs due to strdup on non-NULL terminated string" [High,Fix committed] [02:46] rohan, or you can temp remove appstream (it will also take out the software center but can be reinstalled after fix comes through) [02:46] removal of appstream. [02:47] ah ok [02:47] appstreamcli [02:47] ? [02:47] guess i'll just dogfood the -proposed package then :) [02:47] rohan, fwiw, I elected to remove earlier today...apt started working again [02:48] goddard, sudo apt remove appstream [02:48] OerHeks, oops I was looking at the other ticket [02:48] pretty nasty thing to happen to an LTS :( [02:49] but following instructions in c24 fixed the issue [02:49] wii [02:49] has anyone else come here complaining about apt-get update hanging with 100% CPU on the development release? [02:49] the process in question is appstreamcli [02:49] https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712 [02:49] Launchpad bug 1579712 in appstream (Ubuntu Xenial) "Refresh hangs due to strdup on non-NULL terminated string" [High,Fix committed] [02:49] OerHeks: ty again, very very much, can't say how much I appreciate it [02:49] ptrz, lots of heat on this bug https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712 [02:49] thanks! [02:49] is they a functional test suite etc for Ubuntu? Maybe it needs one? [02:50] halo === alexandr2 is now known as alexandros_c [02:50] or acceptance test I mean [02:51] El_Chapo, probably better asked in #ubuntu-discuss [02:51] I think linux is more complicated then windows [02:51] people who know linux are more likely geek [02:52] El_Chapo: it's hard to test drivers without actually having the device [02:52] Hulio, #ubuntu-offtopic [02:52] and driver code is an increasingly large proportion of Linux [02:52] okay boss [02:53] all4u2luv78 [02:53] prtz, virtual environments? It would catch certain errors like the installer not working. [02:54] El_Chapo: you can't easily virtualize a physical device [02:54] Can ubuntu be infected with virus? [02:54] and you often almost formally can't, because no one knows precisely how the device works [02:55] if i browse web (example porno) will i get infected with virus? [02:55] (i.e. no reliable or complete documentation available, or well-known and widespread hardware bugs) [02:55] I know windows system easily get virus [02:55] please advise [02:55] Hulio: this is probably not the place to ask [02:55] where can i ask? [02:56] Hulio: Short answer, yes. [02:58] ptrz, I mean more simple acceptance testing for releases, so scripts that will automatically install the release candidate and verify the nothing hangs during install. To catch errors that may not be device specific. [02:59] !virus | Hulio [02:59] Hulio: Antivirus is something you don't need on !Linux, except where files are then passed to Windows computers (perhaps using Samba). See https://help.ubuntu.com/community/Antivirus [03:01] how to tell my full path of JDK ? [03:01] in the example ...someone have version 7 like this : /usr/lib/jvm/java-7-oracle [03:02] but i have installed version 8, so how to find the full path? [03:03] Hulio: java -version (or ll/usr/lib/jvm for the path) [03:12] any of u know the username and password for oracle XE ? [03:12] I install the oracle express in ubunu 16.04 ...but i have no clue what is the username [03:13] Hulio: never wasted time with oracle myself, but it's typical for the default user to be 'root' and the password to be unset [03:15] reisio, how did u fix apt lag bug [03:15] reisio, actually SYSTEM [03:15] I cant figure out [03:15] user=SYSTEM [03:19] Ali1: https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712 ? see #30 . [03:19] Launchpad bug 1579712 in appstream (Ubuntu Xenial) "Refresh hangs due to strdup on non-NULL terminated string" [High,Fix committed] [03:24] LTS version has bugs like that.. [03:24] urghh [03:31] hi, i have this file in a folder how to make a link on desktop so i can double click it [03:31] sqldeveloper.sh <---- i need to run this [03:31] current i do it in terminal with 'sudo ./sqldeveloper.sh [03:31] is there a way to make a file shortcut so i can just double click it? [03:32] Why you need to run SQL Developer as root? [03:33] because without put sudo it wont start [03:33] A .sh file if has x permission for user can be launched with double click, but i think you want to do is a .desktop file [03:33] show me man [03:33] this is what i want to do : sqldeveloper.sh [03:34] I think you should use beesu, not sudo (because is a graphical tool) [03:34] x3mboy: what did you need me to do? [03:34] currently in /opt/sqldeveloper/sqldeveloper.sh [03:35] currently the only way to run it by doing this in terminal: 'sudo /opt/sqldeveloper/sqldeveloper.sh' [03:35] i want to do something on desktop shortcut , all i have to do is double click [03:35] Hulio, https://wiki.archlinux.org/index.php/Desktop_entries [03:35] just like window shurtcut [03:35] can't anyone just give me the answer? [03:36] Hulio, https://wiki.archlinux.org/index.php/Desktop_entries [03:36] still i dont understand what to do in the link [03:36] There. removed the nolisten from /etc/X11/xinit/xsessionrc, created a ufw rule to allow connections to remotex on lo, but to block them on all other interfaces. [03:37] i just freshly installed ubuntu 16.04 and im trying to update it with apt-get update but it is just hanging [03:37] Hit:1 http://us.archive.ubuntu.com/ubuntu xenial InRelease [03:37] Get:2 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease [94.5 kB] [03:37] Get:3 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease [92.2 kB] [03:37] Get:4 http://security.ubuntu.com/ubuntu xenial-security InRelease [94.5 kB] [03:37] Fetched 281 kB in 1s (254 kB/s) [03:38] vortex_: https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712 , [03:38] You are probably the faster reader i ever see [03:38] Launchpad bug 1579712 in appstream (Ubuntu Xenial) "Refresh hangs due to strdup on non-NULL terminated string" [High,Fix committed] [03:47] is linux really obsolete? [03:49] guys I have apt bug [03:49] anyone got? [03:57] I just installed a Unity Dash scope called recoll. I don't think it's the dash is using it though. When I install a new dash scope, do I need to do something to enable it? [04:00] hi!!! [04:00] ? [04:00] :d [04:00] ya? [04:00] Español? [04:00] :D [04:00] no [04:01] Speak spanish? [04:01] no [04:01] :C [04:01] And are you from? [04:01] !es | Mauved_ [04:01] Mauved_: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro. [04:21] y [04:34] what's wrong with appstream tonight? [04:34] I had to kill -9 it and apt-remove-it? [04:34] otherwise cpu is 100% and no way to run apt, can't believe this [04:34] auditlog_: Yep ! https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712 . [04:34] Launchpad bug 1579712 in appstream (Ubuntu Xenial) "Refresh hangs indefinitely, appstreamcli using 100% CPU" [High,Fix committed] === spockors is now known as jq- === jq- is now known as Cody === Cody is now known as jq- [04:44] hi everyone [04:45] hi [04:46] i'm new here... [04:46] how it works? [04:46] ask an ubuntu support question, wait for an answer [04:46] callaw_86: you ask support question, people might help you. You want to chat, tye "/j #ubuntu-offtopic" [04:48] hi! am i the only one experiencing problems with apt getting stuck and eating processor? as in, is there an issue with the mirrors, or has my computer gone cuckoo out of the blue? [04:49] sakrecoer: See: https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712 . [04:49] Launchpad bug 1579712 in appstream (Ubuntu Xenial) "Refresh hangs indefinitely, appstreamcli using 100% CPU" [High,Fix committed] [04:49] thanks Bashing-om [04:50] sakrecoer: :) You are not alone . [04:50] incidently, i noticed this on most mirrors, maybe it is all in order, but it looks weird: https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712 [04:50] Launchpad bug 1579712 in appstream (Ubuntu Xenial) "Refresh hangs indefinitely, appstreamcli using 100% CPU" [High,Fix committed] [04:50] sorry wrong link [04:50] http://ubuntu.mirror.su.se/ubuntu/ubuntu/ubuntu/ubuntu/ubuntu/ubuntu/ubuntu/ubuntu/ubuntu/ [04:52] sakrecoer: agreed, that is not right . [04:54] sakrecoer: The list : https://launchpad.net/ubuntu/+archivemirrors . === badon_ is now known as badon [04:58] Bashing-om: the same loop is in most mirrors i try [05:01] i noticed it yesterday, it started arround 00:10 for me (been looking forward to the nm fix so heavy apt updating :D) i then ntocied this loop in my mirror and the "last Modified" date of that /ubuntu folder was 2016-05-19 23:56 [05:03] actauly, i haven't found one mirror that hasn't got the loop yet.. [05:07] ...now I understand why things have been a bit freaky...right oh...patience is a virtue... [05:21] hi i was told this network can help me with my installation of ubuntu, im i right? [05:22] anyone? [05:24] can anyone help me? [05:24] ask a question to find out [05:25] hi [05:25] ih [05:26] well ive just tried installing ubuntu on my laptop and its been on the installing screen for about an hour not and it hasnt budged im not sure what to do === bri is now known as BrianBro [05:27] psykosonic: what installing screen [05:28] all it says is retrieving file 60 of 60, its to install ubuntu on my pc its done everything else [05:29] hmm [05:30] i cant think what ive done wrong but this is the second time ive tried it and im still getting nothing [05:30] psykosonic: Is this Ubuntu 16.04 you're trying to install? [05:31] yes it is ubuntu 16.04 [05:32] psykosonic, https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1583845 [05:32] Launchpad bug 1579712 in appstream (Ubuntu Xenial) "duplicate for #1583845 Refresh hangs indefinitely, appstreamcli using 100% CPU" [High,Fix committed] [05:33] psykosonic, You have to boot using the live cd first then use gparted to format the drive and run the install with ethernet unplugged [05:34] Until they fix the issue [05:36] whats gparted is that the same as the universal usb installer? and ive kept my ethernet cable in could that be the problem? [05:38] psykosonic: GParted is a program to manipulate your disks and partitions. You can run it once the live-media has booted [05:38] psykosonic: And as El_Chapo said, you need to be offline during install [05:38] I'm not sure you have to manually partition things, the installer should handle it so long as you are offline [05:38] im running firefox on ubuntu now can i download this right now? [05:39] and the just start the installation again? [05:39] psykosonic: Just try unplugging your ethernet connection and run the installer again [05:40] okay il try that first and then if it doesnt work il try GParted [05:41] thanks for the help [05:41] what is VNC? [05:43] jackcom, a server/client thing to let people remotely control a pc [05:44] oh it is almost same with netcat? [05:44] lyze: ? [05:45] jackcom, no, not at all. Lets say you vnc onto a different guys computer then his computer sends you all the time a screen recording of his computer. then you see that and can controll the computer from him with normal keyboard/mouse inputs. [05:46] jackcom, https://en.wikipedia.org/wiki/Virtual_Network_Computing [05:46] thanks lyze :) [05:46] you are very kind [05:47] then i can control other computer remotely? lyze ? [05:47] Yup! [05:47] oh great [05:48] other computer instead of mine [05:48] 8) [05:48] Does anyone here know if there's a PPA for a cmake version newer than 3.0 on 15.04? [05:52] vnc is same with remote remedy by special company? [05:52] lyze: ? [05:53] Never heard of that [05:56] !eol | Maratus [05:56] Maratus: End-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades [05:56] Maratus, just dl it https://launchpad.net/ubuntu/vivid/+package/cmake [05:56] !help | CanIHazMemeCats [05:56] CanIHazMemeCats, please see my private message [05:59] I kind of have a noobish question for setting up an email server. I bought a domain called foo.com and the hostname for the server is mail. So would I enter mail.foo.com as the server name in my client application? [06:00] How did 15.04 reach eol so quickly? I thought it was a stable release? [06:01] !15.04 | Maratus [06:01] Maratus: Ubuntu 15.04 (Vivid Vervet) was the 22nd release of Ubuntu. Support ended on February 4, 2016. See !eol, !eolupgrade and http://ubottu.com/y/vivid [06:01] Maratus, 14.04 was the LTS [06:02] Maratus, 16.04 is the new LTS now [06:02] i think there is an upgrade path from 15.04 to 16.04 ? I upgraded from 15.10 and it was painless [06:04] I've got so many dependencies that would have to update, and I'm running a set of experimental drivers, I'm not sure if an upgrade would be worth the risk. [06:04] Maratus, i agree [06:05] !eolupgrade [06:05] End-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades [06:06] did ubuntu just break apt update / appstreamcli ?? [06:06] i ran wheezy a long time after eol with no problems === luke is now known as Guest97344 [06:11] Will the r9 390 ever be supported on Ubuntu 16.04? I've tried Unity, Gnome, XFCE, Elementary and Kubuntu and have had not luck [06:11] Its an ASUS btw [06:11] Guest97344: Supported in what way? What issue are you having? [06:12] Guest97344: Tell me about it. I've got a 390 and I've spent a full month trying to get OpenCL to work. [06:13] Supposedly there are more amdgpu improvements in kernel 4.6 and upwards, so you could try a mainline kernel [06:13] I eventually just gave up and kept the unstable gallium3d drivers I used as a last resort. [06:13] Sorry for my brevity. . It will cause the OS to crash after about 20 minutes of use. An in Unity it crashes if you open the launcher. I've tried adding drivers via the dialogue and nothing has appeared. [06:13] !mainline [06:13] The kernel team supply continuous mainline kernel builds which can be useful for tracking down issues or testing recent changes in the Linux kernel. More information is available at https://wiki.ubuntu.com/Kernel/MainlineBuilds [06:13] Guest97344: fglrx is no longer supported, so there's no drivers to add [06:14] That makes sense hateball. So I should compile a later kernel and try my luck? [06:14] Guest97344: Check the link above, no compiling needed [06:14] Ok thankyou very much === liuxuzzz is now known as liuxu [06:23] Hi [06:23] My wifi has completely stopped working [06:24] what do i do? [06:24] yosefh: What has changed since it was last working? [06:24] Kernel update i think [06:24] but it was several kernels ago [06:24] and i have no idea which to use [06:24] or how to fix it [06:26] yosefh: so you cannot see any networks at all, or you cant connect if you see them? [06:26] [ 12.199542] iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled [06:26] [ 17.197778] iwlwifi 0000:04:00.0: Failed to load firmware chunk! [06:26] [ 17.197806] iwlwifi 0000:04:00.0: Could not load the [0] uCode section [06:26] That [06:27] device sort of loads i guess? [06:27] but no networks [06:28] Hello,today I installed ubuntu 14.04 on my laptop,it's Dell Inspiron 15 7559,i7 6700hq,display card gtx 960m,16G ram,128G ssd(100M /boot,/),1T hdd(16G swap,/home),and boot with legacy.When I start system,about 3 minutes,It's death,mouse can't move,everything is static...and I reboot the laptop,than display "The system is running is low-graphics mode"。。 [06:28] I kind of have a noobish question for setting up an email server. I bought a domain called foo.com and the hostname for the server is mail. So would I enter mail.foo.com as the server name in my client application? [06:29] yosefh: what chipset is it? [06:30] nexii: Sounds correct, yes [06:30] hateball, http://pastebin.com/rCKTdNuY [06:30] lots of info there [06:30] liuxu: 14.04 has quite old nvidia drivers, and you have a recent chipset. Either upgrade to 16.04, or use https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa to get to at least 361 [06:31] liuxu: for new installs, 16.04 is recommended. No guarantee that it will fix your problem, but at least you'll have two years worth of kernel improvements. [06:31] hateball, iwlwifi-7260 [06:32] yosefh: Hmmm. I have the same chipset at home, and I've not had any issues. Sadly at work now so I can't look at my setup in detail [06:33] hateball, anyway to reset it all? [06:33] hateball, other than "just reinstall" [06:34] yosefh: is the linux-firmware pacakge still installed? [06:34] hateball,Seveas,ok,thanks~ [06:34] yosefh: I don't quite know. afaik the intel firmware is in linux-firmware [06:34] yosefh: so you could try apt-get install --reinstall linux-firmware [06:34] hateball: it is [06:34] Seveas, possibly not but I still have ethernet [06:35] Seveas, also your name looks kind of familiar [06:35] yosefh: try the command hateball gave [06:35] ok === Nobita1- is now known as Dorami-Doraemon [06:35] Seveas, Ive done kernel upgrades since then, wouildnt it have the same effect [06:35] I've been in here for almost 12 years, so you might have seen me before :-) [06:36] yosefh: possibly, but if some file got corrupt, and the firmware package isn't updated, an update won't help === john is now known as Guest54857 [06:36] a reinstall of that package is simple and safe [06:37] Seveas, ok doing so now [06:37] Seveas, done [06:37] try rebooting to see if it now comes up properly. [06:38] Hi, I'm trying to pci-stub one of my USB controllers to passthrough to a VM. It works with my GPU but I can't get the USB controller to stub [06:39] brb [06:39] Does anyone know what might be going on or an alternate method of passing through a usb controller? [06:41] Keeps saying failed to run init ucode [06:41] whenever kernel starts [06:41] hi all. is there any problemtoday with ubuntu servers? [06:41] yosefh: rats. That probably means an error communicating with the wifi chip then :( [06:41] Seveas, did you see the logs i posted [06:42] I did, but was hoping it was just broken firmware on disk, and not an error actually talking to the chip. [06:42] 'cause I have no idea how to debug that [06:44] Seveas, thanks for trying [06:44] Is there any problem today with ubuntu servers? plz help. [06:45] akis: 'ubuntu servers' means absolutely nothing. What's the problem you have? [06:45] Probably something to do with the repositories taking ages to update [06:46] Guest97344: that means a bit more, but very little. There are tons of mirrors, and most people also blame problems random 3rd party repos on "ubuntu servers" :) [06:47] Something always is blocking apt after i bootup in xenial, what can this be? i already killed aptd and deleted /var/lib/dpkg/lock but now it complains that /var/lib/apt/lists/lock is there === IndigoTi- is now known as IndigoTiger === anicorescu is now known as vanda [06:48] hello all [06:48] de-facto: sudo lsof | grep /var/lib/apt/lists/lock [06:48] I am using the raspberry pi 2 with Ubuntu mate [06:48] Hi howdy [06:49] I port forwarded my ssh port on my ubuntusetver on vb, and was wondering how i find out the external ip address i need to connect to it from a different network [06:50] how do [06:50] yosefh: havent accidentally disabled wifi with hardware switch either? [06:51] hateball, so yeah it seems like something that might have happend based ont he logs but my hardware switch isnt physical. So I couldnt even if i wanted to [06:51] hateball: I don't think that would prevent host <-> chip communication, that tends to just disable the radio. [06:51] Hmmm [06:51] any updates on the apt bug for Xenial? https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1583845 [06:51] Launchpad bug 1579712 in appstream (Ubuntu Xenial) "duplicate for #1583845 Refresh hangs indefinitely, appstreamcli using 100% CPU" [High,Fix committed] [06:51] yosefh: 'nmcli radio' should show you whether the radios are on or off [06:52] Seveas, jackpot (says Disabled) [06:52] how do i enable it [06:52] rfkill [06:52] WIFI-HW WIFI WWAN-HW WWAN [06:52] enabled disabled enabled enabled [06:53] sudo rfkill unblock wifi [06:53] no results [06:53] Hi I am trying to passthrough a USB controller to a VM. I cannot get pci-stub to work. It works fine with my gpu but won't stub my USB. any ideas? [06:54] I attempted to upgrade a 14.04LTS box to 16.04, and it failed in the initial stages, I don't think it upgraded anything, but now apt seems to be configured for xenial and there are 400+ updates available for the system. How can I revert that? [06:54] This appstreamcli issue is super embarrassing. [06:54] sudo rfkill unblock all enables the bluetooth but not wireless [06:54] Im out of time. Thanks for your help guys [07:03] andatche: reinstall. the upgrade path from 14.04 to 16.04 is not ready yet. [07:04] Seveas: i am trying with sudo apt-get update and cannot proceed. stops. i change server (from GR i choose main server), the system asked for ypdate, beginned udating cache and stopped. I am trying to update a fresh installation of 16.04 and the meanwhile i am writing from another notebook already 16.04 installed and cannot also finished with apt-get update. So that's why i am asking about servers. any idea? [07:07] Hi i need help passing through a USB controller to a virtual machine [07:11] Can anyone help me that has experience with pci-stub? [07:11] hi ! `apt-get update` stops w/o messages, `-o Debug::Acquire::https=true -o Debug::pkgDPkgPM=true` gives no help - last messages are '102k in 2sec'. How to debug any further ? [07:16] akis: pastebin the logs please [07:17] Seveas: http://paste.ubuntu.com/16517482/ [07:17] I can't get my usb controller to pci stub, it works fine with my gpu. Any ideas? [07:18] 4 [07:19] phucktank: repeating your question every 10 minutes is quite annoying. If someone knows, they'll help. [07:20] akis: you're saying it hangs at this point, after fetching? That means the servers are all fine, but your system has some strange issues processing what it downloaded. [07:20] akis: which would be rather odd. The only explanation I can think of is having a full disk. [07:22] Seveas: both systems? and the new installation too? with a 1T hd? both laptops has the same problem with a fresh installation on them? yesterday everything was ok. [07:22] akis: that's why I said it would be rather odd. I'm probably wrong in my guess. [07:23] maybe someone else has a better idea [07:28] Well I feel like an idiot. In case you'd like to know apparently I don't have to pcistub it like the GPU. It just passes through np [07:35] hello, on a 16.04 server, I don't get why when I'm trying to install collectl package, apt tells me that it will install a bunch of packages (including apache). I don't see those packages with apt-cache depends collectl [07:36] survietamine: the packages that collectl depends on could however depend on apache [07:37] Seveas: does this http://askubuntu.com/questions/774918/apt-get-is-stuck-at-fetched-xxkb-in-xxsec has to do with? [07:37] hateball: I doubt, only 3 dependencies: pciutils, libtime-hires-perl, libio-compress-perl. None of those packages will depend on apache2 or gnu plot. [07:39] !info collectl [07:39] collectl (source: collectl): Utility to collect Linux performance data. In component universe, is optional. Version 4.0.4-1 (xenial), package size 506 kB, installed size 2170 kB [07:40] survietamine: is it trying to install recommended packages by default? Try turning that off? === cigumo_ is now known as cigumo [07:40] !collectl-utils | [07:40] !info collectl-utils | survietamine (this looks like it would install a lot) [07:40] survietamine (this looks like it would install a lot): Package collectl-utils does not exist in xenial [07:41] !info collectl-utils trusty | survietamine (this looks like it would install a lot) [07:41] survietamine (this looks like it would install a lot): collectl-utils (source: collectl-utils): Utilities to analyze and plot performance data from collectl. In component universe, is optional. Version 4.7.1-1 (trusty), package size 250 kB, installed size 1504 kB [07:42] coldplot is recommended by collectl and pulls gnuplot and apache [07:43] see: http://asciinema.org/a/3g4tnv4mlmjj15q9s2fkhuzqd [07:43] survietamine: try with --no-install-recommends [07:44] exit [07:44] k1l: ok, I will try, but I'm trying to understand why I cannot see these dependencies for collectl [07:44] somsip: how can I check/disable auto install recommended packages? [07:45] survietamine: k1l has just told you [07:45] ah, sorry [07:45] np [07:45] survietamine: apt-cache depends collectl tells you that it suggests coldplot. which is the one with the heavy depencies [07:46] k1l: ok, thanks, I'm a bit disappointed about the fact that my apt|apt-get install recommended packages by default. Is that new behaviour? [07:46] survietamine: if you want to turn that off in general: set APT::Get::Install-Recommends and APT::Get::Install-Suggests to false in /etc/apt/apt.conf [07:47] Hi, hope not stupid question but what's the general idea around automatically connecting to one's 'preferred' network in wpa_supplicant? say i have a network with priority 100 specified but it's not currently available so i connect to one priority 20. then my preferred one is available. how can i make it automatically connect ? so i need to write something myself ? [07:47] k1l: thanks a lot [07:47] survietamine: there is a reason for this behavior. there might now be missing some functions from the programs you install due to missing suggested packages [07:47] why apt-get update hungs at Fetched on both my systems (32 bit & 64 bit) with fresh installation of 16.04? [07:48] k1l: ok, I understand, but I have a lot of servers and each has a specific roles, I don't want all that packages like apache or so on every one of my servers [07:49] k1l: my guess is that behaviour is more useful for desktop users [07:50] survietamine: not only for desktop users. but some users might install that collectr and than wonder why that output cant be plotted or shown on the server under ip:port or such. [07:51] okay, I'm not that kind of users, so I'll disable that. Thanks again [07:51] your systems, your decisions :) [07:52] Hi! Can anyone help me in getting maven to work with java-6-oracle? $JAVA_HOME is set correctly, "java -v" and "javac -v" gives the right version, but "mvn -v" gives me "Unsupported major.minor version 51.0". [07:52] this http://software.moftalk.com/apt-get-update-hangs-in-16-04-MPtOh0qzV.html published 3 hours ago. what is going on??? [07:54] survietamine: Referred to here I think. I know nothing except someone was discussing it earlier https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1583845 [07:54] Launchpad bug 1579712 in appstream (Ubuntu Xenial) "duplicate for #1583845 Refresh hangs indefinitely, appstreamcli using 100% CPU" [High,Fix committed] [07:55] akis: try #ubuntu-mirrors perhaps for know issues [07:56] somsip: is that really for me? [07:56] akis: try this: https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/comments/60 [07:56] Launchpad bug 1579712 in appstream (Ubuntu Xenial) "Refresh hangs indefinitely, appstreamcli using 100% CPU" [High,Fix committed] [07:56] survietamine: the link you posted refers to appstreamcli running at 100% when apt-get stops. So yes. I think it is. [07:56] uh? [07:56] survietamine: ah - no. to akis :) [07:57] I only pasted an URL for asciinema of my "problem" with dependencies :p [07:57] lotuspsychje: i am afraid is something new, because i am facing today on 2 machines with fresh 16.04 instalation. no problem last days. [07:57] akis: ok try what somsip & k1l advise [07:58] akis: and if you do want to try installing the patched package, this comes with lots of warnings https://wiki.ubuntu.com/Testing/EnableProposed [07:58] I hv a 1GHz. Can I run Ubuntu === MacroMan_away is now known as MacroMan [07:59] Anastasia19: yes [07:59] !flavors | Anastasia19 [07:59] Anastasia19: Recognized Ubuntu flavors build on Ubuntu and provide a different user experience out of the box. They are supported both in #ubuntu and in their flavor channel. The current list is: !Edubuntu, !Ubuntu-GNOME, !Kubuntu, Ubuntu !Kylin, !Lubuntu, !Mythbuntu, Ubuntu !Studio, !Xubuntu, and Ubuntu !MATE [07:59] Anastasia19: look at Lubuntu [08:00] somsip: there is a recent (3 hours ago) complain here http://software.moftalk.com/apt-get-update-hangs-in-16-04-MPtOh0qzV.html [08:00] akis: yes. You posted that. I followed it and gave you more information and suggested action in a link [08:01] akis: did you even read what i said? [08:02] akis: as did k1l (acknowledging) [08:02] k1l: sorry, i dont, could you please post it again [08:02] akis: and ubuntu doesnt track suspicious 3rd party forums. so that doesnt bring you anywhere do demand ubuntu looking at those websites [08:02] akis: try this: https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/comments/60 [08:03] Launchpad bug 1579712 in appstream (Ubuntu Xenial) "Refresh hangs indefinitely, appstreamcli using 100% CPU" [High,Fix committed] === luke is now known as Guest29712 [08:05] k1l: "Take note to not reload the package list when the software&updates asks you to, as it will hang." that's true I faced it already. But, how can go over "fetched" stopping? "Disabling the xenial-backports solves the issue"? [08:06] akis: open the systemsettings, uncheck backports, press close, when asked dont reload the packagelist. then run a "sudo apt update" in terminal [08:07] hi guys [08:07] i love ubuntu [08:08] i want to put ununtu everywhere [08:08] k1l: ok, i will try it right now and i report. but, why yesterday i hadn't this issue. i installed 16.04 2 days ago only [08:08] <|avalon|> , [08:08] <|avalon|> ; [08:09] akis: i dont know. you can read the whole bugreport if you are interessted [08:09] but i don t know if it is possible . i have a eepad tft 101 asus , i don t find a good tutorial to install ubuntu on this pad . [08:10] can i try like w a live usb stick ? [08:10] so many questions? guys give me a hands to guide me [08:11] christ_: no. that is ARM hardware. you will need someone to make a specific iso for that exact tablet containing all the drivers etc. [08:11] christ_: best is to look at the community from that tablet. xda-developers is a good spot. [08:12] k1l: i unchecked. i gave again apt-get update and again stopped at fetched. do i have to reboot to take effect? [08:12] ok thanks [08:13] akis: i dont have that issue here. i can only tell you what several people on that bugreport said would work. [08:13] k1l: would work with or without reboot? [08:14] akis: i dont know. try a reboot [08:14] k1l: ok [08:14] I have a apt-get problem: When I do "sudo apt-get update" it hangs after "Fetched 281 kB in 10s (27,4 kB/s)". Top shows me that "appstreamcli refresh" is consuming 100% cpu. This is on Ubuntu 16.04 LTS. [08:14] Help! My ubuntu won't boot! All I have is a emergency mode [08:15] stratos: see if this helps: https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/comments/60 [08:15] Launchpad bug 1579712 in appstream (Ubuntu Xenial) "Refresh hangs indefinitely, appstreamcli using 100% CPU" [High,Fix committed] [08:16] rafgas: more information pls [08:17] I did an upgrade, rebooted and now it won't boot past Welcome to emergency mode", and I'm logged in as root on cli [08:19] @wuu I have ubuntu 16.04, fresh install with the mate desktop on a 3 year old computer. I'm not sure what info is relevant [08:19] !find pdf [08:19] Found: evince, libqpdf-dev, libqpdf17, libreoffice-pdfimport, poppler-utils, qpdf, texlive-base, texlive-extra-utils, browser-plugin-freshplayer-libpdf, coq-doc-pdf (and 148 others) http://packages.ubuntu.com/search?keywords=pdf&searchon=names&suite=xenial§ion=all [08:20] rafgas: cat /var/log/apt/history.log |nc termbin.com 9999 [08:21] rafgas: hat a similar problem - just thinking how i solved it [08:21] rafgas: if you've had a kernel update, that might have some regression. you could try rebooting and picking an older in grub menu [08:21] rafgas: have you tried booting the older kernel ? [08:22] hateball: no net connection :( [08:22] Wuu: how do I try that? [08:23] rafgas: reboot, hold/hammer left shift to get grub menu, pick an older kernel and press enter [08:23] hello all [08:23] are you guys having issues running apt-get update? [08:23] Does anyone know where I can quickly "paste" a screenshot, something like pastebin? [08:23] in ubuntu? [08:23] tahaan: imgur.com [08:23] tahaan: imgur [08:24] Wuu : no-go on older kernel :( [08:24] rafgas: is there no older kernel or does it drop you at the welcome screen [08:24] tahaan: if you want to do all from terminal you can do this: scrot -e 'curl -F "clbin=@$f" https://clbin.com' [08:24] Perfect lotuspsechje and Myrtti [08:25] jair define problems [08:25] It says "error uncleared pch fifo underrun on pch transcoder A" don't know if that helps [08:25] getting stock and not completing the apt-get update [08:26] jair 16.04? [08:26] wuu: do we have a default ubuntu set of source.lst [08:26] yes [08:26] (10:15:46) k1l: stratos: see if this helps: https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/comments/60 [08:26] Launchpad bug 1579712 in appstream (Ubuntu Xenial) "Refresh hangs indefinitely, appstreamcli using 100% CPU" [High,Fix committed] [08:27] Found the answer to my question above. I had to use a previous version of maven, because the newest version wouldn't use java6. [08:27] I see here that it also says " no ACPI video bus found" [08:29] rafgas: sorry no idea [08:29] k1l: it worked! it read package list succesfully. thanks lot. [08:29] akis: ok. [08:31] Hateball : older kernel didn't work === Dave____ is now known as Dave [08:31] hello [08:31] hmm Launchpad bug 1579712 is not for regular users.. for instance there are lock files left over, clean up that is assumed everybody is supposed to intutively? [08:31] Launchpad bug 1579712 in appstream (Ubuntu Xenial) "Refresh hangs indefinitely, appstreamcli using 100% CPU" [High,Fix committed] https://launchpad.net/bugs/1579712 [08:31] <|avalon|> is there a way to roll-back update? [08:32] what? [08:32] <|avalon|> undo update [08:32] something is weird about my dpkg/apt in my box NOW, never had a problem before: both aptd and "gmain" (/usr/bin/python3.5) hold /var/lib/dpkg/lock for very long time. Well what causes this, and how do i prevent those from starting? [08:33] rafgas: what GPU do you have? [08:33] |avalon|: no. Not automatically. Apt isn't designed for that [08:33] <|avalon|> too bad, rafgas has no luck then [08:35] I booted the *recovery mode* ran dpkg and now it seems to work, sorry, I should have tried that before coming here [08:35] |avalon|: if you want to be able to rollback updates there's software that can do that if / is btrfs. [08:35] hah this is a child of gnome-software (gmain): should i just go ahead and serial kill those? [08:35] where is that started? i really dont want this [08:35] I didn't even know what recovery mode did before now, that's pretty nice! [08:36] can i savely uninstall all that gnome-software madness? [08:36] Is it possible to turn off Unity appstarting shortcuts ? (super+number), i want to use (super+number) for switching virtual desktops === erkules_ is now known as erkules [08:40] Hi all, am I the only one with problems with apt-get update since today's update ? It just freezes while updating sources-list, tried from a different server and same problem. [08:42] yes - it is choking here too [08:42] see if this helps: https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/comments/60 [08:42] Launchpad bug 1579712 in appstream (Ubuntu Xenial) "Refresh hangs indefinitely, appstreamcli using 100% CPU" [High,Fix released] [08:42] Mikerhinos: ^ [08:42] but then it continues [08:44] Ok I disabled the backports, just have to reboot to close all running zombies in memory and try to update lol, brb [08:45] ok i just removed /etc/xdg/autostart/gnome-software-service.desktop hmm maybe that nuked it (hopefully) === gour_ is now known as Guest62783 [08:46] when i am gpoing to update it is showing " ask cannot be monitored or controlled [08:46] The connection to the daemon was lost. Most likely the background daemon crashed. [08:46] task cannot [08:46] what to do [08:47] It seems that the daemon died. [08:47] what to do [08:47] Ok seems that it will do the job until it's fixed :) thx all [08:47] Task cannot be monitored or controlled ------ i am getting this massage [08:48] The connection to the daemon was lost. Most likely the background daemon crashed. [08:48] what to do about update [08:49] If you can't update, disable the backports in update list [08:49] Guest62783: what ubuntu, what program? [08:49] ubuntu 16.04 [08:50] programme updater [08:50] package manager also not launching [08:51] see if this helps: https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/comments/60 [08:51] Launchpad bug 1579712 in appstream (Ubuntu Xenial) "Refresh hangs indefinitely, appstreamcli using 100% CPU" [High,Fix released] [08:56] may something be done in terminal [08:57] for that issuer? [08:57] issue [09:01] how do you disable backports when "software updater" is hanging? [09:02] stratos: edit sources.list manually. [09:02] stratos: open system settings : software and updates. [09:03] stratos: and dont press "reload sources" when closing the systemsettings [09:03] why does update manager hang there, doing nothing, blocking dpkg lock, when a repo is empty? all files are there on their server, just they are empty (because no packages yet) [09:03] ok tnx [09:04] how do I disable screensaver for certain application running at background ? like chrome browser watching youtube ? [09:04] how do I limit my network bandwidth ? [09:05] nbusrone: do you want to limit it by lowering the throughput? [09:06] nbusrone: iirc if you set it to fullscreen it should send that hint to the WM and disable screensaver [09:08] hateball : For limiting , lowering the throughput of upload speed and download speed . [09:08] tc or wondershaper? [09:09] k1l: do we need that appstream bug in the /topic? I've just been hit with it as well [09:09] hateball : Any application would do it ? for ubuntu 14.04 since ADSL download drastically when upload reach the max. [09:09] nbusrone: try de-facto's suggestion. be aware they are not perfect [09:10] Hey, does anyone know of a way I can coerce an aufs filesystem to be mounted after the disks that comprise it? It's not coming up at boot (presumably because the disks it depends on aren't there yet) [09:11] I've googled around a bit and it looks like there are nice solutions for arch linux but not ubuntu [09:11] hateball :Screen saver like 10 min turn off monitor : Nope , I tried with youtube at chrome with HTML5 it doesn't work.I tested with VM running windows Guest and Fullscreen still getting screen turn off.The only option I can do is to set the timer to "Never" and i need to setback once I quit [09:11] Wug: entries in /etc/fstab should be mounted in order [09:11] mcphail: All of the reading I've done indicates that this is not the case [09:12] nbusrone there is also trickle (apart from tc and wondershaper), actually there are quite a lot of approaches to this, though i cant speak of having experience with any of them [09:12] nbusrone: Hmmm, then I don't quite know. I do not use Unity myself [09:12] plus, if they were, it would be working [09:12] (aufs is listed after the others) [09:12] Wug: read "man fstab" - there in the 1st paragraph [09:13] yes it is [09:13] The order of records in fstab is important because fsck(8), mount(8), and umount(8) sequentially iterate through fstab doing their thing, though at boot time mountall(8) [09:13] may process the file out-of-order when it believes it is safe to do so. [09:14] Wug: mine doesn't say that. Is that a 14.04 thing? [09:14] no idea. but I found a bug report about this behavior of mountall from 2009 [09:14] what version are you running? 16.04? [09:14] de-facto : checking now tc and wondershaper thanks :) [09:15] Wug: yes. Mountall is an upstart thiong so 14.04 [09:15] Wug: If you're on 14.04, I wonder if that is your problem? [09:15] any one can help to get wlan0 name back, i've changed /etc/default/grub and reboot [09:15] has 16.04 transitioned away from upstart? [09:16] Wug: yes - systemd [09:16] nbusrone i think i tried once that trickle, it worked as far as i remember, but i dont remember any details actually [09:17] the arch linux thing i read indicated that you can manually manage mount order (even at boot), and arch uses systemd [09:17] I guess I'll just upgrade sometime, thanks [09:17] Wug: there must be a way to poke mountall to do its job properly [09:19] de-facto : will report back after I tried, find the GUI version too :) [09:20] nbusrone nice, try it and tell us how it worked for you :) [09:21] Hi guys, has anyone installed Rstudio Server on Ubuntu here? [09:27] hi [09:28] wait, did you install it? [09:29] I'm guessing im not the first person to ask about appstream today. I've seen a couple workarounds. is there a preferred workaround? [09:29] see if this helps: https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/comments/60 [09:29] Launchpad bug 1579712 in appstream (Ubuntu Xenial) "Refresh hangs indefinitely, appstreamcli using 100% CPU" [High,Fix released] [09:30] thanks. is that a better method than this: http://askubuntu.com/questions/774986/appstreamcli-is-cooking-my-laptop-what-is-it-ubuntu-16-04 [09:30] ? [09:31] Yo la room :) [09:31] J'ai un étrange doute de conception.... [09:31] Sue une association (au sens merise du terme) entre deux tables, comprenant un attribut... [09:31] !fr | arkus [09:31] arkus: Nous sommes desoles mais ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en français, veuillez taper /join #ubuntu-fr ou /join #ubuntu-qc. Merci. [09:32] Oups désolé ;) [09:32] jonky: well. yes. it will give you a working system until the fixed package is tested and then shipped [09:32] k1l, thanks again [09:32] uh... dpkg lock [09:33] any one can help to get wlan0 name back, i've changed /etc/default/grub and reboot [09:33] brunch875, if that's a question, scroll up and see k1l's suggestion to me [09:35] WELP, can't open system settings [09:35] it's the first time I experience something like this [09:36] is /usr/bin/system-settings what launches it? [09:37] !nic [09:37] For lists of supported hardware on Ubuntu see https://wiki.ubuntu.com/HardwareSupport - To help debugging and improving hardware detection, see https://wiki.ubuntu.com/DebuggingHardwareDetection [09:37] brunch@dmichoke:~$ system-settings [09:37] Could not initialize GLX [09:37] Aborted (core dumped) [09:37] brunch875: that is not the desktop system settings. [09:38] ah no, that's the QML thing for ubuntu touch [09:38] that didn't crash before though [09:38] brunch875: what about you just click in the upper right and choose system settings? [09:38] it happens nothing :D [09:38] that's why I'm trying to launch from cli [09:38] to see stderrr [09:39] brunch875: unity-control-center [09:41] sec, running out of battery [09:46] brunch@dmichoke:~$ unity-control-center [09:46] (unity-control-center:11812): GLib-CRITICAL **: g_strsplit: assertion 'string != NULL' failed [09:46] Segmentation fault (core dumped) [09:46] daayum! What should I do to report this as bug? [09:47] I'm using 14.04.4 (kernel 3.13_86) on a x86_64 bit laptop [09:47] My wifi card is ralink rt3290. I works great. But when I resume from suspend, It disables and complains about "The hardware switch being turned off" [09:48] When I try the hardware switch nothing happens. I have to reboot to get back my wifi. [09:48] any one can help to get wlan0 name back, i've changed /etc/default/grub and reboot [09:48] so,I don't suspend that often [09:48] i tried everything from http://ubuntuforums.org/showthread.php?t=2218043 [09:49] still problem persists [09:50] Hi, I need to replace XP with Ubuntu on a very old pc with a 1GB of ram. It's working fine, but it is randomly freezing with a lines on the screen. Then, I need to restart whole PC. Can someone help me with that? [09:52] Igor_, did you upgrade your kernel? [09:52] No, it's a fresh iso from the website. It's same with every other distribution [09:53] Igor_, oh, I guess your old pc has a damaged harddisk [09:53] XP is working fine [09:53] oh then we can rule that out [09:54] are any graphics drivers buggy [09:57] @saurabh How can i check that? [09:59] Is apt still broken ? [09:59] after apt-get update freez on // Fetched 36.3 MB in 2min 11s (276 kB/s) [10:00] ow it's apt-get broken global problem ? [10:00] noticed last night - on 2 deifferent machines (that were both fine earlier in the day) [10:00] any workaround ? [10:02] according to -> http://askubuntu.com/questions/774918/apt-get-is-stuck-at-fetched-xxkb-in-xxsec [10:02] You have to manually fix it by downloading appstream packages .... [10:02] What about the people who do not know that ? [10:02] i.e - will it be fixed without intervention ? [10:02] yossarianuk: they come here and ask, or what for the release of the fix [10:03] *wait [10:03] i.e it will be fixed on the server end ? [10:03] hey [10:03] 'most' users probably don't know about this room (many will be have used IRC) [10:04] yossarianuk: the ticket is marked as fix release or prepared. I'll get the link from earlier [10:04] yossarianuk: disabling xenial-backports and NOT reloading the package list works === Drac0 is now known as Guest65576 [10:04] https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/ [10:04] Launchpad bug 1579712 in appstream (Ubuntu Xenial) "Refresh hangs indefinitely, appstreamcli using 100% CPU" [High,Fix released] [10:04] somsip: cheers [10:04] yossarianuk: np. It's a nasty one but it looks like it's been caught asap [10:04] I need some help regarding developing in Java, but #Java is invite only, so I wanted to ask for help in #help which redirect to #freenode and I can't send messages in #freenode, so any help? [10:05] !register | fif [10:05] fif: Information about registering your nickname: https://help.ubuntu.com/community/InternetRelayChat/Registration - Type « /nick » to select your nickname. Registration help available by typing /join #freenode [10:05] ? [10:05] Im not interesting in registering [10:06] just want to ask some programming related question [10:06] fif: well it sounds like that room requires you to register === anicorescu is now known as vanda [10:06] #centos room also does [10:07] so either register or do not ask a question in that room. [10:08] that's my point, I want to be polite and ask my question in the appropriate room [10:08] but I don't want to register [10:10] fif: well if that room mandates you need to register you have no choice if you want to talk in that room === csyogi1 is now known as csyogi === zz_CyberJacob is now known as CyberJacob [10:20] I try to do update and upgrade in 14.04 get these errors: http://paste.ubuntu.com/16518507/ .. I mostly think because of the some 3rd party repos .. [10:21] fif: if you want to get into #Java you need to register. Simple as that [10:22] Hanumaan: did you change python stuff on your system? [10:24] apt is presently broken which could not be helping [10:24] k1l, I have done some changes with python a month ago but after that I have done couple of updates and had no problems .. seems like python problem .. how can you clear this problem? [10:25] yossarianuk: see if this helps: https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/comments/60 [10:25] Launchpad bug 1579712 in appstream (Ubuntu Xenial) "Refresh hangs indefinitely, appstreamcli using 100% CPU" [High,Fix released] [10:25] Hanumaan: a lot of system stuff is running on python. so changes might break them, like apt. [10:26] k1l: cheers - if I wait will the issue be resolved without intervention ? [10:27] I don't mind doing a fix - I worry about 'the masses' though. [10:27] yossarianuk: i doubt you will get the updated package when updates dont work. [10:27] uh oh, this happens to me too [10:27] should I kill appstreamcli or will I break something? [10:27] k1l, oh .. thats a bit big thing .. is there way to repair? [10:27] k1l: you're an op? Any chance of a factoid for this? [10:27] won't there be a load of people with broken systems with no idea how to fix it. [10:28] yossarianuk: we had this conversation already [10:28] yossarianuk: yes. but i wasnt triggered by that issue on my system. so it seems not everyone is [10:30] I just managed to do 4 udates - I cancelled 'apt-get update' - upgrade found 4 updates (none relating to apt/dpkg/appstream) [10:30] yossarianuk: seems like it needs some 3rd party repos to get triggered [10:30] backports isn't 3rd party its enabled by default on 16.04 [10:32] the fact i maanged to get updates was this just due to the fcat I had them available before the bug ? rather than been found after the bug hit [10:32] *fact* [10:33] yossarianuk: see the bug and the linked bugs to get the technical details if you are interested. [10:39] how to adjust services with ubuntu? Because long time ago it was services....then systemctl...so what is the latest? [10:39] TsakNorris: what ubuntu exactly? [10:41] k1l: well latest? [10:41] TsakNorris: "lsb_release -d" details matter [10:45] 2 [10:48] hey all. The fans in my laptop are running really loud. Could anyone help me understand what's causing/fix the problem? [10:48] My laptop is whisper quiet under Windows [10:48] I've tried several answers from askubuntu but to no avail. [10:49] I'm not sure if I think Ubuntu would cause it, but you could look at it from a physical perspective [10:49] Dust for sure [10:50] no. my laptop runs really quiet when i boot to windows. [10:50] and it's pretty new and in a clean environment. [10:51] triss: have you seen this thread yet? http://askubuntu.com/questions/516067/persistent-high-fan-speed-ubuntu-14-04/537538#537538 [10:52] thanks AbsurdTech, I did take a look... I'll double check all is set up ok. [10:56] Hi! i'm on 16.04, the gui updater got stuck so i killed it. Now i'm running after lockfiles. Is there a way to force all locks cleard and re-download all lists? [10:56] bratner: https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/comments/65 [10:57] Launchpad bug 1579712 in appstream (Ubuntu Xenial) "Refresh hangs indefinitely, appstreamcli using 100% CPU" [High,Fix released] [10:57] hey, how do you put /var/run & /var/lock into TMPFS? https://wiki.archlinux.org/index.php/Tmpfs [10:57] yossarianuk: see if this helps: https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/comments/60 [10:57] it will freeze, if you do it with /etc/fstab/ [10:58] bratner: see if this helps: https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/comments/60 [10:58] Launchpad bug 1579712 in appstream (Ubuntu Xenial) "Refresh hangs indefinitely, appstreamcli using 100% CPU" [High,Fix released] [10:58] the arch wiki, alludes to using SYMLINK? [10:58] Hi. How can I make a process run after my _ALREADY_ running job finishes? I've got ffmpeg doing some heavy transcoding, but I'd like to run a few more files after this job finishes, without having to wait till it finishes to manually run a sequence. [10:59] AlexQ: command1 && command2&& command3 [10:59] that will make them run when the first finished with no error [10:59] It's already running, like right now. [11:00] AbsurdTech, it's made no difference I'm afraid.... [11:00] how would I ascertain if the problem is with my graphics card or CPU fans? [11:01] is there a tool that will tell me which of them is running loud? [11:01] apt-get has an error ubuntu 16.04 !!! freez on apt-get update // Fetched 94.5 kB in 4s (21.4 kB/s) [11:01] triss: You can check temps with sensors [11:01] cmd [11:01] sweb: see if this helps: https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1579712/comments/60 [11:01] Launchpad bug 1579712 in appstream (Ubuntu Xenial) "Refresh hangs indefinitely, appstreamcli using 100% CPU" [High,Fix released] [11:01] triss: I've heard of this package called TLP before thats mainly used for power saving and such but can control fan speeds [11:02] k1l: 503 0_o seems be entire ubuntu world have problem :D [11:02] AlexQ, you can run grep on the process id in a loop with sleep , when the process id is not there break the loop and do whatever. [11:02] thanks AlexQ, AbsurdTech i'll take a look. [11:03] bratner: So no easier way probably? [11:04] AlexQ, that is why bash scripting so useful. Pretty easy as well. [11:06] bratner: No nicer way to check if a process of a PID is running than grepping ps ? [11:06] AlexQ, running sensors-detect has highlighted that I might want to install coretemp module [11:07] AlexQ, stat /proc/$PID and see the return code ? [11:07] is it usually safe to let it install this? [11:07] you don't know if its something already built in to the kernel do you? === Major is now known as Guest72802 [11:07] I have no idea, triss. For instance, on my laptop sensors only return CPU temps, unfortunately. [11:07] people, why is the internet community trashing ubuntu? everything i watch about ubuntu is negative, what is going on? [11:08] ubu: better ask that in the offtopic channel :) [11:08] !ot | ubu [11:08] ubu: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [11:08] ok... I'll give it a try anyway. here goes...... [11:08] thanks k1l [11:08] Sorry I didn't register the major Nick in time I am new to IRC. [11:09] k1l: cannot join :-/ [11:09] hi, first reboot after 16.04 installation, what's this blue screen (Perform MOK management) with options (continue boot/change secure boot state/enroll key from disk/enroll hash from disk)? [11:10] ubu: you need to register to freenode "/msg ubottu !register" will help you [11:10] I should do something? I have selected "install third parts drivers"/turn off secure boot/secure boot password/etc etc at installation time. I'm supposed to disable secure boot in this screen, or what else? [11:11] k1|: cheers === gms is now known as Guest54626 [11:13] how do I force cancelling of activity in landscape? 'Add hardware' is hanging on 'Add jujue machine...' for 24 hours now. [11:15] ok guys does this look normal to you chaps? I think this indicates that everything is running within safe ranges doesn't it? http://paste.ubuntu.com/16518995/ [11:16] AlexQ, here is a reference for you http://pastebin.com/9JfnGvRy [11:16] triss, all good [11:17] thanks bratner, been doing my own in the meantime, but that seems nicer :) [11:18] AlexQ, yeah, i have mislead you a bit. why the hell would you need to do a stat if you are in a script? [11:19] bratner: Honestly, I don't even know what stat is, need to check [11:20] AlexQ, stat is a command line utility (named after C function) that can tell you stuff about a file, like size and permissions, and whether it is a file/dir/socket... [11:20] thx [11:23] thanks YankDownUnder [11:23] tries, Cheers mate. [11:23] so I still wonder why my fan is running so loud.... [11:24] what should I check next? [11:24] triss: Dell laptop? [11:24] no HP Envy... [11:24] triss: OK, sorry - no experience of that [11:25] triss: So that's only on Ubuntu then? [11:25] triss: The issue? [11:25] bartner: So I can use that like that: "awaitend 1234; do stuff;" ? [11:25] yes. Under Windows my machine is quite as a mouse. [11:26] i think the battery life is a lot longer too. [11:26] Maybe throttling doesn't work properly [11:26] tries, http://askubuntu.com/questions/22108/how-to-control-fan-speed [11:27] triss, you should check, under Windows - what the temps are - and then configure Ubuntu to be exactly the same...configure your sensors to reflect the same temps... [11:27] ah thanks YankDownUnder - so I might have to set safe temperatures manually? [11:27] triss: But you managed to check the temps? I.e. if indeed everything is cold, but the fan is still going like crazy? [11:28] hi after suspending i get a password lock followed by another password lock(the standard one), 16.04 known bug/any fixes? [11:28] AlexQ, yes that is the case [11:29] triss, Yes...copy the same info that you find under Winders...easy done. [11:29] YankDownUnder, do you know where I'd find info under Windows? [11:30] Windows 10 to be specific [11:30] Hey all, is it safe to update libnl and network manager stuff yet? [11:30] Anyone know if that bug kill network manager has been fixed yet? [11:30] EriC^^: Check what happens if you disable screen lock after screen off maybe? [11:30] what do you mean by screen off? [11:31] if i lock the screen normally with ctrl+alt+l it works right [11:31] Hi there, do someone has loops witch fetching while repository updates? [11:31] with* [11:31] when i suspend i get another lightdm-locker type of screen for the password then the standard one [11:31] Afshaal, what bug exactly? [11:31] triss, Find yourself any number of "fan" or "temperature" related FREE software packages...you might want to look on "http://fileforum.betanews.com" -> heaps of free stuff there...easy enough...just spend a little time, research your shit, and you're all good...easy done [11:31] If I perform an update to my libnl libraries now, is it going to kill my internet again? [11:32] why I cant install openjdk version 6? [11:32] There has been a bug with libnl since January or so and it somehow made it into the stable repositories a few weeks ago [11:32] http://paste.ubuntu.com/16519219/ [11:32] any help would be greatly appreciated [11:32] ok thanks YankDownUnder, one issue - sudo pwmconfig tells me: " /usr/sbin/pwmconfig: There are no pwm-capable sensor modules installed" [11:32] Does this mean fancontrol isn't likely to work with my system? [11:32] I had to remove and reinstall an older libnl package in order to make Network Manager and my whole internet support work again [11:32] codfection: details matter: what ubuntu version is that exactly? [11:33] Just wonder if that bug has been dealt with yet [11:33] 16.04 k1l [11:33] tries, Have you installed "lm-sensors" - I shall assume? If not, do so...reboot...find the info from Windows...then config Ubuntu. [11:33] is there any way to make the scrollbars in 16.04 thicker, they're so thin and require alot of precision to grab [11:33] codfection: there is no openjdk-6-jdk in 16.04 [11:33] k1l, but I want it :( [11:33] codfection: use 8 or 9 [11:33] yes I installed lm-sensors and it added coretemp module [11:34] k1l, so I need to install 14.04 just for that? any other workaround? [11:34] I need 6 for testing purposed... [11:34] so its that module that will control fan speed? [11:34] purposes* [11:35] triss, "fancontrol" package [11:35] codfection: install it in vm/container. [11:35] ok thanks I'll have a go [11:35] codfection: no. dont use software that depends on that old unmaintained software === _arktos_ is now known as Guest3376 [11:35] AlexQ: pm-suspend works fine, actually doesn't ask for a password when turning back on, systemctl suspend asks for 2 passes [11:35] ducasse, vm takes resources especially while running emulator of android.. [11:36] k1l, is it possible to put some old mirror of 14.04 and install openjdk 6? [11:36] codfection: no [11:37] anyone here installed R? [11:38] 14.04 is openjdk 7 [11:38] Does anyone know how to fix network problem. I was on ubuntu 15.10 and could access my share drive fine on anther computer but once I upgraded to 16.10 it won't take the network credientals [11:38] stratos, the book I am reading says install openjdk [11:38] 6 [11:38] coz later ones doesnt work with some specific tools [11:38] codfection: its deprecated [11:38] NightHwk: #ubuntu+1 [11:39] hEllo , how do you make a program stop asking for Password all the time? [11:39] k1l, do you prefer openjdk or oracle java [11:39] Tommy2: which program? [11:39] R on a chromebook* [11:39] e.g. for Peerguardian https://en.wikipedia.org/wiki/PeerGuardian EriC^^ [11:39] baraka: chromebook is ARM. so you will need arm builds [11:40] k1l so I did install ARM Rstudio server and it works fine, but the version is way off [11:40] EriC^^, on Windows , it doesnt ask for password everytime you whitelist a site. but it does for Linux,-- how do you turn that off>? [11:40] baraka: talk to r studio about that [11:41] k1l thing is the problem's with the version of R more than Rstudio itself [11:41] baraka: a simpler way to do it would be using anaconda python distribution [11:41] on a chromebook? [11:41] Tommy2: no idea [11:41] Hey all [11:41] baraka: what exactly is the issue now? [11:41] Tommy2: if something asks a password, there's a reason for it [11:42] https://launchpad.net/~gwendal-lebihan-dev/+archive/ubuntu/hexchat-stable [11:42] lotuspsychje, EriC^^ the one method i've used before, (but doesnt seem to work with PeerG, is : sudo usermod -a -G [11:43] or GUI version: "Settings > Users & Groups." (Put user into vlock group) [11:43] @codfection: you can install oracle jdk 6 from their tar.gz dist [11:44] so why isnt that working for PeerG, (it worked for VLOCK, which is a screenlock program) [11:44] stratos, would that go along with android studio? === nalf is now known as danielebbert_wwu [11:45] @codfection: it works with intellij in general - but i cant say with the android version of it [11:45] stratos, thanks alot man === Dorami-Doraemon is now known as Dorami400 [11:45] it would be same as apt get install openjdk right? [11:45] YankDownUnder, - it looks to me like fancontrol uses pwmconfig to set fan speeds... [11:46] @codfection: there a post on installing oracle jdk on ubuntu here, but download jdk 6 instead of 8 https://sorenpoulsen.com/install-oracles-java-development-kit-on-ubuntu [11:46] firefox can't translate the javascript with document.write(""); [11:46] why ? [11:46] but I'm told there are no pwm-capable sensor modules installed.... [11:46] k1l I'm trying to install a version of r beyond 3.0.2 and it's not happening [11:46] thanks [11:46] are we sure this is the way to fix things? [11:46] !details | baraka [11:46] baraka: Please elaborate; your question or issue may not seem clear or detailed enough for people to help you. Please give more detailed information; for example, we might need errors, steps, relevant configuration files, Ubuntu version, and hardware information. Use a !pastebin to avoid flooding the channel. [11:47] tries, Did you read the page I sent you? Here it is again... http://askubuntu.com/questions/22108/how-to-control-fan-speed [11:47] thanks stratos [11:48] it has more cocnfiguration.. if I install version 8 or 9 it does java home automatically [11:48] using apt get [11:48] such as JAVA_HOME [11:48] yes... I've run lm-sensors. pwmconfig fails to find any pwm capable sensors [11:48] o [11:48] k1l here is the output of my command: https://bpaste.net/show/f70177a9d477 [11:48] codfection, android studio with openjdk 6?? good luck trying that. [11:49] but when i run an apt-cache policy r-base that version shows [11:49] OerHeks, which one should I use [11:49] on 16.04? [11:49] yes [11:49] baraka: what ubuntu is it? [11:49] I had a read of the man page for fancontrol.... it implies all the management happens through pwmconfig - which isn't available on my machine. [11:49] openjdk 8 [11:49] k1l Ubuntu 14.04 - through crouton, on a chromebook [11:49] or oracle ? [11:50] openjdk or oracle ? OerHeks [11:50] baraka: there is no r-base 3.2 in the repos for 14.04 [11:50] codfection, we advise openjdk. [11:50] cool [11:50] baraka: so i guess you added a PPA? but ppas are not for ARM [11:50] I will go for that [11:50] thanks OerHeks [11:50] k1l I tried that but it didn't work [11:50] triss, Did you read the entire page and all the alternatives - and go through all the steps? [11:51] baraka: please show the output of "apt-cache policy r-base" [11:51] baraka: its very hard to get informations from you, btw [11:51] k1l I'm sorry - just a moment [11:52] yes... I haven't looked at Dell/ThinkPad specific stuff. [11:53] and the genric answer talking about pwmconfig won't work on my system. [11:54] k1l https://bpaste.net/show/2671dfd12ef6 === badon_ is now known as badon [11:55] baraka: ok. so make sure your 3rd party repos work for ARM. which i bet they dont [11:55] as pwmconfig reports: "/usr/sbin/pwmconfig: There are no pwm-capable sensor modules installed" [11:55] k1l - I don't think so [11:57] triss: I will tire folks out with this but I suspect the system has a manufacturer-installed firmware bug in its ACPI DSDT, which only activates all power functionality if it detects a Windows OS running [11:57] triss: ACPI is *the* way the firmware informs the OS about all the platform-specific bits including thermal, device enablement, etc. [11:59] thanks TJ- [11:59] I just found info about a acpi_enforce_resources=lax flag for GRUB.... [12:00] Do you think that's worth a fiddle with? https://iandw.net/2014/10/12/fancontrol-under-ubuntu-14-04-resolving-usrsbinpwmconfig-there-are-no-pwm-capable-sensor-modules-installed/ [12:00] triss: it's probably a lot more involved than that, I can give you my 'standard' fix for these things if you want to try it [12:00] From what I have experienced in the past years (like since before linux was linux)...in most instances, folks kinda forget to check something - some little thing...or they get stuck into something without taking a breather and having a looksee around to see if there might be alternatives to a particular resolution... [12:00] :) [12:00] I'd love to have a look. The fans are really distracting [12:01] triss: which Ubuntu release is that? [12:01] 16.04 [12:01] YankDownUnder, 21 years linux experience here too. [12:01] triss: OK, lets first discover which Windows versions the ACPI recognises: "pastebinit <( sudo strings /sys/firmware/acpi/tables/DSDT | grep -i windows )" [12:02] http://paste.ubuntu.com/16519649/ [12:02] &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&:)&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& [12:02] triss: we're going to identify the 'latest' which usually causes the most ACPI functionality to be enabled [12:02] having error while running android studio on 16.04 [12:02] http://paste.ubuntu.com/16519649/ [12:02] triss, so, that being said, how many times have you "overlooked" something that was actually the resolution to the issue, and spent hours and hours banging your head against the wall...hmm? :) All is good...time and patience...time and patience...those are the best tools... [12:03] is 16.04 already out? [12:03] YankDownUnder, many many times. the solution isn't on that page for me [12:03] @codfection: did you install JDK or JRE? [12:03] JDK 8 [12:03] !releasenotes | wander_ [12:03] wander_: Ubuntu 16.04 (Xenial Xerus) release notes can be found here: https://wiki.ubuntu.com/XenialXerus/ReleaseNotes [12:03] by using apt-get install command [12:03] Thanks!!! [12:04] @codfection: so you chose "sudo apt-get install default-jdk"? [12:04] Hope the new release works better with my pentium 6th gen [12:04] triss, therefore, the answer lies somewhere else...such as possibly the lm-sensors page...or search through Google groups...along with the obvious Ubuntu and related forums...(and Debian forums)...and the i8 related posts and etc...(i8 being the sensor shit for Dell's)...the answer is out there...somewhere... [12:04] wander_: try a liveusb and see for yourself [12:05] stratos, sudo apt-get install openjdk-8-jre [12:05] TD- here's the info: http://paste.ubuntu.com/16519682/ [12:05] @codfection: your should get the JDK not the JRE [12:05] triss: so "Windows 2013" looks to be the one to try [12:06] JDK = development kit with the compiler, JRE only the runtime [12:06] stratos, so bro should I remove jre or just install jdk on top of it? [12:06] triss: "sudo sed -i 's/^\(GRUB_CMDLINE_LINUX=".*\)"/\1 acpi_osi=! acpi_osi=\\"Windows 2013\\" "/' /etc/default/grub " [12:06] i would remove it [12:06] -098712q3wr5t u76yp-[ [12:06] JDK include a JRE too [12:06] triss: then check the new options are there with "grep acpi_osi /etc/default/grub" [12:07] how to remove properly [12:07] apt-get remove ? [12:07] yes [12:07] codfection: No! [12:07] hELP THE DD COMMAND REMOVING MY HARD DRIVE CONTENTS HO WCAN I STIP IT [12:08] wander_: no caps please [12:08] codfection: JDK depends on JRE, so if you install the JDK you'll just reinstall the JRE... just install the JDK which will add the additional bits [12:08] I dont think you have dependencies on open jre 8 if you just onstalled it explicitly [12:08] wander_: ctrl+c [12:08] wander_: ctrl-c will stop it [12:08] TJ- think I had a bit too much in my grub config for that sed to work [12:08] Sorry hw do i stop ssh someone into my pc and he is removing things [12:08] local network [12:08] stratos: I meant if the user wants -jdk -jdk "Depends:" on the -jre [12:08] unfortunately, it may be too late; I did that on 16.04 release day and it took about 10 minutes for the computer to crash, even after stopping the dd after about 4 MB of writes [12:08] triss: can you "pastebinit /etc/default/grub" ? === _joes__ is now known as joes [12:09] here's greps output: [12:09] http://paste.ubuntu.com/16519746/ [12:09] stratos, and TJ. sorry I am quite confused. to remove or not. hehe [12:09] I think I need to remove the acpi_osi=!Windows 2012 first [12:09] what exactly should my GRUB_CMDLINE_LINUX* options be? [12:10] if you remove it then the JDK may reinstall it as a dependency -- no problem [12:11] triss: ahhh, can you manually remove the acpi_osi entry for GRUB_CMDLINE_LINUX_DEFAULT ? that won't help; in fact that wouldn't have had any effect anyhow [12:11] triss: because there's a space in the string it has to be surrounded by double-quotes when the kernel sees it, which is why you'll see my additional has \" useed inside the variable assignment string [12:14] Can anyone help me install wifislax on Ubuntu 16 [12:14] triss: once you've made that change you can do "sudo update-grub" which writes it to /boot/grub/grub.cfg, and do a reboot and see if the fan gets better behaved, and if you can use pwmcontrol etc. Once you reboot ensure the kernel has the option on its command-line with "cat /proc/cmdline" *and* it took with "dmesg | grep _OSI" which should report ACPI: Added _OSI(Windows 2013) [12:14] ginabot: doesnt seem like its in the repos === GodFather_ is now known as GodFather [12:15] http://wifislax.en.uptodown.com/ubuntu [12:16] ginabot: only ubuntu support here sorry [12:16] I see ok === GodFather is now known as GodFodder [12:18] <_ugg> H guys... Whats the best way to manage & sync and iPod classic on Ubuntu ?? [12:18] !ipod | _ugg [12:18] _ugg: For information on how to sync and add tracks to your iPod, see the guide at https://help.ubuntu.com/community/IPodHowto - For the iPhone and the iPod Touch, see https://help.ubuntu.com/community/PortableDevices/iPhone - See !RockBox for information on liberating your iPod [12:19] <_ugg> Thank you very much for the link. Going to check it out now :) [12:23] hi [12:26] ok I have sucessfully installed android studio on ubuntu but I am getting this error. : IllegalArgumentException: button doesn't exist 0 [12:26] I have a question about logrotate. If I have two "overlapping" configs as shown in this paste, what will the behaviour be for foo.log? http://pastebin.com/raw/XKDPcduN [12:26] TJ- great I'll give this a try... would you mind spelling out exactly what should be in GRUB_CMDLINE_LINUX? I'm being a little slow today [12:27] <_ugg> Also guys I plan on wiping osx from a 2009 standard macbook and installing Ubuntu. Has anyone had any experience with Ubuntu gnome on a mac system ?? [12:27] sed + fact I already had some stuff set has lleft it in this mess: [12:27] GRUB_CMDLINE_LINUX=" acpi_osi=! acpi_osi=\"Windows 2013\" " [12:28] hi [12:28] wtf? o.o [12:30] !mac | _ugg [12:30] _ugg: For help on installing and using Ubuntu on a Mac, see: https://wiki.ubuntu.com/MactelSupportTeam/CommunityHelpPages [12:30] triss: that's exactly correct, that's what my 'sed' line put in [12:30] <_ugg> Thanks again :) Taking a look at that llink now too :) [12:31] oh ok! cheers man. I'm crossing my fingers and toes now. time for a reboot. [12:31] triss: "sudo update-grub" and give it a test [12:32] hi everyone, I have three Ubuntu boxes at home. when I ssh into them I can see that they require a restart when necessary. I don't want to reboot from remote and delay it. But when i am on the machine with the gnomeshell and I don't see any icons/warnings to reminde me that I shoudl reboot. How do you people handle that? [12:33] using some gnomeshell extension? A script to touch a file on Desktop maybe? Anything else? [12:34] @codfection: maybe you should try this ppa https://paolorotolo.github.io/android-studio/ [12:34] no [12:36] stratos, but I installed [12:36] using android studio.tar from google website [12:36] hello [12:37] I keep getting 502 gad gateway with apt-get [12:37] hello! gvfsd-trash is consuming a lot of CPU , any idea what's causing this problem and how to fix it ? deleting ~/.local/share/Trash did not help [12:37] yum works fine [12:37] I am using proxy btw [12:37] try with apt-get install -f [12:37] apt-get upate = now fixed ! [12:37] bsdnoob, join the channel of your distro, this is ubuntu support only [12:38] bsdnoob: ubuntu doesnt use yum. [12:38] wjajajaja [12:38] OerHeks, yes apt-get is the problem [12:38] it does not works with proxy [12:38] some people think what ubuntu = arch [12:38] other distro happily do the job [12:38] bsdnoob: what output do you get with "lsb_release -d"? [12:38] how do I force cancelling of activity in landscape? 'Add hardware' is hanging on 'Add jujue machine...' for 24 hours now. [12:39] gahan ask in #juju ? [12:39] OerHeks: trying everywhere, sorry :) [12:40] gahan, best place to ask, afaik [12:40] k1l, Description: Ubuntu 14.04.4 LTS [12:40] OerHeks: thanks [12:41] bsdnoob: https://help.ubuntu.com/community/AptGet/Howto#Setting_up_apt-get_to_use_a_http-proxy [12:41] k1l , it does not works [12:41] I get 502 bad gateway [12:42] bsdnoob, so you followed that guide? [12:42] bsdnoob: i am quite sure the page i linked tells exactly what to do [12:43] yeah kil [12:43] My proxy is set [12:43] but it does not works [12:43] I have to manually download deb files from curl [12:43] :( [12:43] bsdnoob: you need to set apt-get to use that proxy like mentioned in the page i linkde [12:43] *linked [12:44] k1l , again [12:44] it is set [12:44] how exactly? [12:45] k1l, using env variable http_proxy [12:45] and /etc/apt/apt.conf reads Acquire::http::Proxy "http://172.18.10.1:3128"; [12:45] does the poxy need authentification? [12:46] is it safe to re-install appstream now and should I even want to do that? [12:46] ki1 , no [12:46] it's a simple squid proxy [12:46] curl works [12:46] but not apt-get [12:47] bsdnoob: the export http... doesnt work since its only using your user [12:47] yeah [12:47] but apt.conf should work [12:48] and it does't :( [12:48] TJ-, my fans still run loud... the command line took.... and ACPI did add Windows 2013 but I also info about a firmware bug: http://paste.ubuntu.com/16520253/ [12:49] pwmconfig still tells me there are no pwm-capable sensor modules installed. [12:49] any thoughts? [12:51] bsdnoob: are you sure the server is up? [12:52] I have user in group sudo, and line '%sudo ALL=(ALL:ALL) ALL' in sudoers. But when I do 'user$ sudo blah' it says 'user not in sudoers file'. How come? [12:52] k1l , yes it is up [12:52] again curl is works fine [12:53] oh hang on there are a lot of ACPI warnings in dmesg's output - here's the output of dmesg | grep ACPI: http://paste.ubuntu.com/16520337/ [12:53] Habbie, Were you the one who answered me yesterday, about MM keyboard ? :) [12:54] lelapin, i think so [12:54] I have user in group sudo, and line '%sudo ALL=(ALL:ALL) ALL' in sudoers. But when I do 'user$ sudo blah' it says 'user not in sudoers file'. How come? [12:55] Habbie, I wanted to thank you to make me find a workaround. I was too much "inside the box" and you gave me the track. :) [12:55] lelapin, yay [12:55] yay "sudo apt upgrade" can make the GUI freeze for minutes, making the system totally unresponsive, good design! :( [12:56] Hello every one [12:56] hello [12:56] de-facto: that isn't right [12:56] snfgf: do sudo nano /etc/sudoers [12:57] ubuntu software center in xenial xerus more slower, right? Or just me experience it? [12:57] triss: that's a pain! what make/model is the system? maybe you could post the entire "pastebinit <( dmesg )" output? [12:57] de-facto: its just consumes 100% cpu but hopefully you have more than one cpu :) [12:57] nope maybe one core but not all [12:57] argon__, I am not in sudoers, it says [12:58] I can su -, to root, and then edit [12:58] snfgf: near the end of the file (along with root) put snfgf ALL=(ALL) ALL [12:59] Habbie, I used the keyboards setting to capture the MM keys and do "audacious --play-pause" and other stuff. ;) But Do you know if there's a way to ask audacity to go farther (a few seconds) or earlier inside the same track as it is available on keybord ? Nothing on man audacious neither on the website about this (or I wasn't able to find the info). ;/ [12:59] i guess its processing some triggers for 76 MB ( !!! ) fonts?! "fonts-noto-cjk", but still freezing the WHOLE GUI for that? thats bad design [12:59] lelapin, don't know that, sorry [12:59] thanks TJ- entire dmesg output is here: http://paste.ubuntu.com/16520429/ [12:59] argon__, thanks [12:59] just double checking make and model number... it's not printed on my machine anywhere! [13:00] Habbie, You helped me a lot already. Thx ! See you. :) [13:00] snfgf: np [13:00] lelapin, np :) [13:00] triss: it's available via software using the DMI sub-system, hang on [13:03] triss: so ACPI is reporting 3 thermal zones (sensors) but no indication of a FAN control [13:04] oh ok... does that mean I'm unsupported for the time being? [13:05] triss: line 39 of pastebin "DMI: Hewlett-Packard HP ENVY TS 15 Notebook PC/1967, BIOS F.65 11/20/2014" [13:05] triss: just as a standard procedure I'd check for an updated firmware from HP [13:06] my hang is back, sorry anybody have same experience with new ubuntu software center? Very slow when searching softwar [13:06] ah ok man. I'll check. thanks for all your help with this. you're a gent. [13:06] hi kids [13:07] triss: have you retired "sudo sensors-detect" since the reboot? [13:09] yes... it reported the I should add coretemp again... but that was already in /etc/modules [13:10] think I'm gonna boot in to windows and check for bios updates.... [13:11] Hey, how secure is Ubuntu's build in disk encryption? [13:11] LuckyTux: try cracking it :) [13:12] hahha :D [13:12] Is there any point having it together with truecrypt ? [13:12] encryption disk can cracked? [13:12] !security | LuckyTux [13:12] LuckyTux: Security Updates are dealt with here: https://help.ubuntu.com/community/Security - See also !root, !firewall, !server, and !usn [13:12] hi [13:12] hi [13:12] halolo [13:12] hey [13:12] ubottu thanks [13:12] You're welcome! But keep in mind I'm just a bot ;-) [13:12] LuckyTux: only if you multiboot and want Windows and Linux to both have access to an encryption file-system === noel is now known as Guest9592 [13:12] TJ- thanks! [13:13] !root [13:13] Do not try to guess the root password, that is impossible. Instead, realise the truth... there is no root password. Then you will see that it is 'sudo' that grants you access and not the root password. Look at https://help.ubuntu.com/community/RootSudo [13:13] hi [13:13] hi [13:13] hi [13:13] hi [13:13] hi [13:13] 5*hi=bye [13:13] hi too [13:14] my windows xp in vbox LOL [13:14] terminal92: can we help you with something? [13:15] !firewall [13:15] Ubuntu, like any other Linux distribution, has built-in firewall capabilities. The firewall is managed using the 'ufw' command - see https://help.ubuntu.com/community/UFW | GUI frontends such as gufw and ufw-kde also exist. | An alternative to ufw is the 'iptables' command - See https://help.ubuntu.com/community/IptablesHowTo [13:15] about driver printer, I have a problem to install driver printer on ubuntu 15.10 [13:16] !printers | terminal92 [13:16] terminal92: Printing in Ubuntu is done with cups. See https://help.ubuntu.com/community/Printers - https://wiki.ubuntu.com/HardwareSupportComponentsPrinters - http://linuxprinting.org - Printer sharing: https://help.ubuntu.com/community/NetworkPrintingWithUbuntu [13:16] is it database all printer? [13:16] terminal92: wich printer are you trying to get to work? [13:17] canon ip1300 [13:17] terminal92: is it branched by usb cable? [13:17] !server [13:17] Ubuntu Server Edition is a release of Ubuntu designed especially for server environments, including a server specific !kernel and no !GUI. The install CD contains many server applications. Current !LTS version is !Xenial (Xenial Xerus 16.04) - More info: http://www.ubuntu.com/products/whatisubuntu/serveredition - Guide: https://help.ubuntu.com/lts/serverguide - Support in #ubuntu-server [13:17] yes, that's use usb cable [13:17] !msgthebot | LuckyTux [13:17] LuckyTux: Please investigate with me only with "/msg ubottu Bot" or in #ubuntu-bots. Search for factoids with "/msg ubottu !search factoid". [13:18] terminal92: ddi you try adding the printer via printer wizard? === gartral_away is now known as gartral [13:19] yup but doesn't work [13:20] terminal92: old thread, but perhaps still usefull: http://askubuntu.com/questions/240338/how-to-setup-canon-inkjet-pixma-ip-1300 [13:20] !ppa | terminal92 see also the risks of adding ppa [13:20] terminal92 see also the risks of adding ppa: A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge === Mr_Red is now known as Off[Mr_Red] [13:21] ok, I am trying... Thanks for advise :) [13:23] Btw can I compile from source code about my problem? [13:23] without PPA I mean [13:24] terminal92: i think what you need is the .ppd file, so not sure it can be compiled [13:25] uhm... okay [13:25] Aloha, i have 16.04 ubuntu installed with unity, is there a way to turn of some shortcuts of unity? if i press + it starts applications from the left panel, is there a way to turn this off? [13:27] terminal92: perhaps you could try the cups way from here also: http://printersquestions.com/How-to-install-Canon-PIXMA-iP1300-on-Ubuntu.html [13:27] thomasfuston: try compizconfig-settings-manager to tweak === stuart is now known as Guest58821 [13:30] I got this https://help.ubuntu.com/community/HardwareSupportComponentsPrinters/CanonPrinters/CanonPixmaIP2200 [13:30] terminal92: yeah that might work [13:31] terminal92: looks like the same 2200 driver from the ppa so [13:31] yep, this is should work! :D [13:33] ah ok lotuspsychje, thx alot! :) [13:37] terminal92: if you get it to work you might perhaps update this bug how you solved? https://bugs.launchpad.net/baltix/+bug/959043 [13:37] Launchpad bug 959043 in Baltix "Canon PIXMA ip1000 and others (ip1200, ip1300, ip1500-ip1900, ip2200, etc) drivers were removed from Ubuntu 12.04 (Precise Pangolin)" [Medium,Confirmed] [13:40] i am getting an error [13:40] root@wolf:~# sudo systemctl status apache2 => Failed to get properties: Failed to execute program org.freedesktop.systemd1: Permission denied [13:40] ubuntu xenial 16.06 [13:42] Sagar: upgrade or clean install? desktop or server? [13:42] server [13:43] 0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade. [13:43] Sagar: did you upgrade from 14.04? [13:43] no direct xenial [13:44] Sagar: try the #ubuntu-server channel perhaps [13:45] Hey [13:45] Sagar: https://help.ubuntu.com/lts/serverguide/httpd.html [13:45] is it "peaceful" to upgrade from 14.04 to 16.04? [13:46] !ltsupgrade | VikingHoarder not yet [13:46] VikingHoarder not yet: Users of 14.04 LTS will be offered the automatic upgrade when 16.04.1 LTS is released, which is scheduled for July 21st. [13:46] "peaceful" = not many problems reported [13:46] VikingHoarder: not yet, it will be in 16.04.1 [13:46] oh ok [13:46] ty [13:48] lotuspsychje: i see nothing there [13:48] Sagar: is it booted in 'upstart' mode? [13:49] how can i check it? [13:51] I'm experiencing some problem installing xubuntu 14.04 in virtualbox. [13:52] Host: debian sid | Guest: xubuntu 14.04.4 [13:52] After I installed the guest additions, I can't get into GUI [13:53] !virtualbox [13:53] Virtualbox is a virtualizer for x86 and amd64 architectures. It's available in the package "virtualbox" in the !repositories, and you can download the Virtualbox Extension Pack for additional, non-Free functionality at http://virtualbox.org . Additional details can be found at https://help.ubuntu.com/community/VirtualBox === Off[Mr_Red] is now known as Mr_Red [13:53] !xchat [13:53] xchat and xchat-gnome have not had stable releases in years. xchat was removed from Ubuntu for 16.04. Consider using hexchat instead, which is actively developed and available in 14.04 onwards. [13:54] !msgthebot | Mr_Red [13:54] Mr_Red: Please investigate with me only with "/msg ubottu Bot" or in #ubuntu-bots. Search for factoids with "/msg ubottu !search factoid". [13:54] do you installed vbox extension? [13:54] ? [13:54] terminal92: In fact this problem arises after I installed the guest addition. Without guest addition it's fine [13:55] try command startx [13:56] terminal92: I'm greeted with a black screen and unable to switch to other VTs by Host+F1-F6 [13:56] Sakami: there is also a #vbox channel [13:56] TJ-, sorry to keep hassling you about this but you've been a star. My BIOS was already up to date.... do you have any other thoughts? [13:57] yes just moved over to hexchat, looks pretty good. [13:57] triss: best to re-ask your issue to the chat, all in one line with all details once in a while [13:58] thanks lotuspsychje - I'll pull it all together and type it up. [13:58] triss: I'm afraid not; there were no additional clues in the dmesg output and you've enabled Linux to masquarade as Windows, so the only explanation is that the system's ACPI DSDT code is actually requring something else from the OS, such as a specific function call to enable things, which presumably only a system-specfic Windows driver knows about [13:58] triss: the cause is, I'm 100% confident, in the ACPI activity of the firmware, since that is the bit responsible for this functionality [13:59] triss: the fan is running constantly because the OS hasn't said to the ACPI DSDT "OK, I've got control now, so I can lower the speed unless temperatures increase" [13:59] I've removed nginx using apt remove and then removed /etc/init.d/nginx and /etc/nginx etc by hand. Now when I apt install nginx again it installs nginx but doesn tcreate the default folders and init scripts again :s any idea? [14:00] that's a shame... so really I'm waiting for kernel devs to build something really? [14:00] where would one log an issue about something like this? [14:00] triss: didnt follow the thread, but did you try a higher kernel like 4.6 yet? [14:01] hmmm... might have a go... it's been years since i needed to build my own kernel... [14:01] Aye [14:01] I have a question for you guys [14:01] !mainline | triss you dont need to [14:01] triss you dont need to: The kernel team supply continuous mainline kernel builds which can be useful for tracking down issues or testing recent changes in the Linux kernel. More information is available at https://wiki.ubuntu.com/Kernel/MainlineBuilds [14:02] thanks guys. You've all been super helpful. [14:02] triss: the device isn't doing what is expected, and it would seem likely HP have written code specifically for Windows drivers and not published any info about that so Linux cannot do anything [14:02] SO i had 14.04 LTS and i updated to 16.04 and it came up as a console [14:02] !ltsupgrade | whatas [14:02] whatas: Users of 14.04 LTS will be offered the automatic upgrade when 16.04.1 LTS is released, which is scheduled for July 21st. [14:02] triss: you could try hammering HP support until you get to someone that really knows, in 3rd level support maybe! [14:03] whatas: its not recommended yet [14:03] Ok yeah [14:03] I just flashed my drive [14:03] and reinstalled windows [14:03] whatas: try a clean install if you cant wait? [14:03] Ill wait [14:04] Thanks guys! [14:04] Take care [14:05] TJ- ah ok man... I'll log a fault with them and see if there forthcoming with any info. [14:05] Whenever a new version rolls out I just clean install; so, out of curiosity... how well do upgrades work? Does stuff and packages tend to break? [14:05] You're pretty sure a fix won't be in newer kernels yet? [14:05] brunch875: upgrades work nicely, it its time to upgrade [14:06] triss: TJ- left [14:06] triss: i advise you test a higher kernel, to make sure its not related for your case [14:06] ok thanks man. I'll give it a go. [14:07] brunch875: wich upgrade are you willing to try? [14:07] Oh no, I always clean install as soon as it's out [14:07] was just a matter of curiosity since I never upgrade [14:07] triss: at the end of the day you probably need to talk to hp, and they are *horrible* at stuff like this. [14:08] !upgrade | brunch875 check here [14:08] brunch875 check here: For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade [14:08] ducase - this makes me really sad. You'd have thought they'd be super keen to get Linux support going by now. === alex__ is now known as Mr_Red [14:09] triss: they could care less, unfortunately. i'm never buying hp again. [14:09] I want to get debootstrab deb file for xenial (I'm not running Xenial) http://packages.ubuntu.com/xenial/all/debootstrap/download Now I want to check that the SHA256sum matches the Ubuntu GPG key. How do I do that? [14:09] hi [14:10] Where is there a SHA256SUMS file that includes the debootstrap deb package? [14:11] Lope, scroll down that page [14:11] I've removed nginx using apt remove and then removed /etc/init.d/nginx and /etc/nginx etc by hand. Now when I apt install nginx again it installs nginx but doesn tcreate the default folders and init scripts again :s any idea? [14:11] OerHeks: I did, there's nothing about GPG signed stuff there? [14:12] sha256checksum, yes there is [14:12] hey [14:12] OerHeks: you need to educate yourself on what a GPG signed checksum is. [14:12] Lope: tone down please [14:13] I have a system running 16.04. Sometimes, when trying to shut it down, it just hangs endlessly. Any idea how to fix that? [14:13] Systemd just prints "Reached target Shutdown" and then nothing happens [14:13] lotuspsychje: okay, sorry. [14:13] mort: does a sudo halt -p shutdown properly? [14:13] don't know, I generally use sudo shutdown -h now [14:13] hey guys, I have an issue with dependency issues with mysql 5.6 and I don't know how to solve it [14:13] I tried to purge mysql* [14:13] and reinstall [14:13] but it didn't help [14:13] and now I get this: http://pastebin.com/5zAwn3jv [14:13] and when I try to install again I get this: http://pastebin.com/K1svVqMz [14:14] hmmmm.... am I right in thinking there's no 4.6 mainline kernel for xenial yet? [14:14] http://kernel.ubuntu.com/~kernel-ppa/mainline/?C=N;O=D [14:14] is there any reason to believe halt -p will behave differently than shutdown -h ? [14:14] hey guys, I have an issue with dependency issues with mysql 5.6 and I don't know how to solve it. I tried to purge mysql* and reinstall but it didn't help and now I get this: http://pastebin.com/5zAwn3jv. And when I try to install again I get this: http://pastebin.com/K1svVqMz [14:15] triss: you can use the 4.6 wily one for example [14:15] oh ok... I'll give that a try [14:15] try autoremove and reinstall [14:15] mort: Since they are both symlinks to systemctl, not really [14:15] mort: try if it works, also F1 to see text on shutdown perhaps? [14:17] f1 does nothing, but the way I know it just hangs at "Reached target Shutdown" is that I removed the splash kernel option in grub [14:17] Where is there a SHA256SUMS file that includes all of the deb packages? === alberto is now known as Guest95414 [14:20] Mr_Red: I've tried autoremove, autoclean, -f install purge, yeah right about everything [14:21] Hello everyone === Drac0 is now known as Guest71277 === Mr_Red is now known as [Mr_Red]OFF [14:22] mort: is this similar for you? https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1464917 [14:22] Launchpad bug 1464917 in systemd (Ubuntu) "reboot hangs at 'Reached target Shutdown'" [High,Fix released] === gms is now known as Guest229 [14:23] enoch85: did you purge all ppa's with ppapurge first? [14:23] MonkeyDust: good afternoon [14:23] shutdown hanging at "Reached target Shutdown" certainly seems like my case [14:24] How can I connect Jack and Firefox and be able to hear the sound of Youtube, while Jack is running? [14:24] though it's not clear if it happens every time he tries to shut down or just sometimes; for me it's only sometimes [14:24] Youtube doesn't work if Jack is running... [14:24] also, according to that, it's fixed in vivid, I'm running xenial and have the issue [14:25] mort: was your 16.04 a clean install or upgrade? [14:25] clean install [14:25] lotuspsychje hi [14:25] wait, no, upgrade from 15.10 [14:25] my bad [14:25] I could try to reinstall 16.04 [14:26] mort: you can update the bug first, add your experience [14:26] lotuspsychje: no I didn't [14:26] alright, will do [14:26] mort: some 15.10 and 16.04 reported to be affected also on this bug [14:26] lotuspsychje: would that change anything? [14:27] enoch85: yes ppapurge removes ppa's & packages aswell [14:27] ubuntu honestly seems to have an annoying amount of these relatively small bugs [14:27] enoch85: try to set your repos back to original and sudo apt-get update after [14:27] lotuspsychje: thanks, will try [14:28] mort: you could try a 16.04 liveusb, and compare with your current upgrade [14:28] lotuspsychje: right now I'm trying to update to xenial without mysql, and then install a fresh mysql in the new system [14:29] lotuspsychje: everything started to fail when I was about to update... and it was like 4 months since I did the last update [14:29] enoch85: upgrade from wich version? [14:29] 14.04 [14:29] lotuspsychje: [14:30] !ltsupgrade | enoch85 [14:30] enoch85: Users of 14.04 LTS will be offered the automatic upgrade when 16.04.1 LTS is released, which is scheduled for July 21st. [14:30] the problem with trying a live usb is that it only happens now and then, so there's no guarantee I would detect the issue even if it existed by just trying to shutdown a few times [14:30] When I install Ubuntu it asks for LVM. What is that? Should I check it? [14:30] !lvm | ArabicSoap [14:30] ArabicSoap: Tips and tricks for RAID and LVM can be found on https://help.ubuntu.com/community/Installation/SoftwareRAID and http://www.tldp.org/HOWTO/LVM-HOWTO - For software RAID, see https://help.ubuntu.com/community/FakeRaidHowto [14:31] lotuspsychje: but ubntu 16.04 is already released... I uphraded several of my servers already [14:31] ArabicSoap LVM means logical volume manager [14:31] enoch85: thats the the LTS way mate [14:31] not [14:31] Can questions be asked that relate to programs installed on ubuntu (post install) or is it unbuntu only? [14:31] mika2: if your main Os is ubuntu sure [14:32] cool thx [14:32] MonkeyDust: so should I check it? Will the system run better? [14:33] ArabicSoap 'better' depends on what you prefer ... read the links ubottu sent you [14:33] ArabicSoap with lvm you can more easily resize partitions [14:35] hey all...curious which if any GIT front-end you would recommend? [14:35] learning the command line git client is valuable === julien is now known as Guest46216 [14:36] mort, yep, i know...long time command line SVN user...just curious on the front end though. [14:36] Well, my problem is : I just installed OpenOffice and everything went smooth afaik, except that when I launch the executable (/opt/OpenOffice4/program/soffice shell script (if i pick the .bin file it returns an error)) it opens the file with gedit instead of launching the application [14:37] mika2 make it executable, in the permissons [14:37] or properties, rather [14:38] hi there - could anyone help me with touchpad issue ? namely if i close my system having touchpad disabled, on next startup it will assume that it is still disabled, even though my hardware button shows its enabled === julien_ is now known as Guest52080 [14:38] so now when i press the hardware button it toggles the system state for touchpad also [14:38] so i basically lose touchpad [14:39] MonkeyDust : the thing is the properties panel is all grayed out. i'm guessing there's no option left but to do this via terminal? [14:39] mika2: you can make that executable by this command : chmod +x [14:39] in some older version of ubuntu it could be solved by keyboard settings and removing shortcut, but it sin't there now (16.04) and i have no idea if and how to do that by cli [14:40] hi guys! [14:40] mika2: for example : chmod +x /opt/OpenOffice4/program/soffice [14:41] Im having a problem and could not find solution [14:41] Welastevil: what problem? [14:41] E: Syntax error /etc/apt/apt.conf.d/00aptitude:3: Extra junk at end of file [14:41] lotuspsychje: so you mean that I shouldn't upgrade manually to a new LTS release? [14:41] right! i'll try that! what's the extension for a shell script file? .sh? it doesn't say [14:41] I can not download NOTHING directly from ubunt software [14:42] Welastevil: what have you done to break it [14:42] Welastevil: what is the error you get [14:42] nNo idea//// [14:42] enoch85: its your system, i dont need to say what you have to do..but from 14.04 its not recommended yet [14:42] Welastevil: rfer this link : http://askubuntu.com/questions/492320/how-to-solve-extra-junk-at-end-of-file-syntax-error-in-01autoremove-kernels [14:42] lotuspsychje: darnit, that explains alot [14:43] enoch85: espacially for server production, you should stick to 14.04 [14:43] lotuspsychje: well, to late... I noticed several bug actually on my production system [14:43] mika2: most shell script's extensions is .sh [14:44] but I will build a new server soon so I guess I will have to install everything from scratch again...*siiigh* [14:44] I tryed the commands sugested thete [14:44] sudo apt-get update && sudo apt-get dist-upgrade [14:44] lotuspsychje: or do you think that the errors will be fixed in the newer versions? [14:44] and got the same error [14:45] enoch85: 16.04.1 will fix alot im sure [14:45] E: Syntax error /etc/apt/apt.conf.d/00aptitude:3: Extra junk at end of file [14:45] lotuspsychje: ok, so no need to reinstall then? [14:45] lotuspsychje: I mean, will there be repair steps and stuff? [14:45] Welastevil: this command've tried? : sudo /etc/kernel/postinst.d/apt-auto-removal [14:45] enoch85: your the boss of your machine... [14:46] lotuspsychje: what would you do? [14:46] enoch85: i would only have 1 server test machine with 16.04 and all the rest for production, stay on 14.04 [14:46] lotuspsychje: makes sense [14:46] enoch85: then use the xenial testserver to test stuff [14:47] Hola [14:47] yes... [14:47] and have the same error [14:47] enoch85: on 16.04.1 release your servers can get a 'safer' upgrade [14:47] lotuspsychje: ok, fine.. Iäll do that, but what about the original issue. How do I purge mysql and keep the databases? would I need to export them first? [14:48] Whats? [14:48] !es | El [14:48] El: En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro. [14:48] lotuspsychje: I had no issues with the upgrades and the servers are working, but they are working worse than before [14:49] enoch85: dont let the servers run for production on your upgrades, start over [14:49] enoch85: backup what you need first [14:49] enoch85, if you have no backup of sql from your productionserver already, the data is not important [14:50] !fr [14:50] Nous sommes desoles mais ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en français, veuillez taper /join #ubuntu-fr ou /join #ubuntu-qc. Merci. [14:52] hi is there free theater modelling software, something worst case that simple as "lucas arts"? How could a garage production these days function, having a simple movie or game? [14:53] Welastevil: refer this link too : http://www.ceus-now.com/e-syntax-error-etc-apt-apt-conf-d-00aptitude-4-extra-junk-at-end-of-file/ [14:55] hi, is there any info how to debug upstart init? I can't get mounted MOUNTPOINT=/sys event triggered [14:56] hey lotuspsychje, ducasse - just thought I'd let you know 4.6 kernel didn't fix things. Still no pwm control. But thanks very much for help anyway. Think I'm gonna give up for now. [14:56] ok! [14:57] almost solved)) [14:57] now, whe I try [14:57] triss: ok mate [14:58] now when I try sudo apt-get update && sudo apt-get dist-upgrade [14:58] I have another problem...I'll pastbin it..one momment [14:59] Good morning. Where's the linux source code on the system? [14:59] http://pastebin.com/LASepM6e [14:59] Canopus: nowhere by default [15:00] now I could install and updat...but anyway, I got this erros! [15:00] I still can't execute OpenOffice (still only opening in gedit). These are the current permissions of the file : "-r-xr-xr-x 1 root root 3720 Okt 21 2015 soffice*" Do I still need to change permissions? === Dorami400 is now known as Dorami-Doraemon [15:01] Welastevil: change your apt mirror === folder is now known as folder| [15:01] Myrtti, is it necessary to install a source package? [15:02] because from what i can tell, it feels like all user groups should be able to execute the soffice (openoffice) shell script file [15:02] Canopus: necessary for what? [15:02] to have the linux source code somewhere [15:03] <\9> mika2: what happens if you try to run it? [15:03] and how do i change ie? [15:04] 9 : all it does is open the file in gedit nothing more [15:04] how to change my apt mirror? [15:05] Welastevil: refer this link : http://www.google.co.kr/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=1&ved=0ahUKEwiHlcTQ9ujMAhWlJ6YKHWaoBNoQFggdMAA&url=http%3A%2F%2Faskubuntu.com%2Fquestions%2F37753%2Fhow-can-i-get-apt-to-use-a-mirror-close-to-me-or-choose-a-faster-mirror&usg=AFQjCNEcZAYIjqABEaMC0r92Msja8wl5Fg&bvm=bv.122448493,d.dGY [15:05] OerHeks: lotuspsychje I have a backup on my off-site server so that would work [15:06] would take some time though, like a weekend or sometinng like that [15:06] late night [15:06] s [15:06] "#!/bin/sh [15:06] #************************************************************** [15:06] # [15:06] # Licensed to the Apache Software" these are the first lines in gedit, which is of not use to me since I just would like to launch the program normally and the permissions seem to be set correctly (?) [15:06] no* [15:06] what you guys using to make a screenshot and quick upload? [15:06] tombtc: imgur.com [15:07] screenfetch? [15:07] I mean an app [15:07] like shutter [15:07] will check out screenfetch [15:07] tombtc: i'm not use app [15:07] so how do you capture your screen? [15:08] tombtc: 'print screen' key [15:08] it says that websit is offline [15:08] and what app opens? [15:08] after you press print screen [15:08] Welastevil: http://askubuntu.com/questions/37753/how-can-i-get-apt-to-use-a-mirror-close-to-me-or-choose-a-faster-mirror [15:08] and more this: Error 522 Ray ID: 2a60b289467c2b64 • 2016-05-20 15:07:33 UTC [15:09] tombtc: app? you mean photo viewer app? === _arktos_ is now known as Guest18162 [15:09] i am getting this error root@wolf:~# sudo systemctl status apache2 => Failed to get properties: Failed to execute program org.freedesktop.systemd1: Permission denied === mcox is now known as yossarianuk [15:09] Ferendevelop: what happens after you press print screen? [15:09] the same.... [15:09] tombtc: save my screen in clipboard [15:10] what if you want just a part of your screen? [15:11] tombtc: edit picture in picture edit program [15:11] Welastevil: wait a moment plz [15:11] ok [15:11] Ferendevelop: try shutter [15:12] Welastevil: https://linuxconfig.org/how-to-find-a-fastest-debian-linux-mirror-for-your-etc-apt-sources-list [15:12] tombtc: why? good? [15:12] yea much easier [15:13] tombtc: thx a lot. i will use shutter app [15:14] Anyone knows if xubuntu have sleepmode on by default? [15:15] I'm trying to boot-repair from live usb. I get an error that I have to boot in EFI mode, but my computer is only capable of booting from USB via legacy mode [15:15] why would 16.04 install FREEZE on an old HP desktop when it ran 14.04 fine? [15:15] Do I have any other options for repairing my boot partition? [15:16] theseb: Because it's newer packages that may be inconpatible with your system. [15:18] MacroMan: is the installation itself efi or legacy? [15:18] efi I believe [15:19] MacroMan: any hope or workaround? [15:19] MacroMan: then how did you install if you can't boot from usb in efi mode? [15:19] theseb: I'm no expert, but I should imagine you'll have to find out what is causing it to crash. [15:20] ducasse: I just booted and installed. It didn't complain at the time. === antoro_ is now known as antoro [15:21] At least I assume that my drive is installed efi, otherwise boot-repair wouldn't complain [15:21] E: Package 'netselect-apt' has no installation candidate [15:21] MacroMan: but boot repair complains? if so, that is a problem with boot repair, boot from an ubuntu live usb and repair from that. [15:21] Welastevil: oops. [15:21] Welastevil: askubuntu link still say error? [15:22] I was afraid you'd say that. I don't have any blank cd's on me :( [15:22] MacroMan: when install freezes/fails where/how get hints of issues? [15:22] MacroMan: no, an ubuntu live usb - it should boot fine. [15:23] ducasse: That's what I'm using [15:23] anyone here speak urdu [15:23] no! not anymore))) [15:23] MacroMan: that is really odd. have you touched the firmware settings so you're booting in legacy mode now? [15:23] thanks guys! [15:24] !pk [15:24] Welastevil: good. maybe that link will help you [15:24] ducasse: No. I can switch off legacy mode in the bios, but then I can't boot from USB [15:24] OerHeks; anything? [15:24] Laris, #ubuntu-pk pakistan ? [15:24] MacroMan: try turning off secure boot. [15:24] OerHeks; are you from pakistan? [15:25] no, that channel is dedicated, this channel is english only [15:25] ducasse: Would my boot dump give any clues?: http://paste.ubuntu.com/16523196/ [15:26] OerHeks; what do you know about pakistan [15:26] hello awesome community [15:27] i am getting this error root@wolf:~# sudo systemctl status apache2 => Failed to get properties: Failed to execute program org.freedesktop.systemd1: Permission denied [15:27] anyone who can help me? [15:27] I have a problem with a stupid gsm modem, I don't know if it is a problem with the modem or if it is usb_modeswitch [15:27] Laris, this is ubuntu support only. [15:28] it helps in partes.. [15:28] MacroMan: your installation is efi, so you need to boot in efi mode to fix it. i suggest turning off secure boot and see if you can boot from usb then. [15:28] Welastevil: some apt mirror say not found? [15:28] Im stil not able to know which mirror is faster for me here in Russia. [15:28] I have a few modems to test, I find that one specific modem sometimes just wont switch mode to modem,it stays in mass storage mode [15:28] ducasse: OK. I'm leaving to reboot and see if I can try that. Thanks [15:28] Welastevil: can you show me error log? [15:29] herrkin; i need your opinion [15:29] some times it takes a while and switches, some other times it just wont do it [15:29] yes [15:29] Laris, about what? [15:29] herrkin; we must do this in private [15:29] not here out in public [15:29] !ot | Laris wrong channel for opinions and polls [15:29] Laris wrong channel for opinions and polls: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks! [15:29] >> [15:30] ok sorry OerHeks, ill move it elsewhere [15:30] aye [15:30] here [15:30] http://pastebin.com/n3QQFnkv [15:32] anyone know if anonymOS is going to get an update from 11.10? [15:32] How get clues when install of 16.04 freezes during install process? [15:32] anonymous_, not an official ubuntu,w e don't know [15:32] Welastevil: you can find change apt mirror function in ubuntu software updater(?) [15:32] ok [15:33] should i update to 16.04 or wait [15:33] on my main machine [15:33] anonymous_ you question is not for this channel [15:33] its ubuntu chat yes [15:33] its an ubuntu question [15:34] anonymous_ type /topic [15:34] no... [15:34] op is fgt [15:35] hhey [15:35] how come my net is working here but not on chrome or firefox ? [15:36] Welastevil, netselect-apt is long gone, intrepid > https://launchpad.net/ubuntu/+source/netselect/0.3.ds1-12 [15:36] anyone? [15:37] Sagar, just ask, wait and see [15:37] Sagar anyone what? [15:38] Sagar: I had to scroll up quite a bit to find it. Might as well repost the error you got with Apache [15:39] who can help me? [15:39] i am getting this error root@wolf:~# sudo systemctl status apache2 => Failed to get properties: Failed to execute program org.freedesktop.systemd1: Permission denied [15:39] whate ever....big most of the problem solved! thaNSKS GUYS! [15:39] i'LL WORK NOW... [15:39] for any systemctl command i get that error [15:39] Sagar: well, first of all, why are you using sudo with a root terminal? [15:39] I don't have a secure boot mode :( nor can I boot into efi usb :( [15:40] SEE YOU LATTER AND THANKS SO MUCH ME! [15:40] Welastevil: good :D [15:40] Sagar, and without sudo ? systemctl status apache2 [15:40] MacroMan: well, you've obviously booted in efi mode at some point or you would not have been able to install. [15:41] without [15:41] ducasse: Very odd. I installed it originally via this method. [15:42] In the bios settings, the usb drive is listed under hdd and the only thing under uefi is the actual hdd [15:42] s === lubuntu is now known as Guest33653 [15:43] MacroMan: the only other option i can think of is to convert the installation to legacy. [15:44] i am having this issue in which he menus look ancient and silver every time i reboot the device, always have to restart lightdm :( [15:44] ubuntu 16.04 lts [15:44] can't find much except for an askubuntu that says delete Trolltech.conf from ~/.conf [15:44] * ~/.config [15:46] selam millet [15:46] OerHeks? [15:47] !tr | sezai_tr [15:47] sezai_tr: Turk ubuntu kullanıcıları, Türkçe yardım ya da geyik için /join #ubuntu-tr hizmetinizde. [15:48] thank you [15:49] anyone who can help me with this? [15:49] i am getting this error root@wolf:~# sudo systemctl status apache2 => Failed to get properties: Failed to execute program org.freedesktop.systemd1: Permission denied [15:49] ducasse: After some Googling, I may have written the USB image incorrectly. I'm going to try and re-write it with different options. [15:50] How get clues when install of 16.04 freezes during install process? [15:51] MacroMan: that could explain it. === Queenslayer is now known as Guest25361 === Dorami-Doraemon is now known as Dorami-Doraemon8 === Dorami-Doraemon8 is now known as Dorami-Doraemon [15:52] Ah. When I wrote the image last time, I did it from another ubuntu installation, this time I was using Rufus on windows and I notice that you have to change the partition scheme. Thanks for your help. [15:53] theseb start with more details about the freezes, symptoms, which stage of the install process etc [15:55] MonkeyDust: at end it says "retreiving file 56 of 56" and never finishes that [15:55] MonkeyDust: thanks btw === thms_ is now known as thms === thms is now known as thms_wor === thms_wor is now known as thms_work === assad is now known as Queensalyer === Queensalyer is now known as Queenslayer [15:59] Question for the channel, what would you guys suggest I run if I wanted to do virtual machines on a headless ubuntu 16.04 server? [15:59] FrankFromHR vagrant / virtualbox [15:59] KVM, LXC, Virtualbox, VMware .. lots of choise [15:59] MonkeyDust: is it possible to install virtualbox without installing X11? [16:00] FrankFromHR haven't tried that specifically, but start here https://www.vagrantup.com/docs/getting-started/ [16:01] x.x [16:01] i am getting this error root@wolf:~# sudo systemctl status apache2 => Failed to get properties: Failed to execute program org.freedesktop.systemd1: Permission denied anyone please can help me? [16:01] Sagar: again. Why are you using sudo in a root terminal? [16:02] what happens if you run that command without sudo? [16:02] FrankFromHR http://www.vagrantbox.es/ [16:02] still same [16:02] root@wolf:~# systemctl status apache2 => Failed to get properties: Failed to execute program org.freedesktop.systemd1: Permission denied [16:03] Sagar: what is the ubuntu version? === Dorami-Doraemon is now known as Dorami-Away [16:04] Ubuntu xenial 16.04 - server [16:05] is there any way to configure tightvnc server on ubuntu such that it doesn't require SSH tunneling? [16:05] I want to access it remotely on a VPS, but the config is requring SSH tunneling [16:05] I have a fresh install of Ubuntu Server 16.04 and am getting 401 Unauthorized errors whenever I try to do an apt-get update (or any thing on the web, actually). As far as I can tell I am not behind a proxy. Any suggestions on steps to resolve? [16:06] rjonesx: not recommended to not use ssh tunneling [16:06] MonkeyDust: sorry irc died...any ideas on hints of 16.04 install issues? [16:06] !vnc | rjonesx [16:06] rjonesx: VNC is a protocol for remote desktop. https://help.ubuntu.com/community/VNCOverSSH describes how to use it securely. It works best over fast connections, otherwise look at !FreeNX [16:07] nicomachus? [16:07] Though it seems to work fine for https.... [16:07] Sagar: checking. you might also try #ubuntu-server, FYI [16:07] no one replies in there [16:07] tried already [16:07] hello [16:07] Sagar, i couln't find any logic for that, seems like a PAM issue [16:07] PAM? [16:07] theseb not really, repeat the question and details in the channel [16:08] Hi [16:08] pam - Pluggable Authentication Module [16:08] MonkeyDust: Thanks I'll have a look at Vagrant [16:09] theseb: try the live mode for ubuntu, and try an install from there? [16:09] On Ubuntu 16.04 my laptop looses control of its fans, it only turns them off or maxes them out. This issue isn't present on 15.10. Any ideas? It's incredibly obnoxious and disruptive. [16:09] theseb: and perhaps disable updates from setup [16:10] lotuspsychje: did that many times.....EVERY time I install 16.04 on this old HP desktop it freezes at "Retreiving file 56 of 56"..I disabled updates and 3rd party proprietary and still same! [16:10] lotuspsychje: it ran 14.04 fine for years [16:10] lotuspsychje: i'm guessing 16.04 discards support for old hardware [16:10] theseb: are you sure it's freezing? [16:10] theseb: did you md5 the iso? [16:11] How do I find out if my laptop uses 32bit or 64bit UEFI? From Windoze [16:11] rubenwardy better ask in ##windows [16:11] rubenwardy: most recent machines are 64bit [16:11] rubenwardy, linux supports 64 bit UEFI only AFAIK [16:12] The webpage says there's a complicated workaround for 32bit [16:12] I really hope I don't have 32bit [16:12] lotuspsychje: yes on sha1sum [16:12] rubenwardy, check your cpu, if that is 64, bit, you are fine [16:12] nacc: well i left it overnight [16:12] theseb: other usb stick test? [16:12] OerHeks: there's a 32-bit grub-efi package. [16:12] lotuspsychje: well the same usb stick worked on a laptop [16:13] I have a 64bit CPU. I've read that sometimes they package a 32bit UEFI to save money [16:13] ducasse, oh, nice to know [16:13] NotDisliked: Do you have 32bit or 64bit version installed? [16:13] theseb: hmm thats weird, perhaps try bios set to defaults [16:13] rubenwardy, then it comes with 32 bit windows [16:13] the_ghost: 64-bit [16:14] oh, ok: so if both windows and cpu are 64bit, then I'm fine [16:14] lotuspsychje: another issue when trying to install php7.0-dev: The following packages have unmet dependencies: [16:14] php7.0-dev : Depends: libpcre3-dev but it is not going to be installed [16:14] theseb: can you read the error on those freezing steps? [16:14] lotuspsychje: any way to solve it? [16:14] i just reinstall dbus and worked fine [16:14] nicomachus? OerHeks? Thanks for the help though :) [16:14] Sagar, oh good find [16:14] enoch85: from where are you installing php7? [16:15] lotuspsychje: there isn't any....err...WHERE see the errors? [16:15] theseb: you can click to see details on the install window [16:15] OerHeks: linux supports 32-bit UEFI as well. Ubuntu doesn't build the AMD64 ISO for it, so it's slightly more complicated to get going [16:16] tgm4883, noticed, i had to update my old info [16:16] enoch85: you got ppa's enabled? [16:16] rubenwardy: what laptop? [16:16] is there a install log vc on the desktop image or just on server? [16:16] lotuspsychje: when i click on SKIP it showed a window..is that what you mean? [16:16] Sagar: glad it's working. [16:16] theseb: erm, at wich point exactly things go wrong? [16:17] asus x555la (the x555lab variety). i5-5200U@2.2GHz 8GB Ram, 1TB, 1920x1080 [16:17] tgm4883 ^ [16:17] lotuspsychje: I removed the ppa from sources.list.d/ [16:17] lotuspsychje: isnt that enough? [16:17] !ppapurge | enoch85 no [16:17] enoch85 no: To disable a PPA from your sources and revert your packages back to default Ubuntu packages, install ppa-purge and use the command: « sudo ppa-purge ppa:/ » – For more information, see http://www.webupd8.org/2009/12/remove-ppa-repositories-via-command.html [16:18] rubenwardy: AFAIK, it's just the bay trail stuff that has a 32-bit UEFI, mostly embedded stuff [16:18] NotDisliked: can you install (sudo apt-get install lm-sensors) and then (sudo sensors-detect) and answer yes to all. After that run (sensors) and share your temperature readings. [16:19] the_ghost: allow me to test that really quick [16:20] lotuspsychje: it nuked drive....copied bunch of stuff and stopped at "Retrieving file 56 of 56" [16:20] NotDisliked: Most of these issues come from the GPU getting hot not the CPU. If that is the case, your issue is probably related to nvidia driver issues. [16:20] theseb: or you cloning or real installing? [16:21] service apache2 start [16:21] doesn't show any output why? [16:21] ubuntu 16 [16:21] lotuspsychje: fresh install [16:22] lotuspsychje: just so you see i'm not crazy...someone else had similar...see this http://askubuntu.com/questions/774967/installation-is-retrieving-file-56-of-56-for-ages [16:23] service apache2 start doesn't show any output, i am on ubuntu 16.04 xenial [16:23] lotuspsychje: I tried to remove it tih ppa.purge but it says that it don't exist [16:23] theseb: are you installing with wifi or cable? [16:23] Sagar: That's usually a good thing [16:23] lotuspsychje: cable [16:24] O.o [16:24] Sagar: Usually only shows errors on start [16:24] theseb: try an offline install [16:24] jq- : it should show [16:24] apache2 starting ... [ok] [16:24] something like that? [16:24] Sagar: No [16:24] it used to [16:24] yes [16:24] The way I know apache started is that it doesn't not show something [16:24] Lolo [16:24] how does service management work on ubuntu/debian... used to 'service [servicename] stop|start|restart|etc...' [16:24] I mean wut [16:25] hello, how can i install this package? https://launchpad.net/ubuntu/+source/libsecp256k1 [16:25] My point is, nothing showing is good [16:25] what repo is it=?? [16:25] davemwi sudo service [blah] start|stop etc [16:25] damn wasted hours on this [16:25] MonkeyDust, oh...same, huh... [16:25] MonkeyDust, ahhhh 'apache2' [16:26] i was going with httpd [16:26] gecko_x2: what you need it for? [16:26] ...rusty [16:26] lotuspsychje i just need it [16:26] but i don't understand [16:26] why i can't find which repo it is in ANYWHERE [16:26] what arm architectures is xenial built for? [16:26] why is this so damn difficult [16:26] Lope better ask in #ubuntu-arm [16:27] gecko_x2: help us understand wich program you need it for [16:27] how hard can it be [16:27] no lotuspsychje [16:27] i just need it installed [16:27] that's all [16:27] can anyone [16:27] help [16:27] https://launchpad.net/ubuntu/+source/libsecp256k1 [16:27] how the hell can i get that installed [16:27] i've searched for hours and hours [16:27] NOTHING [16:27] lotuspsychje: how do I list all the installed ppas? [16:28] lotuspsychje: i installed from usb stick..is that offline? [16:28] lotuspsychje: or active ppas [16:28] gecko_x2: first step: chill. calm down. stop swearing. [16:28] lotuspsychje: how do "offline"? === u is now known as Guest70029 [16:28] !find libsecp [16:28] done [16:28] Package/file libsecp does not exist in xenial [16:28] theseb: no, disable cable and wifi [16:28] MonkeyDust, thanks! [16:28] gecko_x2: that url shows only a 16.10 package [16:29] davemwi glad i could help [16:29] lotuspsychje: it only shows BUGS for a yakkety package. [16:30] oh wait [16:30] ignore me [16:30] Is the process for installing xubuntu 15.04 on a UEFI laptop the same as installing ubuntu 15.04? [16:30] rubenwardy: you shouldn't be installing 15.04 [16:31] nicomachus i've been ignoring you for days now [16:31] :( [16:31] (joke) [16:31] https://github.com/bitcoin-core/secp256k1 [16:31] 15.04 is the latest xubuntu [16:31] i tried compiling [16:31] lotuspsychje: how do that? [16:31] doesn't work for the binary that needs it [16:31] !15.04 | rubenwardy [16:31] rubenwardy: Ubuntu 15.04 (Vivid Vervet) was the 22nd release of Ubuntu. Support ended on February 4, 2016. See !eol, !eolupgrade and http://ubottu.com/y/vivid [16:31] i get illegal flags [16:31] rubenwardy, 16.04 [16:31] rubenwardy: 16.04 [16:31] theseb: unplug your cable from your pc? dont enter a wifi password and proceed with ubuntu setup [16:31] oh, they did release a new one [16:31] rubenwardy: https://xubuntu.org/news/release/16-04/ [16:31] lotuspsychje: ok [16:31] ok, same question but for 16.04 [16:32] lotuspsychje: thanks [16:32] yea it's the same. [16:32] awesome [16:33] service apache2 start doesn't show any output like it used to starting/running .... apache2 [ok], i am on ubuntu 16.04 xenial [16:34] da [16:34] hello [16:35] so nobody knows [16:35] .. [16:35] !patience | gecko_x2 [16:35] gecko_x2: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/ [16:36] Sagar: https://help.ubuntu.com/lts/serverguide/httpd.html [16:36] gecko_x2: the package you want is for 16.10... [16:36] lotuspsychje oic.. [16:36] gecko_x2: you cant go mix package versions [16:37] well [16:37] gecko_x2: so tell us what you need it for now? bitcoin stuff? [16:37] yes [16:37] gecko_x2: from the github page you linked "This library is a work in progress and is being used to research best practices. Use at your own risk. [16:37] gecko_x2: wich package? [16:37] i know i know [16:37] gecko_x2: There's not really any advice to offer since the package is only available for 16.10. [16:37] i've had it working before [16:37] I mean, you could install a testing version of yakkety if you really wanted to. [16:38] what is yakkety [16:38] gecko_x2: there are some bitcoint libs in apt-cache search bitcoin [16:38] !find libsecp yakkety [16:38] Found: libsecp256k1-0, libsecp256k1-dev [16:39] yeah i dunno [16:39] !info libsecp256k1-0 yakkety [16:39] libsecp256k1-0 (source: libsecp256k1): library for EC operations on curve secp256k1. In component universe, is optional. Version 0.1~20160216-3 (yakkety), package size 107 kB, installed size 188 kB [16:39] gecko_x2: do you know what you want? [16:39] anyone got time to explain "Suggested packages: [16:39] doc-base [16:39] " - how do i find out why i should install that package? and why not force install that package with the same command? [16:40] lotuspsychje i've had this wallet working before [16:40] sorry forgot to modify the copy and paste and split lines. [16:40] glass: do you want some documentation for your packages that you will probably never read? It will take up hd space which depending on your device may or may not be a problem. [16:40] gecko_x2: thats not very informative for us [16:41] i try to compile it, or run the previously compiled binary i get [secp256k1] illegal argument invalid flags [16:41] gecko_x2: compile what [16:41] a wallet [16:41] gecko_x2: packagename? [16:41] obsolete and old [16:41] i can't tell you [16:41] i can't [16:41] dont' mind that [16:41] thanks pici: i see it now i didnt read the name of the package close enough to put 2 and 2 together. [16:42] lotuspsychje it's not a package in repos or anything [16:42] gecko_x2: ok, install 16.10 compile it there and grab the file you need [16:42] lotuspsychje how can i install 16.10? [16:42] i have no idea [16:42] gecko_x2: see #ubuntu+1 [16:43] is 16.04 current? [16:43] gecko_x2: keep in mind its still in developing phase [16:43] hello.. how can i give access to a folder and sub folders to any user? [16:43] is there some older ubuntu or debian distro that has this [16:43] it's years old [16:43] libsecp256k is years old [16:43] hey folks. I need some help with a preseeded install... [16:43] gecko_x2: http://cdimage.ubuntu.com/ubuntu-server/daily/current/ [16:43] glass: packages get 3 levels of dependencies. 1) Dependencies, these pacakges are required for your package to function. 2) Recommended: These often provide extra functionality. 3) Suggested: These are extra things that might improve the use of the package or work nicely with it. I generally disable recommended and suggests on my server installs, unless I have an excess of free disk space. [16:44] The installer is telling me that no kernel is available [16:44] Hello all. Can I ask for help? For some unknown reason - when I go into Synaptic Package Manager and click on "Repositories" - nothing happens. [16:44] nillawafer thx [16:44] :| [16:44] rm -rf #ubuntu/* [16:45] is there any way to adjust ubuntu's cache settings? i had to copy an 8GB file to a thumbdrive. the first half went at like 300MB/s as it filled the RAM from my SSD. The rest went at like 5. It also took a long time to unmount because the large cache had to be flushed [16:45] gecko_x2: http://cdimage.ubuntu.com/daily-live/current/ [16:45] gecko_x2: I accidentally sent you the server link earlier [16:46] pici: can you pastebin that modification? (i dont want to implement just see how you did it.) [16:46] initctl: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused [16:46] what is wrong? [16:46] I can't find any ARM packages in Ubuntu's repos? and I found this page which says you can install armhf Xenial 16.04. But there's nothing there? https://help.ubuntu.com/lts/installation-guide/armhf/pr01.html [16:47] gecko_x2: https://github.com/bitcoin-core/secp256k1 [16:47] Sagar: I thought you were on 16.04? [16:47] Yes i am on 16.04 [16:47] https://wp.colliertech.org/~cjac/tmp/no-kernel.png [16:47] Sagar: 16.04 uses systemd instead of Upstart. [16:47] https://wiki.ubuntu.com/SystemdForUpstartUsers [16:47] Lope better ask in #ubuntu-arm [16:48] MonkeyDust: nobody there to talk ot [16:48] nicomachus: i am having the issue === eights is now known as Guest17009 [16:48] Hi, wondering if it is possible to install yakkety yak into an old box which has geforce fx 5200 graphics card, if so how do I go about doing it or would I need to install an older version such as lucid lynx [16:48] james1138, fwiw, clicking on repositories works here.....seems to just open the Software and Updates which also can be accessed via the dash [16:48] my service apache2 status is not showing any output like it used to [16:48] it happened after i reinstalled dbus [16:48] any idea? [16:49] luxbox5235: #ubuntu+1 please [16:49] interestingly the release file shows ARM is available for 16.04 http://archive.ubuntu.com/ubuntu/dists/xenial/Release [16:49] glass: sure. I added a /etc/apt/apt.conf.d/02recommends file containing just this: http://paste.ubuntu.com/16526219/ [16:49] glass: alternatively there is the --no-install-recommendeds switch for apt-get [16:50] Clicked on Software and Updates - no response. [16:51] pici: i am starting to learn linux runs on .conf files =) [16:51] The only thing I can think maybe the problem was installing ICECAT browser... which may added Trisquel PPA/dependiences. [16:51] ee [16:52] where are you from [16:52] if someone here? [16:52] sowhy this is ubuntu support [16:52] i know [16:53] sowhy type /j #ubuntu-offtopic for nice social chat [16:53] i want to learn something [16:54] my English is poor ,sorry [16:54] i am noly a middle school student from Chian [16:55] moenkeyDust??? [16:55] sowhy: this channel is not for chat. Support only. Join #ubuntu-offtopic for chat. [16:56] oh i know what you say [16:56] thank you very much [16:56] nicomachus? [16:56] 呃呃 [16:56] Sagar: no idea, sorry. [16:57] dumb question. #if a advanced CLI user used "fish" and had for a while, shared the .bash_history with a new linux CLI user. do you think the new user would benefit from the auto completion function of fish more? === dada is now known as Guest93476 [17:00] how can I down ubuntu [17:00] hi I am wondering if anyone knows what the fix was for page orientation settings when printing with brother printers, I think its been resolved in Ubuntu, right now I am using opensuse so I would like to manually try the same fix whatever that was if possible...thanks in advance [17:01] if every body can answer my question? [17:01] sowhy: https://wiki.ubuntu.com/Releases [17:02] what the chat room about ubuntu [17:02] this is. there is also #ubuntu-cn for chinese. [17:02] sowhy you need to burn the iso using something like nero, or k3b dont copy image to cd but instead have it burn the image to the cd [17:02] !cn | sowhy [17:02] sowhy: 如欲獲得中文的協助,請輸入 /join #ubuntu-cn 或 /join #ubuntu-tw [17:02] sowhy, http://www.ubuntu.com/desktop/ubuntu-kylin [17:03] thank you [17:03] to the dvd rather [17:03] cdroms are too small you need dvd I think [17:03] 呃呃 [17:04] usb stick would be simplest [17:05] afterdesign: Poniewaz, jak powiedzialem, to ma sens tylko na poziomie religii. I on jest skierowany do ludzi, ktorzy czytaj go na poziomie religii [17:05] Sorry [17:05] Not here [17:08] * blacpythoz Hello [17:08] x [17:08] hi x [17:09] first time here [17:09] feeling Wierd~~ [17:11] neat === hunter is now known as Guest64566 [17:14] blacpythoz: welcome. this is the ubuntu support channel, for any support questions. chat can be had in #ubuntu-offtopic [17:15] now there's a useful comment, after five minutes of silence [17:16] :D [17:16] i try... [17:25] lotuspsychje: are you there? I tried to remove the ppa but all I get is this: http://pastebin.com/W6uC0Y17 [17:30] enoch85, seems like you have no ondrej ppa in /etc/apt/sources.list.d [17:30] maybe some other ppa? === Dorami-Away is now known as Dorami-quak === Dorami-quak is now known as Dorami-Doraemon [17:36] enoch85 install inxi ... then type inxi -r <-- -r for repos === brian is now known as Guest97607 [17:38] #join [17:40] MonkeyDust: thanks, will try that [17:40] Hello, anyone able to help configuring a touch screen? [17:41] OerHeks: no, I manually deleted them, but that should be enough right? why haven't they disappeared from the packages? [17:41] enoch85, if you manually deleted that file, the packages remain [17:41] ppa-purge reverses that [17:41] so, add the ppa again,a nd use ppa-purge [17:43] Anyone? [17:43] here are the repos MonkeyDust http://pastebin.com/rQPziQNX [17:44] OerHeks: ok, but how to remove the packages? I tried autoremove, clean, purge everything [17:44] i use xenial xerus, my ipad detected just as camera, how to fix it? Help please and thx [17:44] enoch85, told you: add ppa again, use ppa purge, then you would have standard php7 [17:44] and you can remove that [17:45] OerHeks: check this out: http://pastebin.com/PeSTe3Bk [17:45] I'm using 16.04, touch screen works but where I touch is off by almost an inch. Trying to find a way to calibrate and fix this.. :D [17:45] Hey folks [17:46] Is it possible to undo a rm command? [17:46] OerHeks: problem is that the ppa is deceperated, it was ppa:ondrej/php7.0 and now it is ppa:ondrej/php [17:46] enoch85, you will keep funny errors, untill you cleaned that ppa from your system. [17:46] does that make any difference OerHeks [17:46] i don't know, enoch85 , we warn against ppa's. [17:48] BlackVenom: not really. [17:48] OK not to worry [17:48] It wasn't to important anyways === [Mr_Red]OFF is now known as Mr_Red [17:48] BlackVenom: you could try to scan the hdd for parts that are not overwritten already, but that is a lot of effort [17:49] BlackVenom: try extundelete [17:49] ok OerHeks your sulution worked, install and then purge [17:49] k1l it was only a log file that'll be recreated soon enough so nothing too major [17:49] thanks! [17:50] enoch85, have fun! === Sagar is now known as Guest77490 === Sagu is now known as Sagar [17:50] I didn't know if rm simply moved it to a trash folder somewhere that was periodically deleted [17:51] BlackVenom: the trash folder is a gui thing [17:51] Ah === Mr_Red is now known as [Mr_Red]OFF === john is now known as Guest38607 === sebbu3 is now known as sebbu [17:54] <_3by8> I need some help mounting a VMWare HGFS share from a Windows host so that file permissions don't all get squashed to root. I've been told that changes to the fstab in regards to the UID might help. Any ideas? === csyogi1 is now known as csyogi [17:59] my chrome wont print anything it prints a blank page. does anyone know why? [17:59] <_3by8> Powerless: have you tried printing more than one page? [17:59] <_3by8> Powerless: I mean from other domains. [18:00] _3by8, yes.only mozilla prints [18:00] _3by8, it only happens with pdf [18:00] <_3by8> Powerless: how many different domains have you tried printing from? [18:00] <_3by8> Powerless: try saving the PDF first and then print it. [18:01] it saves a blank page [18:02] <_3by8> Powerless: save the PDF in Firefox first. [18:02] I apologize that I forget who gave me the link to calibrate touch screen.. but it worked perfectly. thank you so mu ch [18:02] <_3by8> Powerless: where did you install Chrome from? [18:02] <_3by8> Powerless: could you maybe share the link you're trying to print? [18:03] _3by8, im afraid not..from chrome website [18:04] <_3by8> Powerless: have you tried downloading the PDF using Firefox or the commandline utility wget? [18:04] <_3by8> How large is the PDF file that you've downloaded on your disk? [18:05] _3by8, actually i dont wanna download it..it just opens on my chrome and i click to print it [18:05] <_3by8> Can't help you then. [18:06] _3by8, i havent tried this wget [18:06] Powerless, to print, you will need to sve to disk first [18:06] Hi, i have a problem running win 7 in virtual box, said me "VT-x is disabled in the BIOS for all CPU modes (VERR_VMX_MSR_ALL_VMX_DISABLED). Código Resultado: NS_ERROR_FAILURE (0x80004005) Componente: ConsoleWrap Interfaz: IConsole {872da645-4a9b-1727-bee2-5585105b9eed}" [18:06] c/save [18:06] Stiward: go to the bios and enable vt-x [18:07] i had to enable vt-x to use 64bit iso's in vbox [18:07] Hello all, my ubuntu won't boot correctly unless I go through "recovery mode" and do dpkg in there(even though dpkg does nothing) [18:07] Powerless, that is why ubuntu/linux is safe, no funn print access from a browser [18:07] rafgas: try booting it without quiet splash to see the output while it boots [18:08] Eric^^: just add - - quiet splash in boot line? [18:08] OerHeks, but i can download anything I want but PDF using chrome and I download everything from other browsers [18:08] rafgas: no just remove quiet splash [18:09] EriC^^: thanks, i got one question, When I entered the center this did not load software window and installed updates [18:09] Ah, doing that now [18:09] <_3by8> Powerless try downloading the PDF with wget. The syntax is simply wget http://www.yoururlhere.com/yourpdf.pdf [18:09] Stiward: didn't get what you meant [18:09] Powerless, then don't save it to disk, your choise [18:10] I've noticed that shutting down takes longer than before also [18:10] EriC^^: ?? [18:10] _3by8, i dont know how :/ [18:10] Stiward: i didn't understand what you meant, what center? [18:10] EriC^^: sorry, ubuntu software center [18:10] <_3by8> Powerless: do you know how to use the terminal? [18:11] _3by8, yes [18:11] Stiward: there's a button at the top that says updates [18:11] <_3by8> Powerless: simply type the command 'wget' followed by the URL of the PDF file [18:11] Stiward: if you click it it should show them [18:11] 8″? [18:11] EriC^^: yes but that window not load [18:12] Eric : I see a long list of [ OK ], and then "welcome to emergency mode" [18:12] Stiward: hmm what happens, i've no idea about this honestly [18:12] rafgas: does it say why [18:13] _3by8, i have no problem vizualizing it. my pdf viewer opens and i can see it. I just can see when i click to print it and it opens the preview of the print you know? [18:13] There is an option to "type journalctl -xb" to view system logs, should I do that? [18:13] rafgas: yeah why not [18:14] EriC^^: And how advisable it is to use solidworks, photoshop and Illustrator with virtualbox in ubuntu? [18:14] <_3by8> Powerless: we've already determined that you can print other PDF documents from other domains, correct? [18:15] _3by8, no, i cant. not on chrome at least [18:15] Stiward: never tried it [18:15] photoshop? I'm a bit of a newbie but why not use gimp and see what you can do with that? [18:15] Eric^^: ACPI warning... Something about type mismatch. That's all I see that looks like an error or similar [18:16] rafgas: ok, try booting into an older kernel [18:16] EriC^^:last question, in the bios, to enable vt-x; the option to enable it apear like "vt-x"? [18:16] Powerless: chrome is a google product, we support ubuntu. [18:16] <_3by8> Powerless: do you also have Adobe Acrobat installed? [18:16] _3by8, if click to save as PDF it shows but if i choose my printer is shows blank [18:16] Stiward: unadvisable for SOlidWorks. It'll be slow for Photoshop and Illustrator. [18:17] Stiward: the BIOS option varies system to system [18:17] when you highlight the older kernel press "e" and go to the line at the bottom that says linux /boot/vmlinuz and see if there are any acpi_osi stuff in it [18:17] Stiward: yeah enable vt-x or virtualization [18:17] Stiward: it may be "Enable VT-X" or "Expose virtualization to guests", or similar [18:17] <_3by8> Powerless: do you have Acrobat installed? [18:17] Tried that Eric: a few lines down it says "nvidia-persistenced [694] : shutdown. [18:17] ducasse, make a browser that does everything I need and ill move to it [18:17] EriC^^: thanks [18:18] _3by8, nope [18:18] Stiward: no problem [18:18] Has anyone here ever use keepalived? [18:18] Perhaps boot through recovery and downgrade nvidia driver? [18:18] rafgas: yeah good idea [18:18] teward: and why slow for photoshop and illustrator?, solidworks not need more resourses? [18:19] <_3by8> Powerless: have you tried resetting the browser's settings? [18:19] _3by8, i just installed it.. its flesh :P [18:19] Stiward: three of my engineering buddies tried it in VBox, unless you are able to give 6GB RAM minimum to the guest, SolidWorks doesn't like working right. Same "slowness" for Photoshop/Illustrator as well [18:19] _3by8, linux i mean [18:19] <_3by8> Powerless: okay, have you tried opening it in an incognito window? [18:20] Powerless: the fact that you need it doesn't make it any more supported here. [18:21] ducasse, you use linux and only linux or do you install programs on it? [18:21] _3by8, yes [18:21] <_3by8> Powerless: what he's saying is that this is actually a Chrome issue and he'd be right. [18:21] teward: my maximum RAM capacity of 8GB or well that is what brings my computer [18:21] Powerless linux programs are different from windows programs [18:22] teward: it is sufficient that? [18:22] _3by8, ok thanks I will try somewhere else :) i appreciate it [18:22] <_3by8> np [18:23] Stiward: personal experience suggests it may be but i don't think it'll be effectively fast for your host (the less ram available to the host, the slower it gets) [18:23] Stiward: why dont you dual boot? [18:24] Eric : still a no-go with downgraded nvidia driver [18:24] Is it possible to make a DVD-R which is UEFI only? Or can you only do that with USBs? === rafael is now known as Guest14297 [18:24] good evening [18:25] Eric : now it says this "no ACPI video bus found" [18:25] After a few Lubuntu 15.10 updates and a long term with out using pc, my dual boot laptop lubuntu 15.10/windows 10, keyboard dont work on login screen to insert password. On windows work perfectly. I tryed a usb lubuntu live persistent, but is same thing keyboard dont work. [18:25] teward: can u explain me that please? [18:26] Eric^^: I'll take a picture and link it here [18:27] rafgas: what kernel line is being used in grub? [18:27] EriC^^: I dont like windows, but if i use dual boot that will not lower the performance of my computer compared if only tubiera ubuntu? [18:27] Hold on, I'll check [18:28] rubywarden: should be possible with a dvd, the ubuntu images are just iso images. should still work on a dvd without the mbr. [18:28] EriC^^: I dont like windows, but if i use dual boot that will not lower the performance of my computer compared if only have ubuntu? [18:29] ducasse, it's possible to make a USB iso which won't allow you to accidentally boot it in BIOS legacy [18:29] by formating it as FAT32 or something [18:29] Stiward: no it won't affect ubuntu other than using up space on the hdd [18:29] http://askubuntu.com/questions/395879/how-to-create-uefi-only-bootable-usb-live-media/ [18:29] I guess it doesn't matter that much [18:29] Stiward: the performance compared to using a vm will be huge though [18:30] rubywarden: should work fine. [18:30] EriC^^: And why its better the dual boot compared to the virtual box? [18:31] how to save ubuntu unity session? [18:31] uruk it's a gconf setting [18:31] Stiward: cause virtualbox you're already running an os, and running another os virtualized in it, you're already using resources on the host, less ram, graphic card, etc [18:32] Stiward: those programs do a lot of rendering, they need as much cpu/graphics/ram as possible [18:32] rubywarden: an iso image uses el torito to store an mbr, but should work just fine with just an efi system partition. [18:32] monkeyDust I have ubuntu 15.10 and conpizconfig how to save unity sessions [18:33] rafgas: you got it working? [18:33] some expert lubuntu can help me ? After a few Lubuntu 15.10 updates and a long term with out using pc, my dual boot laptop lubuntu 15.10/windows 10, keyboard dont work on login screen to insert password. On windows work perfectly. I tryed a usb lubuntu live persistent, but is same thing keyboard dont work. [18:33] rubywarden: just put the dvd in a microwave for 1 sec, it should fry the mbr and leave it uefi bootable (j/k) [18:33] Argon : no, trying to make imgur work for me so I can show what I see [18:34] uruk install dconf-editor ... in it, go to org.gnome.SessionManager [18:35] EriC^^: mmm but I managed to run these programs, not virtalbox in ubuntu; these would be more efficient than ubuntu windows or not? [18:35] Stiward: i didn't understand what you meant [18:35] Eric : what am I looking for in the kernel line? [18:36] rafgas: anything out of the ordinary [18:37] this is ordinary /boot/vmlinuz-4.6.0-040600rc6-generic root=UUID=dfb3a391-d38c-4468-a62b-68d02ac2504a ro quiet splash $vthandoff [18:37] MonkeyDust SessionManager not exists in org>gnome> [18:37] rafgas: fyi, you can use "cat /proc/cmdline" to see your current kernel line in use... [18:38] uruk have you opened dconf-editor? [18:38] yes [18:39] EriC^^: nothing strange here... Except it says $vt_handoff [18:39] EriC^^: those programs are work better in ubuntu than in windows (but without use virtualbox)? [18:39] uruk click on org, then gnome, then gnome-session [18:40] Stiward: they dont exist in ubuntu, they have counterparts though, gimp instead of photoshop, freecad instead of solidworks, and libre draw i think instead of illustrator [18:40] not sure how close freecad is to solidworks, i think it's parametrized and has infinitesimal analysis/meshes [18:40] ok org>gnome>gnome-session>auto-save-session thanks monkeyDust [18:41] also there's inkscape that's like illustrator [18:41] EriC^^: http://imgur.com/1t6xGT3 [18:41] i probe [18:41] in ubuntu 16.04, on my laptop, itll often say on boot "fixing recursive fault but reboot is necessary", then a bunch of other stuff and it just freezes -- but if i choose the boot option 'upstart', that works fine, fixes the filesystem or whatever (cause i did i hard shutdown), and then if i reboot ubuntu will boot normally... it just cant seem to do its journal repairing stuff that way [18:42] laptop is an hp 6910p if it matters, core2duo t7700 === Queenslayer is now known as Guest84265 === Arrow_ is now known as Queenslayers [18:42] looks fine rafgas === Queenslayers is now known as Queenslayer [18:43] rafgas: try to add "nomodeset" instead of quiet splash [18:43] EriC^^: will do (what does that do?) [18:44] Hey guys! I'm thinking of setting up a ubuntu server for webhosting on Linode and currently my main concern is security setup.. Could anyone point me in the right direction to set that up a guide/tool or whatever [18:45] rafgas: it's like low graphics mode [18:45] darko0 there's also #ubuntu-server [18:45] oh thx! [18:45] EriC^^: same results... [18:45] bb :) [18:45] rafgas: ok boot the recovery mode [18:46] can you get a gui from there with the failsafe option? [18:46] monkeyDust i probe it dconf for save sessions and doesn't work [18:46] hi [18:46] uruk ok, then i don't know [18:46] <_3by8> Does anyone know how an HGFS share is automatically mounted? Which script is responsible for that if I have an HGFS share on a Windows host and Linux guest? [18:47] EriC^^: i don't see failsafe option, resume, clean etc, but no failsafe [18:47] ok try enable networking [18:47] then drop to root shell [18:47] K [18:48] rafgas: how did the problem start? [18:48] I have 9 workareas with diferents backgrounds and ubuntu 15.10 and compizconfig and i want save session in all workareas this is possible? [18:48] Normal update software, reboot and boink [18:48] rafgas: have you had a look at the logs+ [18:48] EriC^^: in root now [18:49] With net [18:49] rafgas: ok, type tail /var/log/apt/history.log | nc termbin.com 9999 [18:49] argon__: I looked at some logs, not sure which I should look at [18:49] Will do EriC^^ [18:51] EriC^^: jfgh [18:51] the log for your pacakage manager probably, apt [18:51] hello dears [18:52] EriC^^: that is what I did earlier, downgraded nvidia [18:52] rafgas: oh [18:52] rafgas: try this command and have a look at the driver in use lshw -c video [18:52] rafgas: try cat /var/log/apt/history.log | nc termbin.com 9999 [18:52] how to know all windows opens and positions in desktops unity from terminal? [18:52] argon__: he's not in x yet [18:53] <_3by8> Does anyone know how an HGFS share is automatically mounted? Which script is responsible for that if I have an HGFS share on a Windows host and Linux guest? [18:53] Oh, then we have a problem [18:54] EriC^^: cpi9 [18:55] (í can't scroll up the screen) [18:55] none had same experience before ? [18:55] !crosspost | aladiah [18:55] aladiah: Please don't ask the same question in multiple Ubuntu channels at the same time. Many helpers are in more than one channel and it's not fair to them or the other people seeking support. [18:56] rafgas: try ubuntu-drivers devices and see the recommended driver [18:57] EriC^^: it recommends the one I had when the problem started [18:58] rafgas: did you try purging nvidia* ? [18:58] EriC^^: could it be trying to run both nvidia and Intel screen drivers at the same time? [18:58] No purging, no, how do I do that? [18:58] apt-get purge nvidia* [18:59] And then reboot? [19:00] yes [19:01] EriC^^: No-go [19:01] what did it say [19:01] Same results, emergency mode [19:02] rafgas: ok try to boot into the root shell again [19:02] Done, with network [19:02] and try cat /var/log/apt/history.log | nc termbin.com 9999 [19:03] EriC^^: 125g [19:03] 404 [19:04] ibyt [19:05] hello all, what is the best way to configure "switch layout while right alt is pressed" in Ubuntu 14.04 and higher? === rubywarden is now known as rubenwardy [19:06] i have a problem running Raidcall with wine, said me "Detalles: Falló al cambiar al directorio «/home/roldan/.wine/dosdevices/z:/home/roldan/Descargas/RaidCall» (No existe el archivo o el directorio)" [19:07] i have a problem running Raidcall with wine, said me "Details: Failed to change the "/home/roldan/.wine/dosdevices/z:/home/roldan/Descargas/RaidCall" directory (No such file or directory) Details: Failed to change to the "/ home / directory roldan /.wine/dosdevices/z:/home/roldan/Descargas/RaidCall "(No such file or directory)" === bernardo is now known as bsamorim [19:09] Stiward: It might be worth asking that in the wine support channel [19:10] !wine | Stiward [19:10] Stiward: WINE is a compatibility layer for running Windows programs on GNU/Linux - More information: https://help.ubuntu.com/community/Wine - Search the !AppDB for application compatibility ratings - Join #winehq for application help - See !virtualizers for running Windows (or another OS) inside Ubuntu [19:10] though does that file exist? i.e. what does this output? ls -ld /home/roldan/Descargas/RaidCall [19:11] DJones: how i can go to that channel? [19:11] ./join #winehq (I guess) [19:11] Stiward: Type /join #winehq [19:14] running windows7 with virtualbox i cant see the pointer [19:17] Stiward sure you have to be in this channel? === ijens_ is now known as iJens [19:20] Hello [19:20] I have a question about SSL certificates [19:21] EriC^^: i think I fixed it [19:22] rafgas: cool, how? [19:22] EriC^^: i remembered that I added a webdav mount I'm fstab, I commented that line out and I'm in, I'm gonna retry to be sure [19:23] And perhaps get help with the webdav mount then... ;) [19:23] 1. I would like to know what is the best practise about intermediate CA ? Intermediate CA must be installed on servers (LDAPS, AD, HTTPS) or on clients ? 2. Is-it possible to sigen a certificate using both SHA-1 and SHA-2 ? Thanks :) [19:23] Eric, yep, that worked [19:24] rafgas: cool [19:25] omouk: intermediate certificate should be bundled and presented by the server [19:26] Termbin.com/n28s why does the webdav mount break my boot? [19:28] TJ-: Thanks, so if I use active directory to store public certificates (for mail crypting), I have to installed intermediate certificate on Active Directory, not on mail clients ? [19:28] rafgas: try to uncomment it and type sudo mount -a [19:29] omouk: And I don't think X509 supports multiple signature algorithms in a single cert [19:29] EriC^^: it asks for username and password, can't I add that to fstab? [19:30] omouk: yes, you may be able to install it once to be shared by all services, or install it bundled with the server's certificate [19:30] https://webdav.example.com /home/username/webdav davfs user,noauto,uid=username,file_mode=600,dir_mode=700 0 1 [19:30] TJ-: thank you very much for your anwsers :) [19:31] Error while copying to a USB stick: The destination is read-only [19:31] Hmm, strange the server doesn't accept webdav anymore , this doesn't look like an ubuntu problem anymore... [19:31] mount manually [19:32] ioria: hm? [19:33] Directed at me I think [19:33] varaindemian, was for rafgas [19:35] rafgas, ever worked that line in fstab ? [19:36] anybody? [19:37] Not sure now ioria [19:37] My connection in caja works every time, maybe that tricked me [19:37] Hi. How do I quickly fix refresh rate on my HDMI output? Screen options are not recognised properly, only get interlaced outputs on my TV while it works well via Win10. [19:38] varaindemian dirty workaround: copy the USB content to your HDD, then format USB [19:38] rafgas, https://wiki.archlinux.org/index.php/Davfs [19:38] join #docker [19:40] hi guys ... what script to clean whole system? [19:41] tumbler: Whattya mean? [19:42] tumbler i have a custom script, moment... [19:42] !info bleachbit [19:42] bleachbit (source: bleachbit): delete unnecessary files from the system. In component universe, is optional. Version 1.10-1 (xenial), package size 284 kB, installed size 1813 kB === cigumo_ is now known as cigumo [19:43] tumbler I picked this up in this channel ... save it as 'fixpackages' ... make executable with 'chmod +x fixpackages' ... then run it with './fixpackages' ... http://paste.ubuntu.com/15121279/ [19:43] MonkeyDust: I did format it couple of times.. [19:43] tumbler wrong link, Verzeihung [19:45] Anoone could please help how to add a HDMI output mode with xranrd --newmode to quickly fix lacking 1080p50/60 output options for my TV? [19:45] MonkeyDust: what does your script do? [19:46] i need something of simple to clean apt ... stop === thomas_ is now known as Guest22303 [19:46] tumbler disregard my reply, it's not relevant, my mistake [19:46] i saw that [19:46] i am wondering what it did [19:47] tumbler: I still don't get what you want to do precisely? [19:48] hi, i am trying to install ubuntu-gnome-16.04 and it seems to get stucked in the screen "preparing to install ubuntu gnome" [19:48] any idea of what i could do? [19:48] After upgrade to 16.04, my authdeamond got kicked out of the building and I now need to run "/usr/sbin/authdaemond start" upon laptop restart. How do I make sure it runs automatically? [19:48] Where do I put what? [19:48] Or what do I debug? [19:49] http://i.imgur.com/x5JNFxq.png [19:49] AlexQ: usual things apt-get autoremove apt-get clean [19:50] any fully script [19:50] i will wait one more hour [19:50] i'll use bleachbit [19:50] apt autoclean or apt autoremove? [19:51] men i use arch for 3y by now ... i need simple script for my father's pc [19:51] anyone knows [19:53] i gotta go === pedro is now known as Guest29914 [19:59] :( [19:59] just want to install this thing [20:01] feneco: ok [20:01] feneco: what's the problem? [20:01] feneco: oh I see the issue above now [20:02] sebsebseb: i am on the live usb now, on ubuntu gnome, cant get past this screen http://i.imgur.com/x5JNFxq.png [20:02] feneco: have you re booted treid live seession again? [20:02] i created the usb installer with dd, on fedora 23 on another compter [20:02] feneco: you might also have a bad Live Media as in it didn't do it properly [20:02] !md5sum | feneco [20:02] feneco: To verify your Ubuntu ISO image (or other files for which an MD5 checksum is provided), see http://help.ubuntu.com/community/HowToMD5SUM [20:03] feneco: that could be if so since the ISO didn't download properly, or your burn didn't go right [20:04] Could someone please help me with adding a Xorg display mode? Generated some with cvs and it works, but is slightly hazy. Could I copy the data required from Windows10, where there is a required mode available and works perfectly? === [Mr_Red]OFF is now known as Mr_Red [20:04] э [20:04] hi [20:04] arkadiy: 4 [20:04] buzze: HI [20:05] sebsebseb: im downloading a new iso to try to create from this live usb [20:05] че тут? [20:05] feneco:you should md5sum check the ISO to [20:05] feneco: to make sure it downloaded ok [20:05] or find out that itdidn't [20:05] feneco: yes it probably has but still good to check [20:05] what this&&&? [20:06] im trying out ubuntu MATE on vm , its awesome :) [20:06] !support arkadiy [20:06] !support [20:06] The official ubuntu support channel is #ubuntu. Also see http://ubuntu.com/support and http://ubuntuforums.org and http://askubuntu.com [20:06] MonkeyDust: it's freaking impossible [20:07] to copy some files to a usbstick drive under ubuntu [20:07] my usb dac audio stops working all the time since upgrade to 14.04 [20:07] varaindemian: what? that is easy. what is the exact issue? [20:07] 16.04 [20:08] k1l: Error while copying to a USB stick: The destination is read-only [20:08] varaindemian: so that is quite self explaining [20:08] 16.04 [20:08] k1l: I tried to format it hundreds of times [20:08] varaindemian: "mount | nc termbin.com 9999" [20:08] varaindemian: "dmesg | nc termbin.com 9999" [20:09] please show 2 urls in here [20:09] sebsebseb: it's download, im going to try [20:09] thanks [20:09] feneco: ok good luck :) [20:09] k1l: http://termbin.com/esvc http://termbin.com/i9uc [20:09] varaindemian: you know what "The destination is read-only" means? it means that you cant write to the destination. most times that happens when an error occurs (hardware error ?) so the data doesnt get deleted [20:10] anyone have a laptop they recommend for running Linux? https://news.ycombinator.com/item?id=11740120 [20:10] k1l: the usb stick drive is removed now [20:10] how come i can mount ~/owncloud manually, but my fstab doesnt work? Doesnt mount ~/owncloud search its info from fstab? [20:11] k1l: so how can I fix this? [20:11] varaindemian: was it sdb? [ 6855.522902] FAT-fs (sdb1): unable to read boot sector to mark fs as dirty [20:12] ubuntu-gnome@ubuntu-gnome:~/Downloads$ md5sum ubuntu-gnome-16.04-desktop-amd64.iso [20:12] d49a40366d6319501ff5b2d11b3bbf0b ubuntu-gnome-16.04-desktop-amd64.iso [20:12] k1l: its the usb stick I am trying to write [20:12] varaindemian: that sounds like a hardware issue from the usb drive [20:12] varaindemian: try on another usb port. [20:13] k1l: I did.. [20:13] could someone point me towards a good resource for figuring out xkb? [20:14] k1l: http://termbin.com/rczb http://termbin.com/6uk2 [20:14] Now it's connected [20:14] varaindemian: FAT-fs (sdb1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck. [20:15] varaindemian: which means. unmount the FS and run a fsck on the partition [20:16] k1l: Why does it work perfectly fine under windows/.. [20:16] i have a problem [20:17] varaindemian: because you should start unmounting devices properly. if you want your data not to be deleted accidently [20:17] i need to play ffix in pcsx like epsxe with the same savegame [20:22] can anyone help me out, I'm trying to get Ubuntu 16.04 to boot a custom xsession...I've spent a fair amount of time googling but all the documentation is out of date === fantasma is now known as Guest4010 [20:24] ola [20:25] Guest4010 hola [20:26] What common pitfalls are there when installing (x)ubuntu 16.05 to dual boot with Windows 10? I've burned a amd64 ISO to a DVD-R using Windows Disc Image Burner. === rubywarden is now known as rubenwardy [20:26] Will the Bootloader (GRUB?) support UEFI automatically with the standard amd64 download? [20:27] rubenwardy: yes, if the installer *boots* in UEFI mode it'll install grub-efi === jwheare_local_ is now known as jwheare_local [20:27] gnome panel issue with vnc : http://paste.linux.chat/view/4fb3db18 [20:28] rubenwardy: controlling the boot mode is down to the motherboard's boot manager, and what you, the user, chooses [20:29] awesome, so as long as I check that the installer is in UEFI mode (the wiki page says that it'll come up with a black options screen with Try/Install ubuntu, and no pink screen) then it should work fine? [20:29] rubenwardy: the installer will use GRUB if it starts in UEFI mode, so the boot menu will have the GRUB version printed across the top [20:29] hai, how to find out trouble that freezing my laptop? I am on xenial xerus [20:29] rubenwardy: if it boots in MBR mode it'll use the syslinux/isolinux boot menu not GRUB [20:30] I see [20:31] This thread mentions possibly changing OS Selection in the boot config: http://ubuntuforums.org/showthread.php?t=2253168&page=2 [20:31] Does anyone know anything about that? Is that only applicable for booting in legacy mode? [20:35] rubenwardy: the firmware will have a boot manager menu. Usually there's a key you can press at boot-time that can access it, then you get to choose which device or boot-menu entry to use. For a removable device that has both UEFI and Legacy boot built-in, the menu should show 2 entries for the device and indicate in some which is EFI and which is Legacy [20:36] oi [20:36] rubenwardy: unfortunately the way it is indicated is left to the manufacturers so there's no standard, and some make it all but impossible to figure out [20:36] Howdy [20:36] portugues [20:36] alguem [20:36] brasil [20:36] !pt | fantasma_ [20:36] fantasma_: Por favor, use #ubuntu-br para ajuda em português. Para entrar no canal por favor faça "/join #ubuntu-br" sem as aspas. Para a comunidade local portuguêsa, use #ubuntu-pt. Obrigada. [20:39] Trying to run this: https://github.com/mame/quine-relay ... but it stops on 95/100 because it can't find a "ppt" executable for punched tape? [20:39] any idea where I can get this? [20:40] it looks like it might have been provided by bsdgames? [20:40] FunkyELF: yep, it comes with bsdgames [20:41] Pici: hmm... looks like its in /usr/games probably not on PATH [20:41] FunkyELF: seems to be on my $PATH, I don't recall if I changed that though. [20:42] Pici, I'm root... I was running this inside of Docker [20:42] I wasn't about to install 100 different compilers on my host machine ;-) [20:44] morning [20:44] hi [20:46] Mr_Red: Hi ! Welcome to ubuntu support on IRC :) [20:48] gecko_x2: extended issues at home here, did you get your package question answered from this morning? [20:51] nacc i believe the binary i'm using needs and older version no longer avail.. i gave up and looking at other solutions.. but thx [20:51] gecko_x2: ok, the package, as i recall it, was https://launchpad.net/ubuntu/+source/libsecp256k1, which is only available for 16.10 [20:52] i compiled it from github [20:52] doesn't matter though [20:53] gecko_x2: ok [20:58] Hi everybody [20:58] shah que tal? [20:59] brazil eu sou [20:59] I m from brasil [20:59] Bien y tu ? [20:59] Im from france, in live from bolivia [20:59] im spanish lol [21:00] jajaja supongo que bien [21:00] !english [21:00] The main Ubuntu channels require that you speak in calm, polite English. For other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList [21:00] Thanks [21:01] !spanish [21:01] En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba " /join #ubuntu-es " (sin comillas) y presione intro. [21:01] But there is the default irc of my device, and i cannot change the canal... [21:02] Shah_ what channel doe you mean [21:03] shah_ write /join #ubuntu-es [21:03] Thx, but no hablo espanol... :p [21:04] I'm on ubuntu touch chatter application, and i can't change channel [21:06] Hi! [21:06] find /var/lib/php5/ -depth -mindepth 1 -maxdepth 1 -type f -cmin +$(/usr/lib/php5/maxlifetime) ! -execdir fuser -s {} 2>/dev/null \; -delete [21:06] What does the last part after maxlifetime do? [21:06] hi [21:07] is someone here is familiar with apparmor profile? [21:11] Hello [21:11] New to linux as a whole, where do I find the install location of programs? [21:11] Humorousone /user/bin [21:11] I'm trying to drag a plugin file into my keepass installation directory :P [21:11] MonkeyDust <3 [21:12] Humorousone /usr/bin rather [21:12] I was about to ask about that [21:12] :P [21:14] any assistance with getting fish to launch when i ctrl+alt+t ubuntu mate 16.04 [21:14] hmm [21:15] I can't find the plugins folder with keepass [21:16] anyone got a trusty install that is able to pastebin a file for me? [21:17] MonkeyDust, for some reason the directory is under /lib/keepass : [21:17] :/ [21:17] and it has no plugins folder D: [21:18] Humorousone: which instructions are you following? [21:18] xzcvczx: I've a chroot, what do you want? [21:19] Humorousone: check out http://tldp.org/LDP/intro-linux/html/sect_03_01.html [21:19] TJ-: nvm i was able to download the source package from ubuntu and found it that way, thanks anyways :) [21:19] Great find [21:20] I'll try to get a pastebin of the instructions given [21:21] Humorousone: for any package installed from the archives, or a .deb, "dpkg -L " will list all its installed files [21:22] Humorousone: to find the absolute path to any executable (that is on the search PATH) use "which " [21:23] one thing that's confusing me [21:23] " It is assumed KeePass is installed to:/home/zander/KeePass " ~ from the instructions [21:23] whoops, left my username in ther [21:23] *tehre [21:29] its possible instal windows next to ubuntu, having actually just ubuntu un my computer? [21:30] Stiward yes, but windows will 'ruin' GRUB ... it's better to install windows first, then ubuntu [21:30] Hey I have a question, just installed ubuntu xenial with windows 10 on it. Everything went okay. install went okay booted up in grub, so i choose the windows one to check if windows still worked. No problem then i reboot so i can start in ubuntu but it auto boots i windows now. [21:31] LordSeaworth during boot, hold shift pressed to go to the grub menu [21:31] MonkeyDust: will 'ruin' GRUB??? [21:31] Stiward yes, you will have to repair grub [21:31] MonkeyDust, ill try that [21:32] LordSeaworth, have you turned off fastboot? [21:32] or fast startup [21:32] in power options [21:32] ill check that to [21:32] brb [21:32] MonkeyDust: what is grub? [21:32] well Windows usually overwrites the bootloader [21:33] Stiward: bootloader that many Linux distros use [21:33] Stiward grub lets you choose between windows and ubuntu, it's a menu [21:33] hey. I'm searching fore a file browser that shows miller columns in a really nice "finder" like way... IDEAS? [21:34] MonkeyDust: and how can i do to reapir it? [21:34] !repairgrub | Stiward [21:34] rittle: http://askubuntu.com/questions/396107/how-to-have-nautilus-window-divided-into-two-or-three-columns-like-mac-miller [21:34] !grubrepair [21:34] GRUB2 is the default Ubuntu boot manager. Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub2 [21:34] MonkeyDust: how can i go to that chanel? [21:35] Stiward what channel? [21:35] MonkeyDust: chat, sorry [21:35] Okay din't work and fast boot is disabled [21:36] Stiward what chat do you mean? [21:36] LordSeaworth: you definitely disabled fast startup in power options [21:36] ? [21:36] power options > change what the buttons do > show hidden options > uncheck fast startup [21:36] rubenwardy3: Yeah Fast boot is disabled [21:37] fast boot is a UEFI setting afaik, fast startup is a Windows 10 one [21:37] MonkeyDust: !repairgrub [21:37] my windows and ubuntu or both uefi [21:37] ? [21:37] When you have windows 10 loads, do that route I said [21:38] Stiward open the links that ubottu shows [21:38] what route? [21:38] power options > change what the buttons do > show hidden options > uncheck fast startup [21:38] good god I am a moron. [21:38] search for power options using search/cortana [21:38] The plugins folder was just hidden for some reason. [21:39] reisio: thanks. why is marlin not in the ppa [21:40] okay now i should reboot and it should show grub? [21:40] rittle: ? [21:40] hopefully [21:40] okay ill be back in a min [21:41] hi gents, perhaps a tad off topic, but can anyone please identify the power connector in this pic? http://postimg.org/image/rbhti56rl/ from left to right +12v, -12v, gnd, +5v === rubenwardy3 is now known as rubenwardy [21:42] Still autoboots in windows [21:44] I have an external HDD that has been giving me problems read/write, is there a good HDD repair tool that will do a full scan on the HDD marking any bad spots possibly making it usable again? [21:45] reisio: I mean in the main repo... [21:46] reisio: or in the ubuntu store... [21:48] mac3lite 'man badblocks' [21:48] rittle: should it be? === Dildosan is now known as Johny3 [21:49] mac3lite: Consider badblocks - ME not responisble for use !! -- http://smartmontools.sourceforge.net/badblockhowto.html ; http://unix.stackexchange.com/questions/65349/how-to-interpret-badblocks-output . === Johny3 is now known as Dildosan [21:50] mac3lite in the badblocks man page, scroll down to 'WARNING', first [21:51] The hard drive was given to me as garbage anyways, so it doesn’t matter what happens to it - just hoping i could get it working [21:52] tgm4883: Why not? Wouldn't that be much more convinient? [21:52] mac3lite, you need to try to read the SMART info from the drive to know if you should use it [21:52] rittle: maybe start here https://wiki.ubuntu.com/UbuntuDevelopment/NewPackages [21:52] there aren't any drives worth taking the time to use badblocks with over replacing [21:54] in terms of UEFI settings, are quick boot and fast boot the same? [21:54] I can't find fast boot, only quick boot === Drac0 is now known as Guest51138 [21:54] tgm4883: That would be a start.... unfortunately I have to start almost from scratch. :( [21:54] I guess they're different names by different manufactors [21:55] I’m actaully having trouble creaing a new partition, it’s been sitting at %25 for about 20minutes now, It’s a 2TB EXT USB2.0 HDD [21:55] mac3lite: Take a look at "dmesg". [21:56] bekks only thing I came up with was a Hard Drive recovery in CM [21:56] Whats "CM"? [21:57] tgm4883: Do you trust this repo? [21:57] CostaMesa [21:57] rittle: what repo? [21:57] mac3lite: What is that? [21:57] tgm4883: The repo: sudo add-apt-repository ppa:marlin-devs/marlin-daily [21:58] The guide says to "disable quick boot / fast boot". My UEFI settings only has fast boot - am I missing quick boot somewhere hidden? [21:58] Or are they the same thing? [21:58] tgm4883: From this site: http://askubuntu.com/questions/396107/how-to-have-nautilus-window-divided-into-two-or-three-columns-like-mac-miller [21:58] rittle: Quickboot is a windows feature. You need to disable that too, in case you are windows. [21:59] rittle: sorry, tab fail. [22:00] How would I bridge four ubuntu boxes together to make an ubuntu-wall? [22:00] donofrio: ? [22:00] donofrio: What are you talking about? [22:00] like what piwall can do but without the pi's [22:01] Whatever a piwall might be. [22:01] one xorg multiple outputs [22:02] "Unable to access "OS"" error trying to get at windows 8 hd using 16.04 live cd [22:02] donofrio you mean a video wall? [22:02] so, we've got a box, 4.2 kernel, that keeps doing this http://pastebin.com/8NBURpyd - any ideas? [22:02] bekks: are you sure? On the wiki, it says it is a firmware setting. I've already disabled the thing in the power options of Windows called "fast startup" [22:03] MonkeyDust, Yeppper [22:03] Another question: in the boot menu, it says: Boot Option #1 Windows Boot Manager \n Add New Boot Option [22:05] Since I'am thinking about ppa's: how doese ubuntu know... what the server adress of a ppa is? These adresses are not normal domain names .... (ppa:marlin-devs/marlin-daily) [22:06] rittle: ppa:marlin-devs/marlin-daily is actually easy to interpret as a URL yourself, in so much that you can figure where on the 'net to go to get the full URL information [22:06] rittle: https://launchpad.net/~marlin-devs [22:06] rittle: and the "Marlin Daily" PPA is listed further under them [22:07] rittle: https://launchpad.net/~marlin-devs/+archive/ubuntu/marlin-daily [22:07] Another question: in the boot menu, it says: Boot Option #1 Windows Boot Manager \n Add New Boot Option. Do I need to add a new entry to load a DVD-R in UEFI mode? [22:08] rittle: essentially, then, you can almost do something like this to determine what the ultimate URL is. Given the format ppa:GROUPNAME/PPANAME you would have this: https://launchpad.net/~GROUPNAME/+archive/ubuntu/PPANAME [22:08] it asks for a fsx:\path\filename.efi in the list [22:10] teward: thx... I allready thought about a way to complex background server domain structure... never crossed my mind that it was subdirectory of launchpad... [22:10] teward: doing... === Mr_Red is now known as [Mr_Red]OFF [22:14] Unable to access "OS" http://pastebin.com/6pGqASxu [22:15] says my file system is unclean lol [22:15] Guys, I've problem but i don't what things causes this problem. [22:15] I'm connected to WiFI, But sometimes. it's shows as connected while the internet is not opening [22:15] !fsck [22:15] fsck is the FileSystem ChecKer, which runs automatically when you boot if you didn't shutdown cleanly. Type "man fsck" for information on running it manually. The command "sudo touch /forcefsck && sudo shutdown -r now" will force a reboot and a filesystem check; "sudo touch /fastboot" will skip a filesystem check at next reboot [22:15] if i restart my laptop, It continue working. In my phone. the internet is working normally [22:15] xdevnull: what do you mean by "internet is not opening"? the browser isn't opening, or pages aren't loading? [22:15] I've Ubuntu 14.04 [22:16] nunchuck pastebin the ouptu of lsblk [22:16] nicomachus, Yes. pages not loading. IRC discconects .. [22:16] output* [22:16] xdevnull: can you paste the output of "sudo lshw -C network" to a pastebin and link here? [22:16] sure [22:17] curious if it's the pesky realtek chipset [22:17] pastebinit > sudo lshw -C network [22:17] this is the command? [22:17] xdevnull: sudo lshw -C network | pastebinit [22:17] nunchuck, "Please resume and shutdown Windows fully (no hibernation or fast restarting)" is also a hint [22:17] both may work, but I prefer the pipe [22:18] nicomachus, http://paste.ubuntu.com/16537908/ [22:19] man think my livecd crashed [22:19] xdevnull: ok it's not the realtek chipset then. [22:19] hello [22:20] nicomachus, So my drivers are fine? [22:21] xdevnull: look fine to me, but I don't have too much experience with the broadcom sets. Tough to troubleshoot too much more without it actually occuring now... [22:21] Well, to be honest. this makes me crazy. because sometimes it's working days fine. and sometimes keep disconnecting. And i can't even connect back. Only if. i restart my laptop === N3X15_ is now known as N3X15 [22:23] How can i boot of my usb having ubuntu? === wgwz_ is now known as wgwz [22:25] Stiward: Depends on the computer for exact steps but most computers made after 2005-2007ish should have a option to boot off a USB drive [22:25] anyone have any experience making a live windows usb? (within linux) [22:25] my admittedly sleepy google foo found "Deadlocks with transparent huge pages and userspace fs daemons" but that's ancient... as much as I'd like to just blame btrfs === ac1dh0n3ycl0ud_ is now known as ac1dh0n3ycl0ud [22:25] Usually involves hitting a button with your mobo splash screen and navigating to a boot menu [22:26] AbsurdTech: was that to me? [22:26] wgwz: for Stiward, I dunno how to make Windows Live USBs, sorry bud [22:26] wgwz: AFAIK, it's the same as if you were making an ubuntu live usb. [22:27] write the .iso to the USB with Startup Disk Creator or manually with dd === rafael is now known as rafaz [22:27] AbsurdTech: np. thanks [22:27] wgwz: Just curious however, are you trying to get an installer or those "Windows To Go" type of thing that Microsoft calls [22:28] nicomachus: ok. i tried with unetbootin. but got os not found or something when i tried to boot into it. i think it might be my usb stick and how its formatted [22:29] nicomachus: ill try again with startup disk creator. trying to reformat to fat32 at the moment. (waiting for dd to fill zeroes....) [22:30] AbsurdTech: aiming for a traditional installer. (win 7 pro) [22:30] AbsurdTech: It is that I want to install windows (for intalarlo next to ubuntu), I have the iso imaen recorded in Mayan key (the recorded image using "disk image writer"); the internal system already had managed to boot from a USB but do not start the procedure from the USB and I usually start Ubuntu [22:31] AbsurdTech: It is that I want to install windows (to install next to ubuntu), I have the iso imaen recorded in Mayan key (the recorded image using "disk image writer"); the internal system already had managed to boot from a USB but do not start the procedure from the USB and I usually start Ubuntu [22:32] Stiward: did you install the windows os after you booted into it from the usb stick? [22:32] im in the process of doing the same thing but having usb drive issues [22:33] "installing third-party drivers requires turning off secure boot" === rubenwardy_ is now known as rubenwardy [22:33] That's a bugger [22:33] wgwz:not let me start from the USB to install windows [22:34] MonkeyDust: i need sda3 methinks http://pastebin.com/6pGqASxu http://pastebin.com/FaUxcQre [22:34] Stiward: what kind of mobo? [22:35] Not to go too offtopic but with these modified Realtek drivers I had to disable secure boot and enable test mode whenever I used em, pure pain in the butt [22:35] wgwz: i dont know what kind of mobo my computer has [22:35] Stiward: prebuilt? [22:35] AbsurdTech: realtek generally is a pain in the butt. purely absurd tech [22:35] HA [22:35] AbsurdTech: ?? [22:35] *ba dum tsh* [22:36] Stiward: Is the computer you're using come from an OEM? [22:36] or a company you'd find in retail stores? [22:37] how long should it take for `dd if=/dev/zero of=/dev/sdc` to execute? im at the 5-10 minute mark ... [22:37] its a 15GB usb stick [22:38] AbsurdTech: OEM? [22:38] Lots of factors, how fast your storage device is (generally not too often slowing down things), how fast your USB drive is, whether it's plugged into a 3.0 hole if it can utilize those speeds [22:38] Stiward: so when you restart your computer do you have an option for press f11 for boot menu? (or something like it) [22:39] wgwz: 1 hour per gig is my experience with "bs=1M" . [22:39] Almost most windows images are near the 5.0GB mark if I'm not mistaken so it may take a bit [22:39] 100 gigs * [22:39] wgwz: F10 [22:39] a bit longer without the bs=1m option [22:39] What's the difference between Files (/dev/sda5 ntfs) and Xubuntu (/dev/sda6 ext4)? This is in the partioning menu, I'm trying to install alongside Windows 10. It's a dragger, and they're the two options, and the file sizes don't add up to my full hard drive space [22:40] Stiward: what error messages do you get when you try to boot windows? [22:41] exit [22:41] hello all how can I install 331 drivers in ubuntu 16.04? [22:42] the newer drivers cause all types of issues, full screen flickering, and poor performance in steam games, want to go back to the old reliable 331 drivers, I only see 304 and 340 in driver manager === rafael is now known as Guest7239 [22:43] wgwz: anyone, just enter normaly to ubuntu, dont enter to tha usb [22:44] Going into the advanced view, Files (/etc/sda5) already exists but Xubuntu (/etc/sda6) doesn't, so I'm guessing /etc/sda5 is Windows [22:44] but the "used" column is wrong, it's measuring 100MB ish in Files [22:45] woops [22:45] lol === cooloutac is now known as Guest55347 [22:45] que pasa [22:45] i tried sudo apt-get install nvidia-331 but that doesn't install it, only uses 340 so confusing [22:46] I want to install nvidia 331 binary driver. [22:46] man it doesn't look like linux gaming is going anywhere... [22:46] :( [22:46] wait why am I gues? lol [22:46] cooloutac: " Support for X.Org xserver version 1.15 was added to the 173.14.* legacy driver series with version 173.14.39. No further releases from the 173.14.* series are planned." Older 331 driver you can bet is also no longer supported by Nvidia . http://nvidia.custhelp.com/app/answers/detail/a_id/3142/~/support-timeframes-for-unix-legacy-gpu-releases . [22:47] Bashing-om, what do you mean supported? thats not a big deal I just want to install it [22:48] Guest55347: You can not install what does not exist . right ? [22:48] but it has to exist somewhere [22:49] guest .. well .. IF you were to install a real old linux release from way back .. and maybe can find the driver as OEM ??? Moderen Xservr will not work with that driver . [22:49] Bashing-om, oh and that was proably before ubuntu was systemd so even if I find it maybe it won't install right? [22:50] dam... well this sucks [22:50] guys when I put my laptop on sleep mode and wake it up wifi doesnt work !!! [22:50] guess I have to stick with windows for gaming [22:50] the newer nvidia drivers are are terrible for the older cards [22:50] i have a gtx 650 ti [22:50] Guest55347: correct .. will not install . [22:50] so much for steam on linux tf2 runs horrible. [22:51] but even worse i get flickering in vlc [22:51] Guest55347: I look, I bet nvidia recommends the 361 version . [22:51] Bashing-om, ya but nvidia has been really going downhill [22:51] i hav a similar issue on linux with a specific game bad company 2. [22:51] guys when I put my laptop on sleep mode and wake it up wifi doesnt work !!! [22:52] newwer drivers cause severe stuttering, low fps on mdeium settings, and black screen flickering [22:52] if i roll back to 331 drivers. it runs at great fps on high settings no issues [22:52] complaining to nvidia and ea got me nowhere [22:52] how can i grab an iso image in my usb? [22:52] Guest55347, then why dont u roll back [22:52] then at the same time for newer games you need the newer drivers for best performance like bf3 [22:52] so its like a pick and choose [22:52] probably all a conspiracy to get people to buy newer games or hardware. [22:53] codfection, apparenlty its not possible anymore, its all a conspiracy to force upgrades. [22:53] Guest55347: Can not help there .. Nvidia do remommend 361 : http://www.nvidia.com/download/driverResults.aspx/101423/en-us . === gbell1 is now known as gbell [22:53] Bashing-om, its a conspiracy [22:53] Bashing-om, i remember basck in the late 90s and early 200s, you never upgraded your dam drivers if they worked. [22:54] hello who helps me with this question, because the same computer with xubuntu the processor reaches 100% and not vaja but lubuntu is between 30% and 90% work better because? It is much difference Desktop [22:54] I don't know when that philosphophy changed. newere drivers are made for newer cards they definitely aint testing them on everything [22:54] what a joke... [22:54] apparenlty they are also made for newer software too. so old stuff just gets left in the dust. doesn't really seem like the linux way to me. [22:55] but even forget about the games, what is up with the fullscreen flickering in linux now. [22:55] that is terrible, probably ruins the card. [22:56] how do you turn compositing off in unity? [22:56] Guest55347: To get just an inkling of an idea of how hard we work on drivers : https://lists.ubuntu.com/archives/ubuntu-desktop/2015-August/004693.html , [22:56] Guest55347: I think it gets turned off automatically for full screen gaming [22:57] tgm4883, i'm having the issue in vlc [22:57] watching a video [22:57] personally if I had rig with nvidia I wouldnt go for ubuntu as it has many bugs and drivers problems. [22:57] flickers [22:57] codfection, what would you go for? i have had the same issue on arch too [22:57] * tgm4883 has an nvidia card and it works fine [22:57] Windows plays good with nvidia [22:57] mint cinnamon seemed to run it nice though [22:57] and games [22:57] no full screen flickering with vlc on mint cinnamon [22:57] but ya games still ran like crap [22:57] mint runs on old kernel [22:58] even on 4.4. kernel [22:58] on mint cinnamon no fullscreen flickering with vlc and nvidia prop driver [22:58] in fact, I think it's about that time [22:58] * tgm4883 fires up xcom 2 [22:58] linux in my opinion is not as mature as others when it comes to entertainment and gaming [22:58] codfection, well its supported steam for 3 years now i thought things were diff. [22:58] guess not. [22:59] SteamOS u mean === carlo_ is now known as Guest41505 [22:59] I wouldn't bother listening to codfection [22:59] not only have games gotten worse, so have the desktops lol [22:59] tgm4883, ya i think he is a little out of touch [22:59] codfection, valve officially support ubuntu [22:59] 2016 and still I have wifi issues after waking up my laptop from sleep on ubuntu 16.04 lol [23:00] that LTS thou [23:00] lol [23:00] had to fix appstream bugs [23:00] in order to install [23:00] lol [23:00] the ubuntu installer hun on me retrieving 56 of 56 [23:00] i had to unplug the ethernet plug just to install bunto [23:00] yup [23:00] so crazy [23:00] exactly [23:00] its LTS btw [23:00] hahah [23:00] even if you don't check download updates while installing [23:01] weird, I haven't had any issues installing 16.04 [23:01] tgm4883, i thought the dam iso on usb was corrupted [23:01] but nope, it was trying to do something over the internet when installing for some reason [23:01] tgm4883, the bugs are latest. u perhaps need to keep urself updated. [23:01] http://askubuntu.com/questions/774918/apt-get-is-stuck-at-fetched-xxkb-in-xxsec [23:01] only way to get it installed was to literally unplug the ethernet cable so it didn't freeze [23:02] https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1583845 [23:02] Launchpad bug 1579712 in appstream (Ubuntu Xenial) "duplicate for #1583845 Refresh hangs indefinitely, appstreamcli using 100% CPU" [High,Fix released] [23:02] LTS lol [23:02] tgm4883, i found that solution on an ubuntu thread [23:02] codfection: yes, I know if that issue, and it's already fixed... [23:02] codfection, that was a one off and was fixed right away [23:02] squinty, just before few hours [23:02] tgm4883, i didn't take it seriously until it ried like 3 times and hours later haha [23:02] I tried re installing and the bug still exists [23:03] it froze up on cleaning temp files or something [23:03] i think it actually retrieves that last file, but osmethign happens [23:03] codfection: why would you reinstall... [23:03] tgm4883, i bet its happend to alot of people who just moved on to another distro [23:03] coz apt get was stuck and didnt know its bug of LTS 16.04 [23:03] thought something gone broken due to my fault [23:03] <_3vi1_> 'devel' repos or nothing. It's the computer equivalent to being addicted to cutting yourself. :) [23:04] developers should just tell people what hardware they have so we can buy the same shit [23:04] Guest55347: they usually do... [23:04] <_3vi1_> Guest55347: Okay... "All different". [23:04] ya i guess... [23:04] they also probably don't do much with their pcs that normal people would. [23:05] codfection, done a least 6 full installs of 16.04 and never encountered the appstream bug. and also don't have any problems with nvidia cards either [23:05] Can we move this to #ubuntu-discuss [23:05] squinty, sounds pretty unbelievable man [23:05] tgm4883, how do i disable compositing in unity [23:05] squinty: I ran into the appstream bug last night. Was fixed when I ran an update today [23:05] squinty, sorry but I believe u have installed before this bug. try now :) [23:06] tgm4883, yea maybe today they have fixed. [23:06] codfection: see, fixed quickly [23:06] i sometimes think computer users ignore reality to think positive that their system is ok when it isn't, so alot of problems never get fixed. [23:06] 1 entire day is not quickly for LTS I guess [23:06] it happens with windows users too [23:07] tgm4883, yes it is a one (experienced it here also) but it was fixed and afaik, not an issue during an iso install of 16.04 [23:07] "one off" [23:07] squinty, my issue was it would freeze on retriving file 56 of 56 [23:07] codfection: you keep using that abbreviation, I don't think it means what you think it means [23:07] squinty, common old issue with ubuntu installers. still happens I guess. [23:07] according to forums [23:08] only installer thats way worse is opensuse [23:08] <_3vi1_> Hmmm... I've been using Ubuntu for 10 years, and I don't think I've ever run into it either. :\ [23:08] so a forum post said to unplug the ethernet cable. i ignored that thinking it was ridiculous [23:08] but sure enough that was the problme [23:08] tgm4883, thats the bug known. imagine how many are hidden underhood. [23:08] Guest55347, not here it's not. been using ubuntu for years [23:08] codfection: so? [23:09] squinty, aren't you lucky [23:09] Guest55347: I've never ran into that either [23:09] https://askubuntu.com/questions/774967/installation-is-retrieving-file-56-of-56-for-ages [23:09] Guest55347, leave it please [23:09] <_3vi1_> Don't you love when a suggestion sounds stupid, so you put it off til the last resort, then it works. heh [23:09] squinty, https://askubuntu.com/questions/774967/installation-is-retrieving-file-56-of-56-for-ages [23:10] Guest55347: FWIW, that isn't a bug report [23:10] <_3vi1_> 20 hours doesn't seem 'old' [23:10] tgm4883, and? [23:10] tgm4883, it sure is a way to scare away users fsrom using ubuntu though [23:10] tgm4883, dont' worry opensuse is worse. [23:10] Guest55347: it's difficult to fix issues when no developers know about them [23:11] tgm4883, well thats my point [23:11] why does my internet suck, or web browsing suck on 16.04? [23:11] Guest55347: you've completely lost me [23:11] skweek: did you install hoover? [23:11] compared to previous versions, pages dont refresh, or lock [23:11] lol tgm4883 [23:11] <_3vi1_> skweek: Happen in all browsers? [23:12] nope only in firefox here. [23:12] chrome works just fine [23:12] tgm4883: nothing appropriate, well chromium and firefox [23:12] tgm4883, i find it suspicious actually that even when not checking the box to check for updates. it still tries to do something over the internet. [23:12] _3vi1_: well chromium and firefox [23:12] its like installing windows 10, you ahve to literally unplug the ethernet cable so it don't do no funny stuff [23:12] Guest55347: you can find that suspicious all you want, but all it means is that you can't comprehend the words on the screen [23:13] tgm4883, this is why the issues don't get fixed [23:13] youa re the perfect example of why... [23:13] Guest55347: and why is that? [23:13] <_3vi1_> c'mon guys... keep it civil. [23:13] tgm4883, any idea how to fix my wifi problem (it cant find wireless networks after waking from sleep) [23:13] tgm4883, you pretend they are not issues. [23:13] you tell yourself its just user error and think happy thoughts. [23:14] <_3vi1_> Guest55347: I don't think he said it wasn't an issue. [23:14] Guest55347, talk about it in ubuntu-discuss. this channel is for support only [23:14] _3vi1_, he said "I couldn't comprehend the text on the screen" [23:14] squinty, and you are telling me in 10 years you never heard of such a thing... [23:14] Guest55347: Wow, really driving my last statement home aren't you. I never said it wasn't an issue. I said that you don't understand what "download updates" means vs that it could possibly be downloading other items that aren't on the disk. Further, my point of "that's not a bug report" is exactly why it's not getting fixed. Because if nobody files a bug [23:14] report, then no developers know about it [23:14] thats linux in a nutshell [23:15] Guest55347, so now you are here, on succesfully installed ubuntu ? [23:15] tgm4883, when you unplug the ethernet cable the download updates box fades to grey and everything installs fine. [23:15] the whole idea of that box is to not connect to the internet imo. [23:15] the text is pretty easy to comprehend, its common sense. [23:15] Guest55347: on the contrary, I completely believe you that it's an issue and probably a bug. But you complaining about it here rather than filing a bug report is going to get you nowhere [23:16] tgm4883, and thats why alot of issues don't get fixed. [23:16] most people know to come to here or the forums [23:16] Guest55347: So we both agree then... [23:16] <_3vi1_> Guest55347: Perhaps the box could be labled better, but that's not the point of it. You should submit that to launchpad as well. [23:16] filing a bug? how? where? [23:16] !bug [23:16] If you find a bug in Ubuntu or any of its derivatives, please file a bug using the command « ubuntu-bug » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs. [23:16] Hello All. Is there an app in Ubuntu repos for Bugzila reporting? [23:16] Guest55347: your package that you are looking for would be 'ubiquity' [23:17] ubuntu-bug ubiquity [23:17] Guest55347: yes [23:17] i type that in a terminal? [23:17] Guest55347: yes [23:17] lol [23:17] <_3vi1_> correct [23:18] any idea how to fix my wifi problem (it cant find wireless networks after waking from sleep) [23:18] before this fresh installation.. it used to work fine [23:18] codfection, you have to file bug report lol [23:18] <_3vi1_> lol [23:18] haha. === nacc is now known as Guest64822 === nacc_ is now known as nacc [23:19] irc should change its topic then [23:19] that's right Guest55347, just make jokes and whine, don't do anything to improve the free os you're trying to figure out... [23:19] <_3vi1_> codfection: I've seen that one once or twice myself (16.10). Guest55347's actually right... we should bug that on launchpad. [23:20] codfection: do you mean the same version of ubuntu would find wireless networks after waking from sleep? [23:20] tgm4883, https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1584256 [23:20] Launchpad bug 1584256 in ubiquity (Ubuntu) "https://askubuntu.com/questions/774967/installation-is-retrieving-file-56-of-56-for-ages" [Undecided,New] [23:20] nacc, yes but before this clean installation [23:20] please note that this time I installed without internet due to some bugs lol [23:20] tgm4883, now how do i go about reporting bug for fullscreen flickering with latest nvidia prop drivers? [23:20] and later updated and upgraded and full upgraded. [23:20] nacc, 16.04 [23:21] <_3vi1_> Guest55347: That would be reported in the nvidia forum... hold on while I get the link... [23:21] Guest55347: I would guess that's probably filed against the nvidia package, which IIRC is nvidia-VERSION [23:21] _3vi1_, tks [23:21] or possibly xorg [23:21] <_3vi1_> Guest55347: https://devtalk.nvidia.com/default/board/98/ [23:22] Guest55347, good luck expecting help from nvidia regarding drivers. [23:22] codfection, ya like I siad i was down this road regarding bc2 on windows [23:22] codfection, its all a conspiracy [23:23] codfection: can you pastebin the `dmesg` output after you come back from suspend? [23:23] <_3vi1_> codfection: They've actually been fixing a lot of stuff lately. I'm pretty happy with them (though I could be happier). [23:23] new drivers are for new cards, and all they do is mess up older cards [23:23] nacc, but the internet wont work. pastebin would? [23:23] after suspend [23:23] that was always known 15 years ago, somewhere along the line the philosophy changed to always have the altest driver.... [23:23] /close [23:23] codfection: ah, does the internet work on reboot? sorry, i figured you're on irc now, so you have internet somwhere... [23:23] which would make sense if it was for security purposes. but of course that is not why... [23:24] nacc, yes after reboot :( [23:24] udpating drivers is the worse thing you can do for a computer system... [23:24] Guest55347, agreed hehe [23:24] always was the case and always will be. unless for security purposes [23:24] codfection: ok, so you'll probably need to s/r, `dmesg > dmesg.log`, reboot, then `cat file | pastebinit` === [Mr_Red]OFF is now known as Mr_Red [23:25] nacc, I need to run this command after suspend or reboot [23:25] Guest55347: please take fud and non-support discussion elsewhere [23:25] lmao [23:25] nacc, and thats why linux is what it is [23:25] Guest55347: no, there is a specific channel for discussion [23:25] codfection: i'd like to see it after suspend, please, but you can only pastebin after reboot [23:25] this channel is for support [23:25] tgm4883, but he called truth fud. [23:26] Guest55347: i have no idea what you mean, but you're offtopic for a support channel [23:26] alright nacc [23:26] hi guys [23:26] is there anywhere I can see a comparison of all of the different ubuntu forks? [23:26] Guest55347: Yeah, well, that's just, like, your opinion, man [23:26] tgm4883, not an opinion, over 20 years of experience. [23:26] TopKuk: *flavors [23:26] or if anyone has any recommendations for ubuntu forks I'd appreciate hearing them [23:27] TopKuk, mint [23:27] Guest55347: in any case, #ubuntu-discuss or #ubuntu-offtopic is what you are looking for [23:27] TopKuk, or trisquel if you don't need prop drivers. [23:27] TopKuk: Guest55347 this is also off topic [23:27] I've heard a lot of people say there are problems with the way Mint updates the kernel though [23:27] <_3vi1_> TopKuk: like https://wiki.ubuntu.com/UbuntuFlavors ? [23:27] oh if this is the wrong place sorry about that [23:27] thanks for the link [23:28] TopKuk: this channel is geared towards support for ubuntu [23:28] TopKuk, they only update for security purposes. but if you choose to you can update the kernel to 4.4 manually in their gui === JanC is now known as Guest59129 === JanC_ is now known as JanC [23:28] TopKuk, also mint 18 coming out in a few months which is based on 16.04 [23:28] alright think I'll go with Lubuntu since the laptop I'm installing it on is quite old [23:28] TopKuk, lubuntu is a good choice [23:29] Is it necessary to run apt-get update after adding a gpg key to /etc/apt/trusted.gpg.d/, or will apt simply notice it the next time I try to install a package? [23:29] <_3vi1_> TopKuk: Good choice. I used to use LXDE on my PS3, and it worked well with a very small footprint. [23:29] ya lxde is great for xp replacements. [23:30] lubuntu is a nice spin === Mr_Red is now known as [Mr_Red]OFF [23:33] is there any way to enable the proprietary drivers inside of a running live system? [23:33] Depends what the driver is [23:34] Video, no [23:34] nvidia-361 [23:34] <_3vi1_> Guest47778: you will at least have to restart the DE [23:34] any solution that doesn't involve rebooting works. [23:34] Gur to using the other one on the flyest47778: Well, you can enable them. But as _3vi1_ said. You can't just switch ove [23:34] meh [23:35] Guest47778: Well, you can enable them. But as _3vi1_ said. You can't just switch over on the fly [23:35] <_3vi1_> genii: Someone move your enter key? :) [23:35] Cuff touched the touch pad at a place further back in what I already wrote [23:35] i'm okay with needing to restart X [23:36] Then yes, it's entirely possible. [23:37] on Kubuntu, Guest47778 ? [23:37] yes [23:38] Hello [23:38] Where would be the proper location for wp-cli.phar to be stored as if it were installed via Ubuntu package? Would that be /usr/local/bin? [23:38] skinux: generally, packages from Ubuntu don't put anything in /usr/local [23:38] OerHeks, is there anything special i need to do, or can i just kill X after apt-getting the nvidia drivers? [23:39] skinux: that's for strictly local installations, not packaged installations [23:39] <_3vi1_> Guest47778: I think you just need to install the driver, then restart your dm [sudo service restart (kdm or lightdm)]. Am I right, guys? [23:39] Yes. So in this case likely sddm [23:39] skinux: is that an executable? do a -> whereis w--cli.phar <--- otherwise, do a "find" [23:39] <_3vi1_> Ah yeah... forgot about sddm [23:39] * Guest47778 is using a live system [23:40] bprompt: I think he's asking where it should go. It's not a file in the archive [23:40] skinux: what package provides that binary, do you know? [23:40] nacc: it's not in the archive [23:40] Guest47778: By "live system" you mean the livedvd/usb, or a system booted up normally? [23:40] the live usb [23:40] skinux: are trying to find it, or trying to put it somewhere for later execution? [23:40] brb [23:40] tgm4883: skinux: ah, a packaging question more generally? [23:41] skinux: executables should probably go in /usr/bin [23:45] _3vi1_, https://devtalk.nvidia.com/default/topic/937030/linux/fullscreen-flickering-on-asus-gtx-650-ti-in-linux-desktops-/ [23:45] dam I should of put video. [23:46] dam there is no edit button lol [23:46] oh well [23:46] https://devtalk.nvidia.com/default/topic/937030/linux/fullscreen-flickering-on-asus-gtx-650-ti-in-linux-desktops-/ [23:48] oh I can't edit topic. i should o put fullscreen flickering video. [23:48] *fullscreen video flickering [23:49] i tried the compiz workaround solution, but it doesn't fix issue for me [23:51] anyone doing video wall four screen four computers single desktop/video playback, pure ubuntu? [23:55] In order to work properly, Unity Tweak Tool recommends you install the necessary packages [23:55] wow unity uses alot of ram [23:56] !ubuntu_mate [23:57] i like kde and xfce, figured i try out the official ubuntu [23:57] xfce [23:57] ;)_ [23:57] i have 6gb ram so i should be ok [23:58] Lxde :D [23:58] oh ya i love lxde too [23:58] i replaced some xp laptops with lubuntu [23:58] runs like a dream [23:58] only problem is screen tearing