Displaying 20 results from an estimated 2000 matches similar to: "Change one file, and they all get sent!"
2003 Feb 03
1
Installation problem - No X interface
Hi
I've installed the "R" system under Solaris 8 on a SunFire V880. I
configured it using the "--with-x" option. Installation seemed to go
fine, but when I start R with the X-Windows GUI option,
R --gui=X11
I just get put into the command-line mode.
Any ideas what I'm missing?
Thanks
Scotty
2009 Aug 02
1
zpool status showing wrong device name (similar to: ZFS confused about disk controller )
Hi All,
over the last couple of weeks, I had to boot from my rpool from various physical
machines because some component on my laptop mainboard blew up (you know that
burned electronics smell?). I can''t retrospectively document all I did, but I am
sure I recreated the boot-archive, ran devfsadm -C and deleted
/etc/zfs/zpool.cache several times.
Now zpool status is referring to a
2003 Dec 18
3
long startup times for large file systems
Howdy,
Rsync has been churning away for 45 mins, presumably bulding an in-core
list of files to be copied to the destination. This is a very very large
filesystem we are copying locally - approximately 4.2million files
(WebCT). The resident process size for rsync has grown to 72Mb. - is
this normal behaviour for a file system this size, and does rsync have
the ability to handle such a large
2009 Apr 19
11
CentOS DomU 2.6.18-128.1.6.el5 crashing on boot when xenpv_hvm drivers are loaded / snv_111 Xen 3.1 Dom0
Hi,
can anyone provide any pointers as to how to avoid this issue?
A CentOS 5.3 domU on snv_111 dom0 is crashing on bott unless I remove
/lib/modules/2.6.18-128.1.6.el5/kernel/drivers/xenpv_hvm
dom0:
haggis:~$ uname -a
SunOS haggis 5.11 snv_111 i86pc i386 i86xpv
Name: SUNWxvm
Summary: Hypervisor Header Files
Category: System/Virtualization
State: Installed
2012 Dec 19
1
Path for fixing sequence lookup of newly created mails in transaction view
Hi!
It seem that tview_lookup_seq_range works incorret, if I request uids from 3 to 3, and I have new uids 1,2,4,5 it will return seq for uid=4. Fixing patch is included as attach.
------
Sergey Potapov
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix_tview_lookup_seq_range.patch
Type: text/x-diff
Size: 894 bytes
Desc: fix_tview_lookup_seq_range.patch
URL:
2005 Jan 23
1
IP address versus Hostname
I am using: SuSE 8 and Samba 3 and kernel 2.4. SAMBA
has joined the Windows ADS environment correctly. But
here is my issue. If I enter the HostName of the
SAMBA server from a Windows 2000 PC I get the Incorret
Password or Unknown User pop up but if I enter the IP
address, I have no issue I can see the SAMBA shares.
I have googled around and have seen this question
posted but no resolution,
2002 Aug 27
5
rsync: push_dir TESTDIR: No such file or directory
Hi all. I'm getting the following error when using rsync:
nice -n 20 rsync -e "ssh -p30000" --recursive --verbose --verbose --checksum
--times --modify-window 2 --port=31000 --dry-run
/cygdrive/f/bkp/Doc/Builds/Buildsheets/ MYUSERNAME@MY.SERV.ER.IP:TESTDIR
opening connection using ssh -p30000 -l MYUSERNAME MY.SERV.ER.IP rsync
--server -vvntrc --modify-window=2 . TESTDIR
2001 Dec 22
2
No --delete-after?
Is anyone successfully using the Cygwin rsync on Win2k (or NT4) as both
daemon and client, with --delete-after working on the client?
I can get --delete to work, but I'd prefer to delete files only on a
successful transfer, to ensure that the end-user has a working collection of
files, no matter what release. For some reason, --delete-after does nothing
for me, even as administrator on the
2002 Feb 12
3
Strict Mode for Client?
Is there a way to specify "strict modes = false" on the client side?
I'm having trouble getting the client to accept the password file on Windows
2000, since rsync doesn't want the file to be other-readable, but this
concept doesn't map too well to Windows.
Alternatively, if I could simply set the proper permissions on the passfile,
that would suit me fine, but it seems
2001 Dec 20
3
rsync *Still* Copying All Files?
Hi, all. This is my first post to the list, so please forgive me if this is
an old issue. I scoured the mailing list archives by hand and could find no
mention of it, and the official FAQ-o-matic mentions it, but doesn't offer a
fix that works for me.
I've set up an rsync daemon on Windows NT4 by installing the latest cygwin.
Using the cygwin1.dll and rsync.exe, I'm able to connect
2011 Feb 16
4
Sensible, Manageable, CentOS puppetmaster?
I''ve been going round in circles a little bit in the last few days
trying to figure out how to get a 64-bit CentOS-based puppetmaster
that can be managed/provisioned via puppet also - so I''d like ruby,
passenger, rails etc coming from RPMs and yum. As far as I can see,
the three choices are:
1) Puppetlabs prosvc repo, which specifically says it can go away at any time
2)
2002 Feb 12
3
Win2K -> Win2K rsync
Has anybody out there set up a rsync environment that allows mirroring
of files between two Windows 2000 servers?
Douglas Hornyak
Senior Systems Architect
Spring Lake Consulting, LLC
2005 May 09
0
Dell Powervault 132T tape library
Hello all.
I'm struggling to get Centos 4 to recognize my Dell Powervaul 132T tape
changer. The system doesnt create a device node for it.
[root at orion scotty]# cat /proc/scsi/scsi
Attached devices:
Host: scsi0 Channel: 00 Id: 06 Lun: 00
Vendor: SEAGATE Model: DAT DAT72-052 Rev: A060
Type: Sequential-Access ANSI SCSI revision: 03
Host: scsi1 Channel: 00 Id: 01 Lun:
2003 Dec 02
1
Size Limit in rsyncd.conf File?
I've got an rsyncd.secrets file with 59 accounts in it. Almost all
these need to be enabled concurrently. My rsyncd.conf thus has an auth
users field with upward of 50 values. I'm starting to wonder at what
point I'll have maxed that field out, especially as we're taking on new
accounts all the time.
Incidentally, whether or not there is a limit, is it possible to do some
2002 Feb 16
1
STDERR vs STDOUT?
Hi all. I'm writing an installation script that uses Cygwin's bash.exe to
launch an rsync.exe process, which is passed arguments. This performs an
rsync over the Internet.
I'd like to capture stdout to one file, and stderr to another, so that I can
have a clean log of any errors. However, rsync.exe's use of file
descriptors isn't jiving with my understanding of them.
If I
2008 Feb 28
9
opening ..xfd file with wine
Just installed Wine and PureEdge so I can work with the US government's forms but am unable to open the form which is a file ending with .xfd extension. Can anyone shed some light on how to get PureEdge started?
Using Ubuntu Gutsy and FF
Any help is greatly appreciated.
Scotty
2008 Aug 05
2
qqline function doesn't plot
I have a data vector x. When I try
qqline(x)
I get the following error:
Error in int_abline(a = a, b = b, h = h, v = v, untf = untf, ...) :
plot.new has not been called yet
And a blank plot appears.
Can anybody help? What am I doing wrong?
Thanks,
Scotty
_________________________________________________________________
Contest
[[alternative HTML version deleted]]
2018 Mar 20
0
Fwd: Fwd: Everything works except sending mail
(Sorry Aki I send it wrong the first time, I feel like a n00b)
---------- Forwarded message ----------
From: Armin Tangelder <a.tangelder at gmail.com>
Date: Tue, Mar 20, 2018 at 3:25 PM
Subject: Re: Fwd: Everything works except sending mail
To: Aki Tuomi <aki.tuomi at dovecot.fi>
Hi Aki,
Mij postfix is sending and receiving mail.
it might be an issue between Postfix and Dovecot.
2007 Jul 25
3
Can't see more than 8 files? MTU-ish issue?
A colleague is working with a Samba installation where Windows clients
are accessing the server over a VPN. They are seeing an issue where a
share is visible, but if a directory contains more than 8 files, they
get an error.
The VPN is set to allow everything in both directions. Windows->Window
sharing does work OK across the link, as do other large file transfers
(NFS, FTP). The Samba
2013 Dec 05
1
Using Java bindings to event callback
Hi
My test environment :
CentOS 6.3 6.4
Ubuntu 13.10
For CentOS 6.4
libvirt-java-0.4.9-1.el6.noarch
libvirt-python-0.10.2-29.el6.x86_64
libvirt-client-0.10.2-29.el6.x86_64
libvirt-0.10.2-29.el6.x86_64
I am try to use java bindings to event callback.
int register = conn.domainEventRegisterAny(null, 0, cb);
But always get the following error message:
libvirt: Remote Driver error : adding cb