[00:46] hey all! [00:51] o/ [02:21] ougo [02:22] sorry [02:26] .. [03:17] has anyone ever seen their computer unable to fully shutdown? [03:18] philipballew, any issues? [03:19] I have to leave now. And did you try sudo shutdown -1 ? [03:22] well goodbye :) [03:41] philipballew: computers not completley shutting down, is not really that uncommon a problem w/ some motherboards (ive saw it with several dells) [03:42] philipballew: you can get around this, with sudo shutdown -h now (just make sure everythng is closed, saved, etc.. becuase.. now means now) [03:42] most of the time, that command will power down any PC. [03:43] problems with acpi, if I remember right [03:44] hi everyone. ive been using ubuntu for years and never got around to learning all the commands and the like. any suggestions on where to start? [03:45] !shell  | computor [03:45] Factoid 'shell \xc2\xa0' not found [03:45] :------------D [03:45] !bash | computor [03:45] computor: The linux terminal or command-line interface is very powerful. Open a terminal via Applications -> Accessories -> Terminal (Gnome), K-menu -> System -> Konsole (KDE), or Menu -> Accessories -> LXTerminal (LXDE). Guide: https://help.ubuntu.com/community/UsingTheTerminal [03:46] fantastic! thanks! [03:55] KM0201, bioterror alright. this is a new problem. i used this computer with 7.10-10.04 till i then let it sit and then installed xubuntu 10-10 and now this problem accours [03:56] hmm [03:58] but thats what happens now. haha [09:24] how can I find out what comand a button on my desktop is giving? === nlsthzn is now known as nlsthzn-work [13:52] Hello. === nlsthzn is now known as nlsthzn-work === nlsthzn-work is now known as nlsthzn-at-work [16:21] Hey, I have a harddrive called "Data" and another called "A", but linux mounts them as "Data_" and "A_". Why? [16:22] Kentrel, maybe the uuid weren't so unique and have changed in which case it thinks Data is reserved for a previous uuid. not sure where the uuid mappings are stroed [16:24] Did you leave a space after the name? [16:25] No, I did not [16:25] I did reinstall over my old installation though. [16:25] So the fstab is new, but it doesn't have any references for the harddrives [16:26] Kentrel, you might remove the device and try to clear the blkid cache with blkid -g [16:27] Will unmounting it be enough? [16:27] Kentrel, i would unplug it. you may be able to hand edit /etc/blkid.tab [16:28] Kentrel, scratch that blkid.tab symlinks to something in /dev [16:37] Kentrel, do you have already folders Data and A in /media? [16:37] yes [16:37] I have to sudo ls to see whats in them, and they're empty [16:38] okay [16:38] that's your problem [16:38] you have two choices [16:38] 1) you remove those folders from /media [16:39] or you can add those drives to /etc/fstab and make them to be mounted on boot [16:39] 1 sounds easier. I'll try that first. thanks! [16:39] the problem is that you dont have them in fstab, and probably nautilus checks that there's already folders with these names [16:40] bioterror, never thought about the folders being present already. My bad. You have done a good job :D [16:40] nice catch, bioterror [16:40] IAmNotThatGuy, this is my suprised face: [16:40] :--------D [16:41] lol [18:11] howdy all [18:14] I know this is sacrilegious but I installed ubuntu server 11.04 and then put the xubuntu-desktop on it (basically making centos sortof). I need this server to be userless most of the time so I wanted to setup auto login... theres not an option in the settings manager -> Session and Startup.... help [18:17] javatexan: you want Settings > Login screen [18:17] one of the options is to log in automatically as a user [18:18] (Session and Startup is for post-login stuff) [18:47] thanks pleia2 [18:48] found it [20:44] can you use cron @reboot to start a couple virtualbox vms? [20:47] sure [21:00] never mind bioterror I have to find a way to ask the vms to shutdown before the ubuntu reboot/shutdown is allowed. [21:00] :( === yofel_ is now known as yofel [21:12] I am guessing I will have to make my own script for rc.d? [21:14] make that init.d....sorry...I was thinking about the runlevels...LOL [21:21] how do i set a file as excitutible? [21:21] chmod something i know [21:21] sudo chmod +x filename [21:21] one of a very limited amount of commands I actually remember :) [21:22] or in nautilus just go to properties and make it executable from there [21:22] philipballew: ^ [21:22] nlsthzn-at-work, i could do nautlius, but the terminal sounds more fun! [21:22] :) [21:23] would I be able to do this to mutiple files at once or do i need to do one file at a time you think? [21:25] philipballew: I have no idea... sorry [21:25] no worries. just me being lazy. haha [21:36] philipballew, of course you can use and globbing pattern chmod +x *.sh [21:39] i typed chmod +x filename nextfilename anotherfilename ect [21:39] it worked i think [21:55] :) [23:32] so if I want to use init.d and the runlevels to start an app at startup and stop it at shutdown, which do I use if there is a gui? I know some of the runlevels are only for text? [23:34] i guess default install will probably work though right? [23:34] # Default-Start: 2 3 4 5 [23:34] # Default-Stop: 0 1 6