[00:00] CantWinn: AD isn't a file protocol [00:00] and all the *filers are freebsd based that do zfs [00:00] maybe it didn't. [00:00] yeah, I was actually thinking about freenas but somehow my mind connected wrong. [00:00] openfiler lasted 2 days for me, before it annoyed the crap out of me [00:00] RoyK, I dindn't think so, I was getting confused there [00:01] hmm, storing files in LDAP, almost as effective as files in sql :) [00:01] CantWinn: you can setup a perfectly good fileserver on openindiana with support for "previous versions" in windows explorer without much trouble === luciano_ is now known as virusuy [00:02] CantWinn: that server can be easily backed up with bacula or something to have the data stored if your zpool is fucked up [00:02] what about freenas then? is it also just a piece of crap compared to openindiana? :) [00:03] RoyK, I have a backup.. albeit primitave right now my number 1 goal is to get medial data off DropBox [00:03] IMHO freenas is just that, yes [00:03] CantWinn: did you read what I just wrote? [00:04] RoyK, Set up file server on Openindiana then back it up using backula [00:04] yes [00:04] so, do it! :) [00:04] LOL [00:04] Now i gotta learn openindiana LOL [00:04] CantWinn: the snapshotting will help you a lot [00:05] if you even get the previous versions support in windows explorer, I wont argue against it much further. [00:05] :P [00:05] CantWinn: #openindiana .... [00:05] Oh well, i have a server not doing jack crap but eating hydro.. mise well have some fun! :) [00:07] You don't have to teach me, but does openindiana have a wiki or documentation on getting my FS up and running? just a yes or no, I'll find it on the site if they do.. if not IRC and google await [00:09] afk, time to sleep. [00:09] http://wiki.openindiana.org/oi/OpenIndiana+Wiki+Home [00:10] CantWinn: openindiana is solaris, so it's a bit different from linux, but it doesn't take too much to learn the differences [00:11] hello - is there a simpel web proxy for server? aquid is overkill fo home network [00:12] SilfenX: why is squid overkill? === GhostFreeman_ is now known as GhostFreeman [00:14] I just need my local browsers to funnel through a VPN ed local machine on home lan [00:14] squid is quite light-weight [00:18] Thanks guys.. TTYL [00:43] Anyone know of an orderly but accessible means of workstation capable management as well as for storage? [00:44] Takyoji: I don't know what that means [00:46] Whoops [00:46] cable management* [01:02] any of you here familiar with how i'd go about getting a source package for Precise so that I can attempt to repackage it for an older version within a PPA? [01:03] I think you might be able to find assistance from #ubuntu-motu [01:09] hey hey [01:09] whats up fellas [01:09] Takyoji: or -packaging ;P [01:09] * Takyoji shrugs [01:10] did much change dhcp wise from 10.04 to 11.10? I was trying to set up fog (whcih uses dhcp service) on 11.10 to show a buddy but it kept yelling at me with "not configured to listen on any interfaces!" [01:10] I'm stupid, I haven't looked into packaging for quite some time. xP [01:19] Does anybody know how to restore default Apache configuration files? Reinstalling the Apache deb doesn't seem to do it [03:02] ok got a funny feeling been box has been hacked, is there any way to check [03:02] other than last, who, w etc [03:03] yaboo: logs [03:05] also take a look at modified files in the last days [03:05] probably if you were hacked by a real hacker, they could install rootkits on your system. [03:11] is there anyway to remove dhcp3-client without removing ubuntu-minimal [03:15] Matrix3000_: why you want to do that [03:15] well i have a static ip in my /etc/network/interfaces [03:15] ok [03:15] but the server is still requesting a dhcp address [03:15] randomly [03:16] like my server changes ip in the middle of the day [03:16] so just disable the init [03:16] how? [03:16] let me see hold on [03:17] not seeing much online by google in doing that [03:17] pastebin your interfaces file please [03:17] http://ubuntuforums.org/showthread.php?t=1374799 [03:17] first of my search results [03:18] virusuy, thanks [03:18] search: disable dhcp client ubuntu [03:18] that will remove it [03:18] but seriously [03:18] http://pastebin.com/3B5za5H3 [03:18] yaboo: np :-) [03:19] if your box is pulling dhcp it's because it's being told to somewhere [03:19] virusuy, might try guess about using the find command and use atime to see if what files have ben modified [03:19] hallyn: looks good do the permissions look ok when you create the stuff in the postinst? [03:21] dork: when i try to remove dhcp3-client it wants to take out ubuntu-minimal [03:21] is that wahat the echo -e "Package: dhcp3-client dhcp3-common\nPin: release\nPin-Priority: -10" | sudo tee /etc/apt/preferences fixes [03:22] nope, doesn't work [03:22] http://pastebin.com/q9rk2Why [03:23] yaboo: yes, good idea [03:24] also, you could close unnecesary ports [03:24] until you find what happened === negronjl_ is now known as negronjl [03:28] Matrix3000_: you probably have NM installed or something stupid like that [03:28] Matrix3000_: if your server is issuing DHCPREQUEST packets then you need to sort that out BEFORE worrying about uninstalling dhclient [03:29] yah [03:29] twb: NM isn't installed [03:29] network-manager isn't on the system [03:30] pastebin your interfaces file please [03:31] # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback # The primary network interface auto eth0 iface eth0 inet static address 192.168.2.21 network 192.168.2.0 netmask 255.255.255.0 gateway 192.168.2.1 [03:31] http://pastebin.com/KFfaMr3z [03:31] sorry [03:31] damn computer didn't copy the link [03:31] auto eth0 [03:32] hold up [03:32] pastebin the output of ifconfig please [03:33] http://pastebin.com/tvCJxr6u [03:33] you see the auto eth0? [03:33] running a /etc/init.d/networking restart got it going [03:33] yea [03:33] comment that out [03:33] bounce your networking [03:34] dork: uh, why are you turning off his eth0 [03:34] that's not for pulling dhcp? [03:34] you don't need that [03:34] no [03:34] auto eth0 puts teh interface up [03:34] Ot [03:34] automatically doesn't it? [03:34] It's declared static [03:34] yes and dhcp before [03:34] i'd comment it out [03:35] WTF are you talking about, it doesn't say dhcp anywhere in that paste [03:35] lol [03:35] yea, there is no dhcp anywhere in there [03:35] ah yeah sorry, tunnel vision [03:35] heh [03:35] and auto eth0 basically automatically starts up the config [03:35] http://codesnippets.joyent.com/posts/show/319 [03:35] If he comments out "auth eth0" and bounces the box, he'll lose his static config and have to drive out to the box to fix it locally [03:35] at the edge ! [03:36] auto eth0 brings up the interface [03:36] then iface eth0 inet static configures the system [03:36] ah yah my bad [03:36] the thing is that static config is getting replaced somehow [03:37] Matrix3000_: do you have VMs on this box or similar? [03:37] I guess not seeing as how they're not configured ini nterfaces(5) [03:37] that system is a VM itself [03:38] it's a VMware VM [03:38] Oh well [03:38] on ESXi [03:38] It's probably vmware being stupid or something [03:38] talk to vmware about that [03:38] well no vmware modules are on there [03:38] e.g. you set it to try PXE boot or something [03:38] and it happend to a solid pc [03:38] my NFS server randomly changed ip addresses the other day [03:39] OK, I assumed you were just seeing DHCPREQUESTs go by -- they hadn't actually affected the system [03:39] yea, system was affected [03:39] took down authentication for 30 minutes before i noticed it [03:39] pastebin the output of aptitude -F%p --disable-columns search '!~M~i' [03:40] Or even just dpkg -l [03:40] what package we looking for? [03:40] Actually my next suspect is cpanel or something, which won't show up in apt [03:40] oh yea cpanel isn't on this [03:41] it's a standard ubuntu-server install that i performed [03:41] no cpanel, no webmin [03:41] You just did a stock server install and basically turned on NFS and nothing much else? [03:41] yea [03:41] No idea what's going on then [03:41] aight [03:41] Oh, by IPs you mean IPv4 IPs, right [03:41] it's like ubuntu got dumb [03:41] yea [03:41] OK, no idea [03:41] are your interfaces bridged or nat'd [03:42] no IPv6 yet on the network [03:42] dork: you can see they're not [03:42] Matrix3000_: IPv6 is opt-out in Ubuntu [03:42] dork: doesnt't matter, its ESXi [03:42] ESXi will be bridging I expect [03:42] yes [03:42] twb: i didn't know if that was his domu or dom0 or whatever vmwares stuff is [03:42] twb: so no ican't [03:42] from the vmware virtual switch [03:43] ah [03:43] yah i've never used vmware [03:43] dork: he doesn't have a dom0 as such aiui [03:43] hi ppl, is it plausible to run X11 remotely apps from a ub-server without needing X on the server? (X11 forwarding say over ssh) if so how could i get around the packages i want to run trying to pull in all the X dependancies? [03:44] well, esxi is a hypervisor plus its own dom0 [03:45] zul, yup, they do. (/me out again) [03:45] hallyn: cool catch you tomorrow [03:46] virusuy, seems they were running some internal scanning software to scan the internal network [03:46] also the stop the last process [03:47] yaboo: soy they scp'ed some script ? [03:47] s/soy/so/g [03:47] virusuy, I assume so [03:47] also take a look at sh_history [03:47] .sh_history [03:47] trying out this "chrome sync" hizzy [03:47] to see wich commands they ran [03:47] not sure about it quite yet [03:48] probably you'll find if their script is still there. [03:48] virusuy, trying to work which user they came in as [03:48] take a look at last command [03:48] they rebooted the box on the 15th last month and disabled the last command [03:48] oh gosh. [03:49] 15th ? more than a year ? [03:49] the box was run by another group [03:49] 15th oct [03:49] last month [03:49] oh, ok, [03:49] sorry . [03:49] so how do I reenable the last command [03:49] to log [03:50] uhmmm [03:50] first, take a look at /var/log/wtmp [03:50] was it a hostile takeover or something [03:50] you know what f it [03:51] basically last search in /var/log/wtmp [03:51] ill put dhcp on the entire network and make some statics [03:53] yaboo: oh, also execute lastlog [03:53] virusguy will do [03:53] isn't the same as last, but will helps you too [03:54] Matrix3000_: the ip's you pull are from the same /24 as your static? [03:54] yea [03:54] i have a dhcp server on the network [03:54] is that the issue [03:54] should i remove the dhcp from the subnet [03:54] well it's not going to give an ip unless it's asked for one [03:54] know what i mean [03:55] i know [03:55] that's what i thought [03:55] that's why im puzzled [03:56] http://pastebin.com/AQsb04zz [03:56] wtf [03:56] why ubuntu-minimal [03:56] it's like asking me to fuck up the install [03:57] http://ubuntuforums.org/showthread.php?t=997390 [03:58] i feel like i ran into the same question before [03:58] yaboo: did you find something? [03:58] http://ubuntuforums.org/archive/index.php/t-1518951.html [03:58] looks like i can fix it [03:59] * EvilResistance can finally breathe :P [03:59] last comment [03:59] whoops wrong channel [04:02] virusuy, yes a user I cannot del, but is loged in [04:02] also seems in the w does not show up [04:02] oh ok [04:02] but isn't conected now [04:02] right? [04:02] how can I force someone off the system [04:03] he is on now [04:03] ps -ef | grep user [04:03] uhm wait [04:03] execute that command first, to see wich process he's runing [04:04] yaboo: kill his pid [04:04] pkill -KILL -u “username” [04:04] virusuy, does not come up, nor can Is ee him [04:06] but first yaboo [04:06] execute netstat -a > /some/dir/file.txt [04:06] doing that you can see their IP address [04:07] obviously they probably are behind a proxy but, well, who knows, can be a little newbie [04:08] and as i said before, close unnecesary ports [04:08] change all your password [04:08] and all those standard security recomendations. [04:11] sudo chmod -x /sbin/dhclient [04:11] going to see how that does [04:13] virus guy through him off, rebooting the box, building a new box [04:13] need thou for the moment to reactivate the last command [04:13] yaboo: yeah [04:14] yaboo: be more carefull about security [04:14] virusuy, this a box taken care off now [04:14] yaboo: alright then [04:19] well guys, i've had a great time with you tonigh [04:19] but it's almost 2:30 am here in Uruguay [04:19] hope to see you tomorrow. [04:33] New bug: #887410 in apache2 (main) "plymouth ask-for-passphrase" [Undecided,New] https://launchpad.net/bugs/887410 [05:19] morning [06:26] anyone know why I can't resize a snapshotted LVM? [06:27] Er, because that would upset the COW === ENOSLEEP is now known as greppy === jason is now known as jasef === smb` is now known as smb === ejat- is now known as ejat [09:05] morning o/ [09:21] whats the difference between deb and deb-i386 in the apt conf file? [09:21] (its a mirroring machine) [09:22] in the man page i read, normal or arch specific [09:22] what normal means? all archs? [09:23] err.... deb-i386 does not sound like any valid content for any apt conf file I've seen [09:23] morning all [09:23] maxb sorry im talking about /etc/apt/miror.list from apt-mirror [10:04] * ejat pokes nibz [10:04] * ejat pokes nijaba [10:04] morning … … [10:05] ejat: ? [10:06] sorry .. typi [10:06] typo* [10:23] afuentes, obviously deb-i386 will only take i386 [10:23] deb will take i386 and amd64, at least [10:46] thanks lenios__ [11:23] hello [11:23] there [11:24] aacraid: Host adapter reset request. SCSI hang ? [11:26] anyone having the same problem ? [12:14] hi guys, I'm running desktop version here but I have problems with apache, I guess there are no significant differences? [12:15] Onyx47: shouldn't be, no. [12:17] ok, I'm having problems with mod_rewrite, it works but it seems to be parsing my rules wrong or ignoring them no matter where I put them, I followed all instructions I could find and no dice, any special tricks that have to be applied under ubuntu? [12:20] not that I know of. [12:24] well, that's annoying, I'm seriously fresh out of ideas [12:25] hi all [12:26] Onyx47, did you 'a2enmod rewrite' [12:27] qman__, yes, and it's showing under modules if I run apache2ctl -M [12:27] here's the vhost configuration, maybe I did something wrong but I just don't see it: http://pastebin.com/sSmVFcCZ [12:27] then it's loaded, don't know what else to tell you [13:01] smoser: hi, did the lucid AMI get a smaller rootfs all of a sudden? [13:02] ami-f3a8619a, has /dev/sda1 1.4G 1.3G 68K 100% / [13:02] hi folks, I need to set up an email server in a brand new ubuntu 11.10 server (with pop3, smtp, imap3 and accts thru mysql). Where can I find a good tutorial? [13:19] afeijo: did you check the ubuntu serverguide? [13:19] pmatulis, not yet [13:35] afeijo: I've used http://www200.pair.com/mecham/spam/ on ubuntu with a little minor tweaking. [13:40] afeijo: You probably want the 'mail-stack-delivery' metapackage which will give you postfix and dovecot. Putting the accts in mysql will require some advanced configuration. [13:41] I found a few good articles about it, time to test :) [13:44] MORNING [13:56] zul: afternoon [14:01] hey lynxman [14:02] zul: ello :) [14:18] roaksoax: lemme know when you are around === 13WAARLRD is now known as SWAT [14:33] http://a2.sphotos.ak.fbcdn.net/hphotos-ak-ash4/382317_2581894503932_1151529281_33121319_990919503_n.jpg [14:58] zul: im here [14:59] roaksoax: cool im just starting to flush out the wi for orchestra ill put them in a pad somewhere so we can look at it together [15:01] alright [15:11] Hi there, need to run Ubuntu Server on a system which lacks the CMOV instruction, it refuses to boot because of this... how can I modify the installer and drop in a kernel which does not require it, if possible? [15:11] New bug: #887599 in dovecot (main) "unable to configure or uninstall dovecot-postfix" [Undecided,New] https://launchpad.net/bugs/887599 [15:18] bitshift: whats the processor? [15:19] it's a vortex86mx SoC [15:19] tiny little embedded system [15:21] gonna give 10.04.3 server i386 a go because I think (not sure) that it doesn't require the instruction, problem is i don't know if a system that "old" will support the r6040 ethernet device [15:21] would much rather run 11.10, is there any way to recompile the kernel without the use of cmov? [15:28] bloody hell [15:28] 10.04.3 doesnt support my network [15:40] okay so if I install 10.04.3, and get the kernel source - how do I then compile the r6040 module? http://cateee.net/lkddb/web-lkddb/R6040.html makes me think it should be present with this kernel version right? [15:50] Perhaps not. https://bugs.launchpad.net/ubuntu/+source/linux/+bug/650899 [15:50] Launchpad bug 650899 in linux "R6040 NIC driver module is not compiled" [Undecided,In progress] [15:54] lol irc from netcat [15:55] right 10.04.3 installer dun stopped, selected the package archive and boom, nothing [15:55] what do? :( [15:56] font just changed, but the installer is still halted, blue screen with grey line at the bottom, any ideas? [15:58] syslog has some messages about net-retriever good signature from various keys [16:00] gonna cancel installation and try something else :( back later [16:00] hi, im installing ubuntu server lts, i choose LVM with ext4 for disk partitioning, but it gets frozen at 33% when formating ext4 [16:00] what could be ? [16:13] New bug: #887615 in dhcp3 (main) "package dhcp3-client 3.1.3-2ubuntu3.3 failed to install/upgrade: ErrorMessage: subprocess dpkg-deb --control returned error exit status 2" [Undecided,New] https://launchpad.net/bugs/887615 [16:17] utlemming: ping [16:17] utlemming: server team meeting [16:18] roaksoax: thx [16:19] I'm having issues running a PPTP VPN server on 11.10 x86 ubuntu server, the problem is that some websites will not load at all (ubuntu forums is one) while connected to the VPN, the second I disconnect the website instantly loads, its also interesting to note that I can ping the website. [16:37] thank god i got my flu shot before going to UDS [16:37] lol [16:38] zul: lol [16:40] zul: you went preflued === josePhoe1ix is now known as josePhoenix [18:10] anyone here handy with AFPd/netatalk? [18:10] this happens on a sucessful login: http://pastie.org/private/yjwccg5lp0nsajnidvcwza [18:11] ribo: 11.10 ? [18:11] started happening after I upgraded to oneiric [18:11] ribo: yeah. 2.2beta sux. [18:12] ribo: either you'll have to downgrade to an older ubuntu, or you can install netatalk from source. [18:12] ugh [18:12] ribo: not identical, but related. https://bugs.launchpad.net/ubuntu/+source/netatalk/+bug/879020 [18:12] Launchpad bug 879020 in netatalk "afpd's CNID DB fails after upgrade" [Undecided,Confirmed] [18:12] of course, the upgrade worked fine on my home server, and does this on my company's prod fileserver... [18:14] RoyK had some issues as well, might have been the same that you got. but he went back for the time being. [18:14] I installed from source and I'm happy with that solution :) [18:18] ribo: download a newer source, apt-get source netatalk, copy the debian directory from the ubuntu netatalk source to the 2.2 source dir, cd into the 2.2 source dir, run dpkg-buildpackage [18:19] ribo: or just install from plain source if you want that [18:19] cool, thanks [18:22] ribo: the packages will be placed under the _parent_ directory of the source dir [18:22] getting patch errors [18:22] guess I need to delete some of the patches, right? [18:22] dpkg-source: error: cannot read netatalk-2.2.1/debian/patches/115_default-dir.patch: No such file or directory [18:22] er.. [18:22] dpkg-source: error: LC_ALL=C patch -t -F 0 -N -p1 -u -V never -g0 -E -b -B .pc/115_default-dir.patch/ < netatalk-2.2.1/debian/patches/115_default-dir.patch gave error exit status 1 [18:24] ribo: erm... you probably need to remove the patching part - those patches probably won't fit the 2.2.1 source as they may have been included already [18:25] yeah [18:25] removing them as they error [18:26] /usr/bin/fakeroot: line 176: debian/rules: Permission denied [18:26] does the same with sudo... [18:27] RoyK, how you doing? Thanks for the info last night.. I need/have a different approach on this (according to the boss man) [18:28] CantWinn: he didn't want openindiana? :) [18:29] Not really that.. I'm still looking for a way around something [18:30] As a re-fresh I have a local network on a local domain, I need to be able to seamlessly share files with another network on another domain like DropBox.. but i want our server to essentially be the "cloud" [18:30] is there some way to join an ubuntu server to a windows workgroup? Without a local dns resolver, I'm just wondering how a Windows machine could ping the hostname of the ubuntu server without a hosts entry on the windows machine. [18:30] but it has to be secure.. I know most people point to using a samba with SSH but I don't think it's wise to leave the SSH connection open all the time === tash is now known as RmRfStar [18:32] derp, noexec [18:34] What I need is a bunch of local users on the local domain sharing and working on files, then when the end product is done (the prescription in this case) can be shared with a Pharmacy directly and securly on a different network with a different domain. === alaing is now known as funkymonk [18:36] CantWinn: IIRC if you set netbios name = something in smb.conf, it'll answer to netbios broadcasts typically used by windows clients (if dns resolv fails) [18:37] CantWinn: setting up a wins server is another thing you should consider [18:40] RoyK, So what you are saying is that if I set up in my smb.conf to automatically search for the users domain that it will maintain direct connect? [18:41] CantWinn: I don't get it - do you have another domain server? or will samba be the domain server? [18:41] RoyK, I have a domain server already.. a Win 2K8 R2 server [18:41] that's AD, not domain... [18:42] and that one will be running a DNS server as part of AD [18:43] so all you'll need to do is setup /etc/resolv.conf to point to the AD server for DNS lookups, configure kerberos and samba appropriately and then do a net join [18:43] CantWinn: google for samba and AD integration [18:43] RoyK, thanks.. do you think it's possible to do what I'm trying to get done? [18:44] CantWinn: I've integrated samba with AD a few times myself, so it really shouldn't be a problem [18:45] remotely establishing and maintain a connection that syncs a "folder" as well? === RmRfStar is now known as tash [19:08] how to I register my nick? /nick nineteen67comet says is taken but that's me .. [19:09] nineteen67comet1: you can't register a nick you don't currently have... [19:09] Huh .. I used it last night (have been since 2001) .. today; no good .. [19:09] used to ask me for my p/w all the time .. don't remember that command either .. [19:10] trying to get some help in #apache as well; can't post w/out a working nick .. [19:13] nineteen67comet1: /msg nickserv help release [19:22] if a server is getting bogged down by a ton of users, such as a schools website during enrollment period [19:22] is there any way to set yourself out from the crowd of requests coming to the server? [19:22] as in getting responses from the server faster/ priority responses? [19:22] if that makes any sense at all [19:25] Zanzacar: actually yes, go sit in the server's data center on the same LAN as it. [19:25] Zanzacar: but for the most part, you're screwed because the slow thing is likely on the backend. [19:25] SpamapS: thats kind of what I figured [19:26] SpamapS: by backend you mean on the server, side it can process everyones requests [19:26] whats the command to upgrade a server from maverick to natty? [19:26] do-release-upgrade? [19:26] EvilResistance: yes [19:26] EvilResistance: Yup [19:26] um... [19:26] hm [19:26] The program 'do-release-upgrade' is currently not installed. You can install it by typing: [19:26] apt-get install update-manager-core [19:26] :/ [19:26] might be because its a VPS? [19:29] EvilResistance: probably [19:29] since its a VPS... [19:29] should i worry about upgrade-over-ssh? [19:29] its throwing warnings [19:30] Depends on what "VPS" means anyway. [19:30] EvilResistance: I've done it lots and lots of times, but that of course doesn't mean it'll work for you. [19:31] I did my server upgrade through ssh. [19:32] I'm still wondering why anybody buys a VPS anymore.. the Amazon free tier is as good as most "VPS"'s .. and is upgradable to something production capable in a single reboot. :-P [19:32] * SpamapS says that, logged into to his VPS which hosts his IRC client [19:33] actually amazon is crap for hosting SMTP servers.. so thats one reason. :-P [19:33] I have 2 servers running on amazons free tier :) got to love free servers. I have been learning a lot from them. [19:35] talking about the amazon free tier and servers. I was thinking about running a pretty productive site through that [19:36] The only question I am not really sure about is how many get request it can handle [19:36] if you only have a static site. [19:36] Zanzacar: the free tier is only free for the first 720hrs (or a single month usage) [19:38] 720/mnth every month for a full year [19:39] so 31.5 days every month. meaning 1 free tier server is free for a year [19:39] Zanzacar: t1.micro with a static site that fits in memory (600MB or so) would probably be able to take quite a few concurrent users. [19:39] Zanzacar: just use apache's worker mode or nginx. [19:39] Zanzacar: t1.micro only falls apart with sustained CPU usage. [19:40] SpamapS: I am unfamiliar with worker mode so I will have to check that out [19:40] SpamapS: I figured if it was a static site that there would be little CPU usage for a static site. [19:40] Zanzacar: apache2-mpm-worker ... [19:40] I still wonder why the debian packages implement it as a Conflicts: with the rest of apache2 .. the way RH has done it with /usr/sbin/httpd.worker is much saner. [19:46] SpamapS: worker seems pretty cool, I think that would definetly help with running a high volume site on a t1.mirco server [19:49] d [19:49] oops [19:52] Zanzacar: apache2-mpm-event is even more scalable, in theory, but less widely tested IIRC [19:56] SpamapS: O the thing we learn the things we learn. Thanks for the input. [19:56] New bug: #884805 in glance "httplib2 > 0.6.0 needed in packaging" [Undecided,Fix committed] https://launchpad.net/bugs/884805 [19:56] New bug: #887225 in glance "python-crypto now dependency after 5e6fb33b22c" [Undecided,Fix committed] https://launchpad.net/bugs/887225 [19:57] I might try out the worker mode since its a little more widely used/tested. (I feel more comfortable that way) [19:58] SpamapS: Check it out, ec2-107-20-112-0.compute-1.amazonaws.com/ [19:58] SpamapS: I would like to know when someone has actually pressed the search button but I dont want to have server side scripting since its on a t1.mirco [19:58] so that being said do you have any thoughts on work arounds for that? [19:59] Zanzacar: just have the search button hit a URL that you can scan the logs for [20:00] Hello, would someone here be able to assist with issues involving a ServeRAID M5015 (megaraid_sas) contoroller and 10.04 LTS? [20:01] SpamapS: That would definetly work, but I wouldnt want to redirect them how would I hit the URL without redirecting them? [20:07] Zanzacar: you can make a URL do a smart redirect with mod_rewrite.. but.. now you're getting into CPU hungry things. [20:09] SpamapS: That is the main thing I want to avoid, I guess I could do it with Javascript which would be server side to request a URL. [20:12] Zanzacar: yeah that is the new thing to do.. offload to the client. :) [20:14] SpamapS: if your being sarcastic then haha, but if your not then cool I guess I am just headed in the right direction. [20:14] I just figured I could keep it free if I offloaded everything to the clients so it made sense to me to do it that way. [20:35] SpamapS: can I PM you? I got some question that are semi offtopic. [20:47] hi all anybody with amd64 server 11.10 and libvirtd (working one ) ? [20:48] getting the error : virsh # iface-list [20:48] error: Failed to list active interfaces [20:48] also virt-manager fails to connect, this is quite old bug [20:49] but maybe there is somebody here who has it right? [20:49] i need to get sftp working on a server, authenticating with ldap.... i have tried several things, but so far to no avail [20:50] would anyone have any suggestions? [20:50] jmichaelx: http://www.linuxforums.org/forum/servers/33930-vsftpd-pam-ldap-authentication-openldap.html [20:51] jmichaelx: proftpd mod_ldap? [20:51] tdi: i saw that, but that specifies using vsftpd.... which seems sort of ridiculous [20:52] dork: i am using pure-ftpd, but i have been under the impression that an FTP server is not even necessary in order to have sftp [20:53] jmichaelx: yah sshd and pam tho [20:53] jmichaelx: i'd research doing ldap authentication with sshd and see if that's possible [20:54] dork: yea, and that is what i have been focusing on [20:54] ah [20:54] well, it is very possible... i just can't figure it out, lol [20:54] just use pam_ldap [20:55] i am using pam_ldap... ftp with ldap is working fine.... but i am wanting to require all users to use sftp [20:56] you want sftp as in scp, or sftp as in secure ftp? [20:56] i think I missed a memo.... did innodb get removed from the base mysql-server package? [20:56] or as in, ssh+the sftp backend? [20:56] gondoi: definitely *not* [20:56] hmm [20:56] okay [20:56] If I could, I'd remove MyISAM. :) [20:57] anybody with libvirtd on 11.10 server 64bit ? [20:57] gondoi: it's the default storage engine now so i doubt it [20:57] tdi: i am not sure what your asking... i want sftp [20:57] dork: thanks.. just wondering cause i'm not seeing it in show engines; and there is no error on startup [20:57] jmichaelx: sftp, unfortunately, has multiple meanings [20:58] also an innodb = force won't let mysql start at all... (no error) [20:58] SpamapS: which would explain my confusion, i'm sure [20:58] i know there is ftp, sftp, ftps and ftp pver ssh... i was not aware of anything else [20:58] jmichaelx: there is scp with ssh and there is FTPS, which is called sometimes sftp [20:59] s/scp/sftp/ [20:59] SpamapS, sftp has only one meaning I know of [21:00] i also think SFTP means only one thing [21:00] Honestly, for me, anything with FTP means "Fail" in my dictionary [21:00] yes, FTP does mean fail [21:00] SpamapS, all except for sftp [21:00] snark snark [21:00] SFTP is lower on fail [21:00] SpamapS, sftp has no relation to ftp [21:00] exactly [21:00] SFTP is a part of ssh [21:01] SpamapS, but ftp must die [21:01] yes... my whole project is to kill FTP, and require SFTP [21:01] jmichaelx, sftp actually will work over any transport. But that transports needs to handle auth/encryption [21:02] smw: sorry for my ignorance, but i did not understand [21:02] jmichaelx, whatever, it is a technical detail that the protocol can be used anyware. Mostly it is used with ssh :-) [21:03] smw: ok... i am just needing SFTP to work with LDAP. don't really care how [21:04] not surprisingly, there is a lot of conflicting documentation out there [21:05] jmichaelx: it should work if ssh works with LDAP [21:05] jmichaelx, what SpamapS said :-) [21:05] yea, i get that part. my whole question is how to do that [21:06] FTP workd with LDAP, ssh does not (yet) [21:06] works* [21:06] jmichaelx, first link on google. http://www.cyberciti.biz/tips/howto-configure-sshd-to-use-openldap-server.html . I have never done this before so I can't give any better :-\ [21:07] smw: if it was your first link on google, you can rest assured that i have already seen it [21:07] jmichaelx, https://help.ubuntu.com/community/LDAPClientAuthentication [21:08] jmichaelx, then I have no idea :-\ [21:10] yea... i can should look through that again, although like i said i have pam/ldap/ftp working just fine... getting sshd to work with this *should* not be so difficult [21:10] jmichaelx: I can't imagine it would be any different than the ftp setup.. just a different pam.d file [21:14] exactly... and i have been messing with pam.d/sshd i feel like i am missinf something very simple [21:29] jmichaelx: I've always had a hard time getting pam confs for services "just right" [21:35] yea, same here === skrewler_ is now known as skrewler === elz89_ is now known as elz89 [22:00] btw [22:00] my great software raid debacle from the otherday [22:00] was due to mindlessly keeping my original mdadm.conf and not replacing it [22:00] recreated the problem on another box [22:03] dork: really ? [22:03] so, recreate your mdadm.conf and problem solved ? [22:04] virusuy: yep [22:04] dork: alright then ! [22:05] * SpamapS really hates the problems that mdadm.conf causes [22:05] virusuy: the difference is, the new syntax doesn't have the amount of devices and the raid types specified in it [22:05] ohh ok [22:05] SpamapS: i spent over 12 hours in our DC trying to fix this problem on a production box [22:06] but it was my fault indeed, now i have nothing to bitch about [22:06] lol [22:06] dork: my condolences to your time. :-/ I am sure there is a reason for mdadm.conf .. just not sure what it is. [22:06] yah [22:06] dork: but hey, look at the bright side [22:06] you learned something new ! :) [22:08] virusuy: yeah if that was the worst thing they can complain about on me, i'm good [22:08] dork: :-) === nibz is now known as nibalizer [23:10] I get this when trying to turn on VT-d. (Intel VT-d tech enabled), intel_iommu=on(!): Your BIOS is broken; DMAR reported at address fed90000 returns all ones [23:10] What could be causing this error/warning? [23:10] BIOS is up to date === iarp_ is now known as iarp [23:22] Somedude: #ubuntu-kernel *might* have a better handle ont hat one. [23:28] asked it there, tanks! :-) [23:34] is there a domain registrar that makes it easy to host your own website at home using apache ? [23:35] atruno: at home? why would you want to do that? "To the cloud!" [23:35] what does the cloud mean ? [23:36] is that shared web hosting or different ? === jason is now known as Guest26431 [23:38] how do i host apache in the cloud ? [23:39] atruno, i don't think that one registrar or another is going to impact your path for getting a website up from your house. [23:39] ok no problem [23:39] regarding SpamapS "the cloud", he was probably suggesting something like EC2. [23:39] smoser, do you know if its difficult to bind a domain name to a home apache webserver ? [23:40] what would EC2 do for me ? [23:40] if you're new to AWS, you can get run a 674M system with 8G root for free for 1 year. [23:40] other thing it would do is just stop you from needing to run something in your house. [23:40] but there is cost associated (the "free for 1 year" is ~ $20/month). [23:41] atruno, basically for what you want [23:41] can't afford $20 a month [23:41] * register your domain [23:41] * figure out your IP at home [23:42] * point domain at home IP (hopefully either hooking up some dyndns to that, or getting a static IP at home) [23:42] * run apache on home [23:42] * profit. [23:42] thank you [23:42] which if the dyndns.org type services are free for binding domain names to home ip's ? [23:43] or is there one that is cheap ? [23:44] atruno, read about http://zoneedit.com/ [23:44] i've used them some in the past [23:44] but i'm not terribly experienced in this, other than having done it once or twice. [23:45] thank you [23:53] * medberry has two free hostnames on dyndns [23:54] and one is attached to a t1.micro on amazon EC2 [23:54] my router only supports dyndns.org not zoneedit.com [23:54] though sadly, I'm out of my "free year" [23:56] is it hard to run your own dns server on ubuntu ? [23:56] also does comcast allow yout to run your own dns server ? [23:58] atruno, that's several "it depends". however, you can easily run dns at home. [23:58] Now, running it in such a way that it is useful to someone NOT in your home is a whole different ball of wax.