-
Notifications
You must be signed in to change notification settings - Fork 0
For testing an issue of sendfile that freezes with grbmaw
License
scopedog/FreeBSD-FUSE-sendfile
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
For testing FUSE + nginx (sendfile) on FreeBSD. Required libs: fusefs-libs (libfuse) libcurl Initialize: nginx uses /home/www and fusetest mounts /home/www/mnt # kldload fuse # mkdir -p /home/www/mnt # chown -R www:www /home/www # cp /usr/local/etc/nginx/nginx.conf /usr/local/etc/nginx/nginx.conf.org # cp nginx.conf /usr/local/etc/nginx/ # service nginx restart Make: # make clean depend all Run: # ./fusetest or for debugging message # ./fusetest -d Access: Suppose you are running fusetest and ningx on server.example.com, access http://server.example.com/mnt/BigBuckBunny-Full-web.mp4 with a web browser. Seek the video until it freezes (just don't let it play). If the video freezes, that's the sign of the nginx/sendfile issue.
About
For testing an issue of sendfile that freezes with grbmaw
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published