HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: installing problem (from very beginner)
Operating System - Linux
1826004
Members
3393
Online
109690
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
08-22-2000 04:31 AM
08-22-2000 04:31 AM
installing problem (from very beginner)
1) i just have a book and cdrom of linux
2) i tried to install linux on my blank hard drive last night
3) during the process, everything was good until i have an error right after i typed at the prompt 'startx'
4) obviously, i had no chances at all to see/go linux colorful screen
5) the error (after i typed '#startx') was
6) execve failed for /usr/X11R6/bin/X
(errno 2) - X11TransSocketUNIXConnect: Can't connect: errno=2 .....
xinit: No such file or directory (error2): unable to connect to X server
xinit: No such process (error3): server error
------------------------------
i have a 'S3Trio64-DX' video card and i thought i select this one during the install/configure !
i tried to reinstall 3 times and tried to fix this problem, but failed !!
i think i need something very step-by-step with an example to install/configure in order to use linux !!!
help me out, pls
2) i tried to install linux on my blank hard drive last night
3) during the process, everything was good until i have an error right after i typed at the prompt 'startx'
4) obviously, i had no chances at all to see/go linux colorful screen
5) the error (after i typed '#startx') was
6) execve failed for /usr/X11R6/bin/X
(errno 2) - X11TransSocketUNIXConnect: Can't connect: errno=2 .....
xinit: No such file or directory (error2): unable to connect to X server
xinit: No such process (error3): server error
------------------------------
i have a 'S3Trio64-DX' video card and i thought i select this one during the install/configure !
i tried to reinstall 3 times and tried to fix this problem, but failed !!
i think i need something very step-by-step with an example to install/configure in order to use linux !!!
help me out, pls
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2000 05:56 AM
08-22-2000 05:56 AM
Re: installing problem (from very beginner)
Sam,
Welcome to the wwonderful World of Linux.
We have all had our share of these very same problems.
First of all, what version of Linux are you attempting to install. My favorites (for ease of use and Installation) are RedHat and Linux Mandrake. Linux Mandrake uses a kernel (and applications) compiled for the Pentium series and above. But enough of that for now.
Have you checked your disk space? What does the df command return? Sometimes a Full filesystem will not allow software to be installed (because it's full!).
My first recommendation is to remove the XFree*.rpms and re-install the libraries. There have been times that these do not all get installed properly.
Then reboot and re-install the OS, make sure that you are running the X Configurator which comes with the OS.
Let me know how we're doing so far, and I answer back again, and gladly accept the points as well!
Welcome to the wwonderful World of Linux.
We have all had our share of these very same problems.
First of all, what version of Linux are you attempting to install. My favorites (for ease of use and Installation) are RedHat and Linux Mandrake. Linux Mandrake uses a kernel (and applications) compiled for the Pentium series and above. But enough of that for now.
Have you checked your disk space? What does the df command return? Sometimes a Full filesystem will not allow software to be installed (because it's full!).
My first recommendation is to remove the XFree*.rpms and re-install the libraries. There have been times that these do not all get installed properly.
Then reboot and re-install the OS, make sure that you are running the X Configurator which comes with the OS.
Let me know how we're doing so far, and I answer back again, and gladly accept the points as well!
Sr. Systems Consultant @ ABS Computer Technology, Inc. http://www.abs-comptech.com/aewhale.html & http://www.ancegroup.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2000 11:16 PM
08-22-2000 11:16 PM
Re: installing problem (from very beginner)
Sam,
Assuming you have properly installed XFree86*.rpms check if you use standard (SVGA) or accelerated server:
cd /etc/X11
ls -l
You have to see something like:
X -> ../../usr/X11R6/bin/XF86_SVGA
If X is link to some different than XF86_SVGA, install "XFree86-SVGA*.rpm" and point X to XF86_SVGA:
ln -s /path/to/XF86_SVGA /etc/X11/X
Run Xconfigurator, choose you monitor as Super VGA 800/600; resolution 16 bit or less (DO NOT try with 32 bit color).
Enter startx.
If X is still failing refer to:
http://www.linuxdoc.org/LDP/gs/gs.html
In this great book you will find step-by-step instructions to configure X by hand.
For beginners in Linux I reccomend to start with Mandrake 7.*
Regards,
Rumen
Assuming you have properly installed XFree86*.rpms check if you use standard (SVGA) or accelerated server:
cd /etc/X11
ls -l
You have to see something like:
X -> ../../usr/X11R6/bin/XF86_SVGA
If X is link to some different than XF86_SVGA, install "XFree86-SVGA*.rpm" and point X to XF86_SVGA:
ln -s /path/to/XF86_SVGA /etc/X11/X
Run Xconfigurator, choose you monitor as Super VGA 800/600; resolution 16 bit or less (DO NOT try with 32 bit color).
Enter startx.
If X is still failing refer to:
http://www.linuxdoc.org/LDP/gs/gs.html
In this great book you will find step-by-step instructions to configure X by hand.
For beginners in Linux I reccomend to start with Mandrake 7.*
Regards,
Rumen
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
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP