[03:43] not sure if this may be useful for anyone in the future (just thought I'd throw it out there in case someone comes with problems with it in the future): "he b43-fwcutter package (as of 1:013~git20100413-1) no longer acquires firmware, separate installer packages are now used." Source: http://wiki.debian.org/bcm43xx#supported-b43 [04:13] ok [04:13] I saw that message [04:14] well, I'll try it (debian) I don't have much to lose. fwcutter has worked for me in the past but for some reason was not working with ubuntu 12.04 [09:14] How do I use the file I created using gnome subtitles? [09:14] I wanted to save it to the video I was making captions for but I can;t figure out how [09:16] I've never done that myself, but it depends on the container for the video file [09:16] some containers can't contain subtitles, so you have to put the subtitles next to the video file, with the same name, just different extension [09:16] It has the extention .srt [09:17] How do people put captions on youtube? [09:19] That's some custom youtube thingy I think [10:06] O, I see, so I should see if I can add captions when uploading videos. Sorry I didn't know what you meant. TY === yofel_ is now known as yofel [13:28] \o/ [13:29] aeoril: o/ [13:29] \o [13:29] 'sup? [16:46] I have one question regarding partitioning. How much space I need for my ROOT partition? [16:49] Great_Danton: how big is your drive? [16:50] actually it's 500gb, but I have partitions [16:50] so 290 for ubuntu partition [16:50] Great_Danton: i use a 250GB and i usually split like this: [16:50] okay [16:50] my /boot is: 500MB [16:51] the / is: between 15-20GB [16:51] and if im not dual booting i give the rest to /home [16:51] okay thx [16:51] 20 gb for root then [16:52] stlsaint i don't have boot partition [16:52] thats fine [16:53] I don't need boot partition right [16:53] ? [16:54] I don't have it right now [16:54] it is in / if you dont make separate [16:54] All you really need to set is your / and swap [16:54] ok [16:54] swap is already set [16:55] anything more is extra [16:56] stlsaint what is in root partition? [16:56] programs are not [16:57] Great_Danton: yes they are [16:57] but why is not root partition bigger then? [16:58] Great_Danton: how big do you think .conf are lol? [16:59] idk [16:59] it's small [17:00] i have never completely filled up my / before [17:00] ok, thank you [17:00] user data for the apps is still kept in /home [19:33] hi cortman :) [19:33] we meet again nothingspecial :) [19:33] lol [19:33] if there are enough people in here willing to help then this could become a great channel again [19:37] I'd hang out here, don't know how much help I could give === cortman is now known as john_barleycorn [19:53] stlsaint: you can fill / if you have a misbehaving kernel or process writing to /var/log =( [19:53] Enable iptables logging on a busy server [19:59] bodhi_zazen I have a question [20:06] :) [20:17] sure, we have answers [20:17] fedora [20:17] lo [20:17] lol [20:17] I reinstalled Ubuntu [20:17] and now I can't see fedora [20:17] why? [20:18] fedora and ubuntu grub do not play nice or you over wrote Fedora [20:18] Great_Danton, sudo update-grub [20:18] fdisk -l [20:18] I have different partitions [20:19] http://paste.ubuntu.com/1090498/ [20:20] os-prober not find them? [20:20] os-prober? [20:20] ubuntu grub doesn't recognize fedora [20:20] grub uses os-prober to find other OS to include in the grub menu [20:21] Chainload it === john_barleycorn is now known as captain_jack === captain_jack is now known as john_barleycorn [20:22] ubuntu 12.04 uses grub 1.99? [20:22] http://ubuntuforums.org/showpost.php?p=10439004&postcount=21 [20:26] bodhi_zazen: oh yea ive had a kernel go log crazy before [20:27] Seriously, who reads 50 Gb of kernel logs ? [20:27] They really should rate limit logs ;) [20:28] xD [20:29] lol [20:30] bodhi_zazen If I understand right I have to change this: gksudo gedit /etc/grub.d/40_custom [20:33] Great_Danton: yea, do that [20:33] ok, thx [20:36] bodhi_zazen: insmod ext2 [20:36] do I have to change to ext4? [20:36] no [20:36] ok. [20:37] reboot and we will see .) [20:37] :) [20:37] update grub first ... [20:43] bodhi_zazen I get an error. [20:43] can't find file or something like that [20:43] menuentry "sda9" { [20:43] insmod ext2 [20:43] set root=(hd0,9) [20:43] multiboot /boot/grub/core.img [20:43] } [20:45] Is grub installed in the fedora partition ? [20:45] I think it's not [20:46] it's on sda [20:46] fedora partition is sda9 [20:48] hmm ,what if I install fedora once again? [20:48] mount /dev/sda9 /mnt [20:48] ls /mnt/boot/grub | grep core | pastebinit [20:49] mount: can't find /dev/sda9/mnt in /etc/fstab or /etc/mtab [20:49] naw GreatDanton , better to fix [20:49] mount /dev/sda9 /mnt [20:49] you forgot the space, and you need to sudo that [20:50] mount: unknown filesystem type 'LVM2_member' [20:50] i did [20:50] Ah, LVM ... [20:50] you need the Fedora /boot partition [20:50] I think that is sda8 [20:50] but I don't know for sure [20:50] there is about 500 Mb of space [20:51] mount /dev/sda8 /mnt && ls /mnt [20:51] on sda8 [20:51] config-3.3.4-5.fc17.i686 initramfs-3.3.4-5.fc17.i686.img [20:51] efi lost+found [20:51] elf-memtest86+-4.20 memtest86+-4.20 [20:51] grub System.map-3.3.4-5.fc17.i686 [20:51] grub2 vmlinuz-3.3.4-5.fc17.i686 [20:51] so ... [20:51] set root=(hd0,9) [20:51] becomes [20:51] set root=(hd0,8) [20:51] oh [20:52] thx [20:52] reboot and we will see [20:57] bodhi_zazen: error couldn't open file [20:58] multiboot /boot/grub/core.img needs to read multiboot /grub/core.img [20:59] so? [21:00] so what ? [21:00] what to do now? [21:00] testing? [21:00] edit you grub and change the line ^^ [21:00] multiboot /boot/grub/core.img needs to read multiboot /grub/core.img [21:01] oh, I didn't notice that there is no /boot/ [21:02] brb [21:07] bodhi_zazen: error couldn't open file [21:07] the same error [21:09] did you update grub after those edits ? [21:09] yes [21:09] sudo update-grub [21:10] I think fedora grub was overwritten. [21:16] mount /dev/sda8 again [21:16] ls /mnt/grub [21:17] Gah - Fedora puts it in /grub2/core.img [21:18] ? [21:18] i did [21:18] you want output? [21:18] multiboot /boot/grub/core.img needs to read multiboot /boot/grub2/core.img [21:19] okay [21:20] brb revoot [21:20] reboot [21:23] bodhi_zazen: error file not found [21:24] mount sda8 and use the correct path [21:24] /grub2/core.img [21:24] without /boot/? [21:24] I think I accidently added /boot again [21:24] LOL [21:25] brb reboot [21:27] bodhi_zazen: error file not found [21:28] so is the file in grub2 ? [21:28] I think it's not [21:29] otherwise it will work [21:29] So add an entry for Fedora then [21:29] title fedora [21:30] root (hd0,8) [21:30] you can steal an entry from /dev/sda8 grub/grub.conf [21:32] bodhi_zazen how to get into that directory? [21:32] cat? [21:33] nope [21:33] mount /dev/sda8 /mnt [21:33] gksu gedit /mnt/grub/grub.conf [21:33] lol there is nothing [21:33] empta [21:34] empty document [21:35] gksu gedit /mnt/grub2/grub.cfg [21:35] yep there is something [21:36] Do i have to copy paste it into 40_custom? [21:36] just an entry, not the whole thing [21:36] menuentry .... [21:36] thorugh initrd .... [21:37] till which part of text [21:38] I wonder if you need some of those modules [21:39] All you need is the first entry for Fedora [21:39] http://paste.ubuntu.com/1090600/ [21:39] is this the entry? [21:39] no [21:40] ### BEGIN /etc/grub.d/10_linux ### [21:40] menuentry 'Fedora Linux, with .... [21:41] and when does it end [21:41] with ###END /etc/grun.d/10_linux? [21:42] no, ends with initrd ... [21:42] } [21:42] the first one? [21:42] and then there is the second menuentry ... [21:42] yep [21:43] http://paste.ubuntu.com/1090602/ [21:43] this then? [21:43] I hope that works [21:43] me too [21:44] this text I have to put it in 40_custom? [21:44] yea [21:44] under multiboot ... [21:44] ? [21:45] yea, wherever you put the other entry [21:45] after } or before } [21:45] https://help.ubuntu.com/community/Boot-Repair [21:45] you could try that ^^ [21:45] LOL [21:45] Careful with those {} [21:45] I know this tool [21:45] probably after [21:45] okay [21:46] brb reboot [21:46] Boot repair doesn't work [21:46] shame [21:46] I mean it work but only for Ubuntu [21:46] fedora only recently started using grub2 [21:46] and they use it differently [21:47] shame [21:47] It would be better if they use it like others [21:52] bodhi_zazen it works!! [21:53] I am currently on Fedora [21:53] ^.^ [21:53] \o/ [21:53] Still, would be nice to chainload [21:53] btw, is it possible to move x button to the left side? [21:54] You could try adding all those modules to your chainload [21:54] Not sure about that [21:54] what about changing font? [21:55] try gnome tweak tool [21:55] okay