Displaying 20 results from an estimated 10000 matches similar to: "port used by webrick"
2006 Feb 08
2
FreeNX documentation and other miscellanea
I was having trouble connecting to the server that I am using for remote
development so I updated things and rebooted.
Connected into FreeNX nicely after that...wonder if there is issues with
memory leaks or something...
Anyway, it appears that the nxagent grabbed port 3000 which is what I
was using for rubyonrails/webrick (I probably can change that) which
sort of tells me that when I first
2007 Nov 13
3
freenx
Hello,
I am having problems getting freenx running in CentOS 4.5 i386_64. I
know this is not a new problem, however, I havn't
found a solution in all the postings I found on the web.
I did exactly what is supposed to work and described in detail at
http://wiki.centos.org/HowTos/FreeNX
After doing that I can connect to the server with nxcleint without
problem but I get only a black
2010 Aug 15
4
FreeNx doesn't work?
I have installed freenx with this article
http://wiki.centos.org/HowTos/FreeNX
but when I use freenx-client on windows to connect to server,
I always get an "freenx Authentication failed."
client err log output as this:
NX> 203 NXSSH running with pid: 1584
NX> 285 Enabling check on switch command
NX> 285 Enabling skip of SSH config files
NX> 285 Setting the preferred NX
2006 Jan 25
1
freenx in rootless mode and session resume anyone?
Hi
I suceeded to run freenx on centos3 with the nomachine client, but I
still have some issues.
First I can only get a new whole desktop (kde) session. I cannot resume
it, and it always leave tons of process that I have to kill from root.
I don't need the whole kde desktop, and only want to have single
windows. This is called the rootless mode I think and cannot make it
work, it simply
2006 Feb 08
1
[Fwd: re: [0BB-0B7CC3CB-B2E7] FreeNX documentation and other miscellanea]
Just received one of these things for each email I sent to CentOS list
early this morning...about a 6.5 hour lag time...
what gives? I bet everyone starts seeing them real soon now unless it's
just my great fortune...
you should consider bouncing this subscription if it's valid.
Craig
-------- Forwarded Message --------
> From: Brian Trudeau <brian.trudeau at eastek-intl.com>
2009 Oct 20
1
centos5.4 and freenx - using my home dir and settings
Hello all,
I am setting up freenx on a machine and I am able to connect to it
remotely. However, when I connect and start xfce it does not appear to
use the correct settings. It acts like it is a whole different user.
It is starting the desktop environment as the nx user rather than
myself. Is there any way to have the NX server connect as myself rather
than having a whole separate
2006 Feb 14
8
routing failures
probably something really simple but I don''t understand.
Shifting to Apache to w/ fastcgi (definitely feels faster than webrick)
Anyway, I set the default route in routes.rb to be
map.connect '''', :controller => "placements", :action => ''list''
which worked once I figured out apache...
Anyway, now that I have done that, all attempts
2006 Apr 01
0
CEBA:2005-1214-2 CentOS 4 i386 nx - bugfix update (Extras Only)
CentOS Errata and Bugfix Advisory 2005:1214-2
CentOS 4 i386 NX - Bugfix Update (Extras Only)
This CEBA rolls in updates to NX server up to and including the "Third
Maintenance Release of the NX 1.5.0 Server Packages" from
www.nomachine.com.
You should use the latest nomachine client from this link to connect to
CentOS after this NX upgrade:
http://www.nomachine.com/download.php
2007 Apr 26
2
FreeNX authenticates but no desktop on centos 5 ??
Hi all,
I am new to CentOS and freeNX -- both look really awesome, a huge thanks to
all the people making them happen.
I am having a problem with freenx that appears to be specific to centos 5.
my client authenticates but then no desktop comes up. however, when I
connect to a similar machine running centos 4.4, I authenticate and the
gnome desktop just pops up sweet as can be. I also have a vnc
2006 Mar 03
1
starting webrick from ruby (tar2rubyscript.rb)
I am using tar2rubyscript to package up a rails application and run it
as one file from the server.
If you run script/server and have lighttpd install it will start lighty
instead of webrick. So, thanks to Erik Veenstra''s suggestion, I add
ARGV.unshift("webrick") to the init.rb file to force webrick to start:
ARGV.unshift("webrick")
load "script/server"
2007 Oct 21
2
new freenx and nx RPMS released, manual action for x86_64
There are new RPMS released for nx and freenx in the CentOS-4 and
CentOS-5 Extras repository.
I normally do not announce that here, as those can easily be obtained on
a normal "yum upgrade/update", however in this case there are special
actions required *_IF_* you have the x86_64 architecture for either
CentOS-4 or CentOS-5 with the current versions of nx and freenx installed.
The
2006 Apr 14
3
freenx-0.5.0-8.c4.noarch.rpm is in testing
We have created a new version of freenx (freenx-0.5.0-8.c4.noarch.rpm)
and moved it to the testing repo.
This is based on the code displayed at the LWE in San Francisco ...
http://lwn.net/Articles/146825/
http://www.linuxjournal.com/article/8489
(though it is not officially released as stable by the freenx people)
This version should handle printing and reconnecting to running sessions
much
2006 Jun 23
2
WEBrick hangs with OCI8?
Has anyone experienced "hangs" with the WEBrick/OCI8 combination?
The sequence of actions I perform to consistently get WEBrick to hang is:
1. start WEBrick
2. list a table form my Oracle 10g DB
3. startup sqlplus and update a few records in the table
4. go back to my browser and reload the table
Here none of the chances I made directly to the table are reflected
in the listing.
2005 Dec 15
1
CentOS-announce Digest, Vol 10, Issue 6
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2006 May 03
2
WEBrick initialisation error
I am new to Ruby so I thought the best way to get into it would be to
follow the ONLamp "Rolling with Ruby on Rails" intro. I followed the
instructions to the letter and everything work just great, very
impressive:-).
A couple of days later when I went back to it I got the following
message when trying to start the WEBrick server.
U:\RoRProjects\cookbook>ruby script\server
=>
2006 May 04
2
WEBrick initialisation problem
I am new to Ruby so I thought the best way to get into it would be to
follow the ONLamp "Rolling with Ruby on Rails" intro. I followed the
instructions to the letter and everything work just great, very
impressive:-).
A couple of days later when I went back to it I got the following
message when trying to start the WEBrick server.
U:\RoRProjects\cookbook>ruby script\server =>
2008 Jul 21
2
webrick needs 80 seconds for starting
ruby script/console webrick
after 23 seconds:
=> Booting WEBrick...
after 78 seconds:
=> Rails application started on http://0.0.0.0:3000
=> Ctrl-C to shutdown server; call with --help for options
[2008-07-21 08:07:17] INFO WEBrick 1.3.1
[2008-07-21 08:07:17] INFO ruby 1.8.6 (2007-09-24) [i386-mswin32]
[2008-07-21 08:07:17] INFO WEBrick::HTTPServer#start: pid=4664
port=3000
2010 Mar 05
1
WEBrick 500 error only with https
I have an application i''m installing on my application server. I''ve
been
using WEBrick and for now i''d like to just keep using it working in
prototype development mode. This works fine on my development machine
using both http and https, where the host is ''localhost'' (ports
3000,3001). It also works fine on the application server http port
3000.
The
2007 Jun 29
5
Installing a file only if a package is available
Hi,
is there a way to make sure a file is installed only if a certain
package is installed on the client?
e.g. I want to distribute the client key for NX via puppet. However I
only want to install these files if package ''freenx'' is installed on the
client.
I tried adding ''require => package["freenx"]'' but then puppetd complains
it
2006 Mar 18
2
problem with webrick and edge rails
i know i do not really have the right to seek help with edge rails,
but i am hoping it is something trivial.
quick scenario:
$ rails test # create a new project
$ svn import # import it into the repo, then go elsewhere, and checkout
$ ruby script/server
=> Booting WEBrick...
=> Rails application started on http://0.0.0.0:3000
=> Ctrl-C to shutdown server; call with --help for options