Displaying 12 results from an estimated 12 matches for "module_regist".
Did you mean:
module_register
2003 Aug 11
1
FW: module_register
Hello!
I have the same problem, whats up?
Andris
> -----Original Message-----
> From: owner-freebsd-stable@freebsd.org
> [mailto:owner-freebsd-stable@freebsd.org] On Behalf Of Dmitry Agafonov
> Sent: Friday, July 25, 2003 8:40 PM
> To: freebsd-stable@freebsd.org
> Subject: module_register
>
>
> Hello!
>
> After today's update (4.8-stable from cvs "RELENG_4") I can see in
> messages just after boot:
>
> Jul 25 18:34:25 gw /kernel: module_register: module
> miibus/ukphy already
> exists!
> Jul 25 18:34:25 gw /kernel: linker_file_...
2003 Jul 25
0
module_register
Hello!
After today's update (4.8-stable from cvs "RELENG_4") I can see in
messages just after boot:
Jul 25 18:34:25 gw /kernel: module_register: module miibus/ukphy already
exists!
Jul 25 18:34:25 gw /kernel: linker_file_sysinit "miibus.ko" failed to
register! 17
Jul 25 18:34:25 gw /kernel: module_register: module pci/ed already exists!
Jul 25 18:34:25 gw /kernel: linker_file_sysinit "if_ed.ko" failed to
register!...
2003 Sep 15
5
strange problem with: ed driver / 4.9-PRE
...#divert sockets
options DUMMYNET
options IPFW2
[...]
When the box starts it complains:
Sep 15 15:54:21 test2 /kernel: acd0: CDROM <TOSHIBA CD-ROM XM-6002B> at
ata1-master PIO3
Sep 15 15:54:21 test2 /kernel: Mounting root from ufs:/dev/ad0s1a
Sep 15 15:54:21 test2 /kernel: module_register: module miibus/ukphy already
exists!
Sep 15 15:54:21 test2 /kernel: linker_file_sysinit "miibus.ko" failed to
register! 17
Sep 15 15:54:21 test2 /kernel: module_register: module pci/ed already exists!
Sep 15 15:54:21 test2 /kernel: linker_file_sysinit "if_ed.ko" failed to
r...
2003 Oct 05
1
Strange error 4.9RC1
...Interrupt-driven port
ppi0: <Parallel I/O> on ppbus0
ed1: <Realtek Plug & Play Ethernet Card> at port 0x220-0x23f irq 5 on isa0
ed1: address 52:54:40:28:83:9a, type NE2000 (16 bit)
ad0: 4112MB <WDC AC24300L> [8912/15/63] at ata0-master WDMA2
Mounting root from ufs:/dev/ad0s1a
module_register: module miibus/ukphy already exists!
linker_file_sysinit "miibus.ko" failed to register! 17
module_register: module pci/ed already exists!
linker_file_sysinit "if_ed.ko" failed to register! 17
/root/kernel/HEAVEN have the following to lines
# PCI Ethernet NICs that use the c...
2003 Aug 03
0
Multiple kld loads?
With FreeBSD 4.8-20030731-STABLE #0, dmesg messages indicate:
module_register: module miibus/ukphy already exists!
linker_file_sysinit "miibus.ko" failed to register! 17
module_register: module pccard/ed already exists!
linker_file_sysinit "if_ed.ko" failed to register! 17
This doesn't look dangerous but the rl0 ethernet card just stopped recieving...
2003 Oct 01
2
4.9-PRE - "if_xe.ko" failed to register
...net.ca:/usr/obj/usr/src/sys/GENERIC i386
(from dmesg) :
pccard: card inserted, slot 0
xe0 at port 0x240-0x24f iomem 0xd1000-0xd1fff irq 3 slot 0 on pccard0
xe0: Xircom CE3, bonding version 0x45, 100Mbps capable
xe0: DingoID = 0, RevisionID = 0, VendorID = 0
xe0: Ethernet address 00:80:c7:ea:2c:c6
module_register: module pccard/xe already exists!
linker_file_sysinit "if_xe.ko" failed to register! 17
xe0: watchdog timeout; resetting card
After reset the card starts to function normally (gets an IP from DHCP
server, etc.). Can somebody help? What I'm doing wrong ?
Thanks,
Zeno.
2008 Jan 06
1
overheating Thinkpad X60s with 7.0-RC1
Hello everybody!
Since the update from 6.2-STABLE to 7.0 I'm encountering problems with the
temperature of my Thinkpad X60s. Under heavy load, e.g., make builworld or
compile gcc or... I get the following output in /var/log/messages:
Dec 29 01:53:13 delta1 root: WARNING: system temperature too high, shutting
down soon!
Dec 29 01:53:13 delta1 syslogd: /dev/:0: No such file or directory
Dec 29
2018 Nov 07
2
Re: guestfs_launch() fails when C application is started as a systemd service
...ow collectd loads its
plugins? If so it uses:
static int plugin_load_file(const char *file, _Bool global) {
void (*reg_handle)(void);
int flags = RTLD_NOW;
if (global)
flags |= RTLD_GLOBAL;
void *dlh = *dlopen*(file, flags);
//...
reg_handle = (void (*)(void))*dlsym*(dlh, "module_register");
//...
*(*reg_handle)();*
}
Does this give any clues?
Best Regards,
Peter
On Wed, Nov 7, 2018 at 12:56 PM Richard W.M. Jones <rjones@redhat.com>
wrote:
> On Wed, Nov 07, 2018 at 12:32:48PM +0200, Peter Dimitrov wrote:
> > Thank you, Rich,
> > This was the iss...
2018 Nov 07
0
Re: guestfs_launch() fails when C application is started as a systemd service
...>
> static int plugin_load_file(const char *file, _Bool global) {
> void (*reg_handle)(void);
> int flags = RTLD_NOW;
> if (global)
> flags |= RTLD_GLOBAL;
> void *dlh = *dlopen*(file, flags);
> //...
> reg_handle = (void (*)(void))*dlsym*(dlh, "module_register");
> //...
> *(*reg_handle)();*
> }
>
>
> Does this give any clues?
Can you strace the collectd process around the point where qemu-img is
run? It may gives some clues.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my...
2003 Sep 29
3
Frequent reboots...
Hello,
I am having a problem with a new server running FreeBSD 4.9-PRERELEASE.
Once every two days or so, it reboots itself.. there is no exact time of the day it reboots..
It rebooted itself at 4:25 PM EDT on 9/25, and 3:05 AM EDT on 9/29 (today).
I thought it's the bad memory or some sort, so I've been running memtest today and memtest reports no sign of trouble with the memory...
2018 Nov 08
2
Re: guestfs_launch() fails when C application is started as a systemd service
...file(const char *file, _Bool global) {
> > void (*reg_handle)(void);
> > int flags = RTLD_NOW;
> > if (global)
> > flags |= RTLD_GLOBAL;
> > void *dlh = *dlopen*(file, flags);
> > //...
> > reg_handle = (void (*)(void))*dlsym*(dlh, "module_register");
> > //...
> > *(*reg_handle)();*
> > }
> >
> >
> > Does this give any clues?
>
> Can you strace the collectd process around the point where qemu-img is
> run? It may gives some clues.
>
> Rich.
>
> --
> Richard Jones, Virtua...
2018 Nov 07
2
Re: guestfs_launch() fails when C application is started as a systemd service
Thank you, Rich,
This was the issue indeed. export LIBGUESTFS_BACKEND=direct fixed it.
The next step I tried was to integrate libguestfs in collectd virt plugin
to collect this data automatically.
In this case I'm having an unknown error in add_libvirt_dom() (same with
add_domain) when it's invoking qemu-img to create overlay image.
There is no difference between manual and service