Re: Configuration of a umb device

2018-07-10 Thread salanimi
9 juillet 2018 08:12 "Gregory Edigarov" a écrit: > perhaps a simple > route add -net default 100.144.58.18 > will do the trick I have done that, but this result does not change. # ifconfig umb0 umb0: flags=8851 mtu 1500 index 13 priority 0 llprio 3 roaming disabled registration h

The results are in

2018-07-10 Thread .
Troll 1, OpenBSD 0. FFS people! Don't Feed The Trolls. It's not fucking rocket science.

Re: sed disappearing last line

2018-07-10 Thread Daniel Bolgheroni
On Tue, Jul 10, 2018 at 07:34:48AM +, Andreas Kusalananda Kähäri wrote: > On Tue, Jul 10, 2018 at 09:29:55AM +0200, Andreas Kusalananda Kähäri wrote: > > This is really a question about what the "N" command should be doing if > > there is no further input. GNU sed seems to output the current p

Re: roundcube installation php modules

2018-07-10 Thread Jay Williams
Create a php file with inside, and confirm that PHP-FPM is picking up the extensions. I'd also confirm via the command line, using a command such as: $ php-5.6 -i | grep intl -- Jay Williams > On Jul 10, 2018, at 07:00, Teno Deuter wrote: > > Dear list, > > in a OpenBSD 6.3 machine I run

Re: Ratgod leadership?

2018-07-10 Thread Jordan Geoghegan
On 07/10/18 17:55, Nick Holland wrote: On 07/10/18 12:57, Email wrote: [drivel snipped] Well...anyone who generates THAT much blind hatred has to be checked out, they are obviously either onto (or into) something. So I read up on OpenBSD, LOVED the philosophy of "security matters", downloaded i

Re: Ratgod leadership?

2018-07-10 Thread Nick Holland
On 07/10/18 12:57, Email wrote: > [drivel snipped] Probably about 20 years ago, I had despaired of the "solution of the week!" of Linux, and figured, while it was cool that a bunch of people had put together a free Unix-like OS, the churn was too great to be practical for businesses expecting a lo

Re: Lumina-Terminal on OpenBSD

2018-07-10 Thread Tomasz Rola
On Sun, Jul 08, 2018 at 01:45:09PM -0400, rehcla wrote: > I am pretty sure there is absolutely nothing wrong with me! > > But thanks for the explanations, which provided a working solution > for me... Last but not least it inspired me to set a second desktop > with FVWM to learn more about termin

Re: Ratgod leadership?

2018-07-10 Thread Joseph Mayer
"Ywe"/nyt.cloud owner, I have filed an abuse complaint at www.domainname.shop asking them to discontinue your domain/email/hosting deal with them, and filed a request for your domain name at https://rddsrequest.nic.cloud/ . I have also asked them to not serve you personally in the future as you c

Re: Ratgod leadership?

2018-07-10 Thread Tom Smyth
Hmm. That is one F**ked up stream of consciousness... that email is probably will be the posterboy of being an warning to kids "don't do drugs!" if you need assistance with finding a decent translator or grammar and spell check tool, just ask and include a dmesg. it is useful to know what you ar

Ratgod leadership?

2018-07-10 Thread Email
What does Theo De Raadt mean anyway? God Is The Rat? Ratgod leadership may indeed take the side of junkie pedophiles. And we will do with available source regardless of fairyworld ideas of leadership.

Re: roundcube installation php modules

2018-07-10 Thread Gonzalo L. Rodriguez
On [10/07/18] [02:59P], Danny AwesomeRetro wrote: No problem,that fixed the issue for me ;) thank you,this has cost me around 18 hours of searching Cheers, Danny On 07/10/2018 04:25 PM, Vijay Sankar wrote: Sorry to interject -- just wondering if you read the instructions towards the bottom

ISAKMPD crashed on OpenBSD 6.2

2018-07-10 Thread mottycruz
Hello I have a very simple isakampd.conf configuration for a VPN to AWS. I'm able to bring up the VPN but it crashed 15 minutes later. When ISAKMP crashed, I unable to ping outside or ping the machine until I kill isakmp process. Any ideas? -- Sent from: http://openbsd-archive.7691.n7.nabble.c

Re: CVS Download: Timeout Error

2018-07-10 Thread MonsieurFugu
Thanks for the reply, Yeah I thought it was something to do with the ports but I'm honestly not great with networking at the best of times, let alone on an OS that's new to me. Sure, I'm sorry I misspoke a few times there- I meant the source code and I used the disable PF command which I thought

Re: roundcube installation php modules

2018-07-10 Thread Danny AwesomeRetro
No problem,that fixed the issue for me ;) thank you,this has cost me around 18 hours of searching Cheers, Danny On 07/10/2018 04:25 PM, Vijay Sankar wrote: > Sorry to interject -- just wondering if you read the instructions > towards the bottom in /usr/local/share/doc/pkg-readmes for php-5.6.

Re: roundcube installation php modules

