Re: [Ltsp-discuss] NFTS on ltsp client

2007-08-19 Thread Scott Balneaves
On Sun, Aug 19, 2007 at 12:20:12PM -0600, Sherwood Botsford wrote: > I tried that. However after chroot'ing into /opt/ltsp/i386 I > don't have a network. E.g: > > ifconfig eth0 > eth0 Link encap:Ethernet HWaddr 00:10:4B:6A:7C:D6 >inet addr:192.168.1.248 Bcast:192.168.1.255

Re: [Ltsp-discuss] NFTS on ltsp client

2007-08-19 Thread Sherwood Botsford
Sherwood Botsford wrote: > Try fdisk /dev/.static/dev/hda. > Can't open device. > > This implies that I don't understand the LTSP environment. > Hints appreciated. > > Answering my own post again. Plugged a usb drive into the client. Immediate message about sdb. "Curious," I thought, "Why b

Re: [Ltsp-discuss] NFTS on ltsp client

2007-08-19 Thread Sherwood Botsford
Jim Kronebusch wrote: > Getting late and I'm not sure I exactly follow what you are doing here, but > here is a > suggestion. > I know that feeling... > Assuming this is all being done on a Debian based server and probably LTSP5.. > Can you "sudo cp /etc/apt/sources.list /opt/ltsp/i386/etc/apt

Re: [Ltsp-discuss] NFTS on ltsp client

2007-08-19 Thread Peter Hartmann
i think it's your calling of ntfsmount. I do this to mount an existing ntsf partition (i'm guessing that's your goal here). ntfs-3g /dev/sda1 /media/Macally2 -o force,silent,umask=0,locale=en_US.utf8,no_def_opts,allow_other,user ntfsmount --help shows this: ---

[Ltsp-discuss] NFTS on ltsp client

2007-08-19 Thread Sherwood Botsford
Progress report: Synopsis: I want to run ntfs-3g on the client to allow me to do a windows install while the computer is in use as a linux terminal. 1. Installing onto the client space. A. Using aptitude I install ntfsprogs and nfts-3g on the server. B. I ran ldd against all the programs in

Re: [Ltsp-discuss] NFTS on ltsp client

2007-08-15 Thread Jim Kronebusch
> > Assuming this is all being done on a Debian based server and probably > > LTSP5.. Can you "sudo cp /etc/apt/sources.list > > /opt/ltsp/i386/etc/apt/sources.list" then "chroot /opt/ltsp/i386" then > > "sudo apt-get update" then "sudo apt-get install foo"? > > > > If this isn't using LTSP5 and my

Re: [Ltsp-discuss] NFTS on ltsp client

2007-08-14 Thread jam
On Wednesday 15 August 2007 03:06, [EMAIL PROTECTED] wrote: > > I have discovered that Debian systems have a raft of package > > installers. > > > > So far, dpkg is the only one I've found to support installing > > into a different place in the tree. > > > > So:  To install foo into /opt/ltsp/i386

Re: [Ltsp-discuss] NFTS on ltsp client

2007-08-14 Thread Müller Zsolt
Sherwood Botsford wrote: > Answering my own post. Sigh. > > I have discovered that Debian systems have a raft of package > installers. > > So far, dpkg is the only one I've found to support installing > into a different place in the tree. > > So: To install foo into /opt/ltsp/i386: > > On server

Re: [Ltsp-discuss] NFTS on ltsp client

2007-08-14 Thread Roman Muñoz
Hi, Not really shure what is your aim, anyway: Sherwood Botsford escribió: > Answering my own post. Sigh. > > > I have discovered that Debian systems have a raft of package > installers. > > So far, dpkg is the only one I've found to support installing > into a different place in the tree. >

Re: [Ltsp-discuss] NFTS on ltsp client

2007-08-13 Thread Jim Kronebusch
> I have discovered that Debian systems have a raft of package > installers. > > So far, dpkg is the only one I've found to support installing > into a different place in the tree. > > So: To install foo into /opt/ltsp/i386: > > On server: aptitude install foo > > Aptitude will download foo a

[Ltsp-discuss] NFTS on ltsp client

2007-08-13 Thread Sherwood Botsford
Progress report: Synopsis: I want to run ntfs-3g on the client to allow me to do a windows install while the computer is in use as a linux terminal. 1. Installing onto the client space. A. Using aptitude I install ntfsprogs and nfts-3g on the server. B. I ran ldd against all the programs in

Re: [Ltsp-discuss] NFTS on ltsp client

2007-08-13 Thread Sherwood Botsford
Answering my own post. Sigh. I have discovered that Debian systems have a raft of package installers. So far, dpkg is the only one I've found to support installing into a different place in the tree. So: To install foo into /opt/ltsp/i386: On server: aptitude install foo Aptitude will down