exim 3.x

2005-11-01 Thread theal
I need to remove/disable the mailbox of a user without removing/disabling their local account.   Anyone have any ideas on the proper way to do this?   woody 3.0 exim 3.35-1woody3   Thanks   Tony  

Re: /lib deleted

2005-10-15 Thread theal
Sorry, forgot to tell you that this is on a woody system.   Tony - Original Message - From: theal To: debian-user@lists.debian.org Sent: Sunday, October 16, 2005 12:04 AM Subject: /lib deleted The /lib directory was deleted by accidentally on one of my

/lib deleted

2005-10-15 Thread theal
The /lib directory was deleted by accidentally on one of my servers. Does anyone know of a way to recover this?   Tony

Re: authinticating email with a windows domain

2005-10-04 Thread theal
I forgot to add that this is already set up on the LAN and working. I need to move the server to a co-location facility and get the authentication working over the wan.   Tony - Original Message - From: theal To: debian-user@lists.debian.org Sent: Tuesday, October 04

authinticating email with a windows domain

2005-10-04 Thread theal
I am trying to set up smtp (exim)  to authenticate with a windows domain controller over a wan and I would like some idea on how to proceed. Any help would be very much appreciated.   Tony

mass user property changes

2005-08-25 Thread theal
I need to change the shell on 25+ users from /bin/false to /bin/passwd   what is the best way to do this? Can I simply do a search and replace while editing /etc/passwd?   Tony

Re: IP Forwarding

2005-08-19 Thread theal
- Original Message - From: Matt Zagrabelny To: debian-user@lists.debian.org Sent: Friday, August 19, 2005 3:29 PM Subject: Re: IP Forwarding On Fri, 2005-08-19 at 12:48 -0400, theal wrote:> I am trying to forward all ports from one ip address to another us

IP Forwarding

2005-08-19 Thread theal
I am trying to forward all ports from one ip address to another using iptables. can this be accomplished using a single network adaptor? anyone know what syntax to use?   Debian GNU/Linux 3.1 iptables   1.2.9-10     Tony

ssh timeout

2005-06-09 Thread theal
anyone know a way to set the timeout in ssh on the command. I have some servers that take to long to connect and ssh times out. However I can us PuTTY and connect.   Tony

Re: Swap usage

2005-06-08 Thread theal
no doodle installed - Original Message - From: kamaraju kusumanchi To: debian-user Sent: Wednesday, June 08, 2005 6:27 PM Subject: Re: Swap usage theal wrote:> It grows to almost a gig. I have a program I suspect is the problem, > but it would be nice to b

Re: Swap usage

2005-06-08 Thread theal
No I have 100 servers running this program and most only use about 200 - 300 MB of swap total.   Tony - Original Message - From: Michael Z Daryabeygi To: debian-user@lists.debian.org Sent: Wednesday, June 08, 2005 5:58 PM Subject: Re: Swap usage theal wrote

Re: what is using my swap

2005-06-08 Thread theal
08, 2005 5:43 PM Subject: Re: what is using my swap I know nothing, but I would think that the OS uses swap, not individual processes.  Probably the memory optimizer does it's job regardless of free memory?What is the problem with using swap?  Or are you just curious?theal

Re: Swap usage

2005-06-08 Thread theal
It grows to almost a gig. I have a program I suspect is the problem, but it would be nice to be able to verify without restart this very mission critical program.   Tony    - Original Message - From: Steve Lamb To: debian-user@lists.debian.org Sent: Wednesday, June 08,

Re: Swap usage

2005-06-08 Thread theal
Wolfe To: theal Cc: debian-user@lists.debian.org Sent: Wednesday, June 08, 2005 5:14 PM Subject: Re: Swap usage On Wed, 8 Jun 2005, theal wrote:> Does anyone know how to tell what program or PID is causing swap usage? I have a system with 2 GB RAM so it should using little or

what is using my swap

2005-06-08 Thread theal
Does anyone know how to tell what program or PID is causing swap usage? I have a system with 2 GB RAM so it should using little or no swap, but at times it does and I need to determine what the cause is.   Tony

Swap usage

2005-06-08 Thread theal
Does anyone know how to tell what program or PID is causing swap usage? I have a system with 2 GB RAM so it should using little or no swap, but at times it does and I need to determine what the cause is.   Tony

bash error handling help

2005-06-03 Thread theal
I am have a script that uses a for loop to copy files to about 100 servers. I know how to get it to exit the entire script on an error, but I only want to stop what it is doing for the current $i and move to the next. here is the basics of the script. there may be some syntax errors in this script