=== change_your_nick is now known as joeylockie [00:11] is there an ubuntu server netinstall? [00:15] ujjain: yes! [00:15] SpamapS: mini.iso? [00:16] ujjain: https://help.ubuntu.com/community/Installation/Netboot [00:16] ujjain: also if you need to do more than 1 or 2, you can use Orchestra [00:16] ujjain: but thats only barely available in 11.04, and really slated for "awesomeness" in 11.10 [00:17] I don't use tftp. [00:17] hehe, Ubuntu is realy getting pretty awesome even for servers [00:17] ujjain: if you can put physical media in, you may want the minimal.iso [00:18] I'l l use the mini.iso, it's just a testserver anyway [00:18] let's just hope I don't have a GUI [00:20] k, that went wrong I think ^^ [00:25] hi all, does anyone know of a way to kill an active TCP socket? I'm trying to test what happens when a client connection drops out [00:25] dhon_: iptables can simulate it [00:26] from the command line that is (not within the app) [00:27] SpamapS: I haven't used iptables before, could you elaborate? [00:29] dhon_: well you could make it drop packets or refuse connections.. [00:30] SpamapS: do you know if it will apply to active connections, or only future ones? [00:31] dhon_: its very low level, you can add/remove rules [00:32] dhon_: what exactly are you trying to test though? [00:33] dhon_: sounds to me like what you want to do is something like iptables -I INPUT -p tcp -s remote-host --port 44444 -j DROP [00:33] I have a service that opens a TCP socket to a server (my service is a client here) [00:33] after some long period, my services is not communicating with the server anymore [00:34] I would like to test if the connection being dropped produces similar results, as it's not generating any helpful log messages [00:35] yeah, iptables (a firewall, btw) would be useful for that [00:35] SpamapS: cool thanks, I'll read up on that iptables command [00:35] SpamapS: sounds like what I want [00:36] one more thing, will I need to reverse that command in the future to reallow connections again? [00:43] dhon_: yes [00:44] just replace -A with -D? [00:45] yep [00:45] oh sorry, not using -A [00:45] note that I used -I .. to put it at the top [00:45] I see, thanks for the help SpamapS [00:51] New bug: #801375 in samba (main) "package winbind 2:3.5.8~dfsg-1ubuntu2.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/801375 [01:37] hey what logs should I be checking on my server ? === medberry is now known as med_out [02:20] hello am seting up a server mostly for my family to use and am planing on instailing the server with a full desktop environments (which one yet i dont know) but in order to do this do I need to install any of the preedefind collections of software in the server installer? or is it possable to istall them (if I fiond out I need them) later? [02:24] joeylockie: the main difference between the server and desktop install is the kernel as far as I know. [02:24] So you may just want to go with the Desktop verison [02:24] that way you won't have to install the desktop environment [02:25] in the desktop am I ablo=e to add apahice and what not easyly? [02:28] yes [02:28] more easily if you are not familiar with the command line [02:29] ok I will look into that thanks [02:35] While you *can* set up a desktop on your server, it is not recommended [03:00] qman__: you there? [03:02] does this forum help with routers? === Nigel_ is now known as G [03:03] i've configured my ubuntu server to connect to my router with a static ip address [03:04] however when i go into my router and check for attached devices i see my server but it has a different ip address [03:04] it's not even in the same range [03:04] my router is 192.168.2.1 [03:04] and the device showingup is 192.168.254.115 [03:05] i have my server set to 192.168.2.119 [03:05] i did at one time however have my server's static ip address set to 192.168.254.115 awhile back but i don't know how that could have been stored anywhere on my server so i'm assuming its a problem with my router [03:06] or with my modem which is now in briged mode [03:06] does anyone think they could help with this problem? === guampa1 is now known as guampa === Jasonn is now known as JasonnAWAY === pr0gg3d_ is now known as pr0gg3d === NG_ is now known as ng_ === ng_ is now known as NG_ [07:38] Sup [09:01] hello. a quick question, are there identified issues or considerations to run ubuntu servers under hyper-v virtualization platform? [09:45] Daviey: please can you give me an opinion on bug 801038 [09:45] Launchpad bug 801038 in libvirt "libvirt-bin can not check the correct status of libvirtd " [Undecided,Invalid] https://launchpad.net/bugs/801038 [09:47] looking [09:48] ta [09:49] jamespage: I don't think this is something that will be addressed in Ubuntu. I agree that libvirtd should check for an existing process, and exit gracefully. [09:49] I would consider it wishlist and confirmed. [09:50] I'm not sure i see the overwhelming concern tho :/ [09:50] that was my thinking; it would be possible to put a check into the upstart config tho [09:50] but I agree its a bit of an edge case [09:50] marked as so [09:54] jamespage: Yeah, just for reference checked to see what apache2 does in the same situation [09:54] It is better handled.. as in the pid is tracked. === skrewler_ is now known as skrewler [09:55] It would make a nice server papercut some someone to work on [09:57] jamespage: good thinking! [10:27] New bug: #727342 in open-vm-tools (multiverse) "FFE: open-vm-tools kernel module failed to build" [Critical,Fix released] https://launchpad.net/bugs/727342 [11:10] * RoyK += 0xc0ffee [11:11] New bug: #801496 in postfix (main) "postfix postmulti cannot open dynamicmaps.cf" [Undecided,New] https://launchpad.net/bugs/801496 [11:22] New bug: #801501 in nova (universe) "[MIR] nova" [Undecided,Incomplete] https://launchpad.net/bugs/801501 [12:17] good morning people [12:36] morning Ursinha [13:02] Woo, Friday! === NG_ is now known as ng_ === ng_ is now known as NG_ === JasonnAWAY is now known as Jasonn [14:15] Daviey: regarding MIR for 'gpxe or ipxe' - note that ipxe is now in debian. Can we just sync that? [14:16] Daviey: also, I don't understand why I don't show up on http://status.ubuntu.com/ubuntu-oneiric/group/topic-oneiric-server-overview.html [14:31] hallyn: are you in ~ubuntu-server? [14:32] ? [14:32] Daviey: what do you mean? [14:32] hallyn: so gpxe or ipxe is tricky... I've left that one for now, because ipxe is a fork.. and a better one IMO... but we need to make sure. [14:32] hallyn: the ~ubuntu-server launchpad group [14:32] oh [14:32] pretty sure [14:33] hallyn: i just added you [14:33] but that might not be the cause [14:33] debian went with ipxe, and was hung a long time on the gpxe ITP, so it seems like we should follow them. [14:33] mind you i've not looked at the source at all [14:33] hallyn: so the -overview topic isn't yet complete. I think it is still missing some blueprints. [14:34] hallyn: I'd prefer ipxe i think... especially as it is already a build dep of xen in main! :) [14:34] but zul added support for gpxe in cobbler. [14:34] So zul probabyl needs to update to ipxe for that to proceed. [14:34] Daviey: yeah probably [14:34] since ipxe is a fork, that shouldn't be too hard to port right? [14:34] nah [14:35] vi s/ipxe/gpxe/g :) [14:35] Daviey: anyway, my prodding on the overview page was just bc I don't see any place where I was assigned to MIRs. Not that I mind, I'd like to get lxc working with cgroup-bin today :) [14:36] hallyn: Hmm [14:36] so if ipxe is in debian, does a simple sync request suffice, or do we need an MIR still to get it into ubuntu? [14:37] hallyn: is http://status.ubuntu.com/ubuntu-oneiric/u/serge-hallyn.html of use? [14:38] Daviey: yeah I recon [14:38] feh [14:38] (feh @ MIRs I see there :) [14:39] hallyn: Are they ok? [14:39] odd that i apparently am not on the team [14:39] hallyn: you are not leaving Ubuntu are you? :) [14:39] Daviey: not that i know of :) i'll let you know if iget an email later [14:41] Daviey: well, they are in sid it seems. So I guess it should be less than an hour (i hope) which hopefully is less time than i'll have left after finishing with cgroups :) [14:42] "I'm this close" -- lol [14:43] you know what'd be nice? a nice beefy amd box with huge disk, so I can test kvm bugs in a nested kvm environment [14:44] hallyn: That can probably happen [14:44] ? [14:44] hallyn: access to a big box. [14:44] davieylabs? [14:45] lol [14:46] :) really, i pay amazon and rackspace for hosting, but they don't have what i need. you'd think someone would... [14:46] hallyn: yes... someone probably does... but someone needs to check their pm's :) [14:47] Daviey: trying a new client, and it errs the opposite way from quassel [14:47] can't find th eright balance between too few and too many notifications [14:47] lol [15:17] rotfl - just went by the oracle.com store, and they're offering 'MySQL Standard Edition Subscription (1-4 socket server) (1 Year)' for just $2000 a year... [15:19] much better than oracle pricing [15:19] * RoyK goes to Sahara and sets up a bazar selling sand [15:35] can anyone help me with this page ? https://help.ubuntu.com/community/Xen [15:38] hi, I have a pc with 4 500G sata hard disk. can i install ubuntu-server on one of them and create a raid 5 array on other tree? [15:38] if you wanted too [15:38] by the way i'm talking about software raid [15:38] if you wanted to, you could indeed [15:38] or you could make all 4 of them a raid5, and install ubuntu on them [15:38] or you could make all of them raid-10 and get that extra performance; [15:39] mncl-core, not really [15:39] 4 disk raid10 vs raid5 is really the same [15:39] patdk-wk: how so [15:39] mncl-core, and loose some disk space right? [15:39] raid5 will beat it in fact [15:40] patdk-wk: i would like to disagree with that statement. and in fact you also gain extra redundancy [15:41] <|rt|> raid5 will likely be slower at writes...but otherwise I'd expect them to be similar in speed [15:41] only extreemly small random writes [15:42] ok another question, lets say I created a raid 5 array with all four disks. and my os became unbootable somehow, will i still be recover my data? [15:42] rt: true, but to state that RAID-5 will beat RAID-10 in fact, is completely false. [15:42] *able to recover [15:42] the statement that raid10 will beat raid5 is false also [15:42] <|rt|> mncl-core: without context of a workload I don't think you can make claims that any raid level is faster than any other raid level [15:43] slhsen, you recover it the same way you would recover anything else [15:43] rt: the context was stated that he is attempting to Software RAID, or RAID 4x 500GB Hard Disks [15:43] my statement was simple, that he could use RAID-10 and he would get extra performance. [15:44] which is technically accurate. [15:44] <|rt|> given enough disks if your only task is serving files over a 1 or 2 GBit links then at some point it doesn't matter...from a performance point of view [15:44] rt: ahhh very true; but on a technical perspective, there would be a performance gain in other operations; e.g. installing packages, OS Operations, and so on.. [15:45] given my workload, reads and writes of 50-100mb files, raid10 makes no sense, it's slow [15:45] given my database, yes, raid10 [15:45] patdk-wk, yeah but, if I save one disk for system, i think i can just install os again and my data will be there [15:45] given an olap store, raid10 is kind of pointless [15:45] <|rt|> mncl-core: but with 4 drives I think they are about equal...you'll start to see a larger difference as the number of drives increases....and if your workload is sufficiently random [15:45] slhsen you could do that anyways [15:46] how so [15:46] just run the installer [15:46] it should notice yo uhave raid setup [15:46] rt: i have benchmarked extensively RAID-10, true that workload must be considered and increase of disks. but it remains that even with 4x Disks the performance is increased. [15:47] plus the extra redundancy aspect [15:47] should be considered [15:47] <|rt|> on my server here (hardware raid with 12 drives) I did a ton of benchmarks trying to decide between raid 10 and raid 6...at the end of the day the difference was 1GB/s vs 700MB/s [15:48] rt: well i have several RAID-10 SANs for ESX Clusters and I also had a hard time deciding between RAID-6 and 10 [15:48] <|rt|> I decided to go with RAID6 and get the slightly better data protection and storage at the cost of the 300MB/s [15:48] but ultimately RAID-10 destroyed RAID-5 and 6 [15:48] the issue with raid5 has always been what happens when a disk is dead [15:48] not how it performes when it's 100% functional [15:48] mind you i am using 24x WD Blacks [15:49] <|rt|> yeah the difference in Mean Time between Data Loss of raid 5 and raid6 and raid10 is hugh [15:49] and real adaptec raid controllers [15:49] <|rt|> huge [15:50] <|rt|> RAID10 rebuild times are the fastest and a dead drive impacts it the least though [15:51] if my san grows anymore [15:52] I'm going switch it from raid10 to raid 51 [15:52] hmm, maybe that would be raid15 :) [15:52] a raid5 of many raid1's [15:52] it should also be considered that the more drives you had, the greater probability for simultaneous drive failures. [15:53] ya, raid15 or raid150 [15:55] <|rt|> some of the zfs based NAS/SAN solutions are pretty nice...like Nexenta [15:55] <|rt|> ssd cache devices really speeds them up too [15:56] rt: cool find. will look into more, looks interesting. have been using openfiler for a while now [15:57] <|rt|> a good number of the ex solaris devs work for Nexenta now [15:58] very cool, seems like it is well maintained and supports emulex targets [15:59] <|rt|> some of the gluster stuff intrigues me too...but it's a very different approach [15:59] gluster is a very cool product [16:00] reliable, and when you mix it with an openqrm environment, things can get very interesting [17:01] New bug: #801626 in bind9 (main) "package bind9 1:9.7.0.dfsg.P1-1ubuntu0.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/801626 [17:21] New bug: #801641 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/801641 === NG_ is now known as ng_ === ng_ is now known as NG_ === Ursinha is now known as Ursinha-lunch === NG_ is now known as ng_ [19:06] hggdh: hey did you get anywhere with bsdtar yet [19:09] I want my Ubuntu Server to always run a program (in my case a webserver), preferably as a seperate user. So whats the easiest way to add ever-running services? [19:11] normally, the normal way, and let the service change uid itself [19:11] Basically the service should fire up by itself at startup, and I should be able to restart it when the server is up. [19:11] so i use my own user that starts a program that switches to another user and keeps running the program I intended? [19:12] hmm, root starts programs at startup [19:12] oh ok [19:12] and no, normally the program itself that you start, switchs itself [19:13] if it doesn't, I might have issues with it's lack of security [19:13] I know my server already startsup apache, I guess I want something very similiar for myself only for my own webserver [19:14] well, apache config file you set the user and group name [19:14] once it gets started, it changes itself [19:14] that is what your program should do [19:14] patdk-wk, you mean that the webserver Ive written (not me really) should at its initialization switch to a dedicated user? [19:15] not at initialization, but normally after that [19:15] cause normally they want to bind to port 80, or read ssl keys, that need root [19:16] hmm, I'm gonna run at port 3000+, that doesnt need root, no? [19:16] no, ports <1024 need root [19:16] I'll let my apache-server reverseproxy to the other web-server running at 3000 [19:17] And I've run the server "manually" myself succesfully as my own user (not root); and it works fine. Now I only need to "autorun" my program at startup etc. [19:18] since my progrma is simple I won't need root. Is there a simplified process for setting up services that don't need any root? [19:18] guess use su then to start it [19:19] su some-user -s someprogram [19:19] maybe? [19:19] such a hack :) [19:19] Sounds great, though I still would like to 1. startup as the system boots up. 2. be able to restart it while running. Any ideas? [19:21] I've noticed the 'services' functionality, it seems good though a bit much work to setup something quite simple [19:23] 'su designated_user -s /my/web/server' Seems to work otherwise [19:27] How to replace a failed drive on a 3ware 9500 controller ? [19:28] I want it to recognize the drive on the same port the bad one uses [19:36] disconnect old drive [19:37] plug in new drive [19:37] tell 9500 to use new drive as hotspare? [19:46] zul: not yet, but I finished witht the kernels for this week; I will get back to it now [19:47] hggdh: cool [20:09] I'm having a problem with SSH and key authentication [20:09] for the purpose of making tunnels, I have one user on an SSH server, and multiple clients, each with their own key to authenticate as said user [20:10] this worked great until recently when I started adding more clients, and it's rejecting my keys [20:11] what configuration do I need to make on the SSH server to allow more concurrent connections with different keys as the same user? [20:15] zul: I do not see many options -- why was this link created, in the first place? It wasn't there before A1 [20:16] hggdh: no idea [20:16] who would know? [20:16] cjwatson: maybe [20:17] s langasek says the link can be there, as far as ISO is concerned [20:22] ah, nevermind, it was a permission issue buried underneath that [20:28] funny, how do I install ubuntu server on a HP DataVault X510 ;) there's no screen [20:28] maybe I should install the harddrive on a desktop machine and then plug it into the hp device? === warzauwynn is now known as warzauwynn|afk [20:35] New bug: #801718 in krb5 (main) "kpropd -S -P fails to use specified port" [Undecided,New] https://launchpad.net/bugs/801718 === ng_ is now known as NG_ [20:56] New bug: #801729 in samba (main) "package winbind 2:3.5.8~dfsg-1ubuntu2.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128" [Undecided,New] https://launchpad.net/bugs/801729 [21:02] i just installed mysql-server on my lucid server. i gave it a nice long complicated root password, which i copied and pasted from keepass. then i tried to login with "mysql -u root -p" and pasted in the same nice long complicated root password for mysql...and it keeps giving me denied [21:03] of course [21:03] keypass is greate [21:03] is it possible there is some parse-fail going on with the nice long complicated password? [21:03] but you cannot use special characters [21:03] there we go [21:03] and you cannot use 25 characters' common mistake i've done many times before [21:03] so how special are they allowed to be? [21:03] go with upper-lower-num 18 characters [21:03] or is it alphanumeric only? [21:04] ok [21:04] thanks [21:06] i frequently wish keepass had a "kinda special" and a "really special" checkbox, for those sites that allow @#$%^&*() but not ` " ' £ === unreal_ is now known as unreal === Ursinha-lunch is now known as Ursinha === warzauwynn|afk is now known as warzauwynn [21:37] I can't seem to find xfs_freeze in Oneiric [21:37] is it moved to a package? [21:38] nm [21:38] found it [21:44] zul: ping? [21:46] SpamapS: you might be able to help me.. does it make any sense to tell dh_install init to install the script with defaults, but disabled? (so that daemon never starts on boot unless otherwise specified?) [22:02] New bug: #801761 in postfix (main) "package postfix (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 128" [Undecided,New] https://launchpad.net/bugs/801761 [22:15] RoAkSoAx: it should use some method *in the script* to be disabled [22:16] RoAkSoAx: like checking /etc/default/xxxx [22:16] RoAkSoAx: it should still run, but not start [22:16] * SpamapS prepares to leave for the airport [22:41] hggdh: what link is this? [22:42] oh, I see on #ubuntu-release, bah @ conversations across multiple channels === NG_ is now known as ng_ === ng_ is now known as NG_ === lullabud is now known as warzauwynn === skrewler_ is now known as skrewler [23:55] hi. any good phone answering system for 11.04 server? just in case someone knows...