Displaying 4 results from an estimated 4 matches for "oldap".
Did you mean:
ldap
2005 May 10
2
Question about LDAP migration...
Yesterday I started to build a test network to evaulate our planned move to
Samba 3.0.14 and Debian. I started off by duplicating our LDAP directory.
On the exisiting Samba PDC/LDAP master machine, I did:
slapcat -v -l old.ldif
I put the 'old.ldif' file onto a floppy disk, went to the lab's server and
performed
slapadd -v -l /media/floppy/old.ldif
The process stopped on the
2005 May 11
3
smbldap_open_connection(623)
Hi,
Did this issue get resolved? Can someone tell me how it was resolved and
what needs to be done? I am running into the same issue.
Thanks,
Prakash
2007 Apr 18
2
refactoring io_apic.c
...0 -0700
+++ io_apic_split/arch/i386/kernel/io_apic.c 2005-08-08 16:11:35.786286120 -0700
@@ -107,143 +107,6 @@ static void add_pin_to_irq(unsigned int
entry->pin = pin;
}
-/*
- * Reroute an IRQ to a different pin.
- */
-static void __init replace_pin_at_irq(unsigned int irq,
- int oldapic, int oldpin,
- int newapic, int newpin)
-{
- struct irq_pin_list *entry = irq_2_pin + irq;
-
- while (1) {
- if (entry->apic == oldapic && entry->pin == oldpin) {
- entry->apic = newapic;
- entry->pin = newpin;
- }
- if (!entry->next)
- break;
- entry = i...
2007 Apr 18
2
refactoring io_apic.c
...0 -0700
+++ io_apic_split/arch/i386/kernel/io_apic.c 2005-08-08 16:11:35.786286120 -0700
@@ -107,143 +107,6 @@ static void add_pin_to_irq(unsigned int
entry->pin = pin;
}
-/*
- * Reroute an IRQ to a different pin.
- */
-static void __init replace_pin_at_irq(unsigned int irq,
- int oldapic, int oldpin,
- int newapic, int newpin)
-{
- struct irq_pin_list *entry = irq_2_pin + irq;
-
- while (1) {
- if (entry->apic == oldapic && entry->pin == oldpin) {
- entry->apic = newapic;
- entry->pin = newpin;
- }
- if (!entry->next)
- break;
- entry = i...