[01:50] Where are applications stored?! I want to set up a mirrored partition for the partition with applications, to increase application load time [01:53] anyone know where applications are stored [01:53] ? [02:32] holstein: [05:46] hello people [05:50] hi [05:50] i have found on a man page this gittutorial(7) how can i display it ? tnx [05:50] i have found on a man page this gittutorial(7) how can i display it ? Abhijit [05:51] ?? [05:51] what man page? [05:51] where you found it? what you want to do with it? [05:51] man git showed me bucnh of things and said to go read mantutorial(7) but idk how to go there [05:52] i tried man gittutorial it doesnt work [05:53] http://www.manpagez.com/man/7/gittutorial/ [05:54] holstein: and it my terminal how can i ?? [05:54] * holstein shrugs [05:54] you need to have it locally [05:54] and im assuming you dont [05:54] you could copy and paste it into a txt file [05:54] yeh [05:54] and open it with nano ;) [05:55] i got it its ok its man 7 gittutorial :} [06:22] does anyone have any recommendations of a program that can play movies in the MP$ format? [06:22] mp4 format [06:24] Ambrose83: vlc [06:27] kosaido: I will check it out thanks [06:28] Ambrose83: ur welcom === yofel_ is now known as yofel [11:42] hello guys [11:43] i wanna move a directory and its content to a place where this dir it already existe [11:43] i tried mv -n but it keep the dir tho :P [11:44] kosaidpo: can you restate what you are trying to do again? [11:45] stlsaint: mv -f views/ modules/default/ [11:45] kosaidpo: why the -f switch? [11:46] i used -n but it keep the fist dir it didnt remove it [11:46] kosaidpo: you have to use two lcoations [11:46] yeh it is [11:47] kosaidpo: you have to use: mv /where/it/is/now /to/where/you/want/it [11:47] its mv -n views/ modules/default [11:47] you just didnt see the space [11:47] :D [11:48] stlsaint: but the things is the default/views has already some file of the views source so iwanna remove the source n update the dest [11:48] kosaidpo: you mean to use the recursive switch? [11:48] yehh [11:48] cus the dirs has content [11:49] and the -r didnt work [11:49] :P [11:49] i cant find it in the man [11:50] ok you want to move a dir adn its contents to another location? i guess just copy and paste it ;) [11:51] stlsaint: yeh true but iwanna use the mv so i remove the source dir and its content : D [11:51] kosaidpo: show me the exact command you are using and the output of it [11:51] kosaidpo: OR just CUT and Paste [11:51] ok [11:52] stlsaint: kosaidpo@kosaidpo:/var/www/squar/application$ mv -u views/ modules/default/ [11:52] mv: impossible de déplacer «views/» vers «modules/default/views»: Le dossier n'est pas vide [11:52] kosaidpo@kosaidpo:/var/www/squar/application$ [11:52] stlsaint: u speak french ? [11:53] kosaidpo: take away the / behind views [11:54] stlsaint: it means impossible to move views to modules/default/views the dir its not empty [11:54] stlsaint: it gives me the same output [11:54] kosaidpo: use: --ignore-on-non-empty [11:55] said unknown option :P [11:55] lol, i probably gave that wrong [11:55] one sec [11:56] stlsaint: ok ;] [11:56] lol yea that was for the rmdir command sorry [11:57] kosaidpo: so you cant use: mv views /modules/default [11:57] kosaidpo: ^^ that command does not work? [11:57] yes it doesnt stlsaint [12:02] kosaidpo: you sure your not using the wrong dir location [12:02] stlsaint: noo [12:03] stlsaint: wanna see the ls -a [12:03] haha sorry [12:03] wanna see the structur ?? stlsaint [12:04] sure [12:04] stlsaint: well the ls views gave helpers and scripts dir's and they have files in [12:05] kosaidpo: yea you said it wasnt empty [12:05] ls -a modules/default/views has filters helpers scripts dir's and no files in [12:06] them i mean these dir's [12:06] stlsaint: you got the image now i hop im clear ;] [12:07] kosaidpo: you moved the files only when you used the (/) after the views folder which is why i said dont use it [12:07] kosaidpo, here? [12:07] You mean? [12:07] MrChrisDruif: hey [12:07] MrChrisDruif: ls -a modules/default/views has filters helpers scripts dir's and no files in [12:08] MrChrisDruif: well the ls views gave helpers and scripts dir's and they have files in [12:08] And with a / at the end? [12:08] yea [12:08] stlsaint: i didnt get it :P [12:09] so "ls -a modules/default/views" should work [12:09] Or use tabs to auto-complete in terminal [12:09] guys i solved it i had to add views to the dest thats all Grrrrr [12:10] but why it didnt work in te first why it didnt overide the dir ?? [12:10] is it cus it has more dirs in it [12:11] What? [12:11] im all lost :P [12:12] it didnt work [12:12] You made me lost ;) [12:12] MrChrisDruif: u were sayin abt the / thingy ? [12:13] Yeah? [12:13] What are you trying to do? [12:14] wht i told u LOL [12:15] ill screen shot it it will be more easy then thousand of word okies MrChrisDruif [12:16] Just an ls? [12:16] ok [12:17] Damn...I forgot what command open a thing with the default app :( [12:17] im not sure but i guess xdg-open o sumthin [12:18] MrChrisDruif: ls modules/default/views/ ---> filters - helpers scripts [12:18] MrChrisDruif: and ls views has helpers - scripts this last one has files in it [12:19] MrChrisDruif: clear now ? [12:19] Yeah that one, thanks komputes [12:19] ok MrChrisDruif , since we're talking about mv and cp, i have a small question, some times it tells me 'ommiting directory w/e' why does it say that lol [12:20] kosaidpo* [12:20] np [12:20] coalwater, I think it's because they aren't empty? [12:20] ok, how do i move a non empty directory [12:20] --ignore-fail-on-non-empty [12:20] does it take a recursive flag? [12:20] I think O:-) [12:21] But I've just tested it on non empty directory, but it moved without --ignore-fail-on-non-empty [12:22] MrChrisDruif: how abt my case [12:22] So an mv /path/to/dir/ /path/to/new/location/ [12:23] MrChrisDruif: this one doesnt work [12:23] kosaidpo; The ls shows "filters helpers scripts" ? [12:24] MrChrisDruif: its k [12:25] thnaks guys [12:25] Alright [13:56] hey again! Does anyone know where the themes get stored after installed in the appearance preferences? [13:58] he KinkyPinkie i have give trough you need some help [13:58] hi [13:59] what's the problem? [13:59] What? [13:59] i wonder where installed themes get stored [13:59] Themes... [14:00] i like white on black that's all [14:00] for which program/desktop environment? [14:00] icons acctually [14:01] globally under /usr/share, locally it differs a bit ($HOME/.{icons,themes,kde...} [14:02] that helped alot. thanks [14:13] Hi [14:13] I am having this small problem in ubuntu 10.04 [14:13] I have my menu http://img191.imageshack.us/img191/3484/pantallazo1mc.png [14:14] I have Herramientas del Sistema (Tool System enable in the menu options) [14:14] when I go to aplications, the Tool System doesn't appear [14:14] don't know why :S [14:14] any idea some one? [14:16] i have asked help for you DiegoTc in a other channnel [14:16] DiegoTc: the highlighted entry? [14:17] cprofitt, nop the upper one [14:18] the one it is highlitighted I just create it [14:18] and it appears, but the one that comes by default it doesn't :( [14:18] is there an entry under 'Sistema' for that? [14:18] yes there is [14:19] I think that is the one that shows up... if you want the other one to show you may have to check if any applications under that sub-menu are checked to show as well [14:20] cprofitt, the problem is that if I take the check it appear automatically [14:20] so it is always check [14:20] this problem appear last night when i remove the parallel desktop VM [14:20] it was remove from the system, but the icons where not [14:22] I am at a loss then DiegoTc [14:22] cprofitt, I was wondering if it will be a bug or something similar, because it is not normal that when you take the check of something, it appears again the check [14:25] Hello DiegoTc :) [14:25] hi s-fox [14:25] :) [15:07] hello, I have ubuntu 8.04 server. its blocked this morning and company can not help me except recovery mode. Can I transer my files to another server with recovery mode? like ftp transfer etc.. [15:12] solgy: ssh? [15:13] solgy: i would see if you can ssh into it [15:13] its challenging when you dont have physical access [15:20] yes ssh [15:23] i can connect ssh in recovery mode. but i dont know how to transfer :( [15:23] im really noob [15:34] Hi [15:34] I want to uninstall ubuntu to do a dual boot xp ubuntu [15:35] I read that I should install xp first, thus why I want to uninstall ubuntu/format all partitions [15:35] But I have not been able... [15:35] Any help please? [15:38] anybody?? [15:38] i think you should change bios first boot device to CDrom [15:39] From a LiveCD, simply reformat all of the drives/partitions; install XP; insatll ubuntu. CAUTION, all previous data will be gone forever... [15:39] LiveCD... I have Ubuntu 10.10 install. Is that a LiveCD? It did not work. [15:39] It asks me to either install or try Ubuntu [15:40] Xp cd [15:40] XP CD goes to installation directly [15:40] If I select Recover, it asks for a recovery floppy [15:40] Yes. It should boot; if not go into your BIOS and adjust your "boot order" to boot to the CD/DVD drive first. [15:41] put your cd and reboot your pc then click to any key for format [15:41] and be sure change bios settings [15:41] changed* [15:41] hm, it does boot from CD now, I think... [15:41] If it asks to "try or install", it's a live CD [15:42] so it is then [15:42] XP tries to boot but it goes to blue screen "of death" everytime, since (I guess) it cannot recognize partitions in the pc?? [15:42] Would probably be easier to do as solgy says and format with win inst. disk [15:43] please chec the pictures in the link: http://forum.donanimhaber.com/m_10202870/tm.htm [15:43] did you change it? [15:44] I'll check boot order and boot with XP again. Otherwise you'll see me in a while here [15:44] Thank you all!! [15:45] may it be easy :) [15:45] about my question anyone know how can I transfer my datas on one server to another one server via recovery mode?? [15:48] Hi again [15:48] Nah [15:48] Boot order is fine [15:49] I have been looking at the XP boot, but it always goes to blue screen... [15:49] Any other option to erase/format partitions before putting the XP CD? [15:49] How can I do it with the Live CD? [15:50] You can boot to Ubuntu LiveCD and reformat the NTFS and ext3/4 partitions using Partition MGR< Gparted, etc... [15:51] All data will be lost. [15:51] But when I tried it said that I had not right to do it [15:52] no* [15:52] by boot you mean go to TRY option? [15:52] From the Ubuntu livecd? Hmmm.. [15:52] Yes, "Try". [15:52] yes, it said No to gparted... [15:53] * Sidewinder1 scratches hid head. [15:54] That's always been the way that I've done it. [15:54] I'll try again [15:54] so [15:54] go to Try and then "gparted" [15:55] then in gparted format ntfs, ext 3/4, right? [15:55] Sidewinder1? [15:56] Yes reformat each partition with the file system that you want on each; the first should be win/ntfs [15:56] Hm... win? [15:56] I have no windows... [15:56] ntfs/fat32, etc. [15:57] so I SET IT to that, right? [15:57] I am a bit lost,,, [15:57] not set, format [15:57] right, that's what I meant, sorry. FORMAT to Ntfs [15:57] ok [15:58] Remember, all data on those partitions will be lost [15:58] yep [15:58] After formatting. [15:58] no problem, all backed-up. [15:58] Thanks! [15:58] Cool [15:58] Welks [16:03] can i install a program in recovery mode?? meant: rsync and copy all data to another server via ftp [16:04] when you have a internet connection you may be able to call sudo apt-get install rsync sure [16:05] in recovery mode? its not a pc its a server and using company's kernel. [16:05] its blocked and i want to backup all data to another server then clean install [16:06] i can only connect recovery mode via ssh. [16:20] hey could someone point me to a guide for doing a netinstall to a machine with no cddrive or floppy from a mac? === JoeSett is now known as JoeMaverickSett [16:53] I'm getting pretty annoyed into where Humanity theme stores it's Gmail icon <_<" [17:15] Does nobody know? [17:32] holstein: ? [17:37] bum. [17:42] mang0: need help? [17:42] Yes, long story.... [17:42] to do with Grub/boot loaders [17:42] Wanna hear the story? [17:43] stlsaint: ^ [17:47] mang0: oh, bootloader issue? [17:48] yes [17:48] let me type this out [17:52] stlsaint: its quite long [17:52] Guys, I've got Ubuntu 11.04 and Windows XP on two differant hard drives. I made sure the one with ubuntu (and grub) was set to boot first in the bios. When I get to the grub screen, windows XP is listed, but if I select it then I just get an underscore...and then it restarts. The only way I can boot windows is to unplug the drive with ubuntu on, or change the first boot device in the bios, both of which are a [17:52] bother....I think t [17:52] he problem is to do with the fact that I have reinstalled winXP a couple of times, and I when I boot up windows it asks me to choose which copy to boot (winxp or winxp). Only one of them works though, and I think ubuntu is detecting the one that doesn't...I may be wrong.... [17:57] mang0: confused grub? [17:57] check /boot/grub/menu.lst i gues [17:58] something like that stlsaint ... [17:58] coalwater: 11.04 does not use grub legacy so there is no menu.lst [17:58] coalwater, do I open that in terminal with "nano /boot/grub/menu.lst" [17:58] ? [17:58] oh [17:58] mang0: are you able to get to the linux install? [17:59] yes, I'm on that now... [17:59] wait what do you mean? [17:59] the LiveCD? [18:01] mang0: no, the 11.04 install [18:01] oh [18:01] yes, I have an 11.04 alternate Install Disk [18:02] but only a 10.10 livecd, and the 10.10 doesn't like my SATAraid controller [18:02] mang0: right now are you on the live install or the livecd? [18:02] I'm on the installation of ubuntu I made [18:03] on my HDD [18:04] mang0: go here and download this script (hit the big green button ;) ) put it in your downloads folder and then run it from there via terminal [18:04] mang0: http://sourceforge.net/projects/bootinfoscript/ [18:05] okay [18:05] mang0: that script should output a RESULTS.txt file in your downloads directory [18:05] mang0: paste the contents of that file into a pastebin and send me the link [18:05] sure [18:07] stlsaint: http://paste.ubuntu.com/605794/ gotta eat now, back in a bit [18:21] mang0: alright well for when you get back it seems that the windows boot loader is causing some issues, also you have a "unknown" boot loader (windows i bet) installed on sda2 which grub is installed to sda, no bueno there, i suggest removing xp all together and making sure grub has control over the master drive and then re-installing, except this time, unplug the sda drive and install windows to the sdb drive, then plug back in sda as [18:23] I can't reinstall windows [18:23] it's my main OS atm, I have tons and tons of data on there [18:23] cant, or wont [18:23] ? [18:23] 50GB [18:24] hm [18:24] won't [18:24] you should have that data backed up [18:24] period [18:24] I do [18:24] i mean [18:25] how about clearing the mbr's? [18:25] I suppose I could just drag C drive to my external 1tb drive, then completely wipe windows, reinstall (without the ubuntu drive plugged in), then reconfigure grub....sounds like a total mission htough XD [18:25] and re-installing grub? [18:25] mang0: welp that was the easy way to solve the problem, if you are stuck in your plan than we will have to dig further around it [18:25] any idea how to disable the switcher that's initiated by alt+shift+up, because i use that in my IDE, i don't know what compiz plugin uses it [18:26] holstein: mbr's? how do I clear them? [18:26] holstein: whoa what? [18:26] stlsaint: Well, I'll use that as a last resort. [18:26] stlsaint: that was an idea i proposed [18:26] coalwater: you have alot of swiches being used? [18:26] however [18:26] i feel like you should be able to change the entry [18:26] in grub [18:27] stlsaint, it's the same one that used to be super+w [18:27] to boot the proper version of windows [18:27] holstein: "clearing" the mbr is the wrong terminology for what you are trying to do (if i understand you correctly) [18:27] stlsaint, don't remember it's name [18:27] coalwater: look in your shortcut key settings [18:27] they should list them in a window for you [18:27] stlsaint: probably [18:27] holstein: How do I clear the MBR's? (then reinsall grub?) [18:28] whatever the boot sectors have in them [18:28] oh dear [18:28] assuming thats something residual [18:28] that is making grub grab the wrong thing [18:28] and try booting it [18:28] but, that shouldnt be necessayr [18:28] but, that shouldnt be necessary* [18:29] can you edit grub manuallY? [18:29] yes [18:29] that file we talked about yesterday [18:29] stlsaint, i dont think it's there, the list is too short, and doesn't have the one i want [18:29] with the windows entry in it [18:29] * mang0 can't remember [18:29] boot.ini? [18:30] >.> [18:30] So can I not just manually edit grub? Isn't that the easiest way? [18:30] /boot/grub/grub.cfg was what i was thinking [18:30] ah [18:30] BUT, i suggested reading [18:30] !grub [18:30] GRUB2 is the default Ubuntu boot manager since 9.10 (Karmic). Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub2 - See !grub1 for releases before Karmic (9.10) [18:31] OH yeah, i remembre now [18:31] and making sure you know how to recover that information [18:31] I couldn't get links on my phone [18:31] and making a backup* [18:31] I can backup, yeah [18:31] if you have a backup [18:31] and you know how to use the backed up file [18:32] then, you can mess around with that windows grub entry a lot [18:32] and not permanatly break anything [18:32] stlsaint, ok found it, it's the scale plugin in compiz window management [18:32] cool [18:32] grub is not causing the problem here [18:33] holstein: take a look here to see the real issue: http://paste.ubuntu.com/605794/ [18:33] yeah, but can it be used to point to the proper windows installation? [18:33] hm, maybe I should take a look at windows boot.ini.... [18:34] holstein: yes [18:34] mang0: why? [18:34] Maybe I can sort out the dual listing of winXP there... [18:35] mang0: considering that windows (let alone something as old and unsupported as xp) have a hard enough time trying to see linux, i doubt you will be able to sort anything from a boot.ini [18:35] it's not to do with windows not seeing linux, its that windows is confused with two copies of itself [18:35] if that makes sense... [18:36] if i can get just ONE "copy" of windows, then it'll just need a new configuration of grub... [18:37] mang0: well you said that you wasnt willing to re-install so how will you fix this issue thru windows? [18:38] if boot.ini has two copies of windows listed in it, I can remove one, then reconfigure grub. It would just find the other one (correct one) and then my life would be complete.....almost. [18:40] mang0: let me know how that goes for ya [18:41] will do [18:41] :) [18:43] blimey! stlsaint , i can just use super grub disk! [18:43] *facepalm* [18:45] mang0: that could be one way [18:45] oh....grub legacy...poop. well I can use the alternate install disk apparantly.... [18:45] mang0: or a livecd [18:45] yeah, but my liveCD of 10.10 doesn't like my sataraid controller... [18:46] so it doesn't detect my disks [18:46] (hard disks) [18:46] mang0: here is my spill on what you *should* do as i see you will do what you want regardless...... [18:46] XD [18:46] mang0: download a updated livecd that will see your drives (do a little research, i say start with something like slax,knoppix, etc) anything that will give you a graphical environment... [18:47] mang0: your culprit is somewhere within sda and i think it is sda2 so start there, see what is on that partition and if nothing, wipe it, its not your swap nor does it contain your root nor your grub2 [18:48] yeah...sounds good [18:48] keep that results.txt as your reference for your disk layout, it contains everything you need to start working on the issue [18:49] mang0: the rest should be simple, your end state is to have a seperation of mbr's for linux and windows and have a grub.config that chainloads from sda(linu) to sdb(windows) [18:50] mang0: but first make sure you dont have two installs on that sdb disk in any way form/fashion [18:50] WOAH! I typed in grub-install -v, and it gave a very strange result [18:50] mang0: ...... :| [18:50] grub-install (GNU GRUB 0.97) [18:50] is the result [18:50] mang0: i give up, go google [18:50] lol. [18:50] HA [18:51] so it seems I have legacy grub...interesting. [18:51] yep [18:51] going to update, see if that makes a differance. [18:52] mang0: did you install grub manually at any point? [18:52] no..... [18:52] that makes it very, VERY strange [18:52] run command: cat /etc/issue [18:52] paste output here [18:52] Ubuntu 11.04 \n \l [18:53] mang0: yep you messed something up [18:54] bloody hell, this is so messed up [18:54] lol [18:54] hold a sec [18:54] stlsaint, lsb_release -rc [18:54] okay, updated. [18:55] grub-install (GRUB) 1.99~rc1-13ubuntu3 [18:55] :) [18:55] gonna reboot to try this out, bb in a sec [18:57] [19:00] Bother. [19:00] same? [19:01] yes. -BUT-. Yesturday I edited the grub.confg (or whatever it's called). I deleted a line, and replaced chainloader +1 with something else [19:01] somone in #grub helped... [19:03] mang0: why were you editing a grub file if you knew you were suppose to be using grub2? [19:03] chainloader is what is suppose to get you to windows [19:03] I thought I was using grub2! [19:03] O.o I'm so bloody confused [19:03] * mang0 gets magnet, and wipes computer [19:04] mang0: well whatever you did with your friend in grub channel got grub legacy on your system (maybe you didnt know what commands you were running or something) [19:04] how strange, just looking at some screenshots of grub2, and mine looks identical to what grub legacy looks like [19:04] :S [19:06] mang0: well i have given my advice, good luck to ya mate [19:06] Thanks :) [20:24] Hello. [20:24] hi === Guest24285 is now known as JackyAlcine === JackyAlcine is now known as Guest39073 === Guest39073 is now known as JackyAlcine [21:20] i have a lenovo keyboard for an ideacentre. i just installed ubuntu via wubi and the keyboard won't accept keyboard combinations with alt or shift. but it does accept the fn key [21:23] anyone' [21:27] Okay. So i have files from an old OSx HFS+ partition that only allows that have the following permissions: owner: read/write group: ZERO Others: ZERO.... I cannot do anything with them... anyway I can get those files? [21:27] the hdd was not encrypted [21:33] the hdd was not encrypted [21:43] Okay. So i have files from an old OSx HFS+ partition that only allows that have the following permissions: owner: read/write group: ZERO Others: ZERO.... I cannot do anything with them... anyway I can get those files? [21:45] will sudo apt-get upgrade upgrade my os? I am rocking 10.04, and don't want to go to 11.04. [21:50] !lts | froq [21:50] froq: LTS means Long Term Support. LTS versions of Ubuntu will be supported for 3 years on the desktop, and 5 years on the server. The current LTS version of Ubuntu is !Hardy (Hardy Herron 8.04) [21:51] I have no idea about HFS+ support under linux [21:51] I've usually moved data between two computers [21:51] by using samba or ftp [21:58] Hello! [21:58] Aloha xyclo_ [21:58] Still struggling with installing XP... [21:59] ??? [21:59] Windows XP? [21:59] I think I have wiped clean my pc, but xp install goes to blue screen every time... [21:59] At this point I guess I should go to an XP channel... [21:59] #me hate XP [22:00] xyclo_; Windows XP? [22:00] I need to do a dual boot [22:00] so I uninstalled Natty [22:01] I have been trying to format the hdd properly, because XP won't install [22:06] I used gparted and deleted all partitions. Then formatted to ntfs, then fat32 and none worked [22:06] Too bad I need to install XP! It's for work... [22:09] I am using ubuntu 11.4 and firefox crashed, it wont let me open another, can not locate program to be closed or forced closed, only answer back from system is to reboot, is this going to be the answer to all crashed programs from now on? === KinkyPinkie is now known as PedoBear === PedoBear is now known as KinkyPinkie [23:41] I'm offline, see y'all tomorrow :) Aloha!