rejetto forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - rbarracca

Pages: 1
1
Bug reports / Re: hfs.exe 2.3 crashes multiple times a day
« on: April 07, 2020, 07:38:18 PM »
Unfortunately adjusting the compatibility did not help.  hfs.exe is still crashing at least once a day.  The watchcat script is a huge help though as it restarts the service when it fails.  I would still like to get to the root cause of the issue so it stops crashing all the time

2
Bug reports / Re: hfs.exe 2.3 crashes multiple times a day
« on: April 06, 2020, 06:32:20 PM »
Thanks for the suggestions!  I have adjusted the compatibility setting and will monitor to see if things get better.  Will also look into watchcat script.

Thanks again!
Bob

3
Bug reports / hfs.exe 2.3 crashes multiple times a day
« on: April 06, 2020, 02:52:35 PM »
Greetings, 

First off let me say I love hfs and thank you for making such a great piece of software.

I have been running 2 serves with hfs on Windows 7 (64 bit) for quite a while with very few issues.  I have been on 2.3k for a bit and the process would crash once in a while, but it was not terribly inconvenient.  However, beginning March 24, 2020 the process has been crashing every day, sometimes multiple times a day, on both servers.  I upgraded to 2.3m on Friday but the problem persists.  I attached a screenshot that shows all the crashes on one of the servers - 1 in 2017, 4 in 2018 (3 on the same day), 1 in all of 2019, and then since March 24 there have been 9 crashes.  The other server shows a similar pattern.  The errors are either:

Faulting application name: hfs.exe, version: 2.3.0.0, time stamp: 0x2a425e19
Faulting module name: ntdll.dll, version: 6.1.7601.23915, time stamp: 0x59b94a16
Exception code: 0xc0000005
Fault offset: 0x0002f048
Faulting process id: 0x960
Faulting application start time: 0x01d60b4ede595780
Faulting application path: C:\HFS\hfs.exe
Faulting module path: C:\Windows\SysWOW64\ntdll.dll
Report Id: 93792a70-77ef-11ea-b208-2a41615dbe80

or

Faulting application name: hfs.exe, version: 2.3.0.0, time stamp: 0x2a425e19
Faulting module name: hfs.exe, version: 2.3.0.0, time stamp: 0x2a425e19
Exception code: 0xc0000005
Fault offset: 0x0000e801
Faulting process id: 0x11b0
Faulting application start time: 0x01d60a6f24cd3460
Faulting application path: C:\HFS\hfs.exe
Faulting module path: C:\HFS\hfs.exe
Report Id: e098e260-7681-11ea-b208-2a41615dbe80


The fault offset and time stamp are different each time, but it's always one of these 2 processes that fails and always exception code 0xc0000005

Thanks!
Bob

4
HFS ~ HTTP File Server / Re: Delete file with curl
« on: January 29, 2014, 12:42:16 AM »
Thanks, that gave me exactly what I needed.  It gave me the syntax with a bunch of headers.  I was able to strip it down to this command to delete a file on my server:

curl "http://server/path/"  -u username:password --data "selection=filename&action=delete"

Thanks!  Love the software, keep up the great work!

5
HFS ~ HTTP File Server / Delete file with curl
« on: January 28, 2014, 04:26:10 PM »
Greetings,

I am testing 2.3 beta and I am able to delete files through the web interface but I have not been able to figure out how to delete using curl on the command line.  I can use curl to successfully upload and download files, but I need to delete a file after I download it.  Has anyone been able to get this to work?

Thanks!
Bob

Pages: 1