[Bug 1008618] Re: ltsp-cluster SERVER variable is overwritten by ltsp_config file.

2013-02-27 Thread Alkis Georgopoulos
Fix released in LTSP 5.4.5.

** Changed in: ltsp
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1008618

Title:
  ltsp-cluster SERVER variable is overwritten by ltsp_config file.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ltsp/+bug/1008618/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1008618] Re: ltsp-cluster SERVER variable is overwritten by ltsp_config file.

2012-09-27 Thread Stéphane Graber
** Changed in: ltsp (Ubuntu Quantal)
   Status: Triaged = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1008618

Title:
  ltsp-cluster SERVER variable is overwritten by ltsp_config file.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ltsp/+bug/1008618/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1008618] Re: ltsp-cluster SERVER variable is overwritten by ltsp_config file.

2012-06-21 Thread Launchpad Bug Tracker
This bug was fixed in the package ltsp - 5.3.7-0ubuntu2.1

---
ltsp (5.3.7-0ubuntu2.1) precise-proposed; urgency=low

  * Cherry-pick upstream bugfixes:
- Fix ionice on OpenVZ (r2242) (LP: #1004158)
- Fix variable name conflict for ltsp-cluster (r2303) (LP: #1008618)
- Check X_COLOR_DEPTH before overwritting with 16bit (r2316) (LP: #1010198)
 -- Stephane Graber stgra...@ubuntu.com   Fri, 08 Jun 2012 10:55:10 -0400

** Changed in: ltsp (Ubuntu Precise)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1008618

Title:
  ltsp-cluster SERVER variable is overwritten by ltsp_config file.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ltsp/+bug/1008618/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1008618] Re: ltsp-cluster SERVER variable is overwritten by ltsp_config file.

2012-06-14 Thread Marc Gariépy
** Description changed:

  [Impact]
  when booting a ltsp-cluster thin client I am unable to get my configuration 
because the variable SERVER is overwritten by the file 
/var/cache/ltsp/ltsp_config.
  
  So we need to rename SERVER to CC_SERVER in getltscfg-cluster for it to
  work properly.
  
  [test case]
  configure your chroot to use ltsp-cluster.
  run getltscfg-cluster -a
  
  the server that it tryed to contact is the nbd-server
+ When the script is broken, getltscfg-cluster try to do a wget on the 
nbd-server instead if the control center.
+ With the patch, i changed the variable name to CC_SERVER to prevent the 
sourcing of /var/cache/ltsp/ltsp_config to overwrite the variable.
  
  [regression potential]
  None : The variable for the ltsp-cluster is changed to CC_SERVER in the 
script and configuration for ltps-cluster.
  
  [development fix]
  I know this section is deprecated but it's actually relevant in this case ;)
  The fix hasn't hit quantal yet because of some massive packaging rework going 
on with LTSP to try and bring us in sync with Debian. I can guarantee that we 
will have a new upstream release in quantal that will include this fix. ETA is 
of a couple of weeks.
  
  the patch can be found here:
  http://bazaar.launchpad.net/~ltsp-upstream/ltsp/ltsp-trunk/revision/2303
  
  thanks

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1008618

Title:
  ltsp-cluster SERVER variable is overwritten by ltsp_config file.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ltsp/+bug/1008618/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1008618] Re: ltsp-cluster SERVER variable is overwritten by ltsp_config file.

2012-06-14 Thread Marc Gariépy
just tested the new package and it work correctly.

thanks for the upload.


** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1008618

Title:
  ltsp-cluster SERVER variable is overwritten by ltsp_config file.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ltsp/+bug/1008618/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1008618] Re: ltsp-cluster SERVER variable is overwritten by ltsp_config file.

2012-06-13 Thread Clint Byrum
Hi Marc.

Can you clarify the test case a bit? Its really hard to follow.. I'm not
sure what to expect in the case where it is broken, or when it is fixed.

Thanks!

