Displaying 20 results from an estimated 2000 matches similar to: ""Impossible to run" error message when using Sweave"
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
>>
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 18
2
kerberos issue (SPN not found) with windows Hyper-V ( samba 4.5.3 AD)
I made some progress with the issue, but didn't solve it completely
It's basically a kind of bug (i'm not sure if it's on kerberos side or
samba, I think samba is the culprit here (?).
Microsoft uses kind of weird SPN for Hyper-V. Weird as there are
"spaces" in the string - which is kind of unique as far as SPN's go,
usually SPN form a complete string.
So I kind
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
>> +++
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 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
2004 Feb 26
2
Sweave and Xemacs on Windows2000?
Hallo!
Trying to configure Xemacs to work with .snw files on windows 2000. Tried to do it how it is described in the FAQ for Sweaves.
When starting xemacs with and Snw file
*ESS* buffer contains hundrets of lines and the few last ones.
(ess-loop-timeout . 500000) (inferior-ess-primary-prompt . ^) (inferior-ess-secondary-prompt . ^) (comint-use-prompt-regexp-instead-of-fields . t)
2014 Mar 07
2
Cannot chain to another PXE server on the same subnet
On Fri, Mar 7, 2014 at 4:00 PM, Jeffrey Hutzelman <jhutz at cmu.edu> wrote:
> On Fri, 2014-03-07 at 05:49 -0500, Gene Cumm wrote:
>> 1) Thinking about the responses again, I'm absolutely surprised that
>> you can even boot PXELINUX. I would have expected the response from
>> the Altiris server to override your attempts to block it.
>
> Nope. The PXE spec
2015 Sep 12
2
pxelinux tries to load ldlinux.c32 from DHCP server, instead of next-server
On Sat, Sep 12, 2015 at 08:42:15AM -0400, Gene Cumm via Syslinux wrote:
> On Sat, Sep 12, 2015 at 7:37 AM, Gene Cumm <gene.cumm at gmail.com> wrote:
> > On Sat, Sep 12, 2015 at 7:08 AM, Gene Cumm <gene.cumm at gmail.com> wrote:
> >> On Sat, Sep 12, 2015 at 5:54 AM, Teun Docter
> >> <teun.docter at brightcomputing.com> wrote:
> >>> On
2003 Apr 13
2
Problem in getting tftp transfer to succeed
Setup:
Server: Mac OS X Server which serves dhcp and tftp requests
client: Acer with PXE boot agent 4.0.19
file to transfer: -rw-r--r-- 1 root wheel 10988 Apr 12 13:50
pxelinux.0
The default tftpd daemon doesn't support the tsize option (I think,
look at the packet trace at the end, it reports the file isn't found,
but I think this is because of tsize ... but I could be
2011 Dec 23
1
PXELINUX: DHCP field giaddr (pxe_bootp_t.gip)
Right now, I almost have pxechn.c32 in a fully functional state by
adding a parameter to allow pure hex input of an option and its data.
It allows uppercase and lowercase entry with or without octet
delimiters (which must not match [0-9A-Fa-f]) and requires 2-digit
entry for the octet. This is an extremely loose input format such
that users may utilize it in their preferred format.
After adding
2008 Feb 19
1
Two bwplots in one single graph
Dear list,
With the below codes, I got 8 bwplots but I would like to put 2 bwplots in one single graph so that instead of 8 separate bwplots I would have 4 graphs, each contains 2 bwplots. How can I do that?
Another question is how do I add the mean as a point to each boxplot in the bwplot but also keeping the median line.
for (i in 1:length(dat)){
windows()
with(dat[[i]],
2012 Oct 03
1
[PATCH] pxedump.c32: Simple PXE cached packet dumping
Not much to it, but thought I'd offer. - Shao
From c668e24421a344231fc3fba31a26c88e92d03f43 Mon Sep 17 00:00:00 2001
From: Shao Miller <sha0.miller at gmail.com>
Date: Tue, 2 Oct 2012 22:02:04 -0400
Subject: [PATCH] pxedump.c32: Simple PXE cached packet dumping
Usage: pxedump.c32 --cached
Mostly useful with a serial connection, to capture the lengthy output
Signed-off-by: Shao
2015 Sep 12
2
pxelinux tries to load ldlinux.c32 from DHCP server, instead of next-server
On Sat, Sep 12, 2015 at 7:08 AM, Gene Cumm <gene.cumm at gmail.com> wrote:
> On Sat, Sep 12, 2015 at 5:54 AM, Teun Docter
> <teun.docter at brightcomputing.com> wrote:
>> On 2015-09-12 04:58, Gene Cumm wrote:
>>>>
>>>> I've captured the following DHCP ACK:
>>>>
>>>> 10.141.20.1.bootps > 10.141.20.2.bootpc: [udp sum ok]
2017 Mar 18
0
kerberos issue (SPN not found) with windows Hyper-V ( samba 4.5.3 AD)
After reviewing logs I found that my previous assumption was wrong.
Situation: - i'm trying to start live migration from hyper-v host A
(BMSRV4-HYPERV) to hyper-v host B (BM-SRV-5) from host B (logged in as
user from DOMAIN ADMINS group).
Kerberos constrained delegation is set in accordnance to microsoft
instructions with proper SPN's set (well, proper as in with the
workaround I
2008 Feb 08
1
Can I index a dataframe with a reference from/to a second dataframe?
Hello,
I am unable to figure out how to code a new column in a data frame based
on an existing column that matches a column in a reference data frame,
in a relational-db fashion. I would like this to maintain a minimum set
of reference tables that may be reused over several similar datasets.
Specifically, I have two data frames as listed below, 'Bos' and 'tree.'
For each case in
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
2017 Mar 19
1
kerberos issue (SPN not found) with windows Hyper-V ( samba 4.5.3 AD)
Hello,
This won't be a very helpful reply, but I can confirm I've had the exact same issue. I ran into this a few years ago and could not get HyperV migrations to work with a Samba DC. I even went so far as to install a Windows DC just to prove to myself that it is supposed to work, and it does, perfectly (with ADDC it even creates all the SPNs for you auto-magically).
Unfortunately at
2024 Feb 02
3
[PATCH 1/2] drm/nouveau: don't fini scheduler if not initialized
nouveau_abi16_ioctl_channel_alloc() and nouveau_cli_init() simply call
their corresponding *_fini() counterpart. This can lead to
nouveau_sched_fini() being called without struct nouveau_sched ever
being initialized in the first place.
Instead of embedding struct nouveau_sched into struct nouveau_cli and
struct nouveau_chan_abi16, allocate struct nouveau_sched separately,
such that we can check
2017 May 25
0
Windows 2012 s4u2self followed by s4u2proxy fails against samba
Hi,
I hit the issue described in this thread
https://groups.google.com/forum/#!topic/linux.samba/VfjW9Af92Wg while
testing out s4u2self and s4u2proxy in a windows service, so I wanted
to share my setup.
So I wrote a small windows service that's running as a local system
account to impersonate an user via s4u2self (using LsaLogonUser in
win32 api than calling ImpersonateLoggedOnUser) and then