LinuxMCE Forums
May 24, 2013, 07:37:46 pm GMT-1 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com
 
   Home   Help Search Chat Login Register  
Pages: [1]
  Print  
Author Topic: LinuxMCE Networking Fails During Install  (Read 1300 times)
edandanumber
Newbie
*
Posts: 7


View Profile
« on: June 16, 2007, 12:14:48 am »

LinuxMCE seems to totally mess up networking during the install. It will take 24 hours or so, but it will install as long as you do an update first, then it will try every repository over and over again for each package it would like to check for updates on.

There needs to be something to address this. I think the best option is not to mess with networking during the install, but perhaps run a post install script or something. Also, a better packaging strategy overall might be to package all the binaries in a single disc or series of discs, and allow an updater to run after the install, or to simply set up a repo and have a "you get everything" meta package, and also allow users to download individual packages. The installer actually makes it much more difficult for "real" linux users, and if it snags there's pretty much no way to walk dummy users through it =)

My two cents.
Logged
dale3h
Regular Poster
**
Posts: 21


View Profile
« Reply #1 on: June 16, 2007, 01:34:02 am »

For others that are having this problem (I assume you fixed it since you're a Linux guru):

To prevent it from fubar'ing your networking during install, try killing the network manager before install:

Get the process IDs to kill:

Code:
ps -A | grep Network

Then kill each process by it's PID (run this twice, replacing <PID HERE> with each PID, one at a time):

Code:
kill <PID HERE>

Then restart your network:

Code:
sudo /etc/init.d/networking restart

Then install LinuxMCE! Using this method shouldn't require applying updates prior to LinuxMCE installation:

1) Install and boot Kubuntu Feisty
2) Kill network manager
3) Restart network manager
4) Install LinuxMCE
Logged
edandanumber
Newbie
*
Posts: 7


View Profile
« Reply #2 on: June 16, 2007, 02:44:51 am »

Not a guru, just a "real user" Smiley

In all seriousness though, I think this is a great project and I didn't want to be overly negative, just provide feedback on other packaging methods that some users (and probably the core audience for this software) would find easier to use.
Logged
sharlee_angelo
Guru
****
Posts: 316


View Profile
« Reply #3 on: June 18, 2007, 11:25:00 am »

also you can use apt-get remove network-manager to uninstall network manager.
Logged

Read the F****** Logs!!!
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!