Displaying 20 results from an estimated 1000 matches similar to: "ZFS shadow copy patches"
2008 Mar 11
1
msdfs root -- client error "refers to a location that is unavailable"
I'm trying to get Samba 3.0.28 to work as an MS Dfs root providing a share
that links home directories to the actual servers they reside on.
Unfortunately, when I access the share from a Windows XP client, and try to
open one of the directories, the client gives an error that it "refers to a
location that is unavailable".
I've done a lot of searching, and found a number of
2011 Jan 12
0
server signing broken for non-kerberos auth
I'm working with the Solaris bundled version of samba 3.5.5 and having a
problem with server signing. samba is configured into an active directory
domain with security = ads.
With signing enabled, connections from clients in the domain work fine.
However, connections from clients not in the domain fail:
-----
>net use /user:WIN\henson \\ike.unx.csupomona.edu\henson
Enter the password for
2011 Sep 10
5
mysql auth failover failing
We are running dovecot to provide authentication for postfix, using two
mysql servers in a multi-master replication set as the password source:
----------------------------------------
# 2.0.13: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.37-gentoo-r4 x86_64 Gentoo Base System release 2.0.2
auth_mechanisms = plain login digest-md5 cram-md5
auth_verbose = yes
passdb {
args =
2008 Mar 12
22
ZFS ACLs/Samba integration
I''m currently prototyping a Solaris file server that will dish out user
home directories and group project directories via NFSv4 and Samba.
I have samba configured and integrated into our local active directory,
with ACL mapping working. I''m a little confused as to the behavior of the
ZFS ACL though.
on a brand-new filesystem, touching a file results in:
-rw-r--r-- 1 root
2008 Apr 08
0
disable '_' to '/' replacement in %S for default service configuration
We've been using a fairly old version of samba for quite some time to serve
user home directories and group project directories with a configuration
approximately like:
-----
[global]
default service = groups
[homes]
path = /export/user/%u
[groups]
path = /export/group/%S
-----
This has worked out very well, the samba configuration is minimal, and does
not need to
2010 Dec 07
0
ZFS ACL''s broken over NFS
As is altogether far too common an occurance, we were having a problem
where a file was not inheriting the correct ACL, but rather a horribly
munged one resulting in incorrect permissions and security problems.
It appeared something was chmod''ing the file after creation, but despite
best efforts we simply could not find the culprit. After much
investigation, we determined the ACL was
2007 Sep 19
53
enterprise scale redundant Solaris 10/ZFS server providing NFSv4/CIFS
We are looking for a replacement enterprise file system to handle storage
needs for our campus. For the past 10 years, we have been happily using DFS
(the distributed file system component of DCE), but unfortunately IBM
killed off that product and we have been running without support for over a
year now. We have looked at a variety of possible options, none of which
have proven fruitful. We are
2011 Oct 12
1
dovecot2 auth-worker socket perms ignoring assigned ownership settings in conf.d/10-master.conf?
I have Dovecot2 auth setup to run as
user = doveauth
group = dovecot
configured in,
vi conf.d/10-master.conf
...
service auth {
unix_listener /var/spool/postfix/private/auth {
user = postfix
group = postfix
mode = 0660
}
user = doveauth
group = dovecot
}
service auth-worker {
user = doveauth
group = dovecot
}
...
When I start Dovecot,
ls -al
2001 Feb 14
1
Kerberos/GSSAPI support
Hi,
Just wondering if anyone was looking at implementing
draft-ietf-secsh-gsskeyex-00 in OpenSSH?
My patches for SSH version 1 Kerberos 5 support (heavily based upon
work done by Dan Kouril) are now available from
http://www.sxw.org.uk/computing/patches/
Is there any interest in integrating these into the distribution? If so, I'd
be happy to update them to the development version.
Cheers,
2008 Mar 20
5
Snapshots silently eating user quota
All,
I assume this issue is pretty old given the time ZFS has been around. I have
tried searching the list but could not get understand the structure of how
ZFS actually takes snapshot space into account.
I have a user walter on whom I try to do the following ZFS operations
bash-3.00# zfs get quota store/catB/home/walter
NAME PROPERTY VALUE SOURCE
2012 Jan 13
7
MySQL server has gone away
I'm running 2.0.17 and I'm still seeing a decent amount of "MySQL
server has gone away" errors, despite having multiple hosts defined in
my auth userdb 'connect'. This is Debian Lenny 32-bit and I'm seeing
the same thing with 2.0.16 on Debian Squeeze 64-bit.
E.g.:
Jan 12 20:30:33 auth-worker: Error: mysql: Query failed, retrying:
MySQL server has gone away
Our mail
2016 Apr 12
0
ggplot2
Hi James,
If you want to specify the y-values, you need to use stat="identity" as below:
ggplot(probability, aes(x=Fertilizer, y=prob)) +
geom_bar(stat="identity", aes(fill=Treatment))
best,
huzefa
On Tue, Apr 12, 2016 at 1:02 PM, James Henson <jfhenson1 at gmail.com> wrote:
> Dear R Community,
>
> Below is a problem with a simple ggplot2 graph. The code
2017 Dec 07
0
Error in loadNamespace
> On Dec 7, 2017, at 10:47 AM, James Henson <jfhenson1 at gmail.com> wrote:
>
> Hello R Community,
>
> I inadvertently updated packages via R Studio when a package was open. Now
> when R Studio is opened the message below appears in the console panel.
>
> Error in loadNamespace(name) : there is no package called ?yaml?
>
> Error in loadNamespace(name) :
2006 Sep 15
8
file: target generates error
file { "/var/log/syslog":
target => "/var/log/messages"
}
generates the following error:
err: //henson/stanford/syslog/file=/var/log/syslog: Failed to retrieve
current state: undefined method `should'' for false:FalseClass
2016 Apr 12
2
ggplot2
Dear R Community,
Below is a problem with a simple ggplot2 graph. The code returns the error
message below.
Error: stat_count() must not be used with a y aesthetic.
My code is below and the data is attached as a ?text? file.
# Graph of the probabilities
library(digest)
library(DT)
datatable(probability)
str(probability)
probability$Fertilizer <- as.factor(probability$Fertilizer)
2017 Dec 07
2
Error in loadNamespace
Hello R Community,
I inadvertently updated packages via R Studio when a package was open. Now
when R Studio is opened the message below appears in the console panel.
Error in loadNamespace(name) : there is no package called ?yaml?
Error in loadNamespace(name) : there is no package called ?yaml?
When running R code, so far the only function that has not worked is
datatable () in the ?DT?
2004 Oct 06
1
Passwords
I'm a Samba newbie also so please bear with me.
I installed Samba 2.x under SuSE 9.0. It worked well for my simple setup
(home network with one Linux fileserver, one WindowsXP desktop, and one
WindowsXP laptop all connected via a 10/100 ethernet). When I upgraded
to SuSE 9.1, I was automatically upgraded to Samba 3.x. This still
worked with my original settings but something would go
2010 Jan 28
16
Large scale ZFS deployments out there (>200 disks)
While thinking about ZFS as the next generation filesystem without limits I am wondering if the real world is ready for this kind of incredible technology ...
I''m actually speaking of hardware :)
ZFS can handle a lot of devices. Once in the import bug (http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6761786) is fixed it should be able to handle a lot of disks.
I want to
2004 Nov 28
1
Samba Shares Not There
(SuSE Linux Pro 9.2, Samba 3.0.9)
I have a simple network, 10/100 Ethernet, consisting of a Linux file
server/workstation, a WindowsXP workstation, and a laptop dual-booted
for Linux and WindowsXP. I have several Samba shares, defined using
YaST, on the file server. The problem is:
When I access the Samba shares using the laptop WindowsXP, all shares
show up and I am able to access them in
2009 Nov 18
3
Samba 3.4.2 with Solaris ZFS Snaphots
Hi,
I'm trying to make samba working with Solaris ZFS Snaphots.
Solaris 10 is running on a x64/X86 box which is both Samba (3.4.2)
server and Zfs server.
I created home/delaye filesystem with home zfs pool.
# zpool list
NAME SIZE USED AVAIL CAP HEALTH ALTROOT
home 1.98G 2.60M 1.98G 0% ONLINE -
home/delaye 2.47M 1.95G 1.66M /home/delaye