Displaying 4 results from an estimated 4 matches for "krier".
Did you mean:
trier
2012 Dec 12
20
Solaris 11 System Reboots Continuously Because of a ZFS-Related Panic (7191375)
I''ve hit this bug on four of my Solaris 11 servers. Looking for anyone else
who has seen it, as well as comments/speculation on cause.
This bug is pretty bad. If you are lucky you can import the pool read-only
and migrate it elsewhere.
I''ve also tried setting zfs:zfs_recover=1,aok=1 with varying results.
http://docs.oracle.com/cd/E26502_01/html/E28978/gmkgj.html#scrolltoc
2012 Mar 05
1
Windows7 can see shared folder but can't browse them
Hi all.
I have a debian with samba 3.5.6 and I've a shared folder like this:
workgroup = WORKGROUP
client lanman auth = no
client ntlmv2 auth = yes
domain logons = yes
guest account = nobody
follow symlinks = yes
security = user
encrypt passwords = true
passdb backend = tdbsam
obey pam restrictions = yes
unix password sync = yes
[homes]
comment = Home Directories
browseable = yes
2018 Nov 11
1
Samba 4 AD Join to Itself
centos is no longer supported?
Well what's the nearest free equivalent?
Is this because of IBM buying Redhat? (I was in IBM for 4 years at the
corporate technical level but that was so long ago.)
m
On 11/11/2018 3:48 AM, Rowland Penny via samba wrote:
> On Sat, 10 Nov 2018 18:13:56 -0500
> Nico Kadel-Garcia <nkadel at gmail.com> wrote:
>
>> On Fri, Nov 9, 2018 at 5:25
2010 Jul 05
2
Issue with write.table and read.table : I'm not getting out what I put in
Hello,
I am trying to save a large matrix of values in a file. My problem is that I am
writing
write.table(allpos,'control_chr1.txt', dec=".")
and then I want to check it with
test2=read.table('control_chr1.txt')
sum(test2[,2]==allpos[,2])
This last number is lower than the length of the test2[,2] vector. This is
really annoying me because I can't figure out why I