Displaying 2 results from an estimated 2 matches for "sml5010".
Did you mean:
sm501
2019 Jun 26
2
<printername>.tdb error management...
Sometimes (rarely, very rarely) i spot a <printername>.tdb error that
seems to prevent the communication between samba and CUPS.
In log i see:
[2019/06/26 15:15:49.633876, 0] ../source3/lib/util_tdb.c:316(tdb_log)
tdb(/var/cache/samba/printing/sml5010-2.tdb): tdb_rec_read bad magic 0x25 at offset=26096
the only solution i've found, pretty drastic, is:
systemctl stop smbd.service; sleep 2; rm /var/cache/samba/printing/sml5010-2.tdb ; systemctl start smbd.service
There's some better way to manage this? Thanks.
--
dott. Marco Gaiarin...
2019 Jun 27
0
<printername>.tdb error management...
...> Sometimes (rarely, very rarely) i spot a <printername>.tdb error that
> seems to prevent the communication between samba and CUPS.
>
> In log i see:
>
> [2019/06/26 15:15:49.633876, 0]
> ../source3/lib/util_tdb.c:316(tdb_log)
> tdb(/var/cache/samba/printing/sml5010-2.tdb): tdb_rec_read
> bad magic 0x25 at offset=26096
>
> the only solution i've found, pretty drastic, is:
>
> systemctl stop smbd.service; sleep 2; rm
> /var/cache/samba/printing/sml5010-2.tdb ; systemctl start smbd.service
>
>
> There's some better way t...