Displaying 20 results from an estimated 900 matches similar to: "PUSHD under WINE?"
2010 Oct 27
2
Could not find CLSID for Windows Script
Hi!
I have gone a bit further with the installation of Python with Wine.
I have downloaded http://www.dll-files.com/dllindex/dll-files.shtml?msvcirt and placed it in the .wine/drive_c/windows/system directory.
And I have run
msiexec /i python-2.4.msi
within the .wine/drive_c directory.
The Python setup windows pops up but when selecting the "Destination directory" I get the
2010 Oct 22
2
wine test.bat - Does it work?
Hi all!
I have a .bat file that I need to run on a machine that runs Linux.
Is it possible to run a .bat file under WINE?
I have installed WINE and tried writing wine test.bat on the command line but it didn't work.
I got the error message,
wine: Bad EXE format for H:\Dokument\test.bat
Is it only .exe files that can be run under WINE?
Thanks,
S?nia
S?nia Lil?o
O2 Strandv?gen 5B 114 51
2010 Nov 02
0
.exe not running with Wine 1.1.42/Debian lenny but running fine with Wine 1.2/Ubuntu
Hi!
I am running a python script in Linux that calls an .exe file.
But I am getting the error message " cannot execute the binary file".
The Linux version that I am using is
Linux version 2.6.26-2-amd64 (Debian 2.6.26-25lenny1) (dannf at debian.org) (gcc version 4.1.3 20080704 (prerelease) (Debian 4.1.2-25))
and the wine version is wine-1.1.42.
If I use instead,
Linux version
2018 Apr 27
3
How do I get the kernel srpm?
I tried to follow the work flow shown in https://wiki.centos.org/Sources, but
it does not seem to work:
I did this:
mkdir CentOS
pushd CentOS
git clone https://git.centos.org/git/centos-git-common.git
git clone https://git.centos.org/git/rpms/kernel.git
pushd kernel/
git checkout c6
../centos-git-common/get_sources.sh
And I got the message:
Missing metadata. Please run from inside a sources
2009 Nov 19
4
mac client and inherited permissions
Hi everyone,
We are a longtime samba/win desktop shop but are getting more Macs.
Samba sernet rpms 3.3.9 on CentOS 5.4 test box (started to test 3.43
but will wait) and I confirmed a problem I have been having in
production.
Server is ADS member with ldap stored idmap. All AD auth and idmap are
identical to production servers and have been working fine for years.
Filesystem is XFS and there are
2014 Feb 12
1
Software GPO deployment fail because of computer trust
Hello all,
I've come a cross some strange GPO software deployment issue and below are
some info.
I've 2 DC + 1 Domain member (net ads join)
AS per suggested, the 2 DC are only use for DC and GPO where the Domain
member is working as the files sharing server.
There are some strange issue happen where:
1. Win7 vm test maching can get the GPO software without problem
2. Win XP in LAN can
2014 May 18
2
[LLVMdev] Clang 3.5 Release Pre-Pre-Pre-Announcement
Bill,
Are there any plans to integrate the new openmp support into the
llvm/clang 3.5 build process? I have been able to build the current
llvm/clang/compiler-rt/openmp svn on Mac OS X 10.9 out of tree with…
pushd projects/openmp/runtime
make compiler=clang
popd
and then
OPENMP_DIR=`ls projects/openmp/runtime/tmp | grep dyn`
pushd
2018 Jul 03
2
Firefox 60.0.1.0 ESR Progress?
Thanks for the idea, I'm not in a hurry and don't have a desire to
hand-jam upstream versions of firefox onto desktops. I just need to
track progress on the patch release and report an ETA to our cyber
security team.
I just figured CentOS had a fancy devops CI/CD system somewhere that I
could keep tabs on to watch what's going on as patches get built,
tested and published. Seems
2015 Jul 21
0
how to determine what's installed from a repository?
On 07/21/2015 02:30 PM, Binet, Valere (NIH/NIA/IRP) [C] wrote:
> How about
>
> $ sudo yum list installed | grep <reponame>
YES! This did it! Thank you!
>
> It won?t work in CentOS 5 but it should work in 6 or 7
>
> Val?re Binet [C]
> IT Security Administrator
> Kelly Government Solutions On-Site at the NIH
> NIH / NIA / IRP
> Tel : 410 558 8013
>
2006 Aug 05
0
cor of two matrices whose columns got shuffled
Hello,
I'm trying to take the correlation of two distance matrices and get
the r2 value
ex)
Ndisc PS1 Ntet Nsito NcB NcA PS3 NcC
NiB NiA
PS1
0.08945
Ntet 0.08601
0.02020
Nsito 0.09361 0.02780
0.02260
2015 Jul 21
2
how to determine what's installed from a repository?
How about
$ sudo yum list installed | grep <reponame>
It won?t work in CentOS 5 but it should work in 6 or 7
Val?re Binet [C]
IT Security Administrator
Kelly Government Solutions On-Site at the NIH
NIH / NIA / IRP
Tel : 410 558 8013
mailto: binetv at nia.nih.gov
On 7/21/15, 5:09 PM, "Robert Wolfe" <Robert.Wolfe at malco.com> wrote:
>Try:
>
>sudo yum
2001 Jul 24
2
Small buglet trying to recompile SRPM
I've got RedHat 7.1 and when I downloaded the SRPM for
openssh-2.9p2-1.src.rpm and tried to rpm --recompile it bombed.
Here's the error message that it generated:
+ pushd x11-ssh-askpass-1.2.0
/usr/src/redhat/BUILD/openssh-2.9p2/x11-ssh-askpass-1.2.0
/usr/src/redhat/BUILD/openssh-2.9p2
+ xmkmf -a
imake -DUseInstalled -I/usr/X11R6/lib/X11/config
make Makefiles
Makefile:1052: *** target
2014 May 18
3
[LLVMdev] Clang 3.5 Release Pre-Pre-Pre-Announcement
Bill,
I have the openmp support in llvm 3.5svn now built on 10.7 using Xcode
4.6.3 and 10.8/10.9 using 5.1.1. The 10.7 build required the hack…
perl -pi -e 's|list\(APPEND SANITIZER_COMMON_SUPPORTED_DARWIN_OS
iossim\)||g' projects/compiler-rt/CMakeLists.txt
to suppress building libclang_rt.asan_iossim_dynamic.dylib. The compiler-rt
build now expects the iPhoneSimulator7.0.0.sdk but
2013 Nov 17
2
[LLVMdev] Quad-Core ARMv7 Build Slave Seeks Noble Purpose
On Sat, Nov 16, 2013 at 9:15 PM, Mikael Lyngvig <mikael at lyngvig.org> wrote:
> http://llvm.lyngvig.org/Articles/How-to-Setup-an-Arch-Linux-Buildbot-for-LLVM
> Notice: You only need Ninja for the test build; none of the official LLVM builders use Ninja as far as I know.
My buildbots use ninja.
> Please notice that you must specify the absolute path to ninja, otherwise CMake
2008 Dec 15
3
Problems compiling PostgreSQL package from FC8 on CentOS 5
Dear CentOS list
we are a small software company making mostly web driven GIS software.
We started to simplify out sysadmin life making RPM packages of most of
the GIS software stack. For a dependency issue we had to abandon the
upstream 8.1 PostgreSQL and install at least a 8.2 version. Taking the
package from Fedora 8 and rebuilding it for x86_64 went smoothly.
Unfortunatly the same is
2013 Nov 17
0
[LLVMdev] Quad-Core ARMv7 Build Slave Seeks Noble Purpose
Thanks for spotting those errors! Fixed.
If you feel that this doc should be part of the LLVM documentation, perhaps
in a revised form, just let me know. I am willing to convert it into reST
and also to go through a peer review, but I simply cannot spend hundreds of
hours munging about, rewriting, and retesting over and over as I am already
busy on other documentation and other sub-projects.
2008 Apr 26
1
Xen and Torque
Dear Xen users.
Have anyone tried to integrate Xen with Torque resource management system?
Could you please help me with an advice for a system I''m developing that
relies on torque.
Let me describe the system first.
The part of the system that talks with torque should request a certain
amount on nodes of a cluster and launch there a virtual machine instance
(one vm instance per host).
2014 Jan 08
1
EFI build problems
On Thu, 19 Dec, at 02:39:23AM, Celelibi wrote:
>
> Hello,
> I confirm the command realpath wasn't installed by default on my
> debian either. And it seems it can be easily replaced by readlink -f.
> And actually I find its use doubtful.
>
> However, as you may have seen, these scripts are quite new and may
> have bugs. Using pushd/popd in a /bin/sh script is a bug.
2007 Oct 05
1
(no subject)
Hi, All,
I try to accessing the x11() device over cgi - namely, when trying to
create a graphic using the jpeg() function, everything is fine from the
command line but it won't work over cgi, producing the error:
"Unable to open connection to X11 display"
Do you you know how to solve this problem or has anyone actually solved
this particular problem satisfactorily?
Thanks in
2013 Nov 17
1
[LLVMdev] Quad-Core ARMv7 Build Slave Seeks Noble Purpose
On Sun, Nov 17, 2013 at 12:53 AM, Mikael Lyngvig <mikael at lyngvig.org> wrote:
> Thanks for spotting those errors! Fixed.
>
> If you feel that this doc should be part of the LLVM documentation,
> perhaps in a revised form, just let me know. I am willing to convert it
> into reST and also to go through a peer review, but I simply cannot spend
> hundreds of hours munging