Displaying 20 results from an estimated 700 matches similar to: "change UID+GID on target system?"
2019 Feb 16
3
flags not synced correctly with dovecot sync (dsync)
I'm running dovecot 2.3.4.1 from https://repo.dovecot.org/ on Ubuntu
18.04 on three machines that I'll call server, laptop1 and laptop2.
Both laptop1 and laptop2 run dovecot sync against server to keep local
copies of my imap folders. Even when I initially had only two machines,
laptop1 and server, I occasionally noticed that flags were lost, usually
custom flags used by Gnus, but I
2019 Feb 18
0
flags not synced correctly with dovecot sync (dsync)
I should add that these problems arise frequently in practice, even if
changes are only being made on a single machine, e.g. laptop1. Flag
changes on laptop1 propagate to server, but then are reverted on server
when laptop2 syncs with server, and then are reverted on laptop1 when it
syncs again with server. If I redo the flag changes on laptop1, the
process just repeats and they are removed
2019 Mar 14
1
flags not synced correctly with dovecot sync (dsync)
On 13 Mar 2019, at 22.43, Dan Christensen via dovecot <dovecot at dovecot.org> wrote:
>
> On Mar 12, 2019, Dan Christensen via dovecot <dovecot at dovecot.org> wrote:
>
>> In another thread, Timo wrote:
>>
>> On Mar 12, 2019, Timo Sirainen via dovecot <dovecot at dovecot.org> wrote:
>>
>>> That bug is fixed with attached patch.
2019 Feb 19
2
flags not synced correctly with dovecot sync (dsync)
Dan Christensen via dovecot wrote:
> I should add that these problems arise frequently in practice, even if
> changes are only being made on a single machine, e.g. laptop1. Flag
> changes on laptop1 propagate to server, but then are reverted on server
> when laptop2 syncs with server, and then are reverted on laptop1 when it
> syncs again with server. If I redo the flag changes on
2005 Jan 30
4
Processing incoming calls with multiple contextst over PRI
So I have a problem. A customer of mine wants a PBX, owns an office
building. I want to sell him on asterisk. He has 4 tenants. I am using
my asterisk box to simulate it. My asterisk box has a TDM400P card, not
a PRI card. Don't know if it makes any difference.
Anyway, I want to route incoming phone calls to different contexts based
on the phone number being called.
Here is my
2005 Jan 05
4
Broadvoice / * re-register issues
HELP!
Ok, so I have the following SIP.CONF:
[general]
context=default
port=5060
bindaddr=10.1.1.200
externip = XX.XXX.XX.XX
localnet=10.0.0.0/255.0.0.0
disallow=all
allow=ulaw
allow=g729
allow=g726
allow=alaw
register =>
##########@sip.broadvoice.com:XXXXXXXXX:##########@sip.broadvoice.com/1234
[sip.broadvoice.com]
type=peer
host=sip.broadvoice.com
fromdomain=sip.broadvoice.com
2003 Feb 12
0
save file, statgraphics
Hello
I just installed wine without any problems, and executed a statistics
programs called statgraphis. Everything went fine, I could do the
calculations but then I wanted to save the result, the way I am used
to it when I use it in windows. However when saving the result in a
rtf file, I am asked where and I chose drive Y, which seems to be my
home directory. Now some strange messages appear on
2002 Apr 22
3
no output from perl script
Here is the first Perl script I've tried to write to run rsync. It seems to
work, but I don't see the progress like I should. I apologize if it's
sloppy, I should add that it's not only the first perl script I've written
for rsync, it's the first perl script I've written at all.
___________________________
#!/usr/bin/perl -w
print "
This command will DELETE
2004 Jan 10
2
Record all phone calls
I want to record all phone calls made inbound and outbound. I'm new so
having a hard time getting this started. Here is what I have so far but
isn't working. Can someone help me out? Thanks,
[macro-record-on]
exten => s,1,SetVar(CALLFILENAME=${DATETIME}-${ARG2}-${ARG1})
exten => s,2,Monitor(wav,${CALLFILENAME})
[sip]
include => macro-record-on
include => iaxtel
exten
2010 Nov 04
2
Copying root partition
I recently transferred the / partition on my CentOS server
from a small disk to a large disk, using "rsync -auvz".
This works fine, except that I get dozens of selinux warnings
when I re-boot.
I'm running selinux in permissive mode.
Is there any way to make sure that all the files in a partition
are kosher as far as selinux is concerned?
--
Timothy Murphy
e-mail: gayleard /at/
2007 Apr 18
1
[Bridge] Interface or Linux crashes when put in bridge mode
Hi all, let me see if I can explain my problem in an explicable way. I have written a WLAN driver which runs on a dedicated box (e.g. not a PCMCIA card). The box is plugged into a client that wants WLAN connectivity via Ethernet. E.g.:
[ ] Ethernet [ ] RF/WLAN
[ Laptop ]------------------[ WLAN adapter ]-------------
[ ] [ ]
2015 May 21
3
Bash-Completion for samba-tool
Hey list,
arriving home from SambaXP, it was really nice. That darth vader cake was
super sweet :-)
Hearing some people talking about how much they'd like bash completion
for `samba-tool`, I've put together an ugly script that does that.
It's a very dumb script (I'm boldly calling it script), but it might make
someones day a little bit easier.
2013 Aug 26
4
XEN 4.3.0: Hanging xl restore processes after reboot
Hello all,
after XEN 4.3.0 with Kernel 3.10.9 has restored suspended (saved) Domains there are still some processes around
which from my point of view should have disappeared after restoring.
This entries are still in the Process list:
root 3347 1 0 09:30 ? 00:00:00 /usr/local/sbin/xl restore /var/lib/xen/save/frntsrv01-v7
root 3737 1 0 09:30 ? 00:00:00
2009 Jan 23
2
Soft link trouble with rsync on SGI
Rsync v: 3.0.1
OS: IRIX 6.5.28f
HW Plat: SGI 2400
Disclaimer: I am running rsync 3.0.1. It's difficult and costly for us
to get new versions put on our system, so I'm hoping you will all help
me out anyways. If the solution is indeed suspected in a later version
of rsync, then we will go through the pain to get it installed.
2008 Jul 01
5
XEN - Routed and Bridget Mode together (mixed)
Hi,
is there any possibility to get a XEN DomO and DomU running with
bridget and routed mode together.
The reason behind this is, to get the requests via the official IPs to
the DomU''s (routed-mode) and the interworking
between the DomU''s with connected with help of the (bridged-mode).
I got it work, with setting everything up manually. But as I
understood the
2014 Sep 20
2
Nut 2.7.2 on OpenBSD 5.6 with APC USB UPS
* Charles Lepple <clepple at gmail.com> [2014-09-20 01:12]:
> On Sep 19, 2014, at 5:18 PM, Stan Gammons <sg063015 at gmail.com> wrote:
> > Looks like this patch fixed the problem. I see the status change now.
> Good to hear.
> I'm not familiar with the OpenBSD release process. Is that patch on track to be a part of the final 5.6 release?
no, 5.6 is already cut.
2004 Jan 19
3
Getting correct CDR info
I'd like to know how everyone else is going about getting correct CDR
information for calls. Right now I notice that if a call come in and gets
parked the CDR info doesn't how the correct info on who picked that call up,
also when someone transfer a call there isn't a new record being made so the
duration of the call shows up for who received the call and transferred it.
I started
2009 Jun 23
3
vif-route script not getting domU-IP (vif-IP)
Hi,
I''m using the XEN 3.4.1-pre4 Hypervisor in Routet Mode and I''m facing
some problems when I start the DomU.
In detail, it means that the DomU IP-Adress will not be implemented in
the Kernel routing table after starting the domU via "xm create /<path
+configfle>"
After making a "netstat -nr" it will not show the IPadress bound to
the
2006 Aug 23
3
bcmxcp: stop whining (and log spamming)
corrupted checksums happen all the time with the 6-port serial card,
even when only using one port (and I don't give a shit about the other
ports, if anybody has a one-port laying around...)
so stop whining already.
$OpenBSD$
--- drivers/bcmxcp_ser.c.orig Wed Aug 23 11:15:54 2006
+++ drivers/bcmxcp_ser.c Wed Aug 23 11:26:37 2006
@@ -168,8 +168,8 @@ int get_answer(unsigned char *data, unsi
2007 Mar 21
2
Online-UPS Xanto support status?
Hello there. I use Online Xanto ups'es so I did some googling for
their support in nut. Turns out that...
- networkupstools.org talks about an 'optiups' driver in the
development version (http://www.networkupstools.org/compat/dev.html -
by the way, the web page says 'stable' in the title and headings just
like the actual stable one)
- Andreas Thienemann seems to have a