/srv/irclogs.ubuntu.com/2013/12/25/#ubuntu-server.txt

=== freeflying is now known as freeflying_away
jrwren_mgw: yes02:27
mgwjrwren_: are there docs somewhere on that? Do I just put multiple *.upstart scripts in debian dir?02:30
=== peter is now known as Guest73608
jrwren_debian packaging docs are pretty good02:37
mgwjrwren_: I'm looking at the man page for dh_installinit02:44
mgwIt looks to me like you'd do an override and then call it multiple times in the override02:44
=== jaimef_ is now known as jaimef
jrwren_sounds good. I don't knwo off hand02:52
=== freeflying_away is now known as freeflying
sheptardso does anyone have an idea as to why when I have 2 hosts use jumbo frames I get NFS server timeouts?04:16
sheptard2 hosts being server, client04:16
sheptardeverything else network related seems fine, I was able to move ~40TB of data without incident via zfs send over the network04:17
sheptardboth are running 13.10, 3.11.0-14-generic kernels04:18
pmatulissheptard: because your network cannot handle jumbo frames?05:23
sheptardlol05:30
sheptardderp05:30
sheptardpmatulis: jumbo frames was turned off in the switch05:30
pmatulissheptard: bingo05:31
sheptardpmatulis: tyvm05:35
pmatulissheptard: yw, merry xmas05:35
Smedleswondering if anyone can help me diagnose an issue I periodically experience with my Ubuntu Server running 13.10...06:02
Smedlesevery few weeks I experience issues where machine on the local LAN cannot connect to the server using it's internal LAN address - no matter which port - whether it be ssh, samba, webmin, http, etc06:02
Smedlesaround the same time, server connections over the internet momentarily drop out (so quasselcore connection drops out)06:02
Smedlessometimes these just go away, others I need to reboot the server then everything is good.06:02
SmedlesAny ideas?06:02
XATRIXI think networking script is broken08:36
XATRIXHi08:36
XATRIXxatrix@vox1-ua:~$ sudo service networking restart08:36
XATRIXstop: Unknown instance:08:36
XATRIXnetworking stop/waiting08:36
XATRIXNo way to fix it08:36
=== funkyHat_ is now known as funkyHat
=== freeflying is now known as freeflying_away
OntaniHi i'm trying to make an vpn connection but constantly getting: Couldn't set tty to PPP discipline: Invalid argument, i'm using the following config: http://paste.ubuntu.com/6633520/10:33
Ontanihttp://paste.ubuntu.com/6633542/ my output while connecting10:36
Skinnerany recommended honeypot software to deploy on 12.04?11:54
bigiehi guys..12:33
bigieis there any app on ubuntu can centralized user authentication ?12:34
jpdsWhy do they never stay for more than 5 minutes.12:40
jpdsSkinner> honeyd would of been your answer, bigie> LDAP and Kerberos exist for a reason.12:40
cfhowlettjpds, OCD make the best sysadmins ...12:42
jpdsbigie> LDAP and Kerberos exist for a reason12:46
bigiecan you give me good step by step to do it? I'm new user in ubuntu :)12:47
jpdsbigie: It's not trivial to set up.12:49
jpdsbigie: https://help.ubuntu.com/12.04/serverguide/network-authentication.html12:49
bigiejpds : thank's i'll give a try :)12:51
mrrothhcloud___Any open source Dropbox like package that will allow me to roll my own private cloud14:15
thebwtthat.. marginally makes sense.14:16
thebwtyou mean private cloud-liek storage?14:16
thebwtcloud-like?14:17
mrrothhcloud___Yea14:17
mrrothhcloud___And access my files anywhere like Dropbox14:17
thebwthmm not sure of any prepackaged solutions.. except like straight up ftp14:18
thebwtis that undesirable?14:18
thebwtsftp is super easy and can by mounted by various applications14:18
mrrothhcloud___Oh how about owncloud14:20
thebwtlooks liek that works for a web interface14:21
mrrothhcloud___Lame14:23
mrrothhcloud___What mobile os do you use thebwt14:23
rbasakmrrothhcloud___: owncloud as you've found. Also look into git-annex.14:26
mrrothhcloud___Thanks14:26
=== freeflying_away is now known as freeflying
vedicI am running 3 servers on aws. Among these 3, one (the main) is accessible by the users over https connection. Remaining 2 I want to connect to the main via VPN. Is it possible?17:12
vedicusers <--https--> Main <--VPN--> Database server and Main <--VPN--> Data processing Server17:13
pmatulisvedic: try openvpn17:20
vedicpmatulis: Using openvpn, is that possible to have that sort of topology?17:21
pmatulisvedic: sure, why not?17:22
vedicpmatulis: Instead of establishing https connection for every database transaction I think vpn is much cheaper in that case17:22
vedicok17:22
vedicThanks17:22
pmatulisvedic: a tunnel between 'main' & 'db' and a tunnel between 'main' & 'processing'17:23
vedicpmatulis: yea17:23
pmatulisvedic: if 'db' and 'processing' are on the same lan you can prolly do it with a single tunnel17:23
vedicpmatulis: how?17:24
pmatulisvedic: but since these are cloud instances i think 2 tunnels is the way to go17:24
vedicpmatulis: yea, I was thinking the same17:24
pmatulisvedic: are these servers and tunnels long term?17:25
pmatulisvedic: if not, you may consider SSH-based VPNs17:26
vedicpmatulis: yea, all 3 servers and tunnels needs to run 24x717:26
pmatulisvedic: ok17:26
jpdsvedic: openvpn/strongswan ipsec, they'd both work.17:29
vedicjpds: Thanks. Didn't know about strongswan17:33
jpdsvedic: Otherwise, you can consider https://aws.amazon.com/vpc/ as an option.17:33
vedicjpds: Wow. vpc seems the option I am looking for17:36
jpdsIt does kind of tie you into Amazon though, but those are the three I would consider.17:38
jpdsAnd if you're paranoid as I am, you need to consider how your bits are flowing over the VPC.17:41
vedicjpds: Didn't get what you mean by 'how your bits are flowing over the vpc'18:21
jpdsvedic: How do you know how Amazon are handling the packets going through the network?18:27
jpdsvedic: If there's any encryption, etc.18:28
vedicjpds: Does that matter when tunnel is set between two end points.18:28
vedicjpds: For VPC, I think they will be taking least path. Thought its assumption as I haven't read what aws does for VPC18:29
jpdsvedic: Is the tunnel encrypted? That's the thing.18:32
vedicjpds: Hmm... that has point. If its not encrypted, its useless for me. I won't even opt for this. You never know if internally they change the routing mechanism18:34

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