Chris Ivens
Chris Ivens
Interesting, I've not had that error before. Trying to think what would need a float value in the transporter. There is a chance that there's a bug in my code....
Sorry I haven't been a huge amount of help; it's been a stupidly busy week. New job next week and I'll start to combine my changes with wimleers' version to...
I moved my pod file /var/run because I couldn't get it right either. Depends on the user that fires it up anyway as the where the $HOME directory is. I...
If you're not running as root, /var/run is probably set to 0755 permissions which prevents you writing the pid file. Perhaps add a sub-directory with permissions that your user can...
If you have the file named .fileconveyor.pid it'll not show unless you do ls -a though because it hides files beginning with .
It doesn't require it at all. It's just a file with a number in it at the end of the day.
I really can't be sure as I don't use virtualenv. I use virtual machines instead.
I've been looking into this and it looks like all rules and their deletion settings are applied to every file. This didn't make sense to me so I borrowed the...
I had to deliberately break file deletion on my fork on purpose. I'm running glusterfs and I'm not sure whether it is causing some issues with pynotify or something else...
I still have a feeling this needs to check the individual rules for deletion delay. I'll perhaps re-read the code to see if I'm right but if memory serves me...