search for: hastebin

Displaying 20 results from an estimated 48 matches for "hastebin".

Did you mean: pastebin
2017 Oct 12
2
Dovecot 2.2.31 Incorrect Search
...stiakov at example.com. I run IMAP command "SEARCH FROM s.chi" and result is null. But if I run IMAP command "SEARCH FROM s.chistiakov" I get list of emails from this user. Why does this happen and how to fix it? Help me please ) Thanks. Result of my actions in telnet: https://hastebin.com/fewanacafu.md Dovecot config: https://hastebin.com/noqehimaxu.makefile
2020 Aug 12
3
Synology NAS is shutting down Ubuntu servers after very brief power outage (fwd)
...ctually tripped most of the breakers in the panel.  Anyways, the power was out for just a few seconds and of course my servers shutdown on me after power being out for just a second or two.  Here is my syslog from two different machines.  I included everything just in case. “Proton":  https://hastebin.com/uluqaqetuc.bash "Plex”:  https://hastebin.com/apudatonun.sql Let me know what you think.  I just tested everything over the weekend and it all worked perfectly; cut power and machines stayed up until it was time to shut them down (I temporarily configured them to shut down after 5 minutes...
2020 Aug 08
3
Synology NAS is shutting down Ubuntu servers after very brief power outage (fwd)
upsmon.conf on server:  https://pastebin.com/z4CrUTxb nut.conf on server:  https://pastebin.com/540ShZH7 Permissions for /etc/nut:  https://hastebin.com/qecolodapi.diff On the Synology (I didn’t edit any of these files): ups.conf:  https://hastebin.com/dedereqizi.shell upsd.conf:  https://hastebin.com/pupeseweda.css upsd.users:  https://hastebin.com/ocenamecex.cs I don’t think I am able to run that script.  If you can, I wouldn’t know how. P...
2020 Aug 10
2
Synology NAS is shutting down Ubuntu servers after very brief power outage (fwd)
...will send again when I get home. Sorry about that! -- Todd Benivegna // todd at benivegna.com On Aug 10, 2020, 9:01 AM -0400, Roger Price <roger at rogerprice.org>, wrote: > On Mon, 10 Aug 2020, Todd Benivegna wrote: > > > Here is the /usr/syno/bin/synoups file > > https://hastebin.com/sibopejuyu.bash > > Firefox, Opera, w3m, lynx, and wget all report that this link is empty. Do you > see anything? > > Roger > > _______________________________________________ > Nut-upsuser mailing list > Nut-upsuser at alioth-lists.debian.net > https://alioth-lis...
2020 Aug 11
4
Synology NAS is shutting down Ubuntu servers after very brief power outage (fwd)
On Mon, 10 Aug 2020, Todd Benivegna wrote: > synoups: https://hastebin.com/xexafofiha.bash Wow! What a mess. It looks as if Synology wanted to write their own "NUT", but decided it would be easier to put their ideas in a script when they saw they could use upssched.conf to call it. NUT intends such a script for timer management. Synology use it for ge...
2020 Aug 09
0
Synology NAS is shutting down Ubuntu servers after very brief power outage (fwd)
On Fri, 7 Aug 2020, Todd Benivegna wrote: Hello Todd, sorry for the delay replying, I was away for a while. It's ok to post configuration files in this list if blank lines and comments are removed. > On the Synology (I didn’t edit any of these files): > ups.conf:  https://hastebin.com/dedereqizi.shell pollinterval = 5 [ups] driver = usbhid-ups port = auto > upsd.conf:  https://hastebin.com/pupeseweda.css LISTEN 192.168.1.70 LISTEN 2601:cf:8200:43d0:211:32ff:fe63:60d7 LISTEN fe80::211:32ff:fe63:60d7 LISTEN 127.0.0.1 LISTEN ::1 > upsd.users:  https://hastebin.com...
2017 Sep 20
2
Dovecot 2.1.17 and Solr 6.6.1
...st in February 2017 ( https://dovecot.org/list/dovecot/2017-February/107255.html). The current dovecot configuration:... #cat /etc/dovecot/conf.d/90-fts.conf plugin { fts = solr fts_solr = debug break-imap-search url= http://127.0.0.1:8983/solr/dovecot/ } full config the dovecot: https://hastebin.com/awuwohanoz.makefile I also enclose the screen from wireshark https://itmag.es/6mWng Thanks!
2017 Sep 21
2
Dovecot 2.1.17 and Solr 6.6.1
...current dovecot configuration:... > > > > #cat /etc/dovecot/conf.d/90-fts.conf > > plugin { > > fts = solr > > fts_solr = debug break-imap-search url= > > http://127.0.0.1:8983/solr/dovecot/ > > } > > > > full config the dovecot: https://hastebin.com/awuwohanoz.makefile > > > > I also enclose the screen from wireshark https://itmag.es/6mWng > > > > Thanks! > This is a bug fixed in dovecot 2.2.19 with > https://github.com/dovecot/core/commit/43da9b96171251e7e88f3a0523f9dc > 51d528580b.patch > > Aki >
2020 Aug 10
2
Synology NAS is shutting down Ubuntu servers after very brief power outage (fwd)
Hi Roger, Here is the /usr/syno/bin/synoups file https://hastebin.com/sibopejuyu.bash Thanks, Todd -- Todd Benivegna // todd at benivegna.com On Aug 9, 2020, 4:49 PM -0400, Roger Price <roger at rogerprice.org>, wrote: > On Sun, 9 Aug 2020, Todd Benivegna wrote: > > > upssched.conf (on Synology): > > CMDSCRIPT /usr/syno/bin/synoups >...
2020 Aug 12
2
Synology NAS is shutting down Ubuntu servers after very brief power outage (fwd)
...ays, the >> power was out for just a few seconds and of course my servers >> shutdown on me after power being out for just a second or two.  Here >> is my syslog from two different machines.  I included everything just >> in case. >> >> “Proton": https://hastebin.com/uluqaqetuc.bash >> "Plex”: https://hastebin.com/apudatonun.sql >> >> Let me know what you think.  I just tested everything over the >> weekend and it all worked perfectly; cut power and machines stayed up >> until it was time to shut them down (I temporarily...
2018 Feb 27
2
Missed optimization - spill/load generated instead of reg-to-reg move (and two other questions)
...rrect, and if so, are there any hints I can give Clang besides just manually parallelizing it with #pragma omp or something? I do intend on changing this loop to something a bit less messy, but it'll be part of a larger refactoring, so it's still a ways off. Thanks! Alex [0]: https://hastebin.com/raw/oqamesahos <https://hastebin.com/raw/oqamesahos> -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180227/f0f78d3f/attachment.html>
2019 Jun 13
2
[RFC] Remarks-based code size analysis tool
...Which functions were not present in new_version_of_program (same idea) - Which functions grew the most - Which functions shrunk the most For a concrete example of the output, here’s some output I got by compiling the stepanov_container benchmark for AArch64 with -Os and -O3 respectively: https://hastebin.com/hucexocuxi.md <https://hastebin.com/hucexocuxi.md> If anyone is interested, feel free to try it out/review/etc. I think that a tool like this would be quite useful. :) - Jessica -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pip...
2020 Aug 10
0
Synology NAS is shutting down Ubuntu servers after very brief power outage (fwd)
Here ya go, this should work. synoups: https://hastebin.com/xexafofiha.bash Todd -- Todd Benivegna // todd at benivegna.com On Aug 10, 2020, 9:04 AM -0400, Todd Benivegna <todd at benivegna.com>, wrote: > Wow. That’s weird. Blank for me too! I will send again when I get home. Sorry about that! > > -- > Todd Benivegna // todd at beniv...
2020 Aug 12
0
Synology NAS is shutting down Ubuntu servers after very brief power outage (fwd)
...e breakers in the panel.  Anyways, the > power was out for just a few seconds and of course my servers shutdown > on me after power being out for just a second or two.  Here is my > syslog from two different machines.  I included everything just in case. > > “Proton": https://hastebin.com/uluqaqetuc.bash > "Plex”: https://hastebin.com/apudatonun.sql > > Let me know what you think.  I just tested everything over the weekend > and it all worked perfectly; cut power and machines stayed up until it > was time to shut them down (I temporarily configured them to...
2020 Aug 11
0
Synology NAS is shutting down Ubuntu servers after very brief power outage (fwd)
Hi Roger, Ok, very interesting…!  Here is what you are looking for: 1.  https://hastebin.com/evadipomew.bash 2. lrwxrwxrwx 1 root root 4 May 27 05:26 /bin/sh -> bash* Hope that helps! Todd -- Todd Benivegna // todd at benivegna.com On Aug 11, 2020, 1:46 AM -0400, Roger Price <roger at rogerprice.org>, wrote: > On Mon, 10 Aug 2020, Todd Benivegna wrote: > > > syn...
2017 Oct 17
0
Dovecot 2.2.31 Incorrect Search
...> command "SEARCH FROM s.chi" and result is null. But if I run IMAP command > "SEARCH FROM s.chistiakov" I get list of emails from this user. Why does > this happen and how to fix it? > Help me please ) > Thanks. > > Result of my actions in telnet: https://hastebin.com/fewanacafu.md > Dovecot config: https://hastebin.com/noqehimaxu.makefile >
2020 Aug 09
3
Synology NAS is shutting down Ubuntu servers after very brief power outage (fwd)
...2020, Todd Benivegna wrote: > > Hello Todd, sorry for the delay replying, I was away for a while. It's ok to > post configuration files in this list if blank lines and comments are removed. > > > On the Synology (I didn’t edit any of these files): > > ups.conf:  https://hastebin.com/dedereqizi.shell > > pollinterval = 5 > [ups] > driver = usbhid-ups > port = auto > > > upsd.conf:  https://hastebin.com/pupeseweda.css > > LISTEN 192.168.1.70 > LISTEN 2601:cf:8200:43d0:211:32ff:fe63:60d7 > LISTEN fe80::211:32ff:fe63:60d7 > LISTEN 127.0.0...
2017 Sep 21
1
Dovecot 2.1.17 and Solr 6.6.1
...at /etc/dovecot/conf.d/90-fts.conf > >>> plugin { > >>> fts = solr > >>> fts_solr = debug break-imap-search url= > >>> http://127.0.0.1:8983/solr/dovecot/ > >>> } > >>> > >>> full config the dovecot: https://hastebin.com/awuwohanoz.makefile > >>> > >>> I also enclose the screen from wireshark https://itmag.es/6mWng > >>> > >>> Thanks! > >> This is a bug fixed in dovecot 2.2.19 with > >> https://github.com/dovecot/core/commit/43da9b96171251e7e88f3...
2020 Aug 08
1
Synology NAS is shutting down Ubuntu servers after very brief power outage (fwd)
Roger, I just ran a manual test, killing power and see what happens.  I set the Synology “Time before DiskStation goes into Safe mode” to 5 minutes so I didn’t have to wait like an hour until it powered down.  Here is the log: https://hastebin.com/ovuwilufeb.sql Everything appeared to be normal; the servers powered off and the Synology went into safe mode.  Power was then cut to the Synology and my UPS turned off.  I waited a couple minutes, restored power and the UPS came on, the Synology and all three servers powered on too.  Everythi...
2020 Aug 08
4
Synology NAS is shutting down Ubuntu servers after very brief power outage (fwd)
On Fri, 7 Aug 2020, Todd Benivegna wrote: > APC Back-UPS NS 650M1 UPS ---USB---> Synology NAS (DS416 - Master?) > ---Ethernet---> Netgear Managed Switch w/ uplink to router <---Ethernet--- > Servers (Ubuntu 20.04 - Plex, Pulsar, Proton - All three set as slaves) I'm guessing that the UPS supplies only the NAS, not the 3 Ubuntu machines. Do they have their own UPS's?