SunQuest
           Linux Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsOperating SystemsLinux Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now!
  #1  
Old September 20th, 2002, 08:02 PM
nayeem nayeem is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2002
Location: london, uk
Posts: 9 nayeem User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via ICQ to nayeem Send a message via AIM to nayeem Send a message via Yahoo to nayeem
problem with 'yes' on cpanel killacct script

has anyone come across the following problem before?
when i try to terminate an account using whm it uses the killacct script, which runs the following and seems to fall on an infinite look somehow -

system("yes | /usr/bin/mysqladmin drop $db 2>/dev/null");

the $db variable is taken from a for loop.

it does what its suppose to do without any problems. only it doesnt die out in the end and i have to kill it manually, so terminating a user becomes more then just a click.

i also tried running the yes piped command manually and that works just fine.

if anyone could point me on the right direction on this it would be much appreciated.

thanks

nayeem
www.bigsiteofhosting.com

Reply With Quote
  #2  
Old October 5th, 2002, 07:40 AM
M.Hirsch M.Hirsch is offline
Contributing User
Dev Shed God 1st Plane (5500 - 5999 posts)
 
Join Date: Oct 2000
Location: Back in the real world.
Posts: 5,969 M.Hirsch User rank is First Lieutenant (10000 - 20000 Reputation Level)M.Hirsch User rank is First Lieutenant (10000 - 20000 Reputation Level)M.Hirsch User rank is First Lieutenant (10000 - 20000 Reputation Level)M.Hirsch User rank is First Lieutenant (10000 - 20000 Reputation Level)M.Hirsch User rank is First Lieutenant (10000 - 20000 Reputation Level)M.Hirsch User rank is First Lieutenant (10000 - 20000 Reputation Level)M.Hirsch User rank is First Lieutenant (10000 - 20000 Reputation Level)M.Hirsch User rank is First Lieutenant (10000 - 20000 Reputation Level) 
Time spent in forums: 1 Month 1 Day 22 h 39 m 55 sec
Reputation Power: 184
maybe it keeps the stdin/stdout descriptors open.

try this:

system("yes | /usr/bin/mysqladmin drop $db </dev/null >/dev/null 2>/dev/null");

what does this "yes" program do? just output "yes"?
then you better use:

system("/bin/sh -c 'echo yes|/usr/bin......'");

for ease of use you can put the command into a script file. start it as:
system("/usr/bin/mysqldroptable.sh </dev/null 2>&1 >/dev/null")

(you better do this, i am not sure about the behaviour if you supply a input pipe AND input redirection; and: maybe you have to switch "2>&1 >/dev/null" against ">/dev/null 2>&1", the order does matter)
__________________
--
Manuel Hirsch - Linux, FreeBSD, programming, administration articles, tutorials and more.

Reply With Quote
Reply

Viewing: Dev Shed ForumsOperating SystemsLinux Help > problem with 'yes' on cpanel killacct script


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway