<?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/18209" />

	<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>2010-12-27T05:11:25-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Cr4sh]]></name></author>
		<updated>2010-12-27T05:10:46-04:00</updated>

		<published>2010-12-27T05:10:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=95497#p95497</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=95497#p95497"/>
		<title type="html"><![CDATA[Privilege problems [solved]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=95497#p95497"><![CDATA[
Seems works.<br>Thanks.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7240">Cr4sh</a> — Mon Dec 27, 2010 5:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Trixar_za]]></name></author>
		<updated>2010-12-26T23:48:09-04:00</updated>

		<published>2010-12-26T23:48:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=95488#p95488</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=95488#p95488"/>
		<title type="html"><![CDATA[Privilege problems [solved]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=95488#p95488"><![CDATA[
Have you tried changing the permission of the folder and underlying folder and files to 777?<br><br>Try chmod -R 777 /home/cr4sh/eggdrop/<br><br>Also, after going through my old conf I noticed a few things, namely the paths I used for some options:<div class="codebox"><p>Code: </p><pre><code>set userfile "Eggor.user"set pidfile "pid.Eggor"set userfile-perm 0600set help-path "/usr/share/eggdrop/help/"set text-path "/usr/share/eggdrop/text/"set mod-path "/usr/lib/eggdrop/modules/"set temp-path "tmp/"set motd "/usr/share/eggdrop/text/motd"set telnet-banner "/usr/share/eggdrop/text/banner"set chanfile "Eggor.chan"set files-path "/usr/share/eggdrop/filesys"set incoming-path "/usr/share/eggdrop/filesys/incoming"set notefile "Eggor.notes"source /usr/share/eggdrop/scripts/alltools.tclsource /usr/share/eggdrop/scripts/action.fix.tclsource /usr/share/eggdrop/scripts/compat.tclsource /usr/share/eggdrop/scripts/userinfo.tcl#source scripts/chanstats.1.3.0.tclloadhelp userinfo.help</code></pre></div>As you can see, I actually used the files provided by the eggdrop package, but only created an eggdrop and scripts folder with the right permissions. Maybe you can do the same (the path to the 'shared' files might be different though).<br><br>Mind you, doing it this way actually required me to cd into that eggdrop folder and type eggdrop eggdrop.conf though, but otherwise it worked well.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10958">Trixar_za</a> — Sun Dec 26, 2010 11:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Cr4sh]]></name></author>
		<updated>2010-12-26T17:49:18-04:00</updated>

		<published>2010-12-26T17:49:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=95485#p95485</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=95485#p95485"/>
		<title type="html"><![CDATA[Privilege problems [solved]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=95485#p95485"><![CDATA[
I've already created in "myhome" a folder eggdrop with tmp var and logs subfolder inside, but don't work in any case.<br><div class="codebox"><p>Code: </p><pre><code>[22:56] Couldn't create channel file: /home/cr4sh/eggdrop/eggdrop.chan.  Dropping[22:56] === eppool: 1 channels, 0 users.* Warning! Could not write /home/cr4sh/eggdrop/pid.eppool file!</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7240">Cr4sh</a> — Sun Dec 26, 2010 5:49 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Trixar_za]]></name></author>
		<updated>2010-12-26T17:34:04-04:00</updated>

		<published>2010-12-26T17:34:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=95484#p95484</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=95484#p95484"/>
		<title type="html"><![CDATA[Privilege problems [solved]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=95484#p95484"><![CDATA[
Change the paths of those options in the config file to point to an eggdrop directory in your home folder. That's how I used to fix it with my Ubuntu system after I installed the eggdrop package from the repository.<br><br>The trick is to cd to the folder and then type eggdrop eggdrop.conf or use the full path to the config file like eggdrop /home/you/eggdrop/eggdrop.conf<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10958">Trixar_za</a> — Sun Dec 26, 2010 5:34 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Cr4sh]]></name></author>
		<updated>2010-12-27T05:11:25-04:00</updated>

		<published>2010-12-26T15:25:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=95480#p95480</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=95480#p95480"/>
		<title type="html"><![CDATA[Privilege problems [solved]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=95480#p95480"><![CDATA[
I'm using an eggdrop installed on gentoo in a root sub-folder (/opt/eggdrop).<br>When i use it as user, cannot write any file (channel, temp, pid.file).<br>I can't change the permission of the folder.<br>What can i do?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7240">Cr4sh</a> — Sun Dec 26, 2010 3:25 pm</p><hr />
]]></content>
	</entry>
	</feed>
