[PLUG] Need DLL help to get a Windows program working with WINE

2011-04-22 Thread MJang
Folks, I've been trying to get some Windows-only test software working on RHEL 6 for a client, but it borks out with an OLE Error 80040514 Can't get them onto Linux test software due to contracts. What I see online suggests that if I know what DLLs that program uses, I can get winetricks to

[PLUG] Solarized Color Scheme - Xresources

2011-04-22 Thread Michael Rasmussen
I've been trying to implement the Solarized terminal color schemes on my system with limited success. Information on Solarized: http://ethanschoonover.com/solarized My laptop is running Kubutu with Xorg package version 1:7.5. I've copied the provided Xresources file to ~/.Xresources The

Re: [PLUG] Problems with Virtual Box

2011-04-22 Thread MJang
On Thu, 2011-04-21 at 22:47 -0700, Russell Senior wrote: Daniel == Daniel Herrington dherring...@robertmarktech.com writes: Daniel Have you tried KVM? I've been using it successfully without Daniel issues for about a year. I find it very intuitive and easy to Daniel build, copy, and

Re: [PLUG] Solarized Color Scheme - Xresources - nevermind, resoloved

2011-04-22 Thread Michael Rasmussen
On Fri, Apr 22, 2011 at 08:26:39AM -0700, Michael Rasmussen wrote: I've been trying to implement the Solarized terminal color schemes on my system with limited success. Information on Solarized: http://ethanschoonover.com/solarized My laptop is running Kubutu with Xorg package version

Re: [PLUG] Problems with Virtual Box

2011-04-22 Thread Paul Mullen
On Thu, Apr 21, 2011 at 03:18:36PM -0700, MJang wrote: With KVM, it's so convenient to be able to start a VM from the command line, e.g. the following boots the noted system -- VirtualBox has a full-featured command line interface, too. VBoxManage startvm Your_Virtual_Systems_Name_Here starts

Re: [PLUG] Need DLL help to get a Windows program working with WINE

2011-04-22 Thread Richard Owlett
Tim wrote: What I don't know is how to figure out what DLLs are used by this Windows piece of (@!#t) software. Or perhaps there's some standard setting with winetricks that can help. You might be able to get the list by running: objdump -x myprog.exe Alternatively, if you run the

Re: [PLUG] Need DLL help to get a Windows program working with WINE

2011-04-22 Thread Aaron Burt
On Fri, Apr 22, 2011 at 08:24:34AM -0700, MJang wrote: Folks, I've been trying to get some Windows-only test software working on RHEL 6 for a client, but it borks out with an OLE Error 80040514 Have you installed Jet 4.0 and MDAC 2.8? I'll bet the program was written in VB6 and/or

[PLUG] bash test...

2011-04-22 Thread Russell Johnson
Does anyone see why I get Unexpected Operator with the following: if [ ${EBS} == /net/dbvol ]; then Russell Johnson r...@dimstar.net ___ PLUG mailing list PLUG@lists.pdxlinux.org http://lists.pdxlinux.org/mailman/listinfo/plug

Re: [PLUG] bash test...

2011-04-22 Thread Paul Heinlein
On Fri, 22 Apr 2011, Russell Johnson wrote: Does anyone see why I get Unexpected Operator with the following: if [ ${EBS} == /net/dbvol ]; then == isn't a valid string operator. Try = instead. Russell Johnson r...@dimstar.net ___ PLUG

[PLUG] Apache or PHP configuration problem

2011-04-22 Thread Richard C. Steffens
I have Apache and php running on my Ubuntu desktop machine. I just installed Apache 2.2.17 and php 5.2.17 on my XP laptop (I used the .msi installers for each, and then tweaked the Apache httpd.conf file to fix path errors caused by the php installer). I expected that I would be able to copy a

Re: [PLUG] bash test...

2011-04-22 Thread Robert Citek
Works for me: $ EBS=/net/dbvol $ if [ ${EBS} == /net/dbvol ]; then echo yes ;else echo no ; fi yes $ EBS=/net/dbvolx $ if [ ${EBS} == /net/dbvol ]; then echo yes ;else echo no ; fi no I suspect the error is elsewhere. Regards, - Robert On Fri, Apr 22, 2011 at 5:26 PM, Russell Johnson

Re: [PLUG] Apache or PHP configuration problem

2011-04-22 Thread Robert Citek
What do your apache logs say? Could it be an issue with the end-of-line character? If you create this file on XP, does it render correctly? htmlbodyHello/body/html If you creat that file on linux and copy it over, does it render correctly? Do something similar with a simple php and css file.

Re: [PLUG] bash test...

2011-04-22 Thread Marvin Kosmal
What bash version are you using?? bash --version GNU bash, version 4.1.5(1)-release (i486-pc-linux-gnu) Copyright (C) 2009 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html This is free software; you are free to change and redistribute it.

Re: [PLUG] bash test...

2011-04-22 Thread Robert Citek
$ echo $BASH_VERSION 4.1.5(1)-release On Fri, Apr 22, 2011 at 9:52 PM, Marvin Kosmal mkos...@gmail.com wrote: What bash version are you using?? ___ PLUG mailing list PLUG@lists.pdxlinux.org http://lists.pdxlinux.org/mailman/listinfo/plug

Re: [PLUG] bash test...

2011-04-22 Thread Dale Snell
On Fri, 22 Apr 2011 18:52:48 -0700 Marvin Kosmal mkos...@gmail.com wrote: What bash version are you using?? bash --version GNU bash, version 4.1.5(1)-release (i486-pc-linux-gnu) Copyright (C) 2009 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later

Re: [PLUG] bash test...

2011-04-22 Thread Russell Johnson
On Apr 22, 2011, at 6:26 PM, Robert Citek wrote: Works for me: $ EBS=/net/dbvol $ if [ ${EBS} == /net/dbvol ]; then echo yes ;else echo no ; fi yes Making it a single equal sign resolved the issue. I am using bash 4.1.5 on Ubuntu 10.04. Russell Johnson r...@dimstar.net

Re: [PLUG] Apache or PHP configuration problem

2011-04-22 Thread Richard C. Steffens
On 04/22/2011 06:34 PM, Robert Citek wrote: What do your apache logs say? The last several lines of error.log: [Fri Apr 22 15:02:32 2011] [notice] Parent: Child