Blame
Date:
Wed Feb 1 05:00:29 2023 UTC
Message:
Daily backup
01
2023-01-22
jrmu
version=pmwiki-2.2.130 ordered=1 urlencoded=1
02
2023-01-22
jrmu
agent=Mozilla/5.0 (Linux; Android 8.1.0; vivo 1820 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36
03
2023-01-22
jrmu
author=Yonle
04
2023-01-22
jrmu
charset=UTF-8
05
2023-01-22
jrmu
csum=
06
2023-01-22
jrmu
ctime=1627880871
07
2023-01-22
jrmu
host=2001:470:1f0e:5c1::242
08
2023-01-22
jrmu
name=Eggdrop191.Install
09
2023-01-22
jrmu
rev=7
10
2023-01-22
jrmu
targets=Gnupg.Signature,Eggdrop.Simple,Openbsd.Tcltls
11
2023-01-22
jrmu
text=(:title Install Eggdrop 1.9.4:)%0a%0aTo install eggdrop:%0a%0a[@%0a$ cd ~%0a$ ftp https://ftp.eggheads.org/pub/eggdrop/source/1.9/eggdrop-1.9.4.tar.gz%0a@]%0a%0a'''OPTIONAL''': Verify that your eggdrop was downloaded securely using [[gnupg/signature|GPG]]:%0a%0a[@%0a$ ftp https://ftp.eggheads.org/pub/eggdrop/source/1.9/eggdrop-1.9.4.tar.gz.asc%0a$ ftp https://www.eggheads.org/gpg/eggheads.pub%0a$ gpg --import eggheads.pub%0a$ gpg --verify eggdrop-1.9.4.tar.gz.asc eggdrop-1.9.4.tar.gz%0agpg: Signature made Mon May 31 23:45:58 2021 CST%0agpg: using RSA key E01C240484DE7DBE190FE141E7667DE1D1A39AFF%0agpg: Good signature from "Eggheads Development Group (Eggdrop Signing Key) %3ceggdrop@eggheads.org>" [unknown]%0agpg: WARNING: This key is not certified with a trusted signature!%0agpg: There is no indication that the signature belongs to the owner.%0aPrimary key fingerprint: E01C 2404 84DE 7DBE 190F E141 E766 7DE1 D1A3 9AFF%0a@]%0a%0aYou should see a message similar to above, showing that there is a good signature. If it reports a bad signature, you should stop and repeat the steps above. If the problem continues, report the issue.%0a%0aExtract the tarball then compile.%0a%0a[@%0a$ tar xvzf eggdrop-1.9.4.tar.gz%0a$ cd eggdrop-1.9.4%0a$ ./configure --with-tcllib=/usr/local/lib/libtcl86.so.1.12%0a$ make config%0a$ make%0a@]%0a%0aIn the next step, you want to replace %3cbotname> with your bot's name. This will install eggdrop into that folder:%0a%0a[@%0a$ make install DEST=~/%3cbotname>%0a@]%0a%0aFor example, if your bot is examplebot, you might run:%0a%0a[@%0a$ make install DEST=~/examplebot%0a@]%0a%0a'''OPTIONAL''': Delete the tarball and source files:%0a%0a[@%0a$ cd ~%0a$ rm ~/eggdrop-1.9.1.tar.gz%0a$ rm ~/eggheads.pub%0a$ rm -r ~/eggdrop-1.9.1%0a@]%0a%0aReplace %3cbotname> with your bot's name:%0a%0a[@%0a$ cd ~/%3cbotname>%0a@]%0a%0aAfterwards, you will want to [[eggdrop/simple|configure eggdrop.conf]].%0a%0a!! Troubleshooting%0a%0aCheck logs/ for error messages.%0a%0a# [16:36:01] ^BRSS HTTP Error^B: https://wiki.ircnow.org/Site/AllRecentChanges?action=rss (State: error)\\%0aThis is due to an obsolete [[openbsd/tcltls|tcltls]]. You'll need to compile the latest release from source.%0a%0aEdit eggdrop.conf or Create your own configuration file (.conf) using nano or vi then run it using:%0a[@%0a$ ./eggdrop -m %3cconfiguration filename>.conf%0a@]%0a%0aTo verify the signature:%0a%0a[@%0a$ gpg --keyserver ha.pool.sks-keyservers.net --recv-key E01C240484DE7DBE190FE141E7667DE1D1A39AFF%0a@]%0a
12
2023-01-22
jrmu
time=1672507762
13
2023-01-22
jrmu
title=Install Eggdrop 1.9.4
14
2023-01-22
jrmu
author:1672507762=Yonle
15
2023-01-22
jrmu
diff:1672507762:1672507524:=32c32%0a%3c $ ./configure --with-tcllib=/usr/local/lib/libtcl86.so.1.12%0a---%0a> $ ./configure --with-tcllib=/usr/local/lib/libtcl86.so.1.8%0a
16
2023-01-22
jrmu
host:1672507762=2001:470:1f0e:5c1::242
17
2023-01-22
jrmu
author:1672507524=Yonle
18
2023-01-22
jrmu
csum:1672507524=E g g
19
2023-01-22
jrmu
diff:1672507524:1662569271:=1,2c1,2%0a%3c (:title Install Eggdrop 1.9.4:)%0a%3c %0a---%0a> (:title Install Eggdrop 1.9.1:)%0a> %0a7c7%0a%3c $ ftp https://ftp.eggheads.org/pub/eggdrop/source/1.9/eggdrop-1.9.4.tar.gz%0a---%0a> $ ftp https://ftp.eggheads.org/pub/eggdrop/source/1.9/eggdrop-1.9.1.tar.gz%0a13c13%0a%3c $ ftp https://ftp.eggheads.org/pub/eggdrop/source/1.9/eggdrop-1.9.4.tar.gz.asc%0a---%0a> $ ftp https://ftp.eggheads.org/pub/eggdrop/source/1.9/eggdrop-1.9.1.tar.gz.asc%0a16c16%0a%3c $ gpg --verify eggdrop-1.9.4.tar.gz.asc eggdrop-1.9.4.tar.gz%0a---%0a> $ gpg --verify eggdrop-1.9.1.tar.gz.asc eggdrop-1.9.1.tar.gz%0a30,31c30,31%0a%3c $ tar xvzf eggdrop-1.9.4.tar.gz%0a%3c $ cd eggdrop-1.9.4%0a---%0a> $ tar xvzf eggdrop-1.9.1.tar.gz%0a> $ cd eggdrop-1.9.1%0a
20
2023-01-22
jrmu
host:1672507524=2001:470:1f0e:5c1::242
21
2023-01-22
jrmu
author:1662569271=jrmu
22
2023-01-22
jrmu
diff:1662569271:1662569240:=14a15,27%0a> @]%0a> %0a> (:if false:)%0a> If the second link does not work, try:%0a> %0a> [@%0a> $ ftp https://geteggdrop.com/eggheads.pub%0a> @]%0a> (:ifend:)%0a> %0a> Continue with:%0a> %0a> [@%0a
23
2023-01-22
jrmu
host:1662569271=38.87.162.8
24
2023-01-22
jrmu
author:1662569240=jrmu
25
2023-01-22
jrmu
diff:1662569240:1662569229:=23c23%0a%3c (:ifend:)%0a---%0a> (:endif:)%0a
26
2023-01-22
jrmu
host:1662569240=38.87.162.8
27
2023-01-22
jrmu
author:1662569229=jrmu
28
2023-01-22
jrmu
diff:1662569229:1662387567:=17d16%0a%3c (:if false:)%0a23d21%0a%3c (:endif:)%0a
29
2023-01-22
jrmu
host:1662569229=38.87.162.8
30
2023-01-22
jrmu
author:1662387567=jrmu
31
2023-01-22
jrmu
diff:1662387567:1627880871:=15,25d14%0a%3c @]%0a%3c %0a%3c If the second link does not work, try:%0a%3c %0a%3c [@%0a%3c $ ftp https://geteggdrop.com/eggheads.pub%0a%3c @]%0a%3c %0a%3c Continue with:%0a%3c %0a%3c [@%0a
32
2023-01-22
jrmu
host:1662387567=38.87.162.8
33
2023-01-22
jrmu
author:1627880871=jrmu
34
2023-01-22
jrmu
diff:1627880871:1627880871:=1,82d0%0a%3c (:title Install Eggdrop 1.9.1:)%0a%3c %0a%3c To install eggdrop:%0a%3c %0a%3c [@%0a%3c $ cd ~%0a%3c $ ftp https://ftp.eggheads.org/pub/eggdrop/source/1.9/eggdrop-1.9.1.tar.gz%0a%3c @]%0a%3c %0a%3c '''OPTIONAL''': Verify that your eggdrop was downloaded securely using [[gnupg/signature|GPG]]:%0a%3c %0a%3c [@%0a%3c $ ftp https://ftp.eggheads.org/pub/eggdrop/source/1.9/eggdrop-1.9.1.tar.gz.asc%0a%3c $ ftp https://www.eggheads.org/gpg/eggheads.pub%0a%3c $ gpg --import eggheads.pub%0a%3c $ gpg --verify eggdrop-1.9.1.tar.gz.asc eggdrop-1.9.1.tar.gz%0a%3c gpg: Signature made Mon May 31 23:45:58 2021 CST%0a%3c gpg: using RSA key E01C240484DE7DBE190FE141E7667DE1D1A39AFF%0a%3c gpg: Good signature from "Eggheads Development Group (Eggdrop Signing Key) %3ceggdrop@eggheads.org>" [unknown]%0a%3c gpg: WARNING: This key is not certified with a trusted signature!%0a%3c gpg: There is no indication that the signature belongs to the owner.%0a%3c Primary key fingerprint: E01C 2404 84DE 7DBE 190F E141 E766 7DE1 D1A3 9AFF%0a%3c @]%0a%3c %0a%3c You should see a message similar to above, showing that there is a good signature. If it reports a bad signature, you should stop and repeat the steps above. If the problem continues, report the issue.%0a%3c %0a%3c Extract the tarball then compile.%0a%3c %0a%3c [@%0a%3c $ tar xvzf eggdrop-1.9.1.tar.gz%0a%3c $ cd eggdrop-1.9.1%0a%3c $ ./configure --with-tcllib=/usr/local/lib/libtcl86.so.1.8%0a%3c $ make config%0a%3c $ make%0a%3c @]%0a%3c %0a%3c In the next step, you want to replace %3cbotname> with your bot's name. This will install eggdrop into that folder:%0a%3c %0a%3c [@%0a%3c $ make install DEST=~/%3cbotname>%0a%3c @]%0a%3c %0a%3c For example, if your bot is examplebot, you might run:%0a%3c %0a%3c [@%0a%3c $ make install DEST=~/examplebot%0a%3c @]%0a%3c %0a%3c '''OPTIONAL''': Delete the tarball and source files:%0a%3c %0a%3c [@%0a%3c $ cd ~%0a%3c $ rm ~/eggdrop-1.9.1.tar.gz%0a%3c $ rm ~/eggheads.pub%0a%3c $ rm -r ~/eggdrop-1.9.1%0a%3c @]%0a%3c %0a%3c Replace %3cbotname> with your bot's name:%0a%3c %0a%3c [@%0a%3c $ cd ~/%3cbotname>%0a%3c @]%0a%3c %0a%3c Afterwards, you will want to [[eggdrop/simple|configure eggdrop.conf]].%0a%3c %0a%3c !! Troubleshooting%0a%3c %0a%3c Check logs/ for error messages.%0a%3c %0a%3c # [16:36:01] ^BRSS HTTP Error^B: https://wiki.ircnow.org/Site/AllRecentChanges?action=rss (State: error)\\%0a%3c This is due to an obsolete [[openbsd/tcltls|tcltls]]. You'll need to compile the latest release from source.%0a%3c %0a%3c Edit eggdrop.conf or Create your own configuration file (.conf) using nano or vi then run it using:%0a%3c [@%0a%3c $ ./eggdrop -m %3cconfiguration filename>.conf%0a%3c @]%0a%3c %0a%3c To verify the signature:%0a%3c %0a%3c [@%0a%3c $ gpg --keyserver ha.pool.sks-keyservers.net --recv-key E01C240484DE7DBE190FE141E7667DE1D1A39AFF%0a%3c @]%0a
35
2023-01-22
jrmu
host:1627880871=38.87.162.8
IRCNow