similar to: Trying to create a custom initrd that will work with PXE Booting

Displaying 20 results from an estimated 10000 matches similar to: "Trying to create a custom initrd that will work with PXE Booting"

2006 Nov 20
12
Samba fileserver limited to 50 MB/s on gbit
Hello, I am running a fileserver with smbd here. The server is a 64bit 2.8 GHz Celeron D with 2GB RAM, running 64bit Debian, Samba version 3.0.23c. It is running as a pure fileserver so its only CPU load is serving files. The client I am doing the tests from is WinXP Pro SP2. It is connected via Intel e1000 gbit ethernet (both the server and client use e1000 chipsets). I have done a raw tcp
2017 Oct 05
2
Weird bandwith behaviour (download throughput) on CentOS based gateway
Hi. I have a company gateway that is connected to a 30/30 Fiber connection, network termination point is a MRV OS-904. It acts as a firewall/router for the DMZ/hosts/lans behind. Software: CentOS 6.9, bare minimum install, all latest patches. Hardware: Xeon CPU, Intel server MB with two Intel PRO 1000 (e1000, e1000e) network cards, adaptec RAID, 8GB RAM On the hosts/lan behind I can happily
2008 Jul 31
1
PXE Booting floppy image
Anyone know the correct syntax for specifying a floppy image in the /tftpboot/pxelinux.cfg/default file? I am trying to use: label Dos Bootdisk MENU LABEL Dos bootdisk FDIMAGE discimage.img But when I select it the menu, I get a message saying "Automatic boot in 30 seconds" and nothing happens. I would use: label Dos Bootdisk 2 MENU LABEL Dos bootdisk 2
2012 Feb 03
2
Building CentOS 6.2 custom install media
Hi, For the OLPC school server ("XS") we are planning to move from our dated F9 setup to CentOS 6.2. Thanks for all the effort involved in producing this distro. One important part of this project is a 'respin' of the install media - we need to add a handful of packages from external repositories, and maybe run a command late in the install. Are the scripts/configurations used
2008 Apr 15
6
SSH Question relating to Public and Private Keys
Hi People, The Linux Environment I am responsible for is using ssh key pairs to allow access to a number or accounts on a number Linux Servers. I currently have the opportunity to re-design some of this. So I would like to tap into peoples experiences to see what might be some good changes to make. Specifically I have a couple of questions 1. Currently all of the key pairs we are using
2017 Oct 04
4
systemd-networkd issue
Hi Clint, systemd-networkd doesn't use those files at all. On Wed, 4 Oct 2017 at 13:55 Clint Dilks <clintd at scms.waikato.ac.nz> wrote: > On Wed, Oct 4, 2017 at 3:46 PM, Phil Manuel <phil at zomojo.com> wrote: > > > Hi, > > > > If I disable ipv6 via the kernel command line, ipv6.disable=1, then > > systemd-networkd fails to bring up any
2016 Oct 18
7
SSH Weak Ciphers
Hi, In a recent security review some systems I manage were flagged due to supporting "weak" ciphers, specifically the ones listed below. So first question is are people generally modifying the list of ciphers supported by the ssh client and sshd? On CentOS 6 currently it looks like if I remove all the ciphers they are concerned about then I am left with Ciphers
2010 Jan 06
4
Yum Issue
Yum using proxy that requires authentication and a Password that contains the two characters \/ fails normally I can get yum to work with a proxy that requires authentication when required by doing something like http_proxy=http://<my username>:<my password>@<proxy server>:<proxy server port> export http_proxy or by filling in the appropriate information in yum.conf.
2007 Jul 11
1
RPM Build Question
Hi People, I have just started building my own RPMS on both Fedora and CentOS and generally things have gone well. Currently I am trying to create RPMS for some commercial software that we have purchased. Step 1 was install the software using its JAVA Based installer ensuring that all files were installed into a particular directory in /usr/local. Step 2 was create a tar file of the
2007 Jul 19
3
CentOS 5: rsyncd log problem
I run a CentOS/Fedora mirror with rsync access. I have the following rsyncd.conf file: read only = true transfer logging = true pid file = /var/run/rsyncd.pid log file = /var/log/rsyncd.log dont compress = * [Fedora] path = /var/ftp/pub/mirrors/fedora comment = Fedora mirror [CentOS] path = /var/ftp/pub/mirrors/centos comment = CentOS mirror My problem is that
2016 Jan 27
2
Alternative HTML Editor
On 01/27/2016 04:59 PM, Clint Dilks wrote: > What is the result of > ldd /usr/lib64/seamonkey/seamonkey-bin # ldd /usr/lib64/seamonkey/seamonkey-bin linux-vdso.so.1 => (0x00007ffe525fc000) libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003d6b400000) libdl.so.2 => /lib64/libdl.so.2 (0x0000003d6bc00000) librt.so.1 => /lib64/librt.so.1 (0x0000003d6c000000) libstdc++.so.6
2012 Dec 27
4
Help Getting Postfix relaying via Gmail
Hi, I am trying to get a CentOS 6 system relaying mail via my G-Mail account. I followed the instructions found at https://www.zulius.com/how-to/set-up-postfix-with-a-remote-smtp-relay-host/but there seems to be a problem with authentication. I have done some research but still can't get this working. Any suggestions ? It seems the user and password are correct. Dec 27 23:15:36 hbc
2008 Aug 11
3
Question about Open SSH Public Keys
Hi People I am setting up some systems with ssh public keys and as part of this I am using the from directive inside .ssh/authorized_keys. Currently I am using the IP address to control the source. eg from="10.0.0.1" but on one CentOS 4 System that is up to date this will only work if I replace the IP with the DNS name of the server. I have verified that DNS is resolving the DNS
2010 Feb 04
3
Mount USB disk at startup?
I have a CentOS 5 machine with an external 500G USB disk, formatted with JFS. How do I get this to mount automatically at boot time? If I add to /etc/fstab: /dev/sdb1 /var/video jfs defaults 1 2 fsck.jfs complains at boot time: Error: Cannot open device /dev/sdb1 Usage: fsck.jfs ... ... Give root password for maintenance ... If I log in with the root password, /dev/sdb1 is present, and I
2008 Jan 09
3
CentOS and GCC Question
Hi People I am trying to build a piece of software from source in this case aide 0.13.1 using this config line ./configure --with-zlib --with-selinux. The configure step completes but there is a Warning that concerns me. This is taken from config.log configure:9809: checking for mhash_get_block_size in -lmhash configure:9844: gcc -o conftest -g -O2 -static -static conftest.c -lmhash -lz
2007 Sep 17
5
Server Virtualization
Hello, I work for a school in a New Zealand university and we are wanting to implement Server Virtualization for both CentOS and Windows systems. So I thought I would ask here what experience people have had with this and what issues that you all think should be considered? From my own research it seems that VMWare or Xen are really the two major products to be considered, are there any
2007 Dec 31
2
Centos 5.1, mythtv, saa7134_dvb?
I'm trying to set up my Centos 5.1 box at home to run mythtv. The DVB-T card requires saa7134 and saa7134_dvb. These are not in the Centos kernels. Centosplus has saa7134, but not saa7134_dvb. Do I have to compile the kernel myself, or is there a trick? Mogens -- Mogens Kjaer, Carlsberg A/S, Computer Department Gamle Carlsberg Vej 10, DK-2500 Valby, Denmark Phone: +45 33 27 53 25, Fax:
2008 Nov 12
2
libapr issue - CentOS 4.7
Hi I am trying to get httpd onto a freshly updated, although long time ago installed CentOS 4 box. Its fully updated to 4.7 however when trying to install httpd this is the error i get, well i should say install is fine but httpd cant start. # yum install httpd -- snip -- Dependencies Resolved ============================================================================= Package
2008 Mar 12
2
Question relating to yumdownloader
Hi I use yumdownloader occasionally to grab RPMS. One thing that confuses me though is the --source option. I thought this would mean rather than getting the RPM that it would retrieve the source RPM. But it appears this isn't the case. Can anyone explain what this option actually relates to ?
2008 Apr 23
2
OT -Recommendations relating to a Password Safe
Hi Everyone I am wondering if many people are using software that acts as a password safe. And if so can you recommend any software in particular? I know many people will disagree with this idea, and I myself have always followed the printed list stored in a secure location. But in our particular situation keeping this single list current and correct while ensuring that regular password