Displaying 20 results from an estimated 3000 matches similar to: "Human readable user names vanishing from acls"
2015 Mar 25
2
SeDiskOperatorPrivilege and 2012 R2 domain
Tim,
Thanks for the hint. Usermap for root applied, locally made requests fail
now systematically with
"Could not connect to server <server address>
Connection failed: NT_STATUS_LOCK_NOT_GRANTED"
It is kind of improvement :) Random things scare me.
-Tom
On Tue, Mar 24, 2015 at 7:40 PM, Tim <lists at kiuni.de> wrote:
> Hi Tom,
>
> have a look at this:
>
2015 Mar 25
1
SeDiskOperatorPrivilege and 2012 R2 domain
On 25/03/15 19:40, Tim wrote:
> Don't be scared and take the challenge! :-)
>
> Reduce your smb.conf to the minimum as seen in the member server wiki and try it again. It should work then.
>
> Am 25. M?rz 2015 14:47:16 MEZ, schrieb "Tom S?derlund" <tom.k.soderlund at gmail.com>:
>> Tim,
>>
>> Thanks for the hint. Usermap for root applied,
2015 Mar 24
2
SeDiskOperatorPrivilege and 2012 R2 domain
Mark,
Below xxx.yyy. is my network prefix.
[global]
workgroup = DOMAIN
realm = DOMAIN.LOCAL
server string = Server %v
security = ADS
client signing = auto
client use spnego = yes
kerberos method = secrets and keytab
log file = /var/log/samba/log.%m
log level = 3
max log size = 50
load printers = No
printcap name = /dev/null
idmap config * :
2016 Feb 23
2
Libvirt-lxc packages deprecation
Folks,
I found this thread
<https://www.redhat.com/archives/libvirt-users/2015-August/msg00026.html>that
talks about deprecating libvirt-lxc packages [1] [2] [3] in RHEL7.1.
I am using [1] as a dependency for my application deployed on RHEL7.2
servers. For now it works fine but I am not sure about the future RHEL
releases.
The plan of deprecation was delayed or cancelled? Can someone
2015 Mar 23
1
SeDiskOperatorPrivilege and 2012 R2 domain
Giving a domain user group privilege SeDiskOperatorPrivilege fails with
NT_STATUS_NO_SUCH_PRIVILEGE.
The domain is controlled by a MS 2012 R2 DC. Has this privilege been
renamed or replaced with some other privilege? How to give the domain user
group necessary rights for defining file share permission settings from MS
environment?
The RHEL 7 file server is running Samba 4.1.1-38 and the id
2015 Feb 24
2
Replacement for NIS/NFS?
On 02/24/2015 01:15 AM, Gordon Messmer wrote:
> On 02/23/2015 08:22 AM, Niki Kovacs wrote:
>> 1. Users should be manageable through a GUI, probably a web interface,
>> so the client can create, manage and delete them eventually.
>
> FreeIPA is a good option, generally. As best I understand it, it's
> currently available in a Docker container for CentOS.
>
2015 Mar 24
2
SeDiskOperatorPrivilege and 2012 R2 domain
(Re-posting to list also.. Sorry forgot Cc. -Tom)
Marc,
Thanks for your help and clarifications. I was indeed addressing the domain
controller (2012 R2) due to my misunderstanding. Addressing the request at
the file server (Samba 4) to the file server fails too but with different
errors. Rights list succeeds.
$ net rpc rights list accounts -UDOMAIN\\Administrator
Enter
2009 Jul 09
2
Mysteriously vanishing LD_LIBRARY_PATH
Using R-2.8.0 and R-2.8.1, I get behaviour like this:
R version 2.8.0 (2008-10-20)
Copyright (C) 2008 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
[....]
> Sys.getenv("LD_LIBRARY_PATH")
LD_LIBRARY_PATH
2015 Mar 25
0
SeDiskOperatorPrivilege and 2012 R2 domain
Don't be scared and take the challenge! :-)
Reduce your smb.conf to the minimum as seen in the member server wiki and try it again. It should work then.
Am 25. M?rz 2015 14:47:16 MEZ, schrieb "Tom S?derlund" <tom.k.soderlund at gmail.com>:
>Tim,
>
>Thanks for the hint. Usermap for root applied, locally made requests
>fail
>now systematically with
2011 Aug 18
0
[LLVMdev] tools to debug human readable llvm assembly bc code?
On Aug 18, 2011, at 4:39 PM, Christine Cheng wrote:
> Hi,
>
> I am working with a long llvm bc code in human readable form. I am wondering is there a tool like gdb to help me debug that piece of code?
It's not directly executable so no, not really. You could try debugging lli but that's probably pretty painful and is effectively debugging jitted code.
You could try to use
2011 Aug 18
1
[LLVMdev] tools to debug human readable llvm assembly bc code?
Hi Eric,
Thanks for the reply. I am very new to llvm so could you elaborate more
about you meant by 'debugging lli'?
Thanks a lot!
Christine
On Thu, Aug 18, 2011 at 4:47 PM, Eric Christopher <echristo at apple.com>wrote:
>
> On Aug 18, 2011, at 4:39 PM, Christine Cheng wrote:
>
> > Hi,
> >
> > I am working with a long llvm bc code in human readable
2003 Mar 08
0
[Bug 505] New: ssh -V could print a human readable openssl version string
http://bugzilla.mindrot.org/show_bug.cgi?id=505
Summary: ssh -V could print a human readable openssl version
string
Product: Portable OpenSSH
Version: 3.5p1
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
AssignedTo: openssh-unix-dev
2003 Mar 08
6
[Bug 505] ssh -V could print a human readable openssl version string
http://bugzilla.mindrot.org/show_bug.cgi?id=505
------- Additional Comments From mindrot at ee.lbl.gov 2003-03-08 15:19 -------
Created an attachment (id=241)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=241&action=view)
patch to ssh.c
This patch makes ssh use SSLeay_version(SSLEAY_VERSION) to generate a human
readable version string.
------- You are receiving this mail
2003 May 15
0
[Bug 505] ssh -V could print a human readable openssl version string
http://bugzilla.mindrot.org/show_bug.cgi?id=505
djm at mindrot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From djm at mindrot.org 2003-05-15 23:47
2020 Sep 29
2
Human readable .ssh/known_hosts?
On 29.09.20 12:44, Damien Miller wrote:
> On Tue, 29 Sep 2020, Martin Drescher wrote:
>
>> Hi list members,
[...]> You can however find and delete hosts by name using ssh-keygen.
>
> To find entries matching a hostname, use "ssh-keygen -F hostname", e.g.
The point is, file has over 600 hashes stored.
> $ ssh-keygen -lF haru.mindrot.org
> # Host
2009 Feb 17
1
--human-readable and --out-format %l
Concerning rsync 3.0.5 on Fedora 10:
The improved readability of --stats when --human-readable is specified is
great, but --human-readable does not seem to effect the %l format type for
--out-format. Is there an alternative format type that lists the file length
in a human readable format, perhaps optionally if --human-readable is
specified?
thank you
-------------- next part --------------
2013 Oct 16
1
[Bug 10211] New: Log lines sent to files should not human-readable-ize numbers, ever
https://bugzilla.samba.org/show_bug.cgi?id=10211
Summary: Log lines sent to files should not human-readable-ize
numbers, ever
Product: rsync
Version: 3.1.0
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
2011 Aug 18
3
[LLVMdev] tools to debug human readable llvm assembly bc code?
Hi,
I am working with a long llvm bc code in human readable form. I am wondering
is there a tool like gdb to help me debug that piece of code?
Thanks,
Christine
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110818/9ae5dec7/attachment.html>
2005 Nov 06
5
Human readable output
Hello,
I would like to suggest an option to rsync that makes it output sizes
in human readable units, instead of always using bytes. So
Total file size: 30864401502 bytes
would be output as:
Total file size: 28.7 GiB
Similarly for mebibytes and kibibytes.
If there's already such an option, then I'm sorry -- I didn't find it
in the manual pages.
--
Martin Geisler
2003 Jun 20
6
How can convert user expired days in human readable ?
Hello all,
On my system, some users have expire day user settings. I write a
(python) script
then parse the: 7.th selection in the master.passwd
blabla:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:1064005200:xxxx:xxxx:xxxx:xxxx
How can I conver the number like 1064005200 to human readable date format ?
Or, there is a way to collect the information from a command interactively ?
Regards,
Murat Ustuntas