Re: httpd and Wordpress

2017-06-10 Thread R0me0 ***
+1 Wordpress must be installed on the desired path, if you are moving from previous scheme like site/wordpress to wordpress, you have a problem. Refer to wordpress manual and you find how to fix. The best bet is like Todd said: Deploy again. 2017-06-10 20:56 GMT-03:00 Todd : > What is in your ht

Re: Current FreeBSD looking to switch to OpenBSD

2017-06-10 Thread Kurt H Maier
On Sat, Jun 10, 2017 at 09:20:49PM -0400, Baho Utot wrote: > > I dual boot now between Win7 and FreeBSD > > on I lapdog I have 5 os on it and use grub2 to boot them > > How is this helpful? I don't know. Some people just like talking about their computers to strangers, I guess. khm

Re: Current FreeBSD looking to switch to OpenBSD

2017-06-10 Thread Baho Utot
On 06/10/17 16:20, Mihai Popescu wrote: I dual boot now between Win7 and FreeBSD on I lapdog I have 5 os on it and use grub2 to boot them Prepare in the upcoming messages for something like "OpenBSD destroyed my harddisk" subject line message! Just a warning. How is this helpful?

Re: httpd and Wordpress

2017-06-10 Thread ilyes aiouaz - google mail
Hi, # Set a correct root path root "/htdocs/wordpress" # You can set max upload size to 513 M ( in bytes ) connection max request body 537919488 # You can protect files and dir location "/.*" { block } location "/ upload /*. php " { block } location "/ files /*. php " { block } # For any other

Re: httpd and Wordpress

2017-06-10 Thread Todd
What is in your httpd error log? My guess is that WP is trying to pull some content from /wordpress which no longer exists since you moved the docroot. My suggestion for having your WP site available without going to the /wordpress URL is to redeploy the WordPress files to /var/www/html instead of

Re: Can I use OpenBSD as a desktop system?

2017-06-10 Thread lists
Sun, 11 Jun 2017 00:43:19 +0200 Marc Espie > On Sat, Jun 10, 2017 at 12:55:04PM +0200, Nicolas Schmidt wrote: > > > > >> On 06/09/17 15:39, SOUL_OF_ROOT 55 wrote: > > >> Can I use OpenBSD as a desktop system? > > > > > > You? No, I doubt it. > > ... > > > But, you are welcome, and invit

Re: Current FreeBSD looking to switch to OpenBSD

2017-06-10 Thread Ingo Schwarze
Hi Erling, Erling Westenvik wrote on Sat, Jun 10, 2017 at 10:08:57PM +0200: > Probably a stupid question but: > Why isn't the -T switch documented in man(1)? Not a stupid question at all. First answer: It is, look at man(1) and you will find this sentence: The options -IKOTW are also support

Re: Current FreeBSD looking to switch to OpenBSD

2017-06-10 Thread Matthew Fioravante
On Sat, Jun 10, 2017 at 9:20 PM, Mihai Popescu wrote: > > I dual boot now between Win7 and FreeBSD > > on I lapdog I have 5 os on it and use grub2 to boot them > > Prepare in the upcoming messages for something like "OpenBSD destroyed > my harddisk" subject line message! Just a warning. > > OpenB

Re: Can I use OpenBSD as a desktop system?

2017-06-10 Thread Marc Espie
On Sat, Jun 10, 2017 at 12:55:04PM +0200, Nicolas Schmidt wrote: > > >> On 06/09/17 15:39, SOUL_OF_ROOT 55 wrote: > >> Can I use OpenBSD as a desktop system? > > > > You? No, I doubt it. > ... > > But, you are welcome, and invited > ... > > Nick. > > Nick, I don't think you were being either we

Re: SCSI Enclosure Service

2017-06-10 Thread Jens A. Griepentrog
Hello David, Thanks for your explanation. On the occation of the next service among other things I will test the replacement of mpii by mfii hardware as well as all brands of (more or less sensitive) MiniSAS cablings I have at hand ... With best regards, Jens On 06/09/17 03:57, David Gwynne wr

