Displaying 20 results from an estimated 100 matches similar to: "6410698 ZFS metadata needs to be more highly replicated (ditto blocks)"
2024 Jan 25
1
Order of getpwnam call in Get_Pwnam_internals.
Hi list,
My case :
Local UNIX user : ZTEST
domain : uuq.ork
domain user : UUQ\ztest
smb.conf for standalone samba : /home/hywu/smb.conf
[/home/hywu] # cat /home/hywu/smb.conf
[global]
passdb backend = smbpasswd
workgroup = WORKGROUP
security=user
Smbpasswd fail to change local UNIX user password (ZTEST) when samba role is DC.
I want to change password of local UNIX user "ZTEST" but
2007 Oct 29
2
Setting variables in modules - order important?
Puppeteers,
For some reason I have to assign my variable before I include my class
for the assignment to ''take''. I though the ordering was immaterial. Am
I doing something wrong (again) or is this a funny?
-----------------------
This works:
<0> sa_dewha@engpsr0000.intranetdev.barcapdev.com (0 jobs)
2024 Jan 25
1
Order of getpwnam call in Get_Pwnam_internals.
On Thu, 25 Jan 2024 18:27:48 +0800
hhyy ww via samba <samba at lists.samba.org> wrote:
> Hi list,
>
> My case :
> Local UNIX user : ZTEST
> domain : uuq.ork
> domain user : UUQ\ztest
> smb.conf for standalone samba : /home/hywu/smb.conf
>
> [/home/hywu] # cat /home/hywu/smb.conf
> [global]
> passdb backend = smbpasswd
> workgroup = WORKGROUP
>
2024 Jan 25
1
Order of getpwnam call in Get_Pwnam_internals.
Rowland Penny via samba <samba at lists.samba.org> ? 2024?1?25? ?? ??6:42???
> On Thu, 25 Jan 2024 18:27:48 +0800
> hhyy ww via samba <samba at lists.samba.org> wrote:
>
> > Hi list,
> >
> > My case :
> > Local UNIX user : ZTEST
> > domain : uuq.ork
> > domain user : UUQ\ztest
> > smb.conf for standalone samba : /home/hywu/smb.conf
2007 Nov 29
2
Overriding resources in a define in a module - can''t get syntax right
Maybe it works, maybe it doesn''t, but I sure as hell can''t make it work.
I get stuck with
"Could not find object(s)" whatever I do
This is my module init.pp
class ztest::setup {
notice "MAIN SETUP CLASS"
file { directfile:
path => "/etc/directfile",
owner => root, group => root, mode => 0644,
content
2024 Jan 25
1
Order of getpwnam call in Get_Pwnam_internals.
My system is not only for CIFS/SMB/domain features , sometime I need to
disable DC so I have to keep local user in /etc/passwd.
I have download samba source code and build it. I modify the order of
getpwnam call in source3/lib/username.c then solve the problem.
I have checked the following list :
https://lists.samba.org/archive/samba-technical/2008-March/058508.html
I think this is same problem.
2024 Jan 25
1
Order of getpwnam call in Get_Pwnam_internals.
On Thu, 25 Jan 2024 20:54:07 +0800
hhyy ww via samba <samba at lists.samba.org> wrote:
> Rowland Penny via samba <samba at lists.samba.org> ? 2024?1?25? ??
> ??6:42???
>
> > On Thu, 25 Jan 2024 18:27:48 +0800
> > hhyy ww via samba <samba at lists.samba.org> wrote:
> >
> > > Hi list,
> > >
> > > My case :
> > > Local
2011 Sep 07
1
Samba on freebsd - permissions issue
Hello,
I have Samba set up on FreeBSD with a share for guests. I don't need or want any authentication for this share.
[test2]
path = /data/test2
read only = No
create mask = 0777
guest ok = Yes
The file permission on the host directory was set to 2777 and nobody:nobody. When a windows machine writes to the dir the permissions look fine. For example,
2008 Apr 25
1
replace-in-place: cannot replace, device is busy
Say I have a raidz of 3 disks: ad4 ad6 ad8
I want to tell zfs that I am pulling ad4 and replacing it with a new disk on the same controller, but I can''t get it to release its hold on ad4.
[0138][root at ztest:/home/matt]# zpool offline pond ad4
Bringing device ad4 offline
[0140][root at ztest:/home/matt]# zpool replace pond ad4
cannot replace ad4 with ad4: ad4 is busy
2010 Nov 11
8
zpool import panics
Hi,
I just had my Dell R610 reboot with a kernel panic when I threw a couple
of zfs clone commands in the terminal at it.
Now, after the system had rebooted zfs will not import my pool anylonger
and instead the kernel will panic again.
I have had the same symptom on my other host, for which this one is
basically the backup, so this one is my last line if defense.
I tried to run zdb -e
2009 Nov 13
0
z-test with NAs
Dear all
I am learning R
I am doing Z-test with package 'BSDA'
here is my syntax and result:
> sdgr.ztest<-z.test(growth[type=='SD'& from_treeline=='above'], + growth[type=='SD'& from_treeline=='below'],alternative = "two.sided", + mu = 0, sigma.x =(sd(growth[type=='SD'& from_treeline=='above'],na.rm = T)), +
2006 Oct 31
0
6344108 snapshot create/delete interlock with scrub/resilver must sync txg
Author: bonwick
Repository: /hg/zfs-crypto/gate
Revision: 41acc27e604047650771dceb4535b8586bd34848
Log message:
6344108 snapshot create/delete interlock with scrub/resilver must sync txg
Files:
update: usr/src/cmd/ztest/ztest.c
update: usr/src/uts/common/fs/zfs/spa.c
2011 Mar 22
1
In ppls package kernel method is unsupported?
require(ppls)
data(BOD)
X<-BOD[,1]
y<-BOD[,2]
Xtest=seq(min(X),max(X),length=200)
dummy<-X2s(X,Xtest,deg=3,nknot=20)
Z<-dummy$Z
Ztest<-dummy$Ztest
size<-dummy$sizeZ
P<-Penalty.matrix(size,order=2)
lambda<-200
number.comp<-3
penalized.pls(Z,y,P=lambda*P,ncomp=number.comp)$coefficients # By default
kernel=F
2008 Jul 25
0
resynv onnv-gate
Author: Darren Moffat <darrenm at opensolaris.org>
Repository: /hg/zfs-crypto/gate
Latest revision: 9bb308a0778101fcef9ff65336bcec8e68a7bd06
Total changesets: 40
Log message:
resynv onnv-gate
Files:
.hgtags
deleted_files/usr/src/cmd/fps/Makefile.inc
deleted_files/usr/src/cmd/fps/Makefile.subdirs
deleted_files/usr/src/common/crypto/aes/aes_cbc_crypt.c
2007 Feb 18
3
Improper use of atomic_add_64().
Hi.
I noticed that when non-64bit variable is given as a second argument to
atomic_add_64() function, the result is invalid.
I found few places where such situation occurs. I wonder how this got
unnoticed with ztest, which fails on me within a few seconds (after I
started to use Solaris atomic operations) on assertions. Maybe this
only doesn''t work when compiled with gcc? Not sure, but
2007 Sep 14
3
space allocation vs. thin provisioning
Short question:
I''m curious as to how ZFS manages space (free and used) and how
its usage interacts with thin provisioning provided by HDS
arrays. Is there any effort to minimize the number of provisioned
disk blocks that get writes so as to not negate any space
benefits that thin provisioning may give?
Background & more detailed questions:
In Jeff Bonwick''s blog[1], he
2013 Oct 10
1
Question about DNS Ghost Records
I have had an IP Address Record of the name Z37 which was 192.168.2.203.
Using nslookup I find it, but samba-tool queries the name and shows 0
Records?
$ nslookup Z37
Server: 192.168.2.1
Address: 192.168.2.1#53
Name: Z37.calcdom.local
Address: 192.168.2.203
$ samba-tool dns query localhost calcdom.local @ ALL
Name=, Records=4, Children=0
SOA: serial=119, refresh=900,
2007 Apr 22
1
Metaslab allocation control?
I was wondering if it''s planned to give some control over the metaslab allocation into the hands of the user. What I have in mind is an attribute on a ZFS filesystem that acts as modifier to the allocator. Scenarios for this would be directly controlling performance characteristics, e.g. having system and application files being allocated on the inner side of the platter while pushing
2007 Jul 10
1
ZFS pool fragmentation
I have a huge problem with ZFS pool fragmentation.
I started investigating problem about 2 weeks ago http://www.opensolaris.org/jive/thread.jspa?threadID=34423&tstart=0
I found workaround for now - changing recordsize - but I want better solution.
The best solution would be a defragmentator tool, but I can see that it is not easy.
When ZFS pool is fragmented then:
1. spa_sync function is
2011 Jun 30
1
"Exception: Couldn't read format template `query' (Permission denied)" - help?
HI there,
I am running Fedora 15. I run
everything as SU by default.
I am trying to get Xapian/Omega
installed and running.
I installed verion 1.26 of xapian from
here: http://xapian.org/download
I followed the example listed here:
http://trac.xapian.org/wiki/OmegaExample
I searched the archives and found a
reference with some questions from other users so I'll answer