Re: Hypervisor advice

2017-07-29 Thread Andreas Beck
On Sat, Jul 29, 2017 at 10:50:34AM -0700, Andy Ruhl wrote: > I've had a NetBSD/i386 machine that's been running since the late 90s > and various hardware iterations. I think it's time to move it to a > virtual machine. I need new hardware as well. It has about a 10 year > old AMD processor and 1

NetBSD 8.0-BETA NFS Server over OpenVPN: mount_nfs: can't access /: Permission denied

2017-07-23 Thread Andreas Beck
Hello, i want to use nfsd via openvpn (openvpn runs on udp). Both, Server and Client are NetBSD8-BETA When I want to mount from the client, i get this error: mount_nfs: can't access /: Permission denied From client: rpcinfo -p program vers proto port service 104 tcp111

Re: NetBSD 8.0-BETA NFS Server over OpenVPN: mount_nfs: can't access /: Permission denied

2017-07-23 Thread Andreas Beck
=> Hello, => => i want to use nfsd via openvpn (openvpn runs on udp). => Both, Server and Client are NetBSD8-BETA => => When I want to mount from the client, i get this error: => mount_nfs: can't access /: Permission denied => => [...] => => /etc/exports => / -network 10.8.0.0 -mask

Re: NetBSD 8.0-BETA NFS Server over OpenVPN: mount_nfs: can't access /: Permission denied

2017-07-23 Thread Andreas Beck
Andreas Beck schrieb: => Hello, => => i want to use nfsd via openvpn (openvpn runs on udp). => Both, Server and Client are NetBSD8-BETA => => When I want to mount from the client, i get this error: => mount_nfs: can't access /: Permission denied => =&g

Re: NetBSD 8.0-BETA NFS Server over OpenVPN: mount_nfs: can't access /: Permission denied

2017-07-24 Thread Andreas Beck
On Mon, Jul 24, 2017 at 10:55:28AM +0200, Hauke Fath wrote: > On 07/23/17 19:03, Andreas Beck wrote: > > When I want to mount from the client, i get this error: > > mount_nfs: can't access /: Permission denied > > [...] > > > /etc/exports > > / -ne

Re: NetBSD 8 install image for amd64?

2017-06-21 Thread Andreas Beck
http://nyftp.netbsd.org/pub/NetBSD-daily/netbsd-8/201706190930Z/images/ Greets, Andreas Jukka Marin schrieb: Hi, Is the NetBSD 8 install image for amd64 available somewhere? I need to install from USB stick, so the .iso image does not work (and I have no suitable NetBSD system to build the

Re: xsane and root permissions

2017-06-15 Thread Andreas Beck
http://netbsd.gw.com/cgi-bin/man-cgi?ss+4.i386+NetBSD-7.0.2 Andreas Beck schrieb: https://wiki.netbsd.org/scanner/ " User access To grant another user access to use the scanner, create a 'scanner' group. |# groupadd scanner | Add user to the group scanner: |# usermod -G sc

Re: xsane and root permissions

2017-06-15 Thread Andreas Beck
yes, I think so too, in the manpage ive send here are three devices listed. http://netbsd.gw.com/cgi-bin/man-cgi?ss+4.i386+NetBSD-7.0.2 BERTRAND Joël schrieb: Andreas Beck a écrit : https://wiki.netbsd.org/scanner/ " User access To grant another user access to use the scanner, c

Re: xsane and root permissions

2017-06-15 Thread Andreas Beck
currently, ive no netbsd installation on this place. But, do u have added the user to other needed groups, something like, scanner, sane, saned... stuff like that? BERTRAND Joël schrieb: Andreas Beck a écrit : Hi, put your user in the staff group and test it with chmod 777 /dev/ss0 (only

Re: xsane and root permissions

2017-06-15 Thread Andreas Beck
Hi, put your user in the staff group and test it with chmod 777 /dev/ss0 (only for testing, chmod 777) If its not working, its no rights Problem. Andreas BERTRAND Joël schrieb: Hello, I use a venerable Agfa scanner 1236S (SCSI) on a Digital PWS500au workstation running NetBSD 8

Re: xsane and root permissions

2017-06-15 Thread Andreas Beck
ivers, you also need access to the usb bus devices: |# chgrp scanner /dev/usb* | Also check if the permissions are sufficient, otherwise also do: |# chmod g+rw /dev/usb* /dev/ugen* "| Good Day, Andreas Andreas Beck schrieb: currently, ive no netbsd installation on this place. But, do u h

Re: proc.curproc.rlimit.descriptors.hard/soft can not be increased

2017-09-29 Thread Andreas Beck
Okay, ive done the job by editing /etc/login.conf. Andreas Beck schrieb: Hello, ive a Problem with 8.0_BETA and increasing proc.curproc.rlimit.descriptors.hard and proc.curproc.rlimit.descriptors.soft When I do "sysctl -w" or in /etc/sysctl.conf the values cant be increased.

proc.curproc.rlimit.descriptors.hard/soft can not be increased

2017-09-29 Thread Andreas Beck
Hello, ive a Problem with 8.0_BETA and increasing proc.curproc.rlimit.descriptors.hard and proc.curproc.rlimit.descriptors.soft When I do "sysctl -w" or in /etc/sysctl.conf the values cant be increased. Increasing of kern.maxfiles is possible. Best Regards, Andreas

smbd (samba) opens too many files (fstat)

2017-09-29 Thread Andreas Beck
Hello, one of my samba-servers opens too many files until notification "Too many open files) from the system. fstat | grep smbd |wc -l 1704 after 2h. Is there a way, to reduce open files in samba, or must I set more descriptors? I think, 1704 open files, while copying 5GB small files,

Re: smbd (samba) opens too many files (fstat)

2017-09-29 Thread Andreas Beck
Christos Zoulas schrieb: In article <516d48e1-48d6-794d-b491-c7a66ddd2...@teccmail.de>, Andreas Beck <li...@teccmail.de> wrote: Hello, one of my samba-servers opens too many files until notification "Too many open files) from the system. fstat | grep smbd |wc

Re: smbd (samba) opens too many files (fstat)

2017-09-29 Thread Andreas Beck
This problem exists also only on one server, why I could not clarify so far and have also built the latest package, without success. When I restart smbd, then fstat (open files) is okay again. Regards, Andreas Andreas Beck schrieb: Hello, one of my samba-servers opens too many files until