b.a.t.m.a.n.lists.open-mesh.org archive mirror
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] [PATCH 1/2] batctl: restate missing sysfs folder error message
@ 2012-02-09 10:02 Marek Lindner
  2012-02-09 10:02 ` [B.A.T.M.A.N.] [PATCH 2/2] batctl: warn about options that are not compiled into batman-adv Marek Lindner
  2012-02-26  8:39 ` [B.A.T.M.A.N.] [PATCH 1/2] batctl: restate missing sysfs folder error message Marek Lindner
  0 siblings, 2 replies; 4+ messages in thread
From: Marek Lindner @ 2012-02-09 10:02 UTC (permalink / raw)
  To: b.a.t.m.a.n; +Cc: Marek Lindner

Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
---
 functions.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/functions.c b/functions.c
index 0729f15..69a1385 100644
--- a/functions.c
+++ b/functions.c
@@ -113,7 +113,8 @@ static int check_sys_dir(char *dir)
 		return EXIT_SUCCESS;
 
 	printf("Error - the folder '%s' was not found within the sys filesystem\n", dir);
-	printf("Please make sure that the batman-adv kernel module is loaded\n");
+	printf("Please make sure that the batman-adv kernel module is loaded and\n");
+	printf("that you have activated your mesh by adding interfaces to batman-adv\n");
 	return EXIT_FAILURE;
 }
 
-- 
1.7.5.4


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-02-26  8:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-09 10:02 [B.A.T.M.A.N.] [PATCH 1/2] batctl: restate missing sysfs folder error message Marek Lindner
2012-02-09 10:02 ` [B.A.T.M.A.N.] [PATCH 2/2] batctl: warn about options that are not compiled into batman-adv Marek Lindner
2012-02-26  8:43   ` Marek Lindner
2012-02-26  8:39 ` [B.A.T.M.A.N.] [PATCH 1/2] batctl: restate missing sysfs folder error message Marek Lindner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).