Displaying 9 results from an estimated 9 matches for "availale".
Did you mean:
available
2005 Mar 09
1
RMySQL installed but not availalable
I don't use MySQL but I have seen messages like this before. They often have replies which indicate that you need to follow the instructions more closely. I suggest you search the list for these previous posts as I'm sure there is help there, somewhere!
Tom
> -----Original Message-----
> From: Adriano von Sydow [mailto:pdasilva at xtra.co.nz]
> Sent: Thursday, 10 March 2005 5:13
2004 Apr 29
2
iptables-save/iptables-restore
The version of Shorewall currently in CVS (Shorewall2/ project) has been
integrated with iptables-save/iptables-restore. This provides the means
to start and restart shorewall very quickly (mine restarts in under a
second) in the case where you are not changing your configuration.
The release notes are attached.
-Tom
--
Tom Eastep \ Nothing is foolproof to a sufficiently talented fool
2010 Aug 26
1
[PATCH 2/5] ocfs2/dlm: add lockres as parameter to dlm_new_lock()
Wether the dlm_lock needs to access lvb or not depends on dlm_lock_resource it belongs to. So a new parameter "struct dlm_lock_resource *res" is added to dlm_new_lock() so that we can know if we need to allocate lvb for the dlm_lock. And we have to make the lockres availale for calling dlm_new_lock().
Signed-off-by: Wengang Wang <wen.gang.wang at oracle.com>
---
fs/ocfs2/dlm/dlmcommon.h | 3 +-
fs/ocfs2/dlm/dlmlock.c | 55 ++++++++++++++++++++++---------------------
fs/ocfs2/dlm/dlmrecovery.c | 2 +-
3 files changed, 31 insertions(+), 29 deletion...
2003 Aug 12
0
dynamic IPSEC
...no policy at all defined for them and use an anonymous
section your racoon.conf with
generate_policy on;
This way your clients connect and racoon sets up any policy they request.
This is a bit ugly as you have to trust them not to screw up your policy but
seems to be the only solution currently availale with racoon.
You will also want to use certificates instead of preshared keys for
authentication unless you are comfortable with having a single preshared key
for all your roaming users.
Solution 2:
We have a setup where we have 3 offices each with dynamic ip's and freebsd
boxes as their gat...
1998 Mar 22
0
Win NT Authorization problems...
...d from reeading the docs seems
to have a lot better performance and abilities. (Good work Samba demigods!!)
You can pick up excellent v1.9.18p3 rpm packages for RedHat-5.0 systems
from ftp://samba.anu.edu.au/pub/samba/Binary_Packages/redhat/RPMS/5.0/...
(packages for older RedHat versions are also availale along those lines).
Or you can solve your encryption problem like I did...
Carefully remove any binaries/log/configuration files from any previous
samba installation and then follow the samba-1.9.18p3 directions to
install a new, clean installation.
So once again, I apologize for the bad attitude...
2013 Oct 14
2
setuid or other ideas
Everyone,
I am working on a Centos 5.9 system. I have an need to be able to
activate a piece of software from /etc/smrsh that is activated when
sendmail delivers the e-mail to this piece of software. I would like
this piece of software to take on the user and group identities that are
different than 'mail' which is what happens now. I want to use a user
and group that is not root), so
2015 Feb 08
2
Nvidia Mod Update
On 08/02/15 14:24, Pete Geenhuizen wrote:
>
> On 02/08/15 07:45, Ned Slider wrote:
>>
>> On 08/02/15 12:33, Pete Geenhuizen wrote:
>> No, you don't have the package kmod-nvidia-340xx installed. You have
>> kmod-nvidia VERSION 340.65. In the first example, the package NAME is
>> kmod-nvidia-340xx (the -340xx is part of the package name, NOT the
>>
2007 Mar 28
7
[PATCH] Proper use of VMX execution controls MSR.
Better use of VMX execution controls MSR.
Signed-off-by: Xin Li<xin.b.li@intel.com>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2016 Jun 02
0
[ANNOUNCE] nftables 0.6 release
Hi!
The Netfilter project proudly presents:
nftables 0.6
This release contains many accumulated bug fixes and new features
availale up to the Linux 4.7-rc1 kernel release.
New features
============
* Rule replacement: You can replace any rule from the unique 64-bits
handle. You have to retrieve the handle from the ruleset listing.
# nft list ruleset -a
table ip filter {
chain input {
......