/srv/irclogs.ubuntu.com/2016/04/22/#ubuntu-server.txt

=== markthomas_ is now known as markthomas
axisyson 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:01
axisysso far did not find through google search02:02
axisysI 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/suggestion02:23
DirtyCajunso stress is not a package in 16.04?05:15
=== _ruben_ is now known as _ruben
zjhxmjlhi,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/06:22
=== smb` is now known as smb
=== athairus is now known as afkthairus
=== rvba` is now known as rvba
MazdaHello 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/LqSkzhKZ11:29
kyenteiHey 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?11:44
kyenteiNevermind, it's breaking with all images. I reckon it's an uvtool or libvirtd thing12:01
rbasakkyentei: 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:08
MazdaHello 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/LqSkzhKZ13:24
StrykarHi, 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.png14:06
Strykaris it me or 2 GB doesn't seem enough for a LAMP stack?14:07
enleetenwhat does cat /proc/meminfo say on the vm?14:08
Strykarenleeten, the console prints those messages but won't give me a shell, for all purposes it's hung.14:10
StrykarI can't ssh in or shift to another console14:10
Strykarin any case shouldn't it kill the app instead of becoming unresponsive14:11
enleetenyou'd think so, but maybe it kernel panic'd ;)14:13
enleetenmight want to reset the vm14:13
jrwrenStrykar: I think the package you want is: libdbi-perl14:19
jrwrenStrykar: that screenshot doesn't show what started cpan. did you start cpan?14:20
Strykarjrwren, it turned out to be Bundle::DBI, I started cpan to install it14:25
jrwrenStrykar: if there are c modules as deps for that bundle, 2G ram concievably may not be enough to compile them. :[14:28
patdk-wk_I thought a LAMP stack was php, not perl :)14:29
jrwreni thought it was python or pike, not perl ;]14:30
patdk-wk_pascal?14:30
Piciprolog14:31
patdk-wk_:)14:31
patdk-wk_2g should be more than enough, assuming you don't have something else eating all your ram14:31
patdk-wk_easy fix would be, add some swap space14:32
jrwren1apt-get install swapspace` is your friend14:33
ws2k3why i cannot install sshpass in ubuntu 14.04?14:34
ws2k3it says package sshpass is not available14:35
* patdk-wk_ just installs a 300mb swap partition, can calls it good14:35
patdk-wk_then if any of it ever gets used, upgrade the ram in the machine14:35
jrwreni do same, but without the partition. apt-get install swapspace <314:36
patdk-wk_lazy, let the ubuntu installer setup the swap space for me :)14:38
randymarsh9hello14:39
randymarsh9who came up with LDAP?14:39
jrwrenthe university of michigan14:39
jrwrengo blue14:39
patdk-wk_and it was based on x.500, that was made by ibm I think14:40
patdk-wk_oh, ITU14:40
randymarsh9patdk-wk_: did x.500 run unix?14:40
jrwrenit ran on some unixes14:41
ws2k3it says package sshpass is not available14:41
ws2k3why i cannot install sshpass in ubuntu 14.04?14:41
randymarsh9ws2k3: try typing sudo14:41
patdk-wk_dunno, x.500 lives on in ldap and in x.509 ssl certs14:42
ws2k3randymarsh9 im already root14:42
jrwrenws2k3: the package is named ssh-askpass14:42
randymarsh9do you guys pronounce sudo as "su-doh" or "su-du"14:42
* patdk-wk_ never pronouces it14:43
randymarsh9have one coworker who goes around telling people to run "su-du" and that sounds off to me14:43
patdk-wk_just tell them to enable GOD mode :)14:43
Odd_Blokerandymarsh9: The world is a rich place that has room for more than one pronuncation of sudo. :p14:44
randymarsh9Odd_Bloke: nah, if people say tomahto i punch them in the face14:44
randymarsh9i just don't want to get punched in the face14:45
randymarsh9by angry linux users14:45
BlackDex_hello there14:47
BlackDex_i ihave a strange problem with bonding14:47
BlackDex_i have configured a bond14:47
BlackDex_but it keeps telling me "waiting for slaves to join14:48
BlackDex_while it should just work as always14:48
patdk-wk_and your config?14:49
=== BlackDex_ is now known as BlackDex
BlackDexhttp://pastebin.com/NT005fiw14:51
BlackDexsorry14:52
BlackDexwrong one14:52
BlackDexhttp://pastebin.com/WTijNn8K14:52
BlackDexthats the correct one14:52
StrykarAnyone here use smokeping and can share their apache2 smokeping conf?14:54
jrwrenI do use smoke ping!14:54
jrwrenI thought I was the only one ;]14:54
jrwrenStrykar: I a2enconf smokeping, that is all.14:55
PiciI only have it running in nginx, sorry.14:55
Strykarjrwren, its enabled "FastCGI: (dynamic) server "/usr/share/smokeping/www/smokeping.fcgi" has failed to remain running for 30 seconds given 3 attempts"14:56
Strykarjrwren, can you share your apache smokeping, I edited mine and didnt take a backup14:56
jrwrenStrykar: sure, you could also reinstall the deb to get it back.14:57
jrwrenStrykar: http://paste.ubuntu.com/15982825/14:57
Strykarjrwren, that would overwrite my old config I just mighrated14:57
Strykarjrwren, 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 directive14:59
Strykaractually yours has it, this is fun14:59
jrwren:]14:59
jrwrenStrykar: you have Options set somewhere else which is preventing directory index.15:00
Strykarjrwren, you're prolly right, could you please post your /etc/apache2/conf-enabled/serve-cgi-bin.conf15:01
jrwrenhttp://paste.ubuntu.com/15982907/15:02
Strykarweird, 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 directive15:03
Strykarand I didn't touch any other conf :(15:03
jrwrenmaybe 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:05
ws2k3jrwren it still says sshpass not found15:12
Strykarjrwren, since this is an apache conf issue, shouldnt reinstaling apache and reloading the smokeping conf do the job?15:19
jrwrenStrykar: depends on if you say yes to overwrite configs and such.15:19
Strykarjrwren, apt-get reinstall apache2 ?15:20
Strykarhow do I get it to overwrite conf on reinstall?15:20
jrwrenapt-get -o Dpkg::Options::="--force-overwrite" ? maybe?15:22
JanCfirst purge it?15:23
Strykarjrwren, one last thing before I purge reinstall apache, can you past the output of "ls -alh /usr/lib/cgi-bin/smokeping.cgi15:25
Strykar" on your system. I'll lookup purging and the options suggested15:25
jrwrenStrykar: -rwxr-xr-x 1 root root 73 Nov 26 06:11 /usr/lib/cgi-bin/smokeping.cgi15:26
Strykarthanks, its not a permissions issue then15:27
Strykarmight be easier to just purge both smokeping and apache and reinstall and then copy my configs over15:28
Strykarjrwren, 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 directive15:48
jrwrenStrykar: i noticed you are using fcgid. do you have cgi or cgid also enabled?15:50
Strykarjrwren, smokeping has always used fcgi on other distros for me.15:51
jrwrenStrykar: is serve-cgi-bin enabled?  a2enconf serve-cgi-bin15:52
StrykarConf serve-cgi-bin already enabled15:53
jrwrenStrykar: edit /etc/apache2/conf-enabled/serve-cgi-bin.conf and add <IfModule mod_fcgid.c> Define ENABLE_USR_LIB_CGI_BIN </IfModule>  ?15:55
Strykarjrwren, no change, are you running 16.04 and the latest smokeping?15:57
jrwrenStrykar: yes16:01
=== nodoubleg is now known as nodoubleg-lunch
Strykarjrwren, this is weird, I managed to get the DirectoryIndex warning gone but now  apache loads the file as text16:20
Strykarhttp://paste.ubuntu.com/15984557/16:20
jrwrenStrykar: fcgid isn't a handler for cgi files by default. you need to add `AddHandler    fcgid-script .cgi` somewhere in apache config16:21
jrwreni'm using mod_cgi handler, not fcgid, I guess.16:21
Strykarline 4? AddHandler fastcgi-script .fcgi16:21
jrwrenyes, see the extension is fcgi not cgi ?16:22
Strykaras it should be for fastcgi?16:22
jrwrenok, then, rename or link the smokeping.cgi file so it matches?16:35
Strykarjrwren, now it shows me the script as text16:46
jrwrenso... same as before?16:48
jrwrenStrykar: directory index still cgi instead of fcgi?16:48
Strykarjrwren, could you paste the output of "cat /usr/share/smokeping/www/smokeping.fcgi"16:49
Strykaror ls /usr/share/smokeping/www/16:50
randymarsh9hello16:52
randymarsh9what is landscape for16:53
eagles0513875Ahey guys has 16.04 been released yet?16:53
geniieagles0513875A: Yes, yesterday16:54
tewardeagles0513875A: you should start subscribing to the ubuntu-announce mailing list16:55
tewardor my twitter feed :P16:55
eagles0513875Alol tekk16:55
eagles0513875Awhoops i mean teward16:55
tewardeagles0513875A: but yes it did release yesterday, April 21.16:55
eagles0513875Aodd cuz a friend of mine is trying to do a sudo do-release-upgrade and his server isnt seeing any upgrade16:55
eagles0513875Afor 16.0416:55
tewardeagles0513875A: that's not enabled as an upgrade path until .116:56
eagles0513875Ais there a way to enable it16:56
jrwrenStrykar: I'm not using it with fcgi. Mine is setup with defaults. Classic cgi16:56
tewardLandscape 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:56
tewardoops16:57
tewardthat's probably an #ubuntu question...16:57
jrwrenStrykar: oh, but I see an fcgi is there. I hsould try it!16:57
eagles0513875Ateward: said person is on ubuntu-server not ubuntu desktop16:57
jrwrenStrykar: the spokeping.fcgi contents are #!/bin/sh and exec /usr/bin/smokeping_cgi /etc/smokeping/config16:57
tewardeagles0513875A: irrelevant?16:58
tewardeagles0513875A: the upgrade paths are turned on globally, not per-variant16:58
eagles0513875Aok thanks16:58
Strykarjrwren, does exec /usr/bin/smokeping_cgi exist? I dont have it17:01
jrwrenStrykar: nope, looks like it moved, so if I had tried fcgi, mine would be broken too17:02
Strykarjrwren, could you paste the output of ls /usr/share/smokeping/www/17:04
jrwrenStrykar: I have /usr/lib/cgi-bin/smokeping.cgi and /usr/share/smokeping/smokeping.cgi  the former calls the later with config17:04
=== InfoTest1 is now known as InfoTest
jrwrenStrykar: http://paste.ubuntu.com/15986029/17:04
jrwrenStrykar: I think /usr/share/smokeping/www/smokeping.fcgi is my attempt to get it rolling with fcgi. that was long ago.17:04
Strykarjrwren, how did you determine /usr/lib/cgi-bin/smokeping.cgi calls /usr/share/smokeping/smokeping.cgi17:05
Strykarapache should be trying to load smokeping.fcgi17:05
jrwrenStrykar: looked at the source.17:06
jrwrenStrykar: well, your apache. mine was never configured for fcgi17:06
Strykarjrwren, now it's our apache, default ubuntu install ;)17:06
jrwrenStrykar: tehre, I just got the fcgi working.17:06
Strykarhow17:07
coreycbbeisner, heat 1:5.0.1-0ubuntu2~cloud0 is ready to promote to trusty-liberty proposed when you have a chance17:07
jrwrenStrykar: well, almost. the DirectoryIndex says permission denied :]  but accessing smokeping.fcgi directly works.17:08
coreycbbeisner, qemu 1:2.3+dfsg-5ubuntu9.3~cloud0 is also ready to promote17:08
Strykarjrwren, how can it work when "/usr/bin/smokeping_cgi" does not exist?17:08
jrwrenStrykar: I changed that to /usr/share/smokeping/www/smokeping.fcgi17:09
Strykarexec /usr/share/smokeping/www/smokeping.fcgi /etc/smokeping/config ?17:09
jrwrenStrykar: no, that will exec loop.17:10
jrwrenStrykar: /usr/share/smokeping/www/smokeping.fcgi is exec /usr/share/smokeping/smokeping.cgi /etc/smokeping/config17:10
jrwrenStrykar: http://paste.ubuntu.com/15986191/17:10
=== nodoubleg-lunch is now known as nodoubleg
Strykarjrwren, changed smokeping.fcgi to match but even with Options Indexes ExecCGI FollowSymLinks   apache loads it as text17:13
jrwrenStrykar: are you sure fcgid is loaded? if you restart apache does it show mod_fcgid in errorlog ?17:15
tewardrbasak: need bug filing assistance - where can I file to get 'manual package selection' removed from Ubuntu tasksel for Server?17:36
=== chuck__ is now known as zul
=== afkthairus is now known as athairus
jrwrensomething 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 OSX19:00
randymarsh9hello19:10
randymarsh9im trying to download this file from here: https://docs.google.com/uc?export=download&confirm=_ZAa&id=0B4acymQTOxqhb3V6OHU2T0pmRUk19:10
randymarsh9is there a way to do a wget on that?19:10
randymarsh9it's a .zip file19:10
sdezieljrwren: isn't dd supposed to work?19:10
jrwrensdeziel: i think it will work. i'm trying it now. I'm guessing Unetbootin is considered easier. It is a gui afterall ;]19:11
randymarsh9i keep getting a bad request error19:14
randymarsh9is there no way to wget files from google docs?19:14
randymarsh9wish the -h for free and df was universal command line option19:48
jrwrenhuman?19:49
jrwrenit work in ls and du too. what else do you want ;]19:49
jrwrenoh, and sort can sort based on it.19:49
randymarsh9jrwren: want it to work in ls actually19:50
jrwrenrandymarsh9: it does. ls -lh19:50
randymarsh9what's the l for?19:50
randymarsh9that's the command i was looking for19:51
jrwrenlong.19:51
randymarsh9they should get rid of the l and make h do the same thing19:51
jrwren"they"19:52
jrwrenyou can do that.19:52
randymarsh9i know i can19:52
randymarsh9should be standard behavior19:52
randymarsh9ls -h on its own does nothing19:53
tewardls -alh does :P19:53
sdezielrandymarsh9: I always use "ll -h" myself19:53
jrwrenlots of ls commands do nothing unless with -l19:53
randymarsh9sdeziel: that works quite well ty19:55
randymarsh9so i should be using ls to list directories/files19:55
randymarsh9and use ll if i want info on files?19:55
sdezielrandymarsh9: if you like -h, you could define your own alias. Check your ~/.bashrc for some examples like "ll"19:56
randymarsh9what's ll i've never used it before19:56
jrwrenll isn't standard. I don't have it as an lias.19:56
jrwrenits a common alias for ls -l19:56
sdezieljrwren: it's now defined by default in Ubuntu (since trusty or even before)19:56
randymarsh9yes it works for me even though i never defined it19:57
sdezielwas on Red Had/CentOS before that19:57
jrwrensdeziel: my most used install is much older than that ;]19:57
randymarsh9well there ya go19:57
jrwrenwhere is it defined? I still don't have it in /etc/skel19:57
tewardjrwren: ~/.bashrc19:57
tewardtypically, as a commented out in a defauolt19:58
tewarddefault*19:58
sdezielhmm, even done in Precise19:58
jrwren~/.bashrc isn't from a package though19:58
teward^ that, though it was never enabled on mine19:58
tewardjrwren: no, it's not.19:58
teward'll' doesn't exist - it's as a common alias19:58
tewardand an alias isn't set up by a package19:58
jrwrenthat is what I'm trying to say.19:59
teward[2016-04-22 15:56:43] <sdeziel> 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 alias19:59
jrwrenah, /etc/skel/.bashrc as part of the bash package.19:59
sdezielteward: the alias is enabled by default19:59
jrwrenteward: yup, /etc/skel/.bashrc its enabled by default as part of bash package.20:00
tewardhuh, so it is now20:00
tewardinteresting20:00
* teward shrugs20:00
tewardTBH I use zsh20:00
tewardand my own zshrc :P20:00
jrwrenlol20:00
tewardno 'll' there :P20:00
jrwreni use my own .bashrc, which is why I never knew.  no ll here. :p20:00
tewardmine has it commented out20:00
sdezielhttp://paste.ubuntu.com/15990388/20:01
jrwrenlooks like its been enabled by default in ubuntu for a long time.20:03
sdezieltime to spin a Xenial VM to try out nginx with h2 ... thanks teward!20:05
randymarsh9anybody here use pscp21:10
sdezielused it some time ago and preferred psftp as it was easier to script21:10
randymarsh9when i pscp a file from my desktop to server then what directory does it go to?21:10
sdezielrandymarsh9: 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" machine21:12
randymarsh9sdeziel: can i say "pscp foo randy@ubuntu/tmp"21:12
randymarsh9would that send it to the tmp folder?21:12
sdezielrandymarsh9: seems like you are missing a ":" between ubuntu and /tmp21:13
jrwrenuser@host:dir21:13
sdezielbut yeah21:13
randymarsh9sdeziel: good catch ty21:13
jrwreniirc pscp /? shows that21:13
jrwrenalso, http://the.earth.li/~sgtatham/putty/0.60/htmldoc/Chapter5.html21:13
randymarsh9sdeziel: that will be the easiest way21:14
randymarsh9been 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 headache21:15
randymarsh98^)21:15
sdezielrandymarsh9: 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.zip21:19
sdezielrandymarsh9: by I cheated. I copied the expanded URL using Firefox21:19
sdeziels/by/but/21:19
randymarsh9sdeziel: when i tried it i get a forbidden21:22
randymarsh9part of the url probably got cut off or something21:23
sdezielrandymarsh9: good luck. I gotta go21:26
randymarsh9sdeziel: ty21:26
geniibiosdevname=0 seems not to work anymore22:34
Aisonhello, just tested ubuntu server xenial. But there is some problem with my webserver now, I guess it is related to php722:52
AisonI get this error: https://www.alvhaus.ch/   ^^22:52
Aisonso something is not loaded22:52
Aisonany hints?22:52
sarnoldcheck the logs? there may be something to indicate why it thinks this is content rather than something to be executed22:55
Aisonfor me it looks like php7 is simply not used22:56
Aisona2enmod php7 does not exists, but php5 exists22:57
Aisonbut if I enable php5, apache2 no longer loads22:57
hallyndannf: hey - do you have corresponding libvirt patchset for the gic-caps qemu branch?  or should we just get that from the next libvirt merge?22:58
Aisonok, something is weired, apt-get update shows just 4 sources with xenial23:01
hallynteward: ^ php7 xenial ?23:07
sarnoldhe mostly knows nginx23:07
sarnoldnacc may be better placed to fix apache php7 issues23:08
Aisonok, found the problem23:10
Aisonapt-get install php  does not install libapache2-mod-php7.023:11
Aisontherefore php7 was not available for apache223:11
sarnolddid it install the fpm mechanism instead?23:12
=== jgrimm is now known as jgrimm-afk
Aisonsarnold, yes, what's that? :P23:14
sarnoldAison: mod php runs the php interpreter in the apache address space, which imho borders on lunacy23:15
sarnoldAison: 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 client23:16
Aisonah, ok23:16
Aisonother question: can I also install php5 in xenial? I guess not, at least I cant find it23:17
sarnoldi'm pretty sure it's entirely gone23:17
Aisonsarnold, managed to install php7 and php5.6 :-)23:42
sarnoldAison: how'd you get 5.6 on there? o_O external ppa or something?23:43
Aisonyes, external php, no I installed both23:43
Aison-no +now23:43
sarnoldAison: 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 language23:44
Aisonyes yes, one after the other :)23:47
sarnold\o/23:47
Aisonlol :P23:49
Aisonn823:54
sarnoldtschuess23:54
Aison:)23:55

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!