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
MAC_STUB(4)						   BSD Kernel Interfaces Manual 					       MAC_STUB(4)

NAME
mac_stub -- MAC policy stub module SYNOPSIS
To compile the stub policy into your kernel, place the following lines in your kernel configuration file: options MAC options MAC_STUB Alternately, to load the stub module at boot time, place the following line in your kernel configuration file: options MAC and in loader.conf(5): mac_stub_load="YES" DESCRIPTION
The mac_stub policy module implements a stub MAC policy that has no effect on access control in the system. Unlike mac_none(4), each MAC entry point is defined as a ``no-op'', so the policy module will be entered for each event, but no change in system behavior should result. Label Format No labels are defined for mac_stub. SEE ALSO
mac(4), mac_biba(4), mac_bsdextended(4), mac_ifoff(4), mac_lomac(4), mac_mls(4), mac_none(4), mac_partition(4), mac_portacl(4), mac_seeotheruids(4), mac_test(4), mac(9) HISTORY
The mac_stub policy module first appeared in FreeBSD 5.1 and was developed by the TrustedBSD Project. AUTHORS
This software was contributed to the FreeBSD Project by Network Associates Labs, the Security Research Division of Network Associates Inc. under DARPA/SPAWAR contract N66001-01-C-8035 (``CBOSS''), as part of the DARPA CHATS research program. BUGS
See mac(9) concerning appropriateness for production use. The TrustedBSD MAC Framework is considered experimental in FreeBSD. While the MAC Framework design is intended to support the containment of the root user, not all attack channels are currently protected by entry point checks. As such, MAC Framework policies should not be relied on, in isolation, to protect against a malicious privileged user. BSD
December 1, 2002 BSD
All times are GMT -4. The time now is 02:03 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy