[12:37] soren: nod. I'll poke at that. === Yahooadam [n=Adam@host81-157-3-200.range81-157.btcentralplus.com] has left #ubuntu-server [] === PanzerMKZ [i=Panzer@dialup-4.88.72.237.Dial1.Atlanta1.Level3.net] has joined #ubuntu-server === pschulz01 [n=pschulz0@ubuntu/member/pschulz01] has joined #ubuntu-server === Yahooadam [n=Adam@host81-157-3-200.range81-157.btcentralplus.com] has joined #ubuntu-server === tck [n=tck@213-202-167-131.bas503.dsl.esat.net] has joined #ubuntu-server [01:35] hi, can anyone tell me how limits are dealt with in ubuntu/debian? (ie. limits.conf?) [01:46] halcyonCorsair: I don't have that file? Is that something that exisits in another distribution? [01:47] pschulz01: you probably do have it, at /etc/security/limits.conf [01:47] ajmitch: Ta. [01:47] ajmitch: all i really want to do is increase the maximum number of open files, whats the best wat to do that? [01:49] you may be hitting a kernel limit as well [01:49] though unlikely [01:49] halcyonCorsair: You are 'probably' looking for something like what is set in /proc/sys/fs/file-max [01:50] pschulz01: that value is very high [01:50] having that many files open would be unusual [01:50] halcyonCorsair: Although.. the result of 'cat /proc/sys/fs/file-max' is 202982 [01:50] ajmitch: yep. [01:50] ulimit -n would show 1024 usually [01:50] ajmitch: pschulz01: i think the limit i'm looking at can be found via ulimit -n [01:50] yeah... [01:51] using pam_limits? [01:51] ajmitch: i'm pretty sure i need to increase that....as i mentioned, i'm trying to run bind9 over 1012 vlans... [01:51] sounds painful [01:52] halcyonCorsair: Looks like /etc/security/limits.conf is what you need.. this is what pam_limits uses. [01:52] ajmitch: well....1012 vlans, each segregated, each needs dns *shrugs* [01:53] and pam_limits would need to be in /etc/pam.d/common-session, I presume you have that there [01:54] ajmitch: i only have pam_unix.so and pam_foreground.so in common-session [01:54] ok, add it & try [01:54] though bind9 may itself have a limit on how many files it can open [01:56] and I have to run out in 5 minutes, sorry [01:56] ajmitch: can i just add the line "pam_limits.so" to the end of common-session? [01:56] 'session required pam_limits.so' [01:57] order is important, so it may need to go near the top [01:57] however I don't know how this will get used with a daemon like bind9 [01:58] ajmitch: http://rafb.net/p/M9xUdJ51.html [01:58] that was what i was getting [02:00] halcyonCorsair: My setup shows 'pam_limits.so' entries in pam.d in cron,ssh,login,su... [02:01] damn, have to leave [02:01] back later [02:01] alright, i'll soldier on :) see what i can come up with [02:01] halcyonCorsair: Are you convinced that it's 'number of files' problem? [02:02] lalala [02:02] Nafallo: Howdy babe. [02:03] hehe. hi :-) [02:03] pschulz01: not convinced, but its my best lead at the moment [02:04] halcyonCorsair: Other than googling for the error.. If you can start up bind with 'strace' you should be able to find the exact call that fails. [02:04] oh! [02:04] I forgot to move a cable :-) === tck [n=tck@213-202-167-131.bas503.dsl.esat.net] has joined #ubuntu-server [02:06] good thing I got access til 7 in the morning :-) [02:08] hi all [02:08] Kamping_Kaiser: Morning. [02:09] pschulz01, morning. hows it going? [02:09] Nafallo has already sang the 'good-morning' babe song. === Nafallo yawns [02:09] Kamping_Kaiser: Working on some requirements documentation :-) [02:09] o_0 [02:09] pschulz01, fun fun. [02:10] Kamping_Kaiser: You'll see it shortly :-) [02:10] abotu to start typing notes again (and multitasking with irc, so bad look) [02:10] pschulz01, that sounds rather hopeful :) [02:10] Kamping_Kaiser: Where there's life there's hope. [02:11] Kamping_Kaiser: What do you know about XSL/XSLT ? [02:11] pschulz01, how very philosphical... just wish i could agree atm - i'm about to commit myself to another day of typing... RSI anyone? [02:11] pschulz01, i've heard of themb efore [02:11] they sound fairly familiar [02:12] Kamping_Kaiser: I'm moving all my 'user' details into an XML format. The plan is that that will help with the migration. [02:13] ah... then i've probably heard them in relation to docbook [02:14] Kamping_Kaiser: I'll leave you to it. [02:14] pschulz01, i'm looking at irc now and then, if i dont reply, i'm typing elseware :) === sahafeez [n=sahafeez@67.109.14.227.ptr.us.xo.net] has joined #ubuntu-server === AnRkey [n=AnRkey@87-194-62-131.bethere.co.uk] has joined #ubuntu-server [02:46] pschulz01: does this mean anything to you? http://rafb.net/p/GBvKm991.html [02:47] halcyonCorsair: You live in NZ [02:47] lol [02:48] halcyonCorsair: yes? [02:48] pschulz01: the strace....anything there? [02:48] rofl [02:48] oops [02:50] halcyonCorsair: Can yuo run it again with the 'include children' option? (-f I think) [02:51] halcyonCorsair: What I want to see is the print call that produces the error that you are seeing... then we can work back from there. [02:52] pschulz01: eek, its 1.3M [02:53] halcyonCorsair: tail -n 200 [02:53] halcyonCorsair: With maybe a grep. [02:54] i won't get to see it print the error in there i don't think, will I/ [02:59] grep helps [03:01] grep "string" -A15 -B15 === nictuku [n=yves@200-140-164-227.bsace706.dsl.brasiltelecom.net.br] has joined #ubuntu-server [03:04] i think this is the relevant section for the first vlan that bind9 fails for: [03:04] http://rafb.net/p/A9bKUz60.html [03:04] ajmitch, pschulz01: see anything interesting there? [03:05] you mean apart from the 'too many open files' bit? [03:07] ajmitch: which would bring me back to trying to change the max open files limit, yes? [03:09] quite === jbrouhard [n=jbrouhar@cm-207-192-233-238.stjoseph.mo.npgco.com] has joined #ubuntu-server [03:10] peachy [03:10] heh [03:11] ajmitch: i'm running bind chrooted, so in my limits.conf file, i need: "bind hard nofile 4096" perhaps? [03:12] you can try it [03:12] i love the confidence :) [03:12] not many people ask about having >1000 vlans in here :) [03:14] well sure....they're just afraid to push the boundaries! :P === Kamping_Kaiser tries to imagine under what circumstances he can justify 1000 vlans to connect his laptop+desktop [03:17] ehrm [03:17] what would you need that for? [03:19] Nafallo: a hotel with about 500 rooms, most of those needing two vlans with dhcp [03:19] hmm, although potentially the second vlan in each room doesn't need dhcp..... [03:19] but thats irrelevant [03:21] ajmitch: i get a lot more of this now: socket: too many open file descriptors [03:21] but i don't see a noticable difference [03:23] I wonder what would happen if you had multiple bind instances, just as a test [03:24] how would you propose i do that? [03:24] you could do multiple chroots & start each individually [03:25] an interface / subnet per instance? [03:27] that would end up with a lot of processes [03:28] try just splitting it in 2 for now === YourMomsHero [n=cirish@ip24-251-191-203.ph.ph.cox.net] has joined #ubuntu-server [03:32] hmm [03:36] I presume you're generating a list of interfaces to listen on? [03:40] ajmitch: i'm not specifying the interfaces, no [03:40] ajmitch: what i'm specifying is the subnets [03:41] either way [03:41] so you can split based on that [03:41] ajmitch: http://rafb.net/p/smj01748.html [03:42] ok, that looks like dhcp to me [03:42] I'm meaning how you specify the bind configuration [03:43] oh whoops [03:43] hmm, now that you mention it.... [03:48] come to think of it, i've been thinking bind and looking at dhcp.... [03:48] i don't do anything to specify interfaces or anything for bind.... === mdz_ [n=mdz@1036host126.starwoodbroadband.com] has joined #ubuntu-server [03:50] ajmitch: any idea on where i should begin? [03:50] probably something to look at then === Kamping_Kaiser passes ajmitch a cluebat ;) [03:50] how are you starting it chrooted? [03:50] ajmitch: yes [03:51] also, where can i check whether the packager compiled it multithreaded? [03:51] I asked how [03:51] apt-get source bind9, see debian/rules [03:53] ajmitch: as per: http://www.howtoforge.com/perfect_setup_ubuntu704_p4 === osmosis [n=steven@cpe-76-80-88-199.socal.res.rr.com] has joined #ubuntu-server [03:56] ok, interesting [03:57] so you could probably hack up the initscripts & create a new chroot, etc [03:57] if you wanted to try it out that way [03:57] I'd prefer to solve the open file descriptors issue [04:03] me too [04:03] but what i'm trying is coming up empty [04:04] using /etc/security/limits.conf to up the hard and soft nofiles limit [04:04] upping /proc/sys/fs/file-max [04:04] and still no change [04:05] most likely a hard limit in bind9 itself, at compile time [04:06] since I've seen references to things like mangling headers to get a single process to use > 1024 open file descriptors [04:06] eg FD_SETSIZE in /usr/include/linux/posix_types.h [04:08] are you saying i'll need to change that and recompile? [04:08] I'm saying that I've seen that recommended, yes [04:09] I don't know if it'll work or if it's a good idea === halcyonCorsair wonder if anyone could lend him a brick wall to bash his head against.... [04:10] sure [04:34] ajmitch: can i be sure its getting FD_SETSIZE from there? [04:35] nope [04:35] bits/typesizes.h:#define __FD_SETSIZE 1024 [04:35] it's also in 1 or 2 other places [04:36] it'd be a really ugly hack if you have to do it this way === KurtKraut [n=ktk@unaffiliated/kurtkraut] has joined #ubuntu-server [04:40] How can I know how many kbytes a process is occupying in RAM ? [04:40] there is a lib/bind/include/fd_setsize.h in the bind source, but it says: [04:40] * If you need a bigger FD_SETSIZE, this is NOT the place to set it. [04:40] * This file is a fallback for BIND ports which don't specify their own. === osmosis_ [n=steven@cpe-76-80-88-199.socal.res.rr.com] has joined #ubuntu-server === osmosis [n=steven@cpe-76-80-88-199.socal.res.rr.com] has joined #ubuntu-server === PanzerMKZ [i=Panzer@03-118.136.popsite.net] has joined #ubuntu-server === osmosis [n=steven@cpe-76-80-88-199.socal.res.rr.com] has joined #ubuntu-server [05:19] ajmitch: unless you have another suggestion, short of trying another dns server, its all i got [05:21] you've tried it, I presume? [05:22] another dns server? [05:22] or the FD_SETSIZE? [05:22] no, changing the header & recompiling bind9 [05:22] it should only take a few minutes to verify [05:22] oh, i'm about to do that now [05:23] doing it in a chroot may be wise [05:23] you know the general procedures for building debian packages, right? [05:23] i've changed typesizes.h & posix_types.h [05:23] i haven't done it in about 2 or 3 years, since i last used debian, so not really....a howto of some kind or something would be handy here [05:24] generally just apt-get install build-essential, apt-get build-dep bind9, apt-get source bind9, then go into the dir & debuild [05:24] (you probably want devscripts as well) [05:25] changing the version number in debian/changelog could be a good idea to avoid the package getting clobbered on upgrade [05:25] but then you're on your own for further updates [05:26] right [05:36] building now [05:48] whats the easiest way to install all my new packages? [05:48] dpkg -i? === osmosis [n=steven@cpe-76-80-88-199.socal.res.rr.com] has joined #ubuntu-server [05:48] ah dpkg -i *.deb did the trick [05:48] i wasn't sure if it would figure out the deps properly [05:48] ajmitch: success [05:49] how depressing [05:49] hehe. have to rebuild bind? [05:50] halcyonCorsair: I was afraid of that [05:50] Kamping_Kaiser: worse - rebuilding bind after modifying headers in /usr/include [05:50] ajmitch: do you have the bind9 source at the moment? [05:51] sure [05:51] ajmitch, ew [05:58] ajmitch: look at lib/isc/unix/resource.c and search for FD_SETSIZE [05:59] ajmitch: there is a big comment starting with "The BIND 8 documentation reports:" [05:59] hm [06:03] ajmitch: postfix and squid both seem to hack around this, but i guess bind hasn't had enough problems for people to care [06:04] bind tends not to need to open thousands of file descriptors at the same time [06:07] *shrugs* [06:07] most people tend not to have quite that many interfaces, for some reason [06:07] ajmitch: it used to be a problem with an older design, particularly on windows, and they've obviously taken note of it [06:08] or they'd run bind on 1 ip address & rely on something like iptables or routing to redirect packets :) [06:08] potentially that might be smarter :) [06:10] it may save you headaches in the long run [06:19] why does someone want BIND to have that many open files? [06:20] 11:52 < halcyonCorsair> ajmitch: well....1012 vlans, each segregated, each needs dns *shrugs* [06:20] moderate levels of insanity [06:21] i didn't design the system....just trying to get it to work [06:21] and they can talk to BIND on an off-subnet IP, no? [06:21] lamont: they're not meant to be able to no [06:21] multiple BIND instances comes to mind, or just have bind listen on A.B.C.D and have everyone talk to that IP [06:21] both of those suggestions have come up today [06:21] put the DNS server in it's own DMZ, which forces accessability from each vlan [06:22] sometimes i really don't step back enough to see that fixing the current way the system works is stupid, and i should update the method [06:22] beyond that, you're talking making changes to bind9 that probably don't want to be in the stock distro for ubuntu (or debian, or anywhere, for that matter) --> support costs [06:23] lamont: yeah [06:24] ergo, I'd be inclined to make it listen on 1 IP, and have 1012 views if I need to keep everything that separate... [06:28] i'll probably just allow each vlan back to the main IP of that interface for DNS === Dell-Net1 [n=filip@55860041.adsl.multi.fi] has left #ubuntu-server [] === ICU [n=me@sechzig.dd.ewetel.de] has joined #ubuntu-server === sahafeez [n=sahafeez@ip68-6-222-28.sd.sd.cox.net] has joined #ubuntu-server === ||arifaX [n=||arifaX@inetpop1.witron.de] has joined #ubuntu-server === rvfh [n=rvfh@fe2adsl-2.wyplay.net] has joined #ubuntu-server === dezmaeth [n=dezmaeth@pc-29-238-239-201.cm.vtr.net] has joined #ubuntu-server [09:16] hi, im having a problem, i installed a new network card, and now , any of my network cards are working, i did /etc/init.d/networking restart , but nothing , none gets ip === dexem [n=dani@222.Red-88-23-207.staticIP.rima-tde.net] has joined #ubuntu-server === coNP [n=conp@ubuntu/member/coNP] has joined #ubuntu-server === ra1nb0w [n=ra1nb0w@host45-162-dynamic.56-82-r.retail.telecomitalia.it] has joined #ubuntu-server === YourMomsHero [n=cirish@ip24-251-191-203.ph.ph.cox.net] has joined #ubuntu-server === ra1nb0w [n=ra1nb0w@host245-237-dynamic.2-87-r.retail.telecomitalia.it] has joined #ubuntu-server === AnRkey [n=AnRkey@host-83-146-42-229.bulldogdsl.com] has joined #ubuntu-server === Nicke [n=niclasa@ua-83-227-140-135.cust.bredbandsbolaget.se] has joined #ubuntu-server === somerville32 [n=Guest@ubuntu/member/somerville32] has joined #ubuntu-server === lynx_hamp [n=Helder@62.28.17.123] has joined #ubuntu-server === lynx_hamp [n=Helder@62.28.17.123] has left #ubuntu-server [] === jdstrand [n=james@mail.strandboge.com] has joined #ubuntu-server === lynx_ham2 [n=Helder@62.28.17.123] has joined #ubuntu-server === crummygummy_ [n=CrummyGu@dsl-242-36-161.telkomadsl.co.za] has joined #ubuntu-server === lynx_ham2 [n=Helder@62.28.17.123] has left #ubuntu-server [] === lynx_ham2 [n=Helder@62.28.17.123] has joined #ubuntu-server === TeTeT [n=spindler@modemcable178.77-70-69.static.videotron.ca] has joined #ubuntu-server === ivoks [n=ivoks@backup.grad.hr] has joined #ubuntu-server === rvfh [n=rvfh@fe2adsl-2.wyplay.net] has joined #ubuntu-server [02:34] Hey guys, general nfs question.. If I have machine A mounting from machine B and machine B is rebooted or shutdown.. Will it umount on machine A safely? [02:40] no [02:41] nandemonai: No. Any attempt to access the share will hang until the machine is back up. [02:42] soren, Hmm ok.. by hang you mean time out or will it cause real issues? [02:43] nandemonai: Depends on how it was mounted. It might hang indefinetely. [02:44] nandemonai: I've heard stories about nfs server going down due to hardware issues, being sent to the manufacturer for repairs, coming back, getting turned back on, and then all of the clients just continued where they left off. [02:44] soren, Mounted via a term, sudo mount yadda yadda. It's just I have a share from my desktop to the server and wondered about if I need to shutdown or whatnot. [02:44] soren, Heh that's pretty impressive. === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-server [02:45] nandemonai: If you're just rebooting the server, everything should be fine. [02:45] soren, I guess if I need to shutdown for a period of time I should just umount server-side. [02:46] soren, Server will be up fulltime, it's the fact it has a mount coming from my desktop I want to share that's the issue. I don't want to have to keep the desktop up fulltime also. [02:47] nandemonai: You can just leave it as is. If you try to read from it, it just won't return until the share is available. [02:48] soren, Okie doke. It's not like it's a corporate environment or anything, just didn't want the server to die if one of my roomies tries to access the share and it's not up my end. [02:48] soren, Thanks for the info ;) [02:49] nandemonai: Any time === kurosaki [n=kurosaki@ppp121-45-39-86.lns10.adl2.internode.on.net] has joined #ubuntu-server === ivoks [n=ivoks@5-51.dsl.iskon.hr] has joined #ubuntu-server [03:11] soren, Umm, hate to be a nag, but I went ahead and rebooted the desktop and now even though it's back up I'm getting: Stale NFS file handle trying to access the share on the server. [03:13] kurosaki=nandemonai? [03:13] oh yeah.. sry [03:14] kurosaki: Could you pastebin the output of /proc/mounts, please? [03:14] hello [03:14] Hi, ivoks! [03:14] I went ahead and umounted them and remounted so my proc wont be helpful right? [03:15] nandemonai: Not really :) [03:15] ro,async,subtree_check [03:15] They look ok? === mdz_ [n=mdz@fw.pepper.com] has joined #ubuntu-server === PanzerMKZ [i=Panzer@09-056.136.popsite.net] has joined #ubuntu-server === tck [n=tck@A-86-198.cust.iol.ie] has joined #ubuntu-server [03:20] nandemonai: Yeah, that looks sane. [03:21] soren, That's what I thought. Oh well no biggie. I just have to remember to umount if I'm going to shutdown for a bit. [03:21] nandemonai: http://sysunconfig.net/unixtips/stale_nfs.txt [03:22] nandemonai: Do any of those apply, you think? [03:22] nandemonai: What was shared? [03:22] nandemonai: It really, really should work. You should not have to reboot [03:22] soren, Well it's shared to a www dir via nfs [03:23] nandemonai: I'm more interested in where it's shared *from*. [03:23] soren, That all works primo just didn't seem to like the server(ie my desktop) rebooting. [03:24] soren, My desktop. Which I want to be able to shutdown on occasion. To local house 'server' ubuntu as well which is the client mounting from my machine. [03:24] nandemonai: Sure, but which part of the filesystem? [03:25] soren, Just a dir with some data from my home dir. [03:25] nandemonai: I'm trying to determine if it's plausible that might appear to disappear for nfs. [03:25] nandemonai: Sounds odd. If you can provide simple steps to reproduce it, I'd appreciate it. === soren -> phone call [03:26] soren, Ok sure. I'll reboot my machine again and see if the share stales out again. === kurosaki [n=kurosaki@ppp121-45-39-86.lns10.adl2.internode.on.net] has joined #ubuntu-server [03:30] Well that would be right.. [03:31] It's fine now. [03:31] Although, I didn't try and access it from another machine while it was down, which I did the previous time. I'll try that. === nandemonai [n=nandemon@ppp121-45-39-86.lns10.adl2.internode.on.net] has joined #ubuntu-server === gamble6x [i=bbg@gateway/tor/x-33ef807346876dd3] has joined #ubuntu-server [03:42] Okies that did it. Seems that rebooting the nfs-server (my desktop) and then trying to access the share on the nfs-client (home server) hangs when my machine is down which makes sence ;) Ok then bring the nfs-server back up and the shares are showing as mounted via df with - - - - and an ls of the mount point reads Stale NFS Handler again. [03:43] Err on the nfs client that is after my machine is back up. [03:45] Both running ubuntu 7,04 and up to date. The home server is 64bit if that makes a difference... Any other info you'd like soren? [03:49] soren, http://paste.ubuntu-nl.org/35548/ is my /proc/mounts after this has occurred. Last two lines are the two stale mounts. [03:52] nandemonai: nfs-kernel-server? [03:52] soren, Yes indeedy. [03:53] nandemonai: Could you please file a bug about it? [03:54] soren, Sure, will do. [03:54] nandemonai: Thanks very much. [03:54] soren, So expected behaviour is that it should resume nicely once the server is back up right? [03:54] nandemonai: IMO, yes. [03:54] soren, Okies. === PanzerMKZ [i=Panzer@09-056.136.popsite.net] has joined #ubuntu-server === ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-server === PanzerMKZ_ [i=Panzer@dialup-4.88.72.25.Dial1.Atlanta1.Level3.net] has joined #ubuntu-server === dendro [n=dendroba@adsl-065-005-186-012.sip.asm.bellsouth.net] has joined #ubuntu-server === leonel [n=leonel@189.155.111.233] has joined #ubuntu-server === tck_ [n=tck@A-105-24.cust.iol.ie] has joined #ubuntu-server === TeTeT [n=spindler@modemcable178.77-70-69.static.videotron.ca] has joined #ubuntu-server === tck [n=tck@194.125.97.202] has joined #ubuntu-server === cody-somerville_ [n=cody-som@CPE0020af33c4db-CM0019477f74ba.cpe.net.cable.rogers.com] has joined #ubuntu-server === raky [n=kent@24-197-132-105.dhcp.spbg.sc.charter.com] has joined #ubuntu-server === Styles [n=Styles@67.138.244.194] has joined #ubuntu-server [05:25] i've just finished a long trial with centos 5. too many things missing for what i'm doing. is ubuntu server 7.04 good-to-go, or should i revert to 6.10 or 6.06 server? [05:26] raky: it depends on what your requirements are [05:26] raky: do you need certain versions of packages? [05:26] i just want to do a pxe-install and use Xen or VMware [05:27] vmware works out of 6.06 and 6.10, I am using it on 7.04 atm (though at the time I installed, it was unsupported) [05:28] for xen I would suggest 7.04 [05:28] I am sure vmware is working out of the box now [05:29] so i saw a few tweaks for VMware in 7.04. where they as small as i saw - only like fixing 5 or so lines with command line? [05:30] I did it ~4 months ago and at the time it was less then 2 minutes to do it [05:30] great, thanks [05:31] and what OSs have you made into VMs? [05:31] 2003 server, xp, vista [05:31] sweet [05:31] i'll just need to virt. some other linux distros [05:31] should work great [05:32] thanks, mralphabet [05:34] np === ivoks [n=ivoks@5-51.dsl.iskon.hr] has joined #ubuntu-server === mathiaz [n=mathiaz@dsl-207-112-54-218.tor.primus.ca] has joined #ubuntu-server === osmosis [n=steven@63.139.86.3] has joined #ubuntu-server [06:08] anyone using Xen ? [06:08] I wanted to know how it is. === ivoks_ [n=ivoks@5-51.dsl.iskon.hr] has joined #ubuntu-server === gamble6x [i=bbg@gateway/tor/x-256cb6397ba1474c] has joined #ubuntu-server === kurosaki [n=nandemon@ppp121-45-57-227.lns11.adl2.internode.on.net] has joined #ubuntu-server [06:35] I'm gonna choose a gui for Xen in a few days, there are several to choose from. [06:36] osmosis, xen has a lot more variables to choose from than vmware. and virtualization techniques are a little diff between the two. === mdz_ [n=mdz@fw.pepper.com] has joined #ubuntu-server [06:42] oh, and see ##xen for more details, osmosis === lousygarua [n=lousygar@bzq-88-152-127-122.red.bezeqint.net] has joined #ubuntu-server === mathiaz [n=mathiaz@dsl-207-112-92-37.tor.primus.ca] has joined #ubuntu-server === tideline [n=tideline@65.98.69.13] has joined #ubuntu-server === gamble6x is now known as gamble|lunch [07:35] raky: okay cool [07:44] i have hardware RAID 5. is install ubuntu to hdd diff from install to first hdd on the first prompt? [07:47] raky: should be fine, software raid is troublesome, however === YourMomsHero [n=cirish@74.202.196.195] has joined #ubuntu-server === lousygarua [n=lousygar@bzq-88-152-127-122.red.bezeqint.net] has joined #ubuntu-server === fabbione [n=fabbione@217.207.76.231] has joined #ubuntu-server === fabbione [n=fabbione@217.207.76.231] has left #ubuntu-server ["Leaving"] === gamble|lunch is now known as gamble6x [08:48] raky: i've had some issues with hardware raid and found solutions for all of them. i don't understand what you're asking though. [08:49] i just wondered if the install process was diff for first hdd versus install on hdd, dho_ragus [08:49] everything looks like its working now, dho_ragus , but i'm curious about alternatives [08:52] why is the new server image upgrade offereing not authenticated? whta's the deal? [08:54] if i'm going to run vmware, will i need this? i know support has been increasing lately, so it may be good for that === sahafeez [n=sahafeez@67.109.14.227.ptr.us.xo.net] has joined #ubuntu-server [09:03] 13:49 < raky> why is the new server image upgrade offereing not authenticated? whta's the deal? [09:03] what? === Yahooadam [n=Adam@host81-157-3-200.range81-157.btcentralplus.com] has joined #ubuntu-server [09:04] it may be a eth0/1 problem, i'm looking at my connection [09:05] i feared this, this connection thing is a problem, i have to work with the gui, maybe/maybe not [09:06] this connection thing? [09:07] network settings [09:07] ok, i see, confused eth0 and eth1 === Yahooadam [n=Adam@host81-157-3-200.range81-157.btcentralplus.com] has joined #ubuntu-server [09:08] n/m, good-to-go, but about the authentication, mralphabet i'm checking it again [09:09] yeah, the linux-server-image 2.6.20-16-server is not authenticated, mralphabet [09:10] i didn't expect server images to be not authenticated, and wonder why [09:11] i'm in no hurry now, i'll be back around 11 or 12 PM, or tomorrow morning. [09:11] interesting [09:12] I didn't have anything like that come up [09:12] hmm. well, later, ttyl === raky [n=kent@24-197-132-105.dhcp.spbg.sc.charter.com] has joined #ubuntu-server === fabbione_ [n=fabbione@217.207.76.231] has joined #ubuntu-server === fabbione_ [n=fabbione@217.207.76.231] has left #ubuntu-server ["Leaving"] === jbrouhard [n=jbrouhar@24.121.169.166] has joined #ubuntu-server === WaVeR [n=Cobra@80-218-162-121.dclient.hispeed.ch] has joined #ubuntu-server [10:37] Hello === osmosis [n=steven@cpe-76-80-88-199.socal.res.rr.com] has joined #ubuntu-server [11:05] do you have a problem WaVeR - or just saying hi ? [11:05] i have a problem with your plenking! [11:06] ... ? [11:06] aaaaaaah! [11:06] stop it! === osmosis [n=steven@cpe-76-80-88-199.socal.res.rr.com] has joined #ubuntu-server [11:06] Yahooadam> Just saying hi, and I try to offer my help. [11:07] WaVeR: please help Yahooadam to stop plenking ;) [11:07] I just join the Ubuntu-server team so I'm here to see ^^ [11:07] I can't ^^ [11:07] damn it [11:08] Yahooadam: please read this! http://en.wikipedia.org/wiki/Plenk [11:08] wtf is plenking :S [11:08] ah [11:08] ./shrug [11:08] its teh interwebs, who cares about the space between punctuation :p [11:08] is this plenking? <- no [11:08] is this plenking ? <- yes [11:09] web2.0 doesn't support plenking! [11:09] it so does ! [11:09] LoL [11:09] see :p [11:09] GAH ! ! ! 1 1 one eleven [11:09] that was prell-plenking :P [11:10] WaVeR: did you apply for membership on launchpad ? [11:11] i did and i am still waiting for replies :/ [11:11] Yes mathiaz [11:11] And I think you approve me [11:11] WaVeR: ah ok. I tought you said you can't join the Ubuntu-server team. [11:13] I try to know how can I help. Now I'm looking the Ubuntu-server wiki page [11:16] morning [11:19] mathiaz: just wrote to the MC list for you [11:20] ajmitch: hi. I've seen it. Thanks for your support. [11:20] np [11:23] WaVeR: great. Let me know if it's confusing. [11:24] WaVeR: or if you have any question [11:25] Thanks for your support mathiaz. I will inform you if I have trouble [11:25] plenked ? [11:25] :p === osmosis [n=steven@cpe-76-80-88-199.socal.res.rr.com] has joined #ubuntu-server === dexem [n=dani@212.97.172.119.dyn.user.ono.com] has joined #ubuntu-server === osmosis [n=steven@cpe-76-80-88-199.socal.res.rr.com] has joined #ubuntu-server === halcyonCorsair [n=halcyonC@galaxy.liverton.net.nz] has joined #ubuntu-server [12:19] ajmitch: ping [12:20] hello [12:22] ajmitch: so now that i know that changing FD_SETSIZE works, and is horrible [12:22] heh [12:22] how do i get rid of the packages I created and revert back to the official version? [12:22] you could remove & reinstall, or try apt-get --reinstall [12:23] the latter is preferable