Re: [Ltsp-discuss] Hello, need a howto for LTSP Fat-client on Debian Squeeze

2012-03-12 Thread Benjamin E. Nichols
IMGzors I got ltsp fat client booted up on debian squeeze! AWESOME!!

sorry for being a jackass about it, and thanks for all your help guise!

On 03/12/2012 05:25 AM, Rob Owens wrote:
> On Sun, Mar 11, 2012 at 03:26:05PM -0700, Benjamin E. Nichols wrote:
>
>> well I did this per your suggestion
>>
>> deviant:/var/lib/tftpboot/ltsp/i386# sudo ltsp-chroot apt-get install
>> $desktop_environment_or_window_manager $other_apps
>>  
> You'd need to change that to something like:
>
> sudo ltsp-chroot --mount-proc apt-get install gnome iceweasel mplayer
>
> (I think you'll want that --mount-proc in there, based on one of your
> other posts).
>
> For help with this command:
>
> sudo ltsp-chroot --help
>
> If your chroot is a different architecture than your server, you will
> need the --arch option.
>
> -Rob
>
> --
> Try before you buy = See our experts in action!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-dev2
> _
> 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
>


--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_
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


Re: [Ltsp-discuss] Hello, need a howto for LTSP Fat-client on Debian Squeeze

2012-03-12 Thread Benjamin E. Nichols
Well this is odd, when  try to boot into a fat client, Im dumped to a 
shell prompt
in the top left corner, none of the programs I installed with chroot are 
available
I get no desktop gui, startx wont run, says user is not authorized.
And what else is odd, Its got me rooted in my secondary hard disk! lol

/mnt/secondary/

I have no idea why it would think thats the root disk



On 03/12/2012 05:25 AM, Rob Owens wrote:
> ltsp-chroot --mount-proc


--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_
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


Re: [Ltsp-discuss] Hello, need a howto for LTSP Fat-client on Debian Squeeze

2012-03-12 Thread Benjamin E. Nichols
Ok, so its booting up with fat client specified in the lts.conf and
I dont get  a desktop, but I do get a shell prompt on the top
left corner and I can run a few commands, also, only one of my user
accounts is working with it, I added a user under chroot, rebooted the 
client
and the account wont let me login, says it isnt allow access, hmm,

Also on the user account I can login with
Startx does this

X: user not authorized to run the X server, aborting.
giving up.
xinit: No suck file or directory (errno 2): unable to connect to X server
xinit: No such process (errno 3): Server error.


Any suggestions?

On 03/12/2012 05:25 AM, Rob Owens wrote:
> On Sun, Mar 11, 2012 at 03:26:05PM -0700, Benjamin E. Nichols wrote:
>
>> well I did this per your suggestion
>>
>> deviant:/var/lib/tftpboot/ltsp/i386# sudo ltsp-chroot apt-get install
>> $desktop_environment_or_window_manager $other_apps
>>  
> You'd need to change that to something like:
>
> sudo ltsp-chroot --mount-proc apt-get install gnome iceweasel mplayer
>
> (I think you'll want that --mount-proc in there, based on one of your
> other posts).
>
> For help with this command:
>
> sudo ltsp-chroot --help
>
> If your chroot is a different architecture than your server, you will
> need the --arch option.
>
> -Rob
>
> --
> Try before you buy = See our experts in action!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-dev2
> _
> 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
>


--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_
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


Re: [Ltsp-discuss] Hello, need a howto for LTSP Fat-client on Debian Squeeze

2012-03-12 Thread Benjamin E. Nichols
SWEET thanks man, its installing 1.6gb of stuff, looks like the whole 
tamale! whoohoo
hey do I need to ltsp-update-image after this stuff installs? or no? I 
guess Ima find out

On 03/12/2012 05:25 AM, Rob Owens wrote:
> On Sun, Mar 11, 2012 at 03:26:05PM -0700, Benjamin E. Nichols wrote:
>
>> well I did this per your suggestion
>>
>> deviant:/var/lib/tftpboot/ltsp/i386# sudo ltsp-chroot apt-get install
>> $desktop_environment_or_window_manager $other_apps
>>  
> You'd need to change that to something like:
>
> sudo ltsp-chroot --mount-proc apt-get install gnome iceweasel mplayer
>
> (I think you'll want that --mount-proc in there, based on one of your
> other posts).
>
> For help with this command:
>
> sudo ltsp-chroot --help
>
> If your chroot is a different architecture than your server, you will
> need the --arch option.
>
> -Rob
>
> --
> Try before you buy = See our experts in action!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-dev2
> _
> 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
>


