They are doing nearly what I want but I want to use a portable NAS to transfer the repository to the offline enviroment. They export the repositorys in the guide and then import it this is not needed when I take the whole repository on the NAS.
The question is will the sattelite read the NAS repository without any problems when I dont use the export/import function..
Hi all,
I have a bit of an inexplicable problem....
Up until today, on my Toshiba Satellite A30 Laptop running SuSE 8.2 Professional, I had a dual mouse (USB Mouse / Touchpad) configuration in X and everything was running fine.
I booted the laptop today, and for some reason unbeknownst to... (3 Replies)
Hi all....I have a Sun Ultra2 that I want to use with my PC monitor. I have purchased an adapter that does not work and I was told I need to change my video card setting (if I can) to Separate Sync.....my Monitor product number ends in 1343......I am running SunOS 5.7 ......anyone have any ideas?
... (0 Replies)
Hi All
when I give the command,
$ ping <hostname>
I get the following error
ping: unknown host <hostname>
I have checked in the following files,
/etc/sysconfig/network
/etc/hosts
/etc/resolv.conf
/etc/nsswitch.conf
Every where in these files host name and IP address are given... (2 Replies)
Hi, I am fairly new to Linux. I have a Win XP host machine where I am running a Redhat virtual machine using VMplayer. I have a tool in the VM that I need to run using some input data located on the host machine. How can I share files between the host and the VM? I need to be able to read/write... (3 Replies)
Hi,
I'd like to know more about RHN and their RHN PROXY.
- If I will buy PROXY, do I need to get licenses for all my RHELs to have them updated? What are benefits of proxy?
- If I will buy (doubt it) Satellite, will I be able to connect all my boxes to Satellite and have them upgraded... (5 Replies)
Wild shot in the dark as both are exactly ubiquitous technologies, but here it goes: Anybody have any experience using a Dell KACE to PXE boot to a Red Hat Satellite kickstart install? I've set up the kickstart by itself before but I'm not sure there's a way to configure the KACE so that it will... (0 Replies)
Hi,
I need to migrate using Redhat 4 as host based migration,EMC Clariion to VNX.
Please what are the best ways to perform online migration,with users working on the box?The file system is ext3 and the source logical voulumes are raid 1.
- adding the 3rd LUN(from VNX) to the... (0 Replies)
Hi all,
We have been using Satellite to patch our RedHat servers for a while but up until recently these have only been virtual machines. Now we have a requirement to install a few physicals and I am trying to setup a sync a custom channel for the HP reository.
Our setup is that the... (2 Replies)
Can anyone point me towards a list that shows which Satellite versions roughly align with which Spacewalk versions, in terms of functionality?
Thanks in advance,
Akbar. (2 Replies)
Discussion started by: akbar
2 Replies
LEARN ABOUT FREEBSD
hx509_env_add_binding
hx509 enviroment functions(3) Heimdalx509library hx509 enviroment functions(3)NAME
hx509 enviroment functions -
Functions
int hx509_env_add (hx509_context context, hx509_env *env, const char *key, const char *value)
int hx509_env_add_binding (hx509_context context, hx509_env *env, const char *key, hx509_env list)
const char * hx509_env_lfind (hx509_context context, hx509_env env, const char *key, size_t len)
const char * hx509_env_find (hx509_context context, hx509_env env, const char *key)
hx509_env hx509_env_find_binding (hx509_context context, hx509_env env, const char *key)
void hx509_env_free (hx509_env *env)
Detailed DescriptionFunction Documentation
int hx509_env_add (hx509_context context, hx509_env * env, const char * key, const char * value)
Add a new key/value pair to the hx509_env.
Parameters:
context A hx509 context.
env enviroment to add the enviroment variable too.
key key to add
value value to add
Returns:
An hx509 error code, see hx509_get_error_string().
int hx509_env_add_binding (hx509_context context, hx509_env * env, const char * key, hx509_env list)
Add a new key/binding pair to the hx509_env.
Parameters:
context A hx509 context.
env enviroment to add the enviroment variable too.
key key to add
list binding list to add
Returns:
An hx509 error code, see hx509_get_error_string().
const char* hx509_env_find (hx509_context context, hx509_env env, const char * key)
Search the hx509_env for a key.
Parameters:
context A hx509 context.
env enviroment to add the enviroment variable too.
key key to search for.
Returns:
the value if the key is found, NULL otherwise.
hx509_env hx509_env_find_binding (hx509_context context, hx509_env env, const char * key)
Search the hx509_env for a binding.
Parameters:
context A hx509 context.
env enviroment to add the enviroment variable too.
key key to search for.
Returns:
the binding if the key is found, NULL if not found.
void hx509_env_free (hx509_env * env)
Free an hx509_env enviroment context.
Parameters:
env the enviroment to free.
const char* hx509_env_lfind (hx509_context context, hx509_env env, const char * key, size_t len)
Search the hx509_env for a length based key.
Parameters:
context A hx509 context.
env enviroment to add the enviroment variable too.
key key to search for.
len length of key.
Returns:
the value if the key is found, NULL otherwise.
Version 1.5.2 11 Jan 2012 hx509 enviroment functions(3)