=== Lcawte is now known as Lcawte|Away === Lcawte|Away is now known as Lcawte === Lcawte is now known as Lcawte|Away === JanC is now known as JanC_FOSDEM [12:03] Hi [12:04] I'm getting in exim4: [12:04] gitlab@my.domain Unrouteable address [12:04] Any ideas? [12:08] whe i make 1 of my servers sync with ntp can i let all my other server sync to that internal server? [12:08] instead of putting them all open === Azelphur is now known as Guest30585 === seg_ is now known as seg === chmurifr- is now known as chmurifree === edwardly_ is now known as edwardly === `jpg_ is now known as `jpg === Lcawte|Away is now known as Lcawte === quantic_ is now known as quantic === ^King is now known as Algorithm === Algorithm is now known as ^King === pesari_ is now known as pesari === yokel_ is now known as yokel === Algorithm is now known as ^King [22:25] hi guys i have problem with openvpn. it doesnt start when i do /etc/ini.t/openvpn start [22:37] arcsky: what ubuntu release are you using? openvpn may be using upstart, not sysvinit. try 'sudo service openvpn start' ? [22:42] hi, i've set up a nginx web server on my desktop and a apache virtually (virtualbox) in bridged mode. Both systems can ping each other. However when i try to wget a file on the virtualserver that is hosted by the nginx on the desktop it doesn't work, sadly enough [22:48] TheEagerPadawan: elaborate on 'doesn't work' [22:48] i.e. is it a web server error or a network error? [22:49] pmatulis: when i try to wget it doesn't start the download [22:50] TheEagerPadawan: check the web server logs to see if the request is detected [22:51] TheEagerPadawan: if detected, see if the logs can illuminate what the problem is [22:52] pmatulis: logs don't seem to say anything regarded to the download i'm trying to do [22:52] TheEagerPadawan: if not detected, forget the application layer, and go to the network layer. see if you get a response on port 80 (assuming using port 80) [22:53] nc -vz 80 [22:54] if no response, see if the desktop is listening on the port [22:55] pmatulis: got ya, thanks seems like the virtual can't reach desktop on port 80 [22:56] then on desktop: [22:56] sudo lsof -i4tcp:80 -n -P [22:56] should get similar to: [22:56] nginx 993 www-data 6u IPv4 9021 0t0 TCP *:80 (LISTEN) [22:57] nope [22:58] TheEagerPadawan: then nginx is not running [22:58] sudo service nginx start [22:59] pmatulis: what if i told you it is running [22:59] not configured correctly [22:59] ? [23:00] TheEagerPadawan: yeah, so something is just wrong with nginx [23:01] seems like that the lsof only pops up when i'm actually browsing to such said website on the desktop [23:01] by using the private ip [23:04] TheEagerPadawan: using inted/xinetd ? [23:04] pmatulis: http://www.tiikoni.com/tis/view/?id=3367282 [23:04] *inetd [23:05] no, on both cases [23:05] TheEagerPadawan: does the wget command work from the desktop? [23:06] let me see [23:06] using 192.168.0.107 [23:06] that would be 192.168.0.107 wgetting from 192.168.0.135 [23:08] yes that works [23:08] it just the virtual that doesn't seem to get access to port 80 on the desktop [23:11] well, it sounds like a configuration problem [23:11] welp i atleast i know who to hit over the head tomorrow ;)