CentOS-Groundworks6.0.1 Commun help needed


 
Thread Tools Search this Thread
Special Forums IP Networking CentOS-Groundworks6.0.1 Commun help needed
# 1  
Old 03-05-2011
CentOS-Groundworks6.0.1 Commun help needed

Hello,
Can anyone help me with a problem please. I am trying to change the timeout of the groundworks http portel page so that it doesn't timeout as much when viewing the page.

Any idea's?

Thanks,
CJ
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Linux

Tproxy CentOS 7

Hi dear I came with such a question, I ask you not to kick much) I have rules for iptables ip rule add fwmark 0x01/0x01 table 100 ip route add local 0.0.0.0/0 dev lo table 100 iptables -t mangle -N REDSOCKS2 iptables -t mangle -A REDSOCKS2 -p udp -j TPROXY --on-port 10053 --tproxy-mark... (0 Replies)
Discussion started by: andreich_kms
0 Replies

2. Red Hat

Help using XEN in CentOS 5.9

Hey guys, I've been straddling with this issue for quite some time now and I'm getting absolutely nowhere with it. It took me a long time to get XEN up and running on my server. We only use SSH to manipulate our servers, but we finally got it up and running. Now I'm at the point of actually... (1 Reply)
Discussion started by: mccabec123
1 Replies

3. UNIX for Dummies Questions & Answers

Can someone Help install CentOS

Hello, I'm new to this Unix OS. I need help and guide to how to install this: Server requirements / Installation OS: CentOS6 / EXT4 SWAP: 16 GB (system level) Just show me the walk through by using centos manual install. Thanks, mimic (1 Reply)
Discussion started by: mimic51
1 Replies

4. Red Hat

RH V Centos

Hi, I have built out a new virtual production environment (VMWare, HA enabled, VMotion... all the bells & whistles) using RHEL5 VM's. I have got another ESX host that I plan to use as a pre-prod environment. To save some costs on RH subs I was thinking about installing this environment... (5 Replies)
Discussion started by: Duffs22
5 Replies

5. Red Hat

How to Upgrade Centos 5.7 using Centos 5.8 ISO image on Vmware workstation

Dear Linux Experts, On my windows 7 desktop with the help of Vmware workstation (Version 7.1), created virtual machine and installed Centos 5.7 successfully using ISO image. Query : Is this possible to upgrade the Centos 5.7 using Centos 5.8 ISO image to Centos version 5.8?.. if yes kindly... (2 Replies)
Discussion started by: Ananthcn
2 Replies

6. Linux

rpmbuild on CentOS

Hi I have installed Linux CentOS release 5.3 (kernel 2.6.18-128.EL5PAE) on the server with following details : Model : HP ProLiant BL460c G7 After installing OS I’m not able to see the NICs installed on the machine. I installed rpm file from the link: ... (0 Replies)
Discussion started by: girish_shukla
0 Replies
Login or Register to Ask a Question
TIMEOUT(1)							   User Commands							TIMEOUT(1)

NAME
timeout - run a command with a time limit SYNOPSIS
timeout [OPTION] NUMBER[SUFFIX] COMMAND [ARG]... timeout [OPTION] DESCRIPTION
Start COMMAND, and kill it if still running after NUMBER seconds. SUFFIX may be `s' for seconds (the default), `m' for minutes, `h' for hours or `d' for days. Mandatory arguments to long options are mandatory for short options too. -s, --signal=SIGNAL specify the signal to be sent on timeout. SIGNAL may be a name like `HUP' or a number. See `kill -l` for a list of signals --help display this help and exit --version output version information and exit If the command times out, then we exit with status 124, otherwise the normal exit status of the command is returned. If no signal is spec- ified, the TERM signal is sent. The TERM signal will kill processes which do not catch this signal. For other processes, it may be neces- sary to use the KILL (9) signal, since this signal cannot be caught. AUTHOR
Written by Padraig Brady. REPORTING BUGS
Report timeout bugs to bug-coreutils@gnu.org GNU coreutils home page: <http://www.gnu.org/software/coreutils/> General help using GNU software: <http://www.gnu.org/gethelp/> COPYRIGHT
Copyright (C) 2009 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SEE ALSO
kill(1) The full documentation for timeout is maintained as a Texinfo manual. If the info and timeout programs are properly installed at your site, the command info coreutils 'timeout invocation' should give you access to the complete manual. GNU coreutils 7.1 July 2010 TIMEOUT(1)