Displaying 20 results from an estimated 11000 matches similar to: "Untranslated page redirection"
2024 May 13
2
Description of error is untranslated when R_XLEN_T_MAX is exceeded by only 1 element.
Hello everyone
When asking to create sequence longer than 2^48 (which is forbidden) the
same error message appears translated and untranslated depending on whether
R_XLEN_T_MAX is reached or exceeded
while not an error o problem beyond that of the untranslated text, i find
this weird. ?could it be fixed in any manner?
R_XLEN_T_MAX <- 4503599627370496
> length(1:(R_XLEN_T_MAX - 1))
[1]
2006 Dec 22
4
Request permission to edit/create new entries for FreeNX and YUMEX
Hi people
I will like to ask for the permission to rewrite the current FreeNX article. The current article is lacking in the information on how to add accounts to the nxserver on centos. I think it will be very difficult for linux newbies to understand how to read that article. I am a newbie too so I can understand the frustration when you can't find an appropriate HowTo article.
Addtional
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
2011 Aug 02
3
CentOS 6.0 and freenx
Hi,
http://wiki.centos.org/HowTos/FreeNX
says: NX and FreeNX are only available for Centos 4 and 5
Alternative?
Thanks in advance for ideas.
Helmut
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20110802/533df4db/attachment-0003.html>
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
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
2010 Mar 21
4
Multiple FreeNX servers and SSH ports
Hi,
I've setup a small LAN of two desktops running CentOS 5 in a medical
office. Both are connected to the Internet via a small modem/router.
Recently I played around with FreeNX on my own desktop, and I'd like to
install it on these two computers. On my PC, I just redirected port 22
in the router, so SSH (and thus FreeNX) requests from the outside get
redirected to my desktop PC.
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
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
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 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
2012 Feb 28
1
Centos 6.x and Freenx issue..
Finally got a chance to install Centos 6.x x86_64 version and having an
issue with the latest version of freenx. This is a desktop install on a
esxi 5 with all updates and only thing I have installed is the latest
vmware tools. When I enable the extras repo and install the
nx-3.5.0-1.el6.ay.x86_64.rpm and freenx-0.7.3-8.el6.ay.x86_64.rpm. When I
try to logon the desktop pops up but I get the
2016 Apr 28
3
[PATCH V2 RFC] fixup! virtio: convert to use DMA api
On Thu, 2016-04-28 at 17:34 +0300, Michael S. Tsirkin wrote:
> I see work-arounds for broken IOMMUs but not for
> individual devices. Could you point me to a more specific
> example?
I think the closest example is probably quirk_ioat_snb_local_iommu().
If we see this particular device, we *know* what the topology actually
looks like. We check the hardware setup, and if we're *not*
2016 Apr 28
3
[PATCH V2 RFC] fixup! virtio: convert to use DMA api
On Thu, 2016-04-28 at 17:34 +0300, Michael S. Tsirkin wrote:
> I see work-arounds for broken IOMMUs but not for
> individual devices. Could you point me to a more specific
> example?
I think the closest example is probably quirk_ioat_snb_local_iommu().
If we see this particular device, we *know* what the topology actually
looks like. We check the hardware setup, and if we're *not*
2012 Apr 14
1
Centos 6.x and Freenx
hello,
do you think this is worth adding to
http://wiki.centos.org/HowTos/FreeNX?action=show ?
An issue with freenx and vsphere5:
http://lists.centos.org/pipermail/centos-devel/2012-February/008570.html
and
http://lists.centos.org/pipermail/centos/2012-February/123791.html
cheers
Christoph
2006 Sep 13
2
Revisited - No fullscreen on FreeNX
This topic came up some time back and I pretty much ignored it, but the "itch" came back to find out why. Searching through the
FreeNX/knx list came up with the reason sessions did not come up full-screen even though the session definition was set to fullscreen.
Apparently there is an oversight in /usr/bin/nxnode, the script is never retrieving the fullscreen flag from the parameters
2006 Jun 23
0
Untranslated charset 255
I am running an app that runs just fine, except that one font comes up
as rectangles. I get the following fixme:
fixme:font:WineEngCreateFontInstance Untranslated charset 255
fixme:font:WineEngCreateFontInstance just using first face for now
.wine/.../fonts is empty but I assume since all other fonts are OK I
don't need any more fonts.
What I think I need is some sort of mapping from
2007 Apr 25
2
Having trouble with FreeNX, Need help to make it work perfectly
Hi thanks for the reply i am really grateful if you can tell me how to
make FreeNX work like charm.
I am really stuck with it, and after reinstalling the server is
definitely pissing off my boss.
Please help me thanks.
===========================
Please let me review how my FreeNX was screwed up.
After i fresh install my CentOS 5, I 'yum install freenx' and so if i
am not wrong
I
2006 Jun 06
4
(?) Loss of fullscreen mode with freenx-0.5.0-8.c4
I've currently got the nx-1.5.0-1.centos4.i386, freenx-0.5.0-8.c4.noarch, and nxclient-1.5.0-141.i386 packages installed on a couple
of CentOS 4 update 3 systems and I'm getting the same results on all of them. I got the new version of freenx via "yum update" and
it appears to have "broken" fullscreen mode. The connection config file I have been using does have the