Here is what that shows.. [root@fedora ~]# ps ax | grep dm 74 ? S< 0:00 [dm_bufio_cache] 820 ? S< 0:00 [kdmflush] 831 ? S< 0:00 [kdmflush] 862 ? S< 0:00 [xfs-buf/dm-0] 863 ? S< 0:00 [xfs-data/dm-0] 864 ? S< 0:00 [xfs-conv/dm-0] 865 ? S< 0:00 [xfs-cil/dm-0] 866 ? S 0:00 [xfsaild/dm-0] 18164 pts/0 S+ 0:00 grep --color=auto dm [root@fedora ~]# netstat -lnp | grep 177 [root@fedora ~]#
On Thu, Jan 7, 2016 at 2:51 PM, Mark Post <[email protected]> wrote: > >>> On 1/7/2016 at 03:52 PM, Tom Huegel <[email protected]> wrote: > > When I try STARTX I get: > > [root@fedora /]# startx > > xauth: file /root/.serverauth.2220 does not exist > > xinit: unable to run server "/usr/bin/X": No such file or directory > > Use the -- option, or make sure that /usr/bin is in your path and > > that "/usr/bin/X" is a program or a link to the right type of server > > for your display. > > Yeah, that isn't going to work because that tries to start an X server on > the graphics console, which mainframes don't have. Which is why /usr/bin/X > never gets built in the first place. > > I would try the following: > ps ax | grep dm <--- You're looking for a running process by the name of > xdm, kdm, gdm, something along those lines. > > netstat -lnp | grep 177 <--- You're looking for a process listening on > port 177. On my system, it's a UDP port, not TCP. > > If nothing is running and listening on port 177, then someone like Dan > will have to tell you what to do to start it. Somewhere there will be a > systemd unit file that needs to be enabled and started. > > > Mark Post > > ---------------------------------------------------------------------- > For LINUX-390 subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO LINUX-390 or > visit > http://www.marist.edu/htbin/wlvindex?LINUX-390 > ---------------------------------------------------------------------- > For more information on Linux on System z, visit > http://wiki.linuxvm.org/ > ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 ---------------------------------------------------------------------- For more information on Linux on System z, visit http://wiki.linuxvm.org/
