Re: [CentOS] CentOS 5 Live USB
Mark Rose wrote: I took a stab at making a bootable CentOS 5 Live USB pendrive and I ended up with a kernel panic. I was able to do this with a live CD of CentOS 4, but it seems the same procedure does not work for the new version. Has anyone been able to accomplish this? Any and all thoughts are apprecicated! Mark I'd love to hear what you did to get CentOS on the USB thumb drive so that I can compare it to what I think we can accomplish with CentOS 5, as we are currently working on getting USB thumb drive installs to *just work* from Revisor. Kind regards, Jeroen van Meeuwen -kanarip ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] CentOS 5 Live USB
Johnny Hughes wrote: Jeroen van Meeuwen wrote: Mark Rose wrote: I took a stab at making a bootable CentOS 5 Live USB pendrive and I ended up with a kernel panic. I was able to do this with a live CD of CentOS 4, but it seems the same procedure does not work for the new version. Has anyone been able to accomplish this? Any and all thoughts are apprecicated! Mark I'd love to hear what you did to get CentOS on the USB thumb drive so that I can compare it to what I think we can accomplish with CentOS 5, as we are currently working on getting USB thumb drive installs to *just work* from Revisor. Kind regards, Jeroen van Meeuwen -kanarip You guys will probably want to wait for the next live CD ... based on the FC7 Live CD project. The FC7 Live CD project == livecd-tools or Revisor, the latter of which I develop. I probably do not want to wait ;-) Kind regards, Jeroen van Meeuwen -kanarip ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] CentOS 5 Live USB
Dag Wieers wrote: On Tue, 24 Jul 2007, Johnny Hughes wrote: Jeroen van Meeuwen wrote: Mark Rose wrote: I took a stab at making a bootable CentOS 5 Live USB pendrive and I ended up with a kernel panic. I was able to do this with a live CD of CentOS 4, but it seems the same procedure does not work for the new version. Has anyone been able to accomplish this? Any and all thoughts are apprecicated! I'd love to hear what you did to get CentOS on the USB thumb drive so that I can compare it to what I think we can accomplish with CentOS 5, as we are currently working on getting USB thumb drive installs to *just work* from Revisor. You guys will probably want to wait for the next live CD ... based on the FC7 Live CD project. We hope to have that on in a couple months and we hope for it to be easily installable on a thumb drive and even installable via the Live CD. You might find some pointers here if you can't wait, as it is what the Live CD is based on: http://os.cqu.edu.au/adios/adk.html It would be nice if the same project could deliver: - Live CD images - USB images - Harddisk images (for qemu/vmware or preinstalled harddisks) from a single set of media + configuration files. We're working on these latter two, in fact ;-) Kind regards, Jeroen van Meeuwen -kanarip ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] New packages installation via CDRom
Garrick Staples wrote: > On Thu, Jul 05, 2007 at 02:24:34PM -0300, Adriano dos Santos Vieira alleged: >> Hi, folks! >> >> Does anyone knows how could I install some new packages on CentOS (4 and >> 5) using the cdrom media? >> >> Att: My HD doesn't have much space to copy cdrom content to build a >> filesystem repository. >> >> I hope this great tool will should ask me by each cdrom witch it need, >> isn't it? > > Sorry, yum does not have nice support for removable media. > It has, but not on CentOS (yet). Mount the disc, and use that as a filesystem repository in yum. Has treated me well in the past. Kind regards, Jeroen van Meeuwen -kanarip ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] help with route on centos
Jerry Geis wrote: > I have 2 machines running centos. each machine has 2 network cards. > Box 1: > eth1: T1 connection 74.X.X.X > eth0: office connection 192.X.X.X > > Box 2: > eth1: Cable modem 24.X.X.X > eth0: office connection 192.X.X.X > > How do I issue a route command on each box so it will use > eth0 as the shortest route between the two boxes??? > It seems it already is when using the 192.168 addresses, so I assume you want to route the 74.x.x.x and 24.x.x.x over this path too: mndemo# route add -net 24.x.x.x/netmask gw 192.168.1.x dev eth0 unifiedpaging# route add -net 74.x.x.x/netmask gw 192.168.1.x dev eth0 Kind regards, Jeroen van Meeuwen -kanarip > Thanks, > > Jerry > > > > On Box1 the route is: > [EMAIL PROTECTED] ~]# route -n > Kernel IP routing table > Destination Gateway Genmask Flags Metric RefUse > Iface > 74.X.X.X0.0.0.0 255.255.255.240 U 0 00 eth1 > 192.168.1.0 0.0.0.0 255.255.255.0 U 0 00 > eth0 > 169.254.0.0 0.0.0.0 255.255.0.0 U 0 00 > eth1 > 0.0.0.0 74.X.X.X 0.0.0.0 UG0 00 eth1 > > > > One Box 2 the route is: > [EMAIL PROTECTED] ~]# route -n > Kernel IP routing table > Destination Gateway Genmask Flags Metric RefUse > Iface > 24.X.X.X 0.0.0.0 255.255.255.248 U 0 00 eth1 > 192.168.1.0 0.0.0.0 255.255.255.0 U 0 00 > eth0 > 169.254.0.0 0.0.0.0 255.255.0.0 U 0 00 > eth1 > 0.0.0.0 24.X.X.X 0.0.0.0 UG0 00 eth1 > > ___ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos