[00:00] there is none, that I know of [00:00] this is what pre-up, up, post-up are useful for [00:25] kaushal: one moment [00:26] kaushal: here is mine http://paste.debian.net/139315/ [00:26] twb: ok [00:27] twb: if i just set gateway someip in /etc/network/interfaces ? [00:27] is that sufficient ? [00:28] kaushal: that depends what you want. [00:28] I mean make it permanent [00:28] am i doing it wrong ? [00:28] Probably. [00:29] twb: Probably ? [00:29] not sure i understand [00:29] kaushal: I mean: I think you're an idiot, and you want someone to do your homework for you. [00:31] twb: mind your words ? [00:31] its pretty bad [00:34] I have a bunch of LXC jails, which drop SYS_ADMIN, and thus cannot lower niceness levels. Cron is hard-coded to do so, so I get messages like this: bleed CRON: pam_limits(cron:session): Could not set limit for 'nice' to soft=20, hard=0: Operation not permitted; uid=0,euid=0 [00:35] Now, this I can understand, but recently I created a new jail, and for some reason it is saying the same with uid=20 instead of uid=0. [00:35] How can this be? That uid is not in use, and UIDs below 100 are reserved for distro-wide hard-coded use. [01:31] why in oneiric, nic aliasing only show the main ip of the nic? [01:31] amero: pastebin the output of "ip a" [01:32] who exactly are you *showing* this info? [01:33] s/who/how/ ? [01:33] i could see all the additional ips in 'ip a' but not in ifconfig -a [01:33] heh, it worked both ways :) [01:33] amero: that's because ifconfig is crap [01:33] ipconfig has been depressiated a long time ago [01:33] amero: it predates the idea that interfaces can have >1 address [01:33] how did you make the alias? [01:33] patdk-lap: er, *ifconfig; *deprecated. Go drink some coffee :-) [01:34] heh [01:34] And "depreciated" is something that happens to money, not code [01:34] well, it happens to code :) we just call it bitrot :) [01:38] looks like ubuntu opted to not fix it, but passed it upstream to debian, and waiting for them to fix it [01:39] bug #876829 [01:39] Launchpad bug 876829 in ifupdown "Oneiric's ifupdown breaks ip aliases" [High,Triaged] https://launchpad.net/bugs/876829 [01:49] patdk-lap: wow, someone actually made a nontrivial change to ifupdown? [01:49] Like, made it use ip(8) ? [01:50] * stgraber notices a familiar bug # :) [01:50] so yeah, regarding that bug, I'm not familiar enough with ifupdown's code to fix it, especially as the bug is in Debian's 0.7 branch too [01:51] ifupdown is fucking awful code [01:51] the aliasing actually works (as in, the IP gets assigned to the interface), the problem is the missing label [01:51] so hopefully now that the source of the problem is known, it should be quite easy for the author to fix it. Once it's fixed upstream, I'll try to isolate the fix and push it to Oneiric as an SRU. [01:52] stgraber, should be a simple fix :) [01:53] figured someone would have patched it by now though [01:53] maybe if I have a moment this week I'll make one [01:53] but that big isn't big for me, as I don't use oneiric [01:57] hmm, 7hours before I can verify this patch works :( [02:30] patdk-lap: I started looking at the diff last week, though the 0.6 -> 0.7 diff is pretty big so figuring out exactly what broke wasn't too trivial. Though now that I know it's definitely label related, pin pointing the change and reverting/fixing it should be a lot easier. [02:30] I may try to do that next week if I'm not too busy with pre-UDS preparation [02:40] stgraber, can I see the diff? [02:40] it really should be a very simple patch, should be pretty ovious [02:46] patdk-lap: http://pastebin.com/p2Eht102 is the diff from 0.6.10ubuntu5 to 0.7~alpha5.1ubuntu1 (so basically from the latest 0.6 release to the earliest 0.7 release) [02:48] patdk-lap: http://pastebin.com/d40HanPQ when restricting to ifupdown.nw [02:52] there you go :) [02:52] that paste pastebin [02:52] line 940 [02:52] ip link set dev %iface% up label %iface% [02:52] should do it [02:53] maybe for 985/986 also? or is that part of a comment? [02:53] I thought ifupdown 0.7~a was still classed as "here be dragons" [02:56] actially, I wonder if that would work [02:57] wonder what iface is set too there [02:58] I'll have to install an oneiric machine and play [02:59] twb: yeah, my understanding is that we got it in Oneiric to have it well tested for the LTS and because we wanted IPv6 support [02:59] I guess [02:59] ipv6 support for what? [03:00] patdk-lap: IIRC ifupdown 0.7 brings a few more options to "inet6 static" and the one currently in Debian brings dhcpv6 support too [03:01] hmm, I haven't done dhcpv6 yet, just stick with static and auto v6 so far [03:01] The main use is resolv.conf [03:11] how to delete mysqmail [03:33] Anyone know of a way to have scripted input for debconf when installing packages that require human input? (such as for the case of deploying the installation of something across a network of systems, silently; without having to put in data manually at each system. [03:33] Takyoji: DEBIAN_INTERFACE=noninteractive [03:34] But you probably want something like puppet [03:34] because I'm trying to deploy a LDAP/NFS setup on fresh installations and so on [03:44] ahh; apparently you can even just set it (as a variable) before any apt-get command rather than having to permanently set it, as I thought was the only option [03:44] Also preseeding [03:51] preseeding being? [03:51] New bug: #813398 in lxc (main) "lxc-create -t ubuntu spews locale errors " [Low,Won't fix] https://launchpad.net/bugs/813398 [03:51] Takyoji: answering questions in advance [03:52] Like debconf-set-selections <<<'ldap-auth-config ldap-auth-config/override boolean false' [03:52] I'm most likely to be going without puppet; I pretty much already have a bash script written [03:53] with non-interactive; does that mean you can just specify the values using stdin, or? [03:54] Takyoji: no, it means you can't specify anything [03:54] So it just ignores the configuration part entirely? [03:54] It doesn't prompt you at all [03:54] Hi I am trying to mount a western digital usb hdd. but I am runing into errors [03:54] mount -t vfat /dev/sdc /media/external -o uid-1000,gid=1000,utf8,dmask=027,fmask=137 [03:54] that is the command I used. [03:54] so it assumes some default value instead then, or? [03:55] Takyoji: it'll take the defaults (or preseed), yes [03:55] Takyoji: occasionally it'll email you (e.g. debmirror) if there is no useful default [03:55] it said wrong fs type, bad option, bad superblock on /dev/sdc [03:55] /dev/sdc is a whole harddrive, not a specific partition [03:55] Zanzacar: try sdc1 [03:55] tried that got the same error [03:56] Zanzacar: pastebin "cat /proc/partitions"; pastebin "file -s /dev/sdc*" [03:56] I was following the ubuntu help guide on it till I got the errors then came here. [03:56] Make that "sudo file -s /dev/sdc*" [03:57] http://paste.pocoo.org/show/497153/ [03:58] http://paste.pocoo.org/show/497154/ [03:58] Blergh [03:59] Well, /dev/sdc1 is definitely right, so something else is wrong -- like maybe you weren't running mount as root? [03:59] Surprised they're shipping with FAT though, you'd think NTFS would be saner... [04:00] I had a typo, uid-1000 needed to be uid=1000 [04:00] sorry about that guys [04:02] Zanzacar: oh, sorry I didn't spot that [04:05] no I just need to figure out how to copy all .mp4 movies over to the hdd haha. [04:05] upsmon to upsd, that's client pull oriented, right? [04:14] yay I figured it all out, now I can copy 125gigs in less then 5 days. [04:14] usb vs. lan...... lan wins [04:14] whoops [04:14] usb vs ftp.... usb wins [04:14] haha [04:18] zanzacar: sneaker-net always wins :) [04:18] station-wagon full of tapes [04:39] what is flush-8 command? I am copying a bunch of movies from my server HDD to a fat32 HDD [04:39] I am looking at my IO read writes and its says its reading and writing a lot [04:40] man pages says something about email, smtp but I didnt think I had a mail service on this server [04:40] Zanzacar: it's probably a kernel thread responsible for getting the data onto the actual platters of the disk [04:40] Zanzacar: it's 8 because you have 8 CPUs [04:41] Zanzacar: the anpage [04:41] Zanzacar: the manpage is for postfix; unrelated [04:41] twb: thanks I was wondering why it didnt make any since. [04:41] If you're in top and you hit "c", or in ps auxf output, kernel threads have []'s around them [04:41] th0mz: thanks for the info [04:42] twb: O thats pretty cool, ya it says its a kernel thread [04:42] Yeah, well, they piss me off [04:42] ps auxf | grep -v ]$ [04:43] the kernel threads piss you off? [04:45] o thats really cool its like a tree of where the commands are coming from basically? [04:51] They piss me off when they fill up the first three pages of top because I have 8 cores instead of 2 [04:55] I am still learning all this, I only started using linux about 2 months ago maybe. [04:55] had a server up after about 1 month. [04:55] every problem I run into I try to figure it out research it, etc. [04:56] I did a bunch of bash stuff but got really frustrated with the syntax so I learned python instead. [04:56] All I know is now that I know linux I never want to go back to pc [04:58] I don't really care about your personal epiphanies. [05:00] twb: ok [05:06] How do you specify a preseed file when installing packages with apt-get? Or do I just append it to some system-wide file, or? [05:11] Takyoji: you pass it to debconf-set-selections before installing the package in question [05:12] ahh, I think I understand what you were specifying earlier. [05:12] Quite [05:14] and you generate the preseed config how? Do the installation as normal and get the added info to debconf-get-selections, or? [05:25] Takyoji: using your brain [05:25] debconf-get-selections helps [05:31] So, I just did do-release-upgrade... it's been stuck on installing a new version of /etc/mysql/debian-start for a few minutes. [05:31] How long until I should be worried? [05:34] Well.. I'm already worried. How long until I should ctrl-c? Or what should I do? [05:35] josePhoenix: you may want to try to strace it [05:36] I don't know which process invoked by do-release-upgrade is actually running [05:36] ah, pstree.. [05:37] josePhoenix: if you interrupt d-r-u it'll explode [05:37] josePhoenix: it really doesn't cope well with that [05:37] Okay, noted [05:37] at least, that's my experience -- I get told off for bad-mouthing d-r-u all the time [05:38] can I kill the hung process (looks like restarting mysql) and will d-r-u move on [05:38] ? [05:39] Dunno [05:39] So... what's the least-bad way out of here? [05:40] Probably kill it off as cleanly as possible, then pick up the pieces [05:40] I would try killing off just the mysql restart at first [05:40] Cool, that seems to have gotten it moving again [05:41] I guess I have to figure out why mysql won't start some other time -.- [05:41] Cos it's crap [05:41] postgres ftw [05:41] Well yeah [05:41] have to support both though [05:41] not my choice [05:41] Stupid users :-/ [05:42] you're telling me [05:42] Just tell them it's a security risk [05:53] and they'll complain about not being able to use wordpress [05:53] which is also a security risk >.> [06:00] hear, hear [06:09] What the hell [06:09] Have a script that spawns some processes on boot (using "@reboot" in a user crontab) [06:09] 60 sec after they're spawned, they get SIGKILL and exit [06:10] Is there some kind of throttling going on? [06:12] no, that's not it.. those lines don't show up until later [06:31] josePhoenix: what's the proc named? [06:31] A thing I've seen sometimes is the init script does like "killall squid" and kills both the squid process and itself, because it's called /etc/init.d/squid [06:31] I think I figured it out.. apparently php5-fpm doesn't clean up its own pid file, and my startup script isn't handling that nicely [06:58] Hm. How can I find per-user crontabs? I need to update this in a few users' crontabs at once [06:58] josePhoenix: /var/spool/cron/ somewhere [06:59] Not sure if you should be blatting them directly, though [06:59] Isn't that warning just because cron needs a sighup to know to rescan the crontabs? [06:59] I'm going to be rebooting anyway [06:59] something like that, yeah [07:02] might be able to fix this without touching the crontabs though... so that'd be nice [07:45] morning all [07:48] morning [08:08] morning all, what would be the best way of making all of my ubuntu client single sign on against my fresh install of oneiric server? === almaisan-away is now known as al-maisan === RudyValencia- is now known as RudyValencia === RudyValencia- is now known as RudyValencia [08:29] elz89: probably via LDAP authentication, https://help.ubuntu.com/community/OpenLDAPServer and https://help.ubuntu.com/community/LDAPClientAuthentication [08:29] TeTeT: thank you [08:57] New bug: #880716 in squid (main) "package squid 2.7.STABLE7-1ubuntu12.4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/880716 [09:11] morning o/ [09:33] hi all [09:57] hello koolhead17 [10:02] hey uksysadmin !!! how are you sir? :) [10:02] lynxman: hola [10:02] hey Daviey [10:04] I'm good thanks. and you? [10:04] uksysadmin: am awesome!! so how is hacking coming along? [10:08] logcheck gives "subprocess installed post-installation script returned error exit status 2" on 10.04. after failed upgrade aptitude shows partially installed. how do i fix this? [10:08] *partially configured [10:12] I like awesome. I'm getting there. I know the #juju channel will like me saying this - but that's equally as awesome (and all I've done is type juju bootstrap and juju deploy a mysql server!) lol [10:13] uksysadmin: yes juju rocks!! you can try charm for CMS like drupal or wordpress as well :) [10:15] indeed - I'm following kim0 tutorial and its working [10:16] just limited in hardware at the mo which is being alleviated this week and over the next few weeks [10:16] uksysadmin: awesome!! :) [10:17] indeed [10:17] ubuntu rocks [just trying to get it back on track for this room] ;-) [10:17] uksysadmin: i need to install oneric as well on my laptop to use LXC and stop using AWS for deplyment test [10:18] (that's me standing on the stage and saying "Anyone here use Ubuntu?" followed by cheers... ;-) [10:18] * koolhead17 thinks most folks around here are still in weekend hangover!1 :P [10:19] yeah I need to do that - but I'm primarily focussed on OpenStack so providing I can get that up and running then do juju stuff to install to it - that's enough for a couple of demos to the engineers and execs here to show the power of it all [10:19] hmm. [10:20] btw - I wouldn't upgrade to oineric on a desktop... its great for the OpenStack stuff, but Unity sucks (sorry for those who like it and have allegiance to it - its not for me) plus its buggy as hell. [10:21] * uksysadmin puts flame-retardant underwear on [10:21] uksysadmin: we are server folks here, and you always have choice :D [10:22] i will install xubuntu/lubuntu on my netbook [10:23] I've had about 10,000 hits over a few days to my blog since putting up a fix that is caused by an upgrade to 11.04 to 11.10 in some circumstances. [10:23] that's not the desktop distro that has previously "just worked" out of the box that people came to love [10:23] though us Linux folk are fickle I guess - and that comes through choice. [10:24] :P [10:24] uksysadmin: am using LTS on my desktop [10:24] currently [10:24] keep it that way ;-) [10:26] uksysadmin, link to the post?:) [10:26] w00: google for uksysadmin i think :D [10:26] oh right [10:26] http://uksysadmin.wordpress.com/2011/10/14/upgrade-to-ubuntu-11-10-problem-waiting-for-network-configuration-then-black-screen-solution/ [10:27] oh, i read that already cause i got bitten by it :) [10:27] * w00 thanks uksysadmin [10:27] w00, its poor for something that IMHO shouldn't have gotten past testing... [10:28] BUT - how many people upgraded 11.04 (or maybe earlier) to one of the betas? I didn't - I tested the betas using a fresh install [10:29] uksysadmin, tell me about it, i'm kind of dissapointed as a user who just started using Ubuntu few months ago [10:29] I can only guess that it didn't handle /var/run (a mounted fs) in 11.04 and earlier which has files that possibly are in use because you're doing a live upgrade... it doesn't/can't remove it whilst its in use... so when you reboot /var/run doesn't have the needed structure that /run has which is a new tmpfs area [10:29] dpkg --configure logcheck also gives same error [10:30] and most/all packages refer to /var/run so 11.10 symlinks to /run... on a clean install this is the case, on an upgrade you're left with a /run that isn't linked to /var/run [10:31] its made worse by the fact it means networking fails - so if its your one and only desktop - you can't even google for a solution [10:32] dhclient eth0 (or whatever) will sort that out on a dhcp network - but desktop users who have ditched Windows for a cleaner experience mightn't know the magic keypresses and commands to get this going again. [10:32] * uksysadmin stops ranting now [10:33] :P [10:43] heh, I have had issues with tmpfs /var/run before [10:43] mainly programs making subdirs in it, and using them [10:44] that means you either can't have them use /var/run, or you have to recreate that dir each boot === al-maisan is now known as almaisan-away [11:01] New bug: #880778 in samba (main) "package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')" [Undecided,New] https://launchpad.net/bugs/880778 [11:28] http://pastebin.com/2QjTHNZS [11:30] Anyone want to tackle a bitesize bug? [11:35] Daviey: ? [11:36] koolhead17: bug 875262 is a good bitesize bug to tackle [11:36] Launchpad bug 875262 in php5 "PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/sqlite.so'" [High,Confirmed] https://launchpad.net/bugs/875262 [11:37] Daviey: waoo. i saw/faced it last night itself [11:37] koolhead17: Great! It should be pretty easy to fix... :) [11:37] during installation of owncloud2 [11:38] New bug: #880791 in samba (main) "Automated Bug Report during Oneiric Upgrade w/Samba" [Undecided,New] https://launchpad.net/bugs/880791 [11:38] koolhead17: note, you can't use UDD for it. :/ [11:38] Daviey: show me the path o master!1 :) [11:38] koolhead17: $ pull-lp-source php5 [11:38] :) [11:38] k [11:41] Daviey: the suggestion was to remove /etc/php5/conf.d/sqlite3.ini as the same bug was reported for 8.04 as well [11:41] koolhead17: *no*, /etc/php5/conf.d/sqlite.ini [11:42] Daviey: oops [11:42] yes [11:47] Daviey: am on it then. :) [11:49] i have it downloaded now. [11:52] Daviey: https://bugs.launchpad.net/ubuntu/+source/php-sqlite3/+bug/281714 are they both not linked ? [11:52] Launchpad bug 281714 in php-sqlite3 "PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613+lfs/sqlite3.so'" [Undecided,Confirmed] [11:52] Hah, no - they are opposite. :) [11:53] koolhead17: That was a bug on hardy. === mrmist is now known as dave2 === dave2 is now known as Guest88551 === almaisan-away is now known as al-maisan [11:54] Daviey: yeah. so what about apps which uses sqlite not sqlite3 ? [11:54] even now? [11:54] * koolhead17 is curious [11:55] koolhead17: SoL [11:55] Daviey: SoL ? === Guest88551 is now known as mrmist [11:56] Daviey: sorry am finding too n00b with all the terms!! :D [11:59] good morning [11:59] koolhead17: sorry, Sad Out of Luck [12:00] * koolhead17 writes the meaning in his slag list :D [12:00] koolhead17: as per, bug 747325 [12:00] Launchpad bug 747325 in sqlite "demote sqlite, or remove it from the archive" [High,Fix released] https://launchpad.net/bugs/747325 [12:11] Daviey: hey small question for you, what's our HA ipvs of choice right now? :) [12:27] lynxman: simple answer? [12:27] Daviey: yeah [12:28] lynxman: We have none recommended.. If you want kernel level, ip_vs_dh [12:29] I don't believe it is in Lucid. [12:30] Daviey: was looking for something with a bit more punch, virtual IP and active monitoring of DRBD [12:31] Daviey: Not in Lucid? Really? It was there in Hardy. [12:32] Daviey: It's there in Lucid, too. [12:38] soren: Oh, i didn't realise it was a module in hardy or lucid. [12:39] ISTR having to do something funky when using it with Lucid, but i could be wrong. [12:39] lynxman: Really need more detail :) [12:41] lynxman: looked at pacemanker or drbd8 and OCFS2 [12:41] Daviey: pacemaker, that's it :) [12:41] Daviey: thanks! [12:48] Daviey: so is sqlite will be removed from precise :D [12:52] Daviey: Every single Ubuntu release ever has had it as a module. [12:52] Daviey: All the way back to Warty. [12:55] since ifconfig cant recognize alias nic in oneiric, what's the alt way to disable the alias nic? [13:02] damn, ifdown on a alias, downs the whole interface, but doesn't mark the raw interface as down [13:02] that is annoying [13:06] holy.. i was gonna try it with ifdown just now. so glad that i haven't done it [13:07] * patdk-wk tests if this works for alias [13:07] but hmm, making ifdown not break everything will be harder I think === flatline is now known as Guest83070 [13:12] yep, quick easy fix to make ifup work :) [13:14] in ifupdown-0.7~alpha5.1ubuntu5/ifupdown.nw [13:14] line 4380, add: label %iface%, to the end [13:15] * koolhead17 is bit excited [13:15] I also did it on 4494, but probably not needed, but might be, for tun interfaces [13:15] the testbuild file needs to be edited to add the label onto those checks for all ipv4 tests though, easy enough [13:15] see if I can locate the ifdown issue [13:15] well, locate is esay, fixing it not so much [13:21] hmm, ifdown isn't too hard, depending [13:21] need to add label %iface% to the ip flush dev [13:21] but then, need not all link set down at all, or it brings the whole interface down [13:34] Daviey, hello [13:34] Hello [13:34] im trying to make wpa_suplicant connect to a hidden ssid but not successfull :( [14:14] Daviey: fyi, while cyrus-imapd-2.2 is in universe, I thought I might point out http://people.canonical.com/~ubuntu-security/d2u/. there are several simple merge candidates for several releases. this could be good practice for core-dev/motu for someone here [14:15] Daviey: and hello! :) === cloakable_ is now known as cloakable [14:30] Wondering if anyone here has had any success in getting Ubuntu to install on HP rx2620? after booting from the installation CD you enter setup and it then fails to continue to reconnize the CD anymore === smb` is now known as smb === med_out is now known as medberry [14:47] jdstrand: Ooo, thanks! [14:47] Ursinha: heya [14:51] Daviey, hey [14:58] hey Ursinha [15:00] jdstrand: Am i being a banana? There are not yet LP bugs for those CVE's are therE? [15:01] (I assume you don't help a helper tool for raising bugs, where you throw in a CVE number? :) [15:03] Daviey: I don't see bugs for that, no. we also don't have a tool to add a bug to LP. I won't go into why, but suffice it to say that LP does not meet the security team's needs for CVE triage, and we work out of https://launchpad.net/ubuntu-cve-tracker (add bug references to it when they come in) [15:04] Daviey: if you open a bug, ping me and I'll add it to the open CVEs [15:05] jdstrand: sad, it looked like LP did start to do some good stuff for CVE work. I guess it didn't get finished. [15:06] Daviey: well, we need to track just way to much stuff. to get an idea, see README in uct [15:07] jdstrand: It's been a few months since i tried to switch to uct, is it that time again to try again? :) [15:07] hehe [15:11] jdstrand: is bug 880909 correct? (series targets?)) [15:11] Launchpad bug 880909 in cyrus-imapd-2.2 "bypass access restrictions for some commands" [Medium,Confirmed] https://launchpad.net/bugs/880909 [15:15] Daviey: yeah. fyi, there is also CVE-2011-1926 and CVE-2011-3208 [15:15] jdstrand: The STARTTLS implementation in Cyrus IMAP Server before 2.4.7 does not properly restrict I/O buffering, which allows man-in-the-middle attackers to insert commands into encrypted sessions by sending a cleartext command that is processed after TLS is in place, related to a "plaintext command injection" attack, a similar issue to CVE-2011-0411. (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1926) [15:15] jdstrand: Stack-based buffer overflow in the split_wildmats function in nntpd.c in nntpd in Cyrus IMAP Server before 2.3.17 and 2.4.x before 2.4.11 allows remote attackers to execute arbitrary code via a crafted NNTP command. (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-3208) [15:15] mornin [15:15] uvirtbot: Yeah, i was about to open seperate bugs for those. [15:15] Daviey: Error: "Yeah," is not a valid command. [15:15] err, jdstrand [15:15] ack === al-maisan is now known as almaisan-away [15:50] stgraber, do you see any reason why we need resolvconf in the default list of packages installed by the ubuntu lxc template? [15:50] (re bug 880020) [15:50] Launchpad bug 880020 in lxc "oneiric container install problem #1: resolvconf" [Medium,Confirmed] https://launchpad.net/bugs/880020 [16:01] hallyn: nope, it's actually the first thing I remove in my containers [16:02] stgraber, I updated that ifupdown bug with a mostly working fix :) [16:05] stgraber, ok, i'm still wondering why that fails to install, but i'll go ahead and remove that [16:05] i guess we can just remove it upstream and let it trickle down? or do you think it's more urgent than that? [16:06] it only fails when inetutils-ping is also in the packagelist, btw [16:06] cool, I saw some comments in the debian bug too (for the ifupdown one) [16:07] what is the debian one? [16:07] see if I can steal any ideas to totally fix mine :) [16:07] yeah, I'm fine with removing it upstream [16:07] not that I care, as long as it's fixed for 12.04 :) [16:08] hey all, accidentally mounted my external over a mount point that already had another partition mounted to it, everyworked, except, now the original mount is stuck and i can't stop the process relying on the mount, and i can't unmount cause the process is relying on it.... ? i'm sure a reboot would fix it, but i can't really do that right now [16:08] its linked from the one in launchpad, sorry I'm on my cell :) [16:08] no problem, just didn't notice it [16:11] heh, the debian people are misdirected on this issue :( [16:13] stgraber, funky actually i think resolvconf isn't hte problem, but inetutils-ping [16:17] * patdk-wk wonders if his email got lost, or if debian just takes forever to update bugs [16:18] It took alma [16:18] doh... [16:19] It took almost an hour last time I sent a mail to the bugtracker [16:19] yuk [16:26] heh, it updated :) [16:30] * koolhead17 thinks why is he so dumb [16:36] does someone have a rutorrent installation running on ubuntu 11.10? [16:43] Why is it that when I 'apt-get update' on a fresh oneiric install, the last package fails with Hash Sum Mismatch? [16:48] Daviey: I've commented on bug 878180, you aren't subscribed. Not sure whether to put certain comments in the bug or the merge request or what. [16:48] Launchpad bug 878180 in xmlrpc-c "missing Breaks/Replaces" [High,Confirmed] https://launchpad.net/bugs/878180 [16:51] I was told to uncomment the CD line in sources.list, but this does not help the matter, and I can't figure out why I have the same CD line commented twice. I really do not understand how a fresh installation can be bug ridden. This is not the first stupid and trivial little problem I have had with this new Ubuntu Server Oneiric either? [16:53] elz89, after commenting the lines, did you run a sudo apt-get update [16:53] ? [16:53] Ursinha: O it was you! lmao yes, of course I did, I just followed your instructions :-) [16:55] elz89, :) [16:55] elz89, and you keep getting the same error? [16:55] rbasak: wow, helluva script [16:55] yeah [16:56] Daviey: yeah well, it beats doing it by hand again and making mistakes :) [16:56] Daviey: I don't expect that the script covers all cases but I'm pretty sure it covers this one OK [16:57] Daviey: (since the results are almost identical to what I got by hand last time) [16:57] Daviey: (and I've checked the differences by hand) [16:57] Ursinha: yes [16:58] elz89, hmm.. can you paste the whole thing for me on a pastebin? pastebinit is a really useful tool to do that :) [16:59] rbasak: well it looks good, but i am getting confused myself.. [16:59] :) [16:59] Lots of things changed between those three versions :) [17:02] New bug: #880968 in lxc (main) "natty containers do not shut down - ureadahead task keeps running" [Undecided,New] https://launchpad.net/bugs/880968 [17:05] Ursinha: ok [17:05] grrrrrrrrrr [17:07] Daviey: am still at same :( === Guest83070 is now known as flatline [17:20] stgraber, are you still on cell phone? [17:21] stgraber, if not, could you review and sponsor http://people.canonical.com/~serge/lxc-resolvconf.debdiff ? [17:36] New bug: #880984 in cloud-init (main) "error resizing root filesystem" [Undecided,New] https://launchpad.net/bugs/880984 [17:44] hallyn: I'm back from lunch. Having a look now [17:45] hallyn: oh nice, I meant to write that /run/lock fix as I had to do it for some of my containers already :) [17:46] hallyn: patch looks good, uploading now [17:47] * koolhead11 needs some help with pbuilder === koolhead11 is now known as koolhead17 [17:48] stgraber, thanks [17:48] http://paste.ubuntu.com/718047/ [18:01] guess i'ts time to sync lxc === mconigliaro_ is now known as mconigliaro [19:06] guys, I will try to stay calm - it's 3am and I've been in the DC installing this new server for the last 6 hours [19:06] I have one question [19:06] # apache2ctl start [19:06] Action 'start' failed. [19:06] The Apache error log may have more information. [19:06] what is the flippin' problem? [19:07] the log file is empty [19:07] and for some reason the apache binary can't tell me what the error is on the command line [19:07] BuenGenio: nothing in /var/log/apache2/error.log ? [19:07] no [19:07] BuenGenio: did you try just 'apache2' ? [19:08] apache2 [19:08] apache2: bad user name ${APACHE_RUN_USER} [19:08] sudo -u www-data apache2 [19:09] sudo -u www-data apache2 [19:09] apache2: bad user name ${APACHE_RUN_USER} [19:09] oh haha right [19:09] sudo sh -c 'APACHE_RUN_USER=www-data APACHE_RUN_GROUP=www-data apache2' [19:10] (2)No such file or directory: apache2: could not open error log file /etc/apache2/${APACHE_LOG_DIR}/error.log. [19:10] Unable to open logs [19:10] finally something.. [19:10] BuenGenio: what's the owner/mode of that dir? [19:10] BuenGenio: that may be a red herring ;) [19:10] apachectl sets that variable IIRC [19:11] where? [19:11] SpamapS: shouldn't that be apaceh2ctl? [19:12] yeah [19:12] now the error log says [19:12] 2)No such file or directory: apache2: could not open error log file /etc/apache2/${APACHE_LOG_DIR}/error.log. [19:12] Unable to open logs [19:12] root@cyclon:/etc/apache2# [19:13] BuenGenio: which distro version is this? [19:13] 11.10 [19:14] Heh.. 11.10 and you're up at 3am to fix it? [19:14] and, excuse me for asking, but why would you want to install something bleeding edge as oneiric on a server? [19:14] RoyK: there are plenty of reasons.. if your website is only going to live for 6 months.. ;) [19:14] lol [19:15] ffs [19:15] * SpamapS has flashbacks to consulting for "marketing companies" [19:15] bleeding-edge? [19:15] BuenGenio: it was released a week ago [19:15] BuenGenio: use LTS for servers [19:15] BuenGenio: yes, 11.10 would be considered bleeding edge, having been released 2 weeks ago, and only having 18 months of updates [19:15] yes, well [19:15] BuenGenio: still, it should work. :) [19:16] I switched to nginx on my test servers back in 11.04 or I'd test it out for you there... ;) [19:16] SpamapS: famous last words.... [19:16] and only having 18 months of updates [19:16] BuenGenio: really, stick to LTS for servers unless you have a very good reason not to [19:16] BuenGenio: anyway, back to your issue.... [19:17] * RoyK hands BuenGenio a lucid cd [19:17] BuenGenio: how about 'sh -x /etc/init.d/apache2 start' [19:17] BuenGenio: thats going to print *a lot* [19:17] BuenGenio: but the thing I'm most interested in is the part where it execs apache2 [19:18] http://pastebin.com/zsQS1wC9 [19:18] * SpamapS loves a good debugging partner who knows how to pastebin fast. :) [19:18] apache2 is not yet converted to upstart? [19:19] no [19:19] its probably never going to be [19:20] SpamapS: why?? [19:20] I honestly see no point in converting everything. [19:20] all the desktop stuff, the boot-supporting stuff, yes [19:21] but once you get to runlevel 2 .. just start normally [19:21] RoyK: maybe when cgroups is in effect so we don't have to deal with expect fork. [19:21] BuenGenio: ls -la /var/log/apache2 [19:22] * RoyK sometimes wonders why lucid was moved to upstart in the first place [19:22] -rw-r----- 1 www-data www-data 563077 Oct 25 02:41 access.log [19:22] -rw-r----- 1 www-data www-data 66324 Oct 23 16:54 access.log.1 [19:22] -rw-r----- 1 www-data www-data 346 Oct 12 11:18 access.log.2.gz [19:22] -rw-r----- 1 www-data www-data 28853 Oct 25 03:22 error.log [19:22] -rw-r----- 1 www-data www-data 350245 Oct 23 06:25 error.log.1 [19:22] -rw-r----- 1 www-data www-data 4675 Oct 16 06:25 error.log.2.gz [19:22] -rw-r----- 1 www-data www-data 1161523 Oct 25 02:41 other_vhosts_access.log [19:22] -rw-r----- 1 www-data www-data 1498700 Oct 22 12:39 other_vhosts_access.log.1 [19:22] BuenGenio: ack! [19:22] -rw-r--r-- 1 www-data www-data 8939 Oct 15 14:46 other_vhosts_access.log.2.gz [19:22] !pastebin [19:22] For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [19:22] sorry [19:23] BuenGenio: looks like there's stuff in error.log [19:23] it's way past my bed time [19:23] ;) [19:23] SpamapS, I set LogLevel to debug [19:23] that's why [19:23] RoyK: upstart is necessary and useful for many, many things [19:23] http://pastebin.com/SX9qfYjK [19:23] SpamapS: sure, but sysv scripts work too..... [19:23] nothing unusual there [19:24] RoyK: but for just the run of the mill network services.. I don't really think its a place to focus much attention. [19:24] like, samba is integrated into auth and boot stuff.. its all intertwined, and needs the event based approach to start when needed [19:24] but apache.. apache just needs to work. [19:25] apache and upstart? bah... [19:25] BuenGenio: do you by any chance have any *encrypted* SSL keys? [19:26] BuenGenio: I'm just saying it'll be a lot easier to maintain the system if you chose lucid - it's LTS, supported until 2015... [19:26] it just seemed natural to go for the latest version.... [19:26] BuenGenio: think about how long that server is expected to live [19:26] BuenGenio: I know, but on ubuntu, that's not the case for servers [19:27] BuenGenio: if its more than 18 months.. you *must* upgrade or be left without patches. [19:27] BuenGenio: that's why there are two tracks, LTS and "normal" [19:28] imho the "normal" track should be labelled "frequent" [19:32] BuenGenio: maybe 'sudo strace -o start.txt apache2ctl start' and pastebin start.txt [19:32] I think it's done [19:32] it was an SSL website [19:32] I just toook it out ouf the config [19:33] well, can I not upgrade from 11.10 to an LTS release [19:33] when it's out? [19:33] BuenGenio: yes, of course [19:34] BuenGenio: which is a very reasonable approach, don't let these guys scare you :D [19:35] i just wish it apache told me what the problem was right away =) [19:35] BuenGenio: you had an encryted ssl private key then? [19:36] tayes [19:36] yes [19:38] I'm not sure if this is the right place but here goes. I'm using ubuntu server edition 11.04 and apache. I've just installed coldfusion which by default places its admin pages under /var/www now I've moved those out inthe the filing system for security reasons. I'm getting the basic page layout but the css/images are not working because they looking for the files under /var/www is there away... [19:38] ...I can get apache to redirect those requests to the new folder structure? [19:39] where's the proper place to put an init script if not using upstart? I've tried /etc/rc0.d/K01… but it's not working [19:41] BuenGenio: actually thats most likely a bug in code that I wrote. [19:41] well, I hope I helped you fix it ;-) [19:41] I'm really looking foward to bed now :P [19:42] BuenGenio: 12.04 will be released in half a year or so [19:42] BuenGenio: SSLPassPhraseDialog exec:/usr/share/apache2/ask-for-passphrase [19:42] BuenGenio: don't you still need that one SSL site to be up? ;) [19:42] BuenGenio: and will change the update manager config to default to upgrading only LTS [19:43] thanks guys, wiill parse the chat logs tomorrow ;) [19:43] cjs226: /etc/init.d [19:43] thanks [19:43] cjs226: for all that I said about not using upstart.. I do think its easier to write an upstart job for simple services than it is to write a sysvinit script ;) [19:44] BuenGenio: anyway, when you're ready to try and fix that SSl site, try commenting that line out of /etc/apache2/mods-enabled/ssl.conf ... if that fixes it.. please file a bug. :) [19:44] SpamapS: easier even for shutdown? i need to include some logic and am thinking I'd rather just use init.d. to my question, i have the script in /etc/init.d and link it to /etc/rc0.d/K01… is that the correct procedure? [19:45] cjs226: yes its easy for shutdown too [19:46] cjs226: no, the correct thing to do is put the script in /etc/init.d , then use 'update-rc.d' to enable /disable it. [19:46] SpamapS: true. i did that and it appeared to just link it like the ole days [19:47] SpamapS: but didn't run upon shutdown [19:47] cjs226: are you sure it didn't run? maybe it had an error [19:49] SpamapS: i don't believe it did. in fact i appended everything with a echo out to a log which was never updated. ok, maybe i should start fresh. if i wanted to use upstart, the normal logic, etc. I'd use in an init script would go in a pre-stop stanza? [19:57] cjs226: depends on a few factors [19:58] cjs226: if you need to do more than just send SIGTERM .. then yes, do that in pre-stop [20:06] SpamapS: thx [20:08] cjs226: also if you are doing anything that will take longer than 10 seconds, its advisable to 'stop on starting rc RUNLEVEL=[016]' and 'start on runlevel [2345]' .. [20:08] cjs226: the shutdown only waits about 10 seconds for stuff to stop cleanly if it does 'stop on runlevel [016]' [20:12] * RoAkSoAx will be back in an hour [20:41] hi, what's the best choice of IMAP server on ubuntu? [20:42] in terms of security/performance [20:42] lauris: Last time I managed one, it was dovecot [20:42] lauris: Well, dovecot is at least not the wrong choice. [20:42] These days I use Zimbra. [20:43] i tried Zimbra once, the feel was like it is very heavy & slow [20:43] * RoyK too [20:43] that is, I use zimbra [20:43] it's on the heavy side, truely, probably because of the java bits, but it works well and is easy to administer [20:44] how about performance? [20:44] but then, you need a dedicated machine or VM with 2GB RAM or so [20:44] lauris: sufficient [20:44] I give mine about 3.5G, IIRC. [20:44] broadly speaking, zimbra is an alternative to exchange? [20:44] lauris: yes [20:45] RAM is cheap these days [20:45] Java eats RAM, and lots of it. The more RAM you can spare the more performance it'll deliver. [20:45] so this is not an issue [20:46] is there a mobile app for zimbra? [20:46] iOS/Android [20:46] lauris: depends how long you strech it ... MS concludes that memory overcommit isn't needed in hyper-v for that reason :P [20:48] memory overcommit isn't needed. [Period] [20:48] :)) [20:48] i'll try it [20:49] jMCg: it's very useful with xen and vmware ..... [20:50] http://lwn.net/Articles/104179/ [20:51] The red part is where they explain how memory overcommit + OOM killer work nicely together in an analogy understandable to everyone. [20:52] RoyK: what works well for Xen and VMware is COW. And we've know and used that kind of stuff since ~1974. Even Linux has it. [20:53] jMCg: memory overcommit in kvm sucks rather badly, it's better in xen and it works even better in vmware - I have that info from people who have used all of those platforms [20:53] memory overcommit != CoW [20:53] RoyK, does open source edition have all the features from commercial version? [20:53] lauris: zimbra? [20:54] yes [20:54] lauris: IIRC the OSS zimbra lacks some smartphone things, outlook connector and a few others - ask on #zimbra [20:54] oh, sorry :) [20:55] np, just pointing you to a better place ;) [20:55] RoyK: my experience so far is limited to Xen and KVM, but the point I'm arguing against here I really experienced *in* the guests. I give them 4G of memory, they pretend to have unlimited amount, give it freely on malloc() and then start OOMkilling processes, because, low and behold, we're running out of *real* memory. [20:56] That's something I really like about Solaris: You want to spawn a process? You want a malloc()? Well sorry, no more memory. Let's start swapping like crazy. If you don't want to see this, buy more RAM. [20:57] RoyK, i found a page of product comparison [20:57] k [20:58] lauris, RoyK - I use icssync for the calendar on my Android and the mail works just fine with the mail app. [20:58] But you don't get push. [20:59] for my personal needs i use gmail, it syncs perfectly on my android phone :) [20:59] While forwarding all my data to google for ad-analysis. [20:59] that's not really relevant to zimbra, is it? ;) [21:03] hi, I'm having a problem with RAM detection on a 64bit installation [21:04] there's 6 GB in the server, but only 3 GB are recognised... [21:04] I'm using 10.04 [21:04] anyone know what might be the cause? [21:04] been googling all evening, couldn't really find something [21:06] Wietienkie: what does uname -a have to say? [21:06] New bug: #881097 in ipsec-tools (main) "Please merge ipsec-tools 1:0.8.0-9 (main) from Debain unstable (main)" [Undecided,In progress] https://launchpad.net/bugs/881097 [21:10] RoyK: already checked that, but here goes: [21:10] Linux hkserv 2.6.32-34-server #77-Ubuntu SMP Tue Sep 13 20:54:38 UTC 2011 x86_64 GNU/Linux [21:10] so yeah, it's x86_64 [21:11] Wietienkie: does linux see less memory than what's reported by BIOS? [21:12] I have no access to the bios now, sadly [21:12] I guess you'll have to check that first [21:12] also, pastebin lshw output [21:12] I checked with cat /proc/meminfo though, and it reports 3GB only, so I do fear the bios sees 3GB only [21:13] the mobo is supposed to support 8GB [21:13] if they installed high desity ram, instead of low density, then yes, it would do that [21:15] http://pastebin.com/19sPbmDL [21:16] maybe they where put in the wrong banks? [21:16] so that the 1g stick is paired with the 2gig stick? instead of 1g to 1g [21:16] well that's what I'm thinking of too right now, but I'm not sure though [21:16] yeah, the 1 GB is paired with the 2 GB stick [21:16] wierd - the DIMMs are therë... I've seen similar stuff on linux machines, though [21:17] fffff, shouldn't have been so lazy and have looked up what's the best [21:17] royk, that isn't too odd :) [21:17] damnit, google is revealing something more to me [21:17] that just reports what the stick says it is, 2gigs [21:17] doesn't mean the computer can see the whole 2gig stick :) [21:17] Due to Intel 965 chipset limitation, max addressable memory is 4GB [21:17] chipset is P965... [21:17] Patrickdk: but 3GB? not 4? [21:17] most likely [21:18] it limits each ram slot to 1gig [21:18] actually, that was 64bit [21:18] depends [21:18] yeah well, don't really get it [21:18] not sure how that chipset works, it might use up that space for pci stuff [21:18] I have had systems limited to 2.4gigs ram cause the rest was pci/pcie/agp crap [21:18] Patrickdk: 1+2+1+2 should be either 6GB or 4GB IMHO [21:18] I know the P945 was a bitch on supporting max 4 GB while declaring to be 64 bit [21:19] strange thing [21:19] * RoyK is off to bed - night all [21:19] royk, yes, but you have reserved memory space [21:19] Patrickdk: not 1GB! [21:19] if the computer can't map that extra ram to >4g, you loose it [21:19] also on the details of the motherboard it states it supports up to 8 GB [21:19] roy, I have lost up to 1.5gigs cause of it [21:20] sounds very unlikely [21:20] but then - it's late - night ladies [21:20] night === mconigliaro_ is now known as mconigliaro === skrewler_ is now known as skrewler [22:46] anyone have an idea how to get sftp to obey a umask [22:47] i tried pretty much everything on http://jeff.robbins.ws/articles/setting-the-umask-for-sftp-transactions [22:47] currently i have Subsystem sftp /bin/sh -c 'umask 0002; /usr/lib/openssh/sftp-server' [22:52] also tried modifying pam.d [22:52] :( [22:52] what the heck [22:54] Is it possible to have apt-cache (or whatever works best) on a 10.04 LTS server and passively cache packages for 11.10 desktops? [22:55] I'm working on a school setup; and the download speed is only ~1Mbps (T1) [22:57] it doesn't run the .sh if i modify the Subsystem [22:58] Takyoji, yes [22:58] how you do it depends on which software you choose, but proxies will cache anything you want [22:58] and mirrors you have to set up each distro you want to mirror for [22:58] So what would be a reasonable minimalistic setup for such> [22:59] caching proxy [22:59] probably apt-proxy or squid [22:59] mirrors are on the very costly side, proxies only keep what you download [23:00] but if your internet is really slow or unreliable a mirror may be the way to go [23:00] and I'm also thinking what precautions would be needed for the sake of limiting it from being a way around the firewall [23:00] you run it through the firewall just like everything else [23:01] But the server is exempt from all the rules [23:01] all it needs to do is download HTTP from the mirror sites [23:01] New bug: #881146 in samba (main) "doing a system upgrade (ubuntu natty to 11.10) samba cannot be upgrded.package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')" [Undecided,New] https://launchpad.net/bugs/881146 [23:01] why, exactly? [23:02] but anyway, doesn't apt-cache-ng pretty much passively cache? [23:02] rather… the sftp-server.sh script works but umask 0002; does nothing [23:02] don't know [23:02] but the best way to do it IMO is a transparent inline proxy [23:02] no client setup needed [23:02] I think the reason is: there's no internet access allowed at all, unless if you HTTP auth with the proxy [23:03] well, if you're already running a proxy, you'll have to configure that proxy to cache apt [23:03] you can't use two different proxies at once [23:03] dir is drwsrwsr-x [23:03] or chain them with firewall trickery [23:04] but I can see that causing some issues [23:06] actually, you probably could use two different proxies if you configure apt to one and browsers to another [23:06] but as stated, the server itself is exempt, thus doesn't even need to configure with a proxy. It's some awkward trickery of an Astaro server (or at least of how they configured it) [23:06] but it's still a mess you really don't need, just configure the one proxy [23:06] my point is that I don't want the apt package cache as a way around the firewall for client desktops with malintent [23:07] then set the firewall up properly [23:07] the server shouldn't be completely exempt from the firewall, it should have exceptions for what it needs to do [23:07] but if your clients are already using a proxy [23:07] just configure that proxy to cache apt [23:08] The reason for the firewall is so that you have to authenticate to get internet access entirely. I don't think there's any domain-specific restrictions or anything. Also, the firewall isn't a Windows/Linux system, it's some proprietary server rack, not even sure how it's configured [23:10] black boxes aren't good security practice [23:10] but even so, if you go the squid route, you can configure squid to only allow outgoing connections to the mirrors you want to cache [23:11] a site whitelist [23:12] and yes, if I was the decision maker, I wouldn't have something that's pretty much a black box for security at all. xP [23:12] it's not that it's a proprietary system, it's that you don't know how it's set up and what it does [23:13] daskjfdsfjsdfsadiojf\\\ [23:13] what the heck [23:26] Takyoji[laptop]: so you can get the admins to poke a hole out for a restricted proxy, right? [23:28] It's how they originally set it up; I haven't had any intervention [23:29] Anyone know the different between apt-proxy and apt-cacher? [23:29] difference* [23:29] Takyoji[laptop]: yeah, they do the same job but were written by different people [23:30] Takyoji[laptop]: apt-cacher-ng is "the next gen" cacher.. I guess. ;) [23:30] they work differently though [23:30] apt-proxy I thought worked before the fact, and apt-cacher was as needed [23:30] I have used both, and they have lots of annoying heisenbugs [23:30] apt-cacher is slower than dirt for me, apt-cacher-ng works good [23:30] Either use a proper (if partial) mirror with debmirror or apt-mirror, or use a "dumb" cacher like squid [23:31] twb, I have had nothing but issues with squid and .deb [23:31] I use debmirror now and I have no problems with it, and the end result is MUCH fast [23:31] Patrickdk: it's mainly an issue if you rice up your squid.conf, like "don't cache small files" [23:31] apt-mirror is nice, just a huge hog if you don't need everything [23:31] I don't know about a-m, but debmirror allows you to exclude stuff [23:31] twb, na, I had it cache everything up to 20gigs [23:32] I'm happy with apt-cacher-ng though [23:32] I use one hostname for it [23:32] Shrug [23:32] and use local overrides at different locations, so that it goes to my home apt-cacher-ng, or colo apt-cacher-ng if I'm roaming [23:33] so I pretty much always have something relatively fast [23:33] http://paste.debian.net/139591/ is what I do, it uses 78GiB today, and it pulls from an unmetered ISP mirror so I don't care. [23:33] * Patrickdk is annoyed do-release-upgrade isn't using apt-get proxy settings :( [23:33] And that means all my jails have a bind-mounted or NFS-mounted file:// mirror which means it's super fast [23:34] also can a person resize a (md) software RAID 1? :P [23:35] sure [23:35] just give md a larger drive [23:35] I mean smaller [23:35] sure, just reformat [23:36] Actually I believe there is a known issue with squid and the archive having to do with Release and Packages files coming from slightly out of sync mirrors .. but it only should affect dev releases and occasionally security/updates when they change. [23:36] dunno md supports that really [23:36] When I was installing the OS through the alternate CD, it didn't really give me the option of more than one partition for the RAID [23:36] Something to do with the mtimes and Expires headers that the mirrors give back [23:36] and I hope I don't have to fully reformat and install again. xP [23:36] spamaps, I seem to hit that issue a few times a week [23:36] I finally gave up on squid [23:39] Patrickdk: yeah I think there may actually be investigation underway to handle this better [23:40] I seemed to have pushed the ifupdown issue along on debian some [23:40] but someone with enough knowledge about it is going have to finish fixing it [23:41] that part doesn't sound promising [23:41] Patrickdk: working at using iproute2 for the static method? [23:42] well for aliases [23:42] would defently annoy me in 12.04 :) [23:42] and my ipvs config [23:42] that is the whole point I'm here :) [23:42] to push along things, and resolve issues that affect me :) [23:44] I totally don't get whatever language ifupdown.nw is written in though [23:44] nowebm [23:44] Its C+postscript .. totally nuts [23:44] "literate" programming [23:44] oh, a cobal offtake? :) [23:44] the theory is you print out the program with its documentation or something like that [23:44] I find it to be *maddening* [23:45] ya, I had a huge issue attempting to tell code from documentation [23:45] because its not just nowebm that makes it hard to understand, it also does some weird, weird code generation [23:45] then I seemed to notice it was kind of like a badly made makefile [23:46] So awkward that postfix is hinted to be installed when installing mdadm [23:46] why? [23:46] how else would mdadm warn you of a bad drive? [23:47] ahh, true [23:47] the defn2c.pl script is my favorite [23:48] perl to translate some made up thing into C [23:48] Hi! I have a problem with setting up 2 network cards with 2 static ip adresses. I set up the /etc/network/interfaces file but no way I can bring eth1 to life... or eth0:1 just to give a try to the virtual network card.... Can somebody help? Thanks! (ubuntu 11.10 server 32 bit) [23:48] I need assistance with DNS, for some reason I am unable to establish a lookup from another system. When pointing to the bind dns server, on ubuntu, and i updated the /etc/resolv.conf on the client system to point to the ubuntu bind dns server I cannot browse the internet. Was there anything I am missing in terms of allowing a lookup against the root zone? [23:49] nicolas, what exactly is a virtual network card? [23:49] Is there a command to log out of a GUI back into terminal? [23:49] omni_, ubuntu-server has no gui [23:50] Patrickdk, i know, i installed one and realized it was not what i wanted. Now when i re-boot i log into the Gnome and want to get out of it. [23:50] Preickdk: I have just seen in many how to that you can set up virtual interfaces with this, but I have to phisical NIC, eth0 and eth1 [23:51] totally not sure what exacly eth0:1 has to do with a virtual interface, *:x are aliases, not virtual [23:51] yes, alias, my mistake sorry [23:51] what does ifconfig eth1 show? [23:51] the thing is that a separate IP address is needed for one domain but the others are on a different and that is why i would like to setup eth1 [23:52] nothing in that last sentense made any sense at all, but it all sounds completely non-relevent [23:52] auto lo [23:52] iface lo inet loopback [23:52] # The primary network interface [23:53] auto eth0 [23:53] iface eth0 inet static [23:53] address 94.247.88.164 [23:53] netmask 255.255.255.0 [23:53] network 94.247.88.0 [23:53] broadcast 94.247.88.255 [23:53] Urk [23:53] gateway 94.247.88.1 [23:53] #dns-* options are implemented by the resolvconf package, if installed [23:53] nicolas, you need lots of help [23:53] #dns-search binga.hu [23:53] auto eth1 [23:53] iface eth1 inet static [23:53] address 94.247.88.245 [23:53] netmask 255.255.255.0 [23:53] use a pastebin, and no one asked for that [23:53] network 94.247.88.0 [23:53] broadcast 94.247.88.255 [23:53] gateway 94.247.88.1 [23:53] #dns-* options are implemented by the resolvconf package, if installed [23:53] He needs to have his network access administratively revoked [23:53] #dns-search barnabees.hu [23:53] oops sorry :$ [23:53] that config though, is totally messsed up [23:54] yes, I know :( [23:54] linux really doesn't like to have multible nics on the same network [23:54] normally you get lots of, packet received on wrong nic, errors [23:54] Patrickdk: short of bridging [23:55] Nicolas: just put both addresses on one interface [23:55] twb, wouldn't bridging just cause stp to make one not work? therefor fixing the issue? [23:55] anyone want to help me with a dns issue? basically i can resolve domains on teh dns, but it isn't using the root servers fro anything else [23:55] Patrickdk: er, sorry, trunking [23:55] ya, trunking is totally different :) [23:55] trunking/bonding [23:57] New bug: #881160 in samba (main) "package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')" [Undecided,New] https://launchpad.net/bugs/881160 [23:57] and how can I do it? [23:57] sorry I am very noob to this.... [23:57] Nicolas, what is your goal? [23:57] you haven't told us what your attempting [23:57] other then show us what you did, and we said, wouldn't work [23:58] my goal is to make both IP addresses work, one is for only one domain and the other is for many [23:58] where are init jobs configured now ? [23:58] there is no more inittab right ? [23:58] Nicolas, what is *a domain* [23:58] http://paste.debian.net/139595/ [23:58] Nicolas: ^^ that is an interfaces stanza that puts multiple addresses on one interface [23:59] there is a domain name that needed a separate ip addreess because of an ssl certificate or something like this and I got a new IP from the ISP and I would like to make it work in the sever [23:59] nicolas, ya, using eth1 is not going be easy for that [23:59] use eth0:1 instead [23:59] and when you do that, use a netmask of 255.255.255.255