similar to: compil error on x86_64, when IA32_EMULATION [=y]

Displaying 20 results from an estimated 200 matches similar to: "compil error on x86_64, when IA32_EMULATION [=y]"

2009 Jan 23
4
How to build xen 3.3.1 and linux-2.6.27-xen.hg from source?
Hello List, how do i build xen 3.3.1 and linux-2.6.27-xen.hg from source? Here is what i tried: ---------------------------------------- cd /usr/src hg clone http://xenbits.xensource.com/ext/linux-2.6.27-xen.hg cd /usr/src/xen-3.3.1 Then i changed LINUX_VER from 2.6.18 to 2.6.27 in buildconfigs/mk.linux-2.6-xen. The files mk.linux-2.6-xen0 and mk.linux-2.6-xenU seem to be obsolete. After
2005 Jan 19
4
How to replace slashes with back slashes
Dear R-helpers I am running R2.0.0 under Windows 2000. I am compiling a number of file paths into a simple text file that will be read by some other software we use. Unfortunately, it can only handle file paths with back slashes (MS Windows convention), and from R, I get file paths with forward slashes. The following didn't work. > gsub('/', '\\',
2005 Apr 13
2
Combine univariate time series
Hallo everyone I have two univariate time series (class ts) describing the same variable. They have the same resolution, but span different periods in time with a big gap in between. I need to append one to the other such that they are one object, with the gap filled with NAs. The method ts.union produces a multivariate time series where the time axis is correct, but the individual time series
2017 Sep 24
3
Fallback to second menu entry, ONERROR looping forever
Hello I want to fallback to a second boot entry, if the kernel is missing for the first entry. So I through I could use ONERROR, but syslinux just continue to try starting the first entry. Am I doing something wrong? or can't this be done with syslinux? default menu.c32 prompt 0 MENU HIDDEN MENU AUTOBOOT TIMEOUT 2 ONERROR live-generic label grub ??? menu label ^Grub ??? menu default
2007 Jan 20
5
[PATCH] Fix linux compilation on x86-64
This patch fixes Linux 2.6.18 compilation on x86-64 and also works on i386. Signed-off-by: Stefan Berger <stefanb@us.ibm.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2008 Oct 09
4
Problems at installing Xen 3.3.0
I want to install Xen 3.3.0 from source code. but I failed in doing that in the following steps 1. download xen from http://bits.xensource.com/oss-xen/release/3.3.0/xen-3.3.0.tar.gz 2. # tar -zxf xen-3.3.0;cd xen-3.3.0 3. # make world ......succeed 4. # cp /boot/config-2.6.18-53.el5 build-linux-2.6.18-xen_x86_64/.config 5. # make linux-2.6-xen-config CONFIGMODE=menuconfig (or xconfig)
2017 Sep 27
0
Fallback to second menu entry, ONERROR looping Syslinux Digest, Vol 174, Issue 3
Hi! I think thats the whole point with ONERROR. We use it in PXELINUX with a reload label. So we can reload pxelinux (ONERROR) if someone types something wrong ?intall? instead of ?install?. ? Torgeir Sendt fra min iPhone 25. sep. 2017 kl. 21:03 skrev "syslinux-request at zytor.com<mailto:syslinux-request at zytor.com>" <syslinux-request at
2011 Jan 20
5
fetch passwords from AD and group membership from /etc/group
Hi List, I want to use Active Directory for my samba users passwords and /etc/group for storing group membership. /etc/nsswitch.conf looks like: group: file Problem: the tests i ran show that the samba server does not know about group membership (deleting file from other user belonging to the same group fails). The same test works as expectet when winbindd is switched off. What do i have to
2017 Sep 27
0
Fallback to second menu entry, ONERROR looping forever
On Sun, Sep 24, 2017 at 4:44 PM, Kristian Klausen via Syslinux <syslinux at zytor.com> wrote: > Hello > > I want to fallback to a second boot entry, if the kernel is missing for > the first entry. > > So I through I could use ONERROR, but syslinux just continue to try > starting the first entry. > > Am I doing something wrong? or can't this be done with
2007 Aug 22
0
compilation error on x86_64
Hello, I get xen unstable with comand: hg clone http://xenbits.xensource.com/xen-unstable.hg after download I type: make linux-xen-build CONFIGMENU=menuconfig and choose my hardware. Next make dist and after a little time I have error list bellow: make -C /mnt/miejsce/share/download/xen-hg/xen-unstable.hg/linux-2.6.18-xen.hg
2011 Mar 02
0
task_struct in xen
Hi, I am working on modifying Xen 3.4.3 for a security related project. I wanted to access the struct task_struct for a particular process running in DOM U. struct task_struct is a process descriptor maintained by the operating system. In linux it is usually present in linux/sched.h and it contains information such as process address space, process''s state etc. for a particular
2007 Oct 20
1
Xen Compilation error :2.6.18-5-amd64
---------------------------------everything seems to be ok above this --------------------------------------------- make[3]: Leaving directory `/home/onkar/sources/xen-3.1.0-src/build- linux-2.6.18-xen_x86_64'' make[2]: Leaving directory `/home/onkar/sources/xen-3.1.0-src'' make[1]: Leaving directory `/home/onkar/sources/xen-3.1.0-src'' make -C tools install make[1]:
2007 Jun 12
1
Compile error on Xen-305-rc1 on x86_64
Wanted to pass this error by you and get your feedback ... I tried building a debug kernel with spinlock related debug info. The tree was pulled when the Xen-305 first rc was announced (and has not been updated since) make -C /root/src/mercurial/xen-3.0.5-testing.hg/linux-2.6.18-xen O=/root/src/mercurial/xen-3.0.5-testing.hg/build-linux-2.6.18-xen_x86_64 vmlinuz Using
2008 Oct 08
7
How to debug Xen and Dom0 driver?
hi, I am wondering if anybody is doing Xen or Dom0 debugging with gdb here. If yes, could you show me the procedure of doing that? Thanks, Neo -- I would remember that if researchers were not ambitious probably today we haven''t the technology we are using! _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com
2012 Aug 07
4
Execution of a function
Hi >i have aproblem withe execution of my function >first, i wrote my function in the script of R >nom_fonction <- function(arg1[=expr1], arg2[=expr2], ...){ bloc d'instructions } > when i want to have the result i mean the laste instruction in the bloc of > instruction , i try to >wrote the name of function >source(aj.fun) Error in readLines(file, warn =
2017 Jun 16
0
compil error samba 3.6.5
Hai, Your subject suggest 3.6.5, see you did mean 4.6.5 I suggest you have a look here http://apt.van-belle.nl/ And if you dont want to use the packages, just get the source of my apt. Or get them from debian experimental and recompile them on jessie. You need unstable and experimental for the needed sources for 4.6.5 on debian and its dependecies. Greetz, Louis >
2006 Mar 20
1
can't compil
Hello! Why isolinux.asm is not compil? isolinux.asm:304: error: short jump is out of range isolinux.asm:307: error: short jump is out of range isolinux.asm:788: error: symbol `DATE_STR' undefined ui.inc:26: error: short jump is out of range ui.inc:30: error: short jump is out of range ui.inc:64: error: short jump is out of range ui.inc:88: error: short jump is out of range ui.inc:117: error:
2003 May 15
0
[Bug 567] pb at the end of compil with a dump of ssh-keygen
http://bugzilla.mindrot.org/show_bug.cgi?id=567 Summary: pb at the end of compil with a dump of ssh-keygen Product: Portable OpenSSH Version: -current Platform: MIPS OS/Version: IRIX Status: NEW Severity: critical Priority: P1 Component: Build system AssignedTo: openssh-unix-dev at mindrot.org
2013 Jun 24
1
Problem compil samba 4.0.6
Hi all, I have a problem when I try to compil samba 4.0.6 on my test machine (suse linux enterprise server 11 SP2 32-bits). output of compilation : [3353/3781] Linking default/lib/param/libsamba-hostconfig.so [3354/3781] Linking default/lib/tdb_wrap/libtdb-wrap.so [3355/3781] Linking default/libcli/security/libsamba-security.so [3356/3781] Linking default/lib/util/libutil_tdb.so
2003 Apr 02
0
Chan_capi compil error
Hi; I Use RED HAT 8 and chan_capi 0.1.0 I have errors in compilation. it can't find capi20.h and i have subscripted value is neither array nor pointer. help me please. before i have red hat 7.2 it work so i don't why there're errors. Rattana -------------- next part -------------- An HTML attachment was scrubbed... URL: