Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 08-03-2007, 10:30 PM   #1 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,182
Question Multiple queries on OpenSuSE 10.2

1)I'm able to copy contents off a floppy to my disk, but not the other way as I don't get any option, either as normal user or root. How do I go about copying files? Also, though the files have been deleted, i.e., even from the trash of the floppy, the contents remains on the floppy when checked on Windows. What is the correct way of deleting files completely?

2)GNOME sometimes hangs the applications and the only thing which I can do is do a hard-boot of my system. I want to avoid this. Even the Force Quit button also is not activated sometimes. Is there any shortcuts which can shutdown the system?? (Does Ctrl+Alt+Del work? )

3)I want to run MySQL on my system and I've heard about LAMP. All servers have been installed during the initial setup, so I don't need to depend on any packages/dependencies.........I hope How do I start Apache server and/or related servers on my box? I'm trying this for the first time, so a step-by-step guide would be helpful
__________________
Want to make this world a better place? Then, start seeding and don't be just a leecher
phreak0ut is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 09-03-2007, 07:44 AM   #2 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Multiple queries on OpenSuSE 10.2

Quote:
Originally Posted by phreak0utt
1)I'm able to copy contents off a floppy to my disk, but not the other way as I don't get any option, either as normal user or root. How do I go about copying files? Also, though the files have been deleted, i.e., even from the trash of the floppy, the contents remains on the floppy when checked on Windows. What is the correct way of deleting files completely?
Checked the permissions?
Quote:
Originally Posted by phreak0utt
2)GNOME sometimes hangs the applications and the only thing which I can do is do a hard-boot of my system. I want to avoid this. Even the Force Quit button also is not activated sometimes. Is there any shortcuts which can shutdown the system?? (Does Ctrl+Alt+Del work? )
Go to tty2, press ctrl + alt + F2. Login from there and kill offending apps and see what happens? Yeah ctrl + alt + del also works. If nothing works, PC is all jammed up do this
Alt + syrq + s then alt+ sysrq + u then alt + sysrq + b
The order is important. First one sync everything to fs, second unmounts the fs and last one is for reboot. Use this as a last case scenario.
Quote:
Originally Posted by phreak0utt
3)I want to run MySQL on my system and I've heard about LAMP. All servers have been installed during the initial setup, so I don't need to depend on any packages/dependencies.........I hope How do I start Apache server and/or related servers on my box? I'm trying this for the first time, so a step-by-step guide would be helpful
just download apache2, mysql and php from your package manager almost everything will be ready. There are other solutions too, like lampp.
__________
After install mysql, php and apache you should find configuration options in YAST. I am not familiar with YAST so can't help there.
__________________
http://www.bash.org/?258908

Last edited by mehulved; 09-03-2007 at 07:44 AM. Reason: Automerged Doublepost
mehulved is offline  
Old 09-03-2007, 04:19 PM   #3 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,182
Default Re: Multiple queries on OpenSuSE 10.2

Quote:
Originally Posted by tech_your_future
Checked the permissions?
As in?
Quote:
Originally Posted by tech_your_future
just download apache2, mysql and php from your package manager almost everything will be ready. There are other solutions too, like lampp.
apache2, mysql and php are already installed, like I've already mentioned before. I think lampp is the one which I need to start. How do I start these servers on my 10.2 box?
__________________
Want to make this world a better place? Then, start seeding and don't be just a leecher

Last edited by phreak0ut; 09-03-2007 at 04:24 PM.
phreak0ut is offline  
Old 09-03-2007, 06:04 PM   #4 (permalink)
Wise Old Owl
 
desertwind's Avatar
 
Join Date: Nov 2004
Location: Hyderabad
Posts: 1,096
Default Re: Multiple queries on OpenSuSE 10.2

to start apache2

sudo /etc/init.d/apache2 start

or

sudo /etc/init.d/httpd start

But there must be some frontend for starting services. I'm not well versed with suse, so can't help you in that front.
__________________
Sometime you'll think you understand everything

...Then you'll regain consciousness
desertwind is offline  
Old 09-03-2007, 07:46 PM   #5 (permalink)
TheSaint
 
NucleusKore's Avatar
 
