search for: sepcify

Displaying 11 results from an estimated 11 matches for "sepcify".

Did you mean: sepecify
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 trying to connect to - the IP adress is corr...
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 "*/" -include upgrade/dir1/** -include
2007 Jan 03
1
mathematical symbols in plots
...icular, 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, does someone know? And here another one: How can I sepcify which fonts get used with which R prints those mathematical symbols? Since I finally include my plots in latex-documents as eps, I would love to use the same font-encoding for all postscript stuff. A problem in the past has been, that R embedded it's own font within the ps-files generated. Thes...
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
On Wed, Jun 19, 2024 at 01:31:39AM +0200, Danilo Krummrich wrote: > 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
2024 Sep 03
1
[PATCH v2 3/8] rust: drm: add driver abstractions
On Mon, Sep 02, 2024 at 06:29:06PM +0200, Daniel Vetter wrote: > On Wed, Jun 19, 2024 at 01:31:39AM +0200, Danilo Krummrich wrote: > > 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. > > > >
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> ---