Displaying 20 results from an estimated 200 matches similar to: "ksplice within CentOS"
2011 Jun 23
6
ext4 in CentOS 5.6?
I'm sure many are running ext4 FS's in production, but just want to be
re-assured that there are not currently any major issues before
starting a new project that looks like it will be using ext4.
I've previously been using xfs but the software for this project
requires ext3/ext4.
I'm always very cautious before jumping onto a new FS, (new in the
sense it is officially supported
2011 Apr 16
1
WebSite V2 - progress
Hello guys,
we have done some progress on the new web site project.
We need your comments for the design of the front page.
We have 3 proposals or the design of the frontpage.
Please look at them, we need your help :)
http://qaweb.dev.centos.org/websitever2/
Best regards,
Marian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type:
2011 Jun 26
2
iptables port forwarding
Dear all,
I would like to forward a port to an internet server, but failed. can you help me?
Server: eth0: 192.168.1.250, Port: 8080 TCP, CentOS 5.6
Remote server: IP: a.b.c.d Port: 8181
Forward path: client1(192.168.1.10) -> 192.168.1.250:8080 (forward) -> a.b.c.d Port: 8181
-----------------------------------------
In Fedora, I successfully to config the firewall using
2016 Mar 07
0
Workaround for KSplice with libguestfs
Hello,
If anyone happens to run into an issue with trying to mount/use image files
with libguestfs when ksplice is installed on the host system. This is the
workaround.
Create file: '/usr/lib64/guestfs/supermin.d/zz-ksplice-workaround' with the
following contents:
/sbin/depmod.ksplice
/sbin/ksplice-depmod
/sbin/modprobe.ksplice
/sbin/modprobe.ksplice-orig
/sbin/depmod.ksplice-orig
You
2015 Jan 08
1
Design changes are done in Fedora
On Thu, January 8, 2015 10:44 am, Les Mikesell wrote:
> On Thu, Jan 8, 2015 at 9:48 AM, James B. Byrne <byrnejb at harte-lyne.ca>
> wrote:
>>
>> A perusal of the contents of both the Fedora devel list and users list
>> does not give one much hope that such a point of view would be
>> tolerated, much less welcomed.
>
> Exactly. They don't care about
2016 Mar 31
4
rsync with overlay tree
I maintain a directory structure containing dirs and files that I regularly push to ~50 hosts, which are divided into 3 groups that have slightly different needs (minor mods in a couple of files).
So ideally I would have 4 directories:
/path/to/sync/common/ <- common files
/path/to/sync/group1/ <- group1 specific only
/path/to/sync/group2/ <- group2 specific only
2014 Apr 03
2
RFC: slow-down option
Hello,
I've been using rsync on some backup servers for years. In 2011 we had a situation where the FS of the backup server was
behaving strange, even thou there was enough available I/O, the fs(ext4 on 16TB partition with a lot of inodes) was
lagging. After much testing we found that rsync was hammering the fs too hard.
At that point I patched rsync to add a stupid option which will sleep
2011 Apr 04
6
sshd: Authentication Failures: 137 Time(s)
Hi,
to prevent scripted dictionary attacks to sshd
I applied those iptables rules:
-A INPUT -p tcp -m state --state NEW -m tcp --dport 22 -m recent
--update --seconds 60 --hitcount 4 --name SSH --rsource -j DROP
-A INPUT -p tcp -m state --state NEW -m tcp --dport 22 -m recent --set
--name SSH --rsource
And this is part of logwatch:
sshd:
Authentication Failures:
unknown
2011 May 14
2
Apache in chroot reporting every client is 16.0.0.0
Not sure where to start on this. I went to examine a log file today and noticed
a password protected internal file was being accessed from 16.0.0.0. Upon
further review every log entry has the same IP. Accessing apache from localhost
also reports 16.0.0.0.
Google is not being my friend right now, any advice?
Kernel: 2.6.9-89.0.29.Elsmp
In the chroot:
httpd-suexec-2.0.52-41.ent.7.centos4
2016 Mar 31
2
rsync with overlay tree
> On 31 Mar 2016, at 16:22, Marian Marinov <mm at yuhu.biz> wrote:
>
> On 03/31/2016 07:40 AM, tomr wrote:
>> I maintain a directory structure containing dirs and files that I regularly push to ~50 hosts, which are divided into 3 groups that have slightly different needs (minor mods in a couple of files).
>>
>> So ideally I would have 4 directories:
>>
2011 Jul 21
2
tripwire alternative
Hello all,
Years ago, I used to work with tripwire for system monitoring.
Last time I checked with "yum search tripwire", there is no hit.
IIRC, it used to be packed by default on older Redhat distros.
Any suggestion for an alternative of tripwire for my CentOS 5.6?
Cheers,
--
**********************************************************************
Viet Nhat General Joint Stock
2011 Aug 03
1
Are file system mounts costly?
I recall a kernel parameter on Unix System V of number
of mounted file systems. Max recommended was 8.
Larger numbers slowed down inode location and
impacted performance.
Has Linux solved that bottleneck? Are 20 or 30 mounted
efs and cifs file systems on one system OK?
--
M Reynolds McClatchey Jr VP Engineering and Inventory
Southern Aluminum Finishing Co Inc 404-355-1560 x222
2011 Jun 27
2
Mail Question
Hello everyone,
Im having a issue that I just cant seem to figure out. We currently are
running an email server Centos 5.6 Postfix/Dovecot with a squirrelmail
frontend. I was setting up a testbed to do a migration to SoGo using
LDAP/MYSQL/POSTFIX/Dovecot. I have everything up and functional but one
thing is giving me an issue. The testbed box will not handle a users
mailbox over 2gb. We are using
2011 May 13
2
Modify Parameters at system boot
Hi all.
i'm trying to modify some parameters but when system reboots it doesn't
load. For the sysctl if I run sysctl -p then it changes
/etc/sysctl.conf
net.ipv4.netfilter.ip_conntrack_max = 1048576
/etc/modprobe.conf
options ip_conntrack hashsize=131072
after reboot results
cat /proc/sys/net/ipv4/netfilter/ip_conntrack_max
65536
cat
2011 May 16
2
allowing users to write to a web content area
Hello,
I've got apache running on a centos 5.6 machine. All of my users have
a umask of 077 set in /etc/bashrc. I'm now wanting to give several of
them permission to write to a web area so they can place content
visible to the web server. I've got two groups webdev1 and webdev2
which I want one to be able to write to site1 and the other to site2.
I've got between 3 and 5 users in
2013 May 04
2
Cisco 9971 help
I'm an asterisk hobbyist, and I've got my hands on some cisco 9971's
preloaded with SIP (I think they might only come in SIP flavour actually?).
I am quite excited about the possibilities with this kit - especially video
calls. Unlike the earlier Cisco phones (e.g. 79 series), these can't be
used standalone, and require a TFTP server to get their config. After many
hours of
2011 May 20
3
Passing password to script for rpmsign of list of .rpm files
I am trying to automatize signing of unsigned .rpm files. My repo has at
least 50 x 3 packages.
But I would have to type numerous passwords for each file. I can not see
hot to pass pass phrase to script.
rpmsign --resign {--pass=??} <filename from list> ????
Can someone advise me how to do that?
Ljubomir
2004 Aug 06
7
proposal: new library, libicecommon
with our new move to Subversion, we apparently lost the ability to easily
link submodules into a single higher-level module (such as icecast)...in
the old CVS repository, icecast consisted of a handful of modules,
icecast
and other modules, which are shared by icecast and ices :
avl httpp log net thread timing
in the new Subversion repository, they are still kept as separate modules,
2006 Feb 14
1
Customizing RedCloth
I want to add some additional behaviour to RedCloth. Specifically, I
want to add to the linking behaviour. My problem is that I can''t find
any good resources on how to make these changes and how to
encorporate those in to my rails project.
Any thoughts?
Adam
2017 Jul 18
3
Thanks to every one
On Sun, Jul 16, 2017 at 06:02:15PM +0100, Pete Biggs wrote:
> >
> > The physicists and mathematicians who count there need high durations.
>
> Yes. I too run HPC clusters and I have had uptimes of over 1000 days -
> clusters that are turned on when they are delivered and turned off when
> they are obsolete. It is crucial for long running calculations that you
> have a