[00:20] Hi all, intermediate linux user here, have my home boxes running linux mint and just switched from win2k8 to ubuntu server with a webmin gui, I have an external hdd on my server that I would like to be able to access/share/write to and it's proving to be difficult via the webmin, I've read I should SSH into the server, this that and the other thing, just looking for opinions and some help [00:27] http://www.catb.org/esr/faqs/smart-questions.html is not a bad place to start. [00:27] thanks bud [00:28] took a lot of effort to be a dick [00:31] MFSOT, firstly, that was a perfectly valid response, and secondly [00:31] !webmin [00:31] webmin is no longer supported in Debian and Ubuntu. It is not compatible with the way that Ubuntu packages handle configuration files, and is likely to cause unexpected issues with your system. [00:32] all of that said, you need to get a bit more specific in what it is you want to accomplish [00:32] Why would outlook completely fail at sending mail from my server when other clients work fine [00:32] ughhh [00:33] I'd assume it has to do with starttls or something goofy. Anyone experience this? [00:33] Running postfix/dovecot setup with virtual users controleld by text files [00:33] because microsoft follows standards about as well as square pegs fit in round holes [00:33] outlook, and only outlook, requires a non-standard auth line to work on your server [00:34] qman__: what is the non-standard line and where in the config do I put it? [00:34] everybody else uses "AUTH PLAIN", but outlook requires "AUTH=PLAIN" to be accepted [00:34] there's a bit in the default config file regarding this [00:35] you need to make sure it's enabled [00:35] qman__: in postfix's config? [00:36] yes [00:36] this may be helpful: http://holdenweb.blogspot.com/2008/04/outlook-is-driving-me-nuts.html [00:36] qman__: I don't see it anywhere [00:36] k will read [00:37] i've added both those changes [00:37] already [00:37] qman__: With no luck [00:37] qman__ I appreciate your response as at least you asked for something and didn't point me to a useless page to try to make me feel stupid, there's too much of that shit on irc - I know webmin isn't supported any longer but I've read that it works just fine and to be honest it's a lot cleaner and easier to use than the other gui's I've been messing around with. I ultimately want to be able to share files on my home network and pipe [00:37] in via my vpn that I have set up and browse and use my home file system, I also want to either have an FTP site or SSL site, a way to share larger files with friends basically [00:38] "works just fine" is anecdotal, I've seen it break plenty of stuff, and if you come here with broken stuff and webmin, we really can't help [00:38] histo: broken_sasl_auth_clients = yes [00:38] but if you want some basic instructions, try the server guide [00:39] I'm not opposed to giving webmin the axe, this is a setup I just started today, I was looking at using ISPConfig, or just putting an gui on until I got things where I wanted them [00:39] bobbyz: yes I have that set [00:39] MFSOT: If you think that page is useless, go back and reconsider. No one here is under any obligation to help you at all. Personally, I'm done with the prospect. [00:39] bobbyz: also have plan login cram-md5 in my dovecot.conf as well [00:40] I noticed though when I telnet to my server port 25 it doesnt' display auth anything [00:40] well you haven't helped in anyway, considering you never started, glad you're done [00:40] histo: this might be a dumb question, but you issued a 'postfix reload' after you set that in /etc/postfix/main.cf right? [00:40] bobbyz: It's been set that way the entire time i've been trying let me restart just to be sure [00:40] Also look in /var/log/mail.log for information about what's going on. Both postfix and dovecot log there. [00:42] bobbyz: qman__ still getting relay access denied from windows live clients [00:43] ScottK: yeah i'm tailing the log but it just rejects it and says relay access denied [00:43] histo, are the clients attempting to log in? you have to specifically tell them to do SMTP auth, they try anonymous by default [00:43] Thunderbird works perfectly with my setup [00:43] even if you have pop3/imap configured [00:43] qman__: yes [00:44] I'm testing on a windows 7 box with windows live mail. And it will not send friggen mail. [00:44] Just 554 relay denied [00:44] So it has to be something witht he AUTH [00:44] Dunno if it's still the case, but for a long time Microsoft clients didn't support TLS properly and you had to use SMTPS on port 465. [00:44] also, with many typical virtual user configs, the username is "user+domain.com" [00:44] There's a commented out entry in master.cf for that service. [00:44] rather than "user" or "user@domain.com" [00:45] but that should show against any client [00:45] IIRC the server guide has a decent description of setting up dovecot for SASL auth with postfix. [00:45] ScottK: I've been following the server guide [00:46] OK. [00:46] If it works for non-MS clients, I'd try SMTPS on port 465 then. [00:46] qman__: I know as I can configure thunderbird to login and send mail just fine. Windows live mail is the problem [00:46] just thinking aloud, my go-to ideas have been exhausted [00:48] ScottK: If I enable ssl it still errors denying the relay I haven't tried port 25 although I don't see how that matters [00:49] port 465/SMTPS is a different technology than TLS, so it was worth a shot. [00:49] pastebin the log entry for the entire transaction. [00:49] ScottK: which the mail.log? [00:49] yes [00:49] Also pastebin the output of postconf -n. [00:52] histo: share your dovecot.conf too? [00:52] ScottK: http://paste.ubuntu.com/5675238/ is the mail.log http://paste.ubuntu.com/5675239/ is the postconf [00:54] bobbyz: ScottK http://paste.ubuntu.com/5675244/ is my dovecot.conf [00:55] This setup is from the wiki postfix virtual users and domains with clamav [00:55] I believe the dovecot.conf has some obsolete settings from the wiki however there are only warnings in the dovecot logs [00:57] I added the disable_plaintext_auth = no to the dovecot.conf to get outlook to login for pop and imap [00:58] So there's no indication of SSL/TLS or SASL in that log snippet. [00:59] ScottK: No that's the problem outlook isn't using either. Thunderbird does starttls and just works [00:59] I don't have enough experience with these setups to know what needs to be enabled for outlook to just work. [00:59] What if you enable SMTPS and set outlook to connect via port 465? [00:59] I have pop working [00:59] ScottK: How would one do that? === Jikai is now known as Jikan [01:00] I'm kind of confused by the whole listener thing in the dovecot.conf so is postfix actually listening or dovecot??? I'd assume it's just for internal communicaiton between dovecot and postfix but I don't know why they would even need to communicate [01:01] histo: Look in /etc/postfix/master.cf and you'll find a commented out entry that starts: smtps inet n - - - - smtpd [01:01] Uncomment that and the succeeding lines then stop/start postfix. [01:01] (not reload, for a new master.cf service to be recognized, you need to stop then start. [01:03] Dovecot only talks to the outside world via pop3 and imap. Any mail sending/delivery between other mail servers is handled by postfix. So when postfix receives mail that is to be delivered locally, it has to give it to dovecot (thus communication required) [01:04] ahh [01:04] ScottK: what would the service imap and service pop lines in the dovecot.conf be for. I don't believe they are even needed [01:05] I believe they aren't in the default setup if you have the right packages installed, but I mess with dovecot config rarely enough that I tend to go look things up to be sure. Don't quote me. [01:06] One problem at a time though. [01:06] It's still denying it [01:06] New error though client host regjected [01:07] Progress. Paste the log again [01:08] Apr 3 21:07:45 bremecmail postfix/smtps/smtpd[7524]: connect from h230.171.189.173.dynamic.ip.windstream.net[173.189.171.230] [01:08] Apr 3 21:07:46 bremecmail postfix/smtps/smtpd[7524]: NOQUEUE: reject: RCPT from h230.171.189.173.dynamic.ip.windstream.net[173.189.171.230]: 554 5.7.1 : Client host rejected: Access denied; from= to= proto=ESMTP helo= [01:08] Apr 3 21:07:46 bremecmail postfix/smtps/smtpd[7524]: disconnect from h230.171.189.173.dynamic.ip.windstream.net[173.189.171.230] [01:08] Only 3 lines in log there [01:10] ScottK: Those are the new entries in the log. Same generic errors [01:10] Oh. [01:10] I thought you said there was a new one. [01:10] ScottK: On the client side there is a new error === Jikan is now known as Jikai [01:10] Oh. [01:10] What's the exact error there? [01:10] let me restart postfix to be sure [01:11] ScottK: Server response 554 5.7.1 IPblah...: Client host rejected: Access denied [01:11] Actually the error is different. [01:11] Gawd I hate microsoft [01:11] Before it said "Relay access denied" Now is says " Access denied" [01:12] Yes and keep in mind thunderbid on my linux laptop works perfectly fine [01:12] So that's an indication you've switched from refusal to relay unauthenticated mail to an authentication failure. [01:13] I don't have any MS clients here to mess with, so I'm not sure exactly what to do next and I can't mess with it. [01:13] You're making progress though. [01:13] It's still a 554 error though. [01:14] This can't be that random of a question getting MS clients to work with a linux mailserver. [01:14] you're sure you have SMTP authentication set up on the client? from what I see it looks like it's not even trying [01:14] qman__: I'm ticking my server requires authenticaiton in the windows live config [01:15] and it's set to use the same settings as my incoming mail server [01:15] they bury it, http://blog.arvixe.com/how-to-turn-on-smtp-authentication-on-windows-live-mail/ [01:15] ok [01:16] just checking, I've seen that problem derail lots of people [01:18] qman__: yes I have those settings there. If I try port 465 and requires ssl I get that client host rejected. If I try port 25 without ssl I get the relay denied [01:18] Does that user name and password work from thunderbird? [01:19] in the mail.err log there is an error fatal: no SASL authentication mechanisms [01:19] ScottK: yes [01:19] Ah. [01:19] ScottK: nvm that is an old error [01:19] OK [01:19] from hours ago when I was mucking around in configs [01:19] It's fixed now [01:19] Anything in mail.err should also be in mail.log, so that would have been weird. [01:19] well the error is fixed but the problem persists from outlook [01:20] What SASL mechanisms do you have enabled? === Jikai is now known as Jikan [01:21] ScottK: dovecot [01:21] ScottK: and the path is private/auth-client [01:21] No, I mean like PLAIN, LOGIN, etc. [01:21] ScottK: plain login cram-md5 [01:21] in the dovecot.conf [01:21] OK That should be fine since login is what MS clients like. [01:22] ScottK: in the postfix main.cf I see smtpd_sals_security_options noplaintext is that potentially the issue? [01:22] Yes [01:22] Good point. Since you're using SSL/TLS you don't need that. [01:23] LOGIN is a plain text mechansim. [01:23] yeah [01:23] I forget the names but the way it works is, you have to allow plaintext logins, but then there's another setting that says only allow plain over SSL/TLS [01:23] jesus christ it works [01:23] stupid outlook [01:24] okay so now to enable pop3s imaps and disable the others [01:24] That way everythign is ssl and outlook can be happy plaintexting passwords [01:24] Good catch. [01:24] ScottK: qman__ TY guys for helping me think through this [01:24] You're welcome. [01:25] Nother notch in my belt for reasons to never us M$ [01:25] your linux client must have been using cram-md5 [01:25] because that setting in particular is not outlook specific [01:25] qman__: yea it was [01:25] looking back at old linux client logs [01:26] ScottK: I noticed in my master.cf smptd isn't enabled but bsmtp is that normal? [01:27] nvm i'm seeing stuff now [01:27] No [01:27] OK [01:27] Been at this awhile now i'm seeing things [01:30] Now trying to enable imaps and pop3s === Jikan is now known as Jikai [01:31] actually dont' care about those nvm === Jikai is now known as Jikan [03:25] I've just installed a fresh server and for some reason it is settings some of my vars like LC_ADDRESS to de_DE while the german language pack isnt even installed. I have LANG set to en_US.UTF-8 in /etc/default/locale but that doesn't seem enough.. What's missing here? [03:28] I also keep seeing this error message on many things apt does: "locale: Cannot set LC_ALL to default locale: No such file or directory", I'm not sure what it's referring to when it speaks of no such file or directly though since locale-gen works fine [03:32] hachre: 'locale' will report the values of all the locale variables.. [03:33] hachre: maybe grep -r de_DE /etc/ would be useful? [03:35] sarnold: locale reports en_US only for LANG and the rest is on de_DE... grep shows only the normal aliases in /etc/locale.aliases [03:35] hachre: how about your ~/.??* files? [03:35] sarnold: I can solve the issue by setting LC_ALL in /etc/default/locale but I'm wondering where it's getting the idea for de_DE from [03:36] hachre: I think _some_ environment variables can come through via ssh; any chance you've ssh'd in from a de_DE terminal? [03:36] sarnold: nope [03:36] sarnold: oh wait... wow you're right [03:36] sarnold: my machine here has the same issue [03:36] hahaha [03:36] sarnold: but it isnt complaining about it [03:37] running raring here on the desktop [03:37] I wonder why (both counts...) [03:38] and I wonder why my desktop doesnt complain about it like the server does [03:38] I have no german language pack installed here either [03:38] youre probaly right and the server takes it from my ssh [03:39] im gonna set all my LC variables right and ssh back in to check [03:39] at least the desktop I can flummox my way to changing the setting system-wide.. in the settings, language support, there's an "apply system-wide" button [03:41] ok [03:41] the server is fine [03:42] its really coming from my ssh [03:42] nice catch :) [03:43] woo :) [03:43] now you get to answer the same question on your desktop. hehe. [03:43] on my desktop the /etc/default/locale has this crazyness set up [03:43] was easy to find :) [03:44] who knows how that happened [03:45] I've got a vague feeling I've seen some geolocation code in the installer to pre-select "the right timezone" and stuff, perhaps it also automatically picks locales, too? (though that'd put more faith in the geolocate stuff than I'd care to use myself...) [03:45] yea I've been thinking that too [03:45] and it detected rubbish for me when i installed [03:45] but i didnt care [03:45] maybe thats why === Tzunamii_ is now known as Tzunamii [04:42] utlemming: I'm still interested in learning more about the build process for the Vagrant boxes, if you have time. [04:46] utlemming: CentOS is also looking to start releasing official Vagrant boxes: http://bugs.centos.org/view.php?id=6365 === Ursinha is now known as Ursinha-afk === EntropyWorks_ is now known as EntropyWorks === skarface is now known as antix === VD is now known as Guest16662 === SpamapS_ is now known as SpamapS === ossurayynot is now known as tonyyarusso === histo_ is now known as histo === acidflash_ is now known as acidflash === moonligh- is now known as moonlight === smb` is now known as smb [08:26] Could do with some help [08:27] dmesg output shows multiple instances of [ 0.000000] *BAD*gran_size: 128M chunk_size: 2G num_reg: 8 lose cover RAM: -904M [08:27] its a dedicated unmanaged server, the hosts says they have done CPU/MEM test and are confident that its fine [08:27] so what does those msgs in the dmesg output mean then? [08:34] hard to tell from a single line, there are probably alot more [08:35] could you pastebin the entire dmesg? [08:49] Hello [08:49] Is someone listening? [08:49] yes [08:50] :) [08:50] I am writing a tutorial on LAMP stack [08:50] My public_html has permissions 750. The problem is when my webserver uploads a fil/folder it takes ownership of that file/folder. So I can't modify them. [08:50] Does you know a method in which, a newly created file/directory(by other users) inherits ownership of that directory. [08:50] I know ACL won't work, because it inherits POSIX permissions only [08:51] SGID inherits GID of directory [08:51] Arun_GP: you mean when a file gets uploaded the owner is whatever Apache is running as (ie www-data) ? [08:52] and POSIX states newly created file/directory inherit ownership from UID os that process [08:52] don't pm me. [08:52] Pardon me...new to IRC [08:53] And, Yes that is what I meant [08:53] ask your questions in here so multiple people can answer them or learn from the answers to your questions [08:53] ok [08:53] so, when you say "So I can't modify them.", what do you mean exactly, in what way are you trying to modify them? [08:54] R1ck I went to stackoverflow and saw many webmasters are confused by this [08:54] And some of them uses scripts to periodically check the permissions [08:55] But I got another solution fsniper that uses inotify instead of continuous polling - http://freecode.com/projects/fsniper [08:55] Just answer my question please [08:56] Suppose Apache creates a directory [08:56] Just answer my question please [08:56] I do not have write access to that directory [08:56] Because Pache takes ownership of that directory [08:57] Did you get it R1ck? [08:58] answer my question and I'll try to help you. [09:00] Creating a subdirectory inside a directory can also be considered as 'modifying' [09:00] If you knew how to solve this, you would have already did [09:00] DOn't be a D1ck R1ck [09:01] Bye [09:01] *how* are you trying to create a subdirectory [09:01] in a shell? ftp? website? rsync? [09:01] ugh. === tjaalton_ is now known as tjaalton [11:21] i added the ppa:nathan-renniewaldock/ppa for the latest php and mysql-server , but when i did sudo apt-get install php5 it installed the php fine but couldnt install the mysql-server5.5 showing me this error. https://gist.github.com/anonymous/5309328 ... any solutions for this one ?? [11:21] i am on lucid btw [11:38] shafox: find out why it fails to start [11:41] anybody knows if its possible to move the /home folders to another disk by creating a new partition on a 2nd disk for only the /home what would be the best way to go by that. [11:49] roniez: create the new partition, copy all files from the old /home to the new location, add the partition to /etc/fstab, clean the old /home and mount /dev/newpartition /home [12:32] system.sysLocation.0 [12:32] obs. [12:32] May anyone please help me out with the Ubuntu nagios-snmp-plugins package? :) [12:32] I can't get snmp to work probatly :( [12:35] I get the error in Nagios "ERROR: Description table : No response from remote host "192.168.0.2". " Does that mean that it can't reach the snmp host or that no information could be pulled from it? [12:35] I'm using the check command "check_snmp_int_v1!"GigabitEthernet-[1-6]"" :) [12:35] halvors: either snmp isnt running or the community is invalid [12:35] halvors: very snmp is working correctly with snmpwalk first [12:40] R1ck: It is, but maybe my snmp community isn't set probatly? [12:41] I have set the snmp community using this command in /etc/nagios3/resource.cfg [12:41] yolanda: ping https://code.launchpad.net/~zulcss/python-novaclient/2.13.0/+merge/157095 [12:41] hi zul [12:42] $USER7$=-C public -2 === lborda is now known as lborda_afk [12:42] R1ck: Any idea? Is it set probatly then? Any more detailed log files i can check for nagios? [12:46] Rick: ? :) [12:47] I have a fresh server and want to install all the packages from another server. This is what I found: http://askubuntu.com/questions/17823/how-to-list-all-installed-packages when I try this, I get following message: http://pastebin.com/D643sp9m <-- how can this be on a total new server? [12:49] easily, likely it isn't a real server, but some openvz thing [12:50] patdk-lap, no, it's a physical server, that I'm sure. [12:58] I get the error "ERROR: Description table : No response from remote host "192.168.0.2"." when trying monitor a cisco switch using the nagios-snmp-plugins ubuntu package. May anyone please help me out? [13:02] ndee: are both servers running the same release? [13:04] rbasak, yes [13:07] you did do an, apt-get update, first? [13:09] patdk-lap, yes [13:09] I made apt-get update, apt-get upgrade on the new server [13:10] then got the packages from other server with dpkg --get-selections, then set the new selection with dpkg --set-selections < packages on the new server and now that error shows up. [13:11] yolanda: ping https://code.launchpad.net/~zulcss/python-glanceclient/0.9.0/+merge/157106 [13:15] adduser, ron and upstart are also installed so I'm really baffled. [13:21] I cleared the selections again with: dpkg -l '*' | grep '^in ' | awk '{ print $2 " deinstall" }' | dpkg --set-selections so everything is now as before. Is there another way to get server foo to the same state as server bar? [13:23] personally, I use aptitude search '~i !~M' -F "%p install" [13:23] do a diff between the two systems [13:23] then install the diff [13:28] How do i set the SNMP community in the nagios commands in nagios-snmp-plugins? [13:39] zul: ! uh, can i get you to consider packaging libvirt 1.0.4 for raring at the last minute? :) [13:39] zul: it fixes bug 1157626 without a custom hack in qemu [13:39] Launchpad bug 1157626 in qemu "Unable to use "virsh migrate" on two hosts after moving to raring" [High,Triaged] https://launchpad.net/bugs/1157626 [13:39] hallyn_: sure [13:40] i'm not opposed to fixing it in qemu, but that's going to end up more different from usptream and debian, which will hurt in the long run [13:40] of course, with raring htere isn't really a long run :) [13:40] zul: awesome, thanks [13:42] any idea when this fix will make it to the repos? http://www.postgresql.org/about/news/1456/ [13:42] seems to be pretty critical [13:48] RoyK: I know that the security team knew it was coming, so I'd imagine "soon". === Jikan is now known as Jikai [13:51] ScottK: I hear from #ubuntu-bugs that the fix was released minutes ago. guess it takes a while to reach my repos [13:51] Yes. [13:52] Also, since the release included more than just the security fixes, for -security, the Ubuntu security team will probably have to segregate out the security changes to apply separately. [13:53] Actually I'm wrong. [13:54] It looks like 9.1.9 is published to security already. [13:54] RoyK: Published 20 minutes ago, so it should be hitting mirrors real soon now. [13:59] hallyn_: do we need the enable qemu-spice patch anymore? === hggdh_ is now known as hggdh [14:01] uh, lemme check === SoulOfTheInterne is now known as ToBeFree [14:02] zul: no [14:02] zul: though, if a vm.xml specifies /usr/bin/kvm-spice, will that then still work? [14:03] dunno [14:03] ill leave it in then [14:07] hallyn_: re 1157626 I'm here for a little while longer (1 hr?) until I need to sleep if you want me to try anything :) === rvba` is now known as rvba [14:11] RoyK: http://www.ubuntu.com/usn/usn-1789-1 [14:12] mardraum: after you migrate a vm with my patch applied in qemu, have you logged in and really used it? Do you see any corruption with things coming from disk (which weren't yet in page cache)? [14:13] ScottK: thansk [14:13] mardraum: basically there are 3 ways to go: (1) my patch, (2) a probably better patchset from upstream, (3) newer libvirt. so zul is packaging newer libvirt right now, andI'll run a testsuite on it [14:13] if it looks ok, we'll try to push that as a cleaner fix [14:13] hallyn_: yes, I have logged in, run new binaries, rebooted etc [14:13] all ok [14:14] Anyone know how to use the check commands in the nagios-snmp-plugins package? [14:14] still using the 12.10 test vm [14:14] mardraum: awesome, thanks [14:14] I'll install some new software now [14:14] mardraum: (just saw your email reply sorry :) [14:14] no worries [14:15] just installed nginx for example, and the depends all ok === security is now known as fire [14:31] hallyn_: just doing a local build now [14:35] mardraum: cool. [14:36] zul: ^ newer libvir tis the *cleaner* fix but after spending 1.5 days on that one-line qemu fix, i'm attached to it dammit :) [14:37] * hallyn_ biab [14:38] hallyn_: ftbfs :( ill fix it up [14:39] :) [14:52] hallyn_: thanks for your time on this one. bbl [15:16] hallyn_: around? [15:20] zul: yup [15:21] hallyn_: im just in the middle of uploading libvirt to http://people.canonical.com/~chucks/libvirt can you see why the testsuite fbtfs please [15:23] ok [15:24] yolanda: ping https://code.launchpad.net/~zulcss/nova/2013.1/+merge/157138 [15:24] ok [15:39] yolanda: ping https://code.launchpad.net/~zulcss/swift/1.8.0/+merge/157142 === Ursinha-afk is now known as Ursinha [16:14] zul: fwiw at least the first error appears to be a real bug in the test driver... just doing '../tools/virsh -c test:///default list' should show the test domain, and doesn't. [16:16] hallyn_: I haven't seen all of your above, but have you added '--all' flag to that command? If the domain is not running, you won't see it in 'list' output unless you tag --all onto that [16:27] bobbyz: this is the test driver. it does show up without --all in 1.0.2, and teh testcases (upstream) expect it [16:39] zul: i mean ffs, 1.0.2..1.0.4. has 729-line diff in src/test/test_driver.c. [16:45] hi all [16:45] I am having issues with twitter oauth, after debugging i found out that my server can not literally find twitter.com [16:46] any reasons why? [16:51] i'm trying to get an ipv6 tunnel up. I have done this many times on many distributions and kernel versions, however for some reason on this ubuntu server system, i'm getting a problem. any ideas? commands and error output: https://gist.github.com/anonymous/5312013/raw/4ccccaba09acfaf5239bba852ed1031d52475d93/stdin.txt [16:52] i've done a lot of searching on that error, with nothing solid as a result [16:52] roaksoax: I know you are committed with a tonne of stuff right now, but in the next few days.. can you work with plars to coordinate MAAS ISO tests for Raring? [16:53] Daviey: sure thing [16:58] Fieldy: a few shots-in-the-dark -- does your kernel.modules_disabled sysctl prevent loading one of the ipv6 modules on demand? [16:59] sarnold: i'll have a look, that's actually what i was just now poking around in -- i had formerly disabled ipv6 (because I didn't need it yet) in 3 sysctl lines however I reversed that (by echoing the opposing value by hand to them) [16:59] and confirmed that worked by catting them [17:00] I don't have kernel.modules_disabled at all in /etc/sysctl.conf or /etc/sysctl.d/* [17:00] Fieldy: okay, then it's probably not changed (you could check with sysctl directly) -- are the ipv6 modules blacklisted in /etc/modprobe.d/ ? [17:01] ooh, no i didn't. i'm tired and was doing crap like echo "0" > net.ipv6.conf.all.disable_ipv6 ... FAIL. let me do that right [17:02] that'll teach me to get with the times -- i'm so used to just echoing and catting [17:04] Fieldy: heh, well... the kernel devs have wanted to kill off sysctl for years. I'm not sure they're ever going to do it, but it's been on their minds for ages. blah. [17:04] heh heh heh. that was it. [17:05] Fieldy: nice :D [17:05] cough: ls bin mysql-backups net.ipv6.conf.all.disable_ipv6 net.ipv6.conf.default.disable_ipv6 net.ipv6.conf.lo.disable_ipv6 [17:05] * Fieldy deletes those and pretends they never existed [17:06] sarnold: unless they have something that much better... leave it alone imo [17:06] Fieldy: yeah. I've always liked sysctl. it's easier to sysctl -a | grep ... than it is to find /proc -name '*...*' :) [17:06] no doubt [17:08] I'm trying to install ubuntu server 12.04.2 i386 on an older P4 IBM server. The installer gets to 77% complete and then asks for a disk change. Has anyone found a work around for this? I've checked all the MD5's and done a disk validation, so I know the media is good. [17:08] I also know the drive is good, I've used it to install other distros and versions on this machine w/o problems === aarcane_ is now known as aarcane === andrew is now known as Guest62603 === Jikai is now known as Jikan === james_ is now known as Guest20744 [18:25] hallyn_: sucks doesnt it have you figured out whats going on with libvirt? [18:29] how to know how much bandwidth is taken on a specific port? [18:29] zul: no i haven't [18:29] i'm buildign from git right now [18:29] zul: i mean yes - the test:///default is not properly registering domain test [18:29] rephrase: I need to know what bandwidth is taken on trafic on a specific port. how it can be done? [18:30] Quest: look into iftop [18:30] hm [18:30] (though that's interface-based, not port-based) [18:30] hallyn_: awesome [18:31] adam_g: how do you want to review these 2013.1 merge requests do you want them one by one or do yout want me to queue them up for you [18:31] zul, doesnt matter. im actually about to push a keystone bug fix that would be great to get out /w 2013.1 [18:32] adam_g: okies i havent gotten to keystone yet so that would be cool [18:33] adam_g: btw https://code.launchpad.net/~zulcss/glance/2013.1/+merge/157196 [18:35] zul, https://code.launchpad.net/~gandelman-a/ubuntu/raring/keystone/lp1158563/+merge/157199 [18:41] rbasak, how to see traffic on a specific port by iftop? [18:43] Anyone here who could help with the maas tests or iscsi tests on iso tracker? [18:44] rbasak, ? [18:46] zul: well, with libvirt from git i don't get thta problem. wtf? [18:47] hallyn_: maybe something is missing from the tarball (wouldnt surprise me) [18:47] true [18:48] but, 2 other possibilities: 1. i had to apt-get purge libcurl4-gnutls again to get git version to build. maybe it built but wrongly bc of that from package. (re-building to test) [18:48] 2. could be osme patch we have. [18:48] do you want to try building from the release tarball? [18:48] (else i'll try that third) [19:05] I have removed .bash_history file but I still see output of about 10 commands when I write 'history' on the terminal. How to clear history completely? [19:07] adam_g: https://code.launchpad.net/~zulcss/quantum/2013.1/+merge/157205 [19:08] vedic: see the HISTIGNORE and HISTFILE environment variables in the bash(1) manpage === kees_ is now known as kees [19:09] zul: well huh, for some reason it does not get past [19:09] if (!conn->uri->scheme || STRNEQ(conn->uri->scheme, "test")) [19:09] return VIR_DRV_OPEN_DECLINED; [19:09] (it being testOpen()) [19:09] which file is that in? [19:10] zul: src/test/test_driver.c [19:10] zul: OMG conn->uri->scheme is 'qemu', despite "-c test:///default" [19:11] hallyn_: can you do me a favor? can you drop 9002-better_default_uri_virsh.patch [19:11] yup [19:12] (gonna take a few misn to build) [19:13] k [19:22] zul: all tests pass with that patch dropped [19:23] hallyn_: hah thought so [19:23] zul: odd, it seems to have been ported correctly at first glance [19:23] i noticed debian isnt using that patch anymore either [19:39] zul: i think i see why [19:39] oh? [19:39] zul: commit abfff210060625af8914e28601f1ec6ed96b05ae switched the order to first call vshInit(), then parse argv [19:40] ah [19:44] I'm trying to setyp a PPTP VPN server, what IPs do I use?! [19:44] for remoteip and localip [19:44] zul: building with that reversed [19:52] can anyone point me at a good resource that I can read up on the process of replicating a mysql database from server A to B such that server B can function as a failover in the even that A goes down? Application is e-commerce. [19:55] is http://iso.qa.ubuntu.com/qatracker/testcases/1463/info still valid? I'm not seeing these options listed in preferences [19:58] Do you know anything about VPNs? [19:59] zul: yeah with http://people.canonical.com/~serge/9002-better_default_uri_virsh.patch it works [20:00] aaaand.... the machine i was doing that just shut down for no reason [20:00] hardware sucks [20:07] zul: OTOH, virsh list now gives me segfault. [20:07] oh, heh. [20:07] left some debug cruft in my pkg [20:25] zul: i dunno, pkg isn't working for me - won't show my installed vms [20:26] or have they been deleted [20:27] * hallyn_ slaps self [20:28] yeah nm it's working. now to run the qa tests [21:47] echo $- [21:47] echo $T [21:47] woops >.> [21:50] zul, not sure if its related to that keystone fix from earlier, but i can't the test suite to pass for the life of me. [22:05] zul: so the qa tests mostly pass, except there is some domxml-to-native weirdness === kentb is now known as kentb-out [22:10] what is the package name to install GUI on ubuntu server? (i think its unity or gnome for ubuntu?) (and i would prefer kubuntu GUI (kde) ? [22:13] Quest: try: 'sudo apt-get install kubuntu-desktop^' [22:13] whats ^ for? [22:13] (the ^ asks to install the _task_ named kubuntu-desktop, which is different from the package named kubuntu-desktop) [22:14] really [22:15] if i omit ^. will it install kde? [22:16] Quest: it'll install the metapackage kubuntu-desktop. you might never know the difference between the two. [22:19] Temporary failure resolving 'us.archive.ubuntu.com' [22:21] worked for me locally, and with both 8.8.8.8 and 4.2.2.1 public recursors === ghost64- is now known as ghost64 [22:29] I just ssh through public ip to my server. but it seems i cannot ping -s 25 google.com or apt-get update. [22:30] are all ports open by default on ubuntu-server (which is contrary to ubuntu desktop)? [22:32] zul: ffs - it dies unless youhave a mem-balloon specified in the xml [22:33] sarnold, ^? [22:36] Quest: yes, all ports are open by default on both ubuntu-server and ubuntu-desktop. if you've configured iptables (or one of its frontends like ufw) then of course that'll be different. [22:37] sarnold, i just installed ubuntu-server . it updated fine during installation . but now its not [22:37] Quest: check demsg. check 'ping 4.2.2.1'. [22:40] let me se === Ursinha_ is now known as Ursinha [23:22] I just installed ubuntu-server . it boots with a black / blank screen and does not shows anything. what can be wrong? [23:23] kernel graphics driver issue probably [23:25] patdk-lap, what can be done? [23:34] whats the main difference b/w ubuntu server and ubuntu desktop. ? i am having problems installing server . can i go with desktop? [23:36] Quest: server doesn't come with a gui and doesn't use NetworkManager to manage its interfaces. The desktop variant will use NetworkManager, and come with a GUI. [23:37] Quest: you sure can use the desktop variant as a server platform if you wish -- I've done that for my pandaboard, which has no monitor connected [23:41] hm [23:41] one add is ssh [23:41] i can install openssh my self. any thing else that is different? [23:42] there is 0 difference between ubuntu server and desktop [23:42] just what default packages are installed [23:43] Quest: you can compare the package manifests at e.g. http://releases.ubuntu.com/precise/ [23:43] oh. uh. there's no server manifest there. [23:57] iam having a general error of mounting file systems. iam at shell while installing kubuntu. how to install from shel?