search for: nased

Displaying 20 results from an estimated 21 matches for "nased".

Did you mean: based
2006 Jun 20
1
Windows 2003, Cygwin, and rsync
I just installed Cygwin / OpenSSH / rsync on two Dell PowerVault 745N NASes running Windows 2003 Appliance Edition. My rsync daemons are running, ssh works, and in theory all is well. But... I'm getting an average of maybe 15 Mb/s rsyncing between them. Now, I know I have an issue in the way they're connected... one is attached to a Cisco 2970 (1 Gb/s), which is attached to a NetGear
2013 Jul 11
5
About NAS versus Samba
Hi there, Has anyone tried to configure a NAS server to authenticate users using a Samba PDC, or even a Samba4 DC (AD-compatible) or an IPA server? I'm evaluating replacing some Linux file server for a NAS product, but all them make me nervous when the vendor talks about "Active Directory support" and nothing else. In theory, many NASes are Linux boxes running samba, so there
2020 May 18
0
GPL violation by Synology
Synology ( https://www.synology.com/en-global ) is one of best selling brands of consumer/prosumer/SMB NASes, with revenue estimated to be in the $100M+ range. Several of their NAS backup options use rsync either explicitly or under the hood (NAS-to-Remote-NAS backup, Shared-Folder-Sync), and they run the rsync daemon (under File Services). rsync is an integral part of their solution. They use a
2015 Nov 18
3
OT: Replacing Venerable NAS
On Nov 18, 2015, at 11:04 AM, Gordon Messmer <gordon.messmer at gmail.com> wrote: > > On 11/18/2015 07:31 AM, Tim Evans wrote: >> Would like to hear recommendations here. > > https://www.ixsystems.com/freenas-mini/ For those who don?t know why you?d pay $1000 for a diskless 4-bay NAS box when there are $300-500 boxes that are superficially similar from QNAP, Synology,
2019 Sep 14
1
SAMBA 4.10 SYSVOL Replication adn RODC
Hi All, 1) I read that the devs are working on supporting AD 2012 in 4.11, very cool. 2) I read SAMBA 4.11 can support 100,000 users and 120,000 computers, very cool. It appears that SAMBA is moving to be a viable file server, authentication and authorization server that can replace Microsoft Active Directory - Directory Services. Is this possible before 2030 for business with multiple sites
2015 Nov 18
3
OT: Replacing Venerable NAS
On Nov 18, 2015, at 12:16 PM, Chris Adams <linux at cmadams.net> wrote: > > Once upon a time, Warren Young <wyml at etr-usa.com> said: >> - They?re serious server-grade machines, not borderline flimsy boxes competing largely on price. Built in and supported from Silicon Valley, not China. :) > > iXsystems sells rebadged SuperMicro stuff, nothing special (not made
2007 Jan 17
4
OOT: Advice on failover rsync setup
Hi all, I have a task on setting up a cluster of 2 servers for providing ftp service. We use RH's Cluster suite. However the cluster setup is lack of shared network storage, so the /var/ftp/pub is mounted on each server. The cluster is set with Master and Slave configuration (when the master is down, slave serves. and when master is up again, slaves gives up the service back to master). We
2020 Feb 10
2
Re: [RFC] lib: allow to specify physical/logical block size for disks
пн, 10 лют. 2020 о 13:43 Richard W.M. Jones <rjones@redhat.com> пише: > > On Sat, Feb 08, 2020 at 01:25:28AM +0200, Mykola Ivanets wrote: > > From: Nikolay Ivanets <stenavin@gmail.com> > > > > I faced with situation where libguestfs cannot recognize partitions on a > > disk image which was partitioned on a system with "4K native" sector > >
2017 Jan 02
2
[OT] Network Attached Storage
> -----Original Message----- > From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of Frank Cox > Sent: Monday, January 2, 2017 6:25 PM > To: centos at centos.org > Subject: Re: [CentOS] [OT] Network Attached Storage > > On Mon, 2 Jan 2017 18:17:15 -0500 > TE Dukes wrote: > > > I was looking at the QNAP 451+ > > I have a Qnap 251 that works fine
2002 Oct 13
0
row and column totals in multidimensional tables
Hello! the function apply() allows to compute the row sum of a multidimensional table but, when I try to merge the new column with the original table whith cbind(), the grouping varibles disapear and the new table is bidimensional. Knows anybody how to add row totals to a multidimensional table? Thanks in advance Juan Pablo _________________________________________________________________
2009 Feb 21
0
density estimation for d>2 for the DPpackage
Dear List, I am trying to estimate a 3 dimensional density through the DPpackage. For example # model sigma <- matrix(c(0.1,0.05,0.05,0.05,0.1,0.05,0.05,0.05,0.1), ncol=3) rnormm<- rmvnorm(n=100, mean=c(5,100,150), sigma=sigma) sigma2 <- matrix(c(10,0.05,0.05,0.05,10,0.05,0.05,0.05,10), ncol=3) rnormm2<- rmvnorm(n=100, mean=c(20,1,110), sigma=sigma) rnormm<-rbind(rnormm,rnormm2)
2009 May 07
1
homemade fn marker weirdness...
so this is a weird one: http://babelmark.bobtfish.net/?markdown=%3Csup%3E*%3C%2Fsup%3EThe+[distinction]+between+certification+and+qualification%2C+although+vague%2C+appears+to+be+that+under+the+NASED+system%2C+states+did+the+ultimate+*certification*+of+a+voting+system+for+fitness+in+future+elections. Note that the `<sup>*</sup>` is being turned into `<sup><em></sup>` Here's a smaller more general case: http://babelmark.bobtfish.net/?markdown=%3Csup%3E*%3C%2F...
2002 Jun 27
1
Samba PDC issues - same problem
Hi Ana, I have exactly the same problem as you! Anyone can help us? Thanks in advance, Nuria >Hello all! > >I'm using Samba 2.2.1-a4 on Red Hat 7.1 as PDC. Everything is working >fine but 2 issues: > >1. When accesing shares on Win98 system from Network Neighborhood on a >NT wks, I get an Access Denied message when double-clicking the Win98 >box. >I can map
2020 Feb 10
0
Re: [RFC] lib: allow to specify physical/logical block size for disks
On Mon, Feb 10, 2020 at 02:28:08PM +0200, Nikolay Ivanets wrote: > пн, 10 лют. 2020 о 13:43 Richard W.M. Jones <rjones@redhat.com> пише: > > > > On Sat, Feb 08, 2020 at 01:25:28AM +0200, Mykola Ivanets wrote: > > > From: Nikolay Ivanets <stenavin@gmail.com> > > > > > > I faced with situation where libguestfs cannot recognize partitions on a
2002 Jun 17
2
Rgui crashes
My Rgui crashes quite a lot when entering certain characters. I put a freshly extracted msvcrt.dll into the rw1050\bin directory, but this did not fix the problem. Perhaps, as stated in the FAQ section, I need also "put the rw1050\bin directory early in your path" but I do not know how to do it in Windows Me. Please could you give me some help? E. Barahona
2002 Jun 15
2
problems with gzip
Hello r-supporters! I?m working with contributed packages downloaded today.When I try to install them with R CMD INSTALL an error message says that the package is not a gzip file. This occurs both in Suse 7.3 and in Debian Potato 2.2. I had not this problem when instaled the same packages just half a year ago. I think this is related with cuestions about GNU license or similar but, knows
2015 Nov 18
3
OT: Replacing Venerable NAS
On Nov 18, 2015, at 1:01 PM, John R Pierce <pierce at hogranch.com> wrote: > > On 11/18/2015 11:55 AM, Warren Young wrote: >> It?s rather annoying to buy a NAS, then later realize you need to buy*another* NAS as a mirror in case the first one roaches itself. Isn?t that what redundant storage is supposed to avoid? > > > no, RAID is purely availability when faced with
2015 Nov 18
13
OT: Replacing Venerable NAS
I have an original-label Infrant (now NetGear) ReadyNAS storage appliance that's been running for 8+ years. Except for replacing its power supply, it has not skipped a beat in all this time. I use it primarily as a backup device (via NFS) for a couple of Linux machines, (via SMB) for a couple of Windows PC's, and (via ftp) for web sites at my hosting provider. SMART+ reporting shows
2006 Oct 22
16
Best backup software for linux
We are running backup softwares for incrementals/differentials and full backups with variouse softwares currently using dirvish scripts + amanda .. what is everyones views on other opensourced backup software? is there anything better or other options we have missed? We are looking at backula as an option? any thoughts? Thanks - Nathan - http://www.linuxcare.ca
2012 Jan 15
22
Does raidzN actually protect against bitrot? If yes - how?
"Does raidzN actually protect against bitrot?" That''s a kind of radical, possibly offensive, question formula that I have lately. Reading up on theory of RAID5, I grasped the idea of the write hole (where one of the sectors of the stripe, such as the parity data, doesn''t get written - leading to invalid data upon read). In general, I think the same applies to bitrot of