Displaying 7 results from an estimated 7 matches for "proto1".
Did you mean:
proto
2004 Apr 06
0
Resources forks 'dot underscore' files locked indefinitely from MacOSX clients
...y
been able to track down a lot of application quirks (mostly problems with
errors when saving, about files being locked) to the Mac resource fork
files being indefinitely locked. Here's a sample from a `smbstatus`
14853 DENY_NONE 0x1 RDONLY NONE
/files/HCMG/mainline/proto1/images/._neckpain.jpg Tue Apr 6 10:41:22
2004
14853 DENY_NONE 0x1 RDONLY NONE
/files/HCMG/mainline/proto1/images/._golfers.jpg Tue Apr 6 10:41:18
2004
14853 DENY_NONE 0x1 RDONLY NONE
/files/HCMG/mainline/proto1/._index.php Tue Apr 6 11:03...
2009 Jul 29
3
Object equality for S4 objects
To test two environments for object equality (Lisp EQ), I can use 'identity':
> e1 <- environment(local(function()x))
> e2 <- environment(local(function()x))
> identical(e1,e2) # compares object identity
[1] FALSE
> identical(as.list(e1),as.list(e2)) # compares values as name->value mapping
[1] TRUE # (is there a
2020 Jun 30
2
Recipe/advice for Samba 4.11 on Ubuntu 20.04 as member server joining Windows Server 2019 AD
In this case.
Change the setup.
\\proto1\derekwashere
To
\\proto1\users\derekwashere
Apply the correct rights on users and for the share.
And you have your security tabback
Ps. And i would use.
\\FQ.D.N\users\
Because it simply helps in avoiding sudden problems.
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: s...
2020 Jun 30
0
Recipe/advice for Samba 4.11 on Ubuntu 20.04 as member server joining Windows Server 2019 AD
...I made some mistakes in my last question for which I
apologize.
And I am sorry but I do not understand you recommendations.
Here is a more accurate view of things:
To reiterate we have a new Windows Server 2019 AD for authentication and
new samba 4.11.6-Ubuntu member server for file sharing (\\proto1)
Looking at the wiki page
https://wiki.samba.org/index.php/Setting_up_a_Share_Using_Windows_ACLs#Setting_Share_Permissions_and_ACLs
It appears that in the "Share Permissions" tab,? the group "Everyone"
must have Read access in order for the "Security" tab to be able...
2020 Jun 24
3
Recipe/advice for Samba 4.11 on Ubuntu 20.04 as member server joining Windows Server 2019 AD
Hi,
Brand new VM's running on ESXi replacing existing Samba 3 NT domain.
I am not quite brand new but this is my first time for this combination.
Would like to use Win Ad for authentication and Samba for 20 users and
company shared data.
Started with this how-to:
https://wiki.samba.org/index.php/Setting_up_Samba_as_a_Domain_Member
Lost my way on Choose backend for id mapping in winbindd
2001 Jun 20
8
[Lutz.Jaenicke@aet.TU-Cottbus.DE: 2.9p1: HP-UX 10.20 utmp/wtmp handling broken?]
Hi!
I am resending the following message about problems with utmp handling.
* In the meantime I had some request in private mail from people asking
whether I have new information.
* The problem is still persistant in 2.9p2.
* My own new investigations show, that the problem only appears with
protocol 2, not with protocol 1, I therefore only started to note it
when protocol 2 became the
2010 Jan 14
1
ssh(1) multiplexing rewrite
...received_si
static int in_non_blocking_mode = 0;
/* Common data for the client loop code. */
-static volatile sig_atomic_t quit_pending; /* Set non-zero to quit the loop. */
+volatile sig_atomic_t quit_pending; /* Set non-zero to quit the loop. */
static int escape_char1; /* Escape character. (proto1 only) */
static int escape_pending1; /* Last character was an escape (proto1 only) */
static int last_was_cr; /* Last character was a newline. */
@@ -556,9 +556,6 @@ client_wait_until_can_do_something(fd_se
if (packet_have_data_to_write())
FD_SET(connection_out, *writesetp);
- if (muxserv...