Re: [plug] scripts and ps behavior

2007-09-13 Thread jan gestre
On 9/14/07, Ariz Jacinto <[EMAIL PROTECTED]> wrote: > > can you run a diff between the strace output of those > that are running perfectly on the other machine? > > Hi Ariz, I'm sorry I thought the DBA's are running the same script on several servers, apparently they differ from one server to an

Re: [plug] scripts and ps behavior

2007-09-13 Thread Ariz Jacinto
can you run a diff between the strace output of those that are running perfectly on the other machine? On 9/13/07, jan gestre <[EMAIL PROTECTED]> wrote: > > > > On 9/14/07, Ariz Jacinto <[EMAIL PROTECTED]> wrote: > > > > try running: > > > > shell> strace scriptname.sh > > > > > > and then post

Re: [plug] scripts and ps behavior

2007-09-13 Thread jan gestre
On 9/14/07, Ariz Jacinto <[EMAIL PROTECTED]> wrote: > > try running: > > shell> strace scriptname.sh > > > and then post the output for analysis. here's the output of strace: $ strace -o output bash ./scriptname <-snip> open("/dbdata/u01/app/oracle/product/9.2.0.1.0/lib/tls/i686/sse2/libtermcap

Re: [plug] scripts and ps behavior

2007-09-13 Thread Ariz Jacinto
try running: shell> strace scriptname.sh and then post the output for analysis. On 9/13/07, jan gestre <[EMAIL PROTECTED]> wrote: > > Hi guys, > > We have a script that does database backup, it is the same script that is > run across servers, but in one of servers it behavior is quite odd. Al

[plug] scripts and ps behavior

2007-09-13 Thread jan gestre
Hi guys, We have a script that does database backup, it is the same script that is run across servers, but in one of servers it behavior is quite odd. Although the script already done executing, the same script is still being shown running in "ps -ef" command. It doesn't do this on similar, just

Re: [plug] advice i'm a freebsd newbie

2007-09-13 Thread Norbert P. Copones
this is ot on this mailing list. you can further query bsd related question at [EMAIL PROTECTED] answering your question: man route(8). btw /etc/netstart has been obsoleted by /etc/rc.d/* but you can use it to start network by hand. On 49 0, Nelson Serafica <[EMAIL PROTECTED]> wrote: > >I'm

[plug] [OT] Linux-based Security Appliance Company is Considering RP for Tech Support Operations

2007-09-13 Thread Ariz Jacinto
FTA: http://www.networkworld.com/news/2007/091407-watchguard-outsourcing-india.html ".. 24 positions will be located either stateside or in the Philippines going forward, bringing support positions at the company overall to 50. He says the company has had success in the _Philippines_ and the cul

Re: [plug] advice i'm a freebsd newbie

2007-09-13 Thread Daniel Escasa
Sabi ni Nelson noong Sep 14, 2007 1:14 AM: > I'm new to freebsd since this is the only one bsd running and all are Redhat Please send mail to [EMAIL PROTECTED], then direct your query once you're in the list. -- Daniel O. Escasa independent IT consultant and writer contributor, Free Software Mag

[plug] advice i'm a freebsd newbie

2007-09-13 Thread Nelson Serafica
I'm new to freebsd since this is the only one bsd running and all are Redhat likes. I need to edit rc.conf to add a new static route. The question is do I need to restart the server? This server is in production and restarting the server could affect the customer. I look in the google but it say

Re: [plug] Small Linux Devices (was Re: Fwd: Silicon Valley Linux Users Group / Maemo)

2007-09-13 Thread thad
For $400 it seems N800 is more attractive. On 9/12/07, Miguel Paraz <[EMAIL PROTECTED]> wrote: > The ASUS EEE is interesting: > > http://www.eeeuser.com/ > > Many people in the blog/forums are complaining that the price exceeds > the original "$200" announcement. But I think a $300-$400 small x86

[plug] know of a good CMS for address book based intranet?

2007-09-13 Thread Gabriel H. Mercado
hello folks just wondering if anyone knows of a ready made LAMP based CMS that would fit in this situation: - the receptionist takes care of the address book (contact info of clients, suppliers, etc.) of a whole company. - this address book is actually a CMS accessible by everyone internally via

Re: [plug] passwd in single command line

2007-09-13 Thread thad
On 9/13/07, mac borje <[EMAIL PROTECTED]> wrote: > hi everyone, > > Iam try to automate changing password on a curtain user on a ubuntu box coz > passwd is a interactive program that will ask a password then ask again to > retype. it is very helpful if some will tell me how to issue a single > comm

Re: [plug] passwd in single command line

2007-09-13 Thread prik420
as root: passwd --stdin user < file-containing-new-password be reminded that this isn't secure i hope this helps mac borje wrote: > hi everyone, > > Iam try to automate changing password on a curtain user on a ubuntu > box coz passwd is a interactive program that will ask a password then >

Re: [plug] passwd in single command line

2007-09-13 Thread Sir June
you can include that in you perl script as input parameters: # pl yourperlscript oldpassword newpassword though the passwords are visible as you type them. - Original Message From: mac borje <[EMAIL PROTECTED]> To: ubuntu-ph <[EMAIL PROTECTED]>; plug Sent: Thursday, September 13,

[plug] passwd in single command line

2007-09-13 Thread mac borje
hi everyone, Iam try to automate changing password on a curtain user on a ubuntu box coz passwd is a interactive program that will ask a password then ask again to retype. it is very helpful if some will tell me how to issue a single command to change password that will replaces the entry on the /

Re: [plug] Small Linux Devices (was Re: Fwd: Silicon Valley Linux Users Group / Maemo)

2007-09-13 Thread Orlando Andico
I think the new Flash memory have journaling in the hardware. This is why all digital cameras out there can use FAT16 or FAT32 file system with impunity (and not destroy the first few blocks on their flash memory). Re: instant-boot: the hibernate on most laptops is already pretty good for me. Not

Re: [plug] Small Linux Devices (was Re: Fwd: Silicon Valley Linux Users Group / Maemo)

2007-09-13 Thread Miguel Paraz
I finally found some Linux-specific EEE info: http://unicap-imaging.org/unicap_eeepc.htm Intel chipset with 915GM.. same as the laptop I'm typing this on. ext2fs. Isn't that bad for a flash hard drive? _ Philippine Linux Users' Group (PLUG) Mailing

Re: [plug] Small Linux Devices (was Re: Fwd: Silicon Valley Linux Users Group / Maemo)

2007-09-13 Thread Miguel Paraz
On 9/13/07, Orlando Andico <[EMAIL PROTECTED]> wrote: > So it's really $400 or so. Not a good deal unless it were > instant-boot, which it's not. It's a regular PC architecture. How is it possible to make these instant boot? Hardware-assisted hibernation? __