similar to: Need Wine-20001222.tar.gz

Displaying 20 results from an estimated 200 matches similar to: "Need Wine-20001222.tar.gz"

2001 Mar 31
1
Problems with cbtplayer
Hi, One of the main things I use Wine for is to run a Computer Based Training Player (cbtplayer, info found at www.smartforce.com). It used to work perfect on 20001222 and back several version from that. Since the 20010112 release, it has failed. I reload the 20001222 and am back in business. I posted the zipped debug output for download if anybody that can read this (most of it looks Chinese
2001 Jul 07
2
How to I fix undefined symbol: _glapi_Context error?
Hi, I found several hits on this, but my attempts to fix it do not work. I compiled the latest Wine 20010629 without a problem, but when I go to run any windows app with wine I get: err:module:BUILTIN32_dlopen failed to load .so lib for builtin x11drv.dll: /usr/X11R6/lib/libOSMesa.so.3: undefined symbol: _glapi_Context Could not load graphics driver 'x11drv' I tried compiling older
2001 Feb 10
2
VxDs in Wine
I would like to see Mame/32 working in Wine, however, it uses a couple of VxDs to do some things (I think it is timing and joysticks). Normally VxD's do not work in Wine, but Mame/32 is open source. With access to the source code of the VxD's, would it be possible to modify the VxD files to work with Wine? If so, what would need to be done to make the VxD drivers work with Wine?
2001 Aug 15
2
x11drv
I have SuSE 7.1. I installed wine from the disc When I try to run it as root, I get "Could not load graphics driver 'x11drv'" I cannot find x11drv anywhere on the disc's or the installed packages. can anyone tell me where I can get ? Chris.
2001 Aug 31
1
Trouble with opengl
I've been trying to run a few games and I get this error msg err:mmsys:MMDRV_InitHardcoded You didn't setup properly the config file for the Wine multimedia modules. Will use the hard-coded setup, but this will disapear soon. Please add a WinMM section to your Wine config file. fixme:console:SetConsoleCtrlHandler (0x60a620,1) - no error checking or testing yet
2007 Aug 20
6
Using case in class
OK, I started down this road a few months ago and got side tracked with project work. I have a class called "install" that I want to use with only machines on one protected subnet. In my site.pp file, among other node entries, I have - node default { install } The class itself - class install { case $domain { "test.example.com": { file:
2007 Feb 14
9
managing multiple files
How can I express the following in puppet? $http_conf = "/etc/http/conf/httpd.conf" $vhosts_conf = "/etc/http/conf/vhosts.conf" @files = ("$httpd_conf", "$vhosts_conf") foreach f (@files) { file { "$f": owner => root, group => root, mode => 664, source => "puppet://$server/apache/$f", }
2007 Feb 11
7
Could not find definition vico_network
I''m trying to manage network files on two nodes, "vico" and "backup." The component "vico_network" below works fine. define vico_network ($owner = ''root'', $group = ''wheel'', $mode = ''644'', $cro_int = ''ne3'', $carp0_skew = '''', $carp1_skew =
2007 Apr 27
5
puppetd -v -o hangs
I''m having this issue where "puppetd -v -o" hangs (won''t return my prompt) when starting a daemon I wrote. If puppetd is running as a daemon a zombie process is created each time puppetd tries to start my daemon. Puppet detects when the daemon is down and starts it just fine. I''m using version 0.22.3 on RHEL 5. Here''s the class. I''ve
2004 Sep 21
2
Asterisk(OS X) & X-Lite
I'm new to Asterisk and have installed it on OS X. I am trying to use an X-Lite softphone to connect through Asterisk to FreeWorld Dialup and am not having any luck. I have looked at several settings pages at voip-info.com but have had no luck. I am on a school network which I assume has some security but the particulars are unknown as they are not very helpful. It is necessary to
2007 Apr 13
3
wildcard node name?
Can you wildcard a domain for a node name like the following? node ''*.sub.example.com'' { .... } Thanks, Kent
2010 May 03
2
advice?
All- Thank you in advance for any help you might be able to lend. Here is my issue. I am trying to open a fairly large .dat file. The file originally was downloaded as a GZ file but I unzipped it (with 7-zip) into it's current 1.86 gig .dat format. I know that the data is "just a plain ASCII file with 720 columns and 360 rows per time step (month). It should be readable by
2007 Mar 29
2
case statement - Invalid tag error
Below is a simplified version of a class I''m using. I found that using a single character in the case statement results in the following error. [root@puppet classes]# puppetd -v -o notice: Ignoring --listen on onetime run info: Facts have changed; recompiling err: Could not retrieve configuration: Invalid tag "w"
2007 Feb 23
2
Ubuntu tutorial
I''ve submitted the following to howtoforge.com for approval. My plan is to create similar docs for OpenBSD, RHEL and installing from source. I''d certainly appreciate comments on how to improve the document, and feedback on errors. http://nixnotes.org/puppet.html Kent -- "It may be true that the law cannot make a man love me, but it can stop him from lynching me, and I
2007 Feb 11
2
tighten up class?
The following works fine but is there some way to make it more succinct? Thanks, Kent class obsd_etc_static { file { "/etc/mygate": owner => root, group => wheel, mode => 644, backup => main, source => "puppet://example.com/obsd_static/mygate" } file { "/etc/rc.conf": owner => root, group => wheel,
2007 Mar 30
7
subversion and /etc/puppet
I''m trying to come up with a way to manage /etc/puppet on the Puppet server from my workstation. My idea was to place all of /etc/puppet into subversion, check it out to my workstation, commit via ssh, and then use a post-commit to update /etc/puppet. That way any time I made a change in /etc/puppet it would be immediately updated and ready for the next puppetd run. Problem is the
2008 May 26
1
Virtual Desktop only for parent process?
I have a small question regarding the "Virtual Desktop" feature of Wine. The question is if I have a shortcut to run a process in a virtual desktop, it automatically makes all processes spawned from that process to appear in the Wine Virtual Desktop window as well. Is there a way around this, or am I stuck with it? It's not like it's the end of the world, but it's something
2001 Apr 22
2
Cannot Compile Wine
Hi, I have been trying to compile win, and to be honest, I am not real good at compiling, so when there is an error, I am left to hunting postings to try to find help. I lucked out and found a message thread with the exact same problem that I have, however, there was no response as to how to get around this. Any suggestions please would be greatly appreciated. I am running Red Hat Linux 7.0. Here
2010 Dec 10
2
Can Samba “security = user” be used for guest share without a Windows login prompt?
Hello, I hope this is not a dumb question, but I just need some clarification. I am trying to set up an Ubuntu Samba share for a lab with Windows computers (Vista and XP). I have two shares that are supposed to require authentication and one that is supposed to a public share with no login. I understand from reading the smb.conf manual that "security = user" makes Windows authenticate
2007 Oct 12
1
puppetmaster.freshness, 500 Internal Server Error
I''m getting the following error when trying to run puppetd on the server. I''m using version 0.23.2 from the dlutter repo. The OS is RHEL 5. Any idea what this is? I see reference to namespaceauth.conf regarding this problem but I can''t find anything definitive. [puppet]# puppetd -v -o err: Could not call puppetmaster.freshness: #<RuntimeError: HTTP-Error: 500