CentOS 5 :: Compiling Racoon With RADIUS Support + Tacacs / Libradius Patch

Aug 30, 2010

I'm trying to recompile racoon with libradius support however I'm having issues getting it to play nicely. It appears racoon uses the following implementation of tacacs+libradius [URL] however I'm having trouble compiling it: With a base configure and make I'm receiving the following:

[Code]...

View 2 Replies


ADVERTISEMENT

CentOS 5 :: Compiling Racoon With RADIUS Support + Tacacs / Libradius Patch?

Nov 30, 2010

I'm trying to recompile racoon with libradius support however I'm having issues getting it to play nicely. It appears racoon uses the following implementation of tacacs+libradius [URL] however I'm having trouble compiling it:With a base configure and make I'm receiving the following:

[code]....

View 3 Replies View Related

CentOS 5 :: Centos_5.2 Support NAT-T Or Need To Patch?

Mar 18, 2009

A site -- to -- site vpn need NAT-T . But I don't know whether the Centos_5.2 support that function default, or I have to patch it by myself.If I should patch it all by myself, How to do it ? VPN suite: OPENSWAN KERNEL version : 2.6.18-92.1.22.el5 i686

View 1 Replies View Related

CentOS 5 :: TACACS Log - Automatic Backup?

Jun 20, 2011

i am not familialized with Linux i installed recently a TACACS+ server under CentOS 5.5 and it is working well but my boss asked me to make a weekly backup of the tacacs.log file to check who was connected at any time the problem is that i don't know how tp make this backup and how to make it automatic and also he asked me to change the default port of tacacs from 49 to another port does someone knows how to make it?

View 1 Replies View Related

CentOS 5 Networking :: TACACS Log Backup

Jun 20, 2011

I have to make an automatic backup of the tacacs.log file and change the port 49 of tacacs+ to another port?

View 1 Replies View Related

General :: Download Tacacs And Install In Centos Pc?

Jul 29, 2011

how can i download tacacs and install it in my centos pc?is it possible through terminal,i.e,command line mode?i wanted to learn through it so...

View 2 Replies View Related

Software :: Compiling Patch - Installing With Full Kernel Sources?

Apr 8, 2011

I am trying to compile a patch for HDMI audio, reference this thread [URL]

Code:
Instructions:
- download alsa-driver-1.0.21 from alsa homepage
- unpack downloaded alsa:
$ tar jxvf alsa-driver-1.0.21.tar.bz2

- download and apply my patch
$ wget http: [URL]
$ cd alsa-driver-1.0.21
$ patch -p 1 < ../alsa-driver-1.0.21-nvidia-ion2-hdmi.patch

- compile alsa
$ ./configure
$ make
$ make install
when I do ./configure it outputs this

Code:
The file /lib/modules/2.6.33.7-pclos6.bfs/source/include/linux/autoconf.h does not exist. Please install the package with full kernel sources for your distribution or use --with-kernel=dir option to specify another directory with kernel sources (default is /lib/modules/2.6.33.7-pclos6.bfs/source). How can I direct it to install with the 'full kernel sources' ?

View 8 Replies View Related

OpenSUSE Multimedia :: Install A Kernel Patch To Support On-board NVidia Graphics?

Mar 22, 2011

I am impressed with 11.4 and am happy that for the first time ever I don't need to install a kernel patch to support my on-board nVidia graphics. However, the on-board sound no longer works now. I don't know how to set it up in phonon. My device number 0 in phonon is MCP72XE/MCP72P/MCP78U/MCP78S high definition audio, and I assume this is my nVidia on-board sound card. The driver information states snd-hda-intel.

How can I check what is wrong with it? It did work fine on 11.2 right up to the 11.4 installation. I do get system sounds (like the start-up and shut-down sounds), but nothing from any application, e.g., firefox playing a video. Based on the advice from another thread I tried: speaker-test -c2 -l5 -twav This does not produce any sound, but gives the following information: speaker-test 1.0.24.2

Playback device is default
Stream parameters are 48000Hz, S16_LE, 2 channels
WAV file(s)
Rate set to 48000Hz (requested 48000Hz)
Buffer size range from 96 to 1048576
Period size range from 32 to 349526
Using max buffer size 1048576

[Code]...

View 9 Replies View Related

CentOS 5 Networking :: Can't Telnet Localhost 1812 (radius Sever Port) / Enable This?

Sep 25, 2009

I have opened/added the ports 1812 and 1813 (both tcp & udp) for radius server in the firewall.

