=== SquishyNotHere is now known as squishy [00:21] New bug: #690436 in openssh (main) "ssh-import-id requires wget and ca-certificates to function properly" [Undecided,New] https://launchpad.net/bugs/690436 [00:27] ok, i have a question to ask [00:28] !ask > boatdink [00:28] boatdink, please see my private message [00:29] 10.04 server w/ubuntu-desktop. How can I make it handle my windows credentials? [00:30] You mean you have an AD or PDC and you want to authenticate against it instead of the local flat files (passwd, shadow)? [00:31] maybe. I want to store EVERYTHING on this server...user accounts, files, etc. [00:33] You want Windows *clients* to authenticate against your Ubuntu server as if it was a Windows server? [00:33] yes [00:33] Ah, OK. [00:33] The tool for that is "samba" [00:34] yeah im familiar with samba [00:34] If you need to be an AD, you need samba4, which is not production ready. If you just need to be a PDC or BDC, samba3 will work. [00:35] i know pdc and bdc but what is AD? [00:37] Active Directory [00:39] can you decrypt my samba.conf file because i have no idea what most of it means. I managed to use two routers on my network by messing with the dns and ip's but this is too confusing [00:43] I'm a bit busy [00:45] should i be trying this with an earlier version than 10.04? [00:45] I don't see why [00:48] what does the hosts file do? [00:49] boatdink: you mean /etc/hosts? It contains the host database; a mapping of IP addresses to hostnames (and back). [00:49] It has largely been supplemented by DNS. [00:49] *supplanted [00:51] Should I have to configure the Bind9.conf file at all? [00:54] These questions seem a bit schizoid [00:54] Work out what your goal is, and then only make the changes necessary to achieve it. [00:55] If you don't NEED a DNS server, don't run one. [00:55] When should I use a dns server. a WAN perhaps? [00:56] Im just trying to figure everything out and how everything works and connects to eachother before I give it another shot [01:02] Fair enough, I guess [01:03] When asking questions it helps to declare if your after pedagogy or pragmatism :-) [01:06] SpamapS, here now === jjohansen is now known as jj-afk [04:06] Can one install ubuntu-server on an regular ubuntu without first unistalling ubuntu? [04:07] K350: that question doesn't really make sense. [04:07] And can one install ubuntu-server from the terminal. What package do I need ot install then? [04:07] K350: "ubuntu desktop" and "ubuntu server" are mostly just different default package lists [04:07] Ok, what package do I've to install on my ubuntu to have ubuntu-server? [04:08] twb: Ah, so I can just install ubuntu-server..great [04:08] IIRC the ubuntu-server install CD will install ubuntu-standard metapackage, not include localization packages (language-base-NN), and prompt for various server tasks. [04:08] Please note that we discourage running servers with GUIs. [04:10] twb: Ah, this is my situation. I've Hardy installed in text-mode only, on a machine that has no screen or keyboard connected to it. I controll it over SSH. Now I wanted ot upgrade it to the latest version of ubuntu -server. So I was wondering what I'd to install [04:12] OK. [04:12] K350: basically you install whatever services you want to use, e.g. if you want DNS you install bind [04:13] K350: it would be slightly better to do the initial instal using the ubuntu-server CD, but probably not worth reinstalling. [04:13] twb: Ah, ok I got it:-) [04:13] I strongly recommend you read the Ubuntu Server Guide, which outlines some best practices [04:14] twb: well, I'll go for a list of packages and see what candy there's:-) [04:15] twb: I would actually want ot install somehting completely new. But I'm to lazy to connect screen, kehboard and everything. And It's obviously a pain to do such things rmotely [04:15] heh [04:16] * JanC has never had any problems to install/upgrade remotely ;) [04:20] jetole: Well, now I meant another OS. Not package. [04:20] JanC: that one was for you [04:20] JanC: 'ed wrong. [04:20] JanC: without an OOB console, it can be a pain [04:21] You have to automate at least up to the sshd udeb [04:21] JanC: What's a ODB console, never heard of? [04:22] JanC: Have you ever installed an OS remotely? [04:23] I've used 2 ways that are actually similar: a PXE rescue console and debootstrap from inside an existing OS install ;) [04:41] K350: OOB = out of band, e.g. ILOM [04:41] Or KVM over IP [04:41] JanC: bypassing d-i doesn't count :-/ [05:39] Evening guys. Does anyone know how I can view the libexec dir from an ubuntu source package? [05:50] Source packages don't have destination directories. [05:50] If you download a BINARY package (foo.deb), you can extract its contents with dpkg -x. [05:52] twb: yeah but to be honest I'm not sure exactly what I am looking for to tell me it's the directory chosen by the libexec option. [05:52] I don't know what that means. [05:52] and wasn't sure if it did come with directories or not. It's piles upon piles of variables and trying to find what $libexec means from all the makefiles gets confusing [05:53] twb: I am trying to find the libexec directory for libvirt0 or libvirt-bin. I have downloaded the source and the compiled dpkg which I extracted and I looked right at the directory I'm pretty sure but I didn't know that it was that directory [05:54] I mean I saw every file that comes from the compile .deb but which one is libexec? [05:54] Uh, libexec is a directory [05:54] which directory? [05:54] * jetole is getting the file again to have another look [05:55] It's set at ./configure type; the default is something like /libexec/ [05:55] twb: right, I mean which one is the one that the compiled deb used [05:55] --libexecdir=DIR program executables [EPREFIX/libexec] [05:55] yes [05:55] thats right [05:55] EPREFIX for a Debian package is usually /usr [05:55] For a hand-compiled package it is usually /usr/local [05:56] there is no /usr/libexec folder [05:56] I thought that too [05:56] so I'm still pretty lost here [05:56] Why do you need to know this? [05:56] a lot of progs will use something like /usr/lib/program_name/libexec but not libvirtbin [05:56] twb: I doubt you want to know the answer [05:57] I'm trying to do something I know you will tell me not to do [05:57] No package with "libvirt" in its name provides an inode path that contains "libexec". [05:57] No package with "virt" in its name provides an inode path that contains "libexec". [05:57] ok [05:58] but the program was compiled, didn't they have to give it a directory to use? [05:59] Just because ./configure supports a libexecdir doesn't mean the project uses it [05:59] I'm bashing my head in trying to find what this seamingly simple string should be [05:59] oh [06:00] oh [06:01] * twb resists the urge to break out the cluebat [06:01] btw, on topic, do you know how I can download a deb from the term? Is there an apt- command to save me from going to the packages.ubuntu.com site [06:01] jetole: aptitude download foo [06:01] twb: I get it. I've been wasting my time looking for something that wasn't there [06:02] ah I should start getting in the habbit of using aptitude [06:02] apt-get -d works, but you must be root and it'll put it in /var/cache/apt/archives, not $PWD [06:03] I didn't know that but I guess I never did an ls -l on the archive. I just assumed that was left overs from when the package was installed [06:03] also didn't know aptitude had non root features [06:04] assumptions suck but I made the mistake of assuming anything apt/dpkg/aptitude almost always needed root [06:09] neat. Never realized libvirt came with augeas lenses [06:10] augeas? [06:10] Oh, it's a configuration management system, like puppet [06:10] it's a config tool that helps with say mass deployments and what not [06:10] uh no [06:11] it's a tool you commanly use with puppet [06:11] allows you access a config file like a tree and make changes to aspects without having to whip your sed-fu and awk like skills [06:11] it's pretty cool [06:11] I use puppet a lot a work too [06:12] So it's a gconftool-2 UI for /etc [06:12] uh [06:12] ... yeah [06:12] hehe. pretty much yeah [06:12] Or like UCI in OpenWRT [06:12] augeas also plugs into puppet [06:12] don't know. never got a openwrt box [06:13] but what I meant about puppet is you can access augeas rules from puppet configs so you can write a puppet script that uses augeas to make changes. [06:13] In OpenWRT they store most stuff in /etc/config in a YAML-like format, which is queried/set by "uci" both from the CLI and from the web UI. The init scripts then turn it into either flat files in /etc or (more commonly) just pass the appropriate arguments to daemons directly. [06:14] It sounds useful, but not useful enough that I'd actually go to the trouble of rolling it out on my own -- let Ubuntu do that heavy lifting for me for 12.04 [06:14] My sed-fu is strong :-) [06:15] that sounds neat but that last part of passing it to the daemon directly sounds kind of like an unreliable method [06:15] sounds kind of like a hack [06:15] yay. 18 more months to the next LTS [06:15] jetole: it exploits the knowledge that their daemons happen to accept arguments equally from either source, e.g. dnsmasq [06:16] oh I think I misunderstood what you meant the first time then [06:16] e.g. instead of dnsmasq -f /etc/dnsmasq.conf they call dnsmasq $options [06:16] Like I said, I don't really have any openWRT [06:16] I see [06:17] kinda like a wrapper? [06:17] Well, in the sense that any /etc/init.d/foo script is a wrapper around foo [06:17] and /etc/defaults [06:17] hehe. I see your point [06:17] http://augeas.net/tour.html [06:17] http://docs.puppetlabs.com/guides/types/augeas.html [06:19] Alright. I'm gonna get back to work. Thanks for the insight @ libexec [06:21] I'm gonna set my prefix as /opt and compile libvirt with every option I can find a proper dir for and see what else if anything gets sent to /opt [06:48] So I want a list of all the system accounts that Ubuntu typically creates [06:48] A quick and dirty way to do this is: [06:48] root@mimic:/var/tmp/delete-me# find /srv/mirror/ubuntu/pool/{main,universe} -name \*.deb -exec sh -c 'dpkg-deb -e "$0" "$(basename "$0" .deb)"' {} \; [06:49] root@mimic:/var/tmp/delete-me# grep -r adduser.*--system . [06:50] Plan B is just to pick a few packages I probably ACTUALLY care about, and install them into a scratch box, then getent passwd {100..999}||: === oubiwann-holiday is now known as oubiwann [07:00] strikes me as something that should probably be documented somewhere === oubiwann is now known as oubiwann-holiday [07:43] twb: What do you need the list for? [07:43] I had a clever idea of keeping the system UIDs and GIDs in sync between my LXC containers and the dom0 [07:44] That way when I did ls -l /srv/lxc/foo/etc/ssl on the host OS, it would show files being owned by ssl-cert, not some random other group [07:45] Unfortunately, I now see this is basically impossible because many postinsts will use a simple "getent passwd foo" check to avoid OTHER non-idempotent commands, such as adding that account to additional secondary groups, or creating its $HOME. [07:46] zul: lots of noise around bug 458637, do you plan to have a look ? [07:46] So what I'll do instead is just ensure that the system accounts in the LXC container template and in the dom0 match, which will cover basics like syslog, postfix, ssl-cert, ssh. Post-template system accounts like postgres, mysql, logcheck will just have to deal. [07:46] Launchpad bug 458637 in samba "Windows Live Sign-In assistant prevents samba from accessing Windows 7 shares" [Unknown,Fix released] https://launchpad.net/bugs/458637 [07:52] What is the best how-to for setting up an openvpn server on ubuntu? [07:54] https://help.ubuntu.com/10.04/serverguide/C/openvpn.html ? [07:55] peer-to-peer openvpn is trivial because you can use symmetric cryptography, but openvpn disallow this for political reasons for hub/spoke setups. [07:56] Personally I'll be looking at ipsec instead of openvpn in future, because that's what IPv6 blesses for ICMPv6 [07:57] twb: thanks for the info i know what to think about in the future but for now i will go ahead with openvpn [08:05] can anyone tell me which ports to open on ufw to allow apt-get [08:05] i locked everything down but ssh [08:06] by default it allows outgoing connections [08:06] apt uses standard http [08:21] qman__: i have allowed 80 and 443 out but still cant use apt-get [08:22] outbound, or inbound? [08:22] pastebin the output of "apt-cache policy" and "iptables-save -c" [08:32] twb: its dns not resolving i guess i needed to enable port 53 in from my router but still isn't resolving [08:33] DNS requires both 53/udp and 53/tcp. [08:33] Unless you mistrust your local users, it seems pretty stupid to block OUTPUT [08:34] its going to be for openvpn server only [08:47] ok got it to work by allowing 53 out and in [08:53] IIRC ufw implicitly allow return responses [08:54] 53 is dns. that shouldn't be required in either direction unless you are your own NS [08:55] Hello All! May i ask for help? I have a little problem on my Ubuntu server [08:55] shauno: he needs to resolve archive.ubuntu.com so he can apt-get [08:55] ufw doesn't drop outbound dns tho [08:56] shauno: I think he's being a bit silly and trying to :OUTPUT DROP - === jj-afk is now known as jjohansen [09:13] If you do an upgrade to a package that some services being run depend on, will the upgrade also restart those services? [09:14] good question [09:15] i imagine it should [09:15] yes [09:16] and yeah, an output drop policy is overkill unless you are directly connected to the internet [09:16] or an otherwise untrusted network [09:17] qman__: even if you're directly on the internet, I wouldn't bother unless the host in question was likely to be compromised [09:17] I *might* do it for a LAMP server with a public IP [09:17] output log once in a while could be instructive. output drop is overkill in every situation I could think of === doko__ is now known as doko [10:40] I have problem on my Ubuntu server, maybe somebody can help me with it? [10:40] when i try to send keysequence via xvkbd to client running on Xvfb - it kills Xvfb with fatal io error 11 [10:41] with other X servers (not Xvfb) it works fine [10:41] it works with Xvfb only if i run x11vnc and connet/disconnect to it before sending keysequence [10:41] any ideas? ty in advance [10:43] I run output accept on my router [10:43] just keep the attack surface minimal [10:49] boneshaker: Your question has nothing to do with Ubuntu server. Try #ubuntu or #ubuntu-x. [10:50] thx - i will try [11:46] Hi friends! Where i can get a documentation about Ubuntu's Virtualization === a1 is now known as al [12:06] <[diablo]> afternoon # [12:06] <[diablo]> guys I have replaced a NIC with a new one... [12:06] <[diablo]> where can I can configure the new MAC -> ethX [12:06] <[diablo]> previous was eth1 [12:07] <[diablo]> udev[454]: renamed network interface eth1 to eth1-eth2 [12:07] <[diablo]> found that [12:09] hehe [12:15] [diablo]: /etc/udev/rules.d/70-persistant-net [12:16] oh heh, I thought he said he found it, but guess he meant he found that rename message [12:16] <[diablo]> hi Jeeves_ ... sorted [12:16] <[diablo]> cheers anyway === jjohansen is now known as jj-afk [13:11] morning [13:11] afternoon zul [13:22] kirkland SpamapS Daviey: i added get-orig-source so it fetches a git snapshot based on the date for cobbler [13:31] zul: when did you push that? [13:31] Daviey: soon :) [13:31] zul: I was gonna say! I just branched, and it wasn't there [13:32] Daviey: heh i have a whole bunch of changes in my branch ill be pushing by the end of the day [13:32] zul: push incrementally! [13:33] zul: code drops aren't cool :) [13:33] Daviey: yeah ill push after this change then [13:33] awesome [13:34] zul: Did you get the service started ok? [13:34] Daviey: no i have to use the web interface for now im not sure what is happening when i do cobbler check [13:35] zul: I had a hacky fix for that.... :/ [13:35] patch? [13:35] lemme try and re-generate it now. [13:36] New bug: #690638 in net-snmp (main) "snmp tools fail to translate OIDs" [Undecided,New] https://launchpad.net/bugs/690638 [13:41] I'm curious... Why is cobbler suddenly a priority? It's been on our list of stuff to get done for almost three years, never managed to get resources allocated to do it. What changed? [13:43] Daviey zul: I played around with one of your cobbler branches the other day, actually... I think it was kirklands', the deb package was missing a few python deps [13:44] TREllis: interesting... branches welcome :) [13:44] TREllis: ack...i have a couple of bug fixes [13:44] python-{simplejson,urlgrabber} if I remember irght [13:45] TREllis: Do you want to help develop? [13:45] TREllis: lp:~ubuntu-virt/cobbler/ubuntu is our tip, if you want to base branches from that [13:46] Daviey: cool, I'll take a look, not much of a python hacker but I'll happily test it [13:46] TREllis: we'll help :) [13:50] zul: Have you managed to install cheetah on Natty? [13:50] Daviey: yeah i havent had any problems recently [13:51] zul: Interesting... i'm getting python2.7 issues [13:51] but im always trailing edge when im using a devel version [13:51] ie when i slack off i upgrade ;) [13:54] zul: lol... same here :) [14:05] zul: Why is it you add an empty changelog entry to the nova package after every upload? [14:05] in the bzr branch? [14:05] Yeah. [14:06] Good morning everyone! [14:06] soren: good question [14:06] Can someone tell me in what directory should I place the .htaccess file on my server? [14:07] toast018: The for which you wish it to take effect. [14:07] err... [14:07] toast018: The one for which you wish it to take effect. [14:07] soren: i wont in the future [14:07] zul: Cool :) [14:07] I placed it in the /var/www/ folder but it didnt work... then in the /var/www/squirrelmail dir and still nothing... :( even ran chmod 0755 [14:08] i ment directory not folder... .sorry still getting away from windows... lol [14:08] You need to adjust AllowOverride to allow htaccess to take effect. [14:09] It's in /etc/apache2 somewhere. [14:10] would i set it to none ? [14:11] Daviey: just doing some bug fixes before i push [14:12] woohoo tutorial found... I just needed the allowoverride to set me in the right direction.... Thanks soren [14:13] sure [14:16] Hi. I just got a mail from my ISP that my server has tried to establish contact with known botnet controllers. Any idea how I can check it I am part of a botnet or not? [14:34] Hi, I'm using SSMTP to send emails from my PHP scripts but even with the "FormLineOverride=YES" the from address on the emails being sent is "www-data@mydomain.com" which is the local user name for the Apache process. I have extensively searched on the web but I have not been able to find a solution to this problem. I would really appreciate any help on this. [14:35] you have a sample email? [14:35] I have adjusted the properties of AllowOverride and also added the list of IPs from overseas. but how to i see if it works? [14:36] how can I ping my site from say Russia? or China? [14:36] if you locate a russian/chinese web proxy service :) [14:36] there are some out there [14:37] patdk-wk: Yes i received them in my spam box. [14:50] kirkland SpamapS Daviey: alot of packaging changes this morning ;) [14:53] can someone see if my site mail.jmchd.com is reachable from russia or china... I tried the proxies but I dont think I did it right... :( [15:15] Daviey: does my suggested fix work for eucalyptus? [15:16] doko: Not tried it yet... but will do soonish [15:16] doko: thanks for looking [15:18] zul: How far off are you having a cobbler-web package? [15:18] Daviey: havent started it yet...working on koan [15:18] zul: ok, np [15:19] redhat and eucalyptus huh...sounds like a match made in heaven [15:19] :) [15:20] Daviey: zul: (and whoever else might know): who owns http://ubuntuserver.wordpress.com/ [15:21] ? [15:21] robbiew: we do :) [15:21] robbiew: that is our "offical blog" [15:21] needs updated branding then ;) [15:21] (Many of us would, you know, prefer a blog hosted via ubuntu server :) [15:23] * robbiew adds the wiki to his list of cleanups....whoohoo! [15:23] living the dream... :) [15:28] Daviey: I would even say *all* of us ;-) [15:31] Daviey: BTW -- kees' build works on AMD64 [15:31] just finished the test [15:31] now... for i386 [15:32] hggdh: passed the test run? [15:33] Daviey: sir, yes sir [15:33] hggdh: you rock. [15:34] now... download the i386 mav iso locally, upload the beast to the rig, install [15:34] why, oh why can't we get direct access to the ISO servers? [15:36] hggdh: I'm sure you can if you put in an RT [15:37] i added an RT for ppa archive access, and they granted that :)_ [15:37] Daviey: nowadays we use akamai for trhe official ISO downloads [15:38] I am not sure how IS would react if we ask for it [15:39] hggdh: There are still plenty of non-akamai mirrors, tho? [15:39] IDK [15:39] probably it will be easier to just add them ISOs to tamarind, and leave them there [15:40] only 15 minutes more to end uploading ;-) [15:40] hggdh: gb.releases.ubuntu.com looks good to me :) [15:41] Daviey: hum. Being local, it is probably not a bad one... [15:41] :) [15:41] yeah, I will open a RT on iy [15:41] groovy [15:41] eek, hide - it's skaet [15:42] * hggdh is just gone [15:42] lol, no release happening for a while.... you're safe ;) [15:42] Daviey: Good. [15:44] skaet: :) [15:45] Hey all. [15:45] * hggdh is back [15:46] Question, is there an offitial package that comes with all the schemas that are not included with slapd? like openssh.schema? and preferably if they're on the .ldif format used by the newer system already.... [15:48] I have various Ubuntu 10.04 VMs built with vmbuilder. They respond to a virsh shutdown domainname issued on the host. Self build VMs ignore all similar commands, despite having similar packages. Can anyone tell me what listens for virsh shutdown commands in Ubuntu guests? [15:50] JamesPage: I am considering adding 'DEBCONF_DEBUG=developer' to the PXE boot on ubuntu-server-testing, do you mind? [15:50] JamesPage: I am having some issues on d-i, and I think having it there will not hurt if we find others later [15:51] Lars_G, I doubt it. I had to search for them. For example samba had some bits in the samba-doc package... [15:52] meh [15:52] it's as evil as finding MIBs then [15:52] thanks Delemas [15:53] well, at least the MIBS are in snmp-mibs-downloader [16:02] Daviey: you said you had a hack for cobbler check? [16:02] zul: i had one that was in place, yeah [16:03] Daviey: can i see it? [16:03] zul: hmm... it's gonna be easy for you/me to regenerate tbh [16:03] it was a patch i wouldn't commit iirc [16:03] :( [16:04] If you are doing virtual mail domains in postfix in ubuntu, is there a specific path for where the mailbox directory goes? I have been using /var/spool/vmail but in https://help.ubuntu.com/community/PostfixVirtualMailBoxClamSmtpHowto they use /home/vmail. Which one is the expected path for ubuntu? [16:07] Apparently shutdown only works properly if acpid is installed. [16:26] O Nooooos Cannot initiate the connection to archive.ubuntu.com:80 (91.189.88.31). - connect (99 Cannot assign requested address) [IP: 91.189.88.31 80] === jj-afk is now known as jjohansen [16:36] are the settings in /etc/iscsi/iscsid.conf actually used when doing an iSCSI boot? [17:04] lvm question. I've got an LV that claims "2" in the Open column, but it's not in /proc/mounts, I've already deleted the virtual machine that was using it as its disk, no kvm sessions are hanging, fuser doesn't show anything.... I'm running out of ideas as to how this could be open. [17:04] # dmsetup info -c raid10-bootvm [17:04] Name Maj Min Stat Open Targ Event UUID [17:04] raid10-bootvm 251 3 L--w 2 1 0 LVM-9x3W5fj2SMJZwScutUEv7EWL3JaRfnWCwolLpVI2S8e9JAXoY9yqoszOekKSGYNH [17:05] I dispute this ^ [17:06] I'd like to remove this LV, and I'm stuck. Several people have suggested a reboot or a vgchange -an for the whole volume group, but neither of those is palatable since there are other (running) VMs on the box. [17:12] example: # lvchange -an raid10/bootvm [17:12] LV raid10/bootvm in use: not deactivating [17:12] I'd like to know what tools (eg. fuser, lsof) I should be using (and how) so that I can kill whatever it is that's hanging onto that LV [17:13] or at least know how it's getting hung if not fix it. [17:35] please pardon my ignorance, but why is ntfs-3g included in the basic server install? [17:37] if you want to mount ntfs partitions on your server maybe? :) [17:37] no idea, I remove it :) [17:43] hi friends [17:44] i have 2 ubuntu + kvm running guest os [17:44] whats the tool for cluster this 2 physical ubuntu machines? [17:44] im was looking for ganetti... [17:45] but ganetti dont have full support from ubuntu... [17:59] zul: how many servers have you seen that mount a NTFS partition? [18:00] hggdh: none but i think that was pre ubuntu-server team [18:00] hggdh: It's not harmful just sitting there. [18:01] ScottK: I do not disagree, but are we not looking to more space in the ISO? [18:01] hggdh: Also it's in the Standard seed, so to remove it from Server, it would have to be removed from that seed and then explicitly seeded in the desktop flavours that want it. [18:01] It's not very big: Size: 91354 [18:07] kirkland SpamapS: http://people.canonical.com/~chucks/2010-12-15_124012_import.log [18:08] zul: ooooh, getting close :-) [18:10] what can one do when mysql takes ages to finish the query? [18:10] is it possible to automatically kill that query after some_time [18:15] ScottK: thank you [18:28] jdstrand, do you have a security test suite for kernel ? [18:28] looking primarily to test for lack of major regression. [18:28] (i'm asking the security team in general, mdeslaur kees ) [18:29] smoser: qa-regression-testing [18:29] smoser: are you familiar with the qa-regression-testing bzr tree? [18:29] smoser: hggdh can show you were we put our tests. :) [18:29] * kees goes afk again [18:29] thanks kees [18:29] hggdh, thanks. [18:29] so, hggdh have you by chance run the current -proposed for maverick ? [18:30] kernel [18:30] smoser: b co lp:qa-regression-testing, then look at ./scripts/test-kernel*.py [18:30] smoser: I have not, but pedro_ was doing it [18:30] s/b co/bzr co/ [19:07] hi all. how can I report the physical ethernet speed? [19:07] the nic is gigE, so is the switch, I just want to see what is being used... [19:07] you can use ethtool ethX [19:09] jmedina: thanks [19:11] RoyK: probably this is interesting to you: http://datatag.web.cern.ch/datatag/howto/tcp.html [19:15] jmedina: seems that article is rather old - most new stuff is tuned to support gigE quite well out of the box [19:15] also, pci-x isn't very hot anymore either [19:15] RoyK: ok :) [19:16] * RoyK has two 100TB boxes hooked up with 10gigE [19:16] btw. 10gigE on PCI-X would't be much fun [19:17] pci-x (66mhz) supports 8gbit (one way) :) [19:17] so really, pci-x 133mhz by itself could do 10gbit nic, but it would be maxed out [19:19] 133MHz 64bit is _theoritaclly_ 8,5Gbps, but for old PCI, add a spoonful of two of overhead [19:19] well, I can push 980mbit over pci, 32bit 33mhz [19:20] that is damn well close to the pci limit [19:21] most pci is pci 2.3, though, which is 66MHz [19:21] but then, why bother :P [19:21] oh, my pci isn't even pci 2.0 :) [19:21] that I did that test on [19:21] patdk-wk: 1996 hardware? [19:21] :) [19:22] yep [19:22] hi does this cron look right for every 5 minuts ? */5 * * * echo 'Hello'? [19:22] it was available, and I was bored [19:22] i0nic: yes [19:22] im new to cron, just trying to understand it [19:22] i0nic: Yes. But where are you echoing to? [19:22] RoyK: thanks [19:22] but that was using jumbo packets :) [19:22] Pici: that one'll echo to stdout, which will send an email to the owner [19:22] Pici: would that not echo to my terminal if I am logged into the user that the cronjob is under? [19:23] RoyK: exactly. [19:23] i0nic: No, what RoyK just said will happen. [19:23] ahh [19:23] how would I echo to the terminal? [19:23] Usually? You wouldn't. [19:24] is there a cron log so I can confirm the cron is running as scheduled? [19:24] i0nic: why would it know which terminal to echo that to? [19:24] write or writevt :) [19:24] i0nic: you could always do something like echo wtf > /dev/console [19:24] ahh nice [19:25] i0nic: It should drop an entry into /var/log/auth.log [19:25] my brother loves write, I ban him from it [19:25] looks like cron runs as UID 0? [19:26] is there anyway to make it run as the user its been scheduled under? [19:27] Hi everyone! [19:28] I have a question about Ubuntu Elastic cloud. Does it do virtualization like VMWare Server or something? What would be advantages to using it for a home server? [19:30] the only reason I can think of for having a virtualized home server is if you have the power. [19:30] and you wanted the multiple machines [19:33] So UEC can virtualize? [19:33] Because I always see that install option when installing Ubuntu Server, but I never realized what it really was. [19:34] what program do you use to manage the virtualization cloud when using that install option? [19:35] QAH: it provides an EC2 API compatible "cloud" implementation [19:36] baggar11: euca2tools or ec2tools [19:36] SpamapS: Ok. So basically it allows you to create a cloud of virtual machines correct? [19:36] baggar11: or any other EC2 management utility [19:36] It also has its own web interface. [19:36] QAH: right [19:36] Because EC2 is MAD expensive. [19:36] Cool [19:36] uh [19:36] EC2 is $17/month for a t1.micro [19:36] actually [19:36] That includes storage and everything? [19:36] EC2 is *free* for *one* t1.micro [19:37] That doesn't include bandwidth. [19:37] which is reasonably priced given what you're getting [19:37] which is the equivilent of a high end colo connection to the internet [19:38] I guess. It's just out of my price range right now. [19:38] I'm not really hosting much. [19:38] S3 is the file storage [19:38] I actually removed VMWare Server from my server because virtualization was kinda overkill for me. [19:38] I just wanted to know if UEC virtualized. [19:38] EC2 is typically used for off loading resources onto [19:39] UEC does not create virtualized servers. [19:39] Xen would be a program that does that. [19:39] i0nic: ??? [19:39] Oh [19:39] That's what I was asking. [19:41] So basically, UEC just allows you to share the workload among different computers? [19:41] I'm kinda confused as to its true purpose. [19:44] i have a printer shared with cups. i have connected to it both at http://localhost:631/printers/Foo and http://my.ip:631/printers/Foo and it works fine, from the localhost [19:44] i have tried to connect to the printer from another machine at http://my.ip:631/printers/Foo and it won't print [19:44] here's the error log from the last two jobs i tried to send http://dpaste.com/287088/ [19:44] QAH -> http://cssoss.wordpress.com/2010/06/22/pdf-version-of-eucalyptus-beginners-guide-uec-edition/ [19:45] Thanks === Fookin_Prawn is now known as Prawn_QuakeLive [19:55] SpamapS: are those free tools, graphical or commandline? [19:55] Ok. That clears up stuff. :) [19:55] So overkill for me. :P === Prawn_QuakeLive is now known as Fookin_Prawn [20:11] New bug: #690815 in openldap (main) "db_open(/var/lib/ldap/access/id2entry.bdb) failed: No such file or directory (2)" [Undecided,New] https://launchpad.net/bugs/690815 [20:13] hggdh, do you know how i run these 2 kernel tests ? [20:13] just run them ? no args ? [20:14] smoser: you should not need any parms [20:14] i'm wanting to run ./scripts/test-kernel-root-ops.py and ./scripts/test-kernel.py [20:14] just run them, do i need to | output into tee or anything ? [20:15] --help would point to potential options [20:15] you might need to run them as root, though [20:16] hmmm.. "Received disconnect from IP: 2: Too many authntication failures for tablet" [20:16] what program is blocking tablet? [20:17] does ubuntu 10.04 lts have some sort of firewall installed by default? [20:17] besdies iptables* [20:24] by default is installed iptables and his management tool ufw i0nic [20:24] but set as ACCEPT ALL as default [20:33] who is the user voice? [20:33] or group i mean [20:33] SpamapS: so what's the output of + [clint-fewbar] Work with Cobbler development to upstream patches and coordinate release: DONE [20:33] ah pulse [20:41] im at a lost [20:42] kirkland: They know we're here, 2 patches upstreamed, and some feedback on how well that went (seems like they'd prefer that we send them git formatted patches) [20:42] kirkland: Hopefully also they'll provide some thoughts on 2.1 and when we can expect a 2.1.0 [20:43] SpamapS: neat; capture that in a note in the whiteboard? [20:54] kirkland: done... this is cool.. its like.. it might actually work.. and be fun.. ;) [20:54] morn'n folks using this howto https://help.ubuntu.com/10.04/serverguide/C/openvpn.html i am at the point of CONFIGURATION it says to specify the local ip , is it going to be a problem if the openVPN server I am using is on DHCP? [20:56] jasonmchristos: only if your IP changes [20:57] this is a problem [20:58] !pastebin [20:58] For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [21:01] jasonmchristos: you may be able to specify it as a hostname and restart the service.. but IIRC, openvpn needs to know what its IP address is to act as a server. [21:02] smoser: ping [21:03] gholms, here [21:03] How would you feel about cloud-init stuff shelling out to PK instead of apt wherever possible so stuff is more portable? [21:06] PK ? [21:06] PackageKit [21:06] I'm thinking pkcon, its CLI. [21:07] i've never used it. [21:07] the 2 thoughts i would have are a.) its not in our images right now, so we'd have to get it there [21:08] b.) there are some options that i pass to apt to make it really not prompt me (as thats just not going to work) [21:08] and i'd hae to be able to do the same through pkcon [21:08] also, you're aware that amazon did some work on cloud-init to make it non-ubutnu specific, right? [21:09] IIRC, I was a little disappointed with how they did it, but yeah, I saw that. [21:10] I just figured I would ask if you would have any philosophical objections or anything before I start working on a PoC. [21:17] gholms, no i do not have any real objections [21:18] Okee dokee. Thanks. [21:18] i've not looked extensively at the amazon changes, and i know that they weren't 100% happy with them either. [21:21] It's been a while since I looked at their changes, but IIRC they basically just directly called pieces. [21:21] I also have to figure out how to deal with disappearing disks since nobootwait isn't portable. :-\ [21:27] hi people [22:03] New bug: #606373 in cloud-init (main) "cloud-init output does not get to console when booted with pv-grub and ramdisk" [High,Fix released] https://launchpad.net/bugs/606373 [22:07] so if you damage your /etc/passwd file there is no way to copy over /etc/passwd- back to /etc/passwd without booting into single user mode is there? [22:07] I have always restores passwd- on a running system without problems [22:08] duh. There I am, running a test on UEC with 5 NCs. Test is taking an awfully long time... and I noticed I had not powered on the NCs :-( [22:08] even in runlevel 2 [22:08] jmedina: hrm? [22:08] jmedina: the problem is i can't SU because the passwd file is damaged so i dont have access to copy the file over [22:10] what about ssh? [22:10] well only if you have root access [22:16] Question, is there any advantage to a 64 Bit kernel other than accessing over 4Gb of ram? something that I think pae in i386 mode can do anyhow..... === jmedina is now known as eljmedina [22:19] Lars_G: google is your friend here [22:19] lots of information on the pros and cons [22:20] I'm pretty sure 32bit linux can access over 4gb of ram [22:23] I'm pretty sure 64 bit can access a ton more than 32 bit [22:23] and that there are other benefits to 64 bit [22:25] for sure [22:38] 32 bit can access a lot of memory with a pae kernel, it's a little slower though [22:39] 64 bit should be the choice if hardware is capable [22:50] lenios, I have cpu's that can do 64bit, but not pae [22:51] if your cpu is 64 capable, go with 64 bit [22:51] it's default on server, anyway [23:38] hello, i'm a first time AWS user and I'm trying to get a Ubuntu image installed [23:40] when i run 'ec2-run-instances', as per the instructions on the Ubuntu website I get the error, "the AMI ID does not exist" [23:41] while the AMI is shown here: [23:41] http://uec-images.ubuntu.com/maverick/current/ [23:46] ah ha! i was using a AMI from the wrong region === oubiwann-holiday is now known as oubiwann [23:57] when i attemp to ssh into my aws instance, it asks for my passphrase [23:57] there is nothing in the instructions here (https://help.ubuntu.com/community/EC2StartersGuide) that mention this [23:57] any ideas whati've done wrong? [23:57] I'm on step #4 [23:59] looks likr you have to have static ip for openVPN config?