Size: a a a

2019 December 10

S

Starfuckers INC. in UbuntuLinux
Я тут вон, игрушку нашёл
источник

S

Starfuckers INC. in UbuntuLinux
источник

VS

V 🏴‍☠️ S in UbuntuLinux
Что-то старое
источник

VS

V 🏴‍☠️ S in UbuntuLinux
Моник пиздатый
источник

S

Starfuckers INC. in UbuntuLinux
Ваще пиздец старое
источник

S

Starfuckers INC. in UbuntuLinux
V 🏴‍☠️ S
Моник пиздатый
Kvm
источник

n

ninja_yeti in UbuntuLinux
дотку потянет?
источник

S

Starfuckers INC. in UbuntuLinux
Неа, нет gpu:(
источник

S

Starfuckers INC. in UbuntuLinux
2.6.9 ядро, какой треш однако
источник

S

Starfuckers INC. in UbuntuLinux
Центос 4.8, археологи однако
источник

jk

jello kde in UbuntuLinux
Starfuckers INC.
Центос 4.8, археологи однако
Оно ещё не окаменело?
источник

IN

Igor Nezaharov in UbuntuLinux
Starfuckers INC.
Центос 4.8, археологи однако
работает однако?
источник

S

Starfuckers INC. in UbuntuLinux
Igor Nezaharov
работает однако?
Хз только начал играться
источник

A

Andrew in UbuntuLinux
Привет, fast nQyJ ban_fLYlY! Правила беседы: https://somespecial.ml/ubuntu.html
источник

A

Andrew in UbuntuLinux
Привет, Антон! Правила беседы: https://somespecial.ml/ubuntu.html
источник

ДС

Дмитрий Стародубцев... in UbuntuLinux
Коллеги, добрый день. Помогите пожалуйста. Настроил logrotate для squid, но он не хочет работать, не понимаю почему.

В /etc/cron.daily/logrotate:
 test -x /usr/sbin/logrotate || exit 0
 /usr/sbin/logrotate /etc/logrotate.conf

В /etc/logrotate.conf всё по умолчанию:
 include /etc/logrotate.d

В  /etc/logrotate.d/squid:
 /ClFS/squid/logs/access.log {
   rotate 5
   daily
   compress
   delaycompress
   missingok
   notifempty
   create 0640 proxy proxy
   sharedscripts
   postrotate
   test ! -e /var/run/squid.pid || test ! -x /usr/sbin/squid || /usr/sbin/squid -k rotate
   endscript
 }
 
 /var/log/squid/*.log {
         daily
         compress
         delaycompress
         rotate 2
         missingok
         nocreate
 }

Вывод /usr/sbin/logrotate /etc/logrotate.conf -d:
rotating pattern: /ClFS/squid/logs/access.log  after 1 days (5 rotations)
empty log files are not rotated, old logs are removed
switching euid to 0 and egid to 106
considering log /ClFS/squid/logs/access.log
 Now: 2019-12-10 14:22
 Last rotated at 2019-12-10 06:25
 log does not need rotating (log has been rotated at 2019-12-10 6:25, that is not day ago yet)
not running postrotate script, since no logs were rotated
switching euid to 0 and egid to 0

rotating pattern: /var/log/squid/*.log  after 1 days (2 rotations)
empty log files are rotated, old logs are removed
switching euid to 0 and egid to 106
considering log /var/log/squid/cache.log
 Now: 2019-12-10 14:22
 Last rotated at 2019-12-10 06:00
 log does not need rotating (log has been rotated at 2019-12-10 6:0, that is not day ago yet)
switching euid to 0 and egid to 0

При этом файлов в директории /var/log/squid остается больше двух, а в ClFS больше 5. Я же правильно понимаю что файлы при такой конфигурации должны удаляться автоматически и дополнительно ничего не нужно настраивать? При вроде бы аналогичной настройке, на другом сервере, всё работает корректно
источник

R.

ReFea'IM[e] ... in UbuntuLinux
 log does not need rotating (log has been rotated at 2019-12-10 6:25, that is not day ago yet)
not running postrotate script, since no logs were rotated switching euid to 0 and egid to 0
CIFS в logrotate не упоминается.
источник

ДС

Дмитрий Стародубцев... in UbuntuLinux
ReFea'IM[e] ...
 log does not need rotating (log has been rotated at 2019-12-10 6:25, that is not day ago yet)
not running postrotate script, since no logs were rotated switching euid to 0 and egid to 0
CIFS в logrotate не упоминается.
Я так понял что упоминается, вырезал именно те части, которые про ClFS и /var/log

ClFS:
empty log files are not rotated, old logs are removed
switching euid to 0 and egid to 106
considering log /ClFS/squid/logs/access.log

/var/log:
empty log files are rotated, old logs are removed
switching euid to 0 and egid to 106
considering log /var/log/squid/cache.log
источник

R.

ReFea'IM[e] ... in UbuntuLinux
Даже не знаю, сходи на https://translate.google.com
источник

R.

ReFea'IM[e] ... in UbuntuLinux
Дмитрий Стародубцев
Я так понял что упоминается, вырезал именно те части, которые про ClFS и /var/log

ClFS:
empty log files are not rotated, old logs are removed
switching euid to 0 and egid to 106
considering log /ClFS/squid/logs/access.log

/var/log:
empty log files are rotated, old logs are removed
switching euid to 0 and egid to 106
considering log /var/log/squid/cache.log
источник