Displaying 20 results from an estimated 53 matches for "kldload".
Did you mean:
badload
2012 Apr 16
1
kldload uhci lockup
I observed that following could cause
machine lockup since at least 8-CURRENT.
Now I'm on 9-STABLE
No usb in kernel, attached mouse pointer.
# kldload usb ums ehci
# kldload uhci
or
# kldload uhci usb ums ehci
uhci is required for working mouse.
Can anyone confirm? Please
test few different iterations, as
it's probably not easily reproducible.
Most times nothing happens, if machine
slow downs to crawl/halt , it's on uhci
loading s...
2009 Jun 01
0
A couple of small, paid userland hacker projects.
...g; instead of untarring to /usr/local/bin it would untar
to /foo/usr/local/bin. This is instead of chroot(2) functionality; I
need to be able to install packages onto a filesystem which contains
binaries for another (incompatible) architecture, so the chroot(2)
approach doesn't work.
(3) Make kldload(8) warn if something that looks like a filename
without a path (i.e. there is a . in it or it ends in .ko or whatever,
but there is no slash in it ? kldload(2) uses a slash to determine
whether something is a path) is specified on the command line and:
(a) that file exists in the current directory...
2003 Dec 15
6
interface bonding
----- Forwarded message from John <strgout@mail.unixjunkie.com> -----
Date: Mon, 15 Dec 2003 17:58:15 -0600
From: John <strgout@mail.unixjunkie.com>
To: freebsd-stable@freebsd.org
Subject: interface bonding
User-Agent: Mutt/1.4i
Is there any way to bond sniffer interfaces?
I've read a little on netgraph and it seems
like i maybe able to use that but i'm not sure
how to go
2008 Jan 29
1
kldload: Unsupported file type
Since updating to 6.3-RELEASE on two machines I see this message a lot.
It is printed whenever a kernel module is loaded.
The modules load OK. Nothing special or different about them.
It seems to be harmless, but any idea why it's started happening since
the release?
Cheers
BMS
2004 Sep 29
5
Kernel-loadable Root Kits
...-0500, D J Hawkey Jr wrote:
>
>>On Sep 08, at 06:37 PM, Peter Pentchev wrote:
>>
>>>>Q: Can the kernel be "forced" to load a module from within itself? That
>>>>is, does a cracker need to be in userland?
>>>
>>>Yes, certainly; all kldload(8) does is invoke the kldload(2) syscall,
>>>nothing more, nothing userspace-magical.
>>>All a kernel routine needs to do is either invoke that syscall, or
>>>call the internal kernel functions that kldload(2) calls, like e.g.
>>>linker_find_file_by_name() and li...
2006 Mar 01
1
New 'amr' driver and linux MegaMGR
Hi,
according to http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/amr/amr.c?only_with_tag=RELENG_6
it seems MegaMGR for linux now can work. Any experience?
--
Cris, member of G.U.F.I
Italian FreeBSD User Group
http://www.gufi.org/
2003 Sep 04
2
buildkernel errors with "options SMBFS"
Hi all... another lurker and first-time poster... if I forget something relevant please let me
know...
Anyway, have tried to make a kernel on two different machines under the latest (as of
04:37AM 4 September 2003 -0500 (EDT)) 4.9-PRERELEASE **AND** 5.1-p2 and get
the error message as shown below. I am including (at the end) the uname-a from both
of the systems. Each of them will compile
2008 Nov 12
2
dlopen-ing a library with OpenMP by a non-OpenMP process
Hello!
Currently, when a program built without OpenMP (-fopenmp) is trying to
dlopen a library, built with the feature, the result is a crash from
"bad system call":
#0 0x00000008009a223c in ksem_init () from /lib/libc.so.7
#1 0x0000000800998a8f in sem_init () from /lib/libc.so.7
#2 0x00000008011a6537 in omp_get_nested () from /usr/lib/libgomp.so.1
#3
2006 Jun 02
1
ath(4) for D-Link G520M on 5.5-R?
...dlink.com/products/support.asp?pid=422&sec=0
and used the files net5513.inf and ar5513.sys.
At first, ndiscvt complained about the following line (syntax error)
"D:ARAI(A;;GA;;;BA)(A;;GA;;;SY)(A;CI;GA;;;IU)"
which I commented out. It then completed. But after making, installing, and
kldloading ndis, I see absolutely no output from ndis.
Any hints? Is this more likely to work under 6.1?
--
Dan Pelleg
2004 Sep 21
2
4-STABLE and 3Ware 9000 series controllers
Anyone having good results with 4-STABLE and the 3Ware 9000 series
controllers?
--
albert chin (china@thewrittenword.com)
2008 Jul 22
1
unable to use gmirror on supermicro 5015b-mt
...ucts/system/1U/5015/SYS-5015B-MT.cfm
core 2 Q6600 CPU
8Gb 667 RAM
Boxes were memtested from Fri-Mon okay. 6.3-RELEASE (amd64) installs fine.
Build cycle okay. Running (no load) for a week or so.
However, when I try to configure gmirror they hang on boot.
After some fiddling it appears issuing
#kldload geom_mirror
hangs the boxes very hard. Ping response stops (after 3), no CAD response,
CDROM draw doesn't open!
This may well be a foolish thing to do but another (different) amd64 box
doesn't hang. I don't believe this to be amd64 specific, I suspect that
there's something stra...
2014 Nov 07
2
(Free)BSD support?
...ace drivers anymore. porting the X.org userspace
> driver is required but not sufficient.
Indeed. I _think_ I understood correctly. I can't envision any _real_
problems. If I understand correctly, it'll be a matter of creating a
kernel module for the BSD platform, and making it loadable (kldload,
in BSD speak). Which will allow it to work with the resources made
available to the kernel (hardware). In fact it should be even easier,
given that there is a Linux ABI available on BSD which even nVidia
makes use of, with the blobs they provide.
Do I seem on track?
Thank you, Dave. For taking th...
2016 Apr 27
2
[Announcement] Tinc version 1.1pre12 released
...n Wed, Apr 27, 2016 at 05:26:36PM +0800, hshh wrote:
> >> It is broken on FreeBSD tun.
> >>
> >> tcpdump on tun,
> >> 09:05:07.458988 IP0 bad-hlen 0
It's indeed broken. As a workaround, can you try to change Device to
/dev/tap10? You might have to run "kldload if_tap.ko" before starting
tinc.
--
Met vriendelijke groet / with kind regards,
Guus Sliepen <guus at tinc-vpn.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signa...
2008 Oct 08
1
7.0-RELEASE panics when loading USB modules x2
Hi,
I just had 7.0-RELEASE crash again, whilst kldloading the uplcom.ko module
in multi-user mode with X running, and no USB serial devices plugged in.
The T43 immediately resets, I don't get a chance to drop into a debugger.
This seems like a pretty serious USB regression. Is anyone looking into it?
Are these things a thing of the past with the...
2005 Jan 09
1
passing opermode to the wcfxs module
Hi,
Has anyone in australia got asterisk running on FreeBSD? how would i
pass the opermode=AUSTRALIA parameter to the wcfxs.ko module as kldload
doesnt let you pass parameters to the module like modprobe in Linux.
I tried to get the sysctl variable using sysctl -a it might use but
nothing applicable was visible....
i need to set the impedences to 600 ohms, can someone please advice me
on how to pass the parameters to the module?
rega...
2004 Sep 07
1
ipfw2 in 5.2.1
hi - this is my first post to this list so go easy on me ! I am trying to find info on using ipfw2 with freebsd 5.2.1 as I have read that it supports MAC address based firewalling. Situation is, I have a small externally managed VPN network, about 12 different subnets all terminating in my office location, and all managed by a tier 1 telco. Problem is, their CPE routers do not have any firewalling
2002 May 29
0
FreeBSD Security Advisory FreeBSD-SA-02:26.accept
...http(9) accept filter prevents accept(2) from
returning until a full HTTP request has been buffered.
No accept filters are enabled by default. A system administrator must
either compile the FreeBSD kernel with a particular accept filter
option (such as ACCEPT_FILTER_HTTP) or load the filter using
kldload(8) in order to utilize accept filters.
II. Problem Description
In the process of adding a syncache to FreeBSD, mechanisms to remove
entries from the incomplete listen queue were removed, as only sockets
undergoing accept filtering now use the incomplete queue.
III. Impact
By simply connecting...
2009 Mar 22
2
Lock enabling onboard lan (Attansic L1 GbE) on 7.1-PRERELEASE
Any news about that?
http://lists.freebsd.org/pipermail/freebsd-stable/2009-January/047527.html
2007 Jun 08
2
Can't get if_txp(4) to attach to a 3CR990B-TXM NIC
...tried FreeBSD 6.1, 6.2, 6-STABLE (from Wed), and 7-CURRENT (from Thu)
on this system. Everything installs nicely, everything on the board is
detected correctly and usable. It's just the PCI NIC that doesn't work.
If I compile a custom kernel without any network drivers in it, and then
kldload if_txp, the following appears (same message on all 4 versions):
txp0: <3Com 3cR990B-TXM Etherlink with 3XP Processor> port 0xbc00-0xbc7f
mem 0xfdcff000-0xfdcff07f irq 16 at device 8.0 on pci3
txp0: not waiting for boot
device_attach: txp0 attach returned -1
If I reboot and load if_nve (on...
2012 Nov 27
6
How to clean up /
...5M /rescue/fsck_4.2bsd
5M /rescue/fsck_ufs
5M /rescue/fsck_msdosfs
5M /rescue/fsdb
5M /rescue/fsirand
5M /rescue/gbde
5M /rescue/geom
5M /rescue/glabel
5M /rescue/gpart
5M /rescue/ifconfig
5M /rescue/init
5M /rescue/kldconfig
5M /rescue/kldload
5M /rescue/kldstat
5M /rescue/kldunload
5M /rescue/ldconfig
5M /rescue/md5
5M /rescue/mdconfig
5M /rescue/mdmfs
5M /rescue/mknod
5M /rescue/mount
5M /rescue/mount_cd9660
5M /rescue/mount_msdosfs
5M /rescue/mount_nfs
5M /rescue/mount_ntfs...