similar to: Wine path-association

Displaying 20 results from an estimated 600 matches similar to: "Wine path-association"

2013 Aug 27
3
Puppetdb module installation error -
Is the module puppetdb from the forge still correct ? Every time I try to install puppetdb from the puppet module ("puppet module install puppetlabs/puppetdb"), i got a warning : *Warning: cprice404-inifile is deprecated; please update to puppetlabs-inifile* How may i install the puppetlabs-inifile instead of cprice404 ?? -- You received this message because you are subscribed to
2013 Mar 08
5
hiera / create_resources / define
I''m trying to use create_resources to create a series of files with semi-custom content based on a template. This is what I have: foo.conf.erb: Name "<%= name %>" WorkingDir "<%= working_dir %>" ... a bunch of static entries YAML: configs: config1: Name: app1 WorkingDir: /var/app1 config2: Name: app2 WorkingDir: /var/app2
2013 Feb 27
1
puppet openstack - missing quantum module
Hello, I was very thrilled when I found openstack module since I am in the process of doing some "heavy" testing However I was not able to use it due to the "Could not find declared class quantum::db::mysql" error There is no quantum module available as part of the openstack module installation Here is a directory listing: ls /etc/puppet/modules apache apt cinder
2013 Jun 04
2
[PATCH / RFC] Handle --packager-config in zypp_rpm
This is an attempt to handle a different --reposd-dir in the zypp_rpm driver. Up to now the system repositories in /etc/zypp/repos.d were used. To specify a different set of repositories for zypp a parser for a simple zypper.conf is added in this patch. It just looks for reposdir= in section main, like this: [main] reposdir=/path/to/other/repofiles If the config file provided via
2012 Oct 12
6
PuppetDB Install error: "::postgresql::validate_db_connection" at /etc/puppet/modules/puppetdb/manifests/server/validate_db.pp:62
Hi Everyone; I am getting the following error when I try to install PuppetDB. Maybe I have stale instructions?? Thanks! Bee Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Invalid tag "::postgresql::validate_db_connection" at /etc/puppet/modules/puppetdb/manifests/server/validate_db.pp:62 -- You received this message because you are subscribed to the
2007 Dec 01
3
wine-users Digest, Vol 29, Issue 1
Eric Weir wrote: >> I decided to make my installation more "up-to-date" by uninstalling and >> reinstalling. I've uninstalled and reinstalled twice now, and each time >> the only thing in the /.wine folder is two registry files -- no Windows >> folders, no drive-c. Of course, when I try to run Wine, it fails. What's >> going on? What can I do?
2005 Jan 06
1
rbugs in linux
Hi, I am trying to run the "schools" example in the rbugs library (running winbugs in linux via wine-20041201) but keep getting the following error. Note I have tested wine and winbugs to confirm that both are operational. Error in runBugs(bugs, script.file, n.chains, workingDir, useWine, wine, : BUGS stopped before getting to coda. The command I'm using is:
2007 Jan 04
4
yumrepo err
I am just starting with puppet to replace a ''homegrown'' config distribution system and it is looking very promising, i will be playing with the templating next. I have run into an error when attempting to disable the shipped repo''s with CentOS 4.4. See the relevant info below. This is obviously a problem when repo definitions include multi-line baseurl''s.
2005 Feb 20
1
Proper way of updating winetools?
After updating from, say winetools-2.10-jo to 2.11-jo (by rpm), I can't use the wt startup scripts like ie6, wmplayer etc. any longer, and I get an error message similar to "winetools hasn't been configured for this user. Run the base setup ..." But doing so would erase my ~/.wine directory and thus destroy my old setup including all my program installations, which of course
2008 Jan 17
1
Under DTrace USDT and PID, kernel''s microstat accounting doesn''t work in this situation, doesn''t it?
Does anyone has any ideas about this problem? 2008/1/15, ?? TaoJie <eulertao at gmail.com>: > > Hi all: > > I''m working on revealing system performance now. > My testing program is an infinite loop. Inside the loop, it will do some > mathematical opertaions and call function callee(), then go to the next > loop. > I install a alarm(30) in the program. It
2009 Mar 25
1
Pipe creation problem: From Java app using rsync + ssh on windows with cygwin
Hello, I'm having trouble calling rsync from java on windows vista with cygwin installed. Its strange as pasting the exact same command into a command shell works fine. My test java call looks like this. * String[] envVars = {"PATH=c:/cygwin/bin;%PATH%"}; File workingDir = new File("c:/cygwin/bin/"); Process p = Runtime.getRuntime().exec("c:/cygwin/bin/rsync.exe
2014 Jun 22
2
[PATCH] utils/isohybrid.c: usage text change, s/AFP/APM/
It is "APM" Apple Partition Map, not "AFP" Apple Filing Protocol Reported-by: Thomas Schmitt <scdbackup at gmx.net> --- utils/isohybrid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/isohybrid.c b/utils/isohybrid.c index 05afd29..15f63fc 100644 --- a/utils/isohybrid.c +++ b/utils/isohybrid.c @@ -236,7 +236,7 @@ printh(void) printf(FMT,
2005 Mar 07
2
Running DVD Profiler fails
Hi ! I'm trying to get a program called DVD Profiler from InterVocative Software working in wine but it fails: #!/bin/bash . findwine cd "$WINEDIR/c/Program Files/InterVocative Software/DVD Profiler" #$WINE "c:\\program files\\InterVocative Software\\DVD Profiler\\dvdpro.exe" ${PARAM:+"$PARAM"} &>/dev/null & $WINE "c:\\program
2013 Sep 30
2
best practice for managing multiple stanzas within a config file?
What is the best way to manage multiple stanza within a config file? For a splunk configuration file (inputs.conf) I need to manage some thing like [monitor://var/log] blacklist = someRegularExpression whitelist = someOtherRegularExpression [monitor://var/lib/ourApp] There can be multiple monitor stanzas and each may or may not have a whitelist or blacklist. I haven''t found any
2004 May 07
3
Rterm
Dear all, Two questions regarding rterm First: C:\Program Files\R\rw1081\bin\rterm.exe --vanilla <test.r --args "Arg1" "Arg2" worked for me so far with r Version 1081, to start a R script with the given arguments. With R1090 C:\Program Files\R\rw1090\bin\rterm.exe --vanilla <test.r --args "Arg1" "Arg2" There is the error message: Rterm.exe
2013 Jan 17
3
How do I manage puppet.conf? Let me count the ways.
In a recent post Nikola Petrov summerized methods for managing config files such as puppet.conf: * use augeas with virtual resources * use the concat module * use the standard template function with multiple arguments; look at http://docs.puppetlabs.com/guides/templating.html and scroll down to "Combining templates" I can add a few others: * use the ini_setting type
2009 Jun 23
1
Dependencies
When I want to install wine on a custom root directory, there are lots of dependency-warnings. Just for a test i installed it with Code: rpm -Uvh --nodeps --root /wineroot . That works until the %post script which is Code: %post -p /sbin/ldconfig %postun -p /sbin/ldconfig the installation stops there but the path is created corectly and usable (i think). What does this post script do? I
2009 May 20
2
Creating a Rpm with a windows-program and wine included
Hello, I am trying to make an RPM for Linux that provides a windows program (That runs as a service on win) with included wine. The role model for this is google picasa. Picasa doesn?t need Wine to be installed. Can anyone give me advice on how this has to be done?
2010 Aug 08
2
When rebuilding new 1.3 version, uninstall first?
When pulling a new version of the Wine1.3 source from Git, do I need to first uninstall the current the current wine1.3 before building and installing the new version? If so, what's the command for that, since Wine1.3 is installed with tools/wineinstall instead of make install? Or do I use 'make uninstall' anyway? Or can I just overwrite the old version?
2011 Jan 13
1
Openbugs and rbugs on mac with wine
Hello list, I?ve been trying to get OpenBUGS running on my mac using the wine emulator. I can run Openbugs just fine by doing: wine ~/OpenBUGS312/OpenBUGS.exe In the terminal, so OpenBUGS works. When I try to run the schools example using rbugs(), the OpenBUGS process starts in wine, but it just sits there, no log, no script, no output of any sort. The rbugs () call makes the init,