Re: rc daemon_timeout

2020-04-23 Thread Raf Czlonka
On Thu, Apr 23, 2020 at 12:00:59PM BST, Thomas de Grivel wrote: > Hello, > > I have some trouble starting up a daemon on OpenBSD 6.6 stable using rc : > > in /etc/rc.d/my_daemon : > > > #!/bin/ksh > > > > daemon="/home/my-user/start" > > daemon_user=my-user > > daemon_timeout=600 > > > > .

Re: MIdnight Commander won't run

2020-04-23 Thread Raf Czlonka
On Thu, Apr 23, 2020 at 04:42:34AM BST, Aaron Mason wrote: > On Wed, Apr 22, 2020 at 11:17 AM Jay Hart wrote: > > > > Upgraded my router from 6.5 to 6.6. Followed the upgrade guide and > > installed most, not all, of > > the file sets. I did not install the games set or several of the X sets.

Re: Ports: how to install dependencies from binaries?

2020-04-07 Thread Raf Czlonka
On Wed, Apr 08, 2020 at 04:12:54AM BST, Stuart Longland wrote: > Hi all, > > Silly question… how do you install the dependencies of a port from > binaries automatically? > > Situation is this: I'm wanting to add OPUS support to Asterisk as I have > an ATA that supports this CODEC, it'd nice to

Re: trunk(4) driver with optional interface?

2020-03-13 Thread Raf Czlonka
On Fri, Mar 13, 2020 at 12:13:45PM GMT, David Demelier wrote: > Hello, > > I'm using trunk(4) pseudo device to aggregate my wireless iwm(4) and my > dock ethernet interface ure(4) together. > > Since my laptop is not always connected to my dock, when booting I get a > trunk error if the

Re: Attempting to configure syslogd for logging doas

2020-02-26 Thread Raf Czlonka
On Wed, Feb 26, 2020 at 08:59:40PM GMT, b...@0x1bi.net wrote: > I'm attempting to configure syslogd via syslog.conf. I've added two > lines which log all doas events: > > default configuration here... > > !doas > *.* /var/log/doas > > However, after restarting syslogd and

Re: wpa_supplicant error

2020-02-03 Thread Raf Czlonka
On Sun, Feb 02, 2020 at 09:42:52PM GMT, Charlie Burnett wrote: > Hey @misc, > I've used OpenBSD on my desktop and server for a while, however they both > have an Ethernet connection. I recently got my hands on a thinkpad x1 6th > gen in order to ensure compatibility with OpenBSD. I can connect

Game controller / gamepad recommendation

2020-01-21 Thread Raf Czlonka
Hi all, I'm in a search for a game controller / gamepad for OpenBSD and found an old article on OpenBSD Journal[0] regarding (support for) an Xbox 360 one. Good ol' Logitech has two gamepads - one wired[1] and one wireless[2] - and, according to the comments linked in a reddit thread[3] I found,

Re: resolving addresses in smtpd and T-mobile addresses I login on with SSH being used

2019-12-03 Thread Raf Czlonka
On Tue, Dec 03, 2019 at 04:41:27PM GMT, Chris Bennett wrote: > > [...] > Dec 2 22:36:28 freedomforlife smtpd[78001]: cd3e9bc4ab696630 smtp connected > address=172.58.46.253 host= > Dec 2 22:36:28 freedomforlife smtpd[78001]: cd3e9bc4ab696630 smtp > failed-command command="" result="550 no

Re: resolving addresses in smtpd and T-mobile addresses I login on with SSH being used

2019-12-03 Thread Raf Czlonka
On Tue, Dec 03, 2019 at 04:41:27PM GMT, Chris Bennett wrote: > I have been fixing some problems with emails between two of my servers. > At the time I had /etc/hosts file empty except for localhost. > > While sending emails, I got several of errors in maillog like these: > > Dec 2 22:36:28

Re: Softdep and noatime

2019-12-03 Thread Raf Czlonka
On Tue, Dec 03, 2019 at 11:25:23AM GMT, Stuart Henderson wrote: > On 2019-11-30, Raymond, David wrote: > > I am switching to OpenBSD from Linux and I have questions about the > > use of softdep and noatime in mounting disks. I have a variety of > > systems with a mix of SSDs and rotating disks.

Re: how to configure directory in which X server logfile is written?

2019-11-24 Thread Raf Czlonka
On Sun, Nov 24, 2019 at 02:10:15AM GMT, Jonathan Thornburg wrote: > In a fresh install of 6.6/amd64, if I login on a console as a non-root > user and start X via 'startx', the X server tries to write log information > in the file > $HOME/.local/share/xorg/Xorg.0.log > > I have two questions: >

Re: Cron not executing @reboot command in crontab

2019-11-17 Thread Raf Czlonka
On Sun, Nov 17, 2019 at 11:57:44AM GMT, Unicorn wrote: > Hello, > > I apologize if this is trivial, I genuinely read through all the cron- > related manpages and tried several things, but this is my issue: > > I want to use 'autossh' to automatically establish reverse port > forwarding on boot,

Re: Home NAS

