/srv/irclogs.ubuntu.com/2013/08/03/#ubuntu-server.txt

tohuw12.04.2. I have an apt-get upgrade that failed due to insufficient space in /boot. I am attempting to purge a deprecated header package, but cannot due to the failure of the previous package. How can I reset the state of apt-get to allow me to purge the packages and stop attempting to install the failed one?00:57
mardraumI wish I knew the correct answer, I temporarily move things out of the way to make enough room so apt-get canb complete. I'm not saying this is correct, only that it has worked for me.01:00
mardraumold headers would be pretty safe.01:01
tohuwmardraum: yeah, that's what I'm doing now. Thank you... there really should be an obvious, documented way to deal with this situation01:13
Brian21I could use help with drbd on 12.04 ubuntu please02:14
Brian21[r0] cmd /sbin/drbdsetup 1 disk /dev/sda /dev/sda internal --set-defaults --create-device  failed - continuing!02:51
Brian21 02:51
=== Ursinha_ is now known as Ursinha
=== dduffey_afk is now known as dduffey
=== wickedpuppy2 is now known as wickedpuppy
pHcFi've configured logwatch to send emails to me. I've just changed the email to my new email address, and after trying to send a logwatch report, i'm not receiving anything im my new email… I checked everything: spam, smtp servers, etc. If i change the email to send the report to my old email, it works. any ideas?04:53
frojndHi there. Today I was trying to update system while I encounter errors during the update: http://sprunge.us/TgVM07:21
frojndNow there it says: no space left on device, so I checked with df -h http://sprunge.us/WeGb07:22
frojndThe only partition that is 100% full is /boot07:22
frojndany ideas how can I free up some space on this partition which is already very small ~100MB?07:22
frojndok.. so kernel try to install into /boot ... Ah zeh, that's why when I install servers from scratch I do it a little bit more bigger. So can you advice me of any information how can I repartition /boot and take space from / ?07:26
frojndhelp a little? :)07:34
frojndThis chan is moderate08:35
frojndI then tried to purge some old headers but I can't it keeps throwing at me: You might want to run 'apt-get -f install' to correct these linux-generic : Depends: linux-headers-generic (= 3.2.0.49.59) but 3.2.0.51.61 is to be installe ...08:51
frojndSo I can't use apt-get to free up some space, can someone advice me how can I make /boot partition bigger?08:52
jongbergs!topic08:52
ubottuPlease read the channel topic whenever you enter, as it contains important information. To view it at any time after joining, simply type /topic08:52
frojndjongbergs: your point being? :)08:53
jongbergsHi, I've just read the ubuntu server guide on setting and configuring dns server, in the guide it uses private ip address for the nameserver. Does this work or should I use public ip address instead of private ip?09:32
=== smb` is now known as smb
maxagazhi11:49
maxagazI'm trying to install ubuntu server from usb11:49
DenBeirencould someone explain what the MAAS server install is for?11:50
maxagazbut I get an error message: [!!] Load installer components from CD, Failed to copy file from CR-ROM. Retry?11:50
DenBeirenmaxagaz, i would reflash the usb drive11:50
maxagazDenBeiren: I did it twice already11:51
maxagazDenBeiren: with ubuntu 12.04 server and 13.04 now11:51
maxagazDenBeiren: using Unetbootin11:51
DenBeirenmaxagaz, try different stick, or burn cd11:58
maxagazDenBeiren: I don't have cd drive11:58
=== DenBeiren is now known as zz_DenBeiren
frojndHi there.12:50
frojndToday I tried and setup OpenVPN on one server because I'm gonna visit some "unsafe" countries in the near future... the problem is on client *I think* I tried to connect and I keep getting those two errors: TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) and TLS Error: TLS handshake failed12:51
frojndLittle ducking suggested that in 99% the root cause is lousy firewalls, so I've tried and switched to proto tcp on server, I still get this errors.12:52
frojndI use software firewall on the server: ufw, and I've enabled 1194/tcp and 1194/udp12:53
frojndI've also double clecked that port is the same on client '1194'12:54
frojndI do however see something like this when I'm running openvpn /etc/openvpn/server.conf http://sprunge.us/LdWB12:58
frojndAgain little duck ducking suggested that I should look for a port that is already in use but I can't find it from this message.12:58
frojndah.. that's because previously  was already running openvpn, I started it within initd13:00
frojndso no errors on server side13:00
frojndbah annoying proble, how can I solve it for clients?13:01
johnrochieHI guys, how is everyone?13:18
johnrochieI've set myself up a home version of Ubuntu server and I was wondering if it would be possible to store a copy of an operating system on it and then network boot to install the system?13:20
ikoniajohnrochie: look up pxebooting13:24
frojndAny ideas on my OpenVPN problem? :)13:55
frojndThe documentation I was diggin up was: https://help.ubuntu.com/12.04/serverguide/openvpn.html13:55
=== moonligh- is now known as moonlight
qman__frojnd, make sure you stop with init.d and then kill off all openvpn processes, then start with init.d15:01
qman__also make sure your client conf uses the same options as the server conf15:01
qman__and also, if you're on the same network with the server and client, it's not going to work15:02
qman__if you have more than one network on your local internet connection, you still need to enable loopback routing if you want that to work15:02
qman__another thing to consider, make sure the network you want to VPN into uses an unusual IP scheme, as you can't have the same IP scheme at both ends of the tunnel15:03
qman__e.g. if you have 192.168.1.x at home, and 192.168.1.x while traveling, you won't be able to connect15:04
Alex_JBHi everyone!18:19
stethoHi all. I'm trying to get to grips with PXE booting, apt mirror and kickstart - I've got the PXE booting working and if I set an existing machine to do its updates from my local apt-mirror that works as well. However, if I create a ks.cfg file with the line url --url http://192.168.1.7/ubuntu it fails. The installer says it can't find the mirror, the log says http://192.168.1.7/ubuntu//dists - 404; I think that doub18:54
stethoslash is my problem but I can't figure out where it's coming from.18:54
frojndqman__: here?20:49
frojndqman__: server has only external IP address assigned to ethernet card, so no problwms with 192.168.1.*20:49
frojndI've started and stopped OpenVPN with /etc/init.d/openvpn start/stop20:50
frojndqman__: is there any generator for configs I do have config for server and I did create one or client but I'm just wondering if there is some kind of generator20:50
=== Smark is now known as Smark[Gone]
=== Smark[Gone] is now known as Smark

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