2018-07-10 Thread Vijay Sankar
Sorry to interject -- just wondering if you read the instructions towards the bottom in /usr/local/share/doc/pkg-readmes for php-5.6. It specifically says # cd /etc/php-5.6.sample # for i in *; do ln -sf ../php-5.6.sample/$i ../php-5.6/; done HTH, Vijay Quoting Teno Deuter : actu

Re: roundcube installation php modules

2018-07-10 Thread Danny AwesomeRetro
Could you give me an example of defining absolute path to the module? Cheers, Danny On 07/10/2018 03:07 PM, Teno Deuter wrote: > actually I had to define the absolute path to the module. After doing > this it did work! > > I still have the issue with Imagick though! There is no module for > tha

Re: roundcube installation php modules

2018-07-10 Thread Danny AwesomeRetro
Personally i am also having the same issue with php/php-fpm,but with a nextcloud instance. Interested in this thread. Regards, Danny On 07/10/2018 02:30 PM, Teno Deuter wrote: > sorry forgot to mention that after doing the below changes I did > restart the server! > > Thank you > > On Tue, Ju

Re: roundcube installation php modules

2018-07-10 Thread Martijn van Duren
On 07/10/18 14:00, Teno Deuter wrote: > Dear list, > > in a OpenBSD 6.3 machine I run httpd and opensmptd and try to intall > roundcubemail 1.3.5 from the OpenBSD packages repository. > > When running the installer, in the first page, I get following warnings: > > FileInfo: OK > Libiconv: OK >

Re: roundcube installation php modules

2018-07-10 Thread Teno Deuter
actually I had to define the absolute path to the module. After doing this it did work! I still have the issue with Imagick though! There is no module for that in OpenBSD repository as it's already integrated in php - correct? In that case should I ignore that? Thank you On Tue, Jul 10, 2018 at

Re: roundcube installation php modules

2018-07-10 Thread Teno Deuter
sorry forgot to mention that after doing the below changes I did restart the server! Thank you On Tue, Jul 10, 2018 at 2:29 PM, Teno Deuter wrote: > here are my current extension settings in php-5.6.ini: > > ;extension=php_bz2.dll > ;extension=php_curl.dll > ;extension=php_fileinfo.dll > > exten

Re: roundcube installation php modules

2018-07-10 Thread Teno Deuter
here are my current extension settings in php-5.6.ini: ;extension=php_bz2.dll ;extension=php_curl.dll ;extension=php_fileinfo.dll extension=php_gd2.dll ;extension=php_gettext.dll ;extension=php_gmp.dll extension=php_intl.dll ;extension=php_imap.dll ;extension=php_interbase.dll ;extension=php_l

Re: roundcube installation php modules

2018-07-10 Thread edgar
Have you altered your php.ini to load the extensions and restart php-fpm? On Jul 10, 2018 7:00 AM, Teno Deuter wrote: > > Dear list, > > in a OpenBSD 6.3 machine I run httpd and opensmptd and try to intall > roundcubemail 1.3.5 from the OpenBSD packages repository. > > When running the installer,

roundcube installation php modules

2018-07-10 Thread Teno Deuter
Dear list, in a OpenBSD 6.3 machine I run httpd and opensmptd and try to intall roundcubemail 1.3.5 from the OpenBSD packages repository. When running the installer, in the first page, I get following warnings: FileInfo: OK Libiconv: OK Intl: NOT AVAILABLE(See http://www.php.net/manual/en/boo

Re: %ÿ4 Coding OS, Vanity gods, LKML/GNU Attiude Problems, Problematic Netelements in general.

2018-07-10 Thread Marko Cupać
On Mon, 9 Jul 2018 16:30:58 +0200 Ywe Cærlyn wrote: > Slight retweak, to %ÿ4 Coding OS. > > Having had a bit of feel with the namechange I think I can do even > better. Looking at what really needs to be fixed with the internet, > starting with Fair Pay, getting rid of poor and thieving GNU, a

Re: 4k display on integrated Intel graphics?

2018-07-10 Thread Maximilian Pichler
So I went ahead and it works! At first it did 3840x2160 only at 30 Hz, but after rebooting it now runs at 60 Hz, at least according to xrandr (see below). Is there a way to independently verify the refresh rate? Unfortunately the monitor doesn't display it. For the record, this is an Asus Zenbook

Re: sed disappearing last line

2018-07-10 Thread Andreas Kusalananda Kähäri
On Tue, Jul 10, 2018 at 09:29:55AM +0200, Andreas Kusalananda Kähäri wrote: > On Mon, Jul 09, 2018 at 06:23:17PM -0300, Daniel Bolgheroni wrote: > > Working with some input/commands which dealt with multiline pattern > > spaces, noticed a behaviour I was not expecting. Reducing the test to a > > si

Re: sed disappearing last line

2018-07-10 Thread Andreas Kusalananda Kähäri
On Mon, Jul 09, 2018 at 06:23:17PM -0300, Daniel Bolgheroni wrote: > Working with some input/commands which dealt with multiline pattern > spaces, noticed a behaviour I was not expecting. Reducing the test to a > simple case: > > $ echo "foo\nbar\nbaz" | sed "1d; N" > bar > baz > $ > > This