--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_
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


Re: [Ltsp-discuss] Hello, need a howto for LTSP Fat-client on Debian Squeeze

2012-03-12 Thread Rob Owens
On Sun, Mar 11, 2012 at 03:26:05PM -0700, Benjamin E. Nichols wrote:
> well I did this per your suggestion
> 
> deviant:/var/lib/tftpboot/ltsp/i386# sudo ltsp-chroot apt-get install 
> $desktop_environment_or_window_manager $other_apps

You'd need to change that to something like:

sudo ltsp-chroot --mount-proc apt-get install gnome iceweasel mplayer

(I think you'll want that --mount-proc in there, based on one of your
other posts).

For help with this command:

sudo ltsp-chroot --help

If your chroot is a different architecture than your server, you will
need the --arch option.

-Rob

--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_
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


Re: [Ltsp-discuss] Hello, need a howto for LTSP Fat-client on Debian Squeeze

2012-03-12 Thread christoffer krakou
Benjamin, your error appears because the chroot hasnt been tricked into 
thinking it's a real computer. You do this, by firing up this little 
command 'mount -t proc proc /proc' before you try installing anything, 
but after you've chroot'ed.

When you're done installing the packages, fire off this command 'sudo 
umount /opt/ltsp/i386/proc' (change i386 if you're building for a 
different architecture). This will get your chroot running smoothly like 
a sewing machine in a gallon of oil.

Also, a little note. A quick googling before you mail would save you the 
frustration of the relatively slow line of communication. if you googled 
your error message (proc not mounted) along with the action you were 
trying to attempt (modifying chroot), i'm sure someone has written 
something down

-- 
Venlig Hilsen / Best Regards
Christoffer Krakou
Fleten.net APS

--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_
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


Re: [Ltsp-discuss] Hello, need a howto for LTSP Fat-client on Debian Squeeze

2012-03-12 Thread asmo . koskinen

> Herp DERP! FAILTACULAR.. OUTSTANDING...
>>> cmon guys??? seriously???

Please, be friendly...

You can install what ever you want inside chroot.

*

root@ltsp:~# cat /etc/issue
Debian GNU/Linux 6.0 \n \l

root@ltsp:~# ps ax | grep lxde
 4057 pts/3S+ 0:00 grep lxde

*

root@ltsp:~# ssh root@192.168.0.21
root@192.168.0.21's password:
Linux ltsp21 2.6.32-5-686 #1 SMP Mon Jan 16 16:04:25 UTC 2012 i686

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
root@ltsp21:~#

root@ltsp21:~# ps ax | grep lxde
 1949 tty7 S  0:00 su - ltspmx001 -c  LTSP_CLIENT=192.168.0.21
LTSP_CLIENT_HOSTNAME=ltsp21 LC_ALL=fi_FI.UTF-8 LANGUAGE=fi_FI.UTF-8
LANG=fi_FI.UTF-8 DISPLAY=:7
ICEAUTHORITY=/var/run/ldm-xauth-ChX2D2NIB/ICEauthority
XAUTHORITY=/var/run/ldm-xauth-ChX2D2NIB/Xauthority /etc/X11/Xsession
/usr/bin/startlxde

*

root@ltsp:~# cat /opt/ltsp/i386/etc/lts.conf
[default]
LDM_DIRECTX=True
X_COLOR_DEPTH=16
LTSP_FATCLIENT=True

[00:22:15:5c:d3:04]
# Asus Eee 900
LDM_AUTOLOGIN=True
LDM_USERNAME=ltspmx001
LDM_PASSWORD=ltspmx001
LDM_LANGUAGE="fi_FI.UTF-8"
LDM_SESSION=/usr/bin/startlxde

*

root@ltsp:~# export LTSP_HANDLE_DAEMONS=false
root@ltsp:~# chroot /opt/ltsp/i386
root@ltsp:/# mount -t proc proc /proc
root@ltsp:/# apt-get install ntop
Luetaan pakettiluetteloita... Valmis
Muodostetaan riippuvuussuhteiden puu
Luetaan tilatiedot... Valmis
The following package was automatically installed and is no longer required:
  pkg-config
