OpenSUSE Install :: LTSP Client Doesn't Get USB Mounted At All?
Feb 6, 2011
how to get USB disks/sticks to mount on the clients. Is there something with some configfile that needs to be enabled or in the setup of the default image?
Cannot even move files from the USB drive via the servers USB as it is virtual one on a ESXi host.
the school starts on monday (8 hours) and there is about 10GB files that need to put in place before that.
PS. OpenSuse 11.3 all patched with minimum XFCE desktop on the server. easy-ltsp install via 1-click install on the opensuse/kiwi-ltsp page. Server + 20 clients Everything else functions properly but no CD or USB on clients
I'm setting up an LTSP server using Ubuntu 10.4 64bit, and PXE connecting with thin clients using Atheros cards. The ltsp environment is 32bit.
Unfortunately I get an error message with "No interfaces found! Aborting..." and a kernel panic early during PXE boot.
After an enormous amount of investigation, I've narrowed it down to (probably) being the fact that the ltsp chroot environment doesn't have the correct driver for my network card (I believe it's atl1c). The correct driver IS available in Ubuntu, though, as I can successfully boot the thin client from both 64bit and 32bit live CDs and bring up the network interface.
how can I install the correct driver in the PXE environment?
I am trying to install and configure LTSP on a server for a HP thin client to boot off. The version of Ubuntu that I am using is 11.04 x86 and it is a fresh install on a dual core system with 2GB RAM. I followed a guide which comprised of these commands.
sudo apt-get install ltsp-server-standalone openssh-server sudo ltsp-build-client or if your on a 64-bit system with 32-bit machines do sudo ltsp-build-client arch i386 for editing the servers IP values use /etc/ltsp/dhcpd.conf after that you need to restart DHCP server sudo /etc/init.d/dhcp3-server restart and update sshkeys -sudo ltsp-update-sshkeys and if you updated dhcpd.conf then you need to update you image also by typing in terminal ltsp-update-image
Everything seemed to install as it should but when I try to boot from the thin client it just times out and says no DHCP or proxy invites received. I turned DHCP off on the router and even tried another router, but I still get nothing. I am at a bit of a loose end and I hope someone on here can point me in the right direction of where I am going wrong.
I have configured server ubuntu 11.04. Everything works fine, but there is a need for some clients to connect local hard drive. What should I do? How and what modules are added to the ltsp-image? How to register in the fstab on the client? Maybe I'm going the wrong way?
I just finished setting up a new computer lab at my kids school, using LTSP and 22 think clients connecting to Ubuntu.Everything is going beautifully, and I'm using static IPs and autologin so that when each computer is turned on it logs itself in with no userintervention. The problem is, when users go to the top right system menu and select "Shut Down", they are brought out to the login screen for a second and then immediately logged back in automatically to the Desktop. How should I be shutting down the thin clients?he only way to do it at the moment is to have everyone hold the power button down until the CPU shuts off, but it feels sloppy and unhealthy.
I have been working/implementing LTSP based thin clients now using Ubuntu 10.04 LTS 32bit server. I intend to change the default purple Ubuntu splash. I have already removed the "quiet splash" parameters in the pxeconfig file. And it works, giving me a text boot. But what i needed was a replacement for the splash.
I have recently installed an ltsp system, client and server. Everything works except i cannot get my client side serial ports to work or register for that matter. Can anyone point me to the steps i should take to get these working.
When I run the command << kiwi-ltsp-setup -n >> the process gets to the point where it starts "Retrieving repository 'http:__download.opensuse.org_update_11.3' metadata" What do I change so that it will read from my local update repository. The local update repository is already listed in my yast repositories while the ttp:__download.opensuse.org_update_11.3 is not.
I have setup Ubuntu 9.10 ltsp server, and have the client connected with login screen. I can log on the client successfully , but I did not get to the window environment, just see a busy mouse pointer on client screen and the screen of the server is scrambled ... and not viewable. I built the image by ltsl-build-client The server is amd64 version and the client is i386 version.
I have x11 forwarding enabled in /etc/ssh/sshd_config on a suse 11.2 32 bit box running kde I can open x apps on a windows machine using xming and putty just fine, but when I boot the same machine into suse 11.2 64 bit using kde and try using konsole I get: cannot connect to x server
The command I'm using to log in is: ssh -X -l username host I doubt the problem is with the server I'm logging into or it wouldn't work in windows, not really sure what to look for as I've never had a problem using x11 forwarding from a linux client before only windows ones
So i've been battling this for a while now, trying all sorts of different options and searching the boards before I finally decided to post this.I can't make CDs or DVDs, so my only option is to mount the downloaded ISO file on my laptop with CloneCD, then set up PXE DHCP,TFTP server. This method works on other distros but this one in particular is causing me problems in the installer.
So here's the process:I copy the files vmlinuz and initrd from the ooti386loader directory to my tftp root directory.on the system I am installing, i run gPXE, at the prompt type vmlinuz initrd=initrd.I have tried a large combination of different options {install=nfs after I have been having trouble which I will get to later.
the kernel loads, the installer starts. prompts for "Please make sure CD #1 is inserted" naturally, i hit back and select NFS as the install source. It then prompts me for DHCP configuration and the NFS server IP and directory.I'm running an NFS v3 server (haneWIN NFS to be specific) and exported the mounted ISO (this case F) as /suse.
I have 3 disks in my PC which are partitioned equally as I use them for Raid 1.The first partition on every disk is a simple ext2 partition for booting. No Raid there. So I mount them as /boot and /boot2 and /boot3. So I can backup my /boot to the other boot directories. That worked for some month and this morning I just want to look if all directories have enough free space left. So I did a df -h and got this:
Code: Dateisystem Grove Benut Verf Ben% EingehÃĪngt auf /dev/mapper/system-root 6,0G 301M 5,4G 6% / udev 1,5G 292K 1,5G 1% /dev /dev/sdb1 122M 29M 87M 25% /boot /dev/sdc1 38M 21M 16M 59% /boot2 ... /dev/sda1 122M 29M 87M 25% /boot As you can see /dev/sda1 and /dev/sdb1 are both mounted on /boot
Here is what mount says: Code: /dev/sdb1 on /boot type ext2 (ro,acl,user_xattr) /dev/sdc1 on /boot2 type ext2 (ro,acl,user_xattr) ... /dev/sda1 on /boot type ext2 (ro,acl,user_xattr)
This is no Problem for me as I could just remount it correctly, but I would like to know if this problem is known. I did not change anything by now and this PC is a server which is running 24/7, so I can deliver more debugging Information if someone is interested.
I installed OpenSUSE 11.1 on a friends computer after having a lot of trouble from ubuntu, and because I use it. It was working great when she got it home, but it locked up randomly and wouldn't unfreeze so she turned it off and when she rebooted She got an error about there not being a file system present and that she needed to run a mount command, which didn't work. After that, now it just says that there is no files system present and you ge tthe basic prompt. I had her run a live cd and run Gpartd and check and repair the partitions, but it did nothing.
recently i did a fresh install of 11.3 on an ext4 partition. My data disk is a ext3 and the new system mounts it during boot.I can write to it but i can not execute programs from this partition.in fstab i can not find something like "noexec"permissions of mount folder looks ok for me. e.g. execute compiled "hello world"
While installing OpenSUse i created a seperate drive for my personal files. Instead of mounting it to /home i mounted it to /usr/.....please tell me how to mount it back to /home user so that it has my files only
i have an external harddrive which i encrypted scince opensuse 10.2 with luks. Now i installed opensuse 11.2 its impossible to me to mount this drive correctly.
the harddrive was recocnized in my former opensuse 11.0 correctly as luks encrypted and during installation yast installed the kernel module and encrypted the harddrive so that i regulay could mount it on boot by giving the password for that harddrive. Scince opensuse 11.2 however yast thinks this is an dmcrypted partitoon and tries to unlock the harddrive using dmcrypt which of course fails.
does somebody know how i can encrypt and mount the externeal drive automaticly?
i have made a backup of /etc before i made a new installation of opensuse 11.2. is the possible to use the old fstab entries for that after installing luks?
I have fake(bios) raid0 with Windows XP and third non-raid hd which I wanted use to install linux to (as I read about problems with installing grub into raid0). During installation Yast had correctly detected raids and all windows partitions (basically its divided into two raids with 2 partitions of 1st and 3 on 2nd) and even proposed mounting them at /windows/c, /windows/d and so on. Now I have OpenSuse 11.4 installed, grub at /boot on sdc but to log to system I need to use installation disc (otherwise Windows starts up). What I wanted to do is follow this tutorial to add grub to Windows bootloader: Boot Multiboot openSUSE Windows (2000, XP, Vista - any mix) with Windows bootloader. Problem is after reboot partitions are not mounted (dirs exists but nothing there) so I cannot copy boot code to windows. I read that fake raid may need special drivers but when i start Yast->system->partitions it again shows everything correctly!
fragment from partitions section in Yast (I translated/removed non-important entries as I have non-English system so it may vary from what is actually in Eng version):
I work in a school and we plan to upgrade acquire 50 computers for the Laboratories. Can someone led me the way to setup diskless windows xp using ltsp or any alternative?
Is the Ubuntu LTSP install still on the alternate CD as of Karmic? Or has it been moved (say, to the server CD)? Websites say it's on the alternate, but there's no way of knowing if they're up-to-date.
Just loaded Open SUSE EDU L I F E 11.2.2 on a Server and like what I see. The install went well and everything came up fine. I like the look and feel of this distro. The GUI features are impressive. Internet connects via eth1 . Sound, CD/DVD works and plays ok/ , grapics all working. I have two NIC cards installed.I am preparing (learning , testing, exploring) with a number of Servers that I want to take to schools in Africa.One of the key components that I need to get up and working is the LTSP. I was delighted to see that this version includes EASY-LTSP with a KIWI component. [SUSE KIWI-LTSP] So I printed out the LTSP/Quick start/Easy-LTSP (Guide) and tried to set up LTSP on my server.I went to KIWI/Prebuild in the Easy-LTSP presentation page.A box popped up with this info:
i have configured kiwi-ltsp with easy-ltsp and gone through the prebuild image setup.Client starts up with PXE all good right up to where you choose boot options, it just keeps counting down from 5sec and start over again, debug options wont start either.Has this something to do with it not being able to boot the image?
I installed in Virtualbox many times and the clients would not connect. The config of the dhcpd.conf was the problem.Now, Everywhere I kept reading it said I had to turn off my hardware routers dhcp. Thats wrong, I have it working with it on and with one network card. Heres the nuts and bolts. Dlink 4100 hardware router assigning address block 192.168.2.200-250 to pcs on the lan. Router is set to reserve and IP for the ltps server nic so it gets the same IP assigned every time from the hardware router. No need to force linux to an ip when it can be set in the router. Then installed LTSP from alt-cd. Once done, dhcp wont run because it conflicts with the hardware dhcp. Found out by trying to restart it and it said stop - Fail when it tried to stop it.
sudo /etc/init.d/dhcp3-server restart So edit /etc/ltsp/dhcpd.conf. sudo gedit /etc/ltsp/dhcpd.conf
Mine attached below: The subnet, as long as the 1st three numbers match the rest of lan setup it will work.(192.168.2.0), rest of my lan is 192.168.2.x. Now notice the range is a different block than the hardware dhcp server uses. So all thin clients that connect will be assigned something 192.168.2.100-150 and all hardware connected pcs will be assigned 192.168.2.200-250 from the hardware router. So no conflicts. Then for the domain name server, set it to the hardware router ip. My hardware router is 192.168.2.2. Set option router to the same as hardware router of 192.168.2.2 Nothing in my dhcpd.conf file is pointing to the ltsp dhcp server. Nothing else had to be edited in the dhcpd.conf Next hurdle I had, after any change of the dhcpd.conf, ip's might have changed and you have to reconfig the ssh and the image. run these 2 commands.
sudo ltsp-update-sshkeys then sudo ltsp-upadte-image then sudo /etc/init.d/dhcp3-server restart
Then thin clients/lan boot pcs all can connect after that.
I have since installed again at work in virtual box, booted from another vbox client and booted from a separate lan pc. Then installed again at home on AMD 3200 Athlon, 1 gig mem. Booted from my main pc PhenomX4, no problems. Pc's must have lan boot available in the bios or net boot available on the network card(most consumer add on cards do not). But most motherboard lan connection do.
I'm trying to install/configure a LTSP in CentOS 5.3
I have dhcp, nfs and tftp installed, but i can't install/configure XDMCP. I was reading some manuals and "hows to" and all says that, to configure XDMCP, i have to change de atribute "Enable = true" in the file "/etc/X11/gdm/gdm.conf", but i don't have this rute, only "/etc/X11/", gdm folder doesnt' appear :S also... why i can configure XDMCP?
i have OpenSuse 11.3 setup in my home running Easy-LTSP to my 3 kids machines, is it possible to change the LTSP machines to Wifi, I am getting sick of running ethernet cables through my house.
I want to been able to connect remotely via RDP protocol with a client (for example from work to house) and I found that I can use [URL... What packages I need to install, and how I configure it? I connect my laptop via wireless throught eth2.
In internets there are lot of successless stories installing ltsp on ubuntu 10.04. Most problems are in ndb, init scripts and somewhere else, which are hardly debuggable. It seems like ubuntu 10.04 has ltsp packages completely broken and abandoned. Have someone succeeded to install ltsp on 10.04 without hard brainfucking? Maybe it's better to install ltsp from scratch, or choose another distribution?