Bonjour les gens, alors voilà, depuis peu je me suis aperçu que mes fichiers console devenaient beaucoup trop gros (style 1Go le fichier, avec un historique e 10 fichiers ça fait gros la place DD)... en y jetant un coup d'oeil, il y a apparemment des messages concernant la communication par le modem USB ou des trucs réseau. du genre :
"Nov 8 18:20:27 localhost kernel: shdlc_transmit: Translating 56 bytes from PPP Tx buffer (0x0xcc0bc10) to Xlated buffer(0x0x174e828)
Nov 8 18:20:27 localhost kernel: shdlc_transmit: Sending 43 bytes to MCCIOS_Send, processed 56 of 56 original bytes.
Nov 8 18:20:27 localhost kernel: +MCCIOS_SendPPPOA
Nov 8 18:20:27 localhost kernel: +MCCIOS_DoNextSendPPPOA. Entered.
Nov 8 18:20:27 localhost kernel: MCCIOS_EncapsulatePacket: Detected and removed Simple HDLC Encapsulation header.
Nov 8 18:20:27 localhost kernel: MCCIOS_EncapsulatePacket: CurrentBuffer (0x0x1729042), Adjusted CurrentBuffer (0x0x1729044)
Nov 8 18:20:27 localhost kernel: MCCIOS_EncapsulatePacket: CurrentBuffer (0x0x1729044), StartBuffer (0x0x1729024) WanPktHdrSize (0x20)
Nov 8 18:20:27 localhost kernel: MCCIOS_EncapsulatePacketPPPOA: DataBufPtr (0x0x1729024), DataReadPtr (0x0x1729044), DataWritePtr (0x0x172906d)
Nov 8 18:20:27 localhost kernel: +MCCIOS_ADSLSendTxIDBuf
Nov 8 18:20:27 localhost kernel: -MCCIOS_ADSLSendTxIDBuf: SendBulkWrite returned Status (0x0)
Nov 8 18:20:27 localhost kernel: -MCCIOS_ADSLSendTxIDBuf
Nov 8 18:20:27 localhost kernel: -MCCIOS_DoNextSendPPPOA
Nov 8 18:20:27 localhost kernel: -MCCIOS_SendPPPOA"
style plus de 50 lignes par secondes.
Est-ce que quelqu'un a une idée de la provenance (macosx, drivers modem, outils développeurs, et plus particulièrement les outils de débuggage ou de performances) ? ou encore un moyen de limiter la grosseur des fichiers de log.
"Nov 8 18:20:27 localhost kernel: shdlc_transmit: Translating 56 bytes from PPP Tx buffer (0x0xcc0bc10) to Xlated buffer(0x0x174e828)
Nov 8 18:20:27 localhost kernel: shdlc_transmit: Sending 43 bytes to MCCIOS_Send, processed 56 of 56 original bytes.
Nov 8 18:20:27 localhost kernel: +MCCIOS_SendPPPOA
Nov 8 18:20:27 localhost kernel: +MCCIOS_DoNextSendPPPOA. Entered.
Nov 8 18:20:27 localhost kernel: MCCIOS_EncapsulatePacket: Detected and removed Simple HDLC Encapsulation header.
Nov 8 18:20:27 localhost kernel: MCCIOS_EncapsulatePacket: CurrentBuffer (0x0x1729042), Adjusted CurrentBuffer (0x0x1729044)
Nov 8 18:20:27 localhost kernel: MCCIOS_EncapsulatePacket: CurrentBuffer (0x0x1729044), StartBuffer (0x0x1729024) WanPktHdrSize (0x20)
Nov 8 18:20:27 localhost kernel: MCCIOS_EncapsulatePacketPPPOA: DataBufPtr (0x0x1729024), DataReadPtr (0x0x1729044), DataWritePtr (0x0x172906d)
Nov 8 18:20:27 localhost kernel: +MCCIOS_ADSLSendTxIDBuf
Nov 8 18:20:27 localhost kernel: -MCCIOS_ADSLSendTxIDBuf: SendBulkWrite returned Status (0x0)
Nov 8 18:20:27 localhost kernel: -MCCIOS_ADSLSendTxIDBuf
Nov 8 18:20:27 localhost kernel: -MCCIOS_DoNextSendPPPOA
Nov 8 18:20:27 localhost kernel: -MCCIOS_SendPPPOA"
style plus de 50 lignes par secondes.
Est-ce que quelqu'un a une idée de la provenance (macosx, drivers modem, outils développeurs, et plus particulièrement les outils de débuggage ou de performances) ? ou encore un moyen de limiter la grosseur des fichiers de log.