=== tck [n=tck@194.125.97.15] has joined #ubuntu-server === kupesoft [n=dave@CPE001310f0bcdc-CM0018c0c44e76.cpe.net.cable.rogers.com] has joined #ubuntu-server === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-server === BFTD [n=thomas@dialup-4.246.221.142.Dial1.SanJose1.Level3.net] has joined #ubuntu-server === YourMomsHero [n=cirish@74.202.196.195] has joined #ubuntu-server === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-server === YourMomsHero [n=cirish@74.202.196.195] has joined #ubuntu-server [01:12] Hi, how do i install openssl onto my server? [01:47] BFTD: http://www.google.com/search?hl=en&q=ubuntu+SSL+howto&btnG=Google+Search [01:47] look for a howto that applies to your intended usage.... === CarlF1 [n=carl@216.146.77.157] has joined #ubuntu-server === lionel [n=lionel@ip-211.net-81-220-127.rev.numericable.fr] has joined #ubuntu-server === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-server === YourMomsHero [n=cirish@ip24-251-191-203.ph.ph.cox.net] has joined #ubuntu-server === YourMomsHero [n=cirish@ip24-251-191-203.ph.ph.cox.net] has left #ubuntu-server [] === BFTD [n=thomas@dialup-4.246.220.129.Dial1.SanJose1.Level3.net] has joined #ubuntu-server === PanzerMKZ [i=Panzer@07-075.136.popsite.net] has joined #ubuntu-server === reya276_ [n=reya276@c-66-229-41-100.hsd1.fl.comcast.net] has joined #ubuntu-server === reya276_ [n=reya276@c-66-229-41-100.hsd1.fl.comcast.net] has left #ubuntu-server ["Konversation] === jdstrand [n=james@mail.strandboge.com] has joined #ubuntu-server === reya276 [n=reya276@c-66-229-41-100.hsd1.fl.comcast.net] has joined #ubuntu-server === jdstrand [n=james@mail.strandboge.com] has joined #ubuntu-server === CarlF1 [n=carl@c-76-29-9-184.hsd1.il.comcast.net] has joined #ubuntu-server === jdstrand [n=james@mail.strandboge.com] has joined #ubuntu-server === reya276 [n=reya276@c-66-229-41-100.hsd1.fl.comcast.net] has joined #ubuntu-server === reya276 [n=reya276@c-66-229-41-100.hsd1.fl.comcast.net] has left #ubuntu-server ["Konversation] === MajorPoopyPants [i=broithbo@66-215-44-211.dhcp.bbcy.ca.charter.com] has joined #ubuntu-server [06:29] NICE === Gruelius [n=IceChat7@60-241-89-235.static.tpgi.com.au] has joined #ubuntu-server [06:44] how do i delete a user from the command line === BFTD [n=thomas@dialup-4.246.220.129.Dial1.SanJose1.Level3.net] has joined #ubuntu-server [07:10] Im trying to setup the power aspects of my server. I have 5 disk's in a raid5 array. HDparm -C /dev/sda e.t.c. tells me the drives are in standby but i am reading the array right now. Do i need to tell hdparm to sleep the array aswell? === b0ne [n=matt@c-67-172-157-171.hsd1.co.comcast.net] has joined #ubuntu-server === OGDA [n=thomas@dialup-4.246.217.162.Dial1.SanJose1.Level3.net] has joined #ubuntu-server === thomas_____ [n=thomas@dialup-4.246.217.178.Dial1.SanJose1.Level3.net] has joined #ubuntu-server === CrummyGummy [n=CrummyGu@dsl-242-11-30.telkomadsl.co.za] has joined #ubuntu-server === CrummyGummy [n=CrummyGu@dsl-242-11-30.telkomadsl.co.za] has joined #ubuntu-server === fabbione [i=fabbione@nat/canonical/x-1979cd1e063d3ff3] has joined #ubuntu-server [08:56] hey fabbione, i know you just got here, let me know if i can ping you with a software raid question? [08:56] just ask [08:57] have you seen mdadm spit back an error that one of the resources/devices is in use when attempting to create a raid array? [08:58] yes.. the point is in which context did you see it? [08:58] at boot time? [08:58] after boot when creating a raid? [08:58] etc.. [08:59] no errors in dmesg, fdisk shows them both, i can change the partition table on the first, the second requires a reboot also due to "in use" [08:59] you are not explaning the scenario [08:59] 1) what do you have now? [08:59] 2) what do you want to setup? [09:00] 3) how are you trying to set it up? [09:00] 4) when do you see the error.. [09:00] i have a box that i'm going to use as a server, i installed a primary disk on ata100 ide controller 40gbish, then put two 500gb sata drives on the sata controller [09:01] i wanted to setup a raid0 software array using the installer or manually via mdadm [09:01] ok [09:02] i got it to work once via the installer and the configure raid option, but since reinstalling, the second disk is always in use the second i set the partition types to linux raid auto === PanzerMKZ [i=Panzer@05-076.136.popsite.net] has joined #ubuntu-server [09:03] hmmmm [09:04] can?t you determine wha is using the disk? [09:04] you said that it was RAID-0 [09:04] do you have anything in /proc/mdstat ? [09:04] perhaps the kernel is trying to autostart it anyway from the old install [09:04] if so it would be busy [09:05] yeah, even though i haven't created the array yet, it shows md0 inactive sdb1[1] (s) [09:06] yeah of course [09:06] that?s correct because the kernel can see the old metadata from the previous install [09:06] i've tried mdadm -f /dev/md0 and mdadm -r /dev/md0 which reports no errors [09:06] so something like: [09:06] mdadm --stop /dev/md0 [09:06] you need to stop it first [09:06] ah stop.. doh [09:06] then look in the mdadm man page [09:06] there is an option that?s like: --zero-superblock [09:07] that basically clear the md metadata in full [09:07] i don?t recall the option by heart so please look it up [09:07] force that command on the disk [09:07] reboot [09:07] cool, stop worked, i don't know why i didn't see that option when i was reading the help/man page earlier [09:07] it is not necessary to reboot but it?s easier to clear all the in mem data [09:08] i would have thought a windows install and format of those disks would have wiped that information out... go figure [09:08] thanks for the help :) [09:09] no they don?t [09:09] the md metadata are at the end of the disk [09:09] on a 64K boundary that no OS?es is going to touch for a very good reason :) [09:11] i was so excited to get this box put together, 1tb of storage on a gigabit network all to serve up xvid movies and music ;D === [miles] [n=miles@bcn1.entorno.es] has joined #ubuntu-server === ||arifaX [n=||arifaX@inetpop1.witron.de] has joined #ubuntu-server === stephanbuys [n=stephanb@gw.impilinux.co.za] has joined #ubuntu-server === mathiaz [i=mathiaz@nat/canonical/x-dc4b71c50a2b245b] has joined #ubuntu-server === ghatak [n=ghatak@84-93-217-81.plus.net] has left #ubuntu-server [] === [miles] [n=miles@bcn1.entorno.es] has joined #ubuntu-server === Gruelius [n=IceChat7@60-241-89-235.static.tpgi.com.au] has joined #ubuntu-server [10:49] hey, can someone show me how to setup clamav to scan samba? === dendrobates [i=rclark@nat/canonical/x-9ee1cc358f7a4691] has joined #ubuntu-server === CrummyGummy [n=CrummyGu@dsl-242-11-30.telkomadsl.co.za] has joined #ubuntu-server === nrpil [n=nrpil@s5591f679.adsl.wanadoo.nl] has joined #ubuntu-server === fabbione [i=fabbione@nat/canonical/x-0397fe20ba07b24d] has joined #ubuntu-server === Nicke [n=niclasa@ua-83-227-140-135.cust.bredbandsbolaget.se] has joined #ubuntu-server === ivoks [n=ivoks@18-62.dsl.iskon.hr] has joined #ubuntu-server === tck [n=tck@212.2.172.178] has joined #ubuntu-server [01:21] <[miles] > hi guys [01:21] <[miles] > is anyone using mailgraph at all? [01:22] <[miles] > I need to get info on mail traffic on a per domain basis === zul_ [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-server === tru_`z24 [n=truz_`24@74-129-166-232.dhcp.insightbb.com] has joined #ubuntu-server === EtienneG [n=etienne@ubuntu/member/EtienneG] has joined #ubuntu-server === J_P [n=juliano@189.2.146.45] has joined #ubuntu-server [01:53] hi all === mathiaz [i=mathiaz@nat/canonical/x-0dea4ae3baf9cf4f] has joined #ubuntu-server === ivoks [n=ivoks@18-62.dsl.iskon.hr] has joined #ubuntu-server === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-server === kupesoft [n=dave@red-gw.cs.toronto.edu] has joined #ubuntu-server === ||arifaX_ [n=||arifaX@inetpop1.witron.de] has joined #ubuntu-server === PanzerMKZ [i=Panzer@03-101.136.popsite.net] has joined #ubuntu-server [05:04] erm, is there just two hosts that serves the security.ubuntu.com mirror? [05:15] almost all mirrors host it too [05:15] replace security.ubuntu.com with xx.archive.ubuntu.com === leonel [n=leonel@189.155.149.107] has joined #ubuntu-server === AlexC_ [n=alex@host86-128-192-33.range86-128.btcentralplus.com] has joined #ubuntu-server === YourMomsHero [n=cirish@74.202.196.195] has joined #ubuntu-server === BFTD [n=thomas@dialup-4.246.221.90.Dial1.SanJose1.Level3.net] has joined #ubuntu-server === leonel [n=leonel@189.155.149.107] has joined #ubuntu-server === kylem [n=kyle@amnesiac.heapspace.net] has joined #ubuntu-server === arturaz [n=arturaz@2002:57f7:4d58:0:0:0:0:3] has joined #ubuntu-server === DustWolf [n=CommieWu@89-212-75-6.static.dsl.t-2.net] has joined #ubuntu-server === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-server === ajmitch_ [n=ajmitch@port166-123.ubs.maxnet.net.nz] has joined #ubuntu-server === EtienneG [n=etienne@ubuntu/member/EtienneG] has joined #ubuntu-server === Nicke [n=niclasa@ua-83-227-140-135.cust.bredbandsbolaget.se] has joined #ubuntu-server === Nafallo [n=nafallo@ubuntu/member/nafallo] has joined #ubuntu-server === leonel [n=leonel@189.155.149.107] has joined #ubuntu-server === ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-server === leonel [n=leonel@189.155.176.166] has joined #ubuntu-server === ajmitch [n=ajmitch@ubuntu/member/ajmitch] has joined #ubuntu-server === ajmitch_ [n=ajmitch@port166-123.ubs.maxnet.net.nz] has joined #ubuntu-server === EtienneG [n=etienne@ubuntu/member/EtienneG] has joined #ubuntu-server === Nicke [n=niclasa@ua-83-227-140-135.cust.bredbandsbolaget.se] has joined #ubuntu-server === Nafallo [n=nafallo@ubuntu/member/nafallo] has joined #ubuntu-server === ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-server === nictuku [n=yves@200-163-22-7.bsace706.dsl.brasiltelecom.net.br] has joined #ubuntu-server === kupesoft [n=dave@CPE001310f0bcdc-CM0018c0c44e76.cpe.net.cable.rogers.com] has joined #ubuntu-server === leonel [n=leonel@189.155.176.166] has joined #ubuntu-server === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-server === tck [n=tck@212.2.172.178] has joined #ubuntu-server === SWAT__ [n=SWAT@swat.xs4all.nl] has joined #ubuntu-server === tck [n=tck@212.2.172.178] has joined #ubuntu-server === BFTD [n=thomas@dialup-4.246.108.73.Dial1.SanJose1.Level3.net] has joined #ubuntu-server === mattwalston [n=mwalston@shop.aircontrolsystems.us] has joined #ubuntu-server [11:53] Anyone have a suggestion for a mail server that IS NOT an exchange replacement? === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-server