search for: snames

Displaying 20 results from an estimated 124 matches for "snames".

Did you mean: names
2015 Sep 13
3
pxelinux tries to load ldlinux.c32 from DHCP server, instead of next-server
On Sun, Sep 13, 2015 at 3:46 PM, Geert Stappers via Syslinux <syslinux at zytor.com> wrote: > On Sat, Sep 12, 2015 at 06:56:04PM -0400, Gene Cumm via Syslinux wrote: >> On Sat, Sep 12, 2015 at 6:37 PM, Gene Cumm wrote: >> > On Sat, Sep 12, 2015 at 10:23 AM, Geert Stappers wrote: >> >> diff --git a/core/fs/pxe/dhcp_option.c b/core/fs/pxe/dhcp_option.c >>
2017 Mar 18
0
kerberos issue (SPN not found) with windows Hyper-V ( samba 4.5.3 AD)
...ticket realm: MYDOMAIN.COM.XYZ sname name-type: kRB5-NT-SRV-INST (2) sname-string: 2 items SNameString: krbtgt SNameString: MYDOMAIN.COM.XYZ enc-part etype: eTYPE-ARCFOUR-HMAC-MD5 (23) authenticator etype: eTYPE-ARCFOUR-HMAC...
2015 Sep 12
2
pxelinux tries to load ldlinux.c32 from DHCP server, instead of next-server
On Sat, Sep 12, 2015 at 6:37 PM, Gene Cumm <gene.cumm at gmail.com> wrote: > On Sat, Sep 12, 2015 at 10:23 AM, Geert Stappers <stappers at stappers.nl> wrote: >> Euh, could this be reviewed: >> >> diff --git a/core/fs/pxe/dhcp_option.c b/core/fs/pxe/dhcp_option.c >> index 8d93a6a..b82e944 100644 >> --- a/core/fs/pxe/dhcp_option.c >> +++
2017 Mar 18
2
kerberos issue (SPN not found) with windows Hyper-V ( samba 4.5.3 AD)
...empt but same issue, this time when trying to start live migration from BM-SRV-5 to BMSRV-WIN10): req-body Padding: 0 kdc-options: 40810000 (forwardable, renewable, canonicalize) realm: MYDOMAIN.COM.XYZ sname name-type: kRB5-NT-SRV-INST (2) sname-string: 2 items SNameString: Microsoft Virtual System Migration Service SNameString: BMSRV-WIN10 till: 2037-09-13 02:48:05 (UTC) nonce: 17847174 etype: 5 items enc-authorization-data error: krb-error pvno: 5 msg-type: krb-error (30) ctime: 2017-03-16 08:01:23 (UTC) cusec: 128...
2006 Jul 07
0
[patch] s390: fix six parameter handling in sysstub.ph
From: Peter Oberparleiter <peter.oberparleiter at de.ibm.com>, Heiko Carstens <heiko.carstens at de.ibm.com> Change s390's sysstub.ph so it can also handle syscalls with six parameters. Signed-off-by: Peter Oberparleiter <peter.oberparleiter at de.ibm.com> Signed-off-by: Heiko Carstens <heiko.carstens at de.ibm.com> --- usr/klibc/arch/s390/sysstub.ph | 73
2007 Jun 28
4
Support DHCP sname field in PXELINUX
I have discovered that the JUNOS DHCP server in Juniper J-series routers doesn't support setting the next-server IP address field (I have filed a bug report with Juniper and they are working on it). Instead, it puts the "boot server" in the sname field, which PXELINUX currently ignores. Here's a simple patch (vs. 3.36) that will take an IP string in the field. My assembly is
2013 Jun 10
1
Selecting divergent colors
...to distinguish between the colors. So, is there a way that I can select a large number of colors (i.e. perhaps 20) that are as different from each other as possible? Here is my example code using the palette: ********************** mat <- matrix(sample(1:1000,1000,replace=T),nrow=20,ncol=20) snames <- paste('Sample_',1:ncol(mat),sep='') colnames(mat) <- snames mycols <- palette(rainbow(ncol(mat))) for(k in 1:ncol(mat)){ plot(density(mat[,k]),col=mycols[k],xlab='',ylab='',axes=F,main=F) par(new=T) } legend(x='topright',legend=snames,fill=...
2014 Jan 24
1
Need solution to use environment variable
Hello All. I need make one configuration for many PXE servers. All of them has different IP`s. Will be best is somehow in menu will be possible to have environment variable with server ip. Example: Pxelinux.cfg\Default UI vesamenu.c32 MENU INCLUDE pxelinux.cfg/graphics.conf MENU INCLUDE pxelinux.cfg/server.menu .. Skip .. label default MENU LABEL ^Custom ISO COM32 cmd.c32
2017 Mar 19
1
kerberos issue (SPN not found) with windows Hyper-V ( samba 4.5.3 AD)
...ticket realm: MYDOMAIN.COM.XYZ sname name-type: kRB5-NT-SRV-INST (2) sname-string: 2 items SNameString: krbtgt SNameString: MYDOMAIN.COM.XYZ enc-part etype: eTYPE-ARCFOUR-HMAC-MD5 (23) authenticator etype: eTYPE-ARCFOUR-HMAC...
2004 Nov 17
1
"Impossible to run" error message when using Sweave
Dear List: I have a large dataset of multiple schools. My goal is to produce a separate tex file for each school that plots some of the student achievement scores. Essentially, the aim is to develop a custom report for each school. To accomplish this, I have code for a loop that gets sourced into R and then Sweaves the multiple files to create the individual school reports. Here is the code for
2010 Nov 27
1
return vector of element names for vector, matrix or array
...eparator, as a similar vector. Here is something ugly cobbled together to demonstrate what I want: a function to work for any number of dimensions. vecnames <- function(x, sep=':') { if (is.vector(x) || length(dim(x))==1) return(names(x)) else if (length(dim(x)==2)) { snames <- dimnames(x) return (as.vector(outer(snames[[1]], snames[[2]], paste, sep=sep))) } else { stop("How to handle 3+ dimensions?") } } > x1 <- c(a=1, b=2, c=3) > vecnames(x1) [1] "a" "b" "c" > >...
2017 May 25
0
Windows 2012 s4u2self followed by s4u2proxy fails against samba
...tkt-vno: 5 realm: TESTDOMAIN.LAN sname name-type: kRB5-NT-SRV-INST (2) sname-string: 2 items SNameString: krbtgt SNameString: TESTDOMAIN.LAN enc-part etype: eTYPE-AES256-CTS-HMAC-SHA1-96 (18) kvno: 1 cipher: 133e0664961...
2018 Jul 25
0
vfs_audit log does not show full path names
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 samba 4.7.1 on centos 7 vfs_audit log used to show the full path name. I am not sure when that changed, but now open only logs the last component (like basename). Rename still logs both old and new full pathnames. Is there some config entry that needs to be set to get the full pathnames logged? [global] full_audit:priority = notice
2002 Oct 18
7
RAM usage
Hi, I'm having problems while working with large data sets with R 1.5.1 in windows 2000. Given a integer matrix size of 30 columns and 15000 rows my function should return a boolean matrix size of about 5000 rows and 15000 columns. First of all I tried to run this function on computer with 256 MB of RAM. I increased memory limit of R with memory.limit() up to 512 MB. I was inspecting
2003 Jan 14
1
How to change the label position in axis() ?
...People, I'm working on a plot function to produce the graph shown below. One of the features my supervisor does not like is that the labels in the Y- axix are shown vertically. Is there a way to change that to horizontally ? This is the axix() function I used : axis(2,at=seq(nstrat),labels=snames) The labels (snames) are: SEV1:HU:C, SEV1:MU:C, SEV1:MU:L, SEV1:RT:C and SEV1:RT:L, due to space limitation just 3 of the labels are shown in the axix. In Splus, I believe the labels are shown horizontally be default. What we want is to show them horizontally in R too. Is there a way to do it ?...
2004 May 26
2
duplicate domains in browse list
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, i recently upgraded some of my servers from 3.0.2a to 3.0.4 after the upgrade my browselist shows duplicate entries for the domains. one domains is managed by a samba PDC(providing WINS too) and two samba BDC's. the other domains are managed by one samba PDC. 'smbclient -N -L <WINS_SERVER>' shows: - --- Workgroup
2014 Feb 01
0
[RFC 03/16] drm/nouveau: add platform device probing function
Add a nouveau_drm_platform_probe() function that probes a Nouveau platform device and registers it using drm_platform_init(). Signed-off-by: Alexandre Courbot <acourbot at nvidia.com> --- drivers/gpu/drm/nouveau/core/engine/device/base.c | 34 ++++++++++++++++++++++ .../gpu/drm/nouveau/core/include/engine/device.h | 10 +++++++ drivers/gpu/drm/nouveau/nouveau_drm.c | 19
2006 May 18
6
Routes and Testing Routes
I love the routes feature for RoR...until now. I''m trying to write tests to make sure my urls are correctly mapping to the routes I expect them to map to. This is driving me nuts because I simply can''t get any of my tests to pass. I have thus concluded that routes must work differently than I thought. If someone could possibly point me in the right direction, I would really
2013 Jul 13
2
pxechn.c32 does not do TFTP
Digging more, loadfile("192.0.2.1::pxe.0", &file.data, &file.size), queries DNS, which sounds like it doesn't follow the same call path as a COM32 calling pxe_dns(). If the DNS won't resolve the IP, things won't load properly. pxechn.c32 sets sname in the intended packet to "192.0.2.1" which may be confusing something. More debugging needed. -- -Gene
2006 Jun 26
0
[klibc 34/43] sh support for klibc
The parts of klibc specific to the sh architecture. Signed-off-by: H. Peter Anvin <hpa at zytor.com> --- commit 94473ed85b00ec45ff8ee6cac62f60a368ff4534 tree 5c09fdd824962cba83c198ac1dd077045d2cb0b1 parent 418ab99cc64fed344e2d3e446208f48655cccb31 author H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun 2006 16:58:44 -0700 committer H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun 2006