=== wedgwood is now known as wedgwood_away [00:29] I have a multihomed machine (2 NIC's, 2 valid gateways, on different networks) and I am having trouble making it so the machine can send/recieve traffic on both interfaces flawlessly. Is this not possible? [00:31] if I use the default settings, sometimes it goes out over eth0, sometimes over eth1. I want the machine to send its traffic out over whatever interface it recieves it from - and in the case it is initializing its own traffic, just send it out over eth0. [00:31] talntid: perhaps the LARTC website will be useful: http://lartc.org/ [00:34] talntid: here we go: http://lartc.org/lartc.html#LARTC.RPDB.MULTIPLE-LINKS === justizin_ is now known as justizin [02:14] anyone had troubles loading config on 12.04? [02:14] !anyone | drag0nius [02:14] drag0nius: A high percentage of the first questions asked in this channel start with "Does anyone/anybody..." Why not ask your next question (the real one) and find out? See also !details, !gq, and !poll. [02:15] SHOW config_file; points to right file [02:15] but even though listen_addresses are set to '*' in the file 'SHOW listen_addresses;' prints localhost [02:16] what software are you referring to? [02:17] postgresql9.1 [02:17] netstat -tlnp shows postgres on 127.0.0.1:5432 [02:17] but connections are not allowed [02:18] do you need to do anything to reload the config? [02:18] normal service restart/reload [02:19] yeah i tried restarting/reloading/stopping -> starting [02:19] nothing works [02:19] logs? [02:20] there is nothing [02:21] hmm [02:21] 'incomplete startup packet' [02:22] http://wklej.org/hash/7da7e6e01e8/ [02:25] could not connect to server: Connection refused (0x0000274D/10061) Is the server running on host "192.168.1.1" and accepting TCP/IP connections on port 5432? thats whole error [02:27] i even tried putting 0.0.0.0/0 trust in ph_hba.conf [02:27] nothing seems to work [02:27] drag0nius: maybe try listen_addresses 127.0.0.1,192.168.1.1 [02:28] i don't think it loads that config file at all [02:29] psql still shows localhost [02:29] drag0nius: strace -f -o /tmp/pgsql service postgresql restart [02:29] drag0nius: find out for certain what config files it reads :) damned blunt hammer, but.. [02:32] what am i supposed to search file for? [02:33] my first guess would be that there's a syntax error in it causing it to be ignored [02:34] but I don't know [02:34] 3936 faccessat(AT_FDCWD, "/etc/init/postgresql.conf", R_OK) = -1 ENOENT (No such file or directory) [02:34] that? [02:34] I'm not intimately familiar with how postgres handes its config files [02:34] that's upstart [02:34] then there is 3936 stat("/etc/postgresql/9.1/main/postgresql.conf", {st_mode=S_IFREG|0644, st_size=19259, ...}) = 0 [02:36] i guess that 'SHOW listen_addresses;' should display right value to start with [02:42] maybe let's just try restarting machine === pcarrier_ is now known as pcarrier [07:51] hi all === donza_ is now known as donza === yofel_ is now known as yofel [09:08] i am doing so developing to parse some website but the amount of data and their servers are quite slow, is there a way to do some sort of forced proxy to cache the content ? [09:14] you could use a proxy yourself :) - such as squid [09:26] Hello [09:26] I want to run Clud Computing . [09:26] OpenQRM or OpenStack ? [09:27] what choice is better ? [10:16] melmoth: hola [10:16] hola koolhead17 === dijit is now known as sanders === sanders is now known as dijit === wedgwood_away is now known as wedgwood === railsraider_ is now known as railsraider [14:37] Hey, I am trying to install a wow server, and I am stuck on a step on this guide where I am to install databases. It has to do with mySQL which I have no experience of dealing with, and I just don't understand what I am supposed to do. I have installed a mySQL server on my server computer, and I have downloaded the .sql files, but I don't know how to install them... :S [14:37] The guide I am following is http://collab.kpsn.org/display/tc/How-to_Linux, I am on the step "INSTALLING THE DATABASES" [14:40] Berndt, looks like you have to create database in mysql, a user, grant privileges for this user on this database [14:40] and then inject the sql dump in this database [14:41] I would like to learn to use mysql but I don't have any clue how to do that. I have tried creating databases but I have no clue where to start.. Any tips on how I can learn to do that? [14:42] normalizing [14:42] http://webcheatsheet.com/SQL/mysql_backup_restore.php [14:42] this show how to create backups sql file (i bet this is the kind of file you have) and how to restore them [14:43] http://www.debuntu.org/how-to-create-a-mysql-database-and-set-privileges-to-a-user/ [14:43] and this on how to create a db and some user === tmclaugh2work is now known as tmclaugh[work]1 === tmclaugh[work]1 is now known as tmclaugh[work]- === kentb-out is now known as kentb [15:01] jamespage: fancy reviewing a qemu upload? [15:02] jamespage: oh, nm. I fear in this case it'll just waste your time. [15:06] Daviey: can you update the qemu-kvm listing in the server seed to be qemu-system-$arch? [15:07] (we have: qemu-system-x86, qemu-system-ppc, qemu-system-arm, qemu-system-sparc, qemu-system-misc, qemu-system-mips) [15:13] hallyn: do you want to propose a merge proposal? [15:16] Daviey: for which? [15:17] for the server seed? I didn't realize there ws a package/source for that [15:17] be happy to though [15:26] d'oh [15:26] stgraber: Daviey: qemu is not in the server set yet? [15:26] I don't have upload rights [15:28] ugh [15:29] hallyn: let me look into that :) [15:29] because it should be so we need to fix that [15:29] Daviey: oh since i didn't see you there yesterday, you can relive it: https://wiki.ubuntu.com/LxcUsernsIrcChat [15:29] stgraber: thanks [15:29] stgraber@castiana:~/data/code/ubuntu-archive-tools$ ./edit-acl add -P ubuntu-server -s qemu -S raring [15:29] hallyn: i thought you had PPU for qemu anyway :> [15:29] Added: [15:29] qemu [15:30] hallyn: I look forward to reliving === matsubara is now known as matsubara-lunch [15:34] stgraber: thx [15:35] Daviey: for qemu-kvm, but not qemu [15:39] ah! [15:39] roaksoax: hey, could I get you to sync netcf from debian experimental to raring? [15:40] hallyn: so you probably want to s/qemu-kvm/qemu-NEW-BINARIES/ in virt-host seed ? [15:42] Daviey: well per infinity's comment last night, i assume something like qemu-system-x86 [ i386 amd64 ] \n qemu-system-ppc [ ppc ] etc [15:42] but yeah [15:44] Daviey: I'll do a mp. should I assing you, or leave it blank? [15:44] heh, how does one test that :) [15:45] are powerpc, i386 and amd64 the only ones we officially support in server seed? [15:49] hallyn: you can germinate yourself.. but generally JFDI [15:49] hallyn: yes [15:49] hallyn: I will happily review + merge it [16:18] Daviey: are you trying to get me in trouble with the local law? my attempts to test my server seed change have led me to "Cannabis Seeds Germination Troubleshooting Guide" [16:19] hallyn: why do you think they call it high level management ? [16:24] Daviey: ok, anyway this has to wait until the new pkgs are published, so i'll do mp on monday - thanks, ttyl [16:26] super [16:27] thanks [16:27] hallyn: actually, if you could do it later today... that would mean that next ISO would be undersized.. === matsubara-lunch is now known as matsubara [16:33] hy how to fix this http://dpaste.com/915775/ [16:38] Daviey: but i can't, qemu-system-x86 doesn't exist yet [16:38] i'll see how quickly it builds [16:40] wait, did it already build? wow [16:40] hy how to fix this http://dpaste.com/915775/ ? [16:41] Resolving terrrtertetetertertertertertertertertertretrtbh (terrrtertetetertertertertertertertertertretrtbh)... failed: Name or service not known. wow [16:42] dns problems? [16:44] no dns fine [16:54] roaksoax: ping [16:55] hallyn: pong [16:57] eror http://dpaste.com/915863/ [16:57] roaksoax: hey, do you mind syncing netcf from debian experimental into raring? [16:58] hallyn: netcf (1:0.2.3-1) experimental; urgency=low ? [16:58] roaksoax: yup [16:58] hallyn: done: syncpackage: Request succeeded; you should get an e-mail once it is processed. :) [16:59] roaksoax: thanks! [17:00] now to wait for the qemu fallout. i've got a hair patch to review meanwhile, bbl [17:48] hi all, I am having a problem with my time server - Server dropped: strata too high [17:49] any help would be greatly appreciated [18:01] Techdude1011: going strictly by that error message here, I wonder if the machine you had set as your time source is too many hops away from a strata 0 time server (say, a GPS radio or something) [18:03] sarnold:only behind a single router [18:03] stratum keeps showing up as 16 for some reason [18:03] Techdude1011: hehe, sorry, not those hops.. getting time from machines that got their time from machines that got their time from .. all the way down. [18:04] though 16 makes me wonder if your upstream time source is missing altogether? 16 is a magical number.. [18:04] sorted :) it was apparmor [18:05] ah! [18:05] Techdude1011: please file a bug if it is too-tight policy :D [18:05] think it's just down to lack of knowledge on my part [18:08] thanks for the help btw [18:13] Techdude1011: my pleasure :) [18:24] how do i update my nameservers in resolve.conf? Ive read that i need to change them in /etc/resolvconf/resolv.conf.d/tail, but im really sure how to then get those to apply [18:28] MACscr: it ought to happen the next time resolvconf regenerates your config -- say, next dhcp lease or something [18:28] MACscr: feel free to make the same changes to /etc/resolv.conf if you don't want to wait or turn networking on and off again [18:29] (yes, they'll be thrown away, but you made the same edits in the 'tail' file, so they'll be replaced :) [18:49] sarnold: without trying, doesnt 'restart reslvconf' regenerate immediately? [18:50] hallyn: dunno? :) [18:50] hallyn: if so, that'd be way easier... [18:50] (test) yup [18:50] yay thanks :) [18:57] MACscr: you can specify nameservers in the interfaces file [19:41] I'm trying to install the lvm2 package on 12.04, it throws this error: lvm2 : Depends: watershed (>= 2) but it is not installable [19:51] please dont crosspost [19:52] sure thing, seemed kinda dead. I'm not even seeing a watershed package in my cache [19:53] jkyle, thats part of what makes the crossposting worse... someone will leave the window on the dead channel open and start answering something that was already answered in the other channel 30 minutes ago [19:54] jkyle: works fine here. something might be messed up with your source files (/etc/apt) [19:54] !info watershed [19:54] watershed (source: watershed): reduce superfluous executions of idempotent command. In component main, is extra. Version 6build1 (quantal), package size 11 kB, installed size 60 kB [19:54] yeah, I'm poking around in there [19:54] I found it on the package search for precise [19:55] !info watershed precise [19:55] watershed (source: watershed): reduce superfluous executions of idempotent command. In component main, is extra. Version 6 (precise), package size 11 kB, installed size 60 kB [19:55] jkyle, certainly should be there. make sure you arent pinning by accident [19:55] !pinning [19:55] pinning is an advanced feature that APT can use to prefer particular packages over others. See https://help.ubuntu.com/community/PinningHowto [19:56] or holding for that matter "dpkg -l "watershed" [19:56] fresh install: https://gist.github.com/jameskyle/4741513 [19:56] basically the first reboot after install [19:57] dpkg -l => un watershed [19:58] jkyle, perhaps your apt mirror is out of sync and has an update to the lvm2 package but not the corresponding watershed package [19:59] well, odd thing is apt-cache search watershed doesn't find a watershed package. Let me point my sources.list somewhere else (currently pointing to us.archive.ubuntu.com) [20:03] i'm installing 12.10, and it's failing on "configuring apt"; is there a way to work around this? [20:03] switched to the mirror.anl.gov site, same error [20:03] i've tried a dvd and a flash drive, so it's not the medium [20:04] "An installation step failed. You can try to run the failing item again from the menu, or skip it and choose something else. The failing step is: Configure the package manager" [20:18] watershed is part of ubuntu core, really weird that it's not even in my apt cache [20:25] I was wondering is there is a way to create user 'suser' with nologon (I got that) and setup so users from specific group can 'su - suser' with no password? [20:29] a root user with no password isn't really smart [20:31] guma: man visudo [20:31] or sudo [20:31] guma: it's not very smart, though, as jck77 said [20:32] guma: %somegroup ALL=(ALL:ALL) NOPASSWD:ALL [20:32] will do it [20:33] but then, if someone gets in with that group membership, you're fucked [20:33] RoyK: I do not want this user be root [20:34] then use specific sudo access [20:34] it's in the manual [20:34] I want to have common accoutn that you can't ssh to and people from "group can su to it and run specific software [20:34] that's easy with sudo [20:34] just rtfm [20:34] RoyK: ok RTFM [20:35] man sudo or google it [21:24] HI, .pl files are downloading instead of opening via mozilla, while on chrome that is opening as text. HElp please, I Installed sql-ledger on my ubuntu-server. [21:28] sarthor, when you crosspost please note it in the channel you are leaving [21:31] escott: Sorry I am unable to understand, Can you please write in a bit easy english. Sorry friend. [21:57] smoser: utlemming: Okay, I've just launched several Ubuntu 12.04.1 instances in AWS, and on my first login to a virgin system, I'm getting "can't create socket: No space left on device" [21:57] kirkl;and: ami id? [21:58] er, kirkland: ^ [21:58] region? [21:58] utlemming: us-east-1d, hang on, might be user error.... [21:59] utlemming: smoser: okay, false alarm, script kept logging me into the same instance where I'm seeing that problem [21:59] utlemming: that error is strange, though, as they is plenty of space left on all devices [21:59] growroot failed? [22:00] kirkland: can I take a peak? [22:00] utlemming: sure, what's your lpid? [22:00] kirkland: utlemming [22:01] $ ssh-import-id utlemming [22:01] mktemp: failed to create file via template `/tmp/tmp.XXXXXXXXXX': No space left on device [22:01] :-) [22:01] kirkland: are you playing with overlayfs? [22:01] utlemming: nope [22:02] utlemming: one sec, let me get you in there [22:02] utlemming: ssh ubuntu@ec2-23-22-241-88.compute-1.amazonaws.com [22:03] * utlemming is in [22:05] kirkland: wierd. mtab isn't populated...and its refusing to populate [22:06] utlemming: this is a fresh boot--i've rebooted several times now [22:08] kirkland: what was the user-data? [22:09] Daviey: nothing passed whatever amazon loads by default when launching from the web interface [22:09] kirkland: this is really odd...I've never seen an instance behave like this [22:10] utlemming: me neither [22:14] kirlkand: out...can you paste a console log? [22:18] utlemming: yeah...one sec [22:19] utlemming: http://paste.ubuntu.com/1626918/ [22:20] kirkland: nothing obvious... [22:21] utlemming: hmf [22:23] * Daviey bets ir's just broken infrastructure [22:27] utlemming: okay, I'm just going to STONITH this instance [22:27] utlemming: as i have a copy of it [22:27] Hi there, I'm configuring Juju with a local install of Openstack (devstack) in a VM and I'm getting an error I can't get past. [22:28] Is there anybody there that can help with Juju configs? [22:28] kirkland: that's what I would do [22:28] utlemming: thanks [22:30] Here is my environments.yaml sanitized http://pastie.org/6098782 [22:30] The error I'm getting is "2013-02-08 17:30:16,292 ERROR 'object-store'" [22:36] Looking for someone on the juju team, anybody there? [22:38] ianrossi: a few folks in #juju or #juju-dev, depending upon your needs.. [22:52] Thanks sarnold [23:45] Hey folks. So i've ran into a bit of a dumb issue. Brand new Ubuntu Server 12.04 LTS virtual machine, updated fully, trying to get PHP-gd bundled installed. http://pastebin.com/wyu1c2ZC are my commands so far. Modified debian/rules accordingly, (http://pastebin.com/devs1DD2) and the compile fails shortly after creating "its own mysql database" [23:45] Daviey: https://code.launchpad.net/~serge-hallyn/ubuntu-seeds/ubuntu.raring/+merge/147491 [23:45] Really confused as to why "apt-get build-dep php5" doesn't ACTUALLY get all the PHP5 dependancies, as well, but that's a side issue [23:45] Daviey: i couldn't assign you because it claimed you didn't have the rights to read the original branch [23:47] grufftech: since the builds are done in chroots with very minimal default packages, it really _should_ list all the build deps.. [23:49] sarnold: I would think so as well. I mean it's a bare bones install of Ubuntu Server 12.04 LTS, and i can't do something simple like recompile... i'm missing something. [23:50] I'm compiling again, so i'll have the exact error here in 4-5 minutes. [23:55] grufftech: I don't know that much about GD, but is there some reason why 'apt-get install php5-gd' doesn't supply what you need? [23:56] hallyn: merged with comment on MP for your review. [23:56] thanks [23:59] maxb: unfortunately ubuntu doesn't package php-gd with the version of gd that is typically packaged with php; therefore a rather large list of functionality missing from the ubuntu-packaged version. [23:59] ah