I have downloaded the yoper iso and burned and booted from it.. I think the error is most likely a burn / writer error, if you are sure that the MD5SUM checks out...
Ash
tnedor@bigfoot.com
rpm -q --whatprovides /path/to/top
The above should list the name of the rpm package that installed top.
My RH 7.2 machine lists procps-2.0.7-11
Ash
tnedor@bigfoot.com
could possibly be problems with the CD media, but cannot be certain unless you post the exact error messages. AV
tnedor@yahoo.com
Did this post help? Click below to let me know.
why not just get a PCMCIA modem? if it is for a laptop, will probably work out more convenient to travel with... a PCMCIA modem / network card combo... AV
tnedor@yahoo.com
Did this post help? Click below to let me know.
just tyr the following.
Put the CD in the laptop. Boot up in Linux and either share the drive over ftp or nfs.
use the network installation disk image (most distros supply) and create the floppy required. Just boot from that floppy, and assuming that both machines are connected via eth0 just...
try:
http://logidac.com/apache/apache-install-rpm.phtml
http://perl.about.com/gi/dynamic/offsite.htm?site=http%3A%2F%2Fwww.wowwebdesigns.com%2Fpower_guides%2Fkiller_trio_intro.php
Hope they help.
AV
tnedor@yahoo.com
Did this post help? Click below to let me know.
You can use the Ximian Evolution PIM package, with the Ximian Connector to make this work.
Check out http://www.ximian.com/products/connector/
AV
tnedor@yahoo.com
Did this post help? Click below to let me know.
you should be able to append the apm=off at the end of the kernel line in your /etc/grub.conf file
eg.
kernel /vmlinuz-2.4.18-0.13 ro root=/dev/hda3 vga=791 apm=off
I have not tried it my machine, but it should work. AV
tnedor@yahoo.com
Did this post help? Click below to let me know.
You might find the following helpful.
http://www.tldp.org/HOWTO/Hardware-HOWTO/other.html
http://www.xs4all.nl/~orchard/linux/
AV
tnedor@yahoo.com
Did this post help? Click below to let me know.
if you wish to use "root over NFS" check this out http://www.tldp.org/HOWTO/Diskless-root-NFS-HOWTO.html
If all you are after is to mount some shares, you can use the following in /etc/fstab:
192.168.0.1:/exported_share /share nfs defaults 1 1
The exported share is...
I was getting a similar problem with my Belkin KVM and RH 7.2.
Here are a couple of things that work for me:
If I kvm switch away to another machine and come back, but don't touch the mouse, and immediately CTRL-ALT-F1 and then immediately ALT-F7 to return to X, the mouse works perfectly.
If...
I would advise that you compare all the executables against the originals you used to install from the distro CD... I am always VERY suspicious when I turn up at a machine and it has binaries (especially binaries like ls, etc...)
I have discovered compromised machines more often than not in...
I had the same problem earlier, and adjusted my /etc/rc.d/init.d/dhcpd file
start() {
# Start daemons.
echo -n $"Starting $prog: "
daemon /usr/sbin/dhcpd eth1 <<< === add eth1( usually does not have eth entry)
RETVAL=$?
echo
[ $RETVAL...
The modem might be a WinModem... if so, check http://www.linmodems.org/ to see if there are drivers for it... Otherwise you might be better off getting an external modem... I battled with a "supported" winmodem for a few weeks, before I gave up and got an external unit... never looked...
make sure that the PnP OS setting in the BIOS is set to No, then try to reconfigure... AV
tnedor@yahoo.com
Did this post help? Click below to let me know.
how about something like:
ps ax -o pid -o cmd | g sshd | cut -f1 -d\/
this gives me a list of the pids for the sshd process(es) running on my machine... AV
tnedor@yahoo.com
Did this post help? Click below to let me know.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.