=== JanC is now known as Guest62829 === JanC_ is now known as JanC === nodoubleg is now known as help === help is now known as nodoubleg [04:39] I know there is a slim chance someone here will help me with this, but I might as well try. I used this guide to setup rutorrent/rtorrent on my server, but i cant seem to access it remotely. Its almost as if something is intentionally redirecting or stopping outside traffic, regardless of what ports i forward, ufw allow, or nginx config i use [04:39] http://www.torrent-invites.com/seedbox-tutorials/272986-ubuntu-12-14-16-debian-7-8-seedbox-guide-script.html Any help would be greatly appreciated. Thanks in advance === SJrX is now known as SJr === codedmart_ is now known as codedmart === tgm4883_ is now known as tgm4883 === OliPicard_ is now known as OliPicard === Zhao is now known as Guest47134 === Guest47134 is now known as Xin === berglh_ is now known as berglh === Guest96115 is now known as FMan === popey_ is now known as popey [09:29] Hi All. I have upgraded my Ubuntu Server to 16.04.01 and since then my Postfix Mailserver refuses to accecp email becouse of a non existent PHP7 extension see => "PHP Fatal error: Uncaught Error: Call to undefined function mailparse_msg_create" [09:30] i am trying since several hours to install this extension but nothing works on ubuntu even the extnesion exist. Have found other people having also the same problem! => [09:30] your postfix isnt even related at that point, your php7 is. [09:32] yeah. the latest php 7 extension is missing => I need that one here => https://launchpad.net/~ondrej/+archive/ubuntu/php/+build/9666000 [09:48] the command "sudo pecl install mailparse" fails on ubuntu server with => "error: #error The mailparse extension requires the mbstring extension!" even the extension exist and works. other people with ubuntu have the same problem see here => http://stackoverflow.com/questions/35793216/installing-mailparse-php7-mbstring-error/36636332 [10:00] linuxperia: And whats not working on the answer in your link? [10:29] bekks: i will have to recomplie it from sources and install it as a external package on my server. i rather would use the recommended way with pecl and the repositorys this however is not availbe in ubuntu even it should. not sure why it is not possible to install php-mailparse on ubuntu server like other packages. really pitty! [10:29] have to go see you all next time. [10:39] He didnt even try... [10:59] cpaelzer, that's alot of bin new === Thorn__ is now known as Thorn [11:07] jamespage: hi [11:08] jamespage: sorry but what do you mean with "bin new" - the explosion of packages due to the libraries being split now? [11:08] cpaelzer, yeah [11:08] libraries split from what? [11:08] thats a bit of Debian-izn [11:08] bekks, libdpdk split out into component libs [11:08] Hmm, and? :D [11:09] jamespage: that is the way I was guided to package that when discussing that back in Austin with infinity and pitti [11:09] cpaelzer, its fine - just alot! [11:09] :-) [11:10] jamespage: if everything on auto-dependencies works correctly you might end up with OVS only depending on some of them [11:11] cpaelzer, Depends: dpdk, openvswitch-switch (= 2.6.0~git20160810.7f5f2bd-0ubuntu1~ubuntu16.10.1~ppa201608101524), libc6 (>= 2.14), libcap-ng0, libethdev4 (>= 16.07-1ubuntu1~dev1), librte-eal2 (>= 16.04), librte-mbuf2 (>= 16.04), librte-mempool2 (>= 16.07-1ubuntu1~dev1), librte-meter1 (>= 16.04), librte-pmd-ring2 (>= 16.04), librte-ring1 (>= 16.04), librte-vhost3 (>= 16.07-1ubuntu1~dev1), libssl1.0.0 (>= 1.0.0) [11:11] that is only 7 yeah [11:11] worked [11:13] jamespage: I think we should add a recommends to "dpdk" as well to get the runtime bits (like dpdk.conf) [11:13] to OVS I mean [11:14] jamespage: uh - there is one that is odd in your list librte-mbuf2 (>= 16.04) [11:14] and there are actually more [11:15] they should all be 16.07-0ubuntu1 if you built against the latest ppa or the git repo I sent you [11:15] I see the dpdk dep is already in (the first one) [11:15] cpaelzer, that was built againt things a few days ago [11:15] jamespage: what do you think of the 16.04 deps in there - an artifact or an issue [11:15] ah ok [11:16] jamespage: on the real upload there will only be the new stuff around - so it will complain loud if it misses something [11:24] cpaelzer, going todo another rebuild against your latests and will upload later today [11:24] hi. isn't the /etc/hosts file to be read before the nameservers? i did 127.0.1.1 seminary.local and 127.0.0.1 localhost but nslookup 127.0.0.1 is going to the router and is giving me the translation to the localhost of the router [11:25] yancho, the prder is defined in /etc/host.conf [11:25] *order [11:28] order hosts,bind <- ogra_ hosts is hosts file no? [11:28] yes [11:29] http://paste.ubuntu.com/23014592/ my hosts [11:30] ogra_: anything strange ur seeing there? [11:32] yancho, not sure you can actually assign the same IP twice (line 3) [11:32] ogra_: even in the same line using space it didn't work [11:34] and line 2 will most likely break any avahi/bonjour setups on that machine [11:36] y is that ogra_ ? line 2 and 3 i joined them [11:37] http://paste.ubuntu.com/23015086/ this is how it is at the moment [11:51] ogra_, you can [11:52] this isn't a reverse lookup table [11:52] patdk-lap, ah, thanks [11:52] your assigning 127.0.1.1 to whatever [11:53] so any bug ur seeing in my hosts patdk-lap ? [11:54] what is the question? [11:54] I don't see any issues, it is kindof impossible to have issues in /etc/hosts [11:55] I totally don't understand what nslookup has to do with anything [11:56] patdk-lap: nslookup is not giving me the ip for 127.0.0.1 when I search for seminary.local (this is the openldap which resides on this server) [11:56] 127.0.1.1* [11:56] well? did you put seminary.local in your dns server? [11:57] nslookup, read the manual, looks up dns entries [11:57] it doesn't EVER use the hosts file, as that is NOT dns [11:58] "getent hosts" is what you want to test resolving [11:58] not nslookup or host [11:58] * patdk-lap just uses dig [11:59] which also doesn't care about nsswitch.conf, just DNS [11:59] :) [12:14] isn't that the abbreviation ? - DNS - "Do" - "Not" - "Safely return the same" [12:16] (dig is far more useful for debugging DNS servers though, but won't necessarily point you in the right direction for local resolving issues) === laurent__ is now known as lau [13:22] hi [13:23] does anyone have any experience with re-installing ubuntu server overtop of an existing (but older version) installation and knowing what to backup? [13:23] I mean, I have saved fstab and /etc/network/interfaces as well as the sshd config, and key files [13:24] and /home are installed to a 16 gb sd card, and everything else is mounted from separate disks. [13:24] can you re-install, and remount them, and it should be okay? [13:28] I have done it on oracle linux. [13:35] I'm wondering as it is a system for the place I work for [13:35] and am wondering if it's possible to do [13:35] as I have to minimize the time the system is down for, as there are developers counting on being able to access what I've recently configured in virtual machines on that system. [13:41] dr4c4n: you might want to restore "more or less" the packages you had [13:41] dr4c4n: https://kura.io/2010/07/02/using-dpkg-selections-to-backup-and-install-packages/ [13:42] I did the opposite, a normal upgrade but then cleaning up massivle via http://askubuntu.com/questions/66988/how-do-i-clean-up-old-packages-and-apps-after-upgrading/771873#771873 [15:17] jamespage, beisner: nova 2:12.0.4-0ubuntu1~cloud1 is ready to promote to liberty-updates when you get a chance please [16:52] cpaelzer, dpdk uploading now === InfoTest1 is now known as InfoTest [17:36] beisner can you promote https://bugs.launchpad.net/ubuntu/+source/neutron-lbaas/+bug/1460228 to kilo-updates? verification is done. [17:36] Launchpad bug 1460228 in Ubuntu Cloud Archive kilo "neutron-lbaas-agent package does not provide neutron_lbaas.conf file" [Undecided,Fix committed] === iberezovskiy is now known as iberezovskiy|afk [17:46] hi [17:46] I just installed the last ubuntu server, I get a black screen at boot unless I remove the gfxmode line in the grub config [17:47] why do I have such problem, and how is it better to fix it ? [18:48] maxagaz: maybe you are using hardware that is not supported yet. You are engaging in the difficult task of system integration. [18:57] Walex, it was installed on an old machine [18:58] the server works fine though, it's not so important [19:38] what's the best way to test a cronjob? [19:44] to test if a cronjab is working (like using the cron user)? Should I just set it for * * * * * ? [19:45] if you can stand it running every minute when testing, sure, that's convenient enough [19:46] it doesn't appear to be working - but I don't have a dead.letter either. weird [19:47] fwiw I normally do something like > /var/log/whatever 2>&1 on cronjobs, I don't like the "mail" behaviour.. mail is hard and annoying to set up these days [20:09] if I run the script outright it runs, but if it's in the crontab (even * * * * * ) doesn't run [20:09] ownership the same, same group, executable [20:09] don't know how to diagnose this [20:10] no output, either [20:10] oddly [20:19] fixed it - my error [20:22] jayjo: was a PATH assumption? :) [20:22] sarnold: haha! yes it was! [20:22] sorry I missed your earlier bits, but at least now you're going to think of this first next time someone reports problems with a cron job :) [20:22] you've -earned- this one.. [20:24] Odd_Bloke or rcj: could you take bug 1596265 please? Looks legit. I wonder if we can have dep8 tests against DKMS packages to catch failures before the kernel migrates from proposed? [20:24] bug 1596265 in open-vm-tools (Ubuntu) "open-vm-tools-dkms 2:10.0.7-3227872-2ubuntu2: open-vm-tools kernel module failed to build" [Undecided,Confirmed] https://launchpad.net/bugs/1596265 [20:51] ddellav, coreycb: requested promotions to updates completed [20:52] jamespage, thanks! [20:52] np === icey is now known as icey|vacation