Re: Request for open-vm-tools Package on OpenBSD

2025-01-05 Thread Jeremie Courreges-Anglas
On Sun, Jan 05, 2025 at 09:13:14PM +0900, Kyo Ichikawa wrote: > Hello, > > At the end of last year, I installed OpenBSD 7.6 as a VMware Guest for the > first time. > I am enjoying using it with the xfce4 Desktop, and I’m very impressed with > it. > > However, there is one thing I would like to me

Re: wait returns 127 for existing process?

2021-08-15 Thread Jeremie Courreges-Anglas
On Sun, Aug 15 2021, Claus Assmann wrote: > I must misunderstand something about wait (sh command), but I'm not > sure what: why does wait return 127 for an existing process? > > $ PM=31309;kill -HUP $PM; echo $?; ps -p $PM; wait $PM; echo $?; ps -p $PM > 0 > PID TT STATTIME COMMAND >

Re: Determining real-time CPU usage of a process

2021-08-14 Thread Jeremie Courreges-Anglas
On Sat, Aug 14 2021, Baptiste Jonglez wrote: > Hello, Hi Baptiste, long time no see. :) > I would like to determine the CPU usage of a process on a "real-time" > basis. That is, every few seconds (sampling period), I would like to > compute its average CPU usage in the previous period. Looks l

Re: Troobleshooting help for UVM

2018-05-02 Thread Jeremie Courreges-Anglas
On Wed, May 02 2018, sven falempin wrote: > 6.3 + syspatch > > UVM: pid (perl), uid 0 killed: out of swap > > no ddb, i m not using swap in perl afaik, and it seems strange > a userland script can 'kill' UVM I read the error message as "uvm could not find free mem and killed a perl process r

Re: Plans to port the amdgpu(4) driver? (=to support Radeons made 2014/2015 and after.) Hardware/other donations needed?

2018-04-25 Thread Jeremie Courreges-Anglas
On Wed, Apr 25 2018, Jonathan Gray wrote: [...] > Most people seem to be interested from the point of view of polaris/vega > which are not supported in linux 4.4. Ignoring the parts of the shared > drm/ttm code that would have to be updated the latest > drivers/gpu/drm/amd in linux has over 1.5

Re: texmacs on 6.2

2018-04-01 Thread Jeremie Courreges-Anglas
On Sun, Apr 01 2018, Rudolf Sykora wrote: > Hello, > > I have probably a trivial (user) question. > > I've used texmacs on 6.1, amd64. > Now I wanted to install it on 6.2, i386, but I can > neither find a package nor i386 is mentioned > among Archs in ports (the same for amd64, btw.). >From the M

Re: scsi_xfer pool exhausted

2018-03-17 Thread Jeremie Courreges-Anglas
On Wed, Mar 14 2018, Tor Houghton wrote: > On Wed, Mar 14, 2018 at 05:56:19PM +0100, Tor Houghton wrote: >> On Tue, Mar 13, 2018 at 11:23:12PM -0700, Peter van Oord v/d Vlies wrote: >> > Hello Martijn, >> > >> > Did you ever found an solution ? >> > I have the same at a customer system. >> > >>

Re: ld.so: openvpn: can't load library 'liblzo2.so.1.0'

2018-03-06 Thread Jeremie Courreges-Anglas
On Tue, Mar 06 2018, Jiri B wrote: > On Tue, Mar 06, 2018 at 01:51:04PM +0100, Jeremie Courreges-Anglas wrote: >> On Mon, Mar 05 2018, Stuart Henderson wrote: >> My guess is that ld.so throws away the library cache if it finds that >> it's stale, and thus can't k

Re: ld.so: openvpn: can't load library 'liblzo2.so.1.0'

2018-03-06 Thread Jeremie Courreges-Anglas
On Mon, Mar 05 2018, Stuart Henderson wrote: > On 2018-03-05, Jiri B wrote: >> On Mon, Mar 05, 2018 at 01:14:05PM +0200, Atanas Vladimirov wrote: >>> Hi, >>> >>> Bringing up an old thread to let you know that the problem is still present >>> in -current snapshot. >>> Shall I send a proper bug re

Re: Removing FUSE would theoretically make a system more secure?

2018-01-27 Thread Jeremie Courreges-Anglas
On Sat, Jan 27 2018, "who one" wrote: > Hello, > > afaik if I would remove the lines that contains "FUSE" and "fuse" from > /sys/conf/GENERIC and re-compile the kernel, that would mean, there will be > no more FUSE support in my kernel after reboot. > > If so, would this step help to make my sy

Re: message authentication code incorrect

