So if you've seen me post in here recently, you'll see all the fun I've been having w/ RH9. Anyway, i figured I'd start a thread and list my gripes about it here. Feel free to join in the fun.
*RPM - 'nuff said.
*"Lock Screen" function often does not work.
*mounting floppy drives - you can pull the floppy out, set it ablaze in the woods and roast marshamallow(man) on it, yet the files on the disk will still appear if you do an "ls /mnt/floppy".
If you're looking at the contents of disk1 in the file manager and you pull out the disk and replace it with a completely different disk (disk2), and hit "refresh", it does jack. It shows the files that were in the current directory of the previous disk. To view the NEW disk, you must unmount the floppy, remount it, and reopen it. Ugh.
What's even better is this:
chmod 777 myfile
cp myfile /mnt/floppy (yes, the floppy is mounted)
ls /mnt/floppy
"myfile " is outputted to your screen.
Take the disk and put it in a windows machine.
a:\>dir
File Not Found
GRRR.
then there's always the off chance that you can't unmount the floppy drive. Yay.
*vncserver will not run from the "services" applet, even if it says it does. Works fine if you type "vncserver" at the command line though.
*the "route" command is overly complicated. It's much easier to do on the command line on a Windows or a Sun box. The syntax in RH9 is just mad.
Like me.
*RPM - 'nuff said.
*"Lock Screen" function often does not work.
*mounting floppy drives - you can pull the floppy out, set it ablaze in the woods and roast marshamallow(man) on it, yet the files on the disk will still appear if you do an "ls /mnt/floppy".
If you're looking at the contents of disk1 in the file manager and you pull out the disk and replace it with a completely different disk (disk2), and hit "refresh", it does jack. It shows the files that were in the current directory of the previous disk. To view the NEW disk, you must unmount the floppy, remount it, and reopen it. Ugh.
What's even better is this:
chmod 777 myfile
cp myfile /mnt/floppy (yes, the floppy is mounted)
ls /mnt/floppy
"myfile " is outputted to your screen.
Take the disk and put it in a windows machine.
a:\>dir
File Not Found
GRRR.
then there's always the off chance that you can't unmount the floppy drive. Yay.
*vncserver will not run from the "services" applet, even if it says it does. Works fine if you type "vncserver" at the command line though.
*the "route" command is overly complicated. It's much easier to do on the command line on a Windows or a Sun box. The syntax in RH9 is just mad.
Like me.
Comment