when i use the command : telnet localhost 1812 , the connection says "refused", i get the following messages code...

View 2 Replies View Related

CentOS 5 Networking :: Configuration In Huawei Switch And Radius Server For User Authentication

Sep 25, 2009

i want to authenticate user (client) via switch to the radius server(CentOS)Can anyone tell me the authentication/authorization configuration that should be made in the switch (huawei) and the radius server(centos).Esp. the main files under /etc/raddb/ in the Server& the configuration to be made under the radius server template "test"( as of my case)...

View 1 Replies View Related

Debian Programming :: LMMS Not Compiling With VST Support

May 22, 2015

I did see another topic on this forum regarding VSTs in LMMS, but it didn't solve my problem. I am running using the 64-bit testing branch of debian, which may be causing some of my problems. I tried compiling LMMS myself, but I ran into an issue with wine when it tried to compile RemoteVstPlugin.

It seems as though wine didn't install winegcc or any other tools like that. After a while, I did manage to find winegcc and some of the other tools in /usr/lib/x86_64-linux-gnu/wine/bin. I decided to add some symlinks in /usr/local/bin to point to winegcc, wineg++, winecpp, and winebuild. After that, it seemed to give a different error message, but still failed to compile. It now gives me the following error:

Code: Select all[ 83%] Generating RemoteVstPlugin
/usr/bin/ld: Relocatable linking with relocations from format elf64-x86-64 (/usr/lib/x86_64-linux-gnu/wine/wine/libwinecrt0.a(exe_entry.o)) to format elf32-i386 (RemoteVstPlugin.Azfbf1.o) is not supported
winebuild: /usr/bin/ld failed with status 1

[Code] ....

I may be missing some dependencies because I couldn't run build-dep without removing skype but I don't think that's the problem. I thought the above problem may have something to do with wine, so I was going to try compiling wine to. I ran into problems with that, and ditched that idea. I really don't know what to do anymore. I can't just disable VST support, because that's why I tried to compile LMMS by myself to begin with!

View 1 Replies View Related

Debian :: Compiling Wine 1.2.2 From Source Has No OpenGL / D3D Support

Feb 13, 2011

After finally figuring out how exactly how to compile something from source, I did it with Wine. However, there's a problem, when I'm trying to play a game on Steam (Half-Life) on a TNT2 graphics card (With NVIDIA drivers 71.86 installed as well as all of the packages needed to compile Wine from source), everything either lags or has an error.

One of these errors is that OpenGL32 isn't being initialized after attempting to start the game in that mode. Another error (or I should say problem) is that in Direct3D mode, it just.. crashes lol. Also, in Software mode, it LAGS horribly and I don't think it has to do with the hardware limitations I have on this machine. I did however install the glx and gl drivers AFTER I compiled Wine, do I have to do yet another install?

Debian Lenny 5.0.8
667MHz Celeron Coppermine
NVIDIA TNT2 32mb VRAM card

View 3 Replies View Related

General :: Apply Kernel Patch - Couldn't Find File To Patch

Apr 8, 2011

I just want to upgrade my Slackware 13.1 kernel (2.6.33.4) to the latest stable kernel from kernel.org (2.6.38.2). I have never done anything like this and I am a Linux newbie, so I would appreciate a "Kernel Patching for Dummies" version if possible. I did do a search on this forum and most of what I read was over my head. I found an FAQ on kernelnewbies.org on "How To Apply A Patch" but when I attempted what they suggested, it said it couldn't find the file to patch at line 5 and asked me which file to patch. So I CTRL-Z'd out of there and came here. Here's what I tried:

[code]...

View 14 Replies View Related

CentOS 5 :: Patch/security Updates For 5

Dec 2, 2009

Is there a mailing list or an alert where I can subscribe to, so I know if there's critical or moderate patches I have to apply to my Centos 5 servers.

View 5 Replies View Related

Server :: CentOS 5.6 Patch Version Control?

Jul 21, 2011

I have this project at work. We are a MS Windows shop, and I am "supposed" to be the linux expert, which means, linux support, it's me. I have worked with linux maintaining PCs at home with different versions of linux since 1995, jumping from Slackware to Ubuntu.

Now, I have two CentOS 5.6 boxes, and I need to control the patching process. the boxes are hosting an application which we don't manage. So. one box in production, one box in development. The idea is that the box in development wil use yum in a standard way and download whatever patches are needed, and the application is tested. When the testing is done (this can take minutes, hours, or days) then the production box gets patched.
The problem is that I need to garantee that exactly the same patches are applied in development and in production.

