Solution will not deploy or undeploy

When I try to deploy or undeply the FBA Pack, I see the following:
Existing Timer job found. Deleting
Going to uninstall feature
Uninstall-SPFeature : Cannot find a Feature object with Path or Id: FBAManageme
nt in scope Local farm.
At C:\Users\public\documents\FBAPack.ModernTymes\UnDeploy.ps1:59 char:21
+     uninstall-spfeature <<<<  -identity $featureName -confirm:$false -force
    + CategoryInfo          : InvalidData: (Microsoft.Share...ninstallFeature:
   SPCmdletUninstallFeature) [Uninstall-SPFeature], SPCmdletPipeBindException
    + FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletUninstal
   lFeature

Going to uninstall solution
Waiting for job to finish
Waiting to finish job solution-deployment-visigo.sharepoint.formsbasedauthentica
tion.wsp-0........................................................................
The process will not complete. Additional "." characters continue to appear on the screen, and that will continue for hours or days if I didn't stop it.

I have the diagnostic logging for SharePoint 2010 FBA Pack set to "verbose", but the only thing I see in the log file when I deploy is this:
03/16/2013 15:28:30.55  powershell.exe (0x2F28)                     0x2BD4  SharePoint Foundation           PowerShell                      6tf0    Medium      Entering BeginProcessing Method of Get-SPTimerJob.  b87c9772-7aec-4c88-8d9f-abdaa29d3bdf
03/16/2013 15:28:30.55  powershell.exe (0x2F28)                     0x2BD4  SharePoint Foundation           PowerShell                      6tf0    Medium      Leaving BeginProcessing Method of Get-SPTimerJob.   b87c9772-7aec-4c88-8d9f-abdaa29d3bdf
03/16/2013 15:28:30.55  powershell.exe (0x2F28)                     0x2BD4  SharePoint Foundation           PowerShell                      6tf0    Medium      Entering ProcessRecord Method of Get-SPTimerJob.    b87c9772-7aec-4c88-8d9f-abdaa29d3bdf
03/16/2013 15:28:30.56  powershell.exe (0x2F28)                     0x2BD4  SharePoint Foundation           PowerShell                      6tf0    Medium      Leaving ProcessRecord Method of Get-SPTimerJob. b87c9772-7aec-4c88-8d9f-abdaa29d3bdf
03/16/2013 15:28:30.56  powershell.exe (0x2F28)                     0x2BD4  SharePoint Foundation           PowerShell                      6tf0    Medium      Entering EndProcessing Method of Get-SPTimerJob.     
03/16/2013 15:28:30.56  powershell.exe (0x2F28)                     0x2BD4  SharePoint Foundation           PowerShell                      6tf0    Medium      Leaving EndProcessing Method of Get-SPTimerJob.  
03/16/2013 15:28:32.57  powershell.exe (0x2F28)                     0x2BD4  SharePoint Foundation           PowerShell                      6tf0    Medium      Entering BeginProcessing Method of Get-SPTimerJob.  05ad0b85-9922-4144-9030-ebc903cf0c18
03/16/2013 15:28:32.57  powershell.exe (0x2F28)                     0x2BD4  SharePoint Foundation           PowerShell                      6tf0    Medium      Leaving BeginProcessing Method of Get-SPTimerJob.   05ad0b85-9922-4144-9030-ebc903cf0c18
03/16/2013 15:28:32.57  powershell.exe (0x2F28)                     0x2BD4  SharePoint Foundation           PowerShell                      6tf0    Medium      Entering ProcessRecord Method of Get-SPTimerJob.    05ad0b85-9922-4144-9030-ebc903cf0c18
03/16/2013 15:28:32.57  powershell.exe (0x2F28)                     0x2BD4  SharePoint Foundation           PowerShell                      6tf0    Medium      Leaving ProcessRecord Method of Get-SPTimerJob. 05ad0b85-9922-4144-9030-ebc903cf0c18
03/16/2013 15:28:32.57  powershell.exe (0x2F28)                     0x2BD4  SharePoint Foundation           PowerShell                      6tf0    Medium      Entering EndProcessing Method of Get-SPTimerJob.     
03/16/2013 15:28:32.57  powershell.exe (0x2F28)                     0x2BD4  SharePoint Foundation           PowerShell                      6tf0    Medium      Leaving EndProcessing Method of Get-SPTimerJob.
There are no errors, and nothing about FBA Pack. There is nothing in the Windows logs either. Is there any other place to look? Any suggestions as to why the job will not complete?
Some additional info...

Looking at the "undeploy" cmdlet, the part that it is stuck at is waiting for th esolution to uninstall. If I look at the solution in Central Admin, It says "Retracting(scheduled at 3/16/2013 4:43 PM )", where the time corresponds to when I ran the undeploy. However, if I look for a timer job, there are NONE running. Checking the completed jobs, the retraction is not there either.

So what keeps the job from being run?
Make sure that the "SharePoint 2010 Timer" and "SharePoint 2010 Administrator" services are running. If they are, try restarting them and then redeploying. If the retraction still does not complete, attempt to retract it manually through Central Administration.