Am booting off a floppy with an image from RomOmatic. My DHCP reads and asigns leases-adresses to clients,thats displays Me (Clint add) Server(server add) and gateway(server add).This brings some light to my progress.
However it displays Loading serverIP: /lts/vlinuz-2.4.26-ltsp-1.....
just never stops loading.Can someone urgently help.
Also am missing the lts.conf file, where can i find it.When i try to activate it on the ltspcfg -thats No11,says unable to open /opt/ltsp/i386/etc/lts.conf:No such file or directory at /usr/sbin/ltspcfg line 3306, <STDIN> line 4.
[EMAIL PROTECTED] writes:
Send Ltsp-discuss mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Ltsp-discuss digest..."
Today's Topics:
1. Re: Local apps (Daniel Ramaley)
2. Re: Local apps (Jim McQuillan)
3. LTSP NAS and aRTs (david kwok)
4. LTSP NAS aRTs (david kwok)
--__--__--
Message: 1
Date: Tue, 01 Feb 2005 16:22:52 -0600
From: Daniel Ramaley <[EMAIL PROTECTED]>
Subject: Re: [Ltsp-discuss] Local apps
To: [email protected]
Organization: Drake University
I've gotten Firefox to run! Well, sort of. It loads... eventually. I haven't timed it, but i think it is on the order of 10 minutes. The machine i'm running on isn't real fast, but it should certainly load it faster than that (the machine is a Disklessworkstations.com Jammin 125). Is there a trick to making Firefox load faster? I did an strace and it seems to hang for a long time on a wait4 call.
On Tuesday 01 February 2005 10:46 am, you wrote:Daniel,
"strace" is your friend here. You can use it to trace the execution
of firefox. It will spit out WAY more info than you need, but give
it a try, and see what it shows. usually, the last 100 or so lines
will give a pretty good idea of what it was doing when it failed.
Jim McQuillan
[EMAIL PROTECTED]
On Tue, 1 Feb 2005, Daniel Ramaley wrote:So far i've gotten Firefox installed (I downloaded it from
mozilla.org, installed to /usr/local/firefox, then moved it to the
LTSP server). I resolved all of its dependencies by copying library
files from another machine and rebuilding the ld.so.cache that the
clients see. However, when i run Firefox it just dies. I have X
start up with the Blackbox window manager and a single xterm (for
testing). From /proc/meminfo i can see that there is 28 MB RAM and
64 MB swap free, which should be enough to get Firefox going. But
when i run /usr/local/firefox/firefox, it appears to be running, but
after a minute of not displaying anything i am dropped back to the
command prompt and Firefox isn't in the process list. Is there
something else i need to do for Firefox besides copying libraries it
depends on?
On Tuesday 01 February 2005 09:41 am, you wrote: >Daniel, > >We don't have a firefox package yet. It's on my list, but i've > just not gotten that far yet. > >I have heard reports from several people who are running a local >firefox. > >And, i've run it myself. I just stole the binaries and libraries > from the host system. It took a while to get all the libraries, > but 'ldd' and 'strace' are your friend, when figuring out the > required libs and config files. > >Jim McQuillan >[EMAIL PROTECTED] > >On Tue, 1 Feb 2005, Daniel Ramaley wrote: >> Is there a canonical way to do local applications with LTSP 4.1? >> With LTSP 3 there were local_apps and local_netscape packages >> that made it relatively easy. I see no equivalent packages as >> part of LTSP 4.1. I want to get Firefox running as a local app. >> I've started working on it, but Firefox requires libraries that >> aren't in LTSP. Before i break out the compiler i was just >> wondering if there is an easier way.
------------------------------------------------------------------------
Dan Ramaley
Digital Media Library Specialist
(515) 271-1934
Cowles Library 140, Drake University
--__--__--
Message: 2
Date: Tue, 1 Feb 2005 17:36:34 -0500 (EST)
From: Jim McQuillan <[EMAIL PROTECTED]>
To: Daniel Ramaley <[EMAIL PROTECTED]>
Cc: [email protected]
Subject: Re: [Ltsp-discuss] Local apps
Daniel,
It might be waiting for DNS timeouts. Make sure you have DNS_SERVER set
in your lts.conf file.
Also, keep in mind the J-125 only has 32 or 64mb of ram, and the cpu is
a whimply little 300mhz thing. The newer workstations are MUCH more
powerful for this type of thing.
Jim McQuillan
[EMAIL PROTECTED]
On Tue, 1 Feb 2005, Daniel Ramaley wrote:
I've gotten Firefox to run! Well, sort of. It loads... eventually. I
haven't timed it, but i think it is on the order of 10 minutes. The
machine i'm running on isn't real fast, but it should certainly load it
faster than that (the machine is a Disklessworkstations.com Jammin
125). Is there a trick to making Firefox load faster? I did an strace
and it seems to hang for a long time on a wait4 call.
On Tuesday 01 February 2005 10:46 am, you wrote:
>Daniel,
>
>"strace" is your friend here. You can use it to trace the execution
> of firefox. It will spit out WAY more info than you need, but give
> it a try, and see what it shows. usually, the last 100 or so lines
> will give a pretty good idea of what it was doing when it failed.
>
>Jim McQuillan
>[EMAIL PROTECTED]
>
>On Tue, 1 Feb 2005, Daniel Ramaley wrote:
>> So far i've gotten Firefox installed (I downloaded it from
>> mozilla.org, installed to /usr/local/firefox, then moved it to the
>> LTSP server). I resolved all of its dependencies by copying library
>> files from another machine and rebuilding the ld.so.cache that the
>> clients see. However, when i run Firefox it just dies. I have X
>> start up with the Blackbox window manager and a single xterm (for
>> testing). From /proc/meminfo i can see that there is 28 MB RAM and
>> 64 MB swap free, which should be enough to get Firefox going. But
>> when i run /usr/local/firefox/firefox, it appears to be running, but
>> after a minute of not displaying anything i am dropped back to the
>> command prompt and Firefox isn't in the process list. Is there
>> something else i need to do for Firefox besides copying libraries it
>> depends on?
>>
>> On Tuesday 01 February 2005 09:41 am, you wrote:
>> >Daniel,
>> >
>> >We don't have a firefox package yet. It's on my list, but i've
>> > just not gotten that far yet.
>> >
>> >I have heard reports from several people who are running a local
>> >firefox.
>> >
>> >And, i've run it myself. I just stole the binaries and libraries
>> > from the host system. It took a while to get all the libraries,
>> > but 'ldd' and 'strace' are your friend, when figuring out the
>> > required libs and config files.
>> >
>> >Jim McQuillan
>> >[EMAIL PROTECTED]
>> >
>> >On Tue, 1 Feb 2005, Daniel Ramaley wrote:
>> >> Is there a canonical way to do local applications with LTSP 4.1?
>> >> With LTSP 3 there were local_apps and local_netscape packages
>> >> that made it relatively easy. I see no equivalent packages as
>> >> part of LTSP 4.1. I want to get Firefox running as a local app.
>> >> I've started working on it, but Firefox requires libraries that
>> >> aren't in LTSP. Before i break out the compiler i was just
>> >> wondering if there is an easier way.
------------------------------------------------------------------------
Dan Ramaley
Digital Media Library Specialist
(515) 271-1934
Cowles Library 140, Drake University
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_____________________________________________________________________
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
--__--__--
Message: 3
Date: Wed, 02 Feb 2005 12:48:59 +1100
From: david kwok <[EMAIL PROTECTED]>
To: [email protected]
Subject: [Ltsp-discuss] LTSP NAS and aRTs
Hi List
I am still playing with NAS with aRts and have marginal progress since my last report.
As mentioned previously, auplay works by playing sound on terminal client. I guess this is part of nas package and it means nas is installed properly on the terminal client.
However, the terminal server side is still in trouble.
I have recompiled arts-1.1.5 after installing nas. I manually start artsd by:
/usr/bin/artsd -F 10 -S 4096 -a nas -d -r 44100 -b 16 -s 75 -m artsmessage -N -l 0 -f
artsd version is 1.1.5
gsl: using Unix98 pthreads directly for mutexes and conditions
virtualize StereoVolumeControl
audio format is 44100 Hz, 16 bits, 2 channels
addDirectory(/usr/lib/mcop,)
addDirectory(/usr/lib/mcop/Arts,Arts)
addDirectory(/usr/lib/mcop/Arts/Environment,Arts::Environment)
addDirectory(/usr/lib/mcop/Noatun,Noatun)
addDirectory(/home/david/.mcop/trader-cache,)
Arts::MidiManager registered successfully.
UnixManager: got notifyIO
socketconnection created, fd = 8
UnixManager: got notifyIO
socketconnection created, fd = 8
Then I fire up kcontrol centre and use the test button to test sound.
play '/usr/share/sounds/KDE_Startup.wav'!
loaded wav /usr/share/sounds/KDE_Startup.wav
sample format: 401, sample width: 16
channelCount: 1
frameCount: 182592
UnixManager: got notifyIO
socketconnection created, fd = 8
UnixManager: got notifyIO
socketconnection created, fd = 8
UnixManager: got notifyIO
socketconnection created, fd = 8
job finished
UnixManager: got notifyIO
socketconnection created, fd = 8
Synth_PLAY: closing audio fd
The above output seems to say that KDE_Startupu.wav was played and does not come up with any error. However, there is no sound produced on the terminal client.
If I do not have any progress on this front, is it better for me to get esound working instead??
David Kwok
--__--__--
Message: 4
Date: Wed, 02 Feb 2005 13:56:50 +1100
From: david kwok <[EMAIL PROTECTED]>
To: [email protected]
Subject: [Ltsp-discuss] LTSP NAS aRTs
Just quickly to report success.
I have accidentally unchecked "Enable full duplex sound operation" of the Kcontrol center->Sound System->Sound I/O tab.
Now sound is coming through to the terminal client.
I have taken the liberty to update the wiki on this, hopefully it really help.
Cheers
David Kwok
--__--__--
_____________________________________________________________________
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
End of Ltsp-discuss Digest
------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _____________________________________________________________________ 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
