Displaying 20 results from an estimated 8000 matches similar to: "Error opening terminal: Unknown | Ubuntu 64 bits / PHP /"
2010 Apr 15
3
Same model over multiple databases problem
Hello,
I run many gameservers (about 10), each gameserver has a different
database and all gameserver''s databases has the table "players" which
is associated to the model Player. So every time I want to work with
the Player model I need connect to a different database depending on
which gameserver I am working on.
My problem is that I need to make rails choose which database
2008 Jul 30
1
Wine + chroot
Hello,
I have Debian 4 Etch. I have create a chroot for a User. This runs fine.
Now I want that the chroot-User can run Wine(with wineconsole).
I want to run Windows based GameServer over Wine.
How can I setup Wine to run under a existing chroot. The chroot-User can not run apt-get.
Yours sincerely,
D2Red
2020 Sep 25
0
Wine release 5.18
The Wine development release 5.18 is now available.
What's new in this release (see below for details):
- Vulkan shader compilation using the new vkd3d-shader library.
- USER32 library converted to PE.
- Console no longer requires the curses library.
- Support for display modes with various orientations.
- A number of syntax fixes in the WIDL compiler.
- Non-recursive makefiles.
2012 Apr 15
0
Mount & Blade: Warband black screen after intro video
I'm trying to play Mount & Blade: Warband in wine on a lubuntu 11.10 64bits system, which should work out of the box but, it doesn't work. I have try in different version of wine, running them in the console, they all give me the same thing. The intro video play but then, just a black screen.
This is the output I get:
Code:
-portable:~/.wine/drive_c/Program Files/Mount&Blade
2008 Mar 28
1
Problem redirecting output stream of wine
Hi all,
I'm using an Ubuntu 7.10 and the latest (?) version of Wine ( 0.9.58 ).
I'm running a windows application that seems to work properly, but i cannot manage to redirect the output to a file:
$ wine cmd.exe
Usage : cmd.exe [filename1] [filename2] ...
$ wine cmd.exe > /dev/null
Usage : cmd.exe [filename1] [filename2] ...
$ wine cmd.exe 2> /dev/null
Usage : cmd.exe [filename1]
2010 Nov 26
0
Wine release 1.3.8
The Wine development release 1.3.8 is now available.
What's new in this release (see below for details):
- Icons in the "open with" menus.
- Man pages for all installed binaries.
- Support for schemas in MSXML.
- Many installer fixes.
- Translation updates.
- Various bug fixes.
The source is available from the following locations:
2012 Feb 09
3
WineConsole Font Issue
Well many of you already know about the error but I'll still like to explain. I'm actually trying to get a Game Server Run on Linux without the X-server/VNC running. The server works but I don't have any console. There are some users who actually got a console without Xserver/VNC running on their game server using wineconsole so I'm trying to do the same but wineconsole would
2011 Apr 14
8
Homefront dedicated Server
hey guys,
for some days the homefront dedicated server files are released, but just for windows.
I'm trying to get it run with linux squeeze 6.0.
After I successfull installed wine and uploaded the homefront files to my server, i've tried to start the dediacted homefront server with:
> wineconsole --backend=curses HFDedicated.exe SERVER ?maxplayers=32 -queryport=27025
2011 Apr 08
0
Wine release 1.2.3
The Wine maintenance release 1.2.3 is now available.
What's new in this release (see below for details):
- Translation updates.
- Various bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.2.3.tar.bz2
http://prdownloads.sourceforge.net/wine/wine-1.2.3.tar.bz2
Binary packages for various distributions will be
2010 Dec 24
0
Wine release 1.3.10
The Wine development release 1.3.10 is now available.
What's new in this release (see below for details):
- Support for notification balloons in system tray.
- Obsolete AudioIO sound driver removed.
- More work on ActiveX support.
- Various MSI fixes.
- Preloader now used for 64-bit too.
- Translation updates.
- Various bug fixes.
The source is available from the following
2002 Jun 11
0
[Bug 273] New: sshd hangs on shell exit if user spawned child with /bin/nohup
http://bugzilla.mindrot.org/show_bug.cgi?id=273
Summary: sshd hangs on shell exit if user spawned child with
/bin/nohup
Product: Portable OpenSSH
Version: -current
Platform: UltraSparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo:
2018 May 15
2
Four bitcode generated with plugin-opt=save-temps
Hi
I use the LDFLAGS=" -flto -fuse-ld=gold -Wl,-plugin-opt=save-temps " to
generate the makefile and to make the whole program. However, found four
different kinds of bitcode for each target. For example, I am compiling
coreutils. For the program "nohup", I can get
nohup.0.0.preopt.bc
nohup.0.2.internalize.bc
nohup.0.4.opt.bc
nohup.0.5.precodegen.bc
If I am right, I
2011 Nov 26
1
Freelancer Gameserver Problem err:module:attach_process_dlls
Hi guys i hope someone of you can help me to solve my problem
First of all:
it's a VServer from netcup
i thinks it's Debian Squeeze 64 installed on it
my wine version is 1.0.1 it'S what it installed with apt-get wine
i dont know why i don't get any newer version
like the topic already says i try to host a Freelancer gameserver
sadly its a microsoft game so there is no Linux
2012 Mar 16
2
Wine has probs with Mount & Blade Warband
Hi;
I want to use Wine to play M&B Warband. I don't know why wine has problems with this; it should probably work.
For further information I created the backtrace:
>
> Unhandled exception: page fault on read access to 0xffffffff in 32-bit code (0xb699347d).
> Register dump:
> CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b
> EIP:b699347d ESP:0440ec0c EBP:b6c80ff4
2018 May 15
0
Four bitcode generated with plugin-opt=save-temps
These are the bitcode at different stages of the LTO portion of the
compile. LTO merges the IR for all files being linked and optimizes them as
a single monolithic module. The preopt.bc is the merged IR just after
merging and before performing any LTO optimizations. internalize.bc is
after performing whole program internalization. opt.bc is after the
optimization pipeline, and .precodegen.bc is
2018 May 15
1
Four bitcode generated with plugin-opt=save-temps
Hi Teresa
Thanks for your very quick and clear explanation. I have one more question.
The emit-llvm option will give you the IR for a single source file when you
compile it with -c. All of those files when combined give the IR in the
preopt.bc temp file.
===========
So if I use "clang -emit-llvm -c" to generate the .ll file. It should be
the same as the one I generated by using
2004 Sep 28
1
infinite loop in rsync daemon on Mac OSX
Hello,
I've got rsync --daemon running on an OSX machine, and I have it exporting
the entire hard disk as [rootpath]. On my Linux machine, I run this:
rsync -avvv --delete --exclude /Volumes macbox::rootpath /mnt/bkup/macbox
I redirect the output from that command to a file (nohup.out), and then tail
the file, and I see that it never gets beyond the recv_file_name() stage.
In about 4
2003 Oct 25
0
esfq testing !
Hi,
I''m have a linux router like this:
ADSL modem-->(eth0) Linux Router (eth1)<--->LAN (6 hosts)
Since I want to apply fairness to 6 hosts LAN,
I have compiled kernel 2.4.20-8 with patch esfq 0.2
(and iproute2 with patch esfq too.)
Next, I run folow script:
--------------------------------------------
#!/usr/bin
TC="/sbin/tc"
$TC qdisc del dev eth1 root 2>
2001 Jul 11
2
Regarding hanging of ssh upon exit
Hi,
I would like to briefly comment on a problem mentioned in the file "TODO"
and also in the OpenSSH FAQ (question 3.10), namely the hanging of an ssh
connection (on Linux) if there are active processes.
It is stated that this has to do with the fact that children of the shell
are not killed upon exiting the shell. However, the problem also occurs if
a process is started with
2002 Jun 11
0
[Bug 273] sshd hangs on shell exit if user spawned child with /bin/nohup
http://bugzilla.mindrot.org/show_bug.cgi?id=273
------- Additional Comments From kerry.schwab at wnco.com 2002-06-12 06:26 -------
Debug output, with comments:
Get this once i'm in:
>>[some omitted for brevity]
>>debug1: session_new: session 0
>>debug1: Allocating pty.
>>debug1: session_pty_req: session 0 alloc /dev/pts/12
>>debug1: fd 4 setting TCP_NODELAY