Hi all,

it seems that commit messages to [EMAIL PROTECTED] were 
not sent properly for a lot of time...

It doesn't seem to be a mail problem, but q misconfiguration in svn
hooks. First problem was that commit-email.pl, into post-commit hook,
requires --from option, otherwise it quits with the following error:

/usr/lib/subversion/hook-scripts/commit-email.pl: use of either `-h' or 
`--from' is mandatory when sending email using direct SMTP.

I changed /var/lib/svn/systemimager/hooks/post-commit adding:

--from "[EMAIL PROTECTED] -f`"

but it still not work. Running it from command line (with my user arighi):

/var/lib/svn/systemimager/hooks/post-commit /var/lib/svn/systemimager 3862

has correctly sent the following mail, so I think the problem is that
svn didn't find hooks or didn't launch them.

Someone knows anything about this?

Thanks,
-Andrea

-------- Original Message --------
Subject: [systemimager-commits] r3862 - trunk/etc/pxelinux.cfg
Date: Wed, 24 Jan 2007 08:34:07 -0600
From: [EMAIL PROTECTED]
Reply-To: sisuite-devel@lists.sourceforge.net
To: [EMAIL PROTECTED]

Author: arighi
Date: 2007-01-24 07:57:52 -0600 (Wed, 24 Jan 2007)
New Revision: 3862

Modified:
   trunk/etc/pxelinux.cfg/syslinux.cfg
Log:
added a comment in syslinux.cfg about how to resolve potential errors during 
ramdisk uncompression

Modified: trunk/etc/pxelinux.cfg/syslinux.cfg
===================================================================
--- trunk/etc/pxelinux.cfg/syslinux.cfg 2007-01-24 13:31:31 UTC (rev 3861)
+++ trunk/etc/pxelinux.cfg/syslinux.cfg 2007-01-24 13:57:52 UTC (rev 3862)
@@ -18,9 +18,16 @@
 # Add the following to the append line above to increase the size of your tmpfs
 # filesystem.  About 100MB larger than your image size should suffice.
 #
-# Other tmpfs mount options are also supported.  See the FAQ for details.
 # tmpfs_size=800M
 # ramdisk_size=80000
+#
+# Add ramdisk_blocksize=1024 if you get errors while uncompressing the
+# initrd.img.
+#
+# Other tmpfs mount options are also supported.
+#
+# See http://wiki.systemimager.org/index.php/Troubleshooting for details.
+#
 
 LABEL systemimager
 KERNEL kernel


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
systemimager-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/systemimager-commits


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
sisuite-devel mailing list
sisuite-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-devel

Reply via email to