HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Unable to start service "xfs".
Operating System - Linux
1832267
Members
3659
Online
110041
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2003 02:37 AM
05-14-2003 02:37 AM
Unable to start service "xfs".
Hi Experts,
I am not able to start X-Window.
I have a problem in starting xfs daemon.
If try to start
# service xfs start -- Saying [OK]
When u check status
# service xfs status -- Saying xfs service dead.
When I start xfs explicitly, running.
# nohup /ust/bin/xfs &
Then I am able to run/work on X.
I am using RedHat 7.2 Linux.
Any pointer for this. How to fix/check error this problem.
Thanks in advance,
Cheers,
Rajesh
I am not able to start X-Window.
I have a problem in starting xfs daemon.
If try to start
# service xfs start -- Saying [OK]
When u check status
# service xfs status -- Saying xfs service dead.
When I start xfs explicitly, running.
# nohup /ust/bin/xfs &
Then I am able to run/work on X.
I am using RedHat 7.2 Linux.
Any pointer for this. How to fix/check error this problem.
Thanks in advance,
Cheers,
Rajesh
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2003 02:53 AM
05-14-2003 02:53 AM
Re: Unable to start service "xfs".
xfs is only the font server, this server is only necessary if there is no path to local font directories. Use the xset -q command to check the font path (this does only work if the X11 server is still running).
Help() { FirstReadManual(urgently); Go_to_it;; }
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2003 02:55 AM
05-14-2003 02:55 AM
Re: Unable to start service "xfs".
Usually, this service crashes when it doesn't find required fonts.
Try this to check first available space on root partition (/). If it's too short, the xserver can't load xfonts.
Check then if this prob only occurs when you startx as root (which may be normal under certain circumstances, I'll explain you which if it's the case), or if it's the same when you log in as an user.
Last, post the exact message you get on starting X if the above tips didn't help.
RGDS
Jerome
Try this to check first available space on root partition (/). If it's too short, the xserver can't load xfonts.
Check then if this prob only occurs when you startx as root (which may be normal under certain circumstances, I'll explain you which if it's the case), or if it's the same when you log in as an user.
Last, post the exact message you get on starting X if the above tips didn't help.
RGDS
Jerome
You can lean only on what resists you...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2003 04:44 PM
05-14-2003 04:44 PM
Re: Unable to start service "xfs".
The /etc/init.d/xfs routine on RedHat does a number of things before it actually starts XFS (with the flags -droppriv and -daemon).
It requires the use of a number of commands (such as 'chkfontpath', 'mkfontdir' and 'ttmkfdir'), but most of all it needs access to the /usr/X11R6/lib/fonts/ directory structure.
You've not said what user you are using when trying to start xfs, but given the command you issued, I'll assume it's root.
Thinks to look at.
If you've not modified the XFS config file, XFS will create a socket-file in the /tmp/.font-unix/ structure called "fs7100" (where 7100 is the port number specified in /etc/X11/fs/config).
It should appear with permissions 777, and be a socket (permissions look like: srwxrwxrwx). If this isn't created successfully, or another process is using the socket file, then it would start anyway (with those flags atleast).
In all honesty, the only reason I can see that 'service xfs start' wouldn't start the font server is if /usr/X11R6/bin/X wasn't a symbolic link.
Have you manually changed any of the settings in /etc/X11/fs/config ?
It requires the use of a number of commands (such as 'chkfontpath', 'mkfontdir' and 'ttmkfdir'), but most of all it needs access to the /usr/X11R6/lib/fonts/ directory structure.
You've not said what user you are using when trying to start xfs, but given the command you issued, I'll assume it's root.
Thinks to look at.
If you've not modified the XFS config file, XFS will create a socket-file in the /tmp/.font-unix/ structure called "fs7100" (where 7100 is the port number specified in /etc/X11/fs/config).
It should appear with permissions 777, and be a socket (permissions look like: srwxrwxrwx). If this isn't created successfully, or another process is using the socket file, then it would start anyway (with those flags atleast).
In all honesty, the only reason I can see that 'service xfs start' wouldn't start the font server is if /usr/X11R6/bin/X wasn't a symbolic link.
Have you manually changed any of the settings in /etc/X11/fs/config ?
One long-haired git at your service...
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP