=== freeflying_away is now known as freeflying [00:21] Does sudo apt-get install php5-fpm suffice to install PHP and the FastCGI Process Manager? I did that and sudo /etc/init.d/php5-fpm start shows now output. [00:21] and php-fpm doesn't listen. [00:27] Looks like there's a socket at /var/run/php5-fpm.sock ? [00:27] And you do something like: fastcgi_pass unix:/var/run/php5-fpm.sock; [00:28] Looking at http://www.howtoforge.com/installing-nginx-with-php5-and-php-fpm-and-mysql-support-lemp-on-ubuntu-13.04 . === micahg_ is now known as micahg [00:46] jpds: thanks, I forgot to configure it to listen on a port. [00:46] I wonder, do I need php-cli also? [00:46] or does php5-fpm suffice? === Patero-ng is now known as Patero-pe === thumper-afk is now known as thumper [03:45] need some help with cloud-init, looks like im hitting this error __init__.py[WARNING]: Unhandled non-multipart userdata starting 'I2Nsb3VkLWNvbmZpZwpob3N0...' === TalkingMuffin is now known as Pici [05:30] yo [05:30] im on a tablet o.o [05:30] samsun 4g 16gb sgh t779 [05:40] yo [05:40] how to check how much time I have left on my lease in ubuntu server [06:22] How to setup a vsftpd for a user to access only /www Directory === spookymist is now known as mist [08:04] Response: 500 OOPS: vsftpd: refusing to run with writable root inside chroot() -----> I'm receiving this error for a local user === diplo_ is now known as diplo === Ursinha_ is now known as Ursinha === bitnumus_ is now known as Guest25808 === TREllis_ is now known as TREllis === silverf0x is now known as zz_silverf0x [10:06] zul, when you start - any ideas? - http://paste.ubuntu.com/6340390/ [10:06] thats an lxc instance trying to start on havana [10:29] what is the best video streaming server for ubuntu? [10:41] Hello [10:41] you guys now a good ssh key manager and dristribution system? === RoyK^ is now known as RoyK [11:03] jamespage: swap day but what image did you download? [11:03] zul, disk1.img [11:04] jamespage: possibly bad image? [11:05] zul, might be === mrmist is now known as mist === zz_silverf0x is now known as silverf0x === zz_Gurkenmaster is now known as Gurkenmaster === maxb_ is now known as maxb [13:31] Hello, I am running Ubuntu server on a box at my office, I use it for test development stuff and it is not open to the internet, but I would like to be able to work on it from home. Is there a way to set up a connection from my home laptop? [13:33] crash_cy: can that ubuntu server connect out to the internet? [13:33] crash_cy: Via what? You said it isn't connected to the internet. [13:33] jrwen: yes, it can connect to the internet [13:33] crash_cy: then yes, you can do it, but I don't think I can explain it via IRC. [13:34] jrwen: can you suggest what utility I would use so I go find a guide on it? [13:35] crash_cy: I use port forwarding from my router to a custom port for SSH. [13:36] crash_cy: That assumes you have (or can get) the right to forward a port from your office firewall. [13:37] crash_cy: if you have a home server, you can ssh from your office server to your home server and open a reverse ssh tunnel. see the ssh man page for the -R option. [13:38] crash_cy: Either way, take precautions to harden the SSH server that you expose. Speaking from experience here. [13:38] jrwren: no home server, but I suppose I could set up a virtual box if needed [13:39] bgardner: I'm sure I can get the network admin to set up port forwarding as long as it doesn't create added risks for the network [13:40] bgardner: he's already set it up where I can remote into my office desktop, which then can remote into the server [13:40] bgardner: but that's pretty clunky to work that way, so I'd like to bypass the office desktop [13:42] crash_cy: Sure, then you're on the right track. Get a non-privileged port (>1024) forwarded to your server, configure your ssh server to use that port (or remap, your choice), harden it properly and you should be all set. [13:44] alright, thanks [13:53] interesting advice. [13:54] my advice is different. use default 22. disable password auth. generate a keypair and use that. use a strong password on that private key. [14:19] hey all, Its been WAY too long since I've played with my nix servers... can someone tell me (Im using windows terms) how to see what partitions are on what disks? [14:19] and how much space is being used? [14:20] read the df and du man pages. [14:20] and cat /proc/partitions [14:21] and maybe read the output of dmesg === Guest25808 is now known as bitnumus === cmagina_ is now known as cmagina === rurufufuss is now known as rurufufuss-away === rurufufuss-away is now known as rurufufuss === rurufufuss is now known as rurufufuss-away === rurufufuss-away is now known as rurufufuss === rurufufuss is now known as rurufufuss-away [15:47] sarnold: jjohansen: hey guys. I give you, https://code.launchpad.net/~serge-hallyn/ubuntu/trusty/lxc/lxc.aa-libvirt/+merge/193622 [15:47] two questions on that, [15:47] 1. is there a better way (yet) to do this ugliness? [15:47] 2. did i overlook sysfs paths which i've just unintentionally made writeable? [15:47] (i'd better run some more tests and try writing to a bunch) [15:50] is there a way to find out the lease time of the ip in ubuntu server like there's on windows 7 === gfrog is now known as gfrog_away [15:56] Patero-pe: yes [15:58] * hallyn_ biab [16:00] pmatulis: tell me [16:02] Patero-pe: yes sir. for me: 'tail /var/lib/dhcp/dhclient.br0.leases' [16:03] thanks === sieb is now known as Sieb [17:35] Can ayone provide some guidance on what tools I should use to build an apt repo that supports pinning. Its just a small repository, but I do want to support multiple versions of the same package. [17:36] debarchiver and reprepro don't appear to support pinning, and its not clear to me which ones dow [17:38] nickanderson: What do you need in the repo for it to support pinning? Isn't that stuff primarily configured client side? [17:39] First, I am not a debian expert. But I know there are trivial and official style repos. trivial repos dont support pinning. reprepro and debarchiver purge out old versions of a package when I add new ones [17:40] My google fu is failing me === Sieb is now known as sieb [17:49] nickanderson: investigate apt-ftparchive from the apt-utils package; it's used in the backend to some tools I use, so I don't know much about it, but it might do the job [17:49] (the manpage doesn't mention 'trivial' or 'official', sorry) [17:50] nickanderson: Sounds like what you want is to define separate releases/codenames in the repo, and then have the client pin on that? [18:50] sarnold: apt-ftparchiver will work for me, thanks! [18:53] nickanderson: yay! :) have fnu [18:53] also fun === sieb is now known as Sieb === Sieb is now known as sieb === chuck_ is now known as zul === SpankyFromBRC is now known as Spanktar === gary_poster is now known as gary_poster|away === funkyHat_ is now known as funkyHat [23:28] hallyn_: https://bugs.launchpad.net/ubuntu/+source/cgroup-lite/+bug/1247299 === Gurkenmaster is now known as zz_Gurkenmaster [23:53] sarnold: thanks (marked invalid) [23:56] hallyn_: oh hooray, I didn't realize there was a workaround so readily available. :D [23:56] hallyn_: thanks