Join Date: Jun 2004
Location: Antigua
Posts: 3,444
Default Re: Multiple queries on OpenSuSE 10.2

If Gnome is troubling you so much try kde. It works much better on OpenSuSE. If your apps still hang its prolly some config fault in the apps themselves
__________________
http://www.neville.in
http://www.linuxrocks.in
"The Future Is Open"
NucleusKore is offline  
Old 09-03-2007, 08:33 PM   #6 (permalink)
Apprentice
 
cranky's Avatar
 
Join Date: Feb 2007
Posts: 53
Default Re: Multiple queries on OpenSuSE 10.2

Quote:
@tech_your_future :Alt + syrq + s then alt+ sysrq + u then alt + sysrq + b
The order is important. First one sync everything to fs, second unmounts the fs and last one is for reboot. Use this as a last case scenario.
Is it only for SuSe? coz i tried it on fedora and it doesn't work...

Another one u can try as ctrl+alt+del in windows is:
ctrl+alt+backspace .....this will kill the X session and goes back to the login screen

For apache, as root:
/etc/init.d/httpd start
then check if u get the apache test page when u enter http://localhost in your browser
For php, after you do the above, enter http://localhost/info.php .... if you see a 404 error, you may have to make some changes in apache conf file.
This may help: http://www.brennan.id.au/13-Apache_Web_Server.html
__________________
Registered Linux user #426157 (http://counter.li.org/)

Last edited by cranky; 09-03-2007 at 08:47 PM.
cranky is offline  
Old 09-03-2007, 09:15 PM   #7 (permalink)
Debian Rocks!
 
freebird's Avatar
 
Join Date: Feb 2007
Location: Coimbattore
Posts: 528
Post Re: Multiple queries on OpenSuSE 10.2

Quote:
Originally Posted by NucleusKore
If Gnome is troubling you so much try kde. It works much better on OpenSuSE. If your apps still hang its prolly some config fault in the apps themselves
DE trolling.pls stop this.It can happen much BAD in kde or any DE for that matter.
Quote:
Originally Posted by [B
phreak0utt[/B]] 2)GNOME sometimes hangs the applications and the only thing which I can do is do a hard-boot of my system. I want to avoid this. Even the Force Quit button also is not activated sometimes. Is there any shortcuts which can shutdown the system?? (Does Ctrl+Alt+Del work? )
GNOME is hanging?which app is hanging?Do You have a swap partition.if all efforts fails u can try "killall appname" in CLI.
__________________
"The day windows users wake up to reality, it will be doomsday for Microsoft."UNIX like OS are more secure.get urself out 4m M$ http://whylinuxisbetter.net http://tinyurl.com/2amjjc http://fsf.org
freebird is offline  
Old 09-03-2007, 11:30 PM   #8 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Multiple queries on OpenSuSE 10.2

Quote:
Originally Posted by cranky
Is it only for SuSe? coz i tried it on fedora and it doesn't work...
Works on any distro, maybe on other *nix systems too. In fact first time I came across this was in a LUG meet, on FC machine.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 09-03-2007, 11:48 PM   #9 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,513
Post Re: Multiple queries on OpenSuSE 10.2

Quote:
Originally Posted by tech_your_future
Go to tty2, press ctrl + alt + F2. Login from there and kill offending apps and see what happens? Yeah ctrl + alt + del also works. If nothing works, PC is all jammed up do this
Alt + syrq + s then alt+ sysrq + u then alt + sysrq + b
The order is important. First one sync everything to fs, second unmounts the fs and last one is for reboot. Use this as a last case scenario.
Alt+Sysrq+e =Kills all processes pending in an order some delay happens!
Alr+Sysrq+i=restart
definition file though comes with kernel sources dir
http://snafu.freedom.org/linux2.2/docs/sysrq.txt
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 10-03-2007, 10:35 PM   #10 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,182
Question Re: Multiple queries on OpenSuSE 10.2

