On Wed, 2006-11-22 at 16:38 +0100, Henrik Stoerner wrote:
On Wed, Nov 22, 2006 at 06:54:18AM -0600, Daniel J McDonald wrote:
Now, reading through the strace, I think it is dying when
reading /etc/hobbit/hobbitlaunch.d/ There are no files there. Let's see
what happens when I add one. I'll make it blank for now....
[mcdonalddj at ldap ~]$ sudo touch /etc/hobbit/hobbitlaunch.d/00_test.cfg
[mcdonalddj at ldap ~]$ ls -l /etc/hobbit/hobbitlaunch.d/00_test.cfg
-rw-r--r-- 1 root root 0 Nov 22
06:41 /etc/hobbit/hobbitlaunch.d/00_test.cfg
And let's start it up again.... Hey, it starts now! Yeah!
OK, this patch should fix it.
I've never been great with patch... But when I added to the RPM I got:
+ cd hobbit-4.2.0
+ echo 'Patch #0 (hobbit-4.1.2-ignore-cdrom.patch.bz2):'
Patch #0 (hobbit-4.1.2-ignore-cdrom.patch.bz2):
+ /usr/bin/bzip2 -d
+ patch -p1 -s
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ echo 'Patch #1 (hobbit-4.1.2-fix-apache-alias.patch.bz2):'
Patch #1 (hobbit-4.1.2-fix-apache-alias.patch.bz2):
+ /usr/bin/bzip2 -d
+ patch -p1 -s
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ echo 'Patch #3 (hobbit-4.2.0-postrelease-patches-20061003.patch):'
Patch #3 (hobbit-4.2.0-postrelease-patches-20061003.patch):
+ patch -p0 -s
+ echo 'Patch #4 (hobbit-4.2.0.fix-emptydir.patch.bz2):'
Patch #4 (hobbit-4.2.0.fix-emptydir.patch.bz2):
+ /usr/bin/bzip2 -d
+ patch -p0 -s
3 out of 3 hunks FAILED -- saving rejects to file lib/stackio.c.rej
error: Bad exit status from /var/tmp/rpm-tmp.93341 (%prep)
Should I apply this patch before the postrelease patches?
Regards,
Henrik