2018-01-24 Thread Jeremie Courreges-Anglas
On Wed, Jan 24 2018, Jan Stary wrote: > On Jan 23 16:48:57, h...@stare.cz wrote: >> I just upgraded my current/amd64 and now con't ssh to it > > In fact, I can't ssh _fom_ it either: > > $ ssh wherever > write: Socket is not connected > > has something changed with ssh or sshd? Yep, there was a 1

Re: isakmpd ignoring contents of /etc/ipsec.conf

2017-12-07 Thread Jeremie Courreges-Anglas
On Thu, Dec 07 2017, Bernd wrote: > Am 2017-12-06 18:26, schrieb Jeremie Courreges-Anglas: >> On Wed, Dec 06 2017, Bernd wrote: [...] >>> As a result, the IPSec tunnel can not be established. What did >>> I overlook here? >> >> Looks like ipsec.

Re: .Va errno

2017-12-06 Thread Jeremie Courreges-Anglas
On Tue, Dec 05 2017, Jan Stary wrote: > All annotated occurences of "errno" in intro(2) are .Va, > except this one which is .Dv - is that intended? > > The others talk about the "varible" errno, this one is > an "identifier which expands to an addressable location", > whatever that means. FWIW, I

Re: isakmpd ignoring contents of /etc/ipsec.conf

2017-12-06 Thread Jeremie Courreges-Anglas
On Wed, Dec 06 2017, Bernd wrote: > Hi @misc, > > I'm trying to set up a site-to-site IPSec tunnel. I'm using vanilla > OpenBSD 6.2 amd64 (dmesg below). > > My /etc/ipsec.conf looks like this: > > ike esp from any to any peer x.y.z.0/27 \ > main auth hmac-sha2-256 enc aes-256 group modp2048 \ >

Re: Having a problem with sshlockout

2017-12-04 Thread Jeremie Courreges-Anglas
On Mon, Dec 04 2017, Андрей Поляков wrote: > Hello > I have configured sshlockout. But it doesn't work properly. > > Here is auth log: > root@openbsd-gw:~ # cat /var/log/authlog | grep sshlockout > Dec 4 06:37:54 openbsd-gw sshlockout[27074]: Detected ssh preauth attempt > for an invalid user, l

Re: iked + gif + ospfd - use null-route to stop default route being used in case of no vpn

2017-11-07 Thread Jeremie Courreges-Anglas
On Tue, Nov 07 2017, Kim Zeitler wrote: > On 11/07/17 15:31, Jeremie Courreges-Anglas wrote: >> On Tue, Nov 07 2017, Stuart Henderson wrote: > >>>> >>>> I have a question concerning routes and ospf. >>>> We are using iked(8) with a gif(4)

Re: pf not redirecting DNS queries

2017-11-07 Thread Jeremie Courreges-Anglas
On Mon, Nov 06 2017, Scott Bennett wrote: [...] > $ cat /etc/resolv.conf.tail > search 123090.net > lookup file bind > options edns0 Just being curious, why use "options edns0" here? -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE

Re: iked + gif + ospfd - use null-route to stop default route being used in case of no vpn

2017-11-07 Thread Jeremie Courreges-Anglas
On Tue, Nov 07 2017, Stuart Henderson wrote: > On 2017-11-07, Kim Zeitler wrote: >> This is a cryptographically signed message in MIME format. >> >> --ms030007050806020307030407 >> Content-Type: text/plain; charset=utf-8; format=flowed >> Content-Language: en-GB >> Content-Transfer-En

Re: CUPS and AVAHI (bloatware)

2017-10-29 Thread Jeremie Courreges-Anglas
On Sun, Oct 29 2017, Ingo Schwarze wrote: [...] >> /usr/local/share/locale files - in -lang; > > In most cases useless on OpenBSD, most of that stuff isn't used > in the first place. Most of what can be found in /usr/local/share/locale are LC_MESSAGES files handled by gettext, they are actuall

Re: pkgconfig not available

2017-10-15 Thread Jeremie Courreges-Anglas
On Sun, Oct 15 2017, Daniel Villarreal wrote: > re: pkgconfig not available > > I see pkgconfig as being available in OpenBSD 6.2 when I run pkg_mgr, > but I don't see it in several mirrors. Please advise. pkg-config is part of the base system. ports/devel/pkgconfig has this line: IGNORE=

Re: compile WGXepc.c on openBSD 6.1

