/srv/irclogs.ubuntu.com/2014/02/01/#ubuntu-server.txt

rostamHi I have installed some pkgs, vsftpd, tftpd-hpa and apache2. I like these services to start anytime system boot, how can i do that? thx04:32
moparisthebestI'm getting these hard drive errors:05:03
moparisthebestabout ata3, but I don't know which device that is (/dev/sd?), how can I find out so I can replace it ?05:03
moparisthebesthttp://paste.linuxassist.net/view/257a862905:03
tashanyone here used cobbler for automated deployments?05:15
tashI've tried #cobbler ... but this could be Ubuntu specific. Not entirely sure. Having a problem...don't want to spit it all out unless someone here has some operating experience though05:15
sarnoldmoparisthebest: heh, I think I found a way..06:42
sarnoldmoparisthebest: find /sys -name '*ata3*'06:43
sarnoldmoparisthebest: you can probably get there by cd /sys/devices/*/*/ata306:43
sarnoldmoparisthebest: then, ls host*/target*/*/block06:44
sarnoldhopefully tha'tll be the device node you're looking for :)06:44
=== Firartix is now known as Fira
barmmieHI all! server noob here! i have a unauthorized domain redirecting to my server ip how do i stop that11:13
bekksbarmmie: you cant, technically.11:21
barmmieyeah i know, i'm perplexed as well i have my own domain-name pointing to the server fine, but this dude's domain is also pointing to my ip address as well11:24
bekksAnd there is no technical for you to stop that.11:25
barmmiei'm not trying to stop that11:26
barmmiei just want to stop my server from responding to that domain and only handle requests coming from my own domain11:27
andolbarmmie: In case of at least http you will be able to do that. But in the general case your server might not even see what domain name a connecting client initially looked up.11:27
bekksbarmmie: then configure your server to respond only to your domain, not to everything.11:28
barmmieok let me include i have a nginx and apache setup- nginx handling  the static files and apache handling php processes11:29
bekksbarmmie: Then configure them like mentioned above.11:29
barmmieok thanks11:30
Kaffienso i restarted a vmware guest of ubuntu and  i'm getting  grub booot loader issues.11:39
Kaffieni restarted in rescue mode,  was able to   to run the grub-installer /dev/sda11:39
Kaffiennow i get a wonderful  grub prompt but  thats about it11:39
shreddinghello all11:44
shreddingI have this crontab line: */1 *    * * *   ruby /home/chp/codiqa/current/run.rb 2>&1 >> /home/chp/codiqa/current/run.log11:44
shreddingIt creates the run.log file but does not write output to it.11:44
shreddingAm I doing sth wrong?11:44
shreddingEven with 777 as file perms.11:44
=== schmidtm_ is now known as schmidtm
UchM0ndhello .. i have several ubuntu servers on DigitalOcean. i configured pptp vpn on one of them and connected to .. problem is that i can't ping other machines.. or even my eth1 which is my local interface.. can anyone help13:01
mardraumdon't route all your traffic to the vm?13:06
UchM0ndi have nat masquerade in my /etc/rc.local file ..13:07
UchM0ndshould i add route in routing table13:07
mardraumdid you follow some random webpage to get this working?13:08
UchM0ndno i followed ubuntu official documentation13:09
mardraumgreat, which URL?13:10
UchM0ndhttps://help.ubuntu.com/community/PPTPServer13:10
mardraumfor some value of "official"13:11
UchM0ndi think i have error in rc.local file .. masquerading is not right ..13:11
UchM0ndmardraum my local interface is eth1 10.129.242.23813:12
UchM0ndmardraum and public is eth013:13
UchM0ndvpn local is 192.168.11.113:13
UchM0ndvpn remote 192.168.11.10-25413:13
mardraumI wouldn't touch pptp with a 10 foot pole, I can't help with configuring it13:13
mardraumthe community example you list is a way to send all traffic to a pptp server. seems to be working for you13:14
mardraumI suspect you might be better of looking into openvpn13:14
mardraumoff*13:14
UchM0ndok thx.13:14
=== freeflying_away is now known as freeflying
=== JanC is now known as Guest88834
=== Corey is now known as Corey_FOSDEM
=== freeflying is now known as freeflying_away
bananapieHi, just installed openjdk but when I try and run ilo it says "JAR https://127.0.0.1/html/intgapp_037.jar not found. Continuing.", I called wget on the url and it is there. I am using ssh tunnels to reach the server15:45
bekksbananapie: Uninstall openjdk, install Oracle JDK.15:50
bananapieI tried Oracle JRE first.15:52
bekksbananapie: JRE is not JDK.15:53
bekksbananapie: And which version exactly did you try?15:53
bananapieI installed jre, you saynig I should use JDK for running ilo on my hp?15:55
bananapieok, downloading jdk now15:56
bananapieOracle JRE 715:56
bekksWhich "7"?15:56
bananapie7.0.5115:56
bananapieit's the latest 64-bit version on java's website15:57
bekksSo install the JDK, and restart your browser afterwards.15:57
bananapieit's downloading now15:57
bananapiein the meantime, I'll go browse reddit15:57
bananapieHow do I turn on the debugger for java applets so that I can get a useful error from java applet?16:07
bananapieJava(TM) SE Runtime Environment (build 1.7.0_51-b13)16:10
bananapieI will try google chrome16:16
bananapieI found the ControlPanel executable in the bin folder. I activated logging and debugging16:24
bananapieok, I found the error 'java.lang.unsatisfiedlinkerror: wrong ELF class: ELFCLASS32 '16:31
bananapieI don't know where this elf file is coming from16:31
bananapielooks like hp ilo has a 32-bit binary in it..16:34
bekksthe HP ILO works fine when being used with 32bit and 64bit Java browser plugins.16:37
bekksyou are using the wrong JDK as it seems.16:37
bekksAnd/or the wrong browser plugin.16:37
RoyKbekks: that's a good thing. The stuff Dell has, requires an activex thingie for the advanced stuff :P16:43
bekksThe Dell iDRAC works without ActiveX, too. :)16:45
RoyKnot for remote console16:46
bekksvConsole works with Java, not ActiveX.16:47
RoyKbekks: never managed to make it work from mac/linux17:00
bananapieI tried java 6 and java 717:01
bananapieI tried on chrome, chromium-browser and firefox17:02
bananapieI think that my ilo3 is out of date17:02
bananapieand HP as of today no longer provides updates to ilo317:02
bananapiebecause my server's warranty finished in the fall17:02
bekksbananapie: Then update the ILO.17:02
bekksAh, well - then you need to buy support again.17:03
bananapieyea17:03
bananapiegiven how pissed I am right now, I can't imagine ever buying anything from HP ever again.17:03
bekksI'd never buy anything else when it comes to Intel-based servers.17:04
bananapieYea, HP is really good.17:04
bananapieanyways, thanks for your help17:04
bekksAnd being better than this Dell joke isnt a real problem :)17:04
bananapieI think I'll multiboot ubuntu 10.04 on 32 bit edition for ilo17:05
=== deegee__ is now known as drussell
jrwrenwhy is sh called a shell? from where did the use of the word shell come?23:11
shaunojrwren: I've a horrible feeling it's a play on words, vis Kernel.23:37
MarGulIf I run apt-get install php5 , will that be the newest php? (php 5.5 ?)23:47

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