Re: NFS Server performance

2023-12-07 Thread Steven Surdock
> -Original Message- > From: j...@bitminer.ca > Sent: Thursday, December 7, 2023 7:55 PM > > On Tue, Dec 05, 2023 at 02:06:44PM +, Steven Surdock wrote: > > > > Using an OBSD 7.4 VM on VMware as an NFS server on HOST02. It is > > primarily use

Re: NFS Server performance

2023-12-06 Thread Steven Surdock
On Behalf Of Carsten Reith Sent: Wednesday, December 6, 2023 11:41 AM To: misc@openbsd.org Subject: Re: NFS Server performance [You don't often get email from carsten.re...@t-online.de. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] Steven Surdock writes: > The cli

Re: NFS Server performance

2023-12-06 Thread Steven Surdock
The client is VMWare ESXi, so my options are limited. I tried enabling jumbo frames (used 9000) and this made very little difference. -Original Message- From: Zé Loff Sent: Tuesday, December 5, 2023 10:12 AM To: Steven Surdock Cc: misc@openbsd.org Subject: Re: NFS Server performance

NFS Server performance

2023-12-05 Thread Steven Surdock
Using an OBSD 7.4 VM on VMware as an NFS server on HOST02. It is primarily used to store VMWare VM backups from HOST01, so VMWare is the NFS client. I'm seeing transfers of about 1.2 MB/s. SCP from HOST01 to OBSD VM (same filesystem) copies at 110 MB/s. Iperf3 from a VM on HOST01 to OBSD

Re: relayd ssl termination advice

2023-10-07 Thread Steven Shockley
On 10/7/2023 9:00 PM, Courtney wrote: Hello everyone, I'm seeking an ideal way to make secure https connections to a handful of web servers in my house. I'm currently doing this with haproxy by having it inspect the SNI on the incoming traffic and route based on that. At the time I set it

Netstat output

2023-09-06 Thread Steven Shockley
When running netstat -I [interface], what do the "fails" and "errs" columns mean? When my firewall is under network load, the output interface fails and total errs increases.

Installboot question

2023-07-25 Thread Steven Shockley
I have a machine with two ATA drives in a softraid mirror. For the Zen patch, do I run installboot on just sd2 (the softraid volume) or also sd0 and sd1 (the physical disks)? Thanks.

X11 not working after upgrade to 7.3

2023-04-11 Thread Steven Shockley
I've just upgraded a Windows 10 Hyper-V VM from 7.2 to 7.3 using sysupgrade, sysmerge (no changes) and pkg_add -u. Since the upgrade xenodm doesn't start. The error from Xorg.0.log is: [ 1599.318] (II) VESA(0): virtual address = 0xfe5219000, physical address = 0xf800, size =

Re: Ensuring data integrity

2023-02-17 Thread Steven Shockley
On 2/17/2023 5:30 AM, Stuart Henderson wrote: They're often slower (especially in failure conditions) and more complex. Reconstructing RAID5/6 after a drive failure is pretty intensive on the other disks. Not only that but your other (or spare) drives may have a bad sector that won't be

Re: syslogd program logging

2023-01-25 Thread Steven Shockley
On 1/24/2023 11:13 PM, Alexis wrote: Shouldn't this actually be: !!dhcpd *.*/var/log/dhcpd !* at the start of the file? At least, that's my reading of syslog.conf(5): the two exclamation marks will cause a match on 'dhcpd' to _only_ result in the listed action (with no

syslogd program logging

2023-01-24 Thread Steven Shockley
My isc_dhcpd logs are kind of chatty, and I'd like to send them to their own log. I tried appending the following to syslogd.conf: !dhcpd *.* /var/log/dhcpd This works, but the dhcpd messages still appear in /var/log/daemon as well. Is

Re: embarrassing mail problem

2022-10-06 Thread Steven Shockley
On 10/5/2022 5:04 PM, Steve Fairhead wrote: I have several OpenBSD email servers, some elderly (Sendmail) and some brand-spanking new (smtpd). Recently I've noticed that some (of both kinds) are failing to deliver mail to some major UK ISPs. (Mostly domestic; business ISPs not so much.) For

Daily output empty

2022-10-01 Thread Steven Shockley
I noticed that for the past couple of days I haven't been getting the {daily, weekly, monthly} output from my 8 OpenBSD machines. I am getting emails for other cron jobs. If I run /bin/sh /etc/daily, I get no output (or email). If I run /bin/sh -x /etc/daily, I get what looks like expected

Re: How to disable httpd's default

2022-01-14 Thread Steven Shockley
On 1/13/2022 6:46 PM, i...@protonmail.com wrote: I would like to avoid httpd giving anything if a user types in the IP address of the server. At first I just made an empty page, which is fine for port 80, but if the user then types https://xxx.xxx.xxx.xxx, then the certificate for a domain

Odd package update problem

2021-08-09 Thread Steven Shockley
For a couple of weeks I've had a 6.9-stable machine that didn't seem to be updating packages in packages-stable. In cron I run: /usr/sbin/pkg_add -us | /usr/bin/grep -v 'quirks-.* signed on ' When run via cron, I'd get this output: php-7.4.16p0->7.4.22 forward dependencies: | Dependency of

Re: Azure VMs

2021-08-09 Thread Steven Shockley
On 8/8/2021 11:07 PM, Brian Brombacher wrote: I’ve been running in Azure since Hyper-V drivers were added years ago. Works great. Excellent, thanks!

Azure VMs

2021-08-08 Thread Steven Shockley
Does anyone know if OpenBSD still works in Azure? I found the docs on uploading a VM, but they cover OpenBSD 6.1. I also found https://github.com/Azure/WALinuxAgent/issues/1360, where someone was trying to use 6.3 and unable to get networking functional. (The report was closed as

Re: poor ethernet network performance

2021-05-16 Thread Steven Shockley
On 5/16/2021 6:07 PM, Keegan Saunders wrote: I'm noticing that my OpenBSD desktop with a Realtek 8168 ethernet controller (re(4) driver) is experiencing slow network speeds on OpenBSD 6.9 (not recent, has been an issue before) For example, on OpenBSD, cloning GitHub repos has about <400kb/s

Re: aggr not load balancing

2021-05-10 Thread Steven Surdock
> > On Apr 29, 2021, at 9:13 AM, Steven Surdock > > wrote: > > > > I switched from trunk to aggr on a "OpenBSD 6.8 GENERIC.MP#5 amd64" and it > > isn't load balancing across the two configured links. The remote side is a > > Cisco ASR9k

Minor upgrade issue

2021-05-04 Thread Steven Shockley
When following https://www.openbsd.org/faq/upgrade69.html, I noticed a minor error when deleting the Perl files: : rm -f /usr/bin/podselect \ > /usr/lib/libperl.so.20.0 \ [...] > /usr/share/man/man3p/Pod::Select.3p rm: /usr/libdata/perl5/amd64-openbsd/Tie: is a directory rm:

aggr not load balancing

2021-04-29 Thread Steven Surdock
I switched from trunk to aggr on a "OpenBSD 6.8 GENERIC.MP#5 amd64" and it isn't load balancing across the two configured links. The remote side is a Cisco ASR9k with the same configuration. Is that expected? $ cat /etc/hostname.aggr0 trunkport bge0 trunkport bge1 description "BE2 to ASR9k"

Re: Bufferbloat, FQ-CoDel, and performance

2021-02-25 Thread Steven Shockley
On 2/23/2021 4:04 PM, Stuart Henderson wrote: Oops, on interfaces *without* hw checksum offloading, like this: $ ifconfig em0 hwfeatures em0: flags=8843 mtu 1500 hwfeatures=10 hardmtu 9216 .. I can try it, but I don't think it'll help in my case: bnx0: flags=808843 mtu 1500

Bufferbloat, FQ-CoDel, and performance

2021-02-22 Thread Steven Shockley
I have OpenBSD 6.8 running on a Dell R210-II acting as a firewall/router. To combat bufferbloat I tried implementing FQ-CoDel queueing. The WAN bandwidth is advertised as 940 Mbit/sec down and 840 Mbit/sec up. I've tried adding one or the other of these lines to my pf.conf: queue outq on

Re: dmesg memory not match spdmem and bios

2020-06-11 Thread Steven Shockley
On 6/11/2020 8:57 AM, man Chan wrote: > I just want to know why OpenBSD/i386 have the memory limit to 4G. All operating systems have this limit. The 80386 was released to the public in 1986, when 4 GB was an absurd amount of memory. > It is ok for me to run OpenBSD/amd64 on a i5 machine.

Disable snmpd 'private' community

2020-05-01 Thread Steven Surdock
I see that snmpd.conf supports "read-write disabled", but this doesn't seem to _completely_ disable the private community. If I set "read-write disabled" I can still poll values using the 'private' community. Is this a bug or a feature? -Steve S.

Re: unbound network optimizations

2019-12-11 Thread Steven Surdock
. -Original Message- From: Steven Surdock Sent: Monday, December 2, 2019 1:34 PM To: misc@openbsd.org Subject: unbound network optimizations I'm running a pair of unbound resolvers and am attempting to optimize performance on them. This stemmed from noticing a couple of issues in the logs

unbound network optimizations

2019-12-02 Thread Steven Surdock
I'm running a pair of unbound resolvers and am attempting to optimize performance on them. This stemmed from noticing a couple of issues in the logs. Dec 2 11:26:52 ns1 unbound: [54230:5] error: recvfrom 26 failed: Host is down Dec 2 11:27:11 ns1 unbound: [54230:5] notice: sendto failed:

Unison on 6.6 - compatibility

2019-11-11 Thread Steven Surdock
I just fired up a 6.6/amd64 host that I will use to replace an existing 6.5/amd64 remote fileserver. I've been using Unison to synch files between this remote server and a Windows fileserver. It seems with the bump to OCAML 4.09 Unison is throwing an error, "input_value: ill-formed message",

Re: Softraid data recovery

2019-10-18 Thread Steven Surdock
> -Original Message- > From: Aaron Mason > Sent: Monday, October 14, 2019 7:13 PM > To: Steven Surdock > Cc: misc@openbsd.org > Subject: Re: Softraid data recovery > > On Tue, Oct 15, 2019 at 7:34 AM Steven Surdock net.com> wrote: > > ... >

Re: Softraid data recovery

2019-10-16 Thread Steven Surdock
> -Original Message- > From: Karel Gardas > Sent: Wednesday, October 16, 2019 11:26 AM > To: Steven Surdock > Cc: misc@openbsd.org > Subject: Re: Softraid data recovery > > On 2019-10-15 13:44, Steven Surdock wrote: > > Model Family: Western Digital B

Re: Softraid data recovery

2019-10-15 Thread Steven Surdock
> -Original Message- > From: Karel Gardas > Sent: Tuesday, October 15, 2019 5:31 AM > To: Steven Surdock > Cc: misc@openbsd.org > Subject: Re: Softraid data recovery > > > > On 2019-10-15 04:26, Steven Surdock wrote: > > I believe the disks are mo

Re: Softraid data recovery

2019-10-14 Thread Steven Surdock
> -Original Message- > From: Aaron Mason > Sent: Monday, October 14, 2019 7:13 PM > To: Steven Surdock > Cc: misc@openbsd.org > Subject: Re: Softraid data recovery > > On Tue, Oct 15, 2019 at 7:34 AM Steven Surdock net.com> wrote: > > > > I have a

Softraid data recovery

2019-10-14 Thread Steven Surdock
I have a simple RAID1 configuration on wd0, wd1. I was in the process of performing a rebuild on wd1, as it failed during some heavy reads. During the rebuild wd0 went into a failure state. After some troubleshooting I decided to reboot and now my RAID disk, sd1, is unavailable. Disks wd0

Package -stable updates

2019-08-28 Thread Steven Shockley
So, many thanks to everyone who put together the new -stable updates for packages. Is there a command I can put in the crontab that will only output if there are updates? Similar to what syspatch or openup does. I tried pkg_add -unx, but that still tells me to delete old files and prints the

Re: OpenBSD on VMware ESXi

2019-05-22 Thread Steven Shockley
On 5/22/2019 6:46 AM, Roderick wrote: > Any recommendations in general? Current or stable? I've had bad luck with softupdates and OpenBSD on ESXi when the ESXi datastore is on nfs. (Encountered on ESX 5.0, 5.1, and 5.5; I must not learn from my mistakes.) From what I can tell, if the nfs

Re: 6.5 PowerPC Packages

2019-05-13 Thread Steven Shockley
On 5/9/2019 10:55 AM, Theo de Raadt wrote: > The real reason is because we're low on current for the flux capacitor, > after shifting time for the early 6.5 release. Not all the machines > were able to fit into back seat of the Delorian. Wouldn't that be low on -release or -stable?

Re: Squid slower compared to Linux how to boost it?

2019-01-22 Thread Steven Shockley
On 1/22/2019 11:51 AM, Juan Francisco Cantero Hurtado wrote: > On Tue, Jan 22, 2019 at 07:49:06AM +, slackwaree wrote: >> Hello, >> >> I'm migrating from an old Debian Wheezy 7.11 to OpenBSD 6.3. > > If you're migrating to OpenBSD, then try with -current and update to 6.5 > when we release

DUID changed?

2018-08-18 Thread Steven Shockley
So, today I was installing recent patches on my firewall box (a Dell R210-II) using openup/syspatch. After the reboot, it complained that it couldn't find [DUID].b for swap. After some panic, reboots, powercycles, etc. I realized that the DUID in fstab didn't match the DUID that was being

Re: pgrep/pkill in rc script

2018-06-06 Thread Steven Shockley
On 6/4/2018 4:57 PM, Stuart Henderson wrote: pgrep uses regular expressions, so if you're matching the full string you'll need to escape the +'s. The 16-character limit doesn't apply here, that's if you're only matching on the command name. rc.d / pgrep -f match on the full process title

pgrep/pkill in rc script

2018-06-02 Thread Steven Shockley
I have a 6.3 machine running four Minecraft instances (i.e. Java apps). I recently changed the rc script for one of them to use additional Java command-line arguments. I believe I ran into something similar to https://marc.info/?l=openbsd-misc=138268000201733, where pgrep would no longer

Re: syspatch not updating kernel

2017-12-14 Thread Steven Surdock
. Everything looks good now. > -Original Message- > From: Zbyszek Żółkiewski [mailto:zbys...@onefellow.com] > Sent: Thursday, December 14, 2017 6:24 AM > To: misc@openbsd.org > Cc: Steven Surdock <ssurd...@engineered-net.com> > Subject: Re: syspatch not updating kern

syspatch not updating kernel

2017-12-13 Thread Steven Surdock
I just ran syspatch on a 6.2/i386 host and the kernel did not change as it has on my other patched machines. It appears that pub/OpenBSD/syspatch/6.2 was updated on 12/10. root@rad03 [/root]# syspatch -l 002_fktrace 003_mpls root@rad03 [/root]# uname -a OpenBSD cts-rad03.ctstelecom.com 6.2

Re: Upgrade 6.1 -> 6.2: No /mnt/etc/myname

2017-10-11 Thread Steven McDonald
This is a complete guess, but is /etc/myname a symbolic link? If it is a symlink to an absolute path, that is unlikely to exist in the bsd.rd filesystem and would cause this error. If that's not it, please clarify what you mean by the "file is there". What command did you run, and what was its

Re: Blank screen after boot with Radeon HD 5450

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

Re: Blank screen after boot with Radeon HD 5450

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

Re: Blank screen after boot with Radeon HD 5450

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

Re: file systems

2017-05-26 Thread Steven McDonald
On Fri, 26 May 2017 11:35:49 -0300 Friedrich Locke wrote: > Hi folks, > > does anybody here run OBSD with a file system bigger than 10TB ? > How much time boot takes to bring the system up (i mean fsck) ? > Are you using ffs2 ? With softdep ? > > Thanks. This

Re: What does it mean this error when I try install a package?

2017-04-17 Thread Steven McDonald
On Mon, 17 Apr 2017 11:02:37 + "C. L. Martinez" wrote: > pkg_add -v python-2.7 There is no package called python-2.7. The package you want is called python-2.7.13p0. You have a few options: 1. pkg_add python, then select the version you want. 2. pkg_add

Re: It is possible to start xenodm on Radeon HD 8730M (or Intel HD Graphics 4000) ?

2017-04-08 Thread Steven McDonald
On Sat, 8 Apr 2017 15:04:18 +0500 "dmitry.sensei" wrote: > "ATI Radeon HD 8730M" rev 0x00 at pci1 dev 0 function 0 not configured > inteldrm0 at pci0 dev 2 function 0 "Intel HD Graphics 4000" rev 0x09 > drm0 at inteldrm0 Your Intel card is supported via DRM, but your

Re: malloc.conf recommended settings

2017-04-02 Thread Steven Schneider
* Otto Moerbeek <o...@drijf.net> [170401 07:30]: On Sat, Apr 01, 2017 at 03:11:32AM +, Steven Schneider wrote: Thanks Theo and Otto for replying. I have a question about the recommended settings for /etc/malloc.conf. I'm currently using JUC on my i386 laptop, just to see how t

Re: Question about bsd.rd

2017-03-31 Thread Steven Schneider
3) Sender: owner-m...@openbsd.org 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? bs

malloc.conf recommended settings

2017-03-31 Thread Steven Schneider
? Thanks. -- W. Steven Schneider <w.steven.schnei...@ualberta.net>

Question about bsd.rd

2017-03-30 Thread Steven Schneider
the application packages though using the entry in /etc/installurl. As a result I thought I had screwed up my upgrade royally. XD Anyhow, I'm just curious as to what's going on. Thanks. -- W. Steven Schneider <w.steven.schnei...@ualberta.net>

Re: Some shell scripts I've wrote

2016-08-03 Thread Steven Dee
Cool. Maybe a good complement for . On Wed, Aug 3, 2016 at 11:30 AM Walter Alejandro Iglesias < roque...@gmail.com> wrote: > Sorry! > > I have an entry in vimrc for my mail that replaces '>>' for '> >'. That > screwed the code, it was a bad idea. Here the

Re: NFS daemon is very slow in server-to-client direction in TCP mode

2016-04-21 Thread Steven Surdock
I seem to be experiencing this as well, but I have no access to the client side as it is a wireless camera. Is there anything that can be done on the server side? -Steve S.

NAT66 with temporary address

2016-04-03 Thread Steven Mestdagh
I was trying to use NAT66, from some internal subnets to my IPv6 internet address, using the following line with 5.9 release. match out on $intout inet6 from !(egress:network) to any nat-to ($intout:0) The last part expands to the link local address of the interface, which is the first address

Error on man Tmux(1) page?

2015-10-31 Thread steven
hello, On the tmux(1) man page in the section: *WINDOWS AND PANES* - the part where: *Functionvi emacs ... ... ... *Copy selection Enter *M-w* - that *M-w* should be a *C-w* to copy the text? regards Steven

OBSD 5.8-stable httpd & Owncloud

2015-10-25 Thread Steven Surdock
Followed this guide, https://github.com/reyk/httpd/wiki/Running-ownCloud-with-httpd-on-OpenBSD, but seeing these errors with the Android client: server owncloud.example.com, client 1 (1 active), 192.168.0.21:38506 -> 192.168.1.8:443, buffer event error server owncloud.example.com, client 2 (1

Re: perl fctnl woes

2015-08-13 Thread Steven McDonald
Hi Tilo, On Tue, 11 Aug 2015 17:11:13 +0200 Tilo Stritzky lf...@gmx.de wrote: Am I doing something silly here? Or is there a bug? I see the same result on i386 and amd64. Same for /dev/sound. This works on a 5.5 release, but not on later releases or current. I've been able to reproduce this

Re: SNMP on 5.7/5.8

2015-08-05 Thread Steven Surdock
Henderson Sent: Wednesday, August 5, 2015 5:58 AM To: misc@openbsd.org Subject: Re: SNMP on 5.7/5.8 On 2015-08-04, Steven Surdock ssurd...@engineered-net.com wrote: The broken SNMP on i386/5.7 is preventing me from upgrading. I tried i386/5.8 but I'm still seeing net-snmpd crash

SNMP on 5.7/5.8

2015-08-04 Thread Steven Surdock
The broken SNMP on i386/5.7 is preventing me from upgrading. I tried i386/5.8 but I'm still seeing net-snmpd crash with the following error. NET-SNMP version 5.7.3 Error expanding HCInReceives to 64bits in ipSystemStatsTable.ipv4 Error expanding HCInDelivers to 64bits in

Re: Dual Booting OpenBSD vs Windows7

2015-06-29 Thread Steven McDonald
On Mon, 29 Jun 2015 16:11:20 +0330 Mohammad BadieZadegan mbzade...@gmail.com wrote: When I choose My OpenBSD at boot state it display me: *Loading.* *ERR M* ERR M means that the pbr successfully loaded a file into memory, but it wasn't a valid ELF executable. Most probably, this means

Perl bindings for libsndio

2015-06-28 Thread Steven McDonald
some minimal POD documentation inline here: https://github.com/stevenjm/perl-Audio-Sndio/blob/master/ext/lib/Audio/Sndio/Bindings.pm Thanks, Steven.

Re: cp from 4 different home folders without overwriting files with different content

2015-06-28 Thread Steven McDonald
On Sun, 28 Jun 2015 17:39:18 -0500 Chris Bennett chrisbenn...@bennettconstruction.us wrote: But I don't want to overwrite any files with same name but different content. You could try GNU cp (gcp in the coreutils package) with the -n option: -n, --no-clobber do not

Re: Lock FVWM2 with nosuid mount option

2015-05-23 Thread Steven McDonald
On Sat, 23 May 2015 05:12:58 -0400 ertetlen barmok ertetlenbar...@safe-mail.net wrote: There is no solution for locking an OpenBSD Desktop while using FVWM2 and nosuid mount option enabled for all mountpoints in /etc/fstab? xlock is setgid auth, so you could add your user to the auth group.

Re: snmp HC on i386

2015-05-14 Thread Steven Surdock
Just noticed that I'm having the same issue on 5.7/i386 NET-SNMP version 5.7.3 Error expanding HCInReceives to 64bits in ipSystemStatsTable.ipv4 Error expanding HCInDelivers to 64bits in ipSystemStatsTable.ipv4 Error expanding HCOutRequests to 64bits in ipSystemStatsTable.ipv4 -Steve S.

Re: building userland failed with Unable to remove directory /./var/tmp: Directory not empty

2015-03-14 Thread Steven McDonald
On Sat, 14 Mar 2015 12:18:13 +0100 Harald Dunkel ha...@afaics.de wrote: pax: Unable to remove directory /./var/tmp: Directory not empty *** /var/tmp was replaced with a symlink to /tmp between 5.6 and 5.7. Compiling from source isn't a supported way to upgrade from one to the other; this is

Re: OpenBSD as base OS for Virtualization

2015-03-14 Thread Steven McDonald
On Sat, 14 Mar 2015 13:44:47 +0200 Ruslanas Gžibovskis rusla...@lpic.lt wrote: So question is: What Virtualization solutions OpenBSD support? Anything that runs as a userspace process in non-accelerated mode and has been ported to OpenBSD (QEMU, for example). There is no support for Xen, nor

Re: Broadcom NIC issues

2015-03-13 Thread Steven McDonald
On Fri, 13 Mar 2015 15:48:02 + Miguel Barbosa Gonçalves m...@mbg.pt wrote: I recently installed OpenBSD 5.6 on an amd64 platform. Everything went smoothly. After installation, at the first boot, OpenBSD updated the firmware of some devices. I found this strange... OpenBSD runs

Re: KVM Switching and CPU and Fan Speed

2015-03-12 Thread W. Steven Schneider
On Mar 11, 2015 5:58 PM, Jason Adams adams...@gmail.com wrote: On 03/10/2015 08:15 PM, W. Steven Schneider wrote: It appears that the privilege separated Xorg is demanding a high percentage of CPU. I had Xorg niced to -10 buy bringing it's back to Also, According to ftp://www.x.org

Re: KVM Switching and CPU and Fan Speed

2015-03-12 Thread W. Steven Schneider
On Mar 13, 2015 1:02 AM, Aaron Fineman aa...@fineman.me wrote: This is likely the issue I ran into, and banged out with Matthieu Herrb. I didn't notice this in 5.6, I'm not sure what caused it in 5.7, but the thread is here: http://marc.info/?t=14240429644r=1w=2 Thanks. Switching to a

Re: KVM Switching and CPU and Fan Speed

2015-03-10 Thread W. Steven Schneider
Meant to reply to the list. Below is the contents of my reply, spelling mistakes and all. On Mar 10, 2015 6:15 PM, Jason Adams adams...@gmail.com wrote: On 03/08/2015 09:38 PM, Steven wrote: I've got a set up between two towers where I use a KVM (KVMS?) switch between them. The one running

Re: KVM Switching and CPU and Fan Speed

2015-03-10 Thread W. Steven Schneider
Damn it, I hate using my phone for this! On Mar 10, 2015 6:15 PM, Jason Adams adams...@gmail.com wrote: On 03/08/2015 09:38 PM, Steven wrote: I've got a set up between two towers where I use a KVM (KVMS?) switch between them. The one running OpenBSD (snaphots and recent as of this morning

KVM Switching and CPU and Fan Speed

2015-03-08 Thread Steven
: connecting to wsdisplay0 wsdisplay0: screen 1-5 added (std, vt100 emulation) -- W. Steven Schneider w.steven.schnei...@ualberta.net

goals.html: Clarify GPL policy

2015-02-22 Thread Steven McDonald
goals.html disagrees with policy.html as to the policy regarding inclusion of GPL code. Since that part of policy.html was updated more recently (2014 vs. 2003), here's a diff that makes goals.html more agreeable: Index: goals.html

pfsync(4) typo (sychronisation)

2015-02-01 Thread Steven McDonald
Spotted a missing n in pfsync(4): Index: share/man/man4/pfsync.4 === RCS file: /cvs/src/share/man/man4/pfsync.4,v retrieving revision 1.31 diff -u -p -r1.31 pfsync.4 --- share/man/man4/pfsync.4 29 Apr 2010 08:45:44 - 1.31 +++

usmb/FUSE on 5.6

2014-12-30 Thread Steven Surdock
Using the package usmb to mount a share from a Windows 2008R2 server does not seem reliable. FUSE/usmb dismounts the share after a while (less than 24 hours) with the following error: Dec 30 01:30:07 fileshare /bsd: fuse: device close without umount Usmb is not typically running afterwards.

Re: sensorsd, upd, and state changes

2014-11-28 Thread Steven Surdock
I have two different APC units... uhidev0 at uhub1 port 1 configuration 1 interface 0 American Power Conversion Smart-UPS 1500 FW:601.3.D USB FW:1.3 rev 1.10/0.06 addr 2 uhidev0: iclass 3/0, 54 report ids upd0 at uhidev0 $ sysctl | grep upd hw.sensors.upd0.indicator0=Off (Charging), OK

upd0 detached - can I reset USB

2014-11-24 Thread Steven Surdock
It appears that my UPS has detached. Is there a programmatic way to reset a USB port? I'm confident if I unplug the UPS and plug it back in it will reattach, but I don't have physical access to the server. I'd prefer not to reboot either. Thanks. FROM DMESG uhidev0 at uhub1 port 1

Re: *ERROR* radeon_cp: Failed to load firmware radeon-r300_cp

2014-11-21 Thread Steven McDonald
On Fri, 21 Nov 2014 06:30:16 +0100 John Smith hufflep...@bsdmail.com wrote: Is there anyway I can prevent this seemingly harmless error? I don't use X and didn't select the X packages during the installation process. You can probably do it by disabling the drm and/or radeondrm driver with

apcupsd via USB on 5.6

2014-11-20 Thread Steven Surdock
I just upgrade from 5.5 to 5.6 on i386 and apcupsd won't recognize my UPS plugged into a USB port. On 5.5 the UPS was attached to ugen0 but on 5.6 it say uhidev0. Apcupsd mentions that the uhidev0 device type won't work. I see that I can get some info from sensord (which is cool). Any

devtree: A utility for printing device trees

2014-11-08 Thread Steven McDonald
Hi misc, I've written a small utility for pretty-printing a tree of system devices based on dmesg(8) output. It's nothing fancy, but my apropos(1) and web searches didn't bring up anything to do the job. I thought it might be of interest to other newcomers to OpenBSD like myself who are exploring

Re: rrdtool troubles after 5.4-5.5 upgrade

2014-10-10 Thread Steven Surdock
Cacti magically started showing the recent data, even though 'rrdtool dump' shows dates that are quite wrong. I'm wondering nfsen breaking is related... -Steve S. -Original Message- From: owner-m...@openbsd.org [mailto:owner-m...@openbsd.org] On Behalf Of Steven Surdock Sent: Thursday

nfsen on 5.5

2014-10-10 Thread Steven Surdock
Anybody successfully using nfsen? It was working on 5.4 (except for the portTracker plugin) and now under 5.5 the rrd's are not being updated. I uninstalled and re-initialized and still no luck. -Steve S.

Re: nfsen on 5.5

2014-10-10 Thread Steven Surdock
-Original Message- From: Josh Grosse [mailto:j...@jggimi.homeip.net] Sent: Friday, October 10, 2014 1:16 PM To: Steven Surdock Cc: misc@openbsd.org Subject: Re: nfsen on 5.5 On Fri, Oct 10, 2014 at 04:52:18PM +, Steven Surdock wrote: Anybody successfully using nfsen

Re: nfsen on 5.5

2014-10-10 Thread Steven Surdock
-Original Message- From: Stan Gammons [mailto:sg063...@gmail.com] On Oct 10, 2014 12:48 PM, Steven Surdock ssurd...@engineered-net.com wrote: -Original Message- From: Josh Grosse [mailto:j...@jggimi.homeip.net] On Fri, Oct 10, 2014 at 04:52:18PM +, Steven

Re: [BULK] Re: nfsen on 5.5

2014-10-10 Thread Steven Surdock
-Original Message- From: Josh Grosse [mailto:j...@jggimi.homeip.net] On Fri, Oct 10, 2014 at 05:46:40PM +, Steven Surdock wrote: Not chrooted. Flow records are being updated and stored correctly. The RRD and associated PNGs aren't being updated. I can still use the rrd

Re: [BULK] Re: nfsen on 5.5

2014-10-10 Thread Steven Surdock
-Original Message- From: Stan Gammons [mailto:sg063...@gmail.com] ... %sources = ( ); $low_water = 90; $syslog_facility = 'local3'; @plugins = ( ); %PluginConf = ( ); $MAIL_FROM   = 'ssud...@engineered-net.com'; $SMTP_SERVER = 'localhost'; $MAIL_BODY       = q{

Re: nfsen on 5.5

2014-10-10 Thread Steven Surdock
-Original Message- From: Stan Gammons [mailto:sg063...@gmail.com] On Oct 10, 2014 12:48 PM, Steven Surdock ssurd...@engineered-net.com wrote: -Original Message- From: Josh Grosse [mailto:j...@jggimi.homeip.net] On Fri, Oct 10, 2014 at 04:52:18PM +, Steven

Re: nfsen on 5.5

2014-10-10 Thread Steven Surdock
-Original Message- From: Stan Gammons [mailto:sg063...@gmail.com] ... Glad you got it going. I got rid of the unable to create graph messages, but I still have a couple of problems I haven't figured out. One being getting php to work with nginx? Does one need to use php-fpm? I

CVS confusion

2014-10-10 Thread Steven Surdock
I'm trying to follow -stable ports, but CVSWEB appears inconsistent. If I look at ports/lang/php/5.4 for OPENBSD_5_5 (http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/lang/php/5.4/?only_with_tag=OPENBSD_5_5) it shows the following: Makefile 1.16.2.1 4 months jasper security update to

rrdtool troubles after 5.4-5.5 upgrade

2014-10-09 Thread Steven Surdock
As required for the upgrade I exported all my rrd's and they appear correct, but when I performed a 'restore' on the upgraded 5.5 system the dates appeared to become advanced by 136 years. These are for Cacti and interestingly, cacti shows graphs for the old data, but not for data collected

Re: n00b spamd/spamdb question

2014-08-21 Thread Steven Roberts
Date: Thu, 21 Aug 2014 13:11:23 -0500 From: Adam Thompson athom...@athompso.net To: OpenBSD-misc list misc@openbsd.org I've finally started using spamd on a new mail server, and am seeing some results that I don't understand. (I'm also using smtpd(8) now, so this is all new software to

Re: n00b spamd/spamdb question

2014-08-21 Thread Steven Roberts
Oops. I see that now. Then how do I see what IPs are blacklisted without becoming a human version of spamd-setup(8)? If running spamd in default mode ... 1. spamdb(8), TRAPPED entries. 2. The spamd.conf(5) file is read by spamd-setup(8) to configure blacklists for spamd(8). I am not aware

Distributed.net Client Dropped?

2014-08-17 Thread Steven
maintaining their official client? That said, I'm sure I could find a more practical purpose for my CPU cycles than dnetc, seti or such. Probably for the best, my wife says that I spend far too much time on the computer anyhow. :-) -- W. Steven Schneider w.steven.schnei...@ualberta.net

Re: Messed-up package dependencies?

2014-08-13 Thread Steven Roberts
So, it seems that upgrading from 5.5-STABLE to -current completely messed-up package dependencies. http://www.openbsd.org/faq/current.html You should ALWAYS use a snapshot as the starting point for running -current. Upgrading by compiling your own source code is not supported. I certainly

Re: Request for Funding our Electricity

2014-01-16 Thread Steven Chamberlain
they replaced. Regards, -- Steven Chamberlain ste...@pyro.eu.org

Re: relayd filter rewrite?

2014-01-12 Thread Steven M. Caesare
-Original Message- From: Reyk Floeter [mailto:reyk.floe...@googlemail.com] On Behalf Of Reyk Floeter Sent: Saturday, January 11, 2014 10:41 AM To: Steven M. Caesare Cc: OpenBSD general usage list Subject: Re: relayd filter rewrite? Hi! On 10.01.2014, at 21:58, Steven M. Caesare

relayd filter rewrite?

2014-01-10 Thread Steven M. Caesare
I've just rebuilt my FW as a 5.4 box, and was investigating using relayd (rather than squid) to transparently proxy for a couple of web host servers. It appears that this would be made possible by the filter rewrite mentioned at asiabsdcon 2013:

Re: From the military propaganda department

2013-05-28 Thread Steven
We're honestly giving this guy way too much attention. -- W. Steven Schneider w.steven.schnei...@ualberta.net

  1   2   3   4   5   >