the development box downloads the patches from the internet, but the production box gets it's patches from the development box, not the internet. I have played around with making local repos on the development box and samba, or rsync the /var/yum/cache, and to change the yum.repo.d CentOS-base.repo to force the prod to go to the dev box, without success.

View 2 Replies View Related

CentOS 5 :: PATCH Missing ISO 9660 Image

Jan 29, 2011

From last few days i stuck with error in installing CentOS 5.5 ISO using USB stick, I have customized ISO from cent os tree 5.5 and update.(customization with respect to the package removing like openoffice, X-window, Gnome ...)

Here are some details

anaconda : anaconda-11.1.2.209-1.el5.centos
kernel : kernel-2.6.18-194.26.1.el5

View 1 Replies View Related

CentOS 5 :: MySQL Subsecond Slow Query Log Patch Installation?

Aug 31, 2010

I am using MySQL 5.0.77 Version rpm on CentOS 5 Red Hat Linux. I want to install micro second slow query log patch on this MySQL S/W version.As I found the slow query micro second patch on percona site i.e. [URL]step by step to install above mentioned patch with rpm based MySQL installation? Do we need MySQL source files to apply patch ?

View 13 Replies View Related

Security :: Racoon Address Bind Failure?

Mar 11, 2010

I did not use below configuration in my racoon conf,

