Displaying 20 results from an estimated 3000 matches similar to: "A couple of small, paid userland hacker projects."
2004 Sep 29
5
Kernel-loadable Root Kits
Thanks for the module, I think its a good idea to commit it to FreeBSD
for a few reasons:
1) Some folks just prefer more static kernels.
2) Securelevel is a great thing, but can be a pain to do upgrades around
remotely. [A lot of folks use FreeBSD simply because its a breeze to run
remotely].
3) Until someone writes code to add modules to a kernel via /dev/mem and
releases it to the script
2003 Apr 10
1
pkg_add of gdm2 has errors
I'm running a new install of 4.8-RELEASE on i386.
Running "pkg_add -r gnome2", the following errors are reported:
(I've defined the BATCH environment variable).
Fetching
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.8-release/All/gdm2-2.4.1.3.tgz...Syntax
error: end of file unexpected (expecting "then")
pkg_add: command 'if [ ! -f
2002 Jan 08
0
FreeBSD Security Advisory FreeBSD-SA-02:01.pkg_add [REVISED]
-----BEGIN PGP SIGNED MESSAGE-----
=============================================================================
FreeBSD-SA-02:01 Security Advisory
FreeBSD, Inc.
Topic: Directory permission vulnerability in pkg_add [REVISED]
Category: core
Module: pkg_install
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
2013 May 07
1
packages (binary) update best practice
Hi all,
I have update recently to freebsd 9.1 via freebsd-update and I was quite
happy with the process and the instructions on freebsd-handbook, I think
well documented.
But I would like to understand what is the best practice to update the
ports too as I used the package tools (pkg_add -r) to add few package to
the base install. Keeping in mind my server have disk space constrain
(small disk
2016 Dec 14
0
Release for CentOS userland 7(1611) on armhfp
I am pleased to announce the general availability of CentOS Linux 7
(1611) for armhfp compatible machines.
This is the current release for CentOS Linux
7 and is tagged as 1611, derived from Red Hat Enterprise Linux 7.3
== Download
You can download new images for armhfp boards on
http://mirror.centos.org/altarch/7/isos/armhfp/
Images and sha256sums :
2003 Jul 14
1
wanting to pkg_add KDE/Gnome post-install
After installing a text-based development environment via /stand/sysinstall
(followed by CVSup, makeworld/kernel etc to 4-8-stable), I realize I want to
install KDE, too.
I initiated this with:
pkg_add -r kdebase
followed again by CVSup etc.
Apparently that wasn't enough. Am getting message "XFree86 setup utility.. not
installed" when trying to config xf86config (text-based) via
2009 Sep 03
0
Problem with userland/module versions
Hi,
I am using a centos 5.3 and after a kernel upgrade I've reinstalled the
kmod so it could copy/create the links to the .ko files.
When I start the drbd I receive messages like this:
DRBD module version: 8.2.6
userland version: 8.3.2
preferably kernel and userland versions should match.
I'd like to know how 'serious' is this difference (in terms of potential
problems) and
2006 Oct 31
0
4970475 There should be a stackdepth equivalent for userland
Author: ahl
Repository: /hg/zfs-crypto/gate
Revision: a2677fc0a5fb6895ed56fc4698646ece44978a48
Log message:
4970475 There should be a stackdepth equivalent for userland
5084954 value of dip can be incorrect in autovec
6181505 dtrace sysinfo:::modload probe does not fire when using ''modload''
6265417 schedctl-yield isn''t listed in sdt_subr.c
6272558 gcc and dtrace
2015 Feb 19
0
[PATCH] VMCI: Check userland-provided datagram size
Ensure that the size filled in by userland in the datagram header
matches the size of the buffer passed down in the IOCTL. Note that we
account for the size of the header itself in the check.
Acked-by: Jorgen Hansen <jhansen at vmware.com>
Acked-by: Aditya Sarwade <asarwade at vmware.com>
Signed-off-by: Andy King <acking at vmware.com>
Reported-by: David Ramos <daramos at
2015 Feb 19
0
[PATCH] VMCI: Check userland-provided datagram size
Ensure that the size filled in by userland in the datagram header
matches the size of the buffer passed down in the IOCTL. Note that we
account for the size of the header itself in the check.
Acked-by: Jorgen Hansen <jhansen at vmware.com>
Acked-by: Aditya Sarwade <asarwade at vmware.com>
Signed-off-by: Andy King <acking at vmware.com>
Reported-by: David Ramos <daramos at
2002 Jul 17
1
Samba on OpenBSD 3.1
I have installed samba on openbsd 3.1 with a pkg_add and everything went
fine but for some reason it seems as if the executable to start samba is not
there, what am I missing here is the install docs I followed but still can't
get it started. Smbd and nmbd is under /usr/local/libexec but samba will not
start.
http://nomoa.com/bsd/samba.htm <http://nomoa.com/bsd/samba.htm>
2004 Nov 10
2
Is there any way to know if userland is patched?
Dear folks,
I'm recently investigating large scale deployment and upgrading FreeBSD
RELEASE. It's our tradition to bump "RELEASE-pN" after a security patch
is applied, however, it seems that there is less method to determine
whether the userland is patched, which is somewhat important for large
site managements.
So is "uname -sr" the only way to differencate the
2004 Jul 20
1
Samba as a portable userland FS basis?
Recently, I looked at some options implementing unusual file systems
in userland.
On Linux, there is LUFS and similar stuff which frees one from touching
any kernel code. The design is always similar: a generic kernel module
forwards calls to a user level daemon and forwards returned results
back. The user level daemon implements or serves as a basis for
unusual user land filesystem
2004 Jul 30
1
Compiling * on OpenBSD 3.5
Hi,
Has anyone had any success? After a clean install of OpenBSD, I do the following:-
pkg_add ftp://rt.fm/pub/OpenBSD/3.5/packages/i386/gmake-3.80.tgz
pkg_add ftp://rt.fm/pub/OpenBSD/3.5/packages/i386/bison-1.35p1.tgz
pkg_add ftp://rt.fm/pub/OpenBSD/3.5/packages/i386/ruby-ncurses-0.8.tgz
Then, I get (via CVS) the asterisk source..
cd /usr/src/asterisk
/usr/local/bin/gmake clean
2003 Aug 11
0
FreeBSD Security Advisory FreeBSD-SA-03:10.ibcs2
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
=============================================================================
FreeBSD-SA-03:10.ibcs2 Security Advisory
The FreeBSD Project
Topic: Kernel memory disclosure via ibcs2
Category: core
Module: sys
Announced:
2003 Aug 11
0
FreeBSD Security Advisory FreeBSD-SA-03:10.ibcs2
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
=============================================================================
FreeBSD-SA-03:10.ibcs2 Security Advisory
The FreeBSD Project
Topic: Kernel memory disclosure via ibcs2
Category: core
Module: sys
Announced:
2006 Aug 08
9
Handling userland char ** pointers
I''ve been trying to get access to a userland string that''s behind a
second level pointer using DTrace, but I can''t seem to get it to work.
I started with the example on the Team DTrace Tips and Tricks slides:
trace(copyinstr(*(uintptr_t *)copyin(arg0, curpsinfo->pr_dmodel ==
PR_MODEL_ILP32 ? 4 : 8)));
And when I couldn''t get it to work, I started
2015 Aug 31
0
Need help with Tripp Lite SMART1300LCDT NUT v2.7.3
Just got back from vacation. A few things:
* please don't use your yahoo.com email address to post to the NUT
list. As of ~April 2014, Yahoo's spam policies are no longer
compatible with mailing lists. Nobody with a gmail/hotmail address
(other than people on the To/CC lines) will receive it, and
eventually, the gmail/hotmail users will get kicked off the list.) I
don't
2002 May 29
0
FreeBSD Security Advisory FreeBSD-SA-02:26.accept
-----BEGIN PGP SIGNED MESSAGE-----
=============================================================================
FreeBSD-SA-02:26.accept Security Advisory
The FreeBSD Project
Topic: Remote denial-of-service when using accept filters
Category: core
Module: kernel
Announced: