/srv/irclogs.ubuntu.com/2014/12/30/#ubuntu-server.txt

=== Lcawte is now known as Lcawte|Away
tewardany of our glorious server team devels around to answer a question?01:33
Patrickdk!ask01:38
ubottuPlease don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience01:38
tewardPatrickdk: it's developer-specific - getting an FTBFS on the powerpc build of the nginx merge that just got uploaded, looks like it's unrelated to code issues, but i wanted a second opinion - https://launchpadlibrarian.net/193675980/buildlog_ubuntu-vivid-powerpc.nginx_1.6.2-5ubuntu1_FAILEDTOBUILD.txt.gz01:39
tewardlooks like maybe a ddebs issue, but not entirely sure01:40
tewardalso asked in -devel but got nothing back01:42
tewardi'm not that worried about powerpc though01:42
rsullywhen I run a livecd/liveusb does it load the OS into ram, or does it actually boot and run from the physical media?01:44
rsullywhoops probably should have been on plain #ubuntu, but either way01:45
=== markthomas is now known as markthomas|away
=== zz_DenBeiren is now known as DenBeiren
MrZhiHey, is it possible to do an install of server over top something else like fedora core? Like would it import existing data? I'm googling and have been up for 18 hours so far with a long night ahead so any quick guidance is appreciated06:36
Tobbe_Good morning everyone, I have a quick question as I am quite new to working with ubuntu and setting up a server (ubuntu server 14.04). So far i've reinstalled it 5 times due to various errors and now I am doing things block by block then verifying that it don't throw errors by rebooting. Is there a way to run the same checks that is done during boot (ie. check the load network [ ok ] styled tests etc. without rebooting?07:37
=== DenBeiren is now known as zz_DenBeiren
blackyboyWhich software can do a incremental backup in ubuntu server, I want to do incremental backup from my ubuntu server to Amazon s3, i have tried with backup gem but it's gives lot of problem. Any other software which can provide tar incremental to s3 ?08:46
andolblackyboy: If you are fine with the classic model of full and incremental backups, then duplicity isn't a bad choice. It supports backing up directly to S3, and it does encryption.08:53
blackyboyandol: thanks let me have a look into it. :)08:54
=== Kartagis is now known as anyone
=== anyone is now known as viktor
=== viktor is now known as anybody
=== Lcawte|Away is now known as Lcawte
ElfBotAnyone mind having a really quick look at my DNS file and see if they can spot the issue? http://pastebin.com/sFCgWD5A11:53
=== anybody is now known as Kartagis
=== martins-afk is now known as martinst
johncarperI've made a special FTP user on my server that's running vsftpd with a chroot jail and made a folder "FTP-shared" in the /home directory with the FTP user access to /home/FTP-shared and selected /bin/false inside the FTP-shared folder I have a folder download with chmod 755 and upload with chmod 77713:53
johncarperis the upload folder with chmod 777 a security risk on my server in this scenario?13:53
bananapiemy ISP has given me an IP and a subnet ( the subnet is a /30 , so one IP and one gateway ). I only have 1 server with 1 network card. Is there anyway I can set up the subnet so I can run services on the IP in the subnet without a router or second server? I was thinking maybe with a virtual interface or something15:42
pmatulisbananapie: give a concrete example of what you actually want to achieve, without the mumbo jumbo16:15
bananapieactually, I really don't know how to make it more concrete. I think what I want to do is impossible and I have to drive back to the data centre and install a router.16:19
bananapie:(16:19
maxbbananapie: Try explaining what you actually want to do instead of what you think you need to do to acheive that16:53
maxbIt sounds to me like what you need to do is precisely nothing, not go buy a router16:54
=== markthomas|away is now known as markthomas
vexati0nhey -- i have an ubuntu 14.04 server with 2 NICs. until now, the 2nd nic has been inactive, but i need to assign it an address. i edit /etc/network/interfaces, then ifup eth1, and i get the IP correctly. but 30-60 seconds later, the system removes the IP and leaves the interface unconfigured17:34
vexati0ni need to fix this *without* rebooting17:34
dasjoevexati0n: find out why it's deconfiguring the interface. /var/log/syslog or kern.log should help17:46
bananapieok pmatulis and maxb, i'll try again.18:06
bananapieI have a server that is connected to a new internet connection. They gave me two IPs. One is the IP that can reach the ISP's gateway, the other is an IP that I have to route via the first IP. I don't want to install a router.18:07
maxbYou mean they gave you two subnets?18:08
bananapieso on the one interface, I have IP 192.168.20.150 on a /30. The ISP's gateway is 192.168.20.149. My second IP is 192.168.20.1 it's also a /30.18:08
bananapieyes18:08
bananapieso normally, I would have to install a router to use the IP 192.168.20.1 and 192.168.20.2, but I don't want to install a router. Can I just stick 192.168.20.1 on a virtual interface and the kernel will pretend to route it via 192.168.20.150 ?18:09
maxbDo you actually mean they gave you those IPs, or are you anonymising them?18:09
maxbThose are rfc1918 private IPs, so not reachable from the internet18:10
bananapieI know they are "private" IPs. So the server on their end has a firewall that will only allow packets from 192.168.20.1, but their modem/router is expecting 192.168.20.150 on the connected NIC.18:11
bananapieI think if I set ip_forward in the kernel to 1 and I set both IPs on a network card, the kernel will figure it out.18:12
maxbThat's a pretty weird setup they've given you18:13
bananapieyes.18:13
maxbSetting ip_forward is irrelevant if you've just got the one machine18:13
bananapieNormally, I should stick a router in their that has 192.168.20.150 on one side with a default gw of 192.168.20.149 / 255.255.255.252. and on the other side of the router 192.168.20.2 and my server connected to this interface with 192.168.20.118:14
bananapiebut I don't want to install a router.18:14
qmanThat is an impossible configuration18:14
qmanOh wait, /3018:14
bananapieNo. it's not impossible. It's confusing because they subnetted a 'private' subnet18:15
qmanWhy do you need both at all then?18:15
qmanThe one that's connected to the isp side should be all you need18:16
bananapieok18:16
bananapiethanks18:16
qmanIn your theoretical router setup18:16
maxbI can't figure out what this ISP is trying to accomplish. I guess I'd first try to see if I could actually talk to the internet using the .150 IP as the source18:19
bananapieok. It works. so I did this 'ifconfig eth4:1 192.168.20.1 subnet 255.255.255.252' ; 'ifconfig eth4 192.168.20.150 192.168.20.1'; 'route add default gw 192.168.20.149' and everything works. I can ping using ping -I 192.168.20.1 [ any ip here ]18:19
bananapiethanks.18:20
qmanThis is a really weird setup, and I can think of a couple possible scenarios, but they'd be really silly18:20
bananapieok, the above commands seem to work.18:20
bananapiethanks guys18:20
AnnoyedGreetings19:19
AnnoyedQuick question about the isc-dhcp-server config file.   It has a commented out declaration for a 10.* subnet "subnet 10.152.187.0 netmask 255.255.255.0 "  with a comment above it that it won't be used. "19:24
AnnoyedAnyone know what that's about?19:26
=== Guest60657 is now known as mfisch
kriskropdI accidentally stopped a do-release-upgrade in the middle of reconfiguring samba on an LTS box - the machine thinks it is running the latest stable LTS now, however about 60 packages now have errors within them and I don't know how to fix them - I've tried 'sudp apt-get update; sudo dpkg --configure -a;sudo apt-get update' but that ends with the last apt-get update failing due to "Processing was halted because there were too many ...22:28
kriskropd... errors." which it states after listing the 60 or so packages that seem to be damaged22:28

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