Bug#613167: /etc/hosts on Diskless Clients

2011-02-19 Thread Holger Levsen
On Freitag, 18. Februar 2011, Andreas B. Mundt wrote:
>  /opt/ltsp/i386/usr/share/ltsp/ltsp-init-common
> Any ideas how to modify that entry easily?

we could dpkg-divert from it


signature.asc
Description: This is a digitally signed message part.


Processed: Re: Bug#613167: /etc/hosts on Diskless Clients

2011-02-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> clone 613167 -1
Bug#613167: kerberized nfs4 mounting
Bug 613167 cloned as bug 613988.

> reassign -1 ltsp-client-core
Bug #613988 [debian-edu-config] kerberized nfs4 mounting
Bug reassigned from package 'debian-edu-config' to 'ltsp-client-core'.
> found -1 5.1.10-2
Bug #613988 [ltsp-client-core] kerberized nfs4 mounting
Bug Marked as found in versions ltsp/5.1.10-2.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
613988: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613988
613167: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613167
-1: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=-1
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-edu-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.129805275832477.transcr...@bugs.debian.org



Bug#613167: /etc/hosts on Diskless Clients

2011-02-18 Thread Vagrant Cascadian
clone 613167 -1
reassign -1 ltsp-client-core
found -1 5.1.10-2
thanks

On Fri, Feb 18, 2011 at 05:03:47PM +0100, Andreas B. Mundt wrote:
> On Wed, Feb 16, 2011 at 09:59:44PM +0100, Wolfgang Schweer wrote:
> > On Mi, 16 Feb 2011, Andreas B. Mundt wrote:
> > 
> > > to get Diskless Clients work with Kerberos we first have to find a way
> > > to modify the entires in /etc/hosts.
> > > 
> > > Currently, there is an entry: 
> > > 
> > > 10.0.2.2   server  
> >   
> > This entry is supposed to be written by /usr/share/ltsp/screen.d/ldm 
> > (inside the chroot - by default /opt/ltsp/i386)

that's a different, but nearly identical, problem...
 
> Thanks for the pointer. With its help I found the following:
> 
> The 'server' looks like being hardcoded in the function configure_resolver()
> defined in:  
> 
>  /opt/ltsp/i386/usr/share/ltsp/ltsp-init-common
> 
> Any ideas how to modify that entry easily?

there is no good way to do this, unfortunately. gah. sorry about that. for
years, LTSP development assumed DNS would not available, and this is clearly a
poor assumption.

live well,
  vagrant



-- 
To UNSUBSCRIBE, email to debian-edu-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110218181231.GU10855@talon.fglan



Bug#613167: /etc/hosts on Diskless Clients

2011-02-18 Thread Wolfgang Schweer
Hi,

On Fr, 18 Feb 2011, Andreas B. Mundt wrote:

> The 'server' looks like being hardcoded in the function configure_resolver()
> defined in:  
> 
>  /opt/ltsp/i386/usr/share/ltsp/ltsp-init-common

maybe this way (not sure, if SERVER_NAME is used already):

replace »$SERVER server« by »$SERVER ${SERVER_NAME:-"server"}« in
ltsp-init-common.

then set SERVER_NAME in lts.conf

(if getltscfg is called SERVER_NAME will be taken out of lts.conf and
exported)

for testing set PILLE_PALLE=something in lts.conf and execute
»getltscfg -a« after entering the chroot using »ltsp-chroot«
 
Wolfgang



signature.asc
Description: Digital signature


Re: Bug#613167: /etc/hosts on Diskless Clients

2011-02-18 Thread Andreas B. Mundt
X-Debbugs-Cc: vagr...@debian.org

Hi,

On Wed, Feb 16, 2011 at 09:59:44PM +0100, Wolfgang Schweer wrote:
> On Mi, 16 Feb 2011, Andreas B. Mundt wrote:
> 
> > to get Diskless Clients work with Kerberos we first have to find a way
> > to modify the entires in /etc/hosts.
> > 
> > Currently, there is an entry: 
> > 
> > 10.0.2.2   server  
>   
> This entry is supposed to be written by /usr/share/ltsp/screen.d/ldm 
> (inside the chroot - by default /opt/ltsp/i386)

Thanks for the pointer. With its help I found the following:

The 'server' looks like being hardcoded in the function configure_resolver()
defined in:  

 /opt/ltsp/i386/usr/share/ltsp/ltsp-init-common

Any ideas how to modify that entry easily?

Regards

Andi


-- 
To UNSUBSCRIBE, email to debian-edu-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110218160347.GB7303@flashgordon



Bug#613167: /etc/hosts on Diskless Clients

2011-02-16 Thread Wolfgang Schweer
On Mi, 16 Feb 2011, Andreas B. Mundt wrote:

> to get Diskless Clients work with Kerberos we first have to find a way
> to modify the entires in /etc/hosts.
> 
> Currently, there is an entry: 
> 
> 10.0.2.2   server  
  
This entry is supposed to be written by /usr/share/ltsp/screen.d/ldm 
(inside the chroot - by default /opt/ltsp/i386)

Wolfgang




signature.asc
Description: Digital signature


Re: Bug#613167: /etc/hosts on Diskless Clients

2011-02-16 Thread Wolfgang Schweer

On Mi, 16 Feb 2011, Andreas B. Mundt wrote:

> to get Diskless Clients work with Kerberos we first have to find a way
> to modify the entires in /etc/hosts.
> 
> Currently, there is an entry: 
> 
> 10.0.2.2   server  
 
This entry is supposed to be written by /usr/share/ltsp/screen.d/ldm 
(inside the chroot - by default /opt/ltsp/i386)

Wolfgang



signature.asc
Description: Digital signature


Bug#613167: /etc/hosts on Diskless Clients

2011-02-16 Thread Andreas B. Mundt
Hi,

to get Diskless Clients work with Kerberos we first have to find a way
to modify the entires in /etc/hosts.

Currently, there is an entry: 

10.0.2.2   server  

which spoils Kerberos (error messages about for example
ldap/server@INTERN service tickets not being available). 

I tried to find a way to change this by editing a variable in
lts.conf, but without success (the same after considering 'man
lts.conf').

Any help or pointers are appreciated,

Andi



-- 
To UNSUBSCRIBE, email to debian-edu-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110216144632.GA17555@flashgordon