Commit Graph
1125 Commits
Author SHA1 Message Date
Stephen Zarkos 06e7c54750 Updating Changelog 2012-12-03 13:54:16 -08:00
Stephen Zarkos ed9dc518f8 Nit, added formatting. 2012-12-03 13:42:42 -08:00
Eric Gable 892f3b9990 Changed Init_Ubuntu to enable agent when installed manually in Ubuntu. WALINUXAGENT_ENABLED=1 2012-12-03 12:36:24 -08:00
Eric Gable fa965d23fa Re-apply Ubuntu specific warning for Nameserver configuration. 2012-11-30 11:48:47 -08:00
Eric Gable a5ec4eafa0 Re-apply Ubuntu upstart Patch 2012-11-30 11:36:45 -08:00
Eric Gable 96a8350969 Remove broken Upstart patch 2012-11-30 10:33:30 -08:00
Eric Gable c7783253ad Repair indentation bug in Install() 2012-11-29 15:10:39 -08:00
Eric Gable 8c5ac74628 Fix Ubuntu Upstart patch - Change Init_Ubuntu to Init_Debian 2012-11-29 14:33:15 -08:00
Eric Gable b7b0115f92 Additional logging for DoDhcpWork, Ubuntu Upstart,
and Deprovision-Ubuntu specific
2012-11-27 14:27:21 -08:00
Eric Gable 09bd759201 Update timeout of DHCP recv from 30 to 10 seconds 2012-11-27 14:15:31 -08:00
Eric Gable 5692974c65 Adding Fix for 572302: Linux waagent: deprovision+userdoes not delete the active user. We now truncate utmp before the userdel.
Reducing the socket.recv timeout from 30 to 10 in DoDhcpWork()
2012-11-27 14:10:48 -08:00
Eric Gable d39e09bc63 578109 Make LBProbeResponder construction more robust. 2012-11-27 14:10:48 -08:00
Eric Gable 3633e8c81b Fix 575725: Agent fails to provision user with public/private key pairs for SLES11SP2 2012-11-27 14:10:48 -08:00
Eric Gable 459ff722ea Fix syntax error in waagent
broken by 001_resolv_conf.patch from waagent commit ed0990ef50230bbfcd39a1b513063445fa22b13c

File "/usr/sbin/waagent", line 2342, in Deprovision
    fileBlackList.append(os.listdir(LibDir) + '/etc/resolv.conf')
TypeError: can only concatenate list (not "str") to list

changed from:
fileBlackList.append(os.listdir(LibDir) + '/etc/resolv.conf')
changed to:
fileBlackList.extend(os.listdir(LibDir) + ['/etc/resolv.conf'])
2012-11-27 14:10:47 -08:00
Eric Gable 167d994f35 Adding contributed patches from Arnaud Patard: Description: Fix network manager detection. Using dpkg-query -s is more appropriate than using dpkg -l and grep -q. The only way to have 0 returned by dpkg-query -s is to have NM installed and dpkg -l |grep -q may return 1 if the package is not yet known in the base (for instance, right after installing). 2012-11-27 14:09:26 -08:00
Eric Gable ae054bd300 000_upstart_job.patch: Description: Windows Azure requires the inclusion of the UDF module in order to work properly. This patch adds an upstart job that loads the UDF module and switches Ubuntu-based systems to using the upstart job. Author: Ben Howard <ben.howard@ubuntu.com> 2012-11-27 14:09:26 -08:00
Eric Gable 1c7a1f6a72 573304 DHCP broadcast 2012-11-27 14:09:26 -08:00
Eric Gable db9e2955d7 Fix 576901 Linux agent fails to delete root user password and 577000 Linux agent should report error messages to Fabric when passed an invalid hostname. 2012-11-27 14:09:26 -08:00
Stephen Zarkos 59a1dee819 WALinuxAgent-1.1 WALinuxAgent-1.1 2012-11-09 14:48:20 -08:00
Stephen Zarkos b963d50539 Adding Changelog 2012-11-09 14:46:48 -08:00
Stephen Zarkos 1c8e8601cc Sync WALinuxAgent repo
. Added sock.settimeout in DoDhcpWork() to properly timeout sock.recv

. Added missingDefaultRoute to handle routing issues when DHCP responses
not
     handled properly
   . Added Children.append to avoid zombies

. Fixed ifrenew for compatibility
   . Fixed shadow password file for
correct SELinux context
   . Minor cleanup work
2012-11-09 11:40:16 -08:00
windows-azure c16f5e9ee3 Initiate File Deleted 2012-06-06 16:29:58 -07:00
windows-azure 730c844927 Add README 2012-06-06 16:27:13 -07:00
windows-azure 06645bd5cb All files pushed 2012-06-06 16:16:35 -07:00
walinuxagent 3ab506635c First Commit 2012-06-06 12:04:35 -07:00