|
More site info...
Linux - Server | Forum profile
|
|
Forum profile page for Linux - Server on http://www.linuxquestions.org.
This report page is the aggregated overview from a single forum: Linux - Server, located on the Message Board at http://www.linuxquestions.org.
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "Linux - Server" on the Message Board at http://www.linuxquestions.org is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on Linux - Server:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
312
|
1,038
|
2,956
|
|
Post:
|
649
|
2,300
|
7,350
|
|
|
Linux - Server Posting activity graph:
|
Top authors during last week:
user's latest post:
Will DNS "A" records...
Published (2009-11-25 12:30:00)
It largely depends on how your server is setup, if your server rejects mail from hosts without a valid dns entry then yes you need to setup dns. If it doesn't then you don't necessarily need to setup dns although I think there are still benefits for doing so outside of a mail context and often inside it too
user's latest post:
help in logrotation
Published (2009-11-23 00:03:00)
Ya may be you face this warning But my 2nd command suggestion will not produce any warning find /tftpboot -name '*.bkp' -mtime +7 -type d -print | xargs /bin/rm -rf The reason of above warning is rm -rf unable to handle list of directories
user's latest post:
LVM Snapshot
Published (2009-11-19 08:36:00)
Hi, Is it possible to take snapshot of a mirrored logical volume, when I tried it show's notification "Snapshots and mirrors may not yet be mixed." Thanks, Eldo
user's latest post:
ldapmodify/add problem
Published (2009-11-25 12:49:00)
Hi, It waits for your input. You should start typing ldap commands (like those in the ldif you use), to select the dn you want to change, the changetype action etc. When done press Ctrl-D to exit Regards
user's latest post:
Need to find who/what is...
Published (2009-11-25 19:59:00)
Also run 'top' in batch mode from 04:45 - 04:55, output every minute to files named by time.
user's latest post:
IDP/IDS question / suggestion
Published (2009-11-25 13:41:00)
Within a firewall server to defend yourself directly you would probably want snort-inline, which turns snort from an ids to an ips. I've not had too much experience with it over recent years, but certainly you can run it on your generic hardware firewall. What is worth saying though is that a significant percentage of attacks can be filtered out with iptables alone by looking at connection limiting, tarpit destinations and similar,...
user's latest post:
how to determine input type?
Published (2009-11-22 10:13:00)
Assuming the input is a single character and you are using bash Code: if [[ "${input#[0-9]}" = '' ]]; then echo 'input is a numeral' else echo 'input is not a numeral' fi
user's latest post:
Nagios Question - Page 2 -...
Published (2009-11-25 13:35:00)
Hi, There really is no comparison in my opinion, which you'll soon notice also. Nagios is still there, the same as the standalone. In Groundwork it's only integrated in a lot of more tools, like the visual effects, the JBoss environment to create and link your own pages. In my opinion Groundwork just adds a lot of value to Nagios, not without the cost of needed resources, but it's worth it in my opinion. Only to think about the...
user's latest post:
Plugin for squid to control...
Published (2009-11-25 05:11:00)
Oh yes, I am actually using Dans in one of my sites. So it should be easier for me to change to Dans with little effort. Let me see if this works. The homepage says it is able to filter https URLs. Quote: # The URL filtering is able to filter https requests. I hope this works for me. I will, though, have to change some of my iptables rules as well. Will have to remove DNAT and use masquerading.
|
|
|
|
Latest active threads on Linux - Server::
Started 9 months, 3 weeks ago (2009-02-09 07:03:00)
by engelienart
Hi, I could start a topic of my own, but it seems to me, this thread asks the same question I want to ask:
I have NIS client working on a Ubuntu Workstation
I have NIS server working on a Ubuntu Server
1) "ypcat passwd" is showing all users passwords in NIS server.
2) "id %NISUSER%" says: "id: %NISUSER%: unknown user"
But, I am unable to login to my client machine using NIS...
Started 3 days, 16 hours ago (2009-11-23 23:04:00)
by ozegoods
Can't you directly rsync the files to your storage location without any preprocessing? I used to operate an rpm package repository which I backed up daily using rsync. It doesn't take any extra file space on the sending machine to do it that way.
Started 2 days ago (2009-11-25 14:28:00)
by jlightner
When you say there is no cron job did you check /var/spool/cron/crontabs AND the crons in the directories below?:
drwx------ 2 root root 4096 May 7 2009 /etc/cron.d
drwxr-xr-x 2 root root 4096 Mar 7 2009 /etc/cron.daily
drwxr-xr-x 2 root root 4096 Jul 15 2006 /etc/cron.hourly
drwxr-xr-x 2 root root 4096 Mar 7 2009 /etc/cron.monthly
drwxr-xr-x 2 root root 4096 Mar 7 2009 /etc/...
Started 20 hours, 39 minutes ago (2009-11-26 18:38:00)
by kbp
Try this -
Code:
postconf -e "inet_interfaces = all"
/etc/rc.d/init.d/postfix restart
By default postfix will only listen on the loopback interface, the change above will configure postfix to listen on all network interfaces
cheers
Started 1 day, 1 hour ago (2009-11-26 13:47:00)
by dlugasx
ello, does anybody knows how to create email address without using system
user ?
Started 2 days, 20 hours ago (2009-11-24 18:23:00)
by Komakino
This is to do with the way linux memory management works, I believe. Memory
is marked as available when no longer needed but not actually freed until
another process requires it. So although it might show 15GB in use, it
doesn't mean all that memory is actively being used and other processes can
still take it.
Started 1 day, 22 hours ago (2009-11-25 16:18:00)
by kbp
Have you restarted the application ?
Started 2 days, 6 hours ago (2009-11-25 08:21:00)
by kbp
Could you please be a little more precise ? ... ie. run the commands that demonstrate the problem
ping host.domain.tld
dig host.domain.tld A
grep host domain_zone_file
grep host reverse_zone_file
thanks
Started 1 day ago (2009-11-26 15:01:00)
by acid_kewpie
There shouldn't be any issues when just using standard NIS backends, you
also don't need ypbind on the client if you don't want to run the tools
(infact, that might be a better approach to what you're trying to achieve,
depending on what your real motivations are).
|
|
Hot threads for last week on Linux - Server::
Started 3 days, 16 hours ago (2009-11-23 23:04:00)
by ozegoods
Can't you directly rsync the files to your storage location without any preprocessing? I used to operate an rpm package repository which I backed up daily using rsync. It doesn't take any extra file space on the sending machine to do it that way.
Started 2 days, 20 hours ago (2009-11-24 18:23:00)
by Komakino
This is to do with the way linux memory management works, I believe. Memory
is marked as available when no longer needed but not actually freed until
another process requires it. So although it might show 15GB in use, it
doesn't mean all that memory is actively being used and other processes can
still take it.
Started 3 days ago (2009-11-24 14:46:00)
by jstephens84
post the output from
Code:
dmesg | grep libvte.s0.4
dmesg | grep libglib-2.0.so.0
Started 2 weeks, 3 days ago (2009-11-10 02:34:00)
by EricTRA
Hello,
There are various ways to check the eventlogs using Nagios. Have a look at these plugins from NagiosExchange .
Kind regards,
Eric
Started 1 week ago (2009-11-20 02:22:00)
by janoszen
It is possible using HTTP CONNECT oly if you are using non-transparent
proxying. You also have to configure your clients to use it.
Started 1 week ago (2009-11-20 02:49:00)
by vishesh
Where your data is located, and what linux distro r u using ?
thanks
Started 3 days, 4 hours ago (2009-11-24 10:32:00)
by centosboy
Quote:
Originally Posted by djekovic.dejan
hello everyone,
I've been trying to solve this problem for some time. but there were no any results.
I have configured dhcp server on centos 5.3 . my windows clients get IP address, but they do not have an internet access.
on my server, eth0 is dhcp server interface, eth1 is ...
Started 1 week, 2 days ago (2009-11-18 03:48:00)
by fotoguy
First of all, there could be any number of issues that could be causing
this, have you turned port-forwarding on in the kernel? you will also need
to have some FORWARD chain rules after you have PREROUTING/POSTROUTING
rules to push the data between the network cards. Also Could you post your
full iptables script as well.
Started 1 week ago (2009-11-19 17:18:00)
by bathory
Hi,
Since it's a RHEL server could be a SELinux permissions problem.
Started 1 week, 1 day ago (2009-11-19 13:46:00)
by acid_kewpie
LVM doesn't care what filesystem it contains. It just takes a view of the
disk at a given point in time, and writes all delta changes to that disk to
spare space, providing two views of the same disk, one old snapshot, one
live one. Basically the snapshot is in a crashed state, nothing is cleaned
up or anything, so if your applications don't like recovering from a
crashed state, you would want to...
|
|