Poista ne komennolla "apt-get autoremove".
Seuraavat ylimääräiset paketit on merkitty asennettaviksi:
  geoip-database javascript-common libdbi0 libgeoip1 libjs-mochikit
libpcap0.8 libpython2.6 librrd4 ntop-data python-mako python-markupsafe
ttf-dejavu ttf-dejavu-extra wwwconfig-common
Ehdotetut paketit:
  apache2 httpd geoip-bin graphviz gsfonts geoip-database-contrib
python-beaker mysql-client postgresql-client apache apache-ssl
Seuraavat UUDET paketit asennetaan:
  geoip-database javascript-common libdbi0 libgeoip1 libjs-mochikit
libpcap0.8 libpython2.6 librrd4 ntop ntop-data python-mako
python-markupsafe ttf-dejavu ttf-dejavu-extra wwwconfig-common
0 päivitetty, 15 uutta asennusta, 0 poistettavaa ja 0 päivittämätöntä.
Noudettavaa arkistoa 9 974 kt.
Toiminnon jälkeen käytetään 25,6 M t lisää levytilaa.
Haluatko jatkaa [K/e]?
Nouda:1 http://ftp.fi.debian.org/debian/ squeeze/main geoip-database all
1.4.7~beta6+dfsg-1 [2 846 kB]
Nouda:2 http://backports.debian.org/debian-backports/
squeeze-backports/main ntop-data all 3:4.0.3+dfsg1-3~bpo60+1 [1 098 kB]
Nouda:3 http://ftp.fi.debian.org/debian/ squeeze/main wwwconfig-common all
0.2.1 [22,7 kB]
Nouda:4 http://ftp.fi.debian.org/debian/ squeeze/main javascript-common
all 7 [3 810 B]
Nouda:5 http://ftp.fi.debian.org/debian/ squeeze/main libdbi0 i386 0.8.2-3
[45,2 kB]
Nouda:6 http://ftp.fi.debian.org/debian/ squeeze/main libgeoip1 i386
1.4.7~beta6+dfsg-1 [124 kB]
Nouda:7 http://ftp.fi.debian.org/debian/ squeeze/main libjs-mochikit all
1.4.2-3 [377 kB]
Nouda:8 http://ftp.fi.debian.org/debian/ squeeze/main libpcap0.8 i386
1.1.1-2+squeeze1 [125 kB]
Nouda:9 http://ftp.fi.debian.org/debian/ squeeze/main libpython2.6 i386
2.6.6-8+b1 [985 kB]
Nouda:10 http://ftp.fi.debian.org/debian/ squeeze/main librrd4 i386
1.4.3-1 [307 kB]
Nouda:11 http://ftp.fi.debian.org/debian/ squeeze/main python-markupsafe
i386 0.9.2-3 [14,5 kB]
Nouda:12 http://ftp.fi.debian.org/debian/ squeeze/main python-mako all
0.3.4-5 [109 kB]
Nouda:13 http://ftp.fi.debian.org/debian/ squeeze/main ttf-dejavu-extra
all 2.31-1 [3 199 kB]
Nouda:14 http://backports.debian.org/debian-backports/
squeeze-backports/main ntop i386 3:4.0.3+dfsg1-3~bpo60+1 [688 kB]
Nouda:15 http://ftp.fi.debian.org/debian/ squeeze/main ttf-dejavu all
2.31-1 [29,3 kB]
Noudettiin 9 974 kt ajassa 12s (821 kt/s)
debconf: pakettien esiasetusta ei tehdä, koska apt-utils:ia ei ole asennettu
Lokiin ei voi kirjoittaa, openpty() epäonnistui (onko /dev/pts liittämättä?)
Selecting previously deselected package geoip-database.
(Reading database ... 65753 files and directories currently installed.)
Unpacking geoip-database (from
.../geoip-database_1.4.7~beta6+dfsg-1_all.deb) ...
Selecting previously deselected package wwwconfig-common.
Unpacking wwwconfig-common (from .../wwwconfig-common_0.2.1_all.deb) ...
Selecting previously deselected package javascript-common.
Unpacking javascript-common (from .../javascript-common_7_all.deb) ...
Selecting previously deselected package libdbi0.
Unpacking libdbi0 (from .../libdbi0_0.8.2-3_i386.deb) ...
Selecting previously deselected package libgeoip1.
Unpacking libgeoip1 (from .../libgeoip1_1.4.7~beta6+dfsg-1_i386.deb) ...
Selecting previously deselected package libjs-mochikit.
Unpacking libjs-mochikit (from .../libjs-mochikit_1.4.2-3_all.deb) ...
Sele

