| View previous topic :: View next topic |
| Author |
Message |
darton Op
Joined: 21 Jan 2006 Posts: 155
|
Posted: Fri Jan 27, 2006 2:04 pm Post subject: TV Programm error |
|
|
Hello!
I downloaded the TV Programm from the TCL Archive. But my bot always say "Tcl error [pub_tv]: couldn't write file "/tmp/tv.txt": no such file or directory" when I want to have the TV program. What's wrong? |
|
| Back to top |
|
 |
De Kus Revered One

Joined: 15 Dec 2002 Posts: 1361 Location: Germany
|
Posted: Fri Jan 27, 2006 4:37 pm Post subject: |
|
|
you need write permission to /tmp ?! if you cant have try to change from /tmp to tmp or ~/tmp and make sure there is a directory exists. _________________ De Kus
StarZ|De_Kus, De_Kus or DeKus on IRC
Copyright © 2005-2009 by De Kus - published under The MIT License
Love hurts, love strengthens... |
|
| Back to top |
|
 |
darton Op
Joined: 21 Jan 2006 Posts: 155
|
Posted: Fri Jan 27, 2006 7:50 pm Post subject: |
|
|
| Changing it to tmp or ~/tmp doesnt work. The same problem. How can I set to that directory a write permission. |
|
| Back to top |
|
 |
Alchera Revered One

Joined: 11 Aug 2003 Posts: 3344 Location: Ballarat Victoria, Australia
|
Posted: Fri Jan 27, 2006 8:51 pm Post subject: |
|
|
Is this a Windrop? _________________ Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM |
|
| Back to top |
|
 |
darton Op
Joined: 21 Jan 2006 Posts: 155
|
Posted: Sat Jan 28, 2006 9:54 am Post subject: |
|
|
| Yes |
|
| Back to top |
|
 |
Alchera Revered One

Joined: 11 Aug 2003 Posts: 3344 Location: Ballarat Victoria, Australia
|
Posted: Sat Jan 28, 2006 10:51 am Post subject: |
|
|
In the Windrop folder create a folder, tmp. In the conf you have to set a proper path to it:
| Code: | | set temp-path "tmp/" |
The default format (Unix) is inappropriate for Windows. _________________ Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM |
|
| Back to top |
|
 |
darton Op
Joined: 21 Jan 2006 Posts: 155
|
Posted: Sat Jan 28, 2006 1:08 pm Post subject: |
|
|
No change. Still the same error message. I set it to "tmp/" and to ".", but nothing works.
Maybe I also must give that directory write access with the party line of the bot? |
|
| Back to top |
|
 |
Alchera Revered One

Joined: 11 Aug 2003 Posts: 3344 Location: Ballarat Victoria, Australia
|
Posted: Sat Jan 28, 2006 9:48 pm Post subject: |
|
|
In Windows all necessary permissions are normally set correctly. There is no reason why an error is being generated if you did as I suggested (and .rehash the bot after).
The script is probably at fault; it cannot create/find the file tv.txt. Recheck your script user settings. _________________ Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM |
|
| Back to top |
|
 |
|