[00:00] maybe gparted didnt finish writing the filesystem? [00:00] maybe I think i did get an error [00:00] e2fsck -f is this a fdisk command? [00:00] no [00:01] not that i am aware of [00:01] or this: resize2fs -p [00:01] anyidea what app that is? [00:01] those are separate apps [00:02] I wish there was an mdadm gui to stream line this stuff. now I'm just trying to learn the different commands so I know what I'm doing :) [00:02] e2fsck and resize2fs are appropriately named [00:02] the first is to check a file system [00:02] file system check? filesystem resize? [00:02] anyone running dapper on a mac G3? [00:03] if you want to use fdisk on a drive then its sudo fdisk /dev/hd* where * is the letter of the drive [00:03] and that formats the entire drive? [00:04] no [00:04] well it can [00:04] its not a command its a program [00:04] oh I think I understand [00:05] so if i wanted to partition the secondary master i would do fdisk /dev/hdc [00:06] then it will spit out some info on the number of cylinders on the disk and then display Command 9m for help): [00:06] yes would that automatically format the drive? how do I set partition size, number etc [00:07] no its not automatic [00:07] and it doesnt format [00:07] just partitions [00:07] ok that would tell fdisk to work with that drive? [00:07] you format afterwards [00:07] yeah [00:07] ok thanks for being so patient :) [00:07] np [00:10] <_slvmchn_> is there a default partitioning tool in xubuntu [00:11] lol lots of partitioning questions today [00:11] yes and no [00:11] there isnt a graphical one by default [00:12] sudo apt-get install gparted will get you one [00:12] or you can use the program fdisk from a terminal [00:12] cfdisk from the terminal is a little nicer, and also installed by default [00:13] forgot about that one [00:13] I think I successfully formated a drive with ext3 it has a lost+found folder in it. Is it like a recycle bin folder? can I delete it? just curious [00:14] don't delete it... fsck will put files there if they are found to be corrupt [00:14] ^ditto [00:15] ok ty [00:31] yay this hard drive is dieing [00:32] congratulations! [00:32] is it a maxtor by anychance? [00:32] now i gotta dig through my stack of drive to find another 10gig 7200 rpm drive [00:33] stack hu? [00:33] yeah i work in a PC recycling place [00:33] wow dream job [00:34] what part of the world are you in? [00:34] and is that a maxtor drive that is dieing on you by any chance? [00:34] washington [00:35] of course its a maxtor [00:35] ive not been very nice too it [00:36] lol [00:37] you can always count on maxtors to die on you [00:37] i have 4 operating systems on it, its constantly being formatted, zeroed and used [00:37] I am yet to have a failed wd [00:37] still... [00:37] ive had bunch of failed western digis [00:38] and maxtors and seagate and deathstars [00:38] I have a western digital I dropped about 5feet on to a concrete surface still ticking :) [00:38] i have had about 12 maxtors only have 4 left [00:39] oldest was 3years [00:39] ooo i found two identical 10gb 7200rpm drives [00:39] what do you do with the recycled computers? [00:39] i see a mirrored array in my future [00:39] if they work then we fix em up reload OS and sel [00:39] sell* [00:39] where do u get them from? [00:40] otherwise we take out the good parts and the rest gets broken down [00:40] do youhave a wevsite? [00:40] people [00:40] website* [00:40] www.pcrecycle.net [00:40] cpu full tower is a working computer? [00:41] ? [00:42] http://www.pcrecycle.net/prices.html [00:43] thats the cost to recycle the computer [00:43] thats not what we sell them for [00:44] oh makes better sense that way [00:44] can I buy some hard drives from you guys? [00:44] I am always looking for smaller drives to be the os drive [00:44] if you are in the WA area [00:45] I can't pay to have it shipped? [00:45] think we have an ebay page [00:45] I'm in alabama currently [00:45] yeah you could do that too [00:45] ok ill send you private chat since we're off topic [00:46] surprised TheSheep hasnt attacked us with ubotu yet [00:46] lol [00:47] it says private messages from unregistered users are blocked :( [00:47] are you unregistered? [00:47] !register [00:47] By default, only registered users can send private messages - Information about registering your Freenode nick can be found at http://freenode.net/faq.shtml#userregistration [00:48] oops should have piped that to you [00:51] cool that was easier then it was when i tried a log time ago on a different server [00:51] long* [00:52] than* [00:53] yeah i think they are trying to encourage more people to do ti === tonyy is now known as tonyyarusso [01:18] evening [01:23] evening [01:23] how dow do I check if CONFIG_MD_RAID5_RESHAPE=y [01:25] whats that supposed to do? [01:25] allow me to grow a raid 5 array [01:26] I havn't reached that stage yet but just want to make sure It's set when I do. [01:26] hmm [01:27] where does that config go? [01:27] suppose you could try adding a drive and then do df -h [01:27] is that a kernel thing? [01:27] of so then look at /boot/conf-`uname` [01:28] yes it is kernel [01:29] so yeah, the config file for the running kernel is in /boot/config-blahblah [01:29] meaning /boot/config-$(uname -r) [01:29] now I have another problem when I used gparted it mounted the disk to the desktop and I want to unmount it before I set up the raid array do I have to do this? will it unmount itself? [01:29] ok ill check thanks guys [01:30] cool it is set to y in 7.10 :) [01:31] #unmount /media/disk or #unmount dev/sdc1 isn't the way to go is it? [01:31] umount, not unmount [01:32] lol ok I'm such a freakin noob [01:32] must not be too much of one if you can set up a RAID array [01:32] you should be able to unmount based on either the device name or the mount point [01:33] ok I tried both it says not mounted in mtab [01:34] evil tech thanks to copy and paste :) [01:35] really odd since gparted tells me it is and I can see the disk on my desktop [01:35] I'm gonna try and stick it in a array anyway and see what happens :) [01:37] you could always type mount by itself and see if the drive shows up there [01:41] maybe its just not a permanent mount. is that why it could not be showing up in mtab? [01:42] dunno === tonyy is now known as tonyyarusso [02:12] How does one get an intel 845 to direct render under Xfce? [02:13] Worked under unbuntu (gnome) [02:34] when i try to mount floppy its not a block device === XwarlokX83 is now known as XwarlokX82 [03:11] hi there [03:11] someone can help me ? [05:48] I am trying to set up a dual boot following the documentation https://help.ubuntu.com/community/How_to_dual-boot_Ubuntu_and_XP_after_installing_them_separately_on_two_HDs?highlight=%28boot%29%7C%28dual%29 and I am running into a bit of confusion [05:50] When I run sudo fdisk -l the disks I get are /dev/hda[1-3], /dev/hdc1/ and /dev/hdd1. I thing /dev/hdc1 is to drive I want [05:50] it has the win-xp partition on it [05:51] What should I be adding as my root and map arguments? === codenamekt is now known as codenamekt_sleep [05:57] Hi Wyrmul, did anybody help you? [05:58] I seem to have that effect on people... [05:58] .. Anyway, is there anyone here that has time for a question? [06:15] helli [06:15] hello [06:17] has anyone experienced 100% cpu load with firefox? [06:18] ... unfortunately, yes. [06:21] why can't firefox handle flash properly? [06:21] Hi, Ben_CS, I'm no expert; just a newbie waiting for help... But I had that problem with firefox too (although under Windows) [06:22] i see [06:22] I recommend using flashblock, so that you can choose when a flash movie is going to play; it worked wonders for me... Sort o... [06:22] *of [06:22] (flashblock is Fx plugin) [06:25] but on many ocasions i do need flash, and how would i know if in a specific site i need it? [06:26] well. i'll try it :) [06:26] thanks [06:27] hope firefox team would handle it [06:28] I think they have work some of the isussues out on the firefox portable version, if I rememebr correctly. [06:28] Fx 3 is about to come out, so let's just hope... [06:29] i tried firefox3, it's better but still cpu load is very high [06:30] Beta? If the end result would be that, it would be a shame to hear. [06:30] Personally, the CPU issue is the only downside with fx. [06:30] *I think [06:36] I have successfully created a raid 1 array I mounted it in /mnt/ but I can't copy anything to it. It says you do not have permission to write to this folder [06:36] can anyone tell me why I don't have permission to write to this folder /mnt/md0 [06:41] I think I need to be root? [06:41] maybe I should have mounted it in a different folder then :) [06:50] opened up nautalis in root solved the problem [06:50] good night guys [09:12] * auskadi thinks gutsy gibbon is crap, nothing works proprly with it each day anew problem [10:52] hi [11:09] hi, i keep on losing my xfce applets from one session to the next every once in a while... seems like it might be linked to the fact that battery (which is applet-monitored) is sometimes plugged in... but not sure... [11:10] mamat_, if it concerns only the volume/loudness applet then it is a bug. There is a workaround for that one, but it does not work for everyone. [11:13] hmm... oki... seems like bugs to me too ;) [12:03] Hello, I have problem with burning CD's [12:03] Gnomebaker, Brasero and Xfburn speaks "disk Id is too long" [12:03] ID* [12:03] what's whis? [12:57] Im running Compiz-Fusion in my Xubunu. But sometimes I want to switch it off to normal window manager. Is there a easy oneclick, or command to switch off compiz? Any ideas? [13:04] Hello all [13:06] hi all [13:09] I need a little of help :S. I have an external USB HD, and I don't know why, but When I connect it, I have to do a mount -a to get mounted. I've include it on fstab with "auto" option, but nothing... Even after I reboot, the HD partitions aren't mounted.. [13:09] anybody knows possible reasons? I've installed xubuntu, and udev,fuse,hal, are installed [13:09] humm. mine is formated NTFS but it comes up on my desktop [13:10] xvoltagexx, mine are NTFS too [13:11] what does the systems/disks tool say when you power your drive up? [13:11] I had the same HD connected in a Debian computer, and worked perfectly [13:12] systems/disks? I don't have that option :S. Where is it? [13:13] my disks-admin shows it as dev/sda [13:13] oh, mine is /dev/sdcX... 5,6,7 [13:14] how many usb devices you got? [13:16] uhm.. now only 3, Wifi, Mouse, HD (with power supply), in a desktop computer that has 8 connectors [13:19] USB devices can be a pain because whatever you hook up first the first time isn't always treated as the same device. [13:19] like an external drive can be a different device every time you add/remove any other usb device it is given a different path [13:26] xvoltagexx, then? what should I do? [13:27] I only want that, when I reboot the computer, the HD mounts itself [13:37] hey. I have a LVM raid0 set up on 2 of my raptor HDDs. I just did some benchmarks (hdparm -t) which concluded that each drive has a read speed of ~65-70MB/s. however, when I do the benchmark on the combined raid0, I get the same speeds as on the single drives. any ideas what might be causing the 100% slowdown? [13:47] is there a file i can edit to change the color/background color of the panes in xubuntu? (panes on the desktop) === Igorots is now known as Knightlust [13:52] anyone around this morning [13:56] nope :) === codenamekt_sleep is now known as codenamekt [14:18] http://paste.ubuntu-nl.org/47221/ can someone have a look at that and help me pls [14:21] Is there any way to get thunar to ask you--like Nautilus does--if you're clicking on a text file with execute permissions whether you want to edit or execute? [14:40] My running kernel (in VMware) is -GENERIC. There is also a -386 option... si that the one I should go for? [14:49] generic [14:58] One more try... :) [15:00] I have an USB external HD with NTFS and ext3 pastitions. Do you know if it's normal that when I reboot, xubuntu unly mounts ext3 partitions, but not NTFS [15:00] What should I configure to make xubuntu mount every partition each time the computer reboots? [15:00] read up on /etc/fstab [15:01] totalmergeage, but ext3 partitions doesn't exist in fstab and xubuntu mounts them [15:02] oh wait, i didn't read the previous sentence :] === htownandafk_work is now known as codenamekt_work [15:03] external thingies are mounted through hal [15:03] wouldn't know if that also recognises ntfs partitions [15:04] but you can add your external hdd to /etc/fstab, and i'm sure there is also a way to mount the ntfs partition via /etc/fstab [15:04] not sure how [15:05] totalmergeage, in debian I only had to configure fstab like (for example): /dev/sda2 /media/Disk1 ntfs-3g defaults,auto,uid=1000 0 1 [15:06] But here doesn't work, don't know why [15:07] I think could be fuse, becouse when I unplug and plug the HD, it mounts like "fuseblk" filesistem :S [15:08] They want to make Linux more confortable to the final user, but they're complicating everything so much!! :D [15:08] for the final user [15:10] I'm going to reboot [15:10] bye [15:22] !dualboot [15:22] Dual boot instructions: x86/AMD64: https://help.ubuntu.com/community/WindowsDualBootHowTo - MACs: https://wiki.ubuntu.com/MacBookPro https://wiki.ubuntu.com/YabootConfigurationForMacintoshPowerPCsDualBoot === Fur is now known as Furax- [16:31] re-Hi [16:32] anybody has an USB NTFS HD? [16:33] Don't know why, but after I reboot my system with xubuntu, doesn't mount USB NTFS partitions (ext3 yes) [16:33] Is it normal? [16:33] How can I configure it? === Stephen is now known as ste777 [16:40] Can anybody help with my xubuntu install please? [16:40] ste777, what's the problem? [16:41] i havent done it before. Im using the alternate CD, and im at the partition stage. Im not sure what to do exactly [16:41] I have an unused partition that i want to install ubuntu to, but im not sure how i should configure it [16:42] ste777, hm, I haven't used the alternate CD for a long time, but there's plenty of guides online [16:42] alright, thanks === thomas__ is now known as The-Kernel [17:39] What is a good mozilla plugin for video? [17:40] .mov and .mpeg [17:40] vlc? [17:53] hi all! [17:53] does anybody knows how i install google sketchup in xubuntu? [17:54] I can't install all the way from a CD because xubuntu doesn't recoqnize my cd-drive (I do can boot the basic linux system from cdrom). The solution for me is to boot from the mini.iso image and install xubuntu from the net. When I run the mini.iso in my computer, it installs the basic ubuntu. How do I get it to install xubuntu from the net? [17:54] hi everyone, this is probably a dumb question but I can't figure out how to organize the Applications menu as I'd like. [17:55] how do I add/remove apps from it [17:55] ? [17:55] proteus, menueditor? [17:57] oh, of course [17:57] thanks [17:57] np :) [17:58] has anyone instaled google sketchup in xubuntu? [17:58] why is it mainly showing --separator-- and not the programs and whatnot [17:58] ? [17:59] proteus, i've never mess with that. going to have a look... [18:02] Hi!, someone got time for a couple of questions? [18:02] Blinkiz: do an 'sudo apt-get install xubuntu-desktop' [18:02] proteus, http://ubuntuforums.org/showthread.php?t=193093 [18:02] zoredache: After I have installed from the mini.iso? [18:03] Blinkiz: yes [18:03] zoredache: Should I install with the boot tag "server" with mini.iso? [18:04] you could, you would have a system with less of the gnome stuff [18:05] I'm going to format one of my partitions on 10Gb (that currently runs windows) and create another partition for Xubuntu, and I was wondering how much space I should allocate for Xubuntu? [18:05] I know Xubuntu needs a minimum of 1,5 GB, but what would a good buffer be? As comparison windows needs 1,3 GB (after a whole lot of uppgrades) and with programs, cache, virtual ram, etc it goes around 6GB. [18:05] I have read on some forums that Xubuntu works on 4GB. Ubuntu needs in comparison 10GB to work well. [18:05] I know there are many factors at play here, but I'm after some remmendations. For example, for win2k, a partion between 8-10 is quite sufficent. [18:05] (Sorry for the copy and paste) [18:06] hi hi [18:07] zoredache: Thanks for the help. My goal is to install a computer as a server but whit a gui. A lightweight gui. Xfce fits my needs. [18:07] How hard is it to stream music and video to the ps3 and xbox360 using ubuntu? [18:07] tuga3d, thanks dude but what a pain in the ass. :-( [18:07] blinkiz I wanted to do the same thing have you gotten samba configured? [18:08] proteus, yep, i'm still searching for a better solution. i thought that the menu editor worked diferent :( [18:08] Haven't installed yet, but yes. Am having another ubuntu 7.10 server running samba, nfs and rtorrent/libtorrent [18:09] Here's a more serious problem that I'm having. I've got what used to be a directory going completely nuts. Here's what shows up with ls -al :"?--------- ? ? ? ? ? fileserv" [18:09] is it xubuntu? I didn't have much luck when I tried installing it un an xubuntu install [18:10] I can't delete it, I cant put stuff in it [18:10] and programs that expect to be there won't start [18:11] I mean, when does ls -al just say 'wtf is this?' [18:12] zoredache: The boot command (in mini.iso) "server" doesn't work. Do you know how I can install a minimal installation from the net so I can run 'sudo apt-get install xubuntu-desktop' after? [18:12] you might want to reboot your system to rescue mode and do an fsck on the partition [18:12] that's an idea [18:13] Anyone? partition is a pain in th ass, I would like to get it right the first try... [18:13] it sounds like you have some serious fs problems [18:13] but only on that directory, which was just where I mounted smb shares. it was empty [18:14] Blinkiz: I have never used a the mini.iso for *buntu... But I would guess there is some what to get the installer into expert mode and then you can choose to install no task... you should get a cli system when you are done [18:15] I'll try fsking it [18:15] I used the mini.iso there was an excellent tutorial I used I have been trying to find it but no luck [18:15] I'll try some more [18:17] hmm it requires that you just use the command server as you have tried that's what I did. [18:17] http://www.psychocats.net/ubuntu/minimal [18:17] did you get the minimal cd from here---> https://help.ubuntu.com/community/Installation/MinimalCD [18:20] zoredache I was successful setting up a raid 1 array do you know what would cause it to want to resync at boot up? did I shut it down improperly? [18:21] thyrax: I got the installation tips and mini.iso from the url you specified. The guide says I should type "server" at the boot prompt. This step doesnt work for me. Hmmm [18:22] it would resync if wasn't shutdown properly... it also does a rsync when it is first setup, and the first time can take many hours [18:22] my first sync on a pair of 500GB drives took almost a day on the old computer I was running [18:23] ok that's what I thought. since It was just a test I didn't bother shutting down properly I guess it was still writing to it [18:23] blinkiz it might have something to do with the 7.10 iso? [18:23] Mine took about 3 hours approx [18:23] but the drives were empty [18:26] Blinkiz: use 'cli' [18:26] thyrax: Because "server" doesn't work as a command, am writing "cli" as zoredache suggested. Should install a minimal system. After that, I can run my apt-get commands and get what I want :-) [18:27] cool is it working? If it works out for you well I might give it a try :) [18:27] Yeah. What 10 minutes and I can tell you how it did go [18:28] cool If I'm not active in the channel just send me a pm [18:29] My goal is to have a raid 5 server running samba/upnp for media streaming [18:30] zoredache any idea why the video signal would be dropped in ubuntu 7.10 right as grub is loading and then as I am shutting down? [18:32] does grub load a different resolution or do some sort of scan. the screen says: starting_ then please wait. and immediately quickly fades to now signal [18:32] no* signal [18:32] been searching the web havn't found a resolution yet [18:33] no, I don't know anything about that [18:34] ok I think I might have asked you already wasn't sure if it was you or evil_tech [18:35] probably both :D [18:35] you did ask before yes [18:37] Ok I have another question. if I decide to do a clean install how do I go about recovering my raid array. also If I want to start from scratch whats the best way to format and remake a raid array would that even be required? [18:44] Having a problem. When I should install *ubuntu from CD, I can't get longer than the partition step. I get this error: "Device /dev/sdb has a logical sector size of 2048. Not all part of GNU Parted support this at the moment, and the working code is HIGHLY EXPERIMENT" I have one hard drive at IDE primary and one CD-ROM drive at IDE secondary. [18:44] My cdrom doesnt work completely. Hmm [18:46] is installing xubuntu off of an usb stick possible/difficult? i don't have any blank cd's on me at the moment... [18:47] arttu: I am sure it is possible, but it is probably also difficult [18:48] I solved my above problem by unplugging the power to the cdrom after I had booted the mini.iso file [18:48] :) [18:48] arttu: Recommend you to PXE boot if possible. It's easy [18:49] arttu: Check out https://help.ubuntu.com/community/Installation [18:51] hello everybody [18:51] i need some help [18:51] TuxCrafter: Welcome to haven :) [18:51] heaven I mean [18:52] I wouldn't call it that but what do you need? [18:52] I have this problem https://bugs.launchpad.net/bugs/173943 [18:52] Launchpad bug 173943 in inkscape "gutsy - inkscape - horizontal aligned font characters are not rendered correctly, they are put on each other instead of next to each other" [Undecided,New] [18:52] I would really like to have some xubuntu users install inkscape [18:52] and test if it works on there system [18:52] sudo aptitude inkscape [18:53] would some xubuntu users volunteer to help ? [18:53] TuxCrafter: I can assure you that it works, although your command won't install anything [18:54] sudo aptitude install inkscap[e [18:54] thyrax: Jepp, the "cli" install did work. Gave me a minimal system where I can use the tool apt-get. [18:54] sudo aptitude install inkscape [18:54] hehe [18:54] So now I can choose whatever I want to install :) [18:54] cool what sort of goodies do you plan to install? [18:54] xubuntu desktop? [18:55] TheSheep: what exactly can you assure that works? [18:55] TuxCrafter: also, using aptitude will make it impossible to track packages with synaptic [18:55] Xfce, samba, nfs and a torrent client.. [18:55] blinkiz: samba and mdadm would be what I'll need to get started. [18:55] TuxCrafter: I use inkscape to work for living, and I use almost all of its features [18:56] I didn't have a good experience with the torrent client I had selected. do you have one you have found to be good? [18:56] TheSheep: what do you mean exactly can you provide me with some background information [18:56] I have used libtorrent/rtorrent when I didn't have a gui. But I can't get that one to be stable. When I download at 9-10 MB/sec, my computer hangs some times. [18:57] I am stuck using windows for torrenting and plan to just copy it over to my linux server every time I reach a couple hundred gigs [18:57] yeah nothing felt stable for me either :( [18:58] TheSheep: I cant get my inkscape text working and i have no idea what is responsible for the malfunctions, i would really appreciate some help finding a good solution [18:58] TuxCrafter: background information: Inkscape works for me correctly I never had anything similar to your bug [18:58] thyrax: Am going to try Deluge [18:58] TuxCrafter: di you compile something yourself? [18:58] TuxCrafter: anything involving pango, for example? [18:59] TheSheep: I believe he may have been asking about why aptitude breaks synaptic but I could be wrong [18:59] idd [19:00] TuxCrafter: aah, well both aptitute and apt-get/synaptic keep track of which packages were installed as dependencies and which were installed at user's request [19:00] TuxCrafter: they use that information for the 'autoremove' command, for example [19:00] I haven't decided if I should install the complete xubuntu desktop or only Xfce. Am having 512 MB RAM and a P3 800 Mhz... [19:00] TuxCrafter: the problem is, aptitude stores it in a separate database, not accessible for apt-get and or synaptics [19:01] TheSheep: and aptitude does not keep track of which packages were installed as depencies [19:01] ? [19:01] ah ok [19:01] TuxCrafter: it does, but in a separate database [19:01] TheSheep: ok [19:01] I was told about deluge but all the documentation seemed vague. wasn't app-gettable [19:01] thyrax: I use Transmission, it's a gui app [19:01] I went over to aptitude on the advice of some articles i found on the internet [19:02] thyrax: before tha tI used rtorrent [19:02] thyrax: Seems like Deluge has the biggest community among the linux torrent clients [19:02] TuxCrafter: it's ok as long as you only use one of them [19:02] Thesheep: is it light and fast? easy to configure? handle multiple torents? [19:02] TuxCrafter: but as most users probably use apt-get or synaptics, it's best to stick to that when giving advices [19:02] TheSheep: sometimes i use synaptic sometimes apt-get and sometimes aptitude :-p [19:03] thyrax: not sure about light/fast, requires no configuration and handles multiple torrents [19:03] blinkiz: I think I'll look into it again. coming from windows I couldn't find an easy way to install it. [19:03] thesheep: is it stable? [19:03] !info transmission [19:03] transmission: free, lightweight BitTorrent client. In component universe, is optional. Version 0.72.dfsg-1 (gutsy), package size 7 kB, installed size 56 kB [19:04] thyrax: You can install it from svn and always get the latest. Deluge has a guide for ubuntu in the FAQ. [19:04] I'll look into it then :) [19:04] thyrax: looks like < 1.0 [19:04] 56kb for a torrent client! Jissess [19:04] looks to light for me! :D [19:04] Blinkiz: it has icons and graphics in the package [19:04] Thesheep: yeah would that be a problem? [19:04] TheSheep: but back on my real problem with inkscape, i have not compiled anything myself, i also have disabled pango [19:04] thyrax: no idea [19:04] i have no idea how to debug and fix the problem [19:05] TuxCrafter: you mean you tried both with pango enabled and disabled? [19:05] blinkiz: I'll look into it. once I get my install and raid 5 sorted out [19:05] So why raid 5 and not raid 0? [19:06] It's for a file server [19:06] I mean raid 1. [19:06] and raid 0 offers no redudancy [19:07] raid 1 would mean 50% total drive capacity. while raid 5 is (n-1)x single disk capacity. [19:07] where n is the total number of drives [19:07] so my 5x500gigs should give me roughly 1.8TB [19:08] formatted. [19:08] 5 disks. Okay :) [19:08] Raid 5 it is [19:08] TheSheep: i have MOZ_DISABLE_PANGO=1 in my /etc/environment, i thought it myth be related so i tested uncomment it but it did not make any difference [19:08] yeah If you get samba configured on xubuntu I may make the switch. I couldn't manage it I might not have tried hard enough [19:09] TuxCrafter: you need to relog for it to take effect [19:09] it easy. I can show you the guide I folloed [19:09] followed [19:09] TuxCrafter: but that only disables pango for mozilla [19:09] ok please. [19:09] TheSheep: yes i thought that too but i wanted to know for suyre [19:09] i rebooted btw [19:10] and its out of the env list [19:10] blinkiz: I set it up but my xbox running xbmc wouldn't see it [19:10] TuxCrafter: does it happen with one font only, or with every font? [19:11] TuxCrafter: what if you create a new user? [19:11] TuxCrafter: is it still there? (then it means it's a system-wide problem) [19:11] thyrax: aha, okay [19:12] TheSheep: i will test this [19:12] thyrax: Here is the simple guide I followed to install samba on 7.10: http://www.howtoforge.com/ubuntu-gutsy-samba-standalone-server-with-tdbsam-backend [19:13] thyrax: And here is the simple guide I followed to install NFS Server: http://ubuntuforums.org/showthread.php?t=249889 [19:13] thyrax: And here is how to build Deluge torrent client from source: http://deluge-torrent.org/faq.php#4n10 [19:15] Blinkiz: good stuff. That's the clearest samba tut I've seen so far. I'll definately give it a try. can I just boot the system and run it headless and will the samba shares be available? [19:16] I would only need nfs If I was sharing between other linux machines right? I am boomarking all these tuts they are very good. when I google for a tut I get several. to set up my raid I ended up using about 8 different tutorials X_x [19:17] bookmarking* [19:17] thyrax: Yes, NFS is extremly fast compared to samba. [19:18] With Samba I get 10-20 mbit/sec and 70-100 mbit/sec with NFS. [19:18] Have tried installing NFS client under Windows without luck... [19:20] windows doesn't like playing nice with others. [19:20] hey is it possible to get your terminal as part of your desktop using xubuntu? [19:20] like here---> http://ubuntu-unleashed.blogspot.com/2007/08/howto-completely-transparent-shell-on.html [19:25] nfs is good for any *nix.. if you had osx boxes on your network bsd or something else. nfs sucks when it comes to security though [19:26] thyrax: Your previous question about samba. You can install from mini.iso and install minimal system ("cli" command at boot). Then you can follow the guide for samba I gave you. It will work. [19:26] thyrax: The system will be very lightweight. Probably using 20-30 MB RAM and 0% CPU [19:26] what about running desktop [19:27] look at that link i sent will comp fusion work with xubuntu? [19:27] Xfce I don't know yet. Maybe around 100 MB RAM [19:27] what about a minimal install with gnome? [19:27] Yes, Compiz-Fusion works but is not installed by default [19:27] is it better than doing a standard install? [19:28] If you install Gnome (standard Ubuntu 7.10) you will get everything. Compiz-Fusion is already installed [19:28] is there a way to find out what vid card I have I tink it might have a problem grub loses video right after it launhced comes back at the login screen and then loses video at shut down [19:28] hmm [19:28] lspci from a terminal [19:28] lspci [19:28] thanks guys ill give that a try [19:30] Or do you have Windows installed at the moment? [19:30] not on that system [19:32] ok apparently I have a geforce2 mx200 in that system [19:32] is there a way to make sure I have the right drivers [19:33] that would explain why the system loses signal right at grub startup and at shutdown [19:33] or does grub have it's own video settings? [19:34] No clue [19:35] Maybe BIOS has a setting to use the PCI graphics card instead of the AGP. Or reverse. But I don't know [19:36] hmm [19:36] So when the POST is finished, the video signal is directed to the PCI slots instead of the AGP... Have happen to me [19:36] how do you install current nvidia drivers in linux? [19:36] when post is done it shows loading grub_ [19:37] then please wait then quickly fades to no signal [19:37] If you install any of xubuntu, kubuntu or ubuntu, it will solve itself. [19:37] how do i stop xubuntu from turning off my monitor when it has been idle for a while, the screensaver i know how to turn off, but i havent found a setting for this? [19:37] for about 10 secs then it shows the login screen [19:37] thyrax: aha, that's strange [19:37] yeah. its like grub has a problem with the video [19:38] If you install any of xubuntu, kubuntu or ubuntu, it will install Nvidia or ATI drivers after setup. It will ask you what to do. Really simple [19:38] grub is only text based, right? [19:39] mostly i think you can customize it with graphics like fedora [19:39] by default its just text though [19:40] oops, accidentally closed down the irc window, sorry for a double post but i missed the answer, if i got one. [19:40] How do i stop Xubuntu from shuting down my monitor after it has been idle for some time, i know how to turn off the screensaver, but this is some power saving feature. [19:41] aladdinsane: na, no one has answered. And I haven't installed xfce yet [19:41] aladdinsane: no idea, but it sounds like a power managment feature [19:46] does anybody know if it's possible to make all sound mono? [19:51] Blinkiz you said compiz fusion was installed in gnome? where is it? [19:51] I loked under system>preferences for compizconfig [19:51] looked* [19:52] thyrax: yeah. Preference->Apperence [19:52] On the last tab you have something like "Effects". Thats compiz [19:53] with options none, normal and extra? [19:53] If you want to have the standard control panel (recommend) install "ccsm". Can't remember what ccsm means. Something with compiz manager panel [19:54] I'm trying to follow this tutorial ---> http://ubuntu-unleashed.blogspot.com/2007/08/howto-completely-transparent-shell-on.html [19:54] would that be required for that tutorial^ [19:54] thyrax: Make sure you have a working compiz first [19:55] a working compiz? [19:56] Yeah, can you press ctrl+alt and press left mouse and see the cube? [19:56] i think you have to turn cube on first [19:56] desktop plane is enabled on defaulty [19:56] You have a control panel for this? [19:57] Booting my gnome ubuntu at the moment... [19:57] hmm I enabmed extra under apperance and I was asked to install my nvidia driver [19:57] TheSheep: i found the config file that was causing problems with inkscape i reported it in the bug report [19:57] maybe thats why I have been having vid probs? [19:57] Maybe [19:58] More... Probably :) [19:58] asked me to restart and retry to use effects [19:58] so I am rebooting now [19:58] yes [19:58] hopefully the issue is fixed [19:59] :-) [19:59] * thyrax crosses fingers [19:59] nope [19:59] still saysgrub is loading [20:00] starting up [20:00] and then please wait [20:00] then quick fade to no video [20:00] grub will always be black. No drivers have been loaded yet [20:00] and now the login screen pops up [20:00] really so it's normal? [20:01] It says please wait then fades and loses signal for about 7 seconds [20:01] No.. But it's an old card and only for 10 seconds. You should be lucky :) [20:01] TuxCrafter: cool [20:01] how long does it take after it says starting please wait for the log screen to appear and what does your system display? [20:01] lol I thought that might be it [20:02] My system only displayes ubuntu logo [20:02] I might pop in a slightly newer card will I have to install drivers for it or will it find them? [20:02] On my laptop everything is black until I get into gnome. Some kind of bug. [20:02] well I don't mind it's a server afterall [20:02] thyrax: *ubuntu will find it. If it needs drivers it will ask you to install it [20:03] hmm I get a message saying restricted drivers in use.... [20:03] yeah, thats good :) [20:03] really? [20:03] yeah, I guess. Something is working [20:04] it said desktop effects could not be enabled when i selected extra :/ [20:04] When you have installed.. eeh.. gnome? Install "compizconfig-settings-manager". It's a nice one to control compiz. [20:05] lol and normal [20:05] If you can't select extra, you are having to old graphic card [20:05] even after geting error effects could not be enabled? [20:05] Or something like that. A clean install should work [20:06] If you check your drivers again. System->Administration->Restricted Drivers Manager. Check so your nvidia card has drivers installed [20:10] it says enabled and in use [20:10] I am going to try this other agp card I have laying around [20:10] yeah [20:13] http://zeroflag.de/zeroflag/HddResults_2007-12-07_20-57-45_1.xml <-- these benchmarks were done on a LVM raid0 using two raptor hdds. when I do the benchmark on a single hdd (raptor or a common 7200rpm drive) I get almost the same values for throughput. any idea why the raid is so "slow" (/not any faster than a single drive)? [20:15] maybe your drive is just fast? [20:15] just kidding [20:19] blinkiz: this second card is a geforce4 mx4000 and when I enabled extra effects it asked If I wanted to keep the settings so I guess it worked. [20:19] zeroflag: chunk size too big? [20:19] I'm thinking this card is faster/newer than the previous one [20:19] thyrax: nice [20:20] When you have installed the drivers and can enable the extra effects, install "compizconfig-settings-manager". It's a nice one to control compiz. [20:20] evil_tech: the chunk size in the tests is just for the internal stream-buffer. the impact on write performance is minimal and it does nothing for read... [20:22] no clue [20:22] makes me wanna go home and check my raptors now [20:23] Blinkiz: installed [20:23] do I just type compizconfig-settings-manager to launch? [20:24] I am using 7.04 and I have a GeForce 2 (MX 200 I think). What is the correct way to install the Nvidia drivers? Go to Applications > System > Restricted Drivers Manager ? [20:25] thyrax: You can access the controlpanel under System-Preferences-eeh.. Windows.. something [20:25] ok ill search [20:25] nick go to system->preferences-> and then appearance [20:25] then select effects [20:25] and extra [20:25] and it will install [20:25] yeah [20:26] I just did that have the same card actually [20:26] You get a new button there. Pressing that one and you are inside the advanced control panel for compiz-fusion [20:27] blinkiz: it was undr advanced desktop effects settings. under system pref [20:27] thyrax there is no "Preferences" under "System" [20:27] You can now press ctrl+alt and press left mouse and move the mouse around. You should turn the cube. Otherwise you have to enable the cube in the advanced control panel [20:28] nick are you using gnome? [20:28] kej [20:28] yeah [20:28] didn't you? [20:28] hehe [20:28] thyrax XFCE, Xubuntu [20:28] I tought you hadn't installed xubuntu yet [20:29] no im trying to help nick he is using xubuntu and the instructions I gave him were for gnome [20:29] Are you helping me? hehe [20:29] nick I'm not sure havn't used xfce yet [20:29] I will not enable compiz. [20:29] :) [20:29] ok thanks thyrax [20:29] why not? blink [20:29] sorry nick wish I could be of more help [20:30] compiz in xubuntu is not as streamlined as it is in ubuntu or kubuntu [20:30] On this machine I will only install lightweight stuff. On my laptop I have compiz runnig [20:30] I just wanted to see what it would be like to have my terminal on my desktop [20:30] yeah I figured that was why [20:31] alright back to that tutoriall of mine. I'll probably end up disabling this since I'm doing all this on my server. It's just a good learning process for If i decide to run this on my main desktop [20:39] My Xfce X is crashing/restarted when I press Accessories->Terminal. Why? I can open other programs without problem [20:39] thats a common problem. and again havent checked to see if there is a fix [20:40] Common problem. Okay. lets search ubuntuforums then :) [20:40] ***goes to check if there is a fiz [20:40] hey did you install just xfce? or the full desktop [20:43] complete desktop [20:44] oh ok [20:45] you could try running xfce4-terminal from a terminal (xterm since terminal isnt working or from a TTY) and see what it spits out [20:45] wait that wont work from a TTY ignore that part [20:46] evil_tech: yeah, its a bug as you said. There are a fix for it but it's not as easy as just not use xfce4-terminal. Will use gnome-terminal or xterm instead [20:51] Minimal ubuntu installation without anything takes 17 MB RAM. Running kubuntu complete package takes 106 MB RAM. Running Gnome takes 142 MB RAM. These are stats on my computer when Idle [20:51] Minimal ubuntu with samba and NFS server active takes 27 MB RAM [20:51] Nice stats :) [20:52] yeah they are [20:53] I think I'll do a minimal install and use the gnome desktop [20:53] when i finally set up my raid 5 server [20:54] now that I got my raid 1 server running like a champ I just need to wait for the ups delivery person to drop off my last 500gig drive :) [20:56] 1.8 tb. Hmm. I guess is not for home video files only :) [20:57] Hmm [20:57] lots of movies/anime/tv etc [20:57] 1.21 jigawatts!! [20:57] music/music videos [20:58] is that how much your server consumes :) [20:58] no [20:59] just being silly [20:59] wish i had 1.8tb though it still wouldnt fit all my movies :( [20:59] your server measures power in jiggawatts [20:59] lol I have about 300 so far and thats not even 400gb [21:01] jisses. [21:01] I have japanese and s.korean televison shows too. I'm not asian just like any culture that has 100mb internet connections easily available [21:01] i'm assuming thats compressed dvd [21:02] Yeah, my 500GB drive will be filled with movies. Already having one 320GB filled and another 320GB waiting to go into raid 1 with the other one [21:02] yeah xvic/divx [21:02] xvid* [21:02] naa, dvdrips mostly [21:02] most 700mb some 1.3gb ;) [21:02] there a noticeable loss in quality? [21:02] Yeah, it is [21:03] not on a sd television [21:03] cause i was just going to rip just the movie as an iso [21:03] Get a new TV and you will see. [21:03] hehe [21:03] curses [21:03] *shakes fist a HDTV [21:03] lol I have a new tv so I keep it in 4:3 ratio when i watch them :) [21:03] ;-) [21:04] xbmc is the best thing that ever happened to my media setup [21:04] too bad it doesn't support hd though [21:04] Yeah, have heard alot about xbmc [21:04] that's why ill be looking towards a linux based front end in the future [21:04] it is sweeet been using since 2004 [21:04] It do support HD. But you have to modify the xbox [21:04] yeah not worth it really and even then barely [21:05] k [21:05] It's good enough for now. plays every forat I have thrown at it [21:05] they are working on xbmc linux now though [21:05] i have a mini ITX computer i was going to relegate to the task [21:05] that will go on my front end when I build it later [21:05] Will install linuxmce or MythTV when I have a working fileserver up. [21:05] It's like xmbc but for Linux [21:05] evil: I was thinking about itx too [21:05] just dont know how to fit a large enough array and still have it blend with my equipment (or afford the array) [21:06] yes blink they are but xbmc is so streamed line and better than mythtv inmo [21:06] imo [21:06] see you build the array and stream it over [21:06] thyrax: What I have heard, you have absolutly right [21:06] thats what I'm doing [21:06] have the server else where [21:07] hmm [21:07] streaming to xbmc is the best thing since sliced bread [21:08] I have a 160gig drive in my modded xbox which I never use it only has some games I ripped to it on it [21:08] sreaming is the way to go [21:08] streaming* [21:08] the average home network supports it easily [21:08] still a matter of cost. even just ripping the movie only (no menus, credits) is like 4gb times 400 movies that i have [21:08] hmmm [21:08] hmmm [21:09] that only just over a terabyte and a half [21:09] I would convert it to a differnt format [21:09] you can get good HD rips in 4gigs [21:09] dont want the quality loss [21:09] so for dvd go for about 1.3 [21:09] which is what many of mine are in [21:09] ill have to play with it [21:10] I do know 1.3gig dvd rips look very good [21:10] on an HDTV or standard def [21:10] even 700mb rips [21:10] both [21:11] I was watching a tv rip ripped from korean HDtv and it looked crystal clear on my HD tv and it was only 700mb for an hour show [21:11] you could tell it was ripped from HD [21:11] hello [21:11] hi cthulhu [21:12] can you guys help me [21:12] Hi, guys, I am going to give my question another swing: how much disk space should I allocate for Xbuntu/linux, is 4GB enough, or should I go for 6GB or 10GB? [21:12] user I think it depends on what you want to use it 4 [21:13] Yeah, I know... [21:13] cthulu just ask if ome one can help they will [21:13] depends [21:13] But for example, [21:13] anyways im installing xubuntu and the computer does not recognize it as an OS [21:13] cthulu: you mean it can't boot the disk? [21:14] win2k works well with 10 GB, for generall use. [21:14] no ive it installed on the HD but i have to have the disk in or it wont load???? [21:14] I new to linux, so I'm not sure how demanding xubuntu and linux apps could be, regarding disk space. [21:15] did you install a boot loader? [21:15] in your computers BIOS do you have it set to boot from the proper hdd? [21:15] its an old comp with only 1 hdd [21:15] user for just the OS I think there is a minimum if you use the install cd [21:15] i have mine in a 4gb part and it fits fine [21:15] of about 3.4 gigs [21:16] Everywhere I read Ubuntu is recommended at least to have 10 GB, [21:16] Thyrax the minium for Xubunti is 1,5 GB, recommendd is 4GB [21:16] (if I recall correctly) [21:16] oh ok cool [21:16] i think he is including the swap partition [21:17] swap should be 3x your ram [21:17] Oh, yeah, thanks for reminding me: the swap partition, is that like windows "virual memort, [21:17] just rule of thumb [21:17] I see, thanks. [21:17] evil: was the boot loader sugestion pointed at me? [21:17] so if you have 512mb swap should be about 1.4gb [21:18] (I know there are a lot of factors regarding this, but I'm just looking for people's experience with this) [21:18] thyrax, thanks [21:18] depends on the amount of ram and what you do [21:18] no problem user just hope I was able to help [21:18] even when i had one gig i barely touched half doing normal day to day tasks [21:19] Cthulu: yes the bootloader question was for you [21:19] k now back to my question lol [21:19] I have about 785,840 kb RAM (accourding to win =) and because I'm new to linux I expect that I will try out stuff. [21:19] linux is usually pretty resource efficient when compared to windows [21:19] e.g. wine [21:19] =) [21:20] thy, that is why I'm switching and fell in love with Xfce ;) [21:20] best bet is to do like thyrax said and make it 3x physical ram and then monitor usage [21:20] you can always shrink it later [21:20] user: you'll soon get the hang of it. [21:21] cthulu: how did you install first and what do you mean by having the disc in to boot? [21:22] So something around (24' + 15'+ apps = 5 GB should be enough then?) I think I will go with 6GB just to be on the safe side ;) [21:22] *2,4+1,5 [21:22] i downloaded it to my other laptop and burnt the image and put it in the other laptop [21:23] i went through the install process and xubuntu wont load with the cd being in the tray [21:23] Regarding that issue thanks for your inputs, thyrax, and evil_tech. [21:24] np I don't even use xfce currently but I come here cos these guys are so helpful [21:26] The file system Xubuntu uses it's the ex3 (don't recall its name)? [21:29] sorry internet crashed did anyone respond with help [21:30] guys im such a noob please help if you can [21:30] and the only way you can get it to boot is to select boot from first hard disk at the bottom of the menu [21:30] cthulhu how did you install it? [21:31] user do you mean thunar? ext3 is just a format I believe. [21:31] yay irssi reset [21:31] Yes/no, I was wondering about the file format. [21:31] thyrax: i put the disk in and pushed install xubuntu === nixternal_ is now known as nixternal [21:32] (Thunar is the file manager) [21:32] user: its not ntfs like linux I guess It would install using ext3 as the format its a linux format [21:33] cthulhu did you follow the installation prompts? which iso did you install? [21:33] when your try to boot your system without the disk what does it say? [21:33] yes i followed the prompts. xubuntu [21:34] OS not found [21:34] Tyrax, I was just curios, but thanks anyway. [21:34] np [21:34] do i have to do something in bios [21:34] cthulhu maybe it wasn't installed properly I would try it again... [21:34] onlything I can think of [21:35] I have to run for a sec. brb and good luck. [21:35] should i format the hdd [21:35] does your bios say OS not found or does Grub [21:35] evil? [21:35] bios [21:36] did you set the bios to boot from hard drive [21:36] i dont think i know what Grub is and yes i did [21:36] my guess is that it didnt install Grub to the MBR [21:36] MBR? [21:36] master boot record [21:37] its where your hdd stores partition info and a bootloader [21:37] which is what Grub is [21:37] how should i set up the partitions i only have 20 gig [21:38] is it a multiboot system? [21:38] no just a linux box [21:39] brb [21:39] customer [21:39] what? [21:45] ok [21:46] 1 OS 20gigs [21:46] how much RAM? [21:47] 512 [21:47] no sorry 256 [21:47] i'd allocate roughly a gig for SWAP [21:48] 4gig maybe 6 for / [21:48] and the rest for /home [21:48] what was the 4 to 6 gig partition for? [21:49] root (/) [21:49] thats what i thought sorry i told you i was new [21:49] np [21:50] will it do this for me in one of the options [21:51] you would have to manually create the partitions the way i explained [21:51] the default is to make swap 2x your ram and the rest for / and the rest of system [21:51] so format the hdd and redo the install [21:52] easiest way [21:52] there are other ways to fix it [21:52] Ok, I'm going to do it. See you guys on the other side. [21:52] good luck user [21:53] thanks man fir all your help i gtg [21:53] thanks! [21:55] so many new users :) [21:56] I did something so I lost my resolution. After reboot I can now only run at 800x600. All other resolutions is gone. How do I get higher? Or how do I regenerate xorg.conf? [21:56] well you could reconfigure x [21:56] you can use dpkg-reconfigure xorg-server to regenerate, you could also check out the screens and displays on the menu [21:57] or go and manually edit xorg.conf [21:57] you can do xrandr -s widthxheight [21:57] "dpkg-reconfigure xorg-server" as one command? [21:58] sudo in front [21:58] precede with an sudo as well if you aren't already root [21:58] screens and displays on the menu tell me I only can get 800x600. [21:58] Okay, I'll do it [21:58] Blinkiz: you should be able to choose a different monitor type... [22:03] zoredache: "dpkg-reconfigure xorg-server" did not work. xorg-server can not be found. Currently am running "dpkg-reconfigure -all" [22:03] Blinkiz: it's 'sudo dpkg-reconfigure xserver-xorg' [22:04] its xserver-xorg [22:04] oh :) [22:04] been there done that [22:04] sorry about that... I am being a little lysdexic today... [22:54] hello [22:55] hello [22:55] helllllooooooo [22:55] anyone home? [22:58] mayv=be [23:00] !anyone [23:00] A large amount of the first questions asked in this channel start with "Does anyone/anybody..." Why not ask your next question (the real one) and find out? [23:05] we scared him away [23:05] it would seem so... [23:07] i know there was some people a few days ago or a week ago who wanted to know how to map the "win" key to open the accessories button and couldnt figure out how to do it. so i figured out a way to do it and it works so if this is something that you would like to do let me know. for some reason i havent had internet service for a few days so i havent gotten back to a few people. [23:10] Hi guys, I'm kind of in a akward situation here, I was in Xubuntu and was going to partion the disks and I realized something: I havn't done tis in ages. When I am partioning the disk do I create 2 "primary drives"? (one for win and one for Xub) [23:11] Or do I create one primary drive and the rest will be logical? [23:12] Anyone? [23:14] so you are dual booting? [23:15] ? No was going to format my 60 GB disk and partition it then isntall win and Xubuntu on their respective partitions. [23:15] might as well use two primary partitions [23:15] you can have up to 4 and no more partitions [23:16] or 3 and 1 extended with as many logical drive [23:16] I see. [23:16] OK, then I will go with two primary and one extened (the rest of the hard drive). [23:18] I also was wondering about linux file swap, you guys have been talking about it, but I figured it was like windows virtual memory; in the Ubuntu manual ot says "Create a swap partition" and in the partition program there is a "linux swap file system"; my question hence: do I have to create a partion for the linux swap file? [23:19] you don't have tto, but it is strongly encouraged [23:20] I see. So I would create a extended parition with a logical drive that amounts about 3x MyRAM on the primary disk that runs Xubuntu? [23:20] better to have it and not need it than to need it and not have it [23:20] or a primary [23:20] doesnt matter which [23:20] Then I would go with extened... [23:22] But the swap disk should be 3x the RAM I have right? [23:22] So if I have 768 I should create the swap for about 2,5 GB? [23:23] depends on what you are doing [23:23] swap disks should be at least as big as your ram [23:23] 2.5gb is excessive imho [23:23] I thought they should be 3x the RAM? Or did I missunderstood you? [23:23] the need for more depends... On Linux swap is mostly only used if you run out of ram [23:23] 768 or a gig will probably suit you just fine [23:24] for doing basic tasks [23:25] i have two gigs of ram only which 741 is being used and the swap hasnt been touched. [23:25] I do use graphic programs, and I have been planning in using Blender, and I do som heavy processing stuff with PHP (indecing). [23:25] and thats just surfing the web, irssi, pidgin and ive been burning some discs and watching movies [23:26] I see, my wondows swap file usually goes for 1,5GB in sie, could that be used as a indicator? [23:26] not really [23:26] Sorry 1GB [23:26] windows uses swap even if ram is available [23:26] linux only uses it when it runs out of ram [23:27] OK, interesting. [23:27] So, 1GB should be enough? [23:28] I'll take the silenc as a yes. [23:29] =) [23:29] But what was that you guys were talking about 3x of you memory? [23:31] typo on my part [23:31] meant to say 2x [23:31] thats usually what you want a swap size to be in a windows environ and i just do the same in linux until i can evaluate how much swap i need [23:32] hm [23:32] which html standard should i use for pure css stuff? [23:32] xhtml? [23:32] nopcode, eh, yes? [23:33] I see, so I should go with 2GB as swap? [23:33] sure. you can always make it smaller later [23:34] nopcode, html is about structuring, CSS is about styling, basically as long as you usethe class atttribute it really doesn't matter what html standard you use; hell you cold use CSS with XML. [23:35] thanks evil_tech (and zoredache), I'll go with a swap 2GB to start with! [23:35] html pquestions really aren't approtpriate for this channel, but you should probably use html 4.01 string [23:35] strict* rather [23:35] z, I know, but that's all I know =) [23:35] *just trying to help [23:36] OK, I will go back to formatting my drive, thanks gyus/gals! [23:37] what about xhtml 1.0 strict? [23:37] this is very disturbing.... if I ping a server from xfce-terminal my cpu spikes to 100% on every responce to a ping... but when I do the same in xterm it sits at 0%... [23:39] even when you minimize? [23:39] nopcode: xhtml has several issues. http://www.webdevout.net/articles/beware-of-xhtml [23:40] nopcode: when I minimize I see periodic spikes at about 30% every second [23:43] We pwned the MPAA, YES [23:43] ? [23:45] huh [23:46] MPAA used Xubuntu to make a "university toolkit" to monitor people and encouraged universities to install it on their network [23:46] b@$tards [23:46] lol [23:46] But, they didn't offer the source code, thus violatiing the GPL! [23:46] hah [23:46] lol that's why I love piracy [23:46] They did get DMCA'd [23:47] haha [23:47] cool [23:47] How ironic [23:47] yes so true [23:48] the pirated the movie 'this film is not yet rated' too [23:48] this is not the first instance of the mpaa pirating stuff thats what is really ironic [23:48] and also removing the links on linkware software [23:48] yeah the list goes on [23:49] sorry if i offend you guys but i am going to paste what i posted earlier because some people whated to know how to do this [23:49] i know there was some people a few days ago or a week ago who wanted to know how to map the "win" key to open the accessories button and couldnt figure out how to do it. so i figured out a way to do it and it works so if this is something that you would like to do let me know. for some reason i havent had internet service for a few days so i havent gotten back to a few people. [23:49] they are hypocrites but everyone knows if you have big bucks you are above the law in the united states anyway [23:49] thyrax, basically your right in every way possible [23:50] those idiots at the MPAA [23:54] the ups person hasn't arrived yet with my final 500gig hard drive :( [23:54] I am dieing to put this raid 5 server together [23:54] lots of torrenting needs to be done [23:58] what will you be hosting