[00:00] jbernard: btw, you had no objection to my adding 'devices' and 'memory' cgroups to the default config? [00:01] SpamapS: my newest update works perfectly for me, so just waiting for your smackdown to give me some more busywork to do after i cry a bit [00:02] hallyn: ugh.. aclocal changes.. :-P [00:02] SpamapS: don't look at me [00:02] hallyn: its a borken rules file most likely doing the wrong thing in clean. :-P [00:04] rules file doesn't touch clean [00:04] oh this is an actual upstream sync [00:04] right [00:05] which, oddly enough, seems to have been built with an older version of autoconf :-P [00:05] :) [00:06] SpamapS: you're looking through the online diff, instead of 'bzr branch' followed by 'bzr log -p' ? [00:06] in this case, given the sync being in there, the latter would be less confusing [00:07] Daviey: just fyi, i don't know if you thought you'd sent it, but i've not seen your email on docs yet [00:09] hallyn, no not yet... will be first thing tomorrow now. [00:09] i've spent all night doing something i didn't want to :/ [00:10] Sleeping? ;) [00:12] Hi. I'm trying to set up a home server that functions in the same way as companies such as PublicVPN.net for securing connections through public wifi. What is that called? A VPN Gateway? [00:12] Daviey: np - just making sure it didn't go to a list i wasn't on! [00:14] hallyn: I'm looking at the diff in email, but yeah.. would be easier if I pulled the whole branch down. ;) [00:14] it's a tiny branch [00:15] not like libvirt, which is a bastard to pull down the first time [00:17] try samba some time [00:17] ;) [00:17] ~/pkg/samba/bzr$ du -hs .bzr [00:17] 372M .bzr [00:18] Hi, I've got a 10.04.02 server build, installed apache2 and php5 but php isn't working -- apache sends a test php file in plain text as a download. [00:18] I've removed/purged the packages and reinstalled, same thing. Any advice? [00:19] Read the relevant docs in the server guide. See /topic for where to find it. [00:21] diffra, sounds like you expect to use mod_php and it's not enabled, cause you didn't enable it [00:23] In the past, even with 10.04, It's been enabled by default when the packages were installed. That's what I found odd [00:24] bizarre, now after purging and recreating it, it's not creating /etc/apache2 [00:28] ah, aptitude remove apache2 doesn't remove apache2.2-common or apache2.2-bin [00:35] The following packages are BROKEN: apache2-mpm-prefork apache2-mpm-worker [00:39] in what way are they *broken* [00:39] they have worked fine for me [01:11] patdk-nb: that's what I'm trying to figure out [01:12] Aptitutde is reporting that they're broken, not me [01:15] SpamapS: still there? [01:16] SpamapS: you say to use 'env OPTIONS=', but doesn't that mean it'll try to get it out of the boot arguments as well? === dendrobates is now known as dendro-afk [01:29] jbernard: do you have a ubuntu.com address? [01:29] (package doesn't seem to want to build without a maintainer with ubuntu.com address, bc it has -ubuntu1 in the version) [01:30] hallyn: run update-maintainer in ubuntu-dev-tools [01:31] zul: hm, i did it by hand. wonder what update-maintainer will do [01:31] * hallyn tries [01:31] do the same thing [01:31] so it did :) [01:32] thanks, it'll save me opening another packags control file next time to see the format :) [01:51] One more round of apt-get remove --purge of both apache2 and php5 and all related packages did it. [01:51] *no* idea why [01:51] and removing mpm-worker and mpm-prefork as well [02:06] diffra: apache2.2-common provides the Apache config files, so until you got that one purged they wouldn't be regenerated. [02:07] ScottK: I discovered that in the course of troubleshooting it. Not sure why removing apache2 wouldn't remove apache2.2-common since it was installed as a dependency but no longer required. [02:08] Autoremoving everything that's no longer required is not standard. [02:08] really? [02:08] hrm, weird. [02:09] so in the course of normal events, if I were to install apache2, then decide I want to use lighttpd so I remove apache2, but it leaves all its dependencies? [02:09] Just trying to make sure I understand. [02:09] Yes. [02:09] Hmm. Noted, thanks. [02:09] sudo apt-get autoremove will take care of it. [02:09] That removes everything that was pulled in by something else and is not longer needed. [02:10] o.O d'oh. I knew that. [02:13] jbernard: http://people.canonical.com/~sergeh/cgroup_0.37.1-1ubuntu1.tgz has the source package and the amd64 .debs, wich all work for me [02:13] jbernard: if you wanna take aquick look before I upload.... [02:14] jbernard: in particular, the bzr workflow seems to have created an extra patch in debian/patches. I want to make sure that the end result has all the little nits the wya you wanted them (i.e. changes to the manpages are in there for some reason) [02:36] New bug: #766731 in exim4 (main) "sieve not working with i386 build" [Undecided,New] https://launchpad.net/bugs/766731 [02:40] hello, is there a case when I do dhclient, I receive a DHPACK from an IP that I could not ping to it? [02:42] If the remote host is configured not to respond to pings would be one. [03:45] Hi, i am setting vpn server on ubuntu machine, i am not able to connect the client xp and ubuntu both to the server, logs are here, http://pastebin.ubuntu.com/596358/ ,I followed this http://www.ewdisonthen.com/how-to-setup-pptp-vpn-server-on-linux-tutorial-07577.php how to [03:46] where is www folder in ubuntus-erver [03:46] ? [03:47] van7hu, /var/www/ [03:47] thanks [03:47] np [03:54] It says "Kernel panic - not syncing : VFS : Unable to mount root fs on unknown-block(0,0)", I have a KVM-IP connected to the machine but CTRL+ALT+DELETE won't reboot it. What do I do? It's a prod machine... [04:08] anyone have experience installing netflow collectors/ analyzer? nfdump, nfsen, etc? [04:15] * mattyfail hears crickets [04:16] hello, is there ipfwadm in lucid? [04:22] !anyone [04:22] A large amount of the first questions asked in this channel start with "Does anyone/anybody..." Why not ask your next question (the real one) and find out? See also !details, !gq, and !poll. [04:22] van7hu: apparently not. [04:22] van7hu: I recommend you write rulesets directly in iptables-restore format; see #netfilter for more information. [04:23] van7hu: simple allow/deny rulesets can be generated using the ufw wrapper. [04:24] twb: ok, I'll try that [04:24] Apparently ipfwadm is for linux 2.0; Lucid ships 2.6 [04:24] So anything that tells you to use ipfwadm is about ten years out of date [04:25] SpamapS, around ? [04:37] smoser: am now, sup? [04:37] https://launchpad.net/awstrial-tools [04:37] thats a mix of shell, and python [04:37] Hi, i am setting vpn server on ubuntu machine, i am not able to connect the client xp and ubuntu both to the server, logs are here, http://pastebin.ubuntu.com/596358/ ,I followed this http://www.ewdisonthen.com/how-to-setup-pptp-vpn-server-on-linux-tutorial-07577.php how to [04:37] i have one python library [04:37] (a single file) [04:37] how should i package that ? [04:39] SpamapS, ^ [04:48] hi, I have 2 physcial ubuntu-servers running kvms for me, which when I use nmap to scan a particular subnet shared by the hosts and guests, I see the two physical hosts by IP just fine, but the VMs do not show up [04:49] I know the guests are up and running, I know one is even actively providing services, but I can not see either with nmap. [04:50] one of the 'missing' guests can be pinged just fine (I know its IP, but I'm trying to find the other) [05:06] smoser: sorry I pong'ed then got distracted from IRC [05:07] no problem [05:07] smoser: best bet is to create a setup.py [05:07] smoser: then try out 'pkgme' [05:07] https://launchpad.net/pkgme [05:23] SpamapS, i dont know thats helpful. how / what am i supposed to do there? [05:28] is it a good idea to run 10.10 on my prod webserver or should i keep it at 10.04? [05:29] im in a situation where i need the latest puppet package (which is on 10.10) [05:32] smoser: you should be able to run 'pkgme' in a dir w/ a setup.py and it creates the entire package for you [05:32] smoser: you can also just use boring old dh_make [05:32] smoser: but pkgme strives to do more for you. :) [05:32] smoser: now that I think about it, you are a terrible guinea pig.. so just do dh_make [05:32] ;) [05:32] i'm not asking how to get a package made. [05:33] i'm asking how you'd recommend doing a python and non-python package as easy as possible. [05:33] kirkland put together some initial packaging. [06:42] New bug: #766833 in postfix (main) "package postfix 2.7.0-1ubuntu0.1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 75" [Undecided,New] https://launchpad.net/bugs/766833 === twister004_ is now known as twister004 [07:30] hi all [07:32] why the /etc/lsb-release does not say natty beta2 instead DISTRIB_DESCRIPTION="Ubuntu Natty (development branch)" [07:32] hallo all, i home this is correct place about apparmor [07:33] i get warnings in dmesg about evince. "apparmor="DENIED" operation="open" parent=1 profile="/usr/bin/evince" name="/dev/.udev/data/b8:13" pid=3292 comm="evince" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0" [07:34] my question is, do apparmor rule should be corrected, or evince has nofing lost in /dev/.udev ? [07:34] the file it ask is information about the block dive it opens file from === nickmoeck_ is now known as nickmoeck [07:48] smoser: well I'm sure you're asleep by now.. but I have a mixed package, gearman-interface, that builds python and ruby.. I just cd into each dir and run 'dh_python2' or 'dh_ruby' .. seems to work. [07:49] SpamapS, stupidly, i'm not asleep [07:50] but this seems to do the rigth thing for debian/rules [07:50] %: [07:50] dh $@ --with-python2 [07:54] +1 [07:54] Actually I think it's --with python2 [07:58] smoser: oh, so you just have a python package and that sit? [07:59] * SpamapS is always overcomplicating things [07:59] speaking of sleep [07:59] twb, you're right. [07:59] Yay me [07:59] SpamapS, no. there are some scripts and other stuff. one python "module" [07:59] SpamapS: yes, debian-python are throwing out the two old, competing ways for it to work [08:00] smoser: ah, well in that case just use regular debhelper stuff on those [08:02] twb: indeed I'm converting mine to dh_python2 now [08:02] * SpamapS is reminded he has to package ruby-echoe to finish that work. :-P [08:02] Of course that wil lpiss off backporters... [08:02] ok sleep [08:02] twb: dh_python2 will just need to be backported. ;) [08:02] * SpamapS goes [08:02] It's part of the base python package [08:02] goiod luck with that === TheKernel is now known as Guest37138 === atul__ is now known as koolhead11 [09:49] I have debian server installed on sda1, and an LVM using sda2, and sdb. If I install ubuntu server on sda1, will I be able to use the same LVM without making it again? [09:50] like, can i just run vgscan, or lvscan and have it show up? [09:51] <_ruben> mynameistux: should be doable, you'll likely have to import it or something, forgot what exactly [09:51] <_ruben> been there, done that, was a bit of a struggle ;) [09:51] <_ruben> but once i had the proper commands, it worked just fine :) [09:51] I'd really like it if I could find out exactly what I have to do [09:52] it's not like I have irreplacable photos and stuff, I just want to loose all my data [10:04] <_ruben> mynameistux: i guess you *dont* want to loose all your data ? :) [10:04] hehe, yeah I'd like to keep it [10:05] like, it's a bunch of TV shows and movies that I don't particularly want to loose [10:05] <_ruben> from what i recall is that without doing anything the vgs/lvs/etc are marked as "foreign" and you need to tell lvm otherwise, it should be hidden somehwere in those manpages :) [10:06] <_ruben> http://c-mills.ctru.auckland.ac.nz/lvm_import.html .. i dont recall the export/import part, but the vgchange part does look very familiar [10:07] <_ruben> first hit on google for import foreign lvm ;) [10:08] aah, that looks good [10:08] ok, LETS DO THIS [10:08] * mynameistux installs ubuntu server [10:13] when I'm setting up the partitions during install, can I set set it up then? [10:13] or best to do it after install? [10:41] <_ruben> mynameistux: well, if the installer sees the vgs and stuff like that, you might as well assign mountpoints to the lvs, be sure to not format 'em though ;) [10:42] New bug: #766975 in dovecot (main) "dovecot-postfix changes the SSL, IMAP, POP and maildir settings in dovecot" [Undecided,New] https://launchpad.net/bugs/766975 [12:07] Hi, i am setting vpn server on ubuntu machine, i am not able to connect the client xp and ubuntu both to the server, logs are here, http://pastebin.ubuntu.com/596358/ ,I followed this http://www.ewdisonthen.com/how-to-setup-pptp-vpn-server-on-linux-tutorial-07577.php , any help ? === DigitalFlux_ is now known as DigitalFlux [13:24] Hi guys. I can login via phppgadmin but not on command line. When I try: "psql -U openerp -W" I get: "psql: FATAL: Ident authentication failed for user "openerp"" any ideas? [13:39] jbernard: any objection to my pushing http://people.canonical.com/~sergeh/cgroup_0.37.1-1ubuntu1.tgz [13:51] I'm using ssh to connect to my server. why after a few minutes without typing anything, ssh client just locks and I can't do anything, except close the console and connect again? [13:56] after latest update&&safe-upgrade i have duplicate login-message as follows: http://pastebin.com/zteL4tKf [14:01] smoser: initial packaging for ... ? [14:05] morning all [14:06] afternoon :) [14:09] * hallyn gnashes his teeth at the popup windows === dendro-a` is now known as dendro-afk [14:27] TREllis: there's lots of stuff that currently don't work with koan :). So don't get dissappointed and just keep filling bugs [14:35] RoAkSoAx: heh [14:35] RoAkSoAx: that's what I'm doing... tbh most are just RH-isms [14:35] RoAkSoAx: we'll get there :) [14:36] TREllis: yeah. At least we can now deploy Ubuntu VM's with koan (and even with No questions Ask presseed :) ) [14:42] RoAkSoAx: indeed :) cobbler makes that so simple and now koan has your patches it's all good [14:43] TREllis: yeah next steps are to hopefully fix the rest :) === dendro-afk is now known as dendrobates === ^rcaskey is now known as robertj [15:42] New bug: #759711 in samba "smbd crashed with SIGABRT in raise()" [Medium,Confirmed] https://launchpad.net/bugs/759711 [15:46] LOL! I blogged about very good support from my ISP, and silently, they have quadrupled my datarate :D [15:48] New bug: #759579 in php5 (main) "php5-fpm crashed with SIGSEGV in _efree@plt()" [Low,Incomplete] https://launchpad.net/bugs/759579 [16:17] zul: jbernard and i (wiht review help from SpamapS ) have been working on libcgroup fix for several bugs . But my upload rights for libcgroup don't seem to be working. Can I get you to sponsor for me/us? [16:17] hallyn: sure [16:20] zul: http://people.canonical.com/~sergeh/cgroup_0.37.1-1ubuntu1-src.tar.gz [16:21] zul: thanks [16:22] hallyn: 404 [16:32] hrmph [16:33] zul: d'oh. serge, not sergeh [16:33] http://people.canonical.com/~serge/cgroup_0.37.1-1ubuntu1-src.tar.gz [16:36] zul: ok, i want to review a kernel patch, then i'mb ack to trying to install openstack. My last attempt actually failed, somewhere in the instructions a step had to be missing. Will start over and report back something more useful [16:37] ok lemme know if you need help [16:38] New bug: #759657 in net-snmp (main) "snmpd assert failure: *** glibc detected *** /usr/sbin/snmpd: double free or corruption (!prev): 0x09ae1910 ***" [Medium,Incomplete] https://launchpad.net/bugs/759657 [16:53] I have installed psad on server and i get all sorts of emails regarding IPs attempting scans, but when i do iptables -nvL | grep "IP_HERE" i don't see anything [16:55] Hi I have question: is there some way I can see current disk activity on my server [16:57] alanr: the package sysstat comes with a tool called iostat [16:58] yeah that sounds good [16:58] will it show a realtime thing like top or mtr [16:58] hallyn: done [16:59] alanr: there's iotop too [16:59] cool [17:00] iotop is good but it has a ton of info! if you're looking for basic disk activity i find the iostat output is very efficient [17:02] cole: I find iostat's info to be almost totally worthless in actually solving problems. :-/ [17:02] like.. big surprise, the disks are really damn busy. :) [17:03] I want to know what process is slamming them, and not just "disk wait" but are they reads, writes, etc. [17:03] spamaps: fair enough but i didn't know alanr was triaging anything [17:08] yeah thats great thanks [17:08] just to check kps 1300 means its going at 13 mb per sec [17:08] ? [17:08] Howdy, alanr! [17:09] im not - im just seeing how fast my backups are going [17:09] backups to a usb drive [17:15] alanr: no [17:16] alanr: 1300 KB == 1.3MB give or take some number of kilobites that's a multiple of 24 [18:12] New bug: #767352 in vsftpd (main) "Virtual Users rules with @ in the username" [Undecided,New] https://launchpad.net/bugs/767352 [18:15] New bug: #381991 in clamav (main) "clamscan crashed with signal 7 in memcpy()" [Medium,Triaged] https://launchpad.net/bugs/381991 [18:17] New bug: #645097 in bacula (main) "bat crashed with SIGSEGV in e_msg()" [Medium,Triaged] https://launchpad.net/bugs/645097 [18:35] SpamapS, why would i see: [18:35] mountall: Event failed [18:35] i see it "normally" on ec2, but on lxc it seems like it might be something === erichammond1 is now known as erichammond [19:18] I moved my system from Ubuntu 8.04 to Ubuntu 10.04 (on a different system). Now every website hosted on my system has a strange character at the very end of the site (shown as a black squared question mark, see http://goo.gl/Dzws for example). I can't seem to figure out if it's the file format, mysql, apache or something else. I tried everything I can think of. Any ideas? [19:22] It seems all files delivered are in latin1, while they should be utf-8. [19:23] heh? [19:23] what strange little thing? [19:25] thielmann_, I don't see it [19:26] patdk-wk: At the end of the site. Check http://straightbourbon.de/ as another example. [19:26] It's a "�" when copied here. [19:26] thielmann_, when I `Get /` I only see text without any control chars [19:27] Iunderstand the whole, end of site (bottom of page right?) [19:27] I see now odd things [19:27] that second page does though [19:27] but not that first site [19:27] yes junk after [19:28] how is that page generated? [19:28] just a .html file? [19:28] It's on every site (maybe not on the first, since it's cached and I'm logged in uncached). [19:28] patdk-wk: No, it's MODx (PHP+MySQL). [19:28] But I do have the same problems on sites without MySQL. [19:28] So it seems to be a filesystem or apache error. [19:29] Here's another example: refa-berlin.de [19:29] how did you upgrade mysql? [19:29] though, I can't believe that would do something after the html tag [19:29] I didn't. I mysqldumped and reimported to the new system. [19:30] that would be an upgrade, wouldn't it? [19:31] Well, yes :-). From 8.04 to 10.04 [19:32] dunno [19:32] and can't believe it's a mysql issue, to put it in that location [19:32] Tried already adding a default charset to apache, but it doesn't solve the problem. Maybe I fucked up the files? But how? [19:32] charset won't matter [19:32] cause it's not a charset issue [19:33] most likely your php app isn't php 5.3 friendly [19:36] New bug: #767450 in ntp (main) "package ntp 1:4.2.6.p2+dfsg-1ubuntu5 failed to install/upgrade: error al escribir en `': No existe el fichero o el directorio" [Undecided,New] https://launchpad.net/bugs/767450 [19:40] patdk-wk: You seem to be right. Static files seem to be unaffected, but as soon as I start to create a new php file (even with a simple "echo") it starts adding trash. Might be related to apache/fcgid communication. === ksx4system_ is now known as ksx4system [19:54] jamespage: howdy, around? [19:54] kirkland: yep [19:54] jamespage: i'm reviewing jonas packaging for iamfuzz [19:54] jamespage: what is the debian/base directory? [19:54] jamespage: there's like 79 files in there, a lot of xml and config stuff [19:55] kirkland: its a base configuration for jonas - I considered two approaches when I did this packaging [19:55] 1) generate it as part of the packaging process and include in debian overaly [19:55] 2) generate it as part of the install [19:56] however its interactive so only option was 1) [19:56] jamespage: hmm, okay [19:56] jamespage: so there's no way around this, really [19:56] * jamespage goes to remind himself how this works exactly [19:59] kirkland: I think so; basically the base directory contains all of the stuff the is r/w for the jonas user. [19:59] kirkland: the upstream distribution does not include this - it gets generated [19:59] jamespage: so you generate it one time, put in debian/base [19:59] kirkland: and the distro is really all the stuff that you don't want the jonas user to change. [20:00] jamespage: rather than every time at build? [20:00] kirkland: hmm [20:00] kirkland: thinking about I've had to regenerate that directory for each new release; some of the files changed [20:01] kirkland: wanted to make it part of the build process - however its interactive :-( === genii-around_ is now known as genii-around [20:01] it could be improved with a specific target in debian/rules to make it more repeatable [20:02] kirkland: and some better README in the package [20:03] jamespage: okay, thanks [20:03] kirkland: I suspect most installs don't try to maintain the separation between r/w and r/o permissions on the files [20:04] right [20:04] (I never did with JBoss installs....) [20:04] so just run of the directory structure provided in the upstream distribution [20:07] jamespage: thanks for the info! [20:10] hi all [20:10] i asked it some time back and will ask again. [20:11] why /etc/lsb-release does not mention like natty beta2 (clear state of the dustro) [20:11] *distro [20:12] koolhead17: Because the release beta number is nothing more than the state of the archives at a point in time, its an arbitrary milestone. [20:14] Pici: i got your point. but there are many people who are working and testing there development to sync with the final release, so they really monitor the state of release closely and for them its mention helps a lot [20:14] i suppose Centos does that [20:14] koolhead17: The problem is that the moment you upgrade once after installing 'Beta 2' you're no longer on 'Beta 2'. [20:15] Pici: i mentioned development purpose. So for them its just a development box. once final release comes they announce its launch for now say natty [20:16] one has to test his apps again and again so its becomes easier if we have complete information of the distributions current state [20:18] its for the good of the software and distribution both at same time. :) [20:22] koolhead17: It gets complicated when you start adding PPAs that could provide updates to any package though, === cloakable_ is now known as cloakable [20:25] Pici: my request was limited to a developer who uses barebone available software repository to test his application so that he gets the testing iteration as many times he can even moments before the stable release is announced. :) [20:40] If I rsync --preserve files from a system with locale "C" to a system with "UTF-8" via ssh, do I need to convert the files? They seem to be fine, but I'm trying to debug a problem with weird characters caused by apache2 or fcgid. === cloakable_ is now known as cloakable [21:22] Hey folks [21:24] I put two lines in /etc/ufw/before* - and reseted the firewall. I put some stuff in /etc/ufw/sysctl.conf and rebooted, but none of this is having any effect. [21:25] Is there someonething specific I'm overlooking here? [21:25] Im using apt-get install to install libqt4-dev on a ubuntu 10.10 64bit instance in Amazon EC2. Getting a dpkg error "No space left on device". A df shows I have free space - anyone know what could b wrong? [21:27] rynop: did you run out of fds? [21:28] jMCg, what is fds? error makes me think it was out of space on root file system: "unable to create `/usr/include/qt4/Qt/qnetworkconfigmanager.h.dpkg-new' (while processing `./usr/include/qt4/Qt/qnetworkconfigmanager.h'): No space left on device" [21:28] rynop: wrong question. Are you new to this? [21:29] rynop: fd is http://en.wikipedia.org/wiki/File_descriptor [21:29] yea pretty new [21:30] rynop: which FS? [21:30] ext4, root FS is /dev/sda1. not sure if that was the a to ur q [21:31] s/fds/inodes/ [21:31] * jMCg 's brain is currently in post-food lethargy [21:32] rynop: man tune2fs will tell you that tune2fs -l /dev/yourpartition will tell you how many inodes you have and how many are free [21:32] jMCg, so ur askign did i run out of inodes? dont know how to tell. [21:32] k looing [21:33] Inode count: 524288, Free inodes: 460 [21:34] ah.. df -i also provides insight. Good to know. [21:35] http://www.fedoraforum.org/forum/showthread.php?t=246302 [21:36] jMCg, cool thx for link. What would cause my inode count to get so low? or is that too long of an explanation. [21:36] rynop: something is creating lots of directories/files [21:37] Seen that happen with mod_cache for instance: http://blag.esotericsystems.at/2010/02/introducing-more-caching/ [21:38] My server's motherboard has just been changed - beyond my control - and I've now seemingly got two network interfaces, which is confusing Ubuntu no end. How do I remove the old one? [21:38] jMCg, i see. I'm storing sessions on a tmpfs ramdrive for my webapp. Writes to tmpfs dont count against inode count on root fs woudl it? [21:38] UppityTeapot: are they different vendors? [21:38] Yes. [21:39] The old one was a Winfast, the new one is an Asus, I believe. [21:39] UppityTeapot: blacklist the module. [21:39] okay, how would I do that? [21:41] Or maybe it would suffice to regenerate the initrd ¯\(°_o)/¯ [21:42] That sounds easier. Again, pardon my ignorance, how do you do that? [21:42] Which still doesn't answer my question: Why does ufw refuse my before.rules and my syscftl.conf settings? [21:46] any idea why bash is not sourcing my .bashrc file [21:46] UppityTeapot: google suggests update-initrd [21:47] CrunchyChewie: What permissions does it have? [21:48] I'm a retard. [21:48] reset == disables firewall to installation defaults. [21:49] jMCg: 644 [21:52] http://www.linuxforums.org/forum/ubuntu-linux/119346-bashrc-not-getting-read-login.html [21:54] jMCg: even doing source .bashrc manually doesnt do anything [21:54] okay, this is strange [21:55] CrunchyChewie: #bash has more insight on bash strangness. [21:55] ifconfig is reporting no eth0, but a brvir0 that isn't connecting to anything. [21:55] jMCg: will do, thanks for the headsup [21:55] UppityTeapot: no it's not. You can have a bridge with no physical interfaces. [21:56] virbr0, even [21:56] well why do I suddenly have a bridge. [22:00] In case someone reads the irc log and is searching for an answer to my problem described above: remove libapache2-mod-php5filter. :-) [22:08] thielmann_: cool, thanks. [22:09] theielmann, so you where double parsing php? === ap0c is now known as is === is is now known as ap0c [22:31] patdk-nb: I wasn't even aware I installed php5-filter. I'm not sure if it got double parsed, but it might be the case, since serving sites is much faster now. I just searched for all apache related packages installed. [22:39] smoser: Finally had the time to work on publish-image \again and I've changed the approach though I think can be improved even more: http://paste.ubuntu.com/596710/ [22:45] jMCg, I use capistrano to deploy my webapp - had lots of old releases out there which were TONS of files - which caused high inode usage. Thanks so much for helping me track that down. [22:45] woulda taken forever for me to track that down on my own [23:01] SpamapS: ping? [23:33] rynop: you're very welcome.