Displaying 20 results from an estimated 243 matches for "subordination".
2017 Jun 13
3
understanding I() in lmer formula
Is there a difference between I(x*y) and I(y*x) ?
I have a call to lmer that results in this complaint:
Error in is.alpha2.subordinate * ~z.min.co.res :
non-numeric argument to binary operator
when I change this line:
I(is.alpha2.subordinate*z.min.co.res)+
to this:
I(z.min.co.res*is.alpha2.subordinate)+
the complaint goes away.
I'd like to understand why.
2009 Jan 06
2
ACPI support?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello All,
I have had a problem detecting the network card on my notebook when ACPI
is enabled for a year. The problem still exists in 7.1-RELEASE.
with ACPI:
...
bge0: <Broadcom NetLink Gigabit Ethernet Controller, ASIC rev. 0xb002>
irq 17 at device 0.0 on pci8
bge0: 0x10000 bytes of rid 0x10 res 3 failed (0, 0xffffffff).
bge0: couldn't
2008 Sep 01
1
[PATCH 1/4 v2] PCI: introduce new base functions
Some basic changes to allocation bus range, MMIO resource for SR-IOV device.
And add new sysfs entry to hotplug core to pass parameter to a slot, which will be used by SR-IOV code.
Signed-off-by: Yu Zhao <yu.zhao at intel.com>
Signed-off-by: Eddie Dong <eddie.dong at intel.com>
---
drivers/pci/bus.c | 63 +++++++++++++-------------
2008 Sep 01
1
[PATCH 1/4 v2] PCI: introduce new base functions
Some basic changes to allocation bus range, MMIO resource for SR-IOV device.
And add new sysfs entry to hotplug core to pass parameter to a slot, which will be used by SR-IOV code.
Signed-off-by: Yu Zhao <yu.zhao at intel.com>
Signed-off-by: Eddie Dong <eddie.dong at intel.com>
---
drivers/pci/bus.c | 63 +++++++++++++-------------
2008 Sep 01
1
[PATCH 1/4 v2] PCI: introduce new base functions
Some basic changes to allocation bus range, MMIO resource for SR-IOV device.
And add new sysfs entry to hotplug core to pass parameter to a slot, which will be used by SR-IOV code.
Signed-off-by: Yu Zhao <yu.zhao at intel.com>
Signed-off-by: Eddie Dong <eddie.dong at intel.com>
---
drivers/pci/bus.c | 63 +++++++++++++-------------
2003 Jun 19
1
Win(yuck)NT
In migrating to Samba on FreeBSD from Win(yuck)NT, I?ve run into this
hitch.
Let us say I have 9 users named
User1, User2, User3, ? User9
User1 is a member of group wheel
User2 & User3 have the administrative task (add/change/delete) of managing
the content of the directory Dirc1 and all subordinate objects (files and
directories).
Dirc1 is the directory /usr/Shared/Dirc1. Only User1
2022 Mar 11
2
On retiring some terminology
FYI: PR https://github.com/networkupstools/nut/pull/1328 adds handling of
`PRIMARY` alias to `MASTER` on protocol side, hopefully completing the
puzzle for issue #840.
Reviews and testing would be welcome :)
On Sun, Mar 14, 2021, 00:34 Jim Klimov <jimklimov+nut at gmail.com> wrote:
> Thanks again for all the suggestions.
>
> For now I've prepared draft PRs, mostly to map out
2022 Mar 11
2
On retiring some terminology
FYI: PR https://github.com/networkupstools/nut/pull/1328 adds handling of
`PRIMARY` alias to `MASTER` on protocol side, hopefully completing the
puzzle for issue #840.
Reviews and testing would be welcome :)
On Sun, Mar 14, 2021, 00:34 Jim Klimov <jimklimov+nut at gmail.com> wrote:
> Thanks again for all the suggestions.
>
> For now I've prepared draft PRs, mostly to map out
2010 Sep 11
0
AHCI and VT-d related problem
Hello,
I have an issue with my XEN system. I suspect that it might be a bug,
but I''m no linux expert, so I don''t know. Here is my problem: I have an
ASUS P7P55D-E Premium motherboard, and a Western Digital Caviar Black
SATA-III 1TB hdd. I am trying to use AHCI. The dom0 is an Arch Linux.
The dom0 boots fine until Intel VT-d is enabled in the BIOS. When I
enable it Arch
2021 Mar 13
1
On retiring some terminology
Thanks again for all the suggestions.
For now I've prepared draft PRs, mostly to map out where the changes are
needed - based on my earlier work with the originally proposed terminology.
Now that we know where to change it, should not be too great a hassle to
replace again by some other choice... subordinate was a bit too long to
type :)
To make the election of team choice more simple, I
2021 Mar 13
1
On retiring some terminology
Thanks again for all the suggestions.
For now I've prepared draft PRs, mostly to map out where the changes are
needed - based on my earlier work with the originally proposed terminology.
Now that we know where to change it, should not be too great a hassle to
replace again by some other choice... subordinate was a bit too long to
type :)
To make the election of team choice more simple, I
2008 Apr 08
0
hw question: asus dsbf-de sata ports?
Hello List,
I'm hoping someone else out there has an Asus DSBF-DE server board,
and can tell me if anything special needs to be done to get ports 5
and 6 of the onboard SATA to work under Centos 5.1 x64.
I have drives on 1 through 4 that are detected and working properly,
however, a drive on 5 is not detected, from what i can tell, the
kernel doesn't even see phy's for ports 5 and 6.
2010 Sep 30
1
AIC for tweedie glm
Dear R-users,
I'm trying to model some data using a tweedie GLM approach. My response
variable is the number of pupae that are the offspring of a subordinate wasp
on a wasp's nest. However, they're not count data- for each nest, I only
know the mean number of pupae per subordinate, which is continous. The data
also contain a high proportion of zeros.
I'm not very experienced at
2008 Oct 22
2
SCSI error: return code = 0x10070000
I have just bought a 120GB external usb drive but after plugging it in
it is not getting mounted.
lines from /var/log/messages:
> Oct 22 18:54:49 station2 kernel: usb 1-2: new high speed USB device using ehci_hcd and address 2
> Oct 22 18:54:49 station2 kernel: usb 1-2: configuration #1 chosen from 1 choice
> Oct 22 18:54:49 station2 kernel: scsi4 : SCSI emulation for USB Mass Storage
2010 May 11
1
has_one/belongs_to -- accessing the subordinate
With a has_one/belongs_to relationship, what''s the best way to guarantee
that the belongs_to object gets created and is accessible alongside the
has_one object? I *think* the after_create callback is a good choice,
but I discovered an oddity while trying it.
F''rinstance, if every horse has a carriage:
============
ActiveRecord::Schema.define do
create_table(:horses) {|t|
2008 Sep 20
1
kernel message - disabling irq #50
hi all .
i am facing a issue with centos recently :
after every boot i receive the following message in terminal :
> Sep 19 13:13:02 station2 kernel: irq 50: nobody cared (try booting
with the "irqpoll" option)
> Sep 19 13:13:02 station2 kernel: [<c044e6fa>] __report_bad_irq
+0x2b/0x69
> Sep 19 13:13:02 station2 kernel: [<c044e8e7>] note_interrupt
+0x1af/0x1e8
2012 Jul 13
2
stable/9 panic Bad tailq NEXT(0xffffffff80e52660->tqh_last) != NULL
Well this is new. I haven't a clue what Dell has done on this R620, but
this popped up today after I did a boat load of BIOS updates and tried
to install stable/9 from our yahoo tree. If anyone sees the obvious
solution here, I'd love to figure it out.
found-> vendor=0x14e4, dev=0x165f, revid=0x00
domain=0, bus=2, slot=0, func=1
class=02-00-00, hdrtype=0x00, mfdev=1
2009 Dec 12
3
help with graphing -- Points in my graph are not apparent, always displayed in steps
I am trying to graphically represent a large set of data who's result is not
strictly uniform. http://n4.nabble.com/file/n961629/egraph_rules_list_2.png
The scatter plot to the left has all of the data rising in steps however I
know that there are cases within my data that do not fit the dotted line.
temp<-edat[edat$R1SC>0,,]
2022 Mar 23
3
On retiring some terminology
That's odd, seems a spam or phish sneaked through to the list.
NOT from me :)
Jim
On Wed, Mar 23, 2022, 21:38 Jim Klimov via Nut-upsuser via Nut-upsuser <
nut-upsuser at alioth-lists.debian.net> wrote:
> Hello again,
> Please find lower the overall documentation:
>
>
>
>
2010 Mar 24
2
INCLUDE is broken in pxelinux/menu.c32 3.85
I was trying out the INCLUDE command within menu.c32 (via pxelinux,
actually gpxelinux) and noticed that it's broken. The symptom is that
the text is included, as expected, but the subsequent text from the
including file is wrong. In some cases it actually pulls from above
the INCLUDE leading to the INCLUDE being reprocessed (an infinite
recursion). (The recursion seems to stop after 20-30