<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/17227" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2009-10-16T04:33:45-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/17227</id>

		<entry>
		<author><name><![CDATA[DjSlash]]></name></author>
		<updated>2009-10-16T04:33:45-04:00</updated>

		<published>2009-10-16T04:33:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90525#p90525</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90525#p90525"/>
		<title type="html"><![CDATA[Eggdrop refusing to create a userfile.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90525#p90525"><![CDATA[
Remove the file that you created with the person trying to help you, as you've seen it ain't working for you.<br><br>Did you do the following to make the bot and install it?<div class="codebox"><p>Code: </p><pre><code>./configuremakemake configmake install DEST=/home/user/botdirectory</code></pre></div>After compiling your bot, did you cd to the directory you've installed it in?<br><br>Do you use the same user running the bot, as when you are configuring it?<br><br>Did you edit the config file completely?<br><br>Run the bot from the directory it's in.<br><br>Start the bot with the "-m" option to create a user file, i.e. './eggdrop -m LamestBot.conf'<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10782">DjSlash</a> — Fri Oct 16, 2009 4:33 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[OddPanda]]></name></author>
		<updated>2009-10-13T04:09:54-04:00</updated>

		<published>2009-10-13T04:09:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90491#p90491</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90491#p90491"/>
		<title type="html"><![CDATA[Eggdrop refusing to create a userfile.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90491#p90491"><![CDATA[
He talked me through creating the user file or something. I am not entirely sure. Linux newbie. O_O I changed the location for it to save my userfile and it started giving me the other error. The one to convert. When I do the command, it says the userfile could not be read.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10901">OddPanda</a> — Tue Oct 13, 2009 4:09 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DjSlash]]></name></author>
		<updated>2009-10-12T06:59:13-04:00</updated>

		<published>2009-10-12T06:59:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90477#p90477</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90477#p90477"/>
		<title type="html"><![CDATA[Eggdrop refusing to create a userfile.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90477#p90477"><![CDATA[
How did that 'someone' help you?<br><br>Since you get also the error 'Could not write pid.Herbert file', you must examine the permissions on the directories where you running your bot from. See if you can create files with the user the bot is running with.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10782">DjSlash</a> — Mon Oct 12, 2009 6:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[OddPanda]]></name></author>
		<updated>2009-10-10T06:07:30-04:00</updated>

		<published>2009-10-10T06:07:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90460#p90460</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90460#p90460"/>
		<title type="html"><![CDATA[Eggdrop refusing to create a userfile.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90460#p90460"><![CDATA[
I know this topic has been brought up a few times before. I looked at each of them and none helped. My bot starts up perfectly fine but refuses to create a userfile. <br><br>STARTING BOT IN USERFILE CREATION MODE.<br>Telnet to the bot and enter 'NEW' as your nickname.<br>OR go to IRC and type:  /msg Herbert hello<br>This will make the bot recognize you as the master.<br><br>[04:56] === Herbert: 1 channels, 0 users.<br>* Warning! Could not write pid.Herbert file!<br>Launched into the background  (pid: 16140)<br><br>That is what it tells me. When I try .save in DCC Chat, it refuses.<br><br># Specify here the filename your userfile should be saved as.<br>set userfile "Herbert.user"<br><br># Specify here the filename Eggdrop will save its pid to. If no pidfile is<br># specified, pid.(botnet-nick) will be used.<br>set pidfile "pid.Herbert"<br><br>That is what is written in my .conf file. <br><br>Please help the best you can. I really do not feel like having to restart my bot and his entire memory everytime I use him.<br><br>Thanks in advance.<br><br><br><br>I got some help from someone and I now get this error:<br><br>[20:08] * Old userfile, use 'tclsh scripts/weed &lt;userfile&gt; c' to convert<br><br>I have googled it a few times and I can't follow the instructions. Please help me.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10901">OddPanda</a> — Sat Oct 10, 2009 6:07 am</p><hr />
]]></content>
	</entry>
	</feed>
