similar to: Cannot get LD_LIBRARY_PATH to work under NX (freenx)

Displaying 20 results from an estimated 400 matches similar to: "Cannot get LD_LIBRARY_PATH to work under NX (freenx)"

2015 Dec 30
2
Centos 7 guest - long delay on mounting /boot with host disk write cache off
Hello, I've noticed a strange delay while booting a CentOS 7 guest on a CentOS 7 host with slow disks (7200RPM) with write cache off. The guest and host are freshly installed Centos 7 (host was fully patched before guest install). Guest is installed on an lvm pool residing on an md raid1 with two SATA 7200 RPM drives with their write caches off. The delay is on mounting /boot, the dmesg
2003 Oct 16
5
tc filter problem with 2.4.22
Hi, I have a problem with ''tc filter'' on a 2.4.22 kernel from Slackware 9.1 distribution. The tc command binary is from htb3.6-020525.tgz (http://luxik.cdi.cz/~devik/qos/htb) I''m trying the following command sequence: tc qdisc add dev eth0 root handle 1: htb default 1 r2q 1 tc class add dev eth0 parent 1: classid 1:1 htb rate 1200kbit ceil 1200kbit tc class add dev
2002 Dec 09
4
rsync stoped syncing
Hi, I want to keep the home-Directorys of 2 machines in sync. Therefor I start rsync every hour with cron. In the Beginning all worked fine, but now ... I searched, but can't see the problem. The home-directorys on the "master" change very often, but the changes are no longer replicated to the "slave". Both run Linux and rsync 2.5.5. The master calls (the long line may be
2004 May 12
2
How to display the folder names in Japanese?
Hi, I have a FreeBSD-Current and I wanted to access the shares in our Windows NT. What I did: Since I only wanted to Access the only Data Server that we have in our ethernet LAN I tried in kterm the following, #smbutil view //windows_username@dataserver The result is, Share Type Comment ------------------------------- NETLOGON disk Logon server share ADMIN$ disk
2007 Oct 05
3
Mac GUI and .Renviron
The .Renviron and .First functions do not seem to work the same way on a Mac OS 10.4 as on a Windows XP machine. From working in Windows I am used to creating a new directory for each data analysis project. In the new directory I place First, an .Renviron file consisting of the following text: R_HISTFILE="history.txt" R_HISTSIZE=1000000 Second, an .RData file containing a .First
2010 Dec 16
6
two cents or not two cents
Hello Producers "Longevity of Support" is an attractive drawcard for CentOS if it means the exact opposite of Fedora's "short support cycle" that does not provide updating of infrastructural libraries for very long, libraries which newer versions of applications (like Firefox, Thunderbird, Opera etc) depend on and which wont install unless the libraries are also newer
2007 May 28
1
New freenx-0.6.0 and NX-2.1.0
All, I have put in the testing repository a new version of freenx-0.6.0 and nx-2.1.0 for both CentOS-4 and CentOS-5. This is using one set of SRPMS to build on either CentOS-4 or CentOS-5 RPMS. To get files from the testing repository, see: http://wiki.centos.org/Repositories Make sure you have the .el4 packages if testing on CentOS-4 or the .el5 packages if testing in CentOS-5. Please submit
2011 Dec 10
2
Unsigned nx/freenx packages in Centos 6 extras repo
Hello, I've encountered an error updating nx/freenx: Package nx-3.5.0-1.el6.centos.x86_64.rpm is not signed Both nx and freenx packages in Centos 6 extras repo are not signed, is this correct? Andrzej
2007 Jun 30
0
freenx/nx server part
The CentOS wiki has a page regarding the nomachine nx client setup ... But i think that a page describing the server part, including ssh key authentication, can be interesting for people wanting to use nx/freenx. Because by default, it will modify sshd_config to allow password authentication (even if configured manually to not do so ...) Range : can you create a new page ? or do we have to edit
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
2009 Apr 01
6
Wine on Ubuntu 8.04 FreeNX with Mac OS X 10.3 NX client
Hello, We have Ubuntu 8.04 running with FreeNX server on our 'remote desktop server' linux machine. We can connect to the Ubuntu machine with the NoMachine NxClient from Windows, Linux and Mac OS 10.3, 10.4 and 10.5. We also have Wine 1.0 installed on the Ubuntu machine, and we run a variety of Windows applications and utilities in the remote desktops from clients on all 3 systems
2011 Apr 14
1
Clearing Console- rm(list=ls(all=TRUE)) not working for me
Dear all again: I have been trying to clear weeks of codes in my R console, even after quitting and coming back another day!. One of you out there graciously suggested this rm(list=ls(all=TRUE)). I tried this but no dice. Codes tried. Ctrl +L , clears for the time... and the the latest i used ... rm(list=ls(all=TRUE)) Does anybody has another option of clearing the console of old codes?.
1999 Jun 14
1
readline/history size (PR#211)
Full_Name: Russell Senior Version: 0.64.0 OS: linux-2.2.x Submission from: (NULL) (198.107.133.11) It appears that the GNU readline history size is limited to 50 entries. This is apparently occurring because R is not bothering to override the readline default value (from readline-4.0): ./history.c:59:#define DEFAULT_HISTORY_GROW_SIZE 50 It appears that it ought to be possible to override
2006 Mar 23
5
RGui: windows-record and command history
a) How can I set the recording of all windows()-history forever to "true"? I want something like windows(record = TRUE) but not just for the window that opens then, but for all windows I will open ever. b) Scrolling up in RGui (windows 2000) to see past commands is nice, but: Is it possible to type eg "wi" and the "arrow up" and see the last command that started with
2006 Mar 23
5
RGui: windows-record and command history
a) How can I set the recording of all windows()-history forever to "true"? I want something like windows(record = TRUE) but not just for the window that opens then, but for all windows I will open ever. b) Scrolling up in RGui (windows 2000) to see past commands is nice, but: Is it possible to type eg "wi" and the "arrow up" and see the last command that started with
2006 Dec 07
2
Why does this rsync line not work?
I'm trying to update a bunch of downloaded files from a mounted older disk. This command works from the Kterm command line or in a script: rsync -nuv /mnt/kinda2/home/lba/dl/* /home/lba/dl and a list of the files to be updated appears on the screen. But this line (without a tailing * in source) does not work: rsync -nuv /mnt/kinda2/home/lba/dl/ /home/lba/dl and I get the
2018 Nov 30
5
DMARC policies
Hi, I have just started to get dovecot list messages which I had not been receiving until today. How can I opt out (again)? regards, Michal Szymanski On Fri, Nov 30, 2018 at 10:42:22AM +0100, Per Jessen wrote: > Aki Tuomi wrote: > >On 30.11.2018 10.03, Per Jessen wrote: > > > >>Hi AKi > >> > >>I guess my address was re-subscribed then? I was subscribed
2009 Feb 27
3
ext3 heavy file fragmentation with NFS write
Hello, Does anybody know how to avoid the file fragmentation when a file is created over NFSv3? A file created locally is OK: dd bs=32k if=/dev/zero of=test count=32x1024 conv=fsync filefrag test test: 10 extents found, perfection would be 9 extents When I create the file in the same dir, but from another machine, mounted over NFS: filefrag test test: 4833 extents found, perfection would be
2011 Apr 13
5
Clearing Console; of weeks of codes!
Dear All: I do see I have weeks of codes in my console when I check with my arrow up keys. I have been clearing them with Control L but it seems to clear it clear the screen temporally. I do see the previous codes again when I open R the next day, after quitting the session! Q: How do I clear this? Thanks; YA -- View this message in context:
2018 Nov 30
4
DMARC policies
Same problem here. I clicked the unsubscribed button, but didnt receive the email. Regards Jan On 30. 11. 18 10:50, glide3 at gmail.com wrote: > Same problem here. > > https://dovecot.org/mailman/options/dovecot-news > > Sadly the remind password button / unsubscribe email button click and claim > to send me a email but they don't. > > Assume its due a high