[CentOS] tcpdump; how to dump all

2011-01-14 Thread admin lewis
Hi, My server is connected to the lan and when I run tcpdump I see few packets captured but lots packets received by filter. How can I dump every packets received by filter ? ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listin

[CentOS] Install on Dell PowerEdge T310

2011-03-23 Thread admin lewis
Hi, this is the first time I install linux on a dell server. Simply I booted from a centos 5.5 x64 dvd but I cant see the disks.. is there something I miss ? thanks very much for any help luigi ___ CentOS mailing list CentOS@centos.org http://lists.centos

Re: [CentOS] Install on Dell PowerEdge T310

2011-03-23 Thread admin lewis
2011/3/23 John R Pierce : > On 03/23/11 10:40 AM, admin lewis wrote: >> Hi, >> this is the first time I install linux on a dell server. Simply I >> booted from a centos 5.5 x64 dvd but I cant see the disks.. is there >> something I miss ? > > does that system have

Re: [CentOS] Install on Dell PowerEdge T310

2011-03-24 Thread admin lewis
2011/3/24 Alexander Dalloz : > Am 23.03.2011 19:33, schrieb admin lewis: > >> Thanks very much to all, now I have understood.. >> anyway it's a perc s300.. I see I can make a virtual disk read-only... >> very interesting.. well .. to have a /boot partition read-only i

[CentOS] Rules for port forwarding

2011-03-29 Thread admin lewis
Hi, does anyone remember the rules for port forwarding ? the followings does not work: iptables -A FORWARD -i eth0 -o eth1 -p tcp –dport 80 -j ACCEPT iptables -A PREROUTING -t nat -p tcp -i eth0 –dport 80 -j DNAT –to 192.168.20.1:80 thx lewis ___ CentOS

[CentOS] [OT] ups advice

2011-04-14 Thread admin lewis
Hi I have a Dell PowerEdge T310 *tower* server.. I have to buy an ups by apc... anyone could help me giving an hint ? a simple "smart ups 1000" could be enough ? thx so much!! lewis. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mail

Re: [CentOS] [OT] ups advice

2011-04-14 Thread admin lewis
2011/4/14 Bowie Bailey : > On 4/14/2011 12:06 PM, admin lewis wrote: >> Hi >> I have a Dell PowerEdge T310 *tower* server.. I have to buy an ups by >> apc... anyone could help me giving an hint ? >> a simple "smart ups 1000" could be enough ? > > APC&

Re: [CentOS] [OT] ups advice

2011-04-15 Thread admin lewis
2011/4/14 John R Pierce : > On 04/14/11 9:06 AM, admin lewis wrote: >> Hi >> I have a Dell PowerEdge T310 *tower* server.. I have to buy an ups by >> apc... anyone could help me giving an hint ? >> a simple "smart ups 1000" could be enough ? >> >>

[CentOS] XFS on Centos 6.2 ?

2012-02-27 Thread admin lewis
Hi, I need of to mount an XFS partition on Centos 6.2 .. but I cant find the kernel module.. it that true the xfs is available only under x86_64 ? -- Linux Server, Microsoft Windows 2003/2008 Server, Exchange 2007 http://predellino.blogspot.com/ ___ Cen

[CentOS] Centos 6.2 install some problems

2012-02-28 Thread admin lewis
Hi, I have reinstalled centos 6.2 x86_64 because it seems there is not xfs mod on i386. But i have found an orther problem. After the partitioning there is not any prompt to choice the type of server I want (minimal, web etc) So now I have a desktop installation... I want to remove xorg, gnome etc.

[CentOS] Partitioning production server

2010-08-31 Thread admin lewis
Hi, I have to install a production server with postgresql.. with few hundreds of MB (2-300) would u advice me to partitioning the disk ? The server will be under vmware environment with SAN as storage. -- -- Lewis ___ CentOS mailing list CentOS@centos.

[CentOS] Net CD/DVD writer

2010-10-20 Thread admin lewis
Hi, i'm looking for a net cd writer software. I've found webcdwriter (http://joerghaeger.de/webCDwriter/) but it seems not more upgraded. Anyone know something else ? thx lewis ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/list

[CentOS] temp dir, httpd and selinux

2010-10-21 Thread admin lewis
Hi, I have a php software installed on a centos server with selinux enforced activeted. The php software (glpi --> http://www.glpi-project.org) have a plugin that must write on a temp dir... but selinux dont give access to that dir to write. How should i do ? lewis _

[CentOS] how to set ACLs on windows share

2010-10-26 Thread admin lewis
Hi, I have to get/set acls on a windows share by script. I can mount the windows share by mount.cifs but I don't know how to set/get acls... anyone could help me ? thx so much. -- Admin Lewis ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] how to set ACLs on windows share

2010-10-27 Thread admin lewis
2010/10/26 Miguel Medalha > > I have to get/set acls on a windows share by script. >> I can mount the windows share by mount.cifs but I don't know how to >> set/get acls... anyone could help me ? >> thx so much. >> > > You would benefit from posing this question to the Samba mailing list: > > sa

[CentOS] Secure a python http server

2011-08-30 Thread admin lewis
Hi, I want to make secure my python http server.. what should i use ? chroot ? there are something more secure ? On my centos server I've SE enabled..then .. sandboxing ? Thanks very much lewis -- Linux and Windows 2003/2008 Server. http://predellino.blogspot.com/ ___

Re: [CentOS] Secure a python http server

2011-08-30 Thread admin lewis
2011/8/30 Steven Crothers : > You wrote the application... nobody can tell you how to secure code they've > never seen. > > On Tue, Aug 30, 2011 at 1:16 PM, admin lewis wrote: >> >> Hi, >> I want to make secure my python http server.. what should i use ? &

[CentOS] kernel autoconfigure ?

2012-03-26 Thread admin lewis
Anyone know if there is a kernel autoconfigure tool to compile from source ? thanks luigi -- Linux Server, Microsoft Windows 2003/2008 Server, Exchange 2007 http://predellino.blogspot.com/ ___ CentOS mailing list CentOS@centos.org http://lists.centos.o

Re: [CentOS] kernel autoconfigure ?

2012-03-27 Thread admin lewis
2012/3/27 Johnny Hughes : > On 03/26/2012 04:45 PM, admin lewis wrote: >> Anyone know if there is a kernel autoconfigure tool to compile from source ? >> thanks >> luigi > > What are you trying to accomplish. > Simply I want enable grsecurity. I downloaded vanilla k