Displaying 20 results from an estimated 10000 matches similar to: "iptables default configuration"
2009 Jul 29
5
etc passwd and groups file
Hi,
I need to maintain a same user/group list on multiples systems. Can we
just copy the same passwd and groups file on all machines?
If we create a new user on one system then I will need to copy this to
all other systems. This is quite cumbersome. Any suggestions?
-
CS.
2009 Jul 20
3
kickstart install using url location
Hi,
I am working on a kickstart install method and it works fine with
cdrom as installation media. I would like change this media to an
online resource. I saw option as - 'url --url http://<server>/<dir>'.
I am not sure what should be the directory contents? Should we put all
ISOs in that directory or what? Any insights?
Thanks,
CS.
2009 Sep 10
2
patching from different directory
Howdy,
I have a diff file in my /var/tmp and would like to apply patch to a
file in a different directory (other than /va/tmp). I tried using
patch with -d switch, but that doesn't work. It complains abt 'patch:
**** Can't open patch file tilda.diff : No such file or directory'. Do
I need to copy my diff file to the directory where original file
resides? Or is there any other way
2010 Mar 26
3
non-root access to log files
Hi,
I would like to give read-only access to mysql and apache-http server
log files to a non-root user. I can modify group or other permissions.
But is there any other way you can suggest? Can I update it in user's
home dir?
--
CS.
2009 Oct 13
5
timekeeping on VMware guests
Howdy,
I am having time-drift issues on my CentOS VM. I had referred to
following documentation:
http://wiki.centos.org/TipsAndTricks/VMWare_Server , however it didn't
help. I used kickstart for creating this VM and I am listing important
steps in ref to timekeeping issue. Any comments or suggestion would be
appreciated.
-
CS.
-------------------
# For EL5 virtual machines, Append the
2013 Aug 29
2
[Bug 849] New: 172.245.13.X doesn't appear properly in output of iptables -L
https://bugzilla.netfilter.org/show_bug.cgi?id=849
Summary: 172.245.13.X doesn't appear properly in output of
iptables -L
Product: iptables
Version: 1.4.x
Platform: x86_64
OS/Version: Debian GNU/Linux
Status: NEW
Severity: minor
Priority: P5
Component: iptables
AssignedTo:
2009 Dec 29
2
LDAP and samba
Hi,
I am not sure how to configure LDAP authentication with samba. I have
a windows box, which is part of Active Directory domain and does user
authentication against it. I would like to use same user credentials
and map them to a appropriate network drive (linux home dirs). In
short, Linux user's home dir should be available on Windows box also.
I looked at the smb.conf man page, but I
2010 Jan 25
2
autofs with nfs plus local directories
Hi,
I have a autofs configured to mount home dir from NFS. All user
accounts lookup is done using LDAP. All is working fine with this
setup. Now I need to create a local user account and have its home dir
also on local system. So I added a new user account and changed
auto.home as follows:
test1 -rw,hard,intr /home/test1
* -rw,hard,intr nfs1:/export/users/&
But this
2019 Apr 24
2
Iptables blocks out going connetion some times
Hi?guys.
There is a wierd problem with iptables recently, hopes somebody can help me.
I have installed Centos 7.2.1511 on a bare metal Dell server these days,
disabled firewalld and enabled iptables.services, and setup a group of very
simple rules, as the following:
# iptables-save
# Generated by iptables-save v1.4.21 on Tue Apr 23 09:15:14 2019
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT
2006 Jan 11
8
Oracle and Rails seems really slow.... In development
I''m just looking into how to connect to Oracle using Rails. I''ve got
everything connecting and working as it should.
I have a Users table in Oracle:
create_table "users", :force => true do |t|
t.column "username", :string
t.column "created_on", :datetime
t.column "email", :string
t.column "note", :text
2006 Feb 07
5
OCI adapter slowdown on dictionary access
Hi,
after some experience with Rails on MySQL databases I gave it a try on one
of our larger Oracle database.
I was facing a problem when Rails tried to detect the columns for a
model/table. The appropriate statement ran about 1 min which led to a
timeout.
Our Oracle guru told me to analyze the SYSTEM schema. After that hadn''t
helped, he said the only remaining chance is to use a
2015 Feb 02
3
A good way to debug a c++ library embedded to R code
Dear all,
I am using R CMD SHLIB to compile a c++ code into a library (.so) and
dyn.load to load this library into a R code. I am facing some problems in
the c++ code that I can not figure out how to solve. Do you recomend any
good way to debug this R + C++ program? If I was programming only in C++ I
would use GDB.
I would much appreciate any help or suggestion!
Best regards,
Charles
--
Um
2010 Feb 15
4
Separating columns, and sorting by rows
Dear anyone who knows more about R than me (so everyone). I have been bashing
my head on the keyboard all day trying to do something with my table.
I have some data, like so:
yyyy-mm Rainfall(mm)
1 1977-02 17.4
2 1977-03 34.0
3 1977-04 26.2
4 1977-05 42.6
5 1977-06 58.6
6 1977-07 23.2
7 1977-08 26.8
8 1977-09 48.4
9
2009 Feb 06
8
iptables: forwarding on internal device
Good Evening,
I am trying to forward packages on an internal device using iptables:
/sbin/iptables -A FORWARD -i eth0 -o eth0 -m state --state
NEW,RELATED,ESTABLISHED -j ACCEPT
but the packages are still blocked, e.g.:
Feb 6 20:58:28 firewall kernel: DROP-TCP IN=eth0 OUT=eth0
SRC=192.168.100.177 DST=172.28.2.184 LEN=40 TOS=0x00 PREC=0x00 TTL=127
ID=16609 PROTO=TCP SPT=7166 DPT=3590 WINDOW=0
2005 Jun 22
5
network (NAT?) problem
Hello,
my current network setup looks like the following:
dom2-eth0 (172.30.1.22) netmask /24
|
| xen-br1 (no ip)
|
dom1-eth0 (172.30.1.21) netmask /24
dom1-eth1 (172.30.0.21) netmask /24
|
| xen-br10 (172.30.0.1) netmask /24
|
dom0
|
| xen-br0 (normal IP)
|
eth0 (same IP as xen-br0)
|
2011 Jul 24
4
[Bug 729] New: iptables + ipset rules apply but nothing go to the chain
http://bugzilla.netfilter.org/show_bug.cgi?id=729
Summary: iptables + ipset rules apply but nothing go to the chain
Product: iptables
Version: unspecified
Platform: x86_64
OS/Version: Debian GNU/Linux
Status: NEW
Severity: critical
Priority: P2
Component: iptables
AssignedTo: netfilter-buglog at
2015 Feb 02
1
A good way to debug a c++ library embedded to R code
----- Original Message -----
> From: "Gabriel Becker" <gmbecker at ucdavis.edu>
> To: "Charles Novaes de Santana" <charles.santana at gmail.com>
> Cc: "r-devel" <r-devel at r-project.org>
> Sent: Monday, February 2, 2015 12:02:27 PM
> Subject: Re: [Rd] A good way to debug a c++ library embedded to R code
>
> Charles,
>
>
2019 Apr 24
2
答复: Iptables blocks out going connetion some times
Hello, Stephen, thank you for input.
Yes, these servers have the same firewall rules, and both of them have the same problem from time to time, most of time they are good.
Actually, these servers are newly installed to be used as the Glusterfs storage server, so not much data flowing at this time.
>From the sysctl output, I suppose it can't be a conntrack table overflow :
2007 Oct 14
5
Ruby/Informix 0.6.1 released
This is a maintenance release to fix a bug triggered while working
with Ruby on Rails and Informix.
Web site: http://ruby-informix.rubyforge.org
Changelog:
0.6.1 13/10/2007
------------------
Bugs fixed:
* Database#columns was returning an empty array from within
the
Informix ActiveRecord adapter
(ActiveRecord::ConnectionAdapters::InformixAdapter#columns)
if
2009 Jun 17
1
applying kernel patch
I have a CentOS 5.2 box with 2.6.18-92 kernel. I would like to upgrade the
kernel, but not to the latest available version. How can I pull out a
specific patch and apply it? Any help?
Thanks,
CS.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20090617/f5000aaf/attachment-0001.html>