LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Newbie questions (https://www.linuxquestions.org/questions/linux-newbie-8/newbie-questions-63312/)

Wysiwyg 06-02-2003 08:11 PM

Newbie questions
 
Ok, i know i'm a total :newbie: here! But wth, i don't know how to make some things work! For example, i just installed wine in my slackware 9 and everything looks nice. So i tried to use it and type wine /hd/spike/windows/mplayer.exe and i got this:

wine: cannot open /root/.wine : No such file or directory

i type just wine and the same message shows up. How can i get this damn thing work?:confused:

awdoyle 06-02-2003 09:23 PM

Try to find it:
$ whereis wine

Then you can cd to the directory and
$ ./wine

Andrew

fancypiper 06-02-2003 09:30 PM

How to ask questions about Linux

awdoyle 06-02-2003 10:17 PM

Hehehe! You kill me, fancy :p

Wysiwyg 06-03-2003 10:42 AM

I know, i know... Sorry. But i couldn't find anything in the forum and the wine page didn't help me that much. Sorry anyway!

0x4B 06-03-2003 01:56 PM

if you are running wine as root, just "touch /root/.wine" and the file will exist (I've had the same problem with other applications not bothering to create a needed file the first time they run).
if you're not trying to use wine as root, then it seems like wine is setup to run as root anyway, and that needs to be fixed. if you've located wine with whereis or which, then "ls -l" the file as see if any of the options are 's' (rather than 'x').

contrasutra 06-03-2003 03:33 PM

Thats your WINE configuration file. You have to make it and set it up in your home directory (you were trying to run WINE as root) before running WINE. For sample config files, check your actual WINE directory.

jarquet 06-03-2003 09:15 PM

if all else fails, login as root, and type "rm -frv /" :-D

*shrug* it MIGHT help...



(ps. dont do that)

mhearn 06-04-2003 05:44 AM

Don't run Wine as root, and it will probably start working. If you use Slack though you should be able to figure this stuff out, if you can't you should be using something like redhat or mandrake until you learn more about Linux.

chrisk5527 06-04-2003 04:49 PM

Someone probably insisted that jarquet issued the "rm -frv / " command and he learned what it does the hard way.... =)

Gnute 06-04-2003 04:53 PM

i thought it was "rm -rf /" ???
hahah, i remember someone asked me to type that, crap, i lost EVERYTHING!

chrisk5527 06-04-2003 08:32 PM

rm -rf is the same as rm -rfv. the -v option is just verbose so when you decide to destroy your system, it will show you all the files that are being removed


All times are GMT -5. The time now is 05:31 PM.