Re: HELP! My HTTPD website keeps breaking because the custom directory/user permissions are being reverting for some reason!

2017-05-28 Thread Martijn van Duren
On 05/29/17 01:57, tec...@protonmail.com wrote: > Hi there, > > I have been using httpd for quite a while now, but after a new > project/website having to have read/write/execute permissions (unsafe, I do > realise..) I decided to: > > 1. add root to the www group, > 2. chown -R www:www

Re: HELP! My HTTPD website keeps breaking because the custom directory/user permissions are being reverting for some reason!

2017-05-28 Thread Edgar Pettijohn
I was thinking that may be an issue but I thought it only reported issues and didn't make changes. ⁣Sent from BlueMail ​ On May 28, 2017, 10:47 PM, at 10:47 PM, tec...@protonmail.com wrote: >I have set the root to be /var/www/htdocs >Whilst others may think that is a bit pointless, it's fine

Re: HELP! My HTTPD website keeps breaking because the custom directory/user permissions are being reverting for some reason!

2017-05-28 Thread techay
I have set the root to be /var/www/htdocs Whilst others may think that is a bit pointless, it's fine for me. The issue here is not the chroot, or the location I like to put my web content, it's permissions and I can't see the relevance in the points you made - sorry. I have figured out the

Can I bind USB/other interface/device number (e.g. cdceX) to particular MAC, USB serial number or the like?

2017-05-28 Thread Tinker
Hi misc@, For pluggable devices such as USB NIC:s, is there any way to make OpenBSD bind a particular device based on its MAC or USB serial number or the like variable, to a particular interface or device filename? E.g. MAC X is prebooked as cdce0, and MAC Y as cdce1 , and external USB

Re: print from openbsd to archlinux's USB printer

2017-05-28 Thread Tuyosi T
continued i try and error and try i replace command line "lpr" to " lp -h192.168.1.64:631/printers/EPSON_PX-404A/version=1.1 " then print www page directly to arch's USB printer . but when i restart seamonley , this " lp -h192.168.1.64:631/printers/EPSON_PX-404A/version=1.1 " disapear .

Re: print from openbsd to archlinux's USB printer

2017-05-28 Thread Tuyosi T
continued at openbsd use seamonkey , and print page to file (mozilla.pdf) lp -h192.168.1.64:631/printers/EPSON_PX-404A/version=1.1 mozilla.pdf then print it to USB printer which is attached to archlinux

print from openbsd to archlinux's USB printer

2017-05-28 Thread Tuyosi T
Hi all. my situation is openbsd--wired-->archlinux(192.168.1.64)--usb cable->USB printer 1) in archlinux cat /etc/cups/cupsd.conf --- MaxLogSize 0 LogLevel warn port 631 #<- Browsing On BrowseLocalProtocols dnssd DefaultAuthType Basic WebInterface Yes

Re: HELP! My HTTPD website keeps breaking because the custom directory/user permissions are being reverting for some reason!

2017-05-28 Thread Erling Westenvik
On Sun, May 28, 2017 at 08:13:13PM -0400, tec...@protonmail.com wrote: > I need to use the regular /var/www/htdocs for my site > > Such a strange issue I think that "need" of yours is the strangest issue here. It is /var/www that becomes the root directory when httpd/nginx/apache is chroot'ed,

Re: Blank screen after boot with Radeon HD 5450

2017-05-28 Thread Allan Streib
"Jens A. Griepentrog" writes: > Is there a way to choose lower resolutions for radeondrm console using > some suitable configuration file? I asked basically this question some weeks ago, and lack of any answer and not finding anything about this in man pages or FAQ

Re: HELP! My HTTPD website keeps breaking because the custom directory/user permissions are being reverting for some reason!

2017-05-28 Thread techay
Oops, forgot to say that it is 6.1 - Release with all patches applied with syspatch. I need to use the regular /var/www/htdocs for my site Such a strange issue Probably (not sure because you didn't care to say which version you're running) because you upgraded to a newer snapshots. Use another

Re: HELP! My HTTPD website keeps breaking because the custom directory/user permissions are being reverting for some reason!

2017-05-28 Thread Daniel Jakots
On Sun, 28 May 2017 19:57:41 -0400, tec...@protonmail.com wrote: > Hi there, > > I have been using httpd for quite a while now, but after a new > project/website having to have read/write/execute permissions > (unsafe, I do realise..) I decided to: > > 1. add root to the www group, > 2. chown

