[00:00] Alan: ^5 [00:00] SpamapS: :D [00:01] Note to others: if you enable IPv6, and you have a "hosts allow" restriction in your smb.conf, your clients might try and use IPv6 and act as if they've been denied access... [00:01] need to add the IPv6 prefix in ! [00:02] Yeah thats the most common IPv6 fail [00:06] "that" being IPv4-based whitelists? [00:50] Hi all [00:51] hello plm === medberry is now known as med_out [02:17] axisys: hi [03:24] Due to the removal of CONFIG_NET_NS from the .32-32 kernel, I'm looking at enabling lucid-backports for its .37 (or whatever) kernel. [03:25] Does anyone have a pinning config handy that'll allow the kernels from backports, but nothing else? [03:25] I (obviously) don't want to upgrade EVERYTHING to the backports versions [03:32] twb: Take a look at the sample config on backports.org [03:32] It's the same in Ubuntu. [03:36] Really? [03:36] Because target release COMPLETELY fails on ubuntu [03:37] Er, Apt::Default-Release [03:38] I guess what I mean is that if you've seen it work reliably for you for years, that's great. But if it's just "yeah that looks OK and it works at the moment", I can do that much verification myself. [03:38] https://help.ubuntu.com/community/UbuntuBackports has an Ubuntu recommendation for pinning. [03:54] ScottK: that doesn't appear to whitelist updates for the packages you ask for [03:54] OK. [03:54] Not sure for Lucid then. [03:54] I can probably guess Package: linux-* with a normal priority (600?) [03:54] ScottK: er, I mean that it has one stanza instead of two, not "I tested it and it failed" [03:55] For Natty and later it automatically works the way you're asking for. Manually install a package from backports and you get it as well as updates from backports, otherwise you just get the regular package. [03:55] So for the next LTS this will be easy. [03:56] Huh, interesting. Do you have such a system you can show me the "apt-cache policy" output for? [03:56] http://paste.debian.net/120015/ I think this is approximately what I want. [03:56] I can, but I doubt it'll help you as it's not just using pinning. There were apt changes too. [03:56] Ah, OK [03:56] Do you know if they are changes made in debian, or if they're ubuntu-specific? [03:58] I know they were planned for Debian too. I don't know if they've landed or not. [03:58] Additionally they make stuff like dependency resolution when a package from experimental needs to get pulled in work right. [04:01] Actually it does have pinning adjusted too. [04:01] Yeah, I asked because I vaguely recall that getting better in sid in the last couple years [04:02] http://paste.debian.net/120016/ [04:02] Hum. [05:33] Lame, the .35 -virtual kernel wants wireless CRDA crap [06:03] So I'm buying a four-port gigE PCI-E NIC [06:03] Is e1000 support solid as at 2.6.32? [06:03] (http://www.nextag.com/Intel-PRO-1000PT-4PORT-540119288/prices-html) [06:10] kmuto.jp's HCL says [06:10] PCI ID Works? Vendor Device Driver Kernel [06:10] 808610bc Yes Intel Corporation 82571EB Gigabit Ethernet Controller (Copper) e1000e v2.6.25- === Corey is now known as KB1JWQ === KB1JWQ is now known as Corey [06:37] I am in need of this JDK i used under Suse Linux, which one is the Ubuntu equivalent package i can install via apt-get? jre-1_5_0_22-linux-i586.rpm [06:38] do you need exactly that version? [06:39] pretty much. Later versions seem to cause a few display issues with a custom software in use by a client. [06:41] hmm, I don't know repositories with old jre packages. is that one provided by sun? [06:42] i am thinking it may be this one http://java.sun.com/products/archive/j2se/5.0_22/index.html [06:45] overrider_: JRE is not JDK [06:46] overrider_: you can try to use alien to convert the rpm to deb and use dpkg -i to install it [06:46] if that doesn't work, then try the run version [06:47] If you are running a third-party package you are fucked, no matter how you do it [06:47] which is just a shell script that installs it, without package management [06:47] This is also the case on SUSE and RHEL, but there the distro packages are so crap that you often don't notice [06:48] hardy has sun-java5 in multiverse, I would try that first [06:52] New bug: #798019 in squid (main) "package squid 2.7.STABLE7-1ubuntu12.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/798019 === smb` is now known as smb [07:51] New bug: #798038 in openssh (main) "openssh-client hangs " [Undecided,New] https://launchpad.net/bugs/798038 [08:13] LTS is 2.6.32 [08:14] lucid is [08:14] hardy isn't EOLd yet [08:15] if I upgrade to 10.04.2 do I get a higher kernel option? [08:15] or is that the latest kernel avalible [08:16] sabgenton: released versions are stable [08:16] sabgenton: stable means they don't change [08:16] ok so kernels don't chage either [08:17] not apt-get ing [08:17] able [08:17] twb: so I need 11.04 for a new kernel ? [08:18] sabgenton: there is a "backports" repo that contains choice bits of instability [08:18] You could use that [08:18] Migrating to a newer release would also work [08:18] ok spose the backports it easyer to try and revert [09:05] <_ruben> weird .. got a box that refuses to boo from hdd (no os found), but using alternate cd and them "boot from first hdd" works just fine :S [09:06] That's because grub is retarded [09:07] You should put syslinux on your HDD, the same as on your CD [09:07] http://paste.debian.net/120032/ <-- notes as at hardy. It's pretty much all automated as at sid. === _johnny_ is now known as _johnny [09:24] how can I find out WTF is going on with my bind server? I can't get it to resolve my domain names, and I'm soooo lost [09:25] Dunno, I run nsd3 instead [09:25] Much less baroque [09:27] After adding "AllowAgentForwarding no" to sshd_config and restarting sshd, "ssh -vA foo" does not indicate that agent forwarding is disabled. How can I check? [09:31] twb: Try doing something that would auto-authenticate if you had agent forwarding... if it works, it is still forwarding. So... set up an agent on your workstation, ssh -vA foo, then on that machine ssh -v someotherplace.com which your agent would grant you access to, and see what happens? [09:32] It's OK, the problem was simply that if your .profile is smart enough to automatically start ssh-agent, that "hides" the one that was forwarded [09:32] Confirmed wth "ssh-add -l" [09:33] twb, how can I find out why my BIND server isn't updating external DNS servers? I can dig internally, and it resolved external domains from the local box, but it won't update upstream servers [09:34] jeeves_moss: are you using bind as a resolver, or for serving your own zone(s)? [09:34] It sounds like the latter [09:34] jeeves_moss: Sounds like it is not authoritative for the domains you want it to "update" ? [09:34] twb, yes. [09:34] jeeves_moss: ok, does the internet actually check your machine for your zone? [09:35] everything was working well untill the my ISP switched us over to a block of addresses from a single IP. and when I scan the "router's IP", the port scan shows port 53 is open and responding [09:35] jeeves_moss: that is, is your bind's IP listed in the SOA (or NS, I guess) of the current version of that zone (or the glue in the parent zone)? [09:35] I host the root of the zone [09:35] Maybe you're still NATting accidentally? [09:36] <_ruben> grmbl .. both grub and extlinux now do the same: reboot right away before even showing anything :/ [09:36] New bug: #798065 in mysql-dfsg-5.1 (main) "package mysql-server-5.1 5.1.41-3ubuntu12.10 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/798065 [09:36] there are port forwards. nothing internal changed on my network. the only thing that changed was the ISP (going from a single static IP to a blockof 10) [09:36] _ruben: wot? [09:36] _ruben: that is not normal, paste your syslinux.cfg [09:37] If the disk is partitioned, did you install mbr.bin in the MBR, and did you flag the /boot partition (and ONLY it) as bootable? [09:37] (extlinux installs into the PBR) [09:38] <_ruben> yes to all, but will double check .. unless extlinux doesn't like root-on-lvm like lilo [09:39] <_ruben> hmm .. boot from first hdd (alt cd) now does show extlinux kciking in [09:39] twb, any other ideas? [09:40] _ruben: extlinux doesn't know or care about the root filesystem [09:40] <_ruben> k [09:41] _ruben: it only cares about /boot (at least, as long as you have a ramdisk) [09:42] <_ruben> http://pastebin.com/FZf3wwQb [09:42] <_ruben> took some effort to make that paste :) [09:43] And you did "extlinux --install /boot" ? Is /boot a separate filesystem? If so, do the symlinks vmlinuz and initrd.img exist in *it*, or in the root filesystem? [09:44] <_ruben> yes, yes, in /boot [09:44] Not sure then [09:44] If you take quiet and PROMPT 0 out will help [09:45] Oh, and "default menu.c32" is wrong [09:46] <_ruben> it's what your paste says too [09:46] <_ruben> or should lucid do UI already too ? [09:46] Oh, actually I dunno about lucid [09:46] The change was in 4.0 IIRC [09:47] That happened way before lucid, but because of stupidness, ubuntu continued to run 3.7x for ages [09:47] <_ruben> this is syslinux 3.63 [09:47] Yuk [09:48] Unfortunately I don't have a system like that. I have a router running lucid with no separate /boot, but running 4.x [09:48] And I have my netboot with a separate /boot, but it's running 4.x too. [09:48] *my netbook [09:49] You can pretty much just grab syslinux from anywhere, the only real caveat is that menu.c32 and syslinux must be the same major version [09:49] Once it's installed you never have to run it again, either [09:50] <_ruben> seems to me the only problem is the mbr, as chainloading through cd does work [09:50] mbr should be static mbr.bin [09:50] Strictly speaking that isn't even syslinux [09:54] <_ruben> now instad of just "DISK BOOT FAILURE, INSERT..." i get a "missing oepration system" prior to it .. sigh [09:56] <_ruben> guess i'll have to write instructions for remote hands on how to boot this thing when a reboot is required :/ [09:56] <_ruben> running out of time to fix this here onsit [09:56] <_ruben> e [09:57] You could just make a USB key that defaults to chainloading [09:57] So most of the time a reboot won't require remote hands [09:57] (I mean, I would've liked to fix your problem properly, but I think you're right to give up at this point.) [09:57] <_ruben> yeah, thought of that too, but dont have a spare usb stick with me :) [09:58] _ruben: could do a CD, tho that's a PITA [09:58] <_ruben> i'd have to take this alt cd iso, alter its config, bun it again .. dont ahve to the time for that now :/ === cerber0s is now known as cerberos [10:14] Hi folks! I'm trying to log MCE's but no matter what I do none of the failures are logged. [10:17] speakman: use syslog and set it to report errors to a remote host [10:18] speakman: that way, if an MCE happens, and the machine for some reason can't write to disk, you should find the info on the remote syslog machine [10:21] I've set up netconsole to another machine, but it does not recieve the actual error [10:24] the mcelog --daemon doesn't start at boot either [10:26] should it run as trigger or daemon? [10:32] speakman: does your system generate MCEs? [10:32] speakman: I looked into it for mine, and AMD64 boxes don't generate MCE or something [10:32] I can't remember the details [10:33] twb: it does. I've been able to catch some of them before through netconsole [10:33] OK [10:34] So netconsole is working enough for you to get other (non-MCE) output? [10:34] yep [10:34] and earlier on it did report MCE's as well [10:34] Not sure what else you can do, then [10:35] I've upgraded mcelog from upstream now [10:35] but what "cpu type" to use for Xeon W3680? [10:35] Valid CPUs: generic p6old core2 k8 p4 dunnington xeon74xx xeon7400 xeon5500 xeon5200 xeon5000 xeon5100 xeon3100 xeon3200 core_i7 core_i5 core_i3 nehalem westmere xeon71xx xeon7100 tulsa intel xeon75xx xeon7500 xeon7200 xeon7100 sandybridge sandybridge-ep [10:35] speakman: have you configured mcelog to do syslogging? [10:35] speakman: /proc/cpuinfo? [10:36] Is there a README.Debian? [10:37] README.Debian don't say very much [10:37] RoyK: Not sure - how do I check? [10:38] speakman: in /etc/mcelog/mcelog.conf, is syslog = yes? [10:39] IIRC the default is no [10:39] syslog's only going to go out via UDP anyway [10:39] And it requires more userspace (i.e. any) than netconsole [10:40] If the system is frying before netconsole, I don't see how he's gonna catch it any other way [10:40] true - it's handy, though [10:40] I've set up /etc/mcelog/mcelog.conf now [10:41] Havn't even seen it before - was it there all the time? [10:41] [ 1045.753011] [Hardware Error]: No human readable MCE decoding support on this CPU type. [10:41] [ 1045.753020] [Hardware Error]: Run the message through 'mcelog --ascii' to decode. [10:41] [ 1045.753028] [Hardware Error]: Machine check events logged [10:41] speakman: and started mcelog? [10:41] hm... [10:41] Jun 16 11:40:04 sylpheed mcelog: failed to prefill DIMM database from DMI data [10:41] Jun 16 11:40:04 sylpheed mcelog: Kernel does not support page offline interface [10:42] !pastebin [10:42] 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. [10:42] sorry [10:43] Jun 16 11:42:00 192.168.0.103 mcelog: Cannot open logfile /var/log/mcelog: Permission denied [10:43] it's running as root... [10:43] speakman: whoops - can you touch that file manually? [10:44] anyway - that shouldn't matter if using syslog [10:44] made it world writable [10:44] I think I just catched something; w8 [10:44] apparmor? [10:44] http://pastebin.com/UUzc9EFX [10:45] that's through netconsole ;) [10:45] ...or caught :P [10:45] speakman: time to buy a new box [10:45] twb: the problem is, it's completely new :( [10:46] speakman: run memtest86+ [10:46] Time to buy a new box with the refund money [10:46] w3680, 24GB Kingston ECC 1333MHz [10:46] Nice, ECC [10:46] RoyK: I've been doing it for a couple of hours, but no errors found [10:46] Don't see that much in my market segment :-( [10:46] * twb home time [10:46] RoyK: it went through one full cycle [10:46] speakman: I'd return the mobo with that error report [10:47] MCA: MEMORY CONTROLLER RD_CHANNELunspecified_ERR <--- != good [10:47] RoyK: the mobo and memory is deveilvered from the same supplier [10:47] speakman: well, return it [10:47] get something that works (tm) [10:47] RoyK: I could easily get that changed, but don't know if they will replace both of it? [10:48] it's 6 modules of 4GB ram... [10:48] my guess is it's the mobo [10:48] ok [10:48] that's the most non-pro thing I've got [10:48] Asus Revolution [10:48] if it was a single memory module, you should have gotten an ECC error [10:48] P6T6 WS Revolution [10:48] not a memory controller error [10:48] RoyK: pint! [10:48] point even ;D [10:49] that is, isn't the memory controller in the cpu on xeons? [10:49] Daviey: around? [10:49] No idea? [10:49] * RoyK would rather take a pint [10:49] speakman: on Xeon and Opteron, it is, on i[357], it's on the mobo [10:49] jamespage: always. [10:50] speakman: meaning, on Intel, you'll need a Xeon to use ECC (i[357] doesn't support ECC) [10:50] RoyK: that's correct. I'm on Xeon w3680 [10:50] http://ark.intel.com/Product.aspx?id=47917 [10:51] Daviey: coolio - so I have a merge proposal that has stalled - its to support MIR requirements for the version of erlang in oneiric [10:51] possibly the CPU, then - if it's a good supplier, they may take both the mobo and cpu in return [10:51] hi. is there an mxtoolbox-style script/tool that I can install on ubuntu and check if my ip address is in a RBL (periodically from cron for example) ? [10:51] fancy taking a look? [10:52] RoyK: the CPU is from another supplier. The other one (where I got the rest of the computer) didn't stock it. [10:53] speakman: it can be either cpu or mobo, but my guess is the cpu, but then, don't sue me if I'm wrong :P [10:53] that is, just return both and complain there's an error [10:53] :) [10:54] give them the MCE log and they'll probably take it as an answer to whatever error - lol [10:54] The problem is I need my computer.. :D [10:55] imho you don't really need a broken computer... [10:55] jamespage: url? [10:55] RoyK: that's one good ho... [10:56] I had a freak MCE error - first we replaced the memory - still problems - then the CPUs - still issues - then the supplier replaced the whole box :) [10:57] problem solved ... [10:57] * RoyK likes supermicro [10:57] Daviey: https://code.launchpad.net/~james-page/ubuntu/oneiric/fop/mir/+merge/63231 [10:58] the original idea was to wait for fop 1.0 from debian; however it now has a serious bug raised against it (the one I raised originally - see the bug report) === klaas_ is now known as klaas [11:00] jamespage: ta [11:02] jamespage: Is the new patch all your own work? [11:04] Daviey: yes - and its throwaway once we move to 1.0 [11:09] jamespage: ok, thanks [11:16] jamespage: Are you MIR'ing it's deps aswell? [11:17] jamespage: libbatik-java,libxmlgraphics-commons-java, libxml-commons-external-java, libsaxon-java [11:17] Daviey: all of the required deps are in the MIR bug 778216 [11:17] Launchpad bug 778216 in fop "[MIR] fop" [Low,In progress] https://launchpad.net/bugs/778216 [11:18] so they are [11:18] :) [11:18] not sure about libsaxon-java - I think that is in main already [11:18] this merge prepares fop ready for MIR review [11:18] jamespage: libsaxon-java binary and source package is in universe [11:19] * jamespage goes to look [11:19] https://launchpad.net/ubuntu/+source/libsaxon-java [11:24] Daviey: good spot - I'd missed that one (and thanks for introducing me to check-mir :-)) [11:24] I'll add it to the bug [11:25] no java support in firefox.. howto install that? ive installed openjdk but firefox xomplains still [11:25] ohh thats a new word [11:30] jamespage: :) [11:30] Daviey: np - thanks for sponsoring that upload [11:31] jamespage: I'm getting bored sponsoring your stuff. You need that upload foo. [11:31] :) [11:31] fingers crossed.... [11:32] LinSkyrate: hey - you might want to ask that question in #ubuntu [11:32] bah - he's gone [11:32] jamespage: start putting in some eastereggs to see if your sponsors are trusting you, or sponsoring blind :) [11:32] that would just be evil.... [11:32] heh [12:25] RoyK: got some new catches in /var/log/mcelog finally! http://paste.ubuntu.com/627909/ [12:28] RoyK: it's always DIMM ID 1 [13:06] Daviey: openvswitch doesn't work with linux 3.0? [13:06] soren: doesn't build. [13:06] due to build system things (like stuff depending on a set number of elements to the version string) or something else? [13:06] soren: build process does a check to see if kernel == 2.6 [13:06] Ah. [13:07] Ok. [13:07] Good. [13:07] soren: I am so glad we are on 3.0 [13:07] Have you felt the speed of the thing? [13:07] So many exciting improvements. [13:07] It's way faster because it's not wasting time keeping track of its microversion. [13:08] heh [13:09] Daviey, wait for the 3.0GTS then ! [13:09] I don't mind the change, really. It's about time and the timing was very much in our favour (so early in the dev cycle). [13:19] soren: yah [13:32] New bug: #798186 in openssh (main) "ssh documentation not in line with default settings" [Undecided,New] https://launchpad.net/bugs/798186 [14:07] ogra_: I have go-faster stripes. [14:09] RAID-0 [14:14] RAID-0, for how much data you'll get back if one drive fails x3 [14:15] heh? [14:15] if one drive fails, your unlikely to get any data back [14:15] unless you recover that failed drive [14:17] cloakable, yeah, you're data is all gone, sorry [14:18] Heh [14:18] No, I use 5 :) [14:18] Talking about Daviey [14:18] I am using raid0 also [14:18] I could care less if I never recover any data [14:19] I keep stuff on there I'd rather not spend time re-ripping [14:21] cloakable: It was a pun... [14:21] Heh :P [14:32] I am trying to get proftpd to authenticate users against a postgresql db and i am missing "mod_sql_passwd.c" for "SQLPasswordEngine" directive... Does somebody know where it did go? [14:41] New bug: #776945 in isc-dhcp (main) "Apparmor results in denying operation mknod for isc-dhcp-server " [Undecided,New] https://launchpad.net/bugs/776945 [14:42] === med_out is now known as medberry [15:09] if a user is created via adduser --system --disabled-password --shell /bin/sh should this user be able to login via ssh? [15:58] Is anyone sharing machine storage space redundantly here on ubuntu servers? I've looking into lustre, hdfs, pvfs, mogilefs and few others, but would like to hear from someone who has actually deployed/used a shared storage system. [16:05] in the process of setting up vhosts for my websites on 10.04 want them to be found at /home/usr/public_html how do i link a user to this [16:24] point a vhost at that directory? o.o [16:25] You're being rather vague [16:26] so if i create a user i can then point say blah.com to that user? [16:27] via creating the site documentroot in /etc/apache2/sites-available [16:29] sry yes bit vague always used cpanel setup before [16:30] Hrm. tasksel isn't installed by default anymore? Even on server installs? [16:59] Daviey, zul: just uploaded augeas .8.1-2 i think you can sync now [16:59] nxvl: cool === NCommand1r is now known as NCommander [17:14] nxvl: are you a DD already or DM? [17:33] nxvl: What was the issue from yesterday? [17:37] RoAkSoAx: DM [17:37] Daviey: my VM i assume [17:37] Daviey: on the chroot it builded [17:37] Daviey: REALLY weird [17:38] Coolio [17:38] nxvl: cool [17:38] nxvl: and where ytou using sbuild? [17:38] i've seen that before [17:38] not building there but building in pbuilders [17:39] RoAkSoAx: on sbuild worked, on sid VM didn't [17:42] jamespage: ping! [17:42] SpamapS: pong [17:43] SpamapS: wassup? [17:45] jamespage: So, Zookeeper needs a maintainer.. [17:45] jamespage: You seem to have a good working relationship with the debian-java team.. [17:45] SpamapS: it most certainly does; guess you have been watching the thread on debian-devel? [17:45] jamespage: I'm wondering if they would be interested in adopting it. [17:46] jamespage: not super closely, but I did get CC'd on a few of the emails because I've submitted txzookeeper for upload. [17:47] SpamapS: so its already maintained by Debian Java Maintainers [17:47] jamespage: OH [17:47] cool, yeah I'm behind the times. ;) [17:48] SpamapS: however Thomas has been the primary maintainer within that team of zookeeper [17:48] Got it [17:48] jamespage: so we can just step up as Uploaders then? [17:48] So I am a member myself; I could offer to pick it up [17:49] (by policy I am allowed to change it but would not out of courtesy) [17:49] jamespage: Its a big part of Ensemble, and Hadoop, so I think it would make sense for us to do that. [17:49] but I lack experience; so I would look to lean on the ensemble team to help with testing etc... [17:50] sounds like its a key part (and it does fit with the overall big data strategy) [17:50] so reckon we should [17:51] jamespage: Yeah we're going to be all over testing it. :) [17:52] doh [18:17] SpamapS: Were you planning to do the mysql merge? [18:17] (5.1) [18:18] any squid-deb-proxy users know a proper fix or good workaround for constant hash sum mismatches? [18:19] replace squid-deb-proxy with apt-cacher-ng? [18:21] adam_g: during install, or normal usage? [18:21] if it's like me, any apt-update that uses a squid cache, goes bad [18:22] Daviey: we haven't resolved whether we can transition to 5.5 yet [18:22] Daviey: there's little point in merging 5.1 until that is decided [18:22] for me, I have to rm /var/lib/apt/lists/partial/* [18:22] adam_g: sudo apt-get update -o Acquire::http::No-Cache=True === lullabud is now known as warzauwynn [18:23] SpamapS: ok [18:41] RoAkSoAx: ping [18:44] kirkland: pong [18:50] Daviey: ping [19:01] Hi guys...I'm facing some strange behavior on my server. This is when I try to connect via RDP, this not connect all the time. When this happen, I must reboot the server and I can connect again...but this is not a good thing to working in production mode. What could be wrong? [19:02] I have a desktop version running a Web service and no problem with this machine. [19:02] can't you just restart the service instead of rebooting? [19:02] i mean... not that you should need to restart the service, but rebooting is a little drastic. [19:03] did you check the logs? do you get an error message? [19:06] RoAkSoAx: o/ [19:07] Daviey: howdy! I was wondering what kernel are we gonna be shipping in Oneiric? [19:08] RoAkSoAx: 3.0 baby! [19:08] Daviey: coolio [19:09] RoAkSoAx: Are you on oneiric yet? [19:09] not 3.2? :) [19:09] Daviey: yeah that's why I was asking cause I was surprised to see 3.0 :) [19:10] U thgough it was gonna be 2.6.39 or somehting [19:10] s/U/I [19:11] nobody can give a tip at least? :( [19:12] Xago: Most people using Ubuntu Server here have no graphical environments installed, we just connect via ssh. [19:15] RoAkSoAx: it was, but i assumed shiney numbers :) [19:15] Daviey: hehe === warzauwynn is now known as warzauwynn-AFK [20:03] Daviey: ping [20:18] zul: [20:20] Daviey: did you subscribe ubuntu-server to the dahdi-dkms [20:31] zul: I did.. wondering if it was a mistake now. :) [20:34] * RoAkSoAx off to lunch [20:34] Daviey: i think so [20:36] RoAkSoAx: today's your bday? [20:38] kirkland: yes [20:38] RoAkSoAx: happy birthday man! [20:38] kirkland: thanks man! [20:47] ooo, RoAkSoAx - you are naughty [20:48] Happy Birthday :) === warzauwynn-AFK is now known as warzauwynn [21:01] My server/router can't keep a PPPoE connection up, why? [21:07] lifeless: how did your lxc experience turn out? [21:07] norwegian state television is broadcasting "Hurtigruten, minute by minute, live, from Bergen to Kirkenes", some 2000km by boat - probably the longes live broadcasting ever... http://www.nrk.no/hurtigruten/ [21:07] SpamapS: nothing yet [21:08] SpamapS: still on todo [21:08] SpamapS: my 128GB SSD is chokers, so I need to do some fancy footwork to bring it up [21:08] chockers [21:09] lifeless: most SSDs should work without issues [21:09] lifeless: bummer [21:09] RoyK: until they get to the write limit. :) [21:09] RoyK: uhm, I think you misunderstood me :> [21:09] RoyK: SSD's still have a size limit :) [21:10] heh [21:10] yeah [21:10] * RoyK only uses SSDs for storage for a single backup machine, otherwise only for caching [21:11] erm, a database box, that is [21:11] I'm still SSD-less .. just haven't had much occasion to play with them. [21:11] postgresql running on a pair of mirrored SSDs [21:12] but it seems like the bacula db isn't very well optimised - it takes 5-10 seconds to even update a view of the backup history [21:16] The table design in bacula could probably use partitioning quite effectively. [21:22] My server/router can't keep a PPPoE connection up, when it goes down I get a dmesg that says Jun 16 13:59:07 gxysrv01 kernel: [218309.773881] 0000:04:01.0: tulip_stop_rxtx() failed (CSR5 0xfc664010 CSR6 0xff972117) [21:22] Does this mean I need to get a different Ethernet card for whichever line is failing? [21:26] RudyValencia: looks like it might be a kernel bug. [21:26] there's an ubuntu bug about it, and a post from somebody with a similar problem who says it's specific to a certain kernel. [21:26] I'm using two tulip cards. [21:27] Both Linksys-brand. [21:27] problem is happening on both? [21:27] No, just whichever is 04:01:0 [21:28] I can't tell which because they both have the same PCI ID [21:28] huh. same software versions? [21:28] same system? [21:28] They're both in my server. [21:28] haha, so obviously the same software version [21:29] SpamapS: if you want a play on my laptop at some point just say so [21:29] SpamapS: i7 + SSD + 8GB ram == fun [21:29] I'll just take them out, turn on onboard NIC and add a NIC that uses the rtl8139 driver [21:29] bbiab reconfiguring net === silentwatcher is now known as bloodknight [22:49] SpamapS: hi. just out of curiosity, this is exactly what i was looking for yesterday -> eyeOS ;) [22:52] lcb: cool!~ [22:52] SpamapS: looks nice. i'm installing it now [22:54] SpamapS: clouding only for the purpose i need might be to heavy, comparing with this. [22:54] to/too [22:54] lcb: you should package it for Ubuntu. :) [22:54] SpamapS: for the steps i see in the installation manual, it pretty simple [22:55] installation info, i mean === jetole_ is now known as jetole [23:50] hi, seems like latest kernels try to put out 1024x768 resolution which my small lcd cannot handle, how can I stop that? Tried to put "defoptions=vga=normal" in grub menu.lst ... [23:53] imho using framebuffer for servers is outright stupid [23:54] RoyK: I may be way off, but I presume that is what is putting it into non-text mode [23:54] hmm, maybe nofb value then .. [23:55] and I agree, text mode is what it should be ... [23:57] paranoidi: sec [23:59] paranoidi: vga16fb.modeset=0 [23:59] try that