Re: [Ltsp-discuss] Hello, need a howto for LTSP Fat-client on Debian Squeeze

2012-03-11 Thread christoffer krakou
Hey benjamin

Just a thought, but have you double-checked the /etc/exports file to see 
if the shares are configured right? I can imagine it needs /home and the 
/opt/*architecture*/chroot stuff shared, but i'm not sure what others 
are needed.

On 03/12/2012 12:04 AM, Benjamin E. Nichols wrote:
> Well its irrelevant anyway since my pxe thin client cannot find the nfs
> root.
>
>
> Now, the tuts on ltsp say to use a dhcp server as the ltsp server.
>
> Well I dont want, nor need to do that since I have a router with pxe or
> "next server" options in the dhcp server
>
> and PXE booting installs works just fine, but correct me if I am wrong.
>
>
> But in these tuts it looks like the dhcp-server to run typically with
> ltsp has an extra entry
> in its conf for the location of the nfs root, is this neccesary? is this
> why I my clients cant find the nfs root?
>
> On 03/11/2012 10:37 AM, Rob Owens wrote:
>> On Sun, Mar 11, 2012 at 12:28:20AM -0800, Benjamin E. Nichols wrote:
>>
>>> Hello, need a howto for LTSP Fat-client on Debian Squeeze
>>>
>>> Ive got ltsp setup and booting thin-client just fine, but I heard about
>>> this Fat-Client option
>>>
>>> I have the following in my lts.conf
>>>
>>> [default]
>>>LTSP_CONFIG=True
>>>SOUND=True
>>>#LOCALDEV=False
>>>#CONFIGURE_X=False
>>>LTSP_FATCLIENT=True
>>>REMOTE_APPS=True
>>>
>>>
>>> But its still using the cpu on the server, as well as the sound.
>>>
>>> I also install xdm instead of gdm as my x manager since I read that gdm
>>> doesnt support "fat clients"
>>>
>>>
>> You need to create a chroot which has all the fat client software in it.
>> Quoting from this thread:
>> http://comments.gmane.org/gmane.linux.terminal-server.general/28839
>>
>> You do this:
>>
>> ltsp-build-client --late-packages 
>> "$desktop_environment_or_window_manager $other_apps"
>>
>> alternately, after you've already built an LTSP chroot:
>>
>> sudo ltsp-chroot apt-get install
>> $desktop_environment_or_window_manager $other_apps
>>
>> in either case, then set LTSP_FATCLIENT=true in lts.conf. that's
>> pretty much
>> it.
>>
>> I don't think it matters if you use xdm or gdm on the server, but the
>> thin clients should probably be using ldm, which is the default.
>>
>> -Rob


-- 
Venlig Hilsen / Best Regards
Christoffer Krakou
Fleten.net APS

--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_
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


Re: [Ltsp-discuss] Hello, need a howto for LTSP Fat-client on Debian Squeeze

2012-03-11 Thread Benjamin E. Nichols
Well, I cant install anything using chroot.

deviant:/opt/ltsp/i386# chroot /opt/ltsp/i386/
root@deviant:/# ls
bin  boot  devetc  home  libmedia  mnt  opt  proc  root  sbin  
selinux  srv  sys  tmp  usrvar
root@deviant:/# apt-get install nfs-client
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'nfs-common' instead of 'nfs-client'
The following extra packages will be installed:
   libevent-1.4-2 libgssglue1 libldap-2.4-2 libnfsidmap2 librpcsecgss3 
libsasl2-2 libsasl2-modules nfs-common portmap
Suggested packages:
   libsasl2-modules-otp libsasl2-modules-ldap libsasl2-modules-sql 
