]> sipb.mit.edu Git - ikiwiki.git/blob - doc/forum/Can__39__t_get_ikiwiki_working_again_after_reinstall.mdwn
(no commit message)
[ikiwiki.git] / doc / forum / Can__39__t_get_ikiwiki_working_again_after_reinstall.mdwn
1 My server got hacked by an EXIM vulnerability, and so I reimaged the system.  After installing ikiwiki I can't get it to accept my old setup file, and I'm not sure what to do.  
2
3 I'm running debian stable with security updates. Running setup I get.
4 Can't use an undefined value as an ARRAY reference at /usr/share/perl5/IkiWiki/Setup/Standard.pm line 33.
5 That line in the source file has something todo with wrappers.  Also since the reinstall there is no /etc/ikiwiki/auto.setup
6
7 After futzing with it for over an hour I tried installing the debian backports version, and get a new different error.
8
9 Can't exec "git": No such file or directory at /usr/share/perl5/IkiWiki/Plugin/git.pm line 169.
10 Cannot exec 'git pull origin': No such file or directory
11 'git pull origin' failed:  at /usr/share/perl5/IkiWiki/Plugin/git.pm line 195.
12 Can't exec "git": No such file or directory at /usr/share/perl5/IkiWiki/Plugin/git.pm line 169.
13 Cannot exec 'git log --max-count=100 --pretty=raw --raw --abbrev=40 --always -c -r HEAD -- .': No such file or directory
14 'git log --max-count=100 --pretty=raw --raw --abbrev=40 --always -c -r HEAD -- .' failed: 
15
16 Any ideas how I can get ikiwiki working again?