Timothy Legge | 1 Oct 2003 01:39
Favicon

RE: eepro10 (82595)

> I assume this is with Netboot.  If you are able to download the kernel
> but cannot get the nic to accept the dhcp reply it is possible that
the
> card has an incorrect irq.  Ken responded to an issue I am having with
> one of my cards.  Etherboot and probably netboot does not care about
the
> irq.  However Inuux does.  If there is a resource issue apparently the
> card may be able to send the request but cannot hear the response.  I
> will be testing this premise later tonight and I will let you know.

My issue is either the Linux driver or the card.  I am verfying with a
different OS, Etherboot can grab the kernel but Linux doesn't work.  Its
only hint is that the IRQ may be dropped...

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Joshua D. Drake | 1 Oct 2003 02:03
Favicon

Can't log into client unless someone logged into server?

Hello,

  I have a client who we just set up LTSP for. It is working well except 
for on minor issue.
GDM will not come up (we are running Ximian Gnome) unless a user is 
logged into the server.
As long as a user is logged into the server everything is cool but????

  Any ideas on how to fix this?

Sincerely,

Joshua Drake

--

-- 
Command Prompt, Inc., home of Mammoth PostgreSQL - S/ODBC and S/JDBC
Postgresql support, programming, shared hosting and dedicated hosting.
+1-503-222-2783 - jd@... - http://www.commandprompt.com
The most reliable support for the most reliable Open Source database.

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

(Continue reading)

JL Boers | 1 Oct 2003 03:49

Re: K12LTSP install

On Tue, 2003-09-30 at 09:44, Chris Johnson wrote:
> I've just installed a Linux box from the iso images for k12ltsp.  It gave me
> four options to choose from ltsp, workstation server and custom.  I went for
> custom and put loads of stuff on.  However does anyone know if the LTSP
> option does anything different to make setting up any easier?  I'm trying to
> see just how easy it is to set up an ltsp server.
> 
> Chris Johnson
> ICT Consultant
> South East Sheffield Education Action Zone
> E-mail : chris@...
> Web : http://www.seseaz.org.uk
> 
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.522 / Virus Database: 320 - Release Date: 29/09/2003
> 
> 
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _____________________________________________________________________
> Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
>       https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
> For additional LTSP help,   try #ltsp channel on irc.freenode.net
I selected the LTSP option (top one) and it was pretty much install and
(Continue reading)

| 1 Oct 2003 04:00
Picon
Favicon

DHCP can't start


Hi,

I'm getting this messages when I want to start my DHCP service.

*****


Starting dhcpd: Internet Software Consortium DHCP Server V3.0pl1

Copyright 1995-2001 Internet Software Consortium.

All rights reserved.

For info, please visit http://www.isc.org/products/DHCP

Wrote 1 leases to leases file.

No subnet declaration for eth1 (10.20.20.10).

** Ignoring requests on eth1.  If this is not what

   you want, please write a subnet declaration

   in your dhcpd.conf file for the network segment

   to which interface eth1 is attached. **


Listening on LPF/eth0/00:50:da:93:ee:10/WORKSTATIONS
(Continue reading)

Matthew Tedder | 1 Oct 2003 04:05
Picon
Favicon

Metrics for LTSP Server Hardware Requirements


Has anyone developed any metrics for determining LTSP
server requirements.  I made some that seem to work
pretty well.  But it's for memory and CPU, what about
disk performance?  At how many simultaneously active
users should we require what kind of performance in a
typical office environment?

Has anyone setup workstations with network redundancy
(two NICs in each workstation)?  My experience so far
is that switches are my most common point of failure. 
It may not happen often but being so widespread, the
disaster is pretty severe when it happens.  

Also.... is flash worth the extra money?  It already
boots and provides a login prompt pretty reasonably
fast.  

__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
(Continue reading)

Ken Yap | 1 Oct 2003 04:05
X-Face
Favicon

Re: eepro10 (82595)

>To understand all this here a few questions:
>The eepro driver in the 2.4.22 kernel is from version 0.12c by aris
>is this the same driver which is used for etherboot?

