search for: margot

Displaying 8 results from an estimated 8 matches for "margot".

Did you mean: margo
2008 Feb 12
5
Unable to boot Dom0 from external hard disk in snv_b81
Hi All, I installed snv_b81 in my portable hard disk(capacity 160gb with 2 partitions, one for solaris and other for windows). When I tried to boot into dom0 from grub, I got the following errors and the system gets hanged. Warning : No SOF interrupts have been received, this USB EHCI host controller is unusable panic[cpu0]/thread=f502ae20:cannot mount root path /pci@0, 0/pci8086, 5641@1d,
2008 Jul 03
1
virt-install and booting kernel
..., not after it is created). We are trying to debug this kernel hang, so would like to pass in ''-k'' to boot into kmdb. If this is not possible, any other ideas for debugging a kernel hang in a domain? We have tried forcing a crash dump but unable to examine it with mdb. Thanks, Margot Hackett Miller This message posted from opensolaris.org
2008 Feb 22
0
R expertise
Dear all, Should you be interested in a career at our mechanism-based PK-PD modeling platform, please read the remainder of this message. Best wishes, Margot Beukers Unique PK-PD modeling platform established in The Netherlands Are you our ambitious IT platform manager with a profound drive to contribute to a new era of drug research? PK-PD modeling platform Prof. dr. Meindert Danhof heads the "TI Pharma mechanism-based PK-PD mo...
2013 Jul 08
1
Import samba3 passwords to samba4
...hashes) from samba3 and import them in samba4, maybe with ldbmodify? Thanks -- Michael Fey IT-Abteilung Vogelsbergstra?e 212 63679 Schotten Tel.: Schottener Soziale Dienste gemeinn?tzige GmbH Vogelsbergstra?e 212, 63679 Schotten Amtsgericht Friedberg HRB 4614 Gesch?ftsf?hrung: Margot Balser und Christof Schaefers Internet: http://www.schotten-sozial.de/
2017 Jun 21
0
Permutations in RDA for repeated measures, using how()
...39;, permutation = how(within = Within(type = "series", mirror = TRUE), plots = Plots(strata = Field_in_season, type = "series"), blocks = Field)) Is that right ? In the output I get very similar results and ?Permutation : free? in both cases, which dos not seem right. Thanks, Margot ?????? ?????? > Community = matrix(ncol = 10,nrow = 1350) > colnames(Community) = letters[1:10] > for (i in letters[1:10]){ > Community[,i] = rpois(135, 3) } > Season = rep(c('D16', 'R16','D17'), each = 450) > LU = rep(c('M', 'U', 'O&...
2008 Mar 28
0
Vacancy Principal Postdoc PK-PD modeling The Netherlands
...ks: http://www.lacdr.nl Application ________________________________ You can apply by sending your application to: Contact person Dr. O. Della Pasqua Division of Pharmacology, Leiden/Amsterdam Center for Drug Research Leiden, The Netherlands Odp72514@gsk.com +44 7876031907 Margot Beukers, PhD Project Manager TI Pharma PK PD Modeling Platform Availability (CET): Monday: 12.30 - 16.30 Wednesday: 07.30 -16.30 Thursday: 07.30 -11.30 Friday: 12.30 - 16.30 Gorlaeus Laboratories, HB811, Leiden University Einsteinweg 55 2333 CC, Leiden, The Netherlands Email: beukersp...
2008 Mar 28
0
Vacancy Post Doc PK-PD modeling the Netherlands
...ation can be obtained through one of the following links: http://www.lacdr.nl Application You can apply by sending your application to: Contact person Dr. O. Della Pasqua Division of Pharmacology, Leiden/Amsterdam Center for Drug Research Leiden, The Netherlands Odp72514@gsk.com +44 7876031907 Margot Beukers, PhD Project Manager TI Pharma PK PD Modeling Platform Availability (CET): Monday: 12.30 - 16.30 Wednesday: 07.30 -16.30 Thursday: 07.30 -11.30 Friday: 12.30 - 16.30 Gorlaeus Laboratories, HB811, Leiden University Einsteinweg 55 2333 CC, Leiden, The Netherlands Email: beukerspkpd AT lacd...
2009 Feb 12
2
[PATCH 1/1] OCFS2: add IO error check in ocfs2_get_sector() -v2
checks IO error in ocfs2_get_sector(). this patch is based on 1.4 git. Signed-off-by: Wengang wang <wen.gang.wang at oracle.com> -- Index: fs/ocfs2/super.c =================================================================== --- fs/ocfs2/super.c (revision 128) +++ fs/ocfs2/super.c (working copy) @@ -1203,6 +1203,12 @@ static int ocfs2_get_sector(struct super unlock_buffer(*bh);