2017-10-05 Thread Jeremie Courreges-Anglas
On Thu, Oct 05 2017, antonio lapira wrote: > # uname -a > OpenBSD bsd750e.my.domain 6.1 GENERIC.MP#291 i386 > > > ORIGINAL FILE > > # cc > WGXepc.c > /tmp//cckbgvzi.o: In function `port_out': > WGXepc.c:(.text+0x122): undefined reference to `outb' > /tmp//cckbgvzi.o: In function `port_in': > WGXep

Re: compile WGXepc.c on openBSD 6.1

2017-10-05 Thread Jeremie Courreges-Anglas
On Thu, Oct 05 2017, antonio lapira wrote: > Hi > I need to compile a source file on openBSD > > > This is the source code > https://paste.debian.net/plain/989074 > > I need it to reduce fan speed of the machine That doesn't sound like a good idea. > on FreeBSD I do: > cc WGXepc.c > and I get a.

Re: af-to ipv6 -> ipv4 server

2017-10-04 Thread Jeremie Courreges-Anglas
On Wed, Oct 04 2017, lists+m...@ggp2.com wrote: >> No, that makes sense. > > Thanks! > >> SLAAC requires /64 interfaces. Does your ISP *only* give a /64? Many >> will give a larger block using DHCPv6-PD (e.g. following Broadband >> Forum TR-187). I don't remember if I already opened https://www.br

Re: ld.so: openvpn: can't load library 'liblzo2.so.1.0'

