LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions
User Name
Password
Linux - Distributions This forum is for Distribution specific questions.
Red Hat, Slackware, Debian, Novell, LFS, Mandriva, Ubuntu, Fedora - the list goes on and on... Note: An (*) indicates there is no official participation from that distribution here at LQ.

Notices


Reply
  Search this Thread
Old 12-31-2003, 01:44 PM   #16
meyankee
LQ Newbie
 
Registered: Dec 2003
Location: Maine, USA
Distribution: SUSE 9.0
Posts: 4

Rep: Reputation: 0

There was a thread on this in the suse-e mailing list. It seems that the problem can be caused by IPV6. disabling IPV6 should resolve the problems with slow loading and freeze ups. I DO NOT recomend stopping the firewall.
 
Old 01-05-2004, 01:22 AM   #17
JZL240I-U
Senior Member
 
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,629

Rep: Reputation: Disabled
Quote:
Originally posted by number9
To turn servies on and off that automagically start from the /etc/init.d/rcX.d folders, X being runlevels, use chkconfig. Type simply "chkconfig" to see what is on and off. "chkconfig -h" to see some options, and "man chkconfig" for the lot of them. It's like "chkconfig sendmail off"..

You can use the "nmap" portscanner to see what is open.

Use "lsof | egrep "TCP|UDP" to show files opened by processes on those TCP & UDP ports. The service name is usually the first or last words on each line.

Then use chkconfig and shut them off. or "ps ax | grep <the-name-of-the-service> " to get the service's process id number (pid). The pid is the first number on each ps ax line. Then "kill -9 <service-pid-number> ".

Or, uninstall those services/programs in Control Center > YAST2 > Software > Install or Remove Software. You might need to go there anyway to install nmap, cool toy.
Thank you, number9, for this useful post. But it still doesn't tell me what is needed. For example my old SuSE 6.4 used Apache to access its help system. You can imagine what happened when I disabled it and had to re-enable it without the help pages ... a well, I guess its trial and error again, particularly error .
 
Old 01-05-2004, 02:51 AM   #18
bitpicker
Member
 
Registered: Jul 2003
Location: Germany
Distribution: Xubuntu, Ubuntu
Posts: 416
Blog Entries: 14

Rep: Reputation: 35
I've got the same problem with Mozilla and all browsers based on it (Epiphany, Galeon, Firebird) - when I enter any text in the address list or in a form the browser freezes.

Now, how do I turn off IPV6, if that's what causes the problems, and are there any side effects?

Robin
 
Old 01-05-2004, 04:58 PM   #19
meyankee
LQ Newbie
 
Registered: Dec 2003
Location: Maine, USA
Distribution: SUSE 9.0
Posts: 4

Rep: Reputation: 0
To disable IPV6:

In /etc/modules.conf make the following change, replace
alias net-pf-10 ipv6
# alias net-pf-10 off
with
# alias net-pf-10 ipv6
alias net-pf-10 off

Run depmod -a && modprobe -r ipv6

(If modprobe can't unload the ipv5 module then reboot)

I have not heard of anyone having problems after doing this change.
 
Old 01-06-2004, 04:08 AM   #20
bitpicker
Member
 
Registered: Jul 2003
Location: Germany
Distribution: Xubuntu, Ubuntu
Posts: 416
Blog Entries: 14

Rep: Reputation: 35
Thanks a lot, that really did it. There seem to be no problems, and Mozilla is working fine.

Thanks again!

Robin
 
Old 01-12-2004, 02:17 AM   #21
JZL240I-U
Senior Member
 
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,629

Rep: Reputation: Disabled
Quote:
Originally posted by JZL240I-U
Thank you, number9, for this useful post. But it still doesn't tell me what is needed. ... a well, I guess its trial and error again, particularly error .
Hi number9, THANK YOU ,

your way worked like a breeze, much easier than I anticipated due to the "chkconfig" utility, thus making trial and error so much more palatable in the end. Incredible what number of tools lie hidden in the system, I wish I knew how to find them all .

That, and where the changes wrought by chkconfig go, i.e. the target script for boot-up it changes (using the on and off switches). I'm usually working from level 5, and SuSE must have a script to call the scripts from /etc/init.d/rc5.d which in itself must be altered by chkconfig. I still have to find that master-script to learn how to do it by hand.

Thanks again, you have been most helpful.

Last edited by JZL240I-U; 01-12-2004 at 02:19 AM.
 
Old 01-16-2004, 03:06 AM   #22
keyser
LQ Newbie
 
Registered: Aug 2003
Posts: 1

Rep: Reputation: 0
Suse 9 freezes

Hi,

I have a identical problem, normaly I work with KDE and very often the panel freezes but in my case it does not unfreeze, I've once waited for about 2 hours before switching off/on. The odd part is that everything is still working but the panel is freezed up, but when I push the off buton it appears that it starts a logoff and the panel is still freezed after a while I have to switch off and on to reboot the machine. I have a Gygabyte NVIDIA Gforce2 MX 400 that I think is causing this problem because suse does not have the appropriate driver for it. If anyone can help me it would be appretiated.

Thanks

Keyser
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Preserving number of links with 'cp'. ( preserve number of links ) Devyn Linux - General 7 09-16-2005 10:07 PM
Suse 9.2 Won't boot, number of possible reasons? newt32 Linux - General 1 02-13-2005 11:42 PM
what is a major number and a minor number ? Menestrel Linux - Newbie 2 10-11-2004 07:53 AM
how do you edit your virtual console number? (or VT number 3) jjorloff1 Linux - General 2 04-03-2004 07:21 PM
why there is a need for minor number and major number for monitor/keyboard in pc? tripathi Solaris / OpenSolaris 1 11-07-2003 09:36 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions

All times are GMT -5. The time now is 06:50 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration