Displaying 10 results from an estimated 10 matches for "sepcifi".
Did you mean:
sepcific
2002 Jan 28
3
Problem withs hosts/ -files & Ethertap with 2.4.x
Hello folks!
I have a little problem when I'm trying to set up a small VPN between two
hosts.
The problem is that when I try to sepcify an IP-adress in
/etc/tinc/netname/hosts/hostfile using Adress = xxx.xxx.xxx.xxx syslog says;
Invalid variable name on line 2 while reading config file
/etc/tinc/boppen/hosts/melc
(Line 2 is the Adress = xxx.xxx.xxx.xxx line, and melc is the host I'm
2001 Nov 16
1
include/exclude directory question
I want to send a subset of directories sepcified in "include" arguments
to a client, but I am creating all the
peer and parent directories as well, although they are empty - here is
basically what I'm doing.
assuming I have /staging/upgrade/dir1, /staging/upgrade/dir2 and
/staging/upgrade/dir3 on the source tree.
--include "...
2007 Jan 03
1
mathematical symbols in plots
Hello everyone!
I'm trying to plot some mathematical expression along my axis, but
demo(plotmath) did not have the symbol I was looking for. In particular,
I would like to denote the mean of an observable by writing
<k>
which I tried to enter with
expression(group("<", k, ">"))
However, my naive try doesn't work and the help doesn't want to tell me,
2007 Jan 02
0
user-specified random effects design matrix in glmmPQL?
Hi,
I want to do a logistic regression model with random effects but I
need to sepcify my own design matrix for the random effects. Can I do
it in glmmPQL or anything similar? If so, how?
Thanks,
Minya
1999 Oct 29
1
Samba + NT w/s freezes
I am running redhat 6.0 and samba 2.0.3. Apps are executed by the w/s but
datafiles and databases are stored on the linux server. Occasionally *all* of
my workstations freeze up, or are unable to see the info on the server anymore.
The drive mappings still exist, I can browse the drives, but the app won't run
on any workstation.
So far, the only way to clear this has been to reboot the
2003 Dec 12
2
sysconfdir
I compiled samba 3.0.0 with the following configure options:
./configure --prefix=/usr --sysconfdir=/etc/samba --with-privatedir=/etc/
samba/private --with-ldap --with-ads --with-krb5=/usr --with-smbmount
--without-sys-quotas
The problem is that it seems to disregard the sysconfdir param and looks for
the smb.conf file in /usr/lib/. Any help?
Thanks
Justin
2024 Sep 02
2
[PATCH v2 3/8] rust: drm: add driver abstractions
...st. At
least until someone comes up with a need for a non-gem driver.
For some of the values like hotspot cursor support we might need to change
the rust abstraction to compute these at runtime driver init, and then set
them somewhere in the runtime data structure instead of having them
statically sepcified in drm_driver->features.
In general these feature flag are midlayer design and that tends to be
bad, rust is just the messenger here.
Cheers, Sima
> +
> + /// IOCTL list. See `kernel::drm::ioctl::declare_drm_ioctls!{}`.
> + const IOCTLS: &'static [drm::ioctl::DrmIoct...
2009 Jan 02
5
How workstation get authenticated in DC
Dear Friends,
I use LDAP as the samba backend passwd in RHEL. After adding some index to LDAP, some workstation lost the trust relationship with the domain controller. The solution is to re-join the workstation to the domain, but I do not know why workstation lost the trust relationship.
When I re-join the workstation to domain, I find that the workstation LDAP entry change/add the
1997 Dec 15
7
samba and win98
has anyone tried to make a win98 (beta3) connect to a samba server? Is
there some little secret I don't know about?
-Steve Schwartz
steve@photographics.net
2024 Jun 18
1
[PATCH v2 3/8] rust: drm: add driver abstractions
Implement the DRM driver abstractions.
The `Driver` trait provides the interface to the actual driver to fill
in the driver specific data, such as the `DriverInfo`, driver features
and IOCTLs.
Co-developed-by: Asahi Lina <lina at asahilina.net>
Signed-off-by: Asahi Lina <lina at asahilina.net>
Signed-off-by: Danilo Krummrich <dakr at redhat.com>
---