** Changed in: ltsp (Ubuntu Precise)
   Status: In Progress = Fix Committed

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1008618

Title:
  ltsp-cluster SERVER variable is overwritten by ltsp_config file.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ltsp/+bug/1008618/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1008618] Re: ltsp-cluster SERVER variable is overwritten by ltsp_config file.

2012-06-08 Thread Marc Gariépy
** Description changed:

- when booting a ltsp-cluster thin client I am unable to get my
- configuration because the variable SERVER is overwritten by the file
- /var/cache/ltsp/ltsp_config.
+ [Impact]
+ when booting a ltsp-cluster thin client I am unable to get my configuration 
because the variable SERVER is overwritten by the file 
/var/cache/ltsp/ltsp_config.
  
  So we need to rename SERVER to CC_SERVER in getltscfg-cluster for it to
  work properly.
+ 
+ [test case]
+ configure your chroot to use ltsp-cluster.
+ run getltscfg-cluster -a
+ 
+ the server that it tryed to contact is the nbd-server
+ 
+ [regression potential]
+ None : The variable for the ltsp-cluster is changed to CC_SERVER in the 
script and configuration for ltps-cluster.
+ 
  
  the patch can be found here:
  http://bazaar.launchpad.net/~ltsp-upstream/ltsp/ltsp-trunk/revision/2303
  
  thanks

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1008618

Title:
  ltsp-cluster SERVER variable is overwritten by ltsp_config file.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ltsp/+bug/1008618/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1008618] Re: ltsp-cluster SERVER variable is overwritten by ltsp_config file.

2012-06-08 Thread Stéphane Graber
** Changed in: ltsp (Ubuntu Precise)
   Status: Triaged = In Progress

** Changed in: ltsp (Ubuntu Precise)
   Importance: Low = Medium

** Description changed:

  [Impact]
  when booting a ltsp-cluster thin client I am unable to get my configuration 
because the variable SERVER is overwritten by the file 
/var/cache/ltsp/ltsp_config.
  
  So we need to rename SERVER to CC_SERVER in getltscfg-cluster for it to
  work properly.
  
  [test case]
  configure your chroot to use ltsp-cluster.
  run getltscfg-cluster -a
  
  the server that it tryed to contact is the nbd-server
  
  [regression potential]
  None : The variable for the ltsp-cluster is changed to CC_SERVER in the 
script and configuration for ltps-cluster.
  
+ [development fix]
+ I know this section is deprecated but it's actually relevant in this case ;)
+ The fix hasn't hit quantal yet because of some massive packaging rework going 
on with LTSP to try and bring us in sync with Debian. I can guarantee that we 
will have a new upstream release in quantal that will include this fix. ETA is 
of a couple of weeks.
  
  the patch can be found here:
  http://bazaar.launchpad.net/~ltsp-upstream/ltsp/ltsp-trunk/revision/2303
  
  thanks

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1008618

Title:
  ltsp-cluster SERVER variable is overwritten by ltsp_config file.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ltsp/+bug/1008618/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1008618] Re: ltsp-cluster SERVER variable is overwritten by ltsp_config file.

2012-06-04 Thread Stéphane Graber
** Also affects: ltsp (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: ltsp (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Also affects: ltsp (Ubuntu Quantal)
   Importance: Undecided
   Status: New

** Changed in: ltsp (Ubuntu Precise)
   Importance: Undecided = Low

** Changed in: ltsp (Ubuntu Precise)
 Assignee: (unassigned) = Stéphane Graber (stgraber)

** Changed in: ltsp (Ubuntu Precise)
   Status: New = Triaged

** Changed in: ltsp (Ubuntu Quantal)
   Status: New = Triaged

** Changed in: ltsp
   Status: New = Fix Committed

** Changed in: ltsp
 Assignee: (unassigned) = Marc Gariépy (mgariepy)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1008618

Title:
  ltsp-cluster SERVER variable is overwritten by ltsp_config file.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ltsp/+bug/1008618/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs