Re: [Ltsp-discuss] Gutsy ltsp booting error

2007-10-23 Thread Ondrej Valousek

 Well, I can't see why that would hang, nbd_pid should simply end up as
 

 Can you file a bug, please?

 Scott

   
Scott,

I can not see it either (in fact, it works ok when run manually from
within a shell), but it hangs :-( when executed from the startup scripts
Bug #156229 filed.

I have also filed a bug #156236 which prevents mounting other
filesystems in Gutsy in the read-only environment.

Ondrej

The information contained in this e-mail and in any attachments is confidential 
and is designated solely for the attention of the intended recipient(s). If you 
are not an intended recipient, you must not use, disclose, copy, distribute or 
retain this e-mail or any part thereof. If you have received this e-mail in 
error, please notify the sender by return e-mail and delete all copies of this 
e-mail from your computer system(s).
Please direct any additional queries to: [EMAIL PROTECTED]
Thank You.
Silicon and Software Systems Limited. Registered in Ireland no. 378073.
Registered Office: Whelan House, South County Business Park, Leopardstown, 
Dublin 18

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
_
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] LTSP and rdesktop

2007-10-23 Thread Rob Owens
A tar file of my /opt/ltsp/i386/etc/screen.d directory is attached.  I
created two additional screens:  startx.wait and rdesktop.wait.  These
simply request the user to hit enter before loading X.  This helps me
control which screen comes up first on a terminal.

-Rob

Kevin Blackwell wrote:
 OK,
 
 Does anyone have a working rdesktop script that supposed to go into
 the screes.d directory. I've done a fresh install of debian, and it's
 not on there. Tries the rdesktop script from version 4.1, but it's
 trying to use old tools like pci_scan and it's not building the
 XF86Config right. I get errors parsing the file and it says a device
 section is needed.
 
 Thanks
 
 Kevin
 
 On 10/12/07, Craig White [EMAIL PROTECTED] wrote:
 On Wed, 2007-10-10 at 16:28 -0500, Kevin Blackwell wrote:
 OK,

 I've tried rdesktop on FC6 and Ubuntu, and I cannot get rdesktop to
 run. Can someone point me to a distribution and version of ltsp that
 they are using if they have successfully got it running.

 As a side not, I don't seem to be having a problem getting the ltsp
 software running in X, but rdesktop just isn't working.
 
 I *** sort of *** got it working on my iMac G3 systems (some problems
 still, not all of them are Macintosh driven)

 This is what my /opt/ltsp/ppc/etc/screen.d/rdesktop looks like (I'm
 still working out the kinks - some notes at the bottom)...

 #!/bin/sh
 #
 # The following script works for LTSP v5 and was tested in Ubuntu
 Feisty Linux.
 # Original rdesktop script by James A. McQuillan,
 # modified for LTSP v5 by Colin Osterhout of SERRC (www.serrc.org).
 #
 # This software is licensed under the Gnu General Public License.
 # The full text of which can be found at http://www.LTSP.org/license.txt
 #
 #
 #
 # /opt/ltsp/i386/etc/screen.d/rdesktop
 #
 # Call this through /opt/ltsp/i386/etc/lts.conf like this:
 #   RDP_OPTIONS  = -a 16
 #   RDP_SERVER   = w2k3.terminal.server.ip
 #   SCREEN_02= rdesktop
 #

 PATH=$PATH:/bin:/usr/X11R6/bin; export PATH
 #. /usr/lib/ltsp/ltsp_functions
 . /etc/ltsp_functions

 # Get the lts.conf entries
 #eval `/usr/bin/getltscfg -a`
 eval `/bin/getltscfg -a`

 RDP_OPTIONS=${RDP_OPTIONS:--f}

 reg_info RDP_SERVER
 reg_info RDP_OPTIONS

 ACCESS_CONTROL=${DISABLE_ACCESS_CONTROL:-N}
 reg_info ACCESS_CONTROL
 if [ ${ACCESS_CONTROL} = Y ]; then
 ACC_CTRL=-ac
 else
 ACC_CTRL=
 fi

 if [ ${XF_ARGS} =  ]; then
 XF_ARGS=-query ${XDM_SERVER}
 fi

 XBINARY=XFree86
 XOPTS=

 TTY=`/usr/bin/basename \`/usr/bin/tty\``
 XFCFG=/tmp/XF86Config.${TTY}
 export TTY

 #
 # Setup the DISP variable
 #
 TTY_N=`echo $TTY | sed -e 's/^.*\([0-9]\)$/\1/'`
 export DISP=:$(expr ${TTY_N} - 1).0

 
 #
 # Setup the XF86Config file
 #
 while :; do

   /usr/X11R6/bin/xinit /usr/bin/rdesktop -f -u  192.168.3.129 -- \
  -xf86config ${XFCFG} vt${TTY}

 done

  notes #
 - I had to set the PATH variable to include /usr/X11R6/bin
 - I am still having an issue where SCREEN_01 = startx and SCREEN_01 =
 rdesktop because it says 'Server is already active for display 0' (my
 startx desktop) - Obviously I have to set this to use display 1 but that
 is not within my skill set.
 - If the screen on my Mac - rdesktop connection goes to screen
 black...it won't wake up on keyboard or mouse events.
 - Obviously need to change the hard coded stuff back to variables loaded
 from lts.conf

 --
 Craig White [EMAIL PROTECTED]


 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now  http://get.splunk.com/
 _
 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

 
 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now  http://get.splunk.com/
 _
 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