remote anonymous {
exchange_mode main;
lifetime time 1 hour;
proposal {
encryption_algorithm 3des;
hash_algorithm md5;

[Code]...

I've pruned your post from where you originally posted. In the future, please check the dates on threads which you're thinking about posting in. If you see they are dead (inactive for a few months or more) just let them rest in peace and start your own thread. You can always include links to reference the dead thread if you need to, as I've done here.

View 1 Replies View Related

Security :: Racoon And Plain ICMP Packets?

Apr 6, 2011

i have configured racoon (ipsec tunnel) between 2 hosts and i am afraid of unencrypted ICMP which appears in TCPDUMP logs. There ale also encrypted ESP packets. Is this result of wrong racoon configuration?
172.16.220.133

Code:
[root@localhost ~]# cat /etc/racoon/racoon.conf
# racoon.conf
path pre_shared_key "/etc/racoon/psk.txt" ;
remote anonymous

[Code]...

View 1 Replies View Related

Server :: Tacacs - No Rule To Make Target `all-am' - Stop

Aug 2, 2010

make /usr/bin/make all-am
make: Nothing to be done for `/usr/bin/make'.
make: *** No rule to make target `all-am'. Stop.

whats wrong with this???

View 2 Replies View Related

General :: Remove Patch From Kernel / Apply A Squashfs-lzma Patch (squashfs 4.1cvs)?

Sep 11, 2010

is there a way to remove a patch from a kernel?

I need to apply a squashfs-lzma patch (squashfs 4.1cvs) to the liquorix kernel source which is already patched with squashfs 4.0.

how would I do that?I tried googling got this. url

but I dont know the command used to apply the patch the patch is called

35.4-3.patch.gz
url

but that patch includes more than squashfs,etc

View 1 Replies View Related

General :: Racoon Ipsec Enable Machin Unable To Ping Each Other?

May 21, 2010

i have two laptop of ip-address --10.114.12.27 & 10.114.12.28.i have install ipsec-tools & racoon on both laptop.i m using ubuntu os. now i want to use automatic keying by racoon.for this i have put these lines in /etc/racoon/racoon.conf path pre_shared_key "/etc/racoon/psk.txt";

remote anonymous
{
exchange_mode aggressive,main;
doi ipsec_doi;
situation identity_only;
my_identifier address;

[Code]...

and when i usint "racoon -F" and try to ping these two laptop , it is not pinging at all. and alse "racoon -F" does not show any ESP and AH.

View 1 Replies View Related

OpenSUSE :: Install Patch - Error "vmware-7.1.3-2.6.37-rc5.patch' Not Found"

May 11, 2011

I'm trying to install a patch but when I copy it into terminal I get message " /home/john/patch-modules_v62-opensuse.sh 'vmware-7.1.3-2.6.37-rc5.patch' not found. copy it to the current '/home/john' directory. Exiting" But I have it in my home directory!

View 3 Replies View Related

CentOS 5 :: Conga Errors With Enabled Shared Storage Support In CentOS 5.3?

Jun 24, 2009

I try to set up a 5 nodes cluster and a shared Coraid Storage with conga but it fails with "Shared Storage Support" checked.The message is:'A problem occurred when installing packages: Packages of set "Clustered Storage" are not present in available repository' and it is shown under every node on the next sceen after I submit.The pc where conga runs is on the same subnet (192.168.xxx.xxx) and it has the same /etc/hosts of the other nodes.In that pc runs a proxy too and the nodes go out through it (that pc has 2 NICs)Every node (2.6.18-128.1.14.el5-xen-x86_64) is patched whith the last yum update (this morning) the same is for the pc (2.6.18-128.1.14.el5).Every node has 4 NICs , 2 NICc towards the storage the others in bonding towards the WAN.Every node is exactly alike, they have been installed with the ks.cfg generated from the first node and they all have the support for Clustering, Virtualization, and Clustered Storage.

View 1 Replies View Related

CentOS 5 :: Does The Centos Kernel Support Growing Raid Devices

Oct 16, 2010

I'm setting up a raid 5 on several hard disks with a layer of lvm on top for good measure.I know the recent kernels support growing software raid, but since centos runs 2.6.18, I wanted to make sure it'll work. Does the centos kernel support growing raid devices?

View 1 Replies View Related

CentOS 5 :: CentOS 5.3 I386 Cannot Support Device Larger Than 2TB?

May 20, 2009

I have been using SLES 10 SP1 so far with about 6TB Raid system without problems.I have upgraded the OS to CentOS 5.3 i386 and I have noticed the kernel can not recognize raid system larger than 2TB.Is there any parameters that I have to set ? or the i386 distribution simply does not support larger raid, so I have to use x86_64 version, instead?

View 1 Replies View Related

CentOS 5 :: Running A CentOS 5.5 System Which Does NOT Support VT Technology

Jun 3, 2010

I am running a CentOS 5.5 system which does NOT support VT Technology, so I am unable to use Xen HV. I am very happy with OpenVZ other than the fact that it doesn't support Windows, only Linux.I'd like to have VMWare Server 2.x installed, but it appears that OpenVZ changes the Kernel to, in my case, 2.6.18-194.3.1.el5.028stab069.6. The default kernel on my system is 2.6.18-194.3.1.el5.i386.If I change grub to load 2.6.18-194.3.1.el5.i386, VMWare will work but OpenVZ will not. If I change grub to load 2.6.18-194.3.1.el5.028stab069.6, OpenVZ will work, but VMWare will not.If I try to run /usr/bin/vmware-config.pl while in the 2.6.18-194.3.1.el5.028stab069.6 kernel, I get an error of:

None of the pre-built vmmon modules for VMware Server is suitable for your running kernel. Do you want this program to try to build the vmmon module for your system (you need to have a C compiler installed on your system)?Using compiler "/usr/bin/gcc". Use environment variable CC to override.

What is the location of the directory of C header files that match your running kernel?[/usr/ src/ linux/ include]I'm so lost as what to do now..is there anyway I can compile both of the kernels together somehow?

View 2 Replies View Related

Networking :: Ipsec - Racoon Roadwarrior Client - Main Mode - Hybrid_rsa Authentication?

Jun 28, 2011

My client is on Ubuntu Lucid 10.04, I installed ipsec-tools and racoon from the repositories. The gateway is installed on a CentOS machine. I've configured everything to get a working roadwarrior configuration with authentication_method hybrid_rsa client and server. It's working in aggressive mode, but in main mode I can't get it working. I delivered new CA and certificates several times but I'm still stuck.

It seems that it comes from my client not supporting the certificate sent by the server. The client contains a copy of the CA, whereas server has a private key and a certificate signed by the CA.

[Code]...

View 3 Replies View Related

CentOS 5 :: Patching And Compiling A Kernel

Dec 5, 2009

I have been trying for few days on patching and compiling a Kernel, but got no success. I have been searching the web for pointers, but those I have found are very confusing. I did try them, yet same result.
I am trying to patch and compile with the following:

[Code]...

View 13 Replies View Related

CentOS 5 :: Compiling Rsyslog With RELP?

Aug 14, 2010

I am trying to install rsyslog 5.4.0 with relp on CentOS 5.5 (vmware). My installation steps:

yum install gcc.i386
liblogging-0.7.1:
./configure
make
make install

[Code].....

/usr/local/lib/rsyslog/omrelp.so exists with permission 755 owned by root. I read some similar posts but older version of centos, rsyslog, librelp and rebuilding the packages could not help.

View 7 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved