Re: spamassassin sa-update error in 6.0

2016-08-08 Thread Theo de Raadt
An perl bug made it into 6.0: http://www.openbsd.org/errata60.html > I am running 6.0 and each time I try to run sa-update, I get the > following error: > Argument "1.38_01" isn't numeric in numeric lt (<) at > /usr/libdata/perl5/IO/Socket/IP.pm line 847 > > line 847 is:if(

spamassassin sa-update error in 6.0

2016-08-08 Thread Renaud Allard
Hello, I am running 6.0 and each time I try to run sa-update, I get the following error: Argument "1.38_01" isn't numeric in numeric lt (<) at /usr/libdata/perl5/IO/Socket/IP.pm line 847 line 847 is:if( $IO::Socket::VERSION < 1.35 ) { And IO::Socket is part of base Best Regards [demime

screen resolution problem on openbsd inside qemu efi

2016-08-08 Thread Telnet Userid
I am having screen resolution problem with OpenBSD 5.9 RELEASE running inside qemu-kvm with OVMF EDKII efi firmware (amd64). OpenBSD can't detect the correct screen resolution, so the text displayed is too small to read. My screen is 1366x768. OVMF is running with initial 800x600 resolution.

Re: favicon editor

2016-08-08 Thread lists
Tue, 9 Aug 2016 00:06:12 -0400 Raul Miller > You can convert favicon.ico to .xpm format using netpbm (or, > hypothetically speaking, imagemagick should work - it's a two step > process using netpbm). I forget if there are any special issues with > either approach for

Re: Colour man pages via ssh + tmux on 5.9?

2016-08-08 Thread lists
Mon, 8 Aug 2016 13:33:21 -0700 Philip Guenther > On Mon, Aug 8, 2016 at 12:44 PM, Craig Skinner > wrote: > > This arrangement works for me on 5.7, but not 5.9: > > > > export LESS_TERMCAP_mb=$(tput mb; tput AF 1) > > export LESS_TERMCAP_md=$(tput md;

Re: favicon editor

2016-08-08 Thread Raul Miller
You can convert favicon.ico to .xpm format using netpbm (or, hypothetically speaking, imagemagick should work - it's a two step process using netpbm). I forget if there are any special issues with either approach for dealing with transparent pixels in icons. You can edit .xpm files using vim (and

Re: favicon editor

2016-08-08 Thread Alex Shupikov
Good day. You may use online converter, e.g. http://www.favicon-generator.org. 2016-08-09 12:50 GMT+10:00 jsg : >Can anyone out there suggest a simple Favicon/Icon editor other than > GIMP thats >in our ports/packages system? > > > thanks in advance > > --

favicon editor

2016-08-08 Thread jsg
Can anyone out there suggest a simple Favicon/Icon editor other than GIMP thats in our ports/packages system? thanks in advance

Node W^V Violation in 8th August -current amd64

2016-08-08 Thread Abu Aufa
Hi all, I updated my -current (AMD64) to 8th August version and found that Node segfault. My /etc/fstab is still the same, which have wxallowed defined for /usr (I don't have separate /usr/local). Node was working previously and it's no longer the case for this new -current. If anyone knows on

Re: tmpfs

2016-08-08 Thread lists
Sun, 31 Jul 2016 20:44:05 +0200 mxb [...] > I asked. > So this one you can send to /dev/null. Привет mxb, Говорит /dev/ноль, один раз только, послушайте осторожно, пожалуйста. The fact you're being answered to, is out of politeness. Because you talk in public, and

Nvidia GeForce 8400 GS not working with nv(4)

2016-08-08 Thread Colton Lewis
Hello, I am puzzled why I cannot use this graphics card with the nvidia driver since nv(4) claims to support it. I'm on the 5.9 release. Starting X was falling back to the vesa driver so I wrote the following to xorg.conf Section "Device" Identifier "GeForce 8400GS" Driver "nv"

Re: Copy-Paste not possible from a xterm

2016-08-08 Thread Raul Miller
On Mon, Aug 8, 2016 at 4:53 PM, Stefan Wollny wrote: > I open an xterm and e.g. want to see the content of /etc/fstab. So I issue > $ cat /etc/fstab > > Now I want to copy one line to thunderbird or a web client via firefox. I used to do this by marking the relevant line, change

Re: Output Errors on VLAN interfaces

2016-08-08 Thread Chris Cappuccio
Andy Lemin [a...@brandwatch.com] wrote: > The underlying trunk does not report any Rx or Tx errors at all. > > And the VLAN interfaces do not report any receive errors, only low rate > transmit errors. > > Also as a thought exercise, could anyone kindly explain/discuss how an > output error

Re: github

2016-08-08 Thread David Schmidt
Nick Holland wrote: >Nowhere on the OpenBSD website mentions github as anything official. It does on this page: https://www.openbsd.org/libressl/. Its even above the cvs link. Of course this is just for libressl not for the rest of openbsd.

Re: Solved: Copy-Paste not possible from a xterm

2016-08-08 Thread Ted Unangst
Stefan Wollny wrote: > Dimitrij Czarkoff posted the relevant section of man mouse(4): Option > "Emulate3Buttons" > Re-reading this several times lead to the solution. The system is a laptop > with two buttons below the touchpad but I have an external mouse attached > with a physical third

Re: No automatic start of privoxy

2016-08-08 Thread Michael McConville
Stefan Wollny wrote: > I have the following in /etc/rc.conf.local: > pkg_scripts=freshclam clamd messagebus avahi_daemon privoxy squid cupsd > > BUT: 'privoxy' does not start at system-startup as the other progs do. 'rcctl start tor' started failing mysteriously when I installed the latest

No automatic start of privoxy

2016-08-08 Thread Stefan Wollny
Hi there! My proxy server running privoxy and squid died the other day and as a replacement I set up an old Thinkpad T60 running ~i386-current: OpenBSD 6.0-current (GENERIC.MP) #2009: Sun Aug 7 20:43:06 MDT 2016 (Full dmesg at the end.) I have the following in /etc/rc.conf.local:

Re: Copy-Paste not possible from a xterm

2016-08-08 Thread patrick keshishian
On 8/8/16, Stefan Wollny wrote: >> Gesendet: Montag, 08. August 2016 um 21:36 Uhr >> Von: "Mihai Popescu" >> An: misc@openbsd.org >> Betreff: Re: Copy-Paste not possible from a xterm >> >> > For some time now I cannot copy-paste text from a xterm window by >>

Re: github

2016-08-08 Thread Chris Cappuccio
Karel Gardas [gard...@gmail.com] wrote: > OpenBSD is using CVS solely, but for my own purposes I started to > mirror src to github recently using cvs2gitdump tool. I do this since > I find git log/git show more friendly than CVS provided tools... If > you are interested see

Solved: Copy-Paste not possible from a xterm

2016-08-08 Thread Stefan Wollny
> Gesendet: Montag, 08. August 2016 um 21:51 Uhr > Von: "Edgar Pettijohn" > An: "Mihai Popescu" > Cc: misc@openbsd.org > Betreff: Re: Copy-Paste not possible from a xterm > > I can't remember which of these I use because it's a muscle memory deal, but >

Re: Copy-Paste not possible from a xterm

2016-08-08 Thread Stefan Wollny
> Gesendet: Montag, 08. August 2016 um 21:36 Uhr > Von: "Mihai Popescu" > An: misc@openbsd.org > Betreff: Re: Copy-Paste not possible from a xterm > > > For some time now I cannot copy-paste text from a xterm window by > > simultaneously \ > > pressing left and right mouse

Re: Logging/backup .ksh_history

2016-08-08 Thread Dmitrij D. Czarkoff
Francois Pussault wrote: >> On 2016-08-08 Mon 14:39 PM |, johnw wrote: >>> Hi, I use /bin/ksh as a console/terminal shell program, I want to >>> log/backup all command, run on console/terminal/ksh, >>> >>> Any idea how to do this? >>> >> >> See HISTFILE and HISTSIZE

Re: Logging/backup .ksh_history

2016-08-08 Thread Remi Locherer
On Mon, Aug 08, 2016 at 11:22:33AM +0200, Kamil Cholewiński wrote: > On Mon, 08 Aug 2016, Francois Pussault wrote: > >> > >> From: Craig Skinner > >> Sent: Mon Aug 08 09:49:11 CEST 2016 > >> To:

Re: Colour man pages via ssh + tmux on 5.9?

2016-08-08 Thread Philip Guenther
On Mon, Aug 8, 2016 at 12:44 PM, Craig Skinner wrote: > This arrangement works for me on 5.7, but not 5.9: > > export LESS_TERMCAP_mb=$(tput mb; tput AF 1) > export LESS_TERMCAP_md=$(tput md; tput AF 2) > export LESS_TERMCAP_mh=$(tput AF 5) > export LESS_TERMCAP_so=$(tput

Re: Copy-Paste not possible from a xterm

2016-08-08 Thread Dmitrij D. Czarkoff
"Stefan Wollny" wrote: >For some time now I cannot copy-paste text from a xterm \ >window by simultaneously pressing >left and right mouse buttons. > >Anyone an idea? >From mouse(4): | Option "Emulate3Buttons" "boolean" | Enable/disable the emulation of the

Re: Copy-Paste not possible from a xterm

2016-08-08 Thread Edgar Pettijohn
I can't remember which of these I use because it's a muscle memory deal, but it's either ctrl + insert or shift + insert after highlighting the text of course. I think it requires some magic words in a resource file somewhere to use the clipboard. Sent from my iPhone On Aug 8, 2016, at 2:36 PM,

Colour man pages via ssh + tmux on 5.9?

2016-08-08 Thread Craig Skinner
Hello, This arrangement works for me on 5.7, but not 5.9: export LESS_TERMCAP_mb=$(tput mb; tput AF 1) export LESS_TERMCAP_md=$(tput md; tput AF 2) export LESS_TERMCAP_mh=$(tput AF 5) export LESS_TERMCAP_so=$(tput so; tput AF 3) export LESS_TERMCAP_se=$(tput me) export LESS_TERMCAP_us=$(tput us;

Re: Copy-Paste not possible from a xterm

2016-08-08 Thread Mihai Popescu
> For some time now I cannot copy-paste text from a xterm window by > simultaneously \ > pressing left and right mouse buttons. > Anyone an idea? Um, carpal tunnel syndrome? I know somebody unable to double click after a heavy drinking night. But he was able to manage this by clicking one time

Re: athn0: device timeout with AR9271

2016-08-08 Thread Kapfhammer, Stefan
http://man.openbsd.org/OpenBSD-current/man4/athn.4 Last line "Bugs": ‎Host AP mode does not work with USB devices. Freundliche Grüße / Regards -stefan kapfhammer Originalnachricht Von: ML mail Gesendet: Montag, 25. Juli 2016 12:00 An: Miscellaneous OBSD Antwort an: ML mail Betreff: athn0:

Re: athn0: device timeout with AR9271

2016-08-08 Thread ML mail
Some news here... I upgraded the BIOS from a version from 2014 to 2016. Unfortunately that did not change anything to the timeouts. I will now wait until beginning of September to upgrade to OpenBSD 6.0 and see if that helps. I will keep you guys posted. On Tuesday, July 26, 2016 11:25

Re: thunderbird segfaults

2016-08-08 Thread Theo de Raadt
> I am aware of this - no complaints! It is just that until last week > thunderbird has been working flawless. If you go up the thread and re-read everything from our perspective you will probably observe it sounds like complaints. > Just a thought - the last aspect might be worth mentioning in

Re: thunderbird segfaults

2016-08-08 Thread Stefan Wollny
> Gesendet: Montag, 08. August 2016 um 18:08 Uhr > Von: "Theo de Raadt" > An: "Stefan Wollny" > Cc: "Theo Buehler" , misc@openbsd.org, dco...@gmail.com > Betreff: Re: thunderbird segfaults > [ ... ] > > > So much space and no separate

Re: OSPFD, setting point-to-point

2016-08-08 Thread Andy Lemin
Josh Grosse kindly sent me a message off list to confirm the question. So let me just add a little more clarity so as to not waste anyones time. This is purely an OSPFD thing and not a general networking question about point-to-point links ;) I am simply trying to tell OSPFD that only one other

OSPFD, setting point-to-point

2016-08-08 Thread Andy Lemin
Hi, Does anyone know if it is possible to set an ethernet crossover cable between two OpenBSD firewalls running OpenOSPFD as point-to-point? OpenOSPFD recognises GRE's as point-to-point so the logic is there for handling a point-to-point adjacency, but cannot see how to set this on the ethernet

Re: thunderbird segfaults

2016-08-08 Thread Theo de Raadt
> > Gesendet: Montag, 08. August 2016 um 17:21 Uhr > > Von: "Theo Buehler" > > An: misc@openbsd.org > > Betreff: Re: thunderbird segfaults > > > > > disklayout: > > > a: 5122.2M / > > > b: 1019.8M swap > > > d: 10244.6M /tmp > > > e: 15359.0M /var > > > f:

Re: thunderbird segfaults

2016-08-08 Thread bytevolcano
Stefan Wollny wrote: Hi Theo! Gesendet: Montag, 08. August 2016 um 17:21 Uhr Von: "Theo Buehler" An: misc@openbsd.org Betreff: Re: thunderbird segfaults disklayout: a: 5122.2M / b: 1019.8M swap d: 10244.6M /tmp e: 15359.0M /var f:30718.0M /usr g:

Re: new support

2016-08-08 Thread Кондратюк Павел Александрович
0 C Russian Federation P T Moscow Z 109004 O Infosecurity LLC I Artem Vydrin /Pavel Kondratyuk A Nikoloyamskaya 38/1 M u...@infosecservice.ru U http://www.gk-is.ru/services.php B +7 495 510 15 86 X N Commercial support for Unix/Linux. Security sevices setup and integration. Experienced in

Re: thunderbird segfaults

2016-08-08 Thread Stefan Wollny
Hi Theo! > Gesendet: Montag, 08. August 2016 um 17:21 Uhr > Von: "Theo Buehler" > An: misc@openbsd.org > Betreff: Re: thunderbird segfaults > > > disklayout: > > a: 5122.2M / > > b: 1019.8M swap > > d: 10244.6M /tmp > > e: 15359.0M /var > > f:30718.0M

relayd WebDAV / CalDAV

2016-08-08 Thread Jona Joachim
Hi, I'm trying to replace my nginx setup with httpd + relayd. I want to use relayd for virtual hosts and "TLS acceleration". I have trouble with my Radicale CalDAV service. Radicale listens on localhost port 5232. relayd forwards the connection correctly until the client issues an http

Re: thunderbird segfaults

2016-08-08 Thread Theo Buehler
> disklayout: > a: 5122.2M / > b: 1019.8M swap > d: 10244.6M /tmp > e: 15359.0M /var > f:30718.0M /usr > g: 914285.1M/home > > /usr is mounted read-only > /var is mounted no-exec So much space and no separate /usr/local ? why? If this is really the case, please make

Re: OpenBSD Songs - License

2016-08-08 Thread Jona Joachim
On 2016-08-05, <46rc1p+8qbgq1pcsq...@guerrillamail.com> <46rc1p+8qbgq1pcsq...@guerrillamail.com> wrote: > Hi all, > > I've just discovered the OpenBSD Songs, but unfortunately I can't > tell under which license they've been released. It would be really helpful if > you could update your

Re: thunderbird segfaults

2016-08-08 Thread Stefan Wollny
> Gesendet: Montag, 08. August 2016 um 16:40 Uhr > Von: "Edgar Pettijohn" > An: "Stefan Wollny" > Cc: Tinker , misc@openbsd.org > Betreff: Re: thunderbird segfaults > > I've had problems in the past trying to build a port that

Re: thunderbird segfaults

2016-08-08 Thread Edgar Pettijohn
I've had problems in the past trying to build a port that fails and then install the binary version and it work. So if you haven't already maybe try deleting it and reinstall the binary from a mirror. Sent from my iPhone > On Aug 8, 2016, at 9:23 AM, Stefan Wollny wrote: > >

Re: thunderbird segfaults

2016-08-08 Thread Stefan Wollny
Hi Tinker! Thank you for replying! My answers are in-line (sorry for the awful formatting - the web-client is a PITA) Best, STEFAN Am 08.08.2016 15:02 schrieb Tinker: Please describe more, * Any idea of your memory situation (ulimit -a , RAM and swap available, actual memory

Re: github

2016-08-08 Thread rick
On Mon, 08 Aug 2016 11:42 +0200, frantisek holop wrote: > [...] another low friction and low time investment approach could > have been to proactively take these usernames/urls and put > placeholders or links to the official project site. Why should the project do put up links on its site for any

Re: thunderbird segfaults

2016-08-08 Thread Tinker
Please describe more, * Any idea of your memory situation (ulimit -a , RAM and swap available, actual memory consumption)? * Also does it crash on start or can you use it for a while The following is beyond my level of experience but are you sure that you run it in an isolated enough mode

Re: thunderbird segfaults

2016-08-08 Thread Stefan Wollny
I forgot to mention that '/usr' is mounted 'wxallowed'. > Gesendet: Montag, 08. August 2016 um 13:44 Uhr > Von: "Stefan Wollny" > An: misc@openbsd.org > Betreff: thunderbird segfaults > > Hi there! > > My system: > OpenBSD 6.0-current (GENERIC.MP) #2335: Sun Aug 20:50:41 MDT

Copy-Paste not possible from a xterm

2016-08-08 Thread Stefan Wollny
Hi there! My system: OpenBSD 6.0-current (GENERIC.MP) #2335: Sun Aug 20:50:41 MDT 2016 (Full dmesg at the end.) For some time now I cannot copy-paste text from a xterm window by simultaneously pressing left and right mouse buttons. Anyone an idea? TIA. Best, STEFAN OpenBSD 6.0-current

Re: Logging/backup .ksh_history

2016-08-08 Thread Solène Rapenne
Le 2016-08-08 08:39, johnw a écrit : Hi, I use /bin/ksh as a console/terminal shell program, I want to log/backup all command, run on console/terminal/ksh, Any idea how to do this? Thanks. Hello, you could try this tool https://github.com/a2o/snoopy, it seems to be exactly what you need. I

Re: Logging/backup .ksh_history

2016-08-08 Thread johnw
On 08/08/2016 04:33 PM, David Dahlberg wrote: > Am Montag, den 08.08.2016, 14:39 +0800 schrieb johnw: >> Hi, I use /bin/ksh as a console/terminal shell program, I want to >> log/backup all command, run on console/terminal/ksh, >> >> Any idea how to do this? > man 1 ksh, search for HISTFILE. > >

thunderbird segfaults

2016-08-08 Thread Stefan Wollny
Hi there! My system: OpenBSD 6.0-current (GENERIC.MP) #2335: Sun Aug 20:50:41 MDT 2016 (Full dmesg at the end.) I don't know if this is only with my system but since the last few days Mozilla's thunderbird segfaults. $ thunderbird out of memory Assertion failure: [unhandlable oom] OOM in

Re: ksh, ctrl-r followed by arrow key leaves "[D" or "[C" artifacts

2016-08-08 Thread Francois Pussault
> > From: Michal Bozon > Sent: Mon Aug 08 11:32:57 CEST 2016 > To: > Subject: Re: ksh, ctrl-r followed by arrow key leaves "[D" or "[C" artifacts > > > Hi, this also bugs me. But ksh is not bash. Try hitting ESC >

Re: github

2016-08-08 Thread frantisek holop
Nick Holland, 07 Aug 2016 23:36: > > Is this http://[bullshit deleted]/openbsd the official OpenBSD github site? > > I find this part terrifying. > > Nowhere on the OpenBSD website mentions github as anything official. So > you just assumed that the seven letters, "openbsd", in that order,

Re: ksh, ctrl-r followed by arrow key leaves "[D" or "[C" artifacts

2016-08-08 Thread Michal Bozon
Hi, this also bugs me. But ksh is not bash. Try hitting ESC before an arrow. (I'm not sure if it is a consistent keystroke behavior of ksh or not) Here's one of older threads to this: https://marc.info/?t=12126533981=1=2 regards, Michal Bozon Dave Cohen wrote: ... I'll try to describe

Re: Logging/backup .ksh_history

2016-08-08 Thread Kamil Cholewiński
On Mon, 08 Aug 2016, Francois Pussault wrote: >> >> From: Craig Skinner >> Sent: Mon Aug 08 09:49:11 CEST 2016 >> To: >> Subject: Re: Logging/backup .ksh_history >> >> >> Hi John, >>

Re: Logging/backup .ksh_history

2016-08-08 Thread Francois Pussault
> > From: Craig Skinner > Sent: Mon Aug 08 09:49:11 CEST 2016 > To: > Subject: Re: Logging/backup .ksh_history > > > Hi John, > > On 2016-08-08 Mon 14:39 PM |, johnw wrote: > > Hi, I use /bin/ksh as a

hostname.if manpage enhancement: be clearer about #

2016-08-08 Thread Michal Bozon
Hi, I've had an issue connecting to a wireless network (by doas sh /etc/netstart $if). Its password contained '#' character(s). Even adding "debug" keyword did not assure me whether the problem is with my password definition: wpakey s3cur3-as-#311, for illustration (was not sure if the '#' has to

Re: Logging/backup .ksh_history

2016-08-08 Thread Craig Skinner
Hi John, On 2016-08-08 Mon 14:39 PM |, johnw wrote: > Hi, I use /bin/ksh as a console/terminal shell program, I want to > log/backup all command, run on console/terminal/ksh, > > Any idea how to do this? > See HISTFILE and HISTSIZE in ksh(1). Cheers, -- It isn't easy being a Friday kind of

Logging/backup .ksh_history

2016-08-08 Thread johnw
Hi, I use /bin/ksh as a console/terminal shell program, I want to log/backup all command, run on console/terminal/ksh, Any idea how to do this? Thanks. -- Key ID: 0xCF2C80AC Key fingerprint: CDB3 6C62 254B C088 1E5D DD32 182C 97DB CF2C 80AC 0xCF2C80AC.asc Description: application/pgp-keys