Displaying 20 results from an estimated 195 matches for "niif".
2010 Aug 25
0
gPXE+pxelinux fails with static network config
..._CMD
x NVO_CMD
x CONFIG_CMD
x IFMGMT_CMD
_ IWMGMT_CMD
x ROUTE_CMD
x IMAGE_CMD
x DHCP_CMD
_ SANBOOT_CMD
_ LOGIN_CMD
_ TIME_CMD
_ DIGEST_CMD
_ CRYPTO_80211_WEP
_ CRYPTO_80211_WPA
_ CRYPTO_80211_WPA2
DHCP Embedded Script:
#!gpxe
dhcp net0
set 209:string pxelinux.cfg/default
set 210:string http://apt.niif.hu/bko/
echo chaining to pxelinux...
chain ${210:string}pxelinux.0
echo pxelinux download failed!
Static Embedded Script:
#!gpxe
ifopen net0
set net0/ip 10.0.2.15
set net0/netmask 255.255.255.0
set net0/gateway 10.0.2.2
set net0/dns 10.0.2.3
set 209:string pxelinux.cfg/default
set 210:string http...
2010 May 31
1
[PATCH] docs: explain the danger of IPAPPEND 1
Signed-off-by: Ferenc Wagner <Ferenc Wagner wferi at niif.hu>
---
doc/syslinux.txt | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/doc/syslinux.txt b/doc/syslinux.txt
index 76cae24..0ec2695 100644
--- a/doc/syslinux.txt
+++ b/doc/syslinux.txt
@@ -163,11 +163,10 @@ IPAPPEND flag_val [PXELINUX only]
... based on th...
2016 Nov 19
2
[PATCH 0/2] improve Lua API for files and initramfs objects
"H. Peter Anvin" <hpa at zytor.com> writes:
> On 11/10/16 04:38, Paul Emmerich via Syslinux wrote:
>
>> Ferenc W?gner <wferi at niif.hu>:
>>
>>> for reading configuration files from disk. Does it not work with HTTP/
>>> TFTP for you? Using that, load_file could be implemented in Lua as:
>>
>> that does work, yes. It just looked like a file object should have a some way
>> to get th...
2009 Sep 05
5
[tftpd PATCH 0/5] pidfile option and syslog fix
Hi,
This is my current patch queue. The patches are independent, AFAIK,
so feel free to cherry-pick or reject them independently.
The bottom one was needed for a successful build here; the top one
contains all the modifications you requested on IRC, and more.
Meanwhile I hit one of the four stray TABs in tftpd.c, and decided to
get rid of them.
Comments welcome.
---
Ferenc Wagner (5):
2014 Jan 13
2
installing syslinux on a fresh system (SATA)
...-install /dev/sdb1"
but this does not make any seance, because the is no /boot on the
system.
I have tried it anyways, but the answer was :
"Invalid media signature (not a FAT filesystem?)"
Thank again
Mau
On Mon, Jan 13, 2014 at 10:44 AM, Ferenc Wagner <wferi at niif.hu> wrote:
> Mau Z <zmau1962 at gmail.com> writes:
>
> > So, basically I understand that I must create 2 partitions.
>
> If your application partition is ext2, then there's no need to create a
> separate boot partition, you can simply use extlinux. Basically,
>...
2014 Apr 24
2
Bootloader data in /boot vs package systems (and atomic updates)
On Apr 24, 2014 3:19 AM, "Ferenc Wagner" <wferi at niif.hu> wrote:
>
> Colin Walters <walters at verbum.org> writes:
> > However, syslinux relies on loadable modules in /boot. At present in
> > Fedora at least, the RPM package updates these, and it has a %post to
> > ensure that when a newer version of extlinux is inst...
2015 Mar 17
2
Fail to set up UEFI syslinux on ArchLinux USB Flash Drive
On Tue, Mar 17, 2015 at 4:16 AM, Ferenc Wagner <wferi at niif.hu> wrote:
> alex lupu via Syslinux <syslinux at zytor.com> writes:
>
> ?>?
> Obviously it would work IF I moved the vmlinuz
> > and initramfs ?files from /dev/sdd2 to /dev/sdd1.
> >
> > I figured that would probably be considered non-standard Arch
>...
2014 Jan 10
2
EFI build problems
On Sat, Jan 4, 2014 at 6:39 AM, Gene Cumm <gene.cumm at gmail.com> wrote:
> On Tue, Dec 17, 2013 at 8:39 AM, Ferenc Wagner <wferi at niif.hu> wrote:
>
>> * make spotless still fails after working around the above:
>> [...]
>> make -r -C efi SRC="/home/wferi/syslinux/syslinux/efi" OBJ="/home/wferi/syslinux/syslinux/efi32/efi" \
>> -f /home/wferi/syslinux/syslinux/ef...
2016 Nov 10
3
[PATCH 0/2] improve Lua API for files and initramfs objects
Hi,
> Ferenc W?gner <wferi at niif.hu>:
> for reading configuration files from disk. Does it not work with HTTP/
> TFTP for you? Using that, load_file could be implemented in Lua as:
that does work, yes. It just looked like a file object should have a some way
to get the contents. I'm actually not using it in our scr...
2013 Oct 22
2
VBR conflicts filesystem?
In my usb drive with EXT3 filesystem in /dev/sda1 partition, syslinux uses
the first sector on /dev/sda1 but EXT3 filesystem doesn't?
On Mon, Oct 21, 2013 at 4:49 PM, Ferenc Wagner <wferi at niif.hu> wrote:
> Kun Huang <gareth at unitedstack.com> writes:
>
> > For a bootable usb drive, syslinux seems use MBR and VBR
>
> (and some files on the partition)
>
> > to find vmlinuz and ramdisk. And VBR stays in the first sector of
> > partition, 63rd for...
2013 Oct 16
3
Upgrade to Lua 5.2.2, add filesystem module and get_key binding
Geert Stappers <stappers at stappers.nl> writes:
> Op 2013-10-15 om 20:03 schreef Ferenc W?gner:
>
>> lua: import Lua 5.2.2
>
> Posted as [patch01/21]
> Which was too big for the mailinglist.
> So some other way is needed to share that information ...
Hmm, yes. The series is available at https://github.com/wferi/syslinux
as well (lua52 branch, based on upstream
2015 Mar 18
0
Fail to set up UEFI syslinux on ArchLinux USB Flash Drive
alex lupu <alupu01 at gmail.com> writes:
> On Tue, Mar 17, 2015 at 4:16 AM, Ferenc Wagner <wferi at niif.hu> wrote:
>
>> alex lupu via Syslinux <syslinux at zytor.com> writes:
>>
>>?>? Obviously it would work IF I moved the vmlinuz
>>> and initramfs ?files from /dev/sdd2 to /dev/sdd1.
>>>
>>> I figured that would probably be considered non-st...
2016 Nov 20
0
[PATCH 0/2] improve Lua API for files and initramfs objects
On November 19, 2016 6:06:43 AM PST, wferi at niif.hu wrote:
>"H. Peter Anvin" <hpa at zytor.com> writes:
>
>> On 11/10/16 04:38, Paul Emmerich via Syslinux wrote:
>>
>>> Ferenc W?gner <wferi at niif.hu>:
>>>
>>>> for reading configuration files from disk. Does it not work with...
2009 Jan 21
1
Paravirtualized Debian (on CentOS host)
In order to create a paravirtualized guest/DomU, should i use the same
distro as the host/dom0 is?
Or is it possible to install a paravirtualized Debian (as a guest / DomU)
into a CentOS (host / Dom0) ?
Juan Pablo
On Tue, Jan 20, 2009 at 8:42 AM, Ferenc Wagner <wferi@niif.hu> wrote:
> Juan Pablo Torres <juanpablotorres@gmail.com> writes:
>
> > Im trying to install a paravirtualized Debian, but as an absolute newbie
>
> It has native support in the Lenny installer, see
> http://wiki.debian.org/Xen
> --
> Cheers,
> Feri.
>...
2007 Sep 15
2
keeppxe+memdisk+FreeDOS example?
Hi,
I'm trying to get the above working, without success so far: UNDIS.DOS
refuses to load with an invalid NDIS stack message (from memory).
keeppxe has some effect: it reduces the available conventional memory
by 140 kbytes or so... still, the packet driver doesn't seem to find
the interface. Does anybody have a working setup I could look at?
--
Thanks,
Feri.
2009 Jul 04
1
[PATCH] Fix comment typo
Signed-off-by: Ferenc Wagner <wferi at niif.hu>
---
tftpd/tftpd.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tftpd/tftpd.c b/tftpd/tftpd.c
index 721ebd8..1f5d9d6 100644
--- a/tftpd/tftpd.c
+++ b/tftpd/tftpd.c
@@ -696,7 +696,7 @@ int main(int argc, char **argv)
}
#endif
/* Daemonize this p...
2014 Mar 02
1
stat() (was: pull request: upgrade to Lua 5.2.3, automatic Linux boot menu and cmenu binding)
On Sun, Mar 2, 2014 at 3:53 AM, Ferenc Wagner <wferi at niif.hu> wrote:
>> And an official stat() implementation would be very useful. After
>> inventing mine, I noticed rosh also invented its own...
#include <sys/stat.h>
int stat(const char *path, struct stat *buf);
I invented my own in rosh after not having one in the libraries base...
2015 Feb 22
1
Menu too quick
Hi,
I did try that, but then after the boot fails, the menu is displayed ... again...
-Mike
-----Original Message-----
From: Ferenc Wagner [mailto:wferi at niif.hu]
Sent: Sunday, February 22, 2015 3:22 PM
To: Bradley, Mike
Cc: syslinux at zytor.com
Subject: Re: [syslinux] Menu too quick
"Bradley, Mike via Syslinux" <syslinux at zytor.com> writes:
> I'm trying to add a boot image to syslinux. It errors out, but the
> menu quic...
2014 Jan 13
3
installing syslinux on a fresh system (SATA)
...extlinux/extlinux is the SYSLINUX installer for mounted file systems
on Linux. linux/syslinux and mtools/syslinux are the SYSLINUX
installers for unmounted FAT* file systems on Linux.
So this puts me back in Square 1.
Thanks
Mau
On Mon, Jan 13, 2014 at 7:43 PM, Ferenc Wagner <wferi at niif.hu> wrote:
> Mau Z <zmau1962 at gmail.com> writes:
>
> > On Mon, Jan 13, 2014 at 10:44 AM, Ferenc Wagner <wferi at niif.hu> wrote:
> >
> >> Mau Z <zmau1962 at gmail.com> writes:
> >>
> >> > So, basically I understand that I must...
2008 Feb 06
2
What about FreeBSD? - KAME Project "ipcomp6_input()" Denial of Service
TITLE:
KAME Project "ipcomp6_input()" Denial of Service
CRITICAL:
Moderately critical
IMPACT:
DoS
WHERE:
>From remote
DESCRIPTION:
A vulnerability has been reported in the KAME Project, which can be
exploited by malicious people to cause a DoS (Denial of Service).
The vulnerability is caused due to an error within the
"ipcomp6_input()" function in