similar to: PXEboot: can't find configfile on tftpd server

Displaying 20 results from an estimated 500 matches similar to: "PXEboot: can't find configfile on tftpd server"

2004 Aug 12
0
Xend, File Descriptors, and Children
I was having trouble restarting xend; oftentimes, after I stopped it, it wouldn''t start again. The problem was that xend was unable to open /dev/xen/evtchn because the device was already open. When xend brought up a network interface, I had it set to call a network script that configured DHCP for the new interface. Since dhcpd doesn''t support reloading its configuration, I
2009 Oct 29
8
conditional restart of service
I''m trying to have a exec dependency on a service object that would keep it from being restarted if the exec fails. Unfortunately, the service gets refreshed regardless whenever the exec is run, failure or not. I''ve tried various combinations of subscribe/require/notify, but can''t find an elegant way to not restart the service when the dependency fails. I must be
2007 Jan 15
5
file type not autorequiring parent directories.
If I use the ''file'' type to sync a file where the parent directory doesn''t exist the sync fails. According to the puppet docs "Puppet will autorequire any parent directories that are being managed". Am i missing something? Example: file { "/tmp/dhcp/dhcpd.include": source => "/tmp/dhcpd.include", } In
2002 Nov 12
6
tftpd server
Hi In the pxelinux page, is referred that the tftpd server from http://tftpd32.jounin.net as working with pxelinux. However, from the tests I've made, it seems that the 'tsize' option is not supported. Anyone has knowledge of a working TFTPD server that runs on Windows NT4? p.s. it can be shareware, I just want to test it with NT4, I have had success with the 'builtin'
2004 Jun 09
3
ipappend and dos
I'm using ipappend and getargs.com with a dos boot image to get the environment variables for the IP and MAC. The format of the %ip% environment variable is ip=<client-ip>:<boot-server-ip>:<gw-ip>:<netmask> Is there a way to tell ipappend to assign these to individual arguments. Or does anyone know a good way to parse each of these to individual variables in dos. What
2005 Sep 06
2
network probs trying to get nfs root to work
Hi. trying to get a domU (dom1) up using nfs root. never done this before ;-). I have dom0 up (2.6.12-xen0) and i have an external nfs server with a nice root disk populated. i get this after xm create -c dom1 vmid=1 . . . IP-Config: Complete: device=eth0, addr=172.31.205.229, mask=255.255.255.0, gw=172.31.205.2, host=vm%d, domain=, nis-domain=(none),
2006 Apr 19
3
xen-unstable-9514 and CONFIG_IA32_EMULATION
Hi guys, Maybe one of you quickly can tell me if the x86_64 kernel configuration option CONFIG_IA32_EMULATION is supposed to work under Xen? I''ve used an ia32 root file system together with CONFIG_IA32_EMULATION inside qemu-system-x86_64 for quite a while now (without xen). It works pretty well. However, when I try this with xen-unstable-9514 all I get is general protection errors...
2006 Feb 23
3
Polycom IP601 Question
Hey everyone, I haven't seen an issue quite like mine, so I am hoping anyone who used the Polycom 601's may have an idea. We are going to be switching our office over to Asterisk. All the phones are going to be 601's, I am going to set up a boot server, but for now I am just going to test everything on one phone. My question is I have the phone registered in Asterisk (phone icon
2006 Jun 04
3
Configuring Polycom 501 IP phones via the console
Hi, everybody: I have looked at the Polycom entries on www.voip-info.org, and they're outdated and convoluted and full of errors. All I want to do is get my Polycom 501 to register with a working Asterisk server. I want to do the configuration locally on the phone through the console. (The server works with an Xten X-lite softphone.) Has anyone done this? What do I need to do? Thanks,
2002 Mar 15
3
RIS and PXELINUX
Hi folks, I'm finally tired of dealing with floppy disks to control our remote installs and thought that PXELINUX sound like a great way to go. However, I've got multiple hurdles and I'd like some advice before I get myself dug in too deep... We currently have Solaris Jumpstart and Windows RIS running in the department and now we would like to intermix Linux PXELINUX booting. Any
2004 Feb 12
0
lib/util_sock.c:read_data(436) ...
Hello, I am administering several Samba PDCs (2.2.7a - 3.0.1) in different networks. The underlying OS'es are nearly the same on all machines, Debian 3.x and SuSE 8.x. The machines are also providing the following services to the clients: ISC dhcpd3, bind9 for dynamic DNS and lprng. Clients are running Win2K/XP. So far, everything works: domain logons, printing, file sharing. But I
2007 Jul 18
0
Using different NFS server
Hi to all, I'm trying to install PXE boot + NFS for diskless boot for Linux system. So everything looks fine until I tried to use other NFS server to mount root file system. So I try just to change parameter in pxelinux.cfg files Append nfsroot=to_new_nfs_server:/new_root_dir But in boot process I received rootserver: TFTP/DHCP server rootpath: <empty>
2007 Jul 18
0
use it with different NFS server
Hi to all, ?I'm trying to install PXE boot + NFS for diskless boot for Linux system. So everything looks fine until I tried to use other NFS server to mount root file system. So I try just to change parameter in pxelinux.cfg files Append nfsroot=to_new_nfs_server:/new_root_dir But in boot process I received rootserver: TFTP/DHCP server rootpath: <empty>
2014 Mar 13
3
Memory usage with memdisk vs initrd a squashfs
Question, Some Linux distributions I support show two approaches for pxe booting them. One uses memdisk to boot an ISO file. The other uses pxelinux to boot kernel and initrd a squashfs file. I'm unfamiliar with the impact to memory either approach has. Like, does using memdisk permanently squirrel away a chunk of memory for the ISO file that the OS will be unable to use? Is using initrd to
2005 Nov 30
1
how to run knoppix under xen
i saw a screen shot of knoppix beeing run under xen but for some reason i can''t do that. here if the config file i use. > kernel = "/boot/vmlinuz-2.6-xenU" > memory = 64 > name = "ttylinux" > nics = 1 > ip = "1.2.3.4" > disk = [''phy:hdc,hdd,r''] > root = "/dev/hdd ro" hdc is my cdrom and it was unmounted at
2010 Mar 16
4
ipconfig: DHCP fixes
Hi, Here are two fixes for ipconfig/dhcp, the second of them being required for my dhcp3 server to accept ipconfig's requests. Thanks, Louis Louis Rilling (2): ipconfig: Fix missing dhcp_end field ipconfig: Fix null ciaddr on DHCPREQUEST during SELECTING state usr/kinit/ipconfig/dhcp_proto.c | 4 ++-- usr/kinit/ipconfig/packet.c | 2 +- 2 files changed, 3
2008 Jan 22
4
PDC Multiple users
Hi list: I've been using samba+ldap as a PDC with roaming profiles for some time but recently I joined some machines to the domain wich are used by several users and then started the problems, the profiles loaded are not the ones owned by the users, I mean user1 loads the profile of the user2 and so on. I'm using Debian Etch (stable) with samba 3.0.24. Any Help Thanks Harol Hunter
2014 Feb 02
4
xorriso or genisoimage syntax assistance
I got this figured out much faster than I thought I would. Thanks to all of your help, Peter, Mattias, Thomas and Helmut. And Thomas, that 8 partition live OS sounds right up my alley, and I will definitely check it out. The second partition is working well with `parted' and `fdisk', so I am quite pleased. Below is, again, "what I came up with". I tried to integrate each of your
2004 Feb 16
1
Tinc not starting but not complaining either
Hi everybody, I've spent last 16 hours trying to get Tinc working on my two almost identical linux boxes. Both are running Debian stable with backported Openssl and self-compiled kernel 2.4.24 with ebtables-patch to enable bridging firewall. Both firewalls have both masquaraded and just bridged nets behind (LAN & DMZ) and they are working perfectly. Now I need to get from my home to
2024 Jan 21
1
Running VMware ESXi network installer via syslinux/menu
Hello, On 1/20/2024 1:03 AM, Adan Calderon wrote: > Remember the vmware versions of their loader are diffrent. Phew, what does that mean? It's their "bootx64.efi". Running "file" on it says it's an "MS-DOS executable". > I remember looking at the source for the mboot file and it was > diffrent from the syslinux version. Not sure what this means