LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 10-15-2014, 07:26 AM   #1
stomach
Member
 
Registered: Sep 2005
Distribution: Debian
Posts: 202

Rep: Reputation: 30
LTSP Ubuntu 14.04


I have a LTSP server running on ubuntu 12:04 perfectly.


I want to migrate to ubuntu 14:04 but this version does not work.


Simply not the booting.

Can anyone give a hint to find out what the problem is? DHCP is correctly.
 
Old 10-15-2014, 09:31 AM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,689

Rep: Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972
Quote:
Originally Posted by stomach View Post
I have a LTSP server running on ubuntu 12:04 perfectly.

I want to migrate to ubuntu 14:04 but this version does not work. Simply not the booting. Can anyone give a hint to find out what the problem is? DHCP is correctly.
Sorry, there is NO ONE who can tell you anything based on what you've posted. Just telling us "simply not the booting", and "DHCP is correctly", gives us zero to work with, and the rest of your post is confusing. Are you CURRENTLY running 12.04 just fine, and the UPGRADE is failing? Or did you TRY to upgrade, and it corrupted your working system? Or does the 14.04 disc not boot at all??? Or do you mean something else entirely???

And you also don't say anything about your hardware, so there's not much anyone, anywhere can help you with.
 
Old 10-15-2014, 12:00 PM   #3
stomach
Member
 
Registered: Sep 2005
Distribution: Debian
Posts: 202

Original Poster
Rep: Reputation: 30
dhcp.conf

Code:
#
# Default LTSP dhcpd.conf config file.
#

authoritative;

subnet 192.168.25.0 netmask 255.255.255.0 {
    range 192.168.25.20 192.168.25.50;
    option domain-name "example.com";
    option domain-name-servers 192.168.25.1;
    option broadcast-address 192.168.25.255;
    option routers 192.168.25.1;
    next-server 192.168.25.11;
    get-lease-hostnames true;
    option subnet-mask 255.255.255.0;
    option root-path "/opt/ltsp/i386";
    if substring( option vendor-class-identifier, 0, 9 ) = "PXEClient" {
        filename "/ltsp/i386/pxelinux.0";
    } else {
        filename "/ltsp/i386/nbi.img";
    }
}
Simply not booting, and no errors in logs.

Installed in server = ltsp-server-standalone, isc-dhcp-server and openssh-server
 
Old 10-15-2014, 12:21 PM   #4
paladin.michael
Member
 
Registered: Jun 2011
Location: Danbury, CT, USA
Distribution: Kubuntu, Slackware, Debian, FreePBX
Posts: 75

Rep: Reputation: 23
...how did you install these things on the server if it doesn't boot? Are you booting into a live cd and chrooting into the local drive?
 
Old 10-15-2014, 12:31 PM   #5
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,689

Rep: Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972
Quote:
Originally Posted by stomach View Post
dhcp.conf
Code:
#
# Default LTSP dhcpd.conf config file.
#

authoritative;

subnet 192.168.25.0 netmask 255.255.255.0 {
    range 192.168.25.20 192.168.25.50;
    option domain-name "example.com";
    option domain-name-servers 192.168.25.1;
    option broadcast-address 192.168.25.255;
    option routers 192.168.25.1;
    next-server 192.168.25.11;
    get-lease-hostnames true;
    option subnet-mask 255.255.255.0;
    option root-path "/opt/ltsp/i386";
    if substring( option vendor-class-identifier, 0, 9 ) = "PXEClient" {
        filename "/ltsp/i386/pxelinux.0";
    } else {
        filename "/ltsp/i386/nbi.img";
    }
}
Simply not booting, and no errors in logs. Installed in server = ltsp-server-standalone, isc-dhcp-server and openssh-server
...and we're back to "no useful details".

AGAIN:
  • WHAT are you trying to do? What does 12.04 and 14.04 have to do with this?
  • What kind of hardware?
  • What, exactly, does (do you THINK), DHCP have to do with this?