Quote:
Originally Posted by cranky
For apache, as root:
/etc/init.d/httpd start
then check if u get the apache test page when u enter http://localhost in your browser
For php, after you do the above, enter http://localhost/info.php .... if you see a 404 error, you may have to make some changes in apache conf file.
This may help: http://www.brennan.id.au/13-Apache_Web_Server.html
I'm getting the following error
Quote:
linux-1lvb:/home/sunil # cd /etc/init.d/httpd start
bash: cd: /etc/init.d/httpd: No such file or directory
linux-1lvb:/home/sunil # cd /etc/init.d/httpd
bash: cd: /etc/init.d/httpd: No such file or directory
linux-1lvb:/home/sunil # cd /etc/
linux-1lvb:/etc # cd /init.d
bash: cd: /init.d: No such file or directory
linux-1lvb:/etc # cd httpd
bash: cd: httpd: No such file or directory
linux-1lvb:/etc # cd /httpd
bash: cd: /httpd: No such file or directory
OK, what about the floppy permissions?
__________________
Want to make this world a better place? Then, start seeding and don't be just a leecher

Last edited by phreak0ut; 10-03-2007 at 10:40 PM.
phreak0ut is offline  
Old 11-03-2007, 12:31 AM   #11 (permalink)
In Pursuit of "Happyness"
 
kalpik's Avatar
 
Join Date: May 2005
Location: New Delhi
Posts: 3,404
Default Re: Multiple queries on OpenSuSE 10.2

It should be /etc/init.d/apache2 start
__________________
Whenever you find yourself on the side of the majority, it is time to pause and reflect. - Mark Twain
kalpik is offline  
Old 11-03-2007, 06:29 AM   #12 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Multiple queries on OpenSuSE 10.2

Some distros like FC, name it httpd and others use the name apache. So, check which one your distro uses.
Give us the output of fstab for your floppy.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 11-03-2007, 10:37 AM   #13 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,182
Default Re: Multiple queries on OpenSuSE 10.2

Here is the output of fstab for my floppy
Quote:
/dev/fd0 /media/floppy auto noauto,user,sync 0 0
__________________
Want to make this world a better place? Then, start seeding and don't be just a leecher
phreak0ut is offline  
Old 11-03-2007, 11:02 AM   #14 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Multiple queries on OpenSuSE 10.2

Permissions are fine. Have you made sure floppy isn't write protected?
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 11-03-2007, 11:14 AM   #15 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,182
Question Re: Multiple queries on OpenSuSE 10.2

I've not made any changes. All the permissions are default since install.
__________________
Want to make this world a better place? Then, start seeding and don't be just a leecher
phreak0ut is offline  
Old 11-03-2007, 11:18 AM   #16 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Multiple queries on OpenSuSE 10.2

I am talking about floppy as in hardware not the floppy drive's permission in linux.
The tab on floppy which can make it write-protected. Are you sure it's set to read write.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 11-03-2007, 11:22 AM   #17 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,182
Default Re: Multiple queries on OpenSuSE 10.2

Yes!! I tried only after checking that the notch is in the write mode.
__________________________________________________ ____________________________________________
EDIT: Even Limewire doesn't work. I've installed JRE, but nothing happens. I type limewire in the run dialog box, there is an icon of limewire shown and after I hit enter, nothing happens. Any idea?
__________________
Want to make this world a better place? Then, start seeding and don't be just a leecher

Last edited by phreak0ut; 11-03-2007 at 06:26 PM.
phreak0ut is offline  
Old 11-03-2007, 07:33 PM   #18 (permalink)
Wise Old Owl
 
desertwind's Avatar
 
Join Date: Nov 2004
Location: Hyderabad
Posts: 1,096
Default Re: Multiple queries on OpenSuSE 10.2

Quote:
Originally Posted by phreak0utt
I'm getting the following error
Why are you adding a cd in front of every command

The proper command is

/etc/init.d/httpd start

or

/etc/init.d/apache2 start
__________________
Sometime you'll think you understand everything

...Then you'll regain consciousness
desertwind is offline  
Old 11-03-2007, 09:22 PM   #19 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,182
Default Re: Multiple queries on OpenSuSE 10.2

Yes desertwind. Its working now But, I'm not able to rep you at all!
__________________
Want to make this world a better place? Then, start seeding and don't be just a leecher
phreak0ut is offline  
Old 11-03-2007, 09:34 PM   #20 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Multiple queries on OpenSuSE 10.2