2019-11-15 Thread Raf Czlonka
On Fri, Nov 15, 2019 at 08:54:54AM GMT, Andrew Luke Nesbit wrote: > On 15/11/2019 10:11, gwes wrote: > > > The backup(8) program can assist this by storing deltas so that > > more frequent backups only contain deltas from the previous > > less frequent backup. > > I've not used backup(8) before,

Re: Questions regarding unwind.conf (block list)

2019-11-14 Thread Raf Czlonka
On Wed, Nov 13, 2019 at 11:14:11PM GMT, Felix Maschek wrote: > Hi, > > I'm using unwind for a time and it is running perfect for me. > > Now with the upcoming new plugin api of chrome with limited support for > uBlock I'm looking for an alternative. > > Unfortunately I'm not able to specify a

Re: pkg_info -Q bug?

2019-11-08 Thread Raf Czlonka
On Fri, Nov 08, 2019 at 05:45:23PM GMT, Dumitru Moldovan wrote: > > Hi misc, > > I see pkg_info's man page says: > >-Q query >Show all packages in $PKG_PATH which match the given query. > > Trying in 6.6 to find the Python module "mysqlclient", I get the > following puzzling

Re: Pkg_add completes installurl with bad openbsd version number

2019-11-04 Thread Raf Czlonka
On Mon, Nov 04, 2019 at 05:16:35PM GMT, Bruno Martin wrote: > Hi Raf > > My PKG_PATH is empty. > But actually, by Dsnaping, I fixed the problem. > Regards > > Bruno > Hi Bruno, Are you absolutely sure it is empty? pkg_add(1) is getting the wrong URL from somewhere, and the usual suspects

Re: Pkg_add completes installurl with bad openbsd version number

2019-11-04 Thread Raf Czlonka
On Mon, Nov 04, 2019 at 08:24:04AM GMT, Bruno Martin wrote: > Hello, > > I'm running openbsd 6.6 generic.mp#427 amd64 > After the 6.6 upgrade I had troubles with pkg_add -u. > I did several new upgrades to 6.6, removed all packages and now when I want > to pkg_add something, it looks to the 6.4

Re: Disable ftp in pkg_add syspatch sysupgrade

2019-10-28 Thread Raf Czlonka
On Mon, Oct 28, 2019 at 06:43:03PM GMT, Andy Lemin wrote: > Hi guys, > > Does anyone know if it is possible to completely disable ftp in the package > management utilities; pkg_add, syspatch, sysupgrade etc? > > My PKG_PATH references http:// urls, as does /etc/install. But I cannot stop >

Re: Requesting vi tips

2019-10-18 Thread Raf Czlonka
On Fri, Oct 18, 2019 at 03:39:41PM BST, cho...@jtan.com wrote: > Raf Czlonka writes: > > On Fri, Oct 18, 2019 at 03:12:37PM BST, cho...@jtan.com wrote: > > Is this what you had in mind? > > > > set editor="EXINIT='set wraplen=72' /usr/bin/vi" I forgo

Re: Requesting vi tips