Re: LACP problem

2017-06-10 Thread Charles Lecklider
On 10/06/2017 19:15, Lyndon Nerenberg wrote: > Not really, other than running tcpdump on the two interfaces and > examining the LACP protocol packets to try to discover why the > negotiation is acting the way it is. OK, that sounds like an even deeper rabbit-hole. > Also, if you don't have the en

Re: Current FreeBSD looking to switch to OpenBSD

2017-06-10 Thread Mihai Popescu
> I dual boot now between Win7 and FreeBSD > on I lapdog I have 5 os on it and use grub2 to boot them Prepare in the upcoming messages for something like "OpenBSD destroyed my harddisk" subject line message! Just a warning.

httpd and Wordpress

2017-06-10 Thread Jan Betlach
Hi guys, I have a small problem with httpd and Wordpress. When I go to https://myipaddress I get "Access denied". If I go to https://myipaddress/wordpress, everything works as expected. I have tried to change the appropriate line in the httpd.conf to: root "/htdocs/wordpress". In that case the web

Re: Current FreeBSD looking to switch to OpenBSD

2017-06-10 Thread Baho Utot
On 06/10/17 14:12, Ingo Schwarze wrote: Hi, Baho Utot wrote on Sat, Jun 10, 2017 at 01:30:46PM -0400: 1. Where can I get a list of graphics card that are supported? $ man -s 4 -k graphic drm radeon On modern amd64, it is mostly intel(4) and radeon(4). Stay away from NVidia unless y

Re: Current FreeBSD looking to switch to OpenBSD

2017-06-10 Thread Peter N. M. Hansteen
On Sat, Jun 10, 2017 at 08:12:31PM +0200, Ingo Schwarze wrote: > Hi, > > Baho Utot wrote on Sat, Jun 10, 2017 at 01:30:46PM -0400: > > > 5. Where can I find information on wifi support? > > $ man -k wireless > > https://www.openbsd.org/faq/faq6.html#Wireless Also, http://man.openbsd.org/ is

Re: LACP problem

2017-06-10 Thread Lyndon Nerenberg
> On Jun 10, 2017, at 10:44 AM, Charles Lecklider > wrote: > > Is there no other diagnostic information I can get from the OpenBSD side? Not really, other than running tcpdump on the two interfaces and examining the LACP protocol packets to try to discover why the negotiation is acting the wa

Re: Current FreeBSD looking to switch to OpenBSD

2017-06-10 Thread Ingo Schwarze
Hi, Baho Utot wrote on Sat, Jun 10, 2017 at 01:30:46PM -0400: > 1.Where can I get a list of graphics card that are supported? $ man -s 4 -k graphic drm radeon On modern amd64, it is mostly intel(4) and radeon(4). Stay away from NVidia unless you want to use vga(4). > 2.Where can I fin

Re: Current FreeBSD looking to switch to OpenBSD

2017-06-10 Thread techay
You will find all of your answers on the FAQ, in regards to the PDF stuff well you can export man pages as PDF's. https://www.openbsd.org/faq/ Good luck and enjoy OpenBSD Original Message Subject: Current FreeBSD looking to switch to OpenBSD Local Time: June 10, 2017 7:30 PM U

Re: LACP problem

2017-06-10 Thread Charles Lecklider
On 09/06/2017 04:07, Lyndon Nerenberg wrote: > The first step is to have the switch display its idea of the LACP > configuration and status. That's turning into a bit of a mission Seems TP-LINK don't set an enable password by default so I can't get what I need via ssh until I've set that. To

Current FreeBSD looking to switch to OpenBSD

2017-06-10 Thread Baho Utot
I am currently using FreeBSD 11.0 and win7. I have looked over OpenBSD and I like what I am seeing. I have several machine to install it on an old laptop Dell Inspirion 1501 and newer AMD64 machines with 8 cores and 16GB ram. I would also like to install into Raspberry pi versions 2 and 3. I

