Displaying 20 results from an estimated 23 matches for "_setup".
Did you mean:
setup
2010 May 28
2
How do I fix the 'fixme's
I am trying to install Fallout 1 using wine. When I try to install it I type in:
> ...$wine _setup.exe
the _setup.exe is to go into the windows installation. When the window pops up it says
that C: drive only has 216 mb
and that the Z: has 170 mb
I should be having 7 to 15 gigs on each of those drives.
I click on exit and the bash shell has 3 fix me errors:
>
> fixme:d3d_caps:init_dr...
2007 Nov 08
2
Bug#450638: Rebuild fails even if only debian/changelog updated
...rk/d/xen-3-3.1.1'
debian/bin/gencontrol.py
Traceback (most recent call last):
File "debian/bin/gencontrol.py", line 4, in ?
from debian_xen.debian import VersionXen
File "/home/iwj/work/d/xen-3-3.1.1/debian/bin/../lib/python/debian_xen/__init__.py", line 19, in ?
_setup()
File "/home/iwj/work/d/xen-3-3.1.1/debian/bin/../lib/python/debian_xen/__init__.py", line 16, in _setup
raise RuntimeError("Can't find %s" % support)
RuntimeError: Can't find /usr/src/linux-support-2.6.22-2
make[1]: *** [debian/control-real] Error 1
make[1]: Leav...
2010 Jul 19
2
Bug#589661: xen: FTBFS: RuntimeError: Can't find /usr/src/linux-support-2.6.32-5, please install the linux-support-2.6.32-5 package
...ebian/bin/gencontrol.py
Traceback (most recent call last):
File "debian/bin/gencontrol.py", line 6, in <module>
from debian_xen.debian import VersionXen
File "/tmp/buildd/xen-4.0.1~rc3/debian/bin/../lib/python/debian_xen/__init__.py", line 19, in <module>
_setup()
File "/tmp/buildd/xen-4.0.1~rc3/debian/bin/../lib/python/debian_xen/__init__.py", line 16, in _setup
raise RuntimeError("Can't find %s, please install the linux-support-%s package" % (support, version))
RuntimeError: Can't find /usr/src/linux-support-2.6.32-5, pl...
2014 May 05
1
Application crushes
....
It crushes when I try to play the video file. Native application,
compiled with the help of Android NDK 9r in Android Studio.
Program stack:
#0 theorapackB_readARM () at jni/theorarm/src/dec/bitwise2ARM.s:150
#1 0x673fae80 in oc_dec_headerin (_opb=0x6dca5278, _info=0x6dca52b0,
_tc=0x6728ebd8, _setup=0x6728eedc, _op=0x6728ebb8) at
jni/theorarm/src/dec/decinfo.c:171
#2 0x673fb160 in th_decode_headerin (_info=0x6dca52b0, _tc=0x6728ebd8,
_setup=0x6728eedc, _op=0x6728ebb8) at jni/theorarm/src/dec/decinfo.c:240
#3 0x673fa43c in theora_decode_header (_ci=0x6728ebe8, _cc=0x6728ebd8,
_op=0x6728ebb...
2005 Dec 21
1
ustack() issues && correlating SIGSEGV activity?
...;
}
When I created a test program [1] and attempted to run the new script, I
got the following output:
$ dtrace -q -s foo.d -c ./fluffy
fluff: 20a30
[ * ] A bad function is Freeing memory at address ff3f1298n
ld.so.1`free
ld.so.1`setup+0x13ac
ld.so.1`_setup+0x3b0
ld.so.1`_rt_boot+0x88
Does anyone happen to know why the ustack() doesn''t show lex, yak, main
and _start? Also -- is there a way to use DTrace to trace access to memory
and correlate that back to the instruction and function that accessed it
(e.g., finding the cul...
2016 Aug 17
0
Anaconda error on centos 7.2
...eback (most recent call first):
File "/usr/lib/python2.7/site-packages/blivet/devicelibs/lvm.py",
line 538, in lvactivate
raise LVMError("lvactivate failed for %s: %s" % (lv_name, msg))
File "/usr/lib/python2.7/site-packages/blivet/devices/lvm.py", line
690, in _setup
lvm.lvactivate(self.vg.name, self._name)
File "/usr/lib/python2.7/site-packages/blivet/devices/storage.py",
line 413, in setup
self._setup(orig=orig)
File "/usr/lib/python2.7/site-packages/blivet/deviceaction.py", line
650, in execute
self.device.setup(orig=True)...
2010 Jan 22
1
MAC R crashes
...: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Application Specific Information:
abort() called
*** Terminating app due to uncaught exception 'NSInvalidArgumentException',
reason: '-[NSApplication _setup:]: unrecognized selector sent to instance
0x1006088b0'
If I delete my Rprofile, R will sometimes run but hangs and goes
non-responsive when I type only one letter of a command.
cat .Rprofile
# Example of .Rprofile
.First <- function() {
library(bayesm)
library(tclt...
2001 Feb 01
6
hello, I need some help for using wine
hello,
i have this problem :
[y.moya@yves y.moya]$ cd /mnt/cdrom
[y.moya@yves cdrom]$ ls
3Dfx SETUP.EXE _setup.dll autorun.pak hlinst.dll
setup.bmp
DATA.TAG SETUP.INI _sys1.cab data1.cab lang.dat
setup.ins
DIRECTX Worldcraft _user1.cab dsetup.dll layout.bin
setup.lid
Localize.cab _INST32I.EX_ autorun.exe dsetup16.dll os.dat
sierra.inf
Media _ISDEL.EXE...
2014 Mar 21
0
[PATCH RFC V2 4/4] tools: virtio: add a top-like utility for displaying vhost satistics
...for f in fields:
+ if f in filters:
+ subfield, values = filters[f]
+ for name, number in values.iteritems():
+ # kvm_exit(MMIO)
+ extra.append(f + '(' + name + ')')
+ fields += extra
+ self._setup(fields)
+ self.select(fields)
+ def fields(self):
+ return self._fields
+ def _setup(self, _fields):
+ self._fields = _fields
+ cpure = r'cpu([0-9]+)'
+ self.cpus = [int(re.match(cpure, x).group(1))
+ for x in os.listdir('/sys...
2008 May 25
3
Any good cad program?
So far i've only got a9cad to work.I tried progecad which is supposed to work,but by launcinh the exe,i get the wine console error.I also tried the edrawings viewer but same thing,and then i hear about the read-only bug of microstation 8.
Is there any good choice for cad applications as far as wine is concerned?
2020 Aug 24
0
[PATCH v6 36/76] x86/head/64: Load IDT earlier
...ude/asm/setup.h
index 8aa6ba0427b0..5c09f50ecf1c 100644
--- a/arch/x86/include/asm/setup.h
+++ b/arch/x86/include/asm/setup.h
@@ -50,6 +50,8 @@ extern unsigned long __startup_64(unsigned long physaddr, struct boot_params *bp
extern unsigned long __startup_secondary_64(void);
extern void startup_64_setup_env(unsigned long physbase);
extern int early_make_pgtable(unsigned long address);
+extern void early_idt_setup_early_handler(unsigned long physaddr);
+extern void early_load_idt(void);
#ifdef CONFIG_X86_INTEL_MID
extern void x86_intel_mid_early_setup(void);
@@ -66,6 +68,7 @@ static inline voi...
2012 Apr 10
3
[PATCH 0/2] adding tracepoints to vhost
To help in vhost analyzing, the following series adding basic tracepoints to
vhost. Operations of both virtqueues and vhost works were traced in current
implementation, net code were untouched. A top-like satistics displaying script
were introduced to help the troubleshooting.
TODO:
- net specific tracepoints?
---
Jason Wang (2):
vhost: basic tracepoints
tools: virtio: add a
2012 Apr 10
3
[PATCH 0/2] adding tracepoints to vhost
To help in vhost analyzing, the following series adding basic tracepoints to
vhost. Operations of both virtqueues and vhost works were traced in current
implementation, net code were untouched. A top-like satistics displaying script
were introduced to help the troubleshooting.
TODO:
- net specific tracepoints?
---
Jason Wang (2):
vhost: basic tracepoints
tools: virtio: add a
2002 Sep 16
5
directory structure problems
Hi. New to linux. When I try to run something under wine (installation of
windows program), I get the following error. My system is running
linux-only RH7.3. I've gone into the /config file with pico and tried
changing from c:\windows\temp to c:\temp with and without the double \\.
This resulted in a single install going presumably okay (I have no idea how
to LAUNCH the program I just
2007 Jul 27
0
Installation SC101 Netgear SAN Admin Tool in Wine
....so.0 (0x762ca4b8)
5 0xb7db857e __clone+0x5e() in libc.so.6 (0x00000000)
0x017c45d0: addb %al,0x0(%eax)
Modules:
Module Address Debug info Name (96 modules)
PE 3b0000- 3e1000 Deferred igdi
PE 400000- 41e000 Deferred scm_2_0_24_setup_englisch
PE 750000- 777000 Deferred _setup
PE 780000- 84e000 Deferred ikernel
PE 960000- 971000 Deferred ctor
PE a90000- ad4000 Deferred iscript
PE e10000- e77000 Deferred isrt
PE 10a0000-...
2014 Mar 21
5
[PATCH RFC V2 0/4] Adding tracepoints to vhost/net
Recent debugging on vhost net zerocopy shows the need of
tracepoints. So to help in vhost{net} debugging and performance
analyzing, the following series adding basic tracepoints to
vhost. Operations of both vhost and vhost_net were traced in current
implementation.
A top-like satistics displaying script were introduced to help the
troubleshooting:
vhost statistics
vhost_virtio_update_used_idx
2014 Mar 21
5
[PATCH RFC V2 0/4] Adding tracepoints to vhost/net
Recent debugging on vhost net zerocopy shows the need of
tracepoints. So to help in vhost{net} debugging and performance
analyzing, the following series adding basic tracepoints to
vhost. Operations of both vhost and vhost_net were traced in current
implementation.
A top-like satistics displaying script were introduced to help the
troubleshooting:
vhost statistics
vhost_virtio_update_used_idx
2010 Aug 04
6
64-bit chess engines and wine 1.2
Hi,
an interesting new feature of wine 1.2 is it's 64-bit support. Many Windows chess engines gain about 50-80% speed increase when running at 64-bit. Most provide 32-bit and 64-bit engines. But on my 64-bit Ubuntu 10.04 only an error message appears i.e. with the free Stockfish 1.8.
Code:
max at ub64:~/Downloads$ uname -a
Linux ub64 2.6.32-24-generic #38-Ubuntu SMP Mon Jul 5 09:20:59 UTC
2006 Mar 03
10
CiscoWorks 2.5 Install on Solaris 10
I''m trying to install CiscoWorks 2.5 on Solaris 10 update 1, and after
the install when I try to start the daemon, it errors:
# /opt/CSCOpx/objects/dmgt/dmgtd.sol
ERROR: open file dmgtd failedERROR >>>>>>>>>>>>> open msg catalog
failed. NLSPATH incorrect or objects/share/nls/C/dmgtd.cat is missing.
# echo $NLSPATH
2020 Aug 24
96
[PATCH v6 00/76] x86: SEV-ES Guest Support
From: Joerg Roedel <jroedel at suse.de>
Hi,
here is the new version of the SEV-ES client enabling patch-set. It is
based on the latest tip/master branch and contains the necessary
changes. In particular those ar:
- Enabling CR4.FSGSBASE early on supported processors so that
early #VC exceptions on APs can be handled.
- Add another patch (patch 1) to fix a KVM frame-size build