Sponsored Content
Full Discussion: Remote Linux Server
Operating Systems Linux Remote Linux Server Post 46429 by viRaven on Thursday 15th of January 2004 05:03:57 PM
Old 01-15-2004
Remote Linux Server

I have friend that would like to run a dedicated game server on a remote linux machine. Now the game(RvS) itself does not have a linux version.

So I am using wine to start the program. Most people who have gotten it to run on linux run it on a box they have access to. For it to run a configuration change is made as follows:

"GraphicsDriver" = "x11drv"
And change it to the following:
"GraphicsDriver" = "ttydrv"

After that I start the exe through a telnet session but get this error:


err:imagelist:ImageList_ReplaceIcon no color!
- fixme:ttydrv:TTYDRV_DC_StretchBlt (0x7c, 592, 0, 16,
- 16, 0x5ec, 0, 0, 16, 32, 13369376): stub
- fixme:ttydrv:TTYDRV_DC_StretchBlt (0x80, 592, 0, 16,
- 16, 0x5ec, 0, 0, 16, 32, 13369376): stub
- fixme:ttydrv:TTYDRV_GetBitmapBits (0x5f4,
- 0x403989e4, 128): stub
- fixme:ttydrv:TTYDRV_GetBitmapBits (0x5f0,
- 0x40398a64, 128): stub
- err:imagelist:ImageList_ReplaceIcon no color!
- fixme:ttydrv:TTYDRV_DC_StretchBlt (0x9c, 1184, 0,
- 32, 32, 0x5fc, 0, 0, 32, 64, 13369376): stub
- fixme:ttydrv:TTYDRV_DC_StretchBlt (0xa0, 1184, 0,
- 32, 32, 0x5fc, 0, 0, 32, 64, 13369376): stub
- General protection fault!
-
- History: appInit
-
- Exiting due to error
- wine: Unhandled exception (thread 0009), starting
- debugger...
- fixme:ttydrv:TTYDRV_CreateWindow (10021): stub
- fixme:ttydrv:TTYDRV_CreateWindow (10022): stub
- fixme:ttydrv:TTYDRV_CreateWindow (10023): stub
- fixme:ttydrv:TTYDRV_CreateWindow (10024): stub
-

I'm assuming that its because it can not spawn a tty session. I am wondering if there is way to force it not to spawn a tty but just the process.
Can one suppress the visual output?
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

mac 10.4>terminal>linux remote server>ssh login accepted>session closed-why?

mac 10.4>terminal>linux remote server>ssh login accepted>session closed-why? AHHHH!! I have been connecting to the server with the line: ssh userid@website.com The remote server accepts my password; logs me in with ssh; posts a lovely welcome message AND closes the session. Is this a "term... (0 Replies)
Discussion started by: xprankard
0 Replies

2. UNIX for Dummies Questions & Answers

TomCat access in an Remote Linux Server

Hi all, I Installed Tomcat in an remote linux server (/usr/tomcat)and start service, using ./startup.sh (and tried with ./catalina.sh too). //----------------------------------------------------------------// # ./startup.sh Using CATALINA_BASE: /usr/tomcat/apache-tomcat-6.0.16/ Using... (1 Reply)
Discussion started by: gothama
1 Replies

3. Linux

Install Linux on remote server from Windows PC

I am very new with servers and have never used Linux. The server I'm looking at is not currently connected to anything, and I wish to install Linux on this server. It doesn't have a monitor (no video card) or keyboard. It does have a DVD. Can I communicate with that server using a Windows PC to... (8 Replies)
Discussion started by: kvalenti
8 Replies

4. Programming

SFTP from one remote server to another remote server from desktop

Hi, I have 1. lappy 2. server A 3. server B Now, what i need is to run a command from lappy that will sftp a file from server A to server B. Please guide me to achieve this. -akash (1 Reply)
Discussion started by: akash.mahakode
1 Replies

5. Shell Programming and Scripting

Is it possible to create 10GB file in Linux and transferring the file to other remote server

Hi folks, Is it possible to create 10GB file in linux and transferring the file to other remote server? Regards, J (3 Replies)
Discussion started by: scriptscript
3 Replies

6. Red Hat

Remote Linux server not accessible from same gateway after somedays

Hello, We are working on Client's remote server and accessing the same from putty from our office. Now from last 1 month we are facing an issue of inaccessibility of servers from same gateway we configured on our Desktop. However some machines are accessing the same remote server from same... (2 Replies)
Discussion started by: sunnysthakur
2 Replies

7. Shell Programming and Scripting

Running Commands on a Remote Linux Server over SSH

Hello, I'm trying to create a ksh script to ssh to a remote server, enter the password and a couple commands. For security reasons I have changed the login, password and ip in my example. #!/bin/ksh ssh -t -t username@12.5.5.3 << EOF password cd bin pwd EOF When I run it. It... (5 Replies)
Discussion started by: seekryts15
5 Replies

8. UNIX for Dummies Questions & Answers

Is it possible to upload files from a Linux station to a remote server via HTTPS?

Hi, I have a small Linux device that measures some IP stats from one network and then generates some stats files (csv format) based on the input at certain times. I want those stats files to be transmitted to a remote server a couple of times per day. The Linux device is placed in a location... (1 Reply)
Discussion started by: Zooma
1 Replies

9. Shell Programming and Scripting

Sudo connect to a remote server and execute scripts in remote server

Hello Every one!! I am trying to write a shell script which will connect to a remote server and execute scripts which are at a certain path in the remote server. Before this I am using a sudo command to change the user. The place where I am stuck is, I am able to connect to the... (6 Replies)
Discussion started by: masubram
6 Replies

10. Shell Programming and Scripting

Script connect to remote server, not find files and exit only from remote server, but not from scrip

I have a script, which connecting to remote server and first checks, if the files are there by timestamp. If not I want the script exit without error. Below is a code TARFILE=${NAME}.tar TARGZFILE=${NAME}.tar.gz ssh ${DESTSERVNAME} 'cd /export/home/iciprod/download/let/monthly;... (3 Replies)
Discussion started by: digioleg54
3 Replies
CTRLALTDEL(8)						       System Administration						     CTRLALTDEL(8)

NAME
ctrlaltdel - set the function of the Ctrl-Alt-Del combination SYNOPSIS
ctrlaltdel hard|soft DESCRIPTION
Based on examination of the linux/kernel/sys.c code, it is clear that there are two supported functions that the Ctrl-Alt-Del sequence can perform: a hard reset, which immediately reboots the computer without calling sync(2) and without any other preparation; and a soft reset, which sends the SIGINT (interrupt) signal to the init process (this is always the process with PID 1). If this option is used, the init(8) program must support this feature. Since there are now several init(8) programs in the Linux community, please consult the documentation for the version that you are currently using. ctrlaltdel is usually used in the /etc/rc.local file. FILES
/etc/rc.local SEE ALSO
simpleinit(8), init(8) AUTHOR
Peter Orbaek (poe@daimi.aau.dk) AVAILABILITY
The ctrlaltdel command is part of the util-linux package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/. util-linux October 1993 CTRLALTDEL(8)
All times are GMT -4. The time now is 08:46 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy