This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| what could this be? | |
| Nov 25 16:02:41 imap-login: Info: Login: user=<pub.eltarf@xxx>, method=PLAIN, rip=10.10.10.19, lip=10.10.10.19, lport=143, service=imap | |
| Nov 25 16:02:41 imap(pub.eltarf@xxx): Panic: file mail-index-sync-keywords.c: line 227 (keywords_update_records): assertion failed: (data_offset >= sizeof(struct mail_index_record)) | |
| Nov 25 16:02:41 imap(pub.eltarf@xxx): Error: Raw backtrace: /usr/lib/dovecot/libdovecot.so.0(+0x6c7ee) [0x7f1430b917ee] -> /usr/lib/dovecot/libdovecot.so.0(+0x6c8dc) [0x7f1430b918dc] -> /usr/lib/dovecot/libdovecot.so.0(i_fata | |
| l+0) [0x7f1430b47b6b] -> /usr/lib/dovecot/libdovecot-storage.so.0(mail_index_sync_keywords+0x828) [0x7f1430ecd058] -> /usr/lib/dovecot/libdovecot-storage.so.0(mail_index_sync_record+0xf7) [0x7f1430ecd907] -> /usr/lib/dovecot/libdovecot-sto | |
| rage.so.0(mail_index_sync_map+0x238) [0x7f1430ece8b8] -> /usr/lib/dovecot/libdovecot-storage.so.0(mail_index_map+0x21f) [0x7f1430ebef2f] -> /usr/lib/dovecot/libdovecot-storage.so.0(+0xba7dd) [0x7f1430eba7dd] -> /usr/lib |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| root@messagerie-16[192.168.100.19] ~/DATA # dselect update | |
| Hit:1 http://deb.debian.org/debian bookworm InRelease | |
| Hit:2 http://security.debian.org/debian-security bookworm-security InRelease | |
| Hit:3 http://deb.debian.org/debian bookworm-updates InRelease | |
| Reading package lists... Done | |
| N: Repository 'Debian bookworm' changed its 'firmware component' value from 'non-free' to 'non-free-firmware' | |
| N: More information about this can be found online in the Release notes at: https://www.debian.org/releases/bookworm/amd64/release-notes/ch-information.html#non-free-split | |
| Merging available information | |
| Replacing available packages info, using /var/cache/apt/available. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| initial error messages: | |
| Je ne comprend pas, use est à 64% sur / et 35% sur /var... | |
| root@messagerie[192.168.100.25] ~ # unlink .bashrc_c-bash: cannot create temp file for here-document: No space left on device | |
| unlink: cannot unlink ‘.bashrc_c’: No such file or directory | |
| root@messagerie[192.168.100.25] ~ # unlink .bashrc_c | |
| .bashrc_common .bashrc_custom .bashrc_custom~ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| root@messagerie[192.168.100.25] ~ # btrfs filesystem df / | |
| Data, single: total=44.54GiB, used=27.88GiB | |
| System, DUP: total=8.00MiB, used=16.00KiB | |
| System, single: total=4.00MiB, used=0.00B | |
| Metadata, DUP: total=1.00GiB, used=765.86MiB | |
| Metadata, single: total=8.00MiB, used=0.00B | |
| GlobalReserve, single: total=256.00MiB, used=0.00B | |
| root@messagerie[192.168.100.25] ~ # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| root@clone-messagerie[10.10.10.19] ~ # tr -d '\n' < /tmp/trexample | tr -d '\n' | |
| line1line2root@clone-messagerie[10.10.10.19] ~ # | |
| root@clone-messagerie[10.10.10.19] ~ # | |
| root@clone-messagerie[10.10.10.19] ~ # cat /tmp/trexample | |
| line1 | |
| line2 | |
| root@clone-messagerie[10.10.10.19] ~ # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| root@clone-messagerie[10.10.10.19] ~ # mail.user.detail "$mail" | |
| *************************** 1. row *************************** | |
| FN:BOUKHAROUBA Sedik | |
| [email protected] | |
| TITLE:Sous-Directeur de station | |
| X-DEPARTMENT:Radio M’Sila | |
| TEL;TYPE=home:5028 | |
| BDAY;VALUE=date:2023-10-24 | |
| root@clone-messagerie[10.10.10.19] ~ # mail.user.detail "$mail" | grep -E 'TITLE|X-DEPARTMENT' | |
| TITLE:Sous-Directeur de station |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Outside of tmux, PATH is exported and has this value: | |
| root@clone-messagerie[10.10.10.19] ~ # export | grep PATH | |
| declare -x AWKPATH="~/SYNCHRO/lib/" | |
| declare -x PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/scripts/exploit--:/usr/local/scripts/exploit.tmp:/usr/local/scripts/mail:/usr/local/scripts/shorewall:/root/SYNCHRO/bin" | |
| root@clone-messagerie[10.10.10.19] ~ # | |
| Now inside of tmux : | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| BEGIN { | |
| split(COLS,columns_array,","); | |
| for (i in columns_array){ | |
| col=columns_array[i]; | |
| n=split(col,range,"-"); | |
| if (n>1) { | |
| min=range[1]; | |
| max=range[2]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 14:55:46 ~ -1- $ ls | head | awk '{$2=$3=$4=""; print}' | |
| total | |
| -rw-r--r-- 20K Jun 4 2024 absences.ods | |
| -rw-r--r-- 7.1K Jun 4 2024 absences.xlsx | |
| -rw-r--r-- 11K Mar 14 2023 ahmed.pdf | |
| -rw-r--r-- 66K Mar 14 2023 ahmed.png | |
| -rw-r--r-- 7.0K Mar 14 2023 ahmed.txt | |
| drwxr-xr-x 4.0K Nov 5 2024 APPS | |
| drwxr-xr-x 4.0K Jul 17 19:46 AUDIO | |
| -rw-r--r-- 19K Apr 9 2023 bash.ps |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [...] smtp[...] E5A5E1C00096: to=<...>, relay=127.0.0.1[127.0.0.1]:10024, [...] queued as D3D291C000A7) | |
| [...] smtp[...] E5A5E1C00096: to=<...>, relay=127.0.0.1[127.0.0.1]:10024, [...] queued as D3D291C000A7) | |
| [...] smtp[...] E5A5E1C00096: to=<...>, relay=127.0.0.1[127.0.0.1]:10024, [...] queued as D3D291C000A7) | |
| [...] smtp[...] E5A5E1C00096: to=<...>, relay=127.0.0.1[127.0.0.1]:10024, [...] queued as D3D291C000A7) | |
| [...] smtp[...] E5A5E1C00096: to=<...>, relay=127.0.0.1[127.0.0.1]:10024, [...] queued as D3D291C000A7) | |
| [...] smtp[...] E5A5E1C00096: to=<...>, relay=127.0.0.1[127.0.0.1]:10024, [...] queued as D3D291C000A7) |
NewerOlder