/srv/irclogs.ubuntu.com/2013/06/26/#ubuntu-server.txt

=== bradm_ is now known as bradm
psyferreHey folks.  I've got a machine with a corrupted crontab file... Characters look a bit like if you try to view an executable in notepad.  Is there any way I can recover?  Maybe a system created backup of some sort?  I didn't think to keep backups of /var/spool/cron.  Any help would be appreciated!00:13
sarnoldpsyferre: do you care about their contents?00:14
psyferreIt'd be great to get it back if possible... Crontab for a database backup server.  Lots of screwing around to get everything back to perfect...00:14
psyferresarnold: Trying to find some sort of tool that might be able to tell me if it just got converted to some weird encoding that I can just convert back to latin1, but so far no luck.00:18
sarnoldpsyferre: seems unlikely, most useful encodings share ASCII in common..00:22
sarnoldpsyferre: dying hard drive or a corrupted filesystem data after a reboot are more likely00:22
psyferresarnold:  Yeah... that'd be my guess to.  This machine has had some issues lately that might have contributed to that.  My googling didn't turn up any "secret system backup" of user crontabs I might be able to use, so I think I'm out of luck00:23
psyferretrying to see if there's a log somewhere that might have echoed my previous commands00:24
psyferreAh, close enough.  For anyone trying to recover a corrupted crontab who might find this IRC log:  You can at least get a copy of all commands and when they ran from your old crontab by grepping syslog for CRON.  http://askubuntu.com/questions/56683/where-is-the-cron-crontab-log00:32
sarnoldpsyferre: oh, hey, grepping syslog is pretty clever :)00:39
psyferreWoot! :)  Works great for me... I knew when commands were being run, but not precisely what they were.  Score00:41
zwircHi! Can i check if a user on my ubuntu server has downloaded or opened any root files?01:28
hadifarnoudI limited access to SSH port and port 10000 and 20000 by an specific IP. it was all working well. after restart, I cannot connect to SSH with that IP. this is my iptable. http://pastebin.com/F1JNgw6w any idea?01:39
hadifarnoudiptables -L http://pastebin.com/9vwgr5b801:39
bananapiecan I build a precise (12.04) vm machine from a lucid (10.04 ) host using ubuntu-vm-builder ? I symbolic linked gutsy to precise in /usr/share/debootstrap/scripts.01:44
storrgieI have a service (mpdscribble) that I want to enable (from the terminal) but when I do an update-rc.d mpdscribble enable it errors out saying: mpdscribble runlevel arguments do not match the LSB default start values01:45
zwircHi! To install LAMP, is this the correct procedure: http://www.unixmen.com/install-lamp-with-1-command-in-ubuntu-1010-maverick-meerkat/03:39
=== ffio is now known as Guest15408
=== ffio_ is now known as fire
=== koolhead11|away is now known as koolhead17
=== ffio_ is now known as fire
dayaI upgraded Ubuntu 10.04 Server using Alternate CD, but it doesn't upgrade the kernel. Plz help me06:11
dayaAny way to upgrade the kernel using Alternate CD06:11
andoldaya: Well, I have no idea exactly what you have done, but assuming you have gotten the rest of your userspace, your apt sources etc upgraded, why don't you just use apt-get to install the current kernel?06:12
dayaandol: Actually I am seeking some offline way, where there is not Internet connection06:23
dayaandol: I mounted the Alternate CD and run cdromupgrade script without using the network06:24
dayaIt should upgrade the kernel as well isn't it?06:25
dayaandol: is there any way to make do-release-upgrade offline, I mean to point it in local repo06:29
andoldaya: Might be that do-release-upgrade has an additional dependency, but otherwise you can always point your sources.list at a local repositoriy.06:38
dayaandol: ok,06:40
dayaandol: Alternat CD should upgrade the kernel as well isn't it ?06:40
dayaandol: all are updated but not kernel06:40
andoldaya: No idea about the Alternate CD upgrade06:45
PupenoDoes anybody have a recommendation on servlet containers to run on Ubuntu? should I go with Apache Tomcat?07:24
gnuyogaPupeno: why not, go ahead07:32
gnuyogaPupeno: apache tomcat works brilliant in Ubuntu07:32
Pupenognuyoga: because there's also Jetty that I could use.07:32
gnuyogaPupeno: Jetty is powerful but i don't think there is a deb package available07:33
Pupenognuyoga: yes, there is for Ubuntu 12.04; and there's even solr integration for both already packaged :)07:33
gnuyogaPupeno: ( am bit out dated on jetty package ). u r right i see a package http://packages.ubuntu.com/search?keywords=jetty07:34
PupenoI'm more interested in which one is more straight forward to configure and maintain.07:34
gnuyogaPupeno: both should be equally easy. you can configure mod_jk ( Apache htttpd server ) to connect to jetty or Apache Tomcat07:35
gnuyogaPupeno: go ahead and install/configure Jetty. You will not be disappointed ( since i have seen Jetty performance is way much better than Apache tomcat ) and much stable in production. If you find a error irc is there to help you ;)07:37
PupenoOk. Thanks.07:37
=== smb` is now known as smb
samuel_Hi :)08:48
samuel_Just updated our main server (running Ubuntu 8.04) to 10.04 with update-manager-core08:50
samuel_Slapd is now broken and can't be configured with dpkg-reconfigure08:51
samuel_I removed both slapd and ldap-utils with apt-get purge08:52
samuel_then re-installed these two packages back08:52
samuel_Is there a way to import our old LDAP database to this new LDAP installation ?08:53
samuel_Thanks for your help !08:53
maxbsamuel_: Um. 'purge' is a rather drastic step, that usually means erasing all traces of the package. You may have deleted your database. Have a look what exists in /var/lib/ldap, and in /var/backups09:00
samuel_maxb, apt-get remove didn't work, so I "had" to use apt-get purge in order to remove these packages. Don't worry though, the backups are still in /var/backups :)09:03
maxbI am a little surprised that purge worked when remove didn't09:03
samuel_There are also some stuff in /var/lib/ldap, as you said09:04
samuel_I really don't know why remove didn't work09:05
maxbThe stuff in /var/lib/ldap might be the old DB, or it might be an empty new one created by purge+install09:05
samuel_How could I tell the difference between these two cases ?09:07
samuel_"ls -al --time ctime" says the files are from today09:10
samuel_so I guess it's a new DB09:10
samuel_maxb, my colleague has an LDIFF backup of our old DB, could it be useful ?09:18
maxbSure, just restore the backup09:19
samuel_maxb, could you please point me to some online documentation on how to do that ? I browsed www.openldap.org, without success so far...09:22
maxbI work with slapd from time to time, but I don't have the exact commands memorized. I'd have to research it myself09:23
samuel_I'll have a look at the slapd man page, I'll tell you if I find anything09:29
samuel_maxb, could slapadd -c -l backup.ldif be the right command ?09:33
samuel_maxb, just tried slapadd -c -l our.backup.file.ldif and it didn't work09:55
maxb"didn't work" isn't enough info for anyone to say anything useful10:07
samuel_maxb, I'm sorry for the lack of info, I'm new to the LDAP protocol and it's way above my head at the moment10:12
maxbWell, error messages are a good start10:13
gnuyogasamuel_: i have don't good amount of research recently on openldap i can point some documentation10:14
gnuyogasamuel_: for sure there is less clarity on many features available in Openldap 3 ( there are plenty of documentation on openldap 2 )10:14
gnuyogasamuel_: do u have a old backup ? (  import our old LDAP database ) ??10:15
samuel_maxb, if I remember correctly it was something like "slapd doesn't permit slapadd" or something like that...10:16
samuel_gnuyoga, yes, my colleague has an ldif file ready10:17
gnuyogasamuel_: then its easy10:17
gnuyogasamuel_: i would suggest mv /var/lib/ldap and a archive folder and reinstall the package ( install openldap-server, openldap-client and phpldapadmin )10:18
gnuyogasamuel_: dpkg-reconfigure slaps ( and enter the base dn if you remember, else check it in ldif file )10:18
gnuyogasamuel_: * sorry dpkg-reconfigure slapd10:19
gnuyogasamuel_: phpldapadmin is a easier way since it has nice cute web interface to handle all operation w.r.t import export of LDIF works clean without hassle10:19
samuel_my colleague is working on the LDAP server right now, I'll keep you guys posted :)10:24
samuel_Anyway, thanks maxb and gnuyoga for your help, it's really appreciated :)10:25
gnuyogasamuel_: great10:25
gnuyogasamuel_: BTW a decent reference i always refer to is here http://www.zytrax.com/books/ldap/ch14/10:26
samuel_It's lunch time here in this part of the world, I'll be afk for half an hour approx.10:26
gnuyogasamuel_: bon appetite  !!10:29
hadifarnoudI limited access to SSH port to my IP address. I saved the rules and rebooted. after iptables restore, even I can't access ssh port. is the order of my iptables rules wrong? http://pastebin.com/F1JNgw6w10:32
gnuyogahadifarnoud: i just replied u in #ubuntu channel. U don't have a rule for SSH in ur IPTables ;)10:36
samuel_maxb, gnuyoga, I'm back :) I had 200 grams of spaghetti, a grapefruit, and some coffee :)11:29
gnuyogasamuel_: measure and eat !!!! its a sin ;)11:30
samuel_:D11:31
samuel_My colleague is also back from lunch and working on the LDAP server11:31
gnuyogasamuel_: g8. get the system installed with required packages11:32
samuel_yep, if I understand correctly my colleague is ldapadding some extra schemas in order to get samba working with LDAP11:35
SenorHow can I cancel those irrelevant process initialize at  system startup ?11:41
rbasakSenor: http://upstart.ubuntu.com/cookbook/#disabling-a-job-from-automatically-starting11:47
rbasakSenor: I'm not sure why you'd want to do this though. Ubuntu Server ships with minimal daemons anyway.11:48
Senorrbasak: After my server startup , this command "ps -ef" shows me 98 process running11:54
SenorSo I feel it is fat11:54
Senorfor example: there are 12 kworker running11:55
Senor4 watchdog running11:55
rbasakSenor: you can't do anything about the kernel processes. Best to just ignore them.11:56
rbasakSenor: kernel processes apply to every Linux-based distribution, not just Ubuntu. They show internal workings that you don't need to worry about.11:56
Senorwhy so many clone of one ?11:57
samuel_gnuyoga, have you any experience with the slapcat command ?12:23
gnuyogasamuel_: yup have used it12:23
gnuyogasamuel_: shoot ur question12:28
samuel_gnuyoga, my colleague is fighting with this command :) She tries to create a samba.ldif file with it.12:34
samuel_samba integration with LDAP seems to be the last hurdle...12:35
samuel_gnuyoga, we don't understand what this samba.ldif file should look like, and information on this subject is scarse12:41
zuljamespage/roaksoax: https://code.launchpad.net/~zulcss/nova/nova-requests/+merge/17154013:03
pmatulissamuel_: what are you putting in that LDIF file?13:10
=== Ursinha is now known as Ursinha-afk
=== Ursinha-afk is now known as Ursinha
=== wedgwood_away is now known as wedgwood
=== gary_poster is now known as gary_poster|away
=== ahs3` is now known as ahs3
=== gary_poster|away is now known as gary_poster
=== Guest98593 is now known as jrgifford
=== jrgifford is now known as Guest4305
klimtxhello everybody14:21
klimtxsomeone can help me about libmemcached installation?14:22
Darkstar1hi all14:22
Darkstar1If I want to start a program as another user, do I need to login as the user?14:23
Darkstar1I'd like to startup tomcat as the tomcat user instead of root14:23
rbasak!ask | klimtx14:24
ubottuklimtx: Please 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 !patience14:24
rbasakDarkstar1: if tomcat uses an upstart job, then you can provide the user in the upstart job configuration file.14:25
Darkstar1No. I have several installed on the dev system14:25
rbasakDarkstar1: then you can use start-stop-daemon to start them, which can set the user.14:26
klimtxI can't install libmemcached on my server this is the error I get:14:26
klimtxroot@nc-ph-0078-02:/libmemcached-1.0.17# make14:26
klimtxmake -j3  all-am14:26
klimtxmake[1]: Entering directory `/libmemcached-1.0.17'14:26
klimtx  CXX      libtest/libtest_libtest_la-server_container.lo14:26
klimtx  CXX      libtest/libtest_libtest_la-strerror.lo14:26
klimtx  CXX      libtest/libtest_libtest_la-timer.lo14:26
klimtxlibtest/server_container.cc: In member function 'libtest::Server* libtest::server_startup_st::create(const string&, in_port_t, bool)':14:26
klimtxlibtest/server_container.cc:241:9: error: 'HAVE_MEMCACHED_BINARY' was not declared in this scope14:26
klimtxmake[1]: *** [libtest/libtest_libtest_la-server_container.lo] Error 114:26
klimtxmake[1]: *** Waiting for unfinished jobs....14:26
klimtxmake[1]: Leaving directory `/libmemcached-1.0.17'14:26
klimtxmake: *** [all] Error 214:26
Darkstar1klimtx: use a pastebin service please14:26
klimtxsorry :)14:27
Darkstar1rbasak: I want to be able to start and stop them arbitrarily as I am testing some software.14:27
Darkstar1two of them are set to use the same ports as they have two slightly different versions of the app I'm testing14:28
Darkstar1guess not then14:30
rbasakDarkstar1: in your case it's probably easier to make the port configurable from the command line (via a wrapper script or whatever) and then test that way. You might be interested in LXC or at least network namespaces. Or configure sudo so that you can run it as a different user. But whichever way only root can give you permission to run something as a different user, even if indirectly via a login window (via PAM), etc.14:40
Darkstar1rbasak: Thanks, I'll just have to keep logging in as the tomcat user and starting them that way. much easier for the time being14:49
ianneubHowdy all. I've been working through an issue with Ubuntu 12.04 cloud image on EC2 inside a VPC. It seems that cloud-init does not set the hostname in /etc/hosts. which causes hostname -f to fail. I'm wondering if this is a bug?15:13
rbasakianneub: can you check your behaviour against http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/precise/cloud-init/precise/view/head:/doc/examples/cloud-config.txt#L397 - after reading that, do you still think that there's a bug?15:22
ianneubThanks rbasak. I did not realize that the default was false. Given that I wouldn't consider it a bug.15:27
yolandajamespage, zul: https://code.launchpad.net/~yolanda.robla/ubuntu/saucy/ipxe/ftbfs/+merge/17158615:29
ianneubPerhaps there is an issue with /bin/hostname ? It will error out on a machine in VPC, but not in the normal EC2 cloud15:29
zulyolanda:  you rebuilt it with the patch and it works fine?15:29
zuler...builds fine?15:29
ianneub(I can't believe i'm the only one having this problem, so I must be doing something wrong, but not sure what it is)15:29
=== matsubara is now known as matsubara-lunch
rbasakianneub: can you pastebin the error, the output of "hostname" and your /etc/hosts?15:32
rbasakianneub: VPC became default for new customers only recently, and old customers still use non-VPC I think. I wonder if that's the reason others haven't reported this?15:32
ianneubhttp://pastebin.com/eQfmkDJt15:33
ianneubPossibly, that or everyone else using VPC is a lot smarter than I am :)15:33
yolandazul, yes15:33
zulyolanda:  ok cool15:33
jamespageyolanda, zul: please see my comment on the MP15:34
jamespageyolanda, upstream is a good place to look for fixes first15:34
rbasakianneub: what do you expect hostname -f to give you, given that you haven't actually set an FQDN?15:34
yolandaoh good15:34
ianneubrbasak: I would expect empty string ""15:34
jamespageyolanda, https://github.com/ipxe/ipxe/commit/238050dfd46e3c4a87329da1d48b4d8dde5af8a1.patch15:35
ianneubbut instead it errors, which breaks other packages that use hostname --fqdn15:35
ianneubrbasak: maybe those other packages are bugged and should gracefully handle that, i dont know the protocol there15:36
rbasakianneub: you'll only get an empty string if the hostname actually has an entry in /etc/hosts15:36
rbasakianneub: this would require manage_etc_hosts: localhost at a minimum I think.15:37
rbasakianneub: perhaps the default is wrong/unhelpful on VPC. Do you know what happens with non-VPC?15:37
ianneubrbasak: I can add that in for sure. It just seems like a pain if this is the default.15:37
ianneubrbasak: hostname -f works fine on a normal EC2 instance15:38
rbasakianneub: do you happen to have the output of hostname and /etc/hosts on a non-VPC instance please?15:38
rbasakianneub: and what do you get - the empty string?15:38
ianneubrbasak: here is a non-VPC instance - http://pastebin.com/T3iUv5nf15:38
rbasakianneub: thanks.15:39
ianneubrbasak:it seems that /bin/hostname can do the right thing in this case15:39
rbasakianneub: more questions...15:39
rbasakianneub: what does "getent hosts ip-10-117-95-179" give you on that non-VPC instance please?15:39
ianneubrbasak: 10.117.95.179   ip-10-117-95-179.ec2.internal15:40
rbasakianneub: but no mention of ip-10-... in /etc/hosts, right?15:40
rbasakianneub: can you see if that is coming from DNS, please? Do you know how to do that?15:40
ianneubrbasak: correct15:40
ianneubdig -x 10.117.95.179; that shows ip-10-117-95-179.ec2.internal15:41
rbasakianneub: and that's definitely coming from Amazon's DNS service?15:41
rbasakianneub: what about forwards? Does "dig `hostname` a" work?15:42
rbasakianneub: and does that come from Amazon's DNS service? Do you see where I'm going with this? Is the underlying cause that Amazon is providing some default DNS for the system hostname with non-VPC, but does not do so or does so differently with VPC?15:43
ianneubI'm 99% sure that is from amazon. I launched a canonical ami and did not change anything else. dig reports 172.16.0.23 and /etc/resolv.conf = 172.16.0.2315:43
ianneubrbasak: dig `hostname` a does not return any results15:43
* rbasak thinks15:44
ianneubrbasak: i do believe its a difference in how amazon is handling things internally. so the question is, is it something that should be chagned in ubuntu? or amazon?15:44
ianneubrbasak: or me? :)15:44
rbasakianneub: I think it's perhaps justification for modifying cloud-init's default behaviour. I think it should be able to work by default.15:45
ianneubrbasak: i too would think it should "just work" without tweaking anything15:45
ianneubrbasak: i realize that i don't carry any weight with that statement. i'm just an ubuntu fan15:46
rbasakianneub: I can't remember exactly what DNS queries it needs to do to compare. Could you please run something like "sudo tcpdump -nieth0 -s0 port 53" on both VPC and non-VPC to capture what happens when you run "hostname -f" in both cases please?15:46
ianneubrbasak: yeah i'll do that on both and create some new pastebins. thanks for your help15:47
rbasakianneub: if Ubuntu images don't Just Work on Amazon w/VPC, then I think that's something that should be fixed.15:47
rbasakianneub: I'd like to understand this better. I'm just trying to build some confidence in what I think is the cause, and if your results point to my understanding being right then I'd like to see a bug filed and I'll draw the right people's attention to it.15:48
rbasakianneub: I appreciate you bringing this up, and the help you've given in getting to the bottom of this quickly15:48
ianneubrbasak: no sweat. I'm happy to contribute what I can back.15:49
yolandajamespage, same patch  cannot be applied in a clean way, needs to be refreshed15:51
jamespagethats OK15:51
yolandai'll test the build again before submitting the mp15:52
ianneubrbasak: https://gist.github.com/ianneub/586860415:52
ianneubrbasak: I hope github is ok, I don't want to loose these pastes.15:52
rbasakianneub: looking15:54
rbasakianneub: that confuses me. Where did the system get the name "ec2.internal" from?15:56
rbasakianneub: I'm not sure what's going on there and I've got to run, sorry. But please go ahead and file a cloud-init bug if you think that "hostname -f" fails on a simple EC2 VPC instance started from an official Ubuntu image. I think that bug would be valid.15:57
ianneubrbasak: i'm trying to figure that out myself. i'm guessing because of the dig -x. but maybe it is stored elsewhere that hostname -r is checking15:58
ianneubrbasak: thanks again. i'll write up some more and post a bug15:58
ianneubrbasak: I figured out why no one else really had this problem in VPC and why it was looking for ec2.internal on EC2… The DHCP settings had set up a domain name setting on the interface, which caused it to append that domain name to the local /etc/hostname. Apparently my company VPC did not set the dns domain name through DHCP. I only realized this when I created a brand new VPC on a personal AWS account. Thank you for your time 16:18
rbasakianneub: no problem. Thanks for checking.16:19
=== deegee__ is now known as drussell
=== Guest32596 is now known as med_
=== matsubara-lunch is now known as matsubara
ProFlashbackGetting this when trying to install Ubuntu server LTS: http://pastebin.com/riKqNbi6 - ideas?17:22
sarnoldProFlashback: was there anything useful in /var/log/syslog or virtual console 4?17:22
ProFlashbacknot really, sarnold i'm viewing it from a monitor.. shall i take a picture of it? I'm not very familar with Linux17:23
sarnoldProFlashback: if that's easier than copy-and-pasting, yeah, at least a photo is something.. :)17:23
ProFlashbackno way to copy and paste it really ;p17:24
ProFlashbacksarnold, http://i.imgur.com/04yt0km.jpg17:25
sarnoldProFlashback: are those lines prefixed with 2050 showing hard drive errors?17:30
ProFlashbacksarnold, they show: http://i.imgur.com/jj87Qwa.jpg17:30
sarnoldProFlashback: hrm. those look a bit more like CD read problems. does that sound right?17:32
ProFlashbacksarnold, yep17:32
ProFlashbackI think you are17:32
sarnoldProFlashback: can you try a USB stick instead?17:33
ProFlashbacksarnold, I sure can. Do I just extract the files to the stick or is they something else I need to do?17:33
ProFlashback(I'm using Windows)17:34
sarnoldProFlashback: hrm, windows, I'm on pretty shaky ground there..17:37
Zwhi!17:37
Zw What is the difference between byoub and screen?17:37
sarnoldProFlashback: hrm, a lot of this looks .. iffy .. but it's a starting point: https://help.ubuntu.com/community/Installation/FromUSBStick#From_Windows17:42
PiciZw: byobu is just a wrapper around screen that provides some fancy 'widgets'.17:43
Piciit can also wrap tmux though.17:43
ZwIs it possible to scroll in screen, byobu or tmux?17:51
sarnoldZw: ^A, [ and ]17:52
sarnoldwell, it'd be ^B in tmux, but .. :)17:52
Zwwhat is ^:Å17:53
sarnoldZw: hit control and A simutanously17:53
Zwtnx17:54
Zwdo you know how to detatch and create a tmux with a name? (Like screen -dmS name)17:55
Zwctrl a d worked when nothing was running17:56
ChocoboHi all...  what do I need to do to ensure that an rc3.d script (S20openvswitch-vswitch) start BEFORE the upstart networking job?18:12
sarnoldChocobo: can you re-write it to emit its own signal and then modify the networking job to require that signal as s pre-req? this may help: http://upstart.ubuntu.com/cookbook/#override-files18:15
ZwQuestion: If i have multiple ips on my dedicated server, can i specify ip pr folder on the server? Or do just all ips forward like dns to the server?18:18
Chocobosarnold: so basically I would override the "start on" in networking.override?  I need to figure out how to get a script to emit a signal18:19
sarnoldChocobo: that's my thought, anyway...18:19
Chocobosarnold: thanks.  That is a bigger pain in the butt than I was hoping for.  The other option is move part of my networking (setting the ip on the bridge created by openvswitch) into rc.local or something like that.  Both options seems sort of hackish18:21
sarnoldChocobo: agreed there, neither one seems awesome18:21
koolhead17Daviey, around18:25
koolhead17KyleMacDonald, HI18:25
ruben231hi guys how do i set nameserver permanently even i reboto server18:29
sarnoldruben231: you'll have to rephrase your question..18:38
ruben231sarnold: with ubuntu serer 12.0418:42
ruben231i cant set permmanet nameserver 8.8.8.818:42
ruben231when i reboot its lost when i set it on resolv.conf , how to make this permanent somehow18:43
sarnoldruben231: do you have the resolvconf package installed?18:44
ruben231sarnold: i have this file /etc/resolv.conf18:46
ruben231inside it it says any changes will be remove upon reboot18:47
sarnoldruben231: then add your changes to /etc/resolvconf/resolv.conf.d/tail18:48
ruben231sarnold: how do i add in what format..?18:49
ruben231nameserver 8.8.8.8 and nameserver 8.8.4.418:49
sarnoldruben231: it is just added to the end of the generated resolv.conf file18:49
sarnoldruben231: so just add the lines you want18:49
ruben231sarnold:  i have this only ---> base  head  original  <---i dont see tail18:53
ruben231any idea..?18:53
sarnoldruben231: hrm, not sure why I have a tail and you don't. You can also use 'head'.18:54
ruben231# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN <---------this is teh message inside the head18:57
sarnoldruben231: yes.18:57
sarnoldruben231: notice how it is identical to the message in /etc/resolv.conf :)18:57
ruben231yes so i can put the nameserver there it will be still lost on the reboot process right..?18:58
ruben231sarnold:  what should i do please help18:59
sarnoldruben231: perhaps you should go read the indicated manpages to understand the process19:00
ZwHow to add a ip adress to ubuntu server?19:05
sarnoldZw: see /etc/network/interfaces19:05
Zwdid add it19:07
Zwbut only know ip19:07
Zwauto eth0:119:08
Zwiface eth0 inet static19:08
Zwadress x.x.x.x19:08
Zwhmm¨19:13
Spr1ngAnybody had any success getting request tracker 4 running under ubuntu 12.04 lts?  I'm experiencing some challenges and would appreciate talking to an expert as the official rt irc support channel is not very friendly.19:25
Davieykoolhead17: hey19:31
smoserzul, ping.19:34
smoserso i hear that python-[openstack-project]client19:34
smoserare making good progress towards python3-[$openstack-project]client ?19:35
ProFlashbacksarnold, sup, you still around?19:35
sarnoldProFlashback: hey, how's it going? :)19:36
ProFlashbacksarnold, so, I followed the steps.. When the server boots up the led on the flash drive blinks but it never boots to the drive19:36
sarnoldProFlashback: some BIOSes require some fiddling to boot to USB19:37
ProFlashbacksarnold, I checked the bios and removable device is set as first priority on the boot19:37
sarnoldProFlashback: can you hit a key to get a menu of boot options?19:37
ProFlashbacksarnold, in the bios or?19:37
sarnoldProFlashback: at boot19:38
ProFlashbacksarnold, nope.. This is my server if it means anything: http://h20000.www2.hp.com/bizsupport/TechSupport/Home.jsp?locale=en_US&prodTypeId=15351&prodSeriesId=37461719:38
zulsmoser: whats up19:39
zulsmoser: working through it19:39
smoser^19:39
smoserso you're thinking that we have python3-swfitclient sometime soon ?19:39
smoserand python3-keystoneclient and the like ?19:39
zulcinderclient is basically done, novaclient is inpreogress19:40
zulyeah :)19:40
smosergood.19:40
=== IdleOne is now known as NickSpam
=== NickSpam is now known as IdleOne
=== acrocity_ is now known as acrocity
sk1pperhi all,20:23
sk1pperis it possible to load apache2 status module just on one vhost?20:23
patdk-wk_you don't load modules on hosts, so no20:26
patdk-wk_!goal20:27
patdk-wk_stupid bot20:27
Spr1ngHow does one go about requesting that a apt-get package in the repo be updated to the latest version?20:36
sarnoldSpr1ng: depends on the package and if you want it updated for just the devel release or for an already-released release..21:01
Spr1ngRT is out of date, current repo package is 4.0.4, latest version is 4.0.13 with some major security/enhancements21:02
sarnoldSpr1ng: request-tracker4 is in universe; any member of the community can prepare a debdiff with the security fixes necessary21:04
Spr1ng<- not a developer, no clue how to even proceed.21:05
sarnoldSpr1ng: you can find the open vulnerabilities here: http://people.canonical.com/~ubuntu-security/cve/pkg/request-tracker4.html21:05
hadifarnoudwhy PSAD is so shit. any better alternative?21:21
blazemoreI have got a working PPTP server here, but I can't access the Internet at large through it22:01
blazemoreI have put net.ipv4.ip_forward=1 in /etc/sysctl.conf22:01
sarnoldblazemore: do you have a default route (for the rest of the internet) going through your pptp connection?22:04
blazemoreOn the client or the server, sarnold ?22:04
sarnoldblazemore: on the client22:04
blazemoreI'll be honest, I'm mostly flying blind22:04
sarnoldblazemore: ah good, same here, I've never done pptp :)22:04
blazemoreMy client is Windows, which does seem to have a fair number of networking options, but I wouldn't know how to do the equivelant of the "route" command22:05
sarnoldblazemore: but my assumption is that it winds up configuring a new interface on the client, and you need to tell the routing tables to use the new interface (and remote peer) as the default gateway for the rest of the internet22:05
blazemoreYes it would seem that's happening22:05
blazemoreI don't know how to do it though; I guess that's a Windows thing22:05
blazemoreWhat I'm looking for is a kind of souped-up proxy: I want *all* my IP traffic (Not just http) to go via my server22:06
Spr1ngroute add -p destination_network subnetmask interface_to_use_to_get_there22:06
sarnoldblazemore: I think the 'route' command works on windows, but configuring it is probably right-click on MS TCP/IP and go  through tabs until you find routing..22:06
blazemoreWell I don't know what I did, but I think it worked...22:10
sarnolduhoh :)22:10
shankstaBytes /leave22:16
=== Guest4305 is now known as jrgifford
GH0If I have an X Server installed on ubuntu-server, how can I modify Xlib or make note in Xlib to extend NV-GLX extension to all displays?23:04
GH0Because I believe that is preventing me from running Vmware with 3D acceleration at the moment.23:05
GH0I have been trying to fix that, but can't seem to find the dtails.23:05
sarnoldGH0: does 3d accel in guests require installing vmware-provided modules / drivers ?23:06
sarnoldGH0: if so, have you installed those modules or drivers in the guests?23:06
GH0sarnold, in the Guest OS VMware Tools, which is the drivers package is installed. Yes.23:06
sarnoldaha, okay :)23:07
sarnoldGH0: does 'glxinfo' show promising output on the host?23:07
GH0I have been googling and posting on several forums in hopes to receive an answer, so I am not sure anymore what I can do.23:07
GH0Hold on...23:07
GH0http://pastebin.com/ktQYpHRV23:08
GH0I am VNC'ed into the machine right now, but even if I log into the machine physically, I still have the same error messages popping up, so I can't believe that it is a specific issue related to VNC causing this problem.23:08
GH0I have the "nvidia-current" package installed right now.23:09
sarnoldGH0: how about LIBGL_DEBUG=verbose glxinfo  ? I'm curious what that does..23:11
GH0Uh, looks like it presents the same text, but here is a pastebin anyways.http://pastebin.com/FQ6zF5BM23:12
rschmittyany security guys around to help on http://askubuntu.com/questions/309033/unattended-upgrades-sends-attachment-instead-of-text  ?23:13
sarnoldaw, nuts. mine just showed which drivers it tried, and which config files it tried..23:13
=== wedgwood is now known as wedgwood_away
sarnoldrschmitty: I can't find anything in the unattended-upgrades source code that would generate MIME or MIME attachments23:23
GH0What is server glx vendor string: SGI?23:24
GH0What is that referencing? Because I don't have any device called that on my machine?23:24
sarnoldGH0: SGI came up with the GLX standard, back when they still existed and were relevant...23:24
GH0I notice on this: http://pastebin.com/QY0iF105 lines 970+ complain about GLX minimum requirements, not being 1.3 or higher, even though my nvidia says it has 1.4.23:24
rschmittysarnold: would other possibilities be the mailer it is sending with or my email host?23:25
rschmittyalso ty for digging23:25
sarnoldrschmitty: I guess it could be a mail server along the way trying to normalize all output to be MIMEd rather than allowing through old-school emails..23:26
=== thumper is now known as thumper-afk
GH0sarnold, could I possibly edit xord.conf and add monitor/device's up to :10 so that it could somehow trick VMware into thinking that everything is hunkydorey?23:45
sarnoldGH0: I wouldn't be surprised if it would then just use :11 ..23:46
rschmittysarnold: anything jump out at you?  I just changed to a gmail address and got the same result: http://pastebin.ubuntu.com/5803192/23:47
sarnoldrschmitty: oh my!23:47
rschmittyhah.. uh oh23:47
ScottKsarnold: Doesn't it have to be a special amplifier to go to 11?23:50
sarnoldScottK: hahaha23:52
sarnoldrschmitty: okay... heirloom-mailx may be getting 'helpful' :) note the '8bit' encoding description in the manpage, and perhaps fiddle with that option via a config file specified via MAILRC environment variable in the cronjob...23:53
sarnoldrschmitty: it is a bit involved, but I'm getting hopeful :)23:53
rschmittysarnold: aha interesting! thanks will start looking at those settings.  also just in case, is there an alternative to herloom-mailx or something more preferred? im still getting my feet wet and that was either installed with ubuntu 12.04 server or as part of the apt get for `unattended-upgrades` or `apticron`.  im playing with a VM so its easy for me to test23:57
sarnoldrschmitty: there's also mailutils and bsd-mailx23:57
sarnoldrschmitty: bsd-mailx is in main, which may give some indication of a preference if you've got no better preferences..23:59
rschmittygotcha thanks23:59

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