You were asked numerous questions in the first reply, and have not answered ANY of them. Unless you provide useful details, and explain what you're talking about, there's nothing anyone can help you with.
 
Old 10-15-2014, 12:42 PM   #6
stomach
Member
 
Registered: Sep 2005
Distribution: Debian
Posts: 202

Original Poster
Rep: Reputation: 30
It worked !

Now the problem is that this very slow as Stations .
 
Old 10-15-2014, 01:03 PM   #7
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,689

Rep: Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972
Quote:
Originally Posted by stomach View Post
It worked !

Now the problem is that this very slow as Stations .
Great...but we don't know WHAT worked, or still, even WHAT you're talking about. And again, we're back to not being able to understand what you're saying...what do you mean by "very slow as Stations"?????

You've been registered here since 2006...by now, you should know how to ask a smart question.
 
Old 10-15-2014, 01:05 PM   #8
stomach
Member
 
Registered: Sep 2005
Distribution: Debian
Posts: 202

Original Poster
Rep: Reputation: 30
EXCUSE know very little English .

The terminals are slow...
When I login. delay to appear the screen .
 
Old 10-15-2014, 01:52 PM   #9
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,689

Rep: Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972
Quote:
Originally Posted by stomach View Post
EXCUSE know very little English .

The terminals are slow...When I login. delay to appear the screen .
AGAIN you are STILL NOT PROVIDING DETAILS. What 'terminals'??? What kind of device? Connected how? Running what?

PAY ATTENTION: you are NOT answering questions when they're asked of you, and you are NOT asking a clear question. People don't like playing guessing games, or having all of their questions ignored. And this is NOT about how much English you know, this is about you being registered here for EIGHT YEARS now, and not being able to ask a clear question, and not answering things when you're asked.

If you're not going to provide details, or can't understand the answers that are given to you, there really is NO POINT in posting.
 
Old 10-15-2014, 02:39 PM   #10
stomach
Member
 
Registered: Sep 2005
Distribution: Debian
Posts: 202

Original Poster
Rep: Reputation: 30
Client computers are loading slowly.

notebook Lenovo (i3) and notebook Sony Vaio (I5).

Both Linked IN A swith /100mb

Last edited by stomach; 10-15-2014 at 02:43 PM.
 
Old 10-15-2014, 02:50 PM   #11
daemonlinux
LQ Newbie
 
Registered: Oct 2014
Posts: 1

Rep: Reputation: Disabled
ltsp-build-client --arch i386
 
Old 10-15-2014, 02:55 PM   #12
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,689

Rep: Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972
Quote:
Originally Posted by stomach View Post
Client computers are loading slowly.
Loading WHAT slowly????
Quote:
notebook Lenovo (i3) and notebook Sony Vaio (I5).
..and you STILL don't say which is the client, which is the server, or what, you are ACTUALLY TRYING TO DO, LOAD, or RUN.
Quote:
Both Linked IN A swith /100mb
...which you don't specify brand/model, or tell us anything past 100mb. 100MB/s switch is VERY slow to start with.

PAY ATTENTION: Either provide details and ask clear questions, or there is NO POINT IN POSTING.
 
Old 10-15-2014, 03:40 PM   #13
paladin.michael
Member
 
Registered: Jun 2011
Location: Danbury, CT, USA
Distribution: Kubuntu, Slackware, Debian, FreePBX
Posts: 75

Rep: Reputation: 23
TB0ne, you're going to develop an ulcer with this one.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Ubuntu 10.04 LTSP Silver565 Linux - Server 6 08-04-2011 04:32 PM
[SOLVED] Kernel panic with LTSP and Ubuntu 10.4 Cenobite Ubuntu 5 01-28-2011 07:32 AM
Ltsp error? --Ubuntu 8.10 Silver565 Linux - Newbie 5 03-23-2009 03:14 AM
Ubuntu 8.10 ltsp problem? Silver565 Linux - Server 4 03-21-2009 11:05 PM
ltsp with ubuntu 5.10, nfs and xdmcp sithi Linux - Software 0 02-07-2006 10:00 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 05:18 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration