[01:02] New bug: #798844 in cloud-init "Chef integration" [Medium,Fix committed] https://launchpad.net/bugs/798844 === medberry is now known as med_out [01:43] QUESTION: when installing ubuntu server, if i select ssh server during the instalation can i then after it installs un-plug it from my monitor hook it up to my cat5 and when still on the network ssh into it? [01:44] If you install the network-console udeb such that you complete the installation over SSH, yes. [01:44] If you mean you're picking "SSH Server" at the tasksel prompt, I'm not 100% sure, but I think the behaviour will be the same. [01:45] i'd need to send the rsa cirtificts over the lan then after i finish twb [01:45] Uh, you mean ssh-copy-id? [01:46] yes, that [01:46] By default sshd will allow password-based auth, so that will work. [01:46] i can do that over ssh though [01:46] Assuming you either assigned a root password or created a user with a password during the install process. [01:47] i need to set up p.f. to still. need to think if 192.168.1.2 is good enough for the server [01:48] Linux doesn't use pf [01:48] port forwirding [01:49] Oh. [01:49] not packet filter [01:49] Well, you should never use 192.168.1/24, .0/24, or 10.0.0.0/24 [01:49] i had a bsd server once, not bad [01:49] i figured so, but why? [01:49] Because everyone ELSE does that, and if you ever need to join two such LANs (e.g. VPN from one to the other), you will cry. [01:50] Try echo 10.$((RANDOM%256)).$((RANDOM%256))/24 [01:50] i plan to use this server to connect to when i am at a college and their wirewalls are alloning me [01:50] haha [01:59] I don't know what "alloning" means. [02:00] 'allowing' [02:00] actually, that doesn't make sense either. [02:09] twb, I would say, 10 < x < 250 [02:09] with routers using 192.168.0-3 being common [02:09] also can't use 192.168.100, or 10.0.10 cause of modems [02:10] or was it 10.1.10 [02:10] patdk-lap: that seems reasonable [02:10] patdk-lap: wut? [02:10] wut language is that from? [02:11] twb, my keyboards messin with me. its allowing [02:11] it's from the "you-talking-nonsense-and-i-need-clarification" language [02:11] airtonix, go back to math class [02:12] also can't use 192.168.100, or 10.0.10 cause of modems [02:12] you have never used a dsl or cable modem? [02:12] my modems must be awesome, because i have no problems using those networks [02:12] patdk-lap: probably he is sensible and puts them in bridge mode [02:13] can't put cable modem in bridge mode [02:13] My modem takes only precisely 192.168.100.1. [02:13] lol [02:13] ANd it doesn't need to be specifically reachable, if you don't care about the status pages. [02:13] patdk-lap: I guess [02:13] danag, nope, I didn't say you couldn't use it [02:13] 100.1 isn't routable, so the router passes it upstream, and the modem intercepts it. [02:14] DanaG: the power of faith is all you need? [02:14] I just said it's perferably if you didn't [02:14] if you ever care you check your status [02:14] DanaG: I *hate* that [02:14] Or what's worse: [02:14] Cable modems that have the status page actively DISABLED. [02:14] "bridge" doesn't mean "bridge except for frames you feel like hijacking", you damn appliance [02:14] By the ISP. [02:15] I hate ones that have status page accessable only via java [02:15] and have their snmp disabled [02:15] * patdk-lap notes comcast [02:15] Say, I've never checked snmp on my cable modem. [02:16] well, snmp only accessable via comcast tech's [02:16] oh, and my mom's OfficeJet Pro crashes any time I enable my employer's management tool's "probe" feature on a computer at home. [02:16] Mine is Charter, but a self-bought SB5100 or so. [02:16] Charter doesn't seem to touch the firmware on it, but since it's a Motorola SIMILAR to what they support, it works. [02:16] this is comcast business, you must use their supplied modem :( [02:17] For a while, we had a Linksys one... it crashed all the time. And Charter didn't offer the known-fixed firmware. [02:17] atleast I get 120mbit downloads though [02:17] They told ME to upgrade the firmware. [02:17] Sure, just let me log into your servers. [02:18] So anyway, Motorola modem + TomatoUSB router == rock-solid. Once they changed out the rusted-out cable run from the street, that is. [02:18] at home here, still don't have docsis2 :( my linksys modem has been reliable for the last 6 years though [02:18] ya same here, had a break in the cabletv, they ran a new cable, been great [02:19] We used to get 30% packet loss during rain, but they said, "oh, your signal is fine!" -- for years. [02:19] And then when we got Charter Telephone, they were legally obliged to fix it. [02:19] oh, mine went quickly [02:19] And well whaddaya' know? The cable running from the street was completely rusted out! [02:19] in <3months I went from once a week drop for a few min, to >3hour drops per day [02:32] Oh yeah, and our electrical boxes were below ground level, until a few months ago. [02:32] Even our phone lines got crosstalk with neighbors. [02:32] or so my parents say. [02:33] I'm living at home, but rarely use the landline, even in non-rainy weather. [02:33] So anyway, something slightly more on-topic: I gave the Broadcom 5723 another chance, and it seems reasonable after all. [02:34] Versus this Intel, it came to about the same in iperf: http://www.newegg.com/Product/Product.aspx?Item=N82E16833106033 [02:39] Can anyone tell me how I might discover for each of my installed packages whether it's main/restricted/universe/multiverse ? [02:40] jaith, why would you need to do that? [02:41] smw: I'm hardening my server, which came with universe enabled [02:41] smw: given that universe packages are assembled by the community, I'm a bit concerned about security [02:42] jaith, that is not going to protect you much... [02:42] it seems like a bad idea. [02:42] anyways, if it is a new install, it should have no universe packages, right? [02:42] smw: please elaborate. how could checking on my installed packages not protect me much? [02:42] smw: that is precisely what I'm trying to sort out [02:43] smw: the default install has universe enabled in sources.list [02:43] jaith, you know what is installed because you installed it, right? [02:43] anything installed by default you kind of need to trust... [02:43] smw: i have not installed anything yet. i instantiated a clean ubuntu 10.04 from an official ubuntu ami on amazon ec2 [02:43] or not trust the OS [02:44] smw: i tend to agree with you, but i need my server to be very secure. let's say it's an academic argument. [02:44] jaith, then checking what is installed in kind of pointless. [02:44] the same company that puts ubuntu together makes the ubuntu amis [02:45] smw: yes I understand, but I would like to know which are main and which are universe, if only to keep an eye on them [02:45] smw: if all you want to do is discourage me from searching, then you're wasting your time :D [02:45] smw: i do have another question you might be able to answer [02:45] jaith, you do realize it is very difficult to add packages to universe, correct? [02:45] fine, I will answer what I would od [02:46] do* [02:46] smw: that may well be true, but searching where your packages are from should be quite easy. [02:46] dpkg --get-selections for a list of packages [02:46] awk out the package names [02:46] loop over them with apt-cache policy [02:46] jaith, it is not that easy. Ubuntu does not care where a package came from [02:47] you need to work out where they are now and assume that is where they came from [02:48] smw: i'm hoping to avoid a package-by-package search when I have some 385 installed packages [02:49] jaith, that is why you script it [02:49] lol [02:49] * patdk-lap has all the packages he really needs, compiled himself in his own ppa [02:50] well here's a start [02:50] dpkg --get-selections | grep -oE '^[a-z\-]*\s' [02:50] * smw just trusts the people who put together the os [02:50] am i correct in thinking that will return installed packages? [02:50] smw, I'm using newer versions than what is in the os, normally [02:50] jaith, I would have just used awk... but whatever works for yo u :-) [02:51] patdk-lap, cool [02:51] get selections tells you nothing about where it came from, only what is installed [02:51] smw: i don't know the first thing about awk [02:51] awk is like regex meet bash [02:51] jaith, ok, it worked anyways :-) [02:51] yes so know i need to pipe that to some other command which tells me main/restricted/universe/multiverse [02:51] any hints most welcome :D [02:52] jaith, you are taking this way too far [02:52] lol [02:52] smw: i'm OCD like that [02:52] jaith, apt-cache policy [02:52] jaith, I would not recommend a bank be this crazy [02:52] lol [02:53] smw: that's the funny thing, the site i'm trying to secure processes credit cards. our sshd binary is compromised. [02:53] why is your binary compromised? [02:53] smw: ergo, paranoia [02:53] smw: hang on...i go get lovely ascii art for you [02:54] jaith, were you recently hacked or something? [02:54] heh, I doubt it was really sshd, sounds like you where rooted [02:54] smw: YES [02:54] smw: he's probably a rent-a-sysadmin [02:54] normally that comes from bad website programming [02:54] plus running non-patched software [02:54] twb: i'm php programmer. not sysadmin :( [02:55] smw: $bank was running, say, Fedora Core 3 or Gentoo because $some_guy set it up, and AFTER they're broken into, jaith is called in to fix it [02:55] patdk-lap: curious, how does bad php lead to rooting? [02:55] jaith, did I say that? [02:55] twb, nope, even better. He is a web programmer... [02:55] I said it lets one in, so that it can be rooted [02:55] smw: no, i wrote the code nearly 10 years ago when i knew almost nothing [02:55] if you don't update your system often enough [02:55] patdk-lap: better than running patched software, is not running any software at all [02:56] e.g. no inetd beats xinetd [02:56] twb, and better than that, is not running a server :) [02:56] this is a blast. show-offs purporting to help, trying to talk me out of well-justified paranoia. wheeee! [02:56] jaith, no [02:56] we are saying the system has been rooted [02:56] agreed [02:56] that is why new system being set up [02:57] there is no point for paranoia [02:57] cause you need a reinstall [02:57] twb, I was a kid in highschool who like to do jobs on odesk for fun. I fixed a small (but profitable) site that was having problems with uptime. I have a full time job now... [02:57] jaith: if you are paranoid you would not have any PHP there in the first place [02:57] then a code review of the website is probably in order [02:57] and that is why i'm trying to examine initial setup to make sure all the signatures check out and no funny stuff [02:57] new server is Ubuntu 10.04 instance running on EC2 [02:58] jaith, you are being beyond paranoid. [02:58] security currently locked down. only ssh port permitted, public cert auth required, and ssh access limited to my IP block [02:58] your going go that paranoid AND use ec2? [02:58] patdk-lap, ec2 is secure... [02:58] *sigh* [02:58] ahaha [02:59] jaith: "only ssh port" -- so http is currently blocked? [02:59] smw, I won't meantion my root issues with ec2 [02:59] <<>> [02:59] twb: yes until i get it set up :D [02:59] patdk-lap, I would like to hear them. :-) [02:59] Anyway, if the sshd binary is compromised, you might as well do a full reinstall. [02:59] check channel logs from november :) about the 18th [03:00] personally, i am wondering why it's so hard to sort my installed packages by main/universe/whatever [03:00] jaith: because Canonical don't want to make it obvious that their *supported* package list is fuck-all [03:00] patdk-lap, my entire company runs in amazon ec2 [03:00] jaith, cause if it was installed, it was assumed you already checked that [03:00] jaith: but you can check a specific package with "apt-cache policy foo" [03:00] twb: this is an entirely different machine, hosted on an entirely different network. i am no longer trying to do any sort of forensics on the old machine [03:00] patdk-lap, if used right, there are no security issues... [03:00] jaith: OK [03:00] twb: THANK YOU [03:01] smw, if used right, security patchs wouldn't accidentally be left out of the ec2 kernel :) [03:01] jaith: I run http://paste.debian.net/123601/ from cron.monthly on Lucid machines to check for unsupported packages [03:01] jaith: expect there to be half a dozen, even on a relatively small system :-/ [03:01] patdk-lap, is ubuntu bad at including security updates in their kernel? lol [03:02] smw only if it isn't a clean patch :) [03:03] this is a *brand spanking new compute instance* created from one of the "official" AMIs listed on the ubuntu site [03:03] i haven't installed a single thing myself yet [03:04] before i bother, want to check out existing installed packages (of which there are some 385) [03:04] seems like a lot of packages [03:04] i agree [03:04] but I always install minimal system though [03:05] smw: define "bad' [03:05] jaith, there are much more important places to use your security efforts. [03:05] most of them involve humans and access [03:06] humans and cgi's :) [03:06] smw: there is only one website running on this machine. i am the only developer. [03:06] no cgi access, etc. [03:06] php is cgi access [03:06] agreed that webstack and php files are probably least safe part [03:07] jaith: if you do an expert install, you can opt-out of restricted/universe/multiverse/backports being included in source.list to begin with. [03:07] twb, he did ec2 install [03:07] twb: i have no such choice with EC2 without creating my own AMI which, sadly, is beyond my skillset [03:07] Well, you might as well bend over and give amazon a free rein, then. [03:08] jaith, you are looking in the wrong places to deal with security concerns. [03:09] and yes... php can cause serious problems if setup wrong :-\ [03:09] there are new bugs for it way too often [03:11] let's assume, just for a moment, that this was an academic discussion and alllllll i wanted to do was determine the source of my installed packages. [03:11] like, let's make-believe and say i'm a security researcher or investigative blogger out to snitch on canonical, hm? [03:11] c'mon it'll be fun! [03:11] jaith, I would say that was pretty stupid. [03:12] smw: and I would say you are decidedly unhelpful [03:15] The ASCII art as promised: [03:15] _________________________ [03:16] || || || || [03:16] || ||, , ,|| || [03:16] || (||/|/(/||/ || Don`t [03:16] || ||| _'_`||| || Be [03:16] || || o o || || Mad [03:16] || (|| - `||) ||-------AAAAAAAAAAAAAAAAAAAA [03:16] || || = || || [03:16] MFU || ||(___)|| || [03:16] ||___||) , (||___|| UstupidMF ownz you! [03:16] (||---||-)_(-||---||) (say something,please talk to me [03:16] !ops [03:16] Help! Channel emergency! soren, lamont, mathiaz or tom [03:16] ( ||--_||_____||_--|| ) [03:16] (_(||)-| (%d) |-(||)_) [03:16] wtf? [03:17] smw: I think he's saying sshd emits that as motd or something [03:18] ah [03:18] twb, his "sshd binary was hacked" [03:18] twb, now I see how he came to that conclusion... [03:18] if you use 'strings' command on the sshd binary , it's in the binary somewhere [03:19] jaith, ok... [03:19] jaith: use a pastebin next time, please [03:20] additionally, a check of one's package checksums calls out ssh [03:20] twb: sorry [03:20] jaith, but you are still being unreasonably paranoid. You are acting like a programmer trying way too hard to optimize one line of addition that he does not realize he could index a column in a database and increase speed 1000 fold. [03:22] I don't understand what attack profile he's trying to guard against, nor how he's trying to go about it. [03:22] All I've heard so far is he's using a stock amazone base image, with a default-deny firewall. [03:23] twb, and he is afraid of the people who made the image (canonical) and not the people who will try to hack his server. [03:23] and you guys won't answer a simple question, preferring instead to wax philosophical about how I'm "doing it wrong" [03:24] believe me, i'd be happy to get advice on keeping the web stack safe when i get there [03:24] Well, I wouldn't trust foo.img to be a clean debootstrap of signed packages from archive.ubuntu.com [03:24] Certainly I think it's more productive to worry about his shitty PHP app [03:24] Since merely by being PHP means it's good odds that's how they got into the last system. [03:25] twb, that is not very constructive either ;-) [03:25] it's most definitely not constructive. he's stroking his e-peen [03:26] here's the other nifty part: if I can get a good, clean, baseline image, i can re-use it [03:26] the question is: how clean is it? [03:26] a fair question, wouldn't you agree? [03:26] EC2 makes it very easy to store a machine image and re-use it later [03:26] jaith, I am going to give up and just say you are trying to prevent the wrong type of attack. [03:27] smw: give up? you haven't even tried to answer my question. [03:27] smw: you've tried to tell me "i'm doing it wrong" [03:28] jaith, in the beginning I explained (in not much detail) how I would try to solve the problem you gave me (not the one you actually need to solve.) [03:28] smw: that's true. and i've made progress. [03:28] dpkg --get-selections | grep -oE '^[\.a-z0-9\-]+\s' | wc -l [03:28] returns exactly the same line count as dpkg --get-selections | wc -l [03:30] jaith, you need to trust something to start with. Canonical's image is a good choice. [03:30] I would also draw everyone's attention to this snippet from the ubuntu site: "The universe component is a snapshot of the free, open-source, and Linux world. It houses almost every piece of open-source software, all built from a range of public sources. Canonical does not provide a guarantee of regular security updates for software in the universe component, but will provide these where they... [03:30] ...are made available by the community. Users should understand the risk inherent in using these packages." [03:31] not guaranteeing security updates != untrusted packages from the "community" [03:32] yes but excluding *unnecessary* packages that may cease to be updated despite security holes is a valid concern [03:33] i can only think of two reasons why i'm not getting help here: 1) we are afraid of our faith in ubuntu being shaken or 2) we just don't know how [03:33] oh and possibly 3) disaffected griefers don't really have any interest in helping irritating noob [03:35] so maybe I'll try another question: will apt complain when a package or dependency package which is a) unsigned or b) signed by someone other than one of my very own apt keys? [03:37] I'm sorry, due to the lack of faith you have in this channel, I can no longer help you [03:37] Its bad form to insult people, and continue to ask for help [03:39] i apologize. i didn't mean to insult anyone. I was just hoping to get the answer to a specific question. smw has in fact helped some. i do believe it's fair to say my original question has gone unanswered. [03:39] thanks for your help anyway [03:57] fyi, this appears to be working approximately [03:57] dpkg --get-selections | grep -oE '^[+\.a-z0-9\-]+\s' | xargs apt-cache policy [03:58] some minor additional filtering results in 575 lines instead of the 383 i might expect -- this because the apt-cache policy command sometimes returns two lines for a given package [03:59] dpkg --get-selections | grep -oE '^[+\.a-z0-9\-]+\s' | xargs apt-cache policy | grep -E ' (lucid.*/[a-z]+)' [03:59] interestingly, not one line appears to reference 'universe' [03:59] dpkg --get-selections | grep -oE '^[+\.a-z0-9\-]+\s' | xargs apt-cache policy | grep -E ' (lucid.*/[a-z]+)' | grep universe | wc -l [04:04] jaith, I fail to see how that is surprising... [04:20] gday blokes [04:20] wikipedia runs on ubuntu server! [04:20] I can't fix that [04:55] good to see all ppl in this channel [05:01] bug 802464 [05:01] Launchpad bug 802464 in linux "linux: 2.6.38-10.46 -proposed tracker" [Medium,Fix released] https://launchpad.net/bugs/802464 [05:17] is there anyone who is using opensource inventory software for non-profit? [05:17] Sorry, I only turn a profit [05:18] Oh, sorry, misread [05:18] inventory software as in asset tracking? [05:19] twb: yes. it is for asset tracking but not tracking drivers or software .Just physical assets like toners or printer cartridges or CDs /DVDs in and out [05:19] Not sure [05:20] Tommy_nmw: I have not used it, but maybe http://asset-tracker.sourceforge.net/ will do what you need? [05:21] https://secure.wikimedia.org/wikipedia/en/wiki/Fixed_assets_management appears to be what you're thinking of [05:21] The ERP solutions I've dealt with were scary as all hell [05:22] jmarsden: I have checked it out. design is not cool. I am inspired by openERP. but it is linked with accouting and sales module. I just want stand alone inventory stock control module for nonprofit use. [05:23] Tommy_nmw: my gut tells me you aren't gonna get that [05:23] Tommy_nmw: If you know enough to criticize software design... write your own app to do what you need, then it will be designed perfectly for your needs :) [05:24] Tommy_nmw: that you'll either have to pick a crappy low-budget standalone implementation, or to delpoy a heavyweight do-everything one and just try to ignore the other modules [05:26] twb: no Free of charge solution ?? [05:26] twb: as we have no budget [05:27] Tommy_nmw: both those cases are assuming FOSS [05:28] Which isn't necessarily free-of-charge -- e.g. I'm assuming your time has value [05:30] twb: I can use only stock inventory only module. but they are linked with other accounting entries. so without entering those values, my records won't be complete to proceed [05:31] Tommy_nmw: bummer [05:32] twb: it depends on one's view [06:02] guys...i'm trying to change my default ssh port. I've changed it in /etc/ssh/sshd_config but when i try to restart the process is kicks out - could not load host key: for rsa and dsa keys [06:02] anything i can try before a restart? [06:11] ssh won't start if you don't have host keys [06:11] "sudo dpkg-reconfigure openssh-server" to create them if they are mising [06:16] *love [06:16] worked! [06:17] ^5'S TWB [06:17] lickalott: Error: "5'S" is not a valid command. [06:18] uvirtbot`: die [06:18] twb: Error: "die" is not a valid command. [06:20] lol [06:22] lickalott: btw, if this happened because you cloned an image, whoever built the image did that deliberately to prevent MITM attacks, and just forgot to tell you / automate the dpkg-reconfigure call [06:26] hi === smb` is now known as smb [07:21] ih [07:21] hi [07:22] does somebody know how to get proxy config screen during installation ? [07:24] http://dropbox.unl.edu/uploads/20110804/68422200eb6ca9d2/how%20to%20http%20proxy.png [07:28] Tommy_nmw: uh, it asks you when you configure the mirror to use [07:29] maybe you need priority=low; I don't normally do default priority installs [07:29] twb: now I am inside ubuntu server so how can I get that screen back to put some proxy settings to use internet [07:29] If you're installing hardy, ISTR it "helpfully" skipped the proxy step if it decided it could get out without asking [07:29] ? [07:30] Tommy_nmw: oh, right [07:30] Tommy_nmw: /etc/apt/apt.conf, and/or $http_proxy [07:30] acquire::http::Proxy "http://proxy:8080/"; IIRC === jibel__ is now known as jibel === greppy is now known as kc9uls === kc9uls is now known as greppy [09:12] I was just trying to upgrade to maverick, but got a couple of error messages regarding setting up procps; could anyone helpout? [09:23] Hi guys. Trying to sort out iptables but the server outputs "-bash: iptables: command not found - any thoughts/ [09:23] ? [09:26] SimpleAnecdote: check your path, iptables is usually in /usr/sbin [09:27] sorry, /sbin, not /usr/sbin [09:27] hi people [09:27] greppy - cheers. Apparently I didn't have iptables installed! === dark-sun is now known as dark-sun|lunch [09:28] path sorts out automatically on Ubuntu. It's CentOS and other REHL that have the path issue I think [09:28] I have not touched a command line in a while [09:29] it depends on your environment :) [09:30] greppy: I am over my head with these iptables. I wanted to access them because webmin did not respond via remote browser. But internally, it fetched index.html... Any ideas? [09:35] is webmin listening on the external interface? ( keep in mind webmin is pretty much app non grata on ubuntu ) [09:35] greppy: really? I didn't know that [09:35] I just hate CentOS so much... [09:36] What GUI control panel do people use on Ubuntu? cPanel only? [09:38] I don't know, I'm a cli junky :( [09:39] I use froxlor for webhosting, but the rest of the box is managed from the cli. [09:39] that's awesome. I fear I am not a savvy enough person to CLI my way through managing the box [09:39] I had to google VIM commands not 10 minutes ago! [09:40] :) [09:41] another option may be to use nano or joe, which can be a little easier to use, joe can use wordstar keybindings if you know them. [09:41] VIM is fine. I've used it in the past (but long long long ago). Once I have the cheatsheet open in the browser, it's pretty easy [09:42] I have no idea how to sort out this webmin crap [09:42] what are you trying to do with webmin? [09:43] get it to work ;P [09:43] trying to access it via browser results in 'Page not found' [09:44] hello everyone!! I have a question about installation step in phpMyadmin. can anyone help me? [09:45] however, wget https://localhost:10000 --no-check-certificate fetches index.html properly [09:45] just a remote browser problem [09:45] Tommy_nmw: what's the question [09:46] SimpleAnecdote: I am now being asked "configure database for phpmyadmin with dbconfigure-common? As I have no idea to create database now, Can I say NO ? and later , how can I get that screen back? [09:47] Tommy_nmw: Accept dbconfigure-common [09:47] SimpleAnecdote: http://dropbox.unl.edu/uploads/20110804/0b61b8c21d4405e0/IMG_0743.JPG [09:47] it will create it automatically for you [09:47] SimpleAnecdote: if the database name or configuration is not matched with the application I would use in future, what do I do? [09:47] SimpleAnecdote: I am not smart at DB related [09:49] Tommy_nmw: this is not a database for any application. This is a database for phpmyadmin to use for some operations. Just accept dbconfigure-common, and then (once you've configured apache to redirect to it) go to http://yourhostname.exi/phpmyadmin [09:49] you will be able to create as many DBs as you want [09:49] under any name [09:49] and manage them easily via phpmyadmin [09:49] SimpleAnecdote: check the config, wherever webmin sticks it, and make sure that it is setup to listen on your network interface. [09:50] SimpleAnecdote: another option would be to use ssh to port forward and get access that way. [09:50] greppy: I am on SSH right now... I have NO GUI at the moment for anything [09:51] I've been installing my machine via SSH [09:51] I've put this command in: iptables -I INPUT 1 -p tcp --dport 10000 -j ACCEPT [09:52] SimpleAnecdote: thanks bro. done [09:52] Tommy_nmw: no problems. If you have any other questions - just ask [09:53] you might want to try php channels though ;P [09:53] SimpleAnecdote: if you didn't have iptables installed before, that shouldn't be the problem. [09:53] what happens when you try to telnet to port 10000 from another machine? [09:54] greppy: I haven't tried [09:54] SimpleAnecdote: I am now chatting from Windows XP , ubuntuserver is by my side. in the same network.. I would like to know how can I log in to phpmyadmin from Windows XP browser === dark-sun|lunch is now known as dark-sun [09:55] Tommy_nmw: Put this "Include /etc/phpmyadmin/apache.conf" (without quotation marks) in /etc/apache2/apache2.conf (at the end of the file) [09:56] now I got it with IP address. but I dont know what is username for login [09:56] Tommy_nmw: Once you do that, from the XP machine - just open browser, type in ubuntu http://ip/phpmyadmin [09:57] google default phpmyadmin user/pass for your installation. I believe it should be your MySQL root user [09:57] SimpleAnecdote: I now can see log in page as you said. but I do not know what username it is. I was asked only for password during installation [09:57] Tommy_nmw: oh, try 'admin' or 'root [09:57] ' [09:57] I'm about to buy a server, is it a good idea to assemble it instead of buying from HP? [09:57] SimpleAnecdote: why are you so brilliant? It works now [09:58] Tommy_nmw: I am not. I have just done it loads of times before. [09:59] greppy: I don't really know what to do then. The connection is not getting through [09:59] SimpleAnecdote: btw, I would like to know how I can connect to that server with domain name instead of http://ipaddress/phpmyadmin. [09:59] Tommy_nmw: you need to configure DNS. [09:59] SimpleAnecdote: I am very new to that setup. some said http://httpd.apache.org/docs/2.0/vhosts/ but I don't understand them [10:00] SimpleAnecdote: how to ? [10:03] Tommy_nmw: DNS is a bit complicated. If you're using your own machine you need to configure your own name servers - google that as I will be no help with that. If you're using a proper host - just ask them for their nameservers and then redirect your bought domain to those name servers [10:06] SimpleAnecdote: Dear bro, the ubuntu server is configured name server entry under /etc/network/interfaces. so I could install phpmyadmin from internet. do I also need to create/configure BIND to turn it into DNS server? [10:08] You'll need BIND but as I've said - I am no help here. I know the principles, but I've never configured my own nameservers. I can tell you that GUI control panels like DirectAdmin/Kloxo/cPanel/Plesk might make it easier for newbies like us. [10:08] But Kloxo is annoying [10:08] And I believe the others cost money [10:08] Googling the subject might yield much better results than my arbitrary advice ;P [10:35] I was just trying to upgrade to maverick, but got a couple of error messages regarding setting up procps; could anyone helpout? [10:40] stylewalka: a link to a pastebin of the errors would probably be a good start [11:17] g [11:41] [/sty [11:49] I was just trying to upgrade to maverick, but got a couple of error messages regarding setting up procps; could anyone helpout? aptitude safe-upgrade results in http://paste.debian.net/123650; thanks === kentb-out is now known as kentb [12:51] New bug: #814058 in minicom (universe) "[#313217] runscript crash when using environment variable in script" [Undecided,New] https://launchpad.net/bugs/814058 [12:52] smoser: ping [12:54] here [12:55] smoser: question about cloud-init for you [12:55] smoser: I'm trying to implement the new certificate method for mcollective in the plugin [12:55] smoser: problem as always, there's a private key flying over :D [12:55] smoser: have you given more thought about this recurrent issue? [12:57] lynxman, recurrent issue [12:58] i might have missed a message. what is that? [13:01] smoser: trying to pass certs through cloud-init [13:01] smoser: maybe it's recurrent just for me, since I met this issue twice [13:02] you mean the general issue of wanting to pass potentially sensitive data to the instance? [13:03] smoser: yes :) [13:03] i have 2 thoughts [13:03] 1 works now [13:04] a.) use expiring s3 urls (or some other one-time use url) and #include [13:04] b.) implement some mechanism to have cloud-init wait on a volume, attach volume, take data, detach volume [13:05] smoser: hmm I see [13:06] lynxman, i would be interested in you testing 'a' and seeing how it works. covering second boots and such. [13:06] maybe there would be a need for '#include-once' or some other mechanism that would say "this is only going to be there one time, don't fail on subsequent attempts at it" [13:07] smoser: sounds like the best plan so far [13:07] smoser: or silently fail if the cert is already in place [13:07] smoser: it's an indirect include-once [13:08] right. on the server side. but for s3 expiring urls, i think it would 404 [13:08] and cloud-init might get crabby about that [13:08] smoser: not if we use httplib2 right, do a try catch and such [13:09] #include is just using urllib.urlopen.read() [13:09] just because it is. [13:09] but yes, the right thing would be to be smarter there. [13:10] patches are welcom, lynxman. [13:10] but i would think i would rather use urllib.urlib2 as i'm using that in othe rparts of the code. [13:10] smoser: Yeah I think it's better to create the #include-once function [13:10] smoser: to avoid breaking anything, and it's quite explicit as well, it'll silently not fail [13:11] smoser: thanks for your thoughts :) === med_out is now known as medberry === Ursinha` is now known as Ursinha === Ursinha is now known as Guest44940 === Guest44940 is now known as Ursinha_ === Ursinha_ is now known as Ursinha [13:45] good morning :) [13:47] good morning [13:56] Hey all! [13:59] Is anyone here experienced with proftpd? [14:01] proftpd is simple [14:01] it also does some newish ftp stuff that confuses some ftp clients [14:02] I have installed its and changed the default port thats it at the moment [14:02] What else do i need to do because when a user is trying to login its hanging? [14:03] nothing [14:03] sounds like you have active port issues [14:03] Any idea why its not letting the user in? [14:04] you sure it's not letting the user in [14:04] it hanging on listing directory [14:04] or just failing on dir [14:04] totally different issue [14:04] well, fix your firewall [14:04] or the users firewall [14:04] is that what is making it fail on listing directory? [14:04] unable to make a connection [14:04] I see and this could be the firewall causing it? [14:05] yes [14:05] okay let me check that out! [14:05] normally firewalls attempt to fix this for you [14:05] Thanks buddy! [14:05] but you changed the default port, so it isn't helping now [14:06] tcp or udp? [14:06] or both? [14:40] hi there! [14:42] I'm using Amazon EC2 and I have a problem, can anyone help me? [14:43] list the problem [14:43] after using the command ec2-modify-instance-attribute (micro to large), i lost the posibility to connect to my server [14:44] Nonox: probably a stupid question, but - did you check for a new ip address? [14:46] I tried to connect using the dns name (http://ec2-50-16-57-148.compute-1.amazonaws.com) with the browser [14:47] Nonox: and you're sure that's still the dns name for the instance? === jamespage1 is now known as jamespage [14:49] is working! the problem was that the console spent like an hour to refresh the new name for my new dns [14:49] SORRY [14:49] I'it was my first time using the API! [14:50] And... I was afraid! [14:51] thanks hallyn for you help! [14:51] Nonox: np :) [14:52] New bug: #629925 in open-vm-tools (multiverse) "package open-vm-dkms 2010.04.25-253928-2 ubuntu2 failed to install/upgrade: open-vm-tools kernel module failed to build (maverick)" [Critical,Invalid] https://launchpad.net/bugs/629925 [14:54] Morning. [14:54] good localtime(); [14:55] RoyK: does that take in account daylight saving times? [14:55] lynxman: man localtime ;) [14:56] RoyK: good :) === Ursinha is now known as Ursinha` === Ursinha` is now known as ursinha` === ursinha` is now known as Ursinha [15:07] good UTS(-4) [15:07] *rolls eyes* [15:13] when does the server team meeting usually take place? [15:14] I thought Thurs mornings? [15:18] negronjl: Your orchestra commit, do you want that sponsored - or hold out for more love? [15:18] Daviey: It would be great if I can get it sponsored :) [15:18] Daviey: I'll start the build and put it all on the ppa. [15:19] Daviey: I assume you can take it from there ?? [15:22] negronjl: no nead.. i'll just upload it from the branch. [15:23] Daviey: Thanks! Let me know if there is anything I can do to help [15:23] negronjl: my car could do with a wash. [15:23] * Martyn chuckles [15:23] Daviey: I'll get right on that...just hold your breath :) [15:24] wilco! [15:26] Daviey: hey man, bonjour [15:29] Hey, Daviey .. what day/time is the next server meeting? [15:29] I think I got wires crossed .. thought it was this morning. [15:33] Daviey: I thought you didn't have a car [15:34] Hey all, apache and mysql are using a significant amount of memory even when they have no requests - apache has 11 processes running and mysql has 15 processes. Any suggestions on where I should start to reduce the memory/process load? [15:34] lynxman, just because daviey can't drive [well] doesn't mean he doesnt have a car. [15:34] smoser: I assumed that was the case... [15:37] lynxman: i have 3. [15:37] Martyn: Tuesday [15:37] Got it. [15:37] Someone kindly gave me the fridge link [15:37] Daviey: three cars? You almost sound American [15:38] Well, now you have to tell us what kind of cars :) Like on Top Gear. .. we will judge you by your taste in vehicles. [15:38] lynxman: well one hasn't been on the road since 2004. [15:41] some say... that he goes in flip flops to meetings, and also that he has three cars... all we know... he's called Daviey [15:42] heh [15:45] :o === medberry is now known as med_out [15:49] Hi. I have a 4TB iscsi volume, which will have many millions of small files, from 300 bytes to ~20K each. [15:50] I was thinking of going with ext4, but I'm trying to understand my limits with the # of inodes and the inode_ratio. [15:50] is there an ext4 tuning guide, where I can calculate the maximum number of files, etc? [15:55] 1 inode per file [15:56] and probably 1 inode per 4k of disk space [15:56] I think that I would want a blocksize of 1024 [15:56] then 1 per 1k max [15:56] so that might chew through a bunch of inodes. [15:56] but I would probably go with 4k anyways :) [15:56] how come? [15:56] let those 20k files help balance it out [15:57] There are a _lot_ of 300 byte files. :) [15:57] I guess this isn't an email store [15:57] lots of desolate land and water in the world. [15:58] something tells me this is the *wrong* way to store your data though :) [15:58] I'm storing map tiles.. [15:58] using the tile-cache data store. [15:58] ya, but why store each one like that? [15:58] or cause that is how some program does it, and you don't want to program it :( [15:58] because they can be loaded using openlayers directly in a browser. [15:59] browsers use http servers, not filesystems [15:59] unless you are using webdav [15:59] if there are lots of 300bytes files that are the same, hell, 1 300byte file would do so [15:59] martyn, webdav is http [15:59] webdav has no https support? [15:59] it doesn't depend on a filesystem, the filesystem could be a database for all webdav could care [16:00] the openlayers side can generate urls which map directly into the cache. [16:00] ah, point [16:00] when complete, the filesystem is read-only. [16:00] and lookups are fast, far faster than what a database could do. [16:00] fullstop, not saying it won't work [16:00] heh? [16:01] far faster than a database on top of a filesystem could do, if that makes sense. [16:01] nope [16:01] cause they are the same, unless your not using an index [16:02] implicit indexes with the filesystem.. each layer is in a directory, which is further sub-divided. [16:02] databases also have indexs, it's just as fast [16:02] but that isn't my point at all [16:02] yes, but now I have to have something to query the database. [16:02] I didn't even tell you to use a database [16:03] so I dunno where that talk came from [16:03] The point is, once I have the tiles rendered, I can serve them up directly from nginx. [16:03] without any processing in between, other than the filesystem [16:06] hmm, you waste 1k of disk space for every 4 inodes [16:06] is there a tiny webbrowser that I can install on my server for X11 forwarding? [16:06] so 1/4 of your disk will be unusable for inodes [16:07] might be as much as 1/3 after superblocks and other stuff are added in, not sure [16:10] I'm having a bit of trouble using Kickstart to install a Ubuntu 10.10 VM on an 11.04 host. No matter what I pass in the virt-install, it's trying to dhcp instead of using the static IP I'm passing. Anyone seen this? Here's my -x options: "ks=http://10.254.254.11/jslave02.cfg ksdevice=eth0 ip=10.254.254.151 gateway=10.254.254.1 netmask=255.255.255.0 dns=192.168.42.2" [16:10] if i use a dynamic dns resolver on my router is that dyndns.org address good enough to run a fully functional wordpress page from ? [16:11] links and all ? [16:11] Also, oddly it fails to do DHCP, even though it should be able to obtain an IP. Makes me think for some reason the interface isn't up. I can see it doing DHCP discovers in the logs, but it's never getting an offer, and it should. [16:11] fullstop, 1k block size is only good up to 2tb [16:11] If I then manually configure the network on the install it's fine. [16:12] patdk-wk: good to know. This is why I was asking. :) [16:12] seems ext4 does support large though (not ext3 though) [16:12] but the ext utils still have limitations [16:13] Kierge I presume that you have a dyndns.org account set up and a server at home or the office somewhere behind a router with dynamic ip? is that right? [16:13] I briefly considered reiserfs, but I don't know how much life it has left. [16:13] reiserfs keeps on randomly corrupting itself on me, so I stopped using it [16:14] and, from what I've read, xfs is more for large files... but I've read some positive things about small file situations as well. [16:14] reiserfs corrupted stuff for me, but that was years ago on a mandrake system. [16:14] so that should tell you the age. === kierge- is now known as kierge [16:31] I am tearing my hair out trying to set up a mail-server to support multiple domains. Has anyone got any solid experience or can they point me towards reliable information / tutorials etc? [16:36] New bug: #814164 in openvpn (main) "The init script does not handle the script-security parameter correctly when there are multiple configuration files" [Undecided,New] https://launchpad.net/bugs/814164 === med_out is now known as medberry [16:41] I am tearing my hair out trying to set up a mail-server to support multiple domains. Has anyone got any solid experience or can they point me towards reliable information / tutorials etc?:-/:P [16:50] Which user is kerberos run as? [16:51] Anyone know how to build a mail-server? [16:51] chrisPerkins: requirements? [16:52] if i enable and configure ufw for IPv4 connectivity and then enable IPv6 in config - does rules made with v4 only setup apply to freshly enabled Ipv6? [16:52] ksx4system: no [16:53] ksx4system: also, you will want to do 'ufw reload' after turning on ipv6 [16:54] jdstrand: i did /etc/init.d/ufw restart [16:54] that's good enough [16:54] chrisPerkins: the ubuntu wiki has entries on setting up postfix + dovecot + etc. How deep the etc goes depends on what you need. hence the specs question [16:54] I am building a mail server to server multiple addresses over multiple domains. Have tried setting up ldap but can't find complete or reliable information. So looking to set up and configure postfix, courier, mysql, apache, webmail, shorewall etc [16:54] jdstrand: so... i must create a new ruleset for IPv6, am i right? [16:55] chrisPerkins: multiple addresses + multiple domains could be done with postfix + dovecot + ldap [16:55] How do you talk to ldap depends on your mood [16:56] ksx4system: old rules will not be automiatically applied to ipv6, because that might not be what the person actually wants. new rules may apply to both depending on the rule. eg 'ufw allow OpenSSH' would apply to both, 'ufw allow from 192.168.2.10' would not [16:56] Hey all, apache and mysql are using a significant amount of memory even when they have no requests - apache has 11 processes running and mysql has 15 processes. Any suggestions on where I should start to reduce the memory/process load? [16:56] bpower, start by understanding how to read memory usage first :) [16:56] What I have here is that + usual spam/virus stuff + tls/smtp auth [16:57] thanks for your responses raubvogel I'm really going insane. [16:57] ksx4system: if you already did 'ufw allow OpenSSH' with ipv4 only, you should be able to do it again after enabling ipv6 and have it do what you want [16:57] normally all that memory is shared between them [16:57] (ie, add only the ipv6 rule) [16:57] chrisPerkins: webmail stuff you can add later. Are you going to let people imap+tls to server? [16:58] and normally apache doesn't use a lot of memory, unless you use mod_php, mod_perl, ... [16:58] patdk-wk, together apache(+php) and mysql are using over 300mb of memory with 0 requests in the past hour. [16:59] jdstrand: afaics when i'll be setting firewall from scratch (with dual stack v4/v6 connectivity) it'll be need to add rules only once? [16:59] how did you come up with 300mb? [16:59] AFAIK, chrisPerkins, you can have ldap only talking to dovecot. And then postfix can use dovecot for tls auth and be done [16:59] Hi - I have a Sitecom 300N X3 adapter (Ralink) and I'm having trouble making it work. Unsurprisingly [16:59] I'm running Lucid [16:59] nginx + php-fpm works quite well. [16:59] Do I have any chance of making it work? [16:59] patdk-wk, top/htop [17:00] rt2800usb module claims it but when loaded rejects it saying invalid chipset detected or similar [17:00] well, Iknow top won't tell you correct memory usage, dunno about htop [17:00] VSpike: making it work == ? [17:00] None of the rt*sta module seem to claim it, afaict [17:00] ksx4system: depends on the rule. if you are specifying an ipv4 address for example, then it won't be added to ipv6. see 'man ufw' for details [17:00] raubvogel: well - appearing in ifconfig -a would be a good start :) [17:00] patdk-wk, the total memory usage on the server is the full 256 of allotted ram + 150mb of swap. [17:01] VSpike: does it at least show up on lsusb? [17:01] raubvogel: sure does [17:01] BPower: virtual machine? [17:01] fullstop, yes [17:01] raubvogel: id is 0df6:0042 [17:02] BPower: depending on how tied your php stuff is to apache (.htaccess, mod_rewrite), you should take a look at nginx and php-fpm. [17:02] raubvogel Yes I'm going to allow people to access IMAP+tls [17:02] BPower: http://interfacelab.com/nginx-php-fpm-apc-awesome/ [17:03] fullstop, that will do nothing to solve his issue [17:03] it will just move the issue from apache to php [17:03] cause then php will be showing ram usage, where now it is counted for in apache [17:03] VSpike: I do not know how dated this is: http://wiki.debian.org/rt2870sta [17:03] raubvogel Where should I start is there any reliable documentation? How long do you think it will take me realistically. [17:04] patdk-wk: not true. [17:04] chrisPerkins: probably a few hours if you have everything lined up [17:04] how so? [17:04] raubvogel: yeah - I saw that. Makes me think perhaps I need to compile a new rt2870sta on my box using the latest code from ralink? [17:04] patdk-wk: it removes php from the web processes, and keeps a pool of them running. [17:04] I get the impression that the rt2x00 will not work no matter what [17:04] fullstop, so does apache [17:04] Not if you are using mod_php [17:04] sure it does [17:05] the same pool that does static pages does php ones [17:05] a request for an image will be served by an apache worker with php [17:05] sure, it's still a pool of processes [17:05] Yes, but you do not need as many processes with php loaded. [17:06] depends, my websites have more php hits than html/image hits, cause of expires headers and caching [17:06] If you could have 10 processes with php for handling php code, and 20 processes just for handling static, that will win.. with the right usage. [17:06] if you need that much static, you have crapload of first time users, or bad caching [17:06] You must not have many images [17:06] raubvogel: So If I install postfix dovecot and ldap where is the best place to find instuctions? [17:07] You really can't control or rely on how a user's cache works. [17:07] sure you can, that is the whole point of the expires header, etag, ... [17:07] chrisPerkins: I would get postfix+dovecot running (https://help.ubuntu.com/community/PostfixDovecotSASL and https://help.ubuntu.com/community/Postfix) and then go to the dovecot website and read their wiki on getting it to work with ldap [17:07] I still stand by saying that, for low memory systems, nginx + apache-fpm gives you better control of your maximum memory usage under load. [17:08] VSpike: I would give the compilation thingie a try. Do you know if the device runs on another machine? [17:08] patdk-wk: newer browsers do not always cache, until you have requested the same content a few times. [17:08] raubvogel: I'm on it thank you so much. Anything I should look out for? [17:08] chrisPerkins: there is also https://help.ubuntu.com/community/Postfix/DovecotLDAP [17:08] It really depends on how full the cache is, and what they choose to keep / expire from the cache [17:09] Do some testing with chromium, firefox and internet explorer. It's actually kind of surprising. [17:09] hallyn: hey, so all those libvirt packages in -proposed. can you prod them along? I've got another security update and would prefer not to stomp on your pacakges yet again [17:09] well, all my users browsers are pretty dumb then, and cache everything [17:09] hallyn: I mean, I'll do it; just know I won't enjoy it :P [17:09] chrisPerkins: I think that should get you going. Then, if you are stuck in dovecot, the people at #dovecot are really helpful. #postfix, well, they do expect you to know it well before asking [17:10] I am going food hunting [17:11] fullstop, patdk-wk, interesting conversation. I'll take a look into it and see if it suits my needs :) Thanks [17:11] bpower, as for mysql [17:11] well, it's designed to do that on purpose [17:11] normally you want your database fast, that means in memory [17:12] if you want it smaller, you have to tune it smaller [17:12] default is 128megs cache [17:12] jdstrand: yeah, let me take a look, thanks for the heads-up [17:12] * patdk-wk plays with smem some [17:12] hallyn: thanks [17:13] patdk-wk, you're right. i should have thought of that -- just skipped my mind for some reason. I was considering moving the db server to its own unit. [17:13] hmm, my apache is using 1.5megs per process [17:14] patdk-wk: using mod_php or php as fastcgi? [17:14] mod_php [17:14] I have a hard time believing that php fits into 1.5 megs [17:14] it is shared, understandably... [17:15] ya, that is 1.5megs uniq memoy per process [17:15] I'm sure apache+php has lots of shared code pages across all processes [17:15] but I shouldn't count those 10times their real amount [17:16] top says apache is using 9.6megs [17:16] but real memory used is 1.4 to 1.8megs per process [17:17] so in reality, my 10 apache processes are using 16megs of ram total [17:17] not 96megs [17:19] patdk-wk: Where are you getting 1.5 from? What utility / proc entry? [17:19] smem [17:19] I want to compare to ubuntu-server here [17:20] uss = uniq mem per process, pss = process size, rss=same as top value [17:20] pss includes it's usage of shared ram [17:22] hmm, now this loaded down apache is using about 20megs per process [17:22] but it also has 300megs usage in php apc === vDubG__Gone is now known as vDubG [17:23] patdk-wk, holy crap. to install smem it requires 80+ more dependencies. [17:23] apt-get --no-install-recommends install smem [17:23] :) [17:23] you probably don't need it to make pretty graphs [17:27] cool [17:27] i've got to run now. thanks a ton patdk-wk and fullstop :) [17:32] patdk-wk: and which column? RSS or PSS? [17:32] pss [17:32] rss will be the same as top, uniq memory + all shared memory [17:33] patdk-wk: are you using any swap? [17:34] for apache, nope [17:34] udevd is swapped out hard :) [17:36] amavisd looks interesting, uss=50megs, pss=80megs, and rss=142megs [17:37] it's like the only threaded thing I have that has craploads of uniq mem [17:40] okay, using smem I show apache at about 600K [17:40] nginx at 800K.. but this is not apples-to-apples at all. [17:41] since php is not embedded in nginx [17:41] and instead works through a separate pool. [17:41] * patdk-wk perfers lighttpd [17:41] And, additionally, apache has far more workers. [17:42] I used lighttpd for a while. The config file can be a real pain. [17:42] hmm? config file is easy [17:42] That is, it's not really clear what is wrong when there is a syntax error. [17:42] I find nginx's config file far easier to read. [17:42] lighttpd 2.x has a fun config [17:45] I am pretty sure that I was using one of the later 1.X's. [17:45] 1.4.X [17:46] I still think that nginx wins. :) [17:46] especially with unanticipated load. [17:46] Cases where people do not already have your static content in their cache. ;-) [17:50] Hello, my server has many domains and subdomains. I have a service running on port 8081. now it is accessible by any domain of them. I want it to be accessible only by one of them. how can I disable others or at least make them redirect to my desired one? [17:56] I'm setting up VM's in a ubuntu 11.04 host running 10.10 on the VM's. I'm having trouble getting kickstart to accept the static IP I'm passing it with '-x "ks=http://10.254.254.11/jslave02.cfg ksdevice=eth0 ip=10.254.254.151 gateway=10.254.254.1 netmask=255.255.255.0 dns=192.168.42.2"' being passed to virt-install. It's always using DHCP. [17:56] Any one any ideas? [17:57] I just setup a new linode and it set the root password for me as part of the setup, but I want it as similar as possible to a stock install. I added my own user, added the user to the sudo group, how do I lock out the old root login? [17:58] rcaskey: See https://help.ubuntu.com/community/RootSudo [17:58] It's described there how to do it. [17:59] Hi, how do I install Ubuntu server and exclude ubuntu-standard meta-package? Like jeOS, but I'm using 10.04. I'm looking for the smallest (resaonable) footprint. [18:01] netritious, click f4, and select minimal [18:02] but then that IS jeOS :) [18:02] patdk-wk, I thought I tried that but will try again. Thanks! [18:03] mine comes in at around 400megs about [18:03] and approx 24megs of ram usage on boot [18:03] nice..that's what I seek. :) [18:09] should I install dbndns or djbdns? [18:10] personally, I wouldn't use either [18:11] patdk-wk, I'm considering a move to bind but I inherited djbdns and need to setup a secondary external withoiut a lot of fuss [18:11] so it's something I'd revisit later [18:19] * RoyK found a pin with hammer and sickle at work and is wondering if people will look sideways if he wears it [18:20] RoyK: If you wear it on your nose, yeah. As a nipple ring, well, I would look sideways myself... [18:21] * RoyK doesn't pierce his skin [18:22] I saw this poster once, someone made a jolly big one with hammer and banana [18:24] RoyK: lol [18:28] Guys, i ran apt-get upgrade and now suddenly my locales is broken. When i try to do tab completion in bash i get bash: warning: setlocale: LC_CTYPE: cannot change locale (en_US.us-ascii). [18:28] However if i sudo su and I am root I dont get the error, any clue how to fix this [18:47] New bug: #814226 in samba (main) "package samba 2:3.5.8~dfsg-1ubuntu2.2 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1" [Undecided,New] https://launchpad.net/bugs/814226 [18:51] RoAkSoAx: ping [18:52] adam_g: pong [18:54] RoAkSoAx: how did you want to handle bug #744293? [18:54] Launchpad bug 744293 in drbd8 "Infinite loop in helper LVM script for DRBD 8 in Lucid" [High,In progress] https://launchpad.net/bugs/744293 [18:55] adam_g: yes was just about to review it [18:55] hi guys, why are virtual IPs usually set on loopback interfaces? [18:55] djbdns isn't all that bad. [18:56] I use it here, but if I had to do it again I'd use nsd / unbound. [18:57] b0gatyr, what exactly is a *virtual* ip? [18:58] I think he is talking about eth0:1 [18:58] a virtual interface [18:58] that isn't virtual, or on a loopback [18:58] or maybe he means private addresses [18:59] eth0:1 is technically nothing more than a label, used to be called an alias [18:59] sorry I meant an IP set on a virtual interface [18:59] patdk-wk: eth0:1 is commonly referred to as a virtual interface [18:59] by virtual interface, you mean for some type of vm thing? [19:00] fullstop, never seen that in the last 20 years of using linux [19:00] but i've seen people use the loopback interface for this, wouldnt this cause problems since packets are sourced with that loopback address? [19:00] why would they be sourced wit hthe loopback interface? [19:00] the interface source and ip have nothing to do with each other [19:01] patdk-wk: Look around.. it's really a common term. :) [19:01] except if a packet goes out an interface without a source ip [19:01] fullstop, I try to use offical terms, cause anything else causes confusion [19:01] adam_g: btw.. on SRU's if the version I had prepared was ubuntu2.2 and you made changes *beofre* it actually hit the archives, you keep the version but just add your name and changes to the changelog entry [19:01] eth0:1 is an aliased interface, according to man ifconfig [19:01] and that has been depressiated with iproute2 for years now [19:02] adam_g: however, in this particular case we don;t need to add that as we "understand" that a patch should have been added to 00list :) [19:03] b0gatyr, are you looking at a ipvs setup? [19:03] patdk-wk: It's still a commonly used term, for at least the last decade. [19:03] RoAkSoAx: right, i was mainly just throwing something together to get him up and testing while you were busy at the sprint. did it ever make it to the SRU queue as it was? [19:04] fullstop, and it's so wrong and incorrect on so many levels [19:04] christ, does anybody here have a clue why on ubuntu 10.04 LTS i suddenly get all sorts of terrible locale errors when i try to use tab completion? [19:04] geekbri, your locale was never set? [19:04] adam_g: i cant really remember [19:05] patdk-wk: It's still used, and you may benefit from understanding what others mean. [19:05] patdk-wk: it was working fine until i ran apt-get upgrade a couple minutes ago. I've tried locale-gen and it seemse to generate my locales fine [19:05] adam_g: doesn't look like it: https://launchpad.net/ubuntu/lucid/+queue?queue_state=1 :) [19:05] geekbri, "sudo dpkg-reconfigure localeconf" [19:06] RoAkSoAx: yah.. so you'll just fix the packaging error and get SRU started? [19:06] patdk-wk: results in some perl errors saying setting locale failed. It also says it cannot set "LC_CTYPE, LC_MESSAGES, and LC_ALL" [19:07] adam_g: yeah I'll just upload it as the SRU justification is already done [19:07] sounds good [19:15] adam_g: alright, it's in the queue waiting for approval [19:17] #drupal [19:19] patdk-wk: just a heads up, i think apt-get upgrade broke it, i wish i could remember which package but i added LC_ALL=en_US.UTF-8 to my /etc/default/locale and it fixed it [19:37] hi [19:37] when I do: man cbq, I get CBQ(8) at the top, what does 8 stands for ? [19:38] man man has the answer [19:42] New bug: #496601 in vsftpd (main) "package vsftpd 2.2.0-1ubuntu1 failed to install/upgrade: ??? ???? post-installation ?? ?????? 1 (dup-of: 523896)" [Low,Confirmed] https://launchpad.net/bugs/496601 [19:46] which user is krb5kdc run as? [20:14] I'm not 100% which package it is, but i've had 2 of my servers locale break after an apt-get upgrade... just figured i'd say something... === zz_zz_zz_ng_ is now known as ng_ [20:23] make that 3 servers. [20:23] geekbri: well, pastebin the output [20:24] and maybe the end of /var/log/dpkg.log [20:24] yeah let me find out that information hold on. [20:25] predictably so it looks to be the locales 2.11+git20100304-3 causing the issue at least for me. [20:30] hrm i could be wrong, it could be libc [20:52] QUESTION: does ssh work when i have not logged into my server with my user account? [20:53] philipballew, what do you mean? [20:54] like can i take my server. plug it into a cat 5 power it on and ssh into it without entering username and password from a keyboard connected to the server [20:54] raubvogel, [20:54] philipballew, that is exactly what you use ssh for [20:55] you first make sure you have openssh-server installed [20:55] i selected open ssh during install [20:55] and then, say, ssh thetick@monkeybutt.com [20:55] Then it should be installed [20:55] did you try to ssh into it? [20:56] i installed it ofline and need to connect it to the network now [20:56] if im on a lan i can just enter ssh nameofcomputer ? [20:57] If you are logged in as the same user in another machine, sure [20:57] otherwise, see the example above [20:57] (monkeybutt) [20:58] That would be ssh'ing from a Mac or a Linux/unix box to the monkeybutt [20:58] well im on my ubuntu laptop [20:59] same use as in the other machine? [20:59] i am connected to the same router as the server [20:59] i need to ssh into it [20:59] it doesnt have a domain [20:59] I meant same *user* [21:00] ? in what way === ng_ is now known as zz_ng_ [21:00] I am going to call your server monkeybutt. So which is the username you are going to log in as when you connect to monkeybutt? [21:02] alright so since my computers name is philipserver i type ssh philipserver [21:02] What is your username in philipserver? [21:02] philip [21:02] And what is the username in your laptop? [21:03] philip [21:03] If and only if they are the same, then you can do ssh philipserver [21:03] and if they are not. find the locaal ip and go that way? [21:04] philipballew, we are still talking about username. You normally do ssh user@machine. In your case you can do philip@philipserver or, since you are using the same username, omit it [21:05] Now, if philipserver does not work, you then replace "machine" with the ip address [21:05] so, if philipserver's address is 192.168.1.2, you could do ssh 192.168.1.2 [21:05] time to pop up nmap [21:05] haha [21:06] Or go ask your router [21:06] that to [21:11] does it mater if im connected wirelessly and the server is not? [21:27] philipballew, that depends on how you set your router [21:27] can you ping the server from laptop? [21:27] no i can not [21:27] :( [21:28] its a horriable router [21:32] i need to port forword 22 probably === kentb is now known as kentb-out [23:48] I think I may have found a (non-vulnerability) bug in OpenSSH. What's the best place to ask about it? (ChallengeResponseAuthentication=no also disables KbdInteractiveAuthentication) === medberry is now known as med_out