[00:34] Could someone tell me a good web interface to admin an ubuntu server? It's set up with mysql, nginx and hhvm already [00:36] YokoBR: please be careful if you choose to use one; I think web admin interfaces are the second most common reason why linux systems are compromised. be sure to firewall it to only allow access to specific IP ranges that you want to allow to admin the machine [00:42] sure :) [00:44] everywhere i look, i only find ajenti [01:25] YokoBR: ssh is a good way to administer thing ;) [01:26] YokoBR: it doesn't take long to learn it the old way and you'll thank me after you learned it [01:26] RoyK: It's what am I doing right now.. But I wish I had a faster way to deploy domains there [01:27] YokoBR: AFAIK there isn't really any good web frontends for administering linux yet [01:27] YokoBR: just get used to it - it's not hard [01:28] oh, fine :( [01:29] it takes me about 2 minutes to setup a new website [01:29] heh [06:09] is there such cli command to make yor optical's led to blink? [06:17] Geom, all perhepials ( incl leds) are accessible in the filesystem, however, dvd lights not , see /sys/class/leds [06:20] OerHeks oh thats not good. have to find an alternative… thanks for the info [06:20] yw [06:21] how come i dont have ls /sys/class/leds/ [06:23] hmm maybe because i am on a desktop ..? [06:24] probably :) [06:25] odd, never noticed this difference [06:30] i might have to make it speak instead of blinking led [06:51] When I run rsync -vr fromDirectory toDirectory, to backup files to an external drive, it takes too long to check the deltas for the whole file list, and my drive gets disconnected. Every time I run it again, it doesn't get to send new files because checking for changes takes so long and always starts from the same place. Any ideas on how to continue transfering files, but faster or avoiding the initial long checks? [07:34] lucas_ai: Better fix the issue of your drive disconnecting instead ;) [07:35] bekks, I don't think that's realistic. I'm using a tablet, and an external dock with disks in it [07:36] lucas_ai: And why isnt it realistic to fix it then? Are you pulling the cables while you are transferring data? [07:36] Not really, but I'm running windows10, as well [07:36] on a surface pro 3 [07:36] I don't think it's designed to do long hours of file rsyncing [07:36] So your question isnt about Ubuntu then? [07:37] And windows doesnt care how long a file transfer takes, as long as you dont pull the cables :) [08:46] OerHeks: Solved it by using keyboard instead [08:46] KB led i mean [08:47] Geom, what was your goal with that led? [08:49] to blink for error on a headless server based on my custom script [08:49] ah oke. [08:50] else you could annoy the admin with eject && eject -t [08:50] :-D [08:50] ^^ correct [08:51] or just eject .. === _degorenko|afk is now known as degorenko [13:11] rbasak: nacc: jgrimm: I just remembered that there is still a MR outstanding for clamav :https://code.launchpad.net/~louis-bouchard/ubuntu/+source/clamav/+git/clamav/+merge/298630 [13:17] caribou: I'm on it. It's the last one I have left! [13:17] Though after that I'm going to go through the merge list again. [13:17] rbasak: oh ok, I thought it had fell off the radar [13:29] has anyone done used Realm to join a ubuntu server to AD === iberezovskiy|off is now known as iberezovskiy === lfrlucas_ is now known as lfrlucas [16:28] Hey .. I'm launching new Ubuntu 14.04.05 images in Amazon and I'm finding they come up with the 3.13 kernel rather than the 4.4 kernel. I thought thatb ased on the release notes, that the 4.4 kernel was the default now. Am I using the wrong AMI images? === pavlushka is now known as ahmed_bilal === ahmed_bilal is now known as pavlushka2 === pavlushka2 is now known as pavlushka [17:14] beisner, ceilometer 1:5.0.4-0ubuntu1~cloud0 is ready to promote to liberty-proposed when you get a moment [17:16] beisner, also horizon 2:9.1.0-0ubuntu1~cloud0 is ready to promote to mitaka-updates [17:19] beisner, aodh 2.0.2-0ubuntu1~cloud0, ceilometer 1:6.1.3-0ubuntu1~cloud0, and betamax 0.5.1-1~cloud0 are also ready to promote to mitaka-updates === JanC is now known as Guest7844 === JanC_ is now known as JanC === InfoTest1 is now known as InfoTest === degorenko is now known as _degorenko|afk === jdelers is now known as Fuchsia === iberezovskiy is now known as iberezovskiy|off [18:51] Hello in here :) I have rented a ubuntu server, and I'm kind of a newb I admit that. Anyways my problem is that my / is filled 100% I can't even do a apt-get autoremove. I don't know what to do about this problem because I only know what I have in my home folder https://paste.ubuntu.com/23068124/ https://paste.ubuntu.com/23068153/ [18:52] Danili, apt-get clean [18:52] Danili, or whack the /var/cache/apt/*deb [18:55] still 100% used after a sucessfull apt-get clean so rm -rf /var/cache/apt/*deb ? [18:55] Danili, boot the Ubuntu Desktop dvd, and see if you can remove any junk files that you dont need [18:55] Danili: can you still pastebin? [18:55] free up space [18:56] compdoc, It's a rented server, I don't have hard access [18:56] ohh [18:56] you'll have to pay your provider, then [18:56] Or just see where space is used. [18:56] Thats why I'm asking wether pastebin stuff is still possible. [18:57] Danili: tune2fs -m 0 /dev/mapper/vg00-root [18:57] cant ssh into it? you can login and free up space [18:57] bekks, https://paste.ubuntu.com/23068215/ [18:57] I can ssh in to it [18:57] Danili: ext4 normally reserves 5% for root [18:58] Danili: use the tune2fs command above to set that to 0% [18:58] Danili: Can you pastebin "df -i" please, too? [18:58] bekks, https://paste.ubuntu.com/23068216/ [18:59] well, two issues [18:59] one is attempting to run apt-get as non-root [18:59] second is, the disk is full [18:59] the permission issue has nothing to do with diskspace [19:00] find out what used your diskspace all up [19:00] patdk-wk, the permission issue is not a issue :P [19:00] it was in the pastebin :) [19:01] just start doing a, du -s * | sort -n [19:01] just start doing a, du -sx * | sort -n [19:01] starting in / [19:01] and going into subfolders for the larger ones [19:01] see if it's all used up in /usr or /var, or /var/lib/... [19:02] something like, you have mysql installed, and have a bunch of data in it, or log files turned on, it will fill up /var/lib/mysql [19:02] sudo du -sh / [19:02] err, cd /; sudo du -sh * [19:02] h becomes annoying to sort with [19:02] when you have >10 folders :) [19:02] bekks: no, sudo du -sc /* [19:02] Works fine for getting an idea :) [19:02] only if the list is short [19:02] it's too hard to deal with the units quickly [19:03] for / and /var it might be ok, but not for /var/lib [19:07] thanks everybody, I'll try to go through the folders :D [19:14] discovered that I have some giant logs === chmurifree is now known as chmuri === skeezix-hf is now known as Ofir === Ofir is now known as skeezix-hf [20:56] Hello again in here. Earlier I had some problems with my / being filled 100% so I couldn't even use apt-get autoclean or autoremove. I cleaned up some space manually and after that I thourght it was time for the autoremove and autoclean, but after those there was even less space avail, can anyone explain that? https://paste.ubuntu.com/23068441/ === beisner is now known as beisner-biab [21:23] Danili, odd... you cannot run ' apt-get full-upgrade ' ? [21:24] davisonio: did you try tune2fs -m0 /dev/mapper/vg00-root [21:24] ? [21:24] Danili: that was for you, sorry davisonio [21:24] OerHeks, I think I should clean up some more space before I upgrade anything [21:25] np [21:28] RoyK, Now I have and as you said it gave me about 5% === beisner-biab is now known as beisner [21:30] Danili: then look for whatever's filling up your rootfs [21:33] RoyK, I have found out and I'm working on a fix :D You have all been really helpfull and I have learned alot about cleaning my / today :D I just wondered why the autoclean and autoremove was taking and not giving free space [21:37] Danili: try du -sc /* [21:37] Danili: it may take a while, but it'll show where the the space is used [23:50] anyway (besides say ping) of determining latency on a ssh connection ? and is there anything i can do to reduce latency ? connecting from mac os x to ubuntu server 14.04 over ssh and using tmux