This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Port of DHCP


Hi, I made a port of DHCP under cygwin in windows 98 but When I launch the dhcpd 
server i ve got a permission error:
actually:

/* Move in the new file... */
             if (rename (newfname, path_dhcpd_db) < 0)
                     error ("Can't install new lease database %s to %s: %m",
                            newfname, path_dhcpd_db);

             counting = 1;
     }

The last block (after "Move in the new file") always returns a -1 and
the errno is EACCES.


newfname is open (db_fd).  Windows don't let me rename an
open file in general.so 
How can i get rid of this?

Thanks.
 


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]