search for: directorypath

Displaying 2 results from an estimated 2 matches for "directorypath".

Did you mean: directory_path
2007 Nov 11
0
File.chown
...ploaded file. It doesn''t seem to work. No complaints anywhere, it just doesn''t work. Can anyone suggest what I might do to get this to work, i.e., to change the ownership and group on the uploaded file? Here''s my helper method: def httpUpload(file2upload,saveAs) directoryPath=''/tmp/'' File.open(directoryPath+saveAs,''wb''){|f| f.write(file2upload.read)} File.chown(500,100,directoryPath+saveAs) end Thanks for any input. ... doug --~--~---------~--~----~------------~-------~--~----~ You received this message...
2010 Oct 26
1
trying to chainload the normal ubuntu pxe installer
Hi syslinux experts, So, I have a pxe boot tree that looks something like this: /menu.cfg /linux /ubuntu /amd64 /meerkat (contains a mirror of the netboot ubuntu image) If I set the following in the appropriate stanza of my dhcpd.conf (for isc dhcpd v3), I can boot the ubuntu installer: filename "linux/ubuntu/amd64/meerkat/pxelinux.0"; next-server <tftp_server_ip>; I would