Displaying 20 results from an estimated 1300 matches similar to: "Understanding FS ACLs"
2010 Jul 18
3
2X app server alternatives
Does anyone know any oss alternatives to 2x aplication server ?
Regards,
Silviu Hutanu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20100718/3ef6bb73/attachment.html>
2010 Jul 24
1
KVM iptables rules
After I installed kvm I noticed that some rules are appended automatically
by some tools that come with kvm packages(I installed all KVM group with
yum) .
The problem is that after I appended my rules I and used the
/etc/init.d/iptables script to save changes in /etc/sysconfig/iptables I saw
that after restarted the machine that tool appended the rules once again ...
so now I have double entries
2010 Sep 28
3
netstat - kill by pid ?
I am writing a small script to kill process(es) listening on
particular port number. Here I am particularly looking at Java
servlet-containers like Tomcat and JBoss, which sometimes don't
complete their shutdown process and it still shows up as running
process with ps or netstat. This needs to be kill-ed and for that
knowing pid of that process is necessary. The netstat by default
doesn't
2010 Jan 05
1
QEMU/KVM: SELinux denial on /dev/zero when starting a VM
Hi,
on an up to date CentOS 5.4 x86_64 (test machine), I systematically
get the following SELinux denial when I start a QEMU/KVM virtual
machine via virt-manager:
SELinux is preventing qemu-kvm (qemu_t) "execute" to /dev/zero (zero_device_t).
(full alert below)
Running the command suggested by the alert (restorecon -v '/dev/zero')
does not solve the problem.
This does not
2010 Jul 09
2
difference between stickybit SUID and SGID
i had a small query , whant is the difference between stickybit SUID and
SGID , is there any proper site where i can get a clear understanding .
--
Regards
Agnello D'souza
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20100709/c7c22588/attachment.html>
2007 Apr 20
2
Learning SELINUX management, help?
OK, so setup CENTOS-5 on a laptop to learn about Xen stuff.
KDE Desktop, wanted to print the virt.108.com xen howto.
Needed to setup printer first.
Open KDE control center, go to printers.
Hear error sound, message says
"Unable to retrieve the printer list....
Connection to CUPS server failed. ..."
So I check to see that cups is running (it is).
I check /var/log/messages
2012 Feb 24
0
SELinux killed my qemu-kvm
All of a sudden, Virtual Machine Manager (VMM) on a CentOS 5.7 load will
no longer run any VMs.
The VM worked A-OK on the morning of 23 Feb, when I brought it up,
applied the Microsoft updates, rebooted it, installed an application,
rebooted again and ran several tests. Later that day, it wouldn't run.
I didn't have time to diagnose, so I did some investigation a few
minutes ago.
Working
2010 Aug 22
3
Guidance on Linux Kernel/OS Programming for Beginners
Hi List,
I am working on LINUX for the past six years , and am a core linux
guys since i started my career on linux . Working more on Redhat /
centos / Fedora based distribution system administration . with some
basic bash scripting knowledge.
Now am looking to deep dive into programming to contribute or
innovate some thing new on linux operating system or kernel space
(More importantly on
2009 Nov 09
4
SELinux and KVM
I am trying to set up a test kvm virtual machine on a core2 quad
system. I have managed to thread my way through bridging eth0 and I
have a CentOS-5.4 dvd iso prepared.
Using virt-manager, when I try and add a new guest then I get the
error reproduced below. Now, I know that I can 'fix' this by
building a local mod via audit2allow and installing via semodule.
However, I cannot seem to
2011 May 17
2
securing sshd with selinux
Hello List,
dont have experience with selinux, but i want to know if it would be a
practicable way to secure sshd with selinux.
i have some webservers and want to grant ssh-access to some users. my plan
ist to make new server where users are able to log in. the homes from
webserver are mounted in by nfs etc.
i dont like chroot-env for ssh, a lot of disadvantages...
also i dont like if users
2016 Apr 18
2
[cfe-dev] [libunwind] __ELF__ macro for arm-none-eabi
On 18 April 2016 at 16:33, Silviu Baranga <Silviu.Baranga at arm.com> wrote:
> Doing a grep "eabi" * -R | grep darwin in llvm I found the test divmod-eabi.ll
> which uses the triple armv7-apple-darwin-eabi. What format does that have?
Certainly not ELF. :)
But I didn't mean "has eabi on triple", but "is in none-eabi mode",
which may have to check a
2006 Apr 18
3
IVR: playing multiple streams simultaneously?
Hi all,
I'm setting up an IVR using Asterisk.
Is there a way to have two streams played to the caller at the same
time: for instance, one constant flow of background music, and the IVR
contents at the same time? I've looked for solutions using (E)AGI and
other things but nothing seems to work. Googling around and reading the
list has not been helpful either...
Thanks for your help,
2012 Aug 01
1
SELinux : please explain ...
Hello,
This is somehow off-topic, since the problem appears on a modified
CentOS-6.2 (turned into a xen-4.1 host) : I get SELinux errors, and
I'm not able to understand them.
From audit2why :
type=AVC msg=audit(1343724164.898:298772): avc: denied { mac_admin } for pid=12399 comm="restore" capability=33 scontext=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023
2009 Dec 04
3
Foreman reports - no pretty pictures :D
I''m playing around with foreman for the moment. I can''t seem to figure
out how to make the dashboard look like in this screenshot
http://theforeman.org/wiki/foreman/Screenshots#Dashboard
In order for those statistics to work what should be done?
I have activated the rrdgraph reports in puppetd, uncommented the line
":rrd_report_url: report/" in config/settings.yaml
2016 Apr 18
2
[cfe-dev] [libunwind] __ELF__ macro for arm-none-eabi
On 18 April 2016 at 16:18, Silviu Baranga <Silviu.Baranga at arm.com> wrote:
> This doesn't look like something ACLE specific (I can't find it in the ACLE doc).
Sorry, I didn't mean it was ACLE, only that you guys were fiddling
with macros. :)
> This seems to be a generic macro. I think it would make sense to define it
> if we know we're emitting ELF.
Since the
2016 Apr 16
2
[cfe-dev] [libunwind] __ELF__ macro for arm-none-eabi
On 16 April 2016 at 01:44, Zhao, Weiming via cfe-dev
<cfe-dev at lists.llvm.org> wrote:
> I'm building libunwind for ARM baremetal using clang.
> I notice that __ELF__ is used in libunwind and the macro is only defined for
> Linux target on ARM.
> Should we also predefine that for arm-none-eabi target?
Do you mean in Clang's ARMTargetInfo::getTargetDefines() ?
I think
2010 Jun 24
2
Vcsrepo module use git with certificate
Has anyone tried using this puppet forge module with a certificate?
(puppetlabs/vcsrepo) Any ideas on how to specify via command line to git
what certificate to use?
The only way that I know to tell git to use a specific certificate is to
use the GIT_SSH env variable and specify a script which calls ssh -i ... $@
Silviu
--
You received this message because you are subscribed to the Google
2006 Jun 26
2
Asterisk x Siemens HiPath 4000
Hello all. I have installed and functioning asterisk-1.2.9.1 where I
effected one upgrade in asterisk-1.0.9, is interconnected with a PABX
Siemens HiPath 4000 in ISDN PRI with protocol QSIG, the one that is
happening he is that the calls originated for PABX Siemens and
destined to SIP phones asterisk are being without audio, nor Ring, is dumb.
They could help in this case me?
Best Regards
Josu?
2006 Jun 27
8
Avaya 4610sw SIP setup problem
Hi all,
I've been pulling my hair out for two days over this problem... I did *a
lot* of Googling around, I searched the list archives to no avail - no
one has the same problem!
I have two Avaya 4610sw phones. I installed the latest SIP firmware
using the TFTP server. So far everything looks good. Each time the phone
boots, it retrieves the 46xxsettings.txt from the TFTP server. My
problem
2004 Dec 23
2
One-way audio in incoming calls with Asterisk + OpenGK + Innovaphone IP3000
Hello everybody,
I?ve been pulling my hair for a week now over a problem, and I really don?t
know where to look anymore. Here?s my setup:
There is an Innovaphone IP3000 VoIP gateway on the LAN (10.253.30.254). I
can use it to send and receive calls from physical phones attached to it.
I have setup Asterisk 1.0.3, with H323 and openH323, and on the same server
I also setup GnuGK (10.253.30.1). I