similar to: kernel panic with ext3 and cbq

Displaying 20 results from an estimated 500 matches similar to: "kernel panic with ext3 and cbq"

2015 Mar 30
1
Fail2Ban Centos 7 is there a trick to making it work?
On Tue, 2015-03-10 at 14:43 +0100, Andrea Dell'Amico wrote: > > #============= logrotate_t ============== > allow logrotate_t fail2ban_client_exec_t:file { ioctl read execute > execute_no_trans open }; > Looks like this was already fixed in 'selinux-policy'. See https://bugzilla.redhat.com/show_bug.cgi?id=1114821 John. -- John Horne Tel: +44
2015 Apr 05
1
Access Problem after update to CentOS 7.1
On Sat, 2015-04-04 at 16:47 -0500, Gregory P. Ennis wrote: > Everyone, > > This morning I did a manual yum update on our a mail server to 7.1 > without any incident or problems. A new kernel was installed, and I > rebooted after the update. > > When I rebooted the machine I could not gain ssh access to it from an > external ip address. I was able to ssh to this mail
2015 Mar 10
2
Fail2Ban Centos 7 is there a trick to making it work?
On Mon, March 9, 2015 13:11, John Plemons wrote: > Been working on fail2ban, and trying to make it work with plain Jane > install of Centos 7 > > Machine is a HP running 2 Quad core Xeons, 16 gig or ram and 1 plus TB > of disk space. Very generic and vanilla. > > Current available epel repo version is fail2ban-0.9.1 > > Looking at the log file, fail2ban starts and stops
2009 Jul 28
2
DRBD on a xen host: crash on high I/O
Hello, I have a couple of Dell 2950 III, both of them with CentOS 5.3, Xen, drbd 8.2 and cluster suite. Hardware: 32DB RAM, RAID 5 with 6 SAS disks (one hot spare) on a PERC/6 controller. I configured DRBD to use the main network interfaces (bnx2 driver), with bonding and crossover cables to have a direct link. The normal network traffic uses two different network cards. There are two DRBD
2018 Dec 18
1
Spamassassin + Postfix : delete spam mail on the server ?
On 12/18/18 3:34 AM, Fabian Arrotin wrote: > On 18/12/2018 08:08, Nicolas Kovacs wrote: >> Hi, >> >> My mail server is running on CentOS 7 with Postfix, Dovecot and >> Spamassassin. I get quite a lot of spam on a few accounts, and >> Spamassassin does its job fine. Spam mail is identified correctly, and >> it looks like there are no false positives, e. g.
2009 Jan 15
2
[LLVMdev] [cfe-dev] win32/llvm.sln, win32/clang.sln
Please, don't remove, I'm using!!! Regards, Makslane > From: snaroff at apple.com > To: llvmdev at cs.uiuc.edu; cfe-dev at cs.uiuc.edu > Date: Wed, 14 Jan 2009 16:09:13 -0800 > Subject: [cfe-dev] win32/llvm.sln, win32/clang.sln > > Folks, > > Is anyone still using the Visual Studio solution files in the win32 > directory? > > If they aren't
2009 Jan 15
0
[LLVMdev] win32/llvm.sln, win32/clang.sln
Makslane Araújo Rodrigues <makslane at hotmail.com> writes: > Please, don't remove, I'm using!!! What's preventing you from using CMake? Is there some problem we can solve? -- Oscar
2015 Apr 04
7
Access Problem after update to CentOS 7.1
Everyone, This morning I did a manual yum update on our a mail server to 7.1 without any incident or problems. A new kernel was installed, and I rebooted after the update. When I rebooted the machine I could not gain ssh access to it from an external ip address. I was able to ssh to this mail server through a different machine on the local network. At first I thought the problem was
2005 Apr 19
2
rsync over ftp
Hello, I would like to use rsync client over ftp. I know how to use it with ssh but it just can't work with ftp or ncftp. The purpose of usign it with ftp is simple: most webhosting soft. like cpanel or plesk don't monitor ssh bandwidth usage. You need to monitore it in order to suspend an over-quota account. I tried the following: rsync -avze '/usr/bin/ftp -nv' /tmp/testdir
2006 Feb 23
6
fax receive using TDM400P
Guys. Ive been testing how to receive faxes using TDM400P cards and so far, after playing with gains, echocancell and echotraining on zapata.conf.. Ive ha dno luck, faxes come in as garbage or broken or with blank lines. Anybody has successfully done this? Any tips.. Also I have some ideas: 1. Is it really possible to get fxes on a fax machine using ATAs like the sipura 2002? Even using ulaw
2011 May 20
5
regression coefficient for different factors
Dear R-helpers, In my dataset I have two continuous variable (A and B) and one factor. I'm investigating the regression between the two variables usign the command lm(A ~ B, ...) but now I want to know the regression coefficient (r2) of A vs. B for every factors. I know that I can obtain this information with excel, but the factor have 68 levels...maybe [r] have a useful command. Thanks,
2004 Feb 17
1
Problems usign samba with Windows XP Pro
Hello, I have upgraded my computer from W2K to W XP Pro. I use samba connections to reach an Aix server (4.3.3), on which samba 2.2.8a is installed. Before upgrading my computer, everything worked perfectly, but since, the first time I try to access a file or directory on a samba network filesystem, I takes approximately 5 to 6 minutes to make connection. After that, response time is fine. Do
2006 Jan 30
2
badpw = "\b\n\r\177INCORRECT"
Hi ! I'm trying to authenticate users on a Linux Red hat AS 2.1 against a radius server. I have upgraded my OpenSSHd to : OpenSSH_4.2p1, OpenSSL 0.9.6b [engine] 9 Jul 2001 The users accounts are NOT stored locally on the sever (no accounts in /etc/passwd ). Users ssh to the box : ssh test at testserver.com passwd: test I'm usign PAM to direct the authentication request to the radius
2017 Aug 17
2
PAM Clustering
[This email is either empty or too large to be displayed at this time]
2004 Dec 28
5
failover strategies - failing open vs. failing closed.
I''d like to setup a box with 2 NICs as a firewall which will also rate limits outbound traffic. What happens when/if that box hangs or is rebooted? I''d like a solution that when there is a failure, traffic can still go through the box even though the firewall and rate limiting functions will no longer be in effect. I believe that this is "failing closed" but have
2017 Aug 17
2
PAM Clustering
Dear Germano, Thank you for your fast reply, In the above code, *MYData *is the actual data set. Do not we need to convert *MYData to *the dissimilarity matrix using *pam(as.dist(**MYData**), k = 10, diss = TRUE*)* code line?* *Regards.* On Thu, Aug 17, 2017 at 2:58 PM, Germano Rossi <germano.rossi at gmail.com> wrote: > try this > > MYdata <-
2009 Jun 05
1
DRBD+GFS - Logical Volume problem
Hi list. I am dealing with DRBD (+GFS as its DLM). GFS configuration needs a CLVMD configuration. So, after syncronized my (two) /dev/drbd0 block devices, I start the clvmd service and try to create a clustered logical volume. I get this: On "alice": [root at alice ~]# pvcreate /dev/drbd0 Physical volume "/dev/drbd0" successfully created [root at alice ~]# vgcreate
2015 Apr 05
0
Access Problem after update to CentOS 7.1
> On 05 Apr 2015, at 14:35, Gregory P. Ennis <PoMec at PoMec.Net> wrote: > I sure need some help on this one, if any of you have ideas of what to > do next I would surely appreciate it. An additional aspect of this > scenario is that when I have used ssh to connect to this mail server via > the internal network, I am able to ssh out of the machine to one of the > internal
2018 Jul 10
2
Authentication failure with OpenLDAP
Hi all, Thank you all for the help. The was with the ldap user attributes. I corrected it. Now I am having an error with dovecot. User can log into ldap but, system doesn't allow user to create user's directory in Maildir. Error is below, * Error: User initialization failed: Namespace '': mkdir(/home/users/"user"/Desktop/Maildir) failed: Permission denied
2004 Jul 28
1
Zap hanging up others zap.
I have Asterisk CVS-HEAD-05/25/04-17:13:22, Copyright (C) 1999-2004 Digium. Usign exclusively digium hardware. 3 TDM400P cards. 1 4xFXO 1 4xFXS 1 1xFX0 & 3xFXS When * is attending FXO calls, bridged to FXS calls, natively ofcourse, at a random time, the call hangus up. Also, for example, if a call is done, and an other extension hangup, there are some probability that the other extension