Le samedi 17 mars 2007 14:38, Gertrud Müller a écrit : > I am using the ltsp apt package install on debian etch. If I lunch an > application that uses /dev/ ttyS1 I will get "don't have permission to > access .." > -> chroot on ltsp server to /opt/ltsp/i386 > -> cd /dev > -> there are no ttySx devices ..?
Yes there is one (ttyS1) Assuming you are using LTSP5, ttyS and Xserver are managed by the thin client. You're connected with the ltsp Xserver by XDMCP (+ ssh). It means that - Users of the ttyS are users of the ltsp server chroot. - all applications launched in your X environment (Xapps + console apps) comes from the ltsp-server - all applications launched in the ttyS1 comes from the thin client (id est the chroot in the ltsp server) > booting thin client and login with default user ( root pw does not match > with root pw on ltsp server..? why? ) > -> cd /dev > -> ttyS1 is present! but only the user root has permission to access > -> How can I change the permission without super user root? with an > start script ? > -> How to access super user root? You must create users in the chroot environment and change the root passwprd of the chroot. Regards Xavier Brochard ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _____________________________________________________________________ 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
