Fedora :: Unable To Set Remote Font Server With XSet
Nov 19, 2009
I recently did a clean install of Fedora 11 (from Fedora 10). In Fedora 9 and 10 I used a remote font server so that I could launch HP OpenView over a VPN tunnel. The procedure would go something like this:
*connect to VPN
*xset +fp tcp/<hp_ux_server>:7000
*ssh -X user@hp_ux_server
*launch OpenView
OpenView requires the fonts that are installed on the HP-UX server, hence the need for the xset command. Now since the installation of Fedora 11, I cannot get the xset command to work.
xset fp+ tcp/<hp_ux_server>:7000
xset: bad font path element (#23), possible causes are:
Directory does not exist or has wrong permissions
Directory missing fonts.dir
Incorrect font server address or syntax
I have turned off the firewall to make sure it wasn't blocking the request. But to no avail. I have also had two other people with Fedora 11 machines try this, they get the same error. Were there major changes in the X server from Fedora 10 to 11+?
View 4 Replies
ADVERTISEMENT
Oct 30, 2010
I tried to log on to a remote computer using ssh, but I got an error:
xset: unable to open display
View 4 Replies
View Related
Nov 2, 2010
I am unable to run remote desktop from my fc 13 server, to my laptop. I have read the remote desktop setup and added port 6000 to firewall, added host name of server to xhost (nick@192.168.1.110). Added the line to /etc/gdm/custom.conf like in fedora guide (DisallowTCP=false). But i still get the error
[nick@pc1 ~]$ xclock
No protocol specified
Error: Can't open display: 192.168.1.101:0
View 3 Replies
View Related
Apr 27, 2010
I have 2 Fedora 12 installs with this problem. Before installing FC 12, xset led 3 worked fine.
The command:
SHOULD turn on the scroll lock LED.
With FC 12, it doesn't.
In Xorg.log, I see: (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
(I believe before FC12, I was using driver "kbd".) The man page for kbd shows the options needed for program control of the LEDs.
The new driver appears to be "evdev". I've read some of the HAL documentation and I think this driver uses the file: /usr/share/hal/fdi/policy/10osvendor/10-leds.fdi
I see nothing about program control in this file.
Anyway, anyone have any idea why xset led stopped working and how to go about fixing it?
View 2 Replies
View Related
Dec 4, 2009
With keyboard : Illuminant model SK-020EL See next post for a workaround.
ETA : Code now works for my keyboard.
View 1 Replies
View Related
Jul 16, 2011
I am unable to use ncftp command I have defined all variables used. i have to copy the data to another server FTPS. When i am executing this command it is throwing error
ncftp -u : option unknown
I am copying total script what i am executing in my server. Please some one tell me is there any pistake in using the ncftp command , or tell me some other commands to copy data to remote server
BAK="/opt/DBbackups"
NOW=$(date +"%d-%m-%Y")
FTPU="username"
FTPP="password"
[code]....
View 6 Replies
View Related
Nov 29, 2010
I have F14 x86_64 installation on my laptop. I once used latex vary well. After recent update of the system, there seems to be a latex font problem. When I ran xdvi, the dvi window flashed once and disappeared immediately.
The error in the terminal is:
Code:
$ xdvi ms
Warning: Missing charsets in String to FontSet conversion
Warning: Unable to load any usable fontset
Error: Aborting: no fontset found
I have xorg-x11-font-utils, xorg-x11-fonts-misc, xorg-x11-fonts-ISO8859-1-75dpi, and xorg-x11-fonts-ISO8859-1-100dpi installed. I then ran:
Code:
# yum install xorg-x11-fonts-ISO8859*
to install some extra fonts. But the problem remained. What shall I do?
View 1 Replies
View Related
Jun 27, 2011
i m unable to ssh my one centos 5.6 remote server from my one server
Code:
ssh -v root@sxyz.abc.com
OpenSSH_4.3p2, OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
[code]...
i even turn off all firewall rules on both server i can able to ssh from my home or any other pc to remote pc so i don't think there is any problem in target pc
View 9 Replies
View Related
Aug 25, 2010
I would like to ask the expertise here about this issue which I am having at the moment. I am unable to VNC to my server. I have configured all the necessary steps to enable the vncserver. But there will be an error stating "main: unable to connect to host: No route to host (113". I have checked on my network side which I did not block any what so ever port on the firewalls and the switches. I am able to ping the server but the main problem is that I am unable to remote VNC to that server. I have several servers which I have configured with the same configuration and only that particular 1 server that could not VNC. This is getting frustrating.
View 3 Replies
View Related
May 11, 2010
I am not able to connect to the Remote VNC Server..Error: ConnectToTcpAddr: connect: Connection refused.
View 6 Replies
View Related
Jul 27, 2009
I install one server in my system(linux 5.0) and accessing that server through the 127.0.0.1 private ip address(lo). While i connect to a remote server for validating registry it gives me the error and unable to connect to remote server. here some of the files i give here in below to know my system network configuration
/etc/hosts
------------
127.0.0.1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6
127.0.0.1 cp.softidsolutions.org
[code]....
View 5 Replies
View Related
Jun 4, 2011
I installed dovecot on my server and now the imap and pop3 ports are open.But when I want to telnet it, it's not possible.Code: Trying 127.0.0.1...telnet: Unable to connect to remote host: Connection timed out.Also I can't any ports else. But I can connect to it from other computers. I tried to connect to this from my PC and it was successful.
View 7 Replies
View Related
Jan 9, 2010
I have Fedora Directory Server with SSL running on my Linux Machine. I can see th output:
Code...
This shows that 636 port is open.But When I am attempting to this Linux Server from one of Windows Desktop it says "LDAP is Down".
I selected LDAPv3 and LDAPv3, hostname and SSL/TLS tried fetching base DN but it dint work.
View 3 Replies
View Related
Aug 26, 2010
Trying to get OpenbavoPOS to connect to my remote Postgresql database, but so far i've only been able to connect to the local postgres installation. I _am_ able to access the remote databases with psql. I've read literally dozens of pages, and am pulling my hair out. I'm trying jdbc:derby.//192.168.15.10:5432/bravo I get back java.sql.SQLException no suitable driver found for jdbc:derby.//192.168.15.10:5432/bravo If I use jdbc:derby./root/bravo - all is OK, using a local database created in /root I have jdk installed on the client; does it need to be on the server also?
Server = CentOS 5.4 PostgreSQL version 8.1.21
Client = CentOS 4.8 PostgreSQL version 8.1.4
[code]....
View 1 Replies
View Related
Feb 8, 2010
I am having a problem with the xfs font server and the Xwindows environment. I'm using the RHL9 kernel with RTLinux, the application has been running fine for years on multiple systems, but recently we changed CPUs and now I'm periodically getting microscopic fonts (1 out of 5 reboots). The other times the fonts come up perfectly normal. I've tried changing settings for xfs and XF86Config but nothing seems to work. I've checked the system logs but haven't found anything. I'm running out of things to look for.
View 1 Replies
View Related
Jan 15, 2010
I have a marmitek x10 remote controller that I had been using in opensuse. However I decided to upgrade my distro to fedora 12. I setup everything that I need to for mythtv however Im unable to get the remote to work. IRW doesnt return anything yet I know the driver is working as irrecord picks up the input. here are the steps Ive followed...
1) I can see the usb device ok....
> lsusb
Bus 001 Device 004: ID 059b:027a Iomega Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
[Code].....
2) I know it uses the atilibusb drivers, which Im able to prove by doing the following:
> irrecord -H atilibusb ~/lircd.conf
When I press keys on the remote I see the input is received on the screen.
3) I manually start lircd....
> lircd -H atilibusb
4) when I try irw, I dont get any output what so ever.......
I did modify my /etc/sysconfig/lirc however I had been trying gnome-lirc-properties to see if that could get it working, so Im not sure if its applied a wrong setting in the config file.
View 2 Replies
View Related
Apr 10, 2009
I have a box (boell) running Fedora 10 sitting behind a firewall at school. I am able to freely ssh to and from this box to other computers (minion) within that lan. Outside of this network I cannot directly ssh to boell - I must ssh first to minion, then I can ssh to boell. I've spoken with the sysadmin and he's verified that the firewall permits ssh freely - i haven't had any issues like this with other boxes of mine there, so this isn't any surprise.
I have verified that the hosts.deny file is blank, iptables permits ports 22 (and 80) and I didn't see anything obvious in the sshd_config. I tried a tcp dump on the external host and boell while attempting to ssh from the former to boell. The packets appear to be acknowledged by boell, but this fails to lead to a connection. I've tried this process with external hosts in different locations with the same result. I have made few modifications to the default installation for F10, so perhaps there is some default somewhere I have to change. In any case, below I have attached excerpts of germane files.
======== ssh from boell =======
[root@boell log]# ssh -vvv 71.189.5.67
OpenSSH_5.1p1, OpenSSL 0.9.8g 19 Oct 2007
debug1: Reading configuration data /etc/ssh/ssh_config
[code]....
View 3 Replies
View Related
May 11, 2010
Unable to access Apache from remote server..
Also, my php pages won't load..and php is installed.
View 1 Replies
View Related
Feb 25, 2010
In all previous versions of KDE I had Console8x16 set as KDE font for all cases (Settings->Appearance->Fonts). After tonight upgrade, this (only!) font is not working. I can see it in font manager, I can set it in ...Appearance->Fonts, but actually remains default font. Two of about 30 attempts somehow (can not reproduce) succeeded to set "console 12" font, but it disappeared after restart.
1. What can be the problem in 4.4?
2. In /usr/share/fonts tere are 3 files named console8x16.pcf, console8x8.pcf and console9x15.pcf, but in the font list in Appearance->Fonts I can see only 2 - one named "Console" (seems to be 8x16 and "console" (8x8). File 9x15 does not appear at all. Why?
Last results of attempts: cannot use console font in part of areas, while part works OK. For example: kdevelop editor, kmail message body text works OK. But kmail other parts - does not. The most interesting is that although setting the kmail body message text to console displays the message body text correctly (with console font), but the example message in "Configure kmail" dialogue "The Quick Brown Fox Jumps Over The Lazy Dog" is displayed in the default font, as if there is no console font!
View 3 Replies
View Related
Jul 22, 2009
Well this is my first time using redhat 7, the install went fine and webserver, mysql, phpmyadmin are all working......great
The only problem i have is the remote desktop
I have set the password in preferences/remote desktop run command vncpasswd and set password
In services vncserver i get this message......... xsetroot: unable to open display '' Xvnc is stopped and vncserver failed. The error was: xsetroot: unable to open display '' Shutting down VNC server: 1:user1[FAILED]
Starting VNC server: 1:user1 [FAILED]
My vncservers file looks like this
I have tried restarting service using root login and user1
View 5 Replies
View Related
Nov 26, 2010
I am doing some R&D on 11g RMAN in oracle at home. i have installed oracle enterprise linux and i have installed oracle software. when i am trying to configure listener, it is error-ed out. i have verified that telnet with the port is not working and i am seeing connection refused error.
View 3 Replies
View Related
Aug 8, 2011
I have two Centos 5 servers one running Asterisk with PHP installed and another sever running as a MySql Database server, at the moment when I try run simple script to see if I can connect to the remote server I get the following error.Quote:Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
View 2 Replies
View Related
Jun 11, 2010
I use 'xset r 133' to set autorepeat for the 'Windows key'.
But somehow after a while autorepeat does not work any longer and I have to redo the 'xset r 133'. I don't log out or so.
Ubuntu 10.04, gnome, compiz
View 2 Replies
View Related
Jul 25, 2009
Debian Lenny on a Toshiba Portege 350000:08.0 Bridge: ALi Corporation M7101 Power Management Controller [PMU]01:00.0 VGA compatible controller: Trident Microsystems CyberBlade XPAi1 (rev 82)kernel version 2.6.26-2-686On my system, "xset dpms force off" blanks the screen, but does not turn off the backlight. This means that the automated screen off in X does not actually save any power when it blanks the screen.I can turn off the backlight manually using the BIOS tool "vbetool dpms off" (but then I have to turn it back on again manually too).Question 1: is this a problem with the graphics driver interface, or with X, or with the power management driver interface?Question 2: as a workaround, is there any way for me to hook into the dpms off/on that X is doing, and run a script to call vbetool? The best workaround hack I have come across so far is to have a screensaver that calls vbetool, but I was hoping to find something that doesn't require me to run a daemon all the time.
View 4 Replies
View Related
Jan 20, 2011
I'm currently running a dual-monitor setup using gnome-display-properties. I have a dual-head video card.
What I would like to do is to use a remote X server as a third monitor. I installed Xdmx and Xinerama, but I can't figure out how to get Xinerama up and running. Is there any documentation that tells you how to configure Xinerama on Fedora 13? Is Xinerema compl
$ uname -a
Linux efes 2.6.34.7-66.fc13.x86_64 #1 SMP Wed Dec 15 07:04:30 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux
01:00.0 VGA compatible controller: nVidia Corporation G84 [Quadro FX 1700] (rev a1)
View 1 Replies
View Related
Jul 8, 2011
I'm trying to list installed packages on a remote server. I don't see a way to do this with either yum or rpm.In particular, I'd like to list installed packages on a remote server, and list only those packages installed from our own repo
View 5 Replies
View Related
Nov 24, 2009
My X crashes when I...
1) ssh to a remote centos server using X11 forwarding
2) open the virt-manager remote application (the virtualization management app)
3) Open the remote console
Just to be clear, my local X11 crashes. I get back to the log in screen.
I get in my Xorg log:
Backtrace:
Fatal server error:
-Is this enough for a bug report?
-How I can make X dump a core file for better debugging?
-Do -debug RPM packages still exist, and if so, should I install one for the X server and will this help with debugging, and if so, how do I install it.
View 5 Replies
View Related
Jan 6, 2010
I am trying to set up a remote server on an old desktop that i have and i am running into problems. I have the packet installed but i can not get it to run. When ever I enter /sbin/service sshd start
I get Generating SSH1 RSA host key:[FAILED] and i can not for the life of me figure it out. Running fedora 12
View 2 Replies
View Related
Feb 26, 2010
I enabled remote desktop on my Fedora core machine.
SELinux is disabled, as is iptables.
I used UltraVNC to connect and it worked.
However, after I came back overnight, I tried to connect and it failed.
I received a "Failed to connect to server"
Found that the machine had rebooted.
How do I get it the Remote Desktop function to start as a service? I am new to Linux.
View 3 Replies
View Related
Nov 12, 2009
I'm having trouble getting my pix firewall to log to syslog server. Here are the steps I took:
1) Added the following line to /etc/sysconfig/syslog:
SYSLOG_OPTIONS "-m 0 -r514"
**for some reason, without the 514, syslog doesn't listen
[code]....
View 2 Replies
View Related