Re: How to mount device as USER on Konsole window

2003-08-28 Thread Stephen Liu
Hi Ron, Thanks for your advice. Following new entries made on /etc/fstab /dev/cdrom/mnt/cdrom udf,iso9660 noauto,user,ro 0 0 /dev/cdrom1 /mnt/cdrom1 udf,iso9660 noauto,user,ro 0 0 /dev/fd0 /mnt/floppy autonoauto,user 0 0 $ mount /dev/fd0 /mnt/floppy/ mount: only roo

Re: How to mount device as USER on Konsole window

2003-08-28 Thread dave c
Did you try: mount /mnt/floppy mount /mnt/cdrom from the commandline as a normal user?? unmounting... umount /mnt/floppy umount /mnt/cdrom --- On Wed 08/27, Stephen Liu < [EMAIL PROTECTED] > wrote: From: Stephen Liu [mailto: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: 28 Aug 2003 11:11:

Re: Adding IMP/Horde

2003-08-28 Thread Piero Calucci
On Mon, 2003-08-25 at 16:28, Swenson, Chris wrote: > Is anyone out there using the Horde/IMP stuff on RH 8. I have been using an > older implementation for years on 7.1 and I am trying get bring all my > servers up to 8.0 with the latest stable revs of the various apps. I cannot > get this app to

RPM hangs

2003-08-28 Thread Jason Dale
Hi all, I just used up2date on the Gnome desktop to upgrade my sendmail packages, but just as the packages were installing, up2date froze dead in it's tracks. Now, when I use the rpm command to query packages, it hangs. Even rpm --rebuilddb does not work, as I suspected that the RPM package d

Re: RPM hangs

2003-08-28 Thread Jason Dale
OK ... I found a way to solve the problem. The %&@!&#* up2date program crashed in mid-install while I was doing the latest errata updates, and in so doing actually *did* stuff up the Packages database stored in /var/lib/rpm. (Next time I will backup the database before TOUCHING up2date - se

Re: How to mount device as USER on Konsole window

2003-08-28 Thread Stephen Liu
Hi Dave, $ mount -t udf /mnt/cdrom mount: only root can do that $ mount /mnt/cdrom $ umount /mnt/cdrom $ mount /mnt/floppy $ umount /mnt/floppy all work without problem. What is the trick behind? Why "mount -t udf /mnt/cdrom" can't work. All files in the CD are of udf format. They were crea

Re: RPM hangs

2003-08-28 Thread dave c
I know this may not be much to add, but I have had this happen to me and a simple reboot solved the problem. Of course that might make me appear that I'm in the same group as those windoze losers, but hey...just thought I would let you know that worked for me. rpm -rebuilddb wouldn't respond,

RE: XF86Config file question - starting XWindows in level 3

2003-08-28 Thread Stephen Liu
Hi Michael, Thanks for your advice. Booting into Init 3 and login as root "startx" starts GUI as root "Ctrl + Alt + F2" returns back to Init 3 "Init 5" starts GUI but requesting for login again. B.Regards Stephen On Wed, 2003-08-27 at 23:28, [EMAIL PROTECTED] wrote: > >Message: 7 > >Subject

Re: XF86Config file question - starting XWindows in level 3

2003-08-28 Thread Jesse Keating
On Thursday 28 August 2003 10:01, Stephen Liu wrote: > Booting into Init 3 and login as root > > "startx" starts GUI as root > "Ctrl + Alt + F2" returns back to Init 3 > > "Init 5" starts GUI but requesting for login again. er not quite. startx just tries to starts x, regardless of runlevel. Hit

network and sound drivers on Dell Dimension 4600

2003-08-28 Thread Greg Goldstein
I have a new Dell Dimension 4600 P4 3GHz and I installed RH 8.0. I noticed that neither the network card nor sound card were recognised on boot sequence, and I searched around and discovered that there is new Intel hardware (a motherbd with integrated audio and NIC) that requires special drive

kernel rebuild - .config

2003-08-28 Thread Quillen, Channon
Using 'make menuconfig', I made changes to the default .config file. How do I get the original .config file? -Channon -- Psyche-list mailing list [EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/psyche-list

Re: kernel rebuild - .config

2003-08-28 Thread Iain Buchanan
On Fri, 2003-08-29 at 07:03, Quillen, Channon wrote: > Using 'make menuconfig', I made changes to the default .config file. How do > I get the original .config file? Look in /configs/ for all the redhat config files, or /boot/config- for config files for kernels you have installed. Copy one of t