ltsp-4.2-screen.d.tar.gz
Description: application/gzip
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.

[Ltsp-discuss] ssh in clients

2007-10-23 Thread mario salcedo
Hi, anyone could tell me which is the risk to enable
ssh in my clients? Is dangerous? Anyone could do ssh
to my clients or only my server? 

Thanks

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
_
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] ssh in clients

2007-10-23 Thread Scott Balneaves
mario salcedo wrote:
 Hi, anyone could tell me which is the risk to enable
 ssh in my clients? Is dangerous? Anyone could do ssh
 to my clients or only my server? 

Well, if you enable ssh on your clients by running an
sshd on them, then yes, people would be able to ssh
to your clients.

Scott

-- 
Scott L. Balneaves | Eternity is a very long time,
Systems Department |  especially towards the end.
Legal Aid Manitoba |-- Woody Allen

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
_
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] ssh in clients

2007-10-23 Thread Jan Kunder
On 10/23/07, mario salcedo [EMAIL PROTECTED] wrote:
 Hi, anyone could tell me which is the risk to enable
 ssh in my clients? Is dangerous? Anyone could do ssh
 to my clients or only my server?


Yes, you can.
Chroot  instal openssh-server (or package in your distro).

**
If you have:
* good root pass
* NOT allowed root-ssh
* no data on thin client HDDs (if any)
* UR or have man, who knows what is he doing ...

I think its very secure to enable SSHD on them.


-- 
Jan Kunder
jan.kunder-HATESPAM-gmail.com
http://www.kunder.sk
http://www.romintegra.sk
http://www.hudakcd.sk
JKjkjk rozpmnqestka

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
_
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] RES: RES: Rdesktop LTSP 4.2 Local Devices

2007-10-23 Thread Gideon Romm
If you are using my package, be sure to redirect the /Drives dir in
rdesktop and *NOT* /tmp/drives.

ie:

rdesktop -r disk:drives=/Drives 

/Drives is the ltspfs mountpoint directory.
/tmp/drives is the actual mountpoint dir.

You need to export the ltspfs mounts.

HTH,

-Gadi

