Displaying 20 results from an estimated 834 matches for "stewarts".
Did you mean:
stewart
2009 Jun 16
7
Rsync, SSH and authorized_keys problem
Hi,
I'm trying to backup from one machine to the other (automatically via
cron) using rsync and ssh password-less public key authentication.
I having been trying to set this up following an article in a Linux
magazine[1] by only allowing the specific rsync command to run on the
remote box.
I am using the following rsync command:
$ rsync -avz -e "ssh -i ~/.ssh/backup-key" /backup
2005 Jan 25
2
Re: [Asterisk-biz] bellster.net - GREAT advance
Sam> In France, the second most important ADSL provider (named "Free")
Sam> offers a phone line (which uses VoIP but can only be used as a FXS)
Sam> with unlimited free calls to landlines.
I also have Free ADSL in Paris, and would very much like to get
their VoIP working natively with Asterisk. Free assigns each user
both a public (for Internet access) and a private (for VoIP
2013 Jan 28
3
rsync --delete not working (no wildcards)
Hi,
I'm trying to copy some directories with rsync and would like to
delete files from the destination if they no longer exist in the
source.
I'm using the following command:
rsync -v --archive --hard-links --delete --force
--filter=':/.rsync-filter' /opt/ /mnt/backup/opt/
/opt does not contain any files
the destination contains one file
stewart at attobeast:/etc$ ls
2002 May 15
1
rsync not prompting for username, only password
Hi guys, can anyone suggest why, when I connect to my rsync server, I'm not
prompted for a username and password but instead I'm only prompted for a
password? I have "auth users = username" set in /etc/rsyncd.conf and a
corresponding entry in /etc/rsyncd.secrets but still rsync only asks for a
password.
Stewart
--
Stewart Mclean
UNIX Support Group
Information Management
2015 May 27
11
[Bug 90682] New: failed to idle channel 0xcccc0001 then crash
...xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
Assignee: nouveau at lists.freedesktop.org
Reporter: thomas at stewarts.org.uk
QA Contact: xorg-team at lists.x.org
Created attachment 116084
--> https://bugs.freedesktop.org/attachment.cgi?id=116084&action=edit
dmesg captured with kdump
Hi,
My Lenovo W540 started crashing when I upgraded from Linux 3.14 to 3.16 in Sept
2014. I continued to use 3.14...
2004 Sep 17
1
Saving Shorewall Settings
Hi
I have recently being doing a lot of rebuilds recently.
Whats the best approach to saving a copy of the current firewall settings?
I think I am right in my understanding that "Shorewall Save" saves the
current settings of Iptables so that the state of Iptables can be
reinstated quickly if required, but doesn''t save any of the
configuration files like Rules, Policy etc.
2004 Aug 25
3
Menu help
Hi
We have setup a TFTP server on a server running Fedora Core 2. We have
a network/router appliance that acts as our DHCP server. The DHCP
server gives our workstations an IP address then directs them to our
TFTP server looking for the boot file named pxelinux.0 . On the TFTP
server we have a directory called tftpboot in this directory we have the
following files:
- memdisk
-
2005 Jan 11
5
Problem starting Shorewall using Bridge configuration
Hi
I have recently reconfigured my system to a Bridge based architecture on the
basis that I have an ADSL Modem/Router with a Public address on the Wan side
and a Private address on the Lan side.
I am running a Debian based system kernel 2.6.7 and the Bridging software is
installed and working correctly, including startup etc.
The problem that I have is in "shorewall start"
The
2014 May 30
2
[LLVMdev] Error with Gold Linker during LTO
Glad to hear you can reproduce it.
What I don't know is if this is a linker issue or an LLVM issue.
-----Original Message-----
From: Rafael EspĂndola [mailto:rafael.espindola at gmail.com]
Sent: Friday, May 30, 2014 3:58 PM
To: Daniel Stewart
Cc: LLVM Developers Mailing List
Subject: Re: Error with Gold Linker during LTO
Sorry, I had understood that the linker was crashing, not the
2011 Dec 22
8
Managing sensitive strings with puppet
I''m new to Puppet, and I''m a software developer, not a sysadmin, so be
gentle. I have puppet managing some files via templates, and one of
the template variables that needs to be plugged in is a password of
sorts that shouldn''t be generally available. In particular, it can''t
be stored in the manifest, as that''s stored in version control, and
the
2002 May 15
1
strange password problem with rsync
Hi guys, I am experiencing a very strange problem with passwords and
username with rsync.
I have a "auth users" line in my /etc/rsyncd.conf file (see below) and a
corresponding username and password in my /etc/rsyncd.secrets. The strange
thing is is that authentication for the module listed in /etc/rsyncd.conf
(unixadm) only works IF the username in /etc/rsyncd.secrets is the same as
2007 Aug 16
2
Newbie
Hello,
I'm a bit new to the world of R so forgive my ignorance. I'm trying to do a zero-inflated negative binomial regression and have received an error message and i'm not sure what it means. I'm running R 2.5.1 on XP. I have just tried a really simple version of the model to see if it would run before I put all the variables in. I have attached all the variables to the
2008 Mar 07
3
Silencing VoiceMail() app in * 1.4.10
Hi there,
Googling through the archives it looks like I'm the ferst person to want
this...
My aim is to set up a voicemail application with a custom greeting before
*AND AFTER* the punter has left the message.
Right now the relevant section of my dialplan is like this:
exten => 2,1,Playback(/media/asterisk/answerphone-en)
exten => 2,n,VoiceMail(2000,s)
exten =>
2014 May 30
3
[LLVMdev] Error with Gold Linker during LTO
So you see the issue as well in ARM? When doing a
objdump -D weakMainO1.exe | grep -A 10 "<_ZN1C13caller_methodEv>:"
I see:
00008b88 <_ZN1C13caller_methodEv>:
8b88: e92d4800 push {fp, lr}
8b8c: e1a0b00d mov fp, sp
8b90: e24dd008 sub sp, sp, #8
8b94: e58d0004 str r0, [sp, #4]
8b98: e59d0004 ldr r0, [sp, #4]
8b9c: ebffdd17 bl 0
2015 Oct 29
2
[cfe-dev] [RFC] __attribute__((internal_linkage))
I haven't been able to figure out from this thread why this attribute is necessary at all.
Anonymous or unnamed namespaces were added to C++ for this very purpose, but the ISO C++ Standard does not discuss "linkage" per-se because it is outside the scope of the language specification. But it does describes it in terms of having a hidden name which is "unique" to the
2004 Sep 06
3
multiline IP hardphone w/ FDX speakerphone?
Could someone please recommend a reasonably priced IP phone
that works well with *, has a decent (full duplex, echo canceling)
speakerphone, has at least two line appearances, and can
transfer / conference reliably?
The Wiki lists 35 brands of hardphone, but:
1. Most seem to be toys.
2. For many, there is no info on e.g. speakerphone characteristics.
3. When one seems technically promising, e.g.
2000 Feb 03
1
sas.get
Is there an "R" equivalent of the Splus "sas.get"?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: stewart.vcf
Type: text/x-vcard
Size: 220 bytes
Desc: Card for Wayne Stewart
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20000203/b520fc32/stewart.vcf
2004 Feb 19
2
Hide printer icon
Hi, is there any way I can hide the "printers" icon/folder from the Windows users ? We don't have any printers attached to the Samba server and find that it's confusing the users a little !
Thanks
Mike Stewart
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.592 / Virus Database: 375 - Release Date:
2015 Jan 15
4
Request to speed up save()
Hi,
I am dealing with very large datasets and it takes a long time to save a
workspace image.
The options to save compressed data are: "gzip", "bzip2" or "xz", the
default being gzip. I wonder if it's possible to include the pbzip2
(http://compression.ca/pbzip2/) algorithm as an option when saving.
"PBZIP2 is a parallel implementation of the bzip2
2013 Dec 12
0
wide softlink to different partition copy fails
Hi All,
(I've also posted this to the CentOS forum - so copy and pasted for
simplicity)
I'm having an unusual issue with Samba server package 3.6.9-164.el6
When sharing out a directory containing a soft symlink pointing to a
directory outside of the share and a different filesystem/block device.
When a client mounts the partition (Linux and Mac OSX Clients tested) and
attempts to copy a