/srv/irclogs.ubuntu.com/2015/08/15/#ubuntu-server.txt

hallyndannf: all of a sudden uvt-simplestreams-sync is crashing on me on:00:22
hallynserge@sergeh2:~$ uvt-simplestreams-libvirt sync release=trusty arch=amd6400:22
hallynqemu-img: Could not open '/tmp/tmpDSd8Ce': Image is not in qcow2 format00:22
hallyndannf: hm, reverting doesn't help though so nm :)00:25
hallynrbasak: uvt-simplestreams-sync is bombingout for me :(00:27
* hallyn bbl00:27
=== markthomas is now known as markthomas|away
cognitiosI don't know if this is the right place to post this, but I just reset a digital ocean server to Ubuntu 12.04, I was resent the password and everything via email. The password I was sent just simply will not be accepted. This is what happens http://pastebin.com/WumnhqL3 . I have no idea how to fix it.04:53
sarnoldcognitios: are you sure the username on the remote server is also cognitios?04:55
sarnoldit might be for the root account, or ubuntu account, or maybe some other account04:56
cognitiosI'm not entirely sure, that's my digital ocean user name.04:56
cognitiosNothing has been done to it, I haven't even logged into the server before04:57
=== CiPi is now known as cipi
blaaais it somehow possible to use a tpm for measured booting an UEFI server? I believe trusted-grub is only for BIOS07:25
=== Lcawte|Away is now known as Lcawte
lordievaderGood morning.09:15
atralheaven_Hello, I need some help to configure my vps firewall, I'm a newbie in networking and I don't know much about its concepts, I do like to learn about networking related to internet (not local networking), but I'm really busy until end of summer and I don't have enough time for it, for now I should config my vps firewall as soon as possible, I need some help with that. can anyone help me?10:41
atralheaven_btw I'm sorry if my english is not very good...10:41
larsidon't ask to ask atralheaven_11:19
larsihttp://sol.gfxile.net/dontask.html11:19
lordievaderatralheaven_: Know what is running on your server, know what ports it uses. Firewall all other ports.11:21
lordievaderFor starters ;)11:21
bekksFirewalling unused ports reminds me of snake oil.11:24
bekksYou dont need to firewall a port which is not used by any service.11:24
lordievaderYou might not want to tell the other party nothing is running ;)11:25
bekksMore likely, you dont want to tell the other party what is running.11:26
lordievaderThat is true, hence I said for starters ;)11:26
atralheaven_you mean I should explain my problem with details directly?11:40
bekksYes...11:40
atralheaven_actually im just worry about email ports, my vps runs openvpn. and there are client's using it, I just want to keep them from being able to send spam emails11:44
atralheaven_I want to block email ports11:45
bekksYou dont want that,11:47
atralheaven_I've blocked them with ufw on my vps, but there is another firewall from my vps provider panel11:47
bekksdisabling email ports will disable email for ALL clients.11:47
atralheaven_yes11:47
bekksYou want to configure your email server instead, so only authenticated clients can send email.11:47
bekksThat has nothing to do with firewalling.11:47
atralheaven_may you explain more? the vps is only for running as openvpn server, I don't use email with it11:49
bekksYou said your clients are using the VPS for sending emails.11:49
atralheaven_they're connecting to my server with openvpn, and they can do that11:50
bekksSo if you disable email ports, your clients will not be able to send email.11:51
atralheaven_my clients use gmail or yahoo mail web interface, I think blocking email port is ok? is there an alternative way?11:52
bekksYou said your clients use your VPS to send email.11:52
atralheaven_I want to prevent abusing the server11:52
bekksIf they are using yahoo mail foo, they are not using your VPS.11:53
bekksSo are they using your VPS or not?11:53
atralheaven_they use my vps as openvpn server11:54
bekksSo they dont use your server for emailing.11:54
bekksThen - instead of firewalling - configure your VPS for localhost mail purposes only.11:55
bekksNo need for a firewall.11:55
atralheaven_so when someone use my vps as openvpn server, he can't send emails using my server? I just want to prevent abusing11:56
bekks0815 135510 < bekks> Then - instead of firewalling - configure your VPS for localhost mail purposes only.11:57
atralheaven_may you give me some keywords to google so I can find a guide to see how can I do that12:06
atralheaven_I should have a basic idea of what it is and how it works, but I even don't know what should I look for12:15
atralheaven_I've been using linux on my computers for several years, but I'm new to the client-server world12:16
=== JanC_ is now known as JanC
=== lukasa is now known as lukasa_away
=== lukasa_away is now known as lukasa
snowkidindok i am having issues getting rails to work on apache (passenger) with ubuntu on a production server (not really its my dev server, but it is serving webpages) I am pretty sure it has something to do with the Virtual Host config15:50
snowkidindmy structure is /www/www/ to the root. (complicated) that site is a php site, within a subdirectory (railsTest) I want to run a rails app. Not sure how to set up 000-default.conf15:52
=== lukasa is now known as lukasa_away
=== lukasa_away is now known as lukasa
=== cipi is now known as CiPi
=== ksx4system_ is now known as ksx4system
snowkidindanybody know apache - passenger18:10
snowkidindapache is not showing up in passenger-memory-stats18:10
jonathan_hi I heared it is a bad idea to put mysql into a kvm vm, is it the case ?18:22
lordievaderjonathan_: Where did you hear that?19:06
jonathan_a friend who did a lots of it for the asterisk company, saying the io is very slow19:07
JanCit shouldn't be "very slow" when done properly19:21
JanCmaybe he was running it on a CoW disk image or something like that...19:22
JanCand/or not using virtio19:24
patdk-lapcow shouldn't be bad, unless it was setup horrible19:29
patdk-lapcow should be good19:29
patdk-lapcause you won't have any random writes :)19:30
jonathan_is there good resources to help me optimize the image19:36
jonathan_we are using virtio for sure19:36
JanCand don't use an image  :)19:37
jonathan_what do you mean ?19:38
patdk-lapwhat is an *image*?19:44
patdk-lapgenerally the issue with using cow, is what your using it ontop of19:44
patdk-lapyou can't just think of one layer, you have to remember all the layers your doing, and how they interact with each other19:45
patdk-lapand remember mysql uses 16k page sizes19:45
patdk-lapso you should be optimizingfor 16k19:45
jonathan_thanks for the tips20:15
=== dcmorton_ is now known as dcmorton
=== Lcawte is now known as Lcawte|Away

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