2019-10-18 Thread Raf Czlonka
On Fri, Oct 18, 2019 at 03:12:37PM BST, cho...@jtan.com wrote: > OK this has started to get on my nerves now. > > I use vi to enter emails despite using evil emacs for development and > other general editing. Rather than linking them together (they're on > seperate machines) to enter emails in

Re: sysmerge at scale

2019-10-06 Thread Raf Czlonka
On Sun, Oct 06, 2019 at 07:34:41PM BST, Daniel Jakots wrote: > Hi, > > I run a bunch of -current VM and I manage them with ansible. When > there's a file that gets updated in src/etc, I check if it matters for > me and if it doesn't, I ignore it. Then, eventually I sync the file in > my ansible

Re: Errors when I try to configure multiple DNS search suffixes in dhcpd.conf

2019-09-24 Thread Raf Czlonka
On Tue, Sep 24, 2019 at 11:43:02AM BST, Rudolf Leitgeb wrote: > > I was unable to figure out, what exactly is meant with RFC1035 type > string, but came to the conclusion, that dhcpd in its current iteration > only supports one domain name here. Oh well. > > Cheers, > > Rudi > Hi Rudi, It

Re: recent troubles with iwn(4)

2019-09-11 Thread Raf Czlonka
On Mon, Sep 09, 2019 at 10:38:25AM BST, Stefan Sperling wrote: > On Mon, Sep 09, 2019 at 10:26:37AM +0100, Raf Czlonka wrote: > > Your email prompted me today to have a look at what is happening > > while the laptop loses connectivity - it's been disconnected for 3 > > days a

Re: recent troubles with iwn(4)

2019-09-09 Thread Raf Czlonka
On Sun, Sep 08, 2019 at 09:31:55PM BST, Bryan Stenson wrote: > Hi all - > > I'm writing to "misc" rather than "bugs" as I'm not yet sure this is a > bug. I'm hoping to help triage this with assistance from this list. > > I'm running -CURRENT and the iwn(4) driver for my wireless card. Over >

Re: USB speakers, no sound

2019-08-13 Thread Raf Czlonka
On Sun, Aug 11, 2019 at 03:14:25PM BST, Doug Moss wrote: > > To make sure I understand correctly / and possible help others in future > reading thread: > (OpenBSD 6.5, amd64) > > /etc/rc.conf.local > sndiod_flags="-f rsnd/1" > (This tells the sndiod daemon to configure the first _raw_ audio

Re: Sysmerge

2019-07-06 Thread Raf Czlonka
On Sat, Jul 06, 2019 at 01:57:49PM BST, Jay Hart wrote: > > On Sat, Jul 06, 2019 at 11:56:32AM BST, Jay Hart wrote: > >> Good Morning, > >> > >> What is the simple way to have sysmerge "keep" all custom changes to the > >> config files, during a > >> system update from one stable release to the

Re: Sysmerge

2019-07-06 Thread Raf Czlonka
On Sat, Jul 06, 2019 at 11:56:32AM BST, Jay Hart wrote: > Good Morning, > > What is the simple way to have sysmerge "keep" all custom changes to the > config files, during a > system update from one stable release to the next? I seem to struggle with > this every release... > > Thanks for your

Re: Autostart of ssh-agent in root's .profile prevents startup

2019-07-05 Thread Raf Czlonka
On Fri, Jul 05, 2019 at 07:52:55AM BST, Rosselur Rossen wrote: > Hi! > > I have the following added to root's .profile: > > --snip-- > env=~/.ssh/agent.env > agent_load_env () { test -f "$env" && . "$env" >| /dev/null ; } > agent_start () { > (umask 077; ssh-agent >| "$env") >

Re: how to install bsd.sp on a multiprocessor machine?

2019-05-12 Thread Raf Czlonka
On Sun, May 12, 2019 at 06:30:59AM BST, Jonathan Thornburg wrote: > [...] > I rebooted the laptop from the i386 install65.fs, verified that I > had the correct sdN for the CF card, and did a normal (i386) install > onto the CF card. > [...] Hi Jonathan, During installation you can select sets

Re: How do you deal with many disks?

2017-09-02 Thread Raf Czlonka
On Fri, Sep 01, 2017 at 10:46:05PM BST, Paul de Weerd wrote: > I make extensive use of softraid crypto on two internal and a bunch of > external disks. This results in up to 32 sd(4) devices attaching to > my machine. However, by default MAKEDEV only creates 10 sd device > nodes in /dev. > >

Re: resolve.conf overwritten woes

2017-08-12 Thread Raf Czlonka
On Sat, Aug 12, 2017 at 07:12:52AM BST, jungle boogie wrote: > Hi All, > > From this page: > https://www.openbsd.org/faq/faq6.html#Setup > > Once the interface is configured, the /etc/resolv.conf file will be > overwritten. > You can customize the resolver configuration by using settings in >

Re: smtpd doesn't start

2017-05-29 Thread Raf Czlonka
On Mon, May 29, 2017 at 09:16:20PM BST, Choose a display name wrote: > > Try defining your hostname in /etc/hosts > > If you have a static address, define it with that address. If > > it's a dynamic address, define it as 127.0.1.1 > > Thank you, it worked, but I also had to add "lookup file bind"

Re: xenodm and .kshrc

2017-04-14 Thread Raf Czlonka
Hi Paolo, Check before you post - it *is* in /etc/skel/.Xdefaults[0] :^) [0] http://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/etc/skel/dot.Xdefaults?rev=1.3=text/plain Regards, Raf On Fri, Apr 14, 2017 at 10:19:44AM BST, Paolo Aglialoro wrote: > Wouldn't the inclusion of this config

Re: Question about bsd.rd

2017-03-31 Thread Raf Czlonka
On Fri, Mar 31, 2017 at 02:51:47AM BST, Steven Schneider wrote: > Hi @misc, > > I've noticed that bsd.rd wants to download the install base packages from > /pub/OpenBSD/6.1/i386. Is this an error or some sort of alias for the path > to the snapshots of the install base? bsd.rd seems to find the

Re: better way to detect new display

2017-03-01 Thread Raf Czlonka
On Wed, Mar 01, 2017 at 10:14:39AM GMT, Marcus MERIGHI wrote: > sc...@ggr.com (Scott Bonds), 2017.02.28 (Tue) 02:21 (CET): > > I'm polling using xrandr to check whether a new display was plugged > > in, so I can run a script to switch to it, i.e. plug in an external > > VGA monitor and it lights

Re: accessing webcam as normal user

2017-02-13 Thread Raf Czlonka
On Mon, Feb 13, 2017 at 01:22:30PM GMT, Neil Telford wrote: > Hi, > > I'm wondering how to access my webcam as a normal user. I verified that it > does work, but I can only access it as root. Therefore, it is currently not > available for web-based video calls. > > If I run ls -la /dev/video0,

Re: autoinstall with local file

2017-01-13 Thread Raf Czlonka
On Fri, Jan 13, 2017 at 07:21:12PM GMT, Theo de Raadt wrote: > > Given that there is no official supported way to put an > > auto_upgrade.conf onto an existing bsd.rd, what would be a suggested > > way to achieve the same end result - in this case, an automated > > non-interactive, off-line

Re: autoinstall with local file

2017-01-13 Thread Raf Czlonka
On Fri, Jan 13, 2017 at 06:14:16PM GMT, Theo de Raadt wrote: > > On Fri, Jan 13, 2017 at 06:20:25AM -0600, Ed Ahlsen-Girard wrote: > > > The man page seems to indicate that autoinstall will work with an > > > auto_upgrade.conf file on the local machine, but specifying the path as: > > > > > >

Re: PC-Engines apu2c4 install reboot loop :(

2017-01-10 Thread Raf Czlonka
On Tue, Jan 10, 2017 at 10:56:32PM GMT, Damian McGuckin wrote: > I would send the 'dmesg' boot messages but 'pf' keeps printing messages like > > pf: state reuse TCP in wire > or > pf: state reuse TCP out wire > > and it has filled up the /var/log/messages* so that dmesg no longer

Re: openbsd -current: can't find firefox

2016-11-29 Thread Raf Czlonka
On Tue, Nov 29, 2016 at 10:53:30PM GMT, jungle Boogie wrote: > Hi All, > On 29 November 2016 at 07:57, Carlin Bingham wrote: > > On Tue, Nov 29, 2016 at 07:30:42AM -0800, jungle boogie wrote: > >> You mean like this: > >> $ cat /etc/doas.conf > >> permit persist :wheel > >>

Re: Serverkeybits, protocol 2

2016-11-02 Thread Raf Czlonka
On Wed, Nov 02, 2016 at 06:39:59PM GMT, Jonathan Paquet wrote: > Hi, > I am working as VMware SME, and I need to update the security template > that we are using. > > One of the settings that we have is the Serverkeybits. By default this > setting is not present on the sshd config file. > >

Re: configure ethernet and wireless

2016-09-14 Thread Raf Czlonka
On Wed, Sep 14, 2016 at 06:59:49PM BST, George Pediaditis wrote: > then i followed the instructions on faq to setup a trunk interface. > > I created the files > /etc/hostname.re0 that contains: > "up" > > /etc/hostname.iwm0 that contains: > "nwid (ssid) > wpakey (wpa psk) > wpaakms (psk) > up"

Re: fresh install of 6.0 - cvs

2016-09-09 Thread Raf Czlonka
On Fri, Sep 09, 2016 at 01:04:44PM BST, Stephen Trotter wrote: > Raf, > > Yes I was attempting to follow the instructions and was logged in as my > user, not as root. And I was pulling the src from cvs (for the first time) > and using the -r option for the stable version. Well, in order to avoid

Re: fresh install of 6.0 - cvs

2016-09-08 Thread Raf Czlonka
On Fri, Sep 09, 2016 at 05:54:05AM BST, Stephen Trotter wrote: > hi, > i was attempting a fresh install of 6.0 and got to the part where you pull > the source tree and update the system to stable. > i was stuck because the faq states you can (should) use a regular user with > cvs, and i kept

Re: System monitor in base?

2016-09-02 Thread Raf Czlonka
On Fri, Sep 02, 2016 at 11:46:27PM BST, Aioi Yuuko wrote: > Hi, > > I'm trying to wean myself off external packages as much as possible. > Is there a common, accepted way of viewing, for instance, battery > life, with only included programs? Hi Aioi, There's the already mentioned apm(8) (i.e.

Re: write all files in /mnt to usb using dd

2016-08-04 Thread Raf Czlonka
Hi, What are you trying to do? If you're after files which are on the ISO image, then cp(1) will do just fine - simply mount the USB disk and copy the files. Unless of course, you're trying to create a bootable USB stick out of a bootable ISO image - neither cp(1) nor tar(1) will do the job in

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

2016-08-01 Thread Raf Czlonka
On Mon, Aug 01, 2016 at 01:14:27PM BST, Solène RAPENNE wrote: > 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

Re: Weird errors during install.site

2016-07-29 Thread Raf Czlonka
On Fri, Jul 29, 2016 at 03:13:16AM BST, James Pole wrote: > > On 29/07/2016, at 12:59 AM, trondd wrote: > > I do most everything in rc.firsttime. I think you're going to be better > > off just moving your stuff to rc.firsttime rather than trying to > > manipulate the rd

Re: wifind(8) find your wifi

2016-06-03 Thread Raf Czlonka
On Fri, Jun 03, 2016 at 01:59:08PM BST, Etienne wrote: > On 06/03/16 05:12, Ray Lai wrote: > > > > > > #!/bin/sh > > > > > > if [[ $1 == "home" ]]; then > > > doas ifconfig run0 nwid foonet wpa wpakey ultrasecret > > > doas dhclient run0 > > > fi > > Yup. The goal of wifind is to do

Re: Why can I ping but not curl google.com?

2016-05-30 Thread Raf Czlonka
On Sun, May 29, 2016 at 11:01:14PM BST, Murk Fletcher wrote: This: > This is my Windows 10 VirtualBox set to Bridged Networking. and this: > It's been working flawlessly for years. is a direct contradiction. > I recently upgraded to OpenBSD 5.9, I think that's when the problems started.

Re: can't find books.html link

2016-05-22 Thread Raf Czlonka
On Sun, May 22, 2016 at 04:53:24AM BST, Teng Zhang wrote: > Could you please tell me where can i find the link which corresponding to > books.html on the www.openbsd.org. > thanks > What happens if you swap these two around... like so: http://www.openbsd.org/books.html ;^) R

Re: Secure PKG_PATH for doas

2016-05-21 Thread Raf Czlonka
On Sat, May 21, 2016 at 08:55:37AM BST, Marc Espie wrote: > On Fri, May 20, 2016 at 03:37:48PM +0100, Raf Czlonka wrote: > > On Fri, May 20, 2016 at 12:39:46PM BST, Igor Mironov wrote: > > > > > Thank you Mart, Ted and Stuart--I understood that installpath in > >

Re: Secure PKG_PATH for doas

2016-05-20 Thread Raf Czlonka
On Fri, May 20, 2016 at 12:39:46PM BST, Igor Mironov wrote: > Thank you Mart, Ted and Stuart--I understood that installpath in > pkg.conf provides a secure default, and PKG_PATH should probably > be used for overrides only (if at all). Hi Igor, PKG_PATH is essential - installpath= in

Re: Mount NTFS , Fat32 USB flash!

2016-05-18 Thread Raf Czlonka
On Wed, May 18, 2016 at 09:19:00AM BST, Mohammad BadieZadegan wrote: > Hi everybody, > I have a Patriot 32GB Flash USB and at first I formated it as FAT32 and it > detected in my university PC correctly but when I mounted it by these > commands it notified me: > > # mount /dev/sd1i /mnt >

Re: dhclient.conf and hostname.if

2016-05-06 Thread Raf Czlonka
On Fri, May 06, 2016 at 11:35:47AM BST, Duncan Patton a Campbell wrote: > > Back when the script tag was removed from dhclient.conf the > functionality to do external commands was ostensibly moved > into hostname.if via the > > !command mechanism. > > in man hostname.if it says > > "It is

Re: Difference between 5.9 vs 5.7

2016-04-24 Thread Raf Czlonka
On Sun, Apr 24, 2016 at 11:29:41PM BST, Muhammad Muntaza wrote: > On Apr 24, 2016 8:53 PM, "Mohammad BadieZadegan" > wrote: > > > > Hi everybody, > Hi, > > > /home/user/.xinitrc[2]: startxfce4: not found > > $ echo $PATH > $ which startxfce4 Hi Muhammad, You have to set

Re: Syntax error in pf rules

2016-03-30 Thread Raf Czlonka
On Wed, Mar 30, 2016 at 04:47:03PM BST, Adam Smith wrote: > Hi Marko > > Thank you for your detailed clarification. I really benefited from it. > > >--- marko.cu...@mimar.rs wrote: > > > >From: Marko Cupać > >To: "Adam Smith" > >Cc:

Re: Firefox's trouble on snapshot #1960

2016-03-25 Thread Raf Czlonka
On Fri, Mar 25, 2016 at 02:50:26AM GMT, Alex Shupikov wrote: > Hello misc@ > > Firefox doesn't run on snapshot. > > shupikov@balamut:~$ uname -a > OpenBSD balamut.td.kms 5.9 GENERIC.MP#1960 amd64 > > shupikov@balamut:~$ > firefox > XPCOMGlueLoad error for file

Re: Search with regex in nvi

2016-02-26 Thread Raf Czlonka
On Fri, Feb 26, 2016 at 03:39:59AM GMT, Артур Истомин wrote: > Suppose I have file with next lines among others: > > Omsa Attiva 40 cioccolato 2 > Omsa Attiva 40 blue XXL > Omsa Attiva 40 milk S > Omsa Attiva 40 sierra XXL > Omsa Attiva 40 nero M > Omsa Attiva 40 nero XXL > > I need to find

Re: no bandwidthd src pkd in /usr/ports

2016-02-25 Thread Raf Czlonka
On Thu, Feb 25, 2016 at 10:25:38AM GMT, Peter N. M. Hansteen wrote: > On 02/25/16 07:26, Indunil Jayasooriya wrote: > > I have OpenBSD 5.5 64 bit gateway. > > As Raf pointed out already, you're way overdue for an upgrade. > > > I want to install bandwidthd. But I can't find a src pkg in > >

Re: no bandwidthd src pkd in /usr/ports

2016-02-25 Thread Raf Czlonka
On Thu, Feb 25, 2016 at 07:01:58AM GMT, Indunil Jayasooriya wrote: > > > I want to install bandwidthd. But I can't find a src pkg in > > > /usr/ports > > > > > > is there a Binary pkg? > > > > There's neither a package nor a port. > > Thanks for this. No worries - it is easy to check yourself[0]

Re: no bandwidthd src pkd in /usr/ports

2016-02-24 Thread Raf Czlonka
On Thu, Feb 25, 2016 at 06:26:10AM GMT, Indunil Jayasooriya wrote: > Hi Misc, Hi Indunil, > I have OpenBSD 5.5 64 bit gateway. It is in need of an update, then ;^) > I want to install bandwidthd. But I can't find a src pkg in /usr/ports > > is there a Binary pkg? There's neither a package

Re: How to configure the domain used by default by OpenSMTPD

2016-02-22 Thread Raf Czlonka
On Mon, Feb 22, 2016 at 10:09:25AM GMT, Jiri B wrote: > On Mon, Feb 22, 2016 at 09:40:00AM +, ML mail wrote: > > > Hello, > > > > How do one configure the domain which OpenSMTPD uses by default > > to speak with other mail servers? The problem is that my default > > it takes the internal

Re: pkg.conf edit on -current #1870

2016-02-15 Thread Raf Czlonka
On Mon, Feb 15, 2016 at 06:17:39PM GMT, Andrew wrote: > GENERIC.MP #1870 amd64 > > FWIW: Last night did a clean (re) installl using the toronto.edu mirror. > > boot> boot hd0a:/bsd.rd > > Puffy loaded up fine -- but no packages. > > I edited my /etc/pkg.conf > > from: > > ...

Re: Upgrade from snapshot to release.

2016-02-10 Thread Raf Czlonka
On Wed, Feb 10, 2016 at 03:58:38PM GMT, Ville Valkonen wrote: > On Feb 10, 2016 5:16 PM, "Paco Esteban" wrote: > > > > Hi misc@, > > > > I've one machine that has 5.8-current (20th of October snapshot). > > This is a "hardly-ever-touched" machine and I would prefer to have it > >

Re: Upgrade from snapshot to release.

2016-02-10 Thread Raf Czlonka
On Wed, Feb 10, 2016 at 04:18:45PM GMT, Adam Wolk wrote: > Everything else is unknown state. You won't be sure which following > current steps to execute. Your current base OS could be well past or > before the snapshot used for the release. Technically, that's not true - STATUS changes[0][1]

Re: Upgrade from snapshot to release.

2016-02-10 Thread Raf Czlonka
On Wed, Feb 10, 2016 at 05:29:51PM GMT, Ingo Schwarze wrote: > Hi Raf, Hi Ingo, > Raf Czlonka wrote on Wed, Feb 10, 2016 at 04:51:12PM +: > > > If you take enough care, i.e. make sure you follow current.html[0] > > and the update guide once it becomes availa

Re: puppet and cross-platform password hashes

2016-02-05 Thread Raf Czlonka
On Fri, Feb 05, 2016 at 03:48:02PM GMT, Joshua Smith wrote: > On Fri, Feb 05, 2016 at 04:04:47PM +0100, Joerg Jung wrote: > > > On 05 Feb 2016, at 08:33, Peter N. M. Hansteen wrote: > > > > > > I'm assuming I'm not the first to encounter this - > > > > > > the scenario is a group

Re: Daily cron error in 5.7

2016-01-25 Thread Raf Czlonka
On Mon, Jan 25, 2016 at 08:17:15PM GMT, Luciano wrote: > Hello, > But Exim isn't installed on the system. > > pkg_info shows: > > [...] > > Why this message is shown? > > Thanks. > > Luciano > > > Il 24/01/2016 22:10, Janne Johansson ha scritto: > > > > I dont think open comes eith exim.

Re: VAX - are we dropping support in 5.9?

2016-01-23 Thread Raf Czlonka
On Sat, Jan 23, 2016 at 08:00:09PM GMT, Bryan C. Everly wrote: > Hi everyone, Hi Bryan, > I just noticed that the VAX packages directory was missing on > openbsd.cs.toronto.edu and the other mirrors I checked. http://openbsd.cs.toronto.edu/pub/OpenBSD/5.8/packages/vax/ Not from where I'm

Re: VAX - are we dropping support in 5.9?

2016-01-23 Thread Raf Czlonka
On Sat, Jan 23, 2016 at 09:33:21PM GMT, Bryan C. Everly wrote: > I run 5.9-current on my other machines so when i didn't see packages > in /pub/OpenBSD/snapshots/packages I jumped to that conclusion given > that the other architectures were under that directory and VAX was > absent. As you can

Re: Mismatch between config and documentation for dhcpd?

2016-01-22 Thread Raf Czlonka
On Fri, Jan 22, 2016 at 12:00:56AM GMT, Etienne wrote: > On 2016-01-21 12:28, Raf Czlonka wrote: > > >>I didn't add a prefix, it's been added in the log by the program itself. > >>My > >>config file looked like below: > >> > >>opt

Re: Mismatch between config and documentation for dhcpd?

2016-01-21 Thread Raf Czlonka
On Thu, Jan 21, 2016 at 11:15:42AM GMT, Etienne wrote: > On 2016-01-21 00:27, Stuart Henderson wrote: > > >>man dhcp-options(5) shows the option classless-static-routes, however, > >>when I use it, dhcpd fails to start and returns: > >> > >>dhcpd: /etc/dhcpd.conf line 49: unknown option >

Re: unbound(8) generating too many log messages

2016-01-14 Thread Raf Czlonka
On Thu, Jan 14, 2016 at 07:26:32AM GMT, Philippe Meunier wrote: > Hello, > > I have a laptop computer configured to use unbound(8) and ntpd(8) but > which does not have any network interface configured by default > (except lo0, obviously) since which interface needs to be configured > and how

Re: [DIFF] New Year's calendar

2016-01-12 Thread Raf Czlonka
On Tue, Jan 12, 2016 at 09:41:47PM GMT, Craig Skinner wrote: > Hi Raf, Hi Craig, > On 2016-01-11 Mon 20:33 PM |, Raf Czlonka wrote: > > On Mon, Jan 11, 2016 at 07:35:50PM GMT, Craig Skinner wrote: > > > > > > This isn't _perfect_, but it could be a resonable start

Re: [DIFF] New Year's calendar

2016-01-11 Thread Raf Czlonka
On Mon, Jan 11, 2016 at 07:35:50PM GMT, Craig Skinner wrote: > Hi all, > > On 2016-01-06 Wed 23:31 PM |, Craig Skinner wrote: > > > > So I instead had a stab at a calendar.united-kingdom file. > > > > Following on from a bit of discussion, below is an attempt at a UK > calendar file, with

Re: sudo and globbing

2016-01-08 Thread Raf Czlonka
On Thu, Jan 07, 2016 at 04:43:14PM GMT, Jiri B wrote: > I discovered an article about sudo and globbing[1] and > there's difference how it does work on Linux and OpenBSD. AFAIK, globbing is done by shell and sudo doesn't take part in it. > # su -s /usr/local/bin/bash - nobody

Re: Problems installing OpenBSD 5.8

2016-01-07 Thread Raf Czlonka
On Wed, Jan 06, 2016 at 11:15:39PM GMT, Roderich wrote: > I thank again Raf and Peter, and now Kurt! > > On Wed, 6 Jan 2016, Raf Czlonka wrote: > > > That was Peter who mentioned it, not me - he's better at reading minds > > that I am, so it seems ;^) > > > &g

Re: 5.8: uvideo has support for Logitech QuickCam Pro 5000 but ugen0 attaches instead

2016-01-06 Thread Raf Czlonka
On Mon, Jan 04, 2016 at 06:18:30AM GMT, Matt Adams wrote: > Hi, > > I noted that uvideo has support for the Logitech QuickCam Pro 5000 - > a piece of hardware that I have. However, ugen appears to attach to > this device instead of allowing the special firmware (installed via > "# fw_install

Re: Problems installing OpenBSD 5.8

2016-01-06 Thread Raf Czlonka
On Wed, Jan 06, 2016 at 12:44:00PM GMT, Roderich wrote: > Dear Sirs! Hi Rodrigo, > I am having some problems with the (new?) installer. I want to install > OpenBSD 5.8 off-line. > > (1) I burned a CD Rom with install58.iso, it booted, but when it > asks for the location of installation

Re: Problems installing OpenBSD 5.8

2016-01-06 Thread Raf Czlonka
On Wed, Jan 06, 2016 at 03:36:19PM GMT, Roderich wrote: > I thank Raf and Peter for their hints. No worries. > There is big progress. > > A dmesg goes in the attachment, perhaps helps other people. > > My remarks o rafs mail: > > Indeed, it seems the esternal USB cdrom drive was not

Re: [DIFF] New Year's calendar

2016-01-04 Thread Raf Czlonka
On Mon, Jan 04, 2016 at 06:11:58PM GMT, Jason McIntyre wrote: > On Mon, Jan 04, 2016 at 03:46:53PM +, Craig Skinner wrote: > > Happy Hogmanay/New Year! > > > > Scotland & New Zealand have an additional New Year's celebrations > > hangover recovery public holiday. > > > > In Scotland,

Re: if I were to make a pkg-add diff

2015-12-27 Thread Raf Czlonka
On Sun, Dec 27, 2015 at 01:40:04AM GMT, Luke Small wrote: > pkg_add initialization and mirror selection can be automated ... As already mentioned here, this part is already done during installation. One can either accept the suggested mirror or choose one manually from the list, your choice is

Re: if I were to make a pkg-add diff

2015-12-27 Thread Raf Czlonka
On Sun, Dec 27, 2015 at 01:58:53AM GMT, Luke Small wrote: > Come to think about it, it might to be good to do tiny standalone > program called pkg_ping and then I could make it in C like I'd prefer. > I'd hope to make a port maybe, but then it would functionally defeat > the intent. I think

Re: if I were to make a pkg-add diff

2015-12-27 Thread Raf Czlonka
On Sun, Dec 27, 2015 at 12:05:43PM GMT, Stuart Henderson wrote: > This would work for releases, though unless pkg_add was changed to > cache the redirect it would slow things down compared to fetching > directly from the mirror. > > For snapshots, caching the redirect would be essential,

Re: text-mode gui

2015-12-23 Thread Raf Czlonka
On Wed, Dec 23, 2015 at 02:16:12PM GMT, Riccardo Mottola wrote: > Hi, Hi, > this thread has gone a long way. Yes, it has - I'll keep it short and to the point. > I only have a minor complaint: the network has to be set-up if one > uses stuff from the network (or performs an upgrade without

Re: Azalia Volume Too Quiet

2015-11-18 Thread Raf Czlonka
On Wed, Nov 18, 2015 at 02:27:21PM GMT, Stefan Wollny wrote: > Am 11/18/15 um 01:43 schrieb Daniel Wilkins: > >When I try to play sounds on my Thinkpad T430 I find that the audio's rather > >quiet, I've experimented a bit and found that at about 170 (mixerctl > >outputs.master=170) the volume

Re: Networking Menu option during boot

2015-11-04 Thread Raf Czlonka
On Wed, Nov 04, 2015 at 05:12:48PM GMT, J. Scott Heppler wrote: > On Nov 04, 2015: 11:35, Jiri B wrote: > >On Wed, Nov 04, 2015 at 07:08:54AM -0800, J. Scott Heppler wrote: > >>[...] > >>The bsd.rd install option already pauses the kernel and displays a > >>network configuration script. Would it

Re: no connectiion to phone's AP

2015-11-03 Thread Raf Czlonka
On Tue, Nov 03, 2015 at 12:59:58PM GMT, misc nick wrote: > I can't connect my Thinkpad x220 to my phone's hotspot (WPA2-PSK). I'm using > OpenBSD 5.8/amd64. > > Before everything, i did a fw_update. > > Then i created a hostname.iwn0 file: > > nwid myid > wpakey mykey > dhcp > > and then > #

Re: Firefox Worked Slowly...

2015-11-02 Thread Raf Czlonka
On Mon, Nov 02, 2015 at 08:47:44AM GMT, Mohammad BadieZadegan wrote: > Hi everybody, Hi Mohammad, > I was installed OpenBSD on many Servers that have more CPU types but on > every of them while I worked with firefox it handle websites very slowly! > My Network bandwiths is not bad. > Is that

Re: How to restart wifi net after suspend to ram

2015-10-30 Thread Raf Czlonka
On Sat, Oct 31, 2015 at 04:52:19AM GMT, Артур Истомин wrote: > I have usb wifi dongle. Every time after suspend to ram I should > manualy restart it with command "sh /etc/netstart urtwn0" > > Is it possible automaticaly restart it? Put it in a shell script called /etc/apm/resume. ---

Re: openup and OpenBSD ftp and pkg_add via proxy

2015-10-30 Thread Raf Czlonka
On Sat, Oct 31, 2015 at 12:39:38AM GMT, Steve Shockley wrote: > I'm trying to get openup to work through a proxy. I'm able to get it to > work through an antique Bluecoat proxy, but it fails using a Websense > Content Gateway (more or less Inktomi/Apache Traffic Server) or a Fortigate > firewall

Re: Upgrade from 5.7 to 5.8 : bsd.rd doesn't complete boot

2015-10-19 Thread Raf Czlonka
On Mon, Oct 19, 2015 at 09:50:22PM BST, Jean-Philippe Provost wrote: > Hi, Hi, > I don't have any CD. I just downloaded the bsd.rd for 5.8 and it wont > boot and ask what I want to do. What do you mean by that? Does it give you the options to install, upgrade, etc.? Does it look anything

Re: mk.conf in examples?

2015-10-16 Thread Raf Czlonka
On Fri, Oct 16, 2015 at 07:17:49AM BST, Jan Stary wrote: > Should mk.conf(5) be present in /etc/examples, or is it not there on > purpose? Hi Jan, After hier(7): /etc/ System configuration files and scripts. ... examples/ Example configuration files for base system daemons.

Re: CD's arrived

2015-10-07 Thread Raf Czlonka
On Wed, Oct 07, 2015 at 03:51:28PM BST, M Wheeler wrote: > CD's arrived today UK. Thanks again. Got mine today, too :^) Raf

Re: IKED and encapsulated peers

2015-10-06 Thread Raf Czlonka
On Mon, Oct 05, 2015 at 07:52:28PM BST, Jason Tubnor wrote: > On 5 October 2015 at 22:00, Jason Tubnor wrote: > > > > > Solved! > > > > > > I have attached a man 5 iked.conf patch that clears up an example used in > > the man page. > > > > The gz diff was stripped by demime,

Re: OpenBGPd SNMP

2015-10-04 Thread Raf Czlonka
On Sun, Oct 04, 2015 at 09:59:24PM BST, Mike Hammett wrote: > Are there any packages out there that expose OpenBGPd or other OpenBSD > parameters via SNMP? Would like to check generic health of the system, > number of routes, number of peers, number of routes per peer, etc. ls

Re: Does majordomo support 'no mail delivery subscription'?

2015-09-27 Thread Raf Czlonka
On Sun, Sep 27, 2015 at 10:40:18AM BST, Adam wrote: > In more detail: The OpenBSD mailing lists, which use (end of > development, as stated in my link) Majordomo does not provide for a > 'vacation hold' feature (a useful feature), which most or all current > mailing list software provide. It

Re: OT: Exists some problem with dnscrypt-proxy package?

2015-09-20 Thread Raf Czlonka
On Sun, Sep 20, 2015 at 06:04:19PM BST, C.L. Martinez wrote: > Hi all, > > I have installed an openbsd 5.7 VM today to do some tests with pf rules. > One of the components to I need to enable in this gateway is > unbound+dnscrypt-proxy. > > I have configured forwarding in unbound.conf: > >

Re: mixerctl in /etc/apm/resume with USB headset

2015-09-19 Thread Raf Czlonka
On Sat, Sep 19, 2015 at 04:00:38PM BST, Ingo Feinerer wrote: > I am not able to set my headphone volume via /etc/apm/resume after > suspending. > [...] > Ideas? Ooops, I read the above and only I had sent the email I re-read the subject - most likely your USB headset is not initialised before

  1   2   >