RE: Setting user passwords non-interactively

2002-05-17 Thread Andrew Lattis
i think chpasswd is what your looking for. chpasswd user:pass on woody atleast its included in the passwd package im wondering if there is any non-interactive way to set a user's password...i need to do it through a scriptplease -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a

Re: Accounting software

2001-10-11 Thread Andrew Lattis
http://www.onesystem.com/ not exactly open source. but its a pos system that runs on linux. On Thu, 11 Oct 2001 10:17:49 Craig wrote: Hi Guys Does anyone know of accounting software that can run on Linux, with Point of Sale capabilities ? ..Craig -- To UNSUBSCRIBE, email to [EMAIL

Re: Accounting software

2001-10-11 Thread Andrew Lattis
http://www.onesystem.com/ not exactly open source. but its a pos system that runs on linux. On Thu, 11 Oct 2001 10:17:49 Craig wrote: Hi Guys Does anyone know of accounting software that can run on Linux, with Point of Sale capabilities ? ..Craig -- To UNSUBSCRIBE, email to [EMAIL

Re: do_try_to_free_pages failed

2001-10-01 Thread Andrew Lattis
check your memory and swap utiliation with 'free', most likely you have or had no free memory at the time those messages where occuring. ram is cheap, i'd add more. if thats not possible atleast add more swap. or it could be one application using way to much memory for some reason, you can see

Re: Frequent Strange Requests

2001-09-12 Thread Andrew Lattis
that would be either code red or one of its varients, you should be able to safely ignore it on anything but IIS servers. as far as what you can do about it there isn't really much, maybe block it with a IDS but other than that just sit back and watch the logs scroll past. andrew On Wed, 12

Re: Failover with MySQL

2001-08-16 Thread Andrew Lattis
check the bottom of this faq, it seems like the best or easiest bet would be to wait until mysql 4.0... http://mysql.com/doc/R/e/Replication_FAQ.html On Thu, 16 Aug 2001 17:01:03 Buisson Olivier wrote: Hi, I would like to know if anybody have a solution to put 2 mysql server in failover.

Re: Dual processors machines and process management

2001-08-02 Thread Andrew Lattis
http://www.gui.uva.es/linux/FAQ/SMP-FAQ-2.html#ss2.2 there is a link to a smp patch for procps..or if you don't mind it being X based you can use xosview, i've used the stardard debian packaged xosview with ssh forwarding before and it worked fine for showing utilization, not quite as much info

Re: getpwnam: root: No such user

2000-10-05 Thread andrew lattis
in /etc/nsswitch.conf change passwd, group, and shadow from compat to files.. passwd: files group: files shadow: files -- Today is the first day of the rest of the mess. On Thu, Oct 05, 2000 at 06:15:16PM -0400, Trent wrote: Do you have a etc/passwd file? Thanks,