/srv/irclogs.ubuntu.com/2012/08/31/#ubuntu-beginners.txt

dOofuS_Hello, I am downloading and installing Linux and have selected Ubuntu to put on an old Compaq server I have acquired. I want to run Linux because I know it's better suited to server tasks but am extremely new to the OS. Is there good documentation or videos that I can watch to help get myself acquainted to Linux, and specifically Ubuntu?17:42
holsteinwell, "better" is a matter of opinion17:44
dOofuS_Well, the alternative is Windows.17:44
holsteinwhat i did... i ran desktop linux for a long time, and i started doing tasks in the command line more and more17:44
Unit193!serverguide|How about this, dOofuS_?17:45
ubot2`How about this, dOofuS_?: The Ubuntu server guide may be found at http://help.ubuntu.com/12.04/serverguide/C/17:45
holsteinreading through the server guide would be a great idea17:45
dOofuS_Will that be helpful if I'm planning to install the desktop version?17:45
dOofuS_I'm basically looking to turn an old rig into a Minecraft host.17:46
holsteinyou can... you can run the desktop version and have "servers" running there17:46
Unit193I've used it before for desktop, but it may be more for a server.17:46
Unit193I have an httpd on mine (almost al of mine, to be exact)17:46
holsteinwhen you say "server" that implies usually that you will not have a monitor.. headless and connect in remotely via a terminal or something17:46
holsteinyou can have a minecraft server running ona desktop machine17:47
holsteinits all open, you can do what you want17:47
dOofuS_I actually installed MineOS on this system before, and it did it's job just fine, but there's no user interface beyond a web interface, and it's pretty antiquated.17:47
holsteineh. antiquated might just be simple in that case17:48
dOofuS_Well, limited, perhaps, is a better way to put it.17:48
dOofuS_I'm thinking of putting this on there, and hoping that will make administration from another PC, and server operations, easier for me. http://mcmyadmin.com17:49
dOofuS_So, I'm hoping this is as easy as: burn the distro ISO, install OS, download mcmyadmin, ???, profit17:52
holsteindOofuS_: i did a presentation at my LUG called 'linux is not magic'17:53
holsteindOofuS_: what you say is true, assuming you understand each of those parts and know how to set them up17:53
holsteinhttp://www.turnkeylinux.org/forum/general/20110821/tklpatch-unofficial-minecraft-server mentions mineOS17:53
dOofuS_I realize it's not magic. I consider myself a power user on a PC, but when I hear Linux I feel like a complete novice. It's daunting and terrifying. I've wanted to learn how to use it for years but just never got over the initial fear of the unknown.17:55
holsteinimagine it were me coming to you and asking the same about windows.. i wouldnt be able to just "poof" have a server.. i would need to learn some things17:56
Unit193Some people link to http://linux.oneandoneis2.org/LNW.htm with people getting started, but I'm not really sure how helpful it would be. :P17:56
holsteinits totally do-able... and just not "common" for what you are used to17:56
dOofuS_Well, just burned the ISO, and I'm burning the lightscribe label found here: http://dlpmkg.deviantart.com/art/Ubuntu-LightScribe-label-19335300818:07
dOofuS_I'll let you know if I have more questions, and thanks for your input.18:07
holsteindOofuS_: enjoy! ....im sure someone of your skill will be at home in no time!18:10
=== cortman is now known as thewildhaggis
dOofuS_Hello again, I am having an issue running the "mono McMyAdmin.exe" command. I installed mono using sudo apt-get install mono-runtime, and it seemed to install fine, but it responds "The assembly mscorlib.dll was not found or could not be loaded. It should have been installed in the 'usr/lib/mono/2.0/lib.dll' directory.19:45
dOofuS_The mono-project website hasn't been loading, or I'd be looking through documentation there.19:45
holsteindOofuS_: is there a linux version?19:55
dOofuS_No, the installation instructions for 32 bit linus specifically require the use of Mono19:59
dOofuS_http://wiki.phonicuk.com/Installing-McMyAdmin.ashx19:59
holsteini just know how challenging it is to get non linux code to run in linux19:59
holsteindOofuS_: that guide is way out of my comfortzone20:06
holsteini would want a linux native application20:06
dOofuS_Naturally, but what's out of your comfort zone? The mono stuff?20:07
holsteindOofuS_: that entire guide... and using code like that in mono20:07
holsteintypically i run sudo apt-get service.... edit a config file for said service.. and start the service20:08
holsteinif you want to run something that is not designed to run on linux like that, i would expect issues... especially as a first time project20:08
holsteinthe linux action show guys have a minecraft server running on what i assume is linux20:08
holsteinmaybe they would share20:09
dOofuS_Linux Action Show?20:09
holsteinhttp://www.jupiterbroadcasting.com/show/linuxactionshow/20:11
dOofuS_I'm following this advice: http://stackoverflow.com/questions/10490155/unable-to-run-net-app-with-mono-mscorlib-dll-not-found-version-mismatch20:12
dOofuS_It's installing now.20:12
dOofuS_Mono, that is, not McMyAdmin.20:12
holsteinmono is just in the repos AFAIK20:12
holsteinsudo apt-get install mono-runtime or whatever20:13
holstein!mono20:13
ubot2`Factoid 'mono' not found20:13
holsteinhttp://wiki.phonicuk.com/Installing-Mono-in-Ubuntu.ashx or whatever20:14
dOofuS_Waiting for this download/install thing to finish.20:18
dOofuS_If I'm executing a command, like mono 'appname' and it says "Cannot open assembly 'McMyAdmin.exe': No such file or directory. I assume it means I need to include the directory to the file. What's the proper way to do that in Linux?20:23
dOofuS_Forgive the confusion, replace 'appname' in the previous comment with 'McMyAdmin.exe'20:24
dOofuS_Solved it myself. I right clicked on the application and went to 'properties' and the directory was provided there, and placing that in the command worked.20:27
holsteininclude the path?.. you can use tab complete, that helps.. you can just grab it in a file manager and drag it over in the terminal..20:27
dOofuS_Well that's a handy trick.20:28
dOofuS_If I have some items in a zip archive, and I try to extract them to /usr/local/ it says I don't have the right permissions to extract archives into that folder. How do I get the right permissions?20:33
holsteinhttps://help.ubuntu.com/community/FileCompression20:35
holstein!sudo20:35
ubot2`sudo is a command to run command-line programs with superuser privileges ("root") (also see !cli). Look at https://help.ubuntu.com/community/RootSudo for more information. For graphical applications see !gksu (GNOME, Xfce), or !kdesudo (KDE). If you're unable to execute commands with sudo see: http://www.psychocats.net/ubuntu/fixsudo20:35
holsteindOofuS_: i would extract them, and then sudo mv them20:35
holsteini would not just "willie nillie" move things in there20:36
dOofuS_Could you assist me with my issue? I can format this thing again relatively easily if I mess something up. I'd just like to know how it's done.20:36
holsteindOofuS_: what.. zip?20:37
holsteini would right click and extract... and sudo mv it20:37
holsteinor, follow the command line extract that i linked20:37
dOofuS_The zip archive is...20:38
dOofuS_http://mcmyadmin.com/downloads/etc.zip20:38
holsteincool.. i would literally right click on it and extract it20:39
holsteinthen, you can open a terminal and sudo mv it.. you can type sudo mv and click and drag what you want to move over... and hit space and type the path where you want it to go20:39
holsteinOR, you can open nautilus as root20:40
holsteingksudo nautilus20:40
holsteinor, sudo unzip from one of the linkes above20:40
holsteini would just extract and move it as sudo in the command line20:40
dOofuS_So, somehow my last session closed, sorry but I don't have any of the links you provided me. Are you familiar with the sudo unzip command? Could I extract it that way? Or do you just think I should do the sudo mv and manually place the files?20:50
holsteindOofuS_: i would be most comfortable mv as root20:51
dOofuS_Alright, I'll give that a shot.20:51
holsteini would like to extract and see that work.. then mv20:51
verici dl it off of the main ubuntu site20:52
verichow do i test that?20:52
holsteinveric: why dont you open the update manager and see what is there20:54
vericnothing20:55
holsteinveric: you refreshed it?20:55
vericyes i did20:56
dOofuS_Is there an equivalent command to ipconfig on PC, in Ubuntu? I want to check the IP assigned to my server.20:56
holsteindOofuS_: ifconfig20:56
dOofuS_Thanks helstein20:56
holsteinveric: in a terminal20:57
holsteinlsb_release -a20:57
holsteinshould say 12.04.1 LTS20:57
vericDescription:Ubuntu 12.04.1 LTS -- Release:12.04 -- Codename:precise20:58
holsteinok21:01
holsteinveric: you can lay it out again here and see if anyone can help21:01
holsteini would go ahead and put it up on ask ubuntu and in the mailing list21:01
vericthink the install form the burned iso could be missing something?21:02
holsteinveric: i have literally no idea21:02
holsteini install chrome and flash works21:02
dOofuS_I've got a question, Holstein, when you've got a moment.21:02
holsteinive never seen it not work21:02
holsteinveric: all i know is, you arent recieving chrome updates21:02
holsteinveric: i would remove chrome and reinstall21:03
vericwell thats par for me if thheres an issue it will happen to me21:03
holsteinhttps://www.google.com/intl/en/chrome/browser/ 32bit for ubuntu21:03
vericFlash will not work on any sites21:03
holsteindOofuS_: sure.. just ask21:04
dOofuS_I got McMyAdmin to work, and the web interface is working when accessed through localhost:8080, but in the terminal when I started the server, it says "Caution: You are using the default login password! Remote users will not be able to log in." Is this in reference, do you think, to a config for the application, or is it telling me that I'm not running it from root or something?21:05
holsteini wouldnt run it as root21:05
holsteinthat reads, the application has a password function you can use for users to join21:06
vericdo i purge chrome ?21:06
holsteinveric: i would21:06
holsteinveric: its trial and error right now21:06
vericcant locate it to purge it21:08
holsteinveric: try in the package manager of your choice21:08
holsteinsudo apt-get autoremove google-chrome21:09
vericVirtual packages like 'google-chrome' can't be removed21:10
holsteini would use tab complete for chrome and/or google and see what comes up21:10
holsteini would open synatic or the software center and searh chrome and remove it21:10
holsteinsudo apt-get autoremove google-chrome-stable21:11
vericfound it21:12
vericany ideas before i try to reinstall?21:13
holsteinchrome? nope.. just get the lastest version of chrome installed21:13
holsteincheck about:plugins21:13
holsteincheck the version in "about"21:13
vericok i will do that and see whar hapens if not im gona burn a new iso and let ya know what happens21:16
holsteinveric: i would download a new iso21:17
holsteinconsider checking the sum21:17
holstein!md5 | veric21:17
ubot2`veric: To verify your Ubuntu ISO image (or other files for which an MD5 checksum is provided), see http://help.ubuntu.com/community/HowToMD5SUM or http://www.linuxquestions.org/linux/answers/LQ_ISO/Checking_the_md5sum_in_Windows21:17
vericwill do thx holstein i have to put this on hold for a bit  i hace class and exams21:18
holsteinveric: sure.. sorry you are having such a hassle21:19
holsteini wish it were easy.. i have absolutely no idea what is goin on21:19
verici hear that thanks for your help21:20
holsteinveric: anytime... and i think this is the best channel for now21:22
=== thewildhaggis is now known as cortman
=== cortman is now known as debian_ftw
=== debian_ftw is now known as john_barleycorn
=== Unit193 is now known as TheMaster
VetinariHi22:27
VetinariI upgraded from  to 11.10 to 12.04.1 and got error partition doesn't exist.22:28
VetinariI tried to recover and now only see a grub screen at boot22:28
holsteinVetinari: elaborate on "tried to recover"22:34
Vetinariholstein: I ran these commands: http://askubuntu.com/questions/125428/grub-complains-of-no-such-partition-after-installing-120422:36
VetinariSpecifically Command-line version22:36
holsteinso you installed 12.04?22:37
holsteinor upgraded?22:37
VetinariUpgraded22:37
VetinariAlso, I may quite possibly have picked the wrong sda partition22:37
holsteinthats not what that post is about22:37
holsteinits about a fresh install from what i read22:38
holsteinused to be 11.10 and fresh install of 12.0422:38
VetinariOh22:38
Vetinari /facepalm22:38
VetinariWell, that would explain why it didn't work22:38
holsteini would do the normal things.. test the memory and maybe test the hard drive... look at the structure and see that its as i expect22:38
holsteinthen i would refer to22:38
holstein!grub | Vetinari22:38
ubot2`Vetinari: 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)22:38
holsteinthe part about recovering from a live CD22:38
holsteini assume you did something like that just now22:39
Vetinariholstein: Unfortunately, I don't have a new live CD22:39
Vetinarithe last I have is from Ubuntu 9.0422:39
holsteini would try that.. but a new one would be ideal22:39
Vetinariholstein: What happens is that when I try to add repos I get:22:41
Vetinarisudo: add-apt-repository: command not found22:41
holsteinVetinari: i would use tab complete22:41
VetinariBut using add-apt[tab] says nothing22:42
holsteinsudo add-apt-repository some:ppa22:42
holsteinVetinari: then try installing it22:42
holstein!addppa22:43
ubot2`Since Ubuntu 9.10, a !ppa can be added using a single command «  sudo add-apt-repository ppa:user/ppa-name » See https://help.ubuntu.com/community/Repositories/Ubuntu#Adding%20PPAs for more details22:43
VetinariUsing 9.0422:43
* Vetinari curses own stupidity22:43
holsteinwont work there AAFAIK22:43
Vetinariw00!22:47
VetinariFound an Ubuntu 10.10 CD hidden22:47

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!