/srv/irclogs.ubuntu.com/2015/02/02/#ubuntu-server.txt

thor77hey, is anyone using nginx + munin + fcgi?00:24
thor77i dont get it running..00:24
thor77im following this doc http://munin.readthedocs.org/en/latest/example/webserver/nginx.html#using-fastcgi00:25
thor77but if i try to start the fcgi-process it says "spawn-fcgi: child exited with: 2"00:25
holmshello, how can I include config file (with env vars) into upstart script00:27
holmsis this channel for solving issues =/?00:35
thor77its for support i think00:36
holmsso when is working hours :D00:36
thor77looks like not now :P00:37
holmsok seems to be here's an answer http://serverfault.com/questions/128605/have-upstart-read-environment-from-etc-environment-for-a-service00:37
SierraGot an ubuntu server that's displaying this when we attempt to boot it: 'Error: file not found'. And on the next line, it shows 'Grub rescue'. I've already done some research and determined I need to run a boot repair while running off an ubuntu disk, but I havent found a definite answer on what could have caused this. Any ideas?00:48
MassReflexhey everyone01:16
SchrodingersScathey MassReflex01:17
MassReflexi have a few issues that im trying to wrap my head around01:18
MassReflexfirst question..  if i set up a vpn and rout all traffic through it..  how would it effect my servers running.. for instance.. on my ubunut sever.. i run plex media server01:19
MassReflexwould plex still use my local network...  or would it pipe through the internet and what not01:20
MassReflexand second.. i was hoping someone could help me with using iptables to block all traffic from an app except for on ip's of 10.8.x.x - 10.9.x.x01:21
=== Lcawte is now known as Lcawte|Away
=== zz_DenBeiren is now known as DenBeiren
=== zz_DenBeiren is now known as DenBeiren
=== markthomas|away is now known as markthomas
=== markthomas is now known as markthomas|away
=== SpamapS_ is now known as SpamapS
=== bilde2910 is now known as bilde2910|away
=== rvba` is now known as rvba
X123hrm07:11
X1236 hrs of quiet?07:11
=== Lcawte|Away is now known as Lcawte
=== Laogeodritt| is now known as Laogeodritt
lordievaderGood morning.08:35
=== txspud is now known as txspud|sprint
=== txspud|sprint is now known as txspud
=== asac` is now known as asac
=== mthaddon` is now known as mthaddon
=== kickinz1|afk is now known as kickinz1
afl_extHello. Is it possible to force squid to connect to world from particular virtual device, in this case tun0?09:36
cocoa117is there a way to create vlan on ethernet card without installing vlan package?10:10
=== WilliamDotAT is now known as WilliamDotSI
=== WilliamDotSI is now known as WilliamsoTAT
=== WilliamsoTAT is now known as WilliamDoTAT
=== zz_DenBeiren is now known as DenBeiren
=== ahasenac` is now known as ahasenack
=== roaksoax_ is now known as roaksaox
=== roaksaox is now known as roaksoax
=== _KaszpiR__ is now known as _KaszpiR_
=== londonca_ is now known as londoncalling_
=== londoncalling_ is now known as londoncalling
afl_extHello. I have set up ubuntu from mini.iso on virtualbox - host is ubuntu too - and it boots to black screen. No grub, not even a blinking cursor. The same behaviour occurs on host but it finally shows desktop when X got initialized, but absolutely nothing before. What happens? I can SSH that server because I guessed its IP11:45
=== blake_r-travel is now known as blake_r
=== martins-afk is now known as martinst
=== tyhicks` is now known as tyhicks
=== med_` is now known as med_
=== med_ is now known as Guest64197
=== Guest64197 is now known as medberry
hxmhello15:48
lordievaderHey hxm15:48
hxmi have installed trusty in a powerpc G4 apple macbook pro, and i have no ethernet15:48
lordievaderhxm: Is the nic listed under lspci?15:48
lordievaderWith a driver?15:48
hxmit is15:50
hxmEthernet controler: Apple Inc. UniNorth 2 GMAC15:50
lordievaderhxm: That is good, does 'ip link' show it?15:50
hxmit does15:51
hxmsays state DOWN when the cable is connected15:51
lordievaderhxm: Does 'ip link set dev <eth0?> up" fix that?15:52
lordievaderReplace <eth0?> with the actual interface.15:52
hxmnope, same message, i go to connect direct to router with other cable15:53
lordievaderhxm: What does dmesg say about it?15:54
hxmi see some errors about api see some messages with no error details, but it is trying to link up15:58
hxmim trying to find the |15:58
=== duxklr is now known as Jason-WUSTL
hxmah, works now, ip link set dev eth0 says state UP16:02
hxmbut still no ip16:02
hxmworks, not sure how16:13
hxmi restarted 2 times16:13
lordievaderhxm: Setting the up state doesn't give the nic an ip, you need to do an dhcp request for that (<-- applies if not static set up).16:16
hxminstalling the isc-dhcp-server package?16:17
lordievaderhxm: No, running dh-client. Or whatever Ubuntu uses.16:20
lordievaderdhclient, it is.16:20
hxmyea, dh-client is a command from package isc-dhcp-client16:26
hxmthanks16:26
lordievaderThat should already be installed.16:28
=== markthomas|away is now known as markthomas
=== pgraner is now known as pgraner-afk
jrwrenhello, is there any effort to make start-stop-daemon cgroup aware? e.g. stop/restart of any service which is also running in a lxc fails because start-stop-daemon sees the service already running.18:14
sarnoldjrwren: hmm, seems very complicated; what problem are you trying to solve?18:15
jrwrensarnold: "service mongodb start" fails on host if there is already a mongodb running in an lxc guest.18:16
sarnoldjrwren: why does it fail?18:17
jrwrensarnold: "already running"18:17
jrwrensarnold: afaict, start-stop-daemon looks at all running processes cmdline and if one matches, it fails with already running.18:18
sarnoldjrwren: damn. I was hoping it'd gve a more specific error message18:18
sarnoldjrwren: -really-?? eww.18:18
jrwrensarnold: I'm thinking maybe /etc/init/mongodb.conf should be updated to use mognod --pidfilepath and that same path could pass to start-stop-daemon --pidfile18:19
jrwrensarnold: i'm going to try it, since it sounds like cgroup aware start-stop-daemon is not a thing.18:19
smoserhallyn, is there a recommended way of saying "get me the sane qemu-system-ARCH package" ?18:19
smoseri guess maybe not that important as to use it i'd still have to know to run qemu-system-ARCH18:20
sarnoldjrwren: looks like it might be fixable in the initscript for mongodb: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=71870218:21
hallynsmoser: no.  i think infinity has mentioned that before18:25
jrwrensarnold: excellent, I'm on the right track.18:27
sarnoldjrwren: woo :)18:31
cydizencydizen18:32
cydizencydizen18:32
xcyclistI am trying to convert an apache file from a vi edit on Ubuntu to be used on Windows Server, and when I download the attachment from Outlook it has no newlines or otherwise is somehow all run together.19:15
xcyclistI use unix2dos, but I still get this problem.19:15
xcyclistunix2dos before emailing to the server as an attachment.19:15
sarnoldxcyclist: those kinds of programs can get confused if there are some unix-style line endings and some dos-style line-endings; try running dos2unix on the file twice then unix2dos on the file.19:17
R1ckheya. We've had a number of 14.04 vmware nodes that since 3.13.0-44-generic are experiencing random lockups. Is anything known about this, or where do I go to find out more?19:17
bekksR1ck: "14.04 vmware nodes" - do you mean "Ubuntu 14.04 running VMware Workstation"?19:18
R1ckno, I mean 14.04 LTS guests running on ESXi hosts19:18
bekksAh ok. I'd install linux-generic-lts-utopic as described in https://wiki.ubuntu.com/Kernel/LTSEnablementStack then.19:19
R1ckokay, and why exactly? :)19:22
R1ckfor now we have downgraded the affected hosts to 3.13.0-43 which doesnt seem to have the issue19:22
bekksBecause thats the current LTS stack.19:22
shaunoxcyclist: I believe apache on windows has no problems with such line-endings.  they mostly affect humans.  if you use something like notepad++ (or even wordpad!) instead of windows' notepad, your problems should magically disappear19:22
sarnoldR1ck: please do file a bug :)19:23
=== alreece46 is now known as alreece45
R1ckbekks: thats the bit I dont understand, if those are the "real" LTS kernels, why are we not getting those updates automatically?19:27
bekksBecause kernels arent updated automatically, especially when talking about hardware enablement stacks.19:28
R1ckas far as I can tell, they are the kernels from 14.10, which isnt an LTS release19:28
R1ckI think we're misunderstanding eachother.. I've gotten plenty kernel updates, automatically (unattended-upgrades)19:29
bekksThe are ported to 14.04, and supported like this: https://wiki.ubuntu.com/Kernel/LTSEnablementStack#Kernel.2BAC8-Support.A14.04.x_Ubuntu_Kernel_Support19:29
R1ckafter googling a bit, it looks like those kernels are ported to support newer hardware19:32
R1ckI'll go install linux-generic-lts-utopic on these two nodes, see if they remain unaffected19:35
sarnoldI hope it works out, but please don't forget that bug report19:35
sarnoldit's probably easier to file before upgrading them :)19:35
JanCxcyclist: you should probably run unix2dos on Windows, not on linux19:36
R1cksarnold: bit difficult though.. we haven't gotten a specific memorydump or something19:38
R1ckbut I definately will19:38
=== bilde2910|away is now known as bilde2910
R1ckbest I can do is a screenshot of a partial kernel panic19:39
sarnoldanything helps :)19:40
xcyclistshauno:  I somehow got it with unix2dos after changing the filename and trying again.  I fear I may have been suffering from latency with gmail.  Apologies.19:40
xcyclistJanC:  No, when I ran it on Linux, I eventually got something that worked.19:41
JanCxcyclist: oh, good19:42
JanCxcyclist: I was wondering if maybe whatever you were using to mail it was "sanitizing" it  :)19:43
=== Guest16641 is now known as Locke2002
=== Mogwai is now known as Guest76052
=== kickinz1 is now known as kickinz1|afk
=== CiPi is now known as cipi
=== cipi is now known as CiPi
=== markthomas is now known as markthomas|away
=== markthomas|away is now known as markthomas
koolhead17hello all21:30
* koolhead17 wonders if oldies are still holding up ^^21:30
cluelesspersonHey guys, I can't seem to get httprequest to work in ubuntu server21:52
=== Blanoz is now known as blanoz
=== ideopathic_ is now known as ideopathic
marc____hi everybody23:11
marc____I need an advice23:11
marc____I have a couple of raspberry pis that I use as low power servers at home23:12
marc____when I got them I installed arch linux on them because raspbian came with GUI packages pre-installed and I preferred to start from a minimal configuration and add packages as I needed them instead of removing the packages form a default gui installation23:13
marc____now, tomorrow I'll get two raspberry pi 2 and I saw that there is an image of ubuntu snappy core for it23:14
marc____arch is no longer an option because it could take a long time until the board is supported by archlinux-arm23:15
marc____now the piece of advice for which I came here, is the following: is it possible to install ubuntu server directly without needing to pass through raspbian? did anyone try this before? (being an ARMv7 it would seem reasonable)23:17
marc____but I have no experience with debian and the raspberry pi23:17
marc____moreover the ubuntu snappy core is a bit confusing to me... it seems that there are very few packages and that one cannot use apt-get... but is this true also inside a container? could I install any debian package inside a contaier?23:19
shaunoI can't answer this (personally, I'd expect to see ubuntu-armv7, debian-armv7 images appear sooner than you may think).  but I will point out there's a #snappy channel who may be better to answer specifics23:20
marc____thanks shauno!23:20
sarnoldmarc____: fwiw, I don't think snappy is -quite- there unless you're interested in helping develop snappy; hopefully there's a more traditional server image available for it ..23:20
marc____sarnold: yup, I saw it was in alpha... maybe you are right, I could go for the raspbian and remove some packages, or as shauno suggest wait a bit to see if an ubuntu-armv7 images comes out...23:24
marc___bye guys, and thanks again for your help!23:48

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