/srv/irclogs.ubuntu.com/2015/07/08/#ubuntu-server.txt

axisysso far these will be removed00:14
axisyshttp://dpaste.com/3AMFME600:14
=== Lcawte is now known as Lcawte|Away
axisyswow jump from kernel 2.6 to 3.200:56
sarnoldthe next jump feels even bigger, to 3.13... :)00:57
axisyswow!00:57
axisysso put grub on /dev/sda and /dev/sdb.. do I need to put in /dev/md0 (raid1) as well?00:57
axisysI did not think so.. but just making sure00:58
axisyshmmm..01:03
axisysafter reboot01:03
axisysWaiting for network configuration...01:03
axisysWaiting up to 60 more seconds for network configuration...01:03
axisysits a server with static IP01:03
axisysI am on console01:03
sarnoldodd, I can't recall seeing that before01:04
axisysBooting system without full network configuration...01:04
=== markthomas is now known as markthomas|away
axisyspre-up /usr/sbin/ethtool .. they moved it to /sbin/ethtool01:05
sarnoldheh lets hope that was fixed in an SRU ..01:09
axisysall looks good01:11
axisysthanks to you and bekks for help01:11
sarnolddone? woo :)01:12
axisysyep01:12
axisystook more than an hour01:12
sarnoldcool :)01:12
sarnoldI'm surprised about that01:12
axisysI will find out tomorrow morning from user complains if anything broke.. heh01:12
sarnoldbut at least you got to pick the hour of your choosing :)01:12
sarnoldhehe01:12
axisysyep. we have 6 jumpstations.. so it was easy to take it down01:13
R0ckEThi02:03
ash_mokay, so I switched my vbox over to a bridged connection so I could ssh, but now apt-get can't connect to the internet06:24
ash_many ideas?06:24
ash_mI don't think /etc/init.d/networking restart is doing anything06:49
ash_mif I do /etc/init.d/networking stop; how do I make sure that it's actually stopped?06:49
ash_moh yeah, when I run service networking stop, it says: "stop: Job failed while stopping"06:51
ash_mokay, so apparently service networking restart isn't _supposed_ to work anymore07:02
ash_mI think the main recommendation is ifup/down07:02
ash_mbut sudo ifdown eth1 says: ifdown: interface eth1 not configured07:03
ash_mand sudo ifup eth1 says: ifup: RTNETLINK answers: File exists07:03
ash_mdoing some research on that, I came across the command netstat -rn07:03
ash_mthis prints a table that lists eth1 with ..........07:04
ash_mwait, nvm; that doesn't really provide useful information07:04
ash_m(I am just realizing that)07:04
ash_mbut the problem is still there07:04
=== zz_DenBeiren is now known as DenBeiren
=== Lcawte|Away is now known as Lcawte
=== cz2 is now known as czcos
ash_mthe peeps over in ##networking helped me narrow it down to what I believe is a problem with tcp09:42
ash_mthere is nothing listening on port 8009:42
ash_mgoogle isn't really helping me out much here09:42
lordievaderGood morning.09:50
lordievaderash_m: Can you still ping your gateway?09:51
ash_mlordievader: I think so... lemme check09:52
ash_mlordievader: being that it's a bridged connection, I assume the gateway for the vm is the same as my computer?09:52
ash_mlordievader: in any case, that is true09:53
lordievaderUsually yes.09:53
lordievaderYou can ping it?09:53
ash_myeah09:54
lordievaderOkay, can you ping 8.8.8.8?09:54
ash_myes09:55
lordievaderDoes your dns work?09:55
ash_mhow do you check?09:55
lordievaderash_m: dig www.google.com09:56
ash_mlordievader: https://bpaste.net/show/3e2fc5e9dc0409:57
ash_mlordievader: does that mean it's working? :}09:58
lordievaderYes, DNS works. Does apt-get update still not work?10:00
ash_mlordievader: apt-get update just hangs forever10:00
ash_m0% [Connecting to us.archive.ubuntu.com (2001:67c:1562::16)] [Connecting to sec10:00
lordievaderDoes ipv4 work?10:01
ogra_did you try the main mirror instead of us.*10:01
ash_mlordievader: how would I check that?10:01
lordievaderDisable ipv6 ;)10:02
lordievadersudo echo 1|tee /proc/sys/net/ipv6/conf/all/disable_ipv610:03
ash_mlol10:04
ash_mI just jumped through a bit longer tut for disabling10:04
lordievaderecho 1|sudo tee /proc/sys/net/ipv6/conf/all/disable_ipv610:04
ash_min any case; should i try pinging now?10:04
lordievaderash_m: No, apt-get.10:05
ash_mWORKING!10:05
ash_mamazing10:05
ash_msoooo.... why did this work on NAT and not Bridged?10:06
ash_mNAT converts ipv6 to ipv4?10:06
lordievaderUnder NAT it probably never got an ipv6 address.10:06
ash_mI see.10:07
lordievaderAnyhow your ipv6 network bridge is broken.10:07
ash_mlordievader: well, that's good to know10:07
ash_mlordievader: thanks so much10:07
lordievaderNo problem.10:07
ash_mlordievader: I don't want to pester you more, so I'll check to see if this is now a problem google can help me with :)10:08
ash_mlordievader: that was a really good assessment... what led you to this theory?10:08
lordievaderash_m: If you did I would have said I couldn't help you. I don't know much about ipv6.10:08
lordievaderash_m: IPv4 worked, your "Connecting to..." line showed an IPv6 address.10:09
ash_mlordievader: so you thought, "It's attempting to resolve a v6 address... I wonder what happens if it just attempts to fetch a v4 address"10:12
ash_m?10:12
lordievaderThe resolving ain't the problem, the connecting to is the problem.10:17
lordievaderash_m: Linux prefers ipv6 so if you have an ipv6 address it will try that first.10:17
ash_mis this something I should bother trying to fix or should I just be satisfied with leaving ipv6 disabled?10:18
lordievaderash_m: That is up to you.10:19
ash_mlordievader: how do you pronounce your sn? I am saying it "lordy evader" in my head10:20
lordievaderLord ee vader, it is a play on words.10:21
ash_m(to which I quickly get tired and contract it to "lordevader")10:21
ash_moh, well then10:21
ash_m:)10:22
ash_malright, my compy needs to restart10:22
ash_mI am really hopeful it doesn't revert all the changes I made to my folder settings... it tends to do that for some reason (win 8.1)10:22
ash_mc ya! thanks again!10:23
lordievaderHmm... it will revert the ipv6... but then he was gone.10:23
YamakasYis ubuntu still friendly ?10:25
ash_mback :)10:32
YamakasYwb10:34
lordievaderHmm... it will revert the ipv6... but then he was gone.10:34
lordievaderash_m: ^10:34
ash_mlordievader: I'll check it out10:34
ash_mlordievader: I actually went through a more elaborate process to edit the conf file directly so I hope that sticks10:34
lordievaderash_m: /etc/sysctl.conf you mean?10:35
ash_mlordievader: yeah10:35
ash_mI wish there was a way to keep MI off on VirtualBox10:35
ash_mlordievader: it would appear it stuck10:36
ash_m:)10:36
lordievaderash_m: Yes, that is persistent.10:37
lordievaderMI?10:37
andolOn that note, instead suggesting "echo 1|sudo tee /proc/sys/net/ipv6/conf/all/disable_ipv6" it might be a slightly better approach to suggest "sudo sysctl net.ipv6.conf.all.disable_ipv6=1", it mapping more directly to what one would put in /etc/sysctl.conf10:37
andolNot that one really want to have that line in ones sysctl.conf, but still :-)10:37
ash_mlordievader: mouse integration10:37
lordievaderandol: There are many ways to rome ;)10:37
ash_mlordievader: it's a server OS anyway, so I will never see it on that console10:38
lordievaderandol: It is in mine, simply because I haven't gotten round to properly setting up ipv6 yet.10:38
* andol makes an effort to keep his inner IPv6 zealot under control...10:39
ash_mandol: yeah I added net.ipv6.conf.all.disable_ipv6 = 110:40
ash_mnet.ipv6.conf.default.disable_ipv6 = 110:40
ash_mnet.ipv6.conf.lo.disable_ipv6 = 110:40
ash_mI guess default and lo are meaningless if all is disabled10:40
ash_mandol: is it worth me attempting to fix my VM so that IPv6 works? right now (as you have noted) it's just disabled.10:41
andolash_m: Assuming you have some idea on where to start, it wouldn't hurt to at least spend some time on it.10:43
andolI mean, sooner or later you will need to familiar yourself with IPv6.10:43
ash_mthat's true, but sooner or later I will need to familiarize myself with networking in general lol10:44
=== ash_m is now known as Guest95763
=== czcos is now known as cz2
jamespagecoreycb, dosaboy, zul: haproxy included for liberty CA - enables SSL termination support for LBaaS11:39
jamespagecoreycb, something new for you to learn - https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/147258611:45
jamespageyou should be able to follow in my footsteps for previous updates11:45
zetheroo memory on a webserver is being gobbled up by something and I need to find out by what ..11:50
coreycbjamespage, got it, thanks11:57
lordievaderzetheroo: (h)top?12:04
zetheroolordievader: that shows percentages ... I would like to see MB or GB ...12:04
lordievaderIt shows those things too, and else you can allways calculate them.12:05
zetherooall I see is memory percentage12:07
lordievaderzetheroo: Top shows virt, res and share by default, in htop you can enable those.12:09
coreycbjamespage, 2014.1.5 is Fix Released for trusty and CA testing was successful on precise-icehouse-proposed12:17
zetherooI am just wondering ... is it safe to completely turn off swappiness on a server?12:19
=== ashleyd is now known as ashd
lordievaderzetheroo: That depends.12:20
zetherooI saw about 10GB of the 16GB memory was marked as "cached" by the monitoring tool we use (munin) - would it make a difference to enable swap?12:20
lordievaderIf you have enough ram or don't care about the oom, it can be disabled.12:21
zetheroook - well there was about 1GB free ...12:21
zetherooafter rebooting the server only 1.5GB is being used out of that 16GB12:21
jamespagecoreycb, awesome12:22
jamespagecoreycb, need to let precise bake for +5 days based on when stuff went into proposed12:23
coreycbjamespage, ok12:24
jamespagecoreycb, will push out on monday12:24
jamespageremind me if I have not done it12:25
coreycbjamespage, will do, sounds good12:25
boukillerhello, can someone help me with this squid config http://pastebin.com/iLntCWMh ? I have a Access Denied error from squid (ubuntu server 14.04lts)13:02
=== DenBeiren is now known as zz_DenBeiren
=== zz_DenBeiren is now known as DenBeiren
tewardrbasak: since you know more about it than I, are SRUs accepted for inclusion of apport hooks in order to make diagnosing the ****storm of unusable ambiguous bugs we've seen recently against nginx easier?  or should I be poking -release with that question?14:11
teward(for vivid+, we need extra info in the bug report that apport just can't give us on its own, for those postinstall bugs)14:12
soahcccWe had a hard drive failure in our raid1. I removed the disk from the array and shut the machine down, replaced disk and when I now try to boot I get this: http://files.sven.bmonkeys.net/images/811730085_12085082117409553779.jpg_2015-07-08_16-11-36.png Any idea what could possible went south? I guess it generally found something to boot from (ie grub is not broken)14:15
rbasakteward: pretty sure the SRU team would be happy to take apport hook enhancements, as long as they're also present in Wily.14:32
rbasakteward: I've done that for mysql before.14:33
tewardrbasak: yeah, this is gonna have to land in Wily and Vivid14:36
tewardespecially since we have a lot of incomplete, crap-information bugs on the same version with no debugging info14:36
tewardso thanks to pitti in -devel, i've got the info i need to start poking apport hooks into play.  Then I have to beat the source package and test xD14:37
teward(so if we have a bug or two that accidentally get in and I Invalid them, blame testing >.>)14:37
rbasakmatsubara: please could you test Utopic in bug 1443735? There was a small accident earlier: http://irclogs.ubuntu.com/2015/07/08/%23ubuntu-release.html#t12:0914:38
rbasaksoren: am I right in thinking that you manage the bot in here? I don't think it's worked in a while.14:39
sorenrbasak: Well..14:42
sorenrbasak: No. I stopped managing it at one point.14:42
sorensoren: I just failed to let you guys know :(14:43
sorenHah.14:43
rbasaksoren: ah :)14:43
sorenAnd now I'm talking to myself.14:43
tewardrbasak: I *could* drop a clone of one of my bots with Bug Number ANnouncing into here, or we could poke whoever manages ubottu... :P14:43
tewardsoren: heh14:43
rbasakI can always ask to get another bot in here, just don't want to end up with two operational ones.14:43
tewardrbasak: i think the issue is we used to have a ubot, and we have ubottu now...14:43
tewardnot sure what the situation is on what does what thoug14:44
sorenI feel pretty confident saying that mine is gone for good.14:44
rbasakOK. We'll figure out a replacement. Thank you for your bot's previous hard work :-P14:44
* soren tips his hat14:44
tewardrbasak: well, I know Ubottu can do it, just tested in -bots14:45
tewardmaybe the managers need to turn that on for here?14:45
rbasakteward: do you know who manages ubottu?14:46
tewardi could find out14:46
rbasakWould you mind?14:46
=== zz_DenBeiren is now known as DenBeiren
tewardnope, just gotta switch to a channel 5 chans up on the list14:46
tewardrbasak: Pici'll take a look at it14:49
rbasakThanks Pici and teward!14:50
OliPicardhey everyone, I'm trying to setup a cron job every hour to run python3 script.py at the location /var/www however the cron isn't firing. any ideas as to why it isn't? I'll paste the cron syntax in a second :)14:58
tewardrbasak: do you think that there'll be any issue with adding the apport hooks to Wily nginx while we have the pending issue with where to go forward?14:58
lexdvncHi everyone. Quick question. Has anyone here any attempted a kernel upgrade to 4.0 on Ubuntu 14.04 LTS?14:58
lexdvncThe hot kernel patch is really *something*14:59
rbasakteward: I don't think so. Seems to me that they're fairly independent.14:59
tewardack14:59
tewardrbasak: the only thing is it increases the delta between Debian and Ubuntu, but necessarily so14:59
teward(because apport)14:59
smbrbasak, ping about hangout15:00
rbasakYeah, though it's pretty well separated. I think Debian might even take apport stuff now. We did it for MySQL as it doesn't impact Debian at all. I can't remember Debian status though. Ultimately depends on the maintainers I guess.15:00
rbasaksmb: joining15:00
OliPicard0 * * * * python3 /var/www/html/setup.py is on my crontab -e15:01
tewardrbasak: it appears to me people actually RESPOND to requests for information on Debian bugs15:01
tewardwhereas people don't here in Ubuntu, my guess is because ubuntu bug reporting is a lot more friendly15:01
OliPicardI'm guessing I would need to use 0 * * * * python3 setup.py /var/www/html15:06
pmatulisOliPicard: start with something reall simple. the problem is prolly not with cron but with the binary and/or how it's being called15:10
OliPicardpmatulis: it's calling fine when in manual mode15:11
OliPicardif i was to run the app using python3 setup.py it's fine (note it's not called setup.py, It's just an example ;))15:12
tewardstupid question, but does your user when running that script (assuming a userspace crontab) have access to the directory?15:12
tewardand also what are you using to determine whether the script is firing or not15:12
OliPicardYup :D15:12
OliPicardgrep15:13
OliPicardgrep CRON /var/log/syslog15:13
OliPicardJul  8 07:00:02 host CRON[2156]: (CRON) info (No MTA installed, discarding output)15:14
tewardOliPicard: consider maybe wrapping the command in a bash script, call `logger` and log to syslog that it's going to try and execute the script, then the line after the python3 ... line can be another logger call that spits out what the exit code was?15:15
teward(ran into a headache like this here at work >.<)15:15
teward(at least for testing :P)15:16
tewardin case cron says nothing by some weird issue15:16
TJ-lexdvnc: I use kernels 4.1 and 4.2-rc1 with 14.0415:16
lexdvncTJ- are you using it on server or desktop? The concern here is that I want to run 4.0 on KVM VPS15:17
TJ-lexdvnc: both15:17
lexdvncTJ- how was the upgrade process? Smooth? Encountered any major issue?15:17
TJ-lexdvnc: I just built the kernel ("make ... deb-pkg"), installed the packages and rebooted15:19
lexdvncOkay gotcha. I will attempt upgrade15:19
lexdvncThanks TJ-15:19
OliPicardTeduardo: Ah :D on a server15:21
OliPicardtedward: sorry my auto correction just failed.15:21
OliPicardtedward: Just tried this instead: 0 * * * * python3 plutus.py /var/www/html15:26
matsubararbasak, sure. I focused on the two lts and the current release. I didn't try the grub-signed packages though15:38
coreycbjamespage, python-keystonemiddleware is fix released in utopic and successfully tested in the CA for trusty-juno-proposed15:41
jamespagecoreycb, ack15:41
k2gremlinQuick question, blank iptables allows all or no?15:41
sorenk2gremlin: Depends.15:42
sorenk2gremlin: You also define a default policy.15:42
sorenk2gremlin: So it's up to you.15:42
k2gremlinWell it's blank and ssh is working locally so...15:42
k2gremlinbut I was trying to define a few ports last night and I could not for thwe life of me get them to work15:43
jamespagecoreycb, promoted to updates - thankyou!15:44
coreycbjamespage, ty!15:44
sorenk2gremlin: This is the output of my "iptables -L": http://streambin.net/1bd496bb-59ba-4b50-b517-f297f1e9ada515:46
sorenk2gremlin: See where it says "Chain INPUT (policy DROP)".. That means the default policy is DROP.15:46
sorenk2gremlin: If nothing matches, that's what will happen.15:46
k2gremlinsoren, Ok so my def is accept15:47
k2gremlinso why is my server not accepting :/15:47
k2gremlinports are forwarded on my router15:47
sorenEither another rule is blocking it or you're not actually listening on the given port.15:48
k2gremlinChain INPUT (policy ACCEPT)  with nothing under it15:48
k2gremlinits weird.. when I do a netstat, they show up.. but with a blank state..15:48
k2gremlinhow do I fix that?15:48
sorenk2gremlin: What do you mean "blank state"?15:48
k2gremlinnothing listed under state for the 2 ports im trying to use15:49
k2gremlinudp        0      0 0.0.0.0:7778            0.0.0.0:*15:49
k2gremlinthats it lol15:49
sorenUDP is stateless.15:49
k2gremlinOk then my port 7777 is not working at all :/15:50
k2gremlinthats the tcp port15:50
sorenYou're not really giving me anything to work with. I have no idea what you're trying to do, what you've done, what you were expecting to happen and what actually happened.15:51
k2gremlinsoren, I am trying to get an Ark server running. It shows up on the LAN but is unreachable from the WAN.15:52
sorenSo you say.15:52
k2gremlinsoren, if your interested in taking a peek... https://join.me/887-845-11315:56
=== markthomas|away is now known as markthomas
matsubararbasak, I'm unable to reproduce the bug in Utopic for bug 1443735. It seems the install from scratch already leaves me with grub2 2.02~beta2-15ubuntu01 which after a power off have the 30s grub timeout set.16:42
matsubararbasak, is that enough of a verification?16:42
=== liam_ is now known as Guest71963
matsubararbasak, I left a comment in the bug report stating so.16:44
rbasakmatsubara: I think that's fine. Thank you!16:57
matsubararbasak, np16:57
=== Lcawte is now known as Lcawte|Away
tewardrbasak: fwiw, I fear i'm overcomplicating the apport hooks file xD17:51
tewardbut i guess that's just my coding style.17:51
teward(for nginx)17:51
=== athairus is now known as afkthairus
=== markthomas is now known as markthomas|away
=== DenBeiren is now known as zz_DenBeiren
=== zz_DenBeiren is now known as DenBeiren
=== DenBeiren is now known as zz_DenBeiren
LinuxJediteward: anything I can help with19:05
=== cipi is now known as CiPi
=== zz_DenBeiren is now known as DenBeiren
tewardLinuxJedi: not unless you know how to make systemd actually show stderr during apt19:10
tewardLinuxJedi: it's not an nginx core issue - it's an apport handling issue19:11
tewardLinuxJedi: if you'd like I'll give you a rundown of the issue in PM19:12
tewardAND update you on something else19:12
LinuxJediah! Unfortunately I can only do the basics in systemd. May I suggest beating it with a hammer? :)19:12
teward:P19:13
tewardLinuxJedi: i'm going the apport-hook method, but i'll give you the rundown of the issue anyways, see the incoming PM19:13
LinuxJedicool, thanks :)19:13
sarthorHi, I am running ubuntu-server, I am facing this message with apt-get install any-pakagge. E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/p/postgresql-9.                                  3/libpq5_9.3.9-0ubuntu0.14.04_amd64.deb  Connection failed [IP: 91.189.91.14 80]19:13
jgeweird, anyone know why syslog is writting twice to main log and template even when "&~" is present?19:24
=== markthomas|away is now known as markthomas
sarnoldsarthor: is it still happening? I get a 200 OK when I connect to it19:46
sarthorsarnold, Have still happening that.19:47
sarnoldsarthor: I suggest trying mtr 91.189.91.14 or traceroute 91.189.91.14 to try find out where the connection fails19:49
sarthorsarnold, mtr says this http://paste.ubuntu.com/11843594/19:59
sarnoldsarthor: that packetloss early on is astonishing.. but the later hops all seem alright..20:01
sarthorsarnold, that is my modem IP address.20:03
sarthorand My ISP assign it dynamically.20:03
sarthorrest I have no issue with internet, where will be the issue? with my ISP or with distination ?20:04
Sprockshow do i enable AMD-V so that i can have my ubuntu 14.04 server run 64bit virtual machines in virtualboxheadless?20:28
bekksSprocks: Enable it in the BIOS.20:30
=== Lcawte|Away is now known as Lcawte
Sprocksbekks: i dont see an option for it in the bios but i ran "grep --color svm /proc/cpuinfo" and it says the support is there20:31
bekksAnd do you get a specific vbox error message?20:39
jamespageSpamapS, ironicclient should be in the proposed area of the cloud-archive for kilo in the next hour or so20:42
Sprockswhen i create a vbox machine using the command line it creates a nice 64bit machine but when i try and install a 64bit os i get the wrong kernal message you'd expect20:42
=== DenBeiren is now known as zz_DenBeiren
TJ-Sprocks: if you see the svm flag then virtualization support is enabled, but the hypervisor may require a kernel module to use it. For QEMU there's the KVM module20:44
SprocksTJ-: so you think if i install kvm everything should work fine?20:45
TJ-Sprocks: not for VirtualBox, for that you need the VB module, usually its a DKMS managed module I believe20:46
TJ-Sprocks:  see "apt-cache show virtualbox-dkms"20:47
sarthorHI again, if I can not download some packages from here, http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libpq5 amd64 9.3.9-0ubuntu0.14.0420:51
sarthor  Connection failed [IP: 91.189.91.13 80] , then what will be next option please.20:51
SprocksTJ-: would you like the paste of that?20:51
TJ-Sprocks: No, I read it here. I was giving it you for information... that is the moduel VB will require, if it isn't already installed20:52
bekksThe kernel modules are always required, but the error message you get would be interesting.20:52
bekkssarthor: You could use another mirror.20:52
smygIGHallo. Can i use static ip in server when the router is using dhcp? The problem is thet my server dont get ip if it starts before the router.20:59
=== rbanffy-lunch is now known as rbanffy
ogra_smygIG, you should tell your router to leave that IP out of the DHCP pool so it doesnt get assigned twice20:59
ogra_(beyond that, yes, sure, that should all work)21:00
smygIGORGA_ the ip is lockt to my servers mac.adress21:02
ogra_right, then it is fine21:02
smygIGOGRA_ thanx21:03
SprocksTJ-: this is what i get when i try to install that http://paste.ubuntu.com/11843935/21:05
TJ-Sprocks: I thought VirtualBox was installed?21:07
SprocksTJ-: it is, i installed it according to https://www.howtoforge.com/vboxheadless-running-virtual-machines-with-virtualbox-4.3-on-a-headless-ubuntu-14.04-lts-server21:08
bekksSprocks: Then DONT install virtualbox-dkms.21:09
bekksThats a package from the Ubuntu repos, while you install virtualbox from the Oracle repo.21:09
TJ-Sprocks: Are you aware that the 14.04 archives has virtualbox  4.3.10-dfsg-1ubuntu5 ?21:12
SprocksTJ-: no i wasnt aware of that but would that let me run a vbox headless server with 64bit guests?21:14
TJ-Sprocks: There are a series of packages, see "apt-cache search -n 'virtualbox' ... but virtualbox contains "/usr/bin/VBoxManage"21:16
=== afkthairus is now known as athairus
=== mwhudson_ is now known as mwhudson
=== mwhudson is now known as Guest82160
tewardpostfix question: if I want to accept all addresses for a given domain, and forward them (virtual domain aliases basically), is @domain.tld sufficient or is there more config needed (OTHER than putting it in virtual_alias_domains and adding the mapping)23:11
=== k2gremlin_ is now known as k2gremlin
k2gremlinIs there anyway to tell a process on Ubuntu to use more then 1 core?23:12
=== Guest82160 is now known as mwhudson
sarnoldk2gremlin: that can only be done via writing the application to use threading or multiple processes23:13
sarnoldk2gremlin: by default, every program can use as many processors are on the system23:14
k2gremlinsarnold, Apparently not the Ark Server program lol23:14
k2gremlinwhen it boots up, it slams one core.. and nothing else lol23:14
sarnoldk2gremlin: that's not a big surprise; multi-threading programs are difficult to get right. Multiple processes are a lot easier, but not necessarily a good fit for whatever it needs to do.23:15
k2gremlinUnderstand. Thanks23:15
k2gremlinjust being bored while I try to fix a damn port issue.. its killing me lol23:15
k2gremlinif my iptables says (policy ACCEPT) on input, all is open by default right?23:16
k2gremlinand any -j Accepts I toss on there don't do crap.. ?23:17
tewardk2gremlin: is this an EC223:17
tewardor something behind a hardware firewall/router/NAT23:17
k2gremlinits behind a router/nat23:17
tewardportforward23:17
tewarddid you do that?23:17
k2gremlinand the router is forwarding the ports..23:17
tewarddid you verify it?  (packet trace on the server, verify the packets reach?)23:17
k2gremlinhttp://imgur.com/QBd9FlG,lOCNNFa#023:17
tewardsarnold: how hard would it be for me to get a tiny nginx upload into wily right now, given I have upload rights?23:19
teward(it's the apport hooks)23:19
sarnoldteward: afaik if you have upload rights you can upload whatever you want almost whenever you want, right? featurefreeze times etc..23:19
tewardsarnold: within reason, yeah,I mean I can't upload something that torpedoes the builds, obviously, except where it's a complete accident23:20
k2gremlinAnother general question, is there a way to tcpdump for multiple ports? port 7777 | port 7778?23:21
tewardsarnold: i'm doing some final testbuilding before dropping things into my vivid test vm to see if the apport hooks are built in right to the packages, but eh23:21
k2gremlinor is it (7777|8888)23:21
sarnoldk2gremlin: something like "port 7777 or 8888"23:21
TJ-k2gremlin: "port 7777 or port 8888"23:22
sarnoldk2gremlin: there's some examples (more complicated) in the tcpdump manpage23:22
sarnoldteward: nice23:22
tewardsarnold: i love sbuild xD23:22
k2gremlinsarnold, thanks23:23
tewardsarnold: the only thing I hate is all the flavors of nginx - that's one apport hook per nginx binary23:24
tewardso, nginx-core nginx-light nginx-full nginx-extras23:24
teward^ four identical files23:24
sarnoldooof23:25
tewardbecause the debug symbols don't need the apport hooks, nor does the -common package23:25
sarthorHi. I am back again with same probem if some person can help to guide me toward solution. my apt-get says Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/libc/libcrypt-openssl-rsa-perl/libcrypt-openssl-rsa-perl_0.28-1build1_amd64.deb  Connection failed [IP: 91.189.91.13 80]23:25
tewardsarthor: working here, maybe switch mirrors, or wait a little bit?  (a wget indicates that the download works fine)23:26
sarthorteward, I am facing this issue since 3 days. How to change mirror. I am not expert.23:27
tewardthree days?  and it still happens?23:27
sarnoldsarthor: hmm.. are you perchance using squid-deb-proxy or apt-cacher-ng? I think I had that error message when I switched mirrors but forgot to update the squid ACLs23:27
teward^ that perhaps?23:27
sarthorno squid or any proxy server involved. connected direct to FTTH modem. 25 m/s downllink23:29
sarthorand this url from the server says in browser  " http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04" ..The requested URL /ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04 was not found on this server.23:31
sarnoldwhat URL did you paste into your browser?23:31
sarthorsarnold, that was wrong sorry.23:32
sarthorthis is what my apt-get says Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/libc/libcrypt-openssl-rsa-perl/libcrypt-openssl-rsa-perl_0.28-1build1_amd64.deb and i think this file is not there.23:34
tewardsarthor: um... what you just posted is not a link?23:34
sarnoldsarthor: I just retrieved that file from all three servers that are using that name23:34
tewardsarnold: http://us.archive.ubuntu.com/ubuntu/pool/main/libc/libcrypt-openssl-rsa-perl/libcrypt-openssl-rsa-perl_0.28-1build1_amd64.deb  <-- try and get that23:34
tewarderm23:35
tewardsarthor: ^23:35
* teward kicks the internet23:35
sarthorteward, sarnold with me it says The connection was reset23:35
sarthorThe connection to the server was reset while the page was loading.23:35
sarthorwhile I have good internet23:35
tewardapparently not23:36
tewardsomething's killing the connection23:36
sarnoldsarthor: I think you've got a difficult debugging process ahead of you; try doing http to a few dozen websites, see if you can find any commonalities between what works and what fails23:36
sarthorteward, yea. I can browse internet. can install alot more packages. downoad speed is awsome. do not what is issue.23:36
sarnoldsarthor: at least you're resolving the dns names to the same IPs that I'm getting, so you get a free pass on DNS :)23:37
sarthorAhhhhhhhhh... I was crazzy to lean how to configure postfix. I found good tutorial Now I can not install packages due to this issue.23:38
tewardsarnold: in other news: i discovered interacting with my VM over SSH from the host itself on a host-only device makes copy-paste and editing things so much easier and i only discovered this last week is more sane xD23:38
tewards/is more sane//23:38
=== Lcawte is now known as Lcawte|Away
sarnoldteward: ssh is the only way to use vms :) hehe23:40
sarthorBYE for now.23:40
TJ-sarthor: the issue seems to be a HTTP protocol version issue. HTTP/1.0 fails, HTTP/1.1 succeeds23:40
TJ-darn!!!!23:40
* TJ- thinks sarthor is behind a transparent proxy that is using HTTP/1.0 for outbound requests23:41
tewardsarnold: yes it is xD23:41
tewardTJ-: i think so too, perhaps23:41
tewardbut he said no proxy in there23:41
tewardi doubt it23:41
sarnoldTJ-: hah, I'd never think to try that..23:42
TJ-If his ISP is operating a proxy he won't know about it.   see http://paste.ubuntu.com/11844647/23:42
TJ-Interestingly, that mirror is showing different Apache versions for HTTP/1.0 vs HTTP/1.1 - must be behind a load-balancer/proxy itself23:46
tewardTJ-: indeed23:47

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