similar to: Games

Displaying 20 results from an estimated 400 matches similar to: "Games"

2017 Jan 30
1
winbind -u works, getent passwd dont't work
The getent passwd works for now on my ads member, thanks a lot. I think I have an other problem. ("FOO" is the short domain) AD DC: getent passwd | tail -2 FOO\sone:*:2057:513:some one:/home/FOO/sone:/bin/false FOO\user:*:2029:513:System User:/home/FOO/user:/bin/false vs. AD Member FOO\sone:*:4294967295:4294967295:some one:/home/FOO/sone:/bin/false
2006 Jul 26
1
xenU / xen0 - or a single (xen) kernel?
from the README: " These are smaller builds with just selected modules, intended primarilly for developers that don''t like to wait for a -xen kernel to build. The -xenU kernel is particularly small as it does not contain any physical device drivers, and hence is only useful for guest domains." correct me here, but does that mean for a typical rollout you want to
2011 Oct 13
2
How to divide the puppet.conf file in multiple files ?
Hi, How can i divide my puppet.conf file in multiple files ? I would like to have the [main] and [agent] section in puppet.conf and [master] in puppetmaster.conf for example. I could call sone "include" or "import" statement inside puppet.conf to include the content of puppetmaster.conf in my configuration Not sure if this is a stupid question, but i could not find any
2001 Feb 03
2
wine and Monkey Island 4
Hi, today I wanted to start Monkey Island 4 with wine. I'am using cvs version of wine from today (04.Feb.2001), I also patched the transgaming directx patch into it. My system: SuSE 7.0 with KDE2.1beta2, GeForce 2MX with 0.96 NVidia drivers, Soundblaster PCI 128 (ES1371) with Kernel drivers. I use wine with installed Windows. My startup command is: wine "c:\Monkey4\Monkey.exe"
2000 Jun 25
2
tinc1.0pre3
I gave tinc1.0pre3 a test after the modifications you have done today. It insists that it is still 1.0pre2 but this is due to the fact the you used "1" as tag for configure.in rather than "CABAL". Anyway - results were not much more successful than yesterday: *** SERVER side log file from startup until sone seconds after connection was established *** Jun 25 21:14:30 lemon
2010 Jun 28
2
ask a question about list in R project
my list al is as below: mylist=list(c(2,3),5,7) > mylist [[1]] [1] 2 3 [[2]] [1] 5 [[3]] [1] 7 How could I get the following FOUR lists: First one [[1]] [1] 3 [[2]] [1] 5 [[3]] [1] 7 Second one [[1]] [1] 2 [[2]] [1] 5 [[3]] [1] 7 Third One [[1]] [1] 2 3 [[2]] [1] 7 Last one [[1]] [1] 2 3 [[2]] [1] 5 Do I have to use 'for' loops? Please give me sone suggestions! Thank you
2006 Oct 05
1
Cannot re-make a software raid pair
Apologies if you get this twice - the first one didn't seem to make it... Hi Guys, I have just replaced a faulty Max...woah, wait...this one's a Seagate... IDE hard disk but I cannot remake the software raid pair. The currently running disk is hda and I am trying to add back hdg - both are master drives on separate controllers. I have run fdisk on hdg and created the same partition
2007 Sep 12
2
Tick intervals
Hi, I would like to plot a histogram with the following codes, and I would like to make the tick intervals smaller. I tried to add "lab=c(1,1,12)", but nothing changes. par(mfrow=c(1,1),font=1, cex=0.8) hist (data1, seq(-0.01,0.3,0.01),freq = FALSE, main="Figure1.",xlab="return",lab=c(1,1,12)) lines(density(data1), col="blue") Could anyone give me sone
2005 Jun 29
1
symbolic link problem
Hi All, I'm having some annoying problems with symbolic links. I'm not certain they relate to samba but hopefully sone here can help anyway. I have a linux ( Mandrake 10.1 ) machine sharing various directories ( samba 3.0.7 ) with a network of linux ( also MDK 10.1 ) and windows machines. Within the shared directories are a number of
2001 Jul 28
2
UT
I read your message about using the Loki Linux Unreal Tournament engine to play Unreal. I have the original Unreal Windows version CD and would like to play it on Linux but can't get the Loki version to recognize the CD. Can you tell me which files to download from Loki and how to install them? Thanks, Rick Knight (rick@rlknight.com)
2001 Apr 26
1
Is there any function equivalent to Rgui's File--Save to File (menu bar) command ? (R for Windows)
Dear R users: I would like to know whether or not there is some auxiliary function for the Windows Port that emulates Rgui's Fille|Save to File [menu bar] command, analogous to flush.console(). More specifically, what I want to do is to insert such a function in .Last function in .Rprofile to automatically save the contents of the console as an ASCII text file whenever I quit Rgui. Or is
2005 Mar 18
4
Cant connect to samba server
Hi All, This is very urgent, please help me. I have a redhat machine (2.4.9-e.24) which is acting as a samba server (samba - 2.2.7) Everything was going smoothly until we changes the ip address of our windows machines. Now if i try to connect to the server it gives me the error: "windows cannot find '\\titan". Check the spelling and try again." I have tried connecting by
2001 Apr 04
1
To execute jpeg() under a remotely accessed Linux machine(via non-X-window emulation mode)
Dear R users: When I tried to execute R(ver. 1.2.1)'s jpeg() command on a remotely accessed (via the telnet line mode, NOT some X-window-emulated mode such as tridiaVNC viewer for windows ) Linux machine, platform: "i686-pc-linux-gnu" arch : "i686" os : "linux-gnu (RedHat ver.6.2)" system : "i686, linux-gnu" major : "1" minor :
2002 Oct 02
4
HalfLife on latest CVS
Whilst bored I purchased HalfLife for Windows, having read people mention on Slashdot that it runs on Wine. I run Debian (woody) on an AMD Athlon 1.4GHz machine with 1Gb RAM as my desktop. It currently has a Voodoo3 video card, though I have a dual head Radeon which I'm going to use once I get a monitor that is compatible (my current monitor has a very wavy display with that card). I
2000 Dec 19
1
A bug (?) in Rgui Configuration Editor (buffer lines) in R1.2.0 for Windows (Rgui.exe)
Dear R users: Today (December 18th) I downloaded R1.2.0 for Windows from ftp://ftp.stat.unipd.it/users/guido/RWin and then invoked its Rgui.exe to change its gui configuration. After I set new values in Rgui configuration Editor frame and saved the set of new parameters as a "Rconsole" file, then I re-started Rgui and R issued an error message concerning the buffer-line-value in the
2012 Oct 18
3
For loop with i and j and multiple if statements... help!
Dear all! I'm quite new to R and at this moment a little bit lost in trying to make a function work with a for loop that has two variables (i and j) and multiple if statements.. I hope that someone of you could help me. I would very appreciate it! What do I want to do? I am analysing the data of an 'eye tracker'. The eye tracker registers the coordinates to which participants
2005 Nov 21
2
Halflife / Counterstrike (using Steam) does not work.
Hi, I'm using Gentoo Linux and Wine 0.9.1. I had no problem to install Steam, but Halflife and it's Mods like CS doesn't work. After starting the game through Steam, the background image appears, but there are no menu entrys and the App didn't reponse anymore. If I minimize CS and maximize it again, the background didn't get repainted. When having virtual desktop disabled
2004 Apr 21
1
Solaris 8: RSA_padding_check_PKCS1_type_1:block type is not 01
Hi, I have a returning problem with one of my sparc Solaris machines. I have a Ultra2 with two 296MHz processors. All recent combinations of openssh/openssl have a not permanent problem. If i try to connect to the machine, i get sometimes these errors: # ssh root at simba RSA_public_decrypt failed: error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01 key_verify failed
2001 Mar 27
2
ms windows quake 3 on linux is this possible?
i had an old version of wine, about 2mnths i downloaded it. i couldn't get it working at all, well i had solitaire going and was about it, and partly installed some games but they never worked. do i have to install the whole windows OS onto linux. i hope not, cos i didn't b4, my dream is to get my favorute apps working then dump that inferior operating system formerly know as windows. i
2007 Mar 19
3
How to setup a joystick in Wine
I spent hours the other night trying to re-map my Logitech USB wireless gamepad for playing games in Wine. I added registry keys all over the place with the cryptic X,Y,Z,Rx nonsense but nothing would seem to work. Does anyone know how to do this properly, or is it broken? I'm trying to map the right thumbstick for looking around and left stick for moving in Rune.