Hi I have a Dell PC with Debian GNU/Linux lenny.sid that was working as a game server. After solving the problem with the login to the server (Help came from Nadir which is a member in this forum, Thanks Nadir) the system comes to root .
I tried startx command but the result was command not found. I could not find the .bin/bash_profile to edit it
.
I had in mind to #nano /etc/inittab
1:2345:respawn:/sbin/getty 38400 tty1
edit it to 1:2345:respawn:/bin/login -f “root” tty1 </dev/tty1 >/dev/tty1 2>&1
I did not do it since i had to edit the .bash_profile with startx command which I was not able to spot. Whereis could not find the file.
I tried to apt-get install x-windows-system but apparently I have a problem with my internet cause it can not download from Debian repositories. I check with ifconfif and later ping and i had results so i might not have problem with the internet.
Is it possible the server to be set up so the user can not get into the x-window system? Did they disable anything?
Do I have to install xorg and if yes can anybody give me an idea how I can do it?
Is it any way to start the windows system? Any ideas Please?
Thank you very much