/srv/irclogs.ubuntu.com/2010/10/08/#ubuntu-server.txt

echosystmi could use LVM and raid1, then keep breaking the array, but that sounds a bit scary00:00
echosystmessentially i'm looking for raid1, where i can physically remove the hard drive from the computer (to protect against power surges)00:00
_Techie_echosystm, so you want a hotswappable RAID 1 setup00:07
echosystmbasically, yeah00:07
echosystmi imagine this could be done somehow involving lvm00:08
echosystmessentially i want to do backups without having to turn off the power or stop any processes00:08
=== Sgiomlaireachd is now known as away_Sgiomlairea
* away_Sgiomlairea is now away - Reason : dinner00:10
_Techie_echosystm, this might provide you with a bit of reading, http://www.mail-archive.com/ubuntu-server@lists.ubuntu.com/msg00182.html00:14
RudyValenciaOK, why are my ttys displaying text shifted two character places right?00:33
_Techie_okay, i need a bit of help, my postfix server isnt authenticating properly when recieving mail - http://pastebin.com/Qg63NxP000:42
demonsporkI am having trouble getting something to bind to a specific port  "java.net.BindException: Cannot assign requested address" but nothing shows up as being bound to that port00:50
=== jjohansen is now known as jj-afk
demonsporkhow can I check further if anything is trying to use that port but isn't showing up with netstat -l00:51
demonsporkooooh, it can't assign it to that specific address, it doesn't matter what port it seems00:52
demonsporklol, that IP didn't come up on reboot00:53
demonsporkalthough all of the other IP addresses did00:53
demonsporkhmm00:53
=== numberz_ is now known as numberz
uvirtbotNew bug: #656596 in samba (main) "package samba-common-bin 2:3.4.0-3ubuntu5.7 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2" [Undecided,New] https://launchpad.net/bugs/65659601:31
paul_whippI can't ping my cloud server. I've executed "sudo iptables -A INPUT -p icmp -j ACCEPT" and allowed icmp in the security group. web services on the server are running fine but ping still just times out. How do I get ping to work?02:36
twbSuppose I have an office network with a handful of servers and a high turnover of staff, who mostly use personal laptops.02:37
twbIs there non-negligible benefit to advertising servers' services over that zeroconf DNS-SD stuff?02:38
twb(Oh, and the laptops are mostly linux, with the occasional OS X or Windows user.)02:39
_Techie_i have iptables setup to allow my server to act as the default gateway for my nework, is there any way to find out how much data is being sent and recieved by a specific internal IP?02:40
twb_Techie_: a cheapass way would be to have a rule per host, and then count the packets/bytes that matched.02:41
twbIIRC there are better ways, but I can't remember what they are.02:41
_Techie_twb, do you know of a way that doesnt involve ripping apart my current set of rules?02:41
_Techie_oh02:41
twbThey were probably too heavyweight for me to run on my 16MB router02:41
qman__bandwidthd does that IIRC02:42
_Techie_i see, well ive got a 2.2ghz athlon with 2gig of RAM, so nothing is too heavy02:42
qman__if you have the horsepower to run it02:42
_Techie_dual core athlon*02:42
qman__it wasn't what I wanted, I just wanted a total, so I used vnstat instead02:42
twbI didn't think bandwidthd could distinguish between hosts02:42
_Techie_if you want a total, phpsysinfo gives it in a nice output02:43
twbI think _Techie_ is trying to answer questions like "which bastard is using all the bandwidth?"02:43
_Techie_no02:43
_Techie_i just want to know how much data my phone uses to check mail and connect to IRC before i switch it to using the cellular network02:44
qman__looks like it does go by IP   http://bandwidthd.sourceforge.net/02:44
=== away_Sgiomlairea is now known as Sgiomlaireachd
* Sgiomlaireachd is no longer away : Gone for 2 hours 34 minutes 41 seconds02:44
qman__not sure if it can go by internal IP02:45
=== zz_sailerboy is now known as sailerboy
qman__may or may not do what you want02:45
twb_Techie_: that's easy, then -- ask the phone02:45
_Techie_twb, not sure if the phone knows how to answer that question =P02:46
twbIt's not running linux?02:46
_Techie_no02:46
_Techie_i wish02:46
twbHuh, how backward02:46
_Techie_im not actually sure what its running02:46
_Techie_its a chinese touch screen phone designed to imitate the iphone02:47
twbOh, a lenovo one?02:47
_Techie_no02:47
_Techie_gimme a sec02:47
twbLenovo make a smartphone, but they only sell it to China02:47
_Techie_twb, http://www.modster-pc.co.nz/shop/product_info.php?cPath=214&products_id=416202:48
_Techie_if i could find an app that would allow me access to the root of the phone via bluetooth, i could modify some stuff02:49
qman__I've never used a phone that didn't keep totals02:49
_Techie_but i cant find anything that will do that02:49
qman__data and minutes02:49
_Techie_i really dont want to just chuck it onto the cellular network, even though its prepay02:50
_Techie_casual data rates are 50c per MB, or i can buy a 50MB pack for $6, but that only lasts one month02:52
ChrisBuchholzHey. I just purged couchdb on my 10.04 server, because i had a lot of problems with it, and the guys at #couchdb said that would be the easiest solution to fix it. I dont also deleted /etc/couchdb before i thought -- well, then everything must be gone and i can start fresh with apt-get install couchdb. But now my couchdb doesnt function. It says it needs different files in /etc/couchdb, and i understand why it fails, since /etc/couchdb doesnt02:53
ChrisBuchholzI did also delete /etc/couchdb because i thought***02:54
twbSounds like you didn't really purge it02:55
ChrisBuchholztwb: apt-get purge couchdb ?02:56
twbIt used to be apt-get remove --purge.  I guess "purge" is new and does the same thing.02:57
twbI also suspected there was a libcouchdb1 or suchlike, but I can't see one.02:57
ChrisBuchholztwb: hmm. Just tried one my time, this time with remove --purge. Didnt help, it still doesnt function02:58
ChrisBuchholz/etc/couchdb is still non-existent02:58
twbI know that if you *remove* (as opposed to purging) a package, then install it, the conffiles will remain deleted.  This is because dpkg assumes you deleted them for a reason.02:59
demonsporkthere is an option to override that behavior03:00
demonsporkgah, I just saw it last night03:00
demonsporkwhere is iz03:00
twbdvorak, eh?03:01
demonsporklol - what makes you say that03:01
twbYour typo03:01
demonsporknope03:02
Zeu5hi there, i have this message when i loggedinto my ubuntu server. http://picasaweb.google.com/lh/photo/aatDYefpWVu2HKMcb-7asA?feat=directlink should i do the sudo tasksel -section server ? do i need to restart my server? please advise.03:02
twbOh, swiss03:03
demonsporkZeu5, what are you trying to use this server for?  the message about restart is probably a kernel update that has been installed but isn't in use, or some other various packages - most things don't require a restart though03:03
twbOr another national keyboard layout near there03:03
demonsporknope03:03
Zeu5demonspork: its a webserver . hosting a webapp. LAMP stack03:04
demonsporkZeu5, so you have all of those components installed already?03:04
Zeu5demonspork: i mean webserver and database server in 103:04
Zeu5LAMP? yes its currently running.03:04
demonsporkk03:04
ChrisBuchholzNo luck on finding that command to override 'that' behvaior, demonspork ?03:05
demonsporkdid you install the LAMP when you were doing the initial setup or install all the components later on03:05
demonsporkChrisBuchholz, I looked into it a little bit - it is a dpkg command and I don't know how to make it happen using apt03:05
Zeu5demonspork: sorry i am a newbie. so do i need to a) restart my server , b) do the sudo tasksel --section server?03:05
Zeu5demonspork: i just did a sudo apt-get update and sudo apt-get upgrade. my LAMP was installed days ago03:06
ChrisBuchholzdemonspork: ah okay, sad :/03:06
demonsporkZeu5, but you install all of the packages yourself?03:06
Zeu5was the update & upgrade the reason for the message about server restart?03:06
Zeu5demonspork: LAMP yes. sudo apt-get update & upgrade yes.03:06
demonsporkprobably, it most likely installed a kernel update - which needs an update to actually be used03:07
Zeu5demonspork: so what should i do? leave it alone? restart server? sudo tasksel --section server?03:07
demonsporkChrisBuchholz, try this: "sudo ucf --purge /etc/whateveryourfilenameis03:08
demonsporkZeu5, restarting probably should be done, the tasksel message is just it assuming you haven't installed anything useful yet03:08
demonsporkwhen you actually have03:08
demonsporkso don't worry about the tasksel03:08
Zeu5hmm. i see. thanks demonspork. :)03:08
ChrisBuchholzdemonspork: yeah? No output, so no error, i guess. And then try to install couchdb again?03:08
demonsporktry it03:09
Zeu5is there a command in ssh for me to restart the server?03:09
demonsporkshutdown -r now03:09
demonsporkyou will need root, so "sudo shutdown -r now"03:09
demonspork-r says to reboot, now tell sit when to restart03:09
Zeu5btw, i am using an amazon web services. and the ubuntu is an machine image from canonical03:09
ChrisBuchholzdemonspork: holy crap. It worked!03:09
demonspork:)03:09
ChrisBuchholzthanks for your help, guys ;)03:10
demonsporkI am as surprised as you are03:10
demonsporklol03:10
demonsporkhttp://bugs.debian.org/cgi-bin/bugreport.cgi?bug=44407603:10
uvirtbotDebian bug 444076 in nagios-mysql "nagios-mysql will not replace deleted config file /etc/nagios/database.cfg" [Normal,Fixed]03:10
demonsporkgot the idea from there03:10
ChrisBuchholzdemonspork: ah, cool03:10
ChrisBuchholzit works now, so lovely times to come03:11
demonsporkapt-get replace conf files   -    that is the google search that led me there03:11
Zeu5demonspork: yes the restart message is gone. the tasksel is still there03:12
demonsporkhmm03:12
Zeu5demonspork: so i just leave it alone for now yea?03:12
demonsporkyeah03:12
demonsporkI am trying to remember where all of those login scripts are kept03:13
demonsporkI wanna look through them03:13
Zeu5okie cool. thanks demonspork03:13
_Techie_twb, i just gave in, i set my data connection to GPRS and am testing things out03:20
_Techie_thats not too bad, 13c to check my email, check facebook, and connect to my BNC and sync all 8 channels, with 50 lines of buffer03:23
twbBNC?03:24
demonsporkWhere can I find a list of the commands that run when I log in03:24
twbYou're still using thinwire?03:24
_Techie_ thinwire?03:24
RudyValenciaWhy are my ttys displaying text shifted two character places right (like, I type off the right side of the screen and not only does the cursor disappear for two characters but the text I type doesn't appear)?03:25
RudyValenciauh, nvm I think my monitor's settings are messed up03:26
_Techie_haha RudyValencia, problem lies between the keybaord and the seat?03:27
RudyValenciano, problem is in the new LCD panel I bought03:27
demonsporkPEBKC03:28
RudyValenciaIt seems to be 80x25 textmode getting misconfigured03:28
RudyValencia(not by Linux but by the flatpanel)03:28
_Techie_wait, you have a flatpanel, and your using 80x25 textmode?03:29
_Techie_thats ever so slighly overkill i reckon03:29
RudyValenciathis is my server I'm talking about03:30
_Techie_yeah03:30
_Techie_i figured03:30
RudyValenciaShould I be running a minimal X session perhaps?03:30
_Techie_no03:30
RudyValenciamaybe along the lines of twm?03:30
_Techie_you should be logging in via SSH03:30
_Techie_hell, Orannis doesnt even have a GPU03:31
_Techie_leta lone a monitor03:31
_Techie_let alone*03:31
RudyValenciawell, I'm trying to configure SSH for public-key auth without a password03:31
_Techie_thats easy03:31
demonsporkdoesn't require any config changes except disabling password login03:32
RudyValenciadon't I have to tell it to use the user's authorized_keys file?03:33
demonsporkafter you have shared the public key ( cat id_rsa.pub > .ssh/known_hosts )  is a line I use a lot03:33
RudyValenciaah03:33
demonsporkauthorized keys03:33
demonsporknot known hosts03:33
demonsporkI typed the wrong thing03:33
RudyValenciaOh03:33
RudyValenciaI'm using the wrong file03:33
_Techie_RudyValencia, http://pastebin.ubuntu.com/508448/03:33
RudyValenciaI'm using the "opensshkey" file from PuTTYgen03:33
demonspork.ssh/known_hosts in the user's home directory03:33
_Techie_oh yeah03:33
RudyValenciaYeah03:33
demonsporkthat would be the file03:33
_Techie_you will need to modify the public key that putty gives you03:33
RudyValenciaah03:34
_Techie_it needs to be in this format    '  ssh-rsa AAAAB3NzaC1yc2EA..............5B1eXHomBN6mU=03:35
_Techie_and all on one line03:35
RudyValenciaah03:36
_Techie_i figured that out while working on Zeus, Hades, and Poseidon03:36
=== Datz_ is now known as Datz
_Techie_so once thats all done, just open the .ppk file from putty, connect and enter your username03:37
_Techie_if you trust your own security and want to make things extremely automated, dont encrypt your private key and use an auto login username03:38
_Techie_that way you can just right click the Pageant icon in the taskbar adn select the apropriate saved session, and your in without having to type anything03:39
demonsporkcan someone else think of some terms to google to find the list of scripts that get executed when i log in?03:39
demonsporklike the landscape info and package stats03:40
demonsporkI been looking03:40
demonsporkI not finding03:40
RudyValenciaOkay03:41
_Techie_demonspork, its ~/.bashrc if your using /bin/bash/03:41
RudyValencia"Server refused our key"03:42
_Techie_!bashrc03:42
_Techie_!bash03:42
ubottuThe linux terminal or command-line interface is very powerful. Open a terminal via Applications -> Accessories -> Terminal (Gnome), K-menu -> System -> Konsole (KDE), or Menu -> Accessories -> LXTerminal (LXDE). Guide: https://help.ubuntu.com/community/UsingTheTerminal03:42
_Techie_well, that was alot of use03:42
demonspork_Techie_, yeah, but that doens't list any of the things that do run when I log in....03:43
demonsporklike the landscape information and the information about packages that are available for update03:43
_Techie_RudyValencia, did you correct those lines in /etc/ssh/sshd_config ?03:43
RudyValenciayes03:43
_Techie_did you restart SSH03:44
RudyValenciaYes03:44
RudyValenciaI think I'll copy the original config back over and try again (I have it stored as sshd_config.orig) :)03:45
_Techie_okay03:45
demonsporkI found it03:46
demonspork/etc/update-motd.d/03:46
RudyValenciaStill not.03:46
demonsporkthose don't run on long exactly03:46
demonsporkthey just run periodically and login displays the results03:46
RudyValenciawhich key does the server hold?03:49
RudyValenciathe private key or the public key?03:50
demonsporkthe server needs the public key03:50
RudyValenciaokay03:50
RudyValenciaI think I just had the wrong half03:51
demonsporkI am so excited - my HPSMH is working03:51
demonsporkI tried for like 4 days to get it working03:51
demonsporkand then I rebooted03:51
demonsporkand it worked03:51
_Techie_grats demonspork03:54
RudyValenciaI probably need to generate a new keypair03:57
_Techie_i owuld advise it, especially if you put your private key on the sevrer03:58
RudyValenciaServer is still refusing the key...04:07
_Techie_=(04:07
_Techie_pastebin the private key please04:07
RudyValenciathat's fine right?04:07
_Techie_yes04:08
RudyValenciaIt's a PuTTY key format04:08
_Techie_pastebin it anyway04:08
_Techie_and i will check it and tell you what you need to do04:08
_Techie_hrmm04:10
_Techie_what bit key is this?04:11
RudyValenciabrb04:11
_Techie_1024?04:11
RudyValencia1024 bit RSA04:11
_Techie_kk04:11
_Techie_RudyValencia, http://pastebin.com/zm46rQ2G04:11
RudyValenciaI see the problem04:14
RudyValenciaPuTTYgen puts "gxysrv01" at the end of the public key04:14
RudyValenciaand I pasted that in along with it04:14
_Techie_that doesnt matter04:15
RudyValenciaapparently it did04:15
RudyValenciafor some odd reason Ubuntu server doesn't like it that way04:15
_Techie_ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAIEAp7kt8NZ4ZYvCrT7CZ+0f9Va1kNWSD2sSU4T3FoNfkb1w7S6446x4Y1yjLmKD90bEPovUVDmm/M6QSWN6BoHMQuIpp7jykKd5NOm0woMzsCNx3We7qOsqx9RDb0bw3eL+ByJP7IpySILE84g0fnrWGbztTjyTnKPKVLZEOEvEfjE=04:15
_Techie_thats what your authorized_keys file should look like04:16
RudyValenciaah04:16
RudyValenciayeah04:16
RudyValenciait does now04:16
_Techie_also, the .ssh folder should be chmodded to 700, and the authorized_keys file to 60004:16
RudyValenciammhmm04:16
_Techie_and both folder and authorized_keys file should be owned by your suer and group04:16
_Techie_user*04:17
_Techie_now it should work04:18
RudyValenciaI've been redoing my server and forgot half of those little nuances04:18
twb_Techie_: auth.log will tell you if you get those permissions wrong04:23
twb14:14 <RudyValencia> PuTTYgen puts "gxysrv01" at the end of the public key04:24
twbRudyValencia: that's the key comment.  The comment can be anything04:24
RudyValenciaoh04:24
twbOpenSSH comments are usually <user>@<host>04:24
RudyValenciamaybe I did have the permissions wrong on the server-side04:24
_Techie_or in my case, Techie's Key04:24
_Techie_Authenticating with public key "Techie's Key" from agent04:25
_Techie_  FTW04:25
RudyValenciaah04:25
RudyValenciain my case it's the name of the server04:25
RudyValencia'gxysrv01'04:25
twb_Techie_: hm, mine uses the path.  I guess you run seahorse or something04:25
_Techie_twb, putty04:25
_Techie_RudyValencia, you need to think of a better name for your server04:25
RudyValenciaI use PuTTY too04:25
twb$ ssh alioth.debian.org ==> Enter passphrase for key '/home/twb/.ssh/id_rsa':04:25
RudyValenciaIt's named that because:04:25
RudyValenciagxy = greeley04:26
RudyValenciasrv = server04:26
RudyValencia01 = well, 104:26
RudyValenciaI do the same for my workstation, 'gxywks01'04:26
_Techie_bah, you cant have a singular server with a name that makes sense04:26
RudyValenciaand my laptop, 'gxylap01'04:26
_Techie_or even a cluster04:26
RudyValenciahm04:26
_Techie_you have to have a naming theme04:26
twbRudyValencia: RFC117804:26
RudyValenciawell, it used to be called 'excalibur' a long time ago04:26
demonsporkgah, I can't get rid of  these stupid mail messages that were sent when I typoed a crontab entry. I use "mail" and then I try using "d *" or "d 1" and the message never gets deleted. It doesn't give an error or anything, it is simply still there04:26
_Techie_demonspork, manually edit your mail file =)04:27
twbdemonspork: use a better MUA than mail(1) ? ;-P04:27
RudyValenciaI'm trying to think of a new naming system04:28
_Techie_RudyValencia, got a favourite book?04:28
RudyValenciahitchhiker's guide series04:28
twb*RFC 1178*04:28
_Techie_RudyValencia, then pick names from that04:28
twb_Techie_: that's a bad idea because the set is finite.04:29
_Techie_so04:29
twbMeaning that eventually you will run out of names to allocate.04:29
_Techie_i have a cluster of VM's named after greek gods, thats finite04:29
RudyValenciaI think I'll just change to something like srv01.gxy.glenmereind.local04:29
demonsporkwhere is the mail file I need to edit04:29
_Techie_demonspork, depends on your setup04:30
twbRudyValencia: that should be an alias, not a name.04:30
RudyValenciamaybe gxy-serv-001 ?04:30
_Techie_*sigh*04:31
_Techie_be creative04:31
_Techie_what about Astarael04:31
RudyValenciaI'm thinking04:31
RudyValenciamaybe LotR names, or maybe video game character names04:31
_Techie_anything will do, its just gotta be something other than a plain name04:32
RudyValenciaok, well, I'd have to alter a whole bunch of stuff but eh04:32
_Techie_if the name tells you exactly where the server is, or what it does... then you gotta keep thinking04:32
RudyValenciahm, maybe band names04:33
RudyValenciaI don't know04:33
RudyValencianah because 'boston' conflicts with the 'don't use a geographic name' rule04:33
_Techie_hell, you could even use vegetable names04:33
RudyValencia'rutabaga.glenmereind.local', 'endive.glenmereind.local', 'chard.glenmereind.local'...04:34
RudyValenciahehe04:34
=== gravity1187_away is now known as gravity1187
gravity1187hello everyone04:34
RudyValenciaStar Wars...04:34
_Techie_perfect04:35
_Techie_starwars would be great04:35
RudyValencia'luke.glenmereind.local', 'vader.glenmereind.local', 'anakin.glenmereind.local', 'hansolo.glenmereind.local', 'chewie.glenmereind.local', 'leia.glenmereind.local', etc.04:35
RudyValenciait's probably been overdone though04:35
_Techie_or, you could use species names04:35
RudyValencia'homosapiens.glenmereind.local'?04:36
RudyValenciaugh04:36
_Techie_RudyValencia, no, star wars04:36
RudyValenciaoh04:36
_Techie_wookie, ewok...04:36
RudyValencianah04:36
RudyValenciahow about presidents?04:36
RudyValenciahm nah04:37
RudyValenciafamous composers!04:38
gravity1187Mozart04:38
RudyValenciabach, brahms, mozart, pachelbel, beethoven...04:39
RudyValenciayeah04:39
RudyValenciabut which to assign to which system(s)?04:39
RudyValenciathat's why I prefer the 'bland' naming scheme04:39
RudyValenciait's only a small home net anyway04:40
_Techie_RudyValencia, just start with one machine, assign a name... then move to the next... theyl stick with time04:40
_Techie_that also reminds me, i need to rename my desktop04:40
RudyValenciaI don't know, I already have everything pretty well set up...04:41
RudyValenciahm, I need to find an IP block that isn't being used in most places so that when I connect to my VPN I don't end up overlaying a network that exists there04:41
RudyValencia10.37.1.x/8 ?04:42
_Techie_192.168.15-254.X should be relatively safe04:42
RudyValencia192.168.15.x/24 ?04:42
RudyValenciaI had it 192.168.37.x/2404:43
_Techie_yeah04:43
_Techie_did you ever run into a conflict with 37?04:43
RudyValenciaI didn't go too many places04:43
RudyValenciamost of them have 192.168.0.x/24 / 192.168.1.x/2404:43
RudyValencia(the places I know04:43
RudyValenciahm, maybe that range in 172 might be interesting04:44
RudyValencia172.[16-31].x.y/2004:45
RudyValenciaoops04:45
RudyValencia172.[16-31].x.y/1204:45
RudyValenciayeah04:46
RudyValenciaI'll do that04:47
RudyValencia172.16.x.y/1204:47
=== twister004_ is now known as twister004
_Techie_anyone in here know how i can find out what subsystem my cellphone is using?05:02
uvirtbotNew bug: #656660 in samba (main) "package samba 2:3.4.7~dfsg-1ubuntu3.2 failed to install/upgrade:" [Undecided,New] https://launchpad.net/bugs/65666005:11
=== _Techie_ is now known as _TechAway_
RudyValenciaHow do I set up my server to automount my external hard drive when it's plugged in?05:26
coxnRudyValencia: https://help.ubuntu.com/community/Mount/USB#Automounting%20%28Ubuntu%20Server%2905:27
RudyValenciaty05:27
RudyValenciathanks05:32
RudyValenciahm, and I have a LaserJet 4 Plus connected to my server, what driver is best to use with CUPS?05:38
RudyValenciaGutenprint, HPIJS, or...?05:39
RudyValenciaI would assume HPIJS is best as it's from HP05:39
=== twister004__ is now known as twister004
=== _TechAway_ is now known as _Techie_
=== ivoks is now known as ivoks-afk
shivraj123i need to install BT4 tools in my server, some not able to connect to the repo.07:23
=== sailerboy is now known as zz_sailerboy
=== unrael_ is now known as unrael
sabgentonhey all I'm trying to do nat between  wlan0 (wan) and  eth0 (lan)08:24
sabgentoni got it working  undershorewall  and did restarts  clears  and all08:24
sabgentonstill worked08:24
sabgentonbut on restarting the computer08:24
sabgentonit stoped working!08:25
sabgentonthe firewall can ping out to wan and lan08:25
sabgentonthe lan hosts can see the firewall08:25
sabgentonbut the firewall is not NATing anymore08:26
sabgenton tcpdump shows no activity pasing from to lan08:26
sabgentonnow08:26
sabgentonjust  stops at the lan08:26
sabgenton and same in reverse  (port fowards stoped working)08:27
sabgenton.08:27
sabgentonso in short NAT has stoped08:27
sabgentonmabye wifi  nics are bugy in linux ?08:28
sabgentonfor this sort of activity08:28
sabgentonusing ath5k driver i think08:28
uvirtbotNew bug: #656727 in samba (main) "Samba PDC breaks after recent update" [Undecided,New] https://launchpad.net/bugs/65672708:37
alvinHow can one *fix* the motd messages you get when logging in through ssh? (Messages are seen double, and also plain wrong)08:59
_Techie_alvin, disable the motd via /etc/ssh/sshd_config09:00
_Techie_ubuntu exectues its own motd when you login09:00
_Techie_thats why you are getting double motd's and one of them is blantantly wrong09:00
alvin_Techie_: I see. So, I have to do this on every server?09:01
_Techie_by default the motd is disabled in ubuntu in openssh-server09:01
alvinWell, there's no mention of it in sshd_config09:02
_Techie_then add PrintMotd no09:02
alvinI did, also restarted ssh. Didn't get any error message, but now I can no longer log in. It's a remote server. Now l have to wait until tuesday to fix it.09:03
alvinThere's no other way to log in :-(09:05
=== doko__ is now known as doko
trimetaI want the newest version of iodine, which isn't available in Karmic; there's a package in Debian Unstable, but I'm not sure how I'd use that on my system (possibly with apt-src) without pulling in the rest of Debian Unstable.09:07
_Techie_!debian09:11
ubottuUbuntu and Debian are closely related. Ubuntu builds on the foundations of Debian architecture and infrastructure, with a different community and release process. See https://help.ubuntu.com/10.04/installation-guide/i386/what-is-debian.html - Remember, !repositories meant for Debian should NOT be used on Ubuntu!09:11
trimeta_Techie_: I know, but the Ubuntu way of solving this (finding a PPA of the newer version of the package) isn't working.09:12
trimetaSo what else am I supposed to do, download the source and configure; make; make install?09:12
_Techie_why not build it yourself?09:12
trimetaI'd like to have apt have some idea of what I'm installing.09:12
trimetaSo it can manage things, maybe even pull in updates for me.09:13
_Techie_you can build it into a .deb, but im not sure how09:13
kinygoshi...if i want to be able to send e-mails from my web application (or from the OS to tell me when something has gone wrong), is it enough to install and configure Postfix?  do i need any services from my ISP in this case?09:28
kinygos(it's a dedicated server)09:28
_Techie_you will need to make sure that your ISP does not block port 2509:29
_Techie_if they do, you will need to resuest to have it unblocked for your connection09:29
kinygos_Techie_: awesome, thanks :)  is it challenging to setup and configure Postfix securely?  i've found what looks like an excellent doc on help.ubuntu.com09:31
_Techie_once you get your head around it, postfix isnt too hard09:31
kinygos_Techie_: thanks again for your time...most appreciated :)09:31
_Techie_kinygos, https://help.ubuntu.com/community/Postfix09:31
kinygos_Techie_: that's the doc i have :)09:32
_Techie_well, thats a great guide09:33
_Techie_i use it to aid me in quickly installing postfi09:33
_Techie_postfix*09:33
_Techie_do you have a static IP?09:34
kinygos_Techie_: yes...it's a dedicated server, but on a tight budget :)09:34
_Techie_what about a domain name?09:35
kinygos_Techie_: yep..i have a couple09:35
_Techie_well then, why not run your own mail server09:35
kinygos_Techie_: cos that sounds really hard to set up :s09:35
_Techie_not really09:35
_Techie_it actually makes setting up SASL authentication easy with postfix09:36
_Techie_you setup dovecot to authenticate against /etc/passwd and /etc/shadow09:36
_Techie_and then you setup postfix to authenticate against dovecot09:36
_Techie_then you dont have to fiddle around with PAM09:36
* kinygos is quickly looking up these terms09:37
_Techie_!dovecot09:37
ubottuIMAP and POP are protocols for fetching email. The officially-supported server in Ubuntu is Dovecot (packages "dovecot-imapd" for IMAP, and "dovecot-pop3d" for POP) - See also !MailServer for information on the SMTP protocol09:37
kinygos_Techie_: i'm learning as i'm going along (and really enjoying it btw)...you make it sound easy...i'll probably be asking questions in this channel :)09:40
_Techie_well, if im around... ill do my best to answer them09:40
kinygos_Techie_: thanks again :)  i'm off to do a bunch of reading and try stuff09:40
_Techie_well, you may want to start with dovecot first09:40
_Techie_it will make postfix easier09:41
kinygos_Techie_: :)09:42
kinygos_Techie_: again, my knowledge is limited here...as the server will be hosting an e-commerce web application, should i be considering POP3 as opposed to IMAP?  there will be less than 10 mailboxes, and probably only 2 clients really using the mail server regularly in the early days09:48
_Techie_depends on your need09:49
_Techie_each has its upside and downside09:49
kinygosok..i'll read up..thanks :)09:51
_rubensetting up an email server (sending and/or receiving) is quite trivial, setting up an email server that properly deals with spam and the likes is far from trivial09:56
kinygos_ruben: that's what i thought...although, perhaps naively, i'm more concerned with my mail server being used as a spam relay09:57
_Techie_its not hard to disable the relay function09:58
* RoyK think China is going to be slightly pissed off by this http://www.bbc.co.uk/news/world-europe-1149909810:10
JamesPagettx: I've updated iso.qa.ubuntu.com; noticed bug 656527 which hggdh raised yesterday which I have reproduced manually11:12
uvirtbotLaunchpad bug 656527 in samba "net usersidlist on a newly-installed samba server crashes with SIGSEGV" [Undecided,Confirmed] https://launchpad.net/bugs/65652711:12
JamesPagettx: the automated test suite for samba server did not cover this specific test; now fixed and retesting now on amd64 and i38611:12
kinygosomg...connecting to a share on a windows pc was sooo simple...i thought i was gonna have trouble after that chap yesterday was struggling11:44
* kinygos pats himself on the back then hides11:44
ttxhggdh: do you have the hardware to cover for the RAID1 tests ? I'm on upgrade testing right now12:12
patdk-wkttx, what do the raid1 tests need?13:11
ttxbetter with two physical disks13:14
patdk-wkso just software raid113:14
ttxhttp://testcases.qa.ubuntu.com/Install/ServerRAID113:14
ttxyep13:14
patdk-wkhow I'm running this machine :)13:14
ttxheh13:15
patdk-wkthis is my only non-hardware raid, cause it's just a workstation13:16
patdk-wkI could easly do those tests later, in like 6hours13:17
ttxJamesPage, hggdh: zul and I are checking out the samba issue13:20
JamesPagettx: excellent.13:20
zullooking at it now13:21
JamesPagettx: do you want me to pickup one of the raid1 tests?13:21
ttxJamesPage: if you can, that would be great$13:25
JamesPagettx: on it now :-)13:26
ttxwe aim for 100% test coverage13:26
_rubenbugger, my nfs server is i386, debootstrapping an amd64 root won't work13:26
ttxJamesPage: you got that sigsegv on amd64 as well, right13:29
JamesPagettx: I've not confirmed that manually (only an automated test result)13:30
zulttx: same code in git13:31
=== _Techie_ is now known as _TechAway_
hggdhttx: no, I do not have the hardware, unfortunately13:38
ttxhmm, can't reproduce :P13:39
* ttx tries on i38613:40
sorenWow... Installing maverick on an XFS filesystem is /unbelievably/ slow.13:42
sorenBordering on useless.13:43
zulttx: on amd64?13:46
zulsoren: patches accepted ;)13:46
* soren makes a rude gesture13:46
zulhehe13:47
patdk-wksoren, reinstall on btrfs? :)13:48
sorenPain is enough. I don't also need suffering.13:49
zulttx: i was able to reproduce it on i38613:51
patdk-wkI've been running my maverick system on btrfs for months now, haven't had any issues so far :)13:51
sorenMy refridgerator also works.13:52
sorenThat also does not solve my XFS problem.13:52
patdk-wkit might, give it a chance :)13:53
patdk-wkhave to deal with vzw today :(13:53
hggdhttx: I should have been clear, I did not see the samba issue on amd6413:54
hggdhsorry13:54
JamesPagehggdh: I'm not sure I agree; no seg fault on amd64 but the list of SID's returned does not include all accounts13:56
hggdhJamesPage: then this is still a bug; it is probable, then that amd64 and i386 behave differently on it. Good catch, sir13:57
JamesPagehggdh: looks like it.13:57
ttxJamesPage: right14:00
zulttx: https://bugzilla.samba.org/show_bug.cgi?id=7718 opened upstream14:05
uvirtbotbugzilla.samba.org bug 7718 in Client Tools "net usersidlist crashes on i386" [Normal,New]14:05
ttxhmm, on i386 it ~works here14:09
ttx(behvaes like your amd6414:09
ttx)14:09
zuloddd14:10
ttxmaybe depends on username size14:10
zulwhats the username?14:10
ttx"ttx"14:10
ttxhhhhmmmm14:11
ttxif I create another user, it just works14:11
ttxJamesPage: at best it's strange behavior, but samba works, so I'd consider the test as passed, not failed...14:12
ttxhggdh: your opinion: ^14:13
hggdhit looked, for me, like it failed at the end (on i386), but still listed the users. Perhaps a boundary condition14:14
hggdhttx: but I agree the test seems to have passed (and I had marked mine as so)14:14
hardfireanyone working on opennebula ??14:15
ttxJamesPage: could you change the test result ? I don't think that should be considered a FAIL14:15
hardfireanyone working on opennebula ??14:17
ttxhardfire: no14:17
ttxhardfire: try #opennebula, maybe14:17
hardfire#opennebula is the most inactive channel i've ever been14:18
ttxhardfire: sounds a bit more ontopic there though14:18
hardfireoh! true .. just gave a try to this channel .. anyways .. its related here too!14:18
JamesPagettx: OK; I'll update my results.14:19
ttxJamesPage: strange thing is that if you add other users they are reported correctly.14:20
JamesPagettx: hmmm very odd14:20
ttxalso the net USERSIDLIST command is undocumented in man net14:21
ttxmaybe our test is a bit wrong14:21
JamesPagewe could use wbinfo -u instead14:22
ttxhmm that net command is pretty bad14:22
ttxso typing net --help, you get: Use 'net help usersidlist' to get more info about 'net usersidlist' commands14:23
ttxbut if you try 'net help usersidlist'...14:23
ttxit just does te same as if you did net usersidlist14:23
JamesPageyeah - its not pretty is it.14:23
ttxlooks a bit abandoned.14:24
ttxhggdh: did you have a bug number for the missing grub rescue bug ?14:43
hggdhttx: yes, just a sec14:45
hggdhttx: bug 32018314:46
uvirtbotLaunchpad bug 320183 in rescue "When using "Recover a broken system" from the Server CD boot menu, /boot is not mounted" [Low,Triaged] https://launchpad.net/bugs/32018314:46
ttxhggdh, Jamespage: is one of you on the RAID1 tests ?14:49
JamesPagettx: I've picked up the i386 RAID1 test; running at the moment.14:50
ttxif yes, mark it "started" please14:50
ttxack14:50
ttxjdstrand: if hggdh is not on it, you could cover the RAID1/amd64 test, I know you usually find exploding corner cases :)14:51
hggdhttx, jdstrand I cannot run the raid tests, no hardware available for it14:51
* ttx is on rescue mode /i38614:52
jdstrandhggdh: I always just use kvm14:52
hggdhthen I guess I could it it after I finish the current one14:52
Babblai must have typed something incorrectly in my crontab commands... how do i view the error infromation from the command attempting to execute? i read somewhere online that it sends mail to root14:53
=== jbernard_ is now known as jbernard
hggdhttx: on the amd64 raid1 test now14:57
ttxhggdh: great !14:57
patdk-wkheh? those tests looked like software raid, cause if you had hardware raid, there would be no need to select the raid type or anything in the ubuntu installer15:04
Babblawhy would quotes stop a command that otherwise works fine not work in the crontab?15:23
PiciWell it depends where the quotes are of course ;)15:24
=== aliverius_ is now known as aliverius
Babblawell... it wasn't the quotes it was the %s which i knew i couldn't have without escapes, but i was too focused on the ""s... just thought i'd mention it for others15:32
Doonzhey guys, is there a way i can install ubuntu over a debian install with only ssh access to the box?15:44
thesheff17is there anyway easy way to check to make sure SSH is running on a remote machine?15:52
patdk-wkps ax | grep sshd15:54
Brumlethesheff17: yes, there is15:54
Brumletelnet other.machine 2215:55
patdk-wkif ssh is on the standard port15:55
thesheff17patdk-wk that is locally I need it to check it remotely.15:55
patdk-wkrun that command on the remote machine :)15:56
patdk-wkotherwise your going have to check what ports are open, and telnet to each one15:56
patdk-wkor hope it's on the default port 2215:56
hggdhttx: I cannot set a partition bootable (trying to create the RAID partitions)15:56
thesheff17Brumle: yea that is what I thought...I would think it would be pretty easy to do in python but what happens when you get stuck in the connection with telnet?15:56
patdk-wkcontrol ], quit15:56
hggdhJamesPage: on i386, could you set partitions bootable?15:57
JamesPagehggdh: I didn't have todo that; guess grub must have fixed it up for me15:58
thesheff17Ah ok class telnetlib.Telnet([host[, port[, timeout]]]) there is a timeout...thx Brumle16:00
hggdhJamesPage: OK. I will see what happens here16:01
cfairlesanyone run mysql with innodb plugin 1.0.7?16:06
=== ivoks-afk is now known as ivoks
Doonzhey guys, is there a way i can install ubuntu over a debian install with only ssh access to the box?16:24
shaunothat sounds a lot like 'danger will robinson' territory.  there *used* to be a supported upgrade path with one or two of the earliest ubuntu releases, but I don't believe it's a good idea anymore16:30
shaunonot sure if supported is the right word there :)16:31
JamesPagehggdh: how is your RAID1/amd64 test going?16:50
hggdhJamesPage: still through the install...16:50
JamesPagehggdh: its quite slow; writing to two virtual disks generates twice as much io to the same underlying disk :-(16:51
JamesPagehggdb:  the i386 version worked fine; however I was unable to complete the last step as no hot(un)plug as far as I can work out when running in KVM16:52
hggdhJamesPage: yeah, this is a limitation. I guess the best we can do is force off, detach one of the discs, and boot again16:53
hggdhJamesPage: yes, it seems grub now marks the partition bootable16:55
JamesPagehggdh: did you have issues marking it as bootable using the manual partitioning?16:57
hggdhJamesPage: yes, it simply did not work. At all16:57
JamesPagehggdh: hmmm - feels like a bug to me but not a significant one.16:58
hggdhI agree, mostly because we default to grub now. But it would be nice to check16:58
JamesPagettx:  RAID1/i386 successfully tested....16:58
Babblawhen selecting DNS during ubuntu-server install does it install bind?17:05
zulyes17:07
mathiazttx: o/17:13
ahasenackhi guys, uec on lucid17:23
ahasenackhas anyone ever seen this error in the cloud-debug log file17:23
ahasenackcom.eucalyptus.ws.HttpException: HTTP input line longer than 4096 bytes.17:23
ahasenackI can't start instances via landscape because of that, the line is about 5k17:24
ahasenackbut this wasn't a problem before (where "before" is some months ago, which was the last time I tried)17:24
hggdhttx: AMD64 raid1 test done17:28
ttxhggdh: yay17:29
ttxso we are just missing the ESX test17:29
ttxbladernr: ping17:29
bladernrttx:  whattup17:29
hggdhttx: on tis one... no can do, no Windows here17:29
ttxbladernr: was wondering if you plan to cover the "install on ESX" test17:30
bladernrttx:  I'm trying to get the ESX ones underway17:30
ttxbladernr: great ! that's our only missing tests17:30
bladernrI'm "finally" into the server but having permission issues on the ISOs so I can't actually connect my VM to the ISO image17:30
bladernr:/17:30
bladernrso, yeah, I am planning on them, just have to get them underway17:31
ttxbladernr: in the past I think fader and sbeattie ran that test17:31
bladernryeah... heh17:32
bladernrlucky me...17:32
bladernr:-)17:32
bladernrout of curiosity, the JeOS stuff uses the same server ISOs as everything else, yeah?17:33
ttxbladernr: yes, I think with a F4 option17:33
sbeattiebladernr: where in the esx' host fs do you have the isos?17:33
ttxsee SVI-002 under http://testcases.qa.ubuntu.com/Install/ServerMinimalVirtualInstall17:33
bladernrttx:  /vmimages/isos17:34
bladernrwhen I try to point the VMs cdrom to the ISO, I get a permissions error...17:34
bladernrthe full path (/vmimages/isos/*.iso) is owned root:root and has the right perms all the way down.17:35
bladernrVIC is complaining about permissions though...17:35
sbeattiebladernr: hrm.17:36
* sbeattie suspects the karmic isos in /vmfs/volumes/storage2/isos/ can be deleted.17:36
hggdhttx: no respin in view for the server? I hope not...17:36
patdk-wkwhat iso needs testing, I could give it a go on esxi right now17:37
patdk-wkeither 4.0u1 or 4.117:37
sbeattiepatdk-wk: ubuntu-server i386/amd64 with the minimal install (f4 at iso boot to select)17:39
sbeattieesxi 4.x testint would be appreciated, we only have access to 3.517:39
patdk-wk32 or 64? or both?17:40
ttxhggdh: I hope not either17:41
bladernrsbeattie:  any ideas?17:41
ttxhggdh: I might come home early.17:42
gus3I'm looking at High Availability set on some ubuntu servers. I'm leaning towards HAProxy.  Anyone have any recommendations? Thanks all.17:42
hggdhttx: now that does sound good, does it not?17:42
patdk-wkgus3, that depends on what you want to be HA17:42
patdk-wkjust webservices, ya, haproxy is fine17:43
ttxit looks pretty good from where I stand17:43
sbeattiebladernr: can you access any of the iso images in [storage1] or [storage2]?17:43
gus3apache2 running php17:43
sbeattiepatdk-wk: ideally, testing both 32 and 64.17:43
gus3I'm new to load balancing and still pretty new with linux.17:43
patdk-wkI downloaded both, loading now17:44
bladernrsbeattie:  no... when I try to access anything listed under datastores (storage1, storage2 and vmimages) I get "Permission to perform this operation was denied"17:44
sbeattiebladernr: what user are you logged in as?17:45
bladernrenablement17:45
gus3Ultra Monkey looks to be an interesting choice too. But it looks like development may have stopped on it. I also like that HAProxy has stats displays.17:45
gus3My final preference is something that resides in the ubuntu repositories.17:46
gus3Thanks patdk-wk17:47
patdk-wkhmm, odd, the i386 disk just drops to the isolinux boot: prompt on boot17:49
patdk-wksame for x6417:51
patdk-wkoh wait, downloaded wrong mini's :)17:51
bladernrttx:  I've got it running now... install underway for 64bit17:51
* hggdh hugs bladernr17:56
patdk-wkwhere is the install a minimal virtual system option :)17:56
patdk-wkf4 just refreshs my screen, but nothing really changes17:56
=== ivoks is now known as ivoks-afk
bladernrttx:  on 32bit, should uname -r return a -server kernel as the test case says, or -pae?18:08
ttx-pae18:09
ttx-server would be a bug :)18:09
bladernrok... well the test case says it should be -server18:09
ttxbladernr: yep, that's a bit out of date18:10
bladernrnext question... on vmware, should linux-virtual be installed? (again, test case says yes, but dpkg says no)18:10
ttxthe important bit is about -virtual package18:10
ttxhm18:10
ttxdo you have ubuntu-standard installed ?18:11
bladernryep18:11
ttxlooks like you missed step 218:11
ttx#18:11
ttxPress F4 and select Install a minimal virtual system18:11
patdk-wkI tried that, f4 wouldn't do that18:11
patdk-wkbut f4 in the help menu did display the f4 help page18:11
bladernrwell, maybe so... I know I hit f4 and highlighted it and hit enter... BUT I'm also doing both 32 adn 64bit at the same time...18:12
bladernrso, I'll redo this one just in case I didn't...18:12
ttxthat triggers the specific seed18:12
ttxtaht points to virtual and avoids installation of ubuntu-standard18:12
ttxin that F4 case, you end up with a -virtual kernel, rather than -server or -pae18:13
ttxfrankly, if you got that far, that means ESX is ok :) since the test on KVM worked.18:13
ttxthe delta with the previous test is ESX hypervisor,18:14
bladernrttx:  so, 2 for 2 now... both installs ended up with ubuntu-standard, not linux-virtual18:14
patdk-wksame for me18:14
patdk-wkand I pressed f418:14
bladernr64bit has a -server kernel (that's correct or incorrect for 64bit)18:14
patdk-wkon boot, installer boot menu, (install, command-line install, advanced options, help)18:17
patdk-wkpressing f4, causes it to refresh, but still same screen18:17
patdk-wkpressing any f* does the same thing18:17
patdk-wkhttp://archive.ubuntu.com/ubuntu/dists/maverick/main/installer-amd64/current/images/netboot/18:18
bladernrttx:  yeah... step 2... again, the test case is messed up... it said "select Install Minimal Virtual System" not Virtual Machine... so I picked the one that had the word "System".18:21
patdk-wkstrange, I can't even get that18:21
* bladernr is really getting tired of questionably accurate test cases... (and his own lack of reading comprehension)18:21
patdk-wkor did I download the wrong mini.iso files :)18:22
sbeattiepatdk-wk: for esx tests we're looking for the minimal install option off of the regular ubuntu-server isos.18:23
patdk-wkoh normal install, heh, wonder how I got stuck on mini :)18:24
patdk-wkwhere are the server iso's hidden :)18:25
RoAkSoAxjcastro: howdy!! I have a question regarding the blueprint naming schemes. I filed a blueprint such as: server-natty-powernap-improvements. So, I don't see how this blueprint should be renamed. (PowerNap is integrated with the cloud so it could be cloud-server-n, or it is related to reduction of power consumption, so it could also be performance-server-n... or else?)18:25
patdk-wkI know where the desktop/live and alternate re18:25
patdk-wkare18:25
* ttx packs up18:26
RoAkSoAxjcastro: or should it just be other-server-n-powernap-improvements?18:27
jcastroRoAkSoAx: I think cloud-server-n18:27
jcastrottx: whose doing the specs review and stuff for -server?18:28
jcastrojiboumans or did he assign someone else?18:28
sbeattiepatdk-wk: http://cdimages.ubuntu.com/ubuntu-server/daily/20101007/18:28
ttxjcastro: jib and robbiew.18:29
RoAkSoAxjcastro: but if the improvements are not only cloud related, should it go there too, or should I ask jiboumans or robbiew ?18:32
jcastroRoAkSoAx: I would say make a best-guess estimate and then run it by them18:33
RoAkSoAxjcastro: ok thanks :)18:34
jcastroas long as the right people are subbed to the blueprint it doesn't really matter which track it's in in the schedule18:35
RoAkSoAxhaha ok cool thanks :)18:36
jcastrothen they'll either fight over the spec or try to pawn it off on each other, that exercise if left for the reader. :)18:36
patdk-wkheh, mini.iso downloads so much faster :)18:38
undecimIn DNSMasq, can I set a dhcp-host option with an IP outside dhcp-range?18:50
ncampionundecim, i believe thats what that setting is for18:51
undecimBecause I have read-ethers and dnsmasq doesn't seem to be reading it. All the IPs are outside of dhcp-range, and I thought that might be the cause.18:52
RoAkSoAx /win 1718:53
patdk-wkok, redid the esxi tests18:53
patdk-wkit installs both i386 and x64 no issues, both say linux-virtual/2.6.35-22-virtual18:54
patdk-wkthe x64 though throws some modprobe failed messages up before the login though18:54
patdk-wkFATAL: Could not load /lib/modules/2.6.35-22-virtual/modules.dep: No such file or directory18:55
patdk-wkonly other thing that failed is x64 df -h shows / using 519Megs, on i386 it's 499megs18:56
ncampionundecim, are the dotted-quad IP addresses in /etc/ethers in the same subnet as your dhcp-range?18:57
undecimncampion: yes18:57
undecimncampion: Maybe I should specify the subnet mask explicitly to make sure?18:58
undecimThough ifconfig shows that it's /2418:59
undecimSo all the IPs should be fine18:59
ncampionundecim, as far your initial question, man dnsmasq says "Addresses allocated like this are not constrained to be in the range given by the --dhcp-range option, but they must be in the same subnet as some valid dhcp-range." So, I believe what you are doing should be viable.19:00
patdk-wkhmm, modules.dep exists, must be an upstart order thing, where it tried modprobe too fast or something, not sure19:00
ncampionof course, i've done just enough of this to get my routing setup working :-)19:01
undecimAlso, I have local=/wake/, but hostname.wake names don't resolv.19:02
undecimI've checked resolv.conf, and I'm definitely using the dns server, and even use dig to check, but it's not working.19:03
uvirtbotNew bug: #657007 in php5 (main) "Assigning the return value of new by reference is deprecated in /usr/share/pear/Mail.php" [Undecided,New] https://launchpad.net/bugs/65700719:11
=== unreal_ is now known as unreal
vinterrymdenHey all. Got a question. I'm setting up proftpd and I'm not sure where to find the AuthUserFile. Any help is appreciated19:14
n3klFor some strange reason I can't join #ubuntu-virt19:25
zookoFolks: I'm upgrading a set of t1.micro EC2 instances from Lucid to Maverick.19:25
zookoSeems to be working okay. Except: it always says "*** System restart required ***" on login even if I just restarted.19:26
=== aliverius_ is now known as aliverius
n3klI can't seem to get anything to work properly with libvirt on ubuntu.19:35
n3klI am building my vms with ubuntu-vm-builder, seems like they get built.  I can see then in virsh list, I can't console to them with virsh console, nothing comes up.19:35
n3klWhen I try to use virt-viewer, the keyboard layout is jacked, like when I press enter, it types a 'j' on the terminal19:36
n3klthen, I am not sure my netowrk is working, I can see in my dhcp logs that the new host with the mac address has requested and been assigned dhcp but I can't ping the beast19:36
n3klWould pasting my xml configurations help?19:40
zookoOh,and the motd still identifies itself as 10.04.1.19:42
_rubensounds like a fairly busted upgrade19:43
_rubenzooko: what does lsb_release -a tell you ?19:44
=== ivoks-afk is now known as ivoks
WALoeIIIw/ a PPA can I build multiple versions of the same package? I need 3 nginx 0.7.67s with different modules compiled in20:14
=== ivoks is now known as ivoks-afk
=== jtrag-AWAY is now known as jtrag
consumerismanyone use drbd and heartbeat for a highly available nfs server?21:35
Brumleconsumerism: probably someone... what is your question?22:00
kamoteanyone using DDOSdeflate here22:02
aljosaruby gems not working on ubuntu 10.4, i always get "HTTP Response 302 fetching http://gems.rubyforge.org/yaml" when i try to update/install or anything else. any idea?22:02
ewook_hey. somethings fishy with a lot of things after my upgrade from 8.04 to 10.04, screen cannot start, mysql didn't start before but now does, now postfix doesn't start ..22:05
Brumleewook_: does any of them give any error messages?22:09
ewook_Brumle: no. mysql had a init.d-missconfig before, but postfix seems to be bothered by something else right now, anwers on localhost, but not from remote *_*.22:13
ewook_need to check my ip-tables if something is up..22:14
Brumleewook_: add some "-j LOG" if comfortable with iptables :)22:16
ewook_Brumle: already on it :). just irritated.. all I did was take down everything for three hours - did not think I'd get a bunch of problems from it :P22:18
Brumleewook_: old hardware?22:20
ewook_Brumle: not really. just, it's been upgraded from 8.04 to 10.04.22:22
ewook_= bad idea for a server.. :p22:22
ewook_atleast mine.22:22
=== ewook_ is now known as ewook
Brumleewook: I see the problem. Good to do in test or stage first....22:23
ewookI did.. but this one is so full with stuff, that I couldn't really duplicate it :p22:24
ewookoh well.. seems like I need to rebuild the iptables... used ufw once and those are still in there...22:24
=== _TechAway_ is now known as _Techie_
ewook_mwhah. lol.22:32
ewook_my router had failed over to my second isp...22:32
sorenScottK: Hey. I've uploaded a couple of things (a small fix for a bug 657053 and likewise for bug 657047). I really appreciate your ACK on bug 645936, but people failed to deliver the stuff I needed to make that happen, so the only part of that bug that remains true is my intention to SRU the final release of Nova.22:33
uvirtbotLaunchpad bug 657053 in nova "Compute service's run_instance method fails due to wrong datatype from db" [Undecided,New] https://launchpad.net/bugs/65705322:33
uvirtbotLaunchpad bug 657047 in python-eventlet "Missing dependency on python-greenlet" [Undecided,New] https://launchpad.net/bugs/65704722:33
uvirtbotLaunchpad bug 645936 in nova "[FFe] Plan for Nova for Maverick" [Undecided,Confirmed] https://launchpad.net/bugs/64593622:33
ewook_and that isp is blocking port 25 anywere but to their relay. still, postfix did not start22:33
Edward_Elric please helpme to vote22:36
Edward_Elrichttp://148.245.35.4/CursoPhp/index.php22:36
Edward_Elric :D22:36
Edward_Elric is about ubuntu22:36
ewook_Edward_Elric: seems like a strange request?22:41
shaunoit's a pretty sparse list of options too22:45
dstryrto see if i configured raid 1 correctly i would just unplug the first drive and see if everything boots correctly right?23:51
dstryranyone around who could lend some assistance?23:54
ScottKsoren: It's all accepted now (at least what was in the queue)23:57
ScottKewook_: If postfix is responding on localhost, then it is up and running.  There's nothing in Postfix that should have a problem with 8.04 -> 10.04.23:58
ewook_ScottK: I know ;). but first of - it didn't start - so I started it manually, checked it locally, and then tried to connect to it from the outside - well, the isp I was trying to check from has port 25 blocked if not going thro their relay-server :P23:59

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