=== kicksled_ is now known as leavd === leavd is now known as kicksled [03:23] how to know/check that the repo is synced? === nchambers is now known as god [04:23] Hey, I am getting a TON of messages being flooded in syslog. It appears to be something related to this: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1402039 but I don't recall ever setting that flag. So, where can I modify this, to fix it? [04:23] Launchpad bug 1402039 in systemd (Ubuntu) "systemd spams kernel log with debug kernel cmdline option" [Medium,Opinion] [04:25] Either way, systemd is really verbose in syslog and other things. === sikun__ is now known as sikun === pavlushka is now known as praisetheSun === praisetheSun is now known as pavlushka [08:36] rbasak: do you think uvtool should destroy the pool on purge? [08:36] rbasak: I've had several cases now where I couldn't cleanly install because the configure failed [08:37] rbasak: reason the old pool was still around as inactive definitio [08:37] rbasak: I admit - I kind of f$%& up the system with my conf, but I wonder if at least on purge it should rip away the pool and its definiton? [08:44] https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-phpmyadmin-on-ubuntu-16-04 with this tutrial in installed phpmyadmin but it not working on my end.. means when i m running it myip/phpmyadmin its showing 404 [08:52] cpaelzer: it's supposed to: http://paste.ubuntu.com/23391960/ [08:57] hello [08:57] rbasak: hmm, thanks for the info - I'll take a deeper look at that next time I run into it then [08:58] I faced disk problem. Actualy My disk seemed full. I want to check but I dont know should I start from where.. [08:58] First: I checkt disk usage: https://paste.debian.net/890547/ [08:59] After than I used du command under root directory [08:59] https://paste.debian.net/890548/ [09:01] Used disk size seems 27GB when I use df command but If I check du command under root directory total seems 6.7 GB. Where are differences [09:02] temhaa: http://sysunconfig.net/aixtips/df_du_diff_out.txt [09:02] temhaa: are you actually having out of space issues or only wondering about the difference? [09:02] It seems like he has rather a big difference. [09:02] Deleted files still in use perhaps? Or does he have dotfiles in / that aren't picked up by *? [09:03] cpaelzer: Actualy I wonder what is reason of my disk fullness [09:04] temhaa: than rbasak had good suggestions [09:04] cpaelzer: Sometimes my root partition usage seems %100 . How should I proceed? When I face this problem [09:04] temhaa: like files deleted but still held open [09:04] temhaa: those for example you can get a status with "lsof | grep deleted" [09:05] not so sure no non picked up files [09:05] add sudo to the lsof to get them all [09:05] du -hs / [09:05] cpaelzer: ok got it. I saw lots of outputs when I run "lsof | grep deleted " [09:05] or "set -s dotglob" IIRC [09:06] temhaa: yeah you have to filter out all the virtual oes like /dev and so, but that could help to spot the issue [09:06] also sometimes people are actually out of inodes "df -i" can help there [09:07] I quickly checked and found another suggestion being files hidden behind mounts [09:07] rbasak: I tried du -sh / but I see 6.7 gb I guess It is true what cpaelzer said [09:07] so if you have /root/foo/10G file [09:07] but /root/foo as MP the tools won't pick ut up [09:08] * rbasak wonders if a bind mount of / to somewhere else should show that [09:08] cpaelzer: rbasak I am using logstash in docker. It's writing file I sometimes remove output log that is created by logstash inside of docker. But docker doesnt leave [09:14] cpaelzer: My problem seems like that: https://forums.docker.com/t/dockers-log-rotation-doesnt-release-space-after-deleting-container-logs/20506 [09:24] Sounds like a bug in Docker. [09:24] Maybe try the latest upstream Docker to see if it is fixed there? [09:24] Otherwise, you'd probably get better help in a suitable docker forum rather than this channel. === iberezovskiy|off is now known as iberezovskiy === Guest91977 is now known as ahasenack === ahasenack is now known as Guest60864 === Ussat is now known as We_Are_Screwed_2 === We_Are_Screwed_2 is now known as WeAreScrewed2016 === BioKee is now known as Guest59718 === Ussat is now known as WeAreScrewed2016 === galeido_ is now known as galeido [15:58] Hi! I'm using the Ubuntu 14.40 base AMI and I'm having an odd issue. During the initial setup, I'm trying to execute "apt-get install -y python-boto" in a userdata script. That is failing to execute, as it cannot find the "python-boto" package. However, if i just run the instance, hop on and do an "install -y python-boto" it installs fine. [15:59] putting "apt-cache search boto" in userdata shows that it cannot find it [15:59] slabgrha: do you ensure you've done an `apt updated` first? [15:59] yeah [15:59] apt-get update and upgrade [16:00] I'm going to cat sources.list during the boot to see what's there [16:04] "deb http://us-west-2.ec2.archive.ubuntu.com/ubuntu/ trusty main restricted" is present === god is now known as SpookyNchambers [16:07] the base AMI being used is - ubuntu/images/hvm-ssd/ubuntu-trusty-14.04-amd64-server-20161020 === SpookyNchambers is now known as Frankenstien === Frankenstien is now known as Frankenstein [16:09] i was able to add netcat w/o an issue [16:10] hmm [16:11] i'll try 20161010 [16:17] nope.. but falling back to 20160919 worked! [16:18] " base_ubuntu: Setting up awscli (1.2.9-2) ..." [16:18] nacc: ^ [16:23] slabgrha: interesting [16:23] jgrimm: who should we refer the above to? [16:24] rcj ^^ [16:24] jgrimm: thanks :) [16:28] what other info would be helpful? === Guest42345 is now known as ahasenack === ahasenack is now known as Guest79971 [16:34] aaannnd now that's not working [16:34] sigh [16:35] i'm getting ready to blame aws [16:35] :) [16:35] slabgrha, the prior ami isn't working now? [16:36] i know this sounds lame, but it worked once [16:36] i'm going to try a different region [16:36] slabgrha, You're putting the package install in a user-data script? (http://cloudinit.readthedocs.io/en/latest/topics/format.html#user-data-script) [16:37] slabgrha, Could you also try installing the package in cloud config to see if that is failing in the same way for you? http://cloudinit.readthedocs.io/en/latest/topics/examples.html#install-arbitrary-packages [16:37] slabgrha, I'll also fire up instances now but I'm asking in case I can't recreate it. [16:38] i'm actually building this out with packer ... [16:38] shell provisioner [16:39] http://paste.ubuntu.com/23393499/ [16:39] " base_ubuntu: E: Unable to locate package awscli" [16:44] slabgrha, can you grab /var/lib/cloud/instance/user-data.txt from that instance so I can see how packer is constructing this? [16:45] i'll try to cat that during provisioning === lordievader is now known as Guest63143 [16:47] slabgrha, thank you [16:48] slabgrha, I'm launching in a few different ways to recreate as well. [16:49] i believe the user-data.txt file is empty === degorenko is now known as _degorenko|afk [16:49] it's ssh-ing into the instance as the 'ubuntu' user and executing the commands directly [16:50] ah [16:52] i'll capture the shell script it's executing [16:54] eh.. not very interesting - http://paste.ubuntu.com/23393566/ [16:55] that's the first script [16:55] slabgrha, You can ssh into the instance after it has run or no? === freyes__ is now known as freyes [16:55] i'll see if i can get it to sleep or something [16:56] it's a temporary instance that is spun up to build the AMI [16:56] lol " base_ubuntu: Setting up awscli (1.2.9-2) ..." [16:56] If you add a sleep at the end so you can ssh in, then you might add "| tee --append /root/provision.log" to each of those commands to get the output laid down in the instance [16:56] its's dodgy [16:57] It certainly sounds like a timing issue. I'm wondering if there is a race with cloud-init finishing before packer is ssh'ing in to do this. [16:59] Add "cat /etc/apt/sources.list | tee --append /root/provision.log" as the first command. It's possible that cloud-init hasn't yet set up the archive sources and you're racing with that. [16:59] yeah, i'm going to reach out to hashcorp as well [17:01] slabgrha, and you get get ssh output with PACKER_LOG=1 in the environment which you might already be aware of (from https://www.packer.io/docs/other/debugging.html) [17:01] aah [17:01] and there's the issue you're having [17:02] https://www.packer.io/docs/other/debugging.html#issues-installing-ubuntu-packages [17:02] It is a race with cloud-init finishing [17:02] ding! [17:02] I'll give that a wack. Thank you so much. [17:02] np [17:04] rcj: thanks for the help! [17:04] Honestly, you should use that whether or not you're installing packages. It would not serve you well to change /etc/apt/sources.list (or something else that cloud-init will touch) before it is complete as it will overwrite it. [17:04] slabgrha, ^ [17:04] nacc, np [17:05] yeah. i've run into cloud-init timing issues with other things ... I'm glad to see it's at least consistent. ;) === iberezovskiy is now known as iberezovskiy|off === tomreyn_ is now known as tomreyn === JanC_ is now known as JanC [22:46] Hi all. I have installed Ubuntu Mate 16.10, AppArmor 2.10.95-4ubuntu5.1, QEMU emulator version 2.6.1, libvirtd (libvirt) 2.1.0. I'm create shared directory with virt-manager and successfully mount it inside guest. But i cannot nor write nor `ls' inside it. How to fix it?