Displaying 20 results from an estimated 10000 matches similar to: "trac on CentOS 6"
2007 Jan 18
5
Docs moved to Trac
Hi all,
Peter Abrahamsen has duplicated all of the documentation and cookbook
pages in Puppet''s Trac page:
https://reductivelabs.com/trac/puppet/wiki/DocumentationStart
Please let me or Peter know if there are any problems.
--
A motion to adjourn is always in order.
--Robert Heinlein
---------------------------------------------------------------------
Luke
2006 Nov 14
5
opens source trouble ticket
Hi all,
I am lookng for a truble ticket to install on my Cents os 4.4 server.
RPM is always prefferd. Souce is also welcome.
Have you done somethink like this before?
What are the packages that you recomend for me.
--
Thank you
Indunil Jayasooriya
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Nov 17
2
Upgrading subversion
Hello,
I?d like to install subversion system in our server (CentOS-4.4)
up2date has the subversion-1.1.4-2, but subversion is already
on verson 1.4.2
Perhaps I loose good features if I install subversion-1.1.x, but I
prefer to use the version delivered by up2date, of course.
1) What do you suggest?
If I try to install subversion-1.4.2 from source it asks for apr and
apr-util version 0.9.7 or
2006 Sep 06
3
Encrypted partition short howto
I've written a short howto on creating and mounting an encrypted
filesystem using dm-crypt. The doc currently lives on our internal
wiki (Trac) at work, but I'd love to rewrite and post for a general
readership. I suppose the proposed URL would be something like
http://wiki.centos.org/TipsAndTricks/EncryptedFilesystem
--
Paul Heinlein <> heinlein at madboa.com <>
2017 May 26
2
Fix for the CVE-2017-7494?
On Fri, 26 May 2017, Christian, Mark wrote:
> On Fri, 2017-05-26 at 11:19 -0400, Bernard Fay wrote:
>> Hi,
>>
>> Does a fix has already been made in the CenOS RPM repositories for this
>> Samba remote execution code vulnerability, CVE-2017-7494?
> yes. samba-3.6.23-43.el6_9.x86_64.rpm
And samba-*-4.4.4-14.el7_3.x86_64
--
Paul Heinlein <> heinlein at
2011 Aug 10
3
selinux prohibiting sssd usage
I've got a CentOS 6 machine that's slated to go into production
providing some web and development-repository services.
Part of the environment is gitweb, which works as expected with one
glitch: SELinux doesn't allow gitweb.cgi to query sssd to display who
owns the repositories.
The audit log entries are pretty straightforward, e.g.,
type=AVC msg=audit(XXXXXXXXXXXX): avc:
2019 May 23
2
df
On Thu, 23 May 2019, Stephen John Smoogen wrote:
> I might actually be able to have a workable answer:
>
> alias drf='/usr/bin/df -x tmpfs'
/usr/bin/df \
-x autofs -x binfmt_misc -x cgroup -x configfs -x debugfs \
-x devpts -x devtmpfs -x efivarfs -x hugetlbfs -x mqueue \
-x nfsd -x proc -x pstore -x rpc_pipefs -x securityfs \
-x selinuxfs -x sysfs -x tmpfs
:-)
--
2020 Oct 12
3
CentOS 8.2 / missing libc++ (libcxx-devel)
Hi community,
In CentOS 7 there is such rpm (libcxx-devel - it seems from EPEL
repository), but in CentOS 8 it isn't.
How is it possible to have it there as RPM? because alternative to build it
(libc++) from sources is a big headache (I need it in order to build v9 and
plv8 projects)
Thanks
2017 Jan 04
2
microcode_ctl-2.1-16 hard crash on Intel E5 2667 v4 CPUs
Hello all!
I'm brand new to the mailing list, and I've encountered an issue with the
microcode_ctl package version 2.1-16 being installed during the CentOS 7.3
upgrade. It causes my servers to hard stop and they need to be forcibly
powered off and back on again with the power button to continue.
This RedHat thread https://bugzilla.redhat.com/show_bug.cgi?id=1398698 details
the issue,
2017 Mar 08
7
Up to date guide/information Sendmail SMTP Auth
Hello all,
I've been googling my brains out since yesterday looking for up-to-date
information on this matter, and have found information that is anywhere
from 15 to 5 years old. I'd really like some information that much more
up to date on the subject. Specifically configuring Sendmail SMTP
authentication (_no smart host stuff_).
I've got Sendmail 8.14 installed on a CentOS 7.3
2017 Mar 08
4
Up to date guide/information Sendmail SMTP Auth
On 03/08/2017 11:00 AM, Paul Heinlein wrote:
> On Wed, 8 Mar 2017, Mark Weaver wrote:
>
> > Hello all,
> >
> > I've been googling my brains out since yesterday looking for up-to-date
> > information on this matter, and have found information that is
> anywhere from
> > 15 to 5 years old. I'd really like some information that much more
> up to
2017 Apr 19
2
PUPPET - group IDS
hope thus comes under the remit of this mailking list...
We use puppet, and Im trying to come up with "code" that will create two user accounts with a shared groiup ID
eg?
user1 with UID 1000user 2 with UID 1001
but I would like them BOTH to share the GID of 2000
I've tried the following
accounts::groups:? ? jointgroup:? ? ? ? gid: '2000'
accounts::users:
? ? user1:? ? ? ?
2020 Oct 13
0
CentOS 8.2 / missing libc++ (libcxx-devel)
On Mon, 12 Oct 2020, Alexandru Lazarev wrote:
> Hi community,
> In CentOS 7 there is such rpm (libcxx-devel - it seems from EPEL
> repository), but in CentOS 8 it isn't.
>
> How is it possible to have it there as RPM? because alternative to build it
> (libc++) from sources is a big headache (I need it in order to build v9 and
> plv8 projects)
Do you mean the
2006 Aug 04
4
CentOS Based Infromational Document
For those of you who are either part of the secret cabal, or are otherwise
keeping track of it, there is a new version available.
The current version of the cryptex is version 3.1. It's changed rather
significantly in some areas.
2016 Jul 27
3
Mounting NFS subdirectories individually or just the parent?
Hello,
does it in any respect (throughput/performance, cpu load, I/O load,
resilience, ...) matter, if one mounts subdirectories of an NFS (v3)
export into separate directories or if one just mounts the parent directory?
I.e. like this:
server:/export/base/a -> /mnt/a
server:/export/base/b -> /mnt/b
server:/export/base/c -> /mnt/c
server:/export/base/d -> /mnt/d
2020 May 12
2
How to get CentOS 8 on AWS
Hi,
I am user of CentOS 8.
When can we expect an image on AWS?
I am just learning AWS and would like to use CentOS 8 for that.
thanks
---
Lee
2016 Jul 27
2
Mounting NFS subdirectories individually or just the parent?
There is a slight performance related reason for exporting disk partitions
individually, the performance boost is server-side as Paul says. The
advantage is that the no_subtree_check can be used without any additional
security risk.
It is probably the case that the /export/base/a is a partition, is exported
with no_subtree_check, and therefore there is a small performance boost.
Preventing
2007 Jan 24
2
How do I identify my hardware?
I'm a little new to CentOS and very rusty on Linux in general (it's been
7 years since I worked on a Linux kernel), so this may seem like a dumb
question.
I have two issues with my machine - sound and video. My sound card is
not recognized at all (I think it's on the mobo, but I'm not sure how to
identify it), and I have an ATI dual video card with two screens, but
both show
2020 May 13
1
How to get CentOS 8 on AWS
On Tue, May 12, 2020 at 8:02 PM Paul Heinlein <heinlein at madboa.com> wrote:
> On Tue, 12 May 2020, Thomas Stephen Lee wrote:
>
> > Hi,
> >
> > I am user of CentOS 8.
> > When can we expect an image on AWS?
> > I am just learning AWS and would like to use CentOS 8 for that.
>
> I can't speak to AWS per se, but Digital Ocean has a CentOS 8
2018 Oct 19
2
What are the differences between systemd and non-systemd Linux distros?
Japheth Cleaver wrote:
> On 10/19/2018 5:09 AM, Jonathan Billings wrote:
>> On Fri, Oct 19, 2018 at 01:07:46PM +0200, Simon Matter wrote:
<snip>
> The /sbin/service command is just a shell script. I'd suggest a patch to
> send stderr/out to logger as well if I thought it would be accepted. (And
> *manually executing* an init script with direct call was something
> we