libsasl2-modules-gssapi-mit libsasl2-modules-gssapi-heimdal
The following NEW packages will be installed:
   libevent-1.4-2 libgssglue1 libldap-2.4-2 libnfsidmap2 librpcsecgss3 
libsasl2-2 libsasl2-modules nfs-common portmap
0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded.
Need to get 857 kB of archives.
After this operation, 2,413 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://http.us.debian.org/debian/ squeeze/main libevent-1.4-2 i386 
1.4.13-stable-1 [56.6 kB]
Get:2 http://http.us.debian.org/debian/ squeeze/main libgssglue1 i386 
0.1-4 [22.1 kB]
Get:3 http://http.us.debian.org/debian/ squeeze/main libsasl2-2 i386 
2.1.23.dfsg1-7 [108 kB]
Get:4 http://http.us.debian.org/debian/ squeeze/main libldap-2.4-2 i386 
2.4.23-7.2 [197 kB]
Get:5 http://http.us.debian.org/debian/ squeeze/main libnfsidmap2 i386 
0.23-2 [28.5 kB]
Get:6 http://http.us.debian.org/debian/ squeeze/main librpcsecgss3 i386 
0.19-2 [32.4 kB]
Get:7 http://http.us.debian.org/debian/ squeeze/main portmap i386 
6.0.0-2 [37.3 kB]
Get:8 http://http.us.debian.org/debian/ squeeze/main nfs-common i386 
1:1.2.2-4squeeze2 [228 kB]
Get:9 http://http.us.debian.org/debian/ squeeze/main libsasl2-modules 
i386 2.1.23.dfsg1-7 [148 kB]
Fetched 857 kB in 4s (194 kB/s)
debconf: delaying package configuration, since apt-utils is not installed
Can not write log, openpty() failed (/dev/pts not mounted?)
Selecting previously deselected package libevent-1.4-2.
(Reading database ... 22326 files and directories currently installed.)
Unpacking libevent-1.4-2 (from 
.../libevent-1.4-2_1.4.13-stable-1_i386.deb) ...
Selecting previously deselected package libgssglue1.
Unpacking libgssglue1 (from .../libgssglue1_0.1-4_i386.deb) ...
Selecting previously deselected package libsasl2-2.
Unpacking libsasl2-2 (from .../libsasl2-2_2.1.23.dfsg1-7_i386.deb) ...
Selecting previously deselected package libldap-2.4-2.
Unpacking libldap-2.4-2 (from .../libldap-2.4-2_2.4.23-7.2_i386.deb) ...
Selecting previously deselected package libnfsidmap2.
Unpacking libnfsidmap2 (from .../libnfsidmap2_0.23-2_i386.deb) ...
Selecting previously deselected package librpcsecgss3.
Unpacking librpcsecgss3 (from .../librpcsecgss3_0.19-2_i386.deb) ...
Selecting previously deselected package portmap.
Unpacking portmap (from .../portmap_6.0.0-2_i386.deb) ...
Selecting previously deselected package nfs-common.
Unpacking nfs-common (from .../nfs-common_1%3a1.2.2-4squeeze2_i386.deb) ...
Selecting previously deselected package libsasl2-modules.
Can not write log, openpty() failed (/dev/pts not mounted?)
Setting up libevent-1.4-2 (1.4.13-stable-1) ...
Setting up libgssglue1 (0.1-4) ...
Setting up libsasl2-2 (2.1.23.dfsg1-7) ...
Setting up libldap-2.4-2 (2.4.23-7.2) ...
Setting up libnfsidmap2 (0.23-2) ...
Setting up librpcsecgss3 (0.19-2) ...
Setting up portmap (6.0.0-2) ...
Starting portmap daemon.../sbin/start-stop-daemon.real: nothing in /proc 
- not mounted?
failed!
Setting up nfs-common (1:1.2.2-4squeeze2) ...
Creating config file /etc/idmapd.conf with new version
Creating config file /etc/default/nfs-common with new version
Adding system user `statd' (UID 104) ...
Adding new user `statd' (UID 104) with group `nogroup' ...
Not creating home directory `/var/lib/nfs'.
Starting NFS common utilities: statd/sbin/start-stop-daemon.real: 
nothing in /proc - not mounted?
  failed!
invoke-rc.d: initscript nfs-common, action "start" failed.
dpkg: error processing nfs-common (--configure):
  subprocess installed post-installation script returned error exit status 2
Setting up libsasl2-modules (2.1.23.dfsg1-7) ...
configured to not write apport reports
Errors were encountered while processing:
  nfs-common
E: Sub-process /usr/bin/dpkg returned an error code (1)


Herp DERP! FAILTACULAR.. OUTSTANDING...


On 03/11/2012 11:16 PM, christoffer krakou wrote:
> Hello benjamin
>
> Actually, if i recall right, the fat-client option is ubuntu-specific. I
> think you could do something similar by manually installing the packages
> in the chroot, enabling loca-apps and doing some trickery to make
> eveyrthing run local. Try contacting the debian people, perhaps they can
> help you
>
> On 03/12/2012 07:07 AM, Benjamin E. Nichols wrote:
>
>> Ok I got thinclient running, damn iptables was blocking some ports.
>>
>> So

Re: [Ltsp-discuss] Hello, need a howto for LTSP Fat-client on Debian Squeeze

2012-03-11 Thread christoffer krakou
Hello benjamin

Actually, if i recall right, the fat-client option is ubuntu-specific. I 
think you could do something similar by manually installing the packages 
in the chroot, enabling loca-apps and doing some trickery to make 
eveyrthing run local. Try contacting the debian people, perhaps they can 
help you

On 03/12/2012 07:07 AM, Benjamin E. Nichols wrote:
> Ok I got thinclient running, damn iptables was blocking some ports.
>
> So, im confident in my capability to setup thinclient now that ive done
> further testing.
>
> So now im working on fat-client, and get this..
>
>
> ltsp-build-client: unrecognized option '--fat-client'
>
>
> cmon guys??? seriously???
>


-- 
Venlig Hilsen / Best Regards
Christoffer Krakou
Fleten.net APS

--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_
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


Re: [Ltsp-discuss] Hello, need a howto for LTSP Fat-client on Debian Squeeze

2012-03-11 Thread Benjamin E. Nichols
Ok I got thinclient running, damn iptables was blocking some ports.

So, im confident in my capability to setup thinclient now that ive done 
further testing.

So now im working on fat-client, and get this..


ltsp-build-client: unrecognized option '--fat-client'


cmon guys??? seriously???



On 03/11/2012 10:37 AM, Rob Owens wrote:
> On Sun, Mar 11, 2012 at 12:28:20AM -0800, Benjamin E. Nichols wrote:
>
>> Hello, need a howto for LTSP Fat-client on Debian Squeeze
>>
>> Ive got ltsp setup and booting thin-client just fine, but I heard about
>> this Fat-Client option
>>
>> I have the following in my lts.conf
>>
>> [default]
>>   LTSP_CONFIG=True
>>   SOUND=True
>>   #LOCALDEV=False
>>   #CONFIGURE_X=False
>>   LTSP_FATCLIENT=True
>>   REMOTE_APPS=True
>>
>>
>> But its still using the cpu on the server, as well as the sound.
>>
>> I also install xdm instead of gdm as my x manager since I read that gdm
>> doesnt support "fat clients"
>>
>>  
> You need to create a chroot which has all the fat client software in it.
> Quoting from this thread:
> http://comments.gmane.org/gmane.linux.terminal-server.general/28839
>
> You do this:
>
>ltsp-build-client --late-packages "$desktop_environment_or_window_manager 
> $other_apps"
>
> alternately, after you've already built an LTSP chroot:
>
>sudo ltsp-chroot apt-get install
>$desktop_environment_or_window_manager $other_apps
>
>in either case, then set LTSP_FATCLIENT=true in lts.conf. that's
>pretty much
>it.
>
> I don't think it matters if you use xdm or gdm on the server, but the
> thin clients should probably be using ldm, which is the default.
>
> -Rob
>
> --
> Virtualization&  Cloud Management Using Capacity Planning
> Cloud computing makes use of virtualization - but cloud computing
> also focuses on allowing computing to be delivered as a service.
> http://www.accelacomm.com/jaw/sfnl/114/51521223/
> _
> 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
>


--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_
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


Re: [Ltsp-discuss] Hello, need a howto for LTSP Fat-client on Debian Squeeze

2012-03-11 Thread Benjamin E. Nichols
Well its irrelevant anyway since my pxe thin client cannot find the nfs 
root.


Now, the tuts on ltsp say to use a dhcp server as the ltsp server.

Well I dont want, nor need to do that since I have a router with pxe or 
"next server" options in the dhcp server

and PXE booting installs works just fine, but correct me if I am wrong.


But in these tuts it looks like the dhcp-server to run typically with 
ltsp has an extra entry
in its conf for the location of the nfs root, is this neccesary? is this 
why I my clients cant find the nfs root?

On 03/11/2012 10:37 AM, Rob Owens wrote:
> On Sun, Mar 11, 2012 at 12:28:20AM -0800, Benjamin E. Nichols wrote:
>
>> Hello, need a howto for LTSP Fat-client on Debian Squeeze
>>
>> Ive got ltsp setup and booting thin-client just fine, but I heard about
>> this Fat-Client option
>>
>> I have the following in my lts.conf
>>
>> [default]
>>   LTSP_CONFIG=True
>>   SOUND=True
>>   #LOCALDEV=False
>>   #CONFIGURE_X=False
>>   LTSP_FATCLIENT=True
>>   REMOTE_APPS=True
>>
>>
>> But its still using the cpu on the server, as well as the sound.
>>
>> I also install xdm instead of gdm as my x manager since I read that gdm
>> doesnt support "fat clients"
>>
>>  
> You need to create a chroot which has all the fat client software in it.
> Quoting from this thread:
> http://comments.gmane.org/gmane.linux.terminal-server.general/28839
>
> You do this:
>
>ltsp-build-client --late-packages "$desktop_environment_or_window_manager 
> $other_apps"
>
> alternately, after you've already built an LTSP chroot:
>
>sudo ltsp-chroot apt-get install
>$desktop_environment_or_window_manager $other_apps
>
>in either case, then set LTSP_FATCLIENT=true in lts.conf. that's
>pretty much
>it.
>
> I don't think it matters if you use xdm or gdm on the server, but the
> thin clients should probably be using ldm, which is the default.
>
> -Rob
>
> --
> Virtualization&  Cloud Management Using Capacity Planning
> Cloud computing makes use of virtualization - but cloud computing
> also focuses on allowing computing to be delivered as a service.
> http://www.accelacomm.com/jaw/sfnl/114/51521223/
> _
> 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
>


--
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_
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


Re: [Ltsp-discuss] Hello, need a howto for LTSP Fat-client on Debian Squeeze

2012-03-11 Thread Benjamin E. Nichols
well I did this per your suggestion

deviant:/var/lib/tftpboot/ltsp/i386# sudo ltsp-chroot apt-get install 
$desktop_environment_or_window_manager $other_apps
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

herp derp, that clearly did nothing, what am I doin wrong here? lol


--
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_
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


Re: [Ltsp-discuss] Hello, need a howto for LTSP Fat-client on Debian Squeeze

2012-03-11 Thread Rob Owens
On Sun, Mar 11, 2012 at 12:28:20AM -0800, Benjamin E. Nichols wrote:
> Hello, need a howto for LTSP Fat-client on Debian Squeeze
> 
> Ive got ltsp setup and booting thin-client just fine, but I heard about 
> this Fat-Client option
> 
> I have the following in my lts.conf
> 
> [default]
>  LTSP_CONFIG=True
>  SOUND=True
>  #LOCALDEV=False
>  #CONFIGURE_X=False
>  LTSP_FATCLIENT=True
>  REMOTE_APPS=True
> 
> 
> But its still using the cpu on the server, as well as the sound.
> 
> I also install xdm instead of gdm as my x manager since I read that gdm 
> doesnt support "fat clients"
> 
You need to create a chroot which has all the fat client software in it.
Quoting from this thread:
http://comments.gmane.org/gmane.linux.terminal-server.general/28839

You do this:

  ltsp-build-client --late-packages "$desktop_environment_or_window_manager 
$other_apps"

alternately, after you've already built an LTSP chroot:

  sudo ltsp-chroot apt-get install
  $desktop_environment_or_window_manager $other_apps

  in either case, then set LTSP_FATCLIENT=true in lts.conf. that's
  pretty much
  it.

I don't think it matters if you use xdm or gdm on the server, but the
thin clients should probably be using ldm, which is the default.

-Rob

--
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_
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