Displaying 20 results from an estimated 4054 matches for "nas".
Did you mean:
as
2011 Aug 16
2
solaris 10u8 hangs with message Disconnected command timeout for Target 0
...can''t login into the console and seems the IO is totally blocked.
The system is solaris 10u8 on Dell R710 with disk array Dell MD3000. 2 HBA
cable connect the server and MD3000.
The symptom is random.
It is very appreciated if any one can help me out.
Regards,
Ding
[1]
Aug 16 13:14:16 nas-hz-02 scsi: WARNING: /pci at 0,0/pci8086,3410 at 9
/pci8086,32c at 0/pci1028,1f04 at 8 (mpt1):
Aug 16 13:14:16 nas-hz-02 Disconnected command timeout for Target 0
Aug 16 13:14:16 nas-hz-02 scsi: WARNING:
/scsi_vhci/disk at g60026b900053aa18000002a44b8f0ded (sd47):
Aug 16 13:14:16 nas-hz-02...
2010 May 29
4
ARGH... once again samba causes "permission" errors.
...nt the last six hours doing so and trying
various "suggestions". Most of these suggestions point to solutions
involving chown or chmod. These are not the problems (or I will be
very surprised).
# cat /etc/samba/smb.conf
[global]
workgroup = CYTE.COM
server string = CyteNAS
netbios name = NAS
hosts allow = 127., 10.0.10.
[nas]
comment = NAS
path = /mnt/nas
force user = nas
force group = nas
read only = No
# cat /etc/samba/smbpasswd
nas:500:75891A0CAAF2F9828AE88C0FE87091EF:E8C4E8E10FEE888764D18AD4A0AC61F5...
2011 Jun 08
1
Problem with IDMAP+LDAP+WINBIND
...????????????????
[2011/06/08 16:57:54.847409,? 0]
winbindd/idmap.c:589(idmap_alloc_init)?????????????????????????????????????????????????????????????????????????????????????????
? ERROR: Initialization failed for alloc backend, deferred!
LDAP database is up and running.
slapcat:
dn: dc=server,dc=nas
objectClass: dcObject
objectClass: organization
dc: server
o: server
structuralObjectClass: organization
entryUUID: 6401d0ac-262b-1030-84d2-1370b5f1fe61
creatorsName: cn=admin,dc=server,dc=nas
createTimestamp: 20110608145736Z
entryCSN: 20110608145736Z#000000#00#000000
modifiersName: cn=admin,dc=ser...
2005 Jun 01
2
A suggestion to improve ifelse behaviour with vector yes/noarguments
...is something that should have been changed in R 2.0.0; we
> squandered that change from 1.x.x to 2.x.x.
>
> Duncan Murdoch
Hello,
I'm happy with the modified ifelse:
ifelse.o <- function (test, yes, no)
{
storage.mode(test) <- "logical"
ans <- test
nas <- is.na(test)
if (any(test[!nas]))
ans[test & !nas] <- rep(yes, length.out = length(ans))[test &
!nas]
if (any(!test[!nas]))
### Changed
ans[!test & !nas] <- rep(no, length.out = length(ans[!test & !nas]))
ans[nas] <- NA...
2004 Jun 21
2
libao NAS compilation and playback issues
I saw that libao has a NAS plugin and wanted to try it out, especially
with ogg123. However, I had/have several problems. My platform is
Solaris 9/SPARC 12/02, NAS 1.6, libao 0.8.5, curl 7.10.8, libogg 1.1,
libvorbis 1.0.1, and vorbis-tools 1.0.1.
PROBLEM ONE:
------------
I had to specify LDFLAGS="-lXt -lsocket -lm...
2007 Dec 01
1
rsync --delete problems
For some time I have been using rsync to backup data between different
machines and my NAS drive.
But within the last 2 days I have found out that rsync is not removing old
files from destination - directories renamed or removed from source.
In this example I want to sync files on my Debian Linux server to a NAS
drive. NAS drive is mounted using smbmount.
Using "-avhzn" dry-...
2008 Nov 26
0
Odd Samba behavior
Greetings,
Samba 3.0.28a running on Ubuntu 8.3.
I have 2 shares and have them mounted on Windows Vista, Windows XP,
Windows 2000 Server, and Slackware Linux. In my syslog, I recieve the
following:
Nov 26 11:57:54 NAS winbindd[23761]: [2008/11/26 11:57:54, 0]
lib/util_sock.c:read_socket_with_timeout(497)
Nov 26 11:57:54 NAS winbindd[23761]: read_socket_with_timeout: timeout
read. read error = Connection reset by peer.
Nov 26 11:57:54 NAS winbindd[23761]: [2008/11/26 11:57:54, 0]
libsmb/clientgen.c:cli_rec...
2008 May 15
4
RSync from NAS machine over WinXP with cwRSync to another PC
Hello,
some people want to use the following construction:
they have a NAS machine with an integrated rsync (may be on embedded linux).
they have a WinXP with cwRsyncServer (with rsync 3.0.2)
and they have on WinXP a network share (i.e. Y:
== "//192.168.100.123/sharename")
They can use NAS / WinXP with cwRsync to copy files from NAS to a local path
on the...
2006 Nov 16
0
Linux export always RO to PC no matter what
...ines can READ, but only the Linux machines
(Debian, MacOSX) can write; the PC's (WinXPpro) seem to be stuck as R/O.
Below are the relevant files and connection commands ...
******************************
** Debian box "maurice" hosting and exporting WD USB drive:
Mount point: /mnt/nas01
Have local user "nas" of local group "nas"
User:group nas:nas own mount point
mount -t vfat -o uid=nas,gid=nas,umask=002,dmask=002,fmask=003,\
sync,exec,suid,nodev,rw /dev/sda1 /mnt/nas01
/etc/samba/smb.conf:
[global]
# all defaults!
[root$]
path = /mnt/nas01
for...
2006 Nov 15
0
Linux export always R/O to PC no matter what
...ines can READ, but only the Linux machines
(Debian, MacOSX) can write; the PC's (WinXPpro) seem to be stuck as R/O.
Below are the relevant files and connection commands ...
******************************
** Debian box "maurice" hosting and exporting WD USB drive:
Mount point: /mnt/nas01
Have local user "nas" of local group "nas"
User:group nas:nas own mount point
mount -t vfat -o uid=nas,gid=nas,umask=002,dmask=002,fmask=003,\
sync,exec,suid,nodev,rw /dev/sda1 /mnt/nas01
/etc/samba/smb.conf:
[global]
# all defaults!
[root$]
path = /mnt/nas01
for...
2006 Nov 01
0
Linux OK, Windows Bad - sharing Linux-hosted SMB files
...ines can READ, but only the Linux machines
(Debian, MacOSX) can write; the PC's (WinXPpro) seem to be stuck as R/O.
Below are the relevant files and connection commands ...
******************************
** Debian box "maurice" hosting and exporting WD USB drive:
Mount point: /mnt/nas01
Have local user "nas" of local group "nas"
User:group nas:nas own mount point
mount -t vfat -o uid=nas,gid=nas,umask=002,dmask=002,fmask=003,\
sync,exec,suid,nodev,rw /dev/sda1 /mnt/nas01
/etc/samba/smb.conf:
[global]
# all defaults!
[root$]
path = /mnt/nas01
for...
2009 Sep 12
6
Securely backing up Linux machines to NAS?
I have been tasked with having a Buffalo Terastation Pro 2 NAS box,
likely to be connected to a Linux box via samba, be the storage device
to back up mostly Ubuntu and Centos systems. ?The trick is, the
machines to be backed up need to do so in an automated fashion and
make a secure, encrypted connection to my Linux box hosting the NAS.
The NAS does have SSL e...
2011 Aug 18
0
zfs-discuss Digest, Vol 70, Issue 37
...urce, so we can only infer what
> the
> code does by using the open source mpt_sas driver as (hopefully) a
> derivative.
>
> >
> > It is very appreciated if any one can help me out.
> >
> > Regards,
> > Ding
> >
> > [1]
> > Aug 16 13:14:16 nas-hz-02 scsi: WARNING: /pci at 0,0/pci8086,3410 at 9
> /pci8086,32c at 0/pci1028,1f04 at 8 (mpt1):
> > Aug 16 13:14:16 nas-hz-02 Disconnected command timeout for Target 0
>
> A command did not complete and the mpt driver reset the target.
> If that target is an expander, then...
2015 Oct 08
3
rank(, ties.method="last")
...this feature in base and it's also simple to get (see below).
Thanks & cheers,
Marius
rank2 <- function (x, na.last = TRUE, ties.method = c("average",
"first", "last", # new "last"
"random", "max", "min"))
{
nas <- is.na(x)
nm <- names(x)
ties.method <- match.arg(ties.method)
if (is.factor(x))
x <- as.integer(x)
x <- x[!nas]
y <- switch(ties.method, average = , min = , max = .Internal(rank(x,
length(x), ties.method)), first = sort.list(sort.list(x)),...
2013 Nov 21
2
Samba 4.1 & NAS & openSuse13.1 - wrong disc volume
Hello,
I would like to ask you for a help. I have new NAS server (NAS325 v2), new
notebook and also new, just released, openSuse 13.1 where is Samba 4.1.
I want to share my data from NAS to Notebook (via Samba because of other
notebook with Win7 will access).
In NAS I have set public folder and this folder I have put in fstab in
notebook with a mounting...
2014 Jun 18
1
Mount share on Synology NAS (Samba 3.6.9) as client of Samba 4.1.9 AD DC
I set-up a basic AD DC using samba 4.1.9 successfully. I joined my NAS
to the domain, i.e. I saw no errors and see the users and groups of my
AD listed in the GUI of the NAS. When I try to connect to a share of the
NAS the following happens:
mgr at ws1:~$ smbclient -U 'AD\mgr' //nas/Test
Enter AD\mgr's password:
Domain=[AD] OS=[Unix] Server=[Samba 3.6....
2017 Jun 07
3
Apple Mac slave
>> I am running NUT on a Synology NAS with attached a USB APC UPS.
>
> Do you have upsd and upsmon running as daemons on the Synology DSM?
>
Yes I have them both running on the Synology DSM:
root 7236 1 0 Jun01 ? 00:00:16 /usr/sbin/upsd
root 7741 1 0 Jun01 ? 00:00:00 /usr/sbin/upsmon
roo...
2017 Jun 08
5
Apple Mac slave
On Thu, 8 Jun 2017, Robbie van der Walle wrote:
> The "upsrw" command contacts upsd, so it sounds like you should be able to add a user to upsd.users on the NAS, and then run something like
> this on the Mac:
>
> ??upsrw -s battery.charge.low=80 -u upsmaster -s sekret UPS at synology
>
> Per?http://networkupstools.org/docs/man/upsd.users.html?, the "upsmaster" user would need at least "actions = SET". Yo...
2008 Dec 02
2
Freebsd 7 STABLE 200807 amd64 - Realtek 8168 not working
...0 card=0x82c61043 chip=0x816810ec
rev=0x02 hdr=0x00
vendor = 'Realtek Semiconductor'
device = 'RTL8168/8111 PCI-E Gigabit Ethernet NIC'
class = network
subclass = ethernet
/var/log/messages:
pci3: <ACPI PCI bus> on pcib6
Dec 2 17:37:21 nas kernel: re0: <RealTek 8168/8111B PCIe Gigabit
Ethernet> port 0xc800-0xc8ff mem 0xfe5ff000-0xfe5fffff,0xfdef
0000-0xfdefffff irq 16 at device 0.0 on pci3
Dec 2 17:37:21 nas kernel: re0: Unknown H/W revision: 3c400000
Dec 2 17:37:21 nas kernel: device_attach: re0 attach returned 6
Dec 2 17...
2016 Jan 25
2
Why is my rsync transfer slow?
dbonde+forum+rsync.lists.samba.org at gmail.com wrote:
> Thank you. I will try your suggestions. First I will connect the NAS
Ah, you didn't mention NAS ! How is it connected to the computer hosting "A" ? If via network then you've added *another* layer.
> directly to the computer (Do you recommend USB2 or 1 Gb Ethernet? Or should I daisy chain external HD and NAS? Then it would look like this:
>...