Re: Blank screen after boot with Radeon HD 5450

2017-05-28 Thread Maximilian Pichler
I tried your suggestion of logging in with the keyboard while the screen is blank and then typing "startx". Then logged in via ssh: $ DISPLAY=:0 xrandr Screen 0: minimum 320 x 200, current 1024 x 768, maximum 8192 x 8192 DisplayPort-0 disconnected primary (normal left inverted right x axis y axis)

HELP! My HTTPD website keeps breaking because the custom directory/user permissions are being reverting for some reason!

2017-05-28 Thread techay
Hi there, I have been using httpd for quite a while now, but after a new project/website having to have read/write/execute permissions (unsafe, I do realise..) I decided to: 1. add root to the www group, 2. chown -R www:www /var/www/htdocs 3. chmod -R 775 /var/www/htdocs Everything was

Re: Blank screen after boot with Radeon HD 5450

2017-05-28 Thread Maximilian Pichler
On Sun, May 28, 2017 at 4:50 PM, Steven McDonald wrote: > Have you tried booting more than once? Yes, many times, both warm and cold.

Re: Blank screen after boot with Radeon HD 5450

2017-05-28 Thread Jens A. Griepentrog
On 05/28/17 22:50, Steven McDonald wrote: On Sun, 28 May 2017 15:37:08 -0400 Maximilian Pichler wrote: After the installation of a VisionTek Radeon 5450 graphics card my machine gives a blank screen after booting. It still shows the normal system messages (full dmesg

Re: Blank screen after boot with Radeon HD 5450

2017-05-28 Thread Steven McDonald
On Sun, 28 May 2017 22:54:22 +0200 Steven McDonald wrote: > Re-reading your mail, it sounds like you installed the card into an > existing system. In that case, my question becomes "have you run > fw_update?" Just noticed the part of your mail where you showed you

Re: Blank screen after boot with Radeon HD 5450

2017-05-28 Thread Steven McDonald
Re-reading your mail, it sounds like you installed the card into an existing system. In that case, my question becomes "have you run fw_update?"

Re: Blank screen after boot with Radeon HD 5450

2017-05-28 Thread Steven McDonald
On Sun, 28 May 2017 15:37:08 -0400 Maximilian Pichler wrote: > After the installation of a VisionTek Radeon 5450 graphics card my > machine gives a blank screen after booting. It still shows the normal > system messages (full dmesg below), with the last visible one being

Blank screen after boot with Radeon HD 5450

2017-05-28 Thread Maximilian Pichler
Hi, After the installation of a VisionTek Radeon 5450 graphics card my machine gives a blank screen after booting. It still shows the normal system messages (full dmesg below), with the last visible one being "scsibus4 at softraid0: 256 targets". Then the monitor (connected via DisplayPort) goes

Re: "athn0: could not load firmware" for AR9271

2017-05-28 Thread Maximilian Pichler
Thanks a lot for sharing the details! By the way, there seems to be an issue with the test results I sent because dd sometimes copied fewer bytes than intended. I'll try to pin it down and either update this thread or open a new one.

PSA: autodisklabel '\' must be configured

2017-05-28 Thread Scott Bonds
You might get the error "'\' must be configured" when trying to autoinstall, if your autodisklabel layout is only minimums, and the minimums add up to more than the total available disk size. So, you know, don't do that. Putting this out there to save someone some troubleshooting time when

isakmpd dies quietly with over 100 tunnels

2017-05-28 Thread Michał Koc
Hi all, I'm running 6.0/amd64 inside KVM/Quemu with over 100 ipsec tunnels. Everything was running just fine when the number of tunnels was lower. But as we have been setting up more and more tunnels we suddenly run on problems. The isakmpd deaemon keeps dying quietly. Probably I'm running

Re: "athn0: could not load firmware" for AR9271

2017-05-28 Thread Stefan Sperling
On Sat, May 27, 2017 at 08:31:23PM -0400, Maximilian Pichler wrote: > I've tried a PPD-AR5BHB92-H (AR9280 miniPCIe) in AP mode and connected > clients get ~12 Mbit/s downstream and ~35 Mbit/s upstream (i.e. the > card appears to receive data much faster than it sends). Selecting a > less crowded