2017-10-02 Thread Jeremie Courreges-Anglas
On Mon, Oct 02 2017, Atanas Vladimirov wrote: > On 2017-10-02 18:47, Stuart Henderson wrote: >> On 2017-10-01, Atanas Vladimirov wrote: >>> I'm running -current and I'm seeing that error on first boot when >>> upgrading to a newer snapshot: >>> >> .. >>> em0: DHCPACK from 95.87.227.225 (64:87:88:

Re: [vmd] SVM flag on AMD Phenom II but vmd not working

2017-09-16 Thread Jeremie Courreges-Anglas
On Sat, Sep 16 2017, Mike Larkin wrote: > On Sat, Sep 16, 2017 at 06:59:17PM +0200, Philippe wrote: >> Hello, >> >> I searched for the mandatory flags for running vmd and I tought that the >> SVM flag was enough for AMD cards. I checked in the dmesg and it is >> recognized, but there is no "vmm..

Re: Compiling packages gives me cannot run C compiled programs error

2017-09-16 Thread Jeremie Courreges-Anglas
On Sat, Sep 16 2017, Lea Chescotta wrote: > I understand, the only doubt i have is that, i thinked that the > "WRKOBJDIR=/usr/obj/ports" was the compiling directory instead of > "/usr/ports/pobj*" that you said, or are both directories used for > compiling? Hah, I missed WRKOBJDIR in your config.

Re: Compiling packages gives me cannot run C compiled programs error

2017-09-15 Thread Jeremie Courreges-Anglas
On Fri, Sep 15 2017, Lea Chescotta wrote: > I'm trying to build Firefox from the -release ports tree in a -stable system, > and python, a dependency, is giving me the following error: > > configure: error: cannot run C compiled programs. > > Searching about the error in the net, i have found this

Re: /usr/sbin/slaactl

2017-09-11 Thread Jeremie Courreges-Anglas
On Mon, Sep 11 2017, Jan Stary wrote: > There used to be /usr/sbin/slaacd, which is now /sbin/slaacd > and current.html says to rm /usr/sbin/slaacd. > > There is still /usr/sbin/slaacctl - is that intended, > or should it be in /sbin as well? I think it's intended, slaacctl is not needed during e

Re: ksh ^R vs EDITOR=vi

2017-08-28 Thread Jeremie Courreges-Anglas
On Mon, Aug 28 2017, Stuart Henderson wrote: > On 2017-08-28, mar...@martinbrandenburg.com > wrote: >> What works is to set EDITOR in your profile, then set -o emacs. The other >> order will result in the shell changing to vi mode. > > That's fine until you su :) > >> Or we could all set EDITOR

Re: ksh ^R vs EDITOR=vi

2017-08-27 Thread Jeremie Courreges-Anglas
On Sun, Aug 27 2017, Florian Ermisch wrote: > Hi Jeremie, > > Am 27. August 2017 17:57:57 MESZ schrieb Jeremie Courreges-Anglas > : >>On Sun, Aug 27 2017, Jan Stary wrote: >>> This is current/amd64. I am using ksh(1) as a shell. >>> Using ^R opens a search

Re: ksh ^R vs EDITOR=vi

2017-08-27 Thread Jeremie Courreges-Anglas
On Sun, Aug 27 2017, Jan Stary wrote: > This is current/amd64. I am using ksh(1) as a shell. > Using ^R opens a search in the command history. > However, with 'export EDITOR=vi', pressing ^R > just literarily types '^R' and does not open > the history search. Is that expected? EDITOR=vi puts the

Re: lock X on suspend

2017-08-15 Thread Jeremie Courreges-Anglas
On Tue, Aug 15 2017, Stuart Henderson wrote: > On 2017-08-15, Jeremie Courreges-Anglas wrote: >> On Tue, Aug 15 2017, tomr wrote: >> >>> I've figured out an effective workaround I think, which is to SIGUSR1 my >>> running xidle(1) process, which works.

Re: lock X on suspend

2017-08-14 Thread Jeremie Courreges-Anglas
On Tue, Aug 15 2017, tomr wrote: > I've been struggling to get X to lock by calling xlock(1) from > /etc/apm/{hibernate,resume,standby,suspend} > > Haven't seen a lot of useful debug output from xlock... > > # xlock -verbose ; echo $? > 1 > # xlock -verbose -display :0.0 ; echo $? > No protocol sp

Re: odd segfault when adding -lutil

2017-08-07 Thread Jeremie Courreges-Anglas
On Mon, Aug 07 2017, "Peter J. Philipp" wrote: > Hi, Hi, > I'm writing to misc because I did a change with my programming project and > it doesn't work, in fact the program does not start up but in the dynamic > linking stage (it seems) cores on segmentation violation. I have tried > different

Re: newsyslog refused to work

2017-07-14 Thread Jeremie Courreges-Anglas
Harald Dunkel writes: > Hi folks, > > Apparently newsyslog refuses to rotate any file, if there > is a single bad line in newsyslog.conf, e.g. > > newsyslog: /etc/newsyslog.conf:7: unknown user: uucp > > I would suggest to ignore the bad line, but rotate the > other log files as usual. Thanks

Re: Advice on migration to OpenBSD

2017-05-24 Thread Jeremie Courreges-Anglas
Kenneth Gober writes: > On Sat, May 13, 2017 at 9:02 PM, Kim Blackwood > wrote: >> problem with the abovesetup. However, migrating to OpenBSD on my personal >> laptop and desktopI suspect will give me some problems mounting both >> Samba shares andexternal drives. We could change the file syste

Re: OSPFd stucks in EXCHG/EXSTA

2017-02-14 Thread Jeremie Courreges-Anglas
Maxim Bourmistrov writes: > Unfortunately, this diff alone does not solves this problem. The patch won't change much if you don't also have the kernel-side change: http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/net/if.c.diff?r1=1.467&r2=1.468 Anyway, I'm not sure this will help in your ca

Re: xl2tpd connect problem

2017-01-19 Thread Jeremie Courreges-Anglas
Alex Mihajlov writes: > Hi > > I have problem when I connect to my ISP with l2tp. An ISP that provides internet access via l2tp on the customer's equipment? Fun... > l2tp connections with my phone runs without problem. > I use OpenBSD 6.0 and xl2tpd-1.3.1 from package. > > My configuration fil

Re: pledging a portable program

2017-01-16 Thread Jeremie Courreges-Anglas
Jordon writes: > What is the “official" way to pledge(2) a portable program? > > Put #ifdef __OpenBSD__ around the pledge call? > > Make an #ifndef __OpenBSD__ block that defined the function to always return > 0? This kind of tests harm portability in the long run. > Something better? How abo

Re: bgplg httpd "ping: socket: Permission denied"

2016-12-14 Thread Jeremie Courreges-Anglas
Reyk Floeter writes: > On Tue, Dec 13, 2016 at 02:03:37PM -0500, Michael W. Lucas wrote: >> On Tue, Dec 13, 2016 at 02:21:51AM +0100, Jeremie Courreges-Anglas wrote: >> > "Michael W. Lucas" writes: >> > >> > > Hi, >> > >> > Hi

Re: bgplg httpd "ping: socket: Permission denied"

2016-12-12 Thread Jeremie Courreges-Anglas
"Michael W. Lucas" writes: > Hi, Hi, > Running the 12/12 snapshot, amd64. > > I'm setting up the looking glass CGI included with httpd. Requests for > ping and traceroute fail. > > Per bgplg(8), I've set mode 4555 on the static binaries: > > ls -lai /var/www/bin/ > total 1844 > 77958 drwxr-xr-x

Re: gethost.. replacement?

2016-12-07 Thread Jeremie Courreges-Anglas
gwes writes: > The gethost* DNS query functions don't have a man page in 6.0. Huh? Which functions, exactly? > What is the approved replacement for a user-written program? > > I saw discussions about reworking the resolver but can't find > any definition of what a user should code. See getadd

Re: OpenBSD's binutils

2016-12-04 Thread Jeremie Courreges-Anglas
Stuart Longland writes: > On 28/11/16 22:13, Jeremie Courreges-Anglas wrote: >> Stuart Longland writes: >> >>> Hi all, >>> >>> Well, my experiments with loongson have proven fruitful, except for the >>> need of a web browser. Part of this

Re: OpenBSD's binutils

2016-11-28 Thread Jeremie Courreges-Anglas
Stuart Longland writes: > Hi all, > > Well, my experiments with loongson have proven fruitful, except for the > need of a web browser. Part of this is due to the webkit browsers > needing the libav gstreamer plug-in. > > Now, this fails to build because of the assembler not recognising some > op

Default gateway out of subnet (Re: network address in vm by kvm)

2016-11-26 Thread Jeremie Courreges-Anglas
"Max Power" writes: > Hi guys, > I need to configure my Virtual Host [OpenBSD 6.0 amd64] > in the way [bottom: Linux example]: > > auto eth0 > iface eth0 inet static > address 5.6.77.8 > netmask 255.255.255.255 > broadcast 5.6.77.8 > post-up route add 123.4.5.254 dev eth0

Re: Making sense of ktrace

2016-11-23 Thread Jeremie Courreges-Anglas
"Andy Bradford" writes: > Thus said Jeff Ross on Wed, 23 Nov 2016 15:42:08 -0700: > >> The stack may indeed be too damaged--I get the following but it >> doesn't look very helpful: > > More likely the symbols were stripped. > > Assuming this was installed from sources, edit conf-cc and ad

Re: old proxy daemon

2016-10-31 Thread Jeremie Courreges-Anglas
Marko Cupać writes: > Hi, Hi, > On my 6.0 -stable box, installed freshly from 6.0 release, I see this > line in my master.passwd: > > proxy:*:71:71:Old proxy daemon (remove in 6.0):/nonexistent:/sbin/nologin > > Is it safe te remove it, as comment suggests? AFAIK it was only used by ftp-proxy

Re: Code of OpenBSD can be included in KolibriOS?

2016-10-28 Thread Jeremie Courreges-Anglas
SOUL_OF_ROOT 55 writes: > It has come to my attention that NetBSD is not related to Kolibri somehow. > > Reference: http://board.kolibrios.org/viewtopic.php?f=23&p=66746#p66745 > > > > Code of OpenBSD can be included in KolibriOS? Without checking what KolibriOS actually is: https://www.openb

Re: dante socksify authenticate a different user

2016-10-25 Thread Jeremie Courreges-Anglas
Rashad Kanavath writes: > Hello, > > I am running an application within a proxy network with authentication. To > connect via ssh to a server outside corporate network, I need a tool such > as proxychains. Current proxychains is not working on openbsd. It need some > fixes in makefile to have it

Re: 2 files, same name, same dir

2016-10-22 Thread Jeremie Courreges-Anglas
Alan Corey writes: > This is in 5.7 Boo. > but I don't understand how it could happen (and I never > noticed it before). Two files in the same directory with the same > name, different owners. Last night I was noticing that my edits to my > program sometimes weren't taking effect, this seems

Re: SNMPD Source Address Issues

2016-09-23 Thread Jeremie Courreges-Anglas
Andy Lemin writes: > Hi, > > TLDR; Is there a way of fixing the "source address" that SNMPD should use? > > > We are having issues with reply snmpd packets sourcing from the egress > interface and not the loopback interface which the poll request was sent to > :( > > We have many GRE tunnels and

Re: sockaddr_in initialization in ttcp (possibly other programs affected)

2016-09-12 Thread Jeremie Courreges-Anglas
Philip Guenther writes: > On Tue, 6 Sep 2016, Héctor Luis Gimbatti wrote: >> I post this to .misc since some other (than ttcp) programs might not >> work in recent versions of OBSD. >> >> In OBSD 5.6 I am able to run ttcp. >> >> $ uname -a >> OpenBSD pez.etale.com.ar 5.6 GENERIC.MP#333 amd64 >> $

Re: xpdf crashes when going fullscreen

2016-08-26 Thread Jeremie Courreges-Anglas
David Coppa writes: > On Wed, 24 Aug 2016, Alessandro DE LAURENZIS wrote: > >> Dear misc@ readers, >> >> just noticed that xpdf receives a bus error as soon as the fullscreen mode is >> activated. A gdb trace follows, hoping it gives some hints: >> >> GNU gdb 6.3 >> Copyright 2004 Free Softwar

Re: LibreSSL on old OpenBSD

2016-08-12 Thread Jeremie Courreges-Anglas
Roderick writes: > On Fri, 12 Aug 2016, Stuart Henderson wrote: > >> OpenBSD is developed as a whole; kernel, system source, ports. Changes made >> in one place often require changes to the other parts; if you're not tracking >> development that is a whole lot of work you're going to need to repl

Re: resolv.conf with dhcp when upgrading with bsd.rd

2016-08-01 Thread Jeremie Courreges-Anglas
Solène RAPENNE writes: > Hello, > > Using -current with unbound as a local dns resolver. dhclient.conf is > set to supersede the dhcp nameserver to use my unbound server > > /etc/dhclient.conf > send host-name "solene"; > supersede domain-name-servers 127.0.0.1; > > When upgrading wit

Re: Override NGROUPS_MAX

2016-07-12 Thread Jeremie Courreges-Anglas
Sébastien Morand writes: > On Tue, Jul 12, 2016 at 4:35 PM, Alexandre Ratchov wrote: >> >> On Tue, Jul 12, 2016 at 04:11:07PM +, Sébastien Morand wrote: >> > Hi everybody, >> > >> > I'm implementing a samba share on OpenBSD 5.9 and I'm getting in trouble >> > because of the NGROUPS_MAX limit

Re: shm_mkstemp(3) without the file name

2016-07-12 Thread Jeremie Courreges-Anglas
bytevolc...@safe-mail.net writes: > Hello, > > I am writing a local server which requires the use of shared memory > objects. Essentially, other applications communicate to this server by > connecting to a UNIX domain socket within the file system. > > Occasionally such an application may require

Re: ntpd tries to connect via ipv6

2016-05-31 Thread Jeremie Courreges-Anglas
Sonic writes: > Getting many such log entries: > === > May 31 08:53:34 stargate ntpd[5702]: tls connect failed: > 2607:f8b0:4009:808::2004 (www.google.com): connect: No route to host > May 31 09:08:35 stargate ntpd[15803]: tls connect failed: > 2607:f8b0:4009:808::2004 (www.go

Re: Claws-mail without Dbus

2016-05-09 Thread Jeremie Courreges-Anglas
m...@pmars.jp writes: > Hi, > Thanks a lot for all the really nice job you re doing here. > > I'm trying to install Claws-mail without Dbus but that seems not > possible. The ports tree tries to provide packages usable by most. What if another user wants claws-mail linked against dbus, but not a

Re: Can't change rtadvd route preference for the default route

2016-05-04 Thread Jeremie Courreges-Anglas
Evgeniy Sudyr writes: > Hi, > > I want to change route preference for the default route in RA messages > which are sent to clients. > > On 5.9 GENERIC.MP#1888 amd64 I do have rtadvd and changing rtflags in > rtadvd.conf doesn't changes > > Default router Preference (it sends default value, where

Re: rwhod

2016-05-02 Thread Jeremie Courreges-Anglas
stan writes: > Preparing to upgrade some 5.5 machines to 5.9 > > I seem to be missing /usr/sbin/rwhod on a freshly installed 5.9 machine. > Is there soemthing special I have to do to get this isnalled? Ahem... create a port for it, maybe? rwhod has been removed since 2014/04/24. -- jca | PGP

Re: OpenBSD 5.[8-9] and Quagga rip(ng)d ?

2016-04-13 Thread Jeremie Courreges-Anglas
"Christophe H. STux" writes: > Hi Jeremie :) > > Jeremie Courreges-Anglas wrote : >> Try the following diff > > Thanks, will try this. > This is the quagga configure script, right ? Yes. The patch should be applied from the ports tree: cd /usr/ports/net/qua

Re: OpenBSD 5.[8-9] and Quagga rip(ng)d ?

2016-04-13 Thread Jeremie Courreges-Anglas
"Christophe H. STux" writes: [...] > If using 5.9 obsd and 0.99.24p1 quagga absolutely nothing works about > RIPv2 : > > quagga's ripd complains about (on all network interfaces) : > > RIP: can't setsockopt IP_ADD_MEMBERSHIP Can't assign requested address Try the following diff Index: patches/

Re: pf from self user _rebound to port 53 and rebound in front of unbound

2016-04-11 Thread Jeremie Courreges-Anglas
Kevin Chadwick writes: >> Something like >> >> pass out ... proto udp from any to any port 53 user = _rebound >> >> same for tcp. > > Yeah but have you tried it and been successful without getting a syntax > error? This doesn't give a syntax error and seems to do what you're looking for. s/

Re: pf from self user _rebound to port 53 and rebound in front of unbound

2016-04-08 Thread Jeremie Courreges-Anglas
Kevin Chadwick writes: > I know rebound is not meant for this and see it's benefits for clients > and even maybe in front of unbound. > > However after noticing rebound and the undeadly thread I played with PF > to see if I could enforce all DNS requests to have come from rebound. > > The best I

Re: Highest Speed Network Packet Generator?

2016-03-20 Thread Jeremie Courreges-Anglas
Tinker writes: > On 2015-12-26 19:23, Stuart Henderson wrote: >> On 2015-12-26, Mohammad BadieZadegan wrote: >>> Hi everybody, >>> I need a network packet generator that generates Network Packets with >>> the >>> HIGHEST Speed! >>> Before I migrate to OpenBSD I used PKTGEN on Linux to generate t

Re: ntop on openbsd

2016-03-20 Thread Jeremie Courreges-Anglas
Stuart Henderson writes: > On 2016-03-15, Indunil Jayasooriya wrote: >> Hi, >> >> i installed ntop by going to /usr/ports/net/ntop/ (then, make , make >> install) >> >> How to run it on web mode? > > This isn't the ntop you think it is, it's a super-old one which should > probably just be remo

Re: Why does time/ident/daytime/comsat run after an OpenBSD 5.2 install?

2013-01-04 Thread Jeremie Courreges-Anglas
On vendredi 04 janvier 2013 à 01:23:56, Random, Eyes wrote: > Should this question posted on the dev mailing list? I don't think so. What are you trying to do? Broadcasting line noise? wrt to your question: the fact that you have no use for these services doesn't mean they aren't useful to deve

Re: ctrl+alt+backspace bypasses xlock and allows terminal access

2012-03-23 Thread Jeremie Courreges-Anglas
> By stopping anyone wandering by my desk (or the cat) from pressing a few > buttons and getting into a console. Have you considered ''exec startx'' instead of plain ''startx''? -- Jeremie Courreges-Anglas GPG fingerprint: 61DB D9A0 00A4 67CF 2A90 8961 6191 8FBF 06A1 1494

Re: ath driver returns “unable to reset hardware” when attempting to use Atheros AR5424 on 5.0-stable

2012-02-19 Thread Jeremie Courreges-Anglas
Sorry for the line noise. Christopher Down writes: > Hello, Hi. > ath0 at pci3 dev 0 function 0 "Atheros AR5424" rev 0x01: apic 4 int 18 > ath0: AR5424 14.2 phy 7.0 rf 0.0, WOR5_ETSIC, address 00:23:4d:14:14:82 The problem probably lies in these two lines, imho at least the radio isn't properl

Re: ath driver returns “unable to reset hardware” when attempting to use Atheros AR5424 on 5.0-stable

2012-02-19 Thread Jeremie Courreges-Anglas
Argh, fscking MUA, sorry. Preparing an unmangled mail right now. -- Jeremie Courreges-Anglas GPG fingerprint: 61DB D9A0 00A4 67CF 2A90 8961 6191 8FBF 06A1 1494

Re: ath driver returns “unable to reset hardware” when attempting to use Atheros AR5424 on 5.0-stable

2012-02-19 Thread Jeremie Courreges-Anglas
rvell Yukon 88E8040 0x: Vendor ID: 11ab Product ID: 4354 0x0004: Command: 0007 Status ID: 0010 0x0008: Class: 02 Subclass: 00 Interface: 00 Revision: 13 0x000c: BIST: 00 Header Type: 00 Latency Timer: 00 Cache Line Size: 10 0x0010: BAR mem 64bit addr: 0xf020/0x4000 0

Re: Proper way to update system + ports?

2011-12-19 Thread Jeremie Courreges-Anglas
atest. You have a -stable ports tree. > I performed this on a default install of 5.0 after updating. Here's > how I update my system: [snip] There's no point in upgrading your full system every week. -stable only gets security updates. -- Jeremie Courreges-Anglas - GPG ID 0x06A11494

Re: Kernel without INET6 error on pipex.c

2011-11-24 Thread Jeremie Courreges-Anglas
If you haven't subscribed to tech@ yet: http://marc.info/?l=openbsd-tech&m=132218680527474&w=2

Re: sshd_config ignores MaxSessions?

2011-11-11 Thread Jeremie Courreges-Anglas
Scott wrote: > Hello, > > $ grep 'MaxSessions' /etc/ssh/sshd_config > MaxSessions 2 > > But I can log into a box with at least 5 sessions (I stopped trying at > that point). You probably did launch 5 independant ssh connections, not 5 sessions using the same connection. MaxSessions is the maximu

Re: bash script problem

2011-11-11 Thread Jeremie Courreges-Anglas
John Tate wrote: > I put a comment in before the line with a problem, I don't understand > why it's not working. > > bash# for x in 1 2 3 4; do time dd if=/dev/random of=/home/test$x > bs=1k count=64k & done \ > while [ $V -eq 0 ]; \ > do \ > #why the hell is this such a problem! > V = 0 \ > clear

Re: similar lvm tool on openbsd??

2011-11-10 Thread Jeremie Courreges-Anglas
carlopmart wrote: > Hi all, > > is it possible to work under OpenBSD with disk volumes?? Like in > linux world does LVM... If not, how can I expand/resize a disk > partition?? Nope, there is no such thing. Regarding your second question, see the 14th FAQ section for a general overview and then t

Re: scriptreplay

2011-10-25 Thread Jeremie Courreges-Anglas
Stefan Johnson wrote: [snip] > I am aware that the port will work for me, but I am still curious on why > script is provided with no scriptreplay in the core system. I appreciate > any and all responses! Nothing about other possible uses in the manpage? :)

Re: Resize /usr with disklabel - Maximum size

2011-10-25 Thread Jeremie Courreges-Anglas
Erick Andrade wrote: > I have OpenBSD4.9 running on a VPS, and i want to reduce the size of > /home partition, > and increase the size of /usr. > > After reduce the size of /home, disklabel says: > --- OpenBSD area: 64-20964825; size: 10236.7M; free: 2000.3M > > But, when i try edit /usr partitio

Re: Dennis Ritchie

2011-10-13 Thread Jeremie Courreges-Anglas
> I vote for the next release artwork tributing his work some way :-) seconded

