Honestly, what we need is the backtrace. For some reason these pakages have been built without our backtrace support, so please find and use the gdb_backtrace script as a panic action, eg panic action = /path/to/gdb_backtrace %d On Tue, 2022-05-17 at 05:37 +0200, Dirk Laurenz via samba wrote:> I know, > > here's a dropbox link. > > https://www.dropbox.com/s/ehgwu9iv7etshex/SambaLogs.zip?dl=0 > > > -----Urspr?ngliche Nachricht----- > > Von: samba <samba-bounces at lists.samba.org> Im Auftrag von Rowland > > Penny via samba > > Gesendet: Montag, 16. Mai 2022 20:02 > > An: sambalist <samba at lists.samba.org> > > Cc: Rowland Penny <rpenny at samba.org> > > Betreff: Re: [Samba] Broken Dependencies? > > > > On Mon, 2022-05-16 at 19:44 +0200, Dirk Laurenz wrote: > > > Have been removed... here again > > > > Your initial post was rejected because it was too large, it was > > also > suggested > > that you post the log file somewhere and supply a link. > > > > This was suggested because this list strips attachments. > > > > Rowland > > > > > > > > -- > > To unsubscribe from this list go to the following URL and read the > > instructions: https://lists.samba.org/mailman/options/samba > >-- Andrew Bartlett (he/him) https://samba.org/~abartlet/ Samba Team Member (since 2001) https://samba.org Samba Team Lead, Catalyst IT https://catalyst.net.nz/services/samba Samba Development and Support, Catalyst IT - Expert Open Source Solutions
Here you are: https://www.dropbox.com/s/srz0uzxlxdue31t/SambaLogs2.zip?dl=0> -----Urspr?ngliche Nachricht----- > Von: samba <samba-bounces at lists.samba.org> Im Auftrag von Andrew > Bartlett via samba > Gesendet: Dienstag, 17. Mai 2022 05:55 > An: Dirk Laurenz <samba at laurenz.ws>; 'sambalist' <samba at lists.samba.org> > Betreff: Re: [Samba] Broken Dependencies? > > Honestly, what we need is the backtrace. For some reason these pakages have > been built without our backtrace support, so please find and use the > gdb_backtrace script as a panic action, eg > > panic action = /path/to/gdb_backtrace %d > > On Tue, 2022-05-17 at 05:37 +0200, Dirk Laurenz via samba wrote: > > I know, > > > > here's a dropbox link. > > > > https://www.dropbox.com/s/ehgwu9iv7etshex/SambaLogs.zip?dl=0 > > > > > -----Urspr?ngliche Nachricht----- > > > Von: samba <samba-bounces at lists.samba.org> Im Auftrag von Rowland > > > Penny via samba > > > Gesendet: Montag, 16. Mai 2022 20:02 > > > An: sambalist <samba at lists.samba.org> > > > Cc: Rowland Penny <rpenny at samba.org> > > > Betreff: Re: [Samba] Broken Dependencies? > > > > > > On Mon, 2022-05-16 at 19:44 +0200, Dirk Laurenz wrote: > > > > Have been removed... here again > > > > > > Your initial post was rejected because it was too large, it was also > > suggested > > > that you post the log file somewhere and supply a link. > > > > > > This was suggested because this list strips attachments. > > > > > > Rowland > > > > > > > > > > > > -- > > > To unsubscribe from this list go to the following URL and read the > > > instructions: https://lists.samba.org/mailman/options/samba > > > > > -- > Andrew Bartlett (he/him) https://samba.org/~abartlet/ > Samba Team Member (since 2001) https://samba.org > Samba Team Lead, Catalyst IT https://catalyst.net.nz/services/samba > > Samba Development and Support, Catalyst IT - Expert Open Source Solutions > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba
17.05.2022 06:54, Andrew Bartlett via samba wrote:> Honestly, what we need is the backtrace. For some reason these pakages > have been built without our backtrace support, so please find and use > the gdb_backtrace script as a panic action, egHi Andrew! What do you mean "built without backtrace support"? How one builds with or without backtrace support, - I don't know this term. If you're referring to gcc -g when compiling (debugging info), that is shipped in separate packages in Debian, samba-dbgsym (and samba-libs-dbgsym etc), https://wiki.debian.org/HowToGetABacktrace describes how to install these -dbgsym packages. Thanks, /mjt