OpenVZ Forum


Home » General » Support » git inside VPS fails on mmap
Re: git inside VPS fails on mmap [solved] [message #30642 is a reply to message #30525] Fri, 30 May 2008 20:39 Go to previous message
pollux is currently offline  pollux
Messages: 13
Registered: September 2006
Junior Member
Thanks to maratrus, I have found the solution ! It was indeed related to git, and not to OpenVZ.

Debian uses runit (http://smarden.org/runit/) to run git-daemon, and creates a default run file:
git:~# cat /etc/sv/git-daemon/run
#!/bin/sh
exec 2>&1
echo 'git-daemon starting.'
 exec chpst -m64000000 \
  git-daemon --verbose --base-path=/var/cache /var/cache/git


There is indeed a hardcoded (stupid) limitation. Removing it solved the problem.

Pierre

[Updated on: Fri, 30 May 2008 20:42]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: IPCop template
Next Topic: Mounting OCFS2 in a VE?
Goto Forum:
  


Current Time: Tue Oct 15 07:07:32 GMT 2024

Total time taken to generate the page: 0.04849 seconds