/srv/irclogs.ubuntu.com/2009/07/29/#ubuntu-server.txt

albdumany ideas why that is happening ? already tried removing dmraid and from gparted at the one of the 2 disk create partition tables again (ms-dos) and create partition ntfs again00:00
albdumjmedina are you there ? :)00:02
albdumany1 else might can help with this ?00:03
infinityalbdum: I suspect you answered your own question.  Didn't you say sdc1 and sdd1 were previously raid members?00:05
albduminfinity: yeah but before i install server i deleted the raid set...00:06
albdumand format the one of them again00:06
infinityalbdum: If that was NT's software RAID, they're "dynamic disks", in NT parlance, and they can only ever act as the raid members they always were, unless you repartition and reformat them.00:06
albdumwhat i did: hardware raid ->delete then 1 of them -> format,create partition tables msdos and then create partition ntfs00:07
albdumshouldn't that work ?00:07
infinityMaybe.  I wouldn't hold my breath. :P00:08
albdumalso those 2 disk i can see them from any other os installed on the same pc00:08
albdumincluding ubuntu desktop00:08
infinitydd if=/dev/zero of=/dev/sdc bs=512 count=1000:08
albdumjust in server edition it seems it can't mount them00:08
infinityThat's always a nice way to slaughter a disk back to factory fresh.00:08
infinityOh, that's more curious.  I walked in to this in the middle.00:09
infinityDesktop automounts them, I imagine?00:09
albdumi need the one of them sdc i guess to keep my files00:09
albdumi mount them click home--> then the disk00:09
albdumyeah the desktop mounts them when i click on it not on load00:10
albduming00:10
albdummaybe server edition missing a package or something and cause of that can't mount them ?00:11
infinityThe kernel's pretty obviously not even seeing the partitions, as your dev/disk output shows.00:11
albdumyeah00:11
infinityAre you positive that desktop isn't seeing them through the magic of dmraid?00:11
albdumdmraid wasn't installed on desktop00:11
albdumand before 3 minutes i unistalled it from server too hoping that would do the charm but :(00:12
albdumalbus@ubuntu-server:~$ sudo mount /dev/sdd1 /media/HardDisk300:13
albdummount: special device /dev/sdd1 does not exist00:13
albdumalbus@ubuntu-server:~$ sudo mount /dev/sdd /media/HardDisk300:13
albdummount: unknown filesystem type 'isw_raid_member'00:13
albdum---->>>>> these is annoying any ideas ? cause i am out of luck and disk space on the other 200:13
infinityIt really does sound like sdc and sdd are still software raid members to me.00:14
infinityThe dm-uuid-DMRAID-isw.. stuff in /dev/disks points at that too.00:14
albdummaybe samba has anything to do with that ?00:15
infinityNot much I can tell you except "wipe the first few sectors of the drive and repartition"... But if you can see them from another OS, there might be somehting less drastic you can do.00:15
infinityOr, wipe sdd, create sdd1, copy everything from sdc1 to sdd1, then repeat on sdc.00:15
infinitySamba has nothing to do with it.00:16
albdumhow can i do the last part exactly ? :)00:16
infinitydd if=/dev/zero of=/dev/sdd bs=512 count=1024 (wipe hard, why not?)00:17
infinityfdisk /dev/sdd00:17
infinityCreate giant partition.00:17
infinityCopy everything from sdc1 to sdd1, using whatever works for you.00:17
infinityThen do the above with s/sdd/sdc/00:18
* infinity heads back to work.00:18
albdumthnx m8 :)00:19
albdumany1 can help me format a ntfs partition with server edition?00:35
albdum Hello any1 might know how can i format a drive to ntfs using shell ?00:42
marce_Hello everyone, i need to execute a lynx and close it after it finish loading the website. Which flag should I need?00:48
=== jeiworth_ is now known as jeiworth
bafflekirkland: Did you still need to play with a rackserver with S3?01:31
KiraHmm, I'm pretty positive that there was a memory leak somewhere in my system. The memory usage % would steadily climb, though rather slowly, about 10% a month.02:16
Kiraand that's while it's sitting there apparently doing nothing.02:17
KiraHow shall I track the memory usage of my processes?02:17
ballKira: top?02:19
uvirtbot`New bug: #406093 in mysql-dfsg-5.0 (main) "MySQL limiting INT(64) to INT(32)" [Undecided,New] https://launchpad.net/bugs/40609302:30
Kiraball: the trouble is, all of the memory usages shown in top are so minuscule.02:34
KiraI see lots of 0.0%02:34
ballKira: launch top and then try pressing M (must be capital)02:52
twbKira: take some memory out of your machine, then ;-)02:54
twbball: huh.  I always use > and < to change column02:55
balltwb: No idea.  I'm not used to interacting with it.02:55
ball...but I looked that up for Kira02:56
twbRighto02:56
twbYou could also use Z to pick a different display format02:56
* ball shrugs02:56
twbIt lets you colour-code the different layouts which is nice if you have a bunch running at once.  FYI.02:57
balltwb: thankfully it's black & white on my screen.02:57
twb:-)02:57
unixxxHey guys, anyone know whether I should be using /dev/md_d0 or /dev/md/d0 as the device for my RAID array?03:16
unixxxI can't find any real documentation on thisl03:16
matttunixxx: you sure they don't map to the same thing?03:17
unixxx/dev/md_d0p* symlink to /dev/md/d0p*03:17
unixxxBut /dev/md_d0 doesn't symlink to /dev/md/d003:18
unixxxI've setup md_d0 as the device using mdadm --assemble but was wondering what the proper practice was.03:19
matttunixxx: yeah, not 100% which is proper ... guessing to use /dev/md, but don't quote me on that :)03:19
unixxxOk, cool, thanks.03:20
unixxxAll I could gather was that maybe /dev/md was to eliminate some problems with udev03:20
matttunixxx: do you have a /dev/md0?03:21
unixxxI did but it was removed when I upgraded from 8.10 to 9.04 last night.03:22
unixxxThen I noticed /dev/md_d0 and re-assembled my RAID array to that device, assuming it was the replacement.03:22
matttunixxx: ah, cuz http://tldp.org/HOWTO/Software-RAID-HOWTO.html only refers to /dev/md0 (at first glance) ... maybe it's out-dated03:23
matttunixxx: i think i will withdraw from this conversation, since i know nothing about software raid :)03:23
unixxxmatt, ok, thanks anyway.  It's working fine now, I just didn't want to pick the "legacy" device that would be removed again03:24
rosa_hello...somebody know about amavisd? is using 99% of the CPU...somebody know why could it happen?04:31
albdumrosa_ : amavisd is a mail virus scanner....04:39
albdumrosa_ : amavis is the name amavisd means the deamon04:40
rosa_yes, tahnks..i know that but i do not why is using since yesterday 99% of CPU?04:43
albdumThere is a known issue with perl-Convert-UUlib that was recently triggered by04:44
albduma mail on one of the ubuntu mailinglists. Which version of uulib do you use?04:44
albdumhigh cpu means that amavis can't finish a process i am guessing that you have spamassassin installed also ?04:46
albdumrosa_: if you are having problems with postfix also try rebuilding the amavis database or rebuild it anyway just to make sure i have to go i hope that works...04:49
rosa_yes, i have spamassasin04:49
rosa_and also i upgrade the last version fro perl04:49
albdumi suggest to check amavis database...04:50
rosa_how i can check the amavis data base, i mean how i can rebuild that?04:50
ScottKalbdum: What known issue?  Please point me to the bug.04:51
rosa_can be this problem causes by a virus in the network?04:51
rosa_yes, please!04:54
nnullanyone recommend any good webmin alternatives?06:16
ballnnull: learning the command line ;-)06:18
jtimbermanchef06:18
jtimberman(ruby-based configuration management system) :)06:19
jtimberman:)06:20
ScottKnnull: ebox tends to be somewhat favored here, but I've never used it.06:21
ScottK!ebox06:21
ubottuebox is a web-based GUI interface for administering a server. It is designed to work with Ubuntu/Debian style configuration management. See https://help.ubuntu.com/community/eBox06:21
nnullcheers ScottK , i know the command line, but haveto use webmin from time to time as a dread, just looking for some alt's06:22
uvirtbot`New bug: #406171 in net-snmp (main) "COUNTER64 broken in NetSNMP::agent" [Undecided,New] https://launchpad.net/bugs/40617106:35
twbebox is what the Ubuntu manual talks about06:43
twbI had a quick look at it, and it seems to be about as horrible as all the others.06:43
nnulllol yeah im about to try it06:45
Jeeves_Hi there07:00
Jeeves_ANy Bind maintainers around here? :)07:00
* ball hides07:01
Jeeves_https://www.isc.org/node/47407:05
Jeeves_Any clue when a security update will be there?07:05
keesJeeves_: should be out now07:09
Jeeves_cool07:18
Jeeves_thanks07:18
_rubenno mail on -security-announce yet :P07:38
kees_ruben: sure there is!  ;)  USNs sometimes lag archive publication a little.07:44
cefmemtest86+ problem: is the version of memtest86+ that gets installed by default the same as the one in the memtest86+ package? I get an error on an amd64 box when I try and run the default one via grub.07:45
cef(using 9.04 server btw)07:45
cefnever mind. helps if I look at the output from apt/dpkg in the host, and not one of the vm's. :P07:50
_rubenhey .. got mail from sec-announce :)07:59
nnull*You've got mail!*08:01
_rubenlets sync local mirror prior to (trying to) updating my dns servers08:02
cefheh.. I'm building new vm's to replace some of our machines.. one of these days they'll get into production.. till then, all I seem to do is upgrade the packages to fix security vuln's08:02
cefthis morning it was the kernel, now it's bind..  fun fun fun08:04
matttcef: welcome to system administration!08:08
cefmattt: I've been doing it since '96.. I'm quite used to it.. it's just very annoying at the moment08:18
jtimbermanbetter than having a once a month patch day.09:07
ceftrue true09:08
rosa_hi...hi got this error in samba... nsswitch/winbindd_util.c:trustdom_recv(229)09:56
rosa_somebody know what is mean?09:56
twbIs that an error?09:56
rosa_yes, sorry...hi twb, sorry Im crazy...the error is:  Could not receive trustdoms10:36
uvirtbot`New bug: #406262 in openipmi (universe) "Please merge openipmi 2.0.16-1(main) from debian unstable(main)" [Undecided,New] https://launchpad.net/bugs/40626210:40
uvirtbot`New bug: #406263 in openipmi (universe) "Please merge openipmi 2.0.16-1(main) from debian unstable(main)" [Undecided,Confirmed] https://launchpad.net/bugs/40626310:41
=== Guest77821 is now known as NCommander
=== NCommander is now known as Guest33254
AnAntHello, can someone help with setting up LDAP service on Ubuntu ?10:44
AnAntis there a wiki doc or so ?10:44
twbWhat LDAP service?10:44
AnAnttwb: erm, slapd10:44
=== Guest33254 is now known as NCommander
twbWhat isn't working?10:44
=== NCommander is now known as Guest82317
AnAntI dunno how to set it up, that's why I ask if there's a wiki doc10:45
_rubeni think its explained in the server manual?10:45
=== Guest82317 is now known as NCommander
AnAntin man slapd ?10:46
twbSet it up for what?  DNS?10:46
AnAnttwb: user authentication10:47
twbAh, libpam_ldap and libnss_ldap.10:47
AnAnttwb: aren't those for the client machines ?10:47
twbRight.10:47
kim0Hi .. I am see'ing traces in google regarding a DRBD pkg, that uses dkms .. is that already released ?10:47
_rubenhttps://help.ubuntu.com/9.04/serverguide/C/network-authentication.html10:48
twbThough typically your LDAP server would also be configured as a client machine.10:48
_rubenldap sure is one of many things on my todo list .. wonder if i'll ever get to it :p10:48
AnAnttwb: you mean that I add users to the LDAP server via useradd ? then the rest of the clients will be able to see those users?10:49
twbI don't think useradd works (waah!) but certainly passwd should10:50
AnAnt_ruben: that doc seems useful, thanks !10:51
rosa_Hi, Please help...i have 1 week in that...I am gettin this error Not using winbind, requested domain [XXX] was for this SAM10:59
matttrosa_: you should try google'ing these errors, you'd probably have more luck11:05
rosa_i tried a lot...but still i can get...11:06
metalfan_hi11:09
metalfan_sudo tc filter add dev eth2 parent ffff: protocol ip prio 10 u32 match u32 0 0 flowid 1:1 action ipt -j MARK --set-mark 1  action mirred egress redirect dev ifb0                   /lib/iptables/libipt_mark.so: cannot open shared object file: No such file or directory                 why does tc or something else search for libipt_mark.so?11:09
metalfan_ah crap, my fault11:13
metalfan_forgot one tc line before that11:14
uvirtbot`New bug: #406276 in munin (universe) "initial munin-node setup misses correct start/stop" [Undecided,New] https://launchpad.net/bugs/40627611:16
uvirtbot`New bug: #315591 in openssh (main) "LD_LIBRARY_PATH set in ~/.profile doesn't stick" [Low,New] https://launchpad.net/bugs/31559111:51
uvirtbot`New bug: #406303 in php5 (main) "Compiled zip support in PHP 5.2.4 64bit can't open archives with large number of files." [Undecided,New] https://launchpad.net/bugs/40630312:01
AnAntHello, I think I've successful setup an LDAP server & LDAP authentication now I have a couple of issues:12:26
AnAnt1. when an LDAP user logs in for the first time, the home dir isn't created for him12:26
AnAnt2. LDAP user cannot change his password using passwd12:26
AnAntit just asks for his current password then it terminates saying that his password was changed successfully (although it didn't prompt for new password)12:27
twbAnAnt: you need to learn how to drive pam, then12:28
twbRe (1), probably pam_mkhomedir12:28
AnAntI just did: sudo pam-auth-update12:28
twbI dunno about that12:28
twbFor the client side, I use auth-client-config lac-thingy12:29
twb(Ubuntu 8.04 clients.)12:29
AnAntsudo auth-client-config -t nss -p lac_ldap12:30
twbInteresting, pam-auth-update looks to be similar, but not managing libnss12:30
AnAnt2. also needed pam ?12:37
pmatulisAnAnt: what doc did you follow and what Ubuntu release are you using?12:37
AnAnt8.10, the doc is https://help.ubuntu.com/9.04/serverguide/C/openldap-server.html12:38
AnAntoops12:38
AnAntI read a doc for a different release12:38
AnAntyet it worked12:38
AnAntgecos field can't be UTF ?12:48
_rubenhttps://help.ubuntu.com/8.10/serverguide/C/network-authentication.html ;)12:55
refnumzxI am using dansguardian and trying to setup filtergroups.  I have followed a howto at http://www.opensourcehowto.org/how-to/dansguardian/dansguardian-with-different-filter-groups.html  I am using the dansguardian that is available from the jaunty repository.  Users in groupmode2 and the filtergroups list is setup according to those instructions.  I have also configured the authentication plugins in the main dansguardian configura13:43
fs_homehello all13:51
fs_homeplease how i can install openSSH sefver using apt-get? each package name to use?13:51
=== fs_home is now known as DelphiWorld
AnAntopenssh-server13:52
DelphiWorldAnAnt: ok thanks13:53
uvirtbot`New bug: #406360 in likewise-open (main) "menu no longer displays add/remove applications" [Undecided,New] https://launchpad.net/bugs/40636014:00
ttxuh14:01
DelphiWorldAnAnt: i say that source not found, what's up?14:01
AnAntsudo apt-get install openssh-server14:02
DelphiWorldAnAnt: yes, but is saying source not found14:03
AnAntdunno14:03
refnumzxI am using dansguardian and trying to setup filtergroups.  I have followed a howto at http://www.opensourcehowto.org/how-to/dansguardian/dansguardian-with-different-filter-groups.html  I am using the dansguardian that is available from the jaunty repository.  Users in groupmode2 and the filtergroups list is setup according to those instructions.  I have also configured the authentication plugins in the main dansguardian configura14:07
refnumzxdelphiworld: it means your sources.list file is probably either messed up or you need to comment out the cdrom sources.14:15
DelphiWorldrefnumzx: the cdrom source is commented?14:17
DelphiWorldinstalled, thanks14:22
AnAntok, I managed the PAM thing (thanks to an IT friend)14:31
AnAntnow the passwd change is needed14:31
pmatulisAnAnt: let us know of your solution14:31
AnAntin /etc/pam.d/common-auth: session required /lib/security/pam_mkhomedir.so skel=/etc/skel/ umask=002214:32
AnAntas for the gecos field I had to edit the schema14:32
* ball sighs14:33
AnAntreplace caseIgnoreIA5Match with caseIgnoreMatch14:34
AnAntnow, what's missing is:14:35
AnAnt1. ability for user to change password14:35
AnAnt2. there's GDM login error that the group cannot be set14:36
AnAnt3. how can I give some rights to user X on machine Y (like mounting USB drives,...)14:37
AnAntbut the first two are more crucial14:37
ballAnAnt: 3) sounds like a job for groups14:37
ballOh, you're doing the PAM thing14:37
ballno idea then.14:38
kirklandbaffle: i actually don't need to play with it...14:40
kirklandbaffle: i'm just trying to collect a few makes/models14:40
kirklandbaffle: and, if you could try, run pm-suspend, and then wakeonlan it, to make sure that the s3 works14:41
ballI think my firmware's too old for pm-suspend14:42
ballIt does APM and perhaps ACPI, but not in a way that Ubuntu Server groks14:43
refnumzxI am using dansguardian and trying to setup filtergroups.  I have followed a howto at http://www.opensourcehowto.org/how-to/dansguardian/dansguardian-with-different-filter-groups.html  I am using the dansguardian that is available from the jaunty repository.  Users in groupmode2 and the filtergroups list is setup according to those instructions.  I have also configured the authentication plugins in the main dansguardian configura15:11
ScottKlamont`: Ping.  I've got a potential BIND regression for you.15:12
lamont`meh15:25
lamont`what now?15:25
=== lamont` is now known as lamont
ScottKlamont: According to my DNS provider the new BIND release forgot that not all domain names are hostnames, disallowed underscores in domain names (where they are legal) and this was the cause of my domain vanishing of the net last night.15:26
ScottKThey said it was an upstream issue, so I thought I'd mention it.15:26
bitprophetAnyone know of a decent mechanism for trying to shoehorn non-syslogged log files into syslog (outside of doing it by hand, that is)?15:34
lamontScottK: if it's an A RR, then underscores are invalid15:35
lamontregardless of component15:35
ScottKlamont: The particular use case they broke are TXT records with DKIM selectors.  These are non-hostname domains that are required to be underscored for collision avoidance.15:37
lamontright15:38
ScottKlamont: Added detail, I think the issue (from the hints the provider was willing to give) may have been related to following a cname that involved an underscore.15:45
lamontcnames get into interesting lands15:46
ScottKYep.15:46
* ScottK has had that particular cname published for two years and this is the first I know of it causing a problem.15:46
ballhello bc16:01
refnumzxI am using dansguardian and trying to setup filtergroups.  I have followed a howto at http://www.opensourcehowto.org/how-to/dansguardian/dansguardian-with-different-filter-groups.html  I am using the dansguardian that is available from the jaunty repository.  Users in groupmode2 and the filtergroups list is setup according to those instructions.  I have also configured the authentication plugins in the main dansguardian configura16:22
Sam-I-AmScottK: you around?17:03
ScottKSam-I-Am: Vaguely.17:03
Sam-I-Amheh17:03
Sam-I-Amso... i'm thinking about joining the ubuntu server team17:03
ScottKOK17:03
Sam-I-Amwondered if theres any specific requirements aside from what i've read on the LP page17:04
Sam-I-Amand how i can fit in...17:04
ScottKSam-I-Am: There aren't.  Those of us here who don't work for Canonical are here an a volunteer basis.  We're glad to have anyone help out as the are willing/able.17:04
ScottKHow you fit in is up to your interests, ability, and time.17:05
Sam-I-Ammmkay...17:05
ivoksyou basicaly do what's of your interest17:05
ivoksfor example, i don't care about clouds, but i do about clusters - so i work on clusters17:06
Sam-I-Amsome things i just dont quite know how to get involved in with the big picture... but i do them on the small scale for my employer... like taking recent releases (sometimes from CVS) of openldap and building packages for ubuntu including modifying patches and backporting other stuff.17:06
ivoksand email, when i have time :D17:06
Sam-I-Ami've been using LP to build and host my packages lately... so others can use my work.17:07
ScottKIf your changes are generally useful then you should work to get them into the Ubuntu repos.17:08
Sam-I-Amalso noticed you guys are looking for help writing docs/wikis on centralized authentication and file serving... e.g., openldap+samba+kerberos17:08
ScottKSam-I-Am: Yes.  sommer coordinates most of the docs stuff.17:08
Sam-I-Amof course, several (or many) schools of thought exist for configuring all that stuff... so what i do might be different from what others think.17:09
Sam-I-Ami get to write detailed docs on how to configure it all for my employer, so i might as well try to get them out to the masses... especially the parts which confuse people the most like... generating certificates.  thats almost 80% of the problems i see in #openldap17:10
ScottKYes.  Please.17:10
Sam-I-Ammmkay, just want to make sure i'm heading in the right direction17:11
mathiazttx: did you see my merge review proposal for cim-schema?17:13
ttxmathiaz: I didn't get any notification of it17:13
ttxmathiaz: url ?17:14
mathiazttx: https://code.launchpad.net/ubuntu/+source/cim-schema/17:14
mathiazttx: https://code.launchpad.net/~mathiaz/ubuntu/karmic/cim-schema/2.22.0-update/+merge/939717:14
ttxwill have a look tomorrow17:15
mathiazttx: so you weren't notified?17:15
ttxmathiaz: no17:15
ttxgtg, we'll sove that mystery another day :)17:16
ttxsolve, even17:16
bobbywanyone using skytools on 9.04?17:22
Sam-I-AmScottK: well, i applied for membership18:29
ScottKSam-I-Am: Welcome.18:30
Sam-I-Amnoticed theres some need for dynamic dns with dhcp docs...18:30
bobbywanyone running postgres on ubuntu with a listen_address?18:30
Sam-I-AmScottK: if you're interested in what i'm packaging... https://launchpad.net/~ionosphere80#ppas18:35
Sam-I-Amfew backports to hardy... and any required libs... more interesting things are latest releases of openldap bound to gnutls, openssl, and mozilla nss (from cvs head... support isnt in a release yet)18:38
otacon122What kind of hardware would I need for Ubuntu 9.04 Server if I run DNS, DHCP, NAT, Firewall, Gateway, routing, remote access, and bandwidth allocation for high-bandwidth-demand devices?  There are five total devices in use on the network that require large amounts of bandwidth and three devices on the network that do not need very much bandwidth, so the server has to also be able to allocate bandwidth between the devices without 18:43
Sam-I-Amgood question...18:45
Sam-I-Amwhat kind of bandwidth requirements?18:45
_rubendefine high-bandwidth .. 10Mbps .. 100Mbps .. 10Gbps18:45
otacon122High bandwidth meaning LAN Party kind of demand18:45
otacon122And online gaming18:45
Sam-I-Amlan parties tend to be low bandwidth, high latency tho... unless you get a lot of people.18:46
Sam-I-Amer,18:46
Sam-I-Amrequirements are low latency18:46
_rubenlow latency :)18:46
NCommanderkirkland, I"m working on your backport as we speak18:46
kirklandNCommander: sweet18:46
NCommanderkirkland, (sorry on the delay to getting to it, debconf kept me busy)18:47
Sam-I-Am_ruben: not enough coffee yet18:47
_rubenand indeed, for lan gaming bandwidth doesnt tend to be the limiting factor18:47
kirklandNCommander: that libvirt proposed package made it to updates18:47
otacon122LAN parties are high-bandwidth low-latency requirements18:47
NCommanderkirkland, I made one slight change to the debdiff (the versioning scheme for backports is slightly different, we use ~*distro*X vs. another .x)18:47
otacon122Online gaming is what puts the most load on my network/internet18:47
_rubendepends on the size actually .. which you have given no indication of18:47
kirklandNCommander: ah, okay, sorry about that18:47
kirklandNCommander: thanks for fixing inline18:47
NCommanderkirkland, NP, easy to fix, I'll repost the debdiff if I don't have to make any more changes18:47
kirklandNCommander: perfect18:48
_rubenand still .. "high-bandwidth" doesnt mean shit in the end18:48
NCommanderkirkland, care to sponsor the upload to intrepid-backports :-)18:48
* NCommander is somewhat amused how many people will have to touch this single backport18:48
kirklandNCommander: sure18:48
_rubensome say 1Mbps is high, others see 10Gbps as low bandwidth18:48
otacon122there are 8 devices total...Two Mac boxes, an X-Box 360, two Ubuntu boxes, two Windows boxes, and a networked printer18:48
otacon122The mac boxes, Ubuntu boxes, and X-Box 360 are all used for online gaming18:48
kirklandNCommander: just point me to the debdiff when you have it18:49
_ruben8 devices + online gaming .. not the lan party definition i had in mind :)18:49
otacon122The Mac boxes, X-Box 360, and Ubuntu boxes are all on wireless18:49
_rubeni'd call it a wan party18:49
otacon122ruben, yeah, and that's why I need something that's good at managing bandwidth...I only have 15 megabits available from the ISP18:50
_rubenanyways .. a P-200MHz can properly route/firewall a 100Mbps connection from what i recall18:50
_rubenmanaging bandwidth doesnt require power, it requires intelligence18:51
otacon122The router, unfortunately, is a hardwired D-Link EBR2310 and it does not have the ability to prioritize traffic based on type or protocol.18:51
LORDWichohi18:52
LORDWichoeveypeople18:52
otacon122The other problem I'm having is none of the machines on the network can communicate with each other.  My two ubuntu boxes can see and talk to each other, the two Mac boxes can see and talk to each other, and the two Windows boxes can see and talk to each other and the networked printer, but none of them can communicate with the others18:53
_rubendefine communicate18:54
otacon122Well, for example, I can't get my Ubuntu Desktop to even see the Windows machines or access the networked printer18:55
otacon122I plan to use Ubuntu Server for routing, but I need it powerful enough to run RIPv2 or OSPF and provide IPv6 support18:57
otacon122In addition, I need it to be able to function as a domain controller, run DHCP and DNS, operate as a print server, run NAT and IPTables, operate as the gateway device, and also allocate bandwidth based on application, connection, and/or time of day18:58
otacon122I also want to be able to manage the server remotely using SSH18:59
otacon122I'm stuck trying to figure out what hardware the server needs...I'm trying to decide between a Kentsfield Intel Core2 Quad with 8GB of RAM or a Prescott P4 with 2GB of RAM19:00
RoyKisn't prescott rather ancient?19:02
otacon122Prescott is an old Socket 475 3GHz single-core processor19:02
RoyKyeah, with the speed of an 1,8GHz xeon these days19:03
RoyKor less19:03
otacon122The Kentsfield Core2 Quad is 2.4GHz per core, 4 cores total19:03
RoyKI was talking per core19:03
otacon122Yeah...Kentsfield is 2.4GHz per core19:04
otacon122Total of four cores19:04
RoyKand the performance is probably 25% higher per core than the old prescott19:04
madilhello19:04
otacon122Yeah...19:04
_rubenboth are waay overkill :)19:04
madili need to generate openssl rsa key, i know to use openssl genrsa ecc..19:05
otacon122Well, would they be overkill for my needs, though?19:05
madilbut.. someone can tell to me how to select the primes number for generate it ?19:05
madilopenssl genrsa -o name_key.pem 409619:05
madilbut can i select the primes number for generate it ?19:06
RoyKotacon122: for a router, you would need a PIII clocked at 600MHz or so for internet access, perhaps less19:06
madili dont like use random19:06
otacon122RoyK, its not JUST going to be a router19:06
NCommanderkirkland, ready to sponsor?19:06
NCommanderkirkland, https://bugs.edge.launchpad.net/hardy-backports/+bug/39672119:06
uvirtbot`Launchpad bug 396721 in intrepid-backports "backport kvm-84 to hardy and intrepid" [Medium,New]19:06
RoyKotacon122: file server?19:06
kirklandNCommander: ack19:06
otacon122Nope19:06
RoyKthen what?19:06
RoyKweb server?19:06
otacon122Its got to handle the high demands of online gaming and video streaming19:06
NCommanderkirkland, I kinda want to wait for intrepid to go through and make sure we haven't broken the world before we backport to hardy if its all the same to you19:07
madilkirkland: can you help me ?19:07
kirklandNCommander: sounds fine to me19:07
RoyKotacon122: in terms of routing, or are you going to serve the video streaming from that that box?19:07
RoyKrouting traffic is the same whatever the traffic19:07
madilNCommander: ?19:08
otacon122The video streaming will be from the internet, and the routing will be either OSPF or RIPv2, both of which require a lot of router processing power19:08
RoyKnot a lot19:08
RoyKboth are quite cpu cheap19:08
RoyKI wouldn't use RIP if I were you19:08
otacon122Well, I need at least one of those because of the online gaming and video streaming19:08
RoyKhow lare is the network?19:08
RoyKhow large, even19:09
madilhey........19:09
otacon122Its got two mac boxes, two Ubuntu Boxes, an X-Box 360, two Windows boxes, and a networked Printer, with the macs, ubuntu boxes, and X-Box 360 all being used for online gaming and/or video streaming19:09
madil..............19:09
madil....................................19:09
kirklandmadil: what is your issue19:10
otacon122The mac boxes, ubuntu boxes, and X-Box 360 are all on wireless19:10
madilkirkland: i need to generate rsakey for openssl19:10
RoyKotacon122: then why do you need RIP or OSPF? that box can just be set as the default gateway, no routing protocols needed19:10
madilbut i like specify the primes numbers to use..19:10
kirklandmadil: http://manpages.ubuntu.com/manpages/karmic/en/man1/openssl.1ssl.html19:10
otacon122RoyK, I need RIPv2 or OSPF to help manage the high bandwidth demand19:11
RoyKthey won't help you19:11
madilkirkland: do not find the solutions.. i know the manpage.19:11
RoyKthey are routing protocols19:11
otacon122The online gaming and video streaming need low-latency, high-QoS connections, and OSPF provides those19:11
RoyKhow many wan connections do you have?19:11
kirklandmadil: i'm sorry, i don't know anything else beyond that19:11
uvirtbot`New bug: #406524 in samba (main) "poop" [Undecided,New] https://launchpad.net/bugs/40652419:11
madilkirkland: i need to use openssl genrsa  scifting the primes number to use, do not like use pseudo-random functions.19:11
otacon122The only WAN connection on the network is used for internet access, and the bandwidth the ISP is giving us is only 15 megabits per second19:12
RoyKotacon122: are you connecting a LAN to the internet with one connection?19:12
RoyKthen you won't need any routing protocols19:12
otacon122The gateway router is a D-Link EBR2310 and it is the sole connection between WAN and LAN19:12
RoyKso long as the ISP isn't peering with you on BGP or anything, but then you'd have more than one connection19:12
RoyKotacon122: forget about those routing protocols - they're not for home use19:13
otacon122Well, the problem with RIPv1 is it has zero fault tolerance for routing loops19:13
kirklandNCommander: got distracted ... okay, i'm on it now19:13
RoyKotacon122: well, you have only one router, right?19:14
otacon122and its a classful routing protocol meaning all IP addresses on the network have to be on the same subnet or else it won't route between subnets19:14
otacon122Right now as it sits, there are two subnets on this network19:14
RoyKhow many subnets do you have?19:14
otacon122A standard class C subnet and a 255.255.255.240 subnet19:15
RoyKand those subnets all have a common router?19:15
otacon122No...The 240 subnet has its own router so that I can have internet access...I can't get internet access without the router unless I go back to a /24 subnet19:16
otacon122That's the problem with RIPv1 is it cannot route between subnets19:16
otacon122That's why I want RIPv2 or OSPF, as both of those do not look at the subnet mask when routing19:16
otacon122Unfortunately, both RIPv2 and OSPF require more resources than RIPv119:17
kirklandNCommander: i think your patch is reversed19:18
RoyKerm19:18
RoyKotacon122:19:18
RoyKplease explain your setup19:18
kirklandNCommander: http://launchpadlibrarian.net/29673257/kvm.debdiff19:18
NCommanderkirkland, er, oops19:18
RoyKI doubt you need a routing protocol19:18
kirklandNCommander: throw up a new one, just for clarity19:18
RoyKyou just need a common gateway19:18
NCommanderkirkland, yeah, sorry about that19:18
kirklandNCommander: no worries... bash globbing * got you?19:19
NCommanderkirkland, lack of sleep got me19:19
otacon122Well, the gateway router, two Windows boxes, and networked printer are all downstairs with the cable modem and are all hardwired.  The router is connected through a wall circuit to the upstairs wireless router, which both of my computers connect to on a /27 subnet, then that router connects to a switch which then is connected to a Linksys access point that the Mac boxes and X-Box 360 connect to19:20
NCommanderkirkland, reuploaded19:20
otacon122All the wireless devices require large amounts of bandwidth for online gaming and/or video streaming, so these machines regularly push the limits of the wireless' capabilities19:22
otacon122Unfortunately, there is no possible way to hardwire everything without causing a hazard19:22
RoyKotacon122: no routing protocol will help you, but this might http://lartc.org/19:23
otacon122That doesn't help...I don't see anything on that site that talks about Linux Advanced Routing...19:24
RoyKit's not about routing19:24
RoyKit's about traffic control19:24
otacon122I shouldn't have to download anything to get that information19:24
RoyKwell, whatever19:25
RoyKI'm just trying to help, ok?19:25
otacon122I know...19:25
otacon122Basically, I need to know what hardware in the server will be able to handle the high bandwidth demands of my network without issues and still be able to do DHCP, DNS, routing, remote access, NAT, firewall, gateway, and domain controller functions19:26
RoyKbut you won't get traffic control with RIP or OSPF or something like that19:26
otacon122That's not why I intend to use them19:27
otacon122I know all about routing protocols19:27
RoyKvery little hardware will be required for that19:27
cmeloWhats the deal with this Bind bug?19:27
otacon122I intend to use OSPF or RIPv2 for the redundancy and error correction they provide19:27
RoyKcmelo: just a DoS19:27
cmeloahh19:28
cmelothanks19:28
otacon122And for the fact they can route between subnets19:28
cmeloI see there is a patch - I will be busy for the afternoon :)19:28
RoyKotacon122: go on, try, please, I'd stick to a gateway in the middle doing the routing. There is no redundancy in your network anyway, so why bother?19:29
otacon122RoyK, well, I don't think you understand19:29
otacon122I need the QoS and reliability of the connection to be as high as possible continually because of the online gaming and video streaming19:30
RoyKyes19:30
RoyKand that is traffic control19:30
RoyKnot routing19:30
kirklandNCommander: looks better19:30
RoyKrouting is about getting a package the right way19:30
otacon122rrrr...You're not reading my statements very well19:30
kirklandNCommander: can you do the libvirt one too for intrepid?19:30
RoyKyes, I am19:30
RoyKQoS is traffic control, not routing19:31
kirklandNCommander: these really should be uploaded together19:31
NCommanderkirkland, libvirt also needs a backport?19:31
* NCommander must have missed that19:31
kirklandNCommander: yes, assigned you the bug19:31
otacon122I said the reason I plan to use RIPv2 and OSPF is because they can route between subnets and they have error correction methods built in to prevent routing loops19:31
kirklandNCommander: https://bugs.launchpad.net/bugs/40406019:31
uvirtbot`Launchpad bug 404060 in intrepid-backports "backport libvirt to hardy and intrepid" [Undecided,New]19:31
otacon122The traffic control will be provided by a third-party program like Twinkle19:31
kirklandNCommander: kvm uploaded to intrepid-backports19:32
RoyKotacon122: you do not need routing protocols for such a small network19:32
otacon122You don't understand...Just...nevermind19:33
* RoyK thinks otacon122 doesn't understand much about routing19:33
NCommanderkirkland, let me look at that19:33
kirklandNCommander: thanks19:34
otacon122The routing protocols aren't going to be for traffic control.  They're only going to be used because they can route between subnets and for the error correction they have built-in to prevent routing loops.  A third party program like Twinkle will provide the traffic control and Samba will take over the other duties19:34
NCommanderThis is an automatic backport19:34
NCommanderkirkland, there are no changes, I'll simply file a normal request, and an archive admin will do it19:34
kirklandNCommander: no changes for intrepid19:34
kirklandNCommander: there are for hardy19:35
NCommanderkirkland, right19:35
otacon122OSPF is my preference because it automatically chooses the line with the lowest latency first19:35
NCommanderkirkland, ACK'ed19:36
kirklandNCommander: thanks19:36
RoyKOSPF is a link state protocol, not vector state19:36
otacon122OSPF looks at the latency of the line, or lines that have little traffic19:36
otacon122It chooses the least-congested routes first19:36
RoyKwtf does that matter so long as you only have one wan connection?19:37
otacon122Well, RIPv2 is another one I like because it functions just like RIPv1 but has countermeasures built in against routing loops19:38
otacon122And RIPv2 can route between subnets, unlike RIPv119:39
otacon122Another issue I have is the wireless...The wireless access point and router both do not provide CSMA/CD functionality19:40
otacon122Anyway, other than those, my main concern is how much processing power Twinkle needs to handle the bandwidth demands of the network19:42
otacon122I know Samba can work very well on a 486 and 128MB of RAM, but I'm more concerned with how much CPU and RAM resources Twinkle would need because of the high demands19:43
otacon122Samba will take care of the DNS, DCHP, print server, NAT, Gateway, and Firewall duties.  Twinkle will take care of the traffic control, and therefor needs to be able to handle the high bandwidth demands, and then I'll need routing functionality as well19:45
JareI don't understand, why are you trying to do so complicated system for a simple network. I would just put an old pc with pfsense (or similar) between wan/lan and a gigabit switch for lan.19:46
otacon122Jare, its because nobody is answering my question...I thought it would be a simple answer that would take less than 30 seconds19:46
otacon122I need something capable of handling high bandwidth demands because of online gaming and video streaming/torrents19:47
otacon122My original question was what hardware would the server need to be able to handle the demands of online gaming and video streaming or torrents and still provide DNS, DHCP, routing, NAT, gateway, firewall, and print server functionality without issues19:48
otacon122Samba will take care of the DNS, DHCP, NAT, gateway, firewall, and print server duties and Twinkle will be used for traffic control19:49
otacon122I should not need to give the entire network topology to get an answer to that question19:50
otacon122Its not as simple as it seems, either.  I can't just drop a gigabit NIC card in a 486 machine and expect it to be able to handle having 30 megabits per second thrown at it constantly19:57
otacon122Something has to process all that data, and a 486 is nowhere near capable19:58
pmatulisso use a better machine.  are you asking what machine to buy?19:58
otacon122I'm asking what hardware...Like, how powerful the CPU should be and how much RAM the server needs19:59
pmatulisnobody knows, set up a test box19:59
otacon122I already have an idea of two different configs, but I don't know which of the two would do the job...I have a choice between a 3GHz single-core Pentium 4 or a 2.4GHz quad-core CPU and either 2GB or 8GB of RAM20:00
geniiotacon122: I recently set up a p3 733 machine with 256Mb which handles traffic for 18-22 inside boxes and it never gets over 5% usage20:01
otacon122genii, yeah, but do you do a lot of online gaming and stuff?20:01
genii(this is with 2 boxes streaming video 24/7  )20:01
otacon122Because that's going to be the determining factor in the hardware I need is the bandwidth load and the processing power to manage the bandwidth20:02
otacon122The total bandwidth demand at any given time is around 30 megabits per second20:02
otacon122It peaks at 55 megabits per second20:02
geniiotacon122: It's for an internet tv station. So they have 2 video streams out 24 hrs a day. Also they use incoming voip connections to interview guests (sometimes conferencing up to a dozen of them)20:02
otacon122So the P4 with 2GB of RAM, a terabyte hard drive and a gigabit NIC card would work?20:03
geniiThat would be more than adequate, yes20:03
otacon122ok...20:04
otacon122Thanks20:04
Jarenow i don't understand, where the hell is he going to need that much power for the use he explained20:05
Jarewhatever20:05
geniiJare: A p3 class box would do fine for him, I'm sure. But people like to go overkill20:06
leonelDjango 1.1  is now on Debian unstable ..  any eta to get it merged to  karmic ?20:11
Jaregenii: yeah, and at the same time people are completely okay with their branded home routers :)20:13
geniiWhich are usually some kind of ARM cpu20:14
Jareyes, they are usually ARMs around 200MHz with <32MB of ram and software is optimized for that use. I wonder, what would happen if someone told that to them...20:20
Sam-I-Amtrying to get the ball rolling for merging openldap 2.4.17 into karmic20:33
otacon122genii, you still here?20:33
ivoksso, php lead developer is looking for a new job20:34
Sam-I-Amhmm?20:34
ivoksyahoo! is, basicaly, now part of microsoft20:35
Sam-I-Amoh boy20:35
Sam-I-Amwhen did that happen?20:35
otacon122Anyone know how effective Quagga is at routing for small networks (10 devices)?20:35
ivoksSam-I-Am: http://news.bbc.co.uk/2/hi/business/8174763.stm20:35
zul_ivoks: eh?20:36
Sam-I-Amick20:36
Sam-I-Amwhats php have to do with yahoo again?20:36
ivoksSam-I-Am: it's one of lead contributors to php20:37
zul_die php die!20:37
ivoksSam-I-Am: it's employing Rasmus20:37
ivokswell, php probably won't die :)20:39
ivoksbut it should :D20:39
otacon122ivoks, its too bad geeks like myself aren't in demand anymore...I got my A+ certification with remote support designation recently but its impossible to find a job that will take the certification20:41
otacon122Funny thing was, I scored higher on the remote support technician exam than I did on the A+ Essentials exam20:41
geniiotacon122: Still here, yes. Apologies on lag, work required me20:41
otacon122genii, is Quagga a good routing program for small networks like mine?20:42
ivoksi had high opinion about certification20:42
Sam-I-Amotacon122: lots of certs went by the wayside once people realized they could just blast away at them without really learning anything20:42
ivoksthen i got certified20:42
ivoks:)20:43
otacon122I've been dealing with computers since the Tandy 1000/Commodore 64 days20:43
Sam-I-Amin #cisco i routinely see people just begging for answers to practice test questions... not really interested in why.20:43
otacon122I can design and build computers for pretty much any purpose even in my sleep20:44
geniiotacon122: I just looked at the quagga site to get an idea. It looks fine20:44
ivoksotacon122: then start your own company20:44
otacon122ivoks, I'm trying...I posted fliers up and everything...No responses yet, though20:44
Sam-I-Amotacon122: how old are you?20:45
ivokssacrifice and patients are first steps when starting company20:45
otacon12225...I'll be 26 in october20:45
Sam-I-Amand money!20:45
Sam-I-Amotacon122: did you go to college?20:45
otacon122Yeah...Most of my computer skills are self-taught but I went to school for the more advanced stuff like WAN configuration, routing, network security, and VLANs20:46
otacon122In school, I learned how to set up and configure wide-area networks, I learned all about routing, NAT and hardware firewall configuration, VLANs and Inter-VLAN routing, and network security20:47
Sam-I-Amok...20:48
otacon122I could tell you everything you ever wanted to know about setting up and configuring Cisco routers and Cisco PIX firewalls20:48
Sam-I-Amhow about getting kerberos working :)20:49
Sam-I-Amon cisco...20:49
otacon122lol...Not that...I'm talking about CLI configuration stuff20:49
otacon122You give me a cisco router and I can write every command needed to get your network functional20:50
otacon122I can work on RIPv1, RIPv2, EIGRP, and OSPF, but I specialize in EIGRP20:50
Sam-I-Amany linux experience?20:52
otacon122I'm using Ubuntu 9.04 Jaunty full-time and have been for almost two months now20:52
otacon122Before that, I was a Windows fanboy20:52
otacon122Been with Windows since the Windows 3.1/MS-DOS days20:52
otacon122Worked on Windows 3.0/3.1, Windows 95, Windows 98, Windows XP, Windows Vista, and Windows Server 200320:53
otacon122Only thing I can't do is set up and configure DNS or DHCP20:56
Sam-I-Amin windows or linux?20:56
otacon122Windows...And I only briefly touched on Windows Active Directory20:56
otacon122I can do users/groups and get domain controllers to talk to each other, but I can't do any of the more advanced AD stuff20:56
otacon122I'm still a Linux n00b, so I am not able to use Linux in a corporate environment21:00
Sam-I-Amwell, getting good at it gives you more geek creds21:01
otacon122Yeah, I know...That's one reason I decided to start using it full time21:01
otacon122The other reason is because I got tired of having to constantly upgrade just to meet the demands Windows Vista places on machines21:01
otacon122Too much money being spent on the damn computer because of Vista's ever-increasing demand for resources21:02
Sam-I-Ami'm about opposite of you... way more linux than windows.21:02
otacon122Yeah...These days, having experience with both is a huge plus21:03
otacon122Funny thing is, a lot of people think Linux is hard to learn21:03
otacon122But its really easy if you find the right distro21:03
otacon122Heck, my 50 year old father was able to learn Ubuntu without ever asking for help...Mind you, I let him use my laptop for it, which was already fully configured, but you get my point21:04
otacon122Only thing I am still a n00b at is doing command line stuff in Linux...I have to learn it for BackTrack 3, but in Ubuntu most of everything I want to do can be done through the GUI21:06
Sam-I-Ami'm not much of a gui person21:07
otacon122That's the problem with going from Windows to Linux21:07
otacon122You're too addicted to having the GUI available that its hard to learn CLI21:07
Sam-I-Ami think it depends a lot on where you start... if you started on CLI like me, you tend to gravitate towards CLI.21:08
otacon122Yeah...I mostly did GUI stuff...I never did do command line because my specialty is hardware, not software, so I never had to use the command line to configure hardware21:08
otacon122Except when I was working on the cisco stuff in school, then it was nothing but command line21:09
otacon122A bunch of horror stories came from that...One instructor talked about how he got called up in the middle of the night to fix a Cisco router that went apeshit and when he got there, he typed "Copy Run Start" instead of "Copy Start Run" and completely erased every setting the company needed21:11
VogSounds liek a good reason why he's a instructor and no longer an admin...21:12
VogThose who can... do those who can't... etc...21:13
otacon122Another one was all conspiracy theorist..."I don't believe in 'political correctness'.  'Political Correctness' is politicians and media who make you think it is entirely possible to pick up a turd from the clean end"21:13
otacon122My response: "There is no clean end to a turd" and he said "That's my point.  Political Correctness doesn't exist"21:14
otacon122A third instructor was a huge Star Wars fan...Every other word out of his mouth had something to do with Star Wars21:15
otacon122I decided to come to class wearing a shirt that says "Come to the Dark Side.  We have cookies." and he just looked at me with that "you're crazy" look and said "The prince of Insufficient Light.  Sit down and get to work."21:16
otacon122Another shirt I like wearing simply has a picture of all the different heads of a screw driver and says "I void warranties"21:20
otacon122I wear that shirt when I have to go fix people's computers because I never use parts from the manufacturer...Takes too damn long to wait for the part to arrive21:21
otacon122And most companies these days don't have a supply closet full of spare parts.  I have to carry an entire 100 square foot supply closet in a small 5 square foot tool box21:22
otacon122On days where I'm out and about, either running errands or just haunting the local tourist traps, I wear a shirt that says "Wardriver"21:24
otacon122True geeks have so many spare parts laying around it would make museums jealous21:27
otacon122They're also packrats...If there's a place to put something, they'll find it21:28
otacon122Any available space gets used...Hallways, counters, closets, you name it, they'll use it for storage21:28
otacon122Those are the kind of geeks who will have a minifridge, microwave, and boxes upon boxes of Bawls caffeine drinks in their cubicle21:30
otacon122Then you have the kind of geeks who are so obsessed about security they won't work at all unless their workspace is a hardened panic room with top-of-the-line security systems21:32
Sam-I-Amheh21:39
otacon122So, yeah...You can tell what kind of skills I have with computers21:40
otacon122I'm hoping I can find a job soon...Or that people start responding to the fliers I posted for the computer company I started21:42
otacon122My plan is once I get a source of income, build myself a good server and use it as the gateway device then see if the ISP will let me buy and use my own cable modem21:42
otacon122Here's the website to my computer company if anyone is interested: http://nainescomputerconsulting.webs.com/21:44
otacon122One thing I forgot to add to the website is I do offer custom-built computers...You tell me what its intended use will be and give me your budget and I'll get the best tech available within that price range21:45
otacon122I can build heavy-duty backbone servers for around $1,500 or heavy-duty workstations for $90021:47
otacon122For example, you give me $1,500 and tell me you need a server to function as a domain controller for a large network or to manage wide-area networks and I'll build you a quad-core system with 8GB of RAM in a case that's not much bigger than a child's lunch box.  The fact I use standard off-the-shelf parts means repair and maintenance is no fuss21:49
otacon122I'd come back with the server built and ready for an operating system and I'd hand you the server and about $15 in change21:49
otacon122And that would include an uninterruptible power supply that can run the server for up to 140 minutes on a full charge21:53
otacon122Two hours should be more than sufficient to get the work you're doing finished and everything saved and uploaded to the server before the server shuts down21:54
otacon122The $900 workstations come in the same size case, but instead of a quad core and 8GB of RAM I throw in a dual-core with 4GB of RAM and you don't get the uninterruptible power supply or the PCI Express gigabit adapter21:58
otacon122Other than that, I use the same motherboard and same size hard drive21:58
Sam-I-Amhave you considered redundancy?21:59
otacon122That's why I get a UPS system with the server...That way if the power goes out the server won't crash21:59
Sam-I-Amand what if the server dies?21:59
Sam-I-Ami dont run one of anything when it comes to network services22:00
otacon122Yeah...With as cheap as my servers are, its easy to afford more than one22:00
otacon122You could get three of them for about the same price you'd pay for a similarly-equipped Dell PowerEdge server22:01
otacon122That's one way I deal with redundancy.  The other way is with the UPS system, and the third way is by using standard off-the-shelf parts.  If a part on the server dies, just raid the supply closet if you have one and drop a spare part in and its back up and running22:03
otacon122Designed that way intentionally to make maintenance and repair as no-fuss as possible22:04
otacon122A quad-core Dell PowerEdge server with 8GB of RAM would easily run you at least $5,000 and you'd have to deal with either proprietary parts or parts that you can only buy from Dell.  You could get three of my servers for around $4,500 and they'd all use standard off-the-shelf parts so that if anything crashes the downtime would be in minutes instead of hours or days22:06
otacon122The server itself would come with a single 1TB hard drive, an optical drive, and a PCI Express x4 two-port Gigabit NIC card in addition to the onboard 10/100 NIC card22:11
otacon122It would have the capability of running two more External Serial ATA hard drives or multiple USB hard drives22:12
otacon122All you'd need is an adapter that mounts in one of the rear slots and converts the onboard SATA ports into eSATA ports22:13
otacon122The two eSATA ports can then be used for backups...Have two eSATA hard drives running at the same time to receive the backup and the backups would be so fast that it would only take maybe 2 hours to back up a full 1 terabyte drive22:15
otacon122You use a tape drive and that process could take 10 hours or more22:15
otacon122Alternately, the motherboard supports PXEBoot and booting from a USB drive in addition to the normal boot options22:17
otacon122Easiest configuration for these servers is to use the onboard 10/100 NIC card to connect to the internet or wide-area network and the gigabit ports for the internal network, then running SSH to manage the server remotely.22:21
otacon122Their small size would allow you to tuck them away in a dark corner and wire them up that way, or if you need many of them for backbone duties, you could fit 50 of them in a small utility closet22:23
otacon122Plus, that small size serves another purpose - it means you do not need a dedicated HVAC system to keep them cool22:25
otacon122Save yourself some money on utility bills that way22:26
otacon122In addition, that small size means they'd be extremely quiet compared to a Dell PowerEdge server22:26
otacon122Put simply, these servers are small enough and quiet enough you won't need a dedicated server room for them22:38
Sam-I-Amwell, we dont do sales here... only support for ubuntu server.22:39
otacon122Yeah, I know...22:39
otacon122I'm just saying, I know enough about servers to build them myself22:40
otacon122and I can build them for any purpose22:40
otacon122All this information was about the computer company I started up, but unfortunately I haven't had any contacts yet22:41
otacon122With the way the economy is, though, I'm not surprised22:41
otacon122Many people these days are resorting to DIY computer repair projects or they outsource all their tech support22:42
otacon122Anyway, I need to get going...Dinnertime22:42
altf2ohey all quick question. Postfix is running great, however when i view my mail (mail) it dumps it to /home/uid/mbox. I use an email client from my Desktop sometimes and would like it to stay in /var/mail/uid , anyway i can have it automatically stay? Or kick it back if i happen to SSH in and read it?23:34
infinityDon't read you mail with mail(1) would be my suggestion.23:35
infinitymutt's nice.23:35
altf2ohmm, ok, let me look at that.23:35
altf2ocool, that's much nicer cmd line interface, thanks...23:44

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!