From owner-freebsd-questions@FreeBSD.ORG Thu Nov 30 16:26:14 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 807A016A47E for ; Thu, 30 Nov 2006 16:26:14 +0000 (UTC) (envelope-from Danovitsch@vitsch.net) Received: from amsfep12-int.chello.nl (amsfep17-int.chello.nl [213.46.243.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 868F54425A for ; Thu, 30 Nov 2006 16:12:47 +0000 (GMT) (envelope-from Danovitsch@vitsch.net) Received: from Tuinhuisje.Vitsch.net ([62.195.87.223]) by amsfep19-int.chello.nl (InterMail vM.6.01.04.04 201-2131-118-104-20050224) with ESMTP id <20061130161034.MEVA13178.amsfep19-int.chello.nl@Tuinhuisje.Vitsch.net>; Thu, 30 Nov 2006 17:10:34 +0100 Received: from self (f23025.upc-f.chello.nl [80.56.23.25]) (authenticated bits=0) by Tuinhuisje.Vitsch.net (8.13.1/8.13.1) with ESMTP id kAUGAQQX097916; Thu, 30 Nov 2006 17:10:27 +0100 (CET) (envelope-from Danovitsch@vitsch.net) From: "Daan Vreeken [PA4DAN]" Organization: Vitsch Electronics To: Laszlo Nagy Date: Thu, 30 Nov 2006 17:10:31 +0100 User-Agent: KMail/1.9.1 References: <456ECB65.8010601@designaproduct.biz> In-Reply-To: <456ECB65.8010601@designaproduct.biz> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611301710.31952.Danovitsch@vitsch.net> Cc: freebsd-questions@freebsd.org Subject: Re: skype on diskless machine X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Nov 2006 16:26:14 -0000 Hi Laszlo, On Thursday 30 November 2006 13:15, Laszlo Nagy wrote: > Hello, > > I have an appserver (6.1-RELEASE-p10) and many diskless clients > connected to it. I'm using the diskless clients as X terminals (gdm is > running on the appserver). Any user is able to use any terminal, because > they run all applications on the appserver. Here is the basic problem: > users need to use skype. I have two options: > > #1 Run skype on the diskless machine. Then it can handle audio I/O > correctly, but the users cannot save their login names and passwords. > (This option is also good because the diskless machine can "kldload > linux" while the appserver does not need to, e.g. the appserver will be > able to run application in native mode only). > #2 Run skype on the appserver. Then users can save their skype login > information but they are not able to make calls. Well, I could forward > the audio output to the client using a sound daemon (e.g. "esd > -promiscuous -tcp -pubic -port 1500" on the diskless and "esddsp -v -s > diskless101:1500 skype_bin") but I could not find out how to forward > digital input. I see no way to forward digital input through a sound > daemon, so using a microphone would be impossible. > > The question is, how can I solve this problem? Should I use #1 and tell > my users that they must not save their skype login names and passwords? > Or should I use #2 in combination with a special sound daemon that is > able to forward digital input as well? (How?) Why not just run skype on the diskless PC and have the user's home directory mountend over NFS? That way you can have both things you want. -- Daan