Displaying 20 results from an estimated 110 matches similar to: "How can I login at home and work"
2007 Mar 29
4
Linksys SPA 3102 causing me problems
I have a linksys SPA 3102 with a DECT phone connected into its Telephone
port.
It has been working, but something I've done (and I don't know what)
means that now everytime asterisk tries to dial it, it says it is busy.
I can make calls from it through asterisk
I am at a complete loss to know what to try next to fix it. Any ideas?
--
Alan Chandler
http://www.chandlerfamily.org.uk
2001 Feb 17
1
Wine-devel@winehq.com mailing list working?
My mail to the mailing list seems to be rejected by a completely
different site.
I also seem not to be receiving anything like the normal traffic, and
I just went and looked in the archive and there seems to have been
only two messages posted all day.
Is is working?
Alan
alan@chandlerfamily.org.uk
http://www.chandler.u-net.com
2005 Nov 19
3
Permissions problem I don't understand
I am try to use rsync from my windows box (under cygwin) to back up "My
Documents" on to a debian server (known on my home network as roo.home)
running rsyncd from inetd where it is run as root.
my rsyncd.conf file sets the gid and uid to user backup.backup thusly:-
syslog facility = daemon
uid = backup
gid = backup
hosts allow = 192.168.0.0/24
hosts deny = 0.0.0.0/0
timeout = 600
2014 Mar 06
1
Struggling with antispam
I have a dovecot installation I am building on a raspberry pi for a mail
server for the home.
I am almost there, everything bar one thing is working.
In simple terms dovecot is the authentication agent and the lda (using
lmtp) for postfix. My maildir mailboxed at at /var/mail - location and
accounts controlled by a small sqlite database.
the uid for these mailboxes are 10001 and up and are
2007 Apr 02
1
understanding what h extension does
I am trying to make a dialplan that when I dial 90 I can go round a
whole set of extensions and leave them a short message, hangup and go
on the next one.
I use the M facility of dial, with something like this
[messages]
exten => 90,n(calcnextchan),Set(DIALCHAN=...)
exten => 90,n,Dial(${DIALCHAN},30,M(domessage))
exten => 90,n,Goto(calcnextchan)
[macro-domessage]
exten =>
2006 Aug 02
2
Behaviour that I don't understand
I am trying to set up rsync as a daemon under WindowsXP (professional) in
order to be able to backup this machine on to a linux server. I am
struggling with an issue I don't understand. I don't know whether it is an
Rsync issue or a Cygwin issue, so I am asking both mailing lists.
My WindowsXP machine has ip address 192.168.0.25 and name rabbit.home
My Linux machine has ip address
2007 Feb 28
3
Newbie Planning Help
Excuse the ASCII diagramme - you will need a fixed width font to
understand it.
------ ------- ------- -----
| A | ==> | NAT | === === | NAT | <== | B |
------ ------- | | ------- -----
-------------------
| The Internet |
-------------------
2005 Nov 23
2
HELP: need better understanding of "--delete" flag
Need to understand exactly what the "--delete" flag
does when rsync runs.
Here is my understanding... If a file is created on
the source machine on monday, then rsync'd to the
rsync server on monday night, then deleted on the
source machine tuesday, then it will be deleted from
the rsync server on tuesday night when the cron job
runs again.
But, would rsync under any circumstances,
2001 Dec 15
1
Understanding backup-dir semantics
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Please cc in replies as I am not subscrubed to the list - However I have just
searched backwards over the list archive looking for an answer and I can't
find any posts relating to this.
I am currently backing up my family's windows machine over the network to my
linux box by mounting the windows disk as a file share an using cp to copy
2011 Jan 07
9
Various Questions
On Fri 07 January 2011 08:14:17 Hubert Kario wrote:
> I''d suggest at least
> mkfs.btrfs -m raid1 -d raid0 /dev/sdc /dev/sdd
> if you really want raid0
I don''t fully understand -m or -d. Why would this make a truer raid0 that with no options?
Is it necessary to use fdisk on new drives in creating a BTRFS multi-drive array? Or is this all that''s needed:
#
2001 Feb 03
0
Subtle changes after installing Transgaming Patch
I have been running the 20010112 version of wine with "Agent" in order
to read all my mail and news. This seemed to work fine.
In order to try and get a game (Grand Prix Legends) to work I have
installed the Transgaming patch, which including patching wine to the
29th Jan version.
Since that time, some subtle changes seems to have occurred. These are
a) Previously wine had been
2001 Feb 10
0
Current Directory Strangely Affects Behaviour of Applications
I am trying to debug a game called Grand Prix Legends, running on wine
with the transgaming patch. If just spent all day getting nowhere in
winedbg because I couldn't get hold of what the game was doing.
If I cd to the directory in which the game is installed (ie
~/win/sierra/gpl) and then run
wine gpl.exe
The program starts and fills the whole of my screen with a single
black window. It
2007 Mar 23
0
Debian Asterisk and MeetMe
I am trying to set up a simple conference call capability with asterisk
My meetme.conf
[general]
[rooms]
conf => 61
conf => 62
conf => 63
conf => 63
My extensions.conf
exten => 60,1,Answer()
exten => 60,2,MeetMe(,EMxp)
When I enter extension 60 I enter a conference - I get repeated
"you are entering conference 6 1 that is not a valid conference number
you are
2007 Mar 28
2
Transfering not working - how to debug?
I cannot seem to get any transfers to work at all. The console show I
have #1 amd #2 set up for Blind and Attended Transfer, but when I hit
these buttons on my handset nothing happens (other than I hear the dtmf
tones on the other end of the line).
roo*CLI> show features
Builtin Feature Default Current
--------------- ------- -------
Pickup *8 *8
2007 Mar 31
0
Understanding the dial flags
I am trying to make a system where a conference user can invite others
to join. I am running the 1.2 version of asterisk, so can't use the
example on voip-info.org.
With use of the X flag on a meetme conference to exit with a single
digit, I can get people to join me in a conference with
exten =>
_XXX,1,Dial(${THEIR_EXTEN},,dG(conference-context^${CALLERID}^1))
where the
2007 Apr 02
1
Quick question about time
Does the GotoIfTime application work in the local time of the server, or
UTC?
--
Alan Chandler
http://www.chandlerfamily.org.uk
2006 Sep 26
2
Backup dir issue
I am trying to create an archive of one of my home directories for items that
have changed or been deleted. I am well aware of the --backup option, but it
seems not to work across an rsyncd connection
(excuse word wrap from my mailer) but this snippet illustrates the point
ARCH=/bak/archive
rsync -aHxq --delete --backup --backup-dir=$ARCH/snap/mydocs/ /home/alan/mydocs/
roo::alan/mydocs/
2014 Mar 11
1
Can I create multiple sockets and listen on them in parallel.
I currently have a setup which is postfix -> dovecot via lmtp over a
unix socket. The socket is located at
/var/spool/postfix/private/dovecot-lmtp
I am calling dspam as a milter from postfix.
However I am struggling with getting dspam knowing the correct user for
the incoming mail, because after its been through the milter, the
virtual alias maps etc end up turning it into my
2010 Jun 22
2
where is backup-dir rooted?
The current man text for rsync is rather sparse in what it tells you
about backup-dir
This is from my debian installation - which appears to have come from
the source here
--backup-dir=DIR
In combination with the --backup option, this tells rsync to
store all backups in the specified directory on the receiving
side. This can be used for incremental backups. You can addi?
tionally specify a
2003 Mar 09
0
Understanding windows 2000 clients
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi
Apologies if this has been discussed recently - I just joined the list and DID
scan the archives, but couldn't find anything - but I may have missed it.
I need some help or pointers to documentation to send me on my way. I am
looking to connect in my WORK supplied portable into a HOME network with
Samba running as a server. Try as I