Quote:
Originally Posted by phreak0utt
EDIT: Even Limewire doesn't work. I've installed JRE, but nothing happens. I type limewire in the run dialog box, there is an icon of limewire shown and after I hit enter, nothing happens. Any idea?
Open a terminal and type limewire in there. And see what error it gives.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 12-03-2007, 02:47 AM   #21 (permalink)
Wise Old Owl
 
desertwind's Avatar
 
Join Date: Nov 2004
Location: Hyderabad
Posts: 1,096
Default Re: Multiple queries on OpenSuSE 10.2

Quote:
Originally Posted by phreak0utt
Yes desertwind. Its working now But, I'm not able to rep you at all!
Don't give a damn to it.

Happy to hear that one of ur prob is solved
__________________
Sometime you'll think you understand everything

...Then you'll regain consciousness
desertwind is offline  
Old 12-03-2007, 05:45 PM   #22 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,182
Question Re: Multiple queries on OpenSuSE 10.2

Quote:
Originally Posted by tech_your_future
Open a terminal and type limewire in there. And see what error it gives.
Here's the output:
Quote:
limewire
Starting LimeWire...
Java exec found in PATH. Verifying...
OOPS, you don't seem to have a valid JRE. LimeWire works best with Sun JRE available at http://www.java.com
OOPS, unable to locate java exec in /usr/lib/ hierarchy
You need to upgrade to JRE 1.4.x or newer from http://www.java.com
ls: cannot access /usr/java/j*: No such file or directory
OOPS, unable to locate java exec in /usr/java/ hierarchy
You need to upgrade to JRE 1.4.x or newer from http://www.java.com
ls: cannot access /opt/j*: No such file or directory
OOPS, unable to locate java exec in /opt/ hierarchy
You need to upgrade to JRE 1.4.x or newer from http://www.java.com
I've installed JRE, but where have I messed it up? Should there be a /usr/java ? I didn't find it
__________________
Want to make this world a better place? Then, start seeding and don't be just a leecher
phreak0ut is offline  
Old 12-03-2007, 07:44 PM   #23 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Multiple queries on OpenSuSE 10.2

have you install sun java? If yes, then which version? If the version is greater than 1.4.x then where have you installed it?
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 12-03-2007, 07:58 PM   #24 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,182
Red face Re: Multiple queries on OpenSuSE 10.2

Yes, I've installed it according the website says here and the version is 1.5. I've installed in /usr/local and elsewhere as well, but I don't remember the directory name but I'm still getting that error
__________________
Want to make this world a better place? Then, start seeding and don't be just a leecher
phreak0ut is offline  
Old 12-03-2007, 08:07 PM   #25 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Multiple queries on OpenSuSE 10.2

Remove that jre and install from suse's repositories.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 12-03-2007, 08:17 PM   #26 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,182
Default Re: Multiple queries on OpenSuSE 10.2

How to remove that?
__________________
Want to make this world a better place? Then, start seeding and don't be just a leecher
phreak0ut is offline  
Old 13-03-2007, 01:47 AM   #27 (permalink)
El mooooo
 
eddie's Avatar
 
Join Date: Jan 2006
Location: India
Posts: 1,414
Default Re: Multiple queries on OpenSuSE 10.2

By deleting /usr/java/jre1.5.0 directory.
eddie is offline  
Old 13-03-2007, 05:32 PM   #28 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,182
Question Re: Multiple queries on OpenSuSE 10.2

I've installed it in /usr/local according to the link, but still, why doesn't it work?
__________________
Want to make this world a better place? Then, start seeding and don't be just a leecher
phreak0ut is offline  
Old 15-03-2007, 10:28 PM   #29 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,182
Default Re: Multiple queries on OpenSuSE 10.2

can anyone please answer my query? I'm kinda crippled without limewire
__________________
Want to make this world a better place? Then, start seeding and don't be just a leecher
phreak0ut is offline  
Old 15-03-2007, 10:34 PM   #30 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Multiple queries on OpenSuSE 10.2

Simply install jre from the package manager and then install limewire again. Limewire, too from package manager would be a good idea.
__________________
http://www.bash.org/?258908
mehulved is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +5.5. The time now is 02:44 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2