Red Hat / Fedora :: Exporting Display Between Servers - Getting Error

Jan 20, 2011

I am using Cygwin and Xming server to bring back the display from Linux server to a Windows machine.

I am following the below steps :-
1.Close down all X Servers
2.Run XMing - XLaunch
3.Select Multiple windows
4.Select Start no clients
5.Tick No Access Control box
6.Click Finish
7.X Server starts and you should see icon in tray
8.Run Putty/SSH in Cygwin
9.SSH to server you want to connect to
10.Enter: export DISPLAY=192.168.0.1:0.0 (replace 192.168.0.1 with your IP)
11.Run dbca.

On using similar steps I can bring back the display from some Linux servers, but not from others, can you please let me know what the problem is and what things I need to verify. I am not getting any error, some of the last lines from the message in the log states :-

winProcEstablishConnection - winInitClipboard returned.
winMultiWindowXMsgProc - XOpenDisplay () returned and successfully opened the display.
winClipboardProc - Hello
DetectUnicodeSupport - Windows XP
winClipboardProc - DISPLAY=127.0.0.1:0.0
winInitMultiWindowWM - XOpenDisplay () returned and successfully opened the display.
winClipboardProc - XOpenDisplay () returned and successfully opened the display.

I did a grep X11 /etc/ssh/* the result is as following :-
/etc/ssh/ssh_config:ForwardX11 yes
grep: can't open /etc/ssh/ssh_host_dsa_key
grep: can't open /etc/ssh/ssh_host_rsa_key
/etc/ssh/sshd_config:# X11 tunneling options
/etc/ssh/sshd_config:X11Forwarding yes
/etc/ssh/sshd_config:X11DisplayOffset 10
/etc/ssh/sshd_config:X11UseLocalhost yes

View 1 Replies


ADVERTISEMENT

Fedora Servers :: Firefox Doesn't Display PHP Error / Fix It?

Jul 29, 2010

When i open the Browser FireFox and enter the URL http://localhost/TemplateSystemCore/bin/index.php no PHP Errors will be displayed. If i do Right Click View Source Code it is total empty.

I am using Netbeans to edit a PHP Project. The Project is located in /home/martin/NetBeansProjects/TemplateSystemCore btw. /home/martin/NetBeansProjects/TemplateSystemCore/bin

The Project is usein a .htaccess file with Rewrite Rules.

I edited the php.ini and set all display errors to On.
I also edided the http.conf and set display errors On. But nothing helped. Have anyone a Idea why my Brwoser isnt printing any PHP Errors? At least a <html> Tag should be on the Source Code. But its also empty.

When i open an Terminal and do this code...

View 2 Replies View Related

Ubuntu Servers :: NFS - Exporting Multiple FS With Single Line?

Jul 26, 2011

I'm using my home server to netboot into live CDs. To summarize that article, netbooting a liveCD system involves passing an NFS host:/path in kernel's command line, which is subsequently mounted as /cdrom on the live system. The article mentions copying the contents of the iso image to a place on the hard drive, but I see no reason for this, since the contents need to be read-only anyway, which is easy to achieve by mounting the iso through a loop device:

Code:

# mount
...
/dev/loop0 on /mnt/kubuntu-lucid-amd64 type iso9660 (ro)
/dev/loop1 on /mnt/kubuntu-natty-amd64 type iso9660 (ro)

[code]....

Now, I am using NFS to mount a regular (rw, HDD) directory which I use as a network drive and I can mount any subdirectory and still access all the files within, ie. when I export /data on the server, I can still mount /data/downloads on the client:

Code:

server:# exportfs
/data 192.168.1.4/32
client:$ sudo mount -t nfs 192.168.1.1:/data/downloads /mnt/netshare

[code]....

Is it possible to export just /mnt and be able to mount any/all of the subdirectories? NFS doesn't like going across multiple file systems:

Code:

server:# ls -al /mnt/kubuntu-natty-i386/
total 3532
dr-xr-xr-x 11 root root 4096 2011-04-27 11:29 .
drwxr-xr-x 7 root root 4096 2011-07-25 21:46 ..

[code].....

When I try to export just /mnt and mount /mnt/kubuntu-natty-i386 on the client, the mount succeeds but the mounted directory is empty.

View 1 Replies View Related

Ubuntu Networking :: NFS Server Exporting NTFS Partition Giving Stale File Error?

Apr 3, 2010

I'm trying to setup a small network between my old and new laptops to transfer my personal data. They are now linked with a crossover cable and they see each other.The old one has a dual-boot setup with WinXp and Ubuntu 9.10.The new one with Win7 and Ubuntu 9.10.I tried samba but it was very slow even using Windows in both computers: maximum transfer rates were about 1,5 Mib/sec.I tried SSH using ubuntu on both pcs and it is reliable and much faster, 5 Mib/sec. But I wanted more...I installed the NFS server on the old one and exported the NTFS partition where my data resides with sync and ro options.

I installed the NFS client on the new one and i'm able to mount the remote partition.Now, when I transfer my files I get very high speed, more than 10 Mib/sec but after a while I get a "Stale NFS file handler" error but I really didn't touch any file in the old pc and the connection is always up.Searching on the web I found that NFS had some troubles exporting NTFS partitions in the past but should be fully compatible with them since the last versions of ubuntu.

View 1 Replies View Related

Fedora :: Gpg - Exporting Secret Keys Not Allowed ?

Apr 20, 2010

I have a problem with export a secret key with Fedora 12.

When i did this command:

Code:

I had an error:

Code:

View 1 Replies View Related

Red Hat / Fedora :: Error: Can't Open Display

Aug 14, 2010

i have just installed a redhat linux entprise 5 on my machine. I am trying to install a software and when i run the #install.ksf , my installation gets aborted and my install.log file shows this,

Error: Can't open display !
Environment variable 'DISPLAY' must be defined.

View 2 Replies View Related

OpenSUSE :: 11.4 Gnome 2.3 Display - CRTC Error That The Display Is Over The Maximum - 1920x1920

Apr 16, 2011

I have a fresh install of OpenSUSE 11.4 64bit and I have installed the AMD Display drivers for my Radeon HD 5970. Everything seems to be working quite well. I have a multiple monitor setup (1280x1024 monitor and a 1920x1080 monitor).

I have my primary display set to 1920x1080, however when I try to enable the second display, I get a CRTC error that the display is over the maximum (1920x1920). If I enable both monitors at lower resolutions, there is no problem.

I have done a fair bit of reading and have been unable to determine where this maximum is set, or how to change it. I'd like to be able to run both monitors at their native resolutions.

View 3 Replies View Related

General :: X11 Forwarding - Error: Can't Open Display: <ip Of Display>

Jun 28, 2011

I have the following scenario that doesn't seem to work normally. I have a windows 7 pc from which I am using putty to connect to my other linux servers (all running redhat 5 and 6). So here is the scenario that works and one that does not work. And I'm trying to figure out the one that does not work. Scenario that works:

From windows 7 (putty) I ssh into Linux_Server_1.
echo $DISPLAY
localhost:10.0

I run xclock and I see it pop up on my windows 7 pc. I am using xming on windows 7 to help me populate the display from linux to windows. One that does not work:

From windows 7 (putty) I ssh into Linux_Server_1. Then from Linux_Server_1 I ssh into Linux_Server_2.
echo $DISPLAY
<no output>

I try to setup $DISPLAY with localhost:10.0 or 0.0 or even my windows 7 pc ip address:0.0 ....etc Then when I try to run xclock I doesn't work.

I get these error messages: Error: Can't open display: <ip of display>

Also as a side note all our Linux servers are sitting on one subnet. My pc is sitting on another subnet. I use vpn to connect to the subnet where the servers sit from my pc.

View 4 Replies View Related

Fedora Servers :: Error In Updating System Using Yum - Failed To Use Search Generator - Error 256

Aug 26, 2009

when ever i give yum update am geting this error. failed to use search generator: failure:repodata/318b9912817ec3309c6defc47d79e878c52a21fd1457d191bb ff060fdb7f7f8d-primary.sqlite.bz2 from rpmfusion-free-updates: [Errno 256] No more mirrors to try. I was trying to install tomcat using yum. Is there any way i can install tomcat other than yum utility. I downloaded he zip folder for tomcat which i downloaded from apace tomcat site.

View 2 Replies View Related

Fedora Servers :: Mysql 5.1.41-2 SSL Connection Error ERROR 2026 - HY000

Jan 3, 2010

I am facing some strange problem of mysql replication with ssl, my replications which working fine from more than 6 months currently stopped working after i upgrade mysql in to newver version mysql-5.1.41-2, i create new ssl self singed certs but still no sucess, when client try to connect the master using ssl its gives error SSL connection error ERROR 2026 (HY000), with out ssl its working f9.

Platform --> Fedora-11 + mysql-5.1.41-2 (both master/client)

I can seeking the problem on net, and i found the below bugzilla url related to that.

[url]

I read it but not get , either new version support x509 ssl certs or not or either new version support ssl replication or not, here below my server configuration for ssl serts

And for client

Both server and clients certs are signed with same ca but still its currently not working after the mysql upgrade first 5.1.41 and then 5.1.41-2

Either as above bugzilla url, currently mysql support ssl replication or not, or either some need to do special for working with ssl. or i wait for newver version of mysql to fix if its bug or not.

View 2 Replies View Related

Fedora Servers :: Error - Server Encountered Internal Error Or Misconfiguration - Unable To Complete Request

Feb 27, 2009

I use web server apache use php fastcgi (Centos 5.2, apache 2.2.9 , php 5.2.5 and fcgi-2.2.4 ). I receive error : "The server encountered an internal error or misconfiguration and was unable to complete your request. contact the server administrator, no-reply@zz.vn and inform them of the time the error occurred, and anything you might have done that may have caused the error. I view log :

[code]...

View 1 Replies View Related

Fedora :: Coin Error In Glxglue_init(): Couldn't Open NULL Display

Jan 23, 2010

I wrote a simple code using Open Inventor(OpenGL) classes to print a Sphere in a .png file.I tested it on Windows and it worked well.But when I run it on Fedora 10, I got the following error with no output .png file:

Coin error in glxglue_init(): Couldn't open NULL display. Coin warning in SoOffscreenRenderer::renderFromBase(): Could not set up an offscreen OpenGL context.
Segmentation fault

View 2 Replies View Related

Fedora Servers :: Make PHP Pages - Shows An Internal Error 500 Page But Doesn't Show On What Line And Compile Error Encountered

Feb 1, 2011

I'm trying to make some pages. For this I try to host them locally. However, when I have an error in my PHP code, the server shows an internal error 500 page and doesn't show on what line and what compile error it encountered. There is no such information in the error log either. What should I do about it, it's not really nice to comment all the lines and then try to uncomment them one by one. I've been googling for a while, but didn't find anything.. I forgot to mention, I;m using Fedora :P, the apache that came with it and mysql and php from the repository...

View 3 Replies View Related

Fedora :: System-config-display Just Ruined Display?

Jun 29, 2010

I did not have any /etc/X11/xorg.conf, so I read on these forums that system-config-display would create one for me. I ran system-config-display and it created an xorg.conf. But now my display is all messed up!! So, I deleted the xorg.conf and nothing changed. Why on earth would the display still be messed up if I deleted the file that was causing it?? Does system-config-display change somethign else?

View 14 Replies View Related

Fedora :: Fatal Server Error: Server Is Already Active For Display 0

Nov 27, 2010

I have VIA/S3G unichrome IGP video card of 32MB after installing fedora i am getting very worst resolution of 600x400which is completely irritating so please provide me a way out from this problem to use fedorathe solutions i followed and failed are given below

1. Some one told me to change the xorg.conf file but i failed because there is no such file in the given location

2. Some one told me to create it using system-config-display but for fedora 14 there is no package for that

3. some one told me again of using the command Xorg -configure but it said as followed [root@localhost tmp]# Xorg -configure

Fatal server error: Server is already active for display 0 If this server is no longer running, remove /tmp/.X0-lock and start again.

[code]....

View 2 Replies View Related

Fedora Servers :: Error Trying To Add File In Svn

Sep 27, 2010

I'm trying to add a file in svn and the following error occurs:

Code:

View 3 Replies View Related

Fedora Servers :: 14 Apache Error 403?

Dec 24, 2010

I moved from F12 to F14, I've installed using yum Apache, MySql, php, phpMyAdmin. That all works fine, I've made index.php with phpinfo() function and if it is in /var/www/html/ it opens in web browser. I extracted daloradius-0.9-8 in /var/www/hmtl/daloradius folder changed ownership to apache:apache set alias to myradius. When I point web browser to localhost/myradius I get error 403, forbidden. I moved index.php with phpinfo() to daloradius (overwriting old index.php) and same stuff happens. Error 403. What am I doing wrong?

View 4 Replies View Related

Ubuntu :: Xterm XT Error: Can't Open Display: Xterm: Display Is Not Set

Aug 20, 2010

I've just installed xterm, ant trying to run it from my windows machine using ssh. I have X11Forwarding yes on /etc/ssh/sshd_config when I use, MobaXterm, np, I can use xterm after I log ssh -X xxx

but when I use Cygwin, and do ssh -X xxx, and then xterm, I have: xterm XT error : Can't open display: xterm: Display is not set

View 3 Replies View Related

General :: Exporting GUI Console ?

May 9, 2011

Is it possible to export the console display to my desktop?

I'm running Exceed 14.x the console is RHEL 5.6 running gnome.

I know how to export my display in an individual putty session and run whatever x app I need, but would like to be able to export the console session to my desktop also.

View 1 Replies View Related

Red Hat / Fedora :: Centos On Two Servers - Error When Trying To Install

Apr 3, 2010

I am trying to install centos on two servers. The first a dell power edge p4 2.4 ghz 512 ram, the other is a supermicro with almost the exact specs. I tried to install the centos cd, using roxio to create the disk, (then just for measures tested the cd on my laptop and it loaded just fine into the centos install gui.) But it says media error when I try it on the dell and blue screens the other server. However if I put the windows cd in on both the servers, the windows install goes perfect. Apologies again if this is misplaces but I just joined the site and have had a difficult time trying to find where to post. What I am trying to do in the end is run web servers using apache.

View 6 Replies View Related

Fedora :: Display All Disks And Partitions Available In A GUI Display

Dec 1, 2010

I have installed Fedora 14 Security Spin, and want to display all disks & partitions available in a GUI display. How can I achieve that?

View 1 Replies View Related

OpenSUSE :: 11.3 - Exporting Images To Camera

Dec 5, 2010

We need to export images to camera but digikam does not support this feature. Is there any linux program that supports export to camera. Open Suse 11.3

View 1 Replies View Related

Programming :: Exporting In A Shell Script?

Nov 26, 2010

I am aware this has probably been covered hundreds of times, so apologies if so. I am fairly new to the linux scripting scene, so again apologies if what I'm saying seems pretty odd and makes no sense. I am attempting to write a script for some Linux Fedora test servers I have set up. For me to change which domain I have this set to point to, I would have previously changed the HOSTS and profile files manually, however I managed to make a script which changes these easily with the use of one command to launch the script.The problem I'm having is getting it to use the "export" command. I am aware this would have to be launched in the parent shell rather than the child and so I made a seperate script which has "export SIP_DOMAIN="test.blah.net" in it and had the first script "source" it. This doesn't work and I've probably done something somewhere that is incredibly stupid.

View 2 Replies View Related

General :: Exporting A Variable From Within .xsession?

Mar 31, 2011

I'm trying to export a variable from within the .xsession so it will be available to any application started afterwards.

Here is a minimial .xsession file:

Code:

export MYVAR=123
exec gnome-session

The problem is that when I start a terminal and do:

Code:

echo $MYVAR

I get an empty string, meaning it's undefined.

View 2 Replies View Related

Programming :: Script Not Exporting Variables?

Jun 7, 2011

I have sles 10 . A user has a default shell of tcsh. I want to run a script which has to use ksh . In that script only some variables are exported, which will be used in subsequent scripts which are called inside it.

But the variables are not exported. I am unable to find whether its a conflict of shell or what ?? I tried with debug mode, it only displays the command but not execute anyone ..

View 14 Replies View Related

Fedora Servers :: Libvir: QEMU Error : Out Of Memory?

Jun 11, 2009

Has anyone seen this error in libvirtd?libvir: QEMU error : out of memoryWhatever it is, I'm pretty sure that's what's keeping my virt-manager from working. There's 12GB of DDR3 on this box, so I really really hope that it's not actually a memory problem. This here is a brand-new whitebox I build just for virtualization on F11. Can anyone here help me make it work?

Edit: This is a 64-bit install. All 12GB are accessible by the OS.

View 4 Replies View Related

Fedora Servers :: Svnadmin Error Creating Repository

Feb 28, 2010

I'm working on setting up a new subversion server and getting an error I'm not having much luck resolving.

I'm attempting to create the repository in /home/svn/foo with the command svnadmin create /home/svn/foo while in /home/svn.

I am greeted with the error: svnadmin: SQLite compiled for 3.6.20, but running with 3.6.17

I installed subversion via yum install subversion

I've installed SQLite 3.6.22 from source and removed/installed subversion with no change.

What gives? I wasn't really wanting to install subversion from source. Seems a bit excessive.

Environment stuff:
[root@COS svn]# yum repolist
Loaded plugins: presto, refresh-packagekit
repo id repo name status
fedora Fedora 12 - i386 enabled: 15,366
updates Fedora 12 - i386 - Updates enabled: 4,731
repolist: 20,097

View 1 Replies View Related

Fedora Servers :: LTSP - ERROR: Fc14 Unsupported

Feb 3, 2011

when i want run "ltsp-build-client" command i get this error: ERROR: fc14 is unsupported i want know there is any plan for ltsp 5.2 support in fedora 14 and how i can solve this problem for use ltsp in fedora 14.

View 2 Replies View Related

Fedora Servers :: Apache 403 Forbidden Error On Symlinks

Aug 12, 2011

the hard drive on my web server died so I replaced it and installed Fedora 15. I have been installing the OS on a small drive and then mounting other drive(s) for storage and did the same thing here. The problem is that I cannot get Apache to follow symlinks. Apache is partially working, it will serve my index.html page in the web page root directory and I made another directory called webtest and put some files in, and that worked fine. I made a symlink from the root directory to a folder on the mounted drive but when I try to access it, it gives me the old 403 Forbidden error. I also made a similar link in the webtest directory, I can view the other files in that directory but it does not show the link - also, trying to force it by typing the full path in the browser gives the same 403 error.

I have checked the permissions and SELinux types (using ls -Z) and they seem to be fine and I cannot find any .htaccess files. All the files on the mounted drive are owned by www:www but I also tried setting the user and group to www in httpd.conf and it still gave the same issue, so I changed them back to apache. I've been reading posts and sites on this for hours now and I'm still lost. I can post results of log files if they are of any use, I just wasn't sure what to post because it is somewhat working.

View 14 Replies View Related

OpenSUSE :: Hassles - Exporting SWF From OO-Impress 3.1.1/Suse 11.2?

Feb 21, 2010

Anyone else tried to export SWF files from OO-Impress 3.1.1 with 11.2 as the platform.

I have an odp file I had under 10.3 which can be exported,yet cannot under 3.1.1/11.2

goal: to be able to use the Flash export in Impress presentations.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved