search for: argdescrip

Displaying 6 results from an estimated 6 matches for "argdescrip".

2020 Mar 03
6
Upgrade 4.9 -> 4.11 oups
Hello ! I decided to upgrade my fileservers from stretch/samba 4.9 to buster/samba 4.11 I just realized that smbd is not working anymore :-/ If someone has an idea It would be amazing... as an idiot, I upgraded my 20 servers.... without snapshot.... Thank you so much Here's some logs : root at ef113:~# tail /var/log/samba/log.smbd #1
2014 Jan 10
1
samba 4.1.3 -- multiple bugs & 1, 297 coredumps -- coredump backtrace + full-backtrace included
...d out> pc = <optimized out> print_build_options = 80 long_options = {{longName = 0x0, shortName = 0 '\000', argInfo = 4, arg = 0x7f6cb3089400 <poptHelpOptions>, val = 0, descrip = 0x7f6cb5c4d1f2 "Help options:", argDescrip = 0x0}, { longName = 0x7f6cb5c4d200 "daemon", shortName = 68 'D', argInfo = 0, arg = 0x0, val = 1000, descrip = 0x7f6cb5c4d207 "Become a daemon (default)", argDescrip = 0x0}, {longName = 0x7f6cb5c4d221 "interact...
2004 Feb 04
1
Signal 11 in smbd 3.0.2rc2 on printer operation!
...argc=2, argv=0xbffffe04) at smbd/server.c:887 is_daemon = 1 interactive = 0 Fork = 1 log_stdout = 0 ports = 0x0 opt = -1 pc = 0x82f3f38 long_options = {{longName = 0x0, shortName = 0 '\0', argInfo = 4, arg = 0x82dd25c, val = 0, descrip = 0x82d3ff3 "Help options", argDescrip = 0x0}, {longName = 0x82d4000 "daemon", shortName = 68 'D', argInfo = 7, arg = 0x82dd248, val = 1, descrip = 0x82d4007 "Become a daemon (default)", argDescrip = 0x0}, { longName = 0x82d4021 "interactive", shortName = 105 'i', argInfo = 7,...
2018 Jun 25
2
Samba 4.7.1 Generating Core Dumps
...it--- main_server_id = {pid = 3226, task_id = 0, vnn = 4294967295, unique_id = 15388926496133788791} long_options = {{longName = 0x0, shortName = 0 '\000', argInfo = 4, arg = 0x7fc225472320 <poptHelpOptions>, val = 0, descrip = 0x55b48c670773 "Help options:", argDescrip = 0x0}, { longName = 0x55b48c670781 "daemon", shortName = 68 'D', argInfo = 0, arg = 0x0, val = 1000, descrip = 0x55b48c670788 "Become a daemon (default)", argDescrip = 0x0}, { longName = 0x55b48c6707a2 "interactive", shortName = 105 ...
2003 Nov 10
8
winbindd panic daemon dies
Hi All, can anyone make any sense of the error below, please advise if I need to log this as a bug but I'm not sure how to further diagnose what is happening. This is from my winbindd log file, thanks Andy. [2003/11/07 17:47:59, 1] nsswitch/winbindd.c:main(832) winbindd version 3.0.0 started. Copyright The Samba Team 2000-2003 [2003/11/07 17:48:00, 1]
2003 Oct 08
2
2.5.6: a number of minor issues
...if (key->shortName == '?') poptPrintHelp(con, stdout, 0); else @@ -89,7 +90,7 @@ /*@*/ { if (!(opt->argInfo & POPT_ARG_MASK)) return NULL; - +translation_domain=translation_domain; if (opt == (poptHelpOptions + 1) || opt == (poptHelpOptions + 2)) if (opt->argDescrip) return POPT_(opt->argDescrip); @@ -123,6 +124,7 @@ char * le = malloc(4*lineLength + 1); char * l = le; +translation_domain=translation_domain; if (le == NULL) return NULL; /* XXX can't happen */ *le = '\0'; *le++ = '('; @@ -479,6 +481,7 @@ {...