Multiple queries on OpenSuSE 10.2

Status
Not open for further replies.

phreak0ut

The Thread Killer >:)
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? :D :rolleyes: )

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 :!: :rolleyes: 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 :D
 

mehulved

18 Till I Die............
phreak0utt said:
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?
phreak0utt said:
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? :D :rolleyes: )
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.
phreak0utt said:
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 :!: :rolleyes: 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 :D
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.
 
Last edited:
OP
phreak0ut

phreak0ut

The Thread Killer >:)
tech_your_future said:
Checked the permissions?
As in? :confused::eek::oops:
tech_your_future said:
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?
 
Last edited:

desertwind

Cyborg Agent
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.
 

NucleusKore

TheSaint
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
 

cranky

Broken In
@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 *localhost in your browser
For php, after you do the above, enter *localhost/info.php .... if you see a 404 error, you may have to make some changes in apache conf file.
This may help: *www.brennan.id.au/13-Apache_Web_Server.html
 
Last edited:

freebird

Debian Rocks!
NucleusKore said:
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.
[B said:
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? :grin: :rolleyes: )
GNOME is hanging?which app is hanging?Do You have a swap partition.if all efforts fails u can try "killall appname" in CLI.
 

mehulved

18 Till I Die............
cranky said:
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.
 

praka123

left this forum longback
tech_your_future said:
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
*snafu.freedom.org/linux2.2/docs/sysrq.txt
 
OP
phreak0ut

phreak0ut

The Thread Killer >:)
cranky said:
For apache, as root:
/etc/init.d/httpd start
then check if u get the apache test page when u enter *localhost in your browser
For php, after you do the above, enter *localhost/info.php .... if you see a 404 error, you may have to make some changes in apache conf file.
This may help: *www.brennan.id.au/13-Apache_Web_Server.html
I'm getting the following error :(
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? :confused:
 
Last edited:

mehulved

18 Till I Die............
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.
 

mehulved

18 Till I Die............
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.
 
OP
phreak0ut

phreak0ut

The Thread Killer >:)
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?
 
Last edited:

mehulved

18 Till I Die............
phreak0utt said:
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.
 
Status
Not open for further replies.
Top Bottom