<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Oneiroi - Ramblings of a Sysadmin - Latest Comments</title><link>http://saiweb.disqus.com/</link><description></description><atom:link href="https://saiweb.disqus.com/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Fri, 30 Sep 2016 15:50:17 -0000</lastBuildDate><item><title>Re: Openssl unable to load certificate wrong asn1 encoding routines:ASN1_CHECK_TLEN::tag:tasn_dec.c:1319 - Oneiroi</title><link>http://blog.oneiroi.co.uk/openssl/x.509/pcks7/openssl-unable-to-load-certificate-wrong-asn1-encoding-routines-asn1-check-tlen-tag-tasn-dec-dot-c-1319/#comment-2927029899</link><description>&lt;p&gt;Thank you very much for the "to the point" error analysis.  Exactly what helped me install my CA Cert.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">aam</dc:creator><pubDate>Fri, 30 Sep 2016 15:50:17 -0000</pubDate></item><item><title>Re: mySQL Slow Query Log Rotation</title><link>http://blog.oneiroi.co.uk/mysql/mysql-slow-query-log-rotation/#comment-2831815108</link><description>&lt;p&gt;Does this command go into my.conf?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Craig Edmonds</dc:creator><pubDate>Thu, 11 Aug 2016 04:27:45 -0000</pubDate></item><item><title>Re: Alcatel 4068 - Bad Tftp1 Address</title><link>http://blog.oneiroi.co.uk/voip/alcatel-4068-bad-tftp1-address/#comment-2714251095</link><description>&lt;p&gt;Please kindly help if you have the solution for it.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Netboot</dc:creator><pubDate>Mon, 06 Jun 2016 03:22:18 -0000</pubDate></item><item><title>Re: Alcatel 4068 - Bad Tftp1 Address</title><link>http://blog.oneiroi.co.uk/voip/alcatel-4068-bad-tftp1-address/#comment-2714250558</link><description>&lt;p&gt;Hi all,&lt;/p&gt;&lt;p&gt;I got the same error message on Alcatel IP Phone on cisco switch.But when I moved the IP Phone to other switches, it works properly.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Netboot</dc:creator><pubDate>Mon, 06 Jun 2016 03:21:31 -0000</pubDate></item><item><title>Re: mySQL Forcing Utf-8 Compliance for All Connections.</title><link>http://blog.oneiroi.co.uk/mysql/mysql-forcing-utf-8-compliance-for-all-connections/#comment-2691073688</link><description>&lt;p&gt;Be aware that "utf8" in MySQL and MariaDB means only the encoding limited to the BMP. Sending **valid** UTF-8 text to a database will cause the text being stord to be **silently** truncated on the first non-BMP character (instead of just fintering out the non-BMP characters and keeping the rest of the text between them or after them): this can cause severe security issues, notably on databases used with websites (where people can post comments containing non-BMP characters such as emojis or Chinese text with characters in the SIP: this is easy to do now on most smartphones even if it's more difficult on traditional PCs with classic keyboard drivers).&lt;/p&gt;&lt;p&gt;Valid and conforming UTF-8 requires the use of "utf8mb4" (in MySQL 5.5+ or MariaDB) to accept non-BMP characters, or the use of the "binary" encoding (but then no support for unicode collation, only binary sorting will be supported, and the database may store *invalid* UTF-8, which could also cause severe security issues).&lt;/p&gt;&lt;p&gt;So I suggest you deprecate MySQL "utf8" in favor of the *safer* "utf8mb4". Also even in this case, consider what can happen when invalid UTF-8 is stored (e.g. storing broken sequences, or storing text containing supplementary characters encoded with CESU8 using 6 bytes, i.e. 2 pairs of 3 bytes for encoding each surrogate). Silent truncation is not a valid option (and in my opinion it is a defect of the MySQL client connector which should return an error if a text could not be saved completely)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Philippe Verdy</dc:creator><pubDate>Mon, 23 May 2016 12:46:50 -0000</pubDate></item><item><title>Re: IPM_SUBTREE Outlook and the vanishing emails - Oneiroi</title><link>http://blog.oneiroi.co.uk/windows/ipm_subtree-outlook-and-the-vanishing-emails/#comment-2679425151</link><description>&lt;p&gt;thanks for help me find my mail back&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">passenger_A</dc:creator><pubDate>Mon, 16 May 2016 21:32:29 -0000</pubDate></item><item><title>Re: Openssl unable to load certificate wrong asn1 encoding routines:ASN1_CHECK_TLEN::tag:tasn_dec.c:1319 - Oneiroi</title><link>http://blog.oneiroi.co.uk/openssl/x.509/pcks7/openssl-unable-to-load-certificate-wrong-asn1-encoding-routines-asn1-check-tlen-tag-tasn-dec-dot-c-1319/#comment-2674068818</link><description>&lt;p&gt;Thank you!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Frink</dc:creator><pubDate>Fri, 13 May 2016 13:34:03 -0000</pubDate></item><item><title>Re: mySQL Forcing Utf-8 Compliance for All Connections.</title><link>http://blog.oneiroi.co.uk/mysql/mysql-forcing-utf-8-compliance-for-all-connections/#comment-2520484670</link><description>&lt;p&gt;Can someone please help. I'm using mysql workbench graphical user interface to connect to someone else's mysql server and I need to force the connection in utf8 instead of the default of latin1, as I cannot currently see the proper characters for values when I run queries. I have readonly access to the server so changing the server is not an option. I've been trying for months to accomplish this and I cannot.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Wisniewski</dc:creator><pubDate>Wed, 17 Feb 2016 20:46:09 -0000</pubDate></item><item><title>Re: Quickly Get MAC Addresses in Windows XP Using ARP</title><link>http://blog.oneiroi.co.uk/windows/networking/quickly-get-mac-addresses-in-windows-xp-using-arp/#comment-2488279062</link><description>&lt;p&gt;After getting mac address by following this tutorial,You can get vendor/Manufacturer from mac address&lt;/p&gt;&lt;p&gt;using &lt;a href="https://macvendors.co" rel="nofollow noopener" target="_blank" title="https://macvendors.co"&gt;https://macvendors.co&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Samy Massoud Saad</dc:creator><pubDate>Sun, 31 Jan 2016 14:09:12 -0000</pubDate></item><item><title>Re: Openssl unable to load certificate wrong asn1 encoding routines:ASN1_CHECK_TLEN::tag:tasn_dec.c:1319 - Oneiroi</title><link>http://blog.oneiroi.co.uk/openssl/x.509/pcks7/openssl-unable-to-load-certificate-wrong-asn1-encoding-routines-asn1-check-tlen-tag-tasn-dec-dot-c-1319/#comment-2303429105</link><description>&lt;p&gt;This is good info. But how do you tell if the cert you're using is in PCKS#7 format or x.509? If I use "openssl x509 -in mycert.crt -noout -text", and it doesn't give a format error but prints the fields of the cert, does that mean it's in a valid x509 format?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lars</dc:creator><pubDate>Mon, 12 Oct 2015 14:26:21 -0000</pubDate></item><item><title>Re: Lowell Portfolio 1 Ltd</title><link>http://blog.oneiroi.co.uk/uncategorized/lowell-portfolio-1-ltd/#comment-2283679627</link><description>&lt;p&gt;quick question, the letter I recieved does not say anything about debt and instead claims this is 'in relation to a personal matter'. Is there a letter I can send initially, or should I just sent this template given that I know they're a debt agency?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexp1101</dc:creator><pubDate>Thu, 01 Oct 2015 08:54:31 -0000</pubDate></item><item><title>Re: Lowell Portfolio 1 Ltd</title><link>http://blog.oneiroi.co.uk/uncategorized/lowell-portfolio-1-ltd/#comment-2143967777</link><description>&lt;p&gt;Hi there i have been to court 4 times with Cabot Financial in the last three months i suspect its Lowell Portfolio that im dealing with can you tell me if the letter you posted as\ a template is still usesable and can it be used in a Scottish court i am under the impression they have no agreement to show the court this debt is in relation to PPI that they said i never had but i did and have the paperwork to prove it your advice on the matter would be appreciated&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">spr</dc:creator><pubDate>Sat, 18 Jul 2015 13:55:19 -0000</pubDate></item><item><title>Re: Lowell Portfolio 1 Ltd</title><link>http://blog.oneiroi.co.uk/uncategorized/lowell-portfolio-1-ltd/#comment-1969906500</link><description>&lt;p&gt;Hi. Lowells are the scum of the earth i would say to people check this site out was a real eye opener for me. the site is WWW.GETOUTOFDBTFREE.ORG they will tell you how to deal with these people and others like them&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">notonyournelly1</dc:creator><pubDate>Wed, 15 Apr 2015 21:31:36 -0000</pubDate></item><item><title>Re: mySQL Forcing Utf-8 Compliance for All Connections.</title><link>http://blog.oneiroi.co.uk/mysql/mysql-forcing-utf-8-compliance-for-all-connections/#comment-1894053855</link><description>&lt;p&gt;In at least MySQL 5.5, default-character-set=utf8 goes in the [client] section of the configuration files, which is probably in /etc/my.cnf.d/client.cnf .&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ythical</dc:creator><pubDate>Sat, 07 Mar 2015 15:16:53 -0000</pubDate></item><item><title>Re: Lowell Portfolio 1 Ltd</title><link>http://blog.oneiroi.co.uk/uncategorized/lowell-portfolio-1-ltd/#comment-1876771256</link><description>&lt;p&gt;hi they same thing has just happened to me please advise what to do ??&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">lp</dc:creator><pubDate>Thu, 26 Feb 2015 10:26:38 -0000</pubDate></item><item><title>Re: Can't Change to Run as User 'Mysql'. Please Check That the User Exists!</title><link>http://blog.oneiroi.co.uk/linux/mysql/cant-change-to-run-as-user-mysql-please-check-that-the-user-exists/#comment-1847197220</link><description>&lt;p&gt;thanks it worked for xampp as well.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">RT</dc:creator><pubDate>Tue, 10 Feb 2015 23:56:04 -0000</pubDate></item><item><title>Re: Two factor SSH authentication - pubkey yubikey - Oneiroi</title><link>http://blog.oneiroi.co.uk/ssh/yubikey/pam/two-factor-ssh-authentication-pubkey-yubikey/#comment-1738232402</link><description>&lt;p&gt;there is a mistake is not pubkey but publickey the right keyword&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tom</dc:creator><pubDate>Fri, 12 Dec 2014 03:47:54 -0000</pubDate></item><item><title>Re: Suricata Logstash Kibana Utilite Pro ARM</title><link>http://blog.oneiroi.co.uk/ids/ips/security/visualization/kibana/logstash/suricata/arm/utilite/suricata-logstash-kibana-utilite-pro-arm/#comment-1709835846</link><description>&lt;p&gt;I'm not seeing the FFI issues being thrown at all; at least not on ubuntu 12.04 LTS ARMv7l&lt;/p&gt;&lt;p&gt;I have noticed after a failure and reflash that hardfp is no longer functional and I've had to differ back to the sflt (soft floating point) version of java.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">oneiroi</dc:creator><pubDate>Mon, 24 Nov 2014 09:51:50 -0000</pubDate></item><item><title>Re: Ssh X11 Forwarding Who Needs Vnc?</title><link>http://blog.oneiroi.co.uk/linux/ssh-x11-forwarding-who-needs-vnc/#comment-1656387114</link><description>&lt;p&gt;I prefer to work with ssh, but yes X forwarding consumes a lot of bandwidth and makes it so slow that its almost unusable, so I stick to VNC for that reason. I don't explain myself why does that happen, though... Do you have an explanation?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Carl Michael Grüner Monzón</dc:creator><pubDate>Mon, 27 Oct 2014 16:28:33 -0000</pubDate></item><item><title>Re: Suricata Logstash Kibana Utilite Pro ARM</title><link>http://blog.oneiroi.co.uk/ids/ips/security/visualization/kibana/logstash/suricata/arm/utilite/suricata-logstash-kibana-utilite-pro-arm/#comment-1643743800</link><description>&lt;p&gt;My mistake about the embedded Elasticsearch.  It just took minutes to load.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rabinnh</dc:creator><pubDate>Sun, 19 Oct 2014 15:32:46 -0000</pubDate></item><item><title>Re: Suricata Logstash Kibana Utilite Pro ARM</title><link>http://blog.oneiroi.co.uk/ids/ips/security/visualization/kibana/logstash/suricata/arm/utilite/suricata-logstash-kibana-utilite-pro-arm/#comment-1642374219</link><description>&lt;p&gt;To overcome the FFI issue, I downloaded the JFFI source, compiled it, and substituted my build of &lt;a href="http://libjffi-1.2.so" rel="nofollow noopener" target="_blank" title="libjffi-1.2.so"&gt;libjffi-1.2.so&lt;/a&gt; into the jruby complete jar in the jni directory.  I also had to install ElasticSearch separately - it wasn't included in the Logstash download - and then change the config to point to localhost rather than embedded =&amp;gt; true.&lt;/p&gt;&lt;p&gt;You must also install libjansson-dev and add the configure variables   --with-libjansson-includes=DIR and --with-libjansson-libraries=DIR or else the eve.json formatted alert file would not get generated.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rabinnh</dc:creator><pubDate>Sat, 18 Oct 2014 12:48:39 -0000</pubDate></item><item><title>Re: Suricata Logstash Kibana Utilite Pro ARM</title><link>http://blog.oneiroi.co.uk/ids/ips/security/visualization/kibana/logstash/suricata/arm/utilite/suricata-logstash-kibana-utilite-pro-arm/#comment-1642107787</link><description>&lt;p&gt;Ditto.  Same error.  Can't get past.  Installed libjffi but apparently the bug is in the logstash jar.  I don't know how the author got by this issue.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rabinnh</dc:creator><pubDate>Sat, 18 Oct 2014 08:32:55 -0000</pubDate></item><item><title>Re: IPM_SUBTREE Outlook and the vanishing emails - Oneiroi</title><link>http://blog.oneiroi.co.uk/windows/ipm_subtree-outlook-and-the-vanishing-emails/#comment-1633372447</link><description>&lt;p&gt;Dee this post is over 6 years old; please check the microsoft website for the relevant tool for Office 365.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">oneiroi</dc:creator><pubDate>Mon, 13 Oct 2014 11:12:18 -0000</pubDate></item><item><title>Re: Suricata Logstash Kibana Utilite Pro ARM</title><link>http://blog.oneiroi.co.uk/ids/ips/security/visualization/kibana/logstash/suricata/arm/utilite/suricata-logstash-kibana-utilite-pro-arm/#comment-1599210653</link><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;thx for sharing your experiences...&lt;/p&gt;&lt;p&gt;I am trying to setup logstash on a cubietruck and I always end up with this error:&lt;/p&gt;&lt;p&gt;LoadError: Could not load FFI Provider: (NotImplementedError) FFI not available: null&lt;br&gt; See &lt;a href="http://jira.codehaus.org/browse/JRUBY-4583" rel="nofollow noopener" target="_blank" title="http://jira.codehaus.org/browse/JRUBY-4583"&gt;http://jira.codehaus.org/br...&lt;/a&gt;&lt;br&gt;  require at org/jruby/&lt;a href="http://RubyKernel.java" rel="nofollow noopener" target="_blank" title="RubyKernel.java"&gt;RubyKernel.java&lt;/a&gt;:1085&lt;br&gt;  require at file:/opt/logstash/vendor/jar/jruby-complete-1.7.11.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:55&lt;br&gt;   (root) at file:/opt/logstash/vendor/jar/jruby-complete-1.7.11.jar!/META-INF/jruby.home/lib/ruby/shared/ffi/ffi.rb:69&lt;br&gt;  require at org/jruby/&lt;a href="http://RubyKernel.java" rel="nofollow noopener" target="_blank" title="RubyKernel.java"&gt;RubyKernel.java&lt;/a&gt;:1085&lt;br&gt;   (root) at file:/opt/logstash/vendor/jar/jruby-complete-1.7.11.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:1&lt;br&gt;  require at file:/opt/logstash/vendor/jar/jruby-complete-1.7.11.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:55&lt;br&gt;  require at org/jruby/&lt;a href="http://RubyKernel.java" rel="nofollow noopener" target="_blank" title="RubyKernel.java"&gt;RubyKernel.java&lt;/a&gt;:1085&lt;br&gt;   (root) at file:/opt/logstash/vendor/jar/jruby-complete-1.7.11.jar!/META-INF/jruby.home/lib/ruby/shared/ffi.rb:1&lt;br&gt;   (root) at file:/opt/logstash/vendor/jar/jruby-complete-1.7.11.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:1&lt;br&gt;  require at file:/opt/logstash/vendor/jar/jruby-complete-1.7.11.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:55&lt;br&gt;  require at org/jruby/&lt;a href="http://RubyKernel.java" rel="nofollow noopener" target="_blank" title="RubyKernel.java"&gt;RubyKernel.java&lt;/a&gt;:1085&lt;br&gt;     LibC at /opt/logstash/lib/logstash/util/prctl.rb:4&lt;br&gt;   (root) at /opt/logstash/lib/logstash/util/prctl.rb:3&lt;br&gt;     main at /opt/logstash/lib/logstash/runner.rb:79&lt;br&gt;   (root) at /opt/logstash/lib/logstash/runner.rb:215&lt;/p&gt;&lt;p&gt;Did you come accross this one too?&lt;/p&gt;&lt;p&gt;Thank you very much,&lt;br&gt;Matthias&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matthias Doed</dc:creator><pubDate>Sun, 21 Sep 2014 12:34:08 -0000</pubDate></item><item><title>Re: KVM Linux - expanding a guest LVM file system using virt-resize - Oneiroi</title><link>http://blog.oneiroi.co.uk/linux/kvm/virt-resize/RHEL/LVM/kvm-linux-expanding-a-lvm-guest-file-system-using-virt-resize/#comment-1563770758</link><description>&lt;p&gt;I think you may have forgotten a step. After following the above steps you provided, I didn't see the additional size in the volume:&lt;/p&gt;&lt;p&gt;[root@NS1] lvs&lt;br&gt;LU UG Httr LSize Pool Urigin Dataz Hove Log CpgZSgne Convert&lt;br&gt;lv_root vg_ns1 —ui—ao———— 22 51g&lt;br&gt;lv_swap vg_ns1 —ui—ao———— 1.88g&lt;/p&gt;&lt;p&gt;I had to run an lvextend to actually see the additional space:&lt;/p&gt;&lt;p&gt;[root@NS1]lvextend -L +5G /dev/mapper/vg_ns1-lv_root&lt;br&gt;Extending logieal volume lv_root to 2?.51 GiB&lt;br&gt;Logieal volume lv_root sueeessfullg resized 1&lt;br&gt;[root@NS1]&lt;br&gt;[root@NS1]&lt;br&gt;[root@NS1]&lt;br&gt;[root@NS1] lvs&lt;br&gt;LU UG Httr LSize Pool Urigin Dataz Hove Log CpgZSgne Convert&lt;br&gt;lv_root vg_ns1 —ui—ao———— 27.51g&lt;br&gt;lv_swap vg_ns1 —ui—ao———— 1.88g&lt;br&gt;[root@NS1]&lt;/p&gt;&lt;p&gt;Otherwise, great post!!  Thanks for the info.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chris</dc:creator><pubDate>Thu, 28 Aug 2014 15:17:27 -0000</pubDate></item></channel></rss>