![]() ![]() |
Nov 9 2003, 04:21 PM
Post
#1
|
|
![]() Posting Prodigy Group: Forum MVP Posts: 2,068 Joined: 5-September 03 From: Canada Member No.: 1,808 |
I thought I better get a local copy of all RH9 critical updates.
Reasons: 1)My up2date demo account was for another system and was coming up to it's first 60 day expiry. 2)I want to see if I can get the equivalent of the Mandrake Update CD working for RH9 3)I expect RedHat to close down access to these updates in the near future. I decided to combine it with another practical experiment in ftp tools. This time, "ncftp" The initial process------------------------------- # mkdir rhupdates # cd rhupdates # ncftp updates.redhat.com ncftp> get -R 9 ncftp> bye The questions--------------------------------- Should this work in principle? What about in practice? Is there an apt-get or urpmi for RedHat? -------------------- Owyn
Linux User #327270 |
|
|
|
Nov 9 2003, 04:43 PM
Post
#2
|
|
|
Message Mogul ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 446 Joined: 20-June 03 Member No.: 1,569 |
Have you tried with wget? It works from this end...
http://www.redhat.com/apps/support/errata/ ftp://updates.redhat.com/9/en/os/ wget -cr ftp://updates.redhat.com/9/en/os/i386/ apt-get does exist for redhat, apt4rpm (I believe). http://apt.freshrpms.net/ http://apt4rpm.sourceforge.net/ tranquilo |
|
|
|
Nov 9 2003, 04:48 PM
Post
#3
|
|
![]() Discussion Deity Group: Forum MVP Posts: 4,188 Joined: 26-March 03 From: USA - MA Member No.: 396 |
Are there other (non-official) mirrors you could download from? Would that help
-------------------- ~SonicDragon
Registered Linux User: 322485 -- Slackware-Current |
|
|
|
Nov 9 2003, 04:51 PM
Post
#4
|
|
![]() Posting Prodigy Group: Forum MVP Posts: 2,068 Joined: 5-September 03 From: Canada Member No.: 1,808 |
QUOTE (tranquilo @ Nov 9 2003, 03:43 PM) Have you tried with wget? It works from this end... http://www.redhat.com/apps/support/errata/ ftp://updates.redhat.com/9/en/os/ wget -cr ftp://updates.redhat.com/9/en/os/i386/ Yep. I knew it would work with wget. Just happened to be in a mood to experiment with other ftp tools. Working. But I will probably stick with wget for the big jobs. QUOTE apt-get does exist for redhat, apt4rpm (I believe). http://apt.freshrpms.net/ http://apt4rpm.sourceforge.net/ tranquilo Tx. Will give it a try after I install a minimal RH9 system on my test system. I blew away my prior RH9 install for Mdk91. -------------------- Owyn
Linux User #327270 |
|
|
|
Nov 9 2003, 04:56 PM
Post
#5
|
|
![]() Posting Prodigy Group: Forum MVP Posts: 2,068 Joined: 5-September 03 From: Canada Member No.: 1,808 |
QUOTE (SonicDragon @ Nov 9 2003, 03:48 PM) Are there other (non-official) mirrors you could download from? Would that help Probably. But I thought I would start the process directly from RedHat. Getting clean 160KB from site, so should have everything downloaded soon. -------------------- Owyn
Linux User #327270 |
|
|
|
Nov 9 2003, 05:05 PM
Post
#6
|
|
![]() Posting Prodigy Group: Forum MVP Posts: 2,068 Joined: 5-September 03 From: Canada Member No.: 1,808 |
QUOTE Apt4rpm brings the following features: * Support for multiple distributions/versions/architectures in a single apt repository. * "Atomic" switching from an old apt repository to the newly created one. * Analyzes the rpm packages in the rpm repository and creates a unified apt package name. This mechanism uses caching to speed up the creation of a subsequent created apt repository. The rpm name, version and architecture are stored seperately in the cache. This makes it possible to easily search for 1 particular rpm throughout the whole apt repository. * Can create signed repositories. * Can mirror download server directories after downloading the apt repository will be created. * Can be run without root priveledge. * If possible it will mark a package as a security update, and will put it in the "security" component of the apt repository. * Provides an example sources.list file for the "file:", "ftp://" and "http://" method. * The apt repository is created with links from the rpm repository. The rpm repository can have any format. Rpms can be filtered with accept/reject rules. * Creates seperated binary, patch and source rpms components automatically. * A single XML formatted config file * The existing apt repository component is preserved if the underlying rpm repository did not change. This prevents unneccessary downloads by the apt client and saves resources at the server. * The source-rpm apt components can be provided in a flat or noflat structure. Switching between those 2 can be performed without problem. * A most recent rpm list can be created for each component. * A contents list is created for the whole apt repository. Looks great. Should do the trick. -------------------- Owyn
Linux User #327270 |
|
|
|
Nov 9 2003, 05:15 PM
Post
#7
|
|
![]() Posting Prodigy Group: Forum MVP Posts: 2,068 Joined: 5-September 03 From: Canada Member No.: 1,808 |
QUOTE [owyn@TestMdk92 rhupdates]$ du 233M ./9/en/os/SRPMS 27M ./9/en/os/athlon 269M ./9/en/os/i386 27M ./9/en/os/i586 48M ./9/en/os/i686 6.9M ./9/en/os/noarch 610M ./9/en/os 610M ./9/en 610M ./9 610M Got everything (in updates) for RH9. Will fit nicely on a CD. -------------------- Owyn
Linux User #327270 |
|
|
|
Nov 9 2003, 07:44 PM
Post
#8
|
|
|
Linux Miner Group: Forum MVP Posts: 3,896 Joined: 6-April 03 Member No.: 764 |
Owyn,
Another fabulous idea/project!! Worked great! Tranquilo, Thank you, the "Apt4RPM" program is tremendous...it truly makes updating/upgrading RH and even Fedora, as concisely as Debian...fantastic!! -------------------- ~ ® Linux User # 314972 ~ ® Ubuntu User # 12930 ~
If you tell the truth you don't have to remember anything. -- Mark Twain |
|
|
|
Nov 9 2003, 08:26 PM
Post
#9
|
|
|
Message Mogul ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 446 Joined: 20-June 03 Member No.: 1,569 |
This is true. Apt-get does work very well... upgrading is very easy. I read that fedora also has something called yum, which is similar to apt-get. You will have to give us your fedora report
tranquilo |
|
|
|
Nov 9 2003, 08:53 PM
Post
#10
|
|
![]() Posting Prodigy Group: Forum MVP Posts: 2,068 Joined: 5-September 03 From: Canada Member No.: 1,808 |
QUOTE (quint @ Nov 9 2003, 06:44 PM) Owyn, Another fabulous idea/project!! Worked great! Tranquilo, Thank you, the "Apt4RPM" program is tremendous...it truly makes updating/upgrading RH and even Fedora, as concisely as Debian...fantastic!! Quint: You beat me to it. I just finished installing RH9 and doing some checking on sound configuration. Checking in from RH9 before starting updates. Did you go with a local copy or use the freshrpms repository? Tranquilo: The yum setups are also available via the configuration file links at your freshrpms link. -------------------- Owyn
Linux User #327270 |
|
|
|
Nov 9 2003, 08:58 PM
Post
#11
|
|
|
Acute Mac ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Honorary Moderators Posts: 13,843 Joined: 4-April 03 Member No.: 625 |
I am back in Fedora. I tried a dozen times to install RH and it would not install on my system. I tried every configuration I could think of but it just would not install so I went back and reinstalled Fedora, making sure I got all the packages I wanted in the initial install instead of the defaults. It crashed before every time I tried to add sndconfig or something like that so I made sure I installed it the first time.
It is now added into my lilo. It would not take my partitioning from Mandrake. Nor would it let me partition it. I ended up doing the autoconfig and it took 57 GB for /. I do believe I will be going back in Mandrake and resizing that one! Did not find anything called Yum but it has "Up2Date" that goes in and checks for new packages. Nothing new yet according to that. -------------------- Teacher |
|
|
|
Nov 9 2003, 09:08 PM
Post
#12
|
|
|
Message Mogul ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 446 Joined: 20-June 03 Member No.: 1,569 |
Have you seen this page yet?
Red Hat Linux 9: Red Hat Linux x86 Installation Guide Appendix H. Additional Boot Options http://www.redhat.com/docs/manuals/linux/R...h-bootopts.html tranquilo |
|
|
|
Nov 9 2003, 09:09 PM
Post
#13
|
|
![]() Posting Prodigy Group: Forum MVP Posts: 2,068 Joined: 5-September 03 From: Canada Member No.: 1,808 |
QUOTE (teacher @ Nov 9 2003, 07:58 PM) I am back in Fedora. I tried a dozen times to install RH and it would not install on my system. I tried every configuration I could think of but it just would not install so I went back and reinstalled Fedora, making sure I got all the packages I wanted in the initial install instead of the defaults. It crashed before every time I tried to add sndconfig or something like that so I made sure I installed it the first time. It is now added into my lilo. It would not take my partitioning from Mandrake. Nor would it let me partition it. I ended up doing the autoconfig and it took 57 GB for /. I do believe I will be going back in Mandrake and resizing that one! Did not find anything called Yum but it has "Up2Date" that goes in and checks for new packages. Nothing new yet according to that. Does that mean I have to burn the ISOs now? Almost got to the point of getting RH9 properly set up. PS: I decided to go the grub route for boot manager. Very simple to install and update master boot menu. 1)Install RH9 with grub to root of new RH9 partition. 2)At the first boot you will come back to your prior boot menu. Let it default boot to Mandrake. 3)Mounted new partition and copied new lines from RH9/boot/grub/menu.lst to the end of Mdk92/boot/grub/menu.lst. 4)Rebooted and selected RH9 from menu. I could probably have done it with lilo as well, but, I decided I really liked the function provided by the grub console and chainloading. More value to me than the prettiness of the graphic lilo. --------------- Forget up2date. The apt4rpm / apt-get procedure is the way to go. You will not be tied into any RedHat marketting schemes. -------------------- Owyn
Linux User #327270 |
|
|
|
Nov 9 2003, 09:22 PM
Post
#14
|
|
|
Linux Miner Group: Forum MVP Posts: 3,896 Joined: 6-April 03 Member No.: 764 |
Owyn quote:
QUOTE Quint: You beat me to it. I just finished installing RH9 and doing some checking on sound configuration. Checking in from RH9 before starting updates. Did you go with a local copy or use the freshmeat rpms? Hi Owyn, Thanks again for your idea! My RH9 distro is on my smallest partition (6.5GB), so I'm unable to "keep" very much...that said, your method of obtaining all the "updates" was a God-send; I even ran out of space before the 608MB were finished...I deleted a few files, started over, and much to my surprise/delight, it picked up where it had left off!! The "APT4RPM", I d/l from "Sourceforge.net", read all the appropriate documents, tried it, simply amazing! Maybe it even works BETTER than in Debian. Owyn, you and Tranquilo have enabled me to have a most productive and enjoyable day...thank you both! Oh, btw, "YUM" is very interesting, but very powerful - will have to read more on it...but it looks quite promising. -------------------- ~ ® Linux User # 314972 ~ ® Ubuntu User # 12930 ~
If you tell the truth you don't have to remember anything. -- Mark Twain |
|
|
|
Nov 9 2003, 09:26 PM
Post
#15
|
|
|
Acute Mac ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Honorary Moderators Posts: 13,843 Joined: 4-April 03 Member No.: 625 |
Let's just say that if daughter's class next quarter was not Red Hat based, it would not be on my computer. It took all afternoon to get everything loaded right! I don't know how it installed Grub the second time because I did not see a screen asking like the previous install.
I just reduced the partition down to 10 GB. If it does not work when I go back to Fedora then I might not be doing Fedora. The scary part is wondering how daughter's computer will install if she does not bring it home on the plane. I hope she can grab one of those "geeks" from school to come to her room and install it for her! She was real excited after one of them talked to her basic animation class about Perl. -------------------- Teacher |
|
|
|
Nov 9 2003, 09:40 PM
Post
#16
|
|
![]() Posting Prodigy Group: Forum MVP Posts: 2,068 Joined: 5-September 03 From: Canada Member No.: 1,808 |
Julia:
Not sure why you had problems installing. It was fairly straight forward for me, but, I chose the custom route. I pre-created a new 2GB partition via diskdrake and the only thing that was special in diskdruid was setting a "/" mount point for the partition. Other than that, I trimmed the package selection down to the basic minimum to test Gnome/KDE/Updates and Configuration. Total install was about 1350MB. My effective disk space is of course much larger than that. I can mount other partitions on this system or my network as required, and, of course the common swap file for all distros. Switching topics. When you are ready to test the sound on your system open a new topic and we can discuss it there. I have found instructions on adding alsa to RH9 and probably Fedora, but, have not yet had time to test them. -------------------- Owyn
Linux User #327270 |
|
|
|
Nov 9 2003, 09:44 PM
Post
#17
|
|
|
Acute Mac ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Honorary Moderators Posts: 13,843 Joined: 4-April 03 Member No.: 625 |
Okay. Sound will be another day. Bruno told me not to touch the computer again today. Actually I am about ready to crash for the night. I have done enough tinkering for the day.
I have no idea why Red Hat did not like my computer. It would freeze in IceWM right after running the monitor, video card, and mouse config every time, even when I told it to do a text install! I might put my extra stick in my computer before I do anymore software tinkering. -------------------- Teacher |
|
|
|
Nov 9 2003, 09:50 PM
Post
#18
|
|
![]() Posting Prodigy Group: Forum MVP Posts: 2,068 Joined: 5-September 03 From: Canada Member No.: 1,808 |
QUOTE (teacher @ Nov 9 2003, 08:44 PM) Okay. Sound will be another day. Bruno told me not to touch the computer again today. Actually I am about ready to crash for the night. I have done enough tinkering for the day. I have no idea why Red Hat did not like my computer. It would freeze in IceWM right after running the monitor, video card, and mouse config every time, even when I told it to do a text install! I might put my extra stick in my computer before I do anymore software tinkering. No idea of why the install problems, but, the install cheat codes that Tranquilo posted may help. Leave it till Bruno is available. No problem on holding off on the sound tests. I still need to get apt4rpms working, etc. Take care and get some sleep. My worst disasters came from pushing too hard and too long. -------------------- Owyn
Linux User #327270 |
|
|
|
Nov 9 2003, 09:52 PM
Post
#19
|
|
|
Linux Miner Group: Forum MVP Posts: 3,896 Joined: 6-April 03 Member No.: 764 |
Owyn quote:
QUOTE Forget up2date. The apt4rpms / apt-get procedure is the way to go. You will not be tied into any RedHat marketting schemes. I never was able to get "up2date" to work...it asked, and expected, too much information...always gave me errors, when I refused to feed it what it wanted. That experience is just adding to my enjoyment over "APT4RPM". -------------------- ~ ® Linux User # 314972 ~ ® Ubuntu User # 12930 ~
If you tell the truth you don't have to remember anything. -- Mark Twain |
|
|
|
Nov 9 2003, 09:54 PM
Post
#20
|
|
|
Acute Mac ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Honorary Moderators Posts: 13,843 Joined: 4-April 03 Member No.: 625 |
I went through many of those including the noapic, the text, noprobe.......Maybe I will figure it out eventually. The screen just did not give me any clues, even when killing, as to what was causing it to hang. Just a screen with a red hat on it and nothing else! This is it for the night for me. Morning comes way to early around here.
-------------------- Teacher |
|
|
|
Nov 10 2003, 06:20 PM
Post
#21
|
|
|
Acute Mac ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Honorary Moderators Posts: 13,843 Joined: 4-April 03 Member No.: 625 |
It looks like it can handle the 1GB of RAM so that is one test out of the way. It is amazing the progress made in just a few short months. Now if I can get eveyrthing else to wrok. Tried to install apt4RPM but it had some dependency problems. I wish I had the MCC to do things!
-------------------- Teacher |
|
|
|
Nov 10 2003, 07:10 PM
Post
#22
|
|
![]() Posting Prodigy Group: Forum MVP Posts: 2,068 Joined: 5-September 03 From: Canada Member No.: 1,808 |
QUOTE (teacher @ Nov 10 2003, 05:20 PM) Tried to install apt4RPM but it had some dependency problems. Julia: I installed "rpm -ihv apt-0.5.5cnc6-fr1.i386.rpm" without any dependency problems on an unpatched vanilla RH9 system. In fact, it was the first thing I did on the system. -------------------- Owyn
Linux User #327270 |
|
|
|
Nov 10 2003, 07:35 PM
Post
#23
|
|
![]() Posting Prodigy Group: Forum MVP Posts: 2,068 Joined: 5-September 03 From: Canada Member No.: 1,808 |
Oops. Sorry, I see your problem.
QUOTE [root@TestRH9 apt4rpm]# rpm -ihv apt4rpm-0.65.2-0.noarch.rpm error: Failed dependencies: apt-server is needed by apt4rpm-0.65.2-0 perl-XML-LibXML is needed by apt4rpm-0.65.2-0 This should help. -------------------- Owyn
Linux User #327270 |
|
|
|
Nov 10 2003, 07:37 PM
Post
#24
|
|
|
Acute Mac ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Honorary Moderators Posts: 13,843 Joined: 4-April 03 Member No.: 625 |
Let me bounce back to Fedora. I had just switched back to Drake after a botched Slack install (disk trash now).
-------------------- Teacher |
|
|
|
Nov 10 2003, 07:41 PM
Post
#25
|
|
![]() Posting Prodigy Group: Forum MVP Posts: 2,068 Joined: 5-September 03 From: Canada Member No.: 1,808 |
QUOTE (teacher @ Nov 10 2003, 06:37 PM) Let me bounce back to Fedora. Ok. But I will have to postpone my involvement till tomorrow. Hopefully Quint can pop in and help. I think he allready has a Fedora distro running. -------------------- Owyn
Linux User #327270 |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 2nd September 2010 - 09:33 PM |