No, Etherboot drivers are different from Linux drivers although usually
the Linux driver is used as a starting point. You'd have to look at the
comments in the eepro.c file to see which version I based it on. I think
it's from a 2.2 driver, it was a while back. You'd have to read the
Developer Manual to understand the differences between Etherboot and
Linux drivers.

Even in Linux, drivers for old hardware are still evolving as hackers
discover that their guesses have to be modified when the code doesn't
handle some model or some particular situation. This means that the
Etherboot driver also becomes "out of date" too.

>is there an extra circuity for handling dhcp / is it harcored ???

DHCP is handled just like any other network packet, by the software that
drives the hardware. You will not find a special DHCP transistor on the
board. :-)

>what does the driver has to to with the dhcp things, i allways thougt
>is just for i/o on a very basic layer

I don't understand the question.

Since the hardware appears to work, it's probably that the Etherboot
driver doesn't initialise the hardware correctly to receive any kind of
packet.  Unfortunately this kind of problem is time consuming to track
(Continue reading)

Timothy Legge | 1 Oct 2003 04:38
Favicon

RE: eepro10 (82595)

> Timothy Legge may be willing to suggest some debugging code you can
try
> inserting to observe what's happening, but that's up to him.
> 
As ken said, I might be willing, but first confirm whether that card
works in that PC under Linux.  I have a similar problem with an old ISA
card and it is either a card or driver issue because the Linux driver
does not work (Etherboot works fine).  

Start Linux on that machine (local) configure the card and get it
working.  If you can reliably use the card in Linux I will be willing to
help out.  

Tim

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Timothy Legge | 1 Oct 2003 04:37
Favicon

RE: eepro10 (82595)

> Timothy Legge may be willing to suggest some debugging code you can
try
> inserting to observe what's happening, but that's up to him.
> 
As ken said, I might be willing, but first confirm whether that card
works in that PC under Linux.  I have a similar problem with an old ISA
card and it is either a card or driver issue because the Linux driver
does not work (Etherboot works fine).  

Start Linux on that machine (local) configure the card and get it
working.  If you can reliably use the card in Linux I will be willing to
help out.  

Tim

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

William Villanueva | 1 Oct 2003 05:20
Picon

Re: PXE using ltsp-kernel-3.0.11

Dear Dieter,

On Tuesday, September 30, 2003 2:32 AM, you wrote:

> Are you sure your dhcp-server is running?
> rcdhcpd status

Yes, it is running. I can boot and login regular ethernet workstations
without problems.

> If it is running, send your dhcp.conf.

--- 8< --- [dhcpd.conf] --- [workstation configs removed except for 3
different cards (old NIC, newer NIC and PXE) ]

not authoritative;
ddns-update-style             none;
deny unknown-clients;
server-identifier       hostname.mydomain.com.ph;
option domain-name      "mydomain.com.ph";
option subnet-mask      255.255.255.0;
option broadcast-address        192.168.0.255;
option routers          192.168.0.200;
option domain-name-servers      192.168.0.201;
option root-path        "192.168.0.200:/opt/ltsp/i386";
option option-128 code 128 = string;
option option-129 code 129 = text;
option log-servers        192.168.0.200;

shared-network WORKSTATIONS {
(Continue reading)

Mario López | 1 Oct 2003 07:28
Picon
Favicon

Caught SIGHUP

hi... 
i'm trying to use my Diskless Computer (DC) with LTS
(latest :: 3.0), when i start my Server (RedHat80
+NFS+TFTP+DHCP3) there isn't problem... but  when i
try to start my DC, i only see :

"Caught SIGHUP"

... i'm using Ehterboot and, i can see the Linux
Kernel is loaded!!, the FS (NFS) is mounted...but i
think the INIT is wrong... the runlevel is 2, how can
i fix that???

Hardware problems??? i don't know.... 

DC:
Pentium 200MHz, 64 MB Ram, SIS, Nic RTL8139
Server
P4 2.4, 512 RAM, MB Intel 845P, Nic Intel.

thanks...

PD:
sorry... my english is so bad

_________________________________________________________
Do You Yahoo!?
La mejor conexión a internet y 25MB extra a tu correo por $100 al mes. http://net.yahoo.com.mx

-------------------------------------------------------
(Continue reading)


Gmane