Displaying 12 results from an estimated 12 matches for "loacl".
Did you mean:
lacl
2004 Oct 08
3
provide extra variables to environment in call
...) {
x+1
}
i.e. `f' is not closed i.r.t. term `x'
now I have my own function `g', where I'd like
to override variable `x' while calling `f':
x <- "dummy gloabal value"
g <- function() {
x <- 42
eval(f(), environment()) # how to make loacl `x' visible in `f'?
}
g() # => Error in x + 1 : non-numeric argument to binary operator
Here comes the question:
What is the right way to call `f' in order to override
global value of `x' with the local value defined within
of function `g' ?
I see that i've m...
2002 Mar 04
1
need path information for installation
...ne so far:
1. backed for the conf, smbusers, and smb file
2. stop the smb service
3. ran the command: rpm -e samba
4. tarred the source files to /usr/local/src/samba-2.2.3/source
5. now I'm trying to run the ./configure and I get an invalid Path. I did an echo $PATH and was returned this:
/usr/loacl/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/gross/bin
So here is my question, where and what do I enter to make this work. Any and all help is appreciated...
Thanks,
Brad
2016 Aug 31
1
Settings ACL question
...2 -> both removable
I don't know how Samba deal with that, but that's not the point for now.
For now you have to understand NTFS permissions a little bit (I have not
the knowledge to write something like a lesson about NTFS permissions).
So all the following must be done on Windows, on loacl file system, a NTFS
file system, not through Samba for now.
- Create a folder anywhere, called "parent".
- Right click -> properties -> security tab -> advanced
- In advanced pop-up you get a button "change permissions", click on it
- Here you should get an error messa...
2018 Feb 27
1
Ubiquiti Model UAP-AC-PRO
...DNS for the
> AP's to be really happy and for AP adoption to work seamlessly without
> having to ssh into the AP individually and do a 'set-inform' to the IP
> address or FQDN of the UniFi controller. You can do this with
> /etc/hosts, but putting the zone in there for your loacl recursive
> resolver makes it really seamless.
>
Hi Lamar -
A few questions about this ...
1) The resolution of "unifi" by DNS is to the machine hosting the Unifi
Controller software. Is that correct?
2) I tried creating a cname in my DNS like this:
update add unifi 86400 c...
2001 Dec 05
0
digital unix problem
...ERVER (code 0)
#smbstatus
connection.tdb not initialised
#smbd -D
15269:/usr/local/samba/bin/smbd: /sbin/loader: Error: Unresolved symbol in /usr/
local/samba/bin/smbd: dcelogin_atmost_once
15269:/usr/local/samba/bin/smbd: /sbin/loader: Fatal Error: this executable has
unresolvable symbols
#/us/loacl/samba/var/log.nmb
query_name: Failed to send packet trying to query name ORACLE<1d>
[2001/11/30 09:47:59, 0] libsmb/nmblib.c:(776)
Packet send failed to 192.1.0.255(137) ERRNO=Host is unreachable
[2001/11/30 09:47:59, 0] nmbd/nmbd_packets.c:(173)
send_netbios_packet: send_packet() to IP...
2018 Feb 16
9
Ubiquiti Model UAP-AC-PRO
Everyone,
Have any of you installed ubiguiti wireless routers on your network?
It looks like the setup requires the use of software; they have some
packages that are ready made for Ubuntu and Debian, but not RedHat
https://www.ubnt.com/download/unifi/unifi-ap-ac-pro
Have any of you tried or succeeded in installation this on Centos 7.4?
Greg Ennis
2018 Feb 26
0
Ubiquiti Model UAP-AC-PRO
...nifi' needs DNS for the
AP's to be really happy and for AP adoption to work seamlessly without
having to ssh into the AP individually and do a 'set-inform' to the IP
address or FQDN of the UniFi controller.? You can do this with
/etc/hosts, but putting the zone in there for your loacl recursive
resolver makes it really seamless.
There are also some firewalld settings to do, opening some ports. Here
are mine for the running 5.4.16:
[lowen at dhcp-pool157 ~]$ ssh root at unifi
Last login: Mon Feb 26 11:49:12 2018 from dhcp-pool157
[root at b1dc-bc1-1-hs21 ~]# firewall-cmd --li...
2016 Aug 31
2
Settings ACL question
Ok so If I well understand the concept, ACL should be apply-able _on_
the object himself only from the parent object?
For instance :
if I want read attribute on a directory I have to set it on the parent
directory.
And if I want read attribute inside a directory, I can set it on the
directory.
Hope this instance is clear to understand...
Thanks for confirm me that. ;)
Samuel
Le 30/08/2016
2004 May 11
2
ldap replication
Hello,
I have two ldapservers with Samba PDC and BDC. I started with the PDC i
use Suse 9.0 with ldap "out of the box" and Samba 3.0.2a. Everything is
working fine with only the PDC running. Now i configured replication. In
my slapd.conf file on the master server i added the following lines
#permission
access to * by dn="cn=repl,dc=felix,dc=local" write
# database definition
2011 May 25
1
[GIT PULL] elflink ldlinux
Hi,
These patches contain support for some features that are already in
Syslinux 4 but weren't working properly on the elflink branch. It's
another step closer to feature parity with Syslinux 4.
Having to jump through the comboot API for localboot support is less
than ideal and I'll eventually fix that, probably when we move a big
chunk of code from asm to C.
Also, there's a
2011 Mar 09
14
[PATCH 00/12] elflink shrinkage
From: Matt Fleming <matt.fleming at linux.intel.com>
This is a series of patches that,
* shrink the core by moving things into an ldlinux ELF module
* begin wiring up some of the C versions of various functions
The core now only contains essential code and loads the ldlinux module
to do everything else, like providing a command line interface and
loading kernels.
The config file parsing
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com>
This series fixes some bugs and switches the elflink branch to be
entirely ELF modules. It applies on top of,
http://syslinux.zytor.com/archives/2011-April/016369.html
The deletions in the diff stat below are mainly from deleting
com32/elflink/modules (finally!). Now there should be no duplicate
code because we don't need COM32 and