Re: Can I use OpenBSD as a desktop system?

2017-06-10 Thread G
I would say it depends. 1. What are your requirements -Do you need to propriety programs like Skype? Skype don't run on openbsd -Do you need the latest software? You might don't find the latest software on the ports. Of course you can always port it if its open source on OpenBSD but its time con

Re: Can I use OpenBSD as a desktop system?

2017-06-10 Thread Manuel Solis
May i suggest you to check https://sivers.org/openbsd It helped me when i was just starting because mr sivers share a few tips and config files to begin working with openBSD in minutes. In my case in did change the window manager later from ratpoison to i3 and then finally i was able to config

Firefox and Seamonkey total lockup on -current(i386)

2017-06-10 Thread Anthony Campbell
Since the last two upgrades of -current on i386 I've had total lockups (no keys working) with Firefox and Seamonkey. Firefox works for about a minute before locking up; Seamonkey doesn't even start. Firefox-esr works OK and so does Chromium. It isn't a hardware problem; the same thing has happened

Re: Can I use OpenBSD as a desktop system?

2017-06-10 Thread Mihai Popescu
> Can I use OpenBSD as a desktop system? I don't think so, because OpenBSD does not care about desktop users. In fact, the solely purpose of OpenBSD system is to make/build the next release.

Re: watchdog - "Intel 6300ESB WDT" rev 0x00 at pci0 dev 4 function 0 not configured

2017-06-10 Thread viq
On Tue, Mar 14, 2017 at 08:10:50PM -0400, Jiri B wrote: > On Tue, Mar 14, 2017 at 03:52:17PM -0700, Mike Larkin wrote: > > > [...] > > > virtio0 at pci0 dev 3 function 0 "Qumranet Virtio Network" rev 0x00 > > > vio0 at virtio0: address 52:54:00:b8:93:d9 > > > virtio0: msix shared > > > "Intel 6300E

Re: Can I use OpenBSD as a desktop system?

2017-06-10 Thread Donald Allen
On 10 June 2017 at 06:55, Nicolas Schmidt wrote: > >>> On 06/09/17 15:39, SOUL_OF_ROOT 55 wrote: >>> Can I use OpenBSD as a desktop system? >> >> You? No, I doubt it. > ... >> But, you are welcome, and invited > ... >> Nick. > > Nick, I don't think you were being either welcoming or inviting ther

Re: Can I use OpenBSD as a desktop system?

2017-06-10 Thread Nicolas Schmidt
>> On 06/09/17 15:39, SOUL_OF_ROOT 55 wrote: >> Can I use OpenBSD as a desktop system? > > You? No, I doubt it. ... > But, you are welcome, and invited ... > Nick. Nick, I don't think you were being either welcoming or inviting there. To answer OP's question: Yes of course you can, and I did s

Re: Can I use OpenBSD as a desktop system?

2017-06-10 Thread Stephane HUC "PengouinBSD"
Yes, u can! And you can read the FAQ about X Window System: https://www.openbsd.org/faq/faq11.html ;) In fact, i use on Dell AlienWare AW13 :p Le 06/09/17 à 21:39, SOUL_OF_ROOT 55 a écrit : > Can I use OpenBSD as a desktop system? > -- ~ " Fully Basic System Distinguish Life! " ~ " Libre as a

Re: Can I use OpenBSD as a desktop system?

2017-06-10 Thread Solène Rapenne
typing startx isn't even needed if you enable xenodm at install Je 2017-06-10 00:00, Edgar Pettijohn skribis: As long as you can type startx at the command prompt, then yes. ⁣Sent from BlueMail ​ On Jun 9, 2017, 3:07 PM, at 3:07 PM, Johan Mellberg wrote: Yes. 2017-06-09 21:39 GMT+02:00 SOUL