similar to: how to catch this file name #something#

Displaying 20 results from an estimated 1100 matches similar to: "how to catch this file name #something#"

2006 Jun 09
1
Idempotent apply
Dear all, I have been working on an idempotent version of apply, such that applying a function f(x) = x (ie. force) returns the same array (or a permutation of it depending on the order of the margins): a <- array(1:27, c(2,3,4)) all.equal(a, iapply(a, 1, force)) all.equal(a, iapply(a, 1:2, force)) all.equal(a, iapply(a, 1:3, force)) all.equal(aperm(a, c(2,1,3)), iapply(a, 2, force))
2004 Oct 05
1
For Sale Cisco IP Phones and ATA's
We have the following available for sale. All equipment tested with a 90-day warranty. (150) CP-7960G refurbished $270/ea (20) CP-7960G new $305/ea (20) CP-7940G new $260/ea (50) CP-7905G new $140/ea (200) CP-PWR-CUBE new $25/ea (50) ATA186-I1 refurbished $130/ea (arriving next Monday) Let me know if we
2009 Jun 23
6
recursive snaptshot
I thought I recalled reading somewhere that in the situation where you have several zfs filesystems under one top level directory like this: rpool rpool/ROOT/osol-112 rpool/export rpool/export/home rpool/export/home/reader you could do a shapshot encompassing everything below zpool instead of having to do it at each level. (Maybe it was in a dream...)
2009 Feb 18
11
Confused about prerequisites for ZFS to work
I''m hoping to get some general clues about what all is required to get an experiment going with zfs. I''ve managed to install osol-11 in a vmware on windowsXP host from a recent *.iso. I''m following along with Simon''s blog showing how to set up ZFS. I''m newbie with both ZFS and Solaris but the instructions seem pretty clear. However I''m
2009 Mar 27
7
is zpool export/import | faster than rsync or cp
I need to move data from one zpool to another, lock stock and barrel, Being from linux background my instinct was to use rsync. But then I remembered seeing the `export/import options in man zpool.. And I''ve seen mention of them here too, but didn''t pay attention since I''d noticed no need yet. Now I''m wondering if the export/import sub commands might not be
2003 May 31
3
why are these files being transfered
Setup: Redhat linux 7.3 rrsync: version 2.5.6 protocol version 27 I'm trying to employ rsync in conjuction with with a cvs setup. The setup employs a bufffer where changes are made then moved to a checked out module from cvs repository and finally any cvs actions necessary are done. So far just testing this out with some copies of both directory trees. Right now the files in both are
2016 Nov 08
4
one host only: ssh_dispatch_run_fatal
Darren Tucker <dtucker at zip.com.au> writes: > On Tue, Nov 8, 2016 at 1:02 PM, Harry Putnam <reader at newsguy.com> wrote: > [...] >> gv harry> ssh -vv 2x >> >> OpenSSH_7.3p1-hpn14v11, OpenSSL 1.0.2j 26 Sep 2016 > > this is a third-party modified version of OpenSSH. Can you reproduce > the problem with a stock OpenSSH from the source from
2009 Mar 06
5
RePartition OS disk, give some to zpool
I''ve got knee deep into learning how to use Opensolaris and zfs, and I see now that my goal of home zfs server may have been better served if I had partitioned the install disk leaving some of the 60GB to be added to a zpool. First, how much space does a working OS need. I don''t mean bare minimum but to be comfortable and have some growing room (on the install disk)?
2009 Mar 27
18
Growing a zpool mirror breaks on Adaptec 1205sa PCI
Setup: Osol.11 build 109 Athlon64 3400+ Aopen AK-86L mobo adeptec 1250sa Sata PCI controller card [re-posted from accidental post to osol `general'' group] I''m having trouble with an adaptec 1205sa (non-raid) SATA PCI card. It was all working fine when I plugged 2 used sata 200gb disks of a windows xp machine into it. Booted my osol server and added a zpool mirror using those
2010 Jul 19
2
www.centos.org - SSL Cert Expired - CSS fubar'd
Hi All, I hadn't seen mention of it on the mailing list yet so I thought I'd post it. It seems the wildcard SSL cert for *.centos.org has expired. Since the www.centos.org stuff references its CSS via the http[S] urls, the CSS and images are now missing from http://www.centos.org/ "The certificate expired on 7/16/2010 7:23 PM." Mike
2009 Jan 15
2
--compare-dest; I'm missing the boat
I must be seriously misunderstanding the man page coverage of --compre-dest. My take was that if a file in compare-dest=dir matches a file in SOURCE/ then it won't be transferred to DEST/. I tried this test. (d1 has single files and 2 subdir with files) cp -a d1 d1a mkdir d2 rsync -avv --compare-dest="./d1a" d1/ d2/ d1a is carbon copy of d1 but still every last file in
2002 Jan 10
2
exclude this file #notes#
What is the necessary syntax to exclude a file named #notes# from an action? I've tried these without success: #* "#*" #notes# "#notes#" \#notes\#
2016 Nov 08
4
one host only: ssh_dispatch_run_fatal
all but one lan host (gv)can ssh connect to host 2x Included windows 10, several linux. 2x is a solaris host. That problem host (gv) can connect to all others but 2x. 2x can connect to all other encluding the problem host (gv) So gv ssh to 2x throws this error: ssh_dispatch_run_fatal: Connection to 192.168.1.42 port 22: incorrect signature. 192.168.1.42 is 2x. So incoming ssh from gv to 2x
2009 Mar 29
9
About snapshots or versioned backups
This may be a bit poorly thought through but in this case I don''t really know enough to really think it through. My back ground is linux... there I used a tool called rsnapshot which used rsync and some hardlink magic to create versioned backups. But take very little space. By versioned I don''t mean as in version control but just copies of files as they change. It worked by
2016 Nov 08
4
one host only: ssh_dispatch_run_fatal
Darren Tucker <dtucker at zip.com.au> writes: > On Tue, Nov 8, 2016 at 2:43 PM, Harry Putnam <reader at newsguy.com> wrote: >> Darren Tucker <dtucker at zip.com.au> writes: >> >>> On Tue, Nov 8, 2016 at 1:02 PM, Harry Putnam <reader at newsguy.com> wrote: >>> [...] >>>> gv harry> ssh -vv 2x >>>> >>>>
2016 Nov 08
2
one host only: ssh_dispatch_run_fatal
Darren Tucker <dtucker at zip.com.au> writes: > On Tue, Nov 8, 2016 at 3:30 PM, Harry Putnam <reader at newsguy.com> wrote: > [...] >> After having 7.3p1 & 6.8p1 fail with same wording... I tried 6.7p1 and >> find it fails with what looks like the same problem but has slightly >> different wording. > > I set up the same versions (server:OpenSSH_6.6p1,
2001 Feb 14
1
smbclient no connect NetShareEnum failed
Running recent cvs from head branch, attempting to list shares on a machine running win2k. Can anyone tell what is wrong here. It does have several shares including a printer. I can connect with: smbclient /chub/SHARE -U Adminstrator (and get prompted for password) What does the line `NetShareEnum failed' below, mean (Sorry about verbose output) #
2002 Aug 21
1
Ext3 indexed directory extension.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Searching in the ext3 filesystem mailing list I have seen that there is an indexed directory extension for it. Is this extension stable code ? Has anyone test it ? How may I obtain and install it ? Is it available in any of the last kernel releases ? Greetings. - --- Carles Xavier Munyoz Baldó carles@descom.es Descom Consulting Telf: +34
2005 Aug 06
4
TDM400P - All extensions have same CallerID
I've been searching the forums and on the list to see if this has been addressed. If it has, could someone point me to the thread to fix or at least acknowledge it is an issue and what is causing it. Posting to the list was last resort as I couldn't find a solution anywhere else. Setup: Asterisk@Home 1.3 (this is my first system, so path of least resistance) Digium TDM400P (2 FXS on ports
2009 Mar 30
3
Data corruption during resilver operation
I''m in well over my head with this report from zpool status saying: root # zpool status z3 pool: z3 state: DEGRADED status: One or more devices has experienced an error resulting in data corruption. Applications may be affected. action: Restore the file in question if possible. Otherwise restore the entire pool from backup. see: http://www.sun.com/msg/ZFS-8000-8A