Displaying 4 results from an estimated 4 matches for "417690".
2019 Mar 14
2
Dovecot logrotation - old journal files are still in use
...en` used files are changed to</div><div xmlns="http://www.w3.org/1999/xhtml"># lsof -p19140 |grep dovecot\\\.<br />...<br />log 19140 root 33w REG 9,3 0 417651 /var/log/dovecot.log<br />log 19140 root 34w REG 9,3 121374 417690 /var/log/dovecot.info<br />log 19140 root 35w REG 9,3 916153 417691 /var/log/dovecot.debug</div><div xmlns="http://www.w3.org/1999/xhtml"> </div><div xmlns="http://www.w3.org/1999/xhtml">as it is expected to be</div><div xm...
2006 Nov 24
1
how to mount a xen image file
Can someone correct my attempt at mounting a xen image?
Im trying 2 things:
a)
losetup /dev/loop1 ./mywindows.img
mount -t ntfs /dev/loop1 /media/loop
which dmesg|tail tells me is Not an NTFS system
b) ntfsmount ./mywindows.img /media/loop -o force
which gives me mywindows.img invalid argument
The images was created by dd if=/dev/zero of=./mywindows.img bs=1024
count=20K
then installing windows
2003 Sep 04
1
I don't think I understand "Call pickup"
I must be getting something wrong about this call pickup.
In zapata.conf I have just the default callgroup=1 and pickupgroup=1. If I
call from my mobile to * and then try to dial *8 from any other phone than
the one which is ringing I just get a "Nothing to pick up" answer on my *
console.
I also have experimented with those parameters in sip.conf but are not aware
of exactly where to
2019 Mar 15
1
Dovecot logrotation - old journal files are still in use (second attempt)
...9,3 14853918 417683 /var/log/dovecot.debug.1
...
After the manual issue 'doveadm log reopen` command the files are changed to
# lsof -p19140 |grep dovecot\\\.
...
log 19140 root 33w REG 9,3 0 417651 /var/log/dovecot.log
log 19140 root 34w REG 9,3 121374 417690 /var/log/dovecot.info
log 19140 root 35w REG 9,3 916153 417691 /var/log/dovecot.debug
as it is expected to be.
I use the logrotate config for dovecot instance:
/var/log/dovecot.log /var/log/dovecot.info /var/log/dovecot.debug {
daily
rotate 14
missingok
notifempty
com...