bugutil-vserver - Bugs: bug #15632, start-vservers doesn't clean...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #15632: start-vservers doesn't clean temporary file

Submitter:  Micah Anderson <hacim>
Submitted:  Mon 06 Feb 2006 04:27:24 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  daniel_hozac
Open/Closed:  Closed Component Version:  alpha
Release:  0.30.210

Sun 17 Sep 2006 10:38:26 PM UTC, comment #1: 

Thanks, this should be fixed in SVN.

Daniel Hokka Zakrisson <daniel_hozac>
Group Member
Mon 06 Feb 2006 04:27:24 AM UTC, original submission:  


A user submitted this bug against the util-vserver package:

the /usr/lib/util-vserver/start-vservers doesn't clean one of its remporary files. The problem seems to be on line 119 (line 140 in version 0.30.209-2 I've also checked):

makedir=$($_MKTEMPDIR /tmp/vserver-init.XXXXXX)
okfile=$($_MKTEMP     /tmp/vserver-init.XXXXXX)
passedfile=$($_MKTEMP /tmp/vserver-init.XXXXXX)
trap "$_RM -rf $makedir $resultfile $passedfile" EXIT

the "$resultfile" should be changed to "$okfile" in the "trap" command.

Micah

Micah Anderson <hacim>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2006-09-17 daniel_hozac StatusNone Fixed
    Assigned toNone daniel_hozac
    Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.13-758e.
Corresponding source code