=== markthomas_ is now known as markthomas [02:01] on a initial built we always have to build a raid on a remote system through ipmi gui .. is there a way that can be automated? may be boot from a iso that run some megaraid commands to build the array and hand it over to pxe boot? [02:02] so far did not find through google search [02:23] I guess I could find a good live cd iso and use that boot and turn on ssh and then install megaraid and configure the system using megacli? once that works, then add puppet manifests to the iso to build a custom iso which will do the first time raid build? looking for direction/suggestion [05:15] so stress is not a package in 16.04? === _ruben_ is now known as _ruben [06:22] hi,guys!who can give me help or advance?https://forums.geforce.com/default/topic/932240/geforce-drivers/install-gtx-750ti-driver-in-ubuntu-14-04-32bit-system/ === smb` is now known as smb === athairus is now known as afkthairus === rvba` is now known as rvba [11:29] Hello guys i have " Error reading from remote server" when i'm trying to get http://192.168.5.120/SOGo from browser, there is my /etc/apache2/conf.d/SOGo.conf http://pastebin.com/LqSkzhKZ [11:44] Hey all, I'm trying to spawn xenial images using uvtool but I get "uvt-kvm: error: libvirt: Connection is closed". Does anybody know what's causing this? [12:01] Nevermind, it's breaking with all images. I reckon it's an uvtool or libvirtd thing [13:08] kyentei: sounds like a libvirt issue. Try getting something like "virsh list" working first. When that's working, then uvtool will have a better chance. [13:24] Hello guys i have " Error reading from remote server" when i'm trying to get http://192.168.5.120/SOGo from browser, there is my /etc/apache2/conf.d/SOGo.conf http://pastebin.com/LqSkzhKZ [14:06] Hi, I just installed 16.04 as a Vmware guest with 2 GB RAM and when I run cpan, the console becomes unresponsive with these errors - http://i.imgur.com/mDgCSax.png [14:07] is it me or 2 GB doesn't seem enough for a LAMP stack? [14:08] what does cat /proc/meminfo say on the vm? [14:10] enleeten, the console prints those messages but won't give me a shell, for all purposes it's hung. [14:10] I can't ssh in or shift to another console [14:11] in any case shouldn't it kill the app instead of becoming unresponsive [14:13] you'd think so, but maybe it kernel panic'd ;) [14:13] might want to reset the vm [14:19] Strykar: I think the package you want is: libdbi-perl [14:20] Strykar: that screenshot doesn't show what started cpan. did you start cpan? [14:25] jrwren, it turned out to be Bundle::DBI, I started cpan to install it [14:28] Strykar: if there are c modules as deps for that bundle, 2G ram concievably may not be enough to compile them. :[ [14:29] I thought a LAMP stack was php, not perl :) [14:30] i thought it was python or pike, not perl ;] [14:30] pascal? [14:31] prolog [14:31] :) [14:31] 2g should be more than enough, assuming you don't have something else eating all your ram [14:32] easy fix would be, add some swap space [14:33] 1apt-get install swapspace` is your friend [14:34] why i cannot install sshpass in ubuntu 14.04? [14:35] it says package sshpass is not available [14:35] * patdk-wk_ just installs a 300mb swap partition, can calls it good [14:35] then if any of it ever gets used, upgrade the ram in the machine [14:36] i do same, but without the partition. apt-get install swapspace <3 [14:38] lazy, let the ubuntu installer setup the swap space for me :) [14:39] hello [14:39] who came up with LDAP? [14:39] the university of michigan [14:39] go blue [14:40] and it was based on x.500, that was made by ibm I think [14:40] oh, ITU [14:40] patdk-wk_: did x.500 run unix? [14:41] it ran on some unixes [14:41] it says package sshpass is not available [14:41] why i cannot install sshpass in ubuntu 14.04? [14:41] ws2k3: try typing sudo [14:42] dunno, x.500 lives on in ldap and in x.509 ssl certs [14:42] randymarsh9 im already root [14:42] ws2k3: the package is named ssh-askpass [14:42] do you guys pronounce sudo as "su-doh" or "su-du" [14:43] * patdk-wk_ never pronouces it [14:43] have one coworker who goes around telling people to run "su-du" and that sounds off to me [14:43] just tell them to enable GOD mode :) [14:44] randymarsh9: The world is a rich place that has room for more than one pronuncation of sudo. :p [14:44] Odd_Bloke: nah, if people say tomahto i punch them in the face [14:45] i just don't want to get punched in the face [14:45] by angry linux users [14:47] hello there [14:47] i ihave a strange problem with bonding [14:47] i have configured a bond [14:48] but it keeps telling me "waiting for slaves to join [14:48] while it should just work as always [14:49] and your config? === BlackDex_ is now known as BlackDex [14:51] http://pastebin.com/NT005fiw [14:52] sorry [14:52] wrong one [14:52] http://pastebin.com/WTijNn8K [14:52] thats the correct one [14:54] Anyone here use smokeping and can share their apache2 smokeping conf? [14:54] I do use smoke ping! [14:54] I thought I was the only one ;] [14:55] Strykar: I a2enconf smokeping, that is all. [14:55] I only have it running in nginx, sorry. [14:56] jrwren, its enabled "FastCGI: (dynamic) server "/usr/share/smokeping/www/smokeping.fcgi" has failed to remain running for 30 seconds given 3 attempts" [14:56] jrwren, can you share your apache smokeping, I edited mine and didnt take a backup [14:57] Strykar: sure, you could also reinstall the deb to get it back. [14:57] Strykar: http://paste.ubuntu.com/15982825/ [14:57] jrwren, that would overwrite my old config I just mighrated [14:59] jrwren, thanks, doesn't your config need a DirectoryIndex? I get AH01276: Cannot serve directory /usr/share/smokeping/www/: No matching DirectoryIndex (smokeping.cgi) found, and server-generated directory index forbidden by Options directive [14:59] actually yours has it, this is fun [14:59] :] [15:00] Strykar: you have Options set somewhere else which is preventing directory index. [15:01] jrwren, you're prolly right, could you please post your /etc/apache2/conf-enabled/serve-cgi-bin.conf [15:02] http://paste.ubuntu.com/15982907/ [15:03] weird, it still tells me AH01276: Cannot serve directory /usr/share/smokeping/www/: No matching DirectoryIndex (smokeping.cgi) found, and server-generated directory index forbidden by Options directive [15:03] and I didn't touch any other conf :( [15:05] maybe you have another options directive, or maybe you have fcgid only and not cgi or cgid and so ENABLE_USR_LIB_CGI_BIN is never defined? [15:12] jrwren it still says sshpass not found [15:19] jrwren, since this is an apache conf issue, shouldnt reinstaling apache and reloading the smokeping conf do the job? [15:19] Strykar: depends on if you say yes to overwrite configs and such. [15:20] jrwren, apt-get reinstall apache2 ? [15:20] how do I get it to overwrite conf on reinstall? [15:22] apt-get -o Dpkg::Options::="--force-overwrite" ? maybe? [15:23] first purge it? [15:25] jrwren, one last thing before I purge reinstall apache, can you past the output of "ls -alh /usr/lib/cgi-bin/smokeping.cgi [15:25] " on your system. I'll lookup purging and the options suggested [15:26] Strykar: -rwxr-xr-x 1 root root 73 Nov 26 06:11 /usr/lib/cgi-bin/smokeping.cgi [15:27] thanks, its not a permissions issue then [15:28] might be easier to just purge both smokeping and apache and reinstall and then copy my configs over [15:48] jrwren, purged and reinstalled both smokeping and apache2, and I still get: AH01276: Cannot serve directory /usr/share/smokeping/www/: No matching DirectoryIndex (index.html,index.cgi,index.pl,index.php,index.xhtml,index.htm) found, and server-generated directory index forbidden by Options directive [15:50] Strykar: i noticed you are using fcgid. do you have cgi or cgid also enabled? [15:51] jrwren, smokeping has always used fcgi on other distros for me. [15:52] Strykar: is serve-cgi-bin enabled? a2enconf serve-cgi-bin [15:53] Conf serve-cgi-bin already enabled [15:55] Strykar: edit /etc/apache2/conf-enabled/serve-cgi-bin.conf and add Define ENABLE_USR_LIB_CGI_BIN ? [15:57] jrwren, no change, are you running 16.04 and the latest smokeping? [16:01] Strykar: yes === nodoubleg is now known as nodoubleg-lunch [16:20] jrwren, this is weird, I managed to get the DirectoryIndex warning gone but now apache loads the file as text [16:20] http://paste.ubuntu.com/15984557/ [16:21] Strykar: fcgid isn't a handler for cgi files by default. you need to add `AddHandler fcgid-script .cgi` somewhere in apache config [16:21] i'm using mod_cgi handler, not fcgid, I guess. [16:21] line 4? AddHandler fastcgi-script .fcgi [16:22] yes, see the extension is fcgi not cgi ? [16:22] as it should be for fastcgi? [16:35] ok, then, rename or link the smokeping.cgi file so it matches? [16:46] jrwren, now it shows me the script as text [16:48] so... same as before? [16:48] Strykar: directory index still cgi instead of fcgi? [16:49] jrwren, could you paste the output of "cat /usr/share/smokeping/www/smokeping.fcgi" [16:50] or ls /usr/share/smokeping/www/ [16:52] hello [16:53] what is landscape for [16:53] hey guys has 16.04 been released yet? [16:54] eagles0513875A: Yes, yesterday [16:55] eagles0513875A: you should start subscribing to the ubuntu-announce mailing list [16:55] or my twitter feed :P [16:55] lol tekk [16:55] whoops i mean teward [16:55] eagles0513875A: but yes it did release yesterday, April 21. [16:55] odd cuz a friend of mine is trying to do a sudo do-release-upgrade and his server isnt seeing any upgrade [16:55] for 16.04 [16:56] eagles0513875A: that's not enabled as an upgrade path until .1 [16:56] is there a way to enable it [16:56] Strykar: I'm not using it with fcgi. Mine is setup with defaults. Classic cgi [16:56] Landscape question: it's still showing a 'package reporting' error for one of my systems that had Chrome repos on it (but before they were set to amd64 only) - is there a way to clear the "package reporting problems" status on Landscape for that system? [16:57] oops [16:57] that's probably an #ubuntu question... [16:57] Strykar: oh, but I see an fcgi is there. I hsould try it! [16:57] teward: said person is on ubuntu-server not ubuntu desktop [16:57] Strykar: the spokeping.fcgi contents are #!/bin/sh and exec /usr/bin/smokeping_cgi /etc/smokeping/config [16:58] eagles0513875A: irrelevant? [16:58] eagles0513875A: the upgrade paths are turned on globally, not per-variant [16:58] ok thanks [17:01] jrwren, does exec /usr/bin/smokeping_cgi exist? I dont have it [17:02] Strykar: nope, looks like it moved, so if I had tried fcgi, mine would be broken too [17:04] jrwren, could you paste the output of ls /usr/share/smokeping/www/ [17:04] Strykar: I have /usr/lib/cgi-bin/smokeping.cgi and /usr/share/smokeping/smokeping.cgi the former calls the later with config === InfoTest1 is now known as InfoTest [17:04] Strykar: http://paste.ubuntu.com/15986029/ [17:04] Strykar: I think /usr/share/smokeping/www/smokeping.fcgi is my attempt to get it rolling with fcgi. that was long ago. [17:05] jrwren, how did you determine /usr/lib/cgi-bin/smokeping.cgi calls /usr/share/smokeping/smokeping.cgi [17:05] apache should be trying to load smokeping.fcgi [17:06] Strykar: looked at the source. [17:06] Strykar: well, your apache. mine was never configured for fcgi [17:06] jrwren, now it's our apache, default ubuntu install ;) [17:06] Strykar: tehre, I just got the fcgi working. [17:07] how [17:07] beisner, heat 1:5.0.1-0ubuntu2~cloud0 is ready to promote to trusty-liberty proposed when you have a chance [17:08] Strykar: well, almost. the DirectoryIndex says permission denied :] but accessing smokeping.fcgi directly works. [17:08] beisner, qemu 1:2.3+dfsg-5ubuntu9.3~cloud0 is also ready to promote [17:08] jrwren, how can it work when "/usr/bin/smokeping_cgi" does not exist? [17:09] Strykar: I changed that to /usr/share/smokeping/www/smokeping.fcgi [17:09] exec /usr/share/smokeping/www/smokeping.fcgi /etc/smokeping/config ? [17:10] Strykar: no, that will exec loop. [17:10] Strykar: /usr/share/smokeping/www/smokeping.fcgi is exec /usr/share/smokeping/smokeping.cgi /etc/smokeping/config [17:10] Strykar: http://paste.ubuntu.com/15986191/ === nodoubleg-lunch is now known as nodoubleg [17:13] jrwren, changed smokeping.fcgi to match but even with Options Indexes ExecCGI FollowSymLinks apache loads it as text [17:15] Strykar: are you sure fcgid is loaded? if you restart apache does it show mod_fcgid in errorlog ? [17:36] rbasak: need bug filing assistance - where can I file to get 'manual package selection' removed from Ubuntu tasksel for Server? === chuck__ is now known as zul === afkthairus is now known as athairus [19:00] something must be wrong with me. I find the old hdiutil convert instructions easier than the new "use UNetbootin" instructions for making USB boot media on OSX [19:10] hello [19:10] im trying to download this file from here: https://docs.google.com/uc?export=download&confirm=_ZAa&id=0B4acymQTOxqhb3V6OHU2T0pmRUk [19:10] is there a way to do a wget on that? [19:10] it's a .zip file [19:10] jrwren: isn't dd supposed to work? [19:11] sdeziel: i think it will work. i'm trying it now. I'm guessing Unetbootin is considered easier. It is a gui afterall ;] [19:14] i keep getting a bad request error [19:14] is there no way to wget files from google docs? [19:48] wish the -h for free and df was universal command line option [19:49] human? [19:49] it work in ls and du too. what else do you want ;] [19:49] oh, and sort can sort based on it. [19:50] jrwren: want it to work in ls actually [19:50] randymarsh9: it does. ls -lh [19:50] what's the l for? [19:51] that's the command i was looking for [19:51] long. [19:51] they should get rid of the l and make h do the same thing [19:52] "they" [19:52] you can do that. [19:52] i know i can [19:52] should be standard behavior [19:53] ls -h on its own does nothing [19:53] ls -alh does :P [19:53] randymarsh9: I always use "ll -h" myself [19:53] lots of ls commands do nothing unless with -l [19:55] sdeziel: that works quite well ty [19:55] so i should be using ls to list directories/files [19:55] and use ll if i want info on files? [19:56] randymarsh9: if you like -h, you could define your own alias. Check your ~/.bashrc for some examples like "ll" [19:56] what's ll i've never used it before [19:56] ll isn't standard. I don't have it as an lias. [19:56] its a common alias for ls -l [19:56] jrwren: it's now defined by default in Ubuntu (since trusty or even before) [19:57] yes it works for me even though i never defined it [19:57] was on Red Had/CentOS before that [19:57] sdeziel: my most used install is much older than that ;] [19:57] well there ya go [19:57] where is it defined? I still don't have it in /etc/skel [19:57] jrwren: ~/.bashrc [19:58] typically, as a commented out in a defauolt [19:58] default* [19:58] hmm, even done in Precise [19:58] ~/.bashrc isn't from a package though [19:58] ^ that, though it was never enabled on mine [19:58] jrwren: no, it's not. [19:58] 'll' doesn't exist - it's as a common alias [19:58] and an alias isn't set up by a package [19:59] that is what I'm trying to say. [19:59] [2016-04-22 15:56:43] jrwren: it's now defined by default in Ubuntu (since trusty or even before) <-- is it? None of my trusty server installs from recently have it defined as default alias [19:59] ah, /etc/skel/.bashrc as part of the bash package. [19:59] teward: the alias is enabled by default [20:00] teward: yup, /etc/skel/.bashrc its enabled by default as part of bash package. [20:00] huh, so it is now [20:00] interesting [20:00] * teward shrugs [20:00] TBH I use zsh [20:00] and my own zshrc :P [20:00] lol [20:00] no 'll' there :P [20:00] i use my own .bashrc, which is why I never knew. no ll here. :p [20:00] mine has it commented out [20:01] http://paste.ubuntu.com/15990388/ [20:03] looks like its been enabled by default in ubuntu for a long time. [20:05] time to spin a Xenial VM to try out nginx with h2 ... thanks teward! [21:10] anybody here use pscp [21:10] used it some time ago and preferred psftp as it was easier to script [21:10] when i pscp a file from my desktop to server then what directory does it go to? [21:12] randymarsh9: if you don't specify a remote path like this: "pscp foo randy@ubuntu:" it will end up in your home directory on the "ubuntu" machine [21:12] sdeziel: can i say "pscp foo randy@ubuntu/tmp" [21:12] would that send it to the tmp folder? [21:13] randymarsh9: seems like you are missing a ":" between ubuntu and /tmp [21:13] user@host:dir [21:13] but yeah [21:13] sdeziel: good catch ty [21:13] iirc pscp /? shows that [21:13] also, http://the.earth.li/~sgtatham/putty/0.60/htmldoc/Chapter5.html [21:14] sdeziel: that will be the easiest way [21:15] been trying to figure out how to get wget to do what i want but downloading the file to my desktop and transferring via scp is going to save me a headache [21:15] 8^) [21:19] randymarsh9: this worked for me: wget "https://doc-00-74-docs.googleusercontent.com/docs/securesc/ha0ro937gcuc7l7deffksulhg5h7mbp1/jdp6263dg5t2ued33rgv8pa6raaa863v/1461355200000/00610532175993983158/*/0B4acymQTOxqhb3V6OHU2T0pmRUk?e=download" -O pwm_v1.7.1.zip [21:19] randymarsh9: by I cheated. I copied the expanded URL using Firefox [21:19] s/by/but/ [21:22] sdeziel: when i tried it i get a forbidden [21:23] part of the url probably got cut off or something [21:26] randymarsh9: good luck. I gotta go [21:26] sdeziel: ty [22:34] biosdevname=0 seems not to work anymore [22:52] hello, just tested ubuntu server xenial. But there is some problem with my webserver now, I guess it is related to php7 [22:52] I get this error: https://www.alvhaus.ch/ ^^ [22:52] so something is not loaded [22:52] any hints? [22:55] check the logs? there may be something to indicate why it thinks this is content rather than something to be executed [22:56] for me it looks like php7 is simply not used [22:57] a2enmod php7 does not exists, but php5 exists [22:57] but if I enable php5, apache2 no longer loads [22:58] dannf: hey - do you have corresponding libvirt patchset for the gic-caps qemu branch? or should we just get that from the next libvirt merge? [23:01] ok, something is weired, apt-get update shows just 4 sources with xenial [23:07] teward: ^ php7 xenial ? [23:07] he mostly knows nginx [23:08] nacc may be better placed to fix apache php7 issues [23:10] ok, found the problem [23:11] apt-get install php does not install libapache2-mod-php7.0 [23:11] therefore php7 was not available for apache2 [23:12] did it install the fpm mechanism instead? === jgrimm is now known as jgrimm-afk [23:14] sarnold, yes, what's that? :P [23:15] Aison: mod php runs the php interpreter in the apache address space, which imho borders on lunacy [23:16] Aison: fpm runs php in a different process, and apache sends data to the fpm process, and reads responses from it, and then sends results to the client [23:16] ah, ok [23:17] other question: can I also install php5 in xenial? I guess not, at least I cant find it [23:17] i'm pretty sure it's entirely gone [23:42] sarnold, managed to install php7 and php5.6 :-) [23:43] Aison: how'd you get 5.6 on there? o_O external ppa or something? [23:43] yes, external php, no I installed both [23:43] -no +now [23:44] Aison: it might be worth filing bugs with the projects you use to ask them to support php7 :) by all accounts it's a less crummy language [23:47] yes yes, one after the other :) [23:47] \o/ [23:49] lol :P [23:54] n8 [23:54] tschuess [23:55] :)