Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - BigWookie

Pages: [1]
1
Hello,

To answer the question about logs, there are several ways to get to them depending on what you have available and which method you are most comfortable with.  If you have a the desktop running, simply open the file browser and (like windows) move through the directory tree to the path /var/log/pluto/.  Double-clicking the file named DCErouter.log will open it up.

If you don't have a desktop running, Alt+F2 should take you to another console/terminal window.  In here you can use the same commands as if you were SSHd into the box from another machine...

Run an SSH client such as putty from another machine on the network and connect to the IP address of your linux box.  Login with the credentials you use for admin on the web interface and you should be dropped into a prompt like (userid)@DCErouter:.  Use the CD command to change directories like old DOS machines like so:
cd /var/log/pluto and hit enter.
Now you can "tail ./DCERouter.log" without the ""s to see the last few lines of the log file.  You can also "more DCERouter.log" (again without the ""s) to page through the file one screen at a time.  The DOS dir command works just like it did back then or else use the ls command to list files.  The q key will quit out of a "more" display.

As for your error, I'm not getting the same thing on boot, but I can't add an orbiter to my system because it says it can't connect to the DCERouter.  I'm wondering if they are related.
I have two core dumps on my system to look at, but I can't open them.  The tail of my DCERouter.log file shows several internal communications on 127.0.0.1 which is the machine passing messages to itself, but no errors.  If I more the file (it's big) I see lots of stuff, but no failures in the first few thousand lines.  PS shows the DCERouter is running.

If anyone else can shed some light, that would be great.  I'm hoping to test orbiters on Windows hosts and PXE boot of diskless machines to put by my TVs.

Thanks in advance for the help and I hope I answered some of your questions.

2
Installation issues / Re: LinuxMCE won't start
« on: March 18, 2007, 05:14:28 pm »
Well, I found the admin tool to continue config.  From either the core MCE or another machine on the network, I just hit http://IP of core and started configuring.  The documentation made me think this would happen automatically, but it doesn't.  I'm all good now!  :-)


3
Installation issues / Re: LinuxMCE won't start
« on: March 18, 2007, 05:08:54 pm »
Agreed, but according to the docs I should get the GUI to configure basic setup like rooms and users.  Or am I misunderstanding them?  I'm going back to read them now and will update my own post if/when I figure out what I'm doing wrong.

On a side note, I read the other post about the install from CD not working, so I reinstalled again by download method.  I'm still in the same spot, but we'll see.

Thanks

4
Installation issues / LinuxMCE won't start
« on: March 18, 2007, 03:53:34 am »
Hello,
So I decided to try this application since Pluto looks so damn cool.  I got Ubuntu up and running and have run the LinuxMCE install twice.  I chose defaults except for core system only and give me the option of both Ubuntu and LinucMCE desktops.

So I reboot after install and try to launch MCE for my initial config.  It goes through all the startup stuff like starting MySQL, but nothing happens.  No GUI, nothing.  My /var/log/pluto folder has over 7000 files!

Any suggestions?  I'm deleting the log files and rebooting again to get an easier list of logs to look through.

Any help is greatly appreciated!

Thanks

Pages: [1]