RE: XF86Config file question - Nvidia Driver
On Tue, 2003-08-26 at 03:43, Stephen Liu wrote: > Hi Michael, > > Thanks for your advice. > > My PC config as follows > === > CPU - Athlon 2.1G > RAM - 512MB > Graphic card - WinFast GeForce2 MX > Memory - 32MB > OS - RH8.0 > > I think I can use "AMD64". If I am wrong please correct me. No. Use IA32. Dave -- Psyche-list mailing list [EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/psyche-list
How to mount device as USER on Konsole window
Hi all folks, How to allow user to mount devices on KONSOLE window not from ICON on KDE desktop. What command line will be used. $ mount /dev/fd0 /mnt/floppy etc. can't work unless you "su -". But this is to mount as ROOT. B.R. Stephen Liu To Get Your Own iCareHK.com Email Address? Go To www.iCareHK.com. -- Psyche-list mailing list [EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/psyche-list
wget command question
Hi all folks, I tried to download http://www.washingtonpost.com/wp-dyn/articles/A34978-2003Aug23.html with following wget commands for local/off-line browsing $ wget --no-parent http://www.washingtonpost.com/wp-dyn/articles/A34978-2003Aug23.html $ wget -r --no-parent http://www.washingtonpost.com/wp-dyn/articles/A34978-2003Aug23.html etc. What I could get was a questionnaire form. Completing the said form did not show the file. Kindly advise what will be the correct wget command to use. Or this file is not allowed to download. Thanks in advance. B.R. Stephen Liu To Get Your Own iCareHK.com Email Address? Go To www.iCareHK.com. -- Psyche-list mailing list [EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/psyche-list
RE: XF86Config file question - Nvidia Driver
Hi Michael, Thanks for your advice. It works without problem. >From "Init 3" how to start xwindow # xwindow # service xwindow start # xwindow start Ctrl + Alt + F7 etc. could not work. Thanks in advance. B.Regards Stephen On Wed, 2003-08-27 at 00:47, [EMAIL PROTECTED] wrote: > >Message: 4 > >Subject: RE: XF86Config file question - Nvidia Driver > >From: "Stephen Liu" <[EMAIL PROTECTED]> > >To: <[EMAIL PROTECTED]> > >Date: 26 Aug 2003 16:43:56 +0800 > >Reply-To: [EMAIL PROTECTED] > > > >Hi Michael, > > > >Thanks for your advice. > > > >My PC config as follows > >=== > >CPU - Athlon 2.1G > >RAM - 512MB > >Graphic card - WinFast GeForce2 MX > >Memory - 32MB > >OS - RH8.0 > > > >I think I can use "AMD64". If I am wrong please correct me. > > As Roger mentioned in the last e-mail, if you download the wrong one then the > installation program will download the correct one. > > >I am not very experienced on "vi". Most time I use "mc" (midnight > >commander) for text editing. Anyway I will go through "vitutor" later. > >I know how to toggle between Init2 and Init5 after login, not booting > >straight to Init2 by changing "/etc/inintab" > > I use vi a lot just because I was taught vi many years ago. It is the standard text > editor for unix ans unix like systems. However if you can use midnight commander > then that is great!. What I meant was that you must know the basics for editing a > text file with a text editor, not necessarily that you MUST use vi... > > >Is there a simple way to boot straight to Init2 without changing > >"/etc/inintab? > > Actually you need to boot into mode 3 not 2. > > With redhat the default bootloader is GRUB. That is the one that I use. With GRUB > you can easily boot into text mode or any other mode that you want. Here is how I do > it... > > 1. Boot your computer into GRUB > 2. Choose the most recent kernel that you have on the list. > 3. Press the "e" key to edit the commands for that kernel before booting. > 4. On the next screen, choose the line that says "kernel /vmlinuz..." and press the > "e" key. > 5. At the END of the line of " grub edit > kernel /vmlinuz..." hit the space bar > once and type "init 3" without the (quotation marks of course) and then press > "enter" key. > 6. You should now be back at the previous screen and you should see "init 3" at the > end of the line. Now press the "b" key to boot into text mode! > > The next time you boot up the original configuration will be there. Nothing will > permantently changed. > > That is it! You have now successfully booted into mode 3 and are on your way to > becoming an expert! > > Sincerely, > Michael von Lehe To Get Your Own iCareHK.com Email Address? Go To www.iCareHK.com. -- Psyche-list mailing list [EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/psyche-list
Telnet enable to ROOT
Hi Team, I am unable to login from my client to my server as a root. Where to enable it. Thanks SureshA [EMAIL PROTECTED] -- Psyche-list mailing list [EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/psyche-list
Re: XF86Config file question - Nvidia Driver
Hi Stephen (rest of message "snipped") On Wednesday 27 Aug 2003 09:48, Stephen Liu wrote: > From "Init 3" how to start xwindow > > # xwindow > # service xwindow start > # xwindow start > Ctrl + Alt + F7 > etc. > > could not work. What you need to use, from the shell is "init 5" this will start X and your default Desktop environment.. Have fun Colin -- The manual said "Requires WinBlows '95 or better" ...so I installed Linux! -- Psyche-list mailing list [EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/psyche-list
Re: Telnet enable to ROOT
On Wed, Aug 27, 2003 at 05:52:23PM +0530, Suresh Babu A. [IT Engineer] wrote: > Hi Team, > > I am unable to login from my client to my server as a root. Where to > enable it. Don't. Telnet sends passwords in the clear, so anyone can snoop your passwords. It has other insecurities. Instead, use SSH. Once you have it set up, it is easier to use, and will forward X for you. -- Charles Curley /"\ASCII Ribbon Campaign Looking for fine software \ /Respect for open standards and/or writing? X No HTML/RTF in email http://www.charlescurley.com/ \No M$ Word docs in email Key fingerprint = CE5C 6645 A45A 64E4 94C0 809C FFF6 4C48 4ECD DFDB pgp0.pgp Description: PGP signature
External Firewire Drives and Booting up
Good Morning, I have a Linux box with two external firewire drives hooked up. The issue I am having is if I reboot or if we are hit by a power outage and I need to bring the system back online, it fails because it does not recognize the firewire drives. The error message says /dev/sda1 is an invalid block device. To fix this problem, I just make a copy of /etc/fstab and then remove the entries for the firewire drives, then reboot system. After system comes back up, I then move the copied version of /etc/fstab back and do a mount -a and the firewire drives are again useable. This seems to be just a bit to much work since I have to do this as root and since I am the only person with the password it could cause problems if I am not here. (Everyone else has sudo privileges and there is no other sysad types here). Is there something I can do where I can eliminate these steps and have the system boot naturally and mount the firewire drives during the boot process? Thank you in advance, Tom
Re: XF86Config file question - Nvidia Driver
Hi Colin, Ah "Init 5" I already forgot it. I learned it from starting "Single User" mode ctrl+alt+f1 (or f2, f3 -f6) init 1 # init 5(Return to default desktop) Lot of thanks for your advice. I think I have to put more effort on command line rather than GUI B.R. Stephen On Wed, 2003-08-27 at 21:34, Colin J Thomson wrote: > Hi Stephen > > (rest of message "snipped") > > On Wednesday 27 Aug 2003 09:48, Stephen Liu wrote: > > > From "Init 3" how to start xwindow > > > > # xwindow > > # service xwindow start > > # xwindow start > > Ctrl + Alt + F7 > > etc. > > > > could not work. > > What you need to use, from the shell is "init 5" this will start X and your > default Desktop environment.. > > Have fun > > Colin > -- > The manual said "Requires WinBlows '95 or better" ...so I installed Linux! > To Get Your Own iCareHK.com Email Address? Go To www.iCareHK.com. -- Psyche-list mailing list [EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/psyche-list
RE: shut down problem
Title: RE: shut down problem What happens if you 'init 0'? -Channon -Original Message- From: Nick H Johnson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 26, 2003 6:22 PM To: [EMAIL PROTECTED] Subject: RE: shut down problem dave c wrote: > > try "shutdown -h now" > > See if that does it. > > No luck Dave. It simply reboots. Any other suggestions. I'm stumped. thanks Nick -- Please avoid sending me Word or PowerPoint attachments. See http://www.fsf.org/philosophy/no-word-attachments.html -- Psyche-list mailing list [EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/psyche-list
Re: shut down problem
Title: RE: shut down problem I haven't been following this thread, but 'init 0' is what I use to shutdown my linux servers completely. (If they power back on by themselves, it might be a setting in your BIOS). 'init 0' is not as 'graceful' as shutdown, which does proper housecleaning and allows processes to terminate themselves and their child processes. 'init 6' will reboot your machine. Jason - Original Message - From: Quillen, Channon To: '[EMAIL PROTECTED]' Sent: Wednesday, August 27, 2003 3:36 PM Subject: RE: shut down problem What happens if you 'init 0'? -Channon -Original Message- From: Nick H Johnson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 26, 2003 6:22 PM To: [EMAIL PROTECTED] Subject: RE: shut down problem dave c wrote: > > try "shutdown -h now" > > See if that does it. > > No luck Dave. It simply reboots. Any other suggestions. I'm stumped. thanks Nick -- Please avoid sending me Word or PowerPoint attachments. See http://www.fsf.org/philosophy/no-word-attachments.html -- Psyche-list mailing list [EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/psyche-list
Re: Telnet enable to ROOT
Hi Team, Any url which talk about HOW to SSH. Thanks in advance. Suresh A. On Wed, 27 Aug 2003, Charles Curley wrote: > Date: Wed, 27 Aug 2003 06:39:16 -0600 > From: Charles Curley <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Re: Telnet enable to ROOT > > On Wed, Aug 27, 2003 at 05:52:23PM +0530, Suresh Babu A. [IT Engineer] wrote: > > Hi Team, > > > > I am unable to login from my client to my server as a root. Where to > > enable it. > > Don't. > > Telnet sends passwords in the clear, so anyone can snoop your > passwords. It has other insecurities. > > Instead, use SSH. Once you have it set up, it is easier to use, and > will forward X for you. > > -- > > Charles Curley /"\ASCII Ribbon Campaign > Looking for fine software \ /Respect for open standards > and/or writing? X No HTML/RTF in email > http://www.charlescurley.com/ \No M$ Word docs in email > > Key fingerprint = CE5C 6645 A45A 64E4 94C0 809C FFF6 4C48 4ECD DFDB > Thanks SureshA [EMAIL PROTECTED] Res : 28443303 -- Psyche-list mailing list [EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/psyche-list
RE: XF86Config file question - starting XWindows in level 3
>Message: 7 >Subject: RE: XF86Config file question - Nvidia Driver >From: "Stephen Liu" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Date: 27 Aug 2003 17:48:16 +0800 >Reply-To: [EMAIL PROTECTED] > >Hi Michael, > >Thanks for your advice. It works without problem. > >>From "Init 3" how to start xwindow > ># xwindow ># service xwindow start ># xwindow start >Ctrl + Alt + F7 >etc. > >could not work. > >Thanks in advance. > >B.Regards >Stephen Hi Stephen, Simply type "startx" to use gui in level 3. When you type "init 5" you start the gui, but you also switch to level 5 which is a different level that level 3. The different levels can be set up run different configurations such as programs that you want to start up i.e. different "services" at boot time. Just remember "I want to start x so I startx" Sincerely, Michael von Lehe __ McAfee VirusScan Online from the Netscape Network. Comprehensive protection for your entire computer. Get your free trial today! http://channels.netscape.com/ns/computing/mcafee/index.jsp?promo=393397 Get AOL Instant Messenger 5.1 free of charge. Download Now! http://aim.aol.com/aimnew/Aim/register.adp?promo=380455 -- Psyche-list mailing list [EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/psyche-list
RE: Telnet enable to ROOT
Title: RE: Telnet enable to ROOT I used 'man ssh' It provides all you need to know. You will need these packages: openssh-clients openssh-server openssh Do a 'rpm -qa | grep ssh' to see if they are installed on your system. -Channon -Original Message- From: Suresh Babu A. [IT Engineer] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 27, 2003 9:46 AM To: [EMAIL PROTECTED] Subject: Re: Telnet enable to ROOT Hi Team, Any url which talk about HOW to SSH. Thanks in advance. Suresh A. On Wed, 27 Aug 2003, Charles Curley wrote: > Date: Wed, 27 Aug 2003 06:39:16 -0600 > From: Charles Curley <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Re: Telnet enable to ROOT > > On Wed, Aug 27, 2003 at 05:52:23PM +0530, Suresh Babu A. [IT Engineer] wrote: > > Hi Team, > > > > I am unable to login from my client to my server as a root. Where to > > enable it. > > Don't. > > Telnet sends passwords in the clear, so anyone can snoop your > passwords. It has other insecurities. > > Instead, use SSH. Once you have it set up, it is easier to use, and > will forward X for you. > > -- > > Charles Curley /"\ ASCII Ribbon Campaign > Looking for fine software \ / Respect for open standards > and/or writing? X No HTML/RTF in email > http://www.charlescurley.com / \ No M$ Word docs in email > > Key fingerprint = CE5C 6645 A45A 64E4 94C0 809C FFF6 4C48 4ECD DFDB > Thanks SureshA [EMAIL PROTECTED] Res : 28443303 -- Psyche-list mailing list [EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/psyche-list
SSH Resources [was Re: Telnet enable to ROOT]
On Wed, Aug 27, 2003 at 08:16:19PM +0530, Suresh Babu A. [IT Engineer] wrote: > Hi Team, > > Any url which talk about HOW to SSH. This is old but still useful, and points to some other useful resources. -- Charles Curley /"\ASCII Ribbon Campaign Looking for fine software \ /Respect for open standards and/or writing? X No HTML/RTF in email http://www.charlescurley.com/ \No M$ Word docs in email Key fingerprint = CE5C 6645 A45A 64E4 94C0 809C FFF6 4C48 4ECD DFDB pgp0.pgp Description: PGP signature
RE: How to mount device as USER on Konsole window
mount /mnt/floppy --- On Tue 08/26, Stephen Liu < [EMAIL PROTECTED] > wrote: From: Stephen Liu [mailto: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: 27 Aug 2003 10:30:25 +0800 Subject: How to mount device as USER on Konsole window Hi all folks,How to allow user to mount devices on KONSOLE window not from ICON onKDE desktop. What command line will be used.$ mount /dev/fd0 /mnt/floppyetc. can't work unless you "su -". But this is to mount as ROOT.B.R.Stephen LiuTo Get Your Own iCareHK.com Email Address? Go To www.iCareHK.com.-- Psyche-list mailing list[EMAIL PROTECTED]https://www.redhat.com/mailman/listinfo/psyche-list ___ Join Excite! - http://www.excite.com The most personalized portal on the Web! -- Psyche-list mailing list [EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/psyche-list
Re: How to mount device as USER on Konsole window
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tuesday, August 26, 2003, 9:30:25 PM, Stephen wrote: > How to allow user to mount devices on KONSOLE window not from ICON on > KDE desktop. What command line will be used. > $ mount /dev/fd0 /mnt/floppy That one. > etc. can't work unless you "su -". But this is to mount as ROOT. Yes it can, but only if your /etc/fstab entry is set up to allow it. You need to include the "user" option where you probably now have "owner". In addition, you probably want to include "nosuid" and "noexec". You may have to eliminate the "kudzu" option, to prevent the entry from being destroyed and recreated with default options when you reboot. Ron. -BEGIN PGP SIGNATURE- Version: PGP Personal Privacy 6.5.8 Comment: Until recently, the last PGP with full source disclosure. iQA/AwUBP0zY528pw+2/9pUJEQLN1gCfaDsZBBwaGO/+4tFEmSGe7++L6X8AoK0R PrxWFSLOquTwHxTTt/bR8Eg+ =CHaG -END PGP SIGNATURE- -- Psyche-list mailing list [EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/psyche-list
Re: How to mount device as USER on Konsole window
Hi Ron, Thanks for your advice. Hereinbelow is /etc/fstab LABEL=/ / ext3defaults1 1 LABEL=/boot /boot ext3defaults1 2 none/dev/pts devpts gid=5,mode=620 0 0 none/procprocdefaults 0 0 none/dev/shm tmpfs defaults0 0 /dev/hda3swapswapdefaults0 0 /dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0 /dev/cdrom1 /mnt/cdrom1 udf,iso9660 noauto,owner,kudzu,ro 0 0 /dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0 If I want to allow "satimis"(user) to mount cdrom, cdrom1 and fd0 whether I have to make following changes /dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,satimis,kudzu,ro 0 0 /dev/cdrom1 /mnt/cdrom1 udf,iso9660 noauto,owner,satimis,kudzu,ro 0 0 /dev/fd0/mnt/floppy auto noauto,owner,satimis,kudzu 0 0 If I replace "satimis" with "user" whether all users can mount those device? On Thu, 2003-08-28 at 00:14, Ronald W. Heiby wrote: - snip - > > etc. can't work unless you "su -". But this is to mount as ROOT. > > Yes it can, but only if your /etc/fstab entry is set up to allow it. > You need to include the "user" option where you probably now have > "owner". In addition, you probably want to include "nosuid" and > "noexec". Where shall I add "nosuid" and "noexec"? What will be their difference in function? > You may have to eliminate the "kudzu" option, to prevent the entry > from being destroyed and recreated with default options when you > reboot. Kindly advise what "entry" you refer. Whether the mounting command issued? Thanks in advance. B.Regards Stephen To Get Your Own iCareHK.com Email Address? Go To www.iCareHK.com. -- Psyche-list mailing list [EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/psyche-list
Re: poweroff uncomplete with SMP
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tuesday, August 26, 2003, 10:19:07 AM, Edward wrote: > My understanding is that the code implementing APM is not SMP-safe. > When the kernel determines that it's running on an SMP box, it disables > APM. The unenlightened might think that when a system is shutting down, there would not be any reason why, towards the end of the shutdown, all but one of the processors could not be taken off line (making it a single processor system), which would allow the non-SMP-safe power-down of the box to proceed. Ron. -BEGIN PGP SIGNATURE- Version: PGP Personal Privacy 6.5.8 Comment: Until recently, the last PGP with full source disclosure. iQA/AwUBP0zksW8pw+2/9pUJEQKRxACgloFE65ntplLJtY/5nZ/sTP9NzXIAoNW1 ywTzqHwnfkWKCmXxUM8ysy88 =Riba -END PGP SIGNATURE- -- Psyche-list mailing list [EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/psyche-list
Re: How to mount device as USER on Konsole window
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Wednesday, August 27, 2003, 12:00:36 PM, Stephen wrote: > /dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0 I believe that you want your entry to look something like this: /dev/fd0 /mnt/floppy auto noauto,user 0 0 I "mis-spoke" earlier. The ",nosuid,noexec" is assumed when "user" is specified. > If I replace "satimis" with "user" whether all users can mount those > device? If you just want satimis to be able to mount the floppy, and no one else, then you probably want to use a different mechanism. Maybe you want "sudo"? > Where shall I add "nosuid" and "noexec"? What will be their difference > in function? You don't. Sorry. See above, and the mount(8) man page. Ron. -BEGIN PGP SIGNATURE- Version: PGP Personal Privacy 6.5.8 Comment: Until recently, the last PGP with full source disclosure. iQA/AwUBP00F028pw+2/9pUJEQLK4QCcD4yM0tujAu7EmprcFO9GhuPFNKMAoITs 53+DhLvO4oymW51z8j8KxTqR =YuAd -END PGP SIGNATURE- -- Psyche-list mailing list [EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/psyche-list
RE: shut down problem
Nick - I have a Gateway PII-350 with the same issue. I think it is a bios related problem with these particular systems. I have seen this problem brought up before on this list and no solution has been posted yet. I don't know if this same problem exists with redhat version 9 or not. If you find a solution, I'd love to hear about it. Good Luck - Hal [EMAIL PROTECTED] -- Psyche-list mailing list [EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/psyche-list
Re: poweroff uncomplete with SMP
> "Ronald" == Ronald W Heiby <[EMAIL PROTECTED]> writes: Ronald> Tuesday, August 26, 2003, 10:19:07 AM, Edward wrote: >> My understanding is that the code implementing APM is not SMP-safe. >> When the kernel determines that it's running on an SMP box, it disables >> APM. Ronald> The unenlightened might think that when a system is shutting down, Ronald> there would not be any reason why, towards the end of the shutdown, Ronald> all but one of the processors could not be taken off line (making Ronald> it a single processor system), which would allow the non-SMP-safe Ronald> power-down of the box to proceed. Well, I have to state that I am also unenlightened, as I'm just a tech writer with an SMP box, and not a kernel guru... :-) Ed -- Ed BaileyRed Hat, Inc. http://www.redhat.com/ -- Psyche-list mailing list [EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/psyche-list
SSH Resources, Take Two [was Re: Telnet enable to ROOT]
On Wed, Aug 27, 2003 at 10:06:55AM -0600, Charles Curley wrote: > On Wed, Aug 27, 2003 at 08:16:19PM +0530, Suresh Babu A. [IT Engineer] wrote: > > Hi Team, > > > > Any url which talk about HOW to SSH. > > This is old but still useful, and points to some other useful resources. It works better if you provide the URL. Sorry about that. http://www.charlescurley.com/OpenSSH.html -- Charles Curley /"\ASCII Ribbon Campaign Looking for fine software \ /Respect for open standards and/or writing? X No HTML/RTF in email http://www.charlescurley.com/ \No M$ Word docs in email Key fingerprint = CE5C 6645 A45A 64E4 94C0 809C FFF6 4C48 4ECD DFDB pgp0.pgp Description: PGP signature