Sponsored Content
Top Forums UNIX for Advanced & Expert Users Linux capabilities discussion Post 302826233 by leghorn on Wednesday 26th of June 2013 07:35:00 AM
Old 06-26-2013
Linux capabilities discussion

Hi

I'm trying to compile my linux kernel with CONFIG_SECURITY_CAPABILITIES=y.
any idea what this thing does ??

Also another question , If I compile the kernel that I'm currently using , what'll happen ?

~cheers
 

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Unix Capabilities?

We are looking into buying a new software, billing software that is, and want to know if you can run that on the same UNIX server as another major software? Is there a limit to the different types of software Unix can run, or is it like windows where you can install as many as you like? ... (2 Replies)
Discussion started by: hoz
2 Replies

2. SuSE

Restoration of Multimedia Capabilities in Red Hat Linux 9

Hello There Is there any way round to restore the multimedia capabilities in Red Hat Linux 9 which were withdrawn by Red Hat due to non-standardization of formats like MP3? Is it possible to listen to MP3s in XMMS Player or view Movies in Xine again as it was in Red Hat Linux 7.3? Furthermore, I... (5 Replies)
Discussion started by: Jawwad
5 Replies

3. UNIX for Advanced & Expert Users

p570 Capabilities

Hi there. I've been tasked with making a new design for our Unix systems :eek: Now the question I have is; How many LPARs can a p570 hold WITHOUT using a VIO Server. Many Thanks Kees (1 Reply)
Discussion started by: KeesH
1 Replies

4. Red Hat

Adding capabilities to an RPM

Hi. I downloaded a package that could only be installed on RHEL5, and not 4 or 3, so I got the source in order to compile it on RHEL 3 so hopefully it will work on all versions. So I have the source for a working package, but when I build it in RHEL 3 and then try to install it in RHEL 5, it... (6 Replies)
Discussion started by: Boaz
6 Replies

5. UNIX for Advanced & Expert Users

Use of Capabilities

I wonder if anyone could assist with some problems I'm having with Linux Capabilities and their use when using the commands "nice" and "schedtool". I run a couple of PCs, one is an elderly AMD Sempron 2800+ (32-bit, 2GHz clock and 3GB memory) that is used as a family multimedia system running... (3 Replies)
Discussion started by: MikeGM
3 Replies

6. UNIX for Advanced & Expert Users

CentOS7 restoring file capabilities

Quite an obscure question I think. We have a rebuild process for remote sites that allows us to PXE rebuild a till (actually a PC with a touch screen and various fancy bits) running CentOS. The current CentOS5 tills work just fine with a tar image restore and some personalisation. Sadly,... (4 Replies)
Discussion started by: rbatte1
4 Replies
AACRAID(4)						   BSD Kernel Interfaces Manual 						AACRAID(4)

NAME
aacraid -- Adaptec AACRAID Controller driver SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device pci device aacraid To compile in debugging code: options AACRAID_DEBUG=N Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): aacraid_load="YES" DESCRIPTION
The aacraid driver provides support for the Adaptec by PMC RAID controllers, including Series 6/7/8 and upcoming families. The RAID containers are handled via the aacraidp0 bus. The physical buses are represented by the aacraidp? devices (beginning with aacraidp1). These devices enable the SCSI pass-thru interface and allows devices connected to the card such as CD-ROMs to be available via the CAM scsi(4) subsystem. Note that not all cards allow this interface to be enabled. The /dev/aacraid? device nodes provide access to the management interface of the controller. One node exists per installed card. If the kernel is compiled with the COMPAT_LINUX option, or the aacraid_linux.ko and linux.ko modules are loaded, the Linux-compatible ioctl(2) interface for the management device will be enabled and will allow Linux-based management applications to control the card. HARDWARE
Controllers supported by the aacraid driver include: o Adaptec ASR-6405(T|E) o Adaptec ASR-6445 o Adaptec ASR-6805(T|E|Q|TQ) o Adaptec ASR-7085 o Adaptec ASR-7805(Q) o Adaptec ASR-70165 o Adaptec ASR-71605(E|Q) o Adaptec ASR-71685 o Adaptec ASR-72405 o Adaptec Series 8 cards FILES
/dev/aacraid? aacraid management interface DIAGNOSTICS
Compiling with AACRAID_DEBUG set to a number between 0 and 3 will enable increasingly verbose debug messages. The adapter can send status and alert messages asynchronously to the driver. These messages are printed on the system console, and are also queued for retrieval by a management application. SEE ALSO
kld(4), linux(4), scsi(4), kldload(8) AUTHORS
Achim Leubner <achim@FreeBSD.org> Ed Maste <emaste@FreeBSD.org> Scott Long <scottl@FreeBSD.org> BUGS
The controller is not actually paused on suspend/resume. BSD
April 09, 2013 BSD
All times are GMT -4. The time now is 02:54 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy