[01:03] OT: anybody here using System76 laptops? [01:23] Anyone here familiar with vFense-Server? It's used for update management similar to that of WSUS for windows servers [01:38] what do people use for an iscsi target / server on ubuntu these days? [04:22] hey all, i seem to have mucked something up with motd.. it won't regenerate automatically on ssh login [04:22] anyone know what actually triggers that action so I have a clue what to look for? [04:23] sarkis: update-motd runs the scripts in /etc/update-motd.d/ [04:23] sarkis: update-motd is kicked by pam_motd in /etc/pam.d/ [04:25] hmm i don't see pam_motd [04:28] ah ok it's in /etc/pam.d/login [04:28] and i do in fact see pam_motd, so why isn't it triggered? :( [04:28] only in login? [04:29] ssh uses the /etc/pam.d/sshd, not /etc/pam.d/login -- and pam.d/sshd may not be consulted for ssh key logins [04:30] aha [04:30] for some reason sshd is commented [04:30] damnit. [04:30] the pam_motd line in ssh [04:30] ugh [04:32] i wonder why someone would comment this out [04:33] maybe it busts an ancient expect script? :) === verdeP_ is now known as verdeP [08:20] Good morning. === mswart_ is now known as mswart === lazyPower is now known as lazypower-travel [14:56] hi all [14:56] I have set the permissions to some files and folders in /var/www/somewebsite to 644 and for folders 755. But when I open a file from netbeans I can't edit it. Why is that happening? Physically I am the owner of those files and folders under that directory, why can't I edit them? If I change permissions to 777 I can edit them normally. === edwardly_ is now known as edwardly [18:37] When I try to install pecl_http on ubuntu server 12.04 I get a missing php_raphf.h error (http://pastebin.com/kpdrNP7G). I can't find any info on how to install this missing dependency. Any pointers? [18:41] something -dev [18:41] http://www.mkfoster.com/2009/01/04/how-to-install-a-php-pecl-extensionmodule-on-ubuntu/ [18:44] dw1: tks, I have already seen that link. I have all the dependencies. For some reason, it is not downloading and compiling raphf and propro when I issue pecl install pecl_http [18:46] I'll try to remove and install again.. [18:46] somehing is clearly broken [18:46] duli: you could try this upcoming 14.10 package https://launchpad.net/ubuntu/+source/php-raphf/1.0.4-1/+build/5946141 [18:46] doesnt exist for other versions [18:47] if youre on 14.04 should work? [18:48] I tried in a fresh installed Ubuntu server 12.04. It has worked. The command pecl install pecl_http itself downloads and installs raphf and propro [18:48] ah yeah its a pecl package too [18:48] but on the broken machine pecl thinks raphf is there, but it's not [18:48] so id does not download and compile it [18:50] is it installed somewhere else [18:50] can it be installed individually [18:50] okay, removing with pecl uninstall rapfh and then installing pecl_http has worked [18:50] :) [18:50] tks === sarkis_ is now known as sarkis === edwardly_ is now known as edwardly [22:44] is it possible to know from which mirror a package was installed? === ivoks_ is now known as ivoks [23:29] installing the ubuntu server on my desktop. 14.04 image downloaded from the site. i'm installing it onto a raid5 with encryption and lvm. finally got those partitions configured but i am lacking someplace to put the grub boot loader. what did i do wrong and where do i go back to to fix it? [23:38] Gallomimia, setup a block device (not LVM) for /boot, make it about 1G [23:39] yeah. will i need to de-raid the drives and slice off a partition for that? [23:40] thought this happened anyway [23:40] not de-raid, but shrink the PV's [23:41] raid is OK, if its raid 1, then 2 /boots are needed [23:42] it's raid5 : [23:43] i'm still within the installer of course [23:43] i have a separate drive from all this with an old bootable system [23:44] i think this means i have to deactivate all the LVM partitions and delete the volume group. then partition the encrypted volume pre-LVM [23:58] do i need to get the /boot partition before the devices are raided together?