On Tue, 2007-10-23 at 15:30 -0300, Marcio Magnanelli wrote:
 Luis
 Mapping drivers into de linux terminal is working properly, mapping drivers
 into rdesktop are being a pain.
 
 The rdesktop mapping are being done, i can create new files, modify then ,
 but the files that were previously in the pen driver, I can´t see.
 
 Someone has any other clue?
 
 Tks
 Marcio
 
 -Mensagem original-
 De: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] nome de Luiz
 Guaraldo
 Enviada em: sexta-feira, 19 de outubro de 2007 15:00
 Para: ltsp-discuss@lists.sourceforge.net
 Assunto: Re: [Ltsp-discuss] RES: Rdesktop LTSP 4.2 Local Devices
 
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Verify you FUSE permissions...
 
 - --
 Atenciosamente,
 
 Luiz Guaraldo
 Tec. Redes Computadores
 CREA/RS 146230
 
 
 Telefones:
 
 Porto Alegre: 55-51-4063-9076
 3024-3568
 São Paulo...: 55-11-4063-8864
 New York:  1-212-202-1454
 
 Eletrônicos:
 
 ICQ...: 25618
 YID...: guaraldo_rs
 MSN...: [EMAIL PROTECTED]
 Jabber: [EMAIL PROTECTED]
 E-mail: [EMAIL PROTECTED]
 
 
 Propus Informática Ltda.
 Rua Santa Rita, 282, 2o andar - Bairro Floresta
 90.220-220 - Porto Alegre - RS - Brasil
 
 
 Marcio Magnanelli escreveu:
  Luiz
  It´s worked fine.
  Local devices are being mapped properly, but I can´t see anything into de
  mapped folder.
  Do you have another clue ?
 
  obs: This packaged is also working for startx sessions when mapping
 drivers
 
  Tks
  Marcio
 
  -Mensagem original-
  De: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] nome de Luiz
  Guaraldo
  Enviada em: sexta-feira, 19 de outubro de 2007 10:02
  Para: ltsp-discuss@lists.sourceforge.net
  Assunto: Re: [Ltsp-discuss] Rdesktop LTSP 4.2 Local Devices
 
 
  Hi, Marcio.
 
  Look this:
 
 
 http://downloads.sourceforge.net/symbiont/LTSP-RDP-localdev.tgz?modtime=1156
  842738big_mirror=0
 
  This package made by Gadi can help you...
 
  It lunches a server-side of ltspfs on the clients, so Clients can mount
  devices
  by ltspfs on itself to serve the WTS with a remote directory which has
 your
  devices.
 
  It works very nice.
 
 
 - -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now  http://get.splunk.com/
 _
 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
 
 
 - -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now  http://get.splunk.com/
 _
 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
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.6 (GNU/Linux)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
 
 iD8DBQFHGPCgo+px+8lcAckRAqXvAKCgZSku4+h26Et6unh9wm4zrVtcRgCfeIEA
 JkICEKhwHyeVZrLvKdK6ejY=
 =WFbp
 -END PGP SIGNATURE-
 
 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now  http://get.splunk.com/
 _
 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
 
 
 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now  http://get.splunk.com/
 _
 Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
   https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
 For 

Re: [Ltsp-discuss] ssh in clients

2007-10-23 Thread mario salcedo
Hi again. I enable ssh  in my clients. All ok. I test
do ssh since anyone machine and not conect, I only can
do ssh since my server. Ok. I think that is very
secure, because only my server can do ssh to clients.


--- Jan Kunder [EMAIL PROTECTED] wrote:

 On 10/23/07, mario salcedo [EMAIL PROTECTED]
 wrote:
  Hi, anyone could tell me which is the risk to
 enable
  ssh in my clients? Is dangerous? Anyone could do
 ssh
  to my clients or only my server?
 
 
 Yes, you can.
 Chroot  instal openssh-server (or package in your
 distro).
 
 **
 If you have:
 * good root pass
 * NOT allowed root-ssh
 * no data on thin client HDDs (if any)
 * UR or have man, who knows what is he doing ...
 
 I think its very secure to enable SSHD on them.
 
 
 -- 
 Jan Kunder
 jan.kunder-HATESPAM-gmail.com
 http://www.kunder.sk
 http://www.romintegra.sk
 http://www.hudakcd.sk
 JKjkjk rozpmnqestka
 

-
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems? 
 Stop.
 Now Search log events and configuration files using
 AJAX and a browser.
 Download your FREE copy of Splunk now 
 http://get.splunk.com/

_
 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
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
_
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


[Ltsp-discuss] LTSP client installation ended abnormally

2007-10-23 Thread ingrid
Hi,

I have a Debian Etch AMD64 Server which I am configuring with LTSP5 for
i386 clients.  I did a ltsp-build-client --dist etch --arch i386 but I got
a
LTSP client installation ended abnormally.  So, I tried several times
more,   but I keep getting the same thing.  The last lines are
specifically,
  Errors were encountered while processing:
   xserver-xorg-input-wacom
   xserver-xorg-input-all
  E: Sub-process /usr/bin/dpkg returned an error code (1)
  error: LTSP client installation ended abnormally
I tried doing it with ltsp-build-client --arch i386 but it still gave the
same error message.

I have previously been able to successully install and configure i386
clients via AMD64 servers running on Debian Etch with LTSP5.

I would appreciate your inputs.

Ingrid



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
_
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


[Ltsp-discuss] [OOT] SuperMicro Motherboard

2007-10-23 Thread Donny Christiaan
Dear All,

Does anybody on this list have experience with SuperMicro motherboard 
using Linux?
(www.supermicro.com)

Please your info.

-- 
Best Regards,
Donny Christiaan.
[EMAIL PROTECTED]

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
_
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