Displaying 8 results from an estimated 8 matches for "otherbox".
2004 May 06
2
rsync-2.6.2: NFS clients confused after an rsync
...rms we use here (sun/linux/netapp).
This shows the problem: [Note my home directory is NFS mounted]
***************************************************
rm -f /tmp/testpath/* $HOME/testpath/*
#Prime it
echo some data > /tmp/testpath/testfile
sleep 1
rsync -a /tmp/testpath/ $HOME/testpath/
ssh $otherbox ls -li $HOME/testpath
#Break it
echo additional data >> /tmp/testpath/testfile
sleep 1
rsync -a -b /tmp/testpath/ $HOME/testpath/
ssh $otherbox ls -li $HOME/testpath
#Fix it
touch $HOME/testpath
ssh $otherbox ls -li $HOME/testpath
***************************************************
Here...
2005 Feb 14
0
Samba logs created with IP addresses, not names
...rver in a 2000 domain and everything seems to authenticate
nicely. I have winbind smbd and nmbd all showing up in my processes
list and it all seems happy. The shares all work fine and my domain
users can autheticate. Yay!
I can resolve workstation's names from the linux box with "ping
otherbox" and "net lookup otherbox". I can also resolve the samba box
from workstations using "net view sambabox" and "ping sambabox".
In the globals, I have log files = /var/log/samba/log.%m yet rather than
seeing "log.otherbox" generated when other boxes acces...
2013 May 30
1
recursive mail_location?
...on. Fairly standard, I think.
I have multiple email accounts I'm trying to sync, all of them gmail. My
problem is that mbsync creates one maildir structure for each mailbox in
each account. So I end up with:
~/mail
??? acc1
? ??? INBOX
? ? ??? cur
? ? ??? new
? ? ??? tmp
? ??? OTHERBOX
? ??? cur
? ??? new
? ??? tmp
??? acc2
??? INBOX
? ??? cur
? ??? new
? ??? tmp
??? OTHERBOX
??? cur
??? new
??? tmp
And so on, for many accounts, and many mailboxes.
I believe there's something I can configure in mbsync to co...
2007 May 17
5
DUNDi configuration problem
...---------------------------
[general]
static=yes
writeprotect=no
;autofallthrough=no
clearglobalvars=no
;priorityjumping=yes
;userscontext=default
[dundi-e164-canonical]
;
; List canonical entries here
;
;exten => 12564286000,1,Macro(stdexten,6000,IAX2/foo)
;exten => _125642860XX,1,Dial(IAX2/otherbox/${EXTEN:7})
[dundi-e164-customers]
;
; If you are an ITSP or Reseller, list your customers here.
;
;exten => _12564286000,1,Dial(SIP/customer1)
;exten => _12564286001,1,Dial(IAX2/customer2)
[dundi-e164-via-pstn]
;
; If you are freely delivering calls to the PSTN, list them here
;
;exten =&g...
2006 Feb 24
2
Asterisk Topology
Hi List,
Im planning on setting up asterisk for a large scale enviorment, with
multiple sites.
We will be doing quite a bit of inner office calling at each site, and want
to place a smaller scale * box at each site with no PRI's, and have that
connect to our main * servers at our data center that will have the PRI
connections.
Can this be done? I havent seen to much of this on the mailing
2005 Aug 27
2
Problems with registration
...]
exten => ${FWDUSERID1},1,Dial(${PHONES1},30,Ttm)
exten => ${FWDUSERID1},2,Voicemail2(u${PHONES1VM})
exten => ${FWDUSERID1},3,Hangup
[dundi-e164-canonical]
;
; List canonical entries here
;
;exten => 12564286000,1,Macro(std-exten,6000,IAX2/foo)
;exten => _125642860XX,1,Dial(IAX2/otherbox/${EXTEN:7})
[dundi-e164-customers]
;
; If you are an ITSP or Reseller, list your customers here.
;
;exten => _12564286000,1,Dial(SIP/customer1)
;exten => _12564286001,1,Dial(IAX2/customer2)
[dundi-e164-via-pstn]
;
; If you are freely delivering calls to the PSTN, list them here
;
;exten =&g...
2002 Mar 02
4
ext3 on Linux software RAID1
Everyone,
We just had a pretty bad crash on one of production boxes and the ext2
filesystem on the data partition of our box had some major filesystem
corruption. Needless to say, I am now looking into converting the
filesystem to ext3 and I have some questions regarding ext3 and Linux
software RAID.
I have read that previously there were some issues running ext3 on a
software raid device
2005 Jan 05
5
Asterisk with MySQL
You are reading the instructions for the STABLE 1.0 version of asterisk and
are using the CVS version.
Goto the wiki and read the instructions for RealTime.
-Matthew
----- Original Message -----
From: "Muhammad Rizwan Khan" <rizwan@advcomm.net>
To: <Asterisk-Dev@lists.digium.com>
Sent: Wednesday, January 05, 2005 12:42 PM
Subject: [Asterisk-Dev] Asterisk with MySQL
>