Displaying 20 results from an estimated 100 matches similar to: "FreeBSD 5.3 as DomU - new kernel with sysinstall embedded"
2005 Nov 09
2
FreeBSD DomU Fatal trap 12 in cpu_switch_load_gs
I see the following with a FreeBSD 5.3 DomU on 2.0.7
Fatal trap 12: page fault while in kernel mode
fault virtual address = 0xca7a0088
fault code = supervisor read, page not present
instruction pointer = 0x819:0xc0183343
stack pointer = 0x821:0xca069d30
frame pointer = 0x821:0x0
code segment = base 0x235, limit 0x8485e7c3, type 0x9
2005 Sep 08
4
Booting FreeBSD diskless in DomU
Using the 2.0.6 demo cd image, I booted the supplied freebsd image and rsync''d
the file system to an NFS server. However I don not seem to be able to
succesfully boot from it the system just hangs here:
xn0: bpf attached
xn0: Ethernet address: aa:00:00:61:1c:d4
lo0: bpf
I have modified /sbin/start_freebsd.sh and /etc/xen/freebsd.py to generate
the following configuration:
xendemo:~#
2006 Mar 15
0
fdisk, sysinstall and 6.1-BETA3/amd64
Hi folks,
I'm moving a server over to amd64 in the next week or so and I'm preparing
the RAID1 disk set with the 64 bit ports as we speak. I came across a nasty
little bug whilst doing so.
Motherboard is a Gigabyte GA-K8U with a ULi SATA controller and AR0 set up as
a RAID1 array using FreeBSD pseudo-RAID (ULi's metadata isn't supported). So
far, so good. Then into sysinstall
2003 May 13
0
Updating sysinstall
Hi list,
After a few updates from 4.4 through 4.8 using csvup, I want to update
/stand/sysinstall et al in case of emergency.
cd /usr/src/release/sysinstall && make all install works as expected,
but only updates the stand binary.
Allthough it's only a single binary, how do I build and install
boot_crunch to /stand without building and figuring out a complete
release-build?
And, as
2003 Jul 14
1
Make errors in /usr/src/release/sysinstall
I'm cvsupping 4.8-STABLE to 4.8-STABLE. The cvsup run finished about
23:32 on 7/13. After make buildworld, make buildkernel, mergemaster -p,
make installworld, and mergemaster -v, I do (per mostgraveconcern, RIP):
cd /usr/src/release/sysinstall
make clean
make all install
The 'make all install' gives errors:
In file included from keymap.c:40:
keymap.h:4436: `keymap_be_iso'
2006 Mar 24
2
New sysinstall in 6.1-PRE. make own release
Hi, all
I need building my own install server and want install my custom
world, custom kernel and other in non-interactive mode.
With 6.1-beta3 it work in mass (I not try install my kernel).
With 6.1-beta4 and more fresh I can't get non-interactive
installation.
1. I can't find how to select timezone non-interactive.
2. I can't good variant for installing my own kernel (now I use
2008 May 26
2
Why does sysinstall still limits cylinders to 65535?
Hello,
I have been struglling with sysinstall, attempting to make it handle
the geometry of some large SATA drives. After a lot of effort I
decided to stop suffering and modified the program in order to
circumvent the outdated limit of 65535 cylinders (see attached patch).
I'm thinking about submitting a PR with a change request but I'd like
to get some additional opinions first. I did
2007 Oct 13
3
cheap mobo/cpu combo with hardware virtualization support?
I''ve currently got a Xen 2 system running on a CL10000 VIA system. I''d
like to upgrade to Xen 3 and make use of the hardware virtualization
support in Xen (sometimes). My requirements then:
1) Cheap CPU. AMD or Intel. Must have Xen3 hardware VM support. Any speed.
2) Lower power consumption from the CPU
3) Cheap mobo to support the chip.
4) Decent raid-1 SATA support on the
2008 Sep 03
1
bugged sysinstall, bsdlabel, zfs, gmirror - recept for disaster :)
Hello there!
Here's my story, hopefully some of you won't follow my steps and avoid
some troubles :)
Yesterday I've decided that's about time to test zfs functionality on my
home server PC (i386 FreeBSD 7.1-pre) . A couple of weeks ago I bought
new desktop PC (with SATA), so I had a bunch of PATA disks from old one
to use in server. Lucky me - there was 3 HDD at size 40GB -
2012 Apr 17
3
FreeBSD 8.3-R sysinstall does not "see" disks that are recognized during boot
I've got a new supermicro server I'm trying to get FreeBSD on. It uses the
Intel c602 chipset, and it's my understanding that support for that
chipset (c60X) was recently added via the isci driver. Ok, great, that
explains why 8.2-R and 9.0-R didn't see the drives.
So, I grabbed the memstick image of 8.3-RELEASE that is on the ftp server,
booted it up, and sure enough, as the
2004 Sep 25
1
[LLVMdev] Linking tblgen debug executable (without symbols) on MinGW
Hi
I've been able to semi compile (i.e. excluded code not present on the
platform) the source code of the LLVM tblgen tool on the MinGW platform.
However, when linking the object files the linker does not succeed:
--------------------------
Linking tblgen debug executable (without symbols)
C:/MinGW/msys/local/build/llvm/lib/Debug/libLLVMsystem.a(Signals.o)(.text+0x7e3):
In function
2006 Nov 24
1
Re : View code of function
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20061124/c670126c/attachment.pl
2006 Dec 02
1
Trouble passing arrays to C code
Hello,
I'm having more trouble with interfacing with C code. I have a
function in C that will return the result of its computation as 3
arrays. The signature of the function is as follows:
void lorenz_run(double x0, double y0, double z0, double h, int steps,
double *res_x, double *res_y, double *res_z)
The function works, as I've tested it from within C itself and the
results
2006 Nov 02
2
Simple question about Lists
Hello,
I know this must be a very simple problem, but I can't work it out
from the documentation that is available. I've got a list of data I
would like to plot (the weights of a single neuron that was trained
using the neural package). The problem I'm encountering is that this
set of weights, are in the form of a list.
> network$weigth[1]
[[1]]
[,1]
[1,]
2008 Jan 10
1
Linux disk quota support
Dear Listmembers,
I installed samba-3.0.28 and configured --with-quotas, but I don't seem
to be getting quota support. Is there a description on how to do quotas
with samba? Is there something I should know about besides the
configuration
option --with-quotas?
Thank you,
Emre Brookes
--------example-----------------
Last login: Fri Jan 11 16:44:19 2008 from localhost
Linux 2.4.33.3.
2012 Jun 21
1
echo 0 > /proc/sys/kernel/hung_task_timeout_secs and others error, Part II
The first problem is as below:
One issue is the files copied to the device but it can't be list on node2, using ls -al the mounted directory.
But using debug.ocfs2 on node2, it is ok to list the files copied. After remount of the device on node2, the file can be list.
The second is that:
Node1 is in the ocfs2 cluster, but using debug.ocfs2, and mounted.ocfs2 -f command, can not list the node1
2012 Jun 21
1
echo 0 > /proc/sys/kernel/hung_task_timeout_secs and others error, Part II
The first problem is as below:
One issue is the files copied to the device but it can't be list on node2, using ls -al the mounted directory.
But using debug.ocfs2 on node2, it is ok to list the files copied. After remount of the device on node2, the file can be list.
The second is that:
Node1 is in the ocfs2 cluster, but using debug.ocfs2, and mounted.ocfs2 -f command, can not list the node1
2007 Aug 16
2
MANAGESIEVE patch v6 for dovecot 1.0.3
Hello dovecot users,
I have updated the MANAGESIEVE patch to (hopefully) fix the compilation
issues reported by Robin Breathe. This is a patch against the latest
stable release 1.0.3. It currently won't compile with 1.1 due to
significant changes in the master code.
Change Log V6
-------------
- Corked the client output stream while producing the capability greeting and on
other some
2017 Apr 17
1
[BUG] config-parser.c: line 89 - crash on comma in namespace mailbox
Hi!
On the latest versions (2.2.28, 2.2.29.x) we get crash on dovecot config parse.
Error in config parser when checking namespace mailbox name.
Reason: comma in mailbox name.
Worked well in versions < 2.2.22. Do not know if it was working on 2.2.23-2.2.27, skipped this versions.
Example:
namespace inbox {
mailbox "&BB4EQgQ,BEAEMAQyBDsENQQ9BD0ESwQ1-" {
special_use = \Sent
2004 Nov 01
1
compile libvorbis using mingw?
I downloaded libogg-1.1.2 and libvorbis-1.1.0, and want to compile them
using mingw32.
In libogg-1.1.2 directory, 'sh configure --prefix=/mingw' and 'make' and
'make install' works smoothly. It create libogg.a, ligogg.dll.a,
libogg.la in my /mingw/lib and header files in /mingw/include/ogg, so I
think the gcc compiler will find them easily.
After switching to