Re: query bug reports?

2011-10-13 Thread Jeremie Courreges-Anglas
> Jeremie Courreges-Anglas response/behaviour is one typical thing what > totally drains our (users) engagement. We hardly not dare to write a > single line because there is a little but disturbing kind of people > that destroys for all others. One little suggestion, hint or anyth

Re: query bug reports?

2011-10-13 Thread Jeremie Courreges-Anglas
> Why not https://github.com/openbsd? HAHAHAHAHAHA ; that was a good one...

Re: Apache problems

2011-09-17 Thread Jeremie Courreges-Anglas
[...] > Unfortunatley, that isn't the issue. It has run fine with max_clients set > at 150; when this started happening, I ran it down to 64. [...] "Thanks" for pointing this out. Do you have any other minor detail, before I decide I definitely can't help? > It isn't a resource problem, however,

Re: Are there any virtualization solutions for OpenBSD? (!important: no package from ports!)

2011-09-17 Thread Jeremie Courreges-Anglas
> What are my solutions? I'm searching for one that doesn't use packages from > ports. Are there any? There are none. Consider using qemu from ports, or better, don't use virtualization.

Re: Apache problems

2011-09-17 Thread Jeremie Courreges-Anglas
Le samedi 17 septembre 2011 C 04:15:18, L. V. Lammert a C)crit : > We have an older server (4.3) that is getting cranky - two or three times > a week Apache just 'stops', and the only issue I can find is in the common > error log (i.e. not one of the VHs), which shows unable to fork: > > [error]

Re: Packages missing for amd64 snapshots

2011-09-17 Thread Jeremie Courreges-Anglas
Le samedi 17 septembre 2011 C 11:27:32, Christopher Ahrens a C)crit : > I am not seeing the packages for the snapshot build of amd64 on any > of the mirrors I have tried, but I can see packages for i386 and > other platforms. On all of the mirrors I have tried there is an > index.txt in the amd64

Re: openldap and openbsd

2011-06-28 Thread Jeremie Courreges-Anglas
Friedrich Locke writes: > How could i run openldap as another user not root and provide it with > a ldap/x.y.z ticket? Use kadmin and ktadd -k. Remember that openldap (and only openldap) should only have read access to the new keytab.

Re: How do I exclude a directory using tar in OpenBSD?

2011-05-31 Thread Jeremie Courreges-Anglas
Le 31/05/2011 11:23, Marian Hettwer a C)crit : On Tue, 31 May 2011 10:53:58 +0200, LEVAI Daniel wrote: On Tue, May 31, 2011 at 11:42:24 +0300, Michael Sioutis wrote: Hello! I can't find it in the man page, and it seems it is not supported (?) I am trying to backup some folders and want to excl